/*@font-face {
    font-family: 'sans';
    src: url(isans.woff);
}*/

/** {
    font-family: 'sans' !important;
}*/

/*body * {
    font-family: 'sans', sans-serif;
    !*letter-spacing: 0.5px;*!
}*/

body a {
    text-decoration: none !important;
    color: inherit;
}

body a:hover {
    color: inherit;
}

.sidebar-gradient {
    background: linear-gradient(180deg, #CAA8F5 10%, #5e22be 100%);
}

.topbar .navbar-search input {
    font-size: 1rem !important;
}

.offer-card {
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offer-title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.offer-icon-wrapper {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-icon {
    width: 100%;
    overflow: hidden;
    height: 120px;
    max-width: 120px;
    /*object-fit: contain;*/
    /*height: min-content;*/
}

.offer-content {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offer-points {

}


.opacity-active * {
    opacity: 1 !important;
    color: white !important;
}

.padded-column {
    padding: 0 10px 0 10px !important;
}

.service-card {
    height: 100px;
    transition: all 500ms ease;
}

.service-card:hover {
    transform: scale(1.05);
}

.service-thumb {
    width: 64px;
    margin-right: 15px;
}

.service-thumb img {
    max-width: 100%;
    width: 100%;
}

.settings .toggle {
    margin-right: 15px;
    border: 1px solid lightgray;
}

.settings .toggle:hover * {
    cursor: pointer;
}

.word-break {
    word-break: break-all;
}

.sidebar-logo-desktop {
    display: none !important;
}

.sidebar-toggled .sidebar-logo-desktop {
    display: block !important;
}

.sidebar-toggled .sidebar-logo-desktop-gift {
    display: none !important;
}

@media (max-width: 768px) {
    #accordionSidebar .sidebar-logo-desktop-gift {
        display: none !important;
    }

    #accordionSidebar .sidebar-logo-desktop {
        display: none !important;
    }
}

/*.sidebar-logo {*/
/*    display: none;*/
/*}*/

/*.sidebar-toggled .sidebar-logo {*/
/*    display: block !important;*/
/*}*/


/*.sidebar-toggled .sidebar-logo-gift {*/
/*    display: none !important;*/
/*}*/


.sidebar-logo {
    max-width: 80%;
}


.sidebar-toggled .get-points {
    display: none !important;
}

.sidebar-toggled .navbar-icons {
    margin-left: auto !important;
}

.cheapest-service {
    display: flex;
    align-items: center;
}

.cheapest-service-icon {
    width: 27px;
    margin-right: 10px;
}

.coins {
    color: #eac33a;
}

.title-24px {
    font-size: 24px;
}

#adblock-message {
    color: #ff5959;
}

#amount, #link, #offer_id {
    /*width: calc(100%-10px);*/
    /*margin-right: 10px;*/
    /*margin-left: 10px;*/
}

.minified-offer-card {
    width: 100%;
    max-width: 260px;
}

.get-points {
    padding: 11px 10px 10px;
    border-radius: 4px;
    margin-right: 13px;
    /*color: var(--primary) !important;*/
    /*border: 1px solid var(--primary); */
    color: #8c8fa0 !important;

    border: 1px solid #d1d3e1;
    background: rgb(255, 255, 255);
}

.mobile-table-column {
    width: 100px;
    min-width: 100px;
}

