.iq-banner:not(.hide)+.content-inner {
    margin-top: 1em !important;
}
th {
    color: #02B097 !important;
    background: #F2F7F5 !important;
    border-color: #E9F1EF !important;
}
td {
    padding: 8px 24px !important;
}
.table-hover tbody tr:hover td {
    color: #0C112E;
}
.btn.btn-primary:hover {
    background: #009781;
}

.ck-editor__editable {
    min-height: 500px;
}
figure.image img {
    width: 100%;
}

.feedback {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
}
.form-control, .form-select, .input-group-text {
    border: 1px solid #bbbbbb;
}
.input-group-text {
    color: #737381 !important;
}
.form-label {
    color: #737381;
    font-weight: 500;
}

.charity-title {
    display: block;
    width: 200px;
    word-wrap:break-word;
    white-space: pre-wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.charity-link {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.poster {
    width: 177px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}
.poster-sm {
    width: 106px;
    height: 60px;
}
.poster-lg {
    width: 266px;
    height: 150px;
}
.short-description {
    width: 177px;
    height: 100px;
    font-size: 0.8em;
    word-wrap:break-word;
    white-space: pre-wrap;
}
.slider-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.product-img-sm {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.product-title {
    display: block;
    width: 300px;
    word-wrap:break-word;
    white-space: pre-wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product-title-sm {
    display: block;
    width: 200px;
    word-wrap:break-word;
    white-space: pre-wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.circle-success {
    background: #19A053;
    width: 8px;
    height: 8px;
    border-radius: 100px;
}
.circle-line {
    flex: 1;
}
.circle-line-active {
    flex: 1;
    width: 1px;
    background: #dddddd;
}
