:root {
  --sidebar-width: 100%;
  --toggler-size: 30px;
  --toggler-line-number: 3;
  --toggler-line-size: calc(
    var(--toggler-size) /
      (var(--toggler-line-number) + var(--toggler-line-number) - 1)
  );
  --toggler-offset-left: 10px;
  --toggler-offset-top: 10px;
  --toggler-color: Tomato;
  --toggler-color-hover: Wheat;
}

body {
  margin: 0;
  padding: 0;
}

.item-wrapper {
  width: fit-content;
}

.img-wrapper {
  border: 1px solid #124c89;
  width: 150px;
  height: 90px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.img-wrapper .hover-img {
  display: none;
}

.title-wrapper p {
  width: 150px;
  padding: 20px;
}

a {
  text-decoration: none;
  color: #1a1a1a;
}

.row {
  margin-top: 50px;
}

.col-md-3 {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.title-wrapper a:hover {
  text-decoration: none;
  color: #124c89;
}

.item-wrapper a:hover .img-wrapper {
  background-color: #124c89;
}

.item-wrapper a:hover .img-wrapper .hover-img {
  display: block;
}

.item-wrapper a:hover .img-wrapper .normal-img {
  display: none;
}

/* Listing Page */

.lsiting-page .main-container {
  /* width: 1200px;
  margin: 0 auto; */
}

.lsiting-page .view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lsiting-page .view-header .button {
  padding-right: 48px;
  background: url(./dashboard/listing-page/plus_hover.svg) center right 18px
    no-repeat #6fb126;
  background-size: 20px !important;
  border: 1px solid #fff;
}

.lsiting-page .view-header .button:hover {
  background: url(./dashboard/listing-page/plus_default.svg) center right 18px
    no-repeat #fff;
  text-decoration: none;
}

.hiddenTextbox {
  display: none;
}

.table th:first-child,
.table td:first-child {
  width: 10%;
}

.table th:last-child,
.table td:last-child,
.table th:nth-child(4),
.table td:nth-child(4),
.table th:nth-child(5),
.table td:nth-child(5) {
  width: 15%;
}

.table th:nth-child(3),
.table td:nth-child(3) {
  width: 25%;
  padding-right: 30px !important;
}

.table th:nth-child(2),
.table td:nth-child(2) {
  width: 40%;
}

.lsiting-page .button {
  background-color: #6fb126;
  color: #fff;
  border: 1px solid #6fb126;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  min-height: 43px;
  padding: 0 18px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.lsiting-page .button:hover {
  background-color: transparent;
  color: #6fb126;
  text-decoration: none;
}

.lsiting-page .back-btn:not(.btn-primary) {
  border: none;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  background: url(./dashboard/listing-page/back_fff.svg) no-repeat center left
    18px;
  padding: 0 18px;
  padding-left: 48px;
  min-height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  border: 1px solid #fff;
}

.lsiting-page .back-btn:hover {
  background: url(./dashboard/listing-page/back_hover.svg) no-repeat center left
    18px #fff;
  color: #6fb126;
}

.lsiting-page .back-btn:hover {
  /* color: #6fb126; */
  text-decoration: none;
}

.lsiting-page .content-area {
  /* padding: 0 0 50px; */
  padding: 0;
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.input-wrapper .button {
  width: 110px;
  font-size: 14px;
}

.input-wrapper label {
  margin-bottom: 10px;
  color: #1a1a1a;
}

.input-wrapper input,
.input-wrapper select {
  height: 40px;
  background-color: #fff;
  /* border: 1px solid lightgray; */
  border: 1px solid #aaa;
  outline: none;
  padding: 7px;
}

.table-container .action-container {
  width: 50%;
}

.table-container .action-container .input-wrapper {
  width: 50%;
}

.table-container .action-container .input-wrapper .button {
  width: fit-content;
  font-size: 14px;
}

/* Create term page */
textarea[disable] + div.tox {
  pointer-events: none;
  opacity: 0.5;
}

#wrap form {
  width: 100%;
  display: flex;
  justify-content: center;
}

#wrap form fieldset {
  width: 100%;
}

#wrap form fieldset .text-center > div {
  margin-bottom: 20px;
}

#wrap form fieldset label {
  font-size: 16px;
}

#wrap > h3 {
  margin-top: 40px;
  font-size: 25px;
  color: #616161;
}

/** 10/7/24 **/
#wrap > form {
  background: #fff;
  padding: 40px 0 60px;
  margin-top: 0;
  justify-content: flex-start;
  width: 100%;
}

.is-meeta-term,
.term-status,
.domain-wrap {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.domain-names {
  margin-top: 0;
  font-size: 20px;
  color: #4d4d4d;
  font-weight: 700;
  margin-bottom: 15px;
}

.domain-wrap > div:not(.domain-names) {
  margin-bottom: 10px;
}

.is-meeta-term label,
.term-status label,
.domain-wrap > div:not(.domain-names) label {
  margin-bottom: 0;
  font-weight: 400;
  margin-left: 5px;
}

#wrap form fieldset .text-center > div.term-status {
  margin-bottom: 30px;
}

/************************16-07****************************/

form.term-add-form fieldset .domain-wrap:has(input.hiddenTextbox) {
  display: none;
}

.term-add-form .domain-wrap {
  padding: 0;
  position: relative;
}

.term-add-form .data-wrap {
  padding: 30px;
  margin-bottom: 0 !important;
}

.term-add-form .domain-names {
  margin-top: -15px;
  display: inline-block;
  background: #fff;
  margin-left: 15px;
  position: absolute;
  top: 0;
}

.term-add-form .form-actions {
  margin-top: 30px;
}

.term-add-form .form-actions input {
  margin-right: 10px;
}

#wrap > h3 {
  font-weight: 600;
}

.error-message {
  padding-top: 5px;
  display: block;
  color: #a94442;
  font-size: 14px;
  font-weight: 700;
}

/**********************1/08***********************************/

.pagination {
  margin-top: 0;

  li a {
    border: 0;
    border-right: 1px solid #dbdbdb;
    margin: 0;
    padding: 0 12px;
  }

  li:last-child a {
    border-right: 0;
  }
}

.lsiting-page .input-wrapper.col-md-2:has(button) {
  width: auto;
}

/****************************28/8/24*************************************/
form.mt-5 .row {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.container .row:has(> .col-md-3) {
  display: flex;
  flex-wrap: wrap;
}

/*******************************29/8/24**********************************/
.table-container table.mt-5 th:first-child,
.table-container table.mt-5 td:first-child {
  width: 20%;
}

.table-container table.mt-5 th:nth-child(2),
.table-container table.mt-5 td:nth-child(2) {
  width: 30%;
}

/**Welcome page style**/

.welcome-page {
  overflow-x: hidden;
  margin: 0;
}

.welcome-page header {
  padding: 10px 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -webkit-box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.2);
}

.welcome-page .site-title {
  font-size: 16px;
  margin-top: 1px;
  color: #000;
}

.welcome-page .header-bottom .menus a {
  font-size: 20px;
  padding: 10px 15px;
  transition: all 0.2s ease;

  &:hover {
    text-decoration: none;
    background-color: #8e8d8d;
    color: #fff;
  }
}

.welcome-page .header-bottom .menus a.active {
  background-color: #6fb126;
  color: #fff;
}

.welcome-page .header-bottom .menus a:last-child {
  /* padding-right: 0; */
}

.welcome-page .login-block {
  text-align: right;
  margin-bottom: 30px;
}

.welcome-page .banner-section {
  position: relative;
}

.welcome-page .banner-section img {
  min-height: 480px;
  max-height: 480px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.welcome-page .banner-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.welcome-page .banner-meta-data {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  padding: 30px 15px 30px;
  z-index: 3;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.welcome-page .banner-meta-data a {
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  background: #fff;
  color: #000;
  font-size: 18px;
  transition: all 0.2s ease;
  border: 1px solid #6fb126;
}

.welcome-page .banner-meta-data a:hover {
  color: #fff;
  background-color: #6fb126;
  text-decoration: none;
}

.welcome-page .banner-title {
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 2px 2px #00000040;
}

.welcome-page .content_section .items {
  padding: 0 120px;
}

.welcome-page .content_section .items p {
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d;
}

@media only screen and (min-width: 1200px) {
  .welcome-page .banner-meta-data {
    width: 1170px;
  }
}

#custom-tooltip {
  min-width: 300px;
  max-width: 300px;
  padding: 15px;
  border-radius: 3px;
}

#custom-tooltip .tooltip-wrapper {
  min-width: 300px;
  /* max-width: 300px; */
  /* max-height: 300px; */
  max-height: 310px;
  overflow: auto;
  padding: 15px;
  background: none;
}

