.overlay {
   position: fixed;
   display: none;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-image: url(../images/balitbang.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-color: rgba(0, 0, 0, 0.3);
   z-index: 1499;
   cursor: pointer;
   background-attachment: fixed;
}

.overlayMenu {
   position: fixed;
   display: none;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(0, 0, 0, 0.3);
   z-index: 1499;
   cursor: pointer;
   /* transition: all 0.1s; */
}

#sidebar {
   width: 250px;
   position: fixed;
   top: 60px;
   left: -250px;
   min-height: 93vh;
   z-index: 1500;
   font-weight: 500;
   transition: all 0.3s;
   overflow-y: auto;
   overflow-x: hidden;
   margin-top: 0px;
   box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
   box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
}

#sidebar .sidebar-heading {
   height: 55px !important;
   font-family: "Russo One", sans-serif;
   font-size: 26px;
}

#sidebar.active {
   left: 0;
}

#sidebar .sidebar-footer {
   width: 225px;
   position: fixed;
   left: -225px;
   bottom: 30px;
   transition: all 1.3s;
   text-align: center;
}

#sidebar.active .sidebar-footer {
   left: 0;
}

ul,
ul li,
ul li ul {
   list-style: none outside none;
   padding: 0;
   margin: 0;
}

a {
   text-decoration: none;
}

a:link {
   text-decoration: none;
}
a:hover {
   text-decoration: none;
}

a:visited {
   text-decoration: none;
}

a:active {
   text-decoration: none;
}

#menuDrop {
   padding: 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#menuDrop > li > a {
   width: 250px;
   text-align: left;
   text-decoration: none;
   cursor: pointer;
   outline: none;
   position: relative;
   display: block;
   padding: 0.75rem 0.75rem;
   margin-bottom: -1px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.125);
   color: var(--bs-light-text-emphasis);
   font-weight: 400;
   font-size: 16px;
}

#menuDrop > li > a > i {
   color: var(--bs-primary-text-emphasis);
}

#menuDrop > li > a:hover {
   color: #fff;
   /*background-image: linear-gradient(to right, #7091E6 95%, #002d40 100%);*/
   background-color: #7091E6;
}

#menuDrop > li > a:hover > i {
   color: #fff;
}

#menuDrop > li > a:active > i {
   color: #fff;
}

#menuDrop > li > a.tutup::after {
   position: absolute;
   right: 24px;
   /*content: url(../ico/caret-right-fill.svg);*/
   color: var(--bs-light-text-emphasis);
   font-family: "bootstrap-icons";
   content: "\F285";
}

#menuDrop > li > a.tutup:hover {
   color: #fff;
   /*background-image: linear-gradient(to right, #7091E6 95%, #002d40 100%);*/
   background-color: #7091E6;
}

#menuDrop > li > a:hover {
   color: #fff;
   /*background-image: linear-gradient(to right, #7091E6 95%, #002d40 100%);*/
   background-color: #7091E6;
}

#menuDrop > li > a.tutup:hover,
#menuDrop > li > a.tutup.buka,
#menuDrop > li > a.tutup.buka i {
   color: #fff;
   /*background-image: linear-gradient(to right, #7091E6 95%, #002d40 100%);*/
   background-color: #7091E6;
}

#menuDrop > li > a.tutup.buka::after {
   right: 28px;
   font-family: "bootstrap-icons";
   content: "\F285";
   transform: rotate(90deg);
   }

.subMenu {
   display: none;
}

.subMenu a {
   width: 250px;
   text-decoration: none;
   cursor: pointer;
   outline: none;
   position: relative;
   display: block;
   padding: 0.5rem 0.5rem;
   margin-bottom: -1px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.125);
   border-left: 0.34rem solid var(--bs-danger-border-subtle);
   border-left-color: #ff4d00;
   /*background-image: linear-gradient(to right, #e7e7e7 95%, #797979 100%);*/
   color: var(--bs-light-text-emphasis);
   font-weight: 400;
   font-size: 16px;
}

.subMenu .disabled {
   background-color: #91a1a1;
}

.subMenu a:hover {
   color: #fff;
   /*background-image: linear-gradient(to right, #6ad2ff 95%, #006997 100%);*/
   background-color: #ADBBDA;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
   transition: all 0.5s;
   z-index: 997;
   height: 60px;
   box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
   background-color: var(--bs-secondary-bg);
   padding-left: 20px;
   z-index: 501 !important;
   /* Toggle Sidebar Button */
   /* Search Bar */
}

.header .toggle-sidebar-btn {
   font-size: 32px;
   margin-left: 5px;
   cursor: pointer;
   color: var(--bs-primary-text-emphasis);
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
   list-style: none;
}

.header-nav>ul {
   margin: 0;
   padding: 0;
}

.header-nav .nav-icon {
   font-size: 22px;
   color: var(--bs-primary-text-emphasis);
   margin-right: 25px;
   position: relative;
}

.header-nav .nav-profile span {
   font-size: 14px;
   font-weight: 600;
}

.header-nav .badge-number {
   position: absolute;
   inset: -2px -5px auto auto;
   font-weight: normal;
   font-size: 12px;
}

.header-nav .notifications {
   inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
   display: flex;
   align-items: center;
   padding: 15px 10px;
   transition: 0.3s;
}

.header-nav .notifications .notification-item i {
   margin: 0 20px 0 10px;
   font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
   font-size: 16px;
   font-weight: 600;
   margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
   font-size: 13px;
   margin-bottom: 3px;
   color: #919191;
}

.header-nav .notifications .notification-item:hover {
   background-color: #f6f9ff;
}

.header-nav .messages {
   inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
   padding: 15px 10px;
   transition: 0.3s;
}

.header-nav .messages .message-item a {
   display: flex;
}

.header-nav .messages .message-item img {
   margin: 0 20px 0 10px;
   max-height: 40px;
}

.header-nav .messages .message-item h4 {
   font-size: 16px;
   font-weight: 600;
   margin-bottom: 5px;
   color: #444444;
}

.header-nav .messages .message-item p {
   font-size: 13px;
   margin-bottom: 3px;
   color: #919191;
}

.header-nav .messages .message-item:hover {
   background-color: #f6f9ff;
}

.header-nav .profile {
   min-width: 240px;
   padding-bottom: 0;
   top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
   font-size: 18px;
   margin-bottom: 0;
   font-weight: 600;
   color: #444444;
}

.header-nav .profile .dropdown-header span {
   font-size: 14px;
}

.header-nav .profile .dropdown-item {
   font-size: 14px;
   padding: 10px 15px;
   transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
   margin-right: 10px;
   font-size: 18px;
   line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
   background-color: #f6f9ff;
}

.min-width-250{
   min-width: 250px;
}
