.u_loader {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.header {
    /*border-bottom: 1px solid #a0a0a0;*/
    font-size: 15px;
    height: 30px;
    line-height: 28px;
    padding-left: 10px;
}

.chat-header {
    background-color: #353b48;
    padding: 8px;
    color: grey;
    font-weight: bold;
    line-height: 40px;
    transition: width 0.4s linear;
}

.chat-sidebar {
    display: none;
    width: 20% !important;
    position: fixed;
    height: 100%;
    right: 40px;
    top: 0px;
    padding-top: 88px;
    padding-bottom: 10px;
    /*border: 1px solid rgba(29, 49, 91, .3);*/
}

.chat.active {
    height: 350px;
    overflow-y: auto;
    padding-bottom: 10px;
    max-width: 715px;
}

.my p {
    margin-left: 60px;
    position: relative;
}

.rtl_css .my p {
    margin-right: 60px;
    position: relative;
}

.my p b {
    position: absolute;
    margin-left: -60px;
    top: 0;
}

.rtl_css .my p b {
    position: absolute;
    margin-right: -60px;
    top: 0;
}

.rtl_css .fa-arrow-right {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.rtl_css .copy_text2 {
    position: absolute;
    margin-right: -29px;
    right: -27px;
}

.rtl_css .chat.active {
    margin-right: 38%;
    max-width: 715px;
    min-width: 700px;
}

.at_at_vt {
    font-size: 2rem;
    position: absolute;
    margin-left: 7rem;
    margin-top: 4rem;
    cursor: pointer;
}

.searchbar {
    margin-bottom: auto;
    margin-top: 4rem;
    height: 60px;
    background-color: #353b48;
    border-radius: 30px;
    padding: 10px;
}

.search_input {
    width: 615px;
    color: white;
    border: 0;
    outline: 0;
    background: none;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
}

.searchbar:hover>.search_input {
    padding: 0 10px;
    width: 615px;
    caret-color: red;
    transition: width 0.4s linear;
}

.searchbar:hover>.search_icon {
    background: white;
    color: #e74c3c;
}

.search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
}

.my,
.bot {
    list-style: none;
}

.ml-rr-m {
    margin-left: 2.3rem!important;
}

.at_at_vt_new {
    font-size: 1rem;
    position: absolute;
    margin-left: 3rem;
    margin-top: 2rem;
    cursor: pointer;
}

i.far.fa-copy {
    position: absolute;
    margin-top: 2px;
    margin-left: -22px;
}

.copy_text2 {
    position: relative;
}

.copy_text {
    position: relative;
}

#chart_boot_conatiner {
    height: 600px;
    overflow: scroll;
}

#login_main_form {
    float: right;
    margin: 35px;
}


/* rtl css */

.rtl_css .form-group {
    margin-bottom: 1rem;
    text-align: right;
}

.rtl_css p {
    text-align: right;
}

.rtl_css .mr-3 {
    margin-left: 1rem!important;
}

.rtl_css .at_at_vt {
    margin-right: 7rem;
}

.rtl_css .copy_text {
    position: absolute;
    margin-right: -55px;
    display: block;
    right: 0;
}

.rtl_css .clipboarCoptText {
    position: absolute;
    margin-right: -25px;
    display: block;
    right: 0;
}

.rtl_css .clipboarCoptText2 {
    position: absolute;
    margin-right: -25px;
    display: block;
    right: 0;
}

.rtl_css .clear_ans {
    float: left;
    margin: 10px;
    border: 1px solid #999;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 30px;
}

.clear_ans a {
    padding: 18px;
}

.clear_ans {
    float: right;
    margin: 10px;
    border: 1px solid #999;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 30px;
}

.rtl_css .clear_ans a {
    padding: 18px;
}

i.far.fa-copy {
    position: absolute;
    margin-top: 2px;
}

.copy_text {
    position: absolute;
    margin-left: -29px;
}

.copy_text2 {
    position: absolute;
    margin-left: -29px;
}

.clipboarCoptText {
    position: absolute;
    margin-left: -25px;
}

