html {
    background-color: #000000;
}

body {
    font-family: "Roboto";
    background-image: linear-gradient(to bottom right, #000000, #72031a);
    color: #AC9440;
}

body.loading::before {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    content: '';
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 2px solid;
    border-color: #ac9440 transparent;
    z-index: 1000000001;
    animation: rotate 2s linear infinite;
}
@keyframes rotate {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }

body.loading {
    overflow: hidden;
    user-select: none;
    cursor: wait;
}
body.loading::after {
    content: 'Loading...';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 80%);
    z-index: 1000000000;
    display: grid;
    place-content: center;
    color: #AC9440;
    letter-spacing: 5px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #72031a; 
    border-left: 1px solid #ae943f;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ae943f; 
  }

.shiny-split-layout>div {
    overflow: unset !important;
}

.hideThis .cartesianlayer tspan {
    font-size: 0px !important;
}

/*.hideThis .points>.point .bartext {
    font-size: 14px !important;
}*/


.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 75vw;
    max-height: 80vh;
    transform: translate(-50%, -50%);
    background: #72031a;
    border: 1px solid #ae943f;
    z-index: 100000;
}
.popup a {
    color: #ae943f;
}
.popup a:hover {
    opacity: 0.5;
}
.popup::before {
    content: '';
    background: rgb(0 0 0 / 70%);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.popup-header {
    display: grid;
    grid-template-columns: calc(100% - 30px) 30px;
    border-bottom: 1px solid #ae943f;
    background-image: linear-gradient(to bottom right, #000000, #72031a);
}
.popup-title {
    padding: 8px 0 0 8px;
}
.popup-close {
    color: #ae943f;
    place-self: center;
    cursor: pointer;
    font-size: 20px;
}
.popup-body {
    padding: 10px;
    background-image: linear-gradient(to bottom right, #000000, #72031a);
    overflow: auto;
    max-height: 80vh;
}

.outline-this {
    border: 1px solid;
    padding: 10px;
    margin-bottom: 10px;
}

.tab-content {
    min-height: calc(100vh - 51px);
}


.forcedfit>div>div.datatables {
    padding: 2.5vw !important;
    width: 95vw !important;
}
div.datatables {
    color: #333;
    border: 1px solid #ae943f;
    padding: 2.5%;
    width: 95% !important;
    border-width: 0 1px;
    margin: auto;
}




.graph-object-container {

   
    display: grid;
    
}
.graph-object-container:not(.graph-object-container-nocenter) {
    place-content: center;
}



.staff-box {
    width: 100%;
    text-align: center;
}

.staff-box h4 {
    border: 1px solid #ae943f;
    border-width: 1px 0;
    margin: 0 10px;
    padding: 10px 0;
}

#login {
    display: grid;
    place-items: center;
    text-align: center;
}
/* 
.login>div:not(#login) {
    display: none;
} */

#login input, #individual-staff-tracking input, select, .form-group input {
    text-align: center;
}
#login input, #individual-staff-tracking input, select, .form-group input, .form-group textarea {
    margin-bottom: 20px;
}

select {
    color: #ae943f;
    background-color: #72031a;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
}

h3,
h5 {
    color: #ae943f;
    text-align: center !important;
    letter-spacing: 2px;
}

h5 {
    font-size: 14px;
}

h4 {
    color: #ae943f;
    font-size: 18px;
}

iframe.displayThis {
    width: 100%;
    height: 80vh;
}

.btn:hover {
    color: #72031a;
}
.btn-default {
    background-color: #ae943f !important;
    border-color: #ae943f !important;
}

.container-fluid {
    padding: 0 !important;
}

.navbar-brand {
    margin: 0 10px !important;
}

[role='main'] {
    width: 100% !important;
    text-align: center;
}

.row {
    width: 100%;
}

.row>div {
    text-align: center !important;
    letter-spacing: 2px;
}

