:root {
    --cm-bg-shade-1: #E8E8E8;
    --cm-gray-shade-2: #f6f6f6;
    --cm-gray-shade-3: #FCFCFC;
    --cm-blue-shade-1: #002D72;
    --cm-font: "Inter", serif;
    --cm-brand-primary: #1D269A;
    --cm-title-color: #100F14;
    --cm-sub-title-color: #49475A;
    --cm-label-color: #9794AA;
}


.dont_miss_activity {
    display: flex;
    gap: 5px;
}

.dont_miss_activity span:last-child {
    min-width: 132px;
}

/***partner activity survey ***/
.survey-section {
    margin-bottom: 70px;
}

/* Responsive spacing for survey sections */
@media (max-width: 767px) {
    .survey-section {
        margin-bottom: 55px; /* Reduced spacing on mobile */
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .survey-section {
        margin-bottom: 60px; /* Medium spacing on tablets */
    }
}

/* Ensure proper form field spacing on all devices */
#partner-activity-survey-form .row.g-3 {
    row-gap: 1rem; /* Bootstrap's g-3 default, ensuring consistent vertical spacing */
}

/* Don't add margin-bottom to columns within .row.g-3 - let Bootstrap handle it */
#partner-activity-survey-form .row:not(.g-3) .col-md-6,
#partner-activity-survey-form .row:not(.g-3) .col-12 {
    margin-bottom: 15px; /* Space between form fields only for non-g-3 rows */
}

/* Ensure columns maintain proper width on desktop */
#partner-activity-survey-form .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}

@media (max-width: 767px) {
    #partner-activity-survey-form .col-md-6 {
        width: 100%; /* Full width on mobile */
    }
}

/* Ensure form controls have proper height and sizing */
#partner-activity-survey-form .form-control,
#partner-activity-survey-form .form-select {
    min-height: 38px;
    padding: 0.375rem 0.75rem;
}

/* Fix any potential layout issues with dropdowns */
#partner-activity-survey-form select.form-select {
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

/* Mobile-specific form adjustments */
@media (max-width: 767px) {
    #partner-activity-survey-form .row:not(.g-3) .col-md-6,
    #partner-activity-survey-form .row:not(.g-3) .col-12 {
        margin-bottom: 12px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    #partner-activity-survey-form .form-control,
    #partner-activity-survey-form .form-select {
        width: 100%;
        max-width: 100%;
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    #partner-activity-survey-form .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* Adjust heading spacing on mobile */
    .partner_activity_heading {
        font-size: 1.5rem !important;
        margin-bottom: 15px !important;
    }
    
    /* Credit selection adjustments for mobile */
    .credit-selection-wrapper,
    .attendance-selection-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .credit-selection-section,
    .attendance-container {
        padding: 15px !important;
    }
    
    /* Submit button mobile adjustments */
    #partner-activity-survey-form button[type="submit"] {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px !important;
        font-size: 16px !important;
    }
    
    /* Textarea fields */
    #partner-activity-survey-form textarea.form-control {
        width: 100%;
        resize: vertical;
    }
    
    /* Form labels */
    #partner-activity-survey-form .form-label {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    /* Checkboxes and radio buttons */
    #partner-activity-survey-form .form-check {
        padding-left: 0;
        margin-bottom: 10px;
    }
    
    #partner-activity-survey-form .form-check-input {
        margin-left: 0;
        margin-right: 8px;
    }
}

/* Tablet adjustments */
@media (min-width: 768px) and (max-width: 991px) {
    #partner-activity-survey-form .col-md-6 {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .partner_activity_heading {
        font-size: 1.75rem !important;
    }
    
    /* Ensure proper spacing for tablet view */
    #partner-activity-survey-form button[type="submit"] {
        width: 75% !important;
        max-width: 400px !important;
    }
}

/* Small mobile devices (phones in portrait) */
@media (max-width: 576px) {
    .survey-section {
        margin-bottom: 50px;
    }
    
    #partner-activity-survey-form h5 {
        font-size: 1.1rem !important;
        margin-top: 20px !important;
        margin-bottom: 15px !important;
    }
    
    #partner-activity-survey-form h2 {
        font-size: 1.5rem !important;
    }
    
    /* Radio button groups on mobile */
    #partner-activity-survey-form .flex.gap-3,
    #partner-activity-survey-form .d-flex {
        flex-direction: column !important;
        gap: 8px !important;
    }
    
    #partner-activity-survey-form .form-check-inline {
        display: block !important;
        margin-bottom: 8px;
    }
}

.partner_activity_heading {
    line-height: 1.4 !important;
}

body.wlk_partner_activity-template-default,
body.page-template-thank-you-page,
body.page-template-thank-you-page {
    background: #fff !important;
}

.survey-app-badges img {
    width: 160px;
    /* same width */
    height: 50px;
    /* same height */
    object-fit: contain;
}

.survey-app-badges .badge-link {
    display: flex;
    justify-content: center;
}

@media (max-width: 576px) {
    .survey-app-badges {
        flex-direction: column;
        align-items: center;
    }
}


@media (min-width:1400px) and (max-width:1600px) {
    .dont_miss_activity span:last-child {
        min-width: 120px;
    }

    .dont_miss_activity {
        flex-wrap: wrap !important;
    }

}

.card-activity-details .dont_miss_activity span {
    height: unset !important;
    min-height: 26px !important;
    max-height: 37px !important;
    text-align: left !important;
    padding: 5px;
}

.ast-primary-header-bar {
    display: none !important;
}

a {
    text-decoration: none !important;
}

.blog-input-blog {
    margin-right: 10px;
    top: 5px;
    position: relative;
    width: 20px;
    height: 20px;
}

.profile-setup-error {
    display: none;
}

.not-prefered-c-type {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #000000ce;
}

.small-reflection-title {
    font-size: 18px;
    line-height: 18px;
    color: #8e8e8e;
    display: block;
    line-height: 24PX;
    font-weight: 500;
}

.custom-verification-input {
    background: transparent !important;
}

.custom-verification-input:focus {
    background: transparent !important;
    outline: none;
    box-shadow: none;
}

.objectives-list {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.objectives-list ul {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0px !important;
    padding: 0px !important;
}

.objectives-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.objectives-list ul li {
    width: 50%;
    margin-bottom: 20px;
}

.objectives-list li img {
    margin-right: 10px;
}

.extra-information-finan {
    margin-top: 60px;
}

.no-activity-for-category {
    font-size: 17px;
    margin: auto;
    opacity: 0.2;
}

.rotg-popup-form {
    transform: none !important;
}

.rotg-title-parent {
    display: block !important;
    width: 100% !important;
    opacity: 0.6;
}

.rotg-small-title {
    font-size: 13px;
    line-height: 18px;
    display: block;
    color: #000 !important;
}

#activityAssessmentModal h6 {
    padding-left: 0 !important;
}

.to-skip-class {
    font-size: 20px !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
    padding: 17px 20px !important;
    background-color: #AB60E0;
    border-color: #AB60E0;
}

.custom-verification-input:-webkit-autofill {
    background: transparent !important;
    color: inherit !important;
    box-shadow: 0 0 0px 1000px transparent inset;
}

.custom-verification-input:-webkit-autofill:focus {
    background: transparent !important;
    box-shadow: 0 0 0px 1000px transparent inset;
}

.auth-main-logo {
    border: none;
    margin: auto;
}

.ast-container {
    margin-right: unset !important;
    padding-right: unset !important;
    margin-left: unset !important;
    padding-left: unset !important;
    justify-content: space-between !important;
    max-width: 100% !important;
}

.bg-gray {
    background: var(--cm-bg-shade-1) !important;
}

