

/* Menu  */

.navbar
{
	height:40px;
}

.navbar .container-fluid
{
	height: 40px;
	overflow: hidden;
}

.pre-line
{
    white-space: pre-line;
}

.navbar-collapse
{
	border-radius:15px; 
	overflow: hidden;
	background-color:var(--bs-primary-bg-subtle);
	z-index:10;
	position: fixed; 
	right:10px; 
	top:95px; 
	min-width:calc(50vw - 15px);
	max-width:calc(100vw - 20px);
}

.main-container
{
	height : calc(100% - 10px);
	padding: 15px;
}


.card-body.scrollable {
    overscroll-behavior: contain;
}


.form-control
{
	border-color:#cccccc;
}
/* Remove outline and box-shadow for all form controls */
.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* If you're using Bootstrap's custom select */
.custom-select:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* For buttons */
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}



.mini-label
{

}

/* Adjust the size of the Tabler Icons icon */
.input-group-text .ti {
    font-size: 1.25rem; /* Adjust as necessary */
}


.admin .cell > div
{
    cursor: pointer;
}

.admin.card {
    height: 100%;

}

.card


.admin.cal_container 
{
    border:none;
}

.bg-leave
{
    background-color: #dcedf1;
}

.bookings
{
    width: 100%;
}

.booking, .baja
{
    border-radius:15px;
    width: calc(100% - 20px);
    padding: 10px 20px;
    overflow: hidden;
}

.booking > .title
{
    font-size:16px;
    font-weight:700;
}

.bg-booking
{
    --bs-bg-opacity: 0.2;
    height: 100%;
    width: 100%;
    position: absolute;
    margin-top: -10px;
    margin-left: -20px;
}


.details
{
    /*display: none;*/
}

.details.opened
{
    display:block;
}

/* Fixed Button Styling */
.toggle-menu-button {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: #007bff; /* Or any color you prefer */
    color: white;
    border-radius: 0 50px 50px 0; /* Half circle shape */
    padding: 5px;
    cursor: pointer;
    z-index: 1000; /* Ensure it's above other elements */
}

.rotate-icon {
    transform: rotate(180deg);
    transition: transform 0.3s; /* Smooth rotation */
}

.transformableIcon {
    transition: transform 0.3s; /* Smooth flip */
}

.flip-icon {
    transform: scaleX(-1);
}

.flip-icon-y {
    transform: scaleY(-1);
}


/* Floating Panel Styling */
.floating-panel {
    position: fixed;
    left: -275px; /* Initially hidden */
    top: 5%;
    width: 275px;
    padding-left: 25px;
    min-height: 45%;
    background-color: #f8f9fa; /* Or any color you prefer */
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: left 0.3s; /* Smooth transition for showing/hiding */
    z-index: 999; /* Ensure it's below the toggle button */
}

.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.menu-item:hover {
    background-color: #eee;
}

svg.icon {
    pointer-events: none;
}




.calendarIcon {
    font-family: Arial, sans-serif;
    margin-top: 20px;
    border-radius: 8px;
    width: 60px;
    height: 120px;
    text-align: center;
}
.calendarIcon .ci_month {
    background-color: var(--bs-danger);
    color: white;
    padding: 5px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 14px;
    font-weight: 700 ;
}
.calendarIcon .ci_day {
    font-size: 32px;
    line-height: 36px;
    padding: 0px 10px;
    font-weight: 900;
    background-color: #FFF;
    color: var(--bs-primary);
     border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.calendarIcon .ci_time {
    display: flex;
    margin-top: 5px;
    justify-content: center;
}

.calendarIcon .ci_time .ci_hour
{
    margin-right: 1px;
}
.calendarIcon .ci_time .ci_minute
{
    margin-left:  1px ;
}

.calendarIcon .ci_time .ci_hour, .calendarIcon .ci_time .ci_minute {
    background-color: var(--bs-primary);
    width: calc(50% - 1px);
    color: white;
    padding: 0px;
    font-size: 16px;
    border-radius: 5px;
    
}


.calendarIconsSeparator
{
    width:60px;
    font-size: 30px;
    content: "";
    margin-top: 30px;
    color: var(--bs-primary);
}


.form-floating label
{
    color:#cccccc;
    
}

.text-xs 
{
    font-size: 12px;
}