:root {
  --mainColor: #ffffff;
  --secondaryColor: #f0f2f5;
  --navBackgroundColor: #132a3f;
  --primaryTextColor: #000000;
  --navTextColor: #a7a7a7;
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-color: var(--mainColor);
  font-family: "Inter", sans-serif;
  height: 100% !important;
  font-size: 14px;
}
.btn-primary {
  background: #132a3f;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-family: Inter;
  font-weight: 600;
}
.btn-secondary,
.btn-secondary:hover {
  background: #fff;
  color: #000;
  border: 1px solid #e2e2e2;
  font-size: 14px;
}
.no-outline {
  border: none !important;
}
#modal_select_license_body .form-check:nth-of-type(odd) {
  background: rgba(240, 242, 245, 0.35);
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(240, 242, 245, 0.35);
}
#moredatadiv table thead tr {
  background: #f0f2f5;
}
.cw65p {
  width: calc(100% - 65px);
}
.w-20p {
  width: 20px !important;
}
.w-30p {
  width: 20px !important;
}
.w-50p {
  width: 50px !important;
}
.w-60p {
  width: 60px !important;
}
.w-80p {
  width: 80px !important;
}
.w-100p {
  width: 100px !important;
}
.w-110p {
  width: 110px !important;
}
.w-120p {
  width: 120px !important;
}
.w-130p {
  width: 130px !important;
}
.w-150p {
  width: 150px !important;
}
.w-160p {
  width: 160px !important;
}
.w-180p {
  width: 180px !important;
}
.w-200p {
  width: 200px !important;
}
.w-250p {
  width: 250px;
}
.w-300p {
  width: 300px;
}
.w-380p {
  width: 380px !important;
}
.w-500p {
  width: 500px !important;
}
.w-700p {
  width: 700px !important;
}
.w-800p {
  width: 800px !important;
}
.w-850p {
  width: 850px !important;
}
.w-auto {
  width: auto;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.h-100 {
  height: 100%;
}
.h-60p {
  height: 60px;
}
.h-80p {
  height: 80px;
}
.h-500p {
  height: 500px !important;
}
.mt-250p {
  margin-top: 250px;
}
.bg-lblue {
  background: #f7f9fc;
}
#taxTopDiv {
  background: #fff;
}
#taxHolderDiv {
  margin-top: 145px;
}
.taxActionsBox {
  width: 200px;
  border-right: 1px solid #e7eaed;
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.taxActionsBox label {
  font-size: 9px;
  line-height: 11px;
  color: #8c8c8c;
}
#cluster-content {
  border-right: 1px solid #dce1e6;
}
#mappingDiv {
  position: fixed;
  right: 0;
  overflow: auto;
  height: calc(100% - 140px);
  overflow-y: scroll;
}
#mappingDiv .mtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
#mappingDiv .msubtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 129.3%;
  /* or 21px */
  color: #767676;
}

#mappingDiv .mcount {
  text-align: right;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
#mappingDiv .mtypeHead {
  font-size: 16px;
  line-height: 19px;

  color: #000000;

  margin-bottom: 5px;
}

