.accare-notice {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 3px solid transparent;
    background-color: rgba(0, 0, 0, 0.04);
    padding: 1rem 1.5rem;
}

.accare-notice-info {
    border-left-color: #00a0d2;
}

.accare-notice-content {
    font-size: 0.9rem;
    padding-top: 10px;
}

.hp-field--accare-attachment input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    cursor: pointer;
    opacity: 0;
    direction: ltr;
}

.hp-field--accare-attachment div.accare-attachment-return {
    font-size: 0.9em;
}

i.accare-attachments-delete {
    color: red;
}

.hp-field--accare-attachment div.accare-attachment-return:not(:empty):before {
    content: "Selected files: ";
    font-style: normal;
    font-weight: normal;
}

.accare-toast {
    visibility: hidden;
    width: 250px;
    margin-left: -125px;
    background-color: #28a745;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 30px;
    font-size: 17px;
    word-break: break-word;
}

.accare-toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.accare-toast--notice {
    background-color: #28a745;
}

.accare-toast--error {
    background-color: #dc3545;
}

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

.checked-term {
    padding-top: 10px;
    display: none;
}

.client-checked-term {
    padding-top: 10px;
}

.your-payment {
    display: none;
}

.you-are-offering, .client-accept-header {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-bottom: 13px;
}

.you-are-offering {
    margin-top: 26px;
}

.origin-price {
    margin-top: -26px;
}

.commission_rate,
.stripe_handle_rate {
    display: none;
}

.bid-go-back {
    cursor: pointer;
}

#user_sign_up_success_modal {
    width: 820px;
}

.accare-signup-password-form {
    padding: 0.5rem 0;
}

.accare-signup-password-form .hp-form__field {
    margin-bottom: 1.5rem;
}

.accare-signup-password-form .hp-form__button {
    width: 100%;
}

.accare-signup-password-form__messages.hp-form__messages--error {
    display: block;
}