#custom-tooltip .edit-term {
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
  padding: 7px 15px;
  border: 1px solid #2fa037;
  background: #2fa037;
  color: #fff !important;
  transition: all 0.2s ease;
  margin-bottom: 10px;
  border-radius: 3px;
  /* position: absolute;
  bottom: 5px; */
}

#custom-tooltip .edit-btn-container {
  position: absolute;
  bottom: 5px;
}

#custom-tooltip .edit-term:hover {
  color: #2fa037 !important;
  background: #fff;
  text-decoration: none;
}

#custom-tooltip .domain-name {
  display: inline-block;
  padding: 3px 5px;
  margin-bottom: 10px;
  background: #dbe9fe;
  margin-right: 5px;
}

/* Akhil 21-10-2024 */
.welcome-page .content_section {
  max-width: 1200px;
  margin: auto;
  padding: 90px 30px 90px;
}

.welcome-page .image-wrap img {
  max-width: 100%;
  height: auto;
}

.welcome-page .main_heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 27px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}

/* Edited on 21-10-2024 */
body:not(.welcome-page) header {
  display: flex;
}

body:not(.welcome-page) .logo-section {
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  background-color: #fff;
}

body:not(.welcome-page) .logo-section img {
  width: 100%;
  padding: 20px;
}

/* body:not(.welcome-page) .header-right {
  width: 100%;
} */
body:not(.welcome-page) .header-top {
  width: 100%;
  padding: 10px;
  height: 50px;
  display: flex;
  justify-content: end;
  background-color: #d2d2d2;
  align-items: center;
  position: relative;
}

body:not(.welcome-page) .login-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  /*************391899******************/
  /* margin-right: 50px; */
  margin-right: 10px;
}

body:not(.welcome-page) .dropdown-content {
  display: none;
  padding: 20px;
  /* left: 0; */
  left: -40px;
  display: none;
  position: absolute;
  top: 176%;
  /* background: #d2d2d2; */
  background: #dbdbdb;
  flex-direction: column;
  /* width: 150px; */
  width: 165px;
  z-index: 3;
}

body:not(.welcome-page) .dropdown-content.open {
  display: flex !important;
}

body:not(.welcome-page) .dropdown-content a {
  text-decoration: none;
}

body:not(.welcome-page) .status-wrapper {
  display: flex;
}

body:not(.welcome-page) .status-wrapper > * {
  flex: 1;
  padding: 5px 20px;
}

body:not(.welcome-page) .status-wrapper .status-title {
  font-size: 18px;
  display: flex;
  align-items: center;
}

body:not(.welcome-page) .status-wrapper .status-title::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(images/dashboard/Domain.svg) no-repeat center center;
  background-size: 40px 40px;
  display: inline-flex;
  margin-right: 8px;
}

body:not(.welcome-page)
  .status-wrapper
  .status:nth-child(2)
  .status-title::before {
  background: url(images/dashboard/published_terms.svg) no-repeat center
    center;
}

body:not(.welcome-page)
  .status-wrapper
  .status:nth-child(3)
  .status-title::before {
  background: url(images/dashboard/publication.svg) no-repeat center center;
}

body:not(.welcome-page) .status-wrapper .status-value {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}

/* body:not(.welcome-page) .header-left.logo-section {
  border: 1px solid #6fb126;
} */

.access-denied .text-center.mt-5 {
  padding-top: 50px;
}

.main-content {
  display: flex;
}

.left-sidebar {
  width: 260px;
  /* padding: 20px; */
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  /* height: 100vh; */
  height: auto;
  background-color: #6fb126;
  z-index: 5;
}

.right-container {
  width: calc(100% - 260px);
  min-height: 100vh;
}

.content-filter-top {
  background-color: #6fb126;
  padding: 15px 20px;
  display: flex;
  /* gap: 30px; */
  margin-bottom: 10px;
  border: 1px solid #0e830e;
}

.content-filter-top > * {
  padding: 5px 10px;
  border-right: 2px solid #fff;
  color: #fff;
  font-weight: 700;
}

.content-filter-top > *:last-child {
  border: 0;
}

.content-filter-top a {
  color: #fff;
  text-transform: capitalize;

  &:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}

.content-filter-bottom {
  background-color: #6fb126;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #0e830e;
}

.content-filter-bottom .dropdown-filter {
  display: flex;
  gap: 30px;
}

.content-filter-bottom .dropdown-filter label {
  display: none;
}

.content-filter-bottom .search-filter {
  display: flex;
  align-items: center;
}

.content-filter-bottom .search-filter .reset-btn {
  display: inline-block;
  height: 32px;
  font-size: 0;
  width: 30px;
  cursor: pointer;
  background: url(images/dashboard/refresh.svg) no-repeat center;
  display: none;
}

.content-filter-bottom .search-filter .input-wrap {
  display: inline-block;
  width: 250px;
  /* background: #fff; */
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.content-filter-bottom .search-filter form {
  margin: 0;
  padding: 0;
}

.content-filter-bottom .search-filter input {
  width: 100%;
  padding: 6px 32px 6px 11px;
  outline: none;
  border: none;
  background: #fff;
  border-radius: 20px;
  padding-left: 15px;
}

.content-filter-bottom .search-filter .search-btn {
  background: url(images/dashboard/search.png) no-repeat center center;
  position: absolute;
  font-size: 0;
  right: 0px;
  /* width: 42px; */
  width: 50px;
  height: 32px;
  border: 0;
  padding-right: 0;
  background-size: 25px;
}

.custom-select-wrapper {
  width: 150px;
}

.custom-select-wrapper select {
  padding: 6px 6px;
  width: 100%;
}

.custom-select-wrapper select:focus {
  outline: none;
}

.left-menu-item,
.left-menu-item a {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding: 15px 0 15px 52px;
  cursor: pointer;
  position: relative;
}

.left-dropdown-menu > .left-menu-item {
  padding: 15px 20px 15px 52px;
}

.left-menu-item a {
  padding-left: 0px;
}

.left-menu-item a:hover {
  text-decoration: none;
}

.left-menu-item::before {
  content: url(images/dashboard/manage_taxonomy.svg);
  position: absolute;
  /* left: 15px; */
  left: 12px;
  top: 10px;
}

.aside-container > .left-menu-item::before {
  content: url(images/dashboard/dashboard.svg);
}

.left-dropdown-content {
  height: 0;
  background-color: #fff;
  transition: all 0.25s ease;
  margin-left: 20px;
  overflow: hidden;
  padding-left: 30px;
}

.left-dropdown-menu.show .left-dropdown-content {
  height: 200px;
  padding-top: 15px;
  list-style: none;
  /* overflow: auto; */
}

.left-dropdown-menu .left-dropdown-content li {
  position: relative;
  padding: 0 10px;
  margin-bottom: 10px;
}

.left-dropdown-menu .left-dropdown-content li::after {
  content: "";
  width: 20px;
  height: 20px;
  /* border: 1px solid #000; */
  background: url(images/dashboard/carousel_right.svg);
  background-size: 20px;
  position: absolute;
  border-radius: 50%;
  left: -18px;
  top: 0;
}

.left-dropdown-menu .left-menu-item::after {
  content: "";
  position: absolute;
  /* right: 7px; */
  transform: rotate(90deg);
  transition: all 0.25s ease;
  top: 16px;
  background: url(images/dashboard/right_arrow.svg) no-repeat center;
  /* top: 7px; */
  right: 15px;
  width: 10px;
  height: 17px;
}

.left-dropdown-menu.show .left-menu-item::after {
  transform: rotate(270deg);
}

.login-block img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.login-block .dropdown .nav-item {
  cursor: pointer;
  /* min-width: 150px; */
}

.menu-toggler {
  border-radius: calc(30px / (3 + 3 - 1));
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  /***********#391899***************/
  /* left: 15px; */
  left: 20px;
  cursor: pointer;
  z-index: 10;
}

.menu-toggler__line {
  /* height: calc(30px / (3 + 3 - 1)); */
  height: calc(20px / (3 + 3 - 1));
  background: #9d9da0;
  position: absolute;
  /* border-radius: calc(calc(30px / (3 + 3 - 1)) / 2); */
  border-radius: calc(calc(20px / (3 + 3 - 1)) / 2);
  left: 0;
  right: 0;
  transition: all 0.25s ease-out;
}

.menu-toggler__line:nth-child(1) {
  top: calc(
    var(--toggler-line-size) * 1 + (var(--toggler-line-size) * (1 - 2))
  );
}

.menu-toggler__line:nth-child(2) {
  top: calc(
    var(--toggler-line-size) * 2 + (var(--toggler-line-size) * (2 - 2))
  );
}

.menu-toggler__line:nth-child(3) {
  top: calc(
    var(--toggler-line-size) * 3 + (var(--toggler-line-size) * (3 - 2))
  );
}

.menu-toggler.open .menu-toggler__line:first-child {
  transform: translateY(
      calc(var(--toggler-line-size) * (var(--toggler-line-number) - 1))
    )
    rotate(45deg);
}

.menu-toggler.open .menu-toggler__line:not(:first-child):not(:last-child) {
  opacity: 0;
}

.menu-toggler.open .menu-toggler__line:last-child {
  transform: translateY(
      calc(-1 * var(--toggler-line-size) * (var(--toggler-line-number) - 1))
    )
    rotate(-45deg);
}

.menu {
  /* width: 50%; */
  width: 30%;
  transform: translateX(-100%);
  /* background: linear-gradient(to bottom right, #d2d2d2, #fff); */
  background-color: #dbdbdb;
  /* padding: 55px; */
  padding: 60px 40px;
  position: absolute;
  top: 0;
  height: 100vh;
  opacity: 0.5;
  z-index: 3;
  transition: all 0.25s ease;
  left: 0;
}

.menu-toggler.open ~ .menu {
  transform: translateX(0%);
  /* opacity: 0.98; */
  opacity: 1;
}

.menu a {
  font-size: 24px;
  font-weight: 500;
}

.menu a:hover {
  text-decoration: none;
  color: #6fb126;
}

.left-dropdown-content a:hover {
  text-decoration: none;
}

#network-graph .no-results {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 300px 50px;
  font-size: 24px;
}

