* {
  font-family: "Poppins", sans-serif;
}
.video-js.vjs-v6 .vjs-seek-button.skip-forward .vjs-icon-placeholder::before,
.video-js.vjs-v7 .vjs-seek-button.skip-forward .vjs-icon-placeholder::before {
  font-family: "VideoJS" !important;
}
.video-js .vjs-seek-button.skip-back::before,
.video-js.vjs-v6 .vjs-seek-button.skip-back .vjs-icon-placeholder::before,
.video-js.vjs-v7 .vjs-seek-button.skip-back .vjs-icon-placeholder::before {
  font-family: "VideoJS" !important;
}

.vjs-resolution-button-label {
  display: none;
}

.vjs-control-bar button {
  width: 2em !important;
}

.pagination li a {
  color: #0c263e;
}
.page-link.active,
.active > .page-link {
  background-color: #0c263e !important;
  border-color: #0c263e !important;
}
.page-link.active,
.active > .page-link:hover {
  background-color: #0c263e !important;
  color: #ffffff !important;
}
.page-link:hover {
  color: #0c263e !important;
}
.country-selector__input {
  padding-top: 0 !important;
  text-align: center;
  padding-right: 34px !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}
.country-selector__toggle {
  top: 8px !important;
}

.input-tel,
.country-selector {
  height: 42px !important;
}

.input-tel__input:not(.no-country-selector) {
  border-color: #ced4da !important;
}

.country-selector.has-value .country-selector__input {
  border-color: #ced4da !important;
}

.input-tel__input,
.country-selector__input {
  height: 42px !important;
  border: 1px solid #0c263e;
  background-color: transparent !important;
}

.country-selector__country-flag {
  top: 13px !important;
}

.country-selector__input {
  font-size: 14px !important;
}

.country-selector__label {
  display: none;
}

.input-tel__label {
  display: none !important;
}

.input-tel__input {
  padding-top: 0 !important;
}

.error-text {
  font-size: smaller !important;
}

.cursor-pointer {
  cursor: pointer;
}

button.close {
  padding: 0 0.9rem !important;
  background-color: #27415a !important;
  font-size: 30px;
  height: max-content;
  width: max-content;
  font-weight: 200;
  border-radius: 25px;
  border: 0 !important;
}

.modal-header {
  padding: 2rem !important;
  border-top-left-radius: 3.5rem !important;
  border-top-right-radius: 3.5rem !important;
  background-color: #0c263e !important;
  color: white !important;
}

.modal-content {
  border-radius: 3.6rem !important;
}

.modal-body {
  padding: 2rem 3rem 3rem !important;
}

@media (max-width: 576px) {
  .modal-header {
    padding: 1.5rem !important;
  }

  .modal-body {
    padding: 1.5rem !important;
  }
}

.modal-backdrop {
  opacity: 0.7 !important;
  background-color: #0c263e !important;
}

.modal-content:has(> .modal-body > .card) {
  width: 370px !important;
}

.border-dark-blue {
  border: #0c263e 1px solid !important;
}

.text-dark-blue {
  color: #0c263e !important;
}

.bg-dark-blue {
  background-color: #0c263e !important;
}

.text-light-blue {
  color: #4468e2 !important;
}

.bg-gray {
  background-color: #f5f6f7 !important;
}

.text-yellow {
  color: #eeab3e !important;
}

.text-bg-yellow {
  color: #0c263e !important;
  background-color: #f3dbb3 !important;
}

.text-green {
  color: #36b53a !important;
}

.bg-green {
  background-color: #36b53a !important;
}

.text-red {
  color: #e02020 !important;
}

.bg-red {
  background-color: #e02020 !important;
}

.teacher-message {
  background-color: #f3dbb3 !important;
  color: #0c263e !important;
}

a.dropdown-item {
  border-radius: 0.7rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  color: #0c263e !important;
}

.btn:first-child:active {
  border: none !important;
}

.rounded-3\.5 {
  border-radius: 0.75rem !important;
}

