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

.fcl-account-menu {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 24px;    
    border-right: 1px solid #F5F5F6;
}

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

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

.flex-column .fcl-nav-my-account:not(:last-child) {
    border-bottom: 1px solid #F5F5F6;
}

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

.fcl-nav-my-account.selected {
    font-weight: 800;
    color: #cc0000;
}


.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;
}

.dashboard-card-body {
    background-color: #F5F5F6;

}

.dashboard-card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
}

@media (max-width: 767px) {
    .modal input,
    .modal select,
    .modal textarea {
        font-size: 16px;
    }
}


.news-cards-container {
    padding: 1.5rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.fcl-account-header-image {
    border-radius: 8px;
    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;
}



@media (min-width: 768px) {
    .w-md-custom {
        width: 50% !important;
    }
}

@media (min-width: 992px) {
    .w-md-custom {
        width: 35% !important;
    }
}

.fcl-mobile-nav-wrapper {
    position: relative;
}

.fcl-mobile-nav-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    background: linear-gradient(to right, white, transparent);
    pointer-events: none;
    z-index: 1;
}

.fcl-mobile-nav-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: linear-gradient(to left, white, transparent);
    pointer-events: none;
}

.fcl-mobile-nav {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.fcl-mobile-nav::-webkit-scrollbar {
    display: none;
}

.fcl-mobile-nav-item {
    padding: 8px 16px;
    font-size: 14px;
    white-space: nowrap;
    color: #484E55;
    font-weight: 600;
}

.fcl-mobile-nav-item.active {
    color: #CC0000;
}

.fcl-mobile-nav-item.disabled {
    opacity: 0.6;
}

@media (min-width: 768px) {
    .fcl-mobile-nav-wrapper {
        display: none !important;
    }
}