/*style file for book site*/
body {
    margin: 0;
    padding: 0;
    font-family: 'Arial';
    color: rgba(77, 80, 85, 0.6);
    font-size: 14px;
}

.main-container {
    margin-top: 66px;
    margin-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
}

.inner-container {
    display: flex;
    min-width: 900px;
    flex-direction: column;
    flex: 1 1 auto;
    max-width: 1060px;
    min-height: 550px;
    transition: all 0.22s ease-out;
    margin: 0 auto;
    border: 1px solid var(--text-color-level3, rgba(77, 80, 85, 0.1));
    border-radius: 8px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 8%);
}

.top-booking-details {
    text-align: center;
    width: 100%;
}

.main-logo {
    width: 300px;
}

.top-logo {
    margin-top: -20px;
}

.booking-top-para {
    line-height: 1.5rem;
}

.booking-selector-row {
    flex: 1 1 auto;
    max-width: 900px;
    margin: 0 auto;
}

.book-selector {
    width: 46%;
    margin: 2%;
    padding: 5%;
    box-sizing: border-box;
    float: left;
    border-top: 1px solid #f0f0f0;
    cursor: pointer;
}

.book-selector:hover {
    background-color: #F0F0F0;
}

.selector-top-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.selector-icon {
    width: 26px;
    height: 26px;
    float: left;
    margin-right: 10px;
    background-color: rgb(103, 200, 32);
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.select-heading {
    font-weight: bold;
    color: #000000;
    width: 80%;
}

.selector-arrow {
    border-left: 8px solid #000000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.selector-details {
    word-break: break-all;
    line-height: 1.2rem;
    font-size: 12px;
    min-height: 80px;
}

.book-inner-page-row {
    display: flex;
}

.left-inner-column {
    width: 35%;
    min-height: calc(90vh - 66px);
    border-right: 2px solid #f0f0f0;
    box-sizing: border-box;
	position: relative;
}

.right-inner-column {
    width: 65%;
    padding: 15px;
    box-sizing: border-box;
}

.booking-inner-logo img {
    width: 40%;
}

.booking-inner-logo {
    text-align: center;
    padding: 15px;
    border-bottom: 2px solid #f0f0f0;
}
.left-booking-inner-details {
    padding: 0 30px;
    line-height: 1.3rem;
}
.est-time, .address, .selected-time {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: bold;
}
.selected-time{
    color:#06c29c;
}
.pin,.clock{
    margin-right: 5px;
}
.top-booking-inner-heading, .left-booking-inner-details h2{
    color: #4d5055;
}
.meeting-calendar-table {
    width: 100%;
}
.booking-calendar-section {
     width: 65%;
 }
.booking-time-section {
    width: 35%;
}
.booking-timing-row {
    display: flex;
}
.pt-3{
    padding-top: 1.2rem;
}
.pb-3{
    padding-bottom: 1.2rem;
}
.pb-4{
    padding-bottom: 1.5rem;
}
.pt-2{
    padding-top: 1rem;
}
.meeting-calendar-table td, .meeting-calendar-table th{
    text-align: center;
}
.cal-dates {
    text-decoration: none;
}
.month-selector {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    color: #b0b0b0;
    cursor: pointer;
    font-family: 'Proxima Nova', sans-serif;
}
.date{
    padding: 17px 15px;
    border-radius: 50%;
    margin: 5px;
    color: rgba(77, 80, 85, 0.6);
}
.day-label {
    color: rgba(77, 80, 85, 0.6);
    font-size: 12px;
}
.date.active{
    background-color: rgba(0, 162, 255, 0.15);
    font-weight: bold;
    color:rgb(0, 162, 255);
}
.date.current{
    background-color: rgba(0, 162, 255, 0.7);
    color: #ffffff;
}
.month-selector:hover{
    background-color: rgba(0, 162, 255, 0.15);
	    color: rgb(0, 162, 255);
		cursor: pointer;
}
.spotpicker-times-Subtitle {
    height: 38px;
    margin-bottom: 10px;
    line-height: 38px;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 15px;
    color: #4d5055;
}
.booking-time-section {
    padding-top: 20px;
}
.time-button {
    position: relative;
    padding: 13px 10px;
    font-weight: bold;
    vertical-align: top;
    border-radius: 4px;
    transition: all 0.3s ease;
    transition-property: width, transform;
    width: 100%;
    height: 52px;
    background-color: transparent;
    font-size: 16px;
	border: 1px solid rgba(0, 162, 255, 0.5);
	color: rgb(0, 162, 255);
	margin-bottom: 10px;

}
.time-button:hover, .time-button:focus {
    border-color: rgb(0, 162, 255);
    border-width: 2px;
	cursor: pointer;
}
.selected-spot button.time-button {
    width: 48.5%;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: transparent;
}
.selected-spot button.confirm-button {
    width: 48.5%;
    height: 52px;
    margin-left: 1%;
    color: #ffffff;
    background-color: rgb(0, 162, 255);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%);
    border-color: rgb(0, 162, 255);
    padding: 13px 10px;
    font-weight: bold;
    vertical-align: top;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid rgba(0, 162, 255, 0.5);
    margin-bottom: 10px;
}
button.confirm-button:hover, button.confirm-button:focus {
    background-color: rgb(0 162 255 / 73%);
	cursor: pointer;
}
.spotpicker-times-list {
    padding-right: 10px;
    height: 400px;
    overflow: hidden;
    overflow-y: auto;
}
.spotpicker-times-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.spotpicker-times-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.spotpicker-times-list::-webkit-scrollbar {
    width: 6px;
}
a.back-button-Button {
    position: absolute;
    top: 25px;
    left: 0;
    margin-bottom: 24px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    color: var(--primary-color, rgb(0, 162, 255));
    font-size: 24px;
    background-clip: padding-box;
    border: 1px solid var(--text-color-level3, rgba(77, 80, 85, 0.1));
    border-radius: 50%;
}
a.back-button-Button:hover {
    background: rgba(0, 162, 255, 0.15);
}
.icon-arrow-left {
    margin-top: 4px;
}
.icon-arrow-left img {
    width: 25px;
}
.top-booking-inner-heading h2 {
    margin-bottom: 0px;
}
.book-details-inner {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Proxima Nova', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}
.book-details-inner a {
    color: #00a2ff !important;
    text-decoration: underline !important;
}
.left-booking-inner-details {
    height: 364px;
    overflow: hidden;
    overflow-y: auto;
}
.left-booking-inner-details::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.left-booking-inner-details::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.left-booking-inner-details::-webkit-scrollbar {
    width: 6px;
}
.spot-list {
    white-space: nowrap;
}
.form-row {
    margin-bottom: 20px;
}
.form-row label {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5;
    color: #4d5055;
    font-family: 'Proxima Nova', sans-serif;
    width: 100%;
}
.form-control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    color: rgb(77, 80, 85);
    font-size: 16px;
    line-height: 1.5;
    word-wrap: normal;
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.chk-selector {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #4d5055;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
	margin-bottom: 15px;
}
.chk-selector input[type="checkbox"] {
    margin-bottom: 15px;
    float: left;
    margin-right: 9px;
}
.booking-main-row {
    width: 60%; 
	margin: 0 auto;
}
.top-booking-inner-heading {
    text-align: center;
}
.btn-book {
    color: #ffffff;
    background-color: #29b1ff;
    border: none;
    padding: 10px 20px;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    .inner-container {
        min-width: 100%;
    }

    .book-selector {
        width: 100%;
        float: none;
        margin: 0%;
    }
	.left-inner-column,.right-inner-column,.booking-time-section,.booking-calendar-section {
		width: 100%;
	}
	.book-inner-page-row,.booking-timing-row {
		display: block;
	}
	
}
@media only screen and (max-width: 480px) {
    .inner-container {
        min-width: 100%;
    }

    .book-selector {
        width: 100%;
        float: none;
        margin: 0%;
    }
	.left-inner-column,.right-inner-column,.booking-time-section,.booking-calendar-section {
		width: 100%;
	}
	.book-inner-page-row,.booking-timing-row {
		display: block;
	}
	.date {
		padding: 11px 10px;
		margin: 2px;
	}
	.booking-main-row {
		width: 100%;
	}
}