@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

:root {
  --header-height: 50px;
  --nav-width: 68px;
  --first-color: #273B94;
  --first-color-hover: #415dd8;
  --first-color-light: #f5f7ff;
  --second-color: #478FCA;
  --second-color-hover: #415dd8;
  --second-color-light: #B4C7E7;
  --extra-color: #ffc933;
  --common-bg: #273b940f;
  --body-font:
    'Roboto', sans-serif;
  --normal-font-size: 1rem;
  --z-fixed: 100;
}

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  position: relative;
  padding-top: var(--header-height);
  padding: 0 1rem;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  transition: 0.5s !important;
  height: calc(100vh - calc(var(--header-height) + 1.5rem));
  overflow: hidden !important;
  font-family: 'Roboto', sans-serif;
  background: var(--first-color-light);
}

.p-component {
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
  color: var(--first-color);
}

.login-bg {
  background: #ffffff;
  width: 100%;
  height: 100vh;
  display: inline-block;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.login-page {
  background: var(--first-color-light);
  height: auto;
  display: grid;
  z-index: 99;
  position: relative;
  width: 100%;
  box-shadow: 2px 2px 7px #00000024;
  max-height: 90vh;
}

.left-div {
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.left-div img {
  width: 80%;
}

.left-div h1 {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--first-color-hover);
  margin: 0;
}

.right-div {
  background: #fff;
}

.right-div h1 {
  font-size: 30px;
  color: var(--extra-color);
  margin: 0;
}

.login-page .input-group {
  box-shadow: 1px 1px 6px #0000001a;
  height: 45px;
}

.login-page label {
  margin-bottom: 10px;
  font-size: 13px;
}

.login-page .input-group-text,
.login-page .form-control {
  border: 0;
  border-radius: 0;
  height: auto;
  padding: 0.375rem 0.75rem;
}

.dot {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  width: 227px;
  display: none;
}

.dot1 {
  position: absolute;
  top: -50px;
  right: -50px;
}

.dot2 {
  position: absolute;
  bottom: -50px;
  left: -50px;
}

.dot span {
  width: 4px;
  height: 4px;
  background: #0d6efd;
  display: inline-block;
  border-radius: 100%;
}

.shape1 {
  border-radius: 100%;
  width: 500px;
  height: 500px;
  background: #ffffff;
  border: 65px solid #f5f7ff;
  position: absolute;
  z-index: 9;
  bottom: -65px;
  left: -65px;
  z-index: 9;
}

.shape2 {
  border-radius: 100%;
  width: 500px;
  height: 500px;
  background: var(--first-color-light);
  position: absolute;
  z-index: 9;
  top: -65px;
  right: -65px;
}


.invalid-feedback {
  border-radius: 3px;
  top: -35px;
  position: absolute;
  z-index: 9;
  background: #dc3545;
  right: 0;
  width: auto !important;
  font-size: 11px !important;
  height: 20px;
  padding: 2px 10px;
  color: #fff !important;
}

.invalid-feedback:after {
  content: '';
  position: absolute;
  left: 8px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 8px solid #dc3545;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -8px;
}

.back-to-sigin {
  margin-top: 10px;
  text-align: right;
  color: #212529;

}

.back-to-sigin span {
  color: #0d6efd;
  text-decoration: underline;
  cursor: pointer;
}

.forget-sub-title {
  font-size: 12px;
  font-style: italic;
  color: #828282;
}

input:focus {
  background: var(--first-color-light)2b;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  background-color: #fff;
  z-index: var(--z-fixed);
  transition: 0.5s;
  height: var(--header-height);
  border-bottom: 1px solid #eaeaea;
  /* box-shadow: 1px 1px 5px #00000066; */
}

.header h1 {
  margin: 0;
  font-size: 21px;
  color: #555;
}

.header h2 {
  margin: 0;
  font-size: 15px;
  color: #7f7f7f;
  /* display: none; */
}

.header_toggle {
  color: var(--first-color);
  font-size: 1.5rem;
  cursor: pointer;
  padding-left: 1.3rem;
}

.header_img {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.header_img img {
  width: 40px;
}

.l-navbar {
  position: fixed;
  top: 0;
  left: -30%;
  width: var(--nav-width);
  height: 100vh;
  background-color: #fff;
  padding: 0.5rem 1rem 0 0;
  transition: .5s;
  z-index: var(--z-fixed);
  box-shadow: 2px 2px 5px #c8c8c8;
}

.nav {
  height: 100%;
  display: flex;
  /* overflow: hidden; */
}

.nav_logo,
.nav_link {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: 1rem 0 1rem 1.5rem;
  transition: .5s;
}

.nav_logo {
  margin-bottom: 1rem;
  background: var(--first-color);
  color: #fff;
  padding: 1rem 0 1rem 1.5rem;
}
.nav_logo img{
  
width: 52px;
  
transition: .5s;
}

.menu-show .nav_logo img{
  width: 100px;
  transition: .5s;
}
.nav_logo{
  text-align: center;
  display: block !important;
}
.nav_logo-icon {
  font-size: 1.25rem;
  color: #ffffff;
}

.nav_logo-name {
  color: #ffffff;
  font-weight: 700;
  height: auto !important;
}

.nav_link {
  position: relative;
  color: #555;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 400;
  width: 68px;
}

.nav_link:hover {
  color: #fff;
  background: var(--first-color);
}

.nav_icon {
  font-size: 1.25rem;
}

.menu-show {
  left: 0;
}

.nav_name,
.nav_logo-name {
  width: 0;
  overflow: hidden;
  transition: .5s;
  height: 23px;
}

.menu-show .nav_name,
.menu-show .nav_logo-name {
  width: 160px;
  transition: .5s;
  height: 23px;
}

.menu-show .nav_link {
  width: 100%;
  transition: .5s;
}

.menu-show .sub-menu {
  left: 222px;
}

.menu-show .sub-menu h1 {
  display: none;
}

.menu-show .nav_logo- {
  height: 0 !important;
}

.sub-menu {
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 68px;
  width: 230px;
  display: none;
  background: #ff;
}

.sub-menu-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 2px 2px 6px #00000042;
  padding: 10px;
}

.nav_link:hover .sub-menu {
  display: block;
}

.sub-menu h1 {
  font-size: 16px;
  margin: 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #cacaca;
  color: var(--first-color);
  margin-bottom: 7px;
}

.sub-menu ul {
  margin: 0;
  padding: 0;
}

.sub-menu ul li {}

.sub-menu ul li a {
  display: block;
  padding: 5px 10px;
  color: #555;
  font-weight: 400;
}

.sub-menu ul li a:hover {
  background: var(--first-color);
  color: #fff;
}

.sub-menu::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 14px 10px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 25px;
  z-index: 99;
  left: 2px;
  content: "";
}

.body-pd {
  padding-left: calc(var(--nav-width) + 1rem);
}

.menu-active {
  background: var(--first-color);
  color: #fff;
}

.menu-active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 32px;
  background-color: var(--first-color);
}

.height-100 {
  height: 100vh;
}

@media screen and (min-width: 768px) {
  body {
    padding-top: calc(var(--header-height) + 1rem);
    padding-left: calc(var(--nav-width) + 1rem);
  }

  .header {
    padding-left: calc(var(--nav-width) + 1rem);
  }

  .header_img {
    width: 40px;
    height: 40px;
  }

  .header_img img {
    width: 45px;
  }

  .l-navbar {
    left: 0;
    padding: 0;
  }

  .menu-show {
    width: calc(var(--nav-width) + 156px);
  }

  .body-pd {
    padding-left: calc(var(--nav-width) + 175px);
  }
}

.bxs-chevron-left-circle:before {
  content: "\ed39" !important;
}



.action {
  position: relative;
}

.action span {
  width: 30px;
  height: 30px;
  border: 2px solid var(--first-color);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.action span i {
  color: var(--first-color);
}

.action .profile {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  background: var(--first-color);
  align-items: center;
  justify-content: center;
}

.action .profile i {
  color: #fff;
  font-size: 17px;
}

.action .menu {
  position: absolute;
  top: 120px;
  right: -10px;
  padding: 10px 20px;
  background: #fff;
  width: 200px;
  box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  box-shadow: 2px 2px 6px #00000042;
}

.action .menu.active {
  top: 54px;
  visibility: visible;
  opacity: 1;
}

.action .menu::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 55px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  left: auto;
}

.action .menu h3 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
  font-weight: 500;
  color: var(--first-color);
  margin: 0;
  line-height: 1.5em;
}

.action .menu h3 span {
  font-size: 14px;
  color: #cecece;
  font-weight: 300;
}

.action .menu ul {
  margin: 0;
  padding: 0;
}

.action .menu ul li {
  list-style: none;
  padding: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}

.action .menu ul li i {
  transition: 0.5s;
}

.action .menu ul li:hover i {
  opacity: 1;
}

.action .menu ul li a {
  display: inline-block;
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.action .menu ul li:hover a {
  color: var(--first-color);
}

.nav-tabs .nav-link {
  padding: 8px 20px;
  background: #e2e2e2;
  color: #808080;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: var(--first-color);
  color: #fff;
}

.nav-tabs .nav-link i {
  font-size: 18px;
}

.tab-content {}

.top-menu {}

.top-menu input,
input {
  border: 1px solid #dedede !important;
  padding: 7px 5px;
  border-radius: 6px;
  width: 100%;
  font-size: 14px;
  color: #555;
}

.top-menu select,
select {
  border: 1px solid #dedede;
  padding: 9px 5px;
  border-radius: 6px;
  width: 100%;
  font-size: 14px;
  color: #555;
}

input:focus {
  outline: none;
}

.common-btn {
  background: var(--second-color) !important;
  border-radius: 6px;
  padding: 9px 15px;
  border: 0;
  font-size: 13px;
  color: #fff;
  line-height: initial;
  border: 2px solid var(--second-color);
  display: inline;
  height: 100%;
  white-space: nowrap;
}

.outline-btn {
  background: transparent !important;
  color: var(--second-color);
  border: 2px solid var(--second-color);
}

.common-btn.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.5em;
  content: "";
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
  position: relative;
  top: 2px;
}

.common-btn:hover {
  background: var(--second-color-hover) !important;
  color: #fff;
}

.action-box {
  align-items: center;
}

.action-box h2 {
  margin: 0;
  font-size: 13px;
  color: #878787;
  font-style: italic;
}

.action-box button {
  background: transparent;
  border: 2px solid var(--second-color);
  border-radius: 6px;
  padding: 6px 15px;
}

.action-box button i {
  color: var(--second-color);
  font-size: 18px;
}

.action-box button:hover {
  background: var(--second-color-hover);
}

.action-box button:hover i {
  color: #fff;
}

.main-content {
  height: calc(100vh - calc(var(--header-height) + 1.5rem));
}

