div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}


input[type=text],
input[type=submit],
input[type=email],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control:focus {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    border-color: #2b2e34;
    background-color: #f1f5f9;
    color: #959094;
}



.chatsend {
    background: #fff;
    background: #fff;
    position: absolute;
    bottom: 10px;
    max-width: 97%;
    width: 100%;
}

.chat-container {
    border-radius: 34px;
    /* box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%); */
    padding: 25px;
    height: 90vh;
    overflow-y: scroll;
}
.chat-container::-webkit-scrollbar{
    display: none;
}
.chat-container{
    -ms-overflow-style: none;  
    scrollbar-width: none;
}

/* .chat-message-main {
    background: #fff;
    height: 100%;
    max-height: 69vh;
    overflow-y: auto;
    overflow-x: hidden;
} */

/* #chat-listing-elements-container-section{
    height: 100%;
    max-height: 68vh;
    overflow-y: auto;
    overflow-x: hidden;
} */

.chat-message-main::-webkit-scrollbar {
    display: none;
}
.chat-message-main{
    -ms-overflow-style: none;  
    scrollbar-width: none;
}

.talk-bubble {
    display: inline-block;
    position: relative;
    /* max-width: 85%; */
    width: auto;
    height: auto;
    /* background-color: #5b64e3; */
}

.talk-bubble.btm-right {
    float: right;
    width: auto;
}

.round {
    border-radius: 10px;
}

.tri-right.btm-left:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -12px;
    top: 0px;
    border: 12px solid;
    border-color: #232b9a transparent transparent;
}

.tri-right.btm-right:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -12px;
    top: 0px;
    border: 12px solid;
    border-color: #5b64e3 transparent transparent;
}

.talktext {
    padding: 0;
    text-align: left;
    line-height: 1.4;
}

.btm-right .talktext {
    text-align: right;
}

.talktext p {
    /* remove webkit p margins */
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    color: black !important;
    text-align: start;
    word-break: break-word;
    border-radius: 20px !important;
}

.chat-message-main .date-text {
    font-size: 11px;
    margin-top: 3px;
    text-align: end;
    /* width: 70%; */
}

.chatimg {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    overflow: hidden;
}

.chatimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.messagelist {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 10px 10px;
}

.chatcontent {
    float: left;
    width: calc(100% - 0px);
    padding: 0 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
}

p.unread-message-badge {
    border-radius: 50%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background: var(--primary-account);
    text-align: center;
    top: -10px;
    font-weight: 600;
    color: white;
    float: right;
    padding-top: 3%;
}



.coustom-chat-container{
    height: 450px;
    overflow-y: scroll;
}
.coustom-chat-container::-webkit-scrollbar{
    display: none;
}

.custom-admin{
    padding:10px 25px 10px 10px;
    background-color:#3333ff;
    /* background-image: linear-gradient( 135deg, var(--homecolor1) 0%, var(--homecolor2) 100%); */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
}
.custom-admin-chat-side{
    padding:10px 25px 10px 25px;
    background-color:#3333ff;
    /* background-image: linear-gradient( 135deg, var(--homecolor1) 0%, var(--homecolor2) 100%); */
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
}

.custom-feedback-admin{
    padding: 0px;
    border-right: 2px solid red;
}
.custom-feedback-admin-chat-side{
    padding: 0px;
}
.coustom-support-chat-back-arrow{
    min-width: 37px;
    padding: 10px 11px;
    margin: 0 2px;
    color: #ffffff;
}
.coustom-support-chat-back-arrow:hover{
    color: #ffffff;
}
.coustom-support-chat-back-arrow i{
    margin-left: 0px;
}
.custom-admin-picbox{
    display: flex;
    align-items:center;
}
.custom-admin-picbox h6{
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-left: 10px;
}
.Custom-admin-chat-side-title h6{
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-left: 10px;
}
.Custom-admin-add-trade{
    padding: 10px;
}

.Custom-admin-add-trade a{
    color: #ffffff !important;    
}



.coustom-feedback-picbox{
    width: 20%;
    height: 20%;
    display: block;
    margin: auto;
}

