.modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

.modal-content-full-width {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: #ececec !important;
}

.modal-header-full-width {
    border-bottom: 1px solid #9ea2a2 !important;
}

.modal-footer-full-width {
    border-top: 1px solid #9ea2a2 !important;
}

.mr-10 {
    margin-right: 10px;
}

.mb-1 {
    margin-bottom: 1px;
}

.oblique-1 {
    font-style: oblique;
}

.field-icon {
    cursor: pointer;
    float: right;
    /* margin-left: -55px; */
    margin-top: -35px;
    position: relative;
    z-index: 2;
}

.ml-10 {
    margin-block-end: -55px;
}
