@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

body {
  background-color: #f4f6f9;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

.navbar {
  background-color: #198754;
}

.navbar .nav-item a {
  color: #fff;
  text-decoration: none;
}

.navbar-brand,
.nav-link {
  color: white !important;
  font-weight: bold;
}

.nav-link.active {
  text-decoration: underline;
}

.sidebar-main ul.nav li a.nav-link {
  font-weight: normal;
  font-size: 12px;
}

h3.form-section-heading {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #19A063;
  color: #fff;
  padding: 8px;
}

.mb-3.on-left {
  margin-left: 10px;
}

.user-group-from-type {
  margin-top: 15px;
}

.private-full-width {
  width: 100%;
  padding: 10px;
  margin: 10px 10px 20px;
  background-color: #fff;
  ;
}

#frm .mb-3.private-full-width {
  width: 100%;
  padding: 10px;
}

.table-executive-commitee {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.inner-table-wrapper {
  padding: 10px;
}

.form-inner-table {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-bottom: 0;
  border-right: 0;
  font-size: 12px;
}

.row-inner-table {
  flex-wrap: no-wrap;
  background-color: #f1fef0;
}

.row-inner-table .col-inner-table {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 4px;

}

.row-inner-table-head {
  background-color: #19A063;
  color: #fff;
}

.row-inner-table .width-10 {
  width: 10%;
}

.row-inner-table .width-15 {
  width: 15%;
}

.row-inner-table .width-20 {
  width: 20%;
}

.row-inner-table .width-30 {
  width: 30%;
}

.row-inner-table .col-inner-table input,
.row-inner-table .col-inner-table select {
  padding: 2px 3px;
  font-size: 12px;
}

.row-inner-table .col-inner-table .row-btn-pm {
  padding: 1px;
  margin-right: 5px;
  width: 20px;
  height: 10px;
  border: 1px solid #888;
  cursor: pointer;
  width: 21px;
  display: inline-block;
  height: 21px;
  padding-left: 5px;
  padding-top: 1px;
}

#map {
  height: 600px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.card-stat {
  text-align: center;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.sidebar {
  background-color: #fff;
  padding: 15px;
  box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-bottom: 20px;
}

.field_records th {
  font-size: 0.8rem;
  color: #000;
}

.field_records td {
  font-size: 0.9rem;
}

.collapse.add_activities_collapse:not(.show) {
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.5s ease, opacity 0.5s ease;
}

.collapse.add_activities_collapse.show {
  height: auto;
  opacity: 1;
}

html .container-fluid header img {
  max-width: 120px !important;
}

html .container-fluid header h2 {
  font-size: 20px !important;
}

html .container-fluid header h3 {
  font-size: 18px !important;
}

html .container-fluid header h4 {
  font-size: 17px !important;
  margin-bottom: 0px;
}

.upper-nav .navbar-brand {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
}

.upper-nav a.nav-link {
  background-color: #000;
  padding: 8px 15px;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.checkbox-block {
  padding: 10px 0px;
  background-color: #eaf9f2;
  margin: 0px 12px;
  margin: 0px;
}

html .checkbox-block label {
  color: #178754;
  font-size: 13px;
  line-height: 1em;
}

.checkbox-block .col {
  display: flex;
  align-items: end;
  gap: 7px;
}

.table-responsive thead th {
  background-color: #178754;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.table-responsive tbody tr:nth-child(even) td,
.table-responsive tbody tr:nth-child(even) th {
  background-color: #fafafa;
}

.table-responsive tbody tr td,
.table-responsive tbody tr th {

  font-size: 13px;
  vertical-align: middle;
}

.table.medium-size {
  max-width: 800px;
}

.sidebar label {
  font-size: 15px;
}

.sidebar .form-select {
  font-size: 15px;
}

.footer-area p {
  font-size: 14px;
}

#map {
  border: 6px solid #fff;
}

header .row {
  width: 100%;
  align-items: center;
}

.main-table-box h3 {
  color: #222C57 !important;
  font-size: 22px !important;
  margin-bottom: 5px;
  font-weight: 600;
}

.main-container-block {
  padding-top: 15px;
}

.upper-nav h4 {
  margin-bottom: 0px !important;
  font-size: 15px;
}

.upper-tab ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0px;

  padding: 0px;
  margin: 0px;
}

.upper-tab-inner {

  /* background-color: #f5f4f4; */
  /* padding: 15px 10px; */
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  #vieModal .modal-dialog {
    max-width: 90%;

  }
}

.upper-tab a {
  background-color: #178754;
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
}

.upper-tab a.active {
  background-color: #000;

}

.upper-tab ul li {
  list-style: none;
  width: 33.33%;
}

.footer-box {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fff;
  /* width: 260px; */
  border-radius: 5px;
  justify-content: flex-end !important;
  padding-right: 10px;

}

#vieModal .modal-content {
  background-color: #dcf4e9;

}

