#wt-info-line {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding: 10px 0;
    font-size: 15px;
    position: relative;
}

#wt-info-line:before {
    height: 18px;
    width: 18px;
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url("../images/loader.svg") center center;
    background-size: cover;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75);
    opacity: 0;
}

#wt-info-line.loading {
    padding-left: 30px;
}

#wt-info-line.loading:before {
    opacity: 1;
}

.wt-message {
    margin: 10px 0;
}

.wt-message.error {
    color: red;
}

.wt-message.success {
    color: green;
}

.wt-pro-control {
    position: relative;
}

#toplevel_page_bftow_settings img {
    max-width: 30px;
}

.pro_notice {
    position: absolute;
    padding: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    flex-wrap: wrap;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.pro_notice a,
  .pro_notice span {
    display: inline-block;
    padding: 5px 15px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
}

.pro_notice a {
    margin-left: 30px;
    background-color: #2985f7;
    color: #fff !important;
    text-decoration: none !important;
}

.wpcfto-field-aside {
    width: 33% !important;
}

.wpcfto-field-content {
    width: 67% !important;
}
