@import url("/assets/css/fontiran.css");

body {
    font-family: "IRANSans";
    font-weight: 400;
    background-color: #f8f9fa;
    color: #333;
    font-size: 18px;
}

a {
    text-decoration: none;
}

small {
    font-size: 14px;
}

.text-success {
    color: #4CAF50;
}

.text-warning {
    color: var(--bs-warning)
}

.text-danger {
    color: var(--bs-danger)
}

.text-info {
    color: var(--bs-info)
}

.text-justify {
    text-align: justify;
}

.btn-success {
    background-color: #4caf4f2f;
    color: #4CAF50;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
}

/* navbar setting */
.nav-underline .nav-link.active,
.nav-underline .nav-link:hover {
    border-bottom: 3px solid #4CAF50;
}

.navbar-toggler {
    border: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #4caf4f2f;
    color: #4CAF50;
    font-size: 16px;
    font-weight: 600;
}

.nav-pills .nav-link {
    color: #4CAF50;
    font-size: 16px;
    font-weight: 600;
}

.bg-green {
    background-color: #4caf4f2f;
}

.bg-card {
    background-color: #ffffff;
}

.card {
    background: none;
    border: none;
}

.accordion-button:focus,
.accordion-button:active,
.accordion-button:not(.collapsed) {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
    background-color: #4caf4f2f;
}

.accordion-item:first-of-type,
.accordion-item {
    border: none;
    background-color: transparent;
    margin-bottom: 20px;
}