@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
.font-black {
  color: black;
}

.font-white {
  color: white;
}

.bg-black {
  background-color: black;
}

.bg-white {
  background-color: white;
}

.bg-lightergrey {
  background-color: #eee;
}

.bg-lightgrey {
  background-color: #ccc;
}

.bg-grey {
  background-color: #707070;
}

.bg-green {
  background: #2BB573 !important;
}

.bg-orange {
  background: #F6931D !important;
}

.bg-purple {
  background: #704098 !important;
}

.jumbo-title {
  font-weight: 600;
  border-left: 10px solid #707070;
  padding-left: 20px;
}

.title {
  font-weight: 600;
  color: #707070;
}

a {
  color: black;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: black;
  opacity: 0.8;
}

.white-link {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.white-link:hover {
  color: #ccc;
  text-decoration: none;
}

.black-link {
  color: black;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.black-link:hover {
  color: #707070;
  text-decoration: none;
}

.blue-link {
  color: #0077ff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.blue-link:hover {
  color: #0f7fff;
  text-decoration: none;
}

.btn-blue {
  background: #0077ff !important;
  color: white !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: all 0.1s ease-in-out !important;
}
.btn-blue:hover {
  background: #006eec !important;
  color: white !important;
}

.btn-black {
  background: black !important;
  color: white !important;
  transition: all 0.1s ease-in-out !important;
}
.btn-black:hover {
  background: #111 !important;
  color: white !important;
}

.btn-grey {
  background: #ccc;
  color: white;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: all 0.1s ease-in-out;
}
.btn-grey:hover {
  background: #707070;
  color: white;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #707070;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(112, 112, 112, 0.2509803922);
}

.form-select:focus {
  border-color: #707070;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(112, 112, 112, 0.2509803922);
}

.btn-blue.focus, .btn-blue:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 119, 255, 0.2509803922);
}

.btn-grey.focus, .btn-grey:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(112, 112, 112, 0.2509803922);
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.mvh-100 {
  min-height: 100vh;
}

.br-10 {
  border-radius: 10px;
}

.border-square {
  border: 1px solid black;
  padding: 5px 10px;
  text-transform: uppercase;
}

.btn-padding {
  padding: 0.375rem 0.75rem;
}

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

.box-shadow {
  box-shadow: 0 20px 30px -16px rgba(9, 9, 16, 0.2);
}

.cursor-pointer {
  cursor: pointer;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: black !important;
  font-weight: 700 !important;
}

label {
  color: black !important;
  font-weight: 400 !important;
}

.card {
  border-radius: 10px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.font-xxs {
  font-size: 0.875em;
}

.font-xs {
  font-size: calc(100% + 0.5vw);
}

.font-sm {
  font-size: calc(100% + 1vw);
}

.font-md {
  font-size: calc(100% + 1.5vw);
}

.font-lg {
  font-size: calc(100% + 2vw);
}

.bold {
  font-weight: 900;
}

.f-18 {
  font-size: 18px;
}

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

.pre-line {
  white-space: pre-line;
}

.navbarx {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbarx .navbar-toggler {
  padding: 0.5rem 1rem;
}
.navbarx .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 112, 112, 0.2509803922);
}

.wrapper {
  margin-top: 72px;
  width: 100%;
  overflow-x: hidden;
}

