.ant-table-cell,
.ant-btn-primary {
    font-family: Signika, sans-serif !important
}

.ant-card {
    border-radius: 8px;
    box-shadow: 0 0 10px #f6f1f1
}

.ant,
.anticon svg {
    vertical-align: baseline !important
}

.ant-message {
    font-family: Signika, sans-serif;
    font-size: 16px
}

.ant-form-item-label>label {
    font-weight: 700
}

.ant-btn-primary {
    background-color: #1677ff !important
}

:where(.css-dev-only-do-not-override-1ugq3w3).ant-switch {
    background-color: #000000e0 !important
}

:where(.css-dev-only-do-not-override-1ugq3w3).ant-switch.ant-switch-checked {
    background-color: #1677ff !important
}

.process {
    pointer-events: none;
    cursor: progress;
    opacity: .8;
    background-size: 20px 20px;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, .25) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, .25) 75%, transparent 75%, transparent);
    animation: animate-stripes .8s linear infinite
}

.process:hover,
.process:active {
    background-color: #f7fafc;
    font-weight: 700;
    letter-spacing: .1em;
    animation: none
}

@keyframes animate-stripes {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

.stats {
    padding: 15px;
    cursor: pointer
}

.stats .stats__value {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0ea293;
    margin-bottom: 3px
}

.stats .stats__name {
    color: #245953;
    font-size: 1rem;
    text-transform: capitalize
}

.stats__title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 1rem
}

.cursor-pointer {
    cursor: pointer
}