html,
body {
	height: 100%;
}

.main-content,
#root {
	background: #ffffff;
}

body {
	margin     : 0;
	padding    : 0;
	font-family: sans-serif;
}

#wrapper {
	height        : 100%;
	display       : flex;
	flex-direction: column;
}

.main-content {
	flex: 1;
}

#footer-new-wrap {
	flex: 0 0 auto;
}

#root {
	text-align    : center;
	padding-bottom: 3rem;
}

.reservation-title {
	text-align: center;
	color     : #000;
	padding   : 35px 0 15px 0;
}

#startt {
	width        : 70%;
	height       : 400px;
	margin       : 0 auto;
	border       : 8px solid #fe6f6f;
	border-radius: 6px;
	position     : relative;
	box-sizing   : content-box;
	background   : #fff;
}

.hide-content {
	display: none;
}

.room {
	display        : flex;
	justify-content: space-between;
	align-items    : center;
	width          : 100%;
}

.error-input {
	border-color: #dc3545 !important;
}

.error-label {
	margin-top: .25rem;
	font-size : 80%;
	color     : #dc3545;
	display   : none;
}

.error-label-invalid {
	display: block;
}

#range-input {
	font-weight: bold;
	font-size  : 16px;
}

#header {
	display        : flex;
	justify-content: center;
	align-items    : center;
	padding        : 0 20px;
	height         : 64px;
	background     : #fff;
	border-bottom  : 1px solid #000;
}

.branding-inner {
	display  : inline-block;
	width    : 100%;
	height   : 100%;
	max-width: 284px;
}

.branding-inner>img {
	height: 100%;
}

#admin-login {
	padding: 8px;
	cursor : pointer;
}

.startt-table {
	display        : flex;
	justify-content: center;
	align-items    : center;
	cursor         : pointer;
	color          : #fff;
	border         : 1px solid #fff;
	border-radius  : 1px;
	box-shadow     : 2px 2px 4px 0 #2e2e2e
}

.vertical {
	width: 100px;
	height: 170px;
}

.horizontal {
	width : 170px;
	height: 100px;
}

#room-1 {
	position  : relative;
    	padding: 170px 150px 0 70px;
	height    : 230px;
	background: #fff;
}

#room-1:after {
	content     : 'Вхід';
	width       : 3px;
	height      : 30px;
	background  : #fff;
	position    : absolute;
	bottom      : 70px;
	right       : -3px;
	line-height : 30px;
	font-size   : 12px;
    	padding-right: 35px;
}

#room-1:before {
	content   : '';
	width     : 3px;
	height    : 30px;
	background: #fff;
	position  : absolute;
	bottom    : 70px;
	right     : -8px;
}

#admin-table {
	position    : absolute;
	width       : 70px;
	height      : 60px;
	bottom      : 0;
	left        : 0;
	text-align  : center;
	border-top  : 1px dashed #fe6f6f;
	border-right: 1px dashed #fe6f6f;
}

.hint-text {
	font-size  : 12px;
	line-height: 60px;
}

#room-2 {
	flex-direction: row-reverse;
	padding       : 0 120px 0 40px;
	height        : 170px;
	background    : #fff;
}

#inner-walls {
	position: absolute;
	display : flex;
	width   : 100%;
	top     : 226px;
	left    : 0;
	height  : 8px;
}

#locker-room {
	position  : absolute;
	left      : 0;
	top       : 0;
	width     : 90px;
	height    : 120px;
	text-align: center;
}

.locker {
	position     : relative;
	height       : 65px;
	border-right : 8px solid #fe6f6f;
	border-bottom: 8px solid #fe6f6f;
	font-size    : 12px;
	padding-top  : 10px;
}

#locker-1:before {
	content   : '';
	width     : 3px;
	height    : 30px;
	background: #fff;
	position  : absolute;
	right     : -8px;
	top       : 14px;
}

#locker-1:after {
	content   : '';
	width     : 3px;
	height    : 30px;
	background: #fff;
	position  : absolute;
	right     : -3px;
	top       : 14px;
}

#locker-2:before {
	content   : '';
	width     : 30px;
	height    : 3px;
	background: #fff;
	position  : absolute;
	bottom    : -8px;
	left      : 25px;
}

#locker-2:after {
	content   : '';
	width     : 30px;
	height    : 3px;
	background: #fff;
	position  : absolute;
	bottom    : -3px;
	left      : 25px;
}

#datepicker[readonly] {
	background-color: #fff;
}

#bathroom {
	position   : absolute;
	right      : 0;
	bottom     : 0;
	width      : 90px;
	height     : 170px;
	border-left: 8px solid #fe6f6f;
	text-align : center;
}

#bathroom:before {
	content   : '';
	width     : 3px;
	height    : 30px;
	background: #fff;
	position  : absolute;
	bottom    : 15px;
	left      : -8px;
}

