@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
    --tw-color-white: #ffffff;
    --tw-color-black: #000000;

    --tw-color-gray-50: #f9fafb;
    --tw-color-gray-100: #f3f4f6;
    --tw-color-gray-200: #e5e7eb;
    --tw-color-gray-300: #d1d5db;
    --tw-color-gray-400: #9ca3af;
    --tw-color-gray-500: #6b7280;
    --tw-color-gray-600: #4b5563;
    --tw-color-gray-700: #374151;
    --tw-color-gray-800: #1f2937;
    --tw-color-gray-900: #111827;
    --tw-color-gray-950: #030712;

    --tw-color-neutral-50: #fafafa;
    --tw-color-neutral-100: #f5f5f5;
    --tw-color-neutral-200: #e5e5e5;
    --tw-color-neutral-300: #d4d4d4;
    --tw-color-neutral-400: #a3a3a3;
    --tw-color-neutral-500: #737373;
    --tw-color-neutral-600: #525252;
    --tw-color-neutral-700: #404040;
    --tw-color-neutral-800: #262626;
    --tw-color-neutral-900: #171717;
    --tw-color-neutral-950: #0a0a0a;

    --tw-color-zinc-50: #fafafa;
    --tw-color-zinc-100: #f4f4f5;
    --tw-color-zinc-200: #e4e4e7;
    --tw-color-zinc-300: #d4d4d8;
    --tw-color-zinc-400: #a1a1aa;
    --tw-color-zinc-500: #71717a;
    --tw-color-zinc-600: #52525b;
    --tw-color-zinc-700: #3f3f46;
    --tw-color-zinc-800: #27272a;
    --tw-color-zinc-900: #18181b;
    --tw-color-zinc-950: #09090b;

    --tw-color-red-50: #fef2f2;
    --tw-color-red-100: #fee2e2;
    --tw-color-red-200: #fecaca;
    --tw-color-red-300: #fca5a5;
    --tw-color-red-400: #f87171;
    --tw-color-red-500: #ef4444;
    --tw-color-red-600: #dc2626;
    --tw-color-red-700: #b91c1c;
    --tw-color-red-800: #991b1b;
    --tw-color-red-900: #7f1d1d;
    --tw-color-red-950: #450a0a;

    --brand: #6162BD;
    --brand-hover: #3C3E90;

    --color-easyschool-50: #f2f5fb;
    --color-easyschool-100: #e7ecf8;
    --color-easyschool-200: #d4dcf1;
    --color-easyschool-300: #b9c4e8;
    --color-easyschool-400: #9ca6dd;
    --color-easyschool-500: #838ad1;
    --color-easyschool-600: #6162bd;
    --color-easyschool-700: #5a59a9;
    --color-easyschool-800: #4a4a89;
    --color-easyschool-900: #41426e;
    --color-easyschool-950: #262640;    


    /* VARIAVEIS DE AMBIENTE */

    --background: var(--tw-color-white);
    --foreground: var(--tw-color-gray-700);
    --body: var(--tw-color-gray-50);

    --header: var(--tw-color-gray-700);
    --header-foreground: var(--tw-color-gray-100);
    --header-btn-foreground: var(--tw-color-gray-400);

    --sidebar: var(--tw-color-white);
    --sidebar-hover: var(--tw-color-gray-50);
    --sidebar-foreground: var(--tw-color-gray-500);
    
    --widget: var(--background);
    --widget-foreground: var(--foreground);
    --widget-header: var(--tw-color-gray-700);
    --widget-header-border: var(--tw-color-gray-700);
    --widget-header-foreground: var(--tw-color-gray-50);

    --primary: var(--tw-color-gray-700);
    --primary-hover: var(--tw-color-gray-800);
    --primary-foreground: var(--tw-color-gray-50);
    
    --btn-primary: var(--tw-color-gray-500); 
    --btn-primary-hover: var(--tw-color-gray-600);
    --btn-primary-foreground: var(--tw-color-gray-50);

    --secondary: var(--tw-color-gray-100);
    --secondary-hover: var(--tw-color-gray-200);
    --secondary-foreground: var(--tw-color-gray-800);

    --accent: var(--tw-color-gray-50);
    --accent-foreground: var(--tw-color-gray-800);

    --danger: var(--tw-color-red-500);
    --danger-foreground: var(--tw-color-gray-50);

    --muted: var(--tw-color-gray-100);
    --muted-foreground: var(--tw-color-gray-500);

    --border: var(--tw-color-gray-200);
    --input: var(--tw-color-gray-300);
    --ring: var(--primary);

    /* font-size é 10px, que é igual a 1rem;  */
    --radius: 0.8rem;

    --rounded-md: calc(var(--radius) - 0.2rem);
    --rounded-lg: calc(var(--radius));

    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);

    --logo-color: unset;

}

