/*!
 * Bootstrap v4.3.1
 */

[class*="ICG_"], [class*="ICG_"]::after, [class*="ICG_"]::before {
    box-sizing: border-box;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 *
    color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}

@-ms-viewport {
    width: device-width;
}

/*form Captcha responsive*/
@media screen and (max-width: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

/*Loader CSS*/
.ICG_overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
}

* html .ICG_overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

.ICG_loader {
    z-index: 100;
    position: fixed;
    width: 120px;
    margin-left: -60px;
    top: 50%;
    left: 50%;
}

* html .ICG_loader {
    position: absolute;
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}
/*Loader CSS*/

.r {
    color: Red;
}

.tdp {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    font-family: Arial;
}

.sh {
    font-size: 16px;
    font-weight: bold;
    color: Navy;
}

.tFont {
    font-family: Arial;
    font-size: 14px;
}

.landing-method-title {
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    color: Navy;
}

[class*="ICG_"] input[type="button"], [class*="ICG_"] input[type="submit"], [class*="ICG_"] input[type="reset"] {
    font-size: 16px;
    font-weight: 600;
    padding: 6px 18px;
    font-family: inherit;
}

.ICG_errormsg {
    font-size: 14px;
    color: red;
}

.ICG_validatemsg {
    font-size: 14px;
    color: red;
}

.ICG_showmsg {
    font-size: 14px;
    color: red;
}

.ICG_h1, .ICG_h2, .ICG_h3, .ICG_h4, .ICG_h5, .ICG_h6 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1.2;
    color: inherit;
}

    .ICG_h1, .ICG_h1 span {
        font-size: 2.5rem !important;
    }

    .ICG_h2, .ICG_h2 span {
        font-size: 2rem !important;
    }

    .ICG_h3, .ICG_h3 span {
        font-size: 1.75rem !important;
    }

    .ICG_h4, .ICG_h4 span {
        font-size: 1.5rem !important;
    }

    .ICG_h5, .ICG_h5 span {
        font-size: 1.25rem !important;
    }

    .ICG_h6, .ICG_h6 span {
        font-size: 1rem !important;
    }


.ICG_lead {
    font-size: 1.25rem;
    font-weight: 300
}

.ICG_display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.ICG_display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.ICG_display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.ICG_display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

.ICG_hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.ICG_small {
    font-size: 80%;
    font-weight: 400
}

.ICG_mark {
    padding: .2em;
    background-color: #fcf8e3
}

.ICG_list-unstyled {
    padding-left: 0;
    list-style: none
}

.ICG_list-inline {
    padding-left: 0;
    list-style: none
}

.ICG_list-inline-item {
    display: inline-block
}

    .ICG_list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.ICG_initialism {
    font-size: 90%;
    text-transform: uppercase
}

.ICG_blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.ICG_blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .ICG_blockquote-footer::before {
        content: "\2014\00A0"
    }

.ICG_img-fluid {
    max-width: 100%;
    height: auto
}

.ICG_img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.ICG_figure {
    display: inline-block
}

.ICG_figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.ICG_figure-caption {
    font-size: 90%;
    color: #6c757d
}

.ICG_pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.ICG_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .ICG_container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .ICG_container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .ICG_container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .ICG_container {
        max-width: 1140px;
    }
}

.ICG_container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.ICG_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ICG_no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .ICG_no-gutters > .ICG_col,
    .ICG_no-gutters > [class*="ICG_col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.ICG_col-1, .ICG_col-2, .ICG_col-3, .ICG_col-4, .ICG_col-5, .ICG_col-6, .ICG_col-7, .ICG_col-8, .ICG_col-9, .ICG_col-10, .ICG_col-11, .ICG_col-12, .ICG_col,
.ICG_col-auto, .ICG_col-sm-1, .ICG_col-sm-2, .ICG_col-sm-3, .ICG_col-sm-4, .ICG_col-sm-5, .ICG_col-sm-6, .ICG_col-sm-7, .ICG_col-sm-8, .ICG_col-sm-9, .ICG_col-sm-10, .ICG_col-sm-11, .ICG_col-sm-12, .ICG_col-sm,
.ICG_col-sm-auto, .ICG_col-md-1, .ICG_col-md-2, .ICG_col-md-3, .ICG_col-md-4, .ICG_col-md-5, .ICG_col-md-6, .ICG_col-md-7, .ICG_col-md-8, .ICG_col-md-9, .ICG_col-md-10, .ICG_col-md-11, .ICG_col-md-12, .ICG_col-md,
.ICG_col-md-auto, .ICG_col-lg-1, .ICG_col-lg-2, .ICG_col-lg-3, .ICG_col-lg-4, .ICG_col-lg-5, .ICG_col-lg-6, .ICG_col-lg-7, .ICG_col-lg-8, .ICG_col-lg-9, .ICG_col-lg-10, .ICG_col-lg-11, .ICG_col-lg-12, .ICG_col-lg,
.ICG_col-lg-auto, .ICG_col-xl-1, .ICG_col-xl-2, .ICG_col-xl-3, .ICG_col-xl-4, .ICG_col-xl-5, .ICG_col-xl-6, .ICG_col-xl-7, .ICG_col-xl-8, .ICG_col-xl-9, .ICG_col-xl-10, .ICG_col-xl-11, .ICG_col-xl-12, .ICG_col-xl,
.ICG_col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.ICG_col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.ICG_col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.ICG_col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.ICG_col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.ICG_col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.ICG_col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.ICG_col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.ICG_col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.ICG_col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.ICG_col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.ICG_col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.ICG_col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.ICG_col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.ICG_col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.ICG_order-first {
    -ms-flex-order: -1;
    order: -1;
}

.ICG_order-last {
    -ms-flex-order: 13;
    order: 13;
}

.ICG_order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.ICG_order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.ICG_order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.ICG_order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.ICG_order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.ICG_order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.ICG_order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.ICG_order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.ICG_order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.ICG_order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.ICG_order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.ICG_order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.ICG_order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.ICG_offset-1 {
    margin-left: 8.333333%;
}

.ICG_offset-2 {
    margin-left: 16.666667%;
}

.ICG_offset-3 {
    margin-left: 25%;
}

.ICG_offset-4 {
    margin-left: 33.333333%;
}

.ICG_offset-5 {
    margin-left: 41.666667%;
}

.ICG_offset-6 {
    margin-left: 50%;
}

.ICG_offset-7 {
    margin-left: 58.333333%;
}

.ICG_offset-8 {
    margin-left: 66.666667%;
}

.ICG_offset-9 {
    margin-left: 75%;
}

.ICG_offset-10 {
    margin-left: 83.333333%;
}

.ICG_offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .ICG_col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .ICG_col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .ICG_col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .ICG_col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .ICG_col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ICG_col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .ICG_col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .ICG_col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ICG_col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .ICG_col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .ICG_col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .ICG_col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .ICG_col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .ICG_col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ICG_order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .ICG_order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .ICG_order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .ICG_order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .ICG_order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .ICG_order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .ICG_order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .ICG_order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .ICG_order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .ICG_order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .ICG_order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .ICG_order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .ICG_order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .ICG_order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .ICG_order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .ICG_offset-sm-0 {
        margin-left: 0;
    }

    .ICG_offset-sm-1 {
        margin-left: 8.333333%;
    }

    .ICG_offset-sm-2 {
        margin-left: 16.666667%;
    }

    .ICG_offset-sm-3 {
        margin-left: 25%;
    }

    .ICG_offset-sm-4 {
        margin-left: 33.333333%;
    }

    .ICG_offset-sm-5 {
        margin-left: 41.666667%;
    }

    .ICG_offset-sm-6 {
        margin-left: 50%;
    }

    .ICG_offset-sm-7 {
        margin-left: 58.333333%;
    }

    .ICG_offset-sm-8 {
        margin-left: 66.666667%;
    }

    .ICG_offset-sm-9 {
        margin-left: 75%;
    }

    .ICG_offset-sm-10 {
        margin-left: 83.333333%;
    }

    .ICG_offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .ICG_col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .ICG_col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .ICG_col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .ICG_col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .ICG_col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ICG_col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .ICG_col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .ICG_col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ICG_col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .ICG_col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .ICG_col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .ICG_col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .ICG_col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .ICG_col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ICG_order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .ICG_order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .ICG_order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .ICG_order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .ICG_order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .ICG_order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .ICG_order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .ICG_order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .ICG_order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .ICG_order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .ICG_order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .ICG_order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .ICG_order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .ICG_order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .ICG_order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .ICG_offset-md-0 {
        margin-left: 0;
    }

    .ICG_offset-md-1 {
        margin-left: 8.333333%;
    }

    .ICG_offset-md-2 {
        margin-left: 16.666667%;
    }

    .ICG_offset-md-3 {
        margin-left: 25%;
    }

    .ICG_offset-md-4 {
        margin-left: 33.333333%;
    }

    .ICG_offset-md-5 {
        margin-left: 41.666667%;
    }

    .ICG_offset-md-6 {
        margin-left: 50%;
    }

    .ICG_offset-md-7 {
        margin-left: 58.333333%;
    }

    .ICG_offset-md-8 {
        margin-left: 66.666667%;
    }

    .ICG_offset-md-9 {
        margin-left: 75%;
    }

    .ICG_offset-md-10 {
        margin-left: 83.333333%;
    }

    .ICG_offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .ICG_col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .ICG_col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .ICG_col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .ICG_col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .ICG_col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ICG_col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .ICG_col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .ICG_col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ICG_col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .ICG_col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .ICG_col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .ICG_col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .ICG_col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .ICG_col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ICG_order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .ICG_order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .ICG_order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .ICG_order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .ICG_order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .ICG_order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .ICG_order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .ICG_order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .ICG_order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .ICG_order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .ICG_order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .ICG_order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .ICG_order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .ICG_order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .ICG_order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .ICG_offset-lg-0 {
        margin-left: 0;
    }

    .ICG_offset-lg-1 {
        margin-left: 8.333333%;
    }

    .ICG_offset-lg-2 {
        margin-left: 16.666667%;
    }

    .ICG_offset-lg-3 {
        margin-left: 25%;
    }

    .ICG_offset-lg-4 {
        margin-left: 33.333333%;
    }

    .ICG_offset-lg-5 {
        margin-left: 41.666667%;
    }

    .ICG_offset-lg-6 {
        margin-left: 50%;
    }

    .ICG_offset-lg-7 {
        margin-left: 58.333333%;
    }

    .ICG_offset-lg-8 {
        margin-left: 66.666667%;
    }

    .ICG_offset-lg-9 {
        margin-left: 75%;
    }

    .ICG_offset-lg-10 {
        margin-left: 83.333333%;
    }

    .ICG_offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .ICG_col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .ICG_col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .ICG_col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .ICG_col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .ICG_col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ICG_col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .ICG_col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .ICG_col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ICG_col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .ICG_col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .ICG_col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .ICG_col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .ICG_col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .ICG_col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ICG_order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .ICG_order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .ICG_order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .ICG_order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .ICG_order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .ICG_order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .ICG_order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .ICG_order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .ICG_order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .ICG_order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .ICG_order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .ICG_order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .ICG_order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .ICG_order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .ICG_order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .ICG_offset-xl-0 {
        margin-left: 0;
    }

    .ICG_offset-xl-1 {
        margin-left: 8.333333%;
    }

    .ICG_offset-xl-2 {
        margin-left: 16.666667%;
    }

    .ICG_offset-xl-3 {
        margin-left: 25%;
    }

    .ICG_offset-xl-4 {
        margin-left: 33.333333%;
    }

    .ICG_offset-xl-5 {
        margin-left: 41.666667%;
    }

    .ICG_offset-xl-6 {
        margin-left: 50%;
    }

    .ICG_offset-xl-7 {
        margin-left: 58.333333%;
    }

    .ICG_offset-xl-8 {
        margin-left: 66.666667%;
    }

    .ICG_offset-xl-9 {
        margin-left: 75%;
    }

    .ICG_offset-xl-10 {
        margin-left: 83.333333%;
    }

    .ICG_offset-xl-11 {
        margin-left: 91.666667%;
    }
}

/* table css */
.ICG_table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    .ICG_table td, .ICG_table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .ICG_table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .ICG_table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

    .ICG_table tbody tr:first-child th {
        background-color: rgba(0, 0, 0, 0.121);
    }

.ICG_table-sm td, .ICG_table-sm th {
    padding: .3rem
}

.ICG_table-bordered {
    border: 1px solid #dee2e6
}

    .ICG_table-bordered td, .ICG_table-bordered th {
        border: 1px solid #dee2e6
    }

    .ICG_table-bordered thead td, .ICG_table-bordered thead th {
        border-bottom-width: 2px
    }

.ICG_table-borderless tbody + tbody, .ICG_table-borderless td, .ICG_table-borderless th, .ICG_table-borderless thead th {
    border: 0
}

.ICG_table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.ICG_table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075)
}

.ICG_table-primary, .ICG_table-primary > td, .ICG_table-primary > th {
    background-color: #b8daff
}

    .ICG_table-primary tbody + tbody, .ICG_table-primary td, .ICG_table-primary th, .ICG_table-primary thead th {
        border-color: #7abaff
    }

.ICG_table-hover .ICG_table-primary:hover {
    background-color: #9fcdff
}

    .ICG_table-hover .ICG_table-primary:hover > td, .ICG_table-hover .ICG_table-primary:hover > th {
        background-color: #9fcdff
    }

.ICG_table-secondary, .ICG_table-secondary > td, .ICG_table-secondary > th {
    background-color: #d6d8db
}

    .ICG_table-secondary tbody + tbody, .ICG_table-secondary td, .ICG_table-secondary th, .ICG_table-secondary thead th {
        border-color: #b3b7bb
    }

.ICG_table-hover .ICG_table-secondary:hover {
    background-color: #c8cbcf
}

    .ICG_table-hover .ICG_table-secondary:hover > td, .ICG_table-hover .ICG_table-secondary:hover > th {
        background-color: #c8cbcf
    }

.ICG_table-success, .ICG_table-success > td, .ICG_table-success > th {
    background-color: #c3e6cb
}

    .ICG_table-success tbody + tbody, .ICG_table-success td, .ICG_table-success th, .ICG_table-success thead th {
        border-color: #8fd19e
    }

.ICG_table-hover .ICG_table-success:hover {
    background-color: #b1dfbb
}

    .ICG_table-hover .ICG_table-success:hover > td, .ICG_table-hover .ICG_table-success:hover > th {
        background-color: #b1dfbb
    }

.ICG_table-info, .ICG_table-info > td, .ICG_table-info > th {
    background-color: #bee5eb
}

    .ICG_table-info tbody + tbody, .ICG_table-info td, .ICG_table-info th, .ICG_table-info thead th {
        border-color: #86cfda
    }

.ICG_table-hover .ICG_table-info:hover {
    background-color: #abdde5
}

    .ICG_table-hover .ICG_table-info:hover > td, .ICG_table-hover .ICG_table-info:hover > th {
        background-color: #abdde5
    }

.ICG_table-warning, .ICG_table-warning > td, .ICG_table-warning > th {
    background-color: #ffeeba
}

    .ICG_table-warning tbody + tbody, .ICG_table-warning td, .ICG_table-warning th, .ICG_table-warning thead th {
        border-color: #ffdf7e
    }

.ICG_table-hover .ICG_table-warning:hover {
    background-color: #ffe8a1
}

    .ICG_table-hover .ICG_table-warning:hover > td, .ICG_table-hover .ICG_table-warning:hover > th {
        background-color: #ffe8a1
    }

.ICG_table-danger, .ICG_table-danger > td, .ICG_table-danger > th {
    background-color: #f5c6cb
}

    .ICG_table-danger tbody + tbody, .ICG_table-danger td, .ICG_table-danger th, .ICG_table-danger thead th {
        border-color: #ed969e
    }

.ICG_table-hover .ICG_table-danger:hover {
    background-color: #f1b0b7
}

    .ICG_table-hover .ICG_table-danger:hover > td, .ICG_table-hover .ICG_table-danger:hover > th {
        background-color: #f1b0b7
    }

.ICG_table-light, .ICG_table-light > td, .ICG_table-light > th {
    background-color: #fdfdfe
}

    .ICG_table-light tbody + tbody, .ICG_table-light td, .ICG_table-light th, .ICG_table-light thead th {
        border-color: #fbfcfc
    }

.ICG_table-hover .ICG_table-light:hover {
    background-color: #ececf6
}

    .ICG_table-hover .ICG_table-light:hover > td, .ICG_table-hover .ICG_table-light:hover > th {
        background-color: #ececf6
    }

.ICG_table-dark, .ICG_table-dark > td, .ICG_table-dark > th {
    background-color: #c6c8ca
}

    .ICG_table-dark tbody + tbody, .ICG_table-dark td, .ICG_table-dark th, .ICG_table-dark thead th {
        border-color: #95999c
    }

.ICG_table-hover .ICG_table-dark:hover {
    background-color: #b9bbbe
}

    .ICG_table-hover .ICG_table-dark:hover > td, .ICG_table-hover .ICG_table-dark:hover > th {
        background-color: #b9bbbe
    }

.ICG_table-active, .ICG_table-active > td, .ICG_table-active > th {
    background-color: rgba(0,0,0,.075)
}

.ICG_table-hover .ICG_table-active:hover {
    background-color: rgba(0,0,0,.075)
}

    .ICG_table-hover .ICG_table-active:hover > td, .ICG_table-hover .ICG_table-active:hover > th {
        background-color: rgba(0,0,0,.075)
    }

.ICG_table .ICG_thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.ICG_table .ICG_thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.ICG_table-dark {
    color: #fff;
    background-color: #343a40
}

    .ICG_table-dark td, .ICG_table-dark th, .ICG_table-dark thead th {
        border-color: #454d55
    }

    .ICG_table-dark.ICG_table-bordered {
        border: 0
    }

    .ICG_table-dark.ICG_table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05)
    }

    .ICG_table-dark.ICG_table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255,255,255,.075)
    }

