@font-face {
    font-family: 'PP Neue Montreal';
    font-style: normal;
    font-weight: 400;
    src: local('PP Neue Montreal'), url('https://fonts.cdnfonts.com/s/100431/ppneuemontreal-book.woff') format('woff');
}

@font-face {
    font-family: 'PP Neue Montreal';
    font-style: normal;
    font-weight: 500;
    src: local('PP Neue Montreal'), url('https://fonts.cdnfonts.com/s/100431/ppneuemontreal-medium.woff') format('woff');
}

@font-face {
    font-family: 'Forrest';
    font-style: normal;
    font-weight: 300;
    src: local('Forrest'), url('https://fonts.cdnfonts.com/s/91238/Forrest-Light.woff') format('woff');
}

.suppmatchconnect-width-100 {
    max-width: 100%;
}

.suppmatchconnect-open {
    cursor: pointer;
}

.suppmatchconnect-top {
    font-family: 'Forrest', sans-serif;
    font-weight: 300;
    background-color: #0c0a09;
    background-image: url("../img/sm-ellipse.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 75px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #44403c;
}

.suppmatchconnect-top .suppmatchconnect-top-content {
    margin-left: 80px;
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.suppmatchconnect-top .suppmatchconnect-top-intro {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-grow: 1;
}

.suppmatchconnect-top .suppmatchconnect-top-icon-container {
    display: flex;
    align-items: center;
    height: 73px;
}

.suppmatchconnect-top .suppmatchconnect-top-icon {
    min-width: 52px;
    height: 52px;
    background: url("../img/sm-icon.svg") no-repeat center center;
}

.suppmatchconnect-top .suppmatchconnect-top-text-container {
    margin-left: 11px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    height: 75px;
}

.suppmatchconnect-top .suppmatchconnect-top-text {
    color: #fdfcfc;
    font-size: 18px;
    letter-spacing: -0.18px;
}

.suppmatchconnect-top .suppmatchconnect-top-button {
    margin-right: -8px;
    background-repeat: no-repeat;
    background-size: contain;
}

.suppmatchconnect-top .suppmatchconnect-top-button-pl {
    min-width: 144.5px;
    height: 74px;
    background-image: url("../img/sm-top-d-pl.png");
}

.suppmatchconnect-top .suppmatchconnect-top-button-en {
    min-width: 147px;
    height: 74px;
    background-image: url("../img/sm-top-d-en.png");
}

.suppmatchconnect-top .suppmatchconnect-top-close {
    cursor: pointer;
    margin-top: 22px;
    margin-right: 72px;
    padding: 16px;
    background: url("../img/sm-close.svg") no-repeat center center;
}

.suppmatchconnect-product-added {
    margin: 0 16px 16px;
    border-radius: 16px;
    font-family: 'Forrest', sans-serif;
    font-weight: 300;
    background-color: #0c0a09;
    background-image: url("../img/sm-ellipse-m.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.suppmatchconnect-product-added .suppmatchconnect-product-added-content {
    padding: 4px;
    display: flex;
    align-items: center;
}

.suppmatchconnect-product-added .suppmatchconnect-product-added-intro {
    padding: 14.5px 0 14.5px 8px;
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.suppmatchconnect-product-added .suppmatchconnect-product-added-icon {
    min-width: 52px;
    height: 52px;
    background: url("../img/sm-icon.svg") no-repeat center center;
}

.suppmatchconnect-product-added .suppmatchconnect-product-added-text {
    margin-left: 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fdfcfc;
    max-width: 180px;
}

.suppmatchconnect-product-added .suppmatchconnect-product-added-button {
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.suppmatchconnect-product-added .suppmatchconnect-product-added-button-pl {
    min-width: 163px;
    height: 81px;
    background-image: url("../img/sm-product-added-pl.png");
}

.suppmatchconnect-product-added .suppmatchconnect-product-added-button-en {
    min-width: 166px;
    height: 81px;
    background-image: url("../img/sm-product-added-en.png");
}

#suppmatchconnect-modal {
    font-family: 'PP Neue Montreal', sans-serif;
    font-weight: 400;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 64px;
    justify-content: center;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(28, 25, 23, 0.4);
    overflow: hidden;
    z-index: 20000000;
}

#suppmatchconnect-modal.show {
    display: flex;
}

#suppmatchconnect-modal #suppmatchconnect-modal-container {
    position: relative;
    width: 100%;
    height: calc(100% - 64px);
    max-width: 1024px;
    max-height: 1000px;
    overflow: hidden;
    margin: 32px;
}

#suppmatchconnect-modal #suppmatchconnect-modal-splash {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0.1%;
    left: 0.1%;
    width: 99.8%;
    height: 99.8%;
    border-radius: 24px;
    background-color: #e7e2da;
    padding-bottom: 12px;
    z-index: 20000001;
}

#suppmatchconnect-modal #suppmatchconnect-modal-splash img {
    max-width: 100%;
    max-height: 100%;
}

#suppmatchconnect-modal #suppmatchconnect-modal-frame {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    z-index: 20000002;
}

#suppmatchconnect-modal.loaded #suppmatchconnect-modal-frame {
    opacity: 1;
}