.custom-feedback-resolved-ticket{
    max-width: 350px;
}
.custom-feedback-resolved-ticket .modal-header{
    border-bottom: none;
}
.custom-feedback-resolved-ticket .modal-body{
    padding-top: 0px;
    padding-bottom: 0px;
}
.custom-feedback-resolved-ticket .custom-feedback-resolved-ticket-title{
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    color: #008B40;
    font-weight: 700;
    margin-bottom: 20px;
}
.custom-feedback-resolved-ticket .custom-feedback-resolved-ticket-rating{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}
.custom-feedback-resolved-ticket .custom-feedback-resolved-ticket-rating label{
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}
.custom-feedback-resolved-ticket .custom-feedback-resolved-ticket-rating i{
    font-size: 18px;
    margin: 0 10px;
}
.coustom-saller-chat{
    width: 100% !important;
    padding-top: 0px !important;
}


.form-group {
    margin-bottom: 15px
}

.form-control {
    border-radius: 4px;
    /* border: 1px solid var(--Light-border) !important;
    background: var(--White) !important; */
    background-clip: border-box;
    height: 40px;
    font-size: 14px;
    color: #404041;
    font-family: var(--primary-font);
    font-weight: 400;
    padding: 6px 11px
}

select {
    background-image: url(../images/drop-arrow.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 95% center
}



.list-group-item {
    /* background-color: #F9F9F9 !important; */
    cursor: pointer;
    align-items: center !important;
    ;
    /* display: flex !important; */
    padding: 0;
    border:none;
}

.list-group-item img {
    height: auto;
    width: auto;
    background-size: cover;
    max-width: 25px;
    max-height: 25px;
}

#new_message { 
    /* min-height: 35px; */
}

.list-selected {
    border-color: blue;
    position:relative;
}
.list-selected::after{
    content:"";
    position: absolute;
    /* background-image:url({{"asset('assets/frontend/images/right.png')"}});
     */
    background-image:url('../assets/frontend/images/right.png');
    height:20px;
    background-repeat:no-repeat;
    background-position:center;
    width:20px;
    background-color:var(--blue-ribbon) ;
    right:10px;
    border-radius:50%;
    top:50%;
    transform:translateY(-50%);
}

.coustom-calmenu {
    display: none;
}

.open-button {
    background-color: var(--blue-ribbon);
    color: #ffffff;
    /* padding: 16px 20px; */
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 18px;
    right: 23px;
    z-index: 10;
    width: 62px;
    height: 62px;
}

.chat-unread-count-support {
    position: relative;
}

.chat-unread-count-support .chat-unread-count {
    background-color: #FF0000;
    border: 1px solid white;
    box-shadow: white 0px 0px 0px 1px;
    display: inline;
    pointer-events: none;
    text-align: center;
    font-size: 11px;
    vertical-align: baseline;
    border-radius: 500px;
    color: white;
    padding: 2px 6px 0px 6px;
    position: absolute;
    bottom: 30px;
    right: -5px;
}
/* .open-button .fa.fa-close{
    padding: 0px 3px;
}  */

/* .open-button:hover{
    transform: translateY(-10px);
} */

/* Chat widget layout  11-07-2023 */
.user-add-categories {
    background: var(--primary-account);
    border: 1px solid var(--primary-account);
    color: #fff;
    border-radius: 29%;
    margin: 0 2px;
    padding: 6px;
    height: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 35px;
    font-size: 14px;
}
.user-add-categories:hover {
    background: #212529;
    color: #fff;
    border: 1px solid #212529;
}

.profile-all-thread {
    margin: 5px;
    padding: 5px;
    border-bottom: 0px solid rgba(0,0,0,.125);
}

