/* support page css design */


.support_sec_tickets {
    display: block;
    padding: 15px 0px !important;
    background: rgb(245, 245, 245);
    min-height: calc(100vh - 75px);
}

html[data-theme='dark'] .support_sec_tickets {
    background: rgb(20 23 24);
}

.bac_end .form-select {
    color: var(--white-color);
    backdrop-filter: blur(3px);
    font-weight: 500;
    border-radius: 50px;
    background-color: #fff;
    border: 0;
    box-shadow: rgb(233 233 233) 0px 0px 0px 1px;
    background-position: calc(100% - 11px) center;
    background-size: 11px;
    font-size: 12px;
    padding: 10px 28px 10px 14px;
}

.bac_end .form-select:focus {
    box-shadow: rgb(211, 211, 211) 0px 0px 0px 1px !important;
}

.bac_end .form-select {
    background-size: 12px !important;
    background-position: calc(100% - 9px) center !important;
}


/* searchbar */
.custom-tabs {
    color: var(--white-color);
    backdrop-filter: blur(3px);
    padding: 3px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    display: inline-flex;
    min-width: fit-content;
}

.searchBar.custom-tabs {
    padding: 6px 5px 6px 0;
    display: flex;
    padding-left: 15px;
    align-items: center;
    background-color: #ffffff33;
    backdrop-filter: blur(10px);
    border: 1px solid rgb(233 233 233);
    box-shadow: none !important;
}

.searchBar.custom-tabs input {
    outline: 0;
}

.searchBar.custom-tabs i {
    margin-right: 8px;
    color: currentColor;
}

.searchBar.custom-tabs input {
    background: transparent;
    border: 0 !important;
    color: var(--white-color);
    min-width: unset;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    transform: scale(0.9);
    transform-origin: center left;
}

.searchBar.custom-tabs.searchBar-sm input {
    /* transform: scale(1); */
    width: calc(100% - 35px);
    min-width: calc(100% - 28px);
    max-width: 100%;
}

.searchBar.custom-tabs.searchBar-sms {
    padding: 4px 3px 4px 0;
}


/* end */

.sc_header {
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
}


html[data-theme='dark'] .support_sec_tickets .sc_header {
    border-color: #87878733;
    background: #232627;
}


.sc_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc_col.col_start {
    display: inline-flex;
    align-items: center;
    gap: 13px;
}

.btn-icon-md {
    width: 2.2rem;
    height: 2.2rem;
    transition: all ease .3s;
    position: relative;
    padding: .375rem;
    border-radius: 50%;
    font-size: 18px;
    border: 0;
}

.btn-icon-md {
    width: 2.5rem;
    height: 2.5rem;
    transition: all ease .3s;
    position: relative;
    padding: 10px;
    border-radius: 2.5rem;
    font-size: 20px;
    border: 0;
}

.btn-icon-md:hover,
.btn-icon-md:focus,
.btn-icon-md:active {
    background: #8585851c;
}

.support_box_row {
    padding-top: 15px;
    display: flex;
    align-items: flex-start;
}

.sc_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    gap: 1px;
    color: #000;
}

.sc_title small {
    font-size: 13px;
    font-weight: normal;
    opacity: 0.7;
    font-weight: normal;
} 

.user_icon {
    font-size: 18px !important;
}


.bsh_title h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
}

.bsh_title h6 small {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.6;
    display: block;
    margin-top: 5px;
}


.bsh_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.support_box_col_sm {
    width: 420px;
    padding-right: 15px;
}



.box_sidebar,
.box_mainbar {
    padding: 0;
    background: #ffffff;
    border-radius: 20px;
    min-height: calc(100vh - 210px);
}

html[data-theme='dark'] .box_sidebar,
html[data-theme='dark'] .box_mainbar {
    background: #232627;
}


.box_sidbar_header {
    padding: 0 20px 15px;
}


.bsb_title h6 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

.box_sidebar_body {
    padding: 10px 0;
    max-height: calc(100vh - 366px);
    overflow-y: auto;
}

.box_sidebar_body::-webkit-scrollbar {
    width: 2px !important;
    visibility: 0.5;
}

.box_sidebar_body::-webkit-scrollbar-thumb {
    background: transparent;
}

.box_sidebar_body:hover::-webkit-scrollbar-thumb {
    background: #000;
}

.bsb_title {
    margin-bottom: 10px;
    padding: 0 20px;
}

.rotate-1 {
    transform: rotate(-45deg);
}

