.form-item {
  /* background: red; */
}

/* .training-tab-container */
.field-group-tabs-wrapper {
  margin: 30px;
}
/* #inline-entity-form-field_module_id-form { */
.ief-form.ief-form-bottom.js-form-item.form-item.js-form-wrapper.form-wrapper {
  /* background-color: lavender; */

}

.menu-link-form.js-form-wrapper.form-wrapper.seven-details{
  display:none
}

/* set select box & date box width*/
#stafflistform .form-select {
  width: 200px;
}
#stafflistform .form-date {
  width: 200px;
}
/* set Reset & search buttom */
#edit-actions {
  display: flex;
  align-items: center;
  margin: 10px;
}



/* js-form-item form-item js-form-wrapper form-wrapper */

/* test jquery css */

/* #edit-field-training-type-wrapper {
    background-color: rgb(0, 110, 255);
} */

.error-message {
  color: #a51b00 !important;
  border-width: 1px !important;
  border-color: #e62600!important;
  background-color: hsla(15, 75%, 97%, 1)!important;
  box-shadow: inset 0 5px 5px -5px #b8b8b8!important;
}

/** AA **/

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}

#edit-reminder-days-before-training input{
  margin: 0 5px 0 0 !important;
}
#edit-reminder-days-before-training .form-type-checkbox{
  display: flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
}
#edit-reminder-days-before-training input,
#edit-reminder-days-before-training label{
  display: inline-block !important;
}

:root{
  --mygray: #888888;
  --myblack: #333;
  --myblue: #4A8FD5;
  --a-border: 5px solid #2b72ce;
  --fc-daygrid-event-dot-width:8px;
  --fc-list-event-dot-width:10px;
  --fc-list-event-hover-bg-color:#f5f5f5;
}

body{
  line-height: 1.5;
}

small{
  font-size: 1.3rem;
}

.row-container{
  padding: 0 15px;
}

.fs-middle{
  font-size: 1.6rem;
}

.fw-600{
  font-weight: 600;
}

.fs-large{
  font-size: large;
}
.training_node__content{
  background-color: #f5fbff;
}

.training-right-tag {
  list-style: none;
  display: flex;
  padding: 0;
}

.training-right-body{
  font-weight: bold;
}

.training-right-tag li{
  color: var(--mygray);
  font-weight: bold;
  margin: 0 10px 0 0  !important;
}
.training-top-left{
  height: 100%;
}


.training-top-left img {
  max-width: 100%;
  object-fit: cover; /* optional: make the image fill the container without distorting */
}

.training-top-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.training-top-right h2{
  margin-left: 0!important;
  margin-right: 0!important;
}

.register-btn{
  width: 100%;
}

.training-content-box{
  background-color: #fff;
  margin-top: 40px;
  padding: 30px;
}

.content-title{
  display: block;
  position: relative;
}

.content-title::after{
  display: block;
  content: '';
  margin: 20px 0;
  width: 80px;
  height: 2px;
  background-color: #0a6eb4;
  position: relative;
}

.instructor{
  min-height: 300px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-pagination{
  position: absolute;
  bottom: 0;
}

.teacher-name{
  margin: 0 !important;
}

.teacher-title{
  color: var(--mygray);
  margin-top: 0 !important;
}
.mySwiper{
  min-height: 200px;
}

.register-center .session_list label{
  font-weight: 600;
  font-size: 1.5rem;
  vertical-align: baseline;
  margin-bottom: 0 !important;
}

.session_list .form-type-radio{
  display: contents;
  margin-bottom: 0;
}

/*----------------------------------------*/
.reminder{
  display: flex;
  margin-top: 30px;
  padding: 15px 45px;
  background-color: #fdf5e6;
  border: 1px solid #ffdeb1;
}
.reminder2{
  display: flex;
  margin-top: 30px;
  padding: 15px 45px;
  background-color: #f1ffeb;
  border: 1px solid #9def90;
}

.reminder-text{
  margin-bottom: 0;
}

.register-header-title{
  font-size: large;
}

.register-header-address{
  color: var(--mygray);
  font-size: 1.5rem;
}

.reminder-icon{
  font-size: large;
  margin-right: 10px;
}
.fa-triangle-exclamation{
  color: #f8b00e;
}

.fa-circle-check{
  color: #399d17;
}
.fa-hourglass{
  color: #f8b00e;
}
.state-icon{
  margin-left: 10px;
}
.q1{
  font-size: 1.7rem;
}

.module_title{
  padding: 15px 0 15px 44px;
  border-bottom: 1px solid #f9f6f6;
  font-weight: 800;
  font-size: 1.7rem;
}

.session_list{
  padding: 20px 0 15px 0;
  display: flex;
  border-bottom: 1px solid #f9f6f6;
  align-items: center;
  line-height: 1.5;
}
.view_detail{
  font-size: 1.7rem;
  color: var(--myblue)  !important;
  cursor: pointer;
  margin-left: auto;
  padding-left: 5px;
}
.session_status{
  display: flex;
}
.full,.wait{
  font-weight: 600;
  display: block;
}

.full{
  color: red;
}
.wait{
  color: slategray;
}

.register-form-input{
  display: block;
  width: 100%;
  height: 50px;
  font-size: 1.7rem;
  margin-bottom: 25px;
  border: #e2e2e2 1px solid;
  padding: 15px;
  border-radius: 5px;
}

.register-right-box{
  font-size: 1.5rem;
  background-color: #fff;
  padding:40px 18px 40px 18px;
  position: relative;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.register-detail-label i{
  display: inline-block;
  font-size: 2rem;
  margin: auto;
  color: var(--myblue);
}

.register-detail-label {
  font-weight: 600!important;
  display: flex;
  text-transform: capitalize;
}

.register-right-detail{
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #f9f6f6;
  align-items: center;
}

.register-detail-content{
  margin-left: auto;
  text-align: end;
  width: 55%;
  text-transform: capitalize;
}

.required-start::after{
  content: '*';
  color: red;
}

.register-main-content h2,
.registration-title h2,
.registration-details h2{
  font-weight: 800 !important;
}

.registration-details {
  margin-top: 30px;
}

.module-session-title{
  background-color: #fafafa;
  border-bottom: 1px solid #f9f6f6;
  padding: 15px 0 15px 44px;
  font-weight: bold;
  font-size: 1.7rem;
}

/*.custom-form{*/
/*    padding: 25px 0 0 0;*/
/*}*/

.input-field{
  background-color: #fff;
  padding: 30px 15px;
}

.register-center{
  background-color: #fff;
  padding: 30px 30px;
}

.register-form-input:disabled{
  cursor: not-allowed;
}

.register-form-input option{
  font-size: 1.5rem;
}
.session_list label{
  margin: 0;
  font-size: 1.5rem;
}

.session_list input[type=radio]{
  padding: 0.5em;
  appearance: none;
  border: 0.1em solid #9f9f9f;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  margin-right: 20px;
  margin-left: 10px;
}

.session_list input[type=radio]:checked{
  display: inline-block;
  background-color: #333;
}

.session_list input[type=radio]:disabled,
.session_list input[type=radio]:disabled ~ label{
  cursor: not-allowed !important;
}

.register-form-submit #edit-submit.disabled{
  pointer-events: none !important;
  cursor: auto!important;
  color: var(--mygray) !important;
  opacity: 0.6;!important;
  font-weight: normal ;
}

.register-form-submit #edit-submit,
.walk-in-submit #edit-submit
{
  width: 100%;
  background-color: #4A8FD5;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.9em;
  min-width: 300px;
  color: white;
  border-radius: 0;
  border: none!important;
  display: inline-block;
  margin: 25px auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 2rem;
}

.import-submit #edit-submit{
  width: 40%;
  background-color: #4A8FD5;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.9em;
  min-width: 300px;
  color: white;
  border-radius: 0;
  border: none!important;
  display: inline-block;
  margin: 25px auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 2rem;
}

.email-template input[type=submit]{
  width: fit-content;
  background-color: #4A8FD5;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.9em 3rem;
  color: white;
  border-radius: 0;
  border: none!important;
  display: inline-block;
  margin: 25px auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}




.import-submit input[value = 'Remove']{
  width: auto;
  padding: 0 10px !important;
  display: inline-block;
  margin: 0 15px;
}

.register-form-submit #edit-submit:hover,
.email-template input[type=submit]:hover,
.import-submit #edit-submit:hover,
.walk-in-submit #edit-submit:hover{
  background-color: #003366;
}

.register-header{
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 0;
  background-color: #fff;
}

.input-field{
  margin-top: 25px;
  padding: 30px;
}

label[for=edit-prefix],
label[for=edit-full-name],
label[for=edit-company-name],
label[for=edit-phone-number],
label[for=edit-email]{
  font-weight: 600 !important;
  font-size: 1.7rem !important;
}
.input-field label{
  margin-bottom: 15px;
}
.side-bar1{
  padding-left: 25px;
}

.side-bar2{
  display: none;
  margin-top: 25px;
}

.register-form-mobile{
  display: none;
}

#training_section{
  height: 80px;
}

/*-------------------------------------*/
.register-form-complete{
  padding: 30px;
  font-size: large;
  font-weight: 600;
  background-color: #fff;
  margin-top: 25px;
}

.register-form-complete-icon{
  margin-right: 15px;
}
/*--------------------------------------*/

.active a,.active{
  font-weight: 800 !important;
  color: var(--myblack) !important;
}

.record-tab .active:after{
  display: block;
  content: '';
  margin: 20px 0;
  width: 100%;
  height: 2px;
  background-color: #0a6eb4;
  position: relative;
}

