﻿@charset "utf-8";

@media (max-width: 576px) {
    .MobileButtonResponsive {
        padding: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 992px) {
    .MobileButtonResponsive button {
        padding: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
}

@media (max-width:600px) {
    #text-nowrap {
        white-space: nowrap;
    }
}

.loading-event {
    cursor: wait;
    pointer-events: none;
}

.textDisable {
    color: #748194;
    opacity: 0.4;
}

.pac-container {
    z-index: 9999; /* Adjust this value as needed */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}



@media (max-width: 2560px) {
    .map {
        height: 400px;
        width: 800px;
    }
}

@media (max-width: 768px) {
    .map {
        height: 400px;
        width: 710px;
    }
}

@media (max-width: 425px) {
    .map {
        height: 350px;
        width: 320px;
    }
}

@media (max-width: 375px) {
    .map {
        height: 350px;
        width: 300px;
    }
}

.image {
    border-radius: 50%;
    width: 50px;
    height: 91px;
    width: 93px;
}
/*--------------------------------------------------------------
# form style
--------------------------------------------------------------*/
.errorItems input[type='text'], .errorItems input[type='email'], .errorItems input[type='password'], .errorItems input[type='number'], .errorItems textarea {
    border-color: #b00 !important;
    background: #fee !important;
}

.errorItems select {
    border-color: #b00 !important;
}

/*--------------------------------------------------------------
# Ovly, loading, buttonfit, center,checkpad
--------------------------------------------------------------*/
#ovly, #ovly_comp, #ovly_form {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 2000 !important;
    background: rgba(0,0,0,0.7);
}

#ovly-text, #ovly-text_comp, #ovly-text_form {
    font-size: 20px;
    color: #eee;
    padding-top: 200px;
    vertical-align: middle;
    font-weight: bold;
}

.ovly-message {
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px !important;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: auto;
    max-width: 400px;
    font-size: 150%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    z-index: 2000 !important;
}

    #loading .loadingMsg {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding-top: 140px;
        /*background: url('/Content/img/load_ arrow.gif') center center no-repeat;*/
    }

    #loading .loadingImg {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding-top: 140px;
    }

        #loading .loadingImg img {
            max-width: 100px !important;
            max-height: 100px !important;
        }

.buttonfit {
    padding-left: 9px;
    padding-right: 9px;
}

.buttonfit1 {
    padding-left: 7px;
    padding-right: 7px;
}

.alnright {
    text-align: right;
}

.alncenter {
    text-align: center;
}

.chkpad {
    margin-top: 10px;
}


/*--------------------------------------------------------------
# btn-container for labeltoggle
--------------------------------------------------------------*/
div.btn-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    div.btn-container i {
        display: inline-block;
        position: relative;
        top: -9px;
    }

labeltoggle {
    font-size: 22px;
    color: #424242;
    font-weight: 500;
}

.btn-color-mode-switch {
    display: inline-block;
    margin: 0px;
    position: relative;
}

    .btn-color-mode-switch > labeltoggle.btn-color-mode-switch-inner {
        margin: 0px;
        width: 245px;
        height: 46px;
        background: #E0E0E0;
        border-radius: 26px;
        overflow: hidden;
        position: relative;
        transition: all 0.3s ease;
        /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
        display: block;
    }

        .btn-color-mode-switch > labeltoggle.btn-color-mode-switch-inner:before {
            content: attr(data-on);
            position: absolute;
            font-size: 22px;
            font-weight: 500;
            top: 7px;
            right: 24px;
        }

        .btn-color-mode-switch > labeltoggle.btn-color-mode-switch-inner:after {
            content: attr(data-off);
            width: 117px;
            height: 38px;
            background: #fff;
            border-radius: 26px;
            position: absolute;
            left: 5px;
            top: 4px;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: 0px 0px 6px -2px #111;
            padding: 3px 0px;
        }

    .btn-color-mode-switch > .alert {
        display: none;
        background: #FF9800;
        border: none;
        color: #fff;
    }

    .btn-color-mode-switch input[type="checkbox"] {
        cursor: pointer;
        width: 50px;
        height: 25px;
        opacity: 0;
        position: absolute;
        top: 0;
        z-index: 1;
        margin: 0px;
    }

        .btn-color-mode-switch input[type="checkbox"]:checked + labeltoggle.btn-color-mode-switch-inner:after {
            content: attr(data-on);
            left: 123px;
            /*    background: #3c3c3c;*/
        }

        .btn-color-mode-switch input[type="checkbox"]:checked + labeltoggle.btn-color-mode-switch-inner:before {
            content: attr(data-off);
            right: 190px;
            left: 20px;
        }

        .btn-color-mode-switch input[type="checkbox"]:checked + labeltoggle.btn-color-mode-switch-inner {
            /*background: #66BB6A; */
            /*color: #fff;*/
        }

        .btn-color-mode-switch input[type="checkbox"]:checked ~ .alert {
            display: block;
        }


/*--------------------------------------------------------------
# swiper-slide
--------------------------------------------------------------*/
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 350px;
    height: 350px;
    pointer-events: none;
}

    .swiper-slide::after {
        /* position: absolute;*/
        content: "";
        inset: 0;
        width: 100%;
        border-radius: 20%;
        aspect-ratio: 1/1;
        background: linear-gradient(to bottom right, #b8b8b88f, #ffffff5e);
    }

.swiper-slide-active {
    width: 22% !important; /*Adjust the width value as needed*/
    transition: width 0.3s ease; /*Add a smooth transition effect*/
    pointer-events: auto;
}

    .swiper-slide-active::after {
        background: none;
        /*width: 20% !important;*/ /* Adjust the width value as needed */
        /*transition: width 0.3s ease;*/ /* Add a smooth transition effect */
    }

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    box-shadow: 0px 3px 17px rgb(0 0 0 / 25%);
    border-radius: 20%;
    aspect-ratio: 1/1;
}