.welcome-page .menu-toggler,
.filter-button,
.dropdown-content .user-item,
.responsive-logo {
  display: none;
}

.button.p-3 {
  padding: 10px 20px;
  margin-top: 10px;
  display: inline-block;
  height: auto;
  border: 1px solid #6fb126;
  background-color: #6fb126;
  transition: all 0.2s ease;
  font-size: 14px;

  &:hover {
    background-color: #fff;
    color: #6fb126;
    text-decoration: none;
  }
}

.content-area .main-container > .row {
  margin: 50px 0;
}

.lsiting-page .content-area .main-container > .row {
  margin: 0 0 50px;
}

.lsiting-page .content-area .main-container > .row > div > .view-header {
  background-color: #6fb126;
  padding: 8px 20px;
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #0e830e;
  /************391915******************/
  gap: 15px;
}

.lsiting-page .content-area .table-container,
.lsiting-page .content-area .main-container > .row > div form {
  /* padding: 0 30px; */
  padding: 0 20px;
}

.lsiting-page .jumbotron {
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.btn-primary {
  background: #6fb126;
  border: 1px solid #6fb126;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-default {
  font-weight: 600;
  text-transform: uppercase;
}

.btn-primary:focus,
.btn-primary:hover:focus {
  background: #6fb126 !important;
  border: 1px solid #6fb126 !important;
  outline: none;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus:hover,
.btn-primary:active:hover {
  outline: none !important;
}

.btn-primary:hover {
  background: #fff;
  color: #6fb126;
  border: 1px solid #6fb126;
}

#wrap {
  background: #fff !important;
}

#custom-tooltip .tooltip-wrapper::-webkit-scrollbar {
  width: 2px;
}

#custom-tooltip .tooltip-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

#custom-tooltip .tooltip-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.plus {
  text-decoration: none !important;
}

ul.pagination {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  gap: 2px;
}

ul.pagination li > * {
  padding: 6px 14px;
  border: 1px solid #6fb126;
  /* border-right: 0; */
  color: #1a1a1a;
  transition: 0.2s ease;
  border-radius: 0 !important;
}

ul.pagination > .active > a,
ul.pagination > .active > a:focus,
ul.pagination > .active > a:hover,
ul.pagination > .active > span,
ul.pagination > .active > span:focus,
ul.pagination > .active > span:hover,
ul.pagination li a.active,
ul.pagination li a:hover {
  background: #6fb126;
  color: #fff;
}

ul.pagination li:last-child a {
  border-right: 1px solid #6fb126;
}

.actions {
  display: flex;
  gap: 7px;
}

.actions a:hover,
.actions a:focus {
  color: #6fb126;
}

.edit-poup-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 15;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  display: none;
}

.edit-poup-wrap iframe {
  width: 400px;
  height: 500px;
  overflow: hidden;
}

.zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 15px;
}

.zoom-wrap > button {
  display: block;
  margin-bottom: 7px;
  height: 35px;
  width: 35px;
  border: 0;
  box-shadow: none;
  font-size: 0;
  padding: 0;
}

.zoom-wrap > button[disabled] {
  pointer-events: none;
  opacity: 0.6;
}

.zoom-wrap #zoom-in {
  background: url(images/dashboard/zoom.svg) no-repeat;
}

.zoom-wrap #zoom-in:hover {
  background: url(images/dashboard/zoom_hover.svg) no-repeat;
}

.zoom-wrap #zoom-out {
  background: url(images/dashboard/zoom_minus.svg) no-repeat;
}

.zoom-wrap #zoom-out:hover {
  background: url(images/dashboard/zoom_minus_hover.svg) no-repeat;
}

.massive-delete .alert.alert-danger {
  text-align: center;
  display: inline-block;
  width: 100%;
}

/**Responsive style**/

@media only screen and (min-width: 768px) and (max-width: 992px) {
  body:not(.welcome-page) .header-left.logo-section,
  .left-sidebar {
    width: 230px;
  }

  .right-container {
    width: calc(100% - 230px);
  }

  .content-filter-bottom {
    flex-direction: column;
  }

  .content-filter-bottom .search-filter {
    justify-content: center;
    margin-bottom: 15px;
  }

  body:not(.welcome-page) .status-wrapper .status-title {
    font-size: 16px;
  }

  body:not(.welcome-page) .status-wrapper .status-value {
    font-size: 45px;
    line-height: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .dropdown-content .user-item,
  .responsive-logo {
    display: block;
  }

  .responsive-logo img {
    width: 130px;
  }

  .left-sidebar {
    display: none;
  }

  .right-container {
    width: 100%;
  }

  body:not(.welcome-page) .header-top {
    justify-content: space-between;
  }

  .menu-toggler {
    left: auto;
    right: 15px;
  }

  .header-bottom {
    padding: 15px 0;
  }

  .content-filter-bottom,
  body:not(.welcome-page) .status-wrapper {
    flex-direction: column;
  }

  body:not(.welcome-page) .status-wrapper > * {
    display: flex;
  }

  body:not(.welcome-page) .status-wrapper .status-value {
    font-size: 35px;
    padding-left: 15px;
  }

  .content-filter-bottom .search-filter {
    justify-content: center;
    margin-bottom: 15px;
  }

  .content-filter-bottom .dropdown-filter {
    gap: 10px;
    justify-content: center;
  }

  .menu {
    transform: translateX(100%);
    left: auto;
    right: 0;
    width: 80%;
    padding: 55px 20px;
  }

  .menu a {
    font-size: 18px;
  }

  #custom-tooltip {
    left: 30px !important;
  }

  .main-content {
    overflow-x: hidden;
  }

  .filter-button {
    display: block;
    position: fixed;
    top: 50px;
    width: 30px;
    height: 30px;
    background: url(images/dashboard/filter.svg) center no-repeat #6fb126;
    z-index: 6;
    transition: all 0.3s ease;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  }

  .left-sidebar {
    display: block;
    position: fixed;
    top: 50px;
    transform: translateX(-100%);
    transition: all 0.3s ease;
  }

  .filter-button.open {
    transform: translateX(230px);
    background: url(images/dashboard/filter_close.svg) center no-repeat
      #6fb126;
    box-shadow: none;
  }

  .filter-button.open + .left-sidebar {
    transform: translateX(0);
  }

  body:not(.welcome-page) .left-sidebar .logo-section {
    display: none;
  }

  .content-filter-top > * {
    font-size: 12px;
  }

  /**Welcome page**/

  .welcome-page .content_section .data-wrap {
    grid-template-columns: 1fr !important;
  }

  .welcome-page header {
    padding: 10px 20px;
  }

  .welcome-page .site-logo img {
    max-width: 150px;
  }

  .welcome-page .menu-toggler {
    display: block;
    top: 21px;
  }

  .welcome-page .header-bottom {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom right, #d2d2d2, #fff);
    padding: 40px;
    position: absolute;
    top: 0;
    height: 100vh;
    /* opacity: 0.5; */
    z-index: 9;
    transition: all 0.25s ease;
    width: 70%;
    right: 0;
    transform: translateX(100%);
  }

  .welcome-page .menu-toggler.open + .header-bottom {
    transform: translateX(0);
  }

  .welcome-page .login-block {
    margin-bottom: 18px;
    padding-top: 15px;
  }

  .welcome-page .header-right {
    margin-right: 40px;
  }

  .welcome-page .banner-section img {
    min-height: 300px;
    max-height: 300px;
  }

  .welcome-page .banner-title {
    font-size: 30px;
    line-height: 42px;
  }

  ul.pagination li a {
    font-size: 12px;
  }
}

