.khatian-and-survey-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.modal-khatian-info-container {
  display: flex;
  margin: 0 10px;
  margin-bottom: 10px;
}

.modal-khatian-dag-info {
  flex-basis: 50%;
  border: 1.5px solid #79767669;
  display: flex;
  flex-direction: column;
}

.modal-khatian-dag-header {
  padding: 5px;
  border-bottom: 1.5px solid #79767669;
  background: #95aab9;
}

.modal-khatian-dag-number {
  min-height: 200px;
  height: 100%;
}

.modal-khatian-owner-info {
  flex-basis: 50%;
  border: 1.5px solid #79767669;
  border-left: none;
  display: flex;
  flex-direction: column;
}

.modal-khatian-owner-header {
  padding: 5px;
  background: #95aab9;
  border-bottom: 1.5px solid #79767669;
}

.modal-khatian-owner-name {
  min-height: 200px;
  height: 100%;
  padding-left: 6px;
}

.modal-khatian-owner-name>p,
.modal-khatian-dag-number>p {
  margin: 0;
}

.modal-dialog {
  max-width: auto;
  margin: .5rem;
}

.system-restricted-modal {
  display: flex;
  flex-basis: 100%;
  min-height: 200px;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: red;
  flex-direction: column;
}

.find-button {
  border-radius: 4px;
  border: 1px solid #9b9b9b4d;
  padding: 2px 6px;
  font-size: 14px;
  color: white;
  background: #42A045;
  flex-basis: 35%;
  cursor: pointer;
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 565px;
    margin: 1.75rem auto;
  }
}

.modal-body {
  height: 120px;
  display: flex;
  align-items: center;
  color: #af1f1f;
}

#system-restrict-modal {
  backdrop-filter: brightness(0.8);
}


