@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
  --primary-color: #008fd5;
}

body {
  font-family: "Roboto", serif;
}

#cer_setting .mySlides_1 {
  display: none;
}

form#assessmentSettingForm {
  width: 590px;
}

.custom_main_aa {
  background: url(https://acelot-common-bucket.s3.ap-south-1.amazonaws.com/login_signup_bg.png)
    no-repeat;
  background-position: 0 -100px;
  background-size: 100%;
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cer_setting .thumbnail {
  display: block;
  padding: 4px;
  line-height: 18px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 6%);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgb(0 0 0 / 6%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

ul.certifications-thumbnails img {
  max-height: 107px;
}

#cer_setting .thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#cer_setting
  .btn:not(.dropdown-toggle):not(.tl-grid-goto-next):not(
    .tl-grid-goto-previous
  ) {
  padding-left: 16px;
  padding-right: 16px;
}

#cer_setting ul.certifications-thumbnails a.thumbnail i {
  position: absolute;
}

#cer_setting ul.certifications-thumbnails {
  margin: 0px 0px 0px 50px;
  padding-top: 10px;
}

#cer_setting ul.certifications-thumbnails a.thumbnail.selected {
  -webkit-box-shadow: 0px 0px 5px 5px rgb(191 235 240);
  -moz-box-shadow: 0px 0px 5px 5px rgba(28, 31, 32, 0.4);
  box-shadow: 0px 0px 5px 5px rgb(191 235 240);
  border: 1px solid #1cbddf !important;
}

.bg_img_class {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.trsh {
  background-color: #e6e6e6;
  padding: 2px 7px;
  position: absolute;
  outline: 0;
  -webkit-box-shadow:
    inset 0 2px 4px rgb(0 0 0 / 15%),
    0 1px 2px rgb(0 0 0 / 5%);
  -moz-box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow:
    inset 0 2px 4px rgb(0 0 0 / 15%),
    0 1px 2px rgb(0 0 0 / 5%);
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.custom-height-ak {
  min-height: 70vh;
}

.form-hxh {
  border: 2px dashed #ccc;
  padding: 20px;
  background: #f3fbff;
  width: fit-content;
  border-radius: 10px;
}

.certificate_settings_ak .nav-pills .nav-link.active {
  color: rgb(255, 255, 255);
  background: rgb(0, 143, 213);
}

.certificate_settings_ak .nav-pills .nav-link {
  border: 1px solid #008fd5;
  color: #008fd5;
  padding: 8px 15px;
  font-weight: 500;
  background: #ffffff50;
  border-radius: 8px;
}

.custom_main_aa .text-large {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding: 10px 10px 0;
  color: #333335;
}

.custom_main_aa .text-normal {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  padding: 10px 0;
}

.custom_main_aa .text-links {
  font-size: 1.5rem;
  font-weight: 400;
  color: #1a73e8;
}

.custom_main_aa .newwrapper {
  max-width: 500px;
  width: 100%;
  padding: 1rem 1.5rem;
  border: none;
  outline: none;
  color: #121212;
  background: #ffffff;
  background-color: #fff;
  opacity: 1;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  overflow: hidden;
}

.custom_main_aa .form {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}

.custom_main_aa .input-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 0;
  position: relative;
  width: 50%;
}

.custom_main_aa .input-control + .error {
  position: relative;
  transform: translate(0, -12px);
}

.custom_main_aa .passwordicon {
  position: absolute;
  right: 1px;
  top: 1px;
  background: #ebecf0;
  width: 45px;
  overflow: hidden;
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 0 0.65rem 0.65rem 0;
}

.custom_main_aa .input-field {
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  line-height: inherit;
  width: 100%;
  padding: 0.75rem 1rem;
  border: solid 1px #dee2e6;
  height: 50px;
  outline: none;
  border-radius: 0.65rem;
  background: white;
}

.custom_main_aa .input-field:focus {
  border-color: #473277;
  background-color: white;
  /* Keeps the same background as default */
  box-shadow: 0 0 0 3px rgba(71, 50, 119, 0.2);
  /* Optional focus ring */
}

.custom_main_aa .input-field::placeholder {
  font-family: inherit;
  /* Inherit the font-family */
  font-size: 1.3rem;
  /* Match the input's font size */
  color: #9ca3af;
  /* Set a soft gray color for the placeholder */
  /* Match the input's font weight */
}

.theme-btn-solid:hover {
  background: #008fd5 !important;
  border-color: #008fd5 !important;
}

.custom_main_aa .input-submit {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 0.95rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 8px;
  color: #ffffff;
  background: #008fd5;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  text-transform: capitalize;
}

.certificate_settings_ak ul#pills-tab {
  gap: 1rem;
  width: 100%;
  padding: 15px 0;
  background: #fff;
  box-shadow: 2px 5px 10px #0000000a;
  border-radius: 10px;
}

.form-hxh-two {
  width: 50%;
}

.form-hxh-three {
  width: 100%;
  padding: 20px;
  background: #fff;
  position: relative;
  height: 100%;
  box-shadow: 0 0 35px #00000017;
  border-radius: 10px;
}

.form-hxh-three img {
  width: 70%;
  margin: 0 auto 20px;
}

.form-hxh-three-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 1.8rem;
}

.fw-500 {
  font-weight: 500;
}

button.delete-ak {
  color: red !important;
}

.custom_main_aa .striped-line {
  flex: auto;
  height: 2px;
  background: #dadce0;
}

.custom_main_aa .striped-text {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  margin: 0 1rem;
}

.custom_main_aa .method-control {
  margin-bottom: 1rem;
}

.custom_main_aa .method-action {
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 5px;
  outline: none;
  border: 2px solid #dadce0;
  border-radius: 50px !important;
  color: #121212;
  background: #ffffff;
  text-transform: capitalize;
  transition: all 0.35s ease;
  display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.method-action img {
  width: 20px !important;
}

.newsaml {
  width: auto !important;
}

.custom_main_aa .method-action:hover {
  background: #f1f5f9;
}

.custom_main_aa .newaction {
  font-size: 16px !important;
}

.newsaml img {
  width: 55px !important;
}

.custom_main_aa .input-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
}

input:-webkit-autofill {
  appearance: none !important;
  background-color: white !important;
  color: white !important;
  box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset !important;
}

.custom_main_aa .input-left-border input {
  border-left: 4px solid var(--primary-color);
}

