*,*::after,*::before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --rgba-primary-1: rgb(113, 72, 226, 0.10);
    --rgba-primary-2: rgb(113, 72, 226, 0.2);
    --rgba-primary-3: rgb(113, 72, 226, 0.3);
    --rgba-primary-4: rgb(113, 72, 226, 0.4);
    --rgba-primary-5: rgb(113, 72, 226, 0.5);
    --rgba-primary-6: rgb(113, 72, 226, 0.6);
    --rgba-primary-7: rgb(113, 72, 226, 0.7);
    --rgba-primary-8: rgb(113, 72, 226, 0.8);
    --rgba-primary-9: rgb(113, 72, 226, 0.9);
    --primary-hover: #5b35c4;
    --primary-color: #7148E2;
    --primary-color2: #7148E2;
    --primary-color3: #FF5858;
    --primary-color4: #ec4242;
    --secondary-color: #FDDB8A;
    --secondary-color2: #CDD4ED;
    --secondary-color3: #8B93B1;
    --tertiary-color: #fff;
    --text-primary: #ffffff;
    --hover-color: #0D1216;
    --white-color: #0D1216;
    --black-color: #0D1216;
    --danger-color: #FF4D4D;
    --danger-color1: #FF4A4A;
    --primary-color5: #7148E2;
    --primary-color6: #7148E2;
    --primary-color7: #7148E2;
    --grey-color: #646464;
    --blue-gradient: #7148E2;
    --blue-gradient1: #7148E2;
    --theme-bg: #fff;
    --theme-bg2: #f2f2f2;
    --theme-color: #01010199;
    --theme-color2: rgba(1, 1, 1, 0.60);
    --theme-br: rgba(113, 72, 226, 0.20);
    --theme-br2: #7148E2;
    --theme-br3: rgba(1, 1, 1, 0.15);
}
.loader-bot {
    position: absolute;
    bottom: 130px;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
}
.modal,
.chat-user-card {
    text-align: left;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.typing-box {
    min-width: 200px;
    min-height: 44px;
    max-height: 350px;
    height: max-content;
    width: calc(100% + 0px);
    margin: 0px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid var(--theme-br3);
    opacity: 1;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.typing-box input {
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
    padding: 0 10px;
    width: 80%;
    color: var(--theme-color);
}
.typing-box button {
    background: transparent !important;
    border: none;
    padding: 0 20px;
    color: var(--theme-color);
}
.msg-container {
    margin-bottom: -5px;
    overflow-wrap: anywhere;
}
.msg-container i {
    font-size: 0.8rem;
    color: #cccccc;
    margin: 10px 20px 0 0;
    cursor: pointer;
}
.chat-area, .area-chat-popup {
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    gap: 10px;
    height: 50%;
    max-height: calc(100% - 345px) !important;
    margin-top: 10px;
}
.chat-area::-webkit-scrollbar, .area-chat-popup::-webkit-scrollbar {
    display: none;
}
.card-inner img {
    min-width: 100px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px !important;
}

.chatbox-chat {
    width: 100%;
}
.chatbox-chat .text {
    max-width: 70%;
    padding: 6px;
    display: block;
    color: #0D1216;
}
.chatbox-chat .text p{
    margin: 0;
    color: #000;
}
.chatbox-chat.reciver .text {
    border: 1px solid var(--theme-br3);
    border-radius: 10px 10px 10px 0px;
    background: rgb(180, 253, 131, 0.4);
}
.chatbox-chat.sender {
    display: flex;
    justify-content: end;
}
.chatbox-chat.sender .text {
    border-radius: 10px 10px 0px 10px;
    background: #B4FD83;
    color: var(--theme-color);
}
.btn.reset {
    padding: 10px 15px !important;
    color: var(--theme-color);
    border: 1px solid var(--theme-br3);
    background: transparent !important;
}
.ques-boxes {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin: 20px 0;
    flex-wrap: wrap;
    margin-top: 20px;
}
.ques-box {
    box-shadow: 0px 7px 30px -10px rgba(66, 98, 255, 0.1);
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-color);
    text-align: start;
    border-radius: 10px;
    transition: 0.4s;
    margin: 0px;
    padding: 7px;
    border: 1px solid rgba(0, 0, 0, .07);
    background: var(--rgba-primary-1);
    cursor: pointer;
}
.ques-box button {
    border: none;
    background: none;
}
.ques-box:active {
    background: none;
    border: none;
}
.copyPopup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    z-index: 1000;
    transition: opacity 0.5s;
    background: green;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1);
    pointer-events: none;
    transition: 0.5s;
}
.modal #le .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0
}
.modal-backdrop.show {
    opacity: .5
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}
.modal-title-1{
    text-align: center;
    font-size: 16px;
    width: 300px;
    position: relative;
    left: 6%;
    margin: 10px 0px;
}
.modal-title, .modal-title-2 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    text-align: center;
    font-size: 16px !important;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0.5rem 0.5rem 0.5rem;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}
