button.wdk-chat-wisa.open-button {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    width: 90px;
    justify-content: left;
    padding: 0;
    right: -12px;
    background: white url('../../img/Wisa_AI_Icon.png') no-repeat center;
    background-size: auto;
    border-radius: 20px 0 0 20px;
    align-items: center;
    border: none;
    bottom: 24px !important;
    cursor: pointer;
    display: flex;
    height: 64px;
    position: fixed;
    transition: transform .25s ease;
    z-index: 9999999;
}

.wdk-chat-wisa.form-popup {
    background-color: white;
    border-radius: 16px 0px 0px 16px;
    height: calc(100vh - 90px);
    overflow: inherit;
    z-index: 10002;
    bottom: 10px;
    overflow: hidden;
    width: 550px;
    position: fixed;
    right: 15px;
    border: 3px solid #f1f1f1;
    background-image: url('../../img/bg_wisaai_25.png');
    background-repeat: repeat-y; /* Repeat the image vertically */
    background-position: center top; /* Center horizontally and align to the top */
    background-size: auto; /* Keep the original size of the image */
}

.wdk-chat-wisa.form-popup .media-content {
    position: relative;
}

.wdk-chat-wisa.form-popup #media-box {
    overflow-y: auto;
    height: calc(100vh - 212px);
    overflow-x: hidden;
    scroll-behavior: smooth;
    transition: max-height 0.3s;
}

.wdk-chat-wisa.form-popup #media-box::-webkit-scrollbar {
    width: 8px;
}

.wdk-chat-wisa.form-popup #media-box::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.wdk-chat-wisa.form-popup #media-box::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.wdk-chat-wisa.form-popup #media-box::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.wdk-chat-wisa.form-popup #media-box {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.wdk-chat-wisa.form-popup .media-content .chat-close {
    font-size: 32px;
    color: #aaaaaa87;
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s ease;
    position: absolute;
    right: 8px;
    top: 0px;
}

.wdk-chat-wisa.form-popup .media-content .chat-close:hover {
    color: #888;
}

.wdk-chat-wisa.form-popup .wdk-image.s-72 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: 16px;
}

.wdk-chat-wisa .wdk-chat-wisa_box .wdk-search div {
    display: flex;
    align-items: center;
    width: 90%;
    height: 50px;
    padding-left: 16px;
}

.wdk-chat-wisa .wdk-chat-wisa_box .wdk-search hr {
    width: 100%;
    border: none;
    border-top: 1px solid #dcdcdc;
    margin: 0;
}

.wdk-chat-wisa .wdk-chat-wisa_box .wdk-search .hr-container {
    width: 110%;
    right: -20px;
    position: absolute;
    top: 1%;
    z-index: 4;
    transform: translateY(-50%);
}

.wdk-chat-wisa.form-popup .wdk-group.nowrap.m-0.w-100.bg-white {
    border-bottom: 1px solid #dcdcdc;
}

.wdk-chat-wisa.form-popup .wdk-text {
    font-size: 14px;
    color: #666666;
    margin-top: 4px;
}

.wdk-chat-wisa.form-popup .wdk-box-title {
    display: flex;
    align-items: baseline;
}

.wdk-chat-wisa.form-popup .wdk-box-title i {
    color: #4B0082;
    margin-right: 8px;
}

.wdk-chat-wisa.form-popup .wdk-title {
    font-size: 16px !important;
    margin-top: 8px;
}

.wdk-chat-wisa .wdk-chat-wisa_box {
    scrollbar-width: thin !important;
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
    padding-right: 4px;
    padding-bottom: 5px;
    height: 100%;
    max-width: 600px;
    min-height: 800px;
}

.wdk-chat-wisa .wdk-chat-wisa_box .faq-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 5px;
    position: absolute;
    bottom: 55px;
    right: -1px;
    z-index: 106;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.wdk-chat-wisa .wdk-chat-wisa_box .faq-container.hidden {
    bottom: 24px;
    background-color: transparent;
    z-index: 1;
}

