/*
font-family: 'Nanum Myeongjo', serif;
font-family: 'Poppins', sans-serif;
font-family: 'Tangerine', cursive;
*/
body {
    font-family: 'Poppins', sans-serif;
}
.grecaptcha-badge{
    display: none;
}
.word-break {
    word-break: break-word;
}
.absBgn {
    background:url('/static_files/images/abstract.jpg') no-repeat; background-size:cover; background-position:center;
}

.tangering {
    font-family: 'Tangerine', cursive;
}

.imgResponsive {
    width: 100%
}

.textSecondary {
    color: #F58102;
}

.text-blue {
    color: #0079f3;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,1)!important;
}

.btn-login,
.bg-blue {
    transition : all 200ms linear;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0079f3+0,003996+100 */
background: rgb(0,121,243); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,121,243,1) 0%, rgba(0,57,150,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,121,243,1) 0%,rgba(0,57,150,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,121,243,1) 0%,rgba(0,57,150,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079f3', endColorstr='#003996',GradientType=0 ); /* IE6-9 */
}
.btn-login:active {
    transform: scale(0.95);
}
.btn-login:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003996+0,0079f3+100 */
background: rgb(0,57,150); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,57,150,1) 0%, rgba(0,121,243,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,57,150,1) 0%,rgba(0,121,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,57,150,1) 0%,rgba(0,121,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003996', endColorstr='#0079f3',GradientType=0 ); /* IE6-9 */

}

.btn,
button {
    border: none;
}

button:active {
    border: none;
}

.pointer {
    cursor: pointer;
}

/* 404 */
.headerFix {
    padding-top: 180px;
    background: #fff
}

@media screen and (max-width : 420px) {
    .headerFix {
        padding-top: 40px;
    }
}

/* loadingSpinner */
@keyframes rtr {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

#loadingSpinner img {
    padding: 14px;
    position: absolute;
    margin-top: -100%;
}

#loadingSpinnerWrap {
    display: none;
}

#loadingSpinner {
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    padding-bottom: 40px;
}

#rotator {
    border: 3px solid #fff;
    border-top: 3px solid #f88d50;
    border-bottom: 3px solid #f88d50;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: rtr 1s infinite linear;
}

/* Slider Notification */
#slideNotification.isError {
    background: #f16565;
}

#slideNotification.isSuccess {
    background: #74b94a;
}

#slideNotification {
    line-height: 1.5em;
    z-index: 999999;
    max-width: 320px;
    width: 100%;
    position: fixed;
    top: 10px;
    right: 0;
    border-radius: 8px 0px 0px 8px;
    padding: 4px 12px;
    color: #fff;
    transform: translateX(100%);
    transition: all 400ms ease-out;
}

#slideNotification.slider {
    transform: translateX(0%);
}

#slideNotification .flexMain {
    display: flex;
    align-items: center
}

#slideNotification #notifHeading {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

#slideNotification #notifText {
    font-size: 14px;
}

#slideNotification #notifType {
    font-size: 2em
}

#slideNotification .fa-times {
    cursor: pointer;
    float: right;
    margin-top: 12px;
}

#slideNotification #errorIcon,
#slideNotification #successIcon {
    display: none
}

#slideNotification.isError #errorIcon {
    display: block
}

#slideNotification.isError #successIcon {
    display: none
}

#slideNotification.isSuccess #errorIcon {
    display: none
}

#slideNotification.isSuccess #successIcon {
    display: block
}
/* customer booking */
option:disabled { background-color: #efefef }