#vieModal .modal-content .modal-body {

  overflow-y: auto;
  height: 300px;
}

#vieModal .modal-header {
  background-color: #178754;

}

#vieModal .btn-close {
  color: #fff;
  --bs-btn-close-bg: url(data:../img/downlod.png);
  opacity: 1;
  font-size: 40px;
  --cui-btn-close-bg: none;
  padding: 0px !important;
  padding-bottom: 10px !important;
}

#vieModal .modal-footer {
  background-color: #fff;
}

#vieModal .modal-footer .btn.btn-primary {
  background-color: #178754;
}

.footer-box button {
  font-size: 14px;
}

.box-item-main {
  background-color: #dcf4e9;
  font-size: 14px;
  border-radius: 3px;

}

.box-item-main h6 span {
  color: #178754 !important;
  font-weight: 600;
}

.box-item-main h6 {
  color: #333;
  font-weight: 400;
  font-size: 15px;
}

.modal-blck-main h6 span {
  color: #178754 !important;
  font-weight: 600;
  font-size: 14px;
  width: 260px;
  display: inline-block;
}

.modal-blck-main h6 {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 12px !important;
}

.sidebar-main {
  background-color: #178754 !important;
  height: 100%;
}

.sidebar-main .nav-link {
  padding: 0px;
}

ul.sub-list {
  padding: 5px 0px;
}

ul.sub-list li {
  list-style: none;

}

.sidebar-main .nav-item {
  list-style: none;
  background-color: #19a063;
  padding: 6px;
}

ul.sub-list li a {

  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 3px;

  font-size: 13px;
  font-weight: 400;
  list-style: none;
  display: inline-block;
  padding: 6px 10px;
  text-decoration: none;
  line-height: 1em;
  border-radius: 2px;
  display: block;
}

ul.sub-list li:not(:last-child) {
  margin-bottom: 5px;
}

ul.sub-list li a:hover,
ul.sub-list li a.active {

  background-color: #f90;
  color: #fff;
}

.pagination li a {
  background-color: #178754;
  color: #fff;
}

.pagination li:first-child a,
.pagination li:last-child a {
  background-color: #000;
  color: #fff;
}

.pagination li a:hover {
  background-color: #000;
  color: #fff;
}

.main-block-form {

  padding: 15px;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
  border-radius: 3px;
  background-color: #fafafa;
  font-size: 14px;
}

.main-block-form .form-control,
.main-block-form .form-select {
  font-size: 14px;
}

.main-block-form form {
  display: flex;

  flex-wrap: wrap;

}

.main-block-form .mb-3 {
  width: 50%;
  padding-right: 10px;
  margin-bottom: 15px;
}

.main-block-form .mb-3:nth-child(even) {
  padding-right: 0px;
  padding-left: 10px;
}

.full-div {
  width: 100%;
}

.btn-block {
  margin-top: 20px;
}

.main-table thead th {
  background-color: #178754;
  font-weight: 500;
  font-size: 15px;
  color: #fff;

}

.main-table tbody tr td,
.main-table tbody th {
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}

