.splash_preview{
    width: 100%;
    height: 500px;
    position: relative;
    border: 4px solid black;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}   

.dark .mode.light-img {
    display:none
}
.dark .mode.dark-img {
    display:block
}
.dark #loading-center { 
    background-image: url(../images/dark-loader.gif)
}

.logo {
    margin-left: 25px;
}

.current-project {
    color: #303030;
}

.dark .current-project {
    color: #fff;
}

.project-name {
    font-size: 1.2rem;
}

@media (min-width: 992px) {
    .header {
        margin-top: 9px;
    }
}

.switch-project {
    margin-left: 15px;
}

.switch-label, .dark .switch-label{
    color: #c36338;
}

.buttons-options {
    display: flex;
    flex-direction: row;
    gap: 30px;
}