#bottomBtn{
    position: fixed;
    right: 35px;
 bottom: 0;
    border-radius: 19px;
  
 
    font-size: 15px;
    font-weight: 600;
    fill: #004955;
    color: #ffffff;
    background-color: #004955;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #004955;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,.13);
    padding: 5px 20px;

}
#bottomBtn svg{
    height: 25px;
    width: 25px;
    padding-left: 7px;
    fill: hsl(0, 0%, 100%);
    color: #004955;

}



#bottomFormContainer{
    position: fixed;
    z-index: 11111111111111;
    bottom:0px;
right: 0;
    background-color: rgb(255, 255, 255);
    /* z-index: 100; */
    width: 350px;
    height: 540px;
    display: flex;
    overflow: scroll;
    justify-content: start;
    align-items: center;
    flex-direction: column;
 
    transition: all 0.6s ease-out;
}
.warning {
  box-shadow: 0 0 10px red !important;
  background: url('https://cdn.icon-icons.com/icons2/3641/PNG/512/info_red_button_icon_227838.png') no-repeat center center/cover;
  background-size: 22px;
  background-position: 231px;
}

.succes {
    box-shadow: 0 0 10px rgb(0, 255, 38) !important;
  background: url('https://upload.wikimedia.org/wikipedia/commons/a/ac/Green_tick.svg') no-repeat center center/cover;
  background-size: 22px;
  background-position: 231px;
}

.messageColor{
    color:  rgb(0, 255, 38)!important;
}


#bottomFormInnerContainer{
position: relative;
    top: -22px;

width: 300px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 16px;
background-color: rgb(255, 255, 255);
/* opacity: 1; */
border-left: 5px solid #004955;
}

#bottomFormInnerContainer>form>div>input{

}

#bottomFormInnerContainer form{
    background-color: rgb(255, 255, 255);
    width: 100%;
}
.bottomFormHide{
    display: none!important;
    
}
.bottomFormAnimation{
   bottom: -1000px!important;
}
#cutBottomBtnFormContainer{
    /* background-color: red; */
  height: 70px;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: end;
  position: sticky;
  top: 0;
  align-items: center;
  background-color: #004955 ;
}
#bottomFormDescription{
    background-color: #004955;
color: white;
height: 120px;
    width: 100%;
padding: 33px;
}
#bottomFormDescription p{
text-align: center;
}
#cutBottomFormBtn{
  height: 70px;
display: inline-block;
    /* background-color: red; */
    fill: rgb(255, 255, 255);
    /* position: absolute; */
    margin-right: 22px;
    margin-top: 40px;
}
#bottomFormSubmitBtn{
    /* background-color: #02465D; */
       height: 45px;
    overflow: hidden;
    padding: 8px 0;
}

#liveChatDescriptionContainer{
    position: sticky;
    bottom: -1px;
    height: 50px;
    width: 100%;
    z-index: 111;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;

}
#liveChatDescriptionContainer p{
 font-size: 13px;
 padding: 22px 9px;
 margin-bottom: 0;

}

#bottomMobileBtn{
  display: none;
}
#bottomPhoneBtn{
display: none;
}

.bottomForm-error-message{
    font-size: 12px;
}
@media (max-height: 555.5px) {
#bottomFormContainer {
  
    height: 100%;
    /* padding-top: 200px; */

}

}
@media (max-height: 455.5px) {
#bottomFormContainer {
  /* bottom: -51px; */
    /* height: 27px; */

}

}
@media (max-width: 730.5px) {
#bottomBtn {
display: none;
}
.warning {

    background-position: right;
}
.succes {
  
    background-position: right;
}
#bottomMobileBtn{
    z-index: 100;
        position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 19px;
    font-size: 15px;
    font-weight: 600;
    fill: #004955;
    color: #ffffff;
    background-color: #004955;
    border-radius: 50%;
    border: 1px solid #004955;
    display: block;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,.13);
    padding:15px;
}
#bottomMobileBtn svg {
    height: 25px;
    width: 25px;
    fill: hsl(0, 0%, 100%);
    color: #004955;
}
#bottomPhoneBtn{
    z-index: 100;
        position: fixed;
    left: 30px;
    bottom: 30px;
    border-radius: 19px;
    font-size: 15px;
    font-weight: 600;
    fill: #004955;
    color: #ffffff;
    background-color: #13BF46;
    border-radius: 50%;
    border: 1px solid #13BF46;
    display: block;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,.13);
    padding:15px;
}
#bottomPhoneBtn svg {
    height: 25px;
    width: 25px;
    fill: hsl(0, 0%, 100%);
    color: #004955;
}
#bottomFormContainer {
/* padding-top: 47px; */
    width: 100%;
    height: 100%;
    /* top: 60px; */
  
}
#cutBottomBtnFormContainer {
    /* background-color: red; */

    /* padding-top: 70px; */
 
}
#bottomFormInnerContainer {
 
    width: 100%;
    justify-content: center;
    /* height: 100vh; */

}
#bottomFormInnerContainer form {

}

}
@media (max-width: 400.5px) {


#bottomFormContainer {

    width: 100%;
    height: 100%;
  /* padding-top: 47px; */
}
#bottomFormInnerContainer {
 
    width: 100%;
    top: -5px;

}
}