html,body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

.select_question{
    text-align: center;
}
.support_text{
    text-align: center;   
}
.support_text{
    font-size: 18px;
}
.quesUl li {
    background-color: #f2f2f2;
    padding: 5px;
    font-size: 13px;
    /* border-bottom: 1px solid #000; */
    color: #000;
    transition: 0.3s;
}
.quesUl li:hover {
    background-color: #000;
    color: #fff;
}
.close.close_white span {
    color: #fff;
}
.chat_messages {
    min-height: 400px;
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
    margin-bottom: 15px;
}
.chat_messages::-webkit-scrollbar {
    width: 8px;
}
 .buttons_div button, .hello {
    font-size: 12px!important;
    padding: 2px 5px!important;
    margin: 2px!important;
}
.chat_second {
    text-align: right;
    background-color: rgb(242, 242, 242);
    padding: 10px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px;
}
.chat_messages::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.chat_messages::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}
#myDIV {
    width: 450px;
    position: fixed;
    right: 160px;
    bottom: 100px;
    background-color: #fff;
    border-radius: 20px;
    transition: 0.3s;
    box-shadow: 0px 0px 5px 0px #cccc;
    z-index: 99;
}
.chat_header {
    background-color: #c73a88;
    border-radius: 20px 20px 0px 0px;
    padding: 15px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
}
.chat_second {
    display: flex;
    /* background-color: #F0E8F4; */
    /* padding: 10px; */
    /* border-radius: 25px; */
    margin: 5px 0px;
    align-items: center;
    font-size: 12px;
    justify-content: flex-end;
}
.select_question {
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}
.chat_second img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-left: 10px;
}
.chat_second p {
    width: calc(100% - 60px);
    font-size: 13px;
    margin-bottom: 5px;
    text-align: right;
    color: #000;
}
.chat_first p {
    /*width: calc(100% - 60px);*/
    font-size: 13px;
    margin-bottom: 5px;
    color: #000;
}
.chat_first {
    display: flex;
    align-items: center;
    margin: 2px 0px;
    padding: 10px;
    border-radius: 25px;
}
.chat_first img {
    width: 60px;
    height: 60px;
    border-radius: 25px;
    margin-right: 10px;
}
.typeinputOuter {
    position: relative;
}
.typeinputOuter a {
    position: absolute;
    right: 6px;
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    top: 6px;
    text-align: center;
    line-height: 30px;
}
.type_input {
    background-color: #E5E5E5;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 10px;
    color: #848080;
    font-size: 13px;
    padding-right: 50px;
}
.chat_header img {
    width: 120px;
}
.chat_dot {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #000;
    margin-left: auto;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    padding: 0px;
}
.chat_icon {
    border: none;
    background-color: #c73a88;
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    line-height: 90px;
}
.chat_icon i {
    color: #fff;
    font-size: 30px;
}


@media (max-width: 767px) {
    .chat_icon img {
        width: 70px;
    }
    .chat_icon {
        bottom: 40px;
    }
    .chat_icon {
        width: 50px;
        height: 50px;
        line-height: 60px;
    }
    .chat_first img, .chat_second img {
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }
    .chat_second p, .chat_first p {
        width: calc(100% - 60px);
        font-size: 15px;
    }
    .chat_header {
        padding: 15px;
    }
    .chat_messages {
        min-height: 200px;
        max-height: 200px;
        padding: 0px 5px;
    }
    .chat_body {
        padding: 15px;
    }
    #myDIV {
        width: 85%;
        right: 20px;
        bottom: 100px;
    }

    .chat_section{
        
    }
}



.outer{
    max-width: 1170;
    padding: 50px;
    justify-content: space-around;
    background-color: #fff;
    text-align: right;
    display: flex;
}

.pop-up1{
    background-color: #fff;
    width: 350px;
    height: 210px;
    border-radius: 5px;
    margin-top: 318px;
}   
.pop-up2{
  background-color: #fff;
  width: 350px;
  height: 285px;
  border-radius: 5px;
  margin-top: 242px;
}   
.pop-up3{
  background-color: #fff;
  width: 450px;
  height: 520px;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 52px;
  z-index: 1;
}   
.pop-up-main{
    padding: 22px 20px;
}

