
.footer__item__list {
    list-style-type: none;
    padding: 0px;
}



.footer__item__list__item a {
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
}

.social-media-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.footer-end-seperator {
    background: vvar(--theme-secondary-color);
}

.menu-list-item {
    color: #E4E8F2;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
}

.menu-list-item:hover {
    color: #8cd747;
}

.menu-list-item-seperator {
    width: 0px;
    height: 20px;
    border: 1px solid #8A8A8A;
}

.footer-left-seperator {
    z-index: 3;
    width: 1px;
    border-right: var(--theme-primary-color);
}

.footer-right-seperator {
    z-index: 3;
    width: 1px;
    border-left: var(--theme-primary-color);
  
}

.center-footer-seperator-text {
    color: #E4E8F2;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.center-footer-seperator-focus-text {
    color: #FFC700;
}

.footerFixed {
    position: fixed;
    bottom: 0;
    transform: translate(-50%);
    left: 50%;
}
.border-left-right
{
    border-left: 2px solid var(--theme-primary-color);
    border-right: 2px solid  var(--theme-primary-color);
}