/* bottom page navigation */
@font-face {
  font-family: Satoshi;
  src: url(/fonts/Satoshi/satoshi-variable.woff2) format("woff2"),
    url(/fonts/Satoshi/satoshi-variable.woff) format("woff"),
    url(/fonts/Satoshi/satoshi-variable.ttf) format("truetype");
  font-display: swap;
  font-style: normal;
}

:root {
  --brand-Blue: #009CD7;
  --White: #FEFEFE;
  --border-Blue: #CAD9E9;
  --Dark: #222;
  --Cultured: #F5F5F5;
  --Light: #777;
}
.tb-docs-header-3{
  color: var(--Dark);
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
  line-height: 46.8px;
}
.tb-docs-header-5{
  color: var(--Dark);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px
}
.tb-docs-mu{
  margin: unset;
}
.d-none {
  display: none;
}
.overflow-hidden{
  overflow: hidden;
}

.bnav-page-nav-links {
  width: auto;
  margin: 3em 0 0 0;
  display: grid;
  padding: 1.5em 0 0 0;
  column-gap: 24px;
  grid-template: 'previous next' auto / 1fr 1fr;
  border-top: solid #eaeaea 1px;
}
.bnav-page-button {
  background: #FEFEFE !important;
  color: rgb(36, 42, 49) !important;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
  flex-direction: row;
  align-items: center;
  text-decoration: none !important;
  border: 1px solid transparent;
}
.bnav-page-button:hover,
.bnav-page-button:focus,
.bnav-page-button:active {
  border-color: rgb(32, 110, 167);
  cursor: pointer;
  outline-style: none;
  border: 1px solid rgb(230, 236, 241);
  border-radius: 3px;
  box-shadow: rgba(116, 129, 141, 0.1) 0px 3px 8px 0px;
  transition: border 250ms ease 0s;
}
.bnav-page-button:hover svg,
.bnav-page-button:focus svg,
.bnav-page-button:active svg {
  color: rgb(32, 110, 167);
}
.bnav-page-button.prev {
  grid-area: previous / previous / previous / previous;
}
.bnav-page-button.next {
  grid-area: next / next / next / next;
}
.bnav-page-card {
  flex: 1 1 0%;
  margin: 0px;
  display: block;
  padding: 1em;
  text-align: left;
}
.bnav-page-card.next {
  text-align: right;
}
.bnav-page-card.prev {
  text-align: left;
}
.bnav-card-svg {
  padding-right: 0;
  flex: 0 0 auto;
  color: rgb(157, 170, 182);
  margin: 0px;
  display: block;
  padding: 16px;
  font-size: 24px;
}
.bnav-card-svg.prev {
  order: 0;
}
.bnav-card-svg.next {
  order: 1;
}
.bnav-card-svg > svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  transition: color 250ms ease 0s;
}
.bnav-card-hint {
  color: rgb(157, 170, 182);
  margin: 0;
  display: block;
  padding: 0;
}
.bnav-card-hint > span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.bnav-card-title {
  margin: 0px;
  display: block;
  padding: 0px;
  transition: color 250ms ease 0s;
}
.bnav-card-title > span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.bnav-card-icon {
  flex: 0 0 auto;
  color: rgb(157, 170, 182);
  margin: 0px;
  display: block;
  padding: 16px;
  font-size: 24px;
  transition: color 250ms ease 0s;
}
@media screen and (max-width: 768px) {
  .footer-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flex-wrapper-pop {
    margin: 10px 0px 0px 0px;
  }
  .goals-title-date {
    margin-bottom: 0px;
  }
  .title-pop {
    margin-bottom: 0px;
  }
  .bnav-page-nav-links {
    display: block;
  }
  .bnav-page-button.prev {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .grid-item-direction .images-fix-content {
    width: 100% !important;
  }
}
@media screen and (min-width: 1160px) {
  .grid-item-direction .images-fix-content {
    width: 40% !important;
  }
}

/* end bottom page navigation */
.caret-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 35px;
}
.caret-icon:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 14px;
  border-top: 4px solid #636363;
  border-bottom: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.caret-icon.open:before {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #636363;
  border-right: 0px;
}
.entity-list-item .entity-list-item-name {
  display: inline-block;
}
.book-contents .entity-list-item .icon {
  margin-right: 15px;
}
.updated-item-log .heading {
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.9rem;
  min-height: 35px;
  margin-top: 0;
}
.updated-item-log .time {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 34px;
  border-radius: 6px;
  border: 1px solid var(--brand-Blue);
  background: var(--White);
  color: var(--brand-Blue);
}
.updated-item-log .time-icon {
  display: flex;
  margin-right: 10px;
}
.updated-item-log .article-meta {
  margin: 5px 0 10px;
  display: flex;
  flex-wrap: wrap;
}
.updated-item-log .category {
  margin-right: 10px;
  position: relative;
  border-radius: 20px;
  padding: 1px 9px;
  font-size: 12px;
  height: 20px;
  line-height: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 5px;
  transition: background-color 0.15s;
}
.updated-item-log .article-author {
  font-size: 14px;
  line-height: 20px;
  color: rgba(71, 82, 93, 0.4);
  margin-bottom: 5px;
}
.updated-item-log .article-content {
  line-height: 1.55rem;
  min-height: 40px;
  clear: both;
}
.updated-item-log .article-content img {
  display: block;
  width: 100%;
  height: auto;
}
.tb-docs-ups-content{
  margin: 10px 0px 10px 26px;
  border-left:2px dashed var(--border-Blue);
}
.tb-docs-ups-content-inner{
  padding-left: 65px;
}
.tb-docs-filter-buttons{
  padding: 15px 0px;
}
.tb-docs-filter-buttons .tb-docs-filter-button.active{
  background: var(--brand-Blue);
  color: var(--White);
}
.tb-docs-filter-buttons .tb-docs-filter-button:hover{
  background: var(--brand-Blue);
  color: var(--White);
}
.tb-docs-filter-buttons .tb-docs-filter-button{
  display: inline-flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: var(--Cultured);
  cursor: pointer;
  margin-bottom: 5px;
}
#morebtn {
  margin-bottom: 50px;
  margin-top: 50px;
}
#morebtn span {
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 25px;
  position: relative;
  border: 2px solid;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  color: #000000;
  cursor: pointer;
}
#morebtn span:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #000000;
  position: absolute;
  bottom: -20px;
  left: 44%;
}
.form-group select {
  width: 100%;
  height: 45px;
}

.custom-grid .column {
  color: #fff;
  display: block;
}
.custom-grid .column > div {
  min-height: 110px;
}
/* .grid-item-direction.grid-item-bottom {
  padding-left: 5px;
} */
.custom-grid::before,
.custom-grid::after {
  display: table;
  content: ' ';
  clear: both;
}
.custom-grid .full,
.custom-grid .half,
.custom-grid .third {
  width: 100%;
}
.custom-grid .full {
  width: 100%;
}
.custom-grid .half {
  width: calc(100% / 2);
}
.custom-grid .third {
  width: calc(100% / 3);
}
.custom-grid .column {
  float: left;
}
.category-list-help.custom-grid .column > div {
  border: 1px solid #d1e7ec !important;
  text-align: center;
  margin-bottom: 35px;
  margin-right: 35px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.continent-width {
  width: 40%;
  height: 100%;
}
.continent-margin {
  margin-right: 1.3rem;
}
.text-continent-margin {
  margin-left: 1.3rem;
  margin-right: 0.8rem;
}
.p-text-color {
  color: #758195;
  margin-bottom: 0px !important;
}
.position-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.a-text-decoration:hover {
  text-decoration: none;
}

.bg-color-hr {
  padding: 6.8%;
  height: 126px !important;
  background-color: #f4fdff;
  border-right: 1px solid #d1e7ec;
  border-radius: 8px 0px 0px 8px;
}

.category-list-help.custom-grid .column > .border-box-shadow:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.text_text-decoration {
  background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.text_text-decoration::before {
  content: '';
  background: #ff6600;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
.category-list.custom-grid .column > div:hover .text_text-decoration::before {
  width: 100%;
}
.category-list.custom-grid .column .book-icon {
  font-size: 40px;
  margin-top: 25px;
  display: inline-block;
  color: #222229;
}
.category-list.custom-grid .column h4 {
  font-weight: 700;
}
.category-list.custom-grid .column .featured-image-container-wrap {
  position: relative;
  border-radius: 7px 7px 0px 0px;
}
.category-list.custom-grid
  .column
  .featured-image-container-wrap
  .featured-image-container {
  border-radius: 7px 7px 0px 0px;
}
.h4-mt {
  font-weight: bold;
  font-size: 1.2em !important;
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}
.featured-image-container {
  border-radius: 12px;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 145px;
  background-size: contain;
  background-position: 50% 50%;
  transition: opacity ease-in-out 240ms;
}

@media screen and (max-width: 1024px) {
  .tb-ditails-mini-header{
    /* height: 125px !important; */
    justify-content: center !important;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .category-roadmap .tri-layout-container.open .scrolling-wrapper-toggle {
    max-width: unset !important;
  }
  .category-list.custom-grid .column h4 {
    font-size: 16px;
  }
  .p-text-color {
    margin-bottom: 0px !important;
  }
  /* .bg-color-hr {
    padding: 1.5rem;
  } */
  .text-padding {
    margin-left: 1.3rem !important;
  }
  .h4-mt {
    font-size: 1.2em !important;
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  .p-mt {
    margin-bottom: 0em !important;
  }
  .category-list.custom-grid .column p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1000px) {
  .login-user-logo {
    position: revert !important;
  }
}
@media screen and (max-width: 928px) {
  .grid-item-bottom {
    margin-bottom: 15px !important;
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .tb-ditails-mini-header .search-bar-mendable .DocSearch-Button{
    width: 300px !important;
  }
  .category-list.custom-grid .column h4 {
    font-size: 16px;
  }
  .category-list.custom-grid .column p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1440px) {
  .p-mt {
    margin-bottom: 0em !important;
  }
}
@media screen and (max-width: 702px) {
  .custom-grid .half {
    width: calc(100%);
  }
  .geid-item-by-pin {
    grid-template-columns: auto auto !important;
  }
  .category-list-help {
    padding-left: 1.6rem;
  }
}

@media screen and (max-width: 425px) {
  .custom-grid .half,
  .custom-grid .third {
    width: 100%;
  }
  .text-padding {
    margin-left: 2.3rem !important;
  }
  .goal-popup {
    padding: 10px !important;
  }
}

.entity-list .icon-list div {
  display: inline-block;
}
.entity-list .icon-list .icon-list-item {
  padding: 8px 12px;
  border: 1px solid #80808052;
  border-radius: 5px;
}
.entity-list .icon-list {
  margin: 0;
  margin-top: 10px;
}

.card-item {
  border-bottom: 1px solid #f3f3f3;
  position: relative;
  transition: none;
  background: #fff;
  padding: 20px;
  padding-top: 5px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 2px 0px 9px 0px #00000033;
}
#created_at_h,
#created_at_m,
#publish_at_m,
#publish_at_h {
  width: 60px;
  display: inline-block;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: 95%;
  z-index: 999;
  overflow: auto; /* Enable scroll if needed */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Modal Content */
.modal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.modal .modal-content .loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.modal .modal-header .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal .modal-header .close:hover,
.modal .modal-header .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal .modal-header {
  padding: 2px 16px;
  background-color: #000000ba;
  color: white;
  display: flex;
}
.modal .modal-header:after {
  content: '';
  display: block;
  clear: both;
}
.modal .modal-header h2 {
  margin-top: 10px;
  font-size: 20px;
  color: #fff;
  width: 98%;
}
.modal .modal-body {
  width: 100%;
  height: 100%;
  padding: 20px 50px 20px 20px;
  overflow: auto;
  max-height: 65vh;
  min-height: 150px;
}
.modal .modal-body img {
  display: block;
  height: auto;
  width: 100%;
}
i.fa.fa-sharp.fa-solid.fa-caret-right.arrow-icon-position {
  position: absolute;
  right: -3%;
}
.status-operational.dropdown {
  padding: 7px 18px 7px 18px;
}
.footer-tada-links {
  color: #ffffff;
}
.footer-tada-links-sec {
  padding-left: 1.4rem;
  color: #ffffff;
}
.footer-tada-links-sec:hover {
  text-decoration: unset;
  color: #ffb38a !important;
}
.footer-tada-links:hover {
  text-decoration: unset;
  color: #ffb38a !important;
}
.modal .modal-footer {
  padding: 10px 15px;
  background-color: #454545;
  color: white;
}
.modal .modal-footer h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
}
.modal .modal-footer .btn {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  border: none;
  border-radius: 5px;
  float: right;
  text-decoration: none;
  background: green;
  margin-right: 5px;
}
.modal .modal-footer .btn:first-child {
  margin-right: 0;
}
.modal .modal-footer .close {
  background: #726060;
}
.modal .modal-footer .edit-btn {
  background: #e3cd35;
}
.modal .modal-footer .delete-btn {
  background: #df1414;
}
.modal .modal-footer:after {
  content: '';
  display: block;
  clear: both;
}
.tb-docs-ups-content-inner a:hover{
  color: var(--brand-Blue);
}
span.loadmore{
  color: var(--Light);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.2px;
}
.loadmore {
  color: rgba(71, 82, 93, 0.4);
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  display: inline-flex;
  padding: 13px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #F0F0F0;
  border: 1px solid transparent;
}
.loadmore:hover {
  background: transparent;
  border: 1px solid var(--border-Blue);
}
.loadmore svg {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  text-rendering: auto;
  position: relative;
  top: 0px;
}
.loadmore:focus,
.loadmore:visited {
  border: 0 !important;
  outline: none !important;
}
.homepage .tri-layout-container.full-width {
  display: block;
  padding-right: 0px;
}
.tri-layout-container .tri-layout-middle {
  padding-top: 0px;
}
.tri-layout-container {
  margin: 0px !important;
  background-color: #ffffff;
  /* margin-right: 0px !important;
  margin-left: 0px !important; */
}
/*.category-roadmap .tri-layout-container .tri-layout-left {
    display: none;
}*/
.category-roadmap .tri-layout-container.open .tri-layout-left {
  display: block;
}
.category-roadmap .tri-layout-container {
  display: block;
}
.category-roadmap .tri-layout-container.open {
  display: grid;
}
.category-roadmap .section {
  width: 272px;
  background: #dfe7ef;
  border-radius: 7px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  color: #606a79;
  padding: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  /*flex: none;*/
}
.category-roadmap .section .section-title {
  color: #606a79;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}
.category-roadmap .section .items {
  min-height: 30px;
}
.category-roadmap .section .page-item {
  padding: 10px;
  background: #fff;
  margin-bottom: 5px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.category-roadmap .section .page-item .page-title {
  display: block;
  margin: 0 0 4px;
  text-decoration: none;
  color: #172b4d;
}
.category-roadmap .entity-list-main.entity-list.book-contents {
  box-sizing: border-box;
  max-height: 100%;
  position: relative;
  white-space: normal;
  /*display: flex;
    align-items: flex-start;
    overflow-x: auto;*/
}
.category-roadmap .section .page-item .date {
  color: darkgray;
}
.category-roadmap .section .page-item a {
  text-decoration: none;
}
.category-roadmap .section .page-item a {
  text-decoration: none;
}

.category-roadmap .section .page-item a.edit {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 40px;
  text-align: center;
  display: none;
}
.category-roadmap .section .page-item:hover a.edit {
  display: block;
}
.category-roadmap .section .page-item a.edit:hover {
  background: #dfe7ef;
}
.category-roadmap .section .page-item .tags .tag-item {
  padding: 4px 7px;
  background: #ff9f00;
  color: dimgrey;
  margin-right: 0;
  border: none;
}
.category-roadmap .section:hover .section-title .delete {
  float: right;
}
.category-roadmap .section .section-title span {
  display: none;
}
.category-roadmap .section:hover .section-title span {
  display: inline-block;
}
.guest .category-roadmap .tri-layout-container {
  display: block;
}
.guest .category-roadmap #sidebar,
.guest .category-roadmap .tri-layout-right {
  display: none;
}

.homepage-search.search-box {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 25px;
  /* margin-bottom: 50px; */
}
.homepage-search.search-box .seach-input-wrap {
  width: 77%;
}
.homepage-search.search-box #header-search-box-input {
  background: #ffffff;
  border: 1px solid #d1e7ec;
  box-shadow: 0px 7px 21px rgba(0, 0, 0, 0.1);
  border-radius: 10px 0px 0px 10px;
  width: 100%;
  border-right: 0;
  height: 50px;
}
.homepage-search.search-box #search-box-button {
  background: #ff6600;
  border: 5px solid #ff6600;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  width: 23%;
  -webkit-border-radius: 0px 10px 10px 0px;
  /* -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px; */
  cursor: pointer;
  padding-left: 0px;
}
.homepage-search.search-box .seach-input-wrap .algolia-autocomplete {
  width: 100%;
}
.homepage-search.search-box #search-box-button:hover {
  background: #111010;
  border-color: #111010;
}

/* search bar start */

.search-bar-mendable {
  position: relative;
  max-width: 800px;
  margin: auto;
  width: auto;
}
.homepage-search #tadabase-docs button {
  margin-top: 15px;
  background: #ffffff !important;
  border: 1px solid #d1e7ec;
  box-shadow: 0px 7px 21px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  height: 50px;
}
.homepage-search #tadabase-docs .search-btn__input-container svg {
  fill: black !important;
}
.homepage-search #tadabase-docs .search-btn__shortcut {
  background: #ff6600 !important;
}
.homepage-search #tadabase-docs .search-btn__shortcut span {
  color: white;
}
@media screen and (max-width: 858px) {
  .homepage-search #tadabase-docs button {
    max-width: 85%;
    margin: auto;
  }
  .homepage-search #tadabase-docs {
    padding-top: 2rem;
  }
}

