body,
html {
  width: 100%;
  overflow-x: hidden;
  /* background-color: #ffffff; */
  /* background: linear-gradient(to top, #f5f5f5, #529be9); */
  /* background: #eeeeee; */
  background-color:#ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*min-width: 320px;*/
}
.container-fluid {
  max-width: 80%;
  min-width: 260px;
  /* border: 2px solid green; */
}

.login-logo {
  /* background: pink; */
  /* margin-bottom: 20px; */
  text-align: center;
}
.login-header-container {
  /* background: linear-gradient(to top, #f5f5f5, #529be9);  */
  /* background:white; */
}

.login-page-main-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 20px;
}

input:focus {
  outline: 2px solid #007bff !important;
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:active {
    outline-color: #007bff !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit !important; /* Use original color */
}
.select2-container--default.select2-container--open .select2-selection--single {
    /*outline-color: #007bff !important;*/
    border: 2px solid #007bff !important;
}



.login-box {
  background: #f1f3f7;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 15px;
  height: 100%;
  min-width: 300px;
  /*border: 2px solid red;*/
}

.login-form-heading {
  color: var(--ihs-blue);
  /* margin: 0 0 12px 0; */
  /* border: 2px solid green; */
  text-align: center;
  font-size: 1rem;
  padding: 0 !important;
}

/* Forgot Password Link */
.forgot-link {
  display: block;
  text-align: center;
  color: #5a2d82;
  text-decoration: none;
  margin-top: 10px;
  font-size: 14px;
}

.forgot-link:hover {
  text-decoration: underline;
}

/* Error Messages */
.loginErrorBlock,
.reg-page2-error {
  color: #a80000;
  width: 100%;
  text-align: center;
  font-weight: 700;
  padding: 5px;
  /*border: 2px solid black;*/
}

.btn-primary {
    background-color: #005F66; 
  color: white;
  border: none;
  padding: 10px 20px;
  /* margin-top: 10px; */
  border-radius: 5px;
}
.btn-primary:hover {
  background-color: #275c99;
  border: 1px solid black;
}

.btn-primary:active,
.btn-primary:focus {
  outline: none !important;
  border: none !important;
  background-color: #75147c !important;
}

.btn-light {
  background-color: white;
  /* outline: 1px solid #1b226c; */
  color: black;
  border: 1px solid white;
  padding: 10px 20px;
  /* margin-top: 10px; */
  border-radius: 8px;
}

.btn-light:hover {
  /*background-color: #f0f2f0;*/
  border: 1px solid #275c99; 
  color: black !important;
}
.btn-light:active,
.btn-light:focus {
  outline: none !important;
  
  border: 1px solid #75147c;
  color: black !important;
  /*background-color: #f0f2f0 !important;*/
}
.maintenance h4 {
  color: red;
  margin-top: 15px;
}
.banner-container {
  display: flex;
  /* margin-top: 10px; */
  flex-direction: column;
  /* border: 2px solid black; */
}
.alert-container {
  display: flex;
  /* border: 2px solid black; */
  justify-content: center;
}
.banner {
  /* border: 3px solid green; */
  /* background: #007bff; */

  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}



.alert-box {
  position: relative;
  background-color: #f2dede;
  color: #850000;
  font-weight: 500;
  font-size: medium;
  border: 1px solid red;
  padding: 10px;
  /* border: 2px solid red; */
  /* margin: 0 auto; */
  border-radius: 5px;
  margin-top: 10px;
  width: 100%;
  /* max-width: 950px; */
  text-align: center;
}

.gap {
  height: 20px;
  /* max-width: 98%; */
  background-color: #1b226c;
}

.divider {
  width: 2px;
  background: #ddd;
}

.errorblock-base {
  color: #c43c35;
  padding: 2px 2px;
  /*display: block;*/
  text-align: center;
  /*margin-bottom: 2px;*/
  /*padding-left: 50px;*/
  /* border:2px solid yellow; */
}

.header_main_text small {
  font-size: 19.5px;
  color: #666;
}

.password-login-container {
  position: relative;
}

.password-login-container input {
  padding-right: 35px;
}

.password-login-container .toggle-login-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
}

.reg-page1-row {
  padding: 10px;
  padding-top: 20px;
  margin: 0 auto;
  /* border: 2px solid yellowgreen; */
}

ul {
  list-style: none;
  padding-left: 0;
}

li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1px;
}

.glyphicon {
  flex-shrink: 0;
  margin-right: 5px;
}

.list-text {
  display: inline-block;
  max-width: 100%;
}

.notice {
  font-size: 12px;
  margin: 0;
  padding: 0;
 /* color: #666;*/
  color: #333;
}

.errorblock {
  color: #a80000;
  width: 100%;
  margin: 0;
}

.notices {
  font-size: 12px;
  /* border: 2px solid purple; */
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 6px 4px;
  text-align: center;
  background-color: #f0ad4e;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  word-wrap: break-word;
  white-space: normal;
  box-sizing: border-box;
}

@media screen and (max-width: 1086px) {
  .control-label {
    /* border: 2px solid pink; */
    font-weight: 600;
  }
}
.reg-page1-form {
  /* border: 2px solid yellow; */
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.reg-page1-form form {
  /* border: 2px solid pink; */
  width: 100%;
  max-width: 700px;
}

/* .reg-page2 form{
    background: goldenrod;
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 2px solid red;
} */
.validation-list {
  /* border: 2px solid black; */
  list-style-type: none;
  padding-left: 0;
      margin: 0px 0px 30px 0px;
  /* line-height: 8px; */
  gap: 0px;
}
.extra-style{
    margin: 0px 5px 5px 0px;
    border: 2px solid cyan;
}
@media screen and (max-width: 500px) {
  .extra-style{
    margin: 0;
}  
}
.validation-list li {
  display: flex;
  align-items: center;
}

.glyphicon-success {
  color: #5ce924 !important;
}

.banner-heading {
  display: flex;
  justify-content: flex-start;
  /* background: #007bff; */
  width: 63%;
  padding: 0;
}
.username-container,
.password-container {
  /* border: 2px solid green; */
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 600px;
  width: 100%;
  /*padding: 5px 0;*/
}
.Maintenance-heading {
  color: #a80000;
}

.username-container input,
.password-container input {
  flex-grow: 1;
  min-width: 200px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.password-container {
  position: relative;
  max-width: 400px;
  width: 100%;
}

.password-container .toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.password-container .toggle-password:hover {
   cursor: pointer;
   color: blue;
}

#username-length-glyph {
  letter-spacing: -2px;
}

.reg-page1-glyphicon {
  font-size: 15px;
  /* Increase size */
  width: 25px;
  height: 25px;
      color: #e6e6e6;
}

input::-ms-reveal {
  display: none;
}

.btn-group {
    width: 100%;
    /* border: 2px solid brown; */
    display: flex;
    justify-content: center;
    gap: 8px;
}
.btn-group-reg-page1 {
  width: 100%;
   /*border: 2px solid brown;*/ 
  display: flex;
  justify-content: flex-start;
   /*gap: 10px;*/ 
       
}
@media screen and (min-width: 400px) and (max-width: 1460px) {
    .btn-group-reg-page1 {
        margin-top: 4em;
    }
}
.glyphicon-eye-open,
.glyphicon-eye-close {
  padding-bottom: 3px;
}

@media screen and (max-width: 500px) {
  .header_main_text {
    font-size: 19px;
  }
  .username-container,
  .password-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .password-login-container .toggle-login-password {
    top: 60%;
  }
  .notices {
    max-width: 100%;
    font-size: 10px;
    margin-top: -10px;
  }
  .reg-error-3 {
    margin-top: -30px;
  }
  .password-container .toggle-password {
    right: 10px;
  }

  .username-notice {
    margin-top: 5px;
  }
  .h1-register-create {
    font-size: 16px;
  }
  .glyphicon-eye-open,
  .glyphicon-eye-close {
    padding-bottom: 8px;
    /*border: 2px solid red;*/
  }
  #reg-btn3 {
    text-align: center;
  }
  .reg-page2 .reg-page2-heading {
    font-size: 16px;
  }

  .reg-page2 .btn-group button {
    margin: 5px;
  }
  .reg-page2 .option {
    font-size: 12px;
  }
  .reg-page2-error {
    text-align: left;
    /*margin-left: 10px;*/
    margin-bottom: 3px;
    /*margin-right: 100px;*/
  }
}