.modal-footer>:not(:first-child) {
    margin-left: .25rem
}
.modal-footer>:not(:last-child) {
    margin-right: .25rem
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}
.chat-user-card {
    margin: auto;
    border-radius: 5px;
    padding: 20px 20px 1rem 20px;
}
.card-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: center;
}
p {
    font-size: 14px;
    color: var(--theme-color);
}
.title {
    margin-top: 15px;
    color: var(--white-color);
    margin-bottom: 5px;
    font-size: 20px;
}
.card-inner p {
    margin: 0 !important;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
}
.head2 {
    color: var(--white-color);
}
.btn {
    padding: 10px;
    border: 0;
    box-shadow: none;
    outline: none;
    border-radius: 5px;
    padding: 10px 15px !important;
    font-size: 14px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-color: transparent;
    border-radius: 5px !important;
    gap: 5px;
    font-weight: 500;
    color: var(--text-primary);
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
}
.chat-type-box {
    padding: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: auto;
    position: absolute;
    bottom: 15px;
    width: calc(90% + 10px);
    left: 50%;
    transform: translateX(-50%);
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: 0;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.leadForm {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.leadForm input {
    /* color: var(--theme-color); */
    /* background-color: var(--theme-bg2); */
}
.modal .modal-content {
    transform: translateY(-100px) scale(1);
    transition: 0.5s;
}
label {
    display: block;
    margin-bottom: 5px;
}
.modal-footer {
    justify-content: center;
}
.powered-by {
    display: flex;
    align-items: center;
    gap: 10px;
}
.close {
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 2rem;
}
.modal-header i {
    font-size: 20px;
    color: var(--theme-color);
}
.modal-header {
    padding: 10px 20px 0 20px;
    border: 0;
}
.modal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
}
.modal.show-modal {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: scale(1);
}
.modal.show-modal .modal-content {
    transform: translateY(0) scale(1);
    color: var(--theme-color);
    background-color: var(--theme-bg);
}
.justify-txt {
   text-align: justify;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#start-over {
    margin: 15px 0px;
}
.pagination {
    color: #cccccc;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-right: 20px
}
.pagination i {
    margin: 0px;

}
.message .reciver-text {
    display: block;
}
.message .reciver-text .reciver {
    display: block;
}
.chat-icons {
    display: inline-flex !important;
    align-items: center;
    margin-top: 5px;
    gap: 10px;
}
.chat-icons i {
    transition: 0.1s;
}
.chat-icons i:hover *,
.chat-icons i:hover {
    color: var(--white-color);
    opacity: 1;
}
.chat-icons img {
    opacity: 0.2;
    width: 18px;
    object-fit: contain;
}
.chat-icons * {
    margin: 0 !important;
}
.form-control.style-1:focus,
.form-control.style-1 {
    background: rgba(1, 1, 1, 0.07) !important;
    border: 0 !important;
    border-left: 1px solid #00000080 !important;
    border-right: 1px solid #00000080 !important;
    color: var(--white-color);
}
.form-control.style-2:focus,
.form-control.style-2 {
    background: rgba(1, 1, 1, 0.07) !important;
    border: 0 !important;
    border-bottom: 1px solid #438CEB !important;
    color: var(--white-color);
    border-radius: 0;
}
.form-control.style-3:focus,
.form-control.style-3 {
    background: rgba(1, 1, 1, 0.07) !important;
    border: 1px solid #01010180 !important;
    color: var(--white-color);
}
.reaction-box {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin: 10px 0;
    padding: 0;
}
ul.reaction-box li {
    opacity: 0.5;
    transition: 0.4s
}

ul.reaction-box li.active,
ul.reaction-box li:hover {
    opacity: 1;
    scale: 1.2
}
#feedback_error {
    margin-top: 10px;
    margin-bottom: 10px;
    color: red;
}
.feedback-bot {
    margin-top: 20px !important;
}
#showcloseMessage {
    margin-left: 10px;
}
#chatbox-pop {
    position: fixed;
    z-index: 999;
    width: 100%;
    max-width: 400px;
    height: calc(100% - 40px) !important;
    max-height: 700px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    bottom: 20px;
    right: 20px;
    background: var(--theme-bg);
    border-radius: 10px !important;
}
@media only screen and (max-width: 575px) {
    #chatbox-pop {
        right: 15px;
        bottom: 15px;
        width: calc(100% - 30px);
        height: calc(100% - 30px) !important;
        max-height: 100% !important;
    }
    .chat-user-card {
        padding: 15px;
    }
}
.ques-boxes .ques-box {
    width: calc(50% - 5px);
}
.chat-user-detail {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--theme-br3);
}
.chat-user-detail .media img {
    width: 50px;
    min-height: 50px;
    border: 5px solid var(--rgba-primary-1);
    border-radius: 10px;
}
.chat-user-detail .content .title {
    margin-bottom: 0;
    font-size: 18px;
}
.chat-user-detail {
    display: flex;
    align-items: center;
    gap: 10px;
}
.chat-user-detail p {
    margin: 0;
    margin-top: 5px;
}
.chat-user-detail .title {
    margin-top: 0;
}
.form-control.style-2 {
    outline: none !important;
}
textarea.form-control.style-2 {
    height: 120px !important;
    outline: none !important;
    width: 100% !important;
}
.btn:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