.main-table .btn {
  font-size: 16px;
  padding: 6px 9px;
  line-height: 1em;
  margin-right: 5px;
}

.main-table .btn i {
  font-size: 13px;
}

.main-table tbody tr:nth-child(even) td,
.main-table tbody tr:nth-child(even) th {
  background-color: #fafafa;
}

.login-container {
  max-width: 450px;
  margin: 70px auto !important;
}

.login-container .btn {
  background-color: #178754;
  color: #fff;
  border-color: #178754;
}

.login-container label {
  font-size: 15px;
  font-weight: 500;
}

.login-container .form-control {
  font-size: 14px;
  padding: 10px 15px;

}

.main-container .row.mb-3 h4 {
  margin-bottom: 0px;
}

.main-container .row.mb-3 .col-2 {
  text-align: right;
}

.main-container .row.mb-3 .col-2 .btn {
  background-color: #178754;
  color: #fff;
  border-color: #178754;
}

.side-menu-main.col-2 {}

html .container-fluid header img {
  max-width: 120px !important;
}

html .container-fluid header h2 {
  font-size: 20px !important;
}

html .container-fluid header h3 {
  font-size: 18px !important;
}

html .container-fluid header h4 {
  font-size: 17px !important;
  margin-bottom: 0px;
}

.upper-nav .navbar-brand {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
}

.upper-nav a.nav-link {
  background-color: #000;
  padding: 8px 15px;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(../images/chevron-down.svg) no-repeat center;
  background-position: 97% 54%;
  background-size: 11px;

}

.checkbox-block {
  padding: 10px 0px;
  background-color: #eaf9f2;
  margin: 0px 12px;
  margin: 0px;
}

html .checkbox-block label {
  color: #178754;
  font-size: 13px;
  line-height: 1em;
}

.checkbox-block .col {
  display: flex;
  align-items: end;
  gap: 7px;
}

.table-responsive thead th {
  background-color: #178754;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.table-responsive tbody tr:nth-child(even) td,
.table-responsive tbody tr:nth-child(even) th {
  background-color: #fafafa;
}

.table-responsive tbody tr td,
.table-responsive tbody tr th {

  font-size: 13px;
  vertical-align: middle;
}

.sidebar label {
  font-size: 15px;
}

.sidebar .form-select {
  font-size: 15px;
}

.footer-area p {
  font-size: 14px;
}

#map {
  border: 6px solid #fff;
}

header .row {
  width: 100%;
  align-items: center;
}

.main-table-box h3 {
  color: #222C57 !important;
  font-size: 22px !important;
  margin-bottom: 5px;
  font-weight: 600;
}

.main-container-block {
  padding-top: 15px;
}

.upper-nav h4 {
  margin-bottom: 0px !important;
  font-size: 15px;
}

.upper-tab ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0px;

  padding: 0px;
  margin: 0px;
}

.upper-tab-inner {

  /* background-color: #f5f4f4; */
  /* padding: 15px 10px; */
  margin-top: 15px;
  margin-bottom: 15px;
}

.main-block-form label.error {
  color: #721c24;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  background: #fee;
  margin-top: 5px;
  width: 100%;
  line-height: 1em;
}

.login-container label.error {
  color: #721c24;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  background: #fee;
  margin-top: 5px;
  width: 100%;
  line-height: 1em;
}

.gps-fields.location-fields {
  position: relative;
}

.gps-fields.location-fields label.error {
  position: absolute;
  top: 33px;
  left: 0px;
  width: auto;
}

.gps-fields.location-fields #lng-error {
  left: 250px;
}

.gps-fields.location-fields .form-control.error {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  #vieModal .modal-dialog {
    max-width: 90%;

  }
}

.upper-tab a {
  background-color: #178754;
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
}

.upper-tab a.active {
  background-color: orange;

}

.upper-tab ul li {
  list-style: none;
  width: 33.33%;
}

.footer-box {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fff;
  /* width: 260px; */
  border-radius: 5px;
  justify-content: flex-end !important;
  padding-right: 10px;

}