.record-view-all:after{
  display: block;
  content: '';
  margin: 20px 0;
  width: 80%;
  height: 2px;
  background-color: #0a6eb4;
  position: relative;
}

.record-view-all-arrow{
  margin-left: 10px;
}

.search-header-links .active{
  background-color: rgba(176, 210, 243, 0.55) !important;
}

.search-header-links .admin-btn{
  background-color: rgba(168, 212, 231, 0.15);
}



/*.search-header,*/
.record-tab{
  display: flex;
  align-items: center;
  font-size: large;
}



.search-header-links{
  padding: 0;
}

/*.search-header ul,*/
.record-tab ul,
.actions ul{
  list-style: none;
  display: flex;
  padding-left: 0 ;
}
.search-header ul {
  align-items: center;
  list-style: none;
  font-size: 1.7rem;
  padding: 10px 0;
}


.search-header ul li,
.record-tab ul li{
  display: inline-block;
  margin-top: 0 !important;
  margin-bottom: 10px;
  margin-right: 8px;
  padding: 5px 15px;
  border-radius: 20px;
  width: auto !important;
}

.actions ul li{
  margin-top: 0 !important;
  margin-right:18px;
}

.search-header ul li a{
  font-weight: 600;
  color: var(--mygray);
}

.record-tab ul li a{
  font-weight: 600;
  color: var(--myblack);
}

.search-header-search-bar,.search-filter{
  /*position: relative;*/
  display: flex;
  flex-direction: column;
  text-align: end;
  align-items: end;
  margin-bottom: 25px;
}

.search-header-search-bar form,.search-filter form{
  width: 100%;
  position: relative;
}

.search-header-search-bar input, .search-filter input{
  width: 100%;
  height: 45px;
  font-size: 1.7rem;
  /*margin-bottom: 25px;*/
  border: #cccccc 1px solid;
  padding: 10px;
  font-weight: 600;
}

#search_bar::placeholder,
.instructor-feedback::placeholder{
  color: #b7b7b7 !important;

}

#search_bar{
  padding-right: 35px;
}


.search-header-search-bar .search-button,
.search-filter .search-button{
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 10px;
  background: none;
  border: none;
  font-size: large;
}

.mySwiper{
  min-height: auto;
}
.record-detail{
  font-weight: 600;
  font-size: large;
  border-left: 6px solid var(--myblue);
  border-bottom: solid 1px #dedede;
  justify-content: space-between;
  background-color: #fff;
}
.record-detail .row,
.panel2 .row,
.module_record .row{
  padding: 15px !important;
  margin: 0;
}


.record-detail-row{
  display: flex;
  align-items: center;
}
.record-main-content{
  padding: 0;
  margin: 10px 0 20px 0;
  border: 1px solid #dedede;
}
.record-btns{
  text-align: end;
  margin-left: auto;
}
.record_details-btn{
  padding: 13px 6px !important;

}

.record-btns a{
  font-size: 1.5rem !important;
  min-width: 70px !important;
  height: 70px !important;
  color: var(--myblue);
  outline: none;
  border:1px solid var(--myblue) ;
  margin-left: 15px !important;
}
.record_qr_btn,
.record_quizzes_btn{
  background-color: var(--myblue);
  color: #fff !important;
}

.panel2 {
  justify-content: space-between;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
}

.panel2.show {
  max-height: 500vh;
  height: auto;
  transition: max-height 0.5s ease-in;
}

.ticket_id,.mode,.actions{
  font-size: 1.7rem;
}

.ticket_id p,.mode p,.actions p{
  font-size: large;
  font-weight: 600;
}

.record-module-label{
  color: #6e6e6e;
  font-weight: bold !important;
}
.mode_and_actions{
  display: flex;
  justify-content: space-between;
}

.actions{
  margin-left: 15px;
}
.actions a{
  font-weight: 600;
  display: inline-block;
}

.download_receipt,
.course_details,
.record-view-all{
  color: var(--myblue) !important;
}

.cancel{
  color: red !important;
  cursor: pointer;
}
.module_record .col-12{
  display: block;
  margin-top: 1em;
}


.module_record_details{
  border: 1px solid var(--myblue);
  padding: 15px;
  position: relative;
}
.module_record_details p{
  font-weight: 800 !important;
}
.module_record_details small{
  font-weight: 600;
}
.module-waiting-block{
  background-color: rgba(213, 213, 213, 0.33);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.mobile-record-title{
  font-size: 2.3rem;
}
.mobile-registered-train{
  display: none;
}
.registered-card-img,
.overview-card-img{
  position: relative;
  height: 300px;
}

.registered-card-img img,
.overview-card-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.card-course-type{
  position: absolute;
  top: 16px;
  right: 15px;
  background: #fff;
  padding: 5px 10px;
  font-size: large;
  font-weight: bold;
  text-transform: capitalize;
}
.mobile-registered-train .card-title{
  font-size: large;
}
.card-body {
  padding: 15px;
  background-color: #fff;
}

.card-course-mode{
  color: var(--myblue);
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  padding: 10px 0;
}

.overview-course-data,
.card-course-date-time{
  display: flex;
  flex-wrap: wrap;
  color: var(--mygray);
  font-weight: 600;
  font-size: 1.5rem;
}
.card-course-time,
.card-course-lectures{
  margin-left: auto;
}
.record-view-all{
  color: var(--myblue);
  font-weight: 800;
  font-size: 1.5rem;

}

.swiper-button-next:after{
  background: rgba(255, 255, 255);
  position: absolute;
  padding: 11px 15px;
  border-radius: 100%;
  box-shadow: 1px 2px 5px #a4a4a4;
  font-size: 1.7rem !important;
  right: -6px;
  bottom: -10px;
  font-weight: 900;
}
.swiper-button-prev:after{
  background: rgba(255, 255, 255);
  position: absolute;
  padding: 11px 15px;
  border-radius: 100%;
  box-shadow: 1px 2px 5px #a4a4a4;
  font-size: 1.7rem !important;
  left: -6px;
  bottom: -10px;
  font-weight: 900;
}






.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}
/*------------------------------------*/

.record-modal{
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 6;
  left: 0;
  top: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0, 0, 0, 0.59);
}
.record-modal-content{
  max-width: 560px;
  width: 95%;
  margin: auto;
  background-color: #fff;
  font-weight: 600;
  border-radius: 15px;
  font-size: 1.7rem;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.41);
}
.record-modal-title{
  background-color: var(--myblue);
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 15px 15px 0 0;
}
.record-modal-title p{
  margin: 0;
}
.record-modal-title i{
  font-size: 2rem !important;
}

.record-modal-title i:hover{
  color: #424242;
  cursor: pointer;
}
.record-modal-details{
  padding: 0 20px 20px 20px;
}
.record-modal-details img{
  width: 60%;
  display: block;
  margin: auto;
}
.modal-detail-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 2px solid #ececec;
}
.modal-detail-row p{
  margin: 0;
  width: 60%;
  text-align: end;
  font-weight: bold !important;

}
.modal-detail-row span{
  color: var(--mygray);
}
.record-modal-footer{
  text-align: end;
  margin: 0 15px 15px 15px;
}

.record-modal-footer .btn{
  min-width: auto !important;
  margin-left: 15px !important;
  font-size: 1.5rem !important;
  padding: 10px !important;
}

.qr-modal .record-modal-details{
  padding-bottom: 0;
}

.white-btn{
  background-color: #fff !important;
  color: var(--myblue) !important;
  border: 1px solid var(--myblue) !important;
}
.white-btn:hover{
  background-color: #003366 !important;
  color: #fff !important;
}
/*----------------------------------*/

.mycourse-main-tag span{
  border: 1px solid var(--mygray);
  padding: 5px 15px;
  display: inline-block;
  border-radius: 40px;
  margin: 15px 15px 15px 0;
  color: var(--mygray);
  font-size: 1.7rem;
}

.mycourse-main-about p{
  font-weight: 600;
  font-size: 1.7rem;
}

.mycourse-table h3{
  font-weight: 800 !important;
  padding-top: 25px !important;
  margin-bottom: 30px !important;
}

.trainer-title{
  margin-bottom: 25px !important;
  margin-top: 30px !important;
  position: relative;
  display: block;
  padding-bottom: 20px;
}


/*.mycourse-table h3::after,*/
/*.trainer-title::after{*/
/*    position: absolute;*/
/*    display: block;*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background-color: var(--myblue);*/
/*}*/


.trainer-title::before{
  position: absolute;
  display: block;
  bottom: 0;
  content: '';
  width: 20%;
  height: 2px;
  background-color: var(--myblue);
  z-index: 1;
}

.trainer-title::after{
  position: absolute;
  display: block;
  content: '';
  bottom: 1px;
  width: 100%;
  height: 2px;
  background-color: #ececec;
}

.mycourse-course-name h3,
.mycourse-table h3,
.overview-top3-box h3,
.overview-training h3,
.overview-result-title,
.quiz-course h4,
.quiz-your-ans h4{
  position: relative;
  padding-bottom: 25px;
}
.mycourse-course-name h3::before,
.mycourse-table h3::before,
.overview-top3-box h3::before,
.overview-training h3::before,
.overview-result-title::before,
.quiz-course h4::before,
.quiz-your-ans h4::before{
  position: absolute;
  display: block;
  bottom: 0;
  content: '';
  width: 30%;
  height: 2px;
  background-color: var(--myblue);
  z-index: 1;
}

