/* stripe form payments */

 #card-element{
width:100% !important;
 }
 .StripeElement {
    background-color: white;
    
    
    border-radius: 0px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
  }
  
  .StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
  }
  
  .StripeElement--invalid {
    border-color: #fa755a;
  }
  
  .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
  }

  .btn-pay{
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
    border: solid 2px #fff;
    background-color: #cf0c10;
    border-radius: 0px;
  }

  .btn-rau{
    background-color: #002948 !important;
    color: #fff !important;
    border-radius: 0px;
  }
  .btn-rau:hover{
    background-color: #002948 !important;
    color: #fff !important;
  }

  /* steps process payment */


  .nav-link{
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
    background-color: #cf0c10 !important;
    border-radius: 0px !important;
    padding: 15px 0px !important;
}

.completed-nav-tab{
  background-color: #0d3c61 !important;
}

.nav-link.active{
  background-color: #002948 !important;
  border-color: #002948;
  
}

.flex0{
  flex-grow: 0 !important;
}

.badge-light{
  font-size: 80% !important;
  font-weight: 500 !important;
}

#css-only-modals {
	position: fixed;
	pointer-events: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000000;
	text-align: center;
	white-space: nowrap;
	height: 100%;
}

#css-only-modals:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.css-only-modal-check {
	pointer-events: auto;
}

.css-only-modal-check:checked ~ .css-only-modal {
	opacity: 1;
	pointer-events: auto;
}

.css-only-modal {
	width: 40%;
	background: #FFF;
	z-index: 1;
	display: inline-block;
	position: relative;
	pointer-events: auto;
	padding: 25px;
	text-align: right;
	border-radius: 4px;
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	pointer-events: none;
}

.css-only-modal h2 {
	text-align: center;
}

.css-only-modal p {
	text-align: left;
}

.css-only-modal-close {
	position: absolute;
	top: 25px;
	right: 25px;
}

.css-only-modal-check {
	display: none;
}

.css-only-modal-check:checked ~ #screen-shade {
	opacity: 0.5;
	pointer-events: auto;
}

