.room-popup {

    background: white;

    color: black;

    width:300px;

    padding:10px;

    border-radius:40px;

}

.room-popup th{

    width: 50%;

    background: none;

    color: black;

    font-size: 16px;

    font-weight: 700;

    text-align: left;

    padding-left:32px;

}

.room-popup tr,table{

    width:100%;

}

.room-popup .selected_room,.guest_selection {

    display:flex;

    align-items:center;

    justify-content:center;

}

.room-popup .selected_room>*,.guest_selection>*{

    margin-right:10px;

    cursor:pointer;

    color:blue;


}

.room-popup table tr td{border:0; padding:10px 0;}

span.delete_room.dashicons.dashicons-dismiss {

    color:red;

}

span.dashicons-before.dashicons-insert {

    cursor:pointer;

    display:flex;

    align-items:center;

    padding:15px 25px 25px;

}

span.custom_room_placeholder {

    color: #777E90;

    font-weight: 400 !important;;

    font-size: 14px;

    line-height: 24px !important;

    padding-left: 0;

}


span.custom_room_placeholder:not(.fifa-room-placeholder) {
    color: #777E90 !important;
    font-size: 14px !important;
}

.gdlr-reservation-bar-room-number span.select2.select2-container.select2-container {

    display:none !important;

}

.add_room_btn .dashicons-insert:before{
    content: "\f132" !important;

    border-radius: 24px;

    width: 32px;

    height: 32px;

    line-height: 34px;

    background: #6707FD;

    font-size: 16px;

    margin-right: 10px;

    color: #fff;}

    .add_room_btn .dashicons-insert{font-weight: 700;}

    .popup .sub-text{color: #6707FD;

        font-size: 14px;

        padding: 0 30px 10px 30px; display: block;}

        .popup .sub-text a{color: #6707FD;}



input.gdlr-button[disabled] {

    cursor:not-allowed !important;

}



.popup_confirm_btn_area button{

    width: 85%;

    height: 40px;

    left: 892px;

    top: 1184px;

    background: #4323FF;

    border-radius: 64px;

    font-weight: 600;

    font-size: 14px;

    color: #FFFFFF;

    border: 0px;

    cursor: pointer;

    margin-left: 7%;

    margin-top: 20px;

    margin-bottom: 20px;

}

.add_room_icon {

    color: black;

}

/* NEW Switcher toggle */
.cbs-switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 34px;
    font-size: 16px;
}


.cbs-switch input {
    opacity: 0;
    width: 100%;
    height: auto;
    /* max-width: 320px; */
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.21875px;
    color: rgb(255, 255, 255);
    margin-top: 4px;
    box-sizing: border-box;
    padding: 12px;
    background: rgb(49, 52, 64);
    border-radius: 8px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.cbs-toggle-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2F2F31;
    transition: background-color 0.4s;
    width: 70px;
}

.cbs-toggle-switch-slider:before {
    position: absolute;
    content: '';
    height: 32px;
    width: 32px;
    left: 1px;
    bottom: 1px;
    background-color: #4323FF;
    transition: transform 0.4s;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
}

.cbs-switch input:checked + .cbs-toggle-switch-slider {
    background-color: #515154;
}

.cbs-switch input:checked + .cbs-toggle-switch-slider:before {
    transform: translateX(36px);
    content: '+';
}

.cbs-switch input:not(:checked) + .cbs-toggle-switch-slider:before {
    transform: translateX(0);
    content: '-';
}

.cbs-toggle-switch-round {
    border-radius: 34px;
}

.cbs-toggle-switch-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    transition: 0.4s;
    font-size: 10px;
}

.cbs-toggle-switch-on-text {
    left: 8px;
}

.cbs-toggle-switch-off-text {
    right: 8px;
}

.cbs-toggle-switch-on-text,
.cbs-toggle-switch-off-text{
    font-size: 16px;
    visibility: hidden;
    opacity: 0;
}

.cbs-switch input:checked + .cbs-toggle-switch-slider .cbs-toggle-switch-on-text{
    visibility: visible;
    opacity: 1;
    color: #4FF6B1;
}

.cbs-switch input:not(:checked) + .cbs-toggle-switch-slider .cbs-toggle-switch-off-text {
    visibility: visible;
    opacity: 1;
    color: #515154;
}

.cbs-toggle-switch-slider:before {
    z-index: 10;
}

/* END NEW Switcher toggle */

select.select2{
    width: 100%;
    height: auto;
    /* max-width: 320px; */
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.21875px;
    color: rgb(255, 255, 255);
    margin-top: 4px;
    box-sizing: border-box;
    padding: 12px;
    background: rgb(49, 52, 64);
    border-radius: 8px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

/** Checkbox **/
input[type="checkbox"].cbs2-checkbox {
    position: relative;
    width: 18px!important;
    height: 18px!important;
    color: #4FF6B1;
    border: 1px solid #2f2f31;
    border-radius: 4px!important;
    appearance: none;
    outline: 0;
    cursor: pointer;
    transition: transparent 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    margin: 0!important;
    padding: 0!important;
    background-color: #2f2f31;
}

input[type="checkbox"].cbs2-checkbox::before {
    position: absolute;
    content: '';
    display: block;
    top: 1px;
    left: 6px;
    width: 4px;
    height: 10px;
    border-style: solid;
    border-color: #4FF6B1;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
input[type="checkbox"].cbs2-checkbox:hover {
    border-color: #3f22e8;
}

input[type="checkbox"].cbs2-checkbox:checked {
    color: #4FF6B1;
}

input[type="checkbox"].cbs2-checkbox:checked::before {
    opacity: 1;
}