.customAccordion .accordion-item {
    margin-bottom: 10px;
    border: none;
  }
  
  .customAccordion .accordion-button {
 background: linear-gradient(159deg, rgba(0,0,128,1) 0%, rgba(0,191,255,1) 100%);
    color: white !important;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    border: none;
  }
  
.lockModalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lockModal {
  background: white;
  padding: 30px;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.upgradeBtn {
  background: linear-gradient(159deg, rgba(0,0,128,1) 0%, rgba(0,191,255,1) 100%);
  color: white;
  border: none;
  padding: 10px 18px;
  margin: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.closeBtn {
  background-color: #ccc;
  color: #333;
  border: none;
  padding: 10px 14px;
  cursor: pointer;
  border-radius: 5px;
}

 

:root {
    --spinner-color: #A3243C;
  }
  
  .custom-spinner {
    color: var(--spinner-color);
  }
  .loader-box ,.No-data{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
body {
    font-family: MyriadPro, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.No-data{
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.btn-primary {
    color: #fff;
    background-color: #a3243c;
    border-color: #a3243c;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #fff;
    color: #a3243c;
    border-color: #a3243c;
}

.form-group input[type="file"],
.form-group select {
    background-color: #e9ecef00 !important;
}

span.select2-selection.select2-selection--single {
    background-color: #e9ecef00 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 1.3 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px !important;
}

.form-control,
.asColorPicker-input,
.dataTables_wrapper select,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-search__field,
.typeahead,
.tt-query,
.tt-hint {
    line-height: 1.3 !important;
    height: inherit !important;
}



/**************** side menu ********************/

.sidebar {
    overflow-y: scroll;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

.sidebar .nav .nav-item .nav-link .menu-title {
    font-size: 15px;
    text-wrap: wrap;
    display: block;
}

/* .sidebar .nav .nav-item.active>.nav-link .menu-title {
    font-size: 15px;
    text-wrap: wrap;
    display: block;
} */
.sidebar .nav .nav-item.active>.nav-link {
    background: #8d203400;
}

.sidebar .nav:not(.sub-menu)>.nav-item>.nav-link {
    height: 50px;
    padding: 0 15px;
}

ul.nav.flex-column.sub-menu {
    margin: 0px 0px 0px 20px !important;
    padding: 0 15px;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
    color: #eec8cf !important;
    font-size: 14px !important;
    padding: 0.9rem 1rem;
    text-wrap: wrap;
}

.sidebar .nav.sub-menu .nav-item::before {
    background: #fff;
    display: none;
}

a.nav-link:hover {
    opacity: 1 !important;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
    color: #fff;
}

.sidebar .nav.sub-menu .nav-item .nav-link:hover {
    color: #fff !important;
    opacity: 1 !important;
}

.sidebar .nav.sub-menu .nav-item .nav-link.active {
    opacity: 1 !important;
    color: #fff !important;
}

.sidebar .nav.sub-menu {
    background: #fbe7c100 !important;
    border-radius: 0px 0px 8px 8px;
}

.sidebar .nav:not(.sub-menu)>.nav-item:hover>.nav-link,
.sidebar .nav:not(.sub-menu)>.nav-item:hover[aria-expanded="true"] {
    background: #8d203400 !important;
    color: #fff;
}

.sidebar .nav .nav-item .nav-link i.menu-icon {
    color: inherit !important;
}

.sidebar .nav .nav-item .nav-link i.menu-icon {
    margin-top: -3px;
}

.sidebar .nav .nav-item .nav-link i.menu-arrow:before {
    content: "\F142";
    font-size: 24px;
    margin-right: -20px;
}

.sidebar .nav .nav-item.active>.nav-link i.menu-arrow::before {
    content: "\F142";
    display: block !important;
    font-family: "Material Design Icons";
    line-height: 10px;
    opacity: 1 !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar .nav:not(.sub-menu)>.nav-item>.nav-link[aria-expanded="true"] {
    background: #8d203400 !important;
}

li.menu-header {
    font-weight: 600;
    padding: 10px 25px;
    font-size: 0.9em;
    letter-spacing: 2px;
    transition: opacity 0.3s;
    opacity: 0.8;
    color: #fff;
    margin-top: 25px;
    padding-bottom: 0;
}

.navbar .navbar-brand-wrapper {
    width: 245px;
}

.navbar .navbar-menu-wrapper {
    width: calc(100% - 246px);
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 3px;
}

.sidebar {
    width: 246px;
}

/* 7/5/24 */
.breadcrumb {
    border: unset;
    background-color: #A3243C;
    padding: 15px;
}

.breadcrumb .breadcrumb-item {
    font-size: 16px;
    color: #fff;

}

.sita {
    display: flex;
}

.maanju {
    border: 1px solid #ad9e9e;
    padding: 4px 10px;
    margin: 5px;
}


/* new stiling */
.parent-childComponet {
    display: flex;
    height: 100%;
}

.childleftComponent {
    width: 30%;
    /* background-color: #fff; */
  
}

.childmidleComponent {
    width: 45%;
    border-left: 3px solid #0003;
    border-right: 3px solid #0003;
}

.childrightComponent.child-component {
    width: 25%;
}

.content-wrapper {
    padding: 0px 0px 0px 5px;
    background-color: #ccdaf9;
}

.child-component .accordion-button {
    padding: 8px 0 8px 12px;
    /* color: #fff; */
    border-radius: unset !important;
    flex-direction: row-reverse;
    justify-content: start;
    font-size:18px;
    font-weight:600;
    color:#1F1F1F;
}

.child-component .accordion-item {
    border: unset;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.child-component .accordion-button::after {
    margin-left: unset;
    margin-right: 10px;
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    background-color: #fff;
}

.child-component .accordion-button:focus {
    border: unset;
    box-shadow: unset;
}

.child-component .childAccordion .accordion-item {
    border-bottom: unset !important;
}

.child-component .childAccordian .accordion-button {
    padding: 8px 0px 8px 20px;
}

.parentAccordian .accordion-body {
    padding: 0;
}

.child-component .childAccordion .accordion-button:not(.collapsed) {
    background: rgb(0,0,128);
background: linear-gradient(159deg, rgba(0,0,128,1) 0%, rgba(0,191,255,1) 100%);
    box-shadow: unset;
    color: #ffffff;
}

.child-component .childAccordian .accordion-body {
    padding: 5px 10px 5px 25px;
}

.child-component .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.childmidleComponent h2,.childrightComponent h2 {
    font-size: 16px;
    padding: 20px;
    border-bottom: 1px solid #8888;
    margin: 0px 10px;
}

.midleComponet-data {
    padding: 10px 0px;
}

.midleComponet-data .mid-table tbody {
    background-color: #fff;
    border-top: 1px solid #0003;
    border-bottom: 3px solid #0003;
}

.mid-table tbody td {
    color: #6b748e;
    font-size: 14px;
}

.mid-table tr:hover {
    background: linear-gradient(159deg, rgba(0,0,128,1) 0%, rgba(0,191,255,1) 100%);
    cursor: pointer;
    color: #fff;
}
.mid-tableActive {
    background-color: #6caff3;
}

.mid-tableActive  td {
    color: #ffffff !important;
}
.mid-table td {
    padding: 8px 12px;
}
/* .subChildAccordion:hover {
    background-color: #edf1f5;
    color: #4f46e5;
} */
.mid-table tr:hover td {
    color: #fbfbfb;
}
.subChildAccordion {
    cursor: pointer;
    padding: 5px;
}
.tab-section-tabs {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #DDD;
    padding: 0 20px;
    margin-top: 10px;
}

.tab-section-tabs-link {
    width: 120px;
    line-height: 36px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    margin: 0px 10px;
}

.tab-section-tabs-link.active {
    color: #4f46e5;
    border-bottom: 2px solid #4f46e5;
}

.preview-innerBox {
    cursor: pointer;
    width: 100%;
    color: #ffffff;
    background: rgb(0,0,128);
    background: linear-gradient(159deg, rgba(0,0,128,1) 0%, rgba(0,191,255,1) 100%);
    margin: 8px 8px 8px 0;
    padding: 12px 12px 12px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    font-size: 13pt;
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
}

.preview-innerBox:hover p {
    color: #ffffff;
}
/* button styling */

/* ul.tab-section-tabs {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
}

li.tab-section-tabs-link {
    color: #182552;
    background: #fff;
    border-color: #e0e4e9;
    padding: 8px 16px 9px 16px;
    border: 1px solid #e0e4e9;
    margin: 0px 10px;
    cursor: pointer;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
} */


/* page styling */
.beunique .sidebar {
    width: 68px;
}

.beunique .navbar .navbar-brand-wrapper {width: 70px;}

.beunique .navbar .navbar-menu-wrapper {
    background-color: #fff;
    width: 100%;
    padding: 0;
    height: 60px;
    color: #000;

}

.beunique .main-panel {
    padding-left: 0;
}

.beunique .sidebar:hover {
    width: 240px;
}

.logo-img {
    width: 60px;
}

.childrightComponent h2 {
    font-size: 16px;
    margin: 0;
}

.tab-pane {
    padding: 5px;
}


.quixheader {
    height: 55px;
    box-shadow: 0 8px 10px -4px rgba(116,124,151,.4)!important;
   
}

.quixheader-container{
    padding: 0px 20px;
    /* background-color: #ccdaf9; */
}

.quizSidebar {
    min-height: calc(100vh - 97px);
    background: #ccdaf9;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    padding: 0;
    width: 320px;
    z-index: 11;
    position: fixed;
    height: 100%;
    padding: 5px;
    bottom: 0;
    top:55px;
}

.quizSiderbar-data .accordion-item {
    color: #444;
    border: 1px solid #ddd;
    margin: 10px 5px 20px;
    
}

.quizSiderbar-data .accordion-button {
    border-color: unset;
    box-shadow: unset;
    color: #ffffff;
    background: rgb(0,0,128);
    background: linear-gradient(159deg, rgba(0,0,128,1) 0%, rgba(0,191,255,1) 100%);
}

.quizSiderbar-data .accordion-button:not(.collapsed) {
    background-color:  rgb(129 140 248 / 0.9);
    border-bottom: 1px solid #ddd;
    color: #ffffff;
    /* font-weight: 700; */
}

.quiz-main-panel {
    transition: width 0.25s ease, margin 0.25s ease;
    min-height: calc(100vh - 97px);
    display: flex;
    flex-direction: column;
    padding-left: 320px;
    width: 100%;
    
}

.quiz-section {
    margin: 30px;
    /* color: #ffffff; */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding: 30px 40px 50px 30px;
    border: solid 1px #C0C0C0;
  }

.sidebar-header {
    color: #ffffff;
    font-weight: bold;
    background-color: rgba(38, 59, 253, 0.509);
    cursor: pointer;
  }
  
 
  .quizSiderbar-data .accordion-item.active > .sidebar-header {
    background-color: rgba(38, 59, 253, 0.7); 
  }
  

  .quizSiderbar-data .sideBar_accChild.active {
    /* color: #242323; */
    color: #ffffff;
    font-weight: bold;
    border-left: solid 3px #002c8b;
    background-color:  rgb(0 122 255 / 59%);
  }
  

  .quizSiderbar-data .sideBar_accChild {
    color: #000;
    font-weight: 500;
    padding: 9px 25px;
    margin-bottom: 0;
    display: block;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer; 
  }
  
 
  
  /* Accordion body styling */
  .quizSiderbar-data .accordion-body {
    padding: 0;
  }
  

.QuixMain-header {
    font-size: 18px;
    font-weight: bold;
}

.content-team {
    font-size: 1.2em; 
    color: #0A1A40; 
    margin-right: 5px; 
  }
  
  .icon {
    display: inline-block;
    font-size: 1.5em; 
    margin: 0 5px; 
  }
  
  .time {
    font-size: 1em; 
    color: #606060;
  }
.arrowLarge_box {
    color: #000;
    cursor: pointer;
    text-decoration: unset;

}
.mdi-arrowLarge{
    font-size: 30px;
   
}

.head{
    color: red;
    font-size: 40px;
}

.subChildAccordion {
    color: black;
    background: rgb(255, 255, 255);

}
.subChildAccordion:hover {
    color: #ffffff;
    background: rgb(0,0,128);
background: linear-gradient(159deg, rgba(0,0,128,1) 0%, rgba(0,191,255,1) 100%);
}
.subChildAccordion.active {
    color: #ffffff;
    background: rgb(45, 45, 231);

}
.imput-innerbox .correctAnsStyle {
    border: 4px solid #FCD000;
    background: linear-gradient(to bottom, #E5FFEB, #99FFB1) !important;
}
.imput-innerbox .wrongAnsStyle {
    border: 4px solid #FCD000;
    background: linear-gradient(to bottom, #FFE5E5, #FFB3B3) !important;
}
.drapablefield-innerbox.wrongAns {
    background: linear-gradient(to bottom, #FFE5E5, #FFB3B3) !important;
}
.drapablefield-innerbox.correctAns {
    background: linear-gradient(to bottom, #E5FFEB, #99FFB1) !important;
}
/* audio.audioBox {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
} */

/* audio:not([controls]) {
    display: none !important;
} */

.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.menu-icon::before{
    font-size: 30px;
}


.quizOver-view .head {
    font-weight: bold;
     color: rgb(55, 94, 151);
      font-size: "30px";
}


.practices-head {
    color: rgb(68, 68, 68);
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.dragablefield {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px 5px;
    flex-wrap: wrap;
}

.dragablefield-innerbox {
    border-radius: 4px;
    margin: 6px;
    padding: 4px 8px;
    color: #fff;
    font-size: 20px;
    background-color: #42B0FE;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.drapablefield-innerbox {
    outline: dashed 2px #888;
    margin: 10px;
    height: 25px;
  
   
}

.drapablefield {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 5px 10px 10px;
    flex-wrap: wrap;
}
.dragablefield-innerbox .mdi.mdi-dots-vertical {
    display: flex;
    width: 15px;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.dragablefield-innerbox .mdi-dots-vertical::before{
color: #000;
opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .dragablefield {
        flex-wrap: wrap;
        padding: 15px 5px;
    }

    .dragablefield-innerbox {
        font-size: 18px;
        padding: 8px 6px;
        margin: 4px;
    }

    .drapablefield-innerbox {
        height: 20px;
        margin: 8px;
    }

    .drapablefield {
        font-size: 18px;
        flex-wrap: wrap;
        margin: 5px;
    }

    .dragablefield-innerbox .mdi.mdi-dots-vertical {
        width: 12px;
        margin-right: 3px;
    }
    h4 {
        font-size: 18px;
        text-align: center;
    }

    .drapablefield > div {
        flex-wrap: wrap;
        align-items: center;
    }

    .drapablefield img {
        max-width: 80px;
    }
}

@media screen and (max-width: 480px) {
    .dragablefield {
        padding: 10px 5px;
    }

    .dragablefield-innerbox {
        font-size: 16px;
        padding: 8px 5px;
        margin: 3px;
    }

    .drapablefield-innerbox {
        height: 18px;
        margin: 6px;
    }

    .drapablefield {
        font-size: 16px;
        margin: 3px;
    }

    .dragablefield-innerbox .mdi.mdi-dots-vertical {
        width: 10px;
        margin-right: 2px;
    }

    h4 {
        font-size: 18px;
        text-align: center;
    }

    .drapablefield > div {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .drapablefield img {
        max-width: 80px;
    }
}


/* dummy css */

.box-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#left,#right {
    border: 1px dotted #000;
    height: 200px;
    max-width: 300px;
    width: 100%;
    text-align: left;
    margin: 10px;
}

.list {
    background-color: pink;
    margin: 10px;
    padding: 10px;
}

.whiteBox {
    width: 145px;
    height: 145px;
    border: 1px dotted #000;
    margin: 10px;
}

.drag-drop {
    display: flex;
}


span.dropzone-answer {
    position: relative;
    margin-left: 35px;
    margin-right: 5px;
    padding-left: 4px;
    padding-right: 28px;
    text-align: left;
    /* background: #fff no-repeat right 6px center / 16px 16px; */
    transition: background-color 100ms linear;
    /* outline: dashed 2px #888; */
}

.drapablefield-innerbox.empty {
    background-color: #eee;
    background-image: none;
}

.drapablefield-innerbox.filled {
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #d1efff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggZmlsbD0iI0FBQSIgZD0iTTE1IDBDNi43IDAgMCA2LjcgMCAxNXM2LjcgMTUgMTUgMTUgMTUtNi43IDE1LTE1UzIzLjMgMCAxNSAwem02LjQgMTkuMUwxOSAyMS41cy0zLjgtNC4xLTQuMS00LjFjLS4zIDAtNC4xIDQuMS00LjEgNC4xbC0yLjQtMi40czQuMS0zLjcgNC4xLTQuMWMwLS4zLTQuMS00LjEtNC4xLTQuMWwyLjQtMi40czMuOCA0LjEgNC4xIDQuMWMuMiAwIDQuMS00LjEgNC4xLTQuMWwyLjQgMi40cy00LjEgMy44LTQuMSA0LjFjLjEuMyA0LjEgNC4xIDQuMSA0LjF6Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: right center;
}


.drapablefield-innerbox.filled:hover {
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggZmlsbD0iI0FGMEMwMCIgZD0iTTE1IDBDNi43IDAgMCA2LjcgMCAxNXM2LjcgMTUgMTUgMTUgMTUtNi43IDE1LTE1UzIzLjMgMCAxNSAwem02LjQgMTkuMUwxOSAyMS41cy0zLjgtNC4xLTQuMS00LjFjLS4zIDAtNC4xIDQuMS00LjEgNC4xbC0yLjQtMi40czQuMS0zLjcgNC4xLTQuMWMwLS4zLTQuMS00LjEtNC4xLTQuMWwyLjQtMi40czMuOCA0LjEgNC4xIDQuMWMuMiAwIDQuMS00LjEgNC4xLTQuMWwyLjQgMi40cy00LjEgMy44LTQuMSA0LjFjLjEuMyA0LjEgNC4xIDQuMSA0LjF6Ii8+PC9zdmc+);
}

.dragablefield-innerbox.disabled {
    cursor: no-drop;
    opacity: 0.5;
}
/*===========*/
.audio-player {
    display: flex;
    align-items: center;
    border: 2px solid #00a2e8;
    border-radius: 5px;
    background-color: #fff;
    margin: 20px auto;
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
    gap: 10px;
}

.audio-player button {
    background-color: #00a2e8;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 6px 12px;
    cursor: pointer;
    margin-right: 5px;
    font-size: 14px;
}

.audio-player button:hover {
    background-color: #008cba;
}

#seek-bar {
    flex: 1;
    margin: 0 10px;
    min-width: 100px;
}

#current-time,
#duration {
    width: 50px;
    text-align: center;
    font-size: 14px;
}

/* Responsive styles */
@media (max-width: 480px) {
    .audio-player {
       gap: 2px;
    }

    .audio-player button,
    #current-time,
    #duration {
        font-size: 12px;
        padding: 5px 7px;
        width: 100%;
        text-align: center;
    }

    #seek-bar {
        margin: 10px 0;
        width: 100%;
        min-width: 60px;
    }
}


/* Modal styles */
/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    animation: fadeIn 0.3s ease-in-out;
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 50%;
    max-width: 600px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: slideIn 0.3s ease-in-out;
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
}

.modal-footer {
    padding: 10px;
    text-align: right;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.modal-close:hover {
    color: #000;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { transform: translateY(-50px); }
    to { transform: translateY(0); }
}

/* Additional styles for the content */
.modal-content h4 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.modal-content p {
    font-size: 18px;
    color: #666;
}

/*------*/




.container {
    max-width: 800px;
    margin: 20px auto;
    background-color: white;
    padding: 20px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    border-radius: 5px;
}

.instruction {
    padding: 14px;
    margin-bottom: 10px;
    padding: 4px 12px;
    font-size: 18px;
    color: #444;
    border-radius: 4px;
    background-color: rgba(31, 107, 194, 0.07);
}

.instruction strong {
    color: #000;
}

.instruction .progress {
    color: #5cb85c;
    font-weight: bold;
}

.editor {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.toolbar {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    align-items: center;
}

.paragraph-select {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: white;
}

.toolbar-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 3px;
    min-width: 32px;
    text-align: center;
}

.bold-btn, .italic-btn, .underline-btn {
    font-family: 'Arial', sans-serif;
}

.text-area {
    min-height: 140px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 3px;
    margin-top: 10px;
}

.text-area p {
    display: flex;
    justify-self: start;
    font-size: 24px;
    color: #333;
    padding: 12px;
}


/*5.1*/

.audio-recorder {
    padding:  24px;
    margin-bottom: 20px;
    font-family: MyriadPro, Arial, Helvetica, sans-serif;
    width: 38%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 6px 0px #ccc;
    position: relative;
}

.audio-recorder h2 {
    margin-bottom: 10px;
    color: #333;
}

#timer {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

.microphone-icon img {
    width: 200px;
    margin-bottom: 10px;
}

p {
    /* color: #e74c3c; */
    margin-bottom: 10px;
    padding-left:  5px;;
}

.record-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e74c3c;
    border: 2px solid #e74c3c;
    cursor: pointer;
}

.question-section {
    margin-top: 20px;
    display: flex;
   flex-direction: column;
    align-items: center;
    
}

.question p {
    
    font-size: 30px;
    font-style: italic;
    color: #3498db;
    border: 2px solid black;
    padding: 12px;
}


.feedback1 {
    padding:  14px;
    border-radius: 12px;
    margin: 24px 0 12px;
    color: #444;
    max-width: 510px;
    border: dashed 2px #e2a400;
    font-size: 12pt;
}

.feedback1 p {
    padding:  10px;
    font-size: 20px;
    color: #333;
    margin: 0;
}

.feedback1 small {
    font-size: 16px;
    color: #7f8c8d;
    text-align: center;
}


/*----5.1---*/

.numbers {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.number-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}

.digit {
    font-size: 60px;
    color: #2a4b7c;
    margin-bottom: 5px;
}

.text {
    font-size: 18px;
    color: #f4a624;
    margin-bottom: 10px;
    font-weight: bold;
}

.play-button {
    background-color: #4682B4;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 10px;
}

.play-button:hover {
    background-color: #315f7c;
}

.image {
    width: 50px;
    height: 100px;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Existing styles */
.numbers {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.number-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}

.digit {
    font-size: 60px;
    color: #2a4b7c;
    margin-bottom: 5px;
}

.text {
    font-size: 18px;
    color: #f4a624;
    margin-bottom: 10px;
    font-weight: bold;
}

.play-button {
    background-color: #4682B4;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 10px;
}

.play-button:hover {
    background-color: #315f7c;
}

.image {
    width: 50px;
    height: 100px;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile Responsive Styling */
@media (max-width: 600px) {
    .numbers {
        flex-direction: column;
        align-items: center;
    }

    .number-item {
        width: 90%;
        margin-bottom: 30px;
        gap: 10px;
    }

    .digit {
        font-size: 40px;
    }

    .text {
        font-size: 16px;
    }

    .play-button {
        font-size: 16px;
        padding: 8px;
    }

    .image {
        width: 40px;
        height: 80px;
    }
}


/* .image-zero {
    background-image: url('path/to/zero-image.png');
    background-size: cover;
}

.image-one {
    background-image: url('path/to/one-image.png');
    background-size: cover;
}

.image-two {
    background-image: url('path/to/two-image.png');
    background-size: cover;
}

.image-three {
    background-image: url('path/to/three-image.png');
    background-size: cover;
}

.image-four {
    background-image: url('path/to/four-image.png');
    background-size: cover;
} */
.container {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.button {
    background-color: #E0FFFF;;
    color: white;
    padding: 3px;
    cursor: pointer;
    border:none;
    border-radius:3px;
    color: #000;
}

.button:hover {
    background-color: rgb(81, 193, 237);
    border:1px solid;
}

.button.active {
    background-color: rgb(249, 249, 109) !important;
    color: black;
    border:1px solid;

}

/* Default play icon */
.mdi-play::before {
    content: none;
}
#play-pause {
    width: 37px; 
    height: 35px; 
    text-align: center;
    font-size: 20px; 
    line-height: 40px; 
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0; 
}
.audio-style {
    border: unset;
    background-color: #42a0c4;
    border-radius: 3px;
    height: 38x;
    width: 36px;
    margin: 6px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.correct {
    border: 2px solid green;
}

.incorrect {
    border: 2px solid red;
}

@media (max-width: 768px) {
    .quiz-section{
        margin: 0px;
        padding: 30px 0px;
    }
}

@media screen and (max-width: 768px) {
    .dragablefield {
        flex-wrap: wrap;
        padding: 15px 5px;
    }

    .dragablefield-innerbox {
        font-size: 18px;
        padding: 3px 6px;
        margin: 4px;
    }

    .drapablefield-innerbox {
        height: 20px;
        margin: 8px;
    }

    .drapablefield {
        font-size: 18px;
        flex-wrap: wrap;
        margin: 5px;
    }

    .dragablefield-innerbox .mdi.mdi-dots-vertical {
        width: 12px;
        margin-right: 3px;
    }
}

@media screen and (max-width: 480px) {
    .dragablefield {
        padding: 10px 5px;
    }

    .dragablefield-innerbox {
        font-size: 16px;
        padding: 2px 5px;
        margin: 3px;
    }

    .drapablefield-innerbox {
        height: 18px;
        margin: 6px;
    }

    .drapablefield {
        font-size: 16px;
        margin: 3px;
    }

    .dragablefield-innerbox .mdi.mdi-dots-vertical {
        width: 10px;
        margin-right: 2px;
    }
}



/* multiple choice */

.showAlertBtn {
    font-weight: bold;
    color: rgb(68, 68, 68);
    font-size: 20px;
    text-align: left;
}

.question-text {
    font-weight: bold;
    color: rgb(0, 166, 213);
    font-size: 40px;
    font-style: italic;
    padding: 30px 10px;
    text-align: center;
}

.imput-innerbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vocalClickLabel {
    display: flex;
    align-items: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    max-width: 50%;
    width: 225px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #F5F9FF, #F3FCFF);
    margin: 6px;
    cursor: pointer;
    height: 150px;
}

.input-content {
    max-width: 200px;
    width: 100%;
}

.input-img {
    max-width: 160px;
    width: 100%;
    height: 150px;
    padding-left: 10px;
    margin-right: 6px;
}

.input-img img {
    width: 100%;
    height: 100%;
}

.input-num {
    background-color: #ddd;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    color: #444;
    font-size: 12px;
    text-align: center;
}

.Bottom-box {
    padding: 70px 10px 40px;
    text-align: center;
}

.refreshBtn {
    background-color: #EEEEEE;
    padding: 0px;
    color: #fff;
    border: unset;
    outline: unset;
    font-size: 16px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    margin: 0px 10px;
}

.refreshBtn img {
    width: 100%;
    height: 100%;
    padding: 4px;
}

.checkAns {
    background-color: #27AE61;
    padding: 7px 15px;
    color: #fff;
    border: unset;
    outline: unset;
    font-size: 18px;
    border-radius: 4px;
    min-width: 180px;
    margin: 0px 10px;
    height: 40px;
}
@media (max-width: 1024px) {
    .question-text {
        font-size: 35px;
        padding: 20px 8px;
    }

    .vocalClickLabel {
        max-width: 100%;
        width: 180px;
        height: 130px;
    }

    .input-img {
        max-width: 140px;
        height: auto;
    }

    .input-num {
        width: 14px;
        height: 14px;
        font-size: 10px;
    }

    .refreshBtn {
        width: 35px;
        height: 35px;
    }

    .checkAns {
        font-size: 16px;
        min-width: 160px;
        height: 35px;
    }
}

@media (max-width: 768px) {
    .question-text {
        font-size: 28px;
        padding: 15px 5px;
    }

    .imput-innerbox {
        flex-wrap: wrap;
    }

    .vocalClickLabel {
        width: 160px;
        height: 120px;
        margin: 5px;
    }

    .input-img {
        max-width: 120px;
        padding-left: 5px;
    }

    .input-num {
        width: 12px;
        height: 12px;
        font-size: 10px;
    }

    .Bottom-box {
        padding: 50px 5px 30px;
    }

    .refreshBtn {
        width: 30px;
        height: 30px;
    }

    .checkAns {
        font-size: 14px;
        min-width: 140px;
        height: 32px;
    }
}

@media (max-width: 480px) {
    .question-text {
        font-size: 24px;
        padding: 10px 5px;
    }

    .vocalClickLabel {
        width: 140px;
        height: 110px;
    }

    .input-img {
        max-width: 100px;
        padding-left: 5px;
    }

    .input-num {
        width: 10px;
        height: 10px;
        font-size: 8px;
    }

    .Bottom-box {
        padding: 40px 5px 20px;
    }

    .refreshBtn {
        width: 25px;
        height: 25px;
    }

    .checkAns {
        font-size: 12px;
        min-width: 120px;
        height: 28px;
    }
}


/* styles.css */
@media (max-width: 768px) {
    h1, h2, h3, h4, h5, h6, p,
    table, th, td, tr {
      font-size: 14px !important;
    }
  
    
    /* table {
      width: 100% !important;
      display: block;
      overflow-x: auto;
      white-space: nowrap;
    } */
  }
  


/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 768px) {
    .quiz-section{
        margin: 0px;
        padding: 30px 0px;
    }
    .midleComponet-data {
        padding: 10px 10px;
    }
}


/* Use your own class inside the HTML, e.g., class="pet-adjective-table" */

  