footer .top-footer {
    background: #22282e;
    color: #6c757d;
}

footer .top-footer .footer-info {
    display: flex;
    height: 50px;
    line-height: unset;
}

footer .top-footer .footer-info:hover .footer-info-icon i {
    color: #f9d671;
    -webkit-animation: bounceIn 1s ease-in-out;
    animation: bounceIn 1s ease-in-out;
}

footer .top-footer .footer-info .footer-info-icon {
    display: table-cell;
    padding-right: 10px;
}

footer .top-footer .footer-info .footer-info-icon i {
    font-size: 32px;
    color: #1caf9a;
}

footer .top-footer .footer-info .footer-info-content {
    display: table-cell;
}

footer .top-footer .footer-info .footer-info-content h5 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    padding-top: 6px;
}

footer .top-footer .footer-info .footer-info-content p {
    margin: 0px;
    padding: 0px;
}

footer .top-footer h2 {
    color: #fff;
    margin: 0px 0 10px 0;
    padding: 0px;
    font-size: 2.5rem;
    font-weight: bold;
}

footer .top-footer h3 {
    color: #fff;
    margin: 0px 0 15px 0;
    padding: 0px;
    --max-size: 18;
    --min-size: 14;
    font-size: var(--responsive);
    --max-size-height: 24;
    --min-size-height: 20;
    line-height: var(--lineHeight);
    text-transform: uppercase;
}

footer .top-footer .logo-footer {
    position: relative;
    margin-bottom: 0;
}

footer .top-footer .logo-footer h3 {
    margin: 0px;
    font-weight: bold;
    position: relative;
    padding-left: 8px;
    width: 105px;
    font-size: 30px;
    font-family: Arial;
}

footer .top-footer .logo-footer h3 span {
    position: absolute;
    left: -8px;
    top: 7px;
    font-size: 11px;
    line-height: 14px;
    color: #f9f871;
    transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3) !important;
}

footer .top-footer .logo-footer img {
    width: 100%;
}

footer .top-footer .desc-footer {
    margin-bottom: 15px;
    font-size: 13px;
}

footer .top-footer .footer-company {
    font-size: 14px;
    color: #fff;
}

footer .top-footer ul {
    margin: 0;
    padding: 0;
}

footer .top-footer ul li {
    list-style: none;
    margin-bottom: 10px;
}

footer .top-footer h4 {
    --max-size: 17;
    --min-size: 15;
    font-size: var(--responsive);
    color: rgba(255, 255, 255, 0.7);
    margin: 0px;
    padding: 0px;
}

footer .top-footer .title-newsletter {
    color: #fff;
    margin: 0px;
    padding: 0px;
    --max-size: 16;
    --min-size: 14;
    font-size: var(--responsive);
    --max-size-height: 24;
    --min-size-height: 20;
    line-height: var(--lineHeight);
    text-transform: uppercase;
}

footer .top-footer .title-newsletter i {
    --max-size: 28;
    --min-size: 22;
    font-size: var(--responsive) !important;
    color: #fff;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

footer .top-footer form {
    position: relative;
}

footer .top-footer form .newsletter-field {
    width: 100%;
    height: 44px;
    display: block;
    border: none;
    line-height: 1;
    padding: 0 110px 0 15px;
    color: #fff;
    background-color: #3a424b;
    position: relative;
    border-radius: 5px;
}

footer .top-footer form .newsletter-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    height: 44px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    padding: 0 15px;
    display: inline-block;
    background-color: #1caf9a;
    border-radius: 0 5px 5px 0;
}

footer .top-footer form .newsletter-btn:hover {
    background-color: #fff;
    color: #343a40;
}

footer .bottom-footer {
    background-color: #14181c;
    padding: 15px 0;
    color: #fff;
    font-size: 12px;
}

footer .bottom-footer a {
    color: #fff;
}

footer .bottom-footer ul {
    display: inline;
}

footer .bottom-footer ul li {
    float: right;
    list-style: none;
    color: #fff;
}

footer .bottom-footer ul li a {
    padding: 0 5px;
}

footer hr {
    border-bottom: 1px solid #32373d;
}

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

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.container {
    width: 1320px;
}

.web-gradient {
    background: rgb(226, 32, 46);
    background: linear-gradient(90deg, rgba(226, 32, 46, 1) 0%, rgba(9, 9, 121, 1) 50%, rgba(25, 167, 172, 1) 100%);

}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-align: left;
}

.navbar-default .navbar-nav>li:hover>a {
    color: #fff !important;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active {
    color: #fff !important;
    text-decoration: underline;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

.mr-15 {
    margin-right: 15px;
}

footer {
    height: unset;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}

#content {
    padding-bottom: 0px;
}

