:root {
    --orange: #F47216 !important;
    --green: #00A650 !important;
    --white: #ffffff !important;
    --black: #000000 !important;
    --darkblue: #031b4e !important;
    --blood: #880808 !important;
    --icon-bg01: #f4eff6 !important;
    --dark-grey: #4a4949 !important;
}

/* Text color classes Css */
.text-orange {
    color: var(--orange) !important;
}

.text-green {
    color: var(--green) !important;
}

.text-white {
    color: var(--white) !important;
}

.text-black {
    color: var(--black) !important;
}

.text-darkblue {
    color: var(--darkblue) !important;
}

.text-blood {
    color: var(--blood) !important;
}

.text-darkgrey {
    color: var(--dark-grey) !important;
}

/* Background color classes Css */
.bg-orange {
    background-color: var(--orange) !important;
    color: var(--white) !important;
}

.bg-green {
    background-color: var(--green) !important;
    color: var(--white) !important;
}

.bg-white {
    background-color: var(--white) !important;
}

.bg-black {
    background-color: var(--black) !important;
    color: var(--white) !important;
}

.bg-darkblue {
    background-color: var(--darkblue) !important;
    color: var(--white) !important;
}

.bg-blood {
    background-color: var(--blood) !important;
    color: var(--white) !important;
}

.bg-darkgrey {
    background-color: var(--dark-grey) !important;
    color: var(--white) !important;
}

.d-float-center {
    display: flex !important;
    align-items: center;
    /* column-gap: 5px; */
    row-gap: 2px;
    flex-flow: wrap;
}

.flex-nowrap {
    flex-flow: nowrap;
}

.gap-10 {
    column-gap: 10px;
}

.gap-15 {
    column-gap: 15px;
}

.gap-20 {
    column-gap: 20px;
}

.font-100 {
    font-weight: 100 !important;
}

.font-200 {
    font-weight: 200 !important;
}

.font-300 {
    font-weight: 300 !important;
}

.font-400 {
    font-weight: 400 !important;
}

