.width-75 {
  width: 75%;
}

.width-70 {
  width: 70%;
}

.width-60 {
  width: 60%;
}

.width-50 {
  width: 50%;
}

.width-48 {
  width: 48%;
}

.width-45 {
  width: 45%;
}

.width-40 {
  width: 40%;
}

.width-35 {
  width: 35%;
}

.width-30 {
  width: 30%;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-15 {
  border-radius: 15px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.bg-yellow {
  background-color: #f9ba00 !important;
}

.bg-grey-78 {
  background-color: #777778 !important;
  color: #fff !important;
}

.bg-dark-grey {
  background: #dbdbdb;
}

.bg-blue {
  background-color: #005cc7 !important;
  color: #fff !important;
}

.text-blue {
  color: #005cc7 !important;
}

.bg-grey,
.bg-grey:focus,
.bg-grey:hover {
  background-color: #eeeef0;
}

.bg-lite-red {
  background: #db5050;
  color: white !important;
}

.bg-dark-yellow {
  background-color: #f7bb33 !important;
  color: white !important;
}

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

.bg-danger {
  background-color: #fa3434 !important;
}

.border-b-yellow-3px {
  border-bottom: 3px solid #f7bb33;
}

.btn-light-yellow {
  background-color: #ffebbd;
  border: 1px solid #f7bb33;
}

.bg-light-blue {
  background-color: #e7f0ff !important;
}

a {
  text-decoration: none !important;
}

:root {
  --offcanvas-width: 350px;
  --topNavbarHeight: 72px;
  --topNavbarWidth: 100%;
}

.navbar {
  position: fixed;
  width: 100%;
  border-radius: 0px !important;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #fff !important;
}

.navbar .logo p {
  font-size: 22px;
  /* line-height: px; */
  position: relative;
  /* margin-top: px; */
  padding-top: 5px;
  padding-left: 5px;
  line-height: 20px;
  margin-bottom: 0;
}

.side-bar {
  width: var(--offcanvas-width);
  border: none;
  overflow: auto;
  background-color: #317afe;
  padding-left: 20px;
  z-index: 1101;
  /* background-color: #000000; */
  color: #000;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.side-bar ::-webkit-scrollbar {
  width: 1px;
}
.side-bar ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.side-bar ::-webkit-scrollbar-thumb {
  background: #888;
}
.side-bar ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.nav-icon-down {
  position: absolute;
  width: 15px;
  right: 0;
  visibility: hidden;
  bottom: -20px;
}

.nav-icon-up {
  position: absolute;
  width: 15px;
  right: 0;
  visibility: hidden;
  top: -15px;
}

.side-bar .logo-1 {
  margin-left: 30px;
}

.side-bar .collapse .nav-link {
  opacity: 1;
}

.side-bar .collapse .card-body {
  padding: 0px;
  border: 0;
  background-color: transparent;
}

.btn-active {
  background-color: #f9ba00;
  color: #fff !important;
  border-radius: 5px;
}
.btn-active .nav-icon-down,
.btn-active .nav-icon-up {
  visibility: visible;
}

input::-moz-placeholder {
  color: white !important;
}

input::placeholder {
  color: white !important;
}

.btn-active > a,
.btn-active > i {
  color: #fff !important;
}

.btn-active .collapse {
  display: block !important;
}

.side-bar .btn-active .collapse .btn-active {
  opacity: 1;
}

.side-bar .nav > li {
  margin-top: 30px;
}

.side-bar .nav #btn-active {
  border-radius: 5px 5px 0px 0px;
}

.side-bar .nav > li img {
  margin-bottom: 6px;
}

.side-bar .nav > li {
  margin-top: 20px;
  padding: 7px 0;
  border-radius: 20px 0 0 20px;
  color: #000000;
}

@media (min-width: 992px) {
  .w-80 {
    width: 80%;
  }
  .side-bar {
    padding-top: 30px;
    transform: none;
    box-shadow: 0px 0px 3px #fff;
    visibility: visible !important;
    padding-left: 20px;
  }
  .btn-logout-1 {
    display: block;
    background: #fff !important;
    color: #000 !important;
  }
  .btn-logout-2 {
    display: none;
  }
  .side-bar .nav > li {
    margin-top: 30px;
    color: #000000;
  }
  .btn-side-bar {
    display: none;
  }
  .btn-close {
    display: none;
  }
  .main {
    margin-left: var(--offcanvas-width);
    margin-top: var(--topNavbarHeight);
    padding: 30px;
  }
}
.main {
  margin-top: var(--topNavbarHeight);
  padding: 30px;
}
.main .search-box {
  position: relative;
}
.main .search-box .box {
  padding: 15px;
  padding-right: 50px;
  border: none !important;
  border-radius: 10px;
}
.main .search-box .box::-moz-placeholder {
  color: #000 !important;
}
.main .search-box .box::placeholder {
  color: #000 !important;
}
.main .search-box .box::-ms-input-placeholder {
  color: #000 !important;
}
.main .search-box .search-btn {
  position: absolute;
  right: 5px;
  top: 5px;
}
.main .card-image {
  width: 100%;
  height: 360px;
  overflow: hidden;
  border-radius: 10px;
}
.main .card-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
}

.card-image-2 {
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-radius: 10px;
}
.card-image-2 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

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

.fs-10 {
  font-size: 10px;
}

.fs-8 {
  font-size: 8px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.border-bottom-2-dashed {
  border-bottom: 2px dashed rgb(207, 206, 206);
}

.responsive-image {
  object-fit: cover;
  -o-object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.id-card-image img {
  max-height: 270px;
  border-radius: 10px;
}

.certificate-image img {
  max-height: 430px;
}

::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}/*# sourceMappingURL=style.css.map */