body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
    font-weight: 500;
    background-image: url("../img/background_image.png");
    width: 100%;
    min-height: 100%;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


h1 {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 500;
}

.login-wrapper {
    background-color: transparent;
}

.login-box {
    width: 100%;
    max-width: 80%;
    padding: 35px;
    background: #FFF;
}

.login-boundary {
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    /* height: 380px; */
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.outer-border {
    border: 1px solid #DDDDDD;
    border-radius: 16px;
}

.phone-box {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 12px;
    background: #fff;
}

.phone-input {
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 20px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}
.form-control{
     font-size: 18px;
}
.otp-box {
    margin-top: 30px;
}

.otp-input {
    width: 50px;
    height: 50px;
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.otp-input:focus {
    border-color: #FEE72C;
    box-shadow: none;
}

.fs-18 {
    font-size: 18px;
}

textarea.form-control {
    resize: none;
    height: 150px;
}

.bottom-btn-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    width: 100%;
    max-width: 80%;
    margin: auto;

}

.share-box {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.map-box {
    border-radius: 16px;
    max-height: 70vh;
    height: 80vh;
    overflow: hidden;
}

.mapboxgl-map {
    height: 100vh;
}

.refresh-section {
    max-width: 150px;
    width: 100%;
    padding: 10px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    background-color: #FFF !important;
}

.custom-select {
    border: none !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../img/downarrow.svg') no-repeat right 10px center;
    background-size: 15px;
    padding-right: 40px;
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 40px;
    color: #333;
    font-weight: bold;
}

.custom-select:focus {
    outline: none;
    border: none !important;
}

.list {
    border-bottom: 1px solid #DDDDDD;
}

.cursor-pointer {
    cursor: pointer;
}

.mb-110 {
    margin-bottom: 85px;
}

.hover-effect:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}

.hover:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}

.mb-list {
    margin-bottom: 10%;
}

.disabled-box {
    background-color: #f8f9fa;
    pointer-events: none;
    opacity: 0.7;
    border-radius: 8px;
}

.disabled-box input,
.disabled-box textarea {
    background-color: #f8f9fa;
    border-color: #ced4da;
    color: #6c757d;
}
.w-45{
    width: 45px;
}
/* ************************************MEDIA-CSS************************************ */
@media(max-width:1000px) {
    .mb-list {
        margin-bottom: 20%;
    }
}

@media(max-width:600px) {
    .mb-list {
        margin-bottom: 30%;
    }

    .login-box {
        padding: 35px;
        width: 100%;
        max-width: 100%;
    }

    .map-box {
        border-radius: 16px;
        overflow: hidden;
        max-height: 70vh;
        height: 50vh;

    }

    .bottom-btn-container {
        width: 100%;
        max-width: 100%;
        box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1);
    }

    .map-container {
        margin-top: 0px !important;
    }

}

@media (max-width:575px) {

    .otp-input {
        width: 50px;
        height: 50px;
    }

    .fs-18 {
        font-size: 18px;
    }

    h1 {
        font-size: 22px;
    }

    .share-box {
        width: 60px;
        height: 60px;
    }

    .login-boundary {
        border: none !important;
        border-radius: 16px;
        max-width: 480px;
        background-color: transparent;
    }

    .login-box {
        padding:25px 20px;
        border: none !important;
        background-color: transparent;
        width: 100%;
    }
.login-new-box .login-box {
    padding: 20px;
    border: none !important;
    background-color: transparent;
    height: max-content !important;
    position: absolute;
    top: 50%;
    transform: translateY(-90%);
    display: inline-block;
}
.home-main-box{
    display: inline-block !important;
    width: 100%;
}
form{
    width: 100%;
}
.phone-input {
    font-size: 18px;
}
.disabled-box input,
.disabled-box textarea {
    font-size: 18px !important;
}

textarea.form-control {
    resize: none;
    height: 185px;
    font-size: 18px;
}

.home-main-box .mb-110 {
    margin-bottom: 0;
}
.login-wrapper{
    position: relative;
}
    .Nextbtn {
        width: 55px !important;
    }

    .pi-0 {
        padding-inline: 0;
    }

    .w-35 {
        width: 35px;
        height: 35px;
    }

    .outer-border {
        border: none;
    }

    .refresh-section {
        max-width: 130px;
        padding: 7px;
    }

    .custom-select {
        padding-right: 30px;
    }

    .map-box {
        height: 55vh;
    }
.login-wrapper {
   
    transition: transform 0.3s ease; /* smooth move when keyboard opens */
}


}

@media (max-width:375px) {
    .w-35 {
        width: 33px;
        height: 35px;
    }
}

@media (max-width:325px) {
    .login-box {
        padding: 10px;
    }

    .fs-18 {
        font-size: 14px;
    }

    .pi-0 {
        padding-inline: 0;
    }

    .w-35 {
        width: 30px;
    }

    h1 {
        font-size: 18px;
    }

}
#w0-error-0 {
        opacity: 1 !important;
    font-size: 14px;
}
#w0-success-0 {
        opacity: 1 !important;
    font-size: 14px;
}


.swal2-popup.swal2-modal.swal2-show {
    width: 100%;
    max-width: 155px;
}