html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}



.main-header {
    border-bottom: 1px solid #dee2e6;
    z-index: 1034;
    /*    background: #002137 !important;*/
    background: linear-gradient(133deg, rgba(17, 56, 84, 1) 29%, #075250 82%);
}

div.text-warning {
    color: #FCAE07 !important;
}

.navbar-expand .navbar-nav .nav-link {
    font-size: 0.85rem;
}

.layout-fixed .brand-link {
    width: 250px;
    background: #103651;
}

.main-sidebar {
    height: 100vh;
    overflow-y: hidden;
    z-index: 1038;
    background: rgb(21, 59, 89);
    background: linear-gradient(133deg, rgba(21, 59, 89, 1) 0%, rgba(37, 65, 100, 1) 55%, rgba(60, 57, 85, 1) 82%);
}


[class*=sidebar-dark-] .sidebar a {
    color: #c2c7d0;
    font-size: 0.9rem;
    padding: 9px 2px;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background: rgb(21, 59, 89);
    background: rgb(0,33,55);
    background: linear-gradient(133deg, rgba(0,33,55,1) 0%, rgba(60,57,85,1) 82%);
    border: 1px solid #3f6791;
    color: #FCAE07;
}
[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link {
    font-size: 0.8rem;
    padding: 5px 5px;
}

[class*=sidebar-dark-] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item:hover > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-link:focus {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    background: linear-gradient(133deg, rgba(0, 33, 55, 1) 0%, rgba(60, 57, 85, 1) 82%);
    border: 1px solid #3f6791;
    color: #FCAE07;
}

.nav-sidebar > .nav-item .nav-icon.fa, .nav-sidebar > .nav-item .nav-icon.fab, .nav-sidebar > .nav-item .nav-icon.fad, .nav-sidebar > .nav-item .nav-icon.fal, .nav-sidebar > .nav-item .nav-icon.far, .nav-sidebar > .nav-item .nav-icon.fas, .nav-sidebar > .nav-item .nav-icon.ion, .nav-sidebar > .nav-item .nav-icon.svg-inline--fa {
    font-size: 0.8rem;
}
.nav-sidebar .nav-treeview > .nav-item > .nav-link > .nav-icon {
    width: 0.8rem;
}

.content-header {
    padding: 0px 0 !important;
    background-color: #f1f1f1;
    margin-bottom: 5px !important;
    background-color: #F8EBEB;
}

.content-header a {
    color: #f39c12;  
}

    .content-header .breadcrumb {
        font-size: 0.8rem;
    }

    .content-header h1 {
        font-size: 1.14rem;
        margin: 0;
        margin-top: 6px;
        margin-bottom: 8px;
        color: #214062;
    }
        .content-header h1 span {
            color: #f39c12;
        }


.sidebar-menu-left {
    min-height: 59vh
}

label {
    display: inline-block;
    margin-bottom: .2rem !important;
    font-weight: 500 !important;
    font-size: 0.9rem;
}


.form-control {
    padding: .275rem .55rem !important;
    font-size: 0.85rem !important;
    line-height: 0.3 !important;
    color: #495057;
    background-color: #fff;
    border: 1px solid #59aec1 !important;
    border-radius: 2.25rem;
    height: 30px !important;
}


.card { 
    background: linear-gradient(117.76deg, rgba(255, 255, 255, 0.7) -7.21%, rgba(255, 255, 255, 0.5) 118.08%);
    border: 1px solid #ffffff !important ;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.02);
    -ms-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.02);
    border-radius:8px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 3px 6px !important;
    font-size: 0.85rem;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 500;
    font-size: 0.85rem;
    background: #e2ecfa;
    color: #1c3e5e;
    padding: 5px 23px 7px 4px !important;
}

.dataTables_wrapper .dataTables_filter input {
    height: 27px;
    border: 1px solid #59aec1 !important;
    font-size: 0.9rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button { 
    padding: .2em 0.3em !important;
    font-size: 0.85rem !important;
}
.dataTables_wrapper .dataTables_info {
    padding-top: 0.2em;
    font-size: 0.85rem;
}
.main-footer {
    border-top: 1px solid #d6e8fe;
    color: #254164;
    padding: 0.5rem;
    font-size: 0.85rem !important;
    font-weight: 400 !important;
}

.description {
    background: linear-gradient(133deg, rgb(3 199 145) 0%, rgb(51 45 97) 82%); align-items: center;
}
    .description img {
     
        display: block;
        /*        margin: auto;*/
    }
    .description p {
        color: #ffffff;
        font-size: 0.81rem;
        text-align: justify;
        margin: 0;
        line-height: 1.1rem;
    }

.btn-warning {
    color: #f8f9fa !important;
    background-color: #ffc107;
    border-color: transparent;
    background: linear-gradient(90deg, rgb(247 114 3) 0%, rgba(255, 204, 0, 1) 99%) !important;
    border: 0 !important;
}

#reportSection .dt-button {
}

.brand-link {
    display: flex;
    align-items: center;
    font-size: 0.83rem;
    line-height: 1.3;
    font-weight: 500 !important;
    padding: .7000rem;
    transition: width .3s ease-in-out;
    white-space: normal !important;
}


.tab-zone-margin{background:transparent !important}

#toolbar-container{display:none !important}
/* Ensure sections take full height */
section.content {
    min-height: 100vh;
    padding: 20px 0;
    background-color: #ffffff;
}

/* Tableau visualization styling */
.tableauPlaceholder {
    width: 100%;
    height: 90vh; /* Adjust height as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.tableauViz {
    width: 100%;
    height: 100%;
    border: none;
}

#viz1732527738044, #viz1732527966223, #viz1732527866838, #viz1729158963671, #viz173252783890, #viz1732527792629, #viz1732528217557 {
    width: 100% !important
}

#myVideo {
    position: fixed;
    right: 0;
    bottom:0px;
    top:-30px;
    min-width: 100%;
    min-height: 100%; overflow:hidden
}

.nav-sidebar .nav-treeview {
    background: #0f2f46;
}
[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:hover {
    background-color: rgb(9 75 81); color: #fcae07
}

[class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-treeview {
    background-color: #103651;
}