.city-coxsbazar-tour h3{
  margin: 35px 15px auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.table-div{
  justify-content: center;
  margin: 0 auto;
}

.table-fit {
  width: auto !important;
  table-layout: auto !important;
}

.city-coxsbazar-tour th{
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  background: #045018;
  color: #fff;
}

.city-coxsbazar-tour td{
  font-size: 13px;
}

.city-coxsbazar-tour tr:hover{
  background: #045018;
  color: #fff;
  transition: all .3s ease-in-out;
}

#loading{
      position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 9999;
      background: #fff;
     /* background: url('../img/wait-loader.gif')
                  50% 50% no-repeat rgba(249,249,249,0.75);*/
      background: url('../img/loading.svg')
                  50% 50% no-repeat rgba(249,249,249,0.75);
}

#alertbox{
      position: fixed;
      left: 15px;
      top: 100px;
      z-index: 9998;
      width: auto;
      height: auto;
      background: #54db739e;
      border-radius: 10px;
      box-shadow: 2px 2px 5px #595959;
      border-left: : 3px solid #fafafa;
      transition: all .3s ease-in-out;
}

.alertcontainer{
  padding: 25px 10px;
  clear: both;
}

.alertcontainer div{
  margin: 0 auto;
  margin-bottom: 0 !important;
}

.alertcontainer div h2{
  margin: 0 auto;
  vertical-align: center;
  font-size: 14px;
  font-weight: bold;
}

.mb-3{
  margin-bottom: 0 !important;
}

#searchField{
  margin: 20px auto;
}

#tour_form{
  /* margin: 20px auto; */
  padding: 5px;
  border: 1px solid #cfddcd;
  border-radius: 5px;
  background: #fbfafa;
}

#tour_form h3{
  margin: 35px 15px auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 10px;
}

.datacorrectiondiv{
  padding: 20px 10px;
}

.datacorrectiondiv h2{
  padding-bottom: 5px;
  text-align: center;
}

.datacorrectiondiv form{
  font-size: 12px;
  margin-top: 30px;
  padding: 20px;
  border-top: 1px solid #fae;
  border-radius: 10px;
}

.datacorrectiondiv input{
  margin-bottom: 10px;
}

.datacorrectiondiv select{
  margin-bottom: 10px;
}

.datacorrectiondiv input[type=button]{
  margin-top: 15px;
}

.datacorrectiondiv img{
  justify-content: center;
  width: 220px;
  height: 260px;
  border: 1px solid #dea;
  border-radius: 15px;
}

#designation{
  margin: 20px auto;
}

.divdata div{
  margin: 10px auto;
  border: 1px solid #efefef;
  padding: 20px 10px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
  transition: all .3s ease-in-out;
}

.divdata div:hover{
  background: #fff;
  transition: all .3s ease-in-out;
}

.divdata div h2{
  display: inline;
  margin: 35px 10px auto;
  text-align: center;
  font-size: 14px;
  font-weight: bolder;
  text-align: left;
  color: #000;
}

.divdata div p{
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  padding: 5px 15px;
}

/* #chaindata div{
  width: 98%;
  margin: 15px auto;
  border: 1px solid #afafaf;
  padding-bottom: 20px;
  border-radius: 10px;
  background: #ffffff;
  transition: all .3s ease-in-out;
  box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#chaindata div:hover{
  background: #fff;
  transition: all .3s ease-in-out;
}

#chaindata div h2{
  margin: 35px 15px auto;
  text-align: center;
  font-size: 14px;
  font-weight: bolder;
  text-align: left;
  color: #000;
}

#chaindata div p{
  max-width: 750px !important;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  padding: 5px 10px;
}

#countchain {
  width: 94%;
  margin: 5px auto;
  font-size: 15px;
  text-align: center;
  text-decoration: underline;
  color: #cd760b;
}

#chainpdfbtn {
  position: fixed;
  bottom: 20px;
  right: 10px;
} */

.refheading{
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 15px;
  background: #efafd2;
  width: auto;
}

.referencetablediv{
  justify-content: center;
  margin: 0 10px;
}

#referencedatatable th,td{
  text-align: center;
  vertical-align: middle;
}

#refererdata div{
  width: auto;
  margin: 5px auto;
  border: 1px solid #faa;
  padding-bottom: 20px;
  border-radius: 10px;
  background: #fbf7ef;
  transition: all .3s ease-in-out;
}

#refererdata div:hover{
  background: #fff;
  transition: all .3s ease-in-out;
}

#refererdata div h2{
  margin: 20px 15px auto;
  text-align: center;
  font-size: 14px;
  font-weight: bolder;
  text-align: left;
  color: #000;
}

#refererdata div p{
  max-width: 750px !important;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  padding: 5px 15px;
}

.referimg{
  width: 80px;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
}

#club_list{
   margin: 40px auto;
  padding: 5px;
  border: 1px solid #cfddcd;
  border-radius: 5px;
  background: #fbfafa;
}

#club_list h3{
  text-align: center;
  font-size: 15px;
  margin: 15px auto;
}

.datatable th,td{
  text-align: center;
}

@media only screen and (max-width: 400px) {

  input{
    font-size: 12px;
  }

  #referencedatatable th,td{
    font-size: 12px;
  }

  .datatable th,td{
    font-size: 12px;
  }

}
