*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background-color: #fff;
  line-height: 18px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  color: #444444;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: "Noto Sans", sans-serif;
}

main {
  background-color: #fff;
  flex: 1 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  font-size: 16px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.btn {
  background-color: #006699;
  color: #fff !important;
  font-weight: 500;
  border-radius: 50px;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.btn-sm {
  padding: 0.25rem 1rem;
}

.btn svg {
  transition: all 0.5s ease-in-out;
}

.btn:hover svg {
  margin-left: 0.5rem;
}

.btn:hover {
  background: #17a2b8;
}

header {
  background: #fff;
}

.logo-sec a,
.header-contact a {
  display: block;
  text-decoration: none;
}

.logo-sec a figure,
.logo-sec a h4 {
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  margin-bottom: 0px;
}

.logo-sec a figure img {
  max-width: 100%;
  max-height: 90px;
}

.logo-sec a h4 {
  padding-left: 15px;
}

.logo-sec a h4 span {
  display: block;
  padding-top: 5px;
  letter-spacing: 0.014rem;
}

.middle-header {
  padding: 0.55rem 0 0.75rem 0;
  position: relative;
  background: #fff;
  border-top: 3px solid #17a2b8;
  /* border-bottom: 1px solid #fff; */
  /* background: -moz-linear-gradient(top, #ffffff 0%, #def2fa 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #def2fa 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #def2fa 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#def2fa', GradientType=0);

  /* background: linear-gradient(
        0deg,
        rgb(255 255 255 / 99%),
        rgb(255 255 255 / 95%),
        rgb(224 243 250 / 90%)
      )
      fixed,
    url(../../images/nepal-map.png) no-repeat center;
  background-size: contain; */
}

.header-contact,
.header-login {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-bottom: 0px;
}

/* .header-login {
  float: right;
  padding-top: 30px;
} */
.header-login{padding-top: 0px; position: absolute; top: -3px; right: 120px;}
.login_button{border-radius: 0px; font-size: 11px; border-bottom-left-radius: 9px; border-bottom-right-radius: 9px;
  padding: 1px 10px 5px 10px; line-height: 11px; background: #17a2b8; letter-spacing: 0.014px;}
.login_button:hover{letter-spacing: 1px;}

.header-flag img {
  max-height: 75px;
  max-width: 100%;
  margin-right: 15px;
}

.header-contact{text-align: right;}
.header-contact ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
  margin-left: auto;
}

.header-contact ul li {
  line-height: 24px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
  padding-right: 20px;
}

.header-contact ul li:before{
  content: '';
  position: absolute;
  height: 15px;
  top: 20%;
  right: -1px;
  border-right: 1px solid #bfcce3;
}

.header-contact ul li:last-child:before{display: none;}

.header-contact ul li a,
.header-contact ul li i {
  color: #00014e;
  letter-spacing: 0.014rem;
  font-size: 16px;
}

.header-contact ul li a:hover, .header-contact ul li a:hover i{color: #17a2b8;}

nav.navbar {
  background: #fff;
  text-align: center;
  /* box-shadow: 0 4px 40px rgba(0, 82, 155, 0.1);
  border-bottom: 1px solid #fff; */
}

.nav-link {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.dropdown-menu {
  box-shadow: 0 4px 40px rgba(0, 82, 155, 0.1);
  border: 0;
}

.palika_ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 2px;
  color: #346cb0;
  line-height: 1;
  display: block;
}

.logo-sec a:hover .palika_ttl{color: #17a2b8;}

.palika_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 2px;
  color: #346cb0;
  line-height: 1;
  display: block;
  border-left: 5px solid #346cb0;
  padding: 5px 15px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
}

.palika_title h4 {
  font-weight: 600;
  color: #123456;
  font-size: 18px;
}

.palika_title span {
  display: block;
  font-size: 14px;
  position: relative;
  width: fit-content;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 0 2rem;
}

.palika_title span:before,
.palika_title span:after {
  content: "";
  position: absolute;
  top: 40%;
  height: 4px;
  width: 25px;
  background-color: #346cb0bf;
  border-radius: 4px;
}

.palika_title span:before {
  left: 0;
}

.palika_title span:after {
  right: 0;
}

.loc_title,
.org-title {
  font-size: 16px;
  display: block;
  line-height: 1.2;
  color: #092540;
}

.main_title,
.reportTitle {
  font-weight: normal;
  font-size: 24px;
  color: #092540;
  padding-left: 2.5rem;
  position: relative;
  margin: 0 0 1.5rem;
  letter-spacing: 0.014rem;
}

.main_title:after,
.reportTitle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 4px;
  height: 2px;
  width: 30px;
  background-color: #5580bf;
}

.member_details h3 a {
  font-size: 18px;
  color: #346cb0;
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 2px;
  display: block;
}

.member_details h3 a:hover {
  color: #17a2b8;
}

section {
  padding: 1.5rem 0;
}

.slide {
  margin-bottom: 30px;
}

.public-representative::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.public-representative::-webkit-scrollbar {
  width: 3px; height:3px;
  background-color: #f5f5f5;
}

.public-representative::-webkit-scrollbar-thumb {
  background-color: #0ae;

  background-image: -webkit-gradient(linear,
      0 0,
      0 100%,
      color-stop(0.5, rgba(255, 255, 255, 0.2)),
      color-stop(0.5, transparent),
      to(transparent));
}

.member_details p {
  font-size: 13px;
  margin-bottom: 0;
  color: #123456;
}

.member_details p.member_position {
  font-size: 13px;
  color: #03a9f3;
  font-weight: 500;
  letter-spacing: 0.014rem;
}

.public-representative {
  padding: 10px;
  max-height: 360px;
  overflow-y: auto;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
}

.ward_details .tab-content .public-representative {
  max-height: 190px;
}

.public-representative li {
  display: block;
  grid-template-columns: 1fr 3fr;
  grid-gap: 1em;
  align-items: flex-end;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  border-bottom: 1px solid #daecff;
}

.public-representative li:last-child {
  border-bottom: none;
}

.public-representative li img {
  height: 80px;
  width: 80px;
  object-fit: contain;
  display: inline-block;
  position: relative;
  vertical-align: text-top;
}

.public-representative li .member_details {
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  padding-left: 10px;
  width: 75%;
}

.public-representative li .member_details p {
  line-height: 18px;
}

.palika_details {
  display: block;
  /* grid-template-columns:repeat(6, auto); */
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 1em;
}

.palika_details .palika_info_single {
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 1px 10px rgba(0, 82, 155, 0.2);
  padding: 1rem;
  text-align: center;
  display: inline-block;
  position: relative;
  width: 46%;
  margin-bottom: 10px;
  margin-right: 10px;

}

.palika_details .palika_info_single span {
  font-size: 18px;
  font-weight: 500;
  display: block;
  color: #17a2b8;
  letter-spacing: 0.014rem;
}

.palika_details .palika_info_single h4 {
  display: block;
  font-size: 16px;
  margin: 0 0 0.2rem;
  line-height: 1.2;
  color: #123456;
  letter-spacing: 0.014rem;
}

.intro p {
  text-align: justify;
  /* text-indent: 1em; */
  line-height: 32px;
}

.nav-pills .nav-item {
  width: 100%;
}

.nav-pills .nav-link {
  /* border-bottom: 1px solid rgb(228, 238, 246); */
  border-right: 1px solid rgb(228, 238, 246);
  color: #346cb0;
  cursor: pointer;
  border-radius: 0;
  /*text-align: center;*/
  font-size: 1.2rem;
  padding: 6px 15px 6px 10px !important;
  background: #fff;
  position: relative;
  /* font-weight: 600; */
}

.ward_details .nav-pills .nav-link {
  margin-left: 10px;
}

.nav-pills .nav-link:hover {
  color: #17a2b8;
}

.nav-pills .nav-link.active {
  color: #fff;
  border-color: #117f91;
  border-width: 2px;
  background-color: #17a2b8;
}

.nav-pills .nav-link.active:before {
  position: absolute;
  top: 22%;
  content: "";
  content: "";
  border-top: 9px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left-color: #17a2b8;
  z-index: 1;
}

.ward_details .nav-pills .nav-link {
  background: #fff;
  color: #17a2b8;
  text-align: center;
  border-radius: 4px !important;
  display: block;
  position: relative;
  padding: 2px 20px 0px 20px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  border: none;
  border-bottom: 2px solid transparent !important;
  -webkit-box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
  box-shadow: 0 0 12px rgb(0 0 0 / 11%);
}

.ward_details .nav-pills .nav-link.active{
  background: #17a2b8;
  color: #fff;
  border: none;
  border-bottom: 2px solid #138ea2 !important;
}
.ward_details .nav-pills .nav-link:hover {
  background: #17a2b8;
  color: #fff;
}
.ward_details .nav-pills .nav-link.active:before {
  top: 100%;
  border-left-color: transparent;
  border-top-color: #17a2b8;
  left: 40%;
}

/* .ward_details .nav-pills .nav-link.active:before {
  position: absolute;
  top: 99%;
  content: "";
  content: "";
  border-top: 9px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: 42%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top-color: #17a2b8;
  z-index: 1;
} */

.navbar.main-menu {
  padding: 0px;
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 10px;
  box-shadow: rgba(112, 100, 190, 0.25) 0px 4px 20px -6px, rgba(74, 62, 151, 0.1) 0px 18px 60px -4px;
}

.navbar-light.main-menu .navbar-nav li {
  display: inline-block;
  position: relative;
}

.navbar-light.main-menu .navbar-nav .nav-link {
    display: block;
    background: transparent;
    cursor: pointer;
    align-items: center;
    text-align: center;
    color: #346cb0;
    font-family: inherit;
    letter-spacing: 0.025rem;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding: 0.7rem 2.2rem;
}

.navbar-light.main-menu .navbar-nav li .nav-link{margin-left: 15px; margin-right: 15px;}
.navbar-light.main-menu .navbar-nav li:first-child .nav-link{margin-left: 0px;}
.navbar-light.main-menu .navbar-nav li:last-child .nav-link{margin-right: 0px;}

.navbar-light.main-menu .navbar-nav .nav-item:before{
  content: '';
  position: absolute;
  height: 21px;
  top: 30%;
  right: -1px;
  border-right: 1px solid #bfcce3;
}

.navbar-light.main-menu .navbar-nav .nav-item:last-child:before {
  border: none;
}

.navbar-light.main-menu .navbar-nav .nav-link:hover {
  color: #17a2b8;
}

/* .navbar-light.main-menu .navbar-nav .nav-item:first-child .nav-link {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.navbar-light.main-menu .navbar-nav .nav-item:last-child .nav-link {
  border-right: 1px solid #004b70;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
} */

.navbar-light.main-menu .navbar-nav .nav-link i {
  padding-right: 0.5rem;
  /* background: #0066;
  margin-right: 1rem;
  border-right: 1px solid #004b70; */
}

.navbar-light.main-menu .navbar-nav .nav-link.active,
.navbar-light.main-menu .navbar-nav .show>.nav-link {
  color: #17a2b8;
  background: #fff;
  /* border-color: #fff;
  border-bottom: 2px solid; */
}

.navbar-light.main-menu .navbar-nav .nav-link.active i,
.navbar-light.main-menu .navbar-nav .show>.nav-link i {
  color: #17a2b8;
  /* background: #117f91;
  border-right-color: #117f91; */
}

.navbar-light.main-menu .nav-link.dropdown-toggle:hover, 
.navbar-light.main-menu .navbar-nav .nav-item .nav-link:hover, 
.navbar-light.main-menu .navbar-nav .nav-item .nav-link.active, 
.navbar-light.main-menu .navbar-nav .nav-item.show .nav-link:hover, 
.navbar-light.main-menu .navbar-nav .nav-item.dropdown:hover .nav-link.dropdown-toggle, 
.navbar-light.main-menu .navbar-nav li.active .nav-link {
  background: transparent;
  color: #17a2b8;
  border-radius: 0px;
}
.navbar-light.main-menu .navbar-nav .nav-link:hover {
  background: #fff;
}
.navbar-light.main-menu .navbar-nav .nav-link:hover span{ z-index: 200; display: block; position: relative;}

@media only screen and (min-width: 992px) and (max-width: 2560px)
{
  .navbar-light.main-menu .nav-item .nav-link:hover:before, .navbar-light.main-menu .nav-item .nav-link.active:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 5px;
      top: 90%;
      background: #b2dded;
      color: #fff !important;
      left: 0px;
      z-index: 1;
      animation: 0.8s alternate ElasticOvr;
      -webkit-animation: 0.8s alternate ElasticOvr;
      transition: all cubic-bezier(0, 0.52, 0.25, 1) 0.3s;
      -webkit-transition: all cubic-bezier(0, 0.52, 0.25, 1) 0.3s;
      -moz-transition: all cubic-bezier(0, 0.52, 0.25, 1) 0.3s;
  }
}

/* Elastic hover animation */
@-webkit-keyframes ElasticOvr {
  0% {
    top: 0;
    height: 0px;
  }

  50% {
    top: 0;
    height: 100%;
  }

  100% {
    bottom: 0px;
    height: 2px;
    color: #fff !important;
  }
}


@-moz-keyframes ElasticOvr {
  0% {
    top: 0;
    height: 0px;
  }

  50% {
    top: 0;
    height: 100%;
  }

  100% {
    bottom: 0px;
    height: 2px;
    color: #fff !important;
  }
}


@keyframes ElasticOvr {
  0% {
    top: 0;
    height: 0px;
  }

  50% {
    top: 0;
    height: 100%;
  }

  100% {
    bottom: 0px;
    height: 2px;
    color: #fff !important;
  }
}



.card-content {
  margin-bottom: 1rem;
  border-radius: 8px;
  border: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 40px rgba(0, 82, 155, 0.1);
}

.card-header {
  font-size: 18px;
  padding: 0.7rem 1.5rem;
  cursor: pointer;
  border: 0 !important;
}

.card-header[aria-expanded="false"] {
  background-color: #fff;
  color: #123456;
  box-shadow: 0 4px 40px rgba(0, 82, 155, 0.1);
  border-radius: 6px !important;
}

.card-header[aria-expanded="true"] {
  border-radius: 6px 6px 0 0 !important;
  background-color: #17a2b8;
  color: #fff;
}

.tab-content .card {
  border-radius: 8px;
  border: 0;
  /* min-width: 500px; */
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 40px rgba(0, 82, 155, 0.1);
}

.tab-content .card-body {
  padding:10px 15px !important;
}

.form-group.form-group {
  margin-bottom: 10px;
}

.ward_details_info ul {
  padding: 0;
}

.ward_details_info {
  min-width: 200px;
}

.ward_details_info ul li {
  /* display: grid; */
  grid-gap: 1em;
  padding: 10px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #daecff;
  list-style-type: none;
  letter-spacing: 0.014rem;
}

.ward_details_info ul li i {
  font-size: 14px;
  color: #123456;
  min-width: 30px;
  text-align: center;
}

.ward_details_info ul li span {
  color: #17a2b8;
  font-weight: 500;
  font-size: 18px;
  float: right;
}

.ward_details .nav-pills {
  margin-bottom: 30px;
}

.summary_details {
  border-radius: 6px;
  padding: 1rem;
  color: #fff;
  box-shadow: 0 4px 40px rgba(0, 82, 155, 0.1);
  margin-bottom: 1rem;
  /* background-color: #346cb0; */
}

.summary_details h3 {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}

.summary_details i {
  font-size: 2.3rem;
}

.summarize_it>div:first-child .summary_details {
  background-image: linear-gradient(355deg, #346cb0, rgb(2, 142, 255));
}

.summarize_it>div:nth-child(2) .summary_details {
  background-image: linear-gradient(355deg, #17a2b8, rgb(250 102 102));
}

.summarize_it>div:last-child .summary_details {
  background-image: linear-gradient(355deg, #006699, #31c292);
}

.summary_details_list {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  justify-content: center;
  grid-gap: 0.5rem;
}

.summarize_it>div:first-child .summary_details .summary_details_list {
  /* grid-template-columns:repeat(4,auto); */
  color: #346cb0;
}

.summarize_it>div:nth-child(2) .summary_details .summary_details_list {
  /* grid-template-columns:repeat(5,auto); */
  color: #17a2b8;
}

.summarize_it>div:last-child .summary_details .summary_details_list {
  /* grid-template-columns:repeat(4,auto); */
  color: #006699;
}

.summary_details_list .single_list {
  background-color: #fff;
  padding: 0.25rem;
  text-align: center;
  font-size: 0.9rem;
  border-radius: 4px;
}

.summary_details_list .single_list span {
  display: block;
  font-weight: bold;
}

.business_category {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-content: center;
  grid-gap: 0.75rem;
}

.business_single_item {
  border-radius: 4px;
  padding: 0.65rem;
  font-size: 1rem;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0, 82, 155, 0.2);
}

.business_single_item span {
  font-weight: bold;
  color: #17a2b8;
  float: right;
}

/* .org_detail .form-group {
  margin-right: 1rem;
} */
.form-group label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #123456;
}

.form-control {
  border-radius: 4px;
  box-shadow: 0 4px 40px rgba(0, 82, 155, 0.1);
  min-height: 20px;
  font-size: 0.9rem;
  border: 1px solid #e1ecff;
  line-height: 1.3;
}

.card .form-control {
  background-color: #fff;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border: 1px solid #346cb0;
  outline: 0;
  box-shadow: none;
  /* box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25); */
}

.nav_data {
  background-color: #fff;
  box-shadow: 0 4px 40px rgba(0, 82, 155, 0.1);
  border-radius: 4px;
  transition: width 0.3s ease-in-out;
}

.card.home_search {
  background-color: #fff;
  box-shadow: 0 4px 40px rgba(0, 82, 155, 0.1);
  border-radius: 4px;
  border: 0;
}

.card.home_search .card-header {
  background-color: #17a2b8 !important;
  color: #fff !important;
  padding: 0.5rem;
  letter-spacing: 1.75px;
}

p {
  line-height: 32px;
  text-align: justify;
}

#printrpt,
.box-detail {
  margin-top: 2rem;
  background-color: #fff;
  box-shadow: 0 4px 40px rgba(0, 82, 155, 0.1);
  border-radius: 4px;
  border: 0;
  margin-bottom: 1rem;
}

#result {
  margin-top: 2rem;
  text-align: center;
}

table {
  min-width: 100%;
}

#printrpt {
  margin-top: 0;
}