.profile-all-thread-list {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

/* The popup chat - hidden by default */
.chat-popup {
    display: block;
    position: fixed;
    bottom: 90px;
    right: 15px;
    /* min-height: 50vh; */
    /* height: 75vh; */
    /* max-height: 75vh; */
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    /* width: 306px;
    height: 75vh;
    overflow-y: scroll; */
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.add-upload-chat-attachment {
    position: relative;
    z-index: 99;
}

/* .chat-popup-width {
    height:auto;
} */

.chat-popup::-webkit-scrollbar {
    width: 5px;
}
.chat-popup::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
}

.chat-popup::-webkit-scrollbar-thumb {
    background:var(--blue-ribbon) ; 
    border-radius: 10px;
}

.chat-message-main {
    max-height: 38vh;
    height: 43vh;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 50px !important;
    /* padding-bottom: 48px; */
}

.chat-message-main::-webkit-scrollbar {
    width: 5px;
}
.chat-message-main::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
}

.chat-message-main::-webkit-scrollbar-thumb {
    background:var(--blue-ribbon) ; 
    border-radius: 10px;
}

.chatimg {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    overflow: hidden;
}

.talk-bubble.btm-right {
    float: right;
    width: 85%;
}

.talk-bubble.btm-left {
    float: left;
    width: 85%;
}
.created-item-date {
    display: flex;
    justify-content: center;
    background-color: rgba(22, 88, 247, 0.1);
    border-radius: 12px;
    padding: 5px;
    width: 35%;
    margin: auto;
}
.messagelist-right {
    justify-content: flex-end;
}

.messagelist-left {
    justify-content: flex-start;
}

.chatsend {
    background: #fff;
    padding: 0 8px;
    position: unset;
    max-width: 97%;
    width: 95%;
    position: absolute;
    padding-top: 10px;
}

.custom-jump-latest-message { 
    position: relative;
}
.custom-jump-latest-message a {
    position: absolute;
    z-index: 99;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.custom-jump-latest-msg {
    opacity: 0.8;
    padding: 5px !important;
}


.custom-threads-popup-contain-detils {
    max-height: 46vh;
    height: 46vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    z-index: 99;
}

.custom-threads-popup-contain-detils::-webkit-scrollbar {
    width: 5px;
}
.custom-threads-popup-contain-detils::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
}

.custom-threads-popup-contain-detils::-webkit-scrollbar-thumb {
    background:var(--blue-ribbon) ; 
    border-radius: 10px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    /* border-color: rgba(22, 88, 247, 0.1);
    background-color: rgba(22, 88, 247, 0.1); */
    border-radius: 12px;
    border-color: transparent;
    background-color: transparent;

}

.custom-chat-popup-contain-detils {
    /* height: fit-content !important; */
    /* min-height: 28vh !important; */
    /* max-height: 48vh !important; */
    /* width: 306px; */
    height: 46vh !important;
    overflow-y: scroll;
    padding-bottom: 0 !important;
}

.custom-chat-popup-contain-detils::-webkit-scrollbar {
    width: 5px;
}
.custom-chat-popup-contain-detils::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
}

.custom-chat-popup-contain-detils::-webkit-scrollbar-thumb {
    background:var(--blue-ribbon) ; 
    border-radius: 10px;
}
.chat-popup-title{
    margin: 10px 0;
    background-color: rgba(22, 88, 247, 0.1);
    border-radius: 12px;
}


.chat-popup .chat-popup-title h1, .chat-popup .chat-popup-title p{ 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 24px;
    text-align: center;
    color: var(--blue-ribbon);
    padding: 18px 0px;
    /* margin-bottom: 18px; */
}

