body strong{
    font-weight: bold !important;
}

body .row [class*=col-] .widget .widget-header h3{
    color: #bfc9d4;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 16px 15px;
}

body .navbar .navbar-item .nav-item.notification-dropdown .dropdown-menu .notification-scroll{
    height: inherit !important;
    max-height: 250px;
}

table.dataTable td {
    white-space: normal !important;
    word-wrap: break-word !important;
}

body.dark .table > thead > tr > th{
    background: #1b2e4b !important;
}

body.dark div.dataTables_wrapper div.dataTables_processing{
    color: white;
}

.dt-head-hidden{
    display: none;
}

.footer-section{
    margin: auto;
}

body .dt--top-section {
    margin: 10px 21px 10px 21px !important;
}

.widget-one_hybrid .widget-heading svg{
    min-width: 40px;
    min-height: 40px;
}

.widget-one_hybrid .widget-heading .fa-solid{
    font-size: 40px;
}

body .widget-one_hybrid .widget-heading .w-title{
    margin-bottom: 0px !important;
}

.pointer-hand{
    cursor: pointer;
}

.btn-status-campaign, .btn-status-tickets{
    cursor: pointer;
}

.datatable-country-flag{
    margin-top: -3px;
    max-width: 15px;
}

body .avatar svg{
    min-width: 26px;
    min-height: 26px;
}

body .avatar-sm{
    width: 26px !important;
    height: 26px !important;
}

body .avatar-indicators:before{
    right: 0% !important;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

body #sidebar ul.menu-categories ul.submenu > li a{
    padding-left: 20px !important;
    margin-left: 0 !important;
    justify-content: normal !important;
}

body #sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a{
    margin-left: 25px !important;
}

.field-required{
    color: #f67052;
    font-size: smaller;
}

body.dark .header-container .theme-brand .theme-logo a img{
    width: inherit !important;
}

body.dark small {
    color: #888ea8;
}

body.dark .flatpickr-input {
    color: white !important;
}

.customTopBadgeWidget{
    margin-top: -32px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white !important;
    background-color: #e2a03f;
    border-radius: 10px;
    max-width: 130px;
}

body.dark .form-control{
    color: white !important;
}

body .widget-one_hybrid .widget-heading h4{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

body .widget-one_hybrid .widget-heading h4 svg{
    min-width: 16px !important;
    min-height: 16px !important;
    height: 16px !important;
    width: 16px !important;
}

body .widget-one_hybrid .widget-heading h4 .fa-solid{
    font-size: 16px !important;
}

.typeCampaignButton .card-body{
    padding: 12px 20px !important;
}

.navbar.navbar-expand-sm .navbar-item .nav-item.theme-logo {
    display: none;
}

#screenshotOverlay::-webkit-scrollbar {
    width: 8px;
}

#screenshotOverlay::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
}

#screenshotOverlay::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.3);
    border-radius: 4px;
}

#screenshotOverlay::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.5);
}

/* Para móviles */
@media (max-width: 768px) {
    #screenshotContainer {
        padding: 10px !important;
    }

    #closeScreenshot {
        top: 20px !important;
        right: 20px !important;
        width: 40px !important;
        height: 40px !important;
        font-size: 20px !important;
    }
}

@media (max-width: 767px) {
    body .header-container .navbar.navbar-expand-sm .navbar-item .nav-item.theme-logo {
        display: block;
    }
}

@media (max-width: 470px) {
    .navbar.navbar-expand-sm .navbar-item .nav-item.theme-toggle-item{
        margin-left: 5px !important;
    }
}

@media (max-width: 417px) {
    .navbar.navbar-expand-sm .navbar-item .nav-item.liHotNav{
        display: none !important;
    }
    .buttonAddCampaignBreadcrumb{
        display: none !important;
    }
}