.close-btn {
    position: absolute;
    top: 2px;
    right: 7px;
    background: none;
    border: none;
    font-size: 35px;
    line-height: 1;
    cursor: pointer;
    color: #fff;
}

.close-btn:hover {
    text-shadow: 0 0 0.50em #ffdea4, 0 0 0.50em #ffdea4, 0 0 0.50em #ddad5a;
    color: #fff;
}

.flagwindow {
    display: flex;
    flex-direction: column;
    width: 700px;
    height: fit-content;
    z-index: 12000;
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    box-shadow: 0 0 0.35em #ffdea4, 0 0 0.35em #ffdea4, 0 0 0.35em #ddad5a;
}

.relativex {
    position: relative;
}

.toptext {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.toptext h1 {
    font-family: 'Orbitron', 'josefin sans', 'poppins';
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 0.35em #7ae7e7, 0 0 0.35em #7ae7e7, 0 0 0.35em #1b2bae;
}

.flagcontainer {
    display: flex;
    justify-content: center;
    padding: 5px 40px 5px 40px;
    color: #fff;
    width: 100%;
    height: fit-content;
    margin-bottom: 10px;
}

.image-button {
    background: none;
    border: none;
    padding: 3px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.svetext {
    display: none;
    position: relative;
    width: 100%;
    margin: 0;
    border: none;
    overflow: auto;
}

.svetext.active {
    display: block !important;
}

.engtext {
    display: none;
    position: relative;
    width: 100%;
    margin: 0;
    border: none;
    overflow: auto;
}

.engtext.active {
    display: block !important;
}

.terms-box {
    min-height: 300px;
    padding: 0px 10px 0px 10px;
    overflow-y: auto;
    max-height: 75vh;
}

.no-scrollbar {
    -ms-overflow-style: none;   /* Internet Explorer and Edge (older) */
    scrollbar-width: none;      /* Firefox */
}

.no-scrollbar::-webkit-scrollbar {
    display: none;              /* Chrome, Safari, Opera, Edge (Chromium), and most WebKit browsers */
}