.bsb_card {
    margin: 1px 0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 15px;
}

.bsb_card:hover,
.bsb_card.active {
    background: #dee5fa70;
}

html[data-theme='dark'] .bsb_card:hover,
html[data-theme='dark'] .bsb_card.active {
    background: #3c4041;
}

.bsb_card:hover h5,
.bsb_card.active h5 {
    color: #000;
}

.min-w-12 {
    min-width: calc(0.2rem*12);
}

.bg-primary-light {
    background: #cfe2ff;
}

html[data-theme='dark'] .bg-primary-light {
    background: #34383d;
    color: #fff !important;
}


.bsb-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.text-xl {
    font-size: 20px;
}

.text-lg {
    font-size: 18px;
}

.text-sm {
    font-size: 15px;
}

.text-xs {
    font-size: 13px;
}


.text-xxs {
    font-size: 12px;
}

.bsb_card h5 {
    margin-bottom: 5px;
    font-weight: 600;
}

.bsb_list {
    padding: 0 5px;
}





.support_box_col_xl {
    width: calc(100% - 420px);
}



.main_chat_header {
    padding: 20px;
}








/* chat box */

.chat_box {
    width: 100%;
    margin: 20px auto 50px;
    /* max-height: 100vh; */
    border-radius: 12px;
    overflow: hidden;
    border-radius: 15px;
    overflow: hidden;
}

.chat-header {
    height: auto;
    padding: 16px 16px 16px 16px;
    border-bottom: 1px solid #ffffff1f;
}

.chat-header {
    background: #f5f5f5;
    border-color: #e0dfdf;
}

.chat-header h4,
.chat-header h4 * {
    font-size: 20px;
    font-weight: 500;
}


.chat-header .avatar-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.chat-header .avatar-box>div {
    display: flex;
    align-items: start;
}

.avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: white;
    line-height: 45px;
    text-align: center;
    margin-right: 15px;
    min-width: 45px;
}

.avatar-box .nickName {
    font-weight: 700;
    font-size: 15px;
    color: var(--white-color);
}

.avatar-box .nickName i {
    font-size: 90%;
    margin-left: 5px;
    opacity: 0.7;
    font-weight: 400;
}

.avatar>span {
    background: linear-gradient(62deg, #7ED375 0%, #7ED375 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.tk_status {
    display: block;
    font-weight: 500;
    font-size: 12px;
}


.chat-header .other-box {
    padding-left: 65px;
    padding-top: 4px;
    color: rgb(189, 189, 189);
    font-size: 12px;
}

.chat-header .line-info {
    display: flex;
    flex-direction: row;
}

.chat-header .line-info>div:nth-child(2) {
    margin-left: 45px;
}

.chat-header .line-info .value {
    color: var(--white-color);
    font-size: 14px;
    margin-top: -3px;
}

.ag_status {
    margin: 10px auto;
    text-align: center;
}

.ag_status p {
    text-align: center;
    font-weight: 400;
    font-size: 10px;
    padding: 7px 15px !important;
    margin: 0 auto;
}

html[data-theme='dark'] .ag_status p {
    color: #dbdbdb;
    border-bottom: 1px solid #b7b7b733;
}

.tk_card small {
    font-size: 12px;
    font-weight: 400;
}

.tk_card h5 {
    font-size: 13px;
    margin-bottom: 0;
    color: currentColor;
    font-weight: 500;
    line-height: 1.54;
}

.msg_history {
    padding: 0 20px;
    overflow: overlay;
    position: relative;
    overflow-x: hidden;
}




.incoming_msg {
    display: flex;
    align-items: flex-start;
    padding: 0;
}

.received_msg,
.outgoing_msg {
    width: 100%;
}

.received_withd_msg {
    border-radius: 0px 10px 10px 10px;
    background: #0d6efd;
    width: max-content;
    max-width: 75%;
    padding: 10px;
    width: fit-content;
    color: #fff;
}

.received_withd_msg p {
    color: #fff;
}

.outgoing_msg small,
.received_msg small {
    font-size: 12px;
    opacity: 1;
}

.received_withd_msg {
    color: #fff;
}

.received_withd_msg p {
    color: #ffffff;
}

.important_msg .received_withd_msg,
.important_msg .received_withd_msg {
    background: #ffc1072e !important;
    border: 1px solid #ffc10752 !important;
}

.important_msg .received_withd_msg p {
    color: #fff !important;
    font-weight: 500;
}

.important_msg .received_withd_msg p {
    color: #000 !important;
}

.important_msg .received_withd_msg p b {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 2px;
}


.received_withd_msg p,
.sent_msg p {
    margin-bottom: 0;
    font-size: 12px;
    color: currentColor;
}

.outgoing_msg {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    padding: 12px 0;
    flex-direction: column;
}

.outgoing_msg small {
    font-size: 11px;
    /* opacity: .7; */
}


.chat_box .scroll_y {
    height: calc(100vh - 480px);
}

.sent_msg {
    border-radius: 10px 10px 0px 10px;
    width: max-content;
    max-width: 75%;
    padding: 10px;
    background: #ffffff1a;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border: 1px solid #ffffff1f !important;
}

.sent_msg {
    background: #f5f5f5;
    border-color: #e9e9e9 !important;
}


.outgoing_msg .avatar {
    margin-left: 15px;
    margin-right: 0;
}

.msg_img {
    max-width: 200px;
}

.chat-footer {
    height: auto;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 20px;
    max-width: calc(100% - 40px);
    border: 1px solid #bcbcbc3b;
    background: #edededb5;
    padding: 10px !important;
    border-radius: 60px;
    /* box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
    min-width: 450px;
    bottom: 20px;
    backdrop-filter: blur(36px);
    -webkit-backdrop-filter: blur(36px);
}


/* .chat-footer {
    height: auto;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    max-width: calc(100% - 40px);
    max-width: 100%;
    border: 1px solid #bcbcbc3b;
    background: #ededed45;
    padding: 14px 20px;
    border-radius: 20px 20px 0 0;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    min-width: 450px;
    bottom: 0;
    backdrop-filter: blur(26px);
    -webkit-backdrop-filter: blur(26px);
} */

html[data-theme="light"] .chat-footer {
    /* background: #f5f5f5; */
    /* border-color: #e0dfdf !important; */
}

.chat-footer form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 7px; */
    width: 100%;
}

.chat_action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 10px;
    margin-left: 0;
    /* border-left: 1px solid #ffffff1f; */
}

