.content {
    background-color: #f2f2f2;
}

body {
    font-size: 1.5rem;
}

.fnt-1 {
    font-size: 1.5rem;
}

.fnt-2 {
    font-size: 1rem;
}

.router-link-active {
    color: black !important;
}

.form-control-over {
    background-color: #181c32 !important;
    border-color: #5c5f6d !important;
    color: #ffffff !important;
}

.logo {
    margin-left: 98%;
    border-radius: 10%;
}

.router-link-active {
    color: red;
}

tr:nth-child(even) {
    background-color: #f2f2f2 !important;
}

.login-con {
    width: 600px;
}

@media (min-width: 992px) {
    .aside .aside-logo {
        height: 122px !important;
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1520px;
    }
}


table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr {
    background-color: #ffffff;
    border: 1px solid rgb(0, 0, 0);
    padding: .35em;
}

table th,
table td {
    padding: .625em;
    text-align: center;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    background-color: #1e1e2d !important;
    color: #fefcfc !important;
    font-weight: 800 !important;
}

.content {
    padding: 2px 0 !important;
}

.card {
    margin-top: 15px !important;
    /* padding: 30px !important; */
}

.aside.aside-dark {
    background-color: #000000 !important;
}

.aside.aside-dark .aside-logo {
    background-color: #0e0d0d !important;
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: 1px solid black;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table td::before {
        /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }

    .login-con {
        width: 96%;
    }
}

.blink_me {
    animation: blinker 2s linear infinite;
    width: 11px;
    height: 11px;
    display: inline-block;
    border: 1px solid green;
    background-color: green;
    float: right;
    border-radius: 100%;
}

.ivu-spin-fix {
    background-color: hwb(0deg 0% 100% / 70%) !important;
}