@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@import url("./../icons/simple-line-icons/css/simple-line-icons.css");
@import url("./../icons/font-awesome/css/all.css");
@import url("./../icons/material-design-iconic-font/css/materialdesignicons.min.css");
@import url("./../icons/line-awesome/css/line-awesome.min.css");

.unitedcloud-logo {
    max-width:150px;
    height: auto;
  }
  [data-pc-theme=dark] .unitedcloud-logo,
  [data-pc-theme=dark] .unitedcloud-logo-login {
    content:url("/assets/images/logo-dark.png");
}

.unitedcloud-logo-login {
  max-width:350px;
  height: auto;
}


[data-pc-theme=dark] .select2-selection--single,
[data-pc-theme=dark] .select2-selection__rendered, 
[data-pc-theme=dark] .select2-selection {
  background: #343A40 !important;
  /* color: #ccc; */
}
[data-pc-theme=dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: white;
}

/* ------------------------------------- */
/* --------- DT Pagination Fix --------- */
/* ------------------------------------- */

[data-pc-theme=dark] .dt-paging-button .page-item {
  background-color: #6c757d;
}
[data-pc-theme=dark] .dt-paging-button > .page-link {
  color: #fff !important;
}
[data-pc-theme=dark] .dt-paging-button > .page-link:hover {
  background-color: #052c65 !important;
}

[data-pc-theme=dark] .btn-outline-primary {
  background-color: black !important;
  color: white !important;
}
[data-pc-theme=dark] .btn-outline-primary:hover {
  background-color: #666 !important;
}

/* ------------------------------------- */
/* ---------- Select2 Library ---------- */
/* ------------------------------------- */

/* See https://cdnjs.cloudflare.com/ajax/libs/select2-bootstrap-5-theme/1.2.0/select2-bootstrap-5-theme.css */

/* Change the appearence of the bakground colour surrounding the search input field */
[data-pc-theme=dark] .select2-search {
  background-color: #343A40;
}
  /* Change the appearence of the search input field */
[data-pc-theme=dark]  .select2-search input {
      color: #ffffff ;
      background-color: #343A40;
  }

/* Change the appearence of the search results container */
[data-pc-theme=dark] .select2-results {
  background-color: #343A40 ;
}

/* Change the appearence of the dropdown select container */
[data-pc-theme=dark] .select2-container--bootstrap-5 .select2-selection {
  border-color: #6c757d ;
  color: #ffffff ;
  background-color: #343A40 ;
}

/* Change the caret down arrow symbol to white */
[data-pc-theme=dark] .select2-container--bootstrap-5 .select2-selection--single {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") ;
}

/* Change the color of the default selected item i.e. the first option */
[data-pc-theme=dark] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  color: #ffffff ;
}

/* imported from themes/focus2/css/style.css */

.stat-widget-one .stat-icon {
    vertical-align: top; }
  
  .stat-widget-one .stat-icon i {
    font-size: 30px;
    border-width: 3px;
    border-style: solid;
    border-radius: 100px;
    padding: 15px;
    font-weight: 900;
    display: inline-block; }
  
  .stat-widget-one .stat-content {
    margin-left: 30px;
    margin-top: 7px; }
  
  .stat-widget-one .stat-text {
    font-size: 14px;
    color: #868e96; }
  
  .stat-widget-one .stat-digit {
    font-size: 24px;
    color: #373757; }
  
  .stat-widget-two {
    text-align: center; }
    .stat-widget-two .stat-digit {
      font-size: 1.75rem;
      font-weight: 500;
      color: #373757; }
      .stat-widget-two .stat-digit i {
        font-size: 18px;
        margin-right: 5px; }
    .stat-widget-two .stat-text {
      font-size: 16px;
      margin-bottom: 5px;
      color: #868e96; }
    .stat-widget-two .progress {
      height: 8px;
      margin-bottom: 0;
      margin-top: 20px;
      box-shadow: none; }
    .stat-widget-two .progress-bar {
      box-shadow: none; }
  
/* adjust height of select2 boxes to same as other form elements */

#table-filters > .select2-selection__rendered {
  padding-left: 8px;
  padding-right: 8px;
}
#table-filters > .select2-container--default {
  padding-right: 16px;
  padding-bottom: 16px;
  min-width: 200px;
}
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #868e96;
  color: #666;
}

.align-text-end {
  text-align:right !important;
}

.select2-selection__rendered {
  line-height: 2.50rem !important;
}
.select2-container .select2-selection--single {
  height: 2.75rem !important;
}
.select2-selection__arrow {
  height: 2.60rem !important;
}

.dropdown-menu {
  overflow: overlay !important;
  overflow-x: overlay !important;
  overflow-y: overlay !important;
}

.dt-scroll-body {
  overflow:initial !important;
}