.login-privacy-information-tab {
    position: fixed;
    width: 100%;
    bottom: 0;
    font-size: 12px;
    color: black;
    display: none;
    z-index: 10000000;
    height: 80%;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #F1F3F5;
}

.privacy_content {
    display: flex;
    font-size: 15px;
    line-height: 20px;
}

.privacy_content h1 {
    font-size: 2em;
    font-weight: 700;
    padding: 20px 0;
}

.privacy_content strong {
    font-weight: 400;
    font-size: 16px;
}

.privacy_content ul {
    padding-left: 25px;
    margin-bottom: 24px;
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.privacy_content p {
    padding: 0;
    margin-bottom: 12px;
    box-sizing: border-box;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.close-privacy-policy {
    margin-right: auto;
    width: 90px;
    margin-left: auto;
    margin-bottom: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.confirm-privacy-policy {
    display: flex;
    justify-content: end;
    background-color: white;
    position: sticky;
    bottom: 0;
    padding: 8px 0;
}

.privacy-page-content {
    color: black;
    background-color: white;
    font-size: 12px;
    z-index: 10000000;
    height: calc(100% - 190px);
    overflow: hidden;
    overflow-y: scroll;
    text-align: left;
    width: 885px;
    margin: auto;
    padding: 20px 20px 0 20px;
    position: relative;
    top: 25px;
}

.policy-confirmation-button {
    display: inline-block;
    line-height: 30px;
    margin-left: 10px;
    cursor: pointer;
}