@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap);
@charset "UTF-8";
/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
body {
  font-family: "Poppins", sans-serif;
}

.main-menu.menu-light .navigation li a {
  color: #768ca6;
  padding: 10px 15px 10px 15px;
  line-height: 1.45;
  font-weight: 600;
}

.pad15 {
  padding: 15rem !important;
}

.btn-primary {
  border-color: #0b4e9e !important;
  background-color: #0b4e9e !important;
  color: #fff !important;
}

.btn-primary:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #0b4e9e;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #0b4e9e !important;
}

a {
  color: #0b4e9e;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #3d8bff;
  text-decoration: none;
}

.auth-wrapper .auth-bg {
  background-color: #F5F6F8;
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  .pad15 {
    padding: 1rem !important;
  }
  .auth-wrapper.auth-v2 .brand-logo {
    position: absolute;
    top: -1rem !important;
    margin: 0;
    z-index: 1;
  }
  h1,
  .h1 {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .pad15 {
    padding: 1rem !important;
  }
  .st2 {
    fill: #1d4369 !important;
  }
  .auth-wrapper.auth-v2 .brand-logo {
    position: absolute;
    top: 2rem;
    left: 30% !important;
    margin: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .pad15 {
    padding: 6rem !important;
  }
}
.top20 {
  margin-top: 20px;
}

.pb15 {
  padding-bottom: 15px;
}

.table th {
  background-color: #ffffff !important;
  border-bottom: 1px solid #9c9c9c !important;
  color: #768CA6;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: auto;
  z-index: 10;
  display: none;
  float: right;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0 0 0;
  font-size: 1rem;
  color: #6e6b7b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(34, 41, 47, 0.05);
  border-radius: 0.358rem;
  right: 0 !important;
}

.table-hover-animation tbody tr:hover {
  transform: translateY(-4px);
  background-color: #0b4e9e;
  color: #fff;
}

.main-menu .navbar-header {
  height: 100%;
  width: 260px;
  height: 6.45rem;
  position: relative;
  padding: 0.35rem 1rem 0.3rem 1.64rem;
  transition: 300ms ease all, background 0s;
}

#custom-search-form {
  margin: 0;
  margin-top: 5px;
  padding: 0;
}

#custom-search-form .search-query {
  padding-right: 3px;
  padding-right: 4px \9 ;
  padding-left: 3px;
  padding-left: 4px \9 ;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  border-radius: 3px;
  transition: width 0.2s ease-in-out;
}

#custom-search-form button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -40px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  border-radius: 3px;
}

.search-query:focus + button {
  z-index: 3;
}

.search-query:focus {
  width: 260px;
}

.header-navbar.navbar-shadow {
  box-shadow: none;
}

.navbar-light {
  background: rgba(255, 255, 255, 0);
}

.navbar-floating .navbar-container {
  padding: 0;
}

.main-menu.menu-light .navigation > li > a {
  margin: 10px 15px;
}

.checkbox {
  position: relative;
  margin-bottom: 20px;
}

.checkbox label {
  padding-left: 30px;
  display: block;
}

.checkbox input {
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.checkbox input:checked + .input-helper:before {
  border-color: #0b4e9e;
}

.checkbox .input-helper:before,
.checkbox .input-helper:after {
  position: absolute;
  content: "";
  transition: all 200ms;
}

.checkbox .input-helper:before {
  left: 0;
  border: 1px solid #ababac;
}

.checkbox input {
  width: 15px;
  height: 15px;
}

.checkbox input:checked + .input-helper:before {
  background-color: #0b4e9e;
}

.checkbox input:checked + .input-helper:after {
  transform: scale(1);
  opacity: 1;
}

.checkbox .input-helper:before {
  top: 0;
  width: 18px;
  height: 17px;
  border-radius: 2px;
  color: #fff;
}

.checkbox .input-helper:after {
  content: "✓";
  font-size: 13px;
  left: 3px;
  top: 0x;
  color: #fff;
  transform: scale(0);
  opacity: 0;
}

.main-menu a:hover,
.main-menu a:focus {
  text-decoration: none;
  color: #0b4e9e !important;
}

.page-item.active .page-link {
  z-index: 3;
  border-radius: 5rem;
  background-color: #82deff;
  color: #fff !important;
  font-weight: 600;
}

.card_switch .btn-group,
.card_switch .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  float: left;
  margin-top: 10PX;
}

.nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  position: relative;
}

.nav-pills-custom .nav-link.active {
  color: #45b649;
  background: #fff;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}
.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0b4e9e !important;
}

.nav-pills .nav-link.active {
  border-color: #0b4e9e !important;
  box-shadow: 0 4px 18px -4px rgba(11, 78, 158, 0.65);
}

.nav-pills-custom .nav-link {
  color: #768ca6;
}

.color-round {
  background: red;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #bbb;
}

.detail-font p {
  font-size: 16px;
  line-height: 3rem;
  color: #000;
}
.detail-font span {
  color: #768CA6;
}

.card_switch hr {
  margin-top: 0rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ebe9f1;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 2rem;
}

.img-popup .modal-header {
  background: #fff;
}

