body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: 'Mitr';
  font-size: 14px;
  background-color: #f7f9fc86;
}

.header {
  padding: 2px 0 2px 0;
 background: linear-gradient(90deg, rgba(4, 82, 164, 1) 0%, rgba(0, 169, 228, 1) 100%) !important;
  color: #ffff;
  display: block;
  padding: 10px;
}

.navbarMenu , .navbarMenu .navbar-nav .nav-link:hover ,.navbarMenu .navbar-nav .nav-link.active {
	color: #f8f9fa !important;
} 

.navbarMenu {
	background-color: #0054aa; 
}

.navbarMenu .navbar-nav .nav-link {
	margin-right: 10px;
  border-radius: 10px;
}

.navbarMenu .navbar-nav .nav-link:hover {
	background-color: #57a3be;
}

.navbarMenu .navbar-nav .nav-link.active {
	background-color: #00a8e3;
}

.menu {
  text-decoration:none;
  color: #212529;
}

.logoPwa {
    width: 250px;
}

#breadcrumbs {
  background: #eeeded;
  font-size: 16px;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.loader {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
}

.loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.note-light {
  background-color: #f7f7f7;
  border-color: #5bc0de !important;
}


.note-info {
  background-color: #def1f7;
  border-color: #2686a6 !important;
}

.note-warning {
  background-color: #fbf0da;
  border-color: #a17112 !important;
}

.note {
  --mdb-note-padding: 20px;
  --mdb-note-border-width: 6px;
  --mdb-note-border-radius: 5px;
  --mdb-note-strong-font-weight: 600;
  padding: var(--mdb-note-padding);
  border-left: var(--mdb-note-border-width) solid;
  border-radius: var(--mdb-note-border-radius);
}

.infoUser {
  font-size: 14px;
  padding: 0px;
  color: rgba(255, 255, 255, 0.767);
  text-decoration: none;
}

.infoUser:hover,.infoUser:active:hover,.infoUser:after  {
  color: rgba(255, 255, 255, 0.767);
}

.tabItem.active ,.tabItem:hover.active {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.btnLoginOther {
  border-radius: 8px;
  background-color: #ebe6e6;
  margin-top: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.required:after {
  content: " *";
  color: #dc3545;
}

.title-info {
  color:rgb(53 80 119) !important;
}

.form-control[readonly],.form-select[readonly] {
  background-color: #e9ecef;
  cursor: not-allowed; 
  pointer-events: none;
}

.bg-b5-info {
  color: #055160;
  background-color: #cff4fc;
}

.border-b5-info {
  border-color: #b6effb;
}

.picker {
  cursor: pointer;
}

.picker .datePicker {
  cursor: pointer;
}

.btn-xs
{
  padding: 1px 5px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}

.fancy-tabs {
  border-bottom: none;
}

.fancy-tabs .nav-link {
  border: none;
  background: #f1f3f5;
  margin-right: .5rem;
  border-radius: 12px 12px 0 0;
  padding: .5rem 0.75rem;
  color: #555;
  transition: all .2s ease;
}

.fancy-tabs .nav-link:hover {
  background: #e9ecef;
}

.fancy-tabs .nav-link.active {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
    box-shadow: 0 -3px 10px rgba(0,0,0,.08);
}

.stepper {
  justify-content: space-between;
}

.step {
  text-align: center;
  width: 120px;
}

.circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #adb5bd;
  margin: auto;
  z-index:99999;
}

.step.active .circle {
  background: #0d6efd;
  color: #fff;
}

.line {
  flex: 1;
  height: 2px;
  background: #e9ecef;
  margin-top: -26px;
}

.line.active {
  background: #0d6efd;
}

.step-content {
  display: none;
}

.step-content.active {
  display: block;
}

.stepper-wrapper {
  display: flex;
  justify-content: space-between;
  background: #fff;
}

.stepper-item {
  position: relative;
  flex: 1;
  text-align: center;
}

.stepper-item:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 50%;
  width: 100%;
  height: 3px;
  background-color: #e9ecef;
  z-index: 0;
}

.stepper-item.completed::after {
  background-color: #7bf1a8;
}

.stepper-item.notcompleted::after {
  background-color: #ff6467;
}

.step-counter {
  width: 44px;
  height: 44px;
  background-color: #e9ecef;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 1;
  position: relative;
}

.stepper-item.completed .step-counter ,.stepper-item.notcompleted .step-counter {
  cursor: pointer;
}

.stepper-item.completed .step-counter {
  background-color: #37bb89;
  color: #fff;
}

.stepper-item.completed.active .step-counter {
  background-color: #0f6142;
}

.stepper-item.notcompleted.active .step-counter {
  background-color: #aa0d10;
}

.stepper-item.notcompleted .step-counter {
  background-color: #ff6467;
  color: #fff;
}

.step-name {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

.stepper-wrapper {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.step-item {
  position: relative;
  padding: 20px;
}

.step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  width: 1px;
  height: 60%;
  background-color: #e0e0e0;
}

.step-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #28a745;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}