.chat-heading{
    flex: 0 0 auto;
    /* margin-left: 60px; */
    margin-bottom: 0px !important;
}
.chat-header{
    display: flex;
    justify-content: space-between;
    padding: 20px auto;
    align-items: center;
}
.cancel-chat{
    width: 20px;
    flex:0 0 20px;
    display: flex;
    flex-direction: row-reverse;
}
.chat-area-outer1{
    background-color: #fff;
    height: 0px;
    border-radius: 5px;
    border-top: #d9d9d9 1px solid;
}
.chat-area-outer2{
  background-color: #fff;
  height: 152px;
  border-radius: 5px;
  border-top: #d9d9d9 1px solid;
}
.chat-area-outer3{
  background-color: #fff;
  height: 450px;
  border-radius: 5px;
  overflow-y: scroll;
  border-top: #d9d9d9 1px solid;
}

.cancel-chat a{
  margin-left: 15px;
}

.cancel-chat a svg{
  color: #3b4350;
}

.chat-area {
    flex-grow: 1;
    
  }
  .chat-area-main {
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .chat-area-main1 {
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .chat-area-main2 {
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 10px 20px;
  }

  .chat-msg-img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .chat-msg-profile {
    flex-shrink: 0;
    margin-top: auto;
    position: relative;
  }
  
  .chat-msg-date {
    position: absolute;
    left: calc(100% + 12px);
    bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: #d9d9d9;
    white-space: nowrap;
  }
  
  .chat-msg {
    display: flex;
    padding: 0 10px 25px;
  }
  .chat-msg-content {
    margin-left: 12px;
    max-width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .chat-msg-text {
    background-color: #d9d9d9;
    padding: 10px;
    border-radius: 12px 12px 12px 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }
  .chat-msg-text + .chat-msg-text {
    margin-top: 10px;
  }
  
  .chat-msg-text {
    color: #403E42;
  }
  
  .owner {
    flex-direction: row-reverse;
  }
  .owner .chat-msg-content {
    margin-left: 0;
    margin-right: 12px;
    align-items: flex-end;
  }
  .owner .chat-msg-text {
    background-color: #3b4350;
    color: #fff;
    border-radius: 20px 20px 0 20px;
  }
  .owner .chat-msg-date {
    left: auto;
    right: calc(100% + 12px);
  }
  
  .chat-msg-text img {
    max-width: 300px;
    width: 100%;
  }
  
  .chat-area-footer {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #d9d9d9;
    width: 100%;
    padding: 10px 20px;
    align-items: center;
    background-color: #fff;
    position: sticky;
    bottom: 0;
    left: 0;
    justify-content: space-between;
  }
  
  .chat-area-footer svg {
    color: #efefef;
    width: 20px;
    flex-shrink: 0;
    cursor: pointer;
  }
  .chat-area-footer svg:hover {
    color: #efeffe;
  }
  .chat-area-footer svg + svg {
    margin-left: 12px;
  }
  
  .chat-area-footer input {
    border: none;
    color: #3b4350;
    background-color: #ffffff;
    padding: 12px;
    border-radius: 6px;
    font-size: 15px;
    /* margin: 0 12px; */
    width: 100%;
  }
  .chat-area-footer input:focus {
    border: 0 0 0 10px;
    
  }
  .chat-area-footer input::placeholder {
    color: #d9d9d9;
  }
  .svg-Options{
    margin: 0 12px;
    text-align: left;
  }
  .chat-area-footer-main {
    display: flex;
    flex-direction: column;
    flex: 0 0 90%;
  }
  .chat-send1 i{
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
  }
  .chat-send2 i{
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
  }
  .chat-send3 i{
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
  }
  .chat-send1{
    background-color: #3b4350;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    align-items: center;
    position: absolute;
    margin-top: 71px;
    margin-left: 320px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    
  }
  .chat-send2{
    background-color: #3b4350;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    align-items: center;
    position: absolute;
    margin-top: -10px;
    margin-left: 320px;
  }
  .chat-send3{
    background-color: #3b4350;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    align-items: center;
    position: absolute;
    margin-top: -73px;
    margin-left: 410px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1;
  }
  .start-chat-icon svg{
    margin-top: 15px;
  }
  .placeholder-text{
    font-size: 14px;
    text-align: left;
    padding: 10px 20px;
    margin-bottom: 0;
  }
  .category-select{
    color: #fff;
    background-color: #3b4350;
    padding: 10px;
  }
  .chat-msg-text-category{
    padding: 5px 0;
    border-radius: 20px 20px 20px 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }
  .category-btn{
    margin: 3px;
    background-color: #CA3D9B !important;
    border: none !important;
    font-size: 12px !important;
  }
  .typing-suggetion{
    position: absolute;
    padding: 10px;
    margin-top: -20px;
  }

  .divStyle{
    margin: 0 10px;
  }