.formLead .modal-title {
    font-size: 26px !important;
}
.ques-boxes {
    max-height: unset !important;
    overflow: hidden !important;
}
/*new added*/
.chatboat-header{
    justify-content: space-between;
}
.chatboat-header.avc{
    position: relative;
}
.chatboat-header.avc::before,
.chatboat-header.avc::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: 0.4s;
} 
.chatboat-header.avc::after {
    opacity: 1;
    backdrop-filter: unset;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 83.25%, #000000 106.37%);
}
.expandForm-pop .chatboat-header.avc::before {
    opacity: 1;
}
.chatboat-header.avc .header{
    z-index: 1;
    position: relative;
}
.chat-boat-profile{
        display: flex;
        align-items: center;
        gap: 10px;
}
.card-inner .content .title{
    font-size: 20px;
    margin: 15px 0  5px 0;
}
.card-inner .content p{
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-color);
    line-height: 20px;
    padding: 0 5px;
}
.cross-img-first{
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
    top: 0;
    
}
.chatboat-header{
    margin: -20px -20px 0 -20px;
    position: relative;
    padding: 15px 15px 5px 15px;
    padding: 10px 15px;
}
.header-2{
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
}
.cross-img-first i{
    padding: 20px;
}

.cross-img-second{
    display: flex;
}
.cross-img-second.avc{
    display: flex;
    justify-content: space-between;
}
.chat-user-card.expandForm-pop{
    max-width: 650px !important;
    max-height: 890px !important;
}
.chat-area .text p{
    margin: 0;
}
 
.avatar-chatbot.open{
transform: scale(1);
}

.pop-user-card.open{
transform: scale(1);
}
.chat-user-card.expandForm-pop .chat-area{
    max-height: calc(100% - 370px) !important;
}


.ques-boxes {
    max-height: 30%;
    overflow-y: auto;
}
.ques-boxes-::webkit-scrollbar{
    display: none !important;
}
#closedMessage_pop{
    background: var(--theme-bg);
    border-radius: 10px;
    padding: 20px 10px;
    border-radius: 10px;
    border: 1px solid var(--theme-br3);
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1000;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    font-size: 16px;
    line-height: 24px;
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
}
.btn.btn-dark{
    background : var(--white-color);
    color : var(--text-primary);
}
.wel-msg{
    position: absolute;
    right: 0;
    top: -50%;
    transform: translateY(-50%);
}
.close-wel-msg{
    position: absolute;
    left: 265px;
    top: -15px;
}
.wel-msg div{
    text-align:center;
    border: 1px solid var(--theme-br);
    border-radius: 20px;
    padding: 10px;
    background: var(--theme-bg2);
    color: var(--black-color);
    box-shadow: 10px 10px 15px 0px gray;
    width: 250px;
    margin-left: 10px;
}
.chatbot-heading{
 margin: 0 !important;
 box-shadow: none;
 border: none;
 margin-left: 10px;
 background: transparent !important;
 width: auto; 
}
.chatbot-close-button{
    position: absolute;
    top: 10px;
    background: transparent;
    box-shadow: none;
    right: 20px;
}
.chat-user-detail .content .title{
    font-size: 16px;
}
.close-btns-flex{
display: flex;
gap: 10px;
justify-content:center;
}