.mycourse-course-name h3::after,
.mycourse-table h3::after,
.overview-top3-box h3::after,
.overview-training h3::after,
.overview-result-title::after,
.quiz-course h4::after,
.quiz-your-ans h4::after{
  position: absolute;
  display: block;
  content: '';
  bottom: 1px;
  width: 100%;
  height: 2px;
  background-color: #ececec;
}

.chapter{
  background-color: #fff;
  padding: 20px 0;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 2px 3px 8px rgba(110, 110, 110, 0.24);
}

.chapter-title{
  display: flex;
  justify-content: space-between;
  font-weight: bold !important;
}
.chapter p{
  padding: 0 25px;
  margin: 0;
  font-size: 1.7rem;
}
.chapter-detail{
  padding: 20px 25px 0 25px;
  display: flex;
  justify-content: space-between;
  font-size: 1.7rem;
  align-items: center;
  font-weight: 600;
}

.chapter-detail:not(:last-child){
  border-bottom: 2px solid #ececec;
  padding: 20px 25px !important;
}

.chapter-detail span{
  display: flex;
  align-items: center;
}
.chapter-detail span i{
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
.mycourse-course-name p{
  font-size: 2.2rem;
  font-weight: bold;
}

.mycourse-course-name h3 {
  margin-top: 0 !important;
}

.mycourse-course-name h3,
.mycourse-trainer h3,
.mycourse-trainer-intro h3{
  font-weight: 800 !important;
}

.mycourse-trainer-intro h3{
  margin-bottom: 0!important;
}

.mycourse-trainer-intro{
  font-weight: 600;
  padding-right: 30px;
}

.mycourse-trainer-intro span{
  color: var(--mygray);
  display: inline-block;
  margin-bottom: 15px;
}

.mycourse-trainer-img img{
  border-radius: 50%;
}

.mycourse-trainer .row{
  display: flex;
  align-items: center;
}
.mycourse-detail-container{
  padding-top: 15px;
}

/*----------------------------------*/
.overview-top3-box{
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  box-shadow: 2px 3px 15px rgba(117, 117, 117, 0.15);
  margin-top: 25px;
}

.overview-course-progress span{
  font-weight: bold;
  font-size: 3rem;
}

.overview-result-title{
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.overview-result-title h3{
  margin: 0 !important;
}

.overview-result-title a{
  font-size: 1.7rem;
  font-weight: bold;
}

.resume-btn,
.upcoming-btn,
.survey-btn{
  width: 100%;
  margin: 25px 0 15px 0 !important;
  min-width: 100% !important;
}

.resume-btn,
.upcoming-btn,
.survey-btn{
  font-size: 1.7rem !important;
}
.overview-top3-box span i{
  display: block;
  margin-bottom: 25px;
  color: var(--myblue);
}
.overview-top3-box h3{
  display: block;
  width: 100%;
  margin: 0 0 30px 0 !important;
  align-self: start;
}
.overview{
  margin: 25px 0;
}
.overview-card{
  margin: 20px 0 !important;

}
.recent-quizzes{
  background-color: #fff;
  margin-top: 25px !important;

}
.recent-quizzes .row{
  padding: 25px 30px;
  display: flex;
  align-items: end;
}
.recent-quizzes .row .right{
  text-align: center;
}

.recent-quizzes .row .right span{
  font-size: 3rem;
  font-weight: bold;
  color: var(--myblue);
}

span.small{
  font-size: 1.7rem !important;
  display: inline-block;
  margin-bottom: 10px;
}
.right small{
  font-size: 1.7rem !important;
}
.left small{
  font-size: 1.5rem !important;
}
.recent-quizzes .row .left{
  margin-left: 20px;
}
/*-----------------------------------------------*/

#calendar{
  padding-top: 20px;
}

.fc-icon, .fc-unselectable {
  -moz-user-select: none;
  -ms-user-select: none;
}

.fc .fc-button, .fc-icon {
  text-transform: none;
  font-weight: 400;
}

.fc-not-allowed, .fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc .fc-button:not(:disabled), .fc a[data-navlink], .fc-event.fc-event-draggable, .fc-event[href] {
  cursor: pointer;
}

.fc-unselectable {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.fc {
  display: flex;
  flex-direction: column;
  font-size: 1em;
}

.fc .fc-button, .fc-icon {
  display: inline-block;
  text-align: center;
}

.fc, .fc *, .fc :after, .fc :before {
  box-sizing: border-box;
}

.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}

.fc th {
  text-align: center;
}

.fc td, .fc th {
  vertical-align: top;
  padding: 0;
}

.fc .fc-button, .fc .fc-button .fc-icon, .fc .fc-button-group, .fc .fc-timegrid-slot-label {
  vertical-align: middle;
}

.fc a[data-navlink]:hover {
  text-decoration: underline;
}

.fc .fc-button:hover, .fc .fc-list-event-title a, a.fc-event, a.fc-event:hover {
  text-decoration: none;
}

.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}

.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}

.fc-theme-standard td, .fc-theme-standard th {
  border: 1px solid #ddd;
}

.fc-liquid-hack td, .fc-liquid-hack th {
  position: relative;
}

@font-face {
  font-family: fcicons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.fc-icon {
  width: 1em;
  height: 1em;
  -webkit-user-select: none;
  user-select: none;
  font-family: fcicons !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

.fc-icon-minus-square:before {
  content: "\e904";
}

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}

.fc .fc-button {
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
}

.fc .fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.fc .fc-button {
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}

.fc .fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

.fc .fc-button-primary:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc .fc-button:disabled {
  opacity: 0.65;
}

.fc .fc-button-primary {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.fc .fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f;
}

.fc .fc-button-primary:disabled {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27;
}

.fc .fc-button .fc-icon {
  font-size: 1.5em;
}

.fc .fc-button-group {
  position: relative;
  display: inline-flex;
}

.fc .fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto;
}

.fc .fc-button-group > .fc-button.fc-button-active, .fc .fc-button-group > .fc-button:active, .fc .fc-button-group > .fc-button:focus, .fc .fc-button-group > .fc-button:hover {
  z-index: 1;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc .fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

.fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

.fc .fc-toolbar-title {
  font-size: 1.75em;
  margin: 0;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}

.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  margin-right: 0.75em;
}

.fc-direction-rtl .fc-toolbar-ltr {
  flex-direction: row-reverse;
}

.fc .fc-scroller {
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.fc .fc-scroller-liquid {
  height: 100%;
  background-color: #fff;
}

.fc .fc-scroller-liquid-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fc .fc-scroller-harness {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.fc .fc-scroller-harness-liquid {
  height: 100%;
}

.fc-direction-rtl .fc-scroller-harness > .fc-scroller {
  direction: rtl;
}
.fc-scroller td{
  padding: 0!important;
}
.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #ddd;
}

.fc .fc-scrollgrid, .fc .fc-scrollgrid-section-footer > *, .fc .fc-scrollgrid-section-header > * {
  border-bottom-width: 0;
}

.fc .fc-scrollgrid, .fc .fc-scrollgrid table {
  width: 100%;
  table-layout: fixed;
}

.fc .fc-scrollgrid table {
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
}

.fc .fc-scrollgrid {
  border-collapse: separate;
  border-right-width: 0;
}

.fc .fc-scrollgrid-liquid {
  height: 100%;
  background-color: #fff;
}

.fc .fc-scrollgrid-section, .fc .fc-scrollgrid-section table, .fc .fc-scrollgrid-section > td {
  height: 1px;
}

.fc .fc-scrollgrid-section-liquid > td {
  height: 100%;
  padding: 0!important;
}

.fc .fc-scrollgrid-section > * {
  border-top-width: 0;
  border-left-width: 0;
}

.fc .fc-scrollgrid-section-body table, .fc .fc-scrollgrid-section-footer table {
  border-bottom-style: hidden;
}

.fc .fc-scrollgrid-section-sticky > * {
  position: sticky;
  z-index: 3;
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  top: 0;
}
.fc .fc-scrollgrid-section-header td{
  padding: 0!important;
}
.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  bottom: 0;
}
.fc-scrollgrid-section > td{
  padding: 0!important;
}
.fc .fc-scrollgrid-sticky-shim {
  height: 1px;
  margin-bottom: -1px;
}

.fc-sticky {
  position: sticky;
}

.fc .fc-view-harness {
  flex-grow: 1;
  position: relative;
}

.fc .fc-bg-event, .fc .fc-highlight, .fc .fc-non-business, .fc .fc-view-harness-active > .fc-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-content{
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px;
}
.fc-col-header-cell{
  padding: 10px 0 !important;
}
.fc .fc-non-business {
  background: rgba(215, 215, 215, 0.3);
}

.fc .fc-bg-event {
  background: #8fdf82;
  opacity: 0.3;
}

.fc .fc-bg-event .fc-event-title {
  margin: 0.5em;
  font-size: 0.85em;
  font-style: italic;
}

.fc .fc-highlight {
  background: rgba(188, 232, 241, 0.3);
}

.fc .fc-cell-shaded, .fc .fc-day-disabled {
  background: rgba(208, 208, 208, 0.3);
}

.fc-event .fc-event-main {
  position: relative;
  z-index: 2;
}

.fc-event-dragging:not(.fc-event-selected) {
  opacity: 0.75;
}

.fc-event-dragging.fc-event-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-event .fc-event-resizer {
  display: none;
  position: absolute;
  z-index: 4;
}

.fc-event-selected .fc-event-resizer, .fc-event:hover .fc-event-resizer, .fc-h-event, .fc-v-event {
  display: block;
}

.fc-event-selected .fc-event-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
}

.fc-event-selected .fc-event-resizer:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}

.fc-event-selected, .fc-event:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event-selected:before, .fc-event:focus:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-event-selected:after, .fc-event:focus:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.fc-h-event {
  border: 1px solid #3788d8;
  background-color: #3788d8;
}

