﻿.dxbl-text-edit {
    background-color: #f9f9f9;
}
@media (min-width: 768px) {
    .title {
        font-size: 3rem;
    }
}

.features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    max-width: 80rem;
    margin-bottom: 32px;
}
@media (min-width: 1024px) {
    .features.two-cols {
        grid-template-columns: 1fr 1fr;
    }
    .header-login-dark {
        font-size: 30px;
    }
    .header-login-light {
        font-size: 30px;
    }
    .content-container {
        margin-left: 6%;
        margin-right: 6%;
    }
}
.card-tittle-dark {
    font-size: 1.5rem;
    font-weight: 500;
    color: #131A13;
    line-height: 1;
    margin-bottom: 8px;
    font-family: "Nunito Sans", sans-serif;
}

.card-tittle-light {
    font-size: 1.5rem;
    font-weight: 500;
    color: #2A7E4E;
    line-height: 1;
    margin-bottom: 8px;
    font-family: "Nunito Sans", sans-serif;
}
.card-sub-tittle-dark {
    font-size: 1.2rem;
    font-weight: 500;
    color: #131A13;
    margin-bottom: 8px;
    font-family: "Nunito Sans", sans-serif;
}
.card-sub-tittle-light {
    font-size: 1.3rem;
    font-weight: 500;
    color: #2A7E4E;
    margin-bottom: 8px;
    font-family: "Nunito Sans", sans-serif;
}
.header-login-dark {
    font-size: 30px;
    font-weight: 700;
    color: #131A13;
    margin-bottom: 8px;
    font-family: "Nunito Sans", sans-serif;
}
.header-login-light {
    font-size: 30px;
    font-weight: 700;
    color: #2A7E4E;
    margin-bottom: 8px;
    font-family: "Nunito Sans", sans-serif;
}
.card-text-dark {
    font-size: 1.1rem;
    color: #131A13;
    line-height: 1.5;
    font-family: "Nunito Sans", sans-serif;
}
.card-text-light {
    font-size: 1.1rem;
    color: #2A7E4E;
    line-height: 1.5;
    font-family: "Nunito Sans", sans-serif;
}
.btn-nesr {
    font-weight: 500 !important;
    font-family: "Nunito Sans", sans-serif;
}
.btn-nesr-primary {
    background-color: white;
    color:  #2A7E4E;
    border-color: #2A7E4E;
}
.btn-nesr-primary:hover {
    background-color: #2A7E4E;
    color: white;
    border-color: #2A7E4E;
}

.btn-nesr-secondary {
    background-color: #2A7E4E;
    color: white;
    border-color: #2A7E4E;
}

.btn-nesr-secondary:hover {
    background-color: white;
    color:  #2A7E4E;
    border-color: #2A7E4E;
}

.active-tab {
    background-color: #2A7E4E !important; 
    color: #FFFFFF !important;
}

.normal-tab {
    color: #2A7E4E;          
}

.custom-side-nav-item,
.custom-side-nav-item .side-nav-link {
    color: #ffffff !important;
    background-color: #2A7E4E !important;
    font-weight: bold !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.custom-side-nav-item:hover,
.custom-side-nav-item .side-nav-link:hover {
    color: #90EE90 !important; 
}

.custom-side-nav-item-top.active,
.custom-side-nav-item-top.active .side-nav-link {
    color: #90EE90 !important;  
}

.custom-side-nav-item-sub.active,
.custom-side-nav-item-sub.active .side-nav-link {
    color: #90EE90 !important;  
}

.custom-drawer .mud-drawer-content {
    background-image: url('./images/nesr-ui/h_slide1_1080.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}






