.signpages.login_form{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.table-responsive::-webkit-scrollbar {
    width:8px;
}

.table-responsive::-webkit-scrollbar-track {
    background-color: transparent;
    width: 17px !important;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #cad9f7;
    background-clip: content-box;
    border: 2px solid white;
    border-radius: 5px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background-color: #acb8d3;
    border: 1px solid white;
    width: 17px;
}

.table-responsive{
    padding-left: 0 !important;
}

/*.table-responsive {
    max-height: 400px; !* adjust to your needs *!
    max-width: 100%;
    overflow: auto;
    position: relative;
}*/

/* Freeze first 2 rows */
.sticky-row {
    position: sticky;
    top: 0;
    z-index: 5;
}

.sticky-row:nth-child(2) {
    position: sticky;
    top: 48px;
    z-index: 5;
}

/* Freeze first 3 columns */
.sticky-col {
    position: sticky !important;
    left: 0;
    z-index: 4;
}

/* Ensure sticky rows are above sticky columns */
.sticky-row.sticky-col {
    z-index: 10;
}














.modal-responsive::-webkit-scrollbar {
    width:12px;
}

.modal-responsive::-webkit-scrollbar-track {
    background-color: transparent;
    width: 17px !important;
}

.modal-responsive::-webkit-scrollbar-thumb {
    background-color: #cad9f7;
    background-clip: content-box;
    border: 2px solid white;
    border-radius: 15px;
}

.modal-responsive::-webkit-scrollbar-thumb:hover {
    background-color: #acb8d3;
    border: 1px solid white;
    width: 17px;
}

.modal-responsive{
    padding-left: 0 !important;
}






#click-fee::-webkit-inner-spin-button,
#click-fee::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#click-fee,
#click-fee:focus,
#click-fee:active{
    width: 40px;
    max-width: 75px;
    padding: 2px;
    outline: none;
    text-align: center;
    border: 0px;
    border-bottom: 1px dashed #8e9abf;
    color: #7a7a7a;
}

#dash-calc {
    position: absolute;
    top: 50px;
    width: 95px;
    opacity: 30%;
    left: -5px;
    transform: rotate(10deg);
    z-index: 0;
}

#dash-calc:hover {
    top: 35px;
    width: 110px;
    opacity: 100%;
    transform: rotate(20deg);
}

#dash-bot {
    position: absolute;
    top: 45px;
    width: 115px;
    opacity: 40%;
    left: -15px;
    transform: rotate(10deg);
    z-index: 0;
}

#dash-bot:hover {
    top: 30px;
    width: 130px;
    opacity: 100%;
    transform: rotate(20deg);
}

#dash-board {
    position: absolute;
    top: 50px;
    width: 95px;
    opacity: 30%;
    left: -5px;
    transform: rotate(10deg);
    z-index: 0;
}

#dash-board:hover {
    top: 35px;
    width: 110px;
    opacity: 100%;
    transform: rotate(20deg);
}

#active-image {
    width: 180px;
    z-index: 0;
}

#modal-container{
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100
}

#active-account-card-inner{
    min-height: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#desc-modal{
    z-index: 110;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 80%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    width: 75%;
    min-width: 300px;
}

.modal-bulletpoints{
    display: block;
    font-weight: bold;
    color: black;
}

.modal-bolds{
    display: inline-block;
    font-weight: bold;
    color: black;
}

.space{
    line-height: 45px;
}

.modal-open {
    overflow-y: scroll;
    overflow-x: hidden;
}

@media only screen and (min-width: 780px) {
    .right-line{
        border-right: 1px solid #eaedf7
    }
}

.chart-wrapper-2{
    justify-content: center;
    display: flex;
    align-items: center;
}

.hover-opacity{
    opacity: 0.4;
    cursor: pointer;
}


.chart-scrollbar::-webkit-scrollbar {
    width:8px;
}

.chart-scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
    width: 17px !important;
}

.chart-scrollbar::-webkit-scrollbar-thumb {
    background-color: #cad9f7;
    background-clip: content-box;
    border: 2px solid white;
    border-radius: 5px;
}

.chart-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #acb8d3;
    border: 1px solid white;
    width: 17px;
}



.range-slider {
    margin: 10px 0px 0px 0px;
}

.range-slider {
    width: 100%;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (125px));
    height: 10px;
    border-radius: 5px;
    background: #e8eaf5;
    outline: none;
    padding: 0;
    margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #6259ca;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
    background: #6259ca;
}
.range-slider__range:active::-webkit-slider-thumb {
    background: #6259ca;
}
.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #25233c;
    cursor: pointer;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
    background: #786ef9;
}
.range-slider__range:active::-moz-range-thumb {
    background: #786EF9;
}
.range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #786EF9;
}

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 110px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #25233c;
    padding: 5px 10px;
    margin-left: 8px;
}
.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #25233c;
    border-bottom: 7px solid transparent;
    content: "";
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}





.deactive-report-table-row{
    color: #00000050 !important;
    background-color: #e1e1e1 !important;
}

.deactive-report-table-row-totally{
    color: white;
    background-color: white;
}

@media screen and (min-width: 991px) {
    .header-center {
        display: flex;
        justify-content: start;
        margin-right: 18px;
    }
}

