@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body, html {
	overflow: hidden;
	min-height: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 14px;
	line-height: 1.4285em;
	font-family: 'Roboto', sans-serif;
}
body {
	overflow-y: auto!important;
	background: #fff;
}
.btn:focus,
.btn:focus-visible {
    outline: none!important;
    box-shadow: none!important;
}
a {
    text-decoration: none;
}
input,
select,
.form-control:focus,
.form-control:focus-visible,
.form-control:focus-within,
.form-select:focus,
.form-select:focus-visible,
.form-select:focus-within {
    box-shadow: none;
    outline: none;
}
.main-container {
    min-height: calc(100% - 411.09px);
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.natural-input-field {
    display: block;
    padding: 0.625em 1.125em;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    line-height: 1.25;
    border: 1px solid #81a3c6;
    background-color: #fff;
    color: rgba(0,0,0,.5);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
}
.classic-main-btn {
    background-color: #2989ed;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    padding: 10px 16px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s;
    margin-right: 5px;
    min-width: 150px;
}
.classic-main-btn:hover {
    opacity: .8;
    background-color: #2989ed;
}
.main-header-title-section {
    padding-top: 45px;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;;
}
.main-header-title-section h1 {
    display: block;
    letter-spacing: 1px;
    color: #0051a6;
    margin: 0 0 0.25em;
    position: relative;
    z-index: 3;
    font-size: 31px;
    margin-bottom: 1em;
    text-align: center;
    font-weight: 700;
}
.submit--button {
    display: inline-block;
    background-color: #094fc9;
    font-size: 1em;
    line-height: 1.25;
    font-weight: 500;
    padding: 0.75em 2.5em;
    color: #fff;
    border: 0;
    border-radius: 1.375em;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: background-color .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, opacity .3s ease, transform .3s ease;
    transition: background-color .3s ease, opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    position: relative;
    z-index: 3;
}
.submit--button:active {
    opacity: .9;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}
.submit--button:hover, .submit--button:focus {
    background-color: #0a59e1;
}
.main-header-timer-container-- {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.main-header-timer-container-- h1 {
    font-size: 20px;
    font-weight: 400;
    color: #e0281d;
    margin: 0;
}
.uncompleted-tooltip {
    border-radius: 70px;
    position: absolute;
    background: #fff;
    z-index: 2;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(65, 72, 86, 0.3);
    opacity: 0;
    top: 0;
    right: 20px;
    display: flex;
    transition: opacity 0.15s ease-in, top 0.15s ease-in, width 0.15s ease-in;
    border: 1px solid #ccc;
}
.uncompleted-tooltip::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    right: 80px;
    margin-left: -10px;
    bottom: -11px;
    transform: rotate(45deg);
    z-index: 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.next-step-btn:hover ~ .uncompleted-tooltip,
.remove-reservation:hover ~ .uncompleted-tooltip {
    width: auto;
    -webkit-animation: stretch-animation 1s ease-out forwards 0.15s;
    animation: stretch-animation 1s ease-out forwards 0.15s;
    top: -55px;
    opacity: 1;
}
@-webkit-keyframes stretch-animation {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(1.1, 0.9);
  }
  30% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.05, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes stretch-animation {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(1.1, 0.9);
  }
  30% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.05, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
.modal-backdrop {
  z-index: 1040!important;
}
.modal {
  z-index: 1045!important;
}
.modal.show {
  position: fixed;
  position: absolute;
}
.modal-dialog {
  position: relative!important;
  z-index: 1050!important;
}














.inner-header-title-section {
  max-width: 840px;
}
.inner-header-title-section p {
    display: block;
    letter-spacing: 1px;
    margin: 0 0 0.25em;
    position: relative;
    z-index: 3;
}











@media (max-width:  600px) {
  .main-header-timer-container-- h1 {
    font-size: 18px;
  }
}




