/* put your own styles to customize and override the theme */


.auth-header {
  background-size: cover;
  height: 250px;
}

.auth-header {
  position: relative;
  padding: 2rem 1.25rem 0;
  width: 100%;
  background-color: #346CB0;
  color: #ffffff;
  text-align: center;
  background-size: cover;
}

.metric-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #888c9b;
  white-space: nowrap;
}

.card-subtitle {
  font-size: 0.925rem;
  font-weight: normal;
}

.page-message-info {
  position: fixed;
  top: 3.5rem;
  left: 50%;
  padding: .5rem 1rem;
  display: inline-table;
  width: 100%;
  color: #046992;
  background-color: #d1ebf8;
  text-align: center;
  z-index: 1030;
  box-shadow: 0 1rem 3rem rgba(20, 20, 31, 0.175);
  transform: translate3d(-50%, 0, 0);
  cursor: pointer;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 3px solid #046992;
}

@media (min-width: 768px) {
  .page-message-info {
    top: 1.25rem;
    width: 80%;
  }
}

.page-message-info a:not(.btn) {
  text-decoration: underline;
}

.page-message-success {
  position: fixed;
  top: 3.5rem;
  left: 50%;
  padding: .5rem 1rem;
  display: inline-table;
  width: 100%;
  color: #038b79;
  background-color: #e0faf6;
  text-align: center;
  z-index: 1030;
  box-shadow: 0 1rem 3rem rgba(20, 20, 31, 0.175);
  transform: translate3d(-50%, 0, 0);
  cursor: pointer;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 3px solid #038b79;
}

@media (min-width: 768px) {
  .page-message-success {
    top: 1.25rem;
    width: 80%;
  }
}

.page-message-success a:not(.btn) {
  text-decoration: underline;
}

.page-message-danger {
  position: fixed;
  top: 3.5rem;
  left: 50%;
  padding: .5rem 1rem;
  display: inline-table;
  width: 100%;
  color: #f9363f;
  background-color: #f9d5d7;
  text-align: center;
  z-index: 1030;
  box-shadow: 0 1rem 3rem rgba(20, 20, 31, 0.175);
  transform: translate3d(-50%, 0, 0);
  cursor: pointer;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 3px solid #f9363f;
}

@media (min-width: 768px) {
  .page-message-danger {
    top: 1.25rem;
    width: 80%;
  }
}

.page-message-danger a:not(.btn) {
  text-decoration: underline;
}

.page-message-warning {
  position: fixed;
  top: 3.5rem;
  left: 50%;
  padding: .5rem 1rem;
  display: inline-table;
  width: 100%;
  color: #a06602;
  background-color: #fdf0d9;
  text-align: center;
  z-index: 1030;
  box-shadow: 0 1rem 3rem rgba(20, 20, 31, 0.175);
  transform: translate3d(-50%, 0, 0);
  cursor: pointer;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 3px solid #ed9702;
}

@media (min-width: 768px) {
  .page-message-warning {
    top: 1.25rem;
    width: 80%;
  }
}

.page-message-warning a:not(.btn) {
  text-decoration: underline;
}

/* .app-header-dark .top-bar-brand {
  background-color: #00AEEF;
} */

.app-header-dark .top-bar-brand {
  background-color: #2b4451;
}

.app-header-dark {
  background: linear-gradient(to right, #2b4451 50%, #2b4451 100%);
  /* background: linear-gradient(to right, #676e68 0%, #808981 100%); */
  /* background: linear-gradient(to right, #317db5 0%, #129ba0 100%); */
  color: rgba(255, 255, 255, 0.8);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 1px 1px 0 rgba(20, 20, 31, 0.1), inset 0 1px 4px 0 rgba(20, 20, 31, 0.2);
}

.auth-floated .auth-announcement {
  background: linear-gradient(to right, #274685 0%, #13abc3 100%);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 90%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(20, 20, 31, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.aside-menu {
  position: relative;
  flex: 1;
  overflow-y: auto;
  background-color:#fef9f9 ;
  /* background-color:#f37b7b ; */
  /* background: linear-gradient(to bottom, #30bff4 10%, #175f92 100%); */
  /* background: linear-gradient(to bottom, #f75c57 10%, #f0827e 100%); */
}

.app-main {
  position: relative;
  padding-top: 3.5rem;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
  background-color: #fef9f9;
}

.stacked-menu .menu-link > .menu-icon {
  width: 1.25em;
  margin-right: .5em;
  text-align: center;
  font-size: 1.125rem;
  color: #515d6c;
}

/* .page-navs {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 1rem;
  padding-left: 1rem;
  height: 4.5rem;
  background-color: #ffffff;
  box-shadow: 0 1px 0 rgba(34, 34, 48, 0.1);
  z-index: 5;
} */

/* .app-aside {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  width: calc(100vw - 3.5rem);
  max-width: calc(15rem + 1.5rem);
  z-index: 1050;
  transform: translate3d(-100%, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 200ms ease-in-out;
} */

