/* Custom */
.footer-logo {
  height: 50px;
}
.footer-author img {
  max-height: 10px;
}
#map {
  width: 100%;
  height: 500px;
  border: 0 none;
}
iframe.contact-map {
  width: 100%;
  height: 560px;
  position: relative;
  display: block;
  border: none;
}
.contact-body {
  position: relative;
  height: 100%;
  background-color: var(--bs-white);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.contact-body .contact-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-100);
  text-transform: uppercase;
  border-bottom: #F1F1F1 1px solid;
  margin: 0px 0px 25px 0px;
  padding: 15px 20px 15px 20px;
}
.contact-body .contact-title i {
  margin-right: 5px;
  font-size: 18px;
}
.contact-body ul.contact-list {
  margin: 0px;
  padding: 0px 20px 0px 20px;
}
.contact-body ul.contact-list li {
  display: flex;
  padding: 15px 0px 15px 0px;
  font-size: 13px;
  color: var(--dark);
  line-height: 20px;
  border-bottom: #F1F1F1 1px solid;
}
.contact-body ul.contact-list li:first-child {
  padding: 0px 0px 15px 0px;
}
.contact-body ul.contact-list li:last-child {
  border-bottom: transparent 0px solid;
}
.contact-body ul.contact-list li a.blue {
  color: var(--primary-100);
}
.contact-body ul.contact-list li i {
  margin-top: 2px;
  margin-right: 10px;
  font-size: 15px;
}

/* Form Error CSS */
.error {
  border-color: #dc3545 !important;
}
label.error, span.error {
  position: relative;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  line-height: 1;
  background-color: #DB2828;
  padding: 0.5833em 0.833em;
  color: #FFFFFF;
  text-transform: none;
  font-size: 12px;
  font-weight: 600;
  border-color: #DB2828;
  border-radius: 0.28571429rem;
  -webkit-transition: background .1s ease;
  transition: background .1s ease;
}
label.error:before, span.error:before {
  background-color: inherit;
  border-style: solid;
  border-color: inherit;
  position: absolute;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: none;
  z-index: 2;
  width: 0.6666em;
  height: 0.6666em;
  -webkit-transition: background .1s ease;
  transition: background .1s ease;
  border-width: 1px 0 0 1px;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 0;
  left: 50%;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  border: #dc3545 1px solid !important;
}

