@keyframes rotate {
  from {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  font-family: "Exo 2", "tahoma", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  background: #f6f9fc;
  -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 0;
  background: rgba(121, 150, 175, 0.4);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(121, 150, 175, 0.15);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(121, 150, 175, 0.8);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-family: "Exo 2", "tahoma", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: inherit;
}

.h1, h1 {
  font-size: 1.75rem;
}

.h2, h2 {
  font-size: 1.5rem;
}

.h3, h3 {
  font-size: 1.35rem;
}

.h4, h4 {
  font-size: 1.25rem;
}

.h5, h5 {
  font-size: 1.2rem;
}

a {
  color: #2d6a91;
}
a:hover {
  color: #214e6a;
  text-decoration: none;
}
a:focus {
  outline: none;
}

img {
  max-width: 100%;
}

button:focus,
label,
input {
  outline: none;
}

.d-none {
  display: none;
}

@media (min-width: 992px) {
  .text-lg-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}
.col-expand {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-expand {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-expand {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-expand {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-expand {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
  }
}
.width-expand {
  flex: 1 1 0;
  min-width: 1px;
  max-width: 100%;
}

.nav-icon {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-right: 10px;
}

.icon_service {
  transform: rotate(135deg);
}
.icon_user {
  stroke: #fff;
  stroke-width: 2;
}

.header {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #363d44;
}
.header .nav-link {
  font-size: 16px;
  color: #fff;
}
.header .nav-link:hover, .header .nav-link.active {
  color: #ffde4b;
}
.header .nav-link:hover .nav-icon, .header .nav-link.active .nav-icon {
  fill: #ffde4b;
}
.header .nav-link:hover .icon_user, .header .nav-link.active .icon_user {
  stroke: #ffde4b;
}
.header .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 1399px) {
  .header .nav-link {
    font-size: 14px;
  }
}
.main-menu .nav-link {
  font-weight: 600;
  text-transform: uppercase;
}
.main-menu .nav-item + .nav-item .nav-span {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-brand {
  max-width: 253px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -5px;
}

@media (max-width: 575px) {
  .navbar-brand {
    margin-right: 0;
  }
}
.navbar-toggler {
  margin-right: -0.75rem;
}

.nav-span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  line-height: 20px;
}

.site-content {
  padding: 15px 0;
}

@media (min-width: 992px) {
  .left-sidebar {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .container_fixed-center {
    width: 640px;
    min-width: 640px;
    max-width: 640px;
  }
}
.card_bordered {
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 2px;
}

.custom-warning {
  background: #fffceb;
  color: #e28327;
  border-color: rgba(226, 131, 39, 0.3) !important;
  box-shadow: 0 10px 40px rgba(104, 116, 136, 0.3);
}
.custom-warning i {
  font-size: 30px;
}
.custom-warning p {
  color: #e28327;
  margin: 0 !important;
}
.custom-warning .__title {
  display: block;
  border-bottom: 1px dashed rgba(226, 131, 39, 0.3);
  text-align: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-left: 25px;
}
.custom-warning .__body p {
  font-size: 12px;
}
.custom-warning .close {
  padding: 10px 15px;
  font-size: 12px;
}
.custom-warning .close i {
  font-size: inherit;
}
.custom-warning .close:focus {
  outline: none;
}
.custom-warning .alert-heading {
  padding-bottom: 5px;
  font-size: 18px;
  border-bottom: 1px dashed rgba(226, 131, 39, 0.3);
}
.custom-warning.alert-dismissible {
  padding-right: 1.25rem;
}

.check_box.__radio .__switch_box {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  height: 18px !important;
  position: relative;
  display: inline-block;
  width: 18px !important;
  vertical-align: sub;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.check_box.__radio .__switch_box small {
  background-color: #64bd63;
  border-radius: 100%;
  height: 11px !important;
  width: 11px !important;
  position: absolute;
  opacity: 0;
  left: 50% !important;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.check_box input[type=radio],
.check_box input[type=checkbox] {
  display: none;
}
.check_box input[type=radio]:checked + .__switch_box,
.check_box input[type=checkbox]:checked + .__switch_box {
  background-color: #fff;
  border-color: #64bd63;
}
.check_box input[type=radio]:checked + .__switch_box small,
.check_box input[type=checkbox]:checked + .__switch_box small {
  opacity: 1;
}

.icon-request {
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: all 0.15s ease-in-out;
}

.request-to-user {
  position: relative;
  background-color: #fff;
  border: 1px solid #3a7474;
  border-left-width: 40px;
  border-radius: 2px;
  box-shadow: 0 10px 40px rgba(104, 116, 136, 0.3);
}
.request-to-user__head .h4 {
  display: block;
  position: relative;
  line-height: 21px;
  padding: 10px 0;
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
}
.request-to-user__head .h4::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75%;
  height: 1px;
  background-color: #3a7474;
}
.request-to-user__body {
  height: 60px;
  overflow: hidden;
  transition: all 0.2s linear;
}
.request-to-user .text-about {
  color: #e28327;
}
.request-to-user .icon-request {
  position: absolute;
  left: -30px;
  top: 11px;
}

.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  z-index: 1030;
  color: #7996af;
  background-color: rgba(255, 255, 255, 0.5);
}
.scroll-to-top:hover, .scroll-to-top:focus {
  color: #7996af;
}

@media (min-width: 992px) {
  .scroll-to-top {
    right: auto;
    left: 230px;
    bottom: 15px;
  }
}
body .container > .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
}

@media (min-width: 576px) {
  .navbar {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 1030;
  }
}

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