header {
    background-color:#112e51;
    padding: .7rem 1.5rem;
}

.header-text {
    color:white;
    height:3rem;
}

.header-text h4:first-of-type {
    float:left;
    margin-top:0.5rem;
    font-family:Source Sans Pro,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    display: inline;
    position:absolute;
        color: #999;
    
} 

.header-text h4:last-of-type {
    display: inline;
    margin-top: 0.5rem;
    float: right;
    margin-bottom: 0;
    font-family: Source Sans Pro,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif; 
        color: #999;
    
} 

/* like the application */
footer {
    text-align: right;
    padding: 0 2rem;
    bottom:0px;
    height:135px; 
}


.login-container {
    text-align: center;
    border: 2px solid #112E51;
    padding: 2rem;
    width: 55%;
    border-radius: 6px;
    margin-left: 23%;
}

a {
	text-decoration: none;
	color:white;
}


.info-container {
    margin-top: 3rem;
    text-align: left;
    width: 54%;
    color: #737373;
    font-size: 13px;
    font-weight: 600;
    margin-left: 24%;
}

button {
    background-color: #065f92 !important;
    color: #fff !important;
    width:22rem !important;
}

#privacystatement {
    text-align: center;
    margin-top: 4rem;
    text-decoration: underline;
    color: #0071bc;
    cursor: pointer;
}

.error {
    padding: 0.5rem 1rem !important;; 
    margin: 0 !important;;
    background-position-x: 3rem !important;;
    background-position-y: 1.5rem !important;;
    background-size: 1.8rem !important;
}

/* [Copilot] Generated — align warning icon sizing/placement with error alerts on discovery pages */
.warning {
  padding: 0.5rem 1rem !important;
  margin: 0 !important;
  background-position-x: 3rem !important;
  background-position-y: 1.5rem !important;
  background-size: 1.8rem !important;
}

/* [Copilot] Generated — keep alert paragraph copy left-aligned across discovery/error templates */
.usa-alert-body p {
  text-align: left !important;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
  }

.accordion-item:last-child {
    border-bottom: none;
 }

.accordion-header {
    width: 100%;
    padding: 0;
    background-color: #f0f0f0;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
  }

.accordion-header:hover {
    background-color: #e8e8e8;
  }

.accordion-header .usa-banner {
    width: 100%;
  }

.accordion-body {
    background-color: #f0f0f0;
	display:none;
	padding-top: 10px;
	padding-bottom: 5px;
  }

.accordion-item.expanded .accordion-body {
    display: block;
}
.us-flag { 
    width: 2rem;
    margin-right: 1rem;
    margin-bottom: 0.35rem;
    margin-left: 1.2rem;
	margin-top: 1px;
	height: 1.9rem;
}

.custom-btn.accordion-button {
  display: inline-flex; /* Flexbox layout */
  color: #005ea2;
  background-color: transparent !important;
  border: none;
  margin: 0;
  box-shadow: none;
  align-items:center;
  text-decoration: underline 0.5px;
  padding: 1rem 0rem;
  position: relative; /* Needed for pseudo-elements */
    &:focus { 
        outline: none;
    }


}
  
.custom-btn.accordion-button::before {
  content: ""; /* Empty placeholder */
  width: 1rem; /* Adjust this width to match the arrow size */
  height: 1rem;
  flex-shrink: 0; /* Prevent shrinking */
  }
  
 
.accordion-button { 
	height: 0.65rem;
	margin-left: 0.6rem; /* Push arrow to the right */
	cursor: pointer;
	margin-top: 0.60rem;
  }
  
  button > .span-text { 
    color: #005ea2;
  }


.span-text { 
      font-weight: 400;
      font-size: 1.3rem;
      font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif !important;
	  color: #1b1b1b;
      margin-top: 0.15rem;
      margin-left: -0.25rem;
}
.span-text-underline { 
	font-weight: 400;
	font-size: 1.35rem;
	font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif !important;
	color: #005ea2;
	margin-top: 0.15rem;
	margin-left: 0.75rem;
	text-decoration: underline 0.5px;	
	cursor: pointer;
	
}

  
.comp-user-img, .comp-home-img {
      cursor: pointer;
      height: 1.8rem;
      margin-top: -4.75rem;
      margin-right: 0.2rem
  }

.comp-overlay {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0; 
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0,0,0,0.5);
      z-index: 2;
      cursor: pointer;
  }

