@import url('https://fonts.googleapis.com/css2?family=Sora:wght@500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

/***
Default theme
***/
/***
Reset and overrides  
***/
body {
  color: #111111;
  background-color: #dddddd !important;
}
.page-content {
  background-image: none;
  background: #fff;
  border-left: 1px solid #ccc !important;
}
/***
Page header
***/
.header {
  filter: none;
  background-image: none;
  background-color: #004371;
}
.header .navbar-nav .dropdown-toggle:hover,
.header .navbar-nav .dropdown.open .dropdown-toggle {
  background-color: #4e4e4e !important;
}
.header .navbar-nav li.dropdown .dropdown-toggle i {
  color: #919191 !important;
}
.header .navbar-nav > li.devider {
  border-left: 1px solid #5e5e5e !important;
}
.header .search-form .form-control,
.page-sidebar-menu .search-form .form-control {
  color: #444444;
  background-color: #f7f7f7;
  border-color: #c4c4c4;
}
.header .search-form .input-icon > i,
.page-sidebar-menu .search-form .input-icon > i {
  color: #d0d0d0;
}
/***
Page sidebar
***/
.sidebar-toggler {
  background-color: #fff !Important;
  margin-right: -1px !important;
}
.page-sidebar-closed .page-sidebar-menu > li:hover .sidebar-toggler {
  margin-left: 13px;
}
.page-sidebar {
  background: #dddddd;
}
ul.page-sidebar-menu > li > a {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #d0d0d0;
  color: #000000;
}
ul.page-sidebar-menu > li:last-child > a {
  border-bottom: 1px solid transparent;
}
ul.page-sidebar-menu > li a i {
  color: #10426f;
}
ul.page-sidebar-menu > li.open > a,
ul.page-sidebar-menu > li > a:hover,
ul.page-sidebar-menu > li:hover > a {
  background: #c9c9c9;
}
ul.page-sidebar-menu > li.active > a {
  color: #000000;
  background: #c9c9c9 !important;
  border-top: 1px solid #c9c9c9 !important;
  border-bottom: 1px solid #c9c9c9 !important;
}
ul.page-sidebar-menu > li.active > a i {
  color: #000000;
}
ul.page-sidebar-menu > li > ul.sub-menu > li:first-child > a {
  border-top: 0px !important;
}
ul.page-sidebar-menu > li > ul.sub-menu > li.active > a,
ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
  color: #000000 !important;
  background: #eaeaea !important;
}
ul.page-sidebar-menu > li > ul.sub-menu > li > a:hover {
  background: #eaeaea !important;
}
/* 3rd level sub menu */
ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li.active > a,
ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a:hover,
ul.page-sidebar-menu > li > ul.sub-menu li.open > a {
  color: #000000 !important;
  background: #eaeaea !important;
}
/* font color for all sub menu links*/
ul.page-sidebar-menu li > ul.sub-menu > li > a {
  color: #444444;
}
/* menu arrows */
ul.page-sidebar-menu > li > a .arrow:before,
ul.page-sidebar-menu > li > a .arrow.open:before {
  color: #919191 !important;
}
ul.page-sidebar-menu > li > ul.sub-menu a .arrow:before,
ul.page-sidebar-menu > li > ul.sub-menu a .arrow.open:before {
  color: #777777 !important;
}
ul.page-sidebar-menu > li > a > .arrow.open:before {
  color: #6a6a6a !important;
}
ul.page-sidebar-menu > li.active > a .arrow:before,
ul.page-sidebar-menu > li.active > a .arrow.open:before {
  color: #000000 !important;
}
/* sub menu bg color on hover menu item */
.page-sidebar-closed ul.page-sidebar-menu > li:hover .sub-menu {
  background-color: #dddddd;
}
/***
Footer 
***/
.footer .footer-inner {
  color: #5e5e5e;
}
.footer .footer-tools .go-top {
  background-color: #aaaaaa;
}
.footer .footer-tools .go-top:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.footer .footer-tools .go-top i {
  color: #777777;
}
/* begin:fixed footer */
.page-footer-fixed .footer {
  background-color: #d0d0d0;
}
.page-footer-fixed .footer .footer-inner {
  color: #777777;
}
.page-footer-fixed .footer .footer-tools .go-top {
  background-color: #aaaaaa;
}
.page-footer-fixed .footer .footer-tools .go-top i {
  color: #444444;
}
/* end:fixed footer */
/***

/* begin: boxed page */
@media (min-width: 992px) {
  .page-boxed {
    background-color: #dddddd !important;
  }
  .page-boxed .page-container {
    background-color: #dddddd;
    border-left: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
  }
  .page-boxed.page-sidebar-reversed .page-container {
    border-left: 0;
    border-right: 1px solid #f7f7f7;
  }
  .page-boxed.page-sidebar-fixed .page-container {
    border-left: 0;
    border-bottom: 0;
  }
  .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-container {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .page-boxed.page-sidebar-fixed .page-sidebar {
    border-left: 1px solid #f7f7f7;
  }
  .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-sidebar {
    border-right: 1px solid #f7f7f7;
    border-left: 0; 
  }
  .page-boxed.page-sidebar-fixed.page-footer-fixed .footer {
    background-color: #d0d0d0 !important;
  }
}
/* end: boxed page */
/***
Landscape phone to portrait tablet
***/
@media (max-width: 991px) {
  /***
    page sidebar
    ***/
  .page-sidebar {
    background-color: #c4c4c4 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
  }
  ul.page-sidebar-menu > li > a {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #b7b7b7;
  }
  ul.page-sidebar-menu > li:last-child > a {
    border-bottom: 0 !important;
  }
  ul.page-sidebar-menu > li.open > a,
  ul.page-sidebar-menu > li > a:hover,
  ul.page-sidebar-menu > li:hover > a {
    background: #afafaf;
  }
}
@media (max-width: 480px) {
  .header .navbar-nav > li.devider {
    border-left: 1px solid #cbcbcb !important;
  }
  .header .navbar-nav > li.dropdown.user .dropdown-toggle .username {
    color: #9d9d9d !important;
  }
  .header .navbar-nav .dropdown-toggle:hover,
  .header .navbar-nav .dropdown.open .dropdown-toggle {
    background-color: #f7f7f7 !important;
  }
}

/***
Login page  —  Uptown Ultrasound branded
(only this section changed; admin theme above is untouched)
***/

/* page backdrop: same navy gradient as the site hero */
.login {
  background: #0e2a4d !important;
  background: linear-gradient(120deg, #0e2a4d 0%, #143866 55%, #1b7f97 165%) !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
  min-height: 100vh;
}

/* logo area at the top */
.login .logo {
  margin: 0 auto;
  margin-top: 60px;
  padding: 15px;
  text-align: center;
}

/* the white form card */
.login .content {
  background-color: #ffffff;
  width: 380px;
  max-width: 92%;
  margin: 0 auto;
  margin-bottom: 0;
  padding: 34px 32px 26px;
  border-top: 4px solid #1b7f97;
  border-radius: 14px;
  box-shadow: 0 26px 60px -20px rgba(8, 20, 40, .55);
}

.login .content h3,
.login .content h4 {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  color: #0e2a4d;
}

.login .content p {
  color: #5b6b78;
}

.login .content .login-form,
.login .content .forget-form {
  padding: 0;
  margin: 0;
}

/* keep registration hidden, as in the original theme */
.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  color: #0e2a4d;
  margin-bottom: 24px;
}

/* form fields */
.login .content .form-control {
  border: 1px solid #e2e8ee;
  border-radius: 9px;
  padding: 11px 14px;
  font-size: 15px;
  color: #22323f;
  box-shadow: none;
}
.login .content .form-control:focus {
  border-color: #1b7f97;
  box-shadow: 0 0 0 3px rgba(27, 127, 151, .15);
}

.login .content .form-actions {
  background-color: #fff;
  clear: both;
  border: 0;
  border-bottom: 1px solid #eef2f6;
  padding: 0 32px 25px 32px;
  margin-left: -32px;
  margin-right: -32px;
}
.login .content .forget-form .form-actions,
.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
  margin-top: 8px;
  display: inline-block;
}