#mappingDiv .mtaxAddBtn {
  background: #f0f9ff;
  border: 1px dashed #0199ff;
  box-sizing: border-box;
  border-radius: 6px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #0199ff;
  padding: 10px;
}
#taxMetaDiv p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.sidebar {
  background-color: var(--navBackgroundColor);

  /* min-height: 120vh !important; */
  min-height: 100%;
  padding: 0;
  bottom: 0;
  width: 65px;
  /* margin-bottom: -1000%; */
  /* padding-bottom: 101%; */
}
.logo {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  color: var(--mainColor);
  font-size: 14px;
}
#sideNavUl {
  margin: 0 auto;
}
#sideNavUl a {
  padding: 5px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  margin-top: 0%;
  text-align: center;
  width: 100%;
}
#sideNavUl li {
  padding: 0;
  width: 56px;
}
#sideNavUl li.active {
  background: rgb(0, 105, 217, 0.7);
  border-radius: 4px;
}
.current {
  width: 145px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  color: var(--mainColor) !important;
  margin-top: 20px;

  padding-bottom: 5px;
}
.nav-item-text {
  margin-left: 8px;
}
.active-icon {
  stroke: white;
  color: white;
}
.page-title {
  /* position: absolute; */
  /* margin-left: 12.5%; */
  margin-top: 15px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 20px;
}
.page-sub-title {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #6c6c6c;
}
.page-mid-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}
.card-1 {
  /* position: absolute; */
  margin-left: 14px;
  margin-top: 2%;
  height: 19.625rem;
  width: 100%;
  background: #f0f2f5;
  border-radius: 12px;
}
.cards {
  /* position: absolute; */
  height: 19.625rem;
  width: 100%;

  margin-top: 3%;
  background: #f0f2f5;
  border-radius: 12px;
}
.rectangles {
  width: 100%;
  height: 2rem;
  margin-left: 14px;
  background: #f0f2f5;
  border-radius: 12px;
  margin-top: 1%;
}
.card-margin {
  margin-left: 10px;
}
/* search text */
.nav-text {
  display: block;
  font-size: 9px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.left-menu {
  background-color: #f0f2f5;
  color: #1d1b25;
  width: 210px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  /* height: 100%; */
}
.logo-dark {
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  letter-spacing: 0.02em;
  color: #5a5a77;
  font-size: 14px;
  margin-bottom: 1rem;
  font-weight: 400;
  margin-left: 5px;
}
.search-box {
  margin-top: 20px;
  width: 100%;
  height: 40px;
  padding: 10px;
  color: #1d1b25;
  font-weight: 600;
  font-size: 14px;
  margin-right: 20px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: none;
}
::placeholder {
  color: #1d1b25;
}
#lmenu {
  width: 100%;
}
#lmenu a {
  color: #818181;
}
#lmenu li.active a {
  color: #1d1b25;
}
#lmenu li {
  padding: 10px 12px;
  font-weight: 400;
  font-size: 14px;
  color: #1d1b25;
  width: 100%;
}
#lmenu li.active {
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  width: 100%;
}
.search-page {
  margin-top: 20px;
  margin-left: 21px;
  width: calc(100% - 320px);
  min-height: 100vh;
  height: 100%;
  /* position: absolute; */
  overflow-y: auto;
  overflow-x: auto;
}
form {
  /* margin-top: 50px; */
  display: flex;
  flex-direction: column;
  width: 100%;
  /*margin-bottom: 5%;*/
}
label {
  /*font-weight: 600;*/
  font-size: 14px;
  line-height: 20px;
  /*margin-top: 4%;
   margin-bottom: 1%; */
}
input[type="text"] {
  background: #ffffff;
  border: 1px solid #c5ced6;
  box-sizing: border-box;
  box-shadow: inset 0px 1px 3px rgba(197, 206, 214, 0.32);
  border-radius: 4px;
  padding: 10px;
  /*font-size: 14px;*/
  width: 100%;

  /*margin-bottom: 1%;*/
}
select {
  background: #ffffff;
  border: 1px solid #c5ced6;
  box-sizing: border-box;
  box-shadow: inset 0px 1px 3px rgba(197, 206, 214, 0.32);
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  /* margin-top: 1%; */
  margin-bottom: 2%;
}
.form-field {
  display: flex;
  flex-direction: column;
}
textarea {
  background: #ffffff;
  border: 1px solid #c5ced6;
  box-sizing: border-box;
  box-shadow: inset 0px 1px 3px rgba(197, 206, 214, 0.32);
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  height: 106px;
  /*margin-top: 1%;
  margin-bottom: 1%;*/
}
.select-years {
  width: 210px;
}
hr {
  border: 1px solid #dfdfdf;
}
#advanced-search {
  width: 785px;
}
.advFldCol1 {
  flex: 0 0 200px;
}
.advFldCol2 {
  flex: 1;
}
/* #advanced-search .form-field {
  margin: 1rem;
}
#advanced-search .first-col {
  flex: 0 0 80px;
}
#advanced-search .second-col {
  flex: 1;
}
#advanced-search .third-col {
  flex: 0 0 80px;
}
#advanced-search .third-cust-col {
  flex: 0 0 220px;
  justify-content: center;
  align-items: center;
  display: flex;
}
#advanced-search .fourth-col {
  flex: 0 0 80px;
  justify-content: center;
}
#advanced-search .fifth-col {
  flex: 0 0 25px;
  justify-content: center;
} */
.fifth-col a {
  color: #000;
}
/* .third-col .form-check {
  margin-top: 5px;
} 
.advanced-search .row {
  margin-bottom: 0.5rem;
}*/
.advanced-search select {
  width: 70px;
}
.advanced-search .opSelect {
  width: 80px;
}
.advanced-search input[type="checkbox"] {
  /*width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #b6b6b6;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 6px rgba(223, 230, 235, 0.25);
  border-radius: 2px;*/
}
[type="checkbox"] {
  vertical-align: middle;
}
.exact-text {
  margin-left: 10px;
}
.exact-div {
  display: flex;
  /* justify-content: space-between; */
  margin-top: 10px;
  width: 100%;
}
.exact {
  margin-top: 3%;
}
.add-field {
  background: #ffffff;
  border: 1px solid #dce1e6;
  box-sizing: border-box;
  border-radius: 4px;
  width: 134px;
  height: 40px;
  font-weight: 600;
  font-size: 16px;
}
.fa-plus {
  margin-right: 10px;
}
/* add field modal */

.modal-dialog {
  /*min-width: 80% !important;*/
  /*height: 100%;
  margin-bottom: 5%;*/
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
  border-radius: 12px;
}
.modal-header {
  background: #f7f9fc;
}
.modal-header h5 {
  margin-bottom: 0;
}
.modal-title {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;

  color: #000000;
}
.fields-list {
  border-right: 1px solid #dfdfdf;
}
.add-fields-list {
  list-style: none;
}
.add-fields-list > li {
  line-height: 40px;
}
.search-fields {
  width: 95% !important;
  margin: 2%;
}

#resultsTable > tbody > tr {
  background: #fff;
}
#resultsTable > tbody > tr:nth-child(4n + 1) {
  background: rgba(240, 242, 245, 0.35);
}
.refine-fields {
  background-color: transparent;
  border: none;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #697887;
  text-align: left;
}
.active-refine-field {
  color: #0199ff;
}
button:focus {
  outline: 0;
}
.add-fields-button {
  width: 111px;
  height: 40px;
  background: #132a3f;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  padding: 0 10px;
}
.cancel-fields-button {
  width: 86px;
  height: 40px;
  padding: 10px 16px;
  background: #ffffff;
  border: 1px solid #dce1e6;
  box-sizing: border-box;
  border-radius: 4px;
}
.table-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.refine-checkbox {
  /*margin-top: 1%;*/
  margin-right: 2%;
}
.refineInPage .extra-field textarea {
  height: 35px;
  padding: 5px;
}
.refineInPage .extra-field {
  width: 100%;
  margin-left: 0px;
}
.refineInPage .extra-field .dropdowns {
  display: flex;
  min-width: 320px;
}
.refineInPage .extra-field .dropdowns .dropdown {
  margin-right: 10px;
}
.refineInPage .extra-field .dropdowns .first-col {
  margin-right: 10px;
  min-width: 80px;
}
.refineInPage .extra-field .dropdowns button.custom-dropdown {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 182px;
  text-align: left;
  font-size: 14px;
}
.refineInPage .extra-field .fifth-col {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.refineInPage .extra-field .inpDiv {
  flex: 1;
}
.refineInPage .extra-field .inpDiv {
  flex: 1;
}
.refineSearchModal .extra-field .dropdowns button.custom-dropdown {
  font-size: 14px;
}
.dropdowns #firstOne {
  margin-right: 0;
}
a.advAddFieldByOption:hover,
a.advAddFieldByOption:focus {
  text-decoration: none;
}
.inpDiv .input-group-append button {
  font-size: 14px;
}
.inpDiv .row .col-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.extra-field {
  width: 60%;
  margin-right: 5%;
}
.pill {
  background: #f7f7f7;
  border-radius: 2px;
  width: fit-content;
  height: fit-content;
  padding: 1%;
}
.pill-title {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}
/* add field modal */
@media (max-width: 576px) {
  .sidebar {
    width: 120vh;
  }
  .left-menu {
    width: 120vh;
  }
}
@media (max-width: 767px) {
  .add-fields-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  }
  .add-fields-list > li {
    text-align: center;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 1%;
  }
}