body {
    font-family: var(--cm-font) !important;
    padding: 0;
    background: var(--cm-bg-shade-1) !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1D269A;
    --bs-btn-border-color: #1D269A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2C36BA;
    --bs-btn-hover-border-color: #2C36BA;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1D269A;
    --bs-btn-active-border-color: #1D269A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #AAACC5;
    --bs-btn-disabled-border-color: #AAACC5;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*-----------AUTH STYLES--------*/
.auth-form .card {
    background-color: transparent;
    width: 600px;
}

.auth-form .card .card-header {
    margin: 0 auto;
    background-color: transparent;
    border-bottom: 0;
}

.auth-cover {
    background: var(--cm-blue-shade-1) url(../assets/img/auth-home.jpg) no-repeat;
    background-size: cover;
    height: calc(100vh - 100px);
}

.auth-cover h1 {
    font-size: 38px;
    line-height: 40px;
    letter-spacing: -0.5px;
    color: var(--cm-gray-shade-3);
    font-family: var(--cm-font);
    font-weight: 700;
}

.auth-footer {
    background-color: #fff !important;
}

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 20px;
    margin-top: -35px;
}

.pw-eye-box {
    width: 24px;
    height: 24px;

}

.pw-eye {
    background: url(../assets/img/pw-eye-slash.svg) no-repeat;
}

.pw-eye-slash {
    background: url(../assets/img/pw-eye.svg) no-repeat;
}

.btn-primary {
    background-color: var(--cm-brand-primary);
    border-color: var(--cm-brand-primary);
}

.auth-form .card-body h2 {
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    color: var(--cm-title-color);
}

.auth-form .card-body p {
    color: var(--cm-sub-title-color);
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    text-transform: capitalize;
}

.auth-form .card-body form label.control-label {
    color: var(--cm-label-color);
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 5px;
}

.auth-form .card-body form input {
    height: 64px;
    border: 1px solid #CBCAD7;
    color: #686677;
    font-size: 18px;
    line-height: 25px;
    padding: 0 20px;
    background-color: transparent;
}

input#password {
    padding-right: 60px;
}

.auth-form .card-body form .btn-primary {
    height: 56px;
    line-height: 40px;
}

/*----------SIDEBAR---------------*/
.sb-nav-fixed {
    background-color: #141313;
    width: 100%;
}

#layoutSidenav_content {
    background-color: #ECECEC;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    height: 100vh;
    width: 100%;
}

/*-------------SIDEBAR N AV-----------*/
.sb-sidenav-menu .nav ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100vh;
    margin: 0 auto !important;
}

.sb-sidenav-menu .nav ul li {
    list-style: none;
    width: 130px;
}

.sb-sidenav-menu .nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    /* color: #434242; */
    color: grey;
    /*text-transform: uppercase;*/
    text-decoration: none;
    text-align: center;
    transition: all 0.4s;
}

button.tab-link.active:focus {
    background: transparent;
    color: #000;
}

button.tab-link:focus {
    background: transparent;
    color: #000;
}

.sb-sidenav-menu .nav ul li a div.icon {
    width: 64px;
    height: 64px;
    /*border: 2px solid transparent;
    border-radius: 24px;
    margin-bottom: 6px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.sb-sidenav-menu .nav ul li a div.icon img {
    border-radius: 16px;
    object-fit: cover;
}

.sb-sidenav-menu .nav ul li a:hover {
    color: #fff;
}

.sb-sidenav-menu .nav ul li a:hover div.icon {
    border-color: #fff;
}

.sb-sidenav-menu .nav ul li.home-link a div.icon {
    background: url(../assets/img/Home.svg) center center no-repeat;
}

.sb-sidenav-menu .nav ul li.activity-link a div.icon {
    background: url(../assets/img/Activity.svg) center center no-repeat;
}

.sb-sidenav-menu .nav ul li.ce-link a div.icon {
    background: url(../assets/img/Dashboard.svg) center center no-repeat;
}

.sb-sidenav-menu .nav ul li.reflect-link a div.icon {
    background: url(../assets/img/menu-reflect.svg) center center no-repeat;
}

.sb-sidenav-menu .nav ul li.home-link.active-menu a div.icon {
    background: url(../assets/img/Home-Active.svg) center center no-repeat;
}

.sb-sidenav-menu .nav ul li.activity-link.active-menu a div.icon {
    background: url(../assets/img/Activity-Active.svg) center center no-repeat;
}

.sb-sidenav-menu .nav ul li.ce-link.active-menu a div.icon {
    background: url(../assets/img/Dashboard-Active.svg) center center no-repeat;
}

.sb-sidenav-menu .nav ul li.reflect-link.active-menu a div.icon {
    background: url(../assets/img/menu-reflect-active.svg) center center no-repeat;
}

.sb-sidenav-menu .nav ul li.active-menu a div.icon {
    border-color: #fff;
    position: relative;
}

.sb-sidenav-menu .nav ul li.active-menu a div.icon:before {
    content: '';
    width: 4px;
    height: 14px;
    /*background-color: #fff;*/
    border-radius: 10px;
    position: absolute;
    left: -16px;
    top: 22px;
}

.sb-sidenav-menu .nav ul li.active-menu a {
    color: #fff !important;
}


/*------------HOME SYLES -----------------*/
.home-heading {
    width: auto;
}

.home-heading p {
    font-size: 16px;
    line-height: 18px
}

.home-card {
    background-color: #002A60;
    border-radius: 16px;
    height: calc(100vh - 188px);
    padding: 20px;
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.home-card h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    display: flex;
    justify-content: space-between;
    color: #ECECEC;
}

.home-card a {
    width: 46px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    bottom: 20px;
    transition: all 0.5s;
}

.home-card a:hover {
    opacity: 0.7;
}

/*
Commented code for N2 task
.activities-cover, .reflect-cover,.dashboard-cover{
    cursor: pointer !important;
}
.activities-cover-disabled,.reflect-cover-disabled {
    opacity: 0.6 !important;
}
.activities-cover-disabled a,.reflect-cover-disabled a,.activities-cover-disabled a:hover,.reflect-cover-disabled a:hover {
    opacity:1 !important; 
    background-color: #fff !important;
    cursor: pointer !important;   
}
.activities-cover-disabled a:hover,.reflect-cover-disabled a:hover {
    opacity:0.85 !important;
    cursor: pointer !important;
}
*/
/* new styles for disabled grids on home page */
.activities-cover,
.dashboard-cover {
    cursor: pointer !important;
}

.activities-cover-disabled {
    opacity: 0.6 !important;
}

.reflect-cover-disabled {
    opacity: 0.5 !important;
    cursor: default !important;
}

.activities-cover-disabled a,
.activities-cover-disabled a:hover {
    opacity: 1 !important;
    background-color: #fff !important;
    cursor: pointer !important;
}

.activities-cover-disabled a:hover {
    opacity: 0.85 !important;
    cursor: pointer !important;
}

.reflect-cover-disabled a:hover {
    opacity: 0.85 !important;
    cursor: default !important;
}

/* !-- new styles for disabled grids on home page */
/*--------------ACTIVITY PAGE------------*/
.page-heading {
    font-size: 36px;
    font-weight: 500;
}

li.profile-link img {
    width: 45px;
    height: 40px;
    object-fit: cover;
    opacity: 0.5;
}

li.active-menu img {
    opacity: 1 !important;
}

.card-category {
    background: #002A60;
    border: 1px solid #002A60;
    border-radius: 12px;
    width: 234px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: bottom 20px center;
    position: relative;
}


.card-category h6 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    position: absolute;
}

.card-category img {
    margin-top: 6px;
}

.card-activity {
    background: #fff;
    border-radius: 12px;
    padding: 7px 11px;
    border: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
}

.card-activity img {
    object-fit: contain;
    border-radius: 4px;
}

.card-activity-details {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
}

.card-activity-details h6 {
    font-size: 13px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-activity-details span {
    background: #F2F2F2;
    text-decoration: none;
    color: #000;
    font-size: 10px;
    border-radius: 6px;
    font-weight: 500;
    height: 26px;
    margin-bottom: 2px;
    text-align: center;
    min-width: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
}

.category-hover-effect,
.activity-hover-effect h6,
.activity-hover-effect span {
    transition: all 0.5s;
}

.activity-hover-effect {
    text-decoration: none !important;
}

.category-hover-effect:hover {
    opacity: 0.9;
}

.category-hover-effect {
    text-decoration: none !important;
}

.activity-hover-effect:hover h6 {
    color: #002A60;
}

.activity-hover-effect:hover span {
    background-color: #002A60;
    color: #fff;
}

.activity-join-card {
    background-color: #A166F2;
    border-radius: 16px;
    padding: 16px;
}

.join-card-heading h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #ECECEC;
}

