.land-flower {
    position: absolute;
    top: 5px;
    right: 0;
    animation: flower 2s ease infinite alternate-reverse;
}
.land-flower.fl1 {
    right: 56px;
}
.land-flower.fl2 {
    top: 70px;
    right: auto;
    left: 45px;
}
.land-flower.fl3 {
    top: 70px;
    bottom: 0;
    margin: auto;
    right: 5px;
}
.land-flower.fl4 {
    top: auto;
    bottom: 0;
    margin: auto;
    right: auto;
    left: -70px;
}
@keyframes flower {
    to {
        transform: rotate(360deg);
    }
}
.filter-tag-btn {
    border-radius: 30px;
    background-color: var(--gray);
    color: #fff;
    padding: 10px 24px;
    border: 0;
    white-space: nowrap;
    font-family: var(--secondary-font);
    font-size: 14px;
    font-weight: bold;
}
.section-title-36 {
    font-weight: 700;
    font-size: 36px;
}
.flower-trans {
    animation: flower 3s linear infinite ;
}
.suggestions-section .normal-suggest-item_std {
    width: 72%;
    min-width: 72%;
}
.sticky-filters-bar {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #EDE8E5;
}
.above-filters-sticky-tt {
    z-index: 2;
    top: 40px;
}
.sticky-filters-bar .logo-filters {
    opacity: 0;
    /* margin-top: -10px; */
}
[sticky-filters-bar].active .logo-filters {
    opacity: 1;
    margin-top: 0;
}
.foot-patt {
    position: relative;
    top: -25px;
}
footer.footer {
    margin-top: 25px;
}
.donation-info-section .bg {
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.donation-info-section .fig {
    width: 264px;
    z-index: 1;
}
.donation-info-section .box {
    padding-top: 185px;
    margin-top: -130px;
    position: relative;
    z-index: 0;
}
.px-40 {
    padding-inline: 40px;
}
.form-lbl {
    font-size: 12px;
    font-weight: 600;
    color: #00000099;
    margin-bottom: 5px;
}
.form-control {
    width: 100%;
    height: 30px;
    padding: 0 0 6px 0;
    border: 0;
    border-bottom: 1px solid #0000006B;
    font-size: 16px;
}
.iti__selected-country-primary {
    display: none;
}
.iti .iti__selected-dial-code {
    padding-bottom: 5px;
}
.iti {
    width: 100%;
}
.fower-checkbox-item input {
    display: none;
}
.fower-checkbox-item svg {
    width: 40px;
    height: 40px;
    transition: .4s;
    transform: rotate(-9deg);
}
.fower-checkbox-item svg path {
    fill: #e6e6e6;
    transition: .4s;
}
.fower-checkbox-item :checked + .span svg {
    transform: rotate(351deg);
}
.fower-checkbox-item :checked + .span path {
    fill: #835f57;
}
.fower-checkbox-item:nth-of-type(2) :checked + .span path {
    fill: #5a626f;
}
.fower-checkbox-item:nth-of-type(3) :checked + .span path {
    fill: #6f6640;
}
.fower-checkbox-item:nth-of-type(4) :checked + .span path {
    fill: #8e3fa4;
}
.fower-checkbox-item:nth-of-type(5) :checked + .span path {
    fill: #524686;
}
.donation-info-2-section .row2 .fower-checkbox-item :checked + .span path {
    fill: #33014a;
}
input.no-arr[type="number"]::-webkit-outer-spin-button,
input.no-arr[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.no-arr[type="number"] {
    -moz-appearance: textfield;
}
.donation-info-2-section .row2 .form-group {
    width: 130px;
}
.donation-info-2-section .row2 .form-control:disabled {
    opacity: 0.6;
    background-color: transparent;
}

.donation-info-3-section  .sign-btn  {
    color: #707070;
    font-weight: 500;
    font-size: 33px;
    width: 40px;
    height: 40px;
}
.number-of-cards-items {
    flex-direction: row-reverse;
}
.number-card-item {
    width: 20px;
    height: 40px;
    position: relative;
    border: 1px solid #8E3FA4;
    transition: .4s;
    border-radius: 3px;
}
.number-card-item:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -1px;
    width: 4px;
    height: calc(100% + 0px);
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    border: 1px solid #8E3FA4;
    border-left: 0;
    transition: .4s;
}
.number-card-item.active {
    width: 24px;
    background-color: #8E3FA4;
}
.number-card-item.active:before {
    opacity: 0;
}
.header-sticky {
    position: sticky;
    top: 0;
    z-index: 3;
    background: #EDE8E5D9;
    backdrop-filter: blur(10px)
}
textarea.form-control {
    resize: none;
    height: 56px;
}
.optional-field {
    padding-bottom: 7px;
}
.optional-span{
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
}
.switch-input input {
    display: none;
}
.switch-input .switch-input-slider {
    width: 50px;
    height: 25px;
    border-radius: 60px;
    background-color: #D9D9D9;
    padding: 3px 4px;
    display: flex;
    align-items: center;
    transition: .4s;
}
.switch-input .switch-input-slider:before {
    content: '';
    width: 17px;
    height: 17px;
    background-color: #fff;
    transition: .4s;
    border-radius: 50%;
}
.switch-input :checked ~ .switch-input-slider {
    background-color: #8e3fa4;
}
.switch-input :checked ~ .switch-input-slider:before {
    margin-inline-start: calc(100% - 17px);
}
.switch-input .lbll {
    color: #00000099;
    overflow: hidden;
}
.switch-input .lbl-x {
    position: relative;
    transition: .4s;
}
.switch-input .lbl-x.sw2 {
    position: absolute;
    top: -50px;
    opacity: 0;
}
.switch-input :checked ~ .lbll .sw1 {
    top: 50px;
    opacity: 0;
}
.switch-input :checked ~ .lbll .sw2 {
    top: 0px;
    opacity: 1;
}

.donation-phase-3-section .head {
    border-bottom: 1px solid #000000;
}
.checkout-item-input input {
    display: none;
}
.checkout-item-input .span {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    height: 75px;
}
.checkout-item-input :checked ~ .span {
    border: 5px solid #481F66;
}
.donation-phase-3-section .actions .btn1-bx,
.donation-phase-3-section .actions .btn1-bx button  {
    height: 61px;
}
.donation-phase-3-section .actions .btn1-bx button:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.donation-phase-3-section .actions .btn1-bx button:not(.default-btn) {
    display: none;
}
.donation-phase-3-section .actions .btn1-bx button.bg-custom-grad {
    background: linear-gradient(66.89deg, #9D1C82 4.09%, #E9212F 34.72%, #F8A457 91.59%);
}
.donation-success-section .fll1 {
    position: absolute;
    top: 0;
    left: -100px;
}
.donation-success-section .chk {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.donation-success-section .fll4 {
    margin-right: -30px;
}
.donation-success-section .fll5 {
    margin-left: -30px;
}
.donation-tracking-section .box {
    border-bottom: 1px solid #000;
}
.donation-tracking-section .box-item .fig {
    height: 70px;
    align-items: center;
    display: flex;
    margin-inline: auto;
}
.donation-tracking-section  .itm-barrier {
    flex: 1;
    background-color: #000000;
    height: 1px;
    position: relative;
    top: 33px;
}
.donation-tracking-section .box-item  .fig img {
    width: 24px;
    height: 24px;
}
.donation-tracking-section .box-item.active .fig img{
    height: 42px;
    width:  42px;
    animation: flower 3s linear infinite ;
}
.donation-tracking-section .boxes {
    width: 218px;
}
.donation-tracking-section .fzxc1 {
    margin-left: -55px;
}
.donation-tracking-section-new .zz1 {
    margin-top: -100px;
}
.donation-tracking-section-new .zz1 .fzxc333 {
    margin-right: -150px;
}
.add-otp-modal .otp-input {
    width: 200px;
    height: 60px;
    border: 1px solid #00000024;
    border-radius: 12px;
    letter-spacing: 4px;
    font-size: 35px;
}
.modal.modal-center .modal-body {
    top: 50px;
    opacity: 0;
}
.modal.modal-center.active .modal-body {
    top: 0;
    opacity: 1;
}
[resend-count-down-timer-otp-root].active [resend-count-down-timer-otp],
[resend-count-down-timer-otp-root] [resend-count-down-timer-otp-btn] {
    display: none;
}
[resend-count-down-timer-otp-root].active [resend-count-down-timer-otp-btn],
[resend-count-down-timer-otp-root] [resend-count-down-timer-otp] {
    display: block;
}

/* # New mobile number */
[mobile-number-new],[mobile-number-new] ~ .select2 {
    width: 80px!important;
    height: 30px!important;
  }
  [mobile-number-new],[mobile-number-new] ~ .select2 .select2-selection__arrow{
    display: none;
  }
  [mobile-number-new],[mobile-number-new] ~ .select2-container .select2-selection--single{
    height: 30px!important;
  }
  [mobile-number-new] ~ .select2-container .select2-selection--single .select2-selection__rendered{
    border-bottom: 1px solid #0000006B;
    border-radius: 0!important;
    border-right: 0!important;
  }
  [mobile-number-new] ~ .select2-container.select2-container--default .select2-selection--single {
    border: 0!important;
  }
  [mobile-number-new] ~ .select2-container.select2-container--default .select2-selection--single:hover {
    background-color: rgba(0, 0, 0, 0.01);
  }
  [mobile-number-new] ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 29px;
  }
/* ## New mobile number */


.normal-suggest-item_std.new .fig img {
    height: 294px;
}