.chat_action {
    border-color: #e0dfdf !important;
}

.chat_action .attach_icon {
    font-size: 20px;
    padding: 1px 7px;
    color: #91a9b496;
    overflow: hidden;
    position: relative;
}


.chat_action .attach_icon.icon_send {
    font-size: 25px;
    background: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}



.chat-footer form .form-control {
    background-color: transparent !important;
    padding: 0 0 0 20px;
    font-size: 16px;
    border: 0;
    color: var(--white-color);
    height: auto;
    border-radius: 0;
    backdrop-filter: none;
}

.emoji-section span {
    cursor: pointer;
}

.emoji-section span:hover {
    transform: scale(1.4);
}



.chat_action .attach_icon>input {
    border: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.chat_action .attach_icon:hover i {
    color: var(--white-color);
}

.scroll_y_reverse {
    display: flex;
    flex-direction: column-reverse !important;
}



.btn_attach.btn-icon {
    border: 0;
    font-weight: 600;
    position: relative;
    /* overflow: hidden; */
    background: #ffffff;
    margin-right: 7px;
    border: 1px solid #3333;
}


.btn_attach.btn-icon {
    padding: 0;
    justify-content: center;
    /* overflow: hidden; */
    border-radius: 100%;
    flex-shrink: 0;
    height: calc((0.675rem * 1) + (0.875rem * 2) + (2px)) !important;
    width: calc((0.675rem * 1) + (0.875rem * 2) + (2px)) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: unset;
}

.btn_attach.btn-icon .ac_alert {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #ff3e3e;
    border-radius: 50px;
    right: 0;
    top: 0;
}

.btn_attach.btn-icon input {
    border: 0;
    font-weight: 600;

}



.btn_attach.btn-icon input[type=file] {
    width: calc((0.675rem * 1) + (0.875rem * 2) + (2px)) !important;
    height: calc((0.675rem * 1) + (0.875rem * 2) + (2px)) !important;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.btn_attach.btn-icon * {
    cursor: pointer !important;
    font-size: 14px;
    font-weight: 600;
}

button.btn_attach.btn-icon:hover {
    background: #dae6f8;
}

.cup .send {
    border: none;
    padding: 16px 25px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
}

.cup .send {
    border: none;
    padding: 15px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
}

.btn.btn-primary .ri-xl {
    font-size: 119%;
}

.pdf_viewer {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #a4e3ff;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #edf7ff;
    width: 100%;
    max-width: 120px;
    text-align: center;
    justify-content: center;
    position: relative;
    border-radius: 8px !important;
}

.pdf_viewer i {
    font-size: 150%;
}

html[data-theme='dark'] .pdf_viewer {
    background: #ffffff0f;
    border: 1px solid #ffffff45;
    color: #fff;
}

html[data-theme='dark'] .btn_attach.btn-icon {
    background: #ffffff1c;
}







/* chat sm  */



.chat_box.chat-sm {
    margin: 0;
    border: 0;
    border-radius: 0 0 20px 20px;
}

.chat-sm .chat-footer {
    padding: 12px 16px;
}

.chat-sm .chat-footer form .form-control {
    padding: 4px 0;
    font-size: 16px;
}

.chat-sm .cup .send {
    padding: 8px 17px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.chat-sm .btn_attach.btn-icon {
    font-weight: 400;
    background: transparent !important;
    margin-right: 7px;
    border: transparent;
    height: 30px !important;
    width: 30px !important;
}

.chat-sm .btn_attach.btn-icon input[type=file] {
    height: 30px;
    width: 30px;
}

.chat-sm .btn_attach.btn-icon .ac_alert {
    position: absolute;
    width: 5px;
    height: 5px;
    right: 12px;
    top: 17px;
}

.chat-sm .btn_attach.btn-icon * {
    cursor: pointer !important;
    font-size: 15px;
    font-weight: 600;
}

.chat-sm .received_withd_msg p,
.chat-sm .sent_msg p {
    font-size: 12px;
    line-height: 1.4;
}

.chat-sm .sent_msg,
.chat-sm .received_withd_msg {
    padding: 9px;
}

.main_chat_body .chat_body.scroll_y {
    height: calc(100vh - 297px);
    padding-bottom: 100px;
    max-height: unset;
}

.main_chat_body {
    /* padding: 0 20px 0; */
    position: relative;
    overflow: hidden;
}


html[data-theme='dark'] .main_chat_header h5~.text-primary {
    color: #ffffff !important;
}

.glass-card {
    /* width: 240px; */
    /* height: 360px; */
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1),
        inset 0 0 14px 7px rgba(255, 255, 255, 0.7);
    /* position: relative; */
    /* overflow: hidden; */
}

.glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.8),
            transparent);
}

