body
{
    background: url("./../images/auth-bg.jpg") no-repeat center center;
    background-size: cover;
    backdrop-filter: blur(10px);
}

a
{
    text-decoration: none !important;
}

.auth-container
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}

.auth-box
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem 2rem;
    background-color: #ECECED;
    width: 460px;;
    border-radius: 15px;
}

.auth-box-header
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.auth-box-subheading
{
    font-size: 0.9rem;
    color: #002D84;
    font-weight: 400;
    padding-bottom: 1rem;
}

.auth-box-form
{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.logo-container
{
    margin-top: -4rem;
    background-color: #002D84;
    border-radius: 50%;
}

.input
{
    color: #ECECED;
    background-color: #3B5D9E;
    box-shadow: unset;
    border-radius: .375rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0 !important;
}

.input-info
{
    color: #ECECED;
    background-color: #3B5D9E;
    box-shadow: unset;
    border-radius: .375rem !important;
}

.input-icon
{
    background-color: #002D84;
    box-shadow: unset;
    border-radius: .375rem !important;
    z-index: 800;
    border-right: 0 !important;
    border-left: 0 !important;
    border-color: #002D84;
    height: calc(1.5em + 1rem + 2px) !important;

}
.input-icon > span {
    color: #ECECED;
    padding-right: 4px;
}

.input-icon > img
{
    height: 1.5rem;
    z-index: 801;
}

.input-cellphone
{
    margin-left: -.375rem;
    border-color: #002D84 !important;
    height: calc(1.5em + 1rem + 2px) !important;
}

.input:focus
{
    color: #ECECED;
    background-color: #3B5D9E;
    border-color: #86B7FE;
    outline: 0;
    box-shadow: unset;
}

.input-info:focus
{
    color: #ECECED;
    background-color: #3B5D9E;
    border-color: #86B7FE;
    outline: 0;
    box-shadow: unset;
}

.input::placeholder
{
    color: #ECECED;
    opacity: .7;
    font-size: 1rem;
}

.input-info::placeholder
{
    color: #ECECED;
    opacity: .7;
    font-size: 1rem;
}

.input-cellphone::placeholder
{
    text-align: right !important;
}

.logo-img
{
    width: 8rem;
    padding: 0.8rem;
}

.auth-box-heading
{
    padding-top: .3rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #002D84;
}

.btn-primary-color
{
    background-color: #002D84 !important;
    color: #ECECED !important;
    font-weight: 600 !important;
}

.btn-secondary-color
{
    background-color: #EBA48B !important;
    color: #002D84 !important;
    font-weight: 600 !important;
}

.btn-retry-color
{
    background-color: #ECECED !important;
    border-color: #002D84 !important;
    color: #002D84 !important;
    font-weight: 600 !important;
}

.btn-box
{
    padding-top: .6rem;
    display: flex;
    justify-content: space-between;
}

.btn-box > button, a
{
    border-radius: .6rem !important;
    margin-left: .4rem;
}

.btn-box > button:last-child, a:last-child
{
    margin-left: 0;
}

.messages > .alert
{
    --bs-alert-padding-x: .5rem;
    --bs-alert-padding-y: .3rem;
    font-size: 1rem;
    font-weight: 700 !important;
}

.bootstrap-select .dropdown-toggle .filter-option
{
    text-align: center !important;
}

.info-box > .dropdown.bootstrap-select, input
{
    margin-bottom: .3rem;
}

.btn.dropdown-toggle.bs-placeholder
{
    background-color: #3B5D9E !important;
    color: rgba(236, 236, 237, 0.7) !important;
}

.btn.dropdown-toggle
{
    background-color: #3B5D9E !important;
    color: rgb(236, 236, 237) !important;
}

.dropdown-menu
{
    background-color: #3B5D9E;

}

.dropdown-menu > div.inner.show > ul > li > a
{
    color: #ECECED !important;
}

.dropdown-menu > div.inner.show > ul > li > a:hover
{
    background-color: #AEAEAE !important;
}

.bs-searchbox > input
{
    background-color: #ECECED !important;
}

.btn-checkbox
{
    font-size: .9rem !important;
    font-weight: 600 !important;
    color: #000000 !important;
    background-color: #ECECED !important;
    border-color: #002D84 !important;
    margin-bottom: .3rem;
}

.btn-check:focus-visible + .btn
{
    border-color: var(--bs-btn-hover-border-color) !important;
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow) !important;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show
{
    color: var(--bs-btn-active-color) !important;
    background-color: #002D84 !important;
    border-color: #000000 !important;
}

.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible
{
    box-shadow: var(--bs-btn-focus-box-shadow) !important;
}

.gender-box
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .4rem;
}

.user-info-standalone
{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    color: black;
    font-size: 17px;
}

.user-info-container
{
    display: flex;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 5px; /* Add space between sections */
}

.user-details
{
    padding: 20px;
    flex: 2;
}

.user-avatar
{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F0F0F5;
}

.user-avatar img
{
    width: 100%;
    height: auto;
    border-radius: 50%;
    max-width: 150px;
}

.user-name
{
    margin: 0 0 10px;
    color: #333333;
    font-size: 18px !important;
    font-weight: bold;
}

.extra-section
{
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 0;
}

.extra-section h3
{
    margin-top: 0;
    margin-bottom: 15px;
    color: #333333;
}

.extra-list
{
    margin: 0;
    padding: 0 5px 0 0;
    list-style-type: none;
}

.extra-list li
{
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.extra-list li::marker
{
    content: ' ★ ';
    color: #F39C12;
    font-size: 16px;
}

a:hover
{
    text-decoration: none;
    color: black;

}

.job-list
{
    margin-right: 15px;
}

.job-item
{
    background: #002D84;
    padding: 5px;
    border-radius: 10px;
    color: #ECECED;
    font-weight: bold;
    line-height: 45px;
}
.user-details > p {
    padding-bottom: .3rem !important;
    margin-bottom : .3rem !important;
}

button:disabled {
    cursor: not-allowed !important;
}

@media screen and (max-width: 480px)
{
    .auth-container
    {
        padding-top: 4rem;
        padding-left: 1rem;
        padding-right: 1rem;
        align-items: start;
        justify-content: start;
    }

    .auth-box
    {
        padding-left: .5rem;
        padding-right: .5rem;
        width: 100%;
    }

    .logo-img
    {
        width: 6rem;
        padding: 0.8rem;
    }

    .logo-container
    {
        margin-top: -3rem;
    }

    .auth-box-subheading
    {
        font-size: .8rem;
    }

    .input::placeholder
    {
        font-size: 0.9rem;
        font-weight: 400;
    }

    .btn-box
    {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .btn-box > button, a
    {
        margin: unset;
        margin-top: .4rem !important;
    }

    .messages > .alert
    {
        font-size: .9rem;
        font-weight: 600 !important;
    }

    .btn-checkbox
    {
        font-size: .7rem !important;
    }
}
