/* Custom SIMKEU theme overrides */
.skin-green .main-header .navbar,
.skin-green .main-header .logo {
  background-color: #123848;
  background-image: linear-gradient(135deg, #123848 0%, #0f5960 100%);
}

.skin-green .main-header .navbar .sidebar-toggle:hover,
.skin-green .main-header .navbar .nav > li > a:hover,
.skin-green .main-header .navbar .nav > li > a:active,
.skin-green .main-header .navbar .nav > li > a:focus,
.skin-green .main-header .logo:hover {
  background-color: #0f5960;
  background-image: linear-gradient(135deg, #0f5960 0%, #123848 100%);
}

.skin-green .main-header .navbar .user-menu .dropdown-menu > li.user-header {
  background-color: #123848;
  background-image: linear-gradient(135deg, #123848 0%, #0f5960 100%);
}

.content-header > h1 .app-role-label {
  color: #777;
  font-size: 58%;
  font-weight: 300;
  margin-left: 4px;
}

body.simkeu-auth-page {
  background-color: #eef3f7 !important;
  background-image: linear-gradient(135deg, #123848 0%, #0f5960 55%, #eef3f7 55%, #eef3f7 100%) !important;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  overflow-y: auto !important;
}

.simkeu-auth-page .login-box {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.simkeu-auth-page .login-logo {
  margin: 0 0 24px;
  text-align: center;
}

.simkeu-auth-page .login-logo p {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.45;
  text-shadow: 0 2px 12px rgba(3, 22, 32, .28);
}

.simkeu-auth-page .btn-success,
.simkeu-auth-page .btn-success:hover,
.simkeu-auth-page .btn-success:active,
.simkeu-auth-page .btn-success:focus {
  background-color: #0f5960;
  border-color: #123848;
}

.simkeu-auth-page .btn-success:hover,
.simkeu-auth-page .btn-success:active,
.simkeu-auth-page .btn-success:focus {
  background-image: linear-gradient(135deg, #123848 0%, #0f5960 100%);
}

.simkeu-auth-page .login-box-body {
  border: 1px solid rgba(18, 56, 72, .16);
  border-top: 5px solid #0f5960;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(3, 22, 32, .24);
}

.simkeu-auth-page .login-box-msg {
  color: #172033;
  font-weight: 600;
}

.simkeu-password-toggle {
  margin: -2px 0 18px;
  line-height: 1;
}

.simkeu-password-toggle label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #d6dee6;
  border-radius: 6px;
  background: #f8fafc;
  color: #485866;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.simkeu-password-toggle label:hover {
  border-color: #0f5960;
  background: #eef7f8;
  color: #123848;
  box-shadow: 0 2px 8px rgba(18, 56, 72, .08);
}

.simkeu-password-toggle input[type="checkbox"] {
  margin: 0 8px 0 0;
}

.simkeu-password-toggle .icheckbox_square-blue {
  flex: 0 0 auto;
  margin-right: 8px;
}

.simkeu-auth-page .simkeu-password-toggle {
  margin-top: -6px;
}

.simkeu-auth-page .simkeu-password-toggle label {
  width: 100%;
  justify-content: flex-start;
}

.simkeu-captcha-img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  cursor: pointer;
  border: 1px solid rgba(18, 56, 72, .14);
}

.simkeu-captcha-img:hover {
  box-shadow: 0 2px 8px rgba(18, 56, 72, .14);
}

.simkeu-filter-panel {
  margin-bottom: 16px !important;
  padding: 14px 16px 12px !important;
  border: 1px solid #dce3ea !important;
  border-top: 3px solid #0f5960 !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: 0 1px 4px rgba(15, 35, 45, .06) !important;
}

.simkeu-filter-panel.form-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
}

.simkeu-filter-panel .row {
  margin-left: -8px;
  margin-right: -8px;
}

.simkeu-filter-panel [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 10px;
}

.simkeu-filter-panel .form-group {
  margin-bottom: 0;
}

.simkeu-filter-panel label {
  display: block;
  margin-bottom: 5px;
  color: #344955;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.simkeu-filter-panel .form-control,
.simkeu-filter-panel .select2-container .select2-selection--single {
  min-height: 38px;
  border-color: #cfd8e3;
  border-radius: 4px;
  box-shadow: none;
}

.simkeu-filter-panel .form-control:focus {
  border-color: #0f5960;
  box-shadow: 0 0 0 2px rgba(15, 89, 96, .12);
}

.simkeu-filter-panel .select2-container {
  width: 100% !important;
}

.simkeu-filter-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}

.simkeu-filter-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

.simkeu-filter-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.simkeu-filter-panel .select2-results__option {
  line-height: 1.35;
  padding: 7px 10px;
}

.simkeu-filter-actions,
.simkeu-filter-panel .simkeu-filter-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding-top: 24px;
}

.simkeu-filter-actions-right,
.simkeu-filter-panel .simkeu-filter-actions-right {
  justify-content: flex-end;
  padding-top: 6px;
}

.simkeu-filter-panel.form-inline .simkeu-filter-actions {
  padding-top: 0;
}

.simkeu-filter-panel .btn {
  min-height: 36px;
  border-radius: 4px;
  font-weight: 600;
}

.simkeu-filter-panel .btn .fa,
.simkeu-filter-panel .btn.fa:before {
  margin-right: 4px;
}

.simkeu-filter-panel .btn-info {
  background-color: #00acd6;
  border-color: #009bc1;
}

.simkeu-filter-context {
  margin-bottom: 14px;
  padding: 10px 12px;
  border: 1px solid #e1e7ee;
  border-radius: 5px;
  background: #f8fafc;
  color: #53606b;
}

@media (max-width: 480px) {
  body.simkeu-auth-page {
    padding: 24px 14px;
  }

  .simkeu-auth-page .login-logo p {
    font-size: 23px;
  }

  .simkeu-auth-page .login-box-body {
    padding: 26px 22px;
  }
}

@media (max-width: 767px) {
  .simkeu-filter-panel {
    padding: 12px !important;
  }

  .simkeu-filter-panel.form-inline {
    display: block;
  }

  .simkeu-filter-panel.form-inline .form-group,
  .simkeu-filter-panel.form-inline .form-control,
  .simkeu-filter-panel.form-inline .select2 {
    width: 100% !important;
  }

  .simkeu-filter-actions,
  .simkeu-filter-panel .simkeu-filter-actions {
    padding-top: 4px;
  }

  .simkeu-filter-actions-right,
  .simkeu-filter-panel .simkeu-filter-actions-right {
    justify-content: stretch;
  }

  .simkeu-filter-actions .btn,
  .simkeu-filter-panel .simkeu-filter-actions .btn {
    width: 100%;
    text-align: center;
  }
}
