/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *











 */


#menu-dashboard {
  top: 80px !important;
}

.badge {
  line-height: 0.7;
  padding: 5px;
}

.text-gray {
  color: gray;
}

.header h1 {
  font-size: 20px;
  font-weight: 500;
}

h2 {
  font-size: 40px;
  font-weight: 900;
}

.daterange {
  min-width: 180px;
  border: 0;
  background: transparent;
}

.owner-header h2 {
  font-size: 25px !important;
}

 .select2-container--default .select2-results__option[aria-selected=true]:hover span {
  background-color: var(--ct-primary);
  color: #fff !important;
}

.select2-container .select2-selection--single .select2-selection__rendered span{
 display: none;
}

@media (max-width: 1199.98px){
  .card-body {
    padding: 1vw;
      }
}
