.logo-w-25 {
    width: 25px !important;
}

.error {
    font-size: 13px !important;
    margin-top: 1px !important;
}

.error i {
    font-size: 13px !important;
}

.iti .error {
    position: absolute;
}

.input-group .error {
    top: 40px;
    position: absolute !important;
}

.bg-menu-theme {
    color: #384551 !important;
}

.bg-menu-theme .menu-link, .bg-menu-theme .menu-horizontal-prev, .bg-menu-theme .menu-horizontal-next {
    color: #384551 !important;
}

.col-form-label {
    color: #384551 !important;
}

.cke_notification.cke_notification_warning {
    display: none !important;
}

/* tinymce code start */
.tox-promotion, .tox .tox-statusbar__right-container {
    display: none !important;
}
.tox .tox-editor-header {
    z-index: 1 !important;
}
/* tinymce code end */

.badge i {
    font-size: inherit !important;
}

/* select2 code start */
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border-color: #d9dee3 !important;
    height: 40px;
    color: #697a8d;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
    right: 10px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #033f40 !important;
}

.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--open .select2-selection {
    border-width: 1px !important;
    border-color: #033f40 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 5px;
    margin: 5px;
    margin-bottom: 0;
    width: calc(100% - 1rem);
    border: 1px solid #033f40 !important;
}

.select2-search__field {
    color: #384551;
}

.select2-container--default, .select2-container--default * {
    outline: 0 !important;
}

/* select2 multiple */
.select2-container--default .select2-selection--multiple {
    background-color: #fff !important;
    border-color: #033f40 !important;
    min-height: 40px;
    color: #697a8d;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #033f40 !important;
    border-color: #033f40 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    border-color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #033f40 !important;
}
/* select2 code end */

/* datatable code start */
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    background-color: #033f40 !important;
}
/* datatable code end */

/* new css code start */
.btn-primary {
    background-color: #033f40 !important;
    border-color: #033f40 !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(3 63 64 / 40%) !important;
}
.input-group:focus-within .form-control, .input-group:focus-within .input-group-text {
    border-color: #033f40 !important;
}
.text-primary {
    color: #033f40 !important;
}
.form-control:focus, .form-select:focus {
    border-color: #033f40 !important;
}
.light-style .authentication-wrapper.authentication-basic .authentication-inner:after {
    background-image: none !important;
}
.light-style .authentication-wrapper.authentication-basic .authentication-inner:before {
    background-image: none !important;
}
.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
    /* background-color: #033f40 !important; */
    background-color: #00846314 !important;
    /* color: #fff !important; */
}
.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle):before {
    background-color: #033f40 !important;
    border: 3px solid #dddddd !important;
}
.bg-menu-theme .menu-inner > .menu-item.active:before {
    background: #033f40 !important;
}
.dropdown-item:not(.disabled).active, .dropdown-item:not(.disabled):active {
    background-color: #00846314 !important;
    color: #033f40 !important;
}
.overlay {
    background: #92ffa50f !important;
}
.loader::before, .loader::after {
    --c: no-repeat radial-gradient(farthest-side, #0e4453 80%, #0000) !important;
}
a {
    color: #033f40;
}
a:hover {
    color: #016466;
}
.app-brand .layout-menu-toggle {
    background-color: #016466;
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }
}
/* new css code end */


/* invoice code start */
@media(max-width: 575.98px) {
    .invoice-edit .invoice-preview-card .invoice-calculations,.invoice-add .invoice-preview-card .invoice-calculations {
        width:100%
    }
}

@media(min-width: 768px) {
    .invoice-edit .repeater-title,.invoice-add .repeater-title {
        position:absolute;
        top: -2.4rem
    }
}

.invoice-edit .invoice-preview-card .repeater-wrapper:not(:last-child),.invoice-add .invoice-preview-card .repeater-wrapper:not(:last-child) {
    margin-bottom: 1.5rem;
}

@media print {
    .invoice-edit hr,.invoice-add hr {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
}

.invoice-preview .invoice-preview-header,.invoice-edit .invoice-preview-header,.invoice-add .invoice-preview-header {
    background-color: rgba(34,48,62,.06);
}

.dark-style .invoice-preview .invoice-preview-header,.dark-style .invoice-edit .invoice-preview-header,.dark-style .invoice-add .invoice-preview-header {
    background-color: rgba(230,230,241,.06);
}

/* invoice code end */
