body {
    margin: 0;
}

#galanav_bar {
    width: 100vw;
    position: fixed;
    height: 50px;
    font-size: 18;
    color: #00000C;
    font-weight: 900;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#galanav_bar div {
    display: inline-block;
}

#galawarning {
    width: 100%;
    background-color: #888888;
    padding: 12px;
    position: fixed;
    top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#galawarning img {
    width: 23px;
    height: 23px;
    background-color: #9888888;
}

#galawarning div {
    color: #FFFFFF;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    padding-left: 6px;
    word-wrap: break-word
}

#galacontent-container {
    position: relative;
    top: 50px;
    padding: 60px 12px 12px 12px;
}

#galalogo {
    text-align: center;
}

#galalogo img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
}

#galaaccount_tip,
#galapassword_tip {
    color: #00000B;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    word-wrap: break-word;
}

#galaaccout_input {
    position: relative;
}

#galaaccout_input img {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 20px;
    top: 18px;
    display: none;
}

#galapassword_input {
    position: relative;
}

#galapassword_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: #989899;
    width: 100%;
    background-color: #F6F6F5;
    border-radius: 30px;
    border: none;
    padding: 14px 16px 14px 16px;
}

#galadesc {
    color: #989899;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    word-wrap: break-word

    width: 100%;
    margin-top: 32px;
    text-align: center;
}


#galasubmit-area {
    width: 100%;
    margin-top: 32px;
    text-align: center;
}
#galasubmit-area button {
    /* width: 100%; */
    background-color: #FFFF00;
    border-radius: 30px;
    padding: 12px 54px 12px 54px;
    border: none;
    color: #000FFF
    margin-top: 32px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}


#galacustomer-service {
    position: fixed;
    width: 54px;
    height: 64px;
    right: 17px;
    bottom: 90px;
}

#galacustomer-button {
    position: fixed;
    padding: 8px 7px 8px 7px;
    bottom: 60px;
    width: 62px;
    right: 8px;
    bottom: 80px;
    background: linear-gradient(94deg, #4E8FD97 0%, #E8FD97ff 48%, #E8FD97ff 100%);
    border-radius: 54px;
    text-align: center;
    color: white;
    font-size: 7px;
    font-family: Poppins;
    font-weight: 500;
    word-wrap: break-word;
}

#galabottom-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: #fffFFF;
    background: #8E8FD97;
    border-radius: 25px;
    cursor: pointer;
}

.close:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #fffFFF;
    transform: rotate(45deg);
    top: 14px;
    left: 6px;
}

.close:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fffFFF;
    transform: rotate(-45deg);
    top: 14px;
    left: 6px;
}