@media screen and (max-width: 769px) {
  .reg-page2 .btn-group {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .reg-page2 .btn-group button {
    margin: 5px;
  }
  .reg-page2 .container-fluid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reg-page2 form {
    width: 100%;
    max-width: 500px;

    /* border: 2px solid yellow; */
  }
}

@media screen and (min-width: 769px) {
  .reg-page2-error {
    text-align: center;
    margin-left: auto;
    margin-bottom:3px;
    margin-right: auto;
  }
}

@media screen and (max-width: 1025px) {
  .login-main-alert div,
  .login-main-alert p {
    text-align: left;
  }
  .reg-page2-error {
    text-align: center;
    margin-bottom: 3px;
    /*margin-left: 80px;*/
  }
  .container-fluid {
    max-width: 90%;
    /* border: 2px solid green; */
  }
}

@media screen and (min-width: 769px) and (max-width: 1150px) {
  .second-login-container {
    justify-content: center;
    align-items: center;
  }
  .login-logo {
    /* border: 1px solid cyan; */
    width: 75%;
    /* margin-left: 20px; */
    margin: 0 auto;
  }
  .login-signupbtn {
    /* border: 2px solid green; */
    width: 75%;
    margin: 0 auto;
  }
  .Login-form-group {
    display: block;
    align-items: center;
    margin-bottom: 3px;
  }
}
.form-group2 {
  display: block;

  align-items: center;
  margin-bottom: 10px;
}
.password-login-container .toggle-login-password {
  top: 70%;
}
.login-box p {
  /* border: 2px solid purple; */
  color: #a80000;
}

.login-page-error {
  /*margin-left: -20px;*/
  text-align: left;
  padding: 0;
}

.reg-page2-heading {
  font-size: 18px;
  font-weight: bold;
}

.reg-page2 .control-label {
  font-weight: bold;
  text-align: right;
  padding-top: 7px;
}
.reg-page2 .control-label option {
  white-space: nowrap;
  overflow: hidden;
}

.reg-page2 .loginErrorBlock {
  text-align: center;
  margin-bottom: 2px;
  /*margin-right: 50px;*/
}

.reg-page2 .registration-btn button {
  margin: 5px;
}

.reg-page2 .registration-btn {
  text-align: left;
  margin-top: 20px;
}

.hero-section,
.info-section {
    /*border: 2px solid red;*/
  margin:0px 20px 20px 20px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  /* border: 2px solid cyan; */
}

.grid-item {
  /* background: linear-gradient(to right, #f7f7f9, #f5f4fb); */
  background: #f1f3f7;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #f7f6f6;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  /* border: 2px solid blue; */
}
.grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.collapsing-content {
  max-width: 95%;
  margin: 0px auto;
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  /* background: #f8f9fa; */
  display: none;
  padding: 1px;
  border-radius: 8px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

.text-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Show only 2 lines initially */
  -webkit-box-orient: vertical;
  transition: all 0.3s ease-in-out;
}

.expanded {
  -webkit-line-clamp: unset; /* Show full text when expanded */
}

.show-more-btn {
  color:#333;
  cursor: pointer;
  display: inline-block;
  margin-top: 0px;
  font-weight: bold;
  transition: color 0.3s;
}

.show-more-btn:hover {
  color: #000000;
}

/* Responsive Design */
@media (max-width: 768px) {
  .h1-register-create {
    color: #000000;
    font-size: 25px;
  }
  .collapsing-content {
    display: contents;
    margin: 0 auto;
    /* border: 2px solid palevioletred; */
    font-size: 14px; /* Reduce font size for smaller screens */
    padding: 2px;
  }
}

@media (max-width: 480px) {
  .collapsing-content {
    font-size: 15px; /* Further reduce font size for mobile */
    padding: 0;
  }
  .show-more-btn {
    font-size: 14px;
  }
  .h1-register-create {
    font-size: 18px;
    font-weight: 600;
  }
}

/* Icon Box */
.grid-icon {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: start;
  padding-top: 2px;
  margin-right: 2px;
  justify-content: center;
  /* align-items: center; */
  /* background: #007bff;
  color: white; */
  /* border-radius: 50%; */
  /* border: 2px solid black; */
  font-size: 24px;
  flex-shrink: 0;
  margin-right: 10px;
}

/* Text Content */
.grid-content {
  flex: 1; /* Takes up remaining space */
}

/* Heading */
.grid-content h4 {
  color: #000913;
}
.grid-content p {
  color: #7f7e7e;
}

/* Hide accordion on large screens */
.accordion-section {
  width: 100%;
  margin: 0 auto;
  display: none;
}

.login-banner {
  display: none;
}
.login-form-banner-heading {
  display: none;
}


.cards-section {
  margin-top: 15px;
  /* border: 2px solid red; */
  /* padding: 15px; */
}

@media (min-width: 800px) and (max-width: 1106px) {
  .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 10px;
    /* border: 2px solid cyan; */
  }
}

/* Responsive - Show accordion on small screens */
@media (max-width: 768px) {
  .cards-section {
    display: none;
  }

  .grid-container {
    grid-template-columns: 1fr 1fr;
  }

  .grid-icon {
    width: 60px;
    height: 60px;
    font-size: 20px;
    margin-right: 10px;
  }

  .grid-content h4 {
    font-size: 16px;
  }

  .grid-content p {
    font-size: 13px;
  }
  .login-logo {
    display: none;
    /* background: yellow; */
  }
  .alert-box {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: medium;
  }
  .login-form-banner-heading {
    display: block;
  }
  .login-form-heading {
    display: none;
  }
  .banner-container {
    display: none;
  }
  .gap {
    display: none;
  }
  .login-banner {
    display: block;
  }
  .hero-section,
  .info-section {
    display: none;
  }
  .second-login-container {
    /* border: 3px solid purple; */
    /* border-top:none !important; */
    margin-top: 2px;
    width: 100%;
    background: none;
    box-shadow: none;
  }
  .first-login-container {
    max-width: 90%;
    margin: 0 auto;
    border: none !important;
    box-shadow: none;
  }

  .top-section {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    /* gap: 10px;
    margin-bottom: 5px; */
    border: 2px solid yellow;
  }

  .accordion-section {
    display: block;
  }
}
.accordion-login {
  margin: 10px auto;
}

.collapsible-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Default: Show 1 line on mobile */
  -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
  /* Tablets and larger */
  .collapsible-text {
    -webkit-line-clamp: 2; /* Show 2 lines on larger screens */
  }
}

.show-more {
  color: blue;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
}

.reg-page2-form {
display: flex;
    flex-direction: column;
    gap: 16px;
    /*max-width: 65%;*/
    /*border: 2px solid red;*/
}



.form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  /* border: 2px solid green; */
}

/* .form-control{
  border: 2px solid yellow;
  width: 90% !important;
} */
.select-wrapper {
  width: 100%;
  position: relative;
}

