/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./assets/styles/site-base.css ***!
  \*************************************************************************************************************************/
@charset "utf-8";

#profile-picture {
  display: flex;
  justify-content: center;
}

#profile-picture img.avatar {
  -o-object-fit: cover;
     object-fit: cover;
  width: 128px;
  height: 128px;
  border-radius: 50%;
}

#profile-upload-holder {
  padding-top: 0.5em;
}

#profile-upload-holder input[type="file"] {
  display: none;
}

.progress-bar {
  background-color: var(--primary);
  width: 2px;
}

#progress-bar-message {
  color: var(--gray);
}

.add-loading-dots:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: .25em 0 0 rgba(0, 0, 0, 0), .5em 0 0 rgba(0, 0, 0, 0);
  }

  40% {
    color: black;
    text-shadow: .25em 0 0 rgba(0, 0, 0, 0), .5em 0 0 rgba(0, 0, 0, 0);
  }

  60% {
    text-shadow: .25em 0 0 black, .5em 0 0 rgba(0, 0, 0, 0);
  }

  80%, 100% {
    text-shadow: .25em 0 0 black, .5em 0 0 black;
  }
}

/* alpine.js cloak support */

[x-cloak] {
  display: none !important;
}

/* ensure htmx links use pointers */

a[hx-get] {
  cursor: pointer;
}

.h-100 {
  height: 100%;
}

.muted-link {
  color: hsl(0, 0%, 71%);
}

.muted-link:hover {
  color: hsl(0, 0%, 48%);
  text-decoration: underline;
}
.width-100{
  width: 100% !important;
}

/* this is the default class assigned to errors by django forms */

.errorlist {
  color: var(--danger);
}

img.socialicon {
  padding-right: 0.5em;
  max-width: 24px;
  max-height: 24px;
}

/* css loader https://loading.io/css/ */

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid var(--primary);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

body select:not(.flatpickr-calendar *), .select:not(.flatpickr-calendar *){
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 0.5rem !important;
}

input[type="text"], input[type="search"], input[type="text"].input {
    height: 42px !important;
    min-height: 42px !important;
}

.dark input[type="text"], .dark input[type="search"]{
    background-color: #374151 !important;
    border-color: #fff !important;
}

.dark select:not(.flatpickr-calendar *),
.dark input[type="text"]:not(.flatpickr-calendar *), .dark .flatpickr-input {
    background-color: #374151 !important;
    border-color: #fff !important;
}


.select2-container .select2-selection, #id_date_range {
    background-color: #fff !important;
    border: 1px solid #d3d3d3 !important;
    border-radius: 0.5rem !important;
    height: 42px !important;
    padding: 0 0.5rem !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
  }

.select2-container .select2-selection.select2-selection--multiple{
    min-height: 42px !important;
    height: auto !important;
}

.dark .select2-container .select2-selection--multiple .select2-selection__choice, .dark .select2-container--default .select2-results__option--selected {
  background-color: #546681 !important;
}

.select2-container .select2-selection:hover, #id_date_range:hover {
    background-color: #f9fafb !important;
  }

  .dark .select2-container .select2-selection, .dark  #id_date_range {
    background-color: #374151 !important;
    border-color: #fff !important;
    color: white !important;
  }

  .select2-container .select2-selection .select2-search {
    display: flex;
    align-items: center;
    height: 42px !important;
  }

  .select2-container .select2-selection .select2-search .select2-search__field{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .select2-container .select2-selection .select2-search .select2-search__field::placeholder{
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    color: #374151 !important;
  }

  .dark .select2-dropdown, 
  .dark .custom-dropdown-menu {
    background-color: #374151 !important;
  }

  .dark .custom-dropdown-menu  ul{
    color: white !important;
  }

  .dark .custom-dropdown-btn {
    color: #9CA3AF !important;
    font-weight: 400 !important;
  }

  .dark .select2-container .select2-selection .select2-search .select2-search__field {
    background-color: #374151 !important;
    color: white !important;
  }

  .dark .select2-container .select2-selection .select2-search .select2-search__field::placeholder {
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    color: #9CA3AF !important;
  }

  .dark .select2-results__option {
    color: white !important;
  }

  .dark .select2-results__option--highlighted {
    background-color: rgb(37 99 235) !important;
  }

  .select2-selection {
    height: auto !important;
  }


  
