.header-template-container {
    padding: 10px;
}

.header-template-date {
    text-align: left;
    line-height: 20px;
}

.header-template-day-name {
    font-weight: bold;
}

.header-template-day {
    font-size: 12px;
}

.header-template-task {
    position: absolute;
    top: 14px;
    right: 10px;
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
    border-radius: 12px;
    color: #555;
}

.header-resource-template-content {
    position: relative;
}

.header-resource-avatar {
    max-height: 40px;
    max-width: 40px;
}

.header-resource-name {
    font-size: 14px;
}

.hexagon-gallery img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hexagon-gallery {
    margin: auto;
    margin-top: 25px;
    max-width: 500px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    grid-gap: 14px;
    padding-bottom: 50px;
}

.hex, .hex2 {
    display: flex;
    position: relative;
    width: 240px;
    height: 265px;
    background-color: #fafbf5;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.hex:first-child {
    grid-row-start: 1;
    grid-column: 1 / span 2;
}

.hex:nth-child(2) {
    grid-row-start: 1;
    grid-column: 3 / span 2;
}

.hex:nth-child(3) {
    grid-row-start: 2;
    grid-column: 2 / span 2;
}

.hex2:first-child {
    grid-row-start: 1;
    grid-column: 3 / span 2;
}

.hex2:nth-child(2) {
    grid-row-start: 2;
    grid-column: 2 / span 2;
}

.hexagon-inset {
    display: flex;
/*		width: 240px;
    height: 265px;*/
/*			width: 100px;
    height: 110px;*/
    width: 80px;
    height: 88.3px;
    background-color: #fafbf5;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: absolute;
    left: 0;
/*			top: 54px; */
    top: 43px;
    z-index: 4;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #1B1C20;
}
.hex:hover, .hex2:hover {
    transform: translateY(-5px);
}
@media (max-width: 575.98px) {
    .hex, .hex2 {
/*				width: 200px;
        height: 221px;*/
        width: 160px;
        height: 177px;
    }
    .hexagon-gallery {
        grid-auto-rows: 135px;
        grid-gap: 10px;
        padding-bottom: 25px;
        max-width: 340px;
    }
    .hexagon-inset {
        top: 21px;
    }
}
.mbsc-schedule-resource {
    cursor: pointer;
}