/* Dashboard sliderCheckbox */
.db-scContainer {
    border: none;position: relative;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;width: 125px;
    border-radius: 8px;
}
.db-scCheckbox {
    display: none;
}
.db-scLabel {
    /*border: 2px solid #666;*/
    /*border-radius: 20px;*/
    cursor: pointer;
    display: block;
    overflow: hidden;
    height: 29px;
}
.db-scInner {
    display: block;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}
.db-scInner:before, .db-scInner:after {
    box-sizing: border-box;
    border-radius: 8px;
    display: block;
    float: left;
    /*font-family: sans-serif;*/
    font-size: 12px;;
    height: 29px;
    line-height: 29px;
    padding: 0;
    width: 50%;
}
.db-scInner:before {
    background-color: #444a3c;
    color: white;
    content: attr(data-text-true);
    padding-left: .75em;
}
.db-scInner:after {
    background-color: var(--bgLight1);
    color: #444a3c;
    content: attr(data-text-false);
    padding-right: .75em;
    text-align: right;
}
.db-scCircle {
    background-color: #444a3c;
    border-radius: 3px;
    bottom: 0;
    display: block;
    margin: 5px;
    position: absolute;
    right: 71px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 6px;
}
.db-scCheckbox:checked + .db-scLabel .db-scInner {
    margin-left: 0;
}
.db-scCheckbox:checked + .db-scLabel .db-scCircle {
    background-color: var(--bgLight1);
    right: 0 !important;
}
.db-modalSelect{
    height: 29px;
    border-radius: 8px;
}

.regSelect{
    font-size: 20px;
    border: none;
    border-radius: 10px;
}

/* Download file */
.db-body{
    padding-right: 0 !important;
    font-family: Montserrat, sans-serif;
    height: 100vh;
    overflow: hidden;
    background-color: #efefef;
    background-image: unset;
}
.db-content{
    height: 100%;
    background-image: url(/Public/images/honved_kadet_logo.png);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: center center;
    box-shadow: inset 6px 6px 12px 0 #b9c8a6;
    padding: 1rem;
}
.db-userPanel{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.db-topBar{
    display: flex;
    align-items: center;
    justify-content: end;
}

.db-logo{
    width: 100px;
}
.db-logOut{
    width: fit-content;
    margin: 0 20px;
    cursor: pointer;
}
.db-logOut:hover img{
    transform: scale(1.1);
    transition: 0.3s;
}

.db-logOut:active img{
    transform: scale(0.9);
    transition: 0.3s;
}

.militarytrainer.scContainer{
    border-radius: 10px;
    overflow: hidden;
}

.scInner:before, .scInner:after {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}