img.logo404 {max-width:240px !important; 
min-width:180px;}

img.logoPortal {max-width:140px !important}

/* Add your custom styles here */
.prompt-card {
    transition: all 0.3s ease;
}
.prompt-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.thumbnail {
    transition: all 0.3s ease;
    cursor: pointer;
}
.thumbnail:hover {
    transform: scale(1.5);
}
.bubble-number {
    font-size: 14px;
    font-weight: bold;
    background-color: #999;
    width: 24px;
    height: 24px;
    line-height: 24px;
    left: -10px;
    outline: 2px solid #CCC;
    border: 2px solid #FFF;
}
.btnCopyPrompt {
  width:160px;
}

a.more-link, a.less-link {
    border-bottom: 1px dotted #999;
}

.promptCard {
  position: relative;
  min-height:70px;
}

.promptCard *{
  transition: all 0.325s ease;
}
  
.cardBtn {
  display: none;
  position: absolute;
  top: 14px;
  left: 20px;
  right: 10px;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  transition: all 0.25s ease;
}

.promptCard .shorten {min-height: 56px;padding: 0 100px 0 0;}

.promptCard:hover .cardBtn {
  display: flex;
}
.promptCard:hover .shorten {
  opacity: 0.35;
  color: #FFF;
}
.promptCard:hover .p-6.bg-white {
  background-color: #494747b8 !important;
}
.promptCard:hover .thumbnailCell{
  z-index:3;
}
.promptCard:hover .thumbnailCell img{
  border-radius:4px;
  box-shadow:1px 0px 3px #00000045;
  outline: 2px solid #FFF;
}

.cardBtn .group {
  flex-grow: 0;
  flex-shrink: 0;
}

.cardBtn button {
  border:1px solid #FFF
}

.thumbnailCell {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.thumbnailCell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100px;
}

div[role='dialog'] img {
    border-radius: 20px;
}