@font-face {
    font-family: "Parvaneh";
    src: url("../font/Parvaneh.ttf");
}

body {
    font-family: "Parvaneh" !important;
    font-weight: bolder !important;
    background-color: #f2f5f8 !important;
    padding: 10px !important;
}

section {
    margin: 30px;
}

.custom-th {
    width: auto;
}

body section div .col-sm-8 {
    padding: 20px;
    border-radius: 10px;
    background-color: #f9fafb !important;
    
}
body section div .col-sm-4 {
    padding: 20px!important;
    border-radius: 10px!important;
    background-color: #f9fafb !important;
}

body nav {
    background-color: #ffffff !important;
}

@media (max-width: 576px) {
    .custom-th {
        width: 17vw;
    }
}

.thebox {
    border: none !important;
    border-radius: 10px !important;
    background-color: #ffffff !important;
    padding: 10px !important;
}

.login{
    padding: 20px!important;
    border-radius: 10px!important;
    background-color: #ffffff !important;
}