@media (max-width:575.98px) {
    .ICG_table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .ICG_table-responsive-sm > .ICG_table-bordered {
            border: 0
        }
}

@media (max-width:767.98px) {
    .ICG_table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .ICG_table-responsive-md > .ICG_table-bordered {
            border: 0
        }
}

@media (max-width:991.98px) {
    .ICG_table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .ICG_table-responsive-lg > .ICG_table-bordered {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .ICG_table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .ICG_table-responsive-xl > .ICG_table-bordered {
            border: 0
        }
}

.ICG_table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .ICG_table-responsive > .ICG_table-bordered {
        border: 0
    }


/* form control css */
/*Custom CSS*/
.ICG_form-control {
    margin-bottom: .3rem;
}

.ICG_form-group label {
    display: inline-block;
    margin-bottom: .5rem;
}

.ICG_form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .ICG_form-control {
        transition: none;
    }
}

.ICG_form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.ICG_form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.ICG_form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.ICG_form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.ICG_form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.ICG_form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.ICG_form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.ICG_form-control:disabled, .ICG_form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.ICG_form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.ICG_form-control-file,
.ICG_form-control-range {
    display: block;
    width: 100%;
}

.ICG_col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.ICG_col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.ICG_col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.ICG_form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .ICG_form-control-plaintext.ICG_form-control-lg, .ICG_form-control-plaintext.ICG_form-control-sm {
        padding-right: 0;
        padding-left: 0;
    }

.ICG_form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.ICG_form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.ICG_form-control[size], select.ICG_form-control[multiple] {
    height: auto;
}

textarea.ICG_form-control {
    height: auto;
}

.ICG_form-group {
    margin-bottom: 0.4rem;
}

.ICG_form-text {
    display: block;
    margin-top: 0.25rem;
}

.ICG_form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .ICG_form-row > .ICG_col,
    .ICG_form-row > [class*="ICG_col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.ICG_form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.ICG_form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .ICG_form-check-input:disabled ~ .ICG_form-check-label {
        color: #6c757d;
    }

.ICG_form-check-label {
    margin-bottom: 0;
}

.ICG_form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .ICG_form-check-inline .ICG_form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.ICG_valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}

.ICG_valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,.9);
    border-radius: 0.25rem;
}

.ICG_form-control.ICG_is-valid, .ICG_was-validated .ICG_form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .ICG_form-control.ICG_is-valid:focus, .ICG_was-validated .ICG_form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    }

    .ICG_form-control.ICG_is-valid ~ .ICG_valid-feedback, .ICG_form-control.ICG_is-valid ~ .ICG_valid-tooltip, .ICG_was-validated .ICG_form-control:valid ~ .ICG_valid-feedback, .ICG_was-validated .ICG_form-control:valid ~ .ICG_valid-tooltip {
        display: block;
    }

.ICG_was-validated textarea.ICG_form-control:valid, textarea.ICG_form-control.ICG_is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.ICG_custom-select.ICG_is-valid, .ICG_was-validated .ICG_custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

    .ICG_custom-select.ICG_is-valid:focus, .ICG_was-validated .ICG_custom-select:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40,167,69,.25);
    }

    .ICG_custom-select.ICG_is-valid ~ .ICG_valid-feedback, .ICG_custom-select.ICG_is-valid ~ .ICG_valid-tooltip, .ICG_was-validated .ICG_custom-select:valid ~ .ICG_valid-feedback, .ICG_was-validated .ICG_custom-select:valid ~ .ICG_valid-tooltip {
        display: block;
    }

.ICG_form-control-file.ICG_is-valid ~ .ICG_valid-feedback, .ICG_form-control-file.ICG_is-valid ~ .ICG_valid-tooltip, .ICG_was-validated .ICG_form-control-file:valid ~ .ICG_valid-feedback, .ICG_was-validated .ICG_form-control-file:valid ~ .ICG_valid-tooltip {
    display: block;
}

.ICG_form-check-input.ICG_is-valid ~ .ICG_form-check-label, .ICG_was-validated .ICG_form-check-input:valid ~ .ICG_form-check-label {
    color: #28a745;
}

.ICG_form-check-input.ICG_is-valid ~ .ICG_valid-feedback, .ICG_form-check-input.ICG_is-valid ~ .ICG_valid-tooltip, .ICG_was-validated .ICG_form-check-input:valid ~ .ICG_valid-feedback, .ICG_was-validated .ICG_form-check-input:valid ~ .ICG_valid-tooltip {
    display: block;
}

.ICG_custom-control-input.ICG_is-valid ~ .ICG_custom-control-label, .ICG_was-validated .ICG_custom-control-input:valid ~ .ICG_custom-control-label {
    color: #28a745;
}

    .ICG_custom-control-input.ICG_is-valid ~ .ICG_custom-control-label::before, .ICG_was-validated .ICG_custom-control-input:valid ~ .ICG_custom-control-label::before {
        border-color: #28a745;
    }

.ICG_custom-control-input.ICG_is-valid ~ .ICG_valid-feedback, .ICG_custom-control-input.ICG_is-valid ~ .ICG_valid-tooltip, .ICG_was-validated .ICG_custom-control-input:valid ~ .ICG_valid-feedback, .ICG_was-validated .ICG_custom-control-input:valid ~ .ICG_valid-tooltip {
    display: block;
}

.ICG_custom-control-input.ICG_is-valid:checked ~ .ICG_custom-control-label::before, .ICG_was-validated .ICG_custom-control-input:valid:checked ~ .ICG_custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.ICG_custom-control-input.ICG_is-valid:focus ~ .ICG_custom-control-label::before, .ICG_was-validated .ICG_custom-control-input:valid:focus ~ .ICG_custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}

.ICG_custom-control-input.ICG_is-valid:focus:not(:checked) ~ .ICG_custom-control-label::before, .ICG_was-validated .ICG_custom-control-input:valid:focus:not(:checked) ~ .ICG_custom-control-label::before {
    border-color: #28a745;
}

.ICG_custom-file-input.ICG_is-valid ~ .ICG_custom-file-label, .ICG_was-validated .ICG_custom-file-input:valid ~ .ICG_custom-file-label {
    border-color: #28a745;
}

.ICG_custom-file-input.ICG_is-valid ~ .ICG_valid-feedback, .ICG_custom-file-input.ICG_is-valid ~ .ICG_valid-tooltip, .ICG_was-validated .ICG_custom-file-input:valid ~ .ICG_valid-feedback, .ICG_was-validated .ICG_custom-file-input:valid ~ .ICG_valid-tooltip {
    display: block;
}

.ICG_custom-file-input.ICG_is-valid:focus ~ .ICG_custom-file-label, .ICG_was-validated .ICG_custom-file-input:valid:focus ~ .ICG_custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,.25)
}

.ICG_invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.ICG_invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: 0.25rem
}

.ICG_form-control.ICG_is-invalid, .ICG_was-validated .ICG_form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .ICG_form-control.ICG_is-invalid:focus, .ICG_was-validated .ICG_form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
    }

    .ICG_form-control.ICG_is-invalid ~ .ICG_invalid-feedback, .ICG_form-control.ICG_is-invalid ~ .ICG_invalid-tooltip, .ICG_was-validated .ICG_form-control:invalid ~ .ICG_invalid-feedback, .ICG_was-validated .ICG_form-control:invalid ~ .ICG_invalid-tooltip {
        display: block;
    }

.ICG_was-validated textarea.ICG_form-control:invalid, textarea.ICG_form-control.ICG_is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.ICG_custom-select.ICG_is-invalid, .ICG_was-validated .ICG_custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

    .ICG_custom-select.ICG_is-invalid:focus, .ICG_was-validated .ICG_custom-select:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25)
    }

    .ICG_custom-select.ICG_is-invalid ~ .ICG_invalid-feedback, .ICG_custom-select.ICG_is-invalid ~ .ICG_invalid-tooltip, .ICG_was-validated .ICG_custom-select:invalid ~ .ICG_invalid-feedback, .ICG_was-validated .ICG_custom-select:invalid ~ .ICG_invalid-tooltip {
        display: block
    }

.ICG_form-control-file.ICG_is-invalid ~ .ICG_invalid-feedback, .ICG_form-control-file.ICG_is-invalid ~ .ICG_invalid-tooltip, .ICG_was-validated .ICG_form-control-file:invalid ~ .ICG_invalid-feedback, .ICG_was-validated .ICG_form-control-file:invalid ~ .ICG_invalid-tooltip {
    display: block
}

.ICG_form-check-input.ICG_is-invalid ~ .ICG_form-check-label, .ICG_was-validated .ICG_form-check-input:invalid ~ .ICG_form-check-label {
    color: #dc3545
}

.ICG_form-check-input.ICG_is-invalid ~ .ICG_invalid-feedback, .ICG_form-check-input.ICG_is-invalid ~ .ICG_invalid-tooltip, .ICG_was-validated .ICG_form-check-input:invalid ~ .ICG_invalid-feedback, .ICG_was-validated .ICG_form-check-input:invalid ~ .ICG_invalid-tooltip {
    display: block
}

.ICG_custom-control-input.ICG_is-invalid ~ .ICG_custom-control-label, .ICG_was-validated .ICG_custom-control-input:invalid ~ .ICG_custom-control-label {
    color: #dc3545
}

    .ICG_custom-control-input.ICG_is-invalid ~ .ICG_custom-control-label::before, .ICG_was-validated .ICG_custom-control-input:invalid ~ .ICG_custom-control-label::before {
        border-color: #dc3545
    }

.ICG_custom-control-input.ICG_is-invalid ~ .ICG_invalid-feedback, .ICG_custom-control-input.ICG_is-invalid ~ .ICG_invalid-tooltip, .ICG_was-validated .ICG_custom-control-input:invalid ~ .ICG_invalid-feedback, .ICG_was-validated .ICG_custom-control-input:invalid ~ .ICG_invalid-tooltip {
    display: block
}

.ICG_custom-control-input.ICG_is-invalid:checked ~ .ICG_custom-control-label::before, .ICG_was-validated .ICG_custom-control-input:invalid:checked ~ .ICG_custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.ICG_custom-control-input.ICG_is-invalid:focus ~ .ICG_custom-control-label::before, .ICG_was-validated .ICG_custom-control-input:invalid:focus ~ .ICG_custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.ICG_custom-control-input.ICG_is-invalid:focus:not(:checked) ~ .ICG_custom-control-label::before, .ICG_was-validated .ICG_custom-control-input:invalid:focus:not(:checked) ~ .ICG_custom-control-label::before {
    border-color: #dc3545
}

.ICG_custom-file-input.ICG_is-invalid ~ .ICG_custom-file-label, .ICG_was-validated .ICG_custom-file-input:invalid ~ .ICG_custom-file-label {
    border-color: #dc3545
}

.ICG_custom-file-input.ICG_is-invalid ~ .ICG_invalid-feedback, .ICG_custom-file-input.ICG_is-invalid ~ .ICG_invalid-tooltip, .ICG_was-validated .ICG_custom-file-input:invalid ~ .ICG_invalid-feedback, .ICG_was-validated .ICG_custom-file-input:invalid ~ .ICG_invalid-tooltip {
    display: block
}

.ICG_custom-file-input.ICG_is-invalid:focus ~ .ICG_custom-file-label, .ICG_was-validated .ICG_custom-file-input:invalid:focus ~ .ICG_custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25)
}

.ICG_form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

    .ICG_form-inline .ICG_form-check {
        width: 100%
    }

@media (min-width:576px) {
    .ICG_form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .ICG_form-inline .ICG_form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .ICG_form-inline .ICG_form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .ICG_form-inline .ICG_form-control-plaintext {
        display: inline-block
    }

    .ICG_form-inline .ICG_custom-select, .ICG_form-inline .ICG_input-group {
        width: auto
    }

    .ICG_form-inline .ICG_form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .ICG_form-inline .ICG_form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0
    }

    .ICG_form-inline .ICG_custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .ICG_form-inline .ICG_custom-control-label {
        margin-bottom: 0
    }
}



/* button css */

.ICG_btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .ICG_btn {
        transition: none
    }
}

.ICG_btn:hover {
    color: #212529;
    text-decoration: none
}

.ICG_btn.ICG_focus, .ICG_btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.ICG_btn.ICG_disabled, .ICG_btn:disabled {
    opacity: .65
}

a.ICG_btn.ICG_disabled, fieldset:disabled a.ICG_btn {
    pointer-events: none
}

.ICG_btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .ICG_btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .ICG_btn-primary.ICG_focus, .ICG_btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
    }

    .ICG_btn-primary.ICG_disabled, .ICG_btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .ICG_btn-primary:not(:disabled):not(.ICG_disabled).ICG_active, .ICG_btn-primary:not(:disabled):not(.ICG_disabled):active, .ICG_show > .ICG_btn-primary.ICG_dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .ICG_btn-primary:not(:disabled):not(.ICG_disabled).ICG_active:focus, .ICG_btn-primary:not(:disabled):not(.ICG_disabled):active:focus, .ICG_show > .ICG_btn-primary.ICG_dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
        }

.ICG_btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .ICG_btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .ICG_btn-secondary.ICG_focus, .ICG_btn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(130,138,145,0.5)
    }

    .ICG_btn-secondary.ICG_disabled, .ICG_btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .ICG_btn-secondary:not(:disabled):not(.ICG_disabled).ICG_active, .ICG_btn-secondary:not(:disabled):not(.ICG_disabled):active, .ICG_show > .ICG_btn-secondary.ICG_dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .ICG_btn-secondary:not(:disabled):not(.ICG_disabled).ICG_active:focus, .ICG_btn-secondary:not(:disabled):not(.ICG_disabled):active:focus, .ICG_show > .ICG_btn-secondary.ICG_dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(130,138,145,0.5)
        }

.ICG_btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .ICG_btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .ICG_btn-success.ICG_focus, .ICG_btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(72,180,97,0.5)
    }

    .ICG_btn-success.ICG_disabled, .ICG_btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .ICG_btn-success:not(:disabled):not(.ICG_disabled).ICG_active, .ICG_btn-success:not(:disabled):not(.ICG_disabled):active, .ICG_show > .ICG_btn-success.ICG_dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

        .ICG_btn-success:not(:disabled):not(.ICG_disabled).ICG_active:focus, .ICG_btn-success:not(:disabled):not(.ICG_disabled):active:focus, .ICG_show > .ICG_btn-success.ICG_dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
        }

.ICG_btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .ICG_btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .ICG_btn-info.ICG_focus, .ICG_btn-info:focus {
        box-shadow: 0 0 0 0.2rem rgba(58,176,195,0.5)
    }

    .ICG_btn-info.ICG_disabled, .ICG_btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .ICG_btn-info:not(:disabled):not(.ICG_disabled).ICG_active, .ICG_btn-info:not(:disabled):not(.ICG_disabled):active, .ICG_show > .ICG_btn-info.ICG_dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .ICG_btn-info:not(:disabled):not(.ICG_disabled).ICG_active:focus, .ICG_btn-info:not(:disabled):not(.ICG_disabled):active:focus, .ICG_show > .ICG_btn-info.ICG_dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(58,176,195,0.5)
        }

.ICG_btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .ICG_btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .ICG_btn-warning.ICG_focus, .ICG_btn-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
    }

    .ICG_btn-warning.ICG_disabled, .ICG_btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .ICG_btn-warning:not(:disabled):not(.ICG_disabled).ICG_active, .ICG_btn-warning:not(:disabled):not(.ICG_disabled):active, .ICG_show > .ICG_btn-warning.ICG_dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .ICG_btn-warning:not(:disabled):not(.ICG_disabled).ICG_active:focus, .ICG_btn-warning:not(:disabled):not(.ICG_disabled):active:focus, .ICG_show > .ICG_btn-warning.ICG_dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(222,170,12,0.5)
        }

.ICG_btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .ICG_btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .ICG_btn-danger.ICG_focus, .ICG_btn-danger:focus {
        box-shadow: 0 0 0 0.2rem rgba(225,83,97,0.5)
    }

    .ICG_btn-danger.ICG_disabled, .ICG_btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .ICG_btn-danger:not(:disabled):not(.ICG_disabled).ICG_active, .ICG_btn-danger:not(:disabled):not(.ICG_disabled):active, .ICG_show > .ICG_btn-danger.ICG_dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .ICG_btn-danger:not(:disabled):not(.ICG_disabled).ICG_active:focus, .ICG_btn-danger:not(:disabled):not(.ICG_disabled):active:focus, .ICG_show > .ICG_btn-danger.ICG_dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(225,83,97,0.5)
        }

.ICG_btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .ICG_btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .ICG_btn-light.ICG_focus, .ICG_btn-light:focus {
        box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
    }

    .ICG_btn-light.ICG_disabled, .ICG_btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .ICG_btn-light:not(:disabled):not(.ICG_disabled).ICG_active, .ICG_btn-light:not(:disabled):not(.ICG_disabled):active, .ICG_show > .ICG_btn-light.ICG_dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

        .ICG_btn-light:not(:disabled):not(.ICG_disabled).ICG_active:focus, .ICG_btn-light:not(:disabled):not(.ICG_disabled):active:focus, .ICG_show > .ICG_btn-light.ICG_dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(216,217,219,.5)
        }

