.progress-wrap {
    position: fixed;
    right: 1.5rem;
    bottom: 50%;
}
.qkb-bot-ui {
  display: none !important;
    position: fixed;
    z-index: 1000;
    bottom: 1.9rem !important;
}
.qkb-board {
height: 55vh !important;
}
.qkb-msg-bubble-component {
    font-size: 0.7rem !important;
  }
  .qkb-mb-button-options__btn {
    font-size: 0.7rem !important;
  }

/* Gallery video items */
.video-item {
    position: relative;
    display: block;
    overflow: hidden;
}

.video-thumbnail {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* Maintain 16:9 aspect ratio */
    position: relative;
}

.thumbnail-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video and images are contained while maintaining aspect ratio */
}

/* Modal Styling */
.modal-video-body {
    padding: 0;
}

.modal-content {
    border-radius: 10px;
}

.modal-video-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}
