﻿@charset 'UTF-8';

*{
    transition: 0.1s;
}

.top-row {
    background-color: rgb(4 121 204) !important;
}

video {
    height: auto;
    border-radius: 5px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-size: 1rem;
    margin: 0px !important;
}

p {
    margin: 0px !important;
    padding: 0px !important;
    line-height: 1;
}

.p1 {
    font-size: 10px;
}

.p2 {
    font-size: 12px;
}

.p3 {
    font-size: 14px;
}

.p4 {
    font-size: 16px;
}

.p5 {
    font-size: 18px;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(255 255 255) 0%, #ffffff 70%) !important;
}

.nav-item a {
    color: #2d5978 !important;
    border-radius: 0px;
    height: 2rem !important;
    display: flex;
    align-items: center;
    line-height: 2rem !important;
}

.table-scroll {
    height: 55vh !important;
    overflow: auto !important;
}

.table-scroll-vh-0 {
    overflow: auto !important;
}

.tbody,
td,
tfoot,
thead,
tr {
    border-color: whitesmoke !important;
}

th {
    color: #6e6e6e;
}

tr {
    line-height: 1;
    transition-duration: 0.5s;
}

    tr:hover {
        background-color: rgba(227, 227, 227, 0.34);
        cursor: pointer;
        color: dimgray !important;
    }

    tr td {
        vertical-align: middle;
        font-size: 12px;
        color: dimgray !important;
    }

    tr th {
        cursor: default !important;
        background-color: white !important;
        color: #313131 !important;
        font-size: 14px !important;
        border-color: #d4d4d4 !important;
        font-weight: 600;
        vertical-align: middle;
    }

.table th {
    padding: 0.35rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table td {
    padding: 0.35rem;
    border-top: 1px solid #f4f4f4 !important;
    vertical-align: middle !important;
}

.table-sm td,
.table-sm th {
    padding: 0.1rem !important;
}


.rz-multiselect-items {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: none !important;
}

@media (min-width: 641px) {
    .page[b-hooym4xwxi] {
        flex-direction: row;
    }

    .sidebar[b-hooym4xwxi] {
        width: 200px !important;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hooym4xwxi] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-hooym4xwxi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
