.register .container {
    padding: 4rem 0;
    background-color: rgb(0 0 0 / 50%);
    min-height: calc(100vh - 205px);
}

#loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 999;
}

#loading img {
    width: 200px;
}


/* form general */

button, input, optgroup, select, textarea {
    font-family: "Montserrat", sans-serif;
}

.register__form-content {
    /* border: 1px solid #6e6e6e; */
    padding: 3rem;
    background: rgb(0 0 0 / 4%);
    max-width: 1000px;
    margin: auto;
}

.register__form-heading h3 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.register__form-step input {
    width: 100%;
    height: 40px;
    border: 1px solid white;
    outline: 0;
    padding-left: 10px;
    background-color: rgb(0 0 0 / 30%);
    color: #fff;
    border-radius: 0;
}

.register__form-step input:focus {
    border-color: #000000 !important;
    background-color: rgb(0 0 0 / 35%) !important;
    box-shadow: 0 0 0 0.2rem var(--primary) !important;
    color: #ffffff;
}

.register__form-step select {
    outline: none !important;
}

.register__form-step select:focus {
    border-color: #8cc63f !important;
    background-color: rgba(151, 151, 151, 0.348) !important;
    box-shadow: 0 0 0 0.2rem #94C83C !important;
    color: #ffffff;
}

.register__form-step input::placeholder {
    color: white;
}

.register__form-step__description {
    font-size: 0.9rem;
    text-align: center;
    max-width: 300px;
    margin: 1.5rem auto 0rem;
}

.register__form-button {
    margin-top: 1.5rem;
}


.register__form-button--primary {
    min-width: 250px;
    width: 25%;
    /* height: 40px; */
    margin: auto;
    /* margin-bottom: 1rem; */
    /* text-transform: uppercase; */
    /* border: none; */
    /* outline: 0; */
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    /* letter-spacing: 2px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* background-color: var(--primary); */
    color: #000000 !important;
    transition: all ease-in-out 0.3s;
    /* text-shadow: 0 2px 4px rgb(0 0 0 / 50%); */
    /* padding-top: 0.7rem; */
}

.register__form-button--primary:hover {
    /* color: #000000;
    text-shadow: 0 2px 4px rgb(225 225 225 / 15%);
    /* box-shadow: 0 0 10px rgb(198 237 40 / 30%);
    background-color: var(--active); */
    color: #000000;
}

.register__form-button--primary:active,
.register__form-button--primary:focus {
    color: #000000;
    /* box-shadow: 0 0 20px rgb(198 237 40 / 70%); */
    /* background-color: #9ef40c; */
    transform: translateY(-3px);
}


/* step 1 */


/* step 3 */

label {
    width: 100%;
    text-align: left;
}

.select2-container--default .select2-selection--single {
    background: rgb(0 0 0 / 30%);
    /* border: none; */
    border-radius: 0;
    padding: 0.25rem 0.5rem;
    height: 40px;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    top: 0;
    right: 1rem;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffffff transparent !important;
}

span.select2-selection__arrow b {
    transform: scale(2);
    border-color: #ffffff transparent transparent transparent !important;
    margin-top: -6px !important;
}

span.select2-dropdown.select2-dropdown--below,
span.select2-dropdown.select2-dropdown--above {
    background: rgba(0, 0, 0, 1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ffffff;
    background: hsl(0deg 0% 0%);
    color: white;
    outline: 0;
    padding: 0.5rem;
}

.select2-dropdown {
    border: 1px solid #ffffff;
}

.select2-container--default .select2-selection--single {
    width: 100% !important;
    outline: none;
}

.select2-container--default .select2-selection--single:focus {
    box-shadow: 0 0 0 0.2rem #ffffff !important;
}

.file-upload.bill::-webkit-file-upload-button,
.file-upload.mess::-webkit-file-upload-button {
    visibility: hidden;
}

.upload .bill-upload {
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 13px;
}

.bill-upload label {
    color: #fff;
    font: inherit;
    width: 100%;
    height: 40px;
    border: none;
    outline: 0;
    margin-top: 1rem;
    text-align: center;
    padding-top: 9px;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid white;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 900px) {
    .bill-upload label {
        margin-top: 1rem;
        height: 70px;
        /* height: 40px; */
    }
}

.bill-upload label i {
    color: #8fca42;
    font-weight: 500 !important;
    font-size: 14px;
}

.bill-upload label span {
    font-size: 15px;
    margin-top: -2px;
    display: block;
}

label#bill-img-error {
    border: none;
    background: none;
    color: red;
    font-size: 0.9rem;
    margin-top: -10px;
    text-align: left;
}