.glass-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.8),
            transparent,
            rgba(255, 255, 255, 0.3));
}




.ticket_details .offcanvas {
    position: absolute;
    border: 1px solid #bcbcbc3b;
    background: #ffffffc7;
    box-shadow: rgb(0 0 0 / 0%) 0px 1px 1px 0px inset, rgb(0 0 0 / 23%) 3px 11px 100px -20px, rgba(0, 0, 0, 0.3) -5px 8px 60px -30px;
    backdrop-filter: blur(36px);
    border-radius: 0;
    z-index: 2;
}

html[data-theme='dark'] .ticket_details .offcanvas {
    border: 1px solid #5a5a5a1a;
    background: #ababab1c;
    box-shadow: none !important;
}

html[data-theme='dark'] .offcanvas-header .btn-close {
    filter: invert(1);
    opacity: 1;
}

.ticket_details .offcanvas-backdrop.fade.show {
    position: absolute;
    opacity: 0.01;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ticket_details .offcanvas-header h5 {
    font-size: 16px;
    font-weight: 600;
}

.offcanvas-body {
    padding: 20px;
}


.ticket_info_row .ud {
    min-width: -webkit-fill-available;
    max-width: 100%;
}


/* chat responsive */

@media screen and (min-width: 1200px) and (max-width: 1399px) {


    .support_box_col_sm {
        width: 380px;
    }

    .support_box_col_xl {
        width: calc(100% - 380px);
    }

}



@media screen and (min-width: 992px) and (max-width: 1199px) {


    .support_box_col_sm {
        width: 345px;
    }

    .support_box_col_xl {
        width: calc(100% - 345px);
    }

    .text-sm {
        font-size: 14px;
    }

    .text-xs {
        font-size: 12px;
    }

    .bsh_title {
        padding: 15px;
    }

    .box_sidbar_header {
        padding: 0 15px 10px;
    }

    .bsb_card {
        padding: 13px;
        border-radius: 13px;
    }

    .bsb_list {
        padding: 0 3px;
    }

    .main_chat_header {
        padding: 15px;
    }

    .msg_history {
        padding: 0 15px;
    }

    .chat-footer {
        left: 15px;
        max-width: calc(100% - 30px);
        padding: 5px;
        bottom: 15px;
    }

    .sc_header .btn-icon-md {
        font-size: 20px;
    }

    .main_chat_body .chat_body.scroll_y {
        padding-bottom: 80px;
    }

    .sc_header {
        padding: 15px;
    }

    .sc_title {
        font-size: 13px;
        color: #000;
    }

    .sc_title small {
        font-size: 12px;
    }

    .sc_header .btn-icon-md {
        font-size: 19px;
        padding: 8px;
    }

    .col_end .btn-lg {
        padding: 10px 25px !important;
    }

}




@media screen and (min-width: 220px) and (max-width: 767px) {

    .box_sidebar,
    .box_mainbar {
        border-radius: 10px;
        min-height: calc(100vh - 125px);
    }

    .box_mainbar {
        min-height: calc(100vh - 60px);
    }

    .box_sidebar_body {
        max-height: calc(100vh - 234px);
    }

    .text-sm {
        font-size: 14px;
    }

    .text-xs {
        font-size: 12px;
    }

    .bsh_title {
        padding: 13px;
    }

    .box_sidbar_header {
        padding: 0 13px 13px;
    }

    .bsb_card {
        padding: 13px;
        border-radius: 13px;
    }

    .bsb_list {
        padding: 0 3px;
    }

    .main_chat_header {
        padding: 13px;
        flex-direction: column;
        align-items: self-start !important;
        justify-content: flex-start !important;
        gap: 10px;
    }

    .main_chat_header_left .btn {
        padding: 6px;
        padding-left: 0;
        margin-right: 6px;
    }

    .main_chat_header_right {
        width: 100%;
        justify-content: space-between;
        padding: 6px 0 0;
    }

    .main_chat_header_right .btn {
        /* padding: 6px; */
        width: 50%;
    }

    .msg_history {
        padding: 0 8px;
    }

    .chat-footer {
        left: 10px;
        max-width: calc(100% - 20px);
        padding: 5px;
        bottom: 10px;
        min-width: unset;
    }

    .sc_header .btn-icon-md {
        font-size: 20px;
    }

    .main_chat_body .chat_body.scroll_y {
        padding-bottom: 60px;
        height: calc(100vh - 183px);
    }

    .main_chat_body .chat_body.scroll_y::scrollbar {
        width: 0;
    }



    .sc_header {
        padding: 10px;
    }

    .sc_title {
        font-size: 15px;
        font-weight: 700;
    }

    .sc_title small {
        font-size: 12px;
        line-height: 1.2;
    }

    .sc_header .btn-icon-md {
        font-size: 18px;
        padding: 8px;
        height: 2rem;
        width: 2rem;
    }

    .sc_col.col_start {
        gap: 8px;
    }

    .col_end .btn-lg {
        padding: 9px 15px !important;
        font-size: 12px;
        min-height: unset;
    }

    .col_end .btn-lg i {
        font-size: 118% !important;
    }

    .support_sec_tickets {
        padding: 3px 0px !important;
        min-height: calc(100vh - 50px);
    }

    .support_sec_tickets .container {
        padding: 0 3px;
        overflow: hidden;
    }

    .sc_header {
        padding: 13px;
        border-top: 1px solid #f5f5f5;
        border-bottom: 1px solid #f5f5f5;
        border-radius: 10px;
        padding-left: 5px;
    }

    .support_box_row {
        padding-top: 3px;
    }

    .support_box_col_sm {
        padding-right: 0 !important;
    }

    .bsh_title h6 {
        font-size: 14px;
        width: 100%;
    }

    .box_sidbar_header .searchBar.custom-tabs {
        margin-top: 0;
        padding: 7px 7px 7px 17px;
    }

    .btn_attach.btn-icon .ac_alert {
        width: 5px;
        height: 5px;
        right: 10px;
        top: 12px;
    }

    .chat-footer form .form-control {
        padding: 0 0 0 15px;
    }
}



@media screen and (max-width: 991px) {

    .support_box_col_xl {
        display: none;
        width: 100%;
    }

    .support_box_col_sm {
        display: none;
        width: 100%;
    }


    .support_box_col_sm.active {
        display: block;
    }

    .support_box_col_xl.active {
        display: block;
    }

    .support_box_col_sm {
        width: 100%;
        padding-right: 15px;
    }



}