/*申請報名*/
.ma-a {
    margin: 0 auto;
}

.smail-text {
    font-size: 18px;
    padding-top: 10px;
}
.Quota-link{
    border-bottom: 1px solid #6c757d;
}

/*-----------------審核進度 (審核未通過)------------------*/
.Quota-NO01 {
    padding: 20px 50px;
}

.ta-NO {
    margin: 10px 0;
}

.Quota-label {
    width: 15%;
    margin: 0;
}

.Quota-input {
    width: 85%;
    border: none;
    border-bottom: solid 1px #666;
    outline: none;
}

.Quota-img{
    max-width: 400px;
    display: block;
    margin: auto;
}

.Quota-list{
    margin-left: 30px;
    list-style-type: disc;
}

/* 按鈕 */
.Quota-btn {
    margin: 0 auto;
}

.Quota-btn666 a.animated-button.victoria-four {
    border: none;
    background: #666;
    color: #fff;
    font-size: 23px;
    padding: 10px;
    border-radius: 4px;
}
.Quota-btn666 .animated-button.victoria-four {
    border: none;
    background: #666;
    color: #fff;
    font-size: 23px;
    padding: 10px;
    border-radius: 4px;
}

.Quota-btnff8a12 a.animated-button.victoria-four {
    border: none;
    background: #ff8a12;
    color: #fff;
    font-size: 23px;
    padding: 10px;
    border-radius: 4px;
}

.Quota-btnff8a12 .animated-button.victoria-four {
    border: none;
    background: #ff8a12;
    color: #fff;
    font-size: 23px;
    padding: 10px;
    border-radius: 4px;
}

.Quota-btn47843e .animated-button.victoria-four {
    border: none;
    background: #47843e ;
    color: #fff;
    font-size: 23px;
    padding: 10px;
    border-radius: 4px;
}
.Quota-btnff1244 .animated-button.victoria-four {
    border: none;
    background: #ff1244;
    color: #fff;
    font-size: 23px;
    padding: 10px;
    border-radius: 4px;
}

