.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);
    /*background: url("../../img/bg.png");*/
    background-size: contain;
}

.pre-chat-popup .pre-chat-popup__main {
    overflow: hidden;
    padding-top: 0 !important;
    box-sizing: border-box;
    border-bottom: none;
    width: 100%;
    border-radius: 16px;
    height: 99vh;
    /*padding: calc(2 * 16px) 16px;*/
    line-height: calc(16px + 16px / 2);
    color: var(--black-color);
    text-align: center;
    /*overflow: auto;*/
    /*overflow-x:hidden;*/
    /* background: url("../../img/bg.png");*/
    /*background-size: contain;*/
    /*background-color: rgba(255, 255, 255, 0.2);*/
    /*background: var(--secondary-color);*/
    /* box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%); */
    /*backdrop-filter: blur(4px);*/
    /*-webkit-backdrop-filter: blur(4px);    */
    display: flex;
    justify-content: center;
}

/*.imgsContainerPreChat{*/
/*    !*backdrop-filter: blur(2px);*!*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 30vh;*/
/*    z-index: 1;*/
/*}*/
.avatarPreChat {
    z-index: 1;
    position: relative;
    width: 20vh;
    bottom: 0;
    right: 12px;
    opacity: 0;
}

.theLogo {

}

.logoPreChat {
    z-index: 1;
    position: absolute;
    width: 60%;
    top: 12%;
    left: 5%;
    text-align: left;
    backdrop-filter: blur(2px);
}

.sectionA {
    position: absolute;
    height: 3%;
    width: 100%;
    background: var(--main-color);
}

.sectionA {
    position: absolute;
    height: 50px;
    width: 100%;
    background: var(--main-color);
}

.sectionA-1 {
    height: 2px;
    width: 70%;
    top: 14%;
    background: var(--secondary-color);
    position: relative;
}

.sectionB {
    position: absolute;
    width: 90%;
    height: 100%;
    /* background: red; */
    top: 0;
    border-top-right-radius: 43px;
    border-bottom-right-radius: 43px;
    /* border: 2px solid var(--main-color); */
    /* border-left: none; */
    /*left: 5%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.curvePre{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    position: relative;
}

.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 var(--black-color);
}

#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;
    /*color: white !important;*/
}

.preChatContactInput {
    border: 1px solid var(--main-color);
    background: white;
    border-radius: 10px;
    padding: 6%;
    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); */
    /* margin-top: 15px; */
    position: relative;
    /* margin-bottom: 20px; */
    top: 14%;
    width: 100%;
}

.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;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    /*gap: 15px;*/
}

.btnHolder button {
    /*width: 50%;*/
    /*background: var(--third-color);*/
}

.submitFormPrechat {
    margin-bottom: 13px;
    background: var(--main-color) !important;
    border: 2px solid var(--white-color) !important;
    color: var(--white-color) !important;
    border-radius: 10px !important;
    width: 100% !important;
    /*padding: 12px !important;*/
    padding: 8px !important;
    font-size: 18px !important;
}

.submitTextForm {
    margin-top: 45px;
    background: var(--white-color) !important;
    border: var(--black-color) !important;
    color: var(--black-color) !important;
}

.submitFormPrechat:hover {
    background: var(--white-color) !important;
    color: var(--main-color) !important;
    border: 2px 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: 10px;
    height: 35px;
    padding: 6%;
    padding-left: 92px;
}

.mandetoryField {
    text-align: left !important;
    color: var(--main-color) !important;
}


/*.big_cloud{*/
/*    position: absolute;*/
/*    width: 85%;*/
/*    right: 0;*/
/*    top: 0;*/
/*}*/
/*.small_cloud{*/
/*    position: absolute;*/
/*    width: 74%;*/
/*    right: 0;*/
/*    top: 0;*/
/*}*/
/*!*.bottom-curve{*!*/
/*!*    position: absolute;*!*/
/*!*    left: 0;*!*/
/*!*    bottom: 0;*!*/
/*!*    width: 100%;*!*/
/*!*}*!*/
/*.bottom-curve-2 {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -2%;*/
/*    width: 100%;*/
/*}*/
/*.bottom-curve-3{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 74%;*/
/*}*/
/*.small_ball{*/
/*    top: 16%;*/
/*    left: 15px;*/
/*    width: 16%;*/
/*    position: absolute;*/
/*    !*transform: translate(-50%,-50%);*!*/
/*    !*transform: rotate(90deg) !important;*!*/
/*}*/
/*.blue_dots{*/
/*    position: absolute;*/
/*    top: 73%;*/
/*    right: -6%;*/
/*    width: 26%;*/
/*}*/
/*.blue_dots1{*/
/*    position: absolute;*/
/*    top: 15%;*/
/*    left: -55px;*/
/*    width: 30%;*/
/*}*/
/*.white_dots{*/
/*    position: absolute;*/
/*    width: 4%;*/
/*    bottom: 5%;*/
/*    left: 25%;*/
/*}*/
.fullSerc {
    position: absolute;
    top: 0;
    right: -53px;
    width: 84%;
    opacity: 1;
}

.preChatLogo {
    width: 34%;
    top: 12%;
    position: relative;
}


.HeadingText{
    color: var(--black-color) !important;
    font-weight: bold;
    font-size: 15px;
}
.HeadingTextFirstLineEn{
    font-weight: 500;
    font-size: 22px !important;
    line-height: 35px;
    color: white !important;
}
.HeadingTextFirstLineAr{
    /*font-family: var(--font-family-Ar) !important;*/
    font-weight: 500;
    font-size: 22px !important;
    line-height: 35px;
    color: white !important;
}

.HeadingTextSecondLineAr{
    /*font-family: var(--font-family-Ar) !important;*/
    font-weight: 100;
    font-size: 20px !important;
    line-height: 35px;
    color: white !important;
}
.HeadingTextSecondLineEn{
    font-weight: 100;
    font-size: 20px !important;
    line-height: 35px;
    color: white !important;
}

.inputsHolder{
    top: 25px;
    position: relative;
}