.bg-blue {
    background-color: #cfe6ff !important;
}

.border-blue {
    border-color: #145cab !important;
}

.bg-orange {
    background-color: #ffebd9 !important;
}

.border-orange {
    border-color: #f0811b !important;
}

.bg-green {
    background-color: #dff4f4 !important;
}

.border-green {
    border-color: #2db2b2 !important;
}

.bg-purple {
    background-color: #f5e5ff !important;
}

.border-purple {
    border-color: #8d4ab6 !important;
}

.bg-gray {
    background-color: #e7e7e7 !important;
}

.border-gray {
    border-color: #9fa1a2 !important;
}

.border-black {
    border-color: #000000 !important;
}

.c-card {
    line-height: 1.5;
}

.c-card .rounded-2 {
    border-radius: 0.6rem !important;
}

.c-card .rounded-2 img {
    border-radius: 0.6rem !important;
}

.c-card .small {
    font-size: 0.6rem;
}

.c-card .c-list-one {
    margin: 0 -10px;
    color: #6d6d6d;
}

.c-card .c-list-one > div:not(:last-child):after {
    content: " | ";
    margin: 0 5px;
}

.c-card .c-title {
    font-size: 0.8rem;
    font-weight: 600;
}

.c-card .c-subtitle {
    font-size: 0.7rem;
    font-weight: 600;
}

.list-icons > div {
    margin: 1px;
}

.list-icons .icon-1 img {
    width: 16px;
    height: 16px;
}

.list-icons .icon-2 img {
    width: 18px;
    height: 18px;
}

.list-icons .icon-3 img {
    width: 20px;
    height: 20px;
}

.has-info {
    position: relative;
    display: table;
}

.info-icon2 {
    color: red;
    font-weight: bold;
    font-style: italic;
    font-size: 0.8rem;
}

.info-icon {
    color: red;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 20px;
    font-style: italic !important;
}

@media screen and (min-width: 1200px) {
    .h-lg-100 {
        height: 100% !important;
    }
}

/*# sourceMappingURL=style.css.map */

.equals-column > div > div {
    height: 100%;
}

@media only screen and (max-width: 620px) {
    .equals-column .equal-max-height-1.h-lg-100 {
        height: 100% !important;
    }

    .equals-column > div {
        flex: 1;
    }
}

