.giveaway-header-content > h1 {
    width: 100%;
    color: #fff;
    font-size: 58px;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
}
.giveaway-header-content > p {
    color: #fff;
    /* font-size: 14px; */
    font-size: 29px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    margin: 60px 0;
}
.giveaway-header {
    width: 100%;
    height: 562px;
}
.giveaway-header-container {
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(0,0,0,0.3);
}
.activity-rules-container, .activity-form-container {
    margin: auto;
    max-width: 745px;
}
.activity-time-container > p{
    color: rgb(255, 139, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: right;
}
.note-container , .activity-time-container {
    margin: auto;
    max-width: 1200px;
    padding: 0 25px;
}
.activity-time-container {
    padding-top: 80px;
    padding-bottom: 40px;
}
.activity-rules-container p, .note-container p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
}
.activity-rules-container .title {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}
.activity-rules-container > div {
    margin-bottom: 20px;
}
.activity-rules-container a {
    color: rgb(255, 139, 0);
    text-decoration: underline;
}
.activity-form-container .form-title {
    color: #000;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
}
.btn-submit-container {
    text-align: center;
    padding-top: 60px;
    margin-bottom: 120px;
}
.btn-winning-record,
.btn-submit-container .btn-winners-list,
.btn-submit-container .btn-submit {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: center;
    height: 45px;
    width: 375px;
    background: rgb(255, 139, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.btn-winning-record {
    width: 200px;
}
.btn-submit-container .btn-submit:disabled {
    background-color: rgb(201, 201, 201);
}
.error-email-tips {
    color: rgb(255, 0, 0);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 10px;
    display: none;
}
.note-content {
    padding: 25px 25px 0 25px;
}
.winners-list-container {
    padding: 50px 18.75% 0;
    display: none;
}
.winners-list-header {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
    align-items: center;
    border-bottom: 1px solid rgb(230, 230, 230);
}
.winners-list-header > button {
    position: absolute;
    left: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
}
.winners-list-header > p {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
}
.winners-video-container iframe {
    width: 100%;
    height: 62.5vh;
    max-height: 675px;
    border: 0;
    margin-bottom: 50px;
}
.winners-table-container .text-gray {
    color: rgb(186, 186, 186)
}
.winners-table-container td > a,
.winners-table-container div.text-orange {
    color: rgb(255, 139, 0);
    cursor: pointer;
    text-decoration: underline;
}
.shipping-clear-all {
    cursor: pointer;
}
.winners-tbody td p:not(:last-child) {
    margin-bottom: 10px;
}
.select-phase-container {
    width: 50%;
    min-width: 260px;
    max-width: 360px;
    margin: 30px 0;
}
.claim-product-container {
    margin: 40px 40px 0 40px;
}
.claim-product-container .label-tips {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    margin: 20px 0 12px 0;
}
.claim-product-container .label-tips:after {
    content: "*";
    color: #FF8B00;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.claim-product-container .tips-required {
    display: none;
    margin-top: 10px;
    color: rgb(255, 0, 0);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    text-align: left;
}

.image-picker {
    display: inline-block;
    position: relative;
}
.square-btn {
    width: 150px;
    height: 150px;
    background-color: #f3f4f4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: border-color 0.3s;
}
.square-btn span {
    text-align: center;
    font-size: 12px;
    color: #555;
    margin: 0 10px;
}
#imageButton img {
    max-width: 100%;
    max-height: 100%;
}
.image-picker img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    cursor: pointer;
}
#imageButton .icon-upload {
    border: 0;
    width: 26px;
    height: 26px;
    display: block;
    margin: 0 auto 6px;
}