:root {
  --green-bg-color: linear-gradient(180deg, #9CCC3C 10.84%, #25B771 100%);
  --orange-bg-color: linear-gradient(180deg, #FE8600 10.84%, #F9450B 100%);
  --pink-bg-color: linear-gradient(180deg, #FC598E 10.84%, #C8044C 100%);
  --violet-bg-color: linear-gradient(180deg, #A178FF 10.84%, #4B408C 100%);
  --blue-bg-color: linear-gradient(180deg, #5697FF 10.84%, #0B63ED 100%);
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

@font-face {
  font-family: "Nikosh";
  src: "/fonts/Nikosh.ttf" format("truetype");
}

@font-face {
  font-family: 'Kalpurush';
  src: "/fonts/kalpurush.ttf" format("truetype");
  ;
}

body {
  font-family: "SolaimanLipi";
}

html {
  font-size: 17px;
}

.section-container {
  width: 95%;
  margin: 45px auto;
  margin: 0 auto;
  margin-top: 54px;
}

/* navbar css start */

.navbar {
  border: none;
  background: #ffffff;
  box-shadow: none;
}

.nav img {
  height: 15px;
  margin-right: 5px;
}

.nav-link {
  display: flex;
  align-items: center;
  color: black !important;
}

/* footer css start*/

.footer {
  background: #FFF;
  padding: 28px 0px;
}

.footer-contents {
  padding: 10px 15px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-contents h2 {
  font-size: 15px;
  color: #000000;
  text-align: center;
  font-weight: 600;
  padding-bottom: 7px;
}

.footer-contents ul {
  list-style-type: none;
}

.footer-contents ul li {
  display: block;
  text-align: start;
}

.footer-contents ul li a {
  color: #92278F;
  font-weight: 600;
}

.social-icons {
  height: 35px;
  width: 35px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 34px;
}

.facebook {
  background-color: #3b5998;
  color: #fff;
}

.youtube {
  background-color: #ff0000;
  color: #fff;
}

.facebook:hover,
.youtube:hover {
  background-color: #099f19;
  color: #fff;
}

.footer-bottom {
  background: #42A045;
  line-height: 20px;
  padding: 14px 0px 2px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.footer-bottom p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
}

.error {
  color: red;
}

@media (min-width: 1000px) {
  .section-container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .section-container {
    max-width: 1140px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: end !important;
  }
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
  .helpline .box-arrow {
    left: 96%;
  }
}

@media screen and (min-width: 1400px) {
  .section-container {
    max-width: 1320px;
  }

  .contianer-header {
    max-width: 1320px;
  }

  .ui-contianer {
    width: 1320px;
  }
}

@media screen and (max-width: 992px) and (min-width: 576px) {
  .helpline .box-arrow {
    left: 78%;
  }
}

@media screen and (max-width: 800px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .helpline .box-arrow {
    left: 70%;
  }

  .helpline-column {
    display: flex;
    justify-content: center;
  }

  .helpline .box-arrow {
    left: 76%;
  }

  .container {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
}

.mouja-map-url {
  background: #cde3f6;
  cursor: pointer;
}

.mouja-map-url:hover {
  outline: 2px solid #007bff57;
}

.mouja_map_container {
  text-align: center;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  justify-content: center;
  align-items: center;
}

.mouja_map_container>img {
  object-fit: contain;
  width: 90%;
  height: 200px;
}


/* *{
    font-family: 'Noto Serif Bengali';
} */

.carousel-indicators li {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  border-radius: 50%;
  background-color: #25B771;
  border: 2px solid #25B771;
  cursor: pointer;
}

.carousel-indicators li.active {
  background: white;
}

.helpline-column {
  position: relative;
  margin-bottom: 10px;
}

.helpline-row {
  justify-content: center;
  display: flex;
}

.helpline .box-arrow {
  position: absolute;
  display: flex;
  left: 82%;
  top: 44%;
}

#khotian_search_panel .form-control:focus {
  box-shadow: none;
}

#khatianSearchPanel h4 {
  font-weight: 600;
}

.dropdown-common {
  list-style-type: none;
  overflow: scroll;
  overflow-x: hidden;
  height: 100%;
  border: 1px solid #ccc;
  padding-left: 0;
}

.dropdown-head-common {
  list-style-type: none;
  border: 1px solid #ccc;
  margin: 0;
  border-bottom: none;
  padding-left: 0;
}

.dropdown-common li {
  padding: 9px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  user-select: none;
}

.dropdown-common li:hover {
  background: #217c24;
}

.dropdown-head-common li:nth-child(1) {
  padding: 9px;
  background: linear-gradient(180deg, #FEFFFD 0%, #E9FFDC 99.99%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.kh-d:first-child .dropdown-common {
  border-bottom-left-radius: 10px;
}

.kh-d:last-child .dropdown-common {
  border-bottom-right-radius: 10px;
}

.dropdown-head-common li:nth-child(2) {
  padding: 5px;
}

#khotian_search_panel {
  position: relative;
}

.search-table-container .kh-d:first-child .dropdown-head-common:first-child {
  border-top-left-radius: 10px;
}

.search-table-container .kh-d:last-child .dropdown-head-common:last-child {
  border-top-right-radius: 10px;
}

.top-right-radius {
  border-top-right-radius: 10px;
}

#khotian_search_panel div {
  /* height: 100%; */
  margin: 0;
  padding: 0;
}

#khotian_search_panel .form-control {
  padding: 1px 5px;
  background-color: whitesmoke;
}

/* #khotian_search_panel{
    flex-wrap: nowrap;
} */

.kh-d {
  display: flex;
  flex-direction: column;
  min-width: 80px;
  height: 390px;
  flex-basis: 13%;
  flex-grow: 1;
}

#khotian_search_panel .input_group {
  color: rgba(0, 0, 0, 0.3);
}

#khotian_search_panel .input_group .row {
  align-items: center;
}

#khotian_search_panel .input_group .col-md-3 {
  display: flex;
  justify-content: end;
}

#khotian_search_panel p {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
}

#khotian_search_panel strong {
  font-size: .9rem;
}

.documentary .documentary-text {
  text-align: center;
  /* font-family: 'Noto Serif Bengali'; */
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #000000;
}

.khotian-documentary .khotian-documentary-text,
.mouja-map .khotian-documentary-text {
  text-align: center;
  /* font-family: 'Noto Serif Bengali'; */
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #000000;
}

.khotian-documentary .table {
  margin-bottom: 0rem;
}

.khotian-documentary .table-responsive,
.mouja-map .table-responsive {
  border: 3px solid #42A045;
  border-radius: 5px;
}

.khotian-documentary .table-responsive tr:not(:first-child),
.mouja-map .table-responsive tr:not(:first-child) {
  border-top: 1px solid rgba(0, 167, 115, 0.3);
}

.khotian-documentary .table thead th,
.mouja-map .table thead th {
  border-bottom: none;
}

.khotian-documentary .table td,
.table th,
.mouja-map .table td,
.table th {
  border-top: none;
}

.khotian-documentary {
  position: relative;
  width: 100%;
  min-height: 400px;
  background: #fff;
}

