.lowerFooter{
    padding: 0px 40px 20px 40px;
    width: calc(100% - 80px);
    font-size: 13px;
    background-color: var(--pmMainColor);
    display: flex;
    transition: background-color 0.3s ease-in-out;
}

.lowerFooterDiv{
    border-top: 1px solid rgba(255, 255, 255, 0.37);
    width:50%;
    font-family: var(--mainFont);
    color: white;
    display:flex;
}

.lowerFooterDiv.right{
    flex-direction: row-reverse;
}

.lowerFooterDiv.right.rtl{
    flex-direction: row;
}

.lowerFooterDiv.left{
    flex-direction: row;
}

.lowerFooterDiv.left.rtl{
    flex-direction: row-reverse;
}



.lowerFooterLabel{
    margin-top: 20px;
    font-weight:500;
}

.lowerFooterLabel.rtl{
    display: flex;
    flex-direction: row-reverse;
}

.lowerFooterButton{
    background-color: transparent;
    border: 0px;
    font-size: 13px;
    font-family: var(--mainFont);
    color: white;
    cursor:pointer;
    padding: 0;
}