.color_active {
    background-color: #EE64A2;
    color: #fff;

}
.table-bordered {
    border: 2px solid #EEA84D;
}

table .thead-padding th {
    padding: 1rem 0 1rem 0;
}

.ul_custom {
    list-style: none;
    padding-left: 1rem !important;

}

.ul_custom li {
    padding-top: 0.25rem !important;
}

.ul_custom li::before {
    content: "\2022";
    color: #15A2EF;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.color-title {
    color: #0B92DB;
}

@media screen and (min-width :1200px) {
    .content-main {
        min-height: 200px !important;
    }
}

@media screen and (min-width :992px) {
    .content-main {
        min-height: 185px;
    }

    .topic-content {
        width: max-content;
    }
}
@media (max-width: 992px) {
    #col_space {
        display: none;
    }
  }