@import url("../fonts/vazir/face.css");

body {
    font-family: Vazir !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.bg-unread {
    background-color: red !important;
    color: white !important;
    /* font-weight : bold; */
    font-size: large;
}

.card-header {
    background-color: #233242 !important;
    color: aliceblue !important;
}

/* .card-body { */
    /* border: 1px solid #23324261 !important; */
/* } */