#custom-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 300px;
    color: #ffffff;
    z-index: 10000;
}

#custom-toast .toast-body {
    padding: 10px 15px;
}

#custom-toast .close {
    display: flex;
    align-items: center;
    color: #ffffff;
    position: absolute;
    width: 30px;
    height: 12px;
    top: 10px;
    right: 0;
}

#custom-toast .message-error {
    background-color: #dc3545;
}

#custom-toast .message-success {
    background-color: #28a745;
}


.change-locale {
    width: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.change-locale a img {
    width: 24px;
    max-width: 24px;
}

.change-locale .dropdown-menu {
    margin: 0;
    width: 24px !important;
    min-width: 24px;
    background: none;
    border: none;
    border-top: 1px solid white;
    border-radius: 0;
    padding: 4px;
    margin-top: 4px;
    left: -14px !important;
}

.change-locale .dropdown-menu a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.classy-nav-container a:hover, .classy-nav-container a:focus {
    color: #ffffff;
}