@media only screen and (max-width: 768px) {
  .custom_main_aa {
    padding: 30px 0;
  }
}

.custom_main_aa .newinput-control {
  width: 100% !important;
}

.custom_main_aa .input-control {
  position: relative;
  width: 100%;
}

.custom_main_aa .input-field:focus {
  border-color: #007bff;
}

.custom_main_aa .labelbox {
  position: absolute;
  top: 2px;
  left: 10px;
  font-size: 15px;
  transform: translateY(55%);
  background: white;
  pointer-events: none;
  transition: all 0.3s ease;
  padding: 0 5px;
}

p#otpmsg {
  padding: 0 5px;
}

.custom_main_aa .input-field:focus + label,
.custom_main_aa .input-field:not(:placeholder-shown) + label {
  top: -20px;
  left: 10px;
  font-size: 14px;
  position: absolute;
  top: -136px;
  left: 30px;
}

.certificate_design_bx .designer-container {
  position: relative;
  width: 800px;
  height: 600px;
  border: 2px dashed #ccc;
  background-color: #f9f9f9;
  overflow: hidden;
}

.certificate_design_bx .designer-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.certificate_design_bx .draggable {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ddd;
  padding: 5px 10px;
  cursor: move;
  border-radius: 4px;
}

.certificate_design_bx .draggable.selected {
  border: 2px solid #007bff;
}

.certificate_design_bx #variables {
  margin: 10px 0;
}

.certificate_design_bx .toolbar label {
  margin-bottom: 0;
}

.w-25px {
  width: 25px;
}

.certificate_design_bx .toolbar input[type="color"] {
  margin-left: 5px;
}

.certificate_design_bx #output {
  margin-top: 20px;
  width: 100%;
}

.certificate_design_bx #variables button:hover {
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(47deg, #0168ae, #e91a34) border-box;
  border: 1px solid transparent;
}

.certificate_design_bx .signature-box {
  position: relative;
  width: 150px;
  height: 100px;
  border: 1px dashed #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.w-auto {
  width: auto;
}

.certificate_design_bx .signature-box input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.certificate_design_bx_one {
  width: 290px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 16px 10px -13px #e7e7e7;
  background: #f5f5f5;
  border: none;
}

.certificate_design_bx {
  column-gap: 2%;
}

.certificate_design_bx #variables {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0;
}

.form-control-sm {
  border: 1px solid #ccc;
}

.certificate_design_bx #variables button i {
  font-size: 28px;
  line-height: 0;
  padding: 0 0 8px;
  color: #0475ac;
}

.certificate_design_bx_one .cont {
  font-size: 18px;
  font-weight: 500;
  color: black;
}

.certificate_design_bx #variables button span {
  color: #444444;
  font-size: 14px;
  font-weight: 400;
}

.toolbar label i {
  font-size: 23px;
  color: black;
}

div#toolbar {
  display: flex;
  gap: 0;
  padding: 6px 10px;
  margin: 0 0 15px;
  border-radius: 8px;
  box-shadow: 0px 16px 10px -13px #e7e7e7;
  background: white;
  border: 1px solid #dcdcdc;
}

div#toolbar > div {
  background: white;
  padding: 0 12px;
  border-right: 1px solid #cccccc80;
}

div#delete,
div#delete-1 {
  padding: 0 0 0 10px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: red;
}

.certificate_design_bx #variables button {
  width: calc(50% - 5px);
  border: 1px solid #dfd9ff;
  border-radius: 10px;
  display: grid;
  background: white;
  padding: 12px 10px;
}

.certificate_design_bx_two {
  margin: 0 auto;
}

.bg_upload_2 .upload-bg-akak {
  border: 1px solid #dfd9ff;
  color: #504a44;
  height: auto;
  border-radius: 8px;
  padding: 10px 8px;
}

.gap-2 {
  gap: 1.5rem;
}

.bg_upload_2 label {
  color: #02557d;
  font-weight: 500;
}

.form-one-three-inner {
  display: flex;
  gap: 4%;
  justify-content: center;
}

.form-one-three-inner button {
  color: #006495;
  border: none;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 16px;
  background: white;
  box-shadow: 0 0 10px #0000003b;
  width: 40px;
}

.gap1 {
  gap: 1rem;
}

.w21 {
  width: 400px;
}

.w78 {
  width: 100%;
}

@media (min-width: 1200px) and (max-width: 1280px) {
  .smallcont {
    font-size: 9px !important;
  }
  #duration_input_group {
    width: 100% !important;
  }
  .csutom-ruight-bx input#no_of_students {
    width: 36% !important;
  }
  .summary-bx h3.mt-5.mb-2 {
    font-size: 20px;
  }
  .labelhead {
    font-size: 15.5px;
    color: #596168;
  }
  #add_lecture_image_offline .instructor-image .w-25 {
    width: 35% !important;
  }
  #add_lecture_image_offline .instructor-image .selectdayBox.w-30 {
    width: 23% !important;
  }
  #leftbox_offline h4,
  .summary-bx h4 {
    font-size: 15px;
  }
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    font-size: 10px;
  }

  .expire_schedule {
    font-size: 012px;
  }

  .btn-group-sm > .btn,
  .btn-sm {
    font-size: 0.775rem;
  }

  .certificate_design_bx {
    flex-wrap: wrap;
  }

  .certificate_design_bx_one {
    width: 100%;
  }

  .bg_upload_2 .upload-bg-akak {
    padding: 6px 8px;
  }

  .certificate_design_bx #variables button {
    width: calc(12% - 5px);
    padding: 6px 6px;
  }

  .certificate_design_bx #variables button span {
    font-size: 10px;
    font-weight: 500;
  }

  .certificate_design_bx #variables button i {
    font-size: 20px;
  }

  .certificate_design_bx_two {
    margin: 0;
  }

  #variables + button {
    width: 11% !important;
  }
}

