.donation-popup {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}
#popup-content {
    height: 100%;
    /*width: 100%;
    width: 354px;*/
    overflow-y: hidden;
    overflow-x: hidden;
}
/* מצב התחלתי – מחוץ למסך */
.popup-screen {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

/* כניסה קדימה (next) – מימין לשמאל */
.popup-screen.dir-next {
    transform: translateX(100%);
}
.popup-screen.dir-next.is-active {
    transform: translateX(0);
    opacity: 1;
}
.popup-screen.active {
    opacity: 1;
    transform: translateX(0);
}

/* כניסה אחורה (back) – משמאל לימין */
.popup-screen.dir-back {
    transform: translateX(-100%);
}
.popup-screen.dir-back.is-active {
    transform: translateX(0);
    opacity: 1;
}
.wrapper {
    position: relative;
    padding: 30px; 
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    /*overflow-y: auto;*/
}
#left-side {
    height: 100%;
    min-width: 514px;
    width: 100%;
    max-width: 520px;
}
.d-desktop {
    padding: 0 30px;
    display: block;
}
.d-mobile {
    display: none!important;
}
.popup-content-inner {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.donation-form-step {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    width: 294px;
}
.donation-form-step.wide {
    width: 898px;
}

.donation-popup * {
    font-family: "Plus Jakarta Sans";
}

.donation-popup h3 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 128.8%;
}

.donation-popup .mb-30 {
    margin-bottom: 30px;
}
.donation-popup .mb-20 {
    margin-bottom: 20px;
}

.donation-popup .font-16 {
    font-size: 16px;
}

.donation-popup .font-14 {
    font-size: 14px;
    font-weight: 700;
    line-height: 128.8%; 
}

.donation-popup .d-flex {
    display: flex;
}
.donation-popup .checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px; 
    margin-bottom: 1em;
}

.donation-popup .space-between {
    justify-content: space-between;
}

.donation-popup .flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 5px;;
}
.donation-popup .flex-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.donation-popup-content {
    display: flex;
    gap: 20px;
    position: relative;
    margin: 100px auto;
    min-height: 60vh;
    height: 610px;
    overflow: hidden;
}

.close-popup-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    background: none!important;
    border: none;
    color: #8D8D8D!important;
    cursor: pointer;
    z-index: 99;
}

.donation-popup .align-center {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.donation-popup .svg-wrap {
    transform: translateX(10px);
}
.donation-form-step .back,
.donation-form-step .skip {
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    gap: 8px;
}
.donation-form-step .icon-wrap,
.donation-form-step .icon-wrap {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    cursor: pointer;
}
.donation-form-step .back .icon-wrap svg,
.donation-form-step .skip .icon-wrap svg {
    height: 1rem;
}
.donation-form-step .text.summary {
    font-size: 20px;
    align-items: normal;
}
h2, h3, h4 {
    color: #000;
    font-weight: 700;
    line-height: 128.8%; 
    margin-bottom: 10px;
    margin-top: 0;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 15px;
}
input, textarea {
    color: #000;
    outline: none;
}
input:hover, textarea:hover {
    transition:box-shadow .2s, transform .2s!important;
    box-shadow:0 6px 18px rgba(0,0,0,0.12);
}
input:not[type="checkbox"]:focus, textarea:focus  {
    outline: 1px solid #00000083;
}
input::placeholder, 
textarea::placeholder {
    color: #8D8D8D;
}
input, input::placeholder, 
textarea, textarea::placeholder {
    font-size: 13px!important;
    font-weight: 500;
    line-height: 128.8%!important;
    opacity: 1;
}
input, textarea, select {
    border-radius: 12px!important;
    border: 1px solid #E8E8E8!important;
    padding: 15px 12px!important;
}
.donation-form-step .fields-wrap {
    margin: 20px 0 10px;
}

#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.spinner {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/**** Choose Default Template ****/

#left-side .card-content {
    padding: 30px; 
}
#left-side .card .main-img {
    border-radius: 10px 10px 0 0;
    height: 350px;
    object-fit: cover;
}
#left-side .card .logo {
    max-width: 1180px;
    margin-bottom: 20px;
}
#left-side .card .title {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    line-height: 175%;
}
#left-side .card .body-text {
    
    color: #292C33;
    font-size: 16px;
    font-weight: 400;
    line-height: 175%; 
}
/**** End Default Template ****/

