.icon-open-chat-row {
    display: flex;
    position: fixed;
    column-gap: 500px;
    z-index: 99999;
}
.chat-wrapper{
    padding-left: 10px;
}

.chat-bottom-right{
    right: 20px;
    bottom: 15px;
}

.chat-bottom-left{
    left: 20px;
    bottom: 15px;
}

.chat-top-left{
    left: 20px;
    top: 15px;
}

.chat-top-right{
    right: 20px;
    top: 15px;
}
.direct-chat {
    background: #f3f3f3;
       z-index: 2147483647;
    border: 0px none;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding: 0px;
    height: auto;
    width: 350px !important;
    filter: drop-shadow(0px 5px 10px rgba(4, 2, 33, 0.15));
}
.direct-chat .header .header-block {
    display: flex;
   flex-direction: column;
}

.direct-chat .header .header-block span {
    font-size: 13px;
    font-weight: 500;
}
.direct-chat .contact-information-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #2E2E48;
    text-align: center;
    margin-bottom: 30px;
}
.direct-chat .direct-chat-messages {
    padding: 15px;
    height: 250px;
    overflow: auto;
}
.direct-chat #whois input{
    width: 100%;
    height: 45px;
    padding-left: 17px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #7EB4CF;
    margin-bottom: 20px;
    background: #ECF9FF;
    border-radius: 3px;
    border: none;
}

.direct-chat #whois input[type=submit],.direct-chat .live_chat #whois input[type=submit] {
    background: #f07d29;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
}

.direct-chat .live_chat {
    display: flex;
    padding-left: 15px;
    padding-bottom: 15px;
    margin: 0;
}
.direct-chat .direct-chat-msg img {
    width: 160px;
    margin-top: 10px;
}
.direct-chat .live_chat textarea{
    height: 45px;
    width: 270px;
    min-height: 40px;
    margin-left: 15px;
    border-radius: 5px;
    padding: 10px;
    border: none;
}
.direct-chat .direct-chat-msg.left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.direct-chat .direct-chat-msg.right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.direct-chat-timestamp {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 10px;
    line-height: 14px;
    color: #2E2E48;
    margin-left: 7px;
}
.direct-chat-name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #2E2E48;
}
.direct-chat .direct-chat-msg.right .direct-chat-text {
    background: #a1a9ad;
    color: #ffffff;
	    
}
.direct-chat .direct-chat-msg.left .direct-chat-text {
    background: #ffffff;
    color: black;
    white-space: pre-line;
    font-weight: 500;}
.direct-chat .direct-chat-msg {
    margin-bottom: 20px;
    margin-top: 20px;
}
.direct-chat .direct-chat-msg .direct-chat-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    width: 70%;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
overflow-wrap: anywhere;
}
.chat-wrap {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    display: flex;
    column-gap: 40px;
}
.direct-chat {
    display: none;
  
    border: 0;
    z-index: 99999;
    height: 425px;
    overflow-y: auto;
    border-radius: 10px;
}
.direct-chat .live_chat button:disabled svg{
    fill: gray;
}
.direct-chat .live_chat button:disabled svg,
.direct-chat .live_chat 
button[disabled] svg
{
fill:gray;
}
.direct-chat .live_chat button svg {
    display: block;
    fill: #f07d29;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-left: 10px;
}
.open-chat-block{
	    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 99999;
}
.open-chat-block .title{
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal;
    color: #515b7b;
}
.open-chat-button{
    width: 60px;
    height: 60px;
   
    background: #4a5f7c;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}
.open-chat-button i.icon {
    background: url(/Images/chat-icon.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}
.direct-chat .header #close-chat {
    cursor: pointer;
    background: url(/Images/img/close-menu.svg);
    width: 15px;
    height: 15px;
    background-size: cover;
}
.direct-chat .header .collapse {
    cursor: pointer;
    background: url(/Images/img/eva_close-fill.svg);
    width: 25px;
    height: 25px;
    background-size: cover;
	display:block;
}
.direct-chat .live_chat .form-footer-button{
    display: flex;
}
.direct-chat .live_chat  button{
    appearance: none;
    background: transparent;
    border: 0px;
    display: inline-block;
    padding: 0px;
    outline: none;
}

.direct-chat #whois{
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.direct-chat .header {
    padding: 20px;
    background: #515b7b;
    border-radius: 10px 10px 0 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