.easyschool-theme {
    --background: var(--tw-color-white);
    --foreground: var(--tw-color-gray-800);
    --body: var(--tw-color-gray-50);
    --header: var(--tw-color-white);
    --header-foreground: var(--tw-color-gray-500);
    --header-btn-foreground: var(--tw-color-gray-500);
    --sidebar: var(--tw-color-white);
    --sidebar-hover: var(--tw-color-gray-50);
    --sidebar-foreground: var(--tw-color-gray-600);
    --widget: var(--background);
    --widget-foreground: var(--foreground);
    --widget-header: var(--tw-color-white);
    --widget-header-foreground: var(--tw-color-gray-800);
    --widget-header-border: var(--border);
    --primary: var(--color-easyschool-500);
    --primary-hover: var(--color-easyschool-600);
    --primary-foreground: var(--tw-color-gray-50);
    --btn-primary: var(--color-easyschool-500);
    --btn-primary-hover: var(--color-easyschool-600);
    --btn-primary-foreground: var(--tw-color-gray-50);
    --secondary: var(--tw-color-gray-100);
    --secondary-hover: var(--tw-color-gray-200);
    --secondary-foreground: var(--tw-color-gray-800);
    --accent: var(--tw-color-gray-50);
    --accent-foreground: var(--tw-color-gray-800);
    --danger: var(--tw-color-red-500);
    --danger-foreground: var(--tw-color-gray-50);
    --muted: var(--tw-color-gray-100);
    --muted-foreground: var(--tw-color-gray-500);
    --border: var(--tw-color-gray-200);
    --input: var(--tw-color-gray-300);
    --ring: var(--primary);
    --logo-color: invert(51%) sepia(9%) saturate(4230%) hue-rotate(202deg) brightness(79%) contrast(84%);
}

/* ------------------------- PAGE --------------------------------------------------------------- */


body {
    font-family: "Inter", "Open Sans", Arial, Helvetica, Sans-Serif;
    color: var(--foreground);
}

body.smart-style-2 {
    background: var(--body);
}

.no-toolbar {
    padding: 0 !important;
    height: 0 !important;
    border: 0 !important;
}

.smart-style-2 #header,
.smart-style-2 .page-footer,
.smart-style-2 .superbox-show {
    background-image: none;
    background-color: var(--header);
}

.fixed-header.fixed-ribbon #header {
    border-bottom: 1px solid var(--border);
}

.page-footer {
    border-top: 1px solid var(--border);
}

select {
    accent-color: var(--accent-foreground);
}

.smart-style-2 #ribbon {
    background: var(--body);
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--tw-color-neutral-200) var(--tw-color-white);
}

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: var(--tw-color-neutral-400);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--tw-color-neutral-300);
}

.fixed-navigation nav > ul::-webkit-scrollbar {
    width: 4px;
}

/* ------------------------- ASIDE -------------------------------------------------------------- */

.smart-style-2 aside {
    background: var(--sidebar);
    border-right: 1px solid var(--border);
}

.smart-style-2 nav ul li a {
    border: 1px solid transparent;
    color: var(--sidebar-foreground) !important;
    font-size: 13px !important;
}

nav > ul > li > a > i {
    margin-right: 1px;
}

.smart-style-2 nav ul li a:hover,
.smart-style-2 nav ul ul li > a:hover {
    color: var(--accent-foreground) !important;
    background: var(--sidebar-hover) !important;
    border: 1px solid var(--sidebar-hover);
    border-radius: 0.8rem;
}

.smart-style-2 nav ul .active>a, .smart-style-2 nav ul li.open>a, .smart-style-2 nav ul li.open>a b {
    color: var(--accent-foreground) !important;
    font-weight: 500;
}

.smart-style-2 nav ul ul li>a {
    padding-left: 1.8rem;
    font-size: 12px !important;
}

.smart-style-2 nav ul ul ul li a {
    padding-left: 2.5rem;
    font-size: 12px !important;
}

.smart-style-2 nav ul ul ul ul li a {
    padding-left: 3.5rem;
}

nav>ul>li>ul>li>a, nav>ul>li>ul>li>ul>li>a {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.fixed-navigation nav > ul {
    padding-right: 15px;
    position: relative;
    height: 100%;
    width: 108%;
    overflow-x: hidden;
    overflow-y: auto;
    /* scrollbar-width: none; */
}

.smart-style-2 .login-info>span {
    color: var(--foreground);
    background: var(--sidebar-hover);
    border: 1px solid var(--border) !important;
    border-radius: 0.8rem;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
    box-shadow: unset !important;
}

.smart-style-2 .login-info span {
    color: var(--foreground);
    background: var(--sidebar-hover);
}

.smart-style-2 .login-info a {
    color: var(--accent-foreground);
}

.smart-style-2 .login-info a font {
    color: var(--muted-foreground);
}

/* ------------------------- HEADER ------------------------------------------------------------- */

#logo {
    margin-left: 14px;
}

#logo img {
    filter: var(--logo-color);
}

#header > :first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo-group > span {
    display: flex;
    height: 39px;
    float: unset;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.smart-style-2 .btn-header > :first-child > a {
    color: var(--header-btn-foreground) !important;
}

.smart-style-2 .btn-header > :first-child > a:hover {
    color: var(--header-foreground) !important;
}

.smart-style-2 #hide-menu a > i {
    color: var(--header-btn-foreground) !important;
}

.smart-style-2 #hide-menu a:hover i {
    color: var(--header-foreground) !important;
}

.btn-header > :first-child > a {
    border-radius: var(--rounded-md);
}

#project-context > :first-child,
.project-context > :first-child {
    color: var(--header-foreground);
}

/* ------------------------- UI COMPONENTS ------------------------------------------------------ */

