/* location */

._shbcuyscd{
    margin: 30px auto;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


._jhsshdd{
    font-size: 45px;
    font-weight: 700;
    text-align: center;
}
._jhasbhasdcd{
    text-align: center;
    margin: 20px 0;
}
._jhsbygsdc{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

._jbxcxdfv{
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
._asjjhscdc{
    border: 1px solid #00e096;
    padding: 20px;
    width: 90%;
}
._hjgcsd{
    display: flex;
    flex-direction: column;
    width: 66%;
}
._jhgsjgsc{
    margin: 10px 0;
    font-weight: 500;
    font-size: 20px;
}
._jsjhchdcd{
    background: #00e096;
    color: white;
    padding: 10px 30px;
    border-radius: 2px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    border:2px solid #00e096;
    transition: .3s ease all;
    margin: 0 7px;
}
._jsjhchdcd:hover{
    border:2px solid #00e096;
    color: black;
    background-color: white;
}
._sjcsd{
    display: flex;

}
#location_details{
    transition: .5s ease all;
}
#customer_form{
    margin-right: -200%;
    display: none;
    transition: .5s ease all;
}
._jscshd{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

/* end location */


/* sidebar left */

._hjzschsgdc{
    display: grid;
    grid-template-columns: 48% 50%;
    grid-gap:20px;
}
._nsbvcsdc{
    width:87%;
}

._hvhv{
    background: #00e096;
    color: white;
    padding: 10px 30px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    border: 2px solid #00e096;
}
._bxvcsxd{
    margin-right: 5px;
}
._jdvfvf{
    margin: 10px 0;
}
._jsdhcsdc{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* endsidebar left */


@media screen and (max-width: 800px){
    ._nsbvcsdc {
        width: 100% !important;
    }
    ._hjzschsgdc{
        display: flex !important;
        flex-direction: column-reverse !important;
    }
 }

 @media screen and (max-width: 600px){
    ._hjgcsd {
        width: 90% !important;
    }
 }

 @media screen and (max-width: 450px){
    ._jbxcxdfv{
        box-shadow: none !important;
        padding: 0 !important;
    }
    ._jscshd {
        justify-content: space-between !important;
        width: 90% !important;
    }
    ._jsjhchdcd{
        margin: 0 !important;
    }
    ._asjjhscdc {
        width: 88% !important;
    }
 }

 @media screen and (max-width: 400px){
    ._jhasbhasdcd{
        margin: 0 !important;
    }
    ._shbcuyscd {
        width: 100% !important;
    }
 }

 @media screen and (max-width: 360px){
        ._jscshd{
            flex-direction: column-reverse !important;
        }
        ._jsjhchdcd{
            padding: 10px 32px !important;
        }
        ._jsjhchdcd {
            margin-bottom: 10px !important;
        }
 }

 @media screen and (max-width: 330px){
    ._asjjhscdc {
        width: 85% !important;
    }
}