.float-end {
    float: right;
}



.action {
    /* position: fixed;
    top: 20px;
    right: 105px; */
}
.hide-important {
    display: none !important;
}
.modal .path1 {
    background-color: #18546e;
    padding: 3px;
    display: flex;
}

.navbar{
    z-index: 99999;
}
#transferType{
    /* color: red; */
    font-size: 0.7em;
}
#travelDate{
    /* color: red; */
    font-size: 0.7em;
}
#passenger{
    /* color: red; */
    font-size: 0.7em !important;
}
#ButtonRemoveText{
    color: red;
    font-size: 12px !important;
}
.action .profile {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
}
.action .profile img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.action .menu {
    position: absolute;
    top: 50px;
    right: -19px;
    padding: 10px 20px;
    background: #fff;
    width: 215px;
    box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 300ms linear, opacity 300ms linear;
}
.action .menu.activemenu {
    visibility: visible;
    opacity: 1;
    z-index: 4;
}
.action .menu::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 28px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
}
.action .menu h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    font-weight: 500;
    font-size: 18px;
    color: #555;
    line-height: 1.2em;
}
.action .menu h3 span {
    font-size: 14px;
    color: #cecece;
    font-weight: 400;
}
.action .menu ul li {
    list-style: none;
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}
.action .menu ul li img {
    width: 20px;
    max-width: 20px;
    margin-right: 10px;
    opacity: 0.5;
    transition: opacity 300ms linear;
}
.action .menu ul li:hover img {
    opacity: 1;
}
.action .menu ul li a {
    display: inline-block;
    text-decoration: none;
    color: #555;
    font-weight: 500;
    transition: color 300ms linear;
}
.action .menu ul li:hover a {
    color: #18546E;
}
@media (max-width: 1400px) {
    .container-fluid{
        justify-content: space-between !important;
    }
}
.container-fluid{
    justify-content: space-between !important;
}

@media (max-width: 400px) {



}

.btn-close-white {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity);
}
/* @media (max-width:600px) {
    .user-login{
        min-height:200px ;
    }
} */

.close-button{
    position: absolute;
    right: 0;
    top: 0;
}
ul{
  padding-left: 0px;
}