.wdk-chat-wisa .wdk-chat-wisa_box .faq-container.hidden .faq-item {
    display: none;
}

.wdk-chat-wisa .wdk-chat-wisa_box .faq-container .faq-close {
    cursor: pointer;
    font-size: 20px;
    transition: transform 0.3s ease, font-size 0.3s ease, right 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4B0082;
    border-radius: 35%;
    background-color: rgb(75 0 130 / 15%);
    position: absolute;
    right: 20px;
    bottom: 55px;
}

.wdk-chat-wisa .wdk-chat-wisa_box .faq-container.hidden .faq-close {
    transform: rotate(180deg);
    font-size: 45px;
    border-radius: 35%;
    background-color: rgb(75 0 130 / 15%);
    right: 40px;
}

.wdk-chat-wisa .wdk-chat-wisa_box .faq-items {
    display: flex;
}

.wdk-chat-wisa .wdk-chat-wisa_box .faq-item {
    border: 1px solid #6155eb;
    margin: 5px;
    border-radius: 4px;
    color: #6155eb;
    font-size: 11px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease, opacity 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
    line-height: 2.5em;
    height: 3em;
    text-align: center;
    padding: 3px 5px;
}

.wdk-chat-wisa .wdk-chat-wisa_box .faq-item:hover {
    background-color: rgba(75, 0, 130, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.wdk-chat-wisa .wdk-chat-wisa_box .font-adjust {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #564ae2;
    min-height: 33px;
    margin: 0 0 0 auto;
    border-radius: 5px;
    background: rgba(237, 241, 247, 0.5);
}

.wdk-chat-wisa .wdk-chat-wisa_box .font-adjust span {
    margin: 0 10px;
    cursor: pointer;
    user-select: none;
}

.wdk-chat-wisa .wdk-chat-wisa_box .wdk-search {
    position: absolute;
    z-index: 90;
    width: 106%;
    bottom: 0;
    left: 0;
    background: #fff;
    border-top: 1px solid #dcdcdc;
}

.wdk-chat-wisa .wdk-chat-wisa_box .wdk-search .wdk-chat-wisa-input input,
.wdk-chat-wisa .wdk-chat-wisa_box .wdk-search .wdk-chat-wisa-input button {
    border: none !important;
}

.wdk-chat-wisa .wdk-chat-wisa_box .second-part.d-flex.flex-column.chat-wisa {
    padding: 11px;
    border: none;
    margin-left: 10px;
    float: left;
    max-width: 100%;
    min-width: 130px;
    margin-right: 35px;
    position: relative;
}

.wdk-chat-wisa .wdk-chat-wisa_box .chat-container-feedback {
    width: 100%;
    margin-bottom: 0;
    padding: 0 30px 0 16px;
}

.wdk-chat-wisa .wdk-chat-wisa_box .feedback-box {
    position: relative;
    background-color: #EDF1F7;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 100%;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    opacity: 1;
    transform: translateY(0);
}

.wdk-chat-wisa .wdk-chat-wisa_box .feedback-box.hidden {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
}

.wdk-chat-wisa .wdk-chat-wisa_box .feedback-box label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    color: #564AE2;
}

.wdk-chat-wisa .wdk-chat-wisa_box .feedback-box textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
    font-size: 14px;
}

.wdk-chat-wisa .wdk-chat-wisa_box .feedback-box .submit-btn,
.wdk-chat-wisa .wdk-chat-wisa_box .feedback-box .close-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 5px;
}

