body {
    color: #0e0e0e;
}
.fs-20 { font-size: 20px; }
.bg-light-gray {
    background-color: #e2dfdf
}
.header-to-process {
    color: white;
    background: orange;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 12px;
    text-align: center;
    position: absolute;
    top: -10px;
    right: 0;
}

.record-mobile-row .smaller-span {
    display: inline-block;
}

.from-to-date-group {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: auto;
}

.from-to-date-group>div {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

input {
    border: 1px solid #dfdfdf;
}

.display-block {
    display: block;
}

.width-auto {
    width: auto !important;
}

.no-style-button {
    border: none;
    background: none;
}

.no-style-button:hover {
    opacity: 0.8;
}

.color-main1 {
    color: var(--main-color1);
}

.fixed-left .hide-icon-open i {
    display: none !important;
}

.header-message-badge {
    font-size: 13px;
    color: white;
}

.header-message-badge a {
    color: white;
    text-decoration: underline;
}

@media(max-width: 768px) {
    .header-message-badge {
        display: none;
    }
}

.submit-footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 25px;
    background: #e2e2e2ba;
    border-top: 1px solid #c7c7c7;
    z-index: 2;
    text-align: right;
}

#invoiceLines .invoice-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.invoice-line label {
    font-size: 13px;
}

.invoice-line button {
    margin-top: 24px;
}

.invoice-line .form-control {
    padding: 6px 2px;
}

.invoice-line .line_vat {
    width: 59px
}

.display-flex {
    display: flex;
}

.flex-1 {
    flex: 1
}

