#tele-chatbox-unique {
    position: fixed;
    left: 50%;
    bottom: 30px;
    width: 90%;
    max-width: 400px;
    height: max-content;
    background-color: whitesmoke;
    transform: translate(-150vw, 0%);
    outline: 1px solid #264591;
    display: flex;
    flex-direction: column;
    z-index: 9999999;
    isolation: isolate;
    border-radius: 15px;
    box-shadow: 0 0 100vw 200vw hsla(0, 0%, 0%, 0);
    transition: .75s;
    overflow: hidden;

}

#tele-chatbox-unique * {
    margin: 0;
    box-sizing: border-box;
    color: black;
}

#tele-chatbox-unique.active {
    box-shadow: 0 0 100vw 100vw hsla(0, 0%, 0%, 0.3);
    transform: translate(-50%, 0%);
}

#tele-chatbox-unique .tele-chatbox-header {
    width: 100%;
    background-color: hsl(0, 0%, 100%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.5rem 0.5rem;
}

#tele-chatbox-unique .tele-chatbox-header img {
    height: 120%;
}

#tele-chatbox-unique .tele-chatbox-header #tele-close {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: rgb(223, 42, 23) !important;
    font-size: 2.5rem;
}

#tele-chatbox-unique .tele-chatbox-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
    gap: 1rem;
}

#tele-chatbox-unique .tele-chatbox-body .tele-h {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1rem;
}

#tele-chatbox-unique .tele-chatbox-body p {
    text-align: center;
    font-size: 1rem;

}

#tele-chatbox-unique .tele-chatbox-body textarea,
#tele-chatbox-unique .tele-chatbox-body input {
    box-shadow: 0 0 2px #264591;
    padding: 0.5rem;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
}

#tele-chatbox-unique .tele-chatbox-body .captcha-reload {
    display: flex;
    align-items: center;
    justify-content: center;
}

#tele-chatbox-unique #sendBtn {
    background-color: #264591;
    border: none;
    outline: none;
    padding: 0.75rem 0.5rem;
    color: white !important;
    font-size: 1rem;
    border-radius: 100vw;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

#tele-chatbox-unique #sendBtn span {
    color: white !important;

}

#tele-chatbox-unique #sendBtn.active {
    pointer-events: none;
    background-color: hsl(20, 1%, 41%);
}

#tele-chatbox-unique #sendBtn.active span {
    display: none;
}

#tele-chatbox-unique #sendBtn.active::after {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    background-color: white;
    height: 100%;
    mask-image: url(https://api.iconify.design/svg-spinners:3-dots-fade.svg);
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
}


#tele-chatbox-unique [onclick="createCaptcha()"] {
    cursor: pointer;
}



/* country select start */
#country-select {
    position: relative;
}

#country-select .val {
    cursor: pointer;
    width: max-content;
    display: flex;
    gap: 0.5rem;
}

#country-select .val::before {
    content: none;
    width: 100%;
    height: 100%;
    background-color: hsl(0, 100%, 99%);
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0ibTEyIDEzLjRsLTIuOTE3IDIuOTI1cS0uMjc2LjI3NS0uNzA0LjI3NXQtLjcwNC0uMjc1cS0uMjc1LS4yNzUtLjI3NS0uN3QuMjc1LS43TDEwLjYgMTJMNy42NzUgOS4xMDhRNy40IDguODMyIDcuNCA4LjQwNHEwLS40MjcuMjc1LS43MDRxLjI3NS0uMjc1LjctLjI3NXQuNy4yNzVMMTIgMTAuNjI1TDE0Ljg5MiA3LjdxLjI3Ni0uMjc1LjcwNC0uMjc1cS40MjcgMCAuNzA0LjI3NXEuMy4zLjMuNzEydC0uMy42ODhMMTMuMzc1IDEybDIuOTI1IDIuOTE3cS4yNzUuMjc2LjI3NS43MDR0LS4yNzUuNzA0cS0uMy4zLS43MTIuM3QtLjY4OC0uM3oiLz48L3N2Zz4=);
    background-size: auto 150%;
    background-repeat: no-repeat;
    background-position: center;
}

#country-select .val.active::before {
    content: '';
}

#country-select .val img {
    width: 1.5rem;
    object-fit: contain;
    object-position: center;
    flex-shrink: 0;
}

#country-select .dropdown .items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}

#country-select .dropdown .items img {
    width: 1.5rem;
    object-fit: contain;
    object-position: center;
}

#country-select .dropdown {
    position: absolute;
    left: 0;
    bottom: calc(100% + 1rem);
    width: max-content;
    max-width: 300px;
    max-height: 300px;
    background-color: white;
    color: black;
    border-radius: 0.3rem;
    box-shadow: 0 0 20px hsl(0, 0%, 0%, 0.5);
    display: none;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 3rem;
}

#country-select .dropdown.active {
    display: grid;
}

#country-select .dropdown .items::-webkit-scrollbar {
    width: 0px;
    background-color: hsl(0, 0%, 80%);
}

#country-select .dropdown .items::-webkit-scrollbar-thumb {
    background-color: black;
}

#country-select .dropdown .items div.hidden {
    display: none;
}

#country-select .dropdown .items div {
    padding-block: 0.5rem;
    padding-inline: 1rem;
    display: flex;
    gap: 1rem;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
}

#country-select .dropdown .items div:hover {
    background-color: hsl(0, 0%, 95%);
}

/* country select end */