.cus-progress {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.progress {
  width: 120px;
  height: 15px;
  border-radius: 6px;
}

.progress-bar {
  border-radius: 6px;
}

.cus-progress span {
  color: #555;
  font-size: 14px;
}

.progress-bg1,
.bg-inprogress {
  background: #efaf09 !important;
}

.progress-bg3 {
  background: #ff6464;
}

.progress-bg2 {
  background: #36c956;
}

.cus-table {}

.cus-table table {}

.p-datatable .p-datatable-thead {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 99;
}

.p-datatable .p-datatable-thead>tr>th {
  background: #f0f0f0;
  padding: 10px 20px;
  text-align: left;
  border: 1px solid #ebebeb;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #dedede;

  white-space: nowrap;
}

.p-datatable .p-datatable-tbody>tr>td {
  padding: 10px 15px;
  font-size: 13.5px !important;
  text-align: left;
  border: 1px solid #ebebeb;
}

.p-datatable .p-datatable-tbody>tr>td i {
  font-size: 15px;
}

span.notifi {
  position: relative;
}

span.notifi span.noti-cont {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--second-color);
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
}

.p-datatable .p-datatable-tbody>tr>td span.metric-value {
  padding: 5px;
  border-radius: 6px;
  color: #fff;
  width: 100%;
  display: inline-block;
}



.bg-green {
  background: #36c956;
}

.bg-blue {
  background: #006ee8;
}

.bg-red {
  background: #f31212;
}

.bg-orange {
  background: rgb(255, 106, 0);
}

.bg-general {
  background: #42505C;
}

.clr-green {
  color: #36c956;
}

.clr-blue {
  color: #006ee8;
}

.clr-red {
  color: #f31212;
}

.p-checkbox .p-checkbox-box.p-highlight {
  border-color: var(--first-color);
  background: var(--first-color);
}

.form-check-input {
  width: 1em !important;
  height: 1em !important;
  margin: 0 !important;
  padding: 0 !important;
}

.breadcrumb {}

.breadcrumb .breadcrumb-item {
  font-size: 14px;
}

.breadcrumb .breadcrumb-item a {}

.modal-dialog {
  width: 900px;
  max-width: 100%;
}

.filter-tab {}

.filter-tab-content {
  border: 1px solid #dee2e6;
  margin-top: -17px;
  margin-left: 1px;
  padding: 15px;
}

.dropdown-menu {
  border-radius: 0;
}

.dropdown-menu li {}

.dropdown-menu li a {
  font-size: 13px;
  padding: 7px 15px;
}

.dropdown-menu li a img {
  width: 25px;
  margin-right: 10px;
}


/* Spinner */

.spinner {
  display: none;
}

.fullpage-spinner {
  width: 100%;
  height: 107vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullpage-spinner .inner-spinner {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.fullpage-spinner .inner-spinner i {
  font-size: 30px;
  /* color: #000; */
  color: #278ce8;
  animation: spin 2s linear infinite;
}

.p-datatable>.p-datatable-wrapper {
  overflow-y: auto;
  height: calc(100vh - 185px);
  overflow: scroll !important;
}

.cus-table .p-datatable>.p-datatable-wrapper {
  height: calc(100vh - 235px);
  overflow: auto !important;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  box-shadow: 1px 1px 7px #00000012;
  background: #fff;
}

.my-portfolio-page .p-datatable>.p-datatable-wrapper {
  height: calc(100vh - 180px) !important;
  background: #fff;
}

.ext-comp-hit .p-datatable>.p-datatable-wrapper {
  height: calc(100vh - 290px) !important;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #369;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.p-paginator {
  border: 0;
}

.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: var(--second-color-light);
  border: 2px solid var(--second-color) !important;
  border-radius: 5px;
}

.modal .p-datatable>.p-datatable-wrapper {
  height: 350px;
}

.p-datatable .p-sortable-column .p-sortable-column-icon {
  margin-left: 4px !important;
  width: 14px;
  height: 11px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #f5f5f5 !important;
  padding: 8px;
}

.inner-table {}

.inner-table .p-datatable>.p-datatable-wrapper {
  height: auto !important;
}

.inner-table .p-datatable .p-datatable-thead>tr>th {
  background: #fff !important;
  border: 1px solid #000 !important;
}

.inner-table table {
  border-radius: 0 !important;
}

.inner-table .p-datatable .p-datatable-tbody>tr {
  background: transparent !important;
}

/*****************  Loader  *************/


.loader-box {
  width: 100%;
  display: flex;
  text-align: center;
  min-height: 100vh;
  vertical-align: middle;
  background: #ffffffc8;
  -webkit-box-shadow: 0px 0px 30px 1px #ffffff inset;
  box-shadow: 0px 0px 30px 1px #ffffff inset;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
}

@media only screen and (max-width: 600px) {
  .loader-box {
    min-width: 350px;
  }
}

.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 75px;
  display: inline-block;
  vertical-align: middle;
}

.loader-star {
  position: absolute;
  top: calc(50% - 12px);
}

/*LOADER-2*/

.loader-2 .loader-star {
  position: static;
  width: 60px;
  height: 60px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-animation: loader-2-star 1s ease alternate infinite;
  animation: loader-2-star 1s ease alternate infinite;
}

.loader-2 .loader-circles {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 4px);
  top: calc(50% - 4px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-animation: loader-2-circles 1s ease-in-out alternate infinite;
  animation: loader-2-circles 1s ease-in-out alternate infinite;
}

/* ----------------     KEYFRAMES    ----------------- */



@-webkit-keyframes loader-2-circles {
  0% {
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-box-shadow: 24px -22px #fff, 30px -15px 0 -3px #fff,
      31px 0px #fff, 29px 9px 0 -3px #fff, 24px 23px #fff,
      17px 30px 0 -3px #fff, 0px 33px #fff, -10px 28px 0 -3px #fff,
      -24px 22px #fff, -29px 14px 0 -3px #fff, -31px -3px #fff,
      -30px -11px 0 -3px #fff, -20px -25px #fff,
      -12px -30px 0 -3px #fff, 5px -29px #fff, 13px -25px 0 -3px #fff;
    box-shadow: 24px -22px #fff, 30px -15px 0 -3px #fff, 31px 0px #fff,
      29px 9px 0 -3px #fff, 24px 23px #fff, 17px 30px 0 -3px #fff,
      0px 33px #fff, -10px 28px 0 -3px #fff, -24px 22px #fff,
      -29px 14px 0 -3px #fff, -31px -3px #fff, -30px -11px 0 -3px #fff,
      -20px -25px #fff, -12px -30px 0 -3px #fff, 5px -29px #fff,
      13px -25px 0 -3px #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-box-shadow: 25px -22px #fff, 15px -22px 0 -3px black,
      31px 2px #fff, 21px 2px 0 -3px black, 23px 25px #fff,
      13px 25px 0 -3px black, 0px 33px #fff, -10px 33px 0 -3px black,
      -26px 24px #fff, -19px 17px 0 -3px black, -32px 0px #fff,
      -23px 0px 0 -3px black, -25px -23px #fff, -16px -23px 0 -3px black,
      0px -31px #fff, -2px -23px 0 -3px black;
    box-shadow: 25px -22px #fff, 15px -22px 0 -3px black, 31px 2px #fff,
      21px 2px 0 -3px black, 23px 25px #fff, 13px 25px 0 -3px black,
      0px 33px #fff, -10px 33px 0 -3px black, -26px 24px #fff,
      -19px 17px 0 -3px black, -32px 0px #fff, -23px 0px 0 -3px black,
      -25px -23px #fff, -16px -23px 0 -3px black, 0px -31px #fff,
      -2px -23px 0 -3px black;
  }
}

@keyframes loader-2-circles {
  0% {
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-box-shadow: 24px -22px #fff, 30px -15px 0 -3px #fff,
      31px 0px #fff, 29px 9px 0 -3px #fff, 24px 23px #fff,
      17px 30px 0 -3px #fff, 0px 33px #fff, -10px 28px 0 -3px #fff,
      -24px 22px #fff, -29px 14px 0 -3px #fff, -31px -3px #fff,
      -30px -11px 0 -3px #fff, -20px -25px #fff,
      -12px -30px 0 -3px #fff, 5px -29px #fff, 13px -25px 0 -3px #fff;
    box-shadow: 24px -22px #fff, 30px -15px 0 -3px #fff, 31px 0px #fff,
      29px 9px 0 -3px #fff, 24px 23px #fff, 17px 30px 0 -3px #fff,
      0px 33px #fff, -10px 28px 0 -3px #fff, -24px 22px #fff,
      -29px 14px 0 -3px #fff, -31px -3px #fff, -30px -11px 0 -3px #fff,
      -20px -25px #fff, -12px -30px 0 -3px #fff, 5px -29px #fff,
      13px -25px 0 -3px #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-box-shadow: 25px -22px #fff, 15px -22px 0 -3px black,
      31px 2px #fff, 21px 2px 0 -3px black, 23px 25px #fff,
      13px 25px 0 -3px black, 0px 33px #fff, -10px 33px 0 -3px black,
      -26px 24px #fff, -19px 17px 0 -3px black, -32px 0px #fff,
      -23px 0px 0 -3px black, -25px -23px #fff, -16px -23px 0 -3px black,
      0px -31px #fff, -2px -23px 0 -3px black;
    box-shadow: 25px -22px #fff, 15px -22px 0 -3px black, 31px 2px #fff,
      21px 2px 0 -3px black, 23px 25px #fff, 13px 25px 0 -3px black,
      0px 33px #fff, -10px 33px 0 -3px black, -26px 24px #fff,
      -19px 17px 0 -3px black, -32px 0px #fff, -23px 0px 0 -3px black,
      -25px -23px #fff, -16px -23px 0 -3px black, 0px -31px #fff,
      -2px -23px 0 -3px black;
  }
}

@-webkit-keyframes loader-2-star {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg);
  }

  100% {
    -webkit-transform: scale(0.7) rotate(360deg);
    transform: scale(0.7) rotate(360deg);
  }
}

@keyframes loader-2-star {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg);
  }

  100% {
    -webkit-transform: scale(0.7) rotate(360deg);
    transform: scale(0.7) rotate(360deg);
  }
}

@-webkit-keyframes dot-jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


.p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(even) {
  background: #fffafa;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
  background: var(--second-color-light);
}


.filter-box h1 {
  /* font-size: 15px; */
  /* color: var(--first-color); */
}

.news {}

.news .news-box {
  border-radius: 10px;
  display: flex;
  gap: 15px;
  padding: 15px;
  border: 1px solid #f3f3f3;
  background: #fffbf9;
  box-shadow: 1px 1px 2px #0000001f;
}

.news .news-box .img-box {
  width: 35%;
  background-position: center !important;
  background-size: cover !important;
}

