#ey-admin .page-title {
    background: url("../img/eyeone-logo-black.svg") no-repeat left center;
    background-size: 32px;
    padding-left: 42px;
    line-height: 32px;
    margin-bottom: 20px;
}

.ey-logo {
    background: url("../img/eyeone-logo-black.svg") no-repeat left center;
    padding-left: 42px;
    height: 32px;
    margin-bottom: 20px;
}

.ey-widget-select-label {
    display: inline-block;
    margin-bottom: 8px;
}

.ey-widget-select {
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

.ey-setting {
    margin-top: 16px;
}

.ey-setting-desc {
    margin-top: 16px;
}

.ey-widget-list-element {
    text-transform: capitalize;
}

.ey-setting {
    margin-top: 16px;
}

.ey-link {
    text-decoration: none;
}

.ey-button {
    background-color: black;
    min-width: 130px;
    height: 46px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    margin-right: 16px;
    text-decoration: none;
}

.ey-buttons {
    display: flex;
    margin-top: 12px;
}

.ey-metabox .inside {
    padding-bottom: 20px;
    padding-left: 20px;
}

.ey-metabox h2 {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.ey-metabox ul {
    margin-bottom: 0;
}

.ey-metabox ul li {
    border-bottom: solid 1px #DCDCDE;
    padding: 10px 0;
    margin: 0;
}

.ey-metabox ul li:last-child {
    border-bottom: none;
}
