
/*# sourceMappingURL=custom.min.css.map */
@import url('https://fonts.googleapis.com/css2?family=Honk&display=swap');

.logo-title 
{
    color:#fff;
    font-weight: 800;
    font-size: 5.5rem;
    font-family: 'Honk', system-ui; 
}

.editbtn 
{
    background-color: #4a92cd;
    color: #fff;
    margin: auto;
    width: 100%;
}

.main_div_btn
{
    /* background-color: aquamarine; */
    text-align: center;
}

.error 
{
    /* color: 1px solid red; */
     font-weight: 600;
    font-size: 1rem;
    background-color: #fcf3cd;
}


.Successfully_fields
{
    background:#cff4fc;
    font-weight:600;
    font-size: 1rem;
 }

.set_visa_request_recived{

    cursor: pointer;
}