/* 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: #24568f;
} */

/* .app-header-dark {
  background: linear-gradient(to right, #274685 0%, #13abc3 100%);
  color: rgba(255, 255, 255, 0.8);
} */

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

.app-header-dark {
  background-color: #fef9f9;
  color: #7f8fa5;
}

.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;
}

.app-header-dark .header-nav .nav-link {
  color: #7f8fa5;
}

.app-header-dark .header-nav .nav-link:hover {
  color: #7f8fa5;
  background-color: rgba(255, 255, 255, 0.12);
}

.app-header-dark .header-nav .nav-link:focus {
  color: #7f8fa5;
  background-color: rgba(255, 255, 255, 0.12);
}

.app-header-dark .header-nav .show > .nav-link,
.app-header-dark .header-nav .active > .nav-link,
.app-header-dark .header-nav .nav-link.show,
.app-header-dark .header-nav .nav-link.active {
  color: #4F6076;
  background-color: #fff;
  border: 1px solid #f2f2f2;
}

.app-header-dark .top-bar-search .input-group-search {
  background-color:  #fff;
}

.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control:-ms-input-placeholder {
  color: #4F6076;
}

.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control::-webkit-input-placeholder {
  color: #4F6076;
}

.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control::-moz-placeholder {
  /* color: rgba(255, 255, 255, 0.6); */
  color: #4F6076;
}

.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control:-ms-input-placeholder {
  color: #4F6076;
}

.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control::-ms-input-placeholder {
  color: #4F6076;
}

.app-header-dark .top-bar-search .input-group-search:not(.focus) .input-group-text,
.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control,
.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control::placeholder {
  color: #4F6076;
}


.app-header-dark .btn-account {
  color: #4F6076;
  border-left: 0;
}

.app-aside-light .aside-header {
  background-color: #E7F1F9;
}

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

.stacked-menu .menu-link {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #4F6076;
  text-decoration: none;
  line-height: 1.75em;
  overflow: hidden;
  outline: 0;
}

.stacked-menu .menu-link:focus {
  color: #189ccf;
  background-color: transparent;
  text-decoration: none;
  overflow: visible;
}

.stacked-menu .menu-link:hover {
  color: #189ccf;
  background-color: transparent;
  text-decoration: none;
  overflow: visible;
}

.stacked-menu > .menu > .menu-item > .menu-link {
  color: #4F6076;
}

.stacked-menu > .menu > .menu-item > .menu-link:focus {
  color: #189ccf;
  background-color: transparent;
}

.stacked-menu > .menu > .menu-item > .menu-link:hover {
  color: #189ccf;
  background-color: transparent;
}

.stacked-menu > .menu > .menu-item.has-open > .menu-link {
  color: #189ccf;
  background-color: transparent;
}


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

.stacked-menu .menu-link:focus .menu-icon {
  color: #189ccf;
  /* color: #e05459; */
}

.stacked-menu .menu-link:hover .menu-icon {
  color: #189ccf;
}

.stacked-menu .menu-item.has-open:not(.has-active) > .menu-link .menu-icon {
  color: #189ccf;
}

.stacked-menu .menu-header {
  margin: .5em 0 0;
  padding: 0.5rem 1rem;
  color: #c5e0f6;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* .app.has-compact-menu .stacked-menu .has-child > .menu {
  background: linear-gradient(to bottom, #30bff4 10%, #175f92 100%);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
} */

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

.card-title {
  font-size: 0.9rem;
  color: #465A73;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  /* border: 1px solid rgba(20, 20, 31, 0.12); */
  border-radius: 0.25rem;
}

.list-group-media .list-group-item-figure {
  position: relative;
  padding: 0;
  width: 12rem;
  width: 110px;
  overflow: hidden;
}

.app-footer {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.dropdown-menu-xl {
  width: 70rem;
}

.btn-subtle-danger {
  color: #e05459;
  background-color: rgba(183, 107, 163, 0.08);
  border-color: transparent;
}

.btn-danger {
  color: #ffffff;
  background-color: #e05459;
  border-color: #e05459;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #c74a3c;
  border-color: #c74a3c;
}

.btn-info {
  color: #ffffff;
  background-color: #189ccf;
  border-color: #189ccf;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #0179A8;
  border-color: #0179A8;
}

.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #0179A8;
  border-color: #0179A8;
  box-shadow: 0 0 0 1px rgba(39, 141, 181, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #0179A8;
  border-color: #0179A8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #0179A8;
  border-color: #0179A8;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(39, 141, 181, 0.5);
}

.text-danger {
  color: #EA6759 !important;
}

.form-control:focus {
  color: #363642;
  background-color: #ffffff;
  border-color: #189ccf;
  outline: 0;
  box-shadow: 0 0 0 1px #189ccf;
}