.select-wrapper select.form-control {
  max-width: 100%;
  min-height: 2rem;
  font-size: 1.3rem !important;
  padding: 8px;
  /* border: 2px solid purple; */
}
@media (max-width: 425px) {
  .select-wrapper select.form-control {
    font-size: 1.2rem !important;
    /* border: 2px solid orange; */
  }
/*  .delegationButtons {
      text-align: center !important;
  }*/
}
@media (max-width: 330px) {
  .select-wrapper select.form-control {
    font-size: 1rem !important;
    /* border: 2px solid orange; */
  }
}

/* Default (Large Screens) */
.col-sm-4 {
  font-size: 16px;
  text-align: center !important;
  flex: 1;
  /* border: 2px solid orange; */
  width: 60%;
}

.col-sm-8 {
  font-size: 16px;
  flex: 2;
}
@media (max-width: 426px) {
    .reg-page2-form{
        /*min-width: 95% !important;*/
        max-width:none !important;
    }
    .delegation_button {
        text-align: center;
    }
    .refill-column {
        min-width: fit-content !important;
    }
}
/* Small Screens: Align Labels to the Right */
@media (max-width: 769px) {
  .reg-page2-form {
    gap: 12px;
    min-width:80% !important;
     /*border: 2px solid green;*/ 
  }
  .login-page-main-container {
    padding: 10px;
  }

  .top-section {
    flex-direction: column;
    /* border: 2px solid brown; */
    margin-bottom: 10px;
  }
  .form-group {
    /* border: 2px solid violet; */
    flex-direction: column;
    justify-content: space-between;
  }

  .col-sm-4,
  .col-sm-8 {
    width: 100% !important;
    float: none !important;
    display: block;
  }

  .select-wrapper select {
    width: 100% !important;
    display: block;
  }
}

/* Extra Small Screens */
@media (max-width: 480px) {
  .form-group {
    gap: 3px;
  }
  .reg-page2-form {
    gap: 8px; /* Further reduce gap */
  }

  .form-group {
    margin-bottom: 6px;
  }

  .col-sm-4 {
    text-align: right;
    font-size: 12px;
  }

  .col-sm-8 {
    min-width: 300px;
  }
}

@media (max-width: 343px) {
  .btn-light {
    background-color: white;
    /* outline: 1px solid #1b226c; */
    color: black;
    border: none;
    padding: 10px 10px;
    /* margin-top: 10px; */
    border-radius: 8px;
  }
}

/* summary-page */

.final-step-desc2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Show only one line */
  -webkit-box-orient: vertical;
  transition: all 0.3s ease-in-out;
}
.expanded {
  -webkit-line-clamp: unset; /* Show full content when expanded */
}
.toggle-btn {
  color: blue;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
}

.reg-summary-box {
  /* border: 2px solid orange; */
  margin: 3px 0;
}

.custom-dropdown {
  position: relative;
  width: 100%;
  max-width: 400px;
  font-family: Arial, sans-serif;
}

.dropdown-toggle {
  width: 100%;
  padding: 10px 12px;
  background-color: #fff;
  /* border: 1px solid #ccc; */
  text-align: left;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-toggle .arrow {
  font-size: 12px;
  margin-left: 8px;
}

/*.dropdown-menu {
  position: absolute;
  z-index: 99;
  background-color: white;
  width: 100%;
   border: 1px solid #ccc; 
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}*/

.dropdown-menu {
    min-width: 100px;
}

.dropdown-menu li {
  /*padding: 10px 12px;*/
  cursor: pointer;
  white-space: normal; /* allows wrapping */
}

.dropdown-menu li:hover {
  background-color: #f1f1f1;
}

/* old PHR css code */

#the-navigation ul.nav.nav-pills {
    display: flex;
    width: fit-content;
    border-radius: 0px 0px 15px 15px;
    -webkit-box-shadow: 0px 0px 5px 0px #aaa;
    -moz-box-shadow: 0px 0px 5px 0px #aaa;
    box-shadow: 0px 0px 5px 0px #aaa;
}
.refill-column {
    min-width: 150px;
}
dropdown-wrapper {
    width:70%;
    margin:0 auto;
}
@media screen and (max-width: 375px){
    .dropdown-wrapper{
        width:90%;
    }
    .btn-default.dropdown-toggle  {
        margin-top: -32px !important;
        margin-right: 20px !important;
    }
    .jconfirm-title {
        margin-top: 10px;
    }
}

#the-navigation {
  padding: 0;
  margin-bottom: 10px;
  /* border: 2px solid yellow; */
}

#the-navigation ul.nav-pills > li {
  /* border: 2px solid red;  */
  /* border-left: 2px solid #ddd; */
  margin: 0;
}
#the-navigation ul.nav.nav-pills > li:first-child a {
  border-radius: 0px 0px 0px 15px;
}
#the-navigation ul.nav.nav-pills > li:last-child a {
  border-radius: 0px 0px 15px 0px;
}
#the-navigation ul a {
  margin: 0;
    color: unset;
    text-decoration: none;
    border-radius: 0px;
    padding: 10px 25px;
    font-size: 9pt;
    font-weight: 600;
    background-color: #fff;
}
#the-navigation ul a:hover {
   color: unset;
    background-color: #eee;

  /*color: white;*/
}
#the-navigation ul .active a {
    color: #fff;
    background-color: #112d52;
}

@media (max-width: 768px) {
    #profile-regular {
        display: none!important;
    }
    #profile-mobile {
        display: block!important;
    }
    #login-header .navbar-header {
        display: block;
    }
}

a:visited {
    color: purple;
}
a {
    color: revert;
    text-decoration: revert;
    margin-left: 1em;
}
@media (max-width: 767px) {
    #the-navigation ul.nav.nav-pills {
        flex-direction: column;
        width: auto;
    }
    #the-navigation ul.nav.nav-pills > li:first-child a,
    #the-navigation ul.nav.nav-pills > li:last-child a {
        border-radius: 0px;
    }
    #ccda_transformation {
        padding-top: 10px;
    }
}
@media (max-width: 995px) {
    #visit-header-regular {
        display: none;
    }
    #visit-header-mobile {
        display: block!important;
    }
}

/*@media (max-width: 768px) {
  #the-navigation ul.nav.nav-pills {
    flex-direction: column;
    width: auto;
     border: 1px solid #ddd; 
    overflow: hidden;
  }
  #the-navigation ul.nav.nav-pills > li:first-child a,
  #the-navigation ul.nav.nav-pills > li:last-child a {
    border-radius: 0px;
  }
  #the-navigation ul.nav-pills > li {
     border-bottom: 1px solid #ddd; 
  }
  #the-navigation ul.nav.nav-pills > li:last-child {
    border-bottom: none;
  }
  #ccda_transformation {
    padding-top: 10px;
  }
}*/

/*@media (max-width: 768px) {
  #profile-regular {
    display: none !important;
  }
  #profile-mobile {
    display: block !important;
     border: 2px solid #0055cc; 
     margin-right: 15px; 
  }
}*/
.wizard-step {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  /* border: 2px solid red; */
  padding: 10px;
  /* margin-top: 10px; */
  gap: 0;
  min-width: 100%;
}

.wizard-confirmation {
  display: none; /* Must be hidden to begin with, this is later changed by the javascript */
}

.wizard-confirmation #validation-summary {
  margin: 25px 0px 0px;
  font-weight: bold;
  color: #f00;
}

/* .wizard-nav {
  margin: 20px 0px 0px;
} */

.wizard-nav input[type="button"] {
  width: 100px;
}

.DelegationsPage1Heading {
  font-size: 20px;
  font-weight: bold;
  /* color: #1b226c; */
  /* margin-bottom: 10px; */
  text-align: left;
}
.DelegationsPage1SubHeading {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  text-align: left;
}
.DelegationsPage1SubMinorHeading {
  font-size: 14px;
  font-weight: 600 !important;
  color: #333;
  margin-bottom: 10px;
  text-align: left;
}

