body {
    background-color: #f2f2f7;
}
.top-header-wrapper {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    box-shadow: 1px 1px 4px #c5c5c5;
}
.top-header .dropdown-toggle {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 6px;
    background: transparent;
    border: none;
}
.navbar-menu {
    width: 250px;
    z-index: 998;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
body.navbar-closed .navbar-menu, body.navbar-closed .navbar-menu-inner {
    width: 0;
}
.navbar-menu-inner {
    width: 250px;
    z-index: 998;
    background: #282724;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    padding: 73.49px 0 0 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow: hidden;
}
.navbar-brand-box {
    padding: 25px 1.3rem;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: #222c33;
}
#scrollbar {
    overflow: auto;
    padding-bottom: 45px;
}
[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#scrollbar {
    overflow: auto;
}
#scrollbar::-webkit-scrollbar {
    width: 0.4em;
}
#scrollbar::-webkit-scrollbar-track {
    background-color: #323131;
}
#scrollbar::-webkit-scrollbar-thumb {
    background-color: #323131;
    border-radius: 5px;
}
#scrollbar:hover::-webkit-scrollbar-thumb, #scrollbar:focus::-webkit-scrollbar-thumb {
    background-color: #323131;
}
.main-content {
    position: relative;
    min-height: 100vh;
    min-height: var(--app-height);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    padding: 20px;
    padding-left: 24px;
    padding-top: calc(73.49px + 20px);
}
body.navbar-closed .main-content {
    margin-left: 0px;
}
#navbar-toggler-btn {
    position: absolute;
    background: #1d262d;
    color: #fff;
    top: 50%;
    right: -16px;
    height: 64px;
    width: 16px;
    transform: translate(0px, -50%);
    cursor: pointer;
}
.navbar-toggler-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#navbar-menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #747474;
}
#navbar-menu-list>li {
    
}
#navbar-menu-list>li.active {
    background-color: #3f3e3d;
}
#navbar-menu-list li a {
    padding: 10px 20px;
    flex: 1;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.navbar-icon {
    font-size: 18px;
    min-width: 21px;
    margin-right: 14px;
    text-align: center;
    color: #ffffff;
}
#navbar-menu-list li a span {
    color: #ffffff;
    display: block;
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .main-content {
        margin-left: 250px;
    }
}
button {
    cursor: pointer;
    outline: 0 !important;
}
.click-label {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
input, textarea, select {
    outline: 0 !important;
}
select {
    padding: 3px;
}

ul.pagination {
    gap: 10px;
}
ul.pagination>li {
    font-size: 16px;
    display: inline-block;
    background: #9e9e9e;
}
ul.pagination>li.active {
    background: #282724 !important;
}
ul.pagination>li>a {
    color: #ffffff;
    display: block;
    padding: 3px 10px;
}
ul.pagination>li.active>a {
    
}

.btn-sm {
    padding: .25rem .9rem !important;
}
.btn-primary {
    background-color: #282724 !important;
    border-color: #282724 !important;
    color: #fff !important;
    border-radius: 3px;
}
.btn-primary:focus {
    box-shadow: none !important;
}
.btn-primary:active {
    background-color: #61605d !important;
    border-color: #61605d !important;
}
.btn[disabled] {
    opacity: 0.3;
    pointer-events: none;
}
.btn-outline-primary {
    background: #fff;
    border-color: #282724 !important;
    color: #282724 !important;
}
.btn-outline-primary.btn-sm {
    padding: .25rem .5rem !important;
}
.btn-outline-danger.btn-sm {
    padding: .25rem .5rem !important;
}
.btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:hover {
    border-color: #282724 !important;
    color: #282724 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger:hover {
    background-color: transparent !important;
    color: #dc3545 !important;
    box-shadow: none !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #282724;
}
.form-label {
    font-weight: 500;
    margin-bottom: 4px;
    color: #495057;
}
.form-group {
    margin-bottom: 0.8rem;
}
.text-muted {
    margin-bottom: 7px;
    font-size: 14px;
}
.text-bold {
    font-weight: 500;
}
.text-15 {
    font-size: 15px;
}
.text-gray {
    color: gray;
}

.image-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Sit on top */
    padding-top: 70px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.image-modal-content {
    margin: auto;
    display: block;
    max-height: calc(100% - 65px);
    max-width: 100%;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
    background-color: #b1b1b1;
}
  
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}
  
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

