/* Import Google font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  src: url("../fonts/CenturyGothic-BoldItalic.woff2") format("woff2"),
    url("../fonts/CenturyGothic-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  src: url("../../fonts/CenturyGothic-BoldItalic.woff2") format("woff2"),
    url("../../fonts/CenturyGothic-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

#page-container.main-content-boxed > #page-header .content-header {
  max-width: 1140px;
}

.content.content-full {
  padding-bottom: 0;
}
.content {
  padding: 0.75rem 1.75rem 1px;
}
.block {
  box-shadow: none;
}
.input-field {
  position: relative;
}
.input-field input {
  background: transparent;
  outline: none;
}
.input-field label {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.3s;
}
input:focus {
  box-shadow: 0 0 0 0.15rem rgb(6 101 208 / 17%) !important;
}
input:focus ~ label,
input:valid ~ label {
  top: 0;
  left: 20px;
  padding: 0 2px;
  background: #fff;
}
body {
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #000;
}
.sidebar_toggle img {
  width: 26px;
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.375rem;
  font-weight: 400 !important;
  line-height: 1 !important;
  font-family: "Raleway", sans-serif;
}

h1 {
  font-size: 1.8rem !important;
}
h2 {
  width: 100%;
  float: left;
  font-size: 30px;
  font-weight: 400;
  color: #000;
  line-height: 40px;
}

.block-content p a {
  color: black;
  padding-bottom: 15px;
  display: inline;
}

.bodycontent_in_top h3 {
  width: 100%;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  color: #808285;
  line-height: 22px;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #176db2;
  --bs-btn-border-color: #0665d0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1866a5;
  --bs-btn-hover-border-color: #176db2;
  --bs-btn-focus-shadow-rgb: 43, 124, 215;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1b65a1;
  --bs-btn-active-border-color: #054c9c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0665d0;
  --bs-btn-disabled-border-color: #0665d0;
  --bs-btn-font-weight: 100;
}
.btn-primary:hover {
  /* box-shadow: 0 0.375rem 0.75rem rgba(4, 65, 134, 0.4); */
  transform: translateY(0px);
}
.bg-primary-dark {
  background-color: #1670b8 !important;
}
i.btn-primary {
  padding: 4px 6px;
  height: 25px;
  line-height: 15px;
}
td i:hover {
  background-color: #4688be !important;
}
.fa-edit,
.fa-anchor {
  padding: 2px 6px 0px 6px !important;
}

td .fa-trash {
  background: #ed1f27 !important;
  border-color: #ed1f27 !important;
}

td .fa-trash:hover {
  background: #ed1f27 !important;
}

td .fa-edit {
  background: #f79521 !important;
  border-color: #f79521 !important;
}
td .fa-edit:hover {
  background: #f79521 !important;
}

.tr_highlight td {
}
.read-more {
  padding: 0px 10px;
}

.btn {
  color: #fff;
}

.btn-submit {
  border-radius: 3px;
  height: 50px;
}
#sidebar {
  width: 260px !important;
}
#page-container.side-scroll #sidebar .content-side {
  width: 280px !important;
}
.sidebar-dark #sidebar .nav-main-item.open > .nav-main-link-submenu {
  color: #fff;
  border: 1px solid #3c414a;
  background: transparent;
}

.content-side {
  padding: 1.125rem 1.125rem 1px 10px !important;
}
.nav-main-link {
  font-size: 16px !important;
}

.nav-main-item.open > .nav-main-submenu {
  height: auto;
  margin-top: -2px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  border: 1px solid #444;
  background-color: transparent !important;
/*  padding-left: 0px;*/
}

.sidebar-dark #sidebar .nav-main-link.active,
.sidebar-dark #sidebar .nav-main-link:hover {
  color: #fff;
  background-color: transparent !important;
}

.sidebar-dark #sidebar .nav-main-submenu .nav-main-link {
  color: #fff;