.ICG_btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .ICG_btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .ICG_btn-dark.ICG_focus, .ICG_btn-dark:focus {
        box-shadow: 0 0 0 0.2rem rgba(82,88,93,0.5)
    }

    .ICG_btn-dark.ICG_disabled, .ICG_btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .ICG_btn-dark:not(:disabled):not(.ICG_disabled).ICG_active, .ICG_btn-dark:not(:disabled):not(.ICG_disabled):active, .ICG_show > .ICG_btn-dark.ICG_dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .ICG_btn-dark:not(:disabled):not(.ICG_disabled).ICG_active:focus, .ICG_btn-dark:not(:disabled):not(.ICG_disabled):active:focus, .ICG_show > .ICG_btn-dark.ICG_dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
        }

.ICG_btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

    .ICG_btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .ICG_btn-outline-primary.ICG_focus, .ICG_btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,0.5)
    }

    .ICG_btn-outline-primary.ICG_disabled, .ICG_btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent
    }

    .ICG_btn-outline-primary:not(:disabled):not(.ICG_disabled).ICG_active, .ICG_btn-outline-primary:not(:disabled):not(.ICG_disabled):active, .ICG_show > .ICG_btn-outline-primary.ICG_dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

        .ICG_btn-outline-primary:not(:disabled):not(.ICG_disabled).ICG_active:focus, .ICG_btn-outline-primary:not(:disabled):not(.ICG_disabled):active:focus, .ICG_show > .ICG_btn-outline-primary.ICG_dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.ICG_btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

    .ICG_btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .ICG_btn-outline-secondary.ICG_focus, .ICG_btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .ICG_btn-outline-secondary.ICG_disabled, .ICG_btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .ICG_btn-outline-secondary:not(:disabled):not(.ICG_disabled).ICG_active, .ICG_btn-outline-secondary:not(:disabled):not(.ICG_disabled):active, .ICG_show > .ICG_btn-outline-secondary.ICG_dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .ICG_btn-outline-secondary:not(:disabled):not(.ICG_disabled).ICG_active:focus, .ICG_btn-outline-secondary:not(:disabled):not(.ICG_disabled):active:focus, .ICG_show > .ICG_btn-outline-secondary.ICG_dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.ICG_btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

    .ICG_btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .ICG_btn-outline-success.ICG_focus, .ICG_btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .ICG_btn-outline-success.ICG_disabled, .ICG_btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent
    }

    .ICG_btn-outline-success:not(:disabled):not(.ICG_disabled).ICG_active, .ICG_btn-outline-success:not(:disabled):not(.ICG_disabled):active, .ICG_show > .ICG_btn-outline-success.ICG_dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

        .ICG_btn-outline-success:not(:disabled):not(.ICG_disabled).ICG_active:focus, .ICG_btn-outline-success:not(:disabled):not(.ICG_disabled):active:focus, .ICG_show > .ICG_btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.ICG_btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

    .ICG_btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .ICG_btn-outline-info.ICG_focus, .ICG_btn-outline-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .ICG_btn-outline-info.ICG_disabled, .ICG_btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .ICG_btn-outline-info:not(:disabled):not(.ICG_disabled).ICG_active, .ICG_btn-outline-info:not(:disabled):not(.ICG_disabled):active, .ICG_show > .ICG_btn-outline-info.ICG_dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

        .ICG_btn-outline-info:not(:disabled):not(.ICG_disabled).ICG_active:focus, .ICG_btn-outline-info:not(:disabled):not(.ICG_disabled):active:focus, .ICG_show > .ICG_btn-outline-info.ICG_dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.ICG_btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

    .ICG_btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .ICG_btn-outline-warning.ICG_focus, .ICG_btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .ICG_btn-outline-warning.ICG_disabled, .ICG_btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

    .ICG_btn-outline-warning:not(:disabled):not(.ICG_disabled).ICG_active, .ICG_btn-outline-warning:not(:disabled):not(.ICG_disabled):active, .ICG_show > .ICG_btn-outline-warning.ICG_dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .ICG_btn-outline-warning:not(:disabled):not(.ICG_disabled).ICG_active:focus, .ICG_btn-outline-warning:not(:disabled):not(.ICG_disabled):active:focus, .ICG_show > .ICG_btn-outline-warning.ICG_dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.ICG_btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

    .ICG_btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .ICG_btn-outline-danger.ICG_focus, .ICG_btn-outline-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .ICG_btn-outline-danger.ICG_disabled, .ICG_btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

    .ICG_btn-outline-danger:not(:disabled):not(.ICG_disabled).ICG_active, .ICG_btn-outline-danger:not(:disabled):not(.ICG_disabled):active, .ICG_show > .ICG_btn-outline-danger.ICG_dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .ICG_btn-outline-danger:not(:disabled):not(.ICG_disabled).ICG_active:focus, .ICG_btn-outline-danger:not(:disabled):not(.ICG_disabled):active:focus, .ICG_show > .ICG_btn-outline-danger.ICG_dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.ICG_btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

    .ICG_btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .ICG_btn-outline-light.ICG_focus, .ICG_btn-outline-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .ICG_btn-outline-light.ICG_disabled, .ICG_btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .ICG_btn-outline-light:not(:disabled):not(.ICG_disabled).ICG_active, .ICG_btn-outline-light:not(:disabled):not(.ICG_disabled):active, .ICG_show > .ICG_btn-outline-light.ICG_dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .ICG_btn-outline-light:not(:disabled):not(.ICG_disabled).ICG_active:focus, .ICG_btn-outline-light:not(:disabled):not(.ICG_disabled):active:focus, .ICG_show > .ICG_btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.ICG_btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

    .ICG_btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .ICG_btn-outline-dark.ICG_focus, .ICG_btn-outline-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .ICG_btn-outline-dark.ICG_disabled, .ICG_btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

    .ICG_btn-outline-dark:not(:disabled):not(.ICG_disabled).ICG_active, .ICG_btn-outline-dark:not(:disabled):not(.ICG_disabled):active, .ICG_show > .ICG_btn-outline-dark.ICG_dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .ICG_btn-outline-dark:not(:disabled):not(.ICG_disabled).ICG_active:focus, .ICG_btn-outline-dark:not(:disabled):not(.ICG_disabled):active:focus, .ICG_show > .ICG_btn-outline-dark.ICG_dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.ICG_btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

    .ICG_btn-link:hover {
        color: #0056b3;
        text-decoration: underline
    }

    .ICG_btn-link.ICG_focus, .ICG_btn-link:focus {
        text-decoration: underline;
        box-shadow: none
    }

    .ICG_btn-link.ICG_disabled, .ICG_btn-link:disabled {
        color: #6c757d;
        pointer-events: none
    }

.ICG_btn-group-lg > .ICG_btn, .ICG_btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.ICG_btn-group-sm > .ICG_btn, .ICG_btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.ICG_btn-block {
    display: block;
    width: 100%
}

    .ICG_btn-block + .ICG_btn-block {
        margin-top: .5rem
    }

input[type=button].ICG_btn-block, input[type=reset].ICG_btn-block, input[type=submit].ICG_btn-block {
    width: 100%
}


.ICG_fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .ICG_fade {
        transition: none
    }
}

.ICG_fade:not(.ICG_show) {
    opacity: 0
}

.ICG_collapse:not(.ICG_show) {
    display: none
}

.ICG_collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .ICG_collapsing {
        transition: none
    }
}

/* dropdown css */
.ICG_dropdown, .ICG_dropleft, .ICG_dropright, .ICG_dropup {
    position: relative
}

.ICG_dropdown-toggle {
    white-space: nowrap
}

    .ICG_dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .ICG_dropdown-toggle:empty::after {
        margin-left: 0
    }

.ICG_dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.ICG_dropdown-menu-left {
    right: auto;
    left: 0
}

.ICG_dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .ICG_dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .ICG_dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .ICG_dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .ICG_dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .ICG_dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .ICG_dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .ICG_dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .ICG_dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.ICG_dropup .ICG_dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.ICG_dropup .ICG_dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.ICG_dropup .ICG_dropdown-toggle:empty::after {
    margin-left: 0
}

.ICG_dropright .ICG_dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.ICG_dropright .ICG_dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.ICG_dropright .ICG_dropdown-toggle:empty::after {
    margin-left: 0
}

.ICG_dropright .ICG_dropdown-toggle::after {
    vertical-align: 0
}

.ICG_dropleft .ICG_dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.ICG_dropleft .ICG_dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.ICG_dropleft .ICG_dropdown-toggle::after {
    display: none
}

.ICG_dropleft .ICG_dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.ICG_dropleft .ICG_dropdown-toggle:empty::after {
    margin-left: 0
}

.ICG_dropleft .ICG_dropdown-toggle::before {
    vertical-align: 0
}

.ICG_dropdown-menu[x-placement^=bottom], .ICG_dropdown-menu[x-placement^=left], .ICG_dropdown-menu[x-placement^=right], .ICG_dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.ICG_dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.ICG_dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .ICG_dropdown-item:focus, .ICG_dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .ICG_dropdown-item.ICG_active, .ICG_dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #e7e7e7;
    }

    .ICG_dropdown-item.ICG_disabled, .ICG_dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent
    }

.ICG_dropdown-menu.ICG_show {
    display: block
}

.ICG_dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.ICG_dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

/* button group css */
.ICG_btn-group, .ICG_btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .ICG_btn-group-vertical > .ICG_btn, .ICG_btn-group > .ICG_btn {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

        .ICG_btn-group-vertical > .ICG_btn:hover, .ICG_btn-group > .ICG_btn:hover {
            z-index: 1
        }

        .ICG_btn-group-vertical > .ICG_btn.ICG_active, .ICG_btn-group-vertical > .ICG_btn:active, .ICG_btn-group-vertical > .ICG_btn:focus, .ICG_btn-group > .ICG_btn.ICG_active, .ICG_btn-group > .ICG_btn:active, .ICG_btn-group > .ICG_btn:focus {
            z-index: 1
        }

.ICG_btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .ICG_btn-toolbar .ICG_input-group {
        width: auto
    }

.ICG_btn-group > .ICG_btn-group:not(:first-child), .ICG_btn-group > .ICG_btn:not(:first-child) {
    margin-left: -1px
}

.ICG_btn-group > .ICG_btn-group:not(:last-child) > .ICG_btn, .ICG_btn-group > .ICG_btn:not(:last-child):not(.ICG_dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.ICG_btn-group > .ICG_btn-group:not(:first-child) > .ICG_btn, .ICG_btn-group > .ICG_btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.ICG_dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .ICG_dropdown-toggle-split::after, .ICG_dropright .ICG_dropdown-toggle-split::after, .ICG_dropup .ICG_dropdown-toggle-split::after {
        margin-left: 0
    }

.ICG_dropleft .ICG_dropdown-toggle-split::before {
    margin-right: 0
}

.ICG_btn-group-sm > .ICG_btn + .ICG_dropdown-toggle-split, .ICG_btn-sm + .ICG_dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.ICG_btn-group-lg > .ICG_btn + .ICG_dropdown-toggle-split, .ICG_btn-lg + .ICG_dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.ICG_btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

    .ICG_btn-group-vertical > .ICG_btn, .ICG_btn-group-vertical > .ICG_btn-group {
        width: 100%
    }

        .ICG_btn-group-vertical > .ICG_btn-group:not(:first-child), .ICG_btn-group-vertical > .ICG_btn:not(:first-child) {
            margin-top: -1px
        }

        .ICG_btn-group-vertical > .ICG_btn-group:not(:last-child) > .ICG_btn, .ICG_btn-group-vertical > .ICG_btn:not(:last-child):not(.ICG_dropdown-toggle) {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .ICG_btn-group-vertical > .ICG_btn-group:not(:first-child) > .ICG_btn, .ICG_btn-group-vertical > .ICG_btn:not(:first-child) {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.ICG_btn-group-toggle > .ICG_btn, .ICG_btn-group-toggle > .ICG_btn-group > .ICG_btn {
    margin-bottom: 0
}

    .ICG_btn-group-toggle > .ICG_btn input[type=checkbox], .ICG_btn-group-toggle > .ICG_btn input[type=radio], .ICG_btn-group-toggle > .ICG_btn-group > .ICG_btn input[type=checkbox], .ICG_btn-group-toggle > .ICG_btn-group > .ICG_btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

/* input group css */
.ICG_input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

    .ICG_input-group > .ICG_custom-file, .ICG_input-group > .ICG_custom-select, .ICG_input-group > .ICG_form-control, .ICG_input-group > .ICG_form-control-plaintext {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .ICG_input-group > .ICG_custom-file + .ICG_custom-file, .ICG_input-group > .ICG_custom-file + .ICG_custom-select, .ICG_input-group > .ICG_custom-file + .ICG_form-control, .ICG_input-group > .ICG_custom-select + .ICG_custom-file, .ICG_input-group > .ICG_custom-select + .ICG_custom-select, .ICG_input-group > .ICG_custom-select + .ICG_form-control, .ICG_input-group > .ICG_form-control + .ICG_custom-file, .ICG_input-group > .ICG_form-control + .ICG_custom-select, .ICG_input-group > .ICG_form-control + .ICG_form-control, .ICG_input-group > .ICG_form-control-plaintext + .ICG_custom-file, .ICG_input-group > .ICG_form-control-plaintext + .ICG_custom-select, .ICG_input-group > .ICG_form-control-plaintext + .ICG_form-control {
            margin-left: -1px
        }

        .ICG_input-group > .ICG_custom-file .ICG_custom-file-input:focus ~ .ICG_custom-file-label, .ICG_input-group > .ICG_custom-select:focus, .ICG_input-group > .ICG_form-control:focus {
            z-index: 3
        }

        .ICG_input-group > .ICG_custom-file .ICG_custom-file-input:focus {
            z-index: 4
        }

        .ICG_input-group > .ICG_custom-select:not(:last-child), .ICG_input-group > .ICG_form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .ICG_input-group > .ICG_custom-select:not(:first-child), .ICG_input-group > .ICG_form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .ICG_input-group > .ICG_custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

        .ICG_input-group > .ICG_custom-file:not(:last-child) .ICG_custom-file-label, .ICG_input-group > .ICG_custom-file:not(:last-child) .ICG_custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .ICG_input-group > .ICG_custom-file:not(:first-child) .ICG_custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.ICG_input-group-append, .ICG_input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

    .ICG_input-group-append .ICG_btn, .ICG_input-group-prepend .ICG_btn {
        position: relative;
        z-index: 2
    }

        .ICG_input-group-append .ICG_btn:focus, .ICG_input-group-prepend .ICG_btn:focus {
            z-index: 3
        }

        .ICG_input-group-append .ICG_btn + .ICG_btn, .ICG_input-group-append .ICG_btn + .ICG_input-group-text, .ICG_input-group-append .ICG_input-group-text + .ICG_btn, .ICG_input-group-append .ICG_input-group-text + .ICG_input-group-text, .ICG_input-group-prepend .ICG_btn + .ICG_btn, .ICG_input-group-prepend .ICG_btn + .ICG_input-group-text, .ICG_input-group-prepend .ICG_input-group-text + .ICG_btn, .ICG_input-group-prepend .ICG_input-group-text + .ICG_input-group-text {
            margin-left: -1px
        }

.ICG_input-group-prepend {
    margin-right: -1px
}

.ICG_input-group-append {
    margin-left: -1px
}

.ICG_input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .ICG_input-group-text input[type=checkbox], .ICG_input-group-text input[type=radio] {
        margin-top: 0
    }

.ICG_input-group-lg > .ICG_custom-select, .ICG_input-group-lg > .ICG_form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.ICG_input-group-lg > .ICG_custom-select, .ICG_input-group-lg > .ICG_form-control, .ICG_input-group-lg > .ICG_input-group-append > .ICG_btn, .ICG_input-group-lg > .ICG_input-group-append > .ICG_input-group-text, .ICG_input-group-lg > .ICG_input-group-prepend > .ICG_btn, .ICG_input-group-lg > .ICG_input-group-prepend > .ICG_input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.ICG_input-group-sm > .ICG_custom-select, .ICG_input-group-sm > .ICG_form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.ICG_input-group-sm > .ICG_custom-select, .ICG_input-group-sm > .ICG_form-control, .ICG_input-group-sm > .ICG_input-group-append > .ICG_btn, .ICG_input-group-sm > .ICG_input-group-append > .ICG_input-group-text, .ICG_input-group-sm > .ICG_input-group-prepend > .ICG_btn, .ICG_input-group-sm > .ICG_input-group-prepend > .ICG_input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.ICG_input-group-lg > .ICG_custom-select, .ICG_input-group-sm > .ICG_custom-select {
    padding-right: 1.75rem
}

.ICG_input-group > .ICG_input-group-append:last-child > .ICG_btn:not(:last-child):not(.ICG_dropdown-toggle), .ICG_input-group > .ICG_input-group-append:last-child > .ICG_input-group-text:not(:last-child), .ICG_input-group > .ICG_input-group-append:not(:last-child) > .ICG_btn, .ICG_input-group > .ICG_input-group-append:not(:last-child) > .ICG_input-group-text, .ICG_input-group > .ICG_input-group-prepend > .ICG_btn, .ICG_input-group > .ICG_input-group-prepend > .ICG_input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.ICG_input-group > .ICG_input-group-append > .ICG_btn, .ICG_input-group > .ICG_input-group-append > .ICG_input-group-text, .ICG_input-group > .ICG_input-group-prepend:first-child > .ICG_btn:not(:first-child), .ICG_input-group > .ICG_input-group-prepend:first-child > .ICG_input-group-text:not(:first-child), .ICG_input-group > .ICG_input-group-prepend:not(:first-child) > .ICG_btn, .ICG_input-group > .ICG_input-group-prepend:not(:first-child) > .ICG_input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

/* custom control css */
.ICG_custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.ICG_custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.ICG_custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .ICG_custom-control-input:checked ~ .ICG_custom-control-label::before {
        color: #fff;
        border-color: #007bff;
        background-color: #007bff
    }

    .ICG_custom-control-input:focus ~ .ICG_custom-control-label::before {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .ICG_custom-control-input:focus:not(:checked) ~ .ICG_custom-control-label::before {
        border-color: #80bdff
    }

    .ICG_custom-control-input:not(:disabled):active ~ .ICG_custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
        border-color: #b3d7ff
    }

    .ICG_custom-control-input:disabled ~ .ICG_custom-control-label {
        color: #6c757d
    }

        .ICG_custom-control-input:disabled ~ .ICG_custom-control-label::before {
            background-color: #e9ecef
        }

.ICG_custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .ICG_custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px
    }

    .ICG_custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50%/50% 50%
    }

.ICG_custom-checkbox .ICG_custom-control-label::before {
    border-radius: .25rem
}

.ICG_custom-checkbox .ICG_custom-control-input:checked ~ .ICG_custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.ICG_custom-checkbox .ICG_custom-control-input:indeterminate ~ .ICG_custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.ICG_custom-checkbox .ICG_custom-control-input:indeterminate ~ .ICG_custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.ICG_custom-checkbox .ICG_custom-control-input:disabled:checked ~ .ICG_custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.ICG_custom-checkbox .ICG_custom-control-input:disabled:indeterminate ~ .ICG_custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.ICG_custom-radio .ICG_custom-control-label::before {
    border-radius: 50%
}

.ICG_custom-radio .ICG_custom-control-input:checked ~ .ICG_custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.ICG_custom-radio .ICG_custom-control-input:disabled:checked ~ .ICG_custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.ICG_custom-switch {
    padding-left: 2.25rem
}

    .ICG_custom-switch .ICG_custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .ICG_custom-switch .ICG_custom-control-label::after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: .5rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .ICG_custom-switch .ICG_custom-control-label::after {
        transition: none
    }
}

.ICG_custom-switch .ICG_custom-control-input:checked ~ .ICG_custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.ICG_custom-switch .ICG_custom-control-input:disabled:checked ~ .ICG_custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.ICG_custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .ICG_custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

        .ICG_custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .ICG_custom-select[multiple], .ICG_custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .ICG_custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .ICG_custom-select::-ms-expand {
        display: none
    }

.ICG_custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.ICG_custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.ICG_custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.ICG_custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

    .ICG_custom-file-input:focus ~ .ICG_custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .ICG_custom-file-input:disabled ~ .ICG_custom-file-label {
        background-color: #e9ecef
    }

    .ICG_custom-file-input:lang(en) ~ .ICG_custom-file-label::after {
        content: "Browse"
    }

    .ICG_custom-file-input ~ .ICG_custom-file-label[data-browse]::after {
        content: attr(data-browse)
    }

.ICG_custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .ICG_custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0
    }

.ICG_custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .ICG_custom-range:focus {
        outline: 0
    }

        .ICG_custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .ICG_custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .ICG_custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

    .ICG_custom-range::-moz-focus-outer {
        border: 0
    }

    .ICG_custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .ICG_custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.ICG_custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.ICG_custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.ICG_custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .ICG_custom-range::-moz-range-thumb {
        transition: none
    }
}