.header-left-text {
	margin-left: 0.45rem;
	margin-top: 0.2rem;
	position: absolute;
	display: inline;
	color: #ffffff;
	float: left;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 0.8;
	margin-bottom: 0.5em;
	font-family: "Source Sans Pro", sans-serif !important;
	text-transform: uppercase;
}

.gray-bold { 
	color: #71767A;
	font-weight: 600;
}
.usa-img { 
	width: 3.65rem;
	margin-right: 0.6rem;
	height: 6.35rem;
	flex-shrink: 0;
}
.usa-img-grid-body { 
	display: inline-flex;
	max-width: 35%;
	font-size: 14px;
}


.usa-width-half-expanded { 
    display: flex;
    margin-left: 3rem;
}
  .usa-grid-body { 
    font-size: 14px;
}
  
.grid-text { 
	font-family: "Source Sans Pro", sans-serif !important;
	line-height: 1.5;
}

/* [Copilot] Generated — styles for external IDP discovery page */
.idpext-accordion {
  background-color: #f0f0f0;
  margin-bottom: 1px;
}

.idpext-banner {
  padding-top: 0.25rem;
}

.idpext-banner-inner {
  padding-left: 0.6rem;
  margin-left: 0;
  display: flex;
  height: 24px;
  padding-top: 0.25rem;
}

.idpext-grid-full {
  max-width: 100%;
  margin-left: -2px;
}

.idpext-https-block {
  margin-left: 5px;
}

.idpext-header {
  background-color: #112e51;
  height: 25px;
}

.idpext-logo-heading {
  float: left;
  font-size: 3rem;
}

.idpext-home-link {
  cursor: pointer;
  margin-left: 4px;
  display: flex;
}

.idpext-main {
  background-color: #f9fafb;
}

.idpext-agency-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1b1b1b;
  line-height: 1.2;
}

.idpext-env-name {
  text-align: center;
  margin: auto;
  color: red;
  font-size: xx-large;
  font-weight: bolder;
  margin-bottom: 1rem;
  margin-top: -5.8rem;
}

.idpext-login-container {
  width: 80%;
  margin-left: 10%;
  border: none;
}

.idpext-maintenance-message {
  color: red;
}

.idpext-login-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.idpext-logo {
  max-height: 9rem;
}

.idpext-login-title {
  font-family: Source Sans Pro, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #1b1b1b;
  margin: 0;
}

.idpext-divider-line {
  border: none;
  border-top: 2px solid #000000;
  width: 80%;
  margin: 1.5rem 0 1.5rem 10%;
}

.idpext-sign-in-btn-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* [Copilot] Generated — helper copy text under login title for idpext-style pages */
.idpext-login-copy {
  text-align: center;
  margin: 0 0 2rem 0;
  font-size: 15px;
  color: #1b1b1b;
}

.idpext-login-link {
  text-decoration: none;
}

.idpext-login-button {
  background-color: #ffffff !important;
  color: #005ea2  !important;
  border: 2px solid #005ea2  !important;
  width: auto !important;
  min-width: 28rem;
  min-height: 3rem;
  height: auto;
  padding: 0.85rem 1.5rem !important;
  font-size: 2rem !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  box-sizing: border-box;
}

/* [Copilot] Generated — filled primary action style for internal DOL SSO button */
.idpext-login-button-primary {
  background-color: #005ea2 !important;
  color: #ffffff !important;
  border-color: #005ea2 !important;
  min-width: 22rem;
  font-size: 1.8rem !important;
  font-weight: 600;
  text-decoration: none !important;
}

.idpext-login-button-content {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #005ea2;
  text-decoration: underline;
  font-size: 1.6rem;
}

.idpext-login-gov-icon {
  width: 10rem;
  padding-left: 0.4rem;
}

.idpext-info-box {
  margin-top: 2rem;
  border-left: 4px solid #0071bc;
  background-color: #e8f4fd;
  padding: 1.5rem 2rem;
  width: 80%;
  margin-left: 10%;
  font-size: 15px;
  color: #1b1b1b;
  font-weight: 400;
}

.idpext-info-box p {
  margin-bottom: 0.75rem;
}

.idpext-info-box p:last-child {
  margin-bottom: 0;
}

.idpext-info-box a {
  color: #0071bc;
  text-decoration: underline;
}

.idpext-privacy-link {
  color: white;
  text-decoration: none;
}

.idpext-footer-logo {
  height: 62px;
  width: 285px;
  margin-top: 3rem;
}
/* [Copilot] End — styles for external IDP discovery page */
