



/*Base*/
html, body {
	background: #ebedf2;
	font-family: "Roboto", sans-serif;
}
ul, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul.margins {
	margin-bottom: 10px;
	padding-left: 30px;
}
ul.margins li {
	list-style-type: disc;
}
a, a:hover {
	text-decoration: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #fff;
	opacity: 1;
}



/*General*/
.display-none {
	display: none;
}
.width100 {
	width: 100%;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.img-responsive {
	max-width: 100%;
}
.container-fluid.full {
	padding-left: 0;
	padding-right: 0;
}








/*Text*/
.upper {
	text-transform: uppercase;
}
.heading1 {

}
.heading2 {

}
.heading3 {

}
.heading4 {

}
.heading5 {

}
.heading6 {

}
.subtitle {
	margin-bottom: 15px;
	display: block;
    font-size: 22px;
    font-weight: 600;
}
.text-white {
	color: #fff;
}
.text-primary {
	color: #2e90fa !important;
}



/*Backgrounds*/
.bg-primary {
	background: #2e90fa !important;
}



/*Buttons*/
.btn {
	transition: all .3s ease;
    padding: 13px 20px;
    font-weight: 500;
}
.btn:hover,
.btn:focus,
.btn:active:hover,
.btn:not(:disabled):not(.disabled):active:focus {
	outline: none !important;
	box-shadow: none !important;
}
.btn-primary {
	background: #2e90fa;
	border: 1px solid #2e90fa;
	color: white;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #2e90fa;
	border: 1px solid #2e90fa;
	color: white;
}
.btn-trans {
	background: #fff;
	border: 1px solid #2e90fa;
	color: #2e90fa;
}
.btn-trans:hover,
.btn-trans:focus,
.btn-trans:active:hover,
.btn-trans:not(:disabled):not(.disabled):active:focus {
	background: #fff;
	border: 1px solid #2e90fa;
	color: #2e90fa;
}



.test-img {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}


/*Wrap*/
.wrap {
	margin-top: 100px;
	max-width: 500px;
    margin: 100px auto 0;
}



/*Card*/
.card {
	border-color: #fff;
    padding: 57px 15px;
    border-radius: 35px;
/*    margin: 0 1.5rem;*/
    background: white;
}



/* Form Text */
.title {
	font-size: 28px;
    font-weight: 700;
    text-align: center;
}
.wallet-balance {
	text-align: center;
    margin-bottom: 0px;
}


/*Form*/
.form-inputs {
    padding: 0px 16px;
}
.form-group {
	margin-bottom: 15px;
}
.form-control {
	font-size: 16px;
    padding: 13px 20px;
    font-weight: 600;
}
.form-control:focus {
	box-shadow: none;
	border-color: #2e90fa;
}



/*Checkboxes and Radios*/
.form-check-input {
	display: none;
}
.form-check-input:checked {
	border-color: #2e90fa;
	background: #2e90fa;
}
.form-check-input:focus {
	box-shadow: none;
}


/*Form Check Check*/
.form-check.check {
	position: relative;
	padding-left: 0px;
}
.form-check.check label {
	position: relative;
	padding-left: 25px;
}
.form-check.check label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 0px;
	height: 18px;
	width: 18px;
	background: white;
	border-radius: 6px;
	border: 1px solid #ced4da;
}

.form-check.check input:checked + label:after {
	background: #2e90fa;
	border-color: #2e90fa;
}
.form-check.check input + label:before {
	content: '';
	font-family: 'icomoon' !important;
	speak-as: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 8px;
	left: 5px;
	height: 9px;
	width: 9px;
	font-size: 9px;
	color: #333;
	z-index: 1;
}
.form-check.check input:checked + label:before {
	content: '\e90d';
	color: white;
}

/*Form Check Box*/
.form-check.box {
	padding-left: 0px;
	position: relative;
	margin-bottom: 15px;
}

.form-check.box label {
	border: 1px solid #ced4da;
	border-radius: 10px;
	padding: 18px 18px 16px 18px;
	min-width: 100%;
	font-weight: 700;
	cursor: pointer;
}
.form-check.box label:before {
	content: '';
	position: absolute;
	top: 21px;
    right: 18px;
	height: 16px;
	width: 16px;
	background: white;
	border-radius: 50%;
	border: 1px solid #ced4da;
}
.form-check.box label:after {
	content: '';
	position: absolute;
	top: 25px;
	right: 22px;
	height: 8px;
	width: 8px;
	background: white;
	border-radius: 50%;
}
.form-check.box input {
	position: absolute;
	top: 12px;
	left: 20px;
	margin-left: 0px;
	cursor: pointer;
}
.form-check.box input:checked + label {
	border-color: #2e90fa;
	color: #2e90fa;
	background: #e6f7ff;
}
.form-check.box input:checked + label:before {
	background: #2e90fa;
	border-color: #2e90fa;
}

.step {
	display: none;
}
.step-0 {
	display: block;
}



.form-group iframe {
	    height: 52px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 4px;
    padding: 13px;
}
#cc-number {
	display: block;
    height: 32px;;
}



/*Floating Labels*/
#floatingInput-error {
	right: 0;
    left: auto;
    color: red;
    transform: scale(.85) translateY(-22px) translateX(3rem);
}
.form-floating>label {
    padding: 10px 0.75rem;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: 46px;
    min-height: 46px;
    line-height: 1.25;
}
.form-floating>.form-control:not(:placeholder-shown)~label {
	transform: scale(.85) translateY(-22px) translateX(0.15rem);
}



/*Progress Bar*/
.progressbar {
	margin: 0 auto;
	padding: 15px 0 80px;
	list-style: none;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.progressbar-step {
	text-align: center;
	position: relative;
	width: 100%;
}
.progressbar-step:before, .progressbar-step:after {
	content: "";
	height: 2px;
	background-color: #e3e3e3;
	position: absolute;
	z-index: 1;
	width: 100%;
	left: -50%;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.25s ease-out;
}
.progressbar-step:first-child:before, .progressbar-step:first-child:after {
	display: none;
}
.progressbar-step:after {
	background-color: #e3e3e3;
	width: 0%;
}
.progressbar-step.is-complete + .progressbar-step.is-current:after, .progressbar-step.is-complete + .progressbar-step.is-complete:after {
	width: 100%;
}
.progressbar-step.is-current:before {
	fill: #2e90fa;
	background-color: #2e90fa;
}

.progressbar-icon {
	width: 20px;
	height: 20px;
	background-color: #e3e3e3;
	fill: #e3e3e3;
	border-radius: 50%;
	padding: 0.5em;
	max-width: 100%;
	z-index: 10;
	position: relative;
	transition: all 0.25s ease-out;
}
.is-current .progressbar-icon {
	fill: #2e90fa;
	background-color: #2e90fa;
    font-weight: 600;
}
.is-complete .progressbar-icon {
	fill: #DBF1FF;
	background-color: #2e90fa;
}

.progressbar-stepLabel {
	display: block;
	text-transform: uppercase;
	color: #ccc;
	position: absolute;
	padding-top: 0.5em;
	width: 100%;
	transition: all 0.25s ease-out;
    font-size: 14px;
    font-weight: 500;
}
.is-current > .progressbar-stepLabel, .is-complete > .progressbar-stepLabel {
	color: #2e90fa;
}



/*Buttons*/
.buttons {
	margin-top: 40px;
    padding: 0px 16px;
}




.address-country {
	display: none;
}


.confirmation {
	text-align: center;
    font-size: 23px;
}
.confirmation img {
	margin-bottom: 50px;
}

#loader-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1000;
    margin: 50px 0;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

