@import url("../vendor/bootstrap/dist/css/bootstrap.min-3RhBqlz.css");

/*@import url("font-awesome.min-4Radczw.css");*/
@import url('https://pro.fontawesome.com/releases/v5.10.0/css/all.css');

@import url("meanmenu.min-1FFW2B3.css");
@import url("animate-7yjCuOQ.css");
@import url("notika-custom-icon-GM6cyS_.css");
@import url("../libs/color-picker/farbtastic--aQG3jm.css");
@import url("../libs/bs-fileinput/fileinput.min-QYtXrEE.css");
@import url("chosen-JXyFpiC.css");
@import url("notification-fn5qBQC.css");
@import url("waves.min-dyef0Pu.css");
@import url("button-MUvaCxd.css");
@import url("main-UtEkBRa.css");
@import url("style-KW4h6q8.css");
@import url("responsive-4eZIlZc.css");

/*body {*/
/*    padding-bottom: 80px;*/
/*}*/

.text-white {
    color: #FFF !important;
}

.text-dark {
    color: #000 !important;
}

.text-primary-600 {
    color: #2563eb !important;
}

.text-primary-700 {
    color: #1d4ed8 !important;
}

.text-primary-800 {
    color: #1e40af !important;
}

.text-success-600 {
    color: #16a34a !important;
}

.text-success-700 {
    color: #15803d !important;
}

.text-success-800 {
    color: #166534 !important;
}

.text-error-600 {
    color: #dc2626 !important;
}

.text-error-700 {
    color: #b91c1c !important;
}

.text-secondary-600 {
    color: #0d9488 !important;
}

.text-secondary-700 {
    color: #0f766e !important;
}

.text-underline {
    text-decoration: underline;
}

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

.text-muted-important {
    color: #777 !important;
}

.fw-700 {
    font-weight: 700;
}

.fw-medium {
    font-weight: 500;
}

.fw-bold {
    font-weight: bold;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.flex-column {
    display: flex !important;
    flex-direction: column !important;
}

.flex-wrap {
    display: flex !important;
    flex-wrap: wrap !important;
}

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

.justify-content-between {
    justify-content: space-between !important;
}

.text-success-important {
    color: #3c763d !important;
}

.text-green {
    color: #00c292;
}

.position-relative {
    position: relative !important;
}

.px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

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

.my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.me-0 {
    margin-right: 0 !important;
}

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

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

.mb-30 {
    margin-bottom: 30px;
}

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

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

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

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

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

.p-16 {
    padding: 16px !important;
}

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

.px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.w-100 {
    width: 100% !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.rounded-md {
    border-radius: 6px !important;
}

.h-100 {
    height: 100% !important;
}

.gap-4 {
    gap: 4px;
}

.bg-gray {
    background: #f5f5f5;
}

.bg-primary-50 {
    background: #eff6ff;
}

.bg-error-50 {
    background: #fef2f2;
}

.bg-secondary-50 {
    background: #f0fdfa;
}

.bg-success-50 {
    background: #f0fdf4;
}

.badge-danger {
    background-color: #e46a76 !important;
}

.fixed-bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
}

.truncate-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.disabled-content {
    position: relative;
    pointer-events: none;
    /*opacity: 0.6;*/
    /*filter: grayscale(50%);*/
    user-select: none;
    cursor: not-allowed;
}

.disabled-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10;
    cursor: not-allowed;
}

/* Optionnel: message de statut */
.disabled-content::after {
    content: "Chargement...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 11;
    white-space: nowrap;
}

.login-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-content:before {
    height: auto;
}

.login-content > img {
    width: 400px;
}


.input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: top;
}

.alert ul {
    list-style: initial;
    margin: initial;
    padding: initial;
    padding-left: 40px;
}

