.image1 {
    width: 99px;
    height: 32px;
}

.banner-image {
    width: 100%;
}

.text1 {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.55px;
    color: #091E42;
    margin-bottom: 5px;
}

.text2 {
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #233239;
}

.notifi_box {
    width: 100%;
    height: 24px;
    background-color: #F0F7FF;
    border-radius: 7px;
    padding-left: 5px;
}

.text3 {
    font-family: Nunito Sans;
    font-size: 12px;
    font-weight: 700;
    line-height: 13.64px;
    color: #091E42;
}

.get_btn {
    width: 100%;
    height: 44px;
    border: none;
    background-color: #24B15D;
    border-radius: 50px;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
    text-align: center;
    color: #FFFFFF;
}

.text4 {
    font-family: Nunito Sans;
    font-size: 10px;
    font-weight: 500;
    line-height: 13.64px;
    color: #CCCCCC;
    text-align: center;
    margin-top: 10px;
}

.text5 {
    text-decoration: none;
    font-family: Nunito Sans;
    font-size: 10px;
    font-weight: 700;
    line-height: 13.64px;
    color: #FFFFFF;
}

.mobile_edit {
    /* height: 44px; */
    border-radius: 6px;
    border: 1px solid #D6D6D6;
    background-color: #F6F6F6;
    padding: 10px;
}

.mobile_text1 {
    font-family: Nunito Sans;
    font-size: 10.5px;
    font-weight: 500;
    line-height: 14.32px;
    letter-spacing: 0.01em;
    color: #656C6E;
    margin-bottom: 5px;
}

.mobile_text2 {
    font-family: Nunito Sans;
    font-size: 13px;
    font-weight: 600;
    line-height: 17.73px;
    color: #091E42;
    margin-bottom: 0px;
}

.resend_text,
.resend_timer {
    font-family: Nunito Sans;
    font-size: 13px;
    font-weight: 400;
    line-height: 17.73px;
    color: #000000;
    margin-bottom: 5px;
}

.resend_button {
    font-family: Nunito Sans;
    font-size: 13px;
    font-weight: 500;
    line-height: 17.73px;
    color: #3253EB;
}

.verified_btn {
    width: 65px;
    height: 18px;
    border: 1px solid #46C178;
    background-color: white;
    font-family: Nunito Sans;
    font-size: 11px;
    font-weight: 500;
    line-height: 11px;
    color: #091E42;
    border-radius: 30px;
    margin-left: 5px;
}

.camera_section {
    height: 82px;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding-left: 9px;
    padding-top: 15px;
    border-style: dashed;
    border-color: #24B15D;
    border-width: 1px;
}

.camera_btn {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: white;
    border: 1px solid #E6E6E6;
}

.gallery_btn {
    width: 95px;
    height: 28px;
    border: 1px solid #24B15D;
    background-color: white;
    border-radius: 30px;
    font-family: Nunito Sans;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.37px;
    color: #24B15D;
}

.remove_btn {
    width: 95px;
    height: 28px;
    border: 1px solid #D4DDE7;
    background-color: white;
    border-radius: 30px;
    font-family: Nunito Sans;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.37px;
    color: #FF4444;
}

.camera_btn {
    width: 95px;
    height: 28px;
    border: none;
    background-color: #24B15D;
    border-radius: 30px;
    font-family: Nunito Sans;
    font-size: 12px;
    font-weight: 700;
    line-height: 16.37px;
    color: #FFFFFF;
}

.next_btn {
    height: 44px;
    border: none;
    background-color: #24B15D;
    border-radius: 50px;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
    text-align: center;
    color: #FFFFFF;
}

.prev_btn {
    height: 44px;
    border-radius: 30px;
    border: none;
    background-color: #F5F7F9;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
    color: #091E42;
}

.input-wrapper {
    position: relative;
}

.gps_input {
    height: 44px !important;
    border-radius: 6px;
    position: relative;
    line-height: 6ex;
    font-size: 14px !important;
    padding-top: 13px !important;
    padding-left: 16px !important;
    padding-bottom: 13px !important;
    box-shadow: none !important;
}

.gps_label {
    position: absolute;
    top: -5.9px;
    z-index: 1;
    left: 1em;
    background-color: white;
    padding: 0 5px;
    font-family: Nunito Sans;
    font-size: 1.8vh;
    font-weight: 500;
    line-height: 11.32px;
    color: #24B15D;
    border-radius: 35px;
}

input::placeholder {
    font-family: Nunito Sans;
    font-size: 2vh;
    font-weight: 400;
    line-height: 17.73px;
    color: #98A1B0;
}

input:focus {
    border-color: #24B15D !important;
    outline: none !important;
    border-width: 1px;
    border-radius: 10px;
}

select:focus {
    border-color: #24B15D !important;
    box-shadow: none !important;
}

.error_msg {
    font-size: 10.5px;
}

.add_guest_slider {
    position: fixed;
    bottom: -100%;
    left: 0;
    height: 576px;
    background-color: #FFFFFF;
    transition: bottom 0.4s ease-in-out;
    z-index: 1050;
    border: 1px;
    border-color: #D7DEE0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.add_item_slider {
    position: fixed;
    bottom: -100%;
    left: 0;
    background-color: #FFFFFF;
    transition: bottom 0.4s ease-in-out;
    z-index: 1050;
    border: 1px;
    border-color: #D7DEE0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.add_guest_slider.open {
    bottom: 0;
    overflow-y: scroll;
}

.add_item_slider.open {
    bottom: 0;
    overflow-y: scroll;
}

.add_vehicle_slider {
    position: fixed;
    bottom: -100%;
    left: 0;
    background-color: #FFFFFF;
    transition: bottom 0.4s ease-in-out;
    z-index: 1050;
    border: 1px;
    border-color: #D7DEE0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.add_vehicle_slider.open {
    bottom: 0;
    overflow-y: scroll;
}

.guest_label {
    margin-bottom: 6px;
    font-size: 13px;
    color: #21272C;
    line-height: 17.73px;
}

.guest_input,
.item_input {
    height: 40px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #091E42 !important;
    box-shadow: none !important;
}

.guest_input::placeholder,
.item_input::placeholder {
    font-size: 12.5px !important;
    font-weight: 400 !important;
    line-height: 17.05px !important;
}

.guest_input:focus,
.item_input:focus {
    border-color: #46C178 !important;
    outline: none !important;
    border-width: 1px;
    border-radius: 10px;
}

.floatable-button {
    position: fixed;
    top: 70vh;
    right: 0px;
    width: 120px !important;
    height: 44px;
}