﻿.dxbl-text-edit {
    background-color: #f9f9f9;
}
.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;
}
.responsive-padding {
    padding: 8px;
}

@media (min-width: 768px) {
    .responsive-padding {
        padding: 20px;
    }
}
.flight-segments-container {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.flight-segment-line {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    margin-bottom: 4px;
}
.nowrap-cell {
    max-width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Mobile only (≤768px)  */
@media (max-width: 768px) {
    .normal-tab .mud-tab {
        padding: 8px 12px !important;
        font-size: 0.8rem !important;
    }

    .normal-tab .mud-tab-panel {
        min-height: 32px !important;
    }
    
    .active-tab .mud-tab {
        padding: 8px 12px !important;
        font-size: 0.8rem !important;
    }
    .mobile-no-margin-tabs {
        margin-top: 0 !important;
        margin-left: 0 !important;
        padding-top: 0.5rem !important;  
        padding-bottom: 0.5rem !important;
    }
    .desktop-centered-tabs {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0px auto !important;     
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    
    .desktop-centered-tabs .mud-tabs {
        width: 100% !important;
        max-width: 100% !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        padding: 0 !important;
        margin: 0 auto !important;
    }
    .child-wrapper {
      padding-left: 2px !important;
      padding-right: 2px !important;
    }
    .mobile-tab-compact.mud-tab {
        white-space: nowrap !important;
        min-width: 0 !important;      
        width: auto !important;
        flex: 0 0 auto !important;        
    }
    .mobile-tab-compact[style*="min-width"] {
        min-width: 0 !important;
        width: auto !important;
    }
}

/* Desktop only (>768px)  */
@media (min-width: 768px) {
    .title {
        font-size: 3rem;
    }
    .mobile-no-margin-tabs {
        margin-top: 1rem !important;
        margin-left: 1rem !important;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        width: 100% !important;
    }
    .desktop-centered-tabs {
        position: relative !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        padding-top: 4px !important;
        padding-bottom: 0.5rem !important;
        margin-top: 4px !important;
    }
}






