.overlay[data-v-36216bdb] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000
}

.modal[data-v-36216bdb] {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 400px;
    text-align: center
}

.modal-title[data-v-36216bdb] {
    margin: 0 0 10px;
    font-size: 18px;
    color: #4a90e2
}

.modal-content[data-v-36216bdb] {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4
}

.policy-check[data-v-36216bdb] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.checkbox[data-v-36216bdb] {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.policy-check label[data-v-36216bdb] {
    font-size: 16px;
    color: #4a90e2;
    cursor: pointer
}

.buttons[data-v-36216bdb] {
    display: flex;
    justify-content: space-between
}

button[data-v-36216bdb] {
    flex: 1;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer
}

.cancel[data-v-36216bdb] {
    background-color: #ccc;
    color: #333;
    margin-right: 10px
}

.accept[data-v-36216bdb] {
    background-color: #ccc;
    color: #fff;
    cursor: not-allowed
}

.accept.enabled[data-v-36216bdb] {
    background-color: #4a90e2;
    cursor: pointer
}

.loading-overlay[data-v-68f38c7b] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.loading-spinner[data-v-68f38c7b] {
    width: 80px;
    height: 80px;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    animation: spin-68f38c7b 1s linear infinite
}

@keyframes spin-68f38c7b {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinGyroscope-5b401cd7 {
    0% {
        transform: translate(-50%, -50%) rotateX(0deg) rotateY(0deg) rotate(0deg)
    }
    to {
        transform: translate(-50%, -50%) rotateX(1turn) rotateY(1turn) rotate(2turn)
    }
}

.loading-spinner[data-v-5b401cd7] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform-style: preserve-3d;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    animation: spinGyroscope-5b401cd7 3s linear infinite
}

.privacy-policy-container[data-v-f846ba74] {
    padding-bottom: 100px;
    word-wrap: break-word;
    box-sizing: border-box
}

.header[data-v-f846ba74] {
    background-color: #d3d3d3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 15px;
    font-weight: 700;
    color: #333;
    flex-wrap: wrap
}

.logo[data-v-f846ba74] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px
}

.title[data-v-f846ba74] {
    font-size: 22px;
    margin: 0;
    line-height: 1.4;
    word-break: break-word
}

.privacy-policy[data-v-f846ba74] {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    max-width: 100%;
    margin: 10px auto;
    box-sizing: border-box;
    overflow-wrap: break-word
}

.privacy-policy table[data-v-f846ba74] {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 14px
}

.privacy-policy td[data-v-f846ba74],
.privacy-policy th[data-v-f846ba74] {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
    word-break: break-word
}

.privacy-policy th[data-v-f846ba74] {
    background-color: #eaeaea;
    font-weight: 700
}

.buttons[data-v-f846ba74] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 15px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    box-sizing: border-box
}

.accept[data-v-f846ba74],
.cancel[data-v-f846ba74] {
    width: 100%;
    background-color: #d3d3d3;
    border: none;
    padding: 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    color: #fff;
    transition: background-color .3s ease
}

.accept[data-v-f846ba74] {
    background-color: #555
}

.countdown-over[data-v-f846ba74] {
    background-color: #5178e4
}

@media (max-width:480px) {
    .title[data-v-f846ba74] {
        font-size: 20px
    }
    .privacy-policy[data-v-f846ba74] {
        padding: 10px;
        font-size: 14px
    }
    .accept[data-v-f846ba74],
    .cancel[data-v-f846ba74] {
        font-size: 15px;
        padding: 10px
    }
}

body {
    margin: 12px
}

.dis-row {
    display: inline-flex;
    width: 100%
}

.width96 {
    width: 96%;
    margin-left: 2%
}

.width70 {
    width: 70%;
    margin-left: 15%
}

.border {
    border: 1px solid red
}

.top10 {
    margin-top: 10px
}

.top20 {
    margin-top: 20px
}

.size14 {
    font-size: 14px;
    color: #5f6368
}