:root {
    --color-main: #00000099;
    --color-light: rgb(158, 158, 158);
    --color-green: #6aa84f;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html{
    font-size: 14px;
}

html, body{
    min-height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.3rem;
    color: var(--color-main);
    height: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
}

body.home{
    color: #9e9e9e;
    display: flex;
    flex-direction: column;
}

h1{
    color: var(--color-green);
}

.flex{
    display: flex;
}

.grow{
    flex-grow: 1;
}

.nowrap{
    white-space: nowrap;
}

header .logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    padding: 16px;
    border-bottom: 1px solid rgb(224,224,224);
}

header .logo .logout{
    color: var(--color-light);
    text-decoration: none;
    text-transform: capitalize; 
    margin: 5px 4px 0 0 
}

header .logo .logout:hover{
    text-decoration: underline;
}

header .sub-header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    padding: 0 20px;
    color: var(--color-green);
    align-items: center;
    position: relative;
}

.content{
    display: flex;
    flex-grow: 1;
    justify-content: center;
    padding: 0 30px;
    position: relative;
}

body.home .content{
    flex-grow: 1;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content .inner{
    width: 710px;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.content .inner.insert-email{
    width: 600px;
}

.sub-header .username span{
    color: var(--color-light);
    font-size: 12px;
    line-height: 14px;
}

.sub-header .username code{
    font-weight: bold;
    padding: 0 4px;
}

.sub-header h1{
    font-size: 0.833rem;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.sub-header a.back{
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    color: var(--color-light);
}

.sub-header a.back:hover{
    text-decoration: underline;
}

.sub-header a.back::before{
    display: block;
    content: "";
    width: 0.4em;
    height: 0.4em;
    border-top: 2px solid var(--color-light);
    border-left: 2px solid var(--color-light);
    transform: rotate(-45deg);
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 1px;
}

/* .sub-header p.username{
    float: right;
} */

.content .inner h1{
    font-size: 1.286rem;
    line-height: 1.25em;
    width: 100%;
    text-align: left;
}

.content .inner select{
    height: 32px;
    min-width: 216px;
    padding-left: 8px;
    box-sizing: border-box;
    border: 1px solid #b9b9b9;
	color: #2c2c2c;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    font-size: 14px;
    background-image: url(../images/select-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 18px;
	margin-bottom: 6px; 
}

/* Hide arrow icon in IE browsers */
.content .inner select::-ms-expand {
    display: none;
}

.content .inner select:focus{
    outline: none;
}

/* searchable select plugin */
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #b9b9b9;
    border-radius: 0;
}

.select2-container .select2-selection--single{
    height: 32px;
    line-height: 32px !important;
    margin: 2px 0 3px;
    font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 30px;
    padding-left: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    width: 24px;
    height: 32px;
    background-image: url(../images/select-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: none;
}

.select2-search--dropdown .select2-search__field {
    padding: 6px;
}

.crypyo-description{
	padding: 6px 0;
} 

h2{
    width: 100%;
    text-align: left;
    margin: 14px 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.833rem;
    border-bottom: 2px solid #2c2c2c;
}

h3{
    font-size: 1.143rem;
}

.home h2{
    border-bottom: 2px solid #fff;
}

.first-time-fieldset{
    padding: 20px 0;
}

.first-time-fieldset .flex{
    flex-direction: row;
    justify-content: space-between;
}

.home .email-input-wrapper{
	max-width: 100%;
	clear: both;
	margin: 10px auto;
	text-align: left;
	color: #f24141;
}

.home .text input[type="email"],
.home .text select{
	width: 100%;
	height: 45px;
	box-sizing: border-box;
	padding: 0 14px;
	background-color: #2c2c2c;
	border: 1px solid #fff;
	color: #fff;
	margin: 3px 0;
}

.home .text input:-webkit-autofill,
.home .text input:-webkit-autofill:hover, 
.home .text input:-webkit-autofill:focus, 
.home .text input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #2C2C2C inset !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.home .email-input-wrapper.error input,
.home .text select.error{
    border-color: #f24141;
}

.response .text,
.content.response .inner h1{
    text-align: center;
}

.content.response .inner h1{
    font-size: 1.143rem;
    margin: 2px 0;
}

.inner.warning{
	padding-top: 0 !important;
}

.purple-warning{
    font-size: 1.07rem !important;
    color: var(--color-green);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.response .text{
	max-width: 320px;
	margin: 0 auto;
}

.text.response{
  text-align: center;
}

.text.cancel,
.inner .form label.error{
	color: #f24141;
}

.button{
	display: inline-block;
	background: rgb(120, 165, 90);
	font-size: 1rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 13px 14px;
	min-width: 160px;
	border-radius: 8px;
	margin: 2px auto;
	text-align: center;
	border: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.home .content:not(.response) .button{
    margin: 2px 8px 12px;
}

.home .content:not(.response) .button span{
    font-weight: normal;
    font-size: 13px;
}

.form .button,
.response .button{
  padding: 9px 20px;
}

.response .buttons{
	padding-top: 12px;
}

.button.disabled,
button:disabled{
	background: #ccc;
}

.button:not(.disabled){
  cursor: pointer;
}

.content.deposit .inner{
	padding-top: 44px;
	min-height: 430px;
}

.content.withdraw .inner{
	padding-top: 28px;
	min-height: 430px;
}

.content.transfer .inner{
    margin-top: 18px;
	padding-top: 10px;
	min-height: 430px;
}

.content .inner .payments{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; 
}

.content .inner .payments a{
	display: block;
	width: 164px;
	height: 66px;
	border-radius: 8px;
	flex-grow: 0;
	flex-shrink: 0; 
	margin-bottom: 20px; 
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
}

.content .inner .payments .spacer{
	width: 150px;
	height: 60px;
}

.content .inner .payments a:not(.active).disable{
	opacity: 0.3;
}

.content .inner .payments a.disable:hover{
	opacity: 1;
}

.content .inner .payments a.neteller,
.content .inner .payments a.neteller_manual{
	background-color: #8dc540;
	background-image: url(../images/neteller.svg);
	background-size: 120px;
	background-repeat: no-repeat;
	background-position: center;
}

.content .inner .payments a.skrill{
	background-color: #6a195f;
	background-image: url(../images/skrill.svg);
	background-size: 80px;
}

.content .inner .payments a.agent{
	background-color: #2c2c2c;
	background-image: url(../images/agent.svg);
	background-size: 50px;
    position: relative;
}

.content .inner .payments a.agent span{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
}

.content .inner .payments a.bank_transfer{
	background-color: #167AC6;
	background-image: url(../images/bank.svg);
	background-size: 110px;
}

.content .inner .payments a.crypto{
    background-color: #0F182B;
    background-image: url(../images/crypto-2.svg);
    background-size: 136px;
}

.content .inner .payments a.crypto_cp{
    background-color: #0F182B;
    background-image: url(../images/crypto.svg);
    background-size: 124px;
}

.content .inner .payments a.ecopayz{
    background-color: #033464;
    background-image: url(../images/ecopayz.svg);
    background-size: 110px;
}

.content .inner .payments a.boleto{
    background-color: #134B77;
    background-image: url(../images/boleto.svg);
    background-size: 88px;
}

.content .inner .payments a.pay4fun{
    background-color: #F39001;
    background-image: url(../images/pay4fun.svg);
    background-size: 120px;
}

.content .inner .payments a[class*="pix"]{
    background-color: #fff;
    background-image: url(../images/pix.svg);
    border: 1px solid #939598;
    background-size: 120px;
}

.content .inner .payments a.transfer-money{
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
}

.content div[class*="pix"] div.qrcode h3{
    margin-bottom: 18px;
}

.content div[class*="pix"] div.qrcode h3.amount{
    margin-bottom: 0;
    font-weight: bold;
}

.content div[class*="pix"] div.qrcode{
    padding-top: 15px;
    text-align: center; 
}

.content div[class*="pix"] ul.qrcodes{
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: fit-content;
}

.content div[class*="pix"] ul.qrcodes li,
.content div[class*="pix"] div.qrcode .qrcode-wrapper{
    list-style: none;
    border: 1px solid #939598;
    border-radius: 5px;
    padding: 12px 5px 10px;
    width: min-content; 
    margin: 0 auto 30px;
    position: relative;
    min-width: 262px;
}

.content div[class*="pix"] ul.qrcodes li img,
.content div[class*="pix"] .qrcode-wrapper img{
    max-width: 250px;
}

.content div[class*="pix"] ul.qrcodes li h4,
.content div[class*="pix"] div.qrcode .qrcode-wrapper h4{
    font-size: 16px;
}

.content div[class*="pix"] ul.qrcodes p,
.content div[class*="pix"] .qrcode-wrapper p{
    font-size: 14px;
}

.content div[class*="pix"] div.qrcode span.delete,
.content div[class*="pix"] ul.qrcodes span.delete{
    position: absolute;
    top: 7px;
    right: 5px;
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/delete.svg);
    cursor: pointer;
}

.content .qrcode-digitable-link,
.content .check-deposit{
    background-color: rgb(165,165,165);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    padding: 6px 18px 6px 32px;
    border-top-left-radius: 15px; 
    border-top-right-radius: 15px; 
    border-bottom-left-radius: 15px; 
    border-bottom-right-radius: 15px; 
    cursor: pointer;
    width: fit-content;
    min-width: 170px;
}

.content .check-deposit{
    padding: 6px 18px;
    position: relative;
}

.content .check-deposit:not(.searching){
    background-color: rgb(72, 150, 50);
}

.content .check-deposit.searching span{
    display: block;
    position: absolute;
    right: 9px;
    top: 4px;
    height: 22px;
    width: 22px;
    background-image: url(images/sync-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotate 1.5s linear infinite;
}

@keyframes rotate{
    from{
        transform: rotate(360deg);
    }
    to{
        transform: rotate(0deg);
    }
}

.content .deposit-made{
    font-size: 16px;
    margin: 32px auto 8px;
}

.content .crypto-address .qrcode-digitable-link,
.content .crypto-address .check-deposit{
    margin: 0 auto 12px;
}

.content .qrcode .qrcode-digitable-link{
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

.content .qrcode .qrcode-digitable-link:not(.copied){
    background-image: url(../images/copy-white.svg);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 15px center;
}

.content .qrcode .qrcode-digitable-link.copied{
    padding: 0;
    height: 30px;
    background-image: url(../images/done-white.svg);
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: center;
    cursor: default;
}

.hidden-input{
    width: 6px;
    height: 2px;
    font-size: 2px;
    position: absolute;
    opacity: 0;
    z-index: -999;
}

.conten:not(.withdraw) .pix p{
    text-align: center;
}

.inner .form{
	padding: 8px 0;
	text-align: left;
}

.inner .form > div:not(.active){
    display: none;
}

.inner .form .columns{
    display: flex;
    justify-content: space-between;
}

.inner .form .columns a{
    color: var(--color-green);
}

.inner .form .columns > div{
    width: 250px;
    display: flex;
    flex-direction: column;
}

div.text-box,
div.input-box{
    border: 1px solid #b9b9b9;
	color: #2c2c2c; 
    padding: 6px 10px;   
    box-sizing: border-box;
    margin-bottom: 10px;
}

select.accounts{
    width: 394px;
}

div.text-box{
    width: 394px;
	min-height: 32px;  
}

div.input-box{
	height:32px; 
    width: 220px; 
}

div.input-box.large{
    width: 420px; 
}

.form p{
    font-size: 0.857rem;
    line-height: 1.33em;
    margin-bottom: 14px;
}

form fieldset{
	border: none;
	padding: 0 0 24px;
}

form fieldset > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.inner .form fieldset > div label{
	font-weight: 400;
}

.inner .form fieldset > div input[type="text"],
.inner .form fieldset > div select{
	width: 320px;
	max-width: 320px;
	margin: 2px 0 3px;
}

.inner .form fieldset input:focus,
.inner .form fieldset select:focus{
    outline: none;
}

.inner .form fieldset input.original-value{
    color: rgb(150,150,150);
}

.inner .form fieldset input.edited-value,
.inner .form fieldset span.edited-value .select2-container--default .select2-selection--single {
    border: 1px solid rgb(150,150,150);
}

.inner .form label{
    display: block;
    clear: both;
    font-size: 0.86rem;
    line-height: 1.2em;
    font-weight: 500;
}

.inner .form.deposit .neteller .columns div:first-child label,
.inner .form.deposit .neteller_manual .columns div:first-child label,
.inner .form .agent label,
.inner .form.deposit .skrill .columns div:first-child label{
  margin-bottom: 7px;
}

.inner .form .neteller label,
.inner .form .agent label{
    white-space: nowrap;
}

.inner .form input[type="text"],
.inner .form input[type="number"],
.inner .form select,
.input-file-wrapper{
    width: 100%;
    max-width: 250px;
    height: 32px;
    border: 1px solid #b9b9b9;
    box-sizing: border-box;
    padding: 0 6px;
    margin: 5px 0 6px;
	color: #2c2c2c;
}

.deposit .crypto input[name="crypto_cp_user_address"],
.deposit .crypto input[name="crypto_user_address"]{
    max-width: 100%;
}

.input-file-wrapper{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.input-file-wrapper input{
    position: absolute;
    top: -500px;
    left: -50px;
    opacity: 0;
}

.input-file-wrapper p{
    /* color: #2c2c2c; */
    color: rgb(135,135,135);
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.input-file-wrapper p.loaded{
    color: #2c2c2c;
}

#bank-deposit-proof{
    max-width: 100%;
}

.inner .form input.token{
    max-width: 100%;
}

.withdraw .skrill input[name="email"],
.deposit .skrill input[name="email"],
.deposit .skrill input[name="amount"],
.withdraw .neteller_manual input[name="email"],
.deposit .neteller_manual input[name="email"],
.deposit .neteller_manual input[name="amount"],
.deposit .ecopayz input[type="text"],
.deposit .bank_transfer input[type="text"],
.deposit .crypto input[name="crypto_user_address"],
.deposit .crypto input[name="crypto_cp_user_address"],
.deposit .pix input[name="pix-user-name"]{
    margin-bottom: 16px;
}

.inner .form input.error,
.inner .form div.error input,
.inner .form div.error select,
.inner .form div.error span.select2-selection,
.inner .form div.error label.input-file-wrapper{
    border: 1px solid #f24141;
}

.inner .form div.error label{
    color: #f24141;
}

.inner .form p.warning,
.inner.warning p{
    font-size: 1rem;
}

.inner .form textarea{
    width: 100%;
    height: 135px;
    border: 1px solid #b9b9b9;
    box-sizing: border-box;
    padding: 4px 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.857rem;
}

.inner .form h3{
    font-size: 14px;
    font-weight: normal;
}

.inner.warning h3{
    font-size: 1.143rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.center{
	text-align: center; 
}

.inner .form .center,
.inner .form center{
  padding-top: 14px;
}

.inner .form .center.response h3{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.inner .form .center.response p{
  font-size: 14px;
}

.inner .form.deposit .neteller .flex{
    justify-content: space-between;
    align-items: center;
}

.inner .form.deposit .neteller input[type="number"]{
    float: left;
}

.inner .form.deposit .neteller p.redirect{
  font-size: 1rem;
  color: #8dc540;
  margin: 0.5em 0;
}
.inner .crypto-cp-currencies-container{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: var(--background-color-terciary);
}

.crypto-selector-wrapper.hidden{
    position: relative;
    z-index: -1;
    opacity: 0;
}

.inner .crypto_cp .crypto-cp-currencies-container .crypto-cp-amount-container{
    min-width: 68%;
}

.inner .crypto_cp .crypto-cp-currencies-container .crypto-cp-amount-container *{
    flex-grow: 1;
}

.inner .crypto_cp .crypto-cp-currencies-container p.fee{
    margin: 6px 0 2px;
}

.inner .crypto-address{
    min-height: 240px;
    text-align: center;
    position: relative;
}

.inner .crypto-address .address{
    position: relative;
}

.inner .crypto-address p.big{
    font-size: 14px;
    font-weight: bold;
}

.inner .crypto-address .warning,
.inner [class*="pix"] .warning{
    display: inline-block;
    font-size: 14px;
}

p.warning.warning-icon{
    font-weight: bold;
    padding-left: 20px;
    background-image: url('images/warning.svg');
    background-size: 18px;
    background-repeat: no-repeat;
}

.inner [class*="pix"] .warning{
  margin-top: 20px;
}

/* .inner .crypto-address .address > p{
    margin: 0;
} */

.inner .crypto-address .address a{
    color: var(--text-secondary-color);
    text-decoration: none;
}

.inner .crypto-address .address a:hover{
    color: var(--text-primary-color);
    text-decoration: underline;
}

.inner .crypto-address .address p.error{
    font-size: 14px;
    font-weight: bold;
}

.inner .crypto-amount-converter input{
   text-align: right;
}

.inner .crypto_cp .crypto-amount-converter > *{
    display: inline-block;
    vertical-align: middle;
}

.content.deposit .inner .crypto_cp .crypto-amount-converter > input{
    width: 50%;
}

.content.withdraw .inner .crypto_cp .crypto-amount-converter > input{
    width: 28%;
}

.inner .crypto_cp .crypto-amount-converter > div{
    vertical-align: middle;
    padding-left: 6px;
}

.inner .crypto_cp .crypto-converted-value{
    padding-right: 4px;
}

.inner .crypto_cp .crypto-cp-amount-container .amount2deposit-wrapper,
.inner .crypto_cp .crypto-cp-amount-container .amount2withdraw-wrapper{
    background: rgb(70,70,70);
    color: white;
    padding: 5px 10px;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 12px;
}

.inner .crypto_cp .crypto-cp-amount-container .amount2withdraw-wrapper{
    margin-bottom: 20px;
}

.inner .crypto_cp .crypto-cp-amount-container .amount2deposit-wrapper span,
.inner .crypto_cp .crypto-cp-amount-container .amount2withdraw-wrapper span{
    font-size: 14px;
}

.inner .crypto_cp .link2copy{
    padding-bottom: 4px;
}

.inner .crypto_cp .link2copy > *{
    display: inline-block;
    vertical-align: middle;
}

@keyframes flash {
    0% {opacity :1}
    25% {opacity :1}
    70% {opacity :0}
    100% {opacity :0}
}

.link2copy a{
    line-height: 26px;
    position: relative;
}

.link2copy .flash::before{
    display: block;
    content: "Copied";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: rgb(94, 238, 94);
    text-align: center;
    color: #000;
    animation: flash 3s 
}

.inner .crypto_cp span.copy{
    display: inline-block;
    width: 20px;
    height: 22px;
    background-image: url('images/copy-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-left: 10px;
}

.copy-text-input{
    width: 1px !important;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.bank-fieldset-header{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.bank-fieldset-header .edit{
    width: 180px;
    text-align: right;
    color: var(--color-green);
    font-size: 0.857rem;
    font-weight: 700;
    position: relative;
    overflow: hidden;
}

.bank-fieldset-header .edit label{
    overflow: hidden;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.bank-fieldset-header .edit input:checked + label{
    top: -40px;
    opacity: 0;
}

.bank-fieldset-header input{
    position: absolute;
    left: -50px;
}

p.fee{
    font-size: 0.857rem !important;
}

p.fee span{
    white-space: nowrap; 
}

.deposit .neteller .fee{
    max-width: 218px;
}

.form p.min-amount,
.form p.processing-hours{
    font-size: 1rem;
}

.form p.min-amount{
  margin-bottom: 8px;
}

.inner .text img.warning{
    display: block;
    margin: 0 auto 20px;
}

.available-amount{
    display: inline-block;
    padding: 6px 10px;
    color: var(--color-green);
    border: 1px solid var(--color-green);
    border-radius: 6px;
    box-sizing: border-box;
    min-width: 224px;
    font-size: 0.857rem;
    margin-bottom: 5px;
}

.content.transfer .inner .amount-wrapper{
    height: 37px;
}

.content.transfer .inner .available-amount{
    display: none;
}

.overlay{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1001;
	background-color: rgba(0,0,0,0.8);
}

.overlay.light{
	background-color: rgba(255,255,255,0.7);
}

.overlay.column{
    flex-direction: column;
}

.overlay p.message{
    margin-bottom: 10px;
    font-weight: bold;
}

.overlay .content{
	min-width: 400px;
	min-height: 200px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 6px;
	padding: 16px 16px 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.overlay .alert-box{
	min-width: 400px;
    max-width: 500px;
	min-height: 120px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.4);
}

.overlay .alert-box .message{
	padding: 26px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	flex-grow: 1;
}
	
.overlay .alert-box .footer{
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	border-top: 1px solid rgb(200,200,200);
	align-self: flex-end;
}

.overlay .alert-box .footer div{
	width: 50%;
	text-align: center;
}

.overlay .alert-box.confirm .footer div:first-child{
	border-right: 1px solid rgb(200,200,200);
} 

.overlay .alert-box .footer span{
	color: #1769f8;
	font-size: 15px;
	padding: 10px 40px;
	line-height: 40px;
	cursor: pointer;
}

.overlay .alert-box .footer span.disabled{
	color: #aeaeae;
	cursor: default;
}

.overlay .content .crop{
	margin-top: 10px;
	padding: 14px;
	padding: 2px 0;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 60px;
	cursor: pointer;
}

.overlay .content .crop:hover{
	color: rgb(24,105,248);
}

footer{
    min-height: 50px;
    padding: 8px 60px;
    font-size: 0.714rem;
    color: var(--color-light);
    border-top: 1px solid rgb(224,224,224);
}

footer p{
    line-height: 1.2rem;
}

footer a{
    color: var(--color-light);
    text-decoration: none;
}

footer a:hover{
    text-decoration: underline;
}

@media only screen and (max-width: 550px) {
    header .sub-header{
       height: 70px;
       align-items: flex-start;
       padding: 10px 36px 0;
    }
    
    header .sub-header h1{
       width: 100%;
       text-align: center;
       top: 42px;
    }
    
    header .logo{
        padding: 0 38px;
    }
    
    .content.deposit .inner{
        padding-top: 0;
    }
    
    .content .inner .payments{
    flex-direction: column;
    }
    
    .content .inner .payments a{
        width: 100%;
        height: 54px;
        margin-bottom: 10px;
    }
    
    .payments .spacer{
        display: none;
    }
    
    .content .inner{
        min-height: inherit !important;
        padding-bottom: 20px;
    }
    
    .content .inner.warning{
        padding-bottom: 0;
    }
    
    .inner .text img.warning{
        margin-bottom: 10px;
    }
    
    .content .inner .form input[type="text"], 
    .content .inner .form input[type="number"]{
        max-width: 100%;
        height: 44px;
        margin-bottom: 0;
    }
    
    .content .inner .agent input[type="text"], 
    .content .inner .agent input[type="number"],
    .content .inner .skrill input[type="text"], 
    .content .inner .skrill input[type="number"]{
        margin-bottom: 16px;
    }
    
    .inner .form .agent{
        padding-top: 8px;
    }
    
    .inner .form .columns{
        flex-direction: column;
    }
    
    .inner .form .columns > div{
        width: 100%;
    }
    
    .inner .form .neteller label, 
    .inner .form .agent label,
    .inner .form .skrill label {
        margin-bottom: 4px;
    }
    
    .inner .form.withdraw .skrill:not(.warning),
    .content .inner .form .neteller{
        padding-top: 8px;
    }
    
    p.fee{
        margin-top: 6px;
    }
    
    .content .inner textarea{
    	margin: 5px 0 26px;
    }
    
    .buttons .button{
        margin-bottom: 10px;
    }
    
    .button{
        width: 250px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .agent .button{
        margin-top: 16px;
    }
    
    div.input-box.large{
        width: 100%; 
    }
    
    .home .content:not(.deposit):not(.withdraw) .button{
        width: 190px;
        margin: 20px auto;
    }
    
    footer{
        padding: 8px 30px;
    }
}
