.table-container {
  margin: 0 auto;
  max-height: 500px;
  overflow-y: auto;
  max-width: calc(1440px + 34px);
}

table {
  /* border: 0.1px solid #ccc; */
  /* border-collapse: collapse; */
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}

table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table td {
  padding: 15px 0;
  text-align: center;
  overflow-wrap: anywhere;
}
.header-table {
  background-color: #220f25;
  color: #ffffff;
}
.header-table th {
  font-weight: 100;
  padding: 10px;
  cursor: pointer;
}
.table-data {
  background-color: #37183c;
  color: #ffffff;
  font-size: 13px;
}
tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.2);
}
.header-table th:after {
  font-family: FontAwesome;
  content: "\f07d";
  font-weight: 100;
  font-size: 14px;
  margin-left: 5px;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .header-table th {
    font-size: 13px;
  }
}

@media screen and (max-width: 760px) {
  .header-table th {
    font-size: 10px;
    padding: 10px 0;

  }
  table td {
    font-size: 10px;
  }
  .drawer-saved-filters {
    width: 80%!important;
    height: 100vh!important;
    top: 0!important;
  }
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.7em;
    text-align: right;
    margin: 0 5px;
  }

  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

.select-wrapper {
  margin: auto;
  max-width: 600px!important;
  width: calc(100% - 40px);
}

.select-pure__select {
  align-items: center;
  background: #f9f9f8;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.4);
  box-sizing: border-box;
  color: #363b3e;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: left;
  min-height: 44px;
  padding: 5px 10px;
  position: relative;
  transition: 0.2s;
  width: 100%;
}

.select-pure__options {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  display: none;
  left: 0;
  max-height: 221px;
  overflow-y: scroll;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 5;
}

.select-pure__select--opened .select-pure__options {
  display: block;
}

.select-pure__option {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  height: auto;
  line-height: 25px;
  padding: 10px;
  overflow: hidden;
}

.select-pure__option--disabled {
  color: #e4e4e4;
}

.select-pure__option--selected {
  color: #e4e4e4;
  cursor: initial;
  pointer-events: none;
}

.select-pure__option--hidden {
  display: none;
}

.select-pure__selected-label {
  align-items: 'center';
  background: #5e6264;
  border-radius: 4px;
  color: #fff;
  cursor: initial;
  display: inline-flex;
  justify-content: 'center';
  margin: 5px 10px 5px 0;
  padding: 3px 7px;
}

.select-pure__selected-label:last-of-type {
  margin-right: 0;
}

.select-pure__selected-label i {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px;
}

.select-pure__selected-label img {
  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin-left: 7px;
  width: 14px;
}

.select-pure__selected-label i:hover {
  color: #e4e4e4;
}

.select-pure__autocomplete {
  background: #f9f9f8;
  border-bottom: 1px solid #e4e4e4;
  border-left: none;
  border-right: none;
  border-top: none;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  padding: 10px;
  width: 100%;
}

.select-pure__placeholder--hidden {
  display: none;
}
.currency_exchange .select-pure__placeholder  {
  color: #37183c;
} 
.number-input {
  align-items: center;
  background: #f9f9f8;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.4);
  box-sizing: border-box;
  color: #363b3e;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: left;
  min-height: 44px;
  padding: 5px 10px;
  position: relative;
  transition: 0.2s;
  width: 100%;
}

.tables-container {
  position: relative;
  border-style: none!important;
  max-width: 1000px!important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* background: rgba(0,0,0,0.4)!important; */
  box-shadow: 0px 0px 27px -6px rgba(0,0,0,0.4)!important;
  padding: 50px 0px 30px 0!important;
  border-radius: 5px!important;
}

.tables-container span .select-pure__select {
  width: 200px!important;
  box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.4);
}