.d-none {
    display: none;
}

.dataTables_length select,
.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select.form-control {
    height: 36px;
}

.panel_s .panel-body {
    padding: 15px;
}

div.dataTables_wrapper div.dataTables_paginate {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -25px;
}

.panel_s .panel-body {
    border: 0;
    border-radius: 0;
}

#content {
    min-height: calc(100vh - 92.5px - 186.1px);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff !important;
    text-decoration: underline;
}

table.dataTable thead>tr>th {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
    font-weight: unset;
    font-size: 12px;
    text-transform: unset;
    color: #343a40;
    letter-spacing: unset;
    border-bottom: 1px solid #dee2e6;
}

table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting::before,
table.dataTable thead .sorting::after {
    display: none;
}

table.dataTable {
    border-left: 0;
    border-right: 0;
}

.dataTables_empty {
    background: none;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: no-repeat;
    background-position: center;
    height: unset;
    padding-top: 14px !important;
    text-align: left !important;
    color: #777;
    font-size: 13px;
    text-align: center !important;
}

.table.invoice-items-table .product.pic {
    width: 50px !important;
    height: 50px !important;
}

.invoice-items-table .fa.fa-times {
    cursor: pointer;
}

#content .form-group,
.content .form-group {
    margin-bottom: 5px;
}

.product-cell .product-image {
    margin: 10px;
}

.add-cart button {
    margin-top: -2px !important;
}

.row.text-center .btn_page {
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 0;
    background: #17a2b8;
}

button.btn_page.active {
    border: 1px solid #17a2b8 !important;
    background-color: #fff !important;
    color: #17a2b8 !important;
}

.mt-15 {
    margin-top: 18px;
}

.b-search-inline {
    width: 100%;
    height: 36px;
    border-radius: 0;
}

