/* This CSS file will be loaded at last. Any CSS customization should be placed here */

.booknow{
    transition: all 0.2s ease-in-out;
}

/*.vrc-keyvalue-pair-value-submit,*/

.vrcdetbooksubmit, .vrc-keyvalue-pair-value-submit >  input[type=submit], .vrc-search-btn   {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    padding: 16px 25px;
    border: 0;
    border-radius: 10px;
    background-color: #0073aa;
    /*background-color: var(--primary);*/
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.vrc-pref-color-btn-secondary:hover
{
color: white!important;
}
/*
.vrcdetbooksubmit:hover {
    //border: 3px solid #fff; 
    transform: scale(1.015); 
}
*/
.vrc-goback-block{
margin-top:0;
}
.vrc-goback-block > a {
border-radius:5px;
padding:4px 16px;
}
.vrc-goback-block > a:hover {
color: white!important;
}



/*CHECKBOX ou #vrcf-inp13 /.vrc-customfield-input > input[type=checkbox] */
.vrc-showprc-option-cell-price-sel > input[type=checkbox], #vrcf-inp13, .vrc-showprc-price-row-cell-last>input[type=radio]  {
  width: 25px!important;
  height: 25px!important; 

  /*border: 2px solid #5bc0be;  Add a border */
  /*border-radius: 6px;  Rounded corners */
   /*outline: none; Remove the default focus outline */
   /*transition: all 0.3s ease; Smooth transition on hover */
}

.vrc-showprc-option-cell-price-sel > input[type=checkbox]:checked {
  background-color: #5bc0be; /* Change background color when checked */
  border-color: #5bc0be; /* Change border color when checked */
  color: #fff; /* Change the color of the checkmark */
}
.vrc-reqinfo-opener {
color: var(--vrc-text-color);
border: var(--vrc-text-color) 1px solid;
}





/* img car*/

.car_result{
margin-bottom:15px;
background-color:white;
border-radius:12px!important;
}
.vrcinfocarcontainer .vrc-summary-car-img img {
    border-radius: 5px;
}
.imgresult{
border-radius:5px!important;
}


/*CSS BUTTON STRIPE*/
button#stripe-checkout-button {
font-size: 17px;
    font-weight: 600;
	    color: #000;

  align-items: center;
  appearance: none;
  background-color: #FFC759;
  border-radius: 5px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  /*color: #36395A;*/
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
    text-align: center;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

button#stripe-checkout-button:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

button#stripe-checkout-button:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

button#stripe-checkout-button:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

.vrcvordpaybutton {
    border: 3px solid #5bc0be!important;
}