@import url('global.css');
@import url('styleguide.css');
@import url('main.css');

html {
  font-size: 16px !important;
  font-family: 'Avenir', sans-serif !important;
}

h1, h2, h3, p, span, label, th, td, a, button, .dataTables_info, .toast, .driver-popover-title, .driver-popover-description  {
  font-family: 'Avenir', sans-serif !important;
}

.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}

input.search {
  background: none;
  color: white;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #282828; /* Default background color */
  }
  
  .container-center-horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  
  .screen {
    width: 100%;
    max-width: 1200px; /* Adjust the max-width as needed */
    margin: auto;
  }
  
  .menu {
    width: 100%;
  }
  
  .menu img,
  .click-options img {
    max-width: 100%;
    height: auto;
  }

  .paginate_button.current {
    background: #9BD3DD !important;
    border: none !important;
  }
  
  .dataTables_wrapper .dataTables_paginate span .paginate_button {
    background: #232127;
    border: 1px solid #3D4355;
    font-size: 13px;
    border-radius: 8px !important;
    color: white !important;
    margin-right: 5px;
  }

  .dataTables_wrapper .dataTables_length label select {
    border-radius: 8px;
  }

  .dataTables_wrapper .dataTables_paginate .ellipsis {
    color: white;
  }
  
  .campaign-table_length {
    border-radius: 10px !important;
    background-color: #3D4355 !important;
    border-radius: 8px !important;
  }

  .campaign-table_length option {
    background-color: #3D4355;
    cursor: pointer; 
  }

  .chosen-container-multi .chosen-drop .result-selected {
    background: gray;
    cursor: auto !important;
  }