/* Toast CSS */
/* .toast-container .toast {
    background-color: #FDF7F7;
    border: 1px solid #E61E26;
    padding: 16px;
    border-radius: 12px;
    box-shadow: none;
    width: 480px;
  }
  .toast-container .toast .toast-body {
    font-size: 14px;
    font-weight: 500;
    font-family: "Figtree", serif;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #D11B23;
  }
  .toast-container .toast .btn-close {
    filter: invert(32%) sepia(90%) saturate(4275%) hue-rotate(0deg) brightness(99%) contrast(98%);
    opacity: 1;
  }
  .btn-primary, .btn-primary:hover {
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
    border-radius: 8px;
    background-color: #E61E26;
    font-size: 16px;
    font-weight: 400;
    font-family: "Figtree", serif;
    line-height: 24px;
    letter-spacing: -0.01em;
    padding: 8px 24px;
    border: none;
    color: #ffffff;
  }
  .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #E61E26;
    border-color: #E61E26;
}

.btn-outline-primary {
  --bs-btn-color: #E61E26;
  --bs-btn-border-color: #E61E26;
  --bs-btn-hover-bg: #E61E26;
  --bs-btn-hover-border-color: #E61E26;
  --bs-btn-active-border-color: #E61E26;
  --bs-btn-disabled-color: #E61E26;
  --bs-btn-disabled-border-color: #E61E26;
}

.dropdown-menu a{
    background-color: #FDF7F7;
}
.dropdown-menu a:hover{
    background-color: #E61E26;
    color: #ffffff;
}
.spinner-border{
    margin-right: 5px;
}
.btn, a{
    cursor: pointer;
} */

.attachment-preview {
    width: 400px;
    max-width: 400px;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 2%;
    content: center;
}

.attachment-preview img {
    width: 100%;
}

.attachment-preview video {
    width: 100%;
}

.status-success {
    font-size: 14px;
    font-weight: 500;
    font-family: "Figtree", serif;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #fff;
    background-color: green;
    border-radius: 100px;
    padding: 6px 24px;
}

.status-pending {
    font-size: 14px;
    font-weight: 500;
    font-family: "Figtree", serif;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #fff;
    background-color: #6c757d;
    border-radius: 100px;
    padding: 6px 24px;
}
.progress,
.progress-stacked {
    --bs-progress-bar-bg: green;
}

@media (min-width: 1200px) {
    .fs-4 {
        font-size: 2.5rem !important;
    }
}

.active > .page-link,
.page-link.active {
    background-color: #e61e26 !important;
    border-color: #e61e26 !important;
}

.page-link {
    color: #e61e26;
}

.dashboard-recent-kits {
    height: 270px;
    overflow-y: scroll;
    scrollbar-width: none; /* 'auto' or 'thin' */
}

.dashboard-recent-kits::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.family-list-user-image {
    max-width: 15%;
}

.dot-inactive {
    background-color: #475467 !important;
}

.notification-scroller {
    max-height: 500px;
    overflow-y: scroll;
    scrollbar-width: none;
}
.cursor-pointer {
    cursor: pointer;
}
.summary-family-dropdown > .blog-container {
    height: auto !important;
}
.report-search-spinner {
    margin-top: 0.5%;
    margin-left: 0.5%;
}

.trend-summery-chart-box {
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.0705882353);
    border: 1px solid #dbdfe5;
    background: #fcfcfd;
    border-radius: 8px;
    padding: 16px;
    width: 45%;
    margin-left: 3%;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #e61e26 !important;
    color: #ffffff !important;
}
.pr-2 {
    padding-right: 2%;
}
.pl-2 {
    padding-left: 2%;
}
.theme-btn {
    background: #e61e26;
    border-color: #e61e26;
    color: white;
}
.theme-btn:hover {
    background: rgb(211.05, 23.45, 30.954);
    color: white;
}
.theme-outline-btn {
    background: white;
    color: #e61e26;
    border-color: #e61e26;
}
.theme-outline-btn:hover {
    background: #e61e26;
    border-color: #e61e26;
    color: white;
}
.bg-theme-info {
    background-color: #f1fafd !important;
}
.view-all-link {
    color: #009ed9;
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .attachment-preview {
        width: 100% !important;
        max-width: 100% !important;
    }
}