.shiny-split-layout {
    position: relative;
    left: 0px;
    display: grid;
    justify-items: center;
}

@media (max-width: 300px) {
    /* Adjust the styles for smaller screens */
    .shiny-split-layout {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

.first-row {
    grid-template-columns: 25% 25% 25% 25%;
}

.second-row hideThis {
    grid-template-columns: 49% 2% 49%;
}

.second-row {
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    grid-gap: 20px 0;
}
.second-row-mini {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));

}

.third-row {
    grid-template-columns: 49% 2% 49%;
}

.forth-row {
    grid-template-columns: 49% 2% 49%;
}

.fifth-row {
    grid-template-columns: 100%;
}

.shiny-split-layout>div {
    max-width: 100%;
}

.shiny-split-layout>div>div>div>div {
    margin: 0 auto !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #ae943f !important;
}

.dataTables_length select {
    color: #ae943f;
    background-color: #72031a
}


.dataTables_filter input {
    color: #ae943f;
    background-color: #72031a
}

thead {
    color: #ae943f;
}

tbody {
    color: #ae943f;
}


.graph-object-container-svgtable .svg-container {
    margin: auto !important;
}


.h6,
h6 {
    color: #ae943f;
    font-weight: 900;
    font-size: 16px;
}

.js-plotly-plot {
    margin-bottom: 10px !important;
}

.shiny-split-layout.first-row {
    position: relative;
    left: 0px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    justify-items: center;
    grid-gap: 20px 0;
}

@media (max-width: 767px) {
    /* Adjust the styles for smaller screens */
    .shiny-split-layout.first-row {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
}
.shiny-split-layout.second-row hideThis {
    position: relative;
    left: 0px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    justify-items: center;
    grid-gap: 20px 0;
}

@media (max-width: 767px) {
    /* Adjust the styles for smaller screens */
    .shiny-split-layout.second-row hideThis {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
}



.shiny-split-layout>div {
    max-width: 100%;
}

.navbar-brand {
    padding: 0 15px !important;
    height: unset;
}

.navbar-default .navbar-nav>li>a {
    color: #ae943f;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #FFF;
    background-color: transparent;
}

.tab-content>.active {
    padding-right: 15px;
    padding-left: 15px;
}


.navbar {
    background-color: #ae943f;
    padding: 0 !important;
}

.navbar>.container-fluid {
    justify-content: start;
}

.nav a {
    text-decoration: none;
}
.nav a:hover {
    background-color: #ae943f;
}

.navbar-default {
    background-image: linear-gradient(to bottom right, #000000, #72031a) !important;
    border-bottom: 1px solid #e7e7e7;
}

nav li {
    margin: 10px;
    font-size: 12px;
}

.navbar-nav {
    flex-direction: unset !important;
}

.navbar-brand {
    display: block !important;
}


.form-group, .form-group select {
    max-width: 400px;
    width: 100%;
    text-align: center;
}

.dataTable td {
    overflow-wrap: anywhere;
}

@media (max-width: 500px) {
    .shiny-split-layout {
        flex-direction: column;
        align-items: center;
    }
}

/* .js-plotly-plot .plotly .modebar {
  top: -20px !important;
} */

table.dataTable {
    margin: 0 0 !important;
    white-space: pre-wrap;
}
.table-wrap {
    color: #333;
    border: 1px solid #ae943f;
    padding: 2.5%;
    width: 95% !important;
    border-width: 0 1px;
    margin: auto;
}



.staffMemberHourGraph {
    display: none;
}

.hidden {
    display: none;
}
.visible {
    display: block;
}

.styledButton {
    width: 650px;
    background: #ac9440;
    border: none;
}

.modebar-container {
    width: 100%;
}
.js-plotly-plot .plotly .modebar {
    margin: auto;
    display: flex;
    place-content: center;
    width: 100%;
}
.js-plotly-plot .plotly .modebar--hover > :not(.watermark) {
    opacity: 1 !important;
}