.logo_menu {
    width: 48px !important;
    height: 40px;
    object-fit: contain;
}

.pagination > li > a,
.pagination > li > span {
    color: var(--primary);
}

nav ul li a {
    font-weight: 500;
}

#shortcut ul li .jarvismetro-tile {
    border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
}

#shortcut .selected:after {
    border-top: 35px solid var(--tw-color-blue-500);
    border-top-right-radius: 0.8rem;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
}

/* ------------------------- TOOLTIP ------------------------------------------------------------ */

.tooltip-inner {
    padding: 0.5rem 1rem;
    font-size: 11px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 600;
    border-radius: var(--rounded-md) !important;
    color: var(--tw-color-neutral-700);
    background: var(--tw-color-neutral-100);
}

/* MESSAGEBOX CONTAINER */

.MessageBoxContainer {
    top: 35%;
    color: var(--tw-color-neutral-100);
    position: relative;
    width: 100%;
    background-color: #232323;
    background-color: var(--tw-color-gray-800);
    padding: 20px;
}

.MessageBoxMiddle .MsgTitle {
    letter-spacing: 0px;
    font-size: 2.4rem;
}

.MessageBoxContainer .btn-default {
    color: var(--primary);
    background-color: var(--tw-color-neutral-100);
    border-color: var(--tw-color-neutral-300);
}

.MessageBoxContainer .btn-default:hover {
    color: var(--primary);
    background-color: var(--tw-color-neutral-200);
    border-color: var(--tw-color-neutral-300);
}

/* ------------------------- RIBBON ------------------------------------------------------------- */

.smart-style-2 #ribbon .breadcrumb a {
    color: var(--foreground) !important;
}

.breadcrumb>li {
    font-weight: 500;
}

.smart-style-2.fixed-ribbon #ribbon {
    border-bottom: 1px solid var(--border);
}

.btn.btn-ribbon {
    padding: 0 6px;
    line-height: 24px;
    height: 24px;
}

.ribbon-button-alignment {
    padding-top: 8px;
    display: inline-block;
}

.smart-style-2 .btn.btn-ribbon {
    background: var(--secondary);
    color: var(--muted-foreground);
    box-shadow: unset;
}

.smart-style-2 .btn.btn-ribbon:hover {
    background: var(--secondary-hover);
}

.smart-style-2 #ribbon .breadcrumb, 
.smart-style-2 #ribbon .breadcrumb li:last-child, 
.smart-style-2 #ribbon .breadcrumb>.active {
    color:  var(--muted-foreground) !important;
}

.breadcrumb>li+li:before {
    padding: 0 var(--rounded-md);
    color: var(--muted-foreground);
}

/* ------------------------- BUTTONS ---------------------------------------- */

.btn-link {
    color: var(--primary);
}

/* BTN PRIMARY */
.smart-style-2 .btn-primary,
.smart-style-2 .smart-form .button {
    background-color: var(--btn-primary);
    border-color: var(--btn-primary);
    color: var(--btn-primary-foreground);
}

/* BTN PRIMARY HOVER */
.smart-style-2 .btn-primary.active,
.smart-style-2 .btn-primary:active,
.smart-style-2 .btn-primary:focus,
.smart-style-2 .btn-primary:hover,
.smart-style-2 .open .dropdown-toggle.btn-primary {
    background-color: var(--btn-primary-hover);
    border-color: var(--btn-primary-hover);
    color: var(--btn-primary-foreground);
}

.btn {
    font-weight: 500;
    border-radius: var(--rounded-md);
    -webkit-border-radius: var(--rounded-md);
    -moz-border-radius: var(--rounded-md);
    box-shadow: unset;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
}


/* 
.btn.disabled {
    background: var(--muted) !important;
    color: var(--muted-foreground) !important;
    border: 1px solid var(--border) !important;
} */

.smart-style-2 .btn-success {
    border-color: #96bf48;
}

.smart-style-2 .btn-danger {
    border-color: #DB4A67;
}

.smart-style-2 .btn-warning {
    border-color: #E2B14A;
}

.btn-info {
    border-color: #57889c;
}

.btn-default {
    color: var(--foreground);
    background-color: unset;
    border-color: var(--border);
}

.MessageBoxButtonSection button {
    margin-right: 0.8rem !important;
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
}	
.smart-form .off-footer .btn {
    height: 3.2rem;
    padding: 0 1.6rem;
    font: 500 1.4rem/2rem 'Inter','Open Sans',Helvetica,Arial,sans-serif;
}

/* ------------------------- JARVISWIDGET ------------------------------------------------------- */

.jarviswidget {
    margin: 0 0 3.2rem;
    -moz-border-radius: var(--rounded-md);
    -khtml-border-radius: var(--rounded-md);
    -webkit-border-radius: var(--rounded-md);
    border-radius: var(--radius);

    box-shadow: var(--shadow-sm);
}

.jarviswidget-color-blue>header {
    color: var(--widget-header-foreground);
}

.jarviswidget-color-blue > header {
    border-color: var(--widget-header-border) !important;
    background: var(--widget-header);
}

.jarviswidget header .nav-tabs > li > a {
    border-radius: 0.7rem 0.7rem 0 0;
    margin-top: 2px;
    transition: all 0.25s ease-out;
}

