
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJjdXN0b20uc2NzcyJdLCJzb3VyY2VzQ29udGVudCI6WyIiXSwiZmlsZSI6ImN1c3RvbS5jc3MifQ== */


.header-container .theme-brand .theme-logo a img {
    width: auto;
}

.header-container {
    background: #ffffff;
}

.navbar .navbar-item .nav-item.notification-dropdown .nav-link span.badge {
        /* position: absolute;
    display: block;
    border-radius: 50%; */
    height: 13px;
    width: 13px;
    top: -8px;
    right: -1px;
    /* padding: 0;
    font-size: 10px;
    color: #fff !important;
    background: #00ab55;
    top: -6px;
    right: -3px; */
}

.swal2-html-container {
    color: inherit;
}

.ts-wrapper .ts-control {
    white-space: nowrap;
    flex-wrap: nowrap;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: auto !important;
}

.navbar .navbar-item .nav-item.notification-dropdown .dropdown-menu .notification-scroll {
    max-height: 375px !important;
    height: auto;
}

.navbar .navbar-item .nav-item.notification-dropdown .dropdown-menu .dropdown-item:hover .data-info h6 a {
    color: #4361ee;
}

.secondary-nav {
    top: 53px;
}

.navbar .navbar-item .nav-item.notification-dropdown .nav-link svg {
    color: #000000;
}

#users-table .text-rounded-circle {
    background-color: #bdbdbd;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 19px;
    color: rgb(255, 255, 255);
}

.ts-wrapper.form-control, .ts-wrapper.form-select {
    padding: .375rem 2.25rem .375rem .75rem !important;
}

.form-control:disabled:not(.flatpickr-input), .form-control[readonly]:not(.flatpickr-input) {
    color: unset;
}

.info-box-1 {
    padding: 13px 16px !important;
    text-align: left !important;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 0 !important;
}

.collapse .details-row .info-box-1 {
    max-width: unset !important;
}

.info-box-1-title {
    font-size: 16px !important;
    margin: 0 0 5px !important;
}

.info-box-1-content {
    font-size: 13px !important;
    line-height: 1.5 !important;
}
.collapse .details-row .table:not(.dataTable).table-bordered > tbody > tr td {
    border-radius: 0 !important;
}


#useful-links .link-card {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 0.5rem;
    margin-bottom: 10px;
    background: #fff;
}
#useful-links .link-url {
    word-break: break-all;
    font-size: 16px;
}

.active>.page-link, .page-link.active {
    color: var(--bs-pagination-active-color) !important;
}

#sidebar ul.menu-categories ul.submenu > li a:has(svg) {
    padding-left: 15px;
}

#sidebar ul.menu-categories > li:last-of-type {
    margin-bottom: 20px !important;
}

.sidebar-wrapper {
    width: 251px;
}


#content {
  margin-left: 248px;
}

.widget.widget-six .widget-heading h6 {
    margin-bottom: 11px !important;
    font-size: 15px !important;
}

.widget.widget-six {
    padding: 18px 16px !important;
    border-radius: 10px;
}

.widget.widget-six .w-chart .w-chart-section{
    padding: 0 !important;
}

.widget.widget-six .w-chart .w-chart-section .w-detail{
    position: unset !important;
    font-size: 22px !important;
}


.widget.widget-six .w-chart .w-chart-section .w-title{
    font-size: 25px !important;
    line-height: normal;
}


#email-template-table tbody tr td:last-child:not(.dataTables_empty) ,
#transporter-vehicle-type-table tbody tr td:last-child:not(.dataTables_empty) ,
#users-role-table tbody tr td:last-child:not(.dataTables_empty) ,
#product-category-table tbody tr td:last-child:not(.dataTables_empty) {
    text-align: end;
}


/* .widget-table-two .table > tbody > tr > td .td-content {
    padding: 4px 5px 5px 7px !important;
} */

/* .widget-table-two .table > tbody > tr > td:first-child {
        padding: 10px 0 10px 6px;
}

.widget-table-two .table > tbody > tr > td:last-child {
        padding: 15.5px 0 15.5px 0px;
} */

.widget-table-two .table > tbody > tr > td {
        padding: 10px 7px 10px 2px !important;
}

.widget-table-two .table > thead > tr > th {
        padding: 10px 0 10px 5px !important;
}

#filter-form .btn-small {
    line-height: 1.1;
    font-size: 15px;
}


#quill_editor {
    height: 250px;
    margin-top: 8px;

}

.dataTables_scrollBody thead {
    visibility: hidden;
    height: 0;
    line-height: 0;
}

.record-toggle {
    cursor: pointer;
    color: #6c757d; /* muted */
    font-weight: normal;
    transition: color 0.2s, font-weight 0.2s;
}

.record-toggle:hover {
    color: #0d6efd;
}

.active-toggle {
    color: #0d6efd;
    font-weight: 600;
    /* text-decoration: underline; */
}



@media (min-width: 768px) {
    .header-container .navbar.navbar-expand-sm .navbar-item .nav-item.theme-logo.lg-logo {
        display: none;
    }
}
@media (max-width: 767px) {
    .header-container .navbar.navbar-expand-sm .navbar-item .nav-item.theme-logo.theme-text {
        display: none;
    }
}