.custHeader6 {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 20px;
}
.tdtext {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.no-scroll {
  overflow: hidden;
}

#history-content #detailsTable tbody tr td.highlight {
  background-color: #bae2f9 !important;
}

.shactions .dropdown-toggle::after {
  display: none;
}

.shactions a {
  color: #000;
}

#history-content #detailsTable th {
  border-top: none;
  border-bottom: 1px solid #000;
  border-right: 1px solid #ddd;
}

#history-content #detailsTable th:last-child {
  border-right: none;
}

#history-content #detailsTable {
  border-collapse: collapse;
}

#history-content #detailsTable td {
  border: 1px solid #ddd;
}

#history-content #detailsTable tr:first-child td {
  border-top: 0;
}

#history-content #detailsTable tr td:first-child {
  border-left: 0;
}

#history-content #detailsTable tr:last-child td {
  border-bottom: 0;
}

#history-content #detailsTable tr td:last-child {
  border-right: 0;
}
#detailsTable {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
/* Result page style */
.result-page {
  padding: 0;
  margin-left: -5px;
}
.search-filter {
  width: 100%;
}
.pill {
  background: #f7f7f7;
  border-radius: 2px;

  display: flex;

  padding: 5px;
  margin-left: 1%;
  margin-bottom: 1%;
  flex-direction: row;
}
.pill-title {
  font-family: Inter;
  font-style: normal;
  width: max-content;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.pill-content {
  width: max-content;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

/* Refine Buttons */
.refine-buttons {
  margin: 0;
  padding: 0;
  text-align: right;
  /*display: flex;*/
  justify-content: flex-end;

  /* align-items: center; */
}
.refine-button {
  width: max-content;
  height: fit-content;
  background: none;
  /*display: flex;*/
  flex-direction: row;
  align-items: flex-start;
  border: 1px solid #dce1e6;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 8px;

  margin-right: 0.5rem;
  color: #000;
  text-decoration: none;
  /* text-align: center; */
}

.refine-button:hover {
  text-decoration: none;
}
#selectedResultsBadge {
  width: max-content;
  height: fit-content;
  background: none;
  border: 1px solid #dce1e6;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 8px;

  margin-right: 0.5rem;
  color: #000;
  text-decoration: none;
}
/* tabs */
.tabs-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.tabs {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #dce1e6;
}
.tab {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 2%;

  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #969696;
  cursor: pointer;
}
.active-tab {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;

  color: #0199ff;
  border-bottom: 3px solid #0199ff;
}
.inactive-tab-content {
  display: none;
}
.resFeaturesTab .active-tab a {
  color: #0199ff !important;
}
.resFeaturesTab .tab a {
  color: #969696;
  text-decoration: none;
}
/* Result table */
.result-data {
  width: 100%;
  border: none;
  margin-left: 10px;
  margin-top: 0.5rem;
  padding-right: 10px;
}
.result-table-head {
  background: #f0f2f5;
  text-align: left;
}
#resultsTable tr {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  /*font-size: 12px;
  line-height: 17px;*/
  text-align: left;
}
#cluster table {
  font-size: 12px;
}
#resultsTable th {
  text-align: left;
}
#resultsTable td {
  text-align: left;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  /*font-size: 12px;
  line-height: 17px;*/
  vertical-align: middle;
}
#tbl_fixheader,
.relCustomTable thead {
  background: #f0f2f5;
  /*font-size: 12px;*/
}
#tbl_fixheader th,
.relCustomTable th {
  border-bottom: 0px !important;
}
/*#tbl_fixheader input[type="checkbox"],
#resultsTable > input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff !important;
  outline: 1px solid #dbdbdb;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 0.9em;
  text-align: center;
  line-height: 1em;
  width: 14px !important;
  height: 14px !important;
  margin: 5px;
  padding: 2px;
}
#tbl_fixheader input[type="checkbox"],
#resultsTable td > input[type="checkbox"]:checked:after {
  content: "✔";
  color: blue;
}
#tbl_fixheader input[type="checkbox"],
#resultsTable td > input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #eaeaea !important;
  outline: 1px solid #dbdbdb;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 0.9em;
  text-align: center;
  line-height: 1em;
  width: 14px !important;
  height: 14px !important;
  margin: 5px;
  padding: 2px;
}
#tbl_fixheader input[type="checkbox"],
#resultsTable td > input[type="checkbox"]:checked:after {
  content: "✔";
  color: blue;
}*/
.ssDataTable td {
  font-size: 12px !important;
}
.ssDataTable th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
}
.ssDataTable tbody:nth-of-type(1) tr:nth-of-type(1) td {
  border-top: none !important;
}