#vieModal .modal-content {
  background-color: #dcf4e9;

}

#vieModal .modal-content .modal-body {

  overflow-y: auto;
  height: 500px;
}

#vieModal .modal-header {
  background-color: #178754;

}

#vieModal .btn-close {
  color: #fff;
  --bs-btn-close-bg: url(data:../img/downlod.png);
  opacity: 1;
  font-size: 40px;
  --cui-btn-close-bg: none;
  padding: 0px !important;
  padding-bottom: 10px !important;
}

#vieModal .modal-footer {
  background-color: #fff;
}

#vieModal .modal-footer .btn.btn-primary {
  background-color: #178754;
}

.footer-box button {
  font-size: 14px;
}

.box-item-main {
  background-color: #dcf4e9;
  font-size: 14px;
  border-radius: 3px;

}

.box-item-main h6 span {
  color: #178754 !important;
  font-weight: 600;
}

.box-item-main h6 {
  color: #333;
  font-weight: 400;
  font-size: 15px;
}

.modal-blck-main h6 span {
  color: #178754 !important;
  font-weight: 600;
  font-size: 14px;
  width: 180px;
  display: inline-block;
}

.modal-blck-main h6 span:last-child {
  width: calc(100% - 180px);
}

.main-heading-specs {
  background-color: #1e9d64;
  padding: 10px;
  padding-top: 0px;
}

html .main-heading-specs span {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
}

html .main-heading-specs {
  display: flex;
  flex-wrap: no-wrap;
  align-items: center;
}

.modal-blck-main h6 {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px !important;
}

.sidebar-main {
  background-color: #178754 !important;
  height: 100%;
}

.sidebar-main .nav-link {
  padding: 0px;
}

ul.sub-list {
  padding: 5px 0px;
}

ul.sub-list li {
  list-style: none;

}

.sidebar-main .nav-item {
  list-style: none;
  background-color: #19a063;
  padding: 6px;
}

ul.sub-list li a {

  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 3px;

  font-size: 13px;
  font-weight: 400;
  list-style: none;
  display: inline-block;
  padding: 6px 10px;
  text-decoration: none;
  line-height: 1em;
  border-radius: 2px;
  display: block;
}

ul.sub-list li:not(:last-child) {
  margin-bottom: 5px;
}

ul.sub-list li a:hover,
ul.sub-list li a.active {

  background-color: #f90;
  color: #fff;
}

.pagination li a {
  background-color: #178754;
  color: #fff;
}

.pagination li:first-child a,
.pagination li:last-child a {
  background-color: #000;
  color: #fff;
}

.pagination li a:hover {
  background-color: #000;
  color: #fff;
}

.main-block-form {

  padding: 15px;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
  border-radius: 3px;
  background-color: #fafafa;
  font-size: 14px;
}

.main-block-form .form-control,
.main-block-form .form-select {
  font-size: 14px;
}

.main-block-form .add_activities_form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* .main-block-form .mb-3{
  width: 50%;
  padding-right: 10px;
  margin-bottom: 15px;
}
.main-block-form .mb-3:nth-child(even){
  padding-right: 0px;
  padding-left: 10px;
} */
.main-block-form .mb-3 {
  width: 50%;
  padding-left: 10px;
  margin-bottom: 15px;
}

.main-block-form .mb-3:nth-child(even) {
  padding-left: 0px;
  padding-right: 10px;
}

.location-fields {
  display: flex;
  gap: 15px;
}

label.form-label {
  font-weight: 500;
}

textarea.form-control {
  min-height: 120px;
}

.full-div {
  width: 100%;
}

.btn-block {
  margin-top: 20px;
}

.main-table thead th {
  background-color: #178754;
  font-weight: 500;
  font-size: 15px;
  color: #fff;

}

.main-table tbody tr td,
.main-table tbody th {
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}

.main-table .btn {

  font-size: 16px;
  padding: 6px 9px;
  line-height: 1em;
}

