/* 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;
}

.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;
}

[data-cms-type=SubscribeForm]{
    color: #666759;
}
.calItem{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 4px;
    margin-bottom: 12px;
}
.regSelect{
    font-size: 20px;
    padding: 8px 1rem;
    border: none;
    border-radius: 20px;
}
.reg-title{
    padding: 0 1rem;
    font-weight: 600;
}
.regSubmit{
    margin-top: 1rem;
    padding: 10px 40px;
    font-weight: 600;
    background-color: #e49e37;
    color: white;
    border: none;
    border-radius: 18px;
    transition: 0.3s;
    cursor: pointer;
}
.regSubmit:hover{
    background-color: #c27919;
}
[data-cms-type=SubscribeForm] .bc-button{
    font-family: Roboto, sans-serif;
    font-size: 15px;
    padding: 6px 1rem;
    border-radius: 4px;
}
[data-cms-type=SubscribeForm] .bc-checked{
    background-color: #748477 !important;
}
[data-cms-type=SubscribeForm] .bc-hover{
    background-color: #748477 !important;
}

/*Calendar */

.header {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.calendar-content {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 80%;
}

.week{
    display: flex;
    /*background-color: antiquewhite;*/
    height: 20%;
    min-height:50px;
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    width: 100%;
}

.weekdays {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c2c2c2;
}

.day, .weekday {
    display: flex;
    flex-direction: column;
    width: 14.3%;
    position: relative;
}

.day {
    justify-content: center;
    align-items: center;
    border-left: 1px solid #c2c2c2;
}

.weekday {
    /*justify-content: center;
    align-items: center;*/
    background-color: #fff;
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    align-items: center;
}

.buffer {
    color: black;
    background-color: #f5f5f5;
}

.event {
    height: 23px;
    width: 120%;
    margin-top: 1px;
    position: relative;
    z-index: 1;
    border-top: 2px solid #9b9b9b;
    border-bottom: 2px solid #9b9b9b;
}

/* =========================== Events ============== */
#event-container {
    display: flex;
    flex-direction: column;
    min-height: 20%;
    width: 100%;
    /*justify-content: center;*/
    margin-top: 10px;
}

#event-container h3 {
    width: 20%;
    text-align: center;
    /* display: flex; */
    /* justify-content: center; */
    /*align-items: center;*/
    margin: 0 auto;
}

#event-subcontainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    /* justify-content: center; */
    /* margin: 0 auto; */
    padding: 5px;
    gap:5px;
    /* margin-top: 10px; */
}

.listed-event-container {
    display: flex;
    flex-direction: column;
    padding: 5px;
    justify-content: center;
    /* align-items: center; */
    /* margin-top: 5px; */
    min-height: 60px;
    min-width: 20%;
    width: 100%;
    /* margin-right: 5px; */
    border-radius: 10px;
    border: 2px solid #8f8f8f;
}

.listed-event-title {
    margin: 0;
}

#event-container-header {
    display: flex;
    justify-content: center;
    padding: 5px;
    font-weight: bold;
}

.event-title {
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    display: block;
}

.event-url {
    display: block;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;*/
    text-decoration: none;
}

.event-start {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    /*border-left: 2px solid #9b9b9b;*/
}

.event-end {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}


/* Other events */
.other-events {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    position: absolute;
    bottom: 0;
    background-color: #95b6ff;
    width: 100%;
    height: 19%;
}

.week > .day:nth-child(n+6):before{
    background-color: rgba(167, 255, 221, 0.1);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
}

.week > .day:nth-child(n+7):before{
    background-color: rgba(134, 221, 178, 0.23);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
}
.Calendar1{
    background-color: #f5f5f5;
    padding: 16px !important;
    margin-bottom: 100px;
}
.event-url{
    width:100%;
}
#month-year{
    font-size: 30px;
}
#calendar .header{
    padding-bottom: 16px !important;
}

.currentDate{
    text-decoration: underline;
}

.row.calendar-nav {
    justify-content: end;
    padding: 10px 0px;
}

.allevents {
    padding: 5px 10px;
    background-color: #4d5c4f;
    color: #fff;
}