@media screen and (max-width: 991px) {
    .header-center {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 766px) {
    .dropdown-btn {
        direction: rtl;
        display: flex;
        border-radius: 4px 0 0 4px;
        background-color: white;
        min-width: 100% !important;
    }

    .mt-mobile{
        margin-top: 80px;
    }
}

.dropdown-btn {
    border: 1px solid #ddd;
    border-right: 0px;
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    color: #647194 !important;
    justify-content: space-between;
}

.dropdown-btn-wrapper {
    max-width: 85%;
    justify-content: right;
    min-width: 50%;
}


.card-loader {
    margin-top: 45px;
    background-color: inherit;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.minh-160{
    min-height: 160px;
}

.minh-340{
    min-height: 340px;
}

.minh-400{
    min-height: 340px;
}

.panel-version{
    opacity: 15%;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: x-small;
    margin-bottom: 16px;
}

.quality-badge{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.quality-badge-wrapper{
    position: relative;
    display: flex !important;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

.drop-item-selected {
    color: white;
    background-color: #6259ca;
}

.drop-item-selected-2 {
    color: white;
    background-color: #6259ca;
}

.custom-dropdown{
    background: white;
    border-radius: 4px;
    margin-top: 120px;
}

.rotate-90{
    transform: rotate(90deg);
}

.select-responsive {
    overflow-y: scroll !important;
    max-height: 75px !important;
    -webkit-overflow-scrolling: touch !important;
}

.select-responsive::-webkit-scrollbar {
    width:8px;
}

.select-responsive::-webkit-scrollbar-track {
    background-color: transparent;
    width: 17px !important;
}

.select-responsive::-webkit-scrollbar-thumb {
    background-color: #cad9f7;
    background-clip: content-box;
    border: 2px solid white;
    border-radius: 5px;
}

.select-responsive::-webkit-scrollbar-thumb:hover {
    background-color: #acb8d3;
    border: 1px solid white;
    width: 17px;
}

.select-responsive{
    padding-left: 0 !important;
}

.filter-check{
    transition: transform 0.5s;
    margin:0px;
    padding:0px;
    color:green;
    font-size: 16px;
}

.filter-check:hover{
    font-size: 18px;
    font-weight: bold;
    transform: scale(1.1);
}

.filter-check-disabled{
    margin:0px;
    padding:0px;
    font-size: 16px;
    color:#c7c7c7;
}

.filter-check-holder{
    margin:0;
    padding-left:0;
    padding-right:0;
    display:flex;
    align-items:center;
    justify-content: center;
}


.fraud-percent-span{
    font-size: 12px;
    opacity: 75%;
}

.box-badge{
    position: absolute;
    right: 9.5rem;
    color: white !important;
    font-size: 12px;
    top: -0.2rem;
    padding: 6px;
}

#report-png, #report-png-not-mobile {
    position: absolute;
    bottom: -30px;
    width: 95px;
    opacity: 30%;
    left: -15px;
    transform: rotate(10deg);
    z-index: 0;
}

#report-png:hover, #report-png-not-mobile:hover {
    bottom: -25px;
    width: 110px;
    opacity: 100%;
    transform: rotate(20deg);
}

#tick-png {
    position: absolute;
    top: -35px;
    width: 120px;
    opacity: 30%;
    left: -35px;
    transform: rotate(0deg);
    z-index: 0;
}

#tick-png:hover {
    top: -33px;
    left: -33px;
    width: 130px;
    opacity: 100%;
    transform: rotate(5deg);
}

#copy-button{
    background-color: #00000022;
    color: white;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 5;
    padding: 8px 8px 4px 8px;
    border-radius: 4px;
}

.popup-div{
    text-align: center;
    width: 100%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}

.popup-text{
    opacity: 50% !important;
    width: 50%;
    background: #00000055;
    color: #fff;
    border-radius: 7px;
    line-height: 39px;
    position: absolute;
    top: 16px;
    left: 25%;
}

#copy-button:hover{
    background-color: #00000044;
    cursor: pointer;
}

#black-list-text:disabled{
    background-color: #fff;
    resize: none;
    text-align: left;
}




@media only screen and (max-width: 540px) {
    #report-png {
        position: absolute;
        bottom: -30px;
        width: 95px;
        opacity: 30%;
        left: -30px;
        transform: rotate(10deg);
        z-index: 0;
    }

    #report-png:hover {
        bottom: -25px;
        width: 110px;
        opacity: 100%;
        transform: rotate(20deg);
    }
}

@media only screen and (max-width: 995px) {

    #report-png-not-mobile{
        display: none;
    }

    .text-symbolic{
        margin-top: 8px!important;
        background: #8f9cc0;
        margin-bottom: 8px !important;
        width: 100% !important;
        height: 24px;
        opacity: 16%;
        border-radius: 5px;
    }

}

.text-symbolic{
    margin-top: 8px!important;
    background: #8f9cc0;
    margin-bottom: 8px !important;
    width: 50% !important;
    height: 24px;
    opacity: 16%;
    border-radius: 5px;
}

.error-div{
    text-align: center;
    border-radius: 15px;
    color: #170c6b;
    line-height: 80px;
    background: #ffffff99;
}

.menu-notif{
    height: 10px;
    width: 10px;
    margin: 0px;
    padding: 0px;
    border-radius: 23px;
    color: #ffffff00 !important;
    right: 4px;
    top: 4px;
    animation: menu-notif-blink 1.2s ease-in-out infinite;
}

