/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@font-face {
    font-family: 'Geogrotesque-Lighter';
    src: url('../fonts/Geogrotesque-Lighter.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Geogrotesque-Lighter.otf')  format('opentype'),
    url('../fonts/Geogrotesque-Lighter.woff') format('woff'),
    url('../fonts/Geogrotesque-Lighter.ttf')  format('truetype'),
    url('../fonts/Geogrotesque-Lighter.svg#Geogrotesque-Lighter') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'Geogrotesque-Regular';
    src: url('../fonts/Geogrotesque-Regular.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Geogrotesque-Regular.otf')  format('opentype'),
    url('../fonts/Geogrotesque-Regular.woff') format('woff'),
    url('../fonts/Geogrotesque-Regular.ttf')  format('truetype'),
    url('../fonts/Geogrotesque-Regular.svg#Geogrotesque-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'Geogrotesque-Medium';
    src: url('../fonts/Geogrotesque-Medium.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Geogrotesque-Medium.otf')  format('opentype'),
    url('../fonts/Geogrotesque-Medium.woff') format('woff'),
    url('../fonts/Geogrotesque-Medium.ttf')  format('truetype'),
    url('../fonts/Geogrotesque-Medium.svg#Geogrotesque-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Geogrotesque-Bold';
    src: url('../fonts/Geogrotesque-Bold.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Geogrotesque-Bold.otf')  format('opentype'),
    url('../fonts/Geogrotesque-Bold.woff') format('woff'),
    url('../fonts/Geogrotesque-Bold.ttf')  format('truetype'),
    url('../fonts/Geogrotesque-Bold.svg#Geogrotesque-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
@font-face {
    font-family: 'Geogrotesque-SemiBold-Italic';
    src: url('../fonts/Geogrotesque-SmBdIt.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Geogrotesque-SemiBold';
    src: url('../fonts/Geogrotesque-SmBd.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Lato", sans-serif!important;
    background-color: rgb(13 110 253 / 10%) !important;
}


/* new css start */
/* @media (min-width: 1400px){.container{max-width: 916px;}} */

h1, h2, h3, h4, h5, h6{font-family: 'Geogrotesque-Bold'!important;color: #000!important;}
p{font-weight: normal !important;color: #6c6c6c;line-height: normal!important;}
.text-blue{color: #01aef0!important;}
.f-14{font-size: 14px;}
.font-lato{font-family: "Lato", sans-serif!important;}
/* new css end */
.svelte-use-form-hint {
    color:red!important;
    margin-top: 5px;
}

input[type=number] {
    font-family: "Lato", sans-serif !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.form-control::-moz-placeholder {
    color: #c6c6c6!important;
    opacity: 1
}

.form-control::placeholder {
    color: #c6c6c6 !important;
    opacity: 1
}
.form-control:focus {
    box-shadow: none !important;
}
h1 {
    font-weight: 700 !important;
}
.bx--date-picker {
    display: inline-block !important;
    width: 100% !important;
}
.bx--date-picker__input {
    background-color: #fff !important;
    border: none !important;
    /* font-family: 'Montserrat', sans-serif !important; */
    width: 100% !important;
    border-radius: 5px;
}
.flatpickr-calendar.open {
    background-color: #fff !important;
}
.numInputWrapper .numInput {
    text-align: center !important;
}
.bx--date-picker-input__wrapper, .bx--date-picker-container {
    display: inline-block !important;
    width: 100% !important;
}
.bx--date-picker__input:focus, .bx--date-picker__input.bx--focused {
    outline: 2px solid transparent !important;
}
input[type=number] {
    /* font-family: 'Montserrat', sans-serif !important; */
}
/* h1 {
    font-weight: 700 !important;
} */
.bx--date-picker {
    display: inline-block !important;
    width: 100% !important;
}
.bx--date-picker__input {
    background-color: #fff !important;
    border: none !important;
    /* font-family: 'Montserrat', sans-serif !important; */
    width: 100% !important;
}
.flatpickr-calendar.open {
    background-color: #fff !important;
}
.numInputWrapper .numInput {
    text-align: center !important;
}
.bx--date-picker-input__wrapper, .bx--date-picker-container {
    display: inline-block !important;
    width: 100% !important;
}
.bx--date-picker__input:focus, .bx--date-picker__input.bx--focused {
    outline: 2px solid transparent !important;
}
.date-dona-box {
    padding: 12px 6px;
    border: 1px solid rgb(10 83 190 / 20%);
    color: #01aef0;
    border-radius: 5px;
    background-color: rgb(13 110 253 / 10%);
    font-weight: 600;
}
.date-dona-box input {
    height: 36px;
}
/* p {
    font-weight: 500;
    color: #6874A3;
} */
.extra-shadow {
    box-shadow: 10px 10px 0 rgb(0 0 0 / 8%), 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}
.extra-shadow:hover {
    box-shadow: 30px 30px 0 rgb(0 0 0 / 8%), 0 .5rem 1rem rgba(0,0,0,.15);
}
.cause-head {
    color: #0D2464;
}
.date-tag {
    background-color: #0d6efd;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.ribbon-date {
    position: absolute;
    padding: 5px;
    font-weight: bold;
    background-color: #0d6efd;
    color: white;
    border-radius: 0px 0px 10px 0px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
}
.cause-bg1 {
    background-image: url(../img/zakat.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background: url(../img/zakat.jpg) rgba(255,255,255,0.8) no-repeat left center;
    background-blend-mode: hue;
}
.cause-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgba(255,255,255,0.8);
    background-blend-mode: color;
}
.btn-outline-danger {
    cursor: pointer;
}
.btn-outline-danger:hover {
    color: #842029 !important;
    background-color: transparent !important;
}
.error-msg {
    font-size: 14px;
    margin-top: 6px;
    display: block;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #0D2464;
}
.bg-nav-content {
    background-color: rgb(13 110 253 / 10%) !important;
}
.bg-nav-dark {
    background-color: #0D2464 !important;
}
.pond-sym input+span:before {
    content: '£';
    position: absolute;
    left: -1%;
    font-weight: 500;
    color: rgb(33 37 41 / 81%);
    top: -4%;
    transform: translate(100%, 30%);
    font-size: 17px;
    z-index: 5;
}
.pond-sym input {
    padding-left: 25px !important;
}
.pond-sym button {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: none !important;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none !important;
}
.limit-ex {
    color: #DC354C;
    font-size: 13px;    
    position: absolute;
    bottom: -20px;
    left: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.btn:disabled {
    background-color: #6c757d;
    border-color: #6c757d;
    cursor: not-allowed;
}
.btn.s-XsEmFtvddWTw.s-XsEmFtvddWTw:active {
    transform: none !important;
}
.mark-close {
    position: absolute;
    top: -10px;
    right: 5px;
    background: #CA353B;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    padding: 2px 2px;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    border: 2px solid rgba(255,255,255,0.5);
}
.cause-entry-bg .cause-entry:nth-child(even) {
    position: relative;
    /* margin-left: 25px; */
    padding: 5px 10px 5px 25px;
    /* background-color: rgb(13 110 253 / 4%);
    box-shadow: 1px 2px 5px rgb(0 0 0 / 15%);
    border-radius: 4px; */
}
.cause-entry-bg .cause-entry:nth-child(odd) {
    position: relative;
    /* margin-left: 25px; */
    padding: 5px 10px 5px 25px;
}
/* .cause-entry:after {
  content: "\f219";
  font: var(--fa-font-solid);
    position: absolute;
    top: 30%;
    color: #ffc107;
    left: 5px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 free";
    font-size: 12px;
} */
.cause-entry span {
    top: -2px;
    position: relative;
}
.cart-indi-total {
    /* background-color: #f8f9fa; */
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 2px;
    /* margin-top: 10px;
    margin-bottom: 0px; */
    font-weight: bold;
}
.split-entry-bg .split-entry:nth-child(odd) {
    position: relative;
    /* margin-left: 25px; */
    padding: 5px 10px 5px 25px;
    background-color: rgb(13 110 253 / 4%);
    box-shadow: 1px 2px 5px rgb(0 0 0 / 15%);
    border-radius: 4px;
}
.split-entry-bg .split-entry:nth-child(even) {
    position: relative;
    /* margin-left: 25px; */
    padding: 5px 10px 5px 25px;
}
.split-entry-bg .split-entry:after {
    font: var(--fa-font-solid);
    font-family: "Font Awesome 6 free";
    content: "\f274";
    position: absolute;
    top: 20%;
    color: #023399;
    left: 5px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.tiptool {
    margin-bottom: 5px;
    padding: 7px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
    visibility: hidden;
}

.nav-tooltip {
    position: relative;
    z-index: 2;
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 0px;
    transition: all 0.2s ease-in-out;
  }
.e-pad-right:hover + .nav-tooltip {
    opacity: 1;
    top: -45px;
    visibility: visible;
}  
  .nav-tooltip:before,
  .nav-tooltip:after {
    pointer-events: none;
	transform: translate(-50%, 5px);
  }
  
  .nav-tooltip:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    padding: 7px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
  }
  
  .nav-tooltip:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
  }
.custom-radio {
    position: relative;
    font-size: 14px;
    text-align: center;
}
.custom-radio input[type="radio"] {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
}
.custom-radio input[type="radio"] + label {
    border: 1px solid rgba(0,0,0,.125);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
    transition: 0.1s all ease-in-out;
}
.custom-radio input[type="radio"]:checked + label {
    border: 1px solid #0d6efd;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    color: #0d6efd;
    font-weight: 600;
    background-color: rgb(13 110 253 / 10%) !important;
}
.form-check-input:focus {
    box-shadow: none !important;
}
.custom-m-selection {
    border: none;
    border-bottom: 2px solid #ccc;
    background-color: transparent;
    width: 50px;
    font-size: 16px;
}
.custom-radio input[type="radio"]:checked + label > select {
    border-bottom: 2px solid #0d6efd;
}
select:focus-visible {
    outline: none !important;
}

.main-check input[type="radio"] {
    display: none;
}
.main-check input[type="radio"] + label {
    border: 1px solid rgba(0,0,0,.125);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
    transition: 0.1s all ease-in-out;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.main-check input[type="radio"]:checked + label {
    border: 1px solid #585046;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    color: #585046;
    font-weight: 600;
    background-color: #EBB34B;
}
.main-check input[type="radio"]:checked + label::before {
    font: var(--fa-font-solid);
    font-family: "Font Awesome 6 free";
    content: "\f00c";
    background-color: #EBB34B;
    display: block;
    position: absolute;
    top: -20px;
    left: 10%;
    border: 1px solid #7F7669;
    padding: 10px;
    border-radius: 25px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 30%);
}





:root {    
    /* Background Color */
    --backdrop-color: #E6F0FE;

    /* Default Font Faimly */
    --fontfaimly: "Lato", sans-serif;

    /* All heading Color */
    --heading-color: #0D2464;

    /* Steps active & inactive colors */
    --step-circle-bg-active: #0d6efd; --step-circle-text-active: #fff; --step-circle-border-active: #fff; --step-circle-caption-active: #0d6efd;
    --step-circle-bg-inactive: #fff; --step-circle-text-inactive: #999; --step-circle-border-inactive: #e0e0e0; --step-circle-caption-inactive: #999;
    --progress-container: #e0e0e0; --progress-bar: #0d6efd; --step-section-border: rgb(13 110 253 / 60%);

    /* Causes paragraph */
    --causes-info: #6874A3;

    /* Cause Bullet */
    --cause-list-icon: #ffc107;

    /* Split list Icon */
    --split-list-icon: #023399;

    /* Causes & Split Total icon */
    --totalsum-icon: #212529;

    /* Donation Date Box */
    --donation-box-bg: #F2F8FF;
    --donation-box-border: #cedcf2;
    --donation-text: #0d6efd;
    --donation-box-border: #cedcf2;
    --donation-box-shadow: #cedcf2;
    --donation-box-close-btn-bg: #CA353B;
    --donation-box-close-btn-text: #fff;
    --donation-box-close-btn-border: rgba(255,255,255,0.5);
    --donation-box-close-btn-shadow: rgb(0 0 0 / 30%);

    /* Summary Columns */
    --summary-head-bg: #E6F0FF;

    /* Currency Icon in Inputs */
    --currency-icon: #0d6efd;
}


/* thankyou page css */
.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.thankYouBox h1{
    font-size: 46px;
}

.thankYouBox p{
    max-width: 685px;
    margin: auto;
    padding: 0 14px;
}

.thankYouBox a{
    background-color: #0d6efd;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    padding: 12px 34px;
    border-radius: 4px;
}

.thankYouBox a:hover{
    background-color: #0b5ed7;
}


/* new css start */
.mainHeading{font-size: 28px;line-height: normal;letter-spacing: unset;text-transform: uppercase;}
.sub-heading{font-size: 18px;font-family: "Lato", sans-serif!important;font-weight: 600!important;line-height: normal;}
.card{border-radius: 5px;border: 0;box-shadow: 0px 0px 4px 0px #dddddd;padding: 30px 18px;}
@media (max-width: 767px){
    .mainHeading{font-size: 24px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px)  {
    .mainHeading{font-size: 24px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .mainHeading{font-size: 24px;}
}
/* new css end */





@media (max-width: 575.98px) { 
    .circle {
        width: 40px !important;
        height: 40px !important;
    }
    .circle::after {
        font-size: 12px;
        bottom: 45px !important;
    }
    .rt-dp .flatpickr-calendar.static {
        left:-150px
    }
    .caution-bg {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    left: 0;
    }
    .step-button .tiptool {
        display: inline-block;
        visibility: visible;
    }
    .main-check input[type="radio"]:checked + label::before {
    
    }
}