.join-card-heading a {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background-color: #8137E6;
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 78px;
    height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.4s;
}

.join-card-heading a:hover {
    background-color: #6425bb;
}

.upcoming-event-card {
    background-color: #D1C9DB;
    border-radius: 16px;
    padding: 16px;
}

.upcoming-event-card h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.card-activity.activities-responseive .all-activity-responsive,
.upcoming-events-thumb {
    width: 50% !important;
}

/* --------------------Blog-page---------------- */
.tab-wrapper .scroll-books-blogs {
    background: #002A60 !important;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 16px 40px;
    border-radius: 8px;
}

.blog-btn {
    height: 20%;
    text-align: right;
}

.blog-botton-cnt {
    padding: 10px !important;
}

.blog-botton-cnt h3 {
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 40px;
}

.blog-botton-cnt img {
    width: 50%;
    border-radius: 8px;
}

.tab-wrapper-heading {
    text-transform: capitalize;
}

.activity-details-card hr {
    display: none;
}

.row.blog-Credit-amount {
    margin-top: 20px;
}

.searchbar input {
    box-shadow: none !important;
}

.dropdown.filter-dropdown button {
    box-shadow: none !important;
}

@media(max-width:767px) {
    /* .tab-container.podcast-partner-tab-container button {
        margin: 0 !important;
    } */

    .scrollable-area.blog-page-scroll {
        padding-top: 22px !important;
    }

    #masthead {
        display: none;
    }

    .activity-details-card hr {
        display: none;
    }

    .blog-page-scroll .page-heading-3 {
        align-items: self-start;
    }

    .blog-banner {
        margin-bottom: 10px;
    }

    .blog-btn {
        height: 25%;
        text-align: left;
    }

    .row.blog-Credit-amount,
    .col-sm-4 {
        gap: 4px;
        padding: 0px 5px !important;
        justify-content: center;
    }

    .row.blog-Credit-amount {
        margin-bottom: 30px;

    }

    .blog-botton-cnt img {
        width: 100%;
    }

    .row.blog-Credit-amount .col-sm-4 {
        width: 32.7%;
    }

    .container-fluid.p-4.scrollable-area.blog-page-scroll {
        margin-bottom: 115px !important;
    }

    .d-flex.gap-2.ms-5.download-script-btn {
        flex-direction: column;
        width: 100%;
        margin-left: 0px !important;
    }
}

@media(min-width:320px) and (max-width:460px) {
    .objectives-list ul li {
        width: 100% !important;
    }

    .row.blog-Credit-amount,
    .col-sm-4 {
        gap: 8px;
    }

    .blog-btn {
        height: 15%;
        text-align: left;
    }

    .row.blog-Credit-amount .col-sm-4 {
        width: 100%
    }

}

@media(min-width:768px) and (max-width:1024px) {
    .podcast-partners-submit-btn {
        min-height: 50px !important;
        min-width: 165px !important;
        font-size: 16px !important;
    }

    .blog-btn {
        height: 40%;
        margin-top: 10px;
    }

    .sticky-bar-dashboard {
        gap: 20px !important;
        flex-wrap: wrap !important;
    }

    button#download_transcript {
        margin-left: 0px !important;
    }
}

@media(min-width:1024px) and (max-width:1200px) {
    .blog-btn {
        height: 40%;
        margin-top: 10px;
    }

    .sticky-bar-dashboard {
        gap: 20px !important;
        flex-wrap: wrap !important;
    }

    button#download_transcript {
        margin-left: 0px !important;
        margin-right: 10px !important;
    }
}




/* ------------------live-events----------- */
.vczapi-show-by-postid .dpn-zvc-timer .dpn-zvc-timer-cell {
    background: #513886 !important;
}

.vczapi-show-by-postid-contents-sections.vczapi-show-by-postid-contents-sections-full {
    display: flex;
    width: 100%;
    gap: 40px;
    justify-content: space-between;
    margin-left: 0px !important;
    margin-bottom: 20px !important;
}

.vczapi-show-by-postid-contents .dpn-zvc-sidebar-box .btn-join-link {
    background: #002A60 !important;
    font-weight: 500;
    font-size: 16px !important;
    padding: 14px 30px !important;
    line-height: 22px !important;
}

.vczapi-show-by-postid-contents-sections-thecontent {
    display: none !important;
}

.vczapi-hosted-by-start-time-wrap {
    display: none !important;
}

@media(max-width:767px) {
    .card-category {
        background-position: bottom 2px right 30px;
    }

    .vczapi-show-by-postid {
        padding: 20px 0px !important;
    }

    .vczapi-show-by-postid .dpn-zvc-timer .dpn-zvc-timer-cell-number {
        font-size: 24px !important;
    }

    .vczapi-show-by-postid .dpn-zvc-timer .dpn-zvc-timer-cell-string {
        font-size: 12px !important;
    }

    .vczapi-show-by-postid .dpn-zvc-timer {
        padding: 0px 10px !important;
    }

    .vczapi-show-by-postid-countdown {
        padding: 40px 0 !important;
    }

    .vczapi-show-by-postid-contents-sections.vczapi-show-by-postid-contents-sections-full {
        width: auto;
        gap: 0px;
        flex-direction: column;
    }

    .join-links {
        display: flex;
    }

    .wrap-column {
        flex-direction: column !important;
        gap: 8px;
    }

    .card-activity.upcoming-live-event-responsive .wrap-column {
        flex-direction: row !important;
    }

    .upcoming-event-card {
        padding-left: 27px !important;
        padding-right: 27px !important;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .vczapi-show-by-postid-contents-sections.vczapi-show-by-postid-contents-sections-full {
        flex-direction: column;
        gap: 0px;
    }

    .join-links {
        display: flex;
    }
}


/*----------------ACTIVTY CATEGORY-------*/
.back-btn {
    width: 46px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background-color: #fff;
    transition: all 0.5s;
}

button#download_certificate {
    margin-left: 0px !important;
}

.total-credit-cnt {
    order: 1 !important;
}

.back-btn img {
    transform: rotate(180deg);
}

button.cm-tab-link:focus {
    background: transparent !important;
}

.page-heading-2 {
    background: url(../assets/img/pattern.png);
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -24px;
    min-height: 115px;
    display: flex;
    padding: 24px;
    gap: 16px;
    color: #fff !important;
}

.page-heading-3 {
    background-color: #F0F0F0;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -24px;
    min-height: 90px;
    display: flex;
    padding: 10px 24px;
    gap: 16px;
    color: #fff;
    align-items: center;
}

.page-heading-4 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px;
    padding-top: 15px;
}

.searchbar {
    width: 300px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 8px;
}

.searchbar-icon {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    height: 40px;
    background-color: #DEDEDE;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchbar input {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    border-radius: 30px;
}

.searchbar input:focus {
    box-shadow: none;
}

.filter-dropdown {
    background-color: #fff;
    border-radius: 30px;
    padding: 8px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.filter-dropdown button {
    border: 0;
}

.filter-icon {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    height: 40px;
    background-color: #DEDEDE;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity-progress {
    background-color: #A166F2;
    border-radius: 24px;
}

.activity-progress h4 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
}

.activity-progress .text-link {
    color: #fff;
    font-size: 13px;
    transition: all 0.3s;
}

.activity-progress .text-link:hover {
    text-decoration: underline;
}

.activity-completed {
    background-color: #002A60;
    border-radius: 16px;

}

.activity-completed h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
}

.activity-completed .text-link {
    color: #fff;
    font-size: 13px;
    transition: all 0.3s;
}

#pinnacle_video_embed iframe {
    width: 100%;
    min-height: 500px;
    /* height: auto; */
}

/*----------RFLECT CARD--------*/
.relfect-card {
    background: url(../assets/img/pattern.png);
    border-radius: 16px;
    padding: 20px;
    padding-right: 15%;
    height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.relfect-card h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.relfect-card span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: inline-flex;
    padding: 6px 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
}

.relfect-card-link {
    font-size: 32px;
    line-height: 40px;
    color: #ECECEC !important;
    text-decoration: none !important;
    font-weight: 400;
    width: 100%;
    display: block;
    margin-bottom: 150px;
    transition: all 0.3s;
}