@media (min-width: 1200px) and (max-width: 1280px) {
  #duration_input_group {
    width: 100% !important;
  }

  .csutom-ruight-bx input#no_of_students {
    width: 36% !important;
  }

  .summary-bx h3.mt-5.mb-2 {
    font-size: 20px;
  }

  .labelhead {
    font-size: 15.5px;
    color: #596168;
  }

  #add_lecture_image_offline .instructor-image .w-25 {
    width: 35% !important;
  }

  #add_lecture_image_offline .instructor-image .selectdayBox.w-30 {
    width: 23% !important;
  }

  #leftbox_offline h4,
  .summary-bx h4 {
    font-size: 15px;
  }

  .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    font-size: 10px;
  }

  #add_lecture_image_offline .instructor-image .w-25 {
    width: 35% !important;
  }
  #add_lecture_image_offline .instructor-image .selectdayBox.w-30 {
    width: 23% !important;
  }

  .certificate_design_bx {
    flex-wrap: wrap;
  }

  .certificate_design_bx_one {
    width: 100%;
  }

  .bg_upload_2 .upload-bg-akak {
    padding: 6px 8px;
  }

  .certificate_design_bx #variables button {
    width: calc(12% - 5px);
    padding: 6px 6px;
  }

  .certificate_design_bx #variables button span {
    font-size: 12px;
    font-weight: 500;
  }

  .certificate_design_bx #variables button i {
    font-size: 20px;
  }

  .certificate_design_bx_two {
    margin: 30px auto 0;
  }

  #variables + button {
    width: 11% !important;
  }
}

@media (min-width: 1400px) and (max-width: 1480px) {
  #duration_input_group {
    width: 100% !important;
  }
  .csutom-ruight-bx input#no_of_students {
    width: 36% !important;
  }
  #add_lecture_image_offline .instructor-image .w-25 {
    width: 35% !important;
  }
  #add_lecture_image_offline .instructor-image .selectdayBox.w-30 {
    width: 23% !important;
  }

  .certificate_design_bx {
    flex-wrap: wrap;
  }

  .certificate_design_bx_one {
    width: 100%;
  }

  .bg_upload_2 .upload-bg-akak {
    padding: 6px 8px;
  }

  .certificate_design_bx #variables button {
    width: calc(12% - 5px);
    padding: 6px 6px;
  }

  .certificate_design_bx #variables button span {
    font-size: 14px;
    font-weight: 500;
  }

  .certificate_design_bx #variables button i {
    font-size: 20px;
  }

  .certificate_design_bx_two {
    margin: 30px auto 0;
  }

  #variables + button {
    width: 11% !important;
    color: #575757 !important;
  }
}

.theme-btn {
  border-radius: 10px;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .method-action {
    width: 36px !important;
    height: 36px !important;
  }

  .method-action img {
    width: 18px !important;
  }

  .newsaml img {
    width: 50px !important;
  }

  .newsaml {
    width: auto !important;
  }
}

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

@media (min-width: 992px) and (max-width: 1024px) {
}

@media (min-width: 1200px) and (max-width: 1280px) {
  .custom_main_aa .passwordicon {
    right: 5px;
    top: 6px;
  }

  .custom_main_aa .labelbox {
    position: absolute;
    top: 8px;
  }

  .custom_main_aa .input-field:focus + label,
  .custom_main_aa .input-field:not(:placeholder-shown) + label {
    top: -17px;
  }

  .custom_main_aa .input-control {
    margin-bottom: 1rem;
    padding: 5px;
  }

  .custom_main_aa {
    /* padding: 124px 0; */
  }
}

@media (min-width: 1300px) and (max-width: 1366px) {
  .custom_main_aa .passwordicon {
    right: 5px;
    top: 6px;
  }

  .custom_main_aa .labelbox {
    position: absolute;
    top: 8px;
  }

  .custom_main_aa .input-field:focus + label,
  .custom_main_aa .input-field:not(:placeholder-shown) + label {
    top: -17px;
  }

  .custom_main_aa .input-control {
    margin-bottom: 1rem;
    padding: 5px;
  }

  .custom_main_aa {
    /* padding: 124px 0; */
  }
}

@media (min-width: 1400px) and (max-width: 1440px) {
  .custom_main_aa {
    /* padding: 160px 0; */
  }
}

@media (min-width: 1500px) and (max-width: 1680px) {
  .custom_main_aa {
    /* padding: 170px 0; */
  }
}

.custom_main_aa {
  background: url(https://acelot-common-bucket.s3.ap-south-1.amazonaws.com/login_signup_bg.png)
    no-repeat;
  background-position: 0 -100px;
  background-size: 100%;
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom_main_aa .text-large {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding: 10px 10px 0;
  color: #333335;
}

.custom_main_aa .text-normal {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  padding: 10px 0;
}

.custom_main_aa .text-links {
  font-size: 1.5rem;
  font-weight: 400;
  color: #1a73e8;
}

.custom_main_aa .newwrapper {
  max-width: 500px;
  width: 100%;
  padding: 1rem 1.5rem;
  border: none;
  outline: none;
  color: #121212;
  background: #ffffff;
  background-color: #fff;
  opacity: 1;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  overflow: hidden;
}

.custom_main_aa .form {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}

.custom_main_aa .input-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 0;
  position: relative;
  width: 50%;
}

.custom_main_aa .input-control + .error {
  position: relative;
  transform: translate(0, -12px);
}

.custom_main_aa .passwordicon {
  position: absolute;
  right: 1px;
  top: 1px;
  background: #ebecf0;
  width: 45px;
  overflow: hidden;
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 0 0.65rem 0.65rem 0;
}

.custom_main_aa .input-field {
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  line-height: inherit;
  width: 100%;
  padding: 0.75rem 1rem;
  border: solid 1px #dee2e6;
  height: 50px;
  outline: none;
  border-radius: 0.65rem;
  background: white;
}

.custom_main_aa .input-field:focus {
  border-color: #473277;
  background-color: white;
  /* Keeps the same background as default */
  box-shadow: 0 0 0 3px rgba(71, 50, 119, 0.2);
  /* Optional focus ring */
}

.custom_main_aa .input-field::placeholder {
  font-family: inherit;
  /* Inherit the font-family */
  font-size: 1.3rem;
  /* Match the input's font size */
  color: #9ca3af;
  /* Set a soft gray color for the placeholder */
  /* Match the input's font weight */
}

.theme-btn-solid:hover {
  background: #008fd5 !important;
  border-color: #008fd5 !important;
}

.custom_main_aa .input-submit {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 0.95rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 8px;
  color: #ffffff;
  background: #008fd5;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  text-transform: capitalize;
}

.custom_main_aa .striped {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 1.8rem;
}

.custom_main_aa .striped-line {
  flex: auto;
  height: 2px;
  background: #dadce0;
}

.custom_main_aa .striped-text {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  margin: 0 1rem;
}

.custom_main_aa .method-control {
  margin-bottom: 1rem;
}

.custom_main_aa .method-action {
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 5px;
  outline: none;
  border: 2px solid #dadce0;
  border-radius: 50px !important;
  color: #121212;
  background: #ffffff;
  text-transform: capitalize;
  transition: all 0.35s ease;
  display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.method-action img {
  width: 20px !important;
}

.newsaml {
  width: auto !important;
}

.custom_main_aa .method-action:hover {
  background: #f1f5f9;
}

.custom_main_aa .newaction {
  font-size: 16px !important;
}

.newsaml img {
  width: 55px !important;
}

.custom_main_aa .input-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
}

input:-webkit-autofill {
  appearance: none !important;
  background-color: white !important;
  color: white !important;
  box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset !important;
}

.custom_main_aa .input-left-border input {
  border-left: 4px solid var(--primary-color);
}

@media only screen and (max-width: 768px) {
  .custom_main_aa {
    padding: 30px 0;
  }
}

.custom_main_aa .newinput-control {
  width: 100% !important;
}

.custom_main_aa .input-control {
  position: relative;
  width: 100%;
}

.custom_main_aa .input-field:focus {
  border-color: #007bff;
}

.custom_main_aa .labelbox {
  position: absolute;
  top: 2px;
  left: 10px;
  font-size: 15px;
  transform: translateY(55%);
  background: white;
  pointer-events: none;
  transition: all 0.3s ease;
  padding: 0 5px;
}

p#otpmsg {
  padding: 0 5px;
}