.ICG_custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.ICG_custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.ICG_custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .ICG_custom-range::-ms-thumb {
        transition: none
    }
}

.ICG_custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.ICG_custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.ICG_custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.ICG_custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.ICG_custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.ICG_custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.ICG_custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.ICG_custom-range:disabled::-moz-range-track {
    cursor: default
}

.ICG_custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.ICG_custom-control-label::before, .ICG_custom-file-label, .ICG_custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .ICG_custom-control-label::before, .ICG_custom-file-label, .ICG_custom-select {
        transition: none
    }
}

/* nav and navbar css */
.ICG_nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.ICG_nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .ICG_nav-link:hover, .ICG_nav-link:focus {
        text-decoration: none;
    }

    .ICG_nav-link.ICG_disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default;
    }

.ICG_nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .ICG_nav-tabs .ICG_nav-item {
        margin-bottom: -1px;
    }

    .ICG_nav-tabs .ICG_nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .ICG_nav-tabs .ICG_nav-link:hover, .ICG_nav-tabs .ICG_nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .ICG_nav-tabs .ICG_nav-link.ICG_disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .ICG_nav-tabs .ICG_nav-link.ICG_active,
        .ICG_nav-tabs .ICG_nav-item.ICG_show .ICG_nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .ICG_nav-tabs .ICG_dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.ICG_nav-pills .ICG_nav-link {
    border-radius: 0.25rem;
}

    .ICG_nav-pills .ICG_nav-link.ICG_active,
    .ICG_nav-pills .ICG_show > .ICG_nav-link {
        color: #fff;
        background-color: #007bff;
    }

.ICG_nav-fill .ICG_nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.ICG_nav-justified .ICG_nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.ICG_tab-content > .ICG_tab-pane {
    display: none;
}

.ICG_tab-content > .ICG_active {
    display: block;
}

.ICG_navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .ICG_navbar > .ICG_container,
    .ICG_navbar > .ICG_container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.ICG_navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .ICG_navbar-brand:hover, .ICG_navbar-brand:focus {
        text-decoration: none;
    }

.ICG_navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .ICG_navbar-nav .ICG_nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .ICG_navbar-nav .ICG_dropdown-menu {
        position: static;
        float: none;
    }

.ICG_navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.ICG_navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.ICG_navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .ICG_navbar-toggler:hover, .ICG_navbar-toggler:focus {
        text-decoration: none;
    }

    .ICG_navbar-toggler:not(:disabled):not(.ICG_disabled) {
        cursor: pointer;
    }

.ICG_navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .ICG_navbar-expand-sm > .ICG_container,
    .ICG_navbar-expand-sm > .ICG_container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .ICG_navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .ICG_navbar-expand-sm .ICG_navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .ICG_navbar-expand-sm .ICG_navbar-nav .ICG_dropdown-menu {
                position: absolute;
            }

            .ICG_navbar-expand-sm .ICG_navbar-nav .ICG_dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .ICG_navbar-expand-sm .ICG_navbar-nav .ICG_nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .ICG_navbar-expand-sm > .ICG_container,
        .ICG_navbar-expand-sm > .ICG_container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .ICG_navbar-expand-sm .ICG_navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .ICG_navbar-expand-sm .ICG_navbar-toggler {
            display: none;
        }

        .ICG_navbar-expand-sm .ICG_dropup .ICG_dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 767.98px) {
    .ICG_navbar-expand-md > .ICG_container,
    .ICG_navbar-expand-md > .ICG_container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .ICG_navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .ICG_navbar-expand-md .ICG_navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .ICG_navbar-expand-md .ICG_navbar-nav .ICG_dropdown-menu {
                position: absolute;
            }

            .ICG_navbar-expand-md .ICG_navbar-nav .ICG_dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .ICG_navbar-expand-md .ICG_navbar-nav .ICG_nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .ICG_navbar-expand-md > .ICG_container,
        .ICG_navbar-expand-md > .ICG_container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .ICG_navbar-expand-md .ICG_navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .ICG_navbar-expand-md .ICG_navbar-toggler {
            display: none;
        }

        .ICG_navbar-expand-md .ICG_dropup .ICG_dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 991.98px) {
    .ICG_navbar-expand-lg > .ICG_container,
    .ICG_navbar-expand-lg > .ICG_container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .ICG_navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .ICG_navbar-expand-lg .ICG_navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .ICG_navbar-expand-lg .ICG_navbar-nav .ICG_dropdown-menu {
                position: absolute;
            }

            .ICG_navbar-expand-lg .ICG_navbar-nav .ICG_dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .ICG_navbar-expand-lg .ICG_navbar-nav .ICG_nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .ICG_navbar-expand-lg > .ICG_container,
        .ICG_navbar-expand-lg > .ICG_container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .ICG_navbar-expand-lg .ICG_navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .ICG_navbar-expand-lg .ICG_navbar-toggler {
            display: none;
        }

        .ICG_navbar-expand-lg .ICG_dropup .ICG_dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 1199.98px) {
    .ICG_navbar-expand-xl > .ICG_container,
    .ICG_navbar-expand-xl > .ICG_container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .ICG_navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .ICG_navbar-expand-xl .ICG_navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .ICG_navbar-expand-xl .ICG_navbar-nav .ICG_dropdown-menu {
                position: absolute;
            }

            .ICG_navbar-expand-xl .ICG_navbar-nav .ICG_dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .ICG_navbar-expand-xl .ICG_navbar-nav .ICG_nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .ICG_navbar-expand-xl > .ICG_container,
        .ICG_navbar-expand-xl > .ICG_container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .ICG_navbar-expand-xl .ICG_navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .ICG_navbar-expand-xl .ICG_navbar-toggler {
            display: none;
        }

        .ICG_navbar-expand-xl .ICG_dropup .ICG_dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

.ICG_navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .ICG_navbar-expand > .ICG_container,
    .ICG_navbar-expand > .ICG_container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .ICG_navbar-expand .ICG_navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .ICG_navbar-expand .ICG_navbar-nav .ICG_dropdown-menu {
            position: absolute;
        }

        .ICG_navbar-expand .ICG_navbar-nav .ICG_dropdown-menu-right {
            right: 0;
            left: auto;
        }

        .ICG_navbar-expand .ICG_navbar-nav .ICG_nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .ICG_navbar-expand > .ICG_container,
    .ICG_navbar-expand > .ICG_container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .ICG_navbar-expand .ICG_navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .ICG_navbar-expand .ICG_navbar-toggler {
        display: none;
    }

    .ICG_navbar-expand .ICG_dropup .ICG_dropdown-menu {
        top: auto;
        bottom: 100%;
    }

.ICG_navbar-light .ICG_navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .ICG_navbar-light .ICG_navbar-brand:hover, .ICG_navbar-light .ICG_navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.ICG_navbar-light .ICG_navbar-nav .ICG_nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .ICG_navbar-light .ICG_navbar-nav .ICG_nav-link:hover, .ICG_navbar-light .ICG_navbar-nav .ICG_nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .ICG_navbar-light .ICG_navbar-nav .ICG_nav-link.ICG_disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .ICG_navbar-light .ICG_navbar-nav .ICG_show > .ICG_nav-link,
    .ICG_navbar-light .ICG_navbar-nav .ICG_active > .ICG_nav-link,
    .ICG_navbar-light .ICG_navbar-nav .ICG_nav-link.ICG_show,
    .ICG_navbar-light .ICG_navbar-nav .ICG_nav-link.ICG_active {
        color: rgba(0, 0, 0, 0.9);
    }

.ICG_navbar-light .ICG_navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.ICG_navbar-light .ICG_navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.ICG_navbar-light .ICG_navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

    .ICG_navbar-light .ICG_navbar-text a {
        color: rgba(0, 0, 0, 0.9);
    }

        .ICG_navbar-light .ICG_navbar-text a:hover, .ICG_navbar-light .ICG_navbar-text a:focus {
            color: rgba(0, 0, 0, 0.9);
        }

.ICG_navbar-dark .ICG_navbar-brand {
    color: #fff;
}

    .ICG_navbar-dark .ICG_navbar-brand:hover, .ICG_navbar-dark .ICG_navbar-brand:focus {
        color: #fff;
    }

.ICG_navbar-dark .ICG_navbar-nav .ICG_nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .ICG_navbar-dark .ICG_navbar-nav .ICG_nav-link:hover, .ICG_navbar-dark .ICG_navbar-nav .ICG_nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .ICG_navbar-dark .ICG_navbar-nav .ICG_nav-link.ICG_disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .ICG_navbar-dark .ICG_navbar-nav .ICG_show > .ICG_nav-link,
    .ICG_navbar-dark .ICG_navbar-nav .ICG_active > .ICG_nav-link,
    .ICG_navbar-dark .ICG_navbar-nav .ICG_nav-link.ICG_show,
    .ICG_navbar-dark .ICG_navbar-nav .ICG_nav-link.ICG_active {
        color: #fff;
    }

.ICG_navbar-dark .ICG_navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.ICG_navbar-dark .ICG_navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.ICG_navbar-dark .ICG_navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

    .ICG_navbar-dark .ICG_navbar-text a {
        color: #fff;
    }

        .ICG_navbar-dark .ICG_navbar-text a:hover, .ICG_navbar-dark .ICG_navbar-text a:focus {
            color: #fff;
        }


/* card css */
.ICG_card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .ICG_card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .ICG_card > .ICG_list-group:first-child .ICG_list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .ICG_card > .ICG_list-group:last-child .ICG_list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.ICG_card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.ICG_card-title {
    margin-bottom: .75rem
}

.ICG_card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.ICG_card-text:last-child {
    margin-bottom: 0
}

.ICG_card-link:hover {
    text-decoration: none
}

.ICG_card-link + .ICG_card-link {
    margin-left: 1.25rem
}

.ICG_card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .ICG_card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .ICG_card-header + .ICG_list-group .ICG_list-group-item:first-child {
        border-top: 0
    }

.ICG_card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .ICG_card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.ICG_card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.ICG_card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.ICG_card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.ICG_card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.ICG_card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.ICG_card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.ICG_card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .ICG_card-deck .ICG_card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .ICG_card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .ICG_card-deck .ICG_card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.ICG_card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .ICG_card-group > .ICG_card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .ICG_card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .ICG_card-group > .ICG_card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .ICG_card-group > .ICG_card + .ICG_card {
                margin-left: 0;
                border-left: 0
            }

            .ICG_card-group > .ICG_card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .ICG_card-group > .ICG_card:not(:last-child) .ICG_card-header, .ICG_card-group > .ICG_card:not(:last-child) .ICG_card-img-top {
                    border-top-right-radius: 0
                }

                .ICG_card-group > .ICG_card:not(:last-child) .ICG_card-footer, .ICG_card-group > .ICG_card:not(:last-child) .ICG_card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .ICG_card-group > .ICG_card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .ICG_card-group > .ICG_card:not(:first-child) .ICG_card-header, .ICG_card-group > .ICG_card:not(:first-child) .ICG_card-img-top {
                    border-top-left-radius: 0
                }

                .ICG_card-group > .ICG_card:not(:first-child) .ICG_card-footer, .ICG_card-group > .ICG_card:not(:first-child) .ICG_card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.ICG_card-columns .ICG_card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .ICG_card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .ICG_card-columns .ICG_card {
            display: inline-block;
            width: 100%
        }
}

/* accordion css */
.ICG_accordion > .ICG_card {
    overflow: hidden
}

    .ICG_accordion > .ICG_card:not(:first-of-type) .ICG_card-header:first-child {
        border-radius: 0
    }

    .ICG_accordion > .ICG_card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0
    }

    .ICG_accordion > .ICG_card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .ICG_accordion > .ICG_card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .ICG_accordion > .ICG_card .ICG_card-header {
        margin-bottom: -1px
    }

/* breadcrumb css */
.ICG_breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.ICG_breadcrumb-item + .ICG_breadcrumb-item {
    padding-left: .5rem
}

    .ICG_breadcrumb-item + .ICG_breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

    .ICG_breadcrumb-item + .ICG_breadcrumb-item:hover::before {
        text-decoration: underline
    }

    .ICG_breadcrumb-item + .ICG_breadcrumb-item:hover::before {
        text-decoration: none
    }

.ICG_breadcrumb-item.ICG_active {
    color: #6c757d
}

/* pagination css */
.ICG_pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.ICG_page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .ICG_page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .ICG_page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

.ICG_page-item:first-child .ICG_page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.ICG_page-item:last-child .ICG_page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.ICG_page-item.ICG_active .ICG_page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.ICG_page-item.ICG_disabled .ICG_page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.ICG_pagination-lg .ICG_page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.ICG_pagination-lg .ICG_page-item:first-child .ICG_page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.ICG_pagination-lg .ICG_page-item:last-child .ICG_page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.ICG_pagination-sm .ICG_page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.ICG_pagination-sm .ICG_page-item:first-child .ICG_page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.ICG_pagination-sm .ICG_page-item:last-child .ICG_page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

/* badge css */
.ICG_badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .ICG_badge {
        transition: none
    }
}

a.ICG_badge:focus, a.ICG_badge:hover {
    text-decoration: none
}

.ICG_badge:empty {
    display: none
}

.ICG_btn .ICG_badge {
    position: relative;
    top: -1px
}

.ICG_badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.ICG_badge-primary {
    color: #fff;
    background-color: #007bff
}

a.ICG_badge-primary:focus, a.ICG_badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.ICG_badge-primary.ICG_focus, a.ICG_badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.ICG_badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.ICG_badge-secondary:focus, a.ICG_badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.ICG_badge-secondary.ICG_focus, a.ICG_badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.ICG_badge-success {
    color: #fff;
    background-color: #28a745
}

a.ICG_badge-success:focus, a.ICG_badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.ICG_badge-success.ICG_focus, a.ICG_badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.ICG_badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.ICG_badge-info:focus, a.ICG_badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.ICG_badge-info.ICG_focus, a.ICG_badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.ICG_badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.ICG_badge-warning:focus, a.ICG_badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.ICG_badge-warning.ICG_focus, a.ICG_badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.ICG_badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.ICG_badge-danger:focus, a.ICG_badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.ICG_badge-danger.ICG_focus, a.ICG_badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.ICG_badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.ICG_badge-light:focus, a.ICG_badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.ICG_badge-light.ICG_focus, a.ICG_badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.ICG_badge-dark {
    color: #fff;
    background-color: #343a40
}

a.ICG_badge-dark:focus, a.ICG_badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.ICG_badge-dark.ICG_focus, a.ICG_badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.ICG_jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .ICG_jumbotron {
        padding: 4rem 2rem
    }
}

.ICG_jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