/**** Choose Amount Template ****/
.custom-radio {
    width: 100%;
    gap: 10px;
    border-radius: 12px;
    flex-wrap: wrap;
}

.custom-radio.field-group-2-options {
    border: 1px solid #E8E8E8;
    padding: 5px;
}

.custom-radio.field-group-2-options label {
    line-height: 1;
    color: #8D8D8D;
    text-align: center;
}

.custom-radio.field-group-2-options label svg {
    margin-right: 5px;
}

.custom-radio.field-group-2-options input:not(:checked) + label svg {
    filter: brightness(0) saturate(100%) invert(11%) sepia(3%) saturate(3319%) hue-rotate(184deg) brightness(95%) contrast(84%);
    opacity: 0.4;
}

.donation-amount-section {
    margin-top: 50px;
}

.custom-radio input[type="radio"] {
    opacity: 0;
    position: fixed;
    /*width: 0;*/
}

.custom-radio input[type="radio"]:checked + label,
.custom-radio input[type="radio"]:checked + label span  {
    color: #fff!important;
}

.custom-radio.field-group-amount .option-field {
    flex-basis: calc(50% - 5px);
    border-radius: 12px;
    border: 1px solid #E8E8E8;
}

.custom-radio.field-group-amount label {
    padding: 15px;
    color: #000;
    height: 100%;
}
.custom-radio.field-group-amount label:hover,
.design-option label:hover {
    box-shadow:0 6px 18px rgba(0,0,0,0.12);
    transition:box-shadow .2s, transform .2s;
}
.custom-radio.field-group-amount .option-field .donation-description {
    color: #8D8D8D;
    font-weight: 400;
    font-size: 13px;;
    display: block;
    margin-top: 5px;
    text-wrap: balance;;
}
.custom-radio.field-group-amount .option-field.other {
    position: relative;
}
.custom-radio.field-group-amount .option-field.other label {
    padding: 20px 15px;;
}
.custom-radio.field-group-amount .option-field .other-amount {
    display: none;
    position: absolute;
    bottom: 0;
    border-radius: 8px;
    cursor: pointer;
    cursor: pointer;
    width: 100%;
    color: #000;
}
.custom-radio.field-group-amount .option-field .other-amount input {
    font-size: 14px!important;
    padding: 20px 15px 20px 30px!important;
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 8px!important;
    border: 1px solid #E8E8E8!important;
    cursor: pointer;
    color: #000;
}
.custom-radio.field-group-amount .option-field.other input + label {
    background-color: transparent!important;
}

.custom-radio.field-group-amount .option-field .other-amount input:focus {
    outline: none;
}
.custom-radio.field-group-amount .option-field .other-amount input::placeholder {
    color: #000;;
    font-size: 14px!important;
    font-weight: 700!important;
}

.other-amount .currency-symbol {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    pointer-events: none;
    z-index: 9;
  }

.currency-symbol {
    font-family: sans-serif;
    font-weight: 400;
    width: 15px;
    display: inline-block;
    font-size: 14px;
}

.custom-radio label {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    display: block;   
}

.custom-radio input:not(:checked) + label:hover {
    opacity: 0.7;
}