#suppmatchconnect-modal #suppmatchconnect-modal-frame iframe {
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.suppmatchconnect-noscroll {
    overflow: hidden;
}

#suppmatchconnect-modal #suppmatchconnect-modal-return {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(28, 25, 23, 0.4);
    overflow: hidden;
    z-index: 20000002;
}

#suppmatchconnect-modal #suppmatchconnect-modal-return.show {
    display: flex;
}

#suppmatchconnect-modal #suppmatchconnect-modal-return #suppmatchconnect-modal-return-button {
    font-size: 16px;
    font-weight: 500;
    background-color: #fdfcfc;
    color: #1c1917;
    height: 48px;
    width: 75%;
    border-radius: 24px;
    border-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#suppmatchconnect-inactivity-popup {
    font-family: 'PP Neue Montreal', sans-serif;
    font-weight: 500;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1%;
    justify-content: center;
    align-items: center;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(28, 25, 23, 0.2);
    overflow: hidden;
    z-index: 19000000;
}

#suppmatchconnect-inactivity-popup.show {
    display: flex;
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: flex;
        opacity: 0;
    }

    100% {
        display: flex;
        opacity: 1;
    }
}

#suppmatchconnect-inactivity-popup #suppmatchconnect-inactivity-popup-container {
    display: none;
    position: relative;
    width: 600px;
    height: 800px;
    max-width: 100%;
    max-height: 100%;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    overflow: hidden;
    opacity: 0;
}

#suppmatchconnect-inactivity-popup #suppmatchconnect-inactivity-popup-container.show {
    animation: fadeInFromNone .5s;
    display: flex;
    opacity: 1;
}

#suppmatchconnect-inactivity-popup #suppmatchconnect-inactivity-popup-content  {
    cursor: pointer;
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

#suppmatchconnect-inactivity-popup #suppmatchconnect-inactivity-popup-content img {
    max-width: 100%;
    max-height: 100%;
}

#suppmatchconnect-inactivity-popup #suppmatchconnect-inactivity-popup-close {
    position: absolute;
    display: flex;
    top: 2%;
    right: 3%;
    padding: 2%;
    color: #e7e2da;
    border-radius: 32px;
}

#suppmatchconnect-inactivity-popup #suppmatchconnect-inactivity-popup-close .inactivity-popup-close {
    margin-left: 8px;
    margin-top: 2px;
    width: 14px;
    height: 14px;
    font-size: smaller;
    background-color: #e7e2da;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url("../img/sm-close.svg");
}

#suppmatchconnect-inactivity-popup #suppmatchconnect-inactivity-popup-close:hover {
    background-color: rgba(255, 255, 255, 0.1);
}


@media (max-width: 796px) {
    .suppmatchconnect-top {
        background-image: url("../img/sm-ellipse-m.png");
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .suppmatchconnect-top .suppmatchconnect-top-content {
        margin-left: 16px;
        display: flex;
        align-items: center;
        flex-grow: 1;
    }

    .suppmatchconnect-top .suppmatchconnect-top-icon {
        min-width: 52px;
        height: 52px;
        background: url("../img/sm-icon.png") no-repeat center center;
    }

    .suppmatchconnect-top .suppmatchconnect-top-text {
        font-size: 12px;
        line-height: 18px;
        max-width: 130px;
    }

    .suppmatchconnect-top .suppmatchconnect-top-close {
        margin-right: 10px;
    }

    .suppmatchconnect-product-added .suppmatchconnect-product-added-content {
        padding: 0 4px;
    }
}

@media (max-width: 650px) {
    #suppmatchconnect-modal {
        padding-top: 0;
    }

    #suppmatchconnect-modal #suppmatchconnect-modal-container {
        margin: 0;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        border-radius: 0;
    }

    #suppmatchconnect-modal #suppmatchconnect-modal-frame {
        border-radius: 0;
    }

    #suppmatchconnect-modal #suppmatchconnect-modal-frame iframe {
        border-radius: 0;
    }
}

@media (max-width: 477px) {
    .suppmatchconnect-product-added .suppmatchconnect-product-added-intro {
        padding: 18px 0 18px 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .suppmatchconnect-product-added .suppmatchconnect-product-added-icon {
        height: 8px;
        margin-left: -4px;
        background-image: url("../img/sm-suppmatch.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .suppmatchconnect-product-added .suppmatchconnect-product-added-text {
        margin-top: 6px;
        margin-left: 0;
        font-size: 12px;
        line-height: 18px;
        max-width: 130px;
    }

    .suppmatchconnect-product-added .suppmatchconnect-product-added-button-pl {
        margin-right: -4px;
        min-width: 132px;
        height: 78px;
        background-image: url("../img/sm-product-added-xs-pl.png");
    }

    .suppmatchconnect-product-added .suppmatchconnect-product-added-button-en {
        min-width: 135px;
        height: 78px;
        background-image: url("../img/sm-product-added-xs-en.png");
    }
}

@media (max-width: 380px) {
    .suppmatchconnect-top .suppmatchconnect-top-text {
        font-size: 10px;
        line-height: 15px;
        max-width: 100px;
    }
}