.file-upload.bill:active::before,
.file-upload.mess:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.file-upload:focus {
    border: none !important;
}

.error {
    color: red;
    padding-top: 0.5rem;
}

/* step 3 */


/* step 4 */

#store-choose {
    color: #87be3e;
}

.tdt-checkbox-wrapper {
    padding-top: 4rem;
    display: flex;
    position: relative;
}

.tdt-checkbox-wrapper input#readme {
    margin-right: 0.5rem;
    width: 15px;
    height: 15px;
}

label#readme-error {
    display: flex;
    padding-left: 1.5rem;
    position: absolute;
    width: 100%;
    bottom: -2.5rem;
}

.file-upload {
    padding-left: 0 !important;
    width: 0.1px !important;
    height: 0.1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    z-index: -1;
}


/* step 4 */


/* modal */

.modal-content::before {
    content: "";
    position: absolute;
    float: left;
    border-top: 150px solid transparent;
    border-left: 90px solid #8cc641;
    border-bottom: 150px solid transparent;
    z-index: 2;
}

.modal-content::after {
    content: "";
    position: absolute;
    right: 0;
    border-top: 150px solid transparent;
    border-right: 90px solid #8cc641;
    border-bottom: 150px solid transparent;
    z-index: 2;
}

.modal-content {
    /* background-color: black; */
    /* background-clip: padding-box; */
    border: none;
    border-radius: 0;
    outline: 0;
    min-height: 300px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    /* flex-direction: unset !important; */
    text-align: center;
    width: 100%;
    color: white;
    padding-bottom: 0;
}

.modal-content button {
    height: 40px;
    margin: auto;
    text-transform: uppercase;
    background-color: var(--primary);
    border: none;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    outline: 0;
    cursor: pointer;
    font-style: normal;
    font-weight: 800;
    font-size: 1rem;
    line-height: 40px;
    min-width: 150px;
}

.modal-content button:hover,
.modal-content button:active,
.modal-content button:focus {
    /* background-color: white; */
    color: #000000;
}

.box-reward-modal {
    width: 100%;
    padding: 0;
}

.daiko-popup-logo {
    width: 139px;
    margin: 1.5rem auto;
}

.daiko-popup-head {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: .5rem;
}

.daiko-popup-head-sub {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
    font-weight: bold;
}

.daiko-popup-footer {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0%;
    padding: 1.5rem 1.5rem;
    padding-top: 1rem;
    line-height: 1.1;
}

.daiko-popup-footer strong {
    color: var(--primary);
    font-weight: 500;
    font-size: 1.5rem;
}

.daiko-popup-content {
    padding: 0 3rem
}


/* modal */


/* reponsive */

@media (max-width: 680px) {
    .register .container {
        padding: 2rem 0;
    }
    .register__form-content {
        padding: 2rem 1rem;
    }
    .register__form-button--primary {
        width: 80%;
    }
    #content-step-3 label {
        width: 100%;
        /* text-align: center; */
    }
    .tdt-checkbox-wrapper {
        padding-top: 3rem;
    }
    .modal-content::after,
    .modal-content::before {
        display: none;
    }
    .box-reward-modal {
        width: 100%;
        padding: 0;
    }
    .daiko-popup-footer {
        font-size: 0.8rem;
        padding-top: 1rem;
    }
    .daiko-popup-footer strong {
        font-size: 0.85rem;
    }
}

input:-internal-autofill-selected {
    background-color: rgb(0 0 0 / 30%);
}