#error-404 {
  background: #f1f1f1;
}
#error-404 .content {
  width: 90%;
  max-width: 512px;
}
#error-404 .content .error-code {
  font-size: 112px;
  text-align: center;
  line-height: 1;
  margin-bottom: 16px;
  font-weight: 500;
}
#error-404 .content .error-code-msg {
  font-size: 74px;
  text-align: center;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 500;
}
#error-404 .content .message {
  font-size: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
}
#error-404 .content .search {
  width: 100%;
  height: 56px;
  line-height: 56px;
  margin: 48px auto 16px auto;
  padding: 16px;
  background: #FFFFFF;
}
#error-404 .content .search input {
  padding: 0 0 0 16px;
}
#error-404 .content .back-link {
  font-size: 15px;
  text-align: center;
}

body {
  color: #7A7A7A;
  font-family: 'Montserrat', 'Roboto', sans-serif;
}

.toolbar-button {
  min-width: 20px;
}

.share-label {
  vert-align: middle;
  margin-left: 10px;
}

.md-datepicker-input-container {
  width: 50%;
  margin-left: 0px;
}

.bg-button {
  color: white;
}

.page-content {
  background-color: #fff;
}

.widget-progress {
  width: 95% !important;
  margin-left: 10px;
}

.capitalize {
  text-transform: capitalize;
}

.img-circle {
  height: 50px;
  border-radius: 50%;
  margin: 0 10px;
}

#loader {
  z-index: 9999;
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

.messages {
  position: relative;
}
.messages-content {
  height: 100vh;
}

.notifications-label {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  font-size: 12px;
  top: 2px;
  right: 2px;
  background-color: #E75753;
}

.panel-widget {
  background-color: white;
}
.panel-widget-toolbar {
  box-shadow: none;
}
.panel-widget-tittle {
  color: #7A7A7A;
}

.options {
  transition: all linear 0.5s;
}

.options.ng-hide {
  opacity: 0;
}

.fixed-height-widget {
  height: 310px;
}

.donut-chart-title {
  text-align: center;
}

.custom-tooltip {
  font-size: 20px;
  color: #7A7A7A;
  text-align: center;
}

md-radio-group {
  border: none;
}

md-icon {
  height: auto;
}

a.md-button.md-warn.md-raised, a.md-button.md-warn.md-fab, .md-button.md-warn.md-raised, .md-button.md-warn.md-fab {
  color: white;
}

md-radio-button.md-accent.md-checked .md-label span {
  color: #032d6c;
}

.md-toolbar-tools h1 {
  font-size: 20px;
}

md-backdrop.md-sidenav-backdrop {
  position: fixed;
}

md-checkbox ._md-label {
  margin-left: 20px;
}

.material-icons {
  vertical-align: middle;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.nvd3.nv-pie .nv-pie-title {
  fill: #444444;
  font-weight: 600;
  font-size: 20px !important;
}

.nvtooltip {
  background-color: transparent;
  border: none;
  font-weight: 600;
}

.orange .md-bar2 {
  background-color: orange;
}

.orange .md-container {
  background-color: #ffecc9;
}

/* Custom by Anurag */
.vertical {
  padding-right: 5px;
  border-right-style: groove;
}

md-toolbar .md-menu {
  margin: 0 !important;
}

.sidenav-header {
  background-size: cover;
  height: 20vh;
  text-decoration-color: #222222;
}
.sidenav-header .sidenav-title {
  margin-top: 10px;
  margin-bottom: 0px;
}

.cover {
  background: url("../assets/images/cover.png") no-repeat;
  background-size: cover;
  color: white;
  background-repeat: repeat;
}

.cover-content {
  margin: 190px;
}

.cover-title {
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}

.logo {
  text-align: center;
  margin-top: 5vh;
}

@media (min-width: 960px) {
  .login-container {
    box-shadow: 1px 1px 80px black;
  }
}
.login-form {
  margin: 0 auto;
}

#account-list-tabs md-pagination-wrapper {
  width: 100% !important;
  display: -ms-flexbox;
  display: flex;
}
#account-list-tabs md-tab-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: center;
      justify-content: center;
}
#account-list-tabs md-tab-item span {
  width: 100%;
  text-align: center;
}
#account-list-tabs md-tab-content {
  padding: 20px;
}

.datatable-cont .search-input {
  margin: 0px;
}

.statusoverpaid {
  color: #800080;
}

.statusactiveoverdue {
  color: #FF0000;
}

.statustransferprogress {
  color: #FF4000;
}

.statustransferonhold {
  color: #DF0101;
}

.statusactive {
  color: #00CE00;
}

.statusmatured {
  color: #FF4000;
}

.statusdeleted {
  color: #000000;
}

.statuspending {
  color: #FFA500;
}

.statusApproved {
  color: #0F36E4;
}

.statusbad {
  color: #FF0000;
}

.statusgood {
  color: #008000;
}

.statushold {
  color: #FFFF00;
}

.statusprogresspendingtab {
  color: #F7FE2E;
}

.statusprogresstab {
  color: #FFA500;
}

.statusprogresscompletedtab {
  color: #298A08;
}

.bg_statusoverpaid {
  background: #800080;
  color: white;
}

.bg_statusactiveoverdue {
  background: #FF0000;
  color: white;
}

.bg_statustransferprogress {
  background: #FF4000;
  color: white;
}

.bg_statustransferonhold {
  background: #DF0101;
  color: white;
}

.bg_statusactive {
  background: #00CE00;
  color: white;
}

.bg_statusmatured {
  background: #FF4000;
}

.bg_statusdeleted {
  background: #000000;
  color: white;
}

.bg_statuspending {
  background: #FFA500;
  color: white;
}

.bg_statusApproved {
  background: #0F36E4;
  color: white;
}

.bg_statusbad {
  background: #FF0000;
  color: white;
}

.bg_statusgood {
  background: #008000;
  color: white;
}

.bg_statushold {
  background: #FFFF00;
  color: white;
}

.bg_statusprogresspendingtab {
  background: #F7FE2E;
  color: white;
}

.bg_statusprogresstab {
  background: #FFA500;
  color: white;
}

.bg_statusprogresscompletedtab {
  background: #298A08;
  color: white;
}

.icondemoLoadSvgIconsFromUrl .s24 {
  width: 24px;
  height: 24px;
  color: #f00;
}

.icondemoLoadSvgIconsFromUrl .s36 {
  width: 36px;
  height: 36px;
  color: #0f0;
}

.icondemoLoadSvgIconsFromUrl .s48 {
  width: 48px;
  height: 48px;
  color: #00f;
}

.button-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
}

#transfer md-select {
  margin-bottom: 18px;
}

.required {
  color: red;
}

#beneficiaries-list table.md-table th.md-column {
  text-align: center;
}

.summary-card {
  width: 100%;
}
.summary-card .oustanding-overview {
  height: 100px;
}
.summary-card md-card-title {
  padding-top: 0px;
}
.summary-card .summary-table {
  width: 100%;
}
.summary-card .summary-table .value {
  text-align: right;
}

.loan-account-detail-cont {
  -ms-flex-align: start;
      align-items: flex-start;
}
.loan-account-detail-cont md-tabs {
  width: 100%;
}

