/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.15px;
    margin: 0;
    padding: 0;
    outline: none;
}

a:hover {
    text-decoration: none;
}

.btn-success {
    background-color: #198754;
    border-color: #198754;
}

.bg-red {
    background-color: #8d292dff !important;
}

.fc-red {
    color: #8d292dff !important;
}

.divider {
    font-weight: 400;
    padding-left: 5px;
    text-transform: uppercase !important;
    display: flex;
    align-items: center;
}

.divider::after {
    flex: 1;
    content: "";
    padding: 0.5px;
    background-color: #a9aeb7;
    margin: 5px;
}

.fs-7 {
    font-size: 12px;
}

.card-counter {
    width: 60px;
    background: white;
    color: #da1e3f;
    margin-right: 5px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 10px;
}

h3.card-counter {
    line-height: 15px;
}

.card-counter span {
    font-size: 10px;
    font-weight: 600;
    display: block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .card-counter {
        width: 50px;
        margin-right: 2px;
        padding-top: 10px;
        padding-bottom: 0;
    }

    h3.card-counter {
        font-size: 14px;
        line-height: 5px;
    }

    .card-counter span {
        font-size: 8px;
        font-weight: 400;
        display: block;
    }
}
