body {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
}

@media (min-width: 1280px) {
    body {
        overflow: hidden!important;
    }
}

.btn {
    font-size: 0.9rem!important;
}

.scrollspy-table {
    overflow-y: scroll;
    height: 40vh!important;
}

@media (min-width: 992px) {
    .col-lg-2-layout {
        flex: 0 0 auto;
        width: 15%!important;
        min-width: 260px;
    }
}

@media (min-width: 992px) {
    .col-lg-10-layout {
        flex: 0 0 auto;
        width: 85%!important;
    }
}

@media (min-width: 1280px) {
    .card-scroll {
        display:block;
        max-height: 55vh;
        overflow:auto!important;
    }
}

.open-modal {
  display: block;
}

.list-group-accounts-to-move {
  max-height: 200px;
  overflow-y: auto;
}

/* Table domains and accounts */

@media (min-width: 1280px) {
  .table-scroll-dac {
    position: relative!important;
    width:100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    max-height: 50vh!important;
  }

  .table-scroll-dac thead th {
    position: -webkit-sticky;
    position: sticky !important;
    border: 0!important;
    top: 0;
  }

  /* safari and ios need the tfoot itself to be position:sticky also */
  .table-scroll-dac tfoot,
  .table-scroll-dac tfoot th,
  .table-scroll-dac tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index:4;
  }

  .table-scroll-dac th:first-child {
    position: -webkit-sticky;
    position: sticky !important;
    width: 320px!important;
    left: 0;
    z-index: 2;
  }

  .table-scroll-dac thead th:first-child,
  .table-scroll-dac tfoot th:first-child {
    z-index: 5;
  }
}

td, th {
  vertical-align: middle;
  height: 50px;
}

@media (min-width: 1280px) {
  .thead-especial {
    width: 99%!important;
  }
}

.loader-1 {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #fe5c00;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.description-box {
  background-color: #fff;
  border-left: 4px solid #0d6efd;
  padding: 1.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
}

.chart-container {
  position: relative;
  height: 400px;
  width: 100%;
  max-width: 600px; 
  margin: 0 auto;
}

.admin-controls-box {
  border: 1px dashed #dc3545;
  background-color: #fff5f5;
  padding: 10px;
  border-radius: 8px;
  margin-top: 15px;
}

.login-banner {
  height: 75vh!important;
  width: 100%!important;
}

.hidden-sm {
  display: none;
}

@media (min-width: 1024px) {
  .hidden-sm {
    display: block;
  }
}

.smoked-background {
  background-color: rgba(60, 60, 60, 0.4)!important;
}

.dropdown-menu {
  position: absolute;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
  min-width: 250px;
  max-width: 300px;
  border-radius: 4px;
  z-index: 1000;
}

.dropdown-menu-1 {
  left: 35%;
  top: 63vh;
}

.dropdown-menu-2 {
  left: 52%;
  top: 63vh;
}

.dropdown-background {
  position: fixed;
  z-index: 1055;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.show-dropdown-background {
  display: block !important;
}

.dropdown .dropdown-menu.show {
  z-index: 1060;
}