.custom_main_aa .input-field:focus + label,
.custom_main_aa .input-field:not(:placeholder-shown) + label {
  top: -20px;
  left: 10px;
  font-size: 14px;
  color: #575757 !important;
}

.theme-btn {
  border-radius: 10px;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .method-action {
    width: 36px !important;
    height: 36px !important;
  }

  .method-action img {
    width: 18px !important;
  }

  .newsaml img {
    width: 50px !important;
  }

  .newsaml {
    width: auto !important;
  }
}

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

@media (min-width: 992px) and (max-width: 1024px) {
}

@media (min-width: 1200px) and (max-width: 1280px) {
  .custom_main_aa .passwordicon {
    right: 5px;
    top: 6px;
  }

  .custom_main_aa .labelbox {
    position: absolute;
    top: 8px;
  }

  .custom_main_aa .input-field:focus + label,
  .custom_main_aa .input-field:not(:placeholder-shown) + label {
    top: -17px;
  }

  .custom_main_aa .input-control {
    margin-bottom: 1rem;
    padding: 5px;
  }

  .custom_main_aa {
    /* padding: 124px 0; */
  }
}

@media (min-width: 1300px) and (max-width: 1366px) {
  .custom_main_aa .passwordicon {
    right: 5px;
    top: 6px;
  }

  .custom_main_aa .labelbox {
    position: absolute;
    top: 8px;
  }

  .custom_main_aa .input-field:focus + label,
  .custom_main_aa .input-field:not(:placeholder-shown) + label {
    top: -17px;
  }

  .custom_main_aa .input-control {
    margin-bottom: 1rem;
    padding: 5px;
  }

  .custom_main_aa {
    /* padding: 124px 0; */
  }
}

@media (min-width: 1400px) and (max-width: 1440px) {
  .custom_main_aa {
    /* padding: 160px 0; */
  }
}

@media (min-width: 1500px) and (max-width: 1680px) {
  .custom_main_aa {
    /* padding: 170px 0; */
  }
}

#basicwizard ul.nav.nav-pills.nav-justified.form-wizard-header li {
  position: relative;
}

#basicwizard
  ul.nav.nav-pills.nav-justified.form-wizard-header
  li:nth-child(1)::after,
#basicwizard
  ul.nav.nav-pills.nav-justified.form-wizard-header
  li:nth-child(2)::after,
#basicwizard
  ul.nav.nav-pills.nav-justified.form-wizard-header
  li:nth-child(3)::after,
#basicwizard
  ul.nav.nav-pills.nav-justified.form-wizard-header
  li:nth-child(4)::after,
#basicwizard
  ul.nav.nav-pills.nav-justified.form-wizard-header
  li:nth-child(5)::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  border-top: 4px solid #0069af;
  width: 100%;
}

#basicwizard
  ul.nav.nav-pills.nav-justified.form-wizard-header
  li:nth-child(6)::after,
#basicwizard
  ul.nav.nav-pills.nav-justified.form-wizard-header
  li:nth-child(7)::after,
#basicwizard
  ul.nav.nav-pills.nav-justified.form-wizard-header
  li:nth-child(8)::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  border-top: 4px solid #f68320;
  width: 100%;
}

.card-custom {
  width: fit-content;
  padding: 8px 12px 0;
  border-radius: 7px;
  background: #f7f7f7b7;
  border: 1px solid #4444441a;
}
.fs-16 {
  font-size: 14px;
  font-weight: 500;
  color: #4e4e4e;
}
.fs-14 {
  font-size: 14px;
  font-weight: 400;
}

#unsafe_browrser_aksh {
  padding: 15px;
  margin: 10px 0 0;
  border-radius: 8px;
  background: #f7f7f7;
  position: relative;
}

div#accordion {
  margin: 10px 0 0;
}

#date_inputs {
  background: #f7f7f7;
  padding: 15px;
  margin: 0 0 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  position: relative;
}

#date_inputs:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 9px solid #d3d1d1;
  top: -9px;
  left: 6px;
}

.gray-bg {
  background: #eaeaea;
  padding: 3px 15px;
  width: fit-content;
  border-radius: 6px;
  position: relative;
}

.gray-bg:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #d3d1d1;
  bottom: -6px;
  rotate: 180deg;
  left: 6px;
}

.exam_page_accordian {
  margin-top: 20px;
}

.exam_page_accordian button.btn.btn-link.w-100 {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #4e4e4e;
  background: #d5d5d5;
  padding: 8px 20px;
  border-radius: 6px;
}

.clsss_type_bx {
  background: white;
  border-radius: 10px;
  width: fit-content;
}

#add_lecture_image_offline .instructor-image {
  background: #f7f7f7;
  padding: 15px;
  margin: 0 0 10px;
  border-radius: 10px;
  position: relative;
}

