*,
::after,
::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

h3 {
    font-size: 1.2375rem;
    /* color: #FFF; */
}

a {
    cursor: pointer;
    text-decoration: none;
}

li {
    list-style: none;
}

/* Layout skeleton */

.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
}

#sidebar {
    max-width: 268px;
    min-width: 268px;
    transition: all 0.35s ease-in-out;
    /* box-shadow: 0 0 35px 0 rgba(49, 57, 66, 0.5); */
    border-right: 1px solid #ddd;
    z-index: 1111;
    background-color: white;
}

/* Sidebar collapse */
#sidebar.collapsed {
    margin-left: -268px;
}

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    background-color: white;
}

.sidebar-logo {
    padding: 1.15rem 1.5rem;
}

.sidebar-logo a {
    font-size: 1.25rem;
    font-weight: 600;
}

.sidebar-nav {
    padding-right: 15px;
    padding-left: 15px;
}

.sidebar-header {
    font-size: .75rem;
    padding: 1.5rem 1.5rem .375rem;
}

.sidebar-item .clsLinkActive {
    background-color: #749A16;
    border-radius: 0.35rem;
    margin-bottom: 2px;
    margin-top: 2px;
}
.sidebar-item .clsLinkActive > a > .clsDashboardItemNoImage {
    color:white !important;
}

a.sidebar-link {
    padding: .625rem 1.225rem;
    position: relative;
    display: block;
    line-height: 20xp;
}

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

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

.content {
    flex: 1;
    max-width: 100vw;
    width: 100vw;
    background-color: #F1F9CE;
}

/* Responsive */

@media (min-width:768px) {
    .content {
        width: auto;
    }
}
.btnMenu {
    margin-left: -10px;
}

a > .clsDashboardItem {
    padding-left: 10px !important;
    color: black;
}

a > .clsDashboardItemNoImage {
    padding-left: 30px !important;
    color: black;
}

.dropdown-item > .clsLogoutDropdown {
    padding-left: 10px !important;
}

.clsAccInfo {
    padding-left: 15px !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #454545;
}

.clsAccInfoDetail {
    background-color: #F6F6F6;
    padding: 10px;
    border-radius: 4px 8px;
}

.clsNameRow1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #020202;
    text-align: left;
}
.clsBrRow {
    display: block;
    margin-bottom: -10px;
}

.clsNameRow2 {
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #4F4F4F;
    text-align: left;
}

a > .clsDashboardItemImage {
    height: 20px !important;
    width: 20px !important;
}
.sidebar-item > a::after {
    color: black;
}
.sidebar-item > a:focus {
    color: red;
}

.navbar-nav > li > a
{
  line-height: 20px;
  text-align: center;
}

.clsLogoutClr {
    color: #F44034;
}

.navbar-nav {
  display: table;
  padding: 0;
  margin: 0;
}

.navbar-nav > li {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
  border-left: 2px solid #fff;
  color: black;
  padding-right: 30px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 1.2em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: black;
}

.clsAdminPageTitle {
    width: 100px;
    height: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #020202;
}

a.sidebar-link:hover,
a.sidebar-link:active {
    flex-direction: row;
    align-items: center;
    background: #749A16;
    border-radius: 8px !important;
}

.text-decoration-none:hover {
    cursor: pointer;
}

#active-sibar {
    display: none;
}

.sidebar-item.active {
    background-color: #749A16; /* Make text green */
    border-radius: 8px;
}

.badge-notification-admin {
    position: absolute;
    top: 0.125rem;
    right: 0.125rem;
    font-size: 0.6em;
    padding: 0.2em 0.4em;
    background-color: #e32b1e;
    border: 1px solid #fff;
}
.mr-2 {
    margin-right: 2px;
}
