

.restech-dialog {}

.restech-dialog__overlay {
    display: flex;
    align-items: center;
    justify-content: center;

    position: fixed;
    z-index: 3333;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;

    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;

    background: rgba(0, 0, 0, 0.6);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}

.restech-dialog.in .restech-dialog__overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

@keyframes dialog-in {
    from {
        opacity: 0;
        visibility: hidden;
    }
    to {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes dialog-out {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}

.restech-dialog__container {
    background-color: #fff;
    border-radius: 12px;
    box-sizing: border-box;

    max-height: 100%;
    height: auto;
    
    max-width: 420px;
    width: 100%;
    /*min-height: 532px;*/

    overflow: auto;

    display: flex;
    flex-direction: column;
}

.restech-dialog__header {
    position: relative;
}

.restech-dialog__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;

    position: absolute;

    top: 12px;
    right: 12px;
}

.restech-dialog__close svg {
    pointer-events: none;
}

.restech-dialog__content {
    display: grid;
}

.restech-dialog__content > iframe {
	/*height: 100% !important;*/
}

#dialog-Y4vnoaPrC8yy754R .restech-dialog__container { max-width: 540px; }



.santa-present-holder {
    position: fixed;
    right: 40px;
    bottom: 40px;
    transition: 0.25s ease-in-out;
}
@media screen and (max-width: 767.98px) {
    .santa-present-holder {
        right: 0;
        bottom: 20px;
    }
}
.santa-present-holder.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.santa-present {
    display: inline-flex;
    align-items: center;
    -moz-column-gap: 6px;
    column-gap: 6px;
    padding: 8px 8px 8px 12px;
    border: none;
    border-radius: 12px;
    background-color: #b1b1b1;
    box-shadow: 0 11px 20px 0 rgba(5, 16, 55, 0.1);
    position: relative;
    transition: background-color 0.25s ease-in-out;
    min-width: 235px;
}
@media screen and (max-width: 767.98px) {
    .santa-present {
        transform: rotate(-90deg);
        transform-origin: bottom left;
        right: -100%;
        padding: 8px 10px;
        border-radius: 8px 8px 0 0;
        -moz-column-gap: 4px;
        column-gap: 4px;
        min-width: 195px;
    }
}
.santa-present:hover {
    background-color: #a7a7a7;
}
.santa-present::after {
    content: '';
    width: 92px;
    height: 52px;
    display: block;
    position: absolute;
    top: -52px;
    right: 0;
    pointer-events: none;
    background-image: url('https://fs.gcfiles.net/fileservice/file/download/a/177331/sc/56/h/d84de139a27489f25421db47a7e13463.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 767.98px) {
    .santa-present::after {
        width: 76px;
        height: 36px;
        top: -36px;
    }
}
.santa-present.is-active {
    background-color: #fc5331;
}
.santa-present.is-active:hover {
    background-color: #f05435;
}
.santa-present.is-active::after {
    background-image: url('https://fs.gcfiles.net/fileservice/file/download/a/177331/sc/371/h/eeeac70b8d0b528552eedcaa30d372c5.png');
}
.santa-present__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 2px;
    flex: 1;
}
@media screen and (max-width: 767.98px) {
    .santa-present__main {
        row-gap: 0;
    }
}
.santa-present__description {
    margin: 0;
    font-family: var(--d-font-primary);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
}
@media screen and (max-width: 767.98px) {
    .santa-present__description {
        font-size: 10px;
        line-height: 12px;
    }
}
.santa-present__side {
    display: flex;
    flex-direction: column;
}
.santa-present__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 8px;
    background-color: #ffffff;
}
@media screen and (max-width: 767.98px) {
    .santa-present__icon {
        background-color: transparent;
        padding: 0;
    }
}
.santa-present__icon svg {
    display: block;
    pointer-events: none;
}
@media screen and (max-width: 767.98px) {
    .santa-present__icon svg {
        width: 16px;
        height: 16px;
        filter: invert(1);
    }
}

.santa-present-timer {
    margin: 0;
    font-family: var(--d-font-primary);
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}
@media screen and (max-width: 767.98px) {
    .santa-present-timer {
        font-size: 14px;
        line-height: 14px;
    }
} /*# sourceMappingURL=style.css.map */