@keyframes menu-notif-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.25; }
}

.menu-notif-inner{
    height: 10px;
    width: 10px;
    margin: 0px;
    padding: 0px;
    border-radius: 23px;
    color: #ffffff00 !important;
    right: -8px;
    top: 4px;
    position: absolute;
    animation: menu-notif-blink 1.2s ease-in-out infinite;
}
.menu-notif-inner-holder{
    position: relative;
}

.menu-notif-left{
    height: 10px;
    width: 10px;
    margin: 0px;
    padding: 0px;
    border-radius: 23px;
    color: #ffffff00 !important;
    left: -10px;
    top: -4px;
}
.menu-notif-left-8px{
    height: 10px;
    width: 10px;
    margin: 0px;
    padding: 0px;
    border-radius: 23px;
    color: #ffffff00 !important;
    left: 8px;
    top: 8px;
}

.select2-container{
    width: 100% !important;
}

.tile-error-text{
    background-color: #ffffff00;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0%;
    /*top: 50%;*/
    /*position: absolute;*/
}

.business-dropdown-btn {
    border: 0px;
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    color: white !important;
    justify-content: space-between;
}

.business-selector-wrapper{
    width: 100%;
    z-index: 100;
    border-radius: 50px;
    padding: 0px 10px;
    background: #6259ca;
    border: 0px;
    opacity: 75%;
}

.business-selector-wrapper:hover{
    box-shadow: 0 0 10px #00000077;
    opacity: 100%;
}

.business-modal-business-info{
    background: #efefff;
    opacity: 80%;
    border: 0px;
    color: #6259CA;
    cursor: pointer;
    width: 100%;
    border-radius: 12px;
    padding: 16px;
    margin: 8px 0px;
}

.business-modal-business-info.active-info{
    border: 1px solid #6259CA;
    background: #6259CA;
    color: white;
    opacity: 100%;
    cursor: auto;
}


.business-modal-add-business{
    border: 2px dashed #6259CA;
    background: white;
    cursor: pointer;
    width: 100%;
    border-radius: 12px;
    padding: 16px;
    margin: 8px 0px;
    color: #6259CA;
    display: flex;
    justify-content: center;
    opacity: 50%;
}

.business-modal-add-business:hover{
    opacity: 80%;
}

#business-modal-add-business-inner{
    align-content: center;
}

.business-modal-business-info.active-info > .row{
    cursor: auto;
}

.business-modal-business-info:hover{
    opacity: 100%;
}

#business-modal-business-info-name{
    margin: 0px;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

#business-modal-business-info-name-text{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    flex: 1;
    min-width: 0;
}

#business-modal-business-info-name-badge{
    background: white;
    color: #000;
    padding: 8px 12px;
    font-size: 10px;
    border-radius: 4px;
    align-items: center;
    opacity: 100%;
    display: none;
    justify-content: center;
}

#business-modal-business-info-name-badge > p{
    margin: 0px 4px;
}

.business-modal-business-info > div > span#business-modal-business-info-name-badge{
    display: none;
}

.business-modal-business-info.active-info  > div > span#business-modal-business-info-name-badge{
    display: flex;
}


@media only screen and (max-width: 1100px) {

    #business-modal-business-info-name-badge > p{
        display: none !important;
    }

    .modal-header-button > p{
        display: none !important;
    }

    #business-modal-business-info-name-text{
        text-overflow: ellipsis;
        max-width: 80%;
        overflow: hidden;
        width: fit-content;
        white-space: nowrap;
    }

}

.text-overflow-ellipsis{
    text-overflow: ellipsis;
    overflow: hidden;
    width: fit-content;
    white-space: nowrap;
}

.line-height-16{
    line-height: 16px;
}


#business-modal-business-info-domain{
    margin: 12px 0px 4px 0px;
    opacity: 65%;
}

.modal-header-button{
    background: white;
    padding: 12px 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    opacity: 100%;
    border: 1px solid #6259ca;
    color: #6259ca;
    align-self: center;
    width: 100%;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    min-width: 36px;
}

.modal-header-button:hover{
    background: #6259ca;
    color: white;
}

.modal-header-button:hover > p{
    margin: 0px 0px 0px 6px;
}

.modal-header-button > p{
    margin: 0px 4px;
}

.modal-header-button-wrapper{
    display: flex;
    justify-content: left;
    padding: 0px 25px;
}

.custom-card-body{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.profile-cover__img{
    position: relative;
    top: 0px;
    margin-bottom: 32px;
}

.profile-nav{
    align-content: center;
    justify-content: center;
    color: white;
    border-radius: 8px;
}

.primary-header{
    display: flex;
    background: #6259ca;
    color: white;
    font-weight: bold;
    padding: 20px 16px 0px 10px;
    justify-content: space-between;
}

#teammate-container{
    display: flex;
    min-height: 200px;
    align-items: center;
    justify-content: center;
}


#page-alert-wrapper{
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 22000000000!important;
    bottom: 32px;
}

.page-alert{
    background: #666;
    color: white;
    padding: 10px 32px;
    border-radius: 30px;
    opacity: 40%;
    min-width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4px;

}