/* primary button — teal, matching the site CTAs */
.login .content .btn {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  border-radius: 9px;
  padding: 11px 22px;
  margin-top: 1px;
  transition: background .2s ease, transform .2s ease;
}
.login .content .btn-primary,
.login .content .btn-success {
  background-color: #1b7f97 !important;
  border-color: #1b7f97 !important;
  color: #ffffff !important;
  box-shadow: 0 12px 24px -12px rgba(27, 127, 151, .7);
}
.login .content .btn-primary:hover,
.login .content .btn-primary:focus,
.login .content .btn-success:hover,
.login .content .btn-success:focus {
  background-color: #2a9cb8 !important;
  border-color: #2a9cb8 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}
/* secondary/default buttons stay subtle */
.login .content .btn-default {
  border-radius: 9px;
}

/* links */
.login .content a {
  color: #1b7f97;
}
.login .content a:hover {
  color: #2a9cb8;
}

.login .content .forget-password {
  margin-top: 25px;
}
.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}
.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* select2 dropdowns (kept from original) */
.login .content .select2-container i {
  display: inline-block;
  position: relative;
  color: #ccc;
  z-index: 1;
  top: 1px;
  margin: 4px 4px 0 3px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}
.login .content .has-error .select2-container i {
  color: #b94a48;
}
.login .content .select2-container a span {
  font-size: 13px;
}
.login .content .select2-container a span img {
  margin-left: 4px;
}

/* footer copyright — light text on the navy backdrop */
.login .copyright {
  text-align: center;
  margin: 18px auto 0;
  padding: 10px;
  color: #cdd9e4;
  font-size: 13px;
}

@media (max-width: 480px) {
  .login .logo { margin-top: 20px; }
  .login .content { width: 300px; padding: 24px; }
  .login .content h3 { font-size: 22px; }
  .login .checkbox { font-size: 13px; }
}