@font-face {
	font-family: 'FiraGO';
	src: url('/front/assets/fonts/FiraGO-Regular.eot');
	src: local('Ã¢ËœÂº'), url('/front/assets/fonts/FiraGO-Regular.woff') format('woff'), url('/front/assets/fonts/FiraGO-Regular.ttf') format('truetype'), url('/front/assets/fonts/FiraGO-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
  color: #0a3251;
}
* {
  text-decoration: none !important;
}
body {
  font-family: "FiraGO", sans-serif;
  color: #0a3251 !important;
  background: #edf3fa;
}
h2, h3, h4, h5, h6 {
  color: #0a3251 !important;
  font-feature-settings: 'case' on;
  font-weight: bold;
}
p {
  color: #0a3251;
}
.header__outer {
  box-shadow: 0 8px 18px rgb(225 232 241);
  padding: 10px 20px;
  background: #fff;
}
.copyright-text {
  color: #fff;
}
.footer-bottom {
  background: #213855;
  padding: 20px 0;
}
.container {
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
}
.cnt-info {
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 15px;
  color: #0a3251;
}
.cnt-info i {
  font-size: 25px;
  vertical-align: middle;
  background: #edf3fa;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 5px;
}
#main {
  min-height: calc(100vh - 146px);
  position: relative;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pid-box {
  box-shadow: 0 8px 18px rgb(225 232 241);
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 20px !important;
  background: #fff;
  position: relative;
  min-height: 388px;
}
label {
  display: block;
  font-weight: bold;
  position: relative;
  font-size: 15px;
  margin-bottom: 7px;
}
.mt-form {
  height: 50px;
  border-radius: 15px !important;
  padding-left: 60px;
  font-size: 15px;
}
.btn-form {
  background: #213855 !important;
  font-size: 15px;
  color: #fff !important;
  padding: 13px 35px 13px 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  position: relative;
}
.btn-form i {
  transition-duration: .3s;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 9px;
  margin-right: 20px;
}
.btn-form:hover i {
  margin-right: 15px;
  transition-duration: .3s;
}
.pd-b {
  background: #edf3fa;
  border-radius: 10px;
  padding: 15px;
}
.mask-bs {
  font-size: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 8px;
  margin-left: 15px;
  opacity: 0.6;
}
.mn-ttl {
  margin-bottom: 30px;
  font-size: 25px;
}

.form-group {
  margin-bottom: 15px;
}
.footer-bottom p {
  margin: 0;
}
.logo {
  display: flex;
  margin-top: 8px;
  height: 100%;
  align-items: center;
}
.hideme {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.answ-box label {
  position: relative;
  padding-left: 25px;
}
.answ-box label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #edf3fa;
  border: 1px solid #ddd;
}
.answ-box label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #213855;
  margin-top: 4px;
  margin-left: 4px;
  display: none;
}
.ml-2 {
  margin-left: 2rem;
}
.answ-box input[type='radio']:checked + label::after {
  display: block;
}
.datepicker th {
  font-size: 14px;
  font-feature-settings: "case" on;
}
.datepicker td, .datepicker th {
  width: 40px;
  height: 40px;
}
.datepicker td {
    border-radius: 50%;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background: #213855 !important;
}
.copyright-text a {
  color: #fff;
}
.pid-box {
  overflow: hidden;
}
.l-step {
  margin-left: 20px;
  height: 0;
}
.inner-pd {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.l-step .select2-container--default .select2-selection--single {
  height: 50px;
  border-radius: 15px;
  border-color: #ced4da;
}
.l-step .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  font-size: 14px;

}
.l-step .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  line-height: 50px;
  right: 10px;
}
.select2-dropdown {
  border-radius: 0 0 15px 15px !important;
  overflow: hidden;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 15px;
  box-shadow: none !important;
  outline: none;
  padding: 5px 10px;
  border-color: #ced4da;
}
.f30 {
  font-size: 30px;
}
.age-mask, .pid-mask {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 5px;
}
.age-mask {
  width: 70px;
}
.f-18 {
  font-size: 18px;
}
.mbts {
  cursor: not-allowed !important;
}
.go-next {
  cursor: pointer !important;
}
.ml-40 {
  margin-left: 40px;
}
.mstb {
  border-radius: 20px;
    overflow: hidden;
}
.mstb td {
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  background: #213855;
  color: #fff;
}
.mstb th {
  background: #76b9e6;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  color: #0a3251;
}
.reserving {
  background: #2fa78b !important;
}
.tssc {
  display: none;
}
.reserved {
  background: #af3a3a !important;
  pointer-events: none;
}
.form-control {
  box-shadow: none !important;
}
.down-arr {
  font-size: 35px;
  vertical-align: middle;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1190px) {
  .cnt-info {
      font-size: 13px;
  }
  .cnt-info i {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .header__outer {
    padding: 10px 0 !important;
  }
  .logo--normal img {
    height: 40px;
  }
  .cnt-info i {
    height: 40px;
    width: 40px;
  }
  .gpk {
    display: block !important;
  }
  .answ-box {
    margin-left: 0 !important;
  }
  .dp-on-sm {
    margin-top: 20px;
  }
  .cnt-info {
    margin-left: 8px;
  }
  .footer-bottom p {
      font-size: 13px;
  }
  .mstb th {
      font-size: 12px;
  }
}
@media only screen and (max-width: 340px) {
  .logo--normal img {
    height: 30px;
  }
  .cnt-info i {
    height: 35px;
    width: 35px;
  }
}
.inner-pd {
  display: none;
}


.lds-roller {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #213855;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.agenda {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	border-radius: 15px;
	padding: 0 40px;
	cursor: pointer;
	border: 1px solid #eee;
	box-shadow: 5px 5px 10px 0 rgb(10 50 81 / 20%);
	height: 50px;
}
.agenda i {
	font-size: 20px;
}
.mflex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zoomlink {
	text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 50px);
  white-space: nowrap;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #eee;
}
.mask-bt {
	font-size: 32px;
	opacity: 0.6;
	cursor: pointer;
}
