 body {
    font-family: Helvetica Neue, Arial;
    overflow: hidden;
    max-width: 100vw;
    height: 100vh;
    padding: 0;
    margin: auto;
    position: relative;
}

#prechatForm {
    height: 85%;
}

.form-control {
    margin: 10px 0 10px 0;
    width: 85%;
    border-radius: 6px;
    padding: 8px 0px 8px 8px;
    font-size: 14px;
    outline: none;
}

.inputChatFieldStyle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inputRequired {
    font-size: 12pt;
    margin-right: 5px;
}

.privacyPolicyContainer {
    margin: 10px 0 10px 0;
    font-size: 12pt;
    display: flex;
    align-items: center;
    justify-content: center;
}

.privacyPolicyWrapper {
    display: flex;
    width: 87%;
}

.privacyPolicyWrapper label{
    margin-left: 10px;
}

.headerLogo img {
    margin-top: 2.5%;
}

.prechatBtn {
    height: 30px;
    border-radius: 6px;
    padding: 0 20px 0 20px;
    font-size: 18px;
    border: none;
    outline: none;
    font-weight: normal;
}

.submitDisabled {
    opacity: 0.4;
    cursor: default;
}

.submitEnabled {
    opacity: 1;
    cursor: pointer;
}

#acceptTsCsContainer{
    width: 25%;     
}

#acceptTsCs {
      /* Double-sized Checkboxes */
      -ms-transform: scale(1.5); /* IE */
      -moz-transform: scale(1.5); /* FF */
      -webkit-transform: scale(1.5); /* Safari and Chrome */
      -o-transform: scale(1.5); /* Opera */
      /*padding: 10px;
      display: inline; 
      width: 20px; 
      margin-left: 2px; 
      height: 16px;*/
    width: 75%;
    height: 60px;
}

#validationErrorContainer {
    color: red;
    text-align: center;
}

#validationError {
    font-size: 12pt;
    background-color: white;
    border-radius: 6px;
    padding: 0 10px;
}

#emailErrMsgContainer {
    color: red;
    text-align: center;
}

#emailErrMsg {
    font-size: 12pt;
    background-color: white;
    border-radius: 6px;
    padding: 0 10px;
}

/* Start Redirect Page Styling */
#idErrMsgContainer {
    height: 70%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0 10%;
    font-size: 14pt;
}

#idErrMsg {
    width:100%;
}

#prechatForm {
    height: 85%;
}

#idErrorImage {
        height: 30%;
        margin-bottom: 5%;    
}
/* End Redirect Page Styling */

[id*=gdprConsent] {
    width: 85%;
    margin: auto;
    text-align: left;
}

#acceptContinueContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: bold;
    margin: 1em;
}

@media screen and (min-width: 480px) {

    body {
        max-width: 400px;
    	max-height: 610px;
    	border: 1px solid grey;
    }
    
    .allModalStyling {
        max-width: 400px;
        margin: auto;
    }
}

@media screen and (min-height: 610px) {
    
    body {
        max-width: 400px;
    	max-height: 610px;
    	border: 1px solid grey;
    }
    
    .allModalStyling {
        top: 91.5px;
    }

}