@media (max-width: 550px) {
  .DelegationsPage1Heading {
    font-size: 16px;
  }
  .DelegationsPage1SubHeading {
    font-size: 18px;
  }
  .DelegationsPage1SubMinorHeading {
    font-size: 13px;
  }
}
@media (max-width: 470px) {
  .DelegationsPage1Heading {
    font-size: 16px;
  }
  .DelegationsPage1SubHeading {
    font-size: 16px;
  }
  .DelegationsPage1SubMinorHeading {
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .DelegationsPage1Heading {
    font-size: 14px;
  }
  .DelegationsPage1SubHeading {
    font-size: 14px;
  }

  .DelegationsPage1SubMinorHeading {
    font-size: 10px;
  }
}
#userAccount .row-fluid {
  margin-bottom: 5px;
  /* border: 2px solid yellow; */
  max-width: 60%;
}
@media (max-width: 800px) {
  #userAccount .row-fluid {
    min-width: 100%;
  }
}

/* Style for Delegation Grid Table */
/*.delegationGrid {
  border-collapse: separate;
   border: 2px solid #c43c35; 
  width: 99%;
  border-spacing: 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
   border: 1px solid #aaa; 
  margin: 2px;
   border-radius: 20px !important; 
  padding: 2px;
}*/
/*.tableheader {
   background-color : lightgrey;
  font-weight: 600;
  color: #333;
}*/
/*.delegationGrid th:first-child {
  border-top-left-radius: 8px;
}
.delegationGrid th:last-child {
  border-top-right-radius: 8px;
}*/

.delegationGrid .tddatatable {
  border-collapse: collapse;
  border: 1px solid #c0c0c0;
  margin: 2px;
  padding: 5px 2px;
}
.delegationGrid .thdatatable {
  font-weight: bold;
  background-color: #5c82ff;
  color: white;
}
@media screen and (max-width: 360px) {
  .delegationGrid th {
    font-size: smaller;
    padding: 5px 8px;
  }
  .delegationGrid td {
    font-size: smaller;
    padding: 5px 8px;
  }
  .tableheader {
    font-weight: 400;
  }
}
.delegationGrid tr {
  border-radius: 8px !important;
}
.delegationGrid th {
  text-align: center;
  padding: 12px 16px;
  width: 15em;
  font-weight: bold;

  background-color: #d9edf4;
  border: 1px solid #c0c0c0;
  color: rgb(0, 0, 0);
}
.delegationGrid tbody tr:nth-child(odd) {
  background-color: #f1f0f0;
}

.delegationGrid td {
  text-align: center;
}
.delegationGrid a {
  text-decoration: none;
}
/* ---------------- */

/* end - delegation css */

.topbar {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff, #fefefe);
}

.toptitle,
.section-title {
  color: #07435a;
}

#healthrecords .section-title,
#securemessages .section-title {
  font-size: x-large;
}

.toptext {
  font-weight: bold;
  width: 100%;
}

.topright {
  display: inline;
}

.tophellotext {
  float: right;
  margin-right: 5px;
}

.Allergies-info {
  margin-left: 10% !important;
}

.topsignout {
  float: right;
  width: 100px;
  color: #07435a;
  font-weight: bold;
}

.main {
  padding-left: 0px;
}
/*
.phrmenu > li > a {
    border-bottom: solid rgb(236, 236, 236);
}
*/
.patientdata {
  display: none;
}

.tableheader {
  background-color: rgb(211, 211, 211);
  /* border-radius: 15px !important;
     */
}
.tableheader tr {
  /* border-bottom: 1px solid #c90324; */
}
.todolist {
  width: 90%;
}

.todolist th {
  padding-left: 10px;
}
.todolist td {
  padding-left: 10px;
}



.roundcornerbox {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #07435a;
  padding: 10px 40px;
  width: 80%;
  margin-bottom: 20px;
  behavior: url(PIE.htc);
}

.myinfo {
  min-height: 20px !important;
  margin-left: 10% !important;
  display: inline;
  float: left;
}

.myinfo-right {
  min-height: 20px !important;
  margin-left: 5% !important;
}

#my-info .section-title {
  margin-left: 80px;
}

.info-content .span1,
.info-content .span2,
.info-content .span3,
.info-content .span4 {
  min-height: 20px !important;
}

.contact-info {
  margin-left: 10% !important;
}

.mainsec {
  margin-bottom: 15px;
  margin-top: 10px;
}

.mainsort {
  vertical-align: middle;
}

.mainsec .todolist {
  width: 100%;
}
.mainsec .todolist th:first-child {
  width: 60%;
}

.extractedSingleValue {
  display: inline;
}

.performerType {
  margin-left: 12.5%;
  font-weight: bold;
}

.performerInfo {
  margin-left: 12.5%;
  margin-bottom: 2%;
}

.vital-container {
  display: table;
}

.header-row {
  display: table-caption;
}
.date-row {
  display: table-row;
}

.leftcol,
.rightcol,
.middlecol {
  display: table-cell;
}

.infolist {
  width: 100%;
}

.highcharttable {
  width: 100%;
  display: none;
}

.span-one-third {
  width: 40% !important;
}
.span-two-third {
  width: 50%;
  min-height: 100px;
  min-width: 100px;
}

.span-three-fourth {
  width: 75% !important;
}

.phrhighlight td {
  background-color: #c7ddfb !important;
}

#myIframe {
  height: 640px;
  width: 720px;
}

.additionalNote {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #07435a;
  padding: 10px 10px;
  width: 95%;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 30px;
  behavior: url(PIE.htc);
  text-align: left;
}

.additionalLabNote {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #07435a;
  padding: 10px 10px;
  width: 80%;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 20px;
  behavior: url(PIE.htc);
}

.labtable {
  margin-bottom: 0px;
}
#careteamleft {
  margin-left: 7%;
}

#careteamright {
  margin-left: -5%;
  margin-top: -2%;
}

/********* Login page *********************/
.login-container {
  width: 96%;
  margin: 0px auto;
  /*    background-color:#FAFAFA; */
}

/*#login-header {
  display: flex;
  margin: 0px auto;
  height: 102px;
  overflow: visible;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}*/

/*@media (max-width: 425px) {
  #login-header {
    margin: 15px 0px;
    flex-wrap: nowrap;
  }
}*/

#header-profile-picture {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#header-profile-picture-mobile {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#login-main {
  margin: 0px auto;
  max-width: 915px;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: visible;
  margin-bottom: 5px;
  background-image: url(../img/hero_image.png);
  padding-bottom: 229px;
  background-position-y: bottom;
}

.leftcol {
  width: 31%;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-left: 10px;
  height: auto;
}
.midcol {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-left: 15px;
  margin-right: 15px;
  height: auto;
}
.rightcol {
  width: 31%;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 10px;
  font-size: 12px;
  margin: 0px auto;
  height: auto;
}

#midcol_image {
  margin-bottom: 25px;
}

#register_image {
  margin-left: 60px;
  margin-top: 40px;
  margin-bottom: 28px;
}

.login-title {
  font-size: 24px;
  margin: 5px;
  margin-bottom: 15px;
}

.login-input {
  margin-left: 10px;
  vertical-align: middle;
}

.login-input .input-small {
  width: 140px !important;
  margin-left: 20px;
}

.forgotpassword {
  font-size: 16px;
  text-align: center;
}

