.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: 999999;
    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;
    font-size: 40px;
    position: absolute;
    right: -14px;
    top: -35px;
    z-index: 999999999999;
}
.kompass-popup-container-close-text {
    color: white;
    font-size: 17px;
    text-decoration: underline;
    bottom: 4px;
    right: 0;
    position: absolute;
    z-index: 999999999999;
    background: #D34153;
    padding-left: 40px;
    padding-right: 20px;
}
.kompass-popup-container-close:hover,
.kompass-popup-container-close-text:hover {
    cursor: pointer;
}

.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;
}

.vidbg-container {
    height: 100%;
    width: 100%;
    position: absolute;
}

#videoID {
    width: 98.5%;
    height: 100%;
    display: block;
}

.kompass-popup-video {
    height: 90%;
    width: 100%;
    position: absolute;
}

.kompass-popup-setting input[type=checkbox] {
    margin-top: 3px;
    margin-left: 4px;
}

.kompass-popup-setting:nth-of-type(3){
    margin-top: 10px;
}