/* search bar end */

@media screen and (max-width: 1400px) {
  .tri-layout-middle-contents .print-hidden{
    border-bottom : 1px solid #E9E9E9;
  }
}
@media screen and (min-width: 1400px) {
  .tri-layout-middle-contents .print-hidden::after{
    content: none !important;
  }
  .category-roadmap .tri-layout-left-contents,
  .category-roadmap .tri-layout-right-contents,
  .homepage .full-width .tri-layout-left-contents,
  .homepage .full-width .tri-layout-right-contents {
    min-height: unset;
    padding-top: 0;
    top: 0;
    margin-top: -16px;
  }
  .category-roadmap .tri-layout-middle-contents {
    max-width: 100%;
  }
}
.display-flex {
  display: flex !important;
}

/*
*
* Component : emoji-picker
*
*/
.icon-type-emoji.icon-type-emoji[emoji-picker] {
  background-color: rgba(0, 0, 0, 0.333);
  position: absolute;
  z-index: 95536;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
}
[emoji-picker] {
  display: none;
}
[emoji-picker].show {
  display: block;
}
.icon-type-emoji[emoji-picker] .emoji-picker-body {
  background-color: #fff;
  max-width: 1200px;
  margin: 3% auto;
  border-radius: 4px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 999;
}
.icon-type-emoji[emoji-picker] .emoji-picker-header {
  display: block !important;
  position: relative;
  height: 40px;
  flex: none !important;
  background: black;
  color: #fff;
}
.icon-type-emoji[emoji-picker] .emoji-picker-header .popup-title {
  color: #fff;
  padding: 8px 16px;
}
.icon-type-emoji[emoji-picker] .emoji-picker-header .popup-header-close svg {
  fill: #ffff;
}
.icon-type-emoji[emoji-picker] .contained-search-box input {
  height: 50px;
}
.icon-type-emoji[emoji-picker] .contained-search-box svg {
  height: 2em;
  width: 2em;
}
.emoji-picker-box .items {
  display: grid;
  height: 70vh;
  grid-template-columns: repeat(5, auto);
  justify-content: center;
  overflow: auto;
}
.emoji-picker-box .line {
  width: 100%;
  margin: 20px;
}
.emoji-picker-box .item {
  display: block;
  height: 80px;
  text-align: center;
  transition: 0.5s;
  font-size: 20px;
}
.emoji-picker-box .item.selected,
.emoji-picker-box .item:hover {
  background-color: gray;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.2s;
}
.emoji-picker-box .item:hover .caption,
.emoji-picker-box .item.selected .caption {
  color: white;
}
.emoji-picker-box .caption {
  padding: 2px;
  color: #757575;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.emoji-picker-box .iconbox {
  word-wrap: break-word;
  margin-top: 20px;
}

[emoji-picker-btn] {
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: 25px;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  border-right: 0;
  padding: 12px;
  width: 80px;
  height: 100%;
  min-height: 63px;
}

[emoji-picker-btn]:hover {
  background: #ededed;
}
.emoji-picker-footer {
  padding: 10px 15px;
  border-top: 1px solid #0000001f;
  text-align: right;
}

.icon-type-fontawesome[emoji-picker] {
  padding: 30px 15px 0px 15px;
  margin-top: 16px;
  border: 1px solid #d4d4d4;
  position: relative;
}
.icon-type-fontawesome[emoji-picker]:before {
  content: '';
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #d4d4d4;
  top: -17px;
  left: 27px;
}
.icon-type-fontawesome[emoji-picker] input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px;
}
.icon-type-fontawesome[emoji-picker] label {
  font-size: 15px;
  font-weight: bold;
}
.icon-type-fontawesome[emoji-picker] .emoji-picker-footer {
  text-align: center;
}
/******************/

.entity-list-main .list-item-book.book {
  margin-bottom: 10px;
}
.entity-list-main .list-item-book.book > a {
  background: #fff;
  color: #4189fe;
}
.entity-list-main .list-item-book.book .entity-list-item-name {
  color: #4189fe;
  font-weight: 600;
}
.book-tree .sidebar-page-list [chapter-toggle] h4,
.list-item-page.page .page h4{
  font-weight: 600;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 15.6px !important;
}
.book-tree .sidebar-page-list [chapter-toggle] .text-chapter {
  width: 25px;
  margin-right: 0;
  display: none;
}
.book-tree .sidebar-page-list [chapter-toggle] .text-chapter:after {
  display: none;
}

.book-tree .sidebar-page-list .chapter-wrap .chapter-expansion {
  margin-left: 16px;
  /* margin-top: 14px; */
  padding-bottom: 0;
}

.entity-list-main .chapter-wrap .chapter-expansion .text-chapter {
  color: darkgrey;
  width: 1px;
}

.entity-list-main .chapter-wrap .caret-icon:before {
  display: none;
}
.entity-list-main .chapter-wrap .caret-icon svg {
  float: right;
  height: 0.7em;
  width: 0.7em;
  transform: rotate(-90deg);
}
.entity-list-main .chapter-wrap .caret-icon.open [data-icon='caret-down-lite'] {
  transform: rotate(0deg);
}
.tri-layout-left-contents .chapter-wrap .chapter.chapter-expansion .entity-list-item-children .entity-list a,
.tri-layout-left-contents .chapter-wrap .chapter.chapter-expansion .entity-list-item-children .entity-list a h4{
  display: block;
  max-width: 215px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tri-layout-left-contents .list-item-book.book a .content h4{
  text-transform: uppercase;
  padding-left: 10px !important;
}
.entity-list-main .chapter-wrap .entity-list-item .entity-list-item-name span {
  margin: 0 6px 0 10px;
}
.book-tree .sidebar-page-list .page.entity-list-item .content,
.content.tb-doc-icon-space{
  padding-left: 10px;
}
.content-wrap .entity-list.book-contents a.page.entity-list-item {
  border: 1px solid rgb(230, 236, 241);
  border-radius: 3px;
  margin-top: 10px;
}
.content-wrap .entity-list.book-contents .chapter-wrap {
  border: 1px solid rgb(230, 236, 241);
  border-radius: 3px;
  margin-top: 10px;
}
.content-wrap .entity-list.book-contents .chapter-wrap .text-chapter {
  display: none;
}
.content-wrap .chapter-wrap .entity-list-item + .chapter-expansion {
  padding: 0;
}
.content-wrap .chapter-wrap .inset-list {
  padding: 0 16px 16px 16px;
}
.content-wrap .chapter-wrap .caret-icon {
  margin-top: -5px;
}
footer .links {
  text-align: center;
}
footer .links a {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}
footer .links a.link-dev {
  float: left;
}
footer .links a.link-status {
  float: right;
}
footer .links:after {
  content: '';
  clear: both;
  display: block;
}
@media screen and (max-width: 425px) {
  footer .links a.link-dev,
  footer .links a.link-status {
    float: none;
  }
  footer .links a {
    text-align: center;
    display: block;
  }
}
.et {
  display: inline-block;
  position: relative;
}
.et:focus .et-bottom,
.et:hover .et-bottom {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 6px);
}
.et .et-bottom {
  margin: 5px -400px 0 0;
  top: 100%;
  /* filter: drop-shadow(-2px -2px 3px rgba(0, 0, 0, .7)); */
}
.et .et-bottom {
  display: none;
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 6px;
  color: #454545;
  cursor: default;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  max-width: 400px;
  padding: 5px 8px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  z-index: 999999;
}
/*.homepage-search .et .et-bottom{
  display: inline-block;
}*/
.et .et-bottom,
.et::after {
  transform: translateX(-50%);
  left: 50%;
}
.et:focus::after,
.et:hover::after {
  pointer-events: auto;
}
.et .et-bottom.et-arrow::before {
  border-bottom-color: #000000;
  bottom: 100%;
  left: 50%;
  margin-left: -16px;
}

.et .et-arrow::before {
  border: 11px solid transparent;
  position: absolute;
  z-index: 999999;
}
.et .et-arrow::after,
.et .et-arrow::before,
.et::after {
  content: '';
}

.entity-list-item .entity-list-item-name a,
h4.entity-list-item-name.break-text {
  display: flex;
  align-items: center;
}