#network-graph {
  /* height: 700px; */
  min-height: 700px;
  height: calc(100vh - 290px);
  width: 100%;
  overflow: auto;
  position: relative;
}

@media only screen and (min-width: 993px) and (max-width: 1024px) {
  .welcome-page .content_section .items {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 992px) {
  .welcome-page .content_section .items {
    padding: 0;
  }
}

.network-graph-wrapper {
  position: relative;
  /* padding: 50px; */
}

/* For WebKit-based browsers */
#network-graph::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
}

#network-graph::-webkit-scrollbar-track {
  background: lightgrey;
}

#network-graph::-webkit-scrollbar-thumb {
  /* background-color: #4f4f4f; */
  background-color: darkgrey;
  border-radius: 12px;
}

#network-graph::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

#network-graph::-webkit-scrollbar-button {
  display: none;
}

.export-class #wrap form > div,
.body-class #wrap form > div {
  width: 100%;
  margin: 0;
}

.export-class #wrap form > div > div,
.body-class #wrap form > div > div {
  padding: 0;
}

.export-class #wrap form > div .panel-body.form-horizontal,
.body-class #wrap form > div .panel-body.form-horizontal {
  display: flex;
  flex-wrap: wrap;
}

.export-class #wrap form > div .panel-body.form-horizontal .form-group,
.body-class #wrap form > div .panel-body.form-horizontal .form-group {
  margin-top: 20px;
}

.export-class #wrap form > div .panel-body.form-horizontal .form-group > label,
.body-class #wrap form > div .panel-body.form-horizontal .form-group > label {
  padding: 6px 0 0;
}

.export-class #wrap form > div > div legend,
.body-class #wrap form > div > div legend {
  margin-top: 0;
  font-size: 25px;
  color: #616161;
  border: 0;
  font-weight: 600;
  margin-bottom: 45px;
}

.export-class
  #wrap
  form
  > div
  > div
  .panel
  .body-class
  #wrap
  form
  > div
  > div
  .panel {
  overflow: hidden;
}

/* .export-class #wrap form>div .panel-body.form-horizontal>* {
  width: 100%;
} */

.export-class #wrap form > div .panel-body.form-horizontal label {
  width: auto;
  /* min-width: 150px; */
  text-align: left;
}

.export-class
  #wrap
  form
  > div
  .panel-body.form-horizontal
  > .form-group
  .text-right {
  text-align: left;
}

.export-class #txt_config2 legend {
  float: left;
  width: 100%;
  margin: 15px 0 20px !important;
}

.export-class .col-sm-12,
.export-class .col-sm-4 {
  padding: 0;
}

/** List and graph style **/
.content-filter-area .content-filter-top .link {
  position: absolute;
  right: 20px;
  border: 0;
}

.content-filter-area .content-filter-top .link a {
  padding-left: 25px;
  display: inline-flex;
  align-items: center;
}

.content-filter-area .content-filter-top .link a:nth-child(1) {
  margin-right: 20px;
  background: url(images/dashboard/treechart_view_30_30.svg) no-repeat;
  background-size: 20px;
}

.content-filter-area .content-filter-top .link a:nth-child(2) {
  margin-right: 20px;
  background: url(images/dashboard/list_view_30_30.svg) no-repeat;
  background-size: 20px;
}

.content-filter-area .content-filter-top .link a:nth-child(3) {
  background: url(images/dashboard/graph_view_30_30.svg) no-repeat;
  background-size: 20px;
}

/**taxonomy listing**/

.dashboard-listing .jqtree-tree {
  /* max-width: 60%;
  margin: auto; */
}

.dashboard-listing .jqtree-tree > .jqtree-folder > .jqtree-element {
  display: flex;
  align-items: center;
  padding: 0;
  /* background: #11823b; */
  /* color: #fff; */
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.dashboard-listing .jqtree-tree > .jqtree-folder {
  margin-bottom: 7px !important;
}

.dashboard-listing #treeTerm .jqtree-tree > .jqtree_common.jqtree-closed {
  border: 0;
}

.dashboard-listing
  .jqtree-tree
  > .jqtree-folder
  > .jqtree-element
  + .jqtree_common {
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.dashboard-listing
  .jqtree-tree
  > .jqtree-folder
  > .jqtree-element
  > .jqtree-title {
  padding: 7px 0 7px 20px;
  flex-shrink: 0;
}

.dashboard-listing
  .jqtree-tree
  > .jqtree-folder
  > .jqtree-element
  > .jqtree-title
  a {
  /* color: #fff; */
}

.dashboard-listing
  .jqtree-tree
  > .jqtree-folder
  > .jqtree-element
  > .jqtree-toggler {
  width: 100%;
  display: block;
  height: 100%;
  padding: 11px 0;
  font-size: 0;
  position: relative;
}

.dashboard-listing
  .jqtree-tree
  > .jqtree-folder
  > .jqtree-element
  > .jqtree-toggler::after {
  /* content: url(images/dashboard/right_arrow.svg); */
  font-family: "Glyphicons Halflings";
  content: "\e114";
  font-size: 14px;
  position: absolute;
  right: 15px;
  transition: all 0.25s ease;
  top: 3px;
  transform: rotate(0deg);
}

.dashboard-listing
  .jqtree-tree
  > .jqtree-folder
  > .jqtree-element
  > .jqtree-title:not(:has(.expand-false))
  + .jqtree-toggler::after {
  display: block;
}

.dashboard-listing
  .jqtree-tree
  > .jqtree-folder
  > .jqtree-element
  > .jqtree-title:has(.expand-false)
  + .jqtree-toggler {
  display: none;
}

.dashboard-listing
  .jqtree-tree
  > .jqtree-folder
  > .jqtree-element
  > .jqtree-toggler.jqtree-closed::after {
  transform: rotate(-90deg);
  transition: all 0.25s ease;
}

.dashboard-listing ul.jqtree-tree ul.jqtree_common > li.jqtree-closed {
  background: none;
}

.dashboard-listing ul.jqtree-tree ul.jqtree_common > li > ul > li:hover,
.dashboard-listing ul.jqtree-tree ul.jqtree_common {
  background: #fff !important;
}

/* Edited on 13-12-2024 */
.dashboard-listing .content-filter-top .link a:not(.active):not(:nth-child(1)),
.manage-term .content-filter-top .link a:nth-child(2),
.dashboard:not(.dashboard-listing):not(.manage-term)
  .content-filter-top
  .link
  a.active,
.treegraph-chart .content-filter-top .link a:nth-child(1) {
  pointer-events: none;
}

.dashboard-listing .content-filter-top .link a.active,
.dashboard-listing .content-filter-top .link a:nth-child(1),
.manage-term .content-filter-top .link a.active,
.manage-term .content-filter-top .link a:nth-child(1),
.dashboard:not(.dashboard-listing):not(.manage-term)
  .content-filter-top
  .link
  a:not(.active),
.treegraph-chart .content-filter-top .link a:not(:nth-child(1)) {
  opacity: 0.7;
}

.dashboard-listing .content-filter-top .link a.active:hover,
.dashboard-listing .content-filter-top .link a:nth-child(1):hover,
.manage-term .content-filter-top .link a.active:hover,
.manage-term .content-filter-top .link a:nth-child(1):hover,
.dashboard:not(.dashboard-listing):not(.manage-term)
  .content-filter-top
  .link
  a:not(.active):hover,
.treegraph-chart .content-filter-top .link a:not(:nth-child(1)):hover {
  opacity: 1;
}

body.manage-term .container.glossary .text-center,
body.manage-term .container.glossary .breadcrumb {
  background: none !important;
}

body.manage-term .container.glossary {
  padding: 0 50px !important;
}

.dashboard.manage-term #tabContent .term-list-items {
  display: flex;
  flex-wrap: wrap;
}

