.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;
}

.recommendation-report-table-scroll {
    max-height: 26rem;
    overflow: auto;
}

.recommendation-report-table-scroll #recommendation-block-table th,
.recommendation-report-table-scroll #recommendation-block-table td,
.recommendation-report-table-scroll #recommendation-increase-table th,
.recommendation-report-table-scroll #recommendation-increase-table td {
    min-width: 150px;
}

.recommendation-report-table-scroll #recommendation-block-table th:first-child:not([colspan]),
.recommendation-report-table-scroll #recommendation-block-table td:first-child:not([colspan]),
.recommendation-report-table-scroll #recommendation-increase-table th:first-child:not([colspan]),
.recommendation-report-table-scroll #recommendation-increase-table td:first-child:not([colspan]) {
    min-width: 0;
    width: 1%;
    white-space: nowrap;
}

.badge.badge-recommendation-block {
    background-color: #f16d75;
    color: #fff;
}

.badge.badge-recommendation-increase-bid {
    background-color: #19b159;
    color: #fff;
}

/* Latin “AI” badge for AI-powered features (same in all languages). Horizontal spacing: margin-start-4 margin-end-4 utilities. */
.panel-ai-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1px 6px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #fff;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 55%, #a855f7 100%);
    border-radius: 4px;
    vertical-align: middle;
    white-space: nowrap;
    unicode-bidi: embed;
}

/* Feather bundle exposes refresh as fe-refresh-cw; alias so markup can use fe fe-refresh. */
.fe-refresh:before {
    content: "\e9b7";
}

/* Public /pricing + dashboard package-list: soften AI badges until hover. */
.prices-wrapper .panel-ai-badge {
    opacity: 0.4;
    transition: opacity 0.2s ease;
}

.prices-wrapper .panel-ai-badge:hover {
    opacity: 1;
}

/* Scoped to package list; !important beats .pricing-tabs a and other theme link rules. */
.prices-wrapper a .pricing-feature-help-icon,
.prices-wrapper .more-info-icon.pricing-feature-help-icon {
    font-size: 16px;
    cursor: pointer;
    opacity: 0.5 !important;
    transition: opacity 0.2s ease;
}

.prices-wrapper a:hover .pricing-feature-help-icon,
.prices-wrapper a .pricing-feature-help-icon:hover,
.prices-wrapper .more-info-icon.pricing-feature-help-icon:hover {
    opacity: 1 !important;
}

/* /pricing + /package-list feature rows */
.prices-wrapper .pricing-feature-line {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    min-height: 28px;
    text-align: center;
    container-type: inline-size;
}

.prices-wrapper .pricing-feature-line__text {
    display: inline;
    margin-top: 4px;
}

.prices-wrapper .pricing-feature-line__highlight {
    color: #6259ca;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.prices-wrapper .pricing-feature-line .package-tik {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0;
    margin-inline-start: 4px;
    margin-inline-end: 4px;
}

/* Equal-height package cards on /pricing and /package-list */
.prices-wrapper .tab-pane > .row.row-sm {
    align-items: stretch;
}

.prices-wrapper .tab-pane > .row.row-sm > [class*="col-"] {
    display: flex;
}

.prices-wrapper .tab-pane > .row.row-sm > [class*="col-"] > .card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.prices-wrapper .card-pricing.pricing1 {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
}

.prices-wrapper .package-discount-badge {
    z-index: 5;
}

.prices-wrapper .card-pricing.pricing1 > .card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.prices-wrapper .card-pricing.pricing1 > .card-body > .list-unstyled {
    flex: 1 1 auto;
}

/* Single header block — avoids white seam between title/desc on card hover scale */
.prices-wrapper .pricing-card-header {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    overflow: hidden;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

.prices-wrapper .pricing-card-title,
.prices-wrapper .pricing-card-subtitle {
    margin: 0;
    line-height: 1.3;
}

.prices-wrapper .pricing-card-title {
    padding: 0.5rem 0.5rem 0.15rem;
}

.prices-wrapper .pricing-card-subtitle {
    padding: 0 0.5rem 0.5rem;
}

/* Pricing cards: realistic lift toward the viewer on hover */
.prices-wrapper .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);
}