/*Gallery View Items*/
.entity-list-main.entity-list.book-contents.grid.third {
  padding-left: 10px;
  padding-right: 10px;
  grid-auto-rows: 1fr;
}
.entity-list-gallery-view h4.title{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.entity-list-gallery-view a {
  display: block;
  width: 100%;
  height: 100%;
}
.entity-list-gallery-view .inner {
  box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
  display: inline-block;
  border-radius: 15px;
  background: white;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.entity-list-gallery-view .inner:hover {
  box-shadow: 0 2px 20px rgb(0 0 0 / 55%);
}
.tb-full{
  grid-template-columns : 1fr 4fr;
  grid-template-areas: "a b" !important;
}
.entity-list-gallery-view .img-wrap {
  width: 100%;
  height: 155px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /* background-size: cover; */
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.entity-list-gallery-view .descript {
  padding: 10px;
  background-color: #ffffff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.entity-list-gallery-view .user-title,
.entity-list-gallery-view .short-detail {
  /* font-weight: 600; */
  /* text-transform: uppercase; */
  color: #222222;
}

/* Feedback Box */
.feedback-box {
  text-align: center;
}
.feedback-box .svg-icon {
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
}
.feedback-box .item {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.feedback-box .item.checked svg,
.feedback-box .item:hover svg {
  fill: #ff6303;
}
.feedback-box #helpfull.checked svg,
.feedback-box #helpfull:hover svg {
  fill: #4caf50;
}
.feedback-box #meh.checked svg,
.feedback-box #meh:hover svg {
  fill: #ffc107;
}
.feedback-box #not_helpfull.checked svg,
.feedback-box #not_helpfull:hover svg {
  fill: #f44336;
}

/* State Container */
.states-container svg {
  fill: #ff6303;
  margin-right: 0;
}
.states-container svg[data-icon='feedback-helpfull'] {
  fill: #4caf50;
}
.states-container svg[data-icon='feedback-meh'] {
  fill: #ffc107;
}
.states-container svg[data-icon='feedback-not-helpfull'] {
  fill: #f44336;
}
.states-container span:after {
  content: '|';
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.states-container span:last-child:after {
  display: none;
}

.main-logo-space-between {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  position: relative;
  padding-top: 12px !important;
}
.main-logo-center{
  justify-content: center !important;
}
.main-text {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #16191d;
}

.dropdown {
  position: relative;
  display: inline-block !important;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  padding: 12px 30px;
  z-index: 1;
  bottom: 90%;
  width: 100%;
  background-color: #292d33;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.dropdown:hover .dropdown-content {
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  left: 0;
}
.dropdown:hover .arrow-icon-position {
  transform: rotate(-92deg);
}
.dropdown .arrow-icon-position {
  transition: transform 0.3s ease;
}
.status-operational:hover {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.status-operational {
  background-color: #292d33;
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  z-index: 10;
}
.status-position {
  right: 6%;
}
.status-operational .footer-link {
  position: relative;
  width: 225px;
  height: 65px;
}

.footer-status {
  position: absolute;
  left: 71px;
  color: #758195;
  top: 6px;
}

.footer-active-bg {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 34px;
  border-radius: 10px;
  top: 22px;
  background: #00c34e;
  opacity: 0.5;
}

.footer-active-small {
  position: absolute;
  width: 12px;
  top: 27px;
  left: 39px;
  border-radius: 6px;
  height: 12px;
  background: #00c34e;
}
.status-operational .link-status {
  display: flex;
  align-items: center;
}
.link-status .dot {
  position: relative;
  width: 12px;
  left: 40px;
  border-radius: 6px;
  height: 12px;
  background: #00c34e;
  z-index: 1;
}

.link-status .dot:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  left: -5px;
  border-radius: 10px;
  top: -5px;
  background: #00c34e;
  animation: pulseBig 2s infinite;
  opacity: 0.5;
  z-index: -1;
}
.link-status .dot.dot-danger,
.link-status .dot.dot-danger:after {
  background: red;
}
.link-status .dot.dot-orange,
.link-status .dot.dot-orange:after {
  background: orange;
}
@keyframes pulseBig {
  0% {
    opacity: 0.5;
  }
  70% {
    opacity: 0;
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.5;
  }
  70% {
    opacity: 0;
    transform: scale(2.5);
  }
  100% {
    opacity: 0;
  }
}

.footer-operational {
  color: #ffffff;
  position: absolute;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  width: 146px;
  height: 24px;
  left: 70px;
  top: 30px;
}
.footer-status-two {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-status-two .link-direction {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer-status-two .link-direction {
    text-align: center;
  }
  .footer-status-two {
    flex-wrap: wrap;
  }
  .status-operational {
    margin: 0 auto;
    margin-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .status-operational {
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: center;
  }
  .status-operational .footer-link {
    border-radius: 59px;
  }
}
@media screen and (max-width: 622px) {
  footer .links a {
    font-size: 11px;
    padding-bottom: 3rem;
  }
  .links.container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .custom-grid-1 .third {
    flex-basis: 49%;
  }
}
@media screen and (max-width: 512px) {
  .goals-card-v2 {
    width: 44% !important;
  }
  .single-chart-v2 {
    width: 45% !important;
  }
}
@media screen and (max-width: 425px) {
  .custom-grid-1 .third {
    flex-basis: 100%;
  }
  .entity-list,
  .icon-list {
    margin: 0;
  }
  .footer-status-two .link-direction a {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}

.more-help {
  font-weight: bold !important;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  padding: 1rem;
  margin-bottom: 0.8627451em;
}

.webkit-fill-img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.webkit-fill-img-more-help {
  border-radius: 10px;
  height: auto;
}
/* .tri-layout-sticky{
  top: 15px !important;
} */
.hearder-sticky{
  /* position: sticky !important;
  top: -1px !important;
  z-index: 2; */
  /* height: 90px; */
}
.tb-hearder{
  height: 90px;
}
.header-set-font {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .main-logo-space-between .build-site{
 padding-right: 10px;
} */
.main-logo-space-between .build-site.build-login,
.main-logo-space-between .landing-site.leadind-login{
 display: none !important;
}
.main-logo-space-between .build-site,
.main-logo-space-between .landing-site {
 display: flex;
 align-items: center;
 font-weight: 700;
 font-size: 16px;
}
.main-logo-space-between .search-disply-none{
  display: none !important;
}
.main-logo-space-between .build-site:hover a::before,
.main-logo-space-between .landing-site:hover a::before {
  width: 100%;
}
.main-logo-space-between .build-site a,
.main-logo-space-between .landing-site a {
background-image: linear-gradient(to right, #ff6600, #ff6600 50%, #fff 50%);
background-size: 200% 100%;
background-position: -100%;
position: relative;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: all 0.3s ease-in-out;
}
.main-logo-space-between .build-site a::before,
.main-logo-space-between .landing-site a::before {
  content: '';
  background: #ff6600;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .main-logo-space-between .build-site.build-login,
  .main-logo-space-between .landing-site.leadind-login{
    padding-left: unset;
  }
  .main-logo-space-between .build-site.build-login{
    padding-right: 60px;
  }
  .main-logo-space-between .md-none{
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .main-logo-space-between{
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .main-logo-space-between .build-site.build-login{
    padding-right: unset;
  }
}
.hearder-set-text:hover {
  text-decoration: unset;
}

.hearder-set-text {
  position: relative;
  display: flex;
  align-items: center;
  right: 50%;
  transform: translate(424%, 0px);
}

.suggestion-rounded {
  color: #16191d;
  background: #ffffff;
  border: 1px solid #d1e7ec;
  border-radius: 31px;
  align-items: flex-start;
  padding: 4px 16px;
  gap: 10px;
}

.suggestion-max-width {
  z-index: 2;
  position: relative;
  padding-bottom: 3rem;
  display: flex;
  max-width: 800px;
  margin: 0% auto;
  margin-top: 25px;
}

.categories-manual {
  display: flex;
}
.categories-manual-center {
  display: flex;
  justify-content: center;
}
.login-user-logo {
  position: absolute;
  left: 0%;
}
.tadabase-left-start {
  display: flex;
  position: absolute;
  left: 0%;
}
.tadabase-left-end {
  display: flex;
  position: absolute;
  right: 0%;
  gap: 14px;
}
.sign-out-user-logo {
  position: absolute;
  left: 0%;
}
.card-bg-color {
  background-color: unset;
  box-shadow: unset;
  border-radius: unset;
}
.padding-top-bottom {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.grid-item-bottom {
  margin-bottom: 35px;
  margin-right: 35px;
}
.grid-item-direction .images-fix-content {
  width: 40%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.bg-images-design {
  position: relative;
  background-color: #f4fdff;
}
.ellipse60::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 103px;
  height: 51px;
  left: 12%;
  top: -2%;
  background-repeat: no-repeat;
  background-image: url('../uploads/images/front_page/Ellipse.png');
}
.vector02::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 49px;
  height: 53px;
  left: 3.8%;
  bottom: 7%;
  background-repeat: no-repeat;
  background-image: url('../uploads/images/front_page/Vector01.png');
}

.vector::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 74px;
  height: 80px;
  top: -6%;
  left: 88%;
  background-repeat: no-repeat;
  background-image: url('../uploads/images/front_page/Vector.png');
}

.grid-item-center {
  align-items: unset !important;
}

.grid-item-direction {
  border: unset !important;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 444px) {
  .category-list-help {
    padding-left: 0px;
  }
  .bg-color-hr {
    width: 100% !important;
  }
  .bg-color-hr span i {
    font-size: 60px;
  }
  .grid-item-direction .images-fix-content {
    margin-right: unset;
  }
  .homepage-search.search-box #search-box-button {
    font-size: 15px;
    padding-left: 2px;
  }
  .topnav-wrap {
    margin-left: unset !important;
  }
  .all-title-section-center {
    text-align: center;
  }
  .vector::after {
    left: 76%;
  }
  .geid-item-by-pin {
    grid-template-columns: auto !important;
  }
  .containt-padding {
    text-align: center;
  }
  .continent-margin {
    margin-right: unset;
  }
  .grid-text-center {
    text-align: center !important;
    margin: 1rem;
  }
  .border-radio-grid {
    padding: 0.6rem 0px 0.6rem 0px;
  }
  .text-padding {
    margin-left: 0px !important;
  }
  .webkit-fill-img-more-help {
    width: 4rem;
  }
  .category-list-help.custom-grid .column > div {
    padding: 12px 34px 12px 34px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .border-box-shadow.grid-item-direction {
    display: flex;
    align-items: center;
  }
  .grid-item-direction {
    border-radius: 10px;
    display: flex !important;
    align-items: center !important;
  }
  .category-list-help.custom-grid .column > div {
    padding: 0px;
  }
  .bg-color-hr {
    padding: 2.5rem;
    border-radius: 8px;
    display: block;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .images-fix-content {
    width: auto !important;
    height: auto !important;
  }
  .hearder-set-text {
    display: none;
  }
  .header-set-font {
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .grid-item-direction {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 2px solid #d1e7ec !important;
    align-items: start;
    border: 2px solid #d1e7ec !important;
    padding: 1rem 2rem 1rem 2rem;
  }
}
.arrow-icon-position {
  position: absolute;
  right: 0px;
  font-size: 20px;
  color: white;
  bottom: 18px;
}

@media screen and (max-width: 654px) {
  .dropdown-content {
    padding: 12px 30px;
  }
  .footer-status-two {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .status-operational {
    padding: 15px;
  }
  .hearder-set-text {
    right: 60% !important;
  }
  .span-fix-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .suggestion-rounded {
    width: fit-content;
  }
  .ellipse61::before {
    display: none;
  }
  .vector02::after {
    display: none;
  }
  .ellipse60::before {
    display: none;
  }
}
@media screen and (max-width: 806px) {
  .suggestion-max-width {
    padding-top: 3rem;
    margin: 0% 21%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .ellipse61::before {
    bottom: 0 !important;
  }
  .vector::after {
    display: none;
  }
}
@media screen and (max-width: 858px) {
  .text-padding {
    margin-left: 1.3rem;
  }
  .homepage-search.search-box {
    max-width: 85%;
  }
}

@media screen and (max-width: 942px) {
  .suggestion-max-width {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 999px) {
  .tri-layout-middle-partials .breadcrumbs.text-center{
    padding-left: 12px;
  }
  .tri-layout-right.print-hidden.pl-m,
  .tri-layout-right.print-hidden.pl-m.padding-top-remove{
    height: unset !important;
  }
  .tri-layout-middle-contents .content-wrap.card,
  .tb-docs-partials .print-hidden.tri-layout-middle-partials{
    border-left: unset !important;
  }
  .mobile-menu-toggle{
    top: 18px !important;
  }
  #header .tadabase-left-end{
    display: none;
  }
  .vector::after {
    top: -6%;
  }
  .ellipse60::before {
    top: -4%;
  }
  .vector02::after {
    bottom: 3%;
    left: 2%;
  }
}

@media screen and (max-width: 1400px) {
  .tri-layout-container {
    padding-right: 0px;
  }
  .tri-layout-left-contents,
  .tri-layout-right-contents {
    padding: 0px !important;
  }
}

@media screen and (max-width: 1480px) {
  .hearder-set-text {
    right: 38%;
  }
  /* .text-padding {
    margin-left: 2.3rem;
  } */
}
@media screen and (max-width: 1640px) {
  .hearder-set-text {
    right: 42%;
  }
  /* .text-padding {
    margin-left: 2.3rem;
  } */
}
/* @media screen and (min-width: 1517px) {
  .text-padding {
    margin-left: 3.3rem;
  }
} */

.ellipse61::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 50px;
  left: 62%;
  bottom: 0;
  background-repeat: no-repeat;
  background-image: url('../uploads/images/front_page/Ellipse 61.png');
}

#markdown-editor .editor-toolbar .editor-toolbar-label,
#markdown-editor .editor-toolbar .buttons {
  margin-top: 10px;
}
#markdown-editor .editor-toolbar .selectbox {
  margin-right: 10px;
  max-width: 150px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: black;
  color: #fff;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*Input Group*/
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
}
.input-group .input-group-prepend {
  margin-right: -1px;
}
.input-group .input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group .input-group-append,
.input-group .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group .input-group > .custom-select:not(:first-child),
.input-group .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-append {
  margin-left: -1px;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append .button,
.input-group-prepend .button,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.max-width-section {
  max-width: 1400px;
}

#popularArticles {
  background-color: rgb(248 248 248);
  padding: 40px 0 10px;
}
#popularArticles .wlinks-title {
  padding-left: 20.8px;
  padding-right: 20.8px;
}
.wlinks li {
  display: block;
  margin: 0;
  padding: 8px 5px 8px 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.wlinks li a {
  color: #1b71c9;
  text-decoration: none;
  display: block;
}
.wlinks li:hover {
  background-color: #f0f0f0;
  clip-path: polygon(0 0, 0 100%, 97% 100%, 100% 50%, 97% 0);
  transition: all 0.3s ease-in-out;
}
.wlinks li:before {
  content: '\F178';
  position: absolute;
  top: 10px;
  left: 5px;
  transition: all 0.3s ease-in-out;
  color: #b3b3b3;
  font-family: 'Font Awesome 5 Pro';
  font-size: 0.75rem;
  font-weight: 300;
}
.wlinks li:hover:before {
  left: 10px;
  transition: all 0.3s ease-in-out;
}
.wlinks li:after {
  background-color: #f1f1f1;
  clip-path: polygon(0 0, 0 100%, 97% 100%, 100% 50%, 97% 0);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 0;
  z-index: -1;
}
.wlinks li:hover:after {
  transform-origin: left;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 5px;
}
.wrapper-card {
  flex: 0 0 auto;
  height: fit-content;
}

.category-roadmap
  .tri-layout-container.open
  .scrolling-wrapper-toggle::-webkit-scrollbar {
  width: 0;
}

.category-roadmap .tri-layout-container.open .scrolling-wrapper-toggle {
  max-width: 1400px;
  flex-wrap: nowrap;
  overflow-x: auto;
}
@media screen and (max-width: 1821px) {
  .category-roadmap .tri-layout-container.open .scrolling-wrapper-toggle {
    max-width: 1060px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.topnav-wrap {
  margin-left: 4rem;
}
main.content-wrap.card.card-bg-color {
  padding: 16px 10px;
}
.max-container {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  /* padding-left: 16px;
  padding-right: 16px; */
}

.max-categories-container {
  max-width: 1265px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* article feebback */

.box-shadow-artical {
  border: 1px solid rgb(230, 236, 241);
  border-radius: 3px;
  margin-top: 10px;
}

/*  */
.goals-button {
  background-color: #7367f0;
  border: none;
  color: white;
  padding: 6px 41px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  font-size: 16px;
  border-radius: 10px;
  font-weight: bold;
  border: 2px solid #7367f0;
}
.grid-container {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr;
  gap: 30px 30px;
}
/* Goals-V2 */

.font-weight-700 {
  font-weight: 700;
}
.font-weight-400 {
  font-weight: 400;
}
.goals-card-v2 {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.grid-container-v2 {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  gap: 30px 30px;
}
.grid-item-v2 {
  background: #ffffff;
  border: 1px solid #e8eaed;
  border-radius: 10px;
  height: 198px;
  padding: 20px;
  font-size: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tbd-weight-v2 {
  letter-spacing: 0.02em;
  color: #464e5b;
}
.goals-title-date-v2 {
  width: 170px;
  height: 42px;
  font-size: 15px;
  height: 35px;
  color: #464e5b;

  letter-spacing: 0.02em;
}

.single-chart-pop-v2 {
  width: 45%;
  justify-content: space-around;
}

.flex-wrapper-pop-v2 {
  display: flex;
  flex-flow: row nowrap;
  width: 85%;
  justify-content: center;
  padding: 10px;
  align-items: center;
}

.circular-chart-pop-v2.orange .circle-v2 {
  stroke: #ff6600;
}
.circular-chart-pop-v2.red .circle-v2 {
  stroke: #ff0000;
}
.circular-chart-pop-v2.lightgreen .circle-v2 {
  stroke: #00ff00;
}
.circular-chart-pop-v2.darkgreen .circle-v2 {
  stroke: #00ff80;
}
.circular-chart-pop-v2.yellow .circle-v2 {
  stroke: #fcc00a;
}
.circular-chart-pop-v2.lightyellow .circle-v2 {
  stroke: #ffe900;
}
.circular-chart-pop-v2.green .circle-v2 {
  stroke: #00c34e;
}

@media screen and (max-width: 319px) {
  .grid-item-v2 {
    background: #ffffff;
    border: 1px solid #e8eaed;
    border-radius: 10px;
    height: unset;
    padding: 20px;
    font-size: 30px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-direction: column-reverse;
  }
  .status-operational.dropdown {
    padding: 0px 0px 0px 0px;
  }
  a.footer-link.link-status {
    left: 16px;
  }
}
@media screen and (max-width: 375px) {
  .goals-title-v2 {
    /* height: 20px !important; */
    width: 173px !important;
    height: 33px !important;
  }
  .goals-title-date-v2 {
    font-size: 11px !important;
  }
  .goals-title-v2 {
    font-size: 12px !important;
  }
}

.title-pop-v2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #16191d;
}

.percentage-pop-v2 {
  fill: #16191d;
  font-family: sans-serif;
  font-size: 9px;
  text-anchor: middle;
}

/* .p-goasl-v2 {
  margin-bottom: 12px;
} */
.goals-button-v2 {
  font-size: 14px;
  line-height: 21px;
  width: 117px;
  height: 37px;
  padding: 7px 17px;
  background-color: white;
  border: none;
  color: #ff6600;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #ff6600;
}
.grid-item-v2:hover {
  border: 1px solid #e8eaed;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.grid-item-v2:hover .goals-button-v2 {
  width: 117px;
  height: 37px;
  background: #ff6600;
  border-radius: 6px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #ffffff;
  border: 1px solid #ff6600;
}
/* main.content-wrap.pb-l {
  padding: 0% 4%;
} */
.single-chart-v2 {
  width: 35%;
  transition: all 0.2s ease;
  justify-content: space-around;
}
.circular-chart-v2.orange .circle-v2 {
  stroke: #ff6600;
}
.circular-chart-v2.yellow .circle-v2 {
  stroke: #fcc00a;
}
.circular-chart-v2.green .circle-v2 {
  stroke: #00c34e;
}
.circular-chart-v2.yellow .circle-v2 {
  stroke: #ffff00;
}
.circular-chart-v2.lightyellow .circle-v2 {
  stroke: #ffe900;
}
.circular-chart-v2.lightgreen .circle-v2 {
  stroke: #00ff80;
}
.circular-chart-v2.red .circle-v2 {
  stroke: #ff0000;
}
.circular-chart-v2.darkgreen .circle-v2 {
  stroke: #00c34e;
}

.circular-chart-pop-v2.orange .circle-v2 {
  stroke: #ff6600;
}
.circular-chart-pop-v2.red .circle-v2 {
  stroke: #ff0000;
}
.circular-chart-pop-v2.lightgreen .circle-v2 {
  stroke: #00ff80;
}
.circular-chart-pop-v2.yellow .circle-v2 {
  stroke: #ffff00;
}
.circular-chart-pop-v2.lightyellow .circle-v2 {
  stroke: #ffe900;
}
.circular-chart-pop-v2.darkgreen .circle-v2 {
  stroke: #00c34e;
}

.circle-bg-v2 {
  fill: none;
  stroke: #f7f7f7;
  stroke-width: 2;
}

.circle-v2 {
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

.circular-chart-v2 {
  width: 153px;
  height: 153px;
  display: block;
  margin: 16px auto;
  max-width: 100%;
  max-height: 250px;
}
.percentage-v2 {
  color: #16191d;
  font-weight: 700;
  font-family: sans-serif;
  font-size: 6px;
  text-anchor: middle;
}

.goals-title-v2 {
  width: 192px;
  height: 54px;
  font-size: 18px;
  color: #16191d;
  line-height: 27px;
  margin-bottom: 0px !important;
}
.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid lightgray;
  padding: 20px;
  font-size: 30px;
  text-align: center;
  border-radius: 12px;
}
.grid-item:hover {
  box-shadow: 0 0 9px #888888;
}
.grid-item:hover .goals-button {
  background-color: white;
  color: #7367f0;
  border: 2px solid #7367f0;
}

/*  */

.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
  height: auto;
  justify-content: center;
}

.single-chart {
  width: 33%;
  transition: all 0.2s ease;
  justify-content: space-around;
}

.circular-chart {
  display: block;
  margin: 16px auto;
  max-width: 100%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #b490dc;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.blue .circle {
  stroke: #730fc3;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 11px;
  text-anchor: middle;
}

.goals-title {
  font-size: 20px;
  font-weight: 700;
  color: black;
  height: 3rem;
}

/* POPPOP SHOW */
/* The popup form - hidden by default */
.goal-popup {
  background-color: white;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #f1f1f1;
  z-index: 9;
  padding: 26px;
  width: 78%;
  height: auto !important;
  z-index: 15;
}
.goals-title-date {
  font-size: 15px;
  text-align: center;
  height: 50px;
  color: #464e5b;
}
.percentage-pop {
  fill: #666;
  font-family: sans-serif;
  font-size: 11px;
  text-anchor: middle;
}
.single-chart-pop {
  width: 75%;
  justify-content: space-around;
}
.flex-wrapper-pop {
  display: flex;
  flex-flow: row nowrap;
  height: 46%;
  width: 100%;
  justify-content: center;
  padding: 10px;
  align-items: center;
}
.circular-chart-pop {
  display: block;
  margin: 16px auto;
  max-width: 50%;
  max-height: 250px;
}
.title-pop {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: gray;
}
.circular-chart-pop.blue .circle {
  stroke: #730fc3;
}
.pop-direction {
  display: flex;
  justify-content: flex-end;
}

.goal-popup-direction {
  display: flex;
  gap: 50px;
}

.padding-pop {
  flex-direction: column;
  display: flex;
  align-items: center;
}
/* .padding-pop-des {
  flex-direction: column;
  display: flex;
  align-items: center;
  height: 85%;
  overflow: auto;
} */
.container-pop {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (max-width: 1160px) {
  p.gloa-overflow.popup-overflow-text {
    height: 32vh;
    overflow: auto;
  }
}
@media screen and (max-width: 1024px) {
  .grid-container {
    grid-template-columns: 2fr 2fr 2fr;
  }
  .grid-container-v2 {
    grid-template-columns: 2fr 2fr;
  }
  .goal-popup {
    height: 80%;
    overflow: hidden;
  }
  .flex-wrapper-pop {
    height: 30%;
  }
}
@media screen and (max-width: 700px) {
  .grid-container-v2 {
    grid-template-columns: 2fr !important;
  }
  .goal-category-v2 {
    text-align: center;
  }
  .goals-title-v2 {
    line-height: unset !important;
  }
}
@media screen and (max-width: 560px) {
  .grid-container {
    grid-template-columns: 2fr !important;
    padding: 30px;
  }
  .goal-category {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .main-logo-space-between{
    padding-top: 35px !important;
  }
  .grid-item-center {
    align-items: center !important;
  }
  p.gloa-overflow.popup-overflow-text {
    height: 12vh;
    overflow: auto;
  }
  p.gloa-overflow {
    text-align: center;
  }
  .single-chart-pop {
    width: 85%;
    justify-content: space-between;
  }
  .grid-container {
    grid-template-columns: 2fr 2fr;
  }

  .flex-wrapper-pop {
    width: 49%;
  }
  .goal-popup-direction {
    display: unset;
  }
}

@media screen and (max-width: 560px) {
  .grid-container-v2 {
    grid-template-columns: 2fr;
  }
}
@media screen and (max-width: 425px) {
  .grid-container {
    padding: 0px;
  }
  .flex-wrapper-pop {
    width: 65%;
  }
}

.button-pop {
  cursor: pointer;
  color: #000;
  font-size: 30px;
}

.button-pop:hover {
  opacity: 0.3;
}

.goal-category {
  font-weight: 700;
}
div#myForm {
  box-shadow: 0px 0px 0px 400vh rgb(0 0 0 / 70%);
  border-radius: 20px;
  max-height: 100%;
  overflow-y: auto;
}

/* width */
div#myForm::-webkit-scrollbar {
  width: 10px;
}

/* Handle */
div#myForm::-webkit-scrollbar-thumb {
  background: #888;
  border: 4px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;
}

/* Handle on hover */
div#myForm::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.tbd-weight {
  font-weight: 400;
  color: black;
}

.icon-style {
  font-size: 35px;
  padding: 6px;
  color: black;
}
.fix-images-icon {
  width: 60px;
  height: 60px;
}

.article-feedback-pointer {
  cursor: pointer;
}

.filter-button {
  border: 2px solid black;
  cursor: pointer;
  border-radius: 4px;
}
.display-warp {
  display: flex;
  flex-wrap: wrap;
}

/* Rich link previews */

.rich-link-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FAFAFA;
  border: 1px solid #E0EAF6;
  border-radius: 8px;
  padding: 30px;
  height: 187px;
  max-width: 694px;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
  text-decoration: none !important;
}

.rich-link-container {
  display: flex;
  align-items: center !important;
  flex-direction: row; 
  gap: 20px;
}

.rich-link-image img {
  max-width: 180px;
  height: 127px;
  border-radius: 8px;
  border: unset !important;
  box-shadow: unset !important;
}

.rich-link-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rich-link-title {
  color: #222;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.rich-link-description {
  color: #222;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.6px;
}

.rich-link-site {
  color: #009CD7;
  font-family: Satoshi;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

/* ddd */
.rich-link-dec {
  color: gray;
  font-size: 14px;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: unset !important;
}

.rich-link-span {
  font-size: 16px;
}

.recent-work {
  display: flex;
  border: 1px solid gray;
  border-radius: 5px;
  cursor: pointer;
  height: auto;
  max-height: 9rem !important;
}

.recent-work .pic {
  flex-shrink: 0;
  flex-basis: 40%;
}

.pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.recent-work p {
  display: inline;
}

.desc {
  margin: 0px 13px;
}

.recent-work h1 {
  margin: 0;
  margin-bottom: 20px;
}

@media (max-width: 1261px) {
  .recent-work {
    height: 11rem !important;
  }
}
@media (max-width: 900px) {
  .recent-work {
    height: 10rem !important;
  }
}
@media (max-width: 900px) {
  .recent-work {
    flex-direction: column;
    height: 100% !important;
  }
  .desc {
    margin: 5px 13px;
  }
  .pic img {
    display: block;
    width: 100%;
    height: 10rem;
    object-fit: fill;
  }
}

/* Editor Button */

.expoer-button {
  color: black;
  background-color: gainsboro;
  padding: 8px;
  border-radius: 6px;
  text-decoration: none;
}
.expoer-button:hover {
  background-color: rgb(140, 133, 133);
  text-decoration: none;
  color: white;
}
/* artical ribbon start */
.cards-ribbon .shared-ribbon {
  height: 30px;
  line-height: 28px;
  padding-left: 8px;
  position: absolute;
  left: 0;
  top: 25px;
  background: #009dd8;
  color: #fff;
  font-size: 15px;
  padding-right: 5px;
  z-index: 3;
}
.cards-ribbon .shared-ribbon:after {
  content: '';
  height: 0;
  width: 0;
  right: -14px;
  border-top: 14px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 14px solid #009dd8;
  position: absolute;
}
.cards-ribbon .shared-ribbon:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid #000;
  border-left: 9px solid transparent;
  content: '';
  position: absolute;
} 
.cards-ribbon .shared-ribbon:after {
  border-left: 15px solid #000;
}
.cards-ribbon .shared-ribbon {
  background: #000;
  left: -9px;
  top: 20px;
}
/* artical ribbon end */
/* artical setting links start */
.tb-docs-grid .tb-link-img {
  width: 115px !important;
  object-fit: none;
}

.tb-docs-grid .tb-link-img-four {
  width: 70px !important;
  object-fit: none;
}
#links-manager .link-title{
  display: flex;
  gap: 10px;
}
#links-manager .link_btn{
  border: 2px solid grey;
  padding: 10px;
  border-radius: 5px;
  margin: 2.5px;
}
#links-manager input{
  width: 100px;
}
#links-manager .link-items,
#links-manager .items-links_grpup{
  display: flex;
  padding-top: 5px;
  gap: 5px;
}
#links-manager .link-items input{
  width: 80px !important;
}
.custom-button {
  color: #000;
  border: 2px solid grey;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
}

.custom-button:hover {
  color: #fff;
  background-color: gray;
}

h1 {
  text-align: left;
  font-size: 2em;
}

.px-padding {
  padding-left: 10px;
  padding-right: 10px;
}
.tb-docs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 16px;
    cursor: pointer;

    
  }
  .tb-docs-card.tb_link_style_1{
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px !important;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column
  }
  .tb-docs-card.tb_link_style_1 .tb-docs-card-icon{
    font-size: 2rem;
    margin-bottom: 10px;
  }
.tb-docs-card.tb_link_style_2{
  background: linear-gradient(135deg, #fefefe, #e0eaf6);
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}
.tb-docs-card.tb_link_style_3{
  position: relative;
  background-color: #ffffff;
  border-radius: 10px !important;
  padding: 20px !important;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s, transform 0.3s;
}
.tb-docs-card.tb_link_style_3:hover{
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.tb-docs-card.tb_link_style_3::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: 1;
  transition: background 0.3s;
}
.tb_link_style_1{
  display: block !important;
  max-height: 226px !important;
  height: 100% !important;
  border-radius: unset !important;
  box-shadow: unset !important;
}
.tb-img-remove{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tb-img-remove .tb-docs-title{
  overflow: visible !important;
}

.tb_link_style_3{
  padding: 0px !important;
  border: 1px solid #E0EAF6;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: unset !important;
  height: 170px;
}

.tb_link_style_4 div:first-child {
  display: flex !important;
  align-items: center !important;
  padding-left: 10px;
}

.tb_link_style_3 div:last-child{
  padding: 10px;
}

.tb_link_style_4 div:last-child{
  padding: 0px 20px;
}

.tb_link_style_4 div:last-child p:first-child{
  padding-top: 15px;
}

.tb_link_style_4 {
  padding: 0px !important;
  border: 1px solid var(--Light-Blue, #E0EAF6);
  border-radius: unset !important;
}

.tb_link_style_4 .tb-links-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tb_link_style_4 .tb-links-flex div{
  display: flex;
  flex-direction: column;
  align-items: start !important;
}

.tb_link_style_4:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}
.tb_grid_style_4{
  grid-template-columns: none !important;
}
/* Media Queries for responsiveness */
@media (max-width: 1024px) {
  .tb-docs-grid{
      grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .custom-grid-1{
    justify-content: center !important;
  }
  .tb-img-remove{
    width: 100%;
  }
  .tb_link_style_1{
    height: auto !important;
  }
  .tb-docs-grid {
      grid-template-columns: 1fr;
  }
  .tb_link_style_3 div:last-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .tb-docs-title{
    font-size: 18px !important;
    line-height: 25px !important;
  }
  .tb-docs-decs{
    font-size: 12px !important;
    line-height: 21px !important;
  }
  .tb-links-flex svg{
    display: none !important;
  }
}

.tb-docs-card {
  padding: 20px;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: unset !important;
}

.tb-docs-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.tb-docs-btn-between{
  display: flex;
  justify-content: space-between;
}

.tb-docs-card .tb-docs-title {
  margin: 0;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  max-height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tb-docs-card .tb-docs-decs {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* artical setting links end */
/* new footer start  */
.footer-bg-dark {
  background-color: #222;
  padding: 60px;
}

#footer .tb-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 2fr 1fr;
}

#footer .tb-server-group a {
  border-right: 2px solid #525252;
  /* margin-left: 20px; */
  text-decoration: none;
  display: grid;
  place-content: center;
}

#footer .tb-server-group a:last-child {
  border-right: unset;
}

#footer .tb-server-group .tb-typography {
  color: #FEFEFE;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 5px !important;
}

#footer .tb-server-group .tb-typography-status {
  color: #2AD058;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

#footer .tb-footer-bottom-section {
  display: flex;
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  gap: 2rem;
  margin-top: 2.5rem;
}

#footer .tb-footer-bottom-section a {
  font-size: 16px;
  color: #777;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-right: 2rem;
}

.tb-d-flex {
  display: flex;
}

.tb-d-flex p {
  margin: 0;
}

#footer .tb-footer-collapsible {
  display: flex;
  width: 276px;
  background-color: #323232;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0px;
  cursor: pointer !important;
  text-align: center;
  place-items: flex-start;
  align-items: center;
}

#footer .footer-center {
  text-align: center;
}

#footer .tb-footer-collapsible p{
  margin: 0px;
}