.ui-sortable .jarviswidget-sortable > header {
    -moz-border-radius: 0.8rem 0.8rem 0 0;
    -khtml-border-radius: 0.8rem 0.8rem 0 0;
    -webkit-border-radius: 0.8rem 0.8rem 0 0;
    border-radius: 0.8rem 0.8rem 0 0;
    box-shadow: unset;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
}

.ui-sortable .jarviswidget-sortable.jarviswidget-collapsed > header {
    -moz-border-radius: 0.8rem;
    -khtml-border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
    border-radius: 0.8rem;
}

.jarviswidget.jarviswidget-collapsed > header {
    -moz-border-radius: 0.8rem;
    -khtml-border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
    border-radius: 0.8rem;
}

.jarviswidget > header {
    border-radius: 0.8rem 0.8rem 0 0;
}

.jarviswidget > div {
    -moz-border-radius: 0 0 0.8rem 0.8rem;
    -khtml-border-radius: 0 0 0.8rem 0.8rem;
    -webkit-border-radius: 0 0 0.8rem 0.8rem;
    border-radius: 0 0 0.8rem 0.8rem;
    border-width: 1px 1px 1px;
    border-right-color: var(--border) !important;
    border-bottom-color: var(--border) !important;
    border-left-color: var(--border) !important;
}

.jarviswidget > div {
    padding: 13px 13px 0;
    overflow: visible;
}

.jarviswidget>div {
    background-color: var(--widget) !important;
}

.jarviswidget.well > div {
    border-radius: 0.8rem;
}

.widget-footer {
    padding: 0.8rem;
    /* margin: 0 -1.6rem -1.6rem; */
    border-radius: 0 0 0.8rem 0.8rem;
}

.widget-body.no-padding .alert {
    border-radius: var(--rounded-md) !important;
    -webkit-border-radius: var(--rounded-md) !important;
    -moz-border-radius: var(--rounded-md) !important;
}

.nav-tabs > li.active > a {
    -webkit-box-shadow: 0 -2px 0 var(--primary);
    -moz-box-shadow: 0 -2px 0 var(--primary);
    box-shadow: 0 -2px 0 var(--primary);
}

.nav-tabs>li>a {
    border-radius: 0;
    color: var(--primary) !important;
}

.nav-tabs li:not(.active) a {
    color: var(--primary) !important;
}

.tabs-left .nav-tabs > li.active > a {
    -webkit-box-shadow: -2px 0 0 var(--primary);
    -moz-box-shadow: -2px 0 0 var(--primary);
    box-shadow: -2px 0 0 var(--primary);
}

.jarviswidget header .nav-tabs > li.active > a,
.jarviswidget header .nav-tabs > li.active > a:focus,
.jarviswidget header .nav-tabs > li.active > a:hover {
    border-radius: 0.7rem 0.7rem 0 0;
}

.jarviswidget header .nav-tabs > li.active > a {
    color: var(--widget-header);
}

.jarviswidget-color-blue .widget-body .nav-tabs li:not(.active) a {
    color: var(--primary) !important;
}

.jarviswidget-color-blue .widget-body .nav-tabs li:not(.active) a:hover {
    color: var(--primary) !important;
}

.jarviswidget-color-blue .widget-body .nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: var(--accent) !important;
}


.jarviswidget-color-blue .nav-tabs li:not(.active) a:hover {
    color: var(--tw-color-neutral-100) !important;
}

.jarviswidget-color-blue .nav-tabs li:not(.active) a:hover {
    color: var(--tw-color-neutral-100) !important;
}

.jarviswidget-color-blue .nav-tabs li a:hover {
    color: var(--widget-header) !important;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: var(--tw-color-gray-600);
}

.jarviswidget-color-blue .nav-tabs li a:hover i {
    opacity: 1;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: var(--muted-foreground);
    background-color: var(--background);
    border-color: var(--border);
    cursor: not-allowed;
}

/* ------------------------- ALERT ------------------------------------------------------------- */

.alert {
    border-radius: var(--rounded-md);
    -webkit-border-radius: var(--rounded-md);
    -moz-border-radius: var(--rounded-md);
    border-width: 1px;
    border-style: solid;
}