.float-r {
  float: right;
}

.image-edit {
  background: #b09a62;
  padding: 7px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: -40px;
  margin-top: 23px;
  width: 28px;
  height: 28px;
  line-height: 14px;
}

.image-edit:hover {
  background: #d0b369;
  padding: 7px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: -40px;
  margin-top: 23px;
  width: 28px;
  height: 28px;
  line-height: 14px;
  cursor: pointer;
}

.big-dw .dropdown-menu {
  min-width: 14rem;
}

.dropdown-menu .dropdown-item {
  width: auto;
  cursor: pointer;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #0b4e9e;
  text-decoration: none;
  background-color: rgba(11, 78, 158, 0.2);
}

.main-menu.menu-light .navigation > li ul .active {
  background: #fff;
  color: #0b4e9e;
  box-shadow: none;
  border-radius: 4px;
  z-index: 1;
}

.main-menu.menu-light .navigation > li ul .active > a {
  color: #0b4e9e;
}

.page-item.active .page-link {
  z-index: 3;
  border-radius: 5rem;
  background-color: #0b4e9e;
  color: #fff !important;
  font-weight: 600;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0b4e9e;
  background-color: #0b4e9e;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  box-shadow: 0 2px 4px 0 rgb(11, 78, 158) !important;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #0b4e9e;
  border-color: #0b4e9e;
}

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

.main-menu.menu-light .navigation > li.active > a {
  background: #0b4e9e;
  box-shadow: 0 0 10px 1px rgba(11, 78, 158, 0.49);
  color: #fff !important;
  font-weight: 400;
  border-radius: 4px;
}

.main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a,
.main-menu.menu-light .navigation > li.sidebar-group-active > a {
  color: #ffffff !important;
  background: #0b4e9e;
  border-radius: 6px;
}

.main-menu.menu-light .navigation > li.sidebar-group-active > a:hover {
  color: #ffffff !important;
}

.main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a:hover {
  color: #ffffff !important;
}

.modal-body .dropdown-menu {
  min-width: 14rem;
}

.card-meter .card {
  transition: 2s;
}
.card-meter .card:hover {
  background: #0b4e9e;
  transition: 2s;
}
.card-meter .card:hover h2 {
  color: #fff;
  transition: 2s;
}
.card-meter .card:hover h6 {
  color: #fff;
  transition: 2s;
}
.card-meter .card:hover .proc {
  fill: #fff;
  transition: 2s;
}
.card-meter .card:hover .st2 {
  fill: #fff;
  transition: 2s;
}
.card-meter .card:hover .st0 {
  fill: #fff;
  transition: 2s;
}

.switch-field {
  overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
  display: none;
}

.switch-field label {
  float: left;
  display: inline-block;
  width: 40px;
  background-color: #ffffff;
  color: #2d333b;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-shadow: none;
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /* box-shadow: inset 0 1px 3px rgb(0 0 0 / 30%), 0 1px rgb(255 255 255 / 10%); */
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #a68d4d;
  color: #fff;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.select-box {
  width: 108px;
  height: 37px;
  border: 1px solid #e6e6e6;
  padding: 1px 3px;
}

.mt-10 {
  margin-top: 10px;
}

#timeline ol {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 85px;
  height: 1px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
#timeline li {
  position: relative;
  display: inline-block;
  float: left;
  width: calc(100% / 5);
  height: 1px;
  background: #0b4e9e;
  color: rgba(0, 0, 0, 0.5);
}
#timeline li .diplome {
  text-align: center;
  margin-top: 20px;
}
#timeline li .point {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #0b4e9e;
  background: #fff;
  position: absolute;
  top: -8px;
  left: calc(50% - 8px);
}
#timeline li .timestamp {
  font-size: 14px;
  text-align: center;
}
#timeline li.active > .point {
  border: 8px solid #0b4e9e;
}
#timeline li.active > .diplome, #timeline li.active > .timestamp {
  color: #0b4e9e;
}
.blink {
  border: 4px solid;
  position: fixed;
  top: 10px;
  left: 10px;
  text-align: center;
  font-family: monospace;
  -webkit-animation: blink 0.5s step-end infinite alternate;
}

.dro .dropdown-menu {
  width: 10px !important;
}

.bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-box {
  background-color: #0b4e9e;
  color: #fff;
  box-shadow: 0 3px 6px 0 rgb(11, 78, 158);
}

.bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-label .bs-stepper-title {
  color: #0b4e9e;
}

.bs-stepper .bs-stepper-header .step.crossed .step-trigger .bs-stepper-box {
  background-color: rgb(241, 241, 242);
  color: #babfc7 !important;
}

.adbtn {
  position: absolute;
  right: 50px;
  z-index: 6;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  margin-top: 1px;
  /* border-top: 1px solid #d8d8d8; */
}

.table-hover-animation tbody tr:hover {
  transform: none !important;
  background-color: #0b4e9e;
  color: #fff;
}

a.text-primary:focus {
  color: #0b4e9e !important;
}

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

.table-hover-animation tbody tr:hover .text-primary {
  color: #fff !important;
}