.next-btn button {
    width: 100%;
    border: none;
    padding: 15px;
    color: #fff;
}
.next-btn svg {
    margin-left: 10px;
}
.currency-select {
    position: absolute;
    width: 50px;
    opacity: 0;
}
#choose-amount .currency-select option {
    font-size: 10px;
}
#choose-amount  .custom-select {
    padding: .5rem 0;
    color: #8D8D8D;  
    font-size: 10px;
    font-weight: 600;
    line-height: 128.8%;
}
#choose-amount  .custom-select svg {
    margin-left: 5px;
}
.custom-radio .option-field {
    flex-grow: 1;
    padding: 0;
}
.image-wrapper {
    justify-content: flex-end;
    margin-bottom: -6px;
    margin-right: -25px;
}
.image-wrapper img {
    max-width: 115px;
    transform: rotate(17deg);
}
.footer .open-panel,
.footer .open-panel:hover {
    color: #8D8D8D;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none!important;
    background-color: transparent!important;
    padding: 0;
    border: none;
    outline: none;;
}
.fullscreen-panel {
    position: absolute;
    top: -200%;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 999999; 
    transition: top 0.6s ease;
    padding: 30px 0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.fullscreen-panel.open {
    top: 0;
}
.fullscreen-panel .flex-col {
    height: 100%;
    justify-content: space-between;
}
.fullscreen-panel .panel-wrapper {
    justify-content: space-between;
    height: 100%;
}
.fullscreen-panel .panel-title {
    color: #292C33;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    margin: 0;
}
.fullscreen-panel .panel-question,
.fullscreen-panel .panel-answer
 {
    font-size: 14px;
    line-height: 1.8;
}
.fullscreen-panel .panel-question {
    font-weight: 700;
    margin: 20px 0 5px;
}
.fullscreen-panel .panel-content {
    overflow-y: auto;
    max-height: 450px;
    padding: 0 30px;
}
.fullscreen-panel .panel-cards {
    margin: 25px 0;   
}
.fullscreen-panel .panel-card {
    border: 1px solid;   
}
.fullscreen-panel .next-btn {
    padding: 0 30px;
}
.fullscreen-panel .panel-content .flex-row  {
    border-radius: 10px;
    padding: 20px;
    gap: 15px;
    margin: 10px 0;
    line-height: 1.2;
    font-size: 14px;
}
.fullscreen-panel .panel-content .flex-row svg {
    width: 40px;
}
.fullscreen-panel .privacy-flex {
    align-items: flex-start;
    gap: 10px!important;
    padding: 15px!important
}
.fullscreen-panel .privacy-flex .secure {
    font-size: 13px;
}
.fullscreen-panel .privacy-flex svg {
    padding-top: 2px;
    width: 25px!important;
    height: 22px;
}

/**** End Choose Amount Template ****/

/**** Choose Payment Method Template ****/

.payment-wrapper {
    padding: 25px 10px 25px 30px;
}
.payment-info {
    overflow-y: scroll;
    max-height: 426px;
    padding-right: 14px;
}
#choose-payment-method .amount-lg {
    font-size: 36px;
}
#choose-payment-method .amount-lg .currency-symbol {
    font-size: 24px;
    margin-bottom: 2px;
    vertical-align: middle;
}
#choose-payment-method .amount-wrap {
    font-weight: 700;
    margin-top: 12px;;
}
#choose-payment-method .text {
    color: #292C33;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    opacity: 0.8;
    margin-top: 15px;
}
#choose-payment-method .text input {
    font-size: 13px;
}
#choose-payment-method .cover_costs,
#choose-payment-method .cover_costs select {
    color: #292C33;
    font-size: 13px;
    font-weight: 400;
}
#choose-payment-method .cover_costs select {
    width: 80px;
    padding: 5px 10px!important;
    border-radius: 20px!important;    
    font-weight: 700;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 11px;
}
#choose-payment-method .cover_costs {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#choose-payment-method .cover_costs .other-amount {
    position: relative;
}
#choose-payment-method .contribution {
    margin-top: 10px;
    gap: 10px;
    justify-content: center;
}
#choose-payment-method .dedication span {
    font-size: 13px;
    line-height: 1.2;
    opacity: 0.8;
    text-align: center;
}
#choose-payment-method .contribution .currency-symbol {
    left: 10px;
    font-size: 13px;
}
#choose-payment-method .cover_costs .other-amount input {
    padding: 5px 5px 5px 25px!important;
    border-radius: 5px!important;
    border: 1px solid #E8E8E8!important;
    color: #292C33;
    font-size: 13px!important;
    width: 150px;
}
#choose-payment-method .payment-btn {
    margin-bottom: 10px;
    border-radius: 10px;
    width: 100%;    
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid;
    height: 51px;
}
/**** End Choose Payment Method Template ****/