.dropdown-common::-webkit-scrollbar {
  width: 6px;
}

.dropdown-common::-webkit-scrollbar {
  scrollbar-width: auto;
  scrollbar-color: #ccc5ce #ffffff;
}

.dropdown-common::-webkit-scrollbar-track {
  background: #E5E5E5;
  padding: 2px;
  width: 8px;
}

.dropdown-common::-webkit-scrollbar-thumb {
  background-color: #ccc5ce;
  border: 3px none #ffffff;
}

.serial {
  display: inline-block;
  background: rgba(0, 167, 115, 0.1);
  border-radius: 50%;
  color: #00A471;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  height: 30px;
  width: 30px;
}

.arrow {
  display: inline-block;
  background: #42A045;
  border-radius: 50%;
  cursor: pointer;
  transition: .3s;
}

.arrow:hover {
  transform: translate(2px, -2px);
}

.arrow a {
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  height: 30px;
  width: 30px;
}

.arrow button {
  display: inline-block;
  background: #42A045;
  border-radius: 50%;
  color: white;
  border: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  height: 30px;
  width: 30px;
}

.documentary-content .card {
  flex-direction: row !important;
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 39%);
  justify-content: center;
  border-radius: 7px;
  padding: 30px 0px;
  margin: 10px 0px 30px 0px;
}

.documentary-content .card-icon {
  border-radius: 50%;
  margin: 0px 10px;
}

.documentary-content .card-icon a {
  height: 60px;
  width: 60px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}

.documentary-content .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.documentary-content .card-icon1 {
  background-color: rgba(37, 183, 113, .1);
}

.documentary-content .card-icon2 {
  background-color: rgba(249, 69, 11, .1);
}

.documentary-content .card-icon3 {
  background-color: rgba(200, 4, 76, .1);
}

.documentary-content .card-icon4 {
  background-color: rgba(75, 64, 140, .1);
}

.card-number {
  font-size: 20px;
  font-weight: 600;
}

.helpline {
  padding: 50px 0px;
}

.carousel-item-header {
  color: white;
}

.helpline-wrapper {
  position: relative;
  width: 117.33px;
  height: 150px;
  margin: 0px 20px;
}

.helpline-bg-box {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  width: 117.33px;
  height: 150px;
  border-radius: 12.8239px;
  box-shadow: 0px 3.66396px 18.3198px rgba(65, 188, 101, 0.1);
  transform: matrix(0.99, -0.1, 0.11, 1, 0, 0)
}

.helpline1 .helpline-bg-box {
  background: var(--green-bg-color);
}

.helpline2 .helpline-bg-box {
  background: var(--orange-bg-color);
}

.helpline3 .helpline-bg-box {
  background: var(--pink-bg-color);
}

.helpline4 .helpline-bg-box {
  background: var(--violet-bg-color);
}

.helpline5 .helpline-bg-box {
  background: var(--blue-bg-color);
}

.helpline-upper-box {
  background-color: #fff;
  position: absolute;
  top: 5px;
  border-radius: 12px;
  overflow: hidden;
  width: 110px;
  height: 140px;
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0px 3.66396px 18.3198px rgba(65, 188, 101, 0.1);
  border-radius: 12.8239px;
  transform: matrix(1, -0.09, -0.05, 1, 1, 0);
}

.helpline-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.helpline-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.helpline-icon .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.helpline1 .helpline-icon .icon {
  background: rgba(37, 183, 113, .1);
  ;
}

.helpline1 .helpline-icon .helpline-icon-txt {
  color: #25B771;
}

.helpline2 .helpline-icon .icon {
  background: rgba(249, 69, 11, .1);
}

.helpline2 .helpline-icon .helpline-icon-txt {
  color: #F9450B;
}

.helpline3 .helpline-icon .icon {
  background: rgba(200, 4, 76, .1);
}

.helpline3 .helpline-icon .helpline-icon-txt {
  color: #C8044C;
}

.helpline4 .helpline-icon .icon {
  background: rgba(75, 64, 140, .1);
}

.helpline4 .helpline-icon .helpline-icon-txt {
  color: #4B408C;
}

.helpline5 .helpline-icon .icon {
  background: rgba(11, 99, 237, .1);
}

.helpline5 .helpline-icon .helpline-icon-txt {
  color: #0B63ED;
}

.helpline-icon-txt {
  /* font-family: 'Noto Serif Bengali'; */
  font-style: normal;
  font-weight: 700;
  font-size: .6rem;
  line-height: 15px;
}