.multipleClassROws {
  background: #f7f7f7;
  padding: 15px;
  border-radius: 10px;
  margin: 0 0 20px;
  position: relative;
}

.leftbox_offline {
  /* height: 70vh;
    overflow: auto;
    padding-right: 20px; */
}

.blue {
  color: #0069af;
}

.bluecolorr {
  color: #0069af;
  width: fit-content;
}
.fw-600 {
  font-weight: 600;
}

.gap-1 {
  gap: 0.5rem;
}

#leftbox_offline #nav-tab {
  gap: 1.5%;
}

#leftbox_offline .nav.nav-tabs a {
  font-size: 16px;
  color: #44546f;
  border: none;
  border-bottom: 2px solid transparent;
  position: relative;
}

#leftbox_offline .nav.nav-tabs a.active {
  font-size: 16px;
  font-weight: 600;
  color: #008fd5;
  border-bottom: 2px solid #008fd5;
}

#leftbox_offline .nav.nav-tabs a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #b1b1b1;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 10px);
  border-radius: 50px;
}

#leftbox_offline .nav.nav-tabs a.custom_yellow_line::after {
  background: #ffbc00;
}

#leftbox_offline .nav.nav-tabs a::before {
  content: "";
  position: absolute;
  width: 116%;
  height: 12px;
  border-top: 1px solid #ccc;
  top: -24px;
  left: -70%;
  transform: translate(0%, 10px);
  border-radius: 0;
}

#leftbox_offline .nav.nav-tabs a.custom_yellow_line::before {
  border-top: 1px solid #ffbc00;
}

#leftbox_offline .nav.nav-tabs a:nth-child(1)::before {
  display: none;
}

input.lecture_image {
  border: 1px dashed #ccc;
  padding: 5px 15px;
  background: white;
  width: 100%;
}

.lecturer_delete_btn {
  position: absolute;
  top: -5px;
  right: -5px;
}

.lecturer_delete_btn button.btn.btn-danger.btn-sm {
  padding: 0px 5px;
  box-shadow: none;
  border-radius: 50px;
}

.summary-bx .switch {
}

.summary-bx .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.summary-bx .slider {
  border-radius: 30px;
}

.summary-bx .slider:before {
  border-radius: 50%;
}

.summary-bx input:checked + .slider {
  background-color: #4caf50;
}

.summary-bx input:checked + .slider:before {
  transform: translateX(30px);
}

#leftbox_offline div#nav-tabContent {
  height: 69vh;
  overflow: auto;
  padding-right: 15px;
}

.workshop_delete_btn {
  position: absolute;
  top: -5px;
  right: -5px;
}

.workshop_delete_btn .btn.btn-danger.btn-sm {
  padding: 0px 5px;
  box-shadow: none;
  border-radius: 50px;
}

.day-wrapper {
  position: relative;
}

.daybxbb {
  position: relative;
  top: -21px;
  background: #0069af;
  left: -22px;
  width: fit-content;
  color: white;
  padding: 5px 10px 2px;
  margin: 0 0 -3px;
  border-radius: 10px 5px 5px 5px;
}

.arrow_collapseblebx {
  padding: 2px 5px;
  font-size: 13px;
  height: 24px;
  margin: 4px 0 0;
}

.gap-4 {
  gap: 3rem;
}

.custom-colum {
  min-width: 260px;
}

.w-30 {
  width: 30%;
}

.accordianbg button {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding-left: 0;
  text-align: left;
}

.seetting_tabs h4 {
  font-weight: 500;
  color: #0569af;
  border: 1px solid #0169af47;
  padding: 4px 9px 4px;
  border-radius: 19px;
  font-size: 14px;
}
.selectdayBox {
}

.exam_page_accordian .card-body {
  background: rgb(235, 235, 235);
  border-radius: 8px;
}

.exam_page_accordian .card-header {
  margin: 0 0 4px;
}

.coloneckeditor .offset-lg-6.col-lg-2.my-1 .d-flex {
  justify-content: end;
}

.coloneckeditor .offset-lg-6.col-lg-2.my-1 .d-flex a {
  margin: 0 !important;
}

.coloneckeditor .Copyelement {
  margin-bottom: 15px;
}

.s5 .switch_custom {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
  margin-bottom: 0;
}

.s5 .switch_custom input {
  opacity: 0;
  width: 0;
  height: 0;
}

.s5 .slider_custom {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.s5 .slider_custom:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px !important;
  bottom: 3px !important;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.s5 input:checked + .slider_custom {
  background-color: #0069af;
}

.s5 input:checked + .slider_custom:before {
  transform: translateX(22px);
}

.exampage .nav-item a {
  font-size: 16px;
  color: #44546f;
  border: none;
  border-bottom: 2px solid transparent;
  position: relative;
  font-weight: 500;
}

.exampage .nav-item a.active {
  font-size: 16px;
  font-weight: 600;
  color: #008fd5;
  border-bottom: 2px solid #008fd5;
}

.exampage .nav-item a::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 12px;
  border-top: 1px solid #ffbc00;
  top: -24px;
  left: 50%;
  transform: translate(0%, 10px);
  border-radius: 0;
}

.exampage li:nth-child(2) a::before {
  width: 100%;
}

.exampage li:last-child a::before {
  display: none;
}

.exampage .nav-item a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #ffbc00;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 10px);
  border-radius: 50px;
}

.status-live {
  background-color: #d4f8d4;
  color: #27ae60;
  padding: 5px 10px;
  border-radius: 15px;
  display: inline-block;
  font-weight: 500;
}

.gear-icon {
  cursor: pointer;
}

.main-widgets {
  gap: 2%;
}

.widgets-inn {
  width: 48%;
  border: 1px solid #ccc;
  padding: 12px 15px;
  border-radius: 20px;
  margin: 0 0 20px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.widgets-inn ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.widgets-inn li {
  list-style: none;
  width: 48%;
  border-bottom: 1px solid #cccccc4f;
  padding: 6px 0px;
  display: flex;
  gap: 3%;
  align-items: center;
}

.widgets-inn li:nth-child(3),
.widgets-inn li:nth-child(4) {
  border: none;
  padding-bottom: 0 !important;
}

.widgets-inn li:nth-child(1),
.widgets-inn li:nth-child(3) {
  padding-right: 15px;
}

.widgets-inn li:nth-child(2),
.widgets-inn li:nth-child(4) {
  padding-left: 30px;
  border-left: 1px solid #cccccc4f;
}

.widgets-inn h1 {
  margin: 0 0 0;
}

.widgets-inn li i {
  width: 20px;
}

.widgets-inn h3 {
  font-size: 19px;
  font-weight: 600;
  margin-top: 0;
  color: #525050;
}

.widgets-inn li i {
  width: 24px;
  height: 24px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  border-radius: 40px;
}

.fs-2 {
  font-size: 25px;
}

.small_dimension {
  color: #acacac;
  font-size: 9px;
  position: relative;
  margin: -3px 0 3px;
  display: block;
}
.instructor-image .row > div:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
}
.instructor-image .row > div:nth-child(4) {
  padding-left: 0;
}

