/*   color variables */
/*   border radius */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Mukta, sans-serif;
      /* height: 100vh; */
      display: block;
      justify-content: center;
      align-items: center;
      color: #4f546c;
      font-size: 0.9rem;
      background-color: #f9fbff;
      overflow-x: hidden;
      padding: 20px 20px 80px;
      width: 100%;
}
.text-center{text-align: center;}
b{
  font-size: 20px;
}
p{
  margin-bottom: 20px;
  font-weight: normal;
}
p.scroll img{width: 60px;}
h2{
  font-size: 18px;
}
h2.table-h2{text-transform: uppercase;text-align: center;margin: 10px 0 20px}
h3{
  margin: 10px 0 25px;
  background: #fff5d8;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  text-align: justify;
}
h3 small{
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  padding-left: 5px;
}
h3 p{
  font-weight: normal;
  margin-bottom: 12px;
  line-height: 22px;
  font-size: 15px;
}
h3 p:last-child{
  margin-bottom: 0
}
h3 a{
  color: #ff9800;
  text-decoration: none;
  border-bottom: 1px solid #ff9800;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
}
h3 img{
  width: 20px;
  position: relative;
  bottom: -4px;
}
.container{max-width: 1199px;margin: 0 auto;}
.table-container{width: 100%;overflow: hidden;}
table {
  border-collapse: collapse;
  box-shadow: 0 5px 10px #e1e5ee;
  background-color: white;
  text-align: left;
  display: flex;
  overflow-x: auto;
  border-top: 3px solid #cddc3947;
}
tbody{
  width: 100%;
  display: inline-table;
}
table thead {
  box-shadow: 0 5px 10px #e1e5ee;
}
table th {
  padding: 1rem 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 0.7rem;
  font-weight: 900;
  border-right: 1px solid #cddc3947;
  text-align: center;
}
table td {
  padding: 0.8rem;
  border-right: 1px solid #cddc3947;
}
table tr th:first-child{
  border-left: 1px solid #cddc3947;
}
table tr td:first-child{
  color:#2196f3;
  border-left: 1px solid #cddc3947;
}
table tr td:first-child b{
  font-size: 20px;
}
table td img{
}
table a {
  text-decoration: none;
  color: #2962ff;
}
table .status {
  border-radius: 0.2rem;
  background-color: red;
  padding: 0.2rem;
  text-align: center;
  white-space: nowrap;
}
table .status-pending {
  background-color: #fff0c2;
  color: #a68b00;
}
table .status-paid {
  background-color: #c8e6c9;
  color: #388e3c;
  margin: 0;
}
table .status-unpaid {
  background-color: #ffcdd2;
  color: #c62828;
}
table .amount {
  text-align: right;
}
table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.callus{
  font-size: 18px;
  display: table;
  margin: 60px auto 0;
  background: #ff9800;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
}
.head-left{text-align: center;}
.top-head-block{display: flex;justify-content: space-evenly;}
.scroll{display: none;}
.scroll small{
  font-size: 13px;
  letter-spacing: 1px;
  display: block;
  color: #ff9800;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .head-left{text-align: center;}
  .top-head-block{display: block;}
  .scroll{display: block;}
  h2.table-h2{margin-bottom: 0}
}
