@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body{
    font-family: "Raleway", sans-serif;
}
.font_family_Inter{
    font-family: "Inter", sans-serif;
}



/* selected btn  */
.selected {
    background-color: #1DD100;
    color: white;
  }

.btn:hover{
    background-color: #1DD100;
}

/* for success image  */
.modal_img_div {
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.bus_btn:hover{
    color: white;
}