.a-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: blue; */
    width: 100%;
}
#passenger-details-form{
    display: none;
}
.booking-details-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
table tbody td.action-table-data a .feather-eye {
    color: blue;
}
table tbody td.action-table-data a .feather-eye:hover {
    color: white;
}
table tbody td.action-table-data a .feather-x-square {
    color: red;
}
table tbody td.action-table-data a .feather-x-square:hover {
    color: white;
}

.page-btn .btn-added{
    background-color: #FF9F43;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    background: #FF9F43;
    padding: 8px 11px;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 8px;
} 
.daybg-1{
    background-color: #28C76F;
    color: white;
}
.daybg-2{
    background-color: #1B2850;
    color: white;
}
.a-dropdown{
    border-color: #dbe0e6;
    color: #5B6670;
    height: 40px;
    line-height: 40px;
}
.a-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}