@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;600&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #858796;
  line-height: 1.5;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: 0.875rem;
}

.xs-small {
  font-size: 0.75rem;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  background: #f1f1f1;
}
.sidebar .nav-item .nav-link {
  color: #5f7372;
  padding-bottom: 10px;
  padding-top: 0px;
  font-size: 1.3rem;
  display: flex;
}

.sidebar-brand {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sidebar-brand-icon img {
  width: 120px;
}

.sidebar-dark .sidebar-heading {
  color: #052850;
  font-weight: normal;
}
.sidebar-dark .nav-item.active .nav-link {
  color: #00a99d;
  font-weight: normal;
}
.sidebar-dark .nav-item.active .nav-link i {
  color: #00a99d;
}
.sidebar-dark .nav-item .nav-link i {
  color: #5f7372;
  font-size: 1.3rem;
  margin-right: 0.5rem;
}
.sidebar-dark .nav-item .nav-link:hover {
  color: #00a99d;
}
.sidebar-dark .nav-item .nav-link:hover i {
  color: #00a99d;
}

#sidebarToggleTop {
  color: #fff;
  border-color: #fff;
}

/*--------------------------------------------------------------
# Color/Bg Color
--------------------------------------------------------------*/
.bg-gradient-primary-to-secondary {
  background-image: linear-gradient(315deg, #043e5e 0%, #00a89c 100%);
}

.text-primary {
  color: #0b57ee !important;
}

.text-secondary {
  color: #363d47 !important;
}

.btn-primary {
  background: #052851;
}
.btn-primary:hover {
  background: #1E3C65;
}

.btn-refresh {
  background: #019a94;
}

.la-search {
  color: #00a89c;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#wrapper #content-wrapper {
  background: #fff;
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.topbar .nav-item .nav-link .img-profile {
  height: 2.5rem;
  width: 2.5rem;
  border: 2px solid #fff;
}

.page-header-content {
  padding-bottom: 3rem !important;
}

.card {
  border: 1px solid #dde6f7;
}

.card-header {
  padding: 0.75rem 1rem;
}

.box-title {
  color: #363d47;
  font-weight: 600;
  line-height: 25px;
  padding-left: 15px;
  position: relative;
  font-size: 1.125rem;
}
.box-title:before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  background: #dde6f7;
}

.box-img img {
  width: 75%;
}

.box-menu img {
  width: 35%;
}
.box-menu i {
  font-size: 60px;
}
.box-menu i.la-certificate {
  color: #fe5722;
}
.box-menu i.la-id-card {
  color: #4cb050;
}
.box-menu i.la-cube {
  color: #ff9700;
}
.box-menu i.la-info-circle {
  color: #2196f3;
}

.lift {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.lift:hover {
  transform: translateY(-0.3333333333rem);
  box-shadow: 0 0.5rem 2rem 0 rgba(33, 40, 50, 0.25);
}

.cv-input {
  top: -20px;
  width: 100%;
}

.sr-title {
  color: #363d47;
  font-size: 18px;
  font-weight: 600;
}

.sr-box label {
  margin-bottom: 0px;
  color: #858796;
}
.sr-box .name {
  color: #363d47;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}
.sr-box .input-details {
  color: #363d47;
  font-weight: 600;
  line-height: 20px;
  font-size: 14px;
}
.sr-box .form-group {
  margin-bottom: 10px;
}

.vs-success {
  color: #0daf1b !important;
}

.vs-failed {
  color: #e41e1d !important;
}

.ht-100 {
  height: 40px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.875rem 1.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #69707a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c5ccd6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 44px;
}
.form-control:focus {
  border-color: #052851;
  box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
  background: #f3f6fd;
}

label {
  min-width: 129px;
  font-size: 12px;
}

/*--------------------------------------------------------------
# Responsives
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .sidebar .nav-item .nav-link {
    display: block;
  }
}

/*# sourceMappingURL=custom.css.map */