.ssDataTable thead th {
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: inset 0 2px 0 #dee2e6, inset 0 -2px 0 #dee2e6;
}
.show-more-options {
  position: absolute;
  background-color: #f1f1f1;
  width: 110px;
  overflow: auto;

  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: center;
  padding: 10px;
}
/* Search field query */
.query_string_box {
  height: 40px;
  margin: 5px;
  margin-left: 7px;
  background-color: #f6f6f6 !important;
  border-radius: 8px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

#cluster .sub-col1 .col1 {
  width: 135px;
  float: left;
  text-align: right;
  font-size: 12px;
}
#cluster .sub-col1 .col1 .form-group {
  clear: both;
}
#cluster .sub-col1 .col2 {
  margin-left: 145px;
}
#cluster .sub-col2,
#customResult_body .sub-col2 {
  padding-top: 5px;
}
#cluster .sub-col2,
#customResult_body .sub-col2 {
  width: 320px !important;
  margin-left: -345px;
  float: right;
  padding: 0px;
  margin-right: 5px;
}
#cluster .sub-col1,
#customResult_body .sub-col1 {
  min-width: 300px;
  margin-right: 345px !important;
  float: left !important;
  background-color: #fff;
  padding-right: 20px;
}
#cluster .fullwidth .sub-col1 {
  margin-right: 0 !important;
  width: 100%;
}
#cluster .fullwidth .sub-col1 .form-group,
#cluster .sub-col1 .form-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.table tr[id^="displayMoreData"] a > img {
  -webkit-box-shadow: 1px 1px 3px 0px #999;
  box-shadow: 1px 1px 3px 0px #999;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 5px !important;
  border: 1px solid #c8c8c8;
}
li.logoutLink {
  position: absolute;
  bottom: 10px;
}
li.userOptionsLink {
  position: absolute;
  bottom: 60px;
}
li.exportedResultsLink {
  position: absolute;
  bottom: 110px;
}
li.savedProjectsLink {
  position: absolute;
  bottom: 160px;
}

.text-black {
  color: #000;
}
#scroll_table {
  overflow: scroll;
}
.custom .btn-outline-secondary.active {
  background-color: rgba(51, 122, 183, 0.1) !important;
  border: 1.5px solid #337ab7 !important;
  box-sizing: border-box;
  color: #000 !important;
}

.template2-parent-div {
  height: 100vh !important;
  overflow-x: hidden;
  overflow-y: auto;
}
.template2-top-div {
  background: #fff;
  width: calc(100% - 65px) !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 65px;
  z-index: 1030;
  flex-direction: column !important;
  display: flex !important;
}
.template2-top-div-row1 {
  height: 60px;
  padding-left: 1.5rem !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  display: flex !important;
}

.template2-top-div-row2 {
  height: 80px;
  width: 100% !important;
  justify-content: space-between !important;
  display: flex !important;
  flex-direction: row !important;
  background: #f7f9fc;
}

.comparison-page-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  min-height: 100vh;
  height: 100%;
  position: relative;
  flex-direction: row;
  margin-top: 60px;
  border-top: 1px solid #e7eaed;
}

.comparison-page-left-content {
  min-height: 100vh;
  height: 100%;
  flex: 0 0 210px;
  background-color: #f0f2f5;
}
.comparison-page-right-content {
  width: calc(100% - 210px);
  padding-bottom: 100px;
}
.comparison-dropdowns {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #e7eaed;
  height: 80px;
  justify-content: space-between;
}
.compare-title {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #5a5a77;
  margin-top: 10%;
  margin-left: 10%;
  letter-spacing: 0.1em;
}
.compare-list-option {
  margin: 2%;
  list-style: none;
}

.compare-list-option > li {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  margin-left: -15px;
  color: #1d1b25;
  margin-bottom: 8%;
}

.compare-list-option > li a {
  color: #1d1b25;
  text-decoration: none;
}

.compare-list-option-active {
  width: 180px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  text-align: left;
  padding: 12px;
  margin-left: -30px !important;
}
.comparison-divs {
  padding: 1rem !important;
  display: flex;
  flex-direction: row;
  min-width: 100%;
  height: 100%;
}

.comparison-div {
  width: 100%;
  border: 1px solid #e7eaed;
  display: flex;
  flex-direction: column;
  height: max-content;
}

.comparison-div:not(:first-child) {
  margin-left: 1%;
}

.comparison-div > p {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-top: 3%;
  margin-left: 2%;
}

.comparison-div-table-head {
  background: #f0f2f5;
}

.comparison-div-table-head > tr {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;

  color: #000000;
}

.comparison-div-table-body > tr:nth-child(even) {
  background-color: rgba(240, 242, 245, 0.35);
}

.comparison-heat-map-table > thead > tr > th {
  background: #f0f2f5;
}