.dashboard.manage-term #tabContent .term-list-items .item {
  position: static !important;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .dashboard .content-filter-top .filter-top-item:nth-child(2),
  .treegraph-chart .content-filter-top .filter-top-item:nth-child(2) {
    border: 0;
  }

  .dashboard .content-filter-top,
  .treegraph-chart .content-filter-top {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .dashboard .content-filter-top .link,
  .treegraph-chart .content-filter-top .link {
    position: unset;
    display: flex;
    flex: 0 0 100%;
    /* justify-content: end; */
    justify-content: start;
  }

  .content-filter-area .content-filter-top .link a {
    background-size: 17px !important;
  }
}

/* treegraph-chart 31-12-2024 */
.treegraph-chart #container {
  /* max-width: 100%; */
  /* width: 100%; */
  margin: 0 auto;
  /* min-height: 10000px; */
  overflow-x: auto !important;
}

.treegraph-chart .highcharts-figure {
  width: 100%;
  position: relative;
}

/* edited on 10-01-2025 */
.table td:nth-child(4),
.table th:nth-child(4) {
  width: 10%;
}

/* Loader 17-01-2025 */
.pre-loader::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
}

.pre-loader::before {
  content: "";
  position: absolute;
  left: calc(50% - 50px);
  z-index: 9999;
  top: calc(50% - 50px);
  background: url(images/loader/preloader.svg) center;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

/* Edited on 27-01-2025 */
body:not(.welcome-page) .status-wrapper .status-title a:hover,
body:not(.welcome-page) .status-wrapper .status-value a:hover {
  text-decoration: none;
}

/* new table styles 31-01-2025 */
.table-container .table th:first-child,
.table-container .table td:first-child {
  width: 3% !important;
}

.table-container .table th:nth-child(2),
.table-container .table td:nth-child(2) {
  /* width: 27%; */
  width: 20% !important;
}

.table-container .table th:nth-child(3),
.table td:nth-child(3) {
  width: 20% !important;
}

.table-container .table th:nth-child(5),
.table-container .table td:nth-child(5) {
  width: 10% !important;
}

.table-container .table th:nth-child(6),
.table-container .table td:nth-child(6) {
  width: 20% !important;
}

.table-container .table th:nth-child(7),
.table-container .table td:nth-child(7) {
  width: 12% !important;
}

.table-container .term-list input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 15px;
  height: 15px;
  background: url(images/dashboard/checkbox-default.svg) no-repeat center
    center;
  background-size: contain;
  cursor: pointer;
  border: none;
}

.table-container .term-list input[type="checkbox"]:checked {
  background: url(images/dashboard/checkbox-checked.svg) no-repeat center
    center;
  background-size: contain;
}

.table-container .term-list input[type="checkbox"]:focus {
  outline: none;
}

.table-container .table-containerr:has(.term-list) .row {
  margin-top: 20px;
}

.col-12:has(.term-list) + ul.pagination {
  padding: 0 30px;
}

.input-wrapper input {
  height: 28px;
  border-radius: 4px;
}

.input-wrapper .select2 .select2-selection--multiple {
  min-height: 28px;
}

.input-wrapper .select2 .select2-selection--multiple .select2-search__field {
  height: 16px;
}

.term-list tbody td:nth-child(6) a,
.term-list-page
  .form-wrap:not(:has(.action-containerr))
  .table-container
  .term-list
  tbody
  td:nth-child(5)
  a {
  color: #6fb126;
}

.term-list tbody td:nth-child(6) a:hover,
.term-list-page
  .form-wrap:not(:has(.action-containerr))
  .table-container
  .term-list
  tbody
  td:nth-child(5)
  a:hover {
  color: #23527c;
  text-decoration: underline;
}

.lsiting-page
  .content-area
  .main-container
  > .row
  > div
  form:has(.table-container) {
  padding: 0px;
}

.action-containerr > .row {
  margin-top: 20px;
}

/* Edited on 05-02-2025 */
.action-containerr {
  padding: 10px;
  background: #f5f5dc;
  border: 1px solid #aaa;
  margin-bottom: 18px;
}

/* edited on 06-02-2025 */
.per-page-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
  margin: 10px 0;
}

ul.pagination {
  margin-top: 20px;
}

.per-page-wrapper .select2-container {
  width: auto !important;
}

@media only screen and (min-width: 768px) {
  .table-list #published-status {
    height: 28px;
    padding: 0 7px;
    border-radius: 4px;
    border-color: #aaa;
    line-height: 20px;
  }
}

.table-list .table-container .table th:nth-child(1),
.table-list .table-container .table td:nth-child(1) {
  width: 20% !important;
}

.table-list .table-container .table.api-user th:nth-child(4),
.table-list .table-container .table.api-user td:nth-child(4) {
  width: 25% !important;
}

.table-list .table-container .table.api-user th:nth-child(3),
.table-list .table-container .table.api-user td:nth-child(3) {
  width: 15% !important;
}

body #bodyText:has(#tabContent) {
  margin-top: 0 !important;
  /* padding-top: 0 !important; */
}

.action-containerr,
.per-page-wrapper {
  /* margin-left: 30px;
  margin-right: 30px; */
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .welcome-page .header-bottom .menus {
    display: flex;
    flex-direction: column;
  }

  .welcome-page .header-bottom {
    top: 73px;
  }

  .welcome-page .header-bottom .menus a.active,
  .welcome-page .header-bottom .menus a:hover {
    background-color: transparent;
    color: #6fb126;
  }

  .welcome-page header {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0px;
    z-index: 999;
  }

  .welcome-page header + * {
    margin-top: 73px !important;
  }

  body:not(.welcome-page) .header-top {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
  }

  body:not(.welcome-page) .header-top + * {
    margin-top: 50px !important;
  }

  .input-wrapper select {
    padding: 0 7px;
    height: 28px;
    border-radius: 4px;
  }

  /* .input-wrapper.col-md-4 {
    flex: 0 0 100%;
  } */

  .menu {
    top: 50px;
    padding: 40px;
  }

  .menu a {
    font-size: 20px;
    padding: 10px 15px;
    transition: all 0.2sease;
  }

  .menu a:hover {
    color: #6fb126;
  }
}

/**********#391899*****************/
@media screen and (max-width: 600px) {
  .input-wrapper.col-md-4 {
    flex: 0 0 100%;
  }
}

/* #390720 */
#network-graph .highcharts-menu-item {
  font-size: 12px !important;
}

.network-graph-wrapper,
figure.highcharts-figure {
  margin-top: 20px;
}

/* edited on 14-02-2025 Client Requirements */
.term-list-page .form-wrap {
  position: relative;
  padding-top: 155px;
  width: 100%;
  margin-top: 50px;
}

.term-list-page .form-wrap .bulk-wrapper {
  position: absolute;
  top: 0;
  width: -webkit-fill-available;
  width: -moz-available;
  /* Firefox alternative */
  width: stretch;
  /* New CSS standard */
  left: 0;
}

.term-list-page .form-wrap:not(:has(.action-containerr)) {
  padding: 0px !important;
  margin: 0px !important;
}

