body {
    font-family: 'Vazir', sans-serif;
    font-size: 90%;
}

/** General **/
.btn {
    border-radius: 0;
}

/** Background Image **/

/** Card **/

.card-header {
    background-color: white;
    border-bottom: 3px solid #17a2b8;
}

.card-title {
    font-weight: bold;
    font-size: 120%;
    margin: 0 10px;
    margin-bottom: 0;
}

/** Table **/

.thead-blue {
    color: #17a2b8;
}

.table-blue.table-hover tbody tr:hover {
    background-color: #bee5eb;
}

/** Pagination **/

.pagination {
    margin: 0px !important;
}

.pagination-info .page-link {
    color: #17a2b8;
}


/** Form **/
