body {
    font-family: "Open-Sans",sans-serif;
}

* {
    box-sizing: border-box;
}

.openChatBtn1 {
    display: none;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 28px;
    width: 100px;
    font-family: inherit;
    z-index: 9999;   
    padding: 15px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 2px 2px 2px #333;
}

.openChatBtn {
    background-color: #005596;
    color: white;
    padding: 16px;
    height: 60px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    position: fixed;
    bottom: 70px;
    right: 28px;
    width: 190px;
    border-radius: 4px;
    font-family: inherit;
    z-index: 9999;
}

/*  Fraheem-Start Here */ 

.privacy-menu-chat {
    position: absolute;
    background: #fff;
    min-width: 260px;
    z-index: 1;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.privacy-menu-chat .privacy-item {
    display: block;
    padding: 16px 20px;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}
.menu-item-text {
position: relative;
    right: -10px;
    bottom: 3px;
    text-decoration: none !important;
}
    
/* Fraheem Code here */


    .openChatBtn:focus {
        outline: 5px solid #ffcc00 !important;
    }
    .form-text:focus {
         outline: 5px solid #ffcc00 !important;
    }
    
    .form-select:focus {
         outline: 5px solid #ffcc00 !important;
    }

    .exit-chat:focus {
       outline: 5px solid #ffcc00 !important;
    }

    .close-chat:focus {
       outline: 5px solid #ffcc00 !important;
    }


.dots:focus {
    outline: unset !important;
}

.dots{
    cursor:pointer;
}

.dots svg:focus {
    outline: unset !important;
}

.openChat {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    border-radius: 8px;
    z-index: 9;
    width: 450px;
    z-index: 9999;
}


.chatbox-header {
    background: #005596;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.wrapper-btn {
 display:flex;
 justify-content:center;
}
}

@media (max-width:767px) {
    .chatbox-header {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }
}

.chatbox-header .header-title {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 15px;
}

@media (max-width: 767px){

    .openChat{

        height: 94vh;

    }
    
     .privacy-menu-chat{
        min-width: 175px;
    }

}


.chatbox-header .header-img {
    text-align: center;
}

    .chatbox-header .header-img img {
        width: 70px;
        height: 80px;
        padding: 5px 5px 16px 5px;
    }

.chatbox-header p {
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

@media (min-width:767px) {
    .chatbox-header p {
        margin-left: 50px;
    }
}


.chat-content {
    position: relative;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 8px 24px;
    max-height: 400px;
    overflow-y: scroll;
}

@media (max-width:767px) {
    .chat-content {
        max-height: 95vh;
        height: 94vh;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media (min-width:1360px) {
    .chat-content {
        max-height: 550px;
    }
}

.chat-content .inner-content {
    max-width: 100%;
}

@media (min-width:1200px) {
    .chat-content .inner-content {
        min-height: 80vh;
    }
}
    .chat-content .inner-content p {
        max-width: 100%;
        word-break: break-word;
        color: #2f3742;
        line-height: 1.5;
        font-size: 16px;
    }

.chat-content form {
    max-width: 100%;
}

.chat-content .inner-content .form-input-group {
    margin-bottom: 16px;
}

.chat-content form label {
    font-size: 14px;
    margin-bottom: 8px;
}

.chat-content form textarea:focus {
    background-color: rgb(219, 255, 252);
    outline: none;
}

.chat-content form .form-input-group label {
    display: block;
    font-size: 15px;
    color: #2f3742;
    font-weight: normal;
}

.chat-content form .form-input-group input.form-text {
    width: 100%;
    height: 40px;
    border: 2px #b7d2e6 solid;
    padding: 4px 6px;
    height: 50px !important;
    font-style: normal;
}

.chat-content form .form-input-group select.form-select {
    width: 100%;
    height: 50px;
    border: 2px #b7d2e6 solid;
    margin: 8px 0px;
    padding: 4px 6px;
}

.chat-content div.like-btn {
    margin-bottom: 20px;
    float: right;
}

.do-like {
    background-color: #015b99;
    color: #fff;
    padding: 1px 6px;
    border: none;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    border-radius: 3px;
    margin: 0px 0px 10px;
    font-family: "Open-Sans",sans-serif;
    height: 40px !important;
    width: 120px;
    font-style: normal;
}

.chat-content form .btn:hover, .openChatBtn:hover {
    opacity: 1;
}

.close-chat {
    cursor: pointer;
}

.form-input-group span {
    font-size: 14px;
}



input {
    float: unset !important;
    height: auto !important;
}

.error {
    color: red;
}
 

@media (max-width: 767px) {
    .openChat {
        width: 100%;
        right: 0 !important;
        bottom: 20px;
        top:0;
    }
}

#chat-iframe { 
    height: 525px;
    width: 400px;
    max-width: 100%;
}
@media (max-width: 767px){
  #chat-iframe {
     height: 80vh;
  }
}
.exit-chat {
    padding: 6px 4px 3px;
    margin-left: 10px;
    cursor: pointer;
}

#confirm_exit_overlay {
    opacity: .3;
    background: #000;
    z-index: 1100;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
}

.panel {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 40%;
    width: 22em;
    margin-top: -8em;
    margin-left: -8.5em;
    padding: 10px 0.5em;
    border-top: 1px solid #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.32);
    border-radius: 4px;
    color: #666;
    text-align: left;
    z-index: 1101;
    display: none;
}

.exit-alert {
    padding: 20px;
}

    .exit-alert p {
        margin-bottom: 20px;
    }


#confirm_exit_confirm {
   margin-right: 6px;
    background-color:#81cb51;
    border-radius: 8px;
    border-color: #fff;
    color: #fff;
    width: 150px;
    height: 48px;
    border-color: unset;
}

#confirm_exit_cancel {
margin-right: 6px;
background-color: #d52323;
border-radius: 8px;
/* border-color: #fff; */
color: #fff;
width: 150px;
height: 48px;
border-color: unset;
}
.close-chart {
text-align: center;
color: #87c2f5;
font-size: 20px;
font-weight: 500;
margin-bottom: 10px !important;
}

button:focus, input:focus, select:focus, textarea:focus {
   outline: 5px solid #ffcc00 !important;
}