@font-face {
  font-family: "Bangla";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/webfonts/Bangla.ttf");
  src: url("/assets/webfonts/Bangla.ttf") format("truetype"), url("/assets/webfonts/Bangla.woff") format("woff");
}

.bangla,
.bn {
  font-family: Bangla, Arial, Helvetica, sans-serif;
  line-height: 1.1;
}

.english,
.en {
  font-family: Arial, Helvetica, sans-serif;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
  text-decoration: none;
}

input:focus,
button:focus,
textarea:focus,
a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0px;
  font-weight: 700;
}

p:last-child {
  margin-bottom: 0;
}

*,
html {
  padding: 0px;
  margin: 0px;
}

@media print {
  .container-fluid {
    width: 100% !important;
  }
}

/*--------------------------------------------------------
*   Very Common Style Start 
*-------------------------------------------------------*/
.only-m {
  display: none;
}

/* Flex tools */
.f-c,
.f-c-s,
.f-c-c,
.f-c-e,
.f-c-bt,
.f-c-ar,
.f-c-ev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-c-s {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.f-c-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-c-e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.f-c-bt {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-c-ar {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.f-c-ev {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.fi-c,
.fi-c-s,
.fi-c-c,
.fi-c-e,
.fi-c-bt,
.fi-c-ar,
.fi-c-ev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fi-c-s {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fi-c-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fi-c-e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fi-c-bt {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fi-c-ar {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.fi-c-ev {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (min-width: 576px) {
  .col-sm-0 {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .col-md-0 {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .col-lg-0 {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .col-xl-0 {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .col-xxl-0 {
    display: none !important;
  }
}

@media only screen and (max-width: 575px) {
  .xs-0 {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .xm-0 {
    display: none !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sm-0 {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .md-0 {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-0 {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .xl-0 {
    display: none !important;
  }
}

@media only screen and (min-width: 1400px) {
  .xxl-0 {
    display: none !important;
  }
}

.sp {
  padding: 25px 0px;
}

.sp-n {
  padding: 15px 0px;
}

.sm {
  margin: 25px 0px;
}

.sm-n {
  margin: 15px 0px;
}

/*--------------------------------------------------------
*   Header Page Style Start 
*-------------------------------------------------------*/
.n-top {
  background-color: black;
  color: silver;
  padding: 5px 0px;
}

.logo {
  padding: 5px 0px;
  padding-right: 10px;
}

.logo img {
  height: 85px;
  width: auto;
}

.navv a {
  padding-left: 15px;
}

.n-nav {
  background-color: teal;
}

.n-nav .f-c-c a {
  padding: 5px 10px;
  color: #fff;
}

.n-nav .f-c-c a:hover {
  background-color: red;
  color: gold;
}

.n-nav .f-c-c a:active {
  background-color: blue;
  color: white;
}

.kk {
  background-color: silver;
  padding: 25px;
  min-height: 500px;
}

table {
  margin: 0 auto;
}

th {
  padding: 5px 10px;
  text-align: center;
}

td {
  padding: 10px 10px;
  text-align: center;
}

.user {
  margin: 0 auto;
}

.user th {
  padding: 5px 10px;
  text-align: center;
}

.user td {
  padding: 2px 5px;
  text-align: left;
}

.user td:first-child {
  text-align: center;
}

.user th,
.user td {
  border: 1px solid black;
}

.navv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navv a {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
}

main {
  min-height: 500px;
  background-color: whitesmoke;
  color: black;
}

.tt {
  text-align: center;
  font-size: 30px;
  margin-top: 16px;
}

.tblkd,
.tblkd > tr > td {
  border: 1px solid black;
}

.ww td input {
  max-width: 50px;
  text-align: center;
}

#vi00 {
  color: red;
}