#bathroom:after {
	content   : '';
	width     : 3px;
	height    : 30px;
	background: #fff;
	position  : absolute;
	bottom    : 15px;
	left      : -3px;
}

#bathroom-text {
	font-size       : 12px;
	writing-mode    : vertical-rl;
	text-orientation: upright;
	text-align      : center;
	position        : relative;
	top             : 50%;
	margin-top      : -49px;
}

.wall {
	/*display: inline-block;*/
	background: #fe6f6f;
	height    : 8px;
}

#first {
	width: 80px;
}

#third {
	width: 125px;
}

#first,
#second {
	margin-right: 50px;
}

#second {
	width: 295px
}

#service-unavailable {
	position  : absolute;
	width     : 100%;
	height    : 100%;
	top       : 0;
	left      : 0;
	background: #fe6f6f;
}

.unavailable-text {
	position   : absolute;
	text-align : center;
	width      : 300px;
	top        : 40%;
	left       : 50%;
	margin-left: -150px;
	color      : #fff;
	font-weight: bold;
}

#open-time .badge {
	cursor   : pointer;
	font-size: 16px;
	margin   : 5px;
	flex     : 1;
	padding  : 16px;
}

.open-time-selected {
	background-color: #46a07e !important;
	color           : #fff;
}

.form-control.form-control-custom {
	padding: 23px 12px;
}

#slider-range.ui-slider-horizontal {
	height: 1.2em;
}

#slider-range .ui-slider-handle {
	height: 1.6em;
}

.table-condensed {
	width : 300px;
	height: 300px;
}

.open-time {
	display  : flex;
	flex-wrap: wrap;
	margin   : 0 -5px;
}

.back-to-main-site {
	margin-top: 30px;
}

.back-to-main-site a,
.back-to-main-site a:hover {
	color: #fe6f6f;
}

/* -------------------------- Tables prices section ------------------------- */
.tables-prices {
	margin         : 0 auto;
	padding        : 0 50px;
	width          : 600px;
	height         : fit-content;
	display        : flex;
	align-items    : center;
	justify-content: space-around;
	margin-bottom  : 20px;
}

#blue-table {
	display    : flex;
	align-items: center;
	width      : 50%;
	height     : 30px;
}

#green-table {
	display        : flex;
	justify-content: flex-end;
	align-items    : center;
	width          : 50%;
	height         : 30px;
}

.table-color {
	width : 90px;
	height: 100%;
	border: 3px solid white;
}

#green-table>.table-color {
	background-color: #46a07e;
}

#blue-table>.table-color {
	background-color: #2e3f73;
}

.table-price {
	font       : bold 1em sans-serif;
	color      : black;
	margin-left: 15px;
}

/* -------------------------------------------------------------------------- */

@media screen and (max-device-width: 414px) {
	#root {
		overflow      : auto;
		padding-bottom: 35px;
	}

	.tables-prices {
		width        : 80%;
		margin-bottom: 5%;
	}
}
button[type="submit"] {
	height: auto !important;
}
.btn-secondary {
	padding: 12px 20px 12px 20px !important;
	font-size: 12px !important;
}
.modal-content .bi {
	width: 30px;
	height: 30px;
}
.form-control {
	background-color: white !important;
	font-size: 12px !important;
}
input[type="text"] {
	font-size: 12px !important;
}

input[type="text"],
input[type="datetime-local"],
textarea {
    border-radius: 5px !important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.table-reservations {
    display: flex;
    flex-direction: column;
}
.cancel-reservation {
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    background-color: #f48f8f;
    color: white;
    border-radius: 5px;
    margin-left: 20px;
    cursor: pointer;
}
.cancel-reservation:hover {
    background-color: #c90303;
}

.date-reservation {
    margin-left: 0px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.table-reservations > span {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}

.time-reservations {
    font-weight: bold;
    color: black;
}

#slider12c .slider-selection {
	background: yellow;
}
.slider.slider-horizontal .slider-track {
	top: 12px !important;
}
.slider.slider-horizontal {
    width: 65% !important;
}
textarea#comment {
    border: 1px solid #d0d6dc !important;
}
.slider {
    min-height: 20px;
}
.time-value {
    display: none !important;
}
.time-label {
	padding: 11px 10px 10px 22px;
	background-color: #a0f7a0;
	border-radius: 5px;
	height: 38px;
	cursor: pointer;
	font-size: 13px;
	margin-right: 9px;
	width: 110px;
}
.time-value:checked + label {
    background-color: #6f6ffc;
}
.reserved + label {
    background-color: #f35252 !important;
    cursor: auto !important;
}

@media screen and (max-device-width: 798px) {

.time-label {
    padding: 6px 6px 6px 6px !important;
    height: 29px !important;
    font-size: 12px !important;
}
#startt {
    width: 93% !important;
}
#room-1 {
    padding: 170px 45px 0 20px !important;
}
.vertical {
    height: 110px !important;
}

}



