:root,
[data-bs-theme=custom] {
    --pgback--white: #fff;
    --background-blue: #0879FC;
    --backgroundT-blue: #18294F30;
    --text-golden: #FFC845;
    --text-dgolden: #7F7252;
    --color-white: #fff;
    --trans-color: #ffffff00;
    --black-color: #000;
    --greyish-background: #efefef;
    --table-border: #e9ebec;
    --table-bg: rgb(33 37 41 / 2%);
    --table-header-bg: #F5F7FA;
}
a,span,label,h1,h3,h4,h2,h5,h6,p,button,div{
    font-family: "poppins" !important;
}

h2{
    /* font-size: 40px !important; */
    font-size: clamp(25px, 2vw + 1rem, 36px) !important;

    line-height: 54px !important;
}
@media screen and (min-width:1024px){
    h2{
    /* font-size: 30px !important;
    line-height: 42px !important; */
}
}
h1,h2{
    color: var(--black-color);
}
h2:has(span){
    font-weight: 300 !important;
}

h3,h4,h5,h6,label, .text-primary{
    color: var(--background-blue) !important;
}
.blue-border{
    border: 1px solid var(--background-blue) !important;
}
/* flip slider end here */
.navbar-menu{
    background-color: var(--text-golden) !important;
}
#page-topbar{
    background-color: var(--background-blue) !important;
}

.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}



.password-strength {
    height: 5px;
    border-radius: 3px;
    margin-top: 5px;
}

.strength-weak {
    background-color: #dc3545;
}

.strength-medium {
    background-color: #ffc107;
}

.strength-strong {
    background-color: #28a745;
}

.alert {
    margin-bottom: 1rem;
}


.was-validated .form-control:invalid,
.form-control.is-invalid {
    background-image: none !important;
    border-color: #dc3545 !important;
}


/* Remove checkmarks from fields that have server-side errors */
.has-server-error {
    background-image: none !important;
    border-color: #dc3545 !important;
}

/* Only show checkmarks on truly valid fields */
.was-validated .form-control:valid:not(.is-invalid):not(.has-server-error) {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230ab39c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
    border-color: #28a745 !important;
    background-repeat: no-repeat !important;
    background-position: right calc(.375em + .25rem) center !important;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem) !important;
}

/* Custom error styling */
.field-error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--vz-form-invalid-color);
}

.btn-add {
    background-color: var(--text-golden) !important;
    color: #000 !important;
    border: 0px;
    border-radius: 4px;
    padding: 8px 20px;
    margin-bottom: 12px;
}

.password-toggle-icon {
    position: absolute;
    right: 26px;
    top: 40px;
    font-size: 16px !important;
}
.step-arrow-nav .nav{
    background-color: var(--text-golden);
}


.step-arrow-nav .nav .nav-link.active {
    background-color: var(--background-blue);
}

.step-arrow-nav .nav .nav-link.active::before {
    border-left-color: #0879FC;
}

.step-arrow-nav .nav .nav-link.active span{
    color: var(--text-golden) !important;
}

ul.custom-nav .nav-item button span{
    color: var(--black-color) !important;
}

input#password.is-valid,
.was-validated input#password:valid {
    background-position: right calc(2.75em + .25rem) center !important;
}

input#confirm_password.is-valid,
.was-validated input#confirm_password:valid {
    background-position: right calc(2.75em + .25rem) center !important;
}

span.required {
    color: red !important;
    font-size: 17px !important;
    line-height: 1px !important;
}

span.nrequired {
    color: #fff;
    font-size: 17px;
}

#custom-profession,
#custom-self_employed {
    display: none;
}


/* For phone number */
#PhoneCustomCodeCheckField .title,
#WorkPhoneCustomCodeCheckField .title {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
}

#PhoneCustomCodeCheckField .phone-input-container,
#WorkPhoneCustomCodeCheckField .phone-input-container {
    position: relative;
    margin-bottom: 20px;
}

#PhoneCustomCodeCheckField .input-wrapper,
#WorkPhoneCustomCodeCheckField .input-wrapper {
    display: flex !important;
    border: 1px solid #ced4da;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: white;
}
/* .phone-input{
    min-width: 100% !important;
} */
.phone-input-container{
    overflow: hidden !important;
}

/* #PhoneCustomCodeCheckField .phone-input,
#WorkPhoneCustomCodeCheckField .phone-input {
    max-width: fit-content;
} */

.absolute {
    position: absolute;
    bottom: -18px !important;
}

/* #PhoneCustomCodeCheckField .input-wrapper.valid,
#WorkPhoneCustomCodeCheckField .input-wrapper.valid {
    border-color: #0ab39c;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
} */

/* #PhoneCustomCodeCheckField .input-wrapper.invalid,
#WorkPhoneCustomCodeCheckField .input-wrapper.invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
} */

#PhoneCustomCodeCheckField .input-wrapper:focus-within,
#WorkPhoneCustomCodeCheckField .input-wrapper:focus-within {
    box-shadow: none;
}

#PhoneCustomCodeCheckField .country-selector,
#WorkPhoneCustomCodeCheckField .country-selector {
    display: flex;
    align-items: center;
    padding: 7px 12px;
    background: #f8fafc;
    border-right: 1px solid #e1e5e9;
    cursor: pointer;
    min-width: fit-content;
    position: relative;
}

#PhoneCustomCodeCheckField .flag,
#WorkPhoneCustomCodeCheckField .flag {
    font-size: 16px;
    margin-right: 7px;
}

#PhoneCustomCodeCheckField .country-code,
#WorkPhoneCustomCodeCheckField .country-code {
    font-weight: 400;
    color: #374151;
    font-size: 12px;
}

#PhoneCustomCodeCheckField .dropdown-arrow,
#WorkPhoneCustomCodeCheckField .dropdown-arrow {
    margin-left: 8px;
    font-size: 12px;
    color: #6b7280;
    transition: transform 0.2s ease;
}

#PhoneCustomCodeCheckField .country-selector.open .dropdown-arrow,
#WorkPhoneCustomCodeCheckField .country-selector.open .dropdown-arrow {
    transform: rotate(180deg);
}

#PhoneCustomCodeCheckField .phone-input,
#WorkPhoneCustomCodeCheckField .phone-input {
    flex: 1;
    padding: 0px 15px;
    border: none;
    outline: none;
    font-size: .8125rem;
    background: transparent;
}

#PhoneCustomCodeCheckField .dropdown,
#WorkPhoneCustomCodeCheckField .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 2px solid #e1e5e9;
    border-top: none;
    border-radius: 0 0 12px 12px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

#PhoneCustomCodeCheckField .dropdown.show,
#WorkPhoneCustomCodeCheckField .dropdown.show {
    display: block;
}

#PhoneCustomCodeCheckField .dropdown-item,
#WorkPhoneCustomCodeCheckField .dropdown-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

#PhoneCustomCodeCheckField .dropdown-item:hover,
#WorkPhoneCustomCodeCheckField .dropdown-item:hover {
    background: #f1f5f9;
}

#PhoneCustomCodeCheckField .dropdown-item .flag,
#WorkPhoneCustomCodeCheckField .dropdown-item .flag {
    margin-right: 12px;
}

#PhoneCustomCodeCheckField .dropdown-item .country-info,
#WorkPhoneCustomCodeCheckField .dropdown-item .country-info {
    display: flex;
    flex-direction: column;
}

#PhoneCustomCodeCheckField .country-name,
#WorkPhoneCustomCodeCheckField .country-name {
    font-weight: 500;
    color: #374151;
}

#PhoneCustomCodeCheckField .country-code-text,
#WorkPhoneCustomCodeCheckField .country-code-text {
    font-size: 12px;
    color: #6b7280;
}

