/* Button direction  */

.trip-planner-inputs {
    position: relative;
    padding: 22px 0;
    margin-top: 22px;
}
  
  .trip-planner-inputs .get-directions-wrapper {
    width: 150px;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    outline: none;
    transform: translate(-50%, -50%);
   
  }
  
  .front-overlay {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    outline: none;
    transform: translate(-50%, -50%);
    border: 1px solid white;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    background: none;
    width: 150px;
    height: 40px;
    transition: background-color 400ms ease-in-out, width 400ms ease-in-out, height 400ms ease-in-out, border 400ms ease-in-out, border-radius 400ms ease-in-out;
  }
  
  .trip-planner-inputs .get-directions-text {
    width: 150px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    outline: none;
    transform: translate(-50%, -50%);
    color: white;
    letter-spacing: 2px;
  }
  
  .get-directions-text-hover {
    z-index: 1;
    display: none;
  }
  
  .front-overlay-hover {
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: #7BA9AD;
    background-image: url("../images/icons/direction_buttom.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 20px;
  }



  /* Button direction  */

.trip-planner-inputs_arrival{
    position: relative;
    padding: 22px 0;
    margin-top: 22px;
  }
  
  
  .trip-planner-inputs_arrival .get-directions-wrapper_arrival {
    width: 150px;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    outline: none;
    transform: translate(-50%, -50%);
    /* margin-top: 43px; */
  }
  
  .front-overlay_view {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    outline: none;
    transform: translate(-50%, -50%);
    border: 1px solid white;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    background: none;
    width: 197px;
    height: 40px;
    transition: background-color 400ms ease-in-out, width 400ms ease-in-out, height 400ms ease-in-out, border 400ms ease-in-out, border-radius 400ms ease-in-out;
  }
  
  .trip-planner-inputs_arrival .get-directions-text-arrival {
    width: 166px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    outline: none;
    transform: translate(-50%, -50%);
    color: white;
    letter-spacing: 2px;
  }
  
  .get-directions-text-hover-arrival {
    z-index: 1;
    display: none;
  }
  
  .front-overlay-hover-arrival {
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: #7BA9AD;
    background-image: url("../images/icons/clock_buttom.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 20px;
  }


   /* Button service alert  */

   .trip-planner-inputs_service{
    position: relative;
    padding: 22px 0;
    margin-top: 22px;
  }
  
  
  .trip-planner-inputs_service .get-directions-wrapper_service {
    width: 150px;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    outline: none;
    transform: translate(-50%, -50%);
    /* margin-top: 43px; */
  }
  
  .front-overlay_service {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    outline: none;
    transform: translate(-50%, -50%);
    border: 1px solid white;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    background: none;
    width: 127px;
    height: 40px;
    transition: background-color 400ms ease-in-out, width 400ms ease-in-out, height 400ms ease-in-out, border 400ms ease-in-out, border-radius 400ms ease-in-out;
  }
  
  .trip-planner-inputs_service .get-directions-text-service {
    width: 150px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    outline: none;
    transform: translate(-50%, -50%);
    color: white;
  }
  
  .get-directions-text-hover-service {
    z-index: 1;
    display: none;
  }
  
  .front-overlay-hover-service {
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color:#7BA9AD;
    background-image: url("../images/icons/service_alert.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 20px;
  }