.green-alert{
    background: #19b159 !important;
    opacity: 70% !important;
}

.red-alert{
    background: #fd6074 !important;
    opacity: 80% !important;
}

.text-center-flex{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    opacity: 75%;
    height: 100px;
}

.loader-center{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    position: absolute;
}

#modal-close{
    display: flex;
    position: fixed;
    right: -48px;
    background: white;
    padding: 12px;
    border-radius: 12px;
    cursor: pointer;
}

#modal-close:hover > i{
    font-weight: bold;
}

.pricing-page{
    display: flex;
    width: 90%;
    justify-content: space-between;
    flex-direction: column;
}



.custom-range-slider {
    appearance: none;
    width: 100%;
    height: 8px;
    outline: none;

}

.custom-range-slider::-webkit-slider-runnable-track {
    background: #00000015;
    height: 8px;
    border-radius: 50px;
    width: 100%;
}

/******** Firefox ********/
.custom-range-slider::-moz-range-track {
    background: #00000015;
    height: 8px;
    border-radius: 50px;
    width: 100%;
}


.custom-range-slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -6px; /* Centers thumb on the track */
    border-radius: 50px;
    background-color: #6259ca;
    height: 20px;
    width: 20px;
}
.custom-range-slider:hover {
    outline: none;
}

/***** Chrome, Safari, Opera, and Edge Chromium *****/
.custom-range-slider:hover::-webkit-slider-thumb {
    /*outline: 1px solid #6259ca;*/
    /*outline-offset: 0.125rem;*/
    box-shadow: 0px 0px 4px #0007;
    height: 24px;
    width: 24px;
    margin-top: -8px;
}

/******** Firefox ********/
.custom-range-slider:hover::-moz-range-thumb {
    /*outline: 1px solid #6259ca;
    outline-offset: 0.125rem;*/
}


















.custom-range-slider {
    position: relative;
    direction: ltr;
}
.custom-range-slider input[type=range] {
    appearance: none;
    padding: 0;
    width: 100%;
    height: 22px;
    cursor: pointer;
    display: block;
}
.custom-range-slider input[type=range]:focus {
    outline: none;
}
.custom-range-slider input[type=range][disabled] {
    opacity: 0.3;
    cursor: default;
}
.custom-range-slider .rangeslider {
    position: relative;
    height: 22px;
    cursor: pointer;
    user-select: none;
}
.custom-range-slider .rangeslider:before {
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    border-radius: 100px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.custom-range-slider input::-webkit-slider-runnable-track {
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    border-radius: 100px;
    margin: 11px 0;
}
.custom-range-slider input::-moz-range-track {
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    border-radius: 100px;
    margin: 11px 0;
}
.custom-range-slider input::-ms-track {
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    border-radius: 100px;
    color: transparent;
    padding: 11px 0;
    border-color: transparent;
}
.custom-range-slider input::-ms-fill-lower, .range input::-ms-fill-upper {
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    border-radius: 100px;
}
.custom-range-slider input::-ms-fill-lower {
    background: #6259ca;
}
.custom-range-slider .rangeslider-fill-lower {
    background-color: #6259ca;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    height: 4px;
    will-change: width;
}
.custom-range-slider input::-webkit-slider-thumb {
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
    /*border: 4px solid #fff;*/
    height: 20px;
    width: 20px;
    border-radius: 100px;
    background: #6259ca;
    cursor: pointer;
    appearance: none;
    transform: translateY(-50%);
    margin-top: 2px;
}
.custom-range-slider input::-moz-range-thumb {
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
    /*border: 4px solid #fff;*/
    height: 20px;
    width: 20px;
    border-radius: 100px;
    background: #6259ca;
    cursor: pointer;
}
.custom-range-slider input::-ms-thumb {
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
    /*border: 4px solid #fff;*/
    height: 20px;
    width: 20px;
    border-radius: 100px;
    background: #6259ca;
    cursor: pointer;
}
.custom-range-slider .rangeslider-thumb {
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
    /*border: 4px solid #fff;*/
    height: 20px;
    width: 20px;
    border-radius: 100px;
    background: #6259ca;
    cursor: pointer;
    position: absolute;
    touch-action: pan-x;
    top: 50%;
    transform: translateY(-50%);
    will-change: left;
}

.custom-range-slider:hover .rangeslider-thumb {
    box-sizing: border-box;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .5);
    /*border: 4px solid #fff;*/
    height: 22px;
    width: 22px;
    border-radius: 100px;
    background: #6259ca;
    cursor: pointer;
    position: absolute;
    touch-action: pan-x;
    top: 50%;
    transform: translateY(-50%);
    will-change: left;
}


.range-input{
    font-size: 18px;
    font-weight: bold;
    width: 7ch;
    border: 0px;
    color:#6259ca;
    text-align: center;
    cursor: pointer;
}

.range-input:focus{
    box-shadow: none;
    outline: none;
}
.range-input:active{
    box-shadow: none;
    outline: none;
}

/* Chrome, Safari, Edge, Opera */
.range-input::-webkit-outer-spin-button,
.range-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.range-input {
    -moz-appearance: textfield;
}

.package-discount-badge{
    position: absolute;
    left: -50px;
    width: 160px;
    background: #f1388b;
    padding-top: 4px;
    padding-bottom: 4px;
    rotate: -44deg;
    top: 16px;
    font-weight: bold;
    box-shadow: 0px 0px 12px #0005;
    color: white;
}