.instructor-image {
  background: #f7f7f7;
  padding: 8px 10px;
  border-radius: 8px;
  box-shadow: 0px 20px 18px -26px black;
  border: 1px solid #ccc;
}

.fsofbutton button {
  font-size: 12px;
  padding: 2px 8px;
  border: 1px solid #dcdcdc;
}

.lecturer-pic {
  width: 24px;
  height: 24px;
}

.lecturer-pic img {
  border: 1px solid #ebe3e3;
}

.selectLecturerBtn.active {
  background: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

.truncate-description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}

#exampleModalCenter .modal-lg,
#exampleModalCenter .modal-xl {
  max-width: 850px;
}

.lectu_list_inn {
  border: 1px solid #ccc;
  padding: 3px 8px;
  width: fit-content;
  border-radius: 6px;
  background: white;
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.delete-lecturer {
  color: red;
  position: absolute;
  top: -6px;
  right: -4px;
  font-size: 12px;
  padding: 0;
  line-height: 0;
  cursor: pointer;
  transition: 0.4s;
}

.edit-lecturer {
  color: #006aaf;
  position: absolute;
  top: -6px;
  right: 11px;
  font-size: 11px;
  padding: 0;
  line-height: 0;
  cursor: pointer;
  transition: 0.4s;
}
.edit-lecturer:hover {
  scale: 1.3;
  color: #006aaf;
  transition: 0.4s;
}

.delete-lecturer:hover {
  scale: 1.3;
  color: red;
  transition: 0.4s;
}

#leftbox_offline #nav-tabContent .card {
  border: 1px solid #e6e9eb;
  border-radius: 20px;
  overflow: hidden;
}

.w-20 {
  width: 20%;
}

a.liveclass_btn {
  border: 1px solid #6c757d1c;
  padding: 2px 7px;
  color: #0169af;
  border-radius: 5px;
  transition: 0.4s;
}

a.liveclass_btn:hover {
  background: #0169af;
  color: white;
  transition: 0.4s;
}
.rounded-3 {
  border-radius: 6px !important;
}

a.collapsebtnof_liveclass {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #0169af;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

a.collapsebtnof_liveclass:hover {
  background: #00426d;
  transition: 0.4s;
}
.qr_dimen {
  height: 100px;
}

.offline_class_card i.fa {
  margin-right: 4px;
}

.liveclass_header_strip {
  padding: 13px;
  background: #f7f7f7;
  box-shadow: 0px 20px 12px -24px #000;
  border-radius: 10px;
  border: 1px solid #cccccc5c;
}

.lecturer-list-section
  .select2-container
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #727cf5;
  border: none;
  color: #fff;
  border-radius: 3px;
  padding: 0 7px;
  margin-top: 4px;
  font-size: 11px;
}

.lecturer-list-section .select2-container .select2-selection--multiple {
  min-height: calc(2.2125rem + 0px) !important;
}
#basicwizard
  ul.nav.nav-pills.nav-justified.form-wizard-header
  li:nth-child(6)::after,
#basicwizard
  ul.nav.nav-pills.nav-justified.form-wizard-header
  li:nth-child(7)::after,
#basicwizard
  ul.nav.nav-pills.nav-justified.form-wizard-header
  li:nth-child(8)::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  border-top: 4px solid #f68320;
  width: 100%;
}

.custom_asse_tabs_switch ul#pills-tab a {
  border: 1px solid #f7f7f7;
  border-radius: 6px;
  box-shadow: 0px 0 12px -6px black;
  padding-left: 15px;
  padding-right: 15px;
}

.custom_asse_tabs_switch ul#pills-tab a.active {
  background: #0169af;
  border: #0169af;
}

.custom_asse_tabs_switch {
  width: 98%;
  margin: 7px 0 0;
  border-radius: 10px;
}
.custom_asse_tabs_switch ul li a {
  border: 1px solid #b5b5b5 !important;
}
#question-container {
  width: 99%;
}
.border-left-5 {
  border-left: 3px solid darkgray;
  padding-left: 6px;
}

/* .assi-bx {
    width: 14.8%;
    background: white;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgb(223, 223, 223);
    transition: .6s;
} */
.assi-bx {
  width: 13%;
  background: white;
  padding: 10px;
  border-radius: 10px;
  /* border: 1px solid rgb(223, 223, 223); */
  transition: 0.6s;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.assi-bx:hover {
  background: #f7f7f7;
  transition: 0.4s;
  cursor: pointer;
}

.assi-bx h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #4f4f4f;
}

.assi-bx h3 span {
  display: block;
  margin: 3px 0 0;
  font-size: 20px;
}

.blue_exam {
  color: rgb(0, 89, 147);
}

.assi-bx-second {
  width: 48.666%;
  background: white;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid rgb(204, 204, 204);
}

.assi-bx-second ul {
  padding: revert-layer;
  margin: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}

.assi-bx-second ul li {
  padding: 6px 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 33%;
  /* margin: 0 0 10px; */
}

.assi-bx-second ul li:nth-child(1) {
  padding-left: 0;
}

.assi-bx-second ul li:nth-child(3) {
  border-right: 0;
}

.assi-bx-second ul li:nth-child(4) {
  border-bottom: none;
  padding-left: 0;
}

.assi-bx-second ul li:nth-child(5) {
  border-bottom: none;
  padding-right: 0;
}

.assi-bx-second ul li:nth-child(6) {
  border-bottom: none;
  border-right: none;
  padding-right: 0;
}

.assi-bx-second ul li:first-child {
  padding-left: 0;
}

.innergrading_bx ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5%;
}

