@import 'plugins/bootstrap.min.css';
@import 'plugins/daterangepicker.css';
@import 'plugins/owl.carousel.min.css';
@import 'plugins/bootstrap-slider.min.css';
@import 'plugins/bootstrap-select.min.css';
@import 'plugins/card.css';
@import 'plugins/datatables.min.css';

.TicketPreview {
  padding-left: 5px;
  padding-right: 5px; }
  
.TicketPreview #crane .box .payment-method {
	font-size: 16px;
	line-height: 28px;	
	margin-bottom: 10px;
}
@media(min-width: 992px){
  .TicketPreview .avs-group {
  	padding-right: 50px;
  }
}
.iradio {
	display: none;
}
.form-radio__type-1 {
  width: 100%;
  padding-left: 0;
}

@media (min-width: 992px){
	.form-radio__type-1  {
  		min-height: 66px;
	}
}

@media (max-width: 991px){
	.form-radio__type-1  {
  		min-height: 11px;
	}
}
  
.TicketPreview #crane .box #payment-group .payment__tab {
  padding: 0;
  font-size: 14px;
  line-height: 28px;
  max-width: 1141px;
 }
  
.TicketPreview #crane .box #payment-group .payment__tab .payment__choice {
	 z-index:4;
}       
.TicketPreview .nopadding {
    padding: 0; }  

.TicketPreview #crane .box #payment-group .payment__tab .payment__choice .payment__type__button .card .card-header {
	padding: 1rem 1.25rem;
}
.TicketPreview #crane .box #payment-group .payment__tab .payment__choice .payment__type__button .card.active .card-header {
    box-shadow: inset 0px -1px 0px #DEE6E7;
}
.TicketPreview #crane .box #payment-group .payment__tab .payment__choice .payment__type__button .card.active .card .card-header {
    box-shadow: none;
}
.TicketPreview #crane .box #payment-group .payment__tab .payment__choice .payment__type__button .card {
    margin:5px auto ;
    line-height: 1;
  	position: relative;
  	width: 100%;
  	height: 100%;
  	min-width: 200px;
 	-webkit-transform-style: preserve-3d;
  	-ms-transform-style: preserve-3d;
 	-o-transform-style: preserve-3d;
  	transform-style: preserve-3d;
  	-webkit-transition: all 400ms linear;
  	transition: all 400ms linear;
  	display: flex;
  	flex-direction: column;
  	word-wrap: break-word;
  	background-clip: border-box;
  	justify-content: center;
}

.TicketPreview #crane .box #payment-group .payment__tab .payment__choice .payment__type__button .card.active {
    margin:5px auto ;
    line-height: 1;
  	position: relative;
  	width: 100%;
  	height: 100%;
  	min-width: 200px;
 	-webkit-transform-style: preserve-3d;
  	-ms-transform-style: preserve-3d;
 	-o-transform-style: preserve-3d;
  	transform-style: preserve-3d;
  	-webkit-transition: all 400ms linear;
  	transition: all 400ms linear;
  	display: flex;
  	flex-direction: column;
  	word-wrap: break-word;
  	background-clip: border-box;
}
.TicketPreview #crane .box #payment-group .payment__tab .payment__choice .payment__type__button .card
.card-header .icon-back-arrow-right::before{
  content: "";
  width: 8px;
  height: 9px;  
  display: inline-block;
  background-size: cover;
}
.TicketPreview #crane .box #payment-group .payment__tab .payment__choice .payment__type__button .card
.card-header .icon-back-arrow-down::before{
  content: "";
  width: 8px;
  height: 9px;  
  display: inline-block;
  background-size: cover;
}
.card .card-body {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
}
 .cc-label-font{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
 }
 .ui-input__type-2 .ui-input__element {
 	min-height: 38px;
  	text-align: left;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	mix-blend-mode: normal;
}
::placeholder {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	mix-blend-mode: normal;
}
.cc__street, .cc__city, .cc__state, .cc__postalCode{
 	min-height: 38px;
  	text-align: left;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	mix-blend-mode: normal;
}
.btnSelect {
	font-size: 12px;
	font-weight: 700;
	width: 99.93px;
	height: 37px;
	vertical-align: middle;
	padding: 10px 20px;	
	line-height: 14px;
	outline: none !important;
	pointer-events: none; 
}
.vpos-explanation {
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 11.5px;
}
.surchage-explanation {
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 11.5px;
}