.main-table .btn i {
  font-size: 13px;
}

.main-table tbody tr:nth-child(even) td,
.main-table tbody tr:nth-child(even) th {
  background-color: #fafafa;
}

.login-container {
  max-width: 450px;
  margin: 70px auto !important;
}

.login-container .btn {
  background-color: #178754;
  color: #fff;
  border-color: #178754;
}

.login-container label {
  font-size: 15px;
  font-weight: 500;
}

.login-container .form-control {
  font-size: 14px;
  padding: 10px 15px;

}

.main-container .row.mb-3 h4 {
  margin-bottom: 0px;
}

.main-container .row.mb-3 .col-2 {
  text-align: right;
}

.main-container .row.mb-3 .col-2 .btn {
  background-color: #178754;
  color: #fff;
  border-color: #178754;
}

.inner-main-box-top {
  display: flex;
  /* align-items: center; */
  gap: 15px;
  flex-wrap: wrap;
}

.inner-main-box-top h6 {
  width: 32%;
}

.main-block-form .mb-full {
  width: 100%;
}

.bg-green-header-list {
  background-color: #eee;
  color: #222;
  justify-content: initial;
  padding: 10px;
}

.bg-green-header-list label {
  color: #222;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 0px;
  font-size: 12px;
}

.bg-green-header-list span {
  font-weight: normal;
  font-size: 12px;
  color: #222;
}

.bg-green-header {
  background-color: #19a063;
  color: #fff;
  justify-content: initial;
  padding: 10px;
}

.bg-green-header label {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 0px;
  font-size: 12px;
}

.bg-green-header span {
  font-weight: normal;
  font-size: 12px;
}

.error.no-result {
  padding: 5px 10px;
  background: #fee;
  border-radius: 5px;
  color: #f00;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid;
}

.summary-main-block h2 {
  background-color: #178754;
  color: #fff;
  padding: 10px;
  line-height: 1em;
  font-size: 15px;
  font-weight: 400;

}

.summary-box.summary-box-h {
  margin-bottom: 62px;
}

.summary-inner {
  background-color: #fff;
}

.summary-top {
  background-color: #cef6e3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #178754;
  font-size: 13px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px;
}

.summary-content {
  display: flex;
  padding: 10px;
  min-height: 170px;
}

.summary-content p {
  margin: 0px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  margin-bottom: 5px;
}

.summary-content p:last-child {
  margin-bottom: 0px;
}

.sum-left,
.con-left {
  width: 50%;
}

.sum-right,
.con-right {
  width: 50%;
}

.summary-box {
  margin-bottom: 30px;
}

.summary-item-main {
  display: flex;
  gap: 20px;
}

.summary-left {
  width: 50%;
}

.summary-right {
  width: 50%;
}

.status-top {
  background-color: #2bb36b;
  padding: 10px;
  line-height: 1em;
  margin-bottom: 20px;
  color: #fff;
}

.status-top span:last-child {
  background-color: #FFF;
  color: #2bb36b;
  font-size: 10PX;
  padding: 5px;
  margin-left: 10px;

}

.status-top span:first-child {
  font-weight: 600;
}

.inner-pop {
  display: flex;
  flex-wrap: wrap;
}

.inner-pop h6 {
  width: 49%;
  background: #fafafa;
  margin-right: 10px;
  padding: 6px 10px;
}

.inner-pop h6:nth-child(2n) {
  margin: 0px;
  ;
  margin-left: 10px;
}

.inner-pop h6 span:first-child {
  color: #000 !important;
}

.species-block {
  background-color: #178754;
  padding: 10px;
  margin: 20px 0px;
}

.main-heading-specs span {
  width: 16%;
}

.species-inner {
  background-color: #1f9d64;
  padding: 10px;
  /* display: flex;
  flex-wrap: wrap; */
  /* padding-bottom: 0px; */
}

.item-speci {
  display: flex;
  flex-wrap: no-wrap;
  align-items: center;
  background: #fafafa;
  padding: 10px 10px;
  margin-bottom: 10px;
}

