.align-ul-right{
    left: auto !important;
}
.audio-container {
    width: 400px;
    margin: auto;
}
.audio-card {
    border-radius: 8px;
    border: 1px solid #ddd;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 16px;
}
.flex {
    display: flex;
    align-items: center;
}
.gap-2 {
    gap: 8px;
}
.button {
    border: 1px solid #ddd;
    background: white;
    border-radius: 4px;
    width: 41px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.slider {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    height: 9px;
    background: lightgray;
    border-radius: 4px;
    outline: none;
    transition: 0.2s;
}
.slider::-webkit-slider-runnable-track {
    border-radius: 4px;
    height: 9px;
    transition: 0.2s;
    background: linear-gradient(to right, #666 var(--progress), lightgray var(--progress));
}
.slider::-webkit-slider-thumb {
    position: relative;
    top: -4px;
    background: #3a82f7;
    border-radius: 50%;
    cursor: pointer;
  }

.slider::-moz-range-thumb {
position: relative;
top: -4px;
background: #3a82f7;
border-radius: 50%;
cursor: pointer;
}

.text-custom {
    color: #667085 !important;
  }
.ling-color{
    color: #000000 !important;
}
.custom-popbtn {
    background-color: white !important;
    color: black !important;
    border: 1px solid #dee2e6 !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
    text-align: start !important; 
    padding-left: 20px !important; 
}
.modal-title {
    font-size: 24px !important;
}
.custom-popbtn:hover {
    background-color: #44355B !important;
    color: white !important;
}
.popbtn-size{
    font-size: 18px !important;

}
.add-top-margin{
    margin-top: 250px !important;
}
.help-docs-link {
    text-decoration: none;
    display: inline-block;
  }

  .help-docs-btn {
    display: flex;
    align-items: center;
    gap: 8px; 
    color: black;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
  }

  .help-docs-btn svg {
    width: 24px;
    height: 24px;
  }
.custom-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 115px; /* Set a fixed width */
    height: 35px; /* Set a fixed height */
    line-height: 1.5;
    white-space: nowrap;
}

.main-logo {
    max-width: 100%; 
    height: auto;
}

.powered-by {
    display: flex !important; 
    align-items: center; 
    justify-content: end !important; 
    margin-top: -31px !important;
}

.small-logo {
    width: 170px !important;
    height: auto; 
    margin-left: 8px;
}

.border-icons {
    border-radius: 17px !important;
  }
  .underline {
    text-decoration: underline !important;
}
.add-fontsize {
    font-weight: 700; 
    font-size: 18px; 
}
.b2b-badge{ 
    background-color: #FFFAEB!important;
    color: #DE7F03 !important;
    border-color: #FEDF89 !important;
}
.b2b-Paid{ 
    background-color: #ECFDF3!important;
    color: #5B8B53 !important;
    border-color: #ABEFC6 !important;
}
.b2b-red{ 
    color: red !important;
    background-color: #f8d7da!important;
    border-color: red !important;
}
.red-text {
    color: red !important;
  }  
.b2b-invited { 
    background-color: #F9FAFB!important;
    color: #344054 !important;
    border-color: #E4E7EC !important;
}
.text-demo{
    color: #FFB61D !important;
}
.text-premium{
    color: #5B8B53 !important;
}
.collapse-btn[aria-expanded="true"] .svg-icon {
    transform: rotate(90deg);
}

.card-color {
    border-radius: 20px;
    border-color: #E4E5E5 !important;
  }  
  .badge-free {
    background-color: #28a745;
    color: white;
  }
  
  .badge-unlocked {
    color: #4CA96C !important;
    border-color: #4CA96C !important;
  }
  .butn-custom {
    border-radius: 7px;
    font-weight: bold;
  }
  
.euro-button {
    padding: 12px 26px;
    font-size: 18px;
    font-weight: 600;
    background-color: #00448F;  
    color: #fff;
    border: none;
    border-radius: 9px;
    text-decoration: none; 

} 
.euro-button:hover {
    color: #fff;
    text-decoration: none; 
  }
.centered-bottom-logo {
    position: absolute;
    bottom: 40px;
  }
.no-shadow{
    box-shadow: none !important;
}
  .powered-text {
    margin: 0;
    font-size: 16px; 
    color: #667085; 
  }
.logo-page{
    background-color: #F6F6F6;
    border-radius: 10px;
    padding: 70px;
  }
  .header-speak {
    background-color: white;
    background-size: cover ;
    color: white;
    margin-bottom: -2px !important;
}
  .extra-bold-large {
    font-weight: 900;
    font-size: 60px;
}
.login-button {
    padding: 12px 26px;
    font-size: 18px;
    font-weight: 600;
    background-color: #567439; 
    color: #fff;
    border: none;
    border-radius: 9px;
    text-decoration: none; 

} 
  .login-button:hover {
    color: #fff;
    text-decoration: none; 
  }
  
.header {
    background-color: #3a82f7;
    color: white;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .lingtung-Color{
    color:#537135 !important;
  }
  .paragraphColor{
    background-color: #D8DAFD ;
    border-radius: 10px ; 
    overflow: scroll;
    min-height: 25vh;
  }
  .Additional-box {
    background-color: #EBECFF;
    border-radius: 10px;
    padding: 20px;
  }
  .Additional-title {
    color: #4A3B78;
    font-weight: bold;
  }
.borderRadius{
    border-radius: 8px !important;
  }
  .card-custom {
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
   
  }
  .full-width {
      width: 100vh;
  }
  .speak-test-report{
    max-width: 1000px !important;
  }
  .test-report{
      padding-right: 0.75rem;
      padding-left: 1rem ;
      padding-top: 1.5rem !important;
  }
  .section-title {
    font-weight: bold;
    color: #3a82f7;
  }
  .speak-ms-2{
    margin-left: 0.5rem;
  }
  .feedback-box {
    background-color: #e0f3ff;
    border-radius: 10px;
    padding: 20.2px;
  }
  .feedback-title {
    color: #3a82f7;
    font-weight: bold;
  }
  .skill-box {
    border-radius: 10px;
    padding: 21px;
    font-weight: bold;
  }
  .skill-badge{
    display: inline-block;
    padding: .35rem .65em;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    vertical-align: baseline;
    border-radius: 6px;
  }
  .skill-badge.estimated {
    background-color: #DFDFDF;
  }
  .skill-box.estimated {
    background-color: #f5f5f5;
    color: #333;
    
  }
  .skill-badge.unscored {
    background-color: #DFDFDF;
  }
  .skill-box.unscored {
    background-color: #f5f5f5;
    color: #333;
  }
  .unscored_svg_fill {
    fill: #DFDFDF;
  }
  .unscored_svg_stroke {
    stroke: black;
  }
  .skill-badge.low {
    background-color: #ffb1b1;
  }
  .skill-box.low {
    background-color: #ffd6d6;
    color: #e84117;
  }
  .low_svg_fill {
    fill: #ffb1b1;
  }
  .low_svg_stroke {
    stroke: #e83317;
  }
  .skill-badge.medium {
    background-color: #FFECB1;
  }
  .skill-box.medium {
    background-color: #fff8d6;
    color: #e8a317;
  }
  .medium_svg_fill {
    fill: #FFECB1;
  }
  .medium_svg_stroke {
    stroke: #F9A825;
  }

  .skill-badge.high {
    background-color: #C8E6C9;
  }
  .skill-box.high {
    background-color: #d6f7e6;
    color: #4ca96c;
  }
  .high_svg_fill {
    fill: #C8E6C9;
  }
  .high_svg_stroke {
    stroke: #388E3C;
  }
  .exit-btn {
    background-color: #3a82f7;
    color: white;
    border-radius: 10px ;
    padding: 6px 65px;
    font-weight: bold;
    border-color: #3a82f7;
  }
  .paragraph-color{
     background-color: #BBDEFB ;
     border-radius: 10px ; 
     height: 245px;
     overflow: scroll;
  }
  .no_cefr_level{
    height: 279px !important;
  }
.button-purple {
    background-color: #7F56D9;
    color: white;
    border: none;
    padding: 2px 10px;
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
}
.row-border {
    border: 1px solid #dee2e6; 
    border-radius: 0.25rem;
    margin-bottom: 1rem; 
    padding: 0.5rem; 
    width: 80%; 
    margin-left: auto;
    margin-right: auto; 
    padding-left: 1rem; 
}
.btn-green {
    background-color: green; 
    color: white; 
}
.btn-yellow {
    background-color: yellow; 
}
.custom-height {
    height: calc(100vh - 20vh);
}
.euro-color{
    border-radius: 10px !important;
    width: 150px !important;
}
.form-check-input:focus {
    box-shadow: 0 0 0 .25rem #9e90a9!important;
}
.b2c-pading{
    padding-left: 37px;
}
.clickable-row {
    cursor: pointer;
}
.custom_margin {
    margin-left: -4px;
  }  
 @media(max-width:4){
    .margin-remove{
        padding :0 !important;
    }
  }
  @media (max-width: 600px) {
    .speak-fs-14{
        font-size: 14px ;
    }
    .p-r {
      width: 50%; /* Adjust the width as needed */
    }
    
    .qsm-r {
      width: 16px;
      height: 16px;
    }
  }
  
  @media (max-width: 768px) {
    .md-w-100 {
        width: 100% !important; /* Ensure full width on medium screens */
    }
    .first-responsive {
        width: 41%; /* Adjust to your desired width */
    }
}

  /* CSS for hiding the second column on small screens */
/* @media (max-width: 768px) {
    .hide-col-2 th:nth-child(2),
    .hide-col-2 td:nth-child(2) {
      display: none;
    }
  } */
   /* Base styles for the table */
.responsive-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* Ensures that the table width is consistent */
  }
  .responsive-table th {
    padding: 4px 8px; /* Reduce padding between headers */
    margin: 0; /* Ensure no margin between headers */
    font-size: 1rem; /* Adjust font size if needed */
    line-height: 1.2; /* Reduce line height for more compact headers */
    text-align: left; /* Ensure the text is aligned properly */
    border-bottom: 1px solid #ddd; /* Optional: Add a border to differentiate headers */
}
  /* .responsive-table th, .responsive-table td {
    padding: 8px;
    text-align: left;
    font-size: 1rem; 
    max-width: 200px; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box; 
  } */
  
 
  /* Hide the second column for small screens */
  @media (max-width: 768px) {
    .responsive-table .hide-col-2 {
      display: none; /* Hide the second column */
    }
    .responsive-table th {
        padding: 3px 6px; /* Further reduce padding for small screens */
        font-size: 0.875rem; /* Adjust font size for smaller screens */
    }
    .responsive-table .show-col-3 {
      display: table-cell; /* Ensure the third column is visible */
    }
  
    .responsive-table th, .responsive-table td {
      padding: 6px; /* Reduced padding for smaller screens */
      font-size: 0.875rem; /* Reduced font size */
      max-width: 150px; /* Reduced maximum width */
    }
  
  
    .responsive-table .icon_padd {
      font-size: 0.875rem; /* Reduced size for icons */
    }
  }
  
  /* Extra small screens adjustments */
  @media (max-width: 480px) {
    .responsive-table th, .responsive-table td {
      font-size: 0.75rem; /* Further reduced font size */
      max-width: 120px !important; /* Further reduced maximum width */
      padding: 4px !important;/* Further reduced padding */
    }
    .responsive-table th {
        /* padding: 2px 4px !important; */
        padding: 0 !important; 
        font-size: 0.75rem; /* Reduce font size further */
    }

    .responsive-table th {
      font-size: 0.875rem; /* Smaller font size for headers */
    }
  
    .responsive-table .icon_padd {
      font-size: 0.75rem; /* Further reduced size for icons */
    }
  }
  /* Make the table layout auto for dynamic column width adjustment */
.responsive-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto; /* Allows table to resize when columns are hidden */
}

