/* _content/Panel/Components/HotelCard/HotelCard.razor.rz.scp.css */
.bg-card-blue[b-6rr4o9az1x] {
    background-color:rgba(9,21,52,1);
}

.bg-service-success[b-6rr4o9az1x] {
    background-color: #28A745;
}

.card[b-6rr4o9az1x] {
    background-color: #007bff;
    border-width: 4px; 
    background-color: white;
}

.card-container[b-6rr4o9az1x] {
    
}

.card-header h5[b-6rr4o9az1x] {
    color: #fff;
}

.card-body[b-6rr4o9az1x] {
    width: 320px;
    color: #fff;
}

main-card-info-container[b-6rr4o9az1x]{
    font-size: 1rem;
}

ul[b-6rr4o9az1x] {
    list-style: none;
    padding-left: 0; 
}

ul li[b-6rr4o9az1x] {
    padding: 8px; 
    background-color: #f8f9fa; 
    border-radius: 5px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease; 
    }

ul li:hover[b-6rr4o9az1x] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

ul li > div[b-6rr4o9az1x] {
    font-weight: bold;
    margin-bottom: 6px;
    display: flex;
    justify-content: start;
}

ul li p[b-6rr4o9az1x] {
     margin: 0;
     display: flex;
     justify-content: start;
}

.expand-btn-container[b-6rr4o9az1x] {
      width: 50px;
 }

.expand-btn[b-6rr4o9az1x] {
    width:100%;
}

.bi-hdd-rack-fill[b-6rr4o9az1x]{
    font-size: 5em;
}

/* _content/Panel/Pages/Services Views/PmsHotelsServices.razor.rz.scp.css */
.hotel-list[b-wncksiduaz] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 90px;
    justify-items: center;
}

.hotel-card-container[b-wncksiduaz] {
    width: 100%;
    max-width: 300px;
}
/* _content/Panel/Shared/MainLayout.razor.rz.scp.css */
/* _content/Panel/Shared/NavMenu.razor.rz.scp.css */
.nav-item[b-5xge94n8om] {
    margin: 4px 0;
    padding-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold;
    font-size: 0.9rem;
}

    .nav-item:first-of-type[b-5xge94n8om] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5xge94n8om] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5xge94n8om]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-5xge94n8om]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-5xge94n8om]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
