.user-container .user-input-date .icon-ok {
    float: right;
    margin-top: 10px;
    color: green;
}

#user_details .yellow {
    color: #dd1010;
    /* color: rgba(254, 197, 8, 1); */
}

.regulations-label-container {
    margin-left: 30px;
}

.invoice-checkbox-container {
    width: fit-content;
}

.invoice-private-checkbox-container {
    width: fit-content;
}

.regulations-form-checkbox {
    display: none;
}

.invoice-form-row .icon-ok {
    float: right;
    margin-top: 10px;
    color: green;
}

.regulations-heading>h3, .invoice-heading>h3 {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 30px;
    line-height: 38px;
    /* text-transform: uppercase; */
    font-weight: 400;
}

.user-heading>h3 {
    border-bottom: 1px solid #000;
    color: #000;
    /* margin-bottom: 30px; */
    font-size: 30px !important;
    /* text-transform: uppercase; */
    line-height: 38px;
    font-weight: 400;
    padding-top: 30px;
}

.form-control {
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    color: #000 !important;
    /* border: 1px solid #C7CDD2 !important; */
    border-bottom: 1px solid #000 !important;
    padding-top: 10px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    position: relative;
}

.regulations-form-field {
    margin: 3px 0;
}

.regulations-form-field .control-label {
    margin-top: 5px;
}

.regulations-form-element {
    padding: 10px 0;
    align-content: center;
}

.regulations-form-element input {
    float: left;
    display: inline;
    cursor: pointer;
    margin-top: 3px;
    width: 19px !important;
    height: 19px !important;
    accent-color: var(--primary-color);
}

.regulations-form-checkbox-ok {
    float: right;
    margin-top: 3px;
    color: #4a3cb1;
    font-size: 24px;
    cursor: pointer;
}

.regulations-form-checkbox {
    float: right;
    margin-top: 3px;
    font-size: 24px;
    color: #c7cdd2;
    cursor: pointer;
}

.regulations-form-label,
.delivery-label,
.payment-label,
.invoice-label,
.invoice-priv-label {
    cursor: pointer;
    background: unset;
    letter-spacing: unset;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

label.invoice-label,
label.invoice-priv-label {
    padding-left: 10px !important;
}

.regulations-form-link {
    color: #000 !important;
}

.regulations-form-link:hover {
    text-decoration: none;
}

.validate_err {
    color: #dd1010;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.validate_err .fas {
    font-size: 15px;
    margin-right: 10px;
    color: inherit;
    display: none;
}

.invoice_row>p {
    margin-top: 20px;
}

.icon-ok.fas.fa-check {
    margin-top: 0;
    top: 35px;
    font-size: 18px;
    left: -10px;
    z-index: 9;
    height: 0;
    margin-top: unset !important;
}

.user-input-date,
.invoice-form-row {
    position: relative;
}

.error-icon {
    position: absolute;
    right: 20px;
    bottom: 30px;
    color: #dd1010;
}

div.regulations-form-field.row.NipRow>.invoice-form-row i {
    bottom: 52px;
}


.invoice-row-hidden {
    display: none;
    clear: both;
    width: 100%;
    margin-top: 5px;
}

.invoice-data-hidden {
    display: none;
}

.btn-nip-fetch {
    margin-top: 10px;
    background: #009ee0;
}

.btn-nip-manual {
    margin-top: 10px;
}

.invoice-data .icon-ok.fas.fa-check {
    float: right;
    margin-top: 10px;
    color: green;
    display: none;
}


.invoice-nip-actions {
    display: flex;
    gap: 12px;
    margin-top: 14px;
}

.btn-nip-action {
    display: flex;
    min-width: 206px;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 7px;
    padding: 11px 15px;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    cursor: pointer;
}

.btn-nip-fetch {
    background-color: var(--secondary-color);
    color: #fff;
}
.btn-nip-fetch:hover {
    background-color: var(--hover-btn-secondary-color);
    border-color: var(--hover-btn-secondary-color);
}

.btn-nip-manual {
    background-color: var(--secondary-color);
    color: #fff;
}
.btn-nip-manual:hover {
    background-color: var(--hover-btn-secondary-color);
    border-color: var(--hover-btn-secondary-color);
}

@media (max-width:767px) {
    .invoice-nip-actions {
        flex-direction: column;
        gap: 10px;
    }

    .btn-nip-action {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 767px) {

    .user-heading>h3,
    .regulations-heading>h3,
    .invoice-heading>h3 {
        font-size: 22px !important;
        margin-bottom: 30px !important;
        text-transform: uppercase;
        line-height: 30px;
    }

    .regulations-form-element {
        flex-wrap: unset !important;
        width: 95%;
        align-items: flex-start;
    }

    .input-visible {
        position: relative;
        left: -65px;
        display: block !important;
    }

    .invoice_row .invoice-form-row {
        padding-left: 0;
        padding-right: 0;
    }

    .validate_err {
        font-size: 15px;
    }

    .pcinfoerror {
        font-size: 15px;
        bottom: 60px;
    }

    .user-heading>h3 {
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .regulations-form-element .check-rules {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}