/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 01.07.2025, 13:55:37
    Author     : thoma
*/

.jodit_theme_bssl {
		--jd-color-background-default:#00F5D4;
		--jd-color-border: #474025;
		--jd-color-panel: #00F5D4;
		--jd-color-icon: #00F5D4;
	}
.jodit_theme_dark.jodit-container:not(.jodit_inline) .jodit-workplace,
.jodit_theme_dark .jodit-wysiwyg,
.jodit_theme_dark .jodit-toolbar__box:not(:empty),
.jodit_theme_dark.jodit-container {
    background-color: #1e1e2f !important;
    border-color: #00F5D4;
    width:100%
}

.jodit-toolbar-button__button:hover,
.jodit_theme_dark .jodit-toolbar-button__trigger,
.jodit_theme_dark .jodit-toolbar-button__trigger:hover,
.jodit_theme_dark .jodit-toolbar-button__button:hover,
.jodit_theme_dark .jodit-toolbar-button__button:hover:not([disabled]) {
    background-color: #00F5D4;
    color: #575757;
}
.jodit_theme_dark .jodit-toolbar-button__trigger:hover
{
    fill: #575757;
    
}
.jodit-toolbar-button__button,
.jodit_theme_dark .jodit-toolbar-button .jodit-icon 
{
    fill: #fff;
    stroke: #575757;
}

.hardbasehardstyle {
    
}

.beatsecene-header {    
    border-bottom:#fff 1px solid;
    padding-left: 25px !important;
    background: url('/img/beat_scene_sl_sm.webp') center 60%; 
    background-size:contain;    
    background-position-x: left;
    background-position-y: 500px;
}

.DjStyles .badge {
    background-color:#583384;
    color:#fff;
}
.lh-1 {line-height:1;}
.navbar-title {       
     padding:0;
}

.border-override {
    border-color:#00F5D4 !important;
    border-radius:5px 5px 0 0;
}
main .card-body {
    min-height: 170px; 
}
.bg-override {
    background:#583384 !important;
}

.nav-pills .nav-link.active {
    color:#555 !important;
    background:#00F5D4 !important;

}
.link-secondary.no-underline {
    text-decoration: none !important;
}
.btn-cyan-full {
    color:#555 !important;
    background:#00F5D4 !important;    
}

.btn-cyan {
    color:#555 !important;
    background:#00F5D4 !important;
    border-radius:0 0 5px 5px
}

.profile {
    min-height:300px;
    background-size:cover;
    background-position: center center;
    border-radius: 0 !important;
}
.bg-override-turqouise {
    background:#00F5D4 !important;
}
.btn-primary{
    border-color:#00F5D4 !important;
    background:#00F5D4 !important;
}
footer,
div.nav,
nav.nav{
    background:#583384;
}

.row-0 {
    margin-left:0 !important;
    margin-right:0 !important;
}

.smallest {
    font-size:1rem;
}
/*
.dropzone {
    background: url("/img/bssl_placeholder.webp") center center no-repeat;
    background-size: cover;
    z-index:0;
    
}*/
.general {    
    margin-top:3px;
    margin-bottom:2px;
    display: inline-block;
    background:#0099ff;
    /* vertical-align: middle; */
    border-radius: 10px;
    padding: 10px 16px;
    color: #fff;
    text-align: center;
    /* width: 50px; */
    /* height: 50px; */
    vertical-align: middle;
    font-weight: 500;
}
.subline {
    font-size:0.8em;
}

.content {
    padding:1em 15rem 0 15rem;
}

.img-small {width:50px; height: 50px;display:block; margin: 0 auto}
.previewImg {position:absolute; z-index:99999}

#dropzone {
    position: relative;
    border: 5px dotted #000;
    border-radius: 10px;
    color: #000;
    font: bold 24px/200px arial;
    height: 200px;
    margin: 30px auto;
    text-align: center;
    width: 200px;
}

#dropzone.hover {
    border: 4px solid green;
    color: green;
}

#dropzone.dropped {
    background: #222;
    border: 5px solid #444;
}

#dropzone div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#dropzone img {
    border-radius: 5px;
    vertical-align: middle;
    max-width: 95%;
    max-height: 95%;
}

#dropzone [type="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}



@media screen and (max-width: 800px) {
    .beatsecene-header {
        padding-left: 0px !important;
    }
    .content {
        padding:0;
    }
}
@media screen and (max-width: 1440px) {
    
    .content {
        padding:0;
    }
}