.pricing-tabs .nav-price li a.active{
    background: #6259ca !important;
    color: #fff !important;
}
.pricing-tabs .nav-price li a{
    color: #6259ca !important;
    background: #fff !important;
}

.hover-shadow {
    position: relative;
    border: 0;
    transition:
        transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.05),
        0 6px 18px rgba(15, 23, 42, 0.08);
}

.hover-shadow:hover {
    transform: translateY(-14px) scale(1.02);
    box-shadow:
        0 2px 6px rgba(15, 23, 42, 0.05),
        0 10px 24px rgba(98, 89, 202, 0.16),
        0 22px 44px rgba(15, 23, 42, 0.14),
        0 40px 80px rgba(15, 23, 42, 0.12);
    border: 0;
}

.package-tik{
    color: #6259ca;
    font-size: 18px;
    top: 4px;
    position: relative;
}

.package-button{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 22px;
}

.package-price{
    font-size: 24px;
    font-weight: bold;
    color: #6259ca;
}

.top-badge{
    position: absolute;
    /*transform: translate(180%, -93%);*/
    top: 25%;
    right: -60%;
    background: #f1388b;
    height: 26px;
    width: 160px;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    color: white;
    opacity: 33%;
}

#more-info-wrapper{
    background: white;
    border-radius: 12px;
    box-shadow: 0px 0px 10px #9997;
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 33%;
}

#more-info-background{
    background: #0005;
    z-index: 50;
    width: 100%;
    height: 100%;
    position: absolute;
}

@media only screen and (max-width: 780px) {
    .top-badge{
        visibility: hidden;
        width: 0px;
    }

    #more-info-wrapper{
        width: 80%;
        height: 80%;
    }
}

.flex-center{
    display: flex;
    justify-content: center;
}

.flex-column{
    display: flex;
    flex-direction: column;
}

.custom-badge-primary{
    background: #6259ca;
    color: white;
    text-align: center;
}

.more-info-icon:hover{
    cursor: pointer;
}

.active-script{
    color: white;
    background: #19b159;
    padding: 4px;
    border-radius: 20px;
}

.deactive-script{
    color: white;
    background: #fd6074;
    padding: 4px;
    border-radius: 20px;
}





/* === range theme and appearance === */
.custom-range-sliders {
    font-size: 1.5rem;
    width: 12.5em;
}

.custom-range-sliders {
    color: #6259ca;
    --thumb-height: 1em;
    --track-height: 0.125em;
    --track-color: rgba(0, 0, 0, 0.2);
    --brightness-hover: 180%;
    --brightness-down: 80%;
    --clip-edges: 0.125em;
}

.custom-range-sliders.win10-thumb {
    color: #6259ca;

    --thumb-height: 1.1em;
    --thumb-width: 0.5em;
    --clip-edges: 0.0125em;
}

@media (prefers-color-scheme: dark) {

    .custom-range-sliders {
        color: #6259ca;
        --track-color: rgba(255, 255, 255, 0.1);
        width: 100%!important;
    }

    .custom-range-sliders.win10-thumb {
        color: #6259ca;
    }
}





/* === range commons === */
.custom-range-sliders {
    position: relative;
    background: #fff0;
    overflow: hidden;
    direction: ltr;
    width: 100%!important;
}

.custom-range-sliders:active {
    cursor: grabbing;
}

.custom-range-sliders:disabled {
    filter: grayscale(1);
    opacity: 0.3;
    cursor: not-allowed;
}

/* === WebKit specific styles === */
.custom-range-sliders,
.custom-range-sliders::-webkit-slider-runnable-track,
.custom-range-sliders::-webkit-slider-thumb {
    -webkit-appearance: none;
    transition: all ease 100ms;
    height: var(--thumb-height);
}

.custom-range-sliders::-webkit-slider-runnable-track,
.custom-range-sliders::-webkit-slider-thumb {
    position: relative;
}