.innergrading_bx ul li {
  padding: 15px;
  font-size: 16px;
  border-radius: 10px;
  color: #656565;
  background: #f3f3f3;
  box-shadow: -2px 8px 9px -6px #00000036;
}

.text_transform_capi {
  text-transform: capitalize;
  font-weight: 600;
}

h4.text_transform_capi span {
  font-weight: 400;
}
.fontsizecus {
  font-size: 14px;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .assi-bx h3 span {
    font-size: 17px;
  }
  .assi-bx {
    width: 13.333%;
  }
  .innergrading_bx ul li {
    padding: 6px;
  }
  .fontsizecus {
    font-size: 11px;
  }
  .assi-bx-second ul li {
    font-size: 11px;
  }
}

@media (min-width: 1300px) and (max-width: 1366px) {
  .fontsizecus {
    font-size: 12px;
  }
  .assi-bx-second ul li {
    font-size: 11px;
  }
  .assi-bx {
    width: 13.333%;
  }
  .innergrading_bx ul li {
    padding: 9px;
  }
}

#mySlide #modalContent p {
  margin: 0;
  padding: 10px 10px;
  border-bottom: 1px solid #cccccc50;
}

#mySlide #modalContent p:hover {
  background: #f7f7f7;
}
.popup_data_st {
  cursor: pointer;
}

#mySlide #modalContent p .far {
  margin-left: 15px;
}

#mySlide #modalContent p .far {
  margin-left: 15px;
  cursor: pointer;
}
.namaofuser {
  text-decoration: none;
  color: #39afd1;
  padding: 2px 6px;
  border-radius: 4px;
  width: 75%;
  display: inline-block;
}

.authorbx {
  margin: 3px 0 0;
}

.authorbx .authorbx-inner {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: start;
  width: fit-content;
}

.picms img {
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 20px;
  background: white;
}

.authorbx div {
  color: #7f7f7f;
  font-size: 12px;
}
.authorbx {
  display: flex;
}

.notebxo {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: start;
  width: fit-content;
  padding: 0 10px 0 0;
  border-radius: 0;
  border-right: 1px solid #ddd;
}

div#accordionExample .card .card-body {
  padding: 10px;
}

div#v-pills-tabContent {
  margin-bottom: 15px;
}

.databx-inner {
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 5px;
  border-right: 1px solid #ddd;
}

.Sourse-inner {
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 5px;
}

.reportbx {
  margin-left: 40px;
}

.reportbx .btn {
  padding: 2px 12px;
  font-size: 12px;
  border-radius: 6px;
}

.frt {
  font-size: 10px;
  padding: 2px 6px;
}

.reportoffcan_bx {
  width: 690px;
}
.reportoffcan_bx .nav.nav-tabs a::after {
  display: none;
}

ul.reportques {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
}

ul.reportques span {
  color: #006495;
  font-weight: 600;
}
.w-85 {
  width: 85%;
}
.lineheight {
  line-height: normal;
}

.btnView_Remark {
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 6px;
}

.title_assessment .mainheadd {
  font-weight: bold;
  font-size: 18px;
}

.title_assessment .smalltag {
  font-size: 12px;
  margin: 0;
  font-weight: 400;
  color: #c9c9c9;
  line-height: 14px;
}

.title_assessment {
  padding: 4px 9px 6px;
  margin: 0;
  /* border-bottom: 1px solid #f2f2f2; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul#pills-tab-second .nav-link {
  background: #f7f7f7;
  color: #44546f;
  font-weight: 600;
  padding: 12px 15px;
}

ul#pills-tab-second .nav-link.active {
  background: #ffffff;
  color: #017cb8;
  border-bottom: 3px solid #017cb8;
}
.Qestion_Colums_One #pills-tabContent .nav-pills .nav-link:hover,
.Qestion_Colums_One #pills-tabContent-second .nav-pills .nav-link:hover {
  background: #ffffff;
  color: #017cb8;
}

.Qestion_Colums_One
  #pills-tabContent
  .nav-pills
  .nav-link
  div
  i.fa.fa-file-text-o,
.Qestion_Colums_One
  #pills-tabContent-second
  .nav-pills
  .nav-link
  div
  i.fa.fa-file-text-o {
  font-size: 16px;
  line-height: 24px;
}

.Qestion_Colums_One
  #pills-tabContent
  .nav-pills
  .nav-link
  div
  i.bi-three-dots-vertical,
.Qestion_Colums_One
  #pills-tabContent-second
  .nav-pills
  .nav-link
  div
  i.bi-three-dots-vertical {
  font-size: 16px;
}

.Qestion_Colums_One #pills-tabContent .nav-pills .nav-link div + div span,
.Qestion_Colums_One
  #pills-tabContent-second
  .nav-pills
  .nav-link
  div
  + div
  span {
  font-size: 12px;
}

.Qestion_Colums_One #pills-tabContent .nav-pills .nav-link div + div p,
.Qestion_Colums_One #pills-tabContent-second .nav-pills .nav-link div + div p {
  color: #6a6a6a;
}

.Qestion_Colums_One #pills-tabContent .nav-pills .nav-link.active,
.Qestion_Colums_One #pills-tabContent-second .nav-pills .nav-link.active {
  background: #017cb8;
  color: #ffffff;
}

.Qestion_Colums_One #pills-tabContent .nav-pills .nav-link.active div + div p,
.Qestion_Colums_One
  #pills-tabContent-second
  .nav-pills
  .nav-link.active
  div
  + div
  p {
  color: #ffffff;
}

.custom_asse_tabs_switch ul#pills-tab a {
  border: 1px solid #f7f7f7;
  border-radius: 6px;
  box-shadow: 0px 0 12px -6px black;
  padding-left: 15px;
  padding-right: 15px;
}

.custom_asse_tabs_switch ul#pills-tab a.active {
  background: #0169af;
  border: #0169af;
}

.custom_asse_tabs_switch {
  width: 98%;
  margin: 7px 0 0;
  border-radius: 10px;
}
.custom_asse_tabs_switch ul li a {
  border: 1px solid #b5b5b5 !important;
}

ul#pills-tab-second li {
  width: 50%;
  margin: 0 0 0;
  background: #e0e0e0;
  padding: 0;
}

p#Total_Question_text {
  font-size: 15px;
  font-weight: bold;
  color: #363636;
}
.w-max-content {
  width: max-content;
}

/********Header Hight Define***********/
.topnav-navbar {
  min-height: 64px;
}

.nav-user {
  min-height: 64px;
  padding: calc(26px / 2) 20px calc(26px / 2) 57px !important;
}

.topnav-navbar .topnav-logo {
  line-height: 60px;
}

/********Header Hight Define***********/
a#zoombtnto {
  font-size: 13px;
  margin-left: 4px !important;
  display: inline-block !important;
}

