/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */

@font-face {
    font-family: 'Source Sans Pro';
    src: url('https://chibasjerusalem.com/fonts/SourceSansPro-Black.woff2') format('woff2'),
        url('https://chibasjerusalem.com/fonts/SourceSansPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('https://chibasjerusalem.com/fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('https://chibasjerusalem.com/fonts/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('https://chibasjerusalem.com/fonts/SourceSansPro-Light.woff2') format('woff2'),
        url('https://chibasjerusalem.com/fonts/SourceSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('https://chibasjerusalem.com/fonts/SourceSansPro-Bold.woff2') format('woff2'),
        url('https://chibasjerusalem.com/fonts/SourceSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('https://chibasjerusalem.com/fonts/SourceSansPro-ExtraLight.woff2') format('woff2'),
        url('https://chibasjerusalem.com/fonts/SourceSansPro-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('https://chibasjerusalem.com/fonts/SourceSansPro-Semibold.woff2') format('woff2'),
        url('https://chibasjerusalem.com/fonts/SourceSansPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --form-font: 'Source Sans Pro';
	--theme-color: #B9A76D;
	--theme-color-opacity: #fffcf1;
	
    /* Background Colors */
        --bg-white: #FFFFFF;
        --bg-light-blue: #f8fbff;
        --bg-gray: #f5f5f5;
        --bg-yellow: #B9A76D;
        --hover-bg-grey: #eaeaea;
    
        /* Font Colors */
        --text-dark: #18133e;
        --text-gray: #4f4f4f;
        --text-white: #ffffff;
        --text-black: #000000;
        --text-dark-gray: #111111;
        --text-yellow: #B9A76D;
        --text-dark-yellow: #b49a29;
        --text-icon-gray: #A4A7AE;
		
		--donation-amount-color: #111111;
		--donation-amount-selected-color: #111111;
		
		
    
        /* Font Sizes */
        --font-xs: 12px;
        --font-sm: 13px;
        --font-md: 14px;
        --font-lg: 16px;
		--donation-amount-font-size: #111111;
    
        /* Border Radius */
        --radius-sm: 4px;
        --radius-md: 5px;
        --radius-lg: 8px;
        --radius-xl: 12px;
    
        /* Borders */
        --border-gray: #d9dde9;
        --border-light-gray: #E9EAEB;
        --border-yellow: #B9A76D;
        --border-dark: #000000;
		 --border-white: #ffffff;
        --border-checkbox: #ccc;
    
        /* Shadows */
        --shadow-sm: 0 4px 8px -2px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
        /*--shadow-input: inset 0 0 6px rgba(0, 0, 0, 0.08);*/
        --shadow-input-focus: inset 0 0 4px rgb(185, 167, 109);
		
		
		/* Tabs  */
		--tab-text-color:#a4a7ae;
		--tab-selected-text-color: #18133e;
}
.amount-main-div *{
    font-family: var(--form-font) !important;
}
.form-outer-main * {
    font-family: var(--form-font) !important;
}

.form-outer-main input::placeholder {
    font-family: var(--form-font) !important;
    letter-spacing: normal !important;
}

.payment-main-box * {
    font-family: var(--form-font) !important;
}
.kvital-message textarea::placeholder{
    font-weight: 400 !important;
    font-family: var(--form-font) !important;
    letter-spacing: normal !important;
}
.kvital-message textarea{
    font-weight: 400 !important;
    font-family: var(--form-font) !important;
    letter-spacing: normal !important;
}
.payment-main-box input::placeholder {
    font-family: var(--form-font) !important;
    letter-spacing: normal !important;
}
.focus-shadow {
    box-shadow: var(--shadow-input-focus) !important; border-color: transparent !important; }

  .donation-form select{
    background-color: white;
        background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="12" viewBox="0 0 24 24" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 15px center;
        background-size: 12px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
        input[type="number"]::-webkit-inner-spin-button,
        input[type="number"]::-webkit-outer-spin-button {
            -webkit-appearance: none;   }
			
			.tab-button.active{
                box-shadow: 0 0 10px 0px #0000001a;
                background-color: var(--bg-white);
                color: var(--text-dark)
            }

/* popup */
.popup-wrapper:not(.show) {
    display: none;
}
.popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    background: rgba(92, 99, 100, 0.25);
}
.popup-inner-wrapper {
    width: calc(100% - 30px);
    max-width: 600px;
    position: relative;
    border-radius: 12px;
    margin: 20px auto;
    padding: 40px 30px;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
    background: #fff;
}
.close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: initial;
    border: initial;
    outline: initial;
    fill: #fff;
}
.popup-body {
    max-width: 350px;
    margin: 0 auto;
}
.content-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background: #000;
    fill: #fff;
    border-radius: 50%;
}
.content-title {
    margin: 10px 0px 30px;
}
.content-title h3, .content-title small, .content-title span {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #000;
    font-family: var(--form-font) !important;
}

.content-title small, .content-title span {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #000;
    font-family: var(--form-font) !important; 
}
.amount-text {
    display: block;
}
.popup-foot {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}


.primary-btn, .primary-btn-trans {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    cursor: pointer;
    padding: 8px 20px;
    min-height: 45px;
    border-radius: 8px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.32px;
    outline: initial;
    transition: all 0.3s ease-in-out;
    color: #fff;
    text-decoration: initials;
}

.primary-btn-trans {
    border: 1px solid #fff;
}
.primary-btn {
    background: #B9A76D;
}
.primary-btn:hover{
    background: #B9A76D;
    opacity: 0.7;
    color: #fff;
}