#footer .tb-grid-colunm {
  grid-column: 2/3;
}

#footer .tb-grid-colunm ul li{
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

#footer strong {
  color: #FEFEFE;
  font-weight: 500;
  font-size: 16px;
  line-height: 21.6px;
}

#footer div img {
  padding: 8px 11px;
}

#footer .tb-main-section:first-child {
  padding-top: 12px;
}

#footer ul {
  margin: 0;
  margin-bottom: 5px;
}

#footer ul>li>a {
  color: #777777;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

#footer ul>li>a:hover {
  color: #FEFEFE !important;
  text-decoration: none;
}

#footer img {
  width: 100%;
  object-fit: none;
  display: flex;
  align-items: start;
  height: 100%;
  cursor: pointer;
}

#footer .p-l {
  padding-left: 15px;
}

#footer .tb-footer-grid {
  flex-wrap: wrap;
  justify-content: space-between;
}

#footer .tb-footer-grid div {
  /* min-width: 200px; */
  padding: 5px;
}

#footer .tb-grid-colunms {
  padding: 0px !important;
}

#footer .tb-grid-colunms {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto 1fr;
}

#footer .tb-grid-colunms-0 {
  grid-row: 1 / -1;
}

#footer .tb-grid-colunms-1 {
  grid-row: 1 / 2;
}

