.pre-chat-popup {
    display: block;
    position: absolute;
    box-shadow: var(--popup-box-shadow);
    width: 377px;
    bottom: 0;
    background-color: var(--popup-background-color);
    border-radius: 16px;
    border: var(--popup-border);
}
.pre-chat-popup .pre-chat-popup__main {
    padding-top: 0 !important;
    box-sizing: border-box;
    border-bottom: none;
    width: 100%;
    border-radius: 16px;
    height: 100vh;
    /*padding: calc(2 * 16px) 16px;*/
    line-height: calc(16px + 16px / 2);
    color: #888;
    text-align: center;
    overflow: auto;
    overflow-x:hidden;
    /* background: var(--body-background-color); */
    background: rgba( 255, 255, 255, 0.25 );
    /* box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%); */
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
}
/*.imgsContainerPreChat{*/
/*    !*backdrop-filter: blur(2px);*!*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 30vh;*/
/*    z-index: 1;*/
/*}*/
.avatarPreChat{
    z-index: 1;
    position: relative;
    width: 17vh;
    bottom: 0;
    right: 0;
    opacity: 0;
}
.theLogo{

}
.logoPreChat{
    z-index: 1;
    position: absolute;
    width: 60%;
    top: 12%;
    left: 5%;
    text-align: left;
    backdrop-filter: blur(2px);
}
.sectionA{
    position: relative;
}
.sectionB{
    position: absolute;
    width: 90%;
    height: 15%;
    /* background: red; */
    top: 40%;
    border-top-right-radius: 43px;
    border-bottom-right-radius: 43px;
    /* border: 2px solid var(--main-color); */
    /* border-left: none; */
    left: 5%;
}
.sectionC{
    position: absolute;
    width: 65%;
    height: 20%;
    /*background: linear-gradient(20deg,#00bbc5,#00bbc5,#00bbc5,#2594b7,#004b55,#004b55,#004b55);*/
    background:var(--third-color);
    bottom: 0%;
    border-top-right-radius: 108px;
    /* border-bottom-right-radius: 43px; */
    border: 2px solid var(--main-color);
    border-left: none;
    /* left: 5%; */
    border-bottom: none;
    box-shadow: -9px -1px 10px 0px #000;
}

#particles-js2{
    height: 100%;
}

.preChatMainImgContainer{
    position: absolute;
    right: 0;
    bottom: 0;
}

/*Start Form*/
.contactBody {
    overflow: hidden !important;
    padding-top: 20% !important;
}

.contactLabel {
    font-size: 20px;
    text-align: center;
    width: 100%;
    color: var(--white-color);
}

.preChatFormContainer span {
    border: none;
    background: transparent;
}

.preChatContactInput {
    border: 1px solid var(--main-color);
    background: white;
    border-radius: 20px;
    padding: 5%;
    margin-top: 4%;
    margin-bottom: 4%;
    width: 100%;
}

.preChatContactInput:focus {
    box-shadow: 0 0 10px 0 var(--main-color);
}

.contactWindow footer {
    padding-top: 0;
}

.contactWindow footer aside {
    text-align: center;
}

.contactWindow footer aside button {
    background: var(--main-color);;
    width: 50%;
    border-radius: 20px;
    color: var(--secondary-color);
    font-size: 20px;
}

.select2-container--default .select2-selection--single {
    border-radius: 25px !important;
}

.preChatFormContainer {
    /* background: var(--white-color); */
    /* border: 2px solid var(--main-color); */
    /* padding: 25px; */
    /* padding-top: 0; */
    border-radius: 25px;
    padding: 6%;
    /* border-top: 10px solid var(--main-color); */
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px;
}
.preChatTextContainer {
    /* background: var(--white-color); */
    /* border: 2px solid var(--main-color); */
    /* padding: 25px; */
    /* padding-top: 0; */
    border-radius: 25px;
    padding: 6%;
    /* border-top: 10px solid var(--main-color); */
    position: relative;
    margin-top: 45px;
    margin-bottom: 20px;
}
.textStyling{
    font-size: 17px !important;
}
.liveChatFormLabel {
    margin-top: -40px;
    margin-bottom: 25px;
}

.btnHolder {
    width: 100%;
    text-align: center;
}
.btnHolder button{
    width: 50%;
    background: var(--third-color);
}
.btnHolderLive {
    width: 100%;
    display: flex;
    text-align: center;
    gap: 12px;
}
.btnHolderLive button{
    width: 50%;
    background: var(--third-color);
}
.submitForm {

    background: var(--main-color) !important;
    border: var(--main-color) !important;
    color: var(--white-color) !important;
}
.submitTextForm {
    margin-top: 45px;
    background: var(--main-color) !important;
    border: var(--main-color) !important;
    color: var(--white-color) !important;
}

.submitForm:hover {
    background: var(--white-color) !important;
    color: var(--main-color) !important;
    border: 1px solid var(--main-color) !important;
}



.intl-tel-input{
    width: 100% !important;
    direction: ltr;
}

.intl-tel-input .country-list{
    width: 220px !important;
}

#mobile-number{
    border: 1px solid var(--main-color);
    background: white;
    border-radius: 20px;
    height: 35px;
}

.mandetoryField{
    text-align: left !important;
    color: var(--main-color) !important;
}
