/* -------------------------------------- body */
body {
    background: url(/graphics/backgrounds/AL-bg1.gif);
}

/* -------------------------------------- container-main */
.container-main {
    display: flex;
    border: 1px solid;
    border-radius: 10px;
    border-image-source: url(/graphics/borders/SP-2.png);
    border-image-slice: 9;
    border-image-width: 10px;
    border-image-repeat: round;
    border-style: solid;
    background: white;
    padding: 2px;
}

.main-grid {
    display: grid;
    gap: 3px;
    border: 1px dashed;
    border-radius: 7px;
    background: #f7f9ee;
    background-size: 21px;
    grid-template-areas: 
        "main1 main1 main1 main1"
        "main2 main6 main6 main4"
        "main2 main3 main3 main4"
        "main2 main3 main3 main4"
        "main5 main5 main5 main5";
    padding: 3px;
    width: -webkit-fill-available;
}

/* -------------------------------------- main1 */
.main1 {
    display: flex;
    grid-area: main1;
    height: 190px;
    border: 1px solid;
    border-radius: 5px 5px 3px 3px !important;
    background: url(/graphics/backgrounds/FL-bg12EDIT.png);
    background-size: 10px;
    overflow: hidden;
    justify-content: space-between;
    align-items: flex-start;
}

/* -------------------------------------- counters */
.main1-counters {
    display: flex;
    margin: 5px;
    flex-direction: column;
    gap: 5px;
}

.main1-access {
    filter: saturate(0.7) hue-rotate(-13deg);
}

.main1-clap {
    filter: saturate(0.4) hue-rotate(354deg);
}

/* -------------------------------------- header */
.pagedoll {
    width: 482px;
    margin: 5px;
}

/* -------------------------------------- main2 & 4 */
.main2, .main4 {
    width: 170px;
    height: 613px;
}
/* -------------------------------------- main2 */
.main2 {
    grid-area: main2;
    border: 1px solid;
    border-radius: 3px;
    background: white;
}
/* -------------------------------------- main3 */
.main3 {
    grid-area: main3;
    width: 570px;
    height: 570px;
    border: 1px solid;
    border-radius: 3px;
    background: white;
}
/* -------------------------------------- main4 */
.main4 {
    display: flex;
    gap: 3px;
    grid-area: main4;
    flex-direction: column;
}

/* -------------------------------------- calendar */
.main4-calendar {
    display: flex;
    gap: 1px;
    border: 1px solid;
    border-radius: 3px;
    background: white;
    min-height: 200px;
    flex-direction: column-reverse;
}

.main4-iframe {
    border: 0;
    border-radius: 3px;
    background: white;
    min-height: 166px;
    width: -webkit-fill-available;
}

/* -------------------------------------- time */
.main4-time {
    display: flex;
    border: 1px solid;
    border-radius: 3px;
    padding: 2px;
    margin: 4px;
    height: 26px;
    align-items: center;
    justify-content: center;
    background: #f0f6dd;
    letter-spacing: 3px;
    box-shadow: 2px 2px 2px inset white, -1px -1px 1px inset #76996e6e;
}

#MyClockDisplay {
    display: flex;
    font-size: 12px;
    width: -webkit-fill-available;
    justify-content: space-between;
    margin: 0px 5px;
}

#MyClockDisplay::before, #MyClockDisplay::after {
    content: url(/graphics/icons/FL-daisy2.gif);
}

#MyClockDisplay::after {
    rotate: 90deg;
}

/* -------------------------------------- inner */
.main4-inner {
    border: 1px solid;
    border-radius: 3px;
    background: white;
    height: -webkit-fill-available;
}
/* -------------------------------------- main5 */
.main5 {
    grid-area: main5;
    height: 50px;
    border: 1px solid;
    border-radius: 3px 3px 5px 5px;
    background: white;
}

/* -------------------------------------- main5 */
.main6 {
    display: flex;
    gap: 5px;
    grid-area: main6;
    height: 40px;
    border: 1px solid;
    border-radius: 3px;
    background: white;
    justify-content: space-between;
    padding: 3px;
    align-items: center;
}

.main6-buttons {
    display: flex;
    gap: 5px;
    width: -webkit-fill-available;
    height: 31px;
    justify-content: space-between;
}

.main6-button {
    display: flex;
    text-decoration: none;
    border: 1px solid;
    padding: 1.7px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    align-items: center;
    justify-content: center;
    background: #ffeeec;
    border-radius: 5px;
    border-image-source: url(/graphics/borders/SP-1.png);
    border-image-slice: 5.4;
    border-image-width: 5px;
    border-image-repeat: round;
    border-style: solid;
}

.main6-button:hover {
    position: relative;
    top: 2px;
    .main6-text {
        letter-spacing: 4px;
    }
}

.main6-text {
    display: flex;
    gap: 10px;
    text-shadow: none;
    letter-spacing: 3px;
    font-size: 12px;
    transition: 0.35s;
    border: 1px dashed;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
}

.main6-icon {
    width: 16px;
}