#header-container {
    width: 280px;
    height: 100vh;
    background-color: var(--white);
    position: fixed;
    left: -100%;
    top: 0;
    border-right: 1px solid var(--border-subtle);
    z-index: 10;
    transition: all 0.3s ease;
}

#header-container.open-menu {
    left: 0;
}

#header-container .header-bg {
    width: 100vw;
    height: 100%;
    content: '';
    background: var(--black);
    opacity: 0;
    left: 100%;
    top: 0;
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    display: none;;
}

#header-container.open-menu .header-bg {
    opacity: 0.2;
    display: block;
}

#header-container #header {
    padding: 20px;
}

#header-container #header #logo {
    margin-bottom: 20px;
}

#header-container #header #primarna ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#header-container #header #primarna ul li {
    list-style-type: none;
    display: flex;
    position: relative;
    align-items: center;
}

#header-container #header #primarna ul li.last {
    display: none;
}

#header-container #header #primarna ul li a {
    font-weight: 500;
    text-decoration: none;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 44px;
    background-color: var(--white);
    display: block;
    width: 100%;
    border-radius: 8px;
    color: var(--black);
}

#header-container #header #primarna ul li a:hover {
    color: var(--blue);
    background-color: var(--surface-tertiary);
}

#header-container #header #primarna ul li.la1 a {
    color: var(--blue);
    background-color: var(--surface-tertiary);
}

#header-container #header #primarna ul li .icon-wrapper {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header-container #header #primarna ul li img {
    position: absolute;
}

#header-container #header #primarna ul li .icon-wrapper .active {
    display: none;
}

#header-container #header #primarna ul li:hover .active,
#header-container #header #primarna ul li.la1 .active {
    display: block;
}

#header-container #header #primarna ul li:hover .default,
#header-container #header #primarna ul li.la1 .default {
    display: none;
}

#header-container #header-banner {
    padding: 20px;
}

#header-container #header-banner .inner {
    background: var( --gradient);
    padding: 20px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

#header-container #header-banner .inner::after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    display: inline-block;
    width: 116px;
    height: 116px;
    background: url("data:image/svg+xml,%3Csvg width='116' height='116' viewBox='0 0 116 116' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.06' d='M38.6667 0H0V38.6122H38.6667V0Z' fill='white'/%3E%3Cpath opacity='0.15' d='M77.3333 0H38.6666V38.6122H77.3333V0Z' fill='white'/%3E%3Cpath opacity='0.25' d='M116 0H77.3334V38.6122H116V0Z' fill='white'/%3E%3Cpath opacity='0.1' d='M77.3333 38.6123H38.6666V77.2245H77.3333V38.6123Z' fill='white'/%3E%3Cpath opacity='0.15' d='M116 38.6123H77.3334V77.2245H116V38.6123Z' fill='white'/%3E%3Cpath opacity='0.06' d='M116 77.2246H77.3334V115.837H116V77.2246Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center center / cover;
}

#header-container #header-banner .inner .icon {
    width: 44px;
    height: 44px;
    background: var(--white);
    border-radius: 50%;
    margin-bottom: 12px;
}

#header-container #header-banner .inner .text{
    margin-bottom: 32px;
}


#header-container #header-banner .inner .text p, #header-container #header-banner .inner .text h2 {
    color: var(--white);
}

#header-container #header-banner .inner .text p {
    opacity: 0.5;
    margin-bottom: -2px;
}

#header-container #header-banner .inner .text h2 {
    font-size: 24px;
    line-height: 32px;
}

#header-container #header-banner .inner .btn-white {
    width: 100%;
}

.mobile-menu-bar {
    background: var(--white);
    border-top: 1px solid var(--border-subtle);
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.25));
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 64px;
    gap: 69px;
    width: 100%;
}

.mobile-menu-bar::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  background: #fff;
  border-radius: 50px 50px 0 0;
  z-index: -1;
}

.mobile-menu-bar .create-campaign {
    transform: translateY(-15px);
}

.mobile-menu-bar .create-campaign .create-campaign-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--blue);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-menu-bar .create-campaign:hover .create-campaign-icon {
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.60);
}

.mobile-menu-bar .notification-wrapper .notification-icon {
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: relative;
}

.mobile-menu-bar .notification-wrapper .notification-active {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    content: '';
    background: var(--red);
    position: absolute;
    top: 3px;
    right: 0;
}

.mobile-menu-bar .hamburger .burger-wrapper {
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.mobile-menu-bar .hamburger .burger-wrapper .bar {
    height: 3px;
    content: '';
    background: var(--text-tertiary);
    border-radius: 4px;
}

.mobile-menu-bar .hamburger .burger-wrapper .bar.one,
.mobile-menu-bar .hamburger .burger-wrapper .bar.three {
    width: 100%;
    transition: all 0.3s ease;
}

.mobile-menu-bar .hamburger .burger-wrapper .bar.two {
    width: 20px;
    transition: all 0.3s ease;
}

.mobile-menu-bar .hamburger .burger-wrapper:hover .bar.two,
.mobile-menu-bar .hamburger .burger-wrapper.open .bar.two {
    width: 100%;
}

.mobile-menu-bar .hamburger .burger-wrapper:hover .bar.one,
.mobile-menu-bar .hamburger .burger-wrapper:hover .bar.three,
.mobile-menu-bar .hamburger .burger-wrapper.open .bar.one,
.mobile-menu-bar .hamburger .burger-wrapper.open .bar.three {
    width: 20px;
}

.mobile-notifications-list {
    position: fixed;
    bottom: -100%;
    opacity: 0;
    visibility: hidden;
    left: 0;
    width: 100%;
    background: var(--white);
    padding: 20px;
    padding-bottom: 54px;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    transition: all 0.3s ease;
    border-right: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
    border-left: 1px solid var(--border-subtle);
    box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.mobile-notifications-list.open {
    bottom: 50px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.mobile-notifications-list .element {
    list-style-type: none;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border-subtle);
    transition: all 0.3s ease;
    overflow: hidden;
}

.mobile-notifications-list .bottom {
    margin-top: 16px;
}

.mobile-notifications-list .bottom a {
    font-size: 14px;
    line-height: 20px;
    gap: 8px;
    color: var(--blue);
    display: inline-block;
}

/* Small phones */
@media only screen and (min-width: 576px) {
 
}

/* Mobile */
@media only screen and (min-width: 768px) {
    #header-container {
        left: 0;
    }

    #header-container #header #logo {
        margin-bottom: 40px;
    }

    #header-container #header #primarna ul li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #header-container #header #primarna ul {
        gap: 10px;
    }
}

/* Tablets */
@media only screen and (min-width: 992px) {
    
}

/* Large screens (laptops smaller) */
@media only screen and (min-width: 1200px) {
 
}