#PhoneCustomCodeCheckField .validation-message,
#WorkPhoneCustomCodeCheckField .validation-message {
    margin-top: 0px;
    padding: 4px;
    border-radius: 4px;
    font-size: 11px;
    display: none;
    text-align: start;
}

#PhoneCustomCodeCheckField .validation-message.show,
#WorkPhoneCustomCodeCheckField .validation-message.show {
    display: block;
}

#PhoneCustomCodeCheckField .validation-message.success,
#WorkPhoneCustomCodeCheckField .validation-message.success {
    background: #dcfce7;
    color: #0ab39c;
    border: 1px solid #bbf7d0;
}

#PhoneCustomCodeCheckField .validation-message.error,
#WorkPhoneCustomCodeCheckField .validation-message.error {
    background: #fee2e2;
    color: #dc3545;
    border: 1px solid #fecaca;
}

#PhoneCustomCodeCheckField .validation-message.info,
#WorkPhoneCustomCodeCheckField .validation-message.info {
    font-size: 11px;
}

#PhoneCustomCodeCheckField .phone-info,
#WorkPhoneCustomCodeCheckField .phone-info {
    margin-top: 15px;
    padding: 15px;
    background: #f8fafc;
    border-radius: 8px;
    font-size: 14px;
    color: #374151;
}

#PhoneCustomCodeCheckField .info-row,
#WorkPhoneCustomCodeCheckField .info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

#PhoneCustomCodeCheckField .info-row:last-child,
#WorkPhoneCustomCodeCheckField .info-row:last-child {
    margin-bottom: 0;
}

#PhoneCustomCodeCheckField .info-label,
#WorkPhoneCustomCodeCheckField .info-label {
    font-weight: 600;
}

#PhoneCustomCodeCheckField .format-example,
#WorkPhoneCustomCodeCheckField .format-example {
    font-family: monospace;
    padding: 2px 6px;
    border-radius: 4px;
}

#PhoneCustomCodeCheckField .search-input,
#WorkPhoneCustomCodeCheckField .search-input {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-bottom: 1px solid #e1e5e9;
    outline: none;
    font-size: 14px;
    background: #f8fafc;
}


.heightMx {
    height: -webkit-fill-available !important;
}

#current-organization-section {
    transition: all 0.3s ease;
}

.inline,
.iinline {
    display: inline-block !important;
}

.iinline {
    margin-right: 12px !important;
}

.form-check.inline {
    margin-left: 20px;
}

.family-member-row .form-control {
    font-size: 12.5px;
}
/* for desktop */
@media screen and (min-width:767px) {
    .forAllStepsView {
        display: block !important;
    }

    .forMobileStepsView {
        display: none !important;
    }
    [data-layout=horizontal] .navbar-menu .navbar-nav .nav-link{
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    }
}
@media screen and (min-width:1024px){
    body:has(.noScrollToken){
        overflow: hidden !important;
    }
}

@media screen and (max-width:767px) {
    .forMobileStepsView {
        display: block !important;
    }

    .forAllStepsView {
        display: none !important;
    }
    .fundbackground .dfund .podcastImg{
    /* max-height: 200px !important; */
}
}

.big-left-logo {
    width: 150px;
    height: 60px;
    object-fit: contain;
}


#main_contentOF .text-uppercase {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
}

#main_contentOF .db .border2 {
    border: 2.3px solid !important;
    color: #00205b !important;
    width: 100px !important;
    margin: 20px 0px;
    border-radius: 2px;
}

#main_contentOF .text-uppercase span {
    color: #00205b;
}

body {
    background-color: var(--pgback--white);
}

.simplebar-content-wrapper i,
.simplebar-content-wrapper svg,
.bx-bell,
.dropdown-menu i {
    color: var(--black-color) !important;
}

.navbar-header,
.navbar-header .topbar-user,
.app-menu.navbar-menu,
.navbar-brand-box {
    background-color: var(--background-blue);
    color: var(--color-white) !important;
}
.navbar-brand-box{
    text-align: left;
}
/* :is([data-layout=vertical], [data-layout=semibox])[data-sidebar-size=sm] .navbar-brand-box{
    text-align: center !important;
}

:is([data-layout=vertical], [data-layout=semibox])[data-sidebar-size=sm] .navbar-brand-box,
.dropdown-menu {

    background-color: var(--background-blue) !important;
} */

:is([data-layout=vertical],[data-layout=semibox])[data-sidebar-size=sm] .logo span.logo-sm{
    min-width: -webkit-fill-available !important;
    text-align: center;
}

.hamburger-icon {
    font-size: 32px !important;


}

.nav-item span,
.user-name-text,
.dropdown-header,
.dropdown-menu span,
.nav-link {
    color: var(--black-color) !important;
    /* -webkit-text-stroke: .2px #7F7252 !important; */
    text-transform: capitalize;
}

.nav-link  svg{
  color: var(--black-color) !important;  
}



#page-topbar,
.navbar-menu {
    border-color: var(--background-blue);
}

.nav-item .badge-pill {
    background-color: var(--text-dgolden);
    color: var(--pgback--white) !important;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: var(--pgback--white);
    color: var(--text-golden);
}

.navbar-menu [data-layout=horizontal] .navbar-nav .nav-link[data-bs-toggle=collapse]:after,
.navbar-menu [data-layout=horizontal] .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:after {
    color: var(--black-color);
}


.page-content.home #main_contentOF .row {
    display: flex !important;
}

.page-content.home #main_contentOF .col-8 {
    order: 2 !important;
}

.page-content.home #main_contentOF .col-4 {
    order: 1 !important;
}

.shape>svg{
    fill: var(--pgback--white) !important;
}
.text-blue{
    color: var(--background-blue) !important;
}

.btn-dblue{
    background-color: var(--background-blue);
    color: var(--text-golden);
    border: 1px solid var(--background-blue) !important;
}

.btn-dblue:hover{
    background-color: var(--pgback--white);
    color: var(--background-blue);
    border: 1px solid var(--background-blue) !important;
}
.btn-yellow{
    background-color: var(--text-golden) !important;
    color: var(--black-color) !important;
}
.btn-green{
    background-color: #28a745 !important;
    color: var(--color-white) !important;
}
.t-upper{
    text-transform: capitalize;
}

.dashboard-container table th{
    background-color: var(--background-blue);
    color: var(--text-golden);
}
.dashboard-container table td{
    /* padding: 0px !important; */
}
.btn-darkblue{
    background-color: var(--background-blue) !important;
    color: var(--text-golden) !important;
    border: 1px solid var(--background-blue) !important;
    border-radius: 4px !important;
    padding:12px 32px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}
.btn-darkblue:hover{
    background-color: var(--trans-color) !important;
    color: var(--background-blue) !important;
    padding:12px 32px !important;
}
.btn-gold{
    background-color: var(--pgback--white) !important;
    color: var(--background-blue);
    border: 1px solid var(--background-blue) !important;
    border-radius: 4px !important;
    padding:12px 32px;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}
.btn-gold:hover{
    border: 1px solid var(--pgback--white) !important;
    background-color: var(--trans-color) !important;
    color: var(--text-golden) !important;
    padding:12px 32px;
}
.border-g{
    border:1px solid var(--text-golden);
}
.border-g .card-body{
    background-color: var(--pgback--white);
}
.bg-dblue{
    background-color: var(--background-blue) !important;
    color: var(--text-golden) !important;
}
.c-g{
    color: var(--text-golden) !important;
}

.h464 .card{
    height: 220px !important;
}
.h100 .card{
    height: calc(100% - 24px) !important;
}
.maptabs{
    padding-bottom: 22px !important;
}
.mapbtn{
    background-color: var(--background-blue) !important;
    color: var(--text-golden) !important;
    margin: 7px !important;
}
.custommap h2{
    color: var(--text-golden) !important;
    padding: 12px 0px !important;
    margin-bottom: 0px !important;
}