/* Left Menu */
ul.left-menu {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
ul.left-menu li a.active {
  color: var(--primary);
}

/* Cookie */
.cookie {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 15px 15px 10px 15px;
  background: rgba(0, 0, 0, 0.8);
  max-width: 100%;
  font-size: 13px;
  color: #FFFFFF;
  text-align: center;
  box-shadow: 1px 0 94px rgba(0,0,0,.44);
}
.cookie a, .cookie a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.cookie p {
  position: relative;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  margin: 0px;
}
.cookies-accept {
  background: url(../images/close.png) no-repeat 0 0;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

/* Magnific Popup */
.white-popup-block {
  background-color: #FFFFFF;
  max-width: 691px;
  margin: 0 auto;
  position: relative;
  padding: 25px 15px 25px 15px;
}
.white-popup-block h4 {
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 600;
}
.white-popup-block .content {
  font-size: 13px;
  line-height: 23px;
}
.white-popup-block .content p {
  padding-bottom: 20px;
  border-bottom: #EFEFEF 1px solid;
}
.white-popup-block.modal-xl {
  max-width: 1140px;
}
.white-popup-block.popup-web, .mfp-bg.popup-desktop {
  display: flex !important;
}
.white-popup-block.popup-mobile, .mfp-bg.popup-mobile {
  display: none !important;
}
@media only screen and (max-width: 992px) {
  .white-popup-block.popup-web, .mfp-bg.popup-web {
    display: none !important;
  }
  .white-popup-block.popup-mobil, .mfp-bg.popup-mobil {
    display: flex !important;
  }
}

/* Checkbox */
.checkbox-wrapper-30 {
  height: 100%;
  display: flex;
  align-items: center;
}
.checkbox-wrapper-30 a {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
}
.checkbox-wrapper-30 .checkbox {
  --bg: #fff;
  --brdr: #d1d6ee;
  --brdr-actv: #1e2235;
  --brdr-hovr: #bbc1e1;
  --dur: calc((var(--size, 2)/2) * 0.6s);
  display: inline-block;
  width: calc(var(--size, 1) * 22px);
  position: relative;
  margin: 0px;
}
.checkbox-wrapper-30 .checkbox:after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.checkbox-wrapper-30 .checkbox > * {
  position: absolute;
}
.checkbox-wrapper-30 .checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: var(--bg);
  border-radius: calc(var(--size, 1) * 4px);
  border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
  color: var(--newBrdrClr, var(--brdr));
  outline: none;
  margin: 0;
  padding: 0;
  transition: all calc(var(--dur) / 3) linear;
}
.checkbox-wrapper-30 .checkbox input:hover,
.checkbox-wrapper-30 .checkbox input:checked {
  --newBrdr: calc(var(--size, 1) * 2);
}
.checkbox-wrapper-30 .checkbox input:hover {
  --newBrdrClr: var(--brdr-hovr);
}
.checkbox-wrapper-30 .checkbox input:checked {
  --newBrdrClr: var(--brdr-actv);
  transition-delay: calc(var(--dur) /1.3);
}
.checkbox-wrapper-30 .checkbox input:checked + svg {
  --dashArray: 16 93;
  --dashOffset: 109;
}
.checkbox-wrapper-30 .checkbox svg {
  fill: none;
  left: 0;
  pointer-events: none;
  stroke: var(--stroke, var(--border-active));
  stroke-dasharray: var(--dashArray, 93);
  stroke-dashoffset: var(--dashOffset, 94);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  top: 0;
  transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
}
.checkbox-wrapper-30 .checkbox svg,
.checkbox-wrapper-30 .checkbox input {
  display: block;
  height: 100%;
  width: 100%;
}

/* Whatsapp */
.mypage-alo-phone {
	position: fixed;
	z-index: 999;
	left: 0px;
	bottom: 130px;
}
@media only screen and (max-width: 480px){
  .mypage-alo-phone {
  	bottom: 140px;
  }
}
.mypage-alo-ph-circle {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 12px;
	left: 12px;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid rgba(30,30,30,.4);
	opacity: .1;
	opacity: .5
}
.mypage-alo-ph-circle-fill {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 28px;
	left: 28px;
	-ms-transition: all .2s ease-in-out;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .4 !important;
}
.mypage-alo-ph-circle, .mypage-alo-phone:hover .mypage-alo-ph-circle {
	border-color: #43B91E;
}
.mypage-alo-ph-img-circle {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 43px;
	left: 43px;
	background: url(../images/whatsapp.png) center center no-repeat rgba(30,30,30,.1);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	opacity: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background-size: 100%;
}
.mypage-alo-ph-circle-fill, .mypage-alo-ph-img-circle, .mypage-alo-phone:hover .mypage-alo-ph-circle-fill, .mypage-alo-phone:hover .mypage-alo-ph-img-circle {
	background-color: #43B91E;
}

/* Progress Bar */
#nprogress {
	pointer-events: none;
}
#nprogress .bar {
	background-color: #FFCB05;
	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
}
#nprogress .peg {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #FFCB05, 0 0 5px #FFCB05;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
		-ms-transform: rotate(3deg) translate(0px, -4px);
			transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
	display: block;
	position: fixed;
	z-index: 1031;
	top: 15px;
	right: 15px;
}
#nprogress .spinner-icon {
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: solid 2px transparent;
	border-top-color: #FFCB05;
	border-left-color: #FFCB05;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner 400ms linear infinite;
		animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
	overflow: hidden;
	position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
	position: absolute;
}
@-webkit-keyframes nprogress-spinner {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes nprogress-spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
