body {
    font-family: 'Inter', sans-serif;
    color: #2c3345;
    background-color: #FA4444;
    padding: 0;
    margin: 0;
   
}

#js-member-list {
    font-size: 14px;
}

.form-control {
    border: 1px solid #2c3345 !important; 
}

.input-group-text { 
    border: 1px solid #2c3345 !important; 
    background-color: #2c3345;
    color: #fff;
}

.form-control:active,
.form-control:focus {
    border: 1px solid #FA4444 !important;  
}

.cf-h1 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.45;
}

.cf-subheading {
    font-size: 0.875em;
    font-weight: 600;
    line-height: 1.6;
    color: #2C3345;
}

.cf-divider {
    border-bottom: 1px solid #ededf1;
}

.cf-logo img{
    margin-top: 1.7em;
    width: 150px;
}

.cf-member-portal {
    /* width: 1000px; */
    background-color: #fff;
    border: 2px solid #21224e;
    margin: 4rem 1rem;
    position: relative;
    
}

.cf-member-portal .cf-header {
    text-align: center;
    padding: 2rem 1rem;
    margin-top: 1em;
    
}

.cf-search-form{
    padding: 2em 1rem 0rem 1rem;
}
 

.cf-search-form  .btn{
    margin-top: 1rem;
}

.cf-back-btn {
    position: absolute;
    top: 0;
    left:0px;
    z-index: 1000;
}
 
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    line-height: 10px;
    color: #f60606;
    width: max-content;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #f60606  !important;
}

.cf-member-card {
    border: 1px solid #ededf1;
    border-radius: 10px;
    width: 100%;
}

.cf-member-card .image-section {
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.cf-member-card .card-image {
    height: 100%;
    width: 100%;
    min-height: 200px;
    max-width: 200px;
    background-position: center;
    background-repeat: no-repeat;  
    background-size: cover;
}

.cf-member-card .info {
    padding: 1rem;
}

.cf-member-card .info .member-card-title {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2;
}

.cf-member-card .info .details .section-1 {
  display: flex;
  justify-content: space-between;    
  margin-top:1.2em;  
  margin-bottom:.8em;             
}
 
.member-wrapper {
    margin-top:3.5em;
    margin-bottom:3.5em;
}

@media screen and (min-width: 1024px) { 
    .cf-member-portal { 
        width: 1000px;
        margin: 4rem auto;
    }
 
    .cf-search-form {
        padding: 2em 2rem 1rem 2rem;
    }
 
    .cf-member-portal .cf-header {
        margin-top: 0em;
    }

    .cf-member-portal .member-wrapper .cf-card-section {
        width: 100%;       
        padding-bottom: 0rem !important;
    }

    .cf-member-portal .member-wrapper .cf-card-section .cf-member-card {
        display: flex;
        justify-content: start;
        align-items: center;
        padding: 3rem;
    }

    .cf-member-card .card-image {
        height: 200px;
        width: 200px;
    }

    .cf-member-card .image-section {
        padding: 0;
        margin-right: 2.5rem;
    }

    .cf-member-card .info {
        padding: 0rem;
    }

    .cf-member-portal .member-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

    .cf-member-portal .member-wrapper .action-btns {
        padding-left: 0 !important;
        padding-top: 3rem;
        padding-bottom: 0rem !important;
        width: 500px;       
    }

    .cf-member-card .info {
        min-width: 250px;
    }

    .cf-member-card .info .member-card-title {
        text-align: left !important;
    }
}