/* Add styles to the form container */
.form-container {
    width: 300px;
    padding: 18px 0px 12px;
    background-color: white;
    border-radius: 10px;
    position: relative;
}
.chat-main-width{
    width: 355px;
    /* height: 50% !important; */
}
.name-category-list{
    width: 70%;
}
/* Full-width textarea */
.form-container textarea {
   
    min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/send button */
 .form-container .btn {
    background-color: var(--blue-ribbon);
    color: white;
    /* padding: 16px 20px; */
    border: none;
    cursor: pointer;
    /* width: 100%; */
    margin-bottom: 0px;
    /* opacity: 0.8; */
}
.custom-box-dashbored-category li, .tracking-order-category li{
    height: 50px;
    display: flex;
    /* flex-direction: column; */
    /* justify-content: center; */
    /* padding: 10px; */
    border-left:2px solid var(--blue-ribbon);
    background: #F8F8F8;
    border-radius: 10px !important;
    padding-right: 10px;
}
.custom-box-dashbored-category li img, .tracking-order-category li img{
    display: block !important;
}
.custom-box-dashbored-category li span, .tracking-order-category li span{
    /* text-align: center; */
    display: block;
    line-height: 13px;
    padding: 5px 0px 0px;
    /* margin-top: 10px; */
}
.custom-box-dashbored-category li span p, .tracking-order-category li span p{
    text-align: left;
    width: 95%;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

/* Add some hover effects to buttons */
/* .form-container .btn:hover,
.open-button:hover {
    opacity: 1;
} */
.custom-chat-popup-icon-footer .custom-message-box-thread textarea {
box-sizing: initial;
color: var(--text-color-light);
font-family: var(--font_family_primary);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 20px;
max-height: 70px;
padding: 8px 8px 8px 8px;
resize: none;
transition: var(--transition-linear);
width: 95%;
margin:0px auto 5px;
overflow-x: hidden;
border: none;
background: #F8F8F8;
border-radius: 6px;
}

.disable-scroll{
    position: fixed;
    overflow-y: scroll;
    width:100%;
}

.chat-popup .preview-div{
    max-width: 110px !important;
    height: 110px !important;
    background: #EAEAEA;
    border-radius: 10px;
    position: relative;
}
.chat-popup .previews.custom-chat-message-previews .preview-div {
    max-width: 70px !important;
    height: 70px !important;
    background: #EAEAEA;
    border-radius: 10px;
    position: relative;
}
.chat-popup .guest-chat-popup-send-details .previews.custom-chat-message-previews .preview-div{
    margin: 0px 10px;
}

.chat-popup .preview-div a{
    /* position:absolute; */
    width: 30px;
    height: 30px;
    /* background: var(--blue-ribbon); */
    color:#ffffff;
    font-size:12px;
    top: -5px;
    right:-10px; 
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;

    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    line-height: 1.5;
    color: red;
    border-radius: 50%;
    margin: 0 2px;
    padding: 6px;
    height: 35px;
    width: 35px;
    font-size: 14px;

}

.previews.custom-chat-message-previews .preview-div a {
    position: absolute;
    width: 30px;
    height: 30px;
    background: red;
    color: #ffffff !important;
    font-size: 12px;
    top: -5px !important;
    right: -10px !important;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    line-height: 1.5;
    color: aliceblue;
    border-radius: 50%;
    margin: 0 2px;
    padding: 2px;
    height: 25px !important;
    width: 25px !important;
    font-size: 14px;
}

.chat-popup .preview-div img {
    
display: block;
margin-left: auto;
margin-right: auto;
object-fit: cover;
position: relative;
top: -7px;
left: 30px;
width: 70px !important;
height: 60px !important;
padding: 10px;
border-radius: 16px;
background-color: white;
/* opacity: 0.8; */
max-width: unset;
}

.chat-popup .previews.custom-chat-message-previews .preview-div img {
    width: 70px;
    height: 70px;
    position: unset;
    opacity: unset;
    padding: 10px;
    background-color: #EAEAEA;
    object-fit: cover;
    
}
.chat-popup .previews.custom-chat-message-previews .preview-div .fa.fa-file {
    align-items: center;
    font-size: 25px;
    width: 70px;
    font-size: 45px;
    height: 70px;
    display: flex;
    justify-content: center;
    background-color: #EAEAEA;
    border-radius: 10px;
}

.chat-popup .preview-div #samplePhoto1{
font-size:55px;
margin:3px auto;
width: 110px;
height: 110px;
display: flex;
justify-content: center;
}

.chat-popup .previews.custom-chat-message-previews .preview-div #samplePhoto1 {
    font-size: 45px;
    width: 70px;
    height: 70px;
    align-items: center;
}
.custom-pic-box-login-first{
margin: 30px auto 0px;
}
.custom-pic-box-login-first img{
max-width:100%;
width: 100%;
display: block;
margin: auto;
}
.custom-login-first-contain p{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 24px;
text-align: center;
color: #2B2B2B;
margin-bottom: 20px;
margin: 10px auto 20px 14px;
display: block;
}
.custom-button-chat-open {
margin-left: 15px;
}