.profile-img {
  width: 60px;
  height: 60px;
  border-radius: 120px;
  border: 2px solid white;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.no-margin {
  margin: 0;
}

.transparent {
  opacity: 0.2;
}

.savings-total-card {
  background: linear-gradient(to right, #0ac282, #0df3a3);
  color: white;
  cursor: pointer;
}

.loan-total-card {
  background: linear-gradient(to right, #fe5d70, #fe909d);
  color: white;
  cursor: pointer;
}

.loan-total-black {
  background: linear-gradient(to right, #fe9365, #feb798);
  color: white;
  cursor: pointer;
}

.loan-quotes {
  background: linear-gradient(to right, #01a9ac, #01dbdf);
  color: white;
  cursor: pointer;
}

.round-card {
  border-radius: 25px 25px 25px 25px;
}

.auth-status {
  margin-left: 15px;
}

.card-total {
  word-wrap: break-word;
}

#forgot-password {
  height: 100%;
  width: 100%;
  background: url("../assets/images/cover.png") no-repeat;
  background-size: cover;
}
#forgot-password #forgot-password-form-wrapper {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding: 32px;
}
#forgot-password #forgot-password-form-wrapper #forgot-password-form {
  width: 384px;
  max-width: 384px;
  padding: 32px;
  text-align: center;
  background: #FFFFFF;
}
#forgot-password #forgot-password-form-wrapper #forgot-password-form .logo {
  width: 128px;
  height: 128px;
  line-height: 128px;
  font-size: 86px;
  font-weight: 500;
  margin: 32px auto;
  color: #FFFFFF;
  border-radius: 2px;
}
#forgot-password #forgot-password-form-wrapper #forgot-password-form .title {
  font-size: 17px;
  margin: 16px 0 32px 0;
}
#forgot-password #forgot-password-form-wrapper #forgot-password-form form {
  width: 100%;
  text-align: left;
}
#forgot-password #forgot-password-form-wrapper #forgot-password-form form .submit-button {
  width: 220px;
  margin: 16px auto;
  display: block;
}
#forgot-password #forgot-password-form-wrapper #forgot-password-form .login {
  margin: 32px auto 24px auto;
  width: 250px;
  font-weight: 500;
}
#forgot-password #forgot-password-form-wrapper #forgot-password-form .login .text {
  margin-right: 8px;
}

@media screen and (max-width: 460px) {
  #forgot-password #forgot-password-form-wrapper {
    padding: 16px;
  }
  #forgot-password #forgot-password-form-wrapper #forgot-password-form {
    padding: 24px;
    width: 100%;
  }
  #forgot-password #forgot-password-form-wrapper #forgot-password-form form .md-button {
    width: 90%;
  }
}
#register {
  height: 100%;
  width: 100%;
  background: url("../assets/images/cover.png") no-repeat;
  background-size: cover;
}
#register #register-form-wrapper {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  height: 100vh;
  padding: 20px;
}
#register #register-form-wrapper #register-form {
  width: 80%;
  overflow: scroll;
  max-width: 100%;
  padding: 20px;
  background: #FFFFFF;
  text-align: center;
}
#register #register-form-wrapper #register-form .logo {
  width: 128px;
  height: 128px;
  margin: 32px auto;
}
#register #register-form-wrapper #register-form .title {
  margin: 16px 0 32px 0;
  font-size: 17px;
}
#register #register-form-wrapper #register-form form {
  width: 100%;
  text-align: left;
}
#register #register-form-wrapper #register-form form md-checkbox {
  margin: 0;
}
#register #register-form-wrapper #register-form form .terms {
  font-size: 13px;
  margin: 16px 0 32px 0;
}
#register #register-form-wrapper #register-form form .terms a {
  margin-left: 4px;
}
#register #register-form-wrapper #register-form form .submit-button {
  width: 220px;
  margin: 16px auto;
  display: block;
}
#register #register-form-wrapper #register-form .login {
  margin: 32px auto 24px auto;
  width: 250px;
  font-weight: 500;
}
#register #register-form-wrapper #register-form .login .text {
  margin-right: 8px;
}

.nav-height {
  height: calc(100vh - 50px);
  background: #03b28f;
  color: white;
  border: 3px;
  box-sizing: border-box;
}

.client-style {
  background: #03b28f;
  color: white;
}

.docs-menu,
.docs-menu ul {
  list-style: none;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}

ul.docs-menu li {
  margin: 0;
}

.docs-menu > li:nth-child(1) {
  border-top: none;
}

.md-whiteframe-glow-z1 {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14), 0 0 2px 2px rgba(0, 0, 0, 0.098), 0 0 5px 1px rgba(0, 0, 0, 0.084);
}

.docs-menu > li {
  border-bottom: 1px solid #267ED5;
}

.docs-menu .md-button {
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: block;
  -ms-flex-align: inherit;
      align-items: inherit;
  line-height: 40px;
  margin: 0;
  max-height: 40px;
  overflow: hidden;
  padding: 0 16px;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  width: 100%;
  text-transform: capitalize;
}

html[dir=rtl] .docs-menu .md-button,
body[dir=rtl] .docs-menu .md-button {
  unicode-bidi: embed;
  text-align: right;
}

.docs-menu .md-button:hover,
.docs-menu .md-button:focus {
  background: #1D77D5 !important;
}

.docs-menu .md-button md-icon {
  color: white;
}

.docs-menu md-select {
  /* Override md-select margins.  With margins the menu will look incorrect and causes mobile list
     to not be scrollable.
   */
  margin: 0;
  width: 100%;
}

.docs-menu md-select md-select-label {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-top: 10px;
}

.docs-menu md-select md-select-label span {
  margin-right: auto;
  padding-left: 13px;
}

.docs-menu md-select .md-select-icon {
  margin-right: 28px;
}

.docs-menu button.md-button::-moz-focus-inner {
  padding: 0;
}

.docs-menu .md-button.active {
  background: #1D77D5;
}

.parent-list-item:last-child {
  margin-bottom: 20px;
  border-bottom: none;
  text-transform: lowercase;
}

.menu-heading {
  display: block;
  line-height: 32px;
  margin: 0;
  padding: 8px 16px 0;
  text-align: left;
  width: 100%;
}

.menu-heading > a {
  color: white;
  font-weight: 700;
  font-size: 12px;
}

html[dir=rtl] .menu-heading,
body[dir=rtl] .menu-heading {
  unicode-bidi: embed;
  text-align: right;
}

.menu-toggle-list {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 0;
}

.docs-menu .menu-toggle-list a.md-button {
  display: block;
  padding: 0 16px 0 32px;
  text-transform: none;
  text-rendering: optimizeLegibility;
  font-weight: 500;
}

.md-button-toggle .md-toggle-icon {
  display: block;
  margin-left: auto;
  speak: none;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.md-button-toggle .md-toggle-icon.toggled {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.selected {
  background-color: #f5f5f5;
  color: white;
  font-weight: bold;
}

md-toast.md-center {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.signature {
  border: 1px solid orange;
}

.signature canvas {
  border: 1px solid #999;
  cursor: pointer;
}

md-sidenav, md-sidenav.md-locked-open, md-sidenav.md-closed.md-locked-open-add-active {
  min-width: 250px !important;
  width: 60vw !important;
  max-width: 250px !important;
}

@media screen and (max-width: 460px) {
  #register #register-form-wrapper {
    padding: 16px;
    background-size: cover;
  }
  #register #register-form-wrapper #register-form {
    padding: 24px;
    width: 100%;
    height: 100vh;
  }
  #register #register-form-wrapper #register-form form .md-button {
    width: 90%;
  }
}
.custom-label label {
  font-weight: bold !important;
  color: #333 !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
  font-size: 14px !important;
}

