    .img-investor {
        width: 91px !important;
        height: 91px !important;
        border-radius: 45px !important;
        border: 4px solid #F7DBB6;
        object-fit: cover;
    }

    .box-investor-list-image {
        position: relative;
    }

    .box-investor-list-image .active-icon {
        position: absolute;
        background: white;
        bottom: 0;
        left: 0;
        width: 14px;
    }

    .lh-normal {
        line-height: normal;
    }

    .no-margin {
        margin: 0px 0px 0px 0px !important;
    }

    .business_type .select2-selection {
        width: 100% !important;
        height: 44px !important;
        border-radius: 3px;
    }

    .select2-container {
        width: 100% !important;
    }

    .box-filter-investor {
        padding: 12px;
        background-color: #fff;
        border-radius: 8px;
        border: 1px solid #707070;

        .business_name {
            height: 45px !important;
        }
    }

    .page-item.next {
        width: 100px !important;
    }