.custom-button-chat-open .login-first{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
text-align: center;
color: #FFFFFF;
background: var(--blue-ribbon);
border-radius: 8px;
border: none;
padding: 12px 30px;
display: block;
margin: 30px auto 0px;
}
.custom-button-chat-open .login-first:focus{
outline:none;
}
.custom-button-chat-open .login-first:focus-visible{
outline:none;
}
form [class*=col-], .modal-dialog [class*=col-] {
padding-left: 5px;
padding-right: 5px;
}
#messageBox {
min-height: 20px !important;
overflow-x: hidden !important;
}
.row.custom-chat-popup-icon-footer{
position: absolute;
bottom: 0;
background-color: #ffffff;
width: 100%;
/* padding-top: 15px; */
}

.preview-thread-div {
/* position: absolute; */
/* background-color: #ffffff; */
width: 100%;
/* bottom: 71px; */
/* padding-top: 8px; */
}

.previews {
    display: grid;
    grid-template-columns: repeat(3,auto);
}

@media(min-width:1400px){
.custom-chat-popup-contain-detils{
    max-height: 46vh;
    height: auto;
}
.custom-chat-popup-icon-footer .custom-message-box-thread textarea{
    font-size:14px;
    line-height:150%;

}
}




.custom-message-box textarea{
    /* border: 0; */
    /* border-bottom: 1px solid #90a4ae; */
    box-sizing: initial;
    color: var(--text-color-light);
    font-family: var(--font_family_primary);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-height: 70px;
    padding: 16px 16px 16px 0;
    resize: none;
    transition: var(--transition-linear);
    width: 90%;
    overflow-x: hidden;
}
.custom-message-box-thread textarea{
    width: 100%;
    box-sizing: initial;
    color: var(--text-color-light);
    font-family: var(--font_family_primary);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-height: 70px;
    padding: 16px 16px 16px 0;
    resize: none;
    transition: var(--transition-linear);
    width: 95%;
    overflow-x: hidden;
}

#new_message {
    min-height: 20px;
    overflow-x: hidden !important;
    border: none !important;
    border-radius: 6px;
    background-color: #F8F8F8 !important;
    width: 90%;
    margin: 0 !important;
}

#messageBox {
    min-height: 20px !important;
    overflow-x: hidden !important;
    height: 50px;
    margin-bottom: 15px;
}

.custom-chat-contactus{
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    /* box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%); */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    
}
.custom-chat-contactus ul li.list-group-item{
    border-radius: 0px;
}

/* .custom-admin-contactus{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
} */

.message-sender-name {
    /* position: absolute;  */
    /* top: -21px;  */
    /* right: 8px */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-weight: 500;
    margin-bottom: 5px;
}

.new-date-text {
    word-wrap: break-word;
}

form .row,
.modal-dialog .row {
    margin-left: -5px;
    margin-right: -5px
}

form [class*=col-],
.modal-dialog [class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}


.modalmain .modal-dialog {
    max-width: 550px
}

.modalmain .table {
    margin-bottom: 0
}

.signmodal .modal-dialog {
    max-width: 965px
}


@media (min-width: 992px){
    .modal-lg, .modal-xl {
        max-width: 830px;
    }
}


.modal-dialog .form-control {
    height: 38px
}

.modal-dialog .form-group {
    margin-bottom: 10px;
}

.modal-dialog .form-group .select2-container--default .select2-selection--multiple {
    min-height: 38px;
}

.modal-dialog textarea {
    min-height: 80px;
    overflow-y: auto;
}

.dropzone {
    border: 1.5px dashed var(--primary-account) !important;
    margin-bottom: 35px;
}



.dropzone {
    border: 1.5px dashed var(--primary-account) !important;
    margin-bottom: 35px;
}

.dropzone .dz-message {
    margin: 10px 0 0 !important
}

