
.container_gpt_shserpo {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    padding: 12px;
    /*min-height: 726px;*/
}

.container_gpt_shserpo_chat_items {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    max-height: 840px;
    overflow-y: auto;
    width: 100%;
}

.container_gpt_shserpo_svg {
    width: 100%;
    height: auto;
    max-width: 419px;
    margin-top: 145px;

    min-height: 100px;
}

.container_gpt_shserpo_text_des {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container_gpt_shserpo_text {
    font-weight: 600;
    font-size: 30px;
    margin-top: 62px;
    text-align: center;
}

.container_gpt_shserpo_des {
    margin-top: 10px;
    font-size: 18px;
}

.container_gpt_shserpo_box_text {
    width: 100%;
    max-width: 788px;
    background-color: #F6F6F6;
    border-radius: 10px;
    padding: 22px 19px 10px 19px;
    margin-top: 43px;

    margin-bottom: 50px;
}

.container_gpt_shserpo_textarea {
    width: 100%;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: transparent;
    /*height: 20px;  */
    resize: none;
    overflow-y: auto;
}

.container_gpt_shserpo_textarea::placeholder {
    color: #848484;
}

.container_gpt_shserpo_buttem_send {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.container_gpt_shserpo_buttem_send svg {
    width: 100%;
    max-width: 40px;
    height: auto;
    background-color: #F6C41B;
    padding: 6px;
    border-radius: 50px;
    fill: white;
}

.container_gpt_shserpo_buttem_send svg:hover {
    cursor: pointer;
}

.container_gpt_shserpo_container_text_parent {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
}

.container_gpt_shserpo_container_text {
    width: 100%;
    max-width: 790px;
    font-weight: 500;
    font-size: 14px;
}


.container_gpt_shserpo_message_item_container {
    width: 100%;
}

.container_gpt_shserpo_message_item_container.bot {
    display: flex;
    align-items: end;
    justify-content: end;
}

.container_gpt_shserpo_message_item {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    margin-bottom: 20px;
    background-color: #F6F6F6;
    padding: 15px 20px;
    border-radius: 8px;
    width: fit-content;
    max-width: 80%;
}

.container_gpt_shserpo_message_item.container_gpt_shserpo_bot {
    background-color: transparent;
}

.container_gpt_shserpo_user_file {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
}


.container_gpt_shserpo_bot {
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: row-reverse;
}

.container_gpt_shserpo_bot p {
    background-color: transparent;
    padding: 2px 15px;
    text-align: end;
}

.container_gpt_shserpo_proflie svg {
    width: 100%;
    max-width: 50px;
    height: auto;
}

.container_gpt_shserpo_message_item:first-child {
    /*margin-top: 68px;*/
}



.container_gpt_shserpo_pleac_login {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.container_gpt_shserpo_pleac_login span {
    font-weight: 600;
    color: #007bfe;
}

.container_gpt_shserpo_pleac_login span:hover {
    cursor: pointer;
}


/* ------------------------------------------------------------- */

.container_gpt_shserpo_pay_donat_container {
    width: 100%;
    max-width: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;

    margin-bottom: 20px;
}

.container_gpt_shserpo_pay_donat {
    background-color: #F5F5F5;
    border-radius: 8px;
    width: 100%;
    padding: 19px 30px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container_gpt_shserpo_pay_donat_input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #DF9C46;
    border-radius: 5px;
    padding: 13px 10px;
    margin-bottom: 12px;
}

.container_gpt_shserpo_pay_donat_input p {
    font-size: 16px;
}

.container_gpt_shserpo_pay_butten {
    width: 100%;
    border-radius: 5px;
    padding: 13px 10px;
    background-color: #FECB00;
    color: black;
    font-size: 16px;
    outline: none;
    border: none;
}

.container_gpt_shserpo_pay_donat_image {
    width: 100%;
    max-width: 60px;
    margin-bottom: 12px;
}

/* ------------------------------------------------------------- */

.number_diamonds_low {
    text-align: center;
    font-size: 16px;
}

/* ------------------------------------------------------------- */


.container_gpt_shserpo_container_file {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.container_gpt_shserpo_uploud_file {
    position: relative;
}

.container_gpt_shserpo_uploud_file:last-child {
    margin-bottom: 10px;
}


.container_gpt_shserpo_uploud_file.type_image img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.container_gpt_shserpo_icon_close svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -7px;
    right: -7px;
}

.container_gpt_shserpo_icon_close svg:hover {
    cursor: pointer;
}

.container_gpt_shserpo_uploud_file_container {
    background-color: #fff;
    border-radius: 6px;
    padding: 5px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 10px;
}

.container_gpt_shserpo_uploud_file_container svg {
    width: 100%;
    max-width: 50px;
    height: auto;
}









@media ( max-width: 767px ) {

    .container_gpt_shserpo_svg {
        width: 100%;
        height: auto;
        max-width: 200px;
        min-height: 50px;
        margin-top: 40px;
    }

    .container_gpt_shserpo_text {
        font-size: 18px;
        margin-top: 30px;
    }

    .container_gpt_shserpo_des {
        margin-top: 2px;
        font-size: 16px;
    }

    .container_gpt_shserpo_message_item:first-child {
        margin-top: 20px;
    }

    .container_gpt_shserpo_message_item p {
        padding: 12px;
        border-radius: 5px;
        max-width: 90%;
    }

    .container_gpt_shserpo_container_text {
        font-size: 12px;
    }

    .container_gpt_shserpo_message_item {
        margin-bottom: 10px;
    }

    .container_gpt_shserpo_proflie {
        display: none;
    }

    .container_gpt_shserpo_box_text {
        margin-top: 20px;
    }

    .container_gpt_shserpo {
        /*min-height: 583px;*/
    }

    .container_gpt_shserpo_chat_items {
        max-height: 542px;
    }

    .container_gpt_shserpo_textarea {
        font-size: 12px;
    }

    .container_gpt_shserpo_pleac_login {
        font-size: 14px;
    }

    .container_gpt_shserpo_pay_donat {
        padding: 12px;
    }

    .container_gpt_shserpo_pay_donat_input p {
        font-size: 12px;
    }

    .container_gpt_shserpo_pay_butten {
        font-size: 12px;
        padding: 9px 10px;
    }

    .container_gpt_shserpo_pay_donat_input {
        padding: 9px 10px;
    }

    .container_gpt_shserpo_pay_donat_image {
        max-width: 54px;
    }

    .number_diamonds_low {
        font-size: 12px;
    }


}











