.TravelD .widget-info,
.widget-bg {
    border: 1px solid #C7DBEB;
    border-radius: 6px;
}

.TravelD .info-title .info-title-left {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
    color: #0E0E0F;
}

label.widget-control, .radio label {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.select-agence {
    color: #0E0E0F;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
}

:root {
   
    --light-gray: #f2f7fb;
    --border-color: #e0e0e0;
    --text-inactive: #8899aa;
    --text-active: #fff;
}

.custom-payment-tabs {
    border-bottom: none;
    display: flex;
    margin-bottom: 20px;
}

.custom-payment-tabs .nav-item {
    margin-right: 15px;
}

.custom-payment-tabs .nav-link {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    color: var(--text-inactive);
    background-color: white;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.custom-payment-tabs .nav-item:not(.active) .nav-link {
    border-color: var(--border-color);
    background-color: var(--light-gray);
    color: #0088CC80;
}

.custom-payment-tabs .nav-item:not(.active) .nav-link img {
    filter: invert(37%) sepia(94%) saturate(1915%) hue-rotate(174deg) brightness(91%) contrast(101%) opacity(0.5);
}

.custom-payment-tabs .nav-item .nav-link {
    display: flex;
    flex-direction: column;
}

.custom-payment-tabs .nav-item.active .nav-link {
    border: 1px solid var(--color-site-2);
    background-color: var(--color-site-2);
    color: var(--text-active);
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 2;
}

.custom-payment-tabs .nav-item.active .nav-link::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--color-site-2);
    z-index: 1;
}

.custom-payment-tabs .nav-item:not(.active) .nav-link::after {
    content: none;
}

#pointVente .custom-control-label {
    border: 1px solid #C7DBEB;
    border-radius: 4px;
    padding: 5px;
    width: 100%;
    height: 100%;
}

#pointVente label.pt-vente-select {
    border: 1px solid #0088CC;
}

.payement-title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.date-column.arrival::after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
    width: 1px;
    border-right: 1px dotted #a0b0c0;
}

.text-pay {
    color: #636C7D;
    font-weight: 400;
    font-size: 16px;
}

div.pt-vente-select:nth-child(1) {
    border: none;
}


.btn-group.bootstrap-select.form-control , .bootstrap-select .btn.btn-default,select.form-control{
    border: 1px solid #0088CC33 !important;
    border-radius: 4px
}
.class-chambre{
	
font-weight: 400;
font-style: Regular;
font-size: 16px;




}

label {
margin: 0;
}


.bootstrap-select.select-border.form-control{
    border:2px solid transparent !important
}

.addPersWrap {

font-size: 14px !important;
margin: 20px 0 !important;

justify-content: start;
display: flex;
}


.addPersWrap .fa-user-plus {
color: var(--color-site-1);
font-size: 16px;
}
hr {
    opacity: 1;
}