.news .news-box .content {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news .news-box .content h1 {
  font-size: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  min-height: 40px;
}

.news .news-box .content span {
  background: var(--second-color-light);
  color: var(--first-color);
  padding: 3px 5px;
  border-radius: 6px;
  font-size: 10px;
}

.news .news-box .content h3 {
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  margin: 0;
  color: #c6c6c6;
}

.news .news-box .content p {
  margin: 0;
  color: #9b9b9b;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.news .news-box .content a {

  display: inline-block;

  background: #000;

  width: max-content;

  background: var(--first-color);

  border-radius: 3px;

  color: #fff;

  padding: 3px 10px;

  font-size: 11px;
}

.contact-box {}

.address-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  margin-top: 20px;
  width: 33.33%;
}

.address-box span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid var(--first-color);
  color: var(--first-color);
  font-size: 27px;
  background: #fff4ef;
}

.address-box h2 {
  font-size: 17px;
  color: var(--first-color);
}

.address-box address {
  text-align: center;
  font-size: 13.5px;
}

.address-box p a {
  font-size: 13.5px;
  color: #212529;
}

.contact-content {}

.contact-content p {
  margin: 0;
  font-size: 18px;
  color: #767676;
  font-weight: 400;
  line-height: 32px;
}

.contact-content h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

.contact-form {
  background: #fff;
  padding: 40px;
  box-shadow: 1px 1px 7px #0003;
  border-radius: 30px;
}
.contact-form form{

overflow: auto;

padding-right: 10px;

height: 65vh;
}

.contact-form label {
  font-size: 13px;
  display: block;
}

.contact-form h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 40px;
}

.contact-form input {
  height: 45px !important;
}

.explore {}

.explore ul {}

.explore ul li {}

.explore ul li a {
  display: inline-block;
  font-size: 13.5px;
  margin-bottom: 10px;
  text-decoration: underline;
}

.filter-box .p-multiselect-clearable .p-multiselect-clear-icon,
body .p-dropdown .p-dropdown-clear-icon {
  width: 14px !important;
  right: 11px;
  margin-right: 0;
}

.filter-box {
  padding: 10px;
  margin-bottom: 15px;
  background: #fcfcfc;
  box-shadow: 1px 1px 4px #00000012;
}

.filter-box h1 {
  font-size: 16px;
  color: var(--first-color);
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.filert-menu {}

.filert-menu ul {
  display: flex;
  margin-bottom: 30px;
}

.filert-menu ul li {
  display: flex;
  gap: 10px;
  font-size: 16px;
  white-space: nowrap;
}

.filert-menu ul li input {}

.filter-box label {
  margin: 7px 0;
}

.filter-box select {}

body .p-multiselect-panel .p-multiselect-header,
body .p-dropdown-panel .p-dropdown-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

body .p-multiselect-panel .p-multiselect-items .p-multiselect-item,
body .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  gap: 10px;
}

.p-multiselect-filter-container .p-icon-wrapper svg {
  margin-top: -7px;
}


.p-message {
  position: fixed;
  z-index: 9999;
  border-radius: 6px;
  top: 9px;
  right: 17px;
}

.p-message .p-message-wrapper {
  padding: 1.25rem 1.75rem;
  font-weight: 600;
}

.p-message .p-message-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.p-message .p-message-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

.p-message .p-message-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}

.p-message.p-message-info {
  background: #e9e9ff;
  border: solid #696cff;
  border-width: 0 0 0 6px;
  color: #696cff;
}

.p-message.p-message-info .p-message-icon {
  color: #696cff;
}

.p-message.p-message-info .p-message-close {
  color: #696cff;
}

.p-message.p-message-success {
  background: #e4f8f0;
  border: solid #1ea97c;
  border-width: 0 0 0 6px;
  color: #1ea97c;
  box-shadow: 2px 2px 6px #a4a4a4;
}

.p-message.p-message-success .p-message-icon {
  color: #1ea97c;
}

.p-message.p-message-success .p-message-close {
  color: #1ea97c;
}

.p-message.p-message-warn {
  background: #fff2e2;
  border: solid #cc8925;
  border-width: 0 0 0 6px;
  color: #cc8925;
}

.p-message.p-message-warn .p-message-icon {
  color: #cc8925;
}

.p-message.p-message-warn .p-message-close {
  color: #cc8925;
}

.p-message.p-message-error {
  background: #ffe7e6;
  border: solid #ff5757;
  border-width: 0 0 0 6px;
  color: #ff5757;
}

.p-message.p-message-error .p-message-icon {
  color: #ff5757;
}

.p-message.p-message-error .p-message-close {
  color: #ff5757;
}

.p-message .p-message-text {
  font-size: 1rem;
  font-weight: 400;
}

.p-message .p-message-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.p-message .p-message-summary {
  font-weight: 700;
}

.p-message .p-message-detail {
  margin-left: 0.5rem;
}


.p-multiselect-item {
  white-space: inherit !important;
}

.overflow {
  overflow: initial !important;
}

.search-input {
  border: 1px solid #dedede;
  border-radius: 6px;
}

textarea {
  width: 100%;
  border: 1px solid #dedede !important;
  border-radius: 6px;
  height: 100px !important;
}

.search-input input {
  border: 0 !important;
  /* height: auto !important; */
}

.search-input span {

  padding: 0 5px;

  line-height: 1;
}

.search-input input:focus {
  box-shadow: none;
}

.search-fixed-with {
  width: 220px !important;
}

iframe {
  height: calc(100vh - 75px);
}

body .p-multiselect-panel .p-multiselect-items {}

.usr-sett-cont {
  height: calc(100vh - 75px);
  overflow-x: hidden;
  display: block;
  overflow-y: scroll;
}

filtericon svg {
  width: 11px;
  margin-left: 5px;
}

.input-eye {
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 9;
  cursor: pointer;
}


.reset-password {
  height: 99vh;
  display: flex;
  align-items: center;
  width: 100%;
}

.reset-password .reset-form {
  width: 100%;
}

.reset-password .reset-form form {

  border: 1px solid #ced4da;
  border-radius: 2px;
  padding: 15px;

}

.reset-password .reset-form .reset-form-header {
  background: #008d62;
  padding: 10px;
  color: #ffffff;
  border-radius: 2px 2px 0 0;
}

.reset-form-box {
  padding: 15px;
}

.password-form-control {
  display: block;
  width: 100%;
}

.p-password {
  width: 100% !important;
}

.password-list {
  list-style-type: disc !important;
  padding-left: 0 !important;
  margin-left: 0;
}

.password-list li {
  margin-bottom: 5px;
}

.success-message-box,
.link-invalid {
  padding: 15px;
  border: 1px solid #ced4da;
  border-radius: 2px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  background-position: right calc(0.375em + 1.1875rem) center;
}

.p-input-icon-right>i:last-of-type {
  top: 10px;
}

th .p-column-filter-menu-button {
  width: auto;
  height: auto !important;
}

.table-label {
  white-space: nowrap;
  font-size: 12px;
  margin-left: 1px;
  color: #8e8e8e;
  font-weight: 400;
}

.nomenclature {
  position: relative;
  top: -78px !important;
  display: flex;
  flex-direction: column;
  width: max-content;
}

.nomenclature h1 {
  font-size: 15px;
  margin: 10px 0;
  color: var(--first-color);
}

.nomenclature ul {}

.nomenclature ul li {}

.nomenclature-table .p-paginator {
  float: right;
  margin-top: 40px !important;
}

.nomenclature-table-height .p-datatable>.p-datatable-wrapper {
  height: calc(100vh - 295px) !important;
}

