* {
    box-sizing: border-box;
}
html, body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
html, body, body main {
    background: #efefef;
}
main {
    position: relative;
}
table th, table td {
    padding: 8px 12px;
    position: relative;
}
table thead th, table thead td {
    color: #001535;
}
.page-template-page-login .wp-login-wrapper, .page-template-page-lost-password .wp-lost-password-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.page-template-page-lost-password .wp-lost-password-wrapper {
    padding: 100px 0;
    justify-content: flex-start;
}
.section-title {
    margin-bottom: 2.5rem;
}
.section-title.archive-title, .section-title.archive-single-title, .section-title.archive-title .btn-wrapper, .section-title.archive-single-title .btn-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.post-type-archive-domain .section-title.archive-title {
    justify-content: space-between;
}
.section-title.archive-title, .section-title.archive-single-title {
    gap: 25px;
}
.section-title.archive-title .btn-wrapper, .section-title.archive-single-title .btn-wrapper {
    gap: 20px;
}
.section-title > h1 {
    margin-bottom: 0;
}
.breadcrumb {
    margin-left: 0;
}
.breadcrumb a {
    color: #001535;
}
.breadcrumb a:hover {
    color: #004f99;
}
.required, span.required {
    color: #ff0000!important;
}
.bo_total_post {
    position: absolute;
    top: 30px;
    right: 25px;
    font-size: 14px;
    line-height: 20px;
}
.return-page, a.return-page {
    gap: 6px;
    text-decoration: none;
    color: #000;
}
.btn-cta, a.btn-cta, button.btn-cta {
    background: #046bd2;
    color: #fff;
}
.btn, a.btn, button.btn, 
.btn:hover, a.btn:hover, button.btn:hover,
.btn:focus, a.btn:focus, button.btn:focus {
    box-shadow: none;
}
.btn-cta:hover, a.btn-cta:hover, button.btn-cta:hover, .btn.btn-alert:hover, a.btn.btn-alert:hover, button.btn.btn-alert:hover, .button.btn-alert:hover, a.button.btn-alert:hover, button.button.btn-alert:hover {
    color: #fff;
    opacity: 0.8;
}
.btn-post-activate, a.btn-post-activate, button.btn-post-activate {
    background: #008000;
}
.btn-post-deactivate, a.btn-post-deactivate, button.btn-post-deactivate, .btn.btn-alert, a.btn.btn-alert, button.btn.btn-alert, .button.btn-alert, a.button.btn-alert, button.button.btn-alert {
    background: #ff0000;
}
.data-column-actions .btn {
    width: 37px;
    height: 37px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.data-column-actions .btn.btn-success, .wp-form .btn.btn-success, .btn.btn-success {
    border-color: #28a745;
    background-color: #28a745;
}
.data-column-actions .btn.btn-success:hover, .wp-form .btn.btn-success:hover, .btn.btn-success:hover {
    color: #28a745;
}
.data-column-actions .btn.btn-warning, .wp-form .btn.btn-warning, .btn.btn-warning {
    border-color: #ffc107;
    background-color: #ffc107;
}
.data-column-actions .btn.btn-warning:hover, .wp-form .btn.btn-warning:hover, .btn.btn-warning:hover {
    color: #ffc107;
}
.data-column-actions .btn.btn-info, .wp-form .btn.btn-info, .btn.btn-info {
    border-color: #046bd2;
    background-color: #046bd2;
    color: #fff;
}
.data-column-actions .btn.btn-info:hover, .wp-form .btn.btn-info:hover, .btn.btn-info:hover {
    color: #046bd2;
    background-color: #fff;
}
.accordion .accordion-header .btn.btn-info:hover {
    background-color: rgba(4, 107, 210, 0.5);
}
.accordion-button.collapsed::after {
    filter: invert(1);
}
.data-column-actions .btn.btn-danger, .wp-form .btn.btn-danger, .btn.btn-danger {
    border-color: #d71a2c;
    background-color: #d71a2c;
}
.data-column-actions .btn.btn-danger:hover, .wp-form .btn.btn-danger:hover, .btn.btn-danger:hover {
    color: #d71a2c;
}
.wp-form .btn.btn-success:hover, .wp-form .btn.btn-warning:hover, .wp-form .btn.btn-danger:hover,
.btn.btn-success:hover, .btn.btn-warning:hover, .btn.btn-danger:hover, .btn.btn-danger:hover,
.data-column-actions .btn.btn-success:hover, .data-column-actions .btn.btn-warning:hover, .data-column-actions .btn.btn-danger:hover, .data-column-actions .btn.btn-info:hover {
    background-color: #fff;
}
.text-alert, div.text-alert {
    color: #ff0000;
}
.wp-login-wrapper, .wp-lost-password-wrapper {
    max-width: 500px;
    width: 100%;
    margin: auto;
}
.wp-form, .cloudflare-ns-accordion {
    max-width: 900px;
}
.wp-form, .wp-form .wp-form-row {
    width: 100%;
}
.wp-form.wp-form-small {
    max-width: 460px;
}
.wp-form.wp-form-medium {
    max-width: 700px;
}
.wp-form, .wp-form-row, .wp-form-group, .wp-form-password {
    position: relative;
}
.wp-form, .wp-form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.wp-form, .wp-form-row, .wp-form-row-gap {
    gap: 30px;
}
.wp-form {
    width: 100%;
    padding: 25px;
    background-color: #fff;
}
.wp-form::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.35s ease;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 2;
}
.wp-form.disabled::before {
    visibility: visible;
    opacity: 1;
}
.wp-form-group {
    display: block;
    width: 100%;
}
.wp-form-user-login, .wp-form-lost-password {
    border-radius: 12px;
    overflow: hidden;
}
.input-control {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px;
    background: #fff;
    width: 100%;
}
.input-control.disable-change {
    background-color: #efefef;
    cursor: not-allowed;
}
.wp-form-user-login, .wp-form-lost-password, .wp-form .input-control, .wp-form input.input-control, .wp-form textarea.input-control, .wp-form select.input-control, .input-control {
    border: 1px solid #9d9d9d;
}
.wp-form .input-control:focus, .wp-form input.input-control:focus, .wp-form textarea.input-control:focus, .wp-form select.input-control:focus, .input-control:focus {
    border-color: #000;
}
.wp-form .input-control, .wp-form input.input-control, .wp-form textarea.input-control, .wp-form select.input-control, .input-control {
    outline: none;
    box-shadow: none;
    height: 50px;
}
.wp-form textarea.input-control {
    height: auto;
}
.input-control.textarea-control, input.input-control.textarea-control, textarea.input-control.textarea-control {
    height: auto;
    min-height: 50px;
}
.wp-form-password > input.input-control {
    padding-right: 50px;
}
.wp-form .btn-wp-form, .wp-form button.btn-wp-form {
    display: block;
    margin: auto;
    text-transform: uppercase;
}
.wp-form-row.wp-form-row-extra {
    padding-top: 25px;
}
.wp-form-row.wp-form-row-submit {
    width: 100%;
}
.wp-form-row.wp-form-row-submit button[type="submit"].disabled, .modal .wp-form-row.wp-form-row-submit button[type="submit"].disabled {
    pointer-events: none;
    filter: grayscale(1);
}
.modal .modal-body form h2 {
    font-size: 28px;
    line-height: 35px;
}
table {
    border: none;
}
table thead tr, table tbody tr {
    border-top: 1px solid #9b9b9b;
}
table thead tr th, table thead tr td {
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 2px;
}
table tbody td {
    padding-top: 12px;
    padding-bottom: 12px;
}
.link:not(:hover), a.link:not(:hover) {
    color: #000;
    text-decoration: none;
}
.link-return {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    margin-left: 0;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.copy-to-clipboard {
    cursor: pointer;
    position: relative;
}
.copy-to-clipboard:hover {
    text-decoration: underline;
}
.clipboard-popup {
    display: none;
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 8px;
    border-radius: 6px;
    top: 100%;
    left: 50%;
    width: 100px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
    margin-top: 8px;
    transform: translate(-50%, 0);
    background: #fff;
    color: #333;
    pointer-events: none;
}
.clipboard-popup::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 0 solid transparent;
    border-right-width: 10px;
    border-left-width: 10px;
    border-bottom: 10px solid #fff;
    filter: drop-shadow(0px -2px 2px rgba(0,0,0,0.15));
    z-index: -1;
}
.show-password {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 50px;
    height: 100%;
    font-size: 20px;
    line-height: 20px;
}
.show-password, .show-password:hover, .show-password:focus {
    background-color: transparent;
    color: #000;
}
.show-password:not(:hover) {
    opacity: 0.8;
}
.wp-form-group.field-with-visibility .random-password-generator {
    right: 50px;
}
.wp-form-user-login .error {
    text-align: center;
    margin-bottom: 6px;
    position: relative;
    z-index: 3;
}
.wp-error {
    position: absolute;
    top: 100%;
    left: 0;
}
.error, .wp-error {
    display: none;
    width: 100%;
}
.error, .wp-error, .error.failed {
    color: #ff0000;
}
.error.success {
    color: #008000;
}
.error a {
    color: #333;
}
.loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 5;
}
.loading .loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -24px;
    margin-left: -24px;
    animation: pulse 1s linear infinite;
}
.loading .loader::after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scaleUp 1s linear infinite;
}
@keyframes scaleUp {
    0% { transform: translate(-50%, -50%) scale(0) }
    60% , 100% { transform: translate(-50%, -50%)  scale(1)}
}
@keyframes pulse {
    0% , 60% , 100%{ transform:  scale(1) }
    80% { transform:  scale(1.2)}
}
.random-password-generator {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    cursor: pointer;
}
.random-password-generator i {
    font-size: 24px;
    line-height: 25px;
}

#wordpress_access, #wordpress_additional_access {
    width: 16px;
}