body {
    font-family: 'Karla', system-ui;
    height: auto !important;
    font-weight: 400;
    color: #060b32;
    letter-spacing: 0px;
    font-size: 14px;
    margin: 0px;
}

.show-success-toaster, .show-error-toaster {
    display: none;
}

a {
    text-decoration: none !important;
}

    a:focus, .btn:focus {
        outline: none;
        outline-offset: 0px;
    }

    a:hover, a:focus {
        text-decoration: none;
    }

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

form {
    margin-bottom: 0px !important;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

section {
    position: relative;
    z-index: 5;
    overflow: hidden;
}

p {
    font-weight: normal;
}
/*HEADER ANimation*/
.sticky-header header {
    top: 0;
    background: #fff;
    position: fixed;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both,
    /* -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -ms-animation-name: slideInDown;
    animation-name: slideInDown;
	box-shadow:0 0 8px 0 rgba(0,0,0,.3);
	-moz-box-shadow:0 0 8px 0 rgba(0,0,0,.3);
	-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.3); */
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.vh-center {
    display: table-cell;
    vertical-align: middle;
}

.w-full {
    width: 100%;
}
/* Auth-Pages Start */
.auth-pages-outer {
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.auth-left {
    height: 100%;
    grid-column: span 8 / span 8;
    background: #2563EB;
    padding: 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.auth-right {
    height: 100%;
    grid-column: span 4 / span 4;
    background: #F0F7FF;
    padding: 2.5rem 4rem;
    position: relative;
    overflow: auto;
    display: flex;
    align-items: center;
    text-align: center;
}

.login-logo {
    text-align: center;
    margin-bottom: 40px;
}

    .login-logo a {
        display: inline-block;
        margin: auto;
    }

        .login-logo a img {
            width: 233px;
        }

.auth-right h2 {
    color: #1E293B;
    font-weight: 800;
    margin: 20px 0 10px;
    font-size: 36px;
    line-height: 2.5rem;
}

.auth-right p {
    font-weight: 300;
    font-size: 18px;
}

.log-form {
    margin: 30px 0;
    display: grid;
    gap: 20px;
}

    .log-form .input-group input {
        height: 48px;
        color: #102030;
        border-radius: 6px !important;
        padding-left: 50px;
    }

    .log-form .input-group-text {
        background: none;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        border: none;
        box-shadow: none;
        color: #2563EB;
        z-index: 99999;
    }

    .log-form .input-group {
        position: relative;
    }

.forgot-remember-me {
    display: flex;
    justify-content: space-between;
}

    .forgot-remember-me label {
        font-weight: 300;
        font-size: 14px;
    }

.forgotpass a {
    font-weight: 500;
    font-size: 14px;
}

.big-theme-btn {
    height: 50px;
    width: 100%;
    border-radius: 8px;
    background: #2563EB;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
}

.big-theme-btn1 {
    height: 50px;
    width: 100%;
    border-radius: 8px;
    background: #BFDBFE;
    color: #2563EB;
    border: 1px solid #2563EB;
    text-transform: uppercase;
    font-weight: 600;
}

.flex-2 {
    display: flex;
    gap: 15px;
}

.req-access {
    margin-bottom: 0px;
    font-size: 16px;
}

    .req-access a {
        font-weight: 500;
        color: #2563EB;
    }

.img-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
}

.img-2 {
    position: absolute;
    right: 0;
    top: 30%;
    width: 250px;
}

.img-3 {
    position: absolute;
    left: 50%;
    top: 190px;
    margin-left: -160px;
}

.auth-slide {
    color: #fff;
    text-align: center;
}

    .auth-slide img {
        width: 60% !important;
        margin: auto;
    }

    .auth-slide h1 {
        font-weight: bold;
        font-size: 24px;
        margin: 15px 0;
    }

    .auth-slide p {
        margin: auto;
        width: 80%;
    }

    .auth-slide .owl-theme .owl-dots .owl-dot span {
        width: 60px;
        height: 6px;
        border: none;
        background: #fff;
        opacity: 0.4;
    }

    .auth-slide .owl-theme .owl-dots .owl-dot.active span {
        opacity: 1;
    }

.btn-set {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.qb-login-section {
    margin: 30px 0 0;
    text-align: center;
}

.qb-login-section .big-theme-btn img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.qb-login-section .big-theme-btn {
    background: #fff;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0;
    height: auto;
}

.qb-login-helper-text {
    font-size: 13px;
    color: #94a3b8;
    margin-top: 10px;
    font-weight: 400;
}

.login-divider {
    display: flex;
    align-items: center;
    margin: 25px 0;
    gap: 15px;
}

.login-divider::before,
.login-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #cbd5e1;
}

.login-divider span {
    font-size: 13px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* Auth-Pages END */

/* SIDEBAR Start */
.sidebar-menu {
    background: #fff;
    width: 270px;
    position: fixed;
    border-right: 1px solid #BFDBFE;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
}

.sidebar-logo {
    padding: 6.5px 10px;
}

    .sidebar-logo a {
        display: inline-block;
    }

        .sidebar-logo a img {
            width: 207px;
        }

.mainMenus li a {
    display: flex;
    gap: 10px;
    font-size: 16px;
    padding: 14px 10px;
    color: #102030;
    width: 100%;
    align-items: center;
    transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
}

    .mainMenus li a:hover {
        color: #2563EB;
    }

.mainMenus li.active > a {
    background: #DBEAFE;
    color: #2563EB;
}

.nav-togg-new {
    float: left;
    position: relative;
    height: 30px;
    width: 30px;
    cursor: pointer;
    margin-right: 10px;
    transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
}

.menu-open-new header {
    padding-left: 20px !important;
}

.sidebar-menu {
    transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
}

.menu-open-new .sidebar-menu {
    left: -270px;
}

.menu-open-new .main-prev-Cust {
    padding-left: 0px !important;
}

.menu-open-new .col-Logo {
    display: block !important;
}

.nav-togg-new span {
    position: absolute;
    width: 30px;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1px;
    height: 2px;
    display: block;
    background: #333;
    transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
}

    .nav-togg-new span:after, .nav-togg-new span:before {
        position: absolute;
        left: 0;
        content: '';
        background: #333;
        width: 30px;
        height: 2px;
        transition: all 200ms linear 0s;
        -o-transition: all 200ms linear 0s;
        -moz-transition: all 200ms linear 0s;
        -webkit-transition: all 200ms linear 0s;
    }

    .nav-togg-new span:before {
        top: -8px;
    }

.menu-open-new .nav-togg-new span:before {
    top: 0;
    transform: rotate(45deg);
}

.nav-togg-new span:after {
    bottom: -8px;
}

.menu-open-new .nav-togg-new span {
    width: 0px;
}

    .menu-open-new .nav-togg-new span:after {
        bottom: 0;
        transform: rotate(-225deg);
    }

a span.arrowCust svg {
    transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
}

.mainMenus > li.active a span.arrowCust svg {
    transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

.submenu li a {
    color: #2563EB;
    padding: 10px;
}

.submenu li a.active {
    background: #EFF6FF;
    color: #1D4ED8;
    font-weight: 600;
}
/* HEADER START */
.dash-header {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #BFDBFE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 20px 290px;
    transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
}

.col-Logo {
    display: none;
}

.page-titles {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .page-titles h2 {
        font-size: 24px;
        font-weight: 500;
        margin: 0px;
    }

.compSearch {
    padding: 0px;
}

    .compSearch input {
        border: none;
        padding: 20px;
        font-size: 18px;
    }

    .compSearch ::placeholder {
        color: #ACAEB1;
        opacity: 1; /* Firefox */
    }

    .compSearch ::-ms-input-placeholder { /* Edge 12 -18 */
        color: #ACAEB1;
    }

.head-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.comp-droper {
    position: relative;
}

.com-selector {
    background: #DBEAFE;
    color: #1E293B;
    cursor: pointer;
    text-transform: uppercase;
    padding: 8px 10px;
    font-weight: 500;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .com-selector img {
        width: 20px;
    }

    .com-selector > span.namer {
        margin-right: 40px;
    }

.openComapanyOuter {
    position: absolute;
    right: 0px;
    opacity: 0;
    visibility: hidden;
    top: 200%;
    width: 550px;
    transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
}

    .openComapanyOuter.show {
        top: 100% !important;
        opacity: 1;
        z-index: 999;
        visibility: visible;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 0 10px #ddd;
    }

.col-support {
    padding: 20px;
    border-top: 1px solid #ddd;
}

.com-scroll {
    max-height: 200px;
    overflow: auto;
}

.com-list li a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

    .com-list li a:hover {
        color: #2563EB;
    }

.com-list li img {
    width: 40px;
    padding: 10px;
    background: #DBEAFE;
    border-radius: 10px;
    display: none;
}

.rightNav {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-left: 20px;
}

    .rightNav li a {
        color: #102030;
        transition: all 200ms linear 0s;
        -o-transition: all 200ms linear 0s;
        -moz-transition: all 200ms linear 0s;
        -webkit-transition: all 200ms linear 0s;
    }

        .rightNav li a:hover {
            color: #2563EB;
        }

.header-profile {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    position: relative;
}

    .header-profile img {
        height: 100%;
        width: 100%;
        border-radius: 50%;
        cursor: pointer;
    }

.status-user {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: green;
}

.new-indicator {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: green;
    margin-left: 8px;
    vertical-align: middle;
    animation: pulse-green 1.5s infinite;
}

@keyframes pulse-green {
    0% { box-shadow: 0 0 0 0 rgba(0, 128, 0, 0.5); }
    70% { box-shadow: 0 0 0 6px rgba(0, 128, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 128, 0, 0); }
}

.header-profile-dropdown {
    position: absolute;
    right: 0;
    top: 200%;
    width: 330px;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px #ddd;
    background-color: #fff;
    border-radius: 12px;
    transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
}

    .header-profile-dropdown.show {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

.usercard {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .usercard img {
        height: 60px;
        width: 60px;
        border-radius: 50%;
    }

    .usercard h2 {
        margin: 0 0 5px;
        font-size: 18px;
        font-weight: bold;
    }

    .usercard h4 {
        font-size: 14px;
        margin: 0px;
        font-weight: 400;
        color: #64748B;
    }

.edit-profile-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid #BFDBFE;
    border-bottom: 1px solid #BFDBFE;
}

    .edit-profile-cta h3 {
        font-size: 20px;
        font-weight: bold;
        margin: 0px;
        color: #060b32;
    }

.transparent-btn {
    height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #BFDBFE;
    color: #102030;
}

    .transparent-btn:hover {
        background: #2563EB;
        color: #fff;
        border-color: #2563EB;
    }

.transparent-btn-outline {
    height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #2563EB;
    color: #2563EB;
}

    .transparent-btn-outline:hover {
        background: #2563EB;
        color: #fff;
        border-color: #2563EB;
    }

.profile-droper-menu li > a {
    padding: 8px 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.profile-droper-menu li.active a {
    background: none;
}

.profile-droper-menu li ul {
    padding-left: 30px;
}

    .profile-droper-menu li ul li a {
        text-transform: capitalize;
        color: #64748B;
        font-weight: 400;
    }

        .profile-droper-menu li ul li a svg {
            color: #2563EB;
        }

.need-assist-cta {
    padding: 15px;
    margin-top: 15px;
    border-radius: 6px;
    background-color: #DBEAFE;
}

    .need-assist-cta h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 5px;
        color: #1E293B;
    }

.icon-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 13px;
}

.flex-btn-2 {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.support-cta {
    padding: 15px;
    margin-top: 15px;
    border-radius: 6px;
    background-color: #DBEAFE;
}

.helper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

    .helper .icon-herlper {
        height: 60px;
        width: 80px;
        display: flex;
        justify-content: center;
        line-height: 60px;
        text-align: center;
        background: #fff;
        border-radius: 50%;
        color: #2563EB;
        box-shadow: 0 0 5px #ddd;
    }

    .helper h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 5px;
        color: #1E293B;
    }

    .helper p {
        font-size: 12px;
        color: #1E293B;
    }
/* Toaster CSS Start */
#toaster-cust-success, #toaster-cust-error {
    position: fixed;
    padding: 15px;
    width: 340px;
    display: flex;
    align-items: center;
    background: #fff;
    z-index: 9999;
    border-radius: 6px;
    border-left: 6px solid #ddd;
    box-shadow: 0 0 5px #ddd;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
}

.toaster-left {
    left: 20px;
}

.toaster-right {
    right: 20px;
}

.success-msg svg {
    color: #47d666;
    width: 40px;
}

.error-msg svg {
    color: red;
    width: 40px;
}

#toaster-cust-success.success-msg {
    border-color: #47d666;
}

#toaster-cust-error.error-msg {
    border-color: red;
}

.texters-msg h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0 4px;
}

.success-msg .texters-msg h2 {
    color: #47d666;
}

.error-msg .texters-msg h2 {
    color: red;
}

.texters-msg p {
    font-size: 14px;
    margin: 0px;
    color: #102030;
}

.open-success-toaster #toaster-cust-success {
    visibility: visible;
    opacity: 1;
    bottom: 20px;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.open-error-toaster #toaster-cust-error {
    visibility: visible;
    opacity: 1;
    bottom: 20px;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 20px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 20px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 20px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 20px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
/* Dashboard Start */
.main-layout-outer {
    background: #F0F7FF;
    height: 100vh;
    overflow: auto;
    padding-left: 270px;
    transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
}

.viewport-router {
    padding: 100px 20px 20px 20px;
}

.menu-open-new .main-layout-outer {
    padding-left: 0px;
}

.dash-counter-support {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dash-counter {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.dash-tables-CD {
    margin-bottom: 20px;
    background: #fff;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #BFDBFE;
}
.counterMain {
    background: #fff;
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #BFDBFE;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.counterMain1 {
    background: #fff;
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #BFDBFE;
}

    .counterMain1 .with-bars {
        display: flex;
        justify-content: space-between;
    }

    .counterMain1 .progress {
        margin-top: 15px;
        overflow: visible;
        position: relative;
    }

        .counterMain1 .progress .complitLab {
            position: absolute;
            right: 0;
            top: -25px;
            font-size: 12px;
            color: #64748B;
        }

            .counterMain1 .progress .complitLab span {
                font-weight: bold;
                color: #2563EB;
            }

    .counterMain1 .progress, .counterMain1 .progress-bar {
        height: 5px;
    }

.purches-hr {
    height: 30px;
    padding: 0 10px;
    border: 1px solid #2563EB;
    color: #2563EB;
    font-size: 13px;
    background: #fff;
    font-weight: bold;
    border-radius: 6px;
}

    .purches-hr:hover {
        background: #2563EB;
        color: #fff;
    }

    .purches-hr:active,
    .purches-hr:focus {
        background: #22C55E;
        border-color: #22C55E;
        color: #fff;
    }

    .purches-hr:active:hover,
    .purches-hr:focus:hover {
        background: #16A34A;
        border-color: #16A34A;
        color: #fff;
    }

.purches-hr-green {
    height: 30px;
    padding: 0 10px;
    border: 1px solid #22C55E;
    color: #fff;
    font-size: 13px;
    background: #22C55E;
    font-weight: bold;
    border-radius: 6px;
}

    .purches-hr-green:hover {
        background: #16A34A;
        color: #fff;
        /*border: 1px solid #16A34A;*/
    }

.lefter-text h3 {
    font-size: 16px;
    margin: 0;
    color: #64748B;
}

.lefter-text h2 {
    font-size: 24px;
    font-weight: bold;
    color: #1E293B;
    margin: 8px 0;
}

.lefter-text p {
    font-size: 12px;
    color: #64748B;
    margin: 0px;
}

    .lefter-text p span.green {
        font-weight: bold;
        color: #09A506;
    }

    .lefter-text p span.red {
        font-weight: bold;
        color: red;
    }

.icon-counter {
    color: #09A506;
}

    .icon-counter svg {
        width: 50px;
    }

.dark-theme-box {
    width: 100%;
    padding: 15px;
    align-items: center;
    background: rgb(0,127,255);
    background: linear-gradient(129deg, rgba(0,127,255,1) 100%, rgba(0,99,200,1) 100%);
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.crl-call {
    height: 52px;
    width: 52px;
    background: #fff;
    color: #2563EB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .crl-call svg {
        width: 28px;
    }

.cta-btn-meeting {
    height: 45px;
    padding: 0 15px;
    border-radius: 6px;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    border: 1px solid #429FFC;
    transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
}

    .cta-btn-meeting:hover {
        background: #fff;
        color: #2563EB;
    }

.set-copy-link {
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.meet-copy-del {
    display: flex;
    gap: 10px;
}

.link-meeting a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline !important;
}

.link-meeting {
    width: 70%;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.meet-copy-del a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    border: 2px solid #fff;
    justify-content: center;
    transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
}

    .meet-copy-del a:hover {
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

.copy-ico {
    background: #BCF0DA;
    color: #0E9F6E;
}

    .copy-ico:hover {
        color: #0E9F6E;
    }

.hide-link {
    background: #FBD5D5;
    color: #F05252;
}

    .hide-link:hover {
        color: #F05252;
    }

.dash-card {
    margin-top: 20px;
}

.card-outer {
    background: #fff;
    border: 1px solid #BFDBFE;
    border-radius: 8px;
    margin-bottom: 20px;
}

    .card-outer .tab-content {
        padding: 20px;
    }

    .card-outer ul {
        border-color: #BFDBFE;
    }

    .card-outer .nav-tabs .nav-link {
        border: none !important;
        color: #1E293B;
        padding: 15px 20px;
    }

        .card-outer .nav-tabs .nav-link.active {
            border: none !important;
            color: #fff;
            background: #2563EB !important;
            background: none;
            position: relative;
        }

            .card-outer .nav-tabs .nav-link.active:after {
                position: absolute;
                left: 50%;
                bottom: -8px;
                content: '';
                height: 10px;
                width: 10px;
                margin-left: -10px;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #2563EB;
            }

.orange-yellow-bg, .orange-yellow-bg:hover {
    background: #FFAE42;
    text-transform: uppercase;
}

.lab-yellow-bg, .lab-yellow-bg:hover {
    background: #FFFF00;
    text-transform: uppercase;
}

.cust-table1 {
    max-height: 500px;
    overflow: auto;
}

    .cust-table1 table {
        margin: 0px;
        border-color: #BFDBFE;
    }

.theme-card-icons {
    color: #2563EB;
}

    .theme-card-icons svg {
        width: 50px;
    }

.timeTab {
    display: block;
}

.table-select-box .form-select {
    background: none;
    border: none;
}

    .table-select-box .form-select:focus {
        background: none;
        border: none !important;
    }

.link-action {
    display: inline-block;
    color: #2563EB;
}

    .link-action svg {
        width: 20px;
    }

.timeTab svg {
    display: inline-block;
    width: 18px;
    color: #2563EB;
}

.cust-table1 table tr th, .cust-table1 table tr td {
    vertical-align: middle;
}

.cust-table1 table thead tr th, .cust-table1 table tfoot tr th {
    background: #DBEAFE;
}

.cust-table1 table tfoot tr td {
    background: #F0F7FF;
}

.tab-an-heads {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}

.tab-an-btns {
    display: flex;
    gap: 10px;
}

    .tab-an-btns svg {
        width: 20px;
    }

.cust-table1 .btn {
    padding: 4px 8px;
    font-size: 14px;
}

.card-heading {
    padding: 15px 20px;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #BFDBFE;
}

.card-heading-out h1 {
    padding: 0px;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 15px 0;
    border-bottom: none;
}

.card-heading1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #BFDBFE;
}

    .card-heading1 h1 {
        font-weight: 500;
        font-size: 18px;
        margin: 0px;
    }

.card-body {
    padding: 20px;
}

.reset-date {
    background: #DBEAFE;
    color: #1E293B;
    cursor: pointer;
    padding: 8px 10px;
    font-weight: 500;
    border-radius: 8px;
    justify-content: center;
    gap: 10px;
    text-align: center;
    font-weight: 600;
}

.card-body-ticks {
    display: block !important;
    gap: 20px;
    width: 100% !important;
}

    .card-body-ticks.tickViewer li {
        font-size: 14px;
        padding: 10px;
    }

    .card-body-ticks.tickViewer .date-tag, .card-body-ticks.tickViewer .anual-tag {
        font-size: 14px;
    }

/* PageHeader */
.page-header {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.page-head-left {
    display: flex;
    gap: 20px;
    align-items: center;
}

.brdcrm li {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    font-size: 12px;
}

    .brdcrm li:after {
        position: absolute;
        right: 6px;
        top: 50%;
        margin-top: -8px;
        content: url('../img/arrow-right.png');
    }

    .brdcrm li:last-child {
        padding-right: 0px;
    }

        .brdcrm li:last-child:after {
            display: none;
        }

.page-head-left h4 {
    font-weight: 500;
    font-size: 20px;
    margin-top: 5px;
}

.search-form {
    margin: 30px 0;
    display: grid;
    gap: 20px;
}

    .search-form .input-group input {
        height: 48px;
        color: #102030;
        border-radius: 6px !important;
        padding-left: 50px;
        background: none !important;
    }

    .search-form .input-group-text {
        background: none;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        border: none;
        box-shadow: none;
        color: #102030;
        z-index: 99999;
    }

    .search-form .input-group {
        position: relative;
    }
.page-head-right {
    display: flex;
    gap: 10px;
}

.dah-blue-btns {
    display: flex;
    gap: 10px;
    text-transform: uppercase;
    padding: 12px 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(to bottom, #3b82f6, #1d4ed8);
    border: none;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 200ms ease;
}

    .dah-blue-btns:hover {
        background: linear-gradient(to bottom, #60a5fa, #2563eb);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.25);
        transform: translateY(-1px);
    }

    .dah-blue-btns:active {
        background: linear-gradient(to bottom, #1d4ed8, #1e40af);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
        transform: translateY(0);
    }


.grid-list-view {
    padding: 3px;
    border-radius: 4px;
    display: flex;
    border: 1px solid #BFDBFE;
}

    .grid-list-view li {
        margin-bottom: 0px;
    }

        .grid-list-view li a {
            display: block;
            padding: 2px;
            border-radius: 4px;
        }

        .grid-list-view li.active a {
            background-color: #BFDBFE;
        }

.card-head {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

    .card-head svg {
        color: #2563EB;
    }

.addon-list {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.addon-main {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 15px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    border: 1px solid #BFDBFE;
    border-bottom: 0px;
    position: relative;
}

.addon-main.is-qb-package {
    border: 2px solid #2563eb;
}

.addon-new-ribbon {
    position: absolute;
    top: 10px;
    left: -6px;
    background: #2563eb;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 0 4px 4px 0;
    letter-spacing: 0.5px;
    z-index: 1;
    line-height: 18px;
    box-shadow: 0 2px 4px rgba(37, 99, 235, 0.3);
}

.addon-new-ribbon::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid #1e40af;
    border-left: 6px solid transparent;
}

.modal-addon-main {
    border-bottom: 1px solid #BFDBFE;
    border-radius: 10px;
}

    .modal-addon-main h2 {
        margin-bottom: 0px !important;
        font-size: 14px !important;
    }

    .modal-addon-main .icon-addons {
        border-radius: 6px !important;
        box-shadow: none;
    }

.status-addons {
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 12px;
    font-weight: bold;
}

.stActive {
    color: green;
}

.stInactive {
    color: #e12e16;
}

.stTrial {
    color: #D99E00;
}

.addonactions {
    display: flex;
    gap: 1px;
}

button.openDashboard {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.addon-btns-dailogs-active {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: green;
    color: #fff;
    padding: 8px 15px;
    width: 100%;
    border-radius: 0 0 0 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.addon-btns-dailogs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #2563EB;
    color: #fff;
    padding: 8px 15px;
    width: 100%;
    border-radius: 0 0 0 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.addon-btns-dailogs1-active {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: green;
    color: #fff;
    padding: 8px 15px;
    width: 100%;
    border-radius: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.addon-btns-dailogs1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #2563EB;
    color: #fff;
    padding: 8px 15px;
    width: 100%;
    border-radius: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.icon-addons {
    height: 50px;
    width: 50px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #F0F7FF;
    box-shadow: 0 0 10px #2563EB34;
}

.grid-3-3 {
    display: flex;
    gap: 20px;
}

    .grid-3-3 .all-add-grid {
        width: 100%;
    }

    .grid-3-3 .addon-list {
        display: grid;
        gap: 4px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

.filter-rel {
    position: relative;
}

.cust-Filter {
    position: absolute;
    right: 0;
    top: 90%;
    width: 400px;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
    background: #fff;
    z-index: 999;
    border-radius: 10px;
    box-shadow: 0 0 10px #ddd;
}

    .cust-Filter.show {
        max-height: 500px; /* Adjust according to content size */
        opacity: 1;
        top: 100%;
    }

    .cust-Filter h2 {
        font-size: 18px;
        color: #1E293B;
        font-weight: 600;
        margin: 0px;
        border-bottom: 1px solid #BFDBFE;
        padding: 20px;
    }

.filter-body {
    padding: 20px;
}

.selector-Fil {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #BFDBFE;
}

.selected-options {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.selected-opt {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 4px 8px;
    background: #DBEAFE;
    border-radius: 6px;
}

    .selected-opt a {
        color: red;
    }

.all-add-grid {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #CFE5FF;
}

.filter-body .border-btns {
    margin-top: 20px;
}

    .filter-body .border-btns .btn svg {
        display: inline-block;
        width: 20px;
    }

.filter-body .border-btns {
    display: flex;
    justify-content: space-between;
}

    .filter-body .border-btns .btn.btn-primary {
        color: #fff;
    }

.addon-main h2 {
    margin: 0px;
    font-weight: 700;
    font-size: 16px;
}

.addon-main h5 {
    font-weight: 300;
    font-size: 12px;
    margin-top: 0px;
}

    .addon-main h5 b {
        font-weight: bold;
        color: #2563EB;
        margin-bottom: 0px;
    }

.addonListViewOuter {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #CFE5FF;
}

    .addonListViewOuter .nav-link {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        color: #000;
        padding: 15px 30px;
        border-color: #CFE5FF;
        border-radius: 0px;
        border: none;
        border-right: 1px solid #CFE5FF;
    }

    .addonListViewOuter .nav-tabs {
        border-color: #CFE5FF;
    }

        .addonListViewOuter .nav-tabs .nav-item:first-child .nav-link {
            border-radius: 10px 0 0 0;
        }

    .addonListViewOuter .nav-link.active, .addonListViewOuter .nav-link:hover, .addonListViewOuter .nav-link:focus {
        color: #fff;
        background: #2563EB;
        border-color: #CFE5FF;
    }

    .addonListViewOuter .tab-content > .tab-pane .inner-tabhead {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.inner-tabhead h1 {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
}

.inner-tabhead .input-group {
    width: 300px;
}

.list-view-listing > li {
    position: relative;
    display: flex;
    border-top: 1px solid #CFE5FF;
}

.list-view-listing li .status {
    width: 200px;
    position: relative;
    padding: 20px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .list-view-listing li .status:before {
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
        height: 100%;
        content: '';
        background: #CFE5FF;
    }

    .list-view-listing li .status:after {
        position: absolute;
        right: -9px;
        top: 50%;
        content: '';
        background: #fff;
        border: 5px solid #2563EB;
        height: 20px;
        width: 20px;
        margin-top: -10px;
        border-radius: 50%;
    }

.addon-list-title h1 {
    font-size: 18px;
    margin: 0px;
    font-weight: bold;
}

    .addon-list-title h1 span {
        font-size: 12px;
        font-weight: 300;
        color: #64748B;
    }

        .addon-list-title h1 span b {
            color: #2563EB;
            font-weight: bold;
        }

.main-info-addons {
    display: flex;
    padding: 20px 30px 20px 60px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.list-view-listing > li .addonAction {
    display: flex;
    gap: 10px;
    position: relative;
}

    .list-view-listing > li .addonAction button {
        border-radius: 10px;
        background: #fff;
        color: #2563EB;
        border: 1px solid #2563EB;
    }

.green-sta {
    color: #09A506 !important;
}

.red-sta {
    color: #F41919 !important;
}

.card-view, .list-view {
    display: none; /* Hide both views initially */
}

.active {
    display: block; /* Show active view */
}

.all-popups .modal-dialog {
    position: fixed;
    right: 750px !important;
    top: 0;
    width: 740px;
    display: block;
    opacity: 0;
    max-width: 50%;
    margin: 0px;
    transform: none !important;
}

    .all-popups .modal-dialog.modal-center {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        max-width: 70% !important;
        width: 70%;
        margin: 50px auto !important;
        transform: none !important;
    }

        .all-popups .modal-dialog.modal-center .modal-body {
            height: auto !important;
            overflow: auto !important;
        }

        .all-popups .modal-dialog.modal-center .modal-content {
            border-radius: 10px !important;
        }

.all-popups .show .modal-dialog.modal-center {
    right: auto !important;
}

.all-popups .show .modal-dialog {
    right: 0 !important;
    opacity: 1;
}

.all-popups .modal-dialog .modal-body {
    height: calc(100vh - 136px);
    overflow: auto;
}

    .all-popups .modal-dialog .modal-body.withoutFooter {
        height: calc(100vh - 65px);
    }

.all-popups .modal-content {
    border-radius: 10px 0 0 10px;
}

.all-popups .modal-header h1 {
    font-weight: bold;
    font-size: 18px;
}

.all-popups .modal-header .btn-close {
    line-height: 28px;
    font-size: 20px;
    background: #BFDBFE;
    color: #000;
}


.anual-tag {
    display: inline-block;
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    background: #0E9F6E;
}

.date-tag {
    display: inline-block;
    padding: 4px 8px;
    color: #3F83F8;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #3F83F8;
}

.adds-div img {
    width: 100%;
    border-radius: 10px;
}

.adds-div h2 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
}

.adds-div p {
    font-size: 14px;
    color: #737373;
}

.media-logo-tool {
    padding: 10px;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: #F0F7FF;
}

    .media-logo-tool img {
        width: 100%;
        border-radius: 10px;
    }

.addonOpenBtn {
    /* height: 30px; */
    padding: 6px 16px;
    border-radius: 20px;
    background: #BFDBFE;
    color: #2563EB;
    font-size: 12px;
    text-transform: uppercase;
}

    .addonOpenBtn span svg {
        width: 16px;
        vertical-align: middle;
        display: inline-block;
    }

.inner-modal-style h2 {
    font-weight: bold;
    font-size: 18px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.iframe-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    width: 100%;
}

.tags-highlights {
    padding: 20px 0;
    display: flex;
    gap: 10px;
    margin: 20px 0;
    border-top: 1px solid #CFE5FF;
    border-bottom: 1px solid #CFE5FF;
}

.high-boxlighter {
    width: 100%;
    text-align: center;
}

    .high-boxlighter svg {
        width: 12px;
        color: #2563EB;
        display: inline-block;
    }

    .high-boxlighter h2 {
        font-weight: bold;
        font-size: 16px;
        margin: 0;
        color: #000;
    }

    .high-boxlighter h5 {
        font-size: 12px;
        font-weight: 500;
        color: #8B8B8B;
        margin: 0px 0 10px;
    }

    .high-boxlighter .addonOpenBtn {
        border: 1px dashed #2563EB;
        text-transform: none;
        border-radius: 4px;
        font-weight: 600;
        transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        -moz-transition: all 300ms linear 0s;
        -webkit-transition: all 300ms linear 0s;
    }

        .high-boxlighter .addonOpenBtn:hover {
            background: #2563EB;
            color: #fff;
        }

.uppercase {
    text-transform: uppercase;
}

.feats-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feat-bullets {
    display: block;
    position: relative;
    /*font-size: 16px;*/
}

    .feat-bullets li {
        margin: 5px 0;
        position: relative;
        padding-left: 20px;
    }

        .feat-bullets li:after {
            position: absolute;
            left: 0;
            top: 50%;
            content: '';
            height: 6px;
            width: 6px;
            border-radius: 50%;
            background: #000;
            margin-top: -3px;
        }

.pop-sub-head {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 14px;
}

.version-history {
    text-align: right;
}

    .version-history h2 {
        color: #2563EB;
        font-size: 18px;
        margin: 0 0 10px;
    }

    .version-history p {
        margin-bottom: 0px;
    }

.related-addonsList {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #CFE5FF;
    border-bottom: 1px solid #CFE5FF;
}

.add-onBox {
    /*	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	max-height: 90px;
	overflow-y: auto;
	justify-content: space-between;*/
    white-space: nowrap;
    overflow: auto;
}

    .add-onBox li {
        display: inline-block;
        margin-right: 10px;
        width: 210px;
    }

.add-ons-inner .media-logo-tool {
    margin: auto;
    box-shadow: 0px 0 10px #2563EB34;
}

.add-ons-inner {
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #BFDBFE;
}

    .add-ons-inner h2 {
        font-weight: bolder;
        font-size: 16px;
        margin: 15px 0 8px;
    }

    .add-ons-inner p {
        font-size: 12px;
        margin: 0px;
    }

        .add-ons-inner p span {
            color: #2563EB;
            font-weight: bold;
        }

.modal-header, .modal-footer {
    border-color: #CFE5FF;
}

.modal-btns-flex {
    display: flex;
    justify-content: space-between;
}

    .modal-btns-flex .btn {
        text-transform: uppercase;
        font-weight: 500;
    }

        .modal-btns-flex .btn svg {
            display: inline-block;
            width: 20px;
        }

.border-btns .btn {
    border: 1px solid #CFE5FF;
    color: #2563EB;
}

.addonactions {
    position: relative;
}

.action-droper {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 99;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #A1C6F1;
    display: none;
}

    .action-droper.show {
        display: block;
    }

    .action-droper:after {
        position: absolute;
        right: 30px;
        top: 0px;
        content: '';
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #A1C6F1;
    }

    .action-droper li {
        border-bottom: 1px solid #A1C6F1;
    }

        .action-droper li:last-child {
            border: none
        }

        .action-droper li a {
            color: #000;
            padding: 8px 10px;
            display: block;
        }

            .action-droper li a:hover {
                color: #2563EB;
            }

.action-green-lab {
    padding: 2px 6px;
    border-radius: 4px;
    background: #09A506;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
}

.card-main {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #BFDBFE;
}

.card-inner-head {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .card-inner-head h1 {
        margin: 0px;
        font-size: 20px;
        font-weight: bold;
    }

    .card-inner-head .input-group {
        width: 300px;
    }

.selectedCount {
    font-size: 14px;
    color: #1E293B;
    font-weight: 300;
}

.head-typer a {
    display: inline-block;
    padding: 3px 8px;
    color: #2563EB;
    background: #DBEAFE;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 300;
}

.rigBtns {
    display: flex;
    gap: 10px;
}

.tags-list li {
    margin: 2px 0;
    display: inline-block;
    background-color: #DBEAFE;
    padding: 6px 12px;
    color: #2563EB;
    border-radius: 4px;
    font-size: 12px;
}

.table-select-box select {
    font-size: 14px;
    background: red;
}

    .table-select-box select option[value="1"] {
        color: red;
    }

    .table-select-box select option[value="2"] {
        color: green;
    }

.modalFormNew .form-control, .modalFormNew .form-select {
    border-color: #BFDBFE;
    font-size: 14px;
}

.modalFormNew label {
    font-weight: bold;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
}

    .upload-btn-wrapper .btn {
        border: 2px dashed #2563EB;
        color: #2563EB;
        background-color: #DBEAFE;
        padding: 30px 20px;
        border-radius: 8px;
        font-size: 16px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-weight: 300;
        cursor: pointer;
    }

    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
    }

/* File Upload Container Styles */
.file-upload-container {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    background-color: #fafafa;
}

.file-upload-area {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 6px;
    transition: background-color 0.2s;
}

.file-upload-area.drag-over,
.mb-3.drag-over {
    background-color: #e3f2fd;
    border: 2px dashed #2563EB;
    border-radius: 6px;
}

.file-upload-hint {
    font-size: 14px;
    color: #6c757d;
}

.file-attachment-wrapper {
    display: inline-flex;
    align-items: center;
}

/* Styles for attachment button in Kendo toolbar */
.k-editor-toolbar .file-attachment-wrapper {
    margin-left: 4px;
}

.k-editor-toolbar .file-attachment-wrapper #btnAttachFile {
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
    height: auto;
    line-height: 1.4;
}

.k-editor-toolbar .file-attachment-wrapper #btnAttachFile svg {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.attached-files-list {
    margin-top: 10px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.attached-file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    margin-bottom: 8px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    transition: box-shadow 0.2s;
}

.attached-file-item:hover {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.file-item-info {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.file-icon {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    flex-shrink: 0;
}

.file-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.file-icon svg {
    width: 20px;
    height: 20px;
    color: #6c757d;
}

.file-details {
    flex: 1;
    min-width: 0;
}

.file-name {
    font-size: 14px;
    font-weight: 500;
    color: #212529;
    margin-bottom: 2px;
    word-break: break-word;
}

.file-size {
    font-size: 12px;
    color: #6c757d;
}

.file-remove-btn {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
    flex-shrink: 0;
    margin-left: 10px;
}

.file-remove-btn:hover {
    background-color: #f8d7da;
}

.file-remove-btn svg {
    width: 18px;
    height: 18px;
}

.info-warning {
    padding: 10px 20px;
    border-radius: 10px;
    background: #FEF7DB;
    color: #5D4409;
}

    .info-warning ul {
        margin: 15px 0;
    }

    .info-warning p {
        margin: 0px;
        font-size: 14px;
    }

.primaryBtnGrp {
    display: flex;
    gap: 10px;
}

.tickViewer {
    background: #DBEAFE;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

    .tickViewer li {
        display: flex;
        gap: 10px;
        align-items: center;
        width: 100%;
        padding: 10px 20px;
        border-bottom: 1px dashed #7AC5FD;
    }

        .tickViewer li:last-child {
            border-bottom: none;
        }

        .tickViewer li.wfull100 {
            grid-column: 1 / -1;
        }

.modalboxhead {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px;
}

.comeents-set {
    display: flex;
    gap: 20px;
}

    .comeents-set .namer {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        line-height: 60px;
        text-align: center;
        background: #F0F7FF;
        color: #000;
        font-size: 22px;
        font-weight: 400;
    }

.conttexter {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    background: #F7F7F7;
    width: 100%;
}

    .conttexter h4 {
        margin: 0 0 10px;
        font-weight: bold;
        font-size: 16px;
    }

        .conttexter h4 span {
            font-weight: 300;
            font-size: 13px;
            color: #5B5B5B;
            margin-left: 20px;
        }

    .conttexter p {
        font-size: 15px;
        margin: 0px;
    }

.commentTyper {
    margin-top: 40px;
}

    .commentTyper textarea {
        background: #F7F7F7;
        border-color: #E5E5E5;
        height: 100px;
        border-radius: 10px;
        resize: vertical;
    }
/* Addons Landing Page */
.addon-page-header {
    padding: 10px 15px;
    background: #DBEAFE;
    border-radius: 10px;
    border: 1px solid #BFDBFE;
}

    .addon-page-header .page-head-right .addon-page-head-right-btns {
        display: flex;
        gap: 4px;
    }

.dah-byMore-btns {
    display: flex;
    gap: 10px;
    text-transform: uppercase;
    padding: 8px 14px;
    border: 1px solid rgb(128, 93, 202);
    background: rgb(128, 93, 202);
    color: #fff;
    border-radius: 6px;
    align-items: center;
    transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
}

    .dah-byMore-btns:hover {
        background: none;
        color: rgb(128, 93, 202);
    }

.dah-active-btns {
    display: flex;
    gap: 10px;
    text-transform: uppercase;
    padding: 8px 14px;
    border: 1px solid rgb(0, 171, 85);
    background: rgb(0, 171, 85);
    color: #fff;
    border-radius: 6px;
    align-items: center;
    transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
}

    .dah-active-btns:hover {
        background: none;
        color: rgb(0, 171, 85);
    }
.dah-active-btns-label {
    display: flex;
    gap: 10px;
    text-transform: uppercase;
    padding: 8px 14px;
    color: #000;
    border-radius: 6px;
    font-weight: bold;
    align-items: center;
    transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
}
.dah-danger-btns {
    display: flex;
    gap: 10px;
    text-transform: uppercase;
    padding: 8px 14px;
    color: #fff;
    background: rgb(231, 81, 90);
    border: 1px solid rgb(231, 81, 90);
    border-radius: 6px;
    align-items: center;
    transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
}

    .dah-danger-btns:hover {
        color: rgb(231, 81, 90);
        background: none;
    }

.usercard-table {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .usercard-table .usercard-table-img {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background: #D1D1D1;
        color: #000;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 30px;
    }

    .usercard-table h2 {
        margin: 0 0 5px;
        font-size: 16px;
        font-weight: bold;
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }

    .usercard-table h4 {
        font-size: 14px;
        margin: 0px;
        font-weight: 400;
        color: #64748B;
    }

.table-btns-grp {
    margin-top: 5px;
}

.table-btns-user {
    border: 1px solid #BFDBFE;
    padding: 4px;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
}

    .table-btns-user svg {
        width: 18px !important;
    }

    .table-btns-user:hover {
        background: #BFDBFE;
        color: #2563EB;
    }

.table-btns-user1 {
    display: inline-block;
    border: 1px solid #BFDBFE;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 14px;
    transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
}

    .table-btns-user1 svg {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

    .table-btns-user1 span {
        display: inline-block;
        vertical-align: middle;
    }

.table-btns-grp {
    display: flex;
    gap: 6px;
}

.all-popups .modal-dialog .modal-body.sml-body {
    height: auto;
}

.all-popups .show .modal-dialog.sml-dialog {
    right: auto;
    position: relative;
    top: 50%;
    width: auto;
    max-width: 500px;
    margin: auto;
    transform: translate(0,-50%) !important;
}

.all-popups .show .modal-dialog.big-dialog {
    right: auto;
    position: relative;
    top: 50%;
    width: auto;
    max-width: 65%;
    margin: auto;
    transform: translate(0,-50%) !important;
}

.all-popups .modal-content.sml-content {
    border-radius: 10px;
}

.permition-cont h2 {
    margin: 0px 0px 15px;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.info-box {
    padding: 10px 20px;
    border-radius: 10px;
    background: #DBEAFE;
    color: #2563EB;
    margin-bottom: 15px;
}

.notification-cont {
    text-align: center;
}

    .notification-cont h2 {
        margin: 0px;
        font-size: 28px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .notification-cont p {
        font-size: 16px;
        font-weight: 300;
        margin: 10px 0 20px;
    }

    .notification-cont > svg {
        margin: 0 auto 20px;
    }

.userGrid {
}

    .userGrid .userGrid-1 {
        padding: 20px;
        border-radius: 10px;
        border: 1px solid #BFDBFE;
    }

.userGrid-1 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.userGrid-1 h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 0px;
    text-transform: uppercase;
}

.userGrid-1 p {
    font-size: 14px;
    font-weight: 300;
    margin: 0px 0 10px;
}

.userGrid-1-email {
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

    .userGrid-1-email:last-child {
        margin-bottom: 0px;
    }

    .userGrid-1-email span {
        font-size: 12px;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 300;
        color: #2563EB;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #BFDBFE;
    }

.mediacard {
    border-bottom: 1px solid #BFDBFE;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .mediacard:last-child {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

.dele-role {
    display: flex;
    gap: 10px;
}

.userGrid-role {
    padding: 20px;
    background: #DBEAFE;
    border-radius: 10px;
    border: 1px solid #BFDBFE;
}

.staticHtml h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
}

.staticHtml ul li {
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
    padding-left: 25px;
}

    .staticHtml ul li::after {
        position: absolute;
        left: 0;
        top: 10px;
        margin-top: -8px;
        content: url('../img/arrow-right1.png');
    }

.highlight {
    background: #FFD700;
}

.change-font-color {
    color: #2563EB;
}

.links-card svg {
    color: #fff;
    background: #2563EB;
    border-radius: 8px;
    width: 60px;
    height: 60px;
    padding: 10px;
}

.links-card h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #2563EB;
}

.links-card p {
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
}

.links-card {
    border-bottom: 1px solid #BFDBFE;
    padding-bottom: 19px;
    margin-bottom: 19px;
}

    .links-card:last-child {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

.dash-counter-addons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    justify-content: space-between;
}

.counterMain-addons {
    background: #fff;
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #BFDBFE;
    background-color: #DBEAFE;
}

    .counterMain-addons h2 {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        padding: 10px 10px;
        background: #2563EB;
        color: #fff;
        border-radius: 8px 8px 0 0;
        margin: -15px -15px 20px;
    }

.counteraddOns {
    display: flex;
    gap: 10px;
}

.counteraddOns-1 {
    text-align: center;
    width: 100%;
}

.counteraddOns span {
    font-size: 24px;
    width: 50px;
    height: 50px;
    margin: auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 50%;
    background: #2563EB;
    border: 1px solid #2563EB;
}

.counteraddOns p {
    display: block;
    margin: 10px 0 0;
}

.ticket-view-tags {
    margin: 0px 0 20px !important;
    padding-top: 0px !important;
    border-top: none !important;
}

.ticket-accordion .collapse {
    visibility: visible !important;
}

.linker-link {
    color: #2563EB;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
}
.list-grid-set2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}
.list-grid-set2 .staticHtml ul li {
	padding-left: 0px;
}
.list-grid-set2 .staticHtml ul li::after {
	display: none;
}
.sidebar-menu-inner {
	overflow: auto;
	height: calc(100vh - 79px);
	position: relative;
}
.juiced-license-upgrade {
	background: linear-gradient(135deg, #1e90ff 0%, #2563eb 100%);
	border-radius: 10px;
	color: #fff;
	box-shadow: 0 4px 24px 0 rgba(37,99,235,0.10);
	margin: 8px;
	position: absolute;
	bottom: 0;
}
.juiced-license-upgrade .icon-circle {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.juiced-license-upgrade h5 {
	font-size: 16px;
	font-weight: 500;
}
.upgrade-btn {
	border-radius: 4px;
	padding: 6px 10px;
	width: 100%;
	background: rgba(255,255,255,0.15);
	color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: 300;
	transition: background 0.2s, color 0.2s;
}
.upgrade-btn:hover {
	background: #fff;
	color: #2563eb;
}

/* 24 July 2025 */
.all-popups .modal-dialog.modal-lg {
    max-width: 60%;
    width: 60%;
}

[data-tooltip] {
    --arrow-size: 5px;
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: #da810d;
}

    /* Positioning and visibility settings of the tooltip */
    [data-tooltip]:before,
    [data-tooltip]:after {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        left: 50%;
        bottom: calc(100% + var(--arrow-size));
        pointer-events: none;
        transition: 0.2s;
        will-change: transform;
    }

    /* The actual tooltip with a dynamic width */
    [data-tooltip]:before {
        content: attr(data-tooltip);
        padding: 10px 18px;
        min-width: 50px;
        max-width: 300px;
        width: max-content;
        width: -moz-max-content;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 400;
        background-color: rgba(59, 72, 80, 0.9);
        background-image: linear-gradient(30deg, rgba(59, 72, 80, 0.44), rgba(59, 68, 75, 0.44), rgba(60, 82, 88, 0.44));
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
        color: #fff;
        text-align: center;
        white-space: pre-wrap;
        transform: translate(-50%, calc(0px - var(--arrow-size))) scale(0.5);
    }

    /* Tooltip arrow */
    [data-tooltip]:after {
        content: '';
        border-style: solid;
        border-width: var(--arrow-size) var(--arrow-size) 0px var(--arrow-size); /* CSS triangle */
        border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
        transition-duration: 0s; /* If the mouse leaves the element, 
								the transition effects for the 
								tooltip arrow are "turned off" */
        transform-origin: top; /* Orientation setting for the
								slide-down effect */
        transform: translateX(-50%) scaleY(0);
    }

    /* Tooltip becomes visible at hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        opacity: 1;
    }
    /* Scales from 0.5 to 1 -> grow effect */
    [data-tooltip]:hover:before {
        transition-delay: 0.3s;
        transform: translate(-50%, calc(0px - var(--arrow-size))) scale(1);
    }
    /* 
	Arrow slide down effect only on mouseenter (NOT on mouseleave)
  */
    [data-tooltip]:hover:after {
        transition-delay: 0.5s; /* Starting after the grow effect */
        transition-duration: 0.2s;
        transform: translateX(-50%) scaleY(1);
    }
/*
	That's it for the basic tooltip.
  
	If you want some adjustability
	here are some orientation settings you can use:
  */

/* LEFT */
/* Tooltip + arrow */
[data-tooltip-location="left"]:before,
[data-tooltip-location="left"]:after {
    left: auto;
    right: calc(100% + var(--arrow-size));
    bottom: 50%;
}

/* Tooltip */
[data-tooltip-location="left"]:before {
    transform: translate(calc(0px - var(--arrow-size)), 50%) scale(0.5);
}

[data-tooltip-location="left"]:hover:before {
    transform: translate(calc(0px - var(--arrow-size)), 50%) scale(1);
}

/* Arrow */
[data-tooltip-location="left"]:after {
    border-width: var(--arrow-size) 0px var(--arrow-size) var(--arrow-size);
    border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
    transform-origin: left;
    transform: translateY(50%) scaleX(0);
}

[data-tooltip-location="left"]:hover:after {
    transform: translateY(50%) scaleX(1);
}



/* RIGHT */
[data-tooltip-location="right"]:before,
[data-tooltip-location="right"]:after {
    left: calc(100% + var(--arrow-size));
    bottom: 50%;
}

[data-tooltip-location="right"]:before {
    transform: translate(var(--arrow-size), 50%) scale(0.5);
}

[data-tooltip-location="right"]:hover:before {
    transform: translate(var(--arrow-size), 50%) scale(1);
}

[data-tooltip-location="right"]:after {
    border-width: var(--arrow-size) var(--arrow-size) var(--arrow-size) 0px;
    border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
    transform-origin: right;
    transform: translateY(50%) scaleX(0);
}

[data-tooltip-location="right"]:hover:after {
    transform: translateY(50%) scaleX(1);
}



/* BOTTOM */
[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
    top: calc(100% + var(--arrow-size));
    bottom: auto;
}

[data-tooltip-location="bottom"]:before {
    transform: translate(-50%, var(--arrow-size)) scale(0.5);
}

[data-tooltip-location="bottom"]:hover:before {
    transform: translate(-50%, var(--arrow-size)) scale(1);
}

[data-tooltip-location="bottom"]:after {
    border-width: 0px var(--arrow-size) var(--arrow-size) var(--arrow-size);
    border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
    transform-origin: bottom;
}

.account-settings-form h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2563eb;
}

.account-settings-form {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #e2e8f0;
}

.topSettns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e8f0;
}

.refreshTag, .refreshTag:hover {
    color: coral;
}

.rounded-both-sides {
    border-radius: 8px !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

/* Loading Panel */
.loading-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1000;
}


/* ===================================
     PACKAGES SECTION STYLES
  ======================================*/

/* Tabs Container */
.packages-tabs-container {
}

.tabs-navigation {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    border-bottom: 2px solid #e2e8f0;
    flex-wrap: wrap;
}

.tab-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 25px;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: -2px;
}

    .tab-btn svg {
        transition: transform 0.3s ease;
    }

    .tab-btn:hover {
        color: #2563eb;
        background: rgba(37, 99, 235, 0.05);
    }

        .tab-btn:hover svg {
            transform: scale(1.1);
        }

    .tab-btn.active {
        color: #2563eb;
        border-bottom-color: #2563eb;
        background: rgba(37, 99, 235, 0.05);
    }

.tabs-content {
    position: relative;
}

.tab-panel {
    display: none;
    animation: fadeIn 0.4s ease;
}

    .tab-panel.active {
        display: block;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.packages-section {
    min-height: 100vh;
}

.section-header {
    margin-bottom: 40px;
}

.section-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.section-subtitle {
    font-size: 18px;
    color: #64748b;
    font-weight: 400;
}

/* Package Cards Grid */
.comparison-table {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-bottom: 60px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.dummy-package-card {
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.package-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

    .package-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

    .package-card.featured {
        border: 3px solid #2563eb;
        transform: scale(1.05);
    }

        .package-card.featured:hover {
            transform: scale(1.05) translateY(-10px);
        }

.package-badge {
    position: absolute;
    top: 20px;
    right: -35px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: white;
    padding: 8px 45px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(45deg);
    letter-spacing: 0.5px;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

.package-header {
    padding: 40px 30px 30px;
    text-align: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

    .package-header.discovery-suite {
        background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    }

    .package-header.growth-suite {
        background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    }

    .package-header.pro-suite {
        background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    }

    .package-header.elite-suite {
        background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    }

    .package-header.enterprise-suite {
        background: linear-gradient(135deg, #30cfd0 0%, #330867 100%);
    }

.package-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

    .package-icon svg {
        color: white;
    }

.package-name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    color: white;
}

.package-tagline {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
}

.package-body {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.package-price {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f1f5f9;
}

.price-amount {
    font-size: 22px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1;
}

.price-period {
    font-size: 16px;
    color: #64748b;
    font-weight: 500;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    flex: 1;
}

    .package-features li {
        display: flex;
        align-items: flex-start;
        padding: 12px 0;
        font-size: 15px;
        color: #475569;
        line-height: 1.5;
    }

.feature-check {
    width: 20px;
    height: 20px;
    color: #22c55e;
    flex-shrink: 0;
    margin-right: 12px;
    margin-top: 2px;
}

.btn-package {
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid #2563eb;
    background: white;
    color: #2563eb;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .btn-package:hover {
        background: #2563eb;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
    }

    .btn-package.btn-primary {
        background: #2563eb;
        color: white;
    }

        .btn-package.btn-primary:hover {
            background: #1d4ed8;
            border-color: #1d4ed8;
        }

/* Detailed Comparison Table */
.features-comparison-section {
    margin-top: 60px;
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.comparison-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 30px;
    text-align: center;
}

.comparison-table-container {
    overflow-x: auto;
}

.features-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 15px;
}

    .features-table thead {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
    }

    .features-table th {
        padding: 20px 15px;
        text-align: center;
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

        .features-table th:first-child {
            text-align: left;
            border-top-left-radius: 12px;
        }

        .features-table th:last-child {
            border-top-right-radius: 12px;
        }

    .features-table tbody tr {
        transition: background 0.2s ease;
    }

        .features-table tbody tr:hover {
            background: #f8fafc;
        }

        .features-table tbody tr:nth-child(even) {
            background: #fafbfc;
        }

            .features-table tbody tr:nth-child(even):hover {
                background: #f1f5f9;
            }

    .features-table td {
        padding: 18px 15px;
        text-align: center;
        border: 1px solid #e2e8f0;
        color: #475569;
        font-weight: 500;
    }

        .features-table td.feature-name {
            text-align: left;
            font-weight: 600;
            color: #1e293b;
            background: #f8fafc;
        }

        .features-table td.featured-col,
        .features-table th.featured-col {
            background: rgba(37, 99, 235, 0.05);
            border-left: 3px solid #2563eb;
            border-right: 3px solid #2563eb;
            font-weight: 700;
        }

    .features-table tbody tr:hover td.featured-col {
        background: rgba(37, 99, 235, 0.1);
    }

.yes-icon {
    color: #22c55e;
    font-size: 20px;
    font-weight: 700;
}

.no-icon {
    color: #ef4444;
    font-size: 18px;
    font-weight: 700;
}

/* makes the courier modal large but not fullscreen */
.courier-modal-xl {
    max-width: 95vw !important;
    width: 95vw;
}

/* ensures courier modal height is 95% of viewport and centered */
.courier-modal-content {
    height: 95vh;
}

/* ensures iframe fills courier modal body cleanly */
.courier-iframe {
    width: 100%;
    height: calc(95vh - 56px); /* subtract header height */
    border: none;
}


/* Responsive Design */
@media (max-width: 1400px) {
    .comparison-table {
        grid-template-columns: repeat(4, 1fr);
    }

    .package-card.featured {
        transform: scale(1);
    }

        .package-card.featured:hover {
            transform: translateY(-10px);
        }
}

@media (max-width: 992px) {
    .section-title {
        font-size: 36px;
    }

    .comparison-table {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .features-comparison-section {
        padding: 30px 20px;
    }

    .features-table {
        font-size: 14px;
    }

        .features-table th,
        .features-table td {
            padding: 12px 10px;
        }
}

@media (max-width: 768px) {
    .packages-tabs-container {
        padding: 15px 10px;
    }

    .tabs-navigation {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }

    .tab-btn {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
        font-size: 14px;
    }

    .packages-section {
        padding: 20px 15px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .comparison-table {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .package-badge {
        font-size: 10px;
        padding: 6px 40px;
    }

    .package-name {
        font-size: 24px;
    }

    .price-amount {
        font-size: 38px;
    }

    .comparison-title {
        font-size: 24px;
    }

    .features-table {
        font-size: 13px;
    }

        .features-table th,
        .features-table td {
            padding: 10px 8px;
        }
}