@charset "UTF-8";
/* CSS Document */
.go-top {
	display: none;
	position: fixed;
	bottom: 2em;
	right: 10px;
	text-decoration: none;
	color: #fff;
	background: rgba(234 ,58 ,25,1.00);
	font-size: 12px;
	padding-top: 8px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 8px;
	z-index: 99;
}

.go-top:hover {    
    background: rgba(247 ,229 ,233, 1.00);
    text-decoration:none;
    color:rgba(234 ,58 ,25,1.00);
}

.booking-info {
    display: flex;
    padding: 5px 24px;
    align-items: center;
    gap: clamp(20px, 1.66vw, 42px);
    border-radius: 10px;
    background: rgba(253, 58, 25, 0.1);
}
.booking-info .custom-sel-input-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    font-size: clamp(16px, 1.094vw, 24px);
    font-weight: 500;
}
.booking-info .input-date-picker i, .booking-info .custom-sel-input-block i {
    font-size: clamp(16px, 1.094vw, 24px);
    color: #ea3a19;
}
.booking-info .custom-sel-input-block .sel-input {
    width: 100%;
}
.booking-info .input-date-picker .sel-input, .booking-info .custom-sel-input-block .sel-input {
    width: 200px;
    color: #16191A;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 1.094vw, 24px);
    font-weight: 500;
    line-height: 130%;
    border: none;
    background: transparent;
    padding: 4px 0 0 0;
    box-shadow: none;
}
.sel-input-lone {
    width: 300px;
    color: #16191A;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 1.094vw, 24px);
    font-weight: 500;
    line-height: 130%;
    border: none;
    background: transparent;
    padding: 4px 0 0 0;
    box-shadow: none;
}
.booking-info .vertical-line {
    width: 1px;
    height: 56px;
    background: #c5b1b1;
    margin: 0 16px;
}
.booking-info .vertical-line-disable {
	width: 1px;
	height: 56px;
	background: rgba(253, 58, 25, 0.0);
	margin: 0 16px;
	border-style: none;
}

.filter-checkbox .select-label {
    position: relative;
    cursor: pointer;
    color: #7A7F85;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
}