.tables-container .div-wrapper {
  padding: 0 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.tables-container button {
  background: none;
  border: none;
  cursor: pointer;
  color: #37183c;
}
/* .inputField {border:solid 1px #ccc; padding:0.2857rem; -webkit-border-radius:0.2857rem; -moz-border-radius:0.2857rem; border-radius:0.2857rem; font-size:1rem;}
label + .inputField {margin-top:0.2857rem;}
.shortInputField {width:30%;}
.dateRangeField {padding-right:40px;} */
/* .dateRangeWrapper:after {position:relative; right:30px; top:2px; font-family:"Ionicons"; content:"\f117"; font-size:1.429rem; line-height:1.714rem; pointer-events:none;} */

/* @media screen and (max-width: 984px){
  .shortInputField {width:50%;}
}
@media screen and (max-width: 580px){
  .shortInputField {width:100%;}
	.dateRangeWrapper {position:relative;}
	.dateRangeWrapper:after {position:absolute; right:10px; top:0;}
} */
.button-wrapper {
  width: 100%;
  text-align: center;
}
.button-wrapper button {
  margin-top: 20px;
  background-color: #37183c;
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid rgb(55,24,60);
  font-weight: 600;
  text-transform: capitalize;
  transition: 0.3s all ease-in-out;
  color: #fff;
  cursor: pointer;
}
#show-save-filter-modal {
  margin: 0 20px;
}
.button-wrapper button:hover {
  background: none;
  border: 1px solid rgb(55,24,60);
  color: #37183c;
}
#modal-advance-filters {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(0,0,0,0.5);
  transition: all 0.6s ease-in-out;
}
.show-modal {
  opacity: 1!important;
  visibility: visible!important;
}
.select-modal {
  background-color: #fff!important;
  padding: 32px!important;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px!important;
  position: relative;
  max-width: 800px!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select-modal .div-wrapper {
  width: 200px;
  margin: 10px;
}
.select-modal .button-wrapper {
  text-align: right;
}
.select-modal .button-wrapper button {
  padding: 15px 30px;
  margin-right: 30px;
}
.close-modal {
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
.select-pure__selected-label {
  align-items: 'center';
  background: #37183c;
  border-radius: 4px;
  color: #fff;
  cursor: initial;
  display: inline-flex;
  font-size: 15px;
  justify-content: 'center';
  /* margin: 5px 10px 5px 0; */
  padding: 1px 3px!important;
  margin: 1px!important;
}
.reset-filters {
  position: absolute;
  top: 10px;
  right: 15px;
  display: flex;
  align-items: center;
  color: #37183c;
  cursor: pointer;
  /* font-weight: 600; */
  transition: all 0.3s ease-in-out;
}
.reset-x {
  margin-left: 10px;
}
.reset-filters:hover {
  color: #492050;
}
.restricted_blur {
  filter: blur(2px);
}
.x-button {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.remove_padding {
  padding-right: 0!important;
}

#csv-download {
  border: none;
  outline: none;
  width: fit-content;
  margin: 20px auto 0;
  background-color: #ED598F;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 300ms;
  display: none;
}

#load-more {
  margin: 0 auto 40px;
  width: fit-content;
  padding: 10px 24px;
  border: none;
  outline: none;
  background-color: #37183c;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: 300ms;
  border: 1px solid #37183c;
}

#load-more:hover {
  background-color: #fff;
  color: #37183c;
}

#csv-download:hover {
  color: #37183c;
}

@media screen and (max-width: 768px) {
  .select-wrapper {
    margin-top: 20px!important;
  }
}
@media screen and (max-width: 683px) {
  #ui-datepicker-div {
    width: 100%!important;
    left: 0!important;
  }
}
@media screen and (max-width: 600px) {
  .ui-datepicker-group table tbody tr {
    display: flex;
    border-bottom: none!important;
  }
  .ui-datepicker-group table tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 0;
  }
}
@media screen and (max-width: 375px) {
  #ui-datepicker-div {
    /* display: flex!important; */
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 100%!important;
  }
  #submit-filters-button {
    margin-top: 20px;
  }
}


@media screen and (max-width: 500px) {
  .date, .date_time, .starting_from {
    display: flex;
    justify-content: center;
  }
  .number-input {
    width: 90%;
  }
}

.select-pure__select--opened .select-pure__options {
  display: block;
}

_::-webkit-full-page-media, _:future, :root .safari_only {
  display: none;
}

/* Tooltip container */
.tooltip_currency {
  position: absolute;
  display: inline-block;
  right: 20px;
  font-size: 20px;
  color: #37193c;
  cursor: pointer;
}

/* Tooltip text */
.tooltip_currency .tooltip_currency_text {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 15px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip_currency .tooltip_currency_text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip_currency:hover .tooltip_currency_text {
  visibility: visible;
  opacity: 1;
}

.saved-filters-list {
  position: absolute;
  top: 10px;
  left: 15px;
  display: flex;
  align-items: center;
  color: #37183c;
  cursor: pointer;
  /* font-weight: 600; */
  transition: all 0.3s ease-in-out;
}
.filter-icon {
  margin-left: 10px;
}
.drawer-saved-filters {
  position: fixed;
  background: #fff;
  width: 400px;
  top: 70px;
  left: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transform: translateX(-100%);
  overflow-y: auto;
  max-height: 100vh;
  padding-bottom: 100px;
}
.show-drawer {
  visibility: visible!important;
  opacity: 1!important;
  transform: translateX(0);
}
.drawer-item-wrapper {
  padding: 10px;
  width: 100%;
  /* border-bottom: 1px solid rgba(0,0,0,0.2);
  border-radius: 3px; */
  transition: all 0.6s ease-in-out;
}

.drawer-item-wrapper h3 {
  color: #37183c;
  font-weight: 600;
  font-size: 17px;
}
.drawer-item {
  padding: 5px;
}
.drawer-item-wrapper:hover {
  cursor: pointer;
  background-color: rgba(55, 24, 60, 0.2);
}
.remove-filter {
  position: relative;
  color: #b30000;
  transition: all 0.3 ease-in-out;
}
.remove-filter:hover {
  cursor: pointer;
  color: #c90000;
}
.item-wrapper-drawer {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.ssessments-table {
  margin: 30px 0;
}