.login-center-align {
  margin-top: calc((100vh - 500px)/2);
}

.login-banner {
  text-align: center; 
  margin: 20px 0;
}

.login-banner-img {
  width: 500px;
  height: 90px;
  object-fit: contain;
}

@media (max-width: 469px) { 
  .login-banner-img {
    width: 400px;
    height: 90px;
    object-fit: contain;
  }
}

.page-title {
    /* color: #50CD89 !important; */
    font-size: 25px;
    font-weight: bold;
    align-items: center !important;
    justify-content: unset !important;
}
.report-acc-no {
    font-size: 18px;
    font-weight: 600;
}
.set-entries-width {
  width: 100%;
}
.table-summary {
  float: right;
  font-size: 14px;
}
.table-summary-value { 
  font-weight: 600;
}
.summary-table,  .details-table {
    text-align: center;
}
.tableBtn {
    vertical-align: middle;
    border-bottom: none !important;
}
.table-title { 
    background-color: #E8E8E8 !important;
    width: 20%;
}
.table-value { 
    background-color: #F8F8F8 !important;
    width: 20%;
}
#datatable-container {
  display: none;
}
.showing, .total-end, .total-entries {
  display: contents;
}
.form-gap {
    margin-bottom: 10px;
}
.btn.btn-primary {
    color: #fff;
    border-color: #6AB43E;
    background-color: #6AB43E;
}
.btn-margin {
    margin: 10px 0px;
}
.icon-size-b {
    font-size: 25px !important;
    cursor: pointer;
}
.icon-size-s {
    font-size: 20px !important;
    cursor: pointer;
    margin-right: 5px;
}
.icon-disabled {
    cursor: not-allowed;
    color: #E0E0E0 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .listing-search-user {
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr 0.65fr 0.65fr 0.65fr 1fr; 
    grid-gap: 5px;
  }

  .listing-search-transaction, .listing-search-report {
    display: grid; 
    grid-template-columns: 4fr 4fr 1fr; 
    grid-gap: 5px
  }

  .listing-search-transaction-admin, .listing-search-report-admin {
    display: grid; 
    grid-template-columns: 3fr 3fr 3fr 1fr; 
    grid-gap: 5px
  }

  .listing-search-symbol {
    display: grid; 
    grid-template-columns: 5fr 1fr; 
    grid-gap: 5px
  }

  .expired-date {
    position: absolute;
    top: 60px;
  }

  /* @media (max-width: 767.98px) */
  @media (max-width: 1200px) {
    .listing-search-user, .listing-search-transaction, .listing-search-report, .listing-search-transaction-admin, .listing-search-report-admin {
      display: grid; 
      grid-template-columns: 1fr 1fr; 
      grid-gap: 5px;
    }

    .form-gap {
      margin-bottom: 0px;
    }

    .btn-mobile {
      margin-top: 10px;
      width: 100%;
    }
  }