.mwl-input-site {
    width: 90%;
}

.mwl-license-item {
    padding: 10px 30px;
    margin-top: 10px;
    box-shadow: 0px 0px 8px 0px #dddddd;
    border-radius: 12px;
}

.mwl-license-item table {

}

.mwl-loader {
    display: block;
    border: 3px solid #ddd8e5;
    border-radius: 50%;
    border-top: 3px solid #59289e;
    width: 18px;
    height: 18px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.mwl-tbl-sites tbody span.dashicons {
    display: block;
}

.mwl-hide {
    display: none !important;
}