.nk-int-st.has-error input[type="text"],
.nk-int-st.has-error textarea,
.nk-int-st.has-error [type="number"],
.nk-int-st.has-error [type="password"],
.nk-int-st.has-error input[type="email"],
.has-error [type="number"],
.form-custom .has-error .ts-control {
    border-bottom-color: #e46a76;
    margin-bottom: 5px;
}

.nk-int-st.has-error .form-control:focus, .has-error .form-control:focus, .form-custom .has-error .ts-control:before {
    border-color: transparent;
    border-bottom-color: #e46a76 !important;
    box-shadow: initial;
}

.form-custom .has-error  .ts-control:before {
     background: transparent;
}

.chosen-select-act.fm-cmp-mg.has-error .chosen-container-single .chosen-single {
    border-bottom-color: #e46a76;
}

.shared-money.has-error .nk-int-st:after {
    background: transparent;
}

.logo-area {
    padding: 0;
}

.logo-area > a {
    display: inline-block;
}

.logo-area img {
    height: 63px;
}

.header-top-menu .nav.notika-top-nav li .search-dd {
    left: -990px;
}

.nav.navbar-nav.notika-top-nav .dropdown-menu li a {
    font-size: 14px;
}

.wb-traffic-inner {
    justify-content: space-between;
}

.custom-menu-content ul.notika-main-menu-dropdown li.active a {
    color: #00c292;
}

/*.website-traffic-trend svg {*/
/*    width: 16px;*/
/*    height: 16px;*/
/*}*/

.progress-bar-danger {
    background: #d9534f !important;
}

.blog-ctn h2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.blog-ctn h2 > span {
    color: #00c292;
}

.blog-ctn .skill .progress .lead-content p,
.stock-status .skill .progress .lead-content p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-ctn .skill .progress,
.stock-status .skill .progress{
    margin: 35px 0;
}

.blog-ctn .btn-list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-img {
    height: 213px;
    overflow: hidden;
}

.chosen-container-single .chosen-single {
    height: 28px;
}

.form-custom .form-group.float-lb {
    margin: 25px 0;
}

.form-custom .form-group.float-lb.floating-lb {
    margin-top: 0;
}

.form-footer-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.form-ic-cmp.form-ic-cmp-currency {
    vertical-align: middle;
    background: #00c292;
    color: #FFF;
}

.pagination-inbox .wizard-nav-ac  .btn {
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.app-table .basic-tb-hd {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 30px;
}

.app-table table tr > td {
    vertical-align: middle;
}

.modal .notika-btn-bluegray,
.modal .notika-btn-bluegray:hover,
.modal .notika-btn-bluegray:focus {
    background: #607D8B;
}

.modal .btn-success.notika-btn-success, .modal .btn-success.success-icon-notika {
    background-color: #00c292;
}

.modal-body button,
.modal-body .form-footer-actions {
    display: none;
}

.stock-status .color-single {
    color: rgb(17, 24, 39);
    background: rgb(243, 244, 246);
    margin-bottom: 10px;
}

.stock-status .color-single p {
    color: #777;
    margin-bottom: 8px;
    font-weight: bold;
}

.sales-performance .color-single {
    color: rgb(17, 24, 39);
    background: rgb(240 253 244);
    margin-bottom: 10px;
}

.sales-performance .color-single p {
     color: #00c292;
     margin-bottom: 8px;
     font-weight: bold;
 }

.sales-performance .color-single.color-single-blue {
    background: rgb(239 246 255);
}

.expenses-categories-table table tbody tr>td {
    border: 0;
}

.report-actions {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
}

.report-actions > .chosen-select-act {
    width: 50%;
}

.dropdown-trig-sgn .dropdown-menu li .btn-link {
    padding: 10px 20px 10px 10px;
    text-decoration: none;
    width: 100%;
    margin: 0;
    border: 0;
    color: #333;
}

.dropdown-menu>li>.btn-link:focus, .dropdown-menu>li>.btn-link:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

@media (min-width: 768px) {
    .row.row-flex {
        display: flex;
    }
}