/*  padding-left: 0px !important;*/
}

table.dataTable thead > tr > th.sorting:after {
  display: none;
}
#page-container.main-content-narrow > #main-container .content,
#page-container.main-content-narrow > #page-footer .content,
#page-container.main-content-narrow > #page-header .content,
#page-container.main-content-narrow > #page-header .content-header {
  width: 96%;
}

#page-container > #main-container .content,
#page-container > #page-footer .content,
#page-container > #page-header .content,
#page-container > #page-header .content-header {
  max-width: 96% !important;
}

#page-container.page-header-fixed #main-container {
  padding-top: 7.25rem;
}

.input-group .btn-primary {
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1a6fb3;
  --bs-btn-hover-border-color: #1a6fb3;
}
#page-container.main-content-narrow > #page-header .content-header {
  width: 96%;
}
#page-container.sidebar-dark #sidebar {
  color: #dfe4f1;
  background-color: #35383e !important;
  box-shadow: none;
}

#admin-body #page-header {
  background-color: #1670b8 !important;
}

.bg-blue {
  background-color: #1670b8 !important;
}

#page-footer {
  color: #fff;
}

.inline-flex {
  display: inline-flex;
  padding: 0;
}
.border-c {
  border: 1px solid #81b0d5 !important;
  font-weight: 300;
  background: #fff !important;
}
/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #1670b8;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

.bg-icon {
  background: #1670b8;
  color: white;
}
.cursor-pointer {
  cursor: pointer;
}
.mobile-wrapper {
  height: 3.25rem;
}

.highlight-link {
  color: #fff !important;
}
.mobile-logo {
  float: none;
  line-height: 0.8;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  max-height: 71px;
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: none !important;
}

.admin-logo {
  float: none;
  line-height: 0.8;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  width: 85%;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: none !important;
}

.nav-login {
  color: #cddef1;
  position: relative;
  align-items: center;
  padding: 0.5rem 0.625rem;
  font-weight: 500;
  border-radius: 0.25rem;
}

.nav-login:hover {
  background-color: #20242d;
  color: #cddef1;
}

.footerpart {
  width: 100%;
  float: left;
  background: #1d2b36;
}
.footerpart_top {
  width: 100%;
  float: left;
  border-bottom: 1px solid #31404c;
  padding: 86px 0 108px 0;
}
.footerpart_bottom {
  width: 100%;
  float: left;
}
.footerpart_top h2 {
  width: 100%;
  float: left;
  font-family: "Raleway", sans-serif !important;
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
  color: #fff !important;
  text-align: left;
}

.footerpart_top ul {
  width: 100%;
  float: left;
  padding: 35px 0 0 0;
}

.footerpart_top ul li {
  width: 100%;
  float: left;
  padding: 0 0 6px;
  list-style-type: none;
}

.footerpart_top ul li a {
  width: 100%;
  float: left;
  font-family: "Raleway", sans-serif !important;
  font-size: 15px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  color: #738899 !important;
}

.footerpart_top ul li a:hover {
  color: #fff !important;
  text-decoration: underline;
  transition: 1s;
}

.newslttr {
  width: 100%;
  float: left;
  padding: 35px 0 0 0;
}

.footerpart_top .form-control {
  width: 100%;
  float: left;
  background: #31404c;
  border: 0;
  border-radius: 0;
  font-family: "Raleway", sans-serif !important;
  font-size: 13px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
  color: #fff !important;
  margin: 0 0 18px;
}

.joinbtn {
  width: 100%;
  float: left;
  height: 46px;
  background: #176dd6 !important;
  font-family: "Raleway", sans-serif !important;
  font-size: 13px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
  color: #fff !important;
  text-align: left;
  border: 0 !important;
  text-align: center !important;
}