/**** Payment Template ****/
#secure-payment .next-btn {
    margin-right: 20px;
}
#secure-payment {
    width: 314px!important;
}
#secure-payment .secure {
    font-size: 15px;
    font-weight: 700;
    line-height: 128.8%; 
    color: #000;
}
#card-wrapper {
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    padding: 14px 15px;
}
#card-wrapper:hover {
    transition: box-shadow .2s, transform .2s !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
/*#card-element input::placeholder  {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    line-height: 128.8%;
}*/
#card-errors, .error-msg {
    font-size: 10px;
    color: #ef4444;
    line-height: 1;
    margin-top: 4px;
}
#secure-payment .fields-wrap .d-flex {
    gap: 10px;
    margin-bottom: 10px;
}
#secure-payment .field-group {
    position: relative;
    margin-top: 10px;
}
#secure-payment .field-group.business {
    margin-top: 5px;
}
#secure-payment .field-group label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;    
}
#secure-payment .field-group svg {
    position: absolute;
    left: 10px;
    top: 11px;
    /*top: 50%;
    transform: translateY(-50%);*/
    width: 20px;
    height: 20px;
    pointer-events: none;
}
#secure-payment .address_manually .field-row input,
#secure-payment .address_manually .field-row select {
    padding: 12px 15px!important;
}
#secure-payment .field-group input,
#secure-payment .field-group select {
    padding: 12px 15px 12px 35px!important;
    color: #000;
    font-size: 13px!important;
    font-weight: 500;
    line-height: 128.8%!important;
}
#secure-payment .field-group input:focus,
#secure-payment .field-group select:focus {
    outline: none;
}
.address_manually .field-row {
    gap: 8px;
    margin-bottom: 8px;
}
.address_manually.hidden {
    position: absolute!important;
    top: -99999px;
}

.address_manually .field-row > div {
    flex:1;
}
#secure-payment #autocomplete-results {
    list-style: none;
    border-radius: 12px;
    border: 1px solid #E8E8E8;
    max-height: 180px;
    overflow-y: auto;
    position: absolute;
    background-color: white;
    width: 100%;
    z-index: 10;
    padding: 0;
    margin: 4px 0;
}
#secure-payment #autocomplete-results:empty {
    border: none;;
}
#secure-payment #autocomplete-results li {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 13px;
    color: #8D8D8D;
}

#secure-payment #autocomplete-results li:hover {
  background-color: #f0f0f0;
}

#secure-payment .edit_manually {
    display: flex;
    justify-content: end;
    color: #8D8D8D;
    cursor: pointer;
}
#secure-payment .font-11 {
    /*color: rgba(41, 44, 51, 0.40);*/
    font-size: 11px;
    font-weight: 600;
}


/**** End Payment Template ****/

#approved {
    height: 100%;
    justify-content: center;
}
#approved .flex-col {
    gap: 40px;
}
#approved svg {
    margin-right: 15px;
}

/**** Thank You Template ****/
#thank-you, 
#make-it-ongoing,
#updates  {
    padding-top: 60px;
}
#thank-you .summary, 
#make-it-ongoing .summary,
#updates .summary {
    text-align: center;
    gap: 5px;
    display: flex;
    flex-direction: column;
}
#make-it-ongoing .one-time-btn button {
    background-color: transparent;
    border: 1px solid;
}
#make-it-ongoing button {
    font-weight: 500;
}
#make-it-ongoing svg,
#updates svg {
    margin-left: 15px;
}
/**** End Thank You Template ****/

/**** Dedication Template ****/