.comparison-heat-map-table > tbody > tr > td {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

.comparison-heat-map-table > tbody > tr:nth-child(even) {
  background-color: rgba(240, 242, 245, 0.35);
}

.comparison-heat-map-body-cpc-col {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #0199ff;
}

/*citation page*/
.citation-page {
  width: auto;
  margin-left: -5px;
}

.citation-page-content {
  /*width: fit-content;*/
  display: flex;
  flex-direction: row;
  margin-top: 1.5%;
  margin-left: 1%;
}

.citation-types {
  flex: 0 0 300px;
}
.citation-results {
  flex: 1;
}
.citation-types > h5 {
  /*font-family: Inter;*/
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.citationTypeList {
  list-style: none;
  margin-left: -35px;
  margin-top: 15px;
}

.citationTypeList > li {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 2px 0px;
}
.citationTypeList > li a {
  color: #000;
  text-decoration: none;
}
.citationTypeList > li a.active {
  color: #0199ff;
}
.btnToggle > a {
  width: 121px;
  height: 40px;
  background-color: rgba(160, 160, 160, 0.1);
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  color: #6d6d6d;
}

.btnToggle > .active {
  background-color: rgba(1, 153, 255, 0.17);
  color: #000000;
  font-weight: 500;
}

/*citation end */
/*cluster page*/
.cluster-page {
  width: auto;
  margin-left: -5px;
}

.cluster-page-content,
.explore-page-content {
  /*width: fit-content;*/
  display: flex;
  flex-direction: row;
  margin-top: 1%;
  margin-left: 1%;
}
.explore-col1 {
  width: 350px;
}
.explore-col2 {
  width: calc(100% - 350px);
}
.cluster-types {
  width: 250px;
}
.cluster-results {
  width: calc(100% - 250px);
}
.tags-types {
  width: 200px;
}
.tags-results {
  width: calc(100% - 200px);
}
.cluster-types > h5 {
  /*font-family: Inter;*/
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}

.clusterTypeList {
  list-style: none;
  margin-left: -35px;
  margin-top: 15px;
  margin-right: 10px;
}
.tpUl {
  list-style: none;
  margin-top: 15px;
  margin-right: 10px;
}
.clusterTypeList > li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 2px 0px;
  justify-content: space-between;
}
.clusterTypeList > li a,
.tpUl > li a {
  color: #000;
  text-decoration: none;
}
.clusterTypeList > li a.active {
  color: #0199ff;
}
.explore-page-content .card {
  margin-bottom: 1rem;
  border: none;
}
.explore-page-content .card-header {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding-left: 10px;
  background-color: #f0f2f5;
}
.explore-page-content .card-body {
  padding: 0;
}
#explore-content .card-header {
  background: #eff3f5;
  border-radius: 4px 4px 0px 0px;
}
.explore-page-content .orand .btn.active {
  background: rgba(1, 153, 255, 0.17) !important;
  border: 1.5px solid #0199ff !important;
  color: #000 !important;
}
.explore-page-content .orand .btn {
  background: rgba(160, 160, 160, 0.1);
  border: 1px solid #c1c1c1;
  color: #6d6d6d !important;
}
.exploreSidepanelHeading {
  /*font-family: Inter;*/
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 0;
}
/*cluster end */
.client_div_hidden {
  display: none;
}
.selLabel {
  font-family: Inter;
  /*font-style: normal;
  font-weight: 600;*/
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 143% */
  display: flex;
  align-items: center;
  color: #000000;
  margin-bottom: 2px;
}
#topHeaderBtnDropdown button {
  border: 1px solid #e2e2e2;
  font-size: 14px;
  font-family: Inter;
  color: #000;
  font-weight: 600;
}
#topHeaderBtnDropdown button:hover,
#topHeaderBtnDropdown button:focus,
#topHeaderBtnDropdown.show {
  background-color: #0069d9;
  color: #fff;
}
#leftNavToggleIcon {
  position: fixed;
  width: 25px;
  height: 25px;
  left: 260px;
  top: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 5px;
  text-align: center;
  display: inline-block;
}

#secondaryLeftNavCollapsed {
  width: 0px;
  border-right: 1px solid #dce1e6;
  background: #f0f2f5;
}

#secondaryLeftNavCollapsed #leftNavToggleIcon {
  left: 52px;
}
#leftNavToggleIcon a img {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.search-page.expand {
  width: calc(100% - 120px) !important;
}
.metaDataDiv {
  width: calc(100% - 500px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.metaInfoTag {
  font-family: Inter;
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #000000;
}
#editableSearchTextBox,
.editBtnBox,
.editBtnBox:hover,
#editableSearchTextBox:hover {
  width: 100%;
  text-align: left;
  margin-left: 0.5rem;
  background: #fff;
  color: #000;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  font-family: Inter;
}
#editableSearchTextBox:focus {
  box-shadow: none;
}
#editableSearchDropdown {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
#editableSearchTextArea {
  /* border: 1px solid #000000; */
  box-sizing: border-box;
  border-radius: 4px;
}
.export-page select,
.export-page input {
  font-size: 14px;
}

/* field search modal start */
.refineSearchModal-title {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  margin-top: 30px;
}
.refineSearchModal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 700px;
  height: 100%;
  right: 0;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  background-color: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  display: block;
  overflow: auto;
  height: 100vh;
  padding-right: 10px;
}
.refineSearchModal .modal-content {
  height: 100%;
  overflow-y: auto;
}
.search-result-query-page > .fielded-search-modal {
  padding: 20px;
}
.search-type-div {
  width: 100%;
}
.search-type-div > div > input[type="text"] {
  width: 100% !important;
}
.refineSearchModal .modal-content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
}
.refineSearchModal.right.fade .modal-dialog {
  top: 0;

  padding: 10px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.refineSearchModal.right.fade.in .modal-dialog {
  right: 0;
}
.refineSearchModal .extra-fields .extra-field {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* height: 192px; */
  background: #fafafb;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  padding: 10px 40px;
  /* margin-right: 10px; */
  margin-left: 0;
}
.refineSearchModal .extra-fields .extra-field > .dropdowns {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.refineSearchModal .extra-fields .extra-field > .dropdowns > * {
  margin-right: 20px;
}
.refineSearchModal .add-field-btn-modal {
  background: #ffffff;
  border: 1px solid #000000 !important;
  box-sizing: border-box;
  border-radius: 4px !important;
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 73px;
  height: 32px;
  font-size: 14px;
  margin-left: auto;
  margin-right: 10px;
}
/* field search modal end */
.extra-field {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  position: relative;
}
.extra-field > * {
  margin-right: 15px;
}
.extra-field > input[type="text"] {
  min-width: 50%;
}
.extra-field .fifth-col {
  position: absolute;
  right: 3px;
}
.extra-field .twitter-typeahead {
  width: 100%;
}
.exact-div {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.exact-div > input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #b6b6b6;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 6px rgba(223, 230, 235, 0.25);
  border-radius: 2px;
  margin-top: 5px;
  margin-right: 10px;
}
.exact-div > label {
  white-space: nowrap;
}

.custom-dropdown {
  background: #ffffff;
  border: 1px solid #c5ced6;
  box-sizing: border-box;
  box-shadow: inset 0px 1px 3px rgba(197, 206, 214, 0.32);
  border-radius: 4px;
  padding: 5px 10px;
  /* padding-right: 10px; */
  /* font-size: 14px; */
  width: fit-content;
  height: 35px;
  /* margin-bottom: 2%; */
  color: black;
}
.custom-dropdown:hover {
  color: black;
  background-color: white;
}
/* custom dropdown */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  width: fit-content;
  height: 200px;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
  overflow: auto;
}

.dropdown-submenu > a:hover {
  background-color: #f4f4f4;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-item {
  margin-right: 5px;
}
.dropdown-item > a,
ul.multi-level li a {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #000;
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/* custom dropdown end */
.custom-breadcrumb {
  margin-left: -12px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}
.custom-breadcrumb > ol {
  background-color: white;
}
.breadcrumb-item a {
  color: #0199ff;
}
.breadcrumb-item.active > a {
  color: #969696;
}
.breadcrumb-item > a:hover {
  text-decoration: none;
}

#details-page .title-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e7eaed;
  height: auto;
}

#details-page .title-row-doctitle {
  font-weight: 600;
  font-size: 16px;
}

