*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
body{
    max-width: 500px;
    margin: auto !important;
}
/* header */
._sdhsuhnj{
    background: black;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    padding-bottom: 15px;
    position: fixed;
    width: 100%;
    max-width: 500px;
    margin: auto !important;
}

._scjshcs{
    width: 220px;
}
._subsdvduv{
    height: 65px;
}

/* end header */

/* customer */

._shudshuju{
    width: 93%;
    margin: 10px auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
}

._shjdbvs{
    padding: 10px;
}

._sbjhdccjsb{
    position: absolute;
    top:0;
    right: 0;
    background: #5e8a0c;
    background-image: linear-gradient(45deg, #7be495, transparent);
    color: white;
    padding: 2px 20px;
    border-radius: 0px 0px 0px 3px;
}
._hjhuxvndnu{
    display: grid;
    grid-template-columns: 30% 5% 65%;
}
._jjjjndc{
    font-size: 15px;
    font-weight: 600;
}
._shjbddhb{
    font-size: 14px;
    font-weight: 500;
}
._bjshjdhb{
    font-size: 20px;
    text-align: center;
    color:white;
}

/* end customer */


/* feedback */
._ysdvusygyeg{
    background: #111;
    width: 93%;
    margin: 20px auto;
    padding: 10px 0;
    border-radius: 3px;
}

._jsccsnu{
    width:93%;
    margin: 10px auto;
}
._cjbcsud{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    margin: 10px 0;
    background: #444;
    color: white;
    border-radius: 3px;
}
._bcdhbhdb{
    display: grid;
    grid-template-columns: 8% 92%;
    font-size: 15px;
    font-weight: 500;
}
._shsuubds{
    width: 84%;
    margin: auto;
    display: flex;
}
._scschjasb{
    font-size: 14px;
    margin-left: 5px;
}
._sdcbushu{
    width: 84%;
    margin: auto;
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

._susbceu{
    width: 84%;
    margin: auto;
    margin-top: 10px;
}
._sjdbjshshd{
    width: 100%;
    border: 1px solid white;
    outline: none;
    padding: 10px;
    background: transparent;
    color: white;
}

._sudsuhcus{
    background: #5e8a0c;
    background-image: linear-gradient(45deg, #7be495, transparent);
    border: none;
    border-radius: 3px;
    color: white;
    padding: 6px 30px;
    cursor: pointer;
    font-weight: 600;
}
._shjdhvshd{
    display: flex;
    justify-content: center;
    margin: 10px 0;
    margin-top: 20px;
    margin-bottom: 10px;
}


/* end feedback */

/* footer */

._sudyshdy{
    background-image: linear-gradient(45deg, #111, #292d36);
}
._sdgus{
    width: 90%;
    margin: auto;
    color: white;
    padding: 7px 0;
    font-size: 13px;
}
._jzndcsn{
    display: grid;
    grid-template-columns: 5% 91%;
    color: white;
}
._schsjdhcud{
    text-decoration: none;
}
._sdusuec{
    color: #7be495;
}
/* end footer */

._jdbjhdr{
    margin-bottom: 20px;
}
.__sjhduysge{
    padding: 2px 5px;
    margin: 2px 0;
}
@media screen and (min-width: 900px){
    ._sjdgsuvuuu{
        width:50%;
        margin: auto;
    }
}

