.right-toggle {
    position: absolute;
    top: 45%;
    right: 280px;
    width: 30px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    z-index: 10;
    cursor: pointer;
    transform: translateY(-44%);
    background: #00000047;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-right: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: rgba(0,0,0,.5) 0 0 0 , rgba(0,0,0,.1) 0 1px 6px;
}

.right-toggle {
		right: 0px;
	}
	#room_list_custom {
		margin-left: 26px;
	}
}



.onOffswitch {
    display: table;
    width: 50px;
    padding: 2px;
    border-radius: 100px;
}


.blisting{border-bottom:2px solid rgb(0,0,0,.08);background:#f3f3f300;border-radius:5px;margin:1px 0;padding:11px}
.blisting:hover{background:rgb(0,0,0,.05)}


.back_input {
    background: #fff;
    border-top: 0;
}
.cmain_item{
	width: 77px;
}
button {
    border: none;
    outline: none !important;
    cursor: pointer;
}