#page-top {
  height: 100vh;
  overflow: hidden;
}

.content-body {
  padding: 1rem;
  height: calc(100vh - 45px);
  overflow-y: scroll;
  margin-top: 60px;
}
.content-body h1 {
  color: #5a5c69 !important;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}
.content-body h2 {
  color: #5a5c69 !important;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.shadow {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
}

.border-left {
  border-left: 0.25rem solid #4e73df !important;
}

.text-xs {
  font-size: 0.7rem;
}

.text-primary {
  color: #4e73df !important;
}

.toolUpload label {
  font-size: 14px;
  font-weight: 600;
}

.toolUpload input,
.toolUpload select {
  font-size: 13px;
  font-weight: 500;
  color: #706868;
}
.toolUpload input:focus,
.toolUpload select:focus {
  outline: unset;
  box-shadow: none;
}
.toolUpload input::-moz-placeholder, .toolUpload select::-moz-placeholder {
  font-size: 13px;
}
.toolUpload input::placeholder,
.toolUpload select::placeholder {
  font-size: 13px;
}

.categoryList .table th,
.categoryList .table td {
  min-width: 150px;
  font-size: 12px;
}

.main-wrap .leftWrap {
  width: 14%;
}
@media (max-width: 991.98px) {
  .main-wrap .leftWrap {
    width: auto;
  }
}
.main-wrap .rightWrap {
  width: 86%;
}
@media (max-width: 991.98px) {
  .main-wrap .rightWrap {
    width: 100%;
  }
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 99;
  padding-left: 10rem;
}
@media (max-width: 991.98px) {
  .header {
    padding-left: 0rem;
  }
}
.header .navbar {
  background-color: #fff !important;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}
.header .dropdown-menu {
  left: unset !important;
  right: 0 !important;
}

.sticky-footer {
  z-index: 99;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 4px;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  margin-left: 10rem;
}
@media (max-width: 991.98px) {
  .sticky-footer {
    margin-left: 0rem;
  }
}

.sidebar {
  background-color: #4e73df;
  background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
  background-size: cover;
  color: #fff;
  min-height: 100vh;
  width: 10rem !important;
  height: 100%;
}
@media (max-width: 991.98px) {
  .sidebar {
    position: absolute;
    margin-top: 66px;
    z-index: 9;
  }
  .sidebar.nav-off {
    display: none;
  }
  .sidebar.nav-on {
    display: block;
  }
}
.sidebar .sidebar-brand {
  height: 4.375rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  padding: 1.5rem 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  z-index: 1;
  color: #fff;
}
.sidebar .sidebar-brand .sidebar-brand-icon i {
  font-size: 2rem;
}
.sidebar .sidebar-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0 1rem 1rem;
}
.sidebar .nav-item {
  position: relative;
}
.sidebar .nav-item a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.8);
}
.sidebar .sidebar-heading {
  text-align: left;
  padding: 0 1rem;
  font-weight: 800;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.4);
}

.login-page {
  background-size: cover;
  height: 100%;
  clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
  background: linear-gradient(45deg, #1e467c, #01dac7);
}
.login-page .btn-user {
  color: #fff;
  background: linear-gradient(45deg, #1e467c, #01dac7);
  width: 100%;
  padding: 0.8rem;
  border-radius: 50px;
}

.login-page label {
  font-size: 14px;
  font-weight: 600;
}

.login-page input,
.login-page select {
  font-size: 13px;
  font-weight: 500;
  color: #706868;
}

.login-page input:focus,
.login-page select:focus,
.login-page textarea:focus {
  outline: unset;
  box-shadow: none;
}

.login-page input::-moz-placeholder, .login-page select::-moz-placeholder, .login-page textarea::-moz-placeholder {
  font-size: 13px;
}

.login-page input::placeholder,
.login-page select::placeholder,
.login-page textarea::placeholder {
  font-size: 13px;
}

.user-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.5);
}

.user-card:before {
  content: "";
  position: absolute;
  height: 300%;
  width: 187px;
  background: linear-gradient(276deg, #76a3e4, #21cacf);
  top: -60px;
  left: -199px;
  z-index: 0;
  transform: rotate(17deg);
}

.user-card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.user-card-img img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.user-card-info {
  text-align: center;
}

.user-card-info h2 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 3px;
}

.user-card-info p {
  font-size: 14px;
  margin-bottom: 2px;
}

.user-card-info p span {
  font-weight: 700;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .user-card {
    flex-direction: row;
    align-items: flex-start;
  }
  .user-card-img {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .user-card-info {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: 3%;
  }
  .user-card:before {
    width: 300%;
    height: 200px;
    transform: rotate(0);
  }
  .user-card-info h2 {
    margin-top: 25px;
    font-size: 35px;
  }
  .user-card-info p span {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
  }
}/*# sourceMappingURL=admin-style.css.map */