:root,
html {
    color-scheme: light !important;
}
body{
    overflow-x: hidden;
}

/* Font Size Utilities */
.fs-11 { font-size: clamp(0.625rem, 0.5469rem + 0.25vw, 0.6875rem) !important}
.fs-12 {
    font-size: clamp(0.625rem, 0.4515rem + 0.4819vw, 0.75rem) !important;
}

.fs-13 {
    font-size: clamp(0.6875rem, 0.5313rem + 0.5vw, 0.8125rem) !important;
}

.fs-14 {
    font-size: clamp(0.75rem, 0.5765rem + 0.4819vw, 0.875rem) !important;
}

.fs-15 {
    font-size: clamp(0.8125rem, 0.639rem + 0.4819vw, 0.9375rem) !important;
}

.fs-16 {
    font-size: clamp(0.875rem, 0.7015rem + 0.4819vw, 1rem) !important;
}

.fs-17 {
    font-size: clamp(0.9375rem, 0.7813rem + 0.5vw, 1.0625rem) !important;
}

.fs-18 {
    font-size: clamp(1rem, 0.8265rem + 0.4819vw, 1.125rem) !important;
}

.fs-19 {
    font-size: clamp(1.0625rem, 0.9063rem + 0.5vw, 1.1875rem) !important;
}

.fs-20 {
    font-size: clamp(1.125rem, 0.9515rem + 0.4819vw, 1.25rem) !important;
}

.fs-22 {
    font-size: clamp(1.25rem, 1.0765rem + 0.4819vw, 1.375rem) !important;
}

.fs-24 {
    font-size: clamp(1.375rem, 1.2015rem + 0.4819vw, 1.5rem) !important;
}

.fs-27 {
    font-size: clamp(1.5625rem, 0.8352rem + 1.5152vw, 1.6875rem) !important;
}
.fs-28 {
    font-size: clamp(1.625rem, 1.4515rem + 0.4819vw, 1.75rem) !important;
}

.fs-29 {
    font-size: clamp(1.6875rem, 0.9602rem + 1.5152vw, 1.8125rem) !important;
}

.fs-30 {
    font-size: clamp(1.625rem, 1.278rem + 0.9639vw, 1.875rem) !important;
}

.fs-32 {
    font-size: clamp(1.75rem, 1.403rem + 0.9639vw, 2rem) !important;
}

@media (max-width:991px) {
    .br {
        display: none;
    }
}

.avatar-main-box {
    background-color: #F4F4F5;
    padding: .5rem;
    border-radius: 12px;
}

.avatar-main {
    height: clamp(1.5625rem, -0.2557rem + 3.7879vw, 1.875rem);
    width: clamp(1.5625rem, -0.2557rem + 3.7879vw, 1.875rem);
    object-fit: cover;
    border-radius: .375rem;
}

.main-bg-shape {
    background-image: url(../imgs/other/main-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.date-picker {
    background-image: url(../imgs/icons/calendar-icon.svg);
    background-position: right 13px bottom 9px;
    background-size: 24px;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 40px;
}

.form-control-md.date-picker {
    background-position: right 13px bottom 12px;
}

/* tempus dominus  start*/

.tempus-dominus-widget.dark .date-container-days .range-in,
.tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight),
.tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight),
.tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight),
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active,
.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active {
    background-color: #0063AB !important;
    box-shadow: none
}

.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).today:before {
    border-bottom-color: #0063AB;
}

.tempus-dominus-widget .date-container-days div:not(.no-highlight),
.tempus-dominus-widget .date-container-decades div:not(.no-highlight),
.tempus-dominus-widget .date-container-months div:not(.no-highlight),
.tempus-dominus-widget .date-container-years div:not(.no-highlight),
.tempus-dominus-widget .time-container-clock div:not(.no-highlight),
.tempus-dominus-widget .time-container-hour div:not(.no-highlight),
.tempus-dominus-widget .time-container-minute div:not(.no-highlight),
.tempus-dominus-widget .time-container-second div:not(.no-highlight) {
    border-radius: 5px !important;
}

/* tempus dominus end */
.card-custom {
    border-radius: .75rem;
    border: 1px solid #E4E4E4;
    box-shadow: none;
}

.tabs_scroll {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap !important;
}

