/* Add custom CSS styles below */ 

element.style {
    height: 65px;
}


.navbar-brand {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}



[dir=rtl] .mm-spn li:before {
    border: 3px solid;
    border-right: none;
    border-top: none;
    height: 6px;
    left: 25px;
    left: calc(var(--mm-spn-item-height)/2);
    right: auto;
    top: 50%;
    width: 6px;
}

.rounded-full {
    border-radius: 0px;
}


.root { 
   --color-primary-l: #FFFFFF;
}


#submit-form-btn {
    color: var(--color-primary-l)!important;
}

.w-16 {
    width: 20%;
}

.w-16 {
    width: 20%;
    height: 20%;
}