
@media only screen and (min-width: 768px) {
	.TicketPreview .payment_bottom_part .btn-back-container .back__btn {
    	background: #FFFFFF;
    	color: #202D60;
    	border: 1px solid #202D60;
    	border-radius: 4px;
	}
}

.btn-container .background-type-8 {
	color: #FFFFFF;
    background: #202D60;
    border: 0;
    border-radius: 4px !important;
}

.TicketPreview .btn-container .buy__btn.disabled {
	background: #6F6F6F !important;
}


input[type="checkbox"] ~ label:before {
    border: 1.5px solid #202D60;
    border-radius: 2px !important;   
}


input[type="checkbox"]:checked ~ label:before {
    border-radius: 2px !important;
    background-image: url("../images/checked.png") !important;
  }
  
  .buy-rules a , .buy-rules a:hover , .buy-rules a:focus, .buy-rules a:active{
    color: #202D60;
}

@media only screen and (max-width: 768px) {
  .total-amount-div {
    font-size: 12px;
  }
  .btn-container .background-type-8 {
    margin-bottom: 5px;
  }
}