.alert-warning { border-color: #efe1b3; }
.alert-danger  { border-color: #c26565; }
.alert-success { border-color: #cde0c4; }
.alert-info    { border-color: #d6dde7; }

/* ------------------------- LABEL -------------------------------------------------------------- */

.label {
    display: inline;
    padding: 0.4rem 0.8rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--rounded-md);
}

label {
    font-weight: 500;
}

.smart-form {
    color: var(--foreground);
}

.smart-form .label,
.smart-form label {
    padding: 0;
}

.smart-form .label {
    font-weight: 500;
    color: var(--foreground);
}

.label-primary {
    background-color: var(--primary);
}

/* ------------------------- BADGE -------------------------------------------------------------- */

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 0.4rem 0.8rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 2rem;
}

/* ------------------------- DATATABLE ---------------------------------------------------------- */

.dt-toolbar {
    border-bottom: 1px solid var(--border);
    background: var(--body);
}

button.dt-button,
div.dt-button,
a.dt-button {
    background-image: unset !important;
    background-color: var(--secondary) !important;
    border: 1px solid var(--border) !important;
    border-radius: var(--rounded-md) !important;
    color: var(--secondary-foreground) !important;
    font-weight: 500 !important;
}

button.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
    background-image: unset !important;
    box-shadow: unset !important;
    background-color: var(--secondary-hover) !important;
}

.dt-toolbar-footer {
    font-size: 1.2rem;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    -ms-box-shadow: unset;
    box-shadow: unset;
    border-radius: 0 0 0.8rem 0.8rem;
    background: var(--background);
    border-top: 1px solid var(--border);
}

table.table-bordered.dataTable {
    border-collapse: collapse !important;
}

div.dataTables_info {
    padding-top: 9px;
    font-size: 1.2rem;
    font-weight: 500;
    font-style: normal;
    color: var(--muted-foreground);
}

.dataTables_empty {
    color: var(--muted-foreground);
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: var(--tw-color-gray-50);
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid var(--border);
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

.table>thead>tr>th {
    border-bottom: 1px solid var(--border) !important;
    /* text-transform: uppercase; */
}

.dataTables_filter .input-group-addon {
    border-radius: var(--rounded-md) 0 0 var(--rounded-md);
}

.pagination {
    font-weight: 500;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: var(--rounded-md);
    border-top-right-radius: var(--rounded-md);
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: var(--rounded-md);
    border-top-left-radius: var(--rounded-md);
}

.pagination > li > a,
.pagination > li > span {
    box-shadow: unset;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
}

.smart-style-2 .pagination > .active > a,
.smart-style-2 .pagination > .active > a:focus,
.smart-style-2 .pagination > .active > a:hover,
.smart-style-2 .pagination > .active > span,
.smart-style-2 .pagination > .active > span:focus,
.smart-style-2 .pagination > .active > span:hover {
    background-color: var(--accent);
    border-color: var(--border);
    color: var(--accent-foreground);
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: var(--accent-foreground);
    background-color: var(--accent);
    border-color: var(--border);
}


.fc-head-container thead tr,
.table thead tr {
    background-image: unset;
    background-color: var(--body);
    color: var(--muted-foreground);
    /* font-size: 13px; */
}

.table-hover > tbody > tr:hover {
    background-color: var(--accent);
    color: var(--accent-foreground);
}

/* ------------------------- SMART-FORM & SF COMPONENTS ----------------------------------------- */

.smart-form .input input,
.smart-form .select select,
.smart-form .textarea textarea {
    border-radius: var(--rounded-md) !important;
    font: 13px/16px "Inter", "Open Sans", Helvetica, Arial, sans-serif;
    background: var(--background);
    color: var(--foreground);
}

.smart-form .input-file .button {
    top: 0;
    right: 0;
    height: 32px;
    padding: 0 1.6rem;
    line-height: 32px;
    border-radius: 0 var(--rounded-md) var(--rounded-md) 0;
}

.smart-style-2 .smart-form .checkbox input:checked + i,
.smart-style-2 .smart-form .radio input:checked + i,
.smart-style-2 .smart-form .toggle input:checked + i {
    border-color: var(--primary);
}

.smart-form .checkbox input:focus+i, .smart-form .input input:focus, .smart-form .radio input:focus+i, .smart-form .select select:focus, .smart-form .textarea textarea:focus, .smart-form .toggle input:focus+i {
    border-color: var(--primary);
}

.smart-form .radio input + i:after {
    background-color: var(--primary);
}

.smart-form .checkbox input + i:after {
    color: var(--primary);
}

.smart-style-2 .smart-form .toggle i:before {
    background-color: var(--primary);
}

.smart-form .rating input + label:hover,
.smart-form .rating input + label:hover ~ label {
    color: var(--primary);
}

.smart-form footer .btn {
    height: 32px;
    margin: 0.8rem 0 0 0.4rem;
    padding: 0 1.6rem;
    font: 500 1.3rem/2.9rem "Inter", "Open Sans", Helvetica, Arial, sans-serif;
}

.smart-form footer {
    border-radius: 0 0 0.8rem 0.8rem;
    border-top: 1px solid var(--border);
    background: var(--widget);
}

.smart-form .checkbox:active i,
.smart-form .radio:active i,
.smart-form .toggle:active i {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.smart-form .checkbox:hover i,
.smart-form .radio:hover i,
.smart-form .toggle:hover i {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.smart-form .checkbox:hover i,
.smart-form .input:hover input,
.smart-form .radio:hover i,
.smart-form .select:hover select,
.smart-form .textarea:hover textarea,
.smart-form .toggle:hover i {
    border-color: var(--primary);
}

.smart-form .checkbox i {
    border-radius: var(--rounded-md);
}

.smart-form .button {
    font: 300 15px/31px "Inter", "Open Sans", Helvetica, Arial, sans-serif;
}

.smart-form fieldset {
    border-radius: 0.8rem;
    background: var(--background) !important;
}

.form-control,
.input-lg,
.input-sm,
.input-xs {
    border-radius: var(--rounded-md) !important;
    -webkit-border-radius: var(--rounded-md) !important;
    -moz-border-radius: var(--rounded-md) !important;
}

.smart-form .form-group  input[type="text"], .smart-form .form-group select, .smart-form .form-group textarea {
    background: var(--background);
    font: 13px/16px 'Inter','Open Sans',Helvetica,Arial,sans-serif;
    color: var(--foreground);
}

.smart-form input.input-xs {
    height: 24px !important;
    padding: 2px 8px !important;
    /* font-size: 11px !important; */
    /* line-height: 1.5 !important; */
}

.smart-form input.input-sm {
    height: 30px !important;
    padding: 4px 8px !important;
    /* font-size: 12px !important; */
    /* line-height: 1.5 !important; */
}

.smart-form .form-group input[type="number"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px 10px;
}

label input[type="checkbox"].checkbox:checked + span:before {
    color: var(--primary);
}

label:active input[type="checkbox"].checkbox:checked + span:before {
    background: var(--primary);
    border-color: var(--primary);
}

label:hover input[type="radio"].radiobox + span:before,
label:hover input[type="radio"].radiobox:checked + span:before {
    color: var(--primary);
    border-color: var(--primary);
}

label input[type="radio"].radiobox:checked + span:before {
    color: var(--primary);
}

.input-group-addon {
    color: var(--muted-foreground);
    background-color: var(--accent);
    border: 1px solid var(--input);
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: var(--rounded-md) !important;
    border-bottom-left-radius: var(--rounded-md) !important;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0 !important;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: var(--rounded-md) !important;
    border-bottom-right-radius: var(--rounded-md) !important;
}

input[type="checkbox"],
input[type="radio"] {
    accent-color: var(--primary);
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: brightness(0.5);
    filter: invert(1) brightness(0.5);
}

/* ------------------------- PANEL -------------------------------------------------------------- */

.panel {
    border-radius: 0.8rem;
    -webkit-box-shadow: var(--shadow-sm);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.panel-title {
    font-weight: 500;
}

.panel-footer > .btn-block {
    border-radius: var(--rounded-md);
    -moz-border-radius: var(--rounded-md);
    -webkit-border-radius: var(--rounded-md);
}

.panel-footer {
    background-color: var(--background);
    border-top: 1px solid var(--border);
}

.panel-default {
    border-color: var(--border);
}

.panel-default > .panel-heading {
    color: var(--foreground);
    background-color: var(--body);
    border-color: var(--border);
}

/* ------------------------- DROPDOWN MENU ------------------------------------------------------ */

.dropdown-menu {
    border-radius: 0.8rem;
}

.dropdown a {
    color: var(--foreground);
}

.smart-style-2 .dropdown-menu > li > a:focus,
.smart-style-2 .dropdown-menu > li > a:hover {
    background-color: var(--accent);
    color: var(--accent-foreground);
}

/* ------------------------- SELECT 2 ------------------------------------------------------------*/

.input-select2 {
    height: 3.2rem;
}

.select2-container .select2-choice .select2-arrow,
.select2-selection__arrow {
    border-left: 1px solid var(--input) !important;
    background: var(--accent) !important;
}

.select2-results__options::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

.select2-selection__choice__remove span {
    display: none;
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--input) !important;
    border-radius: var(--rounded-md) !important;
    background-color: var(--background) !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: var(--muted) !important;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow {
    background-color: var(--muted) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--muted-foreground) transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--muted-foreground) transparent;
}

.select2-search:before {
    margin-top: -6px;
    right: 12px;
    color: var(--muted-foreground) !important;
}
.select2-container .select2-selection--single {
    height: 3.2rem !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
        color: var(--foreground) !important;
        line-height: 3.2rem !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 3.2rem !important;
    top: 0 !important;
    right: 0 !important;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--accent) !important;
    color: var(--accent-foreground) !important;
    border-radius: var(--rounded-md);
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--accent) !important;
    color: var(--accent-foreground) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--input) !important;
    border-radius: var(--rounded-md) !important;
    background: unset !important;
}