.joinbtn:hover {
  background: #3575c3 !important;
}
.footerpart_bottom p {
  width: 100%;
  float: left;
  font-family: "Raleway", sans-serif !important;
  font-size: 15px;
  line-height: 86px;
  font-weight: 500 !important;
  color: #fff !important;
  text-align: center;
  margin: 0;
}

.ftweblogo {
  width: 161px;
  float: left;
  padding: 0 0 0 0;
}
.soclft {
  width: 100%;
  float: left;
  padding: 32px 0 0 0;
}
.footerpart_top h3 {
  width: 100%;
  float: left;
  font-family: "Raleway", sans-serif !important;
  font-size: 17px !important;
  line-height: 19px !important;
  font-weight: 500 !important;
  color: #fff !important;
  text-align: left;
  padding: 0 0 0 10px;
}

.footerpart_top .fa,
.footerpart_top .fab {
  width: 40px;
  float: left;
  height: 40px;
  border: 1px solid #939394;
  font-size: 17px !important;
  line-height: 40px !important;
  color: #fff;
  text-align: center;
  margin: 16px 0 0 10px;
}

.footerpart_top .fa:hover {
  background: #2687fa;
  color: #fff;
  border: 1px solid #939394;
  transition: 1s;
}
.border-1 {
  border: 1px solid gainsboro;
}

.form-control.form-control-alt {
  border-color: #d1d8ea;
  background-color: #e2e7f1;
  transition: none;
}

.form-label {
  font-weight: 700;
  color: #3979b9;
}

.text-blue {
  color: #478cc6;
}
.text-justify {
  text-align: justify;
}
.bslr {
  font-size:1.25em;
  margin: 10px 0;
}
.slr {
  font-size: 14pt;
  color: #cc0000;
  margin: 10px 0;
}
.head-title-b {
  margin: 30px 0 10px 0;
  font-weight: bold !important;
  float: left;
  width: 100%;
}
.head-title {
  color: #0070c0 !important;
  margin: 30px 0 10px 0;
  font-weight: bold !important;
  float: left;
  width: 100%;
}
.block-content p {
  margin-bottom: 0.25rem;
}
.track_header {
  list-style: none;
  padding: 0px;
  margin-bottom: 0.25em;
}

.form-check-input {
  border: 1px solid #99afdf;
  cursor: pointer;
}

.form-check-label {
  cursor: pointer;
}

.email_text label {
  font-weight: normal;
  background: #1871b9;
  color: #fff;
  padding: 5px 10px;
}

.webwrapper {
  width: 100%;
  padding: 5.25rem 10% !important;
}

.webwrapper h2 {
  font-family: "Raleway", sans-serif !important;
  font-size: 30px;
  line-height: 40px;
  color: #000 !important;
  font-weight: 400 !important;
  border-bottom: 1px solid #a7a9ac;
  padding: 0 0 21px 0;
}

.blue {
  color: #1972b9;
}

.btn-blue {
  background-color: #2d6ca7 !important;
}

@media (min-width: 0px) and (max-width: 850px) {
  .border-1 {
    min-height: auto;
  }
}

/* ADMIN SECTION */
.table-vcenter th {
  background: #1972b9;
  color: #fff;
}

.alert ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mn-100 {
  min-width: 100px;
}

.ck.ck-editor__editable_inline {
  min-height: 200px;
}