.relfect-card-link:hover {
    color: #fff;
}

.relfect-card-link span {
    background-color: #fff;
    margin-left: 5px;
    border-radius: 12px;
}

.relfect-card-white {
    border: 1px solid #000;
    background: #fff;
    padding-right: 10%;
}

.relfect-card-white h6 {
    font-size: 18px;
    color: #000;
}

.relfect-card-white .relfect-card-link {
    color: #808080 !important;
    font-size: 24px;
    line-height: 30px;
}

.activity-details-card {
    width: calc(100% - 64px);
}

.activity-details-card img {
    border-radius: 4px;
    object-fit: cover;
    width: auto;
}

.activity-details-card h6 {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
}

.credit-card {
    font-size: 16px;
    color: #000;
}

.activity-progress-bar {
    font-size: 13px;
    color: #000;
}

.activity-progress-bar .progress {
    height: 8px;
    background: #D9D9D9;
}

.activity-progress-bar .progress-bar {
    background-color: #002A60;
}

.activity-progress-bar .progress-bar.progress-success {
    background-color: #83FF89;
}

.btn-secondary {
    line-height: 20px;
    background-color: #AB60E0;
    font-size: 14px;
    line-height: 20px;
    border-color: #AB60E0;
}

.btn-secondary:hover {
    background-color: #924ac5;
    border-color: #924ac5;
}

.tab-container {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px;
}

.podcast-partners-submit-btn {
    min-height: 54px;
    min-width: 225px;
    font-size: 18px;
}

.tabBar.tab-bar button {
    box-shadow: unset !important;
}

.tab-bar {
    display: flex;
    background-color: #fff;
    color: white;
    padding: 0;
    top: 0;
    z-index: 1000;
    transition: top 0.3s;
    margin-left: -24px;
    margin-right: -24px;
}

.tab-link,
.cm-tab-link {
    background: none;
    border: none;
    color: #B3B3B3;
    font-size: 18px;
    cursor: pointer;
    padding: 8px 16px;
    transition: color 0.3s;
    font-weight: 600;
    margin: 0 10px;
    position: relative;
}

.tab-link.active,
.cm-tab-link.active {
    color: #000;
}

.tab-link:hover,
.cm-tab-link:hover {
    color: #6c47aa;
}

.tab-link span,
.cm-tab-link span {
    position: absolute;
    right: 2px;
    top: 8px;
    font-size: 12px;
    color: #999999;
    font-weight: 600;
}

.video-listing li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.video-listing {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 440px;
    overflow: auto;
}

.video-listing li h6 {
    width: 55%;
    margin-left: 10px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
}

.video-listing li:last-child {
    border-bottom: 0;
}

.video-listing li .video-status img {
    border-radius: 50%;
}

.video-status {
    margin-left: auto;
}

.video-listing li .video-status button {
    background-color: #7c48af;
    border-radius: 4px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #Fff;
    border: 0;
    padding: 10px 10px 8px;
}

.tab-wrapper,
.cm-tab-wrapper {
    padding: 25px 0;
    background: transparent;
    margin-top: 10px;
}

.tab-wrapper.podcast-partner-tab-wrapper {
    padding: 0 !important;
    margin: 0 !important;
}


.tab-wrapper.podcast-partner-tab-wrapper .row .col-xl-4 p {
    padding-top: 29px;
}

.tab-wrapper p,
.tab-wrapper li,
.cm-tab-wrapper p,
.cm-tab-wrapper li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 20px;
    position: fixed;
    top: 0;
}

.overview-stats-card {
    border-radius: 8px;
    min-height: 112px;
    background-color: #E3D6F4;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.overview-stats-card p {
    font-size: 13px;
    font-weight: 500;
    color: #653B8E;
}

.overview-stats-card h2 {
    font-size: 32px;
    line-height: 26px;
    font-weight: 500;
    color: #653B8E;
}

.tab-wrapper-heading {
    font-size: 24px;
    line-height: 32px;
    color: #100F14;
    font-weight: 600;
}

.about-doctor img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border-radius: 50%;
}

.about-doctor h6 {
    margin-top: 10px;
    font-weight: 700;
    color: #203D6A;
}

.about-doctor .rating {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 12x;
    justify-content: start;
}

.about-doctor .rating img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 0;
}

.tab-wrapper .about-doctor p {
    margin-bottom: 0 !important;
    ;
}

.objective-checklist {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.objective-checklist li {
    width: 50%;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-right: 20px;
    margin-bottom: 30px;
}

.f-14 h6,
.f-14 p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #100F14;
}

.f-14 p {
    font-weight: 400;
    color: #000;
}

.gradient-bg {
    background: linear-gradient(#6A3C91 0%, #002A60 100%);
}

.gradient-bg p,
.gradient-bg h2 {
    color: #fff;
}

.video-container {
    position: relative;
    width: 100%;
    border-radius: 8px;
}

.video-cover {
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
}

.play-button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.play-button:hover {
    background-color: rgba(255, 255, 255, 0.144);
    border-radius: 50%;
    padding: 30px;
    backdrop-filter: blur(5px);
    transition: background-color 0.3s ease, transform 0.3s ease, backdrop-filter 0.3s ease;
}

.video {
    display: block;
    width: 100%;
    border-radius: 8px;
}

/*----------CE Dashbaord---------------*/
.sortable {
    position: relative;
}

.sortable:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../assets/img/sort-asc.svg) no-repeat center center;
    margin-left: 20px;
    position: absolute;
    top: 25px;
}

.sorted-asc:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../assets/img/sort-asc.svg) no-repeat center center;
    transform: rotate(180deg);
}

.sorted-desc:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../assets/img/sort-asc.svg) no-repeat center center;
}

.cm-datatable>.row {
    margin-left: -24px;
    margin-right: -24px;
}

table thead th {
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

table thead th,
table tbody td {
    color: #000;
    padding: 22px !important;
}

table tbody td h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

table tbody td p {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}

table thead th.sortable {
    font-weight: 700;
}

.sticky-bar-dashboard {
    position: fixed;
    bottom: 0;
    background-color: #CFCFCF;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% - 130px);
    display: flex;
    border-bottom-left-radius: 16px;
    padding: 14px;
}

.sticky-bar-dashboard h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.sticky-bar-dashboard label {
    height: 46px;
    background-color: #fff;
    text-align: center;
    min-width: 38px;
    padding: 0 5px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sticky-bar-dashboard button {
    font-size: 18px;
    font-weight: 600;
    background-color: #002A60;
    color: #fff;
    padding: 14px 20px;
    border-radius: 8px;
    border: 0;
}

.tab-content>.active {
    display: flex;
    opacity: 1;
}

.cm-datatable.cm-tab-wrapper {
    display: none;
}

.cm-datatable.cm-tab-wrapper.active {
    display: block;
}

/*-----------------CM CHECKBOX-----------*/
.checkbox-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: -25px;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    background-color: #FFF;
    border: 1px solid #6A6A6A;
    border-radius: 5px;
}

.checkbox-label-td {
    top: -8px;
}

.checkbox-label:hover input~.checkmark {
    background-color: #e8e8e8;
}

.checkbox-label input:checked~.checkmark {
    background-color: #7d48af;
    border-color: #7d48af;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-label input:checked~.checkmark:after {
    display: block;
}

.checkbox-label .checkmark:after {
    left: 11px;
    top: 6px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*-------------REFLECT CARD-------------*/
.relfect-card {
    transition: all 0.3s ease;
    position: relative;
}

.relfect-card h3,
.relfect-card h6 {
    transition: transform 0.3s ease;
}

.relfect-card-link {
    transition: transform 0.3s ease;
}

.relfect-card:hover h3,
.relfect-card:hover h6 {
    transform: translateY(30px);
}

.relfect-card:hover .relfect-card-link {
    transform: translateY(-10px);
}

.relfect-card .relfect-card-link {
    transform: translateY(30px);
}

/*-----------FORM CSS-------*/
label.form-label {
    font-size: 14px;
    margin-bottom: 4px;
    color: #212529;
}

.form-control,
.form-select {
    font-size: 14px;
    color: #212529;
}

.form-control,
.form-select {
    font-size: 14px;
    color: #212529;
    min-height: 43px;
    line-height: 1;
}

label.form-label span.required {
    color: #FF0000;
}

.form-control:focus,
.form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: #9190cc;
    outline: 0;
    box-shadow: none;
}

.avatar-card .form-label {
    font-weight: 600;
    width: 100%;
    display: block;
}

.file-upload-card {
    border: 1px dashed #9CA4AC;
    padding: 10px;
    border-radius: 8px;
}

.file-upload-card p {
    font-size: 13px;
    line-height: 16px;
    color: #1A2637;
    width: 110px;
    margin-bottom: 0;
    margin-left: 8px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.browse-btn,
.change-pwd-btn {
    border: 1px solid #814213;
    color: #814213;
    background-color: white;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
}

.browse-btn:hover,
.change-pwd-btn:hover {
    border: 1px solid #814213;
    color: #fff;
    background-color: #814213;
}

.change-pwd-btn {
    margin-top: 28px;
    padding: 11px 20px
}

.profile-password .toggle-password {
    margin-right: 16px;
    margin-top: -34px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

img#file-preview {
    width: 90px;
    height: 90px;
    background: #e9ecef;
    display: block;
    border-radius: 12px;
    object-fit: cover;
}

#preview-container {
    position: relative;
    width: 90px;
}

#preview-container .delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #ffffff96;
    border-top-right-radius: 12px;
    cursor: pointer;
}

