    .custom-iframe-wrapper label {
        color: #292D32;
        font-weight: 700;
        font-size: 14px;
        line-height: 22px;
        text-decoration: none;
    }

    .custom-iframe-wrapper .entitylist, .custom-iframe-wrapper .crmEntityFormView {
        border: none !important;
    }

    .custom-iframe-wrapper .entity-notes {
        padding-left: 0 !important;
    }

    .custom-iframe-wrapper td {
        border: none;
        color: #2E2E2E;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        padding: 6px 18px;
        vertical-align: middle;
    }

    .custom-iframe-wrapper .entity-notes .note {
        margin-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .custom-iframe-wrapper .entity-notes .note:last-child {
        margin-bottom: 0px !important;
    }

    .custom-iframe-wrapper .entity-notes .note:first-child {
        padding-top: 0px !important;
    }

    .custom-iframe-wrapper fieldset {
        margin-bottom: 0 !important;
    }

    .custom-iframe-wrapper .tab {
        margin-bottom: 0 !important;
    }

    .custom-iframe-wrapper .input-group .form-control {
        border-right: 0;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .custom-iframe-wrapper .postedon {
        text-align: left;
    }

    .custom-iframe-wrapper td.form-control {
        border: none !important;
    }

    .custom-iframe-wrapper .entitylist-search {
        height: 35px;
        border-radius: 5px;
        border: 0.5px solid #C1BDBD;
    }

    .custom-iframe-wrapper .launchentitylookup {
        border-color: #008FB5 !important;
        background-color: #008FB5 !important;
        color: #ffffff !important;
        min-width: 40px !important;
        outline: none !important;
        height: 35px;
        line-height: 25px;
    }

    .custom-iframe-wrapper .alert {
        font-size: 14px;
        color: #2E2E2E;
        font-weight: 400;
        padding: 10px;
    }

    .custom-iframe-wrapper .alert h2 {
        font-size: 14px;
        margin-bottom: 7px;

    }

    .custom-iframe-wrapper .alert-danger {
        color: #842029;
        background-color: #f8d7da !important;
        border-color: #f5c2c7 !important;
        text-align: left;
    }

    .custom-iframe-wrapper .clearlookupfield {
        border-color: #008FB5;
        color: #008FB5;
        border: 0.5px solid #008FB5;
        /* border-left: 0; */
        min-width: 40px !important;
        outline: none !important;
        height: 35px;
        line-height: 25px;
    }

    .custom-iframe-wrapper .input-group-addon {
        border-left: 0;
        border: 0.5px solid #ccc;
        min-width: 40px !important;
        outline: none !important;
        height: 35px;
    }

    .custom-iframe-wrapper .entitylist {
        border: none !important;
    }

    .custom-iframe-wrapper .cell {
        padding: 0 0 15px !important;
    }

    .custom-iframe-wrapper .actions {
        text-align: right;
        display: flex;
        justify-content: flex-end;
        border-top: none;
        margin-top: 0;
    }

    .custom-iframe-wrapper .metadata {
        text-align: left;
    }

    .custom-iframe-wrapper .createdby {
        text-align: left;
        font-size: 13px;
        margin-top: 5px;
    }