/* 
 * Theme Name: Bill2Pay 
 * Theme URL: https://bashan.bill2pay.co.il
 * Description: Bashan (Based on GeneratePress) 
 * Theme Author: Ido Kobelkowsky
 * Author URL: http://github.com/idokd
 * Template: generatepress 
 * Version: 1.0.1
 * Text Domain: bill2pay 
 *
*/
:root {
	--container-width: 1180px;
	--tablet-width: 1050px;
	--mobile-width: 400px;
	--color-primary: #CC382B;
	--color-secondary: #8CC242;
	--color-backgroud: #173E7B; 
}
.btns-group > div { text-align: center; }
.btn-image { width: 150px;
    height: 150px;
    object-fit: contain;
    display: inline-block;
	text-align: center;
    border: 1px solid #000; margin: 30px; }
.loading { display: none; }
form.was-validated .loading {
	display: block;
    position: fixed;
    right: 0;
    top: 0;
	bottom: 0;
	left: 0;
    background: #cccccc80;
    vertical-align: middle;
    z-index: 1;
    font-weight: bold;
	
}
form.recurr h4 { display: none; }
form.was-validated .loading > * { margin: auto; margin-top: calc(50% - 1rem); }
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*form styles*/
#simple-payment {
    text-align: center;
    position: relative;
    margin-top: 30px;
	min-height: 400px;
}

#simple-payment fieldset {
   /* background: white; */
    border: 0 none;
    border-radius: 0px;
   /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
    padding: 20px 30px 100px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
	text-align: right;
    /*stacking fieldsets above each other*/
    position: relative;
	min-height: 350px;
}

#simple-payment fieldset:first-of-type { text-align: center; }

/*Hide all except first fieldset.   :not(:first-of-type ) */
#simple-payment fieldset {
     display: none; 
}

#simple-payment fieldset.active {
    display: block;
}

/*inputs*/
#simple-payment input:not[type="radio"], #simple-payment textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#simple-payment input:focus, #simple-payment textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ee0979;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

#simple-payment input[name="amount"] { border: 0; width: auto; background: transparent; }
#simple-payment input[name="product"] { background: transparent; padding: 5px 10px; min-width: 300px; margin: 30px; }

#simple-payment .services { margin: 20px 0; }
.btns-steps { width: 100%; }
.btns-steps { display: flex; flex-wrap: wrap; justify-content: center; min-height: 50px; }
.btn-square, { display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    border: 2px solid #ccc; background-repeat: no-repeat; background-position: center center;
	background-size: 50%; padding-top: 120px; }

.btn-square.active { border-color: yellow; }
.btn-square.disabled{ }
/*
We no longer put it on html in credit guard
#simple-payment .services[data-type="small"] .large { display: none; }
#simple-payment .services[data-type="large"] .small { display: none; }
*/
.btn-square > input, #simple-payment .services label > input { visibility: hidden; width: 0; height: 0; }

#simple-payment .summary { text-align: right; }
/*buttons*/
#simple-payment .action-button {
    width: 100px;
    background: var(--color-secondary);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#simple-payment .action-button:disabled { opacity: 0.5; }
#simple-payment .action-button:hover, #simple-payment .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;
}

#simple-payment .action-button-previous {
    width: auto;
    background: var(--color-primary);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 20px;
    margin: 10px 5px;
}

#simple-payment .action-button-previous:hover, #simple-payment .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
	margin: 20px 50px 30px 50px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    text-align: center;
}

#progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    width: 25%;
    float: left;
    position: relative;
    letter-spacing: 1px;
	position: relative;
	padding-top: 30px;
}

[dir="rtl"] #progressbar li {
	float: right;
}

#progressbar li:after {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
	    color: white;
    background: var(--color-primary);
    border-radius: 25px;
    margin: 0 auto 10px auto;
	position: absolute;
	top: 0;
	margin-right: calc(50% - 12px);
	z-index: 1;
}

/*progressbar connectors*/
#progressbar li:before {
    content: '';
    width: 100%;
    height: 2px;
    background: var(--color-primary);
    position: absolute;
    left: -50%;
    top: 9px;
}
[dir="rtl"] #progressbar li:before {
	left: unset;
	right: -50%;
}
#progressbar li:first-child:before {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: var(--color-secondary);
    color: white;
}