.invsttablarea {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
}
.invsttablarea_in {
  width: 100%;
  float: left;
  border: 1px solid #bdbec1;
}
.invsttablarea_in_top {
  width: 100%;
  float: left;
  background: #1972b9;
  position: relative;
}
.cmplntnum {
  width: auto;
  float: left;
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 60px;
  font-weight: 500 !important;
  color: #fff !important;
  padding: 0 30px 0 24px;
}
.complnticon {
  width: auto;
  float: right;
}
.complnticon span {
  width: 60px;
  float: left;
  height: 60px;
  background: #2694d1;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  margin: 0 0 0 10px;
}
.grid img {
  width: 21px !important;
  height: 18px !important;
  margin: -4px 0 0 0;
}
.complnticon img {
  width: 24px;
  height: 24px;
}
.complnticon span:hover {
  background: #fbb040;
  color: #fff;
  transition: 1s;
}
.complnticon .fa {
  width: 60px;
  float: left;
  height: 60px;
  background: #2694d1;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  margin: 0 0 0 10px;
}
.complnticon .fa:hover {
  background: #fbb040;
  color: #fff;
  transition: 1s;
}
.invsttablarea_in_body {
  width: 100%;
  float: left;
}
.invsttablarea_in_body_hd {
  width: auto;
  float: left;
  padding: 21px 25px;
}
.invsttablarea_in_body_hd h2 {
  width: auto;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #000 !important;
  border: 0;
  padding: 0;
}
.invsttablarea_in_body_hd p {
  width: auto;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #000 !important;
  border: 0;
  padding: 7px 0 24px 17px;
}
.invsttablarea_in_body_hd p a {
  color: #1972b9;
  font-weight: 500;
  width: auto;
  display: contents;
}
.invsttablarea_in_body_hd ul {
  width: 100%;
  float: left;
  margin: 0;
}
.invsttablarea_in_body_hd ul li {
  width: auto;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  /* background: url(../img/divider.png) no-repeat 0 0; */
  list-style-type: none;
  padding: 0 25px 0 0;
}
.invsttablarea_in_body_hd ul li .fa {
  font-size: 14px;
  float: left;
  margin: 4px 26px 0 0px;
}
.invsttablarea_in_body_hd ul li.nodiv {
  background: none;
  list-style-type: none;
  padding: 0 25px 0 0;
}

.invstplantable {
  width: 100%;
  float: left;
}
.invstplantable .table thead th {
  vertical-align: middle;
  border-top: 1px solid #a7a9ac;
  border-right: 1px solid #a7a9ac;
  border-bottom: 1px solid #a7a9ac;
  background: #dcedff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  line-height: 20px;
  color: #1871b9;
  text-align: left;
  font-weight: 400;
  padding-left: 10px;
}

.table th {
  vertical-align: middle;
  border: 1px solid #eaebeb;
  background: #1972b9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-align: left;
  padding: 3px 20px 3px 10px !important;
  border-bottom: 0 !important;
  height: 30px;
}

.table th input[type="checkbox"] {
  border: none !important;
}

.sorting-none {
  background-image: none !important;
}

.complaint-listing-wrapper {
  width: 2000px;
}

.dataTable {
  width: 100% !important;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 5px 18px;
  border-bottom: 1px solid #d9e1e1;
  font-weight: 400 !important;
}

table.dataTable,
table.dataTable th,
table.dataTable td,
.table-bordered > :not(caption) > * > * {
  border: 1px solid #eaebeb;
  font-weight: 400 !important;
}
table.tracking thead th,
table.tracking tbody td {
  padding: 8px 12px;
  font-weight: 400 !important;
}

.disabled > .page-link,
.page-link.disabled {
  cursor: default;
  color: #6e6e6e !important;
}

a.blue {
  color: #1670b8;
}

.accordion {
  --bs-accordion-bg: #fff !important;
  --bs-accordion-border-color: #fff !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.completebtn {
  width: 100%;
  height: 35px;
  background: #3bb64c;
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  border: 0;
  padding: 0px 31px;
  border-radius: 3px;
}
.completebtn:hover {
  background: #1972b9;
  color: #fff;
  transition: 1s;
}
.initiatebtn {
  width: 100%;
  height: 41px;
  background: #fbb142;
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  line-height: 41px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  border: 0;
  padding: 0 41px;
  border-radius: 3px;
}
.initiatebtn:hover {
  background: #1972b9;
  color: #fff;
  transition: 1s;
}
.pending {
  width: 100%;
  height: auto;
  background: #f15c2c;
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  line-height: 41px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  border: 0;
  padding: 0 41px;
  border-radius: 3px;
}
.pending:hover {
  background: #1972b9;
  color: #fff;
  transition: 1s;
}