.btn-customupdate,.btn-success{
    background-color: var(--background-blue) !important;
    color: var(--text-golden) !important;
    border: 1px solid var(--background-blue) !important;
    padding:12px 32px !important;
}
.btn-customupdate:hover,.btn-success:hover{
    background-color: var(--pgback--white) !important;
    color: var(--background-blue) !important;
    border: 1px solid var(--background-blue) !important;
    padding:12px 32px !important;
}
.btn-customupdate.btn-sm{
    padding: 7px !important;
    font-size: 12px !important;
}

.btn-customresetupdate:hover{
    background-color: var(--background-blue) !important;
    color: var(--text-golden) !important;
    border: 1px solid var(--background-blue) !important;
    padding:12px 32px !important;
}
.btn-customresetupdate{
    background-color: var(--pgback--white) !important;
    color: var(--background-blue) !important;
    border: 1px solid var(--background-blue) !important;
    padding:12px 32px !important;
}

.borderfirsttab{
    width:60%; 
    border-top: 1px solid var(--backgroundT-blue) !important;
    margin:24px 12px;
}
.rowborderfirsttab.row{
    justify-content: center !important;
}
.width80{
    width: 80% !important;
}
.place-center{
    place-items: center !important;
}

.podcastImg #exampleModal{
    z-index: 9999 !important;
}
.podcastImg div#exampleModal{
    position: relative !important;
}

.podcastImg .modal-title{
    color: #fff !important;
}

.podcastImg .btn-close{
    background-color: revert;
}

.podcastImg button.p-0{
    border: 0px !important;
}
.podcastImg img{
    border-radius: 14px !important;
}

.caps{
    text-transform: uppercase !important;
}
.bold{
    font-weight: 700;
}
.c-dark{
    color: var(--black-color);
}
.tb-line{
    border-top: 3px solid var(--background-blue) !important;
    opacity: 1 !important;
    width: 100px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.tb-line-left{
        border-top: 3px solid var(--background-blue) !important;
    opacity: 1 !important;
    width: 100px !important;
}
.min-vh-80{
    min-height: 80vh !important;
}
.min-vh-90{
    min-height: 90vh !important;
}
.calenderDate{
    padding: 20px !important;
        border-radius: 10px !important;
        background-color: var(--background-blue) !important;
}
.calenderDate .event-date{
    min-width: max-content !important;
    color: var(--color-white) !important;
}
.calenderDate .event-date.date{
    font-size: 34px !important;
    font-weight: 700;
    line-height: 34px !important;
}
.midYellowDot{
    position: absolute;
    top: 35% !important;
    left: 103px;
}
.midYellowDot2{
    position: absolute;
    top: 35% !important;
    left: 91px;
}
.EventTitle{
        border-radius: 10px !important;
    font-weight: 600;
    font-size: 14px !important;
}
.pastEventLoop{
    margin-top: 40px !important;
}
.pastEventLoop .event-date{
    font-weight: 400 !important;
}

.pastEventRowhasLoop::-webkit-scrollbar {
  height: 7px !important;
}

.pastEventRowhasLoop::-webkit-scrollbar-track {
    border-radius: 10px;
}

.pastEventRowhasLoop::-webkit-scrollbar-thumb {
  background: var(--text-golden); 
  border-radius: 10px;
}

.pastEventRowhasLoop::-webkit-scrollbar-thumb:hover {
  background: var(--background-blue); 
}


/* for flip slider */
.parentin {
  font-weight: 400;
  height: 350px;
  margin: 0;
}

.parentin .wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  /* justify-content: center;
  align-items: center; */
}

.parentin .carousel {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.parentin .carousel__item {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 0 12px;
  opacity: 0;
  filter: drop-shadow(0 2px 2px #555);
  will-change: transform, opacity;
  animation: carousel-animate-vertical 27s linear infinite;
}

.parentin .carousel__item:nth-child(1) { animation-delay: calc(27s / 9 * -1); }
.parentin .carousel__item:nth-child(2) { animation-delay: calc(27s / 9 * 0); }
.parentin .carousel__item:nth-child(3) { animation-delay: calc(27s / 9 * 1); }
.parentin .carousel__item:nth-child(4) { animation-delay: calc(27s / 9 * 2); }
.parentin .carousel__item:nth-child(5) { animation-delay: calc(27s / 9 * 3); }
.parentin .carousel__item:nth-child(6) { animation-delay: calc(27s / 9 * 4); }
.parentin .carousel__item:nth-child(7) { animation-delay: calc(27s / 9 * 5); }
.parentin .carousel__item:nth-child(8) { animation-delay: calc(27s / 9 * 6); }
.parentin .carousel__item:nth-child(9) { animation-delay: calc(27s / 9 * 7); }

.parentin .carousel__item-head {
  border-radius: 50%;
  background-color: #d7f7fc;
  width: 90px;
  height: 90px;
  padding: 14px;
  margin-right: -45px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}

.parentin .carousel__item-body {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 20px 16px 70px;
}

.parentin .title {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
}

/* Animation remains global */
@keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%,
  11.11% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  14.11%,
  22.22% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.22%,
  33.33% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  36.33% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}
/* mobile screen css */
@media screen and (max-width:768px){
        [data-layout=horizontal] .menu .navbar-menu{
            min-height: -webkit-fill-available !important;
            z-index: 9999999999999999999 !important;
    }
    .d-md-none {
        display: none !important;
    }
    .smmargin5{
        margin: 20px 0px !important;
    }
    .smmargin6{
        margin: 40px 0px !important;
    }
    .smheight100{
            min-height: 100vh !important;
    }
    .podcastImg.grad,.podcastImg.grad button.p-0{
        min-width: 100% !important;
    }
    .covER{
        object-position: center !important;
            min-height: 500px !important;
    }
    .Parentfix_sizePill{
        display: block !important;
    }
    .smtextcenter{
        text-align: center !important;
        justify-content: center !important;
    }
    .smtextcenterj{
        justify-self: center !important;
    }
    .paddiogsc {
    padding: 60px 10px !important;
}
.mob50width{
    min-width: 100% !important;
}
}
.bg-dark{
    background-color: var(--black-color) !important;
    color: var(--color-white);
}
.br-50{
    border-radius: 50px !important;
}
button{
    padding:8px 28px !important;
}
.align-center{
    align-content: center !important;
}
.text-align-center{
    text-align: center !important;
}
.card-hover-bg .bg-white:hover{
    background-color: var(--background-blue) !important;
}
.card-hover-bg .bg-white{
    border-width: 3px !important;
}
.card-hover-bg .bg-white:hover .dashboard-icon-wrapper .fil1,.card-hover-bg .bg-white:hover h4,.card-hover-bg .bg-white:hover p{
    fill: var(--color-white) !important;
    color:  var(--color-white) !important;
}
.border-primary{
    border-color: var(--background-blue) !important;
}
.bg-primary.prbutton a{
    color: var(--color-white);
}
.bg-primary.prbutton{
    background-color: var(--background-blue) !important;
    border-radius: 4px !important;
    border: 1px solid var(--background-blue);
    padding: 14px 32px;
    color: var(--color-white);
}
.bg-primary.prbutton:hover{
    background-color: var(--text-golden) !important;
    border-radius: 4px !important;
    border: 1px solid var(--text-golden);
    padding: 14px 32px;
    color: var(--color-white);
}

.rounded-2{
    border-radius: 12px !important;
}
.bg-yellow-custom{
    background-color: var(--text-golden) !important;
    color: var(--black-color);
    border: 1px solid var(--text-golden);
    font-weight: 600;
    margin-bottom: 20px;
}
.bg-yellow-header-table{
    background-color: var(--text-golden) !important;
    color: var(--black-color);
    border: 1px solid var(--text-golden);
    font-weight: 600;
    margin-bottom: 20px;
    border-radius: 12px !important;
    padding: 240px;
}

.EventContainerTable{
    margin-bottom: 60px !important;
}

.EventContainerTable td,.EventContainerTable th{
    border: 1px solid var(--black-color);
    padding: 12px 20px !important;
    font-size: 16px !important;
}
.parentHeadingh2{
    max-width: fit-content;
    text-transform: uppercase;
    font-weight: 900 !important;
}
.pageHeadingH2{
    border-bottom: 2px double var(--black-color);
    margin: 30px 0;
}

body:has(.cssToken){
    background-color: #ffffff00;
}
#backgroundVideo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;       /* full viewport width */
    height: 100vh;      /* full viewport height */
    object-fit: cover;  /* scale & crop to fill */
    z-index: -1;        /* behind everything */
    pointer-events: none; /* allow clicks through */
    
    padding: 0px !important;
}
#backgroundVideoo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;       /* full viewport width */
    height: 500px;      /* full viewport height */
    object-fit: cover;  /* scale & crop to fill */
    z-index: -1;        /* behind everything */
    pointer-events: none; /* allow clicks through */
}
html:has(.cssToken) .main-content{
    background-image: url('../images/dashBackground3.png') !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat !important;
}
/* dsahboard */
html:has(.cssToken) .main-c{
    background-image: url('../images/dashBackground3.png') !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat !important;
    min-height: inherit;
    align-content: center;
}
body:has(.noScrollToken){
    overflow-y: auto !important;
}