.compare-icon {
  background: url(../img/compare-icon.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover !important;
}

.nav-tabs .nav-link.active .compare-icon {
  background: url(../img/compare-icon-wit.png)
}

.compare-icon-clr {
  background: url(../img/compare-icon-clr.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover !important;
}

.action-box button:hover .compare-icon-clr {
  background: url(../img/compare-icon-wit.png)
}

.datatable-custom .p-datatable .p-paginator {
  border: 0 !important;
  background: transparent !important;
}

.p-tabview-nav-link {
  /* padding: 10px !important; */
  font-weight: normal;
  font-size: 13px;
  color: #454545;
}

.p-tooltip .p-tooltip-text {
  padding: 5px;

}

tr:nth-child(even) {
  background: #f9faff;
}

.p-paginator {
  background: transparent;
  margin-top: 10px !important;
  padding: 0 !important;
}

.p-paginator .p-dropdown {
  background: var(--second-color);
}

.p-paginator .p-dropdown .p-dropdown-label {
  color: #ffffff;
  font-weight: 500;
}

.terms-condition {}

.terms-condition h1 {
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
}

.terms-condition ul {
  padding-left: 15px;
}

.terms-condition ul li {
  list-style: auto;
  line-height: 25px;
  margin-bottom: 10px;
}

.feedback-box {}

.feed-heading {}

.feed-heading h1 {}

.feed-heading span {}

.feed-heading span i {}

.feedback-btn {
  position: absolute;
  background: #273b94;
  color: #fff;
  display: flex;
  padding: 10px;
  border-radius: 100% 0 0 100%;
  right: 0;
  bottom: 85px;
  box-shadow: 2px 2px 6px #000000a1;
}

.feedback-btn i {}


.table-popover {
  position: absolute;
  bottom: 6px;
  right: calc(100% + 15px);
  display: none;
  z-index: 9999;
}

.table-popover .popover-box {
  background: var(--second-color);
  padding: 10px;
  border-radius: 6px;
  position: relative;
}

.table-popover .popover-box::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid var(--second-color);
  position: absolute;
  bottom: 0px;
  right: -10px;
}

.table-popover .popover-box table {
  background: transparent !important;
}

.table-popover .popover-box h1 {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 0 5px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.table-popover .popover-box table thead {}

.table-popover .popover-box table thead tr {
  background: transparent !important;
}

.table-popover .popover-box table tr th {
  background: transparent;
  font-weight: 400;
  color: #fff;
  padding: 5px 5px;
  text-align: left;
  border: 1px solid #ebebeb;
}

.table-popover .popover-box table tbody {}

.table-popover .popover-box table tbody tr {
  background: transparent !important;
}

.table-popover .popover-box table tbody tr td {
  color: #fff;
  padding: 5px 5px;
  font-size: 13px !important;
  text-align: center;
  border: 1px solid #0000004a;
}

.table-popover .popover-box table tbody tr td.value-position {
  display: flex;
  align-items: center;
  gap: 10px;
}

.table-popover .popover-box table tbody tr td.value-position span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.tooltip-td {}

.tooltip-td:hover .table-popover {
  display: block;
}

.p-datatable .p-datatable-tbody>tr:nth-child(-n+3) .table-popover {
  bottom: auto;
  top: 9px;
}

.p-datatable .p-datatable-tbody>tr:nth-child(-n+3) .table-popover .popover-box::before {

  bottom: auto;

  top: 0px;

  border-bottom: 0;

  border-top: 15px solid var(--second-color);
}

.upload-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 600px;
  margin: 0 auto;
  background: #f6fbff;
  padding: 30px;
  border-radius: 15px;
  border: 2px dashed #478fca;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

:root {
  --header-height: 50px;
  --nav-width: 68px;
  --first-color: #273B94;
  --first-color-hover: #415dd8;
  --first-color-light: #f5f7ff;
  --second-color: #478FCA;
  --second-color-hover: #415dd8;
  --second-color-light: #B4C7E7;
  --extra-color: #ffc933;
  --common-bg: #273b940f;
  --body-font:
    'Roboto', sans-serif;
  --normal-font-size: 1rem;
  --z-fixed: 100;
}

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  position: relative;
  padding-top: var(--header-height);
  padding: 0 1rem;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  transition: 0.5s !important;
  height: calc(100vh - calc(var(--header-height) + 1.5rem));
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  background: var(--first-color-light);
}

.p-component {
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
  color: var(--first-color);
}

.login-bg {
  background: #ffffff;
  width: 100%;
  height: 100vh;
  display: inline-block;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.login-page {
  background: var(--first-color-light);
  height: auto;
  display: grid;
  z-index: 99;
  position: relative;
  width: 100%;
  box-shadow: 2px 2px 7px #00000024;
  max-height: 90vh;
}

.left-div {
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.left-div img {
  width: 80%;
}

.left-div h1 {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--first-color-hover);
  margin: 0;
}

.right-div {
  background: #fff;
}

.right-div h1 {
  font-size: 30px;
  color: var(--extra-color);
  margin: 0;
}

.login-page .input-group {
  box-shadow: 1px 1px 6px #0000001a;
  height: 45px;
}

.login-page label {
  margin-bottom: 10px;
  font-size: 13px;
}

.login-page .input-group-text,
.login-page .form-control {
  border: 0;
  border-radius: 0;
  height: auto;
  padding: 0.375rem 0.75rem;
}

.dot {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  width: 227px;
  display: none;
}

.dot1 {
  position: absolute;
  top: -50px;
  right: -50px;
}

.dot2 {
  position: absolute;
  bottom: -50px;
  left: -50px;
}

.dot span {
  width: 4px;
  height: 4px;
  background: #0d6efd;
  display: inline-block;
  border-radius: 100%;
}

.shape1 {
  border-radius: 100%;
  width: 500px;
  height: 500px;
  background: #ffffff;
  border: 65px solid #f5f7ff;
  position: absolute;
  z-index: 9;
  bottom: -65px;
  left: -65px;
  z-index: 9;
}

.shape2 {
  border-radius: 100%;
  width: 500px;
  height: 500px;
  background: var(--first-color-light);
  position: absolute;
  z-index: 9;
  top: -65px;
  right: -65px;
}


.invalid-feedback {
  border-radius: 3px;
  top: -35px;
  position: absolute;
  z-index: 9;
  background: #dc3545;
  right: 0;
  width: auto !important;
  font-size: 11px !important;
  height: 20px;
  padding: 2px 10px;
  color: #fff !important;
}

.invalid-feedback:after {
  content: '';
  position: absolute;
  left: 8px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 8px solid #dc3545;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -8px;
}

.back-to-sigin {
  margin-top: 10px;
  text-align: right;
  color: #212529;

}

.back-to-sigin span {
  color: #0d6efd;
  text-decoration: underline;
  cursor: pointer;
}

.forget-sub-title {
  font-size: 12px;
  font-style: italic;
  color: #828282;
}

input:focus {
  background: var(--first-color-light)2b;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  background-color: #fff;
  z-index: var(--z-fixed);
  transition: 0.5s;
  height: var(--header-height);
  border-bottom: 1px solid #eaeaea;
  /* box-shadow: 1px 1px 5px #00000066; */
}

.header h1 {
  margin: 0;
  font-size: 21px;
  color: #555;
}

.header h2 {
  margin: 0;
  font-size: 15px;
  color: #7f7f7f;
  /* display: none; */
}

.header_toggle {
  color: var(--first-color);
  font-size: 1.5rem;
  cursor: pointer;
  padding-left: 1.3rem;
}

.header_img {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.header_img img {
  width: 40px;
}

.l-navbar {
  position: fixed;
  top: 0;
  left: -30%;
  width: var(--nav-width);
  height: 100vh;
  background-color: #fff;
  padding: 0.5rem 1rem 0 0;
  transition: .5s;
  z-index: var(--z-fixed);
  box-shadow: 2px 2px 5px #c8c8c8;
}

.nav {
  height: 100%;
  display: flex;
  /* overflow: hidden; */
}

.nav_logo,
.nav_link {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: .8rem 0 .8rem 1.5rem;
  transition: .5s;
}

.nav_logo {
  margin-bottom: 0;
  background: #fff;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-bottom: 1px solid #ccc;
  column-gap: 0;
}

.nav_logo-icon {
  font-size: 1.25rem;
  color: #ffffff;
}

.nav_logo-name {
  color: #ffffff;
  font-weight: 700;
  height: auto !important;
  font-size: 15px;
}

.nav_link {
  position: relative;
  color: #555;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 400;
  width: 68px;
}

.nav_link:hover {
  color: #fff;
  background: var(--first-color);
}

.nav_icon {
  font-size: 1.25rem;
  min-width: 20px;
}

.menu-show {
  left: 0;
}

.nav_name,
.nav_logo-name {
  width: 0;
  overflow: hidden;
  transition: .5s;
  height: 23px;
}

.menu-show .nav_name,
.menu-show .nav_logo-name {
  width: 160px;
  transition: .5s;
  height: 23px;
}

.menu-show .nav_link {
  width: 100%;
  transition: .5s;
}

.menu-show .sub-menu {
  left: 222px;
}

.menu-show .sub-menu h1 {
  display: none;
}

.menu-show .nav_logo- {
  height: 0 !important;
}

.sub-menu {
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 68px;
  width: 230px;
  display: none;
  background: #ff;
}

.sub-menu-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 2px 2px 6px #00000042;
  padding: 10px;
}

.nav_link:hover .sub-menu {
  display: block;
}

.sub-menu h1 {
  font-size: 16px;
  margin: 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #cacaca;
  color: var(--first-color);
  margin-bottom: 7px;
}

.sub-menu ul {
  margin: 0;
  padding: 0;
}

.sub-menu ul li {}

.sub-menu ul li a {
  display: block;
  padding: 5px 10px;
  color: #555;
  font-weight: 400;
}

.sub-menu ul li a:hover {
  background: var(--first-color);
  color: #fff;
}

.sub-menu::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 14px 10px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 25px;
  z-index: 99;
  left: 2px;
  content: "";
}

.body-pd {
  padding-left: calc(var(--nav-width) + 1rem);
}

.menu-active {
  background: var(--first-color);
  color: #fff;
}

.menu-active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 32px;
  background-color: var(--first-color);
}

.height-100 {
  height: 100vh;
}

@media screen and (min-width: 768px) {
  body {
    padding-top: calc(var(--header-height) + 1rem);
    padding-left: calc(var(--nav-width) + 1rem);
  }

  .header {
    padding-left: calc(var(--nav-width) + 1rem);
  }

  .header_img {
    width: 40px;
    height: 40px;
  }

  .header_img img {
    width: 45px;
  }

  .l-navbar {
    left: 0;
    padding: 0;
  }

  .menu-show {
    width: calc(var(--nav-width) + 156px);
  }

  .body-pd {
    padding-left: calc(var(--nav-width) + 175px);
  }
}

.bxs-chevron-left-circle:before {
  content: "\ed39" !important;
}



.action {
  position: relative;
}

.action span {
  width: 30px;
  height: 30px;
  border: 2px solid var(--first-color);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.action span i {
  color: var(--first-color);
}

.action .profile {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  background: var(--first-color);
  align-items: center;
  justify-content: center;
}

.action .profile i {
  color: #fff;
  font-size: 17px;
}

.action .menu {
  position: absolute;
  top: 120px;
  right: -10px;
  padding: 10px 20px;
  background: #fff;
  width: 200px;
  box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  box-shadow: 2px 2px 6px #00000042;
}

.action .menu.active {
  top: 54px;
  visibility: visible;
  opacity: 1;
}

.action .menu::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 55px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  left: auto;
}

.action .menu h3 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
  font-weight: 500;
  color: var(--first-color);
  margin: 0;
  line-height: 1.5em;
}

.action .menu h3 span {
  font-size: 14px;
  color: #cecece;
  font-weight: 300;
}

.action .menu ul {
  margin: 0;
  padding: 0;
}

.action .menu ul li {
  list-style: none;
  padding: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}

.action .menu ul li i {
  transition: 0.5s;
}

.action .menu ul li:hover i {
  opacity: 1;
}

.action .menu ul li a {
  display: inline-block;
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.action .menu ul li:hover a {
  color: var(--first-color);
}

.nav-tabs .nav-link {
  padding: 8px 20px;
  background: #e2e2e2;
  color: #808080;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: var(--first-color);
  color: #fff;
}

.nav-tabs .nav-link i {
  font-size: 18px;
}

.tab-content {}

.top-menu {}

.top-menu input,
input {
  border: 1px solid #dedede !important;
  padding: 7px 5px;
  border-radius: 6px;
  width: 100%;
  font-size: 14px;
  color: #555;
}

.top-menu select,
select {
  border: 1px solid #dedede;
  padding: 9px 5px;
  border-radius: 6px;
  width: 100%;
  font-size: 14px;
  color: #555;
}

input:focus {
  outline: none;
}

.common-btn {
  background: var(--second-color) !important;
  border-radius: 6px;
  padding: 9px 15px;
  border: 0;
  font-size: 13px;
  color: #fff;
  line-height: initial;
  border: 2px solid var(--second-color);
  display: inline;
  height: 100%;
}

.outline-btn {
  background: transparent !important;
  color: var(--second-color);
  border: 2px solid var(--second-color);
}

.common-btn.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.5em;
  content: "";
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
  position: relative;
  top: 2px;
}

.common-btn:hover {
  background: var(--second-color-hover) !important;
  color: #fff;
}

.action-box {
  align-items: center;
}

.action-box h2 {
  margin: 0;
  font-size: 13px;
  color: #878787;
  font-style: italic;
}

.action-box button {
  background: transparent;
  border: 2px solid var(--second-color);
  border-radius: 6px;
  padding: 6px 15px;
}

.action-box button i {
  color: var(--second-color);
  font-size: 18px;
}

.action-box button:hover {
  background: var(--second-color-hover);
}

.action-box button:hover i {
  color: #fff;
}

.main-content {
  height: calc(100vh - calc(var(--header-height) + 1.5rem));
}

