.header-title {
    line-height: 38px;
    letter-spacing: 0.25px;
    margin: auto;
    margin-left: calc(100px + 12px);
}

@media (max-width: 992px) {
    .header-title {
        line-height: 38px;
        letter-spacing: 0.25px;
        margin: auto;
        margin-left: calc(80px + 12px);
    }
}


.menu {
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: var(--color-background);
}

::-webkit-scrollbar-thumb {
    background: var(--color-text-accent);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(var(--color-text-accent), 0.8);
}
@media only screen and (min-width: 1200px) {
    .container-fluid.wrapper {
        padding-right: 109px;
        padding-left: 109px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .container-fluid.wrapper {
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .container-fluid.wrapper {
        padding-right: 100px;
        padding-left: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    .container-fluid.wrapper {
        padding: 0px 70px;
    }
}

@media only screen and (max-width: 576px) {
    .sdt-title-footer {
        font-size: 22px;
    }
    .sdt-design-by {
        display: contents;
    }
    
}

.fw-bold {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: white;
    letter-spacing: 0.0125em;
    width: max-content;
}

.menu-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1em;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.header-main-container{
    background-color: var(--color-accent);
    position: relative;
}
.header-main-nav {
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
@media (max-width: 992px) {
    .header-main-nav {
        height: 52px;
    }
}

.menu-logo-90 {
    display: flex;
    position: relative;
}
li.menu-item a:hover {
    color: var(--color-link-hover);
}