/*
Theme Name:     BuddyBoss Theme
Theme URI:      https://www.buddyboss.com/
Description:    BuddyBoss Theme makes the BuddyBoss Platform look beautiful.
Author:         BuddyBoss
Author URI:     https://www.buddyboss.com/
Version:        2.6.30
*/

/*
This stylesheet is never loaded! No need to add CSS rules here.
*/

/*
Theme Name:     BuddyBoss Theme
Theme URI:      https://www.buddyboss.com/
Description:    BuddyBoss Theme makes the BuddyBoss Platform look beautiful.
Author:         BuddyBoss
Author URI:     https://www.buddyboss.com/
Version:        2.6.30
*/

/*
This stylesheet is never loaded! No need to add CSS rules here.
*/


.site-header,.buddypanel,
.panel-head,.buddypanel-menu,.header-search-wrap{
    background-color: #204562 !important;
}
.btn {
	background-color: #204562;
	color: white;
}

.user-name {
	color: #fff;
	font-size: 15px;
}

.heading {
    color: #204562 !important;
	font-weight: bold;
}

.heading1 {
    color: #204562 !important;
	font-weight: bold;
	margin-top: 5rem;
	background-color:#E6F0F3;
	padding:1rem;
	border-radius: 10px 10px 0px 0px;
}
label {
	color: #204562 !important;
}

.btn.text-white {
    background-color:#204562 !important; /* Button background color */
    color: #ffffff; /* Button text color */
    text-align: center;
    text-decoration: none;
}

.btn.text-white:hover {
    background-color:#204562 !important; /* Darker background color on hover */
    color: #ffffff; /* Keep text color white */
}

.btn.text-white a {
    color: inherit; /* Ensures link color matches button color */
    text-decoration: none; /* Remove underline from links */
}

.btn.text-white a:hover {
    color: inherit; /* Keep link color on hover */
}

.dt-button{
	background-color:#204562 !important; /* Button background color */
    color: #ffffff !important; /* Button text color */
    text-align: center;
}

table.dataTable th {
    white-space: nowrap;
    text-align: center; /* Optional, to center-align headers */
	background: #E6F0F3;
	font-weight: 400;
	font-size:16px;
	color:#204562 !important;
	border: 0px; width: 100%;
}

/* General styling for tbody */
tbody {
    font-family: Arial, sans-serif;
	font-size: 15px;
    color: #333; /* Dark text color */
}
.table-responsive {
    overflow-x: auto;
	padding: 0rem;
}

.bb-icon-sidebar {
	font-size: 2rem;
}

.custom-table-container {
    max-width: 100%;
    overflow-x: auto;
}

/* Ensure table can scroll horizontally */
.custom-table {
    min-width: 1260px;
}

/* Prevent text wrapping within cells */
.custom-table td, .custom-table th {
    white-space: nowrap;
    text-align: center;
}

.table-responsive {
    max-width: 1260px;
    overflow-x: auto;
}

table {
    width: 100%;
    table-layout: fixed;
}

#example th{
    white-space: nowrap;
}
#example th:nth-child(1) { width: 50px; } /* SN. column */
#example th:nth-child(2) { width: 80px; } /* UID column */
#example th:nth-child(3) { width: 200px; } /* Guest/Group Name column */
#example th:nth-child(4) { width: 180px; } /* Start Date column */
#example th:nth-child(5) { width: 180px; } /* End Date column */
#example th:nth-child(6) { width: 150px; } /* Service City column */
#example th:nth-child(7) { width: 150px; } /* Hotel column */
#example th:nth-child(8) { width: 100px; } /* Booked By column */
#example th:nth-child(9) { width: 80px; } /* Total Rooms column */
#example th:nth-child(10) { width: 150px; } 


/*****18 Nov****/
@media print {
    body {
        margin: 0;
        padding: 0;
    }

    #example {
        width: 100%;
        border-collapse: collapse;
    }

    #example th, #example td {
        border: 1px solid #ddd;
        padding: 8px;
        word-wrap: break-word;
    }

    #example th {
        background-color: #f2f2f2;
        text-align: center;
    }

    #example_wrapper .dt-buttons {
        display: none;
    }
    table {
        table-layout: auto !important;
        word-wrap: break-word !important;
    }

    .table-responsive {
        overflow: visible !important;
    }
    .no-print, .dt-buttons {
        display: none !important;
    }
}



.menu-item {
    border-bottom: 1px solid #ddd; 
    background-color: #204562 !important;
}

.menu-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white !important; 
    background-color: #204562 !important;
}

.menu-item a i{
    color: white !important; 

}


.content {
    margin-left: 250px; 
}