#footer .tb-grid-colunms-2 {
  grid-column: 2 / 3;
}

#footer .tb-footer-grid ul {
  list-style: none;
  padding: 0;
}

#footer .tb-footer-collapsible:hover .tb-footer-collapsible-child a{
  color: #9e9e9e;
}

#footer .tb-server-group {
  display: grid;
  grid-template-columns: auto auto auto auto;
  width: 100%;
}

#footer .tb-server-status {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.1fr 2.5fr;
  margin-top: 2.5rem;
  border-bottom: 2px solid;
  padding-bottom: 50px;
}

#footer .tb-server-up-time {
  background-image: url(/images/rectangle.webp);
  height: 120px;
  padding: 18px 28px;
  border-radius: 14px;
  background-size: 100% 100%;
}

#footer .tb-server-up-time-mask-group {
  background-image: url(/images/green.webp);
  height: 120px;
  border-radius: 14px;
  background-size: 100% 100%;
  background-color: #383838;
  justify-content: center;
  display: flex;
  align-items: center;
}

#footer .tb-server-up-time-mask-group-danger {
  background-image: url(/images/danger.webp);
  padding: 28px;
  border-radius: 14px;
  background-size: 100% 100%;
}

#footer .tb-server-up-time-mask-group-orange {
  background-image: url(/images/orange.webp);
  padding: 28px;
  border-radius: 14px;
  background-size: 100% 100%;
}

#footer .tb-server-up-time p {
  color: #6ee8fd;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

#footer .tb-main-footer .text-footer-typography {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.tb_doc_search button{
  width: 100%;
}

.DocSearch-Input{
  background-color: transparent !important;
  border: unset !important;
  border-radius: unset !important;
}

.DocSearch-Input:focus{
  outline: unset !important;
}

/* artical not show start */
.flex-fill.flex{
  min-height: calc(100vh - 83px);
  z-index: 9;
}
/* artical not show end*/

@media (max-width: 450px) {
  .footer-bg-dark{
    padding: 25px 10px !important;
  }
  #footer .tb-server-group{
    margin: 5px !important;
  }

  #footer .tb-server-group .tb-typography-status,
  #footer .tb-server-group .tb-typography,
  #footer .tb-server-up-time p
  {
    font-size: 17px !important;
  }

  #footer .tb-server-up-time{
    padding: 25px 23px !important;
  }
}

@media (max-width: 768px) {
  .rich-link-preview{
    width: 100%;
    height: 100%;
  }
  .rich-link-container{
    flex-direction: column;
  }
  #footer .tb-footer-collapsible {
    width: 230px;
  }

  #footer .tb-footer-bottom-section {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 900px) {
  #footer .tb-server-up-time-mask-group{
    height: 100%;
    display: unset;
  }

  #footer .tb-server-group{
    margin: 15px;
  }

  #footer .tb-footer-collapsible p{
    text-align: start;
  }

  #footer .tb-server-group a:first-child {
    grid-column: 1/-1 !important;
  }

  #footer .tb-server-group a {
    border: unset;
    margin-left: unset;
    margin-bottom: 16px !important;
  }

  #footer .tb-footer-bottom-section p,
  #footer .tb-footer-bottom-section a {
    font-size: 12px;
    margin: 0;
    text-align: center;
    padding-right: 5px;
  }

  #footer img {
    margin: 11px;
    padding: 0 10px !important;
  }
  
  #footer .tb-footer-grid div {
    min-width: 100%;
    padding: 0;
    margin-bottom: 3px;
    align-items: center;
  }

  #footer .max-categories-container {
    width: 100%;
  }

  #footer .tb-server-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 0px 10px;
  }
  #footer .tb-footer-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 1023px) {
  #footer .tb-footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  #footer .tb-grid-colunms {
    grid-template-columns: unset;
    grid-template-rows: unset;
  }

  #footer .tb-grid-colunms-0 {
    grid-row: unset;
  }

  #footer .tb-grid-colunms-1 {
    grid-row: unset;
  }

  #footer .tb-grid-colunms-2 {
    grid-column: unset;
  }

  #footer .tb-server-status {
    grid-template-columns: 1fr;
  }
}

/* new footer end  */
/* home craete start */
.tb-home-layout-form .tb-field-set{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-bottom: 15px;
}

.tb-home-layout-form .tb-field{
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 10px;
}

.tb-home-list .badge-light-success{
  background-color: rgba(40, 199, 111, 0.12);
  padding: 0.3rem 0.5rem;
  text-align: center;
  border-radius: 0.358rem;
  color: #28c76f !important;
}

.tb-home-list .badge-light-danger{
  background-color: rgba(234, 84, 85, 0.12); 
  padding: 0.3rem 0.5rem;
  text-align: center;
  border-radius: 0.358rem;
  color: #ea5455 !important;
}

.tb-home-list li p {
  padding-top: 10px;
}

.tb-home-layout-form .tb-field div{
  display: flex;
}

.tb-home-layout-form .tb-field div input{
  margin-left: 10px;
}

