.contact{
  float: left;
  padding-bottom: 10px;
  padding-top: 10px;
}
.contactButton {
  float: left;
  width: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.email-us-btn {
  background: none;
  border: none;
  outline: none;
  font-size: 14px;
  color: #005ca6;
  font-family: OpenSans, sans-serif;
  cursor: pointer;
}
.email-us-btn:hover {
    border-bottom: #1c87c9;
    color: #1c87c9;
  }

.live-chat {
  cursor: not-allowed !important; 
  outline: none !important;
}

.chat {
  width: 350px;
  padding: 5px 10px 20px 15px;
}

.chat:hover, .chat:focus{
  background-color: #e5ebf8;
  cursor: pointer;
}

/* support query styling */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }
  .modal-content {
    margin: 50px auto;
    /* border: 1px solid #999; */
    width: 50%;
  }

  span {
    color: #666;
    display: block;
    padding: 0 0 5px;
  }
  form {
    padding: 25px;
    margin: 25px;
  }
  .form-text {
    margin-top: 20px;
    font-weight: bold;
    color: var(--state-green);
  }
  .query{
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #b4c6e8;
    outline: none;
  }
  
  select,
  input,
  textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid var(--faded-state-gold);
    outline: none;
    resize: none;
  }

  .documents-section {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid var(--light-grey);
    outline: none;
    resize: none;
  }
  .documents-title{
    background-color: var(--light-grey);
    border-bottom: 1px solid var(--state-gold);
    color: var(--state-green);
    padding: 5px;
    min-height: 30px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
  }
  .upload-box {
    margin: 1rem;
    height: 200px;
    background-color: var(--light-grey);
    border: 1px dashed var(--state-gold);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .file-upload-container {
    display: flex;
    flex-direction: column;
  }
  .contact-form .submit-button {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border: none;
    background: var(--state-green);
    color: #fff;
  }
  .contact-form .submit-button:hover {
    background: var(--dark-grey);
  }
  .close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
  }
  .close:hover {
    opacity: 1;
  }
  .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
  }
  .close:before {
    transform: rotate(45deg);
  }
  .close:after {
    transform: rotate(-45deg);
  }

  label.error{
      padding:0px;
      margin-top: -20px;
      font-weight: 400;
      display: block;
      color: #f00;
      font-size: 12px;
  }
  .documentTypeContainer{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 40%;
    box-sizing: border-box;
    font-size: var(--flw-text-base, 14px);
    font-weight: normal;
    line-height: 1.5;
    background-color: white;
  }

  .document-type__heading{
    padding-top: 0;
    padding-bottom: 0.4rem;
    margin: 0px;
    font-size: 1em;
    line-height: 1;
    background-color: white;
    color: var(--state-green);
    font-family: Quicksand, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
  .dropdownMenuButton{
    width: 100%;
    text-align: justify;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    font-weight: 400;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    background-color: #F0F0F0;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    user-select: none;
    text-transform: none;
    overflow: visible;

  }
  .remove-icon{
    background-color: white;
    color: #ff00008f;
  }
  .glyphicon {
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
  }
  .errorText{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    color: #f0506e;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
  }
  .input-control .error {
    color: #ff3860;
    font-size: 9px;
    height: 13px;
}
  