@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: 'Archivo', sans-serif;
  font-size: 0.875rem;
  background: #F9F9F9;
}
main {
  background-color: #f9f9f9;
}
.h1, .h2, h1, h2 {
  font-family: 'Archivo', sans-serif;
  font-weight: bold;
  color: #2b2929;
}
.h2, h2 {
  font-size: 1.5625rem;
}
.h3, .h4, .h5, .h6, h3, h4, h5 {
  font-family: 'Archivo', sans-serif;
  font-weight: bold;
  color: #d90100;
}
.h3, h3 {
    font-size: 1.375rem;
}
.h5, h5{
    font-size: 1.125rem;
}
h6 {
  font-family: 'Archivo', sans-serif;
  font-weight: bold;
}
/* Bootstrap specifics */

.header-btn {
  margin-right: auto;
}
.btn {
  font-size: 0.875rem;
  padding: 0.35rem 1.5rem;
  font-weight: 500;
}
.btn-sm {
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  font-size: .75rem;
}
.btn-red {
  color: #fff !important;
  background-color: #d90100;
  border-color: #d90100;
}
.btn-red:hover {
  background-color: #bd0100;
  border-color: #bd0100;
}
.btn-blue {
  color: #fff !important;
  background-color: #0a2756;
  border-color: #0a2756;
}
.btn-blue:hover {
  background-color: #081f44;
  border-color: #081f44;
}
.btn-purple {
  color: #fff !important;
  background-color: #6d004f;
  border-color: #6d004f;
}
.btn-purple:hover {
  background-color: #500039;  
  border-color: #500039;
}
.btn-black {
  color: #fff !important;
  background-color: #2b2929;
  border-color: #2b2929;
}
.btn-black:hover {
  background-color: #5c5757;
  border-color: #5c5757;
}
hr {
  border-top: 2px solid #2b2929;
}
.table {
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.table th {
  font-size: 0.75rem;
}
.table td {
  font-size: 0.8125rem;
}
.table td, .table th {
  border-top: 0 none;
}
.table-primary, .table-primary>td, .table-primary>th {
  background-color: #2b2929;
  color: #fff;
}
#calendar .fc-state-default {
  background: #d90100;
  border: 1px solid #d90100;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
}
#calendar .fc-state-active, .fc-state-down {
  background: #bd0100;
  border: 1px solid #bd0100;
  color: #fff;
}
#calendar .fc-view-container{
  background: #fff;
}
#calendar .fc-content{
  padding: 0.25rem;
}
#calendar .fc-day-top {
  cursor: pointer;
}
#calendar .fc-day-top:hover {
  background: #d90100;
  color: #fff;
}
@media screen and (min-width: 992px) {
  #calendar.admin-calendar .fc-day-top::before {
    content: "Add Job";
    font-size: .75rem;
    padding-left: 5px;
    color: #fff;
  }
  #calendar.collector-calendar .fc-day-top::before {
      content: "Add Availability";
      font-size: .75rem;
      padding-left: 5px;
      color: #fff;
  }
  #calendar.collector-calendar .fc-day-top.fc-other-month:hover,
  #calendar.collector-calendar .fc-day-top.block-hover:hover {
      cursor: default;
      background: none;
      color: #212529;
  }
  #calendar.collector-calendar .fc-day-top.fc-other-month:hover::before,
  #calendar.collector-calendar .fc-day-top.block-hover::before {
      display: none;
  }
}
.tester-block ~ label {
  display: block;
  padding: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  font-size: 1.05rem;
  font-weight: 500;
}
.tester-block ~ label::before {
  content: "";
  height: 18px;
  width: 18px;
  display: inline-block;
}
.tester-block:checked ~ label {
  background-color: rgb(237, 255, 237);
}
.tester-block:checked ~ label::before {
  content: "\2713";
  color: green;
  font-weight: bold;
}
.custom-input-group {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 0.25rem;
  border: 0.9px solid #c8c7c7;
  flex-wrap: nowrap;
  margin-bottom: 0.5rem;
}
.custom-input-group.is-invalid {
  border-color: #bd0100;
}
.custom-input-group label {
  margin-bottom: 0;
  font-size: 0.875rem;
  flex-shrink: 0;
  padding: 0 0.65rem;
}
.custom-input-group input,
.custom-input-group select{
  border: 0 none !important;
  outline: 0 none !important;
  font-size: 1.125rem;
  flex: 1 1 auto;
  padding: 0.65rem;
  width: 1%;
  height: auto;
  box-shadow: none !important;
  background-color: #f9f9f9;
  border-radius: 0.25rem;
}
.custom-input-group .select2-container--bootstrap4.select2-container--focus .select2-selection,
.custom-input-group .select2-container--bootstrap4 .select2-selection
{
  border: 0 none !important;
  outline: 0 none !important;
  box-shadow: none !important;
  font-size: 1.125rem;
}
.custom-input-group .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: 1;
  padding: 0.71rem;
  background-color: #f9f9f9;
  border-radius: 0.25rem;
}
.custom-input-group .ms-ctn {
  border: 0 none !important;
  outline: 0 none !important;
  box-shadow: none !important;
  padding: 0 0.65rem;
  background-color: #f9f9f9;
}
.custom-input-group .ms-ctn .ms-sel-item{
  font-size: 1rem;
  padding: 0.65rem;
  background-color: #2b2929;
  color: #fff;
  margin-top: 3px;
}
.custom-input-group .ms-ctn .ms-sel-ctn input {
  padding: 0.65rem;
}
.custom-input-group .ms-ctn input:focus {
  background-color: #f9f9f9;
}
.custom-input {
  border-radius: 0.25rem;
  border: 0.9px solid #c8c7c7;
  margin-bottom: 0.5rem;
  padding: 0.65rem;
  font-size: 1.125rem;
  background-color: #f9f9f9;
}
.page-item.active .page-link {
  background-color: #d90100;
  border-color: #d90100;
}
.page-link {
  color: #d90100;
}
.tab-btns {
  position: absolute;
  top: 0;
  right: 0;
}
.nav-tabs {
  border-bottom: 2px solid #2b2929;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
  margin-right: 0.5rem;
}
.nav-tabs .nav-link {
  font-weight: 600;
  color: #2b2929;
  border: 2px solid #9F9E9E;
  border-bottom-color: transparent !important;
  padding: 0.6rem 2rem;
}
.nav-tabs .nav-link:hover {
  border-color: #9F9E9E;
}
.nav-tabs .nav-link.active {
  background: #2b2929;
  border-color: #2b2929;
  color: #fff !important;
}
.custom-checkbox-input {
  display: none;
}
.custom-checkbox-text {
  font-size: 1rem;
  padding: 1rem 3rem;
  color: #2b2929;
  cursor: pointer;
  user-select: none;
  border-radius: 3.6px;
  border: solid 1px #c8c7c7;
}
.custom-checkbox-input:checked ~ .custom-checkbox-text {
  background-color: #d90100;
  color: white;
}


