/*Start Form*/
.contactBody {
    overflow: hidden !important;
    padding-top: 20% !important;
}

.contactLabel {
    font-size: 20px;
    text-align: center;
    width: 100%;
    color: var(--white-color);
}

.liveChatFormContainer span {
    border: none;
    background: transparent;
}
.liveChatContactInput {
    border: 1px solid var(--main-color);
    border-radius: 20px;
    padding: 5%;
    margin-top: 4%;
    margin-bottom: 4%;
    width: 100%;
}

.liveChatContactInput: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;
}

.liveChatFormContainer{
    background: var(--white-color);
    /*border: 2px solid var(--main-color);*/
    /*padding: 25px;*/
    padding-top: 0;
    border-radius: 25px;
    /*border-top: 60px solid var(--main-color);*/
    /*position: relative;*/
    margin-top: 0;
    margin-bottom: 0;

}
.liveChatFormLabel{
    margin-top: -40px;
    margin-bottom: 25px;
}
.btnHolder{
    width: 100%;
    text-align: center;
}
.submitForm{
    width: 40%;
    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;
}