.fc-h-event .fc-event-main {
  color: #fff;
}

.fc-h-event .fc-event-main-frame {
  display: flex;
}

.fc-h-event .fc-event-time {
  max-width: 100%;
  overflow: hidden;
}

.fc-h-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}

.fc-h-event .fc-event-title {
  display: inline-block;
  vertical-align: top;
  left: 0;
  right: 0;
  max-width: 100%;
  overflow: hidden;
}

.fc-h-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start, .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(-0.5 * 8px);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end, .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(-0.5 * 8px);
}

.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(-0.5 * 8px);
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start, .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(-0.5 * 8px);
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end, .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(-0.5 * 8px);
}

.fc .fc-popover {
  position: absolute;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc .fc-popover-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px;
  background-color: #d0d0d0;
}

.fc .fc-popover-title {
  margin: 0 2px;
}

.fc .fc-popover-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}

.fc-theme-standard .fc-popover {
  border: 1px solid #ddd;
}

.fc-daygrid-day-events:after, .fc-daygrid-day-events:before, .fc-daygrid-day-frame:after, .fc-daygrid-day-frame:before, .fc-daygrid-event-harness:after, .fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table;
}

.fc .fc-daygrid-body {
  position: relative;
  z-index: 1;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(168, 212, 231, 0.15);
}

.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 100%;
}

.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
}

.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 0.3;
}

.fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px;
}

.fc .fc-daygrid-day-events {
  margin-top: 1px;
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative;
  min-height: 2em;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 1em;
}

.fc .fc-daygrid-event-harness {
  position: relative;
}

.fc .fc-daygrid-event-harness-abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc .fc-daygrid-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0;
}

.fc .fc-daygrid-day-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-daygrid-day-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-daygrid-day-bg .fc-highlight {
  z-index: 3;
}

.fc .fc-daygrid-event {
  z-index: 6;
  margin-top: 1px;
}

.fc .fc-daygrid-event.fc-event-mirror {
  z-index: 7;
}

.fc .fc-daygrid-day-bottom {
  font-size: 0.85em;
  padding: 2px 3px 0;
}

.fc .fc-daygrid-day-bottom:before {
  content: "";
  clear: both;
  display: table;
}

.fc .fc-daygrid-more-link {
  position: relative;
  z-index: 4;
  cursor: pointer;
}

.fc .fc-daygrid-week-number {
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 2px;
  min-width: 1.5em;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.3);
  color: grey;
}

.fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px;
  background-color: #fff;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}

.fc-direction-ltr .fc-daygrid-week-number {
  left: 0;
  border-radius: 0 0 3px;
}

.fc-direction-rtl .fc-daygrid-week-number {
  right: 0;
  border-radius: 0 0 0 3px;
}

.fc-liquid-hack .fc-daygrid-day-frame {
  position: static;
}

.fc-daygrid-event {
  position: relative;
  white-space: nowrap;
  border-radius: 3px;
  font-size: 0.85em;
}

.fc-daygrid-block-event .fc-event-time {
  font-weight: 700;
}

.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
  padding: 1px;
}

.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0;
}

.fc-daygrid-dot-event .fc-event-title {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  font-weight: 700;
}

.fc-daygrid-dot-event.fc-event-mirror, .fc-daygrid-dot-event:hover {
  background: rgba(0, 0, 0, 0.1);
}

.fc-daygrid-dot-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}

.fc-daygrid-event-dot {
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border-radius: 4px;
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
  margin-left: 3px;
}

.fc-v-event {
  border: 1px solid #3788d8;
  background-color: #3788d8;
}

.fc-v-event .fc-event-main {
  color: #000;
  font-weight: bold;
  height: 100%;
  background-color: rgb(248, 248, 248);
}

.fc-v-event .fc-event-main-frame {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.fc-v-event .fc-event-time {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 100%;
  overflow: hidden;
}

.fc-v-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0;
}

.fc-v-event .fc-event-title {
  top: 0;
  bottom: 0;
  max-height: 100%;
  overflow: hidden;
}

.fc-v-event:not(.fc-event-start) {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event:not(.fc-event-end) {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-v-event.fc-event-selected:before {
  left: -10px;
  right: -10px;
}

.fc-v-event .fc-event-resizer-start {
  cursor: n-resize;
}

.fc-v-event .fc-event-resizer-end {
  cursor: s-resize;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 8px;
  left: 0;
  right: 0;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: -4px;
}

.fc-v-event.fc-event-selected .fc-event-resizer {
  left: 50%;
  margin-left: -4px;
}

.fc-v-event.fc-event-selected .fc-event-resizer-start {
  top: -4px;
}

.fc-v-event.fc-event-selected .fc-event-resizer-end {
  bottom: -4px;
}

.fc .fc-timegrid .fc-daygrid-body {
  z-index: 2;
}

.fc .fc-timegrid-axis-chunk > table, .fc .fc-timegrid-body, .fc .fc-timegrid-slots {
  position: relative;
  z-index: 1;
}

.fc .fc-timegrid-divider {
  padding: 0 0 2px;
}

.fc .fc-timegrid-body {
  min-height: 100%;
}

.fc .fc-timegrid-axis-chunk {
  position: relative;
}

.fc .fc-timegrid-slot {
  height: 4rem;
  border-bottom: 0;
}

.fc .fc-timegrid-slot:empty:before {
  content: " ";
}

.fc .fc-timegrid-slot-minor {
  border-top-style: dotted;
  /*padding: 20px;*/
}

.fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap;
}

.fc .fc-timegrid-axis-cushion, .fc .fc-timegrid-slot-label-cushion {
  padding: 0 4px;
}

.fc .fc-timegrid-axis-frame-liquid {
  height: 100%;
}

.fc .fc-timegrid-axis-frame {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.fc .fc-timegrid-axis-cushion {
  max-width: 60px;
  flex-shrink: 0;
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: right;
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
  text-align: left;
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(168, 212, 231, 0.15);
}

.fc .fc-timegrid-col-frame {
  min-height: 100%;
  position: relative;
}

.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc-media-screen .fc-timegrid-cols {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-media-screen .fc-timegrid-cols > table {
  height: 100%;
}

.fc-media-screen .fc-timegrid-col-bg, .fc-media-screen .fc-timegrid-col-events, .fc-media-screen .fc-timegrid-now-indicator-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc .fc-timegrid-col-bg {
  z-index: 2;
}

.fc .fc-timegrid-col-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-timegrid-col-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-timegrid-col-bg .fc-highlight, .fc .fc-timegrid-col-events {
  z-index: 3;
}

.fc .fc-timegrid-bg-harness {
  position: absolute;
  left: 0;
  right: 0;
}

.fc .fc-timegrid-now-indicator-container {
  bottom: 0;
  overflow: hidden;
}

.fc-direction-ltr .fc-timegrid-col-events {
  /*margin: 0 2.5% 0 2px;*/
}

.fc-direction-rtl .fc-timegrid-col-events {
  /*margin: 0 2px 0 2.5%;*/
}

.fc-timegrid-event-harness {
  position: absolute;
}

.fc-timegrid-event-harness > .fc-timegrid-event {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror, .fc-timegrid-more-link {
  box-shadow: 0 0 0 1px #fff;
}

.fc-timegrid-event, .fc-timegrid-more-link {
  font-size: 0.85em;
  border-radius: 3px;
}

.fc-timegrid-event {
  margin-bottom: 1px;
  border: 1px solid #efefef;
  padding-top: 10px;
}

.fc-timegrid-event .fc-event-main {
  padding: 10px;

}

.fc-timegrid-event .fc-event-time {
  white-space: nowrap;
  font-size: 0.85em;
  margin-bottom: 1px;
}

.fc-timegrid-event-short .fc-event-main-frame {
  flex-direction: row;
  overflow: hidden;
}

.fc-timegrid-event-short .fc-event-time:after {
  content: " - ";
}

.fc-timegrid-event-short .fc-event-title {
  font-size: 0.85em;
}

.fc-timegrid-more-link {
  position: absolute;
  z-index: 9999;
  color: inherit;
  background: #d0d0d0;
  cursor: pointer;
  margin-bottom: 1px;
}

.fc-timegrid-more-link-inner {
  padding: 3px 2px;
  top: 0;
}

.fc-direction-ltr .fc-timegrid-more-link {
  right: 0;
}

.fc-direction-rtl .fc-timegrid-more-link {
  left: 0;
}

.fc .fc-timegrid-now-indicator-line {
  /*position: absolute;*/
  /*z-index: 4;*/
  /*left: 0;*/
  /*right: 0;*/
  /*border-style: solid;*/
  /*border-color: red;*/
  /*border-color: var(--fc-now-indicator-color, red);*/
  display: none;
  /*border-width: 1px 0 0;*/
}

.fc .fc-timegrid-now-indicator-arrow {
  /*position: absolute;*/
  /*z-index: 4;*/
  /*margin-top: -5px;*/
  /*border-style: solid;*/
  /*border-color: red;*/
  /*border-color: var(--fc-now-indicator-color, red);*/
  display: none;
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-theme-standard .fc-list {
  border: 1px solid #ddd;
}

.fc .fc-list-empty {
  background-color: rgba(208, 208, 208, 0.3);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fc .fc-list-empty-cushion {
  margin: 5em 0;
}

.fc .fc-list-table {
  width: 100%;
  border-style: hidden;
}

.fc .fc-list-table tr > * {
  border-left: 0;
  border-right: 0;
}

.fc .fc-list-sticky .fc-list-day > * {
  position: sticky;
  top: 0;
  background: #fff;
}

.fc .fc-list-table thead {
  position: absolute;
  left: -10000px;
}

.fc .fc-list-table tbody > tr:first-child th {
  border-top: 0;
}

.fc .fc-list-table th {
  padding: 0;
}

.fc .fc-list-day-cushion, .fc .fc-list-table td {
  padding: 8px 14px;
}

.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table;
}

.fc-theme-standard .fc-list-day-cushion {
  background-color: rgba(208, 208, 208, 0.3);
}

.fc-direction-ltr .fc-list-day-text, .fc-direction-rtl .fc-list-day-side-text {
  float: left;
}

.fc-direction-ltr .fc-list-day-side-text, .fc-direction-rtl .fc-list-day-text {
  float: right;
}

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  padding-right: 0;
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  padding-left: 0;
}

.fc .fc-list-event.fc-event-forced-url {
  cursor: pointer;
}

.fc .fc-list-event:hover td {
  background-color: #f5f5f5;
}

.fc .fc-list-event-graphic, .fc .fc-list-event-time {
  white-space: nowrap;
  width: 1px;
}
.fc-list-event td{
  padding: 10px !important;
}
.fc .fc-list-event-dot {
  display: inline-block;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 5px solid #3788d8;
  border-radius: 5px;
}

.fc .fc-list-event-title a {
  color: inherit;
}

.fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: underline;
}

.fc-theme-bootstrap a:not([href]) {
  color: inherit;
}

.fc-theme-bootstrap5 a:not([href]) {
  color: inherit;
  text-decoration: inherit;
}
.calendar_link{
  color: var(--myblue) !important;
}

.calendar_title{
  color: #000 !important;
  font-weight: 600;
}

.calendar_link:hover,
.view_detail:hover,
.calendar_title:hover{
  color: #2b6297 !important;
}

.calendar_link:hover{
  cursor: default;
}

.calendar_title:hover,
#record_list tbody a:hover,
#all_train_list tbody a:hover{
  color: #2b6297 !important;
  text-decoration: underline !important;
}
.location-tooltip,
.session-tooltip{
  display: inline-block !important;
  position: relative !important;
}

.location-tooltip:hover:after{
  display: block;
  background: #333;
  background: rgba(0, 0, 0, .8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(title);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  width: auto;
}

.session-tooltip:hover:after{
  display: block;
  background: #333;
  background: rgba(0, 0, 0, .8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(title);
  font-size: 1rem;
  left: 20%;
  padding: 5px;
  position: absolute;
  width: auto;
}

.location-tooltip:hover:before,
.session-tooltip:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
}
.dropdown {
  width: 100%;
  display: none;
}


.dropdown::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 5;
  width: 8px;
  height: 8px;
  border: 2px solid #333;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  transition: 0.5s;
  pointer-events: none;
}

.dropdown.active::before {
  top: 22px;
  transform: rotate(-225deg);
}

.dropdown input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: none;
  padding: 12px 5px;
  border: none;
  font-weight: 800;
  font-size: large;
}

.dropdown input::placeholder {
  color: #000;
}


.dropdown input::-moz-placeholder {
  color: #000;
}

.dropdown .options {
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  display: none;
}

.dropdown .options div a {
  display: block;
  padding: 20px 15px;
  font-size: 1.7rem;
  font-weight: 600 !important;
}

.dropdown.active .options {
  position: absolute;
  display: block;
  background-color: #fff;
  z-index: 5;

}

.dropdown .options div {
  cursor: pointer;
}

.dropdown .options div:hover {
  background-color: rgba(176, 210, 243, 0.55);
  color: #fff;
}

.sticky-sidebar{
  position: sticky !important;
  top: 120px;
}
.notallow a{
  cursor: not-allowed !important;
}
.cancel_disable p{
  opacity: 0.5;
}
.icon-container{
  width: 40px;
  display: flex;
}
#sidebar_reminder1,
#sidebar_reminder2{
  padding: 0 !important;
}

