@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);
body::-webkit-scrollbar {
  width: 11px;
  background-color: #f3f7fb;
  border-radius: 1px;
}
.quiz-titles p {
  font-size: 14px;
}

/* .loader1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 100%;
} */
.assesment-emoji {
  /* margin-top: 83px; */
  margin-left: -8rem;
}

.no-data-block.assign.lading-new {
  left: 0%;
  /* margin-right: 143px; */
  /* margin-left: -34px; */
}

a:hover {
  text-decoration: none;
}

.fileName {
  display: inline-block;
  /* Make sure it fits within its container */
  max-width: 200px;
  /* Adjust the width as needed */
  overflow: hidden;
  /* Hide the overflowed text */
  text-overflow: ellipsis;
  /* Add ellipsis (...) for overflowed text */
  white-space: nowrap;
  /* Prevent text from wrapping to the next line */
  vertical-align: middle;
  /* Align with other inline elements */
}

.text-bold {
  font-weight: 900;
}

select.batch-select.expandCollapse {
  border: 1px solid #efe6e6;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(40, 68, 105, 0.2);
  background-color: rgba(40, 68, 105, 0.2);
}

.gridRow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
}

.faq-section {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.faqLeftMenu {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

body::-webkit-scrollbar-thumb {
  background-color: #284469;
  border-radius: 1px;
}

/* svg.recharts-surface {
  margin-left: -106px;
  /* margin-right: 121px; */
/* margin-top: 53px;
} */
*/ ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.searchableSelect {
  width: 100%;
  position: relative;
  height: -webkit-fit-content;
  height: fit-content;
  border-radius: 5px;
  overflow: hidden;
}

.dropWrapper {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.searchLabel {
  padding: 10px;
  cursor: pointer;
  background: #ffffff;
  font-size: 15px;
  font-family: sans-serif;
  color: #000;
}

.optionsContainer {
  padding: 8px;
}

.inputWrapper {
  padding: 8px;
}

.searchInput {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 2px;
  height: 35px;
  box-sizing: border-box;
  padding: 0 8px;
  font-family: sans-serif;
}

.searchInput:focus {
  outline: none;
}

.searchInput::placeholder {
  font-family: sans-serif;
}

.option {
  padding: 13px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-family: sans-serif;
  font-size: 14px;
  color: #222;
}

.option:last-child {
  border-bottom: 0px;
}

.option:hover {
  background-color: #f0f0f0;
}

.option.selected {
  background-color: #ddd;
}

.notification-ui_dd-content {
  height: 300px;
  overflow: auto;
}

.setting.adw li {
  margin: 0 0px;
}

.content-section {
  width: 100%;
  overflow: hidden;
}

.fcDaxC {
  width: 40px !important;
  height: 40px !important;
}

.arrowup {
  width: 41px;
  position: absolute;
  top: 4px;
}

.fcDaxC::after {
  content: "";
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 3px;
  /* background-image: url("/images/arrowup.svg"); */
  background-image: url(/static/media/arrowup.f1eeeab5c7325ac51e49.svg);
}

.setting.adw li button {
  display: inline-block;
  padding: 8px 14px;
  color: #333;
  min-width: 100px;
  text-align: center;
  border: none;
  outline: none;
}

.setting.adw li.active button {
  background: #253e68;
  color: #fff;
  border-radius: 100px;
}

.inputGroupDex {
  margin: 8px 0px;
  width: 100%;
  position: relative;
}

.addCoachT .inputGroupDex {
  margin: 35px 0px;
}

.inputGroupDex .passwordEye {
  position: absolute;
  top: 39px;
  right: 8px;
}

.parm-block .inputGroupDex {
  margin-top: 0;
}

.loginF .inputGroupDex {
  margin: 31px 0px;
}

.contactPageDex .inputGroupDex {
  margin: 25px 0px;
}

/* 
.inputGroupDex.half {
  width: 49%;
} */
input#openLinkInNewWindow {
  height: 13px;
}

.inputGroupDex input {
  display: block;
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  color: #555;
  padding: 0 14px;
  line-height: 37px;
  outline: none;
  background: #f5f7fb;
  border: 1px solid #eee;
}

.inputGroupDex input:focus {
  border: 1px solid #284469;
}

.inputGroupDex select {
  display: block;
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  color: #555;
  padding: 0 14px;
  line-height: 37px;
  outline: none;
  background: #f5f7fb;
  border: 1px solid #eee;
}

.inputGroupDex select.skillSelect {
  box-shadow: none;
  border-radius: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.inputGroupDex textarea {
  display: block;
  width: 100%;
  height: 59px;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  color: #555;
  padding: 0 14px;
  line-height: 37px;
  outline: none;
  background: #f5f7fb;
  border: 1px solid #eee;
}

/* .dexAdmInput {
  width: 100%;
  background: #f5f7fb;
  border: 1px solid #eee;
  border-radius: 5px;
  height: 41px;
  padding: 12px;
} */

.addDiv2 input {
  width: 100%;
  border: 1px solid #eee;
  height: 41px;
  border-radius: 5px 0px 0px 5px;
  outline: none;
}

.rmsc.multi-select .select-item {
  float: left;
  width: 100%;
}

.rmsc.multi-select .select-item input {
  margin: 0px 8px 0 0 !important;
  float: left;
  width: 16px;
  height: 16px;
}

.rmsc.multi-select .select-item .item-renderer {
  line-height: 18px !important;
}

.rmsc.multi-select .select-item .item-renderer span {
  line-height: 18px !important;
  color: #737373;
}

.loginF .inputGroupDex input {
  height: 52px;
  border-radius: 2px;
  padding: 0 18px;
}

.loginF .inputGroupDex select {
  height: 52px;
  border-radius: 2px;
  padding: 0 18px;
}

.loginF .inputGroupDex textarea {
  height: 52px;
  border-radius: 2px;
  padding: 0 18px;
}

textarea.inlineTextarea {
  min-height: auto !important;
  height: 50px !important;
}

.forumsSection input {
  height: 45px;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  border-radius: 5px 0px 0px 5px;
  padding: 15px;
  width: 100%;
  border: 1px solid #eee;
}

.inputGroupDex select::placeholder {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #b5b5b5;
}

.inputGroupDex input::placeholder {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #b5b5b5;
}

.inputGroupDex textarea::placeholder {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #b5b5b5;
}

.inputGroupDex textarea {
  height: auto;
  min-height: 140px;
}

.contactPageDex .PostQuery .inputGroupDex textarea {
  height: 45px;
}

.inputGroupDex label {
  display: block;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  color: #d94a5a;
  margin-bottom: 10px;
  margin-left: 2px;
}

.loginF .inputGroupDex label {
  margin-bottom: 9px;
}

/* 
.inputGroupDex.urpage .PhoneInputCountryIcon--border {
  background-color: transparent;
  box-shadow: none;
  max-width: 30px;
  margin-top: -3px;
  margin-left: -9px;
}

.PhoneInputCountryIconImg {
  width: 100%;
}

.inputGroupDex.urpage select {
  position: absolute;
  opacity: 0;
} */

.rdw-editor-toolbar {
  border: none;
  border-bottom: 1px solid #eee;
}

.DraftEditor-editorContainer,
.DraftEditor-root,
.public-DraftEditor-content {
  padding: 0 5px;
}

.inputGroupDex .search-wrapper {
  min-height: 46px !important;
}

._2iA8p44d0WZ-WqRBGcAuEV {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
  width: 100%;
}

.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] {
  padding: 4px !important;
}

._7ahQImyV4dj0EpcNOjnwA {
  background: #253e68 !important;
  border-radius: 2px !important;
  position: relative;
  left: 8px;
  top: 8px;
}

.typeLabel {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #253e68;
  letter-spacing: 0.5px;
  margin-right: 19px;
}

.typeLabel input {
  width: 19px;
  height: 19px;
  margin-right: 9px;
  align-self: center;
}

.typeInputGroup {
  margin: 19px 0;
}

.dragSvg {
  width: 25px;
  margin-right: 9px;
}

.tabSearch {
  background: #f5f7fb;
  margin-top: 14px;
}

.form-group-par-plusa {
  align-self: center;
}

.typeInputGroup label.mainLabel {
  display: block;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  color: #d94a5a;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-bottom: 9px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000026;
  z-index: 999;
}

.modalPopup {
  background: #fff;
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 999;
  width: 100%;
  max-width: 570px;
  border-radius: 7px;
  transform: translateY(-20px);
  transition: transform 1s;
}

.modalPopupBody {
  padding: 30px;
}

.close {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #e83852;
  width: 30px;
  height: 30px;
  border-radius: 0 7px 0px 50px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  line-height: 22px;
  padding-left: 5px;
  z-index: 99;
}

.close:hover {
  color: #fff;
  opacity: 0.7;
}

.dashboardUser {
  margin: 70px 0 0;
  padding: 27px 0;
  background: #f5f7fb;
  padding-bottom: 45px;
  min-height: 100vh;
}

.dashboardUser.cm {
  margin: 70px 0 0;
}

.dashboardUser.cm.inner {
  margin: 54px 0 0;
}

p.signOut {
  padding: 0 23px;
}

p.signOut button {
  width: 100%;
  background: #e83852;
  border: none;
  color: #fff;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  height: 45px;
  border-radius: 5px;
}

.viaOTP button:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.viaOTP button:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #dc3545;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes ZoomUp {
  from {
    opacity: 0;
    transform: scale(5);
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-120px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleUpDown {
  0% {
    /* opacity: 0;
    transform: scale(1.1);
    background-color: #e8324dec; */
    box-shadow: 0 0 29px #00000059;
  }

  100% {
    /* opacity: 1;
    transform: scale(1);
    background-color: #fff; */
    box-shadow: 0 0 0px #00000017;
  }
}

.owl-item.active.center .level-item .content {
  animation-name: slideInDown;
  animation-duration: 1s;
  /* or: Xms */
  animation-iteration-count: 1;
  animation-direction: alternate;
  /* or: normal */
  animation-timing-function: ease-out;
  /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: both;
  /* or: backwards, both, none */
  animation-delay: 0s;
  /* or: Xms */
}

#button-10 .knobs:before,
#button-10 .knobs:after,
#button-10 .knobs span {
  position: absolute;
  top: 4px;
  width: 109px !important;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 15px !important;
  padding: 9px 4px;
  border-radius: 5px;
  transition: 0.3s ease all;
}

#sticky {
  transition: top 0.5s;
}

/* .PhoneInputCountryIconImg {
  margin-top: -7px !important;
} */

#sticky.stick {
  position: fixed;
  top: 0;
  z-index: 10;
  border-radius: 0;
  width: 100%;
  max-width: inherit;
  background: #f7f7f7;
  border-bottom: 1px solid #ddd;
}

.swal-footer .emailSendBtn {
  text-align: center;
  background: #284469;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 400;
  border-radius: 2px;
  font-size: 15px;
  outline: none;
  box-shadow: none;
}

.image-swal {
  min-width: auto !important;
  min-height: auto !important;
}

button.submit-contact {
  background: #ffa028;
  color: #fff;
  border: none;
  padding: 11px 33px;
  border-radius: 50px;
  margin-top: 11px;
}

.aboutmap h1,
h2,
h2,
h4,
h5,
h6,
p,
span {
  -webkit-user-select: none;
          user-select: none;
}

.wrd {
  background: #f9f9fd;
  padding: 42px 0;
}

.wrd h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.wrd p {
  font-size: 15px;
  color: #666;
  text-align: center;
  line-height: 26px;
  letter-spacing: 0.3px;
  padding: 9px;
}

.aboutmap {
  background: url(/static/media/aboutImg.6c08c053df3caaf07675.png) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 580px;
  position: relative;
  margin: 50px auto;
}

.aboutmap .usa {
  left: 11%;
  top: 43%;
}

.aboutmap .bt-box {
  background: #f9f9fd91;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 12px 14px;
  width: 130px;
  position: absolute;
  border-radius: 4px;
}

.aboutmap .bt-box:before {
  content: "";
  width: 37px;
  height: 45px;
  position: absolute;
  top: -45px;
  /* background: url("/public/images/tooltip") center bottom no-repeat; */
  left: 0;
  right: 0;
  margin: 0 auto;
}

.aboutmap .bt-box h2 {
  font-size: 20px;
  color: #333;
  margin: 0;
}

.aboutmap .bt-box h2 span {
  font-size: 14px;
  color: #757575;
  display: block;
}

.aboutmap .finland {
  left: 46%;
  top: 14px;
}

.aboutmap .qatar {
  left: 50.5%;
  top: 32%;
}

.aboutmap .australia {
  left: 80%;
  top: 86%;
}

.aboutmap .finland.bt-box:before {
  content: "";
  width: 37px;
  height: 45px;
  position: absolute;
  top: 80px;
  /* background: url(/images/tool-tip-bt2.png) center bottom no-repeat; */
  left: 0;
  right: 0;
  margin: 0 auto;
}

.aboutmap .uk {
  left: 37%;
  top: 33%;
}

.aboutmap .india {
  left: 60.5%;
  top: 57%;
}

.aboutmap .qatar.bt-box:before {
  content: "";
  width: 37px;
  height: 45px;
  position: absolute;
  top: 64px;
  /* background: url(/images/tool-tip-bt2.png) center bottom no-repeat; */
  left: 0;
  right: 0;
  margin: 0 auto;
}

.content-area.whitepage {
  padding: 85px 0 52px 0;
}

.rightside h4 {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 23px;
  color: #ffa028f2;
  margin-bottom: 12px;
}

.rightside p {
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #666;
  line-height: 26px;
}

.sub-text {
  font-size: 14px;
  color: #666;
  padding-left: 16px;
  line-height: 26px;
  letter-spacing: 0.3px;
  padding-top: 22px;
}

.society-box {
  border: 2px solid #284469;
  padding: 26px 10px 26px 70px;
  width: 100%;
  position: relative;
  color: #284469;
  font-size: 19px;
  line-height: 40px;
  margin: 0px 0 0;
}

.society-box:before {
  /* background: url("/public/images/aboutquote.png") left top no-repeat; */
  position: absolute;
  content: "";
  width: 111px;
  height: 119px;
  left: -40px;
  top: -50px;
}

.society-box span {
  font-size: 36px;
  font-family: inherit;
  color: #000;
  line-height: 37px;
  font-weight: 600;
}

.counter-overlay {
  background: #000000de;
}

.about-us .counter {
  background-color: #eaecf0;
  /* background-image: url("/public/images/"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  text-align: center;
}

.about-us .employees,
.customer,
.design,
.order {
  margin-top: 70px;
  margin-bottom: 70px;
}

.about-us .counter-count {
  font-size: 32px;
  font-weight: 800;
  background-color: #ffffff;
  /* background-image: url("/public/images/type.png"); */
  border-radius: 50%;
  position: relative;
  color: #000000;
  text-align: center;
  line-height: 77px;
  width: 160px;
  height: 94px;
  -webkit-border-radius: 2px 14px 2px 14px;
  -moz-border-radius: 2px 14px 2px 14px;
  -ms-border-radius: 2px 14px 2px 14px;
  -o-border-radius: 2px 14px 2px 14px;
  display: inline-block;
  padding: 12px;
}

.about-us .employee-p,
.customer-p,
.order-p,
.design-p {
  font-size: 25px;
  color: #ffffff;
  line-height: 34px;
  font-weight: 500;
  padding-top: 19px;
}

.contact-head {
  background-color: #ffa028;
  position: relative;
  height: 286px;
}

.contact-us .mapouter {
  margin-top: 510px;
  background-color: #eee;
}

.form-add {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px #eee;
  padding: 36px 27px;
  position: absolute;
  top: 150px;
  max-width: 1128px;
}

.contact-head h1 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-top: 40px;
}

.contact-head p {
  text-align: center;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.3px;
  padding: 6px;
}

.form-control-field .form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.form-control-field .form-group input,
.form-control-field .form-group select,
.form-control-field .form-group textarea {
  font-size: 14px;
  border: 1px #ccc solid;
  padding: 10px 12px;
  border-radius: 5px;
  width: 100%;
}

.text-fx-height {
  resize: none;
}

.contact-us .line-input-holder .form-group {
  position: relative;
  margin-top: 17px;
  margin-bottom: 17px;
}

.reachus {
  background: #ffffff;
  padding: 30px 22px;
  border-radius: 4px;
  box-shadow: 0 6px 12px #f1f1f1;
}

.reachus h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 9px;
  margin-bottom: 12px;
}

.contact-head .reachus p {
  text-align: left;
  font-size: 15px;
  color: #5f5f5f;
  letter-spacing: 0.3px;
  padding: 12px 5px;
}

.list-faq li:nth-child(n + 2) {
  border-top: 1px solid #e5e5e5;
}

.list-faq li {
  padding: 25px 0;
  margin: 0 !important;
}

.uk-margin-remove {
  margin: 0 !important;
}

.qust {
  display: block;
  font-size: 17px;
  color: #333;
  overflow: hidden;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.accordion-content p {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 26px;
  font-weight: 300;
  color: #555;
  margin-top: 14px;
}

.uk-accordion-content {
  margin-top: 20px;
}

.uk-accordion-content::after,
.uk-accordion-content::before {
  content: "";
  display: table;
}

.faq-sec {
  padding: 48px 0;
}

.question-title-bar ul {
  margin-top: 12px;
}

p.inner-faq-cont {
  padding-left: 12px;
}

/* .PhoneInputCountryIcon--border {
  background-color: transparent;
  box-shadow: none;
  margin-top: 13px;
} */

.question-title-bar li a {
  color: #555;
  text-decoration: none;
  padding: 12px 0 12px 5px;
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: 0.3s;
}

.question-title-bar h4 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.question-title-bar li a:hover {
  color: #ffc36b;
}

.question-title-bar li a.active {
  color: #fe9923;
}

.faqcontwrap h1 {
  font-size: 28px;
  font-weight: 600;
  padding: 0px 0px 8px 0px;
  color: #000;
}

p.faq-text {
  font-size: 15px;
  color: #666;
  border-bottom: 1px solid #eee;
  padding: 3px 1px 7px;
  margin-bottom: 25px;
}

h2.gq-head {
  font-size: 18px;
  font-weight: 600;
  color: #ffa028d4;
}

.tab-four {
  padding: 40px 0;
}

.sticky-faq {
  position: fixed;
  transition: 0.5s;
}

.learn-sec-cont h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin-bottom: 22px;
}

.learn-sec-cont h4:before {
  content: "";
  width: 66px;
  height: 4px;
  background: #ffa028;
  position: absolute;
  top: 62px;
}

.learn-sec-cont p {
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 23px;
  color: #666;
  margin-bottom: 14px;
}

.ss-learn-sec {
  padding: 40px 0 0;
}

img.learn-img {
  margin-top: 48px;
}

.plan-bx p {
  text-align: center;
}

.plan-bx p img {
  height: 110px;
}

.plan-bx h4 {
  font-size: 17px;
  text-align: center;
  color: #333;
  margin: 14px 0;
}

.plan-bx {
  margin: 32px 0;
}

.plan-bx.second p {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.la-bg {
  background: #f7f7f7;
  border: 1px solid #ddd;
  padding: 0;
}

.poll-table h3 {
  background: #e8e8e8;
  font-size: 18px;
  font-weight: 600;
  padding: 9px;
  border: 1px solid #ccc;
  border-right: none;
  border-left: none;
}

span.la-bgspan {
  display: block;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.sub-box-head {
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 12px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.sub-boxes {
  border-right: 1px solid #ddd;
}

.sub-boxes h5 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  padding: 12px 0;
}

.sub-boxes h6 {
  font-size: 13px;
  color: #222;
  text-align: center;
  font-weight: 400;
}

.sub-boxes h4 {
  font-size: 19px;
  text-align: center;
  font-weight: 600;
  padding: 12px 0;
}

.sub-boxes p {
  text-align: center;
}

.sub-boxes button {
  background: #ff9e28;
  color: #000;
  border: none;
  padding: 5px 28px;
  border-radius: 3px;
  font-weight: 600;
  margin-bottom: 12px;
}

.box-bl {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.poll-table span {
  padding: 12px;
  display: block;
  border-bottom: 1px solid #ddd;
  height: 44px;
  text-align: center;
}

.poll-table .first-bx span {
  text-align: left;
}

.border-right-lg {
  border-right: 1px solid #ddd;
}

button.see-upcomimg {
  max-width: 142px;
  background: #ff9e28;
  color: #000;
  border: none;
  padding: 9px;
  margin: auto;
  position: relative;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
  cursor: pointer;
}

.lession-img {
  width: 66%;
  margin: -22px 0 0 75px;
}

.feature-plan {
  padding: 80px 0;
}

.learning-area-head {
  text-align: center;
  font-size: 22px !important;
  padding-bottom: 38px;
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
}

/* .poll-table { */
/* position: relative; */
/* top: 222px; */
/* } */

.learning-area h3 {
  font-size: 17px;
  font-weight: 500;
}

h3.learning-area-head:before {
  content: "";
  width: 40px;
  height: 4px;
  background: #ffb150;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.feature-plan h3,
.coming-learn h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
}

.feature-plan h3:before,
.coming-learn h3:before {
  content: "";
  width: 40px;
  height: 4px;
  background: #ffb150;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.getintouch-plan {
  padding: 100px 0px 48px;
}

.plan-form {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 52px #e6e6e6;
  padding: 36px 27px;
  margin-top: 45px;
}

.getintouch-plan h3 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.getintouch-plan h3 {
  padding-bottom: 0 !important;
}

.p-0 {
  padding: 0;
}

.plan-detail h1 {
  color: #ffb150;
  text-align: center;
}

.teacher-decrp h4 {
  font-size: 19px;
  color: #000;
  font-weight: 600;
  padding: 12px 0;
}

.teacher-decrp p {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  padding: 12px 0;
}

.teacher-decrp h5 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 27px;
  color: #333;
}

.session-feature {
  padding: 12px 0;
}

.session-feature li {
  display: inline-block;
  width: 33%;
  padding: 12px 2px;
  list-style-type: disc;
}

.session-feature h4 {
  font-size: 19px;
  color: #000;
  font-weight: 600;
  padding: 12px 0;
}

.teacher-decrp {
  margin-top: 36px;
}

.core-learning h4 {
  font-size: 19px;
  color: #000;
  font-weight: 600;
  padding: 1px 0;
}

.core-learning p {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  padding: 12px 0;
}

.core-learning h5 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.3px;
  min-height: 38px;
}

.core-learning-box {
  background: #fff;
  box-shadow: 0 2px 31px #ddd;
  padding: 20px 26px;
  border-radius: 6px;
  margin: 12px 0;
}

.reachus .phone-cl {
  color: #5f5f5f;
  text-decoration: none;
}

h1.privacy-title {
  text-align: center;
  color: #284469;
  margin: 15px 0;
  font-size: 35px;
  font-weight: 600;
}

.inner-content p {
  font-size: 16px;
  /* margin-bottom: 8px; */
  line-height: 27px;
}

.inner-content {
  margin-bottom: 56px;
  margin-top: 100px;
}

.inner-content li {
  font-size: 16px;
  max-width: 7px 0;
}

.priv-cont p {
  padding: 6px 0;
  color: #555;
  font-size: 14px;
  line-height: 23px;
}

.topcourse-card {
  width: 285px;
  max-width: 90%;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 3px 17px #f3f3f3;
  border-radius: 6px;
}

.signLayout {
  margin: 55px 0px 0px;
  background: #fff;
}

.loginLayout {
  margin: 60px 0 0;
}

/* 
.modal-dialog::-webkit-scrollbar {
  width: 2px;
  background-color: #ddd;
}

.modal-dialog::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.modal-dialog::-webkit-scrollbar-thumb {
  background-color: #1194c1;
  width: 12px;
} */

.toggle-wrapper {
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
}

.toggle-wrapper.signup {
  margin-top: -14px;
}

/* .unitBy .toggle-wrapper {
  margin-right: 18px;
  margin-top: -11px;
} */

.homeFaqs .toggle-wrapper {
  width: -webkit-fit-content;
  width: fit-content;
  /* float: right; */
  margin-bottom: 25px;
}

.contactPageDex .toggle-wrapper {
  width: -webkit-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  position: absolute;
  top: 22px;
  right: 30px;
  -webkit-user-select: none;
  user-select: none;
}

.homeFaqs span.check-text {
  margin-right: 21px;
}

.homeFaqs span.check-text1 {
  margin-left: 21px;
}

.contactPageDex span.check-text {
  margin-right: 21px;
  min-width: 95px;
}

.toggle-wrapper input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.toggle-wrapper input[type="checkbox"]:focus {
  outline: 0;
}

.toggle-wrapper .toggle {
  height: 43px;
  width: 100px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  margin: 0;
  border: none;
  background: #f5d2d6;
  transition: all 0.2s ease;
}

.homeFaqs .toggle-wrapper .toggle {
  height: 30px;
  width: 75px;
  align-self: center;
}

.contactPageDex .toggle-wrapper .toggle {
  height: 30px;
  width: 75px;
  cursor: pointer;
  align-self: center;
}

.toggle-wrapper .toggle:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  height: auto;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  transition: ease 0.5s;
  box-shadow: 0 0 9px #77777773;
  background-image: url(/static/media/whatsapp.3673de4ea18e3f8e47df.png);
  background-size: cover;
  border: 5px solid #fff;
  background-repeat: no-repeat;
  padding: 13px;
}

.homeFaqs .toggle-wrapper .toggle:after,
.createAnAssess .toggle-wrapper .toggle:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 2px;
  left: 4px;
  border-radius: 50%;
  background: #d94a5a;
  border: none;
  /* transition: all 0.5s cubic-bezier(0.5, 0.1, 0.75, 1.35); */
  transition: ease 0.5s;
  box-shadow: 0 0 9px #7777771f;
  background-image: none;
}

.contactPageDex .toggle-wrapper .toggle:after,
.createAnAssess .toggle-wrapper .toggle:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 2px;
  left: 4px;
  border-radius: 50%;
  background: #d94a5a;
  border: none;
  /* transition: all 0.5s cubic-bezier(0.5, 0.1, 0.75, 1.35); */
  transition: ease 0.5s;
  box-shadow: 0 0 9px #7777771f;
  background-image: none;
}

.toggle-wrapper .toggle:checked {
  border-color: #ea4154;
}

.toggle-wrapper .toggle:checked:after {
  transform: translatex(57px);
  filter: grayscale(0);
}

.createAssment .toggle-wrapper .toggle:checked:after {
  transform: translatex(37px);
  filter: grayscale(0);
  background: #fff;
}

.homeFaqs .toggle-wrapper .toggle:checked:after {
  transform: translatex(43px);
}

.contactPageDex .toggle-wrapper .toggle:checked:after {
  transform: translatex(43px);
}

.toggle-wrapper .toggle:checked {
  background: #34b263;
}

.homeFaqs .toggle-wrapper .toggle:checked {
  background: #f5d2d6;
}

.contactPageDex .toggle-wrapper .toggle:checked {
  background: #f5d2d6;
}

.toggle-wrapper .toggleCoach {
  height: 35px;
  width: 75px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  margin: 0;
  border: none;
  background: #e9f0ff;
  transition: all 0.2s ease;
  margin: 0 15px;
  align-self: center;
}

.toggle-wrapper .toggleCoach:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  height: auto;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  transition: ease 0.5s;
  box-shadow: 0 0 9px #77777747;
  border: 7px solid #fff;
  padding: 6.5px;
  filter: grayscale(1);
}

.toggle-wrapper .toggleCoach:checked {
  border-color: #ea4154;
}

.toggle-wrapper .toggleCoach:checked:after {
  transform: translatex(38px);
  filter: grayscale(0);
}

.toggle-wrapper .toggleCoach:checked {
  background: #34b263;
}

.par-upload {
  width: 100px;
  height: 100px;
  padding: 10px;
  position: relative;
  border: 1px solid #eee;
  margin-top: 17px;
}

.par-upload.inn {
  right: 87%;
  margin-top: 59px;
}

.par-upload img {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}

.par-upload .clear_img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 49px;
}

/* .comm-img {
  width: 194px;
  height: auto;
  margin: 7px 0px 19px;
  font-size: 12px;
  text-align: center;
  text-transform: capitalize;
} */
.comm-img .attachmentLink {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}

.comm-img img {
  width: 55px;
  height: 55px;
  padding: 7px;
}

.table-hover tbody tr:hover {
  color: #284469;
  background-color: rgba(245, 247, 251, 0.57);
}

.adw .table-hover tbody tr:hover {
  color: inherit;
  background-color: inherit;
}

.chapterTableData .no-data-block > div {
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
}

.chapterTableData .forassi .no-data-block > div {
  position: static;
  transform: translateX(0%);
}

.chapterTableData .no-data-block {
  margin: 115px auto !important;
}

.chapterTableData tbody {
  position: relative;
}

.list .no-data-block > div {
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
}

.list tbody {
  position: relative;
}

.no-data-block {
  margin: 49px auto !important;
  width: -webkit-fit-content;
  width: fit-content;
}

.library-nodata .no-data-block {
  margin: 0px auto !important;
}

.no-data-block > div {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #ea3b54 0, #1caad2 50%, #3fb563);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  /* width: -webkit-fill-available; */
}

.no-data-block i {
  font-size: 68px;
  margin-bottom: 8px;
}

.list .no-data-block {
  margin: 115px auto !important;
}

/* .temp {
  border: 1px solid #eee !important;
} */

@media screen and (max-width: 991px) {
  .dashboardUser {
    margin: 60px 0 0;
  }

  .matSubunit .table tbody td {
    max-width: 95% !important;
    min-width: auto !important;
  }

  .onHover {
    display: none !important;
  }

  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  /* table tr:last-child {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 0;
  } */

  table td {
    border-bottom: 1px solid #ddd;
    font-size: 0.8em;
    text-align: right;
  }

  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: 500;
    color: #666;
  }

  table td:last-child {
    border-bottom: 0;
  }

  table td {
    border-bottom: 1px solid #ddd;
    font-size: 0.8em;
    text-align: right;
    display: block;
  }

  .adw tbody td {
    max-width: 100% !important;
    padding: 15px 0px !important;
  }
}

/* ===============notification  */
.notification-ui a:after {
  display: none;
}

.notification-ui_icon {
  position: relative;
}

.notification-ui_icon .unread-notification {
  display: inline-block;
  height: 7px;
  width: 7px;
  border-radius: 7px;
  background-color: #66bb6a;
  position: absolute;
  top: 7px;
  left: 12px;
}

@media (min-width: 900px) {
  .notification-ui_icon .unread-notification {
    left: 20px;
  }
}

.notification-ui_dd {
  padding: 0;
  border-radius: 9px;
  box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
  border: 0;
  max-width: 400px;
  margin-top: 14px;
}

@media (min-width: 900px) {
  .notification-ui_dd {
    min-width: 310px;
    max-width: 310px;
    position: absolute;
    left: auto;
    right: -26px;
    top: 59px;
  }

  .notificationOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000001a;
  }
}

.notification-ui_dd:after {
  content: "";
  position: absolute;
  top: -30px;
  left: calc(81% - 7px);
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
}

.notification-ui_dd .notification-ui_dd-header {
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

.notification-ui_dd .notification-ui_dd-header h3 {
  margin-bottom: 0;
  font-size: 17px;
  color: #27446e;
  text-align: left !important;
}

/* .notification-ui_dd .notification-ui_dd-content {
  max-height: 300px;
  overflow: auto;
} */

.notification-list {
  display: flex;
  justify-content: flex-start;
  padding: 15px 0px 5px;
  margin: 0 15px;
  border-bottom: 1px solid #ddd;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}

.notification-list--unread {
  position: relative;
}

.notification-list--unread:before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  height: calc(100% + 1px);
  border-left: none;
}

.notification-list .notification-list_img img {
  height: 48px;
  width: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.notification-list .notification-list_detail p {
  margin-bottom: 5px;
  line-height: 1.2;
  color: #050505;
  font-weight: 500;
  font-size: 0.9675rem;
}

.notification-list .notification-list_detail {
  width: 175px;
}

.notification-list .highlight-circle {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #dc3545;
  position: relative;
  top: 27px;
  left: 5px;
}

.notification-list .notification-list_feature-img img {
  height: 48px;
  width: 48px;
  border-radius: 5px;
  margin-left: 20px;
}

.notification-head {
  display: inline-block;
  width: 100%;
  /* height: 500px; */
}

.notification-head .notification-h {
  padding: 7px 1px;
  font-size: 24px;
  border-bottom: 1px solid hsla(0, 0%, 86.7%, 0.6);
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: "Metropolis-SemiBold";
  color: #333;
}

.notification-head .notification {
  padding-top: 30px;
  position: relative;
  float: right;
  cursor: pointer;
}

.noti-norecord {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding: 26% 8px;
  display: inline-block;
  margin: 0px auto;
  width: 100%;
  min-width: 270px;
}

.noti-norecord img {
  display: block;
  margin: 0px auto;
}

.notification-head .cont {
  background: #f5f7fb;
  padding: 26px 23px;
  padding-top: 0;
}

.nofificationHeadingCoach {
  padding: 0 12px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.nofificationHeadingCoach button {
  background: #284469;
  color: #fff;
  font-size: 15px;
  border: 1px solid #284469;
  width: 100px;
  height: 41px;
  border-radius: 50px;
  transition: 0.4s;
  outline: none;
}

.nofificationHeadingCoach button:hover {
  background: transparent;
  color: #284469;
}

.verifytom img {
  width: 125px;
}

.inside-headerbox .noti-readbtn {
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #000;
  /* bottom: -361px; */
  left: 0;
  right: 0;
  padding: 6px;
  z-index: 99;
  border: 0;
  border-top: 1px #ddd solid;
  font-size: 16px;
  position: relative;
  background: #fff;
}

.notificationPage .cent {
  text-align: center;
  display: block;
}

.notificationPage .sec {
  padding: 15px;
  transition: 0.5s;
  border-bottom: none;
  background: #fff;
  margin: 19px 0;
  border-radius: 5px;
  box-shadow: 0 0 9px #00000008;
}

.notificationPage .sub {
  font-size: 16px;
  color: grey;
}

.notificationPage h3 {
  color: #284469;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}

.notificationPage .backtohome {
  border: none;
  color: #fff;
  background: #284469;
  padding: 6px 16px;
  border-radius: 2px;
  box-shadow: 0 0 9px #0000001f;
}

.notificationPage .new {
  border-style: none none solid none;
  border-color: #e7334e;
}

.alert-enter {
  opacity: 0;
  transform: scale(0.9);
}

.alert-enter-active {
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 300ms,
    transform 300ms;
}

.alert-exit {
  opacity: 1;
}

.alert-exit-active {
  opacity: 0;
  transform: scale(0.9);
  transition:
    opacity 300ms,
    transform 300ms;
}

.swal-button.swal-button--confirm {
  background-color: #284469;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  padding: 0px 31px;
  margin: 0;
  cursor: pointer;
  height: 43px;
}

.swal-button:not([disabled]):hover {
  background-color: #284469 !important;
  border-color: #284469 !important;
  color: #fff;
  opacity: 0.8;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #284469;
  border-color: #284469;
  box-shadow: none;
}

.overlayDex {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000009c;
  z-index: 99;
}

.modalDex {
  background: #fff;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 99;
}

.modalDex.modalEnroll {
  border-radius: 19px;
  max-width: 345px;
  padding: 35px;
}

.modalDex span {
  position: absolute;
  top: 5px;
  right: 23px;
  font-size: 23px;
  font-weight: 700;
  color: #999;
  cursor: pointer;
}

.modalDex span:hover {
  color: #e05965;
}

.insider {
  padding: 0 90px;
}

.outer {
  padding: 0 15px;
}

.homeFaqBox {
  padding-right: 70px;
}

.homeFaqs .tab-label:hover {
  background: #f1f1f1;
}

.homeFaqs .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  display: none;
}

.homeFaqs .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
  font-size: 16px;
}

.homeFaqs .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.homeFaqs .tab-close:hover {
  background: #1a252f;
}

.homeFaqs input:checked + .tab-label {
  background: #f9f9f9;
}

.homeFaqs input:checked + .tab-label::after {
  transform: rotate(90deg);
}

.homeFaqs input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
  background: #f9f9f9;
  margin-bottom: 11px;
}

.ripple-block .ripple-1 {
  animation-delay: 0s !important;
}

.ripple-block .ripple-2 {
  animation-delay: 1.6666666667s !important;
}

.ripple-block .ripple-3 {
  animation-delay: 3.3333333333s !important;
}

.toTop {
  position: fixed;
  bottom: 25px;
  right: 30px;
  width: 43px;
  height: auto;
  z-index: 99;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 0 31px #0000001f;
  transition: transform 0.7s;
  transform: scale(0.3) translateY(75px);
  opacity: 0;
  cursor: pointer;
}

.toTop img {
  width: 100%;
}

.toTop i {
  position: absolute;
  top: 6px;
  right: 13px;
  font-size: 27px;
  color: #fff;
}

.toTop.show {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.homeFaqs .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #f9f9f9;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  font-size: 18px;
}

.homeFaqs .tab {
  width: 100%;
  color: #fff;
  overflow: hidden;
}

.notification-ui_dd-footer {
  padding: 20px;
}

.notification-ui_dd-footer .btn-success {
  background-color: #27446e;
  border-color: #27446e;
  height: 54px;
  border-radius: 0;
  box-shadow: 0 -1px 5pxrgba (0, 0, 0, 0.23921568627450981);
  color: #fff !important;
  line-height: 42px;
  cursor: pointer;
  border-radius: 5px;
}

.notification-ui_dd-footer .btn-success:hover {
  opacity: 0.7;
}

.center .leaderBox .leaderBoxEffect:before {
  transform: scale(1);
  opacity: 1;
}

.leaderSec #blog-carousel .item .leaderBox:hover .leaderBoxEffect:after {
  transform: scale(1);
  opacity: 1;
}

.leaderSec #blog-carousel .item .leaderBox {
  padding: 27px 0 !important;
}

.leaderSec #blog-carousel .item .leaderBox p {
  align-self: center;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
  padding: 35px;
  padding-top: 15px;
}

.center .leaderBox .hovered {
  width: 100%;
  opacity: 1;
  background: #fff;
  box-shadow: 0 0 9px #f0f0f0;
}

.leaderSec #blog-carousel .center .item .leaderBox .hovered {
  opacity: 1;
  width: 100%;
}

.leaderSec #blog-carousel .center .item .leaderBoxEffect:before {
  transform: scale(1) !important;
  opacity: 1 !important;
}

.leaderSec #blog-carousel .center .item .leaderBoxEffect:after {
  transform: scale(1) !important;
  opacity: 1 !important;
}

.center .leaderBox p img {
  filter: grayscale(0) !important;
}

.ques-form {
  width: 100%;
  margin: auto;
  box-shadow: 2px 0px 9px #efefef;
  padding: 25px 240px;
}

.ques-form h5 {
  font-size: 15px;
  color: #333;
}

.ques-form .label--radio {
  cursor: pointer;
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.ques-form .mycheck .radio {
  position: relative;
  margin: -1px 7px 0 0;
  cursor: pointer;
  vertical-align: middle;
}

.poll-action-button {
  border: 1px solid #ddd;
  background: none;
  padding: 3px 14px;
  color: #767676;
  border-radius: 50px;
  position: absolute;
  top: 18px;
  right: 24px;
  font-weight: 300;
}

.addbtn {
  background: transparent;
  border: 1px solid #284469;
  font-size: 14px;
  border-radius: 50px;
  color: #284469;
  padding: 8px 18px;
  font-weight: 400;
}

.addbtn:not(:disabled):not(.disabled).active,
.addbtn:not(:disabled):not(.disabled):active,
.show > .addbtn.dropdown-toggle {
  color: #fff;
  background-color: #284469;
  border-color: #284469;
}

.addbtn:hover {
  opacity: 0.8;
}

.addbtn-alt {
  background: #284469;
  border: 1px solid #284469;
  font-size: 14px;
  border-radius: 50px;
  color: #fff;
  padding: 8px 18px;
  font-weight: 400;
}

.addbtn-alt:not(:disabled):not(.disabled).active,
.addbtn:not(:disabled):not(.disabled):active,
.show > .addbtn.dropdown-toggle {
  color: #284469;
  background: none;
  border-color: #284469;
}

.addbtn-alt:hover {
  opacity: 0.8;
}

.ques-form label.cap {
  margin: 18px 0 4px 0;
  font-weight: 500;
  color: #222;
}

.ques-form .row.mycheck .label--radio:focus.label--radio {
  border: 1px solid #ddd;
  padding: 12px 16px;
  display: inline;
  display: initial;
}

/* =======assessment quiz======== */

.chapter-modal {
  background: #0000006e;
  display: block;
}

.chapter-modal .modal-dialog {
  width: 80% !important;
}

.assess-modal h3 {
  font-size: 21px;
  font-weight: 600;
  color: #284469;
  margin-bottom: 12px;
}

.assess-modal p {
  color: #444;
}

.assespoints {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  color: #999;
}

.assespoints span:first-child {
  align-self: center;
  font-size: 13px;
  font-weight: 500;
  color: #999;
}

.assespoints span:last-child {
  margin-left: 24px;
  font-size: 16px;
  color: #333;
}

/* .quiestionbar {
  margin-top: 45px;
} */

.quiestionbar h4 {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
}

.totalQuiz h5 {
  font-size: 16px;
  font-weight: 600;
}

.chapter-modal .new {
  padding: 50px;
}

.chapter-modal .form-group {
  display: block;
  margin-bottom: 15px;
}

.chapter-modal .form-group input {
  padding: 0;
  height: auto;
  height: initial;
  width: auto;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.chapter-modal .quiz-title h4 {
  padding: 35px;
  text-align: center;
  line-height: 42px;
  font-size: 22px;
}

.chapter-modal .start-quiz {
  display: inline-block;
  padding: 10px 25px;
  margin: 5% 44%;
  border-radius: 8px;
  color: #fff;
  border: 1px solid #284469;
  background: #284469;
}

.chapter-modal .form-group label {
  position: relative;
  cursor: pointer;
  letter-spacing: 0.3px;
  font-size: 13px;
}

/* button.next-ques {
  background: #284469;
  color: #fff;
  box-shadow: 0 2px 12px #e9e9e9;
  padding: 10px 18px;
  letter-spacing: 0.5px;
  margin: 2px;
  border-radius: 4px;
  border: 1px solid #284469;
  font-size: 15px;
} */

button.back-ques {
  background: #284469;
  border-radius: 5px;
  color: #fff;
  padding: 10px 24px;
  border: 1px solid #284469;
}

.chapter-modal .form-group label:before {
  content: "";
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #ff8a00;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 9px;
}

.chapter-modal .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #ff8a00;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.quizform-group {
  width: 100%;
  background: #f1f1f1;
  margin: 12px 0;
  text-align: center;
  padding: 0;
  display: inline-block;
  position: relative;
  height: 45px;
  font-weight: 600;
  color: #555;
  line-height: 45px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #dddddd8f;
}

.quizform-group > input:checked + label {
  border-color: #bd1515;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  background: #09c334;
  color: #fff;
}

.quizform-group label {
  position: absolute;
  height: -webkit-fill-available;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
}

.quizform-group label span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 95%;
  display: block;
  padding: 0 12px;
}

.quizform-group label small {
  position: absolute;
  top: 57px;
  background: #284469;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  color: #fff;
  border: none;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  text-align: left;
  line-height: 18px;
  font-size: 13px;
  padding: 5px 8px;
}

.quizform-group label:hover small {
  opacity: 1;
  visibility: visible;
}

.quizform-group label small::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #284469;
  position: absolute;
  top: -14px;
  left: 14px;
}

a,
button {
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

.owl-dots {
  display: none;
}

/* .unitAssess {
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 0 9px #0000001a;
  margin-top: 59px;
} */
.quiz-title1 {
  padding: 0px;
  /* position: absolute; */
  background: #fff;
}

.loading-result {
  text-align: center;
}

.quiz-title {
  /* padding: 35px; */
  position: absolute;
  background: #fff;
}

.quiz-title2 {
  padding: 14px !important;
}

.quiz-title1 {
  /* position: absolute; */
  background: #fff;
}

.unitAssess .startB {
  order: 2;
}

.unitAssess .startB button {
  background: #e72e4b;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 10px 24px;
}

.assess-modal {
  /* padding: 35px; */
  border-radius: 12px;
}

.quizWrap {
  padding: 24px;
}

.unitAssess .startC button {
  padding: 10px 24px;
  border: 1px solid #ccc;
  background: no-repeat;
  border-radius: 5px;
  margin: 0px 12px;
  color: #222;
}

.unitAssess h4 {
  font-weight: 600;
  font-size: 18px;
  color: #284469;
  /* margin-top: 30px; */
}

.unitAssess h6 {
  font-weight: 600;
  font-size: 20px;
  color: #284469;
}

.unitAssess ul li {
  list-style-type: square;
  list-style-position: outside;
  color: #666;
  margin: 7px 20px;
}

.table tbody tr {
  transition: all 0.1s ease-in-out;
}

.table tbody tr:hover {
  box-shadow: 0px 0px 19px #2844692e;
  background: #fff;
  cursor: pointer;
}

.readingMat .table tbody tr:hover {
  box-shadow: none;
  background: transparent;
  cursor: pointer;
}

.adw .table tbody tr:hover {
  box-shadow: none;
  background: #f5f7fb;
  cursor: pointer;
}

.table thead th {
  background: #f5f7fb;
  font-size: 15px;
  color: #284469;
  padding: 11px 18px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee !important;
  vertical-align: middle;
  font-weight: 500;
}

.table thead th:first-child {
  border-left: 1px solid #eee;
}

.table thead th:last-child {
  border-right: 1px solid #eee;
}

.table tbody tr td {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  padding: 9px 12px;
  vertical-align: middle;
  /* max-width: 130px; */
  border-top: 1px solid transparent;
  border-bottom: 1px solid #f3f5fd;
  cursor: default;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.uploadCertifi .table tbody tr td {
  max-width: 240px;
}

.adminDas .table tbody tr td {
  padding: 16px 12px;
}

.subb .table tbody tr td {
  max-width: 213px;
}

.table tbody tr td.numberCount {
  max-width: 70px;
}

.table thead tr th.numberCount {
  max-width: 70px;
}

.table tbody tr:hover td {
  border-bottom: none;
}

.adw .table tbody tr:hover td {
  border-bottom: 1px solid #f5f7fb;
}

/* .adw .table tbody td.actions {
  display: flex;
  border-bottom: none;
} */

.table tbody tr:hover td {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}

/* .table tbody tr:hover {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
} */

.userAssign .table thead th {
  padding: 12px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* max-width: 130px; */
}

.uploadCertifi .userAssign .table thead th {
  max-width: 100%;
}

.userAssign .table tbody td {
  padding: 22px 12px;
  /* white-space: initial; */
}

.table tbody td > td {
  padding: 0 0 !important;
}

.matSubunit .table tbody td {
  border-bottom: none;
  padding: 12px 12px;
}

/* .matSubunit .table tbody tr:nth-child(odd) {
  background-color: #fff;
} */

.tdData {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 160px;
}

.matIn .tdData {
  min-width: 120px;
  max-width: 120px;
}

.userDoc {
  position: relative;
}

.userDoc .onHover {
  position: absolute;
  top: 47px;
  left: auto;
  background: #284469;
  border: 1px solid #284469;
  padding: 4px 11px;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 400;
  color: #fff;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: 195px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: transform 0.4s;
  z-index: 9;
  box-shadow: 0 0 9px #0000001a;
  border-radius: 3px;
  white-space: break-spaces;
}

.adw .table tbody tr:last-child .userDoc.submM .onHover {
  top: auto;
  bottom: 45px;
}

.userDoc .onHover {
  width: 265px !important;
  text-align: center;
}

.userNewInfo .userDoc .onHover {
  width: -webkit-fit-content !important;
  width: fit-content !important;
  text-align: center;
  white-space: nowrap;
}

img.thinking_emoji {
  margin-bottom: 13px;
  height: 64px;
  width: 61px;
}

.userDoc .onHover::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #284469;
  position: absolute;
  top: -15px;
  left: 14px;
}

.adw .table tbody tr:last-child .userDoc.submM .onHover::after {
  border-bottom: 0;
  border-top: 14px solid #284469;
  position: absolute;
  top: auto;
  bottom: -14px;
}

.userDoc:hover .onHover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

span.typeSugg {
  width: 100px;
  background-color: #def3e5;
  border: 1px solid #69a181;
  color: #69a181;
  padding: 0;
  border-radius: 50px;
  min-width: 57px;
  padding: 0 9px;
  display: block;
  text-align: center;
}

span.typeAdv {
  width: 100px;
  background-color: #fce2e2;
  border: 1px solid #e58f69;
  color: #e58f69;
  padding: 0px;
  border-radius: 50px;
  min-width: 57px;
  display: block;
  text-align: center;
}

.addDiv1 span {
  width: 33px;
  height: 33px;
  display: block;
  background: #f1f1f1;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 33px;
  color: #1aa4cd;
  font-size: 14px;
  letter-spacing: 0;
  float: left;
  overflow: hidden;
  padding: 0 6px;
}

.backdrope {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000069;
  z-index: 99;
}

.swal-footer {
  text-align: center;
}

.table-responsive::-webkit-scrollbar {
  background-color: #f5f7fb;
  border-radius: 9px;
  height: 7px;
  /* display: none; */
}

.scrolledTable.table-responsive::-webkit-scrollbar {
  display: inline;
  display: initial;
}

.table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: rgb(179, 179, 179);
  border-radius: 100px;
}

.react-calendar__tile {
  background-color: #f0f0f0;
}

.react-calendar__tile:disabled {
  background-color: #fff;
}

.chapterOverview p span {
  font-size: 15px !important;
  letter-spacing: 0 !important;
  color: #284566d9 !important;
  font-family: "DM Sans" !important;
}

/* .modalWeek .table {
  margin-bottom: 4rem;
} */

.assignReport .table {
  margin-bottom: 5rem;
}

.adw .table {
  width: 100%;
  /* margin-bottom: 2rem; */
}

.adw .scrolledTable .table {
  margin-bottom: 12px;
}

/* .form-sec.Coach.adw .table {
  margin-bottom: 3rem;
} */

.form-sec.Coach.adw .scrolledTable .table {
  margin-bottom: 12px;
}

.faqlist.adw .table {
  margin-bottom: 3rem;
}

.table-responsive {
  display: block;
  width: 100%;
  margin-left: 0;
}

.adw .table-responsive {
  display: block;
  width: 100%;
  margin-left: 0;
}

.loginF .fa-eye-slash {
  top: 45px;
  right: 12px;
  background-image: url(/static/media/eyeSlash.4b7cff29dbd83fb183d6.svg);
  width: 35px;
  height: 35px;
}

.loginF .fa-eye {
  top: 48px;
  right: 15px;
  background-image: url(/static/media/eye.1a3697025631c7f78bc8.svg);
  width: 29px;
  height: 29px;
}

.adw.submiss .table-responsive {
  max-width: 100%;
  margin: auto;
}

.adw.submiss .table-responsive.scrolledTable {
  margin-bottom: 18px;
}

.single {
  overflow: hidden;
  height: 100vh;
}

.smContent h2 svg {
  fill: #444;
  margin-right: 9px;
}

.smContent #assignment h2 svg rect {
  fill: #fff;
}

.smContent #assignment h2 svg path {
  fill: #444;
}

.smContent #assignment h2 svg {
  fill: #444;
  margin-right: 0;
  width: 37px;
}

.smContent #assessment h2 svg rect {
  fill: #fff;
}

.smContent #assessment h2 svg path {
  fill: #444;
}

.smContent #assessment h2 svg {
  fill: #444;
  margin-right: 0;
  width: 45px;
}

.spinner {
  margin: 0 auto;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  text-align: center;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 9;
  border-radius: 5px;
  border: 1px solid #ffffff;
  /* display: none; */
}

.welBox .spinner {
  border-radius: 50px;
}

.spinner .bounce1 {
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  animation-delay: -0.16s;
}

.spinner > div {
  width: 10px;
  height: 10px;
  margin: 20px 5px;
  background-color: #284567;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.unitWrap .spinner > div {
  margin: 14px 5px;
}

.spinner .bounce1 {
  animation-delay: -0.4s;
}

.spinner .bounce2 {
  animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.fInner {
  margin-left: 30px;
  align-self: center;
}

.fInner span {
  width: 21px;
  height: 27px;
  background: transparent;
  display: inline-block;
  color: #284469;
  font-weight: 600;
  margin: 0 7px;
  text-align: center;
  line-height: 27px;
  border-radius: 2px;
  cursor: pointer;
}

.fInner span.active {
  background: #284469;
  color: #fff;
  cursor: default;
}

object {
  width: 100%;
}

#sidenav-container {
  display: block !important;
  transform: none !important;
  visibility: visible !important;
  width: 100% !important;
}

.checkbox-animate input {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 9px;
  position: relative;
  top: 2px;
}

span.input-check {
  display: none !important;
}

label.showcount {
  align-self: center;
  margin-bottom: 0;
  margin-right: 7px;
}

td.userDoc {
  overflow: visible !important;
  overflow: initial !important;
}

.uploadn {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.smContent {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.upd_th_med {
  width: 100%;
  height: 100%;
  padding: 70px;
  /* padding-bottom: 0; */
}

.uploadphotoInner .upd_th_med {
  padding: 12px;
}

.uploadAdmint {
  background: #f5f7fb;
  padding: 12px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

.uploadAdmint svg {
  display: block;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  margin: 12px auto;
}

@keyframes rotateEye {
  0% {
    /* opacity: 0; */
    transform: rotateX(0deg);
  }

  /* 50% {
   
    transform: rotateX(45deg);
  } */

  100% {
    /* opacity: 1; */
    transform: rotateX(55deg);
  }
}

@keyframes rotateHead {
  0% {
    transform: rotateX(0deg);
  }

  50% {
    transform: rotateX(10deg);
  }

  100% {
    transform: rotateX(30deg);
  }
}

@keyframes transform {
  0% {
    transform: rotate3d(4, 9, 5, 5deg);
  }

  50% {
    transform: rotate3d(45, 29, 5, -5deg) translate(10px, 10px);
  }

  100% {
    transform: rotate3d(1, 9, 5, 0deg);
  }
}

.verifytom {
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
}

.verifytom::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 19px;
  top: 68px;
  left: 36%;
  transform: translateX(-50%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAVCAMAAABBhy+7AAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAUdQTFRFAAAAv6uHg3JcZ1tKeWtWuaKC27+XeGpXFxYVERERXVJD0baQbmJQGRkZXl5ejo6OcHBwIiIiQTsx0beRpY9wKSkpx8fH9fX15OTkTU1NYldH2r+VOjQsubm56urqJiYmrJd3r5d4Jycn7e3tycnJ3t7e8PDwQUFBTUU617+Xe3BdEhISaGhoSEhIFRUV0buZTUY7nI11Lywmb2RTJyQgTkU7KCUgGBgYQz0zOTQsJSYmLy8vGxsbRkdHOzw8VUw/Ojs7SElJQUJCPj4+QEFBVkxAhXdgMTIyOTo6cmRRxq2NICAgKSoqppR058+nTEQ5ODk5REVFIB4b37+fsZt8JCQkdmhU5MqlbmJPPj8/R0hILSok1bWP28GZWU9BHh8fIyQkIh8ctp993cGYiXdgJiMfSkI4vaaF38Ob1ryXsp18pZBzxayKqyvxsQAAAG10Uk5TAECv7++vQJD///+PgP///////4Aw////////MMD///+/IP////////8gcP////9wsLDgz///////////////4P//////0LD//7Bw//9wIP////8gwP/AMP////8wgP////9wkP///5BAsPDwsNSwlG4AAADeSURBVHicTdDZW0FBGMfxV2n5KWWflJAQJto7RdRotcteoX3V/3/dHIee833mYj43M8/7EskME5PGqWkaNTMLmWlO0zzMC4sWK2x2VQ44XYyxJTeWVyQ9WGVqXh/8RGsIMLYeDIbCG4hEKQa+GU/Ip7g8W7QNXTu0q+ce7et5QIf/d8WMIzpGMnWiIpXOSJ7iTIhs5lwIcYFLusK1GHWDHOVRGLOIEpUrvKrpNlGrEzW4kh2yiZYcod2BcifEvRMPXXXCXh/88UnB84s2/+vbu/z443O8na/vn8HvcFd/IK4mMUqwnuAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 2s;
  animation: rotateEye 2s ease infinite;
}

.verifytom::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 19px;
  top: 68px;
  left: 89px;
  transform: rotateX(0deg);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAVCAMAAABBhy+7AAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAUdQTFRFAAAAv6uHg3JcZ1tKeWtWuaKC27+XeGpXFxYVERERXVJD0baQbmJQGRkZXl5ejo6OcHBwIiIiQTsx0beRpY9wKSkpx8fH9fX15OTkTU1NYldH2r+VOjQsubm56urqJiYmrJd3r5d4Jycn7e3tycnJ3t7e8PDwQUFBTUU617+Xe3BdEhISaGhoSEhIFRUV0buZTUY7nI11Lywmb2RTJyQgTkU7KCUgGBgYQz0zOTQsJSYmLy8vGxsbRkdHOzw8VUw/Ojs7SElJQUJCPj4+QEFBVkxAhXdgMTIyOTo6cmRRxq2NICAgKSoqppR058+nTEQ5ODk5REVFIB4b37+fsZt8JCQkdmhU5MqlbmJPPj8/R0hILSok1bWP28GZWU9BHh8fIyQkIh8ctp993cGYiXdgJiMfSkI4vaaF38Ob1ryXsp18pZBzxayKqyvxsQAAAG10Uk5TAECv7++vQJD///+PgP///////4Aw////////MMD///+/IP////////8gcP////9wsLDgz///////////////4P//////0LD//7Bw//9wIP////8gwP/AMP////8wgP////9wkP///5BAsPDwsNSwlG4AAADeSURBVHicTdDZW0FBGMfxV2n5KWWflJAQJto7RdRotcteoX3V/3/dHIee833mYj43M8/7EskME5PGqWkaNTMLmWlO0zzMC4sWK2x2VQ44XYyxJTeWVyQ9WGVqXh/8RGsIMLYeDIbCG4hEKQa+GU/Ip7g8W7QNXTu0q+ce7et5QIf/d8WMIzpGMnWiIpXOSJ7iTIhs5lwIcYFLusK1GHWDHOVRGLOIEpUrvKrpNlGrEzW4kh2yiZYcod2BcifEvRMPXXXCXh/88UnB84s2/+vbu/z443O8na/vn8HvcFd/IK4mMUqwnuAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: contain;
  animation: rotateEye 2s ease-out infinite;
}

/* .OTPDiv img {
  width: 140px;
  height: 152px;
} */

#toolbar {
  display: none !important;
}

.fulScrn {
  position: absolute;
  top: 108px;
  z-index: 9;
  width: 95%;
  padding: 5px 0px 2px 19px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #b9b4b4;
  background: transparent;
}

.fulScrn.InFull {
  top: 22px;
  background: transparent;
}

.inFull embed {
  height: 100% !important;
}

.flToggle {
  cursor: pointer;
  /* overflow: hidden; */
  background: transparent;
  padding: 4px 9px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  width: 175px;
  text-align: right;
}

.flToggle span {
  position: absolute;
  top: 0;
  left: 12px;
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  background: white;
  display: block;
  padding: 5px 12px;
  border-radius: 5px;
  box-shadow: 0 0 19px #0000001a;
  letter-spacing: 0;
  border: 1px solid #ddd;
  transition: transform 0.3s;
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  font-size: 13px;
  text-align: left;
}

.flToggle:hover span {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.flToggle:hover {
  color: #e72e4b;
}

.highliteDaay {
  position: relative;
}

/* .highliteDaay::before {
  content: "Slot available";
  position: absolute;
  top: 31px;
  left: 22px;
  font-size: 18px;
} */

.highliteDaay::after {
  content: "*";
  position: absolute;
  top: 31px;
  left: 22px;
  font-size: 18px;
}

.highliteDaayCoach {
  position: relative;
}

.highliteDaayCoach::after {
  content: "*";
  position: absolute;
  top: 34px;
  left: 28px;
  font-size: 15px;
  background: #616161;
  width: 12px;
  height: 12px;
  line-height: 17px;
  border-radius: 50px;
  color: #fff;
}

.chapterAccordion {
  /* height: 450px; */
  overflow: hidden;
  overflow-y: auto;
}

.coachTimeAvail {
  background: #f5f7fb;
  width: -webkit-fit-content;
  width: fit-content;
  display: block;
  padding: 1px 10px;
  border-radius: 2px;
  color: #e83852;
  height: 31px;
  margin-top: 20px;
  font-size: 13px;
}

.coachTimeAvail strong {
  font-size: 25px;
  vertical-align: -webkit-baseline-middle;
}

header .mainMenu ul.logg li a.dropdown-item:first-child {
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

header .mainMenu ul.logg li a.dropdown-item:last-child {
  overflow: hidden;
  border-radius: 0 0 12px 12px;
}

.onlyText {
  position: absolute;
  top: 37px;
  left: 15px;
  color: #999;
}

.qImg {
  height: auto;
  max-width: 200px;
  margin: auto;
  display: block;
  background: #f1f1f1;
  padding: 12px;
  border-radius: 9px;
}

.ansImg {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 12px;
  border-radius: 9px;
  box-shadow: 0 0 9px #00000017;
  border: 1px solid #ededed;
  transition: all 0.4s;
}

.quizform-group input[type="radio"] {
  margin-top: 9px;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0 white;
  cursor: pointer;
  font: inherit;
  height: 25px;
  outline: none;
  width: 25px;
  appearance: none;
  -webkit-appearance: none;
}

.uAssess .unitAssess {
  background: #fff;
  box-shadow: 0 0 19px #00000017;
  border-radius: 15px;
}

.TType {
  text-transform: capitalize;
}

.swal-text {
  text-align: center !important;
  font-size: 15px !important;
}

/* .PhoneInputCountryIcon--border {
  border: none;
  background: none;
  background-color: transparent !important;
  box-shadow: none !important;
} */

.inputGroupDex select#countries {
  height: auto;
  padding: 0px;
  border: none;
  background: none;
}

.inputGroupDex select#countries option {
  display: block;
  margin: 11px 5px;
  padding: 7px 11px;
  border-radius: 7px;
  background: #f5f7fb;
}

.initialUpl {
  position: absolute;
  display: flex;
  top: 2px;
}

.smfup {
  position: absolute;
  top: 75px;
  margin-right: 15px;
  font-size: 13px;
}

.initialUpl .smfup {
  display: flex;
  align-items: center;
}

.smfup .fa-times {
  padding: 0 5px;
}

.currentUpl {
  position: relative;
  top: 24px;
  z-index: 9;
  left: -9px;
  color: #999;
}

.user .MuiAutocomplete-input {
  padding: 4px 4px !important;
  height: 30px;
}

.user .MuiFormControl-root {
  top: 23px !important;
}

.inFull {
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.multiStepF input[type="radio"] {
  background-color: #d5d5d5;
  border: 0.0625em solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: inset 0 0 0 0 white;
  cursor: pointer;
  font: inherit;
  height: 17px;
  outline: none;
  width: 17px;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
  margin: 4px 14px 0 9px;
}

.uploadphotoInner img {
  width: -webkit-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  max-width: 100%;
}

.forEM {
  background: #f5f7fb;
  border: 1px solid #eee;
  height: 41px;
  border-radius: 4px;
  padding: 7px 12px;
}

.facultyAdmintViewMode {
  background: #f5f7fb;
  padding: 12px;
  border-radius: 3px;
}

.edit-btn {
  width: -webkit-fit-content;
  width: fit-content;
  /* margin: 24px auto; */
}

/* .PhoneInput {
  display: flex;
  align-items: center;
  height: 45px;
  background: #f5f7fb;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0;
  padding-left: 12px;
} */

.PhoneInputCountryIcon.PhoneInputCountryIcon--border {
  box-shadow: none;
}

/* .PhoneInputCountrySelect {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border: 0;
  opacity: 0;
  cursor: pointer;
} */

.inputGroupDex.urpage input {
  border: none;
  background: transparent;
  padding: 0 29px;
}

/* .PhoneInputCountry {
  position: absolute;
} */

.PhoneInputCountry select {
  opacity: 0;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: -10px;
  z-index: 9;
  height: auto !important;
  width: auto !important;
  max-width: 40px;
}

.PhoneInputCountrySelectArrow {
  display: none !important;
}

.PhoneInputCountry img {
  max-width: 25px;
  position: absolute;
  top: 15px;
  left: -3px;
}

.singleInput {
  background: #f5f7fb;
  border-radius: 3px;
  border: 1px solid #eee;
  padding: 0 12px;
  height: 41px;
  max-width: 300px;
  outline: none;
}

.dexAdmInput {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 8px;
}

.PhoneInputCountryIcon.PhoneInputCountryIcon--border {
  box-shadow: none !important;
  background: none;
  position: absolute;
}

.PhoneInputCountry {
  position: absolute !important;
  left: 14px;
  top: 9px;
  max-width: 40px;
}

.PhoneInputInput {
  padding: 0 40px;
  border: 1px solid #eee;
  height: 49px;
  border-radius: 5px;
  line-height: 45px;
  outline: none;
  box-shadow: none;
  background: #f5f7fb;
}

.signupForm .PhoneInputInput {
  padding: 0 45px;
}

.PhoneInputCountryIcon svg {
  margin: 7px -8px 0;
}

.PhoneInput {
  position: relative;
}

.uploadMaterial {
  height: 45px;
  line-height: 44px;
  padding: 0 12px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  color: #555;
  position: absolute;
  top: 27px;
  width: 100%;
  background: #f5f7fb;
  border: 1px solid #eee;
  border-radius: 5px;
  z-index: 1;
}

.uplInput {
  opacity: 1;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.PhoneInputCountry {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-right: 0 !important;
}

.PhoneInput {
  display: flex;
  align-items: center;
}

.PhoneInputCountryIcon {
  width: 40px !important;
  height: 18px !important;
}

.inputGroupDex.mobFi input {
  padding: 0 45px;
}

#buttonTop {
  display: inline-block;
  background-color: #284469;
  border: 1px solid #fff;
  width: 41px;
  height: 41px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

#buttonTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}

#buttonTop:hover {
  cursor: pointer;
  background-color: #333;
}

#buttonTop:active {
  background-color: #555;
}

#buttonTop.show {
  opacity: 1;
  visibility: visible;
}

.normal {
  animation: scaleUpDown 3s 1 ease-out;
  animation-delay: 0s;
}

.reserPassOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000008c;
  z-index: 999;
}

.resetPassModal {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  z-index: 999;
}

.resetPassModal .close {
  position: absolute;
  color: red;
  right: 30px;
  font-size: 30px;
  cursor: pointer;
  top: 10px;
}

.react-datepicker {
  font-family: inherit !important;
}

/* .datepic.hasDatepicker {
  opacity: 0;
}
.datepic.hasDatepicker.react-datepicker-ignore-onclickoutside {
  opacity: 1;
} */

/* .tows .datepic.hasDatepicker {
  opacity: 1;
} */

.coachNoti {
  margin: 75px auto;
  width: 100%;
  background: #f5f7fb;
  min-height: 100vh;
}

.public-DraftEditorPlaceholder-root {
  left: 15px;
}

.DraftEditor-editorContainer,
.DraftEditor-root,
.public-DraftEditor-content {
  padding: 0 5px !important;
}

.public-DraftStyleDefault-block.public-DraftStyleDefault-ltr span span {
  padding: 0 0px;
}

.CloseMenu {
  cursor: pointer;
}

.CloseMenu .close1 {
  width: -webkit-fit-content;
  width: fit-content;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 15px;
  right: 38px;
  padding: 0 2px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #ffffff;
  color: #ea3b5170;
  z-index: 9;
}

.CloseMenu .close2 {
  font-size: 24px;
  position: absolute;
  right: 19px;
  top: 17px;
  display: inline-block;
  border: 2px solid #ea3b5170;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  color: #ea3b5194;
  z-index: 1;
}

.boxPost .fa-comment-o {
  line-height: 0;
}

.resetPassModal .modal-body {
  padding: 30px;
}

.colF {
  width: 50%;
  padding: 0 12px;
}

.colF:nth-child(even) {
  padding-right: 0;
}

.colF:nth-child(odd) {
  padding-left: 0;
}

.colF:last-child {
  width: 100%;
  padding-right: 0;
}

.colF .cf-box h4 {
  max-width: 100%;
}

.datepickersStart.tows {
  margin-left: 20px;
}

.datepickersStart input {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 7px 9px;
  background: #fff;
  outline: none;
}

.backlogin {
  position: relative;
  top: 14px;
  color: #284469;
}

.cf-boxAd {
  width: 50%;
  padding: 0 12px;
  margin-bottom: 12px;
}

.cf-boxAd:nth-child(even) {
  padding-right: 0;
}

.cf-boxAd:nth-child(odd) {
  padding-left: 0;
}

.cf-boxAd:last-child {
  padding-right: 0;
  width: 100%;
}

/* embed::before {
  content: "";
} */

/* .pdfOnDesk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
} */

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list {
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 103px;
}

.uploadcerti {
  border-right: 1px solid #ddd;
  padding-right: 14px;
}

.notFile {
  border: 1px dashed #ccc;
  padding: 5px 15px;
  padding-bottom: 6px;
  position: relative;
  top: 2px;
  border-radius: 3px;
  color: #999;
  font-weight: 400;
  letter-spacing: 0.5px;
  /* cursor: pointer; */
  z-index: 9;
}

.notFile svg {
  fill: #999;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.table tbody tr:last-child .userDoc.submM .onHover {
  top: auto;
  bottom: 45px;
  min-width: 245px;
}

.table tbody tr:last-child .userDoc.submM .onHover::after {
  border-bottom: 0;
  border-top: 14px solid #284469;
  position: absolute;
  top: auto;
  bottom: -14px;
}

/* .table tbody tr:first-child .userDoc.submM .onHover::after {
  bottom: 24px;
  transform: rotate(60deg);
}

.table tbody tr:first-child .userDoc.submM .onHover {
  top: auto;
  bottom: -30px;
} */

.browseFile {
  position: absolute;
  left: 0;
  opacity: 0;
  /* z-index: -1; */
  max-width: 145px;
  /* cursor: pointer; */
}

.cert-a-url {
  color: #2eb062;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}

.cert-a-url:hover {
  color: #2eb062d2;
  text-decoration: none;
}

.cert-a-url::before {
  content: "✔";
  background: #2eb062;
  width: 14px;
  display: inline-block;
  text-align: center;
  height: 14px;
  font-size: 9px;
  line-height: 15px;
  border-radius: 50px;
  margin-right: 5px;
  color: #fff;
  position: relative;
  top: -1px;
}

.recharts-legend-wrapper {
  width: 100% !important;
  bottom: -28px !important;
}

/* .Tt.active:nth-child(1) {
  display: block;
  order: 2;
}
.Tt.active:nth-child(2) {
  display: none;
  order: 1;
} */

/* .table tbody tr:first-child .userDoc.submM .onHover {
  top: auto;
  bottom: -30px;
} */

.result.resultBox .table tbody tr .userDoc.submM.sm2 .onHover {
  left: -85px;
}

.result.resultBox .table tbody tr:last-child .userDoc.submM.sm2 .onHover {
  left: -85px;
}

.result.resultBox
  .table
  tbody
  tr:last-child
  .userDoc.submM.sm2
  .onHover::after {
  left: 49%;
}

.userDoc .onHover {
  left: 85%;
}

.result.resultBox .userDoc.sm2 .onHover::after {
  left: 49%;
}

.recharts-tooltip-wrapper {
  /* transform: translate(380px, 19px) !important; */
  left: -110px !important;
  /* box-shadow: 0 0 19px #00000026; */
}

.notificationBadge.showAnimate {
  animation-name: ZoomUp;
  animation-delay: 1.1s;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.stopAnimate {
  transform: scale(1) !important;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000006e;
  z-index: 999;
}

.modals {
  width: 100%;
  background: #fff;
  max-width: 520px;
  max-height: -webkit-fit-content;
  max-height: fit-content;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 999;
  border-radius: 9px;
  overflow: hidden;
}

.popup-home-body {
  padding: 0px;
}

.paddingcs {
  padding: 24px;
  padding-bottom: 35px;
  padding-top: 0;
}

.popup-home-body h1 {
  font-size: 20px;
  color: #284469;
  font-weight: 600;
  text-align: left;
  margin-bottom: 12px;
  background: #f5f7fb;
  padding: 18px 15px;
}

.popup-home-body h3 {
  color: #284469;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 15px;
  text-align: center;
  font-size: 27px;
}

.popup-home-body p {
  font-size: 18px;
  color: #777;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-bottom: 14px;
  text-align: center;
}

.close-popup-home {
  position: absolute;
  top: -5px;
  right: 11px;
  font-size: 31px;
  font-weight: 300;
  color: #999999d4;
  cursor: pointer;
}

.close-popup-home:hover {
  color: #a71010;
}

.item-home img {
  border: 1px solid #eee;
  padding: 9px;
  border-radius: 7px;
  background-color: #f9f9f9;
  min-height: 150px;
}

.popup-home-body .owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}

.popup-home-body .owl-nav .owl-prev {
  font-size: 26px !important;
  background: #ffffffe8 !important;
  width: 24px;
  height: 24px;
  line-height: 19px !important;
  border-radius: 50px;
  /* border: 1px solid #ddd !important; */
  color: #777 !important;
  box-shadow: 0px 0 15px #0000006b;
}

.popup-home-body .owl-nav .owl-next {
  font-size: 26px !important;
  background: #ffffffe8 !important;
  width: 24px;
  height: 24px;
  line-height: 19px !important;
  border-radius: 50px;
  /* border: 1px solid #ddd !important; */
  color: #777 !important;
  box-shadow: 0px 0 15px #0000006b;
}

.some-class {
  overflow: hidden;
}

.some.some-class {
  overflow: visible;
  overflow: initial;
}

/* .classParent .onne {
  animation-name: ZoomUp;
  animation-delay: 1.1s;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.classParent .twwo {
  animation-name: ZoomUp;
  animation-delay: 1.1s;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.classParent .thrre {
  animation-name: ZoomUp;
  animation-delay: 1.1s;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
} */

/* .someanimate {
  animation-name: ZoomUp;
  animation-delay: 1.1s;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
} */

.boxOverlay:hover {
  transition: all 0.4s;
  padding: 55% 35px;
}

.initPopup {
  font-size: 30px;
  line-height: 40px;
  font-weight: bolder;
  padding: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #f5f7fb;
  margin: 24px 40px;
  text-align: center;
  padding-bottom: 15px;
  color: #000;
}

.detectChild:nth-child(3) {
  display: none;
}

.indexNumber {
  display: none;
  position: fixed;
  width: 240px;
  top: 84px;
  right: 0px;
  background: #d1f3aa;
  border-radius: 2px;
  padding: 4px 11px;
  letter-spacing: 0.3px;
  box-shadow: 2px 5px 19px #00000017;
  border: 1px solid #b3ea30c7;
  cursor: pointer;
}

span.onAdd {
  position: fixed;
  right: 15px;
  top: 75px;
  font-size: 23px;
  color: #555;
  cursor: pointer;
}

.indexNumber:nth-child(1) {
  display: block;
}

.indexNumber p {
  font-size: 14px;
  color: #496626;
}

.rdw-block-wrapper {
  display: none !important;
}

.rdw-fontfamily-wrapper {
  display: none !important;
}

.rdw-fontsize-wrapper {
  display: none !important;
}

.rdw-option-wrapper.rdw-option-disabled {
  display: none !important;
}

.viewblog .inner-cont ul li {
  font-size: 20px;
  color: #555;
}

.viewblog .inner-cont ol li {
  font-size: 20px;
  color: #555;
}

.exportToExcel {
  align-self: center;
  margin-right: 12px;
}

.exportToExcel button {
  background: #284469;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 3px;
  font-size: 15px;
}

@media screen and (max-width: 1199px) {
  .insider {
    padding: 0 30px;
  }

  .homeFaqs span.check-text {
    margin-right: 17px;
    font-size: 16px;
  }

  .chapteAction button {
    width: 40%;
    margin: 5px 9px;
  }

  .chapteAction {
    flex-wrap: wrap;
  }

  .countryGroup ul.twoUl {
    right: 90px;
  }

  .mainLogo img {
    width: 175px;
  }

  .mainMenu ul li a {
    padding: 27px 5px;
    font-size: 14px;
  }

  .chapterTableNameTopic .table td,
  .table th {
    padding: 17px 5px;
  }

  .coachTimeSec.d-flex {
    flex-wrap: wrap;
  }

  .coachTimeSec.d-flex div {
    width: 100%;
  }

  .coachTimeSec.d-flex .inputGroupDex {
    width: 100% !important;
  }

  main {
    padding: 1.5em 0;
  }

  .ap {
    width: 8em;
    height: 16em;
  }

  .ap__ring {
    stroke: hsla(var(--hue), 10%, 10%, 0.15);
    transition: stroke 0.3s;
  }

  .ap__worm1,
  .ap__worm2 {
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }

  .ap__worm1 {
    animation-name: worm1;
  }

  .ap__worm2 {
    animation-name: worm2;
    visibility: hidden;
  }

  /* Dark theme */
  @media (prefers-color-scheme: dark) {
    :root {
      --bg: hsl(var(--hue), 10%, 10%);
      --fg: hsl(var(--hue), 10%, 90%);
    }

    .ap__ring {
      stroke: hsla(var(--hue), 10%, 90%, 0.1);
    }
  }

  /* Animtions */
  @keyframes worm1 {
    from {
      animation-timing-function: ease-in-out;
      stroke-dashoffset: -87.96;
    }

    20% {
      animation-timing-function: ease-in;
      stroke-dashoffset: 0;
    }

    60% {
      stroke-dashoffset: -791.68;
      visibility: visible;
    }

    60.1%,
    to {
      stroke-dashoffset: -791.68;
      visibility: hidden;
    }
  }

  @keyframes worm2 {
    from,
    60% {
      stroke-dashoffset: -87.96;
      visibility: hidden;
    }

    60.1% {
      animation-timing-function: cubic-bezier(0, 0, 0.5, 0.75);
      stroke-dashoffset: -87.96;
      visibility: visible;
    }

    77% {
      animation-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.88);
      stroke-dashoffset: -340;
      visibility: visible;
    }

    to {
      stroke-dashoffset: -669.92;
      visibility: visible;
    }
  }

  .taskBoxEffect:after {
    bottom: -126px;
    right: -31px;
  }

  .taskBoxEffect {
    display: none;
  }

  .ripple {
    max-width: 300px;
    max-height: 300px;
  }

  .academyContent h3 {
    font-size: 37px;
    line-height: 49px;
  }

  .bannerContent h1 {
    font-size: 45px;
    transition-timing-function: ease;
  }

  p.homeDescription {
    font-size: 16px;
    line-height: 27px;
  }

  button.homeButton {
    border: 1px solid #e05965;
    width: 250px;
    height: 65px;
    font-size: 15px;
  }

  .topCont h3 {
    font-size: 40px;
  }

  .taskBox h4 {
    font-size: 15px;
  }

  .introSec {
    padding: 49px 0;
    padding-bottom: 0px;
  }

  .introContent {
    width: 100%;
    padding: 100px 0;
    position: relative;
    top: 0px;
    padding-top: 0;
  }

  .topCont h3 {
    font-size: 35px;
    line-height: inherit;
  }

  .bringsSec .topCont h3 {
    line-height: inherit;
  }

  .bringsSec .topCont p {
    line-height: inherit;
  }

  .leaderTop h3 {
    font-size: 30px;
  }

  /* .imagesWrap {
    overflow: hidden;
    height: 370px;
  } */

  .bannerContent {
    padding: 45px 0;
  }

  .leaderBoxEffect {
    display: none;
  }

  .active .leaderBoxEffect {
    display: none;
  }

  .readTab .nav-link {
    padding: 9px 17px;
    margin-right: 15px;
  }

  .faqsBox {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  .txt-cntr {
    text-align: center !important;
  }

  .homeFaqs span.check-text1 {
    margin-left: 0px;
  }

  .homeFaqs span.check-text {
    margin-right: 0px;
  }

  .jstfy-btn {
    justify-content: center;
  }

  .img-pad {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .viaOTP button {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  td.actions {
    display: block;
  }

  .chapterName h1 {
    margin-bottom: 5px;
    margin-top: 30px;
  }

  .tdData {
    max-width: 100%;
  }

  span.typeSugg {
    max-width: 100px;
    display: inline-block;
  }

  span.typeAdv {
    max-width: 100px;
    display: inline-block;
    min-width: 100px;
  }

  .user-avatar svg {
    width: 30px;
  }

  .sidebar-menu li:hover .arrowInd {
    transform: rotate(180deg);
  }

  .arrowInd {
    position: absolute;
    top: 15px;
    right: 11px;
    font-size: 17px;
    color: #999;
    width: 19px;
    height: 19px;
    line-height: 20px;
    background: #f3f7fb;
    text-align: center;
    border-radius: 50px;
    z-index: 11;
  }

  .matUnit h5 {
    padding: 12px;
    padding-bottom: 0;
  }

  .matSubunit h5 {
    padding: 12px;
    padding-top: 0;
  }

  header .sidebar .sidebar-menu ul li a {
    height: auto;
  }

  .notMob {
    display: none !important;
  }

  header .dropdown-menu.show {
    display: block;
    width: 100%;
    background: #fff;
    z-index: 9999;
    border: none;
    padding: 0;
    margin: 0;
    height: -webkit-fill-available;
  }

  p.haveAcc {
    margin-top: 15px;
  }

  .resetB {
    margin: 0px 0px 25px;
  }

  .loginF {
    padding: 21px 35px;
    padding-right: 35px;
    padding-bottom: 45px;
  }

  .loginI {
    display: none;
  }

  .homeFaqs .toggle-wrapper {
    float: left;
  }

  .thirdUl {
    top: -79px;
    left: 17%;
  }

  .viaOTP button {
    padding: 0;
  }

  .logBtn button {
    font-size: 14px;
  }

  .loginHead {
    font-size: 20px;
  }

  .createAccount {
    font-size: 14px;
  }

  /* .chapterTableData h4 {
    margin-bottom: 0;
    max-width: 100%;
  } */

  .chapterTableNameTopic table tr:last-child {
    border-bottom: none;
    display: block;
    margin-bottom: 0;
  }

  .contactPageDex .tab-content {
    margin-top: 65px;
  }

  #siteseal {
    margin: 14px 0;
  }

  .contactPageDex .toggle-wrapper {
    top: -15px;
  }

  .homeFaqBox {
    padding-right: 0;
    margin-bottom: 10px;
  }

  ul.third {
    left: -70px;
  }

  .aadNewbutton {
    padding: 0 12px;
    height: 35px;
  }

  .smSideBarWrap {
    margin-bottom: 24px;
  }

  .table tbody td {
    max-width: 100% !important;
    border-bottom: 1px solid #dbe6fd !important;
  }

  .table tbody td:last-child {
    border-bottom: none !important;
  }

  .mainMenu ul li a {
    padding: 27px 5px;
    font-size: 13px;
  }

  .smSideBar img {
    display: none;
  }

  .assignAssess .nav-link {
    font-size: 13px;
    padding: 9px 17px;
    margin-left: 12px;
    border-radius: 2px 2px 0px 0px;
  }

  .materialTabs ul {
    width: -webkit-fit-content;
    width: fit-content;
    margin: 19px auto;
  }

  .assignAssess .smContent h2 {
    text-align: center;
  }

  .leaderSec .homeStripe {
    background: transparent;
  }

  .homeStripeBtn {
    width: -webkit-fit-content;
    width: fit-content;
    margin: 19px auto;
  }

  .whatsAppSec p {
    padding-right: 0;
  }

  .whatsAppSec button {
    margin-top: 0px !important;
    margin-bottom: 0px;
  }

  .whatsAppSec h3 {
    font-size: 30px;
    line-height: 45px;
  }

  .whatsAppSec p {
    font-size: 17px;
    line-height: 27px;
    margin-top: 15px;
  }

  .homeStripeHead {
    width: 100% !important;
    text-align: center;
  }

  .homeStripe {
    height: auto;
    margin: auto;
    margin-top: 35px;
    padding: 0 0px;
    flex-wrap: wrap;
    background: #fff;
  }

  .contactPageDex h2 {
    /* line-height: initial; */
    /* display: none; */
  }

  .chapterTableData table td:nth-child(2) {
    width: auto;
  }

  table td {
    font-size: 15px;
    text-align: right;
    display: block;
  }

  header {
    min-height: 70px;
    line-height: 66px;
  }

  .slots {
    margin-top: 12px;
  }

  .mainMenu ul {
    display: none;
  }

  .introImage {
    width: 100%;
  }

  footer .flexible.wrap {
    flex-wrap: wrap;
  }

  .topCont {
    margin-bottom: 20px;
  }

  .academyContent p {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 10px 0;
    word-spacing: 0;
  }

  .ripple-block {
    display: none;
  }

  .taskBoxEffect {
    display: none;
  }

  .decoratorSecond:before {
    display: none;
  }

  /* .imagesWrap {
    height: 235px;
  } */

  .leaderBoxEffect {
    display: none;
  }

  .waves-block {
    display: none;
  }

  .decorator:after {
    width: 325px;
    height: 325px;
  }

  .decorator:before {
    width: 260px;
    height: 260px;
  }

  .bannerContent h1 {
    font-size: 31px;
  }

  .button.homeButton {
    margin: 15px 0;
  }

  .bannerImage span.span2 {
    right: 38px;
  }

  .bannerImage span.span1 {
    left: 35px;
    top: 35px;
  }

  .academyContent h3 {
    font-size: 25px;
    line-height: 36px;
  }

  .academyContent button {
    padding: 7px 17px;
    margin: 0;
  }

  .topCont h3 {
    font-size: 25px;
  }

  .taskBox {
    padding: 15px;
    margin: 12px;
    max-width: 300px;
    margin: auto;
  }

  .taskBox img {
    width: 100px;
  }

  .academyContent button {
    padding: 7px 17px;
  }

  .topCont h5 {
    font-size: 14px;
  }

  .introSec button {
    padding: 7px 17px;
  }

  .leaderTop h3 {
    font-size: 21px;
  }

  .taskBox h4 {
    font-size: 15px;
  }

  .bringsSec .topCont h3 {
    padding: 9px 0px;
  }

  .top-menu {
    display: block;
  }

  .largeMenu {
    display: none;
  }

  .footer-info {
    width: 100%;
    margin-bottom: 0;
    flex: auto;
  }

  .imp-links {
    width: 100%;
    margin-bottom: 9px;
    padding-right: 0 !important;
  }

  .footerLinks {
    margin-top: 27px;
  }

  footer {
    padding: 30px 0;
  }

  .schoolBox {
    flex: auto;
    height: auto;
    min-height: 450px;
    margin: 19px 0;
  }

  .bringsSec .nowrap {
    flex-wrap: wrap;
  }

  .bannerContent p {
    font-size: 15px;
    margin-top: 18px;
  }

  .introSec .d-flex {
    flex-wrap: wrap;
  }

  .eff1 {
    display: none;
  }

  .eff3 {
    display: none;
  }

  .eff2 {
    display: none;
  }

  .secc1.active h3 {
    color: #e05965;
    font-size: 35px;
    line-height: 45px;
    position: relative;
  }

  .secc1.active h3::after {
    content: "";
    position: absolute;
  }

  .academyContent p.homeDescription a {
    display: block;
    margin: 12px 0 30px;
    width: 100%;
  }

  .wordMap {
    min-height: 445px;
  }

  .countryGroup ul.twoUl {
    top: -117px;
    right: 70px;
  }

  .countryGroup ul.oneUl {
    left: 17%;
    top: -50px;
  }

  .dexx {
    padding: 5px 31px 12px 24px;
  }
}

@media screen and (max-width: 767px) {
  .footerLinks {
    padding-left: 0 !important;
    margin-top: 0 !important;
  }

  .homeFaqs .toggle-wrapper {
    float: none !important;
    width: 100% !important;
    margin: 24px auto !important;
    /* center horizontally */

    display: flex !important;
    justify-content: center !important;
    align-items: center;
    gap: 12px;
  }

  .whatsAppSec {
    text-align: center;
  }

  .whatsAppSec img {
    max-width: 260px;
  }

  .unit-table .table tbody tr {
    display: block;
    margin-bottom: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
  }

  .unit-table .table tbody tr td:last-child {
    border-bottom: none;
  }

  .unit-table .table thead {
    display: none;
  }

  .add-noData {
    margin-top: -50px !important;
  }

  .no-data-block {
    margin: 15px auto !important;
  }

  .footer-info {
    flex: auto !important;
  }

  .imp-links:nth-child(2) {
    padding-left: 0 !important;
  }

  .info {
    /* display: flex; */
    flex-wrap: wrap;
  }

  .par-upload.inn {
    right: -17px;
    margin-top: 16px;
  }

  .browseBtn {
    top: -58px;
    right: 0;
  }

  .thirdUl {
    top: -153px;
    left: 16%;
  }

  .notesBox .d-flex {
    flex-wrap: wrap;
  }

  .notesBox .inputGroupDex {
    width: 100%;
  }

  .addComment.d-flex {
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 0 9px #eee;
    padding: 21px 10px;
    margin: 0 !important;
  }

  .browseBtn {
    width: 100%;
    margin-top: 5px;
  }

  .addDiv1 {
    margin: 17px;
    margin-top: 0;
  }

  .formPart {
    flex: auto;
    width: 100%;
    min-height: 500px;
  }

  .logBtn {
    margin-right: 15px;
  }

  .loginHead {
    font-size: 18px;
  }

  .createAccount {
    font-size: 14px;
  }

  .wordMap {
    min-height: 300px;
  }

  .countryGroup ul.oneUl {
    top: -101px;
  }

  .countryGroup ul.twoUl {
    top: -146px;
    right: 58px;
  }

  .toggle-wrapper {
    margin-top: 15px;
  }

  h3.homeHead {
    font-size: 40px;
  }

  .bannerContent h1 {
    font-size: 43px;
  }

  .readTab .nav-link {
    width: 40%;
    text-align: center;
    margin: 7px auto;
  }

  .imp-links h4 {
    margin-bottom: 14px;
    margin-top: 17px;
  }

  .bringsSec .nav-link {
    font-size: 16px;
    width: 200px;
    height: 45px;
    line-height: 45px;
  }

  .footerLinks {
    padding-left: 0;
  }

  .footerLinks {
    flex-wrap: wrap;
  }

  .imp-links:nth-child(2) {
    padding-left: 0;
  }

  .decorator:after {
    width: 235px;
    height: 235px;
  }

  .partners .item h4 {
    font-size: 30px;
  }

  .decorator:before {
    width: 190px;
    height: 190px;
  }

  /* .imagesWrap {
    height: 211px;
  } */

  .academyContent h3 {
    font-size: 18px;
  }

  .taskSec .nowrap {
    flex-wrap: wrap;
  }

  .bringsSec .topCont h4 {
    font-size: 21px;
    margin-bottom: 17px;
    line-height: inherit;
  }

  .introImage::after {
    width: 215px;
    height: 215px;
    border: 17px solid #ffffff6e;
  }

  .introImage::before {
    width: 250px;
    height: 250px;
  }

  .responsiveToggle {
    display: block;
    font-size: 19px;
    color: #999;
  }

  .bannerImage1 img {
    width: 100%;
    padding: 0;
  }

  .bannerImage {
    display: none;
  }

  .waves-block {
    display: none;
  }

  .bannerSec .nowrap {
    flex-wrap: wrap;
    column-gap: 0px !important;
  }

  .bannerContent {
    flex: auto;
    width: 100%;
    padding: 0;
  }

  .bannerImages {
    flex: auto;
    width: 100%;
  }

  .aboutProgram .div1 {
    /* display: none; */
  }

  .forumSearch {
    top: 13px;
  }

  .bannerContent h1 {
    font-size: 55px;
  }

  .bannerImages {
    transform: translateY(0) !important;
  }

  .insider {
    padding: 0 30px;
  }

  .academyContent h3 {
    font-size: 45px;
    line-height: 60px;
  }

  .academyImage {
    width: 100%;
    margin-top: 30px;
    order: 2;
  }

  .contactPageDex .toggle-wrapper {
    top: -15px;
    position: relative;
    left: auto;
    margin: 0 0 10px;
    right: 0;
  }

  /* .initPopup {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: #777;
  }
  .close-popup-home {
    top: -5px;
    right: 8px;
    font-size: 25px;
  }
  .paddingcs {
    padding: 5px;
    padding-top: 12px;
    padding-bottom: 20px;
  }
  .item-home {
    margin: 0px;
    margin-top: 0;
  }
  .popup-home-body h3 {
    margin-bottom: 2px;
    margin-top: 0px;
    font-size: 15px;
  }
  .initPopup {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 20px 0;
    padding-bottom: 7px;
  }
  .initPopup span {
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
    color: #333;
  } */
}

.homeFaqs .tabs input {
  z-index: -1;
  opacity: 0;
}

@media screen and (max-width: 991px) and (min-width: 321px) {
  .initPopup {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: #777;
  }

  .close-popup-home {
    top: -5px;
    right: 8px;
    font-size: 25px;
  }

  .paddingcs {
    padding: 5px;
    padding-top: 12px;
    padding-bottom: 20px;
    max-width: 324px;
    margin: auto;
  }

  /* .item-home {
    max-width: 400px;
    margin: auto;
} */
  /* .item-home img {
    min-height: 218px;
  } */
  .popup-home-body h3 {
    margin-bottom: 2px;
    margin-top: 0px;
    font-size: 15px;
  }

  .initPopup {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 20px 0;
    padding-bottom: 7px;
  }

  .initPopup span {
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
    color: #333;
  }

  .popup-home-body p {
    font-size: 12px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 575px) {
  .modalDex.modalEnroll {
    max-width: 320px;
  }

  .modals {
    max-width: 320px;
  }

  .smContent.readTab .tab-content {
    padding: 0 17px;
  }

  .coachTime-head .d-flex {
    flex-wrap: wrap;
  }

  .coachTime-head h1 {
    font-size: 30px;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }

  .coachTime-head img {
    margin: auto;
  }

  .toggle-label {
    font-size: 13px;
  }

  .veryfy {
    flex-wrap: wrap;
  }

  .homeFaqs span.check-text {
    max-width: 80px;
  }

  .leaderBox {
    flex: auto;
    display: block;
    height: auto;
  }

  .moduleBox {
    width: 100px;
    align-self: center;
  }

  .bannerImages img {
    padding: 0 0px;
  }

  .whatsAppSec img {
    padding: 0 50px;
  }

  .benefitImg img {
    padding: 30px;
    border: 1px solid #f7f7f7;
  }

  .marginEve {
    margin-top: 15px;
  }

  .semBoxCont h4 {
    font-size: 15px;
    margin: 0 7px;
  }

  .semBox ul {
    margin: 0 9px;
  }

  .semBox ul li {
    font-size: 12px;
    line-height: 19px;
  }

  .academic-banner .bannertext {
    padding: 30px 0;
  }

  .countryGroup {
    display: none;
  }

  .thirdUl {
    left: auto;
  }

  .modalWeek {
    max-width: 75%;
  }

  .modalPopup {
    max-width: 75% !important;
  }

  .countryGroup ul.oneUl li:nth-child(3) {
    position: static;
  }

  .countryGroup ul.oneUl li:nth-child(4) {
    position: static;
  }

  .countryGroup ul.twoUl {
    position: static;
    margin: 0 0;
  }

  .wordMap {
    position: relative;
    top: -35rem;
  }

  .countryGroup {
    width: -webkit-fit-content;
    width: fit-content;
    top: 210px;
    height: 1024px;
    position: relative;
    margin: auto;
  }

  .countryGroup ul.oneUl {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
  }

  li.hov {
    width: 100%;
    height: 100%;
    display: block;
    clear: both;
    min-height: 115px;
    position: static;
    position: initial;
    background: transparent;
  }

  ul.third {
    display: block !important;
  }

  ul.third {
    position: static;
  }

  .twoUl li.hov ul.third {
    display: block !important;
  }

  .twoUl li.hov {
    background-color: transparent;
  }

  .wordMap {
    min-height: 260px;
    /* background-image: url("/public/images/globe2.png"); */
    position: relative;
    top: 0rem;
    z-index: 9;
  }

  a.homeButton {
    width: 211px;
    height: 50px;
    line-height: 50px;
  }

  .academyContent h3 {
    line-height: 41px;
  }

  ul.third {
    left: -70px;
    top: 130px;
  }

  .homeStripe {
    margin-top: 0px;
  }

  .countryGroup li::after {
    display: none;
  }

  .homeFaqs h3 {
    font-size: 40px;
    line-height: 53px;
    margin-bottom: 19px;
  }

  .homeFaqBox {
    padding-right: 0;
  }

  .homeFaqs .tabs {
    min-height: auto;
    margin-top: 30px;
  }

  .contactPageDex h2 {
    font-size: 30px;
  }

  .contactAddBox {
    padding-left: 0;
    margin-top: 45px;
  }

  .insider {
    padding: 0 0px;
  }

  .d-flex.customWrap {
    flex-wrap: wrap;
  }

  .d-flex.mycommetsImg {
    flex-wrap: wrap;
  }

  .smSideBar .nav-tabs li {
    display: block;
    width: 100%;
    margin: 5px 0px;
  }

  .smSideBar .nav-tabs .nav-link {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }

  .smSideBar a {
    display: block !important;
  }

  .createPosthead.d-flex {
    flex-wrap: wrap;
  }

  .postComment {
    width: 100%;
    margin: 9px 0 0;
    border-top: 1px solid #eee;
    padding-top: 9px;
  }

  .createPosthead h4 {
    font-size: 19px;
  }

  .aboutImg-sec .d-flex {
    column-gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .sectionAbout--2 {
    /* display: none !important; */
  }

  /* .sectionAbout--2 .aboutImg-sec {
    display: none;
  } */

  .sectionAbout--2 .aboutImg-sec {
    margin-right: 0;
    flex: auto;
    margin-bottom: 23px;
    max-width: 540px;
    padding: 0 0px;
    padding-left: 0px;
  }

  .ContentDiv.div11 {
    order: 2;
    /* margin-bottom: 18px;
    margin-left: 7rem; */
  }

  .ContentDiv h5 {
    color: #284469;
    font-weight: 600;
    font-size: 2opx;
    padding: 0 23px;
  }

  .ContentDiv {
    position: absolute;
    /* left: 42px; */
    background: #ffffffb5;
    border: 2px solid #e0596585;
    padding: 0;
    border-radius: 9px;
  }

  .ContentDiv h5 {
    color: #284469;
    font-weight: 600;
    font-size: 25px;
    /* padding: 0 23px; */
    position: absolute;
    bottom: 19px;
    left: 50%;
    transform: translateX(-50%);
  }

  .sectionAbout--2 {
    width: 100%;
    overflow: hidden;
  }

  .ContentDiv {
    width: 100%;
    max-width: 70%;
    /* margin: 0 19px; */
  }

  .secc1 h3 {
    font-size: 20px;
    line-height: 31px;
  }

  .semesterbutton1 {
    font-size: 14px;
  }

  .semesterbutton1 {
    height: 54px;
  }

  .secc1.active h3 {
    color: #e05965;
    font-size: 24px !important;
  }

  .ImgDiv {
    width: 100%;
  }

  .cusml {
    margin-left: 0;
  }

  /* .sectionAbout--2 .aboutImg-sec img {
    width: 100%;
    max-width: 540px;
  } */

  .schoolBox {
    min-height: 315px;
  }

  .outer {
    padding: 0 0px;
  }

  .ripple-block {
    display: none;
  }

  .bannerImage span.span1 {
    left: -15px;
    top: 12px;
  }

  .partners .item h4 {
    font-size: 31px;
    max-width: 280px;
  }

  .partners .item {
    width: 100%;
  }

  /* .imagesWrap {
    height: auto;
  } */

  .introContent {
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
  }

  .leaderBox p img {
    padding: 12px 0;
  }

  .bannerSec {
    padding: 14px 0;
    margin-top: 100px;
  }

  .bannerFull {
    overflow: hidden;
  }

  .bannerImage {
    display: none;
  }

  .waves-block {
    display: none;
  }

  .introSec h3 {
    font-size: 29px;
    line-height: inherit;
  }

  .introImage {
    width: 100%;
    height: auto;
  }

  .introImage img {
    width: 60%;
    max-width: none;
    max-width: initial;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .bannerImage span.span2 {
    right: 38px;
    top: -28px;
  }

  .bannerImage span.span3 {
    bottom: -13px;
  }

  .bannerImage span img {
    width: 70px;
  }

  .bannerImage1 img {
    padding: 25px;
  }

  .bannerImage::before {
    width: 100%;
    height: 100%;
  }

  .bannerImage::after {
    border: 10px solid #f4f8fb;
    width: 89%;
    height: 89%;
  }

  .bannerContent h1 {
    font-size: 42px;
    max-width: 100%;
  }

  .bannerContent p {
    font-size: 15px;
    word-spacing: 0;
  }

  .academySec .nowrap {
    flex-wrap: wrap;
  }

  .academyImage {
    align-self: center;
    width: 100%;
    margin-right: 0;
    position: relative;
    order: 2;
    margin-top: 45px;
  }

  .academyContent {
    width: 100%;
    margin-top: 0;
  }

  .academySec {
    padding: 49px 0;
    background-image: none;
  }

  .topCont h3 {
    font-size: 30px;
    max-width: 355px;
    margin: auto;
  }

  .taskSec {
    padding: 49px 0;
  }

  .introSec .nowrap {
    flex-wrap: wrap;
  }

  .leaderSec .nowrap {
    flex-wrap: wrap;
  }

  .bannerContent h5 {
    font-size: 11px;
  }

  .academyContent h3 {
    font-size: 30px;
  }

  .leaderTop h3 {
    font-size: 24px;
    max-width: 100%;
    margin: auto;
  }

  .bringsSec .nav-tabs {
    margin-bottom: 9px;
  }

  .bringsSec .nav-tabs .nav-item {
    margin-bottom: -1px;
    margin: 0 5px;
  }

  .bringsSec .nav-link {
    margin: 12px auto;
  }

  .dash-data.abhi {
    max-width: 89%;
  }

  .bringsSec .nav-tabs .nav-item {
    margin: 0px;
    display: block;
    width: 100%;
  }

  button.homeButton {
    width: 229px;
    height: 51px;
    font-size: 14px;
  }

  .bannerContent button.homeButton {
    margin-bottom: 30px;
  }

  .bringsSec .tab-content {
    margin-top: 30px;
  }

  .contactPageDex span.check-text {
    max-width: 70px;
    margin-right: 0px;
    min-width: 84px;
  }

  .academyImage img {
    left: -17px;
  }

  .homeFaqs .tabs input {
    z-index: -1;
    display: none;
  }
}

@media screen and (max-width: 380px) {
  .homeStripeBtn button {
    width: 235px;
    height: 53px;
  }

  .wordMap {
    min-height: 160px;
  }

  .countryGroup {
    top: 115px;
  }

  .leaderTop h3 {
    font-size: 17px;
  }

  ul.third {
    left: -70px;
    top: 71px;
  }

  .bannerContent h1 {
    font-size: 30px;
  }

  .introSec h3 {
    font-size: 23px;
  }

  .academyContent h3 {
    font-size: 23px;
  }

  .partners .item h4 {
    font-size: 24px;
    max-width: 240px;
  }
}

.bringsSec .tab-content .wordMap {
  background-image: url(/static/media/globe1.7a9c16ae75a9fe159019.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 600px;
}

.message--head .MuiSnackbar-anchorOriginBottomCenter {
  left: auto;
  right: 2%;
  bottom: 24px;
  transform: translateX(0);
}
.ql-tooltip {
  left: 0px !important;
}
.message--head .MuiSnackbarContent-root {
  background-color: rgb(40 68 105);
}

/* player */
.ql-tooltip.ql-editing {
  left: 0px !important;
}

.video-container {
  width: 100%;
  max-width: 100%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 8.25%;
  /* 16:9 Aspect Ratio */
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.video-wrapper > div {
  position: absolute !important;
  top: 0;
  left: 0;
}

.pro-side li {
  display: inline-block;
  position: relative;
  padding: 20px;
  padding-right: 0;
}

.pro-side li .p_drop {
  display: none;
}

.pro-side li ul.p_drop li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0px;
}

.pro-side li ul.p_drop li a {
  font-size: 14px;
  color: #808080;
  padding: 9px 20px;
  display: block;
  cursor: pointer;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #eee 7d;
}

.pro-side li ul.p_drop li:last-child a {
  border-bottom: none;
}

.pro-side li i {
  font-size: 18px;
  color: #8a8a8a;
  vertical-align: sub;
}

.pro-side ul {
  margin-left: 19px;
  position: relative;
}

.dash-sidebar {
  width: -webkit-fill-available;
  box-shadow: 0 0 15px #000 17;
  max-width: 218px;
}

.dash-sidebar li {
  float: none;
  padding: 0px;
}

.dash-sidebar li a i {
  margin-right: 6px;
  font-size: 17px;
  position: relative;
  top: 2px;
}

.dash-sidebar .accordion {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

.dash-sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.dash-sidebar ul li ul {
  padding: 0;
  display: none;
}

.dash-sidebar ul li ul li a {
  font-size: 13px;
  color: #999;
}

.dash-sidebar ul li.active ul {
  display: block;
  padding: 0px 0 0 15px;
}

/* .dash-sidebar a {
  text-decoration: none;
  padding: 13px 21px;
  padding-right: 9px;
  font-size: 14px;
  letter-spacing: 0.7px;
  position: relative;
  left: 9px;
  display: flex;
  font-weight: 400;
  color: #737373;
  margin: 9px 0;
} */
.dash-sidebar a {
  text-decoration: none;
  padding: 13px 9px 13px 21px;
  font-size: 14px;
  letter-spacing: .7px;
  position: relative;
  left: 9px;
  display: flex;
  font-weight: 400;
  color: #737373;
  margin: 9px 0;
}

.dash-sidebar a svg {
  width: 25px;
  height: auto;
  margin-right: 7px;
  fill: #5c5c5c;
}

.dash-sidebar a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: none;
  max-width: initial;
}

/* .dash-sidebar a.active {
  background: #284469;
  color: #fff !important;
  border-radius: 100px 9px 9px 100px;
  box-shadow: 0 0px 9px #000 38;
} */

.dash-sidebar a.active {
  background: #284469;
  color: #fff !important;
  border-radius: 100px 9px 9px 100px;
  box-shadow: 0 0 9px rgba(0, 0, 0, .2196078431);
}

.dash-sidebar a.active svg {
  fill: #fff;
}

.dash-sidebar a.active svg path {
  fill: #fff;
}

.dash-sidebar .accordion {
  padding: 18px 0;
  margin-top: 77px;
  max-width: 222px;
}

.dash-sidebar .accordion input {
  display: none;
}

.dash-sidebar .accordion .box-content {
  padding: 0px 20px 10px 20px;
}

.dash-sidebar .box {
  position: relative;
  background: white;
  transition: all 0.15s ease-in-out;
  display: none;
}

.dash-sidebar .box::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.dash-sidebar .arrows section .box-title.active {
  color: #fe9d2a;
}

.dash-sidebar .arrows section .box-title:before {
  position: absolute;
  display: block;
  content: "\203a";
  font-size: 18pt;
  top: -2px;
  transition: transform 0.15s ease-in-out;
  color: rgba(0, 0, 0, 0.54);
  right: 20px;
}

.dash-sidebar header.box {
  background: #00bcd4;
  z-index: 100;
  cursor: auto;
  cursor: initial;
  box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px -2px rgba(0, 0, 0, 0.12), 0 2px 4px -4px rgba(0, 0, 0, 0.24);
}

.dash-sidebar header .box-title {
  margin: 0;
  font-weight: normal;
  font-size: 16pt;
  color: #fff;
  cursor: auto;
  cursor: initial;
}

.dash-sidebar .box-content {
  width: calc(100% - 40px);
  padding: 30px 20px;
  font-size: 11pt;
  color: rgba(0, 0, 0, 0.54);
}

.dash-sidebar .box-content li a {
  padding: 11px 0px 11px 15px;
  font-size: 14px;
}

.dash-sidebar .box-content li a svg {
  margin-top: 0px;
}

.dash-sidebar .box-close {
  position: absolute;
  height: 64px;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.dash-sidebar input:checked+.box {
  height: auto;
}

.dash-sidebar input:checked+.box .box-content {
  display: inline-block;
  width: 100%;
}

.dash-sidebar input:checked+.box .box-close {
  display: inline-block;
  width: 100%;
}

.dash-sidebar input:checked+section.box .box-title:before {
  transform: rotate(90deg);
}

.dash-data {
  width: 100%;
  margin: 0;
  padding: 25px;
  padding-left: 15px;
  background: #f5f7fb;
  margin-top: 75px;
}

.UnitAdmint.dash-data {
  padding-top: 0;
}

.panel-content {
  background: #fff;
  padding: 0px;
  border-radius: 9px;
  box-shadow: 0 0 15px #000 17;
}

.panel-content .addSec {
  background-image: linear-gradient(#fff, #f5f7fb);
  padding: 20px;
  border-radius: 12px 12px 0 0;
  height: 75px;
}

img.manage-u {
  width: 25px;
  vertical-align: text-top;
  margin-right: 1px;
}

label.box-title.no-arrow:before {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .dash-sidebar {
    width: 68px;
  }

  .dash-sidebar a span {
    display: none;
  }

  .dash-sidebar a.active {
    background-color: transparent;
    color: #253e68;
    fill: #253e68;
    border-radius: 0;
    box-shadow: none;
  }

  .dash-sidebar a.active svg {
    fill: #253e68;
  }
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
}

.dropdown {
  width: -webkit-fit-content;
  width: fit-content;
}

.dropdown .dropMenu {
  position: absolute;
  top: 24px;
  right: -52px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  display: none;
}

.dropdown:hover .dropMenu {
  display: block;
}

.dropMenu button {
  display: block;
  padding: 0;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 3px 14px;
}

.table {
  margin-bottom: 5rem;
}

.table-striped tbody tr:last-child .dropMenu {
  position: absolute;
  top: -138px;
  right: -52px;
}

.table-striped tbody tr.single-row:last-child .dropMenu {
  position: absolute;
  top: -24px;
  right: 16px;
}

.logo-side {
  margin: 15px 0;
  padding-left: 0;
}

.logo-side p img {
  width: 167px;
}

.pro-side {
  display: flex;
  position: relative;
}

.pro-side ul {
  margin-left: 19px;
  position: relative;
}

.pro-side li {
  display: inline-block;
  position: relative;
  padding: 19px;
  padding-right: 0;
}

.pro-side li i {
  font-size: 18px;
  color: #8a8a8a;
  vertical-align: sub;
}

.pro-side li .p_drop {
  display: none;
}

.pro-side li ul.p_drop li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.pro-side li ul.p_drop li a {
  font-size: 14px;
  color: grey;
  padding: 9px 20px;
  display: block;
  cursor: pointer;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.49019607843137253);
}

.pro-side li ul.p_drop li:last-child a {
  border-bottom: none;
}

.dash-header {
  background-color: #fff;
  height: -webkit-fit-content;
  height: fit-content;
  width: 100%;
  box-shadow: 0 2px 14px #f1f1f1;
  padding: 0 19px;
}

.flexible {
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
}

.stickyAd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.message--head {
  background: #e8e8e8;
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 8px 6px;
  border-radius: 5px;
  align-self: center;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}

.message--head svg {
  width: 27px;
  height: auto;
  fill: #284469;
}

.notificationBadge {
  position: absolute;
  background: #284469;
  width: 19px;
  height: 19px;
  border-radius: 50px;
  text-align: center;
  line-height: 15px;
  font-size: 11px;
  color: #fff;
  font-weight: 500;
  border: 2px solid #fff;
  top: -7px;
  right: -7px;
}

.greeting-holder {
  position: relative;
  padding: 0 15px;
  cursor: pointer;
  display: flex;
  padding-right: 0;
  min-width: -webkit-fit-content;
  min-width: fit-content;
  border-left: 1px solid #ddd;
}

.greeting-holder div {
  width: 100%;
}

.greeting-holder svg {
  background: #d7d7d7 f5;
  width: 37px;
  height: 37px;
  border-radius: 50px;
  padding: 5px;
  fill: white;
  position: relative;
}

.greeting-holder svg::after {
  content: "";
}

p.greeting {
  color: #c4c4c4;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 12px;
}

h4.greeting {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  width: -webkit-max-content;
  width: max-content;
  max-width: 142px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropMenu a.dropdown-item {
  cursor: pointer;
  font-size: 14px;
  padding: 11px 19px;
  border-bottom: 1px solid #f1f1f1;
  opacity: 0.9;
}

.mainMenu ul li .dropMenu {
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s ease;
  transform: translateY(40px) scaleY(0.9);
}

.angle--down {
  position: absolute;
  top: 14.5px;
  right: 0;
}

.adw thead tr th {
  font-weight: 500;
  color: #000;
  padding: 16px 12px;
  letter-spacing: 0;
  font-size: 15px;
  background: #f1f1f1;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
}

.adw thead tr th:first-child {
  border-left: 1px solid #eee;
  padding-left: 30px;
}

.adw thead tr th:last-child {
  border-right: 1px solid #eee;
}

.adw tbody td {
  padding: 15px 12px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.adw tbody td:first-child {
  overflow: visible;
  overflow: initial;
  padding-left: 30px;
}

.adw tbody td:last-child {
  overflow: visible;
  overflow: initial;
}

.adw tbody td img.drag {
  width: 25px;
  opacity: 0.7;
}

.adw tbody td.noTopic {
  border-bottom: none;
}

.adw .fa-ellipsis-v.ccp {
  cursor: pointer;
  background: transparent;
  color: #333;
  font-size: 16px;
  border-radius: 3px;
  padding: 4px 7px;
}

.teachers.adw thead tr th {
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.teachers.adw thead tr th:first-child {
  min-width: auto;
}

.teachers.adw thead tr th:last-child {
  min-width: auto;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #f5f7fb;
}

.table-sub td {
  text-align: center;
}

input.table-search {
  margin-bottom: 16px;
  float: right;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 8px 8px 6px 11px;
  margin-right: 19px;
  width: 28%;
  position: relative;
  right: 91px;
}

input.table-search::placeholder {
  color: #ccc;
}

.table-icon svg {
  width: 36px;
  vertical-align: bottom;
  fill: #aeaeae;
}

.email p.aftclc {
  line-height: 48px;
  padding: 0 12px;
}

.verifyP .PhoneInputInput {
  background: #fff;
}

.tab-nav {
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 50px;
  overflow: hidden;
  padding: 4px;
  background: #f1f1f1;
  margin-left: 20px;
}

.table td {
  border-top: none;
}

.table th {
  border-top: none;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #f5f7fb;
}

.addTitle span {
  font-size: 24px;
  font-weight: 600;
  color: #284469;
  letter-spacing: 0;
}

.addTitle button {
  background: #284469;
  border: 1px solid #284469;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 9px 25px;
  border-radius: 50px;
  box-shadow: 0 0 9px #000 17;
  transition: 0.4s;
}

.week--add button {
  background: #284469;
  border: 1px solid #284469;
  color: #fff;
  padding: 8px 12px;
  border-radius: 50px;
  outline: none;
  font-size: 14px;
}

.pagination-cus {
  padding: 0 30px;
}

.pagination-cus p span {
  margin: 0 5px;
  cursor: pointer;
  background: transparent;
  padding: 3px 6px;
  border-radius: 2px;
  color: #000;
  font-size: 17px;
}

.pagination-cus p span.active {
  background: #284469;
  padding: 0;
  width: 25px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.pagination-cus button {
  border: none;
  background: #e5e5e5;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #284469;
  font-weight: 600;
  padding: 4px 9px;
}

.pagination-cus .pl-00 {
  padding-left: 0px;
}

.btnsave {
  width: 152px;
  height: 48px;
  border: 1px solid #284469;
  background: #284469;
  color: #fff;
  border-radius: 3px;
  margin: 32px 0 38px 0;
  transition: 0.5s;
  outline: none;
  font-size: 15px;
}

.unallocate {
  background: #e05965;
  border: 1px solid #e05965;
  color: #fff;
  padding: 3px 9px;
  border-radius: 5px;
  outline: none;
  min-width: 95px;
  box-shadow: 0 0 9px #ddd 75;
}

.unallocate.active {
  background: #284469;
  border: 1px solid #284469;
  color: #fff;
  padding: 3px 9px;
  border-radius: 5px;
  outline: none;
}

.certify {
  background: #1ca9d1;
  color: #fff;
  margin: 0 15px;
  border: 1px solid #1ca9d1;
  border-radius: 3px;
  padding: 3px 12px;
  outline: none;
}

.certify:hover {
  background: transparent;
  color: #1ca9d1;
}

.addnew.newteach {
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 32px;
}

.breadcrumb-item .breadcrumb-item::before {
  content: ">";
}

button.inactivebtn-dash {
  border: none;
  background: #ddd;
  padding: 2px 12px;
  border-radius: 3px;
  cursor: context-menu;
}

.content-faculty {
  padding: 0;
  margin-top: 19px;
  display: flex;
}

.content-faculty select {
  padding: 0px 7px;
  background: #f5f7fb;
  border: none;
  height: 47px;
  border-radius: 2px;
  max-width: 150px;
  margin-right: 12px;
  align-self: center;
  color: #333;
  font-weight: 600;
  outline: none;
}

.content-faculty .fnameS {
  width: -webkit-fill-available;
}

.swal-button--cancel {
  background: transparent;
  border: 1px #284469 solid;
  color: #284469;
  box-shadow: none;
  outline: none;
  border-radius: 2px;
}

.swal-overlay.swal-overlay--show-modal + .fade.show.popover.bs-popover-bottom {
  display: none;
}

.fa-calendar.ant {
  float: right;
}

.designation-select {
  width: 100%;
  padding: 3px 0 5px 0;
  border: none;
  border-bottom: 1px solid #ddd;
  margin-top: 8px;
}

.fa-calendar.course-dp {
  position: absolute;
  top: 10px;
  right: 0;
  color: #777;
}

.course-date-pi .datepic {
  width: 100%;
}

.react-datepicker-wrapper {
  display: block !important;
}

.collapse.show {
  display: block;
  padding-left: 27px;
}

.addnew button {
  border: 1px solid #284469;
  border-radius: 30px;
  background: #284469;
  width: 120px;
  height: 45px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  transition: 0.3s;
}

svg.plus {
  width: 10px;
  height: 13px;
  fill: #fff;
  vertical-align: middle;
  position: relative;
  top: -1px;
  left: -2px;
}

.par-head h3 {
  font-size: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  margin-top: 17px;
}

span.table-icon {
  color: #fff;
  display: block;
  cursor: pointer;
  height: 41px;
  line-height: 40px;
  background: #ea4355;
  border-radius: 5px;
  margin: 0;
  margin-left: 12px;
  text-align: center;
  padding: 0;
  border: 1px solid #ea4355;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  width: 90px;
  transition: aa 0.4s;
}

span.table-icon.enroomemt {
  width: 120px;
  background: #284469;
  border-color: #284469;
  color: #fff;
}

span.table-icon:hover {
  background: transparent;
  color: #ea4355;
}

span.table-icon.enroomemt:hover {
  background: transparent;
  color: #284469;
}

span.table-icon label {
  margin-bottom: 0;
  cursor: pointer;
}

.MuiFormControl-marginNormal {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 16px;
  margin-bottom: 8px;
}

.searchPlace {
  position: absolute;
  top: 34px;
  right: 16px;
  color: #999;
}

.no-data-block.assign {
  margin: 12px auto !important;
  position: relative;
  left: 43%;
}

.forumListBox .no-data-block {
  margin: 15px auto !important;
}

.forassi .no-data-block.assign {
  position: static;
  position: initial;
}

.faculty-detail .c-faculty-img {
  position: relative;
  width: 150px;
  height: 150px;
  background: #f9fafd;
  border-radius: 200px;
  top: 30px;
}

.faculty-detail .c-faculty-img img {
  width: 100%;
  height: -webkit-fill-available;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 11px;
  border-radius: 100%;
}

.faculty-detail .upload-icon {
  position: absolute;
  right: 0px;
  bottom: 0;
  z-index: 9;
  background: #eee f2;
  border-radius: 50px;
}

.faculty-detail h2 {
  font-size: 28px;
  letter-spacing: 0.5px;
  color: #333;
  display: inline-block;
  word-wrap: break-word;
  max-width: -webkit-fill-available;
  padding: 7px 11px;
  min-width: 300px;
  outline: none;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  background: #f5f7fb;
  margin-bottom: 12px;
}

img.ccp {
  width: 35px !important;
  position: static !important;
  padding: 5px !important;
}

img.newUpload {
  width: 30px;
  position: absolute;
  bottom: 1px;
  right: 1px;
  border-radius: 50px;
  background: rgba(40, 68, 105, 0.8);
  cursor: pointer;
  padding: 5px;
  box-shadow: 0 0 9px #000 12;
}

p.memb-designation {
  font-size: 13px;
  line-height: 15px;
}

.description .tab-nav {
  padding: 0;
}

.divWeek {
  width: 100%;
  align-self: center;
}

.divWeek .batch-select {
  display: block;
  cursor: pointer;
  padding: 8px 14px;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #ebf2ff 0;
  outline: none;
  /* background: #000; */
  height: 43px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
}

.divWeek .radio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  margin: 15px;
}

.divWeek .radio .label {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #c8ccd4;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}

.divWeek .radio .label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #284469;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}

.divWeek input[type="radio"]:checked + .label {
  border-color: #284469;
}

.divWeek input[type="radio"]:checked + .label:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}

.divWeek .hidden {
  display: none;
}

.divWeek .credit {
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.6;
}

.divWeek .credit img {
  width: 72px;
}

.addbatch {
  padding: 10px 20px;
  width: 30%;
  border: 1px solid #ddd;
  margin: 0 14px;
  border-radius: 4px;
}

.addbatchBtn {
  border: 1px solid #fe9d2a;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
  background: #fe9d2a;
  padding: 8px 31px;
  font-weight: 400;
  outline: none;
}

.upload-imggg {
  width: -moz-fit-content;
  background: #f5f7fb;
  padding: 12px;
  border: 1px solid rgba(222, 222, 222, 0.29);
  border-radius: 5px;
  width: 100%;
  height: -webkit-fit-content;
  height: fit-content;
  overflow: hidden;
  max-height: 190px;
}

.upload-imggg img {
  width: 100%;
  height: auto;
  max-width: 115px;
  margin: auto;
  display: block;
  padding: 0;
}

.upload-imggg .clear_img {
  position: absolute;
  top: 5px;
  right: 13px;
  margin-right: 0;
  background: #fff;
  padding: 5px;
  border-radius: 15px;
  width: 33px;
}

.uploadcatpage {
  margin: 14px 0;
}

.modal-login .dexInputGroup .fa-eye-slash {
  cursor: pointer;
  position: absolute;
  top: 38px;
  right: 27px;
}

.modal-login .dexAdmLabel {
  color: #e05965;
  font-size: 14px;
}

.modal-login .dexAdmInput {
  height: 49px;
}

.fa-eye {
  cursor: pointer;
  position: absolute;
  top: 38px;
  right: 27px;
}

@media screen and (max-width: 991px) {
  td.actions td.actions {
    display: block;
  }
}

td.actions svg {
  fill: #777;
  width: 25px;
  height: auto;
  margin: 0 7px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  transform: scale(1);
}

button.activebtn-dash {
  border: none;
  padding: 2px 9px;
  font-size: 12px;
  background: rgba(56, 196, 74, 0.8784313725490196);
  color: #fff;
  border-radius: 5px;
  text-transform: capitalize;
  letter-spacing: 0;
  outline: none;
  cursor: context-menu;
}

input.count {
  width: 60px;
  border: 1px solid rgba(37, 10, 63, 0.050980392156862744);
  border-radius: 5px;
  height: 40px;
  margin-left: 6px;
  padding-left: 9px;
  padding-right: 2px;
  font-size: 13px;
  margin-top: 4px;
}

.search-span {
  position: absolute;
  top: 11px;
  right: 15px;
  color: rgba(153, 153, 153, 0.45098039215686275);
  font-size: 14px;
}

.c-drop .dropdown-menu {
  min-width: 130px;
  text-align: left;
  padding: 0;
  border: none;
  box-shadow: 0 0 9px #ddd;
  border-radius: 5px;
  min-width: 130px;
  text-align: left;
  padding: 0;
  border: none;
  box-shadow: 0 0 9px #ddd;
  border-radius: 5px;
}

.sticky-action-td .c-drop .dropdown-menu {
  left: -70px !important;
}

.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-menu:before {
  display: none;
}

.adminTitle {
  font-size: 19px;
  font-weight: 600;
  color: #222;
}

.tab-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.course-title li button {
  padding: 9px 15px;
  font-weight: 400;
  background: #f6f8fc;
  margin: 0 0px;
  margin-left: 19px;
  border: 1px solid rgba(236, 236, 236, 0.7294117647);
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #444;
}

.course-title .tab-nav__item.active button {
  color: #fff;
  background: #284469;
  border: none;
}

.course-title .tab-nav {
  margin-top: 10px;
  position: relative;
  top: 13px;
  overflow: visible;
  overflow: initial;
  padding: 0;
  background: transparent;
}

.searchI {
  position: absolute;
  top: 38px;
  right: 39px;
  color: #999;
}

.borde {
  border-bottom: 1px solid rgba(236, 236, 236, 0.7294117647058823);
  padding-bottom: 6px;
}

.paddBott {
  padding-bottom: 13px;
  border-bottom: 1px solid #eee;
}

.exp--coll {
  padding-left: 23px;
}

.c-form__label {
  cursor: pointer;
}

.c-form__checkbox-icon {
  height: 21px;
  width: 21px;
  vertical-align: middle;
  margin-right: 5px;
}

.c-form__radio-icon {
  height: 21px;
  width: 21px;
  vertical-align: middle;
  margin-right: 5px;
}

.c-form__label-text {
  margin-left: 0.25em;
  opacity: 0.75;
  vertical-align: middle;
  color: #000;
  font-weight: 500;
  margin-right: 23px;
}

.c-form__checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.c-form__radio {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.form-sec {
  margin-top: 20px;
}

.week--table {
  width: 100%;
  position: relative;
}

.week-text {
  font-size: 15px;
  color: #444;
  font-weight: 500;
  text-transform: capitalize;
  padding: 13px 24px 12px;
  background: rgba(246, 248, 252, 0.5019607843137255);
  display: block;
  width: 100%;
  margin-top: 0px;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}

.week-text img {
  width: 18px;
  height: auto;
  margin-right: 7px;
}

.week-text button {
  margin: 0 35px;
  border: 1px solid #e74339;
  background: #e74339;
  color: #fff;
  padding: 5px 23px;
  font-size: 14px;
  border-radius: 5px;
  outline: none;
  box-shadow: 0 0 9px #eee d1;
}

.addchap {
  padding: 13px;
  padding-top: 0;
}

.addchap button {
  background: transparent;
  border: 1px solid #e83852;
  border-radius: 50px;
  color: #e05965;
  padding: 0 23px;
  font-weight: 500;
  outline: none;
  font-size: 15px;
  height: 43px;
}

.addchap button.learning {
  margin: 0 19px;
  border: 1px solid #284469;
  color: #fff;
  background: #284469;
  padding: 7px 14px;
  font-size: 13px;
  height: 37px;
  line-height: 20px;
}

li.unitList {
  cursor: pointer;
  background: #fff;
  padding: 11px 14px;
  border: none;
  border-radius: 5px;
  margin: 16px 0;
  box-shadow: 0 0 19px #eee 91;
  border: 1px solid #eee 6b;
}

@keyframes transit {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes transit1 {
  from {
    opacity: 0;
    transform: scaleX(0.99);
    transform: translate(-5px);
  }

  to {
    transform: scaleX(1);
    opacity: 1;
    transform: translate(0px);
  }
}

li.unitList {
  animation: transit1 0.3s 1 ease-out;
}

li.unitList.transit {
  animation: transit 0.3s 1 ease-out;
}

.dragFile {
  animation: transit 0.3s 1 ease-out;
}

.hinding {
  margin-top: 9px;
}

.addchap.addAssess button {
  background: #284469;
  border: 1px solid #284469;
  color: #fff;
  box-shadow: 0 0 19px #000 2b;
}

.nxtbtn {
  border: 1px solid #284469;
  border-radius: 5px;
  background: #284469;
  min-width: 105px;
  padding: 0 17px;
  height: 43px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  margin-right: 23px;
}

.timeForm .nxtbtn {
  margin-right: 0px;
}

.savebtn {
  border: 1px solid #e83852;
  border-radius: 5px;
  background: #e83852;
  min-width: 105px;
  padding: 0 17px;
  height: 41px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  font-size: 16px;
}

.saveButton {
  border-color: #e05965;
  border: none;
  background: #e83852;
  min-width: 110px;
  padding: 0 17px;
  height: 41px;
  color: #fff;
  border-radius: 3px;
  font-size: 15px;
}

.cancelButton {
  border-color: #284469;
  background: #284469;
  min-width: 110px;
  padding: 0 17px;
  height: 41px;
  color: #fff;
}

.expandCollapse {
  background: #f1f1f1;
  height: 43px;
  line-height: 43px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #333;
  padding: 0 17px;
  width: -webkit-fit-content;
  width: fit-content;
  margin-left: 19px;
  cursor: pointer;
  opacity: 1;
  float: right;
}

.expandCollapse i {
  color: #777;
  margin-right: 9px;
  vertical-align: middle;
}

svg.icon-eye {
  width: 22px;
  margin: 0 5px;
  fill: #848484;
  cursor: pointer;
}

svg.icon-edit {
  width: 22px;
  margin: 0 4px;
  fill: #848484;
  cursor: pointer;
  width: 15px;
  margin: 0 9px;
}

svg.icon-delete {
  margin: 0 4px;
  fill: #848484;
  cursor: pointer;
  width: 15px;
  margin: 0 9px;
}

.label--radio {
  cursor: pointer;
  color: #ccc;
  letter-spacing: 0.5px;
  font-weight: 300;
  border: 1px solid #eee;
  padding: 9px 15px;
  display: block;
  margin: 0 0 14px;
  min-width: 175px;
  border-radius: 5px;
}

.mycheck .list {
  margin: 18px 0 14px 2px;
}

.mycheck .list__item {
  margin: 0 28px 0 0;
  padding: 0;
  display: inline-block;
}

.mycheck .radio {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  vertical-align: middle;
}

.price-sec #box-1 {
  display: none;
}

.dexInputGroup.user span {
  position: absolute;
  top: 37px;
  right: 15px;
  color: rgba(153, 153, 153, 0.4392156862745098);
}

li.school-enr {
  margin: 17px 2px;
}

.school-enr .checkbox-animate button {
  display: flex;
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 220px;
  background: #fff;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  margin-bottom: 12px;
  outline: none;
  position: absolute;
  top: 15px;
  right: 15px;
}

.school-enr .checkbox-animate button input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.school-enr .checkbox-animate button input:checked ~ .input-check {
  background-color: #284469;
  border-color: #284469;
  animation-duration: 0.7s;
}

.school-enr .input-check {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 0;
  border: 1px solid #afafaf;
  position: relative;
  top: 2px;
  margin-right: 7px;
  transition: 0.3s;
  border-radius: 1px;
}

.t-nameemail {
  margin-left: 6px;
  font-size: 14px;
  color: #777;
}

.eh1 {
  width: 49%;
}

.MuiFormControl-fullWidth {
  width: 100%;
}

.MuiFormControl-root {
  border: 0;
  margin: 0;
  display: inline-flex;
  padding: 0;
  position: relative;
  min-width: 0;
  flex-direction: column;
  vertical-align: top;
}

.taeb-switch {
  position: relative;
  width: 218px;
  height: 49px;
  border: 1px solid #ddd;
  border-radius: 50px;
  margin: 5px 0 27px;
}

.taeb-switch .taeb {
  display: inline-block;
  width: 50%;
  padding: 13px 8px;
  z-index: 1;
  position: relative;
  cursor: pointer;
  transition: color 0.2s;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  display: inline-block;
  width: 50%;
  padding: 13px 8px;
  z-index: 1;
  position: relative;
  cursor: pointer;
  transition: color 0.2s;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
}

.taeb-switch .taeb.active {
  color: #fff;
}

.taeb-switch:after {
  content: "";
  position: absolute;
  width: 48%;
  top: 4.6px;
  transition: left 0.4s cubic-bezier(0.88, -0.35, 0.565, 1.35);
  border-radius: 27.5px;
  box-shadow: 0 2px 15px 0 0 2px 15px 0 #00000024;
  background-color: #284469;
  height: 80%;
  z-index: 0;
}

.taeb-switch.left:after {
  left: 4px;
}

.taeb-switch.right:after {
  left: 50%;
}

.react-datepicker-popper {
  z-index: 9;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 1;
}

.react-datepicker__input-container:after {
  content: "\f133" !important;
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  right: 12px;
  font-size: 19px;
  color: #9e9e9e;
}

.export_data .date_c {
  width: 100%;
  height: 45px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #3e3e3e;
  background-color: #f5f7fb;
  background-clip: padding-box;
  border: 1px solid #ebf2ff;
  border-radius: 3px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  display: inline-block;
  outline: none;
}

.teachers.adw.export_data .dexInputGroup {
  width: 49%;
}

.report_sub {
  background: #284469;
  border: 1px solid #284469;
  width: 145px;
  height: 49px;
  color: #fff;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  box-shadow: 0 0 9px #000 17;
  transition: 0.3s;
  font-size: 17px;
}

.report_sub:hover {
  background: transparent;
  color: #284469;
}

.cf-about {
  width: 100%;
  clear: both;
  padding: 19px 15px;
  border-top: 1px solid rgba(221, 221, 221, 0.3411764705882353);
  display: block;
  margin-top: 27px;
}

.cf-about h4 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.contact-info .cf-box {
  width: 49%;
  padding: 0;
  margin: 0;
}

.contact-info .cf-box h4 {
  font-size: 14px;
  color: #2c2c2c;
  letter-spacing: 0;
  font-weight: 600;
  padding: 11px 9px;
  text-transform: capitalize;
  background: #f5f7fb;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
  margin: 9px 0;
}

.cf-box h4 {
  font-size: 14px;
  color: #2c2c2c;
  letter-spacing: 0;
  font-weight: 600;
  padding: 11px 9px;
  text-transform: capitalize;
  background: #f5f7fb;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cf-box h5 {
  font-size: 14px;
  color: rgba(106, 106, 106, 0.5294117647058824);
  letter-spacing: 0.3px;
  font-weight: 400;
}

.cf-box .PhoneInputCountry {
  background: #f5f7fb;
  height: 49px;
  width: 62px;
  border: 1px solid #dfeaff;
  padding: 0 15px;
}

.email p.aftclc {
  height: 49px;
  background: #f5f7fb;
  border: 1px solid #dfeaff;
  outline: none;
}

.required-mark {
  color: #f00;
  margin: 0 3px;
}

h5.aftclc {
  background-color: transparent;
  font-weight: 500;
  color: #666;
  margin: 5px 0px;
  margin-top: 6px;
}

.chapterDetail {
  margin-bottom: 19px;
}

.unitList.unitList2 .hinding {
  display: none !important;
}

.unitList .hinding {
  display: block !important;
}

.subtitle-int {
  border: none;
  padding: 5px 9px;
  border-radius: 5px;
  font-size: 14px;
  height: 35px;
  margin: 0 10px;
  max-width: 400px;
  width: 100%;
  outline: none;
  position: relative;
  top: -2px;
  min-width: 313px;
  border: 1px solid #ddd;
}

.sveSec button {
  background: #e83852;
  border: none;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0 14px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  min-width: 85px;
  margin-right: 23px;
}

.coach-resBtn {
  color: #fff;
  background: #e74339;
  border: 1px solid #e74339;
  padding: 6px 12px;
  border-radius: 20px;
}

.cntr input[type="radio"] {
  opacity: 0.3;
  position: relative;
  top: -3px;
  margin-right: 14px;
  margin-left: 23px;
}

.cntr input[type="radio"]:checked {
  opacity: 0.9;
  position: relative;
}

.cntr input[type="radio"]:checked:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background: #284469;
  border-radius: 50px;
}

.cntr input[type="radio"]:checked::before {
  content: "✔";
  position: absolute;
  width: 21px;
  height: 21px;
  background: #284469;
  border-radius: 50px;
  top: 0px;
  left: 0px;
  z-index: 9;
  font-size: 13px;
  text-align: center;
  line-height: 21px;
  color: #fff;
}

.cntr input[type="radio"]:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #999;
}

.edit-btn .ccp {
  padding: 0;
  width: 145px;
  margin: auto;
  display: block;
  background: #284469;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
  height: 49px;
  line-height: 49px;
  text-align: center;
  font-size: 17px;
  margin-top: 30px;
  border: 1px solid #284469;
}

.edit-btn .ccp2 {
  padding: 0;
  width: 145px;
  margin: auto;
  display: block;
  background: #e93852;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
  height: 49px;
  line-height: 49px;
  text-align: center;
  font-size: 17px;
  margin-top: 30px;
  border: 1px solid #e93852;
  margin-right: 20px;
}

.course-side svg {
  width: 30px;
  height: 30px;
}

.paginationTop label {
  align-self: center;
  font-size: 15px;
  margin-right: 9px;
  color: #284469;
  margin-bottom: 0;
}

.emailMobHold {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.emailMobHold span {
  margin: 0;
  margin-left: 0;
  background: #f5f7fb;
  padding: 11px 0;
  padding-left: 17px;
  width: 49%;
}

.form-group-par-plus {
  display: flex;
}

.c-add-btn {
  width: 70px;
  height: 35px;
  background: forestgreen;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 500;
}

.ccp.c-del-icon {
  width: 70px;
  height: 35px;
  background: #e93852;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 9px;
  font-weight: 500;
}

h2.aftclc {
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 32px;
}

.aftclc.not::after {
  content: "";
  position: absolute;
  color: #333;
}

.PostQuery h1 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.uploadForm .button-wrapper {
  border: 2px dashed #777;
  padding: 30px;
  margin-top: 9px;
  text-align: center;
}

.uploadForm .button-wrapper span {
  font-weight: 500;
  color: #284469;
}

.uploadForm .button-wrapper p svg {
  width: 57px;
}

.uploadForm .button-wrapper p svg path {
  fill: #000;
}

.uploadForm .button-wrapper input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  transform: none;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.uploadForm .button-wrapper button {
  background: none;
  border: none;
  font-weight: 500;
  color: #284469;
  outline: none;
  box-shadow: none;
  -webkit-user-select: none;
          user-select: none;
}

.uploadFooter button {
  color: #fff;
  background: #e83650;
  border: none;
  font-weight: 500;
  width: 125px;
  height: 45px;
  border-radius: 5px;
  font-size: 15px;
  outline: none;
}

.form-select {
  width: 98%;
}

.addBorder {
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  margin-bottom: 12px;
}

.showPassword input {
  width: 17px;
  height: 17px;
  position: relative;
  top: 3px;
  margin-right: 4px;
}

.userChangePass button {
  background: #d94a5a;
  border-color: #d94a5a;
  color: #fff;
  padding: 0 15px;
  height: 41px;
  border-radius: 3px;
  border: none;
}

.userChangePass button:hover {
  background: transparent;
  color: #d94a5a;
}

.addmt {
  margin-bottom: 0px;
  margin-top: 20px;
  text-align: right;
}

.addmt button {
  background: #284469;
  border-radius: 50px;
  font-size: 16px;
  border: none;
  padding: 9px 19px;
  color: #fff;
  font-weight: 500;
  margin-top: -15px;
  margin-bottom: 12px;
}

input[type="radio"] {
  background-color: transparent;
  border: 0.0625em solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: inset 0 0 0 0 white;
  cursor: pointer;
  font: inherit;
  height: 17px;
  outline: none;
  width: 17px;
  -webkit-appearance: none;
          appearance: none;
}

input[type="radio"]:checked {
  background-color: #284469;
  padding: 2px;
  box-shadow: inset 0 0 0 0.1875em #000 94;
  transition:
    background 0.15s,
    box-shadow 0.1s;
}

.isnotuser {
  fill: #ea4355 !important;
}

.isuser {
  fill: #19aa60 !important;
}

.coursePreview .dash-data {
  padding: 0px 14px 14px 19px;
}

@media screen and (max-width: 1199px) {
  .faculty-detail .c-faculty-img {
    position: relative;
    width: 115px;
    height: 115px;
    top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .cntr.d-flex {
    flex-wrap: wrap;
  }

  .forTabs.d-flex {
    flex-wrap: wrap;
  }

  .forTabs .addTitle {
    margin-bottom: 9px;
  }

  .course-title .forTabs li a {
    padding: 9px 13px;
    margin-left: 0;
    margin-right: 18px;
  }

  .table-striped tbody tr:nth-of-type(even) {
    background-color: transparent;
  }

  .faculty-detail .c-faculty-img {
    margin: 0px auto;
    margin-bottom: 30px;
  }

  .no-data-block.assign {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .course-title .d-flex {
    flex-wrap: wrap;
  }

  .course-title .d-flex .adminTitle {
    width: 100%;
    text-align: center;
  }

  .course-title .d-flex .tab-nav {
    width: -webkit-fit-content;
    width: fit-content;
    margin: 30px auto;
  }

  .borde {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .paginationTop {
    display: none !important;
  }

  .course-title .tab-nav {
    flex-wrap: wrap;
  }

  .course-title .tab-nav li {
    display: block;
    width: 100%;
  }

  .course-title li a {
    border-radius: 3px 3px;
    width: 100%;
    display: block;
    margin: 7px 0;
    text-align: center;
  }

  .emailMobHold {
    flex-wrap: wrap;
  }

  .emailMobHold span {
    margin: 9px 0px;
    margin-left: 0;
    background: #f5f7fb;
    padding: 11px 0px;
    padding-left: 17px;
    width: 100%;
  }
}

.mainLoder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 187px;
  height: 49px;
  margin: auto;
  background: #fff;
  filter: contrast(20);
  z-index: 999;
  border-radius: 50px;
}

.mainLoder .dot {
  position: absolute;
  margin: 16px 9px;
  width: 19px;
  height: 19px;
  background-color: #284469;
  border-radius: 50%;
  filter: blur(4px);
  transform: translateX(0);
  animation: dot 4s infinite;
}

.mainLoder .dots {
  margin: 15px 0 0 31px;
  transform: translateX(0);
  animation: dots 4s infinite;
}

.mainLoder .dots span {
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  margin-left: 10px;
  filter: blur(4px);

  background: #d94a5a;
  border-radius: 50%;
}

@keyframes dot {
  50% {
    transform: translateX(150px);
  }
}

@keyframes dots {
  50% {
    transform: translateX(20px);
  }
}

@charset "UTF-8";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  -webkit-clip-path: circle(0);
          clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  box-sizing: border-box;
}
.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}
.react-calendar button:enabled:hover {
  cursor: pointer;
}
.react-calendar__navigation {
  height: 44px;
  margin-bottom: 1em;
}
.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}
.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__navigation button[disabled] {
  background-color: #f0f0f0;
}
.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}
.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}
.react-calendar__month-view__weekNumbers {
  font-weight: bold;
}
.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  padding: calc(0.75em / 0.75) calc(0.5em / 0.75);
}
.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}
.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}
.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}
.react-calendar__tile {
  max-width: 100%;
  text-align: center;
  padding: 0.75em 0.5em;
  background: none;
}
.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}
.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__tile--hasActive {
  background: #76baff;
}
.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}
.react-calendar__tile--active {
  background: #006edc;
  color: white;
}
.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}
.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}

.dash-heading h1 {
  font-size: 24px;
  font-weight: 600;
  color: #284469;
}

.calendarPlace {
  background: #fff;
  width: -webkit-fit-content;
  width: fit-content;
  float: right;
  padding: 5px;
  padding-right: 9px;
  box-shadow: 0 0 9px #00000017;
  border-radius: 5px;
}

.calendarPlace span {
  font-size: 16px;
  color: #284469;
  font-weight: 600;
  display: block;
  letter-spacing: 0.5px;
}
a.tablat {
  text-decoration: none;
  padding: 9px 15px;
  font-weight: 400;
  background: #f6f8fc;
  margin: 0 0 0 19px;
  border: 1px solid hsla(0, 0%, 92.5%, .7294117647);
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #444;
}

a.tablat.active {
  color: #fff;
  background: #284469;
  border: none;
}
.calendarPlace small {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #999;
  margin: 0px 0 0 1px;
}

.margin23-15 {
  margin: 0 24px 0 7px;
}

.calendarPlace i {
  font-size: 20px;
  color: #999;
}

.dashCard {
  box-shadow: 0 0 9px #0000001f;
  background-color: #fff;
  border-radius: 9px;
  margin: 14px 0;
  overflow: hidden;
  padding-bottom: 12px;
}

.dashCardHeader {
  padding: 15px;
}

.dashCardHeader h3 {
  font-size: 17px;
  font-weight: 600;
  color: #284469;
}

.dashCardHeader label {
  margin-bottom: 0;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  align-self: center;
  margin-right: 9px;
}

.dashCardHeader select {
  border: none;
  outline: none;
  color: #999;
  font-weight: 300;
  font-size: 14px;
  align-self: center;
}

.dashCardHeader button {
  border: 1px solid #ccc;
  background: none;
  border-radius: 5px;
  font-size: 14.5px;
  font-weight: 500;
  color: #666;
  padding: 0;
  height: 33px;
  line-height: 33px;
  width: 90px;
  margin: 0 0 0;
}

.forumsDataSpe {
  border-top: 1px solid #eee;
  padding: 7px 12px;
}

.forumsDataSpe h4 {
  font-size: 15px;
  color: #284469;
}

.forumsDataSpe p {
  font-size: 14px;
  color: #999;
}

.chartData {
  padding: 0 14px;
}

.chartData img {
  width: 100%;
}

.activeUser {
  background: #f7f7f7;
  padding: 7px 9px;
  padding-left: 5px;
  border-radius: 7px;
  margin: 9px;
  font-size: 15px;
  font-weight: 500;
}

.activeUser img {
  margin-right: 7px;
}

.totalReg {
  background: #f7f7f7;
  padding: 7px 9px;
  padding-left: 5px;
  border-radius: 7px;
  margin: 9px;
  font-size: 15px;
  font-weight: 500;
}

.totalReg img {
  margin-right: 7px;
}

.f-reportBox {
  padding: 15px;
}

.f-reportBox img {
  margin-right: 15px;
}

h4.f-reportBoxHead {
  font-size: 17px;
  font-weight: 600;
  color: #284469;
}

.f-reportBox p {
  color: #999;
  font-size: 14px;
}

.f-reportBox h5 {
  font-weight: 600;
  font-size: 24px;
  color: #000;
}

.dash-data.superA {
  padding: 19px 20px 12px 30px;
}

.evaluateBox {
  padding: 15px;
  background-color: #fff;
  border-radius: 9px;
}

.evaluateBox h5 {
  font-size: 17px;
  font-weight: 600;
  color: #284469;
  margin-bottom: 14px;
}

.evaluateBox h4 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.forumDBox {
  margin: 0 21px;
}

.forumDBox h5 {
  color: #59ba6b;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  min-height: 24px;
}

.forumDBox:nth-child(2) h5 {
  color: #3191ae;
}

.forumDBox p {
  font-size: 13px;
  color: #999;
  letter-spacing: 0.3px;
}

.forumListBox {
  padding: 12px 15px;
  border-top: 1px solid #eee;
  min-height: 168px;
}

.forumListBox {
  padding: 12px 15px;
  border-top: 1px solid #eee;
}

.forumListBox h6 {
  color: #000;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.forumListBox p {
  color: #999;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.forumListBox h5 {
  padding-right: 24px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.react-calendar {
  width: 100%;
  border: none;
  padding: 15px;
  width: auto;
  max-width: inherit;
  background: transparent;
  border: none;
  font-family: inherit;
  line-height: inherit;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
  border-radius: 0px !important;
}

.react-calendar__month-view__weekdays {
  border-top: 1px solid #eee;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: none !important;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 17px 0;
  padding-bottom: 2px;
}

.react-calendar__tile--now {
  background: #e83852 !important;
  color: white;
  border-radius: 100px;
  font-weight: 600;
  padding: 0;
  font-family: "DM-Sans";
}

.viewtable {
  background: #fedcdc;
  border: 1px solid #eb425929;
  width: 115px;
  height: 43px;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #eb4259;
  box-shadow: 0 0 9px #0000000f;
  transition: 0.3s;
}

.viewtable:hover {
  background: transparent;
  border: 1px solid #eb4259;
}

.timeList {
  padding: 0px 31px;
  margin-bottom: 22px;
  border-top: 1px solid #eee;
  max-width: 90%;
  margin: 12px auto;
  padding: 12px;
}

.no2SlotsB {
  text-align: center;
  color: #999;
  letter-spacing: 1px;
  padding: 18px;
  border-top: 1px solid #eee;
  height: 61px !important;
}

.timeday {
  color: #eb4276;
  font-weight: 500;
  margin-right: 35px;
  position: relative;
  min-width: 100px;
}

.timeday::after {
  top: 4px;
  content: "";
  width: 3px;
  height: 16px;
  background: #eb4276;
  position: absolute;
  left: -13px;
}

.timename {
  color: #333;
  font-weight: 500;
  margin-right: 45px;
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.timetime {
  color: #999;
  width: 100px;
  overflow: hidden;
}

.fa-ellipsis-v {
  font-size: 19px;
  color: #333;
}

.forumsList {
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  margin-bottom: 12px;
}

.forumsList:last-child {
  border-bottom: none;
}

.forumListCont {
  max-height: 285px;
  overflow: auto;
}

.timeListHolder {
  height: 109px;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-backdrop.fade.show {
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.submission_mdl.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  outline: 0;
  background: #00000061 !important;
}

.submission_mdl.ans_sheet.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  outline: 0;
  background: transparent;
}

.submission_mdl .modal-content {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 0.3rem !important;
  padding: 24px;
}

.submission_mdl .modal-content.eva {
  padding: 0px;
}

.submission_mdl .modal-body {
  padding: 0rem;
}

.adw tbody td {
  max-width: none;
  max-width: initial;
  text-align: left;
}

.sticky-action-tr {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
}

.sticky-action-td {
  position: -webkit-sticky;
  position: sticky;
  right: 0px;
  background: #fff;
  border: none;
  border-left: 1px solid #f5f7fb;
  padding-left: 29px !important;
  z-index: 9;
}

.overlay-feedback {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #000000ab;
  width: 100%;
  height: 100%;
}

.modal-feedback {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 7px;
  width: 500px;
  max-height: 500px;
  overflow-y: auto;
}

.closeFeed {
  position: absolute;
  top: 0px;
  right: 18px;
  font-size: 31px;
  color: #999;
  cursor: pointer;
}

.modal-feedback h4 {
  margin-bottom: 12px;
}

.modal-feedback button {
  background: #284469;
  border: none;
  color: #fff;
  font-size: 15px;
  padding: 7px 21px;
  border-radius: 5px;
  margin-top: 14px;
}

/* .addCommentDrop {
  background: #fff;
  box-shadow: 0 0 9px #ccc;
  position: absolute;
  left: -115px;
  top: 3px;
  padding: 10px 15px;
  z-index: 99;
  border-radius: 2px;
  transition: 0.3s;
} */

.addComm {
  background: #284469;
  border: none;
  color: #fff;
  padding: 2px 11px;
  border-radius: 4px;
}

.viewComm {
  background: #f48a27;
  border: none;
  color: #fff;
  padding: 2px 11px;
  border-radius: 4px;
}

.modlpop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000001c;
  z-index: 99;
  color: #fff;
}

.modlMiddle {
  position: absolute;
  width: 400px;
  height: 200px;
  background: #fff;
  z-index: 99;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 5px;
  color: #333;
  padding: 30px;
}

.modlMiddle h4 {
  margin-bottom: 15px;
}

.modlMiddle p {
  border: 1px dashed #dfdfdf;
  padding: 7px 14px 10px 14px;
  border-radius: 4px;
  margin: 0;
  line-height: 23px;
}

@media screen and (max-width: 991px) {
  .adw tbody td {
    max-width: none;
    max-width: initial;
    text-align: right;
  }
}

@media (min-width: 576px) {
  .submission_mdl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

.Swal.fire-text {
  line-height: 30px;
}

.par-head.sub-head-text {
  text-align: left;
}

.uname {
  padding: 14px;
}

.uname p {
  height: 70px;
  overflow: hidden;
}

.uname p.fullShow {
  height: auto;
  overflow: hidden;
}

.uname.ff {
  padding: 14px;
  max-width: 220px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666;
}

.uname label {
  font-weight: 500;
  color: #333;
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.uname div {
  color: #666;
}

.evalutionFs {
  padding: 15px;
}

.evalutionFs label {
  font-size: 15px;
  font-weight: 500;
  color: #284469;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  margin-top: 12px;
}

.evalutionFs label.efOne {
  font-size: 16px;
  font-weight: 600;
}

.par-head.sub-head-text h3 {
  font-size: 20px;
  background: #284469;
  color: #fff;
  padding: 11px 14px;
}

.par-head.sub-head-text h6 {
  font-size: 13px;
  margin-top: 12px;
}

.Swal.fire-overlay {
  z-index: 99999999;
}

.Swal.fire-modal {
  z-index: 99999;
}

.par-head {
  text-align: center;
  font-size: 16px;
}

.par-head h3 {
  font-size: 20px;
  padding: 10px 0;
  margin-top: 0;
}

.par-head p {
  color: #f69e51;
}

.pam-input {
  display: block;
  width: 100%;
  padding: 2px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.parm-block .form-group-par-plus span {
  line-height: 48px !important;
  float: right;
  margin: 0px;
  height: auto;
}

.parm-block .form-group-par-plus.sub-deta {
  float: right;
  height: auto;
  width: auto;
}

.parm-block .form-group-par-plus {
  float: right;
  width: 100%;
  text-align: right;
  height: 48px;
}

.submission_mdl.ans_sheet .modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;
}

.parm-block label .form-group-par-plus span {
  float: right;
  font-size: 13px;
  line-height: 20px !important;
}

.submission_mdl.ans_sheet .sub-links a {
  font-size: 12px;
  max-width: 310px;
  text-align: left;
  padding-left: 5px;
}

.submission_mdl.ans_sheet .col-lg-5 label {
  width: 100%;
  word-break: break-all;
  font-size: 13px;
  margin-bottom: 6px;
}

.submission_mdl.ans_sheet .col-lg-5 label a {
  margin-bottom: 6px;
  display: inline-block;
  max-width: 320px;
}

.submission_mdl.ans_sheet .modal-footer {
  margin: 0px auto;
  border: none;
}

.pam-input.overall-marks {
  height: 44px;
  width: 48%;
}

.closeBtn {
  position: absolute;
  top: 22px;
  right: 11px;
  font-size: 30px;
  border: none;
  line-height: 0;
  border: none;
  color: #e83852 !important;
  z-index: 99;
  background: none !important;
}

.read-more-link {
  color: blueviolet;
  text-decoration: underline;
  letter-spacing: 1px;
  cursor: pointer;
}

.extra-content {
  color: cornflowerblue;
  font-weight: 500;
}

a.read-more-link h6 {
  color: #007bff;
  font-size: 14px;
  letter-spacing: 0;
}

.dis-content-read input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.dis-content-read p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dis-content-read input:focus ~ label {
  outline: -webkit-focus-ring-color auto 5px;
}

.dis-content-read input:checked + p {
  -webkit-line-clamp: unset;
}

.dis-content-read input:checked ~ label {
  display: block;
}

.dis-content-read label {
  border-radius: 4px;
  padding: 0.2em 0.6em;
  border: 1px solid #f5880b;
  background-color: #f5880b;
  color: #fff;
  font-size: 0.8em;
  width: 90px;
  text-align: center;
  text-transform: capitalize;
  margin: 8px 0;
}

.sublibAcctach {
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 6px;
  color: #000;
  line-height: 92px;
}

.smSideBarWrap {
  background: #091427;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.24);
  border-radius: 12px;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.smSideBar img {
  width: 100%;
}

.assignAssess .smSideBar {
  background: #845a8c;
  padding: 30px 17px;
}

.smSideBar button {
  border: none;
  background: #fff;
  width: 159px;
  height: 40px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 15.5px;
  color: #091427;
  outline: none;
  transition: 0.3s;
  margin: 11px 0;
  text-align: left;
  padding: 0px 21px;
}

.smSideBar button i {
  margin-right: 5px;
}

/* .smSideBar button:hover {
  background: #e62444;
  color: #fff;
} */

.smSideBar button.active {
  background: #e62444;
  color: #fff;
}

.smSideBar {
  padding: 25px 0;
}

.smSideBar h1 {
  font-size: 24px;
  color: #fff;
  padding: 0 24px;
  padding-bottom: 90px;
  overflow: hidden;
}

.assignAssess .smSideBar h1 {
  font-size: 24px;
  line-height: 41px;
  border-bottom: 1px solid #7a4d83;
  max-width: 321px;
  padding: 45px 13px;
}

.assignAssess .nav-link {
  border: none;
  background: #f6f6f6;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 9px 23px;
  margin-left: 17px;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #ddd;
  border-bottom: none;
}

.assignAssess .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #e83852;
  border-color: #e83852;
}

.smContent {
  flex: 10 1;
}

.mainPane {
  background: #fff;
  padding: 15px;
  border-radius: 9px;
  box-shadow: 0 0 19px #0000000d;
}

.mainPane.userDocuser {
  min-height: 310px;
}

.smContent h2 {
  font-size: 21px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  color: #e62444;
  padding-bottom: 14px;
}

.assignAssess .smContent h2 {
  padding-bottom: 0;
  padding-top: 0px;
  border-bottom: none;
  color: #e83852;
}

.smSideBar svg.assign {
  width: 29px;
  margin-right: 4px;
  fill: #666;
}

.smSideBar .nav-link.active svg.assign {
  fill: #fff;
}

.smSideBar svg.assess {
  width: 25px;
  margin-right: 5px;
  fill: #666;
}

.smSideBar .nav-link.active svg.assess {
  fill: #fff;
}

.smSideBar svg.note {
  width: 25px;
  margin-right: 4px;
  fill: #666;
}

.smSideBar .nav-link.active svg.note {
  fill: #fff;
}

.assignAssess .nav-tabs {
  border-bottom: none;
  width: -webkit-fit-content;
  width: fit-content;
  margin: inherit;
  margin-bottom: 0;
  margin-top: 18px;
}

.chapterTableName {
  width: 100%;
  flex: 2 1;
}

.chapterTableNameTopic {
  width: 100%;
  padding-top: 9px;
  display: none;
}

.chapterTableNameTopic:first-child {
  display: block;
}

.readTab {
  background: #fff;
  margin-left: 0px;
  padding: 33px;
  padding-top: 0px;
  border-radius: 9px;
  box-shadow: 0 0 9px #00000021;
}

/* .chapterTableName h5 {
  font-size: 14px;
  letter-spacing: 2px;
  color: #b5b5b5;
  font-weight: 300;
  margin-bottom: 0px;
  height: 19px;
  text-transform: capitalize;
}

.chapterTableName h5 {
  font-size: 12px;
}

.chapterTableData h4 {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
}

.chapterTableName h4 {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #091427;
}

.chapterTableData {
  flex: 9 1;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
}

.chapterTableData::-webkit-scrollbar {
  width: 2px;
  background-color: #ddd;
}

.chapterTableData::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.chapterTableData::-webkit-scrollbar-thumb {
  background-color: #1194c1;
  width: 12px;
} */

/* .chapterTableData h4 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 0;
  text-transform: initial;
  color: #000;
  height: 35px;
  display: -webkit-box;
  max-width: 200px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
} */

/* .chapterTableData .col-12 h4 {
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 0;
}

.chapterTableNameTopic table {
  position: relative;
  top: -21px;
} */
/* 
.chapterTableNameTopic .table td,
.table th {
  padding: 17px 11px;
  min-width: 80px;
}

.chapterTableData table td:first-child {
  color: #777;
  cursor: default;
  min-width: auto;
}

.chapterTableData table td.noRecord {
  color: #999999b3;
  text-decoration: none;
  font-size: 19px;
}

.smSideBar .nav-tabs .nav-item {
  margin-bottom: -1px;
  margin: 11px 17px;
  display: block;
  width: 100%;
} */

.smSideBar .nav-tabs .nav-link {
  text-align: left;
  padding: 0;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: fit-content;
  display: block;
  padding: 0;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 15px;
  width: 175px;
  height: 42px;
  line-height: 38px;
  text-align: center;
  margin: 10px auto;
  box-shadow: 0 0 19px #0000002b;
}

.readTab .nav-link.active {
  background: #f5f7fb;
  color: #e05965;
}

.reportSvg {
  width: 25px;
  fill: #555;
  margin-right: 5px;
}

.nav-link.active .reportSvg {
  fill: #fff;
}

.backTab {
  padding: 20px 0;
  border-bottom: 1px solid #eee9;
}

.btnBack {
  align-self: center;
  display: block;
  color: #999;
  letter-spacing: 2px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}

.btnBack.mtt {
  margin-bottom: 70px;
  padding: 1px 14px;
  color: #eee;
}

.btnBack:hover {
  color: #d94a5a;
}

.btnBack span {
  font-size: 22px;
  position: relative;
  top: 3px;
  color: #ccc;
}

.btnBack:hover span {
  color: #d94a5a !important;
}

.smContent .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: none;
}

.smSideBar .nav-tabs li {
  display: block;
  width: 100%;
  margin: 10px 0px;
}

.readTab .nav-tabs {
  border-bottom: none;
}

/* .btnBack::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 93px;
  background: #f5f7fbb3;
  right: -70px;
  top: -30px;
  transform: rotate(30deg);
} */

.btnBack.asss::before {
  display: none;
}

.readTab .nav-link {
  background: #f5f7fb;
  color: #333;
  font-size: 15px;
  padding: 0;
  border-bottom: 1px solid #dce8ff !important;
  border-radius: 50px;
  border: 1px solid #dce8ff;
  border-bottom: none;
  margin-right: 23px;
  font-weight: 500;
}

.readTab .nav-link.active {
  background: #f5f7fb;
  color: #e05965;
}

.readTab .nav-link a {
  padding: 8px 23px;
  display: block;
  cursor: pointer;
  color: #222;
}

.readTab .nav-link a:hover {
  text-decoration: none;
  cursor: pointer;
}

.readTab .nav-link.active a {
  color: #e05965;
  cursor: default;
}

.matUnit h5 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 130px;
}

.matSubunit h5 {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.matSubunit {
  position: static;
  border-bottom: 1px solid transparent;
  padding-right: 0;
}

.matSubunit:last-child {
  position: static;
  border-bottom: 1px solid transparent;
}

.matSubunit .table {
  width: 100%;
  margin-bottom: 0px;
  color: #212529;
  border-bottom: 1px solid transparent;
}

.matSubunit .table {
  width: 100%;
  margin-bottom: 0px;
  color: #212529;
  border-bottom: 1px solid transparent;
}

.readingMat {
  overflow-y: hidden;
  overflow-x: hidden;
}

.readingMat::-webkit-scrollbar {
  height: 5px;
  background-color: #f5f7fb;
  border-radius: 9px;
  /* display: none; */
}

/* .readingMat:hover.readingMat:-webkit-scrollbar {
  display: block;
} */

.readingMat::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 100px;
}

.readingMat::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.30);
}

.row.alt1 {
  padding: 2px 15px;
}

.row.alt1:nth-child(odd) {
  background-color: #f5f7fb;
}

.row.alt1:nth-child(even) {
  background-color: #fff;
}

.row.alt1:last-child {
  margin-bottom: 3rem;
}

.readingMat .row {
  position: relative;
}

.matUnit .onHover {
  position: absolute;
  top: 47px;
  left: auto;
  background: #284469;
  border: 1px solid #284469;
  padding: 2px 9px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  color: #fff;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: transform 0.4s;
  z-index: 9;
}

.matUnit .onHover::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #284469;
  position: absolute;
  top: -15px;
  left: 14px;
}

.matUnit:hover .onHover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* .matSubunit h5[aria-label]:after {
  opacity: 0;
  content: attr(aria-label);
  padding: 4px 8px;
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  z-index: 20;
  background: red;
  transition: opacity 0.5s;
  pointer-events: none;
}

.matSubunit h5:hover[aria-label]:after {
  opacity: 1;
  transition-delay: 1.5s;
} */

.tooltip {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 99;
  margin: 0;
  opacity: 0;
}

.tooltip:hover {
  cursor: help;
  opacity: 1;
}

.tooltip span {
  display: none;
}

.tooltip:hover span {
  border: 1px solid #f1f1f1;
  padding: 3px 8px;
  display: block;
  z-index: 100;
  background: #f5f7fb;
  left: 0px;
  margin: 15px;
  width: -webkit-fit-content;
  width: fit-content;
  position: absolute;
  top: 15px;
  text-decoration: none;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.5px;
}

.matTable table {
  min-height: 45px;
}

.matSubunit table td:last-child {
  color: #ea4154;
  font-weight: 500;
  cursor: pointer;
  padding-right: 25px;
}

.matSubunit table td:last-child:hover {
  opacity: 0.8;
}

/* .matSubunit .table td,
.table th {
  padding: 12px;
  vertical-align: top;
  border-top: none;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  padding-top: 12px;
} */

/* .matSubunit .table td:nth-child(1) {
  min-width: 120px;
  max-width: 120px;
} */

.matSubunit .table td:nth-child(1) {
  min-width: 100px;
}

.matSubunit .table td:nth-child(2) {
  min-width: 120px;
}

.matSubunit .table td:nth-child(4) {
  min-width: 100px;
}

.matSubunit .table tr {
  border-bottom: 1px solid #f7f7f7;
}

.matSubunit:last-child .table tr {
  border-bottom: none;
}

.faqsPage {
  margin: 14px 0;
  cursor: pointer;
}

.faqsPage h3 a {
  color: #284469;
}

.faqAns {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

.faq-details .faqAns {
  border-bottom: none;
}

.active .faqAns {
  display: block;
}

.faqsPage h3 {
  color: #284469;
  font-size: 18px;
  font-weight: 600;
}

.faq-details .faqsPage h3 {
  font-size: 21px;
  margin-bottom: 15px;
  margin-top: 65px;
}

.faqsPage p {
  font-size: 15px;
  color: #999;
  margin: 5px 0;
}

.faqsPage li {
  font-size: 15px;
  color: #999;
  margin: 5px 0;
}

.faqComments h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 19px 0;
  color: #284469;
}

.faqsIcon {
  width: 35px;
  height: 35px;
  background: #f1f1f1;
  border-radius: 50px;
  display: block;
  padding: 8px 8px;
  color: #54acbf;
  font-weight: 600;
  margin-right: 8px;
  text-transform: uppercase;
  font-size: 14px;
}

.faqsCont h5 {
  font-size: 15px;
  font-weight: 400;
  color: #18a1ca;
  text-transform: capitalize;
}

.faqsCont h5 span {
  color: #777;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  text-transform: initial;
  margin-left: 3px;
  position: static;
}

.modalDex.question .cancel {
  background: transparent;
  color: #d94a5a;
  border: 1px solid #d94a5a;
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  min-width: 115px;
  margin: 9px 15px;
  border-radius: 3px;
}

.modalDex.question .submit {
  background: #d94a5a;
  color: #fff;
  border: 1px solid #d94a5a;
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  min-width: 115px;
  margin: 9px 15px;
  border-radius: 3px;
}

.modalDex.libraryModal {
  max-width: 900px;
  border-radius: 9px;
  padding: 30px 15px;
}

.modalDex.libraryModal.question {
  max-width: 504px;
  border-radius: 9px;
  padding: 30px 15px;
}

.modalDex.libraryModal.question textarea {
  min-height: auto !important;
}

.libraryModal h3 {
  color: #284469;
  font-weight: 600;
  font-size: 30px;
}

.libraryModal .ok {
  background: #d94a5a;
  color: #fff;
  border: none;
  font-weight: 500;
  padding: 12px;
  min-width: 130px;
  border-radius: 3px;
  margin: 55px 0;
  margin-bottom: 14px;
  font-size: 15px;
}

.borderB {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  margin: 14px 0;
}

.libraryTable {
  padding: 9px 11px;
  font-weight: 500;
  background-color: #fff;
}

.libraryTable:nth-child(even) {
  background: #f5f7fb;
}

.faqboxes {
  padding: 15px;
  background: #f5f7fb;
}

.faqsBox {
  background: #fff;
  border: 1px solid #ddddddad;
  padding: 14px;
  border-radius: 5px;
  margin: 0;
}

.faqsBox h4 {
  text-align: center;
  font-size: 18px;
  color: #284469;
  font-weight: 600;
}

.faqsBox p {
  padding: 9px 0;
  font-size: 15px;
  text-align: center;
  color: #222;
}

.buttonfaq1 {
  background: #435b63;
  color: #fff;
  border: none;
  padding: 0;
  width: 112px;
  border-radius: 50px;
  font-size: 13px;
  height: 35px;
}

.buttonfaq2 {
  background: #e72e4b;
  color: #fff;
  border: none;
  padding: 0;
  width: 85px;
  border-radius: 50px;
  font-size: 13px;
  height: 35px;
}

.libraryTable span.toggle {
  cursor: pointer;
  color: #e05965;
}

.enrollBg {
  min-height: 600px;
  background-image: url(/static/media/enrolweb1.7a1b02e86317e5161de3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 10px 0 0;
}

.libraryTable span:last-child {
  color: #ea4154;
  font-weight: 500;
  cursor: pointer;
}

.libraryTable span:last-child:hover {
  opacity: 0.8;
}

.custStyle {
  border-bottom: 1px solid #f1f1f1;
  margin: 15px 19px;
  padding: 7px 0;
}

.faq-details {
  position: relative;
}

.faq-details button.back {
  position: absolute;
  right: 19px;
  top: -52px;
  background: #e05965;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding: 9px 28px;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}

.addDiv1 {
  margin-right: 15px;
  align-self: center;
}

.addDiv2 {
  width: 100%;
}

.addDiv3 {
  position: relative;
}

.addDiv3 button {
  /* position: absolute;
  right: 0; */
  background: #ddd;
  border: none;
  min-width: 175px;
  color: #777;
  height: -webkit-fill-available;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
}

.faqsPage .addDiv3 button {
  background: #284469;
  color: #fff;
  height: 41px;
  outline: none;
}

.libraryTableHead {
  border: 1px solid #dfdfdf;
  background: #eee;
  padding: 8px;
  border-radius: 2px;
  margin-bottom: 14px;
}

.libraryPage {
  width: 100%;
  padding: 0 10px;
}

.libUnit {
  float: left;
  font-size: 16px;
}

.libUnitName {
  float: right;
  font-size: 16px;
}

.libboxes {
  width: 100%;
  padding: 20px 40px;
  background: #f7f7f7;
  position: relative;
  margin: 14px 0;
}

.libAns {
  width: 100%;
}

.libAcctach img {
  display: none;
}

.libAns h4 {
  font-size: 21px;
  font-weight: 600;
  color: #284469;
  position: relative;
  top: 25px;
}

.libAns .faqComments h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 9px;
  font-size: 17px;
  color: #284469;
  top: 0;
}

.libAns p {
  font-size: 16px;
  padding: 2px 0;
  color: #284469;
  letter-spacing: 0.3px;
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 35px;
}

.msger-chat {
  background-color: transparent;
  background-image: none;
  padding: 0 15px;
  margin-bottom: 50px;
}

.msger-send-btn:disabled {
  background: #284469;
  color: #fff;
  opacity: 0.5;
  cursor: no-drop;
}

.libAcctach {
  border: 1px solid #eee;
  padding: 10px 17px;
  border-radius: 2px;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  text-decoration: none;
  background: #284469;
  margin: 5px 0;
  border-radius: 3px;
  position: absolute;
  top: 9px;
  right: 14px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  border: none;
  box-shadow: 0 0 9px #0000000f;
}

.libAcctach:hover {
  color: #fff;
  text-decoration: none;
}

.libAcctach img {
  margin-right: 9px;
}

.msger-chat::-webkit-scrollbar {
  width: 6px;
}

.msger-chat::-webkit-scrollbar-track {
  background: #ddd;
}

.msger-chat::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}

.msg {
  width: 100%;
  height: -webkit-fit-content;
  height: fit-content;
  display: block;
  align-items: flex-end;
  margin: 14px 0;
  border-bottom: 1px solid #eee;
  padding: 9px 0;
}

.msg:last-of-type {
  margin: 0;
}

.msg-img {
  width: 35px;
  height: 34px;
  margin-right: 10px;
  background: #e1e7f2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  line-height: 36px;
  color: #19a4cd;
  float: left;
  font-size: 14px;
}

.msg-img span {
  text-transform: uppercase;
  font-weight: 600;
}

.msg-bubble {
  max-width: 100%;
  padding: 0 45px;
  border-radius: 15px;
  background: var(--left-msg-bg);
}

.msg-info {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.msg-info-name {
  margin-right: 10px;
  font-weight: 500;
  text-transform: capitalize;
  color: #1ba6cf;
  font-size: 15px;
}

.msg-info-time {
  font-size: 14px;
  color: #777;
  font-weight: 500;
}

.msg-text {
  font-size: 15px;
  color: #444;
}

.left-msg .msg-bubble {
  border-bottom-left-radius: 0;
}

.right-msg .msg-bubble {
  background: var(--right-msg-bg);
  color: #000;
  border-bottom-right-radius: 0;
}

.right-msg .msg-img {
  margin: 0 0 0 0px;
  text-transform: uppercase;
  font-weight: 600;
}

.msger-inputarea {
  display: flex;
  padding: 0;
  border-top: none;
  background: transparent;
  clear: both;
}

.msger-inputarea * {
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: 1em;
}

.msger-input {
  flex: 1 1;
  background: #fff;
  border: 1px solid #ddd;
  /* box-shadow: 0 0 9px #eee; */
  margin: 0;
  padding: 10px 15px;
  border-radius: 5px 0 0 5px;
  border-right: none;
}

.msger-send-btn {
  margin-left: 0;
  background: rgb(40 68 105);
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  /* transition: background 0.23s; */
  min-width: 145px;
  border: none;
  /* box-shadow: 0 0 9px #00000012; */
  border-radius: 0px 5px 5px 0;
}

.msger-send-btn:hover {
  opacity: 0.8;
}

.msger-chat {
  background-color: transparent;
  background-image: none;
  padding: 0;
  margin-bottom: 50px;
}

.libraryTable span {
  min-width: 305px;
  position: relative;
  max-width: 305px;
}

.libraryTable span:first-child {
  min-width: 200px;
}

.libraryTable span:last-child {
  min-width: 175px;
}

.libraryTableHead span {
  min-width: 300px;
}

.libraryTableHead span:first-child {
  min-width: 200px;
}

.libraryTableHead span:last-child {
  min-width: 100px;
}

.typeTd {
  min-width: 120px;
}

/* .userFqs .tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
} */

.userFqs .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}

.userFqs .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #f5f7fb;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  color: #555;
}

.userFqs .tab-label span {
  position: absolute;
  right: 20px;
  color: #e7304c;
}

.userFqs .tab-label:hover {
  opacity: 0.8;
}

.userFqs .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}

.userFqs input:checked+.tab-label {
  background: #f1f1f1;
}

.userFqs input[type="radio"] {
  opacity: 0;
  display: none;
}

.userFqs input[type="radio"]:checked {
  opacity: 0;
  visibility: hidden;
}

.userFqs input:checked+.tab-label::after {
  transform: rotate(90deg);
}

.userFqs input:checked~.tab-content {
  max-height: 100vh;
  padding: 1em;
}

b.libTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90%;
  display: block;
}

.libData small {
  transition: 0.3s;
  transform: translateX(10px);
  opacity: 0;
  visibility: hidden;
  font-size: 15px;
  color: #fff;
  background: #284469;
  padding: 3px 12px;
  border-radius: 2px;
  position: absolute;
  top: 35px;
  z-index: 9;
}

.libData:hover small {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

.libData:hover small::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #284469;
  position: absolute;
  top: -14px;
  left: 14px;
}

.btnBack.mm {
  display: none;
}

.btnBack.dd {
  display: block;
}

@media screen and (max-width: 1199px) {
  .readingMat {
    overflow-x: auto;
  }

  .readTab .nav-link a {
    padding: 7px 17px;
  }

  .readTab .nav-link {
    font-size: 14px;
    margin-right: 11px;
  }
}

@media screen and (max-width: 991px) {
  .btnBack.mtt {
    margin-bottom: 0px;
    position: relative;
    top: -5px;
  }

  .libraryTableHead {
    flex-wrap: wrap;
  }

  .libraryTableHead span:first-child {
    min-width: auto;
  }

  .libraryTableHead span {
    min-width: auto;
    display: block;
    width: 100%;
    text-align: center;
  }

  .btnBack::before {
    display: none;
  }

  .btnBack.mm {
    display: block;
    order: 1;
  }

  .btnBack.dd {
    display: none;
  }

  .smSideBarWrap {
    height: -webkit-fit-content;
    height: fit-content;
  }

  .smSideBar h1 {
    padding: 0;
    order: 2;
  }

  .smSideBarWrap {
    height: auto;
  }

  .smSideBar {
    padding: 50px 0;
  }

  .row.alt1 {
    min-width: auto;
  }

  .readTab .nav-link a {
    padding: 0px 5px;
  }

  .smSideBar {
    position: static;
    top: 0px;
    display: flex;
    justify-content: space-around;
  }

  .smSideBar img {
    width: auto;
    max-width: 160px;
    height: auto;
  }

  .readTab {
    margin-left: 0;
    margin-top: 24px;
  }

  .readTab .nav-link {
    font-size: 14px;
    padding: 9px 19px;
  }
}

@media screen and (max-width: 575px) {
  .faq-details button.back {
    left: 0;
    right: auto;
    padding: 5px 24px;
    border-radius: 2px;
    width: 100%;
  }

  .readTab {
    padding: 5px;
  }

  .msger-inputarea {
    flex-wrap: wrap;
  }

  .msger-input {
    flex: auto;
  }

  .msger-send-btn {
    margin-left: 0;
    margin-top: 12px;
    min-width: 100%;
  }

  .smSideBar img {
    max-width: 135px;
  }
}
.rdw-option-wrapper {
  border: 1px solid #f1f1f1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 5px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #bfbdbd;
}
.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #bfbdbd inset;
}
.rdw-option-active {
  box-shadow: 1px 1px 0px #bfbdbd inset;
}
.rdw-option-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-dropdown-wrapper {
  height: 30px;
  background: white;
  cursor: pointer;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white;
}
.rdw-dropdown-wrapper:focus {
  outline: none;
}
.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #bfbdbd;
  background-color: #ffffff;
}
.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #bfbdbd inset;
}
.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #f1f1f1;
  width: 98%;
  background: white;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll;
}
.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #bfbdbd;
  background-color: #ffffff;
}

.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdownoption-highlighted {
  background: #f1f1f1;
}
.rdw-dropdownoption-active {
  background: #f5f5f5;
}
.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-inline-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.rdw-inline-dropdown {
  width: 50px;
}
.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.rdw-block-dropdown {
  width: 110px;
}

.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.rdw-fontsize-dropdown {
  min-width: 40px;
}
.rdw-fontsize-option {
  display: flex;
  justify-content: center;
}

.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.rdw-fontfamily-dropdown {
  width: 115px;
}
.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rdw-fontfamily-optionwrapper {
  width: 140px;
}

.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.rdw-list-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-right-aligned-block {
  text-align: right;
}
.rdw-left-aligned-block {
  text-align: left !important;
}
.rdw-center-aligned-block {
  text-align: center !important;
}
.rdw-justify-aligned-block {
  text-align: justify !important;
}
.rdw-right-aligned-block > div {
  display: inline-block;
}
.rdw-left-aligned-block > div {
  display: inline-block;
}
.rdw-center-aligned-block > div {
  display: inline-block;
}
.rdw-justify-aligned-block > div {
  display: inline-block;
}

.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap;
}
.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #f1f1f1;
  padding: 15px;
  border-radius: 5px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #bfbdbd;
}
.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px;
}
.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px;
}
.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7;
}
.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll;
}
.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #f1f1f1;
}
.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #bfbdbd inset;
}
.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #bfbdbd;
}
.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #bfbdbd;
}
.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #bfbdbd;
}

.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap;
}
.rdw-link-dropdown {
  width: 50px;
}
.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-link-dropdownPlaceholder {
  margin-left: 8px;
}
.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 255px;
  border: 1px solid #f1f1f1;
  padding: 15px;
  border-radius: 5px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #bfbdbd;
}
.rdw-link-modal-label {
  font-size: 15px;
}
.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px;
}
.rdw-link-modal-input:focus {
  outline: none;
}
.rdw-link-modal-buttonsection {
  margin: 0 auto;
}
.rdw-link-modal-target-option {
  margin-bottom: 20px;
}
.rdw-link-modal-target-option > span {
  margin-left: 5px;
}
.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #bfbdbd;
}
.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #bfbdbd inset;
}
.rdw-link-modal-btn:focus {
  outline: none !important;
}
.rdw-link-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}

.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap;
}
.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #f1f1f1;
  padding: 15px;
  border-radius: 5px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #bfbdbd;
}
.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex;
}
.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6eb8d4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column;
}
.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center;
}
.rdw-embedded-modal-link-input:focus {
  outline: none;
}
.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center;
}
.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #bfbdbd;
}
.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #bfbdbd inset;
}
.rdw-embedded-modal-btn:focus {
  outline: none !important;
}
.rdw-embedded-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  font-size: 12px;
}
.rdw-embedded-modal-size-input:focus {
  outline: none;
}

.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap;
}
.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #f1f1f1;
  padding: 15px;
  border-radius: 5px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #bfbdbd;
}
.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.rdw-spinner .rdw-bounce1 {
  animation-delay: -0.32s;
}
.rdw-spinner .rdw-bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap;
}
.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #f1f1f1;
  padding: 15px;
  border-radius: 5px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #bfbdbd;
}
.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex;
}
.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}
.rdw-image-modal-header-label-highlighted {
  background: #6eb8d4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-image-modal-upload-option {
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
  padding: 9px 0;
}
.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7;
}
.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.rdw-image-modal-upload-option-label span {
  padding: 0 20px;
}
.rdw-image-modal-upload-option-image-preview {
  max-width: 100%;
  max-height: 200px;
}
.rdw-image-modal-upload-option-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.rdw-image-modal-url-section {
  display: flex;
  align-items: center;
}
.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-image-modal-btn-section {
  margin: 10px auto 0;
}
.rdw-image-modal-url-input:focus {
  outline: none;
}
.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #bfbdbd;
}
.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #bfbdbd inset;
}
.rdw-image-modal-btn:focus {
  outline: none !important;
}
.rdw-image-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  font-size: 12px;
  margin-left: 5px;
}
.rdw-image-modal-alt-input:focus {
  outline: none;
}
.rdw-image-modal-alt-lbl {
  font-size: 12px;
}
.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  font-size: 12px;
}
.rdw-image-modal-size-input:focus {
  outline: none;
}
.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px;
}

.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap;
}

.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}

.rdw-link-decorator-wrapper {
  position: relative;
}
.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white;
}

.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 5px;
}

.rdw-suggestion-wrapper {
  position: relative;
}
.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #f1f1f1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100;
}
.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.rdw-suggestion-option-active {
  background-color: #f1f1f1;
}

.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 5px;
}

.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  width: 105px;
  cursor: pointer;
  z-index: 100;
}
.rdw-alignment-option-left {
  justify-content: flex-start;
}
.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px;
}
.rdw-image-alignment {
  position: relative;
}
.rdw-image-imagewrapper {
  position: relative;
}
.rdw-image-center {
  display: flex;
  justify-content: center;
}
.rdw-image-left {
  display: flex;
}
.rdw-image-right {
  display: flex;
  justify-content: flex-end;
}
.rdw-image-alignment-options-popup-right {
  right: 0;
}

.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  -webkit-user-select: none;
          user-select: none;
}
.public-DraftStyleDefault-block {
  margin: 1em 0;
}
.rdw-editor-wrapper:focus {
  outline: none;
}
.rdw-editor-wrapper {
  box-sizing: content-box;
  border: 1px solid #ddd;
}
.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px;
}
.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px;
}
/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer,
.DraftEditor-root,
.public-DraftEditor-content {
  height: inherit;
  text-align: left;
  text-align: initial;
}
.public-DraftEditor-content[contenteditable="true"] {
  -webkit-user-modify: read-write-plaintext-only;
}
.DraftEditor-root {
  position: relative;
}
.DraftEditor-editorContainer {
  background-color: rgba(255, 255, 255, 0);
  border-left: 0.1px solid transparent;
  position: relative;
  z-index: 1;
}
.public-DraftEditor-block {
  position: relative;
}
.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left;
}
.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left;
}
.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center;
}
.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right;
}
.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right;
}
.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0;
}
.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9;
}
.DraftEditorPlaceholder-hidden {
  display: none;
}
.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap;
}
.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left;
}
.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right;
}
.public-DraftStyleDefault-listLTR {
  direction: ltr;
}
.public-DraftStyleDefault-listRTL {
  direction: rtl;
}
.public-DraftStyleDefault-ol,
.public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding: 0;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em;
}
.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle;
}
.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px;
}
.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) ". ";
  counter-increment: ol1;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) ". ";
  counter-increment: ol2;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) ". ";
  counter-increment: ol4;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* Custom styles for Quill Editor in Blog */

/* Make the editor container responsive */
.ql-container {
  font-family: inherit;
  font-size: 14px;
  min-height: 300px;
}

/* Style the toolbar */
.ql-toolbar {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}

.ql-container {
  background-color: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

/* Ensure images are responsive */
.ql-editor img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
}

/* Style the editor content area */
.ql-editor {
  min-height: 300px;
  padding: 15px;
}

/* Placeholder text */
.ql-editor.ql-blank::before {
  color: #999;
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* Image tooltip */
.ql-snow .ql-tooltip {
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #444;
  padding: 10px 15px;
  white-space: nowrap;
  z-index: 9999;
}

.ql-snow .ql-tooltip input[type=text] {
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 5px;
  width: 300px;
}

/* Ensure proper spacing */
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

/* Active button styles */
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
.dash-heading h1 {
  font-size: 24px;
  font-weight: 600;
  color: #284469;
}

.calendarPlace {
  background: #fff;
  width: -webkit-fit-content;
  width: fit-content;
  float: right;
  padding: 5px;
  padding-right: 9px;
  box-shadow: 0 0 9px #00000017;
  border-radius: 5px;
}

.calendarPlace span {
  font-size: 16px;
  color: #284469;
  font-weight: 600;
  display: block;
  letter-spacing: 0.5px;
}

.calendarPlace small {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #999;
  margin: 0px 0 0 1px;
}

.margin23-15 {
  margin: 0 24px 0 7px;
}

.calendarPlace i {
  font-size: 20px;
  color: #999;
}

.dashCard {
  box-shadow: 0 0 9px #00000017;
  background-color: #fff;
  border-radius: 7px;
  margin: 14px 0;
}

.dashCardHeader {
  padding: 18px;
  background-image: linear-gradient(white, #f5f7fb);
  border-radius: 7px 7px 0px 0px;
}

.dashCardHeader h3 {
  font-size: 17px;
  font-weight: 600;
  color: #284469;
}

.dashCardHeader label {
  margin-bottom: 0;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  align-self: center;
  margin-right: 9px;
}

.dashCardHeader select {
  border: none;
  outline: none;
  color: #444;
  font-weight: 300;
  font-size: 15px;
  align-self: center;
  margin: 10px 0;
  padding: 7px 7px;
  width: 180px;
  background: #fff;
  border: 1px solid #dddddde6;
  border-radius: 3px;
  font-family: "DM Sans";
  letter-spacing: 0.5px;
}

.dashCardHeader button {
  border: 1px solid #ccc;
  background: none;
  border-radius: 5px;
  font-size: 14.5px;
  font-weight: 500;
  color: #666;
  padding: 0;
  height: 33px;
  line-height: 33px;
  width: 90px;
  margin: 0 0 0;
}

.forumsDataSpe {
  border-top: 1px solid #eee;
  padding: 7px 12px;
}

.forumsDataSpe:first-child {
  border-top: none;
}

.forumsDataSpe h4 {
  font-size: 15px;
  color: #284469;
}

.forumsDataSpe p {
  font-size: 14px;
  color: #999;
}

.chartData {
  padding: 0 14px;
}

.chartData img {
  width: 100%;
}

.activeUser {
  background: #f7f7f7;
  padding: 7px 9px;
  padding-left: 5px;
  border-radius: 7px;
  margin: 9px;
  font-size: 15px;
  font-weight: 500;
}

.activeUser img {
  margin-right: 7px;
}

.totalReg {
  background: #f7f7f7;
  padding: 7px 9px;
  padding-left: 5px;
  border-radius: 7px;
  margin: 9px;
  font-size: 15px;
  font-weight: 500;
}

.totalReg img {
  margin-right: 7px;
}

.f-reportBox {
  padding: 15px;
}

.f-reportBox img {
  margin-right: 15px;
}

h4.f-reportBoxHead {
  font-size: 17px;
  font-weight: 600;
  color: #284469;
}

.f-reportBox p {
  color: #999;
  font-size: 14px;
}

.f-reportBox h5 {
  font-weight: 600;
  font-size: 24px;
  color: #000;
}

.dash-data.superA {
  padding: 19px 20px 12px 30px;
}

.viewtable {
  background: #fedcdc;
  border: 1px solid #eb425929;
  width: 115px;
  height: 43px;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #eb4259;
  box-shadow: 0 0 9px #0000000f;
  transition: 0.3s;
  display: none;
}

.viewtable:hover {
  background: transparent;
  border: 1px solid #eb4259;
}

/* .react-datepicker-popper {
  transform: none !important;
} */

/* .datepickers {
  position: relative;
}

.datepickersStart {
  position: absolute;
  top: 27px;
  left: 59px;
  z-index: 9;
}

.datepickers .react-datepicker__input-container input {
  outline: none;
  border: none;
  background: transparent;
  box-shadow: none;
} */

.dashChart {
  max-width: 100%;
  position: relative;
  padding: 0px 11px;
  padding-bottom: 24px;
  height: 230px;
  overflow: hidden;
}
.recharts-wrapper {
  width: 100% !important;
  /* height: 100% !important; */
  position: relative;
  left: -3px;
}
.recharts-wrapper.bargrapg {
  height: 100% !important;
}
/* .recharts-wrapper {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  left: -3px;
} */

/* .recharts-wrapper {
  overflow: auto;
  overflow-y: hidden;
} */

.resultBox .recharts-wrapper {
  overflow: hidden;
  overflow-y: hidden;
  top: -13px;
}

.recharts-wrapper::-webkit-scrollbar {
  height: 5px;
  background-color: #f3f7fb;
  border-radius: 100%;
}

.recharts-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(40, 68, 105, 0.2);
  background-color: rgba(40, 68, 105, 0.2);
}

.recharts-wrapper::-webkit-scrollbar-thumb {
  background-color: #777777;
  border-radius: 7px;
}

.recharts-wrapper svg {
  width: 100%;
  height: auto;
}

.recharts-wrapper li svg {
  max-width: 10px;
}

tspan {
  font-size: 20px;
}

.dashChart img {
  width: 100%;
}

/* .dashChart::after {
  content: "Under Progress";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d9d9d93d;
  color: #284469;
  text-align: center;
  font-size: 29px;
  padding: 5px;
  font-weight: 500;
  cursor: not-allowed;
  border-radius: 0px 0px 9px 9px;
} */

/* skeleton.css */
.skeleton {
    background-color: #e0e0e0;
    border-radius: 4px;
    animation: shimmer 1.5s infinite linear;
  }
  
  .skeleton-row td {
    padding: 10px;
  }
  
  .skeleton-text {
    width: 100%;
    height: 20px;
  }
  
  .skeleton-button {
    width: 50px;
    height: 20px;
  }
  
  @keyframes shimmer {
    0% { background-position: -1000px 0; }
    100% { background-position: 1000px 0; }
  }
  
.chapterName {
  padding: 0;
  margin-top: 0px;
}

/* //abhishek */
.sticky-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* or set top: 70px if you have a navbar */
  z-index: 10;
  /* optional if overlapping */
}

/* //end css */
.chapterName h1 {
  font-size: 20px;
  font-weight: 600;
  color: #2f4366;
  margin-bottom: 22px;
  text-transform: capitalize;
}

.chapterBox {
  box-shadow: 0 0 9px #00000017;
  background-color: #fff;
  border-radius: 9px;
  padding: 15px 19px;
  margin: 9px 0;
}

.UnitAdmint .chapterBox {
  padding: 11px 12px;
  margin: 0px 0;
}

.chapterAccordion input[type="radio"]:checked {
  display: none;
}

.chapterBox h5 {
  color: #6dafb6;
  font-size: 20px;
}

.chapterName .back {
  border: 1px solid #eee;
  background: #fff;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  float: left;
  margin-right: 12px;
  width: 100px;
  height: 45px;
  line-height: 2;
  margin-top: -7px;
}

.dash- .chapterBox h5 {
  font-size: 15px;
}

.chapterBox.oneB h5 {
  color: #2251a9;
}

.chapterBox.towB h5 {
  color: #fab52c;
}

.spaceX {
  padding: 12px 0 0 0;
}

.chapterBox h5 img {
  width: auto;
  max-width: 40px;
  margin-right: 5px;
}

.chapterBox h4 {
  color: #284566;
  font-size: 16px;
  font-weight: 600;
}

.chapterBox p {
  font-size: 14px;
  color: #284469;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 2px;
  margin-bottom: 0px;
}

.dash- .chapterBox p {
  font: 13px;
}

.chapterOverview {
  box-shadow: 0 0 9px #00000017;
  background-color: #fff;
  border-radius: 9px;
  padding: 23px 21px;
  margin: 14px 0;
  margin-top: 0;
}

.chapterOverview h3 {
  color: #284566;
  font-size: 18px;
  line-height: 1.4;
}

.chapterOverview p {
  color: #284566d9;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 27px;
}

.chapteAction {
  padding-right: 17px;
  margin-bottom: 7px;
  margin-top: 0;
  /* display: flex; */
}

.coursesContent {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  /* header height */
  height: calc(100vh - 80px);
  z-index: 5;
}

.coursesContent {
  box-shadow: 0 0 9px #00000014;
  background-color: #fff;
  border-radius: 9px;
  padding: 0;
  margin: 0;
  margin-right: 0;
}

.coursesContentInner h5.semHead {
  color: #de5059;
  font-size: 14px;
  font-weight: 500;
  padding: 23px 17px 15px;
}

/* .coursesContentInner {
  position: sticky;
  top: 90px;
  height: fit-content;
} */

.coursesContent h3 {
  color: #284566;
  font-size: 21px;
  font-weight: 600;
  padding: 5px 19px;
  margin-bottom: 15px;
}

.chpOver {
  max-width: -webkit-fit-content;
  max-width: fit-content;
}

.chapterContent {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  z-index: 9;
}

.chpOver div {
  margin: 9px 15px;
  color: #6db0b787;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 12px;
}

.chpOver div i {
  margin-right: 3px;
}

.chapterBox.videoMaterial {
  margin-right: 0;
}

.chapterOverview h4 {
  font-size: 20px;
  color: #de5059;
  /* text-transform: uppercase; */
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 9px;
}

.chapterAccordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.chapterAccordion .tab {
  width: 100%;
  margin: 0px 0;
  background: #f5f7fb;
  border-top: 1px solid #eee;
}

.chapterAccordion .tab-label {
  display: flex;
  justify-content: space-between;
  background: #6db0b700;
  font-weight: bold;
  cursor: pointer;
  padding: 9px 19px;
  position: relative;
  color: #284566;
  font-size: 17px;
  margin-bottom: 0;
}

/* .chapterAccordion .tab {
  border-bottom: 1px solid #2845661a;
} */
.chapterAccordion .tab:last-child {
  border-bottom: none;
}

.accInfo svg {
  width: 21px;
  fill: #284566;
  margin-right: 5px;
  margin-left: 17px;
}

.chapterAccordion .tab-label:hover {
  background: #eaedf8;
}

.chapterAccordion .tab-label::after {
  content: "❯";
  width: 14px;
  height: 14px;
  text-align: center;
  transition: all 0.35s;
  position: absolute;
  right: 15px;
  top: 19px;
  transform: translateY(-50%);
  background: #c6c9ca;
  color: #272727;
  font-size: 9px;
  border-radius: 50px;
  line-height: 15px;
}

/* .accName small {
  position: absolute;
  top: 47px;
  left: auto;
  background: #284469;
  border: 1px solid #284469;
  padding: 4px 11px;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 400;
  color: #fff;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: 195px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: transform 0.4s;
  z-index: 9;
  box-shadow: 0 0 9px #0000001a;
  border-radius: 3px;
  white-space: break-spaces;
} */

.accName h4 {
  font-size: 20px;
  color: #284566;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0px 0;
  margin-bottom: 2px;
}

.accName p {
  font-size: 13px;
  font-weight: 500;
  color: #284566;
  margin: 0px 0 0;
  text-transform: capitalize;
  max-width: 260px;
}

.accInfo {
  color: #284566;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  right: 38px;
}

.chapterAccordion .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
  overflow: hidden;
}

.chapterAccordion input:checked+.tab-label {
  background: #eaedf8;
}

.chapterAccordion input:checked+.tab-label::after {
  transform: rotate(90deg);
  top: 18%;
  background: #284567;
  color: #fff;
  font-size: 9px;
}

.chapterAccordion input:checked~.tab-content {
  max-height: -webkit-fit-content;
  max-height: fit-content;
  /* padding: 5px 15px; */
}

.chapterAccordion input {
  display: none !important;
}

.chapterAccordion .tab-content p {
  position: relative;
  min-height: 50px;
  padding: 0 34px;
  font-weight: 500;
  color: #284566;
  margin: 0px;
}

.chapterAccordion .tab-content div.pending {
  position: relative;
  color: #f37925;
  padding: 0 0px;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.weekContent span {
  color: #999;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  font-size: 14px;
  text-align: center;
  position: relative;
  width: 85%;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  height: 5px;
}

.weekContent span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #eaedf8;
  left: 0;
  top: 11px;
}

.weekContent span small {
  background: #eaedf8;
  position: relative;
  z-index: 9;
  padding: 0px 11px;
  text-transform: capitalize;
  font-size: 11px;
  border-radius: 50px;
  color: #284567;
}

.chapterAccordion .tab-content div.pending::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 23px;
  height: 23px;
  border-radius: 50px;
  z-index: 99;
  left: -1px;
  border: 3px solid #f6b62e;
  top: 2px;
}

.chapterAccordion .tab-content div.completed::before {
  content: "✔";
  position: absolute;
  background: #fff;
  width: 23px;
  height: 23px;
  border-radius: 50px;
  z-index: 99;
  left: -1px;
  border: 3px solid #37b363;
  top: 2px;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  color: #37b363;
}

.chapterAccordion .tab-content div.indTopic.completed::before {
  left: -2px;
}

.chapterAccordion .tab-content .weekContent div.pending::before {
  left: -2px;
}

.chapterAccordion .tab-content .completed::after {
  background: #ffffff;
  content: "";
  color: #fff;
  font-size: 13px;
  text-align: center;
  width: 5px;
  height: -webkit-fill-available;
  height: 100%;
  border: 0px solid #37b363;
  position: absolute;
  border-radius: 50px;
  left: 8px;
  top: 17px;
  z-index: 9;
}

.chapterAccordion .indTopic::after {
  background: #eaedf8;
  content: "";
  color: #fff;
  font-size: 13px;
  text-align: center;
  width: 5px;
  height: -webkit-fill-available;
  height: 100%;
  border: none;
  position: absolute;
  border-radius: 50px;
  left: 6px;
  top: 21px;
  z-index: 99;
}

.chapterAccordion .tab-content .completed::after {
  background: #ffffff;
  content: "";
  color: #fff;
  font-size: 13px;
  text-align: center;
  width: 5px;
  height: -webkit-fill-available;
  height: 100%;
  border: 0px solid #37b363;
  position: absolute;
  border-radius: 50px;
  left: 8px;
  top: 17px;
  z-index: 9;
}

.chapterAccordion .tab-content .indTopic.completed::after {
  background: #37b363;
  content: "";
  color: #fff;
  font-size: 13px;
  text-align: center;
  width: 5px;
  height: -webkit-fill-available;
  height: 100%;
  border: none;
  position: absolute;
  border-radius: 50px;
  left: 6px;
  top: 21px;
  z-index: 80;
}

.chapterAccordion .tab-content div.pending::after {
  content: "";
  position: absolute;
  width: 5px;
  border: 0px solid #f6b62e;
  background: #f6b62e;
  left: 8px;
  top: 18px;
  height: -webkit-fill-available;
  height: 100%;
  z-index: 11;
}

.chapterAccordion .tab-content .weekContent div.pending::after {
  left: 6px;
}

.notTouched {
  position: relative;
}

.notTouched::before {
  background: #ffffff;
  content: "";
  color: #37b363;
  font-size: 13px;
  text-align: center;
  width: 19px;
  height: 19px;
  border: 3px solid #eaedf8;
  position: absolute;
  border-radius: 50px;
  left: -1px;
  line-height: 15px;
  font-size: 9px;
  top: 0;
  z-index: 9;
}

.chapterAccordion .tab-content div.completed::after {
  background: #37b363;
}

span.completed {
  background: #4fbc7c;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 7px;
  border-radius: 100px;
  margin-left: 21px;
  position: relative;
  top: -3px;
  letter-spacing: 1px;
}

.indTopic {
  margin: 0px 0;
  position: relative;
  min-height: 49px;
}

.coursesContent .nav {
  margin-top: 9px;
}

/* .indTopic:hover {
  background: #f9f9f9;
} */

/* .indTopic:last-child {
  min-height: 100px;
} */

.weekContent {
  padding: 9px 2px;
  cursor: pointer;
  position: relative;
}

.weekContent:last-child {
  /* border-bottom: 1px solid #eeeeeeb0; */
  padding-bottom: 0px;
  margin-bottom: 0;
}

.weekContent h5 {
  font-size: 14px;
  color: #304b71;
  font-weight: 400;
  padding: 0 30px;
  position: relative;
  top: 0px;
  display: flex;
}

.weekContent .active h5 {
  font-weight: 600;
}

.weekContent h5 small {
  margin-right: 0px;
  font-size: inherit;
  min-width: 25px;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.3px;
  padding-top: 3px;
  transition: 0s;
}

.weekContent h5.adminProg small {
  padding-top: 0px;
}

.weekContent .active h5 small {
  font-weight: 500;
}

.weekContent h5 small:first-child {
  max-width: 30px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  margin-right: 4px;
  align-self: center;
}

.weekContent h6 {
  font-size: 12px;
  color: #999;
  letter-spacing: 0.5px;
  margin: 0;
  margin-top: 5px;
  /* margin-left: 17px; */
  font-weight: 300;
  text-transform: capitalize;
  padding: 0 35px;
  /* font-style: italic; */
  position: relative;
}

/* .weekContent h6::before {
  content: "";
  border-bottom: 1px solid #f5f7fb;
  width: 100%;
  height: 1px;
  background: #f5f7fb;
  position: absolute;
  top: 27px;
} */

.labelAdvanced {
  min-height: 1px;
  width: 100%;
  display: block;
  position: relative;
  top: -3px;
}

.seq strong {
  font-weight: 700;
  font-size: inherit;
  margin: 0 2px;
}

.weekContent .active h6 {
  font-weight: 500;
}

.chapterAccordion .nav-link.active::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  background: #f5f7fb;
  height: 100%;
  width: 100%;
}

.weekContent .nav-link {
  display: block;
  padding: 0;
  margin: 6px 0;
  background: transparent;
  border: none;
  text-align: left;
}

.weekContent h6 svg {
  width: 17px;
  height: auto;
  margin-right: 5px;
  fill: #333;
  transform: rotate(2deg);
  position: relative;
  top: -1px;
}

.weekContent h6 small {
  margin-right: 12px;
  font-size: 12px;
  font-weight: inherit;
  letter-spacing: 0.5px;
}

/* .chapterAccordion .weekContent ul li h6::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #f3f3f3;
  position: absolute;
  top: 24px;
  left: 38px;
  z-index: 99;
  display: block;
}

.chapterAccordion .weekContent ul li:last-child h6::before {
  background: transparent;
} */

.UnitTitle label {
  font-weight: 500;
  color: #f2e52c;
  position: absolute;
  min-width: -moz-fit-content;
  /* min-width: fit-content; */
  letter-spacing: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  top: -6px;
  max-width: 100px;
}

/* .subUnit.pending span {
  color: #777;
  padding: 0px 29px;
} */

.indTopic::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0px;
  /* opacity: 0; */
  background: #ffffff;
  width: 23px;
  height: 23px;
  /* line-height: 17px; */
  z-index: 99;
  border: 4px solid #eaedf8;
  border-radius: 50px;
  font-size: 10px;
  text-align: center;
  font-weight: 600;
  color: #f48031;
  /* box-shadow: 0 0 9px #00000029; */
}

.indTopic.completed::before {
  content: "✔";
  border: 3px solid #37b363;
  border-radius: 50px;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  color: #37b363;
}

.indTopic:hover::before {
  opacity: 1;
}

.placee {
  position: relative;
  min-height: 45px;
  display: block;
  line-height: 19px;
  font-size: 15px;
  font-weight: 400;
  color: #284469;
  padding: 4px 35px 15px;
}

.placee::before {
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: -1px;
  border: none;
  box-shadow: none;
  z-index: 222;
  border: 4px solid #eaedf8;
  /* z-index: -1; */
}

.pending .placee::before {
  border: 4px solid #f6b62e;
}

.completed .placee::before {
  content: "✔";
  border: 3px solid #37b363;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  color: #37b363;
}

.placee::after {
  content: "";
  width: 5px;
  height: -webkit-fill-available;
  height: 100%;
  min-height: 75px;
  border-radius: 50px;
  background: #eaedf8;
  position: absolute;
  top: 18px;
  left: 8px;
  border: none;
}

.placee:last-child::after {
  content: "";
  height: -webkit-fill-available;
  height: 100%;
  min-height: auto;
}

.placee.completed::after {
  border: 3px solid #37b363;
}

.subUnit {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  padding: 0px 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

/* .indTopic:hover h6 {
  color: #f48031;
} */

.indTopic.completed h6 {
  color: #37b363;
}

.indTopic.completed h6 svg {
  fill: #37b363;
}

/* .indTopic:hover h5 {
  color: #f48031;
} */

.indTopic.completed h5 {
  color: #37b363;
}

.chapteAction button {
  width: 100%;
  height: 41px;
  border-radius: 5px;
  box-shadow: 0 0 9px #eee;
  padding: 0 2px;
  outline: none;
  transition: 0.3s;
  margin-right: 0;
  font-size: 14px;
  margin-bottom: 11px;
  transition: 0.4s all ease-out;
  position: relative;
}

.chapteAction button:hover {
  background-color: #fff;
  border: 1px solid inherit;
  color: inherit;
}

.chapteAction button svg {
  width: 20px;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.chapteAction button:hover svg {
  fill: #444;
}

.chapteAction button:hover svg path {
  fill: #444;
}

.chapteAction .no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 9px;
}

.videoInfo .chapteAction {
  align-self: center;
}

.videoInfo .chapteAction button {
  width: 145px;
  height: 38px;
  border-radius: 5px;
  padding: 0 0;
  margin-left: 0;
  font-weight: 500;
  font-size: 13px;
  position: relative;
  left: 23px;
  top: 15px;
}

.chapteAction .button1 {
  background: #e72e4b;
  color: #fff;
  border: 1px solid #e72e4b;
}

.chapteAction .col-padd {
  padding-right: 0;
  padding-left: 9px;
}

.chapteAction .col-padd:first-child {
  padding-left: 15px;
}

.chapteAction .button2 {
  background: #6aafb5;
  color: #fff;
  border: 1px solid #6aafb5;
}

.chapteAction .button3 {
  background: #284567;
  color: #fff;
  border: 1px solid #284567;
}

.chapteAction .button4 {
  background: #4fbc7c;
  color: #fff;
  border: 1px solid #4fbc7c;
}

.modalPopup0 {
  box-shadow: 0 0 19px #0000000d;
  margin-top: 2px;
  border-radius: 9px;
  overflow: hidden;
  margin-right: 10px;
}

.quizAssess h3 {
  color: #253e68;
  font-size: 21px;
  font-weight: 600;
}

.quizAssess p {
  color: #999;
  font-size: 14px;
  letter-spacing: 0.5px;
  word-spacing: 2px;
  margin: 7px 0;
}

.totalQuiz {
  align-self: end;
}

.totalQuiz h5 {
  color: #333;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.quizAssess {
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
  margin-bottom: 35px;
}

.quiestionbar h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 12px;
}

.quiestionbar .d-flex div {
  width: 49%;
  background: #f1f1f1;
  margin: 9px 0;
  text-align: center;
  padding: 9px;
}

.quizH2 {
  color: #253e68;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 9px;
}

.quizAss {
  padding: 31px 17px;
  height: 515px;
  position: relative;
  background: #fff;
}

.quizAss h5 {
  font-size: 17px;
  font-weight: 500;
}

.quizAss h4 {
  font-size: 19px;
  color: #284469;
  font-weight: 600;
  margin: 12px 0;
  margin-bottom: 59px;
}

.AnsList {
  display: block;
}

.AnsList span {
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 50%;
  background: #f5f7fb;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 7px 11px;
  margin: 9px 0;
  display: block;
  position: relative;
  opacity: 0.6;
}

.AnsList span.active {
  opacity: 1;
}

.AnsList span.active::after {
  content: "✔";
  position: absolute;
  right: 15px;
  font-size: 21px;
  top: 3px;
  font-weight: 600;
  color: #37b363;
}

.assessPosition {
  position: absolute;
  bottom: 25px;
}

.assessPosition .cancel {
  background: transparent;
  border: 1px solid #999;
  font-size: 15px;
  font-weight: 400;
  color: #777;
  width: 100px;
  height: 41px;
  border-radius: 3px;
  margin-right: 31px;
}

.assessPosition .next {
  background: #e83952;
  border: 1px solid #e83952;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  width: 100px;
  height: 41px;
  border-radius: 3px;
  margin-right: 31px;
}

.videoInfo {
  padding: 17px;
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.videoInfo h3 {
  font-size: 19px;
  font-weight: 600;
  color: #284566;
}

.videoInfo .infoCont {
  color: #999;
  margin: 7px 0;
  text-transform: capitalize;
  font-size: 14px;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: -10px;
}

.videoInfo .infoCont span {
  position: relative;
}

.videoInfo .infoCont span strong {
  margin-right: 7px;
  border-right: 2px solid #ddd;
  padding-right: 7px;
  margin-bottom: 7px;
  font-weight: 400;
  color: #284469;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 140px;
  display: block;
}

.videoInfo .infoCont span:last-child strong {
  border-right: none;
}

.videoInfo .infoCont span small {
  position: absolute;
  top: 27px;
  left: 0;
  background: #284469;
  color: #fff;
  padding: 5px 12px;
  border-radius: 2px;
  box-shadow: 0 2px 9px #00000017;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s;
  transform: translateY(10px);
  z-index: 999;
}

.videoInfo .infoCont span small::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #284469;
  position: absolute;
  top: -14px;
  left: 14px;
}

.videoInfo .infoCont span:hover small {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.videoInfo .infoCont span:last-child {
  margin-right: 0px;
  border-right: none;
}

/* .videoSec {
  height: 100vh;
} */

.react-pdf__Page__canvas {
  width: 100% !important;
  height: -webkit-fit-content !important;
  height: fit-content !important;
}

.videoBox .react-player {
  height: 515px !important;
}

.audio .videoBox .react-player {
  padding: 0 18px;
  background: white !important;
  background-image: url(/static/media/musicTemp.f76cf2b6390ca3f54936.jpg) !important;
  border-bottom: 1px solid #eee;
  height: -webkit-fit-content !important;
  height: fit-content !important;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.audio .videoBox .react-player video {
  position: relative;
  top: -57px;
}

.videoBox iframe {
  width: 100%;
  min-height: 100vh;
  background: #fff;
  border: none;
  /* box-shadow: 0 0 9px #000; */
  /* max-width: 90%; */
  /* margin-left: 5%; */
  /* margin-top: 63px; */
}

.modalPopup0 .videoSec .videoBox {
  background: #fff;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
}

.modalPopup0 .videoSec .videoBox.forPDF .readingInfo::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #f8f9fa;
  z-index: 99;
}

/* .readingPdf {
  position: relative;
  top: -5px;
} */

.readingPdf::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 6px;
  height: 100%;
  background: #f8f9fa;
  z-index: 1;
}

.readingPdf::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 5px;
  width: 5px;
  height: 100%;
  background: #f8f9fa;
  z-index: 1;
}

#content::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  width: 22px;
  height: 100%;
  background: white;
  z-index: 99;
}

/* .modalPopup0 .videoSec .videoBox img {
  display: block;
  width: 100%;
  height: 100%;
} */

.unitWrap {
  position: -webkit-sticky;
  position: sticky;
  /* top: 90px;
  padding-top: 7px; */
}

.uu {
  position: relative;
  padding: 0 5px;
}

.hoverUnit {
  position: absolute;
  top: -2px;
  left: 30px;
  background: #284469;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 9px 3px 9px;
  border-radius: 2px;
  box-shadow: 0 0 9px #0000001c;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s;
  transform: translateX(10px);
}

.uu:hover .hoverUnit {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.seq {
  max-width: 53px;
  width: -webkit-fit-content;
  width: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-right: 3px;
  position: relative;
  top: 3px;
  font-style: normal;
}

/* .seq.min {
  min-width: 20px;
} */
.chapterAccordion {
  margin-bottom: 5.5rem !important;
  /* height: 450px; */
  overflow: hidden;
  overflow-y: auto;
}

/* .chapterAccordion {
  height: 400px;
  overflow: auto;
} */

.scrollable-element {
  scrollbar-color: red yellow;
  /* red is for the thumb and yellow is for the track */
}

.accordion {
  font-size: 1rem;
  /* width: 30vw; */
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 1.5em 1.5em;
  background: #3f51b5;
  color: white;
  cursor: pointer;
  font-size: 0.7em;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  text-transform: uppercase;
}

.accordion__item {
  border-bottom: 1px solid #3a4ba4;
}

.accordion__item .accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-header:hover {
  background: #2d3d99;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #fcfcfc;
  color: #353535;
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-size: 0.85em;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child>.accordion__item>.accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item>.accordion-header:after {
  content: "\f3d0";
  font-family: IonIcons;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: 0.3s all;
  transform: rotate(0deg);
}

.accordion__item.active>.accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #2d3d99;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: #353535;
}

.prevU {
  height: 55px;
  overflow: hidden;
  margin: 0 0 !important;
  background-color: #f5f7fb;
}

.chapterAccordion::-webkit-scrollbar {
  width: 5px;
  background-color: #ccc;
}

.chapterAccordion::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 100px;
}

.chapterAccordion::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: none;
  border-radius: 100px;
}

.chapterOverview ul {
  list-style-type: square;
  padding: 0 20px;
}

.placee .fa-angle-right {
  position: absolute;
  right: 0;
  font-size: 17px;
}

.placee .fa-angle-down {
  position: absolute;
  right: 0;
  font-size: 17px;
}

.chapterAccordion .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: transparent;
  font-weight: 600;
  position: relative;
  padding: 0px 0;
  border-radius: 9px;
  height: -webkit-fit-content;
  height: fit-content;
}

.nav-item {
  display: block;
  width: 100%;
  margin-right: 23px;
}

.pdfOnDesk {
  display: block;
}

.pdfOnMob {
  display: none;
}

@media screen and (max-width: 1199px) {
  .chapteAction button {
    padding: 0 7px;
    font-size: 12px;
    margin-left: 7px;
  }

  .accName h4 {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .chapteAction .col-padd {
    padding-left: 15px;
    padding-right: 15px;
  }

  .chapteAction .button1 {
    margin-top: 10px;
    margin-bottom: 15px;
    left: 0 !important;
  }

  .chapteAction .col-padd:first-child {
    margin-left: 0;
  }

  .chapterName h1 {
    margin-bottom: 5px;
    margin-top: 30px;
  }

  .pdfOnMob {
    display: block;
    min-height: 140px;
    position: relative;
  }

  .pdfOnMob {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }

  .pdfOnMob a {
    background: #284469;
    color: #fff;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.15);
    text-decoration: none;
  }

  .pdfOnDesk {
    display: none;
  }

  .flToggle {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .chapterName h1 {
    font-size: 20px;
  }

  .videoInfo h3 {
    font-size: 18px;
    margin-bottom: 9px;
  }

  .videoInfo .infoCont {
    flex-wrap: wrap;
    font-size: 16px;
    margin-top: 10px;
  }

  .videoInfo .infoCont span {
    width: 50%;
  }

  .videoInfo .infoCont span strong {
    line-height: 20px;
    overflow: hidden;
  }

  .videoInfo .infoCont span strong {
    border-right: none;
    margin-bottom: 3px;
  }

  /* .modalPopup0 .videoSec .videoBox {
    margin-top: 17px;
  } */
}

@media screen and (max-width: 767px) {
  .chapteAction button {
    height: 35px;
    border-radius: 2px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-device-width: 1536px) and (max-device-width: 2048px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .pdfOnMob {
    display: block;
    min-height: 140px;
    position: relative;
  }

  .pdfOnMob a {
    display: block;
    width: -webkit-fit-content;
    width: fit-content;
    background: #284469;
    color: #fff;
    padding: 0 40px;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 500;
    height: 53px;
    line-height: 53px;
    border-radius: 5px;
    box-shadow: 0 5px 11px #00000021;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    outline: none;
  }

  .pdfOnDesk {
    display: none;
  }

  .flToggle {
    display: none;
  }
}

.coursesContent {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  /* adjust based on header height */
  /* height: calc(100vh - 80px); */
  overflow-y: auto;
  z-index: 5;
}

/* Parent container */
.coursesContent {
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
}

/* Only this part scrolls */
.coursesScroll {
  flex: 1 1;
  overflow-y: auto;
}

/* Sticky footer */
.sidebar-footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #ffffff;
  padding: 16px;
  border-top: 1px solid #e5e7eb;
  z-index: 20;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.06);
}

/* Apply this to your existing sticky-column class */
.sticky-column {
  position: fixed;
  top: 80px;
  right: 24px;
  margin-top: 20px;
}

@media (max-width: 968px) {
  .coursesContent {
    margin-top: 30px !important;
  }

  .sticky-column {
    position: static;
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .coursesContent {
    margin-top: 10px !important;
  }

  .modalPopup0 {
    margin-top: 20px;
    margin-right: 0px;
  }
}

@media (max-width: 480px) {
  .audio .videoBox .react-player video {
    top: -9px;
  }
}

.description_p p:empty,
.description_p p:has(br:only-child) {
  display: none !important;
}

.description_p h2 {
  font-size: 20px !important;
}
.NotesLeft {
  flex: 2 1;
  background-color: #fff;
  box-shadow: 0 0 9px #eee;
  height: auto;
  border-radius: 7px;
}

/* Target the select inside your specific wrapper */
.inputGroupDex select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpolyline points=%276 9 12 15 18 9%27%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  padding-right: 40px;
}
.NotesRight {
  flex: 10 1;
  padding: 23px;
  margin-left: 0px;
  background: #fff;
  border-radius: 5px;
}

.list .NotesRight {
  padding: 0px 15px;
}

/* .userInfo {
  border: 2px solid #253e682b;
  border-radius: 100%;
  width: 105px;
  height: 105px;
  line-height: 101px;
  font-weight: 300;
  font-size: 35px;
  color: #253e68;
  position: relative;
  margin: auto;
  margin-top: 30px;
  text-align: center;
}

.userInfo::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  background: transparent;
  border: 2px solid #35a765;
  width: 105px;
  height: 105px;
  border-radius: 100px;
} */

.NotesLeft ul {
  display: block;
  padding: 31px 0px;
  border-top: 2px solid #ddd;
  margin-top: 75px;
  overflow: hidden;
}

.NotesLeft ul li {
  display: block;
  color: #777;
  padding: 11px 35px;
  font-weight: 500;
}

.NotesLeft ul li.active {
  background: #f5f7fb;
}

.userInfo h2 {
  border-radius: 100%;
  width: 105px;
  height: 105px;
  line-height: 101px;
  font-weight: 300;
  font-size: 35px;
  color: #253e68;
  margin-bottom: 9px;
}

.userInfo p {
  font-size: 17px;
  font-weight: 500;
  color: #333;
  line-height: 1;
  margin-bottom: 2px;
}

.userInfo p small {
  font-size: 12px;
  color: #999;
}

.NotesLeftInner {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-bottom: 35px;
}

.addNoteHead {
  border-bottom: none;
  margin: 0;
  /* height: 75px; */
  padding: 13px 0px 0px 0px;
}
.addNoteHead select.select1 {
  border: 1px solid #ddd;
  background: no-repeat;
  font-size: 15px;
  padding: 9px 7px;
  border-radius: 3px;
  padding-right: 19px;
  width: 142px;
  color: #666;
  letter-spacing: 0.5px;
}

.addNoteHead select.select2 {
  border: none;
  background: no-repeat;
  outline: none;
  font-weight: 500;
  font-size: 15px;
  color: #777;
  letter-spacing: 0;
  padding: 0 9px;
}

/* .notesBox {
  background: #fff;
  margin: 12px;
  position: relative;
  padding: 0px;
  padding-bottom: 35px;
} */

/* .notesBox::after {
  content: "";
  position: absolute;
  background: #f5f7fb;
  top: 0px;
  right: 0;
  border-radius: 0px 2px 0px 0px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid #e6eaed;
  border-bottom: 0px solid transparent;
  transform: rotate(90deg);
} */

.notesBox h4 {
  padding: 13px 15px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #eee;
  color: #333;
}

.notesBox h5 {
  margin: 13px;
  margin-top: 23px;
  font-size: 15px;
  color: #444;
}

.notesBox p {
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #284469d4;
  font-weight: 500;
  padding: 0 13px;
}

.notesBox-footer {
  border-top: 1px solid #eee;
  padding: 17px 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #444;
  margin-top: 19px;
}
@media (max-width: 767px) {
  .mrgn-svg {
    margin-right: -8px !important;
  }
}

.PostQuery .uploadForm {
  position: relative;
  max-width: 100%;
  padding: 55px 65px;
  background: #fff;
}

.PostQuery.q .uploadForm {
  padding: 0px 35px;
  max-width: 1024px;
  margin: auto;
}

.PostQuery {
  min-height: 600px;
  border-radius: 9px;
  box-shadow: 0 0 9px #0000001f;
  border-radius: 9px;
  overflow: hidden;
  background-color: #fff;
}

.uploadImage {
  background: #f2f5fc;
  height: -webkit-fill-available;
}

.uploadImage img {
  width: 100%;
  height: -moz-fit-content;
  height: auto;
}

.PostQuery h3 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding: 14px 2px;
  margin-bottom: 15px;
}

.PostQuery .inputGroupDex {
  padding: 0 0px;
  margin: 19px 0px;
}

.PostQuery .half .inputGroupDex {
  width: 49%;
  margin: 0 0;
}

.PostQuery h1 {
  margin: 0;
  display: block;
  padding: 12px 24px;
  font-size: 24px;
  font-weight: 600;
  color: #284469;
  padding-top: 21px;
  margin-bottom: 7px;
}

.uploadAssign.PostQuery h1 {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

.uploadFooter label {
  font-size: 14.5px;
  font-weight: 500;
  color: #284469d9;
  letter-spacing: 0.5px;
  display: flex;
}

.button-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 10px auto;
  border: 2px dashed #284469b0;
  padding: 19px;
  border-radius: 5px;
}

.button-wrapper span.label {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  background: transparent;
  cursor: pointer;
  color: #999;
  padding: 0px 0;
  font-size: 15px;
  text-transform: inherit;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.button-wrapper span p svg {
  width: 75px;
  height: auto;
  fill: #2844699e;
}

.uploadFooter label {
  font-size: 14.5px;
  font-weight: 500;
  color: #284469d9;
  letter-spacing: 0.5px;
}

.uploadFooter label input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 20px;
  height: 20px;
  vertical-align: sub;
  margin-right: 5px;
}

.uploadFooter button {
  background: #d94a5a;
  border: 1px solid #d94a5a;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 10px 35px;
  margin-top: -8px;
  border-radius: 5px;
  box-shadow: 0 0 9px #eee;
  outline: none;
  transition: 0.3s;
}

.uploadFooter button:hover {
  background: transparent;
  color: #d94a5a;
}

.button-wrapper .f-btn {
  background: none;
  border: none;
  padding: 0;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #253e68;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  outline: none;
  box-shadow: none;
}

.button-wrapper .f-btn:hover {
  letter-spacing: 0px;
}

.back {
  width: 115px;
  height: 41px;
  padding: 0;
  margin: 0;
  background: #f5f7fb;
  border: 1px solid #dddddd7a;
  border-radius: 50px;
  align-self: center;
  margin-right: 24px;
  outline: none;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1199px) {
  .uploadImage {
    flex: 5 1;
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .uploadImage {
    flex: 5 1;
    display: none;
  }

  .PostQuery .uploadForm {
    flex: auto;
    max-width: 100%;
  }

  .PostQuery .uploadForm {
    padding: 18px 18px;
  }
  .uploadForm .saveButton {
    margin-bottom: 40px;
  }
}

.upload {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  min-height: 150px;
  width: auto;
  height: auto;
  border: 1px solid black;
  background-color: white;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.upload-button {
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
}
p.pdfupld {
  font-size: 14px;
  font-weight: 200;
}
.upload-file {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  color: white;
  letter-spacing: 0.1em;
  text-decoration: none;
  /* background-color: "primary-color"; */
  border: 0;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1RTM0MEU5QzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1RTM0MEVBQzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTVFMzQwRTdDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTVFMzQwRThDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6n647gAAAP5klEQVR42uxcCVRU1xl+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) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

body {
  font-family: "DM Sans", sans-serif;
}

.main {
  margin-top: 75px;
}

.academic-banner {
  height: 350px;
}

.imgS {
  position: relative;
  height: 290px;
  top: -10px;
  z-index: 1;
}

.academic-banner .bannertext {
  align-self: center;
}

.academic-banner h1 {
  font-size: 50px;
  font-weight: 700;
  color: #284469;
}

.academic-banner img {
  position: absolute;
  width: 362px;
  top: 0px;
  right: 0;
}

.academic-banner.aboutus img {
  width: 211px;
}

.academic-banner.hirefor img {
  width: 255px;
}

.academic-banner.contactus img {
  width: 287px;
}

.academic-banner.faq img {
  width: 197px;
}

.contactPageDex {
  padding: 49px 0;
  background-color: #fff;
  z-index: 9;
  position: relative;
}

.contactPageDex h2 {
  font-size: 45px;
  color: #284469;
  font-weight: 600;
  margin-bottom: 20px;
  /* line-height: 80px; */
}

.contactPageDex p {
  color: #373636;
  font-weight: 400;
  font-size: 16px;
  margin-top: 32px;
  line-height: 33px;
}

.contactPageDex.aboutus p {
  font-size: 17px;
  line-height: 29px;
  margin: 14px 0;
  margin-bottom: 24px;
}

.contactPageDex.aboutus ul li {
  list-style-type: square;
  color: #666;
  font-size: 17px;
  list-style-position: inside;
  margin: 9px 0;
}

.contactPageDex p span {
  font-weight: 500;
}

.contactPageDex .faqContentBox p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
}

.contactPageDex .faqContentBox ul li {
  font-size: 16px;
  color: #000;
  line-height: 24px;
}

.contactPageDex button {
  width: 178px;
  height: 52px;
  border: none;
  background: #d94a5a;
  font-size: 18px;
  border-radius: 5px;
  color: #fff;
  margin-top: 18px;
}

.contactPageDex h4 {
  color: #505050;
  font-weight: 600;
  font-size: 35px;
}

.contactPageDex p.addr {
  color: #505050;
  font-size: 19px;
  padding-right: 110px;
  line-height: 33px;
  font-weight: 300;
  margin-top: 12px;
}

.deskLearning {
  display: block;
}

.mobLearning {
  display: none;
}

@keyframes ripple {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: scale(24em);
    opacity: 0;
  }
}

.countryBox {
  background: #fff;
  width: 275px;
  margin: 0 auto;
  box-shadow: 0 0 19px #ddd;
  padding: 0;
  border-radius: 5px;
  transition: transform 1s ease;
  position: relative;
  z-index: 9;
}

.countryBox p img {
  position: relative;
  top: -17px;
  width: 40px;
  background: #fff;
  padding: 3px;
  border-radius: 50px;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.16);
}
.countryBox h4 {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  font-weight: 500;
}

.countryBox ul li {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  list-style-type: disc;
  list-style-position: inside;
  padding: 9px !important;
  position: relative;
}

.ind1 {
  top: -49px;
  right: -18px;
}
.ind2 {
  top: -40px;
  right: 3px;
}
.ind3 {
  top: -14px;
  right: 6px;
}
.ind4 {
  top: 2px;
  left: 2px;
}

li.hov.ki {
  right: -115px;
  top: -26px;
}

li.hov.fi {
  right: -249px;
  top: -62px;
}

li.hov.eu {
  top: -21px;
  right: -222px;
}

li.hov.united {
  position: relative;
  top: 15px;
  left: 16px;
}

.academyContent p a {
  margin-left: 12px;
  display: inline-block;
  color: #284469;
}

@media screen and (max-width: 1199px) {
  li.hov.ki {
    right: -130px;
  }
}

@media screen and (max-width: 767px) {
  li.hov.fi {
    right: -209px;
    top: -44px;
  }
  li.hov.eu {
    top: -29px;
    right: -187px;
  }
  .ind1 {
    top: -28px;
    right: -18px;
  }
  .ind2 {
    top: -25px;
    right: -1px;
  }
  .ind3 {
    top: -11px;
    right: 3px;
  }
  .ind4 {
    top: 2px;
    left: 1px;
  }
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  margin: 0 17px;
}

.faqLeftMenu .nav-tabs .nav-item {
  margin: 0 0px;
  display: block;
  width: 100%;
}

.question-title-bar {
  position: static;
  top: 90px;
}

.nav-link-faq {
  display: block;
  width: 100%;
  margin: 1px 0;
  font-size: 16px;
  color: #000;
  padding: 19px 50px;
  position: relative;
  text-decoration: none;
}

.nav-link-faq:hover {
  text-decoration: none;
}

.nav-link-faq::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  background: #a5a6f6;
  border-radius: 50px;
  left: 17px;
  top: 21px;
}

.nav-link-faq.active::before {
  background-color: #5d5fef;
}

.nav-link-faq::after {
  content: ">";
  position: absolute;
  font-size: 29px;
  color: #a5a6f6;
  right: 23px;
  top: 9px;
}

.nav-link-faq.active::after {
  color: #5d5fef;
}

.nav-link-faq:hover {
  background-color: #fafbff;
  cursor: pointer;
}

.nav-link-faq.active {
  background-color: #fafbff;
  cursor: pointer;
  color: #5d5fef;
}

.faqContentBox {
  width: 100%;
}

.faqContentBox h5 {
  font-size: 18px;
  color: #18191f;
  font-weight: 600;
  margin-bottom: 27px;
}

.faqContentBoxInner {
  margin-bottom: 40px;
}

.faqLeftMenu .nav-tabs {
  border-bottom: none;
}

.modalEnroll button {
  width: 100%;
  display: block;
  border: 1px solid #e05965;
  background: #e05965;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 14px;
  text-transform: uppercase;
  height: 45px;
  border-radius: 2px;
  margin: 35px 0px 30px;
}

@media screen and (max-width: 1199px) {
  .academic-banner h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 991px) {
  .nowrapTask {
    flex-wrap: wrap;
  }

  .semBox:nth-child(2) {
    order: 4;
  }

  .semidiv {
    order: 1;
  }

  .semBox:nth-child(5) {
    order: 4;
  }

  .semidiv {
    display: block;
    width: -webkit-fill-available;
  }

  .semidiv .semesterbutton1.second {
    width: -webkit-fill-available;
  }

  .semesterbutton1 {
    width: -webkit-fill-available !important;
  }

  .academic-banner img {
    width: 273px;
  }
  .academic-banner h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .imgS {
    display: none;
  }
  .contactPageDex h2 {
    font-size: 24px;
  }
  .contactPageDex {
    padding: 40px 0;
  }
  .contactPageDex.aboutus ul li {
    font-size: 16px;
  }
  .academic-banner .bannertext {
    width: 100%;
    padding: 75px 0;
  }

  .academic-banner h1 {
    font-size: 35px;
    text-align: center;
  }

  .academic-banner {
    height: auto;
  }
}

@media screen and (max-width: 575px) {
  .academic-banner {
    margin-top: 70px;
  }

  .deskLearning {
    display: none;
  }

  .mobLearning {
    display: block;
  }

  .academic-banner h1 {
    font-size: 35px;
  }
}
.ContentDiv {
  flex: 1 1; /* Takes available space */
  padding-right: 20px; /* Add some spacing */
}

.ImgDiv {
  flex: 1 1; /* Takes available space */
  max-width: 50%; /* Restrict width if needed */
}

.bannerSec{padding:80px 0;padding-bottom:23px}@media only screen and (max-width: 575px){.bannerSec{padding:0px 0;padding-bottom:23px}.bannerSec .flex-wrap{flex-wrap:wrap !important}}.bannerSec .bannerContent{width:42%;flex:0 0 42%;padding:69px 0}@media only screen and (max-width: 767px){.bannerSec .bannerContent{padding:0px 0}}@media only screen and (max-width: 575px){.bannerSec .bannerContent{flex:auto}}.bannerSec .bannerContent h1{font-size:55px;font-weight:700;color:#284469}@media only screen and (max-width: 1199px){.bannerSec .bannerContent h1{font-size:45px}}@media only screen and (max-width: 991px){.bannerSec .bannerContent h1{font-size:33px}}@media only screen and (max-width: 767px){.bannerSec .bannerContent h1{font-size:24px;line-height:35px}}@media only screen and (max-width: 575px){.bannerSec .bannerContent h1{font-size:24px}}.bannerSec .bannerContent p{font-size:20px;color:#284469;letter-spacing:2px;margin-bottom:0;word-spacing:1px;line-height:32px;margin-bottom:1px}@media only screen and (max-width: 991px){.bannerSec .bannerContent p{font-size:14px;line-height:25px}}@media only screen and (max-width: 767px){.bannerSec .bannerContent p{letter-spacing:0;word-spacing:0}}@media only screen and (max-width: 575px){.bannerSec .bannerContent p{font-size:19px;line-height:31px}}.bannerSec .bannerContent a{border:1px solid #e05965;width:260px;height:60px;font-size:15px;border-radius:4px;background:#e05965;color:#fff;letter-spacing:3px;outline:none;transition:.5s;margin:50px 0 0px;text-transform:uppercase;margin-bottom:50px;font-weight:500;text-decoration:none;display:block;text-align:center;line-height:60px}@media only screen and (max-width: 991px){.bannerSec .bannerContent a{width:200px;height:50px;line-height:50px}}@media only screen and (max-width: 767px){.bannerSec .bannerContent a{margin:15px 0}}.bannerSec .bannerImages{align-self:center;width:58%;flex:0 0 58%;position:relative;transition:1s;padding-right:60px}.bannerSec .bannerImages img{width:100%;transition:.5s}.bannerSec .bannerImages img:first-child{position:absolute;z-index:-1;padding:60px}.bannerSec .bannerImages img:last-child{animation:translate 6s ease-in-out infinite}@media only screen and (max-width: 575px){.bannerImages img:first-child{padding:0 !important}.bannerSec .bannerImages{flex:0 0 100%;padding-right:0px}}.academySec{background-color:#f3f7fb;padding:100px 0;position:relative}@media screen and (max-width: 767px){.academySec{padding:40px 0}}.academySec .academyImage{align-self:center;width:58%;margin-right:0;position:relative}@media screen and (max-width: 767px){.academySec .academyImage{width:100%;margin-top:30px}}.academySec .academyImage .eff1{position:absolute;background:#f3f7fb;width:465px;height:465px;border-radius:100%;border:1px solid rgba(202,202,202,.2);top:30px;right:0;bottom:0;left:-80px;margin:auto;transition:transform .7s;transform:scale(1);opacity:1}.academySec .academyImage .eff2{position:absolute;background:hsla(0,0%,100%,0);width:430px;height:430px;border-radius:100%;border:1px solid rgba(202,202,202,.08);inset:0px 0px 0px -80px;margin:auto;transition:transform .7s ease 0s;transform:scale(1);opacity:1;top:30px}.academySec .academyImage .eff3{position:absolute;background:#fff;width:375px;height:375px;border-radius:100%;border:1px solid rgba(202,202,202,.49);inset:0px 0px 0px -80px;margin:auto;transition:transform .7s ease 0s;transform:scale(1);opacity:1;top:30px}.academySec .academyImage img{width:100%;position:relative;z-index:1;left:-89px}@media screen and (max-width: 767px){.academySec .academyImage img{left:0 !important}}@media screen and (max-width: 575px){.academySec .academyImage img{left:-18px !important}}.academySec .academyContent{align-self:center;width:42%}@media screen and (max-width: 767px){.academySec .academyContent{width:100%}}.academySec .academyContent h3{font-size:50px;font-weight:700;color:#284469;opacity:1;transform:translateY(0px) scaleY(1);transition:transform 1s;transition-delay:0s;font-size:45px}@media screen and (max-width: 1199px){.academySec .academyContent h3{font-size:35px}}@media screen and (max-width: 991px){.academySec .academyContent h3{font-size:25px}}@media screen and (max-width: 767px){.academySec .academyContent h3{font-size:45px;line-height:50px}}@media screen and (max-width: 767px){.academySec .academyContent h3{font-size:24px;line-height:35px}}.academySec .academyContent p{font-size:20px;color:#284469;letter-spacing:2px;margin-bottom:0;word-spacing:1px;line-height:32px}@media screen and (max-width: 991px){.academySec .academyContent p{font-size:15px;line-height:25px}}@media screen and (max-width: 767px){.academySec .academyContent p{font-size:20px;line-height:inherit}}@media screen and (max-width: 575px){.academySec .academyContent p{font-size:16px}}.academySec .academyContent p.homeDescription{color:#848484}.academySec .academyContent button{border:1px solid #e05965;width:260px;height:60px;font-size:15px;border-radius:4px;background:#e05965;color:#fff;letter-spacing:3px;outline:none;transition:.5s;margin:50px 0 0px;text-transform:uppercase;margin-bottom:50px;font-weight:500;text-decoration:none;display:block;text-align:center;line-height:60px}@media screen and (max-width: 991px){.academySec .academyContent button{width:200px;height:50px;line-height:38px;margin:20px 0}}.introSec{background-color:#fff;padding:40px 0;padding-bottom:0;margin-top:0}.introSec .introContent{width:58%;padding:0;position:relative;top:0px;align-self:center}.introSec .introContent h5{color:#e05965;font-weight:500;font-size:16px;text-transform:uppercase;letter-spacing:5px;margin:23px 0;margin-top:0}.introSec .introContent h3{font-size:50px;font-weight:700;color:#284469;opacity:1;transform:translateY(0px) scaleY(1);transition:transform 1s;transition-delay:0s}@media screen and (max-width: 1199px){.introSec .introContent h3{font-size:40px}}@media screen and (max-width: 991px){.introSec .introContent h3{font-size:33px}}@media screen and (max-width: 767px){.introSec .introContent h3{font-size:24px;line-height:35px}}.introSec .introContent button{border:1px solid #e05965;width:260px;height:60px;font-size:15px;border-radius:4px;background:#e05965;color:#fff;letter-spacing:3px;outline:none;transition:.5s;margin:50px 0 0px;text-transform:uppercase;margin-bottom:50px;font-weight:500;text-decoration:none;display:block;text-align:center;line-height:60px}@media screen and (max-width: 991px){.introSec .introContent button{width:200px;height:50px;line-height:38px;margin-top:20px}}.introSec .introImage{position:relative;z-index:2;left:0;top:0;width:40%}.introSec .introImage img{width:100%}.introSec .introImage .ripple-block{position:absolute;top:30%;left:-40px;z-index:-1}.introSec .introImage .ripple-block .ripple{position:absolute;width:540px;height:540px;background:none;border-radius:50%;animation:ripple 5s ease-in-out infinite;transition:background 1500ms ease;border:34px solid #e9f0f7;box-shadow:0px 0px 2px rgba(0,0,0,.5803921569);top:0}.introSec .introImage .ripple-block .ripple-block .ripple-1{animation-delay:0s}.introSec .introImage .ripple-block .ripple-block .ripple-2{animation-delay:1.6666666667s}.introSec .introImage .ripple-block .ripple-block .ripple-3{animation-delay:3.3333333333s}.taskSec{padding:100px 0;background:#f3f7fb}@media screen and (max-width: 767px){.taskSec{padding:40px 0 !important}.taskSec .topCont h3{font-size:24px !important}}.taskSec .topCont{display:block;width:100%;margin-bottom:14px}.taskSec .topCont h5{color:#e05965;font-weight:500;font-size:16px;text-transform:uppercase;letter-spacing:5px;margin:23px 0;margin-top:0;text-align:center}.taskSec .topCont h3{font-size:50px;font-weight:700;color:#284469;opacity:1;transform:translateY(0px) scaleY(1);transition:transform 1s;transition-delay:0s;text-align:center}@media screen and (max-width: 1199px){.taskSec .topCont h3{font-size:35px}}.taskSec .taskBox{position:relative;padding:45px 40px;background:rgba(0,0,0,0);margin:59px 30px;width:100%}@media screen and (max-width: 991px){.taskSec .taskBox{width:-webkit-fit-content;width:fit-content;margin:auto}}@media screen and (max-width: 575px){.taskSec .taskBox{width:100%;max-width:100%;margin:auto;padding:20px 40px}}.taskSec .taskBox p{color:#5c5c5c;font-weight:400;text-align:center;margin:7px 0 0;position:relative;z-index:11;font-size:16px;line-height:24px}.taskSec .taskBox p img{width:150px;height:auto}@media screen and (max-width: 1199px){.taskSec .taskBox p img{width:100px}}.taskSec .taskBox h4{font-size:20px;letter-spacing:0;color:#284469;text-align:center;margin:15px 0 0;font-weight:700;position:relative;z-index:11}.taskSec .taskBox .taskBoxEffect::before{width:100%;height:100%}.taskSec .taskBox .taskBoxEffect:before{content:"";position:absolute;background-image:url(data:image/png;base64,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);background-size:auto;background-repeat:no-repeat;display:block;top:-35px;left:-39px;z-index:1;transform:scale(0);transition:transform .5s;transition-delay:.2s;opacity:0}.taskSec .taskBox .taskBoxEffect:after{width:100%;height:100%}.taskSec .taskBox .taskBoxEffect:after{content:"";position:absolute;background-image:url(data:image/png;base64,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);background-size:auto;background-repeat:no-repeat;display:block;bottom:-69px;right:-95px;z-index:1;transform:scale(0);transition:transform .5s;transition-delay:.2s;opacity:0}.taskSec .taskBox .hovered{box-shadow:0 0 19px #eee;position:absolute;top:0;left:50%;height:100%;transform:translateX(-50%);background:#fff;z-index:1;width:70%;opacity:0;border-radius:5px}.taskSec .taskBox .taskBox:hover .hovered{width:100%;opacity:1}.taskSec .hovered,.taskSec .taskBox:hover{background:#fff;position:relative;z-index:9}.taskSec .taskBox:hover .hovered{width:100%;opacity:1}.secBg{display:none}.blog-sec{background:#f5f7fb;padding:70px 0}@media screen and (max-width: 768px){.blog-sec{padding:40px 0}}.imagesWrap{width:100%;padding:0px;background:#fff;box-shadow:2px 5px 19px rgba(0,0,0,.02);border-radius:9px;border:1px solid #eee;height:370px;overflow:hidden;position:relative;margin-bottom:30px}@media screen and (max-width: 575px){.imagesWrap{height:300px}}.imagesWrap img{width:100%;height:100%;border-radius:7px 7px 1px 1px}.imagesWrap h4{font-size:20px;font-weight:600;color:#284469;margin-top:-150px;font-size:40px;color:#fff;padding:0 24px;position:relative;z-index:9;transition:transform .4s;transform:translateY(35px);opacity:0}.imagesWrap h4.hover{opacity:1;transform:translateY(0px)}.loadMore{background:#d94a5a;border:none;color:#fff;padding:15px 70px;border-radius:50px;font-size:17px;letter-spacing:1px;margin-top:35px;outline:none}.boxOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4784313725);display:none;font-size:40px;color:#fff;font-weight:600;padding:0 35px;padding:50% 35px;line-height:50px;transform:translateY(-150px);cursor:default;-webkit-user-select:none;user-select:none}.imagesWrap:hover .boxOverlay{display:block}.blog-sec h5{font-size:18px;font-weight:700;color:#d94a5a;text-align:center;letter-spacing:1px}.blog-sec h3{text-align:center;color:#284469;font-size:40px;margin-top:0;font-weight:600;margin-bottom:30px}@media screen and (max-width: 767px){.blog-sec h3{font-size:24px;padding:0 12px}}.bringsSec{padding:75px 0;padding-bottom:35px}@media screen and (max-width: 575px){.bringsSec{padding:40px 0}}.bringsSec .topCont{display:block;width:100%;margin-bottom:0px}.bringsSec .topCont h3{font-size:50px;font-weight:700;color:#284469;opacity:1;transform:translateY(0px) scaleY(1);transition:transform 1s;transition-delay:0s;text-align:center;padding-bottom:18px}@media screen and (max-width: 991px){.bringsSec .topCont h3{font-size:35px}}@media screen and (max-width: 575px){.bringsSec .topCont h3{font-size:24px}}.bringsSec .topCont h3::after{content:"";position:absolute;width:100%;max-width:690px;height:1px;background:#284469;bottom:0;left:50%;transform:translateX(-50%)}.bringsSec .topCont h4{font-weight:500;text-align:center;font-size:34px;color:#284469;margin:0;line-height:15px;margin-top:35px}@media screen and (max-width: 991px){.bringsSec .topCont h4{font-size:25px}}@media screen and (max-width: 575px){.bringsSec .topCont h4{font-size:20px;line-height:29px}}.bringsSec .topCont p{text-align:center;color:#284469;letter-spacing:2px;font-size:16px;font-weight:500;margin-top:23px}.bringsSec .tab-content{margin-top:45px}.bringsSec .tab-content #schoolParner{position:relative}.bringsSec .tab-content .countryGroup{width:100%;position:absolute;z-index:9;top:143px}.bringsSec .tab-content .countryGroup ul.oneUl{list-style-type:none;margin:0;padding:0;max-width:90px;position:relative;left:18%}@media screen and (max-width: 767px){.bringsSec .tab-content .countryGroup ul.oneUl{left:15%;top:-63px}}.bringsSec .tab-content .countryGroup ul.twoUl{width:-webkit-fit-content;width:fit-content;margin:auto;position:relative;top:-15px;right:215px}@media screen and (max-width: 991px){.bringsSec .tab-content .countryGroup ul.twoUl{top:-47px;right:202px}}@media screen and (max-width: 767px){.bringsSec .tab-content .countryGroup ul.twoUl{top:-62px;right:187px}}.bringsSec .tab-content .countryGroup .thirdUl{width:-webkit-fit-content;width:fit-content;position:relative;margin:auto;top:97px;left:18%}@media screen and (max-width: 991px){.bringsSec .tab-content .countryGroup .thirdUl{top:16px;left:17%}}@media screen and (max-width: 767px){.bringsSec .tab-content .countryGroup .thirdUl{top:-22px;left:16.5%}}.bringsSec .tab-content .countryGroup .countryGroup li{margin:15px;display:block}.bringsSec .tab-content .countryGroup li.hov{width:7px;height:7px;background:#797979;position:relative;cursor:pointer;border-radius:50px}.bringsSec .tab-content .countryGroup li.hov:hover{background:#d94a5a}@media screen and (max-width: 767px){.bringsSec .tab-content .countryGroup li.hov{width:5px;height:5px}}.bringsSec .tab-content .countryGroup li.hov:hover ul{display:block !important;width:-webkit-fit-content;width:fit-content;margin:auto}.bringsSec .tab-content .countryGroup li.hov ul.third{position:absolute;top:-93px;left:-155px;width:325px;display:none}.bringsSec .tab-content .countryGroup .countryBox ul{display:flex}.bringsSec .tab-content .countryGroup .countryBox ul li{display:inline-block;color:#000;font-size:14px;font-weight:500;list-style-type:disc;list-style-position:inside;padding:9px 15px !important;padding-bottom:0;position:relative}.bringsSec .tab-content .countryGroup .countryBox ul li::after{content:"";width:9px;height:9px;background-color:#eee;position:absolute;left:0px;top:15px;border-radius:50px}.bringsSec .tab-content .countryGroup .countryBox ul li img{position:relative;top:-17px;width:40px;background:#fff;padding:3px;border-radius:50px;box-shadow:0px -4px 5px rgba(0,0,0,.1607843137)}.bringsSec .tab-content .wordMap{background-image:url(/static/media/globe1.7a9c16ae75a9fe159019.png);background-repeat:no-repeat;background-size:100% 100%;min-height:600px}@media screen and (max-width: 991px){.bringsSec .tab-content .wordMap{min-height:440px}}@media screen and (max-width: 767px){.bringsSec .tab-content .wordMap{min-height:340px}}@media screen and (max-width: 575px){.bringsSec .tab-content .wordMap{background-image:url(/static/media/globe2.09e76cc6f808f36e5991.png);min-height:240px}}.bringsSec .nav-tabs{display:none}.leaderSec{background:#f3f7fb;padding:75px 0;margin-top:35px}@media screen and (max-width: 575px){.leaderSec{padding:45px 0;margin-top:0px}}.leaderSec .leaderTop{width:100%;margin-bottom:49px}@media screen and (max-width: 575px){.leaderSec .leaderTop{margin-bottom:0px}}.leaderSec .leaderTop h3{font-size:50px;font-weight:700;color:#284469;opacity:1;transform:translateY(0px) scaleY(1);transition:transform 1s;transition-delay:0s;text-align:center;font-size:32px;line-height:48px}@media screen and (max-width: 575px){.leaderSec .leaderTop h3{font-size:24px;line-height:35px}}.leaderSec .leaderTop p{font-size:20px;color:#284469;letter-spacing:2px;margin-bottom:0;word-spacing:1px;line-height:32px;text-align:center;margin-top:21px;font-weight:500;letter-spacing:0}.leaderSec #blog-carousel .item{padding:14px}@media screen and (max-width: 767px){.leaderSec #blog-carousel .item{padding:0 !important}}.leaderSec #blog-carousel .item .leaderBox{position:relative;flex:1 1;background:hsla(0,0%,100%,0);margin:27px 0px;padding:21px 45px;align-self:center;height:228px;width:100%;display:flex}.leaderSec #blog-carousel .item .leaderBox p{align-self:center}@media screen and (max-width: 575px){.leaderSec #blog-carousel .item .leaderBox p{width:-webkit-fit-content;width:fit-content;margin:auto}}.leaderSec #blog-carousel .item .leaderBox p img{width:100%;position:relative;z-index:9;filter:grayscale(1);opacity:.5}.leaderSec #blog-carousel .item .leaderBox .leaderBoxEffect:before{content:"";position:absolute;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJIAAABYCAYAAAAeCK5cAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIzSURBVHgB7dpBThRBFAbgV4ML0I2cQI7AEdiYCCtWKm6EE3AUuQG6MBg26sJA4sLxBnADbuCsDIlhyuoBcRa0DNUdM9HvS6a7k07e1HtdqdWfotg4yNvltvL9PPaGO2kUldYP8+4gx+jTs/QmKj05yCuDiO2c4+ToRfoQlTbe5tUYxOY44vXxVjqLSs1s0iByl57W9vPDpQfxsq/ZdO2p1Fkrddb6nM29ZnGRYr95sbQUzSbaiwqTzTiOvVyeHx/m089P00lUKA2+KuvZTGmyluqNFAvxvlxXym+1/DajQjPwZjZlU8f6u7x89DxVzabZRKmH2aTL79Rsgt1yX45KgxRfJveIR+W2ExWmZ1O+fRosnseoPJ81L3OKb1FpfFWjGC1cRPWpVhb29fLhul5dnav1lFOg6qM1ymxOrmfToU6+iNNfa+oymzLkj5M6KYbRwXVPcbmuGlOzGf1YmJpNc/xGR02NvupEDyanbQ/maTZ99dRHnb56AgAAAAAAAAAAgN6l5jKP4f9xxPB4Kw2jkvD/H+v8P+H/rgH3eQr/318s/y/8Pxvh/3bj32F74f9Z/Ivh/z57Ev4HAAAAAAAAAACAv0T4/7Y6wv+thP9nJPzfTvj/DoT/2wn/VxD+v5nwPwAAAAAAAAAAAHNL+P+2OsL/rYT/ZyT83074/w6E/9sJ/1cQ/r+Z8D8AAAAAAAAAAABzS/j/tjrC/62E/2ck/N9O+P8OhP/bCf9XEP6/2XRPPwHExTOsx1OKtAAAAABJRU5ErkJggg==);background-size:auto;background-repeat:no-repeat;display:block;top:-31px;left:-29px;z-index:1;transform:scale(0);transition:transform .5s;transition-delay:.2s;opacity:0;width:100%;height:100%}.leaderSec #blog-carousel .item .leaderBox .leaderBoxEffect::after{content:"";position:absolute;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJIAAABYCAYAAAAeCK5cAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIzSURBVHgB7dpBThRBFAbgV4ML0I2cQI7AEdiYCCtWKm6EE3AUuQG6MBg26sJA4sLxBnADbuCsDIlhyuoBcRa0DNUdM9HvS6a7k07e1HtdqdWfotg4yNvltvL9PPaGO2kUldYP8+4gx+jTs/QmKj05yCuDiO2c4+ToRfoQlTbe5tUYxOY44vXxVjqLSs1s0iByl57W9vPDpQfxsq/ZdO2p1Fkrddb6nM29ZnGRYr95sbQUzSbaiwqTzTiOvVyeHx/m089P00lUKA2+KuvZTGmyluqNFAvxvlxXym+1/DajQjPwZjZlU8f6u7x89DxVzabZRKmH2aTL79Rsgt1yX45KgxRfJveIR+W2ExWmZ1O+fRosnseoPJ81L3OKb1FpfFWjGC1cRPWpVhb29fLhul5dnav1lFOg6qM1ymxOrmfToU6+iNNfa+oymzLkj5M6KYbRwXVPcbmuGlOzGf1YmJpNc/xGR02NvupEDyanbQ/maTZ99dRHnb56AgAAAAAAAAAAgN6l5jKP4f9xxPB4Kw2jkvD/H+v8P+H/rgH3eQr/318s/y/8Pxvh/3bj32F74f9Z/Ivh/z57Ev4HAAAAAAAAAACAv0T4/7Y6wv+thP9nJPzfTvj/DoT/2wn/VxD+v5nwPwAAAAAAAAAAAHNL+P+2OsL/rYT/ZyT83074/w6E/9sJ/1cQ/r+Z8D8AAAAAAAAAAABzS/j/tjrC/62E/2ck/N9O+P8OhP/bCf9XEP6/2XRPPwHExTOsx1OKtAAAAABJRU5ErkJggg==);background-size:auto;background-repeat:no-repeat;display:block;bottom:-175px;right:-105px;z-index:1;transform:scale(0);transition:transform .5s;transition-delay:.2s;opacity:0;width:100%;height:100%}.leaderSec #blog-carousel .item .leaderBox .hovered{box-shadow:0 0 19px #eee;position:absolute;top:0;left:50%;height:100%;transform:translateX(-50%);background:#fff;z-index:1;width:70%;opacity:0;border-radius:5px}.center .leaderBox .hovered{width:100%;opacity:1;background:#fff;box-shadow:0 0 9px #f0f0f0}.center .leaderBox p img{filter:grayscale(0);opacity:.9;padding:0px}.leaderBox:hover .leaderBoxEffect:before{transform:scale(1);opacity:1}.center .leaderBox .leaderBoxEffect:before{transform:scale(1);opacity:1}.toTop{position:fixed;bottom:25px;right:30px;width:43px;height:auto;z-index:99;background:#fff;padding:5px;border-radius:5px;box-shadow:0 0 31px hsla(0,0%,87%,.81);transition:transform .7s;transform:scale(0.3) translateY(75px);opacity:0;cursor:pointer}.toTop img{width:100%}.toTop i{position:absolute;top:6px;right:13px;font-size:27px;color:#fff}.toTop.show{transform:scale(1) translateY(0);opacity:1}.whatsAppSec{background-color:#95dc77;padding:100px 0}@media screen and (max-width: 768px){.whatsAppSec{padding:40px 0}}.whatsAppSec img{width:100%}.whatsAppSec h3{font-size:45px;font-weight:600;line-height:60px;color:#000}@media screen and (max-width: 575px){.whatsAppSec h3{font-size:24px;line-height:36px}}.whatsAppSec p{font-size:16px;color:#000;line-height:30px;padding-right:115px;margin-top:30px}@media screen and (max-width: 575px){.whatsAppSec p{margin-top:0px;padding-right:0}}.whatsAppSec button{background:#d94a5a;width:237px;height:60px;border:none;color:#fff;font-weight:500;letter-spacing:3px;font-size:14px;border-radius:5px;margin-top:25px;text-transform:uppercase}.homeFaqs{padding:90px 0}@media screen and (max-width: 575px){.homeFaqs{padding:40px 0}}.homeFaqs h3{font-size:50px;line-height:67px;font-weight:700;margin-bottom:35px}@media screen and (max-width: 1199px){.homeFaqs h3{font-size:45px}}@media screen and (max-width: 991px){.homeFaqs h3{font-size:24px;line-height:35px;margin-bottom:10px}}.homeFaqs p{font-size:16px;line-height:30px;color:#9d9d9d}.homeFaqs p a{color:#284469}.homeFaqs button{background:#d94a5a;width:237px;height:60px;border:none;color:#fff;font-weight:500;letter-spacing:3px;font-size:14px;border-radius:5px;margin-top:30px;text-transform:uppercase}@media screen and (max-width: 991px){.homeFaqs button{margin-top:0px}}.homeFaqs input{position:absolute}.homeFaqs .tabs input{z-index:-1}.homeFaqs .tabs{width:100%;color:#fff;overflow:hidden}.homeFaqs .tab-label{display:flex;justify-content:space-between;padding:1em;background:#f9f9f9;font-weight:bold;cursor:pointer;color:#000;font-size:18px}.homeFaqs .tab-label:after{content:"❯";width:1em;height:1em;text-align:center;transition:all .35s;display:none}.modalEnroll h3{font-size:30px;font-weight:600;color:#000}.modalEnroll button{width:100%;display:block;border:1px solid #e05965;background:#e05965;color:#fff;font-weight:400;letter-spacing:3px;font-size:14px;text-transform:uppercase;height:45px;border-radius:2px;margin:35px 0px 30px}.homeStripe{background:#f6f6f6;border-radius:100px;height:110px;display:flex;justify-content:space-between;max-width:900px;margin:auto;margin-top:35px;padding:0 90px}@media screen and (max-width: 575px){.homeStripe{margin-top:20px}}@media screen and (max-width: 991px){.homeStripe{border-radius:9px;height:-webkit-fit-content;height:fit-content;padding:24px}}.homeStripe .homeStripeHead{color:#284469;font-size:29px;font-weight:700;align-self:center}@media screen and (max-width: 991px){.homeStripe .homeStripeHead{font-size:17px}}.homeStripe .homeStripeBtn{align-self:center}.homeStripe .homeStripeBtn button{background:#e05965;color:#fff;border:none;font-weight:500;letter-spacing:3px;width:268px;height:60px;border-radius:5px}@media screen and (max-width: 991px){.homeStripe .homeStripeBtn button{letter-spacing:1px;width:175px;height:54px}}.leaderSec .homeStripe{background:#fff;margin-top:0px}.bringsSec .tab-content .countryGroup .countryBox ul{width:-webkit-fit-content;width:fit-content;margin:auto}.bringsSec .tab-content .countryGroup li.hov:hover ul.third{display:block;margin:auto !important}
.loginF{position:relative;z-index:9;padding:30px 59px 30px 30px}@media screen and (max-width: 991px){.loginF{padding:30px 23px 30px 0px}}@media screen and (max-width: 767px){.loginF{padding:30px 45px 0px 45px}}@media screen and (max-width: 575px){.loginF{padding:30px 14px 0px 22px}}.loginF .fa-eye{cursor:pointer;position:absolute;top:48px;right:15px;background-size:contain;width:29px;height:29px;font-size:0}.loginF .fa-eye-slash{cursor:pointer;position:absolute;top:45px;right:12px;background-size:contain;width:35px;height:35px;font-size:0}.createAccount{color:#284469;font-weight:600;font-size:17px;align-self:center;cursor:pointer;text-decoration:underline}@media screen and (max-width: 1199px){.createAccount{font-size:14px}}.loginHead{color:#284469;font-weight:600;font-size:27px}@media screen and (max-width: 1199px){.loginHead{font-size:20px}}.loginI{position:relative;overflow:hidden;height:100%;background:#f2f5fc;display:flex}@media screen and (max-width: 767px){.loginI{display:none}}.loginI img{width:100%;height:-webkit-fit-content;height:fit-content;align-self:center}button.forgot{position:relative;top:-19px;color:#e05965;font-size:16px;font-weight:500;letter-spacing:.5px;margin-bottom:19px;display:inline;cursor:pointer;outline:none;border:none;background:none}.logBtn{flex:6 1;margin-right:20px}.logBtn button{width:100%;background:rgba(0,0,0,0);border:1px solid #284469;color:#284469;font-size:16px;font-weight:600;letter-spacing:1px;border-radius:3px;height:55px;line-height:43px;outline:none;box-shadow:none;text-transform:uppercase;position:relative}.viaOTP{flex:6 1}.viaOTP button{background:#ec4a5f;border:1px solid #ec4a5f;height:55px;line-height:38px;font-size:16px;font-weight:600;border-radius:3px;color:#fff;letter-spacing:1px;outline:none;box-shadow:none;text-transform:uppercase}.login-or{margin-top:35px;margin-bottom:0;font-size:18px;color:#284469;letter-spacing:0px;font-weight:500;text-align:center;display:none}.divGoogle{display:none}.divFacebook{display:none}.divGoogle{margin-right:25px}.divGoogle button{width:45px;height:45px;border:none !important;text-align:center;display:block !important;background:#f54336 !important;border-radius:50px !important;box-shadow:0 0 19px rgba(0,0,0,.1490196078) !important}.divGoogle button div{background:rgba(0,0,0,0) !important}.divGoogle button div svg{background:#fff;border-radius:50px;width:25px;height:auto;padding:3.5px;position:relative;top:0;left:0}.metro{background:#1a78f3;color:#fff;border:1px solid #1a78f3;width:45px;height:45px;line-height:47px;border-radius:50px;font-size:23px;outline:none;box-shadow:0 0 19px rgba(0,0,0,.15)}p.loginCopy{color:#000;font-size:15px;margin-bottom:24px}.loginMenu{display:block}.loginMenu li{display:inline-block;color:#333;font-weight:500;padding:0 7px;font-size:14px}.loginMenu li button{text-decoration:none;color:#000;font-weight:500;border:none;outline:none;background:none}#gb-widget-2196>*{display:none}.resetB{margin:28px 0 0;align-self:center}@media screen and (max-width: 991px){.resetB{margin:0 0 0}}.resetB button{border:none;height:48px;border-radius:2px;font-size:16px;font-weight:500;min-width:155px;outline:none;padding:0;background:#d94a5a;color:#fff;box-shadow:none}.haveAcc a{color:#999;font-size:15px;font-weight:500;letter-spacing:0;cursor:pointer}.verifyPwrap{background-color:#f5f7fb}.verifyP .PhoneInput{margin-top:9px}.veryfy{max-width:415px;margin:auto}.div11{width:100%}.div11 button{border:none;height:55px;border-radius:7px;font-size:18px;font-weight:500;min-width:155px;margin-top:13px;outline:none;padding:0;background:#d94a5a;color:#fff;box-shadow:none}.div11 button.otpbtn{background:rgba(0,0,0,0);color:#e05965;border:none;height:55px;border-radius:2px;font-size:17px;font-weight:500;min-width:155px;margin-top:13px;box-shadow:none;outline:none;padding:0}.fa-pencil.mob{font-size:20px;position:absolute;top:44px;right:20px;color:#999;cursor:pointer}.OTPDiv p{font-size:15px;letter-spacing:0;text-align:center;margin:14px 0;font-weight:400;color:#666}.OTPDiv p.resend-text{font-size:15px;letter-spacing:0;text-align:center;margin:14px 0;font-weight:400;color:#666}.enterOTP{width:-webkit-fit-content;width:fit-content;margin:auto}.enterOTP label{color:#e05965;font-size:15px;font-weight:400;margin-bottom:4px}.otp-sec{margin:auto auto 12px;border:none;display:flex;justify-content:flex-start;align-items:center}.otp-sec form{display:flex;justify-content:space-between;align-items:center}.otp-sec input{height:50px;border-radius:5px;outline:none;border:1px solid #eee;max-width:59px;margin-right:15px;text-align:center;font-weight:500;font-size:16px;color:#333}.otp-sec input:focus{border:1px solid #284469}@media screen and (max-width: 575px){.otp-sec input{height:36px;max-width:35px}}.verifymenu .loginMenu{max-width:670px;margin:auto}.resend-text{text-align:right;display:block}.resend-text a{color:#e05965}
/* CSS variables. */
:root {
	--PhoneInput-color--focus: #03b2cb;
	--PhoneInputInternationalIconPhone-opacity: 0.8;
	--PhoneInputInternationalIconGlobe-opacity: 0.65;
	--PhoneInputCountrySelect-marginRight: 0.35em;
	--PhoneInputCountrySelectArrow-width: 0.3em;
	--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
	--PhoneInputCountrySelectArrow-borderWidth: 1px;
	--PhoneInputCountrySelectArrow-opacity: 0.45;
	--PhoneInputCountrySelectArrow-color: currentColor;
	--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountrySelectArrow-transform: rotate(45deg);
	--PhoneInputCountryFlag-aspectRatio: 1.5;
	--PhoneInputCountryFlag-height: 1em;
	--PhoneInputCountryFlag-borderWidth: 1px;
	--PhoneInputCountryFlag-borderColor: rgba(0,0,0,0.5);
	--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,0.1);
}

.PhoneInput {
	/* This is done to stretch the contents of this component. */
	display: flex;
	align-items: center;
}

.PhoneInputInput {
	/* The phone number input stretches to fill all empty space */
	flex: 1 1;
	/* The phone number input should shrink
	   to make room for the extension input */
	min-width: 0;
}

.PhoneInputCountryIcon {
	width: calc(1em * 1.5);
	width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
	height: 1em;
	height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
	width: 1em;
	width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
	/* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
	background-color: rgba(0,0,0,0.1);
	background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
	/* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
	box-shadow: 0 0 0 1px rgba(0,0,0,0.5),
		inset 0 0 0 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
	/* Fixes weird vertical space above the flag icon. */
	/* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
	display: block;
	/* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
	width: 100%;
	height: 100%;
}

.PhoneInputInternationalIconPhone {
	opacity: 0.8;
	opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
	opacity: 0.65;
	opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

/* Styling native country `<select/>`. */

.PhoneInputCountry {
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: center;
	margin-right: 0.35em;
	margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 0;
	opacity: 0;
	cursor: pointer;
}

.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
	cursor: default;
}

.PhoneInputCountrySelectArrow {
	display: block;
	content: '';
	width: 0.3em;
	width: var(--PhoneInputCountrySelectArrow-width);
	height: 0.3em;
	height: var(--PhoneInputCountrySelectArrow-width);
	margin-left: 0.35em;
	margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
	border-style: solid;
	border-color: currentColor;
	border-color: var(--PhoneInputCountrySelectArrow-color);
	border-top-width: 0;
	border-bottom-width: 1px;
	border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	border-left-width: 0;
	border-right-width: 1px;
	border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	transform: rotate(45deg);
	transform: var(--PhoneInputCountrySelectArrow-transform);
	opacity: 0.45;
	opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
	opacity: 1;
	color: #03b2cb;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
	box-shadow: 0 0 0 1px #03b2cb,
		inset 0 0 0 1px #03b2cb;
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
	opacity: 1;
	color: #03b2cb;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}
.PhoneInput~.control-label{left:30px !important}.PhoneInput:focus-within~.control-label{font-size:.8rem !important;color:#ff9d29 !important;top:-1rem !important;left:30px !important}.PhoneInput:focus-within~.bar{border-bottom:1px solid #ff9d29 !important}.label-focus{font-size:.8rem !important;color:#ff9d29 !important;top:-1rem !important;left:30px !important}.bar-focus{border-bottom:1px solid #ff9d29 !important}.c-modal-600{width:600px;margin:0 auto;margin-top:15%}.c-g-btn{margin-top:0 !important}.c-g-btn>img{position:absolute;left:12px;width:24px;height:24px}.c-f-btn{margin-top:0 !important}.c-f-btn>img{position:absolute;left:12px;width:11px;height:22px}.c-modal-btn{width:auto !important}.identity-right{cursor:pointer}.identity-none{cursor:pointer;display:none}.c-identity-btn{background:#ff9d29 !important;color:#fff !important;width:190px !important;height:58px !important;box-shadow:0 0px 46px #dedede !important;border-radius:50px !important;font-size:16px !important;font-weight:500 !important;letter-spacing:.5px !important;transition:.3s;text-align:center !important;margin:70px auto 0 auto !important}.c-identity-btn svg{display:none}.c-identity-btn>div{padding:0 !important}.c-identity-btn span{margin:0 auto !important}.image-Swal.fire{min-width:550px;min-height:350px;text-align:center}.Swal.fire-icon img{width:120px;height:120px}.loginHead1{font-size:16px;color:#e05965;margin-bottom:9px}.signupBtn{background:#e05965;color:#fff;border:1px solid #e05965;font-size:18px;letter-spacing:1px;border-radius:5px;height:55px;outline:none;box-shadow:none;margin-top:24px}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* body {
  font-family: "Nunito", sans-serif;
} */

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* .container {
  max-width: 1170px;
  margin: auto;
} */

.blog-banner {
  height: 306px;
  background-color: #284469;
  background-image: url(/static/media/knowedgeBg.0f76bed95b27e6ed6822.jpg);
  margin-top: 75px;
}

.blog-banner h1 {
  color: #fff;
  padding-top: 75px;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  padding: 90px 0;
}

.flexible {
  display: flex;
  justify-content: space-between;
  /* border: 1px solid #ddd; */
  padding: 0 6px;
}

.bc-left {
  width: 100%;
  /* position: relative;
  top: -90px; */
}

.blog-box {
  background: #fff;
  border-radius: 7px;
  margin: 0 19px;
  margin-bottom: 30px;
  flex: auto;
  max-width: 47%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.viewblog .blog-box {
  box-shadow: none;
  max-width: 70%;
}

.viewblog .inner-cont p {
  font-size: 20px;
  font-weight: 400;
  color: #555;
  line-height: 32px;
  margin-bottom: 17px;
}

.viewblog .pagination {
  display: none;
}

.blog-content {
  padding: 35px;
}

.img-wrap {
  overflow: hidden;
  background-color: #ebebeb52;
  border: 1px solid #eee;
  padding: 12px;
}

/* .blog-box:nth-child(even) .img-wrap {
  min-height: 270px;
} */

/* .blog-box:nth-child(3) {
  position: relative;
  top: -90px;
}

.blog-box:nth-child(1) {
  position: relative;
  top: 0px;
} */

.blog-box img {
  width: 100%;
  background-color: #ebebeb52;
  padding: 0px;
  max-width: -moz-fit-content;
  /* max-width: fit-content; */
  margin: auto;
  display: block;
}

.bc-right {
  margin: 0;
  flex: 4 1;
  padding: 0 28px;
  padding-right: 0;
}

.blogFlex {
  flex: 9 1;
  flex-wrap: wrap;
}

.blogFlex.none {
  display: none;
}

.padd {
  padding: 14px;
}

.blog-body {
  padding: 12px 0;
}

/* .blog-body p {
  display: none;
} */

/* h6 {
  font-size: 24px;
  font-weight: 600;
  color: #444;
  margin-bottom: 5px;
  margin-top: 15px;
} */

.blog-body h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  color: #284469;
  text-align: center;
  margin-top: 7px;
  line-height: 30px;
}

.viewblog .blog-body h3 {
  text-align: left;
}

.blog-body h5 {
  margin: 9px 0;
  color: #999;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  /* max-width: 275px; */
  margin: 7px auto;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  line-height: 30px;
}

.blog-body h5 span {
  color: #284469;
}

.viewblog .blog-body h5 {
  text-align: left;
}

.blog-body p {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 27px;
  text-align: center;
  font-weight: 400;
}

.viewblog .blog-body p {
  text-align: left;
}

.blog-body button {
  color: rgb(255, 255, 255);
  background: rgb(233, 60, 85);
  padding: 7px 27px;
  border: 1px solid rgb(233, 60, 85);
  border-radius: 50px;
  outline: none;
  margin-top: 12px;
}

.blog-content.viewblog {
  padding-top: 75px;
}

.blog-box.inner.right {
  margin-left: 14px;
}
.blog-box.inner.left {
  margin-right: 14px;
}

/* .bc-right h3 {
  font-size: 20px;
  font-weight: 800;
  color: #333;
} */

.bc-right ul {
  list-style-type: square;
  list-style-position: inside;
  /* margin: 7px 0px 19px 5px; */
}

.bc-right ul li a {
  color: #666;
  text-decoration: none;
  letter-spacing: 0.5px;
  padding: 7px 0;
  display: inline-block;
}

.newsletter {
  background: #feede5;
  padding: 30px;
  border-radius: 5px;
}

.newsletter h4 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #333;
  font-weight: 800;
  margin-bottom: 12px;
}

.newsletter p {
  text-align: center;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 21px;
  margin-bottom: 17px;
}

.newsletter input {
  width: 100%;
  height: 47px;
  border: none;
  background: #fff;
  padding: 14px;
  border-radius: 5px;
  letter-spacing: 0.7px;
  font-family: "Nunito";
  font-weight: 600;
}

.newsletter button {
  width: 100%;
  height: 47px;
  border: 1px solid #ff7406;
  background: #ff7406;
  color: #fff;
  font-family: "Nunito";
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin: 13px 0;
  border-radius: 3px;
  box-shadow: 0 2px 9px #00000021;
}

.rating.flexible {
  display: block;
  font-size: 14px;
  color: #666;
  border: none;
  background: #ebf0f6;
  padding: 15px;
  margin: 14px 0px;
  border-radius: 3px;
}
.rating.flexible .fa-star {
  color: #edc500;
}

.feature-product h4 {
  background: #284469;
  color: #fff;
  text-align: left;
  padding: 16px;
  border-radius: 3px;
  font-size: 17px;
  letter-spacing: 0.5px;
}
/* .feature-product img {
  width: 150px;
} */

.rating div span {
  color: #1ba8d0;
}

.feature-product ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.feature-product ul {
  margin: 0;
  padding: 0;
}

/* .feature-product h5 {
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #ff7406d6;
  margin: 5px 0;
} */

.feature-product p {
  font-size: 15px;
  font-weight: 500;
  color: #444;
  margin: 7px 0px;
}

.feature-product p span {
  color: green;
}

.follow {
  padding: 19px 0 0 5px;
}

.follow ul li {
  display: inline-block;
}

.follow ul li a {
  padding: 7px 11px;
  margin-right: 9px;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #858585;
  cursor: pointer;
}

.blog-footer {
  padding: 140px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.inner-cont h4 {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: #333;
  margin: 0;
}
/* .inner-cont p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #555;
  margin: 17px 0;
  line-height: 27px;
} */
/* .inner-cont p strong {
  color: #333;
} */

.pagination {
  margin-top: 27px;
}

button.button-pag1 {
  background: transparent;
  border: 1px solid #ddd;
  width: 35px;
  height: 36px;
  border-radius: 3px;
  font-size: 28px;
  color: #666;
  margin-right: 19px;
  cursor: pointer;
}

button.button-pag2 {
  background: transparent;
  border: 1px solid #ff7406eb;
  width: 35px;
  height: 36px;
  border-radius: 3px;
  font-size: 28px;
  color: #ff7406e8;
  cursor: pointer;
}

.leave-comment {
  background: #eeeeee3d;
  padding: 30px;
  margin: 45px 0;
  border-radius: 5px;
  border: 1px solid #eeeeee5e;
}

.leave-comment input,
textarea {
  width: 100%;
  margin: 0 9px 25px 0;
  height: 51px;
  padding: 14px;
  border: 1px solid #dddddd75;
  border-radius: 5px;
  font-weight: 400;
  outline: none;
  font-family: "Nunito";
}

.leave-comment textarea {
  height: auto;
}

.leave-comment button {
  background: #ff7406;
  color: #fff;
  border: 1px solid #ff7406;
  padding: 13px 25px;
  border-radius: 5px;
  box-shadow: 0 1px 9px #0000000a;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "Nunito";
  outline: none;
}

#sticky.stick {
  position: fixed;
  top: 0;
  right: 27px;
  z-index: 10;
  border-radius: 0 0 0.5em 0.5em;
}

.bc-right.stick {
  padding: 35px 98px 35px 55px;
}

.content-holder {
  margin-left: 225px;
}

#footer {
  width: 100%;
  height: 600px;
  background: #ccc;
  z-index: 999999;
}

.newsletterDiv {
  background: #f6f6f6;
  padding: 30px;
  border-radius: 5px;
}

.newsletterDiv h4 {
  text-align: center;
  color: #253e68;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
}

.newsletterDiv h4:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #253e68;
  border-radius: 3px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.newsletterDiv p {
  font-size: 15px;
  text-align: center;
  color: #555;
  line-height: 25px;
  margin: 9px 0;
}

.newsletterDiv input {
  width: 100%;
  height: 49px;
  border: 1px solid #ddd;
  outline: none;
  padding: 0 14px;
  border-radius: 5px;
  font-family: inherit;
}

.newsletterDiv button {
  background: #253e68;
  color: #fff;
  border: none;
  padding: 0;
  width: 100%;
  margin: 14px 0;
  border-radius: 5px;
  font-size: 15px;
  letter-spacing: 0.5px;
  outline: none;
  height: 49px;
}

@media screen and (max-width: 767px) {
  .blog-box {
    max-width: 100%;
  }
  .blog-content {
    padding: 15px;
  }
  .viewblog .blog-box {
    max-width: 100%;
  }
  .viewblog .bc-right {
    padding: 0 0px;
    padding-right: 0;
  }
  .blog-banner h1 {
    font-size: 30px;
  }
  .blog-body h3 {
    font-size: 24px;
  }
}

.main {
  margin-top: 75px;
}

.academic-banner {
  background-image: url(/static/media/dummyBg.b6c6017fd1d4754795d8.png);
  margin-top: 75px;
  background-size: cover;
  padding: 20px 0;
}

.academic-banner .bannertext {
  align-self: center;
}

/* .academic-banner h1 {
  font-size: 50px;
  font-weight: 700;
  color: #284469;
} */

/* .academic-banner img {
  width: 100%;
  align-self: center;
  position: relative;
  top: -17px;
  height: 105%;
  transform: scaleX(1.1);
} */

.aboutProgram {
  padding: 59px 0;
  margin-top: 4px;
  background: #fff;
  padding-bottom: 0;
}

.aboutProgram .div1 {
  margin-right: 15px;
}

.aboutProgram .div2 h5 {
  color: #e05965;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
}

.aboutProgram .div2 p {
  font-size: 24px;
  color: #284469;
  line-height: 41px;
  font-weight: 500;
}

.sectionAbout--2 {
  margin-top: 45px;
  flex-wrap: wrap;
}

.sectionAbout--2 .aboutImg-sec {
  margin-right: 59px;
  flex: 6 1;
}

.sectionAbout--2 .aboutImg-sec img {
  width: 100%;
}

.sectionAbout--2 .aboutContent {
  /* width: 100%; */
  align-self: center;
  flex: 6 1;
}

.sectionAbout--2 .aboutContent h3 {
  font-size: 70px;
  font-weight: 700;
  color: #505050;
  line-height: 90px;
  margin-bottom: 25px;
}

.sectionAbout--2 .aboutContent ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
  margin-top: 12px;
  padding: 0 19px;
}

.sectionAbout--2 .aboutContent li {
  list-style-type: disc;
  color: #284469;
  list-style-position: outside;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 19px;
}

.sectionAbout--2 .aboutContent li:last-child {
  margin-bottom: 0px;
}

.sectionAbout--2 .aboutContent button {
  background: #e05965;
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
  border: 1px solid #e05965;
  padding: 0;
  border-radius: 4px;
  width: 289px;
  height: 55px;
  font-weight: 500;
  margin-top: 29px;
}

.secc1 h3 {
  margin-top: 0px;
  color: #314b6f;
  font-size: 30px;
  line-height: inherit;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-weight: 600;
  border-bottom: 3px solid;
  position: relative;
  top: -12px;
}

.secc1.active h3 {
  color: #e05965;
  font-size: 46px;
  line-height: 59px;
  position: relative;
  padding-left: 0px;
  margin-top: 0px;
  font-weight: 700;
}

.secc1.active h3 {
  border-bottom: 2px solid #e05965;
}

.benefitSec .rest1 h3.innterbeneHead {
  display: none;
}

.benefitSec .rest1 h3.innterbeneHead:nth-child(1) {
  display: block;
}

.benefitSec .rest2 h3.innterbeneHead {
  display: none;
}

.benefitSec .rest2 h3.innterbeneHead:nth-child(2) {
  display: block;
}

.benefitSec .rest3 h3.innterbeneHead {
  display: none;
}

.benefitSec .rest3 h3.innterbeneHead:nth-child(3) {
  display: block;
}

.benefitSec .rest4 h3.innterbeneHead {
  display: none;
}

.benefitSec .rest4 h3.innterbeneHead:nth-child(4) {
  display: block;
}

.borderedCus {
  position: relative;
}

.animated.borderedCus::after {
  width: 0;
  opacity: 0;
}

/* .borderedCus::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: #e05965;
  transition: 1s;
  opacity: 1;
  margin-left: 2px;
  border-radius: 50px;
} */

.featured .borderedCus::after {
  background-color: #314b6f;
}

.benefitSec {
  position: relative;
  padding: 0;
  margin-top: 0px;
  height: auto;
}
/* Tablet-specific styles */
@media (min-width: 768px) and (max-width: 1024px) {
  .benefitSec {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .benefitSec {
    margin-top: 60px;
  }
  .sectionAbout--2 {
    margin-top: 0px;
  }
  .sectionAbout--2 .aboutContent li {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 1139px) {
  .benefitSec {
    margin-top: 60px;
  }
}

.whole {
  position: relative;
  padding: 0 41px;
}

.animated .whole::before {
  transform: scale(0.5);
}

.whole::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background: #e05965;
  border-radius: 50px;
  left: 0px;
  top: 12px;
  transition: 1s;
  transform: scale(1);
}

/* .whole::after {
  content: "";
  position: absolute;
  width: 4px;
  height: -webkit-fill-available;
  background: #314b6f;
  border-radius: 3px;
  left: 8px;
  top: 32px;
} */

.animated.secc1::after {
  content: "";
  height: 0px;
  opacity: 0;
}

.secc1 {
  position: relative;
  padding-bottom: 75px;
}

.secc1::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #314b6f;
  border-radius: 50px;
  left: -54px;
  top: 25px;
  transition: transform 1s;
  transform: scale(1);
}

.secc1.rest2::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #314b6f;
  border-radius: 50px;
  left: -54px;
  top: 0px;
  transition: transform 1s;
  transform: scale(1);
}

.secc1.rest3::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #314b6f;
  border-radius: 50px;
  left: -54px;
  top: 0px;
  transition: transform 1s;
  transform: scale(1);
}

.secc1.rest4::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #314b6f;
  border-radius: 50px;
  left: -54px;
  top: 0px;
  transition: transform 1s;
  transform: scale(1);
}

.secc1.active::before {
  width: 30px !important;
  height: 30px !important;
  background: #d94a5a !important;
  left: -59px !important;
  top: 7px !important;
  transition: transform 1s;
  transform: scale(1);
  z-index: 9;
}

.secc1::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background: #314b6f;
  border-radius: 3px;
  left: -47px;
  top: 9px;
  transition: height 1s;
  opacity: 1;
}

.benefitContent {
  padding: 0 0px;
  margin-left: 2px;
}

.benefitImg {
  flex: 4 1;
}

/* .secc1 .f2 {
  display: none;
}
.secc1 .f2.show {
  display: block;
} */

.animated.benefitImg img {
  height: 0;
  opacity: 0;
  transform: translateY(-60px) scale(0.5);
}

.benefitImg img {
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  height: auto;
  transition: all 1s cubic-bezier(0, 0, 0.5, 0.75);
  transform: translateY(0px) scale(1);
}

.benefit-content {
  flex: 8 1;
  padding: 5px 30px;
}

.benefit-content h4 {
  color: #c7c7c7;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}

.benefit-content p {
  color: #686868;
  letter-spacing: 0.5px;
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
}

.benefit-content ul {
  padding-left: 24px;
}

.benefit-content li {
  color: #686868;
  line-height: 40px;
  font-size: 22px;
  margin-top: 11px;
  list-style-type: disc;
  font-weight: 500;
}

.animated.f2 .borderedCus {
  transform: scale(0.5);
  opacity: 0;
}
*/ .featuredBox {
  flex: 4 1;
  padding: 19px;
}

.featuredBox h5 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  margin: 5px;
  line-height: 39px;
}

.featuredBox p.img {
  height: 203px;
}

.featuredBox p {
  color: #818181;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  padding: 0 20px;
}

.featuredBox:last-child p {
  padding: 0 0px;
}

.semesterbutton1 {
  border: none;
  background: #cafbae;
  width: 300px;
  height: 80px;
  line-height: 16px;
  padding: 13px;
  letter-spacing: 0.5px;
  font-size: 28px;
  font-weight: 500;
  color: #000;
  border-radius: 100px 100px 0px 100px;
  margin: 0 12px;
  cursor: default !important;
  text-transform: uppercase;
}

.semesterbutton1.second {
  border-radius: 100px 100px 100px 0px;
}

.semesterbutton1 small {
  font-size: 11px;
}

.semesterbutton1.second {
  background: #8bfbdd;
}

.semesterbutton1.second.middle {
  display: none;
}

.curriIcon {
  background-image: url(/static/media/ellips.159bfe8fdce57606035d.png);
  padding: 0;
  position: relative;
  width: 151px;
  height: 151px;
  background-repeat: no-repeat;
}

.curriIcon img {
  width: 80px;
  position: relative;
  top: 37px;
  left: 33px;
  margin: auto;
  height: auto;
}

.curriIcon::after {
  content: "";
  position: absolute;
}

.curriIcon::after {
  content: "";
  position: absolute;
}

.semBox ul {
  list-style-type: none;
  margin: 0 17px;
  padding: 0;
}

.semBox ul li {
  list-style-type: disc;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  color: #000;
}

.semBoxCont {
  padding: 0 23px;
  align-self: center;
  position: relative;
  padding-right: 0;
}

.semBoxCont h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 33px;
  color: #000;
}

.semBox {
  border-radius: 100px 9px 9px 100px;
  overflow: hidden;
  padding: 12px;
  margin: 27px 0px;
  width: 49%;
  height: 180px;
  background-image: linear-gradient(to bottom right, #c6f9ae, #0a8db3);
  position: relative;
}

.semBox::before {
  content: "";
  position: absolute;
  background: white;
  width: 99%;
  height: 98%;
  border-radius: 100px 9px 9px 100px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.semBox:nth-child(2)::before {
  border-radius: 0px 100px 100px 0px;
}

.semBox:nth-child(4)::before {
  border-radius: 0px 100px 100px 0px;
}

.semBox:nth-child(2) {
  border-radius: 0px 100px 100px 0px;
}

.semBox:nth-child(4) {
  border-radius: 0px 100px 100px 0px;
}

.waitlist button {
  background: #e05965;
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
  border: 1px solid #e05965;
  padding: 0;
  border-radius: 4px;
  width: 289px;
  height: 55px;
  font-weight: 500;
  margin-top: 29px;
  margin-bottom: 35px;
}

.curriIcon {
  position: relative;
}

.curriIcon::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background: #c3f7ad;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.curriIcon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background: #0a8db3;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.geteway {
  position: relative;
  padding: 80px 0;
  margin-top: 80px;

  background-image: url(/static/media/getwayBefore.20cd77e79bcd47ab4778.png);
  background-size: cover;
  background-position: inherit;
  background-repeat: no-repeat;
}
.geteway::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/media/getewayAfter.1956989de86e962072af.png);
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  z-index: 1;
}
.getewayCont {
  position: relative;
  z-index: 2;
  max-width: 550px;
}

/* .geteway {
  height: 500px;
  background-image: url(../../../../assets/images/getwayBefore.png);
  background-size: inherit;
  position: relative;
  margin-top: 80px;
}

.geteway::before {
  content: "";
  position: absolute;
  background-image: url(../../../../assets/images/getewayAfter.png);
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.getewayCont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 550px;
} */

.getewayCont h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  line-height: 61px;
}

.getewayCont p {
  color: #fff;
  font-size: 16px;
  padding-right: 90px;
  line-height: 28px;
  margin-top: 12px;
}

.aboutImg-sec .owl-dots {
  display: none !important;
}

.marginEve {
  margin-top: 55px;
}

.floating.feature {
  position: relative;
  top: -90px;
}

.floating.learning {
  position: relative;
  top: -90px;
}

.floating.curriculum {
  position: relative;
  top: -90px;
}

.floating.aboutUS {
  position: relative;
  top: -30px;
}

@media screen and (min-width: 1200px) {
  .secc1.rest2::after {
    height: 490px;
  }

  .tbb1 .insider {
    padding: 90px;
    padding-bottom: 0;
  }

  .tbb2 .insider {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  .benefitImg img {
    height: auto;
  }

  .benefitSec {
    padding: 51px;
  }

  .ordering .benefit-content {
    order: 2;
  }

  .semBox ul {
    list-style-type: none;
    margin: 0 15px;
    margin-right: 0;
  }

  .semBox ul li {
    list-style-type: none;
  }

  .semBox ul li {
    list-style-type: disc;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
  }

  .benefitImg {
    flex: auto;
  }

  .benefit-content {
    flex: auto;
    padding: 0px;
    margin-top: 17px;
  }

  .sectionAbout--2 .aboutImg-sec {
    margin-right: 0;
    flex: auto;
    margin-bottom: 23px;
  }
  .sectionAbout--2 .aboutContent {
    align-self: auto;
    flex: auto;
    margin-left: 55px;
    margin-bottom: 70px;
  }

  /* .academic-banner h1 {
    font-size: 35px;
  } */
}

@media screen and (max-width: 575px) {
  .benefitSec {
    padding: 0px;
  }
  .geteway {
    margin-top: 0px;
  }
  .getewayCont p {
    padding-right: 0px;
  }
  .geteway {
    padding: 40px 0;
  }
  .waitlist button {
    margin-top: -22px;
  }

  .featuredBox p {
    font-size: 16px;
    padding: 0 0px;
  }
  .academic-banner {
    padding: 0px 0;
  }
  .getewayCont h2 {
    font-size: 24px;
    line-height: 35px;
  }
  .sectionAbout--2 .aboutContent {
    margin-bottom: 40px;
  }
  .marginEve {
    margin-top: 10px;
  }
}

.ContentDiv {
  /* width: 211px; */
  width: 211px;
  background: #ffffff;
  text-align: center;
  align-self: center;
  padding: 69px 0;
  border: 2px solid #e05965;
  position: relative;
  z-index: 9;
  height: 209px;
}

/* .ContentDiv.div11 {
  margin: 0;
} */
@media screen and (max-width: 480px) {
  .aboutProgram .div1 {
    display: none;
  }
  .aboutProgram {
    padding: 40px 0;
    padding-bottom: 0px;
  }
}

.ContentDiv h5 {
  color: #284469;
  font-weight: 600;
  font-size: 20px;
  padding: 0 23px;
}

.ImgDiv {
  width: 208px;
  position: relative;
  top: 8px;
}

.cusml {
  margin-top: -17px;
}

/* .aboutImg-sec .owl-carousel .owl-item img {
  height: 209px;
} */

.aboutImg-sec .owl-carousel .owl-item img {
  width: 100%;
  height: 209px;
}

@media screen and (max-width: 991px) {
  .semesterbutton1.second {
    display: none;
  }

  .semesterbutton1.second.middle {
    display: block;
  }

  .secc1::after {
    left: -23px;
  }
  .secc1.rest2::before {
    left: -30px;
  }

  .secc1.active::before {
    left: -35px !important;
  }

  .secc1.rest3::before {
    left: -30px;
  }
  .secc1.rest4::before {
    left: -30px;
  }

  .semBox ul li {
    list-style-type: none;

    font-size: 13px;
    line-height: 22px;
    color: #000;
  }

  .semBoxCont h4 {
    font-size: 17px;

    margin: 0 14px;
    padding-right: 0;
  }

  .flex-lg-nowrap {
    flex-wrap: wrap;
  }

  .semBox {
    width: 100%;
  }
  .semBox:nth-child(4) .semBoxCont {
    padding-left: 0px;
  }
  .sectionAbout--2 .aboutContent {
    margin-left: 0;
  }
  .academic-banner img {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .whole {
    padding-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .curriIcon {
    background-size: contain;
  }

  .semesterbutton1 {
    font-size: 20px;
  }

  .secc1 {
    padding-bottom: 0;
  }

  .benefitSec {
    margin-top: 0px;
  }
  @media screen and (max-width: 767px) {
    .aboutProgram .div1 {
      display: none;
    }
  }
  .benefit-content li {
    font-size: 16px;
    line-height: 30px;
  }
  .secc1::after {
    display: none;
  }
  .secc1.rest2::before {
    display: none;
  }

  .secc1.active::before {
    display: none;
  }

  .secc1.rest3::before {
    display: none;
  }
  .secc1.rest4::before {
    display: none;
  }
  .featuredBox h5 {
    font-size: 22px;
  }

  .secc1 h3 {
    font-size: 24px;
    line-height: 35px;
    border-bottom: 2px solid;
    padding-bottom: 9px;
    margin-top: 25px;
  }

  .academic-banner .d-flex.justify-content-between {
    flex-wrap: wrap;
  }

  .sectionAbout--2 .aboutContent h3 {
    font-size: 24px;
    line-height: 35px;
  }

  .benefit-content h4 {
    font-size: 24px;
    line-height: 45px;
  }
  .benefit-content p {
    font-size: 16px;
    line-height: 30px;
  }

  .semBoxCont {
    padding: 0;
    padding-right: 0;
  }

  .curriculum .semesterbutton1 {
    width: 135px;
    height: 53px;
    padding: 13px;
    letter-spacing: 0px;
    font-size: 16px;
    margin: 0 7px;
  }

  .curriIcon {
    background-image: url(/static/media/ellips.159bfe8fdce57606035d.png);
    padding: 0;
    position: relative;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    /* min-width: 148px; */
  }

  .curriIcon::before {
    height: 41px;
    top: -40px;
  }
  .curriIcon::after {
    height: 41px;
    bottom: -40px;
  }

  .curriIcon img {
    width: 59px;
    top: 20px;
    left: 20px;
  }

  .semBox:nth-child(2) .semBoxCont {
    padding-left: 0;
  }

  .aboutProgram .div1 {
    margin-bottom: 15px;
  }

  .sm-wrap {
    flex-wrap: wrap;
  }

  .academic-banner img {
    display: none;
  }

  .academic-banner .bannertext {
    width: 100%;
  }
}

.main {
  margin-top: 75px;
}

.academic-banner .bannertext {
  align-self: center;
}

.academic-banner h1 {
  font-size: 45px;
  font-weight: 600;
  color: #253e68;
}

.edAboutCont h2 {
  color: #e05965;
  font-size: 27px;
  max-width: 290px;
  line-height: 35px;
  font-weight: 600;
  position: relative;
}

.edAboutCont h2.animated span {
  height: 0;
  opacity: 0;
}

.edAboutCont h2 span {
  position: absolute;
  width: 7px;
  height: 105px;
  transition: height 1s;
  opacity: 1;
  background: #8a8a8a;
  border-radius: 10px;
  left: 0px;
}

.hexaBg {
  background-image: url(data:image/png;base64,);
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 540px;
  background-position: center;
  margin-top: 60px;
  padding-top: 118px;
}

.hexa1 {
  margin: 0;
  position: relative;
  top: -14px;
  left: 275px;
}

.hexa2 {
  margin: 0;
  position: relative;
  left: 39rem;
  top: 90px;
}

.hexa1 p {
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #000;
  max-width: 220px;
  font-weight: 500;
  line-height: 31px;
}

/* .hexa2 {
  align-self: center;
  margin-top: 112px;
  position: relative;
  left: 13px;
} */

.hexa2 p {
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #000;
  max-width: 220px;
  font-weight: 500;
  line-height: 31px;
}

.hexaBg p {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #000;
  max-width: 200px;
  font-weight: 500;
  text-align: center;
}

.edAbout {
  padding: 49px 0;
}

.edAboutCont.one {
  position: relative;
  top: 5px;
  left: -134px;
}

.edAboutCont.one h2 {
  color: #e05965;
  font-size: 27px;
  max-width: 313px;
  line-height: 35px;
  font-weight: 600;
  position: relative;
  padding: 0 25px;
}

.edAboutCont.two {
  align-self: flex-end;
  position: relative;
  top: 115px;
  left: 180px;
}

.edAboutCont.two h2 {
  color: #e05965;
  font-size: 27px;
  max-width: 313px;
  line-height: 35px;
  font-weight: 600;
  position: relative;
  padding: 0 25px;
}

.getSchool {
  padding: 49px 0;
}

.schooltext {
  align-self: center;
  background-image: url(data:image/png;base64,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);
  width: 40%;
  background-size: contain;
  background-position: inherit;
}

.schooltext h2 {
  font-size: 59px;
  font-weight: 700;
  line-height: 75px;
  max-width: 360px;
}

.schoolForm {
  width: 60%;
}

/* select,
input,
textarea {
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #e4edff;
  border-radius: 5px;
  font-size: 15px;
  color: #555;
  padding: 0 10px;
  outline: none;
  background: #ffffff;
  margin: 12px 0;
} */

.schoolForm button {
  background: #e05965;
  color: #fff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 14px 30px;
  width: 100%;
  border-radius: 5px;
  margin-top: 17px;
  outline: none;
}

.haveQuestion {
  background: #f2f2f2;
  padding: 59px 0;
}

.haveText h2 {
  font-size: 45px;
  font-weight: 700;
  margin: auto;
}

.haveText p {
  font-size: 16px;
  letter-spacing: 0.5px;
  max-width: 437px;
  line-height: 27px;
  margin-top: 12px;
}
.haveButtons {
  align-self: center;
  padding-left: 50px;
}

.haveButtons button,
.haveButtons a {
  background: #314b6f;
  color: #fff;
  border: none;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 7px 27px;
  outline: none;
  margin: 23px 0;
  border-radius: 5px;
  display: block;
  text-decoration: none;
}

.enrollBg {
  min-height: 600px;
  background-image: url(/static/media/enrolweb1.7a1b02e86317e5161de3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 35px 0 0;
}

.edtech .input-group input {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 12px;
  height: 45px;
  border-radius: 5px;
  outline: none;
  margin: 14px 0;
}

@media screen and (max-width: 1199px) {
  .edAboutCont.two {
    top: 145px;
    left: 114px;
  }

  .edAboutCont.one {
    left: 17px;
    top: 68px;
  }

  .hexa1 {
    margin: 0;
    position: relative;
    top: -30px;
    left: 129px;
  }

  .hexa2 {
    margin: 0;
    position: relative;
    left: 26rem;
    top: 53px;
  }
}

@media screen and (max-width: 991px) {
  .hexa1 {
    left: 105px;
  }

  .hexa2 {
    left: 21rem;
  }

  .hexaBg p {
    max-width: 200px;
    display: -webkit-box;
    max-width: 135px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .getSchool .d-flex {
    flex-wrap: wrap;
  }

  .haveQuestion .d-flex {
    flex-wrap: wrap;
  }
  .haveQuestion .haveText {
    width: 100%;
  }

  .haveText p {
    max-width: 100%;
  }
  .schooltext {
    width: 100%;
  }

  .schoolForm {
    width: 100%;
  }

  .haveButtons {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .enrollBg {
    background-image: url(/static/media/enrolMobie1.dab786ede504376c0c41.png);
    min-height: 780px;
    margin: -35px 0 0;
  }
  .haveButtons {
    align-self: center;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .haveButtons button,
  .haveButtons a {
    margin: 8px 0;
  }
  .getSchool {
    padding: 40px 0;
    padding-top: 0px;
  }
  .haveText h2 {
    font-size: 24px;
    line-height: 35px;
  }
  .haveQuestion {
    padding: 40px 0;
  }
  .noneSm {
    display: none !important;
  }

  .hexa1 {
    left: 61px;
    top: -62px;
  }

  .hexa2 {
    left: 13rem;
    top: -7px;
  }

  .edAboutCont.one {
    left: 0;
    width: 100%;
  }

  .edAboutCont.two {
    top: 100px;
    right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .hexa1 {
    left: 115px;
    top: -35px;
  }
  .edAbout {
    padding: 40px 0;
    padding-bottom: 0px;
  }

  .sectionAbout--2 {
    /* display: none !important; */
  }

  .enrollBg {
    min-height: 400px;
    background-size: contain;
  }

  .academic-banner img {
    display: none;
  }

  .edAboutCont.two h2 {
    font-size: 17px;
    max-width: 201px;
    line-height: 25px;
    padding: 0 25px;
  }

  .edAboutCont.one h2 {
    font-size: 17px;
    max-width: 225px;
    line-height: 25px;
    padding: 0 25px;
  }

  .edAboutCont h2 span {
    height: 75px;
  }

  .aboutProgram .div2 h5 {
    font-size: 24px;
  }

  .aboutProgram .div2 p {
    font-size: 18px;
    line-height: 30px;
  }

  .hexaBg {
    margin-top: 150px;
  }

  .edAbout .d-flex {
    flex-wrap: wrap;
  }

  .academic-banner .bannertext {
    width: 100%;
  }

  .hexaBg {
    background-image: url(data:image/png;base64,);
  }

  .academic-banner h1 {
    font-size: 30px;
    text-align: center;
  }

  .academic-banner .d-flex.justify-content-between {
    flex-wrap: wrap;
  }

  .hexa2 {
    left: -5rem;
    top: 15rem;
  }

  .schooltext h2 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 14px;
    max-width: none;
  }
  .enrollBg {
    min-height: 570px;
    /* background-size: cover; */
  }
}

.enrollNow {
  margin: 75px 0;
}

.enrollNow h4 {
  font-size: 24px;
  font-weight: 600;
  color: #777;
  margin: 30px 0 0;
}

.enrollNow p button {
  background: #e83852;
  color: #fff;
  border: 1px solid #e83852;
  font-size: 17px;
  letter-spacing: 1px;
  padding: 17px 50px;
  border-radius: 100px;
  font-weight: 600;
  margin: 30px 0;
  text-transform: uppercase;
  box-shadow: 0 5px 15px #00000038;
  transition: all 0.4s;
}

.userInfo {
  margin-top: 75px;
  position: relative;
}

.welcomeBox {
  background: #284468;
  background-image: url(/static/media/bobblesDots.902532f41c20db816d32.png);
  height: 600px;
  position: relative;
  width: 50%;
}

.welcomeBoxInner {
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0 75px;
}

.dob input {
  border: 1px solid #ddd;
  border-radius: 0;
  width: 100%;
  height: 45px;
  padding: 0 11px;
  font-weight: 500;
  color: #777;
  text-align: left;
  font-size: 15px;
  outline: none;
}

.dob input:focus {
  border: 1px solid #284469;
}

.dob input[type="date" i] {
  color: #284469;
  cursor: pointer;
}

.input-container input {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: 0.75rem;
  position: relative;
  width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

input[type="date"] {
  position: relative;
}

input[type="date"]::before {
  font-family: FontAwesome;
  content: "\f073";
  position: absolute;
  right: 12px;
}

.dob input:nth-child(1) {
  /* border-right: none; */
  /* border-radius: 5px 0px 0 5px; */
  border-radius: 5px;
}

.dob input:nth-child(2) {
  border-right: none;
}

.dob input:nth-child(3) {
  border-radius: 0px 5px 5px 0px;
}

.welcomeBoxInner h5 {
  color: #d94a5a;
  letter-spacing: 1px;
  font-size: 28px;
}

.welcomeBoxInner h1 {
  font-size: 41px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
  font-weight: 600;
  line-height: 59px;
  margin-top: 15px;
}

.userInfoForm {
  width: 55%;
  height: 90%;
  background: #fff;
  box-shadow: 0 0 19px #00000030;
  position: absolute;
  top: 4%;
  right: 35px;
  border-radius: 9px;
  padding: 30px;
  overflow: auto;
}

.dropBox {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 0;
  max-height: 300px;
  overflow: hidden;
  width: 100%;
}

.genderWrapper {
  position: relative;
  width: 100%;
  margin-right: 15px;
  z-index: 0;
}

.selectgender input[type="radio"] {
  border: 1px solid #ccc;
  width: 100%;
  height: 100%;
  padding: 0;
  vertical-align: sub;
  margin-right: 2px;
  opacity: 0;
  position: absolute;
  z-index: 9;
}

.userInfoForm label {
  font-size: 16px;
  color: #284469;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
}

.userInfoForm label small {
  color: #d94a5a;
  font-size: 16px;
  vertical-align: middle;
  padding: 2px;
}

.selectgender span {
  display: inline-block;
  background: #f6f8fc;
  padding: 9px 15px;
  border: 1px solid #eee;
  border-radius: 5px;
  position: relative;
  width: 100%;
  text-align: center;
  margin-right: 23px;
}

.selectgender span svg {
  float: left;
}

.selectgender input[type="radio"]:checked+span {
  border: 1px solid #cc616dd9;
  background: #fffafb;
  color: #d94a5a;
}

.selectgender input[type="radio"]:checked+span svg {
  /* fill: #d94a5a; */
  stroke: #d94a5a;
  stroke-width: 0.7;
}

.selectgender input[type="radio"]:checked+span::after {
  content: "✔";
  width: 14px;
  height: 14px;
  background: #d94a5a;
  border: 1px solid #d94a5a;
  position: absolute;
  border-radius: 50px;
  top: -5px;
  right: -7px;
  box-shadow: 0 0 9px #00000030;
  font-size: 8px;
  color: #ffffff;
}

.dropBox p {
  color: #999;
}

.dropBox p button {
  color: #284469;
  font-weight: 500;
  border: none;
  background: transparent;
  outline: none;
  font-size: 15px;
  margin-bottom: 70px;
  position: relative;
  z-index: -1;
}

.brouseNew {
  position: relative;
  top: -85px;
}

.userInfoForm h1 {
  font-size: 21px;
  font-weight: 600;
  color: #284469;
  margin-bottom: 24px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.userInfoForm h1 span {
  color: #ccc;
}

button.newUserBtn {
  background: #d94a5a;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 500;
  width: 130px;
  height: 45px;
  border-radius: 5px;
  box-shadow: 0 0 9px #00000029;
  border: 1px solid #d94a5a;
  transition: all 0.4s;
}

button.newUserBtn:hover {
  background: transparent;
  color: #d94a5a;
}

button.skipSave {
  background: #284469;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 500;
  width: 130px;
  height: 45px;
  border-radius: 5px;
  box-shadow: 0 0 9px #00000029;
  border: 1px solid #284469;
  transition: all 0.4s;
}

button.skipSave:hover {
  background: transparent;
  color: #284469;
}

textarea {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 9px;
  min-height: 150px;
  padding: 15px;
}

.wordCout {
  font-size: 14px;
  color: #38b363;
}

.clear_img {
  width: 24px;
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .onlyDesk {
    display: none;
  }

  .userInfoForm {
    width: 100%;
    max-width: 93%;
    margin: 30px auto;
    height: 100%;
    box-shadow: 0 0 19px #00000008;
    border: 1px solid #eee;
    position: static;
  }
}

@media screen and (max-width: 575px) {
  .selectgender span {
    padding: 7px 9px;
    border-radius: 3px;
    font-size: 14px;
  }

  .genderWrapper {
    position: relative;
    width: 100%;
    margin-right: 8px;
    z-index: 0;
  }
}
.userProfileNew {
  margin-top: 74px;
  background: #f6f8fc;
}

.userProfileNew ul {
  background: transparent;
  padding: 50px 33px;
  position: -webkit-sticky;
  position: sticky;
  top: 82px;
  display: block;
  height: 100vh;
  margin-left: 0;
  border-radius: 0;
  width: 100%;
  z-index: 9;
}

.profileTabContent {
  width: 100%;
  padding: 24px;
  padding-left: 0;
  position: relative;
  margin-left: -31px;
}

.usernewLst {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.userProfileNew ul li {
  display: block;
  margin: 35px 0;
  position: relative;
}

/* .userProfileNew ul li:nth-child(6) {
  display: none;
}

.userProfileNew ul li:last-child {
  display: none;
} */

.userProfileNew ul li:first-child {
  margin-top: 0 !important;
}

/* .userProfileNew ul li:nth-child(1) {
  display: none;
} */

.userProfileNew ul li a {
  display: block;
}

.tabIndi ul li {
  background: transparent;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  border: 2px solid #dd5c6a;
  display: inline-block;
  margin-right: 12px;
  /* cursor: pointer; */
}

.tabIndi ul li.active {
  background: #dd5c6a;
}

.newcard {
  padding: 20px;
  background: #fff;
  box-shadow: 1px 2px 9px #00000042;
  border-radius: 9px;
}

.userNewPic {
  position: relative;
  border: 1px solid #eaeaea;
  min-height: 270px;
  padding: 7px;
  background: #f5f7fb;
  border-radius: 2px;
  overflow: hidden;
}

.userNewPicHold {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 5px;
}

.userNewPic img {
  width: 100%;
  height: auto;
}

.userNewInfo {
  padding: 9px 15px;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 9px;
  padding-top: 0;
}

.portfolioTop {
  border-bottom: 1px solid #eeeeee75;
  padding-bottom: 12px;
}

.userNewInfo .outline {
  border: dashed 1px #ccc;
  padding: 0px 10px;
  margin-right: 18px;
  height: 41px;
  line-height: 2.5;
  border-radius: 5px;
  width: 100%;
  outline: none;
  color: #999;
  font-size: 15px;
  font-weight: 400;
  background: transparent;
  cursor: text;
  text-align: left;
  height: auto;
  line-height: 21px;
  padding: 11px 9px;
}

.userNewInfo .outline:focus {
  border: dashed 1px #284469;
}

.forDate {
  height: 50px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #eee;
  padding: 0 12px;
  box-sizing: border-box;
  width: 100%;
  background: #f0f0f0;
}

.forDate.transp {
  background: transparent;
  color: #777;
  border: 1px dashed #ddd;
}

.userper > div {
  width: 100%;
  padding: 0 12px;
  align-self: center;
}

.userper > div:first-child {
  padding-left: 0;
}

.userper > div:last-child {
  padding-right: 0;
}

.descriptionBoxNew .outline {
  border: 1px dashed #ccc;
  padding: 9px 12px;
  border-radius: 5px;
  margin-top: 24px;
  outline: none;
  margin-bottom: 10px;
}

h4 {
  font-size: 20px;
  font-weight: 600;
  color: #284469;
}

p {
  color: #999;
}

.userEditNew {
  background: #f5f7f9;
  border: 1px solid #dbdbdb;
  font-weight: 500;
  padding: 0px 9px;
  border-radius: 3px;
  font-size: 14px;
  float: right;
  height: 41px;
  line-height: 41px;
  position: absolute;
  top: 0;
  right: 0;
}

.descriptionBoxNew .userEditNew {
  right: 18px;
}

.userEditNew svg.edit {
  width: 26px;
  height: auto;
  margin-right: 3px;
}

.userEditNew svg.save {
  vertical-align: sub;
  margin-right: 9px;
}

.userPortNew {
  background: #29af5f;
  border: 1px solid #29af5f;
  padding: 7px 12px;
  border-radius: 5px;
  margin-right: 13px;
  font-weight: 500;
  color: #fff;
}

.userPortNew svg {
  vertical-align: sub;
  margin-right: 9px;
}

.userper button {
  height: 41px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 9px 0;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0px 12px;
  font-size: 14px;
  width: 100%;
  white-space: nowrap;
}

.userper button svg {
  margin-right: 9px;
  vertical-align: sub;
}

.userSlideBox p {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 9px #0000005c;
  border-radius: 5px;
  padding: 12px;
  margin: 21px 0;
  color: #284469;
  font-weight: 500;
}

.descriptionBoxNewWrap {
  box-shadow: 0 0 9px #00000042;
  background: #fff;
  padding: 21px;
  border-radius: 9px;
}

.descriptionBoxNew h3 {
  font-size: 20px;
  font-weight: 600;
  color: #284469;
}

.descriptionBoxNew p {
  color: #666;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 24px;
  text-align: left;
}

.descriptionBoxNew:last-child p {
  border-bottom: none;
}

.descriptionBoxNew:last-child p.outline {
  border-bottom: 1px solid #eee;
}

.userProfileNew .usernewLst ul {
  background: transparent;
  padding: 0px 0;
  max-width: 85%;
  margin: auto;
  border-bottom: none;
}

.userProfileNew .usernewLst ul li {
  box-shadow: 0 0 9px #00000042;
  background: #fff;
  border-radius: 5px;
  margin: 0px 0;
  margin-bottom: 17px;
  font-weight: 500;
  color: #777;
  padding: 0px;
  border-radius: 7px;
  text-align: left;
  cursor: pointer;
}

.userProfileNew .usernewLst ul li:first-child {
  display: block;
}

.userProfileNew .usernewLst ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.userNewInfo ul {
  padding: 0 0;
  max-width: 92%;
  margin-right: 16px;
  position: static;
}

.userNewInfo li {
  background-color: #f1f1f1;
  margin: 3px 0 !important;
  border-radius: 0px;
  padding: 7px 15px;
  cursor: pointer;
  border-radius: 3px;
}

.userNewInfo li:hover {
  background-color: #e1eddc;
}

.userNewInfo li.active {
  background-color: #e1eddc;
  box-shadow: 0 0 15px #0000003b;
}

.profile-infoNew table tbody tr td {
  color: #415b79;
  font-size: 16px;
}

.profile-infoNew table tbody tr td.viewlink {
  color: #415b79;
  font-size: 15px;
  text-decoration: underline;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.profile-infoNew table tbody tr td.writeNow {
  color: #dd5f6d;
  text-decoration: none;
}

.noactive {
  display: flex;
  margin: 12px 0px;
  position: absolute;
  top: 10px;
  left: 21px;
  color: #333;
  z-index: 9;
}

.noactive.acive {
  color: #fff;
}

.userNewInfo h4 {
  margin-bottom: 5px;
  text-transform: capitalize;
}

.userNewInfo table {
  width: 98%;
  margin-bottom: 14px;
}

.table tbody tr td.clickAble {
  color: #e8354f;
  font-weight: 500;
}

.newUHead {
  background-color: #f5f7fb;
  padding: 19px;
}

.newbackContent {
  padding: 19px;
}

.newbackContent h3 {
  font-size: 17px;
  color: #52688d;
  margin-bottom: 12px;
  font-weight: 600;
}

.newbackContent p {
  font-size: 16px;
  color: #777;
  line-height: 28px;
}

.backProfile button {
  font-size: 21px;
  font-weight: 600;
  color: #284469;
  box-shadow: none;
  outline: none;
  background: none;
  border: none;
}

.backProfile button svg {
  width: 22px;
  height: 36px;
  fill: #284469;
  vertical-align: top;
  margin-right: 5px;
}

.newInfo h5 {
  font-size: 18px;
  font-weight: 500;
  color: #284469;
}

.textareaProfile {
  margin: 15px 0;
}

.textareaProfile label {
  font-size: 16px;
  font-weight: 500;
  color: #284469;
  display: block;
}

.textareaProfile textarea {
  padding: 12px 15px;
}

.textareaProfile p small {
  color: #07b707;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
}

.submitProfile {
  background: #d94a5a;
  color: #fff;
  border: 1px solid #d94a5a;
  border-radius: 5px;
  width: 130px;
  height: 46px;
  box-shadow: 0 1px 9px #0000001f;
  transition: all 0.4s;
}

.submitProfile:hover {
  background: transparent;
  color: #d94a5a;
}

.cancelProfile {
  background: #f5f7fb;
  color: #000;
  border: 1px solid #eee;
  border-radius: 5px;
  width: 130px;
  height: 46px;
  box-shadow: none;
  transition: all 0.4s;
}

.submitProfile:hover {
  background: transparent;
  color: #d94a5a;
}

.autoSelect span {
  display: block;
  padding: 9px 12px;
  background: #f5f7fb;
  border: 1px solid #eee;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 5px;
  margin-top: 9px;
  color: #777;
  margin-right: 19px;
  letter-spacing: 0.5px;
}

.autoSelect span strong {
  margin-left: 9px;
  font-size: 18px;
  color: #284469;
  font-weight: 600;
  cursor: pointer;
}

.inputGroupDexPro input {
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: 5px 0;
  padding: 2px 0;
  outline: none;
  box-shadow: none;
}

.inputGroupDexPro small {
  font-size: 18px;
  margin-left: 9px;
  color: #666;
}

.inputGroupDexPro label {
  display: block;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 500;
  color: #d94a5a;
  margin-bottom: 2px;
}

.unitsWrapper .proUnit {
  width: 115px;
  text-align: center;
  background: #f1f1f1;
  height: 41px;
  border-radius: 5px;
  line-height: 41px;
  font-weight: 500;
  margin: 7px 2px;
  color: #284469;
  transition: all 0.3s;
  cursor: pointer;
}

.unitsWrapper .proUnit:hover {
  background: #e1eddc;
  box-shadow: 0 0 9px #00000014;
}

.unitsWrapper .proUnit.active {
  background: #e1eddc;
  box-shadow: 0 0 9px #0000005e;
}

.profilerating .ratinginput {
  display: block;
  width: 55px;
  height: 50px;
  background: #fff;
  box-shadow: 0 0 19px #0000001c;
  border-radius: 7px;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
  color: #284469;
  margin: 9px 0;
  margin-right: 24px;
  transition: all 0.3s;
  border: 1px solid #dddddd78;
}

.profilerating .ratinginput:hover {
  background: #d94a5bd0;
  color: #fff;
  border: 1px solid #d94a5bd0;
  cursor: pointer;
}

.profilerating .ratinginput.active {
  background: #d94a5a;
  color: #fff;
  border: 1px solid #d94a5a;
  cursor: default;
  outline: none;
  box-shadow: 0 0 19px #00000038;
}

.levelSummary {
  margin: 14px 0;
}

.levelSummary input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 9px 12px;
}

.empType {
  background: #f1f1f1;
  border: 1px solid #dddddd78;
  padding: 9px 14px;
  border-radius: 5px;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #284469;
  font-weight: 500;
  margin: 0px 0;
  display: inline-block;
  margin-right: 15px;
  transition: all 0.3s;
}

.empType:hover {
  background: #d94a5a;
  border: 1px solid #d94a5a;
  color: #fff;
}

.empdate {
  width: 100%;
  height: 41px;
  border: 1px solid #ddd;
  padding: 0 12px;
  border-radius: 5px;
  outline: none;
  color: #284469;
  font-weight: 500;
}

.mycertificate {
  max-width: 305px;
}

.mycertificate .imgcertifica {
  width: 100%;
  min-height: 190px;
  background-color: #f5f7fb;
  min-width: 100%;
  border-radius: 3px;
  margin-bottom: 12px;
}

.mycertificate .imgcertifica iframe {
  display: block;
  width: 100%;
  height: auto;
  min-height: 190px;
  border: none;
  padding: 12px;
}

.mycertificate .download {
  border: 1px solid #cccccc38;
  background: #f5f7fb;
  padding: 0;
  padding-left: 7px;
  border-radius: 2px;
  margin: 9px 0;
  color: #555;
  display: flex;
  width: 130px;
  height: 45px;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
}

.usernewLst svg {
  width: 30px;
  height: auto;
  position: relative;
  top: 0px;
  margin-right: 11px;
}

.usernewLst .active svg {
  fill: #fff;
}

.usernewLst .active svg path {
  fill: #fff;
  stroke: none;
}

.mycertificate .share {
  border: 1px solid #2baf63;
  background: #2baf63;
  padding: 0px 0px;
  padding-left: 12px;
  border-radius: 2px;
  margin: 9px 0;
  color: #fff;
  display: flex;
  height: 45px;
  line-height: 44px;
  font-size: 15px;
  width: 115px;
}

.mycertificate .share svg {
  width: 33px;
  height: auto;
  fill: #fff;
  position: relative;
  top: 5px;
  margin-right: 2px;
}

.mycertificate svg {
  width: 30px;
  height: auto;
  margin-right: 3px;
  position: relative;
  top: 5px;
}

.updateProPass {
  background: snow;
  border: 1px solid #d94a5a;
  color: #d94a5a;
  padding: 7px 21px;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 15px;
  box-shadow: 0 0 9px #00000024;
  transition: all 0.3s;
  outline: none;
}

.updateProPass:hover {
  background: #d94a5a;
  color: #fff;
}

.textareaProfile.cp input {
  width: 100%;
  border: 1px solid #ddd;
  height: 45px;
  border-radius: 5px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  outline: none;
}

.textareaProfile.cp input::placeholder {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  letter-spacing: 3px;
  line-height: 50px;
  padding-top: 12px;
}

.textareaProfile.cp.cp2 input::placeholder {
  font-size: 15px;
  font-weight: 500;
  color: #999;
  letter-spacing: 0.3px;
  line-height: 50px;
  padding-top: 12px;
}

.textareaProfile.cp {
  margin: 24px 17px;
}

.userProfileNew .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: transparent;
  border-color: transparent;
}

.newmenu svg {
  width: 57px;
  height: auto;
  position: relative;
  top: 3px;
  margin-right: 3px;
  background: #e0e3e9;
  box-shadow: 0 0 19px #00000000;
  padding: 7px;
  border-radius: 13px;
  fill: #284469;
}

.active .newmenu svg {
  background: #284469;
  fill: #fff;
  box-shadow: 0 0 9px #1c33518a;
}

.active .newmenu svg path {
  fill: #fff;
}

.newmenu svg path {
  fill: #284469;
  stroke: #284469;
  stroke-width: 0;
}

.newmenu.active svg {
  background: #284469;
  fill: #fff;
  stroke: #fff;
  stroke-width: 0;
  box-shadow: 0 2px 19px #00000042;
}

.newmenu.active svg path {
  fill: #fff;
  stroke: #fff;
}

.tab-content.userpro {
  margin: 23px 31px;
  margin-left: -90px;
  position: relative;
}

.pane1 {
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 0 9px #00000042;
  min-height: 600px;
  padding: 35px;
}

.usernewLst .nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #284469;
  padding: 11px 24px;
  background-color: #fff;
  border-radius: 9px;
  overflow: hidden;
}

.usernewLst .nav-tabs .nav-link.active {
  background-color: #dd5f6d;
  color: #fff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.notificationSetting {
  background: #fff;
  min-height: 600px;
  box-shadow: 0 0 19px #00000017;
  padding: 30px;
  border-radius: 9px;
}

.notificationSetting h5 {
  font-size: 18px;
  color: #284469;
  font-weight: 600;
  margin-bottom: 5px;
}

.notificationSetting p {
  font-size: 16px;
  color: #777;
  line-height: 28px;
}

.notiStripe {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.userProfileNew .usernewLst ul li {
  left: 0;
}

.userProfileNew .usernewLst ul {
  max-width: 100%;
}

.toggle-wrapper.userP .toggle {
  background: #f5f7f9;
  border: 1px solid #eee;
}

.toggle-wrapper.userP .toggle:checked {
  background: #284469;
  border: 1px solid #284469;
}

.toggle-wrapper.userP .toggle:after {
  background-image: none;
}

.toggle-wrapper.userP {
  width: auto;
  float: right;
}

.userProfileNew .nav-tabs {
  border-bottom: none;
}

.descriptionBoxNew {
  clear: both;
  margin: 30px 0;
  margin-top: 9px;
}

.profileMunu {
  width: 170px;
  background: #fff;
}

.userSlideBox .item {
  margin: 0 0px;
  padding: 0 5px;
}

.userSlideBox .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 9;
}

.userSlideBox .owl-nav button {
  background: #fff !important;
  box-shadow: 0 0 9px #00000026;
  height: 31px;
  width: 25px;
  border-radius: 3px;
  border: 1px solid #ddd !important;
}

.userSlideBox {
  /* max-width: 1200px; */
  min-height: 24px;
  padding: 0 0px;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.userCourse {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 9px #0000005c;
  border-radius: 5px;
  padding: 0;
  margin: 20px 0;
  position: relative;
  height: 75px;
}

.userCourse span {
  color: #284469;
  font-weight: 500;
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 0 20px;
  line-height: 21px;
  text-align: center;
  display: -webkit-box;
  max-width: 200px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tabNameHover {
  position: absolute;
  top: -53px;
  left: -33px;
  width: 154px;
  display: block;
  background: #fff;
  z-index: 99;
  box-shadow: 0 1px 9px #0000002b;
  padding: 7px 13px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #284469;
  transition: transform 0.4s;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  border-radius: 0px 4px 4px 0px;
}

.userProfileNew ul li:hover .tabNameHover {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.tabNameHover::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #284469;
  position: absolute;
  top: 36px;
  left: 55px;
}

.profile-infoNewAdd .showPassword {
  padding: 0 21px;
  margin-bottom: 40px;
  position: relative;
  z-index: 99;
}

.portfolioLabel {
  font-size: 15px;
  font-weight: 500;
  color: #284469;
  margin: 2px 1px;
}

.fontInc {
  font-size: 17px;
}

.cardDetail {
  background: #f5f7fb;
  padding: 24px;
}

.cardDetailBtn button {
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
  color: #274367;
  font-size: 22px;
  font-weight: 600;
}

.userheadDetail h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.userheadDetail p {
  font-size: 14px;
}

.someRight {
  float: right;
}

.profileAssDetail {
  background-color: #fff;
  padding: 24px;
}

.profileAssDetail h5 {
  font-size: 17px;
  color: #274367;
  font-weight: 600;
  margin-bottom: 7px;
}

.profileAssDetail p {
  color: #777;
}

.addSkill {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 9px;
  border-radius: 3px;
  outline: none;
  color: #666;
  font-size: 15px;
}

.verifiedText {
  color: green;
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: -30px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.notificationSetting h3 {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 11px;
  margin-bottom: 30px;
}

.notificationSetting .button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.notificationSetting .button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  margin: -20px auto 0 auto;
  overflow: hidden;
}

.notificationSetting .button.r,
.button.r .layer {
  border-radius: 2px;
}

.notificationSetting .button.b2 {
  border-radius: 2px;
}

.notificationSetting .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.notificationSetting .knobs {
  z-index: 2;
  background: #e4e4e5;
}

.notificationSetting .layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

#button-1 .knobs:before {
  content: "OFF";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 35px;
  height: 29px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 12px 4px;
  background-color: #ed4d61;
  border-radius: 3px;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before {
  content: "ON";
  left: 36px;
  background-color: #284469;
  line-height: 7px;
  text-align: center;
}

#button-1 .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
  transition: 0.3s ease all;
}

@media screen and (min-width: 1920px) {
  .userSlideBox {
    max-width: 1500px;
  }
}

@media screen and (min-width: 1366px) {
  .userSlideBox {
    max-width: 1199px;
  }
}

@media screen and (min-width: 1200px) {
  .userSlideBox {
    max-width: 1050px;
  }
}

@media screen and (max-width: 1199px) {
  .tab-content.userpro {
    margin-left: -60px;
  }

  .userProfileNew ul li {
    left: -15px;
  }
}

@media screen and (max-width: 991px) {
  .tab-content.userpro {
    margin-left: -43px;
  }

  .newmenu svg {
    width: 47px;
  }

  .userNewPic {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .userProfileNew {
    margin-top: 120px;
  }
  .notificationSetting h5 {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .userProfileNew ul li {
    margin: 35px 41px;
  }

  .profileTabContent {
    padding: 20px 18px;
    margin-left: -62px;
  }

  .userEditNew {
    font-size: 0px;
  }

  .userper > div {
    width: 100%;
    padding: 0;
  }

  .userper {
    flex-wrap: wrap;
  }

  .tab-content.userpro {
    margin-left: 14px;
  }

  .userProfileNew ul li {
    left: -25px;
  }

  .userProfileNew ul {
    padding: 0 0;
    max-width: 100%;
  }

  .tab-content.userpro {
    margin: 15px;
  }

  .usernewLst {
    margin-top: 24px;
  }

  .userProfileNew .usernewLst ul {
    padding: 0 0;
  }
}

.userDoc {
  position: relative;
  /* max-width: fit-content !important; */
}

.sad-icon {
  color: #e83852;
  font-size: 24px;
  animation: shake 0.5s infinite alternate;
}

@keyframes shake {
  0% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}

.userDoc .onHover {
  position: absolute;
  top: 47px;
  left: auto;
  background: #284469;
  border: 1px solid #284469;
  padding: 4px 11px;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 400;
  color: #fff;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: 195px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: transform 0.4s;
  z-index: 9;
  box-shadow: 0 0 9px #0000001a;
  border-radius: 3px;
}

.userDoc .onHover::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #284469;
  position: absolute;
  top: -15px;
  left: 14px;
}

.userDoc:hover .onHover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.table-responsive {
  overflow-y: hidden;
  overflow-x: auto;
}

/* .materialTabs {
  border-bottom: 1px solid #ddd;
  height: 61px;
} */

/* .smSideBar {
  background: #091427;
  padding: 0px;
  box-shadow: 0 0 9px #eee;
  border-radius: 5px;
  position: sticky;
  top: 90px;
  height: -moz-fit-content;
  height: fit-content;
} */

.smSideBar img {
  width: 100%;
}

.assignAssess .smSideBar {
  background: #845a8c;
  padding: 30px 17px;
}

/* .smSideBar button {
  border: none;
  background: #fff;
  width: 159px;
  height: 40px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 15.5px;
  color: #091427;
  outline: none;
  transition: 0.3s;
  margin: 11px 0;
  text-align: left;
  padding: 0px 21px;
} */

.smSideBar button {
  border: none;
  background: #fff;
  letter-spacing: 0.5px;
  outline: none;
  height: -webkit-fill-available;
  border-radius: 50px;
  width: 100%;
  margin: auto;
  background: transparent;
  text-align: center;
}

.smSideBar button i {
  margin-right: 5px;
}

/* .smSideBar button:hover {
  background: #e62444;
  color: #fff;
} */

.smSideBar .active button {
  color: #fff;
}

.smSideBar h1 {
  font-size: 30px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 25px;
  border-bottom: none;
  max-width: 166px;
  padding: 45px 35px;
  overflow: hidden;
  padding-right: 0;
}

.assignAssess .smSideBar h1 {
  font-size: 24px;
  line-height: 41px;
  border-bottom: 1px solid #7a4d83;
  max-width: 321px;
  padding: 45px 13px;
}

.assignAssess .nav-link {
  border: none;
  background: #f6f6f6;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 9px 23px;
  margin-left: 17px;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #ddd;
  border-bottom: none;
}

.assignAssess .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #e83852;
  border-color: #e83852;
}

.smContent {
  flex: 10 1;
}

.mainPane {
  background: #fff;
  padding: 20px;
  border-radius: 9px;
  box-shadow: 0 0 19px #0000000d;
}

.smContent h2 {
  font-size: 21px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  color: #e62444;
  padding-bottom: 14px;
}

.assignAssess .smContent h2 {
  padding-bottom: 0;
  padding-top: 0px;
  border-bottom: none;
  color: #e83852;
}

/* .assignAssess .smContent h2 svg {
  width: 37px;
  height: auto;
} */

.smSideBar svg.assign {
  width: 29px;
  margin-right: 4px;
  fill: #666;
}

.smSideBar .nav-link.active svg.assign {
  fill: #fff;
}

.smSideBar svg.assess {
  width: 25px;
  margin-right: 5px;
  fill: #666;
}

.smSideBar .nav-link.active svg.assess {
  fill: #fff;
}

.smSideBar svg.note {
  width: 25px;
  margin-right: 4px;
  fill: #666;
}

.smSideBar .nav-link.active svg.note {
  fill: #fff;
}

.assignAssess .nav-tabs {
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: none;
  margin-top: 18px;
}

.chapterTableName {
  width: 100%;
  flex: 2 1;
}

.chapterTableNameTopic {
  width: 100%;
  padding-top: 9px;
  display: none;
}

.chapterTableNameTopic:first-child {
  display: block;
}

.readTab {
  background: #fff;
  margin-left: 0px;
  padding: 33px;
  padding-top: 23px;
  border-radius: 9px;
  box-shadow: 0 0 9px #00000021;
}

/* 
.chapterTableName h5 {
  font-size: 14px;
  letter-spacing: 2px;
  color: #b5b5b5;
  font-weight: 300;
  margin-bottom: 0px;
  height: 19px;
  text-transform: capitalize;
}

.chapterTableName h5 {
  font-size: 12px;
}

.chapterTableData h4 {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
}

.chapterTableName h4 {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #091427;
}

.chapterTableData {
  flex: 9 1;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
}

.chapterTableData::-webkit-scrollbar {
  width: 2px;
  background-color: #ddd;
}

.chapterTableData::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.chapterTableData::-webkit-scrollbar-thumb {
  background-color: #1194c1;
  width: 12px;
} */

/* .userAssign .table tbody td {
  max-width: 125px;
  padding: 12px 12px;
  font-size: 14px;
  color: #727272;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: capitalize;
  vertical-align: middle;
  letter-spacing: 0.5px;
}

.userAssign .table tbody td > td {
  padding: 0 0;
}

.userAssign .table tr {
  border-bottom: 1px solid #f0f4fc;
} */

/* .userAssign .table tbody td.chapname {
  padding: 9px 11px;
  padding-bottom: 2px;
} */

.smSideBarWrap {
  background: #091427;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.24);
  border-radius: 12px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  height: -webkit-fit-content;
  height: fit-content;
  overflow: hidden;
}

.typeTd {
  text-transform: capitalize;
}

.userAssign .chapname h4 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 0;
  text-transform: none;
  text-transform: initial;
  color: #284469;
  height: auto;
  max-width: 175px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}

.quiz-title h4 {
  color: #284469;
  font-size: 21px;
  font-weight: 600;
}

.quiz-title h6 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
}

.quiz-title ul {
  list-style-type: square;
  list-style-position: inside;
}

.quiz-title li {
  color: #444;
  margin: 9px 9px;
}

.startB {
  order: 1;
}

.startC {
  align-self: center;
}

/* .startC button {
  background: transparent;
  color: #e83852;
  width: 145px;
  height: 52px;
  border-radius: 3px;
  margin: 0 15px;
  font-size: 16px;
  letter-spacing: 0.5px;
  box-shadow: 0 0 9px #00000024;
  border: 1px solid #ddd;
} */

.chapterTableData .col-12 h4 {
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 0;
}

.chapterTableNameTopic table {
  position: relative;
  top: -21px;
}

.chapterTableNameTopic .table td,
.table th {
  padding: 17px 11px;
  min-width: 80px;
}

*/ #report .chapterTableData h4 {
  min-height: auto;
}

#submission .chapterTableData h4 {
  min-height: auto;
}

#reportAssess .chapterTableData h4 {
  min-height: auto;
}

#PendingAssess .chapterTableData h4 {
  min-height: auto;
}

.chapterTableData h4:nth-child(3) {
  opacity: 0;
}

.chapterTableData .second h4:nth-child(3) {
  opacity: 1;
}

.chapterTableData .second h4 {
  font-size: 14px;
  color: #666;
  padding: 4px;
  font-weight: 500;
}

.repass-input {
  border: 1px solid #ddd;
  padding: 10px;
  background: #f5f7fb;
  border-radius: 5px;
  font-size: 15px;
  color: #555;
}

.userAssign .table td.viewComp {
  color: #e83852;
  cursor: pointer;
  white-space: nowrap;
}

.chapterTableData table td.noRecord {
  color: #999999b3;
  text-decoration: none;
  font-size: 19px;
}

.smSideBar .nav-tabs .nav-item {
  margin-bottom: -1px;
  margin: 11px 17px;
  display: block;
  width: 100%;
}

.smSideBar .nav-tabs .nav-link {
  text-align: left;
  padding: 0;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: fit-content;
  display: block;
  padding: 0;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 15px;
  width: 175px;
  height: 42px;
  line-height: 38px;
  text-align: center;
  margin: 10px auto;
}

.readTab .nav-link.active {
  background: #f5f7fb;
  color: #e05965;
}

.reportSvg {
  width: 25px;
  fill: #555;
  margin-right: 5px;
}

.nav-link.active .reportSvg {
  fill: #fff;
}

.smContent .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: none;
}

.smSideBar .nav-tabs li {
  display: block;
  width: 100%;
  margin: 10px 0px;
}

.assignAssess .chapterTableData {
  height: auto;
}

.uploadImage img {
  width: 100%;
}

.uploadForm {
  flex: 7 1;
  position: relative;
}

.uploadFormInner {
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
}

.uploadFormInner h1 {
  font-size: 24px;
  font-weight: 600;
  color: #284469d1;
}

.uploadAssign {
  background: #fff;
  box-shadow: -3px 0 9px #eee;
  border-radius: 9px;
  overflow: hidden;
}

.userChangePass .inputGroupDex {
  padding: 0 14px;
  position: relative;
  flex: 4 1;
}

.addNewNotes .div1 {
  align-self: center;
  margin-right: 12px;
}

.addNewNotes .div2 {
  border-left: 1px solid #eee;
}

.addNewNotes .div2 button {
  border: 1px solid #ddd;
  background: no-repeat;
  font-size: 15px;
  padding: 9px 7px;
  border-radius: 3px;
  padding-right: 19px;
  width: 111px;
  color: #666;
  letter-spacing: 0.5px;
  outline: none;
  margin-left: 29px;
}

.aadNewbutton {
  background: #284469;
  border: 1px solid #284469;
  color: #fff;
  font-weight: 400;
  margin-left: 12px;
  height: 41px;
  border-radius: 3px;
  box-shadow: 0 0 9px #eee;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
}

.aadNewbutton:hover {
  background: transparent;
  color: #284469;
}

.assbtn {
  border: none;
  background: transparent;
  box-shadow: none;
  outline: none;
  color: #e83852;
  padding: 7px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.overlayWeek {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 100%;
  z-index: 999;
}

.modalWeek {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  width: -moz-fit-content;
  max-width: 790px;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border-radius: 3px;
  padding: 0 20px;
}

.userAssignm .modalWeek {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  width: -moz-fit-content;
  max-width: 400px;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border-radius: 12px;
  box-shadow: 0 0 19px #60606017;
}

.modalWeek h3 {
  font-size: 20px;
  color: #284469;
  padding: 17px;
  font-weight: 600;
}

.modalWeek h3 span {
  float: right;
  font-weight: 600;
  color: #d94a5a;
  font-size: 19px;
  cursor: pointer;
}

/* .modalWeek .table thead th {
  vertical-align: bottom;
  border-bottom: none;
  background: #f7f6f9;
  color: #444;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 16px;
} */

.modalWeek .table tbody td {
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
}

.modalWeek .table tbody td:first-child {
  color: #230c69;
  font-weight: 600;
}

.modalWeek input[type="checkbox"] {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
}

.actionTd {
  padding: 5px 0.75rem !important;
}

.actionTd svg {
  cursor: pointer;
  margin-left: 5px;
  width: 31px;
}

.upl {
  border: 1px solid #e83852;
  width: 130px;
  height: 45px;
  border-radius: 3px;
  background: transparent;
  color: #e83852;
  font-weight: 500;
  font-size: 16px;
  margin: 0 9px;
}

.upl:hover {
  opacity: 0.8;
}

.upl svg {
  width: 32px;
  fill: #e83852;
  margin-right: 7px;
  position: relative;
  top: 3px;
}

.sve {
  margin: 0 9px;
  border: none;
  width: 110px;
  height: 45px;
  border-radius: 3px;
  background: #284469;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.sve:hover {
  opacity: 0.8;
}

.learningse {
  padding-top: 23px;
}

.userAs .chapterTableData .no-data-block > div {
  top: 70px;
}

.btnBack {
  position: relative;
  margin-right: 90px;
  top: 6px;
  cursor: pointer;
  color: white;
  letter-spacing: 1px;
}

.btnBack:hover {
  color: #ccc;
}

.btnBack span {
  font-size: 25px;
  position: relative;
  top: 3px;
  color: #ccc;
}

.materialTabs {
  border-bottom: 1px solid #eee;
}

.btnBack.asss {
  border-bottom: 1px solid #b5a8a880;
  display: block;
  width: 100%;
  padding-bottom: 5px;
}

.hiph {
  padding: 0 7px 0;
}

.itemId {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #00000070;
  z-index: 999;
}

.itemId .pop {
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  bottom: 0;
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  background: #ffffff;
  z-index: 99;
  margin: auto;
  max-width: 568px;
  padding: 34px 24px;
  border-radius: 5px;
  min-width: 400px;
  min-height: 100px;
  max-height: 500px;
  overflow-y: auto;
  box-shadow: 0 0 9px #00000035;
}

.viewModal {
  line-height: 2;
  display: block;
  background: no-repeat;
  border: none;
  color: #e83852;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  z-index: 9;
  left: -5px;
  top: 0px;
}

.close-pop {
  position: absolute;
  right: 18px;
  top: 0px;
  font-size: 30px;
  cursor: pointer;
  display: inline;
  color: #e83852;
}

@media screen and (max-width: 991px) {
  .smSideBar .nav-tabs .nav-link {
    margin: 9px;
    width: 135px;
  }

  .assignAssess .smSideBar h1 {
    font-size: 24px;
    line-height: 41px;
    border-bottom: 1px solid #7a4d83;
    max-width: 100%;
    padding: 9px 13px;
    padding-top: 25px;
    text-align: center;
  }

  .userAssign .d-flex {
    flex-wrap: wrap;
  }

  .userAssign .chapname h4 {
    max-width: 100%;
  }

  .userAssign .chapterTableData table td:nth-child(2) {
    width: 100%;
    margin-bottom: 17px;
  }

  .userAssign .chapterTableData table td:nth-child(1) {
    background-color: #f5f7fb;
  }

  .userAssign .chapterTableData table td td:nth-child(1) {
    background-color: transparent;
  }

  .userAssign .chapterTableData table td:nth-child(2) {
    background-color: #f5f7fb;
  }

  .userAssign .chapterTableData table td td:nth-child(2) {
    background-color: transparent;
  }

  .assignAssess .nav-tabs {
    width: -webkit-fit-content;
    width: fit-content;
    border-bottom: none;
    margin: auto;
  }

  .tab-content .nav-tabs {
    margin: inherit;
    margin-top: 19px;
  }
  .uploadAssign {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .assessAlignment {
    display: block;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 9px;
  }

  .materialTabs {
    border-bottom: none;
  }

  .assignAssess .nav-link {
    border-radius: 50px;
    border: none !important;
    text-align: center;
    margin: 9px 5px;
    background: #fff;
    box-shadow: 0 0 9px #0000000f;
  }

  .materialTabs ul {
    margin: auto !important;
  }
}

@media screen and (max-width: 575px) {
  .modalWeek {
    max-width: 90%;
  }

  .smSideBar .nav-tabs .nav-link {
    width: 100%;
  }
}

.coachTime-head {
  background-image: url(/static/media/coachTimeBg.6d27f8457d328de86231.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  padding: 23px 0 90px;
}

.coachTime-head h1 {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  align-self: center;
  margin-left: 45px;
}

.coachTimeSec {
  position: relative;
  top: -70px;
  background: #fff;
  padding: 30px;
  border-radius: 9px;
  min-height: 260px;
  box-shadow: 0 3px 9px hsla(0, 0%, 87%, 0.68);
}

.timeForm {
  flex: 6 1;
}

.coachTimeSection .react-calendar {
  width: 100%;
  background: transparent;
  border: none;
  line-height: inherit;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  font-family: "DM-Sans" !important;
}

.TimeSec {
  padding: 32px 0 0;
  flex: 3 1;
}

.timeForm {
  flex: 5 1;
}

.react-calendar__navigation__prev2-button {
  display: none;
}

.react-calendar__navigation__prev-button {
  position: absolute;
  right: 95px;
  background: no-repeat;
  font-size: 31px;
  line-height: 45px;
  min-width: auto !important;
  background-color: transparent !important;
}

.react-calendar__navigation__label {
  font-weight: 600;
  line-height: 48px;
}

.react-calendar__navigation {
  display: block !important;
}

.react-calendar__navigation__label::after {
  content: "";
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  /* height: 32px; */
  position: absolute;
  left: 0px;
  top: 8px;
}

.react-calendar__navigation__next-button {
  position: absolute;
  right: 65px;
  font-size: 31px;
  line-height: 45px;
  color: #c7b7b7;
  min-width: auto !important;
  background-color: transparent !important;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
  background: #fff;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 15px 0;
  font-family: "DM Sans";
  font-size: 13px;
  color: #555;
  margin-bottom: 9px;
}

.react-calendar__month-view__days {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  background: #fff;
  padding: 0px;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.react-calendar__navigation__next2-button {
  display: none;
}

.react-calendar__tile--active {
  background: #e83852 !important;
  color: white;
  border-radius: 100px;
  height: 51px;
  font-weight: 600;
  padding: 0;
  font-family: "DM-Sans";
}

.noSlot {
  text-align: center;
  letter-spacing: 1px;
  color: #999;
}

.user-label {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin-bottom: 31px;
  color: #777;
  letter-spacing: 0.5px;
}

.timeslot {
  border: 1px solid #e74339;
  padding: 10px 12px;
  border-radius: 10px;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 500;
}
.hour-select {
  margin-bottom: 10px;
  position: relative;
}

.hour-select input.hour-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.hour-select input.hour-inputnput {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.hour-select label.hour-label {
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding: 15px 30px;
  border: none;
  border-radius: 50px;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  font-weight: 500;
  color: #8b8b8b;
  box-shadow: 0 5px 9px #00000029;
}
.hour-select input.hour-input:checked + label.hour-label {
  background-color: #e83852;
  border-color: #e83852;
  color: #ffffff;
  box-shadow: 0 0 9px #ddddddab;
}
.hour-select input.hour-input {
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
  border-radius: 100%;
  height: 1em;
  width: 1em;
  color: #4299e1;
  background: #f3f8fb;
  border-color: #e2e8f0;
  border-width: 1px;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.calUI {
  max-width: 370px;
}

.coachTimeSec {
  position: relative;
  top: -70px;
  background: #fff;
  padding: 30px;
  border-radius: 9px;
  min-height: 260px;
  box-shadow: 0 3px 9px #ddddddad;
}

.coachTimeSec .dexAdmLabel {
  color: #e93c55;
}

.react-calendar__tile {
  background-color: #f0f0f0;
}

.react-calendar__tile:disabled {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .calUI {
    max-width: 100%;
  }
}

.myCommunity h1 {
  font-size: 27px;
  font-weight: 600;
  color: #284469;
  align-self: center;
  /* margin-bottom: 24px; */
  position: relative;
  top: 4px;
}

.forumsSection {
  background: #fff;
  padding: 24px;
  border-radius: 9px;
  /* box-shadow: 0 11px 19px #0000001a; */
  border: 1px solid #eee;
  margin-top: 7px;
}

.hoverTitle {
  background: #284469;
  color: #fff;
  padding: 2px 12px;
  border-radius: 3px;
  position: absolute;
  top: 45px;
  transform: translateY(10px);
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.hoverTitle::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #284469;
  position: absolute;
  top: -14px;
  left: 30px;
}

.forumHead .forumLongTitle h2 {
  font-size: 24px;
  font-weight: 600;
  color: #284469;
  align-self: center;
  width: 100%;
  max-width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.forumHead .forumLongTitle:hover .hoverTitle {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.forumsSection.comment h2 {
  font-size: 24px;
  font-weight: 600;
  color: #253e68;
  align-self: center;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: capitalize;
}

.myCommunity {
  height: 57px;
}

.toggle-wrapper {
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
}

.toggle-wrapper.signup {
  margin-top: -14px;
}

/* .unitBy .toggle-wrapper {
  margin-right: 18px;
  margin-top: -11px;
} */

span.check-text {
  font-weight: 500;
  align-self: center;
  font-size: 15px;
  color: #284469;
}

.info {
  color: #444;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

/* .info > div {
  margin-right: 7px;
  padding-right: 7px;
  line-height: 16px;
  max-width: 275px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  background: #ffffffcf;
  padding: 7px 15px;
  border: 1px solid #dddddd63;
  border-radius: 3px;
  max-height: 32px;
} */

.headRelative {
  position: relative;
}

.info .headRelative .divhData {
  margin-right: 7px;
  padding-right: 7px;
  line-height: 16px;
  max-width: 275px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  background: #ffffffcf;
  padding: 7px 15px;
  border: 1px solid #dddddd63;
  border-radius: 3px;
  max-height: 32px;
}

.headRelative .onHoverHead {
  transition: all 0.3s;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  background: #284469;
  color: #fff;
  padding: 9px;
  display: block;
  border-radius: 5px;
  position: absolute;
  top: 47px;
}

.headRelative .onHoverHead::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #284469;
  position: absolute;
  top: -14px;
  left: 14px;
}

.headRelative:hover .onHoverHead {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.info small {
  font-size: 16px;
  line-height: 2;
}

strong.nameee {
  color: #1caad2;
}

.info > div:last-child {
  margin-right: 0px;
  color: #e83650;
  font-weight: 500;
}

.info > div:last-child b i {
  line-height: 0;
}

.attachment_A .attachmentLink {
  display: flex;
  width: -webkit-fit-content;
  width: fit-content;
  /* min-width: fit-content; */
  background: #f5f7fb;
  padding: 7px 12px;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  margin-bottom: 12px;
}

.attachment_A .attachmentLink img {
  width: 24px;
  margin-right: 9px;
}

.attachment_A .desc.one {
  clear: both;
}

/* .forumsSection.comment p.desc {
  font-size: 16px;
  color: #444;
  letter-spacing: 0;
  margin: 0;
  line-height: 29px;
  margin-bottom: 12px;
  margin-top: -9px;
  padding-right: 30px;
  flex: 10;
} */

.feedBack {
  margin: 8px 40px;
  color: #253e68;
  font-size: 14px;
  font-weight: 500;
}

.feedBack div {
  margin-right: 3px;
  cursor: pointer;
  font-size: 15px;
  color: #1aa4cd;
  font-weight: 500;
}

.feedBack div:first-child {
  margin-right: 2px;
  color: #1aa4cd;
}

.feedBack div:last-child {
  color: #e8354f;
  padding: 0 20px;
  position: relative;
}

.feedBack div svg {
  width: 22px;
  height: auto;
  fill: #1aa4cd;
}

.feedBack strong:first-child {
  font-size: 15px;
  font-weight: 400;
  color: #284469;
  margin-right: 20px;
}

.feedBack strong:last-child {
  word-spacing: 7px;
  font-weight: 500;
  color: #e93c55;
  letter-spacing: 0.5px;
  cursor: pointer;
  margin-left: 7px;
}

.forumsSection .forumSearch {
  position: relative;
  /* width: 260px;
  margin-left: 20px; */
}

.forumsSection .forumSearch input {
  background: #f5f7fb;
  border: none;
  padding: 10px 35px;
  border-radius: 2px;
  height: 38px;
  line-height: 40px;
  font-weight: 400;
  border: 1px solid #eee;
  margin-top: 1px;
  background: transparent;
  font-family: inherit;
  font-size: 15px;
  letter-spacing: 1px;
  outline: none;
}

.forumsSection .forumSearch input::placeholder {
  color: #ccc;
  font-weight: 300;
}

.forumsSection .forumSearch i {
  position: absolute;
  top: 13px;
  left: 12px;
  color: #ccc;
  font-size: 14px;
  font-weight: 100;
}

.infoUser {
  min-height: 22px;
}

.forumBox {
  background: #fff;
  padding: 30px 15px;
  border-radius: 5px;
  box-shadow: none;
  margin: 14px;
  margin-top: 17px;
  border: 1px solid #ddd;
  transition: 0.3s;
  min-height: 250px;
}

.forumBox:first-child {
  margin-left: 0;
}

.forumBox:last-child {
  margin-right: 0;
}

.forumBox:hover {
  box-shadow: 0 3px 19px #00000026;
  border: 1px solid transparent;
}

.forumIndex h2 {
  font-size: 27px;
  font-weight: 600;
  color: #333;
  margin: 0 0 0;
}

.forumBox h3 {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  padding: 0;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 19px;
}

.forumBox .infoUser p {
  text-align: center;
  color: #555;
  font-weight: 400;
  min-height: 20px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.forumBox .infoUser p span {
  margin: 0 5px;
  text-transform: capitalize;
}

.forumBox .infoUser p span strong:first-child {
  margin-right: 5px;
}

.forumBox .infoUser p span:first-child {
  font-weight: 500;
  color: #1daad2;
}

.boxCount {
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 10px 12px;
  margin: 29px 0px 25px;
  border-radius: 5px;
  display: flex;
  justify-content: space-around;
}

.forumCount {
  margin: 0 0px;
  position: relative;
}

.forumCount:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: -35px;
  width: 1px;
  height: 100%;
  background: #ddd;
}

.forumCounth5 {
  font-size: 15px;
  font-weight: 600;
  color: #284469;
}

.forumBox button {
  background: #284469;
  border: 1px solid #284469;
  color: #fff;
  font-size: 15px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  width: 100px;
  height: 40px;
  margin: auto;
  display: block;
  font-weight: 500;
  transition: all 0.5s ease;
}

.forumBox button:hover {
  background: transparent;
  color: #284469;
}

.div1 strong {
  font-weight: 500;
  margin-right: 7px;
  font-size: 17px;
  text-transform: capitalize;
  color: #1aa4cd;
}

.mycommetsImg .attachmentLink {
  width: -webkit-fit-content;
  width: fit-content;
  background: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
}

.mycommetsImg .attachmentLink img {
  width: 26px;
  height: auto;
  background-color: #f5f7fb;
  padding: 7px;
  border-radius: 2px;
  float: left;
}

.mycommetsImg .attachmentLink img.clear_img {
  width: 33px;
  right: -14px;
  top: -13px;
  height: auto;
  padding: 7px;
  cursor: pointer;
  background: transparent;
  position: absolute;
}

.mycommetsImg .attachmentLink p {
  text-align: left;
  text-transform: capitalize;
  color: #284469;
  font-weight: 500;
  padding-left: 10px;
}

.comment .forumHead {
  border-bottom: none;
}

.forumsSection .table td {
  font-size: 15px;
  font-weight: 500;
  padding: 17px;
  cursor: pointer;
  text-transform: capitalize;
}

.forumsSection .table td:first-child {
  max-width: 240px;
  min-width: 240px;
}

.addDiv1 {
  display: block;
  flex-wrap: wrap;
}

.commentBlock .addComment {
  padding: 0 0;
  padding-right: 0;
  padding-left: 38px;
  padding-right: 31px;
}

.feedBack b,
strong {
  font-weight: 500;
}

button.latest {
  background: #e83852;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
  width: 145px;
  height: 41px;
  margin-left: 20px;
  padding: 0 0px;
  box-shadow: 0 0 9px #00000000;
  margin-bottom: 16px;
}

button.latest.latestSec {
  background: #fff;
  border: 1px solid #d7d7d7;
  color: #777;
}

.myCommunity button.back {
  border: 1px solid #eee;
  background: #fff;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  float: left;
  margin-right: 12px;
  width: 100px;
  height: 45px;
  line-height: 2;
  margin-top: -7px;
}

.myCommunity button.back i {
  font-size: 24px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.addDiv1 {
  margin-right: 15px;
  align-self: center;
}

.addDiv2 {
  width: revert;
  display: flex;
  width: 100%;
}

button.replyb {
  background: #34b263;
  border: none;
  min-width: 140px;
  color: #fff;
  height: -webkit-fill-available;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 0px;
  height: 43px;
  margin-right: 0;
}

button.replyb:disabled {
  cursor: no-drop;
  background: #34b2638c;
}

button.addCo {
  /* position: absolute; */
  /* right: 0; */
  background: #34b263;
  border: none;
  min-width: 175px;
  color: #fff;
  height: 43px;
  border-radius: 3px;
  cursor: pointer;
}

button.addCo:disabled {
  cursor: no-drop;
  background: #34b2638c;
}

.browseBtn {
  /* position: absolute; */
  /* right: 0; */
  border: none;
  min-width: 200px;
  height: 45px;
  border-radius: 0px 5px 5px 0px;
  margin-right: 15px;
}

.commentBlock .div1 {
  padding: 0 0 0 40px;
  margin-bottom: 9px;
}

/* .commentBlock strong {
  color: #1aa4cd;
  text-transform: capitalize;
  margin-right: 7px;
  font-size: 18px;
  font-weight: 500;
} */

.commentBlock small {
  color: #999;
  font-size: 17px;
  font-weight: 400;
}

.commentBlock p.desc {
  padding: 0 0 0 40px;
  line-height: 26px;
}

.commentBlock {
  background: #f5f7fb;
  padding: 30px;
  margin: 30px 0px;
  position: relative;
  border-radius: 5px;
}

.viewAllCommentsButton {
  background: transparent;
  color: #284469;
  font-weight: 500;
  padding: 8px 2px;
  border-radius: 2px;
  border: none;
  margin: 0px 40px 0;
  text-decoration: underline;
  cursor: pointer;
  text-transform: capitalize;
}

.childcomments {
  border: 1px solid #eee;
  padding: 10px;
  margin: 15px 32px;
  background: #fff;
  width: 100%;
  max-width: 95%;
  border-radius: 5px;
}

.comm-img {
  width: 194px;
  height: auto;
  margin: 7px 50px 19px;
  font-size: 12px;
  text-align: center;
  text-transform: capitalize;
}

.boxPost .mycommetsImg {
  margin: 0px 0px;
}

.mycommetsImg.first {
  margin: 25px 0;
  display: flex;
}

.mycommetsImg.innerCommentBlock {
  margin: 11px 47px;
  display: flex;
  background: #fff;
  padding: 0;
  margin-bottom: 20px;
  margin-right: 0;
  width: -moz-fit-content;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  padding-right: 12px;
}

.nestedComments .mycommetsImg.innerCommentBlock {
  margin: 11px 85px;
}

.boxCommens .mycommetsImg.innerCommentBlock {
  margin: 11px 0px;
}

.boxPost .mycommetsImg.innerCommentBlock {
  margin: 11px 0px;
}

.helpf {
  position: relative;
}

.helpf small {
  margin-left: 2px;
  color: inherit;
}

.helpf::after {
  content: "|";
  position: absolute;
  right: -12px;
  color: #999;
}

.toggle-wrapper input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.toggle-wrapper .toggleCoach {
  height: 35px;
  width: 75px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  margin: 0;
  border: none;
  background: #e9f0ff;
  transition: all 0.2s ease;
  margin: 0 15px;
  align-self: center;
}

.toggle-wrapper .toggleCoach:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  height: auto;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  transition: ease 0.5s;
  box-shadow: 0 0 9px #77777747;
  border: 7px solid #fff;
  padding: 6.5px;
  filter: grayscale(1);
}

.toggle-wrapper .toggleCoach:checked {
  border-color: #ea4154;
}

.toggle-wrapper .toggleCoach:checked:after {
  transform: translatex(38px);
  filter: grayscale(0);
}

.toggle-wrapper .toggleCoach:checked {
  background: #34b263;
}

.askBtnForum {
  background: #284469;
  border: 1px solid #284469;
  color: #fff;
  width: 120px;
  font-weight: 500;
  border: none;
  height: 39px;
  margin-left: 17px;
  border-radius: 3px;
  font-size: 14px;
  outline: none;
}
.askBtnForum:hover {
  background: transparent;
  color: #284469;
  border: 1px solid #284469;
}

.backCommunity {
  font-size: 15px;
  background: #fff;
  padding: 11px 24px;
  box-shadow: 0 0 9px #0003;
  border-radius: 5px;
  display: inline-block;
  margin-right: 15px;
  align-self: center;
  cursor: pointer;
}

.spacing {
  display: flex;
}

.forum-box {
  box-shadow: 0 0 19px transparent;
  border: 1px solid #eee;
  padding: 24px;
  border-radius: 7px;
  transition: 0.4s;
  cursor: pointer;
}

.forum-box:hover {
  box-shadow: 0 0 19px #00000017;
}

.forum-box h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.forum-box-in {
  margin-top: 24px;
  background: #f5f7fb;
  padding: 20px 5px;
  padding-block: 14px;
  border-radius: 2px;
  border: 1px solid #dddddd5e;
}

.info1 h5 {
  font-size: 16px;
  color: #777;
  text-align: center;
}

.info1 p {
  text-align: center;
  margin-top: 9px;
  color: #444;
  font-weight: 600;
}

.info1.onee::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 49px;
  background: #dfdfdf;
  width: 1px;
}

.info1-footer button {
  background: #284469;
  border: 1px solid #284469;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
  width: 100px;
  height: 40px;
  border-radius: 50px;
  transition: 0.3s;
}

.info1-footer button:hover {
  background: transparent;
  color: #284469;
}

.forumHead {
  margin-bottom: 18px;
}

.onHoverHead {
  background: #284469;
  padding: 5px 15px;
  color: #fff;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
}

.onHoverHead {
  background: #284469;
  padding: 3px 15px;
  font-size: 15px;
  color: #fff;
  border-radius: 2px;
  max-width: 355px;
  position: absolute;
  top: 81px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.loadHead:hover .onHoverHead {
  opacity: 1;
  visibility: visible;
}

.onHoverHead::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #284469;
  position: absolute;
  top: -10px;
  left: 14px;
}

@media screen and (max-width: 991px) {
  .forumsSection .table td {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .forumsSection table td::before {
    color: #777;
    position: relative;
    left: -12px;
  }

  .forumHead {
    padding: 17px;
    border-radius: 2px;
    margin-bottom: 21px;
    border-bottom: 1px solid #eee;
  }

  .info {
    display: block;
  }
  .info > div {
    line-height: 0px;
    display: block;
    background: #fff;
    margin: 9px 0;
    padding: 19px 14px;
    max-width: 100%;
    border-radius: 5px;
  }

  .info small {
    display: none;
  }

  .forumsSection .table {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .forumHead {
    padding: 9px 0;
    margin: 0 0 0;
    border: none;
  }

  .initCo .forumHead {
    padding: 0;
  }

  span.check-text {
    font-size: 13px;
  }

  .myCommunity {
    height: 60px;
  }

  .myCommunity.initCo {
    height: 120px;
  }

  .initCo .spacing {
    display: block;
    margin-bottom: 21px;
    width: 100%;
  }

  .myCommunity.initCo h1 {
    text-align: center;
  }

  .forumButtons {
    width: -webkit-fit-content;
    width: fit-content;
    margin: auto;
  }

  button.latest {
    font-size: 14px;
    border-radius: 50px;
    width: 131px;
    height: 37px;
    margin-left: 9px;
  }

  .forumsSection .forumSearch {
    display: none;
  }
  .forumHead .forumLongTitle h2 {
    font-size: 18px;
    margin-bottom: 24px;
    max-width: 75%;
  }
}

@media screen and (max-width: 575px) {
  .addComment .addDiv1 {
    width: -webkit-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 12px;
  }

  .myCommunity h1 {
    font-size: 22px;
    position: relative;
    top: 0px;
  }

  .initCo .spacing {
    border-bottom: 1px solid #eeeeeeab;
    padding-bottom: 9px;
    margin-bottom: 14px;
  }

  .addDiv2 {
    display: block;
  }

  .addDiv3 {
    width: -webkit-fit-content;
    width: fit-content;
    margin: 15px auto;
  }

  .commentBlock {
    padding: 14px 0;
  }

  .boxCount {
    display: block;
  }

  .forumCount {
    margin: 0 0px;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 9px;
    margin-bottom: 9px;
    text-align: center;
  }
  .forumCount:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.createPost {
  background: #fff;
  padding: 24px;
  border-radius: 9px;
  border: 1px solid #eee;
}

.createPosthead h4 {
  font-size: 27px;
  font-weight: 600;
  color: #333;
}

.createPosthead button {
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
  font-weight: 500;
  color: #666;
  padding: 0 12px;
  font-size: 15px;
}

.createPosthead button.active {
  color: #e83852;
}

/* .createPosthead {
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
} */

.createbtn {
  width: 230px;
  height: 50px;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 9px #ddddddab;
  outline: none;
  background: #e83852;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
}

.boxPost h5 {
  font-size: 20px;
  font-weight: 600;
  color: #284469;
  margin-bottom: 7px;
}

.boxPost p {
  font-size: 15px;
  color: #333;
  letter-spacing: 0px;
  font-weight: 400;
  margin: 7px 0;
}

.boxPost {
  margin: 15px 0;
  background: #f5f7fb;
  border: 1px solid #dddddd57;
  padding: 17px;
  border-radius: 2px;
}

.createPost.fir {
  margin-top: 0;
  padding: 9px 0;
}

.fir .boxPost {
  margin-bottom: 0;
  margin: 15px 0;
  padding: 11px 20px;
  background: #f5f7fb;
  border-radius: 7px;
}

.boxCommens {
  background: #ffffff;
  border: none;
  padding: 24px;
  margin-top: 9px;
  margin-bottom: 12px;
  border-radius: 9px;
  display: flex;
}

.IcO {
  background: #e4e7ec;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 36px;
  border-radius: 50px;
  font-weight: 600;
  color: #12a8d1;
  margin-right: 9px;
  text-transform: uppercase;
  font-size: 13px;
  overflow: hidden;
  padding: 0 3px;
  letter-spacing: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.boxCommens h4 {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #c8c8c8;
}

.boxCommens h4 span {
  color: #53d5f3;
  text-transform: capitalize;
  font-weight: 500;
}

.boxCommens p {
  margin: 3px 0;
  color: #999;
}

@media screen and (max-width: 575px) {
  .IcO {
    display: block;
    width: -webkit-fit-content;
    width: fit-content;
    min-width: 35px;
    margin: 12px 0;
    margin-top: 0;
  }

  .boxCommens {
    display: flex;
    flex-wrap: wrap;
  }

  .createPost {
    padding: 7px;
  }
  .createPosthead h4 {
    font-size: 20px;
    padding: 12px;
    padding-bottom: 5px;
  }
  .info span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@keyframes floatScaleX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }

  100% {
    opacity: 1;
    transform: translateX(40px);
  }
}

.studyCont img {
  width: 105px;
}

.welBox {
  background: #f37b24;
  padding: 24px 41px;
  padding-right: 0;
  border-radius: 9px;
  margin-right: 0px;
  box-shadow: 0 0 9px #0000002e;
  height: 295px;
}

.welCont h1 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  min-height: 59px;
  margin-bottom: 11px;
}

.welCont p {
  font-size: 17px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 400;
  margin: 10px 0 23px;
  display: -webkit-box;
  max-width: 99%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.welCont button {
  border: none;
  background: #fff;
  padding: 6px 10px;
  padding-left: 23px;
  border-radius: 50px;
  box-shadow: 0px 1px 9px #0000005c;
  color: #284469c7;
  font-size: 17px;
  font-weight: 500;
  outline: none;
  position: relative;
}

.welCont span.sem {
  background: #284469;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  padding: 7px 11px;
  border-radius: 7px;
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 9px 0;
  font-size: 12px;
}

.welCont button span {
  width: 35px;
  height: 35px;
  background: #284469;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  margin: 0 10px 0px;
  margin-right: 0;
  padding: 4px;
}

.welCont button span svg {
  width: 100%;
  height: auto;
  fill: white;
}

.slots {
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 0 9px #00000023;
  overflow: hidden;
  height: 295px;
}

.welCont {
  margin-right: 35px;
}

.dashBox {
  display: flex;
  justify-content: space-between;
  padding: 2px 21px;
  margin-top: 0;
  border-radius: 9px;
  box-shadow: 0 2px 9px #00000045;
  cursor: pointer;
  height: 145px;
}

.studyCont {
  align-self: center;
}

.dbb {
  transform: translate(0px, -0px);
  transition: 0.3s ease-in-out;
}

.dbb:hover {
  box-shadow: 0 23px 29px #0000001f;
  transform: translate(3px, -3px);
}

.dashBox._one {
  background-color: #10182f;
}

.dashBox._two {
  background-color: #b57cc1;
}

.dashBox._three {
  background-color: #34b263;
}

.dashBox._four {
  background-color: #f48e28;
}

.dashBox h4 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  padding: 0;
}

.dashBox h6 {
  color: #e83852;
  margin-top: 5px;
}

.dashBox h5 {
  color: #253e68;
  font-weight: 600;
  font-size: 17px;
}

.dashBox button {
  background: #253e68;
  color: #fff;
  border: none;
  padding: 5px 21px;
  border-radius: 50px;
  margin-top: 7px;
  outline: none;
}

.slots h4 {
  font-size: 21px;
  color: #333;
  padding: 19px 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
  margin-bottom: 0px;
  font-weight: 600;
}

.slotBox {
  display: flex;
  justify-content: space-between;
  padding: 9px;
  margin: 9px 12px;
  border: 1px solid transparent;
  border-radius: 1px;
}

.slotBox.filled {
  background: #f5f7fb;
  /* border: 1px solid #eeeeee78; */
}

.timeDiv {
  align-self: center;
}

.timeDiv span {
  display: block;
  font-size: 13px;
  color: #253e68;
  font-weight: 500;
}

.nameDiv span {
  font-size: 12px;
  color: #999;
}

.nameDiv {
  padding: 0 8px;
  border-left: 1px solid #eee;
  margin-left: 5px;
  margin-right: 5px;
}

.nameDiv h5 {
  font-size: 14px;
  color: #333;
}

.nameDiv p {
  font-size: 12px;
  color: #999;
}

.actionDiv a {
  display: block;
  margin: 3px 0;
}

.actionDiv a:nth-child(1) {
  display: block;
  color: #ec4a5b;
  font-size: 12px;
}

.actionDiv a:nth-child(2) {
  display: block;
  color: #284469;
  font-size: 12px;
}

/* .dummyyy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: -webkit-fill-available;
  background: #f4f6fa;
  z-index: 9;
}

.dummyyy::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: -webkit-fill-available;
  background: #f4f6fa;
  z-index: 9;
} */

.journy::-webkit-scrollbar {
  height: 0px;
  border-radius: 50px;
  background-color: #fff;
  position: relative;
  top: -17px;
  max-width: 300px;
}

.journy::-webkit-scrollbar-track {
  box-shadow: none;
}

/* ul.recharts-default-legend {
  margin: 33px;
} */
.journy::-webkit-scrollbar-thumb {
  background-color: #eedf0e;
  width: 0px;
  border-radius: 100px;
  height: 0px;
}

.journy {
  border-radius: 9px;
  overflow: hidden;
  /* overflow-x: auto; */
  box-shadow: 0 1px 19px #0000001a;
  border: 7px solid #ffffff2b;
}

.overAuto {
  overflow-x: auto;
}

.progressSec {
  background-image: url(/static/media/journeyBg.7cd99d089bb52bc1ea47.jpg);
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: inherit;
  width: -moz-fit-content;
  position: relative;
  width: 1980px;
  height: 700px;
  overflow: hidden;
}

.dummyyy {
  position: relative;
  margin-top: 24px;
}

/* span.recharts-legend-item-text {
  padding-left: 6px;
  padding-right: 8px;
  color: rgb(50, 177, 98);
} */
/* .recharts-wrapper svg {
  margin-left: -135px;
  width: 100%;
  height: 370px;
  position: absolute;
  top: 53%;
  left: 70%;
  transform: translate(-50%, -50%);
} */

.userPro-padd {
  padding: 0;
  position: absolute;
  top: 25px;
  z-index: 9;
  left: 34px;
}

.userPro-padd h2 {
  font-size: 18px;
  align-self: center;
  margin-right: 15px;
  color: #284469;
  font-weight: 600;
  transition: 0.3s;
  margin-top: 4px;
}

/* .userPro-padd h2.sized {
  font-size: 20px;
} */

.progressSec h2 {
  font-size: 15px;
  font-weight: 600;
  margin-right: 19px;
  color: #284469;
  letter-spacing: 1px;
  align-self: center;
}

.statusBox {
  position: absolute;
  width: 1500px;
  bottom: 0;
  /* height: -moz-fit-content;
  height: fit-content;
  padding: 0 210px;
  padding-left: 0; */
}

.UnitTitle.init {
  width: 135px;
  position: relative;
  height: 100px;
  /* padding: 0 11px;
  display: none;
  position: relative;
  top: 0px; */
}

.UnitTitle.init {
  width: 75px;
}

.UnitTitle.init.Unit {
  width: 135px;
}

.UnitTitle.init {
  display: none;
}

.UnitTitle.init:nth-child(1) {
  left: 18px;
  top: -8px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(1) {
  left: 82px;
  top: 8px;
  display: block;
}

.UnitTitle.init:nth-child(2) {
  left: 20px;
  top: 12px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(2) {
  left: 100px;
  top: -15px;
  display: block;
}

.UnitTitle.init:nth-child(3) {
  left: 20px;
  top: 10px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(3) {
  left: 100px;
  top: -95px;
  display: block;
}

.UnitTitle.init:nth-child(4) {
  left: 20px;
  top: -6px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(4) {
  left: 100px;
  top: -175px;
  display: block;
}

.UnitTitle.init:nth-child(5) {
  left: 20px;
  top: -40px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(5) {
  left: 100px;
  top: -218px;
  display: block;
}

.UnitTitle.init:nth-child(6) {
  left: 20px;
  top: -92px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(6) {
  left: 100px;
  top: -219px;
  display: block;
}

.UnitTitle.init:nth-child(7) {
  top: -139px;
  left: 20px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(7) {
  top: -178px;
  left: 100px;
  display: block;
}

.UnitTitle.init:nth-child(8) {
  top: -178px;
  left: 20px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(8) {
  top: -92px;
  left: 100px;
  display: block;
}

.UnitTitle.init:nth-child(9) {
  top: -203px;
  left: 20px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(9) {
  top: -24px;
  left: 100px;
  display: block;
}

.UnitTitle.init:nth-child(10) {
  top: -219px;
  left: 20px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(10) {
  top: 4px;
  left: 100px;
  display: block;
}

.UnitTitle.init:nth-child(11) {
  left: 20px;
  top: -221px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(11) {
  left: 100px;
  top: -72px;
  display: block;
}

.UnitTitle.init:nth-child(12) {
  top: -211px;
  left: 20px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(12) {
  top: -128px;
  left: 100px;
  display: block;
}

.UnitTitle.init:nth-child(13) {
  left: 20px;
  top: -187px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(13) {
  left: 100px;
  top: -112px;
  display: block;
}

.UnitTitle.init:nth-child(14) {
  left: 20px;
  top: -146px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(14) {
  left: 100px;
  top: -120px;
  display: block;
}

.UnitTitle.init:nth-child(15) {
  left: 20px;
  top: -95px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(15) {
  display: none;
}

.UnitTitle.init:nth-child(16) {
  left: 20px;
  top: -53px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(16) {
  display: none;
}

.UnitTitle.init:nth-child(17) {
  left: 20px;
  top: -20px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(17) {
  display: none;
}

.UnitTitle.init:nth-child(18) {
  left: 20px;
  top: 2px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(18) {
  display: none;
}

.UnitTitle.init:nth-child(19) {
  left: 20px;
  top: 1px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(19) {
  display: none;
}

.UnitTitle.init:nth-child(20) {
  left: 20px;
  top: -42px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(20) {
  display: none;
}

.UnitTitle.init:nth-child(21) {
  left: 20px;
  top: -97px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(21) {
  display: none;
}

.UnitTitle.init:nth-child(22) {
  left: 20px;
  top: -124px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(22) {
  display: none;
}

.UnitTitle.init:nth-child(23) {
  left: 20px;
  top: -126px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(23) {
  display: none;
}

.UnitTitle.init:nth-child(24) {
  left: 20px;
  top: -112px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(24) {
  display: none;
}

.UnitTitle.init:nth-child(25) {
  left: 20px;
  top: -109px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(25) {
  display: none;
}

.UnitTitle.init:nth-child(26) {
  left: 20px;
  top: -120px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(26) {
  display: none;
}

.UnitTitle.init:nth-child(27) {
  left: 20px;
  top: -120px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(27) {
  display: none;
}

.UnitTitle.init:nth-child(28) {
  left: 20px;
  top: -120px;
  display: block;
}

.UnitTitle.init.Unit:nth-child(28) {
  display: none;
}

/* .UnitTitle.init.Unit {
  width: -96px;
} */

/* .UnitTitle.init.show8 {
  width: 255px;
} */

/* .UnitTitle.init.Unit {
  top: -20px;
} */

/* .UnitTitle.Unit.show2.init {
  width: 650px;
} */

/* .UnitTitle.Unit.show4.init {
  width: 291px;
} */

/* .UnitTitle.Unit.show3.init {
  width: 340px;
} */

/* 
.UnitTitle.Unit.show6.init {
  width: 235px;
} */

/* .UnitTitle.Unit.show7.init {
  width: 200px;
} */

/* .statusBox .UnitTitle.init:nth-child(1) {
  margin-top: 320px;
  display: block;
  left: 84px;
} */

/* .statusBox .Unit.show1.init:nth-child(1) {
  left: 105px;
  top: -24px;
}

.statusBox .UnitTitle.Unit.show5.init:nth-child(1) {
  margin-left: 0;
}

.statusBox .UnitTitle.init:nth-child(2) {
  margin-top: 59px;
  display: block;
  left: 55px;
}

.statusBox .UnitTitle.init.Unit:nth-child(2) {
  margin-top: -13px;
}

.statusBox .UnitTitle.Unit.show2.init:nth-child(1) {
  top: -20px;
  left: 82px;
}

.statusBox .UnitTitle.Unit.show2.init:nth-child(2) {
  top: 290px;
  left: 100px;
}

.statusBox .UnitTitle.Unit.show3.init:nth-child(1) {
  top: -20px;
  left: -106px;
}

.statusBox .UnitTitle.Unit.show3.init:nth-child(2) {
  top: 284px;
  left: -280px;
}

.statusBox .UnitTitle.Unit.show3.init:nth-child(3) {
  top: 262px;
  left: -486px;
}

.statusBox .UnitTitle.Unit.show4.init:nth-child(1) {
  left: 84px;
  top: -21px;
}

.statusBox .UnitTitle.Unit.show4.init:nth-child(2) {
  top: 261px;
  left: 134px;
  margin: 0 0;
}

.statusBox .UnitTitle.Unit.show4.init:nth-child(3) {
  top: 231px;
  left: 157px;
}

.statusBox .UnitTitle.Unit.show4.init:nth-child(4) {
  left: 197px;
  top: 165px;
}

.statusBox .UnitTitle.Unit.show5.init:nth-child(1) {
  top: -20px;
  left: 108px;
}

.statusBox .UnitTitle.Unit.show5.init:nth-child(2) {
  top: 269px;
  left: 84px;
}

.statusBox .UnitTitle.Unit.show5.init:nth-child(3) {
  top: 249px;
  left: 0;
}

.statusBox .UnitTitle.Unit.show5.init:nth-child(4) {
  top: 186px;
  left: -65px;
}

.statusBox .UnitTitle.Unit.show5.init:nth-child(5) {
  top: 143px;
  left: -108px;
}

.statusBox .UnitTitle.Unit.show6.init:nth-child(1) {
  top: -20px;
  left: 108px;
}

.statusBox .UnitTitle.Unit.show6.init:nth-child(2) {
  top: 275px;
  left: 130px;
}

.statusBox .UnitTitle.Unit.show6.init:nth-child(3) {
  top: 258px;
  left: 118px;
}

.statusBox .UnitTitle.Unit.show6.init:nth-child(4) {
  top: 195px;
  left: 110px;
}

.statusBox .UnitTitle.Unit.show6.init:nth-child(5) {
  top: 145px;
  left: 120px;
}

.statusBox .UnitTitle.Unit.show6.init:nth-child(6) {
  top: 64px;
  left: 124px;
} */

/* .statusBox .UnitTitle.Unit.show7.init:nth-child(1) {
  top: -20px;
  left: 108px;
} */

/* .statusBox .UnitTitle.Unit.show7.init:nth-child(2) {
  top: 275px;
  left: 135px;
}

.statusBox .UnitTitle.Unit.show7.init:nth-child(3) {
  top: 258px;
  left: 118px;
}

.statusBox .UnitTitle.Unit.show7.init:nth-child(4) {
  top: 195px;
  left: 110px;
}

.statusBox .UnitTitle.Unit.show7.init:nth-child(5) {
  top: 145px;
  left: 120px;
}

.statusBox .UnitTitle.Unit.show7.init:nth-child(6) {
  top: 70px;
  left: 140px;
}

.statusBox .UnitTitle.Unit.show7.init:nth-child(7) {
  top: 64px;
  left: 130px;
} */

/* .statusBox .UnitTitle.Unit.show8.init:nth-child(1) {
  top: -46px;
} */

/* .statusBox .UnitTitle.Unit.show8.init:nth-child(2) {
  top: -54px;
  left: 0;
} */
/* 
.statusBox .UnitTitle.Unit.show8.init:nth-child(3) {
  top: -34px;
  left: -75px;
}

.statusBox .UnitTitle.Unit.show8.init:nth-child(4) {
  top: 46px;
  left: -140px;
}

.statusBox .UnitTitle.Unit.show8.init:nth-child(5) {
  top: 121px;
  left: -240px;
}

.statusBox .UnitTitle.Unit.show8.init:nth-child(6) {
  top: -2px;
  left: -295px;
}

.statusBox .UnitTitle.Unit.show8.init:nth-child(7) {
  top: -94px;
  left: -370px;
}

.statusBox .UnitTitle.Unit.show8.init:nth-child(8) {
  top: -47px;
  left: -435px;
} */
/* 
.statusBox .UnitTitle.Unit.show9.init:nth-child(1) {
  top: -20px;
}

.statusBox .UnitTitle.Unit.show9.init:nth-child(2) {
  top: 2px;
  left: 135px;
}

.statusBox .UnitTitle.Unit.show9.init:nth-child(3) {
  top: -27px;
  left: 200px;
}

.statusBox .UnitTitle.Unit.show9.init:nth-child(4) {
  top: 29px;
  left: 300px;
}

.statusBox .UnitTitle.Unit.show9.init:nth-child(5) {
  top: 130px;
  left: 368px;
}

.statusBox .UnitTitle.Unit.show9.init:nth-child(6) {
  top: -13px;
  left: 426px;
}

.statusBox .UnitTitle.Unit.show9.init:nth-child(7) {
  top: -88px;
  left: 494px;
}

.statusBox .UnitTitle.Unit.show9.init:nth-child(8) {
  top: -93px;
  left: 560px;
}

.statusBox .UnitTitle.Unit.show9.init:nth-child(9) {
  top: -175px;
  left: 660px;
} */

/* .statusBox .UnitTitle.init.show10.Unit:nth-child(2) {
  margin-top: 20px;
  left: 120px;
}

.statusBox .UnitTitle.init.show10.Unit:nth-child(3) {
  margin-top: -68px;
  left: 150px;
}

.statusBox .UnitTitle.init.show10.Unit:nth-child(4) {
  margin-top: -73px;
  left: 215px;
}

.statusBox .UnitTitle.init.show10.Unit:nth-child(5) {
  margin-top: 22px;
  left: 250px;
}

.statusBox .UnitTitle.init.show10.Unit:nth-child(6) {
  margin-top: 83px;
  left: 320px;
}

.statusBox .UnitTitle.init.show10.Unit:nth-child(7) {
  margin-top: -15px;
  left: 367px;
}

.statusBox .UnitTitle.init.show10.Unit:nth-child(8) {
  margin-top: -6px;
  left: 435px;
}

.statusBox .UnitTitle.init.show10.Unit:nth-child(9) {
  margin-top: -121px;
  left: 473px;
}

.statusBox .UnitTitle.init.show10.Unit:nth-child(10) {
  margin-top: -171px;
  left: 557px;
} */

/* 
.statusBox .UnitTitle.init.show11.Unit:nth-child(2) {
  margin-top: 35px;
  left: 100px;
}

.statusBox .UnitTitle.init.show11.Unit:nth-child(3) {
  margin-top: -54px;
  left: 110px;
}

.statusBox .UnitTitle.init.show11.Unit:nth-child(4) {
  margin-top: -82px;
  left: 165px;
}

.statusBox .UnitTitle.init.show11.Unit:nth-child(5) {
  margin-top: -9px;
  left: 200px;
}

.statusBox .UnitTitle.init.show11.Unit:nth-child(6) {
  margin-top: 72px;
  left: 221px;
}

.statusBox .UnitTitle.init.show11.Unit:nth-child(7) {
  margin-top: 11px;
  left: 300px;
}

.statusBox .UnitTitle.init.show11.Unit:nth-child(8) {
  margin-top: -1px;
  left: 345px;
}

.statusBox .UnitTitle.init.show11.Unit:nth-child(9) {
  margin-top: -36px;
  left: 380px;
}

.statusBox .UnitTitle.init.show11.Unit:nth-child(10) {
  margin-top: -152px;
  left: 375px;
}

.statusBox .UnitTitle.init.show11.Unit:nth-child(11) {
  margin-top: -147px;
  left: 460px;
} */

/* 
.statusBox .UnitTitle.init.show12.Unit:nth-child(2) {
  margin-top: 34px;
  left: 100px;
}

.statusBox .UnitTitle.init.show12.Unit:nth-child(3) {
  margin-top: -52px;
  left: 100px;
}

.statusBox .UnitTitle.init.show12.Unit:nth-child(4) {
  margin-top: -88px;
  left: 120px;
}

.statusBox .UnitTitle.init.show12.Unit:nth-child(5) {
  margin-top: -52px;
  left: 135px;
}

.statusBox .UnitTitle.init.show12.Unit:nth-child(6) {
  margin-top: 25px;
  left: 130px;
}

.statusBox .UnitTitle.init.show12.Unit:nth-child(7) {
  margin-top: 86px;
  left: 140px;
}

.statusBox .UnitTitle.init.show12.Unit:nth-child(8) {
  margin-top: 26px;
  left: 140px;
}

.statusBox .UnitTitle.init.show12.Unit:nth-child(9) {
  margin-top: -11px;
  left: 160px;
}

.statusBox .UnitTitle.init.show12.Unit:nth-child(10) {
  margin-top: -16px;
  left: 200px;
}

.statusBox .UnitTitle.init.show12.Unit:nth-child(11) {
  margin-top: -109px;
  left: 191px;
}

.statusBox .UnitTitle.init.show12.Unit:nth-child(12) {
  margin-top: -191px;
  left: 200px;
} */

/* .statusBox .UnitTitle.init:nth-child(3) {
  margin-top: -2px;
  display: block;
  left: 14px;
} */

/* .statusBox .UnitTitle.init.Unit:nth-child(3) {
  margin-top: -74px;
} */

/* .statusBox .UnitTitle.init:nth-child(4) {
  margin-top: -55px;
  left: -27px;
  display: block;
} */

/* .statusBox .UnitTitle.init.Unit:nth-child(4) {
  margin-top: -84px;
} */

/* .statusBox .UnitTitle.init:nth-child(5) {
  margin-top: -84px;
  left: -61px;
  display: block;
}

.statusBox .UnitTitle.init.Unit:nth-child(5) {
  margin-top: -75px;
} */

/* .statusBox .UnitTitle.init:nth-child(6) {
  margin-top: -81px;
  left: -86px;
  display: block;
} */

/* .statusBox .UnitTitle.init.Unit:nth-child(6) {
  margin-top: 9px;
} */

/* .statusBox .UnitTitle.init:nth-child(7) {
  margin-top: -39px;
  left: -111px;
  display: block;
}

.statusBox .UnitTitle.init.Unit:nth-child(7) {
  margin-top: 67px;
} */

/* .statusBox .UnitTitle.init:nth-child(8) {
  margin-top: 25px;
  left: -150px;
  display: block;
} */

/* .statusBox .UnitTitle.init.Unit:nth-child(8) {
  margin-top: -1px;
} */

/* .statusBox .UnitTitle.init:nth-child(9) {
  margin-top: 73px;
  left: -180px;
  display: block;
}

.statusBox .UnitTitle.init.Unit:nth-child(9) {
  margin-top: -28px;
} */

/* .statusBox .UnitTitle.init:nth-child(10) {
  margin-top: 77px;
  left: -200px;
  display: block;
}

.statusBox .UnitTitle.init.Unit:nth-child(10) {
  margin-top: -29px;
} */

/* .statusBox .UnitTitle.init:nth-child(11) {
  margin-top: -5px;
  left: -250px;
  display: block;
}

.statusBox .UnitTitle.init.Unit:nth-child(11) {
  margin-top: -142px;
  left: -213px;
} */

/* .statusBox .UnitTitle.init:nth-child(12) {
  margin-top: -36px;
  left: -285px;
  display: block;
} */
/* 
.statusBox .UnitTitle.init.Unit:nth-child(12) {
  margin-top: -170px;
  left: -145px;
}

.statusBox .UnitTitle.init:nth-child(13) {
  margin-top: -22px;
  left: -309px;
  display: block;
}

.statusBox .UnitTitle.init.Unit:nth-child(13) {
  display: none;
}

.statusBox .UnitTitle.init:nth-child(14) {
  margin-top: -40px;
  left: -331px;
  display: block;
}

.statusBox .UnitTitle.init.Unit:nth-child(14) {
  display: none;
}

.statusBox .UnitTitle.init:nth-child(15) {
  margin-top: -98px;
  left: -385px;
  display: block;
}

.statusBox .UnitTitle.init.Unit:nth-child(15) {
  display: none;
}

.statusBox .UnitTitle.init:nth-child(16) {
  margin-top: -166px;
  left: -443px;
  display: block;
}

.statusBox .UnitTitle.init.Unit:nth-child(16) {
  display: none;
}

.statusBox .UnitTitle.init:nth-child(17) {
  margin-top: -208px;
  left: -478px;
  display: block;
}

.statusBox .UnitTitle.init.Unit:nth-child(17) {
  display: none;
}

.statusBox .UnitTitle.init:nth-child(18) {
  margin-top: -182px;
  left: -516px;
  display: block;
}

.statusBox .UnitTitle.init.Unit:nth-child(18) {
  display: none;
} */

.UnitTitle.init label {
  font-weight: 500;
  color: #4c2000;
  letter-spacing: 0;
  width: 100%;
  text-align: center;
  padding: 55px 0;
  padding-bottom: 0;
  display: -webkit-box;
  max-width: 200px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
}

.UnitTitle.init.Unit label {
  font-weight: 500;
  color: #4c2000;
  letter-spacing: 0;
  width: 100%;
  text-align: center;
  padding: 55px 0;
  padding-bottom: 0;
  display: -webkit-box;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  overflow: visible;
  overflow: initial;
  font-size: 15px;
  line-height: normal;
  line-height: initial;
  position: relative;
}

.UnitTitle.init.Unit label {
  max-width: 145px;
  cursor: pointer;
  margin: auto;
}

.UnitTitle.Unit.init label {
  overflow: visible;
  overflow: initial;
}

.UnitTitle.init.placeholder label {
  color: #73c0b0;
}

.UnitTitle.init label::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50px;
  border: 4px solid #f37a25;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
}

.UnitTitle.init.Unit label::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  font-weight: 400;
  background-image: url(data:image/png;base64,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);
}

/* .UnitTitle.init.complete label {
  color: #00a044;
} */

/* .UnitTitle.init.pending label {
  color: #f2e52c;
} */

.UnitTitle.init.placeholder label::before {
  border: 4px solid #ddd;
}

.init label::before {
  content: "✔";
}

.init.complete label::before {
  content: "✔";
  border: 4px solid #29af62;
  color: #29af62;
  font-weight: 600;
  font-size: 13px;
  line-height: 3px;
}

/* .UnitTitle.init.Unit.complete label::before {
  display: none;
} */

.UnitTitle.init label::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #4c2000;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
}

.UnitTitle.init.complete label::after {
  border-bottom: 9px solid #4c2000;
}

.UnitTitle.init.placeholder label::after {
  border-bottom: 9px solid #ddd;
}

.UnitTitle.Unit.init label {
  font-size: 0;
}

.UnitTitle.Unit.init label .unitNumber {
  font-size: 18px;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}

.UnitTitle.Unit.init label a {
  padding: 0;
}

.UnitTitle.Unit.init label .unitNumber sup {
  display: none !important;
}

/* .statusBox .UnitTitle.init:nth-child(1) label strong {
  top: -26px;
  left: 39%;
} */

/* .statusBox .UnitTitle.Unit.show1.init:nth-child(1) label strong {
  left: 33%;
} */

/* .statusBox .UnitTitle.init:nth-child(4) label strong {
  top: -28px;
  left: 37%;
}

.statusBox .UnitTitle.init:nth-child(6) label strong {
  left: 39%;
} */

.UnitTitle.Unit.init label strong::after {
  content: "";
}

.UnitTitle.Unit.init label::after {
  content: "";
  border: none;
  font-size: 15px;
  color: #4c2000;
  left: 50%;
  transform: translateX(-50%);
  top: 45px;
  position: absolute;
  width: 100px;
  height: 10px;
  letter-spacing: 0;
  font-weight: 600;
}

.UnitTitle.Unit.init.complete label::after {
  content: "Completed";
}

.UnitTitle.Unit.init.inprogress label::after {
  content: "In Progress";
}

.UnitTitle.Unit.init.notvisit label::after {
  content: "Not Visited";
}

.UnitTitle.Unit.init label::before {
  background-repeat: no-repeat;
  background-size: contain;
  width: 85px;
  height: 100px;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  border: none;
  color: #333;
  font-weight: 600;
  line-height: 1;
}

.UnitTitle.init label::before {
  /* content: ""; */
  padding: 9px 0px;
  font-size: 13px;
}

.UnitTitle.init:nth-child(1) label::before {
  content: "";
  padding: 9px 0px;
  font-size: 19px;
  top: 5px;
}

.UnitTitle.init.Unit:nth-child(1) label::before {
  top: -51px;
}

/* .UnitTitle.init:nth-child(2) label::before {
  content: "";
}

.UnitTitle.init:nth-child(3) label::before {
  content: "";
  padding: 26px 0px;
  font-size: 19px;
}

.UnitTitle.init:nth-child(4) label::before {
  content: "";
  padding: 26px 0px;
  font-size: 19px;
}

.UnitTitle.init:nth-child(5) label::before {
  content: "";
  padding: 26px 0px;
  font-size: 19px;
}

.UnitTitle.init:nth-child(6) label::before {
  content: "";
  padding: 26px 0px;
  font-size: 19px;
}

.UnitTitle.init:nth-child(7) label::before {
  content: "";
  padding: 26px 0px;
  font-size: 19px;
}

.UnitTitle.init:nth-child(8) label::before {
  content: "";
  padding: 26px 0px;
  font-size: 19px;
}

.UnitTitle.init:nth-child(9) label::before {
  content: "";
  padding: 26px 0px;
  font-size: 19px;
}

.UnitTitle.init:nth-child(10) label::before {
  content: "";
  padding: 26px 0px;
  font-size: 19px;
} */

.UnitTitle.Unit.init.complete label::before {
  background-image: url(data:image/png;base64,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);
}

.UnitTitle.Unit.init.inprogress label::before {
  background-image: url(data:image/png;base64,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);
}

/* .UnitTitle.Unit.init.notvisit label::before {
  background-image: url(../../../assets/images/pointer3.png);
} */

.statusBox p {
  margin-bottom: 54px;
}

.statusBox p small {
  color: #ea4058;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
}

.statusBox span {
  display: block;
  text-align: center;
  width: 100%;
  min-width: 50px;
}

.statusBox .outcomes-main span {
  display: inline;
}

.statusBox .outcomes span {
  text-align: left;
}

.statusBox span small {
  color: #91eae0;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* .spanHolder {
  position: relative;
  top: 150px;
  left: 0px;
  width: 100%;
} */

.toggle-switch {
  width: 67px;
}

/* .outcomes {
  position: relative;
  top: -197px;
  left: -17px;
  max-width: 160px;
  max-height: 79px;
  padding: 11px;
  background: #fff;
  border-radius: 5px;
  overflow: auto;
  transition: transform 0.4s;
  transform: translateY(-10px);
} */

.outcomes-main {
  position: relative;
  top: -114px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.outcomes {
  position: relative;
  top: -148px;
  left: -20px;
  width: 242px;
  height: 155px;
  padding: 15px;
  padding-top: 40px;
  /* padding-right: 0; */
  background: #fff;
  border-radius: 7px;
  overflow: auto;
  transition: transform 0.4s;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  border-bottom: 10px solid #fff;
  border-top: 17px solid #fff;
  box-shadow: 0 0 12px #0000002b;
  z-index: 2;
}

.outcomes::before {
  content: "";
  background-image: url(/static/media/outcome.9d7c2baca3d711f9a803.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

/* .outcomes::after {
  content: "";
  width: 100%;
  height: 12px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
} */

.outcomes p {
  margin-bottom: 0 !important;
  font-size: 14px;
  padding-bottom: 10px;
  padding-right: 0px;
  text-align: left;
  font-family: "DM Sans" !important;
  font-weight: 500;
  color: #777 !important;
}

.outcomes p span {
  color: #777 !important;
  font-size: 14px !important;
  font-family: "DM Sans" !important;
  font-weight: 500;
}

.outcomes ol {
  padding: 0;
  margin: 0;
  height: auto;
  list-style-type: none;
}

/* .outcomes ol li {
  font-size: 13px;
  color: #555;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 20px;
  letter-spacing: 0.3px;
  width: 100%;
  display: block;
  text-align: left;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
  max-width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
} */

.outcomes ul {
  padding: 0;
  margin: 0;
  height: auto;
  list-style-type: square;
  margin-left: 15px;
}

.outcomes ol {
  padding: 0;
  margin: 0;
  height: auto;
  list-style-type: square;
  margin-left: 15px;
}

.outcomes ul li {
  font-size: 13px;
  color: #555;
  line-height: 20px;
  text-align: left;
  margin: 7px 0;
}

.outcomes ol li {
  font-size: 13px;
  color: #555;
  line-height: 20px;
  text-align: left;
  margin: 7px 0;
}

.UnitTitle.Unit.init label:hover .outcomes {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

/* .invisible-scrollbar::-webkit-scrollbar {
  display: none;
} */

.invisible-scrollbar::-webkit-scrollbar {
  width: 5px;
  background-color: #dde8ff;
  border-radius: 100px;
}

.invisible-scrollbar::-webkit-scrollbar-thumb {
  background: #a9c4ff;
  border-radius: 100px;
}

.outBlank::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 14px solid #fff;
  position: absolute;
  top: -55px;
  left: 41%;
  transition: transform 0.5s;
  transform: translateY(-18px);
  opacity: 0;
  visibility: hidden;
}

.UnitTitle.Unit.init label:hover .outBlank::after {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.statusBox span::after {
  content: "";
  position: absolute;
  height: 21px;
  width: 21px;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 50px;
  font-size: 12px;
  color: #eedf0e;
  font-weight: 600;
  text-align: center;
  border: 2px solid #eedf0e;
  box-shadow: 0 0 9px #00000021;
}

.statusBox .outcomes span::after {
  display: none;
}

.statusBox .complete span::after {
  content: "✔";
  color: #00c500;
  border: 2px solid #00c500;
}

.statusBox span.Unit::after {
  display: none !important;
}

.statusBox p small::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 70px;
  background: #cccccc;
  left: -5px;
  top: 2px;
}

.statusBox p small::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  background: #ea4058;
  left: -16px;
  bottom: -75px;
  border-radius: 50px;
  border: 4px solid #fff;
  box-shadow: 0 0 9px #00000042;
  z-index: 1;
}

.boxHeight {
  height: 300px;
  position: relative;
  top: 184px;
}

.resultBox {
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 0 9px #00000014;
  height: 330px;
  overflow: hidden;
}

.resultBox::-webkit-scrollbar {
  width: 9px;
  background-color: #f3f7fb;
  border-radius: 9px;
}

.resultBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.resultBox::-webkit-scrollbar-thumb {
  background-color: #284469;
  border-radius: 100px;
}

/* .dashResult .table thead th {
  border-bottom: none;
  background: #f4f3fb;
  border-top: none;
  font-size: 15px;
  color: #284469;
} */

/* .dashResult .table thead th:first-child {
  padding-left: 17px;
}

.dashResult .table tbody td {
  font-weight: 500;
  padding: 9px 5px;
  border-top: none;
  font-size: 14px;
  color: #284469;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
}

.dashResult .table tbody td:first-child {
  padding-left: 17px;
} */

/* .dashResult .table tbody td button {
  border: 1px solid #eb435a;
  background: transparent;
  font-size: 16px;
  color: #ea3f57;
  padding: 1px 9px;
  border-radius: 50px;
  outline: none;
  min-width: 100px;
} */

.dashResult .table tbody td button {
  border: none;
  background: #33b464b3;
  font-size: 13px;
  color: #f2fff7;
  padding: 5px 11px;
  border-radius: 50px;
  outline: none;
  min-width: 100px;
  cursor: pointer;
  letter-spacing: 0.5px;
  cursor: auto;
}

.dashResult .table tbody td:hover button {
  background: #33b464b3;
  color: #f2fff7;
}

.reportIcon {
  margin-right: 11px;
  align-self: center;
  padding: 12px;
  background: #f6f4fc;
  border-radius: 10px;
}

.reportIcon img {
  width: 37px;
}

.reportBox:last-child .reportIcon {
  padding: 12px;
}

.reportCont {
  align-self: center;
}

.reportCont h4 {
  font-size: 19px;
  font-weight: 600;
  color: #333;
}

.reportCont p {
  font-size: 16px;
  color: #777;
}

.reportBoxes {
  padding: 20px 17px;
}

.result .headd button {
  background: transparent;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #777;
  padding: 0px 17px;
  letter-spacing: 0px;
  margin: 12px 11px;
  border-radius: 3px;
}

.resultBox h3 {
  font-size: 22px;
  font-weight: 600;
  color: #284469;
  border-bottom: none;
  padding: 17px;
}

.chartBox {
  padding: 0px 0px 7px 17px;
  position: relative;
  margin-left: 14px;
  margin-top: -10px;
}

.chartBox:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #34b26738;
  border-radius: 50px;
  top: 67%;
  left: 5px;
  transform: translateY(-50%);
}

.chartBox:nth-child(1):after {
  background: #33b464;
}

.chartBox:nth-child(2):after {
  background: #9fd9ac;
}

.chartBox:nth-child(3):after {
  background: #e3ecdc;
}

.chartBox h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  width: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chartBox p {
  font-size: 12px;
  color: #777;
  letter-spacing: 0.5px;
  margin: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000091;
  z-index: 999;
}

.modalPopup {
  background: #fff;
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 999;
  width: 100%;
  max-width: 570px;
  border-radius: 3px;
  transform: translateY(-20px);
  transition: transform 1s;
}

.modalPopupBody {
  padding: 30px;
}

/* .modalPopupBody .close {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #e83852;
  width: 30px;
  height: 30px;
  border-radius: 0 7px 0px 50px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  line-height: 22px;
  padding-left: 5px;
} */

.reschedulePopup h3 {
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  color: #253e68;
}

.reschedulePopup textarea {
  border: 1px solid #eee;
  border-radius: 5px;
  min-height: 100px;
  outline: none;
}

.customModal button {
  background: #e83852;
  color: #fff;
  border: 1px solid #e83852;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 39px;
  border-radius: 5px;
  font-weight: 500;
  outline: none;
  margin-bottom: 5px;
  margin: 14px;
}

.customModal button:hover {
  opacity: 0.9;
}

.customModal button.BtnPositive {
  background: transparent;
  color: #e83852;
}

.slotCancel label {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #555;
  margin-bottom: 20px;
}

.slotCancel input[type="checkbox"],
input[type="radio"] {
  width: 21px;
  height: 21px;
  position: relative;
  top: 0px;
  margin-right: 9px;
  border: 1px solid #ddd;
}

.progressNav {
  position: absolute;
  right: 25px;
  bottom: 35px;
}

.lessData {
  opacity: 0.5;
  cursor: not-allowed;
}

.lessData:hover::after {
  content: "Data not sufficiat";
}

.progressNav i {
  background: #fff;
  color: #666;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  box-shadow: 0 0 9px #00000042;
  cursor: pointer;
}

.progressNav i:hover {
  background: #284469;
  color: #fff;
}

.progressNav i:nth-child(2) {
  margin-left: 12px;
}

.assignViewAll {
  float: right;
  background: transparent;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #777;
  padding: 7px 20px;
  letter-spacing: 0.5px;
  margin: -3px 0px;
  border-radius: 3px;
}

.welcomeSec .col-xl-3.col-lg-3 {
  position: static;
}

.noSubUnits {
  position: absolute;
  left: 46%;
  top: -150px;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.pie-chart {
  background:
    radial-gradient(circle closest-side,
      #e3eedd 0,
      #f6f6f6 54%,
      transparent 0%,
      transparent 70%,
      white 0),
    conic-gradient(#35b165 40%, #a0daaf 70%, #e3eedd 50%);
  position: relative;
  width: 100%;
  height: inherit;
  margin: 0;
  outline: none;
  position: relative;
}

.pie-chart:after {
  content: "";
  position: absolute;
}

/* .spanHolder.place {
  display: inline-flex;
  width: 1366px;
  position: absolute;
  top: -52px;
} */

.spanHolder.place.slide {
  transform: translateX(100%);
  animation-name: floatScaleX;
  opacity: 0;
  visibility: hidden;
}

.toggle {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
  width: auto;
  height: -webkit-fill-available;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 70px;
  height: 28px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}

.toggle-switch {
  width: 67px;
}

.toggle-switch:before {
  display: block;
  background: linear-gradient(180deg, #fff 0, #eee);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}

.toggle-switch:after,
.toggle-switch:before {
  content: "";
}

.toggle-label {
  position: relative;
  top: 1px;
  font-size: 16px;
  margin-left: 16px;
  font-weight: 500;
  color: #555;
  font-size: 18px;
  font-weight: 600;
  margin-right: 19px;
  color: #284469;
  align-self: center;
  transition: 0.3s;
}

/* .toggle-label.sized {
  font-size: 20px;
} */

.toggle-checkbox:checked+.toggle-switch {
  background: #284469;
}

.toggle-checkbox:checked+.toggle-switch:before {
  left: 43px;
}

.toggle-switch:before {
  display: block;
  background: linear-gradient(180deg, #fff 0, #eee);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}

.upcomingText {
  background: none;
  -webkit-text-fill-color: #999;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  padding: 0 47px;
}

.upcomingText a {
  font-weight: 500;
  color: #e93b54;
  letter-spacing: 1px;
}

.no--slot p a {
  color: #e93751;
  font-weight: 500;
  text-decoration: none;
  transition: 0.4s;
}

.no--slot p a:hover {
  opacity: 0.8;
}

.pieCust {
  width: 200px;
  height: 200px;
  background: #30b062;
  border-radius: 100px;
  margin: auto;
  position: relative;
}

.pieCust::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 159px;
  height: 159px;
  background: #f4f3fb;
  border-radius: 100px;
  margin: auto;
}

.pieCustInner {
  width: 200px;
  height: 200px;
  background: transparent;
  border-radius: 100px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 9;
  border-left: 21px solid #ddd;
  border-top: 21px solid #2cb062;
  border-bottom: 21px solid #a0daaf;
  border-right: 21px solid #2cb062;
}

.pieCustInner span {
  text-align: center;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  color: #333;
  line-height: 19px;
}

.resultBox .tdData {
  display: block;
}

.result.resultBox .tdData {
  max-width: 75px;
}

.pieCust:hover .pieCustInner {
  border-top: 21px solid #60bf78;
  border-bottom: 21px solid #60bf78;
  border-right: 21px solid #60bf78;
}

.chapterTime::after {
  content: "";
  width: 2px;
  height: 35px;
  background: #eaedf8;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.dashboardUser .chapterTime::after {
  display: none;
}

.chapterTime:last-child:after {
  content: "";
  width: 0px;
}

.no--slot p img {
  max-width: 100px;
}

.outcomes .unitNumber {
  color: rgb(33, 37, 41) !important;
  background-color: rgb(255, 255, 255);
  font-size: 14px !important;
  font-family: inherit !important;
  font-weight: 300 !important;
  font-style: normal !important;
}

@media screen and (max-width: 1199px) {
  .chartBox:after {
    display: none;
  }

  .chartBox {
    padding: 9px 7px;
  }

  .no--slot {
    padding: 0 14px;
  }

  .dbb {
    margin-bottom: 15px;
  }

  .journy {
    border-radius: 9px;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
  }

  .progressSec {
    width: 1366px;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .dashResult .table tbody td {
    font-weight: 500;
    padding: 9px 31px;
  }

  .dashResult .table tbody td:last-child {
    border-bottom: none;
  }

  .dashResult .table tbody td:first-child {
    padding-left: 31px;
  }

  .welBox {
    height: auto;
  }

  .slots {
    height: auto;
  }

  .dashBox {
    margin-bottom: 22px;
  }

  .dashBox._four {
    margin-bottom: 3px;
  }

  .resultBox {
    height: auto;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .mob-none {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .userPro-padd {
    top: 15px;
    left: 15px;
  }

  .welBox {
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 24px 15px;
  }

  .resultBox {
    padding-bottom: 15px;
    margin-bottom: 28px;
  }

  .reportBox:last-child .reportIcon {
    padding: 0px;
  }

  .assignViewAll {
    font-size: 15px;
    padding: 5px 13px;
    letter-spacing: 0;
  }

  .userPro-padd h2 {
    font-size: 13px;
  }

  .resultBox h3 {
    font-size: 18px;
  }

  .dashResult .table tbody td {
    padding: 9px 23px;
    font-size: 14px;
  }

  .dashResult .table tbody td:first-child {
    padding-left: 23px;
  }

  table td::before {
    margin-right: 23px !important;
  }

  .reportBoxes {
    padding: 9px 17px;
    flex-wrap: wrap;
    background: #f4f6fa;
    margin: 17px;
    padding-left: 0px;
  }

  .reportBox:last-child .reportIcon img {
    width: 37px;
    margin-left: 12px;
    margin-top: 9px;
  }

  .reportBox {
    width: 100%;
    margin-bottom: 11px;
  }

  .reportCont {
    align-self: center;
    min-width: 108px;
    text-align: right;
  }
}

/* @media only screen and (max-width: 1920px) and (min-width: 1367px) {
  .progressSec {
    width: 1920px;
    height: 700px;
  }

  .spanHolder.place {
    width: auto;
  }

  .UnitTitle.init {
    width: 195px;
  }

  .statusBox .UnitTitle.init:nth-child(1) {
    margin-top: 33px;
    margin-left: 0;
  }

  .statusBox .UnitTitle.init:nth-child(2) {
    margin-top: -19px;
  }

  .statusBox .UnitTitle.init:nth-child(3) {
    margin-top: -118px;
  }

  .statusBox .UnitTitle.init:nth-child(4) {
    margin-top: -144px;
  }

  .statusBox .UnitTitle.init:nth-child(5) {
    margin-top: -63px;
  }

  .statusBox .UnitTitle.init:nth-child(6) {
    margin-top: 26px;
  }

  .statusBox .UnitTitle.init:nth-child(7) {
    margin-top: -44px;
  }

  .statusBox .UnitTitle.init:nth-child(8) {
    margin-top: -60px;
  }

  .statusBox .UnitTitle.init:nth-child(9) {
    margin-top: -106px;
  }

  .statusBox .UnitTitle.init:nth-child(10) {
    margin-top: -254px;
  }

  .statusBox .UnitTitle.init:nth-child(1) {
    margin-top: 33px;
    display: block;
    margin-left: 82px;
  }

  .statusBox .UnitTitle.Unit.show1.init:first-child {
    margin-top: 30px;
    display: block;
    margin-left: 3px;
  }

  .statusBox .UnitTitle.Unit.show2.init:nth-child(1) {
    margin-top: -124px;
  }

  .statusBox .UnitTitle.Unit.show2.init:nth-child(2) {
    margin-top: 20px;
  }

  .UnitTitle.Unit.show3.init {
    width: 395px;
  }

  .statusBox .UnitTitle.Unit.show3.init:nth-child(1) {
    margin-top: 7px;
  }

  .statusBox .UnitTitle.Unit.show3.init:nth-child(2) {
    margin-top: -150px;
  }

  .statusBox .UnitTitle.Unit.show3.init:nth-child(3) {
    margin-top: 35px;
  }

  .statusBox .UnitTitle.Unit.show4.init:nth-child(1) {
    margin-top: 22px;
  }

  .statusBox .UnitTitle.Unit.show4.init:nth-child(2) {
    margin-top: -124px;
  }

  .statusBox .UnitTitle.Unit.show4.init:nth-child(3) {
    margin-top: -111px;
  }

  .statusBox .UnitTitle.Unit.show4.init:nth-child(4) {
    margin-top: 32px;
  }

  .statusBox .UnitTitle.Unit.show5.init:nth-child(1) {
    margin-left: 0;
    margin-top: 29px;
  }

  .statusBox .UnitTitle.Unit.show5.init:nth-child(2) {
    margin-top: -103px;
  }

  .statusBox .UnitTitle.Unit.show5.init:nth-child(3) {
    margin-top: -122px;
  }

  .statusBox .UnitTitle.Unit.show5.init:nth-child(4) {
    margin-top: 33px;
  }

  .statusBox .UnitTitle.Unit.show5.init:nth-child(5) {
    margin-top: -65px;
  }

  .UnitTitle.Unit.show6.init {
    width: 335px;
  }

  .statusBox .UnitTitle.init:nth-child(1) {
    margin-top: 33px;
    display: block;
    margin-left: 0;
  }

  .statusBox .UnitTitle.Unit.show6.init:nth-child(1) {
    margin-right: 0;
    margin-top: 19px;
  }

  .statusBox .UnitTitle.Unit.show6.init:nth-child(2) {
    margin-top: -135px;
  }

  .statusBox .UnitTitle.Unit.show6.init:nth-child(3) {
    margin-top: -88px;
  }

  .statusBox .UnitTitle.Unit.show6.init:nth-child(4) {
    margin-top: 20px;
  }

  .statusBox .UnitTitle.Unit.show6.init:nth-child(5) {
    margin-top: -63px;
  }

  .statusBox .UnitTitle.Unit.show6.init:nth-child(6) {
    margin-top: -253px;
  }

  .UnitTitle.Unit.show7.init {
    width: 280px;
  }

  .statusBox .UnitTitle.Unit.show7.init:nth-child(1) {
    margin-top: 29px;
  }

  .statusBox .UnitTitle.Unit.show7.init:nth-child(2) {
    margin-top: -102px;
    margin-left: 0;
  }

  .statusBox .UnitTitle.Unit.show7.init:nth-child(3) {
    margin-top: -143px;
  }

  .statusBox .UnitTitle.Unit.show7.init:nth-child(4) {
    margin-top: -3px;
  }

  .statusBox .UnitTitle.Unit.show7.init:nth-child(5) {
    margin-top: -48px;
  }

  .statusBox .UnitTitle.Unit.show7.init:nth-child(6) {
    margin-top: -60px;
  }

  .statusBox .UnitTitle.Unit.show7.init:nth-child(7) {
    margin-top: -244px;
  }
} */
/* 
@media screen and (max-width: 1366px) {
  .statusBox .UnitTitle.init:nth-child(2) {
    margin-top: 3px;
  }

  .statusBox .UnitTitle.init:nth-child(3) {
    margin-top: -66px;
  }

  .statusBox .UnitTitle.init:nth-child(4) {
    margin-top: -112px;
  }

  .statusBox .UnitTitle.init:nth-child(5) {
    margin-top: -90px;
  }

  .statusBox .UnitTitle.init:nth-child(6) {
    margin-top: -10px;
  }

  .statusBox .UnitTitle.init:nth-child(7) {
    margin-top: 33px;
  }
  .statusBox .UnitTitle.init:nth-child(8) {
    margin-top: -40px;
  }

  .statusBox .UnitTitle.init:nth-child(9) {
    margin-top: -41px;
  }

  .statusBox .UnitTitle.init:nth-child(10) {
    margin-top: -67px;
  }
} */
.pageWrapper {
  margin-top: 75px;
  padding: 30px 0;
  background: #f5f7fb;
}

.regstrationForm {
  max-width: 1024px;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 19px #00000014;
  border-radius: 9px;
  overflow: hidden;
}

.loading-overlay {
  pointer-events: none;
  /* allow clicks through */
}

.multiStepFHead ul {
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
}

.multiStepFHead ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  padding: 35px 39px;
  font-size: 17px;
  color: #333;
  font-weight: 500;
  z-index: 1;
}

.multiStepFHead ul li span {
  background-color: #e8e8e8;
  width: 27px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  margin-right: 9px;
  position: relative;
}

.multiStepFHead ul li.active {
  /* background: #159fc6; */
  color: #159fc6;
}

.multiStepFHead ul li.active::after {
  background-color: #159fc6;
}

.multiStepFHead ul li::after {
  content: "";
  background-color: #e8e8e8;
  width: 60px;
  height: 5px;
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}

.multiStepFHead ul li:last-child:after {
  display: none;
}

.multiStepFBody h1 {
  font-size: 35px;
  font-weight: 600;
  color: #333;
}

.multiStepFBody p {
  font-size: 16px;
  color: #999;
  /* text-align: center; */
  margin-top: 12px;
}

.multiStepFBody .msb {
  margin: 20px 0;
}

.multiStepFBody .msb p {
  font-size: 17px;
  font-weight: 500;
  color: #555;
  margin-bottom: 9px;
}

.multiStepFBody .msb textarea {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 9px;
  min-height: 150px;
  padding: 10px;
}

.multiStepFBody .msb p small {
  color: #2cb062;
}

.multiStepFBody {
  padding: 30px 60px;
}

.msb-prev {
  background: #f16170;
  border: 1px solid #f16170;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  width: 175px;
  height: 50px;
  border-radius: 5px;
  margin: 30px;
  letter-spacing: 0.5px;
  box-shadow: 0 0 9px #0000001a;
  transition: all 0.4s;
}

.msb-prev:hover {
  background: transparent;
  color: #f16170;
}

.msb-next {
  background: #169ec9;
  border: 1px solid #169ec9;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  width: 200px;
  height: 52px;
  border-radius: 5px;
  margin: 30px;
  letter-spacing: 0.5px;
  box-shadow: 0 0 9px #0000001a;
  transition: all 0.4s;
}

.msb-next:hover {
  background: transparent;
  color: #169ec9;
}

.uploadphoto {
  background: #f8ffff;
  min-height: 300px;
  border: 1px dashed #ccc;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.uploadphotoInner {
  position: absolute;
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  padding: 40ox;
}

.multiStepFBody .uploadphoto p {
  font-size: 18px;
  color: #179dcd;
  margin-top: 0;
}

.newUgender .gRadio {
  width: 21px !important;
  height: 21px !important;
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 50% !important;
  border: 2px solid #ddd !important;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  top: 1px;
  margin-right: 9px;
}

.newUgender .gRadio:checked {
  background-color: #189ccd !important;
  border: 2px solid #189ccd !important;
}

.newUgender .gRadio:checked::after {
  content: "✔";
  color: #fff;
  position: absolute;
  top: -9px;
  font-size: 12px;
  left: 3px;
  font-weight: 600;
}
.enrollNow {
  margin: 75px 0;
}
.explore-now {
  position: absolute;
  bottom: 22px;
  left: 6px;
  transform: none;
  padding: 10px 20px;
  font-weight: 500;
  background-color: transparent;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.free-button {
  background-color: white;
  color: black;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.free-button:hover {
  background-color: #0056b3;
}
.enrollNow h4 {
  font-size: 24px;
  font-weight: 600;
  color: #999;
  margin: 30px 0 0;
  text-transform: uppercase;
}

.enrollNow p button {
  background: #e83852;
  color: #fff;
  border: 1px solid #e83852;
  font-size: 17px;
  letter-spacing: 1px;
  padding: 14px 50px;
  border-radius: 100px;
  font-weight: 600;
  margin: 30px 0;
  text-transform: uppercase;
  box-shadow: 0 0 19px #0000000d;
  transition: all 0.4s;
}

.enrollNow p button:hover {
  background: transparent;
  color: #e83852;
}

.semester-card {
  box-shadow: none;
  position: relative;
  cursor: pointer;
  border-radius: 7px;
  margin-bottom: 29px;
  background-color: #0b54b3;
  height: 250px;
  transition: transform 0.3s ease-out;
  transform: translate(0px, 0px);
  /* background-image: linear-gradient( to bottom right, #0b54b3, #284468 ) !important; */
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.semester-card:hover {
  box-shadow: 0 9px 35px #0000007a;
  transform: translate(5px, -5px);
}

.itemTitle {
  font-size: 22px;
  display: block;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  max-width: 85%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .semester-card:hover {
  box-shadow: 0 0 35px #00000059;
  background: #fff !important;
  transform: scale(1.15);
  position: relative;
  z-index: 9;
  box-shadow: 0 0px 34px #808080;
  border: none;
  border-radius: 1px;
} */

.semester-card:hover svg.arrr {
  /* fill: #e83852; */
  fill: #fff;
}

.semester-card.coursePro::before {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZIAAAIACAMAAACfGhodAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAALdQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////EIqpSQAAAD10Uk5TAAUiPFVtg5GgssHQ2+Tv9Pj869/YrHZgTjIYARA6XKbH5/+8m1Eq1H8dy3pFDS1pigNlWLdBcUkJJjYVlj2a4T4AABITSURBVHic7Z2JQuJKEEUDKsgimyuLCogK7riMKP7/dz2V8Rk0gU6qu6suU+cDZqpzTOilqjoIcMlk19Y3cvnNQrFU3qpUa/V6vVarNrZ3SsXdzfze/kGz1eaO8V+hc3iUO+72+suplU8Ge6dnGe6IV5hMcz9/YuLih5nz3eHBiDv41SN7lL+oJbYRole4vLrmHsWq0L65PU7+bkRRv7g77XAPB57W0aYdHf9r6ebW9NclLe3msFu36uMvleMjfVmSMz6823ah4y/1k9sW9xCxaN5tOfTx10rxXt8VQ0aXO859zKgVTvV3ZSmZh0cnvx9xNPI33EOWzShnd35lRPFBX5U4ngpeX5BvekP9rY8gs1/i8fFJbVO/Xz+4/uN+irWEwhr3Q5BEZ9jgFvJB95n7QUihM6xwy/hCpXww2RMj5IPiP//5ytwyzHoX89jkfiisHPhapyehPvh3p8Q3J9xPP4bqcML9bFjo5JkWhiZsn3I/Hv+090XMe+N5zHI/Is+8FLkf+VKql//S1ldmSEpt8MX5K/eD8kaTczcrCfW7f+NnPpODeEVmlA+5H5cHzlBekRn13Kr/orQ3qtwPOSmlM+6H5pRpgfsBp6C6z/3YHPLEfiiSjuNVTV0dXwperi+mvJpnjh3Ej9YXK/nxunGZvOiBt5Wbea3DzbR+UlytLfvxHfcDtcDWKp1tTXa5H6cVqquzY9+64H6YlqjvcT9KS5yB/7CHeRtzP00bHAo/q0rG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);
  height: 26px;
  width: 27px;
  background-size: contain;
  z-index: 9;
  position: absolute;
  top: 13px;
  right: 8px;
  background-repeat: no-repeat;
}

.semester-card.coursePro::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 100px solid #29ae61;
  border-left: 100px solid transparent;
}

.semter-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  padding: 24px;
  /* padding-top: 105px; */
  background: #263f9200;
  background-color: rgba(73, 70, 68, 0.49);
}

/* .semter-content.noImg {
  background: #0000008c;
} */

.semester-card img {
  width: 100%;
  height: auto;
  position: relative;
}

.semter-content .desc {
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  display: -webkit-box;
  max-width: 99%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  letter-spacing: 0px;
  margin-top: -5px;
  font-family: inherit;
  padding-right: 40px;
  display: none !important;
}

.semester-card:hover .semter-content .desc {
  /* color: #48668e; */
  color: #fff;
}

.dashboardUser.semester {
  margin-top: 81px;
  padding: 37px 0;
  background: #f5f7fb;
  height: 100%;
  min-height: 100vh;
}

.courseThumbn {
  width: 80px;
  height: 80px;
  /* background: #38537457; */
  padding: 5px;
  position: relative;
  top: 20px;
  left: 23px;
  border-radius: 5px;
  display: none;
}

.courseThumbn img {
  width: 100%;
  height: -webkit-fill-available;
}

.semter-content .head {
  background: #e83852;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  padding: 3px 6px;
  border-radius: 3px;
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 16px 0;
  font-size: 13px;
  box-shadow: 0 0 9px #00000029;
  border: none;
}

.continueSem {
  position: absolute;
  bottom: 20px;
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  word-spacing: 1px;
}

.semester-card:hover .continueSem {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .dashboardUser.semester {
    margin-top: 69px;
  }
}

@media screen and (max-width: 767px) {
  .semester-card {
    border-radius: 7px;
    height: auto;
    min-height: 400px;
  }
}

@media screen and (max-width: 575px) {
  .semester-card {
    border-radius: 5px;
    min-height: 275px;
  }
}
.noenroll-text {
  text-align: center;
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  padding: 7%;
}

/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url(/static/media/bootstrap-icons.92ea18a81d737146ff04.woff2) format("woff2"),
url(/static/media/bootstrap-icons.1295669cd4e305c97f2c.woff) format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before { content: "\f67f"; }
.bi-alarm-fill::before { content: "\f101"; }
.bi-alarm::before { content: "\f102"; }
.bi-align-bottom::before { content: "\f103"; }
.bi-align-center::before { content: "\f104"; }
.bi-align-end::before { content: "\f105"; }
.bi-align-middle::before { content: "\f106"; }
.bi-align-start::before { content: "\f107"; }
.bi-align-top::before { content: "\f108"; }
.bi-alt::before { content: "\f109"; }
.bi-app-indicator::before { content: "\f10a"; }
.bi-app::before { content: "\f10b"; }
.bi-archive-fill::before { content: "\f10c"; }
.bi-archive::before { content: "\f10d"; }
.bi-arrow-90deg-down::before { content: "\f10e"; }
.bi-arrow-90deg-left::before { content: "\f10f"; }
.bi-arrow-90deg-right::before { content: "\f110"; }
.bi-arrow-90deg-up::before { content: "\f111"; }
.bi-arrow-bar-down::before { content: "\f112"; }
.bi-arrow-bar-left::before { content: "\f113"; }
.bi-arrow-bar-right::before { content: "\f114"; }
.bi-arrow-bar-up::before { content: "\f115"; }
.bi-arrow-clockwise::before { content: "\f116"; }
.bi-arrow-counterclockwise::before { content: "\f117"; }
.bi-arrow-down-circle-fill::before { content: "\f118"; }
.bi-arrow-down-circle::before { content: "\f119"; }
.bi-arrow-down-left-circle-fill::before { content: "\f11a"; }
.bi-arrow-down-left-circle::before { content: "\f11b"; }
.bi-arrow-down-left-square-fill::before { content: "\f11c"; }
.bi-arrow-down-left-square::before { content: "\f11d"; }
.bi-arrow-down-left::before { content: "\f11e"; }
.bi-arrow-down-right-circle-fill::before { content: "\f11f"; }
.bi-arrow-down-right-circle::before { content: "\f120"; }
.bi-arrow-down-right-square-fill::before { content: "\f121"; }
.bi-arrow-down-right-square::before { content: "\f122"; }
.bi-arrow-down-right::before { content: "\f123"; }
.bi-arrow-down-short::before { content: "\f124"; }
.bi-arrow-down-square-fill::before { content: "\f125"; }
.bi-arrow-down-square::before { content: "\f126"; }
.bi-arrow-down-up::before { content: "\f127"; }
.bi-arrow-down::before { content: "\f128"; }
.bi-arrow-left-circle-fill::before { content: "\f129"; }
.bi-arrow-left-circle::before { content: "\f12a"; }
.bi-arrow-left-right::before { content: "\f12b"; }
.bi-arrow-left-short::before { content: "\f12c"; }
.bi-arrow-left-square-fill::before { content: "\f12d"; }
.bi-arrow-left-square::before { content: "\f12e"; }
.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-repeat::before { content: "\f130"; }
.bi-arrow-return-left::before { content: "\f131"; }
.bi-arrow-return-right::before { content: "\f132"; }
.bi-arrow-right-circle-fill::before { content: "\f133"; }
.bi-arrow-right-circle::before { content: "\f134"; }
.bi-arrow-right-short::before { content: "\f135"; }
.bi-arrow-right-square-fill::before { content: "\f136"; }
.bi-arrow-right-square::before { content: "\f137"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up-circle-fill::before { content: "\f139"; }
.bi-arrow-up-circle::before { content: "\f13a"; }
.bi-arrow-up-left-circle-fill::before { content: "\f13b"; }
.bi-arrow-up-left-circle::before { content: "\f13c"; }
.bi-arrow-up-left-square-fill::before { content: "\f13d"; }
.bi-arrow-up-left-square::before { content: "\f13e"; }
.bi-arrow-up-left::before { content: "\f13f"; }
.bi-arrow-up-right-circle-fill::before { content: "\f140"; }
.bi-arrow-up-right-circle::before { content: "\f141"; }
.bi-arrow-up-right-square-fill::before { content: "\f142"; }
.bi-arrow-up-right-square::before { content: "\f143"; }
.bi-arrow-up-right::before { content: "\f144"; }
.bi-arrow-up-short::before { content: "\f145"; }
.bi-arrow-up-square-fill::before { content: "\f146"; }
.bi-arrow-up-square::before { content: "\f147"; }
.bi-arrow-up::before { content: "\f148"; }
.bi-arrows-angle-contract::before { content: "\f149"; }
.bi-arrows-angle-expand::before { content: "\f14a"; }
.bi-arrows-collapse::before { content: "\f14b"; }
.bi-arrows-expand::before { content: "\f14c"; }
.bi-arrows-fullscreen::before { content: "\f14d"; }
.bi-arrows-move::before { content: "\f14e"; }
.bi-aspect-ratio-fill::before { content: "\f14f"; }
.bi-aspect-ratio::before { content: "\f150"; }
.bi-asterisk::before { content: "\f151"; }
.bi-at::before { content: "\f152"; }
.bi-award-fill::before { content: "\f153"; }
.bi-award::before { content: "\f154"; }
.bi-back::before { content: "\f155"; }
.bi-backspace-fill::before { content: "\f156"; }
.bi-backspace-reverse-fill::before { content: "\f157"; }
.bi-backspace-reverse::before { content: "\f158"; }
.bi-backspace::before { content: "\f159"; }
.bi-badge-3d-fill::before { content: "\f15a"; }
.bi-badge-3d::before { content: "\f15b"; }
.bi-badge-4k-fill::before { content: "\f15c"; }
.bi-badge-4k::before { content: "\f15d"; }
.bi-badge-8k-fill::before { content: "\f15e"; }
.bi-badge-8k::before { content: "\f15f"; }
.bi-badge-ad-fill::before { content: "\f160"; }
.bi-badge-ad::before { content: "\f161"; }
.bi-badge-ar-fill::before { content: "\f162"; }
.bi-badge-ar::before { content: "\f163"; }
.bi-badge-cc-fill::before { content: "\f164"; }
.bi-badge-cc::before { content: "\f165"; }
.bi-badge-hd-fill::before { content: "\f166"; }
.bi-badge-hd::before { content: "\f167"; }
.bi-badge-tm-fill::before { content: "\f168"; }
.bi-badge-tm::before { content: "\f169"; }
.bi-badge-vo-fill::before { content: "\f16a"; }
.bi-badge-vo::before { content: "\f16b"; }
.bi-badge-vr-fill::before { content: "\f16c"; }
.bi-badge-vr::before { content: "\f16d"; }
.bi-badge-wc-fill::before { content: "\f16e"; }
.bi-badge-wc::before { content: "\f16f"; }
.bi-bag-check-fill::before { content: "\f170"; }
.bi-bag-check::before { content: "\f171"; }
.bi-bag-dash-fill::before { content: "\f172"; }
.bi-bag-dash::before { content: "\f173"; }
.bi-bag-fill::before { content: "\f174"; }
.bi-bag-plus-fill::before { content: "\f175"; }
.bi-bag-plus::before { content: "\f176"; }
.bi-bag-x-fill::before { content: "\f177"; }
.bi-bag-x::before { content: "\f178"; }
.bi-bag::before { content: "\f179"; }
.bi-bar-chart-fill::before { content: "\f17a"; }
.bi-bar-chart-line-fill::before { content: "\f17b"; }
.bi-bar-chart-line::before { content: "\f17c"; }
.bi-bar-chart-steps::before { content: "\f17d"; }
.bi-bar-chart::before { content: "\f17e"; }
.bi-basket-fill::before { content: "\f17f"; }
.bi-basket::before { content: "\f180"; }
.bi-basket2-fill::before { content: "\f181"; }
.bi-basket2::before { content: "\f182"; }
.bi-basket3-fill::before { content: "\f183"; }
.bi-basket3::before { content: "\f184"; }
.bi-battery-charging::before { content: "\f185"; }
.bi-battery-full::before { content: "\f186"; }
.bi-battery-half::before { content: "\f187"; }
.bi-battery::before { content: "\f188"; }
.bi-bell-fill::before { content: "\f189"; }
.bi-bell::before { content: "\f18a"; }
.bi-bezier::before { content: "\f18b"; }
.bi-bezier2::before { content: "\f18c"; }
.bi-bicycle::before { content: "\f18d"; }
.bi-binoculars-fill::before { content: "\f18e"; }
.bi-binoculars::before { content: "\f18f"; }
.bi-blockquote-left::before { content: "\f190"; }
.bi-blockquote-right::before { content: "\f191"; }
.bi-book-fill::before { content: "\f192"; }
.bi-book-half::before { content: "\f193"; }
.bi-book::before { content: "\f194"; }
.bi-bookmark-check-fill::before { content: "\f195"; }
.bi-bookmark-check::before { content: "\f196"; }
.bi-bookmark-dash-fill::before { content: "\f197"; }
.bi-bookmark-dash::before { content: "\f198"; }
.bi-bookmark-fill::before { content: "\f199"; }
.bi-bookmark-heart-fill::before { content: "\f19a"; }
.bi-bookmark-heart::before { content: "\f19b"; }
.bi-bookmark-plus-fill::before { content: "\f19c"; }
.bi-bookmark-plus::before { content: "\f19d"; }
.bi-bookmark-star-fill::before { content: "\f19e"; }
.bi-bookmark-star::before { content: "\f19f"; }
.bi-bookmark-x-fill::before { content: "\f1a0"; }
.bi-bookmark-x::before { content: "\f1a1"; }
.bi-bookmark::before { content: "\f1a2"; }
.bi-bookmarks-fill::before { content: "\f1a3"; }
.bi-bookmarks::before { content: "\f1a4"; }
.bi-bookshelf::before { content: "\f1a5"; }
.bi-bootstrap-fill::before { content: "\f1a6"; }
.bi-bootstrap-reboot::before { content: "\f1a7"; }
.bi-bootstrap::before { content: "\f1a8"; }
.bi-border-all::before { content: "\f1a9"; }
.bi-border-bottom::before { content: "\f1aa"; }
.bi-border-center::before { content: "\f1ab"; }
.bi-border-inner::before { content: "\f1ac"; }
.bi-border-left::before { content: "\f1ad"; }
.bi-border-middle::before { content: "\f1ae"; }
.bi-border-outer::before { content: "\f1af"; }
.bi-border-right::before { content: "\f1b0"; }
.bi-border-style::before { content: "\f1b1"; }
.bi-border-top::before { content: "\f1b2"; }
.bi-border-width::before { content: "\f1b3"; }
.bi-border::before { content: "\f1b4"; }
.bi-bounding-box-circles::before { content: "\f1b5"; }
.bi-bounding-box::before { content: "\f1b6"; }
.bi-box-arrow-down-left::before { content: "\f1b7"; }
.bi-box-arrow-down-right::before { content: "\f1b8"; }
.bi-box-arrow-down::before { content: "\f1b9"; }
.bi-box-arrow-in-down-left::before { content: "\f1ba"; }
.bi-box-arrow-in-down-right::before { content: "\f1bb"; }
.bi-box-arrow-in-down::before { content: "\f1bc"; }
.bi-box-arrow-in-left::before { content: "\f1bd"; }
.bi-box-arrow-in-right::before { content: "\f1be"; }
.bi-box-arrow-in-up-left::before { content: "\f1bf"; }
.bi-box-arrow-in-up-right::before { content: "\f1c0"; }
.bi-box-arrow-in-up::before { content: "\f1c1"; }
.bi-box-arrow-left::before { content: "\f1c2"; }
.bi-box-arrow-right::before { content: "\f1c3"; }
.bi-box-arrow-up-left::before { content: "\f1c4"; }
.bi-box-arrow-up-right::before { content: "\f1c5"; }
.bi-box-arrow-up::before { content: "\f1c6"; }
.bi-box-seam::before { content: "\f1c7"; }
.bi-box::before { content: "\f1c8"; }
.bi-braces::before { content: "\f1c9"; }
.bi-bricks::before { content: "\f1ca"; }
.bi-briefcase-fill::before { content: "\f1cb"; }
.bi-briefcase::before { content: "\f1cc"; }
.bi-brightness-alt-high-fill::before { content: "\f1cd"; }
.bi-brightness-alt-high::before { content: "\f1ce"; }
.bi-brightness-alt-low-fill::before { content: "\f1cf"; }
.bi-brightness-alt-low::before { content: "\f1d0"; }
.bi-brightness-high-fill::before { content: "\f1d1"; }
.bi-brightness-high::before { content: "\f1d2"; }
.bi-brightness-low-fill::before { content: "\f1d3"; }
.bi-brightness-low::before { content: "\f1d4"; }
.bi-broadcast-pin::before { content: "\f1d5"; }
.bi-broadcast::before { content: "\f1d6"; }
.bi-brush-fill::before { content: "\f1d7"; }
.bi-brush::before { content: "\f1d8"; }
.bi-bucket-fill::before { content: "\f1d9"; }
.bi-bucket::before { content: "\f1da"; }
.bi-bug-fill::before { content: "\f1db"; }
.bi-bug::before { content: "\f1dc"; }
.bi-building::before { content: "\f1dd"; }
.bi-bullseye::before { content: "\f1de"; }
.bi-calculator-fill::before { content: "\f1df"; }
.bi-calculator::before { content: "\f1e0"; }
.bi-calendar-check-fill::before { content: "\f1e1"; }
.bi-calendar-check::before { content: "\f1e2"; }
.bi-calendar-date-fill::before { content: "\f1e3"; }
.bi-calendar-date::before { content: "\f1e4"; }
.bi-calendar-day-fill::before { content: "\f1e5"; }
.bi-calendar-day::before { content: "\f1e6"; }
.bi-calendar-event-fill::before { content: "\f1e7"; }
.bi-calendar-event::before { content: "\f1e8"; }
.bi-calendar-fill::before { content: "\f1e9"; }
.bi-calendar-minus-fill::before { content: "\f1ea"; }
.bi-calendar-minus::before { content: "\f1eb"; }
.bi-calendar-month-fill::before { content: "\f1ec"; }
.bi-calendar-month::before { content: "\f1ed"; }
.bi-calendar-plus-fill::before { content: "\f1ee"; }
.bi-calendar-plus::before { content: "\f1ef"; }
.bi-calendar-range-fill::before { content: "\f1f0"; }
.bi-calendar-range::before { content: "\f1f1"; }
.bi-calendar-week-fill::before { content: "\f1f2"; }
.bi-calendar-week::before { content: "\f1f3"; }
.bi-calendar-x-fill::before { content: "\f1f4"; }
.bi-calendar-x::before { content: "\f1f5"; }
.bi-calendar::before { content: "\f1f6"; }
.bi-calendar2-check-fill::before { content: "\f1f7"; }
.bi-calendar2-check::before { content: "\f1f8"; }
.bi-calendar2-date-fill::before { content: "\f1f9"; }
.bi-calendar2-date::before { content: "\f1fa"; }
.bi-calendar2-day-fill::before { content: "\f1fb"; }
.bi-calendar2-day::before { content: "\f1fc"; }
.bi-calendar2-event-fill::before { content: "\f1fd"; }
.bi-calendar2-event::before { content: "\f1fe"; }
.bi-calendar2-fill::before { content: "\f1ff"; }
.bi-calendar2-minus-fill::before { content: "\f200"; }
.bi-calendar2-minus::before { content: "\f201"; }
.bi-calendar2-month-fill::before { content: "\f202"; }
.bi-calendar2-month::before { content: "\f203"; }
.bi-calendar2-plus-fill::before { content: "\f204"; }
.bi-calendar2-plus::before { content: "\f205"; }
.bi-calendar2-range-fill::before { content: "\f206"; }
.bi-calendar2-range::before { content: "\f207"; }
.bi-calendar2-week-fill::before { content: "\f208"; }
.bi-calendar2-week::before { content: "\f209"; }
.bi-calendar2-x-fill::before { content: "\f20a"; }
.bi-calendar2-x::before { content: "\f20b"; }
.bi-calendar2::before { content: "\f20c"; }
.bi-calendar3-event-fill::before { content: "\f20d"; }
.bi-calendar3-event::before { content: "\f20e"; }
.bi-calendar3-fill::before { content: "\f20f"; }
.bi-calendar3-range-fill::before { content: "\f210"; }
.bi-calendar3-range::before { content: "\f211"; }
.bi-calendar3-week-fill::before { content: "\f212"; }
.bi-calendar3-week::before { content: "\f213"; }
.bi-calendar3::before { content: "\f214"; }
.bi-calendar4-event::before { content: "\f215"; }
.bi-calendar4-range::before { content: "\f216"; }
.bi-calendar4-week::before { content: "\f217"; }
.bi-calendar4::before { content: "\f218"; }
.bi-camera-fill::before { content: "\f219"; }
.bi-camera-reels-fill::before { content: "\f21a"; }
.bi-camera-reels::before { content: "\f21b"; }
.bi-camera-video-fill::before { content: "\f21c"; }
.bi-camera-video-off-fill::before { content: "\f21d"; }
.bi-camera-video-off::before { content: "\f21e"; }
.bi-camera-video::before { content: "\f21f"; }
.bi-camera::before { content: "\f220"; }
.bi-camera2::before { content: "\f221"; }
.bi-capslock-fill::before { content: "\f222"; }
.bi-capslock::before { content: "\f223"; }
.bi-card-checklist::before { content: "\f224"; }
.bi-card-heading::before { content: "\f225"; }
.bi-card-image::before { content: "\f226"; }
.bi-card-list::before { content: "\f227"; }
.bi-card-text::before { content: "\f228"; }
.bi-caret-down-fill::before { content: "\f229"; }
.bi-caret-down-square-fill::before { content: "\f22a"; }
.bi-caret-down-square::before { content: "\f22b"; }
.bi-caret-down::before { content: "\f22c"; }
.bi-caret-left-fill::before { content: "\f22d"; }
.bi-caret-left-square-fill::before { content: "\f22e"; }
.bi-caret-left-square::before { content: "\f22f"; }
.bi-caret-left::before { content: "\f230"; }
.bi-caret-right-fill::before { content: "\f231"; }
.bi-caret-right-square-fill::before { content: "\f232"; }
.bi-caret-right-square::before { content: "\f233"; }
.bi-caret-right::before { content: "\f234"; }
.bi-caret-up-fill::before { content: "\f235"; }
.bi-caret-up-square-fill::before { content: "\f236"; }
.bi-caret-up-square::before { content: "\f237"; }
.bi-caret-up::before { content: "\f238"; }
.bi-cart-check-fill::before { content: "\f239"; }
.bi-cart-check::before { content: "\f23a"; }
.bi-cart-dash-fill::before { content: "\f23b"; }
.bi-cart-dash::before { content: "\f23c"; }
.bi-cart-fill::before { content: "\f23d"; }
.bi-cart-plus-fill::before { content: "\f23e"; }
.bi-cart-plus::before { content: "\f23f"; }
.bi-cart-x-fill::before { content: "\f240"; }
.bi-cart-x::before { content: "\f241"; }
.bi-cart::before { content: "\f242"; }
.bi-cart2::before { content: "\f243"; }
.bi-cart3::before { content: "\f244"; }
.bi-cart4::before { content: "\f245"; }
.bi-cash-stack::before { content: "\f246"; }
.bi-cash::before { content: "\f247"; }
.bi-cast::before { content: "\f248"; }
.bi-chat-dots-fill::before { content: "\f249"; }
.bi-chat-dots::before { content: "\f24a"; }
.bi-chat-fill::before { content: "\f24b"; }
.bi-chat-left-dots-fill::before { content: "\f24c"; }
.bi-chat-left-dots::before { content: "\f24d"; }
.bi-chat-left-fill::before { content: "\f24e"; }
.bi-chat-left-quote-fill::before { content: "\f24f"; }
.bi-chat-left-quote::before { content: "\f250"; }
.bi-chat-left-text-fill::before { content: "\f251"; }
.bi-chat-left-text::before { content: "\f252"; }
.bi-chat-left::before { content: "\f253"; }
.bi-chat-quote-fill::before { content: "\f254"; }
.bi-chat-quote::before { content: "\f255"; }
.bi-chat-right-dots-fill::before { content: "\f256"; }
.bi-chat-right-dots::before { content: "\f257"; }
.bi-chat-right-fill::before { content: "\f258"; }
.bi-chat-right-quote-fill::before { content: "\f259"; }
.bi-chat-right-quote::before { content: "\f25a"; }
.bi-chat-right-text-fill::before { content: "\f25b"; }
.bi-chat-right-text::before { content: "\f25c"; }
.bi-chat-right::before { content: "\f25d"; }
.bi-chat-square-dots-fill::before { content: "\f25e"; }
.bi-chat-square-dots::before { content: "\f25f"; }
.bi-chat-square-fill::before { content: "\f260"; }
.bi-chat-square-quote-fill::before { content: "\f261"; }
.bi-chat-square-quote::before { content: "\f262"; }
.bi-chat-square-text-fill::before { content: "\f263"; }
.bi-chat-square-text::before { content: "\f264"; }
.bi-chat-square::before { content: "\f265"; }
.bi-chat-text-fill::before { content: "\f266"; }
.bi-chat-text::before { content: "\f267"; }
.bi-chat::before { content: "\f268"; }
.bi-check-all::before { content: "\f269"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-check-circle::before { content: "\f26b"; }
.bi-check-square-fill::before { content: "\f26c"; }
.bi-check-square::before { content: "\f26d"; }
.bi-check::before { content: "\f26e"; }
.bi-check2-all::before { content: "\f26f"; }
.bi-check2-circle::before { content: "\f270"; }
.bi-check2-square::before { content: "\f271"; }
.bi-check2::before { content: "\f272"; }
.bi-chevron-bar-contract::before { content: "\f273"; }
.bi-chevron-bar-down::before { content: "\f274"; }
.bi-chevron-bar-expand::before { content: "\f275"; }
.bi-chevron-bar-left::before { content: "\f276"; }
.bi-chevron-bar-right::before { content: "\f277"; }
.bi-chevron-bar-up::before { content: "\f278"; }
.bi-chevron-compact-down::before { content: "\f279"; }
.bi-chevron-compact-left::before { content: "\f27a"; }
.bi-chevron-compact-right::before { content: "\f27b"; }
.bi-chevron-compact-up::before { content: "\f27c"; }
.bi-chevron-contract::before { content: "\f27d"; }
.bi-chevron-double-down::before { content: "\f27e"; }
.bi-chevron-double-left::before { content: "\f27f"; }
.bi-chevron-double-right::before { content: "\f280"; }
.bi-chevron-double-up::before { content: "\f281"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-expand::before { content: "\f283"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-chevron-up::before { content: "\f286"; }
.bi-circle-fill::before { content: "\f287"; }
.bi-circle-half::before { content: "\f288"; }
.bi-circle-square::before { content: "\f289"; }
.bi-circle::before { content: "\f28a"; }
.bi-clipboard-check::before { content: "\f28b"; }
.bi-clipboard-data::before { content: "\f28c"; }
.bi-clipboard-minus::before { content: "\f28d"; }
.bi-clipboard-plus::before { content: "\f28e"; }
.bi-clipboard-x::before { content: "\f28f"; }
.bi-clipboard::before { content: "\f290"; }
.bi-clock-fill::before { content: "\f291"; }
.bi-clock-history::before { content: "\f292"; }
.bi-clock::before { content: "\f293"; }
.bi-cloud-arrow-down-fill::before { content: "\f294"; }
.bi-cloud-arrow-down::before { content: "\f295"; }
.bi-cloud-arrow-up-fill::before { content: "\f296"; }
.bi-cloud-arrow-up::before { content: "\f297"; }
.bi-cloud-check-fill::before { content: "\f298"; }
.bi-cloud-check::before { content: "\f299"; }
.bi-cloud-download-fill::before { content: "\f29a"; }
.bi-cloud-download::before { content: "\f29b"; }
.bi-cloud-drizzle-fill::before { content: "\f29c"; }
.bi-cloud-drizzle::before { content: "\f29d"; }
.bi-cloud-fill::before { content: "\f29e"; }
.bi-cloud-fog-fill::before { content: "\f29f"; }
.bi-cloud-fog::before { content: "\f2a0"; }
.bi-cloud-fog2-fill::before { content: "\f2a1"; }
.bi-cloud-fog2::before { content: "\f2a2"; }
.bi-cloud-hail-fill::before { content: "\f2a3"; }
.bi-cloud-hail::before { content: "\f2a4"; }
.bi-cloud-haze-fill::before { content: "\f2a6"; }
.bi-cloud-haze::before { content: "\f2a7"; }
.bi-cloud-haze2-fill::before { content: "\f2a8"; }
.bi-cloud-lightning-fill::before { content: "\f2a9"; }
.bi-cloud-lightning-rain-fill::before { content: "\f2aa"; }
.bi-cloud-lightning-rain::before { content: "\f2ab"; }
.bi-cloud-lightning::before { content: "\f2ac"; }
.bi-cloud-minus-fill::before { content: "\f2ad"; }
.bi-cloud-minus::before { content: "\f2ae"; }
.bi-cloud-moon-fill::before { content: "\f2af"; }
.bi-cloud-moon::before { content: "\f2b0"; }
.bi-cloud-plus-fill::before { content: "\f2b1"; }
.bi-cloud-plus::before { content: "\f2b2"; }
.bi-cloud-rain-fill::before { content: "\f2b3"; }
.bi-cloud-rain-heavy-fill::before { content: "\f2b4"; }
.bi-cloud-rain-heavy::before { content: "\f2b5"; }
.bi-cloud-rain::before { content: "\f2b6"; }
.bi-cloud-slash-fill::before { content: "\f2b7"; }
.bi-cloud-slash::before { content: "\f2b8"; }
.bi-cloud-sleet-fill::before { content: "\f2b9"; }
.bi-cloud-sleet::before { content: "\f2ba"; }
.bi-cloud-snow-fill::before { content: "\f2bb"; }
.bi-cloud-snow::before { content: "\f2bc"; }
.bi-cloud-sun-fill::before { content: "\f2bd"; }
.bi-cloud-sun::before { content: "\f2be"; }
.bi-cloud-upload-fill::before { content: "\f2bf"; }
.bi-cloud-upload::before { content: "\f2c0"; }
.bi-cloud::before { content: "\f2c1"; }
.bi-clouds-fill::before { content: "\f2c2"; }
.bi-clouds::before { content: "\f2c3"; }
.bi-cloudy-fill::before { content: "\f2c4"; }
.bi-cloudy::before { content: "\f2c5"; }
.bi-code-slash::before { content: "\f2c6"; }
.bi-code-square::before { content: "\f2c7"; }
.bi-code::before { content: "\f2c8"; }
.bi-collection-fill::before { content: "\f2c9"; }
.bi-collection-play-fill::before { content: "\f2ca"; }
.bi-collection-play::before { content: "\f2cb"; }
.bi-collection::before { content: "\f2cc"; }
.bi-columns-gap::before { content: "\f2cd"; }
.bi-columns::before { content: "\f2ce"; }
.bi-command::before { content: "\f2cf"; }
.bi-compass-fill::before { content: "\f2d0"; }
.bi-compass::before { content: "\f2d1"; }
.bi-cone-striped::before { content: "\f2d2"; }
.bi-cone::before { content: "\f2d3"; }
.bi-controller::before { content: "\f2d4"; }
.bi-cpu-fill::before { content: "\f2d5"; }
.bi-cpu::before { content: "\f2d6"; }
.bi-credit-card-2-back-fill::before { content: "\f2d7"; }
.bi-credit-card-2-back::before { content: "\f2d8"; }
.bi-credit-card-2-front-fill::before { content: "\f2d9"; }
.bi-credit-card-2-front::before { content: "\f2da"; }
.bi-credit-card-fill::before { content: "\f2db"; }
.bi-credit-card::before { content: "\f2dc"; }
.bi-crop::before { content: "\f2dd"; }
.bi-cup-fill::before { content: "\f2de"; }
.bi-cup-straw::before { content: "\f2df"; }
.bi-cup::before { content: "\f2e0"; }
.bi-cursor-fill::before { content: "\f2e1"; }
.bi-cursor-text::before { content: "\f2e2"; }
.bi-cursor::before { content: "\f2e3"; }
.bi-dash-circle-dotted::before { content: "\f2e4"; }
.bi-dash-circle-fill::before { content: "\f2e5"; }
.bi-dash-circle::before { content: "\f2e6"; }
.bi-dash-square-dotted::before { content: "\f2e7"; }
.bi-dash-square-fill::before { content: "\f2e8"; }
.bi-dash-square::before { content: "\f2e9"; }
.bi-dash::before { content: "\f2ea"; }
.bi-diagram-2-fill::before { content: "\f2eb"; }
.bi-diagram-2::before { content: "\f2ec"; }
.bi-diagram-3-fill::before { content: "\f2ed"; }
.bi-diagram-3::before { content: "\f2ee"; }
.bi-diamond-fill::before { content: "\f2ef"; }
.bi-diamond-half::before { content: "\f2f0"; }
.bi-diamond::before { content: "\f2f1"; }
.bi-dice-1-fill::before { content: "\f2f2"; }
.bi-dice-1::before { content: "\f2f3"; }
.bi-dice-2-fill::before { content: "\f2f4"; }
.bi-dice-2::before { content: "\f2f5"; }
.bi-dice-3-fill::before { content: "\f2f6"; }
.bi-dice-3::before { content: "\f2f7"; }
.bi-dice-4-fill::before { content: "\f2f8"; }
.bi-dice-4::before { content: "\f2f9"; }
.bi-dice-5-fill::before { content: "\f2fa"; }
.bi-dice-5::before { content: "\f2fb"; }
.bi-dice-6-fill::before { content: "\f2fc"; }
.bi-dice-6::before { content: "\f2fd"; }
.bi-disc-fill::before { content: "\f2fe"; }
.bi-disc::before { content: "\f2ff"; }
.bi-discord::before { content: "\f300"; }
.bi-display-fill::before { content: "\f301"; }
.bi-display::before { content: "\f302"; }
.bi-distribute-horizontal::before { content: "\f303"; }
.bi-distribute-vertical::before { content: "\f304"; }
.bi-door-closed-fill::before { content: "\f305"; }
.bi-door-closed::before { content: "\f306"; }
.bi-door-open-fill::before { content: "\f307"; }
.bi-door-open::before { content: "\f308"; }
.bi-dot::before { content: "\f309"; }
.bi-download::before { content: "\f30a"; }
.bi-droplet-fill::before { content: "\f30b"; }
.bi-droplet-half::before { content: "\f30c"; }
.bi-droplet::before { content: "\f30d"; }
.bi-earbuds::before { content: "\f30e"; }
.bi-easel-fill::before { content: "\f30f"; }
.bi-easel::before { content: "\f310"; }
.bi-egg-fill::before { content: "\f311"; }
.bi-egg-fried::before { content: "\f312"; }
.bi-egg::before { content: "\f313"; }
.bi-eject-fill::before { content: "\f314"; }
.bi-eject::before { content: "\f315"; }
.bi-emoji-angry-fill::before { content: "\f316"; }
.bi-emoji-angry::before { content: "\f317"; }
.bi-emoji-dizzy-fill::before { content: "\f318"; }
.bi-emoji-dizzy::before { content: "\f319"; }
.bi-emoji-expressionless-fill::before { content: "\f31a"; }
.bi-emoji-expressionless::before { content: "\f31b"; }
.bi-emoji-frown-fill::before { content: "\f31c"; }
.bi-emoji-frown::before { content: "\f31d"; }
.bi-emoji-heart-eyes-fill::before { content: "\f31e"; }
.bi-emoji-heart-eyes::before { content: "\f31f"; }
.bi-emoji-laughing-fill::before { content: "\f320"; }
.bi-emoji-laughing::before { content: "\f321"; }
.bi-emoji-neutral-fill::before { content: "\f322"; }
.bi-emoji-neutral::before { content: "\f323"; }
.bi-emoji-smile-fill::before { content: "\f324"; }
.bi-emoji-smile-upside-down-fill::before { content: "\f325"; }
.bi-emoji-smile-upside-down::before { content: "\f326"; }
.bi-emoji-smile::before { content: "\f327"; }
.bi-emoji-sunglasses-fill::before { content: "\f328"; }
.bi-emoji-sunglasses::before { content: "\f329"; }
.bi-emoji-wink-fill::before { content: "\f32a"; }
.bi-emoji-wink::before { content: "\f32b"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-envelope-open-fill::before { content: "\f32d"; }
.bi-envelope-open::before { content: "\f32e"; }
.bi-envelope::before { content: "\f32f"; }
.bi-eraser-fill::before { content: "\f330"; }
.bi-eraser::before { content: "\f331"; }
.bi-exclamation-circle-fill::before { content: "\f332"; }
.bi-exclamation-circle::before { content: "\f333"; }
.bi-exclamation-diamond-fill::before { content: "\f334"; }
.bi-exclamation-diamond::before { content: "\f335"; }
.bi-exclamation-octagon-fill::before { content: "\f336"; }
.bi-exclamation-octagon::before { content: "\f337"; }
.bi-exclamation-square-fill::before { content: "\f338"; }
.bi-exclamation-square::before { content: "\f339"; }
.bi-exclamation-triangle-fill::before { content: "\f33a"; }
.bi-exclamation-triangle::before { content: "\f33b"; }
.bi-exclamation::before { content: "\f33c"; }
.bi-exclude::before { content: "\f33d"; }
.bi-eye-fill::before { content: "\f33e"; }
.bi-eye-slash-fill::before { content: "\f33f"; }
.bi-eye-slash::before { content: "\f340"; }
.bi-eye::before { content: "\f341"; }
.bi-eyedropper::before { content: "\f342"; }
.bi-eyeglasses::before { content: "\f343"; }
.bi-facebook::before { content: "\f344"; }
.bi-file-arrow-down-fill::before { content: "\f345"; }
.bi-file-arrow-down::before { content: "\f346"; }
.bi-file-arrow-up-fill::before { content: "\f347"; }
.bi-file-arrow-up::before { content: "\f348"; }
.bi-file-bar-graph-fill::before { content: "\f349"; }
.bi-file-bar-graph::before { content: "\f34a"; }
.bi-file-binary-fill::before { content: "\f34b"; }
.bi-file-binary::before { content: "\f34c"; }
.bi-file-break-fill::before { content: "\f34d"; }
.bi-file-break::before { content: "\f34e"; }
.bi-file-check-fill::before { content: "\f34f"; }
.bi-file-check::before { content: "\f350"; }
.bi-file-code-fill::before { content: "\f351"; }
.bi-file-code::before { content: "\f352"; }
.bi-file-diff-fill::before { content: "\f353"; }
.bi-file-diff::before { content: "\f354"; }
.bi-file-earmark-arrow-down-fill::before { content: "\f355"; }
.bi-file-earmark-arrow-down::before { content: "\f356"; }
.bi-file-earmark-arrow-up-fill::before { content: "\f357"; }
.bi-file-earmark-arrow-up::before { content: "\f358"; }
.bi-file-earmark-bar-graph-fill::before { content: "\f359"; }
.bi-file-earmark-bar-graph::before { content: "\f35a"; }
.bi-file-earmark-binary-fill::before { content: "\f35b"; }
.bi-file-earmark-binary::before { content: "\f35c"; }
.bi-file-earmark-break-fill::before { content: "\f35d"; }
.bi-file-earmark-break::before { content: "\f35e"; }
.bi-file-earmark-check-fill::before { content: "\f35f"; }
.bi-file-earmark-check::before { content: "\f360"; }
.bi-file-earmark-code-fill::before { content: "\f361"; }
.bi-file-earmark-code::before { content: "\f362"; }
.bi-file-earmark-diff-fill::before { content: "\f363"; }
.bi-file-earmark-diff::before { content: "\f364"; }
.bi-file-earmark-easel-fill::before { content: "\f365"; }
.bi-file-earmark-easel::before { content: "\f366"; }
.bi-file-earmark-excel-fill::before { content: "\f367"; }
.bi-file-earmark-excel::before { content: "\f368"; }
.bi-file-earmark-fill::before { content: "\f369"; }
.bi-file-earmark-font-fill::before { content: "\f36a"; }
.bi-file-earmark-font::before { content: "\f36b"; }
.bi-file-earmark-image-fill::before { content: "\f36c"; }
.bi-file-earmark-image::before { content: "\f36d"; }
.bi-file-earmark-lock-fill::before { content: "\f36e"; }
.bi-file-earmark-lock::before { content: "\f36f"; }
.bi-file-earmark-lock2-fill::before { content: "\f370"; }
.bi-file-earmark-lock2::before { content: "\f371"; }
.bi-file-earmark-medical-fill::before { content: "\f372"; }
.bi-file-earmark-medical::before { content: "\f373"; }
.bi-file-earmark-minus-fill::before { content: "\f374"; }
.bi-file-earmark-minus::before { content: "\f375"; }
.bi-file-earmark-music-fill::before { content: "\f376"; }
.bi-file-earmark-music::before { content: "\f377"; }
.bi-file-earmark-person-fill::before { content: "\f378"; }
.bi-file-earmark-person::before { content: "\f379"; }
.bi-file-earmark-play-fill::before { content: "\f37a"; }
.bi-file-earmark-play::before { content: "\f37b"; }
.bi-file-earmark-plus-fill::before { content: "\f37c"; }
.bi-file-earmark-plus::before { content: "\f37d"; }
.bi-file-earmark-post-fill::before { content: "\f37e"; }
.bi-file-earmark-post::before { content: "\f37f"; }
.bi-file-earmark-ppt-fill::before { content: "\f380"; }
.bi-file-earmark-ppt::before { content: "\f381"; }
.bi-file-earmark-richtext-fill::before { content: "\f382"; }
.bi-file-earmark-richtext::before { content: "\f383"; }
.bi-file-earmark-ruled-fill::before { content: "\f384"; }
.bi-file-earmark-ruled::before { content: "\f385"; }
.bi-file-earmark-slides-fill::before { content: "\f386"; }
.bi-file-earmark-slides::before { content: "\f387"; }
.bi-file-earmark-spreadsheet-fill::before { content: "\f388"; }
.bi-file-earmark-spreadsheet::before { content: "\f389"; }
.bi-file-earmark-text-fill::before { content: "\f38a"; }
.bi-file-earmark-text::before { content: "\f38b"; }
.bi-file-earmark-word-fill::before { content: "\f38c"; }
.bi-file-earmark-word::before { content: "\f38d"; }
.bi-file-earmark-x-fill::before { content: "\f38e"; }
.bi-file-earmark-x::before { content: "\f38f"; }
.bi-file-earmark-zip-fill::before { content: "\f390"; }
.bi-file-earmark-zip::before { content: "\f391"; }
.bi-file-earmark::before { content: "\f392"; }
.bi-file-easel-fill::before { content: "\f393"; }
.bi-file-easel::before { content: "\f394"; }
.bi-file-excel-fill::before { content: "\f395"; }
.bi-file-excel::before { content: "\f396"; }
.bi-file-fill::before { content: "\f397"; }
.bi-file-font-fill::before { content: "\f398"; }
.bi-file-font::before { content: "\f399"; }
.bi-file-image-fill::before { content: "\f39a"; }
.bi-file-image::before { content: "\f39b"; }
.bi-file-lock-fill::before { content: "\f39c"; }
.bi-file-lock::before { content: "\f39d"; }
.bi-file-lock2-fill::before { content: "\f39e"; }
.bi-file-lock2::before { content: "\f39f"; }
.bi-file-medical-fill::before { content: "\f3a0"; }
.bi-file-medical::before { content: "\f3a1"; }
.bi-file-minus-fill::before { content: "\f3a2"; }
.bi-file-minus::before { content: "\f3a3"; }
.bi-file-music-fill::before { content: "\f3a4"; }
.bi-file-music::before { content: "\f3a5"; }
.bi-file-person-fill::before { content: "\f3a6"; }
.bi-file-person::before { content: "\f3a7"; }
.bi-file-play-fill::before { content: "\f3a8"; }
.bi-file-play::before { content: "\f3a9"; }
.bi-file-plus-fill::before { content: "\f3aa"; }
.bi-file-plus::before { content: "\f3ab"; }
.bi-file-post-fill::before { content: "\f3ac"; }
.bi-file-post::before { content: "\f3ad"; }
.bi-file-ppt-fill::before { content: "\f3ae"; }
.bi-file-ppt::before { content: "\f3af"; }
.bi-file-richtext-fill::before { content: "\f3b0"; }
.bi-file-richtext::before { content: "\f3b1"; }
.bi-file-ruled-fill::before { content: "\f3b2"; }
.bi-file-ruled::before { content: "\f3b3"; }
.bi-file-slides-fill::before { content: "\f3b4"; }
.bi-file-slides::before { content: "\f3b5"; }
.bi-file-spreadsheet-fill::before { content: "\f3b6"; }
.bi-file-spreadsheet::before { content: "\f3b7"; }
.bi-file-text-fill::before { content: "\f3b8"; }
.bi-file-text::before { content: "\f3b9"; }
.bi-file-word-fill::before { content: "\f3ba"; }
.bi-file-word::before { content: "\f3bb"; }
.bi-file-x-fill::before { content: "\f3bc"; }
.bi-file-x::before { content: "\f3bd"; }
.bi-file-zip-fill::before { content: "\f3be"; }
.bi-file-zip::before { content: "\f3bf"; }
.bi-file::before { content: "\f3c0"; }
.bi-files-alt::before { content: "\f3c1"; }
.bi-files::before { content: "\f3c2"; }
.bi-film::before { content: "\f3c3"; }
.bi-filter-circle-fill::before { content: "\f3c4"; }
.bi-filter-circle::before { content: "\f3c5"; }
.bi-filter-left::before { content: "\f3c6"; }
.bi-filter-right::before { content: "\f3c7"; }
.bi-filter-square-fill::before { content: "\f3c8"; }
.bi-filter-square::before { content: "\f3c9"; }
.bi-filter::before { content: "\f3ca"; }
.bi-flag-fill::before { content: "\f3cb"; }
.bi-flag::before { content: "\f3cc"; }
.bi-flower1::before { content: "\f3cd"; }
.bi-flower2::before { content: "\f3ce"; }
.bi-flower3::before { content: "\f3cf"; }
.bi-folder-check::before { content: "\f3d0"; }
.bi-folder-fill::before { content: "\f3d1"; }
.bi-folder-minus::before { content: "\f3d2"; }
.bi-folder-plus::before { content: "\f3d3"; }
.bi-folder-symlink-fill::before { content: "\f3d4"; }
.bi-folder-symlink::before { content: "\f3d5"; }
.bi-folder-x::before { content: "\f3d6"; }
.bi-folder::before { content: "\f3d7"; }
.bi-folder2-open::before { content: "\f3d8"; }
.bi-folder2::before { content: "\f3d9"; }
.bi-fonts::before { content: "\f3da"; }
.bi-forward-fill::before { content: "\f3db"; }
.bi-forward::before { content: "\f3dc"; }
.bi-front::before { content: "\f3dd"; }
.bi-fullscreen-exit::before { content: "\f3de"; }
.bi-fullscreen::before { content: "\f3df"; }
.bi-funnel-fill::before { content: "\f3e0"; }
.bi-funnel::before { content: "\f3e1"; }
.bi-gear-fill::before { content: "\f3e2"; }
.bi-gear-wide-connected::before { content: "\f3e3"; }
.bi-gear-wide::before { content: "\f3e4"; }
.bi-gear::before { content: "\f3e5"; }
.bi-gem::before { content: "\f3e6"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-geo-fill::before { content: "\f3e9"; }
.bi-geo::before { content: "\f3ea"; }
.bi-gift-fill::before { content: "\f3eb"; }
.bi-gift::before { content: "\f3ec"; }
.bi-github::before { content: "\f3ed"; }
.bi-globe::before { content: "\f3ee"; }
.bi-globe2::before { content: "\f3ef"; }
.bi-google::before { content: "\f3f0"; }
.bi-graph-down::before { content: "\f3f1"; }
.bi-graph-up::before { content: "\f3f2"; }
.bi-grid-1x2-fill::before { content: "\f3f3"; }
.bi-grid-1x2::before { content: "\f3f4"; }
.bi-grid-3x2-gap-fill::before { content: "\f3f5"; }
.bi-grid-3x2-gap::before { content: "\f3f6"; }
.bi-grid-3x2::before { content: "\f3f7"; }
.bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
.bi-grid-3x3-gap::before { content: "\f3f9"; }
.bi-grid-3x3::before { content: "\f3fa"; }
.bi-grid-fill::before { content: "\f3fb"; }
.bi-grid::before { content: "\f3fc"; }
.bi-grip-horizontal::before { content: "\f3fd"; }
.bi-grip-vertical::before { content: "\f3fe"; }
.bi-hammer::before { content: "\f3ff"; }
.bi-hand-index-fill::before { content: "\f400"; }
.bi-hand-index-thumb-fill::before { content: "\f401"; }
.bi-hand-index-thumb::before { content: "\f402"; }
.bi-hand-index::before { content: "\f403"; }
.bi-hand-thumbs-down-fill::before { content: "\f404"; }
.bi-hand-thumbs-down::before { content: "\f405"; }
.bi-hand-thumbs-up-fill::before { content: "\f406"; }
.bi-hand-thumbs-up::before { content: "\f407"; }
.bi-handbag-fill::before { content: "\f408"; }
.bi-handbag::before { content: "\f409"; }
.bi-hash::before { content: "\f40a"; }
.bi-hdd-fill::before { content: "\f40b"; }
.bi-hdd-network-fill::before { content: "\f40c"; }
.bi-hdd-network::before { content: "\f40d"; }
.bi-hdd-rack-fill::before { content: "\f40e"; }
.bi-hdd-rack::before { content: "\f40f"; }
.bi-hdd-stack-fill::before { content: "\f410"; }
.bi-hdd-stack::before { content: "\f411"; }
.bi-hdd::before { content: "\f412"; }
.bi-headphones::before { content: "\f413"; }
.bi-headset::before { content: "\f414"; }
.bi-heart-fill::before { content: "\f415"; }
.bi-heart-half::before { content: "\f416"; }
.bi-heart::before { content: "\f417"; }
.bi-heptagon-fill::before { content: "\f418"; }
.bi-heptagon-half::before { content: "\f419"; }
.bi-heptagon::before { content: "\f41a"; }
.bi-hexagon-fill::before { content: "\f41b"; }
.bi-hexagon-half::before { content: "\f41c"; }
.bi-hexagon::before { content: "\f41d"; }
.bi-hourglass-bottom::before { content: "\f41e"; }
.bi-hourglass-split::before { content: "\f41f"; }
.bi-hourglass-top::before { content: "\f420"; }
.bi-hourglass::before { content: "\f421"; }
.bi-house-door-fill::before { content: "\f422"; }
.bi-house-door::before { content: "\f423"; }
.bi-house-fill::before { content: "\f424"; }
.bi-house::before { content: "\f425"; }
.bi-hr::before { content: "\f426"; }
.bi-hurricane::before { content: "\f427"; }
.bi-image-alt::before { content: "\f428"; }
.bi-image-fill::before { content: "\f429"; }
.bi-image::before { content: "\f42a"; }
.bi-images::before { content: "\f42b"; }
.bi-inbox-fill::before { content: "\f42c"; }
.bi-inbox::before { content: "\f42d"; }
.bi-inboxes-fill::before { content: "\f42e"; }
.bi-inboxes::before { content: "\f42f"; }
.bi-info-circle-fill::before { content: "\f430"; }
.bi-info-circle::before { content: "\f431"; }
.bi-info-square-fill::before { content: "\f432"; }
.bi-info-square::before { content: "\f433"; }
.bi-info::before { content: "\f434"; }
.bi-input-cursor-text::before { content: "\f435"; }
.bi-input-cursor::before { content: "\f436"; }
.bi-instagram::before { content: "\f437"; }
.bi-intersect::before { content: "\f438"; }
.bi-journal-album::before { content: "\f439"; }
.bi-journal-arrow-down::before { content: "\f43a"; }
.bi-journal-arrow-up::before { content: "\f43b"; }
.bi-journal-bookmark-fill::before { content: "\f43c"; }
.bi-journal-bookmark::before { content: "\f43d"; }
.bi-journal-check::before { content: "\f43e"; }
.bi-journal-code::before { content: "\f43f"; }
.bi-journal-medical::before { content: "\f440"; }
.bi-journal-minus::before { content: "\f441"; }
.bi-journal-plus::before { content: "\f442"; }
.bi-journal-richtext::before { content: "\f443"; }
.bi-journal-text::before { content: "\f444"; }
.bi-journal-x::before { content: "\f445"; }
.bi-journal::before { content: "\f446"; }
.bi-journals::before { content: "\f447"; }
.bi-joystick::before { content: "\f448"; }
.bi-justify-left::before { content: "\f449"; }
.bi-justify-right::before { content: "\f44a"; }
.bi-justify::before { content: "\f44b"; }
.bi-kanban-fill::before { content: "\f44c"; }
.bi-kanban::before { content: "\f44d"; }
.bi-key-fill::before { content: "\f44e"; }
.bi-key::before { content: "\f44f"; }
.bi-keyboard-fill::before { content: "\f450"; }
.bi-keyboard::before { content: "\f451"; }
.bi-ladder::before { content: "\f452"; }
.bi-lamp-fill::before { content: "\f453"; }
.bi-lamp::before { content: "\f454"; }
.bi-laptop-fill::before { content: "\f455"; }
.bi-laptop::before { content: "\f456"; }
.bi-layer-backward::before { content: "\f457"; }
.bi-layer-forward::before { content: "\f458"; }
.bi-layers-fill::before { content: "\f459"; }
.bi-layers-half::before { content: "\f45a"; }
.bi-layers::before { content: "\f45b"; }
.bi-layout-sidebar-inset-reverse::before { content: "\f45c"; }
.bi-layout-sidebar-inset::before { content: "\f45d"; }
.bi-layout-sidebar-reverse::before { content: "\f45e"; }
.bi-layout-sidebar::before { content: "\f45f"; }
.bi-layout-split::before { content: "\f460"; }
.bi-layout-text-sidebar-reverse::before { content: "\f461"; }
.bi-layout-text-sidebar::before { content: "\f462"; }
.bi-layout-text-window-reverse::before { content: "\f463"; }
.bi-layout-text-window::before { content: "\f464"; }
.bi-layout-three-columns::before { content: "\f465"; }
.bi-layout-wtf::before { content: "\f466"; }
.bi-life-preserver::before { content: "\f467"; }
.bi-lightbulb-fill::before { content: "\f468"; }
.bi-lightbulb-off-fill::before { content: "\f469"; }
.bi-lightbulb-off::before { content: "\f46a"; }
.bi-lightbulb::before { content: "\f46b"; }
.bi-lightning-charge-fill::before { content: "\f46c"; }
.bi-lightning-charge::before { content: "\f46d"; }
.bi-lightning-fill::before { content: "\f46e"; }
.bi-lightning::before { content: "\f46f"; }
.bi-link-45deg::before { content: "\f470"; }
.bi-link::before { content: "\f471"; }
.bi-linkedin::before { content: "\f472"; }
.bi-list-check::before { content: "\f473"; }
.bi-list-nested::before { content: "\f474"; }
.bi-list-ol::before { content: "\f475"; }
.bi-list-stars::before { content: "\f476"; }
.bi-list-task::before { content: "\f477"; }
.bi-list-ul::before { content: "\f478"; }
.bi-list::before { content: "\f479"; }
.bi-lock-fill::before { content: "\f47a"; }
.bi-lock::before { content: "\f47b"; }
.bi-mailbox::before { content: "\f47c"; }
.bi-mailbox2::before { content: "\f47d"; }
.bi-map-fill::before { content: "\f47e"; }
.bi-map::before { content: "\f47f"; }
.bi-markdown-fill::before { content: "\f480"; }
.bi-markdown::before { content: "\f481"; }
.bi-mask::before { content: "\f482"; }
.bi-megaphone-fill::before { content: "\f483"; }
.bi-megaphone::before { content: "\f484"; }
.bi-menu-app-fill::before { content: "\f485"; }
.bi-menu-app::before { content: "\f486"; }
.bi-menu-button-fill::before { content: "\f487"; }
.bi-menu-button-wide-fill::before { content: "\f488"; }
.bi-menu-button-wide::before { content: "\f489"; }
.bi-menu-button::before { content: "\f48a"; }
.bi-menu-down::before { content: "\f48b"; }
.bi-menu-up::before { content: "\f48c"; }
.bi-mic-fill::before { content: "\f48d"; }
.bi-mic-mute-fill::before { content: "\f48e"; }
.bi-mic-mute::before { content: "\f48f"; }
.bi-mic::before { content: "\f490"; }
.bi-minecart-loaded::before { content: "\f491"; }
.bi-minecart::before { content: "\f492"; }
.bi-moisture::before { content: "\f493"; }
.bi-moon-fill::before { content: "\f494"; }
.bi-moon-stars-fill::before { content: "\f495"; }
.bi-moon-stars::before { content: "\f496"; }
.bi-moon::before { content: "\f497"; }
.bi-mouse-fill::before { content: "\f498"; }
.bi-mouse::before { content: "\f499"; }
.bi-mouse2-fill::before { content: "\f49a"; }
.bi-mouse2::before { content: "\f49b"; }
.bi-mouse3-fill::before { content: "\f49c"; }
.bi-mouse3::before { content: "\f49d"; }
.bi-music-note-beamed::before { content: "\f49e"; }
.bi-music-note-list::before { content: "\f49f"; }
.bi-music-note::before { content: "\f4a0"; }
.bi-music-player-fill::before { content: "\f4a1"; }
.bi-music-player::before { content: "\f4a2"; }
.bi-newspaper::before { content: "\f4a3"; }
.bi-node-minus-fill::before { content: "\f4a4"; }
.bi-node-minus::before { content: "\f4a5"; }
.bi-node-plus-fill::before { content: "\f4a6"; }
.bi-node-plus::before { content: "\f4a7"; }
.bi-nut-fill::before { content: "\f4a8"; }
.bi-nut::before { content: "\f4a9"; }
.bi-octagon-fill::before { content: "\f4aa"; }
.bi-octagon-half::before { content: "\f4ab"; }
.bi-octagon::before { content: "\f4ac"; }
.bi-option::before { content: "\f4ad"; }
.bi-outlet::before { content: "\f4ae"; }
.bi-paint-bucket::before { content: "\f4af"; }
.bi-palette-fill::before { content: "\f4b0"; }
.bi-palette::before { content: "\f4b1"; }
.bi-palette2::before { content: "\f4b2"; }
.bi-paperclip::before { content: "\f4b3"; }
.bi-paragraph::before { content: "\f4b4"; }
.bi-patch-check-fill::before { content: "\f4b5"; }
.bi-patch-check::before { content: "\f4b6"; }
.bi-patch-exclamation-fill::before { content: "\f4b7"; }
.bi-patch-exclamation::before { content: "\f4b8"; }
.bi-patch-minus-fill::before { content: "\f4b9"; }
.bi-patch-minus::before { content: "\f4ba"; }
.bi-patch-plus-fill::before { content: "\f4bb"; }
.bi-patch-plus::before { content: "\f4bc"; }
.bi-patch-question-fill::before { content: "\f4bd"; }
.bi-patch-question::before { content: "\f4be"; }
.bi-pause-btn-fill::before { content: "\f4bf"; }
.bi-pause-btn::before { content: "\f4c0"; }
.bi-pause-circle-fill::before { content: "\f4c1"; }
.bi-pause-circle::before { content: "\f4c2"; }
.bi-pause-fill::before { content: "\f4c3"; }
.bi-pause::before { content: "\f4c4"; }
.bi-peace-fill::before { content: "\f4c5"; }
.bi-peace::before { content: "\f4c6"; }
.bi-pen-fill::before { content: "\f4c7"; }
.bi-pen::before { content: "\f4c8"; }
.bi-pencil-fill::before { content: "\f4c9"; }
.bi-pencil-square::before { content: "\f4ca"; }
.bi-pencil::before { content: "\f4cb"; }
.bi-pentagon-fill::before { content: "\f4cc"; }
.bi-pentagon-half::before { content: "\f4cd"; }
.bi-pentagon::before { content: "\f4ce"; }
.bi-people-fill::before { content: "\f4cf"; }
.bi-people::before { content: "\f4d0"; }
.bi-percent::before { content: "\f4d1"; }
.bi-person-badge-fill::before { content: "\f4d2"; }
.bi-person-badge::before { content: "\f4d3"; }
.bi-person-bounding-box::before { content: "\f4d4"; }
.bi-person-check-fill::before { content: "\f4d5"; }
.bi-person-check::before { content: "\f4d6"; }
.bi-person-circle::before { content: "\f4d7"; }
.bi-person-dash-fill::before { content: "\f4d8"; }
.bi-person-dash::before { content: "\f4d9"; }
.bi-person-fill::before { content: "\f4da"; }
.bi-person-lines-fill::before { content: "\f4db"; }
.bi-person-plus-fill::before { content: "\f4dc"; }
.bi-person-plus::before { content: "\f4dd"; }
.bi-person-square::before { content: "\f4de"; }
.bi-person-x-fill::before { content: "\f4df"; }
.bi-person-x::before { content: "\f4e0"; }
.bi-person::before { content: "\f4e1"; }
.bi-phone-fill::before { content: "\f4e2"; }
.bi-phone-landscape-fill::before { content: "\f4e3"; }
.bi-phone-landscape::before { content: "\f4e4"; }
.bi-phone-vibrate-fill::before { content: "\f4e5"; }
.bi-phone-vibrate::before { content: "\f4e6"; }
.bi-phone::before { content: "\f4e7"; }
.bi-pie-chart-fill::before { content: "\f4e8"; }
.bi-pie-chart::before { content: "\f4e9"; }
.bi-pin-angle-fill::before { content: "\f4ea"; }
.bi-pin-angle::before { content: "\f4eb"; }
.bi-pin-fill::before { content: "\f4ec"; }
.bi-pin::before { content: "\f4ed"; }
.bi-pip-fill::before { content: "\f4ee"; }
.bi-pip::before { content: "\f4ef"; }
.bi-play-btn-fill::before { content: "\f4f0"; }
.bi-play-btn::before { content: "\f4f1"; }
.bi-play-circle-fill::before { content: "\f4f2"; }
.bi-play-circle::before { content: "\f4f3"; }
.bi-play-fill::before { content: "\f4f4"; }
.bi-play::before { content: "\f4f5"; }
.bi-plug-fill::before { content: "\f4f6"; }
.bi-plug::before { content: "\f4f7"; }
.bi-plus-circle-dotted::before { content: "\f4f8"; }
.bi-plus-circle-fill::before { content: "\f4f9"; }
.bi-plus-circle::before { content: "\f4fa"; }
.bi-plus-square-dotted::before { content: "\f4fb"; }
.bi-plus-square-fill::before { content: "\f4fc"; }
.bi-plus-square::before { content: "\f4fd"; }
.bi-plus::before { content: "\f4fe"; }
.bi-power::before { content: "\f4ff"; }
.bi-printer-fill::before { content: "\f500"; }
.bi-printer::before { content: "\f501"; }
.bi-puzzle-fill::before { content: "\f502"; }
.bi-puzzle::before { content: "\f503"; }
.bi-question-circle-fill::before { content: "\f504"; }
.bi-question-circle::before { content: "\f505"; }
.bi-question-diamond-fill::before { content: "\f506"; }
.bi-question-diamond::before { content: "\f507"; }
.bi-question-octagon-fill::before { content: "\f508"; }
.bi-question-octagon::before { content: "\f509"; }
.bi-question-square-fill::before { content: "\f50a"; }
.bi-question-square::before { content: "\f50b"; }
.bi-question::before { content: "\f50c"; }
.bi-rainbow::before { content: "\f50d"; }
.bi-receipt-cutoff::before { content: "\f50e"; }
.bi-receipt::before { content: "\f50f"; }
.bi-reception-0::before { content: "\f510"; }
.bi-reception-1::before { content: "\f511"; }
.bi-reception-2::before { content: "\f512"; }
.bi-reception-3::before { content: "\f513"; }
.bi-reception-4::before { content: "\f514"; }
.bi-record-btn-fill::before { content: "\f515"; }
.bi-record-btn::before { content: "\f516"; }
.bi-record-circle-fill::before { content: "\f517"; }
.bi-record-circle::before { content: "\f518"; }
.bi-record-fill::before { content: "\f519"; }
.bi-record::before { content: "\f51a"; }
.bi-record2-fill::before { content: "\f51b"; }
.bi-record2::before { content: "\f51c"; }
.bi-reply-all-fill::before { content: "\f51d"; }
.bi-reply-all::before { content: "\f51e"; }
.bi-reply-fill::before { content: "\f51f"; }
.bi-reply::before { content: "\f520"; }
.bi-rss-fill::before { content: "\f521"; }
.bi-rss::before { content: "\f522"; }
.bi-rulers::before { content: "\f523"; }
.bi-save-fill::before { content: "\f524"; }
.bi-save::before { content: "\f525"; }
.bi-save2-fill::before { content: "\f526"; }
.bi-save2::before { content: "\f527"; }
.bi-scissors::before { content: "\f528"; }
.bi-screwdriver::before { content: "\f529"; }
.bi-search::before { content: "\f52a"; }
.bi-segmented-nav::before { content: "\f52b"; }
.bi-server::before { content: "\f52c"; }
.bi-share-fill::before { content: "\f52d"; }
.bi-share::before { content: "\f52e"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-shield-exclamation::before { content: "\f530"; }
.bi-shield-fill-check::before { content: "\f531"; }
.bi-shield-fill-exclamation::before { content: "\f532"; }
.bi-shield-fill-minus::before { content: "\f533"; }
.bi-shield-fill-plus::before { content: "\f534"; }
.bi-shield-fill-x::before { content: "\f535"; }
.bi-shield-fill::before { content: "\f536"; }
.bi-shield-lock-fill::before { content: "\f537"; }
.bi-shield-lock::before { content: "\f538"; }
.bi-shield-minus::before { content: "\f539"; }
.bi-shield-plus::before { content: "\f53a"; }
.bi-shield-shaded::before { content: "\f53b"; }
.bi-shield-slash-fill::before { content: "\f53c"; }
.bi-shield-slash::before { content: "\f53d"; }
.bi-shield-x::before { content: "\f53e"; }
.bi-shield::before { content: "\f53f"; }
.bi-shift-fill::before { content: "\f540"; }
.bi-shift::before { content: "\f541"; }
.bi-shop-window::before { content: "\f542"; }
.bi-shop::before { content: "\f543"; }
.bi-shuffle::before { content: "\f544"; }
.bi-signpost-2-fill::before { content: "\f545"; }
.bi-signpost-2::before { content: "\f546"; }
.bi-signpost-fill::before { content: "\f547"; }
.bi-signpost-split-fill::before { content: "\f548"; }
.bi-signpost-split::before { content: "\f549"; }
.bi-signpost::before { content: "\f54a"; }
.bi-sim-fill::before { content: "\f54b"; }
.bi-sim::before { content: "\f54c"; }
.bi-skip-backward-btn-fill::before { content: "\f54d"; }
.bi-skip-backward-btn::before { content: "\f54e"; }
.bi-skip-backward-circle-fill::before { content: "\f54f"; }
.bi-skip-backward-circle::before { content: "\f550"; }
.bi-skip-backward-fill::before { content: "\f551"; }
.bi-skip-backward::before { content: "\f552"; }
.bi-skip-end-btn-fill::before { content: "\f553"; }
.bi-skip-end-btn::before { content: "\f554"; }
.bi-skip-end-circle-fill::before { content: "\f555"; }
.bi-skip-end-circle::before { content: "\f556"; }
.bi-skip-end-fill::before { content: "\f557"; }
.bi-skip-end::before { content: "\f558"; }
.bi-skip-forward-btn-fill::before { content: "\f559"; }
.bi-skip-forward-btn::before { content: "\f55a"; }
.bi-skip-forward-circle-fill::before { content: "\f55b"; }
.bi-skip-forward-circle::before { content: "\f55c"; }
.bi-skip-forward-fill::before { content: "\f55d"; }
.bi-skip-forward::before { content: "\f55e"; }
.bi-skip-start-btn-fill::before { content: "\f55f"; }
.bi-skip-start-btn::before { content: "\f560"; }
.bi-skip-start-circle-fill::before { content: "\f561"; }
.bi-skip-start-circle::before { content: "\f562"; }
.bi-skip-start-fill::before { content: "\f563"; }
.bi-skip-start::before { content: "\f564"; }
.bi-slack::before { content: "\f565"; }
.bi-slash-circle-fill::before { content: "\f566"; }
.bi-slash-circle::before { content: "\f567"; }
.bi-slash-square-fill::before { content: "\f568"; }
.bi-slash-square::before { content: "\f569"; }
.bi-slash::before { content: "\f56a"; }
.bi-sliders::before { content: "\f56b"; }
.bi-smartwatch::before { content: "\f56c"; }
.bi-snow::before { content: "\f56d"; }
.bi-snow2::before { content: "\f56e"; }
.bi-snow3::before { content: "\f56f"; }
.bi-sort-alpha-down-alt::before { content: "\f570"; }
.bi-sort-alpha-down::before { content: "\f571"; }
.bi-sort-alpha-up-alt::before { content: "\f572"; }
.bi-sort-alpha-up::before { content: "\f573"; }
.bi-sort-down-alt::before { content: "\f574"; }
.bi-sort-down::before { content: "\f575"; }
.bi-sort-numeric-down-alt::before { content: "\f576"; }
.bi-sort-numeric-down::before { content: "\f577"; }
.bi-sort-numeric-up-alt::before { content: "\f578"; }
.bi-sort-numeric-up::before { content: "\f579"; }
.bi-sort-up-alt::before { content: "\f57a"; }
.bi-sort-up::before { content: "\f57b"; }
.bi-soundwave::before { content: "\f57c"; }
.bi-speaker-fill::before { content: "\f57d"; }
.bi-speaker::before { content: "\f57e"; }
.bi-speedometer::before { content: "\f57f"; }
.bi-speedometer2::before { content: "\f580"; }
.bi-spellcheck::before { content: "\f581"; }
.bi-square-fill::before { content: "\f582"; }
.bi-square-half::before { content: "\f583"; }
.bi-square::before { content: "\f584"; }
.bi-stack::before { content: "\f585"; }
.bi-star-fill::before { content: "\f586"; }
.bi-star-half::before { content: "\f587"; }
.bi-star::before { content: "\f588"; }
.bi-stars::before { content: "\f589"; }
.bi-stickies-fill::before { content: "\f58a"; }
.bi-stickies::before { content: "\f58b"; }
.bi-sticky-fill::before { content: "\f58c"; }
.bi-sticky::before { content: "\f58d"; }
.bi-stop-btn-fill::before { content: "\f58e"; }
.bi-stop-btn::before { content: "\f58f"; }
.bi-stop-circle-fill::before { content: "\f590"; }
.bi-stop-circle::before { content: "\f591"; }
.bi-stop-fill::before { content: "\f592"; }
.bi-stop::before { content: "\f593"; }
.bi-stoplights-fill::before { content: "\f594"; }
.bi-stoplights::before { content: "\f595"; }
.bi-stopwatch-fill::before { content: "\f596"; }
.bi-stopwatch::before { content: "\f597"; }
.bi-subtract::before { content: "\f598"; }
.bi-suit-club-fill::before { content: "\f599"; }
.bi-suit-club::before { content: "\f59a"; }
.bi-suit-diamond-fill::before { content: "\f59b"; }
.bi-suit-diamond::before { content: "\f59c"; }
.bi-suit-heart-fill::before { content: "\f59d"; }
.bi-suit-heart::before { content: "\f59e"; }
.bi-suit-spade-fill::before { content: "\f59f"; }
.bi-suit-spade::before { content: "\f5a0"; }
.bi-sun-fill::before { content: "\f5a1"; }
.bi-sun::before { content: "\f5a2"; }
.bi-sunglasses::before { content: "\f5a3"; }
.bi-sunrise-fill::before { content: "\f5a4"; }
.bi-sunrise::before { content: "\f5a5"; }
.bi-sunset-fill::before { content: "\f5a6"; }
.bi-sunset::before { content: "\f5a7"; }
.bi-symmetry-horizontal::before { content: "\f5a8"; }
.bi-symmetry-vertical::before { content: "\f5a9"; }
.bi-table::before { content: "\f5aa"; }
.bi-tablet-fill::before { content: "\f5ab"; }
.bi-tablet-landscape-fill::before { content: "\f5ac"; }
.bi-tablet-landscape::before { content: "\f5ad"; }
.bi-tablet::before { content: "\f5ae"; }
.bi-tag-fill::before { content: "\f5af"; }
.bi-tag::before { content: "\f5b0"; }
.bi-tags-fill::before { content: "\f5b1"; }
.bi-tags::before { content: "\f5b2"; }
.bi-telegram::before { content: "\f5b3"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-telephone-forward-fill::before { content: "\f5b5"; }
.bi-telephone-forward::before { content: "\f5b6"; }
.bi-telephone-inbound-fill::before { content: "\f5b7"; }
.bi-telephone-inbound::before { content: "\f5b8"; }
.bi-telephone-minus-fill::before { content: "\f5b9"; }
.bi-telephone-minus::before { content: "\f5ba"; }
.bi-telephone-outbound-fill::before { content: "\f5bb"; }
.bi-telephone-outbound::before { content: "\f5bc"; }
.bi-telephone-plus-fill::before { content: "\f5bd"; }
.bi-telephone-plus::before { content: "\f5be"; }
.bi-telephone-x-fill::before { content: "\f5bf"; }
.bi-telephone-x::before { content: "\f5c0"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-terminal-fill::before { content: "\f5c2"; }
.bi-terminal::before { content: "\f5c3"; }
.bi-text-center::before { content: "\f5c4"; }
.bi-text-indent-left::before { content: "\f5c5"; }
.bi-text-indent-right::before { content: "\f5c6"; }
.bi-text-left::before { content: "\f5c7"; }
.bi-text-paragraph::before { content: "\f5c8"; }
.bi-text-right::before { content: "\f5c9"; }
.bi-textarea-resize::before { content: "\f5ca"; }
.bi-textarea-t::before { content: "\f5cb"; }
.bi-textarea::before { content: "\f5cc"; }
.bi-thermometer-half::before { content: "\f5cd"; }
.bi-thermometer-high::before { content: "\f5ce"; }
.bi-thermometer-low::before { content: "\f5cf"; }
.bi-thermometer-snow::before { content: "\f5d0"; }
.bi-thermometer-sun::before { content: "\f5d1"; }
.bi-thermometer::before { content: "\f5d2"; }
.bi-three-dots-vertical::before { content: "\f5d3"; }
.bi-three-dots::before { content: "\f5d4"; }
.bi-toggle-off::before { content: "\f5d5"; }
.bi-toggle-on::before { content: "\f5d6"; }
.bi-toggle2-off::before { content: "\f5d7"; }
.bi-toggle2-on::before { content: "\f5d8"; }
.bi-toggles::before { content: "\f5d9"; }
.bi-toggles2::before { content: "\f5da"; }
.bi-tools::before { content: "\f5db"; }
.bi-tornado::before { content: "\f5dc"; }
.bi-trash-fill::before { content: "\f5dd"; }
.bi-trash::before { content: "\f5de"; }
.bi-trash2-fill::before { content: "\f5df"; }
.bi-trash2::before { content: "\f5e0"; }
.bi-tree-fill::before { content: "\f5e1"; }
.bi-tree::before { content: "\f5e2"; }
.bi-triangle-fill::before { content: "\f5e3"; }
.bi-triangle-half::before { content: "\f5e4"; }
.bi-triangle::before { content: "\f5e5"; }
.bi-trophy-fill::before { content: "\f5e6"; }
.bi-trophy::before { content: "\f5e7"; }
.bi-tropical-storm::before { content: "\f5e8"; }
.bi-truck-flatbed::before { content: "\f5e9"; }
.bi-truck::before { content: "\f5ea"; }
.bi-tsunami::before { content: "\f5eb"; }
.bi-tv-fill::before { content: "\f5ec"; }
.bi-tv::before { content: "\f5ed"; }
.bi-twitch::before { content: "\f5ee"; }
.bi-twitter::before { content: "\f5ef"; }
.bi-type-bold::before { content: "\f5f0"; }
.bi-type-h1::before { content: "\f5f1"; }
.bi-type-h2::before { content: "\f5f2"; }
.bi-type-h3::before { content: "\f5f3"; }
.bi-type-italic::before { content: "\f5f4"; }
.bi-type-strikethrough::before { content: "\f5f5"; }
.bi-type-underline::before { content: "\f5f6"; }
.bi-type::before { content: "\f5f7"; }
.bi-ui-checks-grid::before { content: "\f5f8"; }
.bi-ui-checks::before { content: "\f5f9"; }
.bi-ui-radios-grid::before { content: "\f5fa"; }
.bi-ui-radios::before { content: "\f5fb"; }
.bi-umbrella-fill::before { content: "\f5fc"; }
.bi-umbrella::before { content: "\f5fd"; }
.bi-union::before { content: "\f5fe"; }
.bi-unlock-fill::before { content: "\f5ff"; }
.bi-unlock::before { content: "\f600"; }
.bi-upc-scan::before { content: "\f601"; }
.bi-upc::before { content: "\f602"; }
.bi-upload::before { content: "\f603"; }
.bi-vector-pen::before { content: "\f604"; }
.bi-view-list::before { content: "\f605"; }
.bi-view-stacked::before { content: "\f606"; }
.bi-vinyl-fill::before { content: "\f607"; }
.bi-vinyl::before { content: "\f608"; }
.bi-voicemail::before { content: "\f609"; }
.bi-volume-down-fill::before { content: "\f60a"; }
.bi-volume-down::before { content: "\f60b"; }
.bi-volume-mute-fill::before { content: "\f60c"; }
.bi-volume-mute::before { content: "\f60d"; }
.bi-volume-off-fill::before { content: "\f60e"; }
.bi-volume-off::before { content: "\f60f"; }
.bi-volume-up-fill::before { content: "\f610"; }
.bi-volume-up::before { content: "\f611"; }
.bi-vr::before { content: "\f612"; }
.bi-wallet-fill::before { content: "\f613"; }
.bi-wallet::before { content: "\f614"; }
.bi-wallet2::before { content: "\f615"; }
.bi-watch::before { content: "\f616"; }
.bi-water::before { content: "\f617"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-wifi-1::before { content: "\f619"; }
.bi-wifi-2::before { content: "\f61a"; }
.bi-wifi-off::before { content: "\f61b"; }
.bi-wifi::before { content: "\f61c"; }
.bi-wind::before { content: "\f61d"; }
.bi-window-dock::before { content: "\f61e"; }
.bi-window-sidebar::before { content: "\f61f"; }
.bi-window::before { content: "\f620"; }
.bi-wrench::before { content: "\f621"; }
.bi-x-circle-fill::before { content: "\f622"; }
.bi-x-circle::before { content: "\f623"; }
.bi-x-diamond-fill::before { content: "\f624"; }
.bi-x-diamond::before { content: "\f625"; }
.bi-x-octagon-fill::before { content: "\f626"; }
.bi-x-octagon::before { content: "\f627"; }
.bi-x-square-fill::before { content: "\f628"; }
.bi-x-square::before { content: "\f629"; }
.bi-x::before { content: "\f62a"; }
.bi-youtube::before { content: "\f62b"; }
.bi-zoom-in::before { content: "\f62c"; }
.bi-zoom-out::before { content: "\f62d"; }
.bi-bank::before { content: "\f62e"; }
.bi-bank2::before { content: "\f62f"; }
.bi-bell-slash-fill::before { content: "\f630"; }
.bi-bell-slash::before { content: "\f631"; }
.bi-cash-coin::before { content: "\f632"; }
.bi-check-lg::before { content: "\f633"; }
.bi-coin::before { content: "\f634"; }
.bi-currency-bitcoin::before { content: "\f635"; }
.bi-currency-dollar::before { content: "\f636"; }
.bi-currency-euro::before { content: "\f637"; }
.bi-currency-exchange::before { content: "\f638"; }
.bi-currency-pound::before { content: "\f639"; }
.bi-currency-yen::before { content: "\f63a"; }
.bi-dash-lg::before { content: "\f63b"; }
.bi-exclamation-lg::before { content: "\f63c"; }
.bi-file-earmark-pdf-fill::before { content: "\f63d"; }
.bi-file-earmark-pdf::before { content: "\f63e"; }
.bi-file-pdf-fill::before { content: "\f63f"; }
.bi-file-pdf::before { content: "\f640"; }
.bi-gender-ambiguous::before { content: "\f641"; }
.bi-gender-female::before { content: "\f642"; }
.bi-gender-male::before { content: "\f643"; }
.bi-gender-trans::before { content: "\f644"; }
.bi-headset-vr::before { content: "\f645"; }
.bi-info-lg::before { content: "\f646"; }
.bi-mastodon::before { content: "\f647"; }
.bi-messenger::before { content: "\f648"; }
.bi-piggy-bank-fill::before { content: "\f649"; }
.bi-piggy-bank::before { content: "\f64a"; }
.bi-pin-map-fill::before { content: "\f64b"; }
.bi-pin-map::before { content: "\f64c"; }
.bi-plus-lg::before { content: "\f64d"; }
.bi-question-lg::before { content: "\f64e"; }
.bi-recycle::before { content: "\f64f"; }
.bi-reddit::before { content: "\f650"; }
.bi-safe-fill::before { content: "\f651"; }
.bi-safe2-fill::before { content: "\f652"; }
.bi-safe2::before { content: "\f653"; }
.bi-sd-card-fill::before { content: "\f654"; }
.bi-sd-card::before { content: "\f655"; }
.bi-skype::before { content: "\f656"; }
.bi-slash-lg::before { content: "\f657"; }
.bi-translate::before { content: "\f658"; }
.bi-x-lg::before { content: "\f659"; }
.bi-safe::before { content: "\f65a"; }
.bi-apple::before { content: "\f65b"; }
.bi-microsoft::before { content: "\f65d"; }
.bi-windows::before { content: "\f65e"; }
.bi-behance::before { content: "\f65c"; }
.bi-dribbble::before { content: "\f65f"; }
.bi-line::before { content: "\f660"; }
.bi-medium::before { content: "\f661"; }
.bi-paypal::before { content: "\f662"; }
.bi-pinterest::before { content: "\f663"; }
.bi-signal::before { content: "\f664"; }
.bi-snapchat::before { content: "\f665"; }
.bi-spotify::before { content: "\f666"; }
.bi-stack-overflow::before { content: "\f667"; }
.bi-strava::before { content: "\f668"; }
.bi-wordpress::before { content: "\f669"; }
.bi-vimeo::before { content: "\f66a"; }
.bi-activity::before { content: "\f66b"; }
.bi-easel2-fill::before { content: "\f66c"; }
.bi-easel2::before { content: "\f66d"; }
.bi-easel3-fill::before { content: "\f66e"; }
.bi-easel3::before { content: "\f66f"; }
.bi-fan::before { content: "\f670"; }
.bi-fingerprint::before { content: "\f671"; }
.bi-graph-down-arrow::before { content: "\f672"; }
.bi-graph-up-arrow::before { content: "\f673"; }
.bi-hypnotize::before { content: "\f674"; }
.bi-magic::before { content: "\f675"; }
.bi-person-rolodex::before { content: "\f676"; }
.bi-person-video::before { content: "\f677"; }
.bi-person-video2::before { content: "\f678"; }
.bi-person-video3::before { content: "\f679"; }
.bi-person-workspace::before { content: "\f67a"; }
.bi-radioactive::before { content: "\f67b"; }
.bi-webcam-fill::before { content: "\f67c"; }
.bi-webcam::before { content: "\f67d"; }
.bi-yin-yang::before { content: "\f67e"; }
.bi-bandaid-fill::before { content: "\f680"; }
.bi-bandaid::before { content: "\f681"; }
.bi-bluetooth::before { content: "\f682"; }
.bi-body-text::before { content: "\f683"; }
.bi-boombox::before { content: "\f684"; }
.bi-boxes::before { content: "\f685"; }
.bi-dpad-fill::before { content: "\f686"; }
.bi-dpad::before { content: "\f687"; }
.bi-ear-fill::before { content: "\f688"; }
.bi-ear::before { content: "\f689"; }
.bi-envelope-check-fill::before { content: "\f68b"; }
.bi-envelope-check::before { content: "\f68c"; }
.bi-envelope-dash-fill::before { content: "\f68e"; }
.bi-envelope-dash::before { content: "\f68f"; }
.bi-envelope-exclamation-fill::before { content: "\f691"; }
.bi-envelope-exclamation::before { content: "\f692"; }
.bi-envelope-plus-fill::before { content: "\f693"; }
.bi-envelope-plus::before { content: "\f694"; }
.bi-envelope-slash-fill::before { content: "\f696"; }
.bi-envelope-slash::before { content: "\f697"; }
.bi-envelope-x-fill::before { content: "\f699"; }
.bi-envelope-x::before { content: "\f69a"; }
.bi-explicit-fill::before { content: "\f69b"; }
.bi-explicit::before { content: "\f69c"; }
.bi-git::before { content: "\f69d"; }
.bi-infinity::before { content: "\f69e"; }
.bi-list-columns-reverse::before { content: "\f69f"; }
.bi-list-columns::before { content: "\f6a0"; }
.bi-meta::before { content: "\f6a1"; }
.bi-nintendo-switch::before { content: "\f6a4"; }
.bi-pc-display-horizontal::before { content: "\f6a5"; }
.bi-pc-display::before { content: "\f6a6"; }
.bi-pc-horizontal::before { content: "\f6a7"; }
.bi-pc::before { content: "\f6a8"; }
.bi-playstation::before { content: "\f6a9"; }
.bi-plus-slash-minus::before { content: "\f6aa"; }
.bi-projector-fill::before { content: "\f6ab"; }
.bi-projector::before { content: "\f6ac"; }
.bi-qr-code-scan::before { content: "\f6ad"; }
.bi-qr-code::before { content: "\f6ae"; }
.bi-quora::before { content: "\f6af"; }
.bi-quote::before { content: "\f6b0"; }
.bi-robot::before { content: "\f6b1"; }
.bi-send-check-fill::before { content: "\f6b2"; }
.bi-send-check::before { content: "\f6b3"; }
.bi-send-dash-fill::before { content: "\f6b4"; }
.bi-send-dash::before { content: "\f6b5"; }
.bi-send-exclamation-fill::before { content: "\f6b7"; }
.bi-send-exclamation::before { content: "\f6b8"; }
.bi-send-fill::before { content: "\f6b9"; }
.bi-send-plus-fill::before { content: "\f6ba"; }
.bi-send-plus::before { content: "\f6bb"; }
.bi-send-slash-fill::before { content: "\f6bc"; }
.bi-send-slash::before { content: "\f6bd"; }
.bi-send-x-fill::before { content: "\f6be"; }
.bi-send-x::before { content: "\f6bf"; }
.bi-send::before { content: "\f6c0"; }
.bi-steam::before { content: "\f6c1"; }
.bi-terminal-dash::before { content: "\f6c3"; }
.bi-terminal-plus::before { content: "\f6c4"; }
.bi-terminal-split::before { content: "\f6c5"; }
.bi-ticket-detailed-fill::before { content: "\f6c6"; }
.bi-ticket-detailed::before { content: "\f6c7"; }
.bi-ticket-fill::before { content: "\f6c8"; }
.bi-ticket-perforated-fill::before { content: "\f6c9"; }
.bi-ticket-perforated::before { content: "\f6ca"; }
.bi-ticket::before { content: "\f6cb"; }
.bi-tiktok::before { content: "\f6cc"; }
.bi-window-dash::before { content: "\f6cd"; }
.bi-window-desktop::before { content: "\f6ce"; }
.bi-window-fullscreen::before { content: "\f6cf"; }
.bi-window-plus::before { content: "\f6d0"; }
.bi-window-split::before { content: "\f6d1"; }
.bi-window-stack::before { content: "\f6d2"; }
.bi-window-x::before { content: "\f6d3"; }
.bi-xbox::before { content: "\f6d4"; }
.bi-ethernet::before { content: "\f6d5"; }
.bi-hdmi-fill::before { content: "\f6d6"; }
.bi-hdmi::before { content: "\f6d7"; }
.bi-usb-c-fill::before { content: "\f6d8"; }
.bi-usb-c::before { content: "\f6d9"; }
.bi-usb-fill::before { content: "\f6da"; }
.bi-usb-plug-fill::before { content: "\f6db"; }
.bi-usb-plug::before { content: "\f6dc"; }
.bi-usb-symbol::before { content: "\f6dd"; }
.bi-usb::before { content: "\f6de"; }
.bi-boombox-fill::before { content: "\f6df"; }
.bi-displayport::before { content: "\f6e1"; }
.bi-gpu-card::before { content: "\f6e2"; }
.bi-memory::before { content: "\f6e3"; }
.bi-modem-fill::before { content: "\f6e4"; }
.bi-modem::before { content: "\f6e5"; }
.bi-motherboard-fill::before { content: "\f6e6"; }
.bi-motherboard::before { content: "\f6e7"; }
.bi-optical-audio-fill::before { content: "\f6e8"; }
.bi-optical-audio::before { content: "\f6e9"; }
.bi-pci-card::before { content: "\f6ea"; }
.bi-router-fill::before { content: "\f6eb"; }
.bi-router::before { content: "\f6ec"; }
.bi-thunderbolt-fill::before { content: "\f6ef"; }
.bi-thunderbolt::before { content: "\f6f0"; }
.bi-usb-drive-fill::before { content: "\f6f1"; }
.bi-usb-drive::before { content: "\f6f2"; }
.bi-usb-micro-fill::before { content: "\f6f3"; }
.bi-usb-micro::before { content: "\f6f4"; }
.bi-usb-mini-fill::before { content: "\f6f5"; }
.bi-usb-mini::before { content: "\f6f6"; }
.bi-cloud-haze2::before { content: "\f6f7"; }
.bi-device-hdd-fill::before { content: "\f6f8"; }
.bi-device-hdd::before { content: "\f6f9"; }
.bi-device-ssd-fill::before { content: "\f6fa"; }
.bi-device-ssd::before { content: "\f6fb"; }
.bi-displayport-fill::before { content: "\f6fc"; }
.bi-mortarboard-fill::before { content: "\f6fd"; }
.bi-mortarboard::before { content: "\f6fe"; }
.bi-terminal-x::before { content: "\f6ff"; }
.bi-arrow-through-heart-fill::before { content: "\f700"; }
.bi-arrow-through-heart::before { content: "\f701"; }
.bi-badge-sd-fill::before { content: "\f702"; }
.bi-badge-sd::before { content: "\f703"; }
.bi-bag-heart-fill::before { content: "\f704"; }
.bi-bag-heart::before { content: "\f705"; }
.bi-balloon-fill::before { content: "\f706"; }
.bi-balloon-heart-fill::before { content: "\f707"; }
.bi-balloon-heart::before { content: "\f708"; }
.bi-balloon::before { content: "\f709"; }
.bi-box2-fill::before { content: "\f70a"; }
.bi-box2-heart-fill::before { content: "\f70b"; }
.bi-box2-heart::before { content: "\f70c"; }
.bi-box2::before { content: "\f70d"; }
.bi-braces-asterisk::before { content: "\f70e"; }
.bi-calendar-heart-fill::before { content: "\f70f"; }
.bi-calendar-heart::before { content: "\f710"; }
.bi-calendar2-heart-fill::before { content: "\f711"; }
.bi-calendar2-heart::before { content: "\f712"; }
.bi-chat-heart-fill::before { content: "\f713"; }
.bi-chat-heart::before { content: "\f714"; }
.bi-chat-left-heart-fill::before { content: "\f715"; }
.bi-chat-left-heart::before { content: "\f716"; }
.bi-chat-right-heart-fill::before { content: "\f717"; }
.bi-chat-right-heart::before { content: "\f718"; }
.bi-chat-square-heart-fill::before { content: "\f719"; }
.bi-chat-square-heart::before { content: "\f71a"; }
.bi-clipboard-check-fill::before { content: "\f71b"; }
.bi-clipboard-data-fill::before { content: "\f71c"; }
.bi-clipboard-fill::before { content: "\f71d"; }
.bi-clipboard-heart-fill::before { content: "\f71e"; }
.bi-clipboard-heart::before { content: "\f71f"; }
.bi-clipboard-minus-fill::before { content: "\f720"; }
.bi-clipboard-plus-fill::before { content: "\f721"; }
.bi-clipboard-pulse::before { content: "\f722"; }
.bi-clipboard-x-fill::before { content: "\f723"; }
.bi-clipboard2-check-fill::before { content: "\f724"; }
.bi-clipboard2-check::before { content: "\f725"; }
.bi-clipboard2-data-fill::before { content: "\f726"; }
.bi-clipboard2-data::before { content: "\f727"; }
.bi-clipboard2-fill::before { content: "\f728"; }
.bi-clipboard2-heart-fill::before { content: "\f729"; }
.bi-clipboard2-heart::before { content: "\f72a"; }
.bi-clipboard2-minus-fill::before { content: "\f72b"; }
.bi-clipboard2-minus::before { content: "\f72c"; }
.bi-clipboard2-plus-fill::before { content: "\f72d"; }
.bi-clipboard2-plus::before { content: "\f72e"; }
.bi-clipboard2-pulse-fill::before { content: "\f72f"; }
.bi-clipboard2-pulse::before { content: "\f730"; }
.bi-clipboard2-x-fill::before { content: "\f731"; }
.bi-clipboard2-x::before { content: "\f732"; }
.bi-clipboard2::before { content: "\f733"; }
.bi-emoji-kiss-fill::before { content: "\f734"; }
.bi-emoji-kiss::before { content: "\f735"; }
.bi-envelope-heart-fill::before { content: "\f736"; }
.bi-envelope-heart::before { content: "\f737"; }
.bi-envelope-open-heart-fill::before { content: "\f738"; }
.bi-envelope-open-heart::before { content: "\f739"; }
.bi-envelope-paper-fill::before { content: "\f73a"; }
.bi-envelope-paper-heart-fill::before { content: "\f73b"; }
.bi-envelope-paper-heart::before { content: "\f73c"; }
.bi-envelope-paper::before { content: "\f73d"; }
.bi-filetype-aac::before { content: "\f73e"; }
.bi-filetype-ai::before { content: "\f73f"; }
.bi-filetype-bmp::before { content: "\f740"; }
.bi-filetype-cs::before { content: "\f741"; }
.bi-filetype-css::before { content: "\f742"; }
.bi-filetype-csv::before { content: "\f743"; }
.bi-filetype-doc::before { content: "\f744"; }
.bi-filetype-docx::before { content: "\f745"; }
.bi-filetype-exe::before { content: "\f746"; }
.bi-filetype-gif::before { content: "\f747"; }
.bi-filetype-heic::before { content: "\f748"; }
.bi-filetype-html::before { content: "\f749"; }
.bi-filetype-java::before { content: "\f74a"; }
.bi-filetype-jpg::before { content: "\f74b"; }
.bi-filetype-js::before { content: "\f74c"; }
.bi-filetype-jsx::before { content: "\f74d"; }
.bi-filetype-key::before { content: "\f74e"; }
.bi-filetype-m4p::before { content: "\f74f"; }
.bi-filetype-md::before { content: "\f750"; }
.bi-filetype-mdx::before { content: "\f751"; }
.bi-filetype-mov::before { content: "\f752"; }
.bi-filetype-mp3::before { content: "\f753"; }
.bi-filetype-mp4::before { content: "\f754"; }
.bi-filetype-otf::before { content: "\f755"; }
.bi-filetype-pdf::before { content: "\f756"; }
.bi-filetype-php::before { content: "\f757"; }
.bi-filetype-png::before { content: "\f758"; }
.bi-filetype-ppt::before { content: "\f75a"; }
.bi-filetype-psd::before { content: "\f75b"; }
.bi-filetype-py::before { content: "\f75c"; }
.bi-filetype-raw::before { content: "\f75d"; }
.bi-filetype-rb::before { content: "\f75e"; }
.bi-filetype-sass::before { content: "\f75f"; }
.bi-filetype-scss::before { content: "\f760"; }
.bi-filetype-sh::before { content: "\f761"; }
.bi-filetype-svg::before { content: "\f762"; }
.bi-filetype-tiff::before { content: "\f763"; }
.bi-filetype-tsx::before { content: "\f764"; }
.bi-filetype-ttf::before { content: "\f765"; }
.bi-filetype-txt::before { content: "\f766"; }
.bi-filetype-wav::before { content: "\f767"; }
.bi-filetype-woff::before { content: "\f768"; }
.bi-filetype-xls::before { content: "\f76a"; }
.bi-filetype-xml::before { content: "\f76b"; }
.bi-filetype-yml::before { content: "\f76c"; }
.bi-heart-arrow::before { content: "\f76d"; }
.bi-heart-pulse-fill::before { content: "\f76e"; }
.bi-heart-pulse::before { content: "\f76f"; }
.bi-heartbreak-fill::before { content: "\f770"; }
.bi-heartbreak::before { content: "\f771"; }
.bi-hearts::before { content: "\f772"; }
.bi-hospital-fill::before { content: "\f773"; }
.bi-hospital::before { content: "\f774"; }
.bi-house-heart-fill::before { content: "\f775"; }
.bi-house-heart::before { content: "\f776"; }
.bi-incognito::before { content: "\f777"; }
.bi-magnet-fill::before { content: "\f778"; }
.bi-magnet::before { content: "\f779"; }
.bi-person-heart::before { content: "\f77a"; }
.bi-person-hearts::before { content: "\f77b"; }
.bi-phone-flip::before { content: "\f77c"; }
.bi-plugin::before { content: "\f77d"; }
.bi-postage-fill::before { content: "\f77e"; }
.bi-postage-heart-fill::before { content: "\f77f"; }
.bi-postage-heart::before { content: "\f780"; }
.bi-postage::before { content: "\f781"; }
.bi-postcard-fill::before { content: "\f782"; }
.bi-postcard-heart-fill::before { content: "\f783"; }
.bi-postcard-heart::before { content: "\f784"; }
.bi-postcard::before { content: "\f785"; }
.bi-search-heart-fill::before { content: "\f786"; }
.bi-search-heart::before { content: "\f787"; }
.bi-sliders2-vertical::before { content: "\f788"; }
.bi-sliders2::before { content: "\f789"; }
.bi-trash3-fill::before { content: "\f78a"; }
.bi-trash3::before { content: "\f78b"; }
.bi-valentine::before { content: "\f78c"; }
.bi-valentine2::before { content: "\f78d"; }
.bi-wrench-adjustable-circle-fill::before { content: "\f78e"; }
.bi-wrench-adjustable-circle::before { content: "\f78f"; }
.bi-wrench-adjustable::before { content: "\f790"; }
.bi-filetype-json::before { content: "\f791"; }
.bi-filetype-pptx::before { content: "\f792"; }
.bi-filetype-xlsx::before { content: "\f793"; }
.bi-1-circle-fill::before { content: "\f796"; }
.bi-1-circle::before { content: "\f797"; }
.bi-1-square-fill::before { content: "\f798"; }
.bi-1-square::before { content: "\f799"; }
.bi-2-circle-fill::before { content: "\f79c"; }
.bi-2-circle::before { content: "\f79d"; }
.bi-2-square-fill::before { content: "\f79e"; }
.bi-2-square::before { content: "\f79f"; }
.bi-3-circle-fill::before { content: "\f7a2"; }
.bi-3-circle::before { content: "\f7a3"; }
.bi-3-square-fill::before { content: "\f7a4"; }
.bi-3-square::before { content: "\f7a5"; }
.bi-4-circle-fill::before { content: "\f7a8"; }
.bi-4-circle::before { content: "\f7a9"; }
.bi-4-square-fill::before { content: "\f7aa"; }
.bi-4-square::before { content: "\f7ab"; }
.bi-5-circle-fill::before { content: "\f7ae"; }
.bi-5-circle::before { content: "\f7af"; }
.bi-5-square-fill::before { content: "\f7b0"; }
.bi-5-square::before { content: "\f7b1"; }
.bi-6-circle-fill::before { content: "\f7b4"; }
.bi-6-circle::before { content: "\f7b5"; }
.bi-6-square-fill::before { content: "\f7b6"; }
.bi-6-square::before { content: "\f7b7"; }
.bi-7-circle-fill::before { content: "\f7ba"; }
.bi-7-circle::before { content: "\f7bb"; }
.bi-7-square-fill::before { content: "\f7bc"; }
.bi-7-square::before { content: "\f7bd"; }
.bi-8-circle-fill::before { content: "\f7c0"; }
.bi-8-circle::before { content: "\f7c1"; }
.bi-8-square-fill::before { content: "\f7c2"; }
.bi-8-square::before { content: "\f7c3"; }
.bi-9-circle-fill::before { content: "\f7c6"; }
.bi-9-circle::before { content: "\f7c7"; }
.bi-9-square-fill::before { content: "\f7c8"; }
.bi-9-square::before { content: "\f7c9"; }
.bi-airplane-engines-fill::before { content: "\f7ca"; }
.bi-airplane-engines::before { content: "\f7cb"; }
.bi-airplane-fill::before { content: "\f7cc"; }
.bi-airplane::before { content: "\f7cd"; }
.bi-alexa::before { content: "\f7ce"; }
.bi-alipay::before { content: "\f7cf"; }
.bi-android::before { content: "\f7d0"; }
.bi-android2::before { content: "\f7d1"; }
.bi-box-fill::before { content: "\f7d2"; }
.bi-box-seam-fill::before { content: "\f7d3"; }
.bi-browser-chrome::before { content: "\f7d4"; }
.bi-browser-edge::before { content: "\f7d5"; }
.bi-browser-firefox::before { content: "\f7d6"; }
.bi-browser-safari::before { content: "\f7d7"; }
.bi-c-circle-fill::before { content: "\f7da"; }
.bi-c-circle::before { content: "\f7db"; }
.bi-c-square-fill::before { content: "\f7dc"; }
.bi-c-square::before { content: "\f7dd"; }
.bi-capsule-pill::before { content: "\f7de"; }
.bi-capsule::before { content: "\f7df"; }
.bi-car-front-fill::before { content: "\f7e0"; }
.bi-car-front::before { content: "\f7e1"; }
.bi-cassette-fill::before { content: "\f7e2"; }
.bi-cassette::before { content: "\f7e3"; }
.bi-cc-circle-fill::before { content: "\f7e6"; }
.bi-cc-circle::before { content: "\f7e7"; }
.bi-cc-square-fill::before { content: "\f7e8"; }
.bi-cc-square::before { content: "\f7e9"; }
.bi-cup-hot-fill::before { content: "\f7ea"; }
.bi-cup-hot::before { content: "\f7eb"; }
.bi-currency-rupee::before { content: "\f7ec"; }
.bi-dropbox::before { content: "\f7ed"; }
.bi-escape::before { content: "\f7ee"; }
.bi-fast-forward-btn-fill::before { content: "\f7ef"; }
.bi-fast-forward-btn::before { content: "\f7f0"; }
.bi-fast-forward-circle-fill::before { content: "\f7f1"; }
.bi-fast-forward-circle::before { content: "\f7f2"; }
.bi-fast-forward-fill::before { content: "\f7f3"; }
.bi-fast-forward::before { content: "\f7f4"; }
.bi-filetype-sql::before { content: "\f7f5"; }
.bi-fire::before { content: "\f7f6"; }
.bi-google-play::before { content: "\f7f7"; }
.bi-h-circle-fill::before { content: "\f7fa"; }
.bi-h-circle::before { content: "\f7fb"; }
.bi-h-square-fill::before { content: "\f7fc"; }
.bi-h-square::before { content: "\f7fd"; }
.bi-indent::before { content: "\f7fe"; }
.bi-lungs-fill::before { content: "\f7ff"; }
.bi-lungs::before { content: "\f800"; }
.bi-microsoft-teams::before { content: "\f801"; }
.bi-p-circle-fill::before { content: "\f804"; }
.bi-p-circle::before { content: "\f805"; }
.bi-p-square-fill::before { content: "\f806"; }
.bi-p-square::before { content: "\f807"; }
.bi-pass-fill::before { content: "\f808"; }
.bi-pass::before { content: "\f809"; }
.bi-prescription::before { content: "\f80a"; }
.bi-prescription2::before { content: "\f80b"; }
.bi-r-circle-fill::before { content: "\f80e"; }
.bi-r-circle::before { content: "\f80f"; }
.bi-r-square-fill::before { content: "\f810"; }
.bi-r-square::before { content: "\f811"; }
.bi-repeat-1::before { content: "\f812"; }
.bi-repeat::before { content: "\f813"; }
.bi-rewind-btn-fill::before { content: "\f814"; }
.bi-rewind-btn::before { content: "\f815"; }
.bi-rewind-circle-fill::before { content: "\f816"; }
.bi-rewind-circle::before { content: "\f817"; }
.bi-rewind-fill::before { content: "\f818"; }
.bi-rewind::before { content: "\f819"; }
.bi-train-freight-front-fill::before { content: "\f81a"; }
.bi-train-freight-front::before { content: "\f81b"; }
.bi-train-front-fill::before { content: "\f81c"; }
.bi-train-front::before { content: "\f81d"; }
.bi-train-lightrail-front-fill::before { content: "\f81e"; }
.bi-train-lightrail-front::before { content: "\f81f"; }
.bi-truck-front-fill::before { content: "\f820"; }
.bi-truck-front::before { content: "\f821"; }
.bi-ubuntu::before { content: "\f822"; }
.bi-unindent::before { content: "\f823"; }
.bi-unity::before { content: "\f824"; }
.bi-universal-access-circle::before { content: "\f825"; }
.bi-universal-access::before { content: "\f826"; }
.bi-virus::before { content: "\f827"; }
.bi-virus2::before { content: "\f828"; }
.bi-wechat::before { content: "\f829"; }
.bi-yelp::before { content: "\f82a"; }
.bi-sign-stop-fill::before { content: "\f82b"; }
.bi-sign-stop-lights-fill::before { content: "\f82c"; }
.bi-sign-stop-lights::before { content: "\f82d"; }
.bi-sign-stop::before { content: "\f82e"; }
.bi-sign-turn-left-fill::before { content: "\f82f"; }
.bi-sign-turn-left::before { content: "\f830"; }
.bi-sign-turn-right-fill::before { content: "\f831"; }
.bi-sign-turn-right::before { content: "\f832"; }
.bi-sign-turn-slight-left-fill::before { content: "\f833"; }
.bi-sign-turn-slight-left::before { content: "\f834"; }
.bi-sign-turn-slight-right-fill::before { content: "\f835"; }
.bi-sign-turn-slight-right::before { content: "\f836"; }
.bi-sign-yield-fill::before { content: "\f837"; }
.bi-sign-yield::before { content: "\f838"; }
.bi-ev-station-fill::before { content: "\f839"; }
.bi-ev-station::before { content: "\f83a"; }
.bi-fuel-pump-diesel-fill::before { content: "\f83b"; }
.bi-fuel-pump-diesel::before { content: "\f83c"; }
.bi-fuel-pump-fill::before { content: "\f83d"; }
.bi-fuel-pump::before { content: "\f83e"; }
.bi-0-circle-fill::before { content: "\f83f"; }
.bi-0-circle::before { content: "\f840"; }
.bi-0-square-fill::before { content: "\f841"; }
.bi-0-square::before { content: "\f842"; }
.bi-rocket-fill::before { content: "\f843"; }
.bi-rocket-takeoff-fill::before { content: "\f844"; }
.bi-rocket-takeoff::before { content: "\f845"; }
.bi-rocket::before { content: "\f846"; }
.bi-stripe::before { content: "\f847"; }
.bi-subscript::before { content: "\f848"; }
.bi-superscript::before { content: "\f849"; }
.bi-trello::before { content: "\f84a"; }
.bi-envelope-at-fill::before { content: "\f84b"; }
.bi-envelope-at::before { content: "\f84c"; }
.bi-regex::before { content: "\f84d"; }
.bi-text-wrap::before { content: "\f84e"; }
.bi-sign-dead-end-fill::before { content: "\f84f"; }
.bi-sign-dead-end::before { content: "\f850"; }
.bi-sign-do-not-enter-fill::before { content: "\f851"; }
.bi-sign-do-not-enter::before { content: "\f852"; }
.bi-sign-intersection-fill::before { content: "\f853"; }
.bi-sign-intersection-side-fill::before { content: "\f854"; }
.bi-sign-intersection-side::before { content: "\f855"; }
.bi-sign-intersection-t-fill::before { content: "\f856"; }
.bi-sign-intersection-t::before { content: "\f857"; }
.bi-sign-intersection-y-fill::before { content: "\f858"; }
.bi-sign-intersection-y::before { content: "\f859"; }
.bi-sign-intersection::before { content: "\f85a"; }
.bi-sign-merge-left-fill::before { content: "\f85b"; }
.bi-sign-merge-left::before { content: "\f85c"; }
.bi-sign-merge-right-fill::before { content: "\f85d"; }
.bi-sign-merge-right::before { content: "\f85e"; }
.bi-sign-no-left-turn-fill::before { content: "\f85f"; }
.bi-sign-no-left-turn::before { content: "\f860"; }
.bi-sign-no-parking-fill::before { content: "\f861"; }
.bi-sign-no-parking::before { content: "\f862"; }
.bi-sign-no-right-turn-fill::before { content: "\f863"; }
.bi-sign-no-right-turn::before { content: "\f864"; }
.bi-sign-railroad-fill::before { content: "\f865"; }
.bi-sign-railroad::before { content: "\f866"; }
.bi-building-add::before { content: "\f867"; }
.bi-building-check::before { content: "\f868"; }
.bi-building-dash::before { content: "\f869"; }
.bi-building-down::before { content: "\f86a"; }
.bi-building-exclamation::before { content: "\f86b"; }
.bi-building-fill-add::before { content: "\f86c"; }
.bi-building-fill-check::before { content: "\f86d"; }
.bi-building-fill-dash::before { content: "\f86e"; }
.bi-building-fill-down::before { content: "\f86f"; }
.bi-building-fill-exclamation::before { content: "\f870"; }
.bi-building-fill-gear::before { content: "\f871"; }
.bi-building-fill-lock::before { content: "\f872"; }
.bi-building-fill-slash::before { content: "\f873"; }
.bi-building-fill-up::before { content: "\f874"; }
.bi-building-fill-x::before { content: "\f875"; }
.bi-building-fill::before { content: "\f876"; }
.bi-building-gear::before { content: "\f877"; }
.bi-building-lock::before { content: "\f878"; }
.bi-building-slash::before { content: "\f879"; }
.bi-building-up::before { content: "\f87a"; }
.bi-building-x::before { content: "\f87b"; }
.bi-buildings-fill::before { content: "\f87c"; }
.bi-buildings::before { content: "\f87d"; }
.bi-bus-front-fill::before { content: "\f87e"; }
.bi-bus-front::before { content: "\f87f"; }
.bi-ev-front-fill::before { content: "\f880"; }
.bi-ev-front::before { content: "\f881"; }
.bi-globe-americas::before { content: "\f882"; }
.bi-globe-asia-australia::before { content: "\f883"; }
.bi-globe-central-south-asia::before { content: "\f884"; }
.bi-globe-europe-africa::before { content: "\f885"; }
.bi-house-add-fill::before { content: "\f886"; }
.bi-house-add::before { content: "\f887"; }
.bi-house-check-fill::before { content: "\f888"; }
.bi-house-check::before { content: "\f889"; }
.bi-house-dash-fill::before { content: "\f88a"; }
.bi-house-dash::before { content: "\f88b"; }
.bi-house-down-fill::before { content: "\f88c"; }
.bi-house-down::before { content: "\f88d"; }
.bi-house-exclamation-fill::before { content: "\f88e"; }
.bi-house-exclamation::before { content: "\f88f"; }
.bi-house-gear-fill::before { content: "\f890"; }
.bi-house-gear::before { content: "\f891"; }
.bi-house-lock-fill::before { content: "\f892"; }
.bi-house-lock::before { content: "\f893"; }
.bi-house-slash-fill::before { content: "\f894"; }
.bi-house-slash::before { content: "\f895"; }
.bi-house-up-fill::before { content: "\f896"; }
.bi-house-up::before { content: "\f897"; }
.bi-house-x-fill::before { content: "\f898"; }
.bi-house-x::before { content: "\f899"; }
.bi-person-add::before { content: "\f89a"; }
.bi-person-down::before { content: "\f89b"; }
.bi-person-exclamation::before { content: "\f89c"; }
.bi-person-fill-add::before { content: "\f89d"; }
.bi-person-fill-check::before { content: "\f89e"; }
.bi-person-fill-dash::before { content: "\f89f"; }
.bi-person-fill-down::before { content: "\f8a0"; }
.bi-person-fill-exclamation::before { content: "\f8a1"; }
.bi-person-fill-gear::before { content: "\f8a2"; }
.bi-person-fill-lock::before { content: "\f8a3"; }
.bi-person-fill-slash::before { content: "\f8a4"; }
.bi-person-fill-up::before { content: "\f8a5"; }
.bi-person-fill-x::before { content: "\f8a6"; }
.bi-person-gear::before { content: "\f8a7"; }
.bi-person-lock::before { content: "\f8a8"; }
.bi-person-slash::before { content: "\f8a9"; }
.bi-person-up::before { content: "\f8aa"; }
.bi-scooter::before { content: "\f8ab"; }
.bi-taxi-front-fill::before { content: "\f8ac"; }
.bi-taxi-front::before { content: "\f8ad"; }
.bi-amd::before { content: "\f8ae"; }
.bi-database-add::before { content: "\f8af"; }
.bi-database-check::before { content: "\f8b0"; }
.bi-database-dash::before { content: "\f8b1"; }
.bi-database-down::before { content: "\f8b2"; }
.bi-database-exclamation::before { content: "\f8b3"; }
.bi-database-fill-add::before { content: "\f8b4"; }
.bi-database-fill-check::before { content: "\f8b5"; }
.bi-database-fill-dash::before { content: "\f8b6"; }
.bi-database-fill-down::before { content: "\f8b7"; }
.bi-database-fill-exclamation::before { content: "\f8b8"; }
.bi-database-fill-gear::before { content: "\f8b9"; }
.bi-database-fill-lock::before { content: "\f8ba"; }
.bi-database-fill-slash::before { content: "\f8bb"; }
.bi-database-fill-up::before { content: "\f8bc"; }
.bi-database-fill-x::before { content: "\f8bd"; }
.bi-database-fill::before { content: "\f8be"; }
.bi-database-gear::before { content: "\f8bf"; }
.bi-database-lock::before { content: "\f8c0"; }
.bi-database-slash::before { content: "\f8c1"; }
.bi-database-up::before { content: "\f8c2"; }
.bi-database-x::before { content: "\f8c3"; }
.bi-database::before { content: "\f8c4"; }
.bi-houses-fill::before { content: "\f8c5"; }
.bi-houses::before { content: "\f8c6"; }
.bi-nvidia::before { content: "\f8c7"; }
.bi-person-vcard-fill::before { content: "\f8c8"; }
.bi-person-vcard::before { content: "\f8c9"; }
.bi-sina-weibo::before { content: "\f8ca"; }
.bi-tencent-qq::before { content: "\f8cb"; }
.bi-wikipedia::before { content: "\f8cc"; }
.bi-alphabet-uppercase::before { content: "\f2a5"; }
.bi-alphabet::before { content: "\f68a"; }
.bi-amazon::before { content: "\f68d"; }
.bi-arrows-collapse-vertical::before { content: "\f690"; }
.bi-arrows-expand-vertical::before { content: "\f695"; }
.bi-arrows-vertical::before { content: "\f698"; }
.bi-arrows::before { content: "\f6a2"; }
.bi-ban-fill::before { content: "\f6a3"; }
.bi-ban::before { content: "\f6b6"; }
.bi-bing::before { content: "\f6c2"; }
.bi-cake::before { content: "\f6e0"; }
.bi-cake2::before { content: "\f6ed"; }
.bi-cookie::before { content: "\f6ee"; }
.bi-copy::before { content: "\f759"; }
.bi-crosshair::before { content: "\f769"; }
.bi-crosshair2::before { content: "\f794"; }
.bi-emoji-astonished-fill::before { content: "\f795"; }
.bi-emoji-astonished::before { content: "\f79a"; }
.bi-emoji-grimace-fill::before { content: "\f79b"; }
.bi-emoji-grimace::before { content: "\f7a0"; }
.bi-emoji-grin-fill::before { content: "\f7a1"; }
.bi-emoji-grin::before { content: "\f7a6"; }
.bi-emoji-surprise-fill::before { content: "\f7a7"; }
.bi-emoji-surprise::before { content: "\f7ac"; }
.bi-emoji-tear-fill::before { content: "\f7ad"; }
.bi-emoji-tear::before { content: "\f7b2"; }
.bi-envelope-arrow-down-fill::before { content: "\f7b3"; }
.bi-envelope-arrow-down::before { content: "\f7b8"; }
.bi-envelope-arrow-up-fill::before { content: "\f7b9"; }
.bi-envelope-arrow-up::before { content: "\f7be"; }
.bi-feather::before { content: "\f7bf"; }
.bi-feather2::before { content: "\f7c4"; }
.bi-floppy-fill::before { content: "\f7c5"; }
.bi-floppy::before { content: "\f7d8"; }
.bi-floppy2-fill::before { content: "\f7d9"; }
.bi-floppy2::before { content: "\f7e4"; }
.bi-gitlab::before { content: "\f7e5"; }
.bi-highlighter::before { content: "\f7f8"; }
.bi-marker-tip::before { content: "\f802"; }
.bi-nvme-fill::before { content: "\f803"; }
.bi-nvme::before { content: "\f80c"; }
.bi-opencollective::before { content: "\f80d"; }
.bi-pci-card-network::before { content: "\f8cd"; }
.bi-pci-card-sound::before { content: "\f8ce"; }
.bi-radar::before { content: "\f8cf"; }
.bi-send-arrow-down-fill::before { content: "\f8d0"; }
.bi-send-arrow-down::before { content: "\f8d1"; }
.bi-send-arrow-up-fill::before { content: "\f8d2"; }
.bi-send-arrow-up::before { content: "\f8d3"; }
.bi-sim-slash-fill::before { content: "\f8d4"; }
.bi-sim-slash::before { content: "\f8d5"; }
.bi-sourceforge::before { content: "\f8d6"; }
.bi-substack::before { content: "\f8d7"; }
.bi-threads-fill::before { content: "\f8d8"; }
.bi-threads::before { content: "\f8d9"; }
.bi-transparency::before { content: "\f8da"; }
.bi-twitter-x::before { content: "\f8db"; }
.bi-type-h4::before { content: "\f8dc"; }
.bi-type-h5::before { content: "\f8dd"; }
.bi-type-h6::before { content: "\f8de"; }
.bi-backpack-fill::before { content: "\f8df"; }
.bi-backpack::before { content: "\f8e0"; }
.bi-backpack2-fill::before { content: "\f8e1"; }
.bi-backpack2::before { content: "\f8e2"; }
.bi-backpack3-fill::before { content: "\f8e3"; }
.bi-backpack3::before { content: "\f8e4"; }
.bi-backpack4-fill::before { content: "\f8e5"; }
.bi-backpack4::before { content: "\f8e6"; }
.bi-brilliance::before { content: "\f8e7"; }
.bi-cake-fill::before { content: "\f8e8"; }
.bi-cake2-fill::before { content: "\f8e9"; }
.bi-duffle-fill::before { content: "\f8ea"; }
.bi-duffle::before { content: "\f8eb"; }
.bi-exposure::before { content: "\f8ec"; }
.bi-gender-neuter::before { content: "\f8ed"; }
.bi-highlights::before { content: "\f8ee"; }
.bi-luggage-fill::before { content: "\f8ef"; }
.bi-luggage::before { content: "\f8f0"; }
.bi-mailbox-flag::before { content: "\f8f1"; }
.bi-mailbox2-flag::before { content: "\f8f2"; }
.bi-noise-reduction::before { content: "\f8f3"; }
.bi-passport-fill::before { content: "\f8f4"; }
.bi-passport::before { content: "\f8f5"; }
.bi-person-arms-up::before { content: "\f8f6"; }
.bi-person-raised-hand::before { content: "\f8f7"; }
.bi-person-standing-dress::before { content: "\f8f8"; }
.bi-person-standing::before { content: "\f8f9"; }
.bi-person-walking::before { content: "\f8fa"; }
.bi-person-wheelchair::before { content: "\f8fb"; }
.bi-shadows::before { content: "\f8fc"; }
.bi-suitcase-fill::before { content: "\f8fd"; }
.bi-suitcase-lg-fill::before { content: "\f8fe"; }
.bi-suitcase-lg::before { content: "\f8ff"; }
.bi-suitcase::before { content: "\f900"; }
.bi-suitcase2-fill::before { content: "\f901"; }
.bi-suitcase2::before { content: "\f902"; }
.bi-vignette::before { content: "\f903"; }
.bi-bluesky::before { content: "\f7f9"; }
.bi-tux::before { content: "\f904"; }
.bi-beaker-fill::before { content: "\f905"; }
.bi-beaker::before { content: "\f906"; }
.bi-flask-fill::before { content: "\f907"; }
.bi-flask-florence-fill::before { content: "\f908"; }
.bi-flask-florence::before { content: "\f909"; }
.bi-flask::before { content: "\f90a"; }
.bi-leaf-fill::before { content: "\f90b"; }
.bi-leaf::before { content: "\f90c"; }
.bi-measuring-cup-fill::before { content: "\f90d"; }
.bi-measuring-cup::before { content: "\f90e"; }
.bi-unlock2-fill::before { content: "\f90f"; }
.bi-unlock2::before { content: "\f910"; }
.bi-battery-low::before { content: "\f911"; }
.bi-anthropic::before { content: "\f912"; }
.bi-apple-music::before { content: "\f913"; }
.bi-claude::before { content: "\f914"; }
.bi-openai::before { content: "\f915"; }
.bi-perplexity::before { content: "\f916"; }
.bi-css::before { content: "\f917"; }
.bi-javascript::before { content: "\f918"; }
.bi-typescript::before { content: "\f919"; }
.bi-fork-knife::before { content: "\f91a"; }
.bi-globe-americas-fill::before { content: "\f91b"; }
.bi-globe-asia-australia-fill::before { content: "\f91c"; }
.bi-globe-central-south-asia-fill::before { content: "\f91d"; }
.bi-globe-europe-africa-fill::before { content: "\f91e"; }

:root {
  --main-clr: #284469;
}
.main-clr {
  color: #284469;
  color: var(--main-clr);
}

.tab-btn.active {
  color: #284469;
  color: var(--main-clr);
}
.tab-btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  height: 1px;
  width: 100%;
  background-color: #284469;
  background-color: var(--main-clr);
}

.faq-btn {
  border: 1px solid #ff4d4f;
  color: #ff4d4f;
  background: #ffdcdd;
}
.faq-btn:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
}

.action-icons i {
  font-size: 18px;
  cursor: pointer;
  color: #9aa4b2;
}
.action-icons i:hover {
  color: #284469;
  color: var(--main-clr);
}

.module-number {
  background: #284469;
  background: var(--main-clr);
  font-weight: 700;
  font-size: 20px;
}
.module-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #284469;
  max-width: 100%;
}

.module-meta i {
  color: #250a3e;
  font-size: 16px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  padding-right: 12px;
  text-wrap: nowrap;
}
.meta-item::after {
  content: "|";
  position: absolute;
  right: 0;
  color: #cbd5e1;
}
.meta-item:last-child::after {
  display: none;
}

.status-completed-text {
  color: #2aae62;
}
.status-progress-text {
  color: #f97316;
}

.chevron-circle {
  width: 18px;
  height: 18px;
  background: #e5e7eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  padding-top: 2px;
}
.chevron-circle i {
  font-size: 10px;
}
.chevron-circle.rotate {
  background: #111827;
}
.chevron-circle.rotate i {
  transform: rotate(90deg);
  color: #fff;
}

/* CHAPTERS & TOPICS */
.chapter-row {
  border-top: 1px solid #e5e7eb;
  padding: 12px 0px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #284469;
}
.topic-row {
  padding: 12px 0px;
  border-top: 1px solid #edf1f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topic-meta {
  font-size: 12px;
  color: #6b7280;
  display: flex;
  gap: 6px;
}
.active-topic {
  background: #f1f5f9;
}
.circle-icon {
  width: 18px;
  height: 18px;
  font-size: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  padding-top: 2px;
  background: #f5f5f5;
  color: #555;
}

.topic-status {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
}
.completed-circle {
  border-color: #2aae62;
  color: #2aae62;
}
.pending-circle {
  border-color: #fb923c;
}

/* SIDEBAR FOOTER */
.sidebar-footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #fff;
  padding: 14px 12px;
  margin-top: -10px;
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.sidebar-footer .btn-prev {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #1e293b;
  padding: 8px 22px;
  border-radius: 8px;
  font-weight: 500;
}
.sidebar-footer .btn-prev:hover {
  background: #eeecec;
  transition: 0.3s ease;
}
.sidebar-footer .btn-next {
  background: #2aae62;
  color: #fff;
  padding: 8px 26px;
  border-radius: 8px;
  font-weight: 500;
  border: none;
}
.sidebar-footer .btn-next:hover {
  background: #16a34a;
  transition: 0.3s ease;
}

.assignment-text {
  font-size: 12px;
  color: #6b7280;
  text-align: center;
  margin-top: 6px;
}
.mrgn-text {
  margin-top: 0px;
}
/* MOBILE FIX */
@media (max-width: 991px) {
  .mrgn-text {
    margin-top: 20px;
  }
  .question-notes {
    padding: 0px !important;
  }
  .unitTable table td {
    text-align: start !important;
    display: table-cell !important;
  }
  .unitTable .table tbody td:last-child {
    border-bottom: 1px solid #dbe6fd !important;
  }
  .unitTable table thead {
    position: relative !important;
  }
}
.chapterName {
  margin-right: 7px;
}

.createAnAssess {
  background-color: #fff;
}

.createAnAssess .course-side {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.createAnAssess .course-side svg {
  width: 40px;
  height: 38px;
}

.createAnAssess .ques-form {
  box-shadow: none;
}

.assesscheck {
  /* display: none; */
  width: 19px;
  height: 19px;
  margin-top: 60px;
}

.admin-cont-holder.ff {
  margin: 15px 0;
  background: #f5f7fb;
  border: 1px solid #f1f1f1;
  padding: 9px 14px 3px 14px;
  border-radius: 2px;
}

.poll-action-button-add {
  border: 1px solid #284469;
  background: #284469;
  padding: 9px 14px;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
}

svg.plus-alt {
  width: 11px;
  height: 13px;
  fill: #fff;
  margin-right: 7px;
  position: relative;
  top: -2px;
}

.error404 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
  }
  
  .number404 {
    font-weight: 900;
    font-size: 15rem;
    line-height: 1;
  }
  
  .illustration {
    position: relative;
    margin: 0;
    width: 194px;
}
  
  .circle404 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12.2rem;
    height: 11.4rem;
    border-radius: 50%;
    background-color: #293b49;
  }
  
  .clip404 {
    position: absolute;
    bottom: 0.3rem;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    width: 12.5rem;
    height: 13rem;
    border-radius: 0 0 50% 50%;
  }
  
  .paper404 {
    position: absolute;
    bottom: -0.3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 9.2rem;
    height: 12.4rem;
    border: 0.3rem solid #293b49;
    background-color: white;
    border-radius: 0.8rem;
  }
  
  .paper404::before {
      content: "";
      position: absolute;
      top: -0.7rem;
      right: -0.7rem;
      width: 1.4rem;
      height: 1rem;
      background-color: white;
      border-bottom: 0.3rem solid #293b49;
      transform: rotate(45deg);
    }
  
  .face404 {
    position: relative;
    margin-top: 2.3rem;
  }
  
  .eyes404 {
    position: absolute;
    top: 0;
    left: 2.4rem;
    width: 4.6rem;
    height: 0.8rem;
  }
  
  .eye404 {
    position: absolute;
    bottom: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #293b49;
    animation-name: eye404;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  
  .eye-left-404 {
      left: 0;
    }
  
  .eye-right-404 {
      right: 0;
    }
  
  @keyframes eye404 {
    0% {
      height: 0.8rem;
    }
    50% {
      height: 0.8rem;
    }
    52% {
      height: 0.1rem;
    }
    54% {
      height: 0.8rem;
    }
    100% {
      height: 0.8rem;
    }
  }
  
  .rosyCheeks {
    position: absolute;
    top: 1.6rem;
    width: 1rem;
    height: 0.2rem;
    border-radius: 50%;
    background-color: #fdabaf;
  }
  
  .rosyCheeks-left {
      left: 1.4rem;
    }
  
  .rosyCheeks-right {
      right: 1.4rem;
    }
  
  .mouth404 {
    position: absolute;
    top: 3.1rem;
    left: 50%;
    width: 1.6rem;
    height: 0.2rem;
    border-radius: 0.1rem;
    transform: translateX(-50%);
    background-color: #293b49;
  }
  
  .text404 {
    margin-top: 2rem;
    color: #767676;
    text-align: center;
}
  
.button404 {
    font-weight: 500;
    font-size: 14px;
    padding: 8px;
    width: -webkit-fit-content;
    width: fit-content;
    margin: auto;
    color: #1ba7d0;
    background-color: transparent;
    display: block;
}
  
  .button404:hover {
      opacity: 0.8;
      color: #1ba7d0;
      text-decoration: none;
    }
  
    @media screen and (max-width: 575px){
        .error404 {
            max-width: 220px;
            margin: auto;
        }
        .number404 {
            font-size: 6rem;
        }
        .illustration {
            width: 82px;
        }
        .circle404 {
            width: 5rem;
            height: 5.3rem;
        }
        .clip404 {
            bottom: 0.3rem;
            width: 14rem;
            height: 5rem;
        }
        .paper404 {
            bottom: 0.3rem;
            width: 4rem;
            height: 4rem;
        }
        .paper404::before {
            opacity: 0;
            visibility: hidden;
        }
        .face404 {
            margin-top: 1rem;
        }
        .eyes404 {
            left: 0.6rem;
            width: 2.3rem;
        }
    }
button.btn.btn-primary.enrol-btn {
  background: #284469;

  height: 50px;
  width: 143px;
}

.d-flex.align-items-center.justify-content-between {
  column-gap: 17px;
}

h3.card-title.mb-0 {
  color: #313131;
  font-weight: 700;
  font-size: 24px;
}

h5.course-detail {
  font-weight: 600;
  font-size: 18px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* body {
  font-family: "Nunito", sans-serif;
} */

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* .container {
  max-width: 1170px;
  margin: auto;
} */

.blog-banner {
  height: 306px;
  background-color: #284469;
  background-image: url(/static/media/knowedgeBg.0f76bed95b27e6ed6822.jpg);
  margin-top: 75px;
}

.blog-banner h1 {
  color: #fff;
  padding-top: 75px;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  padding: 90px 0;
}

.flexible {
  display: flex;
  justify-content: space-between;
  /* border: 1px solid #ddd; */
  padding: 0 6px;
}

.bc-left {
  width: 100%;
  /* position: relative;
  top: -90px; */
}

.blog-box {
  background: #fff;
  border-radius: 7px;
  margin: 0 19px;
  margin-bottom: 30px;
  flex: auto;
  max-width: 47%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.viewblog .blog-box {
  box-shadow: none;
  max-width: 70%;
}

.viewblog .inner-cont p {
  font-size: 20px;
  font-weight: 400;
  color: #555;
  line-height: 32px;
  margin-bottom: 17px;
}

.viewblog .pagination {
  display: none;
}

.blog-content {
  padding: 35px;
}

.img-wrap {
  overflow: hidden;
  background-color: #ebebeb52;
  border: 1px solid #eee;
  padding: 12px;
}

/* .blog-box:nth-child(even) .img-wrap {
  min-height: 270px;
} */

/* .blog-box:nth-child(3) {
  position: relative;
  top: -90px;
}

.blog-box:nth-child(1) {
  position: relative;
  top: 0px;
} */

.blog-box img {
  width: 100%;
  background-color: #ebebeb52;
  padding: 0px;
  max-width: -moz-fit-content;
  /* max-width: fit-content; */
  margin: auto;
  display: block;
}

.bc-right {
  margin: 0;
  flex: 4 1;
  padding: 0 28px;
  padding-right: 0;
}

.blogFlex {
  flex: 9 1;
  flex-wrap: wrap;
}

.blogFlex.none {
  display: none;
}

.padd {
  padding: 14px;
}

.blog-body {
  padding: 12px 0;
}

/* .blog-body p {
  display: none;
} */

/* h6 {
  font-size: 24px;
  font-weight: 600;
  color: #444;
  margin-bottom: 5px;
  margin-top: 15px;
} */

.blog-body h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  color: #284469;
  text-align: center;
  margin-top: 7px;
  line-height: 30px;
}

.viewblog .blog-body h3 {
  text-align: left;
}

.blog-body h5 {
  margin: 9px 0;
  color: #999;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  /* max-width: 275px; */
  margin: 7px auto;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  line-height: 30px;
}

.blog-body h5 span {
  color: #284469;
}

.viewblog .blog-body h5 {
  text-align: left;
}

.blog-body p {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 27px;
  text-align: center;
  font-weight: 400;
}

.viewblog .blog-body p {
  text-align: left;
}

.blog-body button {
  color: rgb(255, 255, 255);
  background: rgb(233, 60, 85);
  padding: 7px 27px;
  border: 1px solid rgb(233, 60, 85);
  border-radius: 50px;
  outline: none;
  margin-top: 12px;
}

.blog-content.viewblog {
  padding-top: 75px;
}

.blog-box.inner.right {
  margin-left: 14px;
}
.blog-box.inner.left {
  margin-right: 14px;
}

/* .bc-right h3 {
  font-size: 20px;
  font-weight: 800;
  color: #333;
} */

.bc-right ul {
  list-style-type: square;
  list-style-position: inside;
  /* margin: 7px 0px 19px 5px; */
}

.bc-right ul li a {
  color: #666;
  text-decoration: none;
  letter-spacing: 0.5px;
  padding: 7px 0;
  display: inline-block;
}

.newsletter {
  background: #feede5;
  padding: 30px;
  border-radius: 5px;
}

.newsletter h4 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #333;
  font-weight: 800;
  margin-bottom: 12px;
}

.newsletter p {
  text-align: center;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 21px;
  margin-bottom: 17px;
}

.newsletter input {
  width: 100%;
  height: 47px;
  border: none;
  background: #fff;
  padding: 14px;
  border-radius: 5px;
  letter-spacing: 0.7px;
  font-family: "Nunito";
  font-weight: 600;
}

.newsletter button {
  width: 100%;
  height: 47px;
  border: 1px solid #ff7406;
  background: #ff7406;
  color: #fff;
  font-family: "Nunito";
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin: 13px 0;
  border-radius: 3px;
  box-shadow: 0 2px 9px #00000021;
}

.rating.flexible {
  display: block;
  font-size: 14px;
  color: #666;
  border: none;
  background: #ebf0f6;
  padding: 15px;
  margin: 14px 0px;
  border-radius: 3px;
}
.rating.flexible .fa-star {
  color: #edc500;
}

.feature-product h4 {
  background: #284469;
  color: #fff;
  text-align: left;
  padding: 16px;
  border-radius: 3px;
  font-size: 17px;
  letter-spacing: 0.5px;
}
/* .feature-product img {
  width: 150px;
} */

.rating div span {
  color: #1ba8d0;
}

.feature-product ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.feature-product ul {
  margin: 0;
  padding: 0;
}

/* .feature-product h5 {
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #ff7406d6;
  margin: 5px 0;
} */

.feature-product p {
  font-size: 15px;
  font-weight: 500;
  color: #444;
  margin: 7px 0px;
}

.feature-product p span {
  color: green;
}

.follow {
  padding: 19px 0 0 5px;
}

.follow ul li {
  display: inline-block;
}

.follow ul li a {
  padding: 7px 11px;
  margin-right: 9px;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #858585;
  cursor: pointer;
}

.blog-footer {
  padding: 140px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.inner-cont h4 {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: #333;
  margin: 0;
}
/* .inner-cont p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #555;
  margin: 17px 0;
  line-height: 27px;
} */
/* .inner-cont p strong {
  color: #333;
} */

.pagination {
  margin-top: 27px;
}

button.button-pag1 {
  background: transparent;
  border: 1px solid #ddd;
  width: 35px;
  height: 36px;
  border-radius: 3px;
  font-size: 28px;
  color: #666;
  margin-right: 19px;
  cursor: pointer;
}

button.button-pag2 {
  background: transparent;
  border: 1px solid #ff7406eb;
  width: 35px;
  height: 36px;
  border-radius: 3px;
  font-size: 28px;
  color: #ff7406e8;
  cursor: pointer;
}

.leave-comment {
  background: #eeeeee3d;
  padding: 30px;
  margin: 45px 0;
  border-radius: 5px;
  border: 1px solid #eeeeee5e;
}

.leave-comment input,
textarea {
  width: 100%;
  margin: 0 9px 25px 0;
  height: 51px;
  padding: 14px;
  border: 1px solid #dddddd75;
  border-radius: 5px;
  font-weight: 400;
  outline: none;
  font-family: "Nunito";
}

.leave-comment textarea {
  height: auto;
}

.leave-comment button {
  background: #ff7406;
  color: #fff;
  border: 1px solid #ff7406;
  padding: 13px 25px;
  border-radius: 5px;
  box-shadow: 0 1px 9px #0000000a;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "Nunito";
  outline: none;
}

#sticky.stick {
  position: fixed;
  top: 0;
  right: 27px;
  z-index: 10;
  border-radius: 0 0 0.5em 0.5em;
}

.bc-right.stick {
  padding: 35px 98px 35px 55px;
}

.content-holder {
  margin-left: 225px;
}

#footer {
  width: 100%;
  height: 600px;
  background: #ccc;
  z-index: 999999;
}

.newsletterDiv {
  background: #f6f6f6;
  padding: 30px;
  border-radius: 5px;
}

.newsletterDiv h4 {
  text-align: center;
  color: #253e68;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
}

.newsletterDiv h4:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #253e68;
  border-radius: 3px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.newsletterDiv p {
  font-size: 15px;
  text-align: center;
  color: #555;
  line-height: 25px;
  margin: 9px 0;
}

.newsletterDiv input {
  width: 100%;
  height: 49px;
  border: 1px solid #ddd;
  outline: none;
  padding: 0 14px;
  border-radius: 5px;
  font-family: inherit;
}

.newsletterDiv button {
  background: #253e68;
  color: #fff;
  border: none;
  padding: 0;
  width: 100%;
  margin: 14px 0;
  border-radius: 5px;
  font-size: 15px;
  letter-spacing: 0.5px;
  outline: none;
  height: 49px;
}

@media screen and (max-width: 767px) {
  .blog-box {
    max-width: 100%;
    margin-bottom: 0px;
  }
  .blog-content {
    padding: 40px 0px;
  }
  .viewblog .blog-box {
    max-width: 100%;
  }
  .viewblog .bc-right {
    padding: 0 0px;
    padding-right: 0;
  }
  .blog-banner h1 {
    font-size: 30px;
    padding: 75px 0;
  }
  .blog-banner {
    height: 194px;

    margin-top: 94px;
  }
  .blog-body h3 {
    font-size: 24px;
  }
}

.inner-cont ul {
  list-style-type: inherit !important;
  margin-left: 17px;
  color: #999;
}

.inner-cont ol {
  /* list-style-type: inherit !important; */
  margin-left: 17px;
  color: #999;
}

header {
  padding: 0px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: padding 0.3s ease;
  box-shadow: 0 0 1px #00000038;
  background-color: #fff;
}
header .mainLogo {
  margin-top: 12px;
  align-self: center;
}
header .mainLogo img {
  width: 190px;
}
header .mainMenu {
  align-self: center;
  position: relative;
}
header .mainMenu .top-menu {
  display: none;
}
header .mainMenu .top-menu .toggle-sidebar {
  float: right;
  position: relative;
}
header .mainMenu .top-menu .toggle-sidebar .toggle-sidebar .user-avatar {
  width: 28px;
}
header .mainMenu ul {
  display: flex;
}
header .mainMenu ul li {
  display: inline-block;
  position: relative;
  padding: 0;
  align-self: center;
}
header .mainMenu ul li a {
  color: #284469;
  padding: 9px 21px;
  font-weight: 500;
  font-size: 15px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  header .mainMenu ul li a {
    padding: 9px 7px;
  }
}
header .mainMenu ul li .droped {
  position: relative;
  top: 18px;
  padding-bottom: 42px;
}
header .mainMenu ul li .active {
  color: #e05965;
}
header .mainMenu ul li .active .message--head {
  background: #e8e8e8;
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 8px 6px;
  border-radius: 5px;
  align-self: center;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}
header .mainMenu ul li .active .message--head svg {
  width: 27px;
  height: auto;
  fill: #253e68;
}
header .mainMenu ul li ul {
  display: block;
  position: absolute;
  top: 91px;
  right: 17px;
  background: #fff;
  box-shadow: 0px 5px 9px #999 6e;
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 205px;
  transform: translateY(0px) scale(1);
  transition: all 1s ease;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.5s ease;
  transform: translateY(20px);
  border-radius: 9px;
}
header .mainMenu ul li ul::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #fff;
  position: absolute;
  top: -14px;
  right: 45px;
}
header .mainMenu ul li ul .subMenus {
  display: block;
}
header .mainMenu ul li ul .subMenus li {
  margin: 0px 0 !important;
  padding: 0px 0;
}
header .mainMenu ul li ul .subMenus li a {
  padding: 13px 21px;
}
header .mainMenu ul li ul .subMenus li a {
  font-size: 13px;
  border-bottom: 1px solid #eee;
  display: block;
  padding: 31px 21px;
}
header .mainMenu ul li:hover ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
header .mainMenu ul li:hover ul li {
  display: block;
  border-bottom: 1px solid #eee;
}
header .mainMenu ul li:hover ul li:last-child {
  border-bottom: none;
}
header .mainMenu ul li.log {
  margin-left: 21px;
  margin-right: 5px;
}
header .mainMenu ul li.log a.loginButton {
  background: #d94a5a;
  color: #fff;
  padding: 8px 15px;
  border-radius: 3px;
  /* font-weight: 400;
	 */
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  box-shadow: 0 0 9px #454469 0d;
  transition: 0.3s;
  word-spacing: -2px;
  cursor: pointer;
  border: 1px solid #d94a5a;
}
header .mainMenu ul li.profileDrop {
  padding-bottom: 35px;
  position: relative;
  top: 18px;
}
header .mainMenu ul li.profileDrop .greeting-holder {
  position: relative;
  padding: 0 15px;
  cursor: pointer;
  display: flex;
  padding-right: 0;
  min-width: -webkit-fit-content;
  min-width: fit-content;
  border-left: 1px solid #ddd;
  align-items: center;
}
header .mainMenu ul li.profileDrop .greeting-holder div {
  width: 100%;
}
header .mainMenu ul li.profileDrop .greeting-holder div p.greeting {
  color: #c4c4c4;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 12px;
}
header .mainMenu ul li.profileDrop .greeting-holder div h4.greeting {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  width: -webkit-max-content;
  width: max-content;
  display: block;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .mainMenu ul li.profileDrop .greeting-holder div h4.greeting span {
  margin-left: 4px;
  text-transform: capitalize;
}
header .mainMenu ul li.profileDrop .greeting-holder div svg {
  background: #d7d7d7;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  padding: 5px;
  fill: #646464;
  position: relative;
}
header .mainMenu ul li.profileDrop .dropMenu {
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
  min-width: 164px;
  position: absolute;
  top: 29px;
  right: 0;
  border-radius: 5px;
  margin-top: -20px;
}
header .mainMenu ul li.profileDrop .dropMenu::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #f1f1f1;
  position: absolute;
  top: -14px;
  right: 30px;
}
header .mainMenu ul li.profileDrop .dropMenu ul.logg li .dropMenu a {
  padding: 13px 19px;
  border-radius: 0;
}
header
  .mainMenu
  ul
  li.profileDrop
  .dropMenu
  ul.logg
  li
  .dropMenu
  a
  .cart-badge-small {
  cursor: pointer;
  position: absolute;
  right: 11px;
}
header
  .mainMenu
  ul
  li.profileDrop
  .dropMenu
  ul.logg
  li
  .dropMenu
  a
  .cart-badge-small
  svg {
  fill: #294469;
}
header .mainMenu ul li.profileDrop .dropMenu ul.logg li .dropMenu:last-child a {
  border-radius: 0 0 12px 12px;
}
header .mainMenu ul li.profileDrop .dropMenu {
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s ease;
  transform: translateY(40px) scaleY(0.9);
}
header .mainMenu ul li.profileDrop:hover .dropMenu {
  opacity: 1;
  visibility: visible;
}
header .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 270px;
  z-index: 1000;
  transition: transform 0.5s ease;
  transform: translate3d(270px, 0, 0);
  background: #fff;
}
header .sidebar .dexx {
  background: #f4f8fb;
  width: 24px;
  padding: 0px 3px 7px 9px;
  line-height: 1;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  color: #e83852 b3;
  text-transform: lowercase;
  position: absolute;
  right: 2px;
  top: 2px;
  border-radius: 0px 0px 0px 50px;
  cursor: pointer;
  border: 1px solid #ed4d61 1f;
}
header .sidebar .guest-user {
  width: 75px;
  height: 75px;
  background: #f4f8fb;
  border-radius: 100px;
  margin: 41px auto;
  margin-bottom: 25px;
  position: relative;
  display: none;
}
header .sidebar .guest-user-head {
  text-align: center;
  font-size: 17px;
  color: #294469 e8;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 30px;
  display: none;
}
header .sidebar .sidebar-menu ul {
  padding-top: 70px;
}
header .sidebar .sidebar-menu ul li {
  position: relative;
}
header .sidebar .sidebar-menu ul li a {
  display: block;
  height: 45px;
  border-bottom: 1px solid #f4f8fb;
  color: #284469;
  line-height: 45px;
  transition-duration: 0.3s;
  padding-left: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
}
header .showMenu {
  transform: translate3d(0px, 0, 0);
}
header .mainMenu ul.logg li a {
  color: #284469;
  padding: 21px 21px;
}
header .mainMenu ul.logg li a.dropdown-item {
  padding: 13px 21px;
}
.mainMenu ul li ul li a {
  padding: 13px 21px;
}
.sticky {
  box-shadow: 0 0 9px #00000014;
  background: #fff;
}
header .mainMenu ul li a span .fa-angle-down {
  margin-left: 5px;
}
header .mainMenu ul li.profileDrop .greeting-holder div p.greeting {
  margin: 0 0 0;
}
@media screen and (max-width: 1199px) {
  header .mainMenu ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  header .mainMenu ul {
    display: none;
  }
  header .mainMenu .top-menu {
    display: block;
  }
  header .sidebar .sidebar-menu ul {
    padding-top: 20px;
  }
  header .sidebar .sidebar-menu li ul {
    padding-top: 0px;
    padding-left: 12px;
    height: 0;
    overflow: hidden;
    transition: height 0.4s;
  }
  header .sidebar .sidebar-menu li:hover ul {
    height: 226px;
  }
  .sidebar-wave svg {
    fill: #284469 0f;
  }
}

footer {
  background-color: #284469;
  padding: 75px 0;
}
.footer-info {
  flex: 3 1;
}
.footer-info p {
  color: #fff;
  margin-top: 18px;
  font-size: 15px;
  letter-spacing: 1px;
}
.footer-info button {
  background: #d94a5a;
  border: 1px solid #d94a5a;
  color: #fff;
  width: 100%;
  height: 45px;
  outline: none;
  border-radius: 2px;
  letter-spacing: 3px;
  font-size: 14px;
  transition: 0.3s;
  margin-bottom: 30px;
  font-weight: 500;
}
.footer-info .imp-links {
  padding-right: 30px;
}
img.footer-logo {
  margin-bottom: 24px;
}
.footerInput {
  margin: 16px 0;
}
.footerInput textarea {
  border: none;
  background: #fff;
  padding: 10px 14px;
  width: 100%;
  border-radius: 2px;
  outline: none;
  min-height: 60px;
}
.footerInput input {
  background: #fff;
  width: 100%;
  border: none;
  padding: 9px 12px;
  border-radius: 2px;
}
.imp-links {
  padding: 0 0px;
  padding-right: 0px;
  width: -moz-fit-content;
  width: 100%;
}
.imp-links h4 {
  color: #fff;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 23px;
  font-weight: 500;
}
.imp-links li {
  float: none;
  color: #98a5b7;
  font-size: 13px;
  max-width: 220px;
}
.imp-links li:first-child a {
  padding-top: 0;
}
.imp-links a {
  color: #98a5b7;
  text-decoration: none;
  letter-spacing: 0px;
  transition: 0.3s;
  display: block;
  padding: 10px 0px;
  width: -webkit-fit-content;
  width: fit-content;
}
.imp-links:first-child {
  padding: 0 5px;
  padding-left: 0;
}
.imp-links:nth-child(2) {
  padding: 0;
  padding-left: 25px;
}
.footerLinks {
  flex: 9 1;
  display: flex;
  padding-left: 50px;
  justify-content: space-between;
}
button.footerbtn {
  width: 100%;
  display: block;
  background: #d94a5a;
  border: 1px solid #d94a5a;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  padding: 9px 0;
  border-radius: 5px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 300;
  box-shadow: 0 0 9px #1f3c64;
}
.footer-input {
  width: 100%;
  border: 1px solid #fff;
  padding: 9px 12px;
  border-radius: 5px;
  background: white;
  margin-bottom: 10px;
  outline: none;
}
.alert1-enter {
  opacity: 0;
  transform: scale(0.9);
}
.alert1-enter-active {
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 300ms,
    transform 300ms;
}
.alert1-exit {
  opacity: 1;
}
.alert1-exit-active {
  opacity: 0;
  transform: scale(0.9);
  transition:
    opacity 300ms,
    transform 300ms;
}
.userCopyright {
  position: relative;
  bottom: 0;
  background: rgba(40, 68, 105, 0.9490196078);
  color: #fff;
  width: 100%;
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}

