﻿

@font-face {
    font-family: "bagoss_standardregular";
    src: url("../fonts/bagossstandard-regular-webfont.woff2") format("woff2"), url("../fonts/bagossstandard-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "bagoss_standardmedium";
    src: url("../fonts/bagossstandard-medium-webfont.woff2") format("woff2"), url("../fonts/bagossstandard-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "value_serif_promedium";
    src: url("../fonts/value_serif_pro_medium-webfont.woff2") format("woff2"), url("../fonts/value_serif_pro_medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "value_serif_proregular";
    src: url("../fonts/value_serif_pro_regular-webfont.woff2") format("woff2"), url("../fonts/value_serif_pro_regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
.ever-container {
    max-width: 610px;
    margin: auto;
    font-family: "bagoss_standardregular";
  }
  
  /* Heading */
  .main-heading {
    font-size: 48px;
    color: #0066B2;
    margin: 0 0 16px;
    font-weight: 500;
    font-family: "value_serif_promedium";
  }
  @media (max-width: 600px) {
    .main-heading {
      font-size: 28px;
      margin: 0 0 10px;
    }
  }
  
  .subtitle {
    font-size: 25px;
    line-height: 35px;
    color: #00243E;
    margin: 0 0 60px;
  }
  @media (max-width: 600px) {
    .subtitle {
      margin: 0 0 30px;
      font-size: 18px;
      line-height: 25px;
    }
  }

 
  /* Card */
  .card-section {
    margin-top: 20px;
    border-radius: 20px;
    padding: 0;
    background: rgba(230, 240, 247, 0.5019607843);
    border: 1px solid #B0D0E7;
  }
  .card-section.add-donation {
    background-color: #fff;
  }
  
  /* Header strip */
  .card-header-sec {
    text-align: center;
    padding: 0 12px;
    font-size: 20px;
    font-weight: 500;
    height: 62px;
    line-height: 62px;
    color: #0066B2;
    background: #E6F0F7;
    border-radius: 20px 20px 0 0;
    border-bottom: 1px solid #B0D0E7;
    font-family: "bagoss_standardmedium";
  }
  
  /* Body */
  .card-body-sec {
    padding: 20px 16px 40px;
  }
  .card-body-sec .form-group-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 16px;
    gap: 10px;
  }
  .card-body-sec .form-group-sec > *:only-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .card-body-sec .form-group-sec.add-postcode > .form-group-block:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .card-body-sec .form-group-sec.add-postcode > .form-group-block:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .card-body-sec .form-group-sec.add > .form-group-block:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .card-body-sec .form-group-sec.add > .form-group-block:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64%;
            flex: 0 0 64%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  @media (max-width: 550px) {
    .card-body-sec .form-group-sec.add-postcode, .card-body-sec .form-group-sec.add {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .card-body-sec .form-group-sec.add-postcode > .form-group-block, .card-body-sec .form-group-sec.add > .form-group-block {
      -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 100% !important;
              flex: 0 0 100% !important;
      width: 100%;
    }
  }
  .card-body-sec .form-group-sec input {
    border: 1px solid rgb(0, 102, 178);
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    background-color: transparent;
    height: 58px;
    border-radius: 30px;
    padding: 0;
    color: #0066B2;
    font-size: 20px;
    font-weight: 400;
    font-family: "bagoss_standardregular";
    padding: 16px;
    width: 100%;
  }
  .card-body-sec .form-group-sec input::-webkit-input-placeholder {
    color: #0066B2;
  }
  .card-body-sec .form-group-sec input::-moz-placeholder {
    color: #0066B2;
  }
  .card-body-sec .form-group-sec input:-ms-input-placeholder {
    color: #0066B2;
  }
  .card-body-sec .form-group-sec input::-ms-input-placeholder {
    color: #0066B2;
  }
  .card-body-sec .form-group-sec input::placeholder {
    color: #0066B2;
  }
  .card-body-sec .form-group-sec.search {
    position: relative;
  }
  .card-body-sec .form-group-sec.search .icon {
    position: absolute;
    right: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 16px;
    color: #888;
  }
  .card-body-sec .form-group-gift .block {
    margin-bottom: 16px;
  }
  .card-body-sec .form-group-gift .gift-heading {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #0066B2;
    font-weight: 500;
    font-family: "bagoss_standardmedium";
    margin-bottom: 8px;
  }
  .card-body-sec .form-group-gift .note {
    font-size: 13px;
    line-height: 18px;
    color: #0066B2;
    font-family: "bagoss_standardregular";
    margin-bottom: 40px;
    display: block;
  }
  .card-body-sec .massage {
    color: #00243E;
    font-size: 16px;
    line-height: 22px;
    font-family: "bagoss_standardregular";
    margin-bottom: 16px;
    display: block;
  }
  .card-body-sec .address-manually {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #0066B2;
    font-weight: 500;
    font-family: "bagoss_standardmedium";
    padding: 10px 0 0;
    margin-bottom: 10px;
  }
  .card-body-sec .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    font-size: 20px;
    color: #0066B2;
    font-family: "bagoss_standardmedium";
    gap: 8px;
  }
  .card-body-sec {
    /* Hide default checkbox */
  }
  .card-body-sec .custom-checkbox input {
    display: none;
  }
  .card-body-sec {
    /* Circle */
  }
  .card-body-sec .checkmark {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #0066B2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .card-body-sec {
    /* Check icon */
  }
  .card-body-sec .checkmark::after {
    content: "✔";
    color: #fff;
    font-size: 13px;
    font-weight: bold;
  }
  .card-body-sec {
    /* Unchecked state */
  }
  .card-body-sec .custom-checkbox input:not(:checked) + .checkmark {
    background-color: #ccc;
  }
  .card-body-sec .custom-checkbox input:not(:checked) + .checkmark::after {
    display: none;
  }
  .card-body-sec .summary-section .summary-heading {
    font-size: 20px;
    line-height: 26px;
    color: #00243E;
    font-weight: 400;
    font-family: "bagoss_standardregular";
    margin-bottom: 8px;
    display: block;
    text-align: center;
  }
  .card-body-sec .summary-section .summary-text {
    font-size: 13px;
    line-height: 16px;
    color: #DBB72B;
    font-weight: 400;
    font-family: "bagoss_standardregular";
    margin-bottom: 16px;
    display: block;
    text-align: center;
  }
  .card-body-sec .summary-section .donation-amount {
    font-size: 16px;
    line-height: 26px;
    color: #00243E;
    font-weight: 500;
    font-family: "bagoss_standardmedium";
    margin-bottom: 8px;
    display: block;
    text-align: center;
  }
  .card-body-sec .summary-section .donation-amount-value {
    font-size: 39px;
    color: #0066B2;
    font-weight: 400;
    font-family: "bagoss_standardregular";
    margin-bottom: 8px;
    display: block;
    text-align: center;
  }
  .card-body-sec .summary-section .donation-amount-date {
    font-size: 16px;
    line-height: 22px;
    color: #DBB72B;
    font-weight: 400;
    font-family: "bagoss_standardregular";
    margin-bottom: 16px;
    display: block;
    text-align: center;
  }
  .card-body-sec .summary-section .donation-details {
    margin-bottom: 8px;
  }
  .card-body-sec .summary-section .donation-details .donation-details-heading {
    font-size: 16px;
    line-height: 26px;
    color: #00243E;
    font-weight: 500;
    font-family: "bagoss_standardmedium";
    display: block;
  }
  .card-body-sec .summary-section .donation-details table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    margin-bottom: 16px;
    color: #00243E;
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    font-family: "bagoss_standardregular";
  }
  .card-body-sec .summary-section .donation-details table td {
    padding: 10px 0;
    border-bottom: 2px solid #E6F0F7;
  }
  .card-body-sec .summary-section .donation-details table td .gift-aid {
    display: block;
  }
  .card-body-sec .summary-section .donation-details table td .gift-aid-value {
    display: block;
  }
  .card-body-sec .summary-section .donation-details table td .frequency {
    font-weight: 500;
    font-family: "bagoss_standardmedium";
  }
  .card-body-sec .summary-section .donation-details table td .total {
    font-size: 16px;
  }
  .card-body-sec .summary-section .donation-details table td strong {
    font-size: 16px;
    font-weight: 500;
    font-family: "bagoss_standardmedium";
  }
  .card-body-sec .summary-section .donation-details table td:first-child {
    width: 50%;
  }
  .card-body-sec .summary-section .donation-details table td:last-child {
    width: 50%;
  }
  .card-body-sec .summary-section .donation-details table td:first-child {
    text-align: left;
  }
  .card-body-sec .summary-section .donation-details table td:last-child {
    text-align: right;
  }
  .card-body-sec .summary-section .disclaimer {
    background: #FBF8EA;
    padding: 12px 16px;
    border-radius: 20px;
    font-size: 13px;
    color: #DBB72B;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 15px;
    font-family: "bagoss_standardregular";
  }
  .card-body-sec .summary-section .disclaimer strong {
    font-size: 13px;
    display: block;
    font-weight: 500;
    font-family: "bagoss_standardmedium";
  }
  .card-body-sec .summary-section .disclaimer p {
    margin: 0;
  }
  .card-body-sec .summary-section .confirm-donation {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #0066B2;
    background-color: #0066B2;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "bagoss_standardmedium";
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .card-body-sec .summary-section .confirm-donation:hover {
    background-color: #0066B2;
    color: #fff;
  }
  
  .desc {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 0 0 20px;
    font-family: "bagoss_standardregular";
  }
  
  .label {
    font-size: 20px;
    color: #DBB72B;
    font-weight: 500;
    margin: 0 0 16px;
    font-family: "bagoss_standardmedium";
  }
  
  /* Amount buttons */
  .amounts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
  }
  
  .amounts button {
    padding: 15px 20px;
    border-radius: 30px;
    border: 1px solid #0b5fa5;
    background: transparent;
    color: #0066B2;
    font-size: 20px;
    cursor: pointer;
    line-height: 20px;
  }
  
  .amounts button:hover {
    border-color: #DBB72B;
    color: #DBB72B;
  }
  
  .amounts button.active, .amounts button.select {
    background-color: #DBB72B;
    color: #fff;
    border-color: #DBB72B;

  }
  
  /* Dropdown */
  select {
    width: 100%;
    padding: 10px 15px;
    border-radius: 25px;
    border: 1px solid #0b5fa5;
    background: transparent;
    color: #0b5fa5;
    font-size: 13px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  
  /* Footer */
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px;
  }
  
  .footer button {
    padding: 10px 28px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    width: 157px;
    height: 50px;
    font-family: "bagoss_standardmedium";
  }
  
  /* Back */
  .back {
    border: 1px solid #0066B2;
    background: transparent;
    color: #0066B2;
  }
  .back:hover {
    background-color: #B0D0E7;
  }
  
  /* Next */
  .next {
    background: #0066B2;
    color: #fff;
    border: none;
  }
  .next:hover {
    background-color: rgba(0, 102, 178, 0.7);
  }
  
  /* Tabs */
  .toggle-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50px;
    background: #E6F0F7;
    border: 2px solid #E6F0F7;
    padding: 3px;
    height: 62px;
  }
  
  .tab-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 12px 0;
    border: none;
    font-size: 20px;
    background: transparent;
    border-radius: 50px;
    font-weight: 500;
    color: #0b5fa5;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: "bagoss_standardmedium";
  }
  
  .tab-btn.active {
    background: #0b5fa5;
    color: #fff;
  }
  
  /* Tab Content */
  .tab-content {
    display: none;
  }
  
  .tab-content.active {
    display: block;
  }
  
  .amounts .custom-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #DBB72B;
    padding: 10px 20px;
    border-radius: 30px;
    color: #0066B2;
    font-size: 20px;
    cursor: pointer;
  }
  
  .amounts .custom-input-wrapper label {
    margin-right: 5px;
    color: #fff;
  }
  
  .amounts .custom-input-wrapper input {
    width: 100px;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 16px;
    outline: none;
    color: #fff;
    background-color: #DBB72B;
    border-bottom: 1px solid #fff;
  }
  
  /* Wrapper */
  .custom-select-wrapper {
    position: relative;
  }

  .custom-select-wrapper .search-box {
    position: sticky;
    top: 0;
    background: #fff !important;
    padding: 8px;
    z-index: 2;
    border: 0;
    border-radius: 10px;
}

