.fcl-w-80 {
    width: 80% !important;
}

.fcl-account-menu {
    padding: 0px 0px 24px;
}

.fcl-nav-my-account {
    color: #484E55;
    font-weight: 700;
    border-radius: 8px;
    font-size: 16px;
    padding: 16px;
    margin-bottom: 16px;
}

.fcl-nav-my-account:hover {
    text-decoration: none;    
    color: #484E55;
    background: #ECF0F4;
}

@media (min-width : 768px) {
    .fcl-nav-my-account {
        font-size: 18px;
        padding: 6px 16px;
        margin-bottom: 16px;
    }
}

.fcl-nav-my-account.selected {
    background: #ECF0F4;
    font-weight: 800;
    border-radius: 8px;
}


.fcl-account-menu-header {
    color: #484E55;
    font-weight: 800;
    font-size: 20px;
    padding: 6px 16px 16px 16px;
}

@media (min-width : 768px) {
    .fcl-account-menu-header {
        font-size: 24px;
    }
}

.fcl-logout {
    padding: 16px;
    font-weight: 700;
    font-size: 16px;
}

@media (min-width : 768px) {
    .fcl-logout {
        font-size: 18px;
    }
}

.fcl-my-account-hero {
    padding-bottom: 36px;
}

.fcl-account-header-image {
    border-radius: 8px;
    background: linear-gradient(rgba(35, 31, 32, 0.44), rgba(35, 31, 32, 0.44)), url('/CoopCRSThemeStatic/themes/CoopCRSTheme/images/my-account/default.png');
    background-size: cover;
    height: 264px;
}

@media (min-width : 768px) {
    .fcl-account-header-image {
        background-position: center;
        height: 321px;
    }
}

.btn-fcl-account-header {
    font-size: 10px;
    color: #231F20;
    background-color: #ECF0F4;
    border-radius: 5px;
    border-color: transparent;
    padding: 0.5rem 1rem;
    font-weight: 800;
}

@media (min-width : 768px) {
    .btn-fcl-account-header {
        font-size: 16px;

    }
}

.fcl-my-account-h {
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 16px;
}

@media (min-width : 768px) {
    .fcl-my-account-h {
        font-size: 40px;
    }
}

.fcl-user-settings .fcl-hr-account {
    margin: 36px 0;
}

.fcl-acc-form-label {
    margin-bottom: 0;
    font-weight: 600;
}

.fcl-form-delete-account .fcl-form-check-title {
    font-weight: 800;
}