﻿/* Content */
header {
    position: relative;
}
.content-section {
    min-height: 644px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width: 320px) {
    .content-section {
        margin-top: 100px;
        min-height: 349px;
    }
}

.cgv-p {
    color: var(--white, #fff);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

h1 {
    color: var(--white, #fff);
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
}

@media screen and (min-width: 375px) {
    h1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 27px;
    }
}

@media screen and (min-width: 1439px) {
    h1 {
        font-size: 48px;
        font-weight: 600;
        line-height: 60px;
        margin-bottom: 27px;
    }
}

p {
    color: var(--neutral-white-70, rgba(255, 255, 255, 0.7));
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

@media screen and (min-width: 375px) {
    p {
        font-size: 14px;
    }
}

@media screen and (min-width: 1439px) {
    p {
        font-size: 16px;
    }
}

.btn-primary {
    height: 48px;
    /* Paragraph/16/Bold */
    font-size: 16px;
    font-family: ProximaNovaRegularBold;
    font-weight: 700;
    line-height: 24px;
}
/* Content */


.empty-process {
    margin-top: 14rem;
    margin-bottom: 8rem;
}

/* Content */
.btn-primary {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 16px;
    font-family: ProximaNovaRegularBold;
    font-weight: 700;
    line-height: 24px;
    margin-top: 16px;
}
/* Content */

/*  Form */

input[type="text"],
input[type="password"],
input[type="email"]
{
    background-color: #3d4245;
    border: none;
    margin-top: 1rem;
    border-radius: 6.4px !important;
    padding: 1rem;
    color: #fff;
    padding: 30px 20px 6px 20px;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    input[type="text"],
    input[type="password"],
    input[type="email"] {
        width: 100%;
    }
}

@media screen and (min-width: 1440px) {
    input[type="text"],
    input[type="password"],
    input[type="email"] {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .input-area {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.input-label {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transition: top 0.3s, font-size 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

.material-input:focus + .input-label {
    top: 32%;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

/*  Form */
/* App Banner Section */

/* Mobile App Banner */
@media only screen and (max-width: 1472px) {
    .input-label {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1180px) {
    .input-label {
        font-size: 14px;
    }
}

.point-loader-page-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 27px;
    color: #fff;
    text-align: center;
}

#phone_number {
    padding: 1rem;
    margin-top: 0;
}

.point-loader-content-section {
    margin-bottom: 6rem;
}

.select2-container--default .select2-selection--single {
    background: #3d4245 !important;
}
.select2-selection {
    height: 58px !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 6.4px;
}

#phone_number:focus-within {
    outline: none !important;
}

.select-input-group .parsley-errors-list.filled {
    margin-top: 42px;
    margin-bottom: -60px;
    position: relative;
    top: 24px;
}

.select-input-group .parsley-errors-list:not(.filled) {
    display: none;
}

.select-input-group .parsley-errors-list.filled + span.select2 {
    margin-bottom: 30px;
}

.select-input-group .parsley-errors-list.filled + span.select2 span.select2-selection--single {
    border: 1px solid #FB2B29 !important;
}
.page-breadcrumb-section {
    margin-top: 0;
}

#barcode_input,
#barcodeNumber {
    width: 349px;
}
#barcode_submit_btn,
#barcodeRefundBtn {
    width: 100%;
    height: 48px;
}

.material-input:not(:placeholder-shown) + .input-label {
    top: 32%;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}