.logout-btn {
    border: 0;
    background-color: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    margin-left: -20px;
    color: #000;
}

a:hover {
    color: #A166F2;
}

/*-----------TABS-------*/
.nav-tabs {
    margin-left: -16px;
    margin-right: -16px;
    padding-right: 30px;
    padding-left: 30px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: transparent;
    color: #000;
}

.nav-tabs li button {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #B3B3B3;
    position: relative;
    padding-left: 20px;
    padding-bottom: 15px;
}

.nav-tabs li button span {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: -7px;
}

.nav-tabs li {
    margin-right: 30px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.tab-content {
    padding: 20px 10px;
}

.tab-content .small-title {
    font-size: 13px;
    line-height: 18px;
    color: #A5A5A5;
    display: block;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    gap: 5px;
}

.rating-wrapper {
    margin-top: 40px;
}

.rating-wrapper h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #020202;
}

.rating label {
    cursor: pointer;
    width: 32px;
    height: 32px;
}

.rating img {
    width: 100%;
    height: 100%;
}

.rating-result {
    text-align: right;
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 0;
}

/*-------------------RADIO FORM------------*/
.btn-primary-1 {
    font-size: 20px;
    text-transform: capitalize;
    background-color: #002A60;
    border-color: #002A60;
    font-weight: 600;
    padding: 12px 20px;
}

.radio-wrapper {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: end;
}

.radio-wrapper li {
    margin-left: 30px;
}

.radio-wrapper [type="radio"]:checked,
.radio-wrapper [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-wrapper [type="radio"]:checked+label,
.radio-wrapper [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    line-height: 22px;
    font-size: 16px;
    display: flex;
    color: #000;
}

.radio-wrapper [type="radio"]:checked+label:before,
.radio-wrapper [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #a2a2a2;
    border-radius: 4px;
    background: #fff;
}

.radio-wrapper [type="radio"]:checked+label:after,
.radio-wrapper [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio-wrapper [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-wrapper [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-textarea-input .rating-wrapper {
    margin-top: 20px;
}

.form-textarea-input .rating-wrapper textarea {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
}

div#progress a {
    color: inherit;
}

.tab-bar button:hover {
    background: transparent;
}



/*--------------MOBILE RESPOSIVE-----------*/

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


    .relfect-card {
        height: 440px;
    }

    .relfect-card-link {
        margin-bottom: 50px;
    }

    .sticky-bar-dashboard button {
        font-size: 14px;
        padding: 16px;
    }

    .sticky-bar-dashboard h6,
    .sticky-bar-dashboard label {
        font-size: 18px;
        line-height: 20px;
    }

    .tab-link,
    .cm-tab-link {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 17px;
    }

    .tab-link span,
    .cm-tab-link span {
        right: -3px;
    }

    .modal-dialog {
        max-width: 95%;
        margin: 0 auto;
    }

    .nav-tabs li button {
        font-size: 24px;
        line-height: 28px;
    }
}

@media screen and (max-width: 767px) {
    .tab-wrapper.podcast-partner-tab-wrapper p {
        padding: 15px 0px !important;
    }

    button.tab-link {
        padding: 0px;
        margin: 12px;
    }

    .blog-page-scroll .podcast-partner-tab-container .tab-bar {
        width: 100% !important;
    }

    .rating {
        justify-content: flex-end;
    }

    .radio-wrapper {
        justify-content: start;
    }

    .radio-wrapper li {
        margin-left: 0;
        margin-right: 25px;
    }

    .podcast-partners-btn-container.d-grid.gap-2.d-md-flex.justify-content-md-end {
        position: fixed;
        bottom: 120px;
        z-index: 9999;
        width: 90%;
        margin: auto !important;
        text-align: center;
        left: 0;
        right: 0;
    }

    button.btn.btn-primary.podcast-partners-submit-btn {
        border: 2px solid #ffffff;
    }

    .dropdown-menu li {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        color: #100F14;
    }

}

.blog-botton-cnt {
    padding: 30px !important;
}

.blog-banner h6 {
    font-size: 18px;
    font-weight: 600;
}

@media(max-width:767px) {
    .card-activity.activities-responseive.h-100 {
        margin: 0px 2px !important;
    }

    .wrap-column {
        flex-direction: column !important;
        gap: 8px;
    }

    .medical-activity .col-5 {
        flex: 0 0 auto;
    }

    .home-heading img {
        width: 142px;
    }

    .home-heading {
        width: auto;
    }

    .sb-nav-fixed #layoutSidenav #layoutSidenav_content {
        margin-left: 0px;
    }

    .sb-sidenav-menu .nav ul {
        padding-left: 0;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        height: 100%;
        background: #141313;
        border-radius: 16px !important;
    }

    .sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
        width: 100%;
        height: auto;
        z-index: auto1;
    }

    /* a.nav-menus {
        display: none !important;
    } */

    .sb-sidenav-menu .nav ul {
        padding: 16px;
    }

    .home-card {
        border-radius: 0px;
        height: 450px;
    }

    div#layoutSidenav_content {
        border-radius: 0px;
    }

    .card-category {
        width: auto;
        margin: 0px !important;
        position: relative;
    }

    .activity-list {
        flex-direction: column;
        gap: 8px;
    }

    .page-heading {
        font-size: 21px;
        text-align: center;
        padding: 30px;
    }

    table thead th,
    table tbody td {
        color: #000;
        padding: 6px 22px !important;
    }

    table.mobile-table span {
        top: 12px;
    }

    .card-category h6 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0px;
        padding-right: 15px;
        position: relative;
    }

    .card-category img {
        margin-top: 0px;
    }

    .mx-auto {
        margin-right: 20px !important;
    }

    .wrap-colomn {
        gap: 8px;
    }

    .card-activity {
        height: auto;
    }

    .card-main {
        padding: 20px;
    }

    .medical-activity {
        gap: 8px;
        display: flex !important;
        margin: auto;
    }

    .medical-activity .col-md-6 {
        padding: 0px !important;
    }

    .card-activity-details h6 {
        -webkit-line-clamp: none;
    }

    .scrollable-area {
        overflow-y: scroll;
    }

    .activity-join-card {
        border-radius: 0px;
    }

    .upcoming-events {
        padding: 0px;
    }

    .upcoming-event-card {
        border-radius: 0px;
    }

    .sb-sidenav-menu .nav ul li a div.icon {
        border: 0px;
    }

    .sb-sidenav-menu .nav ul li.active-menu a div.icon {
        position: inherit;
    }

    h1.page-heading-2 {
        font-size: 36px;
        line-height: 42px;
        font-weight: 600;
    }

    .searchbar input {
        display: none;
    }

    .searchbar {
        width: auto;
    }

    .dropdown.filter-dropdown button a {
        display: none;
    }

    .dropdown.filter-dropdown button::after {
        display: none;
    }

    .dropdown.filter-dropdown button {
        padding: 0px !important;
    }

    .filter-icon {
        margin: 0px !important;
    }

    .activity-completed h6 {
        font-size: 24px;
        font-weight: 400;
    }

    button.cm-tab-link {
        white-space: nowrap;
    }

    .tab-bar {
        overflow-y: scroll;
        margin: 0px 0px;
    }

    .table {
        margin: 20px 20px;
        border-top: 0px;
    }

    #reflectOnTheGo {
        overflow-x: scroll;
    }

    #reflectOnTheGo::-webkit-scrollbar {
        display: none;
    }

    #progress {
        overflow-x: scroll;
    }

    #progress::-webkit-scrollbar {
        display: none;
    }

    #completed {
        overflow-x: scroll;
    }

    #completed::-webkit-scrollbar {
        display: none;
    }

    .tab-bar::-webkit-scrollbar {
        display: none !important;
    }

    /* -----medical activity-------- */
    .activity-details-card img {
        display: none;
    }

    .activity-details-card h6 {
        padding-left: 0px;
    }

    .page-heading-3 {
        padding: 12px 12px;
        gap: 35px;
        margin: -18px -18px 0 -18px;
    }

    .progress {
        margin-top: 15px;
    }

    .tab-bar-main {
        margin-top: 10px !important;
    }

    button.tab-link {
        padding: 0px;
        margin: 12px;
    }

    .tabBar.tab-bar {
        gap: 24px;
        overflow-y: hidden;
        margin-left: -20px;
    }

    .tabBar.tab-bar::-webkit-scrollbar {
        display: none;
    }

    .tab-wrapper .col-xl-8 {
        padding: 0px 4px !important;
    }

    .credit-amount {
        padding: 10px;
        gap: 8px;
    }

    .credit-amount .col-sm-4 {
        padding: 0px 4px !important;
    }

    .tab-wrapper p {
        margin-bottom: 30px !important;
    }

    .objective-checklist li {
        width: 100%;
        margin-bottom: 0px;
    }

    .tab-wrapper-heading {
        margin-bottom: 15px;
    }

    .tab-wrapper,
    .cm-tab-wrapper {
        padding: 2px 0;
    }

    .tab-wrapper .col-lg-4,
    .col-lg-8,
    .col-lg-5,
    .col-lg-7 {
        padding: 0px 4px !important;
    }

    .tab-link span,
    .cm-tab-link span {
        right: -10px;
        top: -1px;
    }

    button.tab-link {
        white-space: nowrap;
    }

    .tabBar.tab-bar {
        padding: 0 20px !important;
    }

    .tab-container.podcast-partner-tab-container {
        padding: 0 !important;
    }

    /* -------------ce-dashboard---------- */
    .tab-bar.cm-tabbar {
        gap: 20px;
    }

    .col-lg-12.mt-5.table-data {
        margin-top: 20px !important;
    }

    table.table thead {
        display: none;
    }

    .reflection-on-go h1 {
        font-size: 30px;
    }

    .reflection-on-go .col-lg-12 {
        margin-bottom: 20px !important;
    }

    .relfect-card h3 {
        font-size: 24px;
        font-weight: 300;
        line-height: 30px;
    }

    .relfect-card span {
        font-size: 15px;
        font-weight: 300;
        border-radius: 8px;
    }

    .relfect-card-link {
        font-size: 36px;
    }

    a.relfect-card-link {
        display: flex;
        flex-wrap: wrap;
        gap: 11px;
    }

    .relfect-card span {
        border-radius: 16px;
        padding: 10px;
    }

    .relfect-card.relfect-card-white span {
        color: #000;
        border: 1px solid #6A6A6A;
    }

    .fixed-top,
    .sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
        position: fixed !important;
        bottom: 0 !important;
        right: 0;
        left: 0;
        top: auto;
    }

    table.table td {
        border: 0px;
    }

    table.mobile-table {
        display: block;
    }

    .upcoming-events {
        order: -1 !important;
        margin-top: 0px !important;
    }

    .container-fluid .scrollable-area {
        padding-top: 0px !important;
    }

    .activity-join-card {
        border-radius: 16px 16px 0px 0px;
    }

    .sticky-bar-dashboard {
        position: inherit !important;
        bottom: 0;
        background-color: #CFCFCF;
        margin-left: 0px;
        margin-right: 0px;
        width: auto;
        gap: 12px;
        display: flex;
        border-radius: 16px !important;
        padding: 14px;
        flex-direction: column;
    }

    .sticky-bar-dashboard button {
        margin: auto;
        width: 100%;
    }

    .nav-tabs {
        margin-left: -16px;
        margin-right: -16px;
        padding-right: 30px;
        padding-left: 30px;
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-y: scroll;
    }

    .nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .scrollable-area {
        margin-bottom: 115px !important;
    }

    .scrollable-area h1 {
        padding-top: 35px;
        padding-bottom: 0 !important;
    }

    .card-main {
        margin-top: 0px !important;
        padding-top: 10px !important;
    }

    .change-column {
        flex-direction: row-reverse;
        justify-content: start;
    }

    .scrollable-area {
        padding-top: 0px !important;
    }

    .sb-sidenav-menu .nav ul {
        padding: 16px;
        width: 100% !important;
    }

    .reflection-on-go h1 {
        color: #2B4989;
        font-size: 26px;
    }

    .sb-sidenav-menu .nav ul li a div.icon img {
        border-radius: 13px;
        object-fit: cover;
        width: 40px;
        height: 38px;
    }
}