/* alert css */
.ICG_alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.ICG_alert-heading {
    color: inherit
}

.ICG_alert-link {
    font-weight: 700
}

.ICG_alert-dismissible {
    padding-right: 4rem
}

    .ICG_alert-dismissible .ICG_close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.ICG_alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

    .ICG_alert-primary hr {
        border-top-color: #9fcdff
    }

    .ICG_alert-primary .ICG_alert-link {
        color: #002752
    }

.ICG_alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .ICG_alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .ICG_alert-secondary .ICG_alert-link {
        color: #202326
    }

.ICG_alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

    .ICG_alert-success hr {
        border-top-color: #b1dfbb
    }

    .ICG_alert-success .ICG_alert-link {
        color: #0b2e13
    }

.ICG_alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

    .ICG_alert-info hr {
        border-top-color: #abdde5
    }

    .ICG_alert-info .ICG_alert-link {
        color: #062c33
    }

.ICG_alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

    .ICG_alert-warning hr {
        border-top-color: #ffe8a1
    }

    .ICG_alert-warning .ICG_alert-link {
        color: #533f03
    }

.ICG_alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

    .ICG_alert-danger hr {
        border-top-color: #f1b0b7
    }

    .ICG_alert-danger .ICG_alert-link {
        color: #491217
    }

.ICG_alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .ICG_alert-light hr {
        border-top-color: #ececf6
    }

    .ICG_alert-light .ICG_alert-link {
        color: #686868
    }

.ICG_alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .ICG_alert-dark hr {
        border-top-color: #b9bbbe
    }

    .ICG_alert-dark .ICG_alert-link {
        color: #040505
    }


@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.ICG_progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.ICG_progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .ICG_progress-bar {
        transition: none
    }
}

.ICG_progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.ICG_progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .ICG_progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.ICG_media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.ICG_media-body {
    -ms-flex: 1;
    flex: 1
}

.ICG_list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.ICG_list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .ICG_list-group-item-action:focus, .ICG_list-group-item-action:hover {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .ICG_list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.ICG_list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .ICG_list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .ICG_list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .ICG_list-group-item.ICG_disabled, .ICG_list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

    .ICG_list-group-item.ICG_active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.ICG_list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

    .ICG_list-group-horizontal .ICG_list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

        .ICG_list-group-horizontal .ICG_list-group-item:first-child {
            border-top-left-radius: .25rem;
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .ICG_list-group-horizontal .ICG_list-group-item:last-child {
            margin-right: 0;
            border-top-right-radius: .25rem;
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

@media (min-width:576px) {
    .ICG_list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

        .ICG_list-group-horizontal-sm .ICG_list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .ICG_list-group-horizontal-sm .ICG_list-group-item:first-child {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .ICG_list-group-horizontal-sm .ICG_list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

@media (min-width:768px) {
    .ICG_list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

        .ICG_list-group-horizontal-md .ICG_list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .ICG_list-group-horizontal-md .ICG_list-group-item:first-child {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .ICG_list-group-horizontal-md .ICG_list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

@media (min-width:992px) {
    .ICG_list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

        .ICG_list-group-horizontal-lg .ICG_list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .ICG_list-group-horizontal-lg .ICG_list-group-item:first-child {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .ICG_list-group-horizontal-lg .ICG_list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

@media (min-width:1200px) {
    .ICG_list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

        .ICG_list-group-horizontal-xl .ICG_list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .ICG_list-group-horizontal-xl .ICG_list-group-item:first-child {
                border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem;
                border-top-right-radius: 0
            }

            .ICG_list-group-horizontal-xl .ICG_list-group-item:last-child {
                margin-right: 0;
                border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: 0
            }
}

.ICG_list-group-flush .ICG_list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .ICG_list-group-flush .ICG_list-group-item:last-child {
        margin-bottom: -1px
    }

.ICG_list-group-flush:first-child .ICG_list-group-item:first-child {
    border-top: 0
}

.ICG_list-group-flush:last-child .ICG_list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.ICG_list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

    .ICG_list-group-item-primary.ICG_list-group-item-action:focus, .ICG_list-group-item-primary.ICG_list-group-item-action:hover {
        color: #004085;
        background-color: #9fcdff
    }

    .ICG_list-group-item-primary.ICG_list-group-item-action.ICG_active {
        color: #fff;
        background-color: #004085;
        border-color: #004085
    }

.ICG_list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

    .ICG_list-group-item-secondary.ICG_list-group-item-action:focus, .ICG_list-group-item-secondary.ICG_list-group-item-action:hover {
        color: #383d41;
        background-color: #c8cbcf
    }

    .ICG_list-group-item-secondary.ICG_list-group-item-action.ICG_active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41
    }

.ICG_list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

    .ICG_list-group-item-success.ICG_list-group-item-action:focus, .ICG_list-group-item-success.ICG_list-group-item-action:hover {
        color: #155724;
        background-color: #b1dfbb
    }

    .ICG_list-group-item-success.ICG_list-group-item-action.ICG_active {
        color: #fff;
        background-color: #155724;
        border-color: #155724
    }

.ICG_list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

    .ICG_list-group-item-info.ICG_list-group-item-action:focus, .ICG_list-group-item-info.ICG_list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5
    }

    .ICG_list-group-item-info.ICG_list-group-item-action.ICG_active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460
    }

.ICG_list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

    .ICG_list-group-item-warning.ICG_list-group-item-action:focus, .ICG_list-group-item-warning.ICG_list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1
    }

    .ICG_list-group-item-warning.ICG_list-group-item-action.ICG_active {
        color: #fff;
        background-color: #856404;
        border-color: #856404
    }

.ICG_list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

    .ICG_list-group-item-danger.ICG_list-group-item-action:focus, .ICG_list-group-item-danger.ICG_list-group-item-action:hover {
        color: #721c24;
        background-color: #f1b0b7
    }

    .ICG_list-group-item-danger.ICG_list-group-item-action.ICG_active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24
    }

.ICG_list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

    .ICG_list-group-item-light.ICG_list-group-item-action:focus, .ICG_list-group-item-light.ICG_list-group-item-action:hover {
        color: #818182;
        background-color: #ececf6
    }

    .ICG_list-group-item-light.ICG_list-group-item-action.ICG_active {
        color: #fff;
        background-color: #818182;
        border-color: #818182
    }

.ICG_list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .ICG_list-group-item-dark.ICG_list-group-item-action:focus, .ICG_list-group-item-dark.ICG_list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .ICG_list-group-item-dark.ICG_list-group-item-action.ICG_active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.ICG_close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .ICG_close:hover {
        color: #000;
        text-decoration: none
    }

    .ICG_close:not(:disabled):not(ICG_.disabled):focus, .ICG_close:not(:disabled):not(.ICG_disabled):hover {
        opacity: .75
    }

button.ICG_close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.ICG_close.ICG_disabled {
    pointer-events: none
}

.ICG_toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255,255,255,0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem
}

    .ICG_toast:not(:last-child) {
        margin-bottom: 0.75rem
    }

    .ICG_toast.ICG_showing {
        opacity: 1
    }

    .ICG_toast.ICG_show {
        display: block;
        opacity: 1
    }

    .ICG_toast.ICG_hide {
        display: none
    }

.ICG_toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.ICG_toast-body {
    padding: .75rem
}


/* model css */
.ICG_modal-open {
    overflow: hidden
}

    .ICG_modal-open .ICG_modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.ICG_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.ICG_modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.ICG_modal.ICG_fade .ICG_modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .ICG_modal.ICG_fade .ICG_modal-dialog {
        transition: none
    }
}

.ICG_modal.ICG_show .ICG_modal-dialog {
    -webkit-transform: none;
    transform: none
}

.ICG_modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

    .ICG_modal-dialog-scrollable .ICG_modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .ICG_modal-dialog-scrollable .ICG_modal-footer, .ICG_modal-dialog-scrollable .ICG_modal-header {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .ICG_modal-dialog-scrollable .ICG_modal-body {
        overflow-y: auto
    }

.ICG_modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .ICG_modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        content: ""
    }

    .ICG_modal-dialog-centered.ICG_modal-dialog-scrollable {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }

        .ICG_modal-dialog-centered.ICG_modal-dialog-scrollable .ICG_modal-content {
            max-height: none
        }

        .ICG_modal-dialog-centered.ICG_modal-dialog-scrollable::before {
            content: none
        }

.ICG_modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.ICG_modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .ICG_modal-backdrop.ICG_fade {
        opacity: 0
    }

    .ICG_modal-backdrop.ICG_show {
        opacity: .5
    }

.ICG_modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .ICG_modal-header .ICG_close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.ICG_modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.ICG_modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.ICG_modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

    .ICG_modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .ICG_modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.ICG_modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .ICG_modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .ICG_modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

        .ICG_modal-dialog-scrollable .ICG_modal-content {
            max-height: calc(100vh - 3.5rem)
        }

    .ICG_modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

        .ICG_modal-dialog-centered::before {
            height: calc(100vh - 3.5rem)
        }

    .ICG_modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .ICG_modal-lg, .ICG_modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .ICG_modal-xl {
        max-width: 1140px
    }
}

/* tooltip css */
.ICG_tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .ICG_tooltip.ICG_show {
        opacity: .9
    }

    .ICG_tooltip .ICG_arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .ICG_tooltip .ICG_arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.ICG_bs-tooltip-auto[x-placement^=top], .ICG_bs-tooltip-top {
    padding: .4rem 0
}

    .ICG_bs-tooltip-auto[x-placement^=top] .ICG_arrow, .ICG_bs-tooltip-top .ICG_arrow {
        bottom: 0
    }

        .ICG_bs-tooltip-auto[x-placement^=top] .ICG_arrow::before, .ICG_bs-tooltip-top .ICG_arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.ICG_bs-tooltip-auto[x-placement^=right], .ICG_bs-tooltip-right {
    padding: 0 .4rem
}

    .ICG_bs-tooltip-auto[x-placement^=right] .ICG_arrow, .ICG_bs-tooltip-right .ICG_arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .ICG_bs-tooltip-auto[x-placement^=right] .ICG_arrow::before, .ICG_bs-tooltip-right .ICG_arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.ICG_bs-tooltip-auto[x-placement^=bottom], .ICG_bs-tooltip-bottom {
    padding: .4rem 0
}

    .ICG_bs-tooltip-auto[x-placement^=bottom] .ICG_arrow, .ICG_bs-tooltip-bottom .ICG_arrow {
        top: 0
    }

        .ICG_bs-tooltip-auto[x-placement^=bottom] .ICG_arrow::before, .ICG_bs-tooltip-bottom .ICG_arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.ICG_bs-tooltip-auto[x-placement^=left], .ICG_bs-tooltip-left {
    padding: 0 .4rem
}

    .ICG_bs-tooltip-auto[x-placement^=left] .ICG_arrow, .ICG_bs-tooltip-left .ICG_arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .ICG_bs-tooltip-auto[x-placement^=left] .ICG_arrow::before, .ICG_bs-tooltip-left .ICG_arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.ICG_tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

/* popover css */
.ICG_popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .ICG_popover .ICG_arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .ICG_popover .ICG_arrow::after, .ICG_popover .ICG_arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.ICG_bs-popover-auto[x-placement^=top], .ICG_bs-popover-top {
    margin-bottom: .5rem
}

    .ICG_bs-popover-auto[x-placement^=top] > .ICG_arrow, .ICG_bs-popover-top > .ICG_arrow {
        bottom: calc((.5rem + 1px) * -1)
    }

        .ICG_bs-popover-auto[x-placement^=top] > .ICG_arrow::before, .ICG_bs-popover-top > .ICG_arrow::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .ICG_bs-popover-auto[x-placement^=top] > .ICG_arrow::after, .ICG_bs-popover-top > .ICG_arrow::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.ICG_bs-popover-auto[x-placement^=right], .ICG_bs-popover-right {
    margin-left: .5rem
}

    .ICG_bs-popover-auto[x-placement^=right] > .ICG_arrow, .ICG_bs-popover-right > .ICG_arrow {
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .ICG_bs-popover-auto[x-placement^=right] > .ICG_arrow::before, .ICG_bs-popover-right > .ICG_arrow::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .ICG_bs-popover-auto[x-placement^=right] > .ICG_arrow::after, .ICG_bs-popover-right > .ICG_arrow::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.ICG_bs-popover-auto[x-placement^=bottom], .ICG_bs-popover-bottom {
    margin-top: .5rem
}

    .ICG_bs-popover-auto[x-placement^=bottom] > .ICG_arrow, .ICG_bs-popover-bottom > .ICG_arrow {
        top: calc((.5rem + 1px) * -1)
    }

        .ICG_bs-popover-auto[x-placement^=bottom] > .ICG_arrow::before, .ICG_bs-popover-bottom > .ICG_arrow::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .ICG_bs-popover-auto[x-placement^=bottom] > .ICG_arrow::after, .ICG_bs-popover-bottom > .ICG_arrow::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

    .ICG_bs-popover-auto[x-placement^=bottom] .ICG_popover-header::before, .ICG_bs-popover-bottom .ICG_popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.ICG_bs-popover-auto[x-placement^=left], .ICG_bs-popover-left {
    margin-right: .5rem
}

    .ICG_bs-popover-auto[x-placement^=left] > .ICG_arrow, .ICG_bs-popover-left > .ICG_arrow {
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .ICG_bs-popover-auto[x-placement^=left] > .ICG_arrow::before, .ICG_bs-popover-left > .ICG_arrow::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,.25)
        }

        .ICG_bs-popover-auto[x-placement^=left] > .ICG_arrow::after, .ICG_bs-popover-left > .ICG_arrow::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.ICG_popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .ICG_popover-header:empty {
        display: none
    }

.ICG_popover-body {
    padding: .5rem .75rem;
    color: #212529
}

/* carousel css */
.ICG_carousel {
    position: relative
}

    .ICG_carousel.ICG_pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }

.ICG_carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .ICG_carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.ICG_carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .ICG_carousel-item {
        transition: none
    }
}

.ICG_carousel-item-next, .ICG_carousel-item-prev, .ICG_carousel-item.ICG_active {
    display: block
}

    .ICG_active.carousel-item-right, .ICG_carousel-item-next:not(.ICG_carousel-item-left) {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .ICG_active.carousel-item-left, .ICG_carousel-item-prev:not(.ICG_carousel-item-right) {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.ICG_carousel-fade .ICG_carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

    .ICG_carousel-fade .ICG_carousel-item-next.ICG_carousel-item-left, .ICG_carousel-fade .ICG_carousel-item-prev.ICG_carousel-item-right, .ICG_carousel-fade .ICG_carousel-item.ICG_active {
        z-index: 1;
        opacity: 1
    }

.ICG_carousel-fade .ICG_active.ICG_carousel-item-left, .ICG_carousel-fade .ICG_active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {
    .ICG_carousel-fade .ICG_active.carousel-item-left, .ICG_carousel-fade .ICG_active.carousel-item-right {
        transition: none
    }
}

.ICG_carousel-control-next, .ICG_carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .ICG_carousel-control-next, .ICG_carousel-control-prev {
        transition: none
    }
}

.ICG_carousel-control-next:focus, .ICG_carousel-control-next:hover, .ICG_carousel-control-prev:focus, .ICG_carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.ICG_carousel-control-prev {
    left: 0
}

.ICG_carousel-control-next {
    right: 0
}

.ICG_carousel-control-next-icon, .ICG_carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.ICG_carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.ICG_carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.ICG_carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .ICG_carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 0.5;
        transition: opacity 0.6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .ICG_carousel-indicators li {
        transition: none
    }
}

.ICG_carousel-indicators .ICG_active {
    opacity: 1
}

.ICG_carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}


/* spinner css */
@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.ICG_spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite
}

.ICG_spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.ICG_spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite
}

.ICG_spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.ICG_align-baseline {
    vertical-align: baseline !important
}

.ICG_align-top {
    vertical-align: top !important
}

.ICG_align-middle {
    vertical-align: middle !important
}

.ICG_align-bottom {
    vertical-align: bottom !important
}

.ICG_align-text-bottom {
    vertical-align: text-bottom !important
}

.ICG_align-text-top {
    vertical-align: text-top !important
}

.ICG_bg-primary {
    background-color: #007bff !important
}

a.ICG_bg-primary:focus, a.ICG_bg-primary:hover, button.ICG_bg-primary:focus, button.ICG_bg-primary:hover {
    background-color: #0062cc !important
}

.ICG_bg-secondary {
    background-color: #6c757d !important
}

a.ICG_bg-secondary:focus, a.ICG_bg-secondary:hover, button.ICG_bg-secondary:focus, button.ICG_bg-secondary:hover {
    background-color: #545b62 !important
}

.ICG_bg-success {
    background-color: #28a745 !important
}

a.ICG_bg-success:focus, a.ICG_bg-success:hover, button.ICG_bg-success:focus, button.ICG_bg-success:hover {
    background-color: #1e7e34 !important
}

.ICG_bg-info {
    background-color: #17a2b8 !important
}

a.ICG_bg-info:focus, a.ICG_bg-info:hover, button.ICG_bg-info:focus, button.ICG_bg-info:hover {
    background-color: #117a8b !important
}

.ICG_bg-warning {
    background-color: #ffc107 !important
}

a.ICG_bg-warning:focus, a.ICG_bg-warning:hover, button.ICG_bg-warning:focus, button.ICG_bg-warning:hover {
    background-color: #d39e00 !important
}

.ICG_bg-danger {
    background-color: #dc3545 !important
}

a.ICG_bg-danger:focus, a.ICG_bg-danger:hover, button.ICG_bg-danger:focus, button.ICG_bg-danger:hover {
    background-color: #bd2130 !important
}

