﻿.logOffLink {
    background: transparent;
    border: 0;
}

.accContent {
    font-family: Inter, sans-serif;
}

.lightGrayBG {
    background: #f7f9fc;
}

.lightBlueBG {
    background: #F4F7FF;
}

.darkBlueFG {
    color: #1476FF;
}

.accTextColorDarkFG {
    color: #0b0e2c;
}

.accTextColorLightFG {
    color: #6f7182;
}

.accInputField {
    box-shadow: 0 2px 12px 0 rgba(11, 22, 44, 0.05);
    font-size: 14px;
    line-height: 1.143em;
    color: #333333;
}

.accInputLabel {
    margin-left: 0.75rem !important;
    font-size: 14px;
    color: #333333;
}

.accSignInButton {
    padding: 17px;
    font-size: 15px;
}

.accSignInLabel {
    font-size: 14px;
    line-height: 1.143em;
    color: #303350;
    font-weight: 500;
}

.popButton {
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
    -webkit-transition: background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
}

    .popButton:hover {
        -webkit-transform: scale3d(1.04, 1.04, 1.01);
        transform: scale3d(1.04, 1.04, 1.01);
        color: #fff;
    }

.validationSummaryAlert {
    padding-left: 30px;
    padding-right: 30px;
}

    .validationSummaryAlert li {
        text-align: left;
        line-height: 25px
    }

.accAlertText {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.accSectionTitle {
    color: #0b0e2c;
    font-size: 22px;
    line-height: 1.273em;
    font-weight: 700;
}

.profilePicture {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
}

.profileSummaryTitle {
    color: #0b0e2c;
    font-size: 18px;
    line-height: 1.333em;
    font-weight: 700;
}

.profileSummarySubTitle {
    font-size: 13px;
    line-height: 1.143em;
    color: #6f7182;
    font-weight: 400;
}

.profilePictureButton {
    font-size: 12px;
    line-height: 1.167em;
    border-color: #e9eaf3;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(20, 20, 43, 0.04);
    color: #0b0e2c !important;
    font-weight: 400 !important;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
}

.profilePictureButton:hover {
    border-color: #1476ff;
    background-color: #0D121C;
    -webkit-transform: scale3d(1.06, 1.06, 1.01);
    transform: scale3d(1.06, 1.06, 1.01);
    color: #fff !important;
}

.profileSectionHeader {
    color: #0b0e2c;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3em;
}

.profileFormInputLabel {
    font-size: 14px;
    line-height: 1.143em;
    color: #303350;
    font-weight: 700;
    margin-bottom: 10px;
}

.profileFormInputField {
    font-size: 14px;
    color: #333333;
    padding-top: 10px;
    padding-bottom: 10px;
}

.profileSaveButton {
    padding: 10px;
    font-size: 14px;
}

.noDataImageContainer {
    background-color: #EEEFF4;
    width: 30vmin;
    aspect-ratio: 1/1;
    border-radius: 50%;
    max-width: 320px;
    max-height: 320px;
}

.noDataImage {
    max-width: 180px;
    height: auto;
    margin: 0 auto;
    display: block;
    max-height: 20vh;
}

.noDataHeader {
    font-family: Inter, sans-serif;
    font-size: clamp(0.5rem, calc(1rem + 1vw), 1.8rem);
    color: #5a5867;
    font-weight: 300;
}

.noDataSubHeader {
    font-family: Inter, sans-serif;
    font-size: clamp(0.5rem, calc(0.7rem + 0.6vw), 1.4rem);
    color: #9b9b9b;
    font-weight: 300;
    text-align: center;
}

.noDataNewItemLink {
    text-decoration: none;
    color: #0D121C;
}

@media screen and (max-width: 767px) {
    .noDataImageContainer {
        width: 50vmin;
    }

    .noDataImage {
        max-width: 60%;
        height: auto;
        margin: 0 auto;
    }

    .noDataHeader {
        font-family: Inter, sans-serif;
        font-size: calc(1rem + 1vw);
        color: #5a5867;
        font-weight: 400;
    }

    .noDataSubHeader {
        font-family: Inter, sans-serif;
        font-size: calc(0.7rem + 0.8vw);
        color: #9b9b9b;
        font-weight: 400;
        text-align: center;
    }
}

.customTab {
    color: #414A5C;
}

.customTab:hover {
    color: #16A34A;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: inherit; /* Inherit the text color */
}

.blackLink {
    color: #0D121C;
}

.blackLink:hover {
    color: #0D121C;
}

.active > .page-link, .page-link.active {
    background: #16A34A;
    border-color: #414A5C;
}

.page-link {
    color: #414A5C;
    }

.page-link:hover {
    color: #16A34A;
}