.term-list-page
  .form-wrap:not(:has(.action-containerr))
  .table-container
  .table
  th:nth-child(1),
.term-list-page
  .form-wrap:not(:has(.action-containerr))
  .table-container
  .table
  td:nth-child(1) {
  width: 20% !important;
}

.term-list-page .form-wrap:not(:has(.action-containerr)) .table th:nth-child(2),
.term-list-page
  .form-wrap:not(:has(.action-containerr))
  .table
  td:nth-child(2) {
  padding-right: 30px !important;
}

.term-list-page .form-wrap:not(:has(.action-containerr)) .table th:nth-child(3),
.term-list-page
  .form-wrap:not(:has(.action-containerr))
  .table
  td:nth-child(3) {
  width: 10% !important;
}

.term-list-page .form-wrap:not(:has(.action-containerr)) .table th:nth-child(5),
.term-list-page
  .form-wrap:not(:has(.action-containerr))
  .table
  td:nth-child(5) {
  width: 20% !important;
}

.term-list-page .form-wrap:not(:has(.action-containerr)) .table th:nth-child(6),
.term-list-page
  .form-wrap:not(:has(.action-containerr))
  .table
  td:nth-child(6) {
  width: 12% !important;
}

@media screen and (max-width: 991px) {
  #custom-tooltip .tooltip-wrapper {
    max-width: 300px;
  }

  #custom-tooltip {
    max-width: 300px;
    width: 100% !important;
  }
}

/* #390730 */
.welcome-page header {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0px;
  z-index: 999;
}

.welcome-page header + * {
  /* margin-top: 99px; */
  margin-top: 80px;
}

/* #390734 */
.network-graph-wrapper:has(.no-results) .zoom-wrap {
  display: none;
}

.network-graph-wrapper .highcharts-contextmenu {
  top: 13px !important;
}

/* #390840 */
.bulk-wrapper .input-wrapper .select2-container .select2-selection--multiple {
  padding-right: 20px;
}

.bulk-wrapper
  .input-wrapper
  .select2-container
  .select2-selection--multiple::after {
  content: "";
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 5px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.bulk-wrapper
  .input-wrapper
  .select2-container.select2-container--open
  .select2-selection--multiple::after {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.bulk-wrapper
  .input-wrapper
  .select2
  .select2-selection--multiple
  .select2-search__field::placeholder {
  color: #999;
}

/* #390843 */
.per-page-wrapper .select2-selection__rendered {
  padding-left: 7px !important;
}

.term-list tbody td:nth-child(2) a,
.term-list-page
  .form-wrap:not(:has(.action-containerr))
  .table-container
  .term-list
  tbody
  td:nth-child(1)
  a {
  display: block;
}

/* #390939 */
.table > tbody > tr:last-child > td {
  border-bottom: 1px solid #ddd;
}

.login-block .nav-item {
  position: relative;
  padding-right: 20px;
}

.login-block .nav-item::after {
  content: "▼";
  position: absolute;
  right: 0px;
}

.login-block:has(.open) .nav-item::after {
  transform: rotate(180deg);
}

.login-block .user-item ~ a:not(:last-child) {
  margin-bottom: 10px;
}

/* #390941 */
.term-add-form .domain-wrap textarea {
  border-color: #ccc;
}

/* #390831 */
@media screen and (min-width: 768px) {
  .left-sidebar {
    height: 100vh;
    /* position: fixed; 30-05-2025 */
    position: sticky;
    top: 0;
    left: 0;
  }

  .main-content:has(.left-sidebar) {
    position: relative;
  }

  /* .right-container {
    margin-left: 260px;
  } */
}

/* @media only screen and (min-width: 768px) and (max-width: 992px) {
  .right-container {
    margin-left: 230px;
  }
} */

/*  */
.btn-primary.back-btn {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-top: 30px;
  padding-left: 42px;
  position: relative;
  border-radius: 0px;
}

.btn-primary.back-btn::after {
  content: "";
  background: url(./dashboard/listing-page/back_fff.svg) no-repeat center left
    12px;
  width: 37px;
  height: 21px;
  position: absolute;
  left: 0;
}

.btn-primary.back-btn:hover::after {
  background: url(./dashboard/listing-page/back_hover.svg) no-repeat center left
    18px;
}

.select2-results__options::-webkit-scrollbar {
  width: 2px;
}

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

.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

/* #390998 */
.table td.term,
.table th.term {
  text-align: right;
  padding-right: 45px;
}

/* #390937 */
.left-dropdown-content a:hover,
.left-dropdown-content a.active {
  text-decoration: none;
  color: #23527c;
}

.left-dropdown-content li:has(a:hover)::after,
.left-dropdown-content li:has(a.active)::after {
  background: url(images/dashboard/carousel_right_blue.svg) 0% 0% / 20px;
}

/* #391001 */
.domain-list .table-container .table th:nth-child(2),
.domain-list .table-container .table td:nth-child(2) {
  width: 25% !important;
}

.domain-list .table-container .table th:nth-child(4),
.domain-list .table-container .table td:nth-child(4) {
  padding-right: 30px !important;
  width: 15% !important;
}

/* #390939 */
.alert-message {
  position: relative;
}

.alert-message .close-alert {
  width: 20px;
  height: 20px;
  background: url(images/dashboard/close_alert.svg) no-repeat center;
  position: absolute;
  top: 1px;
  right: 8px;
  cursor: pointer;
  background-size: 12px;
}

/* #391004 */
.status-wrap label:nth-child(2) {
  margin-left: 10px !important;
}

.massive-delete .form-group label {
  margin-left: 5px;
}

.network-graph-wrapper .highcharts-contextmenu hr {
  margin: 10px 0 !important;
}

.left-dropdown-menu:nth-child(3).show .left-dropdown-content,
.left-dropdown-menu:nth-child(4).show .left-dropdown-content,
.left-dropdown-menu:nth-child(5).show .left-dropdown-content {
  height: 80px;
  padding-bottom: 15px;
}

.left-dropdown-menu:nth-child(3).show .left-dropdown-content li:last-child,
.left-dropdown-menu:nth-child(4).show .left-dropdown-content li:last-child,
.left-dropdown-menu:nth-child(5).show .left-dropdown-content li:last-child {
  margin-bottom: 0px;
}

.dropdown-content .user-item {
  display: none;
}

.content-filter-top > *:first-child {
  padding-left: 0px;
}

.mobile-pagination {
  display: none !important;
}

.dashboard.manage-term #wrap {
  padding: 0 20px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  body:not(.welcome-page)
    .status-wrapper
    .status:nth-child(3)
    .status-title::before {
    width: 65px;
  }

  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }

  .term-desc {
    white-space: break-spaces !important;
  }

  .input-wrapper:not(.col-md-2) {
    flex: 0 0 50%;
  }

  .lsiting-page
    .input-wrapper.col-md-2:has(button)
    + .input-wrapper.col-md-2:has(.button) {
    padding-left: 0px;
  }

  body:not(.welcome-page) .login-block {
    margin-right: 10px;
  }

  .term-data.panel-body.form-horizontal > .form-group:not(:last-child) {
    width: calc(100% / 2);
  }

  .term-data.panel-body.form-horizontal > .form-group:not(:last-child) > label {
    width: fit-content;
  }

  .term-data.panel-body.form-horizontal > .form-group:nth-child(2) > .col-sm-9 {
    width: 92%;
  }

  .term-data.panel-body.form-horizontal > .form-group:nth-child(1) > .col-sm-9 {
    width: 65%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body:not(.welcome-page) .status-wrapper > * {
    padding: 5px 15px;
  }

  body:not(.welcome-page)
    .status-wrapper
    .status:nth-child(3)
    .status-title::before {
    width: 65px;
  }

  .left-sidebar .aside-container {
    padding: 15px !important;
  }

  .content-filter-top > *:first-child,
  .dashboard .content-filter-top .link {
    padding-left: 0px;
  }

  .custom-select-wrapper {
    width: 140px;
  }

  .content-filter-bottom .dropdown-filter {
    /* gap: 10px; */
    /***********391915***************/
    gap: 20px;
  }

  .content-filter-bottom .search-filter .input-wrap {
    width: 165px;
  }

  .content-filter-bottom {
    flex-direction: row;
    align-items: center;
  }

  .content-filter-bottom .search-filter {
    margin-bottom: 0px;
  }

  .action-containerr,
  .per-page-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .lsiting-page .content-area .table-container,
  .lsiting-page .content-area .main-container > .row > div form {
    padding: 0 15px;
  }

  .content-filter-top {
    padding: 15px;
  }

  .content-filter-bottom {
    padding: 8px 15px;
  }

  .lsiting-page .content-area .main-container > .row > div > .view-header {
    padding: 8px 15px;
  }

  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }

  .term-desc {
    white-space: break-spaces !important;
  }

  .input-wrapper:not(.col-md-2) {
    flex: 0 0 50%;
  }

  .lsiting-page
    .input-wrapper.col-md-2:has(button)
    + .input-wrapper.col-md-2:has(.button) {
    padding-left: 0px;
  }

  body:not(.welcome-page) .login-block {
    margin-right: 10px;
  }

  .term-data.panel-body.form-horizontal .help-block:not(:has(*)) {
    margin-bottom: 0px;
  }

  .term-data.panel-body.form-horizontal > .form-group {
    width: 100%;
    padding: 0;
  }

  .term-data.panel-body.form-horizontal > .form-group > label {
    width: fit-content;
  }

  .term-data.panel-body.form-horizontal > .form-group > .col-sm-9 {
    width: 100%;
  }

  .term-data.panel-body.form-horizontal > .form-group.col-lg-6 {
    margin-top: 5px !important;
  }

  .term-data.panel-body.form-horizontal > .form-group .col-sm-12.text-right {
    text-align: left !important;
  }

  .pagination:not(.mobile-pagination) {
    display: none;
  }

  .mobile-pagination {
    display: flex !important;
  }

  .lsiting-page .back-btn,
  .lsiting-page .button {
    font-size: 14px;
  }

  .left-dropdown-menu > .left-menu-item,
  .aside-container > .left-menu-item {
    margin-left: 0px !important;
  }

  .left-menu-item::before {
    left: 0px !important;
  }

  .aside-container > .left-menu-item {
    padding-left: 40px !important;
  }

  .left-dropdown-menu > .left-menu-item {
    padding: 15px 20px 15px 40px;
  }

  .body-class .term-data .form-group .col-sm-12 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  #network-graph::-webkit-scrollbar {
    width: 4px !important;
    height: 4px !important;
  }

  #custom-tooltip {
    min-width: 260px;
    max-width: 260px;
  }

  #custom-tooltip .tooltip-wrapper {
    min-width: 260px;
    max-width: 260px;
  }

  .domain-names {
    font-size: 18px;
  }

  .term-add-form .data-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  #wrap > form {
    padding-top: 20px;
  }

  /* .lsiting-page .view-header .button {
    padding-left: 0px;
  } */

  .lsiting-page .view-header .button:hover {
    color: #fff;
    background: url(./dashboard/listing-page/plus_hover.svg) center right 18px
      no-repeat #6fb126;
  }

  /* .lsiting-page .back-btn {
    padding-right: 0px;
  } */

  .lsiting-page .back-btn:hover {
    background: url(./dashboard/listing-page/back_fff.svg) no-repeat center left
      18px;
    color: #fff;
  }

  .action-containerr,
  .per-page-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lsiting-page .content-area .table-container,
  .lsiting-page .content-area .main-container > .row > div form {
    padding: 0 20px;
  }

  .term-desc {
    white-space: break-spaces !important;
    min-width: 280px;
    max-width: 280px;
  }

  .body-class #wrap form > div .panel-body.form-horizontal > .form-group,
  .export-class #wrap form > div .panel-body.form-horizontal > .form-group,
  .body-class
    #wrap
    form
    > div
    .panel-body.form-horizontal
    > .form-group
    > .col-sm-12.text-right {
    padding-left: 0px;
    padding-right: 0px;
  }

  .term-data.panel-body.form-horizontal .form-group.col-lg-6 {
    width: 100%;
    margin-top: 7px !important;
  }

  .term-data.panel-body.form-horizontal .form-group:nth-child(2) {
    width: 100%;
  }

  .pagination:not(.mobile-pagination) {
    display: none;
  }

  .mobile-pagination {
    display: flex !important;
  }

  .lsiting-page .back-btn,
  .lsiting-page .button {
    font-size: 14px;
  }

  .content-filter-bottom {
    align-items: start;
  }

  .dashboard .content-filter-top .link,
  .treegraph-chart .content-filter-top .link {
    padding-left: 0px;
  }

  .zoom-wrap {
    padding-left: 20px;
  }

  body:not(.welcome-page) .login-block {
    margin-right: 50px;
  }

  .dashboard.manage-term #wrap {
    padding: 0 15px;
  }
}