/* General table header and cell styling */
.responsive-table th, .responsive-table td {
    padding: 8px;
    text-align: left;
    font-size: 1rem;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

/* Hide specific columns for small screens (both header and body) */
@media (max-width: 768px) {
    .responsive-table .hide-col-2 {
        display: none; /* Hide both th and td of the second column */
    }
    
    /* Adjust padding and font size for small screens */
    .responsive-table th, .responsive-table td {
        padding: 6px;
        font-size: 0.875rem;
        max-width: 150px;
    }

    .responsive-table th {
        font-size: 1rem;
    }
}

/* Extra small screens adjustments */
@media (max-width: 480px) {
    .responsive-table th, .responsive-table td {
        padding: 0px !important;
        font-size: 0.75rem;
        max-width: 120px !important;
    }

    /* .responsive-table th {
        font-size: 0.875rem;
    } */
}

/* Optional: Adjust column widths based on visible content */
.responsive-table td, .responsive-table th {
    width: auto; /* Allow columns to shrink based on their content */
}

.btn_minheight{
    min-height: 95px !important;
}
.btn_a2{
    background-color: #6c1e36 !important;
    color: white !important;
    border-color: #6c1e36 !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
}
.btn_b1{
    background-color: #ff590a !important;
    color: white !important;
    border-color: #ff590a !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
}
.btn_b2{
    background-color: #2c6551 !important;
    color: white !important;
    border-color: #2c6551 !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
}
.btn_c1{
    background-color: #00426c !important;
    color: white !important;
    border-color: #00426c !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
}
.btn_c2{
    background-color: #6b4f75 !important;
    color: white !important;
    border-color: #6b4f75 !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
}

.b2english{
    background-color: white !important;
    color: rgb(38,99,81) !important;
    border-color: rgba(171, 239, 198, 1);
}
.c1english{
    background-color: white !important;
    color: rgb(0,72,106) !important;
    border-color: rgb(162, 226, 243) ;
}
.c2english{
    background-color: white !important;
    color: rgb(106,79,111) !important;
    border-color: rgb(232, 179, 242);
}
.b2reading{
    background-color: white !important;
    color: rgb(87,150,84) !important;
    border-color: rgb(181, 233, 178);
}
.c1reading{
    background-color: white !important;
    color: rgb(0,103,130) !important;
    border-color: rgb(167, 228, 243);
}
.c2reading{
    background-color: white !important;
    color: rgb(141,78,111) !important;
    border-color: rgb(240, 153, 198);
}
.b2listening{
    background-color: white !important;
    color: rgb(66,134,122) !important;
    border-color: rgb(138, 242, 223);
}
.c1listening{
    background-color: white !important;
    color: rgb(50,110,179) !important;
    border-color: rgb(156, 195, 239);
}
.c2listening{
    background-color: white !important;
    color: rgb(211,70,108) !important;
    border-color: rgb(240, 175, 192);
}
.b2writing{
    background-color: white !important;
    color: rgb(159,187,125) !important;
    border-color: rgb(220, 237, 200);
}
.c1writing{
    background-color: white !important;
    color: rgb(0,157,204) !important;
    border-color: rgb(170, 226, 243);
}
.c2writing{
    background-color: white !important;
    color: rgb(215,134,135) !important;
    border-color: rgb(226, 197, 198);
}
.test-h {
    position: relative;
}
.mrgn{
    margin-top: 8px;
}
.pading{
    padding-left: 100px;
}
.cstom-toltip {
    display: none;
    position: absolute;
    color: black;
    text-align: center;
    top: 100%; 
    left: 0;
    white-space: normal;
    z-index: 9999; 
    background-color: white;
    padding: 5px; 
    border: 1px solid #ccc;
    max-width: 250px; 
}

.test-h:hover .cstom-toltip {
    display: block;
}

.reduced-border-top {
    position: relative;
    width: 81%; 
    border-top:1px solid #dee2e6!important;
}

.custom-btn {
    padding-top: 4px; 
}
  
.icon_b2c {
    margin-left: 4px;
}

.upgrade-colr {
    margin-left: 4px;
    border-color: #ffc107;
    background-color: #ffc107;
}

.euro-table {
    position: relative;
 }

.euro-menu { 
    transform: translate3d(-157px, -180px, 0px) !important;
    inset: unset !important;
  }
.euro-menu-first { 
    transform: translate3d(-157px, -130px, 0px) !important;
    inset: unset !important;
  }
.euro-menu-last  { 
    transform: translate3d(-157px, -180px, 0px) !important;
    inset: unset !important;
  } 
.speak-menu { 
    transform: translate3d(-157px, -80px, 0px) !important;
    inset: unset !important;
  }
/* Default styles for larger screens */
.performance-table-spacing th, .performance-table-spacing td {
    display: table-cell;
}

/* Hide specific columns on small screens */
@media (max-width: 767.98px) {
    .performance-table-spacing th:nth-child(2),  /* Duration column */
    .performance-table-spacing td:nth-child(2),  /* Duration column */
    .performance-table-spacing th:nth-child(3),  /* Status column */
    .performance-table-spacing td:nth-child(3),  /* Status column */
    .performance-table-spacing th:nth-child(5),  /* Deadline column */
    .performance-table-spacing td:nth-child(5),  /* Deadline column */
    .performance-table-spacing th:nth-child(6),  /* Time Spent column */
    .performance-table-spacing td:nth-child(6) {  /* Time Spent column */
        display: none;
    }

    .performance-table-spacing th:nth-child(4),  /* Average Score column */
    .performance-table-spacing td:nth-child(4) {  /* Average Score column */
        display: table-cell;
    }

    .performance-table-spacing td:nth-child(1) {
        width: 100%;
    }

    .performance-table-spacing {
       
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .performance-table-spacing th:nth-child(2),  /* Duration column */
    .performance-table-spacing td:nth-child(2),  /* Duration column */
    .performance-table-spacing th:nth-child(3),  /* Status column */
    .performance-table-spacing td:nth-child(3),  /* Status column */
    .performance-table-spacing th:nth-child(5),  /* Deadline column */
    .performance-table-spacing td:nth-child(5),  /* Deadline column */
    .performance-table-spacing th:nth-child(6),  /* Time Spent column */
    .performance-table-spacing td:nth-child(6) {  /* Time Spent column */
        display: none;
    }

    .performance-table-spacing th:nth-child(4),  /* Average Score column */
    .performance-table-spacing td:nth-child(4) {  /* Average Score column */
        display: table-cell;
    }

    .performance-table-spacing td {
        padding: 8px;
        font-size: 12px;
    }

    .performance-table-spacing td:nth-child(1) {
        width: 100%;
    }

    .performance-table-spacing {
        
        font-size: 12px;
    }
}

.text-dark {
    font-size: 1rem; /* Default text size */
}

/* Styles for mobile screens (320px to 687px) */
@media (max-width: 687px) {
   

    .text-dark {
        font-size: 0.875rem; /* Smaller text size */
    }

  
}

/* Additional styles for extra-small screens (up to 320px) */
@media (max-width: 320px) {
   

    .text-dark {
        font-size: 0.75rem; /* Even smaller text size */
    }

   
}
@media (max-width: 767.98px) {
    .performance-table-spacing td:nth-child(2) {
        text-align: center; 
        width: 20%;
    }


    .performance-table-spacing td:nth-child(1) {
        width: 40%; 
    }

   
    .performance-table-spacing td {
        width: auto; 
    }


    .performance-table-spacing td:last-child {
        text-align: center; 
    }

  
}


.custom-margin {
    margin-right: 11px;
  
}
.std_table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
  }
  .td-test-h {
    display: flex;
    align-items: center;
  }
  .std_table th {
    font-size: 14px; 
    padding: 8px 12px; 
  }
  .std_table td {
    font-size: 14px; 
    padding: 8px 12px; 
  }
  .std-iconp {
    padding: 0.5rem !important; 
  }
  @media (max-width: 450px) {
    .leftPadding{
        padding-left: 15px !important;
    }
    .Padingleft{
        padding-left: 30px !important;
    }
    .std-iconp {
      padding: 0.25rem !important; 
    }
  }
  @media (min-width: 1024px) {
    .std_table th {
      font-size: 16px;
      padding: 6px 10px; 
    }
    .std_table td {
      font-size: 16px; 
      padding: 6px 10px; 
    }
    .unlocked-btn {
      font-size: 16px; 
      padding: 6px 10px; 
      width: auto; 
      /* min-width: 90px;  */
    }
  }
  .std_table td:first-child {
    width: 20%; 
  }
  @media (min-width: 320px) and (max-width: 767px) {
    .std_table td:first-child {
        width: 30%; 
      }
    .std_table td:nth-child(2) {
      font-size: 12px; 
      padding: 2px 4px; 
    }
    .std_table td svg {
        width: 16px;
        height: 16px; 
      }
    .std_table td svg {
      width: 16px; 
      height: 16px; 
    }
    .std_table td .fw-600.fs-6 {
      font-size: 12px !important; 
      margin-left: 4px !important; 
      white-space: nowrap; 
    }
    .std_table th {
      font-size: 12px !important; 
      padding: 4px 6px !important; 
      white-space: nowrap; 
    }
    .unlocked-btn {
      font-size: 12px;
      padding: 4px 6px !important; 
    }
    .std_table td {
      font-size: 12px; 
    }
    /* Hide 'Test Deadline', 'Status', and 'Time Spent' columns including headers */
    .std_table th:nth-child(3),
    .std_table th:nth-child(5),
    .std_table th:nth-child(6),
    .std_table td:nth-child(3),
    .std_table td:nth-child(5),
    .std_table td:nth-child(6){

      display: none;
    }
  }
.code-input {
    width: 70px;
    height: 68px;
    border: 2px solid  #013E9D ;
    text-align: center;
    margin-right: 12px;
    border-radius: 11px;
    font-size: 2.5rem;
    color:  #013E9D;
}
.copy-invite-placeholder {
    position: fixed;
    top: 70px;
    right: 20px;
    background-color: var(--background-color);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
    z-index: 1000;
  }
.copy-placeholder {
    position: absolute;
    margin-right: 5px;
    padding: 3px 8px;
    font-size: 12px;
    color: #475467;
    display: none;
}
.free-btn {
    color: #fff !important;
    border-color: #4CA96C !important;
    background-color: #4CA96C !important;
}
.re-attempt{
    border-radius: 8px;
    padding: 2px 12px;
    border-width: 2px;
}
.upgrade-btn {
    color: #000000 ;
    border-color: #FFB61D ;
    background-color: #FFB61D !important;
}
.upgrade-btn:hover {
    background-color: #FFB61D;
    color: #000000;
}
.free-btn:hover {
    background-color: #4CA96C;
    color: white;
}
.eurotest-btn{
    padding: 2px 12px;
    border-radius: 8px;
    border-width: 2px !important;
}
.unlocked-btn {
    color: #4CA96C;
    border-color: #4CA96C;
    background-color: white;
    border-width: 2px;
    border-style: solid;
    padding: 2px 12px;
    border-radius: 8px;
}
.unlocked-btn:hover {
    background-color: #4CA96C;
    color: white;
}
.modl-btn {
    width: 165px;
    border: 1px solid lightgray;
    border-radius: 8px; 

}
.code-title {
    margin-top: -11px !important;
  }
  
.margin-left {
    margin-left: 135px !important;
  }
  
.modl-btun {
    width: 165px;
    border-radius: 8px; 

}
.modl-button {
    width: 140px;
    border-radius: 8px;
}
.confrm-button {
    border-radius: 8px;
}
.item{
    margin-left: 205px;
}
.clickable-icon {
    position: relative;
    z-index: 10;
}
.bordr{
    border: 1px solid lightgray;
}
.code-input:last-child {
    margin-right: 0;
}
/* Remove border from modal */
.table-header {
    border-top: 1px solid gray; /* Use the same color for the top border */
  }
  
  .table-header th, .table-header td {
    border-bottom: 1px solid gray; /* Ensure bottom borders are the same */
  }
  
  .t-table tr, .t-table th, .t-table td {
    border-top: 1px solid gray; /* Ensure top borders for rows and cells are the same */
  }
  
.modal-content-no-border {
    border: none;
    border-radius: 11px; /* Optional rounded corners */
}

/* Font sizes */
.create-code-title {
    font-size: 18px;
}

.code-description {
    font-size: 14px;
}

.price-per-code,
.modal-button {
    font-size: 16px;
}

/* Text colors */
.text-tertiary {
    color: #6c757d; /* Example color for tertiary text */
}

.text-secondary {
    color: #495057; /* Example color for secondary text */
}

/* Button styles */
.modal-button {
    width: 240px;
    border: 1px solid lightgray;
    border-radius: 8px; /* Optional rounded corners */

}

.cancel-button {
    background-color: transparent;
    border-radius: 8px; /* Option1al rounded corners */
    border: 1px solid lightgray !important ;


}

.confirm-button {
    background-color: #007bff; /* Adjust this to your preferred color */
    color: white;
}

/* Border around C1 */
.border-grey {
    border: 1px solid lightgray;
    padding: 4px 8px; /* Optional padding for better appearance */
    border-radius: 8px; /* Optional rounded corners */
}

.form-selection{
    background-image: url(../img/pros_dropdown.png) !important;
    border: 1px solid #ced4da !important;
    background-size: 11px 7px  !important; 
}
.mark-img {
    display: none;
    background: rgba(249, 250, 251, 1) url(../img/img14.png) no-repeat;
    background-size: contain;
    background-position: center; 
    width: 12px;
    height: 22px;
    float: right; 
}
.level{
    background-color: transparent !important;
    border: #747474 !important;
    border-radius: 5px !important;
}
.color{
    background: rgba(249, 250, 251, 1);
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 0.25rem;
}
.dropdown____widt {
    width: 100%  !important;
}

.abc.show {
    border-color: var(--background-color) !important;
    box-shadow: none;
}
.abc {
    border-color: rgba(208, 213, 221, 1)  !important    ; 
    box-shadow: none  !important;
}
.radius{
    border-radius: 8px !important;
}
.width-custom {
    width: 200px !important; 
   
}
.mark-img.active {
    display: inline-block; 
    margin-right: -8px;
    margin-right: 0.5rem;
}
.test-btn {
    box-shadow: 0 0 17px black;
    animation: pulsate 1s ease-out infinite;
}
@keyframes pulsate {
    0%   { box-shadow: 0 0 0 black; }
    50%  { box-shadow: 0 0 17px black; }
    100% { box-shadow: 0 0 0 black; }
}
.rounded-badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .95em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1rem;
    border: 1px solid;
}
.inprogress-badge{
    background-color: #fff4e5 !important;
    color: #FBAE3E !important;
    border-color: #ffd38e;
}
.new-badge{
    background-color: rgba(239, 248, 255, 1) !important;
    color: rgba(23, 92, 211, 1) !important;
    border-color: rgba(178, 221, 255, 1);
}
.not-comp-badge{ 
    background-color: rgba(249, 250, 251, 1) !important;
    color: rgba(52, 64, 84, 1) !important;
    border-color: rgba(228, 231, 236, 1);
}
.comp-badge{ 
    background-color: rgba(236, 253, 243, 1) !important;
    color: rgba(6, 118, 71, 1) !important;
    border-color: rgba(171, 239, 198, 1);
}
.badge-info{
    background-color: rgba(249, 250, 251, 1) !important;
    color: rgba(52, 64, 84, 1) !important;
    border-color: rgba(228, 231, 236, 1);
}
.custom-col {
    position: relative;
}