#printrpt p {
  margin: 0;
}

#printrpt .reportTitle,
.box-detail h3 {
  background-color: #346cb0;
  color: #fff;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.014rem;
}

#printrpt .mobile_table {
  overflow-x: auto;
}

#printrpt .scrollable_table {
  flex: 1 1 auto;
  padding: 0rem 1rem;
}

/* #printrpt .dataTables_wrapper {
  overflow-x: auto;
} */

.no_record_found {
  text-align: center;
  color: red;
  font-size: 1rem;
  font-weight: 600;
  font-size: 18px;
  padding: 2rem;
  display: block;
}

.dataTable thead {
  background-color: #d0d0d0;
}

.mobile_table .text_filter,
.mobile_table .text_filter.search_init:focus {
  min-width: 100px;
  width: 100%;
}

.mobile_table .text_filter input{border-color: #e1ecff !important;}

.text_filter[value="वार्ड नम्बर"],
.text_filter.search_init[value="वार्ड नम्बर"]:focus {
  min-width: inherit;
  width: 60px;
}

.text_filter[value="घर नम्बर"],
.text_filter.search_init[value="घर नम्बर"]:focus {
  min-width: inherit;
  width: 60px;
}

table.dataTable {
  border: 0 !important;
}

.dataTables_wrapper .dataTables_length {
  margin-bottom: 1rem;
}

.row {
  margin: 0 -0.4rem;
}

.datatable.width-1200.pop-distribution.reportTable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: #fff;
}

