.act-btn-pd
{
        padding: 0px 7px;
}
.has-error .help-block
{
    color: #ed140f;
}

/*---------Slider switch style END(on/off button) --------*/
    .switch {
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 48px;
    }

    .switch input {display:none;}

    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    }

    .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    }

    input:checked + .slider {
    background-color: #2ab934;
    }

    input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(55px);
    }

    /*------ ADDED CSS ---------*/
    .slider:after
    {
    content:'No';
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
    }

    input:checked + .slider:after
    {  
    content:'Yes';
    }

/*---------Slider style END --------*/
.pd-btm20
{
    padding-bottom : 20px;
}
/*-------Student view styles----------*/
.span-style{
  padding-bottom: 52px;
}
.table-background > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: none !important;
}
 
.table-border{
  border: 1px solid #0000001f;
}
.title-style{
  font-weight: 800;
}
/*-------End Student view styles----------*/
.f-24
{
    font-size: 24px;
}
.profile-img
{
    border-radius: 50%;
    height: 210px;
    width: 210px;
}

.red-txt
{
    color:#ed2828;
}
.green-txt
{
    color:#0cd90c;
}
.orange-txt
{
    color:orange;
}
.qu_row td
{
    border: solid 2px #dbe2f2 !important;
    
}
.table-border2
{
    border: 1px solid #0000001f !important;
    border-collapse: collapse;
}
.table-border2 td,  .table-border2 th {
   border: 1px solid #0000001f;
}

/*dropdown menu css*/
.dropbtn {
  /*background-color: #4CAF50;*/
  background-color: #87ae17;
    border-color: #87ae17;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  
      border: 2px solid transparent;
    padding: 0.4rem 1rem;
    font-size: 1rem;
    border-radius: 10px;
    padding: 0px 7px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  /*position: absolute !important;*/
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 0; 
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  /*padding: 12px 16px;*/
  padding: 6px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  /*background-color: #3e8e41;*/
  background-color: #727b84;
    border-color: #727b84;
}

.note-icon-caret 
{
  display: none; }
/*end dropdown menu css*/

/*----- Custom css - 19 Aug 2025 -------*/


    
      main  {
        background-color: #f6f6f6;
      }
      .table-grid {
  display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
        padding: 20px 22px 18px;
}
.table-grid-two  {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 20px;
}
.table-grid-item-head  {
    padding: 0 4px 9px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}
.table-grid-two .table-grid-item-head  {
  border-bottom: 0px;
}
.table-grid-item {
  background: transparent;
        padding: 10px 4px 0;
    text-align: left;
}
.title-height  {
  height: unset;
}
.table_title  {
      font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}
.badge {
    line-height: normal;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    padding: 3px 7px;
}

.bg-danger, .badge-danger {
    color: #fff;
    background: #ff2929;
}
.btn-success  {
  background: #87ae17
}
.instruction_list  {
    padding-left: 14px;
    font-weight: 600;
    font-size: 15px;
    width: 700px;
    margin: 0 auto;
    list-style: auto;
}
.quiz_btn  {
  text-align: center;
    margin: 0 auto;
    display: block;
    width: fit-content;
    color: #fff;
    padding: 12px 52px;
    font-size: 18px;
    margin-top: 25px;
}
.check_pad  {
  margin-right: 6px;
    width: 16px;
    height: 16px;
    margin-top: 10px;
}
.seperate_style  {
      border: 0;
    background-color: #c0c0c0;
    border-bottom: 1px solid #818181;
    height: 1px;
}
.quiz-container {
      background: #fff;
      border-radius: 8px;
      padding: 20px;
      margin: auto;
      position: relative;
    }
    .quiz-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .quiz-question {
      font-size: 18px;
      font-weight: bold;
    }
    /*
    .timer {
      font-size: 18px;
    font-weight: bold;
    color: green;
    background: #fff;
    width: fit-content;
    margin: 6px auto;
    padding: 17px 11px;
    margin-bottom: 20px;
    border-radius: 66px;
    }*/
    .timer {
        font-size: 18px;
        font-weight: bold;
        color: green;
        background: #fff;
        width: fit-content;
        padding: 13px 6px;
        margin-bottom: 20px;
        border-radius: 66px;
        position: fixed;
        right: 29%;
        top: 50%;
        transform: translateY(-50%);
        border: 4px solid;
        border-color: #971b81;
        z-index: 10000;
    }
    .options {
      margin-top: 15px;
    }
    .option {
      display: block;
      padding: 10px;
      margin: 5px 0;
      border-radius: 4px;
      cursor: pointer;
    }
    .option:hover {
      background: #f1f1f1;
    }
    .check_mark  {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 85px;
    }
    .success_txt  {
        margin-bottom: 15px;
    font-size: 38px;
    font-weight: 700;
    }
    .thnk  {
        text-align: center;
    font-size: 25px;
    margin-top: 10px;
    }
    .table-grid-item,
