.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 767.98px) {
    .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 991.98px) {
    .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 1199.98px) {
    .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl > .table-bordered {
      border: 0;
    }
  }
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
   .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .table-striped tbody tr:nth-of-type(odd) {
    background-color: #eaecf0;
  }

  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
  padding: 16px;
  border: transparent;
  }
  
@media only screen and (max-width: 800px) {
    .tiny-footer {
        text-align: center !important; 
    }
    .hide-mobile {
        display: none;
    }
    /* Force table to not be like tables anymore */
    table, 
    thead, 
    tbody, 
    th, 
    td, 
    tr { 
        display: block; 
    }


    th, td {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
        white-space: normal;
        text-align:left;
    }

    td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 16px;
        left: 16px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    td:before { content: attr(data-title); }

}

.table-small thead tr th {
    padding-bottom: 12px;
    padding-top: 12px;
}

.table-small tbody tr td {
    padding-bottom: 12px;
    padding-top: 12px;
}


.social-list a {
  font-size: 24px;
  margin-right: 5px;
  color:#d5e5f9;
}

.social-list a:hover {
  color: rgba(122,152,255,1);
}
#loadinggif{
  max-height:25px;
  padding: 0%;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

.banner-board {
  background: transparent;
  border: 1px solid solid linear-gradient(90deg, rgba(4, 10, 33,1) 10%, rgba(4, 10, 33,1) 25%, rgba(23, 37, 84, 1) 90%) !important;

}
.banner-block {
  background-color: transparent; 
  color: white; 
  border:1px solid white;
}

.genholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 0px; 
  min-width:100%; 
  min-height:59px;
} 

.genholder2 {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0px; 
  min-width:100%; 
  min-height:59px;
}

.placeholder-glow .genholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

.placeholder-glow .genholder2 {
  animation: placeholder-glow 2s ease-in-out infinite;
}

.lockHead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  overflow: hidden;
}

.lockBody {
  background: rgba(255, 255, 255, 1);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  max-width: 500px;
  width: 90%;
}

.lockImg {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.lockBtn {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 15px;
  color: #fff;
  background-color: #172554;
  border-radius: 5px;
  text-decoration: none;
}

.lockBtn:hover {
  background-color: #233242;
  color: #fff;
}