.selectable-card:hover {
    border-color: rgb(43, 43, 43);
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.color-main2 {
    color: var(--main-color2);
}

.bg-main1 {
    background: var(--main-color1);
}

.bg-main2 {
    background: var(--main-color2);
}

.dropdown-item-header {
    display: block;
    padding: .25rem 1.5rem 0.25rem 0.5rem;
}

a.dropdown-item,
a:not([href]):not([tabindex]).dropdown-item {
    color: #797979;
}

.line-through {
    text-decoration: line-through;
}

.profile-dropdown {
    padding: 0;
    min-width: 350px;
    top: -12px !important;
    left: 7px !important;
}

.profile-dropdown .companies-head {
    padding: 10px;
    background-color: var(--main-color2);
    color: white;
}

.w100 {
    width: 100%;
}

.smaller-span {
    font-size: 10px;
    display: block;
}

.invoices-view-block {
    max-width: 900px;
    margin: auto;
    /* min-width: 500px; */
    padding-left: 15px;
    padding-right: 15px;
}

.profile-dropdown .companies-selection ul {
    width: 100%;
}

.profile-dropdown .companies-selection ul li {
    width: 100%;
    padding: 10px;
    padding-left: 10px;
    cursor: pointer;
}

.profile-dropdown .companies-selection ul li:hover {
    background-color: #f1f1f1;
}

.profile-dropdown .companies-selection ul li.active {
    background-color: #f1f1f1;
}

.profile-dropdown hr {
    margin-top: 0;
    margin-bottom: 10px;
}

.profile-dropdown .extended-ul li {
    float: left;
    text-align: center;
    width: 33%;
}

.profile-dropdown .extended-ul>li>a {
    color: #a4abbb;
    border-bottom: none !important;
}

.profile-dropdown .extended-ul li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

.profile-dropdown .extended-ul li a:hover {
    background: none !important;
    color: #50c8ea !important;
}

.profile-dropdown .extended-ul>li>a>i {
    display: block;
}


ul {
    padding-left: 0;
}

ul li {
    list-style: none;
}


.mt-0 {
    margin-top: 0px !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mt-5 {
    margin-top: 50px !important;
}

.mt-6 {
    margin-top: 60px !important;
}

.mt-7 {
    margin-top: 70px !important;
}

.mt-8 {
    margin-top: 80px !important;
}

.mt-9 {
    margin-top: 90px !important;
}

.mt-10 {
    margin-top: 100px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.mb-6 {
    margin-bottom: 60px !important;
}

.mb-7 {
    margin-bottom: 70px !important;
}

.mb-8 {
    margin-bottom: 80px !important;
}

.mb-9 {
    margin-bottom: 90px !important;
}

.mb-10 {
    margin-bottom: 100px !important;
}


.pt-0 {
    pading-top: 0px !important;
}

.pt-1 {
    pading-top: 10px !important;
}

.pt-2 {
    pading-top: 20px !important;
}

.pt-3 {
    pading-top: 30px !important;
}

.pt-4 {
    pading-top: 40px !important;
}

.pt-5 {
    pading-top: 50px !important;
}

.pt-6 {
    pading-top: 60px !important;
}

.pt-7 {
    pading-top: 70px !important;
}

.pt-8 {
    pading-top: 80px !important;
}

.pt-9 {
    pading-top: 90px !important;
}

.pt-10 {
    pading-top: 100px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-1 {
    padding-bottom: 10px !important;
}

.pb-2 {
    padding-bottom: 20px !important;
}

.pb-3 {
    padding-bottom: 30px !important;
}

.pb-4 {
    padding-bottom: 40px !important;
}

.pb-5 {
    padding-bottom: 50px !important;
}

.pb-6 {
    padding-bottom: 60px !important;
}

.pb-7 {
    padding-bottom: 70px !important;
}

.pb-8 {
    padding-bottom: 80px !important;
}

.pb-9 {
    padding-bottom: 90px !important;
}

.pb-10 {
    padding-bottom: 100px !important;
}

.p-0 {
    padding: 0 !important;
}

.m-1 {
    margin: 10px !important;
}

.p-10 {
    padding: 10px;
}

.font10 {
    font-size: 10px
}

.font11 {
    font-size: 11px
}

.font12 {
    font-size: 12px
}

.font13 {
    font-size: 13px
}

.font14 {
    font-size: 14px
}

.font15 {
    font-size: 15px
}

.font16 {
    font-size: 16px
}

.font17 {
    font-size: 17px
}

.font18 {
    font-size: 18px
}

.font19 {
    font-size: 19px
}

.font20 {
    font-size: 20px
}

.font21 {
    font-size: 21px
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.anchor {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.settings-number-parts {
    position: relative;
}

.settings-number-parts .number-part {
    width: 33.33%;
    display: inline-block;
}

.settings-number-parts .number-part input {
    padding-right: 4px;
    padding-left: 4px;
}

.pagination {
    position: relative;
    text-align: right;
    margin-top: 40px;
}

.pagination ul {
    display: inline-block;
    text-align: right;
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.pagination ul li {
    margin: 0 0.5em;
    float: left;
}

.pagination ul li a {
    background: #ffffff;
    color: #333333;
    cursor: pointer;
    border: 1px solid #eaeaea;
    display: block;
    padding: 0.5em 1em;
    border-radius: 2px;
    text-decoration: none;
}

.pagination ul li a:hover {
    background: #e4e4e4;
}

.pagination ul li.active a {
    background: #62a3ff;
    color: white;
}

.pagination ul li.active a:hover {
    background: #558ddd;
    color: white;
}

.btn {
    cursor: pointer
}

.align-right {
    text-align: right !important
}

.align-left {
    text-align: left !important
}

.align-center {
    text-align: center !important;
}

.m-left10 {
    margin-left: 10px
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #373737;
    font-size: 15px;
}



.invoice-metadata {
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.invoice-metadata .form-group {
    position: relative;
}

.invoice-metadata .form-group label {
    /*width: 42%;*/
    line-height: 34px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 13px;
}

.invoice-metadata .form-group .invoice-meta-input {
    /*width: 55%;*/
    vertical-align: top;
    float: right;
    display: inline-block;
    text-align: left;
}

.invoice-metadata .form-group .invoice-meta-input-placeholder {
    width: 187px;
    line-height: calc(1.5em + .75rem + 2px);
}

.form-group-to-top {
    margin-top: -1.0em;
    display: block;
}

.invoice-metadata .form-group input,
.invoice-metadata .form-group select {
    margin: 0;
    width: 187px;
}

.invoice-metadata .invoice-prefix-fields input {
    width: 60px;
    padding-left: 5px;
    text-align: center;
    display: inline-block;
}

.invoice-metadata.invoice-metadata-bill .invoice-prefix-fields {
    display: flex;
}

.invoice-metadata.invoice-metadata-bill .form-group input,
.invoice-metadata.invoice-metadata-bill .form-group select,
.invoice-metadata .invoice-prefix-fields input {
    width: 33% !important;
    flex: 1;
}

.invoice-meta-input .invoice-prefix-fields {
    display: flex;
    width: 187px;
}

.select-no-width {
    width: 17px !important;
    display: inline-block;
    position: absolute;
    left: -11px;
}

.no-wrap {
    white-space: nowrap;
}

.flex-direction-column {
    flex-direction: column;
}

@media(min-width: 567px) {
    .sm-flex-direction-row {
        flex-direction: row;
    }
}

.position-relative {
    position: relative;
}

.product-item-name {
    min-width: 150px;
}

.w100px {
    width: 100px !important;
}

.w80px {
    width: 80px !important;
}

.w75px {
    width: 75px !important;
}

.dropup,
.dropdown {
    display: inline-block;
}



.invoice-step-box {
    min-height: 110px;
    display: block;
    padding: 1em;
    /*margin-bottom: 1em;*/
    border-radius: 4px;
    /*border: 1px solid #d4dde3;*/
    background-color: #fff;
    position: relative;
    width: 100%;
}

.invoice-step-box .box-overlay {
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.invoice-step-box.current {
    border: 2px solid #42cac0;
}

.invoice-step-box .invoice-step-box-content {
    font-size: 16px;
    line-height: 24px
}

.invoice-step-box .invoice-step-box-content .invoice-step-box-head {
    display: flex;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
}

.invoice-step-box .invoice-step-box-content .invoice-step-box-head .invoice-step-box-head-info {
    display: flex;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
}

.invoice-step-box .invoice-step-box-content .invoice-step-box-body {
    padding-left: 75px;
}

.invoice-step-box .invoice-step-box-content .invoice-step-box-title {
    flex: 1;
    text-transform: capitalize;
    margin: 0;
    color: #667fa0;
    font-weight: 500;
    font-size: 23px;
    line-height: 32px;
}

.invoice-step-box .invoice-step-box-content .step-icon {
    height: 38px;
    width: 38px;
    margin: 0 6px;
    border-width: 2px;
    border-style: solid;
    line-height: 36px;
    margin-right: 20px;

    background: #fff;
    border: 2px solid #42cac0;
    border-radius: 50%;
    color: #42cac0;
    width: 50px;
    height: 50px;
    line-height: 46px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
}

@media(max-width: 768px) {

    .invoice-step-box .invoice-step-box-content .step-icon {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 29px;
    }

    .invoice-step-box .invoice-step-box-content .invoice-step-box-title {
        font-size: 17px;
    }

    .invoice-step-box .invoice-step-box-content .invoice-step-box-body {
        padding-left: 57px;
        font-size: 14px;
    }
}

.invoice-step-box .invoice-step-box-content .step-icon.done {
    color: #fff;
    background: #42cac0;
    border-color: #42cac0;
    /*line-height: 38px;*/
}

.invoice-step-box .invoice-step-box-content .step-icon.uncompleted {
    color: #fff;
    background: #c0c0c0;
    border-color: #b9b9b9;
    /*line-height: 38px;*/
}

.invoice-step-box .small-options {
    font-size: 13px;
    text-align: right;
}

.invoice-step-box .small-options a {
    margin-left: 5px;
}

.box-line {
    border-right: 2px dashed #bec3c7;
    height: 32px;
    width: 50%;
}

.custom-shadow1 {
    box-shadow: #dadadc 0px 0px 30px 3px
}

.custom-border1 {
    border: 1px solid #d4dee4;
}

.invoice-view-pdf-block {
    position: relative;
    margin-bottom: 120px;
    padding-bottom: 50px;
}

.scroll-x {
    overflow-x: auto;
}

.register-form {
    max-width: 600px;
    margin: auto;
}

.btn-color4 {
    background-color: #BE90D4 !important;
    border-color: #b784d0 !important;
    color: #FFFFFF !important;
}

.btn-color4:hover {
    background-color: #a37cb6 !important;
    border-color: #b784d0 !important;
    color: #FFFFFF !important;
}

.btn-color5 {
    background-color: #ec87bf !important;
    border-color: #d178a9 !important;
    color: #FFFFFF !important;
}

.btn-color5:hover {
    background-color: #d177a9 !important;
    border-color: #d178a9 !important;
    color: #FFFFFF !important;
}

.btn-color-peppol {
    background-color: #007ad8 !important;
    border-color: #007ad8 !important;
    color: #FFFFFF !important;
}

.btn-color-peppol:hover {
    background-color: #006bbd !important;
    border-color: #006bbd !important;
    color: #FFFFFF !important;
}

.font15 {
    font-size: 15px
}

.font16 {
    font-size: 16px
}

.login-section {
    max-width: 800px;
    margin: auto;
    /*border: 1px solid black;*/
    /*border-radius: 10px;*/
    /*margin-top: 2%;*/
    margin-bottom: 15px;
    background: white;
    padding: 60px 100px 100px 100px;
}

.login-logo {
    display: block;
    margin: 15px;
    max-height: 50px;
}

@media(max-width: 800px) {
    .login-section {
        border: none;
        /*border-radius: 10px;*/
        padding: 60px 40px 40px 40px;
        margin-right: 13px;
        margin-left: 13px;
    }

    .login-section h2 {
        font-size: 24px;
    }

    .login-section h3 {
        font-size: 19px;
    }

}

.margin-auto {
    margin: auto
}

.dropzone.clickable a {
    cursor: pointer !important;
}

.m-bot15 {
    margin-bottom: 15px;
}

.custom-form1 input[type="text"].form-control,
.custom-form1 input[type="password"].form-control {
    border: none;
    border-bottom: 1px solid #e2e2e4;
    border-radius: 0;
    padding: 20px 10px;
}

.site-init-container {
    margin-bottom: 40px;
}

.site-init-container .init-block {
    display: block;
    position: relative;
    /* max-width: 350px; */
    margin: 40px auto 15px auto;
    vertical-align: middle;

}

.site-init-container .init-block a {
    display: inline-block;
    padding: 10px 10px 20px 10px;

    width: 100%;
    min-height: 300px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #cdd1d3;
    transition: all 300ms;

    text-align: center;
}

.site-init-container .init-block a p {
    margin: 15px 0;
}

.site-init-container .init-block .init-icon {
    font-size: 45px;
    border: 1px solid #667e9f;
    width: 100px;
    padding: 11px;
    height: 100px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 20px;
    border-radius: 50%;
    padding-top: 16px;
}

.btn-disabled {
    background-color: #b2b2b2;
    border: gray;
    cursor: not-allowed;
}

.btn-disabled:hover {
    background-color: #b2b2b2;
    border: gray;
}

.btn-transparent {
    color: white;
    background: transparent;
    border-color: white;
}

.btn-transparent:hover {
    color: #e8e8e8;
    background: transparent;
    border-color: white;
}


@media (min-width: 991px) {
    .left-side-price-plan {
        margin-right: -31px;
    }

    .right-side-price-plan {
        margin-left: -31px;

    }
}


.price-plan h3 {
    color: #4e4d4a;
}

.side-price-plan {}

.disabled-price-plan {
    opacity: 0.5;

}

.suggested-price-plan h3 {
    font-size: 23px;
}



/***********************************************************************************
 *	+ PRICE PLAN
 ***********************************************************************************/

.price-plan {
    position: relative;
    margin-bottom: 50px;
    border: 1px solid #d7d7d7;
    padding: 25px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.price-plan:before,
.price-plan:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.price-plan:before {
    border-right: 1px solid #bca480;
    border-left: 1px solid #bca480;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.price-plan:after {
    border-top: 1px solid #bca480;
    border-bottom: 1px solid #bca480;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.price-plan-heading {
    margin-bottom: 40px;
    color: #bca480;
}

.price-plan-heading i {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 15px
}

.price-plan-heading h3 {
    font-weight: 600;
}

.price-plan-heading h3:after {
    content: "";
    border-bottom: 1px solid #bca480;
    display: block;
    width: 40px;
    margin: 15px auto;
}

.price-plan-heading h1 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
    margin-bottom: 0;
}

.price-plan-heading h1 sup {
    font-size: 24px;
    vertical-align: super;
}

.price-plan-heading h1 small {
    display: block;
    color: #d7d7d7;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
}

.price-plan ul {
    list-style: none;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.price-plan ul li {
    border-top: 1px solid #d7d7d7;
    padding: 10px 0;
}

.price-plan ul li:last-child {
    border-bottom: 1px solid #d7d7d7;
}

.price-plan ul li span {
    font-size: 11px;
}

.price-plan .btn {
    margin-bottom: 0;
}

.price-plan:hover {
    border-color: transparent;
}

.price-plan:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.price-plan:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.renew-account-block {
    margin: 50px;
    border: 1px solid #d3d3d3;
}

@media(max-width: 768px) {
    .renew-account-block {
        margin: 15px;
    }
}

.red-color {
    color: #ef4554
}

.green-color {
    color: #2bbbad
}

.orange-color {
    color: #ff8800
}

.btn-red {
    background-clip: padding-box;
    background-color: transparent;
    border-color: #c0392b;
    color: #c0392b;
    box-shadow: 0 -1px 1px rgba(192, 57, 43, 0.05) inset;
}

.custom-input-group-addon {
    position: absolute;
    z-index: 9;
    right: 12px;
    bottom: 8px;
}

.actions-td a {
    display: inline;
    float: left;
    margin: 5px;
}

.form-control-inline {
    display: inline-block;
    width: auto;
}

.inline-block {
    display: inline-block;
}

.display-none {
    display: none;
}

ul.amounts li {
    background: #f5f6f9;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
    font-size: 16px;
    list-style: none;
}


.invoice-block {
    text-align: right;
    margin-left: auto;
    margin-top: 20px;
}

ul.amounts li.grand-total {
    background: var(--main-color1);
    color: #fff;
    font-weight: bold;
}

.content-page>.content {
    margin-bottom: 90px;
    min-height: 650px;
}

#error-span {
    margin-left: 5px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }
}

.mail-modal-content .clabel {
    margin-top: 6px;
    text-align: right;
    font-weight: bold;
}

@media (max-width: 991px) {
    .mail-modal-content .clabel {
        text-align: left;
    }
}


a:not([href]):not([tabindex]).table-action-btn.red:focus,
a:not([href]):not([tabindex]).table-action-btn.red:hover,
.table-action-btn.red:hover {
    color: #d01d38;
    border-color: #d02833;
}

.mails td:last-of-type {
    width: 100px;
    padding-right: 0px;
}

.settings-menu-container {
    border: 0;
    border-radius: 0;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.settings-menu-items ul {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.settings-menu-items li {
    padding: 0 12px;
    height: 36px;
    border-radius: 2px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 29px;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    height: 48px !important;
    font-size: 14px;
}

.settings-menu-items li.active a {
    font-weight: bold !important;
}

.settings-menu-items li.active,
.settings-menu-items li:hover {
    background-color: #f2f3f4;
}

.settings-menu-items li a {
    margin: 0 6px;
    color: #4d5259;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    padding: 0;
    line-height: 48px;
    font-weight: 300;
    border-radius: 2px;

    white-space: nowrap;
}

.settings-menu-items h5 {
    font-size: 19px;
    padding-left: 12px;
    font-weight: 500;
    margin-top: 20px;
}

/* --- Vertical timeline container --- */
.record-timeline {
    border-left: 2px solid #e2e2e2;
    margin-left: 20px;
    padding-left: 25px;
    position: relative;
}

/* --- Timeline item --- */
.timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 5px;
}

.timeline-item:last-child {
    margin-bottom: 10px;
}

/* --- Icon bubble --- */
.timeline-icon {
    width: 34px;
    height: 34px;
    background: #fff;
    border: 2px solid var(--main-color1);
    border-radius: 50%;
    position: absolute;
    left: -46px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}

.on-dev-badge {
    position: fixed;
    top: 80px;
    right: 28px;
    z-index: 9999999;
    background: red;
    border-radius: 11px;
    padding: 2px 10px;
    color: white;
    font-size: 11px;
}

.timeline-icon i {
    font-size: 15px;
    color: var(--main-color1);
    transition: all 0.2s ease;
}

/* Hover effect */
.timeline-item:hover .timeline-icon {
    transform: scale(1.05);
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

/* --- Neutral timeline items (muted) --- */
.timeline-item.muted .timeline-icon {
    border-color: #d6d6d6;
    background: #fafafa;
}

.timeline-item.muted .timeline-icon i {
    color: #bfbfbf;
}

/* --- Colors for Peppol / system types --- */
.timeline-icon.text-success,
.timeline-icon.text-success i {
    border-color: #28a745;
    color: #28a745;
}

.timeline-icon.text-danger,
.timeline-icon.text-danger i {
    border-color: #dc3545;
    color: #dc3545;
}

.timeline-icon.text-warning,
.timeline-icon.text-warning i {
    border-color: #ffc107;
    color: #856404;
}

.timeline-icon.text-info,
.timeline-icon.text-info i {
    border-color: #17a2b8;
    color: #0c5460;
}

/* --- Content --- */
.timeline-content {
    background: #fff;
    padding: 0px 14px;
    /* border-radius: 6px;
    border: 1px solid #eeeeee; */
    transition: all 0.2s ease;
}

.timeline-item:hover .timeline-content {
    border-color: #d0d0d0;
    background: #fcfcfc;
}

/* --- Header --- */
.timeline-header strong {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

/* Muted header */
.timeline-item.muted .timeline-header strong {
    color: #c4c4c4;
}

/* --- Meta info (date, time ago) --- */
.timeline-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 2px;
    font-size: 12px;
    color: #777;
}

/* --- Message box --- */
.timeline-message {
    background: #f8f9fa;
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 13px;
    margin-top: 8px;
    line-height: 1.4;
    color: #555;
}

.timeline-message strong {
    color: #333;
}

.btn-red {
    background: transparent !important;
    color: #d02833 !important;
}

.btn-red:hover {
    background: transparent !important;
    color: #b1232d !important;
}

.setting-pdf-template-div {
    border: 1px solid gray;
    padding: 7px;
    width: fit-content;
    background: #f1f1f1;
}

.setting-pdf-template-div img {
    max-height: 150px;
    max-width: 100px;
}

.setting-pdf-template-div label {
    display: block;
    margin-top: 8px;
    margin-bottom: 0px;
    text-align: center;
}

.settings-logo {
    border: 3px solid gray;
    margin-top: 15px;
    max-width: 200px;
    max-height: 150px;
}

.dropdown-red a {
    color: #ef4554;
}

.wrapper-page.wrapper-page-custom {
    width: 800px;
}

@media(max-width: 800px) {
    .wrapper-page.wrapper-page-custom {
        width: inherit;
    }
}

.dropzone.custom-dropzone1 {
    width: 300px;
    height: 220px;
    min-height: inherit;
    margin: auto;
}

.dropzone.custom-dropzone1 .dropzone-msg-header {
    font-size: 14px;
    line-height: 34px;
    font-weight: 600;
}

.dropzone.custom-dropzone2 {
    width: 100%;
    height: 100%;
    min-height: 80px;
    margin: auto;
    display: flex;
    cursor: pointer;
}

.dropzone.custom-dropzone2 .dz-message {
    font-size: inherit !important;
    margin: auto !important;
}

.dz-default.dz-message {
    margin: auto !important;
    /* margin-top: 10px !important; */
}

.dz-default.dz-message p {
    font-size: 14px;
}

.pdf-templates {
    width: 370px;
    margin: auto;
}

.overdue-invoices-list i:hover {
    font-size: 14px;
}

.transaction-list .tran-text {
    width: 180px;
}

.transaction-list .tran-text a:hover {
    font-weight: bold;
}

.transaction-list .tran-text a {
    color: #797979;
}

.transaction-list .tran-price {
    margin-left: 14px;
}

.shortcuts-list i {
    width: auto;
    margin-right: 5px;
    position: inherit;
    top: inherit;
    font-size: inherit;
}

.shortcuts-list li {
    padding: 12px 0;
    border-bottom: 1px solid #ebeff2;
    clear: both;
    position: relative;
}

.transaction-list {
    overflow: hidden;
}

.nicescroll {
    overflow: scroll;
}

.widget-chart ul li {
    width: 47.5%;
}

.widget-chart h4 {
    font-size: 1.4rem;
}

.topbar {
    background: #576676;
}

.notification-list .noti-icon {
    /* vertical-align: bottom; */
}

.extended-ul i {
    margin-bottom: 10px;
}


.table-list {
    position: relative;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.list-item {
    position: relative;
    width: 100%;
    /*margin: 0 0 2px;*/
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    margin-bottom: 20px;
}

.list-item a {
    color: #4C525A;
}

.list-item-in,
.list-item-in:focus,
.list-item-in:visited {
    color: #878787;
}

.list-item-in {
    display: block;
    padding: 16px 16px 16px 40px;
    text-align: left;
    background: #fff;
    border: 1px solid #ecf0f1;
    border-radius: 4px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.records-mobile-row-right {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.invoice-item-status.paid {
    background: #00B289;
}

.list-item-status {
    position: absolute;
    left: 17px;
    top: 22px;
    width: 13px;
    height: 13px;
    background: #ecf0f1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
}

.list-item-title {
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 600;
    color: #4C525A;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.invoice-item-number {
    text-align: right;
}

.overflow-ellipsis,
.timetracking-pane-entry-row-column {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-item-dd-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
}

.list-item-dd-toggle .dropdown-toggle::after {
    display: inherit;
    width: inherit;
    height: inherit;
    margin-left: inherit;
    vertical-align: inherit;
    content: inherit;
    border-top: inherit;
    border-right: inherit;
    border-left: inherit;
}

.input-group .form-control {
    z-index: 1 !important;
    width: 151px;
}

.input-group label.cust_label {
    margin-top: 8px;
    margin-right: 12px;
}

.select2-no-width .select2-selection {
    width: 23px !important;
    display: inline-block;
    position: absolute;
    left: -11px;
}

.select2-no-width #select2-ordr_service-container {
    display: none;
}

.select2-no-width .select2-selection__arrow {
    width: 14px !important;
}

.select2-no-width .select2-container {
    display: inline-block;
}

.select2-no-width .select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 6px;
}

.form-control.product-item-name {
    /*margin-top: -21px;*/
    margin-left: 0px;
    padding-left: 22px;
}

.form-control.product-item-full-text {
    padding-left: 10px;
    width: calc(100% - 22px);
    display: inline-block;
}

.invoice-editor-line-col-full-text .note-editor {
    width: calc(100% - 28px);
    display: inline-block;
}

.invoice-editor-line-item-labels {
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.invoice-editor-line-item {
    position: relative;
    padding-left: 25px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.invoice-editor-line-item .small-label {
    display: none;
}

.invoice-editor-line-col-name {
    margin-bottom: 15px;
}

.invoice-editor-line-col-name .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: none;
}

.invoice-editor-line-col-amount {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
}

.invoice-editor-line-col-rate {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
    padding-left: 10px;
}

.invoice-editor-line-col-amount .quantity-type {
    max-width: 90px;
    padding-left: 1px;
    padding-right: 0;
}

.invoice-editor-line-col-amount .actions-div {
    /*position: absolute;*/
    /*right: 4px;*/
}

.invoice-editor-line-col-total {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: right;
}

@media (min-width: 768px) {
    .invoice-editor-line-col-name {
        display: inline-block;
        float: left;
        width: 41%;
        margin-bottom: 0px;
    }

    .invoice-editor-line-col-amount {
        width: 30%;
        padding-left: 10px;
        text-align: center;
    }

    .invoice-editor-line-col-rate {
        width: 15%;
    }

    .invoice-editor-line-col-total {
        width: 13%;
    }
}

@media (max-width: 550px) {
    .invoice-editor-line-col-name {
        width: 100%;
        margin-bottom: 10px;
    }

    .invoice-editor-line-col-amount {
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
    }

    .invoice-editor-line-col-rate {
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
    }

    .invoice-editor-line-col-total {
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
    }

    .invoice-editor-line-item .small-label {
        display: inline-block;
        margin-right: 10px;
    }

    .invoice-editor-line-item-labels {
        display: none;
    }
}

@media(max-width: 350px) {
    .profile-dropdown {
        min-width: 250px;
    }
}

.invoice-editor-line-col-name .description-field {
    /*width: 85%;*/
    /*display: inline-block;*/
}


.invoice-editor-line-col-rate .form-control {
    display: inline-block;
}

.invoice-editor-arrows {
    width: 14px;
    display: inline-block;
    position: absolute;
    left: 0;
}

.invoice-editor-arrows a:first-child {
    margin-bottom: 5px;
    display: inline-block;
}

textarea.form-control {
    min-height: inherit;
}

.display-inline-block {
    display: inline-block;
}

@media(max-width: 768px) {
    .mobile-no-padding {
        padding-right: 0;
        padding-left: 0;

    }
}

.form-group-custom input,
.form-group-custom textarea {
    padding: 7px 5px;
}

.invoice-btn a {
    margin-bottom: 10px;
}

.vat-label {
    font-size: 12px;
}

.invoice-block amounts input {
    /*input*/
}

.customer-name-block h4 {
    text-transform: uppercase;
    font-size: 20px;
}

.customer-name-block h4 a {
    color: #657fa0;
}

.record-topper-block h4 {
    font-size: 20px;
}

.record-topper-block h5 {
    font-size: 14px;
}

.side-menu {
    width: 220px;
}

.content-page {
    margin-left: 220px;
}

.topbar .topbar-left {
    width: 220px;
}

.navbar-custom {
    margin-left: 220px;
}

.init-icon {
    color: #566576;
}

.init-block p {

    color: #566576;
}

.lower {
    text-transform: lowercase
}

.alert {
    font-size: 12px;
}

.alert a {
    color: white;
    font-weight: bolder;
}

.alert .close {
    color: white;
    cursor: pointer;
}

.alert a {
    text-decoration: underline;
}

.alert-warning {
    border-radius: var(--radius-m);
    border: 1px solid #fc6;
    color: #8f3c00;
    background: #fff6e5;
    width: 100%;
}

.alert-warning .close,
.alert-warning a {
    color: #8f3c00;
}

.alert-danger {
    border-radius: var(--radius-m);
    border: 1px solid #ff6e6e;
    color: #ff6e6e;
    background: #ffe7e7;
    width: 100%;
}

.alert-danger .close,
.alert-danger a {
    color: #8f3c00;
}

.m-action-button {
    font-size: inherit;
}

@media (max-width: 550px) {
    .m-action-button {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .m-action-button {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .m-action-button {}
}

.bootstrap-select.btn-group .dropdown-menu li {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #f6f5f6;
}

.bootstrap-select.btn-group .dropdown-menu li:last-child {
    border-bottom: none;
}

.bootstrap-select.btn-group .dropdown-menu li:hover {
    background: #ededf4;
}

.selectpicker-custom1 {
    /*position: relative;*/
    /*z-index: 1;*/
    box-sizing: border-box;
    width: 100%;
    padding: 7px 28px 7px 14px;
    cursor: pointer;
    border: 1px solid #999;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: none;
}

.select-no-width .selectpicker-custom1 {
    padding: 0px;
    width: 27px;
    height: 40px;
    border-color: #e8e9e8;
}

.tabs li.tab a.active {
    border-bottom: #62a3ff 2px solid;
}

.crisp-client .crisp-6k5puw .crisp-4n0wrv .crisp-113f7m5[data-is-failure=false] {
    display: none !important;
}


th.b-right1,
td.b-right1 {
    border-right: 1px solid #e9ecef;
}

#recordForm #row_warning_span,
#recordForm #row_error_span {
    display: block;
    width: 100%;
    clear: both;
}

.record-box table td.record-order-row-long-description-td {
    padding-top: 12px;
}

.record-order-row-long-description-td ul {
    padding-left: 43px;
}

.record-order-row-long-description-td ul li {
    list-style: inherit;
}

.record-orders-modal-text-row {
    text-align: left;
}

.no-min-height {
    min-height: auto;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container {

    margin: 0 12px 26px 0;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
    width: 133px;
    height: 120px;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb span.jFiler-icon-file {
    margin-top: 21px;
    background-color: rgb(92, 156, 236);
}

.jFiler-item-assets a {
    font-size: 13px;
    color: #999;
}

@media(max-width: 991px) {

    .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
        width: 115px;
        height: 115px;
    }
}


.lds-ellipsis {
    display: inline-block;
    position: relative;
    /* width: 80px; */
    /* height: 80px; */
}

.lds-ellipsis div {
    position: absolute;
    /* top: 33px; */
    top: -11px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #7f7f7f;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.btn-thm .lds-ellipsis {
    min-width: 75px;
}

.btn-thm .lds-ellipsis div {
    background: white;
}

.btn-thm:hover .lds-ellipsis div,
.btn-thm:active .lds-ellipsis div,
.btn-thm:focus .lds-ellipsis div {
    background: var(--main-color);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.home-card-box {}

.fa {
    transition: transform 0.3s ease;
}

.fa-rotate-90 {
    transition: transform 0.3s ease;
}

.pagination ul.dropdown-menu.inner li {
    margin: 0 0.5em;
    clear: both;
    width: calc(100% - (2*0.5em));
}

.bootstrap-select>.dropdown-menu>.dropdown-menu li a {
    text-align: left;
}

#sidebar-menu,
#sidebar-menu ul,
#sidebar-menu li,
#sidebar-menu a {
    text-align: left;
    width: 100%;
}

h4.page-title {
    text-align: left;
}

#sidebar-menu ul ul a {
    color: #6c8094;
    display: block;
    padding: 10px 20px 10px 20px;
}

.notifyjs-metro-base {
    background-color: #ffffff;
}

.ll-skin-melon .datepicker th {
    border-top: 0;
}

/* .form-control:focus {
    border: none;
} */

.navbar-login .dropdown-toggle,
.navbar-login .notification-list .noti-icon {
    color: #797979;
}

.navbar-login .dropdown-toggle:hover,
.navbar-login .notification-list .noti-icon:hover {
    color: #1d2124;
}

.navbar-login .list-inline-item.dropdown.notification-list {
    padding: 1em;
    position: absolute;
    right: 0;
}

.bootstrap-select.form-control {
    border: 1px solid #E3E3E3;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-top-color: #dee2e6;
    border-right-color: #dee2e6;
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: #dee2e6;
    border-style: solid;
    border-width: 1px;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.scroll-x-hidden {
    overflow-x: scroll;
    scrollbar-width: none;
}

.scroll-x-hidden::-webkit-scrollbar {
    display: none;
}

.select2-container.select2-container--default {
    margin-left: 0;
}

@media(max-width: 576px) {
    h3 {
        font-size: 25px;
        /* font-weight: 600; */
        letter-spacing: -1px;
        line-height: 31px;
    }
    h4 {
        font-size: 19px;
        font-weight: 600;
        line-height: 27px; 
        letter-spacing: -1px;
    }
}