/************************************
Table of Contents 
************************************/

/* 
- Globe Instructions
- Airplane
- Dots
- Take Off and Pin Graphic
- Searching Icon
*/


/****** Globe Instructions ******/

.globeinstructions {
	background-color: rgba(0,0,0,0.5);
}


/****** Airplane ******/

.airplane-image {
	width: 75px;
	height: 30px;
	background-image: url(../../img/booking/image-airport-plane.jpg);
}


/****** Dots ******/

.stopover .npblue-900-bg {
	transform: rotate(-45deg);
}


/****** Take Off and Pin Graphic ******/

.flightselection-airplanetakeoff {
	width: 32px;
	height: 32px;
}
.flightselection-between hr {
    color: transparent;
    height: 1px;
    border: none 0px;
    border-top: dashed 1px var(--base-color-grey-400);
}
.flightselection-pin {
	width: 32px;
	height: 32px;
}


/****** Searching Icon ******/

.searchingicon {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.63 34.9203H13.23L21.3084 20.5185H30.6C30.6 20.5185 36 20.5185 36 18.0003C36 15.4803 30.6 15.4803 30.6 15.4803H21.3084L13.23 1.08032H9.63L14.1084 15.4803H7.6518L3.6 11.8785H0L2.8818 17.9985L0 24.1203H3.6L7.6518 20.5185H14.1084L9.63 34.9203Z' fill='%23000000'/%3E%3C/svg%3E%0A");
    width:36px;
    height:36px;
    margin: 15px;
}

.loading-wrapper{
    background-color: #000000e3;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    display:none;
}
