/* 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;
    gap: 4px;
}

[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;
}

[id*="eventContainer"] {
    border-radius: 10px;
    border: 1px solid #dddddd;
    background-color: #fff;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap:5px;
    overflow: hidden;
}
.eventContainer{
    width: 100%;
    max-width: 32%;
}
.eventsContainer{
    gap: 16px;
    flex-wrap: wrap;
}
.eventImg{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}
.eventImgContainer{
    height: 150px;
    width: 100%;
}
.eventDate, .eventTitle{
    padding: 0 10px;
}

.eventDate{
    font-size: 13px;
    font-weight: bold;

}
.eventTitle a {
    color: #222;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Bebas Neue, sans-serif;
    font-size: 20px;
    transition: 0.2s;
    /* font-family: Montserrat, sans-serif; */
}
.eventTitle a:hover {
    filter: brightness(3.5);
    transition: 0.4s;
    /* font-family: Montserrat, sans-serif; */
}


/* RegFrom */
.reg-title{
    font-family: Almendra-Regular, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.regInput{
    background-color: #f9f9f9 !important;
    min-height: 30px;
    height: 50px;
    border-radius: 10px;
    padding-left: 20px;
    border:none;
    font-size: 20px !important;
    width: 100%;
}
.regSelect{
    background-color: #f9f9f9 !important;
    color: #344f40 !important;
    min-height: 30px;
    height: 50px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right:20px;
    border:1px solid #222;
    width: 100%;
}

.regSelect .selectArrow {
    font-size: 35px;
    right: 25px;
    top: 5px;
}
.regFromConatainer{
    width: 50% !important;
    margin: 0 auto;
    margin-bottom: 50px;
    justify-content: center;
}
.regBody{
    width: 100% !important;
}
.reg-itemsContainer{
    width: 100% !important;
    gap: 25px;
}
.toursContainer{
    width: 100%;
    display: flex;
    border-radius: 6px;
    flex-direction: column;
    gap: 5px;
    margin: 5px 0;
}
.tourItem{
    width: 100%;
    background-color: #bacba3;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
    transition: 0.3s;
    transform: scale(1);
    cursor: pointer;
}
.tourItem:hover{
    background-color: #d1e3be;
    transition: 0.3s;
}

.remove{
    margin-right: 20px;
    transition: 0.3s;
}

.remove:hover{
    transform: scale(4);
    transition: 0.3s;
    color: red;
}

[class*="isAszf"]
{
    display: flex;
    align-items: center;
    justify-content: start;
    gap:10px;
    flex-direction: row !important;
}

[class*="isAszf"] > input{
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}
[class*="isAszf"] > label{
    flex:1;
}

.regSubmit{
    transition: 0.3s;
}
.regSubmit:hover{
    cursor: pointer;
    background-color: #3c5e4a !important;
    transition: 0.3s;
}
.regNotify{
    display: flex;
    justify-content: center;
    align-items: center;
}
.regNotify h2{
 text-align: center;
}
#printableArea {
    position: absolute;
    left: 0;
    top:0;
    z-index: -20;
    visibility: hidden;
    width: 100%;
}
@media print {
    body * {
        visibility: hidden;
    }
    .db-mainPanel{
        position: absolute;
        left:0;
        top:0;
    }
    #printableArea, #printableArea * {
        visibility: visible;
    }
    #printableArea {
        width: 100%;
    }
    #printableArea table {
        width: 100%;
        border-collapse: collapse;
    }
    #printableArea th, #printableArea td {
        border: 1px solid #a1a1a1;
        padding: 0px 3px;
        text-align: left;
    }
    #printableArea th{
        background-color: #6c6c6c !important;
    }
}
.modalPopUpInner{

    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.modalPopUpInner iframe{
    background-color: white !important;
}
#viewer{
    background-color: transparent;
}

.modalGDPR{
    border-radius: 10px;
    overflow: hidden;
}
.modalGDPR iframe{
    border: none !important;
}
.modalGDPR .modalTitle{
    background-color: #fff;
    color: #384940;
}
.modalGDPR .modalGridRowCol2{
    display: flex;
    justify-content: center;
    gap: 50px;
}
.modalGDPR .modalFoot{
    background-color: #ffffff !important;
    padding: 15px 10px;
}
.modalGDPR .modalButton{
    border: none;
    background-color: #D3D7D5;
    color: #384940;
    padding: 10px 25px;
    border-radius: 20px;
}
.modalGDPR .modalButton:hover{
    background-color: #384940;
    color: #fff;
}
