* {
    border-radius: 0 !important;
}

.btn-sm {
    --bs-btn-padding-y: 0rem !important;
}

.align-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

input:focus::placeholder {
    color: transparent;
}
textarea:focus::placeholder {
    color: transparent;
}

.modal-body button {
    display: none;
}

.bg-subtle-red {
    background-color: #fff7f7 !important;
}

.bg-subtle-green {
    background-color: #f6fff5 !important;
}

.bg-subtle-yellow {
    background-color: #fffdf5 !important;
}

.numeric {
    text-align: right !important;
}

.table-overlap-fix {
    table-layout: fixed;
    word-wrap: break-word;
}

.table {
    margin-bottom: 0;
}

th {
    white-space: nowrap;
}

.nolink {
    color: inherit;
    text-decoration: inherit;
}

.btn-link {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}

::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

#sidebar li {
    list-style: none;
}

h1 {
    font-weight: 600;
    font-size: 1.5rem;
}

.wrapper {
    display: flex;
}

#main {
    margin-left: 70px;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
    background-color: #fafbfe;
}

#main.expand {
    margin-left: 260px;
}

#sidebar {
    position: fixed;
    height: 100vh;
    width: 70px;
    min-width: 70px;
    z-index: 1000;
    transition: all .25s ease-in-out;
    display: flex;
    flex-direction: column;
    background-color: #0e223e;
}

#sidebar a {
    text-decoration: none;
}

#sidebar.expand {
    width: 260px;
    min-width: 260px;
}

.toggle-btn {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 1rem 1.5rem;
}

.sidebar-toggle {
    position: absolute;
    background-color: #0e223e;
    color: #fff;
    height: 62px;
    /*padding: 1px;*/
    left: 70px;
    font-size: 1em;
    cursor: pointer;
    display: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#sidebar.expand > div > .sidebar-toggle {
    left: 260px;
}
.sidebar-toggled-closed { display: inline; }
.sidebar-toggled-open { display: none; }

#sidebar.expand > div > .sidebar-toggle > .sidebar-toggled-closed { display: none; }
#sidebar.expand > div > .sidebar-toggle > .sidebar-toggled-open { display: inline; }

.sidebar-header:hover > .sidebar-toggle {
    display: block;
}

.toggle-btn i {
    font-size: 1.5rem;
    color: #fff;
}

.sidebar-logo {
    margin: auto 0;
    white-space: nowrap;
}

.sidebar-logo a {
    color: #FFF;
    font-size: 1.15rem;
    font-weight: 600;
    top: -3px;
    position: relative;
}

#sidebar:not(.expand) .sidebar-logo,
#sidebar:not(.expand) a.sidebar-link span {
    display: none;
}

.sidebar-nav {
    padding: 5px 0;
    flex: 1 1 auto;
}

a.sidebar-link {
    padding: .625rem 1.625rem;
    color: #FFF;
    display: block;
    font-size: 0.9rem;
    white-space: nowrap;
    border-left: 3px solid transparent;
}

.sidebar-link i {
    font-size: 1.1rem;
    margin-right: .75rem;
    position: relative;
    top: 2px;
}

a.sidebar-link:hover, a.sidebar-link.active {
    background-color: rgba(255, 255, 255, .075);
    border-left: 3px solid #3b7ddd;
}

.sidebar-item {
    position: relative;
}

#sidebar:not(.expand) .sidebar-item .sidebar-dropdown {
    position: absolute;
    top: 0;
    left: 70px;
    background-color: #0e2238;
    padding: 0;
    min-width: 15rem;
    display: none;
}

#sidebar:not(.expand) .sidebar-item:hover .has-dropdown+.sidebar-dropdown {
    display: block;
    max-height: 15em;
    width: 100%;
    opacity: 1;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

#sidebar.expand .sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

#sidebar:not(.expand) .sidebar-footer-info {
    display: none;
}

.content {
}
