body {
    font-family: "TTCommons";
}


.full-width {
    background-color: #FEEFDF;
    width: 100%;
}
div > .container {
    padding: 40px 15px 20px;
}
h1 {
    font-family: "TTFirsNeueMedium";
    font-size: 2.5rem;
    line-height: 104%;
}
h2 {
    font-family: "TTFirsNeueMedium";
    font-size: 3rem;
    text-transform: uppercase;
}
h3 {
    font-size: 1.8rem;
}

.terms-link {
    color: #212529;
}

.terms-link:hover {
    color: #3a3a3a;
}

.footer {
    background-color: #414141;
    font-size: .9em;
    height: 150px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.step2 {
    /*margin-top: 80px;*/
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.wizardStep {
    /*background: #93a487;*/
    font-size: 3.4rem;
    font-family: "TTFirsNeueMedium";
}


/* calendar view */
#calendar {
    background-color: white;
}

.fc-dayGridMonth-button, .fc-prev-button, .fc-next-button {
    background-color: #4D4D4D !important;
    border-color: #4D4D4D !important;
    border-radius: 2rem !important;
    text-transform: uppercase !important;
    margin-right: 10px !important;
    min-width: 100px;

}
.fc-dayGridMonth-button:hover, .fc-prev-button:hover, .fc-next-button:hover {
    background-color: #3a3a3a !important;
    border-color: #343333 !important;
}
.fc-theme-standard .fc-scrollgrid {
    border: none;
}
.fc-theme-standard td, .fc-theme-standard th {

}
.fc-scroller {

}
.fc .fc-col-header-cell-cushion {
    color: #000000;
}
.fc .fc-daygrid-day-frame {
    height:130px;
}
.fc .fc-daygrid-day-top {
    font-family: "TTFirsNeueMedium";
    font-size: 1.7rem;
    flex-direction: unset;
    justify-content: center;
    height: 130px;
    align-items: center;
}

.fc-daygrid-day-number {
    color: #000000;
    cursor: pointer;
}
.fc-daygrid-day-number:hover {
    color: #000000;
    text-decoration: none;
}

/* calendar events */
.fc-bg-event {
    background-color: #ffa4a4 !important;
    color: #ffa4a4 !important;
    opacity: 1 !important;
}

.fc-bg-event.booking-closed-bg {
    background-color: #FFDC00 !important;
    color: #FFDC00 !important;
    opacity: 1 !important;
}

.fc-header-toolbar {
    background-color: #FEEFDF;
    padding: 1rem;
}

#choose-date-title{
    display: block;
}
#choose-time-title{
    display: none;
}



/* Modal */
.modal-dialog {
    font-family: "TTCommons";
}
.modal-header {
    background-color: #FF7800 !important;
    padding: .3rem .6rem;
}
.close {
    text-shadow: none;
    opacity: 1;
    font-size: 1.8rem;

}
/* START PAGE */

.groupsMainBox{
    display: flex;
    justify-content: center;
}
.groupTypeLink {
    overflow-wrap: break-word;
    width: 25rem;
    margin-right: 1rem;
    margin-left: 1rem;
}
.groupTypeLink:hover {
    color: white;
    text-decoration: none;
}

.groupTypeBox {
    width: 400px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: end;
    margin: 10px;
    font-size: 1.725rem;
    color: white;
    padding-bottom: 20px;
}

.groupDescription {
    font-size: 0.9rem;
    color: #333;
    text-align: center;
}
.groupTypeBox:hover {
    outline: 7px solid #FFBE50;
}

.age_1 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/type2_4.jpg");
    background-size: cover;
}
.age_2 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/type5_6.jpg");
    background-size: cover;
}

.linkToGroup {
    position: absolute;
    right: 0;
    bottom: 0;
}

.priceBox {
    font-size: 30px;
    text-align: center;
}

.priceTitle {

    text-align: right;
}
.total-price {
    font-size: 1.25rem;
    font-weight: bold;
}
.btn-save {
    color: #fff;
    background-color: #4D4D4D;
    border-color: #4D4D4D;
    border-radius: 2rem;
    text-transform: uppercase;
    font-family: "TTCommons";
    min-width: 100px;
}
.btn-save:hover {
    color: #fff;
    background-color: #3a3a3a;
    border-color: #343333;
}
.btn-green {
    color: #333;
    background-color: #78eb8c;
    border-color: #78eb8c;
    border-radius: 2rem;
    text-transform: uppercase;
    font-family: "TTCommons";
    min-width: 100px;
}
.btn-green:hover {
    color: #333;
    background-color: #50ee6c;
    border-color: #50ee6c;
}
.children-form {
    font-family: "TTCommonsLight";
    font-size: 1.2rem;
}
.step-header-blocks {
    display:flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.parent-create {
    display:flex;
}
.overview-flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.flex-box-green {
    font-family: "TTCommonsLight";
    background-color: #78eb8c;
    padding: 20px;
    width: 32%;
    font-size: 1.2rem;
    /*margin-right: 0.5rem;*/
}
.full-flex-box-green {
    display: flex;
    font-family: "TTCommonsLight";
    background-color: #78eb8c;
    padding: 20px;
    width: 100%;
    font-size: 1.2rem;
}
.flex-box {
    font-family: "TTCommonsLight";
    background-color: #FFBE50;
    padding: 20px;
    width: 32%;
    font-size: 1.2rem;
    /*margin-right: 0.5rem;*/
}
.clear-border {
    border-top: 1px solid #333;
    padding-bottom: 15px;
}

.fc-timegrid-event-harness {
    width: 10%;
}

.groupsSlideCards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
    color: #162033;
}

