@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.history_is-arabic .history__section_is-first {
  margin-right: 0;
  margin-left: 20px; }

@media only screen and (max-width: 600px) {
  .history_is-arabic .history__section_is-first {
    margin-left: 0; } }

.history_is-arabic .history__row-item_has-border {
  border-right: 0;
  border-left: 1px solid #EDEDED; }

.history_is-arabic .history__filter-toggle-item {
  color: #00438E;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .history_is-arabic .history__filter-toggle-item:before {
    content: '';
    background-image: url("../../../../public/img/icons/filter.svg");
    margin-right: 10px;
    width: 20px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat; }
  .history_is-arabic .history__filter-toggle-item:before {
    margin-right: 0;
    margin-left: 10px;
    transform: rotateY(180deg); }

.history__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 60px;
  margin-top: 60px; }

.history__section-container {
  display: flex; }
  @media only screen and (max-width: 600px) {
    .history__section-container {
      flex-direction: column; } }

.history__section {
  flex: 1; }
  .history__section_is-first {
    width: 200px;
    margin-right: 20px;
    flex: none; }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
    .history__section_is-first {
      margin-top: 10px; } }
  @media only screen and (max-width: 600px) {
    .history__section {
      overflow: auto; }
      .history__section_is-first {
        width: 100%;
        margin-right: 0; } }

.history__title {
  color: #00438E;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "roboto"; }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
    .history__title {
      display: none; } }

.history__tablet-title {
  color: #00438E;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "roboto";
  font-size: 25px;
  display: none; }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
    .history__tablet-title {
      display: block;
      margin-bottom: 5px; } }

.history__header {
  display: flex;
  background-color: #C0E1FC;
  color: #00438E;
  margin-bottom: 10px;
  border-radius: 30px; }

.history__row-image-container {
  width: 100px;
  height: 150px;
  display: flex;
  align-items: center; }

.history__row-image {
  max-width: 100%;
  max-height: 100%; }

.history__form-item {
  margin-bottom: 20px; }

.history__input-container {
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.history__button-container {
  display: flex; }

.history__button {
  width: 150px;
  margin-right: 20px; }

.history__voucher-button {
  background: #00438E;
  padding: 5px;
  color: #fff;
  cursor: pointer; }

.history__table {
  width: 100%;
  margin-top: 31px; }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
    .history__table {
      margin-top: 0; } }
  @media only screen and (max-width: 600px) {
    .history__table {
      width: 800px; } }

.history__table-header {
  background-color: #C0E1FC;
  display: flex;
  margin-bottom: 10px; }

.history__header-item {
  width: 100%;
  padding: 15px 20px;
  color: #00438E;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize; }
  .history__header-item_align-initial {
    text-align: initial; }

.history__table-body {
  display: flex;
  flex-direction: column; }

.history__row {
  display: flex;
  font-size: 14px;
  margin-bottom: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 67, 142, 0.06);
  height: 100px;
  border-radius: 30px; }

.history__row-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  width: 100%; }
  .history__row-item_align-initial {
    justify-content: initial; }
  .history__row-item_has-border {
    border-right: 1px solid #EDEDED; }

.history__breadcrumbs-container {
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-device-width: 1024px) {
    .history__breadcrumbs-container {
      display: none; } }

.history__filter-toggle {
  margin-bottom: 30px;
  display: none; }
  @media only screen and (max-width: 600px) {
    .history__filter-toggle {
      display: flex; } }

.history__filter-toggle-item {
  color: #00438E;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .history__filter-toggle-item:before {
    content: '';
    background-image: url("../../../../public/img/icons/filter.svg");
    margin-right: 10px;
    width: 20px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat; }
  .history__filter-toggle-item:before {
    background-image: url("../../../../../public/img/icons/filter.svg"); }

.history__filter-close {
  display: none; }
  @media only screen and (max-device-width: 1024px) {
    .history__filter-close {
      display: flex;
      position: absolute;
      top: 40px;
      right: 10px; }
      .history__filter-close:before {
        content: '';
        background-image: url("../../../../public/img/icons/close.svg");
        margin-right: 10px;
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat; } }
  .history__filter-close:before {
    background-image: url("../../../../../public/img/icons/close.svg"); }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
      .history__filter-close:before {
        display: none; } }

@media only screen and (max-width: 600px) {
  .history__form {
    display: flex;
    flex-direction: column-reverse; } }

@media only screen and (max-width: 600px) {
  .history__filter-container {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #00A791;
    width: 90%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 100px 20px 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    transform: translateX(calc(-100% - 10px));
    z-index: 9999;
    background-color: #fff;
    overflow: auto;
    transition: 0.3s transform ease-in-out; }
    .history__filter-container_is-opened {
      transform: translateX(-10px) !important; } }
