.paybox-mainbox {
	font-family: arial; 
	font-size: 15px; 
	line-height: 1.475; 
	max-width: 100%;
    min-width: 240px;
	padding: 10px 0px; 
	text-align: justify; 
	color: #333333; 
	position: relative;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-khtml-transition-duration: .3s;
}
.paybox-row {
	margin: 0 10px 10px 10px;
}
.paybox-table {
	display: table;
}
.paybox-table-cell {
	display: table-cell;
	vertical-align: top;
}
.paybox-table-cell-100 {
	width: 100%;
	padding-right: 10px;
}
.paybox-blockchain-ok {
	text-align: center;
	padding: 10px 10px 15px 10px;
}
input.paybox-input, input.paybox-input:hover {
    width: 100%;
    text-align: left;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 8px;
    transition: all .3s ease-in-out;
    font-weight: 300;
    line-height: 24px;
    font-size: 19px;
    color: #717171;
}

input.paybox-input:focus, input.paybox-input:active {    border: solid 1px #717171;outline: 0;}

input.paybox-input-number, input.paybox-input-number:hover, input.paybox-input-number:active, input.paybox-input-number:focus {
	text-align: right !important;
	width: 120px;
}
.paybox-button, .paybox-button:visited {
	background: #6F6F6F;
	border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    padding: 10px 15px;
    transition: background .3s;
	text-decoration:none;
	float: right;
}
.paybox-button:hover, .paybox-button:active, .paybox-button:focus {
    color: #FFF;
    background: #444444;
	text-decoration:none;	
}
.paybox-button-small, .paybox-button-small:visited, .paybox-button-small:hover, .paybox-button-small:active, .paybox-button-small:focus {
	min-width: 0;
	line-height: 40px !important;
	padding: 0px 20px !important; 
}
.paybox-right {
	float: right !important;
}
.paybox-left {
	float: left !important;
}
.paybox-payment-seclector {
    background: #FFFFFF;
    border: 1px solid #cccccc;
    line-height: 40px !important;
    vertical-align: middle;
    position: relative;
    text-align: left;
    box-sizing: content-box;
    height: 40px;
    border-radius: 4px;		
}
/*.paybox-payment-seclector img, .paybox-confirmation-value img, .paybox-payment-providers a img {
	vertical-align: middle;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border-width: 0px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-khtml-box-shadow: none !important;
	-o-box-shadow: none !important;
	width: auto !important;
}
.paybox-payment-seclector img, .paybox-payment-providers a img {
	margin: 0 0 0 20px !important;
}*/
.paybox-payment-seclector span {
	float: right; 
	color: #cccccc;
	font-family: arial !important; 
	font-size: 17px !important; 
	line-height: 48px !important; 
	cursor: pointer; 
	padding: 0 10px;
}
.paybox-payment-providers {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #cccccc;
    max-width: 100%;
    position: absolute;
    left: -1px;
    display: none;
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: 192px;
    z-index: 1;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: 6px;
    border-radius: 4px;	
}
.paybox-vertical-scroll {
	overflow-y: scroll !important; 
}
.paybox-payment-providers a, .paybox-payment-providers a:visited {
	height: 40px;
	font-family: arial !important; 
	font-size: 17px !important; 
	line-height: 40px !important; 
	display: block !important; 
	text-decoration: none !important; 
	text-align: left !important;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	background-repeat: no-repeat;
	background-position: 20px 50%;
}
.paybox-payment-providers a:hover, .paybox-payment-providers a:active {
	background-color: #eef5fd !important;
}
div.paybox-terms {
	height: 120px;
	overflow-y: scroll;
	border-radius: 3px;
	border: 1px solid #CCC;
	line-height: 1.5em;
	font-size: 0.8em !important;
	font-family: courier;
	padding: 0.2em 0.6em;
	margin-top: 5px;
	margin-bottom: 0px;
}
div.paybox-terms::-webkit-scrollbar {
	width: 5px;
}
div.paybox-terms::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
div.paybox-terms::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.5);
}
.paybox-description {
	font-family: arial; 
	font-size: 15px; 
	line-height: 1.475; 
	text-align: justify;
}
.paybox-description a, .paybox-description a:visited {
	color: #21759b;
	text-decoration: underline !important;
}
.paybox-description a:hover, .paybox-description a:active, .paybox-description a:focus {
	color: #21759b;
	text-decoration: none !important;
}
.paybox-payment-selected {
	cursor: pointer;
    height: 40px;
    line-height: 40px;
    background-repeat: no-repeat;
    background-position: 20px 50%;
}
.paybox-payment-providers::-webkit-scrollbar {
	width: 5px;
}
.paybox-payment-providers::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.paybox-payment-providers::-webkit-scrollbar-thumb {
	background-color: darkgrey;
}
.paybox-loading-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity='50')";
	filter: alpha(opacity="50");
	display: none;
}
.paybox-loading-spinner {
    background:#ffffff url(../images/spinner.gif) center center no-repeat;
	opacity: 0.5;
    height: 60px;
    z-index: 10000;
	position: absolute;
    width: 60px;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	box-shadow:0 0 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-khtml-border-radius: 100px;
	-o-border-radius: 100px;
	display: none;
}
.paybox-error {
    background: #fff3f3;
    border: solid 1px #d9534f;
    border-left: solid 10px #d9534f;
    border-radius: 5px;
    padding: 20px;
	margin-top: 64px;	
    color: #d9534f;
	display: none;
	
}
.paybox-confirmation {
	display:none; 
    margin-top: 8px;
}

