@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
body{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.h1-title{
    margin-top:40px;
    font-size: 30px;
}
.hesapla-btn{
    background-color: rgb(253, 102, 92);
    color:#fff;
}
.hesapla-btn:hover{
    background-color: rgb(202, 82, 74);
    color:#fff;
}
.input-box{
    background-color: rgba(145, 158, 171, 0.04);
    padding:10px 30px 30px 30px;
    margin-bottom:20px;
}
.maas-table th{
    font-size: 13px;
    font-weight: 300!important;
}
.maas-table thead th{
    background-color: rgb(244, 246, 248);
    border: 0 !important;
    padding:10px;
}
.maas-table thead th:first-child{
    border-top-left-radius: 15px;
}
.maas-table thead th:last-child{
    border-top-right-radius: 15px;
}
.table td, .table th{
    font-size:12px!important;
    font-weight: 300!important;
}