#innerPageHeader {
  /*margin: 4px 0px 0px 0px;*/
}
.landingpagehint {
  font-size: 16px;
  top: 0px;
  position: relative;
}
.landingpagehint p {
  margin-bottom: 0px;
}
#healthrecords .choices__list--dropdown .choices__item--selectable,
#healthrecords .choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 0;
}
#healthrecords .choices__item.choices__item--selectable {
  padding-right: 15px;
}
#healthrecords table.tablesorter tbody tr.normal-row td {
  background-color: #f5f5f5;
}
#healthrecords table.tablesorter tbody tr.alt-row td {
  background-color: #fff;
}

html,
body,
#container {
  height: 100%;
  overflow: visible; /* KH reinstated 2022-03-15 */
}

body > #container {
  height: auto;
  /*        min-height: 89%; */
}










.loginbody {
  margin: 0 auto;
  max-width: 980px;
  overflow-x: auto;
  overflow-y: auto;
}

.lath {
  background-color: lightgrey;
  text-align: left;
  margin-left: 10px;
  font-size: 16px;
}
.logtbl {
  text-align: center;
  margin-left: 10px;
  width: 93%;
}
.auditErr {
  text-align: left;
  margin-left: 10px;
  font-size: 16px;
  color: red;
}
.logtd {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller;
}
.errorblock {
  color: #a80000;
  width: 95%;
}

.flexCol {
  display: flex;
  flex-direction: column;
}

.contentBox {
  padding-top: 3px;
}

#accountinfo {
  list-style-type: none;
}
#accountinfo li {
  padding-bottom: 5px;
}

/* tables */
table.tablesorter thead tr .header {
  background-image: url(../img/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
  background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
  background-image: url(../img/desc.gif);
}

.footer-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }

    .footer-link {
        text-decoration: none;
    }

    .link-separator {
        margin: 0 5px;
        color: grey;
    }

    /* Mobile View: Stack links vertically */
    @media (max-width: 450px) {
        .footer-links {
            flex-direction: column;
            align-items: center;
        }

        .link-separator {
            display: none;
        }

        .footer-link {
            margin: 5px 0;
        }
    }




/* Registration CSS*/
.registerUser .wrapper {
  /* border: 1px solid #dedede; */
  /* border:2px solid yellow; */
  /* max-width: 100%; */
  padding: 1em;
  padding-bottom: 0.5em;
  background-color: #ffffff;
  height: auto;
  /*background-image: url(../img/panel-gradient.gif);*/
  background-repeat: repeat-x;
  background-position: bottom;
}

@media screen and (max-width: 400px) {
  .registerUser .wrapper {
    padding: 0.1em;
  }
  .registerUser .form-entry {
    width: 100%;
  }
}

.registerUser .form-entry {
  width: 100%;
}

.registerUser label {
  font-weight: bold;
}

#verticalTitle {
  font-weight: bold;
  color: #71c8e9;
  position: absolute;
  left: 600px;
  top: 120px;
  border: 0px solid red;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
  display: block;
  bottom: 0;
  width: 200px;
  height: 20px;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 30px;
  -webkit-text-shadow: 0px 0px 1px #333;
  /*text-shadow: 0px 0px 1px #333;*/
}

verticalTitle-pt {
  font-weight: bold;
  color: #71c8e9;
  position: absolute;
  left: 600px;
  top: 120px;
  border: 0px solid red;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
  display: block;
  bottom: 0;
  width: 200px;
  height: 20px;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 30px;
  -webkit-text-shadow: 0px 0px 1px #333;
}

.formhint {
  color: #747373;
  margin-bottom: 5px;
  font-size: 12pt;
  /* margin-top:-10px; */
}

/* .wizard-step li {
    margin: 5px 0px;
} */

#userAccount,
#userAccount-cont {
  margin-top: -15px;
}

#userAccount .control-group {
  margin-left: 0px;
}
#userAccount .control-label {
  font-size: 12pt;
  width: 30%;
}

#userAccount .glyphicon {
  color: #e6e6e6;
}
#userAccount .glyphicon-success {
  color: #00cc00 !important;
}
#userAccount .label-warning {
  font-size: 10pt !important;
  margin-top: 10px;
}
#userAccount input::-ms-reveal,
#userAccount input::-ms-clear {
  display: none;
}
#xuserpassword-showhide,
#confirmPassword-showhide,
#newPassword-showhide {
  margin: 0px 11px 0px -30px;
  cursor: pointer;
}
#userAccount .glyphicon.glyphicon-eye-open,
#userAccount .glyphicon.glyphicon-eye-close {
  color: #333333;
}

#userAccount .glyphicon.glyphicon-eye-open:hover,
#userAccount .glyphicon.glyphicon-eye-close:hover {
  color: #0055cc;
}
#userAccount-cont .control-label {
  font-size: 12pt;
  width: 17%;
}
#userAccount-cont .row-fluid {
  margin-bottom: 10px;
}
.guidance {
  margin-top: -20px;
  font-size: 10pt;
}
.guidance .li {
  line-height: 15px !important;
}

.guidance .title {
  margin-left: -19px;
}

#registration-header {
  width: 960px;
  background-color: #fafafa;
}

.wizard-nav .btn {
  float: left;
  margin-left: 20px;
  margin-right: 150px;
}

#cancelLink {
  font-size: 12pt;
}
/*
.myrow {
    margin-bottom: -10px;
}
*/
.notrequired {
  font-weight: normal !important;
  width: 200px;
  min-width: 100px;
}

.required {
  font-weight: bold !important;
  width: 200px;
  min-width: 100px;
}
label.required:after,
legend.required:after {
  content: "*";
  color: #850000;
}

.evenrow {
  background-color: #f5f5f5; /*#ccffff;*/
  padding-left: 10px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.oddrow {
  padding-left: 10px;
}

.summaryFieldset {
  margin-top: 20px;
}

.summaryFieldset span {
  min-height: 20px !important;
}
.backroundheading {
  padding: 1em 2em 1em 2em;
  margin-bottom: 10px;
  width: 68%;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  font-size: 20px;
  line-height: 20px;
  color: #333333;
}
.backroundheading-blue {
  padding: 1em 2em 1em 2em;
  margin-bottom: 10px;
  /*width:68%;*/
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  font-size: 12px;
  line-height: 20px;
  color: #07435a;
}
.backroundheading-blueSummary {
  /*padding: 0.4em 1em 0.4em 1em;*/
  /* margin-bottom: 10px; */
  /*width:68%;*/
 /*changes*/
 
  /*background-color: #f7f6f6;*/
  /*border: 1px solid #e3e3e3;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
  font-size: 12px;
  line-height: 20px;
  color: #07435a;
}
.explain-note {
  color: #575757;
  font-size: small;
  padding: 8px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#laststeppanel .summaryFieldset {
  margin-top: 0px;
}

#laststeppanel legend {
  margin-bottom: 10px;
}

.finalsteps {
  list-style: none;
  margin-bottom: 20px;
}
.steptext {
  color: #07435a;
}
.identifications {
  list-style: none;
  margin-left: 60px;
}

/* end of regsitration css*/

/* added for displaying well element*/
#healthissuebubble {
  margin-top: 60px;
  height: auto;
}

.alignleftwell {
  /*margin-left: -25px !important; */
  width: 88%;
}

.section-title-my-info {
  /* font-size : x-large; */
  color: #000000;
  margin-left: 8%;
}

.heading-title {
  /* apply to headings to remove margin-top */
  margin-top: 0;
}

/* start - delegation css */
/* Style for Data Table */
.data {
  border-collapse: collapse;
  width: 70%;
  border: 1px solid #aaa;
  margin: 2px;
  padding: 2px;
}
.data .tddatatable {
  border-collapse: collapse;
  border: 1px solid #aaa;
  margin: 2px;
  padding: 2px;
}
.data .thdatatable {
  font-weight: bold;
  background-color: #5c82ff;
  color: white;
}
.thdatatable1 {
  font-weight: bold;
  background-color: #5c82ff;
  color: white;
  text-align: center;
}
/* ---------------- */

#logoutTitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.center {
  text-align: center;
}