#dedication .hidden {
    display: none;
}
/*#dedication .flex-col input, 
#dedication .flex-col textarea {
   padding: 15px 12px;
}*/
.dedication-section {
    gap: 30px;
    justify-content: flex-start;
}
#dedication .flex-col input:focus, 
#dedication .flex-col textarea:focus {
     outline: 1px solid;
}
#dedication .honor-tab {
    gap: 30px;
}
#dedication .custom-select-wrapper {
  position: relative;
  margin-top: 20px;
}
#dedication .custom-select {
    border-radius: 12px;
    border: 1px solid #E8E8E8;
    cursor: pointer;
    user-select: none;
    position: relative;
    margin-bottom: 10px;
}
#dedication #in-honor-name {
    height: 50px;;
}
#dedication .custom-select .selected,
#dedication .custom-select .option {
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
}
#dedication .custom-select .selected {
    justify-content: space-between;
}
#dedication .custom-select .selected-option {
    display: flex;
    align-items: center;
    gap: 10px;
}
#dedication .custom-select .selected-option span {
    padding-top: 4px;;
}

#dedication .custom-select .options {
    display: none;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    border-top: none;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
}

#dedication .custom-select.open .options {
    display: block;
}

#dedication .custom-select .option:hover {
    background-color: #f0f0f0;
}

#dedication .dedication-section {
    margin-bottom: 10px;
}
#dedication .custom-radio label {
    padding: 12px 20px;
}
#dedication .flex-col {
    gap: 12px;
}
#dedication-email {
    flex-direction: row; 
}
#dedication-email label {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;;
}
#dedication-email .flex-row {
    justify-content: space-between;
}
#dedication-email .plus .icon-wrap {
    border-radius: 6px;
    border: none;
    margin-left: 10px;
    width: 30px;
    height: 30px;
}
#dedication-email .plus  {
    align-items: center;
    justify-content: space-between;
}
#dedication-email .email_address {
    margin: 0;
}
#dedication-email .remove-email {
    position: absolute;
    right: 8px;
}
#dedication-email .email-fields .email-row {
    display: flex; 
    align-items: center; 
    gap: 5px; 
    margin-top: 8px; 
    position: relative;
}
.donation-form-step.wide .wide-right {
    width: 500px;
    justify-content: space-between;
}
.donation-form-step.wide .wide-left {
    padding-right: 50px;
}
.donation-form-step.wide .wide-right .border-left {
    border-left: 1px solid #E8E8E8;
    padding-left: 30px;
    justify-content: space-between;
}

.design-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-bottom: 12px;
  }

  .design-option {
    border: 2px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s ease;
    position: relative;
  }

  .design-option input[type="radio"] {
    position: absolute;
    opacity: 0;
  }

  .design-option label {
    display: block;
    user-select: none;
    cursor: pointer;
  }

  .design-option img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
  }

  /* Highlight selected option */
  .design-option input[type="radio"]:checked + label {
    border: 2px solid; /* Pink-ish */
    border-radius: 16px;
    box-sizing: border-box;
  }

  .no-design {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
  }
/**** End Dedication Template ****/


/**** Dedsignation Template ****/
.designation-wrap {
    height: 100%;
    justify-content: space-between;
}
.designation-wrap h2,
.dedication-wrapper h2 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.designation-wrap  .grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
}
.designation-wrap input {
    opacity: 0;
    position: absolute;
}
.designation-wrap .input-all,
.designation-wrap .next-btn {
    flex: 1;
}
.designation-wrap .flex-row {
    gap: 20px;
}
.designation-wrap .input-all label {
    line-height: 45px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid transparent;
    height: 50px;
    border-radius: 10px;
    padding: 0 30px;
    width: 100%;
    text-align: center;
}
.designation-wrap .input-all label svg {
    margin-right: 10px;
}
.designation-wrap .card {
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    display:flex;
    justify-content:space-between;
    align-items:stretch;
    padding:10px;
    cursor:pointer;
    transition:box-shadow .2s, transform .2s;
}
.designation-wrap .card:hover{
    box-shadow:0 6px 18px rgba(0,0,0,0.12);
}
.designation-wrap .card-info{
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:4px;
}
.designation-wrap .card-icon{
    font-size:24px;
}
.designation-wrap .card-icon svg {
    filter: brightness(0) saturate(100%) invert(62%) sepia(1%) saturate(0%) hue-rotate(91deg) brightness(90%) contrast(94%);
}
.designation-wrap .card-title{
    font-size: 15px;
    font-weight: 700;
    line-height: 128.8%;
}
.designation-wrap .card-sub{
    font-size:13px;
    color:#888;
}

