.terms-bg {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
}

.terms-bg h3 {
    font-size: 15px !important;
}

.terms-bg .terms-main {
    width: 70%;
    height: 80%;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.terms-bg .terms-title {
    height: 55px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 10px;
}

.terms-bg .terms-close {
    position: absolute;
    right: 2%;
    top: 2%;
    font-size: 20px;
    cursor: pointer;
    color: #bfbfbf;
}

.terms-bg .terms-content {
    height: 80%;
    overflow-y: auto;
    margin: 0 4%;
    padding: 10px 50px;
    background-color: #f3f3f3;
    border-radius: 8px;
}

.terms-bg .terms-content h1, h2, h3:first-child {
    text-align: center;
}

.terms-bg .terms-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12%;
}

.terms-bg .confirm-read {
    background-color: rgba(255, 153, 0, 1);
    border: solid 1px rgba(242, 242, 242, 1);
    border-radius: 6px;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 30%;
    font-weight: bold;
    cursor: pointer;
}

.term-line {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 15px;
}

.term-line input {
    display: inherit;
    cursor: pointer;
}

.mt-checkbox {
    margin: 2px -4px 0 0;
}

.terms-api {
    text-decoration: none;
    color: #64A8F9;
    cursor: pointer;
}

.terms-api:hover {
    text-decoration: none;
    color: #64A8F9 !important;
}

.terms-api:link {
    text-decoration: none;
    color: #64A8F9 !important;
}

.terms-api:visited {
    text-decoration: none;
    color: #64A8F9 !important;
}

.not_scroll {
    overflow: hidden;
}

