.trad-arl-wrapper {
    display: flex;
    width: 100%;
    background-color: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
}
.trad-arl-nab-icon {
    width: 75%;
    display: flex;
    align-items: center;
}
.trad-arl-nab-icon a{
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s;
}

.trad-arl-nab-btn {
    width: 25%;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;

}
.ctrad-bottom-nav-list-button{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    color:#B2B2B2;
}
/* .ctrad-bottom-nav-list-button svg, i{
    margin-bottom: -6px;
} */
.trad-arl-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white; /* full white modal */
    z-index: 9999;
    padding: 0;
    margin: 0;
}
.trad-arl-popup button.trad-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10000;
}

.ctrad-bottom-nav-list {
    --ctrad-icon-position: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    text-align: center;
    color: #B2B2B2;
}

.ctrad-bottom-nav-list[data-icon-position="left"] {
    flex-direction: row;
}

.ctrad-bottom-nav-list[data-icon-position="right"] {
    flex-direction: row-reverse;
}

.ctrad-bottom-nav-list[data-icon-position="top"] {
    flex-direction: column;
}

.ctrad-bottom-nav-list[data-icon-position="bottom"] {
    flex-direction: column-reverse;
}

.ctrad-bottom-nav-list:hover svg path,
.ctrad-bottom-nav-list:hover i,
.ctrad-bottom-nav-list:hover svg,
.ctrad-bottom-nav-list-button:hover svg path,
.ctrad-bottom-nav-list-button:hover i,
.ctrad-bottom-nav-list-button:hover svg{
    color:#134679;
}

.ctrad-bottom-nav-list.active .trad-menu-title,
.ctrad-bottom-nav-list.active i,
.ctrad-bottom-nav-list.active svg,
.ctrad-bottom-nav-list.active svg path{
    color:#134679;
}
.trad-arl-wrapper {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.219);
}

.ctrad-bottom-nav-list, .trad-arl-nab-btn a{
    padding: 10px;
    border-bottom: 3px #fff;
}
.ctrad-bottom-nav-list:hover, .trad-arl-nab-btn a:hover{
    padding: 10px;
    border-bottom: 3px #134679;
}
.trad-arl-nab-icon i,
.trad-arl-nab-icon svg,
.ctrad-bottom-nav-list-button svg,
.ctrad-bottom-nav-list-button i{
    font-size:24px;
}