.groupsSlideCards .groupTypeLink {
    display: block;
    width: 100%;
    max-width: 460px;
    text-decoration: none;
    color: inherit;
}

.groupsSlideCards .daycare-card {
    background: #fffaf5;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(22,32,51,0.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.groupsSlideCards .groupTypeLink:hover .daycare-card {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.groupsSlideCards .daycare-card__image-wrap {
    position: relative;
    height: 310px;
    overflow: hidden;
}

.groupsSlideCards .daycare-card__image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to top,
            rgba(0,0,0,0.60) 0%,
            rgba(0,0,0,0.16) 45%,
            rgba(0,0,0,0.04) 100%
    );
}

.groupsSlideCards .daycare-card__image-wrap.age_1 {
    background: url("../img/type2_4.jpg") center / cover no-repeat;
}

.groupsSlideCards .daycare-card__image-wrap.age_2 {
    background: url("../img/type5_6.jpg") center / cover no-repeat;
}

.groupsSlideCards .daycare-card__age {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 2;
    padding: 11px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.25);
}

.groupsSlideCards .daycare-card__content {
    background: #fffaf5;
    padding: 28px 26px 24px;
}

.groupsSlideCards .groupDescription {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #556070;
    text-align: left;
}

.groupsSlideCards .daycare-card__footer {
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px solid rgba(22,32,51,0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1d2a44;
    font-size: 15px;
    font-weight: 700;
}

.groupsSlideCards .daycare-card__footer i {
    font-size: 18px;
    transition: transform .2s ease;
}

.groupsSlideCards .groupTypeLink:hover .daycare-card__footer i {
    transform: translateX(4px);
}

.selection-links {
    margin-top: 20px;
    text-align: center;
}

.service-terms-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(22, 32, 51, 0.08);
    color: #162033;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.2s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.service-terms-link:hover {
    background: #ffffff;
    color: #162033;
    text-decoration: none;
    transform: translateY(-2px);
}

/* MOB */
@media(max-width:767px) {
    h1 {
        font-size: 2.2rem;
    }
    h2 {
        font-size: 1.8rem;
    }

    .step2 {
        /*margin-top: 10px;*/
    }
    .groupsMainBox {
        display: block;
    }
    .groupTypeBox {
        width: 100%;
        margin:0;
        margin-top: 10px;
    }
    .step-header-blocks {
        display: block;
    }
    .flex-box-green {
        width:100%;
        margin-bottom: 10px;
    }
    .flex-box {
        width: 100%;
        margin-bottom: 10px;
    }
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
    .fc .fc-toolbar {
        display:block;
        text-align: center;
    }
    .fc .fc-toolbar-title {
        font-size: 1.1rem;
    }
    .fc .fc-daygrid-day-top {
        height:100%;
        font-size: 1.1rem;
    }
    .fc .fc-daygrid-day-frame {
        height:100%;
    }
    .fc .fc-button {
        line-height: 15px;
        font-size: 1em;
    }
    .fc .fc-daygrid-day-events {
        display:none;
    }
    .fc .fc-day-disabled {
        height:35px;
    }
    .fc .fc-daygrid-day-number {
        padding: 0px;
        line-height: 45px;
    }
    .footer {
        height: 250px;
    }
}

.help-block {
    color: #ffa9a9;
}

#datepicker-kvdate{
    width: 100%;
}
#datepicker{
    display: none;
}

/* teacher view */
.active_group{
    border:1px solid grey;
    background-color: #63c86a;
    border-radius: 2px;
}

.btnInfoDate {
    color: #17a2b8;
    background: none;
    border: none;

}

.fc-daygrid-day .fc-day .fc-day-tue .fc-day-today{
    background-color: rgb(120, 235, 140) !important;
}


.btn-timepicker-disabled {
    color: #ccc !important;
    cursor: not-allowed;
    pointer-events: none;
}
