@tailwind base;
@tailwind components;
@tailwind utilities;

body, html {
  margin: 0px;
  padding: 0px;
}

body * {
  color: #666666;
  font-family: "Inter" ,sans-serif;
}

@font-face {
  font-family: "RobotoMono";
  src: url("../fonts/RobotoMono-Regular.ttf");
}
@font-face {
  font-family: "RobotoMono-Light";
  src: url("../fonts/RobotoMono-Light.ttf");
}

.bg-pryzm-blue {
  background-color: #4D6EB5;
}

.header__right ul li a {
  font-family: "RobotoMono",monospace;
  font-weight: 400;
  font-size: 10pt
}

.header__right ul li a:hover {
  color: #ABB8D0;
}

.header__right > ul > li:hover > a:before, .header__right > ul > li:hover > a:after {
  opacity: 1;
}

.header__right > ul > li > a {
  position: relative;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.header__right > ul > li > a:hover:before, .header__right > ul > li > a:hover:after {
  opacity: 1;
}
.header__right > ul > li > a:before {
  content: "[";
  position: absolute;
  left: -12px;
  top: 20px;
  font-size: 16px;
  color: #F47735;
  opacity: 0;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.header__right > ul > li > a:after {
  content: "]";
  position: absolute;
  right: -12px;
  top: 20px;
  font-size: 16px;
  color: #F47735;
  opacity: 0;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.bottom__footer {
  background-color: #171717;
}
.bottom__footer .copyright__wrap ul {
  padding: 0px;
  list-style-type: none;
}
.bottom__footer .copyright__wrap ul li {
  margin-right: 10px;
}
.bottom__footer .copyright__wrap ul li:last-child {
  margin-right: 0px;
}
.bottom__footer .copyright__wrap ul li a {
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
  border-radius: 5px;
  background-color: #121212;
}
.bottom__footer .copyright__wrap ul li a img {
  max-width: 24px;
}
.bottom__footer .copyright__wrap > p {
  margin: 0px;
  font-size: 9pt;
  font-family: "RobotoMono-Light", sans-serif;
  font-weight: 100;
  color: #fff;
}

.top__footer {
  background-color: #2f2f2f;
}
.top__footer ul li a {
  font-family: "RobotoMono" , monospace;
  font-size: 10pt;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  color: #bbb;
}
.top__footer ul li a:hover {
  background-color: #282828;
  color: #fff;
}

h1.title-1 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  color: #fff;
}

h2.title-2 {
  font-family: 'Roboto Slab' ,sans-serif;
  margin: 0px;
  font-weight: 300;
  padding-bottom: 11px;
  margin-bottom: 15px;
  border-bottom: 2px solid #5173C0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.element__info > h6 {
  font-family: 'RobotoMono' ,sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin-top: 0px;
}

.table__wrapper {
  width: 100%;
  overflow-x: auto;
  max-height: 500px; /* Fixed height for desktop */
  overflow-y: auto;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #5173C0 #f2f2f2; /* Firefox */
}
.table__wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #f2f2f2;
}
.table__wrapper::-webkit-scrollbar-thumb {
  background: #5173C0;
  border-radius: 6px;
  border: 2px solid #f2f2f2;
}
.table__wrapper::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 6px;
}
.table__wrapper table {
  border-collapse: collapse;
  text-align: left;
  min-width: 680px;
}
.table__wrapper table thead {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}
.table__wrapper table thead tr {
  box-shadow: 0 1px 0 0 #5173C0;
  background: #fff;
  z-index: 2;
}
.table__wrapper table td {
  padding: 10px 0px;
  padding-right: 20px;
  vertical-align: top;
}
.table__wrapper table th {
  border-bottom: 2px solid #5173C0;
  padding: 10px 0px;
  padding-right: 20px;
  vertical-align: middle;
  background-color: #fff;
}
.table__wrapper table th p {
  font-family: "RobotoMono" ,sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.hero__section {
  background: url("../img/heroimage.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero__section h3 {
  line-height: 38px;
  color: #fff;
}
.footer__section {
  background: url("../img/heroimage.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.second__controls {
  background-color: #4D6EB5;
}
.second__controls .outer__controls .controls__right * {
  font-family: "RobotoMono", sans-serif;
}
.second__controls .outer__controls .controls__right .filter__dropdown {
  color: #fff;
  position: relative;
}
.second__controls .outer__controls .controls__right .filter__dropdown .dropdown__box {
  position: absolute;
  top: 40px;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  z-index: 3;
  right: 0px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  width: 100%;
  min-width: 840px;
}
.second__controls .outer__controls .controls__right .search__form > input {
  outline: none;
  height: 35px;
  background-color: #fff;
  padding-left: 12px;
  padding-right: 12px;
}
.second__controls .outer__controls .controls__right .search__form button[type="submit"] > img {
  max-width: 28px;
}
.second__controls .outer__controls > span {
  font-family: "RobotoMono" , sans-serif;
  color: #fff;
}

.dropdown__box .group__input {
  width: 100%;
}

.dropdown__box .group__input select {
  height: 40px;
  border: 1px solid #cecece;
  outline: none;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.dropdown__box .group__input > input {
  height: 40px;
  width: 100%;
  border: 1px solid #cecece;
  outline: none;
  padding-left: 12px;
  padding-right: 12px;
}

.dropdown__box {
  position: absolute;
  top: 40px;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  z-index: 3;
  right: 0px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  min-width: 840px;
}

header .outer__header .header__right .droppable__box {
  position: relative;
}
header .outer__header .header__right .droppable__box .drop__box:hover {
  opacity: 1;
  pointer-events: initial;
}
header .outer__header .header__right .droppable__box > a:hover + .drop__box {
  opacity: 1;
  pointer-events: initial;
}
header .outer__header .header__right .droppable__box .drop__box {
  border-top: 3px solid  #F47735;
  position: absolute;
  left: 0px;
  right: auto;
  z-index: 3;
  background-color: #fff;
  /*border-radius: 4px;*/
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  min-width: 240px;
  opacity: 0;
  top: 50px;
  pointer-events: none;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  margin-left: -10px; /* Align with the "[" of Services */
}
header .outer__header .header__right .droppable__box .drop__box ul {
  padding: 15px 25px 15px 25px;
  list-style-type: none;
  margin: 0px;
}
header .outer__header .header__right .droppable__box .drop__box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
header .outer__header .header__right .droppable__box .drop__box ul li a {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  width: 100%;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header .header__right .droppable__box .drop__box ul li a:hover {
  color: #9B9B9B;
  background-color: #F9F9F9;
}
header .outer__header .header__right > a {
  font-family: "RobotoMono", 'monospace';
  font-size: 10pt;
  border: 2px solid  #F47735;
  color: #F47735;
  padding: 5px 10px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  border-radius: 3px;
}
header .outer__header .header__right > a:hover {
  background-color: #F47735;
  color: #fff;
}
header .outer__header .header__logo a img {
  max-width: 180px;
}
header .outer__header .header__logo a img.large-logo {
  max-width: 260px;
}

.header__button a.active__header > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}
.header__button a.active__header > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 8px;
}
.header__button a.active__header > span:nth-child(2) {
  opacity: 0;
}
.header__button a > span {
  min-width: 26px;
  min-height: 3px;
  border-radius: 3px;
  background-color: #666;
  margin-bottom: 5px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  position: relative;
  top: 0px;
  bottom: auto;
}
.header__button a > span:last-child {
  top: auto;
  bottom: 0px;
  margin-bottom: 0px;
}

.search__results>p {
  margin-bottom: 0px;
}
.search__results>p:last-child{
  margin-bottom: 0px;
}
.search__results .search__results--wrapper {
  padding-top: 20px;
}

.search__results > .search__results--wrapper .elem__result>a.title{
  font-weight:500;
  text-decoration: none;
  color:#332A73;
  font-size:24px;
  transition:.4s ease all;
}
.search__results > .search__results--wrapper .elem__result a:hover{
  text-decoration: underline;
}
.search__results > .search__results--wrapper .elem__result:last-child{
  margin-bottom: 0px;
}
.search__results a.download_url {
  text-decoration: underline;
}

/* Start search results table */
.search-results-table {
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #ffffff; /* This will be the color of the gaps */
}

.search-results-table th {
  background-color: #5173C0;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border: 0px solid #ffffff; /* Add white border to headers */
}

.search-results-table td {
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0px solid #ffffff; /* Add white border to cells */
}

.search-results-table td:nth-child(7) {
  min-width: 100px;
}

.search-results-table td:last-child {
  width: 300px;
}

/* --- zebra striping applied per logical record --- */
.search-results-table tbody:nth-of-type(odd)  tr { background:#ffffff; }
.search-results-table tbody:nth-of-type(even) tr { background:#f2f2f2; }

/* End search results table */


.pagination__list ul li {
  margin-right:5px;
}
.pagination__list ul li:last-child{
  margin-right: 0px;
}
.pagination__list ul li a:hover{
  background-color:#F47735;
}
.pagination__list ul li.active__pagination>a{
  background-color:#F47735;
}
.pagination__list ul li a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width:32px;
  background-color:#353C4D;
  border-radius: 50px;
  color:#fff;
  max-width:32px;
  min-height:24px;
  font-size: 14px;
  max-height:24px;
  transition:.4s ease all;
}
.pagination__list ul{
  list-style-type: none;
  margin:0px;
  padding:0px;
}
.pagination__list ul li.disabled a {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
  opacity: 0.6;
}
.pagination__list ul li.disabled a:hover {
  background-color: #ccc;
}
.error__wrapper{
}
.error__info{
  width: 100%;
  max-width:480px;
}
.other__link>ul>li>a{
  color:#4D6EB5;
}
.error__wrapper .error__info>h6{
  margin-top: 0px;
}
.error__wrapper .error__logo{
  max-width: 480px;
  width: 100%;
}
.error__wrapper .error__logo>img{
  max-width:100%;
}
.error__wrapper {
  min-height:calc(100vh - 180px);
}
.pre__footer{
  background:url('../img/footerback.webp');
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center;
}
.outer__pre{
  background-color:#000;
  max-width: 610px;
}
.outer__pre > h2 {
  font-family: 'Roboto Slab' ,sans-serif;
  font-weight: 300;
}
.outer__pre>h2 , .outer__pre>p{
  color:#fff;
}
.button__wrapper {
  position: relative;
  right:-80px;
}
.button__wrapper>a{
    font-size: 10pt;
    background-color:#F47735;
    min-width:170px;
    min-height:45px;
    color:#fff;
    padding: 5px 10px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    border-radius: 3px;
    letter-spacing:0.05em;
    font-weight: 500;
}
.button__wrapper>a:hover{
  opacity:.7;
}

img.download-icon {
  display: inline-block;
  width: 35px;
  margin-left: 5px;
}

/* Tooltip styles */
.tooltip {
  position: absolute;
  top: -30px;
  right: 0;
  background-color: #1f2937;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.875rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}

.tooltip-text {
  color: #ffffff !important;
}

.inline-block {
  position: relative;
  display: inline-block;
}

.inline-block:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

/* Add group/multi-select */
.group__multi>p{
  font-family:"RobotoMono" ,sans-serif;
}
.group__multi{
  position: relative;
}
.group__multi .box{
  position: absolute;
  left: 0px;
  top:100%;
  border:1px solid #cecece;
  background-color:#fff;
  z-index: 3;
  width: 100%;
}
.group__multi>.field{
  cursor:pointer;
  background:url('../img/bold-dropdown.png');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) center;
  display: flex;
  align-items: center;
  justify-content: flex-start
}
.group__multi>.field{
  min-height: 40px;
    width: 100%;
    border: 1px solid #cecece;
    outline: none;
    padding:2px 12px;
    padding-right: 25px;
    flex-wrap:wrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 4px;
}

.group__multi .box{
  max-height: 240px;
  overflow-y:auto;
}
.group__multi .box::-webkit-scrollbar {
  width: 6px;
}
 
.group__multi .box::-webkit-scrollbar-track {
  
}
.group__multi .box::-webkit-scrollbar-thumb {
  background-color:#e9e9e9;
  border-radius:5px;
}
.group__multi .elem:last-child{
  border-bottom: 0px;
}
.group__multi .elem{
  border-bottom:1px solid #ececec;
}
/* Hide the browser's default checkbox */
.container__check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 18px;
  min-width: 18px;
  border:1px solid #000;
  border-radius: 3px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container__check input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container__check .checkmark:after {
  left: 5.5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.group__multi>.field .tag p{
  color:#fff!important;
  font-family:"RobotoMono",monospace;
}
.group__multi>.field .tag a{
  display: inline-flex;
  margin-left: 6px;
}
.group__multi>.field .tag a img{
  min-width: 10px;
  max-width: 10px;
}
.group__multi>.field .tag{
  border:0px!important;
  background-color:#4D6EB5;
  border-radius: 0.375rem;
}
/* End group/multi-select */


@media (max-width: 1024px) {
  header .outer__header .header__right .droppable__box .drop__box {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  header .header__right {
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    top: -100%;
    -webkit-transition: .8s ease all;
    transition: .8s ease all;
    height: 100%;
  }

  .second__controls .outer__controls .controls__right .filter__dropdown .dropdown__box {
    min-width: 540px;
  }
}
@media (max-width: 767px) {
  .button__wrapper{
    right:0px;
  }
  .second__controls .outer__controls .controls__right .filter__dropdown .dropdown__box {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (max-width: 640px) {
  .error__wrapper {
  min-height:calc(100vh - 240px);
}
  .second__controls .outer__controls .controls__right .filter__dropdown .dropdown__box {
    min-width: 290px;
  }
  .table__wrapper {
    max-height: 300px;
  }
}

@media (max-width: 1024px){
  .header__button{
  z-index: 80;
  }
  header .header__right{
  z-index: 75;
  }
  }

/* Begin dropdown styles */

.complex__dropdown>.search__field{
  height: 40px;
  width: 100%;
  border: 1px solid #cecece;
  outline: none;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: relative;
  /*background:url('../img/dropdown.webp');*/
  background-repeat: no-repeat;
  background-size:14px;
  background-position:calc(100% - 15px) center;
}
.complex__dropdown>.search__field input{
  position: absolute;
  left: 0px;
  top:0px;
  width: calc(100% - 30px);
  height: 38px;
  padding-left:15px;
  padding-right:15px;
  font-size:16px;
  outline:none;
}
.dropdown__box--filter .group__input select{
  background:url('../img/dropdown.webp');
  background-repeat: no-repeat;
  background-size:14px;
  background-position:calc(100% - 15px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.complex__dropdown .dropdown__box ul li:last-child{
  margin-bottom: 0px;
}
.complex__dropdown .dropdown__box ul{
  max-height:320px;
  overflow-y:auto;
  padding-right:5px;
  width: calc(100% + 5px);
}
.complex__dropdown .dropdown__box--filter ul::-webkit-scrollbar {
  width: 6px;
}
 
.complex__dropdown .dropdown__box--filter ul::-webkit-scrollbar-track {
  
}
 
.complex__dropdown .dropdown__box--filter ul::-webkit-scrollbar-thumb {
  background-color:#e9e9e9;
  border-radius:5px;
}
.complex__dropdown .dropdown__box--filter ul li {
  display: flex;
  width: 100%;
  margin-bottom:2px;
}
.complex__dropdown .dropdown__box--filter ul li a{
  display: flex;
  padding:5px 15px;
  transition:.4s ease all;
  border-radius:5px;
  width: 100%;
}
.complex__dropdown .dropdown__box--filter ul li a:hover{
  background-color:#eeeeee;
}
.complex__dropdown .dropdown__box--filter{
  min-width: 0px!important;
  padding:5px!important;
}
.complex__dropdown>.search__field span{
  position: absolute;
  left:15px;
  width: calc(100% - 30px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  font-size:16px;
  color:#000;
  -webkit-box-orient: vertical;
}
.complex__dropdown{
  position: relative;
}
.dropdown__box--filter{
  position: absolute;
  top: 40px;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  z-index: 3;
  right: 0px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.dropdown__box--filter ul li a{
font-family:sans-serif!important;
}
.dropdown__box--filter ul li a p{
font-family:sans-serif!important;
}
.dropdown__box--filter ul li a p strong{
font-family:sans-serif!important;
}

/* End dropdown styles */


.elem__result {
  width:100%;
}
.elem__result a{
  display: block;
}
.elem__result  p span.break-all{
  word-break: break-all;
}
body *{
  box-sizing: border-box;
}

/* Start login page */
.login__wrapper{
  width: 100%;
}
.login__box .group__input>p{
  font-family:"RobotoMono" ,monospace;
}
.login__wrapper .group__submit>button{
  font-family: "RobotoMono", monospace;
  font-size: 14px;
  border: 2px solid black;
  background-color: white;
  color: black;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  border-radius: 3px;
}
.login__wrapper .group__submit>button:hover{
  background-color:#F47735;
  color:#fff;
}

.login__wrapper>.container{
  min-height:calc(100vh - 56px);
}
.login__wrapper .login__box{
  max-width: 380px;
  background-color:#4C70C2;
}
.login__wrapper>.container>a>img{

  max-width: 190px;
}
footer.fixed{
  position: fixed;
  bottom:0px;
  left: 0px;
}
@media (max-width: 480px){
  .login__wrapper>.container{
    min-height: calc(100vh - 88px);
  }
}
/* Password requirements text override */
.password-requirements {
  color: #ffffff;
  opacity: 0.7;
}
.password-requirements p,
.password-requirements li {
  color: #ffffff;
}
/* End login page */

/* Start tags CSS */
.tag__wrapper{
  width: 100%;
  min-height: 40px;
  /*cursor:pointer;*/
  width: 100%;
  border: 1px solid #cecece;
  outline: none;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  align-items: center;
  justify-content:flex-start;
  flex-wrap:wrap;
  padding-top: 7px;
  padding-bottom: 7px;
}
.tag__wrapper .tag a{
  display: inline-flex;
  margin-left: 6px;
}
.tag__wrapper .tag a img{
  max-width: 10px;
  min-width: 10px;
}
.tag__wrapper .tag{
  padding:3px 6px;
  display: inline-flex;
  align-items:center;
  justify-content: flex-start;
  font-size: 14px;
  margin:3px 0px;
  background-color:#4D6EB5;
  margin-right: 4px;
  border-radius: 0.375rem;
}
.tag__wrapper .tag p{
  color:#fff;
  cursor: pointer;
}
.tag__wrapper input{
  outline:none;
  font-size: 16px;
  width: 140px;
}
.tag__block .dropdown__tags li.fully__hidden{
  display: none!important;
}
.tag__block .dropdown__tags{
  position: absolute;
  left: 0px;
  bottom:auto;
  width: 100%;
  top:auto;
  border:1px solid #cecece;
  background-color:#fff;
  z-index: 2;
  margin-top: 0;
  border-top: none;
}
.tag__block .dropdown__tags ul li:last-child{
  margin-bottom: 0px;
}
.tag__block .dropdown__tags ul li.empty{
  text-align:center;
  justify-content:center;
  padding:7px 10px;
}
.tag__block .dropdown__tags ul{
  max-height:240px;
  overflow-y:auto;
  padding-right:5px;
  width: calc(100% + 5px);
}
.tag__block .dropdown__tags ul::-webkit-scrollbar {
  width: 6px;
}
 
.tag__block .dropdown__tags ul::-webkit-scrollbar-track {
  
}
 
.tag__block .dropdown__tags ul::-webkit-scrollbar-thumb {
  background-color:#e9e9e9;
  border-radius:5px;
}
.tag__block .dropdown__tags ul li {
  font-family:sans-serif!important;
  display: flex;
  width: 100%;
  margin-bottom:2px;
}
.tag__block .dropdown__tags ul li a{
  font-family:sans-serif!important;
  display: flex;
  padding:5px 15px;
  transition:.4s ease all;
  cursor:pointer;
  border-radius:5px;
  width: 100%;
}
.tag__block .dropdown__tags ul li a:hover{
  font-family:sans-serif!important;
  background-color:#eeeeee;
}

.tag__block .dropdown__tags ul li a p{
  font-family:sans-serif!important;
}

.tag__block .dropdown__tags ul li a p strong{
  font-family:sans-serif!important;
}

.tag__block .dropdown__tags{
  min-width: 0px!important;
  padding:5px!important;
}
.tag__block>.search__field span{
  position: absolute;
  left:15px;
  width: calc(100% - 30px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  font-size:16px;
  color:#000;
  -webkit-box-orient: vertical;
}
.tag__block{
  position: relative;
}
/* End tags CSS */

.basic-search-container {
    position: relative;
    transition: opacity 0.2s ease-in-out;
    border-radius: 4px;  /* Match the border radius of the container */
    overflow: hidden;    /* Ensure nothing spills outside */
}

.basic-search-container input {
    border-radius: 4px 0 0 4px;  /* Round only the left corners of the input */
}

.basic-search-container.filters-active {
    opacity: 0.25;  /* Slightly darker overlay */
    pointer-events: none;
    user-select: none;  /* Prevent text selection */
}

.basic-search-container.filters-active input {
    cursor: not-allowed;
    /*text-decoration: line-through;*/
    text-decoration-color: rgba(0, 0, 0, 0.3);
    text-decoration-thickness: 1px;
}

.basic-search-container.filters-active button {
    cursor: not-allowed;
    opacity: 0.25;  /* Make the magnifying glass more faded */
}

.basic-search-container.filters-active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin: 0;  /* Remove any potential margin */
}

.search-helper-text {
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.9) !important;  /* Make helper text more visible */
    font-style: italic;
}

/* Comment Links Entry Styling - Compact Version */
.comment-link-entry {
    position: relative;
    background-color: #f9fafb;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    padding: 0.5rem 2.5rem 0.5rem 0.5rem; /* top right bottom left */
    margin-bottom: 0.5rem;
}

.comment-link-entry:last-child {
    margin-bottom: 0;
}

.comment-link-entry textarea,
.comment-link-entry input[type="url"] {
    padding-right: 18px;
}

.comment-link-entry input[type="text"],
.comment-link-entry input[type="url"] {
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
}

.comment-link-entry input[type="text"]:focus,
.comment-link-entry input[type="url"]:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 1px #3b82f6;
}

.remove-entry-btn {
    background-color: #ef4444;
    color: white;
    border: none;
    border-radius: 0.375rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    cursor: pointer;
    transition: background-color 0.2s;
    min-width: 24px;
    height: 28px;
}

.remove-entry-btn:hover {
    background-color: #dc2626;
}

.comment-link-entry .icon-btn-remove {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 2;
    background: none;
    border: none;
    padding: 0.25rem;
    border-radius: 0.375rem;
    color: #9ca3af; /* Tailwind gray-400 */
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.comment-link-entry .icon-btn-remove:hover {
    background: #e0e7ff; /* Tailwind blue-100 */
    color: #4D6EB5; /* pryzm-blue */
}

.remove-entry-link {
    display: block;
    color: #4D6EB5;
    font-size: 0.8em;
    margin-top: 0.25rem;
    margin-left: 0;
    margin-right: 0;
    text-align: right;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s, text-decoration 0.2s;
    width: 100%;
}
.comment-link-entry .remove-entry-link:hover {
    color: #2563eb;
    text-decoration: underline;
}

/* Improve button layout spacing */
#summary-comments-edit .mt-3 {
    margin-top: 1rem;
}

#summary-comments-edit .mt-3:first-of-type {
    margin-top: 0.75rem;
}

#add-comment-link-btn {
    margin-bottom: 0.5rem;
}

.icon-btn-remove {
  background: none;
  border: none;
  padding: 0.25rem;
  border-radius: 0.375rem;
  color: #9ca3af; /* Tailwind gray-400 */
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.icon-btn-remove:hover {
  background: #e0e7ff; /* Tailwind blue-100 */
  color: #4D6EB5; /* pryzm-blue */
}

/* User Avatar Styles */
.user-avatar-container {
  position: relative;
  display: inline-block;
}

.user-avatar-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #4D6EB5; /* pryzm-blue */
  color: white;
  font-weight: 600;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.user-avatar-btn:hover {
  background-color: #3d5a95; /* darker blue */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

.user-avatar-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.user-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 8px;
  min-width: 120px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.user-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 4px 0;
}

.user-dropdown li {
  margin: 0;
}

.user-dropdown a {
  display: block;
  padding: 8px 16px;
  color: #374151;
  text-decoration: none;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  transition: background-color 0.2s ease;
}

.user-dropdown a:hover {
  background-color: #f3f4f6;
  color: #374151;
}

/* Hide dropdown by default */
.user-dropdown.hidden {
  display: none;
}

/* Show dropdown when active */
.user-dropdown.show {
  display: block;
}

/* Segmented control for MOA operator */
.moa-operator-control-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.moa-operator-control {
  display: inline-flex;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f9fafb;
}

.moa-operator-btn {
  padding: 4px 0;
  font-size: 11px;
  font-weight: 500;
  color: #6b7280;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  text-align: center;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.moa-operator-btn:first-child {
  border-right: 1px solid #d1d5db;
}

.moa-operator-btn:hover {
  background-color: #f3f4f6;
}

.moa-operator-btn.active {
  background-color: #dbeafe;
  color: #1e40af;
  font-weight: 600;
}

.moa-operator-btn.active:hover {
  background-color: #bfdbfe;
}