.add-new-fix {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: white !important;
    border-radius: 100%;
    cursor: pointer;
}
label.text-label {
    font-weight: 400 !important;
}
h5.form-title {
    margin: 10px 0 20px;
    font-weight: 600;
    font-size: 17px;
}
.menu-icon-img {
    max-width: 20px;
    margin-right: 6px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    color: black;
}

/*Upload Image*/
.relate-field {
    position: relative;
    width: 100%;
    height: 100%;
}
.upload-field {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/*Form Box*/
.form-box {
    padding: 15px;
    border: 1px solid #b9b9b9;
}
.form-sub-box {
    padding: 10px;
    border: 1px solid #b9b9b9;
}