#sidebar_reminder1{
  text-align: center !important;
}
.disabled{
  pointer-events: none;
  cursor: default;
}

.hidden{
  display: none !important;
}

#loading_animation_wrapper{
  height: 250px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading-animation{
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#all_train_list,
#record_list,
#quota_list,
#attendance_list,
#all_train_list table,
#record_list table,
#attendance_list table,
#quota_list table,
#all_train_list table thead,
#record_list table thead,
#attendance_list table thead{
  width: 100%;
}
#all_train_list,#attendance_list,#quota_list,#record_list{
  padding-top: 20px;
}

#all_train_list .top-thead th,
#all_train_list table,
#record_list .top-thead th,
#record_list table,
#attendance_list .top-thead th,
#attendance_list table,
#quota_list .top-thead th,
#quota_list table{
  font-weight: 700;
  vertical-align: middle;
  border-collapse: collapse;
  box-shadow: 0 0 0 1px #efefef;
}


#all_train_list td,
#attendance_list td,
#record_list td,
#quota_list td,
#all_train_list .sub-thead{
  border-top: 1px solid #efefef;
  vertical-align: middle;
  font-weight: 600;
}

#all_train_list a,
#attendance_list a,
#record_list a,
#quota_list a{
  color: var(--myblue) !important;
  display: inline-block;
  margin-right: 15px !important;
  white-space: nowrap;
}

#all_train_list table,
#quota_list table,
#record_list table,
#attendance_list table{
  background-color: #fff;

}

#all_train_list .top-thead,
#attendance_list .top-thead,
#record_list .top-thead,
#quota_list .top-thead{
  background-color: #e7e7e7;
  color: #000;
  border-bottom: 2px rgba(199, 198, 198, 0.54) solid;
}

#all_train_list .top-thead th,
#attendance_list .top-thead th,
#record_list .top-thead th,
#quota_list .top-thead th{
  font-weight: 800 !important;
}

#all_train_list .sub-thead,
#quota_list .sub-thead{
  background-color: #f6f6f6;
  color: #000;
  font-weight: 600;
}

.quota_list_tr a{
  text-decoration: underline!important;
}

#all_train_list .train_list_tr:hover,
#attendance_list .train_list_tr:hover,
#record_list .record_list_tr:hover,
#quota_list .quota_list_tr:hover{
  background-color: #f7fcff;
}
.scanner{
  min-height: 40vh;
}
.scanner h2{
  font-weight: 700!important;
}

.scanner h2 span{
  display: block;
  margin-bottom: 15px;
  font-weight: 700!important;
  opacity: 0.8!important;
}
.html5-qrcode-element{
  padding: 10px;
  font-size: 1.7rem;
  background: rgba(168, 212, 231, 0.15);
  outline: none;
  border: 1px solid #747171;
  border-radius: 3px;
  font-weight: 600;
}

.html5-qrcode-element:hover{
  background: rgba(176, 210, 243, 0.55);
}
#reader{
  border: 0 !important;
}
#html5-qrcode-anchor-scan-type-change{
  display: none !important;
}
.camera{
  margin-top: 40px;
}

#html5-qrcode-select-camera{
  margin: 15px 0;
}
#reader img[alt="Info icon"] {
  display: none !important;
}
.scanner-error{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  text-align: center;
}

.scanner-error i{
  font-size: 10rem;
  color: #003366;
  opacity: 0.7;
  display: block;
  padding-bottom: 15px;
}

.scanner-error h2{
  font-weight: 700 !important;
  display: block;
  font-size: 4rem !important;
  padding-bottom: 20px;
}
.scanner-error a{
  font-weight: 700;
  text-decoration: underline !important;
  font-size: 2rem;
}
#result{
  width: 100%;
  display: flex !important;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-top: 25px !important;
}
#result .att_success,
#result .att_fail{
  font-size: 6rem;
}
#attendance_list,#record_list{
  overflow-x: auto;
  padding: 20px 1px 1px 1px !important;
}

.attendance_yes,.no_show,.registered_yes,.withdrawal_yes,.waiting_yes,.upcoming,.quiz-pass,.quiz-fail,.quiz-gray,.record_status,.matched{
  display: inline-block;
  white-space: nowrap;
  padding: 5px;
  border-radius: 5px;
  font-weight: 600;
}


.attendance_yes,.registered_yes,.quiz-pass,.status_attended{
  background-color: #f1ffeb;
  border: 1px solid #8ae37c;
  color: #2b9f12;
}
.status_nothing{
  background-color: rgba(241, 255, 235, 0);
  border: 1px solid rgba(138, 227, 124, 0);
  color: rgba(43, 159, 18, 0);
}

.no_show,.withdrawal_yes,.quiz-fail {
  background-color: #ffebeb;
  border: 1px solid #ef9090;
  color: #f31818;
}

.no_show{
  cursor: pointer;
}
.upcoming{
  background-color: #fff5eb;
  border: 1px solid #efce90;
  color: #f3a618;
  cursor: pointer;
}
.matched{
  background-color: #fff5eb;
  border: 1px solid #efce90;
  color: #f3a618;

}

.waiting_yes,.quiz-gray,.status_gray{
  background-color: #f8f7f7;
  border: 1px solid #b4b3b3;
  color: #444444;
}



.attendance-list-header{
  display: flex;
  justify-content: end;
  align-items: end;
}

.attendance-btn{
  display: flex;
}

.attendance-btn a,.filter{
  display: inline-block !important;
  font-size: 1.5rem !important;
  margin-left: 15px !important;
  padding: 10px 15px !important;
  min-width: auto !important;
}

.attendance-btn a i,.filter i{
  display: inline-block !important;
  margin-right: 10px !important;
}

