body {
    margin: 0;
}

#paula_nav_bar {
    width: 100vw;
    position: fixed;
    height: 50px;
    font-size: 18;
    color: #222222;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#paula_nav_bar div {
    display: inline-block;
}

#paula_warning {
    width: 100%;
    background-color: #FFABAA;
    padding: 12px;
    position: fixed;
    top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#paula_warning img {
    width: 22px;
    height: 22px;
}

#paula_warning div {
    color: #FE514E;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    padding-left: 6px;
    word-wrap: break-word
}

#paula_content-container {
    position: relative;
    top: 50px;
    padding: 60px 12px 12px 12px;
}

#paula_logo {
    text-align: center;
}

#paula_logo img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 84px;
    height: 91px;
}

#paula_account_tip,
#paula_password_tip {
    color: rgba(34, 34, 34, 0.40);
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    word-wrap: break-word;
}

#paula_accout_input {
    position: relative;
}

#paula_accout_input img {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 20px;
    top: 18px;
    display: none;
}

#paula_password_input {
    position: relative;
}

#paula_password_input img {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 18px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(34, 34, 34, 0.40);
    opacity: 1;
    /* Firefox */
}

input {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 30px;
    border: none;
    padding: 14px 16px 14px 16px;
}

#paula_desc {
    color: #FE514E;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    word-wrap: break-word
}

#paula_submit-area {
    width: 100%;
    margin-top: 32px;
    text-align: center;
}

#paula_submit-area button {
    /* width: 100%; */
    background-color: #FF4646;
    border-radius: 30px;
    padding: 12px 54px 12px 54px;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
}

#paula_customer-service {
    position: fixed;
    width: 54px;
    height: 64px;
    right: 17px;
    bottom: 90px;
}

#paula_customer-button {
    position: fixed;
    padding: 8px 7px 8px 7px;
    bottom: 60px;
    width: 62px;
    right: 8px;
    bottom: 80px;
    background: linear-gradient(94deg, #FFA14B 0%, #FF53A6 48%, #FF4C41 100%);
    border-radius: 54px;
    text-align: center;
    color: white;
    font-size: 7px;
    font-family: Poppins;
    font-weight: 500;
    word-wrap: break-word;
}
#paula_bottom-box{
    position:relative;
    height:120px;
    top:50px;
}
.AIHelpSupportBox {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}

.close {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #A1A1A1;
  border-radius: 25px;
  cursor: pointer;
}

.close:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  top: 14px;
  left: 6px;
}

.close:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
  top: 14px;
  left: 6px;
}