.tab_custom .nav-item .nav-link {
    padding: 9px 1.125rem;
    font-size: .9375rem;
    font-weight: 600;
    color: #71717A;
    border-radius: .5rem;
    box-shadow: none !important;
}

.tab_custom .nav-link.active,
.tab_custom .show>.nav-link {
    color: #fff !important;
}

.search-box .search-icon {
    position: absolute;
    top: 50%;
    left: 1rem;
    background-color: transparent;
    width: 1.25rem;
    height: 1.25rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.search-box .form-control {
    padding-left: 2.875rem;
}

.search-box .form-control::placeholder {
    color: #C1C1C1;
}

/* table start */
.table-radius {
    --table-radius: 10px;
}

.table-radius table {
    border-radius: var(--table-radius);
    border: 0.5px solid #E4E4E4;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.table-radius thead tr th:first-child {
    border-top-left-radius: var(--table-radius);
}

.table-radius thead tr th:last-child {
    border-top-right-radius: var(--table-radius);
}

.table-radius tbody tr:last-child td:first-child {
    border-bottom-left-radius: var(--table-radius);
}

.table-radius tbody tr:last-child td:last-child {
    border-end-end-radius: var(--table-radius);
}

.thead-bg {
    background-color: #F8F9F9;
}

/* table end */
.fundraisers-img {
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

.fundraisers-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fundraisers-img.inactive::after,
.fundraisers-img.active::after {
    content: "";
    position: absolute;
    bottom: -2.1px;
    right: -1.3px;
    height: 12px;
    width: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

.fundraisers-img.active::after {
    background-image: url(../imgs/icons/active-user.svg);
}

.fundraisers-img.inactive::after {
    background-image: url(../imgs/icons/inactive-user.svg);
}

.modal-border {
    border-top: 8px solid #689944;
}

/* services menu start */

.services-box {
    border-radius: 1rem;
    box-shadow: 0px 0px 6px 0px #00000073;
}

@media (min-width: 576px) {
    .services-box .col-sm-3 {
        border-right: 0.5px solid #E4E4E4;
    }

    .services-box .col-sm-3.no-border-sm {
        border-right: none;
    }

    .services-box::after {
        content: "";
        display: block;
        background-image: url(../imgs/icons/tooltip_icon.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 50%;
        right: -15px;
        z-index: 999999;
        transform: translateY(-50%);
    }
}

.services-overlay {
    display: none;
}

@media (max-width: 576px) {
    .services-box .col-sm-3 {
        border-right: 0.5px solid #E4E4E4;
    }

    .services-box .col-sm-3.no-border {
        border-right: none;
    }

    .services-box {
        position: fixed !important;
        inset: unset !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        height: 60vh;
        background: #fff;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
        transition: bottom 0.4s ease-in-out;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        /* Important for iPhone scrolling */
        z-index: 10001 !important;
        display: none;
        transform: none !important;
    }

    .services-box.active {
        bottom: 0;
        display: block !important;
    }

    .services-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 10000;
        display: none;
    }

    .services-overlay.show {
        display: block;
    }

    .services-close {
        background: none;
        border: none;
        padding: 0;
    }
}
.normal-dropdown {
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px #00000073;
}

.normal-dropdown::after {
    content: "";
    display: block;
    background-image: url(../imgs/icons/tooltip_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: -15px;
    z-index: 999999;
    transform: translateY(-50%);
}

/*  */
.custom-info-box:first-child div {
    display: flex;
}

/* draggable css */
.draggable-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media (max-width: 992px) {
    .draggable-content {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .draggable-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .draggable-content {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* tabs */
.custom_nav-pills {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border: none !important;
}

.custom_nav-pills .nav-item {
    flex: 1 1 auto;
    text-align: center;
    margin-bottom: 0 !important;
    outline: none !important;
}

.custom_nav-pills .nav-link {
    font-size: clamp(0.875rem, 0.1477rem + 1.5152vw, 1rem);
    font-weight: 500;
    color: #71717A;
    text-align: center;
    justify-content: center;
    padding: 9px .375rem;
    margin: 0;
    border-radius: 50rem;
    background-color: transparent;
}

.custom_nav-pills .nav-link.active {
    color: #18181B;
    background-color: #FFFFFF;
}

.video-delete,
.img-close {
    position: absolute;
    top: -7px;
    right: -6px;
    cursor: pointer;
}

.search-input {
    padding: .7087rem 1rem;
    font-size: 16px;
    font-weight: 500;
    border-radius: .625rem
}

.search-input::placeholder {
    font-size: 1rem;
    font-weight: 400;
}

/* uplode thumbnail style */
.uplode_thumbnail {
    position: relative;
    width: 260px;
    max-width: 100% !important;
    min-height: 260px;
    background-color: #F4F4F55C;
    border: 1.5px dashed #E4E4E4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    border-radius: .6094rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    /* Smooth transition for border change */
}

.uplode_thumbnail.uploaded {
    border: 1px solid #E4E4E4;
    /* Change border color when uploaded */
}

.uplode_thumbnail .close-btn {
    position: absolute;
    top: -0.5625rem;
    right: -0.5rem;
    height: 27px;
    cursor: pointer;
    display: none;
    z-index: 20;
}

.imageshow {
    width: 100%;
    border-radius: .6094rem;
    min-height: 260px;
    object-fit: cover;
}

.imageshow.default_img {
    width: 24px;
    height: 24px;
    min-height: unset !important;
    object-fit: contain;
    margin-bottom: 17px;
}

.uplode_thumbnail.uplode_thumbnail-320 {
    width: 320px;
    min-height: 170px;
    background-color: #fff;
}

.uplode_thumbnail.uplode_thumbnail-320 .imageshow {
    min-height: 170px;
}

@media (max-width:576px) {
    .uplode_thumbnail {
        min-width: 100%;
    }
}

/* custom check style */
.check-img,
.check-custom {
    display: block;
    cursor: pointer;
    position: relative;
}

.check-img>input,
.check-custom>input {
    visibility: hidden;
    position: absolute;
}

.check-custom>input+div {
    cursor: pointer;
    color: #71717A;
    border: 0.5px solid #E4E4E4;
    background-color: #fff;
    border-radius: 100px;
    padding: .5938rem 1.125rem;
    border-radius: 100px;
    line-height: normal;
    text-align: center;
}

.check-custom>input:checked+div {
    color: #fff;
    border: solid 0.5px #0063AB;
    background-color: #0063AB;
}

.check-custom>input+.product-box {
    display: flex;
    align-items: center;
    gap: .625rem;
    border: 1px solid #E4E4E4;
    color: #3F3F46;
    padding: .1875rem .875rem .1875rem .1875rem;

}

.check-img>input+.check-img-box {
    cursor: pointer;
    width: clamp(10.1875rem, 3.1563rem + 12.5vw, 11.75rem);
    height: clamp(10.1875rem, 3.1563rem + 12.5vw, 11.75rem);
    border: 1px solid #E4E4E4;
    border-radius: 12px;
    background-color: #F0F0F0;
    overflow: hidden;
}

.check-img>input~.check-icon {
    position: absolute;
    top: -0.5625rem;
    right: -0.5313rem;
    display: none;
}

.check-img>input:checked+.check-img-box {
    border: 1px solid #689944;
}

.check-img>input:checked~.check-icon {
    display: block;
}

@media (max-width:376px) {
    .check-img>input+.check-img-box {
        width: 145px;
        height: 145px;
    }
}

.product-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

/* custom check end */

.prizes-badge {
    background-color: #F4F4F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5625rem .625rem;
    border-radius: 3rem;
}

.prizes-badge .prizes_img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    object-fit: cover;
}

.search-solid {
    padding-top: .8125rem;
    padding-bottom: .8125rem;
    background-color: #F4F4F5 !important;
    border: none !important;

}

.prizes-ul li {
    padding: 1rem .625rem;
    border-bottom: 1px solid #E4E4E4;
}

.prizes-ul li:first-child {
    padding-top: 0;
}

.prizes-ul li .prizes_img-60 {
    width: clamp(3.125rem, -0.5114rem + 7.5758vw, 3.75rem);
    height: clamp(3.125rem, -0.5114rem + 7.5758vw, 3.75rem);
    border-radius: 50%;
    object-fit: cover;
}

.products-ul li {
    padding: 10px;
    border-bottom: 1px solid #E4E4E4;
}

.products-ul li:last-child {
    border-bottom: none;
}

.products-ul li .products_img-36 {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background-color: #EDEDED;
    object-fit: cover;
    overflow: hidden;
}

.products-ul li.products-child {
    background-color: #F9F9F9;
    padding-left: clamp(1.5625rem, -7.5284rem + 18.9394vw, 3.125rem);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 992px) {
    .border-lg-end {
        border-right: 1px solid #E4E4E4;
    }
}

.separator-vertical span {
    width: 1px;
    flex: 1;
    background-color: #E4E4E4;
}

@media (min-width: 576px) {
    .separator-vertical {
        height: 77px;
    }
}

@media (max-width: 575.98px) {
    .separator-vertical span {
        height: 1px;
        width: 100%;
    }
}

/* ck editor */
.ck-editor__editable_inline {
    border-radius: 0 0 10px 10px !important;
    border: 1px solid #E4E4E4 !important;
    padding: 16px !important;
}

.ck.ck-toolbar {
    border-radius: 10px 10px 0 0 !important;
    border: 1px solid #E4E4E4 !important;
    background: #F8F9F9 !important;
}

.ck.ck-editor__main>.ck-editor__editable {
    border-top: none !important;
}

.ck.ck-toolbar .ck-button {
    color: #3F3F46;
    border: none !important;
    box-shadow: none !important;
}

.ck.ck-button.ck-on,
a.ck.ck-button.ck-on,
.ck.ck-toolbar .ck-button:hover {
    background: #eee !important;
    border-radius: .3125rem;

}

.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
    box-shadow: none !important;
}

/* Step container style  */
.Step_container {
    display: flex;
    flex-direction: row;
    gap: clamp(1.25rem, -0.2045rem + 3.0303vw, 1.5rem);
    overflow-x: auto;
    scrollbar-width: none;
}


.Step_container .Step_box {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 216px;
    gap: 1rem;
    opacity: 0.4;
}

.Step_container .Step_box .Step_content {
    display: flex;
    align-items: center;
    gap: .625rem;
}

.Step_container .Step_box .Step_content .Step_dot {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    flex-shrink: 0;
}

.Step_container .Step_box.active .Step_content .Step_dot::after,
.Step_container .Step_box.completed .Step_content .Step_dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Step_container .Step_box.active .Step_content .Step_dot::after {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #0063AB;
}

.Step_container .Step_box.completed .Step_content .Step_dot::after {
    height: 11px;
    width: 11px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3e%3cg clip-path='url(%23clip0_2791_93306)'%3e%3cpath d='M10.041 1.85547C10.2353 1.87975 10.4053 2.0053 10.4834 2.18945C10.5722 2.39929 10.5226 2.64107 10.3604 2.80078L10.3613 2.80176L4.17383 8.98926C3.95698 9.20602 3.60552 9.20602 3.38867 8.98926L0.638672 6.23926L0.639648 6.23828C0.497041 6.09908 0.438958 5.89523 0.489258 5.70215C0.539985 5.50756 0.692138 5.35542 0.886719 5.30469C1.0797 5.25452 1.28469 5.31157 1.42383 5.4541L3.78125 7.81152L9.57617 2.0166C9.6766 1.91455 9.81286 1.85573 9.95605 1.85156L10.041 1.85547Z' fill='%230063AB' stroke='%230063AB' stroke-width='0.423077'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_2791_93306'%3e%3crect width='11' height='11' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.Step_container .Step_box .Step_content .Step_text {
    font-size: clamp(0.875rem, 0.1477rem + 1.5152vw, 1rem);
    font-weight: 500;
    color: #fff;
}

.Step_container .Step_box .Step_line {
    height: 6px;
    width: 100%;
    border-radius: 40px;
    background-color: #FFFFFF;
}

.Step_container .Step_box.completed .Step_line,
.Step_container .Step_box.active .Step_line {
    background-color: #FFFFFF;
}

.Step_container .Step_box.active,
.Step_container .Step_box.completed {
    opacity: 1;
    cursor: pointer;
}

/* Schools / Org style */
.school-img {
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    background-color: #EDEDED;
}

.school-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.school-img .svg-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.line-clamp_one {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp_two {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Step Tab style */
.custom-offcanvas-bottom {
    --bs-offcanvas-height: 100vh;
}

.offcanvas-md-bottom {
    --bs-offcanvas-height: 95vh;
    width: 813px;
    margin: 0 auto;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.custom-offcanvas-end {
    --bs-offcanvas-width: 533px
}

.step-tabs .nav-link {
    padding: clamp(1.125rem, 0.3977rem + 1.5152vw, 1.25rem) clamp(1.375rem, 0.6477rem + 1.5152vw, 1.5rem);
    color: #3F3F46;
    border-bottom: 0.5px solid #E4E4E4;
    border-radius: 0 !important;

}

.step-tabs .nav-link .arrow-icon {
    color: #6B7385;
}

.step-tabs.nav-pills .nav-link.active,
.step-tabs.nav-pills .show>.nav-link {
    color: #689944;
    background-color: #F0F5EC;
}

.step-tabs.nav-pills .nav-link.active .arrow-icon,
.step-tabs.nav-pills .show>.nav-link .arrow-icon {
    color: #689944;
}

.input-small {
    padding: 8.1px 1rem;
    border-radius: 10px;
}

@media (min-width:768px) {
    .border-md-end {
        border-right: 1px solid #E4E4E4;
    }
}

@media (max-width:768px) {
    .step-tabs {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .step-tabs .nav-item {
        flex: 1 1 auto;
        text-align: center;
        margin-bottom: 0 !important;
        outline: none !important;
        border-left: 0.5px solid #E4E4E4;
    }

    .step-tabs .nav-link .arrow-icon {
        transform: rotate(90deg);
    }
}

/* Step Tab end */
/* nested table style */
.nested-table {
    background-color: #F9F9F9;
}

.nested-table .child-table {
    border-radius: unset !important;
    border: none;
    margin: 0;
}

.nested-table .nested-td {
    padding: 0 10px !important;

}

.upload-video,
.upload-images {
    cursor: pointer;
}

.doc-img {
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 7px;
    padding: 7px;
    position: relative;
    background-color: #F1F2F6;
}

.doc-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 3.5px;
}

.doc-img .doc-svg {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: unset !important;
}

.dashed-border {
    border: 1.5px dashed #D0D0D0;
}

.web-img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    border-radius: 6px;
}

.products-card {
    box-shadow: none;
    border: 0.5px solid #E4E4E4;
}

.products-card .left-side {
    background-color: #F7F7F7;
    border-radius: .875rem 0 0 .875rem;
    padding: .375rem;
}

.products_img-box {
    position: relative;
    width: 84px;
    height: 84px;
    border-radius: 9px;
}

.products_img-84 {
    width: 84px;
    height: 84px;
    border-radius: 9px;
    background-color: #EDEDED;
    overflow: hidden;
    display: grid;
    place-items: center;
}

.edit-products {
    position: absolute;
    top: -5px;
    right: -5px;
}

.products-delete {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 9;
}

.vendors-dark .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #18181B;
    font-weight: 500;
}

.custom-tooltips-left {
    position: relative;
    cursor: pointer;
}

/* Tooltip styling */
.custom-tooltips-box {
    display: none;
    /* Initially hide the tooltip */
    align-items: center;
    gap: .5rem;
    padding: .5rem .75rem;
    background-color: #F4F4F5;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-radius: 8px;
    line-height: normal;
    width: 354px;
    z-index: 100;
}

.custom-tooltips-box::after {
    content: "";
    display: block;
    background-image: url(assets/imgs/icons/tooltip_gray-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: -7px;
    z-index: 99;
    transform: translateY(-50%);
}

/* Show tooltip on hover */
.custom-tooltips-left:hover .custom-tooltips-box {
    display: flex;
}

.input-line {
    position: relative;
}

.input-line:after {
    content: "";
    background-color: #E4E4E4;
    position: absolute;
    width: 1px;
    height: 30px;
    top: 50%;
    right: 1px;
    display: block;
    transform: translateY(-50%);
}

.country_img {
    width: 24px;
    height: 18px;
    object-fit: cover;
    margin-right: .5rem;
    border-radius: 2px;
}

.number-select .select2-container--default {
    width: 100% !important;
}

.number-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 1.375rem;
}

.number-select .select2-container--default .select2-selection--single {
    border: none !important;
    border-radius: 12px;
}

.number-select .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 15.5px 13px 15.5px 16px;
}

.user_img-36 {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: #0063AB;
    object-fit: cover;
    overflow: hidden;
}

.check-22 {
    height: 22px;
    width: 22px;
}
/* time date picker */
.tempus-dominus-widget,
.datetime-picker {
    padding: 10px;
}

.datetime-picker .time-container .time-container-clock {
    grid-auto-rows: calc(3.71429rem - 1.14286px);
}

.datetime-picker .time-container .separator {
    border-bottom: none;
}

@media (max-width:576px) {
    .datetime-picker.timepicker-sbs .td-row {
        flex-direction: column;
    }

    .datetime-picker.timepicker-sbs .td-row .td-half {
        width: 100%;
    }

    .datetime-picker.timepicker-sbs .date-container {
        border-bottom: 1px solid #E4E4E7;
    }

}
/* custom  accordion*/
.accordion-style-1 .accordion .accordion-item {
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important;
    margin-bottom: 1.5rem;
    border-radius: .875rem;
}

.accordion-style-1 .accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-style-1 .accordion .accordion-header .accordion-button {
    padding: clamp(1rem, -0.4545rem + 3.0303vw, 1.25rem);
    color: #18181B !important;
    background-color:#fff !important;
    box-shadow:none !important;
    border-radius: .875rem !important;
}
.accordion-style-1 .accordion .accordion-header .accordion-button .text-accordion {
    font-size: clamp(0.875rem, -0.5795rem + 3.0303vw, 1.125rem);
    font-weight: 600;
}
.accordion-style-1 .accordion-item:has(.collapse.show) .accordion-button {
    border-radius: .875rem .875rem 0 0 !important;  
}
.accordion-style-1 .accordion .accordion-header .accordion-button::after {
    height: clamp(1.625rem, -2.0114rem + 7.5758vw, 2.25rem);
    width: clamp(1.625rem, -2.0114rem + 7.5758vw, 2.25rem);
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='36' height='36' rx='18' fill='%23F4F4F5'/%3E%3Cpath d='M11.25 14.625l6.75 6.75 6.75-6.75' stroke='%238C8C8C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-size: 100% !important;
}
.accordion-style-1 .accordion .accordion-header {
    border-radius: .875rem;
}

.accordion-style-1 .accordion-item .accordion-body {
    padding: clamp(1rem, -0.4545rem + 3.0303vw, 1.25rem);
}
.card-lightblue{
    background-color: #F8FAFC;  
    border-radius: 10px;
    box-shadow: none;
}
.product-record-box li,
.record-box li {
     padding: 14px 0;
     border-bottom: 1px solid #E4E4E4;
     line-height: normal;
}
.product-record-box li {
    padding: clamp(1rem, -0.4545rem + 3.0303vw, 1.25rem) 0;
}
.product-record-box.product-low li{
     padding: clamp(0.875rem, 0.1477rem + 1.5152vw, 1rem) 0;
}
.product-record-box li:last-child,
.record-box li:last-child {
     border-bottom: none;
     padding-bottom: 0;
}
.product-record-box li:first-child,
.record-box li:first-child {
     padding-top: 0;
}

.progress_custom {
    background-color: #fff;
    height: .875rem;
}

.progress_custom .progress-bar {
    background-color: #689944;
    border-radius: .5rem 0 0 .5rem !important;
}
/*  */
.tab-join,
.tab-icon {
    border: 0.5px solid #E4E4E4;
    border-radius: .5rem;
    overflow: hidden;
    width: fit-content;
}

.tab-icon .nav-link {
    padding: 9px 10px !important;
    border-radius: 0 !important;
    color: #3F3F46 !important;
}
.tab-join .nav-link{
    padding: 11px 18px !important;
    border-radius: 0 !important;
    color: #18181B !important;
}

.number-40{
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #F0F5EC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .3125rem;
}
.avatar-58 {
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    background-color: #EDEDED;
}
/* chart js css */
.chart_dot {
    width: 12px;
    height: 12px;
    border-radius: .25rem;
    flex-shrink: 0;
    background-color: #000;
}
.chart_dot.dot_yellow {
    background-color: #D5C841;
}

.chart_dot.dot_blue {
    background-color: #4E79A7;
}
.chart_dot.dot_red {
    background-color: #E15759;
}
.chart_dot.dot_purple {
    background-color: #914EA7;
}
.chart_dot.dot_green {
    background-color: #57E19E;
}
#chart-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#doughnutChart {
  position: relative;
  z-index: 2; 
}

#center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
     z-index: 1;
}
/* timeline container  */

.timeline_container {
    display: flex;
    flex-direction: column;
    gap: clamp(1.875rem, -1.7614rem + 7.5758vw, 2.5rem);
}

.timeline_container .timeline_box {
    display: flex;
    width: 100%;
    gap: clamp(1rem, -0.4545rem + 3.0303vw, 1.25rem);
}

.timeline_container .timeline_box .timeline_number .timeline_number_box {
    position: relative;
     flex-shrink: 0;
    height: clamp(2.6875rem, 0.8693rem + 3.7879vw, 3rem);
    width: clamp(2.6875rem, 0.8693rem + 3.7879vw, 3rem);
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.timeline_container .timeline_box .timeline_number {
    position: relative;
    margin-top: 13px;
}

.timeline_container .timeline_box .timeline_number::before {
     content: "";
    position: absolute;
    width: 1px;
    height: 91%;
    left: 50%;
    top: 60px;
    background-color: #F1F1F4;
}

.timeline_container .timeline_box:last-child .timeline_number:before {
    display: none;
}
/*  */
 .file_thumbnail {
    width: 242px;
    height: 298px;
    /* width: clamp(7.5rem, -6.8702rem + 39.1026vw, 15.125rem);
    height: clamp(9.125rem, -8.7788rem + 48.7179vw, 18.625rem); */
    border-radius: 10px;
    padding: 13px 14px;
    border: 1px solid #E4E4E4;
}
.file_thumbnail-img{
  border-radius: 6px;
  overflow: hidden;
position: relative;
height: 100%;
}

.file_thumbnail-img::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 6px;
    background: #00000033;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 5;
}

.file_thumbnail-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 10;
}
.file_thumbnail-img:hover::after ,
.file_thumbnail-img:hover .file_thumbnail-btn {
    opacity: 1;
}
/* loader css */
body.loading {
    overflow: hidden !important;
    max-height: 100% !important;
    
}
.loader-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffff;
    z-index: 9999;
}

/* From Uiverse.io by Nawsome */
.loader-wrapper {
    width: 6em;
    height: 6em;
}

.loader_ring {
    animation: ringA 2s linear infinite;
}

.loader_ring--a {
    stroke: #0063AB;
}

.loader_ring--b {
    animation-name: ringB;
    stroke: #8DC174;
}

.loader_ring--c {
    animation-name: ringC;
    stroke: #0063AB;
}

.loader_ring--d {
    animation-name: ringD;
    stroke: #8DC174;
}

/* Animations */
@keyframes ringA {

    from,
    4% {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -330;
    }

    12% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -335;
    }

    32% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -595;
    }

    40%,
    54% {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -660;
    }

    62% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -665;
    }

    82% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -925;
    }

    90%,
    to {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -990;
    }
}

