.platform_messages_wrap {
    display: flex;
    row-gap: 1rem;
    column-gap: 1rem;
}

.platform_img {
    box-shadow: none;
    border: none !important;
    background: none !important;
    cursor: auto !important;
}

.platform_img img {
    box-shadow: 0 4px 6px rgb(34 41 47 / 10%);
}

.platform_messages h6 {
    font-weight: 600;
}

.platform_messages div span {
    font-size: 0.857rem;
    font-weight: 500;
}

.spinner_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    row-gap: 1rem;
    column-gap: 1rem;
}

.spinner_message {
    font-weight: 600;
    margin-bottom: 0 !important;
}