#loading {
    /* margin-top: 22px; */
    text-align: center;
    background: url('../images/loader-ring.svg') no-repeat center;
    height: 150px;
}

.fs-2 {
    font-size: 2px !important;
}
.fs-4 {
    font-size: 4px !important;
}
.fs-6 {
    font-size: 6px !important;
}
.fs-8 {
    font-size: 8px !important;
}
.fs-10 {
    font-size: 10px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-28 {
    font-size: 28px !important;
}
.fs-30 {
    font-size: 30px !important;
}
.fs-40 {
    font-size: 40px !important;
}
.fs-50 {
    font-size: 50px !important;
}

.text-justify {
    text-align: justify !important;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}

.img-slide {
    width: 200px !important;
    height: auto;
}
.img-banner {
    width: auto;
    height: 200px !important;
}
.img-brand-auth{
    height: 20% !important;
    width: 100% !important;
}
.bg-main{
    background-color: #0188CC !important;
    color: #fff;
}
.bg-grey{
    background-color: #f1f1f1 !important;
}

.table-sm{
    padding: 3px !important;
    font-size: 11px !important;
}
.table-xs {
    padding: 2px !important;
    font-size: 10.5px !important;
}









.custom-option {
    padding-left: 0;
    border: 1px solid #d9dee3;
    border-radius: 0.5rem;
}
.custom-option:hover {
    border: 1px solid #c7cdd4;
}
.custom-option.custom-option-image {
    border-width: 2px !important;
}
.custom-option.custom-option-image:hover {
    border-width: 2px !important;
}
.custom-option.custom-option-image .custom-option-body img {
    border-radius: 0.375rem;
}
.custom-option .custom-option-content {
    cursor: pointer;
    width: 100%;
}
.custom-option-basic .custom-option-content {
    padding: 1em;
    padding-left: 2.7em;
}
.custom-option-basic .custom-option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-bottom: 0.25rem; */
    margin-top: -7px;
}
.custom-option-icon .custom-option-content {
    text-align: center;
    padding: 1em;
}
.custom-option-icon .custom-option-body {
    display: block;
    margin-bottom: 0.5rem;
    margin-top: -7px;
}
.custom-option-icon .custom-option-body i {
    font-size: 2rem;
    margin-bottom: 0.25rem;
    display: block;
}
.custom-option-icon .custom-option-body svg {
    height: 38px;
    width: 38px;
    margin-bottom: 0.25rem;
}
.custom-option-icon .custom-option-body .custom-option-title {
    display: block;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #566a7f;
}
.custom-option-icon .form-check-input {
    float: none !important;
    margin: 0 !important;
}
.custom-option-image {
    border-width: 2px;
}
.custom-option-image .custom-option-content {
    padding: 0;
}
.custom-option-image .custom-option-body img {
    height: 100%;
    width: 100%;
}
.custom-option-image.custom-option-image-radio .form-check-input {
    display: none;
}
.custom-option-image.custom-option-image-check {
    position: relative;
}
.custom-option-image.custom-option-image-check .form-check-input {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    border: 0;
    opacity: 0;
}
.custom-option-image.custom-option-image-check .form-check-input:checked {
    opacity: 1;
}
.custom-option-image.custom-option-image-check:hover .form-check-input {
    border: inherit;
    border-width: 1px;
    opacity: 1;
}


blockquote {
    border-left: 4px solid #FFDB27;
    padding: 0.6rem 0.8rem;
    margin: 0.5rem 0;
    font-style: italic;
    background: #eaecee;
    color: #333;
}
blockquote p {
    margin: 0;
}

.cnw-news-detail-share-buttons {
    padding-left: 0;
    list-style: none;
    position: sticky;
    top: calc(6rem + 48px);
}
@media (max-width: 575.98px) {
    .cnw-news-detail-share-buttons {
        position: relative;
        top: unset;
        display: flex;
        gap: 12px;
    }
    .float-sm-end {
        float: right !important;
    }
}
.cnw-news-detail-share-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 17px;
    color: white;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    padding: 0;
    margin-bottom: 10px;
}
.cnw-news-detail-share-btn:hover {
    color: white;
}
.cnw-news-detail-share-btn.bg-link {
    background-color: #132B50;
}
.cnw-news-detail-share-btn.bg-facebook {
    background-color: #1877f2;
}
.cnw-news-detail-share-btn.bg-mail {
    background-color: #db4437;
}
.cnw-news-detail-share-btn.bg-twitter {
    background-color: #1877f2;
}
.cnw-news-detail-share-btn.bg-whatsapp {
    background-color: #25d366;
}