.tb-home-layout-form textarea{
  width: 100%;
  height: 150px;
}

.tb-home-layout-form .tb-field-set input,
.tb-home-layout-form .tb-field-set div{
  width: 100%;
  margin: auto;
}
.tb-home-layout .tb-home-list{
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  height: 70px;
  align-items: center;
}
.tb-home-layout pre{
  overflow-y: scroll ;
  height: 100px;
  text-wrap: pretty;
}
/* home craete end */
/* accordions start */
#accordion-main .tb-accordion-template,
#stepper-main .tb-stepper-template{
  border: 1px solid gray;
  border-radius: 5px;
  padding: 5px;
  margin-top: 10px;
}
#stepper-main .tb-stepper-decs{
  border: 2px solid gray;
  margin: 2px;
  padding: 8px;
  border-radius: 5px;
  margin-top: 10px;
}
#accordion-main .tb-accordion-title,
#stepper-main .tb-stepper-title{
  display: flex;
  gap: 10px;
}
#accordion-main .tb-accordion-title select,
#accordion-main .tb-accordion-title input,
#stepper-main .tb-stepper-title input,
#stepper-main .tb-stepper-title select{
  width: 80px;
}
#accordion-main .tb-accordion-template textarea,
#stepper-main .tb-stepper-template textarea{
  width: 93% !important;
  height: 85px;
}
#accordion-main .tb-accordion-close-icon,
#stepper-main .tb-stepper-close-icon{
  position: absolute;
  right: 10px;
  cursor: pointer;
}

/* Custom CSS for accordion */
.tb-docs-accordion {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: .75rem;
}

.tb-docs-accordion:is(:has(.show)) .tb-docs-accordion-svg{
  transform: rotate(0deg);
}

.tb-docs-accordion .tb-docs-accordion-svg{
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.tb-docs-accordion .accordion-header {
  padding: 10px;
}

.tb-docs-accordion .accordion-button:hover {
  background-color: unset !important;
}

.tb-docs-accordion .accordion-button:focus-visible {
  outline-color: unset !important;
}

.tb-docs-accordion .accordion-button {
  display: flex;
  justify-content: space-between;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 5px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}
.tb-docs-accordion svg#Layer_1{
  width: 15px;
}
.search-bar-mendable .DocSearch-Button-Keys,
.search-bar-mendable .DocSearch-Button-Container svg{
  display: none !important;
}
.tb-docs-accordion .accordion-button:hover {
  background: #e7e7e7;
}

.tb-docs-accordion .accordion-collapse {
  display: none;
  border-top: 1px solid #ddd;
}
.tb-docs-accordion .accordion-collapse.show{
  display: block;
}

.tb-docs-accordion .accordion-body {
  padding: 15px;
}

/* accordions end */
/* stepper start */
.tb-docs-stepper .step-content {
  margin: 20px 0px;
  text-align: left;
}
.tb-docs-stepper .step-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 10px;
}
.tb-docs-stepper .step {
  position: relative;
  width: 100%;
}

/* Responsive Design */
@media (max-width: 425px) {
  .tb-docs-stepper .step-header .step-number{
    font-size: 12px !important;
  }
  .tb-docs-stepper .step-header{
    line-height: 15px !important;
    padding: 6px !important;
  }
}
p a img,
.article-content img,
.page-content img {
  border-radius: 10px;
  border: 2px solid var(--border-Blue);
  padding: 0.6px;
  cursor: pointer;
}
/* stepper end */
/* ditails new start */

#header .tb-docs-sign-in{
  display: inline-flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #222;
  background:#FEFEFE;
  color: #16191D;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
}
#header .tb-docs-get-start{
  display: inline-flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: #16191D;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
}
.tb-docs-mini-header{
  border-bottom: 1px solid #E9E9E9;
}
.tb-ditails-mini-header{
  /* height: 64px; */
  background: #FFF;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px;
  gap: 15px;
}
.tb-ditails-mini-header .tb-docs-document{
  display: inline-flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #009CD7;
  background: #FEFEFE;
  color: #009CD7;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-decoration: none;
}
.tb-ditails-mini-header .tb-docs-home{
  display: inline-flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #E9E9E9;
  background: #FEFEFE;
  color: #777;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px; 
  text-decoration: none;
}
.tb-ditails-mini-header .tb-docs-home:hover{
  border: 1px solid #009CD7 !important;
  color: #009CD7 !important;
}
.tb-ditails-mini-header .search-bar-mendable .DocSearch-Button{ 
  display: flex;
  width: 625px;
  padding: 10px 14px;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #E9E9E9;
  background: #FAFAFA;
}
.tb-typography {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
}
.search-bar-mendable .tb-doc-search {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: #777;
  font-size: 12px;
  font-weight: 500;
  line-height: 19.2px;
}
.tri-layout-middle-contents .print-hidden{
  display: flex;
  padding: 10px 30px;
  gap: 10px;
  /* border-bottom: 1px solid #E9E9E9; */
  border-left: 1px solid #E9E9E9;
  position: relative;
}
h4.entity-list-item-name.break-text{
  color:  black !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 24px;
}
/* .tri-layout-right.print-hidden.pl-m{
  position: relative !important;
} */
.tri-layout-middle-contents .content-wrap.card{
  border-left: 1px solid #E9E9E9;
  box-shadow: unset !important;
}
#page-navigation .sidebar-page-nav a.limit-text{
  color: black;
  text-decoration:none;
  width: 100%;
  max-width: 165px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page-navigation .sidebar-page-nav a.limit-text:hover,
.sidebar-page-nav .current-heading a.limit-text{
  color: #009CD7 !important;
}
#page-navigation .page-nav-item.h1:hover div{
  background-color: #009CD7 !important;
  width: 2px !important;
}
/* .tri-layout-left.print-hidden.padding-top-high,
.tri-layout-right.print-hidden{
  padding-top: 60px;
} */
.tri-layout-left.print-hidden{
  padding-top: 10px;
}
.padding-top-remove {
  padding-top: unset !important;
}
.book-tree .sidebar-page-list .entity-list-item.selected{
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#sidebar .entity-list-item:not(.no-hover):hover{
  background-color: #E0EAF6 !important;
}
#sidebar .entity-list-item:not(.no-hover):hover .content h4,
#sidebar .entity-list-item:not(.no-hover):hover .content h4 a{
  color: black !important;
  text-decoration: none;
}
#sidebar .entity-list-item:not(.no-hover):hover .caret-icon svg.svg-icon{
  fill: black !important;
}
nav#book-tree .entity-list-item{
  padding: 1.2px 0px !important;
  display: flex;
  justify-content: space-between;
}
.entity-list-item>span:last-child{
  flex: unset !important;
  left: -20px !important;
}
nav#book-tree{
  margin-left: 28px;
}
.header-links .links.text-center a,
.header-links .links.text-center a svg,
.header-links .dropdown-container span{
  color: black !important;
  fill: black !important;
}
.entity-list-item-children .entity-list a .content h4{
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 15.6px !important;
}
.entity-list-item-children>div{
  padding: 0px 6px !important;
  border-left: 1px solid #d7d7d7;
}
/* .tri-layout-container .tri-layout-right nav#page-navigation{
  position: sticky !important;
  top: 105px;
} */
.tb-docs-mini-header::after{
  border-bottom: 1px solid #E9E9E9 !important;
  position: absolute !important;
  top: 0;
}
.tb-docs-mini-partials{
  height: 64px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px;
}
.tb-docs-partials{
  border-bottom: 1px solid #E9E9E9;
}
.tb-docs-partials .print-hidden.tri-layout-middle-partials{
  border-left: 1px solid #E9E9E9;
}
/* .tri-layout-container{
  grid-column-gap: unset !important;
} */
.entity-list-main.entity-list.book-contents .chapter.entity-list-item.has-children{
  display: flex;
  justify-content: space-between;
}
/* .entity-list-item-children{
  padding: unset !important;
} */
.tri-layout-right.print-hidden.pl-m{
  position: sticky !important;
  top: 15px;
  height: 90vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.tri-layout-right.print-hidden.pl-m::-webkit-scrollbar{
  width: 0px;
}
.primary-background.print-hidden{
  background-color: #000 !important;
}
.tb-mr-2{
  margin-right: 8px;
}
.tb-play-yt-video strong {
  cursor: pointer;
}
/* ditails new end */
/* new changes breadcrumbs start*/
.entity-list-item.outline-hover, 
.icon-list-item.outline-hover,
.breadcrumb-listing .breadcrumb-listing-toggle{
  border:unset !important;
}
.text-book, .text-book:hover,
.text-chapter, .text-chapter:hover,
.text-page, .text-page:hover{
  color: #777 !important;
  fill: #777 !important;
}
.breadcrumbs-last-item a:last-child span{
  color: #009CD7 !important;
  fill: #009CD7 !important;
}
.entity-list-item>span:first-child:after, .icon-list-item>span:first-child:after, .chapter-expansion>.icon:after{
  content: unset !important;
}
.entity-list-item>span:first-child, .icon-list-item>span:first-child, .chapter-expansion>.icon{
  font-size: 16px !important;
}
.breadcrumbs,
.tri-layout-left-contents>*, .tri-layout-right-contents>*{
  opacity: unset;
}
@media screen and (max-width: 1400px) {
  .book-tree .sidebar-page-list{
    margin: unset;
  }
  .tri-layout-right.print-hidden.pl-m{
    height: auto;
    position: unset !important;
    overflow: unset;
  }
  .tri-layout-left{
    position: unset;
  }
  .sidebar-page-list{
    max-height: 100%;
  }
}
/* new changes breadcrumbs end */
.floating-toolbox div[toolbox-tab-content]{
  height: 90vh;
}
@media screen and (max-width: 1000px) {
  .tri-layout-container.tb-docs-lg-container{
    grid-template-columns: unset !important;
  }
}
/* lg container end */

/* docs preview start */
.custom-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  max-width: 90%;
  max-height: 90%;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  font-weight: bold;
}

.custom-modal img {
  cursor: zoom-in;
}

.zoomed {
  transform: scale(1.5);
  cursor: zoom-out;
  transition: transform 0.3s ease-in-out;
}
/* docs preview end */
/* Stepper start */
.tb-docs-stepper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  /* font-family: Arial, sans-serif; */
}
.tb-docs-stepper .step {
  padding-left: 3rem;
}
.tb-docs-stepper .step::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 0;
  bottom: -30px;
  width: 2px;
  background-color: #ddd;
}
.tb-docs-stepper .step.active:last-child::before {
  /* display: none; */
  bottom: 0;
}
.tb-docs-stepper .step-number {
  position: absolute;
  left: 0;
  top: 0px;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
}
.tb-docs-stepper .step-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.tb-docs-stepper .active .step-number {
  background-color: hsl(240 5% 95% / 1);
}
.tb-docs-stepper .active .step-title {
  color: #000;
}
.tb-docs-stepper .active .step-content {
  font-weight: normal;
}
/* Stepper end */
/* article preview start */
#tb-docs-preview h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}
#tb-docs-preview h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}
#tb-docs-preview h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
#tb-docs-preview h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
#tb-docs-preview h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
#tb-docs-preview p,
#tb-docs-preview li,
#tb-docs-preview a,
#tb-docs-preview span {
  color: var(--Dark);
}
/* article preview end */

/* roadmap start */