.required-asterisk {
  color: red;
  margin-left: 2px;
  font-weight: bold;
}

md-select.md-no-underline {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  font-size: 15px;
  color: #000;
}

md-select.md-no-underline:hover,
md-select.md-no-underline.md-focused {
  border-color: #3f51b5;
  background-color: #fafafa;
}

md-option {
  font-size: 14px;
  padding: 12px 16px;
}

/* Container Layout */
.dashboard-cards {
  gap: 16px;
  margin: 16px;
}

/* Common Card Styling */
.stat-card {
  margin: 8px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  border-top: 4px solid #03b28f;
  /* Accent bar */
}

/* Hover Effect */
.stat-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* Title Styling */
md-card-title-text .md-headline {
  font-weight: 600;
  font-size: 1.1em;
  color: #03b28f;
  /* Title color */
}

/* Value Styling */
.stat-value {
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  margin: 0;
  color: #03b28f;
}

/* Optional: Different background shades for contrast */
.stat-card md-card-content {
  background-color: #e6f8f3;
  /* very light teal background */
  border-radius: 0 0 12px 12px;
}

/* Responsive Tweak */
@media (max-width: 600px) {
  .stat-value {
    font-size: 2em;
  }
}
/* Dashboard Header */
.dashboard-header {
  margin: 24px 16px 8px 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
}

.dashboard-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #03b28f;
}

.dashboard-subtitle {
  margin: 0;
  font-size: 14px;
  color: #666;
}

/* Refresh Button */
.refresh-button {
  background-color: #03b28f;
  color: #fff;
  transition: background-color 0.3s ease;
}

.refresh-button:hover {
  background-color: #029f80;
}

/* Product Card Styling Consistent with Dashboard */
.product-card {
  margin: 12px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  border-top: 4px solid #03b28f;
}

.product-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* Title */
.product-headline {
  font-weight: 600;
  font-size: 18px;
  color: #03b28f;
  padding: 8px 16px;
}

/* Content */
.product-details {
  padding: 0 16px 16px;
  font-size: 14px;
  color: #444;
}

.product-details p {
  margin: 4px 0;
}

.product-details label {
  font-weight: 600;
  color: #333;
  margin-right: 4px;
}

/* Buttons */
.product-actions {
  padding: 8px 16px 16px;
}

.action-btn {
  min-width: 100px;
  font-size: 13px;
  border-radius: 6px;
}

.action-btn {
  margin: 4px;
  min-width: 120px;
  font-size: 13px;
  border-radius: 6px;
}

.product-actions .action-btn {
  margin-right: 8px;
  margin-bottom: 8px;
}

/* Add spacing between vertically stacked buttons */
@media (max-width: 600px) {
  .product-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 8px;
    /* Adds spacing between stacked buttons */
  }
}
md-input-container md-icon {
  color: #03b28f;
  margin-right: 8px;
}

.proposal-form {
  font-family: 'Roboto', sans-serif;
  color: #333;
}

.proposal-form md-card-title-text h2.dashboard-title {
  color: #03b28f;
  font-weight: 700;
  margin-bottom: 16px;
}

.proposal-form md-subheader.md-primary {
  color: #03b28f;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 8px;
  border-bottom: 2px solid #03b28f;
  padding-bottom: 4px;
}

.proposal-form fieldset {
  border: 1px solid #03b28f;
  border-radius: 6px;
  padding: 1rem 1.5rem;
  margin-bottom: 24px;
  background-color: #f9fdfa;
}

.proposal-form legend {
  padding: 0 10px;
  font-weight: 700;
  color: #02735e;
}

.proposal-form md-input-container {
  margin-bottom: 16px;
}

.proposal-form md-input-container md-select .md-select-value {
  color: #03b28f;
}

.proposal-form md-radio-group .md-primary.md-checked .md-off {
  border-color: #03b28f;
}

.proposal-form md-radio-button.md-primary.md-checked .md-ink-ripple {
  background-color: #03b28f;
}

.proposal-form md-button.md-raised.md-primary {
  background-color: #03b28f;
  color: white;
  margin-right: 12px;
}

.proposal-form md-datepicker.md-input {
  border-bottom: 2px solid #03b28f;
  padding: 2px 0;
  font-weight: 400;
}

.proposal-form md-autocomplete .md-input {
  border-bottom: 2px solid #03b28f;
}

.proposal-form md-autocomplete md-item-template span {
  font-weight: 500;
  color: #02735e;
}

.proposal-form md-stepper {
  margin-top: 20px;
}

.proposal-form md-step label {
  color: #03b28f;
  font-weight: 600;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .proposal-form fieldset {
    padding: 1rem;
  }
}
md-toolbar.sticky-toolbar {
  position: sticky;
  top: 0;
  z-index: 100;
  /* ensure it stays above other content */
}

md-card-actions.product-actions .action-btn {
  margin-bottom: 12px !important;
}

.modern-login-container {
  min-height: 100vh;
  background: #EDF4FA;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  gap: 0 !important;
}

