.timer-counter-wrapper {
    display: inline-flex;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
}
.timer-counter-wrapper .heading {
    max-width: 160px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1;
    padding-right: 1.25rem;
    border-right: 1px solid #ddd;
}
.timer-counter-wrapper .timer-counter {
    gap: 1.5rem;
}
.timer-counter-wrapper .timer-counter .timer .value {
    font-size: 1.125rem;
    padding: 0;
    background-color: transparent;
    line-height: 1.1;
    color: currentColor;
}
.timer-counter-wrapper .timer-counter .timer .value:after {
    font-size: 1.125rem;
    right: -0.75rem;
}
.timer-counter-wrapper .timer-counter .timer .lbl {
    font-size: 0.75rem;
}

.or-divider {
    display: flex;
    align-items: center;
    position: relative;
    gap: 1rem;
    color: #a1a1a1;
}

.or-divider:before,
.or-divider:after {
    content: "";
    width: 1px;
    display: block;
    height: 100%;
    background: currentColor;
}

.mega-search-inner--filter .form-group > label {
    font-weight: 600;
}

@media (max-width: 991px) {
    .mega-search-inner {
        all: revert !important;
        text-align: left !important;
    }

    .mega-search {
        justify-content: flex-start !important;
    }
}

@media (max-width: 767px) {
    .or-divider:before,
    .or-divider:after {
        width: 100%;
        height: 1px;
    }
}

@media (min-width: 768px) {
    .mega-search-inner--filter {
        flex: 0 0 45% !important;
    }

    .or-divider {
        flex-direction: column;
    }
}

.form-check li:not(:last-child) {
    margin-bottom: 2px;
}
.form-check input[type="checkbox"] {
    width: 1em;
    margin-right: 8px;
    height: 1em;
    margin-top: 0.25em;
    border-radius: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    appearance: none;
}
.form-check input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: #000;
    border-color: #000;
}

/*  FOR ADMIN DASHBOARD */

.volunteer_category_fld .list-checkboxes li {
    padding: 0;
    max-width: 100%;
    flex: auto;
}
.volunteer_category_fld .list-checkboxes label {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.volunteer_category_fld .list-checkboxes .checkbox input {
    width: 1rem;
    height: 1rem;
}

.video-search {
    position: relative;
    margin-bottom: 2rem;
}

.video-search .blog-search-input {
    margin: 0;
}

.video-search .search-suggestions:has(.text-suggestions) {
    position: absolute;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    padding: 1.25rem;
    box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.1);
    top: 100%;
    margin-top: 0;
    border-radius: 0.625rem;
}

.mega-search .logo a,
.blog-search .logo a,
a:has(img[src*="hawa-logo"]) {
    display: block;
    background-color: #000;
    /* padding: 5px 8px; */
    /* border-radius: 5px; */
}

.btn-close.btn-search-close {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iI2ZmMDAwMCI+DQogICAgPHBhdGgNCiAgICAgICAgZD0iTS4yOTMuMjkzYTEgMSAwIDAxMS40MTQgMEw4IDYuNTg2IDE0LjI5My4yOTNhMSAxIDAgMTExLjQxNCAxLjQxNEw5LjQxNCA4bDYuMjkzIDYuMjkzYTEgMSAwIDAxLTEuNDE0IDEuNDE0TDggOS40MTRsLTYuMjkzIDYuMjkzYTEgMSAwIDAxLTEuNDE0LTEuNDE0TDYuNTg2IDggLjI5MyAxLjcwN2ExIDEgMCAwMTAtMS40MTR6IiAvPg0KPC9zdmc+);
    opacity: 1;
}

.enter-page .form-sign-logo {
    width: max-content;
}
