/* This is the Main CSS document for the SDK elements. */
@font-face {
    font-family: 'Poppins-Regular';
    src:  url('https://share.olycash.com/en-us/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Light';
    src:  url('https://share.olycash.com/en-us/fonts/Poppins/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Bold';
    src:  url('https://share.olycash.com/en-us/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-ExtraBold';
    src:  url('https://share.olycash.com/en-us/fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
}


html, body {
    height: 100%;
}

.olycash-pay {
	font-size:calc(10px + 0.9vmin);
    font-family: 'Poppins-Regular', Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    margin: 0 !important;
    padding: 0 !important;
    color: #666666;
    line-height: 130%;
}


.olycash-pay ::-webkit-input-placeholder,
.olycash-media ::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
.olycash-pay :-moz-placeholder,
.olycash-media :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
.olycash-pay ::-moz-placeholder,
.olycash-media ::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
.olycash-pay :-ms-input-placeholder,
.olycash-media :-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
.olycash-pay ::placeholder,
.olycash-media ::placeholder { /* Recent browsers */
    text-transform: none;
}
.olycash-pay input::placeholder,
.olycash-media input::placeholder { 
	text-transform: none; 
}
.olycash-pay *:focus,
.olycash-media *:focus {
    outline: none !important;
}

.olycash-pay a,
.olycash-media a {
    color: #666666  !important;
    text-decoration: none !important;
    border-bottom: 1px solid #666666 !important;
}
.olycash-pay a:hover,
.olycash-media a:hover {
    text-decoration: none !important;
    color: #fa415c !important;
}


.olycash-pay .bold,
.olycash-media .bold {
	font-family: 'Poppins-Bold', Arial, sans-serif !important;
    line-height: 150%;
    font-weight: 600;
}
.olycash-pay .extra-bold,
.olycash-media .extra-bold {
	font-family: 'Poppins-ExtraBold', Arial, sans-serif;
    line-height: 150% !important;
    font-weight: 600 !important;
}



.olycash--image-long-button > button.cash-btn {
    background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
	min-width: 215px;
	width: 100%;
	height: 47px;
}


.olycash--image-short-button > button.cash-btn {
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
	min-width: 118px;
	width: 25%;
	height: 42px;
}

.olycash--text-button > button.cash-btn {
	background-color: #000;
	width: 100%;
    color: #FFF;
    font-family: 'Poppins-Bold', Arial, sans-serif !important;
    line-height: 150%;
    font-weight: 600;
    padding: 10px 15px;
}

.olycash-pay > button.cash-btn {
	outline:0 !important;
	cursor: pointer;
	border: 1px solid #FFF;
}



.olycash-pay-widget {
  	width: calc(100% - 6px);
  	max-width: 960px !important;
  	padding: 0px !important;
  	min-height: 0px !important;
}

.olycash-pay-widget .widget-container-table {
	border-radius: 10px !important;
    -moz-border-radius: 10px !important;
}
.olycash-pay-widget .widget-container-table tr:first-child td:first-child {
    border-radius: 5px 5px 0px 0px !important;
    -moz-border-radius: 5px 5px 0px 0px !important;
}


.olycash-widget-header {
	white-space: nowrap !important;
	vertical-align: top !important;
}

.olycash-widget-header > span:first-child {
	background-image: url(../images/secure_icon.gif), url(../images/logo.gif);
	background-position: left center, 45px center !important;
  	background-repeat: no-repeat, no-repeat !important;
  	display: inline-block !important;
  	padding-left: 115px !important;
  	height: 50px !important;
  	font-family: 'Poppins-Bold', Arial, sans-serif !important;
  	font-size:calc(14px + 0.4vmin) !important;
    line-height: 50px !important;
    font-weight: 600 !important;
    color: #4C4C4C !important;
	cursor: pointer !important;
}
.olycash-widget-header > span:last-child {
	display: inline-block;
	background: url(../images/about_icon.gif) no-repeat center center !important;
	width: 50px !important;
	height: 50px !important;
	float: right !important;
	cursor: pointer !important;
}

.olycash-pay-tablets {
	vertical-align: top;
	padding: 10px 0px 10px 10px;
}

.olycash-pay-tablets > span {
	display: inline-block;
    width: calc(33% - 40px);
    text-align: center;
    padding: 0px 5px;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer !important;
    min-width: 100px !important;
    max-width: 135px;
}

.olycash-pay-tablets > span > span {
	display: inline-block;
	width: calc(100% - 10px);
	padding: 0px;
}
.olycash-pay-tablets > span > span:first-child {
	background-position: center center;
	height: calc(100% - 40px);
	min-height: 70px;
}
.olycash-pay-tablets > span > span:last-child {
    height: 40px;
    line-height: 40px;
	font-size:calc(12px + 0.4vmin);
}

#olycashtabdetails {
	display: inline-block;
    width: calc(100% - 60px);
    padding: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.1);
}

#olycashpaywithwallet {
	background: url(../images/wallet.gif) #FFF no-repeat center 15px;
}
#olycashpaywithphone {
	background: url(../images/phone.gif) #FFF no-repeat center 15px;
}
#olycashpaywithcard {
	background: url(../images/card.gif) #FFF no-repeat center 15px;
}
#olycashpaywithcode {
	background: url(../images/code.gif) #FFF no-repeat center 15px;
}
#olycashpaywithcrypto {
	background: url(../images/crypto.gif) #FFF no-repeat center 15px;
}
#olycashpaywithcredit {
	background: url(../images/credit.gif) #FFF no-repeat center 15px;
}
#olycashpaywithcredit.cash-on-delivery {
    background: url(../images/cash.gif) #FFF no-repeat center 15px;
}

