@charset "UTF-8";

:root {
    --primary: #037daa;
    --white: #fff;
    --red: #ff0019;
    --border: #d9d9d9;
    --black: #000;
    --yellow: #fed136;
    --green: #28cc26;
    --purple: #8d85b9;
    --blue: #007bff;
    --indigo: #6610f2;
    --pink: #e83e8c;
    --orange: #fd7e14;
    --brown: #cc6b26;
    --teal: #20c997;
    --cyan: #17a2b8;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #fed136;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}
/* -----------Flag Screen End---------- */
div .firstmessage{
    display: none;
}

@media only screen and (max-width: 767.9px) {
    #myDIV, .form-container, .flag, .chat-popup, .containerform{
        width: 100% !important;
        padding: 10px;
        height: 100% !important;
    }
    .endbutton{
           width: auto;
    }
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: 'Roboto', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Roboto', sans-serif;
}

* {
    box-sizing: border-box;
}




/* -------------------Common Header */
.headstyle {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 20px;
    color: var(--black);
    /* background-color: var(--primary); */
    background: #e87471;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}

.logo {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
}

.close-chat {
    width: 35px;
}

.close-chat img {
    width: 100%;
}

/* -------------------Common Header End*/

/* ---------------Register form screen */
.containerform {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    height: calc(100% - 60px);
    overflow: auto;
}

.containerform p {
    font-size: 16px;
    color: var(--gray-dark);
    text-align: center;
    margin: 20px 0;
}
.frm-cntrl{
    display: flex;
    width: 100%;
    height: calc(100% - 20px);
    flex-direction: column;
    justify-content: space-around;
}
.form-control {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.form-control .error-form {
    color: var(--red);
    font-size: small;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -20px;
}

.select-cntry {
    display: flex;
    justify-content: start;
    /* align-items: center; */
    gap: 10px;
}

.select-cntry .iti {
    width: 100px;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 9px 0px;
}

.iti--allow-dropdown input {
    width: 100px;
    border: none;
    background: transparent;
    padding-right: 0;
}

.iti--allow-dropdown input:focus {
    border: transparent;
}

:focus-visible {
    border: transparent;
    outline: none;
}

.iti__country-list {
    width: 340px;
}

.iti__country {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

input[type="text"],
select,
textarea {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
    border-top: none;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    resize: vertical;
}

input[type="text"],
select,
textarea :focus {
    outline: none !important;
    background: var(--white);
}

.form-control label {
    margin-bottom: 0px;
    display: none;
}

.submitbutton {
    text-align: center;
    background: #2DAFD7;
    color: var(--black);
    /* border: none; */
    position: relative;
    padding: 10px 40px;
    border-radius: 5px;
    cursor: pointer;
    /* border: 0.6px solid; */
}

.sc-fAjcbJ,
.chat-b {
    background: #fff;
}
/* ==============UI changes Start */
.ikbzRz{
    height: 100%;
    width: 100%;
    margin: 0;
}
.hqqSAu{
    height: 100%;
}
.eMnscU{
    background: rgba(222,237,237) !important;
}
.eMnscU::after{
    border-bottom: 9px solid rgb(222,237,237) !important;
}
.jLuGoR, .bMIrvK{
    background: #2DAFD7 !important;
}
.jLuGoR::after, .bMIrvK::after{
    border-bottom: 9px solid #2DAFD7;
}
/* ==============UI changes End */

/* ---------------Register form screen End*/

/* -----------------Error Message */
.errorMessage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: var(--black);
}

/* -----------------Error Message End*/
.numberss {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.numberss button {
    background-image: linear-gradient(to right, #a4d6ee,#78c3e6,#58b4df,#548ea8, #4487a7,#478fb1,#67bce4, #3185ac);
    background-attachment: fixed;
    width: 40px;
    text-align: center;
    color: var(--white);
    font-size: 14px;
    height: 40px;
    display: flex;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.numberss button:hover {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
}

.numbersss {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.numbersss button {
    background-image: linear-gradient(to right, #a4d6ee,#78c3e6,#58b4df,#548ea8, #4487a7,#2a7aa0,#4da0c7, #23586c);
    background-attachment: fixed;
    width: 40px;
    text-align: center;
    color: var(--white);
    font-size: 14px;
    height: 40px;
    display: flex;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    cursor: pointer; 
}

.numbersss button:hover {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2);
}


.textboxx {
    height: 110px;
    border-radius: 3px;
    border: 1px solid var(--border);
    outline: none;
    font-size: 14px;
}


.thankyouwrapper {
    height: calc(100% - 60px);
    width: auto;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin: 10px;
    padding: 10px;
    text-align: center;
    gap: 15px;
}

.thankyouwrapper h2 {
    font-size: 22px;
    color: var(--gray-dark);
    text-align: center;
    margin: 0;
    font-weight: 500;
}

.thankyouwrapper p {
    color: #656565;
    text-align: center;
    line-height: 26px;
    margin: 0;
}

.endchatbutton {
    background: #2DAFD7;
    color: var(--black);
    font-size: 14px;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    /* border: 0.6px solid; */
}

.info {
    font-size: 12px;
    color: #656565;
    display: flex;
    justify-content: space-between;
}

/* Add styles to the form container  Common*/
.form-container {
    flex-direction: column;
    display: flex;
    width: 370px;
    border-radius: 8px;
    padding: 0;
    height: 515px;
    background-color: var(--white);
    box-shadow:
        0 2.8px 2.2px rgba(0, 0, 0, 0.034),
        0 6.7px 5.3px rgba(0, 0, 0, 0.048),
        0 12.5px 10px rgba(0, 0, 0, 0.06),
        0 22.3px 17.9px rgba(0, 0, 0, 0.072),
        0 41.8px 33.4px rgba(0, 0, 0, 0.086),
        0 100px 80px rgba(0, 0, 0, 0.12);
}

/* Add styles to the form container  Common End*/


.form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}

.Thanks-Popup {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 0px;
}


.bivjpQ {
    min-height: 400px;
    height: 453px;
    margin: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}



.join-chat {
    height: calc(100% - 60px);
    display: flex;
    width: 100%;
    position: relative;
}

/* ---------------------------chat form screen */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 0px;
}

#myDIV {
    height: 515px;
    width: 370px;
    text-align: center;
    position: fixed;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    bottom: 0px;
    right: 0px;
    padding: 0;
    background: white;
}

.open-button:hover {
    opacity: 1;
}

.open-button {
    border: none;
    cursor: pointer;
    opacity: 1;
    position: fixed;
    display: flex;
    bottom: 0px;
    right: 0px;
}

.open-button:hover {
    opacity: 1;
}

input[type="submit"] {
    background-color: #46bbdf ;
    color: white;
    padding: 5px 13px;
    width: 100%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #2DAFD7 ;
}

button {
    border: none;
}

button:hover {
    border: none;
}

button:focus {
    border: none;
}




.cls-min {
    display: flex;
    align-content: center;
    gap: 5px;
    justify-content: center;
}

.min-icon {
    width: 35px;
    height: 20px;
}

.min-icon img {
    width: 30px;
    height: 28.35px;
}

.toggle {
    display: flex;
}

.toggle span {
    margin-right: 10px;
    color: var(--color-txt);
}


@keyframes to-top {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



/* -----------Flag Screen---------- */
.slct-flg{
    height: calc(100% - 60px);
}
.flag {
    position: fixed;
    bottom: 0px;
    right: 0px;
    height: 515px;
    width: 370px;
    padding: 0;
}

.select-flag {
    display: flex;
    padding: 30px;
    width: 100%;
    align-items: center;
    height: calc(80% - 20px);
}


.country-flag {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
}

.select-flag .country-flag button {
    width: 44px;
    padding: 0;
    border-radius: 100%;
    height: 44px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sendchat-button {
    position: absolute;
    right: 10px;
    bottom: 8px;
    z-index: 10;
    cursor: pointer;
}

.sendchat-button img {
    width: 30px;
    height: auto;
}

.chat-b {
    width: 100%;
}

.chat-b .hhTgQI {
    width: 100%;
    height: 100%;
    margin: 0;
}

.select-flag .country-flag img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.select-flag span {
    font-size: 14px;
    text-align: center;
}

#langselectinst {
    text-align: center;
}

p#notificationText1 {
    text-align: center;
}

.i-frame {
  pointer-events: none;
}

.i-frame:hover {
  pointer-events: auto;
}
.eyqfYs{
    background: #2DAFD7 !important;

}
.eyqfYs:after{
    border-bottom: 9px solid #2DAFD7 !important;
}
.iQzifD{
    background: rgba(222,237,237) !important;
}
.iQzifD:after{
    border-bottom: 9px solid rgba(222,237,237) !important;
}
.close-chat {
    width: 30px;
}
.emoji-mart{
    right: 0;
}
.bBNyQq .emoji-mart-title-label{
    font-size: 14px;
}
blockquote {
    padding: 0 0 0 0.625rem;
    margin: 0;
    font-size: 0.875rem;
    border-left: 1px solid #bbbbbb;
    margin-inline-start: 0;
    margin-inline-end: 0;
    margin-block-start: 0.5rem;
    margin-block-end: 0;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
}