.kompass-popup-container{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 9999999999;
    color: white;
}

.kompass-popup-container--inner {
    /* background-color: rgba(0, 0, 0, .7); */
    margin: 4% auto;
    /* padding: 20px; */
    /* border: 1px solid black; */
    width: 80%;
    height: 80%;
    position: relative;
    padding-right: 0px;
}

.kompass-popup-container--inner > div {
    margin: 0 auto;
    text-align: justify !important;
    width: 100%;
    line-height: 1.4;
    display: block;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.kompass-popup-container--inner > div ul {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.kompass-popup-container--inner > div ul li {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.kompass-popup-container--inner > div ul li .kompass-popup-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.kompass-popup-container--inner > div ul li {
    display: none;
}
.kompass-popup-container--inner > div ul li[data-first] {
    display: block;
}
.kompass-popup-container-close {
    color: white;
    position: absolute;
    z-index: 999999999999;
    top: -1.5vw;
    left: 27.5vw;
    width: 3vw;
    height: 3vw;
    border: 0.2vw solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: 700;
    box-sizing: content-box;
    background-color: black;
}

.kompass-popup-container-close:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #ffffff;
    width: 80%;
    height: 10%;
    left: 10%;
    top: 47%;
    rotate: 45deg;
}

.kompass-popup-container-close:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #ffffff;
    width: 80%;
    height: 10%;
    left: 10%;
    top: 47%;
    rotate: 135deg;
}

.kompass-popup-container-close-text {
    color: white;
    font-size: 17px;
    text-decoration: underline;
    bottom: 4px;
    right: 0;
    position: absolute;
    z-index: 999999999999;
    background: #900C3F;
    padding-left: 40px;
    padding-right: 40px;
}
.kompass-popup-container-close:hover,
.kompass-popup-container-close-text:hover {
    cursor: pointer;
}

/*Phone min-width:320px and max-width:768px and orientation : landscape */
@media only screen
and (min-width : 320px)
and (max-width : 768px)
and (orientation : landscape) {
    .kompass-popup-container--inner {
        /*background-color: rgba(0,0,0,.7);*/
        margin: 4% auto;
        /* padding: 20px; */
        /* border: 1px solid black; */
        width: 88%;
        height: 88%;
        position: relative;
        padding-right: 0px;
        top: 0%;
    }
}

@media only screen
and (min-width : 320px)
and (max-width : 768px)
and (orientation : portrait) {
    .kompass-popup-container--inner {
        /*background-color: rgba(0,0,0,.7);*/
        margin: 4% auto;
        /* padding: 20px; */
        /* border: 1px solid black; */
        width: 94%;
        height: 31%;
        position: relative;
        padding-right: 0px;
        top: 33%;
    }
}

.kompass-popup-timer {
    color: white;
    font-size: 17px;
    text-decoration: none;
    bottom: 4px;
    right: 142px;
    position: absolute;
    z-index: 999999999999;
    background-color: #D34153;
    background-image: linear-gradient(to right, #864C52, #D34153);
    padding-left: 20px;
    padding-right: 20px;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed !important;
    opacity: 0.5;
    text-decoration: none;
}