.font-500 {
    font-weight: 500 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.font-800 {
    font-weight: 800 !important;
}

.font-900 {
    font-weight: 900 !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.w-90 {
    width: 90% !important;
}

/* color theme changes */
/* Toggle Btn Start  */
.form-check .form-check-label.toggle-grey {
    background-color: #E1E1E1;
    border-color: #E1E1E1 !important;
    border-radius: 50px;
}

.form-check .form-check-label.toggle-green {
    background-color: var(--green);
    border-color: var(--green) !important;
    border-radius: 50px;
}

/* Toggle Btn End  */

.form-check-input:checked~.form-check-label:after {
    background-color: var(--green);
    border-color: var(--green) !important;
}

.btn-outline-primary {
    background: transparent;
    border-color: var(--green);
    border-width: 1px !important;
    color: var(--green);
    transition: none;
}

.color-highlight {
    color: var(--orange) !important;
}

.section {
    padding: 0 25px;
}

.opacity-1 {
    opacity: 1 !important;
}

a {
    color: var(--orange);
}

.imaged {
    height: auto;
    border-radius: 6px;
}

:host {
    display: inline-block;
    width: 1em;
    height: 1em;
    contain: strict;
    fill: currentColor;
    box-sizing: content-box !important;
}

.appHeader .left .headerButton,
.appHeader .right .headerButton {
    min-width: 36px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #141515;
    position: relative;
}

/*
.appHeader.header-fixed .left .headerButton {
    margin-left: 10px;
    padding: 10px 0;
}
*/

.appHeader.header-fixed .left {
    position: relative;
}

/* login & register page css */
.login-form {
    max-height: calc(100vh - 155px);
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 45px;
}

body::-webkit-scrollbar {
    width: 12px;

}

body::-webkit-scrollbar-track {
    background: orange;

}

body::-webkit-scrollbar-thumb {
    background-color: blue;

    border-radius: 20px;
    border: 3px solid orange;
}

.pageTitle {
    font-family: var(--bs-body-font-family);
}

.appHeader .head-back-btn .headerButton {
    background-color: var(--icon-bg01);
    padding: 5px 0;
    height: auto;
    border-radius: 7px;
}

.notification-icon {
    position: relative;
    line-height: normal;
}

.notification-icon .badge {
    min-width: unset !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--green);
    background-color: var(--green);
    color: var(--green) !important;
    font-size: 0;
    margin: 0;
    margin-left: -10px;
    margin-top: -5px;
    right: -1px;
    top: 1px;
}

.header-logo-center .header-title {
    left: unset;
    margin-left: 0px;
}

.page-dashboard .splide__pagination {
    /* position: relative; */
    /* margin: 10px 0; */
    bottom: 0;
}

.footer-bar-2 .active-nav,
.footer-bar-5 strong,
.footer-bar-4 strong,
.splide__pagination__page.is-active {
    background: var(--green) !important;
}

.footer-bar-6 .circle-nav strong {
    background-image: linear-gradient(to bottom, var(--blood) 0%, var(--blood) 100%) !important;
}

.footer-bar-6 .active-nav em {
    background-image: linear-gradient(to bottom, var(--blood) 0%, var(--blood) 100%) !important;
}

.header.header-auto-show {
    pointer-events: auto;
}

.home-bg-img {
    position: absolute;
    top: 45%;
    height: calc(75vh - 150px);
    opacity: 0.08;
    place-content: center;
    z-index: -1;
    text-align: center;
}

.home-bg-img img {
    width: 70%;
}

.request-create-form {
    max-height: calc(100vh - 155px);
    overflow: hidden;
    overflow-y: auto;
}

.request-list-form {
    max-height: calc(100vh - 155px);
    overflow: hidden;
    overflow-y: auto;
}

.requests-list {
    max-height: calc(45vh - 145px);
    overflow: hidden;
    overflow-y: auto;
}

.request-card {
    border-radius: 12px;
    padding: 15px 10px;
}

.leftboxWrapper {
    background-color: var(--blood);
    padding: 15px 15px;
    border-radius: 12px;
    text-align: center;
}

.card h1 {
    line-height: normal;
}

.page-profile .profile-pic {
    border: 1px solid #eee;
    background-color: #eee;
    padding: 1px;
}

.page-profile .login-form {
    max-height: calc(100vh - 125px);
}

.box-shadow-none {
    box-shadow: none !important;
}

.notification-listview {
    border-top: 0px solid #E1E1E1;
}

.notification-listview .icon-box {
    min-width: 36px;
    max-width: 36px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    font-size: 20px;
    border-radius: 400px;
    margin-right: 16px;
}

.reqViewList li {
    padding: 13px 0;
}

.actionSheetShareBox .btn-icon i {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 37px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 25px;
}

.page-dashboard .splide {
    margin-bottom: 13px !important;
}
.alert-dismissible ul li::marker {display: none;}
.alert-dismissible ul li{text-align: left; list-style: none;}
.loader-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.7); /* softer white overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  backdrop-filter: blur(2px); /* subtle blur behind */
}

.pulse-loader {
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loader-logo {
  width: 60px;
  height: auto;
  z-index: 2;
}

/* Replace gray pulse with your theme color (orange or red) */
.pulse-loader::before,
.pulse-loader::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 87, 34, 0.15); /* soft orange pulse */
  transform: translate(-50%, -50%) scale(0.8);
  animation: pulseAnim 2.5s ease-out infinite;
  z-index: 1;
}

.pulse-loader::after {
  animation-delay: 1.25s;
}

@keyframes pulseAnim {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

#loaderStatus {
  font-weight: 600;
  color: #333; /* readable dark gray text */
  text-align: center;
}
.loader-logo {
  filter: blur(0.9px);
}
.error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