#dropzone_modal .dropzone {
    min-height: 200px;
}

#dropzone_modal .modal-body {
    padding: 30px 15px;
}

#dropzone_modal .dropzone {
    min-height: 200px;
}

#dropzone_modal .modal-body {
    padding: 30px 15px;
}



.clinic-reviews-list-container ul{
    padding: 0px 10px 0px 0px;
}
.custom-reviw-commant-side .clinic-reviews-list-container .clinic-review-item-container{
    background: #F5F5F5;
    border-radius: 6px;
    margin-bottom: 10px;
    border: none;
}
.custom-reviw-commant-side .clinic-review-item-container .last_msg_sender_name{
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 700;
}
.custom-reviw-commant-side .clinic-review-item-container .address{
    font-size: 12px;
    line-height: 18px;
    color: #212121;
    font-weight: 700;
    /* word-break: break-all !important; */
}
.custom-reviw-commant-side .clinic-review-item-container p{
    font-size: 12px;
    line-height: 18px;
    color: #212121;
    font-weight: 400;
    word-break: break-word !important;
    padding-left: 5px;
}
.custom-reviw-commant-side .clinic-review-item-container span{
    font-size: 12px;
    line-height: 16px;
    color: #212121;
    font-weight: 400;
}

.dropzplaceholderimg {
    margin: 25px auto 0;
    max-width: 75px;
    contain: content;
}

.dropzplaceholderimg img {
    max-width: 75px;
}


.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none; 
    color: #959094 !important;
}

.dz-default.dz-message {
    color:   #959094 !important;
}
.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline; }

.previews{
        display: grid;
        grid-template-columns: repeat(3,auto);
    }

.text-black{
    color: #000000;
}


@media(min-width:1400px){
.form-container{
    max-width:365px;
}

}


@media(min-width:1920px){
.custom-chat-popup-contain-detils{
    height: 48vh !important;
    /* height: fit-content !important;
    max-height: 48vh !important; */
}
.form-container{
    max-width: 380px;
}

}
@media (max-width: 1280px){
.custom-chat-popup-contain-detils{
    height: 44vh;
}
}
@media(max-width:1024px){
.custom-chat-popup-contain-detils{
    height: 51vh;
}
}
@media(max-width:991px){
.custom-chat-popup-contain-detils{
    height: 26vh;
}
}
@media(max-width:820px){
.custom-chat-popup-contain-detils{
    height: 30vh;
}
}
@media(max-width:768px){
.custom-chat-popup-contain-detils{
    height: 36vh;
}

}
@media(max-width:767px){
.custom-chat-popup-contain-detils{
    height: 42vh;
}
.chat-message-main{
    height: 43vh;
}
}

.img-container{
background-color:#E8EEFE;
margin-right:10px;
padding:0 15px;
border-top-left-radius:10px;
border-bottom-left-radius:10px;
width: 20%;
}

.padding-bottom-fix{
    /* padding-bottom: 60px !important; */
}


/* Date 20-06-2023 */

/* .chat-popup.guest-chat-popup{
    height: 70vh;
    max-height: 70vh;
} */

.guest-chat-popup .custom-threads-popup-contain-detils{
    max-height: 1vh;
    height: 1vh;
}

.guest-chat-popup.guest-chat-popup-send-details .custom-threads-popup-contain-detils{
    max-height: 44vh;
    height: 44vh;
}

.guest-chat-popup .custom-chat-popup-contain-detils{
    height: 46vh;
    overflow-y: auto;
}


.guest-chat-popup-send-details .custom-threads-popup-contain-detils{
    /* max-height: 44vh; */
    height: 44vh;
    overflow-y: auto;
}
.guest-chat-popup-send-details .custom-chat-popup-contain-detils{
    height: 44vh;
    overflow-y: scroll;
}
.guest-chat-popup-send-details .chat-message-main{
    height: 35.4vh !important;
    
}
.chat-popup .btnroundicon{
    width: 32px;
    height: 32px;
    font-size: 13px;
}
.custom-threads-popup-contain-detils ul.list-group{
    width: 100%;
    position: relative;
}
.custom-threads-popup-contain-detils ul.list-group li div.text-muted.text-center{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    height: 34vh;
    padding-top: 30px;
}
.chat-popup .custom-chat-wight-feedback-btn{
    text-align: end;
    /* justify-content: space-evenly */
    margin-top: 10px;
}