.custom-col:nth-child(odd) {
    border-right: 1px solid rgba(228, 229, 229, 1);
    padding-right: 2.5rem ;
}

.custom-col:nth-child(even) {
     padding-left: 2.5rem;
}
.main_laptop_screen {
    min-height: 450px;
    max-height: 600px;
    height: 100vh;
    padding-right: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.laptop_img {
    background-image: url(../img/pe_laptop.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.laptop_screen {
    width: 79%;
    height: 79%;
    position: absolute;
    top: 9%;
    left: 11%;
    overflow: hidden;
    border-radius: 2px;
}

.td-test-h{
    display: flex;
    align-items: center;
    min-height: 45px ;
}
.speak-td-test-h{
    display: flex;
    align-items: center;
    min-height: 50px ;
}
.list-h-40{
    height: 37px;
    max-width: 1000px;
    margin: 0 auto;
}
.lg-pe-5{
    padding-right: 3rem ;
}

@media (max-width: 1200px) {
    .main_laptop_screen {
        min-height: 400px;
        max-height: 500px;
    }
}

@media (max-width: 991px) {
    .main_laptop_screen {
        min-height: 350px;
        max-height: 450px;
        padding-right: 0;
    }
    
    .laptop_img {
        background-size: contain;
        max-width: 800px;
    }
}

@media (max-width: 768px) {
    .main_laptop_screen {
        min-height: 300px;
        max-height: 400px;
    }
    
    .laptop_img {
        max-width: 600px;
    }
}

@media (max-width: 576px) {
    .main_laptop_screen {
        min-height: 250px;
        max-height: 350px;
    }
    
    .laptop_img {
        max-width: 100%;
    }
}

.modal-custom-image {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 0;
}
.remove_class_create {
    background: none;
    border: none;
}
.text-tertiary {
    color: #6c757d;
}
.text-custom-color {
    color: #414651;
}

iframe {
    width: 100%;
    height: 100%;
}
.fs-60{
    font-size: 60px !important;
}
.fs-64{
    font-size: 64px !important;
}
.bc_logo_h{
    height: 90px;
}
.bc-menu{
    display: inline-grid;
}
.bc-main{
    display: flex;
}
.bc-mobile-main{
    display: none;
}
.banner_img{
    height: 508px;
    width: 520px;
}
.sm-fs-2{
    font-size: 32px !important;
}
.p-home{
    padding-left: 1rem;
    padding-top: 1rem;
}
.danger-txt-line-through {
    text-decoration: line-through;
    text-decoration-color: #ee3b3b;
}
.logo_text{
    margin-top: -10px;
    padding-left: 5.9em;
}
.pe-fs-1{
    font-size: 2.4rem !important;
}
.text-purple{
    color: rgba(86, 61, 100, 1) !important;
}
.border-color-purple {
    border-color: rgba(86, 61, 100, 1) !important;
}
.btn-purple,  .badge-purple{
    background-color: rgba(86, 61, 100, 1) !important;
    color: #fff !important;
    border-color: rgba(86, 61, 100, 1);
}
.border-purple {
    border-color: rgba(86, 61, 100, 1) !important;
}
.border-C2 {
    border-color: rgba(103, 80, 114, 1) !important;
}
.bg-C2 {
    background-color: rgba(103, 80, 114, 0.05) !important
}
.btn-C2 {
    background-color: rgba(103, 80, 114, 1) !important;
    color: #fff !important;
    border-color: rgba(103, 80, 114, 1);
}
.border-C1 {
    border-color: rgba(25, 65, 105, 1) !important;
}
.bg-C1 {
    background-color: rgba(25, 65, 105, 0.05) !important
}
.btn-C1 {
    background-color: rgba(25, 65, 105, 1) !important;
    color: #fff !important;
    border-color: rgba(25, 65, 105, 1);
}
.btn-subscribed {
    background-color: #4CA96C !important;
    color: #fff !important;
    border-color: #4CA96C;
    opacity: 1 !important;
}

.border-B1 {
    border-color: rgb(234, 88, 12, 1) !important;
}
.btn-B1 {
    background-color: rgb(234, 88, 12, 1) !important;
    color: #fff !important;
    border-color: rgb(234, 88, 12, 1);
}
.bg-B1 {
    background-color: rgba(234, 88, 12, 0.05) !important
}
.border-B2 {
    border-color: rgba(59, 100, 81, 1) !important;
}
.btn-B2 {
    background-color: rgba(59, 100, 81, 1) !important;
    color: #fff !important;
    border-color: rgba(59, 100, 81, 1);
}
.bg-B2 {
    background-color: rgba(59, 100, 81, 0.05) !important
}
.border-bottom-light{
    border-bottom: 1px solid #747474 !important;
}
.bg-content{
    background-color: rgba(244, 243, 245) !important;
}
.bg-dark-gray{
background-color: #5C666F !important;
}
.bg-purple{
    background-color: rgba(86, 61, 100, 1) !important;
    color: white !important;
}
.s-fs-85 {
    font-size: 60px !important;
}
.s-fs-60 {
    font-size: 60px !important;
}
.sm-fs-5{
    font-size: 20px !important;
}
.sm-fs-18{
    font-size: 16px;
}
.h-60 {
    height: 60% !important;
}
.smpx-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
.h-70 {
    height: 70% !important;
}
.sm-fs-19 {
    font-size: 19px !important;
}
.sm-fs-40 {
    font-size: 40px !important;
}
.sm-img-width {
    width: 75% !important;
}
.sm-pt-5{
    padding-top: 3rem !important;
}
.logo-height{
    height: 36px;
}
.quizy-logo-h{
    height: 45px;
}
.fs-30 {
    font-size: 30px !important;
}
.xsm-fs-6{
    font-size: 14px;
}
.sm-fs-5 {
    font-size: 20px ;
}
.sm-fs-14 {
    font-size: 14px;
}
.btn-sm-fs-5 {
    font-size: 20px ;
}
.col-xsm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
    padding-left: 1rem;
}
.col-xsm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}
.sm-px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.sm-px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.sm-p-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.rounded-7 {
    border-radius: 1.5rem !important;
}
.top-rounded-7 {
    border-radius: 1.4rem 1.4rem 0 0 !important;
}
.bottom-rounded-7 {
    border-radius: 0 0 1.4rem 1.4rem !important;
}
.bg-footer {
    background-color: var(--home-bg-color) !important;
}
.mobile-banner-background {
    background-image: url(../img/background-banner.png);
    color: #fff !important;
}
.banner-background {
    background-image: url(../img/background-banner.png);
    background-size: cover ;
    color: #fff !important;
}
.bg-pe-content {
    background-image: url(../img/bg_pe_content.png);
    background-size: cover ;
    background-color: rgba(91, 60, 102, 0.02) !important;
}
.bg-pe-banner {
    background-image: url(../img/bg_pe_banner.png);
    background-size: cover ;
    background-color: rgba(91, 60, 102, 0.02) !important;
}
.pe-mobile-banner {
    background-image: url(../img/pe-banner-background.png);
    color: #fff !important;
}
.signin-modalp{
    padding: 3rem;
}
.icon_padd{
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}
@media (min-width: 1799px) and (max-width:1899px)  {
    .banner-background {
        background-image: url(../img/background-banner.png);
        background-size: contain;
        height: 650px;
        color: #fff !important;
    }
    .pe-banner-background {
        background-image: url(../img/pe-banner-background.png);
        background-size: contain;
        height: 650px;
        color: #fff !important;
    }
}
@media (min-width: 1900px)  {
    .banner-background {
        background-image: url(../img/background-banner.png);
        background-size: contain;
        height: 680px;
        color: #fff !important;
    }
    .pe-banner-background {
        background-image: url(../img/pe-banner-background.png);
        background-size: contain;
        height: 680px;
        color: #fff !important;
    }
}
.card-background {
    background-image: url(../img/card_background.png);
    background-size: cover ;
}
.quizy-card-background {
    background-image: url(../img/n-quizy-bg-card.png);
    background-size: cover;
}
.header-background {
    background-image: url(../img/header_background.png);
    background-size: cover ;
    color: white;
    margin-bottom: -2px !important;
}
.pe-header-background{
    background-image: url(../img/pe-header-background.png);
    background-size: cover ;
    color: white;
    margin-bottom: -2px !important;
}
@media (min-width: 1799px) and (max-width:1899px)  {
    .card-background {
        background-image: url(../img/card_background.png);
        background-size: cover;
    }
}
@media (min-width: 1900px)  {
    .card-background {
        background-image: url(../img/card_background.png);
        background-size: cover;
    }
}
.btn-blue,  .badge-blue, .bg-blue{
    background-color: rgb(1 129 255) !important;
    color: #fff !important;
    border-color: rgb(1 129 255);
}
.text-blue{
    color: rgb(1 129 255) !important;
    text-decoration: none;
}
.triangle-down {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #FFB61DFF;
}
.secondary-hero-width{
    width: 900px;
}
.novium-home-card {
    height: 400px;
    width: 330px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(139 141 141 / 80%);
    border-radius: 12px;
}
.quizy-home-card {
    height: 400px;
    width: 345px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(139 141 141 / 80%);
    border-radius: 12px;
}
.navbar-light .navbar-nav .nav-link.pe-nav-link.active{
    color: #000000 !important;
    border-bottom: 3px solid rgba(86, 61, 100, 1);
    font-weight: 700 !important;
    height: 52px;
}
.navbar-light .navbar-nav .nav-link.novium-nav-link.active{
    color: #000000 !important;
    border-bottom: 3px solid rgb(1 129 255);
    font-weight: 700 !important;
    height: 52px;
}
.btn-test-success {
   background-color: white !important;
   border-color:  rgba(76, 169, 108, 0.8) !important;
   color:  rgba(76, 169, 108, 0.8) !important;
}
.bg-test-success {
    background-color: rgba(76, 169, 108, 0.8) !important;
    color:  white !important;
}
.btn-submission-success {
    background-color: rgba(76, 169, 108, 1) !important;
    color:  white !important;
    border-color: rgba(76, 169, 108, 1)  !important;
    font-weight: 600 !important;
}
.btn-light-black {
    background-color: #5C666F !important;
    color: white !important;
    border-color: #5C666F ;
    background-size: 24px !important;
}
.bg-light-sky {
    background-color: var(--table-header-color) !important;
    border-radius: 0.4rem 0.4rem 0rem 0rem;
}
/* .mb-header-1 {
    margin-bottom: 0.45rem !important;
} */
.login-dropdown-menu {
    top: 87%;
    min-width: 7.34rem !important;
    margin: 0 !important;
    border-radius: 0 0 0.3rem 0.3rem !important;
}
@media (min-width:1200px) {
    .sm-fs-18{
        font-size: 18px !important;
    }
    .td-pe-2 {
        padding-right: 0.8rem !important;
    }
 .header-nowrap{
    white-space: nowrap !important;
 } 
 .xl-pe-4 {
    padding-right: 1.5rem !important;
 }
 .xl-w-75 {
    width: 75% !important;
 }
 .novium-home-card {
    height: 445px !important;
    width: 330px !important;
}
.quizy-home-card {
    height: 445px !important;
    width: 345px !important;
}
}
.lg-logo-display {
    display: block;
}
.sm-logo-display {
    display: none;
}
.smb-4 {
    margin-bottom: 1.5rem!important;
}
.lg-pb-3{
    padding-bottom: 0.5rem;
}
@media (max-width:630px) {
    .logo-height{
        height: 32px;
    }
    .hero-background{
        background-image: none !important;
        background-color: rgb(86,62,100);
    }
    .sm-fs-5{
        font-size: 16px !important;
    }
.col-xsm-8 {
    flex: 0 0 auto;
    width: 100%;
    padding-left: 0rem !important;
}
.lg-logo-display {
    display: none !important;
}
.sm-logo-display {
    display: block !important;
}
.smb-4 {
    margin-bottom: 0 !important;
}
.smpx-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.smpe-2 {
    padding-right: 0.5rem !important;
}
.card-h-75{
    height: 55px !important;
}
.test-card {
    border: 1px solid #d7d7d7!important;
    border-radius: 0.5rem;
    position: relative;
    min-height: 171px;
    max-height: 171px;
}
.logo-height{
    height: 28px;
}
.quizy-logo-h{
    height: 28px;
}
.gpx-1{
    padding-left: 0.4rem!important;
    padding-right: 0.4rem!important;
    margin-bottom: 0px !important;
  }
.smpx-5 {
padding-right: 0px !important;
padding-left: 0px !important;
}
.sm-p-5{
    padding: 1.5rem  !important;
}
.cc-window.cc-banner{
    font-size: 10px !important;
    display: block !important;
}
}
@media (max-width:680px) {
    .col-xsm-7 {
        flex: 0 0 auto;
        width: 100%;
    }
    .md-lg-display{
        display: none;
    }
    .sm-text-start{
        text-align: start !important;
    }
    .sm-justify-start{
        justify-content: start !important;
    }
    .xsm-fs-6{
        font-size: 10px !important;
    }
    /* .icon_padd{
        padding-left: 0rem;
        padding-right: 0rem;
    } */
}
@media (max-width:390px) {
    .sm-p-1 {
        padding-right: 0.25rem !important;
        padding-left: 0 !important;
    }
}
@media (max-width:370px) {
    .col-xsm-8 {
        flex: 0 0 auto;
        width: 100%;
        padding-left: 0rem !important;
    }
    .md-lg-display{
        display: none;
    }
    .sm-fs-5 {
        font-size: 16px !important;
        padding-right: 0.5rem !important;
    }
    .sm-fs-14 {
        font-size: 14px;
    }
    .btn-sm-fs-5 {
        font-size: 16px !important;
    }
    .sm-px-3 {
        padding-right: 0.5rem!important;
        padding-left: 0.5rem!important;
    }
    .sm-px-2 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .novium-home-card {
        height: 400px !important;
        width: 280px !important;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgb(139 141 141 / 80%);
        border-radius: 12px;
    }
    .quizy-home-card{
        height: 400px !important;
        width: 280px !important;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgb(139 141 141 / 80%);
        border-radius: 12px;
    }
}
.sm-p-5{
    padding: 3rem;
}
.trusted {
    color: rgba(70, 70, 70, 1) !important;
}
.fs-48 {
    font-size: 48px !important;
}
.gradingly-border {
    position: relative;
  }
.gradingly-border:after {
    content: " ";
    position: absolute;
    border-left: 2px #bbb solid;
    top: -12px;
    right: 19px;
    height: 300px;
    margin-top: auto;
    margin-bottom: auto;
}

.bordertopdot {
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 25px 14px 0px 18px;
  }
  .borderbottomdot {
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 282px 0px 0px 18px;
  }
  .overlap-width {
    width: 42px !important;
  }
.nav-pills .gradingly-link.active {
    color: #2f56a1 !important;
    background-color: #F8F8F8 !important;
    font-weight: 600 !important;
}
.arrow-set {
    margin-left: -21px;
    margin-top: 11px;
}
.contact-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 2em !important;
    opacity: 1;
    margin: 1.5rem auto;
    background: transparent;
}
.dropdown-scroll {
    max-height: 200px !important;
    overflow-y: auto; 
}
.contact-text:before {
    content: '';
    background: #E4E5E5;
    position: absolute;
    left: 25%;
    top: 50%;
    width: 50%;
    height: 2px;
    }