.cus-progress {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.progress {
  width: 120px;
  height: 15px;
  border-radius: 6px;
}

.progress-bar {
  border-radius: 6px;
}

.cus-progress span {
  color: #555;
  font-size: 14px;
}

.progress-bg1,
.bg-inprogress {
  background: #efaf09 !important;
}

.progress-bg3 {
  background: #ff6464;
}

.progress-bg2 {
  background: #36c956;
}

.cus-table {}

.cus-table table {}

.p-datatable .p-datatable-thead {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 99;
}

.p-datatable .p-datatable-thead>tr>th {
  background: #f0f0f0;
  padding: 10px 20px;
  text-align: left;
  border: 1px solid #ebebeb;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #dedede;

  white-space: nowrap;
}

.p-datatable .p-datatable-tbody>tr>td {
  padding: 10px 15px;
  font-size: 13.5px !important;
  text-align: left;
  border: 1px solid #ebebeb;
}

.p-datatable .p-datatable-tbody>tr>td i {
  font-size: 15px;
}

span.notifi {
  position: relative;
}

span.notifi span.noti-cont {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--second-color);
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
}

.p-datatable .p-datatable-tbody>tr>td span.metric-value {
  padding: 5px;
  border-radius: 6px;
  color: #fff;
  width: 100%;
  display: inline-block;
}



.bg-green {
  background: #36c956;
}

.bg-blue {
  background: #006ee8;
}

.bg-red {
  background: #f31212;
}

.bg-orange {
  background: rgb(255, 106, 0);
}

.bg-general {
  background: #42505C;
}

.clr-green {
  color: #36c956;
}

.clr-blue {
  color: #006ee8;
}

.clr-red {
  color: #f31212;
}

.p-checkbox .p-checkbox-box.p-highlight {
  border-color: var(--first-color);
  background: var(--first-color);
}

.form-check-input {
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.breadcrumb {}

.breadcrumb .breadcrumb-item {
  font-size: 14px;
}

.breadcrumb .breadcrumb-item a {}

.modal-dialog {
  width: 900px;
  max-width: 100%;
}

.filter-tab {}

.filter-tab-content {
  border: 1px solid #dee2e6;
  margin-top: -17px;
  margin-left: 1px;
  padding: 15px;
}

.dropdown-menu {
  border-radius: 0;
}

.dropdown-menu li {}

.dropdown-menu li a {
  font-size: 13px;
  padding: 7px 15px;
}

.dropdown-menu li a img {
  width: 25px;
  margin-right: 10px;
}


/* Spinner */

.spinner {
  display: none;
}

.fullpage-spinner {
  width: 100%;
  height: 107vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullpage-spinner .inner-spinner {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.fullpage-spinner .inner-spinner i {
  font-size: 30px;
  /* color: #000; */
  color: #278ce8;
  animation: spin 2s linear infinite;
}

.p-datatable>.p-datatable-wrapper {
  overflow-y: auto;
  height: calc(100vh - 185px);
  overflow: scroll !important;
}

.cus-table .p-datatable>.p-datatable-wrapper {
  height: calc(100vh - 250px);
  overflow: auto !important;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  box-shadow: 1px 1px 7px #00000012;
  background: #fff;
}

.port-comp .p-datatable>.p-datatable-wrapper{
  height: calc(100vh - 210px) !important;
}
.my-portfolio-page .p-datatable>.p-datatable-wrapper {
  height: calc(100vh - 180px) !important;
  background: #fff;
}

.ext-comp-hit .p-datatable>.p-datatable-wrapper {
  height: calc(100vh - 290px) !important;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #369;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.p-paginator {
  border: 0;
}

.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: var(--second-color-light);
  border: 2px solid var(--second-color) !important;
  border-radius: 5px;
}

.modal .p-datatable>.p-datatable-wrapper {
  height: 350px;
}

.p-datatable .p-sortable-column .p-sortable-column-icon {
  margin-left: 4px !important;
  width: 14px;
  height: 11px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #f5f5f5 !important;
  padding: 8px;
  vertical-align: middle;
}

.inner-table {}

.inner-table .p-datatable>.p-datatable-wrapper {
  height: auto !important;
}

.inner-table .p-datatable .p-datatable-thead>tr>th {
  background: #fff !important;
  border: 1px solid #000 !important;
}

.inner-table table {
  border-radius: 0 !important;
}

.inner-table .p-datatable .p-datatable-tbody>tr {
  background: transparent !important;
}

/*****************  Loader  *************/



@media only screen and (max-width: 600px) {
  .loader-box {
    min-width: 350px;
  }
}

.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 75px;
  display: inline-block;
  vertical-align: middle;
}

.loader-star {
  position: absolute;
  top: calc(50% - 12px);
}

/*LOADER-2*/

.loader-2 .loader-star {
  position: static;
  width: 60px;
  height: 60px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-animation: loader-2-star 1s ease alternate infinite;
  animation: loader-2-star 1s ease alternate infinite;
}

.loader-2 .loader-circles {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 4px);
  top: calc(50% - 4px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-animation: loader-2-circles 1s ease-in-out alternate infinite;
  animation: loader-2-circles 1s ease-in-out alternate infinite;
}

/* ----------------     KEYFRAMES    ----------------- */



@-webkit-keyframes loader-2-circles {
  0% {
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-box-shadow: 24px -22px #fff, 30px -15px 0 -3px #fff,
      31px 0px #fff, 29px 9px 0 -3px #fff, 24px 23px #fff,
      17px 30px 0 -3px #fff, 0px 33px #fff, -10px 28px 0 -3px #fff,
      -24px 22px #fff, -29px 14px 0 -3px #fff, -31px -3px #fff,
      -30px -11px 0 -3px #fff, -20px -25px #fff,
      -12px -30px 0 -3px #fff, 5px -29px #fff, 13px -25px 0 -3px #fff;
    box-shadow: 24px -22px #fff, 30px -15px 0 -3px #fff, 31px 0px #fff,
      29px 9px 0 -3px #fff, 24px 23px #fff, 17px 30px 0 -3px #fff,
      0px 33px #fff, -10px 28px 0 -3px #fff, -24px 22px #fff,
      -29px 14px 0 -3px #fff, -31px -3px #fff, -30px -11px 0 -3px #fff,
      -20px -25px #fff, -12px -30px 0 -3px #fff, 5px -29px #fff,
      13px -25px 0 -3px #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-box-shadow: 25px -22px #fff, 15px -22px 0 -3px black,
      31px 2px #fff, 21px 2px 0 -3px black, 23px 25px #fff,
      13px 25px 0 -3px black, 0px 33px #fff, -10px 33px 0 -3px black,
      -26px 24px #fff, -19px 17px 0 -3px black, -32px 0px #fff,
      -23px 0px 0 -3px black, -25px -23px #fff, -16px -23px 0 -3px black,
      0px -31px #fff, -2px -23px 0 -3px black;
    box-shadow: 25px -22px #fff, 15px -22px 0 -3px black, 31px 2px #fff,
      21px 2px 0 -3px black, 23px 25px #fff, 13px 25px 0 -3px black,
      0px 33px #fff, -10px 33px 0 -3px black, -26px 24px #fff,
      -19px 17px 0 -3px black, -32px 0px #fff, -23px 0px 0 -3px black,
      -25px -23px #fff, -16px -23px 0 -3px black, 0px -31px #fff,
      -2px -23px 0 -3px black;
  }
}

@keyframes loader-2-circles {
  0% {
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-box-shadow: 24px -22px #fff, 30px -15px 0 -3px #fff,
      31px 0px #fff, 29px 9px 0 -3px #fff, 24px 23px #fff,
      17px 30px 0 -3px #fff, 0px 33px #fff, -10px 28px 0 -3px #fff,
      -24px 22px #fff, -29px 14px 0 -3px #fff, -31px -3px #fff,
      -30px -11px 0 -3px #fff, -20px -25px #fff,
      -12px -30px 0 -3px #fff, 5px -29px #fff, 13px -25px 0 -3px #fff;
    box-shadow: 24px -22px #fff, 30px -15px 0 -3px #fff, 31px 0px #fff,
      29px 9px 0 -3px #fff, 24px 23px #fff, 17px 30px 0 -3px #fff,
      0px 33px #fff, -10px 28px 0 -3px #fff, -24px 22px #fff,
      -29px 14px 0 -3px #fff, -31px -3px #fff, -30px -11px 0 -3px #fff,
      -20px -25px #fff, -12px -30px 0 -3px #fff, 5px -29px #fff,
      13px -25px 0 -3px #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-box-shadow: 25px -22px #fff, 15px -22px 0 -3px black,
      31px 2px #fff, 21px 2px 0 -3px black, 23px 25px #fff,
      13px 25px 0 -3px black, 0px 33px #fff, -10px 33px 0 -3px black,
      -26px 24px #fff, -19px 17px 0 -3px black, -32px 0px #fff,
      -23px 0px 0 -3px black, -25px -23px #fff, -16px -23px 0 -3px black,
      0px -31px #fff, -2px -23px 0 -3px black;
    box-shadow: 25px -22px #fff, 15px -22px 0 -3px black, 31px 2px #fff,
      21px 2px 0 -3px black, 23px 25px #fff, 13px 25px 0 -3px black,
      0px 33px #fff, -10px 33px 0 -3px black, -26px 24px #fff,
      -19px 17px 0 -3px black, -32px 0px #fff, -23px 0px 0 -3px black,
      -25px -23px #fff, -16px -23px 0 -3px black, 0px -31px #fff,
      -2px -23px 0 -3px black;
  }
}

@-webkit-keyframes loader-2-star {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg);
  }

  100% {
    -webkit-transform: scale(0.7) rotate(360deg);
    transform: scale(0.7) rotate(360deg);
  }
}

@keyframes loader-2-star {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg);
  }

  100% {
    -webkit-transform: scale(0.7) rotate(360deg);
    transform: scale(0.7) rotate(360deg);
  }
}

@-webkit-keyframes dot-jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


.p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(even) {
  background: #fffafa;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
  background: var(--second-color-light);
}


.filter-box h1 {
  /* font-size: 15px; */
  /* color: var(--first-color); */
}

.news {
    overflow: auto;
    height: calc(100vh - 205px);
    padding: 5px 10px 5px 0px;
}

.news .news-box {
  border-radius: 10px;
  display: flex;
  gap: 15px;
  padding: 15px;
  border: 1px solid #f3f3f3;
  background: #ffffff;
  box-shadow: 1px 1px 6px #0000001f;
  height: 100%;
}

.news .news-box .img-box {
  width: 35%;
  background-position: center !important;
  background-size: cover !important;
  display: none;
}

.news .news-box .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news .news-box .content h1 {
  font-size: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  min-height: 40px;
  color: #757575;
}

.news .news-box .content span {
  background: #fff;
  color: var(--first-color);
  padding: 3px 5px;
  border-radius: 0;
  font-size: 10px;
  /* border-bottom: 2px solid var(--first-color); */
  font-weight: 500;
}

.news .news-box .content h3 {
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  margin: 0;
  color: #c6c6c6;
}

.news .news-box .content p {
  margin: 0;
  color: #a2a2a2;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  min-height: 50px;
}