.prices-wrapper .tab-pane > .row.row-sm > [class*="col-"]:has(.hover-shadow:hover) {
    z-index: 5;
}

.prices-wrapper .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;
}

@media (prefers-reduced-motion: reduce) {
    .prices-wrapper .hover-shadow,
    .hover-shadow {
        transition: box-shadow 0.2s ease;
    }

    .prices-wrapper .hover-shadow:hover,
    .hover-shadow:hover {
        transform: none;
    }
}

/* Hide AI badge & help icon when the row is too narrow (dashboard package-list). */
@container (max-width: 400px) {
    .prices-wrapper .panel-ai-badge,
    .prices-wrapper .pricing-feature-line > a {
        display: none !important;
    }
}

/* Public /pricing: always show badges & help icons (cards are often < 400px in 3-col layout). */
body.main-body.pricing-layout .prices-wrapper .panel-ai-badge {
    display: inline-flex !important;
    opacity: 1;
}

body.main-body.pricing-layout .prices-wrapper .pricing-feature-line > a {
    display: inline !important;
}

body.main-body.pricing-layout .prices-wrapper a .pricing-feature-help-icon,
body.main-body.pricing-layout .prices-wrapper .more-info-icon.pricing-feature-help-icon {
    opacity: 0.65 !important;
}

/* Standalone /pricing page layout */
body.main-body.pricing-layout {
    display: block;
    min-height: 100vh;
}

body.main-body.pricing-layout .pricing-page {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body.main-body.pricing-layout .pricing-page .main-content,
body.main-body.pricing-layout .pricing-page .container-fluid {
    width: 100%;
    max-width: 100%;
}

.panel-ai-header-text {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    justify-content: center;
}

/*.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;
}

/* Title + AI badge inline; ellipsis on text only so badge tooltip is not clipped */
.dashboard-card-title-with-ai {
    overflow: visible;
    white-space: nowrap;
}

.dashboard-card-title-with-ai__text {
    display: inline-block;
    max-width: calc(100% - 2.75rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}


#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;
}

/* Discount hint beside tabs — absolute so nav-price never shifts on hover */
.pricing-tabs .pri-tabs-heading {
    display: inline-table;
    position: relative;
    vertical-align: middle;
}

.pricing-tabs .pri-tabs-heading > .nav.nav-price {
    margin: 0;
}

.pricing-tabs .pri-tabs-heading > .top-badge,
.pricing-tabs .pri-tabs-heading > #top-badge {
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    margin: 0;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}

[dir="rtl"] .pricing-tabs .pri-tabs-heading > .top-badge,
[dir="rtl"] .pricing-tabs .pri-tabs-heading > #top-badge {
    right: 100%;
    margin-right: 0.75rem;
}

[dir="ltr"] .pricing-tabs .pri-tabs-heading > .top-badge,
[dir="ltr"] .pricing-tabs .pri-tabs-heading > #top-badge {
    left: 100%;
    margin-left: 0.75rem;
}

/* Pricing period tabs: inline-table breaks on narrow screens */
@media (max-width: 767.98px) {
    .pricing-tabs .pri-tabs-heading {
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .pricing-tabs .nav-price {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
        gap: 0.5rem;
    }

    .pricing-tabs .nav-price li {
        float: none;
        width: 100%;
        margin: 0;
    }

    .pricing-tabs .nav-price li a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 14px;
        text-align: center;
    }

    .pricing-tabs #top-badge.top-badge,
    .pricing-tabs .top-badge {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        width: 100%;
        max-width: 100%;
        margin: 0.35rem auto 0;
        opacity: 1;
    }
}

.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;
    margin-left: 8px;
}

.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{
    background: #f1388b;
    height: 26px;
    width: auto;
    min-width: 160px;
    max-width: 220px;
    padding: 0 12px;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    color: white;
    opacity: 33%;
    white-space: nowrap;
}