.contact-text:after {
    content: 'Or contact us';
    position: relative;
    display: inline-block;
    color: black;
    font-size: 20px;
    padding: 0 .5em;
    line-height: 1.5em;
    color: black;
    font-style: italic;
    background-color: #F8F8F8;
}
.or-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 2em !important;
    opacity: 1;
    margin: 1rem 0rem auto;
    background: transparent;
}
.or-text:before {
    content: '';
    background: #E4E5E5;
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
    height: 1px;
}
.or-text:after {
    content: 'or';
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 0.5em;
    line-height: 1.8em;
    color: black;
    background-color: #fff;
}
.iti--allow-dropdown {
    width: 100%;
}
#waitlistload {
    position: absolute;
    top: 1em;
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url(../img/tenor.gif);
    background-repeat: no-repeat;
    background-position: center;
}
#q_contactload {
    position: absolute;
    top: 0em;
    display: none;
    left: 6em;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url(../img/tenor.gif);
    background-repeat: no-repeat;
    background-position: center;
}
#contactload {
    position: absolute;
    top: 135em;
    display: none;
    left: 340px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url(../img/tenor.gif);
    background-repeat: no-repeat;
    background-position: center;
}
#dcontactload {
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url(../img/tenor.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.quiz-detail {
   max-width: 874px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
.bg-testcontent {
    background-image: linear-gradient(180deg, white 60%, #F8F8F8 40%)
}
.sg-time {
    background-color: white;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-radius: 4px;
}
.border-bottom-0 {
    border-bottom: 0!important;
}
.border-top-0 {
    border-top: 0!important;
}
.quiz-bottom-border {
    border-bottom: 1px solid lightgray;
}
.sm-me-5 {
    margin-right: 3rem!important ;
}
.sm-pe-5 {
    padding-right: 3rem!important ;
}
.sm-pe-4 {
    padding-right: 1.5rem !important;
}
.sm-ps-3 {
    padding-left: 1rem;
}
.sm-ps-4 {
    padding-left: 1.5rem !important;
}
.s-mt-3 {
    margin-top: 1rem !important;
}
.sm-px-4{
    padding-right: 12px !important;
    padding-left: 12px !important;
}
.sm-md-display {
    display: none;
}
.lg-md-display {
    display: block;
}
.sm-mb-4 {
    margin-bottom: 1.5rem  !important;
}
.sm-flex{
    display: flex !important;
}
.sm-ps-5{
    padding-left: 3rem !important;
}
.lg-whitepaper-display{
    display: block ;
}
.sm-metric-display {
    display: none;
}
.lg-metric-display {
    display: flex;
}
.lg-text-center{
    text-align: center !important;
}
.sm-mt-5 {
    margin-top: 3rem !important;
}
.sm-box{
    padding: 3rem  !important;
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.td-pe-2 {
    padding-right: 0.5rem;
}
.list_text_nowrap{
    white-space: nowrap;
}
@media (max-width:990px){
    .feature-column {
        padding: 10px 50px !important;
    }
    .main_laptop_screen{
        height: auto;
        padding-right: 0rem;
        display: flex;
        justify-content: center;
    }
    .speak-content-width{
        width: 100% !important;
    }
    .list_text_nowrap{
        white-space: wrap;
    }
    .list-h-40{
        height: 100%;
    }
    .lg-pe-5{
        padding-right: 0.5rem !important ;
    }
    #q_contactload{
        left: 0px;
    }
    .laptop_img{
        width: 500px;
        height: 360px;
    }
    .test-report{
        padding-right: 0.75rem;
        padding-left: 1rem ;
        padding-top: 1.5rem !important;
    }
    .signup-p-0{
        padding: 0rem !important;
    }
    .signin-modalp{
        padding: 1.5rem !important;
    }
    .pe-px-2{
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .pe-px-3{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .pe-pb-3{
        padding-bottom: 1rem !important;
    }
    .sm-metric-display {
        display: flex;
    }
    .lg-metric-display {
        display: none;
    }
    .sm-md-display {
        display: block;
    }
    .lg-md-display {
        display: none;
    }
    .sm-pt-5{
        padding-top: 0 !important;
    }
    .s-fs-60 {
        font-size: 40px !important;
    }
    .s-fs-85 {
        font-size: 40px !important;
    }
    .sm-fs-19 {
        font-size: 16px !important;
    }
    .sm-fs-40 {
        font-size: 32px !important;
    }
    .sm-img-width {
        width: 100% !important;
    }
    .sm-text-center{
        text-align: center !important;
    }
    .lg-text-center{
        text-align: start !important;
    }
    .sm-justify-content-center{
        justify-content: center !important;
    }
    .sm-pe-5 {
        padding-right: 0.25rem!important;
        padding-left: 0.25rem!important;
    }
    .sm-pe-4 {
        padding-right: 0.8rem!important;
    }
    .sm-ps-4 {
        padding-left: 0rem !important;
    }
    .sm-ps-3 {
        padding-left: 0rem !important;
    }
    .sm-pt-4 {
        padding-top: 1.5rem !important;
    }
    .sm-pt-3 {
        padding-top: 1rem !important;
    }
    .fs-48 {
        font-size: 32px !important;
    }
    .s-mt-3 {
        margin-top: 0 !important;
    }
    .sm-me-5 {
        margin-right: 0!important ;
    }
    .sm-mb-4 {
        margin-bottom: 0px  !important;
    }
    .sm-flex{
        display: block !important;
    }
    .sm-form-rounded {
        border-radius: 1.5rem !important;
    }
    .contact-text:before {
        content: '';
        background: #E4E5E5;
        position: absolute;
        left: 7%;
        top: 50%;
        width: 85%;
        height: 2px;
    }
    .sm-ps-5{
        padding-left: 0.8rem !important;
    }
    .lg-whitepaper-display{
        display: none;
    }
    .sm-mt-5 {
        margin-top: 1.5rem !important;
    }
    .cc-window.cc-banner{
        font-size: 10px !important;
    }
    .sm-px-4{
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .sm-box{
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
        margin-top: 0 !important;
        margin-bottom: 3rem !important;
    }
    .bc-main{
        display: none;
    }
    .bc-mobile-main{
        display: flex;
    }
    .bc-menu{
        display: none;
    }
    .p-home{
        padding-top: 0px;
    }
 }
 @media (min-width: 992px) and (max-width:1180px)  {
    .lg-pe-5{
        padding-right: 1.5rem !important;
    }
    .test-title-card {
        min-height: 130px;
        max-height: 130px;
        min-width: 150px;
        max-width: 150px;
        background-size: cover;
    }
    .test-card{
        min-height: 165px;
        max-height: 165px;
    }
    .b2c-card {
        min-height: 120px;
        max-height: 120px;
      }
    .b2c-title-card{
        min-height: 80px;
        max-height: 80px;
        min-width: 93px;
        max-width: 93px;
        background-size: cover;
    }
    .btn-fs-14{
        font-size: 14px;
    }
    .sm-fs-5{
        font-size: 16px !important;
    }
    .card-h-75{
        height: 50px !important;
    }
    .card-h-40{
        height: 35px !important;
    }
    .b2c-h-65 {
        height: 45px;
    }
    .b2c-h-37 {
        height: 30px;
    }

 }
 @media (min-width: 1181px) and (max-width:1300px)  {
    .test-title-card {
        min-height: 150px;
        max-height: 150px;
        min-width: 175px;
        max-width: 175px;
        background-size: cover;
    }
    .b2c-card {
        min-height: 140px;
        max-height: 140px;
    }
    .b2c-title-card{
        min-height: 95px;
        max-height: 95px;
        min-width: 110px;
        max-width: 110px;
        background-size: cover;
    }

}
@media (min-width: 1700px)  {
    .speak-container{
        max-width: 2500px !important;
    }
    .Speak-Quizbody{
        height: 89dvh !important;
    }
    .photo-description{
        height: 75dvh !important;
    }
    .td_pt_13{
        padding-top: 7px !important;
    }
    .b2c-title-card{
        min-height: 131px;
        max-height: 131px;
        min-width: 152px;
        max-width: 152px;
        background-size: cover;
    }
    .b2c-h-65 {
        height: 65px;
    }
    .b2c-h-50{
        height: 50px;
    }
    .b2c-card {
        min-height: 152px;
        max-height: 152px;
    }

}
@media (min-width: 1450px) and (max-width: 1599px)  {
    .b2c-title-card{
        min-height: 120px;
        max-height: 120px;
        min-width: 140px;
        max-width: 140px;
        background-size: cover;
    }
    .td_pt_13{
        padding-top: 7px !important;
    }

}
@media (min-width: 992px) and (max-width:1380px)  {
    .hero-background {
        min-height: 400px !important;
    }
    .fs-64{
        font-size: 52px !important;
    }
    .b2c-h-50 .sm-fs-5{
        font-size: 18px !important;
    }
    .sm-fs-2{
        font-size: 24px !important;
    }
    .banner_img{
        height: 400px;
        width: 420px;
    }
    .center-class{
        justify-content: center !important;
    }
    .hpx-3{
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    .hps-2{
        padding-left: 0.5rem !important;
    }
    .bc_logo_h{
        height: 70px;
    }
    .xsm-fs-6{
        font-size: 10px !important;
    }
}
.test-icon-size {
    max-height: 35px ;
    max-width: fit-content;
}
.report-header-p{
    padding-right: 3rem ;
}
@media (max-width: 400px) {
    .laptop_img{
      width: 300px;
      height: 200px;
    }
    .report-header-p{
        padding-right: 0.5rem !important;
    }
}

@media (max-width: 550px) {
    .col-10.d-flex {
      display: grid;
      grid-template-columns: 1fr 1fr; /* Two items per row */
      gap: 1rem; /* Adjust spacing between rows and columns as needed */
    }
  
    .report-header-p {
      display: none; /* Hide all items by default */
    }
  
    /* Show only Skill, Name, Class, and Level */
    .report-header-p:nth-child(1),
    .report-header-p:nth-child(2),
    .report-header-p:nth-child(4) {
      display: block;
    }
  }
  .beta-container {
    display: inline-block;
    position: relative;
    font-size: 16px;
  }
  .beta-tooltip {
    position: absolute;
    bottom: 160%;
    left: -60%;
    transform: translateX(-5%) !important;
    background-color: #3064d4; 
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    max-width: 300px; 
    min-width: 250px;
    word-wrap: break-word;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
  }
  
  
  .beta-tooltip-arrow {
    border-left: 8px solid #0000;
    border-right: 8px solid #0000;
    border-top: 10px solid #3064d4;
    height: 0;
    left: 49%;
    position: absolute;
    top: 100%;
    transform: translateX(-30%) !important;
    width: 0;
  }
  
  .beta-container:hover .beta-tooltip {
    visibility: visible;
    opacity: 1;
  }

.custom-dropdown-menu {
    right: 0 !important;
    left: auto !important;
  }
@media (max-width: 1296px) {
    .qm-display {
        display: none;
    }
}
  
  .beta-tooltip2 {
    margin-left: -65px;
  }
.rightmargin {
    margin-top: -15px;
  }
  .AIbeta-tooltip {
    position: absolute;
    top: 120%; 
    left: -60%; 
    transform: translateX(-5%); 
    background-color: #3064d4; 
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    max-width: 300px; 
    min-width: 250px;
    word-wrap: break-word;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
  }
  .beta-container:hover .AIbeta-tooltip {
    visibility: visible;
    opacity: 1;
  }
  .AIbeta-tooltip-arrow {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #3064d4; 
    position: absolute;
    bottom: 100%; 
    left: 50%;
    transform: translateX(-50%); 
  }

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: .125rem;
}

/* Hero Section */
.hero-section {
    padding: 60px 0;
}

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

.hero-button {
    background-color: #5a3d7a;
    color: white;
    border-radius: 9px;
    padding: 8px 15px;
    margin-bottom: 23px;
    text-decoration: none;
    align-items: center;
    border: none;
}

.hero-button:hover {
    background-color: #4a3267;
    color: white;
    text-decoration: none;
}

.hero-button i {
    background-color: rgba(255, 255, 255, 0.2);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 12px;
}

.laptop-container {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.laptop-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: #5a3d7a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    cursor: pointer;
}

/* Content Sections */
.content-section {
    /* padding: 25px 0; */
    text-align: center;
}

.section-title {
    color: #5a3d7a;
    margin-bottom: 20px;
    font-size: 2.2rem;
}

.section-description {
    /* max-width: 800px; */
    margin: 0 auto 30px;
    font-size: 20px;
    line-height: 1.6;
}
.pbd-height {
    min-height: 42px;
}
/* Feature Section */
.feature-section {
    border-top: 2px solid lightgray;
}

.feature-column {
    padding: 30px 130px;
    background-color: white;
}

.feature-column-left {
    border-right: 1px solid lightgray;
}

.feature-box {
    text-align: center;
}

.logo-container {
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .logo-container {
        margin-bottom: 0; 
    }
}
.logo {
    display: inline-flex;
    align-items: center;
}

.logo-icon {
    color: #5a3d7a;
    margin-right: 10px;
}

.logo-text {
    color: #5a3d7a;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.logo-for-schools {
    color: #f0ad4e;
    font-size: 0.9rem;
    display: block;
    text-align: right;
    margin-top: -5px;
}

.feature-title {
    color: #5a3d7a;
    font-weight: 600;
    /* margin: 20px 0; */
    font-size: 1.5rem;
}

.feature-description {
    font-size: 1rem;
    line-height: 1.6;
    min-height: 130px;
    color: #555;
}

.feature-button {
    background-color: #5a3d7a;
    color: white;
    border-radius: 4px;
    padding: 8px 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    border: none;
}

.feature-button:hover {
    background-color: #4a3267;
    color: white;
    text-decoration: none;
}

.feature-button i {
    background-color: rgba(255, 255, 255, 0.2);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 12px;
}

/* Additional Features */
.additional-features {
    padding: 60px 0;
}

.additional-feature {
    text-align: center;
    /* margin-bottom: 30px; */
}

.placeholder-image {
    width: 100%;
    height: 300px;
    background-color: #f1f1f1;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-image img {
    width: 40px;
    height: 40px;
    opacity: 0.3;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .feature-column-left {
        border-right: none;
        /* border-bottom: 1px solid #e0e0e0; */
    }
    
    .hero-buttons {
        margin-right: 0;
        margin-top: 30px;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 30px 0;
    }
    
    /* .content-section {
        padding: 40px 0;
    } */
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .feature-title {
        font-size: 1.3rem;
    }
}
.text-black {
    color: black;
    text-decoration-color: black; 
  }
.school-trial-button {
    border: 1px solid lightgray; 
    color: black;
    border-radius: 9px;
    padding: 8px 15px;
    margin-bottom: 23px;
    text-decoration: none;
    /* display: flex; */
    align-items: center;
    /* width: 200px;  */
}

.pricing-title {
    color: #5a3d7a;
    font-weight: bold;
    margin-bottom: 3rem;
}

/* Remove card borders except for outer ones */
.pricing-container {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 8px;
    overflow: hidden;
}

.pricing-card {
    flex: 1 1 0;
    min-width: 200px;
    position: relative;
    border: none;
    border-radius: 0;
    border-right: 1px solid rgba(0,0,0,.125);
    margin: 0;
}

.pricing-card:last-child {
    border-right: none;
}

/* For mobile view, add bottom borders */
@media (max-width: 991.98px) {
    .pricing-container {
        flex-direction: column;
        border: none;
    }
    
    .pricing-card {
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 8px;
        margin-bottom: 1rem;
        border-right: 1px solid rgba(0,0,0,.125) !important;
    }
}

/* Fix for the popular badge */
.card-header-space {
    height: 20px; /* Height of the popular badge */
    visibility: hidden;
}

.popular-badge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 8px 0;
    text-align: center;
    z-index: 1;
}

.badge-popular {
    background-color: #EEF4FF;
    color: #3538cd;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid #c7d7fe; /* Adds a border */
    padding: 4px 12px;
    font-size: 14px;
}
.badge-comming-a2 {
    background-color: #6c1e363b;
    color: #6C1E36;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid #6C1E36;
    padding: 4px 12px;
    font-size: 14px;
}
.badge-comming-b1 {
    background-color: #ff590a2b;
    color: #FF590A;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid #FF590A;
    padding: 4px 12px;
    font-size: 14px;
}

.price {
    font-size: 2rem;
    font-weight: bold;
}

.license-text {
    color: #6c757d;
    font-size: 12px;
    font-style: italic;
}

.buy-btn {
    background-color: #5a3d7a !important;
    border-color: #5a3d7a !important;
    border-radius: 6px;
    /* width: 100%; */
}

.buy-btn:hover, .buy-btn:focus {
    background-color: #5a3d7a !important;
    border-color: #5a3d7a !important;
}

.try-link {
    color: black;
    text-decoration: none;
    font-size: 0.875rem;
}

.try-link:hover {
    text-decoration: underline;
}

.feature-list {
    list-style: none;
    padding-left: 0;
    margin-top: 1.5rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.feature-icon {
    color: #10b981;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.bottom-cta {
    background-color: #FAFAFA;
    border-radius: 15px;
    padding: 2rem;
    margin-top: 4rem;
}

.contact-btn {
    background-color: #5a3d7a !important;
    border-color: #5a3d7a !important;
    border-radius: 6px;
}

.contact-btn:hover, .contact-btn:focus {
    background-color: #5a3d7a;
    border-color: #5a3d7a;
}

.trial-btn {
    white-space: nowrap;
    padding: 0.375rem 1rem;
}

.popular-card {
    background-color: #F3F3F3;
}

.payment-card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-features {
    flex-grow: 1;
}

@media (max-width: 767.98px) {
    .bottom-cta-buttons {
        margin-top: 1.5rem;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .bottom-cta-buttons .btn {
        width: 100%;
        margin: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .bottom-cta-buttons {
        display: flex;
        justify-content: flex-end;
        gap: 0.5rem;
    }
}
.b2c-outline{
background-color: white !important;
color: black !important;
border: 1px solid lightgray !important;
border-radius: 6px;
}
/* @media (min-width: 1000px) and (max-width:1400px)  {
    .laptop_screen {
        width: 81%;
        height: 55%; 
        position: absolute;
        top: 19%;
        left: 10%;
        overflow: hidden;
        border-radius: 2px;
    }} */
/* @media (min-width: 1401px) and (max-width:1700px)  {
        .laptop_screen {
   
            top: 15%;

        }} */
        
.font-title {
  font-size: 50px !important;
}
.section-font {
    font-size: 35px !important;
  }
  
.logo-img {
    height: 100%; 
    max-height: 140px; 
    width: 150px;
    background-color: white;
    border-radius: 6px;
  }
.logo-img-tall {
    height: 100px !important; 
  }
  @media (min-width: 320px) and (max-width: 768px) {
    .font-title {
      font-size: 30px !important;
    }
    .section-font {
        font-size: 20px !important;
      }
  }
.font-21{
    font-size: 21px;;
}
.font-size-12 {
    font-size: 12.41px;
    font-weight: 400; /* Regular weight */
  }
.section-b2c {
    color: #5B3C66;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0.5rem;
  }

.level-btn, .skill-btn {
    background-color: #EAE2EF;
    color: #5B3C66;
    border: none;
    transition: all 0.2s;
    font-weight: 500;
  }

.level-btn:hover, .skill-btn:hover {
    background-color: #D8C2E5;
    color: #5B3C66;
  }

.level-btn.active, .skill-btn.active {
    background-color: #5B3C66;
    color: white;
  }
.level-btn {
    padding: 0.625rem 0;
    border-radius: 0.375rem;
    font-weight: bold;
  }

.skill-btn {
    padding: 0.625rem 0.75rem;
    border-radius: 0.375rem;
  }

.test-placeholder {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
    color: #6c757d;
  }

.test-result {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    overflow: hidden;
  }

.test-content {
    padding: 1rem;
  }

.test-icon {
    height: 3rem;
    width: 3rem;
    background-color: #5B3C66;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    font-weight: 500;
  }

.test-titl {
    font-weight: 500;
    font-size: 1rem;
  }

.test-infor {
    color: #6c757d;
    font-size: 0.875rem;
  }

.start-btn {
    background-color: #5B3C66;
    border-color: #5B3C66;
    color: white;
    padding: 0.375rem 1.25rem;
  }

.start-btn:hover {
    background-color: #4A3155;
    border-color: #4A3155;
    color: white;
  }

.close-btn {
    color: #6c757d;
    background: none;
    border: none;
    font-size: 1.25rem;
    padding: 0;
  }

.close-btn:hover {
    color: #343a40;
  }

  @media (max-width: 576px) {
    .test-icon {
      height: 2.5rem;
      width: 2.5rem;
      font-size: 0.875rem;
    }

    .test-titl {
      font-size: 0.875rem;
    }

    .test-infor {
      font-size: 0.75rem;
    }
  }

.section-icon {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
  }

.section-icon.pass {
      background-color: #dcfce7;
      color: #16a34a;
  }

.section-icon.fail {
      background-color: #fee2e2;
      color: #dc2626;
  }

.section-progress {
      height: 6px;
      background-color: #e5e7eb;
      border-radius: 3px;
      overflow: hidden;
  }

.section-progress-fill {
      height: 100%;
      border-radius: 3px;
  }

.section-progress-fill.pass {
      background-color: #10b981;
  }

.section-progress-fill.fail {
      background-color: #ef4444;
  }

.btn-teal {
      background-color: #0d9488 !important;
      border-color: #0d9488 !important;
      color: white !important;
  }

.btn-teal:hover {
      background-color: #0f766e !important;
      border-color: #0f766e !important;
  }
.colorSingleBar0 {
      background-color: #D3CFCF !important;
      color: white !important;
  }
.colorSingleBar1 {
  color: #D3CFCF !important;
}
 
.section-progress-fill.colorSingleBar {
      background-color: #D3CFCF !important;
  }
.level-selector {
      display: flex;
      flex-direction: column;
      background-color: white;
      border-radius: 0.6rem;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      overflow: hidden;
      margin: 0 auto;
      max-width: 1000px;
    }
    
    @media (min-width: 768px) {
      .level-selector {
        flex-direction: row;
      }
    }
    
.level-list-container {
      background-color: #f3f4f6;
      display: flex;
      flex-direction: column;
    }
    
    @media (min-width: 768px) {
      .level-list-container {
        width: 36%;
      }
    }
    
.level-list-header {
      background-color: #e5e7eb;
      height: 50px; 
      display: flex;
      align-items: center;
    }
    
.level-list-title {
      font-size: 16px;
      font-weight: 700;
      color: #1f2937;
      padding-left: 1.5rem;
    }
    
.level-list {
      list-style: none;
      display: flex;
      flex-direction: column;
    }
    
.level-item {
      display: flex;
      align-items: center;
      padding: 1rem 1rem;
      cursor: pointer;
      position: relative;
      border-bottom: 1px solid #e5e7eb;
    }
    
.level-item:last-child {
      border-bottom: none;
    }
    
.level-item.active {
      background-color: white;
      border-left: 3px solid;
      /* border-radius: 0.25rem; */
      padding: 1rem 0.8rem;
      /* margin: 0 -1rem; */
    }
    
.level-indicator {
      width: 1rem;
      height: 1rem;
      border-radius: 9999px;
      margin-right: 1rem;
    }
    
.level-name {
      font-weight: 600;
      font-size: 14px;
    }
    
.badgeb2c {
      display: inline-flex;
      align-items: center;
      padding: 0.25rem 0.75rem;
      border-radius: 9999px;
      font-size: 0.75rem;
      font-weight: 500;
      margin-left: auto;
    }
    
.badge-outlineb2c {
      background-color: transparent;
      border: 1px solid;
    }
    
    /* Right panel */
.level-details {
      padding: 0;
      flex-grow: 1;
    }
    
    @media (min-width: 768px) {
      .level-details {
        width: 60%;
      }
    }
    
.level-header {
      color: white;
      height: 50px; 
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 1.5rem;
    }
    
.level-title {
      font-size: 18px;
      font-weight: 700;
    }
    
.level-content {
      padding: 1.5rem;
    }
    
.level-description {
      color: #4b5563;
      font-size: 14px;
      margin-bottom: 1rem;
    }
    
.level-price {
      font-size: 1.875rem;
      font-weight: 700;
      line-height: 1;
    }
    
.price-caption {
      color: #6b7280;
      margin-top: 0.25rem;
      margin-bottom: 1rem;
      font-size: 12px;
    }
    
.level-skills {
      color: #4b5563;
      padding-bottom: 1rem;
      margin-bottom: 1rem;
      border-bottom: 1px solid #e5e7eb;
      font-size: 14px;
    }
    
.features-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      font-size: 14px;
    }
    
.feature-itemb2c {
      display: flex;
      align-items: center;
    }
    
.check-icon {
      margin-right: 1rem;
      flex-shrink: 0;
    }
    
.buy-button {
      display: block;
      color: white;
      border: none;
      border-radius: 0.375rem;
      font-size: 1.125rem;
      font-weight: 600;
      text-align: center;
      cursor: pointer;
      transition: background-color 0.2s;
    }
    
.buy-button:hover {
      opacity: 0.9;
    }
    
.buy-button:disabled {
      opacity: 0.7;
      cursor: not-allowed;
    }
    
.star-icon {
      width: 0.75rem;
      height: 0.75rem;
      margin-right: 0.25rem;
    }
 
