/**** Custom Recruiter Styles ****/

/* Overrides */
#erec_wrapper {
    background: var(--background-gray-muted)
}

esar-side-nav div#side-nav-container div#layout-side-nav-logo {
    margin: 0 auto;
}

esar-side-nav div#side-nav-container div#layout-side-nav-logo img {
    width: 100%;
    max-width: 200px;
}

div#erec_main_container:not(.side-nav-layout) recruiter-header div#layout-header-container {
    max-width: 1170px;
    margin: 0 auto;
}

ul#hdr_nav_links {
    margin: 0
}

.view-container {
    position: relative;
    margin-bottom: 0; /* Set this to match the height of your footer */
}

.search-highlight {
    background: #FFF !important;
}

#erec_wrapper {
    padding-bottom: 0;
}

/* Header */
/*recruiter-header {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    box-shadow: 0 -10px 10px 5px #000;*/
/*}*/

#layout-header-logo {
    max-height: 50px;
}

.highlight-option {
    border-radius: var(--border-radius);
    border: 2px solid var(--primary-color);
    padding: 0.75rem 2rem;
}

.highlight-option:hover {
    background: #982F6A33;
}

/* Landing Page */
div#volunteer-landing p{
    font-size: 1.3rem;
}
div#volunteer-landing {
    position: relative;
    /*padding: 5rem 0;*/
    max-width: 1500px;
    margin: 0 auto;
    background: linear-gradient(0deg, #FFFFFF00, #FFFFFF);
}

#volunteer-landing h1 {
    font-size: 5rem;
}
#volunteer-landing h2 {
    font-size: 3rem;
}

#volunteer-landing .btn-primary:not(#field_selection .btn-primary) {
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.75rem 2.1rem;
    text-wrap: wrap;
}

section#banner {
    width: 100%;
    height: 40vw;
    max-height: 35rem;
    /*height: clamp(10rem, 25vw, 30rem);*/
    /*overflow: hidden;*/
    /*!* position: absolute; *!*/
    /*!* top: 0; *!*/
    /*!* z-index: 0; *!*/
    /*margin-bottom: 20px;*/
}
#banner-img-container {
    height: 40vw;
    max-height: 35rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    filter: brightness(0.9);
}

section#banner img {
    max-width: 100%;
    height: auto;
    position: relative;
    filter: brightness(0.9);
    /*top: -50px;*/
}

#callout-container {
    padding: 1rem;
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 1200px;
    /*background: #00000077;*/
    z-index: 1;
    position: relative;
    margin-top: -350px;
}

#callout-container h1 {
    /*flex:3;*/
    color: #FFFFFF;
}


#callout-container div {
    /*flex:1;*/
}

.bubble-container {
    margin-bottom: 0vw;
    margin-right: 5vw;
    display: inline-block;
    position: relative;
    margin-left: 5vw;
    width: 20vw;
    max-width: 300px;
    max-height: 630px;
    height: 42vw;
}

.bubble-1 {
    width: 75%;
    margin-left: 25%;
    position: absolute;
    z-index: 2;

}

.bubble-2 {
    position: absolute;
    margin-top: 45%;
    margin-left: -25%;
    width: 100%;
}

.bubble-3 {
    position: absolute;
    margin-top: 120%;
    margin-left: 10%;
    width: 90%;
}

.bubble-item {
    border-radius: 50%;
    overflow: hidden;
    padding: 3.75%;
    border: 2px solid lightgray;
}

.bubble-item-img {
    max-width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 50%;
    background-color: #ffffff;
}

div#main-content-container {
    display: flex;
    flex-direction: column;
    /*gap: 3vw;*/
    padding: 3vw 3vw 0 3vw;
    max-width: 1500px;
    margin: 0 auto;
}

section#call-to-action {
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 3rem;
    overflow: hidden;
}

section div.hero-image-container {
    flex: 2;
}

section div.hero-details-container {
    flex: 3;
}

section div.hero-image-container img {
    max-width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: 75% 50%;
}

section#org-sponsor-program {
    background: #F5F5F5;
    padding: 6rem 2rem;
}

section div.hero-details-container h1,
section div.org-details-container h1 {
    font-weight: 900;
    font-size: 2.5rem;
}

section div.hero-details-container p,
section div.org-details-container p {
    line-height: 1.75rem;
}

