.input-group-merge .twitter-typeahead {
    flex: auto;
}

.input-typeahead {
    border-left: 0 !important;
    border-radius: inherit !important;
}


.cropper-container {
    max-height: 450px;
    min-height: 450px;
    direction
    /*    max-width:800px;
    min-width:800px;
*/
}


    .cropper-container img {
        display: block;
        /*max-width: 100%;*/
    }

.img-preview {
    overflow: hidden;
}

#image-list-1:has(.cursor-move:hover) .cursor-move:not(:hover) {
    filter: blur(2px);

}

.cursor-move .card {
    border: 1px solid #f1f1f1;
}


.cursor-move {
    overflow: hidden;
    max-width: 300px;
    min-width: 260px;
    width: calc(100vw / 5);
    position: relative;
    cursor: pointer;
    margin: 0 15px;
    /*box-shadow: 0 0 25px 1px rgba(0, 0, 0, .3);*/
    transition: .5s;
}

#image-list-1 .dragmode {
    background-color: #e5edfc;
    border-color: #ceddfa;
    color: #5a8dee;
}

  /*  .cursor-move:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        width: 500px;
        height: 500px;
        transform: translate(-140%, -50%);
        background-color: blue;
        opacity: 0.8;
        border-radius: 50%;
        transition: .8s
    }*/

    .cursor-move:hover:after {
        transform: translate(-50%, -50%)
    }

    .cursor-move:hover {
        transform: translate(-0%, -0%) scale(1.1)
    }

.cursor-move .card-body {
    background-image: url('/img/tours/image-add-regular-144.png');
    background-position: center;
    background-repeat: no-repeat;
    min-height: 169px
}

    .cursor-move .card-body img {
        max-width: 300px;
        max-height: 169px;
    }



.cursor-move .btn-icon {
    --bs-btn-active-border-color: transparent;
    padding: 0;
    width: calc(1.4505rem + calc(var(--bs-border-width) * 2));
    height: calc(1.4505rem + calc(var(--bs-border-width) * 2));
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}
/*
.cursor-move img {
    position: absolute;
    height: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .8s
}

i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-2000px, -50%);
    color: #fff;
    transition: .8s;
    transition-timing-function: ease-in
}

.cursor-move:hover i {
    transform: translate(-50%, -50%);
    transition-timing-function: ease
}*/

.misc-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 0.150rem * 2);
    text-align: center;
}

.tagify__dropdown.extra-properties .tagify__dropdown__item > img {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    transform: scale(.75);
    margin-right: 5px;
    border-radius: 2px;
    transition: .12s ease-out;
}

.tagify__dropdown.extra-properties .tagify__dropdown__item--active > img,
.tagify__dropdown.extra-properties .tagify__dropdown__item:hover > img {
    transform: none;
    margin-right: 12px;
}

.tagify.countries .tagify__input {
    min-width: 175px;
}

.tagify.countries tag {
    white-space: nowrap;
}

    .tagify.countries tag img {
        display: inline-block;
        height: 16px;
        margin-right: 3px;
        border-radius: 2px;
        pointer-events: none;
    }

.agency-logo {
    margin-right: 0.5rem !important;
    width: 4.5rem;
}
    .agency-logo img {
        width: 100%;
    }