.detailsnav .nav-item {
  color: #969696;
  font-weight: 600;
  font-size: 14px;
}

.detailsnav .nav-item a {
  color: #969696;
}

.detailsnav .active {
  background-color: transparent !important;
  color: #000000 !important;
  border-bottom: 3px solid #0199ff;
}

.detailsnav {
  white-space: nowrap;
  display: block !important;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: scroll !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.detailsnav li {
  display: inline-block;
}

.details-top-container {
  border-bottom: 1px solid #dce1e6;
}
.overview-body .table {
  font-size: 12px;
}

div[class^="overview-col"] {
  background: #ffffff;
  border: 1px solid #ececec;
  box-sizing: border-box;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 9%);
  border-radius: 10px;
  margin: 5px;
}

.overview-col1 table td:first-child,
.overview-col2 table td:first-child {
  width: 130px;
  font-weight: 600;
}

.overview-col1 {
  flex: 0 0 260px;
}

.overview-col2 {
  flex: 1;
}

.overview-col3 {
  flex: 0 0 320px;
}

.srdDiv {
  margin-bottom: 1rem;
}

.srdDiv p {
  margin-bottom: 0;
}

.srdDiv p:first-child,
.ov-title {
  font-weight: 600;
}

.srdDiv p:first-child a {
  color: #000;
}
.bootstrap-tagsinput input {
  min-width: 100%;
}
.bootstrap-tagsinput {
  padding: 4px 0px !important;
  min-width: 100%;
}
.bootstrap-tagsinput > span.tag {
  margin-left: 2px;
  margin-right: 0px;
  font-weight: normal;
  background-color: #337ab7;
  font-size: 85%;
  padding: 2px;
}
.bootstrap-tagsinput input {
  width: 100% !important;
}
/*Graph pages*/
#graphHolderDiv {
  margin-top: 60px;
  /* border-top: 1px solid #e7eaed; */
}

#left-fixed-col {
  flex: 0 0 250px;
  background: #f9fafc;
}

#right-col {
  flex: 1;
  width: calc(100% - 250px);
  overflow: scroll;
}

#lp_1 ul.tree {
  list-style: none;
  max-height: 100%;
  overflow: scroll;
}

#lp_1 ul.tree li a {
  color: #1d1b25;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 5px;
}

#lp_1 ul.tree li a.activeLink {
  background: #ffffff;
  color: #007bff;
  font-weight: 600;
}

li.menuLink {
  margin: 5px 0px;
}

/*graph end */
.custom-left-div {
  flex: 0 0 200px;
}

.custom-right-div {
  width: calc(100% - 200px);
}
.wrap-whole {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 100vh;
}

.vertical-nav-bar {
  display: flex;
  flex: 0 0 200px;
  flex-flow: column nowrap;
  z-index: 30;
  padding: 1rem 0 0 1rem;
  justify-content: flex-start;
}

.menu-container {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}

.container_main {
  flex: 1 1 600px;
  overflow-y: auto;
}

.container_main .graphdiv {
  width: 98%;
  margin: 1rem auto;
}
.tableFixHead {
  overflow: auto;
  height: 100px;
}
.tableFixHead thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}
.customH5 {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
}
.customH6 {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #000000;
}

.categorize-page .row {
  flex-wrap: nowrap;
}

.text-custom-small {
  font-size: 14px;
  line-height: 17px;
  color: #5d656c;
}

.footer-buttons {
  padding: 15px 80px 15px 10px;
  border-top: 1px solid #ccc;
  text-align: right;
  position: fixed;
  width: calc(100% - 320px);
  bottom: 5px;
}

.button-dark-outline {
  background: #ffffff;
  border: 2.1px solid #000000;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  margin-left: 5px;
}

.categorize-page .page-content {
  height: 100vh;
  margin-top: 20px;
  margin-left: -5px;
}
.rel-custom-select {
  width: 228px;
  padding: 6px;
  height: 32px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  background: url(/assets/images/up-down.svg) no-repeat right #fff;
  -webkit-appearance: none;
  background-position-x: 212px;
  border: 1px solid #228ceb;
  box-sizing: border-box;
  box-shadow: inset 0px 1px 3px rgba(197, 206, 214, 0.32);
  border-radius: 4px;
  margin-bottom: 0px;
}
.generate-model-button,
.btn-outline-dark {
  border: 2px solid #000000;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: white;

  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  width: 200px;
  height: 40px;
}
#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}
.message-box {
  background: #ffffff;
  border: 1px solid #c5ced6;
  box-sizing: border-box;
  box-shadow: inset 0px 1px 3px rgba(197, 206, 214, 0.32);
  border-radius: 4px;
  font-size: 14px;
  color: #7e7e7e;
  padding: 5px;
  resize: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
.hrdiv {
  border: 1px solid #dfdfdf;
  width: 100%;
}
/* browse page css start */
.rectangle {
  width: 100%;
  background: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 8px;
  overflow-y: scroll;
}
#lp_1 ul li div label,
#lp_2 ul li div label {
  font-size: 12px;
}
/* browse page css end */
#modelScoreModal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 80%;
  max-width: 80%;
  height: 100%;
  right: 0;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  background-color: #fafafa;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  display: block;
  overflow: auto;
  height: 100vh;
  padding-right: 10px;
}
#modelScoreModal .modal-content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  background-color: #fafafa;
}
#modelScoreModal.fade .modal-dialog {
  top: 0;
  padding: 10px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
#modelScoreModal.fade.in .modal-dialog {
  right: 0;
}

.modalTable > thead {
  background: #f8f9fb;
}

.modalTable > tbody > tr > td {
  background: white;
}