.olycash-terms-small-text,
.olycash-processed-text, 
.olycash-third-party-fee, 
#olycashhelp,
.olycash-terms-small-text a {
	color: #969898;
	font-size:calc(10px + 0.4vmin);
	font-family: 'Poppins-Regular', Arial, sans-serif !important;
}

.olycash-repeat-text {
	color: #969898;
}

.olycash-terms-small-text {
	padding: 0px 15px 15px 15px;
}
.olycash-third-party-fee {
	display: block;
}

#olycashhelp {
	display: inline-block;
	float: right;
	border-bottom: 0px;
	text-decoration: underline;
}

.olycash-tab-header {
	white-space: nowrap;
	vertical-align: top;
}
.olycash-tab-header > span {
	display: inline-block;
}
.olycash-tab-header > span:first-child {
	width: calc(100% - 80px);
	height: 35px;
    line-height: 35px;
	font-size:calc(15px + 0.4vmin);
	padding-left: 45px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 35px;
}

.olycash-tab-header .olycash-wallet {
	background-image: url(../images/wallet.gif);
}
.olycash-tab-header .olycash-phone {
	background-image: url(../images/phone.gif);
}
.olycash-tab-header .olycash-card {
	background-image: url(../images/card.gif);
}
.olycash-tab-header .olycash-code {
	background-image: url(../images/code.gif);
}
.olycash-tab-header .olycash-crypto {
	background-image: url(../images/crypto.gif);
}
.olycash-tab-header .olycash-credit {
	background-image: url(../images/credit.gif);
}
.olycash-tab-header .olycash-credit.cash-on-delivery {
    background-image: url(../images/cash.gif);
}
.olycash-tab-header .olycash-help {
	background-image: url(../images/info.gif);
}

.olycash-tab-header > span:last-child {
	display: inline-block;
	width: 35px;
	height: 35px;
	float: right;
	cursor: pointer;
}
.close-olycash-tab {
	background: url(../images/close_icon.gif) no-repeat top right !important;	
}
.back-olycash-tab {
	background: url(../images/up_icon.gif) no-repeat top right !important;
}