/* .footer{
    background-color: #ffffff00 !important;
    position: relative !important;    
    height: max-content !important;
    padding: 0px !important;
}

html:has(.cssToken) .footer{
    background-color: #ffffff00 !important;
    bottom: 0px !important;
    position: relative !important;
} */

.deleteThisClass{
    min-height: 100% !important;
}

@media only screen and (min-height: 832px) {
    body:has(.noScrollToken){
        overflow-y: hidden !important;
    }
    #layout-wrapper:has(.standardHeightToken){
    /* height: calc(100vh - 71px); */
    }
    #layout-wrapper:has(.standardHeightToken) .main-content.bg-cover-dashbboardImg {
        /* position: relative !important;
        min-height: 100% !important;  */
    }
    /* html:has(.footabsToken) .footer{
        background-color: #ffffff00 !important;
        position: absolute !important;
        height: max-content !important;
        padding: 0px !important;
        bottom: 0px !important;
    } */
    .deleteThisClass{
        min-height: auto !important;
    }
    .dashboard-container {
        /* margin-bottom: 100px !important; */
    }
}
@media only screen and (max-height: 832px) {
    body:has(.noScrollToken){
        overflow-y: auto !important;
    }
    #layout-wrapper:has(.standardHeightToken){
    /* height: 100vh; */
    }
    #layout-wrapper:has(.standardHeightToken) .main-content.bg-cover-dashbboardImg {
        /* position: relative !important;
        min-height: 100% !important;  */
    }

    /* html:has(.singleSectionhere.footabsToken) .footer{
        background-color: #ffffff00 !important;
        position: relative !important;
        height: max-content !important;
        padding: 0px !important;
        bottom: 0px !important;
    } */
    .deleteThisClass{
        min-height: auto !important;
    }
    .page-content.home{
        margin-bottom: 100px !important;
    }
}


.ViewAllBtn{
    background-color: var(--trans-color);
    border: 1px solid var(--background-blue);
}

/* .footer .container-fluid{
    background-color: var(--background-blue) !important;
    min-width: 100% !important;
    padding: 12px auto !important;
}

.footer .container-fluid .row{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    color: var(--color-white) !important;
} */
.dashboard-icon-wrapper svg{
    width: clamp(30px, 50%, 50px);
}

body:has(.cssTokenWhite){
    background-image: url('./images/white_background.jpg') !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat !important;
}
.backgroundEfEfEf{
    background-color: var(--greyish-background);
}
.padding88{
    padding-top: 88px !important;
    
    padding-bottom: 88px !important;
}

.imagerWrapperObituries img{
    width: 100% !important;
    height: 400px !important;
    object-fit: cover;
}
.dateDied span{
    right: 20px !important;
    top: 20px !important;
    z-index: 9;
    font-size: 11px !important;
}

.nameDied .obituaryHeading{
    bottom: 20px !important;
    left: 20px;
    right: 20px;
    z-index: 9;
}
.nameDied .obituaryHeading h4{
    color:var(--color-white) !important;
}


.newsCardObitury{
    position: relative !important;
    overflow: hidden !important;
}


.newsCardObitury::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #ffffff00 20%, #000 100%);
    opacity: 0;
    transition: opacity 0.5s ease; pointer-events: none !important;
}


.newsCardObitury:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #ffffff00 0%, #0879FC 100%);
    opacity: 1;
}

.newsCardObitury:hover .image {
  opacity: 1;
}

.newsCardObitury::after {
  opacity: .5;
} 

.ad-panel-archive-head-date{
    color: var(--black-color) !important;
}
.table-responsive thead{
    position: sticky;
  top: 0;
}
.table-responsive{
    max-height: 300px !important;
    min-height: 300px;
}
.table_Content_Fund .nav-item{
    margin: 0px 6px !important;
}
.table_Content_Fund table{
    background-color: var(--color-white) !important;
    border-radius: 12px !important;
}
.table_Content_Fund .nav-link{
    border: 1px solid var(--background-blue) !important;
}
.table_Content_Fund .nav-link.active{
    background-color: var(--background-blue);
    color: var(--color-white) !important;
    padding-top: 8px !important;
}
.table_Content_Fund th,.table_Content_Fund td{
    border: 1px solid var(--table-border);
}
.table_Content_Fund tbody tr:nth-child(even){
    background-color: var(--table-bg) !important;
}
.table_Content_Fund thead tr{
background-color: var(--table-header-bg) !important;
}
.table_Content_Fund thead tr{
    color: var(--black-color) !important;
}
/* .section-height{
    min-height: 82vh !important;
} */
 .categor h6{
    margin: 0px !important;
    color: var(--black-color) !important;
    font-size: 11px !important;
 }
.categor{
    position: absolute;
    right: 20px !important;
    top: 20px;
    background-color: var(--text-golden);
    text-align: center !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-right: 13px !important;
    padding-left: 13px !important;
    border-radius: 50px !important;
    z-index: 99 !important;
}

 .name h4{
    margin: 0px !important;
    color: var(--color-white) !important;
    padding-right: 12px !important;
 }
.name{
    position: absolute;
    left: 20px !important;
    bottom: 20px;
    text-align: left !important;
    padding-top: 3px !important;
    z-index: 99 !important;
}



.bagrad .grad::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #ffffff00 20%, #000 100%);
    opacity: 0;
    transition: opacity 0.5s ease; pointer-events: none !important;
    border-radius: 14px !important;
    padding: 0px !important;
}


.bagrad .grad:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #ffffff00 0%, #0879FC 100%);
    
    border-radius: 14px !important;
    opacity: 1;
    padding: 0px !important;
}

.bagrad .grad:hover .image {
  opacity: 1;
}

.bagrad .grad::after {
  opacity: .5;
} 
.bagrad .grad, .bagrad button, .bagrad img{
    
    border-radius: 14px !important;
}
.bagrad img{
    width: 100% !important;
}
.covER{
    border-radius: 14px !important;
    /* min-width: 280px !important; */
    width: 200px !important;
    height: 350px !important;
    object-fit: cover !important;
    object-position: top !important;
}


.bagrad.overflow-hidden .modalOpener{
    overflow: hidden !important;
    position: relative !important;
}


.custom-btmpn{
    border: 1px solid var(--background-blue) !important;
    margin-right:6px !important;
    margin-bottom:12px !important;
}
.custom-btmpn.active{}
.table_Content_Fund {
    text-align: -webkit-center !important;
}

