/* css here */


/* All Device */


/*form styles*/

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: "Kanit";
}

:root {
    --primary-color: #E0A980;
}

*,
*::before,
*::after {
    box-sizing: border-box
}

label {
    display: block;
    margin-bottom: 0.5rem
}

input {
    display: block;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    height: 50px
}

.rememberme input {
    display: inline;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    height: 50px
}

.rememberme input[type=checkbox],
input[type=radio] {
    margin: 0px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.fs-16 {
    font-size: 16px;
}

.rememberme {
    text-align: center;
}

.lost_password {
    margin-top: 10px;
}

.width-50 {
    width: 50%
}

.ml-auto {
    margin-left: auto
}

.text-center {
    text-align: center
}

.progressbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin: 2rem 0 4rem
}

.progressbar::before,
.progress {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: #dcdcdc;
    z-index: 1
}

.progress {
    background-color: #E0A980 !important;
    height: 4px !important;
    width: 0%;
    transition: 0.3s
}

.progress-step {
    width: 6.1875rem;
    height: 6.1875rem;
    background-color: #dcdcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1
}

.progress-step::before {
    counter-increment: step;
    content: counter(step);
    font-size: 20px;
}

.progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 0.5rem);
    font-size: 0.85rem;
    color: #666
}

.progress-step-active {
    background-color: var(--primary-color);
    color: #f3f3f3
}

.heading {
    text-align: center;
    font-family: "Kanit";
}

.sub-heading {
    text-align: center;
    font-family: "Kanit";
}

.heading-order {
    text-align: left;
    font-family: "Kanit";
}

.order-summary p {
    font-family: "Kanit";
    font-size: 16px;
    margin-bottom: 30px;
}

.order-summary i {
    font-size: 30px;
    text-align: center !important;
    display: grid;
    justify-content: center;
    color: #dea983;
}

.familab_theme .btn {
    padding: 12px 2px;
}

.content .form {
    margin: 0 auto;
    border: none;
    border-radius: 10px !important;
    padding: 1.5rem;
    background: rgba(222, 169, 131, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 21px;
    padding: 30px 30px
}

.content .order-summary {
    margin: 0 auto;
    border: none;
    border-radius: 10px !important;
    padding: 1.5rem;
    background: rgba(222, 169, 131, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 21px;
    padding: 20px;
}

.step-forms {
    display: none;
    transform-origin: top;
    animation: animate 1s
}

.step-forms-active {
    display: block
}

.group-inputs {
    margin: 1rem 0
}

@keyframes animate {
    from {
        transform: scale(1, 0);
        opacity: 0
    }
    to {
        transform: scale(1, 1);
        opacity: 1
    }
}

.btns-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem
}

.btns-group-2 {
    display: grid;
}

.btn {
    padding: 0.75rem;
    display: block;
    text-decoration: none;
    background-color: var(--primary-color);
    color: #f3f3f3;
    text-align: center;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: 0.3s;
    font-family: "Kanit";
}

.btn:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--primary-color)
}

.progress-step-check {
    position: relative;
    background-color: #E0A980 !important;
    transition: all 0.8s
}

.progress-step-check::before {
    position: absolute;
    content: '\2713';
    width: 100%;
    height: 100%;
    top: 9px;
    left: 18px;
    font-size: 31px;
}

.group-inputs {
    position: relative;
    font-family: "Kanit";
}

.group-inputs label {
    font-size: 1vw;
    color: #000000;
    font-weight: 500;
}

.group-inputs h4 {
    font-size: 28px;
}

.group-inputs p i {
    margin-right: 10px;
}

.group-inputs input[type=email],
input[type=search],
input[type=number],
input[type=url],
input[type=tel],
input[type=text],
input[type=password] {
    border: 1px solid #DEA983;
    background: #ffffff;
}

.group-inputs .form-check-inline {
    margin-right: 3.75rem;
}

.group-inputs hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #DCD6D6;
    width: 45%;
}

.btn-w-100 {
    width: 100% !important;
}

.fs-12 {
    font-size: 12px !important;
}

.tx-center {
    text-align: center;
}

.mg {
    margin-top: 0;
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mg-25 {
    margin: 0% 25% !important;
}

.welcome {
    font-family: "Kanit";
}

.welcome .content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.content-2 {
    color: #000;
    font-size: 21px;
}

.btn-con {
    background: var(--primary-color);
    padding: 12px 22px !important;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    flex: 0 0 60px;
    max-width: 100%;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

.familab_theme .select2-container--default .select2-selection--single {
    text-align: left;
    font-size: 14px;
    padding: 0 15px;
    height: 100%;
    line-height: 40px;
    background: #ffffff;
}

.familab_theme .select2-container--default .select2-selection {
    border-radius: 0;
    border: 1px solid #DEA983;
    transition: border-color 0.4s;
    -webkit-transition: border-color 0.4s;
    min-width: 100%;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none
    }
    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}

.labelstyle input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: none;
}

.labelstyle label {
    width: 75px;
    margin: 0 5px 5px 5px !important;
    padding: 10px 10px !important;
}

.lightbox-window {
    position: fixed;
    background-color: rgb(50 50 50 / 50%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.lightbox-window hr {
    margin-top: 25px;
    margin-bottom: 25px;
}

.lightbox-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.lightbox-window>div {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: white;
}

.lightbox-window-submit {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    background-color: rgb(50 50 50 / 50%);
}

.lightbox-window-submit hr {
    margin-top: 25px;
    margin-bottom: 10px;
}

.lightbox-window-submit:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.lightbox-window-submit>div {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: rgb(241 214 195);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 6px;
}

.lightbox-close {
    color: #aaa;
    line-height: 50px;
    font-size: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;
    text-decoration: none;
}

.lightbox-close:hover {
    color: black;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgb(50 50 50 / 50%);
}

.modal-header .close {
    margin-top: -2px;
    font-size: 24px;
}

.submit-bg {
    background: rgb(241 214 195);
}

.modal-header {
    padding: 0px 15px !important;
    border-bottom: 0px solid #e5e5e5 !important;
}

.modal.fade .modal-dialog {
    transform: translate(0, 0%) !important;
}

.dateContainer {
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dateContainer .table-condensed>tbody>tr>td {
    padding: 8px 5px;
}


/* Demo Styles */

.webgarten {
    text-align: center;
    margin-top: 40px;
    font-size: 13px;
}

.color-calendar {
    background: #dea983;
}

.color-calendar-next,
.color-calendar-prev {
    background: #ffe6d4 !important
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #dea983 !important;
}


/* PC Only */

@media (min-width: 993px) {
    .no-pc {
        display: none;
    }
    .nav-menu li li a {
        font-size: 15px !important;
        color: black;
    }
    .nav-menu li li a:hover {
        color: #e36c02;
        text-decoration: unset;
    }
    a.uael-menu-item {
        font-size: 15px !important;
        color: black;
    }
    a.uael-menu-item:hover {
        color: #e36c02;
        text-decoration: unset;
    }
}


/* END PC Only */


/* Mobile & Tablet */

@media (max-width: 992px) {
    .lightbox-window>div {
        width: 90%;
    }
    .group-inputs label {
        font-size: 4vw;
    }
    .mg-25 {
        margin: 0% 0% !important;
    }
    .group-inputs h4 {
        font-size: 20px;
    }
    .mb-text-center {
        text-align: center;
    }
    .lh-54 {
        line-height: 54px;
    }
}


/* END Mobile & Tablet */