.main_nbx {
  width: 100%;
}
.fs-18 {
  font-size: 18px;
}
.eletecarddd {
  width: 25px;
  height: 25px;
  font-size: 12px;
  color: red;
  border: 1px solid red;
  border-radius: 20px;
  background: white;
  position: absolute;
  top: -6px;
  right: -6px;
  cursor: pointer;
  transition: all 0.4s;
}
.eletecarddd:hover {
  transition: all 0.4s;
  transform: scale(1.3);
}

.AddAnotherLanguageVideo {
  background: #0069af1c;
  padding: 2px;
  border-radius: 0;
}

.Add_Video_Lesson_Main_Class .checkbox-group {
  display: inline-flex;
}
.Add_Video_Lesson_Main_Class label#invalid_url_default {
  font-size: 11px;
}
.Add_Video_Lesson_Main_Class #allmp4videofile .modal-body {
  height: 700px;
  overflow-y: scroll;
}
.Add_Video_Lesson_Main_Class .hls-example-dimensions {
  width: 100% !important;
}
.Add_Video_Lesson_Main_Class .grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.Add_Video_Lesson_Main_Class .grid-container > div {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.Add_Video_Lesson_Main_Class .grid-container > div img {
  object-fit: cover;
  height: 100px;
}
.Add_Video_Lesson_Main_Class .filename {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(0 0 0 / 62%);
  color: white;
  padding: 5px;
  font-size: 12px;
  user-select: all;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Add_Video_Lesson_Main_Class .btn_select {
  position: relative;
  top: 25px;
}
.Add_Video_Lesson_Main_Class .modelbtn {
  background: #727cf4;
  padding: 5px 7px;
  border-radius: 6px;
  color: white;
  text-decoration: none;
  border: 1px solid;
  margin: 5px 0 10px;
  display: inline-block;
  text-transform: capitalize;
}
.Add_Video_Lesson_Main_Class .modelbtn:hover {
  background: #727cf5;
  color: white;
  text-decoration: none;
}
.Add_Video_Lesson_Main_Class .form-check-inline .form-check-input {
  margin-right: 0.125rem !important;
}
.Add_Video_Lesson_Main_Class div#accordion .card-header {
  padding: 0;
  border: 1px solid #ccc;
  background: #f7f7f7;
}
.Add_Video_Lesson_Main_Class div#accordion .card-header button {
  color: #0d466d;
  padding: 4px 10px;
  background: #0069af57;
  border-radius: 0;
}

.Add_Video_Lesson_Main_Class .LanguageEng {
  position: relative;
  background: #0069af;
  padding: 1px 11px;
  margin: -24px 0 10px;
  width: fit-content;
  color: white;
  border-radius: 20px;
  font-size: 14px;
}
.Add_Video_Lesson_Main_Class .smallcont {
  font-size: 10px;
  text-transform: capitalize;
}
.bordercustomsh {
  border: 1px solid #e3e3e3;
  padding: 7px 10px;
  border-radius: 5px;
  min-height: 39px;
}
.Add_Video_Lesson_Main_Class .custom-file-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Add_Video_Lesson_Main_Class
  .select2-container
  .select2-search--inline
  .select2-search__field {
  padding: 0 10px;
}

.view_language_bx {
  background: #0069af1a;
  margin: 10px 0 0;
  padding: 3px 9px;
  width: fit-content;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 1.3rem;
}
.view_language_bx a {
  color: #090909;
  cursor: pointer;
  transition: all 0.4s;
}
.view_language_bx:hover a {
  transform: scale(1.3);
  transition: all 0.4s;
}
.sugcvhdjvcdsvjdskv .card {
  margin: 0;
  border: 1px solid #d4d4d4;
  margin: 0 0 8px;
}
.sugcvhdjvcdsvjdskv .card-body {
  padding: 6px 8px;
}
.accordianbg .card-body {
  background: #ededed;
  padding: 12px;
}
.accordianbg .card {
  margin: 0 0 8px;
}
.Add_Video_Lesson_Main_Class div#myTabContent {
  background: #f7f7f7;
  margin: 16px 0 0;
  border: 1px dashed #ccc !important;
  padding: 14px !important;
  border-radius: 17px;
  position: relative;
}
.Add_Video_Lesson_Main_Class #myTab {
  border: none;
  width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden;
  flex-wrap: nowrap;
  padding-top: 10px;
}
.Add_Video_Lesson_Main_Class #myTab li a {
  border-radius: 0px !important;
  background: transparent;
  border: none;
  border-bottom: 2px solid #f6f6f6;
  font-size: 16px;
  font-weight: 600;
}
.Add_Video_Lesson_Main_Class #myTab li a.active {
  background: transparent;
  color: #0069af;
  border-color: currentColor;
}

#box0-tab {
  position: relative;
}
#box0-tab:after {
  color: white;
  content: "Default";
  position: absolute;
  top: -8px;
  left: 8px;
  width: fit-content;
  background: #f44336;
  font-size: 9px;
  padding: 0px 5px;
  border-radius: 10px;
  font-weight: 400;
}
.badge-new {
  position: absolute;
  top: 4px;
  right: 7px;
  background: #ff4d4f;
  color: #fff;
  font-size: 7px;
  padding: 1px 5px;
  border-radius: 20px;
  font-weight: 600;
  border: 1px solid #ffffff87;
}

.beta-tag {
  background: linear-gradient(45deg, #ff9800, #ff5722);
  color: #fff;
  font-size: 8px;
  padding: 3px 8px;
  border-radius: 20px;
  margin: 0 0 0 8px;
  position: relative;
  top: -2px;
  font-weight: 600;
  line-height: normal;
}

.h32j43 .switch .slider:before {
  width: 15px;
  height: 15px;
  top: 1.5px;
  left: 2px;
  border-radius: 20px;
}

.h32j43 .switch .slider {
  border-radius: 30px;
}

.disabled-box {
  opacity: 0.34;
  pointer-events: none;
}

.disabled-box input {
  background-color: #e9ecef;
}
