.emlm-metafields .form-field {
    margin-bottom: 1rem;
}

.emlm-metafields label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 14px;
    font-weight: 400;
}

.emlm-metafields label span {
    color: red;
}

.emlm-metafields .form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}


.emlm-form-field {
    width: 100%;
}

.emlm-label-block {
    display: flex;
    justify-content: left;
    gap: 20px;
    margin-top: 20px;
    align-items: baseline;
}

.emlm-form-field textarea {
    height: 120px;
    width: 230px;
}

.emlm-form-field .emlm-label {
    width: 230px;
}

.emlm-label-block h4{
    margin-bottom:0;
}

.emlm-label-block p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
    color: #3c434a;
}

.emlm-form-field input[type=date], 
.emlm-form-field input[type=datetime-local],
 .emlm-form-field input[type=datetime], 
 .emlm-form-field input[type=email],
 .emlm-form-field input[type=month], 
 .emlm-form-field input[type=number], 
 .emlm-form-field input[type=password], 
 .emlm-form-field input[type=search], 
 .emlm-form-field input[type=tel], 
 .emlm-form-field input[type=text], 
 .emlm-form-field input[type=time], 
 .emlm-form-field input[type=url], 
 .emlm-form-field input[type=week] {
    width: 300px;
}

._emlm-overview .wp-submenu-wrap{
    position: relative;
    z-index: 3;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border: 0 none;
    margin-top: 0;
    box-shadow: none;
}

.column-_emlm_license_status .active {
    background: rgb(12 199 99 / 15%);
    color: rgb(41 170 133);
    padding: 5px 10px;
}

.column-_emlm_license_status .expired {
    background: rgb(255 90 41 / 15%);
    color: rgb(255, 56, 60);
    padding: 5px 10px;
}

.column-_emlm_activation .unlimited {
    color: rgb(41 170 133);
    font-size: 16px;
}

.column-_emlm_activation .limitation {
    color: rgb(12, 156, 252);
}

th#_emlm_generate_key {
    width: 200px;
}
/* overview page  */
.emlm-overview {
    background: #F0F4F8;
    padding: 0px 20px 30px 30px;
    min-height: 700px;
}

.emlm-overview-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1080px;
}

.emlm-total-license, .emlm-active-license, .emlm-expired-license {
    width: 33.33%;
    background: #FFFFFF;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px;
}

.emlm-overview h3 {
    font-size: 14px;
    font-weight: 400;
    color: rgb(74, 90, 107);
}

.emlm-overview span {
    font-size: 21px;
    font-weight: 600;
}

.emlm-total-license span {
    color: rgb(12, 156, 252);
}

.emlm-active-license span {
    color: rgb(41 170 133);
}
.emlm-expired-license span {
    color: rgb(255, 56, 60);
}

.emlm-total-license {
    border-bottom: 2px solid rgb(12, 156, 252);
}

.emlm-total-license .count {
    background: rgb(12 156 252 / 15%);
    padding: 10px 10px;
    text-align: center;
}

.emlm-active-license {
    border-bottom: 2px solid rgb(41 170 133);
}

.emlm-active-license .count {
    background: rgb(12 199 99 / 15%);
    padding: 10px 10px;
    text-align: center;
}

.emlm-expired-license {
    border-bottom: 2px solid rgb(255, 56, 60);
}

.emlm-expired-license .count {
    background: rgb(255 90 41 / 15%);
    padding: 10px 10px;
    text-align: center;
}

.emlm-title {
    padding: 20px 0;
}

.emlm-title h1{
    font-size: 21px;
    font-weight: 500;
}

.emlm-chart {
    background: #FFFFFF;
    margin-top: 40px;
    padding: 20px;
    max-width: 1040px;
}

/* Hide title on single custom post type pages */
.post-type-emlm_listing #titlediv {
    display: none;
}