header {
    height: 5vh !important;
}

main {
    height: 95vh !important;
}

ul,
ol,
li {
    list-style-type: none !important;
}

a,
.nav-link {
    color: #6e768e !important;
    text-decoration: none !important;
}

a:hover,
.nav-link:hover {
    color: #71b6f9 !important;
    text-decoration: none !important;
}

td {
    vertical-align: middle !important;
}

input,
select {
    outline: none;
}

td input[type="text"] {
    width: 120px;
    border: 1px solid #c8c8c8;
}

td input[type="text"]:focus {
    border: 1px solid #2470dc !important;
}

td input[type="text"]:disabled {
    background-color: #f8f9fc;
}

.my-form label {
    font-size: 0.8rem !important;
}

input::placeholder {
    font-size: 0.8rem !important;
    color: #c8c8c8 !important;
}

.error {
    color: #ff4242 !important;
    font-size: 0.8rem !important;
    font-weight: lighter !important;
}

.error p {
    margin: 0;
    padding: 0;
}

.bi {
    display: inline-block;
    width: 1rem;
    height: 1rem;
}

/*
   * Sidebar
   */

@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }

    .navbar-search {
        display: block;
    }
}


.sidebar .nav-link {
    font-size: .875rem;
    font-weight: 500;
}

.sidebar .nav-link.active {
    color: #2470dc;
}

.sidebar-heading {
    font-size: .75rem;
}

/*
   * Navbar
   */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
}

.sticky-box {
    padding: 1rem;
    border: #c8c8c8 1px solid;
    border-radius: 1rem;
    background-color: whitesmoke;
    position: fixed;
    bottom: 0%;
    left: 0;
}

.sticky-box button {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .sticky-box {
        position: relative;
    }
}

.mytable {
    font-size: 14px !important;
}

.table>:not(caption)>*>*,
.page-link {
    background-color: transparent !important;
}

.select2-container {
    display: block !important;
}

.table-wrap {
    font-size: 14px !important;
    overflow-y: auto;
    max-height: 60vh;
    scrollbar-width: thin;
}

.slot-table td:nth-child(1),
.slot-table th:nth-child(1) {
    cursor: pointer;
    width: 30px !important;
}