/* linear-gradient(to bottom, #ad0a00 0%,#591a1a 100%); */

.pre-chat-popup {
    display: block;
    height: 100vh;
    bottom: 0;
    background-color: #591a1a;
}

.pre-chat-popup .pre-chat-popup__main {
    padding-top: 0 !important;
    height: var(--body-height);
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 10%; */
    justify-content: space-between;
}

.StaticHeaderLogo {
    width: 22.5px;
    position: relative;
    top: 10px;
}

.theLogo {
    width: auto;
    position: relative;
    border-radius: 0;
    height: 90%;
}

.logoPreChat {
    height: 100%;
    padding: 1% 10%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.sectionA {
    position: relative;
    width: 100%;
    padding: 1% 8% 0 8%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    height: 35%;
    background: linear-gradient(to bottom, #7f2d2d 0%, #7f2d2d 63%, #591a1a 100%);
    justify-content: flex-end;

}

.sectionB {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 7% 15% 1% 15%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background: var(--white-color);
    border-top-right-radius: 30px;
}

.sectionC {
    display: none;
    position: relative;
    height: 2%;
    background-color: var(--white-color);
}

.preChatFormContainer span {
    display: block;
    border: none;
    background: transparent;

}



.divider-separator {
    width: 27.5%;
    margin-left: 50px;
    border: 1px solid var(--secondary-color);
    margin-top: 2px;
    margin-bottom: 25px;
}

.preChatContactInput {
    /* border: none; */
    border: 1px solid var(--border-color);
    background: #fff;
    border-radius: var(--prechat-popup-form-input-radius);
    padding: 7% 4%;
    margin-top: 4%;
    margin-bottom: 4%;
    width: 100%;
    height: 25px;
    font-family: var(--font-family-light);
    font-size: 15px !important;
}

.preChatContactInput:focus {
    border: 1px solid var(--secondary-color);
}

.preChatFormContainer {
    position: relative;
    padding: 0;
}

.btnHolder {
    width: 100%;
    text-align: center;
    margin-top: var(--prechat-popup-form-btn-vertical-position);
}

.btnHolder button {
    border-radius: 10rem !important;
    background: var(--prechat-popup-form-btn-background) !important;
    color: var(--prechat-popup-form-btn-text-color) !important;
    /* font-weight: bold !important; */
    width: var(--prechat-popup-form-btn-width);
    padding: var(--prechat-popup-form-btn-padding);
    border: none !important;
    /* border: 1px solid var(--main-color) !important; */
    height: 46px;
    /* font-size: 14px !important; */
    font-size: 16px !important;
}

.btnHolder button:hover {
    background: var(--prechat-popup-form-btn-hover-background) !important;
    color: var(--prechat-popup-form-btn-text-hover-color) !important;
    /* border: 1px solid var(--secondary-color) !important */
}

.btnHolder button:hover .icon-unlock,
.btnHolder button .icon-lock {
    display: none;
}

.btnHolder button:hover .icon-lock {
    display: inline;
}


.intl-tel-input {
    width: 100% !important;
    direction: ltr;
}

.intl-tel-input .country-list {
    width: 285px !important;
}

#mobile-number {
    border: 1px solid var(--border-color);
    background: #fff;
    border-radius: var(--prechat-popup-form-input-radius);
    padding: 7% 4% 7% 90px;
    /* padding: 0 2% 0 90px; */
    margin-top: 4%;
    margin-bottom: 4%;
    width: 100%;
    height: 25px;
    font-family: var(--font-family-light);
    font-size: 15px !important;
}

#mobile-number:focus {
    border: 1px solid var(--secondary-color);
}

.mandetoryField {
    text-align: left !important;
    color: var(--main-color) !important;
}

.curvePre {
    display: flex;
    padding: 1%;
    height: 55%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 30px;
    width: 100%;
}

.preChatBlueShadowTop {
    position: absolute;
    top: -100px;
    left: -260px;
    --size: 275px;
    --speed: 3s;
    width: var(--size);
    height: var(--size);
    filter: blur(calc(var(--size) / 5));
    background-image: linear-gradient( #717481,#717481);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.preChatOrangeShadowTop {
    position: absolute;
    top: -286px;
    left: -100px;
    --size: 275px;
    --speed: 3s;
    width: var(--size);
    height: var(--size);
    filter: blur(calc(var(--size) / 5));
    background-image: linear-gradient( #fbb469,#EC7535);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.preChatBlueShadowBottom {
    position: absolute;
    bottom: -120px;
    right: -240px;
    --size: 275px;
    --speed: 3s;
    width: var(--size);
    height: var(--size);
    filter: blur(calc(var(--size) / 5));
    background-image: linear-gradient( #717481,#717481);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.preChatOrangeShadowBottom {
    position: absolute;
    bottom: -290px;
    right: -100px;
    --size: 275px;
    --speed: 3s;
    width: var(--size);
    height: var(--size);
    filter: blur(calc(var(--size) / 5));
    background-image: linear-gradient( #fbb469,#EC7535);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.middleHolder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8%;
    width: 100%;
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent !important;
}

.avatar-shadow {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 545px;
    left: 50%;
    border-radius: 100%;
    z-index: 1;
    box-shadow: 10px -55px 30px 15px #EB5F1A, 24px -10px 47px 10px #aab3d2, -21px -25px 97px 10px #5acee3, 51px 5px 17px 10px #1b7d8f, 3px 2px 77px 10px #f30bf5;
    animation: shadow-rotate 1.5s linear infinite;
    transform-origin: center;
}

@keyframes circle-size {
    from {
        width: 250px;
        height: 250px;
    }

    to {
        width: 300px;
        height: 300px;
    }
}

@keyframes shadow-rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}