﻿/*@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/IRANSansWeb_Bold.eot');
    src: url('../fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansWeb_Bold.woff2') format('woff2'),
        url('../fonts/IRANSansWeb_Bold.woff') format('woff'), url('../fonts/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),*/ /* IE6-8 */
    /*url('../fonts/IRANSansWeb.woff2') format('woff2'),*/ /* FF39+,Chrome36+, Opera24+*/
    /*url('../fonts/IRANSansWeb.woff') format('woff'),*/ /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    /*url('../fonts/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: iransans-light;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb_Light.eot');
    src: url('../fonts/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),*/ /* IE6-8 */
    /*url('../fonts/IRANSansWeb_Light.woff2') format('woff2'),*/ /* FF39+,Chrome36+, Opera24+*/
    /*url('../fonts/IRANSansWeb_Light.woff') format('woff'),*/ /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    /*url('../fonts/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
    font-family: 'iransansweb_medium';
    src: url('../fonts/iransansweb_medium.woff') format('woff');
}*/

/* adding iransans font */

/*@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans-Medium.ttf');
}*/

/*@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans.ttf');
}
*/


* {
    scrollbar-width: thin;
    scrollbar-color: #7367f0 #dfcccc;
}
body * {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --color-success: #d8b159;
}

.modal-content {
    border-radius: 10px;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.w-30 {
    width: 30px
}

.w-45 {
    width: 45px
}

.toast-message {
    text-align: center;
}

.toast {
    opacity: 1 !important;
}

.spinner:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 50%;
    border: 3px solid white;
    border-top-color: black;
    animation: spin 0.7s linear infinite;
}

.spinner p {
    position: absolute;
    width: 150px;
    margin-left: -75px;
    top: 59%;
    left: 50%;
}

.btn-close {
    background-color: transparent;
    border: 0;
    float: right;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    color: #5e5873;
}

.p-btn-indexGrid {
    padding: 8px 15px;
}

.field-validation-error {
    color: red;
}

.drop-text-border {
    border: 1px solid #d8d6de;
    border-radius: 4px;
}
.select2-selection__arrow{
    display:none
}
.color-box {
    padding: 5px;
    background: #ecebeb;
    border-radius: 5rem;
    white-space: nowrap;
    width: max-content;
    padding-left: 30px;
    display: inline-block;
}

.color-box-text {
    color: black;
}

.color-box-color {
    /*background: #990000;*/
    border: 1px solid #969696;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.main-menu.menu-light .navigation > li.active > a {
    background: -webkit-linear-gradient(208deg, #7367F0, rgba(115, 103, 240, 0.7)) !important;
    background: #569b27 !important;
    box-shadow: 0 0 10px 1px rgb(43 153 56 / 44%) !important;
}
.main-menu.menu-light .navigation > li ul .active {
    background: -webkit-linear-gradient(208deg, #7367F0, rgba(115, 103, 240, 0.7)) !important;
    background: #569b27 !important;
    box-shadow: 0 0 10px 1px rgb(43 153 56 / 44%) !important;
}
.badge.badge-light-warning {
    background-color: rgb(0 104 232) !important;
    color: #ffffff !important;
}
[class*='collapse-'] .card .card-header {
    background-color: #e7eced;
}
.content.app-content {
    padding-top: 95px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {

   float: right;
   
}
html{
    overflow-x:hidden;
}

.color-site {
    color: var(--color-success) !important;
}
.bg-site {
    background-color: var(--color-success) !important;
}
.btn-site {
    background-color: var(--color-success) !important;
}

.border-site {
    border-color: var(--color-success) !important;
}

.btn-site:focus, .btn-site:active, .btn-site.active {
    color: #FFFFFF;
    background-color: #bd9a4a !important;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: var(--color-success) !important;
    border-color: var(--color-success) !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #FFFFFF;
    border-color: var(--color-success) !important;
    background-color: var(--color-success) !important;
}
.jc-bs3-container {
    max-width: unset !important;
}
.ratings svg {
    width: 28px;
    height: 34px;
    display: block;
    fill: rgba(0, 0, 0, 0.04);
}

.hide{
    display:none !important;
}

.highcharts-credits {
    display: none !important;
}

.imageCard {
    border-radius: 5px 5px 0 0;
    width:100%;
}

.cardHoverCustom:hover {
    transform: translateY(5px) scale(1.02);
}

.cardHoverCustom {
    transition: all .2s;
}

.btn-group-custom {
    width: fit-content;
    margin: auto;
}

.btn-group-custom .number {
    display: flex;
}
    .btn-group-custom .plus {
        background: #f2f2f2;
        border-radius: 0 4px 4px 0;
        padding: 12px;
        border: 1px solid #ddd;
        color: #0e0e0e;
        font-weight: bold;
        cursor: pointer;
    }
    .btn-group-custom .minus {
        background: #f2f2f2;
        border-radius: 4px 0 0 4px;
        padding: 12px;
        border: 1px solid #ddd;
        color: #0e0e0e;
        font-weight: bold;
        cursor: pointer;
    }

.btn-group-custom input {
    text-align: center;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    color: #0e0e0e;
    font-weight: bold;
    /*pointer-events: none;*/
    width: 50px;
}

.blinking {
    animation: blinkingText 1.2s infinite;
}


@keyframes blinkingText {
    0% {
        color: yellow;
    }

    49% {
        color: transparent;
    }

    50% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: transparent;
    }
}


.card-custom-seller {
    background: linear-gradient(#e66465, #9198e5);
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    box-shadow: 2px 1px 6px #1c6c7f2b;
    height: 138px;
    text-align: center;
    margin: auto;
    align-items: self-start;
    color: yellow;
    text-shadow: 0px 0px 9px #3124247d;
}

    .card-custom-seller .text-large {
        font-size: 78px;
    }

.disabled {
    opacity: 0.6;
    pointer-events: none;
}
.cardHoverCustom.disabled {
    opacity: unset !important;
    pointer-events: none;
    filter: saturate(0);
}

.btn-mixed {
    background: #f2f2f2;
    border-radius: 0 4px 4px 0;
    padding: 12px;
    border: 1px solid #ddd;
    color: #0e0e0e;
    font-weight: bold;
    cursor: pointer;
}

@media (min-width: 768px) {
    .custom-width {
        padding: 0 15em;
    }
}

.btn-en-mixed {
    background-color: white;
    border-radius: 4px 0 0 4px;
    padding: 12px;
    border: 1px solid #ddd;
    color: #0e0e0e;
    font-weight: bold;
}