.chat{
    background: #FFF;
    overflow-y: scroll;
    /*width: 100%;*/
    /*height: 75vh;*/
    /*margin: 10px 0;*/
    display: flex;
}

.bg-gray{
    background: #f7f7f7;
}

.font-16{
    font-size: 16px;
}
.font-12{
    font-size: 12px;
}

.font-10{
    font-size:10px;
}
.bg-support{
    background: rgb(160, 226, 248);
}

@keyframes blinking-anim {
    0%{
        background-color: grey;
    }
    100%{
        background-color: white;
    }
}

.blinkingggg{
    animation: blinking-anim 1s linear infinite alternate ;
}
.logohere{
    width: 200px;
    margin: 0 auto;
}

.main_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: calc(10%);
}

.logo_div{
    display: flex;
    flex: 1;
    align-items: center;
}
.main_content{
    display: flex;
    flex-direction: column;
    flex: 1;
}


/* Min Box Start */
.min_msg {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*position: fixed;*/
    right: 15px;
    bottom: 0;
}
#visitors_dt tr:hover{
    cursor:pointer;
}

.min_msg_open{
    position: absolute;
}
.min_msg_close {
    position: fixed;
}

.min_msg button.btn.btn-minimize {
    width: 180px;
    height: 40px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    box-shadow: 1px 0px 6px 0px #ccc;
    position: relative;
    bottom: 0;
    right: 0;
    margin-left: 15px;
    padding: 0;
}
.min_msg button.btn.btn-minimize span.close_icon {
    width: 25px;
    height: 100%;
    display: flex;
    align-items: center;
}

.min_msg button.btn.btn-minimize span.title_name {
    width: 88%;
    text-align: left;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
/* Min Box End */

/* Start Chat CSS by SSJ*/
.custom-chat button.btn.btn-primary, .custom-chat button.btn.btn-danger {
    background-color: transparent !important;
    color: #000 !important;
    border: none !important;
}
.chat-icons {
    color: #03a9f3;
}
#adminChatDiv{
    background: #fff;
    width: 100%;
}
.custom-chat {
    border-bottom: 3px solid #edf1f5;
}
.attach-btn .btn.btn-secondary {
    font-size: 12px;
    height: 37px;
    margin-left: 3px;
    width: 85px;
}
/*.attach-btn {*/
/*    margin-top: 90%;*/
/*}*/
#adminChatDiv p {
    font-size: 12px;
}
.responses p {
    background: #f8f9fa;
    padding: 5px;
    border: 1px solid #f1eaea;
    border-radius: 3px;
    display: flex;
    font-size: 11px !important;
    color: #464242;
}
.responses i.fas.fa-bolt.chat-icons {
    margin-top: 18px;
    margin-right: 8px !important;
    margin-left: 3px;
}
.responses span {
    display: flex !important;
    /* width: 72%; */
    margin: 0px !important;
}
.heading-head {
    font-weight: 600;
    padding: 4px 0px 3px 8px !important;
    display: inline-block;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-button {
    background: transparent !important;
}
::-webkit-scrollbar-track-piece {
    background: transparent !important;
}
::-webkit-scrollbar-thumb {
    background: #e9e9e9 !important;
}
#adminChatDiv span {
    display: block;
    margin-left: 95px;
    margin-top: -19px;
    z-index: 999999;
    overflow-wrap: break-word;
    width: 57%;
}
#adminChatDiv textarea.bg-white.w-100.mt-2.form-control.font-10 {
    margin-top: -6px !important;
}
#adminChatDiv input.mt-1.font-10.form-control {
    margin-top: -6px !important;
    margin-bottom: 0 !important;
}
#adminChatDiv small {
    margin-bottom: 10px !important;
    /*margin-bottom: 10px !important;*/
}
.enter-save {
    display: inline-block;
    margin-left: 0px !important;
    margin-top: -6px !important;
    margin-bottom: 7px;
    font-size: 12px;
}
/*End Chat CSS by SSJ*/

.mb-0{
    margin-bottom: 0 !important;
}
ul>li>span.badge{
    cursor:pointer;
}
.my-avatar{
    height: 100px !important;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
}

#adminChatContainer{
    background: #FFF;
}
/*Chat Nav Item CSS*/
.nav-tabs {
    border-bottom: none !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    cursor: pointer;
    color: rgb(47, 57, 65);
    border: 1px solid rgb(216, 220, 222);
    background: transparent;
    border-radius: 0;
    userSelect: none;
    line-height: 11px !important;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    transition: border-color .25s ease-in-out, box-shadow .1s ease-in-out, background-color .25s ease-in-out, color .25s ease-in-out;
    background: rgb(233, 235, 237) !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    /*border-color: transparent !important;*/
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #4F5467;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 !important;
}
.nav-tabs .nav-link {
    border: 1px solid rgb(216, 220, 222) !important;
    border-radius: 0px !important;
    margin-bottom: 1px !important;
    font-size: 11px !important;
    line-height: 11px !important;
}
/*.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {*/
/*    border: none !important;*/
/*}*/
/*.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {*/
/*    border-color: transparent !important;*/
/*}*/
/*.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {*/
/*    color: #4F5467;*/
/*    background-color: #fff;*/
/*    border-color: #dee2e6 #dee2e6 #fff;*/
/*    border-bottom: 3px solid #dee2e6;*/
/*}*/
.journey-overflow {
    height: 65vh;
    overflow-x: scroll;
    /*overflow-y: hidden;*/
}
