/*============ main css ================= */

body {
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

a:hover,
a:focus {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 0;
}

input:focus,
select:focus {
  outline: none;
  box-shadow: none;
}

input,
textarea,
select {
  color: #333333;
}

.min-h-100 {
  min-height: 100vh;
}

.text-darkred {
  color: #7b0707;
}

.h-64 {
  height: 64px;
}

.f-100 {
  font-weight: 100;
}

.f-200 {
  font-weight: 200;
}

.f-300 {
  font-weight: 300;
}

.f-400 {
  font-weight: 400;
}

.f-500 {
  font-weight: 500;
}

.f-700 {
  font-weight: 700;
}

.f-900 {
  font-weight: 900;
}

/* .w-100{
  width: 100% !important;
} */
.btn-theme {
  color: #414142;
  background-color: #f2bd2c;
  border-color: #f2bd2c;
  border-radius: 4px;
}

.btn-theme:focus:not(.disabled),
.btn-theme:hover:not(.disabled) {
  color: #010305 !important;
  background-color: #ecb210;
}

.section-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.verification-box {
  width: 270px;
  height: 260px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin: 0 auto 1rem;
  padding: 1.3rem;
}

.verification-icon-box {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.verification-icon-box img {
  height: 80px;
}

.verification-box:hover {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.tusk-footer {
  /* position: fixed;
  position: sticky;
  top: calc(100vh - 50px); 
  left: 0;*/
  background-color: rgba(0, 0, 0, 0.07);
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  position: sticky;
  top: calc(100% - 50px);
}

.tusk-footer a {
  color: #828282;
}

.tusk-footer a:hover {
  color: #7b0707;
}

/*-----otp page css start---------*/

.opt-wrap-box {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  position: relative;
  padding: 1.5rem;
  padding-top: 80px;
}

.box-title {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 300px;
  height: 70px;
  padding: 1rem;
  transform: translate(-50%, 0);
  background-color: #7b0707;
  border-radius: 0 0 8px 8px;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-title .title-text {
  color: #f2f2f2;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
  font-size: 1.3rem;
}

/*---student details page css------*/

.section-title-wrap {
  padding: 0.5rem 2rem 0.5rem 1rem;
  background-color: #7b0707;
  display: inline-flex;
}

.section-title-wrap h5 {
  color: #f2f2f2;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.border-bottom-red {
  border-bottom: 1px solid #7b0707;
}

.otp-num {
  font-family: arial;
}

.photo-wrap-box {
  width: 250px;
  height: 200px;
  border: 2px solid #7b0707;
  position: relative;
  overflow: hidden;
}

.photo-wrap-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  object-fit: cover;
}

.student-info-wrap {
  margin-top: 36px;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 1rem;
  padding-top: 2rem;
  position: relative;
  background-color: #ffffff;
}

.student-info-title {
  position: absolute;
  top: -18px;
  left: 20px;
  height: 36px;
  color: #7b0707;
  font-weight: 700;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0.4rem;
}

.video-frame {
  border: 2px solid #7b0707;
  width: 100%;
  max-width: 400px;
  max-height: 460px;
  margin-top: 36px;
  background-color: #000000;
}

button.btn.btn-outline-secondary.border-left-0 {
  min-width: 10px;
}


#tblUserProfileMaster_wrapper.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #c6c4c4;
  overflow-x: hidden !important;
}

.w-40 {
  width: 40px;
}

.student-info-title p {
  margin-bottom: 0;
}


.photo-wrap-box.d-inline-block.pos-abs {
  position: absolute;
  top: 5px;
  right: 5px;
  /* width: 150px;
  height: 150px; */
  width: 200px;
  height: 200px;
}

.student-info-wrap.pr-150 {
  padding-right: 150px;
}

.btn.btn-light {
  background-color: #ebebeb;
}

.fix-btn {
  position: absolute;
  top: 220px;
  right: 25px;
}

/* .upload-loader {
  padding: 8px 16px;
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 4px;
  background-color: #ecb21030;
  display: none;
} */

.upload-loader {
  border: 1px solid #7b0707;
  padding: 8px 16px;
  position: fixed;
  top: 50%;
  z-index: 9999;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  background-color: white;
  display: none;
}

.upload-loader.show {
  display: block;
}

.black-overlayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.40);
  z-index: 9998;
  display: none;
}

.upload-loader.show+.black-overlayer {
  display: block;
}

.spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: -0.125em;
  border: 0.15em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.btnStudentLookUpClose {
  position: absolute;
  right: 5px;
  z-index: 9999;
  min-width: 0 !important;
  padding: 10px !important;
  top: 5px;
}

.fs-16 {
  font-size: 1rem;
}


/*toggle control css*/

.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 30px;
}

.switch .round {
  height: 30px !important;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-field {
  display: flex;
  overflow: hidden;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked+label {
  background-color: #F3C548;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #f2bd2c !important;
}

input:focus+.slider {
  box-shadow: 0 0 1px #f2bd2c;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 30px;
  width: 56px;
  background-color: #ccc !important;
}

.slider.round:before {
  border-radius: 50%;
}

.success+.slider::after {
  content: "OFF";
  position: absolute;
  top: 6px;
  left: 28px;
  font-size: 12px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 600;
  transition: 0.3s ease-in;
}

.success:checked+.slider::after {
  content: "ON";
  position: absolute;
  top: 6px;
  left: 8px;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 600;
  transition: 0.3s ease-in;
}

.image-wrap {
  width: 120px;
  height: 85px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #d7d7d7;
}

.image-wrap .file-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.ms-rtestate-field {
  word-wrap: break-word;
  min-height: calc(100vh - 88px);
  margin-bottom: 0;
  position: relative;
}

.ms-webpartzone-cell {
  margin: auto auto 0px;
}

/* CSS For Loader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #7b0707;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #f2bd2c;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #7b0707;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#tblVerificationHistory thead tr th:last-child {
  min-width: 300px;
}

@media (max-width: 420px) {
    img.h-64 {
        height: auto;
    }

    .tusk-footer a {
        display: block;
    }
    .tusk-footer p {
        text-align: center;
    }
}

.fileError{
    color:red;
}

.mt-150{
    margin-top:200px;
}

