.news-tab-content .inner-box a {
    color: inherit;
}

.featureclaim-section .slick-slide .featuredslider_inner .featuredslider_top .featuredslider_content h2 {
    text-transform: capitalize;
}

#claimTabs {
    gap: 8px;
}

.latest-news.light_bg.claim_details_bottom .image {
    height: 205px;
}

footer .content-wrapper form .one button {
    padding: 12px 15px;
  }

  footer .content-wrapper form .one input {
    padding: 8px 150px 8px 15px;
  }
.latest-news.light_bg.claim_details_bottom .image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.breachSec4 ol li {
    list-style-type: disc;
    padding-left: 8px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

/* bullet */
.law-sec2 .lists ol {
    list-style-type: disc;
    padding-left: 1.25rem;
}

.law-sec2 .lists ol li {
    margin-bottom: 0.75rem;
}

/*  */
.media_sec2 ol {
    list-style-type: disc;
    padding-left: 1.25rem;
}

.media_sec2 ol li {
    margin-bottom: 0.75rem;
}

/*  */
.loader {
    width: 20px;
    margin: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 4px solid lightblue;
    border-right-color: white;
    animation: l2 1s infinite linear;
}

@keyframes l2 {
    to {
        transform: rotate(1turn)
    }
}

#blogs-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* #search-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

/* .spinner-border-sm {
    width: 1.5rem;
    height: 1.5rem;
    border-width: 0.2em;
} */

/* Full Page Loader */
#full-page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

.loader-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #e0e0e0;
    border-top: 5px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Tbale */
.accordion-body table {
    width: 100%;
    border-collapse: collapse;
}

.accordion-body table,
.accordion-body th,
.accordion-body td {
    border: 2px solid #a1a0a0;
}

.accordion-body th,
.accordion-body td {
    padding: 8px;
    vertical-align: top;
}

/* Bullet */
.accordion-body li[data-list="bullet"] {
    list-style-type: disc;
}

.accordion-body li[data-list="ordered"] {
    list-style-type: decimal;
}

.accordion-body ol,
.accordion-body ul {
    padding-left: 1.5rem;
}

.icon-box .box-wrapper ol {
    list-style-type: disc;
    padding-left: 20px;
}

.breachSec4 ol li {
    list-style-type: disc;
    padding-left: 20px;
}

/*  */
html {
    scroll-behavior: smooth;
}

#latest-update {
    scroll-margin-top: 120px;
}

/*  */
.filterDiv {
    display: none;
}

.filterDiv.show {
    display: block;
}

.scam_content_wrap ol {
    padding-left: 20px;
}

.scam_content_wrap ol>li[data-list="bullet"] {
    list-style-type: disc !important;
}

.scam_content_wrap ol>li[data-list="bullet"]::marker {
    content: "•";
    font-size: 1em;
}
/*  */
.active {
    color: #66a2bf !important;
}