.species-inner h6 {
  width: 16%;
  margin-bottom: 0px !important;



}

.species-inner h6:nth-child(4) {
  width: 7%;
}

.main-heading-specs span:nth-child(4) {
  width: 7%;
}

.species-inner h6:nth-child(5) {
  width: 10%;
}

.main-heading-specs span:nth-child(5) {
  width: 10%;
}

.species-inner h6:nth-child(6) {
  width: 25%;
}

.main-heading-specs span:nth-child(6) {
  width: 25%;
}

.species-block .species-inner h6 span {
  width: 100%;
}

.species-inner h6:nth-child(2n) {
  margin: 0px;
  ;
  margin-left: 0px;
}

.species-block h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.species-inner h6 span:first-child {
  color: #666 !important;
  font-weight: 400;
}

.modal-body p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.5em;
}

.modal-body h3 {
  font-size: 20px;
  font-weight: 600;
  color: #198754;
}

.modal-blck-main h6.width-full {
  width: 100%;
  margin: 0px;
}

.modal-blck-main h6.width-full span:last-child {
  color: #666 !important;
  font-weight: 400;
}

@media (max-width: 768px) {
  .container {
    max-width: 100;
  }

  h5.navbar-brand {
    font-size: 13px;
    white-space: normal;
    margin: 0px;
    line-height: 1.2em;
  }

  #map {
    height: 300px;
  }

  .upper-nav .container-fluid {
    display: block;
    text-align: center;
  }

  .upper-nav .navbar-brand {
    font-size: 14px;
  }

  .upper-nav a.nav-link {
    display: inline-block;
  }

  html .container-fluid header img {
    max-width: 70px !important;
  }

  html .container-fluid header h2 {
    font-size: 15px !important;
    margin-bottom: 5px;
  }

  html .container-fluid header h3 {
    font-size: 13px !important;
    margin-bottom: 5px;
  }

  html .container-fluid header h4 {
    font-size: 12px !important;
  }

  html .container-fluid header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  header .col-md-2 {
    width: 80px;
    padding: 0px;
    padding-right: 10px;
  }

  header .col-md-10 {
    width: calc(100% - 80px);
    padding-left: 0px;
    padding: 0px;
    text-align: left !important;
    padding-right: 30px;
  }

  .main-table-box h3 {
    font-size: 18px !important;
  }

  .main-table-box h5 {
    font-size: 16px !important;
  }

  .sidebar-main.col-2 {
    width: 100%;
    margin-top: 30px;
  }

  .col.main-container.pt-4 .col-10 h4 {
    font-size: 14px;
    padding-top: 5px;
  }

  .col.main-container.pt-4 .col-10 {
    width: calc(100% - 115px);
  }

  .col.main-container.pt-4 .col-2 {
    width: 115px;

  }

  .main-container .row.mb-3 .col-2 .btn {
    font-size: 11px;
    padding: 5px;
  }

  .main-container-block .row.mb-3 h4 {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .main-container.pt-4 {
    padding: 0px !important;
  }

  .login-container {
    margin: 30px auto !important;

  }

  .login-top {
    margin: 0px 12px;
  }

  .col.main-container-block {
    padding: 0px;
    padding-top: 15px;
  }

  .box-item-main h6 {
    font-size: 14px;
  }

  .footer-box button {
    font-size: 12px;
    width: 33.333%;
  }

  .footer-box {

    width: 100%;
    display: flex !important;
    padding-left: 10px;
    justify-content: flex-start !important;
  }

  .box-item-main {

    padding: 10px !important;
  }

  .col.main-container-block-1 {
    padding-top: 0px;
  }

  .main-block-form .mb-3 {
    width: 100%;
    padding: 0px;
  }

  .main-block-form .mb-3:nth-child(even) {
    padding: 0px;
  }

  .main-block-form {
    padding: 0px
  }

  #menu-list {}

  .side-menu-main .sidebar-main {
    display: none;
  }

  #menu-list {
    position: absolute;
    right: 10px;
    margin: 0px !important;
    top: 30px;
    right: 15px;
    display: block !important;
    background-color: #178754;
    padding: 4px;
    height: 30px;
    width: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-top: 6px;
  }

  #menu-list i {
    font-size: 30px;
    color: #fff;
  }

  .sidebar-main.active {
    display: block;
    display: block;
    position: absolute;
    top: 68px;
    right: 10px;
    width: 300px;
    height: auto;
  }

  .side-menu-main.col-2 {
    width: 100%;
  }

  .sidebar-main.active {
    height: 220px;
    overflow-y: auto;
  }
}