.modalTable,
.modalTable > tbody > tr,
.modalTable > thead > tr > th,
.modalTable > tbody > tr > td {
  border: 1px solid #d6d6d6;
}

.modalTable > tbody > tr:nth-child(2n + 2) > td,
.modalTable > tbody > tr:nth-child(2n + 2) > th {
  background-color: white;
}
/* .cf-div1 {
  width: 230px;
} */

.cf-div1 a.btn {
  margin-bottom: 5px;
  /* width: 89px; */
  text-align: center;
  margin-left: 0;
}

.cf-div2 {
  width: calc(100% - 250px);
}

.cf-div2 .form-group {
  margin-bottom: 0;
}

.cf-div2 .compDiv {
  margin-bottom: 10px;
}

.cf-div3 {
  width: 250px;
  background-color: #f8f8f8;
  padding: 8px;
}

.vert-mid {
  display: flex;
  align-items: center;
  /*justify-content: flex-end;*/
  margin: 0;
  padding: 0px 0px 0px 12px;
}
.popover {
  max-width: 800px;
}
.theme-switcher .switch .allthemes {
  height: 28px;
  width: 28px;
  border-radius: 14px;
  display: inline-block;
  float: right;
}
.theme-switcher .switch .theme1 {
  background-image: linear-gradient(
    45deg,
    #153f59 0%,
    #153f59 50%,
    #ac60d0 50%,
    #ac60d0 100%
  );
  border: 4px solid #fff;
}
.theme-switcher .switch .theme2 {
  background-image: linear-gradient(
    45deg,
    #283250 0%,
    #283250 50%,
    #902c2d 50%,
    #902c2d 100%
  );
  border: 4px solid #fff;
}
.theme-switcher .switch .theme3 {
  background-image: linear-gradient(
    45deg,
    #e91e63 0%,
    #e91e63 50%,
    #9c27b0 50%,
    #9c27b0 100%
  );
  border: 4px solid #fff;
}
.theme-switcher .switch .theme4 {
  background-image: linear-gradient(
    45deg,
    #f3c300 0%,
    #f3c300 50%,
    #875692 50%,
    #875692 100%
  );
  border: 4px solid #fff;
}
.theme-switcher .switch .theme5 {
  background-image: linear-gradient(
    45deg,
    #000 0%,
    #000 50%,
    #c767dc 50%,
    #c767dc 100%
  );
  border: 4px solid #fff;
}
.theme-switcher .switch .theme6 {
  background-image: linear-gradient(
    45deg,
    #bec4f8 0%,
    #bec4f8 50%,
    #a5abee 50%,
    #a5abee 100%
  );
  border: 4px solid #fff;
}
.theme-switcher .switch .theme7 {
  background-image: linear-gradient(
    45deg,
    #3a1302 0%,
    #3a1302 50%,
    #c79f59 50%,
    #c79f59 100%
  );
  border: 4px solid #fff;
}
.theme-switcher .switch .theme8 {
  background-image: linear-gradient(
    45deg,
    #65738e 0%,
    #65738e 50%,
    #523b58 50%,
    #523b58 100%
  );
  border: 4px solid #fff;
}
.amcharts-amexport-menu .amcharts-amexport-item .amcharts-amexport-label {
  color: #0a55ed;
  font-weight: 800;
  text-decoration: none;
}
.bootstrap-tagsinput {
  width: 100%;
}
.bootstrap-tagsinput {
  padding: 4px 0px !important;
}
.bootstrap-tagsinput > span.tag {
  margin-left: 2px;
  margin-right: 0px;
  font-weight: normal;
  background-color: #337ab7;
  font-size: 85%;
}
.bootstrap-tagsinput input {
  width: 100% !important;
}
.nowrap {
  white-space: nowrap;
}
.overflow-y-hidden {
  overflow-y: hidden;
}

#quickview {
  padding: 0 !important;
}
#quickview .modal-dialog {
  width: 85% !important;
  max-width: none;
  height: 100%;
  /*margin: 0 auto;*/
}
#quickview .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
#quickview .modal-body {
  overflow-y: hidden;
}
/* Pop Up */
#modal_cc .mar-l5p {
  margin-left: 5px;
}
#modal_cc .mar-t2 {
  margin-left: 5px;
  margin-top: 2px;
}
.pad-t10p {
  padding-top: 10px !important;
  /* padding-left: 20px !important; */
}
#modal_cc .inline-block b {
  color: #337ab7 !important;
  font-size: 12px;
  font-weight: 700;
  display: inline-block !important;
}
#modal_cc .checkbox input[type="checkbox"] {
  margin-top: -6px !important;
}
#modal_cc .checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  margin-left: -14px !important;
}
.class-CodeLeft {
  border: 1px solid #ccc;
  min-height: 0px;
  width: 78%;
  overflow: auto;
  max-height: 400px;
  padding: 1%;
  background-color: #f9f9f9;
}
.class-CodeRight {
  min-height: 0px;
  width: 20%;
  margin-left: 1%;
  position: absolute;
  right: 10px;
  /* overflow: auto; */
  /* max-height: 400px; */
  padding: 1%;
  background-color: #f9f9f9;
}
#modal_cc .pull-right .remove_icon {
  float: right;
  margin-top: 4px;
}
#modal_cc .selection_remove_icon {
  float: right;
  margin-top: 4px;
  margin-right: 6px;
}
#cc_paneldiv {
  margin-top: 10px;
  padding: 10px;
}
#modal_cc .nav-tabs {
  border-bottom: 1px solid #dee2e6 !important;
}
.scrollable-menu {
  max-height: 200px;
  overflow-y: auto;
}
#cc_body_2 .ulClass {
  height: 365px;
  overflow: auto;
}
#cc_body_2 .btn_div {
  width: 147px;
  border-top: 2px solid #dee2e6;
  background: #f9f9f9;
  height: 33px;
  position: absolute;
  bottom: 0;
  margin-left: -6px;
}
.taxonomyChartHolder {
  height: 400px;
  border: 2px solid rgb(226, 226, 226);
}
#trainModalConfMatDetails .modal-dialog,
#testModalConfMatDetails .modal-dialog,
#modal_show_catresults .modal-dialog {
  max-width: 80%;
}
/* Settings Page */
#settingsTabContent select {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
#neOrderId1 {
  font-size: 14px;
}
.displayfield_labels {
  font-size: 13px;
}
.quickbrowse_options {
  overflow-x: scroll;
  overflow-y: hidden !important;
  flex-wrap: nowrap;
}
#topfields_concept_menu,
#analysis_sortbyoption {
  height: 400px;
  overflow: auto;
}
.nplDiv {
  width: 200px;
  height: 100px;
  float: left;
  position: relative;
  margin: 5px;
  display: table;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}