.br-0 {
    border-radius: 0 !important;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.mr-10 {
    margin-right: 10px;
}

.title-icon {
    color: #17a2b8;
    margin-right: 5px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    height: 36px;
}

ul.more-columns {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

.more-columns li {
    margin-bottom: 7px;
}

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

.list-status a {
    padding: 5px 10px;
}

.list-status h3 {
    margin-bottom: 0;
}

.h-30 {
    height: 30px;
}

.h-36 {
    height: 36px;
}

.pl-30 {
    padding-left: 30px;
}

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

.nocursor {
    cursor: unset;
}

.w-100 {
    width: 100%;
}

ul.two-columns {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.ad-search-content-holder {
    max-height: calc(100vh - 150px);
    overflow: auto;
    margin-bottom: 10px;
}


.search-box-inner {
    position: relative;
    margin-top: 27px;
}

.search-box-inner .search-field {
    width: 100%;
    height: 38px;
    border: none;
    background-color: #fff;
    padding: 0 10px 0 10px;
    border-radius: 0;
}



.search-bar .search-box-inner {
    width: 80%;
}

.search-bar .search-box-inner .search-field {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 38px;
    border-radius: 0;
}

.ad-search-content-holder {
    position: absolute;
    z-index: 2;
    border: none;
    background-color: #fff;
    padding: 0px 15px;
    color: #252525;
    display: block;
    width: 100%;
}

.select-ad-search-option:hover {
    background: #e1eaf1;
}

.ad-search-content-holder .select-ad-search-option {
    cursor: pointer;
    margin-bottom: 10px;
}

.ad-search-content-holder .select-ad-search-option:hover .search-title {
    color: #00B4FF;
}

.ad-search-content-holder .select-ad-search-option i {
    color: #00B4FF;
    font-style: normal;
}

.ad-search-content-holder .select-ad-search-option .w-40 {
    width: 40%;
    display: inline-block;
}




.img-search {
    width: 50px;
}

.search-title {
    margin-top: 5px;
}

/*.bs3.bootstrap-select .dropdown-toggle .filter-option{*/
/*    line-height: 16px;*/
/*}*/
.p-5 {
    padding: 5px !important;
}

.h-unset {
    height: unset !important;
}

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

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

.availability {
    margin: 10px 0 20px 0;
}

.availability span {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding-left: 3px;
    text-transform: uppercase;
}

.availability i {
    color: #81ca33;
}

.not-availability {
    margin: 10px 0 20px 0;
}

.not-availability span {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding-left: 3px;
    text-transform: uppercase;
}

.not-availability i {
    color: #cf0016;
}

.uppercase {
    text-transform: uppercase;
}

.service-inner {
    padding: 15px 15px 5px;
}

.service-inner .single-item {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.service-inner .single-item:hover .features-icon i {
    -webkit-animation: fadeIn 1s ease-in-out;
    animation: fadeIn 1s ease-in-out;
}

.service-inner .single-item .features-icon {
    --max-size: 24;
    --min-size: 18;
    font-size: 26px;
    float: left;
    color: #28b8da;
    min-width: 35px;
    max-width: 40px;
    line-height: 1.2;
    margin-right: 10px;
}

.service-inner .single-item .features-content {
    float: left;
}

.service-inner .single-item .features-content h5 {
    color: #252525;
    --max-size: 13;
    --min-size: 11;
    line-height: 1.2;
    font-weight: bold;
    padding-bottom: 3px;
    text-transform: uppercase;
    clear: both;
    margin: 2px 0 0 0;
    padding: 0px;
    width: auto;
    text-align: left;
}

.service-inner .single-item .features-content p {
    color: #333;
    --max-size: 11;
    --min-size: 9;
    line-height: 1;
    margin: 0px;
    padding: 0px;
    width: auto;
}

.text-small {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 9px;
    line-height: 10px;
    color: #28b8da;
}

/*.qty_total{*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    background: rgba(32, 189, 255, 0.8);*/
/*    color: #000;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    line-height: 15px;*/
/*    font-size: 10px;*/
/*    font-weight: bold;*/
/*    text-align: center;*/
/*    border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*    -webkit-border-radius: 50%;*/
/*    margin-left: 10px;}*/
/*}*/

form .btn.btn-info.btn-block[type="submit"] {
    margin-top: 10px;
}

/* Padding orizontal pe întreaga navigare */
nav.ui-nav-refresh .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
}

/* Dropdown profil: decalat la stânga pentru a nu se lipi de marginea dreaptă */
.crm-nav-profile .dropdown-menu {
    right: 20px;
    left: auto;
}

/* ========== Font mai mare, mai lizibil – portal clienți ========== */
.dashboard-refresh .ui-dash-btn-secondary {
    font-size: 1.2rem;
}
.dashboard-refresh .ui-dash-card-desc {
    font-size: 1.2rem;
}
.dashboard-refresh table td,
.dashboard-refresh table th,
.dashboard-refresh .table td,
.dashboard-refresh .table th {
    font-size: 1.125rem !important;
}
.dashboard-refresh table thead th,
.dashboard-refresh .table thead th {
    font-size: 1.125rem !important;
}
.dashboard-refresh .ui-dash-select,
.dashboard-refresh select.form-control,
.dashboard-refresh .form-control {
    font-size: 1.0625rem !important;
}
.dashboard-refresh label,
.dashboard-refresh .form-group label {
    font-size: 1.125rem !important;
}
.dashboard-refresh .btn {
    font-size: 1.125rem !important;
}
.dashboard-refresh .client-dashboard-section .dashboard-title,
.dashboard-refresh .client-dashboard-section .dashboard-filter-btns .btn,
.dashboard-refresh .client-dashboard-section .panel-title {
    font-size: 1.125rem !important;
}
.customer-top-submenu a,
.submenu li a {
    font-size: 1.125rem !important;
}

/* ========== Font mare PESTE TOT – portal clienți + sales_agent ========== */
/* Target #content – aplică pe toate paginile (clients + sales_agent) */
#content .invoice-quick-info.invoices-stats .stats-status a h5,
#content .invoice-quick-info.invoices-stats h5.bold,
#content .invoice-quick-info .stats-status h5,
#content .invoices-stats h5.bold {
    font-size: 1.2rem !important;
}
#content .invoice-quick-info .stats-numbers,
#content .invoices-stats .stats-numbers {
    font-size: 1.125rem !important;
}
#content .invoice-quick-info,
#content .invoices-stats {
    font-size: 1.125rem;
}
/* Tabele peste tot */
#content table td,
#content table th,
#content .table td,
#content .table th,
#content .table thead th {
    font-size: 1.125rem !important;
}
/* Panel, carduri, statistici (sales_agent, etc.) */
#content .panel-body,
#content .panel-body p,
#content .top_stats_wrapper,
#content .quick-stats-invoices,
#content .quick-stats-invoices p,
#content .top_stats_wrapper p,
#content .top_stats_wrapper a {
    font-size: 1.125rem !important;
}
#content .panel-title,
#content .panel-body .bold {
    font-size: 1.2rem !important;
}
#content .fontsize24 {
    font-size: 1.5rem !important;
}
/* Formulare, butoane, label-uri */
#content .form-control,
#content .form-group label,
#content label {
    font-size: 1.0625rem !important;
}
#content .btn {
    font-size: 1.0625rem !important;
}