.attendance-btn .walk-in{
  background-color: #ee6e08 !important;
}


.attendance-btn .walk-in:hover{
  background-color: #913300 !important;
}

.import-registration-container div,
.import-email-match-container div{
  font-weight: 600;
  line-height: 4rem;
  font-size: 1.5rem;
}

.walk-in-submit {
  width: 100%;
}
.walk-in-submit label,
.walk-in-submit select,
.walk-in-submit input{
  display: block;
  width: 100%;
  font-weight: normal;
}

.walk-in-submit label{
  font-weight: 400;
  font-size: 1.14em;
  margin-bottom: 10px;
}

.walk-in-submit select,
.walk-in-submit input,
.register-form-submit select,
.register-form-submit input{
  border: 1px solid #d6d9dd;
  display: block;
  width: 100%;
  padding: 12px 16px 11px;
  min-height: 45px;
  margin-bottom: 15px;
}

.record-label{
  display: inline-block;
  width: 130px !important;
}

.record-filter-form input,
.record-filter-form select{
  padding: 3px 5px;
}
.disabled_link{
  pointer-events: none !important;
  cursor: auto!important;
  color: var(--mygray) !important;
  opacity: 0.6;
  font-weight: normal ;
}

.aa-submit-button{
  background-color: #4a8fd5;
  text-decoration: none;
  color: #fff;
  border-radius: 0;
  padding: 5px 25px !important;
  font-size: 1.7rem;
  font-weight: 600;
  transition: all 0.25s ease;
}

.aa-reset-btn{
  background-color: #fff;
  text-decoration: none;
  color: #4a8fd5;
  border-radius: 0;
  border: 1px solid #4a8fd5 !important;
  padding: 5px 25px !important;
  margin-right: 15px;
  font-size: 1.7rem;
  font-weight: 600;
  transition: all 0.25s ease;
}

.aa-submit-button:hover,
.aa-reset-btn:hover{
  background-color: #036;
  color: #fff !important;
}

.record-label{
  vertical-align: middle;
}
.filter{
  display: none !important;
}
.management-sub-title,
.course-sub-title,
.quiz-sub-title{
  display: flex;
}

.course-sub-title,
.quiz-sub-title{
  padding: 25px 15px;
  margin-bottom: 20px;
}

.course-sub-title i,
.quiz-sub-title i{
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}

.management-sub-title h2,
.course-sub-title h2,
.quiz-sub-title h2{
  display: inline-block;
  margin: 10px 10px 10px 0 !important;
}

.goback{
  cursor: pointer;
}
.dropdown-list{
  position: relative;
  margin-left: 15px;
}
.import-options{
  position: absolute;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  padding: 0;
}

.import-options a{
  display: block;
  width: 100%;
  cursor: pointer;
  margin-left: 0 !important;
  text-align: center;
  color: #000 !important;
  font-weight: 600 !important;
  padding: 10px;
}
.import-options a:not(:last-child){
  border-bottom: 1px solid #ccc;
}

.import-options a:hover{
  background-color: rgba(168, 212, 231, 0.15);
  color: #000 !important;
}

.dropdown-list .import{
  margin: 0 !important;
}
#import-options.show-option {
  display: block !important;
}
.question-row{
  display: flex;
  flex-direction: column;
  border: 1px solid #e7e7e7;
  padding: 25px;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 25px !important;
  font-size: 1.6rem;
  width: 100%;
}

.question-row input,
.question-row select,
.question-row textarea{
  height: 40px;
  margin-bottom: 20px;
}


.question-field{
  width: 100%;
  padding: 15px 15px;
}

.inner-repeater .input-group{
  display: flex;
}

.inner-repeater .del{
  display: inline-block;
  margin-left: 10px;
  font-size: 1.5rem;
}

.inner-repeater .correct .fa-check{
  pointer-events: none;
}
.inner-repeater .correct{
  display: inline-block;
  margin-left: 10px;
  font-size: 1.5rem;
}

.inner-repeater .correct.select{
  background-color: #d2ffd2 !important;
  color: green !important;
  border: 1px solid green !important;
}
.inner-repeater .add{
  display: inline-block;
  margin-top: 15px;
  margin-left: 30px;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.inner-repeater .form-label{
  margin-top: 10px;
}

div[data-repeater-list = 'kt_docs_repeater_nested_inner']{
  padding: 0 30px;
}

.aa-submit-btn{
  background-color: #4A8FD5;
  font-size: 0.9em;
  line-height: 20px;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 0.9em !important;
  min-width: 300px;
  color: white;
  border: none !important;
  border-radius: 0 !important;
  display: inline-block;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-left: 25px;
}

.aa-submit-btn:hover{
  background-color: #036;
  color: #fff !important;
}
.moduleAndSession{
  margin-left: 40px;
  margin-bottom: 40px;
  font-size: 1.7rem;
}


#attendance-template i,
#zoom-template i,
#registration-template i,
#email-match-template i{
  display: inline-block;
  padding-right: 5px;
}
#attendance-template,
#zoom-template,
#registration-template,
#email-match-template{
  text-decoration: underline;
  cursor: pointer;
  background-color: rgba(243, 243, 243, 0.74);
  display: inline-block;
  padding: 10px 15px;
}
.list-group-item .handle{
  cursor: grab;
}
.holder_info{
  display: flex;
  padding: 15px 15px;
  align-items: center;
}
.holder_info .fa-pen-to-square, .holder_info .fa-trash-can{
  cursor: pointer;
  display: inline-block;
  margin-left: 15px;
}
.form-group .question-row{
  padding: 0!important;
}
.holder_title{
  margin: 0 auto 0 15px;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
#kt_docs_repeater_nested .question-row .question-field{
  max-height: 500vh;
  padding: 15px;
  height: auto;
  transition: max-height 0.5s ease-in;
  border-top: 2px rgba(199, 198, 198, 0.54) solid;
}

#kt_docs_repeater_nested .question-row .question-field.hide {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.all-options{
  display: flex;
  flex-direction: column;
}

.option-div{
  display: flex;
  margin-bottom: 15px;
}
.form-control{
  border-radius: 4px !important;
}
.all-options .option-div input[type = 'checkbox'],
.all-options .option-div input[type = 'radio']{
  margin-right: 15px;
  /*font-size: 1.5rem;*/
  /*appearance: none;*/
  /*border: 0.1em solid #9f9f9f !important;*/
  /*border-radius: 50%;*/
  width: 22px;
  height: 21px;
  align-self: center;
}


/*.all-options .option-div input[name = 'correct']:checked{*/
/*    display: inline-block;*/
/*    background-color: green;*/
/*    outline: none;*/
/*}*/

.all-options .option-div .fa-circle-check{
  align-self: center;
  font-size: x-large;
  margin-left: 15px;
  display: none;
}
.multiple,
.freetext,
.rating,
.single{
  display: none;
}

.multiple.show_option,
.freetext.show_option,
.rating.show_option,
.single.show_option{
  display: block !important;
}
.rating-text{
  width: 80%;
}
.rating-num{
  width: auto;
  margin-left: 15px;
}
.rating-repeater-item{
  display: flex;
}

.record_quiz_btn{
  min-width: auto !important;
  width: auto;
  padding: 8px !important;
  margin-top: 10px !important;
}


.record_quiz_btn.disabled{
  pointer-events: none;
  min-width: auto !important;
  width: auto;
  padding: 8px !important;
  margin-top: 10px !important;
  background: rgba(208, 208, 208, 0.55) !important;
  color: #4C4C4C !important;
}
.record_quiz_btn.disabled-green{
  pointer-events: none;
  min-width: auto !important;
  width: auto;
  padding: 8px !important;
  margin-top: 10px !important;
  background-color: rgba(202, 238, 202, 0.72) !important;
  color: green !important;
}

.record_quiz_btn_nothing{
  min-width: auto !important;
  width: auto;
  padding: 8px !important;
  margin-top: 10px !important;
  pointer-events: none;
  background-color: rgba(202, 238, 202, 0) !important;
  color: rgba(0, 128, 0, 0) !important;
}
.record_quiz_btn.disabled-red{
  pointer-events: none;
  min-width: auto !important;
  width: auto;
  padding: 8px !important;
  margin-top: 10px !important;
  background-color: rgba(238, 202, 202, 0.72) !important;
  color: #f31818 !important;
}

.record_quiz_btn span{
  text-align: center;
}
/*.quizSwiper{*/
/*  width: 100%;*/
/*  padding-left: 15px;*/
/*}*/
.quizSwiper {
  width: 100%;
  height: 100%;
  font-size: 1.75rem;
}

.quizSwiper textarea{
  width: 90%;
  padding: 10px;
}


#quiz-submit{
  display: none;
}

#quiz-next.hide,
#quiz-pre.hide{
  display: none!important;
}

#quiz-submit.show{
  display: inline-block!important;
  margin-left: auto !important;
}

#quiz-pre.disabled{
  pointer-events: none;
  background: rgba(208, 208, 208, 0.55) !important;
  color: #4C4C4C !important;
}
.start-quiz-btns{
  display: flex;
  margin-top: 20px;
}
.start-quiz-btns a{
  min-width: auto!important;
  margin: 0 20px 0 0 !important;
}
.rating-question{
  display: flex;
  align-items: start;
}
.rating-option{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.rating-option label{
  text-align: center;
  display: inline-block;
  margin-top: 10px;
}

.rating-option label span{
  white-space: pre-wrap;
}
#question_num{
  font-size: 2.2rem;
  margin-top: 25px;
  margin-bottom: 15px;
  color: var(--mygray);
}
.quiz-your-ans{
  margin:  0 0 25px 0;
}