.valign-middle {
  vertical-align: top;
}
.landscape-icon {
  background-image: url(/assets/images/LandscapeButton.png);
  background-repeat: no-repeat;
}
.pt_icn {
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-bottom: -4px;
  margin-bottom: -5px \0/;
}
.pt_button {
  background-color: white;
  padding: 0px;
  border: 0;
}
#tableDiv [class^="res_hl_"],
#pnResultsTable [class^="res_hl_"],
#resultsTable [class^="res_hl_"] {
  color: red;
  font-style: italic;
  background: none !important;
}

.taxonomy_queryfeild {
  pointer-events: none;
}
.setting_tabs {
  text-decoration: none !important;
}
#modal_edit_taxrule input[type="text"],
#modal_edit_taxrule textarea,
#modal_add_taxnode input[type="text"],
#modal_add_taxnode textarea {
  width: 80% !important;
}
.table td {
  padding: 0.5rem !important;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: 0.5rem !important;
}
#topheader_viewdiv {
  margin-top: 60px;
  margin-left: 21px;
}
#customgraph_row1 {
  border-bottom: 1px solid #e2e2e2;
}
#lt_limit1,
#lt_limit2 {
  height: 30px !important;
}
#ultimatePatentDropdown {
  background-color: white;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  padding-top: 10px;
  cursor: auto;
}
#ultimatePatentDropdown:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e2e2e2 !important;
}
.lb-caption {
  display: none !important;
}
.editableSearchTextBoxSharedP{
  cursor: default !important;
}
.dropDownItem{
  border:none !important;
  outline: none !important;
}
.nav-item:focus{
  outline: none !important;
  box-shadow: none !important;
}
#alertsContainer{
  z-index: 1505 !important;
}
.op_btn:focus{
  outline: none;
  box-shadow: none;
  background: #fff;
  color: #000;
  border: 1px solid #e2e2e2;
  font-size: 14px;
}
.opDownload_btn:focus{
  background: #132a3f;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-family: Inter;
  font-weight: 600;
  outline: none;
  box-shadow: none;
}
#sbox1{
  white-space: nowrap;
  overflow: hidden;  
  text-overflow: ellipsis;
}
.classifier_label{
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  display: flex;  
}
.resContPhrase{
  background: #F0F2F5;
  border-radius:4px;
  padding: 15px;
}
.novelty_phrase_label{
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 1rem;
}
.phraseRes{
  border: 1px solid #BFC7D9;
  background: #FFFFFF;
  /* margin: 0.07rem; */
  border-radius: 4px;
}
.phrasesDiv{
  border-bottom:1px solid #BFC7D9;
}
.selectedItems{
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: right;

}
.noveltyPhraseViewFooter{
  padding: 15px 80px 15px 10px;
  border-top: 1px solid #ccc;
  text-align: right;
  position: fixed;
  bottom: 5px;
  margin-left: -35px;
}
.noveltyHomeViewFooter{
  padding: 15px 80px 15px 10px;
  border-top: 1px solid #ccc;
  text-align: right;
  position: fixed;
  bottom: 5px;
  margin-left: -4rem;
}
.novelty-expand-footer{
  width: calc(100% - 65px);
}
.novelty-collapse-footer{
  width: calc(100% - 265px);
}
/* Home Page */
.novelty-expand-homePageFooter{
  width: calc(100% - 250px);
}
.novelty-collapse-homePageFooter{
  width: calc(100% - 50px);
}
.primaryDisabled{
  pointer-events: none;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  opacity: .65;
}
.novelty_label{
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
}
.w-85{
  width: 85% !important;
}
#systemContextDiv,
#userContextDiv,
#derivedPhrases,
#placeHolderOfDP{
  padding: 20px;
  color: #697887;
}
#systemContextDiv .btn,
#userContextDiv .btn,
#derivedPhrases .btn{
  color: #697887 !important;
}
#placeHolderOfDP{
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #697887;
}
.novelty_user_phrase_label{
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #697887;
}
.phrasesDivs{
  height: 250px;
  overflow: auto;
}
.addNewPhraseBtn{
  margin-left: 2rem!important;
}
.relevanceHeading{
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #222D38;
}
.dropdown-menu {
  font-size: 14px;
}
/* Style for highlighted search terms */
.highlight {
  color: red;
  font-style: italic;
  background-color: #fff;
}

/* Style for vertical bar */
#termBar {
  position: fixed;
  right: 10px;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.term-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  /* Adjust height of term highlights */
  background-color: rgba(255, 0, 0, 0.7);
  /* Ensure term highlights don't interfere with clicks */
}

.dropleft .dropdown-toggle::before {
  content: none;
}
/* CSS specific to the dropdown */
#custom-dropdown .dropdown-menu {
  min-width: auto !important;
  border: 1px solid #ccc; /* Example border */
  border-radius: 5px; /* Example border-radius */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Example box shadow */
}
#custom-dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px; /* Example padding */
}
#custom-dropdown .dropdown-menu .dropdown-item .actions {
  display: flex;
  align-items: center;
}
#custom-dropdown .dropdown-menu .dropdown-item .actions i {
  margin-left: 5px;
  cursor: pointer;
}
.marker {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 10; /* Ensure the marker is above other elements */
}