.ICG_bg-light {
    background-color: #f8f9fa !important
}

a.ICG_bg-light:focus, a.ICG_bg-light:hover, button.ICG_bg-light:focus, button.ICG_bg-light:hover {
    background-color: #dae0e5 !important
}

.ICG_bg-dark {
    background-color: #343a40 !important
}

a.ICG_bg-dark:focus, a.ICG_bg-dark:hover, button.ICG_bg-dark:focus, button.ICG_bg-dark:hover {
    background-color: #1d2124 !important
}

.ICG_bg-white {
    background-color: #fff !important
}

.ICG_bg-transparent {
    background-color: transparent !important
}

.ICG_border {
    border: 1px solid #dee2e6 !important
}

.ICG_border-top {
    border-top: 1px solid #dee2e6 !important
}

.ICG_border-right {
    border-right: 1px solid #dee2e6 !important
}

.ICG_border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.ICG_border-left {
    border-left: 1px solid #dee2e6 !important
}

.ICG_border-0 {
    border: 0 !important
}

.ICG_border-top-0 {
    border-top: 0 !important
}

.ICG_border-right-0 {
    border-right: 0 !important
}

.ICG_border-bottom-0 {
    border-bottom: 0 !important
}

.ICG_border-left-0 {
    border-left: 0 !important
}

.ICG_border-primary {
    border-color: #007bff !important
}

.ICG_border-secondary {
    border-color: #6c757d !important
}

.ICG_border-success {
    border-color: #28a745 !important
}

.ICG_border-info {
    border-color: #17a2b8 !important
}

.ICG_border-warning {
    border-color: #ffc107 !important
}

.ICG_border-danger {
    border-color: #dc3545 !important
}

.ICG_border-light {
    border-color: #f8f9fa !important
}

.ICG_border-dark {
    border-color: #343a40 !important
}

.ICG_border-white {
    border-color: #fff !important
}

.ICG_rounded-sm {
    border-radius: .2rem !important
}

.ICG_rounded {
    border-radius: .25rem !important
}

.ICG_rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.ICG_rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.ICG_rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.ICG_rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.ICG_rounded-lg {
    border-radius: .3rem !important
}

.ICG_rounded-circle {
    border-radius: 50% !important
}

.ICG_rounded-pill {
    border-radius: 50rem !important
}

.ICG_rounded-0 {
    border-radius: 0 !important
}

.ICG_clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/* display css */
.ICG_d-none {
    display: none !important;
}

.ICG_d-inline {
    display: inline !important;
}

.ICG_d-inline-block {
    display: inline-block !important;
}

.ICG_d-block {
    display: block !important;
}

.ICG_d-table {
    display: table !important;
}

.ICG_d-table-row {
    display: table-row !important;
}

.ICG_d-table-cell {
    display: table-cell !important;
}

.ICG_d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.ICG_d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .ICG_d-sm-none {
        display: none !important;
    }

    .ICG_d-sm-inline {
        display: inline !important;
    }

    .ICG_d-sm-inline-block {
        display: inline-block !important;
    }

    .ICG_d-sm-block {
        display: block !important;
    }

    .ICG_d-sm-table {
        display: table !important;
    }

    .ICG_d-sm-table-row {
        display: table-row !important;
    }

    .ICG_d-sm-table-cell {
        display: table-cell !important;
    }

    .ICG_d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .ICG_d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .ICG_d-md-none {
        display: none !important;
    }

    .ICG_d-md-inline {
        display: inline !important;
    }

    .ICG_d-md-inline-block {
        display: inline-block !important;
    }

    .ICG_d-md-block {
        display: block !important;
    }

    .ICG_d-md-table {
        display: table !important;
    }

    .ICG_d-md-table-row {
        display: table-row !important;
    }

    .ICG_d-md-table-cell {
        display: table-cell !important;
    }

    .ICG_d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .ICG_d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .ICG_d-lg-none {
        display: none !important;
    }

    .ICG_d-lg-inline {
        display: inline !important;
    }

    .ICG_d-lg-inline-block {
        display: inline-block !important;
    }

    .ICG_d-lg-block {
        display: block !important;
    }

    .ICG_d-lg-table {
        display: table !important;
    }

    .ICG_d-lg-table-row {
        display: table-row !important;
    }

    .ICG_d-lg-table-cell {
        display: table-cell !important;
    }

    .ICG_d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .ICG_d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .ICG_d-xl-none {
        display: none !important;
    }

    .ICG_d-xl-inline {
        display: inline !important;
    }

    .ICG_d-xl-inline-block {
        display: inline-block !important;
    }

    .ICG_d-xl-block {
        display: block !important;
    }

    .ICG_d-xl-table {
        display: table !important;
    }

    .ICG_d-xl-table-row {
        display: table-row !important;
    }

    .ICG_d-xl-table-cell {
        display: table-cell !important;
    }

    .ICG_d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .ICG_d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .ICG_d-print-none {
        display: none !important;
    }

    .ICG_d-print-inline {
        display: inline !important;
    }

    .ICG_d-print-inline-block {
        display: inline-block !important;
    }

    .ICG_d-print-block {
        display: block !important;
    }

    .ICG_d-print-table {
        display: table !important;
    }

    .ICG_d-print-table-row {
        display: table-row !important;
    }

    .ICG_d-print-table-cell {
        display: table-cell !important;
    }

    .ICG_d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .ICG_d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}


/* embed-responsive css */
.ICG_embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .ICG_embed-responsive::before {
        display: block;
        content: ""
    }

    .ICG_embed-responsive .ICG_embed-responsive-item, .ICG_embed-responsive embed, .ICG_embed-responsive iframe, .ICG_embed-responsive object, .ICG_embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.ICG_embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.ICG_embed-responsive-16by9::before {
    padding-top: 56.25%
}

.ICG_embed-responsive-4by3::before {
    padding-top: 75%
}

.ICG_embed-responsive-1by1::before {
    padding-top: 100%
}


/* flex css */
.ICG_flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.ICG_flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.ICG_flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.ICG_flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.ICG_flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.ICG_flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.ICG_flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.ICG_flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.ICG_flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.ICG_flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.ICG_flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.ICG_flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.ICG_justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.ICG_justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.ICG_justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.ICG_justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.ICG_justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.ICG_align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.ICG_align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.ICG_align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.ICG_align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.ICG_align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.ICG_align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.ICG_align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.ICG_align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.ICG_align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.ICG_align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.ICG_align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.ICG_align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.ICG_align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.ICG_align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.ICG_align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.ICG_align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.ICG_align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .ICG_flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .ICG_flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .ICG_flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .ICG_flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .ICG_flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .ICG_flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .ICG_flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .ICG_flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .ICG_flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .ICG_flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .ICG_flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .ICG_flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .ICG_justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .ICG_justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .ICG_justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .ICG_justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .ICG_justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .ICG_align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .ICG_align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .ICG_align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .ICG_align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .ICG_align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .ICG_align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .ICG_align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .ICG_align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .ICG_align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .ICG_align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .ICG_align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .ICG_align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .ICG_align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .ICG_align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .ICG_align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .ICG_align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .ICG_align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .ICG_flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .ICG_flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .ICG_flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .ICG_flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .ICG_flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .ICG_flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .ICG_flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .ICG_flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .ICG_flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .ICG_flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .ICG_flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .ICG_flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .ICG_justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .ICG_justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .ICG_justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .ICG_justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .ICG_justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .ICG_align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .ICG_align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .ICG_align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .ICG_align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .ICG_align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .ICG_align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .ICG_align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .ICG_align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .ICG_align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .ICG_align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .ICG_align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .ICG_align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .ICG_align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .ICG_align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .ICG_align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .ICG_align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .ICG_align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .ICG_flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .ICG_flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .ICG_flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .ICG_flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .ICG_flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .ICG_flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .ICG_flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .ICG_flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .ICG_flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .ICG_flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .ICG_flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .ICG_flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .ICG_justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .ICG_justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .ICG_justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .ICG_justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .ICG_justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .ICG_align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .ICG_align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .ICG_align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .ICG_align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .ICG_align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .ICG_align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .ICG_align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .ICG_align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .ICG_align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .ICG_align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .ICG_align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .ICG_align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .ICG_align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .ICG_align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .ICG_align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .ICG_align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .ICG_align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .ICG_flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .ICG_flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .ICG_flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .ICG_flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .ICG_flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .ICG_flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .ICG_flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .ICG_flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .ICG_flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .ICG_flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .ICG_flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .ICG_flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .ICG_justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .ICG_justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .ICG_justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .ICG_justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .ICG_justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .ICG_align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .ICG_align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .ICG_align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .ICG_align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .ICG_align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .ICG_align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .ICG_align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .ICG_align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .ICG_align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .ICG_align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .ICG_align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .ICG_align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .ICG_align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .ICG_align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .ICG_align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .ICG_align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .ICG_align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}


/* float css */
.ICG_float-left {
    float: left !important;
}

.ICG_float-right {
    float: right !important;
}

.ICG_float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .ICG_float-sm-left {
        float: left !important;
    }

    .ICG_float-sm-right {
        float: right !important;
    }

    .ICG_float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .ICG_float-md-left {
        float: left !important;
    }

    .ICG_float-md-right {
        float: right !important;
    }

    .ICG_float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .ICG_float-lg-left {
        float: left !important;
    }

    .ICG_float-lg-right {
        float: right !important;
    }

    .ICG_float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .ICG_float-xl-left {
        float: left !important;
    }

    .ICG_float-xl-right {
        float: right !important;
    }

    .ICG_float-xl-none {
        float: none !important;
    }
}


/* pagination with li tag css */
.ICG_li-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0;
    border-radius: 4px;
}

    .ICG_li-pagination > li {
        display: inline;
    }

        .ICG_li-pagination > li > a,
        .ICG_li-pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #507CD1;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .ICG_li-pagination > li:first-child > a,
        .ICG_li-pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .ICG_li-pagination > li:last-child > a,
        .ICG_li-pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .ICG_li-pagination > li > a:hover,
        .ICG_li-pagination > li > span:hover,
        .ICG_li-pagination > li > a:focus,
        .ICG_li-pagination > li > span:focus {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .ICG_li-pagination > .ICG_active > a,
    .ICG_li-pagination > .ICG_active > span,
    .ICG_li-pagination > .ICG_active > a:hover,
    .ICG_li-pagination > .ICG_active > span:hover,
    .ICG_li-pagination > .ICG_active > a:focus,
    .ICG_li-pagination > .ICG_active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #507CD1;
        border-color: #507CD1;
    }

    .ICG_li-pagination > .ICG_disabled > span,
    .ICG_li-pagination > .ICG_disabled > span:hover,
    .ICG_li-pagination > .ICG_disabled > span:focus,
    .ICG_li-pagination > .ICG_disabled > a,
    .ICG_li-pagination > .ICG_disabled > a:hover,
    .ICG_li-pagination > .ICG_disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.ICG_li-pagination-lg > li > a,
.ICG_li-pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.ICG_li-pagination-lg > li:first-child > a,
.ICG_li-pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.ICG_li-pagination-lg > li:last-child > a,
.ICG_li-pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ICG_li-pagination-sm > li > a,
.ICG_li-pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.ICG_li-pagination-sm > li:first-child > a,
.ICG_li-pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ICG_li-pagination-sm > li:last-child > a,
.ICG_li-pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


.ICG_overflow-auto {
    overflow: auto !important;
}

.ICG_overflow-hidden {
    overflow: hidden !important;
}

.ICG_position-static {
    position: static !important;
}

.ICG_position-relative {
    position: relative !important;
}

.ICG_position-absolute {
    position: absolute !important;
}

.ICG_position-fixed {
    position: fixed !important;
}

.ICG_position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.ICG_fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.ICG_fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .ICG_sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.ICG_sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ICG_sr-only-focusable:active, .ICG_sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.ICG_shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.ICG_shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.ICG_shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.ICG_shadow-none {
    box-shadow: none !important;
}


/* width and height css */
.ICG_w-25 {
    width: 25% !important;
}

.ICG_w-50 {
    width: 50% !important;
}

.ICG_w-75 {
    width: 75% !important;
}

.ICG_w-100 {
    width: 100% !important;
}

.ICG_w-auto {
    width: auto !important;
}

.ICG_h-25 {
    height: 25% !important;
}

.ICG_h-50 {
    height: 50% !important;
}

.ICG_h-75 {
    height: 75% !important;
}

.ICG_h-100 {
    height: 100% !important;
}

.ICG_h-auto {
    height: auto !important;
}

.ICG_mw-100 {
    max-width: 100% !important;
}

.ICG_mh-100 {
    max-height: 100% !important;
}

.ICG_min-vw-100 {
    min-width: 100vw !important;
}

.ICG_min-vh-100 {
    min-height: 100vh !important;
}

.ICG_vw-100 {
    width: 100vw !important;
}

.ICG_vh-100 {
    height: 100vh !important;
}

.ICG_stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

/* margin and padding css */
.ICG_m-0 {
    margin: 0 !important;
}

.ICG_mt-0,
.ICG_my-0 {
    margin-top: 0 !important;
}

.ICG_mr-0,
.ICG_mx-0 {
    margin-right: 0 !important;
}

.ICG_mb-0,
.ICG_my-0 {
    margin-bottom: 0 !important;
}

.ICG_ml-0,
.ICG_mx-0 {
    margin-left: 0 !important;
}

.ICG_m-1 {
    margin: 0.25rem !important;
}

.ICG_mt-1,
.ICG_my-1 {
    margin-top: 0.25rem !important;
}

.ICG_mr-1,
.ICG_mx-1 {
    margin-right: 0.25rem !important;
}

.ICG_mb-1,
.ICG_my-1 {
    margin-bottom: 0.25rem !important;
}

.ICG_ml-1,
.ICG_mx-1 {
    margin-left: 0.25rem !important;
}

.ICG_m-2 {
    margin: 0.5rem !important;
}

.ICG_mt-2,
.ICG_my-2 {
    margin-top: 0.5rem !important;
}

.ICG_mr-2,
.ICG_mx-2 {
    margin-right: 0.5rem !important;
}

.ICG_mb-2,
.ICG_my-2 {
    margin-bottom: 0.5rem !important;
}

.ICG_ml-2,
.ICG_mx-2 {
    margin-left: 0.5rem !important;
}

.ICG_m-3 {
    margin: 1rem !important;
}

.ICG_mt-3,
.ICG_my-3 {
    margin-top: 1rem !important;
}

.ICG_mr-3,
.ICG_mx-3 {
    margin-right: 1rem !important;
}

.ICG_mb-3,
.ICG_my-3 {
    margin-bottom: 1rem !important;
}

.ICG_ml-3,
.ICG_mx-3 {
    margin-left: 1rem !important;
}

.ICG_m-4 {
    margin: 1.5rem !important;
}

.ICG_mt-4,
.ICG_my-4 {
    margin-top: 1.5rem !important;
}

.ICG_mr-4,
.ICG_mx-4 {
    margin-right: 1.5rem !important;
}

.ICG_mb-4,
.ICG_my-4 {
    margin-bottom: 1.5rem !important;
}

.ICG_ml-4,
.ICG_mx-4 {
    margin-left: 1.5rem !important;
}

.ICG_m-5 {
    margin: 3rem !important;
}

.ICG_mt-5,
.ICG_my-5 {
    margin-top: 3rem !important;
}

.ICG_mr-5,
.ICG_mx-5 {
    margin-right: 3rem !important;
}

.ICG_mb-5,
.ICG_my-5 {
    margin-bottom: 3rem !important;
}

.ICG_ml-5,
.ICG_mx-5 {
    margin-left: 3rem !important;
}

.ICG_p-0 {
    padding: 0 !important;
}

.ICG_pt-0,
.ICG_py-0 {
    padding-top: 0 !important;
}

.ICG_pr-0,
.ICG_px-0 {
    padding-right: 0 !important;
}

.ICG_pb-0,
.ICG_py-0 {
    padding-bottom: 0 !important;
}

.ICG_pl-0,
.ICG_px-0 {
    padding-left: 0 !important;
}

.ICG_p-1 {
    padding: 0.25rem !important;
}

.ICG_pt-1,
.ICG_py-1 {
    padding-top: 0.25rem !important;
}

.ICG_pr-1,
.ICG_px-1 {
    padding-right: 0.25rem !important;
}

.ICG_pb-1,
.ICG_py-1 {
    padding-bottom: 0.25rem !important;
}

.ICG_pl-1,
.ICG_px-1 {
    padding-left: 0.25rem !important;
}

.ICG_p-2 {
    padding: 0.5rem !important;
}

.ICG_pt-2,
.ICG_py-2 {
    padding-top: 0.5rem !important;
}

.ICG_pr-2,
.ICG_px-2 {
    padding-right: 0.5rem !important;
}

.ICG_pb-2,
.ICG_py-2 {
    padding-bottom: 0.5rem !important;
}

.ICG_pl-2,
.ICG_px-2 {
    padding-left: 0.5rem !important;
}

.ICG_p-3 {
    padding: 1rem !important;
}

.ICG_pt-3,
.ICG_py-3 {
    padding-top: 1rem !important;
}

.ICG_pr-3,
.ICG_px-3 {
    padding-right: 1rem !important;
}

.ICG_pb-3,
.ICG_py-3 {
    padding-bottom: 1rem !important;
}

.ICG_pl-3,
.ICG_px-3 {
    padding-left: 1rem !important;
}

.ICG_p-4 {
    padding: 1.5rem !important;
}

.ICG_pt-4,
.ICG_py-4 {
    padding-top: 1.5rem !important;
}

.ICG_pr-4,
.ICG_px-4 {
    padding-right: 1.5rem !important;
}