#loader_pop .msg-wrapper{
    border-radius: 10px 10px 10px 0;    
}

/* .avatar-chatbot */
.card-inner img{
    opacity : 0;
    transition: 0.4s;
    border: 0;
}
.timer{
    /* transition: 0.4s; */
    color: white;
    font-size: 18px;
    position: absolute;
    top: 14%;
    right: 4px;
    width: 70px;
    padding: 1px 0px 0px;
    background: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
}
.expandForm-pop .card-inner img{
    opacity : 1;
}
.expandForm-pop .card-inner .timer{
    /* transition: 0.4s; */
    font-size: 18px;
    right: 4px;
    top: 14%;
    /* left: 42%;
    top: 64%; */
}
.chatboat-header .avc.calling-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.chatboat-header .avc.calling-icons .icons{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 40px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.4s;
}
.chatboat-header .avc.calling-icons .icons:hover{
    transform: translateY(-5px);
}
.chatboat-header .avc.calling-icons .icons i{
    font-size: 20px;
    color: var(--cb-white-color);
}
/* .avatar-chatbot */

/* Reciveer receiver-dialer */

.callVideo .receiver-dialer.show-dialer{
    transform: scale(1);
}
.callVideo .receiver-dialer.show-dialer.none{
    box-shadow: none;
}

.callVideo .receiver-dialer {
    border-radius: 10px;
    width: 80px;
    height: 110px;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    top: 20px;
    right: 10px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.callVideo div #video-2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scaleX(-1);
    border-radius: 10px;
}

@media (max-width: 768px) {
    .callVideo .receiver-dialer video {
        width: 100%;
        height: auto;
    }
}


/* Reciveer receiver-dialer */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root .my-embed .avc {
    --cb-primary: #005DE2;
    --cb-primary-hover: #0653be;
    --cb-rgba-primary-1: rgb(67, 140, 235, 0.1);
    --cb-rgba-primary-2: rgb(67, 140, 235, 0.2);
    --cb-rgba-primary-3: rgb(67, 140, 235, 0.3);
    --cb-rgba-primary-4: rgb(67, 140, 235, 0.4);
    --cb-rgba-primary-5: rgb(67, 140, 235, 0.5);
    --cb-rgba-primary-6: rgb(67, 140, 235, 0.6);
    --cb-rgba-primary-7: rgb(67, 140, 235, 0.7);
    --cb-rgba-primary-8: rgb(67, 140, 235, 0.8);
    --cb-rgba-primary-9: rgb(67, 140, 235, 0.9);
    --cb-white-color: #fff;
    --cb-black-color: #000;
    --cb-danger: #FF3333;
    --cb-success: #3DB129;
    --cb-theme-bg: #141414;
    --cb-theme-color: rgba(255, 255, 255, 0.6);
    --cb-theme-br: #FFFFFF26;
    --cb-body-bg: #070B0D;
}
.my-embed {
    font-family: 'Inter', sans-serif;
}
/* Links */
.my-embed .avc a {
    text-decoration: none;
    color: inherit;
   /* Same as parent text color */
}
/* Links */
/* utility classes */
.my-embed .avc h1,
.my-embed .avc h2,
.my-embed .avc h3,
.my-embed .avc h4,
.my-embed .avc h5,
.my-embed .avc h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    color: var(--cb-white-color);
    line-height: 1.5;
}
.my-embed .avc p,.my-embed .avc span {
    margin-top: 0;
    margin-bottom: 10px;
    color: var(--cb-white-color);
    line-height: 1.5;
}
.my-embed .cb-bg-danger {
    background: var(--cb-danger) !important;
}
.my-embed .cb-bg-primary {
    background: var(--cb-primary) !important;
}
.my-embed .cb-bg-success {
    background: var(--cb-success) !important;
}
/* utility classes */