.table_Content_Fund .nav-item {
    max-width: 120px !important;
}

.table_Content_Fund ul.nav.nav-pills.nav-justified.mb-3 {
    justify-content: center;
}
/*  */

.tableContent_Fund .nav-item{
    margin: 0px 12px !important;
}
.tableContent_Fund table{
    background-color: var(--color-white) !important;
    border-radius: 12px !important;
}
.tableContent_Fund .nav-link{
    border: 1px solid var(--background-blue) !important;
}
.tableContent_Fund .nav-link.active{
    background-color: var(--background-blue);
    color: var(--color-white) !important;
    padding-top: 12px !important;
}
.tableContent_Fund th,.tableContent_Fund td{
    border: 1px solid var(--table-border);
}
.tableContent_Fund tbody tr:nth-child(even){
    background-color: var(--table-bg) !important;
}
.tableContent_Fund thead tr{
background-color: var(--table-header-bg) !important;
}
.tableContent_Fund thead tr{
    color: var(--black-color) !important;
}

.tableContent_Fund .nav-item {
    max-width: 210px !important;
}

.tableContent_Fund ul.nav.nav-pills.nav-justified.mb-3 {
    justify-content: center;
}
/*  */


.PgradFunc .podcastImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #ffffff00 20%, #000 100%);
    opacity: 0.5;
    transition: opacity 0.5s ease; pointer-events: none !important;
    border-radius: 14px !important;
}
.PgradFunc .podcastImg:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #ffffff00 0%, #0879FC 100%);
    opacity: 0.5;
    border-radius: 14px !important;
}

.PgradFunc .podcastImg:hover .image {
  opacity: .5; /* Optional: Reduce image opacity on hover */
}

.PgradFunc .podcastImg:hover::after {
  opacity: .5;
}
.br14{
    border-radius: 14px !important;
}
.Yellowbadge{
    background-color: var(--text-golden);
    font-size: 11px !important;
    padding: 3px 7px !important;
    border-radius: 14px !important;
}

.modal-footer button,.modal-footer button:hover{
    background-color: var(--background-blue);
}
.badge.bg-primary{
    background-color: var(--text-golden) !important;
    color: var(--black-color)
}

#newsModal .btn-close{
    color: var(--black-color) !important;
}
.c-black{
    color: var(--black-color) !important;
}
.c-white{
    color: var(--color-white) !important;
}
.z999{
    z-index: 999 !important;
}
.ImgcovER{
    width: 100% !important;
    object-fit: cover !important;
    min-height: 100% !important;
}
.modalheigh .rw{
    max-height: 700px !important;
    margin: 0px !important;
}
.row .rw{
    max-width: 100% !important;
}

.rw .modal-image-section{
    border: 0px !important;
}

.rw table{
    /* position: absolute !important;
    left: 0px;
    top: 0px !important; */
    background-color: #ffffff00 !important;
}
.rw .tablewith{
    position: absolute;
    top: 13px;
    left: 13px;
}
.bg-blue{
    background-color: var(--background-blue) !important;
    color: var(--color-white) !important;
}
.text-white {
    color: var(--color-white) !important;
}

.modalheigh th{
    padding: 3px !important;
    max-width: fit-content !important;
}
.modalheigh td{
    padding: 3px !important;
    max-width: fit-content !important;
}
.modalheigh tr{
    padding: 3px 20px !important;
}


.modalheigh td img{
    padding-top: 20px !important;
    padding: 0px !important;
}
.modalheigh .modal-body{
     padding: 0px !important;
}






.gd_table .nav-link{
    border: 1px solid var(--background-blue) !important;
}
.gd_table .nav-link.active{
    background-color: var(--background-blue);
    color: var(--color-white) !important;
    padding-top: 12px !important;
}
.gd_table th,.gd_table td{
    border: 1px solid var(--table-border);
}
.gd_table tbody tr:nth-child(even){
    background-color: var(--table-bg) !important;
}
.gd_table thead tr{
    background-color: var(--table-header-bg) !important;
}
.gd_table thead tr{
    color: var(--black-color) !important;
}

.rw th, .rw td{
    color: var(--color-white) !important;
}