.designation-wrap .card-img{
    width:183px;
    border-radius: 10px;
    background: lightgray 0px -11.713px / 100% 264.803% no-repeat;
    overflow:hidden;
    flex-shrink:0;
}
.designation-wrap .card-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    
}

    
    @media(max-width:700px){
        .grid{
            grid-template-columns:1fr;
        }
    }

/**** End Dedsignation Template ****/

/**** Double Template ****/
#double .text h3 {
    color: #292C33;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
#double .text div {
    color: #292C33;
    text-align: center;
    font-size: 16px;
    line-height: 175%; 
}
/**** End Double Template ****/


/****  Finish Donation Template ****/
#finish-donation {
    background-color: #000000;
    width: 354px;
    padding: 50px 30px;
}
#finish-donation .next-btn .finish {
    border: 1px solid;
    color: #ffffff!important;
}
#finish-donation .next-btn .next {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
}
#finish-donation .next-btn button:hover {
    background-color: transparent!important;
}
#finish-donation .next-btn .next:hover {
    color: #ffffff;
}
#finish-donation .finish-text {
    color: #ffffff;
    flex-direction: column;
}
#finish-donation .finish-text h3 {
    font-size: 20px;
    color: #ffffff;
}
#finish-donation .finish-text div {
    font-size: 16px;
}

/****  End Finish Donation Template ****/


@media (max-width: 1024px) {
    .d-desktop {
        display: none!important;
    }
    .d-mobile {
        display: block;
    }
    #left-side {
        display: none;;
    }
    .donation-form-step, #secure-payment {
        max-width: 95vw;
        width: 100%!important;
        padding: 25px;
    }
    .wrapper {
        padding: 0!important;
    }
    #secure-payment, #designation {
        padding: 25px 10px 25px 25px;
    }
    #secure-payment .next-btn {
        padding-right: 15px;
    }
    #finish-donation, #thank-you, #approved, #dedication.donation-form-step, #updates {
        width: 95vw!important;
    }
        .designation-wrap {
        overflow-y: scroll;
        padding-right: 14px;
    }
    .designation-wrap .flex-row {
        gap: 10px;
        flex-direction: column;
    }
    .designation-wrap .input-all, 
    .designation-wrap .next-btn {
        width: 100%;
    }
    .designation-wrap .input-all label {
        padding: 0 10px;
    }
    .designation-wrap .card-img {
        width: 100%;
    }
    .designation-wrap .card {
        gap: 15px;
        flex-direction: column;
        height: 100%;
    }
    .designation-wrap .card-title {
        font-size: 13px;
    }
    #dedication-email {
        flex-direction: column;
        overflow-y: scroll;
        padding: 0 14px 0 0!important;
        width: 100%!important;
    }
    .donation-form-step.wide .wide-left {
        padding-right: 0;
    }
    .donation-form-step.wide .wide-right {
        width: 100%;
    }
    .donation-form-step.wide .wide-right .border-left {
        padding: 0;
        border: none;
        margin-top: 10px;
    }
    .dedication-wrapper {
        width: 95vw!important;
        padding: 25px 10px 25px 25px!important;
    }
    .design-options {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    #dedication-email .flex-row {
        justify-content: flex-start;
        gap: 45px;
    }
    #dedication-email label {
        margin-bottom: 0;
    }
}