.lb-nf-status {
    display: block;
    color: black;
    font-size: 14px;
    line-height: 36px;
}

label.lb-nf-status .greenuwac {
    margin-top: 10px;
}

.uwac-account-section {
    background: white;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.uwac-account-container {
    display: flex;
    gap: 20px;
    margin: 25px;
}

span.nf-status-notice {
    display: inline-block;
    line-height: 32px;
    background: #f5fff5;
    border-radius: 6px;
    padding: 0 10px;
    margin: 10px 0 20px 0;
    color: green;
}

input.mzwpin {
    background: white;
    border: solid 1px #e3e3e3;
    border-radius: 8px;
    height: 40px;
    width: 100%;
}

input.mzwhtstime {
    background: white;
    border: solid 1px #e3e3e3;
    border-radius: 8px;
    height: 40px;
    width: 100%;
    margin-top: 15px;
}
a.media-uwac {
    background: #006dff;
    color: white;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 6px;
}

a.media-uwac:hover {
    background: #135ebf;
    color: white;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 6px;
}

select.displayac {
    background: white;
    border: solid 1px #e3e3e3;
    border-radius: 8px;
    height: 40px;
    width: 100%;
    display: block;
}

header.uwac-header {
    margin: 25px;
    padding: 25px;
    background: linear-gradient(257deg, #1e9964, #5eca88);
    border-radius: 12px;
}

h1.uwac-header-text {
    color: white;
    font-size: 22px;
}

form.nf-status-class {
    width: 100%;
}

.uwac-account-accardion-tab {
    background: white;
    padding: 15px 25px;
    border-radius: 12px;
    margin-bottom: 10px;
    cursor: pointer;
}

.uwac-account-accardion {
    position: relative;
}

h2.uwac-admin-heading {
    margin: 5px 0 10px 0;
}

span#ac-tab-close {
    position: absolute;
    top: 15px;
    left: 25px;
    font-size: 25px;
    color: red;
    transform: rotate(45deg);
    text-align: center;
    cursor: pointer;
}

span#ac-tab-close2 {
    position: absolute;
    top: 15px;
    left: 25px;
    font-size: 25px;
    color: red;
    transform: rotate(45deg);
    text-align: center;
    cursor: pointer;
}

span#Widget-tab-close{
    position: absolute;
    top: 15px;
    left: 25px;
    font-size: 25px;
    color: red;
    transform: rotate(45deg);
    text-align: center;
    cursor: pointer;
}

button.greenuwac {
    background: #41b478;
    border: none;
    padding: 10px 20px 10px 20px;
    color: white;
    border-radius: 7px;
    font-size: 14px;
    cursor: pointer;
}

button.greenuwac:hover {
    background: #29764e;
    border: none;
    padding: 10px 20px 10px 20px;
    color: white;
    border-radius: 7px;
    font-size: 14px;
    cursor: pointer;
}

input.widgetcolor {
    border: none;
    padding: 0;
    border-radius: 0px;
    width: 100px;
    height: 40px;
}

.updated-uwac-setting {
    background: white;
    padding: 1px 10px;
    margin: 25px;
    border-right: solid 4px #3aaf74;
    box-shadow: 0px 4px 5px 0px #0000000f;
}


.uwac-about-container {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin: 25px;
}