.news .news-box .content a {

  display: inline-block;

  background: #000;

  width: max-content;

  background: var(--first-color);

  border-radius: 3px;

  color: #fff;

  padding: 3px 10px;

  font-size: 11px;
}

.contact-box {}

.address-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  margin-top: 20px;
  width: 33.33%;
}

.address-box span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid var(--first-color);
  color: var(--first-color);
  font-size: 27px;
  background: #fff4ef;
}

.address-box h2 {
  font-size: 17px;
  color: var(--first-color);
}

.address-box address {
  text-align: center;
  font-size: 13.5px;
}

.address-box p a {
  font-size: 13.5px;
  color: #212529;
}

.contact-content {}

.contact-content p {
  margin: 0;
  font-size: 18px;
  color: #767676;
  font-weight: 400;
  line-height: 32px;
}

.contact-content h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

.contact-form {
  background: #fff;
  padding: 40px;
  box-shadow: 1px 1px 7px #0003;
  border-radius: 30px;
  /* height: 88vh; */
  /* overflow: hidden; */
}

.contact-form label {
  font-size: 13px;
  display: block;
}

.contact-form h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 40px;
}

.contact-form input {
  height: 45px !important;
}

.explore {}

.explore ul {}

.explore ul li {}

.explore ul li a {
  display: inline-block;
  font-size: 13.5px;
  margin-bottom: 10px;
  text-decoration: underline;
}

.filter-box .p-multiselect-clearable .p-multiselect-clear-icon,
body .p-dropdown .p-dropdown-clear-icon {
  width: 14px !important;
  right: 11px;
  margin-right: 0;
}

.filter-box {
  padding: 10px;
  margin-bottom: 15px;
  background: #fcfcfc;
  box-shadow: 1px 1px 4px #00000012;
}

.filter-box h1 {
  font-size: 16px;
  color: var(--first-color);
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.filert-menu {}

.filert-menu ul {
  display: flex;
  margin-bottom: 30px;
  gap: 25px;
  flex-wrap:wrap;
}

.filert-menu ul li {
  display: flex;
  gap: 10px;
  font-size: 16px;
  white-space: nowrap;
}

.filert-menu ul li input {}

.filter-box label {
  margin: 7px 0;
}

.filter-box select {}

body .p-multiselect-panel .p-multiselect-header,
body .p-dropdown-panel .p-dropdown-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

body .p-multiselect-panel .p-multiselect-items .p-multiselect-item,
body .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  gap: 10px;
}

.p-multiselect-filter-container .p-icon-wrapper svg {
  margin-top: -3px;
  height: 10px;
  margin-right: -5px;
}


.p-message {
  position: fixed;
  z-index: 9999;
  border-radius: 6px;
  top: 9px;
  right: 17px;
}

.p-message .p-message-wrapper {
  padding: 1.25rem 1.75rem;
  font-weight: 600;
}

.p-message .p-message-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.p-message .p-message-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

.p-message .p-message-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}

.p-message.p-message-info {
  background: #e9e9ff;
  border: solid #696cff;
  border-width: 0 0 0 6px;
  color: #696cff;
}

.p-message.p-message-info .p-message-icon {
  color: #696cff;
}

.p-message.p-message-info .p-message-close {
  color: #696cff;
}

.p-message.p-message-success {
  background: #e4f8f0;
  border: solid #1ea97c;
  border-width: 0 0 0 6px;
  color: #1ea97c;
  box-shadow: 2px 2px 6px #a4a4a4;
}

.p-message.p-message-success .p-message-icon {
  color: #1ea97c;
}

.p-message.p-message-success .p-message-close {
  color: #1ea97c;
}

.p-message.p-message-warn {
  background: #fff2e2;
  border: solid #cc8925;
  border-width: 0 0 0 6px;
  color: #cc8925;
}

.p-message.p-message-warn .p-message-icon {
  color: #cc8925;
}

.p-message.p-message-warn .p-message-close {
  color: #cc8925;
}

.p-message.p-message-error {
  background: #ffe7e6;
  border: solid #ff5757;
  border-width: 0 0 0 6px;
  color: #ff5757;
}

.p-message.p-message-error .p-message-icon {
  color: #ff5757;
}

.p-message.p-message-error .p-message-close {
  color: #ff5757;
}

.p-message .p-message-text {
  font-size: 1rem;
  font-weight: 400;
}

.p-message .p-message-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.p-message .p-message-summary {
  font-weight: 700;
}

.p-message .p-message-detail {
  margin-left: 0.5rem;
}


.p-multiselect-item {
  white-space: inherit !important;
}

.overflow {
  overflow: initial !important;
}

.search-input {
  border: 1px solid #dedede;
  border-radius: 6px;
}

textarea {
  width: 100%;
  border: 1px solid #dedede !important;
  border-radius: 6px;
  height: 100px !important;
}

.search-input input {
  border: 0 !important;
  /* height: auto !important; */
}

.search-input span {

  padding: 0 5px;

  line-height: 1;
}

.search-input input:focus {
  box-shadow: none;
}

.search-fixed-with {
  width: 220px !important;
}

iframe {
  height: calc(100vh - 75px);
}

body .p-multiselect-panel .p-multiselect-items {}

.usr-sett-cont {
  height: calc(100vh - 75px);
  overflow-x: hidden;
  display: block;
  overflow-y: scroll;
}

filtericon svg {
  width: 11px;
  margin-left: 5px;
}

.input-eye {
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 9;
  cursor: pointer;
}


.reset-password {
  height: 99vh;
  display: flex;
  align-items: center;
  width: 100%;
}

.reset-password .reset-form {
  width: 100%;
}

.reset-password .reset-form form {

  border: 1px solid #ced4da;
  border-radius: 2px;
  padding: 15px;

}

.reset-password .reset-form .reset-form-header {
  background: #008d62;
  padding: 10px;
  color: #ffffff;
  border-radius: 2px 2px 0 0;
}

.reset-form-box {
  padding: 15px;
}

.password-form-control {
  display: block;
  width: 100%;
}

.p-password {
  width: 100% !important;
}

.password-list {
  list-style-type: disc !important;
  padding-left: 0 !important;
  margin-left: 0;
}

.password-list li {
  margin-bottom: 5px;
}

.success-message-box,
.link-invalid {
  padding: 15px;
  border: 1px solid #ced4da;
  border-radius: 2px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  background-position: right calc(0.375em + 1.1875rem) center;
}

.p-input-icon-right>i:last-of-type {
  top: 10px;
}

th .p-column-filter-menu-button {
  width: auto;
  height: auto !important;
}

.table-label {
  white-space: nowrap;
  font-size: 13px;
  margin-left: 1px;
  color: #8e8e8e;
  font-weight: 500;
  line-height: normal;
}

.nomenclature {
  position: relative;
  top: -78px !important;
  display: flex;
  flex-direction: column;
  width: max-content;
}

.nomenclature h1 {
  font-size: 15px;
  margin: 5px 0 2px 0;
  color: var(--first-color);
}

.nomenclature ul {}

.nomenclature ul li {
    /* font-size: 12px; */
}

.nomenclature-table .p-paginator {
  float: right;
  margin-top: 40px !important;
}

.nomenclature-table-height .p-datatable>.p-datatable-wrapper {
  height: calc(100vh - 300px) !important;
}