.email-sent-box {
	background: #f4fff3;
    border: solid 1px #28a51d;
    border-left: solid 10px #28a51d;
    border-radius: 5px;
    padding: 20px;
    color: #28a51d;
}

.paybox-confirmation-label {
    width: 120px;
    margin-top: 2px;
    padding-bottom: 6px;
    text-align: right;
    padding-right: 20px;
    margin-top: 8px;
    font-size: 1.15em;
    color: #717171;
    font-weight: 700;
    vertical-align: middle;
    margin-bottom: 8px;	
}
.paybox-confirmation-value {
    margin-top: 1px;
    padding-bottom: 6px;
    width: 100% !important;
    text-align: left;
    padding: 8px;
    transition: all .3s ease-in-out;
    font-weight: 300;
    line-height: 24px;
    font-size: 19px;
    color: #717171;
}

.paybox-confirmation-value img{margin-top: -12px;height: 41px;}
	
.paybox-row-dashed {
	border-bottom: 1px dashed #E4E4E4;
}
.paybox-narrow .paybox-table, .paybox-narrow .paybox-table-cell {
	/*display: block !important;*/
}
.paybox-narrow input.paybox-input-number, .paybox-narrow input.paybox-input-number:hover, .paybox-narrow input.paybox-input-number:active, .paybox-narrow input.paybox-input-number:focus {
	margin-top: 10px;
	display: block !important;
	width: 100%;
}
.paybox-narrow .paybox-button {
	margin-top: 10px !important;
	display: block !important;
	width: auto !important;
}
.paybox-narrow input.paybox-input, .paybox-narrow input.paybox-input:hover, .paybox-narrow input.paybox-input:focus, .paybox-narrow input.paybox-input:active {
	line-height: 40px !important;
	height: 40px !important;
	max-height: 40px !important;
}
.paybox-narrow .paybox-payment-seclector {
	height: 40px !important; 
	line-height: 40px !important; 
}
.paybox-payment-seclector br {
	display: none !important;
}
.paybox-narrow .paybox-button, .paybox-narrow .paybox-button:visited, .paybox-narrow .paybox-payment-seclector span, .paybox-narrow .paybox-payment-providers a, .paybox-narrow .paybox-payment-providers a:visited {

}
#paybox-ready{width: 1px !important;}
.paybox-checkbox {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
    position: relative;
    border-radius: 0px;
    box-sizing: border-box;
    display: inline-block;
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border: 1px solid #cccccc !important;
    vertical-align: bottom;
    border-radius: 4px;
	line-height: 1.475;	
}
.paybox-checkbox input[type=checkbox] {
	visibility: hidden !important;
	display: none !important;
	height: 0 !important;
}
.paybox-checkbox label {
	cursor: pointer;
	position: absolute;
    left: 5%!important;
    top: 5%!important;
    bottom: 5%!important;
    right: 5%!important;
    width: 90%!important;
    height: 90%!important;
    margin: 0!important;
    padding: 0!important;
	font-size: 100% !important;
	font-family: arial !important;
}
.paybox-checkbox label::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	content: '\f00c';
	font-family: 'Font Awesome 6 Pro';
    opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 100px;
	font-weight: 900;
    font-size: 90% !important;
	line-height: inherit;
    text-align: center;
}
.paybox-checkbox label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.paybox-checkbox input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	color: #fff;
    opacity: 1;
    background: #2c2f3d;
    padding: 0px;
    border-radius: 1px;
    outline: 2px solid #2c2f3d;
    left: 0px;
}
.paybox-hide {
	display: none;
}