.datatable.width-1200.pop-distribution.reportTable th {
  text-align: left;
  font-size: 0.9rem;
  /* white-space: nowrap; */
  color: #123456;
  font-weight: 500;
  border-left: 1px solid #eee !important;
  padding: 5px 10px 5px 5px;
  position: relative;
  box-shadow: 0 0 8px rgb(0 0 0 / 6%);
  background: #f2f2f2 !important;
  background: -moz-linear-gradient(top,
      #f2f2f2 0%,
      #ebebeb 42%,
      #dddddd 47%,
      #cfcfcf 100%) !important;
  background: -webkit-linear-gradient(top,
      #f2f2f2 0%,
      #ebebeb 42%,
      #dddddd 47%,
      #cfcfcf 100%) !important;
  background: linear-gradient(to bottom,
      #f2f2f2 0%,
      #ebebeb 42%,
      #dddddd 47%,
      #cfcfcf 100%) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#cfcfcf', GradientType=0) !important;
  transition: all 0.1s ease-in;

}

.datatable.width-1200.pop-distribution.reportTable>tbody>tr:nth-of-type(even) {
  background-color: #f2f2f2;
}

.datatable.width-1200.pop-distribution.reportTable td {
  padding: 10px;
  white-space: nowrap;
  font-size: 0.9rem;
  text-align: left;
  border: 1px solid #ddd;
}

.datatable.width-1200.pop-distribution.reportTable thead {
  background-color: #e5e5e5;
}

footer {
  background-image: linear-gradient(355deg, #346cb0, rgb(2, 142, 255));
  padding: 1rem;
}

.footer-nav {
  flex-direction: row;
  text-align: center;
  justify-content: center;
}

.footer-nav .nav-link {
  color: #fff;
}

.footer-nav .nav-link:hover {
  text-decoration: underline;
}

.author_org, .author_org small, .author_org a{color: #fff; font-weight: 400; letter-spacing: 0.014rem;}
.author_org a:hover{text-decoration: none; color: #fff;}

.toggle-sidebar {
  padding: 0.5rem;
  border-radius: 50%;
  background-color: #346cb0;
  color: #fff !important;
  text-align: center;
  height: 35px;
  width: 35px;
  display: block;
  cursor: pointer;
}

.toggle-sidebar i {
  vertical-align: middle;
  transition: all 1s ease-in-out;
}

.toggle-bar {
  right: -17.5px;
  top: -17.5px;
  display: none;
}

.toggle-sidebar.expand i:before {
  content: "\f054 ";
}

.nav_detail {
  transition: width 0.5s ease-in-out;
  padding-right: 0px;
}

.nav_detail .nav-pills .nav-link {
  font-size: 14px; border-bottom: 1px solid #e1ecff;
}

.tab_433 .nav-pills .nav-link {
  background: #fff;
  color: #346cb0;
  text-align: center;
  border-radius: 4px !important;
  display: block;
  position: relative;
  padding: 2px 20px 0px 20px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  border: none;
  border-bottom: 2px solid transparent !important;
  -webkit-box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
  box-shadow: 0 0 12px rgb(0 0 0 / 11%);
}

.tab_433 .nav-pills .nav-link.active{
  background: #17a2b8;
  color: #fff;
  border: none;
  border-bottom: 2px solid #138ea2 !important;
}
.tab_433 .nav-pills .nav-link:hover {
  background: #17a2b8;
  color: #fff;
}
.tab_433 .nav-pills .nav-link.active:before {
  top: 100%;
  border-left-color: transparent;
  border-top-color: #17a2b8;
  left: 40%;
}

.tab_433 .tab-content {
  margin-top: 30px;
}

#myViewBody .row>div span a img {
  max-height: 100px;
  max-width: 100%;
  padding: 5px;
  background: #fff;
  border: 2px solid #e1ecff;
}

.banner_images {
  max-width: 100%;
  max-height: 450px;
  min-height: 425px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.abt_sec {
  background: #f6f9ff;
  padding: 30px 0px;
}

.ward_details .tab-content .tab-pane .card-content .card-header {
  position: relative;
}

.ward_details .tab-content .tab-pane .card-content .card-header i {
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 10px;
  transition: transform .6s ease-in-out;
  color: #567890;
}

.ward_details .tab-content .tab-pane .card-content .card-header[aria-expanded="true"] i {
  color: #fff;
}

.ward_details .tab-content .card-body{padding: 0px;}

.chart_sec {
  background: #f6f9ff;
}

footer {
  padding: 5px 0px;
}

.footer-nav .nav-item .nav-link {
  display: inline-block;
  position: relative;
  padding: 0px 15px;
  letter-spacing: 0.014rem;
}

.footer-nav .nav-item .nav-link:before {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  height: 15px;
  width: 1px;
  background: #fff;
}

.footer-nav .nav-item:last-child .nav-link:before {
  display: none;
}


.ttl_c {
  font-size: 18px;
  color: #123456;
  font-weight: 500;
  display: block;
  position: relative;
  padding: 5px 15px;
  margin-bottom: 15px;
  margin-top: 0px;
  background: rgba(0, 0, 0, .03);
  border: 1px solid rgba(0, 0, 0, .125);
}

.ttl_c span {
  display: inline-block;
  position: relative;
}

.info_433 {
  margin-bottom: 20px;
}

.info_433 ul {
  padding-left: 0px;
  margin: 0px;
}

.info_433 ul li {
  list-style-type: none;
  position: relative;
  list-style-type: none;
  position: relative;
  font-size: 1rem;
  padding: 6px 9px;
  border-bottom: 1px solid #efefef;
  font-weight: 500 !important;
  color: #346cb0;
}

.info_433 ul li h4 {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  background: #e9f4ef;
  padding: 6px;
  margin: -7px -9px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.info_433 ul li span {
  min-width: 35%;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  color: #123456;
}

.info_433 ul li:hover {
  background-color: #e9f4ef;
}


/*CSS for Gallery*/
.img-wrapper {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgb(60 100 120 / 20%);
  position: relative;
  padding: 15px;
  padding-bottom: 5px;
  border-radius: 9px;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #cee9ff;
  text-align: center;
}

.img-wrapper img {
  max-width: 100%;
  max-height: 120px;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 1;
}

.img-overlay a {
  padding: 60px;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  /* Removes blue highlight */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 40%;
  height: auto;
  object-fit: contain;
}

#nextButton,
#prevButton {
  padding: 60px;
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  cursor: pointer;
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

#nextButton:hover,
#prevButton:hover,
#exitButton:hover {
  opacity: 0.7;
}

.img-wrapper figure figcaption {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #456a50;
  padding: 5px 0px 10px 0px;
  text-shadow: 1px 1px #fff;
}


table.dataTable {
  border-collapse: collapse;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: none;
}

.mobile_table th {
  text-align: left;
  font-size: 1rem;
  /* white-space: nowrap; */
  color: #000;
  font-weight: 500 !important;
  border-left: 1px solid #eee !important;
  padding: 5px 10px 5px 5px;
  position: relative;
  box-shadow: 0 0 8px rgb(0 0 0 / 6%);
  background: #f2f2f2 !important;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #ebebeb 42%, #dddddd 47%, #cfcfcf 100%) !important;
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #ebebeb 42%, #dddddd 47%, #cfcfcf 100%) !important;
  background: linear-gradient(to bottom, #f2f2f2 0%, #ebebeb 42%, #dddddd 47%, #cfcfcf 100%) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#cfcfcf', GradientType=0) !important;
  transition: all 0.1s ease-in;
}

.mobile_table thead {
  background-color: #e5e5e5;
}

.mobile_table td {
  padding: 10px;
  font-size: 0.9rem;
  text-align: left;
  border: 1px solid #ddd;
}


.frame figure {
  margin: 0px;
}

.frame img {
  border: solid 2px;
  border-bottom-color: #ffe;
  border-left-color: #eed;
  border-right-color: #eed;
  border-top-color: #ccb;
  max-height: 95%;
  max-width: 95%;
}

.frame {
  background-color: #ddc;
  border: solid 3vmin #eee;
  border-bottom-color: #fff;
  border-left-color: #eee;
  border-radius: 2px;
  border-right-color: #eee;
  border-top-color: #ddd;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25) inset, 0 5px 10px 5px rgba(0, 0, 0, .25);
  box-sizing: border-box;
  display: inline-block;
  /* height:95%; */
  height: auto;
  padding: 2vmin;
  position: relative;
  text-align: center;
}

.frame:before {
  border-radius: 2px;
  bottom: -1vmin;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25) inset;
  content: "";
  left: -1vmin;
  position: absolute;
  right: -1vmin;
  top: -1vmin;
}

.frame:after {
  border-radius: 2px;
  bottom: -1.5vmin;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
  content: "";
  left: -1.5vmin;
  position: absolute;
  right: -1.5vmin;
  top: -1.5vmin;
}

figure a {
  display: block;
}

.frame figure figcaption,
.img-wrapper figure figcaption {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #456a50;
  padding: 5px 0px 10px 0px;
  text-shadow: 1px 1px #fff;
}

.highcharts-title {
  font-size: 16px !important;
  color: #123456 !important;
  font-weight: 500 !important;
  fill: #123456 !important;
  text-align: center;
}

.map_sec {
  padding-bottom: 0px;
}

.table-responsive {
  /* overflow-y: scroll !important;*/
  overflow-x: scroll !important;
  overflow-x: auto !important;
  padding-bottom: 10px;
}


.table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 9px;
}

.table-responsive::-webkit-scrollbar {
  height: 5px !important;
  background-color: #F5F5F5;
}

.table-responsive::-webkit-scrollbar-thumb {
  height: 5px !important;
  border-radius: 9px;
  background-color: #0ae;
  background-image: -webkit-gradient(linear, 0 0, 0 100%,
      color-stop(.5, rgba(255, 255, 255, .2)),
      color-stop(.5, transparent), to(transparent));
}

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
  background-color: #FFF;
  background-image: -webkit-gradient(linear,
      40% 0%,
      75% 84%,
      from(#4D9C41),
      to(#19911D),
      color-stop(.6, #54DE5D))
}

.search_box {
  border: 1px solid #e1ecff;
  padding: 10px 15px;
  /* margin-bottom: 20px; */
  margin: 0px;
  margin-bottom: 5px;
  background: #fff;
  box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
}

.search_box label {
  display: block !important;
  margin-bottom: 5px !important;
}

.search_box input {
  width: 100%;
  height: 30px;
  padding: 0 7px;
  font-size: 13px;
  color: #555;
}

.secondary_report .card {
  margin-bottom: 15px;
}

.secondary_report .card-header {
  padding: 10px 15px !important;
  background: #fff !important;
  border-bottom: 1px solid #c8ced3 !important;
}

.secondary_report .card-header h5 {
  margin: 0px !important;
  font-weight: 600;
  font-size: 20px;
  color: #123456;
  text-transform: capitalize;
}

.secondary_report .card-header .btn {
  padding: 2px 10px !important;
  margin: -5px 0px !important;
}




@media (min-width: 320px) {

  .modal-lg,
  .modal-xl {
    width: 98%;
    max-width: 98%;
    margin-left: 20px;
  }
}

/* Responsive CSS Start Here */

@media (max-width: 1199px) {
  .logo-sec a figure {
    max-width: 80px;
  }

  .logo-sec a h4 {
    padding-left: 5px;
  }

  .logo-sec a h4 span {
    margin: 0px;
    padding: 0px;
    line-height: 18px;
  }

  .palika_ttl {
    margin-bottom: 1px;
    padding-top: 1px;
  }

  .navbar-light.main-menu .navbar-nav li .nav-link {
    margin-left: 5px;
    margin-right: 5px;
  }
  .navbar-light.main-menu .navbar-nav .nav-link {
    padding: 0.7rem 1.2rem;
  }

  .public-representative {
    max-height: 240px;
    margin-bottom: 0px;
  }

  .slide {
    margin-bottom: 0px;
  }

  .palika_title {
    flex-direction: initial !important;
    display: block !important;
  }

  .palika_title h4 {
    display: block;
    width: 100%;
    padding-bottom: 5px;
  }

  .palika_title,
  .palika_title h4,
  .member_details h3 a {
    font-size: 16px;
  }

  .member_details p.member_position {
    font-size: 13px;
  }

  .public-representative li img {
    height: auto;
    max-height: 75px;
    width: 70px;
  }

  .public-representative li .member_details {
    padding-left: 5px;
    width: 72%;
  }

  .ward_details .nav-pills .nav-link {
    min-width: 90px;
  }

  .highcharts-title {
    font-size: 0.9rem !important;
  }

  .banner_images {
    min-height: 310px;
  }

}

@media (max-width: 991px) {
  .header-contact{text-align: left; margin-right: 60px;}
  .header-contact ul li{margin-left: 0px;}
  .header-contact ul li:before{display: none;}

  .navbar.main-menu {
    position: absolute;
    top: 65px;
    right: 10px;
    z-index: 9;
    background: #fff;
    border-radius: 4px;
  }

  .navbar-light.main-menu .navbar-nav ul{margin-bottom: 0px;}
  .navbar-light.main-menu .navbar-nav li .nav-link{margin: 0; border-bottom: 1px solid #bfcce3;}
  .navbar-light.main-menu .navbar-nav .nav-item:before{display: none;}

  .navbar-light .navbar-toggler {
    position: absolute;
    top: -40px;
    right: 10px;
    background: transparent;
    background-color: #346cb0;
    color: #fff;
    border: none;
    outline: none !important;
    z-index: 9;
    padding: .15rem .5rem;
  }

  .navbar-light .navbar-toggler span {
    filter: brightness(0) invert(1);
  }

  .navbar-light .navbar-toggler:hover {
    background: #17a2b8;
  }

  .navbar-light .navbar-toggler:focus {
    outline: none !important;
  }

  .navbar-light.main-menu .navbar-nav .nav-item:first-child .nav-link,
  .navbar-light.main-menu .navbar-nav .nav-item:last-child .nav-link {
    border-radius: 0px !important;
  }

  .navbar-light.main-menu .navbar-nav .nav-link {
    text-align: left;
    border-top: 1px solid rgb(255 255 255 / 14%);
  }

  .palika_details .palika_info_single {
    width: 45%;
  }

  .palika_details .palika_info_single {
    padding: 1rem .5rem;
  }

  .header-contact ul li {
    margin-top: 0px;
  }

  .col-md-none {
    display: none;
  }
  .public-representative li img{width: 65px;}
  .tab-content .card{margin-bottom: 15px;}
  .ward_details .nav-pills{margin-bottom: 0px;}
  .ward_details .nav-pills .nav-link{margin-bottom: 15px;}
  .author_org{text-align: center;}

}

@media (max-width: 768px) {
  .mobile_table {
    overflow-x: auto;
  }

  .banner_images {
    min-height: 290px;
  }
}

@media (max-width: 767px) {

  .toggle-bar.position-absolute,
  .col-sm-none {
    display: none;
  }

  .palika_ttl {
    font-size: 18px;
  }

  .header-login {
    padding-top: 0px;
  }

  .palika_details {
    padding-top: 20px;
  }

  .palika_details .palika_info_single {
    width: 20%;
  }

  /* .palika_details .palika_info_single span{font-size: 24px;} */
  .ward_details .nav-pills {
    min-width: 100px;
  }

  .ward_details .nav-pills .nav-link {
    min-width: 100px;
  }

  .palika_details {
    text-align: center;
  }

  .palika_details .palika_info_single {
    margin-right: 5px;
    margin-left: 5px;
  }

  .middle-header {
    padding-bottom: 0px;
  }

  .slide {
    margin-bottom: 15px;
  }
  .public-representative li img{width: 80px;}
}

@media (max-width: 686px) {
  .palika_details .palika_info_single {
    width: 30%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .stp-header-left ul {
    display: block;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .header-login{right: 20px;}
  .form-group {
    margin-bottom: 1rem;
  }

  .tab-content .card-body {
    padding: 0.75rem;
  }

  .ward_details {
    display: block;
    width: 100%;
  }

  .ward_details .nav-pills {
    padding-bottom: 10px;
  }

  .ward_details .nav-pills .nav-link {
    text-align: center;
  }

  .ward_details .nav-pills .nav-link.active:before {
    top: 92%;
    left: 45%;
  }

  .main_title,
  .reportTitle {
    font-size: 20px;
  }

  .banner_images {
    min-height: inherit;
  }

}

@media (max-width: 481px) {

  /* .logo-sec a figure{max-width: 100%;}
  .logo-sec a figure, .logo-sec a h4{display: block; width: 100%; text-align: center;} */
  .header-contact ul {
    padding-top: 5px;
  }

  .header-contact ul li {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .palika_ttl {
    font-size: 16px;
  }

  .palika_details .palika_info_single {
    width: 45%;
  }

  .logo-sec a h4 {
    padding-left: 0px;
  }

  .navbar.main-menu {
    right: 0px;
  }
}

@media (max-width: 425px) {
  .stp-header-left ul {
    display: block;
    text-align: center;
  }

  /* .logo-sec a figure{width: 60px;} */
  .logo-sec a h4 {
    width: 75%;
  }

  .logo-sec a figure {
    max-width: 60px;
  }

  .palika_ttl {
    font-size: 15px;
  }

  .info_433 ul li {
    font-size: 14px;
  }

  /* .navbar-light .navbar-toggler{right: 5px; padding: .11rem .4rem;}
  .navbar-toggler-icon{width: 1em; height: 1em;} */
  .navbar-light.main-menu .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0.5rem .5rem;
    min-width: 200px;
  }
}

@media (max-width: 393px) {

  .palika_ttl,
  .loc_title,
  .org-title {
    font-size: 14px;
  }
  .footer-nav .nav-item .nav-link, .author_org{font-size: 13px;}

  .footer-nav .nav-item .nav-link {
    padding: 0px 10px;
  }
  .public-representative li img{width: 70px;}
}

@media (max-width: 370px) {
  .public-representative li img{width: 65px;}
}

@media (max-width: 352px) {
  .footer-nav .nav-item .nav-link{
    padding: 0px 7px;
  }
}

@media (min-width: 768px) {
  .nav-sm {
    width: 10%;
  }

  .nav-sm+div {
    width: 90%;
  }

  .card-content {
    width: 450px !important;
  }

  .tab-content {
    width: auto !important;
  }
}