/*#volunteer-landing .card-container {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    gap: 20px;*/
/*}*/

#volunteer-landing .card {
    flex: 3;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background: #ffffff;
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    height: fit-content;
    align-self: center;
}

.card-header {
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: center;
}

.card-icon-img-container {
    width: 120px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid lightgray;
}
/*#volunteer-landing .card-details {*/
/*    flex: 1;*/
/*    padding: 1.5rem;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    gap: 10px;*/
/*}*/
.bubble-content-container {
    padding: 20px;
    margin-bottom: 5%;
}

.flex-col-row-container {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.soft-card {
    background-color: #f5eaf0;
    padding: 2rem;
    border-radius: var(--border-radius);
}

#faq-container.soft-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 4rem;
}

/* Login Page */

.login-form:has(#login_button_sso) {
    position: relative;
    margin-bottom: 8rem;
}

.login-form .form-group:has(#login_button_sso):before {
    content: "OR";
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
    background-color: #eadde3;
    border-radius: 5px;
    color: #333333;
}

.login-form .form-group:has(#login_button_sso) {
    position: absolute;
    width: 100%;
    bottom: -9rem;
}

#login_button_sso {
    font-size: 0;
}
#login_button_sso::after {
    content: "CommonSpirit Login";
    font-size: 14px;
}

/* SSO ERROR Message */
.sso-error-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-direction: column;
}

.sso-error {
    padding: 2rem;
    border: 2px solid #ebccd1;
    margin-top: 2rem;
    border-radius: 10px;
    background-color: #f2dede;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.sso-error p {
    font-size: 1.3rem;
    color: #a94442;
}

.sso-error-icon {
    font-size: 1.3rem;
    color: #a94442;

}

.sso-error-container a {
    font-size: 1.1rem;
    padding: 0.5rem 1.5rem;
}


/* vol_menu */
.welcome-header{
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 10px;
}

.heading-h3{
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
}

recruiter-header div.brand-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

recruiter-header div#header_content div#hdr_brand {
    margin: unset;
}

/* OPP Details */

#opp_details_body .btn-primary:not(#field_selection .btn-primary) {
    border-radius: unset;
}

/* Footer */

/* NOTE THIS IS FOR THE DEFAULT TEMPLATE PLEASE DELETE IF NOT USED */
div#client_footer > div.container > div {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

div#client_footer > div.container > div > div.legal {
    display: flex;
    align-items: center;
    column-gap: 2rem;
    flex-wrap: wrap;
    flex: 2;
}

div#client_footer > div.container > div > div.social {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
    justify-content: end;
}


div#client_footer > div.container > div > div.legal > a {
    text-decoration: none;
    color: var(--alt-text-footer);
    font-size: 0.95rem;
    letter-spacing: 0.2px;
    white-space: nowrap;
    line-height: 2;
}

div.social a {
    background: #fff;
    color: #4d525a;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-decoration: none;
}
/*.samaritan-footer {*/
/*    background: var(--background-sam-footer-gray) !important;*/
/*    color: var(--alt-text-footer) !important;*/
/*    font-size: 12px;*/
/*    letter-spacing: 0.3px;*/
/*    padding: 1rem;*/
/*}*/

/*.samaritan-footer a {*/
/*	color: #fff !important;*/
/*}*/

.client-footer {
    background: var(--background-dark-purple);
}

.samaritan-footer {
    background: #392c3d !important;
    color: var(--alt-text-footer) !important;
}
.samaritan-footer a {
    color: var(--teal-tinted) !important;
}


#clientRegister{
	border-radius: 0;
	color:white;
	padding:20px;
}

#clientRegister a{
	text-decoration: none;
	color:white;
}

/* Breadcrumb Styles */

.breadcrumb > li > a {
  color: #24557F !important;
}

.breadcrumb > .active {
  color: #525252 !important;
}

/*Annual Dashboard*/
#annulDash onboarding-steps div div div div div.ob-step {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: small;
}

#annulDash onboarding-steps div div div div div.ob-step .ob-message p {
    margin: 0;
    padding: 0;
}

#annulDash a {
    font-size: x-small;
}

#annulCompleteStatus {
    background: #F8FAFC;
}

.annulDashBtn {
    background-color: #feba12;
    color: white;
    border: none;
    border-radius: 3px;
    margin-top: 7px;
}