.select2-container--open .select2-dropdown,
.select2-drop-active {
    border: 1px solid var(--input) !important;
    border-bottom-width: 1px !important;
}

.select2-dropdown {
    background-color: var(--background) !important;
    color: var(--foreground) !important;
}

.select2-container--open .select2-selection, .select2-dropdown-open .select2-choice {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: var(--background) !important;
    border: 1px solid var(--input) !important;
    border-radius: var(--rounded-md);
}

.select2-container-multi .select2-choices .select2-search-choice, .select2-selection__choice {
    color: var(--accent-foreground);
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    border-right: unset !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    color: var(--muted-foreground) !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:focus {
    background-color: var(--accent) !important;
    color: var(--accent-foreground) !important;
    outline: none !important;
}

.select2-selection__choice__remove:before {
    line-height: 20px !important;
}

/* ------------------------- SWAL MODAL --------------------------------------------------------- */

.swal-modal {
    border-radius: var(--radius);
}

.swal-title:not(:last-child) {
    margin-bottom: 1.6rem;
}

.swal-title {
    color: var(--foreground);
    padding: 0 0.8rem;
    font-size: 2.4rem;
}

.swal-text {
    font-size: 1.4rem;
    color: var(--foreground);
}

.swal-overlay {
    background-color: rgba(0,0,0,.8);
}

.swal-icon:first-child {
    margin-top: 2.4rem;
}

.swal-icon {
    margin: 16px auto;
}

.swal-footer {
    text-align: right;
    margin-top: 1.6rem;
    padding: 0.8rem;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid var(--border);
}

.swal-button-container {
    margin: 0.8rem;
    display: inline-block;
    position: relative;
}

.swal-button {
    background-color: var(--primary);
    padding: 0.8rem 1.6rem;
}

.swal-button--cancel {
    background-color: var(--tw-color-neutral-200);
}

.swal-button--cancel:not([disabled]):hover {
    background-color: var(--tw-color-neutral-300) !important;
}

.swal-button:not([disabled]):hover {
    background-color: var(--primary-hover);
}

/* ------------------------- WELL --------------------------------------------------------------- */

.well {
    border-radius: 0.8rem;
}

.well-sm {
    border-radius: 0.8rem;
}

/* ------------------------- SWISS MODAL -------------------------------------------------------- */

.modal-header {
    padding: 1.6rem;
    border-radius: 0.8rem 0.8rem 0 0;
}

.modal-footer {
    border-radius: 0 0 0.8rem 0.8rem;
    padding: 1.6rem;
}

.modal-content {
    border-radius: 1rem;
}

/* ------------------------- HS ----------------------------------------------------------------- */

h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: "Inter", "Open Sans", Arial, Helvetica, Sans-Serif;
    font-weight: 300;
}

