
.ai-image .ai-collapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}
.ai-image .showCreatingImgClass{
    display: flex;
    align-items: center;
    justify-content: center;
}
.parameter {
    height: 40px;
    margin-top: 57px;
    color: white;
}
.ai-media .custom-file-input {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #3c4758;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    cursor: pointer;
    height: 100px;
    font-size: 12.5px;
}
.show-example{
    height:200px;
    width:100%;
    border: 1px solid gray;
    border-radius: 8px;
    overflow: hidden;
}
.ds-generate-image{
    position: relative;
    margin-top: 5px;
    justify-content: center;
    color: white;
}
.generate-media-image-text{
    position: relative;
    left:14px;
    width:106px;
    justify-content: center;
    color: white;
}
.ai-image .showCreatingImgClass::before {
    content: "创作中";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.ai-image  .arrow {
    transition: transform 0.3s ease;
}

.ai-image  .arrow.up {
    transform: rotate(180deg);
}

.ai-image input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #007BFF;
    cursor: pointer;
    border-radius: 50%;
}
.finished{
  height: 220px;
}
.bottom-bg{
    width: 98%;
    max-height: 56px;
    height:56px;
    margin-top:3px;
    margin-left: 6px;
    color: rgba(224, 245, 255, .6);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ai-image input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #007BFF;
    cursor: pointer;
    border-radius: 50%;
}
.ai-image .check-func.checked{
    background: #e7244e  !important;
}
.ai-image .title .generate-media-image.checked {
    background: #e7244e !important;
}
.ai-image .image-preview{
    /*margin-left:5px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    float: left;
    height: 175px;
    border-radius: 8px;
    border: 1px solid gray;
    cursor: pointer;
    background-color: rgba(204, 221, 255, .06);
}
.ai-image .image-pick-btn{
    cursor: pointer;
}

.ai-image .image-container {
    max-height: 30vh;
    width:100%;
    overflow-y: auto;
}

.ai-image .image-wrapper {
    position: relative;
    margin-bottom: 10px;
    border: 2px solid #e5e7eb;
    border-radius: 0.375rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
}
.ai-image .image-wrapper img {
    height: 151px;
    width: auto;
    display: block;
    float: left;
    margin-left: 10px;
}

.ai-image .action-buttons {
    position: absolute;
    top: 5px;
    right: 5px;
}

.ai-image .image-text-input {
    background: #4a4b4d;
    width: 94%;
    margin-top: 3px;
    padding: 13px 5px 9px 7px;
    color: #fff;
    border-radius: 6px;
    border: 1px solid gray;
    background: #252728;
    font-family: PingFang SC;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}
.ai-image .action-buttons button {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}