.carousel .thumb {
    // padding: 2px;
    width: 130px !important;
    // height: 70px !important;
    border: none !important;
    border-radius: 12px !important;
    // margin-right: 2px;
}
.carousel {
     position: unset !important; 
}

.carousel .thumbs-wrapper {
    margin: 10px;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.carousel .control-arrow{
    display: none !important;
}

.chat{
    width: 100%;
    background: rgb(33, 33, 33);
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px !important;
    height: 60px;
    border-radius: 8px;
    cursor: pointer;
}

.chat:hover{
    text-decoration: none;
}
.image-gallery-thumbnails button.image-gallery-thumbnail{
    background: transparent;
    border: none;
}

.image-gallery-thumbnails .image-gallery-thumbnail-image{
    width: 138px;
    height: 86px;
    border-radius: 10px;
    border: none !important;
}

.gallery-modal button.gallery-close-button {
    position: absolute;
    top: 32px;
    right: 20px;
    border-radius: 51px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 99;
}

.image-gallery-play-button{
    display: none !important;
}
.image-gallery-play-button{
    display: none !important;
}