@media screen and (min-width: 1200px) {
  .input-wrapper:has(.margin-0) {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 715px) and (max-width: 725px) {
  .dashboard .content-filter-top .link,
  .treegraph-chart .content-filter-top .link {
    flex: 0 0 50%;
    margin-left: auto;
    justify-content: end;
  }

  .content-filter-bottom {
    flex-direction: row;
  }

  .content-filter-bottom .search-filter {
    margin-bottom: 0px;
  }
}

.reviewer-list.lsiting-page .back-btn {
  margin-left: auto;
}

.reviewer-list table td:not(td:nth-child(2)),
.reviewer-list table th:not(th:nth-child(2)) {
  white-space: nowrap;
}

.reviewer-list table td:nth-child(2),
.reviewer-list table td:nth-child(2) {
  padding-right: 50px;
}

.reviewer-list table + .per-page-wrapper {
  margin-bottom: 0px;
}

.reviewer-list .left-dropdown-menu.show .left-dropdown-content {
  height: 48px;
}

.content-filter-bottom
  .dropdown-filter
  .select2-container
  .select2-selection--single {
  height: 32px;
}

.content-filter-bottom
  .dropdown-filter
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 32px;
}

/* 21-02-2025 */
@media screen and (max-width: 767px) {
  #custom-tooltip .term-name-wrap {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
  }

  #custom-tooltip .term-domain-wrap {
    display: flex;
    gap: 12px;
  }
}

.term-data.panel-body.form-horizontal .form-group.col-lg-6 label {
  width: fit-content;
}

.content-filter-top > *:nth-child(2) {
  border: 0;
}

input[type="checkbox"]:focus {
  outline: none;
}

.aside-container > .left-menu-item {
  margin-bottom: 10px;
  /* padding-bottom: 9px; */
}

form#myRecovery {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
  padding-top: 35px;
}

form#myRecovery legend {
  border: 0;
  font-size: 30px;
  line-height: 33px;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 0px;
  text-transform: capitalize;
}

/* .left-menu-item::before,
.aside-container>.left-menu-item::before {
  content: none;
}

.left-dropdown-menu>.left-menu-item,
.aside-container>.left-menu-item {
  background: url(images/dashboard/manage_taxonomy.svg) no-repeat center left 0px;
  padding: 0 20px 0 40px;
  height: 30px;
  line-height: 30px;
  margin: 15px 0 5px 12px;
}

.left-dropdown-menu:has(a.active)>.left-menu-item {
  background: url(images/dashboard/manage_taxonomy_active.svg) no-repeat center left 0px #fff;
  border-radius: 30px;
  color: #6fb126;
}

.left-dropdown-menu:has(a.active) .left-menu-item::after {
  content: '';
  background: url(images/dashboard/right_arrow_active.svg) no-repeat center;
}

.aside-container>.left-menu-item{
  background: url(images/dashboard/dashboard.svg) no-repeat center left 0px;
}

.aside-container>.left-menu-item:has(a.active){
  background: url(images/dashboard/manage_taxonomy_active.svg) no-repeat center left 0px #fff;
  border-radius: 30px;
  color: #6fb126;
}
.aside-container>.left-menu-item:has(a.active) a{
  color: #6fb126;
} */

form#myRecovery .form-group label {
  display: none;
}

form#myRecovery .form-group input {
  height: 44.45px;
  font-size: 16px;
}

form#myRecovery .btn-container {
  display: flex;
  gap: 12px;
  padding-left: 0;
}

form#myRecovery .btn-primary.btn-block:hover:focus {
  color: #fff;
}

form#myRecovery .form-group:has(.btn-container) {
  margin-top: 25px;
}

.actions a[title="Edit Term"] > svg {
  margin-top: 1px;
}