@media(min-width:768px) and (max-width:991px) {
    .reflect-cover {
        background-position: top;
    }

    .activities-cover {
        background-position: top;
    }

    .ce-cover {
        background-position: top;
    }

    .blog-botton-cnt img {
        width: 100%;
    }


}


/* POPUP INFOMATION MODEL */
.model-title h1 {
    font-size: 28px !important;
    text-align: center;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    border-bottom: 1px solid #00000015;
    padding-bottom: 20px;
}

.rotg-model span {
    color: #000;
    font-size: 16px;
}

.rotg-model h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px !important;
}

.rotg-model p {
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
}

.rotg-model img {
    width: 15%;
}

.modal-dialog-custom {
    max-width: 80%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.modal-header-custom {
    padding: 0px;
    border: 0px;
    margin-top: 10px;
    margin-right: 10px;
}

.rotg-model ul {
    margin: 0px;
}

@media(max-width:767px) {
    .rotg-model {
        padding: 5px 0px !important;
    }

    .modal-dialog-custom {
        max-width: 90%;
        margin-right: 20px;
        margin: 20px;
    }
}



/* ANIMATION CSS */

.home-card {
    padding: unset !important;
    height: unset !important;
    overflow: hidden;
    position: relative;
    height: 600px !important;
    margin-bottom: 20px;
}

.home-card.reflect-cover {
    background-color: #36454F !important;
}

.card-activity-details h6 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.to_header {
    padding: 20px !important;
}

.activity-img {
    position: absolute;
    bottom: -215px;
    left: -345px;
    transition: all 0.3s ease-out;
}

.activities-cover:hover .activity-img {
    bottom: -162px;
    left: -260px;
}

.activities-cover:hover a,
.dashboard-cover:hover a,
.reflect-cover:hover a {
    transform: scale(1.25);
}

.dashboard-img {
    position: absolute;
    bottom: -120px;
    left: -145px;
    transition: all 0.3s ease-out;
}

.dashboard-cover:hover .dashboard-img {
    bottom: -45px;
    left: -25px;
}

.reflect-card-1,
.reflect-card-2,
.reflect-card-3,
.reflect-card-4 {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease-out;
}

.reflect-card-1 {
    z-index: 1000;
    bottom: 0;
}

.reflect-card-2 {
    z-index: 100;
    bottom: 72px;
    transform: scale(0.9);
}

.reflect-card-3 {
    z-index: 10;
    bottom: 228px;
    transform: scale(0.8);
}

.reflect-card-4 {
    z-index: 1;
    bottom: 224px;
    transform: scale(0.7);
    opacity: 0;
}

.reflect-cover:hover .reflect-card-1 {
    bottom: -30px;
    opacity: 0;
}

.reflect-cover:hover .reflect-card-2 {
    bottom: 0;
    transform: scale(1);
}

.reflect-cover:hover .reflect-card-3 {
    bottom: 172px;
    transform: scale(0.9);
}

.reflect-cover:hover .reflect-card-4 {
    bottom: 238px;
    opacity: 1;
    transform: scale(0.8);
}

.pinnacle-brand {
    margin-top: 70px !important;
}

@media(min-width:1600px) and (max-width:1920px) {
    .reflect-card-2 {
        bottom: 100px;
    }

    .reflect-card-3 {
        bottom: 318px;
    }

    .reflect-cover:hover .reflect-card-1 {
        bottom: -60px;
        opacity: 0;
    }

    .reflect-cover:hover .reflect-card-2 {
        bottom: 0px;
    }

    .reflect-cover:hover .reflect-card-3 {
        bottom: 233px;
    }

    .reflect-cover:hover .reflect-card-4 {
        bottom: 327px;
    }

    .home-card {
        height: 700px !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .reflect-card-2 {
        bottom: 110px;
    }

    .reflect-card-3 {
        bottom: 356px;
    }

    .reflect-cover:hover .reflect-card-4 {
        bottom: 365px;
    }

    .reflect-cover:hover .reflect-card-3 {
        bottom: 261px;
    }
}

@media(min-width:1024px) and (max-width:1199px) {
    .reflect-cover:hover .reflect-card-3 {
        bottom: 136px;
    }

    .reflect-cover:hover .reflect-card-4 {
        bottom: 190px;
    }

    .reflect-card-2 {
        bottom: 60px;
    }

    .reflect-card-3 {
        bottom: 190px;
    }
}

@media(min-width:1200px) and (max-width:1440px) {
    .reflect-card-2 {
        bottom: 90px;
    }

    .reflect-card-3 {
        bottom: 275px;
    }

    .reflect-cover:hover .reflect-card-3 {
        bottom: 190px;
    }

    .reflect-cover:hover .reflect-card-4 {
        bottom: 270px;
    }
}


@media(min-width:180px) and (max-width:2550px) {
    .pinnacle-brand {
        margin-top: 35px !important;
    }
}

.yes-no-options label {
    text-transform: uppercase;
    font-weight: 500;
}

.yes-no-options {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
}

.error-message {
    margin-left: 10px;
}

.rating-images {
    justify-content: end;
}


@media(min-width:1366px) and (max-width:1440px) {
    .home-card {
        height: 580px !important;
        max-height: 580px;
    }
}

@media(max-width:767px) {
    .scrollable-area {
        padding: 0px !important;
        overflow-x: hidden !important;
    }

    .activity-join-card.mb-4 {
        padding: 20px 25px;
    }

    .activity-join-card.mb-4 {
        padding: 20px 25px !important;
    }

    .page-heading-2 {
        padding-left: 35px !important;
    }

    .page-heading-4 {
        padding-left: 16px !important;
    }

    #activity_search_form {
        margin-left: 16px;
    }

    .dropdown.filter-dropdown {
        margin-right: 16px;
    }

    .activity-status-bar {
        margin-left: 0px;
        margin-right: 0px;
    }

    .reflection-on-go {
        padding: 0px 20px;
    }

    .activity-listing-card {
        padding: 0px 25px;
    }

    .sticky-bar-dashboard {
        border-radius: 0px !important;
        margin: 0px 0px;
    }

    .page-heading-3 {
        padding-right: 35px !important;
        padding-left: 35px !important;
    }

    .test {
        padding: 0px 20px;
    }

    .custom-form-padding {
        padding: 0px 16px;
    }

    button.btn.change-pwd-btn {
        margin-left: 10px;
    }

    img#file-preview {
        margin-top: 20px;
    }

    .model-title {
        padding-bottom: 20px !important;
    }

    .home-heading {
        padding-left: 16px;
        padding-right: 16px;
    }

    .home-card {
        margin: 0px 8px;
        border-radius: 16px;
    }

    .welcome-text {
        display: none;
    }

    .mx-auto {
        margin-right: 0px !important;
    }

    #activity_video {
        width: 100%;
    }

    .card-activity img {
        width: 100% !important;
        height: auto !important;
    }
}