.chat-popup .custom-chat-wight-feedback-btn button#re-open {
    white-space: nowrap;
    font-size: 14px;
    padding: 10px 14px;
    min-width: unset;
    margin-left: 20px;
}
.chat-popup .custom-chat-wight-feedback-btn button#submit-feedback{
    white-space: nowrap;
    font-size: 14px;
    padding: 10px 14px;
    min-width: unset;
    margin-left: 15px;
}

.custom-chat-wight-box.custom-message-box textarea{
    width: 83%;
}
.custom-wight-send-item button{
    /* margin-top: 8px; */
}


.chat-popup .last_msg_sender_name{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #000;
}

/* .btnredsm {
    color: #fff !important;
    border-radius: 20px;
    line-height: 100%;
    background: var(--blue-ribbon);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 40px;
    font-family: var(--primary-font);
    min-width: 177px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
} */

/* .btnredsm i {
    margin-left: 5px
} */

.btniconAlign .btnroundicon,
#clinic_event_modal .btnroundicon,
#share_link_modal .btnroundicon {
    padding: 10px 6px;
}

.dropdown-content .custom-flex .btnroundicon{
    width: 25px;
    height: 25px;
    font-size: 12px;
    padding: 6px;
    margin: 0px 0px 4px 0px;
}

.btnroundicon {
    /* background: var(--primary-account); */
    /* border: 1px solid var(--primary-account); */
    /* background-color: var(--blue-ribbon) !important;
    border: 1px solid var(--blue-ribbon) !important;
    color: #fff !important;
    border-radius: 50% !important;
    margin: 0 2px !important;
    padding: 6px !important;
    height: 35px !important;
    width: 35px !important;
    font-size: 14px !important; */
}

.btnroundicon2 {
    width: 25px !important;
    height: 25px !important;
    font-size: 12px !important;
    padding: 3px !important;
}

.btnroundicon i {
    vertical-align: middle;
}

.btnroundicon:hover {
    background: var(--primary-bgcolor1);
    color: #fff;
    border-color: var(--primary-bgcolor1);
}

.hidden-element{
    display: none !important;
}

.support-common-message{
    text-align: center  !important;
}

.chat-img-preview {
    border: 2px solid white;
    border-radius: 10% !important;
}


.gray-box {
    padding: 37px 20px;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
    margin: 10px 0;
    border-radius: 10px;
    background: #F8F8F8;

}

.gray-box i {
    font-size: 48px; /* Icon size */
}

.gray-box img{
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
}

.chat-selection-window .back-button img{
    width: 30px;
    height: 34px;
}

.chat-selection-window .extend-button img{
    width: 20px;
    height: 20px;
}

.chat-selection .gray-box{
    cursor: pointer;
}


/* .chat-option{
    min-height: 250px;
} */

.chat-option ul{
    width: 100%;
}

.chat-option.create-chat{
    min-height: 90px;

}
.fs-8 {
    font-size: 8px !important;
}

.fs-9 {
    font-size: 9px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

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

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}


.trimmed-text{
    white-space: nowrap;     /* Prevent text from wrapping */
    overflow: hidden;        /* Hide overflowing content */
    text-overflow: ellipsis; /* Add ellipsis (...) when text overflows */
    max-width: 140px;        /* Adjust max-width as needed to fit 20 characters */
}


.my-order-list{
    font-family: Inter;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;

}

.chat-option li{
    cursor: pointer;
}

.chat-bubble {
    background: #E0E2FF;
    color: #000;
    padding: 15px 15px;
    display: inline-block;
    margin: 10px;
    max-width: 70%;
    border-radius: 0 45px 45px 45px !important;
}

.chat-bubble-message {
    margin: 0; /* Remove default margin for paragraph */
}

