.tutto-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.tutto-modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 800px;
    position: relative;
}

.tutto-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
}

.tutto-form-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.tutto-form-group label {
    margin-bottom: 5px;
    font-weight: 600;
}

.tutto-form-group select {
    padding: 8px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.tutto-form-group-desk {
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
}

.tutto-form-group-desk label {
    margin-bottom: 5px;
    font-weight: 600;
}

.tutto-form-group-desk select {
    padding: 8px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.tutto-button {
    background-color: #007BFF;
    color: white;
    padding: 10px;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}

.tutto-button:hover {
    background-color: #0056b3;
}

.selected_vehicle_row{
    background: #fbf9f3;
    border-bottom: 2px solid #e1ab6e ;
}
.select_vehicle_row{
    background: #fbf9f3;
    border-bottom: 2px solid #e1ab6e ;
}
.selected_vehicle_block{
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
}
.change_vehicle_button{
    margin-top: 15px;
    background: #e1ab6e;
    color:white;
}
.remove_vehicle_button{
    margin-top: 15px;
}
.vertical-separator {
    min-width: 50px;
    height: 150px;
}

.vertical-separator .or-text {
    position: relative;
    z-index: 1;
}
.select2-container--default .select2-selection--single {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