.errColor {
  color: #c43c35;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 9999;
}

/* Heading css */
.h1_small {
  font-size: 20px;
  margin-top: 10px;
}
.h2_small {
  font-size: 14px;
}
.h3_small {
  font-size: 12px;
  line-height: 20px;
}
h1.xsltView {
  font-size: 30px;
  font-weight: 700;
  line-height: 16px;
}
h2.xsltView {
  font-size: 14px;
  line-height: 14px;
}
h3.xsltView {
  font-size: 12px;
  line-height: 12px;
}

/* REQUIRED in CUSTOM THEMES!
 This is the only definition that MUST BE added to any custom themes.
 This is how rows are hidden by filtering (included in provided themes) */
.tablesorter .filtered {
  display: none;
}

/* All of the following css is already contained within each theme file; modify it as desired */
/* filter row */
.tablesorter-filter-row td {
  background: #eee;
  line-height: normal;
  text-align: center; /* center the input */
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
/* optional disabled input styling */
.tablesorter-filter-row .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}

/* hidden filter row */
.tablesorter-filter-row.hideme td {
  /*** *********************************************** ***/
  /*** change this padding to modify the thickness     ***/
  /*** of the closed filter row (height = padding x 2) ***/
  padding: 2px;
  /*** *********************************************** ***/
  margin: 0;
  line-height: 0;
  cursor: pointer;
}
.tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}

/* filters */
.tablesorter-filter {
  width: 95%;
  height: inherit;
  margin: 4px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease;
}

div.controls select {
  padding: 3px 2px;
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  margin-right: 0.3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  /*background-position: 14px 14px;*/
  background-repeat: no-repeat;
}

.limit-calendar-width {
  max-width: 38px;
}

.accessType {
  font-size: 12pt;
}

.accessType caption {
  font-weight: bold;
  color: #07435a;
}

#subject,
#emailsecureaddr,
#emailunsecureaddr {
  width: 400px;
  margin-left: 0px;
}
.form-row {
  margin-bottom: 5px;
}
#registrationObject select,
#registrationObject input[type="text"] {
  min-width: 178px; /*323px;*/
}
#registrationObject #persondob {
  min-width: 100px;
}
.radio-label {
  width: auto;
}
.rb2 {
  float: left;
  margin-left: 0px;
}
.spacer10 {
  margin-top: 10px;
}
#regrb {
  width: 100%;
  margin-bottom: 44px;
}
#regrb legend {
  font-size: 14px;
  font-weight: bold;
  border: 0;
  margin-bottom: 0;
}

#privacyPolicy,
#termsAndConditions {
  height: 500px;
  width: 100%;
  max-width: 855px;
  margin: 12px;
}

@media (min-width: 536px) {
  #regrb {
    margin-bottom: 68px;
  }
  .rb2 {
    margin-left: 210px;
  }
}
@media (min-width: 1012px) {
  #regrb {
    margin-bottom: 69px;
  }
  .rb2 {
    margin-left: 210px;
  }
}
@media (min-width: 1217px) {
  #regrb {
    margin-bottom: 44px;
  }
  .rb2 {
    margin-left: 210px;
  }
}
/* these are for the tablesorter used on lab tests */
.dateFrom,
.dateTo {
  width: 100px;
  margin-top: 5px;
}
.tablesorter-header-inner {
  font-weight: bold;
}
/*-------------------------------------------------*/

.marg10 {
  margin: 10px;
}
.height20 {
  height: 20px;
}
.right {
  margin-right: 10px;
  float: right;
}
.nomargins {
  margin: 0px;
}
.answer-header {
  margin-bottom: 5px;
}

ul.pagination {
  margin: 0;
}
.panel-min {
  min-height: 580px;
}
.wb {
  margin-left: 18px;
  margin-top: 10px;
}
.wb .btn {
  margin-bottom: 10px;
}
.formhint ul {
  list-style-type: none;
}
.align-center {
  text-align: center;
}
table.access-type thead tr th {
  border-right: 1px solid black;
}
table.access-type tbody tr td {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
table.access-type tbody tr td:nth-child(2) {
  text-align: center;
}
table.access-type tbody tr td:nth-child(3) {
  text-align: center;
}
table.access-type-legend thead tr th {
  border-right: 1px solid black;
}
table.access-type-legend tbody tr td {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
table.access-type-legend tbody tr td:nth-child(1) {
  text-align: center;
}
#userAccount .control-label-fixed {
  font-size: 12pt;
  width: 175px;
}
/* Override the color on calendar */
a.ui-state-default.ui-state-highlight {
  color: black;
}

.dateErr {
  margin-top: -15px;
  color: #a80000;
}

a.btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 50%),
    inset 0 1px 1px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgb(255 255 255 / 50%), inset 0 1px 1px rgb(0 0 0 / 10%);
  color: #333333;
  display: inline-block;
  font-size: 14px;
  text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
  -webkit-appearance: button;
  overflow: visible;
  margin: 0;
  font-family: inherit;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  background-color: #efefef;
}

/* Used on PHR Update Profile Summary */
.h2_panel {
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  line-height: 1.42;
}
.no-padding {
  padding: 0;
}
#main-heading {
  margin-left: auto;
  margin-right: auto;
  width: 97.5%;
}

#main-body {
  margin: auto;
}
#img-container {
  min-width: 250px;
}
#profile-pic {
  max-width: 260px;
  height: auto;
}
#btn-bar {
  clear: both;
  padding-bottom: 2px;
}
.inner-form-group{
    /*border: 2px solid green;*/
    display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        width: 100%;
}
.radio-container{
    /*width:40%;*/
    width: 65%;
    /*background: pink ;*/
}


/* Set links back to defaults for WCAG */






.download {
  text-align: center;
}
#no-records-box {
  text-align: center;
  border: 1px solid #000;
}
.navbar ul li a {
  text-decoration: none;
  margin: 0;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: #eee;
}

#login-header .navbar-header {
  display: none;
}
#login-header .navbar-header button {
  margin-right: 0;
}

@media (max-width: 995px) {
  #visit-header-regular {
    display: none;
  }
  #visit-header-mobile {
    display: block !important;
  }
}

.clear-both {
  clear: both;
}
/*div.container-fluid.contentBox ul li */
#more-info .contentBox ul li a:after {
  font-family: "Glyphicons Halflings";
  content: " \e164";
  position: relative;
  top: 0px;
  left: -8px;
}
.sidebar-nav a {
  text-decoration: none;
  color: #214f4f;
}
.indent {
  margin-left: 20px;
}
.dl-pdf {
  float: right;
  margin-right: 18px;
  margin-bottom: 18px;
}
.btn:hover {
  color: #ffffff;
  background-color: #275c99;
}

.btn:focus,
.btn:active,
.btn.active {
  color: #ffffff;
  background-color: #75147c;
}

.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #275c99;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #75147c;
}