@keyframes ringB {

    from,
    12% {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -110;
    }

    20% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -115;
    }

    40% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -195;
    }

    48%,
    62% {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }

    70% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }

    90% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -305;
    }

    98%,
    to {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -330;
    }
}

@keyframes ringC {
    from {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: 0;
    }

    8% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -5;
    }

    28% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -175;
    }

    36%,
    58% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }

    66% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }

    86% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -395;
    }

    94%,
    to {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -440;
    }
}

@keyframes ringD {

    from,
    8% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: 0;
    }

    16% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -5;
    }

    36% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -175;
    }

    44%,
    50% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }

    58% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }

    78% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -395;
    }

    86%,
    to {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -440;
    }
}
/*  */
.suggestion-wrapper {
    position: relative;
}

.suggestion-box {
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1055;
    box-shadow: none;
    background: #fff;
    border-radius: 0 0 10px 10px;
    top: calc(100% + 0px);
    border: 1px solid #E4E4E4;
    border-top: none;
}

.suggestion-wrapper:has(.suggestion-box[aria-hidden="false"]) .my-input {
    border-radius: 10px 10px 0 0;
}

.suggestion-box .suggestion-item {
    padding: .4375rem 1rem;
    cursor: pointer;
}

.suggestion-box .suggestion-item.active,
.suggestion-box .suggestion-item:hover {
    background-color: #0063AB;
    color: #fff;
}
/* confetti */
#confetti-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
}