/*body {
  background-color: #a5daf1 !important;
}*/

body {
    background-color: #006989 !important;
}

body, a, .col-form-label, .table, .table th, h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
  color: #000 !important;
}

.btn-primary {
    color: #fff;
    background-color: #f26d20 !important;
    border-color: #f26d20 !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(105 108 255 / 40%);
}

.layout-navbar {
    background-color: #f36d1f !important;
}

.bg-menu-theme {
    background-color: #006989 !important;
    color: #ffffff !important;
}

#layout-menu a {
    color: #ffffff !important;
}

.bg-menu-theme .menu-inner > .menu-item.active:before {
    background: transparent !important;
}

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  color: #fff;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/


/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}


.logo {
    height: 60px;
    overflow: hidden;
}

/*
* Custom CSS
******************************************************************************/

.purple {
  color: #3c40e9 !important;
}

.fw-semibold {
    font-weight: 700 !important;
    font-size: 16px !important;
}

.form-control, .form-select {
    color: #000000;
}