/*註解*/
.Quota-note ul {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.Quota-note li {
    padding: 0 10px;
}

.Quota-note li div {
    width: 10px;
    height: 10px;
    background: #666;
    border-radius: 10px;
    display: inline-flex;
    padding: 0px;
    margin-right: 10px;
}

/*-----------------審核進度 (審核未通過)------------------*/
/*-----------------步驟------------------*/
.Quota-table {
    margin: 0 auto;
}

.ta-step-plr {
    margin: 0 15px;
}

/*表格*/
.rwd-table {
    margin: 20px 0;
    min-width: 100%;
}

.rwd-table tbody:hover {
    background: #e8e8e84d;
}

.rwd-table thead tr {
    background: #f1d5d2;
}

.rwd-table tbody tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.rwd-table th,
.rwd-table td {
    display: table-cell;
    padding: 8px 15px;
}

.rwd-table td:before {
    display: none;
}

.rwd-table td:first-child {
    padding-top: .5em;
}

.rwd-table td:last-child {
    padding-bottom: .5em;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

/*分頁*/
.pagination-table ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pagination-table a {
    display: inline-block;
    padding: 3px 10px;
    color: #000;
}

.pagination-table .p1 a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
}

.Quota-table .p1 a.is-active {
    background-color: #e91e63;
    color: #fff;
}

/*-----------------步驟------------------*/
/*----------------廠商直接邀約-----------------*/
.file-input {
    height: 40px;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.file-upload-wrapper::before {
    content: "上傳檔案";
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    height: 38px;
    color: #666;
    font-weight: 700;
    z-index: 4;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    pointer-events: none;
    background: #f1d5d2;
    padding: 0px 15px;
    border-radius: 5px 0px 0px 5px;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    display: block;
    border: solid 1px #bfbfbf;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 3;
    line-height: 30px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
    text-align: left;
    padding: 3px;
    padding-left: 10%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
}
@media (min-width:576px) {
    .file-upload-wrapper::before {
        font-size: 16px;
    }
    .file-upload-wrapper:after{
        font-size: 16px;
        padding-left: 25%;

    }

}
@media (min-width:1025px) {

}

/*按鈕*/
.btn-quota {
    margin: 0 auto;
}

.btn-quota a.animated-button.victoria-one {
    border: 2px solid #ff6565;
    border-radius: 5px;
}

.Quota-step h2 {
    color: #666;
}

.Quota-step .expanded {
    background-color: #ffffff;
    border: solid 1px #ececec;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

/*填入資訊*/
.file-input-btn {
    display: flex;
}

.file-input-btn .Keyword {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 5px 0 0 5px;
    border: solid 1px #bfbfbf;
    padding: 9px;
    color: inherit;
    outline: 0;
    width: 85%;
    text-decoration: none;
    transition: all .2s ease;
    height: 2.7em;
    outline: none;
    background: #fff;
}

.file-input-btn .but {
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: .3s;
    text-align: center;
    background: #8b3e60;
    color: #fff;
    width: 15%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    height: 2.7em;
    outline: none;
}

.numberpic {
    width: 100%;
    height: 200px;
    background: url(../img/numberpic.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
}

/* 報名步驟3 */
.Quota3-FB {
    display: flex;
    justify-items: center;
    align-items: center;
}
.Quota3-FB .shareContent{
    max-width: 500px;
    margin-right: 30px;
    margin-left: auto;
}
.Quota3-FB .screenshot{
    max-width: 200px;
    margin-right: auto;
}
.Quota3-FB .screenshot .screenshot-m{
    display: none;
}
.Quota3-FB .screenshot .screenshot-pc{
    display: block;
}


@media screen and (max-width: 1024px) {

    .file-upload-wrapper:after {
        padding-left: 25%;
    }

}

/*----------------廠商直接邀約-----------------*/

/*申請報名*/

@media screen and (max-width: 768px) {

    /*-----------------審核進度 (審核未通過)------------------*/
    .Quota-NO01 {
        padding: 0 15px;
    }

    .ta-NO {
        margin: 0;
        padding: 0;
    }

    .Quota-label {
        width: 25%;
        font-size: 14px;
    }

    .file-upload-wrapper:after {
        padding-left: 24%;
    }

    /*-----------------審核進度 (審核未通過)------------------*/
}

@media screen and (max-width: 425px) {
    .ta-step-plr {
        margin: 0;
    }

    .Quota-step .topic {
        padding: 0;
        border: solid 1px #ebebeb;
    }

    /*-----------------審核進度 (審核未通過)------------------*/
    /*註解*/
    .Quota-note li {
        padding: 0 4px;
    }

    /*-----------------審核進度 (審核未通過)------------------*/
    /*-----------------步驟------------------*/
    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
        padding: 4px 15px;
    }

    .rwd-table td:before {
        content: attr(data-th) ": ";
        font-weight: bold;
        width: 75px;
        display: inline-block;
        color: #e91e63;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table tbody tr {
        border: 1px solid #ddd;
    }

    /*-----------------步驟------------------*/
    /*----------------廠商直接邀約-----------------*/
    .file-upload-wrapper:after {
        content: attr(data-text);
        width: calc(100% - 4px);
        font-size: 14px;
        padding-left: 40%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    /*----------------廠商直接邀約-----------------*/


    /* --------------- FB分享區塊 ---------------- */
    .Quota3-FB {
        flex-direction: column;
    }
    .Quota3-FB .screenshot {
        margin: auto;
        max-width: 400px;
    }
    .Quota3-FB .shareContent {
        margin: auto;
    }
    .Quota3-FB .screenshot .screenshot-m {
        display: block;
    }
    .Quota3-FB .screenshot .screenshot-pc {
        display: none;
    }
}


input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*----------------同意求職切結書-----------------*/
.consentBlock {
    box-sizing: border-box;
    margin: 15px;
    padding: 15px;
    border-radius: 5px;
    border: 1px #aaa solid;
}

.consentBlock div label {
    width: 15%;
}

.consentBlock div:nth-child(1) input {
    width: 85%;
}

.consentBlock div input {
    width: 70%;
}

.consentBlock div:nth-child(2) label:nth-child(3),
.consentBlock div:nth-child(3) label:nth-child(3) {
    margin-left: 5%;
    width: 30%;
}

.form-check input {
    width: auto;
}

.form-check label {
    width: auto;
}

@media (min-width: 768px) {
    .consentBlock div label {
        width: 10%;
    }

    .consentBlock div:nth-child(1) input {
        width: 90%;
    }

    .consentBlock div input {
        width: 60%;
    }

    .consentBlock div:nth-child(2) label:nth-child(3),
    .consentBlock div:nth-child(3) label:nth-child(3) {
        margin-left: 5%;
        width: 25%;
    }

}

.uploadimgbtn {
    border-bottom: 1px solid #ffa07f;
    text-align-last: left;
}

textarea#content {
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 1rem;
}