.ICG_pb-4,
.ICG_py-4 {
    padding-bottom: 1.5rem !important;
}

.ICG_pl-4,
.ICG_px-4 {
    padding-left: 1.5rem !important;
}

.ICG_p-5 {
    padding: 3rem !important;
}

.ICG_pt-5,
.ICG_py-5 {
    padding-top: 3rem !important;
}

.ICG_pr-5,
.ICG_px-5 {
    padding-right: 3rem !important;
}

.ICG_pb-5,
.ICG_py-5 {
    padding-bottom: 3rem !important;
}

.ICG_pl-5,
.ICG_px-5 {
    padding-left: 3rem !important;
}

.ICG_m-n1 {
    margin: -0.25rem !important;
}

.ICG_mt-n1,
.ICG_my-n1 {
    margin-top: -0.25rem !important;
}

.ICG_mr-n1,
.ICG_mx-n1 {
    margin-right: -0.25rem !important;
}

.ICG_mb-n1,
.ICG_my-n1 {
    margin-bottom: -0.25rem !important;
}

.ICG_ml-n1,
.ICG_mx-n1 {
    margin-left: -0.25rem !important;
}

.ICG_m-n2 {
    margin: -0.5rem !important;
}

.ICG_mt-n2,
.ICG_my-n2 {
    margin-top: -0.5rem !important;
}

.ICG_mr-n2,
.ICG_mx-n2 {
    margin-right: -0.5rem !important;
}

.ICG_mb-n2,
.ICG_my-n2 {
    margin-bottom: -0.5rem !important;
}

.ICG_ml-n2,
.ICG_mx-n2 {
    margin-left: -0.5rem !important;
}

.ICG_m-n3 {
    margin: -1rem !important;
}

.ICG_mt-n3,
.ICG_my-n3 {
    margin-top: -1rem !important;
}

.ICG_mr-n3,
.ICG_mx-n3 {
    margin-right: -1rem !important;
}

.ICG_mb-n3,
.ICG_my-n3 {
    margin-bottom: -1rem !important;
}

.ICG_ml-n3,
.ICG_mx-n3 {
    margin-left: -1rem !important;
}

.ICG_m-n4 {
    margin: -1.5rem !important;
}

.ICG_mt-n4,
.ICG_my-n4 {
    margin-top: -1.5rem !important;
}

.ICG_mr-n4,
.ICG_mx-n4 {
    margin-right: -1.5rem !important;
}

.ICG_mb-n4,
.ICG_my-n4 {
    margin-bottom: -1.5rem !important;
}

.ICG_ml-n4,
.ICG_mx-n4 {
    margin-left: -1.5rem !important;
}

.ICG_m-n5 {
    margin: -3rem !important;
}

.ICG_mt-n5,
.ICG_my-n5 {
    margin-top: -3rem !important;
}

.ICG_mr-n5,
.ICG_mx-n5 {
    margin-right: -3rem !important;
}

.ICG_mb-n5,
.ICG_my-n5 {
    margin-bottom: -3rem !important;
}

.ICG_ml-n5,
.ICG_mx-n5 {
    margin-left: -3rem !important;
}

.ICG_m-auto {
    margin: auto !important;
}

.ICG_mt-auto,
.ICG_my-auto {
    margin-top: auto !important;
}

.ICG_mr-auto,
.ICG_mx-auto {
    margin-right: auto !important;
}

.ICG_mb-auto,
.ICG_my-auto {
    margin-bottom: auto !important;
}

.ICG_ml-auto,
.ICG_mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .ICG_m-sm-0 {
        margin: 0 !important;
    }

    .ICG_mt-sm-0,
    .ICG_my-sm-0 {
        margin-top: 0 !important;
    }

    .ICG_mr-sm-0,
    .ICG_mx-sm-0 {
        margin-right: 0 !important;
    }

    .ICG_mb-sm-0,
    .ICG_my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ICG_ml-sm-0,
    .ICG_mx-sm-0 {
        margin-left: 0 !important;
    }

    .ICG_m-sm-1 {
        margin: 0.25rem !important;
    }

    .ICG_mt-sm-1,
    .ICG_my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .ICG_mr-sm-1,
    .ICG_mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .ICG_mb-sm-1,
    .ICG_my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ICG_ml-sm-1,
    .ICG_mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ICG_m-sm-2 {
        margin: 0.5rem !important;
    }

    .ICG_mt-sm-2,
    .ICG_my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .ICG_mr-sm-2,
    .ICG_mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .ICG_mb-sm-2,
    .ICG_my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ICG_ml-sm-2,
    .ICG_mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ICG_m-sm-3 {
        margin: 1rem !important;
    }

    .ICG_mt-sm-3,
    .ICG_my-sm-3 {
        margin-top: 1rem !important;
    }

    .ICG_mr-sm-3,
    .ICG_mx-sm-3 {
        margin-right: 1rem !important;
    }

    .ICG_mb-sm-3,
    .ICG_my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ICG_ml-sm-3,
    .ICG_mx-sm-3 {
        margin-left: 1rem !important;
    }

    .ICG_m-sm-4 {
        margin: 1.5rem !important;
    }

    .ICG_mt-sm-4,
    .ICG_my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .ICG_mr-sm-4,
    .ICG_mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .ICG_mb-sm-4,
    .ICG_my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ICG_ml-sm-4,
    .ICG_mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ICG_m-sm-5 {
        margin: 3rem !important;
    }

    .ICG_mt-sm-5,
    .ICG_my-sm-5 {
        margin-top: 3rem !important;
    }

    .ICG_mr-sm-5,
    .ICG_mx-sm-5 {
        margin-right: 3rem !important;
    }

    .ICG_mb-sm-5,
    .ICG_my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ICG_ml-sm-5,
    .ICG_mx-sm-5 {
        margin-left: 3rem !important;
    }

    .ICG_p-sm-0 {
        padding: 0 !important;
    }

    .ICG_pt-sm-0,
    .ICG_py-sm-0 {
        padding-top: 0 !important;
    }

    .ICG_pr-sm-0,
    .ICG_px-sm-0 {
        padding-right: 0 !important;
    }

    .ICG_pb-sm-0,
    .ICG_py-sm-0 {
        padding-bottom: 0 !important;
    }

    .ICG_pl-sm-0,
    .ICG_px-sm-0 {
        padding-left: 0 !important;
    }

    .ICG_p-sm-1 {
        padding: 0.25rem !important;
    }

    .ICG_pt-sm-1,
    .ICG_py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .ICG_pr-sm-1,
    .ICG_px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .ICG_pb-sm-1,
    .ICG_py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .ICG_pl-sm-1,
    .ICG_px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ICG_p-sm-2 {
        padding: 0.5rem !important;
    }

    .ICG_pt-sm-2,
    .ICG_py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .ICG_pr-sm-2,
    .ICG_px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .ICG_pb-sm-2,
    .ICG_py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .ICG_pl-sm-2,
    .ICG_px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ICG_p-sm-3 {
        padding: 1rem !important;
    }

    .ICG_pt-sm-3,
    .ICG_py-sm-3 {
        padding-top: 1rem !important;
    }

    .ICG_pr-sm-3,
    .ICG_px-sm-3 {
        padding-right: 1rem !important;
    }

    .ICG_pb-sm-3,
    .ICG_py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .ICG_pl-sm-3,
    .ICG_px-sm-3 {
        padding-left: 1rem !important;
    }

    .ICG_p-sm-4 {
        padding: 1.5rem !important;
    }

    .ICG_pt-sm-4,
    .ICG_py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .ICG_pr-sm-4,
    .ICG_px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .ICG_pb-sm-4,
    .ICG_py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .ICG_pl-sm-4,
    .ICG_px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ICG_p-sm-5 {
        padding: 3rem !important;
    }

    .ICG_pt-sm-5,
    .ICG_py-sm-5 {
        padding-top: 3rem !important;
    }

    .ICG_pr-sm-5,
    .ICG_px-sm-5 {
        padding-right: 3rem !important;
    }

    .ICG_pb-sm-5,
    .ICG_py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .ICG_pl-sm-5,
    .ICG_px-sm-5 {
        padding-left: 3rem !important;
    }

    .ICG_m-sm-n1 {
        margin: -0.25rem !important;
    }

    .ICG_mt-sm-n1,
    .ICG_my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .ICG_mr-sm-n1,
    .ICG_mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .ICG_mb-sm-n1,
    .ICG_my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ICG_ml-sm-n1,
    .ICG_mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .ICG_m-sm-n2 {
        margin: -0.5rem !important;
    }

    .ICG_mt-sm-n2,
    .ICG_my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .ICG_mr-sm-n2,
    .ICG_mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .ICG_mb-sm-n2,
    .ICG_my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ICG_ml-sm-n2,
    .ICG_mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .ICG_m-sm-n3 {
        margin: -1rem !important;
    }

    .ICG_mt-sm-n3,
    .ICG_my-sm-n3 {
        margin-top: -1rem !important;
    }

    .ICG_mr-sm-n3,
    .ICG_mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .ICG_mb-sm-n3,
    .ICG_my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ICG_ml-sm-n3,
    .ICG_mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .ICG_m-sm-n4 {
        margin: -1.5rem !important;
    }

    .ICG_mt-sm-n4,
    .ICG_my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .ICG_mr-sm-n4,
    .ICG_mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .ICG_mb-sm-n4,
    .ICG_my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ICG_ml-sm-n4,
    .ICG_mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .ICG_m-sm-n5 {
        margin: -3rem !important;
    }

    .ICG_mt-sm-n5,
    .ICG_my-sm-n5 {
        margin-top: -3rem !important;
    }

    .ICG_mr-sm-n5,
    .ICG_mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .ICG_mb-sm-n5,
    .ICG_my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ICG_ml-sm-n5,
    .ICG_mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .ICG_m-sm-auto {
        margin: auto !important;
    }

    .ICG_mt-sm-auto,
    .ICG_my-sm-auto {
        margin-top: auto !important;
    }

    .ICG_mr-sm-auto,
    .ICG_mx-sm-auto {
        margin-right: auto !important;
    }

    .ICG_mb-sm-auto,
    .ICG_my-sm-auto {
        margin-bottom: auto !important;
    }

    .ICG_ml-sm-auto,
    .ICG_mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .ICG_m-md-0 {
        margin: 0 !important;
    }

    .ICG_mt-md-0,
    .ICG_my-md-0 {
        margin-top: 0 !important;
    }

    .ICG_mr-md-0,
    .ICG_mx-md-0 {
        margin-right: 0 !important;
    }

    .ICG_mb-md-0,
    .ICG_my-md-0 {
        margin-bottom: 0 !important;
    }

    .ICG_ml-md-0,
    .ICG_mx-md-0 {
        margin-left: 0 !important;
    }

    .ICG_m-md-1 {
        margin: 0.25rem !important;
    }

    .ICG_mt-md-1,
    .ICG_my-md-1 {
        margin-top: 0.25rem !important;
    }

    .ICG_mr-md-1,
    .ICG_mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .ICG_mb-md-1,
    .ICG_my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ICG_ml-md-1,
    .ICG_mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .ICG_m-md-2 {
        margin: 0.5rem !important;
    }

    .ICG_mt-md-2,
    .ICG_my-md-2 {
        margin-top: 0.5rem !important;
    }

    .ICG_mr-md-2,
    .ICG_mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .ICG_mb-md-2,
    .ICG_my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ICG_ml-md-2,
    .ICG_mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .ICG_m-md-3 {
        margin: 1rem !important;
    }

    .ICG_mt-md-3,
    .ICG_my-md-3 {
        margin-top: 1rem !important;
    }

    .ICG_mr-md-3,
    .ICG_mx-md-3 {
        margin-right: 1rem !important;
    }

    .ICG_mb-md-3,
    .ICG_my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ICG_ml-md-3,
    .ICG_mx-md-3 {
        margin-left: 1rem !important;
    }

    .ICG_m-md-4 {
        margin: 1.5rem !important;
    }

    .ICG_mt-md-4,
    .ICG_my-md-4 {
        margin-top: 1.5rem !important;
    }

    .ICG_mr-md-4,
    .ICG_mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .ICG_mb-md-4,
    .ICG_my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ICG_ml-md-4,
    .ICG_mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .ICG_m-md-5 {
        margin: 3rem !important;
    }

    .ICG_mt-md-5,
    .ICG_my-md-5 {
        margin-top: 3rem !important;
    }

    .ICG_mr-md-5,
    .ICG_mx-md-5 {
        margin-right: 3rem !important;
    }

    .ICG_mb-md-5,
    .ICG_my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ICG_ml-md-5,
    .ICG_mx-md-5 {
        margin-left: 3rem !important;
    }

    .ICG_p-md-0 {
        padding: 0 !important;
    }

    .ICG_pt-md-0,
    .ICG_py-md-0 {
        padding-top: 0 !important;
    }

    .ICG_pr-md-0,
    .ICG_px-md-0 {
        padding-right: 0 !important;
    }

    .ICG_pb-md-0,
    .ICG_py-md-0 {
        padding-bottom: 0 !important;
    }

    .ICG_pl-md-0,
    .ICG_px-md-0 {
        padding-left: 0 !important;
    }

    .ICG_p-md-1 {
        padding: 0.25rem !important;
    }

    .ICG_pt-md-1,
    .ICG_py-md-1 {
        padding-top: 0.25rem !important;
    }

    .ICG_pr-md-1,
    .ICG_px-md-1 {
        padding-right: 0.25rem !important;
    }

    .ICG_pb-md-1,
    .ICG_py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .ICG_pl-md-1,
    .ICG_px-md-1 {
        padding-left: 0.25rem !important;
    }

    .ICG_p-md-2 {
        padding: 0.5rem !important;
    }

    .ICG_pt-md-2,
    .ICG_py-md-2 {
        padding-top: 0.5rem !important;
    }

    .ICG_pr-md-2,
    .ICG_px-md-2 {
        padding-right: 0.5rem !important;
    }

    .ICG_pb-md-2,
    .ICG_py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .ICG_pl-md-2,
    .ICG_px-md-2 {
        padding-left: 0.5rem !important;
    }

    .ICG_p-md-3 {
        padding: 1rem !important;
    }

    .ICG_pt-md-3,
    .ICG_py-md-3 {
        padding-top: 1rem !important;
    }

    .ICG_pr-md-3,
    .ICG_px-md-3 {
        padding-right: 1rem !important;
    }

    .ICG_pb-md-3,
    .ICG_py-md-3 {
        padding-bottom: 1rem !important;
    }

    .ICG_pl-md-3,
    .ICG_px-md-3 {
        padding-left: 1rem !important;
    }

    .ICG_p-md-4 {
        padding: 1.5rem !important;
    }

    .ICG_pt-md-4,
    .ICG_py-md-4 {
        padding-top: 1.5rem !important;
    }

    .ICG_pr-md-4,
    .ICG_px-md-4 {
        padding-right: 1.5rem !important;
    }

    .ICG_pb-md-4,
    .ICG_py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .ICG_pl-md-4,
    .ICG_px-md-4 {
        padding-left: 1.5rem !important;
    }

    .ICG_p-md-5 {
        padding: 3rem !important;
    }

    .ICG_pt-md-5,
    .ICG_py-md-5 {
        padding-top: 3rem !important;
    }

    .ICG_pr-md-5,
    .ICG_px-md-5 {
        padding-right: 3rem !important;
    }

    .ICG_pb-md-5,
    .ICG_py-md-5 {
        padding-bottom: 3rem !important;
    }

    .ICG_pl-md-5,
    .ICG_px-md-5 {
        padding-left: 3rem !important;
    }

    .ICG_m-md-n1 {
        margin: -0.25rem !important;
    }

    .ICG_mt-md-n1,
    .ICG_my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .ICG_mr-md-n1,
    .ICG_mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .ICG_mb-md-n1,
    .ICG_my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ICG_ml-md-n1,
    .ICG_mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .ICG_m-md-n2 {
        margin: -0.5rem !important;
    }

    .ICG_mt-md-n2,
    .ICG_my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .ICG_mr-md-n2,
    .ICG_mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .ICG_mb-md-n2,
    .ICG_my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ICG_ml-md-n2,
    .ICG_mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .ICG_m-md-n3 {
        margin: -1rem !important;
    }

    .ICG_mt-md-n3,
    .ICG_my-md-n3 {
        margin-top: -1rem !important;
    }

    .ICG_mr-md-n3,
    .ICG_mx-md-n3 {
        margin-right: -1rem !important;
    }

    .ICG_mb-md-n3,
    .ICG_my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ICG_ml-md-n3,
    .ICG_mx-md-n3 {
        margin-left: -1rem !important;
    }

    .ICG_m-md-n4 {
        margin: -1.5rem !important;
    }

    .ICG_mt-md-n4,
    .ICG_my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .ICG_mr-md-n4,
    .ICG_mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .ICG_mb-md-n4,
    .ICG_my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ICG_ml-md-n4,
    .ICG_mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .ICG_m-md-n5 {
        margin: -3rem !important;
    }

    .ICG_mt-md-n5,
    .ICG_my-md-n5 {
        margin-top: -3rem !important;
    }

    .ICG_mr-md-n5,
    .ICG_mx-md-n5 {
        margin-right: -3rem !important;
    }

    .ICG_mb-md-n5,
    .ICG_my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ICG_ml-md-n5,
    .ICG_mx-md-n5 {
        margin-left: -3rem !important;
    }

    .ICG_m-md-auto {
        margin: auto !important;
    }

    .ICG_mt-md-auto,
    .ICG_my-md-auto {
        margin-top: auto !important;
    }

    .ICG_mr-md-auto,
    .ICG_mx-md-auto {
        margin-right: auto !important;
    }

    .ICG_mb-md-auto,
    .ICG_my-md-auto {
        margin-bottom: auto !important;
    }

    .ICG_ml-md-auto,
    .ICG_mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .ICG_m-lg-0 {
        margin: 0 !important;
    }

    .ICG_mt-lg-0,
    .ICG_my-lg-0 {
        margin-top: 0 !important;
    }

    .ICG_mr-lg-0,
    .ICG_mx-lg-0 {
        margin-right: 0 !important;
    }

    .ICG_mb-lg-0,
    .ICG_my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ICG_ml-lg-0,
    .ICG_mx-lg-0 {
        margin-left: 0 !important;
    }

    .ICG_m-lg-1 {
        margin: 0.25rem !important;
    }

    .ICG_mt-lg-1,
    .ICG_my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .ICG_mr-lg-1,
    .ICG_mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .ICG_mb-lg-1,
    .ICG_my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ICG_ml-lg-1,
    .ICG_mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ICG_m-lg-2 {
        margin: 0.5rem !important;
    }

    .ICG_mt-lg-2,
    .ICG_my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .ICG_mr-lg-2,
    .ICG_mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .ICG_mb-lg-2,
    .ICG_my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ICG_ml-lg-2,
    .ICG_mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ICG_m-lg-3 {
        margin: 1rem !important;
    }

    .ICG_mt-lg-3,
    .ICG_my-lg-3 {
        margin-top: 1rem !important;
    }

    .ICG_mr-lg-3,
    .ICG_mx-lg-3 {
        margin-right: 1rem !important;
    }

    .ICG_mb-lg-3,
    .ICG_my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ICG_ml-lg-3,
    .ICG_mx-lg-3 {
        margin-left: 1rem !important;
    }

    .ICG_m-lg-4 {
        margin: 1.5rem !important;
    }

    .ICG_mt-lg-4,
    .ICG_my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .ICG_mr-lg-4,
    .ICG_mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .ICG_mb-lg-4,
    .ICG_my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ICG_ml-lg-4,
    .ICG_mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ICG_m-lg-5 {
        margin: 3rem !important;
    }

    .ICG_mt-lg-5,
    .ICG_my-lg-5 {
        margin-top: 3rem !important;
    }

    .ICG_mr-lg-5,
    .ICG_mx-lg-5 {
        margin-right: 3rem !important;
    }

    .ICG_mb-lg-5,
    .ICG_my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ICG_ml-lg-5,
    .ICG_mx-lg-5 {
        margin-left: 3rem !important;
    }

    .ICG_p-lg-0 {
        padding: 0 !important;
    }

    .ICG_pt-lg-0,
    .ICG_py-lg-0 {
        padding-top: 0 !important;
    }

    .ICG_pr-lg-0,
    .ICG_px-lg-0 {
        padding-right: 0 !important;
    }

    .ICG_pb-lg-0,
    .ICG_py-lg-0 {
        padding-bottom: 0 !important;
    }

    .ICG_pl-lg-0,
    .ICG_px-lg-0 {
        padding-left: 0 !important;
    }

    .ICG_p-lg-1 {
        padding: 0.25rem !important;
    }

    .ICG_pt-lg-1,
    .ICG_py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .ICG_pr-lg-1,
    .ICG_px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .ICG_pb-lg-1,
    .ICG_py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .ICG_pl-lg-1,
    .ICG_px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ICG_p-lg-2 {
        padding: 0.5rem !important;
    }

    .ICG_pt-lg-2,
    .ICG_py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .ICG_pr-lg-2,
    .ICG_px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .ICG_pb-lg-2,
    .ICG_py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .ICG_pl-lg-2,
    .ICG_px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ICG_p-lg-3 {
        padding: 1rem !important;
    }

    .ICG_pt-lg-3,
    .ICG_py-lg-3 {
        padding-top: 1rem !important;
    }

    .ICG_pr-lg-3,
    .ICG_px-lg-3 {
        padding-right: 1rem !important;
    }

    .ICG_pb-lg-3,
    .ICG_py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .ICG_pl-lg-3,
    .ICG_px-lg-3 {
        padding-left: 1rem !important;
    }

    .ICG_p-lg-4 {
        padding: 1.5rem !important;
    }

    .ICG_pt-lg-4,
    .ICG_py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .ICG_pr-lg-4,
    .ICG_px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .ICG_pb-lg-4,
    .ICG_py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .ICG_pl-lg-4,
    .ICG_px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ICG_p-lg-5 {
        padding: 3rem !important;
    }

    .ICG_pt-lg-5,
    .ICG_py-lg-5 {
        padding-top: 3rem !important;
    }

    .ICG_pr-lg-5,
    .ICG_px-lg-5 {
        padding-right: 3rem !important;
    }

    .ICG_pb-lg-5,
    .ICG_py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .ICG_pl-lg-5,
    .ICG_px-lg-5 {
        padding-left: 3rem !important;
    }

    .ICG_m-lg-n1 {
        margin: -0.25rem !important;
    }

    .ICG_mt-lg-n1,
    .ICG_my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .ICG_mr-lg-n1,
    .ICG_mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .ICG_mb-lg-n1,
    .ICG_my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ICG_ml-lg-n1,
    .ICG_mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .ICG_m-lg-n2 {
        margin: -0.5rem !important;
    }

    .ICG_mt-lg-n2,
    .ICG_my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .ICG_mr-lg-n2,
    .ICG_mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .ICG_mb-lg-n2,
    .ICG_my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ICG_ml-lg-n2,
    .ICG_mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .ICG_m-lg-n3 {
        margin: -1rem !important;
    }

    .ICG_mt-lg-n3,
    .ICG_my-lg-n3 {
        margin-top: -1rem !important;
    }

    .ICG_mr-lg-n3,
    .ICG_mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .ICG_mb-lg-n3,
    .ICG_my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ICG_ml-lg-n3,
    .ICG_mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .ICG_m-lg-n4 {
        margin: -1.5rem !important;
    }

    .ICG_mt-lg-n4,
    .ICG_my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .ICG_mr-lg-n4,
    .ICG_mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .ICG_mb-lg-n4,
    .ICG_my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ICG_ml-lg-n4,
    .ICG_mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .ICG_m-lg-n5 {
        margin: -3rem !important;
    }

    .ICG_mt-lg-n5,
    .ICG_my-lg-n5 {
        margin-top: -3rem !important;
    }

    .ICG_mr-lg-n5,
    .ICG_mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .ICG_mb-lg-n5,
    .ICG_my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ICG_ml-lg-n5,
    .ICG_mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .ICG_m-lg-auto {
        margin: auto !important;
    }

    .ICG_mt-lg-auto,
    .ICG_my-lg-auto {
        margin-top: auto !important;
    }

    .ICG_mr-lg-auto,
    .ICG_mx-lg-auto {
        margin-right: auto !important;
    }

    .ICG_mb-lg-auto,
    .ICG_my-lg-auto {
        margin-bottom: auto !important;
    }

    .ICG_ml-lg-auto,
    .ICG_mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .ICG_m-xl-0 {
        margin: 0 !important;
    }

    .ICG_mt-xl-0,
    .ICG_my-xl-0 {
        margin-top: 0 !important;
    }

    .ICG_mr-xl-0,
    .ICG_mx-xl-0 {
        margin-right: 0 !important;
    }

    .ICG_mb-xl-0,
    .ICG_my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ICG_ml-xl-0,
    .ICG_mx-xl-0 {
        margin-left: 0 !important;
    }

    .ICG_m-xl-1 {
        margin: 0.25rem !important;
    }

    .ICG_mt-xl-1,
    .ICG_my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .ICG_mr-xl-1,
    .ICG_mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .ICG_mb-xl-1,
    .ICG_my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ICG_ml-xl-1,
    .ICG_mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ICG_m-xl-2 {
        margin: 0.5rem !important;
    }

    .ICG_mt-xl-2,
    .ICG_my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .ICG_mr-xl-2,
    .ICG_mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .ICG_mb-xl-2,
    .ICG_my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ICG_ml-xl-2,
    .ICG_mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ICG_m-xl-3 {
        margin: 1rem !important;
    }

    .ICG_mt-xl-3,
    .ICG_my-xl-3 {
        margin-top: 1rem !important;
    }

    .ICG_mr-xl-3,
    .ICG_mx-xl-3 {
        margin-right: 1rem !important;
    }

    .ICG_mb-xl-3,
    .ICG_my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ICG_ml-xl-3,
    .ICG_mx-xl-3 {
        margin-left: 1rem !important;
    }

    .ICG_m-xl-4 {
        margin: 1.5rem !important;
    }

    .ICG_mt-xl-4,
    .ICG_my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .ICG_mr-xl-4,
    .ICG_mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .ICG_mb-xl-4,
    .ICG_my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ICG_ml-xl-4,
    .ICG_mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ICG_m-xl-5 {
        margin: 3rem !important;
    }

    .ICG_mt-xl-5,
    .ICG_my-xl-5 {
        margin-top: 3rem !important;
    }

    .ICG_mr-xl-5,
    .ICG_mx-xl-5 {
        margin-right: 3rem !important;
    }

    .ICG_mb-xl-5,
    .ICG_my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ICG_ml-xl-5,
    .ICG_mx-xl-5 {
        margin-left: 3rem !important;
    }

    .ICG_p-xl-0 {
        padding: 0 !important;
    }

    .ICG_pt-xl-0,
    .ICG_py-xl-0 {
        padding-top: 0 !important;
    }

    .ICG_pr-xl-0,
    .ICG_px-xl-0 {
        padding-right: 0 !important;
    }

    .ICG_pb-xl-0,
    .ICG_py-xl-0 {
        padding-bottom: 0 !important;
    }

    .ICG_pl-xl-0,
    .ICG_px-xl-0 {
        padding-left: 0 !important;
    }

    .ICG_p-xl-1 {
        padding: 0.25rem !important;
    }

    .ICG_pt-xl-1,
    .ICG_py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .ICG_pr-xl-1,
    .ICG_px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .ICG_pb-xl-1,
    .ICG_py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .ICG_pl-xl-1,
    .ICG_px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ICG_p-xl-2 {
        padding: 0.5rem !important;
    }

    .ICG_pt-xl-2,
    .ICG_py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .ICG_pr-xl-2,
    .ICG_px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .ICG_pb-xl-2,
    .ICG_py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .ICG_pl-xl-2,
    .ICG_px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ICG_p-xl-3 {
        padding: 1rem !important;
    }

    .ICG_pt-xl-3,
    .ICG_py-xl-3 {
        padding-top: 1rem !important;
    }

    .ICG_pr-xl-3,
    .ICG_px-xl-3 {
        padding-right: 1rem !important;
    }

    .ICG_pb-xl-3,
    .ICG_py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .ICG_pl-xl-3,
    .ICG_px-xl-3 {
        padding-left: 1rem !important;
    }

    .ICG_p-xl-4 {
        padding: 1.5rem !important;
    }

    .ICG_pt-xl-4,
    .ICG_py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .ICG_pr-xl-4,
    .ICG_px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .ICG_pb-xl-4,
    .ICG_py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .ICG_pl-xl-4,
    .ICG_px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ICG_p-xl-5 {
        padding: 3rem !important;
    }

    .ICG_pt-xl-5,
    .ICG_py-xl-5 {
        padding-top: 3rem !important;
    }

    .ICG_pr-xl-5,
    .ICG_px-xl-5 {
        padding-right: 3rem !important;
    }

    .ICG_pb-xl-5,
    .ICG_py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ICG_pl-xl-5,
    .ICG_px-xl-5 {
        padding-left: 3rem !important;
    }

    .ICG_m-xl-n1 {
        margin: -0.25rem !important;
    }

    .ICG_mt-xl-n1,
    .ICG_my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .ICG_mr-xl-n1,
    .ICG_mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .ICG_mb-xl-n1,
    .ICG_my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ICG_ml-xl-n1,
    .ICG_mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .ICG_m-xl-n2 {
        margin: -0.5rem !important;
    }

    .ICG_mt-xl-n2,
    .ICG_my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .ICG_mr-xl-n2,
    .ICG_mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .ICG_mb-xl-n2,
    .ICG_my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ICG_ml-xl-n2,
    .ICG_mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .ICG_m-xl-n3 {
        margin: -1rem !important;
    }

    .ICG_mt-xl-n3,
    .ICG_my-xl-n3 {
        margin-top: -1rem !important;
    }

    .ICG_mr-xl-n3,
    .ICG_mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .ICG_mb-xl-n3,
    .ICG_my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ICG_ml-xl-n3,
    .ICG_mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .ICG_m-xl-n4 {
        margin: -1.5rem !important;
    }

    .ICG_mt-xl-n4,
    .ICG_my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .ICG_mr-xl-n4,
    .ICG_mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .ICG_mb-xl-n4,
    .ICG_my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ICG_ml-xl-n4,
    .ICG_mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .ICG_m-xl-n5 {
        margin: -3rem !important;
    }

    .ICG_mt-xl-n5,
    .ICG_my-xl-n5 {
        margin-top: -3rem !important;
    }

    .ICG_mr-xl-n5,
    .ICG_mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .ICG_mb-xl-n5,
    .ICG_my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ICG_ml-xl-n5,
    .ICG_mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .ICG_m-xl-auto {
        margin: auto !important;
    }

    .ICG_mt-xl-auto,
    .ICG_my-xl-auto {
        margin-top: auto !important;
    }

    .ICG_mr-xl-auto,
    .ICG_mx-xl-auto {
        margin-right: auto !important;
    }

    .ICG_mb-xl-auto,
    .ICG_my-xl-auto {
        margin-bottom: auto !important;
    }

    .ICG_ml-xl-auto,
    .ICG_mx-xl-auto {
        margin-left: auto !important;
    }
}


