@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');
*:focus, *:active {
    outline: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}
body{
    color: #333333;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 22px;
    font-size: 14px;
}

.app{
	margin: auto;
    width: calc(100% - 30px);
    position: relative;
    max-width: 428px;
}

.app .bg-full{
    height: 100vh;
    background-image: url('../images/bg-60.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body.offcanvas-active{
	overflow:hidden;
}

.section-header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    max-width: 428px;
    z-index: 1;
    background-color: white;
}

.open-navbar{
    padding: 0 10px;
}
.open-navbar i{
  font-size: 24px;  
}

.offcanvas-header{ 
    display:none; 
}

.screen-darken{
	height: 100%;
	width:0%;
	z-index: 30;
	position: fixed;
	top: 0;
	right: 0;
	opacity:0;
	visibility:hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
	z-index:10; 
	transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

.offcanvas-header{ display:block; }

.mobile-offcanvas{
    visibility: hidden;
    transform:translateX(-100%);
    border-radius:0; 
    display:block;
    /* position: absolute; */
    position: fixed;
    top: 0; 
    /* top: -48px;  */
    left:0;
    height: 100%;
    z-index: 1200;
    width:80%;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
}

.mobile-offcanvas.show{
    visibility: visible;
    transform: translateX(0);
}
.mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
    display: block;
}
.mobile-offcanvas .navbar-nav .nav-link{
    font-weight: 600;
    color: #444;
    padding: 12px 4px;
}

.header-title{
    text-align: center;
    margin-bottom: 0;
    margin-top: 2px;
    font-size: 18px;
}
.center-control{
    position: absolute;
    top: 36vh;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.login_head{
   display: flex;
   flex-direction: column;
   align-items: center;
       padding-bottom: 5cap;
}
.login_head img{
   width: 30%;
}
.login_head p{
   font-size: 15px;
    padding-top: 10px;
    font-weight: 800;
}

.footer-control{
    position: fixed;
    bottom: 0;
    width: 100%;
    /* padding: 5px 0; */
    padding-bottom: env(safe-area-inset-bottom); /* Cho iPhone có notch */
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 0;
}
.footer-control .title{
    margin-bottom: 2px;
    font-weight: 900;
} 

.footer-control .link{
    margin-bottom: 10px;
    color: #000000;
    text-decoration: underline;
} 
/* .footer-control .company{ 
}  */

select {
    border: 1px solid #6c757d;
    width: 100%;
    padding: 4px 5px;
    font-weight: 600;
    color: #333333;
}
.input-rounded{
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.btn-menu{
    background: #006dbb;
    width: 100%;
    padding: 12px 0;
    border-radius: 15px;
    text-align: center;
    border: none;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	color: white;
	font-size: 18px;
}

.btn-menu1{
    background: white;
    width: 100%;
    padding: 12px 0;
    border-radius: 15px;
    text-align: center;
    border: none;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	color: #006dbb;
	font-size: 18px;
}

.btn-menu:disabled {
    background: #f1f1f1;
	color: #9d9c9c;
}

#booking-datepicker{
    margin-top: 10px;
}
#booking-datepicker .ui-datepicker{
    width: 100%;
}