@font-face {
    font-family: main;
    src: url('../fonts/cairo.ttf'); 
}
*{
    font-family: main,sans-serif;
}
.text{
    font-weight: bold;
}
.my-select{
    text-align: center !important;
    border: 1px solid rgba(0, 0, 0, 0.171);
    border-radius: 0px;
    outline: none;
}
.search-btn{
    border-radius: 0px;
    width: 100px;
}
.kayan-success{
    background-color: #c8ffc880 ;
}
.kayan-danger{
    background-color: #ffd0d081;
}