#inforModel ul li {
    color: #000;
}

.video-container,
.video {
    background: #F0F0F0;
}

@media (min-width:1900px) and (max-width:3000px) {
    .card-activity-details {
        width: calc(100% - 280px) !important;
    }

}

@media (min-width:3001px) and (max-width:6000px) {
    .card-activity-details {
        width: calc(100% - 300px) !important;
    }
}


@media (min-width:2000px) and (max-width:2600px) {
    .home-card {
        height: 949px !important;
    }

    .reflect-card-3 {
        bottom: 375px !important;
    }

    .reflect-card-2 {
        bottom: 96px;
    }

    .reflect-cover:hover .reflect-card-3 {
        bottom: 310px !important;
    }

    .reflect-cover:hover .reflect-card-4 {
        bottom: 429px !important;
        opacity: 1;
        transform: scale(0.8);
    }

    .dashboard-cover .ce-dashboard img {
        height: 869px !important;
    }

    .home-card.activities-cover .activity-img {
        height: 922px !important;
    }
}

@media (min-width:4001px) and (max-width:6000px) {
    .auth-cover {
        height: calc(100vh - 365px);
    }
}

@media (min-width:3001px) and (max-width:4000px) {
    .auth-cover {
        height: calc(100vh - 276px);
    }
}

@media (min-width:2101px) and (max-width:3000px) {
    .auth-cover {
        height: calc(100vh - 187px);
    }
}

@media (min-width:1901px) and (max-width:2100px) {
    .auth-cover {
        height: calc(100vh - 146px);
    }
}

@media (min-width:1701px) and (max-width:1900px) {
    .auth-cover {
        height: calc(100vh - 130px);
    }
}

@media (min-width:1600px) and (max-width:1700px) {
    .auth-cover {
        height: calc(100vh - 122px);
    }
}

@media (min-width:1600px) and (max-width:1950px) {

    .upcoming-events .card-activity-details {
        width: calc(100% - 161px) !important;
    }

    .card-activity .upcoming-events-thumb {
        width: 32% !important;
    }

    .ce-dashboard img {
        height: 551px !important;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .cm-datatable {
        padding-bottom: 155px !important;
    }

    .card-activity {
        max-height: 100% !important;
        min-height: 100% !important;
    }

    .home-card .ce-dashboard img {
        height: 606px !important;
    }

    .home-card.reflect-cover {
        height: 600px !important;
    }

    .home-card h2 {
        font-size: 30px;
        line-height: 36px;
    }

}

@media (min-width:992px) and (max-width:1199px) {
    .cm-datatable {
        padding-bottom: 155px !important;
    }

    .card-activity {
        padding: 7px !important;
        max-height: 100% !important;
        min-height: 100% !important;
    }

    .relfect-card h3 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 66px;
    }

    .relfect-card {
        height: calc(100vh - 249px) !important;
    }

    .auth-footer {
        background-color: #fff !important;
        position: fixed;
        bottom: 9px;
    }

    .activity-progress h4 {
        font-size: 25px;
        line-height: 36px;
    }
}

@media (min-width:768px) and (max-width:991px) {


    .parent-subcategory-wrapper .row {
        margin-bottom: 20px !important;
    }

    .cm-datatable {
        padding-bottom: 155px !important;
    }

    .card-activity img {
        width: 100% !important;
    }

    .card-activity.upcoming-live-event-responsive .upcoming-events-thumb,
    .card-activity.mt-2.main-live-event-responsive .upcoming-events-thumb {
        width: 35% !important;
    }

    .card-activity.activities-responseive .all-activity-responsive {
        width: 50% !important;
    }

    .card-activity.activities-responseive .card-activity-details {
        width: 50% !important;
    }

    .card-activity {
        padding: 7px !important;
        max-height: 100% !important;
        min-height: 100% !important;
    }

    .card-activity-details h6 {
        overflow: hidden !important;
        display: -webkit-box;
        -webkit-line-clamp: 1 !important;
        line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        width: unset !important;
        white-space: wrap !important;
    }

    .card-category h6 {
        font-size: 12px;
        line-height: 13px;
    }

    .relfect-card h3 {
        font-size: 25px !important;
        line-height: 31px !important;
    }

    .relfect-card {
        height: 363px !important;
    }

    .auth-footer {
        background-color: #fff !important;
        position: fixed;
        bottom: 9px;
    }

    .activity-progress h4 {
        font-size: 22px;
        line-height: 36px;
    }

    .reflect-cover.home-card {
        height: 785px !important;
    }

}