.table-grid-item-head {
  display: flex;
  align-items: center;
  text-align: left;    /* fallback */
}
.table-grid-item label  {
  display: block;
}
.quiztime  {
  font-size: 10px;
    font-weight: 500;
}
.header-navbar .navbar-nav li .nav-link::after  {
    content: unset;
}
.display_mob  {
    display: none;
}
.podcast_bck  {
    background: #fff;
    border: none;
}
.podcast_bck .podcast-content  {
   margin-top: 0;
   padding: 0;
}
.podcast_bck  h6  {
        font-size: 15px;
    font-weight: 600;
}
.podcast_bck:hover .podcast-image img {
    transform: unset;
}
.f-16  {
    font-size: 16px;
    font-weight: 600;
}
.quiz-container .option  {
    position: relative;
    padding-left: 30px;
}
.quiz-container .option input {
    position: absolute;
    left: 6px;
    top: 18px;
}
.podcast_bck:hover h6 {
    color: #971b81;
}
.bold_name  {
  font-weight: 600;
}
.quiz_list  {
  font-size: 14px;
}
/* ✅ Responsive Breakpoints */
@media (max-width: 992px) { /* Tablet */
  .table-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .table-grid-item-head {
    display: none;
  }
}

@media (max-width: 576px) { /* Mobile */
  .table-grid {
    grid-template-columns: 1fr;
  }
  
  .table-grid-item-head {
    display: none;
    font-weight: 700;
    background: #fafafa;
  }
}
@media(max-width: 991px)  {
    .table-grid-two {
    padding: 18px 22px;
}
    .timer  {
      right: 0%;
    }


.table-grid-two .table-grid-item:last-child {
    padding: 0px 15px;
    justify-content: space-between;
}
.instruction_list {
    width: 90%;
}
    .title-height {
    font-weight: 600;
    font-size: 26px;
}
.table_title {
    font-size: 20px;
}
    .display_desk  {
        display: none;
    }
.display_mob  {
    display: block;
}
    .label_mob  {
        text-align: right;
    }
    .table-grid {
    display: block; /* stack rows */
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
  }

  .table-grid-item-head {
    display: none; /* hide headers */
  }

  .table-grid-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
  }
  .table-grid-item.bold_name {
    display: block;
    text-align: left; /* optional */
    font-size: 14px; /* optional */
  }
  .table-grid-item.bold_name::before {
    content: none !important;
  }

  /* Remove border from last item */

  /* Auto insert labels from data-label */
  .table-grid-item::before {
    content: attr(data-label);
    font-weight: 600;
    margin-right: 10px;
    color: #333;
  }
.table-grid-item:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px 15px;
    }
    .upcoming .table-grid-item:last-child {
        justify-content: space-between;
    }
   .upcoming .table-grid-item:nth-of-type(4n) {
  border-bottom: 1px solid #eee;
          margin-bottom: 20px;
        padding-bottom: 20px;
}
 .upcoming .table-grid-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
    .table-grid-two .table-grid-item-head {
       display: unset;
       background: #fff;
    }
    .sign-in-page  {
      width: 95%;
    margin: 0 auto;
    }
    .sign-in-page .container  {
      border-radius: 10px;
    }
    .login_form {
    background-color: transparent;
    box-shadow: 0 3px 30px rgba(15, 12, 42,);
    box-shadow: unset;
    width: 100%;
    margin: 0 auto;
}
.podcast_bck h6 {
    font-size: 18px;
}
.podcast_bck {
    padding: 12px;
    width: 90%;
    margin: 0 auto;
}
.nav-link  {
  color: #000;
}
.nav-link:hover, .nav-link:focus {
  color: #000;
}

.active-quiz-btn
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 15px;
}
}
   
.div-width-200
{
    width : 200px;
}

.btn-width-175
{
    width: 175px;
}

.btn-width-300
{
    width: 300px;
}


@media (min-width: 1200px) {
    .table-grid-item-title {
        min-width: 410px;; /* increase width to fit content */
    }
}

.ftz-10
{
    font-size : 10px;
    color: #000; ;
}
.btn-lt-green
{
    background : #cddf9a;
}
.btn-lt-primary
{
    background : #e9c3e2;
}


@media (min-width: 1020px) {
    
    .table-grid-item2 {
        background: transparent;
        padding: 22px  4px 0;
        display: flex;
        border-bottom: 1px solid #bbbbbb;
        margin-bottom: 22px;
    }
}
@media (max-width: 991px) {
    .upcoming .table-grid-item2:nth-of-type(4n) {
        border-bottom: 1px solid #eee;
        
        
    }
}

.table-grid-button {
    grid-column: 1 / -1;   /* span across all grid columns */
    text-align: center;    /* center the button horizontally */
    padding-top: 15px;     /* optional spacing */
}

.btn-outline-answer {
  color: #971b81;
  border-color: #971b81; }
  .btn-outline-success:hover {
    color: #000;
    background-color: #971b81;
    border-color: #971b81; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(80, 188, 50, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #000;
    background-color: #971b81;
    border-color: #971b81; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(80, 188, 50, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #971b81;
    background-color: transparent; 
      
  }
  
@media (max-width: 991px) {
    .left-20
    {
        margin-left: -20px;
    }
}

/*----- Custom css - 19 Aug 2025 -------*/
/* --css change for phone no with code ----*/
.iti {
    width : 100% !important;
}

/*css change for phone no with code ----*/





