.custom-filed-inner{
    margin-top: 50px;
}
.added-field-options h2{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.added-field-options ul{
    border: 1px solid #dee2e6;
    padding: 20px 20px;
    border-radius: 4px;
}
.added-field-options ul li{
    padding: 6px 12px;
    background-color: #f1f1f1;
    margin-bottom: 8px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.added-field-options ul li a{
    justify-content: end;
    align-items: center;
    display: none;
}
.added-field-options ul li:hover a{
    display: flex;
}
#custom_field .btn-black{
    position: absolute;
    right: 10px;
    top: 10px;
}
@media only screen and (max-width: 1000px) {
    .add-users-page .table thead tr th {
        min-width: 130px;
    }
}