.empty-chat-holder {
    width: 100%;
    height: 250px;
    margin-top: 70px;
}

.empty-chat {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.empty-chat h2 {
    color: #1546dc;
    font-family: 'Abril Fatface';
    padding: 0;
    font-size: 2rem;
    margin: 25px auto 15px;
}

.empty-chat-holder img {
    width: 100%;
    height: 100%;
}

.avatar {
    width: 50px;
    height: 50px;
}

.msg-page {
    display: flex;
    flex-direction: column;
    height: 584px;
    overflow-y: auto;
}

.input-group {
    margin-right: 20px;
    border-top: 1px solid #dee6eb;
    width: 100% !important;
    background-color: #fff;
    height: 100%;
    border-radius: 0 0 7px 7px;
}

.input-group input {
    height: 100%;
    background: #fff;
}

.input-group ::placeholder {
    color: #c0c0c0 !important;
}

.form-control {
    border: none !important;
    border-radius: 20px !important;
}

.input-group-text {
    background: transparent !important;
    border: none !important;
}

.input-group .fa {
    color: #007bff;
    float: right;
}

.bottom-icons {
    float: left;
    margin-top: 17px;
    width: 30% !important;
    margin-left: 22px;
}

.bottom-icons .fa {
    color: #fff;
    padding: 5px;
}

.form-control:focus {
    border-color: none !important;
    box-shadow: none !important;
    border-radius: 20px;
}

.msg-footer {
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 60px;
}

#end-of-chat {
    padding-bottom: 50px;
    padding-top: 30px;
    padding-left: 20px;
}

.message-form {
    height: 100%;
}

.chat-box {
    font-family: 'Roboto';
    position: relative;
    height: 630px;
    letter-spacing: 0.5px;
    background: #f8f9fb;
    padding: 0 !important;
    box-sizing: border-box;
}

.message-input {
    padding: 6px 20px;
}

.empty-chat-sub-title {
    text-align: center;
    color: #555;
    font-size: 18px;
}

.loading-messages-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 150px;
}

.loading-text {
    color: #1546dc;
    font-size: 25px;
    margin-top: 20px;
}

.chat-bubble-row {
    display: flex;
    padding: 15px 20px;
    align-items: center;
}

.sender-name {
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
}

.chat-bubble {
    border-radius: 8px;
    font-size: 16px;
    padding: 15px;
    position: relative;
}

.is-user {
    background-color: #1546DC;
}

.is-other {
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1)
}

.chat-box-bottom {
    margin-top: auto;
}


.Polaris-Navigation__Text {
    font-weight: 700 !important;
}

.slick-prev:before,
.slick-next:before {
    color: #008060 !important;
}

.ql-editor {
    height: 250px;
    max-height: 250px;
    overflow: auto;
}

.Polaris-DatePicker__Day--selected {
    background: #008060;
    color: var(--p-text-on-interactive);
}

.Polaris-DatePicker__Day:hover {
    background: #008060;
    color: var(--p-text-on-interactive);
    outline: var(--p-border-width-1) solid transparent;
}

.Polaris-Text--truncate {
    color: white;
}

.Polaris-TopBar-Menu__Activator:hover {
    background-color: #256b7c;
}

.custom-input {
    font-weight: var(--p-font-weight-regular);
    line-height: var(--p-font-line-height-2);
    text-transform: initial;
    letter-spacing: initial;
    position: relative;
    z-index: var(--pc-text-field-contents);
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 2.25rem;
    margin: 0;
    padding: calc((2.75rem - var(--p-font-line-height-3) - var(--p-space-05))/2) var(--p-space-3);
    background: none;
    border: var(--p-border-width-1) solid #e2e8f0;
    border-radius: 6px;
    font-family: var(--p-font-family-sans);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    caret-color: var(--p-color-text);
    color: var(--p-color-text);
}

/*.Polaris-PositionedOverlay {*/
/*    min-width: 13%;*/
/*    width: max-content;*/
/*}*/

/*todo to be removed these to remove checkboxes from tables*/
/*.Polaris-IndexTable__ColumnHeaderCheckboxWrapper {*/
/*    display: none !important;*/
/*}*/
/*.Polaris-IndexTable-Checkbox__TableCellContentContainer {*/
/*    display: none !important;*/
/*}*/
