@font-face {
  font-family: 'Bonkund';
  font-style: normal;
  font-weight: 100;
    src: url('/static/Bonkund.ttf') format('truetype');
}
 
.logo {
  font-family: 'Bonkund', sans-serif;
  color: #000
}

.websiteText {
  font-family: 'Bonkund', sans-serif;
  color: #000;
}


.container {
 width: 100%;
 background: url("/static/back.jpg");
 background-size: cover;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat
}

main {
  margin: 0 auto
}

.wrapper {
     width: 100%;
     margin: 0 auto;
}

body {
    margin: 0;
    font-family: Helvetica, sans-serif;
    background-color: #f4f4f4;
  }
  
  a {
    color: #000;
  }
  
  /* header */
  
  .header {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: fixed;
    width: 100%;
    z-index: 3;
    top: 0;
    line-height: 1.5;
  }
  
  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
  }
  
  .header li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
  }
  
  .header li a:hover,
  .header .menu-btn:hover {
    background-color: #f4f4f4;
  }
  
  .header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
  }

  .filters {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    border-radius: 5px;
    background-color:  #e6f7ff;
    margin-bottom: 1em;
    padding-top: .5em;
    padding-bottom: 1em;
  }


  .filter {
    margin: .1em;
    vertical-align: -webkit-baseline-middle;
    font-size: 12px
  }

  .main_title {
    text-align: right;
  }

  @keyframes fadeIn { 
    from { opacity: 0; } 
  }

  .item_card.ant-card {
    width: 100%;
    margin-bottom:1em;
    word-wrap: break-word;
   }

   .index_header {
     display: inline-flex;
     flex-wrap: wrap;
     padding: 0 20px;
   }

   .index_title {
    width:100%;
    text-align: center
  }

  
  /* menu */
  
  .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
  }
  
  /* menu icon */
  
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 30px 15px;
    position: relative;
    user-select: none;
  }
  
  .header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .header .menu-icon .navicon:before {
    top: 5px;
  }
  
  .header .menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
    display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
    max-height: 240px;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }

  main {
      margin-top:5em;
  }

  .main_content {
      min-height: 100vh;
      background-color: #fff;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      padding: 2em;
      padding-top: 6em

  }

  .footer {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 1em;
    margin-top: 1em;
    text-align: center
  }

  tr:nth-child(odd) {
    background-color: #f2f2f2;
  }

  th {
    background-color: rgb(66, 184, 221)
  }

  .table-responsive {
    overflow: auto;
  }

  table {
    font-size: .875rem;
    width: 100%;
    border-spacing: 0;
    border-right: 1px solid #CBCBCB !important;
    border-top: 1px solid #CBCBCB !important;
    border-bottom: 1px solid #CBCBCB !important;
  }

  td,th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
  }

  .tooltip {
    background-color: #1890ff !important;
    padding: 2px 8px !important;
    }

  .__react_component_tooltip.type-dark.place-top:after {
    border-top-color: transparent
  }

  .__react_component_tooltip.place-top:after {
    border-left: none;
    border-right: none;
    bottom: 0;
    left: 0;
    margin-left: 0;
  }

.pagination-status {
  display: inline-flex;
    justify-content: space-evenly;
    width: 20%;
    float: right;
    list-style-type: none;
}

.footerTop {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

.footerMiddle {
  font-size: 2rem;
  display: inline-flex;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
}

.align-self {
  align-self: center;
}

.margin-bottom {
  margin-bottom: 0;
}

.ant-tag {
  margin-right: 0 !important;
}


@media (min-width: 22.813em) {
  .filter {
    margin: .5em;
  }
  
}

  
  @media (min-width: 64.063em) {

    .header {
      width: 1200px;
      line-height: 0.75
  }

  .header .logo {
    font-size: 3em;
  }

    .header li {
      float: left;
    }
    .header li a {
      padding: 20px 30px;
    }
    .header .menu {
      clear: none;
      float: right;
      max-height: none;
    }
    .header .menu-icon {
      display: none;
    }

    .wrapper {
        width: 1200px;
    }
  
    .filter {
      font-size: 14px;
    }

    .header .menu-icon {
      padding: 28px 20px;
    }

    .item_cards {
      display: inline-flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0em;
     }


  .item_card.ant-card {
    width: 45%;
    margin:1em 0;

   }

   .item_cardgfi.ant-card {
    width: 100%;
    margin:1em 0;
   }

   .index_header {
    flex-wrap: nowrap
  }

  .index_title {
    width:100%;
    padding-right:20px;
  }

  }
  