#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;
}

/* Panel hover badges: info label, refresh title, AI badge title (see data-panel-hover-tip in base) */
i.fe.fe-info.more-info-icon,
i.fe.fe-refresh[data-panel-hover-tip],
span.panel-ai-badge[data-panel-hover-tip] {
    position: relative;
    z-index: 1;
}

i.fe.fe-info.more-info-icon,
i.fe.fe-refresh[data-panel-hover-tip] {
    display: inline-block;
    vertical-align: middle;
}

span.panel-ai-badge[data-panel-hover-tip] {
    cursor: help;
}

i.fe.fe-info.more-info-icon::after,
i.fe.fe-refresh[data-panel-hover-tip]::after,
span.panel-ai-badge[data-panel-hover-tip]::after {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(-6px) scale(0.88);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 5px 11px;
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.35;
    color: #fff;
    background: rgba(28, 32, 40, 0.94);
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.28);
    transition:
        opacity 0.22s ease,
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.22s ease;
    z-index: 1080;
    font-family: var(--panel-font-family, iransans, vazir, Arial, sans-serif);
    letter-spacing: 0.01em;
    direction: inherit;
    unicode-bidi: plaintext;
}

i.fe.fe-info.more-info-icon::after {
    content: var(--more-info-badge-label, "توضیحات");
    white-space: nowrap;
}

i.fe.fe-refresh[data-panel-hover-tip]::after {
    content: attr(data-panel-hover-tip);
    width: max-content;
    max-width: min(280px, 70vw);
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
}

span.panel-ai-badge[data-panel-hover-tip]::after {
    content: attr(data-panel-hover-tip);
    width: max-content;
    max-width: min(280px, 70vw);
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    text-align: center;
    box-sizing: border-box;
}

i.fe.fe-info.more-info-icon:hover::after,
i.fe.fe-info.more-info-icon:focus-visible::after,
i.fe.fe-refresh[data-panel-hover-tip]:hover::after,
i.fe.fe-refresh[data-panel-hover-tip]:focus-visible::after,
span.panel-ai-badge[data-panel-hover-tip]:hover::after,
span.panel-ai-badge[data-panel-hover-tip]:focus-visible::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0) scale(1);
}

i.fe.fe-info.more-info-icon.hover-opacity:hover,
i.fe.fe-refresh[data-panel-hover-tip].hover-opacity:hover {
    opacity: 1;
}

.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-left: 10px;
    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;
}

.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;
}

/* Language selector (panel + auth/pricing) */
.dezh-lang-switcher__toggle {
    padding: 0.25rem 0.35rem;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
}

.dezh-lang-switcher__toggle:hover,
.dezh-lang-switcher__toggle:focus {
    text-decoration: none;
    color: inherit;
}

.dezh-lang-switcher__toggle.dropdown-toggle::after {
    display: none;
}

.dezh-lang-switcher__flag {
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.dezh-lang-switcher__flag--current {
    width: 22px;
    height: 22px;
}

.dezh-lang-switcher__flag--item {
    width: 1.25rem;
    height: 1.25rem;
    margin-inline-end: 0.5rem;
}

.dezh-lang-switcher__chevron {
    font-size: 0.65rem;
    margin-inline-start: 0.2rem;
    opacity: 0.75;
}

.dezh-lang-switcher__menu {
    min-width: 11rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.dezh-lang-switcher__label {
    flex: 1 1 auto;
}

.dezh-lang-switcher__check {
    margin-inline-start: auto;
    opacity: 0.85;
}

.dezh-lang-switcher__item--current.disabled {
    cursor: default;
    opacity: 1;
}

.dezh-lang-switcher--fixed {
    position: fixed;
    top: 1rem;
    z-index: 1050;
}

[dir="ltr"] .dezh-lang-switcher--fixed {
    right: 1rem;
    left: auto;
}

[dir="rtl"] .dezh-lang-switcher--fixed {
    left: 1rem;
    right: auto;
}