.clipboarCoptText2 {
    position: absolute;
    margin-left: -25px;
}

.my {
    list-style: none;
    position: relative;
}

.chat-body {
    padding: 15px;
    padding: 15px 20px;
}

#userList {
    padding: inherit;
}

.chat-container {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-top: 5px;
}

.chat-message {
    display: flex;
    align-items: center;
    width: 100%;
}

.chat-message-right {
    flex-direction: row-reverse;
}

.time {
    color: blue;
    font-size: 10px;
}

.recieve {
    /*width:100%;*/
    float: left;
    color: rgb(70, 70, 145);
}

.send {
    /*width:100%;*/
    float: left;
    color: #353b48;
}

.from_me {
    float: right;
    background-color: grey;
    padding: 0px 10px;
    border-radius: 15px;
    font-size: smaller;
}

.from_user {
    float: left;
    padding: 0px 10px;
    background-color: mintcream;
    border-radius: 15px;
    font-size: smaller;
}

.chatPopup {
    height: 79%;
    overflow-y: auto;
    padding: 5px;
}

.message {
    width: 234px;
}

.sendmsg {
    width: 60px;
}

.sidebar-name {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    font-size: 12px;
}

.sidebar-name span {
    padding-left: 5px;
}

.sidebar-name a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.sidebar-name:hover {
    background-color: #e1e2e5;
}

.sidebar-name img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.popup-box {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 220px;
    height: 285px;
    background-color: rgb(237, 239, 244);
    width: 300px;
    border: 1px solid rgba(29, 49, 91, .3);
}

.popup-box .popup-head {
    background-color: #353b48;
    padding: 8px;
    color: grey;
    font-weight: bold;
    font-size: 14px;
    clear: both;
}

.popup-box .popup-head .popup-head-left {
    float: left;
}

.popup-box .popup-head .popup-head-right {
    float: right;
    opacity: 0.5;
}

.popup-box .popup-head .popup-head-right a {
    text-decoration: none;
    color: inherit;
}

.popup-box .popup-messages {
    height: 100%;
}

@media (max-width: 769px) {
    html,
    body {
        overflow: hidden;
    }
    .chat-popup {
        display: block !important;
    }
    .container.w-75 {
        width: 100%!important;
    }
    .container.w-75.pl-5 {
        padding-left: 0px!important;
    }
    .container.w-75.pr-5 {
        padding-right: 0px!important;
    }
    .search_input {
        width: 100% !important;
    }
    .justify-content-center.h-100 {
        width: 100% !important;
        height: 100%!important;
    }
    .searchbar {
        width: 96%;
    }
    .searchbar:hover>.search_icon {
        background: white;
        color: #e74c3c;
        position: absolute;
        right: 0;
        margin-top: -2.5rem;
        z-index: 99999;
        margin-right: 15px;
    }
    .chat-body ul {
        padding-left: 0rem;
    }
    .clear_ans {
        margin-right: 10px;
        float: right;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 3px solid #cac6c6;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        font-size: 30px;
        box-shadow: 0px 2px 4px #0005;
    }
    select {
        word-wrap: normal;
        border-radius: 35px;
        box-shadow: 0px 2px 4px #0002;
        padding-left: 0.5rem;
        padding-right: 0.3rem;
    }
    .rtl_css .chat.active {
        margin-right: 0px;
        max-width: 100%;
        min-width: 100%;
    }
    .rtl_css .searchbar:hover>.search_icon {
        background: white;
        color: #e74c3c;
        position: absolute;
        right: auto;
        left: 13px;
        margin-top: -2.5rem;
        z-index: 99999;
        margin-left: 0px;
        text-decoration: none;
    }
    .rtl_css .searchbar {
        width: 96%;
        display: block;
        margin-left: auto;
        margin-right: 8px;
    }
    .rtl_css select {
        float: left !important;
    }
    .rtl_css .chat-body ul {
        padding-left: 0rem;
        padding-right: 25px;
    }
    .rtl_css .my p {
        margin-right: 57px;
        margin-left: 0rem;
        position: relative;
    }
    /* .rtl_css */
}