.rounded-top-3\.5 {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.rounded-top-3 {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

/* custom btn */
.btn-dark-blue {
  color: #ffffff !important;
  background-color: #0c263e !important;
  border-radius: 0.75rem !important;
}

.btn-dark-blue:hover {
  box-shadow: inset 0 0 0 20rem #003e77 !important;
}

.btn-dark-blue:active {
  box-shadow: inset 0 0 0 20rem #003e77, inset 0 3px 4px 0 #003e77,
    0 0 1px #003e77 !important;
}

.btn-dark-blue:disabled,
.btn-dark-blue.is-disabled {
  opacity: 0.5 !important;
}

/*-------------------------*/

.btn-outline-dark-blue {
  color: #0c263e !important;
  background-color: #f6f7f8 !important;
  border-color: #0c263e !important;
}

.btn-outline-dark-blue:hover {
  color: #f6f7f8 !important;
  background-color: #0c263e !important;
  border-color: #0c263e !important;
}

.btn-outline-dark-blue:hover .b-icon.bi g {
  color: #f6f7f8 !important;
}

.btn-outline-dark-blue.active {
  color: #f6f7f8 !important;
  background-color: #0c263e !important;
  border-color: transparent !important;
}

.btn-outline-dark-blue.active .b-icon.bi g {
  color: #f6f7f8 !important;
}

/*------------------------------*/

.btn-gray-to-dark-blue {
  color: #0c263e !important;
  background-color: #f6f7f8 !important;
  border-color: #f6f7f8 !important;
  margin: 0 0.6rem !important;
  border-radius: 0.75rem !important;
}

.btn-gray-to-dark-blue:hover {
  color: #f6f7f8 !important;
  background-color: #0c263e !important;
  border-color: #0c263e !important;
}

.btn-gray-to-dark-blue.active {
  color: #f6f7f8 !important;
  background-color: #0c263e !important;
  border-color: transparent !important;
}

.btn-gray-to-dark-blue.active .b-icon.bi g {
  color: #f6f7f8 !important;
}

/*------------------------------*/

.btn-green {
  color: #f6f7f8 !important;
  background-color: #36b53a !important;
  border-color: #36b53a !important;
}

.btn-green:hover {
  color: #f6f7f8 !important;
  background-color: #27812a !important;
  border-color: #27812a !important;
}

.btn-green:hover .b-icon.bi g {
  color: #f6f7f8 !important;
}

/*------------------------------*/

.btn-outline-green {
  color: #0c263e !important;
  background-color: #f6f7f8 !important;
  border-color: #0c263e !important;
}

.btn-outline-green:hover {
  color: #f6f7f8 !important;
  background-color: #36b53a !important;
  border-color: #36b53a !important;
}

.btn-outline-green:hover .b-icon.bi g {
  color: #f6f7f8 !important;
}

/*------------------------------*/

.btn-outline-gray-red {
  color: #0c263e !important;
  background-color: #f6f7f8 !important;
  border-color: #0c263e !important;
}

.btn-outline-gray-red:hover {
  color: #e03c3c !important;
  background-color: #e0d6d6 !important;
  border-color: #e0d6d6 !important;
}

.btn-outline-gray-red:hover .b-icon.bi g {
  color: #e03c3c !important;
}

/*------------------------------*/

.btn-gray-red {
  color: #0c263e !important;
  background-color: #f6f7f8 !important;
  border-color: #f6f7f8 !important;
}

.btn-gray-red:hover {
  color: #e03c3c !important;
  background-color: #e0d6d6 !important;
  border-color: #e0d6d6 !important;
}

.btn-gray-red:hover .b-icon.bi g {
  color: #e03c3c !important;
}

/*------------------------------*/

.btn-gray {
  color: #0c263e !important;
  background-color: #f6f7f8 !important;
  border-color: #f6f7f8 !important;
}

.btn-gray .b-icon.bi g {
  color: #0c263e !important;
}

.btn-gray:hover {
  color: #f6f7f8 !important;
  background-color: #0c263e !important;
  border-color: #0c263e !important;
}

.btn-gray:hover .b-icon.bi g {
  color: #f6f7f8 !important;
}

/* custom btn - end */

.nav-pills .nav-link {
  color: #0c263e !important;
  background-color: #f6f7f8 !important;
  border-color: #f6f7f8;
  margin: 0 0.6rem 0 0 !important;
  border-radius: 0.75rem !important;
}

.nav-pills .nav-link:hover {
  color: #f6f7f8 !important;
  background-color: #0c263e !important;
  border-color: #0c263e !important;
}

.nav-pills .nav-link.active {
  color: #f6f7f8 !important;
  background-color: #0c263e !important;
}

.form-switch .form-check-input {
  width: 4em !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.custom-select {
  color: black;
}

.form-check-input:checked {
  background-color: #0c263e !important;
  border-color: #0c263e !important;
}

.form-check-input:focus {
  border-color: #0c263e !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(12 38 62 / 25%) !important;
}

nav a.router-link-exact-active {
  color: #0c263e !important;
}

nav a.router-link-exact-active button {
  font-weight: bold !important;
}

.overflow-x {
  overflow-x: auto !important;
}

.video-js .vjs-big-play-button {
  left: 40% !important;
  top: 40% !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 55px !important;
    left: -35px !important;
    border-radius: 1rem !important;
    padding: 0.8rem;
  }

  .logo {
    height: 40px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
  #nav-collapse {
    background-color: #fff !important;
    height: 89.5vh;
    margin-top: 10px !important;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 88px;
  }

  nav {
    z-index: 4 !important;
    position: sticky !important;
    top: 0 !important;
    background-color: #fff !important;
  }

  nav > .container-fluid {
    width: 100vw !important;
    padding: 0;
  }

  .logo {
    height: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .video-js .vjs-big-play-button {
    left: 35% !important;
    top: 35% !important;
    font-size: 3em !important;
    /*width: 50% !important;
        height: 50% !important;*/
  }
}
@media only screen and (max-width: 450px) {
  .video-js .vjs-big-play-button {
    left: 35% !important;
    top: 30% !important;
    font-size: 3em !important;
    width: 2em !important;
    /*width: 50% !important;
        height: 50% !important;*/
  }
}
@media only screen and (max-width: 380px) {
  .video-js .vjs-big-play-button {
    left: 35% !important;
    top: 25% !important;
    font-size: 3em !important;
    width: 2em !important;
    /*width: 50% !important;
        height: 50% !important;*/
  }
}

@media only screen and (max-width: 352px) {
  .video-js .vjs-big-play-button {
    left: 32% !important;
    top: 25% !important;
    font-size: 3em !important;
    width: 2em !important;
    /*width: 50% !important;
        height: 50% !important;*/
  }
}

@media only screen and (max-width: 338px) {
  .video-js .vjs-big-play-button {
    left: 39% !important;
    top: 37% !important;
    font-size: 1em !important;
    width: 3em !important;
    height: 2em !important;
    /*width: 50% !important;
        height: 50% !important;*/
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .video-js .vjs-big-play-button {
    left: 31% !important;
    top: 30% !important;
    /*width: 50% !important;
        height: 50% !important;*/
    font-size: 5em !important;
  }
}
@media only screen and (min-width: 780px) and (max-width: 991px) {
  .video-js .vjs-big-play-button {
    left: 24% !important;
    top: 29% !important;
    /*width: 50% !important;
        height: 50% !important;*/
    font-size: 5em !important;
  }
}