.progress {
  width: 100%;
  height: auto;
  background: #1f77bd;
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  line-height: 41px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  border: 0;
  padding: 0 41px;
  border-radius: 3px;
  display: block;
}
.progress img {
  margin: 0 0 0 0;
}
.progress:hover {
  background: #1972b9;
  color: #fff;
  transition: 1s;
}

.progs {
  width: 100%;
  height: 41px;
  background: #1f77bd;
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  line-height: 41px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  border: 0;
  padding: 0;
  border-radius: 3px;
}
.progs:hover {
  background: #1972b9;
  color: #fff;
  transition: 1s;
}

.invsttablarea_in_body_hd .fa {
  border-radius: 0;
  font-size: 12px;
  color: #000;
  float: left;
  margin: 4px 7px 0 0;
}
.discrepancybtn {
  width: 100%;
  height: 41px;
  background: #814199;
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  line-height: 41px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  border: 0;
  padding: 0 5px;
  border-radius: 3px;
}
.discrepancybtn:hover {
  background: #1972b9;
  color: #fff;
  transition: 1s;
}
.ntinitiatedbtn {
  width: 100%;
  height: 41px;
  background: #bf212f;
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  line-height: 41px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  border: 0;
  padding: 0 41px;
  border-radius: 3px;
}
.ntinitiatedbtn:hover {
  background: #1972b9;
  color: #fff;
  transition: 1s;
}
.invsttablarea_in_body_hd .poprgtpanelbottom a {
  color: #000;
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  line-height: 39px;
  font-weight: 500;
  width: auto;
  float: left;
}
.invsttablarea_in_body_hd .poprgtpanelbottom a:hover {
  color: #ff0000;
  transition: 1s;
}
.invsttablarea_in_body_hd .poprgtpanelbottom .fa {
  font-size: 16px !important;
  background: #000 !important;
  line-height: 18px !important;
  text-align: center;
  width: 20px !important;
  height: 20px !important;
  color: #fff;
  border-radius: 3px !important;
  margin: 9px 3px 0 0;
}
.invsttablarea_in_body_hd .blbtn {
  width: auto;
  float: right;
  background: #1871b9;
  color: #fff !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 44px !important;
  font-weight: 500;
  text-align: center;
  padding: 0 20px !important;
  margin-left: 0;
  border: 0;
  border-radius: 3px;
}
.invsttablarea_in_body_hd .blbtn:hover {
  background: #000;
  color: #fff;
  transition: 1s;
}
.invstplantable .table-responsive {
  display: block !important;
}

.complnticon .close,
.mailbox-attachment-close {
  position: absolute;
  top: -21px;
  right: -22px;
  color: #000 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  background: #fff !important;
  border: 5px solid #1670b8;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center;
  padding: 0 !important;
  font-weight: 700;
  font-size: 28px;
  line-height: 19px !important;
}
.complnticon .close,
.mailbox-attachment-close {
  float: right;
  /* font-size: 1.5rem; */
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
/* Search Style */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 9999;
  display: block;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
  color: #000;
  background: #fff;
  border-top: 0;
  border-bottom: 0;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  font-size: 40px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  text-align: center;
  outline: none;
  padding: 10px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  /* opacity: 1; */
  font-size: 21px;
  line-height: 21px !important;
}

#search .close:hover {
  color: #fc2121;
  cursor: pointer;
}
#search ::-webkit-input-placeholder {
  /* Edge */
  color: #000;
}

#search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

#search ::placeholder {
  color: #000;
}

.toggle {
  width: 60px;
  text-align: center;
  float: right;
  height: 44px;
  background: #2694d1;
  margin: 8px 0 0 10px;
  padding: 4px 0 0 0;
  border: 0;
}

