/* .location-modal-popup {
    top: 40% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    height: 100%;
    width: 100%;
} */
.location-modal-small {
    top: 0% !important;
}

.location_modal_header {
    background-color: #e83e31;
}

.location_modal .h4 {
    color: white;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.location-form label {
    margin: 8px 0px;
}

.location-form label input {
    padding: 8px 4px;
    border: 1px solid grey;
    border-radius: 6px;
    width: 85%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.location-form label input:focus {
    border: 1px solid #e83e31 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    font-weight: bold !important;
}

.location-form-btn .b-t-n {
    background-color: #e83e31;
    color: white;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: capitalize;
    max-width: 100px !important;
    margin-right: 5px;
}

.location-form-btn .btn:hover {
    color: rgb(206, 206, 206);
}

.clearable {
    position: relative;
}

.clearable input[type=text] {
    padding-right: 16px;
    box-sizing: border-box;
}

.clearable__clear {
    color: #e83e31;
    display: none;
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translate(0%, -50%);
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
}

.clearable input::-ms-clear {
    display: none;
}
.row_w_2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0px;
}
.row_w_2 .login_off{
   position: absolute;
   top: 2%;
   right: 2%;
   color: white !important;
}
.row_w_2 h6{
   color: white;
   font-weight: bold;
}
.business,
.customer_logins {
	margin: 2px 5px 0px 5px;
	padding-bottom: 10px;
	cursor: pointer
}
.business.active{
	border-bottom: 1px solid white;
}
.customer_logins:hover{
	border-bottom: 1px solid white;
}

/* .without_login_modal {
    top: 15%;
} */

.without_login_modal .modal-header {
    width: 100%;
    border: none;
    margin: 0px auto;
    padding-right: 0px;
    background-color: #0CB1F2;
    border-radius: 5px 5px 0px 0px;
}

.without_login_modal .header_line {
    margin: 0;
}

.without_login_modal .login_form_1 {
    padding: 12px;
}

.without_login_modal .login_form_1 label {
    display: block;
    margin: 12px 0px;
}

.without_login_modal .login_form_1 label input {
    width: 100%;
    border-radius: 22px;
    text-align: center;
    padding: 10px 2px;
    border: 1px solid #cccccc;
}

.without_login_modal .login_form_1 .b_t_n .btn {
    width: 100%;
    border-radius: 22px;
    background-color: #e84538;
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.without_login_modal .login_form_1 .btn i {
    color: white;
    font-size: 20px;
    position: absolute;
    left: 3%;

}

.without_login_modal .login_form_1 p {
    text-align: right;
}

.without_login_modal .login_form_1 p a,
.without_login_modal .modal-footer p span a {
    color: #e83e31;
}

.without_login_modal .modal-footer p {
    color: grey;
}

.without_login_modal .login_form_1 .space {
    margin: 12px 0px !important;
}

.without_login_modal .modal-footer p {
    text-align: center;
}

@media(min-width:776px) {
    .location-modal-small .modal-content {
        width: 100%;
    }
}

@media(max-width: 768px) {
    .location-modal-small {
        width: 50% !important;
        margin: 0px auto;
    }

    @media(max-width:468px) {
        .location-modal-small {
            top: 5% !important;
            width: 100% !important;
        }
    }
}