@media screen and (max-width: 768px) {
  body .modern-login-container .login-hero-section {
    display: none !important;
    position: absolute !important;
    left: -10000px !important;
  }

  body .modern-login-container .modern-login-form-container {
    width: 100vw !important;
    height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 999999 !important;
  }
}
.login-hero-section {
  background: url("../assets/images/cover.png") no-repeat center center;
  background-size: cover;
  color: white;
  padding: 60px 40px;
  position: relative;
}
.login-hero-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.login-hero-section .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.login-hero-section .hero-logo-section {
  margin-bottom: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.login-hero-section .hero-logo-section .hero-logo {
  width: 220px;
  height: auto;
  margin-bottom: 20px;
  -webkit-filter: none;
          filter: none;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}
.login-hero-section .hero-logo-section .hero-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0 0 12px 0;
  letter-spacing: -1px;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.login-hero-section .hero-logo-section .hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  margin: 0 0 30px 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.login-hero-section .hero-features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.login-hero-section .hero-features .feature-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.login-hero-section .hero-features .feature-item:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.login-hero-section .hero-features .feature-item .feature-icon {
  font-size: 24px;
  color: white;
}
.login-hero-section .hero-features .feature-item span {
  font-size: 1rem;
  font-weight: 400;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.login-hero-section .hero-quote-btn {
  background: rgba(255, 255, 255, 0.2) !important;
  color: white !important;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  padding: 0 30px;
  height: 48px;
  font-size: 1rem;
  font-weight: 500;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.login-hero-section .hero-quote-btn:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  border-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.login-hero-section .hero-quote-btn md-icon {
  margin-right: 8px;
}
.login-hero-section md-content.md-padding {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 30px;
  margin-top: 20px;
  width: 70%;
  max-width: none;
  max-height: 70vh;
  overflow-y: auto;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.login-hero-section md-content.md-padding::-webkit-scrollbar {
  width: 8px;
}
.login-hero-section md-content.md-padding::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.login-hero-section md-content.md-padding::-webkit-scrollbar-thumb {
  background: rgba(3, 178, 143, 0.6);
  border-radius: 4px;
}
.login-hero-section md-content.md-padding::-webkit-scrollbar-thumb:hover {
  background: rgba(3, 178, 143, 0.8);
}
.login-hero-section md-content.md-padding form {
  color: #333;
}
.login-hero-section md-content.md-padding form h1 {
  color: #03b28f;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.login-hero-section md-content.md-padding form h2.md-title {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.login-hero-section md-content.md-padding form md-input-container {
  margin: 15px 0;
}
.login-hero-section md-content.md-padding form md-input-container label {
  color: #666;
}
.login-hero-section md-content.md-padding form md-input-container input, .login-hero-section md-content.md-padding form md-input-container md-select {
  border-color: #03b28f;
}
.login-hero-section md-content.md-padding form md-button {
  margin: 10px 5px;
  min-width: 100px;
}
.login-hero-section md-content.md-padding form md-button.md-warn {
  background-color: #03b28f !important;
}
.login-hero-section md-content.md-padding form md-button.md-warn:hover {
  background-color: #02a082 !important;
}
.login-hero-section md-content.md-padding md-subheader.md-primary {
  color: #03b28f !important;
  font-weight: bold;
  border-bottom: 2px solid #03b28f;
  padding-bottom: 5px;
}
.login-hero-section:has(md-content[ng-show]) .hero-logo-section {
  margin-bottom: 15px;
}
.login-hero-section:has(md-content[ng-show]) .hero-logo-section .hero-logo {
  width: 160px;
}
.login-hero-section:has(md-content[ng-show]) .hero-logo-section .hero-title {
  font-size: 1.8rem;
}
.login-hero-section:has(md-content[ng-show]) .hero-logo-section .hero-subtitle {
  font-size: 1rem;
  margin-bottom: 15px;
}
.login-hero-section:has(md-content[ng-show]) .hero-features {
  display: none;
}
.login-hero-section:has(md-content[ng-show]) .hero-quote-btn {
  margin-bottom: 15px;
  font-size: 0.9rem;
  padding: 0 20px;
  height: 40px;
}

.modern-login-form-container {
  background: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 60px 50px;
  min-height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  position: relative;
}
.modern-login-form-container::-webkit-scrollbar {
  width: 8px;
}
.modern-login-form-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modern-login-form-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.modern-login-form-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.modern-login-form-container .login-form-header {
  text-align: center;
  margin-bottom: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modern-login-form-container .login-form-header .login-logo {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}
.modern-login-form-container .login-form-header .login-title {
  font-size: 2rem;
  font-weight: 400;
  color: #2c3e50;
  margin: 0 0 10px 0;
}
.modern-login-form-container .login-form-header .login-subtitle {
  color: #7f8c8d;
  font-size: 1rem;
  margin: 0;
}
.modern-login-form-container .login-form-content {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 20px;
}

.modern-login-form, .modern-otp-form {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.modern-login-form md-input-container, .modern-otp-form md-input-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.modern-login-form .form-group, .modern-otp-form .form-group {
  margin-bottom: 18px;
}
.modern-login-form .form-group .modern-input, .modern-otp-form .form-group .modern-input {
  position: relative;
}
.modern-login-form .form-group .modern-input .input-icon, .modern-otp-form .form-group .modern-input .input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #032d6c;
  font-size: 20px;
  z-index: 2;
}
.modern-login-form .form-group .modern-input label, .modern-otp-form .form-group .modern-input label {
  padding-left: 45px;
  color: #7f8c8d;
  font-weight: 400;
}
.modern-login-form .form-group .modern-input input, .modern-otp-form .form-group .modern-input input {
  padding-left: 45px;
  height: 56px;
  border: 2px solid #e1e8ed;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #f8f9fa;
}
.modern-login-form .form-group .modern-input input:focus, .modern-otp-form .form-group .modern-input input:focus {
  border-color: #032d6c;
  background: white;
  box-shadow: 0 0 0 3px rgba(3, 45, 108, 0.1);
}
.modern-login-form .form-group .modern-input.md-input-focused .input-icon, .modern-otp-form .form-group .modern-input.md-input-focused .input-icon {
  color: #032d6c;
}
.modern-login-form .form-group .modern-input.md-input-focused label, .modern-otp-form .form-group .modern-input.md-input-focused label {
  color: #032d6c;
}
.modern-login-form .form-group md-input-container, .modern-otp-form .form-group md-input-container {
  margin: 0 !important;
}
.modern-login-form .form-actions, .modern-otp-form .form-actions {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
}
.modern-login-form .form-actions .login-btn, .modern-otp-form .form-actions .login-btn {
  width: 100%;
  height: 52px;
  background: linear-gradient(135deg, #032d6c, #0547a3) !important;
  color: white !important;
  border-radius: 26px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  box-shadow: 0 4px 15px rgba(3, 45, 108, 0.3);
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.modern-login-form .form-actions .login-btn:hover, .modern-otp-form .form-actions .login-btn:hover {
  background: linear-gradient(135deg, #0547a3, #26B896) !important;
  box-shadow: 0 6px 20px rgba(3, 45, 108, 0.4);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.modern-login-form .form-actions .login-btn md-icon, .modern-otp-form .form-actions .login-btn md-icon {
  margin-right: 8px;
}
.modern-login-form .form-actions .auth-links, .modern-otp-form .form-actions .auth-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  font-size: 0.9rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modern-login-form .form-actions .auth-links .link-btn, .modern-otp-form .form-actions .auth-links .link-btn {
  min-width: auto;
  padding: 8px 16px;
  color: #032d6c !important;
  background: transparent !important;
  font-weight: 600;
  text-transform: none;
  transition: all 0.3s ease;
}
.modern-login-form .form-actions .auth-links .link-btn:hover, .modern-otp-form .form-actions .auth-links .link-btn:hover {
  background: rgba(3, 45, 108, 0.1) !important;
  color: #26B896 !important;
}
.modern-login-form .form-actions .auth-links .divider, .modern-otp-form .form-actions .auth-links .divider {
  color: #bdc3c7;
  margin: 0 5px;
}

.modern-otp-form .otp-header {
  text-align: center;
  margin-bottom: 30px;
}
.modern-otp-form .otp-header .otp-icon {
  font-size: 48px;
  color: #032d6c;
  margin-bottom: 15px;
}
.modern-otp-form .otp-header h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #2c3e50;
  margin: 0 0 10px 0;
}
.modern-otp-form .otp-header p {
  color: #7f8c8d;
  font-size: 1rem;
  margin: 0;
}

.login-footer {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.85rem;
  color: #95a5a6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top: 1px solid #e1e8ed;
}
.login-footer .contact-info {
  margin-bottom: 15px;
}
.login-footer .contact-info p {
  margin: 5px 0;
  line-height: 1.5;
}
.login-footer .contact-info p a {
  color: #032d6c;
  text-decoration: none;
}
.login-footer .contact-info p a:hover {
  text-decoration: underline;
  color: #26B896;
}
.login-footer .copyright {
  margin: 10px 0;
  font-size: 0.8rem;
  color: #7f8c8d;
}
.login-footer .privacy-text {
  margin: 0 0 10px 0;
}
.login-footer .privacy-text .privacy-link {
  color: #032d6c;
  text-decoration: none;
  font-weight: 600;
}
.login-footer .privacy-text .privacy-link:hover {
  text-decoration: underline;
  color: #26B896;
}

@media (max-width: 768px) {
  .modern-login-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .modern-login-container .login-hero-section {
    display: none !important;
  }

  .modern-login-form-container {
    padding: 30px 20px;
    min-height: 100vh !important;
    max-height: none !important;
    -ms-flex: 1 !important;
        flex: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-y: auto !important;
  }
  .modern-login-form-container .login-form-header {
    margin-bottom: 30px;
  }
  .modern-login-form-container .login-form-header .login-logo {
    display: block;
  }
  .modern-login-form-container .login-form-header .login-title {
    font-size: 1.5rem;
  }
  .modern-login-form-container .login-form-header .login-subtitle {
    font-size: 0.9rem;
  }
  .modern-login-form-container .login-form-content {
    padding-bottom: 30px !important;
  }

  .modern-login-form .form-group, .modern-otp-form .form-group {
    margin-bottom: 15px;
  }
  .modern-login-form .form-group .modern-input input, .modern-otp-form .form-group .modern-input input {
    height: 50px;
    padding-left: 40px;
  }
  .modern-login-form .form-group .modern-input .input-icon, .modern-otp-form .form-group .modern-input .input-icon {
    left: 12px;
    font-size: 18px;
  }
  .modern-login-form .form-group .modern-input label, .modern-otp-form .form-group .modern-input label {
    padding-left: 40px;
  }
  .modern-login-form .form-actions, .modern-otp-form .form-actions {
    margin-bottom: 20px;
  }
  .modern-login-form .form-actions .login-btn, .modern-otp-form .form-actions .login-btn {
    height: 48px;
  }
  .modern-login-form .form-actions .auth-links, .modern-otp-form .form-actions .auth-links {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .modern-login-form .form-actions .auth-links .link-btn, .modern-otp-form .form-actions .auth-links .link-btn {
    font-size: 0.85rem;
    padding: 6px 12px;
  }
  .modern-login-form .form-actions .auth-links .divider, .modern-otp-form .form-actions .auth-links .divider {
    display: inline-block;
  }

  .login-footer {
    padding-top: 15px;
    padding-bottom: 30px;
    margin-top: 20px;
  }
  .login-footer .contact-info p {
    font-size: 0.8rem;
    margin: 4px 0;
  }
}
@media (max-width: 480px) {
  .modern-login-container {
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }
  .modern-login-container .login-hero-section {
    display: none !important;
  }

  .modern-login-form-container {
    padding: 20px 15px;
    height: auto !important;
    min-height: 100vh !important;
    max-height: none !important;
    overflow-y: visible !important;
  }
  .modern-login-form-container .login-form-header {
    margin-bottom: 20px;
  }
  .modern-login-form-container .login-form-header .login-title {
    font-size: 1.3rem;
  }
  .modern-login-form-container .login-form-header .login-subtitle {
    font-size: 0.85rem;
  }
  .modern-login-form-container .login-form-content {
    padding-bottom: 40px !important;
  }

  .modern-login-form .form-group, .modern-otp-form .form-group {
    margin-bottom: 12px;
  }
  .modern-login-form .form-actions .auth-links .link-btn, .modern-otp-form .form-actions .auth-links .link-btn {
    font-size: 0.8rem;
    padding: 5px 10px;
  }

  .login-footer {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .login-hero-section,
  div.login-hero-section,
  [class*="login-hero-section"],
  div[flex-gt-md="60"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
  }

  .modern-login-container,
  div.modern-login-container {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
    height: 100vh !important;
    width: 100vw !important;
  }

  .modern-login-form-container,
  div.modern-login-form-container,
  div[flex-gt-md="40"] {
    -ms-flex: 1 !important;
        flex: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    padding: 20px !important;
    margin: 0 !important;
    box-sizing: border-box;
  }

  [hide-xs], [hide-sm] {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .login-hero-section {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    display: none !important;
  }

  .modern-login-form-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999 !important;
  }
}
.modern-register-container {
  min-height: 100vh;
  background: #EDF4FA;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  gap: 0 !important;
}

@media screen and (max-width: 768px) {
  body .modern-register-container .register-hero-section {
    display: none !important;
    position: absolute !important;
    left: -10000px !important;
  }

  body .modern-register-container .modern-register-form-container {
    width: 100vw !important;
    height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 999999 !important;
  }
}
.register-hero-section {
  background: url("../assets/images/cover.png") no-repeat center center;
  background-size: cover;
  color: white;
  padding: 60px 40px;
  position: relative;
}
.register-hero-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.register-hero-section .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 500px;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0;
}
.register-hero-section .hero-logo-section {
  margin-bottom: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.register-hero-section .hero-logo-section .hero-logo {
  width: 220px;
  height: auto;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}
.register-hero-section .hero-logo-section .hero-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0 0 12px 0;
  letter-spacing: -1px;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.register-hero-section .hero-logo-section .hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  margin: 0 0 30px 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.register-hero-section .hero-features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.register-hero-section .hero-features .feature-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.register-hero-section .hero-features .feature-item:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.register-hero-section .hero-features .feature-item .feature-icon {
  font-size: 24px;
  color: white;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.register-hero-section .hero-features .feature-item span {
  font-size: 1rem;
  font-weight: 400;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.modern-register-form-container {
  background: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 60px 50px;
  min-height: 100vh;
  overflow-y: auto;
  position: relative;
}
.modern-register-form-container::-webkit-scrollbar {
  width: 8px;
}
.modern-register-form-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modern-register-form-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.modern-register-form-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.modern-register-form-container .register-form-header {
  text-align: center;
  margin-bottom: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modern-register-form-container .register-form-header .register-logo {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}
.modern-register-form-container .register-form-header .register-title {
  font-size: 2rem;
  font-weight: 400;
  color: #2c3e50;
  margin: 0 0 10px 0;
}
.modern-register-form-container .register-form-header .register-subtitle {
  color: #7f8c8d;
  font-size: 1rem;
  margin: 0;
}
.modern-register-form-container .register-form-content {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 20px;
}
.modern-register-form-container .register-form-content .modern-register-form {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.modern-register-form-container .register-form-content .modern-register-form md-input-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-group {
  margin-bottom: 18px;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-group .modern-input {
  position: relative;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-group .modern-input .input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #032d6c;
  font-size: 20px;
  z-index: 2;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-group .modern-input label {
  padding-left: 45px;
  color: #7f8c8d;
  font-weight: 400;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-group .modern-input input {
  padding-left: 45px;
  height: 56px;
  border: 2px solid #e1e8ed;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #f8f9fa;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-group .modern-input input:focus {
  border-color: #032d6c;
  background: white;
  box-shadow: 0 0 0 3px rgba(3, 45, 108, 0.1);
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-group .modern-input.md-input-focused .input-icon {
  color: #032d6c;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-group .modern-input.md-input-focused label {
  color: #032d6c;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-group md-input-container {
  margin: 0 !important;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-input-container:not(.modern-input) {
  margin: 0 !important;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-input-container:not(.modern-input).md-block {
  margin: 0 !important;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-input-container:not(.modern-input) label {
  color: #7f8c8d;
  font-weight: 400;
  font-size: 0.9rem;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-input-container:not(.modern-input) input, .modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-input-container:not(.modern-input) md-select {
  border: 2px solid #e1e8ed;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: #f8f9fa;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-input-container:not(.modern-input) input:focus, .modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-input-container:not(.modern-input) md-select:focus {
  border-color: #032d6c;
  background: white;
  box-shadow: 0 0 0 3px rgba(3, 45, 108, 0.1);
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-input-container:not(.modern-input).md-input-focused label {
  color: #032d6c;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-radio-group {
  padding: 5px 0;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-radio-group p {
  color: #7f8c8d;
  font-size: 0.9rem;
  margin: 0 0 8px 0;
  font-weight: 500;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-radio-group md-radio-button {
  margin: 5px 15px 5px 0;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-radio-group md-radio-button.md-primary.md-checked .md-off {
  border-color: #032d6c;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-radio-group md-radio-button.md-primary.md-checked .md-on {
  background-color: #032d6c;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-radio-group md-radio-button .md-label {
  color: #333;
  font-size: 0.95rem;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-checkbox {
  margin: 0;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-checkbox .md-icon {
  border-color: #032d6c;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-checkbox.md-checked .md-icon {
  background-color: #032d6c;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-checkbox .md-label {
  margin-left: 10px;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-actions {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-actions .register-btn {
  width: 100%;
  height: 52px;
  background: linear-gradient(135deg, #032d6c, #0547a3) !important;
  color: white !important;
  border-radius: 26px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  box-shadow: 0 4px 15px rgba(3, 45, 108, 0.3);
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-actions .register-btn:hover {
  background: linear-gradient(135deg, #0547a3, #26B896) !important;
  box-shadow: 0 6px 20px rgba(3, 45, 108, 0.4);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-actions .register-btn md-icon {
  margin-right: 8px;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-actions .auth-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  font-size: 0.9rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-actions .auth-links .text {
  color: #666;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-actions .auth-links .link-btn {
  min-width: auto;
  padding: 8px 16px;
  color: #032d6c !important;
  background: transparent !important;
  font-weight: 600;
  text-transform: none;
  transition: all 0.3s ease;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-actions .auth-links .link-btn:hover {
  background: rgba(3, 45, 108, 0.1) !important;
  color: #26B896 !important;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-actions .auth-links .divider {
  color: #bdc3c7;
  margin: 0 5px;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .terms {
  margin: 10px 0;
  padding: 5px 0;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .terms span {
  font-size: 0.85rem;
  color: #666;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .terms .terms-link {
  color: #032d6c;
  text-decoration: none;
  margin-left: 4px;
  font-size: 0.85rem;
  font-weight: 500;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .terms .terms-link:hover {
  text-decoration: underline;
  color: #26B896;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields div[ng-messages] {
  font-size: 0.75rem;
  color: #e74c3c;
  margin-top: 5px;
}
.modern-register-form-container .register-form-content .modern-register-form .register-form-fields .help-block {
  font-size: 0.75rem;
  color: #e74c3c;
  margin-top: 5px;
  display: block;
}

.register-footer {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.85rem;
  color: #95a5a6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top: 1px solid #e1e8ed;
}
.register-footer .contact-info {
  margin-bottom: 15px;
}
.register-footer .contact-info p {
  margin: 5px 0;
  line-height: 1.5;
}
.register-footer .contact-info p a {
  color: #032d6c;
  text-decoration: none;
}
.register-footer .contact-info p a:hover {
  text-decoration: underline;
  color: #26B896;
}
.register-footer .copyright {
  margin: 10px 0;
  font-size: 0.8rem;
  color: #7f8c8d;
}
.register-footer .privacy-text {
  margin: 0 0 10px 0;
}
.register-footer .privacy-text .privacy-link {
  color: #032d6c;
  text-decoration: none;
  font-weight: 600;
}
.register-footer .privacy-text .privacy-link:hover {
  text-decoration: underline;
  color: #26B896;
}

@media (max-width: 768px) {
  .modern-register-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .modern-register-container .register-hero-section {
    display: none !important;
  }

  .modern-register-form-container {
    padding: 30px 20px;
    min-height: 100vh !important;
    max-height: none !important;
    height: auto !important;
    -ms-flex: 1 !important;
        flex: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  .modern-register-form-container .register-form-header {
    margin-bottom: 30px;
  }
  .modern-register-form-container .register-form-header .register-logo {
    display: block;
  }
  .modern-register-form-container .register-form-header .register-title {
    font-size: 1.5rem;
  }
  .modern-register-form-container .register-form-header .register-subtitle {
    font-size: 0.9rem;
  }
  .modern-register-form-container .register-form-content {
    padding-bottom: 30px !important;
  }
  .modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-group {
    margin-bottom: 15px;
  }
  .modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-group .modern-input input {
    height: 50px;
    padding-left: 40px;
  }
  .modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-group .modern-input .input-icon {
    left: 12px;
    font-size: 18px;
  }
  .modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-group .modern-input label {
    padding-left: 40px;
  }
  .modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-input-container:not(.modern-input) input, .modern-register-form-container .register-form-content .modern-register-form .register-form-fields md-input-container:not(.modern-input) md-select {
    padding: 10px 12px;
    font-size: 0.9rem;
  }
  .modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-actions {
    margin-bottom: 30px;
  }
  .modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-actions .register-btn {
    height: 48px;
    font-size: 0.95rem;
  }
  .modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-actions .auth-links {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-actions .auth-links .link-btn {
    font-size: 0.85rem;
    padding: 6px 12px;
  }
  .modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-actions .auth-links .divider {
    display: inline-block;
  }
  .modern-register-form-container .login-footer {
    padding-top: 15px;
    padding-bottom: 30px;
    margin-top: 20px;
  }
  .modern-register-form-container .login-footer .contact-info p {
    font-size: 0.8rem;
    margin: 4px 0;
  }
}
@media (max-width: 480px) {
  .modern-register-container {
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }
  .modern-register-container .register-hero-section {
    display: none !important;
  }

  .modern-register-form-container {
    padding: 20px 15px;
    height: auto !important;
    min-height: 100vh !important;
    max-height: none !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  .modern-register-form-container .register-form-header {
    margin-bottom: 20px;
  }
  .modern-register-form-container .register-form-header .register-title {
    font-size: 1.3rem;
  }
  .modern-register-form-container .register-form-header .register-subtitle {
    font-size: 0.85rem;
  }
  .modern-register-form-container .register-form-content {
    padding-bottom: 40px !important;
  }
  .modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-group {
    margin-bottom: 12px;
  }
  .modern-register-form-container .register-form-content .modern-register-form .register-form-fields .form-actions .auth-links .link-btn {
    font-size: 0.8rem;
    padding: 5px 10px;
  }
  .modern-register-form-container .login-footer {
    padding-bottom: 40px;
  }
}
md-table-container table th,
md-table-container table td {
  white-space: nowrap;
  /* Prevent text wrapping */
  width: auto !important;
  /* Let width depend on content */
  min-width: unset !important;
  max-width: unset !important;
}

/* If you want some columns (like transaction type) to wrap instead of overflow */
md-table-container table td.wrap {
  white-space: normal !important;
}

.modern-forgot-password-container {
  min-height: 100vh;
  background: #EDF4FA;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  gap: 0 !important;
}

.forgot-hero-section {
  background: url("../assets/images/cover.png") no-repeat center center;
  background-size: cover;
  color: white;
  padding: 60px 40px;
  position: relative;
}
.forgot-hero-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.forgot-hero-section .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.forgot-hero-section .hero-logo-section .hero-logo {
  width: 220px;
  height: auto;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.forgot-hero-section .hero-logo-section .hero-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0 0 12px 0;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.forgot-hero-section .hero-logo-section .hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.modern-forgot-form-container {
  background: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 60px 50px;
  min-height: 100vh;
}
.modern-forgot-form-container .forgot-form-header {
  text-align: center;
  margin-bottom: 40px;
}
.modern-forgot-form-container .forgot-form-header .forgot-logo {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}
.modern-forgot-form-container .forgot-form-header .forgot-title {
  font-size: 2rem;
  font-weight: 400;
  color: #2c3e50;
  margin: 0 0 10px 0;
}
.modern-forgot-form-container .forgot-form-header .forgot-subtitle {
  color: #7f8c8d;
  font-size: 1rem;
  margin: 0;
}
.modern-forgot-form-container .forgot-form-content {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}

.modern-forgot-form .verification-header, .modern-forgot-form .reset-header, .modern-verification-form .verification-header, .modern-verification-form .reset-header, .modern-reset-form .verification-header, .modern-reset-form .reset-header {
  text-align: center;
  margin-bottom: 30px;
}
.modern-forgot-form .verification-header .verification-icon, .modern-forgot-form .verification-header .reset-icon, .modern-forgot-form .reset-header .verification-icon, .modern-forgot-form .reset-header .reset-icon, .modern-verification-form .verification-header .verification-icon, .modern-verification-form .verification-header .reset-icon, .modern-verification-form .reset-header .verification-icon, .modern-verification-form .reset-header .reset-icon, .modern-reset-form .verification-header .verification-icon, .modern-reset-form .verification-header .reset-icon, .modern-reset-form .reset-header .verification-icon, .modern-reset-form .reset-header .reset-icon {
  font-size: 48px;
  color: #032d6c;
  margin-bottom: 15px;
}
.modern-forgot-form .verification-header h3, .modern-forgot-form .reset-header h3, .modern-verification-form .verification-header h3, .modern-verification-form .reset-header h3, .modern-reset-form .verification-header h3, .modern-reset-form .reset-header h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #2c3e50;
  margin: 0 0 10px 0;
}
.modern-forgot-form .verification-header p, .modern-forgot-form .reset-header p, .modern-verification-form .verification-header p, .modern-verification-form .reset-header p, .modern-reset-form .verification-header p, .modern-reset-form .reset-header p {
  color: #7f8c8d;
  font-size: 0.9rem;
  margin: 0;
}
.modern-forgot-form .form-group, .modern-verification-form .form-group, .modern-reset-form .form-group {
  margin-bottom: 25px;
}
.modern-forgot-form .form-group .modern-input, .modern-verification-form .form-group .modern-input, .modern-reset-form .form-group .modern-input {
  position: relative;
}
.modern-forgot-form .form-group .modern-input .input-icon, .modern-verification-form .form-group .modern-input .input-icon, .modern-reset-form .form-group .modern-input .input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #032d6c;
  font-size: 20px;
  z-index: 2;
}
.modern-forgot-form .form-group .modern-input label, .modern-verification-form .form-group .modern-input label, .modern-reset-form .form-group .modern-input label {
  padding-left: 45px;
  color: #7f8c8d;
  font-weight: 400;
}
.modern-forgot-form .form-group .modern-input input, .modern-verification-form .form-group .modern-input input, .modern-reset-form .form-group .modern-input input {
  padding-left: 45px;
  height: 56px;
  border: 2px solid #e1e8ed;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #f8f9fa;
}
.modern-forgot-form .form-group .modern-input input:focus, .modern-verification-form .form-group .modern-input input:focus, .modern-reset-form .form-group .modern-input input:focus {
  border-color: #032d6c;
  background: white;
  box-shadow: 0 0 0 3px rgba(3, 45, 108, 0.1);
}
.modern-forgot-form .form-group .modern-input.md-input-focused .input-icon, .modern-verification-form .form-group .modern-input.md-input-focused .input-icon, .modern-reset-form .form-group .modern-input.md-input-focused .input-icon {
  color: #032d6c;
}
.modern-forgot-form .form-group .modern-input.md-input-focused label, .modern-verification-form .form-group .modern-input.md-input-focused label, .modern-reset-form .form-group .modern-input.md-input-focused label {
  color: #032d6c;
}
.modern-forgot-form .form-actions, .modern-verification-form .form-actions, .modern-reset-form .form-actions {
  text-align: center;
}
.modern-forgot-form .form-actions .forgot-btn, .modern-verification-form .form-actions .forgot-btn, .modern-reset-form .form-actions .forgot-btn {
  width: 100%;
  height: 52px;
  background: linear-gradient(135deg, #032d6c, #0547a3) !important;
  color: white !important;
  border-radius: 26px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  box-shadow: 0 4px 15px rgba(3, 45, 108, 0.3);
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
.modern-forgot-form .form-actions .forgot-btn:hover, .modern-verification-form .form-actions .forgot-btn:hover, .modern-reset-form .form-actions .forgot-btn:hover {
  background: linear-gradient(135deg, #0547a3, #26B896) !important;
  box-shadow: 0 6px 20px rgba(3, 45, 108, 0.4);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.modern-forgot-form .form-actions .forgot-btn md-icon, .modern-verification-form .form-actions .forgot-btn md-icon, .modern-reset-form .form-actions .forgot-btn md-icon {
  margin-right: 8px;
}
.modern-forgot-form .form-actions .auth-links, .modern-verification-form .form-actions .auth-links, .modern-reset-form .form-actions .auth-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  font-size: 0.9rem;
}
.modern-forgot-form .form-actions .auth-links .link-btn, .modern-verification-form .form-actions .auth-links .link-btn, .modern-reset-form .form-actions .auth-links .link-btn {
  min-width: auto;
  padding: 8px 16px;
  color: #032d6c !important;
  background: transparent !important;
  font-weight: 600;
  text-transform: none;
  transition: all 0.3s ease;
}
.modern-forgot-form .form-actions .auth-links .link-btn:hover, .modern-verification-form .form-actions .auth-links .link-btn:hover, .modern-reset-form .form-actions .auth-links .link-btn:hover {
  background: rgba(3, 45, 108, 0.1) !important;
  color: #26B896 !important;
}
.modern-forgot-form .form-actions .auth-links .link-btn md-icon, .modern-verification-form .form-actions .auth-links .link-btn md-icon, .modern-reset-form .form-actions .auth-links .link-btn md-icon {
  font-size: 18px;
  margin-right: 5px;
}
.modern-forgot-form .form-actions .auth-links .divider, .modern-verification-form .form-actions .auth-links .divider, .modern-reset-form .form-actions .auth-links .divider {
  color: #bdc3c7;
  margin: 0 5px;
}

@media (max-width: 768px) {
  .modern-forgot-password-container .forgot-hero-section {
    display: none !important;
  }

  .modern-forgot-form-container {
    padding: 30px 20px;
    min-height: 100vh !important;
    -ms-flex: 1 !important;
        flex: 1 !important;
    width: 100% !important;
  }
  .modern-forgot-form-container .forgot-form-header {
    margin-bottom: 30px;
  }
  .modern-forgot-form-container .forgot-form-header .forgot-logo {
    display: block;
  }
  .modern-forgot-form-container .forgot-form-header .forgot-title {
    font-size: 1.5rem;
  }
}
.modern-confirm-container {
  min-height: 100vh;
  background: #EDF4FA;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  gap: 0 !important;
}

.confirm-hero-section {
  background: url("../assets/images/cover.png") no-repeat center center;
  background-size: cover;
  color: white;
  padding: 60px 40px;
  position: relative;
}
.confirm-hero-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.confirm-hero-section .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.confirm-hero-section .hero-logo-section .hero-logo {
  width: 220px;
  height: auto;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.confirm-hero-section .hero-logo-section .hero-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0 0 12px 0;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.confirm-hero-section .hero-logo-section .hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.modern-confirm-form-container {
  background: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 60px 50px;
  min-height: 100vh;
}
.modern-confirm-form-container .confirm-form-header {
  text-align: center;
  margin-bottom: 40px;
}
.modern-confirm-form-container .confirm-form-header .confirm-logo {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}
.modern-confirm-form-container .confirm-form-header .confirm-title {
  font-size: 2rem;
  font-weight: 400;
  color: #2c3e50;
  margin: 0 0 10px 0;
}
.modern-confirm-form-container .confirm-form-header .confirm-subtitle {
  color: #7f8c8d;
  font-size: 1rem;
  margin: 0;
}
.modern-confirm-form-container .confirm-form-content {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}

.status-badge {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-align: center;
      align-items: center;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  margin-left: 16px;
  white-space: nowrap;
}
.status-badge .status-icon {
  margin-right: 6px;
  font-size: 14px;
  display: inline-block;
  color: white !important;
}
.status-badge .status-text {
  color: white !important;
}
.status-badge.status-active {
  background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%) !important;
  color: white !important;
  border: 2px solid #388E3C !important;
}
.status-badge.status-locked {
  background: linear-gradient(135deg, #f44336 0%, #d32f2f 100%) !important;
  color: white !important;
  border: 2px solid #c62828 !important;
  -webkit-animation: pulse-red 2s infinite;
          animation: pulse-red 2s infinite;
}

.modern-confirm-form .verification-header {
  text-align: center;
  margin-bottom: 30px;
}
.modern-confirm-form .verification-header .verification-icon {
  font-size: 48px;
  color: #032d6c;
  margin-bottom: 15px;
}
.modern-confirm-form .verification-header h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #2c3e50;
  margin: 0 0 10px 0;
}
.modern-confirm-form .verification-header p {
  color: #7f8c8d;
  font-size: 0.9rem;
  margin: 0;
}
.modern-confirm-form .form-group {
  margin-bottom: 25px;
}
.modern-confirm-form .form-group .modern-input {
  position: relative;
}
.modern-confirm-form .form-group .modern-input .input-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #032d6c;
  font-size: 20px;
  z-index: 2;
}
.modern-confirm-form .form-group .modern-input label {
  padding-left: 45px;
  color: #7f8c8d;
  font-weight: 400;
}
.modern-confirm-form .form-group .modern-input input {
  padding-left: 45px;
  height: 56px;
  border: 2px solid #e1e8ed;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #f8f9fa;
}
.modern-confirm-form .form-group .modern-input input:focus {
  border-color: #032d6c;
  background: white;
  box-shadow: 0 0 0 3px rgba(3, 45, 108, 0.1);
}
.modern-confirm-form .form-group .modern-input.md-input-focused .input-icon {
  color: #032d6c;
}
.modern-confirm-form .form-group .modern-input.md-input-focused label {
  color: #032d6c;
}
.modern-confirm-form .form-actions {
  text-align: center;
}
.modern-confirm-form .form-actions .confirm-btn {
  width: 100%;
  height: 52px;
  background: linear-gradient(135deg, #032d6c, #0547a3) !important;
  color: white !important;
  border-radius: 26px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  box-shadow: 0 4px 15px rgba(3, 45, 108, 0.3);
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
.modern-confirm-form .form-actions .confirm-btn:hover {
  background: linear-gradient(135deg, #0547a3, #26B896) !important;
  box-shadow: 0 6px 20px rgba(3, 45, 108, 0.4);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.modern-confirm-form .form-actions .confirm-btn md-icon {
  margin-right: 8px;
}
.modern-confirm-form .form-actions .auth-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  font-size: 0.9rem;
}
.modern-confirm-form .form-actions .auth-links .link-btn {
  min-width: auto;
  padding: 8px 16px;
  color: #032d6c !important;
  background: transparent !important;
  font-weight: 600;
  text-transform: none;
  transition: all 0.3s ease;
}
.modern-confirm-form .form-actions .auth-links .link-btn:hover {
  background: rgba(3, 45, 108, 0.1) !important;
  color: #26B896 !important;
}
.modern-confirm-form .form-actions .auth-links .divider {
  color: #bdc3c7;
  margin: 0 5px;
}

@media (max-width: 768px) {
  .modern-confirm-container .confirm-hero-section {
    display: none !important;
  }

  .modern-confirm-form-container {
    padding: 30px 20px;
    min-height: 100vh !important;
    -ms-flex: 1 !important;
        flex: 1 !important;
    width: 100% !important;
  }
  .modern-confirm-form-container .confirm-form-header {
    margin-bottom: 30px;
  }
  .modern-confirm-form-container .confirm-form-header .confirm-logo {
    display: block;
  }
  .modern-confirm-form-container .confirm-form-header .confirm-title {
    font-size: 1.5rem;
  }
}
.table {
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: #fff;
}
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
  transition: all 0.3s ease;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  text-align: left;
  padding: 1.2rem;
  vertical-align: top;
  border-top: 0;
  transition: all 0.3s ease;
}
.table > thead > tr > th {
  font-weight: 400;
  color: #757575;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.table .table {
  background-color: #fff;
}
.table .no-border {
  border: 0;
}

.table-bordered {
  border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
  .table-responsive-vertical > .table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .table-responsive-vertical > .table > thead,
  .table-responsive-vertical > .table > tfoot {
    display: none;
  }
  .table-responsive-vertical > .table > tbody {
    display: block;
  }
  .table-responsive-vertical > .table > tbody > tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 1.2rem;
  }
  .table-responsive-vertical > .table > tbody > tr > td {
    background-color: #fff;
    display: block;
    vertical-align: middle;
    text-align: right;
  }
  .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: #757575;
    padding-right: 10px;
  }
  .table-responsive-vertical.shadow-z-1 {
    box-shadow: none;
  }
  .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
    border: none;
  }
  .table-responsive-vertical > .table-bordered {
    border: 0;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .table-responsive-vertical > .table-striped > tbody > tr > td,
  .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
    background-color: #f5f5f5;
  }
  .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
  .table-responsive-vertical > .table-hover > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
    background-color: rgba(0, 0, 0, 0.12);
  }
}