/* text css */
.ICG_text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.ICG_text-justify {
    text-align: justify !important
}

.ICG_text-wrap {
    white-space: normal !important
}

.ICG_text-nowrap {
    white-space: nowrap !important
}

.ICG_text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ICG_text-left {
    text-align: left !important
}

.ICG_text-right {
    text-align: right !important
}

.ICG_text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .ICG_text-sm-left {
        text-align: left !important
    }

    .ICG_text-sm-right {
        text-align: right !important
    }

    .ICG_text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .ICG_text-md-left {
        text-align: left !important
    }

    .ICG_text-md-right {
        text-align: right !important
    }

    .ICG_text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .ICG_text-lg-left {
        text-align: left !important
    }

    .ICG_text-lg-right {
        text-align: right !important
    }

    .ICG_text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .ICG_text-xl-left {
        text-align: left !important
    }

    .ICG_text-xl-right {
        text-align: right !important
    }

    .ICG_text-xl-center {
        text-align: center !important
    }
}

.ICG_text-lowercase {
    text-transform: lowercase !important
}

.ICG_text-uppercase {
    text-transform: uppercase !important
}

.ICG_text-capitalize {
    text-transform: capitalize !important
}

.ICG_font-weight-light {
    font-weight: 300 !important
}

.ICG_font-weight-lighter {
    font-weight: lighter !important
}

.ICG_font-weight-normal {
    font-weight: 400 !important
}

.ICG_font-weight-bold {
    font-weight: 700 !important
}

.ICG_font-weight-bolder {
    font-weight: bolder !important
}

.ICG_font-italic {
    font-style: italic !important
}

.ICG_text-white {
    color: #fff !important
}

.ICG_text-primary {
    color: #007bff !important
}

a.ICG_text-primary:focus, a.ICG_text-primary:hover {
    color: #0056b3 !important
}

.ICG_text-secondary {
    color: #6c757d !important
}

a.ICG_text-secondary:focus, a.ICG_text-secondary:hover {
    color: #494f54 !important
}

.ICG_text-success {
    color: #28a745 !important
}

a.ICG_text-success:focus, a.ICG_text-success:hover {
    color: #19692c !important
}

.ICG_text-info {
    color: #17a2b8 !important
}

a.ICG_text-info:focus, a.ICG_text-info:hover {
    color: #0f6674 !important
}

.ICG_text-warning {
    color: #ffc107 !important
}

a.ICG_text-warning:focus, a.ICG_text-warning:hover {
    color: #ba8b00 !important
}

.ICG_text-danger {
    color: #dc3545 !important
}

a.ICG_text-danger:focus, a.ICG_text-danger:hover {
    color: #a71d2a !important
}

.ICG_text-light {
    color: #f8f9fa !important
}

a.ICG_text-light:focus, a.ICG_text-light:hover {
    color: #cbd3da !important
}

.ICG_text-dark {
    color: #343a40 !important
}

a.ICG_text-dark:focus, a.ICG_text-dark:hover {
    color: #121416 !important
}

.ICG_text-body {
    color: #212529 !important
}

.ICG_text-muted {
    color: #6c757d !important
}

.ICG_text-bold {
    font-weight: bold !important;
}

.ICG_word-break {
    word-break: break-word;
    -ms-word-break: break-all;
}

.ICG_text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.ICG_text-white-50 {
    color: rgba(255,255,255,.5) !important
}

.ICG_text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.ICG_text-decoration-none {
    text-decoration: none !important
}

.ICG_text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.ICG_text-reset {
    color: inherit !important
}

.ICG_visible {
    visibility: visible !important
}

.ICG_invisible {
    visibility: hidden !important
}

@media print {
    [class*="ICG_"], [class*="ICG_"]::after, [class*="ICG_"]::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    @page {
        size: a3
    }

    .ICG_container {
        min-width: 992px !important
    }

    .ICG_navbar {
        display: none
    }

    .ICG_badge {
        border: 1px solid #000
    }

    .ICG_table {
        border-collapse: collapse !important
    }

        .ICG_table td, .ICG_table th {
            background-color: #fff !important
        }

    .ICG_table-bordered td, .ICG_table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .ICG_table-dark {
        color: inherit
    }

        .ICG_table-dark tbody + tbody, .ICG_table-dark td, .ICG_table-dark th, .ICG_table-dark thead th {
            border-color: #dee2e6
        }

    .ICG_table .ICG_thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}