.toggle img {
  width: 28px;
}

.card {
  background: #fff none repeat scroll 0% 0%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  /* margin-bottom: 0; */
}

.card {
  width: 100%;
  float: left;
  box-shadow: none !important;
}
.card {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card .nav-tabs {
  border-bottom: 0;
  position: absolute;
  top: -62px;
  right: 68px;
}
.invstinnrfldarea #target {
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: none;
  position: static !important;
}

.Hide {
  display: none;
}
.tracktwolft {
  width: 50%;
  float: left;
}
.tracktworgt {
  width: 50%;
  float: right;
}
.tracktwo {
  width: 100%;
  float: left;
}
.tracktwopt {
  width: 33%;
  float: left;
  margin: 0 2px 0 0;
}

.popupbodyrgtinr .note-editor.note-frame {
  border: 1px solid #a9a9a9;
  height: auto !important;
}
.popupbodyrgtinr #target {
  background: none;
  width: 100%;
  height: 300px;
  height: 100%;
  padding: 0;
  display: block;
  position: absolute;
  top: 68px;
  left: 0;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.resp-tab-content .popupbodyrgtinr #target {
  background: none;
  width: 100%;
  height: 300px;
  height: 100%;
  padding: 0;
  display: block;
  position: static;
  top: 68px;
  left: 0;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.resp-tabs-container .popupbodyrgt {
  width: 100%;
  float: left;
  border-left: 0;
  margin: 0 0 0 0;
  padding: 0 0 0 5px;
}
.resp-tabs-green {
  color: #000;
}
.resp-tabs-green label {
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.resp-tab-active .test1:after {
  opacity: 1 !important;
  -webkit-transform: scale(0);
  transform: scale(1) !important;
  color: #009444;
}
.resp-tab-active .test1 {
  color: #009444;
}
.resp-tab-active .test2 {
  color: #ffcd35;
}
.resp-tab-active .test3 {
  color: #ff0000;
}
.resp-tab-active .test3:after {
  background: #ff0000 !important;
}
.resp-tabs-green .active {
  color: #009444 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.resp-tabs-green label:after {
  background: #009444 !important;
  top: 3px !important;
  left: 3px !important;
}

.tab-pane .invsttablarea_in_body_hd a {
  display: inline;
  padding: 0;
}

.card .tab-content {
  width: 100%;
  height: 100%;
  color: white;
  font-size: 30px;
  text-align: justify;
  line-height: 26px;
  padding: 1px 0 0 0;
  width: 100%;
  float: left;
  border: 0;
  border-radius: 0;
  background: #fff;
}
.tab-pane {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #000 !important;
}
.invsttablarea .nav-tabs {
  border-bottom: 0;
  position: absolute;
  top: -62px;
  right: 0;
}
.invsttablarea .nav-tabs .fa {
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  color: #fff;
  margin: 0 0 0 0;
  width: 100%;
  height: 100%;
}
/*.invsttablarea  .nav-tabs > li a.active{
    width: 60px;
    text-align: center;
    float: left;
    height: 44px;
    background: #fbb142;
    margin:0;
} */
.invsttablarea .nav-tabs li.active {
  width: 60px;
  text-align: center;
  float: left;
  height: 44px;
  background: #fbb142;
  margin: 10px 0 0 10px;
}
.invsttablarea .nav-tabs > li.active > a,
.invsttablarea .nav-tabs > li.active > a:focus,
.invsttablarea .nav-tabs > li.active > a:hover {
  border-width: 0;
}
.invsttablarea .nav-tabs > li > a {
  padding: 0px; /* border: none; color: #000;background: #5a4080; */
}
.invsttablarea .nav-tabs > li.active > a,
.invsttablarea .nav-tabs > li > a:hover {
  /* border: none;  color: #5a4080 !important; background: #fff; */
}
.invsttablarea .nav-tabs > li > a::after {
  content: ""; /* background: #5a4080; */
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.invsttablarea .nav-tabs > li.active > a::after,
.invsttablarea .nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.tab-nav > li > a::after {
  background: #5a4080 none repeat scroll 0% 0%;
  color: #000;
}
.tab-pane {
  padding: 15px 0;
}
.tab-content {
  padding: 20px;
}
.invsttablarea .nav-tabs > li {
  width: 60px;
  text-align: center;
  float: left;
  height: 44px;
  background: #2694d1;
  margin: 10px 0 0 10px;
}
.invsttablarea .nav-tabs > li > a img {
  width: 23px;
  float: none;
  margin: 0 auto;
  filter: brightness(0) invert(1);
  padding: 11px 0 0 0;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.dark-mode #main-container .nav-main-link,
.dark-mode #side-overlay .nav-main-link,
.nav-main-dark .nav-main-link,
.page-header-dark #page-header .nav-main-link,
.sidebar-dark #sidebar .nav-main-link {
  color: #fff;
}

.btn-group .btn {
  padding: 0 10px;
  height: 39px;
  width: 100% !important;
}

.dashboard .text-title {
  letter-spacing: inherit;
  font-size: 16px;
  font-weight: 400;
  color: #000 !important;
  line-height: 22px;
  padding: 26px 0 68px 0;
  text-align: center;
}

.dashboard .boxarea {
  width: 95%;
  float: left;
  background: #fff;
  border-radius: 0;
  padding: 57px 24px 0 24px !important;
  max-height: 352px;
  box-shadow: 0 0 20px #dbdbdb;
}

.boxarea:hover .iconimg {
  background: #fff;
}
.iconimg {
  width: 94px;
  height: 94px;
  background: #e1f1ff;
  border-radius: 50%;
  margin: 0 auto;
  display: grid;
  justify-content: center;
}

.iconimg img {
  margin: 23% auto;
  width: 72px;
}

.boxarea .text-title {
  min-height: 100px;
  width: 100%;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  padding: 16px 0 0px 0;
  text-align: center;
}

.dashboard .block-content {
  padding: 0;
}
.dashboard .boxarea:hover {
  background: #1670b8;
  color: #fff !important;
  transition: 1s;
  box-shadow: 0 0.5rem 2rem #d8dfed;
  -webkit-transform: translateY(-2px);
  transform: translateY(-5px);
  opacity: 1;
}

.dashboard .boxarea:hover .text-title {
  color: #fff !important;
}

.dashboard .block {
  margin: 10px !important;
  padding: 0.41rem;
}

.dashboard .fa-2x {
  font-size: 2em;
  color: #1670b8 !important;
  border: 1px solid;
  padding: 25px;
  border-radius: 50px;
  background-color: #fff;
}

.table-bordered > :not(caption) > * > * {
  border-width: 1px;
}
.table.dataTable tr > * {
  border-bottom: 0;
}
table.dataTable {
  border-collapse: collapse;
}
table.dataTable.display tbody tr td {
  border: 1px solid #eaebeb !important;
}

label {
  display: inline-block;
  position: relative;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--form-background);
  margin: 0;
  font: inherit;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #93a1ad;
  border-radius: 0.15em;
  display: grid;
  place-content: center;
  cursor: pointer;
  vertical-align: middle;
}

input[type="checkbox"] + span,
input[type="checkbox"] + span::before {
  vertical-align: middle;
}

input[type="checkbox"]:checked + span::before {
  content: "\2714";
  font-size: 20px;
}

input[type="radio"] + span::before,
input[type="checkbox"] + span::before {
  content: "";
  width: 17px;
  height: 16px;
  line-height: 14px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 2px;
  margin: 0;
  cursor: pointer;
  color: #176db2;
  background: -moz-radial-gradient(#f6f6f6, #dfdfdf);
  background: -webkit-radial-gradient(#f6f6f6, #dfdfdf);
  background: -ms-radial-gradient(#f6f6f6, #dfdfdf);
  background: -o-radial-gradient(#f6f6f6, #dfdfdf);
  background: radial-gradient(#f6f6f6, #dfdfdf);
}

input[type="checkbox"] + span::before {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.accordion-button {
  border-radius: 0px !important;
}
.accordion-button:focus {
  box-shadow: none;
}

.form-check {
  display: block;
  min-height: 2.1rem;
  padding-left: 0;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  margin-top: 0rem;
  margin-right: 0.5rem;
  margin-left: 0;
}
.form-check input:valid ~ label {
  top: 0;
  left: 20px;
  font-size: 16px;
  padding: 0 2px;
  background: transparent;
  font-weight: normal;
}

.accordion-body {
  padding: 63px 15px 20px;
}

.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar {
  background: #176db2 !important;
}

.ck.ck-button,
a.ck.ck-button {
  background: white !important;
}

.form-control {
  border: 1px solid #1670b8;
  border-radius: 0;
}

.form-control,
.form-select {
  display: block;
  width: 100%;
  height: calc(2.35rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.accordion-button {
  width: 100%;
  height: calc(2.55rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

select :focus {
  border-color: #2a6dc9 !important;
}

button .dropdown-item {
  display: inline-block;
  width: auto;
}
td input.form-control {
  height: auto !important;
}
button.form-select {
  padding: 0.375rem 1rem 0.375rem 0.75rem;
  background-image: none;
  text-align: left;
}
.form-select:focus {
  border-color: #83b2e8;
  box-shadow: none;
}

.searcompbtn {
  width: auto !important;
  float: left;
  background: #1670b8 !important;
  height: calc(2.35rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 20px !important;

  font-weight: 400 !important;
  color: #fff !important;
  border: 0;
  outline: none;
  padding: 0 20px !important;
  border-radius: 3px;
}

.dropdown-menu {
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0px 2px 12px 2px #9d9b9b8f;
  width: 100%;
  border-radius: 0px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  border-left: 5px solid #1972b9 !important;
  border-radius: 0px;
  background-color: #e1f1ff !important;
}

.dropdown-toggle::after {
  margin-top: 0.5em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  font-size: 18px;
  color: #176db2;
  float: right;
}

.dropdown-toggle.show:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

th .dropdown-toggle::after,
td .dropdown-toggle::after {
  display: inline-block;
  margin-top: 0;
  color: #ffffff;
  float: none;
}

.input-group .btn {
  border-radius: 0;
  margin-right: 5px;
}

.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused),
.ck.ck-toolbar,
.cke_chrome {
  border-color: #cac1c1 !important;
}

.pl-lg-0,
.pl-md-0 {
  padding-left: 0px !important;
}

.input-group-text {
  align-items: center;
  padding: 0.275rem 0.95rem !important;
  font-size: 1.2rem !important;
  font-weight: 400;
  line-height: 5.5;
  text-align: center;
  white-space: nowrap;
  background-color: #176db2;
  border: 5px;
}

th label,
td label {
  vertical-align: middle;
}

td a {
  display: inline;
}

th,
td {
  min-width: 10px !important;
}

#complaint-listing-table {
  width: 2000px !important;
  overflow: scroll;
  float: left;
}

#search-table {
  width: 1800px !important;
  overflow: scroll;
  float: left;
}

.reporter,
.offender,
.victim {
  width: 275px !important;
  display: table-cell;
}
.s {
  min-width: 20px !important;
}

.td_btn {
  width: 100%;
  background: #3bb64c;
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  border: 0;
  padding: 10px 31px;
  border-radius: 3px;
}

@media (min-width: 2500px) and (max-width: 4250px) {
  #page-container.page-header-fixed #main-container {
    padding-top: 7.25rem !important;
  }
  .col-xl-4 {
    width: 18% !important;
  }
  .col-xl-8 {
    width: 57%;
  }
}
