.word-wrapper{
  word-wrap:break-word
}
.booking-bkg{
  background-color:#73D2B6
}
.color-airoluggage{
  color:#73D2B6
}
.color-offwhite{
  color:#BDC1C9
}
.column-force-join{
  max-width:50%
}
.line{
  max-width:100%;
  width:inherit;
  height:2px;
  border-bottom:1px
  solid #fff;
  opacity:.12
}
#add_bag:hover{
  opacity:0.5;
  cursor:pointer;
}
#remove_bag:hover{
  opacity:0.5;
  cursor:pointer;
}
.booking-label{
  font-size: 1em;
  color: #666666;
  font-weight: 500;
  opacity: 1 !important;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 6;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
  z-index: 6;
}

.lockedAccordian {
  pointer-events: none;
}

.listPointer{
  cursor: pointer;
}

.priorityInvalid {
  background-color: pink;
  border-color: #C00000;
}

.expected_date {
  text-decoration-color: #23304D;
}

#cardholder-name{
  background-color: white;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  padding: 12px;
  color: #6d7485;
}
.loader {
  border: 5px solid #f3f3f3; /* light grey*/
  border-top: 5px solid #73D2B6; /*Green*/
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}