.helpline-text {
  /* font-family: 'Noto Serif Bengali'; */
  font-style: normal;
  font-weight: 500;
  font-size: .7rem;
  line-height: 14px;
  width: 90px;
  text-align: center;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.khotian {
  padding: 50px 0px;
}

.boxes .card {
  border: none;
  background: #FFFFFF;
  border-radius: 7px;
  color: #00A773;
  /* transition: all .1s linear; */
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}

.boxes .card svg {
  margin-bottom: 15px;
}

.boxes .card:hover {
  color: white;
  background: #42A045;
}

.card-hover:hover>.navigation-card-text {
  color: white;
}

.navigation-card-text {
  color: black
}

.section-header {
  text-align: center;
  padding-bottom: 14px;
  color: #349737;
  font-size: 1.8rem;
}

.navigation-anchor,
.navigation-anchor:hover {
  text-decoration: none;
}

.porcha-menu {
  flex-basis: 65%;
  display: flex;
}

.navigation-card {
  flex-basis: 18.5%;
  flex-grow: 0;
  flex-shrink: 0;
  height: 120px;
}

.porcha-menu>.navigation-card {
  padding: 0;
  border-radius: 0;
  display: flex;
  flex-basis: 25%;
}

.porcha-menu>.navigation-card .card {
  flex-basis: 100%;
  border-radius: 0;
  border-right: 1.75px solid;
  border-image: linear-gradient(to bottom, transparent 10%, #387867 35%, #387867 70%, transparent 85%) 3.5 100%;
}

.porcha-menu>.navigation-card:last-of-type .card {
  border: none;
}

.porcha-menu>.navigation-card:last-of-type .card {
  border: none;
  border-radius: 0px 6px 6px 0;
}

.porcha-menu>.navigation-card:first-of-type .card {
  border-radius: 6px 0 0 6px;
}

.card-nav {
  box-shadow: 0px 0px 7px 0px rgb(129 118 118 / 18%);
}

.container-selected.card {
  background: rgb(242, 240, 239);
  background: rgba(66, 160, 69, 1);
  color: white;
}

.container-selected .navigation-card-text {
  color: white;
}

.porcha-menu .container-selected.card .navigation-card-text {
  color: white
}

#namjari-khatian-search-container,
#draft-khatian-search-container {
  display: none;
}

.search-spinner-container.display-none {
  display: none;
}

.row {
  --bs-gutter-x: 0rem;
  --bs-gutter-y: 0;
}

.container-helper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  background: #F5F6FA;
}

.ui-container {
  padding: 18px 0;
  border-radius: 20px;
  background: #fff;
}

#surveyKhatianContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel-button {
  float: left;
  margin: .75rem;
  border: none;
  padding: .6rem;
  background: #307c33;
  color: white;
  font-size: 1.1rem;
  border-radius: 6px;
}

.hal-sabek-info-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 180px;
}

#khatianHistoryTree {
  width: 100%;
  border: 1.5px solid #8080806b;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  box-shadow: 0 0 5px #9c9393;
}

/* Loader 1 Style */

.flipping-spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a8a8a842;
  z-index: 10;
}

.flipping-spinner {
  width: 60px;
  aspect-ratio: 1;
  display: grid;
  grid: 50%/50%;
  color: #25b09b;
  --_g: no-repeat linear-gradient(currentColor 0 0);
  background: var(--_g), var(--_g), var(--_g);
  background-size: 50.1% 50.1%;
  animation: f6-0 1.5s infinite steps(1) alternate, f6-0-0 3s infinite steps(1);
}

.flipping-spinner::before {
  content: "";
  background: currentColor;
  transform: perspective(150px) rotateY(0deg) rotateX(0deg);
  transform-origin: bottom right;
  animation: f6-1 1.5s infinite linear alternate;
}

.flipping-sniper-display-none {
  display: none;
}

.section-util {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: red; */
}

@keyframes f6-0 {
  0% {
    background-position: 0 100%, 100% 100%, 100% 0
  }

  33% {
    background-position: 100% 100%, 100% 100%, 100% 0
  }

  66% {
    background-position: 100% 0, 100% 0, 100% 0
  }
}

@keyframes f6-0-0 {
  0% {
    transform: scaleX(1) rotate(0deg)
  }

  50% {
    transform: scaleX(-1) rotate(-90deg)
  }
}

