.privacy-rights-info-container-content-right-content {
    display: flex;
    margin-top: 45px;
    margin-bottom: 45px;
    border: 1px solid black;
    border-radius: 16px;
    padding: 20px;
    background: white;
    justify-content: space-around;
}

.privacy-rights-form-container {
    border: 1px solid black;
    border-radius: 16px;
    padding: 20px;
    background: white;
}

h3#submitting-by-form {
    margin-bottom: 20px;
}

.privacy-rights-form-container .form.privacy-rights-form .fieldset .field .control {
    width: 100%;
}


.privacy-rights-form-container .form.privacy-rights-form .fieldset .field .control input {
    height: 44px;
}

.privacy-rights-form fieldset.fieldset {
    margin-top: 25px;
}

#privacy-rights-form input, #privacy-rights-form select {
    border-color: #475569;
    background-color: var(--ast-global-dark-bg-style);
    box-shadow: none;
    border-radius: 6px;
    max-height: 25px;
    height: 25px;
    width: 95%;
    font-size: 16px;
    padding-left: 8px;
}

.privacy-rights-form-container-content-form-container {
    display: flex;
    justify-content: space-between;
}

.privacy-rights-form-container-content-form-container {
    margin-top: 30px;
}

form#privacy-rights-form {
    padding-top: 20px;
}

.actions-toolbar {
    margin-top: 25px;
}

.actions-toolbar button {
    background-color: green !important;
}

.privacy-rights-form-container-content-form {
    width: 45%;
}

.alert.alert-warning {
    margin-top: 20px;
    margin-bottom: 20px;
    color: black;
    font-size: 14px;
    background: #e7e7e7;
    border-radius: 10px;
    padding: 8px;
}

.material-icons-outlined::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="orange" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"/></svg>');
    background-size: 24px 24px;
    background-repeat: no-repeat;
    margin-right: 6px;
    color: #d8701f;
}

.field.required.active label::after {
    content: " *";
    color: red;
    font-weight: bold;
}

.privacy-rights-form-sucess-info {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

h4.privacy-rights-form-sucess-info-title {
    margin-top: 20px;
    font-size: 34px;
}

button.action-primary.privacy-rights-form-container-content-submit {
    height: 45px;
    width: 100%;
    background: #65bfec;
    border: #65bfec;
    border-radius: 6px;
    color: black;
    font-weight: 600;
}

@media (min-width: 768px), print {
    .fieldset>.field:not(.choice)>.control {
        width: 74.2%;
        float: left;
    }
}


@media (max-width: 720px), print {
    .privacy-rights-info-container-content-right-content {
        flex-direction: column;
    }
    .privacy-rights-form-container-content-form-container {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .privacy-rights-form-container-content-form {
        width: 100%;
    }
}