HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: /home4/cca63905/.trash/wp-content/plugins/wp-maintenance-mode/assets/css/style-wizard.css
.wpmm-wizard-fullscreen #adminmenumain,
.wpmm-wizard-fullscreen #wpadminbar,
.wpmm-wizard-fullscreen .notice,
.wpmm-wizard-fullscreen .wrap .notice,
.wpmm-wizard-fullscreen .wrap .error,
.wpmm-wizard-fullscreen .wrap .updated,
.wpmm-wizard-fullscreen #wpfooter {
    display: none !important;
}

.wp-toolbar .wpmm-wizard-fullscreen {
    margin-top: -32px;
}

#wpwrap {
    height: 100%;
}

#wp-content {
    height: 100%;
}

#wpbody {
    height: 100%;
}

#wpbody-content {
    height: 100%;
    padding: 0;
}

.wrap {
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.wpmm-wrapper {
    flex-grow: 1;
    display: flex;
}

h2.wpmm-title {
    margin: 0 !important;
    padding: 8px 48px 8px 188px !important;
    background-color: #fff;
    background-position: 130px;
    position: relative;
}

h2.wpmm-title span {
    position: absolute;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

h2.wpmm-title span img {
    width: 25px;
}

.wpmm-wizard-fullscreen #wpcontent {
    margin: 0;
    padding: 0;
}

#wpmm-wizard-wrapper {
    background-color: #f4f4f4;
    overflow: hidden;
    color: #1b1b1b;
    width: 100%;
}

#wpmm-wizard-wrapper .slider-wrap {
    width: 300%;
    display: flex;
    transition: 0.4s ease-in-out;
    height: 100%;
}

.move-to-subscribe {
    transform: translateX( calc( -100% / 3 ) );
}

.move-to-finish {
    transform: translateX( calc( -100% / 3 * 2 ) );
}

#wpmm-wizard-wrapper .step-wrap {
    width: calc( 100% / 3 );
    display: flex;
}

.step.import-step {
    margin-left: 130px;
    margin-top: 100px;
}

.import-step .header {
    font-size: 24px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 10px;
}

.import-step .description {
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    color: currentColor;
    max-width: 600px;
}

.templates-radio form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
    max-width: 800px;
    width: 100%;
    gap: 35px;
}

.templates-radio [type=radio], .bullets-wrap [type=radio] {
    position: absolute;
    opacity: 0;
}

.templates-radio [type=radio] + .template {
    cursor: pointer;
    background-color: #fff;
    width: 240px;
    height: 250px;
    display: block;
}

.templates-radio [type=radio]:checked + .template {
    outline: 2px solid #0065A6;
}

.templates-radio .template {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.templates-radio .template img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.templates-radio .template p {
    position: absolute;
    bottom: 15px;
    transform: translateX(-50%);
    left: 50%;
    white-space: nowrap;
}

.import-button {
    margin-top: 45px;
}

.dashicons-update {
    position: absolute;
    top: 50%;
    left: 50%;
    animation: abs-spin 2s linear infinite;
}

.templates-radio .template.loading img {
    opacity: .2;
}

.import-text {
    color: #717A84;
}

.templates-radio [type=radio] + .template {
    width: 340px;
    height: 357px;
}

.templates-radio .tag {
    font-size: 15px;
    margin: 0 0 12px 0;
    color: #7a7979;
}

.finish-step, .subscribe-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
}

.finish-step h4 {
    font-size: 24px;
    max-width: 350px;
    line-height: 28px;
}

.finish-step .buttons-wrap {
    margin-top: 30px;
    display: flex;
    column-gap: 15px;
}

#view-page-button{
    color: #555D66;
    border-color: #555D66;
}

.finish-step p {
    font-size: 18px;
    max-width: 440px;
    line-height: 31px;
}

.subscribe-step {
    max-width: 365px;
}

.subscribe-step .skip-link {
    margin-top: 15px;
    color: #717A84 !important;
    font-style: italic;
    padding: 0 10px;
}

.subscribe-step h4 {
    font-size: 24px;
}

.subscribe-step p {
    color: #272626;
    font-size: 18px;
}

#email-input-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 9px;
    width: 100%;
}

#email-input-wrap input[type=text] {
    color: #757575;
    height: 43px;
}

input.invalid {
    border-color: red !important;
    border-width: 2px !important;
}

input.invalid:focus {
    box-shadow: 0 0 1px red;
}

#email-input-wrap .subscribe-message {
    font-size: inherit;
    position: absolute;
    right: -10px;
    top: 0;
    transform: translate(100%, -15%);
    color: #717A84;
}

@keyframes abs-spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}