.custom-range-sliders::-webkit-slider-thumb {
    --thumb-radius: calc((var(--thumb-height) * 0.5) - 1px);
    --clip-top: calc((var(--thumb-height) - var(--track-height)) * 0.5 - 0.5px);
    --clip-bottom: calc(var(--thumb-height) - var(--clip-top));
    --clip-further: calc(100% + 1px);
    --box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0
    100vmax #6259ca;

    width: var(--thumb-width, var(--thumb-height));
    background: linear-gradient(#6259ca 0 0) scroll no-repeat left center /
		50% calc(var(--track-height) + 1px);
    background-color: #6259ca;
    box-shadow: var(--box-fill);
    border-radius: var(--thumb-width, var(--thumb-height));

    filter: brightness(100%);
    clip-path: polygon(
            100% -1px,
            var(--clip-edges) -1px,
            0 var(--clip-top),
            -100vmax var(--clip-top),
            -100vmax var(--clip-bottom),
            0 var(--clip-bottom),
            var(--clip-edges) 100%,
            var(--clip-further) var(--clip-further)
    );
}

.custom-range-sliders:hover::-webkit-slider-thumb {
    filter: brightness(var(--brightness-hover));
    cursor: grab;
}

.custom-range-sliders:active::-webkit-slider-thumb {
    filter: brightness(var(--brightness-down));
    cursor: grabbing;
}

.custom-range-sliders::-webkit-slider-runnable-track {
    background: linear-gradient(var(--track-color) 0 0) scroll no-repeat center /
		100% calc(var(--track-height) + 1px);
}

.custom-range-sliders:disabled::-webkit-slider-thumb {
    cursor: not-allowed;
}

/* === Firefox specific styles === */
.custom-range-sliders,
.custom-range-sliders::-moz-range-track,
.custom-range-sliders::-moz-range-thumb {
    appearance: none;
    transition: all ease 100ms;
    height: var(--thumb-height);
}

.custom-range-sliders::-moz-range-track,
.custom-range-sliders::-moz-range-thumb,
.custom-range-sliders::-moz-range-progress {
    background: #fff0;
}

.custom-range-sliders::-moz-range-thumb {
    background: #6259ca;
    border: 0;
    width: var(--thumb-width, var(--thumb-height));
    border-radius: var(--thumb-width, var(--thumb-height));
    cursor: grab;
}

.custom-range-sliders:active::-moz-range-thumb {
    cursor: grabbing;
}

.custom-range-sliders::-moz-range-track {
    width: 100%;
    background: var(--track-color);
}

.custom-range-sliders::-moz-range-progress {
    appearance: none;
    background: #6259ca;
    transition-delay: 30ms;
}

.custom-range-sliders::-moz-range-track,
.custom-range-sliders::-moz-range-progress {
    height: calc(var(--track-height) + 1px);
    border-radius: var(--track-height);
}

.custom-range-sliders::-moz-range-thumb,
.custom-range-sliders::-moz-range-progress {
    filter: brightness(100%);
}

.custom-range-sliders:hover::-moz-range-thumb,
.custom-range-sliders:hover::-moz-range-progress {
    filter: brightness(var(--brightness-hover));
}

.custom-range-sliders:active::-moz-range-thumb,
.custom-range-sliders:active::-moz-range-progress {
    filter: brightness(var(--brightness-down));
}

.custom-range-sliders:disabled::-moz-range-thumb {
    cursor: not-allowed;
}

.custom-range-sliders:before {
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    border-radius: 100px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.cart-float{
    z-index: 100;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #6259ca;
    box-shadow: 0px 0px 8px #00000022;
    border-radius: 15% 15% 15% 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-float:hover{
    width: 64px;
    height: 64px;
    bottom: 18px;
    left: 18px;
}

.cart-float:hover > i{
    font-size: 22px;
}

.cart-float > i {
    padding: 1px 1px 0px 0px;
    margin: 0px;
    color: white;
    font-size: 20px;
    padding: 1px 1px 0px 0px;
    margin: 0px;
    color: white;
}

.cart-float > span {
    min-height: 10px !important;
    min-width: 10px !important;
    top: 10px;
    right: 10px;
}

.h_iframe-aparat_embed_frame > iframe{
    border: 0px;
    border-radius: 8px;
}

.side-badge-float{
    position: absolute;
    top: 12px;
    left: 27px;
    border-radius: 50px;
    z-index: 4;
}


#bip_toggle_label {
    display: block;
    width: 50px;
    height: 30px;
    background-color: #dddddd55;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    /*border: 1.5px solid #ddd;*/
}

#bip_toggle_label::after{
    content: "";
    width: 28px;
    height: 28px;
    background-color: #ddd;
    position: absolute;
    border-radius: 50%;
    top: 1px;
    left: 0px;
    transition: 0.5s;
}

#bip_toggle_switch:checked + label:after {
    left: -7px;
    transform: translateX(100%);
    background-color: #6259ca;
}

#bip_toggle_switch:checked + label {
    /*border: 1.5px solid #6259ca;*/
    background-color: #6259ca33;
}
#bip_toggle_switch{
    display: none;
}

.toggle-text-off{
    text-align: center;
    font-size: 12px;
    color: #aaa;
}

.toggle-text-on{
    text-align: center;
    font-size: 12px;
    color: #6259ca;
}

.profile-cover{
    display: flex;
    justify-content: center;
}

#client_code_holder{
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    padding-right: 10px;
    padding-left: 10px;
}

.profile-video-button{
    border-radius: 10px;
    display: flex;
    color: #aaa;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    padding-right: 10px;
    padding-left: 10px;
}

.profile-video-button:hover{
    color: #6259ca;
}

#client_code_holder__title{
    color: #aaa;
    margin: 10px;
}

#client_code_holder__code{
    color: #aaa;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.parsley-success, .parsley-error{
    background-size: 10px 10px !important;
    background-position-x: 6px !important;
    background-position-y: 12px !important;
}

.learning-video-container{
    margin: 8px;
    border: 1px solid #e8e8f7;
    border-radius: 8px;
    padding: 8px 8px 8px 16px;
    opacity: 0.9;
}

.learning-video-container:hover{
    margin: 8px;
    border: 1px solid #e8e8f7;
    box-shadow: 0px 0px 8px #e8e8f7;
    opacity: 1;
}


@media screen and (max-width: 768px) {
    .learning-video-image-container{
        min-height: 280px;
    }
}