.chat-bubble a{
    color: var(--blue-ribbon);
    text-decoration: underline;

}

.chat-header-btn.btn-outline-primary{
    background: white !important;
    color: var(--blue-ribbon) !important;
    border: 2px solid var(--blue-ribbon) !important;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
}
.back-selection.back-button{
    background: white !important;
    color: var(--blue-ribbon) !important;
    border: none !important;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;

}


.expand-btn{
    width: 16px;
    height: 16px;
}


.no-tickets {
    width: auto !important;
    height: 200px !important;
    margin: auto !important;
}
.order-date-div{
    display:flex;
    justify-content: space-evenly !important;
    align-items: center;
}
.order-tag, .date-tag{
    font-size: 8px;
    color: #696969;
    margin-bottom: 5px;
}
.order-tag span, .date-tag span{
    color: #000;
}
.order-item-card{
    padding: 10px;
    border-radius: 6px;
    background: #F9F9F9;
    margin-bottom: 10px;
}
.order-product{
    color: #454545;
    font-family: Inter;
    font-size: 10px;
    margin-bottom: 5px;
}
.order-product-price{
    color: #000;
    font-family: Inter;
    font-size: 10px;
    margin-bottom: 5px;
}
.tracking-buttons .btn-yes, .tracking-buttons .btn-no{
    margin: 10px 10px 0 0;
}
a.profile-all-thread-list {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    display: flex;
    border-radius: 6px;
    background-color: #F6F7F8 !important;
    margin: 5px 15px;
    border: none;
}
p.last-message {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
p.last-message-time {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
}
.bubble-new-chat{
    /* background: #E0E2FF; */
    color: #000;
    border-radius: 0 45px 45px 45px;
    padding: 15px 25px !important;
    display: inline-block;
    margin: 0 10px;
    max-width: 70% !important;
    width: auto;
}
.text-read img {
        width: 20px;
}
.messagelist-right p.new-date-text.date-text {
    display: inline-block;
}
.text-right.text-white.text-read {
    display: inline-block;
    float: right;
}
.messagelist-left .bubble-new-chat{
    border-radius: 0 45px 45px 45px;
    background-color: #E0E2FF !important;
    float: left;
   
}
.messagelist-right .bubble-new-chat{
    border-radius: 45px 0 45px 45px;
    background-color: #EEE !important;
    float: right;
}
.messagelist-right .chatcontent{
    align-items: flex-end;
}
.messagelist-left .chatcontent{
    align-items: flex-start;
}
@media (max-width:991px){
    .bubble-new-chat{
        width: 100%;
    }
    .chat-main-width {
        width: 100%;
    }
    .chat-popup{.full-width-ticket#createTicket {
        width: 100% !important;
    }
        margin: 0 5px;
        right: 0 !important;
        width: 96%;

    }
    .chatsend{
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
}



#showTickets {
    width: 82% !important;
}
#createTicket{
    width: 100% !important;
}
#trackMyOrder .trackorder-location{
    background-color: #F8F8F8 !important;
}

.chatcontent .chat-bubble-tracking {
    margin: 0; /* Remove default margin for paragraph */
    border-radius: 0 45px 45px 45px !important;
}

#showTickets .showtic-back-arrow{
    font-weight: bolder !important;
}
/* div.col-auto.trimmed-order-product{
    padding: 0px 0px 0p 20px !important;
} */
.trimmed-order-product{
    padding: 0px 0px 0px 15px!important;
}


/* popup modal style edit 3-10-2023 start */
 
.full-width-ticket#createTicket {
    width: 100% !important;
}
/* .create_ticket_window{
    padding-bottom: 100px !important;
} */
.custom-chat-popup-contain-detils{
    max-height: 51vh;
    height: 51vh
}
/* popup modal style edit 3-10-2023 start */


.chat-zone{
    contain: content !important;
    max-height: 46vh !important
}

.message-box-shown{
    padding-bottom: 6rem !important;
}

/* tractment changes */
#treatment-list-container-details {
    width: 100%;
}

.cus-preview-grid{
    grid-template-columns: 1fr 1fr 1fr;
}