#image-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

/* .upload__img-wrap {
    position: relative;
    min-height: 100px;
} */
.image-link.selected {
    box-shadow: rgba(0, 0, 0, .8) 0 0 10px -2px;
    transform: scale(.9);
}


.upload__img-close {
    background: #dc3545;
}


/* Add Loader css */
.tripInfoModal_loader_wrap {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1100;
}

.tripInfoModal_loader {
    width: 45px;
    aspect-ratio: .75;
    --c: no-repeat linear-gradient(#000 0 0);
    background:
      var(--c) 0%   50%,
      var(--c) 50%  50%,
      var(--c) 100% 50%;
    animation: l7 1s infinite linear alternate;
  }
  @keyframes l7 {
    0%  {background-size: 20% 50% ,20% 50% ,20% 50% }
    20% {background-size: 20% 20% ,20% 50% ,20% 50% }
    40% {background-size: 20% 100%,20% 20% ,20% 50% }
    60% {background-size: 20% 50% ,20% 100%,20% 20% }
    80% {background-size: 20% 50% ,20% 50% ,20% 100%}
    100%{background-size: 20% 50% ,20% 50% ,20% 50% }
  }

  /* END */
.img-300 {
    height: 300px;
}
.h-400 {
    height: 400px;
}
.object-fit-cover {
    object-fit: cover;
}

.imageSection {
    flex: 0 0 200px;
    max-width: 200px;
}
.details-section{
flex:1 0 0%;
padding-left: 30px;
}

.imageSection img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.trpCostContainer {
    margin-top: 30px;
}