.btn-square[for="product-code-1"] {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCI+PGcgY2xhc3M9Im5jLWljb24td3JhcHBlciIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjQwLDI0IDU2LDI0IDYyLDQwIDYyLDUyIDUzLjksNTIgIi8+IDxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI0MiIgeTE9IjUyIiB4Mj0iMjEiIHkyPSI1MiIvPiA8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIyNiwxNiA0MCwxNiA0MCwzOSAiLz4gPHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iOSw1MiAyLDUyIDIsMzEgIi8+IDxjaXJjbGUgZGF0YS1jb2xvcj0iY29sb3ItMiIgZmlsbD0ibm9uZSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBjeD0iMTUiIGN5PSI1MiIgcj0iNiIvPiA8Y2lyY2xlIGRhdGEtY29sb3I9ImNvbG9yLTIiIGZpbGw9Im5vbmUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgY3g9IjQ4IiBjeT0iNTIiIHI9IjYiLz4gPGNpcmNsZSBkYXRhLWNvbG9yPSJjb2xvci0yIiBmaWxsPSJub25lIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGN4PSIxNCIgY3k9IjE2IiByPSIxMiIvPiA8cG9seWxpbmUgZGF0YS1jb2xvcj0iY29sb3ItMiIgZmlsbD0ibm9uZSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IiAxNCwxMSAxNCwxNiAxOSwxNiAiLz48L2c+PC9zdmc+");
}

.btn-square[for="product-code-4"] {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCI+PGcgY2xhc3M9Im5jLWljb24td3JhcHBlciIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiPjxwb2x5Z29uIGZpbGw9Im5vbmUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iNTYsMiA4LDIgOCw2MCAxNiw1NSAyNCw2MCAzMiw1NSA0MCw2MCA0OCw1NSA1Niw2MCAiLz4gPGxpbmUgZGF0YS1jb2xvcj0iY29sb3ItMiIgZmlsbD0ibm9uZSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTgiIHkxPSIxNyIgeDI9IjM0IiB5Mj0iMTciLz4gPGxpbmUgZGF0YS1jb2xvcj0iY29sb3ItMiIgZmlsbD0ibm9uZSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTgiIHkxPSIyOSIgeDI9IjM0IiB5Mj0iMjkiLz4gPGxpbmUgZGF0YS1jb2xvcj0iY29sb3ItMiIgZmlsbD0ibm9uZSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTgiIHkxPSI0MSIgeDI9IjM0IiB5Mj0iNDEiLz4gPGxpbmUgZGF0YS1jb2xvcj0iY29sb3ItMiIgZmlsbD0ibm9uZSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNDIiIHkxPSI0MSIgeDI9IjQ2IiB5Mj0iNDEiLz4gPGxpbmUgZGF0YS1jb2xvcj0iY29sb3ItMiIgZmlsbD0ibm9uZSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNDIiIHkxPSIyOSIgeDI9IjQ2IiB5Mj0iMjkiLz4gPGxpbmUgZGF0YS1jb2xvcj0iY29sb3ItMiIgZmlsbD0ibm9uZSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNDIiIHkxPSIxNyIgeDI9IjQ2IiB5Mj0iMTciLz48L2c+PC9zdmc+");
}

.service-type { display: none; text-align: right; }
#simple-payment[data-service-type="1"] .service-type-1 { display: block; }
#simple-payment[data-service-type="4"] .service-type-4 { display: block; }
#simple-payment[data-service-type="44"] .service-type-44 { display: block; }

#simple-payment .services label.small {
	background-image: url('/wp-content/uploads/2020/10/small-1.png');
	background-size: contain;
}
#simple-payment .services label.small:last-child {
	background-image: url('/wp-content/uploads/2020/10/small-2.png');
	background-size: contain;
}
#simple-payment .services label.large {
	background-image: url('/wp-content/uploads/2020/10/large-1.png');
	background-size: contain;

}
#simple-payment .services label.large:last-child {
	background-image: url('/wp-content/uploads/2020/10/large-2.png');
	background-size: contain;
}
#simple-payment .services label.small, #simple-payment .services label.large  {
	position: relative;
}
#simple-payment .services label.small .text, #simple-payment .services label.large .text {
	position: absolute;
    right: 0;
    width: 100%;
    background: #ffffff80;
    font-weight: bold;
    border-radius: 0 16px 16px 0;
	font-size: 18px;
}

.message { margin-bottom: 20px; }


/*  css by Devendra 07-02-23 */

select.ptb-10 {
    padding: 10px 25px;
}
/*  end css by Devendra 07-02-23 */