/* ------------------------- BUTTON GROUPS ------------------------------------------------------ */

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: var(--rounded-md);
    border-top-left-radius: var(--rounded-md);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: var(--rounded-md);
    border-bottom-left-radius: var(--rounded-md);
}

.btn-label {
    background: unset;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* ------------------------- CODE BLOCK --------------------------------------------------------- */

pre {
    color: var(--tw-color-neutral-700);
    background-color: var(--tw-color-neutral-100);
    border: 1px solid var(--tw-color-neutral-200);
    border-radius: var(--rounded-md);
}

code {
    padding: 0.2rem var(--rounded-md);
    font-size: 90%;
    color: var(--tw-color-neutral-600);
    background-color: var(--tw-color-neutral-100);
    border-radius: 0.2rem;
}

/* ------------------------- PANEL GROUP  ------------------------------------------------------- */

.panel-group .panel:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.panel-group .panel:first-child {
    border-radius: 0.8rem 0.8rem 0 0;
}

.panel-group .panel:last-child {
    border-radius: 0 0 0.8rem 0.8rem;
}

.panel-group .panel:only-child {
    border-radius: 0.8rem;
}

/* ---------------------------------------------------------------------------------------------- */

.dataTables_filter .input-group-addon + .form-control {
    border-radius: 0 var(--rounded-md) var(--rounded-md) 0 !important;
}

/* NAV TABS */

.nav-tabs.bordered + .tab-content {
    border-radius: 0 0 0.8rem 0.8rem;
}

.nav-tabs.bordered {
    border-radius: 0.8rem 0.8rem 0 0;
}

.nav-tabs.bordered > :first-child a {
    border-radius: 0.8rem 0.8rem 0 0;
}

/* MEDIA */

video,
canvas {
    border-radius: var(--rounded-md);
    border: 1px solid var(--tw-color-neutral-300);
}

/* DATEPICKER */

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
    background-color: var(--primary);
    border-color: var(--primary);
    background-image: unset;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
    background-color: var(--primary-hover);
    border: var(--primary-hover);
    background-image: unset;
}

.txt-color-red {
    color: var(--danger) !important;
}

.form-control {
    color: var(--foreground);
    border: 1px solid var(--input);
    background-color: var(--background);
}

.form-control:focus {
    border-color: var(--ring);
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid 1px var(--input) !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid var(--input) !important;
    background-color: var(--background) !important;
}

input[type="text"]:disabled,
input[type="number"]:disabled,
input[type="text"]:read-only,
input[type="number"]:read-only 
{
    background: var(--muted) !important;
}

.smart-form .checkbox i,
.smart-form .icon-append,
.smart-form .icon-prepend,
.smart-form .input input,
.smart-form .radio i,
.smart-form .select select,
.smart-form .textarea textarea,
.smart-form .toggle i {
    border-color: var(--input);
}

.smart-form .checkbox:hover i,
.smart-form .input:hover input,
.smart-form .radio:hover i,
.smart-form .select:hover select,
.smart-form .textarea:hover textarea,
.smart-form .toggle:hover i {
    border-color: var(--input);
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
    color: var(--accent-foreground);
    background-color: var(--accent);
    border-color: var(--border);
}

.btn-default.active.focus, 
.btn-default.active:focus, 
.btn-default.active:hover, 
.btn-default:active.focus, 
.btn-default:active:focus, 
.btn-default:active:hover, 
.open>.dropdown-toggle.btn-default.focus, 
.open>.dropdown-toggle.btn-default:focus, 
.open>.dropdown-toggle.btn-default:hover {
    color: var(--accent-foreground);
    background-color: var(--accent);
    border-color: var(--border);
}

.btn.active, .btn:active {
    box-shadow: unset;
}

.smart-form.widget-body-toolbar, .widget-body-toolbar {
    border-bottom: 1px solid var(--border);
    background: var(--body);
}

.bootstrap-duallistbox-container label, .form header, legend {
    /* border-bottom: 1px dashed var(--muted-foreground); */
    color: var(--foreground);
}

.smart-style-2 nav>ul>li>a>i {
    font-size: 2rem!important;
}