.compare-icon {
  background: url(../img/compare-icon.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover !important;
}

.nav-tabs .nav-link.active .compare-icon {
  background: url(../img/compare-icon-wit.png)
}

.compare-icon-clr {
  background: url(../img/compare-icon-clr.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover !important;
}

.action-box button:hover .compare-icon-clr {
  background: url(../img/compare-icon-wit.png)
}

.datatable-custom .p-datatable .p-paginator {
  border: 0 !important;
  background: transparent !important;
}

.p-tabview-nav-link {
  /* padding: 10px !important; */
  font-weight: normal;
  font-size: 13px;
  color: #454545;
}

.p-tooltip .p-tooltip-text {
  padding: 5px;

}

tr:nth-child(even) {
  background: #f9faff;
}

.p-paginator {
  background: transparent;
  margin-top: 10px !important;
  padding: 0 !important;
}

.p-paginator .p-dropdown {
  background: var(--second-color);
}

.p-paginator .p-dropdown .p-dropdown-label {
  color: #ffffff;
  font-weight: 500;
}

.terms-condition {}

.terms-condition h1 {
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
}

.terms-condition ul {
  padding-left: 15px;
}

.terms-condition ul li {
  list-style: auto;
  line-height: 25px;
  margin-bottom: 10px;
}

.feedback-box {}

.feed-heading {}

.feed-heading h1 {}

.feed-heading span {}

.feed-heading span i {}

.feedback-btn {
  position: fixed;
  background: #273b94;
  color: #fff;
  display: flex;
  padding: 10px;
  border-radius: 100% 0 0 100%;
  right: 0;
  bottom: 85px;
  box-shadow: 2px 2px 6px #000000a1;
}

.feedback-btn i {}


.table-popover {
  position: absolute;
  bottom: 6px;
  right: calc(100% + 15px);
  display: none;
  z-index: 9999;
}

.table-popover .popover-box {
  background: var(--second-color);
  padding: 10px;
  border-radius: 6px;
  position: relative;
}

.table-popover .popover-box::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid var(--second-color);
  position: absolute;
  bottom: 0px;
  right: -10px;
}

.table-popover .popover-box table {
  background: transparent !important;
}

.table-popover .popover-box h1 {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 0 5px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.table-popover .popover-box table thead {}

.table-popover .popover-box table thead tr {
  background: transparent !important;
}

.table-popover .popover-box table tr th {
  background: transparent;
  font-weight: 400;
  color: #fff;
  padding: 5px 5px;
  text-align: left;
  border: 1px solid #ebebeb;
}

.table-popover .popover-box table tbody {}

.table-popover .popover-box table tbody tr {
  background: transparent !important;
}

.table-popover .popover-box table tbody tr td {
  color: #fff;
  padding: 5px 5px;
  font-size: 13px !important;
  text-align: center;
  border: 1px solid #0000004a;
}

.table-popover .popover-box table tbody tr td.value-position {
  display: flex;
  align-items: center;
  gap: 10px;
}

.table-popover .popover-box table tbody tr td.value-position span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.tooltip-td {}

.tooltip-td:hover .table-popover {
  display: block;
}

.p-datatable .p-datatable-tbody>tr:nth-child(-n+3) .table-popover {
  bottom: auto;
  top: 9px;
}

.p-datatable .p-datatable-tbody>tr:nth-child(-n+3) .table-popover .popover-box::before {

  bottom: auto;

  top: 0px;

  border-bottom: 0;

  border-top: 15px solid var(--second-color);
}

.upload-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 600px;
  margin: 0 auto;
  background: #f6fbff;
  padding: 30px;
  border-radius: 15px;
  border: 2px dashed #478fca;
}

.upload-box label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.upload-select {
  width: 50%;
  padding: 0;
  line-height: 30px;
  text-align: center;
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 4px;
  overflow: hidden;
}

.ng-dropdown-panel {
  background: #fff;
  border: 1px solid #000;
  padding: 5px;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  text-align: left;
}

.ng-select .ng-select-container .ng-value-container .ng-input>input {
  border: 0 !important;
  padding: 0 10px !important;
}

.ng-select .ng-select-container .ng-value-container {
  align-items: center;
}

.ng-placeholder {
  padding-left: 10px;
}

.indiacator-action {
  display: flex;
  align-items: center;
  gap: 10px;
}

.indiacator-action {}

.indiacator-action a i {
  border-radius: 100%;
  background: #f00;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
}

.indiacator-action a.add {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}

.indiacator-action a.add i {
  background: #00d214;
}

.accordion-body h1 {
  font-size: 17px;
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.weightage-set {}

.weightage-set .table-label {
  font-weight: 500;
  color: var(--first-color);
}

.set-value {border: 1px solid #f5f7ff;margin-top: 15px;/* padding: 15px; */}

.set-value-heading{
  /* margin: -15px; */
  border-bottom: 1px solid #ccc;
  padding: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f7ff;
}

.set-value h1 {
  font-size: 16px;
  padding: 0;
  border: 0;
  margin: 0;
}
.set-value-content{
  
height: 399px;
  
overflow: auto;
  
padding: 0px 15px;
}
.set-value-input {}

.set-value-input label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 5px;
  min-height: 18px;
  font-size: 12px;
  /* color: var(--first-color); */
  font-weight: 500;
}

.env-box .set-value-input input {
    /* background: #35874c17; */
    /* border: 1px solid #35874c !important; */
}
.soi-box .set-value-input input {
  /* background: #795fae3d; */
  /* border: 1px solid #795fae !important; */
}
.gov-box .set-value-input input {
  /* background: #ffc9333d; */
  /* border: 1px solid #ffc933 !important; */
}
.gen-box .set-value-input input {
  /* background: #4ec1db3d; */
  /* border: 1px solid #4ec1db !important; */
}

.env-box .set-value-input label{color: #35874c;}
.soi-box .set-value-input label{color: #795fae;}
.gov-box .set-value-input label{color: #d19c07;}
.gen-box .set-value-input label{color: #24a6c3;}

.filter-tab-menu {}

.filter-tab-menu ul {
  margin: 0;
  justify-content: flex-start;
  gap: 10px;
}

.filter-tab-menu ul li {
  padding: 8px 15px;
  border-radius: 6px 6px 0 0;
  background: var(--first-color-light);
  gap: 10px;
  line-height: normal;
}

.filter-tab-box {
  padding: 15px;
  border: 1px solid #eeeeee;
}

.add-btn {
  border-radius: 100%;
  background: var(--first-color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  color: #fff;
  box-shadow: 2px 2px 2px #0000005c;
}

.edit-btn {
  border-radius: 100%;
  background: #f5f7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  color: var(--first-color);
  box-shadow: 2px 2px 2px #0000005c;
}

.advanced-filter {
  border: 1px solid #ccc;
  background: var(--first-color-light);
}

.advanced-filter ul {
  display: flex;
  gap: 1px;
}

.advanced-filter ul li {
  width: 20%;
  background: #e0e6ff;
  position: relative;
}

.advanced-filter ul li:hover {
  background: var(--first-color);
}

.advanced-filter ul li a {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  padding: 10px 5px;
}

.advanced-filter ul li a div {}

.advanced-filter ul li a div span {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: cover !important;
}

.advanced-filter ul li a div span.fltr-indi {
  background: url(../img/filter-indicator.png);
}

.advanced-filter ul li a div span.fltr-brsr {
  background: url(../img/filter-brsr.png);
}

.advanced-filter ul li a div span.fltr-gri {
  background: url(../img/filter-gri.png);
}

.advanced-filter ul li a div span.fltr-tcpf {
  background: url(../img/tcpf.png);
  width: 100px;
}

.advanced-filter ul li a div span.fltr-sdgs {
  background: url(../img/sdgs.png);
}

.advanced-filter ul li:hover,
.advanced-filter ul li.active {
  background: var(--first-color);
}

.advanced-filter ul li:hover a,
.advanced-filter ul li.active a {
  color: #fff !important;
}

.advanced-filter ul li:hover a div span.fltr-indi,
.advanced-filter ul li.active a div span.fltr-indi {
  background: url(../img/filter-indicator-hover.png);
}

.advanced-filter ul li:hover a div span.fltr-brsr,
.advanced-filter ul li.active a div span.fltr-brsr {
  background: url(../img/filter-brsr-hover.png);
}

.advanced-filter ul li:hover a div span.fltr-gri,
.advanced-filter ul li.active a div span.fltr-gri {
  background: url(../img/filter-gri-hover.png);
}

.advanced-filter ul li:hover a div span.fltr-tcpf,
.advanced-filter ul li.active a div span.fltr-tcpf {
  background: url(../img/tcpf-hover.png);
}

.advanced-filter ul li:hover a div span.fltr-sdgs,
.advanced-filter ul li.active a div span.fltr-sdgs {
  background: url(../img/sdgs-hover.png);
}

.advanced-filter ul li.active::before,
.advanced-filter ul li:hover::before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--first-color);
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 5px);
}

.advanced-filer-box {
  padding: 15px;
  background: var(--first-color-light);
  padding-top: 30px;
}

.pdf-download {
  display: inline-block;
  margin-left: 10px;
  top: -1px;
  position: relative;
}

.pdf-download i {
  color: #f00;
  font-size: 12px;
}

.dash-menu {}

.dash-menu-box {
  box-sizing: border-box;
  padding: 15px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 2px 2px 5px #00000052;
  position: relative;
}

.dash-menu-box .top-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.dash-menu-box .top-icon h1 {
  color: #FFF;
  font-size: 18px;
}

.dash-menu-box .top-icon span {}

.dash-menu-box .top-icon span i {
  font-size: 15px;
}

.dash-menu-box .progress {
  width: 100%;
  height: 15px;
  border-radius: 15px;

}

.dash-menu-box .progress .progress-bar {
  border-radius: 15px;
}

.dash-top-menu .col{
  width: 20%;
}

.dash-top-menu .p-multiselect-panel .p-multiselect-items .p-multiselect-item, .dash-top-menu .p-dropdown-panel .p-dropdown-items .p-dropdown-item{
  height: auto !important;
}
.dash-top-menu .p-multiselect-panel .p-multiselect-items .p-multiselect-item div > div, .dash-top-menu .p-dropdown-panel .p-dropdown-items .p-dropdown-item div > div{
  text-transform: uppercase;
}
.dash-menu-box.box1 h1 {
  color: #35874c;
}

.dash-menu-box.box2 h1 {
  color: #795fae;
}

.dash-menu-box.box3 h1 {
  color: #ffc933;
}

.dash-menu-box.box4 h1 {
  color: #4ec1db;
}

.dash-menu-box.box5 h1 {
  color: #273b94;
}

.dash-menu-box.box1 .progress {
  background: #e6ffed;
}

.dash-menu-box.box2 .progress {
  background: #efe7ff;
}

.dash-menu-box.box3 .progress {
  background: #fffaed;
}

.dash-menu-box.box4 .progress {
  background: #e4faff;
}

.dash-menu-box.box5 .progress {
  background: #dbe2ff;
}

.dash-menu-box.box1 .progress .progress-bar {
  background: #35874c;
}

.dash-menu-box.box2 .progress .progress-bar {
  background: #795fae;
}

.dash-menu-box.box3 .progress .progress-bar {
  background: #ffc933;
}

.dash-menu-box.box4 .progress .progress-bar {
  background: #4ec1db;
}

.dash-menu-box.box5 .progress .progress-bar {
  background: #273b94;
}

.dash-menu-box span{
  
position: absolute;
  
right: 15px;
  
font-size: 15px;
}
.dash-menu-box.box1 span i {
  color: #35874c;
}

.dash-menu-box.box2 span i {
  color: #795fae;
}

.dash-menu-box.box3 span i {
  color: #ffc933;
}

.dash-menu-box.box4 span i {
  color: #4ec1db;
}

.dash-menu-box.box5 span i {
  color: #273b94;
}

.dash-menu-content {
  height: calc(100vh - 210px);
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 -10px;
  padding: 0 10px;
}

.y-axis-cus {
  position: absolute;
  transform: rotate(270deg);
  width: 26%;
  top: 37%;
  left: -9%;
  z-index: 99;
  text-align: center;
}

.x-axis-cus {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}

.x-axis-cus label, .y-axis-cus label{
font-weight: bold;
}
.dashboard-box {
  background: #fff;
  padding: 10px;
  border-radius: 9px;
  height: 100%;
  box-shadow: 2px 2px 5px #00000052;
  border-color: #35874c;
  border-left: 5px solid;
  position: relative;
}

.dashboard-box h1 {
  font-size: 15px;
  /* padding-bottom: 10px; */
  /* margin-bottom: 10px; */
}

.dashboard-box .table-label {
  color: #727272;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  width: 100%;
}

.dashboard-box .form-check-input {
  width: 15px !important;
  height: 15px !important;
}

.chart-heading{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.chart-heading h1{}
.dashboard-box.box1{
  border-color: #35874c;
}
.dashboard-box.box1 h1{
color: #35874c;
}
.dashboard-box.box2{
    border-color: #795fae;
}
.dashboard-box.box2 h1{
  color: #795fae;
}

.dashboard-box.box3{
  border-color: #ffc933;
}
.dashboard-box.box3 h1{
color: #ffc933;
}
.dashboard-box.box4{
    border-color: #4ec1db;
}
.dashboard-box.box4 h1{
  color: #4ec1db;
}

.dashboard-box.box5{
  border-color: #273b94;
}
.dashboard-box.box5 h1{
color: #273b94;
}

.dashboard-box .chart-heading span{font-size: 15px;cursor: pointer;position: relative;}
.dashboard-box.box1 .chart-heading span{color: #35874c;cursor: pointer;}
.dashboard-box.box2 .chart-heading span{color: #795fae;}
.dashboard-box.box3 .chart-heading span{color: #ffc933;}
.dashboard-box.box4 .chart-heading span{color: #4ec1db;}
.dashboard-box.box5 .chart-heading span{color: #273b94;}



.checkbox-env .form-check-input[type=checkbox]{
  border-color: #35874c !important;
  background: #35874c21;
}
.checkbox-soi .form-check-input[type=checkbox]{
  border-color: #795fae !important;
  background: #795fae21;
}
.checkbox-gov .form-check-input[type=checkbox]{
  border-color: #ffc921 !important;
  background: #ffc93321;
}
.checkbox-gen .form-check-input[type=checkbox]{
  border-color: #4ec1db !important;
  background: #4ec1db21;
}
.checkbox-env .form-check-input:checked[type=checkbox]{
  background: #35874c;
}
.checkbox-soi .form-check-input:checked[type=checkbox]{
  background: #795fae;
}
.checkbox-gov .form-check-input:checked[type=checkbox]{
  background: #ffc933;
}
.checkbox-gen .form-check-input:checked[type=checkbox]{
  background: #4ec1db;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}
.p-datatable .p-datatable-tbody>tr.env-clr{
  background: #35874c21 !important;
}
.p-datatable .p-datatable-tbody>tr.soi-clr{
  background: #795fae21 !important;
}
.p-datatable .p-datatable-tbody>tr.gov-clr{
  background: #ffc93321 !important;
}
.p-datatable .p-datatable-tbody>tr.gen-clr{
  background: #4ec1db21 !important;
}
.p-datatable .p-datatable-tbody>tr.ove-clr{
  background: #273b9421 !important;
}
.p-datatable .p-datatable-tbody>tr.env-clr select, .p-datatable .p-datatable-tbody>tr.soi-clr select, .p-datatable .p-datatable-tbody>tr.gov-clr select, .p-datatable .p-datatable-tbody>tr.gen-clr select, .p-datatable .p-datatable-tbody>tr.ove-clr select{
  background: #ffffff8c !important;
}
.dash-table{}
.dash-table .table-responsive{height: 400px;}
.dash-table table {width: 100%;}
.top-num{
    display: flex;
    gap: 15px;
    align-items: center;
    background: #fff;
    padding: 9px;
    box-shadow: 1px 1px 3px #00000017;
    border-radius: 9px;
}
.top-num i{
    font-size: 20px;
    color: var(--primary-color);
}
.top-num i.ind{font-size: 17px;}
.top-num h1{
    font-size: 15px;
}


#scatter-chart h4{
  color: #696969 !important;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin: 0 !important;
  margin-bottom: 10px !important;
}

.data-table-heading h4{
  color: #696969 !important;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin: 0 !important;
  margin-bottom: 10px !important;
}
.dashboard-box table{}
.dashboard-box .p-datatable>.p-datatable-wrapper{
  height: 400px;
}
.dashboard-box table thead tr th{
    background: #e0e0e0;
    position: sticky;
    top: -1px;
    border: 1px solid #00000024 !important;
    white-space: normal !important;
}
.dashboard-box table tbody{}
.dashboard-box table tbody tr td{
    border: 1px solid #00000026 !important;
    padding: 8px !important;
}
.dashboard-box table tbody tr:hover{background-color: var(--first-color-light);}

.fnt-wgt-600{
  font-weight: 600;
}
.fnt-wgt-500{
  font-weight: 500;
}
.fnt-wgt-500 th{
  font-weight: 500 !important;
}
.fnt-wgt-400{
  font-weight: 400;
}
.fnt-wgt-400 th{
  font-weight: 400 !important;
}

.left-button{float: left !important; position: absolute !important; right: 0 !important}
.no-of-comp{
    position: absolute;
    transform: rotate(270deg);
    width: 26%;
    top: 37%;
    left: -12%;
    z-index: 99;
}

.news-top-menu{
  position: sticky;
  top: 50px;
  background: var(--first-color-light);
  padding: 5px 15px;
  margin: 0 -15px;
}

.p-slider-handle{
  top: -6px;
}
.range-input{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
}
.range-input label{
  display: block;
}
.range-input input{
    width: 110px;
    font-size: 13px;
    height: 30px;
}
.input-range{
    width: calc(100% - 20px);
    display: inline-block;
}
ul.gov-list{
    padding-left: 20px;
}
ul.gov-list li{list-style: initial;font-size: 13px;margin-bottom: 10px;}

input[type=range], input[type=radio]{
  cursor: pointer;
}


span.extra-down-icon{
  position: absolute !important;
  font-size: 8px !important;
  top: 7px;
  right: 3px;
  color: #fff !important;
}

.theme-green .bs-datepicker-head{

  background: var(--first-color) !important;
}

.theme-green .bs-datepicker-body table td.week span{
  color: var(--first-color) !important;
}
.year-table-td{
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.year-table-td a i{
  /* display: none; */
}
.table-txt-are{
    position: relative;
    display: none;
}
.table-txt-are textarea{
  
width: 150px;
  
height: 100px;
  
font-size: 12px;

}
.table-txt-are span{
    position: absolute;
    right: -5px;
    background: #777;
    color: #fff;
    font-size: 5px !important;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -5px;
}
.table-txt-are span i{
  font-size: 10px !important;
}
.min-max-table{
margin-top: 15px;
display: none;
}
.min-max-table thead tr th{
  background: #478fca;
  color: #fff !important;
}
.min-max-table tr:nth-child(even){
background: none;
}
.min-max-table tr, .min-max-table tr td{
  border-color: #ccc !important;
}

.new-loader-box{
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      
  
  }
  .new-loader {
    border: 9px solid #f3f3f3;
      border-radius: 50%;
      border-top: 9px solid #415dd8;
      width: 80px;
      height: 80px;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
  }
  
  .new-loader-img{
  position: absolute;
      width: 40px;
    }
  .new-loader-img img{width:100%}
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

 .loading {
      position: relative;
      overflow: hidden;
      background-color: #f3f3f3;
      color: transparent;
      border-radius: 6px;
      display: inline-block;
    }
    .loading::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      transform: translateX(-100%);
      background: -webkit-gradient(linear, left top,
              right top, from(transparent),
              color-stop(rgba(255, 255, 255, 0.2)),
              to(transparent));
  
              background: linear-gradient(90deg, transparent,
              rgba(255, 255, 255, 0.2), transparent);
      animation: loading 1.5s infinite;
    }
    .loading > *{
      visibility: hidden;
      color: transparent;
      background: transparent;
    }
    @keyframes loading {
      0% {
        transform: translateX(-100%);
      }
      100% {
        transform: translateX(100%);
      }
    }

    body .p-multiselect, body .p-inputtext, body .p-dropdown, body .form-control{
      padding-right: 17px !important;
    }


    .upload-toast{}
    .upload-toast h1{}
.add-create-wed-box{
    width: 45%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.add-create-wed-box img{
    width: 55%;
    margin-bottom: 20px;
}
.add-create-wed-box h1{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}
.add-create-wed-box p{
    margin: 0;
    font-size: 15px;
}
.add-create-wed-box button{
    background: var(--first-color);
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}
.wig-list{}
.wig-list img{}
.wig-list h1{
    font-size: 14px;
    margin-top: 9px;
}
.wig-list a{

}
.wig-list a:focus-visible{
  background:#000;
  padding: 5px;
}
.cus-pop-box {
  position: absolute;
  top: 0px;
  padding-right: 15px;
 right: 0;
  display: none;


}
.cus-pop-box ul{
    
    background: #fff;
    box-shadow: 0px 0px 7px #d1d1d1;
    width: 145px;
    border-radius: 5px;

}
.cus-pop-hor{position: relative;}
.cus-pop-hor:hover .cus-pop-box{
  display: block;
  }
.cus-pop-box ul{}
.cus-pop-box ul li{
    border-bottom: 1px solid #ccc;
}
.cus-pop-box ul li:last-child{
  border: 0;
}
.cus-pop-box ul li a{
    display: block;
    font-size: 13px;
    padding: 5px 10px;
    color: #595959;
}
.cus-pop-box ul li a i{
    color: var(--first-color);
    padding-right: 5px;
}
.confic-model .modal-dialog{
  width:400px
}
.confi-select label{
  margin-bottom: 5px;
  font-size: 15px;
}

.height-3{height: 300px;width: 100%;}
.height-4{height: 400px; width: 100%;}
.height-5{height: 500px; width: 100%;}
.height-6{height: 600px; width: 100%;}

.form-group iframe{
  height: revert-layer;
}

.tbl-fot{

background: #cacaca;
}

.grap-esg-scr-box{
  background: #fff;
  box-shadow: 1px 1px 7px #00000012;
  border: 1px solid #e7e7e7;
    border-radius: 12px;
    padding: 10px;
}
.table-act{
    display: flex;
    gap: 15px;
}
.table-act a{
    display: inline-block;
}
.table-act a i{
    font-size: 15px;
    color: #747474;
}
.Configure-width{
  width: 600px !important;
}

.user-defind-value{}
.user-defind-value .add-not{
    display: flex;
    width: 100%;
    justify-content: end;
    color: green !important;
    font-size: 12px;
}
.user-defind-value .add-not a{
  color: green !important;
  font-size: 12px;
}
.user-defind-value .udv-box{
    background: #F9FAFF;
    padding: 10PX;
    border-radius: 6px;
    position: relative;
}
.notation-close{
  
font-size: 15px !important;
  
right: -5px;
  
position: absolute;
  
top: -5px;
color: red !important;
}

.type-value{
    display: flex;
    gap: 10px;
    margin-bottom: 9px;
}
.type-value h1{}
.type-value h1{
    font-size: 16px;
}

.type-value h1.env-box{color: #35874c;}
.type-value h1.soi-box{color: #795fae;}
.type-value h1.gov-box{color: #d19c07;}
.type-value h1.gen-box{color: #24a6c3;}
.sub-pillar-weig{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 60%;
    margin: 0 auto;
}
.sub-pillar-weig .weig-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub-pillar-weig .weig-box label{
    width: 30%;
    font-size: 15px;
}
.sub-pillar-weig .weig-box input{
    width: 56%;
}
.sub-pillar-weig .env label{
    color: #35874c;
}
.sub-pillar-weig .soi label{
  color: #795fae;
}
.sub-pillar-weig .gov label{
  color: #d19c07;
}
.sub-pillar-weig .gen label{
  color: #24a6c3;
}
.sub-pillar-weig .env input{
    background: #35874c36;
    border: 1px solid #35874c !important;
}
.sub-pillar-weig .soi input{
  background: #795fae36;
    border: 1px solid #795fae !important;
}
.sub-pillar-weig .gov input{
  background: #d19c0736;
    border: 1px solid #d19c07 !important;
}
.sub-pillar-weig .gen input{
  background: #24a6c336;
    border: 1px solid #24a6c3 !important;
}

.sub-pillar-model{
  width: 90%;
}

.sub-pillar-box{}
.sub-pillar-box .box-head{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.sub-pillar-box .box-head h1{
    font-size: 18px;
}
.sub-pillar-box .box-head span{
    display: inline-block;
    line-height: normal;
    font-size: 12px;
    color: #a6a6a6;
}

.sub-pillar-box .sub-pillar-table{}
.sub-pillar-box .sub-pillar-table table{}
.sub-pillar-box .sub-pillar-table table tr th{}
.sub-pillar-box .sub-pillar-table table tr td{}

.break-td-cell .p-datatable .p-datatable-tbody>tr>td{
  word-wrap: break-word;
  white-space:break-spaces;
}