/* /Pages/ChatManager/Controls/ChatHeaderControl.razor.rz.scp.css */
.row-class[b-kkp7ycuv3x] {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top:6px;
    padding-bottom: 6px;
    border-bottom: 1px solid lightgrey;
    background-color:white;
}
.selected[b-kkp7ycuv3x] {
        background-color: #1ba98055;
    }
/* /Pages/ChatManager/Controls/ClientChatControl.razor.rz.scp.css */
{box-sizing: border-box;}

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button[b-7yz34s7q9v] {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 120px;
}

/* The popup chat - hidden by default */
.popup[b-7yz34s7q9v] {
    background-color:white;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
   height:380px;
   width:350px;
}

/* /Pages/ChatManager/Controls/MessagesControl.razor.rz.scp.css */
.message-container[b-zd1wjwizju] {
    background-color: white;
    border: 1px solid lightgrey;
    overflow:scroll;
}
.message[b-zd1wjwizju] {
    display: flex;
    flex-direction: column;
    margin: 0 auto 1rem;
 /*   max-width: 600px;*/
    padding: 0.5rem 1.0rem;
}

    .message p[b-zd1wjwizju] {
        border-radius: 1.15rem;
        line-height: 1.25;
        max-width: 85%;
        padding: 0.5rem .875rem;
        position: relative;
        /*word-wrap: break-word;*/
    }

        .message p[b-zd1wjwizju]::before,
        .message p[b-zd1wjwizju]::after {
            bottom: -0.1rem;
            content: "";
            height: 1rem;
            position: absolute;
        }

p.from-me[b-zd1wjwizju] {
    align-self: flex-end;
    background-color: #1fa780;
    color: #fff;
}

    p.from-me[b-zd1wjwizju]::before {
        /*border-bottom-left-radius: 0.8rem 0.7rem;
        border-right: 1rem solid #248bf5;
        right: -0.35rem;
        transform: translate(0, -0.1rem);*/
    }

    p.from-me[b-zd1wjwizju]::after {
        background-color: #fff;
        border-bottom-left-radius: 0.5rem;
        right: -40px;
        transform: translate(-30px, -2px);
        width: 10px;
    }

p.from-them[b-zd1wjwizju] {
    align-items: flex-start;
    color: #fff;
    background-color: #3a465a;
}

    p.from-them[b-zd1wjwizju]:before {
       /* border-bottom-right-radius: 0.8rem 0.7rem;
        border-left: 1rem solid #e5e5ea;
        left: -0.35rem;
        transform: translate(0, -0.1rem);*/
    }

    p.from-them[b-zd1wjwizju]::after {
        background-color: #fff;
        border-bottom-right-radius: 0.5rem;
        left: 20px;
        transform: translate(-30px, -2px);
        width: 10px;
    }



.no-tail[b-zd1wjwizju]::before {
    display: none;
}

.margin-b_none[b-zd1wjwizju] {
    margin-bottom: 0 !important;
}

.margin-b_one[b-zd1wjwizju] {
    margin-bottom: 1rem !important;
}

.margin-t_one[b-zd1wjwizju] {
    margin-top: 1rem !important;
}

/* Add styles to the form container */
.chat-container[b-zd1wjwizju] {
    /*width: 350px;
    max-width: 350px;*/
    padding: 10px;
    background-color: white;
}

    /* Full-width textarea */
    .chat-container textarea[b-zd1wjwizju] {
        width: 100%;
        padding: 5px;
        margin: 5px 0 2px 0;
        border: none;
        background: #f1f1f1;
        resize: none;
        min-height: 40px;
    }

        /* When the textarea gets focus, do something */
        .chat-container textarea:focus[b-zd1wjwizju] {
            background-color: #eae8e8;
            outline: none;
        }

    /* Set a style for the send button */
    .chat-container .btn[b-zd1wjwizju] {
        background-color: #3a465a;
        color: white;
        padding: 15px 15px;
        border: none;
        cursor: pointer;
        /* margin-bottom: 5px;*/
        opacity: 1;
    }

        /* Add some hover effects to buttons */
        .chat-container .btn:hover[b-zd1wjwizju], .open-button:hover[b-zd1wjwizju] {
            opacity: .8;
        }
/* /Pages/ChatManager/Controls/OfficeChatControl.razor.rz.scp.css */
.popup[b-3ihm4tjmsq] {
    background-color: white;
    border: 3px solid #f1f1f1;
    height:80vh;

}
/* /Pages/QuoteSummary/Shared/ChatView.razor.rz.scp.css */
.message-container[b-7fh6krekr8] {
    background-color: white;
    border: 1px solid lightgrey;
    overflow: scroll;
}

.message[b-7fh6krekr8] {
    display: flex;
    flex-direction: column;
    margin: 0 auto 1rem;
    /*   max-width: 600px;*/
    padding: 0.5rem 1.0rem;
}

    .message p[b-7fh6krekr8] {
        border-radius: 1.15rem;
        line-height: 1.25;
        max-width: 85%;
        padding: 0.5rem .875rem;
        position: relative;
        /*word-wrap: break-word;*/
    }

        .message p[b-7fh6krekr8]::before,
        .message p[b-7fh6krekr8]::after {
            bottom: -0.1rem;
            content: "";
            height: 1rem;
            position: absolute;
        }

p.from-me[b-7fh6krekr8] {
    align-self: flex-end;
    background-color: #1fa780;
    color: #fff;
}
    p.from-me[b-7fh6krekr8]::after {
        background-color: #fff;
        border-bottom-left-radius: 0.5rem;
        right: -40px;
        transform: translate(-30px, -2px);
        width: 10px;
    }

p.from-them[b-7fh6krekr8] {
    align-items: flex-start;
    color: #fff;
    background-color: #3a465a;
}

    p.from-them[b-7fh6krekr8]:before {
        /* border-bottom-right-radius: 0.8rem 0.7rem;
        border-left: 1rem solid #e5e5ea;
        left: -0.35rem;
        transform: translate(0, -0.1rem);*/
    }

    p.from-them[b-7fh6krekr8]::after {
        background-color: #fff;
        border-bottom-right-radius: 0.5rem;
        left: 20px;
        transform: translate(-30px, -2px);
        width: 10px;
    }



.no-tail[b-7fh6krekr8]::before {
    display: none;
}

.margin-b_none[b-7fh6krekr8] {
    margin-bottom: 0 !important;
}

.margin-b_one[b-7fh6krekr8] {
    margin-bottom: 1rem !important;
}

.margin-t_one[b-7fh6krekr8] {
    margin-top: 1rem !important;
}
/* /Shared/ChatWarning.razor.rz.scp.css */

.warning[b-nw0r0ox0l4] {
    background-color: #c00;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 3px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-xvxpttfjuw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-xvxpttfjuw] {
    flex: 1;
}

.sidebar[b-xvxpttfjuw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xvxpttfjuw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xvxpttfjuw]  a, .top-row .btn-link[b-xvxpttfjuw] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-xvxpttfjuw] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-xvxpttfjuw] {
        display: none;
    }

    .top-row.auth[b-xvxpttfjuw] {
        justify-content: space-between;
    }

    .top-row a[b-xvxpttfjuw], .top-row .btn-link[b-xvxpttfjuw] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xvxpttfjuw] {
        flex-direction: row;
    }

    .sidebar[b-xvxpttfjuw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xvxpttfjuw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-xvxpttfjuw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