.tb-full-width {
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.tri-layout-container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.tri-layout-middle {
  width: 100% !important;
  max-width: 100% !important;
}

.tri-layout-middle-contents {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tb_golmap_main {
  font-family: 'Satoshi';
  width: 100%;
}
.tb_golmap_cards_section {
  background: var(--Light-blue, #E2F5F8);
  padding: 60px 0;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.tb_golmap_cards_container {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  position: relative;
}
.tb_golmap_cards_section .tb_golmap_cards_container::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: auto;
  width: 275px;
  height: 100px;
  border-radius: 624px;
  opacity: 0.31;
  background: var(--brand-Blue, #009CD7);
  filter: blur(49px);
  z-index: 1;
  transform: translate(111%, 10px);
}
.tb_golmap_cards_section .tb_golmap_cards_container::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 275px;
  height: 100px;
  right: 0;
  border-radius: 540px;
  opacity: 0.31;
  background: var(--brand-orange, #F60);
  filter: blur(58px);
  z-index: 1;
  transform: translate(-101%, 10px);
}
.tb_golmap_cards_section .tb_golmap_section_cards {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  z-index: 2;
}
.tb_golmap_cards_section .tb_golmap_section_card {
  padding: 26px 40px;
  width: calc(33.33% - 1rem);
  border-radius: 16px;
  border: 4px solid rgba(0, 0, 0, 0.12);
  background: #FFF;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tb_golmap_cards_section .tb_golmap_section_header {
  margin-bottom: 30px;
}
.tb_golmap_cards_section .tb_golmap_section_header_title {
  color: var(--Dark, #222);
  text-align: center;
  font-size: 61px;
  font-weight: 700;
  line-height: 120%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.tb_golmap_cards_section .tb_golmap_section_card_number span {
  color: #000;
  font-size: 49px;
  font-weight: 700;
  line-height: 120%;
}
.tb_golmap_cards_section .tb_golmap_section_card_icon img {
  width: 60px;
  height: 60px;
}
.tb_golmap_cards_section .tb_golmap_section_card_number_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.tb_golmap_cards_section .tb_golmap_section_card_text {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}

/* Roadmap Board Styles */
.roadmap_board_section {
  background: #fff;
  padding-bottom: 80px;
}

.roadmap_board_section .roadmap_board_container {
  margin: 0 auto;
  max-width: 1676px;
  padding: 0px 5px;
}
.roadmap_board_section .roadmap_filter_bar {
  margin-bottom: 20px;
  background: var(--Light-Yellow, #F9F7E8);
  padding: 17px;
}
.roadmap_board_section .filter_tag_container{
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1669px;
  margin: auto;
}
.roadmap_board_section .roadmap_filter_bar .roadmap_filter_bar_container {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1669px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.roadmap_board_section .roadmap_filter_bar .filter_btn_container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.roadmap_board_section .roadmap_filter_bar .filter_dropdown_label {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}    
.roadmap_board_section .roadmap_filter_bar .filter_label {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
.roadmap_board_section .roadmap_filter_bar .filter_dropdown {
  padding: 9px 15px;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
  position: relative;
}
.roadmap_board_section .roadmap_filter_bar .filter_dropdown:after {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666;
  margin-left: 10px;
}
.roadmap_board_section .roadmap_filter_bar .filter_dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: none;
  margin-top: 5px;
  padding: 5px 0;
  max-height: 312px;
  width: 215px;
  scrollbar-width: none;
  overflow-y: scroll;
}
.roadmap_board_section .roadmap_filter_bar .filter_dropdown:hover .filter_dropdown_menu {
  display: none;
}
.roadmap_board_section .roadmap_filter_bar .filter_dropdown.active .filter_dropdown_menu {
  display: block;
}
.roadmap_board_section .roadmap_filter_bar .filter_dropdown_item {
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 4px;
}
.roadmap_board_section .roadmap_filter_bar .filter_dropdown_item:hover {
  background: #f5f5f5;
}
.roadmap_board_section .roadmap_filter_bar .filter_dropdown_item.selected {
  background-color: #E2F5F8;
}
.roadmap_board_section .roadmap_filter_bar .filter_dropdown_item input[type="checkbox"] {
  margin: 0;
  cursor: pointer;
  accent-color: #009CD7;
  width: 16px;
  height: 16px;
}
.roadmap_board_section .roadmap_filter_bar .filter_dropdown_item label {
  margin: 0;
  cursor: pointer;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.roadmap_board_section .roadmap_filter_bar .add_btn,
.roadmap_board_section .roadmap_filter_bar .filter_btn {
  background: #009CD7;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 11px 12px;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 3px;
}
.roadmap_board_section .filter_tags {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E0EAF6;
  display: none;
}

.filter_tags.active {
  display: block;
}

.roadmap_board_section .filter_tags  .filter_tag {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  background: #FFF;
}
.roadmap_board_section .filter_tags #clear_all_filters{
  cursor: pointer;
}
.roadmap_board_section .filter_tags span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.roadmap_board_section .filter_tag.priority_label,
.roadmap_board_section .filter_tags .category_label,
.roadmap_board_section .filter_tags .scope_label,
.roadmap_board_section .filter_tags .priority_label,
.roadmap_board_section .filter_tags .status_label {
  background: none;
  border: none;
  color: #222;
  font-weight: 700;
  padding-left: 0;
  margin-right: -7px;
}
.roadmap_board_section .filter_tags .filter_tag_close {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
}
.roadmap_board_section .board_columns {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 20px;
}
.roadmap_board_section .board_column.collapsed {
  max-height: 65px;
  transition: all 0.3s ease-in-out;
}
.roadmap_board_section .task_cards_container {
  padding: 15px;
  padding-top: 0;
}
.roadmap_board_section .board_column {
  min-width: 317px;
  width: 280px;
  border-radius: 16px;
  max-height: 1242px;
  overflow-y: scroll;
  scrollbar-width: none;
}
.roadmap_board_section .board_columns .column_header.light-blue,
.roadmap_board_section .board_column.light-blue {
  background: #E2F5F8;
}
.roadmap_board_section .board_columns .column_header.light-purple,
.roadmap_board_section .board_column.light-purple {
  background: #F1E3F6;
}
.roadmap_board_section .board_columns .column_header.freeze-blue,
.roadmap_board_section .board_column.freeze-blue {
  background: #E0EAF6;
}
.roadmap_board_section .board_columns .column_header.light-yellow,
.roadmap_board_section .board_column.light-yellow {
  background: #F9F7E8;
}
.roadmap_board_section .board_columns .column_header.light-green,
.roadmap_board_section .board_column.light-green {
  background: #D2ECE8;
}
.roadmap_board_section .board_columns .board_column .kanban_column_title {
  color: #111C2D;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
.roadmap_board_section .board_columns .board_column .kanban_column_title {
  color: #111C2D;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
.roadmap_board_section .board_columns .board_column .header_inner_wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.roadmap_board_section .board_columns .board_column .header_inner_wraper .task_title {
  color: var(--Dark, #222);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.roadmap_board_section .board_columns .board_column .task_card {
  border-radius: 8px;
  border: 1px solid #BEDFE4;
  background: #FFF;
  padding: 4px 16px;
  margin-bottom: 12px;
}
.roadmap_board_section .board_columns .board_column .task_card .task_description{
  color: var(--Dark, #222);
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
}
.roadmap_board_section .board_columns .board_column .task_card .task_meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 15px;
}
.task-detail-modal .task-meta-row .task-meta-label{
  margin-bottom: 6px;
}
.task-detail-modal .task-meta-row .task-meta-label,
.roadmap_board_section .board_columns .board_column .task_card .task_meta .meta_title{
  color: var(--Light, #777);
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
}
.task-detail-modal .task-meta-row .task-meta-value,
.roadmap_board_section .board_columns .board_column .task_card .task_meta .meta_sub_title{
  color: var(--Dark, #222);
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
}
.task-detail-modal .task-meta-row .status_backlog,
.task-detail-modal .task-meta-row .priority_low,
.roadmap_board_section .board_columns .board_column .task_card .priority_low {
  background: #e3f7ff;
  color: #fff;
  padding: 3px 8px;
  border-radius: 8px;
  background: #009CD7;
  width: fit-content;
}
.task-detail-modal .task-meta-row .status_review,
.task-detail-modal .task-meta-row .status_in_progress,
.task-detail-modal .task-meta-row .priority_high,
.roadmap_board_section .board_columns .board_column .task_card .priority_high {
  color: #fff;
  padding: 3px 8px;
  border-radius: 8px;
  background: #ff6600;
  width: fit-content;
}
.task-detail-modal .task-meta-row .status_complete{
  background: #D2ECE8;
  color: #000;
  padding: 3px 8px;
  border-radius: 8px;
  width: fit-content;
}
.task-detail-modal .task-meta-row .status_planning,
.task-detail-modal .task-meta-row .priority_medium,
.roadmap_board_section .board_columns .board_column .task_card .priority_medium {
  color: #fff;
  padding: 3px 8px;
  border-radius: 8px;
  background: #09C97F;
  width: fit-content;
}

.task-detail-modal .task-meta-row .priority_critical,
.roadmap_board_section .board_columns .board_column .task_card .priority_critical {
  color: #fff;
  padding: 3px 8px;
  border-radius: 8px;
  background: #E91B1B;
  width: fit-content;
}
.roadmap_board_section .board_columns .board_column .task_card .priority_tag {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 5px;
}
.roadmap_board_section .board_columns .column_header {
  display: flex;
  align-items: center;
  gap: 10px;
  position: sticky;
  top: 0px;
  z-index: 2;
  padding: 15px;
}
.roadmap_board_section .board_columns .column_icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roadmap_board_section .board_columns .task_card_header {
  margin-bottom: 15px;
}
.roadmap_board_section .board_columns .add_task_btn,
.roadmap_board_section .board_columns .expand_collapse {
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #C3DADE;
  background: #FFF;
  padding: 6px;
}

.roadmap_board_section .board_columns .column_count {
  border-radius: 4px;
  border: 1px solid #C3DADE;
  background: #FFF;
  font-size: 14px;
  margin-left: auto;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roadmap_board_section .board_columns .expand_collapse svg {
  width: 16px;
  height: 16px;
}
.roadmap_board_section .board_columns .progress_bar {
  height: 8px;
  background: #F4F4F4;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.roadmap_board_section .board_columns .progress_fill {
  height: 100%;
  background: #9c27b0;
  border-radius: 10px;
}
.task-detail-modal .task-meta-row .meta_category,
.roadmap_board_section .board_columns .meta_sub_title.meta_category {
  border-radius: 8px;
  background: #E0EAF6;
  padding: 3px 8px;
  width: fit-content;
}
/* Date picker styles */
.roadmap_board_section .date-picker-container {
  padding: 10px 15px;
}

.roadmap_board_section .date-picker-container label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
}

.roadmap_board_section .date-picker-container input[type="date"] {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}

.roadmap_board_section .date-filter-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.roadmap_board_section .date-filter-button {
  padding: 5px 10px;
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  transition: background 0.2s;
}

.roadmap_board_section .date-filter-button:hover {
  background: #e0e0e0;
}

.roadmap_board_section .apply-date-filter {
  background: #009CD7;
  color: white;
  border: none;
}
.roadmap_board_section .apply-date-filter:hover {
  background: #0085b8;
}
/* No items message styling */
.roadmap_board_section .no_items_message p {
  font-size: 18px;
  color: #6c757d;
  font-weight: 500;
}
.roadmap_board_section .task_detils_view_btn {
  border-radius: 6px;
  border: 1px solid var(--brand-Blue, #009CD7);
  display: flex;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  color: var(--brand-Blue, #009CD7);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.2px;
  margin: 10px 0px;
  width: -webkit-fill-available;
  cursor: pointer;
}    
/* Task Detail Modal Styles */
.task-detail-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  animation: fadeIn 0.3s;
}
.task-detail-content {
  background-color: #fff;
  margin: 5% auto;
  width: 80%;
  max-width: 700px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  animation: slideIn 0.3s;
}
.task-detail-header .task-detail-header-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.task-detail-modal .task-detail-header-wraper {
  padding: 17px;
  padding-bottom: 0;
  border-bottom: 1px solid #e2e0e0;
}
.add-new-item-modal .task-detail-header-title h2,
.task-detail-modal .task-detail-header h2 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}
.task-detail-modal .task-description-section {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.task-detail-modal .modal-close {
  color: #777;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s;
}

.task-detail-modal .modal-close:hover {
  color: #000;
}
.task-detail-modal .task-detail-body {
  padding: 30px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
/* .task-detail-modal .task-detail-body .task-progress-section {
  width: 50%;
} */
.task-detail-modal .task-meta-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.task-detail-modal .task-meta-row {
  display: flex;
  flex-direction: column;
}


/* Progress Bar and Circle Styles */
.task-detail-modal .progress-bar {
  height: 12px;
  background: #F4F4F4;
  border-radius: 10px;
  margin: 15px 0;
  position: relative;
}
.task-progress-section .task-progress-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.task-detail-modal .task-meta-row .meta_category,
.roadmap_board_section .board_columns .meta_sub_title.meta_category {
  border-radius: 8px;
  background: #E0EAF6;
  padding: 3px 8px;
  width: fit-content;
}
/* Date picker styles */
.roadmap_board_section .date-picker-container {
  padding: 10px 15px;
}

.roadmap_board_section .date-picker-container label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
}

.roadmap_board_section .date-picker-container input[type="date"] {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}

.roadmap_board_section .date-filter-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.roadmap_board_section .date-filter-button {
  padding: 5px 10px;
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  transition: background 0.2s;
}
.roadmap_board_section .date-filter-button:hover {
  background: #e0e0e0;
}
.roadmap_board_section .apply-date-filter {
  background: #009CD7;
  color: white;
  border: none;
}
.roadmap_board_section .apply-date-filter:hover {
  background: #0085b8;
}
/* No items message styling */
.roadmap_board_section .no_items_message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 85px;
}

.roadmap_board_section .no_items_message p {
  font-size: 18px;
  color: #6c757d;
  font-weight: 500;
}
.roadmap_board_section .task_detils_view_btn {
  border-radius: 6px;
  border: 1px solid var(--brand-Blue, #009CD7);
  display: flex;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  color: var(--brand-Blue, #009CD7);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.2px;
  margin: 10px 0px;
}

/* Circular Progress Bar Styles */
.task-progress-section .task-progress-container .progess-group {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.task-progress-section .task-progress-container .circular-progress {
  height: 210px;
  width: 210px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
  background: conic-gradient(#009CD7 0deg, #fff 0deg);
}

.task-progress-section .task-progress-container .circular-progress::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #fff;
}

.task-progress-section .task-progress-container .course-value {
  position: relative;
  color: #009CD7;
  font-size: 35px;
  font-weight: 700;
}
.task-progress-section .circular-progress-inner {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.task-progress-section .course-value-label {
  color: var(--Light, #777);
  font-family: Satoshi;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  position: relative;
}
/* Form styles */
.task-detail-modal.config-modal .task-detail-body,
.add-new-item-modal .task-detail-body {
  display: block !important;
}
.add-new-item-modal .gol_form_section_title {
  color: var(--Dark, #222);
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  margin: 15px 0px;
}
.add-new-item-modal .gol_form_group {
  margin-bottom: 15px;
}
.add-new-item-modal .gol_form_row {
  display: flex;
  gap: 20px;
}
.add-new-item-modal .gol_form_group.half-width {
  width: 48%;
}
.add-new-item-modal .gol_form_label {
  display: block;
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.add-new-item-modal .required {
  color: #f44336;
}
.add-new-item-modal .gol_form_input,
.add-new-item-modal .gol_form_input[type="date"],
.add-new-item-modal .gol_form_textarea,
.add-new-item-modal .gol_form_select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.add-new-item-modal .gol_form_textarea {
  resize: vertical;
}
.add-new-item-modal .slider-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.add-new-item-modal .gol_form_input[type="range"] {
  flex: 1;
}
.add-new-item-modal .gol_form_input[type="range"] {    
  flex: 1;
  height: 8px;
  border-radius: 5px;
  background: #F4F4F4;
  outline: none;
  accent-color: #218dd2;
}
.add-new-item-modal .progress-value {
  min-width: 45px;
  text-align: right;
}
.add-new-item-modal .gol_form_actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}
.add-new-item-modal .cancel-btn, .add-new-item-modal .save-btn {
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  border: none;
}
.add-new-item-modal .cancel-btn {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
.add-new-item-modal .save-btn {
  background-color: #009CD7;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}
.add-new-item-modal .save-btn:hover {
  background-color: #009CD7;
  opacity: 0.8;
  transition: 0.3s;
}
.add-new-item-modal .cancel-btn:hover {
  background-color: #e0e0e0;
  opacity: 0.8;
  transition: 0.3s;
}
.roadmap_board_section .task_update_btn{
  border: 1px solid #09c97f;
  display: flex;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  color:  #09c97f;
  border-radius: 6px;
  margin: 10px 0px;
  cursor: pointer;
}
.roadmap_board_section .task_delete_btn{
  border: 1px solid #E91B1B;
  display: flex;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  color:  #E91B1B;
  border-radius: 6px;
  margin: 10px 0px;
  cursor: pointer;
}
.card-loading-overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.drag-loading-spinner{
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
/* Drag and drop styles */
.task-card-placeholder {
  border: 2px dashed #ccc;
  margin: 10px 0;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.05);
}
.task_card.dragging {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transform: rotate(1deg);
  z-index: 9999;
}
.board_column.highlight-dropzone {
  background-color: rgba(0, 0, 0, 0.02);
  transition: background-color 0.3s ease;
}
.task_cards_container {
  min-height: 50px;
  padding: 10px 0;
}
.ui-sortable-helper {
  cursor: grabbing !important;
}
.roadmap_board_section .config_btn,
.roadmap_board_section .import_btn,
.roadmap_board_section .export_btn {
  border-color: rgb(209 213 219);
  border: 1px solid rgb(209 213 219);
  border-radius: .375rem;
  padding: 11px 12px;
  background: white;
  color: #3e3e3e;
  display: flex;
  gap: 6px;
  cursor: pointer;
  align-items: center;
}
.import-modal .custom-file-input-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.import-modal .task-detail-body {
  width: 100%;
  display: block;
}
.import-modal .custom-file-input-button {
  display: inline-block;
  padding: 10px 15px;
  background-color: #f5f9ff;
  border: 1px solid #e0e7ff;
  border-radius: 4px;
  color: #1a56db;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.import-modal .custom-file-input-button:hover {
  background-color: #e0e7ff;
}
/* Toast notification */
.toast-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #009CD7;
  color: white;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s;
}
.toast-notification.show {
  opacity: 1;
}
.toast-notification.error {
  background-color: #F44336;
}
.task-detail-modal.config-modal .config-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.task-detail-modal.config-modal .config-container .config-row {
  display: flex;
  gap: 20px;
}
.task-detail-modal.config-modal .config-container .config-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.task-detail-modal.config-modal .config-container .config-column h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
/* Configuration Settings Modal Styles */
.task-detail-modal.config-modal .config-container .config-input-container {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.task-detail-modal.config-modal .config-container .config-input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.task-detail-modal.config-modal .config-container .config-add-btn {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 4px;
  background-color: #009CD7;
  color: white;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.task-detail-modal.config-modal .config-container .config-add-btn:hover {
  background-color: #0086b8;
}

.task-detail-modal.config-modal .config-container .config-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
  background-color: #f9f9f9;
}

.task-detail-modal.config-modal .config-container .config-list-scrollable {
  max-height: 200px;
}

.task-detail-modal.config-modal .config-container .config-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background-color: white;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 14px;
}

.task-detail-modal.config-modal .config-container .config-item-text {
  font-weight: 500;
}

.task-detail-modal.config-modal .config-container .config-remove-btn {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.task-detail-modal.config-modal .config-container .config-remove-btn:hover {
  background-color: #e74c3c;
  color: white;
}

.task-detail-modal.config-modal .config-container .config-note {
  font-size: 12px;
  color: #666;
  font-style: italic;
  margin-top: 5px;
}

.task-detail-modal.config-modal .config-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.task-detail-modal.config-modal  .config-actions button {
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.task-detail-modal.config-modal .config-actions .cancel-btn {
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #333;
}

.task-detail-modal.config-modal .config-actions .save-btn {
  border: none;
  background-color: #009CD7;
  color: white;
}

.task-detail-modal.config-modal .config-actions .save-btn:hover {
  background-color: #0086b8;
}

.task-detail-modal.config-modal .config-actions .cancel-btn:hover {
  background-color: #eee;
}
/* Fix for variable scope bug */
.task-detail-modal.config-modal .exists {
  display: none;
} 
/* Loading indicator */
.task-detail-modal.config-modal .config-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 14px;
  color: #666;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
}

.task-detail-modal.config-modal .config-loading::after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border: 2px solid #ddd;
  border-top: 2px solid #009CD7;
  border-radius: 50%;
  animation: config-spinner 1s linear infinite;
}

@keyframes config-spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} 
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* Animation */
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes slideIn {
  from {transform: translateY(-30px); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}

/* Recent Updates Panel Styles */

 .recent_updates_btn {
  position: fixed;
  background: #ffffff;
  padding: 15px;
  z-index: 222222222222;
  bottom: 1rem;
  right: 5rem;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  color: #374151;
  font-weight: 500;
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  cursor: pointer;
  z-index: 2;
}
/* Recent Updates Panel Styles */
.recent-updates-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  transition: all 0.3s ease;
}

.recent-updates-panel.active {
  pointer-events: all;
}

.recent-updates-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.recent-updates-panel.active .recent-updates-overlay {
  opacity: 1;
  pointer-events: all;
}

.recent-updates-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 480px;
  height: 100%;
  background: #ffffff;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.recent-updates-panel.active .recent-updates-content {
  transform: translateX(0);
}

/* Header */
.recent-updates-panel .recent-updates-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #E0EAF6;
  background: #FFF;
  min-height: 80px;
}
.recent-updates-panel .recent-updates-header-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.recent-updates-panel .recent-updates-header-title svg {
  color: #000;
}
.recent-updates-panel .recent-updates-header h2 {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
.recent-updates-panel .recent-updates-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  color: #000000;
  transition: all 0.2s ease;
}
.recent-updates-panel .recent-updates-close:hover {
  background-color: #f3f4f6;
  color: #000000;
}

/* Body */
.recent-updates-panel .recent-updates-body {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Filters */
.recent-updates-panel .recent-updates-filters {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
  padding: 24px;
}

.recent-updates-panel .filter-group {
  flex: 1;
}
.recent-updates-panel .filter-group label {
  display: block;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}
.recent-updates-panel .filter-select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #374151;
  transition: border-color 0.2s ease;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  background: #FFF;
}
.recent-updates-panel .filter-select:focus {
  outline: none;
  border-color: #009CD7;
  box-shadow: 0 0 0 3px rgba(0, 156, 215, 0.1);
}

/* Marked Area */
.recent-updates-panel .recent-updates-marked-area {
  flex: 1;
  background: #F3F3F3;
  padding: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.recent-updates-panel .marked-area-header-right {
  display: flex;
  align-items: center;
  gap: 11px;
}
.recent-updates-panel .marked-area-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.recent-updates-panel .marked-area-header h3 {
  margin: 0;
  color: #000;
  font-family: Satoshi;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.recent-updates-panel .marked-area-badge {
  border-radius: 6px;
  background: #009CD7;
  color: white;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 500;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

/* Timeline */
 .recent-updates-panel .updates-timeline {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}

/* Loading State */
.recent-updates-panel .updates-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}
.recent-updates-panel .loading-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #e5e7eb;
  border-top: 3px solid #009CD7;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 16px;
}
.recent-updates-panel .updates-pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.recent-updates-panel .load-more-btn:hover{
  opacity: 0.6;
}
.updates-loading p {
  color: #6b7280;
  font-size: 14px;
  margin: 0;
}

/* Update Items */
.recent-updates-panel .updates-content .update-item {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  margin-bottom: 12px;
  background: white;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease;
}
.recent-updates-panel .updates-content .update-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.recent-updates-panel .updates-content .update-item.read {
  opacity: 0.7;
  background: #f9fafb;
}
.recent-updates-panel .updates-content .update-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.recent-updates-panel .updates-content .update-content {
  flex: 1;
  min-width: 0;
}
.recent-updates-panel .updates-content .update-title {
  margin-bottom: 4px;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.task-detail-content .change-log-details{
  margin-bottom: 4px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.task-detail-content .task-change-log-title {
  color: #000;
  font-family: Satoshi;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 25px;
}
.task-detail-content .change-log-details strong{
  color: #000;
}
.task-detail-content .change-log-item {
  margin-bottom: 17px;
}
.recent-updates-panel .updates-content .update-item-top {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid #E0EAF6;
}
.recent-updates-panel .updates-content .update-item-bottom {
  padding: 16px;
  text-align: right;
}
.recent-updates-panel .updates-content .update-meta {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--Light, #777);
  font-family: Satoshi;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.recent-updates-panel .updates-content .update-time {
  font-weight: 500;
}

.recent-updates-panel .updates-content .update-user::before {
  content: "•";
  margin-right: 4px;
}
.recent-updates-panel .updates-content .update-description {
  margin-bottom: 8px;
  color: var(--Dark, #222);
  font-family: Satoshi;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.recent-updates-panel .updates-content .view-item-btn {
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid #009CD7;
  color: #009CD7;
  font-family: Satoshi;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.2px;
}
.recent-updates-panel .updates-content .view-item-btn:hover {
  background: #25a9db;
  color: white;
}
.recent-updates-panel .load-more-btn {
  background: #ffffff;
  border: 1px solid #DCDCDC;
  color: #222;
  padding: 10px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  min-width: 120px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Empty State */
.recent-updates-panel .updates-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}
.recent-updates-panel .updates-empty .empty-icon {
  color: #9ca3af;
  margin-bottom: 16px;
}

.recent-updates-panel .updates-empty h4 {
  margin: 0 0 8px 0;
  color: #374151;
  font-size: 16px;
  font-weight: 500;
}

.recent-updates-panel .updates-empty p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

/* Actions */
.recent-updates-panel .recent-updates-actions {
  display: flex;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}


.task-loading-state {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.task-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loading-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #009CD7;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.task-change-log {
  padding: 0px 30px 30px;
  border-top: 1px solid #DCDCDC;
  }


/* Highlight item animation */
.task_card.highlight-item {
  animation: highlightPulse 3s ease-in-out;
  border: 2px solid #009CD7 !important;
}

@keyframes highlightPulse {
  0%, 100% { 
      box-shadow: 0 0 0 0 rgba(0, 156, 215, 0.4);
  }
  50% { 
      box-shadow: 0 0 0 10px rgba(0, 156, 215, 0);
  }
}


/* Responsive */
@media (max-width: 768px) {
  .recent-updates-content {
      width: 100%;
  }
  
  .recent-updates-filters {
      flex-direction: column;
      gap: 12px;
  }
  
  .recent-updates-actions {
      flex-direction: column;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .recent-updates-content {
      width: 100%;
  }
  
  .recent-updates-filters {
      flex-direction: column;
      gap: 12px;
  }
  
  .recent-updates-actions {
      flex-direction: column;
  }
} 


@media screen and (max-width: 991px) {
  .roadmap_board_section .roadmap_filter_bar .roadmap_filter_bar_container{
    display: inline;
  }
  .roadmap_board_section .roadmap_filter_bar .filter_dropdown{
    margin-bottom: 10px;
  }
  .roadmap_board_section .roadmap_filter_bar .filter_dropdown_menu{
    width: 100%;
  }
  .roadmap_board_section .roadmap_filter_bar .filter_label{
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .task-meta-section {
      grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .tb_golmap_cards_section .tb_golmap_section_cards {
      flex-direction: column;
  }
  .tb_golmap_cards_section .tb_golmap_section_card {
      width: 100%;
  }
  .roadmap-filter-bar {
      flex-direction: column;
      align-items: flex-start;
  }
  .filter-dropdown {
      width: 100%;
  }
  .task-detail-content {
    width: 95%;
    margin: 10% auto;
  }
  .task-meta-section {
      grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 535px) {
  .task-detail-modal .task-detail-body{
    display: block;
  }
  .task-detail-modal .task-detail-body .task-progress-section{
    width: 100%;
  }
  .task-detail-modal .task-meta-section{
    justify-items: center;
  }
}
@media screen and (max-width: 425px) {
  .tb_golmap_cards_section .tb_golmap_section_header_title {
    font-size: 40px;
  }
  .tb_golmap_cards_section .tb_golmap_section_card_number{
    font-size: 20px;
  }
  .tb_golmap_cards_section .tb_golmap_section_card_text{
    font-size: 18px;
  }
  .tb_golmap_cards_section .tb_golmap_section_card{
    padding: 26px;
  }
}

/* roadmap end */