@media (min-width:320px) and (max-width:767px) {
    .parent-subcategory-wrapper {
        width: 100% !important;
    }

    .parent-subcategory-wrapper .row {
        margin-bottom: 20px !important;
    }

    .cm-datatable {
        padding-bottom: 30px !important;
    }

    .card-activity-details h6 {
        height: 33px !important;
    }

    .activity-progress h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .card-activity {
        padding: 7px !important;
        max-height: 100% !important;
        min-height: 100% !important;
    }

    .upcoming-events-thumb {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-activity.activities-responseive {
        padding: 0 !important;
    }

    .activities-responseive .card-activity-details {
        padding: 0px !important;
    }

    .wrap-column {
        padding: 7px;
    }

    .card-activity.upcoming-live-event-responsive {
        padding: 0px !important;
    }

    .card-activity.main-live-event-responsive {
        padding: 7px !important;
    }

    .card-activity-details {
        padding: 4px !important;
    }

    .card-activity.main-live-event-responsive .card-activity-details {
        padding-left: 10px !important;
    }

    .upcoming-events-thumb {
        width: 50% !important;
    }

    .card-activity.activities-responseive .all-activity-responsive {
        width: 100% !important;
    }

    .card-activity-details {
        width: 100% !important;
    }

    .relfect-card h3 {
        font-size: 20px !important;
        font-weight: 300;
        line-height: 25px !important;
    }

    .relfect-card-link {
        font-size: 19px !important;
    }

    .relfect-card span {
        border-radius: 16px;
        padding: 4px 10px !important;
        font-size: 14px !important;
    }

    .relfect-card {
        height: 395px !important;
    }

    .auth-footer {
        background-color: #fff !important;
        position: fixed;
        bottom: 9px;
    }

    .join-card-heading {
        padding: 0px 10px;
    }

    .card-activity.main-live-event-responsive {
        padding: 7px !important;
        margin: 9px 10px 0px 10px !important;
    }

    #pinnacle_video_embed iframe {
        min-height: auto;
    }
}

@media (max-width:320px) {
    .join-card-heading {
        padding: 0px 10px;
    }

    .card-activity.main-live-event-responsive {
        padding: 7px !important;
        margin: 9px 10px 0px 10px !important;
    }

    .card-activity.mt-2.main-live-event-responsive,
    .card-activity.upcoming-live-event-responsive {
        padding: 0px 8px !important;
    }

    .card-activity.upcoming-live-event-responsive .wrap-column {
        padding: 0 !important;
    }
}

@media (min-width:1400px) and (max-width:1500px) {
    .auth-cover {
        height: calc(100vh - 110px);
    }

    .card-activity.activities-responseive .all-activity-responsive,
    .upcoming-events-thumb {
        width: 50% !important;
    }
}

@media (min-width:1921px) {
    .card-category {
        width: 330px;
    }
}

.ce-dashboard img {
    height: 700px !important;
}

.link_box_activity {
    position: relative;
}

.link_box_activity .link_cat p {
    position: absolute;
    bottom: 5px;
    right: 12px;
    font-size: 11px;
    line-height: 19px;
    color: #ffffff94;
    margin-bottom: 0 !important;
}

.cm-datatable table tr th {
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* SLICK SLIDER */
.medical-activity,
.parent-subcategory-wrapper {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: start;
    justify-content: start;
}

.medical-activity .slick-next {
    width: 25px;
    height: 25px;
    background: linear-gradient(0deg, #8249B1, #003D8B);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border: none;
    cursor: pointer;
    padding: 0;
}

.medical-activity .slick-prev {
    display: none !important;
}

.custom-prev,
.custom-next {
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}

button.slick-next.custom-next.slick-arrow {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    margin: auto;
}

.slick-track {
    margin-left: unset !important;
}

.cm-datatable {
    padding-bottom: 50px;
}

.parent-subcategory-wrapper {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
}

.parent-subcategory-wrapper .row {
    margin-bottom: 10px !important;
}

.activity-progress .scp-activities-responseive .card-activity-details h6 {
    font-size: 12px !important;
}

.activity-progress .card-activity-details {
    display: flex !important;
    flex-direction: column !important;
    align-items: baseline !important;
    white-space: wrap !important;
    word-break: break-word !important;
    font-size: 11px !important;
}

.podcast-episode-rotating-text {
    width: 100%;
    overflow: hidden;
    background-color: #ECECEC;
    /* border-top: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.podcast-episode-rotating-text .rotating-text {
    display: inline-block;
    white-space: nowrap;
    animation: scrollText 20s linear infinite;
}

.podcast-episode-rotating-text .rotating-text img {
    height: 20px;
    width: 20px;
}

.podcast-episode-rotating-text .rotating-text div {
    display: inline-block;
    color: #7475E9;
    font-weight: 700;
    font-size: 16px;
    padding: 4px;

}

@keyframes scrollText {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.podcast-partners-submit-btn {
    background: linear-gradient(180deg, #8249B1, #003D8B);
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    transition: background 0.3s ease;
}

.activity-credit-btn {
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 8px;
    border-color: #5E3FC7 !important;
    color: #5E3FC7 !important;
    background-color: #f7f7fc !important;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.001em;
}

.activity-credit-btn:hover {
    background-color: #ecebfd;
    color: #432ba5;
}

.pinnacle-login-link {
    color: #0d6efd !important;
    text-decoration: underline !important;
    font-weight: 600;
}

.survey-app-badges {
    display: flex;
    flex-direction: column;
    /* Stack the links vertically on small screens */
    justify-content: center;
    /* Ensure the content is centered vertically */
    align-items: center;
    /* Center the links horizontally */
    gap: 15px;
    /* Add spacing between the links */
    margin-top: 20px;
}

.survey-app-badges p {
    margin: 0;
    /* Remove any margin */
    font-weight: bold;
    text-align: center;
    /* Center the text */
}

@media (min-width: 768px) {
    .survey-app-badges {
        flex-direction: row;
        /* Align links horizontally on larger screens */
        justify-content: center;
        /* Center the links horizontally */
    }
}

/* .podcast-partner-tab-container .tab-bar {
    width:calc(100% - 148px) !important;
} */
/* Custom styles for the credit slider */
#credit_slider {
    background: transparent !important;
    outline: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    height: 8px !important;
    border: none !important;
}

#credit_slider:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

#credit_slider:active {
    outline: none !important;
    border: none !important;
}

#credit_slider::-webkit-slider-track {
    background: #dee2e6 !important;
    border: none !important;
    border-radius: 5px !important;
    height: 8px !important;
    outline: none !important;
    -webkit-appearance: none !important;
}

#credit_slider::-moz-range-track {
    background: #dee2e6 !important;
    border: none !important;
    border-radius: 5px !important;
    height: 8px !important;
    outline: none !important;
}

#credit_slider::-webkit-slider-thumb {
    background: #0d6efd !important;
    border: none !important;
    border-radius: 50% !important;
    width: 20px !important;
    height: 20px !important;
    -webkit-appearance: none !important;
    outline: none !important;
    cursor: pointer !important;
    margin-top: -6px !important;
}

#credit_slider::-webkit-slider-thumb:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

#credit_slider::-webkit-slider-thumb:active {
    outline: none !important;
    border: none !important;
}

#credit_slider::-moz-range-thumb {
    background: #0d6efd !important;
    border: none !important;
    border-radius: 50% !important;
    width: 20px !important;
    height: 20px !important;
    outline: none !important;
    cursor: pointer !important;
    -moz-appearance: none !important;
}

#credit_slider::-moz-range-thumb:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

#credit_slider::-moz-range-thumb:active {
    outline: none !important;
    border: none !important;
}

/* Remove focus ring completely */
#credit_slider::-moz-focus-outer {
    border: 0 !important;
    outline: none !important;
}

#credit_slider::-moz-focus-inner {
    border: 0 !important;
    outline: none !important;
}
