/**
 * Custom Styles Revamp (v2)
 */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', Helvetica, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.flex-col {
    flex-direction: column !important;
}

.flex-row {
    flex-direction: row !important;
}

.text-sm {
    font-size: 0.877rem;
}

.text-lg {
    font-size: 1.377rem !important;
    }
    .text-lg small {
        font-size: 1rem !important;
    }

.w-fit {
    width: fit-content;
}

.mw-40 {
    min-width: 40px;
}

.mw-120 {
    min-width: 120px;
}

.fw-semibold {
    font-weight: 500;
}

.ml-10 {
    margin-left: 1.5rem;
}

.btn {
    cursor: pointer !important;
}

.btn.btn-tertiary {
    background-color: #d2b386;
}

.btn.btn-quaternary {
    background-color: #08f6f4;
}

.btn.btn-grey {
    background-color: #f3f3f3;
}

.btn strong {
    background-color: transparent !important;
}

.text-grey {
    color: #a1a1a1;
}

.pointer-events-none {
    pointer-events: none;
}

.cursor-default {
    cursor: default !important;
}

.tags-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.tags-list li {
    display: flex;
    list-style: none;
}

.tags-list .tag {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.877rem;
    font-weight: bold;
    color: #1c1c1c;
    background-color: #fed178;
    cursor: default;
}

.pagination-container li {
    padding: 4px;
}

.pagination-container li button {
    width: 36px;
    height: 36px;
}

.audit-firm-row-reg {
    background-color: #F0F0F0;
    border-radius: 8px;
    padding: 24px !important;
}

.audit-firm-row--title {
    font-size: 20px;
    margin-bottom: 0;
    color: #1c1c1c;
    cursor: pointer;
}

.symbol.image-round > img {
    border-radius: 100%;
}

.audit-firm-row-reg .m-toggle__content[aria-checked="false"] {
    background-color: #f93737 !important;
    /* background-color: #f88181 !important; */
}