/* .avatar-chatbot */
.my-embed .avatar-chatbot {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.my-embed .avatar-chatbot {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    padding-bottom: 30px;
    box-sizing: border-box;
    width: 100%;
    max-width: 266px;
    height: 100%;
    max-height: 400px;
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.my-embed .avatar-chatbot.bottom-gradient::before,
.my-embed .avatar-chatbot.top-gradient::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(2, 54, 121, 0) 31.25%, #023679 108.81%);
    z-index: 1;
}
.my-embed .avatar-chatbot.top-gradient::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 83.25%, #000000 106.37%);
    z-index: 0;
}
.my-embed .avatar-chatbot .call-screen {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}
.my-embed .avatar-chatbot .receiver-dialer video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.my-embed .avatar-chatbot .top-right .close {
    font-size: 28px;
    color: var(--cb-theme-color);
    cursor: pointer;
}
.my-embed .avatar-chatbot .dialer-1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.my-embed .avatar-chatbot .call-screen .user-name {
    font-size: 20px;
    font-weight: 600;
}
.my-embed .avatar-chatbot .call-screen .status {
    font-size: 18px;
    color: var(--cb-white-color);
}
.my-embed .avatar-chatbot .call-screen .calling-icons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.my-embed .avatar-chatbot .call-screen .calling-icons .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    transition: 0.4s;
}
.my-embed .avatar-chatbot .call-screen .calling-icons .icons:hover {
    transform: translateY(-5px);
}
.my-embed .avatar-chatbot .call-screen .calling-icons .icons i {
    font-size: 20px;
    color: var(--cb-white-color);
}
.my-embed .avatar-chatbot-outer {
    cursor: pointer;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.my-embed .avatar-chatbot-outer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.my-embed .avatar-chatbot-outer .chatbot-status {
    display: none;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00DC30;
    outline: 2px solid var(--cb-white-color);
}
.my-embed .bot-video .receiver-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* .avatar-chatbot */

/* dark theme of bot */
.dark-theme-color {
    --theme-bg: #000;
    --theme-bg2: #141414;
    --white-color: #fff;
    --black-color: #fff;
    --theme-br: rgba(255, 255, 255, 0.20);
    --theme-color: #fff;
    color: var(--theme-color);
    --theme-color2: rgba(255, 255, 255, 0.60);
    --grey-color: #d1d1d1;
    --theme-br3: rgba(255, 255, 255, 0.15);
    --text-primary: #000;
    --tertiary-color: #fff;
}
.dark-theme-color .typing-box.typing-box-pop{
    background: #141414;
}
.dark-theme-color .chatbox-chat.sender .text{
    background: #cccccc47;
}
.dark-theme-color .chatbox-chat.reciver .text{
    background: var(--theme-bg2);
}
.loader-bot .msg-wrapper {
    background: var(--theme-bg2);
}
.dark-theme-color .loader-bot .msg-wrapper {
    background: var(--theme-bg);
}
.dark-theme-color .chatbox-chat .text p{
    color: #fff;
}
.dark-theme-color .form-control.style-1:focus, .dark-theme-color .form-control.style-1 {
    background: rgba(255, 255, 255, 0.07) !important;
    border: 0 !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    color: var(--white-color);
}
.dark-theme-color .form-control.style-2,
.dark-theme-color .form-control.style-3{
    background: rgba(255, 255, 255, 0.07) !important;
}
.dark-theme-color .form-control.style-3{
    border: 1px solid #93939380 !important;
}
.dark-theme-color .modal.show-modal .modal-content{
    border : 1px solid var(--theme-br);
}
.dark-theme-color .btn {
    background: rgba(255, 255, 255, 0.5);
}
.dark-theme-color .chat-type-box .agent-notice-pop {
    opacity: 0.4;
}
.dark-theme-color .wel-msg div{
    box-shadow: 5px 5px 10px 0px rgba(255,255,255,0.1)
}
.my-embed .dark-theme-color .chat-icons img{
    filter: invert(1);
    opacity: 0.7;
}
/* dark theme of bot */