@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"); }

.statement_is-arabic .statement__section {
  flex: 1; }
  .statement_is-arabic .statement__section:first-child {
    margin-right: 0;
    margin-left: 20px; }
  @media only screen and (max-width: 600px) {
    .statement_is-arabic .statement__section:first-child {
      margin-left: 0; } }

.statement_is-arabic .statement__header-item {
  text-align: right; }

.statement_is-arabic .statement__row-item {
  text-align: right; }

.statement_is-arabic .statement__filter-toggle-item {
  color: #00438E;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .statement_is-arabic .statement__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; }
  .statement_is-arabic .statement__filter-toggle-item:before {
    margin-right: 0;
    margin-left: 10px;
    transform: rotateY(180deg); }

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

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

.statement__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) {
    .statement__title {
      display: none; } }

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

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

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

.statement__table-header {
  background-color: #C0E1FC;
  display: flex;
  margin-bottom: 10px;
  border-radius: 30px; }

.statement__header-item {
  width: 100%;
  color: #00438E;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  padding: 15px 20px; }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
    .statement__header-item {
      padding: 15px 10px; } }

.statement__row {
  display: flex;
  font-size: 14px;
  margin-bottom: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 67, 142, 0.06);
  border-radius: 30px;
  color: #fff;
  background-color: #00a791; }
  .statement__row:nth-child(2n+1) {
    background-color: #006BC2; }

.statement__row-item {
  width: 100%;
  padding: 15px 20px;
  text-align: left;
  word-break: break-word; }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
    .statement__row-item {
      padding: 15px 10px; } }

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

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

.statement__button-container {
  display: flex; }

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

.statement__summary_is-desktop {
  display: block; }

.statement__summary_is-mobile {
  display: none; }

@media only screen and (max-width: 600px) {
  .statement__summary_is-desktop {
    display: none; }
  .statement__summary_is-mobile {
    display: block; } }

.statement__summary-section-container {
  display: flex;
  flex-direction: column;
  background-color: red;
  border-radius: 20px;
  overflow: hidden; }
  .statement__summary-section-container:not(:last-child) {
    margin-bottom: 20px; }
  @media only screen and (max-width: 600px) {
    .statement__summary-section-container_is-desktop {
      display: none; } }

.statement__summary-section {
  display: flex;
  flex-direction: column;
  background-color: #00a791;
  padding: 10px 15px; }
  .statement__summary-section_is-primary {
    background-color: #006BC2; }
  .statement__summary-section_is-dark {
    background-color: #bbbbbb; }
  .statement__summary-section_is-column .statement__summary-section-item {
    flex-direction: column; }

.statement__summary-section-item {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 14px; }
  .statement__summary-section-item:not(:last-child) {
    margin-bottom: 10px; }

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

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

.statement__filter-toggle-item {
  color: #00438E;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .statement__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; }
  .statement__filter-toggle-item:before {
    background-image: url("../../../../../public/img/icons/filter.svg"); }

.statement__filter-close {
  display: none; }
  @media only screen and (max-device-width: 1024px) {
    .statement__filter-close {
      display: flex;
      position: absolute;
      top: 40px;
      right: 10px; }
      .statement__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; } }
  .statement__filter-close:before {
    background-image: url("../../../../../public/img/icons/close.svg"); }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
      .statement__filter-close:before {
        display: none; } }

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

@media only screen and (max-width: 600px) {
  .statement__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; }
    .statement__filter-container_is-opened {
      transform: translateX(-10px) !important; } }