.mobile-table-row {
    border-bottom: 1px solid lightgray;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mobile-table-row:last-child {
    border: 0;
}

@media (max-width: 575px) {
    .offer-list {
        justify-content: center;
    }
}

@media (min-width: 350px) and (max-width: 575px) {
    .topbar .nav-item .nav-link {
        padding: 13px;
    }
}

@media (max-width: 349px) {
    .topbar .nav-item .nav-link {
        padding: 10px;
    }

    .get-points {
        padding: 7px 5px 6px 5px;
        margin-left: 0;
        margin-right: 6px;
        border-radius: 4px;
        background: rgb(255, 255, 255);
    }
}


.reply-field {
    max-width: 400px;
}

.user-thumb {
    width: 50px;
}

.offer-modal-img {
    max-width: 250px;
}

/* webkit solution */
::-webkit-input-placeholder {
    padding-right: 5px;
    direction: rtl!important;
    text-align: right;
}
::placeholder {
    direction: rtl!important;
    text-align: right;
}
:-ms-input-placeholder{
    direction: rtl!important;
    text-align: right;
}
/* mozilla solution */
input:-moz-placeholder {
    padding-right: 5px;
    direction: rtl!important;
    text-align: right;
}

.navbar-nav {
    padding-left: 0 !important;
}

.sidebar .nav-item .nav-link {
    text-align: right;
}

.ml-sm-auto, .mx-sm-auto {
    margin-left: 0px !important;
}

.dropdown-menu {
    text-align: right !important;
}

select {
    direction: rtl !important;
    text-align: right !important;
}

.divorder {
    border-radius: 5px !important;
    padding-top: 30px !important;
    padding-bottom: 15px !important;
    background-color: #f8f9fc !important;
    margin-top: 20px !important;
}

.box-shadows {
    /*-webkit-box-shadow: 0px 0px 10px -2px #adbae0;
    box-shadow: 0px 0px 10px -2px #adbae0;*/
    -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}


.collapsebuttun {
    margin-top: 2px;
    padding-top: 10px;
}

.fas {
    font-size: large !important;
}

.input-group {
    border-radius: .35rem !important;
}

label {
    margin-bottom: 0rem !important;
}

td, th {
    text-align: center;
    padding: 2px !important;
    vertical-align: middle !important;
}

.success-color {
    color: #1cc88a;
}

.danger-color {
    color: #e74a3b;
}

.primary-color {
    color: #4e73df;
}

.emoji {
    font-size: 1.2rem !important;
}

.alert-success {
    background-color: #d2f4e8 !important;
}

.alert-info {
    background-color: #d7f1f5 !important;
}

.alert-danger {
    background-color: #fadbd8 !important;
}

.alert-warning {
    background-color: #fdf3d8 !important;
}

.btn {
    vertical-align: middle !important;
}

.btn-status {
    font-size: .8rem;
    margin-bottom: 5px;
}

.centervertical {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    min-height: calc(100% - 1rem) !important;
}

.centers {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.bg-gradient-primary {
    background-color: #2f6665 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #2f6665), to(#147567));
    background-image: linear-gradient(180deg, #2f6665 10%, #147567 100%);
    background-size: cover;
}

.bg-login-image {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100%;
}

.btn-primary2 {
    color: #fff;
    background-color: #2f6665;
    border-color: #2f6665;
}

.btn-primary2:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1c5a5a;
    border-color: #1c5a5a;
}

.btn-primary2.focus, .btn-primary2:focus {
    color: #fff;
    background-color: #1c5a5a;
    border-color: #1c5a5a;
    box-shadow: 0 0 0 0.2rem rgba(153, 221, 223, 0.5);
}
.btn-primary2:hover {
    color: #fff;
    background-color: #174c4b;
    border-color: #1c5a5a;
}

.sidebar-logo-gift {
    width: 100% !important;
    padding: 0px !important;
}

.form-control:focus {
    color: #6b7978;
    background-color: #fff;
    border-color: rgba(47, 102, 101, 0.18);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 221, 223, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(153, 226, 226, 0.25);
}
form.user .form-control-user {
    border-radius: .35rem!important;
}
form.user .btn-user {
    border-radius: .35rem!important;
}
.persian {
    text-align: right;
    direction: rtl;
}
.english {
    text-align: left;
    direction: ltr;
}
.JustEnglish {
    text-align: left;
    direction: ltr;
}
table {
    width: 100%;
    border-collapse: collapse;
}