.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0.5em 0;
  font-weight: 500;
  color: #babfc7;
  background-color: rgba(186, 191, 199, 0.12);
  border-radius: 0.35rem;
  padding: 5px;
}

.bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-box .st1 {
  fill: #fff;
}

.main-menu .navbar-header .navbar-brand img {
  width: 190px;
}

.table thead th,
.table tfoot th {
  vertical-align: top;
  text-transform: uppercase;
  font-size: 0.757rem;
  letter-spacing: 0.5px;
}

table tr td {
  font-size: 13px;
}

.card-body h1 span {
  color: #0b4e9e;
}

.table-hover-animation tbody tr:hover i {
  color: #fff;
}

@media (max-width: 1199px) {
  .header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-name {
    margin-bottom: 0;
    margin-bottom: 0.435rem !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .justify-content-lg-end {
    justify-content: end !important;
  }
}
@media screen and (min-width: 300px) and (max-width: 768px) {
  .adbtn {
    position: absolute;
    right: 26px;
    z-index: 6;
    top: 126px;
    font-size: 12px;
    padding: 10px;
  }
  .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-title {
    display: inherit;
    color: #6e6b7b;
    font-weight: 400 !important;
    line-height: 1rem;
    margin-bottom: 0rem;
    font-size: 13px !important;
  }
  .app-user-view .user-info-wrapper .user-info-title {
    width: 9.785rem;
  }
  .brand-logo img {
    width: 150px;
    margin-left: 78px;
    margin-top: 33px;
  }
  .pd-l-0-xl {
    padding-left: 0;
  }
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: left;
  }
  .dataTables_filter {
    margin-left: -15px;
  }
  #timeline li {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    height: 1px;
    background: #0b4e9e;
    color: rgba(0, 0, 0, 0.5);
  }
}
.eyez .dropdown-item {
  padding: 0.45rem 0.75rem;
  border: 1px solid #cacaca;
}

.modal-header {
  padding: 0rem 1.4rem;
}

.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a svg,
.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a i {
  height: 18px !important;
  width: 18px !important;
  font-size: 6.35rem;
  margin-right: 1.1rem;
  flex-shrink: 0;
}

.main-menu.menu-light .navigation li a {
  color: #5a5a5a;
  padding: 7px 15px 7px 15px;
  line-height: 1.45;
  font-weight: 400;
}

html .content.app-content {
  padding: 7.25rem 2rem 0;
}

.table-hover-animation tbody tr:hover td .btn {
  color: #fff !important;
}

.table-hover-animation tbody tr:hover td svg {
  color: #fff;
}

.tbutn {
  padding: 1px 1px 20px 0px;
}

.tbutn2 {
  padding: 1px 1px 40px 0px;
}

.modal-header {
  padding: 1rem 2.4rem;
}

.alert-primary {
  background: rgba(11, 78, 158, 0.1607843137) !important;
  color: #0b4e9e !important;
}

#timeline ol::before {
  top: -4px;
  width: 8px;
  height: 8px;
  background: #bba877 0% 0% no-repeat padding-box;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  /* right: 0; */
  content: "";
  z-index: 6;
  left: 0;
}

#timeline ol::after {
  top: -4px;
  width: 8px;
  height: 8px;
  background: #bba877 0% 0% no-repeat padding-box;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  /* right: 0; */
  content: "";
  z-index: 6;
}

.card-meter .card {
  transition: 2s;
}
.card-meter .card:hover {
  background: #0b4e9e;
  transition: 2s;
}
.card-meter .card:hover h2 {
  color: #fff;
  transition: 2s;
}
.card-meter .card:hover h6 {
  color: #fff;
  transition: 2s;
}
.card-meter .card:hover .proc {
  fill: #fff;
  transition: 2s;
}
.card-meter .card:hover .st2 {
  fill: #fff;
  transition: 2s;
}
.card-meter .card:hover .st0 {
  fill: #fff;
  transition: 2s;
}
.card-meter .card:hover .st1 {
  fill: #fff;
  transition: 2s;
}

.navbar-floating .header-navbar-shadow {
  display: block;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0.95) 60%, rgba(248, 248, 248, 0.46) 104%, rgba(255, 255, 255, 0));
  padding-top: 2.2rem;
  background-repeat: repeat;
  width: 100%;
  height: 89px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}

.table th,
.table td {
  padding: 0.72rem;
}

.main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a {
  background: #e7e7e7 !important;
}

.main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a span {
  color: #5a5a5a;
}

.main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a span:hover {
  color: #0b4e9e !important;
}

.main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a,
.main-menu.menu-light .navigation > li.sidebar-group-active > a {
  color: #5a5a5a !important;
}

.main-menu.menu-light .navigation > li ul .active > a {
  color: #fff;
  background: #0b4e9e;
  border-radius: 6px;
}

.main-menu.menu-light .navigation > li ul .active > a:hover {
  color: #fff;
}

.main-menu .active > a:hover {
  color: #fff !important;
}

.nextbtn {
  background: #fff !important;
  border: 2px solid #0b4e9e !important;
  color: #0b4e9e !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