.btn-primary.disabled,
.btn-primary[disabled] {
  color: #767676;
  background-color: #e0e0e0;
}
/* PHRAccounts.jsp */
.no-disc {
  list-style-type: none;
}
.KHheader {
  background-color: #d9edf7;
  padding: 5px;
  font-weight: bold;
  border-bottom: 2px;
  border-bottom-color: lightgray;
  border-bottom-style: solid;
  font-size: 14px;
  /*   max-width: 1000px;*/
}
.list1 {
  padding-left: 0px;
  /*    max-width: 1000px;*/
}
.list1 li {
  line-height: 1.42857143;
  padding: 5px;
  padding-left: 40px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/*--------------------*/
button.xx.btn.expand:after {
  content: "\2b";
  position: relative;
  top: 0px;
  padding-left: 5px;
  font-size: 16px;
}
button.xx.btn.expanded:after {
  content: "\2212";
  position: relative;
  top: 0px;
  padding-left: 5px;
  font-size: 16px;
}
button.xx.btn.expand,
button.xx.btn.expanded {
  width: 100%;
  text-align: left;
  padding: 0;
  height: 26px;
  padding-right: 2px;
  padding-left: 4px;
  padding-right: 4px;
  background-color: inherit;
  box-shadow: none;
  font-size: 13px;
  font-weight: bold;
  color: #617693;
}
.acceptLink {
  white-space: nowrap;
}
.btn:focus {
  outline: medium solid black;
  -moz-outline-radius: 4px;
  outline-offset: -5px;
}
.btn:-moz-focusring {
  outline: medium solid black;
}
th.tablesorter:focus {
  outline: medium solid black;
}
:-moz-focusring {
  outline: medium solid black;
  -moz-outline-radius: 4px;
  outline-offset: -5px;
}
div.tabbable ul.nav.nav-tabs {
  margin-bottom: 3px;
}
div.container-fluid.contentBox div.span12,
div#immunizations.patientdata div.span12 {
  margin-left: 0px;
}
.left-inner-addon {
  position: relative;
}

.left-inner-addon input {
  padding-left: 25px;
  -webkit-appearance: textfield;
}

.left-inner-addon i {
  position: absolute;
  left: 0px;
  padding: 10px 7px;
  pointer-events: none;
  top: -10px;
  z-index: 5;
}
.col-dd {
  -webkit-appearance: menulist-button;
  height: 26px;
  border-radius: 4px;
  border-width: thin;
}
.small-btn {
  padding: 2px 6px;
}
.small-dl-glyph {
  top: 2px;
}
.glyphicon-remove-circle,
.glyphicon-edit {
  font-size: 15px;
}
.downloadPdf {
  height: 20px;
  padding: 0px;
}
.navbar-default .navbar-nav > li > a {
  color: #545454;
}
.navbar-default .navbar-brand {
  color: #545454;
}
.doNotShow {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
a.linkBtn:focus {
  outline-offset: -2px;
  padding: 6px 12px;
}
.min300 {
  min-height: 300px;
}

.input-small {
  width: 110px;
}
.breadcrumb a {
  margin: 0;
  color: #437183;
  font-size: 15px;
  text-decoration: none;
}
.breadcrumb > li + li:before {
  color: #437183;
}
#permissionsTable td,
#permissionsTable th {
  border: 1px solid #ccc;
  text-align: center;
  padding: 3px 10px;
  width: 15em;
  font-weight: bold;
}
#permissionsTable th {
  padding: 6px 10px;
  background-color: #d9edf4;
}
#permissionsTable td {
  font-size: 10pt;
  padding-bottom: 6px;
}
#permissionsTable tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

@media (max-width: 768px) {
  #permissionsTable td,
  #permissionsTable th {
    font-size: 10pt;
    padding: 3px 5px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  #permissionsTable td,
  #permissionsTable th {
    width: 100%;
    font-size: 10pt;
    padding: 3px 5px;
    text-align: left;
  }
}
@media screen and (max-width: 320px) {
  #permissionsTable td,
  #permissionsTable th {
    width: 100%;
    font-size: 10pt;
    padding: 3px 5px;
    text-align: left;
  }
}
.cust-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  background-color: rgb(255, 255, 255);
}
.cust-checkbox + input + label {
  position: relative;
  font-size: 14px;
  cursor: pointer;
  /*display: inline-flex;*/
  align-items: center;
  height: 16px;
  color: rgb(0, 0, 0);
}
.cust-checkbox + input + label::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  width: 15px;
  height: 15px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  box-shadow: none;
}
.cust-checkbox:checked + input + label::after {
  content: " ";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center center;
  background-color: rgb(34, 136, 6) !important;
  border-color: rgb(38, 110, 14) !important;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  left: 0px;
  top: 4px;
  text-align: center;
  background-color: transparent;
  font-size: 10px;
  height: 16px;
  width: 16px;
  border-radius: 2px;
}
.cust-checkbox:disabled + input + label::after {
  filter: grayscale(100%);
}

#medsLink,
#messagesLink {
  display: flex;
}

#messagesLink .glyphicon-new-window {
  margin-left: 2px;
}

.notification {
  /* circle shape, size and position */
  min-width: 1.5em;
  height: 1.6em;
  border-radius: 0.8em;
  background-color: #dc3545;

  /* number size and position */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
  color: white;
  padding: 0.3em 0.4em 0.3em 0.3em;
  margin-left: 3px;
}

#refill-status-def-table,
#med-status-def-table {
  border-collapse: separate;
  margin-bottom: 15px;
}
#refill-status-def-table tr,
#med-status-def-table tr {
  display: table-row;
}
#refill-status-def-table th,
#med-status-def-table th {
  padding: 10px 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#refill-status-def-table th:first-child,
#med-status-def-table th:first-child {
  border: 1px solid #ddd;
}
#refill-status-def-table tr td:first-child,
#med-status-def-table tr td:first-child {
  text-align: right;
  text-wrap: nowrap;
  vertical-align: top;
  border-right: none;
  padding-right: 0px;
}
#refill-status-def-table tr td:last-child,
#med-status-def-table tr td:last-child {
  border-left: none;
  padding-left: 8px;
}
#refill-status-def-table td,
#med-status-def-table td {
  border: 1px solid #ddd;
  padding: 10px 15px 10px 15px;
  border-style: none solid solid solid;
}
#refill-status-def-table tr:last-child td:first-child,
#med-status-def-table tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
#refill-status-def-table tr:last-child td:last-child,
#med-status-def-table tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

@media (max-width: 768px) {
  #login-header .navbar-header {
    display: block;
  }
}

.delegationInput {
  width: 80%;
  min-width: 250px;
  height: 30px;

  padding: 18px 10px;
  border-radius: 4px;
  border: 2px solid #ccc;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media (max-width: 350px) {
  .delegationInput {
    width: 100%;
    min-width: 0px;
  }
}

.delegationPage2Form {
  /*border: 1px solid #ccc;*/
  border-radius: 4px;

  padding: 10px;
  /* margin: 10px; */
  /* background-color: #fff; */
/*  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.delegationSummaryHeading {
  font-size: 25px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left;
  /* border: 2px solid green; */
}
.delegationSummaryText {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left;
  /* border: 2px solid green; */
}

@media (max-width: 768px) {
  .delegationSummaryHeading {
    font-size: 18px;
  }
  .delegationSummaryText {
    font-size: 15px;
  }
}

@media (max-width: 350px) {
  .delegationSummaryHeading {
    font-size: 16px;
  }
  .delegationSummaryText,
  .backroundheading-blue {
    font-size: 13px;
  }
  .h1_small {
    font-size: 20px;
  }
}

.delegationGrid {
    width:100% !important;
}
.table-responsive {
    max-width: 80% !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;

  /* margin-bottom: 15px; */
  border: none !important;
}
.container-fluid-login {
  max-width: 80%;
  min-width: 320px;
  /* border: 2px solid green; */
}

.panelDelegationSummary {
  margin-bottom: 20px;
  background-color: #fff;
  /* border: 1px solid transparent; */
  /* border: 2px solid green; */
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

#summaryPanel {
  /* border: 2px solid green; */
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 350px) {
  .registerUser label {
    font-weight: bold;
    font-size: 14px;
  }
}

.control-labelSummary {
  font-size: 12pt;
  /* width: 20%; */
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
}