.custom-select-wrapper .search-box input {
    width: 100%;
    padding: 12px 20px;
    line-height: 0;
    border: 1px solid #ddd;
    outline: none;
    border-radius: 50px;
}
  
  /* Select box */
  .custom-select {
    border: 1px solid #0066B2;
    border-radius: 30px;
    height: 58px;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
    color: #0066B2;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-animation-duration: 0ms;
            animation-duration: 0ms;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
  }
  
  /* Selected text */
  .custom-select .selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 19px 16px;
    gap: 8px;
    line-height: 19px;
  }
  .custom-select .selected img {
    width: 22px;
  height: 22px;
  object-fit: cover;
  border-radius:100%;
  }
  
  /* Down arrow using CSS */
  .custom-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 11px;
    height: 6px;
    margin: -3px 0 0;
    background-image: url(../images/down-arrow.png);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  
  /* Rotate arrow when dropdown is active */
  .custom-select.active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  
  /* Options list */
  .custom-select .options {
    list-style: none;
    padding: 0;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1215686275);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1215686275);
    border-radius: 12px;
    background: #fff;
    position: absolute;
    width: 100%;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    font-size: 16px;
  }
  
  /* Individual option */
  .custom-select .options li {
    padding: 12px 16px;
    cursor: pointer;
    color: #0066B2;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
  }
  .custom-select .options li img {
    width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  }
  
  .custom-select .options li:hover {
    background: rgba(230, 240, 247, 0.5019607843);
  }
  
  /* Show options when active */
  .custom-select.active .options {
    display: block;
  }


  
#success-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    padding: 32px;
    border-radius: 8px;
    z-index: 1000;
    width: 480px;
    text-align: center;
  }
  #success-popup strong {
    display: block;
    margin-bottom: 16px;
  }
  #success-popup p {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    color: #4B4F54;
    margin: 0;
    font-family: "bagoss_standardregular";
  }

  .donated-amount {
    font-size: 13px;
    color: #0066B2;
    font-weight: 500;
    margin-top: 10px;
    display: block;
    font-family: "bagoss_standardmedium";
  }

  .dashboard-sec h5{
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 16px;
    font-family: "bagoss_standardmedium";
  }

  .dashboard-sec .dot-button{
    font-size: 23px;
    margin: 10px 10px 0 0;
  }

  .dashboard-sec table.dataTable{
    border-spacing: 8px;
    width: 100% !important;
  }

  .dashboard-sec .main-heading{
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    color: #0066B2;
    margin: 0 0 35px;
    font-family: "bagoss_standardmedium";
  }

  @media (max-width: 768px) {
    .dashboard-sec .main-heading{
      font-size: 25px;
      margin-bottom: 15px;
    }
  }

  .dashboard-logo{
    img{
      width: 170px;
      height: 50px;
    }
  }