#sidebar {
  min-width: 280px;
  max-width: 280px;
  padding: 4rem 1.5rem 0 1.5rem;
  background: black;
  color: #fff;
  transition: all 0.3s;
}
#sidebar.active {
  margin-left: -280px;
}
#sidebar ul li div {
  transition: all 0.3s ease;
  border-radius: 30px 0px 0px 30px;
  margin-right: -25px;
}
#sidebar ul li div > ul {
  margin-left: 10px;
}
#sidebar ul li div a {
  display: block;
  font-weight: 500;
  padding: 0.7rem 1.8rem;
}
#sidebar ul li div a:hover {
  color: #ccc;
}
#sidebar ul li div a:hover #sidebar-collapse-icon {
  color: #ccc;
}
#sidebar ul li div.active {
  background: white;
  border-radius: 30px 0px 0px 30px;
  margin-right: -25px;
}
#sidebar ul li div.active > a {
  color: black !important;
}
#sidebar ul li div:hover {
  transform: translate3d(5px, 0, 0);
}
#sidebar ul li div .subpage-link {
  font-weight: 400;
  padding: 0.5rem 1.8rem;
}
#sidebar div #sidebar-collapse {
  position: absolute;
  right: -15px;
  top: -95px;
}

@media (max-width: 991.98px) {
  #sidebar {
    margin-left: -280px;
  }
  #sidebar.active {
    margin-left: 0;
  }
}
#contentx {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  transition: all 0.3s;
}

#sidebar-collapse {
  padding: 0.5rem 1rem;
}
#sidebar-collapse:focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 112, 112, 0.2509803922);
}

#sidebar-collapse-icon {
  width: 25px;
  aspect-ratio: 1/1;
}

.rotate {
  transform: rotate(180deg);
}

html {
  height: 100%;
}

body {
  font-family: "Work Sans", sans-serif;
  min-height: 100%;
}

.form-heading[aria-expanded=false] .form-collapse-icon {
  transform: rotate(180deg);
}

.form-collapse-icon {
  padding: 0 1rem;
}

.logo {
  height: 40px;
  width: auto;
}

#analytics-styling hr {
  color: white;
}
#analytics-styling p {
  margin: 0;
}
#analytics-styling small {
  color: #6c757d;
}
#analytics-styling .card-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #eee;
}

#dashboard-styling .card {
  height: 100%;
}
#dashboard-styling .card .card-body {
  padding: 0;
}
#dashboard-styling .card .card-body .row.area {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
#dashboard-styling .card .card-body .row.area ul > li {
  margin-bottom: 1rem;
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}
#dashboard-styling .card .card-body .row.area ul > li a > i {
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}
#dashboard-styling .card .card-body .row.area ul > li:hover {
  transform: translateX(5px);
}
#dashboard-styling .card .card-body .row.area ul > li:hover a > i {
  transform: translateX(10px);
}
#dashboard-styling .card .card-body .row.area > div {
  padding: 1.5rem;
}
#dashboard-styling .card .card-body .row.area > div:nth-child(1) {
  background: black;
  color: white;
  border-radius: 10px 0px 0px 10px;
}
@media only screen and (max-width: 767px) {
  #dashboard-styling .card .card-body .row.area > div:nth-child(1) {
    border-radius: 10px 10px 0px 0px;
  }
}
#dashboard-styling .card .card-body .row.area > div:nth-child(2) {
  text-align: center;
  border-radius: 0px 10px 10px 0px;
}
@media only screen and (max-width: 767px) {
  #dashboard-styling .card .card-body .row.area > div:nth-child(2) {
    border-radius: 0px 0px 10px 10px;
  }
}
#dashboard-styling p {
  margin: 0;
}
#dashboard-styling small {
  color: #6c757d;
  text-transform: uppercase;
}

.banner-img-uploaded {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.fc-event {
  display: flex !important;
  align-items: center;
  height: 50px;
}

.fc-day-today {
  background-color: #ffe5c5 !important;
}

.courses-tabs .nav-link {
  color: #707070;
  padding: 0.6rem 1.8rem;
}
.courses-tabs .nav-link:hover {
  color: black;
  background-color: #f8f8f8;
  border-top: 1px solid #f8f8f8;
  border-left: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
}
.courses-tabs .nav-link.active {
  background-color: black;
  color: white !important;
  border: 1px solid black;
}

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

.dataTables_length {
  display: inline;
}

.dt-buttons {
  float: none !important;
  display: inline;
  margin-left: 1rem;
}/*# sourceMappingURL=style.css.map */