.learning-video-image-container{
    background-position: center;
    background-size: cover;
    margin: 0px !important;
    padding: 0px;
    border-radius: 8px;
    min-height: 110px;
    background-image: url("https://dezhino.com/wp-content/uploads/2025/03/videoPlayer-Cover.png");
}

.learning-video-image-container.pdf-cover{
    background-image: url("https://dezhino.com/wp-content/uploads/2025/03/pdfCover.png");
}

.learning-video-image-container.blog-cover{
    background-image: url("https://dezhino.com/wp-content/uploads/2025/03/blogCover.png");
}

.learning-video-image{
    border-radius: 8px;
    margin-left: 16px;
    height: 100%;
    object-fit: cover;
}

.video-description-header{
    font-size: 18px;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 16px;
}

.smooth-radius {
    transition: border-radius 1s ease;
}

.truncate-text {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-header-labeled {
    background: transparent;
    padding: 0 10px 0 0;
    border: 0;
    overflow: hidden;
}

.card-header-labeled > ul.card-header-tabs {
    background: transparent;
    border: 0;
}


.card-header-labeled > ul.card-header-tabs > li > .nav-link{
    border-radius: 12px 12px 0 0 !important;
    background-color: #ffffff63;
    padding-right: 28px;
    padding-left: 28px;
    padding-top: 14px;
    margin-left: 10px;
    text-align: center;
}

.card-header-labeled > ul.card-header-tabs > li > .nav-link:hover{
    background-color: #6259ca;
}

.card-header-labeled > ul.card-header-tabs > li > .nav-link.active{
    font-weight: 500;
    color: #3c4858;
    background-color: #ffffff;
}

.card-header-labeled > ul.card-header-tabs > li > .nav-link.active:hover{
    background-color: white;
    color: #3c4858 !important;
}

.card-body-labeled {
    background-color: white !important;
    border-radius: 0px 0px 12px 12px;
    border: 0px !important;
}

.card-labeled {
    background-color: transparent;
    box-shadow: none;
}

.nav-tabs-labeled {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: scroll;
}

.nav-tabs-labeled::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
    display: none;
}
/* Optional: show position indicator in red */
.nav-tabs-labeled::-webkit-scrollbar-thumb {
    background: #FFFFFF;
    display: none;
}

.labeled-card-section {
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.margin-top-first-labeled-card{
    margin-top: 16px;
}

@media only screen and (max-width: 780px) {
    .margin-top-first-labeled-card{
        margin-top: 100px;
    }

    .card-header-labeled > ul.card-header-tabs > li > a.nav-link{
        min-width: 176px;
        text-align: center;
    }

    .card-body-labeled {
        background-color: white !important;
        border-radius: 0px 0px 12px 12px;
    }
}

/* Do not force position — jQuery UI uses fixed inside modals; must sit above Bootstrap modal (~1050). */
#ui-datepicker-div {
    z-index: 10050 !important;
}

.ui-datepicker {
    z-index: 10050 !important;
}

.inline-important{
    padding: 0px 8px 2px 8px;
    background: #e0e2f7;
    margin: 0px 4px;
    border-radius: 4px;
    font-size: 12px;
}

.custom-column {
    max-width: 200px;
    min-width: 100px;
    white-space: nowrap;      /* نذار خط بعدی بره */
    overflow: hidden;         /* بزن بیرون حذف شه */
    text-overflow: ellipsis;
    direction: ltr;/* سه‌نقطه بساز */
}

.custom-column-300 {
    max-width: 300px;
    min-width: 100px;
    white-space: nowrap;      /* نذار خط بعدی بره */
    overflow: hidden;         /* بزن بیرون حذف شه */
    text-overflow: ellipsis;
    direction: ltr;/* سه‌نقطه بساز */
}

.fixed-column-100 {
    max-width: 100px;
    min-width: 100px;
    width: 100px;
}

.action-badge{
    background: #3b4863;
    opacity: 50%;
    padding: 2px 6px;
    color: white;
    border-radius: 5px;
    font-size: 8px;
    margin: 0px 4px;
}

.action-badge-dark{
    background: #fff;
    opacity: 30%;
    padding: 2px 6px;
    color: black;
    border-radius: 5px;
    font-size: 8px;
    margin: 0px 4px;
}

.bg-dark-custom{
    background: #2b2942 !important;
}

.opacity-50{
    opacity: 50%;
}


.badge-info{/*for ip and user_id filters*/
    margin: 2px 2px !important;
}

.select2-search__field {
    width: 100% !important;
}

.footer-style{
    display: flex;
    position: fixed;
    width: 100%;
    justify-content: center;
    align-items: center;
    right: 0px;
    box-shadow: 0px 0px 11px #00000011;
    z-index: 5;
}

.inner-body{
    margin-bottom: 52px;
}

/*.card-tab-item-last{
    margin: 0px!important;
}

.card-tab-item-last > .nav-link{
    margin: 0px!important;
}*/


.card-tab-item > .nav-link{
    cursor: pointer;
}




#funnel-modal-funnel-info-name{
    margin: 0px;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

#funnel-modal-funnel-info-name-text{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    flex: 1;
    min-width: 0;
}

#funnel-modal-funnel-info-name-badge{
    background: white;
    color: #000;
    padding: 8px 12px;
    font-size: 10px;
    border-radius: 4px;
    align-items: center;
    opacity: 100%;
    display: none;
    justify-content: center;
}