/* Custom t3styles */
#treeTerm {
  padding: 30px 35px !important;
}

body #bodyText:has(#tabContent) .terms-itm #TE li * {
  font-size: 18px;
  line-height: 26px;
}

#treeTerm:not(:has(> *)) {
  padding: 0px !important;
}

.list-unstyled #treeTerm {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.export-class #wrap form > div .panel-body.form-horizontal {
  align-items: end;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #tabContent .term-list-items > .item {
    width: 100% !important;
  }

  .terms-itm .list-unstyled ul {
    padding-left: 30px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body #bodyText:has(#tabContent) .terms-itm #TE li * {
    font-size: 18px;
    line-height: 26px;
  }

  #tabContent .term-list-items > .item {
    width: 100% !important;
  }

  .terms-itm .list-unstyled ul {
    padding-left: 30px !important;
  }

  /****************391902***********************/
  .body-class
    #wrap
    form
    > div
    .panel-body.form-horizontal.term-data
    > .form-group
    .col-sm-9,
  .export-class
    #wrap
    form
    > div
    .panel-body.form-horizontal.term-data
    > .form-group
    .col-sm-9 {
    padding: 0;
  }

  .body-class
    #wrap
    form
    > div
    .panel-body.form-horizontal.term-data
    .form-group
    > label,
  .export-class
    #wrap
    form
    > div
    .panel-body.form-horizontal.term-data
    .form-group
    > label {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  body #bodyText:has(#tabContent) {
    padding: 60px 15px !important;
  }

  body #bodyText:has(#tabContent) .terms-itm #TE {
    overflow-x: scroll;
  }

  body #bodyText:has(#tabContent) .terms-itm #TE li {
    margin-bottom: 5px;
  }

  body #bodyText:has(#tabContent) .terms-itm #TE li * {
    font-size: 14px;
    line-height: 20px;
  }

  .terms-itm .list-unstyled ul {
    padding-left: 20px !important;
  }

  #treeTerm {
    padding: 20px !important;
  }

  /**************391902********************/
  .body-class
    #wrap
    form
    > div
    .panel-body.form-horizontal.term-data
    > .form-group
    .col-sm-9,
  .export-class
    #wrap
    form
    > div
    .panel-body.form-horizontal.term-data
    > .form-group
    .col-sm-9 {
    padding: 0;
  }

  .term-domain {
    white-space: break-spaces !important;
    min-width: 280px;
    max-width: 280px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #wrrap.container {
    width: 100% !important;
  }

  .term-desc {
    white-space: break-spaces !important;
    min-width: 280px;
    max-width: 280px;
  }

  .term-domain {
    white-space: break-spaces !important;
    min-width: 280px;
    max-width: 280px;
  }
}

@media screen and (min-width: 1030px) and (max-width: 1500px) {
  .export-class
    #wrap
    form
    > div
    .panel-body.form-horizontal.term-data
    > .form-group:first-child {
    width: 65% !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1025px) {
  .export-class
    #wrap
    form
    > div
    .panel-body.form-horizontal.term-data
    > .form-group:first-child {
    width: 70% !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 725px) {
  .input-wrapper.col-md-4:has(#user_name)
    + .input-wrapper.col-md-4:has(#published-status) {
    flex: 0 0 29%;
  }
}

/* Edited on 25-03-2025 */
#tabContent .list-unstyled li > a.btn-danger > span.glyphicon-remove::before {
  content: none;
}

/* Logo change */

@media screen and (min-width: 768px) {
  .welcome-page .site-logo img {
    height: 60px;
  }
}

/* edited on 29-05-2025 */
@media screen and (min-width: 992px) {
  .content-filter-top {
    height: 61.6px;
  }
}
/* Footer 30-05-2025 */
/* .ai-kms-footer a svg {
  display: none !important;
} */
.header-top + .content-area {
  min-height: 50dvh;
}
.ai-kms-footer {
  padding: 30px;
  /* background: #196935; */
  background: #6fb126;
  margin-top: 30px;
}

.ai-kms-footer p {
  margin-top: 0;
  margin-bottom: 16px;
}

.ai-kms-footer .footer__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ai-kms-footer .footer__inner .footer__upper-first {
  max-width: 470px;
  padding-right: 45px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
}

.ai-kms-footer .nav--footer a {
  color: #fff;
}

.ai-kms-footer a:hover {
  text-decoration: none;
}

.ai-kms-footer .footer__inner .footer__upper-second {
  max-width: 265px;
  padding-right: 30px;
}

.ai-kms-footer .footer__upper-second .nav--footer-first {
  margin-bottom: 15px;
}

.ai-kms-footer .footer__upper-second .footer-sub-title,
.ai-kms-footer .footer__upper-third .footer-sub-title {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  font-family: "Oswald", sans-serif;
  line-height: 18px;
}

.ai-kms-footer .footer__upper-second a,
.ai-kms-footer .footer__upper-third a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 18px;
  width: fit-content;
}

.ai-kms-footer .footer__inner .footer__upper-third {
  width: 235px;
}

.ai-kms-footer .footer__upper-third .nav--footer-second {
  margin-bottom: 15px;
}

.ai-kms-footer .footer__inner .footer__lower {
  width: 100%;
}

.ai-kms-footer .footer__lower .footer__logos {
  max-width: 880px;
  margin: auto;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: flex;
}

.ai-kms-footer .footer__lower .footer__logos li {
  display: inline-block;
  margin-right: 10px;
}

.ai-kms-footer .footer__lower .footer__logos .gggi {
  background: url(images/footer-logos/GGGI_logotype_white.png) no-repeat;
  font-size: 0;
  display: inline-block;
  height: 40px;
  width: 80px;
  background-size: contain;
}

.ai-kms-footer .footer__lower .footer__logos .oecd {
  background: url(images/footer-logos/OECD_logotype_white.png) no-repeat;
  font-size: 0;
  display: inline-block;
  height: 40px;
  width: 80px;
  background-size: contain;
}

.ai-kms-footer .footer__lower .footer__logos .unep {
  background: url(images/footer-logos/UNEP_logotype_white.png) no-repeat;
  font-size: 0;
  display: inline-block;
  height: 50px;
  width: 80px;
  background-size: contain;
}

.ai-kms-footer .footer__lower .footer__logos .unido {
  background: url(images/footer-logos/UNIDO_logotype_white.png) no-repeat;
  font-size: 0;
  display: inline-block;
  height: 60px;
  width: 65px;
  background-size: contain;
}

.ai-kms-footer .footer__lower .footer__logos li:last-child {
  margin-right: 0;
}

.ai-kms-footer .footer__lower .footer__logos .wb {
  background: url(images/footer-logos/WBG_logotype_white.png) no-repeat;
  font-size: 0;
  display: inline-block;
  height: 55px;
  width: 150px;
  background-size: contain;
}
.right-container .header-right {
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ai-kms-footer .footer__inner {
    justify-content: flex-start;
  }
  .ai-kms-footer .footer__inner > div {
    width: 100%;
  }

}

@media (max-width: 767px) {
  .ai-kms-footer .footer__inner {
    flex-direction: column;
  }
  .ai-kms-footer .footer__inner .footer__lower .footer__logos {
    flex-wrap: wrap;
  }
  .ai-kms-footer .footer__inner .footer__upper-first {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 540px) and (max-width: 1228px) {
  .ai-kms-footer .footer__inner .footer__upper-first {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .ai-kms-footer .footer__inner .footer__upper-third,
  .ai-kms-footer .footer__inner .footer__upper-second {
    width: max-content;
    max-width: max-content;
  }
  .ai-kms-footer .footer__lower .footer__logos {
    justify-content: left;
    max-width: 100%;
  }
}
@media (min-width: 991px) and (max-width: 1228px) {
  .ai-kms-footer .footer__inner .footer__upper-third,
  .ai-kms-footer .footer__inner .footer__upper-second {
    width: 220px;
    padding: 0 15px;
  }

  .ai-kms-footer .footer__inner {
    justify-content: left;
  }
  body .ai-kms-footer .footer__inner .footer__upper-second {
    padding-left: 0;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .ai-kms-footer {
    padding: 20px;
  }
  .ai-kms-footer .footer__inner {
    flex-direction: row;
    justify-content: left;
  }
}