.box {
  padding: 15px;
  padding-top: 0px;
  margin-bottom:63px;
}
@media (min-width: 992px){
	.box {
  padding: 15px 15%;
}
.TicketPreview .payment-type-logo {
  	height:30px;
  	margin-right: 0.5rem!important;
  	margin-left: 0.5rem!important;
  	object-fit: cover;
 }
 .TicketPreview .payment-type-logo-md {
	display: none;
 }
 
 	.back__btn {
		display: none;
	}
}
.cvv{
  display:flex;
  object-fit: fill;
}

@media (max-width: 992px){
  .TicketPreview .payment-type-logo-md {
  	height:30px;
  	object-fit: cover;
  	display:none; /*mobil g�sterimde iconlar kald�r�ld�.*/
  }
  .TicketPreview .payment-type-logo {
  display: none;
 }
}


  .form-check-input {
	visibility: hidden !important;
}

.btn-back-container {
	padding: 5px 0px;
}

.back__btn {
	color: #000000;
	font-weight: bold;
	font-size:12px;
	text-decoration: underline;
	background: transparent;
	padding-left: 0;
	padding-bottom: 0;
	border: none;
}

.card.active>.card-header {
	background: transparent !important;
	position: static;
	z-index: 1;
}
.passenger {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}
.ticketAmount {
	height: 50px;
	font-size: 14px;   
    line-height: 24px;
    padding-left: 2.7rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    box-shadow: inset 0px -1px 0px #DEE6E7;
}
@media (max-width: 576px){
	.ticketAmount-sm {
		height: 70px !important;
	}
}
.voucher-div {
    float: left;
    padding-bottom: 1rem;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.voucher-apply {
    float: left;
    padding-top: 1.4rem;
    padding-bottom: 1rem;
}
.voucher-number-add{
	font-weight: 700;
	height: 20px;
    display: flex;
}
.TicketPreview .Emd .card .card-body .card.voucher-active .collapse .card-body .form-group .btn-apply {
	width: 70px;
	height: 37px;
    font-size: 12px;
}
.TicketPreview .Emd .card .card-body .card.voucher-active .collapse .card-body .form-group .btn-cancel {
	width: 70px;
	height: 37px;	
	font-weight: 700;
	font-size: 12px;
}

.TicketPreview .Emd .card .card-body .card.voucher-active .collapse .error-div {
    line-height: 17px;
	padding-left: 2.7rem;
    padding-bottom: 1.5rem;
    font-size: 14px;
}
.TicketPreview .Emd .card .card-body .card.voucher-active .collapse .card-body {
    padding-bottom: 0.1rem;
}
.TicketPreview .Emd .card .card-body .card.voucher-active .collapse .card-body .form-group {
    max-width: 450px;
    margin-bottom: 5.2rem;
}
.TicketPreview .Emd .card .card-body .card.voucher-active .card-header.active{
    box-shadow: inset 0px -1px 0px #dee6e7 !important;
}
ol, ul {
	list-style: none;
	margin-bottom: 0rem;
	padding: 0;
}
.two-voucher {
	padding-left: 1.25rem;
	padding-bottom: 0.5rem;
	font-size: 12px;
	line-height: 16px;
}
.emd-total {
    padding-right: 25px;
    float: right;
    font-size: 10px;
    line-height: 0px !important;
    padding-top:15px;
    text-align: right;   
}
.emd-total-div {
    float: right;
    margin-top: 8px;
    margin-right: 0px;
    font-weight: 700;
    font-size: 14px;
    line-height: 10px;
}
.TicketPreview .Emd .card .card-body .accordion .card-header .text-right .deep-content {
    position: absolute;
    font-size: 10px;
}
.TicketPreview .Emd .card .card-body .accordion .card-header .text-right .deep-content span {
    font-weight: bold;
}

.modal {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.modal .modal-dialog {
  max-width: 700px;
}
.modal .modal-dialog .modal-content {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 22px 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  display: block;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
    display: inline-block;
    vertical-align: top;
  font-size: 16px;
  font-weight: 700;
}
.modal .modal-dialog .modal-content .modal-header .close {
  margin: 0;
  padding: 0;
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-header .close span {
  font-size: 30px;
}
.modal .modal-dialog .modal-content .modal-body {
  -webkit-box-shadow: inset 0px 5px 12px 0px #e3eaec;
  -moz-box-shadow: inset 0px 5px 12px 0px #e3eaec;
  box-shadow: inset 0px 5px 12px 0px #e3eaec;
  padding: 30px 40px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.modal .modal-dialog.modal-dialog__type-2 {
  max-width: 820px;
}
.modal .modal-dialog.modal-dialog__type-3 {
  width: 100%;
  max-width: 820px;
  height: 100%;
}
.modal .modal-dialog.modal-dialog__type-3.minimal {
  max-width: 620px;
}
.modal .modal-dialog.modal-dialog__type-3 .modal-content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.modal .modal-dialog.modal-dialog__type-3 .modal-content .modal-header {
  display: block;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.modal .modal-dialog.modal-dialog__type-3 .modal-content .modal-header .modal-title {
  display: inline-block;
  vertical-align: top;
}
.modal .modal-dialog.modal-dialog__type-4 {
  width: 96%;
  max-width: 500px;
}

.modal.top .modal-dialog,
.modal.bottom .modal-dialog,
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.top .modal-content,
.modal.bottom .modal-content,
.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.top .modal-body,
.modal.bottom .modal-body,
.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

.modal.top.fade .modal-dialog {
  top: -100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.modal.top.fade.show .modal-dialog {
  top: 0;
}

.modal.bottom.fade .modal-dialog {
  bottom: -100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.modal.bottom.fade.show .modal-dialog {
  bottom: 0;
}

.modal.left.fade .modal-dialog {
  left: -100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

.modal.right.fade .modal-dialog {
  right: -100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.modal .user-panel .user-panel__body {
  width: 100% !important;
  position: static;
  background: transparent;
  right: 0;
  top: 0;
  display: block;
  border: 0;
}
.modal .user-panel .user-panel__navigation li a {
  font-size: 16px;
  font-weight: 500;
}
 select {
 	-moz-appearance:none; 
    -webkit-appearance:none; 
    appearance:none;
}
@media(min-width: 576px){
 .TicketPreview #crane .box #payment-group .payment__tab {
 font-size: 16px;
 }
 .vpos-explanation {
	font-size: 12px;
	line-height:13.8px;
}
.surchage-explanation {
	font-size: 12px;
	line-height:13.8px;
}
.TicketPreview #crane .box .payment-method {
	font-size: 18px;
	
}
.passenger {
	font-size: 16px;
}
.TicketPreview .Emd .card .card-body .card.voucher-active .collapse .card-body .form-group .btn-apply {
	width: 99.93px;
}
.TicketPreview .Emd .card .card-body .card.voucher-active .collapse .card-body .form-group .btn-cancel {
	width: 99.93px;
}
.box {
	margin-bottom: 80px;
	}
.TicketPreview .Emd .card .card-body .accordion .card-header .text-right .deep-content {
    font-size: 12px;
}
.emd-total {
    font-size: 12px;
    line-height: 6px;   
}
.emd-total-div {
    font-size: 16px;
    line-height: 22px;
}
 }

.emd-modal {
    display: none;
    position: fixed; 
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.emd-modal-content {
    background-color: white;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.emd-close-button {
    background-color: #f44336;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 5px;
}

.emd-close-button:hover {
    background-color: #d32f2f;
}
.TicketPreview .Emd .card .card-body .card.voucher-active .collapse .error-div {
	white-space: pre-wrap;
    padding-left: 10px;
}

.form-input-error {
  border: 2px solid red !important;
}

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  position: absolute;
  top: 100%;
}

.kpay-modal {
    display: none;
    position: fixed; 
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.5);
}

#kpayIframe {
    width: 100%;
    height: 60vh;
    border: none;
}

.kpay-modal-content {
    background-color: white;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.select2-container--default .select2-selection--single {
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(0, 0, 0, 0.55) !important;
    font-size: 12px;
    padding-left: 0 !important;
}

.select2-container {
    width: 100% !important;
}