.header-text {
  align-self: center;
  padding: 10px 10px 0px 10px;
  /* border: 2px solid green; */
}

.header-text h3 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left;
}
.header-text h2 {
  font-size: 25px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left;
}

@media (max-width: 768px) {
  .header-text h3 {
    font-size: 25px;
  }
  .header-text h2 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .header-text h3 {
    font-size: 22px;
  }
  .header-text h2 {
    font-size: 18px;
  }
  .delegation_button button {
        margin-top: 10px;
    }
    .header-main-text {
        font-size: 16px !important;
    }
}

/* reset Username form css */

.resetMainForm {
  background: #ffffff;

  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 30px 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  max-width: 600px;
  /* margin: 40px auto; */
}
.resetUsernameForm {
  /* border: 2px solid orange; */
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.resetMainForm h1.title {
  font-size: 1.5rem;
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.formhint {
  text-align: left;
  font-size: 16px;
  color: #575757;
}

.control-group {
  display: flex;
  align-items: center;
  min-width: 90%;
  justify-content: space-between;

  gap: 5px;
  flex-wrap: wrap;
  /* border: 2px solid purple; */
}

.control-label {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  width: 35%;
  min-width: 120px;
  text-align: left;
}

.controls {
  width: 100%;
}

.controls input {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  transition: border 0.2s ease;
  box-sizing: border-box;
}

.controls input:focus {
  border-color: #4a90e2;
  outline: none;
}

.dateErr {
  font-size: 13px;
  color: #a80000;
  margin-top: 4px;
}

.wizard-nav {
  margin-top: 25px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.wizard-nav button {
  background-color: #006066;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wizard-nav button[name="cancelPHRForgotUsernameRecovered"] {
  background-color: #6c757d;
}

.wizard-nav button:hover {
  opacity: 0.9;
  background-color: #275c99;
}
.wizard-nav button:active {
  opacity: 0.9;
  background-color: #5a2d82;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
  .resetMainForm {
    display: flex;
    /* border: 2px solid pink; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .row-fluid-ResetUsername {
    width: 80%;
  }
  .control-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .control-label,
  .controls {
    width: 100%;
  }

  .wizard-nav button {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .resetMainForm {
    padding: 15px;
  }

  .resetMainForm h1.title {
    font-size: 1.2rem;
  }
}

/* ForgotUsername Recovered Css */

.registerUserRecovered .wrapperRecovered {
  max-width: 700px;
  margin: 40px auto;
  padding: 30px 25px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.ForgotUsername-mainHeading {
  font-size: 1.8rem;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 25px;
}

.ForgotUsername-subHeading {
  font-size: 1.2rem;
  color: #3a3a3a;
  margin-top: 15px;
  line-height: 1.6;
}

/* Username output styling */
.ForgotUsernameControls p b {
  display: inline-block;
  background-color: #f2f6fa;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 1.1rem;
  color: #007bff;
}

/* Button layout */
.forgotUsername-wizard-nav {
  text-align: center;
  margin-top: 30px;
}

.forgotUsername-wizard-nav button {
  background-color: #006066;
  color: white;
  padding: 10px 20px;
  border: none;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
}

.forgotUsername-wizard-nav button:hover {
  background-color: #275c99;
}
.forgotUsername-wizard-nav button:active {
  background-color: #5a2d82;
}

/* Responsive layout */
@media (max-width: 576px) {
  .registerUser .wrapper {
    padding: 20px 15px;
  }

  .ForgotUsername-mainHeading {
    font-size: 1.5rem;
  }

  .ForgotUsername-subHeading {
    font-size: 1rem;
  }

  .forgotUsername-wizard-nav button {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* load personal profile css */
.LoadPersonalProfileSectionMain {
  display: flex;
  flex-direction: row;
  width: 100%;
  /* border: 2px solid green; */
}
.LoadPersonalProfileSection {
  width: 50%;
  margin: 0px 2px 0px 2px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* border: 2px solid red; */
  height: auto;
}
@media (max-width: 768px) {
  .LoadPersonalProfileSectionMain {
    flex-direction: column;
    gap: 25px;
  }
  .LoadPersonalProfileSection {
    width: 100%;
  }
}
.formhintLoadPersonalProfile {
  text-align: left;
  font-size: 1.5rem;
  color: #666;
  margin-top: 25px;
  margin-bottom: 25px;
}

/* login changes */

.close-btn {
  position: absolute;
  top: 8px;
  padding: 10px 10px;
  border-radius: 50%;
  right: 12px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  background: none;
  border: none;
}
.close-btn:hover {
  color: red;
}
.hideClose-btn {
  display: none !important;
  /*border: 2px solid blue;*/
}

.Login-form-group {
  margin-bottom: 2px;
}
.Login-form-control {
  height: 36px;
  border-radius: 3px;
  /*border: 1px solid #ddd;*/
  padding: 6px 10px;
  font-size: 1.5rem;
  border: 2px solid cyan;
}
.Login-form-control:focus {
  border-color: var(--ihs-blue);
  box-shadow: 0 0 0 0.2rem rgba(0, 91, 148, 0.25);
}

.btn-block {
  background-color: #145a13;
  color: white;
}
.btn-block:hover {
  background-color: #090f67;
  border: 2px solid black;
  color: white;
}

.login-top-section-seconddiv {
  /* border: 2px solid navy; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 1210px) {
  .login-top-section-seconddiv {
    justify-content: center;
    gap: 20px;
  }
  .banner img {
    max-width: 950px;
    min-height: 160px;
  }
}

@media (max-width: 576px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

.panel-card {
  border-radius: 8px;
  /* border: 2px solid yellow; */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
  border: 0;
}

.panel-card .card-header {
  background: #f1f3f7;
  border-radius: 0;
  padding: 0;
  border: 0;
  /* border: 2px solid green; */
}

.panel-card .panel-title .accordion-toggle {
  color: #090f67;
  /* border: 2px solid orange; */
  display: flex;

  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  font-size: 12px;
}
.accordion-text {
  /* border: 2px solid violet; */
  padding: 3px 0;
}
.down-arrow {
  margin: 5px 0;
  /* border: 2px solid pink; */
  padding: 10px 0;
}
.panel-card .panel-title .accordion-toggle .glyphicon {
  /* margin-right: 10px; */
  /* border: 2px solid green; */
  padding: 6px 0;
  /* margin: 5px 10px; */
}

.panel-card .panel-title .accordion-toggle .glyphicon-chevron-down {
  transition: transform 0.3s;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}

.panel-card .panel-title .accordion-toggle.active .glyphicon-chevron-down {
  transform: translateY(-50%) rotate(0deg);
}

.panel-card .card-body {
  padding: 20px;
  border-left: 4px solid rgb(19, 21, 155);
  display: none;
  font-size: 14px;
}

/* Maintenance Heading */
.Maintenance-heading {
  color: rgb(209, 34, 34) !important;
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 769px) {
  .panel-card .panel-title .accordion-toggle {
    font-size: 14px; /* Reduce font size */
    padding: 12px 15px;
  }

  .panel-card .card-body {
    font-size: 13px;
    padding: 15px;
  }

  .panel-card .panel-title .accordion-toggle .glyphicon {
    margin-right: 5px;
  }

  .panel-card .panel-title .accordion-toggle .glyphicon-chevron-down {
    right: 15px;
  }
}

@media (max-width: 480px) {
  .panel-card .panel-title .accordion-toggle {
    font-size: 13px; /* Further reduce font size */
  }

  .panel-card .card-body {
    font-size: 12px;
    padding: 12px;
  }

  .panel-card .panel-title .accordion-toggle .glyphicon-chevron-down {
    right: 10px;
  }
}
