.themeParagraph.news-detail__caption {
    width: 100%;
}

.modal {
    overflow-y: auto;
}

.choices {
    margin-bottom: 0px !important;
}

.choices__list--dropdown {
    z-index: 3 !important;
    word-break: normal !important;
}

@media (max-width: 991px) {
    .auth__inner {
        transform: unset !important;
    }
}

.notice {
    display: inline-block;
    background-color: rgba(221, 117, 118, 0.3);
    padding: 12px 20px;
    border-radius: 10px;
    width: 100%;
}

.notice > p {
    display: inline-block;
    margin: 0;
    color: #1f140e;
}

.datepicker-input,
.date-picker-custom.is-invalid {
    border-radius: 9px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.notice_gap {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    column-gap: 10px;
    -webkit-column-gap: 10px;
}

/* custom exam card for print pdf */
.exam-heading__image-container > * {
    height: inherit !important;
}
/* custom exam card for print pdf */

.footer__text > p > a {
    font-size: 18px;
    color: #1f2937;
    text-decoration: none;
    transition: 0.3s;
    margin-bottom: 6px;
    display: inline-block;
}
.footer__text > p > a:hover {
    color: #264450;
}

.themeBtn:disabled {
    opacity: 0.7;
}

.faq__accordion-body > p > img {
    max-width: 100%;
}

.custom-form__radio-input:disabled ~ .custom-form__radio-span {
    opacity: 0.5;
    background-color: none !important;
    border-color: inherit !important;
}

.field-note {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
}

.banner-link,
.banner-link:visited {
    color: #1f2937;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 600;
}

.banner-link:hover {
    color: #305a6b;
}

.banner__notice a {
    color: #9385ab;
    text-decoration: none;
}

.text-danger {
    color: #DC4C64 !important;
}