/*
 * Sidebar
 */

 .sidebar {
  background-color: #2b2929;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 66px;
  height: calc(100vh - 66px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidebar .nav-link {
  font-weight: 400;
  color: #fff;
  padding: 1rem;
}
.sidebar .nav-item.active {
  background-color: #423f3f;
}
.sidebar .nav-item .nav-item.active {
  background-color: #585454;
}
.sidebar .nav-item .nav-item .nav-link{
  padding: 0.5rem 1rem 0.5rem 3rem;
}
.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar,
.navbar-brand {
  height: 50px;
}
.client-brand img,
.navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

@media (max-width: 1200px) {
  .client-brand img {
    width: 80%;
  }
}

@media (min-width: 2000px) {
  .client-brand img {
    width: 80%;
  }
}


.navbar-brand {
  padding: 0.5rem;
  font-size: 1rem;
  background-color: #fff;
}

.navbar .navbar-collapse {
  background-color: #2b2929;
  padding: 1rem;
}

.navbar .navbar-collapse a {
  color: #fff;
}

.navbar-toggler {
  padding: 0.75rem;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
}

/*
 * Utilities
 */

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.fc-day-grid-event .fc-content {
  white-space: normal !important;
  overflow: auto !important;
}
.list-group p {
  margin-bottom: 0;
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.lds-ring {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 20px auto;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 4px;
  border: 4px solid #6c757d;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #6c757d transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.caret, .caret-down {
  position: relative;
}
.caret::after {
  content: "";
  height: 8px;
  width: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  position: absolute;
  right: 20px;
  top: 22px;
  transform: rotate(135deg);
  transition: all 200ms linear;
}
.caret.collapsed::after {
  transform: rotate(45deg);
}
.caret-down::after {
  content: "";
    height: 8px;
    width: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    display: inline-block;
    position: relative;
    left: 10px;
    top: -2px;
    transform: rotate(135deg);
}

/* job filters */
.job-filters input:focus-visible,
.job-filters select:focus-visible {
  outline: none;
}
.job-filters input[name=search] {
  border: none;
  position: relative;
  background: none;
  font-size: 1.125rem;
  border-bottom: 2px solid #2b2929;
  width: 100%;
}
.job-filters .search-input {
  position: relative;
  max-width: 300px;
  width: 100%;
}
.job-filters .search-icon {
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  right: 3px;
  top: 2px;
}
.job-filters input[name=search_id],
.job-filters input[name=custom_date],
.job-filters input[name=company],
.job-filters input[name=collector],
.job-filters select,
.job-filters .btn {
  font-size: 0.75rem;
  font-weight: 500;
  background: transparent;
  border: 2px solid #C5C4C4;
  border-radius: 0.25rem;
}
.job-filters input[name=custom_date],
.job-filters select {
  padding: 0.375rem 0.5rem;
  width: 135px;
}
.job-filters input[name=collector],
.job-filters input[name=company]{
  padding: 0.375rem 0.5rem;
  width: 158px;
}
.job-filters .btn {
  padding: 0.375rem 1.75rem;
  min-width: 118px;
  text-align: center;
}
.job-filters .btn.active {
  border-color: #d90100;
  background: #d90100;
  color: #fff;
}
.job-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/noun-arrow-down-770646-2B2929.svg") 94% / 10% no-repeat;
}
.job-filters #uncheckAllBtn {
  padding: 0;
  min-width: 40px;
}
.collector-search,
.company-search {
    position: relative;
}
.collector-search .fa-times,
.company-search .fa-times {
    position: absolute;
    top: 5px;
    right: 12px;
    z-index: 1;
    cursor: pointer;
    background: #f9f9f9;
    padding: 5px;
}

#availableTesters {
  padding: 0.375rem 0;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  min-height: 35px;
}
#availableTesters > span {
  padding: 0.125rem 0.25rem;
  margin: 0 0.25rem;
  border-radius: 3px;
  border: 1px solid #DDD;
  cursor: pointer;
}
#availableTesters > span:hover {
  color: #fff;
  background: #2b2929;
}

.ms-parent {
  margin-left: 0;
}
.ms-choice, 
.ms-drop {
  background-color: #f9f9f9;
}

.bg-white:disabled {
  color: #6c757d;
  background-color: #e9ecef !important;
}