.quiz-your-ans h4{
  padding-bottom: 15px;
}

.quizSwiper input[type=radio]:focus,
.quizSwiper input[type=checkbox]:focus{
  outline: none !important;
}


.quizSwiper input[type=radio]{
  padding: 0.5em;
  appearance: none;
  border: 0.1em solid var(--myblue);
  border-radius: 50%;
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 15px;
  margin-left: 10px;
  place-content: center;
  display: inline-grid;
  vertical-align: bottom;
  background-color: #fff;
}

.quizSwiper input[type=checkbox]{
  padding: 0.5em;
  appearance: none;
  border: 0.1em solid var(--myblue);
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 2px;
  margin-right: 15px;
  margin-left: 10px;
  place-content: center;
  display: inline-grid;
  vertical-align: bottom;
  background-color: #fff;
}

.quizSwiper input[type=radio]::before,
.quizSwiper input[type=checkbox]::before {
  content: "";
  width: 1rem;
  height: 1rem;
  transform: scale(0);
  transform-origin: bottom left;
  background-color: #fff;
  clip-path: polygon(13% 50%, 34% 66%, 81% 2%, 100% 18%, 39% 100%, 0 71%);
}

.quizSwiper input[type=radio]:checked::before,
.quizSwiper input[type=checkbox]::before{
  transform: scale(1);
}
.quizSwiper input[type=radio]:checked,
.quizSwiper input[type=checkbox]:checked{
  background-color: var(--myblue);
  /*border: 1px solid var(--myblue);*/
}

.question-tittle,.quiz-course p{
  font-weight: bold !important;
  line-height: 2;
}
.quizSwiper label{
  margin-bottom: 20px;
  font-weight: 600;
}
.quizSwiper small{
  margin-bottom: 15px;
  display: inline-block;
  color: var(--mygray);
}

.submit-quest-btn{
  margin-left: auto !important;
  border-radius: 0 !important;
  border: none;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}

.validText{
  color: red !important;
}
.instructor-feedback{
  background-color: #fff;
  width: 100%;
  padding: 20px 10px;
  border: 1px solid #efefef;
  font-size: 1.7rem;
  font-weight: 600;
}
.quiz-result-btn{
  margin-top: 25px;
  text-align: end;
}

.quiz-result-btn a{
  min-width: auto !important;
  margin-left: 15px !important;
}

.results-container p{
  display: block;
  padding-top: 30px !important;
  font-size: 1.7rem;
  font-weight: 600;
}
.results-container #all_train_list{
  padding-top: 0 !important;
}

.quiz-result-btn .save-feedback-btn{
  font-size: 1.7rem !important;
  padding: 10px 25px  !important;
  border-radius: 0;
}
.quiz-result-top-mobile{
  display: none;
}

.start-quiz-right{
  float: right !important;
}

.restart-start-quiz-btn{
  display: block!important;
  background-color: #fff;
  color: var(--mygray) !important;
  border: 1px solid var(--mygray) !important;
  margin-bottom: 20px !important;
}

.qrs-btn{
  display: flex;
  margin-right: 0 !important;
  width: fit-content !important;
}

.qrs-btn input{
  display: flex;
  margin-right: 0 !important;
  width: auto;
  border-radius: 3px !important;
  font-weight: 600 !important;
}

.qrs-btn input:last-child{
  margin-left: 15px;
  background-color: #4A8FD5;
  color: #fff;
}

.qrs-btn input:first-child{
  border: 1px solid #ccc !important;
  color: #000 !important;
}

.qrs-btn input:first-child:hover{
  color:#fff!important;
}

.qrs-btn input:last-child:hover{
  background-color: #036 !important;
  color: #fff !important;

}
.quiz-result-searchBar{
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 40px;
}

.quiz-result-searchBar div{
  width: 100%;
  margin-right: 15px;
}

.flatpickr-input{
  background-color: #fff !important;
  padding-right: 36px !important;
}
.quiz-time{
  position: relative;
}
.date-button{
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 20px;
  padding: 12px 10px;
  background: none;
  border: none;
  font-size: large;
  color: var(--mygray);
}
.attendance-container .detail-create-quiz-btn a{
  /*font-weight: 700;*/
  /*background-color: rgba(255, 255, 255, 0.64);*/
  /*border: 1px solid #ef9090;*/
  /*color: #f31818;*/
  /*padding: 5px;*/
  /*border-radius: 5px;*/
}
.attendance-container .detail-create-quiz-btn a:hover{
  text-decoration: underline;
}
.submit-quiz-result .quiz-radio label,
.submit-quiz-result .quiz-radio input,
.submit-quiz-result .rating-option label,
.submit-quiz-result .rating-option input,
.submit-quiz-result .quiz-checkbox input,
.submit-quiz-result .quiz-checkbox label,
.session_list input,
.session_list label{
  cursor: pointer !important;
}
.quiz-course p{
  font-size: 1.7rem;
}
.quiz-course{
  margin-top: 50px;
}
.record_status{
  margin-top: 10px;
}
.if-empty-remind{
  margin: 50px auto;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
}
#no-result{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
}
.if-empty-remind.column{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.if-empty-remind.column h5{
  line-height: 2;
}
.tips-for-create-quiz ul li{
  padding: 5px 0;
  /*list-style: inside;*/
}
.nest_li{
  padding-left: 15px !important;
  list-style: decimal;
}
.quiz-form .aa-submit-btn{
  min-width: 150px;
}
.email-template .border{
  border: solid 2px var(--myblue);
  border-radius: 5px;
  padding: 8px;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10px;
  color: var(--myblue);
  display: inline-block;
  background-color: #fff;
}

.email-template .form-item{
  margin-top: 25px;

}

.email-template #edit-confirmation-email-content-format,
.email-template #edit-reminder-email-content-format,
.email-template #edit-acknowledgement-email-content-format,
.email-template #edit-invitation-email-content-format,
.email-template #edit-ad-hoc-topic-email-content-format,
.email-template #edit-withdrawal-email-content-format,
.email-template #edit-waiting-list-email-content-format{
  margin: 0;
}


.email-template .cke_button{
  height: fit-content !important;
}

.email-template .js-form-type-date{
  width: auto !important;
  margin: 0 15px 0 0;
}


/*.email-template select[data-drupal-selector=edit-success-reg-email-format]{*/
/*  display: inline-block !important;*/
/*  width: fit-content !important;*/
/*}*/


.email-template .details-wrapper{
  background-color: #fff;
}

.email-template .schedule_date_time{
  display: flex;
  align-items: end;
}
.email-template .js-form-type-select{
  display: flex;
  align-items: center;
  width: fit-content;
}

.email-template .form-item-reminder-days-before-training{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin-left: 0;
}

.email-template .vertical-tabs__menu-item a{
  padding: 14px;
}

.vertical-tabs{
  min-height: 800px;
}
.email-template label.option,
.email-template input[type=checkbox],
.email-template input[type=time],
.email-template input[type=date]{
  cursor: pointer;
}

.email-template .vertical-tabs__menu-item.is-selected{
  border-right-width: 0 !important;
}
.email-template .vertical-tabs__menu-item:not(:first-child) {
  border: 1px solid #ccc;
}
.border{
  position: relative;
}
/*.border.training_tag::before{*/
/*  content: 'Training';*/
/*  position: absolute;*/
/*  padding: 0 5px;*/
/*  margin: auto;*/
/*  top: -13px;*/
/*  color: var(--myblue);*/
/*  font-weight: 600;*/
/*  background-color: #ffffff;*/
/*}*/
/*.border.module_tag::before{*/
/*  content: 'Module';*/
/*  position: absolute;*/
/*  padding: 0 5px;*/
/*  margin: auto;*/
/*  top: -13px;*/
/*  color: var(--myblue);*/
/*  font-weight: 600;*/
/*  background-color: #ffffff;*/
/*}*/

.email_span_reminder{
  color: var(--mygray);
  display: block;
  margin-top: 15px;
}
#edit-reminder-days-before-training .js-form-type-checkbox{
  display: block;
  margin-left: 10px;
}
.quiz-progress-container{
  max-width: 350px;
  width: 100%;
}
.quiz-progress-bar{
  border-radius: 16px;
  width: 100%;
  height: 1rem;
  background-color: rgba(183, 207, 222, 0.44);
}
.quiz-progress-bar-inner{
  height: 1rem;
  background-color: var(--myblue);
  border-radius: 16px;
}
.quiz-progress-text{
  display: flex;
  justify-content: space-between;
}
.quiz-progress-text span{
  font-size: small;
}

.type_reminder{
  margin-top: 20px;
  color: var(--mygray);
}

.email-template .cke_button__drupalmedialibrary,
.email-template .cke_button__imceimage{
display: none;
}
.red-start{
  color: red;
  font-weight: bold;
}
.tips-for-create-quiz{
  padding-left: 50px !important;
}
.record-btn-description ul li{
  list-style: inside;
  margin: 15px 0;
}
.no-publish-status{
  opacity: 0.3;
  background-color: rgba(94, 94, 94, 0.16) !important;
}
.no-publish-status:hover{
  background-color: rgba(94, 94, 94, 0.3) !important;
}



























@media screen and (max-width: 1070px) {
  .attendance-btn, .filter{
    flex-direction: column;
    width: 100%;

  }

  .attendance-btn a, .filter{
    margin-bottom: 15px !important;
    margin-left: 0 !important;
    padding: 18px !important;
    width: 100%;
  }
  .dropdown-list{
    margin: 0 0 15px 0 ;
  }
  .import-options a{
    margin-bottom: 0 !important;
  }
}