.image-modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 26px;
    font-weight: bold;
    transition: 0.3s;
}
  
.image-modal-close:hover, .image-modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
  
@media only screen and (max-width: 700px) {
    /* .image-modal-content {
        width: 100%;
    } */
}

/* Bootstrap Modal */
.modal-title {
    color: #495057;
    font-size: 1.1rem;
}
.modal-body {
    padding-top: 5px;
}
.modal-header {
    border-bottom: none;
}
.modal-footer {
    border-top: none;
}

#topnav-hamburger-icon {
    cursor: pointer;
}
.hamburger-icon.open {
    display: inline-block;
    opacity: 0.6;
}
.hamburger-wrapper {
    margin-top: 12px;
    display: flex;
    justify-content: end;
    padding-right: 13px;
}
 
.bar {
    display: block;
    height: 2.4px;
    width: 22px;
    border-radius: 2px;
    background: #6FFFE9;
    margin: 5px auto;
}
 
.hamburger-icon {
    width: auto;
    margin: 0 auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.hamburger-icon.open .bar, .bar {
    background-color: #fff;
}
 
.topnav-hamburger {
    display: flex;
    text-align: center;
    height: auto;
    position: relative;
}
 
.middle {
    margin: 0 auto;
}
 
.bar {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.hamburger-icon.open .arrow-top {
    -webkit-transform: rotateZ(45deg) translateY(16px) translateX(-11px);
    -moz-transform: rotateZ(45deg) translateY(16px) translateX(-11px);
    -ms-transform: rotateZ(45deg) translateY(16px) translateX(-11px);
    -o-transform: rotateZ(45deg) translateY(16px) translateX(-11px);
    transform: rotateZ(45deg) translateY(16px) translateX(-11px);
    width: 12px;
}
 
.hamburger-icon.open .arrow-middle {
    -webkit-transform: translateX(-27px);
    -moz-transform: translateX(-27px);
    -ms-transform: translateX(-27px);
    -o-transform: translateX(-27px);
    transform: translateX(-27px);
}
 
.hamburger-icon.open .arrow-bottom {
    -webkit-transform: rotateZ(-45deg) translateY(-16px) translateX(-11px);
    -moz-transform: rotateZ(-45deg) translateY(-16px) translateX(-11px);
    -ms-transform: rotateZ(-45deg) translateY(-16px) translateX(-11px);
    -o-transform: rotateZ(-45deg) translateY(-16px) translateX(-11px);
    transform: rotateZ(-45deg) translateY(-16px) translateX(-11px);
    width: 13px;
}
.hamburger-icon.open {
    transform: translateX(-27px) rotate(180deg);
}

body.navbar-collapsed .navbar-menu, body.navbar-collapsed .navbar-menu-inner  {
    width: 60px;
}
body.navbar-collapsed .hamburger-wrapper {
    justify-content: center;
    padding-right: 0;
}
body.navbar-collapsed #navbar-menu-list>li a>span {
    opacity: 0;
    transition: opacity 0.2s;
}
body.navbar-collapsed #page-topbar  {
    left: 0px;
}
body.navbar-collapsed .main-content  {
    margin-left: 60px;
}
body.navbar-collapsed .footer  {
    left: 0px;
}

.tabbed-pane .tabbed-pane-head {
    display: flex;
    justify-content: center;
    gap: 1.5px;
}
.tabbed-pane  .tabbed-pane-head .tab-header {
    background-color: #a1a1a1;
    color: #fff;
    text-decoration: none;
    width: 136px;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    transition: background-color 0.2s;
}
.tabbed-pane  .tabbed-pane-head .tab-header:not(.active):hover {
    background-color: #787676;
}
.tabbed-pane .tabbed-pane-head .tab-header.active {
    background-color: #282724;
}
.tabbed-pane .tabbed-pane-body {
    padding: 10px;
    background: #f2f2f7;
}
.tabbed-pane .tabbed-pane-body .tab-content {
    display: none;
}

.listing-view-btn.active {
    background-color: #282724 !important;
    color: #fff !important;
}