.olycash-text-input {
	color: #D6034D !important;
	font-family: 'Poppins-Bold', Arial, sans-serif !important;
  	font-size:calc(14px + 0.4vmin);
    font-weight: 600;
	border-width: 0px 0px 1px 0px !important;
	border-style: solid !important;
	border-color: #D6034D !important;
	padding: 15px 10px !important;
	margin-top: 15px !important;
	margin-bottom: 0px !important;
	width: calc(100% - 20px);
	border-radius: 0 !important;
  	-moz-border-radius: 0 !important;
  	background-color: #FFF !important;
  	-webkit-appearance: none;
  	box-shadow: inset 0px 0px 0px 0px white;
  	outline: none !important;
}

.olycash-text-input:focus{
    outline: none !important;
}

.olycash-span-btn {
	display: inline-block;
	color: #FFF !important;
	padding: 15px 10px;
	cursor: pointer !important;
	background-color: #4C4C4C;
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    margin-top: 20px !important;
    margin-bottom: 4px !important;
    width: calc(100% - 20px) !important;
    text-align: center !important;
    font-family: 'Poppins-Bold', Arial, sans-serif !important;
  	font-size:calc(14px + 0.4vmin) !important;
    font-weight: 500 !important;
}
.olycash-span-btn.small {
    width: auto !important;
    padding: 5px 10px !important;
    min-width: 20px !important;
    font-size: calc(11px + 0.2vw) !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.olycash-span-btn.green {
    background-color: #22AD5A;
    color: #FFF;
    border-bottom: 3px solid #2AD169;
}
.olycash-span-btn.green.tapped {
    border-bottom: 3px solid #22AD5A;
}
.olycash-span-btn.orange {
    background-color: #F9CD04;
    color: #111;
    border-bottom: 3px solid #FDDD73;
}
.olycash-span-btn.orange.tapped {
    border-bottom: 3px solid #F9CD04;
}
.olycash-span-btn.grey {
    background-color: #AAAAAA;
    color: #111;
    border-bottom: 3px solid #CBCBCB;
}
.olycash-span-btn.grey.tapped {
    border-bottom: 3px solid #AAAAAA;
}
.olycash-span-btn.black {
    background-color: #212121;
    color: #FFF;
    border-bottom: 3px solid #444;
}
.olycash-span-btn.black.tapped {
    border-bottom: 3px solid #212121;
}
.olycash-span-btn.red {
    background-color: #FF4D4D;
    color: #FFF;
    border-bottom: 3px solid #FF8282;
}
.olycash-span-btn.red.tapped {
    border-bottom: 3px solid #FF4D4D;
}


/* .olycash-processed-text.by-card {
	display: inline-block;
	background: url(../images/cards_supported_icon.gif) no-repeat left center;	
	background-size: 150px;
	padding-left: 160px;
	line-height: 30px;
}

.olycash-processed-text.by-crypto {
	display: inline-block;
	background: url(../images/crypto_currencies_supported_icon.gif) no-repeat left center;	
	background-size: 150px;
	height: 30px;
	padding-left: 160px;
	line-height: 30px;
} */

.olycash-more {
	margin-top:5px !important;
	display: block !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	line-height: 130% !important;
	color: #666666 !important;
	font-size:calc(13px + 0.4vmin) !important;
}

.olycash-amount-entry-form {
	border: 0px !important;
}
.olycash-amount-entry-form td {
	padding: 0px !important;
	margin: 0px !important;
}

.olycash-processor-switch {
	display: inline-block;
	cursor: pointer !important;
	padding: 5px 5px 5px 28px !important;
	background: url(../images/switch_processor.gif) no-repeat 3px center;	
	background-size: 25px;
	color: #969898;
	font-size:calc(8px + 0.4vmin);
	background-color: #F1F1F1 !important;
    border-radius: 4px !important;
    line-height: 100% !important;
    font-weight: 800 !important;
}

.olycash-inline-select-div {
	display: inline-block;
	cursor: pointer !important;
	padding: 8px 25px 8px 8px !important;
	background: url(../images/down_arrow_black.gif) no-repeat calc(100% - 3px) center;	
	background-size: 25px;
	color: #969898;
	font-size:calc(11px + 0.4vmin);
	background-color: #F1F1F1 !important;
    border-radius: 4px !important;
    line-height: 100% !important;
    font-weight: 800 !important;
}


.olycash-inline-select {
	display: inline-block !important;
	padding: 8px 25px 8px 5px !important;
	background: url(../images/down_arrow_black.gif) #F1F1F1 no-repeat calc(100% - 3px) center !important;	
	background-size: 25px !important;
	color: #969898;
	font-size:calc(11px + 0.4vmin);
	border: 0px !important;
    border-radius: 4px !important;
    line-height: 100% !important;
    font-weight: 800 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Poppins-Regular', Arial, sans-serif !important;
}

.olycash-inline-select:focus {
    outline: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
.olycash-inline-select:focus {
    border-radius: 0;
}


.olycash-inline-select > option[value=''] {
    color: #969898 !important;
}


.olycash-inline-select:not(.allow-empty) > option[value=''] {
    display: none;
}

.olycash-inline-select > option {
    color: #969898;
    font-family: 'Poppins-Regular', Arial, sans-serif !important;
    font-size:calc(11px + 0.4vmin);
    border-top: 1px solid #FFFFFF;
    background-color:  #F1F1F1 !important;
}


.olycash-checkbox {
    display: block;
    position: relative;
    padding-left: 33px;
    margin-left: 5px !important;
    margin-bottom: 10px !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.olycash-checkbox input {
    position: absolute;
    opacity: 0;
}

/* Create a custom checkbox */
.olycash-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px !important;
    width: 24px !important;
    background-color: #FFF;
    border: 3px solid #D6034D !important;
}

.olycash-checkbox.disabled .olycash-checkmark {
    border: 3px solid #CCC !important;
}

/* On mouse-over, add a grey background color */
.olycash-checkbox:hover input ~ .olycash-checkmark {
    border: 3px solid #D6034D !important;
}
.olycash-checkbox.disabled {
    color: #BBBBBB !important;
}
.olycash-checkbox.disabled:hover input ~ .olycash-checkmark {
    border: 3px solid #CCC;
}

/* When the checkbox is checked, add a blue background */
.olycash-checkbox input:checked ~ .olycash-checkmark {
    background-color: #D6034D !important;
    color: #FFF;
    font-family: 'Poppins-Regular', Arial, sans-serif !important;
    font-size: 30px !important;
}
.olycash-checkbox.disabled input:checked ~ .olycash-checkmark {
    background-color: #CCC !important;
    border: 3px solid #CCC !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.olycash-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.olycash-checkbox input:checked ~ .olycash-checkmark:after {
    display: block !important;
}

/* Style the checkmark/indicator */
.olycash-checkbox .olycash-checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




/* Styling radio buttons */

.olycash-radio-btn {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.olycash-radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.olycash-radio-btn > span {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #F9CD04;
    border-radius: 50%;
}

.olycash-radio-btn:hover input ~ span {
    background-color: #F9CD04;
}

.olycash-radio-btn input:checked ~ span {
    background-color: #F9CD04;
}

.olycash-radio-btn > span:after {
    content: "";
    position: absolute;
    display: block;
    top: 2px;
    left: 2px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: white;
}

.olycash-radio-btn input:checked ~ span:after {
	border-radius: 0px;
	background: #F9CD04;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.olycash-in-line-radio .olycash-radio-btn {
    display: inline-block !important;
}
.olycash-in-line-radio .olycash-radio-btn {
    margin-right: 30px;
    margin-bottom: 20px;
}

.olycash-pay .body-table td,
.olycash-media .body-table td { 
	font-family: 'Poppins-Regular', Arial, sans-serif !important;
}

.olycash-pay.fade-into-window {
	border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    padding:10px;
	margin: 10px;
	display: inline-block;
}


.olycash-char-count {
    float: right;
    font-size: calc(8px + 0.3vw);
}
.olycash-char-count .limit {
    display: none;
    color: #888;
}

.olycash-hidden {
	display:none !important;
}


#__olycashdiv402box {
    background: rgb(0, 0, 0) !important; /* Fallback */
    background: rgba(0, 0, 0, 0.6) !important; 
    position: fixed !important;
    z-index: 20000 !important;
    font-family: 'Poppins-Regular', Arial, sans-serif !important;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100vh !important;
}


.olycash-tip-message {
	display: block;
	background: url(../images/tip_icon.gif) #FFF no-repeat 2px 2px !important;
	padding: 5px 5px 5px 45px;
	margin: 5px 0px;
	color: #999;
	font-size:calc(10px + 0.4vmin) !important;
	border: 1px solid #F0F0F0;
	border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    box-shadow: 3px 3px 3px 3px rgba(0.05, 0.05, 0.05, 0.05);
    line-height: 120% !important;
}








.country-code-select {
    padding: 16px 31px !important;
    background-position: left center, right center !important;
    background-repeat: no-repeat, no-repeat  !important;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #D6034D;
    color: #999;
    font-family: 'Roboto-Medium', Arial, sans-serif !important;
    font-size: calc(11px + 0.9vmin);
    background-color: #FFFFFF;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0;
    vertical-align: bottom !important;
}


.country-code-select:focus {
    outline: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
.country-code-select:focus {
    border-radius: 0;
}
.country-code-select > option[value=''] {
    display: none;
}

.country-code-select > option {
    font-family: 'Poppins-Bold', Arial, sans-serif !important;
    font-size:calc(15px + 0.4vmin);
    border-top: 1px solid #FFFFFF;
    background-color:  #FFFFFF !important;
}


.loading-span-animated {
    display: inline-block;
    width: 100%;
    min-height: 10px;
    background: #F1F1F1;
    background: linear-gradient(to left, #F1F1F1 50%, #DDDDDD 50%);
    background-size: 200% 100%;
    animation-name: fadein;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
@keyframes fadein {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: left bottom;
  }
}











/* CSS for very small (mobile) screens */
@media only screen and (max-width:500px){

.olycash-pay-tablets > span {
	margin-left: 8px !important;
    margin-right: 12px !important;
    margin-bottom: 20px !important;
}

}
/* .olycash-processed-text.by-crypto {
	display: inline-block;
	background: url(../images/crypto_currencies_supported_icon.gif) no-repeat left center;	
	background-size: 150px;
	height: 30px;
	padding-left: 160px;
	line-height: 30px;
} */
/* CSS for very very small (mobile) screens */
@media only screen and (max-width:400px){

.olycash-widget-header > span:first-child {
	background-image: url(../images/secure_icon.gif), url(../images/olycash_icon.gif) !important;
	background-position: left center, 35px center !important;
	background-size: 40px;
	padding-left: 80px !important;
	font-size:calc(10px + 0.4vmin) !important;
    font-weight: 500 !important;
}

/* .olycash-processed-text.by-card,
.olycash-processed-text.by-crypto {
	background: none !important;
	height: 30px !important;
	padding-left: 0px !important;
	line-height: 130% !important;
} */

.olycash-text-input {
	font-size:calc(10px + 0.4vmin) !important;
    font-weight: 500 !important;
}

#olycashtabdetails {
	display: inline-block;
    width: calc(100% - 20px);
    padding: 10px !important;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    margin-left: 5px !important;
    margin-right: 8px !important;
    margin-bottom: 10px !important;
    background-color: #fff;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.1) !important;
}

}