#funnel-modal-funnel-info-domain{
    margin: 12px 0px 4px 0px;
    opacity: 65%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
}

.funnel-modal-funnel-info{
    background: #efefff;
    opacity: 80%;
    border: 0px;
    color: #6259CA;
    cursor: pointer;
    width: 100%;
    border-radius: 12px;
    padding: 16px;
    margin: 8px 0px;
}

.funnel-modal-funnel-info.funnel-active-info{
    border: 1px solid #6259CA;
    background: #6259CA;
    color: white;
    opacity: 100%;
    cursor: auto;
}

.funnel-modal-funnel-info.funnel-active-info > .row{
    cursor: auto;
}

.funnel-modal-funnel-info.funnel-active-info  > div > span#funnel-modal-funnel-info-name-badge{
    display: flex;
}

#funnel-modal-funnel-info-name-badge > p{
    margin: 0px 4px;
}

.funnel-modal-funnel-info > div > span#funnel-modal-funnel-info-name-badge{
    display: none;
}


@media only screen and (max-width: 1100px) {

    #funnel-modal-funnel-info-name-badge > p{
        display: none !important;
    }

    .modal-header-button > p{
        display: none !important;
    }

    #funnel-modal-funnel-info-name-text{
        text-overflow: ellipsis;
        max-width: 80%;
        overflow: hidden;
        width: fit-content;
        white-space: nowrap;
    }

    #funnel-modal-funnel-info-domain{
        margin: 12px 0px 4px 0px;
        opacity: 65%;
    }

}


#actions-select-funnel{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 300px;
}

@media (max-width: 600px) {
    #initial-funnel-holder {
      display: none;
    }
}

.bootstrap-tagsinput {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}

.bootstrap-tagsinput input {
    flex: 1 1 auto !important;
    min-width: 300px !important;
    max-width: 100% !important;
}

#placement-exclusion-config {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.analytical-report-divs:hover{
    box-shadow: 0px 0px 14px #00000033 !important;
}

#businesses-modal-button-icon{
    display: grid;
    color: white;
    margin-right: 7px !important;
    color: white;
}

.btn-icon-text{
    justify-content: center; 
    align-items: center; 
    display: inline-flex;
}

.btn-icon-text > i {
    margin-left: .5rem;
}

.btn-icon-text > span {
    padding-top: .2rem;
}

.padding-inline-text{
    padding-right: 4px;
    display: inline;
}

.padding-inline-text-reverse{
    padding-left: 4px;
    display: inline;
}

.badge-package-1 {
    background-color: #3b4863;
    color: #ffffffaa !important;
}

.badge-package-2 {
    background-color: #3b4863;
    color: #ffffffaa !important;
}

.badge-package-3 {
    background-color: #3b4863;
    color: #ffffffaa !important;
}

.badge-package-4 {
    background-color: #01b8ff;
    color: #ffffffaa !important;
}

.badge-package-5 {
    background-color: #f1388b;
    color: #ffffffaa !important;
}

.badge-package-6 {
    background-color: #6259ca;
    color: #ffffffaa !important;
}

.margin-start-16{
    margin-right: 16px;
}

.margin-start-8{
    margin-right: 8px;
}

.margin-start-4{
    margin-right: 4px;
}

.margin-start-0{
    margin-right: 0px;
}

.margin-end-16{
    margin-left: 16px;
}

.margin-end-8{
    margin-left: 8px;
}

.margin-end-4{
    margin-left: 4px;
}

.margin-end-0{
    margin-left: 0px;
}


/* حالت پیش‌فرض (مثلاً چپ به راست - انگلیسی) */
[dir="ltr"] textarea.parsley-success,
[dir="ltr"] textarea.parsley-error,
[dir="ltr"] input.parsley-success,
[dir="ltr"] input.parsley-error {
    background-repeat: no-repeat !important;
    background-position: right 10px center !important; /* آیکون در سمت راست */
    padding-right: 35px;
    padding-left: inherit !important;
}

/* حالت راست به چپ (فارسی) */
[dir="rtl"] textarea.parsley-success,
[dir="rtl"] textarea.parsley-error,
[dir="rtl"] input.parsley-success,
[dir="rtl"] input.parsley-error {
    background-position: left 10px center !important; /* آیکون در سمت چپ */
    padding-left: 35px;
    padding-right: inherit; /* ریست کردن پدینگ سمت راست */
}

@keyframes dashboard-see-full-report-appear {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dashboard-see-full-report-link {
    display: inline-block;
    color: #8f8fb1;
    text-decoration: none;
    padding: 2px 8px;
    margin-inline-start: 2px;
    border-radius: 50px;
    border: 1px solid #8f8fb1;
    font-size: 10px;
    line-height: 1.3;
    vertical-align: baseline;
    opacity: 1;
    background-color: transparent;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
    animation: dashboard-see-full-report-appear 0.35s ease forwards;
}

.dashboard-see-full-report-link:hover,
.dashboard-see-full-report-link:focus-visible {
    color: #fff;
    background-color: #8f8fb1;
    border-color: #8f8fb1;
    opacity: 1;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(143, 143, 177, 0.35);
    transform: translateY(-1px);
}

.dashboard-see-full-report-link:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(143, 143, 177, 0.28);
}