body div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
	min-width: 100px;    
	background-color: #511a66;
}

body div:where(.swal2-container) button.swal2-styled {
	font-family: "Poppins", sans-serif, Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 500px;
    padding: 12px 30px;    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 960px) {
	body div:where(.swal2-container) button.swal2-styled {
		font-size: 13px;
	}
}
@media (max-width: 768px) {
	body div:where(.swal2-container) button.swal2-styled {
		font-size: 12px;
	}
}
body div:where(.swal2-container) .swal2-html-container strong {
	font-weight: 700;
}

.checkout-user-login .checkout-left {
	display: none;
}

.checkout-user-login  .checkout-right-wrap {
    max-width: 100%;
    margin-left: auto;
}

.checkout-user-login  .checkout-right-wrap .title-line span {
	display: none;
}

.process_data_paid .single-raport .header-report,
#output_validation .header-report {
    padding: 8px;
    font-size: 14px;
}
@media (max-width: 767px) {
    .process_data_paid .single-raport .header-report,
  #output_validation .header-report {
    font-size: 14px;
    padding: 10px;
  }
}


.box-results .col_50:first-child:last-child, .process_data .col_50:first-child:last-child {
	width: 100%;
}


.box-results .col_50:first-child:last-child img, .process_data .col_50:first-child:last-child img {
	max-width: 200px;
	margin: 0 auto;
}
.box-results img,
.process_data img {
  	max-width: 200px;
} 

@media (max-width: 767px) {

	.box-results .col_50:first-child:last-child img, .process_data .col_50:first-child:last-child img {
		max-width: 150px;
	}
	.box-results img,
	.process_data img {
		max-width: 150px;
	} 
}

@media (max-width: 640px) {
	.box-results .col_50:first-child:last-child img, .process_data .col_50:first-child:last-child img {
		max-width: 120px;
	}
	.box-results img,
	.process_data img {
		max-width: 120px;
	} 
}

/* 
.box-results img,
.process_data img {
  max-width: 110px;
} 
@media (max-width: 767px) {
  .box-results img,
  .process_data img {
    max-width: 70px;
  }
}
@media (max-width: 640px) {
  .box-results img,
  .process_data img {
    max-width: 50px;
  }
} */

.button-back-imeis i,
.button-back-imei i,
.button1-icon i {
    margin-left:0!important;
    margin-right: 10px!important;
}
.box-results img, .process_data img {

    margin-left: 0;
}

.other-service .button1 {
    font-size: 14px;
    padding: 18px 27px;
    margin: 5px ;
}
@media (max-width: 767px) {
    .other-service .button1 {
        font-size: 13px;
        padding: 14px 24px;
    }
}

body .cc-floating .cc-message {
  font-size: 14px;
  line-height: 1.4em;
}

body .cc-floating .cc-message .cc-link {
  font-size: inherit;
  line-height: inherit;
}

ul.payment_methods li[class*=wc_payment_method]  .payment_box {
  margin-top: 10px;
}

#billing_country_field {
  display: none!important;
}


body 	.woocommerce-message {
    border: 1px solid #511a66;
    background-color: #511a66;
    font-size: 14px;
    line-height: 1.3em;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

body 	.woocommerce-message a{ 
  text-decoration: underline;
}