ul.site_header {
    padding: 0
}

li.site_header {
    list-style-type: none
}

.background-layout.site_border {
    background-image: url(../../../assets/img/main_bg.png);
    z-index: unset;
    opacity: .5
}

[x-cloak] {
    display: none !important;
}

.copy-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: middle;
}

.web-btn-primary {
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.toast-success {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #4CAF50;
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.nav-list {
    list-style: none;
    padding: 0;
}

.nav-item {
    margin-bottom: 1rem;
}

.nav-link {
    text-decoration: none;
    color: white;
}

#site_header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.copyrights {
    margin-top: auto;
}