/* @media (max-width: 768px) {
    .container {
        max-width: 100;
    }
    h5.navbar-brand{
      font-size: 13px;
      white-space: normal;
      margin: 0px;
      line-height: 1.2em;
    }
    #map{
      height: 300px;
    }
    .upper-nav .container-fluid{
      display: block;
      text-align: center;
    }
    .upper-nav .navbar-brand{
      font-size: 14px;
    }
    .upper-nav a.nav-link{
 display: inline-block;
}
html .container-fluid header img {
    max-width: 70px !important;
}

html .container-fluid header h2{
  font-size: 15px !important;
  margin-bottom: 5px;
}
html .container-fluid header h3{
  font-size: 13px !important;
   margin-bottom: 5px;
}
html .container-fluid header h4{
  font-size: 12px !important;
}
html .container-fluid header{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
header  .col-md-2{
  width: 80px;
  padding: 0px;
  padding-right: 10px;
}
header  .col-md-10{
  width: calc(100% - 80px);
  padding-left: 0px;
  padding: 0px;
  text-align: left !important;
  padding-right: 30px;
}
.main-table-box h3{
  font-size: 18px !important;
}
.main-table-box h5{
  font-size: 16px !important;
}
.sidebar-main.col-2{
  width: 100%;
  margin-top: 30px;
}
.col.main-container.pt-4 .col-10 h4{
  font-size: 14px;
  padding-top: 5px;
}
.col.main-container.pt-4 .col-10 {
  width: calc(100% - 115px);
}
.col.main-container.pt-4 .col-2 {
  width: 115px;

}
.main-container .row.mb-3 .col-2 .btn{
  font-size: 11px;
  padding: 5px;
}
.main-container-block .row.mb-3 h4{
  font-size: 14px;
  margin-bottom: 0px;
}
.main-container.pt-4{
  padding: 0px !important;
}
.login-container{
  margin:30px auto !important;
  
}
.login-top{
  margin: 0px 12px;
}
.col.main-container-block{
  padding: 0px;
  padding-top: 15px;
}
.box-item-main h6{
  font-size: 14px;
}
.footer-box button {
    font-size: 12px;
    width: 33.333%;
}
.footer-box {

    width: 100%;
    display: flex !important;
    padding-left: 10px;
    justify-content: flex-start !important;
}
.box-item-main {
  
    padding: 10px !important;
}
.col.main-container-block-1{
  padding-top: 0px;
}
.main-block-form .mb-3{
  width: 100%;
  padding: 0px;
}
.main-block-form .mb-3:nth-child(even){
  padding: 0px;
}
.main-block-form {
    padding: 0px
}
#menu-list {
  
    
}
.side-menu-main .sidebar-main {
  display: none;
}
#menu-list{
  position: absolute;
  right: 10px;
  margin: 0px !important;
    top: 30px;
        right: 15px;
  display: block !important;
  background-color: #178754;
  padding: 4px;
  height: 30px;
  width: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
}
#menu-list i{
  font-size: 30px;
  color: #fff;
}
.sidebar-main.active{
  display: block;
  display: block;
        position: absolute;
        top: 68px;
        right: 10px;
        width: 300px;
        height: auto;
}
.side-menu-main.col-2 {
  width: 100%;
}
.sidebar-main.active{
  height: 220px;
   overflow-y: auto;
}
}

 */