.loader {
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top:0;
    left:0;
    }
.spinner-img {
width: 90px;
}

#trip-image-preview{
    position: relative;
}
.remove-cat-img{
    position:absolute;
    right: 0;
    top:0;
    z-index: 99;
    background: red;
    color:#ffffff;
    padding:5px 10px;
    cursor: pointer;
}