/*@media screen and (max-height: 768px) {*/
/*    .register-right-detail{*/
/*        padding: 10px 0;*/
/*    }*/
/*    .register-right-box{*/
/*        padding: 20px 18px;*/
/*    }*/
/*    .sticky-sidebar{*/
/*        top: 90px;*/
/*    }*/
/*}*/

@media screen and (max-width: 992px){


  .register-main-content,
  .registration-title{
    display: flex;
    flex-direction: column;
  }

  .register-right-box{
    padding: 40px 20px!important;
  }
  .register-header{
    flex-direction: column;
    align-items: flex-start;
    padding: 20px !important;
  }

  .register-header-img img{
    object-fit: cover;
    object-position: center bottom !important;
  }
  .q1,.module-session-title,.module_title{
    font-size: 1.5rem;
  }

  .input-field{
    margin-top: 25px !important;
  }
  .session_list input[type=radio]{
    width: 18px;
    height: 18px;
  }
  .side-bar1{
    display: none;
  }
  .side-bar2{
    display: block;
  }
  .register-form-complete{
    margin-top: 25px !important;
  }
  /*.mode_and_actions{*/
  /*    flex-direction: column;*/
  /*}*/
  /*.mode{*/
  /*    margin: 15px 0;*/
  /*}*/
  /*.actions{*/
  /*    margin-left: 0;*/
  /*}*/
  .search-header{
    flex-direction: column;
    align-items: normal;
  }
  .search-header ul li, .record-tab ul li{
    padding: 5px 10px 6px 10px;
  }

  .search-header-search-bar,.search-filter{
    width: 100%;
  }
  .search-result{
    width: 100%;
  }
  .recent-quizzes .row{
    flex-direction: column;
    align-items: center;
  }
  .recent-quizzes .row .left{
    order: 2;
    margin-left: 0 ;
  }
  .recent-quizzes .row .right{
    order: 1;
  }

  .scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: flex;
    justify-content: space-between;
  }
  /* Show the scrollbar on all browsers */
  .scroll::-webkit-scrollbar {
    display: block;
    height: 5px;
  }

  .scroll:hover::-webkit-scrollbar-thumb {
    background-color: rgb(161, 161, 161);
  }

  /* Customize the scrollbar's appearance */
  .scroll::-webkit-scrollbar-thumb {
    background-color: rgba(161, 161, 161, 0.32);
    border-radius: 10px;
  }

  .scroll::-webkit-scrollbar-track {
    background-color: rgba(240, 240, 240, 0.77);
    border-radius: 10px;
  }
  .search-header-search-bar input,
  .search-filter input{
    width: 100%!important;
  }
  .icon-container{
    width: 35px;
  }
  /*@media screen and (max-height: 768px) {*/
  /*    .register-right-detail{*/
  /*        padding: 20px 0;*/
  /*    }*/
  /*}*/
  /*.scroll .active{*/
  /*  order: 1 !important;*/
  /*}*/
  /*.scroll li{*/
  /*  order: 2 ;*/
  /*}*/
  .attendance-list-header{
    flex-direction: column;
    align-items: start;
  }

  .attendance-list-header .title{
    margin-bottom: 25px;
  }

  .attendance-btn{
    align-self: end;
  }
  .question-row{
    width: 100%;
  }
  div[data-repeater-list = 'kt_docs_repeater_nested_inner']{
    padding: 0 10px;
  }
  .inner-repeater .add{
    margin-left: 10px;
  }
  .inner-repeater .del{
    margin-left: 10px;
  }
  .register-right-box{
    max-height: 100%;
    overflow-y: auto;
  }
  .moduleAndSession{
    margin-left: 35px;
    margin-bottom: 40px;
  }
  .quiz-result-top-mobile{
    display: block;
  }

  .quiz-result-top-mobile .top-thead{
    border-bottom: 1px #efefef solid !important;
    border-right: 2px rgba(199, 198, 198, 0.54) solid;
  }

  .quiz-result-top{
    display: none;
  }
  .start-quiz-right{
    float: none!important;
  }

  .restart-start-quiz-btn{
    width: 100%;
  }
  .start-quiz-btns a{
    width: 50%;
  }
  #quiz-next{
    margin-right: 0 !important;
  }
  #quiz-submit{
    margin-right: 0 !important;
  }

  .quiz-result-searchBar{
    display: flex;
    flex-direction: column;
  }
  .quiz-result-searchBar div{
    margin-right: 0;
    margin-bottom: 15px;
  }
  .results-container #all_train_list,#all_train_list,#quota_list{
    overflow-x: auto;
    padding: 1px;
  }
  .results-container #all_train_list td,#record_list td,#quota_list{
    white-space: nowrap;
  }
  .train_list_tr{
    white-space: nowrap;
  }
  .recent-quizzes .left small{
    text-align: center !important;
    display: block !important;
    font-size: 1.5rem;
  }
  .tips-for-create-quiz{
    margin-top: 60px !important;
    padding: 0 15px !important;
  }

}

@media screen and (max-width: 768px){
  .reminder-text{
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .register-detail-label i{
    font-size: 1.6rem;
  }

  .register-detail-label {
    font-size: 1.6rem;
  }
  .register-detail-content{
    font-size: 1.6rem;
  }
  .register-center{
    padding: 30px 20px;
  }

  .mode_and_actions{
    flex-direction: column;
  }
  .actions{
    margin: 0;
  }
  .actions ul{
    flex-direction: column;
  }
  .actions ul li{
    margin-top: 15px;
  }
  /*.record-tab,.record-main-content{*/
  /*    display: none;*/
  /*}*/
  /*.mobile-registered-train{*/
  /*    display: block;*/
  /*    margin-bottom: 25px;*/
  /*}*/
  .record-detail-row{
    flex-direction: column;
    align-items: baseline;
  }
  /*.swiper-button-next:after,*/
  /*.swiper-button-prev:after{*/
  /*  top: -20px;*/
  /*}*/
  #search_bar{
    min-width: 100% !important;
    padding-right: 35px;
  }
  .fc-header-toolbar{
    display: flex;
    flex-wrap: wrap;
  }
  .fc-header-toolbar .fc-toolbar-chunk:first-child{
    width: 100% !important;
  }
  .fc-toolbar-title{
    display: inline-block;
    margin: 15px 0 !important;
  }
  .scroll::-webkit-scrollbar {
    display: unset;
  }
  .view_detail{
    font-size: 1.7rem;
    color: var(--myblue)  !important;
    cursor: pointer;
    padding-left: 25px;
  }

  .record-tab{
    display: none;
  }
  .dropdown {
    display: block;
  }
  .scanner h2{
    display: block;
    font-size: 1.9rem!important;
    padding-bottom: 15px;
  }
  .scanner h2 span{
    display: block;
    padding-bottom: 10px;
  }
  .camera{
    margin-top: 30px;
  }

  .scanner-error{
    margin-top: 30px;
  }

  .scanner-error h2{
    font-size: 2.5rem !important;
  }

  .scanner-error a{
    font-weight: 700;
    text-decoration: underline !important;
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
  .camera{
    margin-top: 10px;
  }
  #all_train_list a,
  #attendance_list a,
  #quota_list a{
    display: block;
    white-space: nowrap;
    width: 100%;
  }

  .attendance-btn, .filter{
    flex-direction: column;
    width: 100%;

  }

  .attendance-btn a, .filter{
    margin-bottom: 15px !important;
    margin-left: 0 !important;
    padding: 18px !important;
    width: 100%;
  }
  .filter{
    display: block !important;
  }
  #filter-form-panel{
    max-height: 0;
    display: none;
    transition: max-height 0.2s ease-out;
    margin-bottom: 30px;
  }

  #filter-form-panel.show{
    max-height: 500vh;
    display: block;
    height: auto;
    transition: max-height 0.5s ease-in;
  }
  .record-filter-form input,
  .record-filter-form label,
  .record-filter-form select{
    display: block;
    width: 100%;
  }
  .record-filter-form input,
  .record-filter-form select{
    padding: 10px;
  }
  .dropdown-list{
    margin: 0 0 15px 0 ;
  }
  .import-options a{
    margin-bottom: 0 !important;
  }
  .management-sub-title h2,
  .course-sub-title h2,
  .quiz-sub-title h2{
    font-size: x-large !important;
  }

  .aa-reset-btn{
    margin-right: 15px ;
  }

  .aa-reset-btn,
  .aa-submit-button{
    padding: 10px !important;
  }
  .import-submit #edit-submit,
  .email-template input[type=submit]{
    width: 100%;
  }
  .aa-submit-btn{
    width: 100%;
  }
  .rating-text{
    width: 100%;
  }
  .rating-num{
    width: 100%;
    margin-left: 0;
  }
  .rating-repeater-item{
    flex-direction: column;
  }
  .quiz-btns a{
    width: 100%;
    margin-bottom: 15px !important;
  }
  .quiz-btns input{
    width: 100%;
    margin-left: 0 !important;
  }
  .quiz-overview{
    overflow-x: auto !important;
    padding: 10px 1px;
  }
  .myquiz-container .record_details-btn{
    margin-top: 20px !important;
  }


}

.receipt_table{
  width: 100%;
  text-align: center;
  background-color: #fff;
}
.receipt_table table{
  width: 100%;
}

.receipt_table table thead{
  width: 100%;
}
.receipt_table table thead th{
  text-align: center;
}

.receipt_table table thead th,
.receipt_table table tbody td{
  /*border: 1px solid #000;*/
}



@media print{
  header, footer{
    display: none;
  }
  @page { size: auto;  margin: 0; }
}
