.text-size-24 {
    font-size: 24px !important;
}

.text-size-20 {
    font-size: 20px !important;
}

.text-size-18 {
    font-size: 18px !important;
}

.text-size-16 {
    font-size: 16px !important;
}

.text-success {
    color: #28a745;
}

.text-danger {
    color: #dc3545;
}

.text-warning {
    color: #ffc107;
}

.status-tag {
    display: inline-block;
    padding: 0 8px;
    border-radius: 200px;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    line-height: 20px;
    position: relative;
}

.status-tag.success {
    background-color: #28a745 !important;
}

.status-tag.danger {
    background-color: #dc3545 !important;
}

.status-tag.warning {
    background-color: #ffc107 !important;
    color: #000;
}

.line-height-140 {
    line-height: 220% !important;
}

.footer-items, .footer-contents {
    display: flex;
    justify-content: center;
}

.footer-items img{
    border-radius: 20px;
}

#zarinpal img {
    width: 64px;
}

.footer-items > div, .footer-items > a, .footer-items > img {
    text-align: center;
    margin: 5px;
}

@media (max-width: 760px) {
    .footer-items > div, .footer-items > a, .footer-items > img {
        max-width: 100px;
        height: auto;
    }

    .footer-items > div > img {
        max-width: 100px;
        height: auto;
    }

    .footer-items > a > img {
        max-width: 100px;
        height: auto;
    }
}

footer.footer {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #3e3f5e;
    color: white;
}

.footer-items svg {
    width: 26px;
    height: 26px;
    fill: white;
}

.text-white {
    color: white;
}
