._spinner_12uqf_1 span{color:transparent;width:15px;height:19px;vertical-align:middle;display:inline-block;position:relative}._spinner_12uqf_1 span:before{content:" ";position:absolute;display:block;width:15px;height:15px;margin:1px;border-radius:50%;border:2px solid #fff;border-color:#fff transparent #fff transparent;animation:_spinnerAnimation_12uqf_1 1.2s linear infinite}@keyframes _spinnerAnimation_12uqf_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.top-menu .panel-block .custom-link {
    display: flex;
    align-items: center;
    padding-left: 26px;
    color: var(--menuForegroundColor);
    cursor: pointer;
    min-height: 40px;
    font-size: 16px;
    transition: background-color .1s ease-in-out;
    white-space: normal;
    word-break: break-word;
    padding-right: 20px;
}