.terms {color: #4e5fae;}
.terms:hover {color: #4e5fae;}

.amount {float: left;text-align: right;padding-right: 20px;margin-top: 8px;font-size: 1.15em;color: #717171;}

@media (max-width: 720px) {.amount-input {float: left;width: 100% !important;margin-top: -33px !important;margin-left: 119px;}}

.payment-input {float: left;width: 64%;}
@media (max-width: 720px) {.payment-input {float: left;width: 100% !important;margin-top: -33px !important;margin-left: 119px;}}

.paybox-terms-text { margin-top: 8px;float: right;}
@media (max-width: 720px) {.paybox-terms-text{     font-size: 14px;
    margin: 0 auto;
    text-align: left;
    float: left;
    line-height: 24px;
    margin-top: -67px;
    padding-bottom: 36px;
    display: inline-block;
    margin-left: 12%;}}

.continue-button {margin-right: 0px;float: right;}
@media (max-width: 720px) {.continue-button{float: unset;
    position: relative;
    top: 41px;
    margin-right: 0;
    width: 25%;
    margin: 0 auto;
    line-height: 26px !important;
    margin-bottom: 18px;}}
	
@media (max-width: 720px) {	.paybox-error {    top: -12px;
    position: relative;}}

.legend-text {text-align: center;font-weight: bold;padding: 10px;width: auto;margin: auto;padding-bottom: 0px;color: #717171;margin-left: 20%;}
@media (max-width: 720px) {.legend-text {margin-left:15px; margin-top: -36px;}}

@media (max-width: 720px) {.paybox-confirmation-label {text-align: center;float: unset;margin: 0 auto;width: 100%;position: relative;padding-top: 8px;}}
@media (max-width: 720px) {.paybox-confirmation-value {text-align: center;float: unset;margin: 0 auto;width: 100%;position: relative;}}

.amount-box {width:50%;}
@media (max-width: 720px) {.amount-box{width: auto;max-width: 60.5%;    margin-top: -9px;}}
	
.method-box {width:50%;}
@media (max-width: 720px) {.method-box{width: auto;max-width: 60%;}}

@media (max-width: 720px){.paybox-mainbox {margin-bottom: 32px;}}

.crypto-header {    margin-bottom: -28px;}
@media (max-width: 720px){.crypto-header{margin-bottom: 12px;}}
@media (max-width: 720px){.crypto-iconbg{margin-top: -14%;}}

.crypto-wallet {}

@media (min-width: 280px) and (max-width: 720px){.employer-top {padding-left: 0px;}}

.timeline-bottom-line {height: 2px;
    width: 100%;
    position: absolute;
    left: unset;
    top: unset;
    border-radius: unset;
    background: #ececec;
    margin-top: -30px;
    box-shadow: unset;
    bottom: 0;
    left: -27px;}