.wdk-chat-wisa .wdk-chat-wisa_box .feedback-box .close-btn {
    background-color: transparent;
    color: black;
    font-size: 25px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    top: 3px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wdk-chat-wisa .wdk-chat-wisa_box .feedback-box .hmob {
    position: relative;
    display: flex;
    justify-content: right;
    align-items: center;
    color: #564AE2;
}

.wdk-chat-wisa .wdk-chat-wisa_box .feedback-box .submit-btn {
    background-color: #4CAF50;
    display: block;
    margin-left: auto;
    width: 116px;
}

.wdk-chat-wisa .wdk-chat-wisa_box .feedback-box .textarea-disabled
{
    background-color: #e9e9e9;
}

.wdk-chat-wisa .wdk-chat-wisa_box .group-rom.group-rom-mine .second-part.d-flex.flex-column.chat-wisa {
    float: right;
    margin-left: 35px;
    margin-right: 5px;
    border-radius: 10px 0px 10px 10px;
}

.wdk-chat-wisa .wdk-chat-wisa_box .group-rom.group-rom-default.first p {
    margin-bottom: 0;
}

.wdk-chat-wisa .wdk-chat-wisa_box .group-rom.group-rom-mine p {
    margin-bottom: 0;
}

.wdk-chat-wisa .wdk-chat-wisa_box .group-rom.group-rom-default p {
    margin-bottom: 36px;
}

.wdk-chat-wisa .wdk-chat-wisa_box .group-rom.group-rom-default .second-part.chat-wisa {
    background-color: #F2FFD8;
    border-radius: 0px 10px 10px 10px;
}

.wdk-chat-wisa .wdk-chat-wisa_box .group-rom.group-rom-default.chat-loading.sm .second-part.chat-wisa {
    min-width: 95px;
}

.wdk-chat-wisa .wdk-chat-wisa_box .group-rom.group-rom-mine .second-part {
    background-color: #564AE2;
    color: white;
}

.wdk-chat-wisa .wdk-chat-wisa_box .second-part.d-flex.flex-column.chat-wisa::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transform: translateY(-100%);
}

.wdk-chat-wisa .wdk-chat-wisa_box .group-rom-default .second-part.d-flex.flex-column.chat-wisa::before {
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid #F2FFD8;
    border-top: 10px solid #F2FFD8;
    left: -15px;
    top: 9px;
}

.wdk-chat-wisa .wdk-chat-wisa_box .group-rom-mine .second-part.d-flex.flex-column.chat-wisa::before {
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0px solid #564ae2;
    border-top: 10px solid #564ae2;
    right: -12px;
    top: 10px;
}

.wdk-chat-wisa .wdk-chat-wisa_box .second-part.d-flex.flex-column.chat-wisa .rate-box {
    position: absolute;
    right: 4px;
    bottom: 0px;
    width: 100px;
    height: 40px;
    display: flex;
    padding: 0 5px;
    transition: width 0.3s ease, height 0.3s ease;
    z-index: 4;
}

.wdk-chat-wisa .wdk-chat-wisa_box .second-part.d-flex.flex-column.chat-wisa .rate-box .buttons {
    position: absolute;
    top: 10px;
    left: -14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.wdk-chat-wisa .wdk-chat-wisa_box .second-part.d-flex.flex-column.chat-wisa .copy-box .button {
    transition: transform 0.5s, color 0.2s;
    position: absolute;
    bottom: 7px;
    left: 12px;
}

.wdk-chat-wisa .wdk-chat-wisa_box .second-part.d-flex.flex-column.chat-wisa .rate-box i,
.wdk-chat-wisa .wdk-chat-wisa_box .second-part.d-flex.flex-column.chat-wisa .copy-box i {
    font-size: 20px;
    margin: auto;
    cursor: pointer;
    transition: color 0.3s;
}

.wdk-chat-wisa .wdk-chat-wisa_box .second-part.d-flex.flex-column.chat-wisa .rate-box i.icon-thumb_up.not-checked,
.wdk-chat-wisa .wdk-chat-wisa_box .second-part.d-flex.flex-column.chat-wisa .rate-box i.icon-thumb_down.not-checked {
    color: #dee2e6;
}

.wdk-chat-wisa .wdk-chat-wisa_box .second-part.d-flex.flex-column.chat-wisa .rate-box i:first-of-type {
    color: green;
    margin-right: 5px;
}

.wdk-chat-wisa .wdk-chat-wisa_box .second-part.d-flex.flex-column.chat-wisa .rate-box i:nth-of-type(2) {
    color: red;
}

.wdk-chat-wisa .transition-effect {
    transform: scale(1.2) !important;
    color: #564ae2 !important;
}