.smart-style-2 nav>ul>li>a>b>em {
    color: var(--muted-foreground) !important;
}

.smart-style-2 nav ul b .fa-minus-square-o:before {
    content: "\f106" !important;
}

.smart-style-2 nav ul b .fa-plus-square-o:before {
    content: "\f107" !important;
}

/* NOVOS AJUSTES  */
.table.no-border tr td {
    border-top: 0;
}

.popover {
    max-width: unset;
    font-family: "Inter","Open Sans",Arial,Helvetica,Sans-Serif;
    background-color: var(--background);
    border: 1px solid var(--border);
    border-radius: var(--rounded-md);
    -webkit-box-shadow: var(--shadow-lg);
    box-shadow: var(--shadow-lg);
}

.popover.left>.arrow {
    border-left-color: var(--border);
}

.text-muted {
    color: var(--muted-foreground) !important;
}

.text-brand {
    color: var(--brand) !important;
}

svg.highcharts-root {
    font-family: 'Inter', sans-serif !important;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;    
}

.blank-panel {
    border: 2px dashed var(--border);
    border-radius: var(--rounded-lg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.highcharts-credits {
    display: none !important;
}

.input-group .select2-container--default .select2-selection--single {
    border-radius: 0px var(--rounded-md) var(--rounded-md) 0px !important;
}

/* TOASTR */

#toast-container>div {
    margin: 0 0 8px !important;
    padding: 16px 16px 16px 52px !important;
    -moz-border-radius: var(--radius) !important;
    -webkit-border-radius: var(--radius) !important;
    border-radius: var(--radius) !important;
    background-position: 16px center !important;
    -moz-box-shadow:  unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    /* opacity: 1 !important; */
    /* -ms-filter: alpha(Opacity=100) !important; */
    /* filter: alpha(opacity=100) !important; */
}

#toast-container>.toast-warning {
    /* triangle-alert Lucide Icon */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS10cmlhbmdsZS1hbGVydCI+PHBhdGggZD0ibTIxLjczIDE4LTgtMTRhMiAyIDAgMCAwLTMuNDggMGwtOCAxNEEyIDIgMCAwIDAgNCAyMWgxNmEyIDIgMCAwIDAgMS43My0zIi8+PHBhdGggZD0iTTEyIDl2NCIvPjxwYXRoIGQ9Ik0xMiAxN2guMDEiLz48L3N2Zz4=) !important;
}

#toast-container>.toast-error {
    /* octagon-alert Lucide Icon */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1vY3RhZ29uLWFsZXJ0Ij48cGF0aCBkPSJNMTIgMTZoLjAxIi8+PHBhdGggZD0iTTEyIDh2NCIvPjxwYXRoIGQ9Ik0xNS4zMTIgMmEyIDIgMCAwIDEgMS40MTQuNTg2bDQuNjg4IDQuNjg4QTIgMiAwIDAgMSAyMiA4LjY4OHY2LjYyNGEyIDIgMCAwIDEtLjU4NiAxLjQxNGwtNC42ODggNC42ODhhMiAyIDAgMCAxLTEuNDE0LjU4Nkg4LjY4OGEyIDIgMCAwIDEtMS40MTQtLjU4NmwtNC42ODgtNC42ODhBMiAyIDAgMCAxIDIgMTUuMzEyVjguNjg4YTIgMiAwIDAgMSAuNTg2LTEuNDE0bDQuNjg4LTQuNjg4QTIgMiAwIDAgMSA4LjY4OCAyeiIvPjwvc3ZnPg==) !important;
}

#toast-container>.toast-info {
    /* info Lucide Icon */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1pbmZvIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIvPjxwYXRoIGQ9Ik0xMiAxNnYtNCIvPjxwYXRoIGQ9Ik0xMiA4aC4wMSIvPjwvc3ZnPg==) !important;
}

#toast-container>.toast-success {
    /* circle-check-big Lucide Icon */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaXJjbGUtY2hlY2stYmlnIj48cGF0aCBkPSJNMjEuODAxIDEwQTEwIDEwIDAgMSAxIDE3IDMuMzM1Ii8+PHBhdGggZD0ibTkgMTEgMyAzTDIyIDQiLz48L3N2Zz4=) !important;
}

.input-group-date-range {
    display: flex;
    flex-direction: row;
}

.input-group-date-range input:first-child {
    border-right: 0 !important;
}

.input-group-date-range:not(:first-child) .form-control:first-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* NOVOS UPDATES */

/* Definir semibold no titulo do modal */
.modal-title {
    font-weight: 500 !important;
}

/* Mobile (XS) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    
    /* Aumentar largura padrão do título do widget no mobile */
    .jarviswidget header h2 {
        width: 60%;
    }
}

.modal-body .no-content-padding {
    margin: -20px !important;
}


/* GLOBAL SEARCH */
.smart-style-2 .header-search>input[type=text] {
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid var(--header-btn-foreground) !important;
    color: var(--header-btn-foreground) !important;
    border-radius: var(--rounded-md) !important;
}

.smart-style-2 .header-search>button {
    color: var(--header-btn-foreground) !important;
    font-size: 1.6rem;
}

.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: var(--accent) !important;
}

.page-title {
    font-weight: 500 !important;
}

.btn, a:link, button {
    -webkit-tap-highlight-color: unset !important;
}