@media screen and (min-width: 1400px) and (max-width: 1623px) {
    a.nav-link.menu-link {
        padding: 0px 10px !important;
    }
        [data-layout=horizontal] .navbar-menu .navbar-nav>.nav-item>.nav-link[data-bs-toggle=collapse]:after{
        display: none !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1450px) {
    a.nav-link.menu-link {
        padding: 0px 16px !important;
    }
    .here.container-fluid{
        min-width: 100% !important;
    }
    [data-layout=horizontal] .navbar-menu .navbar-nav>.nav-item>.nav-link[data-bs-toggle=collapse]:after{
        display: none !important;
    }
}
.paymentsIcons{
    margin-right: 20px !important;
}
.fCopyrightText{
    font-size: 11px !important;
}
@media screen and (max-width: 1024px){
    .navbar-nav .nav-item{
        padding: 7px 0px !important;
    }
    .navbar-nav{
        margin-top: 24px !important;
    }
    [data-layout=horizontal] .navbar-menu .navbar-nav>.nav-item>.nav-link[data-bs-toggle=collapse]:after{
        right: -10px !important;
    }
    .fCopyrightText{
        font-size: 7px !important;
    }
    .d-custom-header-donate{
        display: block;
    }
        .d-custom-header-Mdonate{
        display: none;
    }
    .paymentsIcons{
    margin-right: 120px !important;
    }
    .adjHeightforTab{
        max-height: 350px !important;

    }
    [data-layout=horizontal] .menu .menu-dropdown{
        padding-left: 0px !important;
        padding-bottom: 0px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1312px) {
    .d-custom-header-donate{
        display: block;
    }
    .d-custom-header-Mdonate{
        display: none;
    }
}
@media screen and (min-width: 1312px){
    .d-custom-header-donate{
        display: none;
    }
        .d-custom-header-Mdonate{
        display: block;
    }
}

video::after{
    background-image: url('../../assets/images/about.jpg');
}



.play-icon{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
    color: var(--color-white);  /* Adjust the icon color */
    z-index: 1;   
}

@media screen and (min-width:1024px){
    /* body:has(.dashhere) .footer{
        position: absolute !important;
    } */
}

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

html:has(.fundbackground) body{
    background-image: url('../images/originalTurban.png');
    background-position: center;
    background-size: cover;
}

html:has(.archivebackground) body{
    background-image: url('../images/backgrounds/2.jpg') !important;
    background-position: center;
    background-size: cover;
}

html:has(#tab5-tab.active):has(.archivebackground) body {
  background-image: none !important;
}




.fundbackground .podcastImg{
    min-width: 100% !important;
    /* height: 250px !important; */
    padding: 12px !important;
}

.nameWrapperCategoryFundRaising{
    /* font-size: 17px !important; */
    font-size: clamp(14px, 1vw + 0.5rem, 17px) !important;
    color: var(--color-white) !important;
    margin-top: 7px !important;
    height: 50px !important;
}
.Q-Rhere{
    min-height: 118px !important;
    border: 3px solid var(--background-blue);
    border-radius: 4px !important;
    box-shadow: 0px 2px 6px 2px #0000003f !important;
    max-width: 110px;
    background-color: var(--background-blue) !important;
}
.Q-Rhere h5{
    padding:3px 7px !important;
    margin: 0px !important;
    font-size: 14px !important;
    text-align: center !important;
    color: var(--color-white) !important;
}
.Q-Rhere img{
    position: relative !important;
    height: 100% !important;
    width: 100% !important;
}

.QRhere{
    position: fixed;
    /* bottom:7px !important; */
    margin-bottom: 0px !important;
    bottom:0px !important;
    z-index: 9999999;
    right: 7px !important;
    min-height: 118px !important;
    height: 130px !important;
    /* border: 3px solid var(--background-blue); */
    padding: 2px !important;
    border-radius: 4px !important;
    /* box-shadow: 0px 2px 6px 2px #0000003f !important; */
    max-width: 108px;
    overflow: hidden !important;
    background-color: var(--background-blue) !important;
}
.QRhere h5{
    padding:3px 7px !important;
    margin: 0px !important;    
    text-align: center !important;
    font-size: 13px !important;
    color: var(--color-white) !important;
}
.QRhere img{
    position: relative !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
}

@media screen and (max-width:1167px){
    [data-layout=horizontal] .navbar-nav ul{
        min-width: 100%;
        justify-content: space-evenly;
    }
    [data-layout=horizontal] .navbar-nav a.nav-link.menu-link{
        padding: 0px 9px !important;
    }
}
.month-btn.disabled{
    border-color: #C4C4C4 !important;
    background-color: var(--trans-color);
    color: #C4C4C4;
}
.month-btn:hover{
    background-color:var(--background-blue) !important;
}
.month-btn.disabled:hover{
    background-color:#C4C4C4 !important;
}
.month-btn{
    border: 2px solid var(--background-blue) !important;
    border-radius: 10px;
    padding: 28px 10px !important;
    margin-top: -10px !important;
    z-index: 1 !important;
    font-size: 24px !important;
    background-color: #fff !important;
}
.btn-herisBirthday{
    background-color:var(--background-blue) !important;
    color: var(--color-white) !important;
    
}
.btn-noBirthday{
    border-color: #B9B9B9 !important;
    color: #B9B9B9 !important;
}
.name-suggestion {
    cursor: pointer;
    transition: all 0.2s ease;
}
.name-suggestion:hover {
    background-color: var(--background-blue) !important;
}
.name-suggestion:hover .text-muted{
    color: var(--color-white) !important;
}
.highlight {
    background-color: var(--text-golden) !important;
    color: white;
    padding: 1px 3px;
    border-radius: 3px;
}
.buttonupperDot{
    text-align: center;    
    position: relative;
    z-index: 2 !important;
}
@media screen and (max-width:1024px) {
    .month-btn{
        font-size: 16px !important;
    }
}
.l-eventP{
    padding: 7px 0px !important;
    min-width: 100px !important;
}
.l-eventP .fs-5{
    font-size: 40px !important;
}
.l-eventP .fs-4{
    font-size: 30px !important;
}
.r-eventP{
    border: 1px solid var(--background-blue) !important;
}
.r-eventP .title{
    font-size: 18px !important;
}
.countEvent-month{
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 23px;
    background-color: none !important;
    font-weight: 600;
    color: var(--black-color) !important;
}
.kl:has(.btn.month-btn:hover) .countEvent-month {
    color: var(--color-white) !important;
}
.gradf {
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer !important;
}
.gradf.child{
    padding: 0px !important;
    overflow: hidden !important;
    min-width: 100% !important;
}
.gradf.child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(124deg, #ffffff00 20%, #000 100%);
    opacity: 1;
    border-radius: 10px !important;
    padding: 0px !important;
    overflow: hidden !important;
}


.gradf.child:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(124deg, #ffffff00 0%, #0879FC 100%);
    border-radius: 10px !important;
    opacity: 1;
    padding: 0px !important;
    overflow: hidden !important;
}

.videoBoxThumb:hover .gradf.child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(124deg, #ffffff00 0%, #0879FC 100%);
    border-radius: 10px !important;
    opacity: 1;
    pointer-events: none; /* ensures overlay doesn’t block clicks */
}

.nameSect{
    bottom: 20px !important;
    right: 10px !important;
    justify-items: flex-end;
}

.videoHouseBadge{
    background-color: var(--text-golden) !important;
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    padding:2px 6px !important;
    border-radius: 12px !important;
    color: var(--black-color) !important;
    z-index: 1;
}

.vdName{
    font-size: 18px;
    color: var(--color-white) !important;
    line-height: 18px;
    padding-bottom: 4px !important;
    /* letter-spacing: .5px !important; */
    font-weight: 600;
    margin: 0px !important;
    margin-right: -7px !important;
    padding-right: 12px !important;
    border-bottom: 2px solid var(--color-white);
}
.br-10{
    border-radius: 10px !important;
}
.nameSect .wholediv{
       font-size: 14px !important;
       font-weight: 300 !important;
    padding-right: 7px !important;
}
.wholediv{justify-self: stretch;}
.f-22{
    font-size: 18px !important;
}
.widthwebkit{
    width: -webkit-fill-available !important;
}
.mx-300{
    /* width: 300px; */
        margin: 0px 9px 0px 0px !important;
}
.platinumName button{
    background-color: var(--trans-color) !important;
    box-shadow: none !important;
    border: none !important;
    color: var(--color-white);
    text-transform: uppercase;
    border-radius: 10px !important;
}
img.position-absolute.platinumBadge {
    width: 65px !important;
    background-color: white;
    padding: 4px;
    border-radius: 50% !important;
}
.platinumBadge{
    top: -38px !important;
    left: 50%;
    transform: translateX(-50%);
}
.categoryDonorsTabs button{
    margin: 0px 4px 0px 0px !important;
}
/* .categoryDonorsTabs button:hover,.categoryDonorsTabs button.active{
    background-color: var(--background-blue) !important;
    border-color: var(--background-blue) !important;
    color: var(--color-white) !important;

} */
.bronze.active{
    background-color: #CE8946 !important;
    border-color: #CE8946 !important;
    color: var(--color-white) !important;
}
.silver.active{
    background-color: #C0C0C0 !important;
    border-color: #C0C0C0 !important;
    color: var(--color-white) !important;
}
.golden.active{
    background-color: #D3AF37 !important;
    border-color: #D3AF37 !important;
    color: var(--color-white) !important;
}
.donorBadgeCar{
    left: -30px !important;
    top: 20px !important;
    width: 50px !important;
}
.border-bronze{
    border-color: #CE8946 !important;
}
.border-silver{
    border-color: #C0C0C0 !important;
}
.border-golden{
    border-color: #D3AF37 !important;
}
.bronze{
    background-color: #CE8946 !important;border-color: #CE8946 !important;
}

.silver{
    background-color: #C0C0C0 !important;border-color: #C0C0C0 !important;
}

.golden{
    background-color: #D3AF37 !important;border-color: #D3AF37 !important;
}
#playPauseBtn{
    color:var(--background-blue); 
    font-size: 40px;
    position: absolute;
    right: 0px !important;
}
.fs-3{
    font-weight: 300 !important;
}
.gl0 {fill:var(--color-white)}
.gl1 {fill:var(--color-white);fill-rule:nonzero}
.bl0 {fill:var(--color-white)}
.bl1 {fill:var(--color-white);fill-rule:nonzero}
.sl0 {fill:var(--color-white)}
.sl1 {fill:var(--color-white);fill-rule:nonzero}
.silver, .golden, .bronze{
    font-weight: 500;
    font-size: 14px !important;
    color: var(--color-white) !important;
    margin-left: 0px !important;
}
.silver:hover, .golden:hover, .bronze:hover{
    background-color: var(--trans-color)  !important;
    color: #000 !important;
}
.silver:hover .sl0 {fill:#C0C0C0}
.silver:hover .sl1 {fill:#C0C0C0;fill-rule:nonzero}
.golden:hover .gl0 {fill:#D3AF37}
.golden:hover .gl1 {fill:#D3AF37;fill-rule:nonzero}
.bronze:hover .bl0 {fill:#CE8946}
.bronze:hover .bl1 {fill:#CE8946;fill-rule:nonzero}
.parentbadgeSlider{
    position: relative !important;
    max-width: inherit !important;
    
    text-align: -webkit-center !important;
}
.badgeSlider{
    background-color: #CE8946 !important;
    min-width: 100px !important;
    text-align: center;
    color: var(--color-white);
    position: absolute;
    top: 0%;
    left: 35%;
    transform: translate(0%, -10px);
}
.sil .badgeSlider{
    background-color: #C0C0C0 !important;    
}
.gol .badgeSlider{
    background-color: #D3AF37 !important;
}
.parentbadgeSlider hr{
    max-width: 150px !important;
}
        
        
        .loader {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background: white;
            z-index: 10;
        }
        
        .spinner {
            width: 40px;
            height: 40px;
            border: 4px solid #e0e0e0;
            border-top: 4px solid #4285f4;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin-bottom: 15px;
        }
        
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        .carouselSect {
            display: none;
        }
        
.arrowNavBottomNav i{
    font-size: 42px !important;
}

.arrowNavBottomNav a,.arrowNavBottomNav i{
    color: var(--background-blue) !important;
}
        
.arrowNavBottomNav .col-6:has(.la-arrow-left){
    text-align: left !important;
}
.arrowNavBottomNav .col-6:has(.la-arrow-right){
    text-align: right !important;
}
.gridjs-sort-neutral{
    display: none !important;
}
.rejectedTable tbody{
    max-height: 450px !important;
    overflow-y: auto !important;
}
.FundSquare {
    padding: 10px !important;
}
.FundSquare .podcastImg{
    border: 2px solid var(--background-blue) !important;
    background-color: var(--color-white) !important;
    border-radius: 10px !important;
}
.FundSquare h5{
    color: var(--background-blue) !important;
    font-size: 17px !important;
}

.col-3:has(.advsParent) .advsParent{
    position: relative !important;
    overflow: hidden !important;
}
.advsParent::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #ffffff00 40%, #000 100%);
    opacity: 1;
    transition: opacity 0.5s ease; pointer-events: none !important;
}


.advsParent:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #ffffff00 0%, #0879FC 100%);
    opacity: 1;
}

.advsParent:hover .image {
  opacity: 1;
}

.advsParent::after {
  opacity: 1;
} 
.detailAdv{
    z-index: 11 !important;
}
.adminNavbarMenu {
    padding-top: 20px !important;
}
.adminNavbarMenu .active{
    font-weight: 600 !important;
    color: var(--background-blue) !important;
}
.adminNavbarMenu .active i{
    font-weight: 400 !important;
}
.adminNavbarMenu .nav-item:has(.menu-link) {
    padding: 0px 0px !important;
}
.profileOverviewtabs span,.profileOverviewtabs a{
    color: var(--color-white) !important;
}


.phone-input.is-invalid{
    box-shadow: none !important;
}
.input-wrapper:has(.is-invalid){
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
.btn-blue{
    background-color: var(--background-blue) !important;
    color: var(--color-white) !important;
}



.tab-pane:has(.show) .dcf{
    --button-text: "See Fewer Politicians" !important;
}
.tab-pane:not(:has(.show)) .dcf {
    --button-text: "See More Politicians" !important;
}

.tab-pane:has(.show) .cff{
    --button-text: "See Fewer Armed Forces" !important;
}
.tab-pane:not(:has(.show)) .cff {
    --button-text: "See More Armed Forces" !important;
}

/* Apply the button text dynamically */
.dcf::before {
    content: var(--button-text); /* Set the button text dynamically */
}
.cff::before {
    content: var(--button-text) !important; /* Set the button text dynamically */
}

body:has(.scrollingNone) {
    min-height: 100vh !important;
    align-content: center;
}
@media screen and (min-width:1025px){
    body:has(.scrollingNone) .affectMe{
    margin-top: 71px !important;
}
}
@media screen and (max-width:1024px){
    body:has(.scrollingNone) .affectMe{
    margin-top: 40px !important;
}
    body:has(.scrollingNone) .main-c{
        padding: 80px 0px !important;
    }
}


.footer{
    padding: 0px !important;
    height: max-content !important;
}
.footer .row div{
    align-content: center !important; 
}

.WIDTHoNLY{
    max-width: 320px !important;
}
html:has(.centerall){
    align-content: center;
}
.fundbackground .podcastImg:hover{
    background-color: var(--background-blue) !important;
}
.fundbackground .podcastImg:hover h5.nameWrapperCategoryFundRaising,.fundbackground .podcastImg:hover .filF0{
    color: var(--color-white) !important;
    fill: var(--color-white) !important;
}


.arrowNavBottomNav a{    
    display: flex;
    align-items: center;
}
.arrowNavBottomNav a:has(.la-arrow-right) {
justify-content: end !important;
}
.titleInFocusWrapper{
    margin-top: 12px !important;
}
.h-400{
    height: 400px !important;
}

.table_Content_Fund .nav-link{
    font-size: clamp(7px, 1vw, 12px) !important;
}
@media screen and (min-width:1700px){
    .container:has(.maxWidthToken) {
        max-width: 1330px !important;
    }
}
@media screen and (max-width:1700px){
    .container:has(.maxWidthToken) {
        max-width: 1330px !important;
    }
    body:has(.responsiveFont) .app-menu .nav-item span{
        font-size: 14px !important;
    }
}

/* optimized FontSizes */
@media screen and (min-width: 1024px) and (max-width: 1700px) {
    body:has(.responsiveFont) .dashboard-icon-wrapper svg{
        width: 36px !important;
    }
    body:has(.responsiveFont) h4{
        font-size: 16px !important;
    }
    body:has(.responsiveFont) p{
        font-size: 11.5px !important;
    }
    /* Fundraising */
    body:has(.FresponsiveFont) h2, body:has(.genericResponFontsive) h2{
        font-size: 34px !important;
    }
    body:has(.FresponsiveFont) .podcastImg svg{
        height: 36px !important;
    }
    body:has(.FresponsiveFont) h5.nameWrapperCategoryFundRaising{
        font-size: 16px !important;
    }
    .nameWrapperCategoryFundRaising{
        max-height: 30px !important;
    }
    body:has(.FresponsiveFont) p, body:has(.genericResponFontsive) p{
        font-size: 11.5px !important;
    }
     body:has(.genericResponFontsive) .table_Content_Fund th{
        font-size: 12px !important;
    }
    body:has(.genericResponFontsive) .table_Content_Fund td{
        font-size: 11px !important;
    }
    .arrowNavBottomNav a{
        font-size: 12px !important;
    }
    
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    body:has(.responsiveFont) .dashboard-icon-wrapper svg{
        width: 30px !important;
    }
    body:has(.responsiveFont) h4{
        font-size: 14px !important;
    }
    body:has(.responsiveFont) h4.my-3{
        margin: 5px 0px !important;
    }
    body:has(.responsiveFont) p{
        font-size: 10px !important;
    }
    .app-menu .nav-item span{
        font-size: 14px !important;
    }   
    /* Fundraising */
    body:has(.FresponsiveFont) h2, body:has(.genericResponFontsive) h2{
        font-size: 30px !important;
        line-height: 30px !important;
        margin: 0px !important;
    }
    body:has(.FresponsiveFont) .tb-line{
        margin: 10px 0px !important;
    }
    body:has(.FresponsiveFont) .podcastImg svg{
        height: 30px !important;
    }
    body:has(.FresponsiveFont) h5.nameWrapperCategoryFundRaising{
        font-size: 14px !important;
    }
    .nameWrapperCategoryFundRaising{
        max-height: 42px !important;
    }
    body:has(.FresponsiveFont) p, body:has(.genericResponFontsive) p{
        font-size: 11.5px !important;
    }
    body:has(.genericResponFontsive) .table_Content_Fund th{
        font-size: 12px !important;
    }
    body:has(.genericResponFontsive) .table_Content_Fund td{
        font-size: 11px !important;
    }
    .arrowNavBottomNav a{
        font-size: 11px !important;
    }
}
@media screen and (max-width: 768px) {
    body:has(.responsiveFont) .col-xs-6,.FundSquare {
        flex: 0 0 50%; /* 50% width for each column */
        max-width: 50%;
    }
    body:has(.responsiveFont) .dashboard-icon-wrapper svg{
        width: 24px !important;
    }
    body:has(.responsiveFont) h4{
        font-size: 13px !important;
    }
    body:has(.responsiveFont) h4.my-3{
        margin: 5px 0px !important;
    }
    body:has(.responsiveFont) p{
        font-size: 9px !important;
    }.app-menu .nav-item span{
        font-size: 14px !important;
    }
    /* Fundraising */
    body:has(.FresponsiveFont) h2, body:has(.genericResponFontsive) h2{
        font-size: 26px !important;
        line-height: 30px !important;
        margin: 0px !important;
    }
    body:has(.FresponsiveFont) .width80{
        min-width: 100% !important;
    }
    body:has(.genericResponFontsive) .width80{
        min-width: 100% !important;
    }
    body:has(.FresponsiveFont) .podcastImg svg{
        height: 24px !important;
    }
    body:has(.FresponsiveFont) h5.nameWrapperCategoryFundRaising{
        font-size: 13px !important;
    }
    .nameWrapperCategoryFundRaising{
        min-height: 36px !important;
        max-height: 36px !important;
    }
    body:has(.FresponsiveFont) p, body:has(.genericResponFontsive) p{
        font-size: 11.5px !important;
    }
    body:has(.genericResponFontsive) .table_Content_Fund th{
        font-size: 12px !important;
    }
    body:has(.genericResponFontsive) .table_Content_Fund td{
        font-size: 11px !important;
    }
    .table_Content_Fund .nav-link{
        font-size: 11px !important;
    }
    .table_Content_Fund .nav-item{
        min-width: 90px !important;
        margin: 3px !important;
    }
    .arrowNavBottomNav a{
        font-size: 9px !important;
    }
    .d-custom-header-donate{
        padding: 7px 16px !important;
        background-color: var(--text-golden) !important;
    }
}
/* optimized FontSizes */

@media screen and (max-width:445px){
    body:has(.scrollingNone) .main-c{
        padding: 60px 0px !important
    }
    body:has(.scrollingNone) {
        min-height: 100% !important;
    }
    body:has(.scrollingNone) .card-hover-bg {
        padding-right: 4px !important;
        padding-left: 4px !important;
    }
    body:has(.scrollingNone) .card-hover-bg .bg-white {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    button.bg-yellow.rounded-pill.border-0.m-1.d-custom-header-donate {
    margin-right: -10px !important;
    z-index: 1;
}
body:has(.scrollingNone) .dashboard-icon-wrapper svg{
    width: 40px !important;
}
.FundSquare {
    padding: 4px !important;
}

.FundSquare .podcastImg svg{
    width: 40px !important;
}
body:has(.FresponsiveFont) .podcastImg svg{

    height: auto !important;
}
.evolutionMap{
    padding: 0px !important;
}
.custom-btmpn {
    padding: 5px 10px !important;
}
.carouselSect .active {
    
    overflow: hidden !important;
}
.carouselSect .carousel{
        height: 1000px !important;
    margin-bottom: -500px !important;
}
}
.mdi-menu::before {    
    color: white !important;
}
        [data-layout=horizontal] .menu .navbar-menu{
            z-index: 9999999999999999999 !important;
    }


    @media screen and (max-width:1024px){
        #scrollbar .justify-content-center.here li.nav-item {
    min-width: 100% !important;
    text-align: center !important;
}
#scrollbar .justify-content-center.here li.nav-item .nav-link{
    text-align: center !important;
    justify-content: center !important;
}
    #scrollbar #sidebarInFunds ,[data-layout=horizontal] .menu .menu-dropdown.show {
        background-color: #FFF0CC !important;
        margin-top: 10px !important;
    }
    [data-layout=horizontal] .navbar-menu .navbar-nav>.nav-item>.nav-link[data-bs-toggle=collapse]:after{
        right: 60px !important;
    }
    [data-layout=horizontal] .menu .navbar-menu{
        padding-right: 0px !important;
    }
    .nav-item:has(.Q-Rhere.d-lg-none.d-md-block.d-sm-block.d-xs-block){
         justify-items: center !important;
    }
    #scrollbar .nav-link:before{
        display: none !important;
    }
    /* .nav-item{
        border: 1px solid #000000 !important;
        border-radius: 0px !important;
        border-left:  0px !important;
        min-height: 20px !important;
    } */
    }

    button#topnav-hamburger-icon i,button#topnav-hamburger-icon .hamburger-icon{
        font-size: 26px !important;
        color: white !important;
        height: auto !important;
    }
    a.positionmetoright {
        position: absolute;
        right: 0px;
        font-size: 16px !important;
        font-weight: 500;
    }
    .platinumName{
        background-color: #00205b !important;
        color: #fff !important;
    }
    .allModals .modal-body.p-0 {
        max-height: 90vh !important;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .contentParts{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .allModals h2.text-uppercase {
        line-height: 38px !important;
        font-size: 32px !important;
    }

    .allModals .carousel-control-prev span,
    .allModals .carousel-control-next span{
        padding: 18px !important;
        background-color: #0879fc !important;
        border-radius: 50% !important;
        background-size: 20px !important;
    }
    .carousel-indicators{
        margin: 0% !important;
    }
    .carousel-indicators button{
        width: 100px !important;
        padding: 0% !important;
    }
    .carousel-indicators button img{
        /* width: 100% !important;
        height: 100% !important; */
    }
        #autoCarousel.carousel{
        max-height: 415px !important;
    }
    .carousel-indicators{
        position: relative !important;
    }
    .carousel-indicators.justify-content-between button {
        padding: 0px !important;
        margin: 0px !important;
        width: 110px !important;
    }
    #pills-babr .carousel-indicators button{
        background-color: #ffffff00 !important;
    }


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

    .psy-4 {
        padding: 12px !important;
        background-color: #fff !important;
    }
    .advancmentArenaPop .modal-dialog.modal.modal-dialog-centered {
        min-width: 700px !important;
        height: -webkit-fill-available !important;
    }
    .mx-500{
        max-width: 500px !important;
    }
    .fortnightFocus img{
        border: 10px solid #454545;
        box-shadow: 0px 4px 4px 0px #00000025;
        margin: 0px !important;
    }
    .fortnightFocus h3{
        font-size: 24px !important;
        font-weight: 600 !important;
        color: #000000 !important;
        padding-bottom: 12px !important;
        margin: 0px !important;
    }
    .fortnightFocus p {
        padding-top: 12px !important;
        font-size: 14px !important;
        place-self: center !important;
        align-self: center !important;
        margin: 0px !important;
    } 
    .w-50.mob50width{
        max-width: 780px !important;
    }
    .fortnightFocus .col-12.text-center.my-4 {
        justify-items: center !important;
    }
    .justify-self-center{
        justify-self: center !important;
    }


    @media screen and (min-width:768px) {
            .logmwd {
                min-width: 400px !important;
            }
    }
    @media screen and (max-height: 699px) {
        .logmwd h2.mb-0 {
            font-size: 22px !important;
        }
        .logmwd p.mt-1.fs-15.fw-medium{
            margin-bottom: 0px !important;
        }
        .logmwd .mt-4{
            margin-top: 0px !important;
        }
        .col-lg-3.col-md-5.col-sm-12.bg-whtie.hc-100.p-4.align-content-center.logmwd{
            padding: 10px !important;
        }
        .text-center.mt-sm-3.mb-4{
            margin: 6px 0px !important;
        }
    }
    @media screen and (max-height: 625px) {
        body:has(.logmwd){
            overflow-y: auto !important;
        }
    }


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