body {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.66666667;
}

.sidebar {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    overflow: auto;
}

.sidebar::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

@media only screen and (max-width: 992px) {
    /* For mobile phones: */
    .sidebar {
        width: 90px;
        text-align: center;
    }

    .body {
        width: calc(100% - 90px);
    }

    .sidebar span {
        display: none;
    }

    [class^="col"] {
        width: 100% !important;
        flex: none !important;
    }

    .text-alignment {
        text-align: left;
    }

        .top-nav-bar .navbar-nav {
            flex-direction: row !important;
        }

        .top-nav-bar .navbar-nav .nav-link {
            padding-right: var(--bs-navbar-nav-link-padding-x);
            padding-left: var(--bs-navbar-nav-link-padding-x);
        }
}

@media only screen and (min-width: 992px) {
    .body {
        width: calc(100% - 280px);
    }

    .sidebar {
        width: 280px;
    }

    .sidebar span {
        padding-left: 10px;
    }

    .sidebar a {
        display: flex;
        align-items: center;
    }

    .small-logo{
        display: none !important;
    }

    .text-alignment {
        text-align: right;
    }
}

.main {
    height: 100vh;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
}

.container {
    margin-top: 15px;
}

.pointer {
    cursor: pointer !important;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.input-group-append .btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.search {
    height: 38px;
    display: block;
}

.search-container {
    display: flex;
    justify-content: space-between;
}

.form-select {
    height: 400px;
}

.input-group-append .input-group-text {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.nav-header {
    font-weight: bold;
    font-size: 20px;
}

.nav-header a {
    padding: 0px !important;
    padding-top: 10px !important;
}

.themes .card {
    height: 100%;
}

.themes .active {
    outline: solid #2DB1B9 2px !important;
}

.themes .card:hover {
    outline: solid #C0E8EA 2px;
}

.themes a {
    text-decoration: none !important;
}

.required:after {
    content: " *";
    color: red;
}

.table tr:hover td {
    background-color: #BCC1C9;
}