@keyframes f6-1 {
  16.5% {
    transform: perspective(150px) rotateX(-90deg) rotateY(0deg) rotateX(0deg);
    filter: grayscale(0.8)
  }

  33% {
    transform: perspective(150px) rotateX(-180deg) rotateY(0deg) rotateX(0deg)
  }

  66% {
    transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(0deg)
  }

  100% {
    transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(-180deg);
    filter: grayscale(0.8)
  }
}

.search-spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #edededa6;
  margin: 10px 0;
  z-index: 40;
}

#moujaMapContainer,
#draftKhatianContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.docu-card-container {
  flex-basis: 24%;
  min-width: 215px;
}

.docu-card {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgb(0 0 0 / 8%);
  border-radius: 10px;
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.docu-card-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(53, 186, 107, .1);
  border-radius: 50%;
}

.search-spinner-container-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-spinner {
  --c: linear-gradient(#199f55 0 0);
  background: var(--c), var(--c), var(--c), var(--c), var(--c), var(--c), var(--c), var(--c), var(--c);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  animation: container-spinner-1 1s infinite, container-spinner-2 1s infinite;
}

@keyframes container-spinner-1 {

  0%,
  100% {
    width: 45px;
    height: 45px
  }

  35%,
  65% {
    width: 65px;
    height: 65px
  }
}

@keyframes container-spinner-2 {

  0%,
  40% {
    background-position: 0 0, 0 50%, 0 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0, 50% 0, 50% 50%
  }

  60%,
  100% {
    background-position: 0 50%, 0 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0, 50% 0, 0 0, 50% 50%
  }
}

li.selected-item {
  background: #42A045;
  color: rgb(255, 255, 255);
}

.carousel {
  position: relative;
}

.carousel-inner {
  min-height: 318px;
  background: url("/image/carousel-back.webp") left 65%/cover no-repeat;
}

.carousel-inner::before {
  content: '';
  position: absolute;
  /* Set position to absolute */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(177deg, rgba(255, 255, 255, .1) 38%, rgba(0, 0, 0, 0.6) 100%);
}

.tr-star {
  font-size: 20px;
  font-weight: 600;
  padding-left: 20px;
  color: red;
}

.carousel-1000-up {
  display: block;
}

.carousel-1000-down {
  display: none;
}

/* Responsive Design CSS */

@media (max-width: 1000px) {
  .carousel-1000-down {
    display: none;
  }

  .carousel-1000-up {
    display: block;
  }

  .carousel-indicators,
  .carousel-control-prev,
  .carousel-control-next,
  .carousel-1000-up {
    display: none;
  }

  .carousel-1000-down {
    display: block;
  }

  .navigation-card {
    align-items: baseline;
  }

  .navigation-card-text {
    text-align: center;
  }
}

@media (max-width: 800px) {
  .btn-hide {
    display: none;
  }

  .carousel-item-header {
    font-size: 35px;
  }

  .docu-card-container {
    flex-basis: 48%;
  }

  .section-container:first-child {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .boxes .card {
    justify-content: flex-start;
    padding-top: 15px;
  }

  .kh-d {
    flex-basis: 33%;
    height: 350px;
  }

  .kh-d:nth-child(4) {
    flex-basis: 15%;
  }

  .kh-d:nth-child(5) {
    flex-basis: 20%;
  }

  .kh-d:nth-child(6) {
    flex-basis: 40% !important;
  }

  .docu-card-container {
    flex-basis: 100%;
  }

  .container {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
}

.dropdown_item {
  padding: 6px 22px 4px 10px;
  border-bottom: 1px solid #80808066;
}

.dropdown_item a {
  color: #000;
  text-decoration: none;
}

.dropdown_item i {
  color: #286e2a;
  padding-right: 6px;
}

.dropdown_item:last-child {
  border-bottom: none;
}

.dropdown_item .logout_button {
  color: white;
  font-size: 1rem;
  background: #ac0303;
  margin-left: auto;
}

.nav-link svg {
  margin-right: 5px;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-item.active {
  border-bottom: 2px solid #42A045;
  border-radius: 2px;
}

.nav-item.active>.nav-link {
  color: #42A045 !important;
}

.navbar-brand {
  padding-bottom: 0;
}

.navbar-cls {
  max-width: 180px;
}

/* .navbar-length{
width:1000px;
} */

@media (max-width: 1000px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
    right: auto;
    left: auto;
  }

  .navbar-collapse {
    border-top: 1.5px solid #d1d1d1;
    padding-top: 4px;
  }
}

@media (max-width: 650px) {
  .navbar-cls {
    max-width: 140px;
  }
}