@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap);
/* CSS Document */
/* 
*
*
[Table of contents]
*
*
*

  color / $white
  font / @import 
  general / html
  dropdown / .dropdown-custom.btn
  navbar / .navbar
  slider home / .jumbomain
  breadcumb / .breadcumb
  home / .subheading
  slickteam / .slickteam
  pricing / .pricelist
  testimony / .wraper-testimony
  footer / footer
  portofolio / AppContainer
  contact / .form-side
  service / #service
  blog / #blog
  media all / @media only screen and (max-width: 1199px)

*/
/*color*/
/*font*/
/*general*/
html {
  scroll-behavior: auto;
}

body {
  font-family: "Poppins", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #fff;
  background: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#mainpreloader .preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999999;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#mainpreloader .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.mainpreloader {
  position: relative;
  -webkit-animation: rotate 1s infinite linear;
          animation: rotate 1s infinite linear;
  border: 3px solid rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  margin-right: -24px;
  border-radius: 999px;
}

.mainpreloader span {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid transparent;
  border-top: 3px solid #c8b16f;
  top: -3px;
  left: -3px;
  border-radius: 999px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#routerhang {
  -webkit-transform: unset !important;
          transform: unset !important;
  -webkit-transform-origin: unset !important;
          transform-origin: unset !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.br {
  display: block;
  white-space: pre-wrap;
}

section {
  padding: 75px 0;
}

.wraper {
  padding: 0;
  display: block;
  width: 100%;
}
.wraper .wraperitem {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.m-2-hor {
  padding: 0 7%;
  max-width: 1500px;
  margin: 0 auto !important;
}

.m-10-hor {
  display: flex;
  justify-content: space-between;
  padding-left: 10%;
  padding-right: 10%;
  max-width: 1500px;
  margin: 0 auto;
}

.white {
  color: #111;
  background: #fff;
}

.black_more {
  background: #0f0f0f;
}

.color {
  color: #c8b16f;
}

.thmbsdown {
  position: relative;
  overflow: hidden;
  font-size: 11pt;
  color: #fff;
  background: none;
  border: 2px solid #2e0b0b;
  border-radius: 0;
  padding: 10px 44px;
  transition-delay: 0s;
  z-index: 0;
}
.thmbsdown span {
  color: #fff;
  position: relative;
  z-index: 1;
}
.thmbsdown::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(to left, #2e0b0b, #3f1010);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.thmbsdown:hover::before {
  opacity: 1;
  transition: all 0.3s ease;
}
.thmbsdown:hover .shine {
  -webkit-animation: sheen 0.6s alternate;
  animation: sheen 0.6s alternate;
}

.thmbsdown-filled {
  background: #3f1010;
  border: 2px solid #330d0d;
}

.thmbsup {
  position: relative;
  overflow: hidden;
  font-size: 11pt;
  color: #fff;
  background: none;
  border: 2px solid #0b2e13;
  border-radius: 0;
  padding: 10px 44px;
  transition-delay: 0s;
  z-index: 0;
}
.thmbsup span {
  color: #fff;
  position: relative;
  z-index: 1;
}
.thmbsup::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(to left, #0b2e13, #103f1c);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.thmbsup:hover::before {
  opacity: 1;
  transition: all 0.3s ease;
}
.thmbsup:hover .shine {
  -webkit-animation: sheen 0.6s alternate;
  animation: sheen 0.6s alternate;
}

.thmbsup-filled {
  background: #0b2e13;
  border: 2px solid #071e0d;
}

.btn {
  position: relative;
  overflow: hidden;
  font-size: 11pt;
  color: #fff;
  background: none;
  border: 2px solid #c8b16f;
  border-radius: 0;
  padding: 10px 44px;
  transition-delay: 0s;
  z-index: 0;
}
.btn span {
  color: #fff;
  position: relative;
  z-index: 1;
}
.btn::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(to left, #c8b16f, #c7ab5a);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.btn:hover::before {
  opacity: 1;
  transition: all 0.3s ease;
}
.btn:hover .shine {
  -webkit-animation: sheen 0.6s alternate;
  animation: sheen 0.6s alternate;
}

.shine {
  content: "";
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: -50px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2) 5%, transparent);
  -webkit-transform: rotateZ(60deg) translate(-1em, 5.5em);
  transform: rotateZ(60deg) translate(-1em, 5.5em);
}

@-webkit-keyframes sheen {
  0% {
    opacity: 1;
    -webkit-transform: rotateZ(60deg) translate(0, 6em);
    transform: rotateZ(60deg) translate(0, 6em);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotateZ(60deg) translate(0, -12em);
    transform: rotateZ(60deg) translate(0, -12em);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(60deg) translate(0, -12em);
    transform: rotateZ(60deg) translate(0, -12em);
  }
}
@keyframes sheen {
  0% {
    opacity: 1;
    -webkit-transform: rotateZ(60deg) translate(0, 6em);
    transform: rotateZ(60deg) translate(0, 6em);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotateZ(60deg) translate(0, -12em);
    transform: rotateZ(60deg) translate(0, -12em);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(60deg) translate(0, -12em);
    transform: rotateZ(60deg) translate(0, -12em);
  }
}
.text-gradient {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  background: linear-gradient(to bottom, #c8b16f, #c7ab5a);
}

/* dropdown */
.dropdown-custom.btn {
  border: 0px;
  position: relative;
  top: -1px;
  overflow: unset !important;
  font-weight: 500;
  padding: 0 20px;
  background: none !important;
}
.dropdown-custom.btn::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 19px;
  width: -webkit-max-content;
  width: max-content;
  height: auto;
  padding: 30px 40px;
  background: 0;
}
.dropdown-custom.btn::after {
  margin-left: 10px !important;
}
.dropdown-custom.btn:focus {
  box-shadow: none !important;
}
.dropdown-custom.btn:hover {
  color: #c8b16f;
}

.dropdown-toggle::after {
  position: relative;
  top: 1px;
}

.item-dropdown {
  width: -webkit-max-content;
  width: max-content;
  padding: 0;
  position: absolute;
  background: #1b1b1b;
  border-radius: 0px;
  inset: 40px auto auto 19px;
  padding: 5px 0;
  animation: smoothDrop 0.2s ease;
  -webkit-animation: smoothDrop 0.2s ease;
  z-index: 1;
}
.item-dropdown .dropdown {
  position: relative;
  text-align: center;
}
.item-dropdown .dropdown a {
  color: rgba(255, 255, 255, 0.8);
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.6px;
  display: block;
  font-size: 0.78rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 20px 12px 20px;
  min-width: 210px;
  width: 100%;
  text-align: left;
}
.item-dropdown .dropdown a:hover {
  color: #c8b16f;
  background: 0;
}
.item-dropdown .dropdown a:last-child {
  border-bottom: none;
}

.imgslickz {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*navbar*/
.navbar {
  padding: 20px 0;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  z-index: 999;
}
.navbar .w-100-nav {
  margin: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.navbar a {
  position: relative;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  padding: 4px 20px;
  text-decoration: none !important;
  color: #fff;
  outline: none;
  transition: all 0.3s ease;
}
.navbar a:hover {
  color: #c8b16f;
  transition: all 0.3s ease;
}
.navbar a.active {
  color: #c8b16f !important;
  transition: all 0.3s ease;
}
.navbar a.active:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: 0;
  cursor: default;
}
.navbar .navbar-title {
  margin-right: auto;
  font-size: 150%;
  padding: 12px 16px;
}
.navbar .navbar-item {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  cursor: default;
  vertical-align: middle;
}
.navbar .logo .navbar-item {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 0;
  width: 70px;
  border-bottom: none;
}
.navbar .logo .navbar-item a {
  padding: 0;
}
.navbar .nav-icon {
  display: none;
}
@media only screen and (max-width: 4096px) {
  .navbar .m-2-hor {
    padding: 0px 2%;
  }
  .navbar .menu {
    padding: 15px 0 10px;
  }
  .navbar.navbar {
    background: #1b1b1b;
    position: relative;
  }
  .navbar .w-100-nav {
    display: block;
  }
  .navbar .navbar-item {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .navbar .nav-icon {
    position: absolute;
    top: 33px;
    right: 25px;
    display: block;
    width: 20px;
    height: 10px;
    padding-top: 13px;
    line-height: 0;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    z-index: 9999;
  }
  .navbar .bg-nav-icon {
    width: 32px;
    height: 24px;
    background: rgba(255, 255, 255, 0);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }
  .navbar #nav-icon span, .navbar .nav-icon span {
    display: none;
    position: absolute;
    top: 5px;
    left: -40px;
    font-size: 0.62rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  .navbar .menu-line {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0px;
    background-color: #fff;
  }
  .navbar .menu-line1 {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 5px;
    background-color: #fff;
  }
  .navbar .menu-line2 {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 10px;
    background-color: #fff;
  }
  .navbar.sticky {
    position: absolute !important;
  }
}
.navbar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #1b1b1b;
  animation: smoothScroll 0.6s forwards;
  -webkit-animation: smoothScroll 0.6s forwards;
}
@-webkit-keyframes smoothScroll {
  0% {
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes smoothDrop {
  0% {
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@keyframes smoothDrop {
  0% {
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

/* disable click active */
.navbar-item {
  pointer-events: auto;
}

.navbar-item a.active {
  pointer-events: none;
}

/* disable click active */
/* like button */
.like-button-wrapper::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  will-change: background-color;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  background-color: #2e333c;
  box-shadow: 0 0 10px #1b1b1b;
  border-radius: 8px;
}
.like-button-wrapper.liked::before {
  background-color: #0b2e13;
}
.like-button-wrapper .suffix {
  opacity: 0;
  transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.like-button-wrapper .suffix.liked {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* slider */
.jumbomain {
  position: relative;
  padding: 0;
  margin: 0;
}

.img-wrap {
  overflow: hidden;
  height: 0;
  padding: 50% 0;
  /* padding controls height, will always be perfectly square regardless of width */
  position: relative;
  opacity: 0.8;
}

.img-wrap img {
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.slider-wrapper .previousButton, .slider-wrapper .nextButton {
  opacity: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}
.slider-wrapper:hover .previousButton, .slider-wrapper:hover .nextButton {
  opacity: 1;
  transition: all 0.3s ease;
}

.slide {
  background-size: cover !important;
}

.slide::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
}

.previousButton, .nextButton {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  text-align: center;
}
.previousButton svg, .nextButton svg {
  display: none;
}

.previousButton::before, .nextButton::before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  opacity: 0.8;
}

.previousButton {
  left: 0;
  -webkit-transform: rotate(180deg) translateY(calc(50% + 0px));
  transform: rotate(180deg) translateY(calc(50% + 0px));
}

.previousButton {
  left: 4%;
}

.nextButton {
  right: 4%;
}

.slider-content {
  text-align: left;
}

.slider-content .inner {
  background-color: rgba(0, 0, 0, 0.5333333333);
  padding: 32px 12%;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider-content .inner button {
  font-weight: 500;
  position: relative;
  overflow: hidden;
  font-size: 11pt;
  letter-spacing: 1px;
  color: #fff;
  border: 2px solid #c8b16f;
  background: none;
  border-radius: 0;
  padding: 0 44px;
  height: 45px;
  transition-delay: 0s;
  z-index: 0;
}
.slider-content .inner button span {
  position: relative;
  z-index: 1;
}
.slider-content .inner button::before {
  content: "";
  width: 180%;
  height: 180%;
  top: -100%;
  left: -100%;
  position: absolute;
  background-image: linear-gradient(to left, #c8b16f, #c7ab5a);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.slider-content .inner button:hover::before {
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.3s ease;
}
.slider-content .inner button:hover .shine {
  -webkit-animation: sheen 0.6s alternate;
  animation: sheen 0.6s alternate;
}

.slider-content .inner h1 {
  font-weight: 600;
  max-width: 840px;
  color: #fff;
  font-size: 53px;
}

.slider-content .inner p {
  color: #fff;
  font-size: 40px;
  line-height: 1.3;
  max-width: 640px;
  margin-bottom: 30px;
}

.slider-content section {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.slider-content section span {
  color: #fff;
}

.slider-content section span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  display: inline-block;
  text-align: left;
  line-height: 1.4;
  vertical-align: middle;
  margin-left: 10px;
}

.slider-content section img {
  width: 40px;
  height: 40px;
  border: solid 2px rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  vertical-align: middle;
}

.slider-content section span strong {
  color: #fff;
  font-size: 14px;
  display: block;
}

@media (max-height: 500px) {
  .slider-wrapper, .slide {
    height: calc(100vh - 75px);
  }
}
@media (max-width: 640px) {
  .slider-wrapper, .slide {
    height: calc(80vh - 75px);
  }
}
@media (max-height: 600px) {
  .slider-content .inner h1 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .slider-content .inner h1 {
    font-size: 32px;
  }
  .slider-content .inner p {
    font-size: 21px;
  }
}
.slide h1 {
  transition: all 0.3s ease;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}

.slide button {
  transition: all 0.3s ease;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.slide p {
  transition: all 0.3s ease;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.slide section * {
  transition: all 0.3s ease;
}

.slide section img {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
}

.slide section span {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
}

.slide section span strong {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}

.slide.animateIn.previous h1,
.slide.current h1,
.slide.animateIn.next h1,
.slide.animateIn.previous button,
.slide.current button,
.slide.animateIn.next button,
.slide.animateIn.previous p,
.slide.current p,
.slide.animateIn.next p,
.slide.animateIn.previous section *,
.slide.current section *,
.slide.animateIn.next section * {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.9s;
  opacity: 1;
}

.slide.animateIn.previous p,
.slide.animateIn.next p {
  transition-delay: 1.1s;
}

.slide.animateIn.previous button,
.slide.animateIn.next button {
  transition-delay: 1.3s;
}

.slide.animateIn.previous section img,
.slide.animateIn.next section img {
  transition-delay: 1.3s;
}

.slide.animateIn.previous section span,
.slide.animateIn.next section span {
  transition-delay: 1.4s;
}

.slide.animateIn.previous section span strong,
.slide.animateIn.next section span strong {
  transition-delay: 1.5s;
}

.slide.animateOut h1 {
  transition-delay: 0.3s;
}

.slide.animateOut p {
  transition-delay: 0.2s;
}

.slide.animateOut section span {
  transition-delay: 0.1s;
}

.slide.animateOut section span strong {
  transition-delay: 0s;
}

/* breadcumb */
.breadcumb {
  border-radius: 0;
  margin: 0;
  padding: 0 0;
  background-size: cover;
  width: 100%;
  position: relative;
}
.breadcumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #111, rgba(0, 0, 0, 0.1));
  opacity: 0.5;
}
.breadcumb .mainbreadcumb {
  padding: 320px 0 30px;
}
.breadcumb .mainbreadcumb h1 {
  margin-bottom: 0;
  line-height: 1;
}
.breadcumb .mainbreadcumb .list {
  position: relative;
  bottom: -20px;
  display: flex;
  justify-content: right;
  font-size: 0.86rem;
  font-weight: 400;
  letter-spacing: 4px;
}
.breadcumb .mainbreadcumb .list .dash {
  padding: 0 10px;
}
.breadcumb .mainbreadcumb .list .link {
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.breadcumb .mainbreadcumb .list .link:hover {
  color: #c8b16f;
  transition: all 0.3s ease;
}
.breadcumb .smallbreadcumb {
  padding: 20px 0 30px;
}
.breadcumb .smallbreadcumb h1 {
  margin-bottom: 0;
  line-height: 1;
}
.breadcumb .smallbreadcumb .list {
  position: relative;
  bottom: -20px;
  display: flex;
  justify-content: right;
  font-size: 0.86rem;
  font-weight: 400;
  letter-spacing: 4px;
}
.breadcumb .smallbreadcumb .list .dash {
  padding: 0 10px;
}
.breadcumb .smallbreadcumb .list .link {
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.breadcumb .smallbreadcumb .list .link:hover {
  color: #c8b16f;
  transition: all 0.3s ease;
}
.breadcumb .homebread {
  width: 100%;
  padding: 180px 0 140px;
}
.breadcumb .homebread .heading {
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.breadcumb .homebread .subheading {
  font-size: 2.1rem;
  margin-bottom: 0;
}
.breadcumb .homebread .content {
  max-width: 500px;
  margin-bottom: 0;
  margin-bottom: 30px;
}
.breadcumb.h-vh {
  height: 100vh;
  display: flex;
  align-items: center;
}

/* home */
.subheading {
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.heading {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.content {
  margin-bottom: 0.5rem;
}

.col-feature {
  display: block;
}
.col-feature .sub-color {
  color: #c8b16f;
  font-size: 1.6rem;
  font-weight: 700;
}
.col-feature .heading {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 5px 0;
}
.border-radius {
  border-radius: 0px;
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.3s ease;
}
.border-radius:hover {
  box-shadow: none;
  transition: all 0.3s ease;
}

/* icon scroll */
.icon-scroll-wraper {
  position: absolute;
  width: 100%;
  bottom: 5vh;
  left: 0;
}

.icon-scroll {
  position: relative;
  margin: 0 auto;
}

.icon-scroll:before {
  position: absolute;
}

.icon-scroll {
  width: 26px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  z-index: 1;
  border-radius: 25px;
  height: 38px;
}

.icon-scroll:before {
  content: "";
  width: 3px;
  height: 6px;
  background: rgba(255, 255, 255, 0.6);
  left: 12px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.features {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px;
  overflow: hidden;
}
.features .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.features .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features .content {
  position: relative;
  text-align: center;
}
.features .content .heading {
  color: #c8b16f;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.features .content .con-text {
  font-size: 0.9rem;
}
.features .content .link {
  width: -webkit-max-content;
  width: max-content;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  font-size: 11pt;
  letter-spacing: 1px;
  color: #fff;
  border: 2px solid #c8b16f;
  background: none;
  border-radius: 0;
  padding: 0 44px;
  height: 45px;
  line-height: 40px;
  margin: 20px auto 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.features .content .link:hover {
  background: #c8b16f;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
.features .content .link:hover .shine {
  -webkit-animation: sheen 0.6s alternate;
  animation: sheen 0.6s alternate;
}

/*slickteam*/
.slickteam {
  width: 100%;
  position: relative;
  padding: 30px 0 0;
}
.slickteam .slick-prev {
  opacity: 0;
  left: -30px;
  z-index: 1;
  transition: all 0.3s ease;
}
.slickteam .slick-prev::before {
  content: "\f053" !important;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  color: #fff;
}
.slickteam .slick-next {
  right: -30px;
  opacity: 0;
  transition: all 0.3s ease;
}
.slickteam .slick-next::before {
  content: "\f054" !important;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  color: #fff;
}
.slickteam .slick-slide {
  position: relative;
}
.slickteam .slick-slide div {
  margin: 0 5px;
}
.slickteam .slick-slide div .itm {
  margin: 0;
  position: relative;
  height: 100%;
  outline: none;
  overflow: hidden;
}
.slickteam .slick-slide div .itm .bg {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.slickteam .slick-slide div .itm .bg img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}
.slickteam .slick-slide div .itm .bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.3));
  opacity: 0.5;
  transition: all 0.3s ease;
}
.slickteam .slick-slide div .itm .desc {
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-align: left;
}
.slickteam .slick-slide div .itm .desc .name {
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.slickteam .slick-slide div .itm .desc .title {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.slickteam .slick-slide div .itm .icon {
  width: 100%;
  position: absolute;
  text-align: right;
  right: 15px;
  bottom: -30px;
  transition: all 0.3s ease;
}
.slickteam .slick-slide div .itm .icon span {
  width: 100%;
  height: auto;
  color: inherit;
  padding: 10px;
}
.slickteam .slick-slide div .itm .icon span i {
  transition: all 0.3s ease;
}
.slickteam .slick-slide div .itm .icon span:hover i {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.slickteam .slick-slide div .itm:hover {
  cursor: pointer;
}
.slickteam .slick-slide div .itm:hover .bg:before {
  opacity: 0.8;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.3));
  transition: all 0.3s ease;
}
.slickteam .slick-slide div .itm:hover .icon {
  bottom: 15px;
  transition: all 0.3s ease;
}
.slickteam .slick-slide div .itm:hover .title {
  line-height: 0.9;
  transition: all 0.3s ease;
}
.slickteam .slick-slide.slick-col {
  display: block;
  overflow: hidden;
}
.slickteam .slick-slide.slick-col div .itm .bg img {
  min-height: 300px !important;
}
.slickteam:hover .slick-prev, .slickteam:hover .slick-next {
  opacity: 1;
  transition: all 0.3s ease;
}

/* pricing */
.pricelist {
  display: block;
  border: 8px solid rgba(255, 255, 255, 0.1);
  padding: 20px 10px;
  margin: 30px auto 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.pricelist .heading {
  font-size: 1.75rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0 30px;
}
.pricelist .bigprice {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 10px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pricelist .bigprice small {
  font-size: 0.8rem;
  font-weight: 400;
  opacity: 0.8;
}
.pricelist .list {
  list-style: none;
  padding: 0px;
  text-align: left;
}
.pricelist .list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pricelist .list li i {
  position: relative;
  top: -2px;
  font-size: 0.8rem;
  padding-right: 2px;
}
.pricelist:hover {
  border: 8px solid #c8b16f;
  transition: all 0.3s ease;
}

/*testimony*/
.wraper-testimony {
  background-size: cover;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 110px 0;
}
.wraper-testimony::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #c8b16f, #c7ab5a);
  opacity: 0.95;
}

.testimony {
  width: 100%;
}
.testimony .slick-prev {
  opacity: 0;
  left: -30px;
  z-index: 1;
  transition: all 0.3s ease;
}
.testimony .slick-prev::before {
  content: "\f053" !important;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  color: #fff;
}
.testimony .slick-next {
  right: -30px;
  opacity: 0;
  transition: all 0.3s ease;
}
.testimony .slick-next::before {
  content: "\f054" !important;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  color: #fff;
}
.testimony .slick-slide {
  position: relative;
}
.testimony .slick-slide div {
  margin: 0 5px;
}
.testimony:hover .slick-prev, .testimony:hover .slick-next {
  opacity: 1;
  transition: all 0.3s ease;
}
.testimony .blockquote {
  font-size: 0.98rem;
  text-align: left;
  margin: 15px 30px 30px;
  display: flex;
}
.testimony .blockquote .fa {
  font-size: 1.3rem;
  display: inline-block;
  margin: 5px 15px 0 0;
  color: #fff;
  height: -webkit-max-content;
  height: max-content;
}
.testimony .blockquote p {
  line-height: 1.8;
  display: inline-block;
}
.testimony .blockquote .bytesti {
  font-size: 0.9rem;
  font-weight: 400;
}
.testimony .slick-dots {
  bottom: -40px;
}
.testimony .slick-dots li.slick-active button::before {
  opacity: 0.75;
  color: #fff;
}
.testimony .slick-dots li button::before {
  color: #fff;
}

/* footer */
footer {
  position: relative;
  padding: 75px 0 0;
  padding-right: 0px !important;
  padding-left: 0px !important;
  overflow: hidden;
}
footer .bg-footer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
footer .bg-footer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .footer-col {
  padding-right: 15px;
  padding-left: 15px;
  margin: 15px 0;
}
footer .footer-col .heading {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
footer .footer-col .content {
  line-height: 1.6;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
footer .footer-col .content .link {
  font-size: 0.96rem;
  width: -webkit-max-content;
  width: max-content;
  letter-spacing: 0;
  padding: 0 0 5px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(200, 177, 111, 0.8);
}
footer .footer-col .content .link:hover {
  opacity: 0.6;
  transition: all 0.3s ease;
}
footer .footer-col .content .socialicon {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 10px 14px 6px;
  background: #111;
  margin-right: 10px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid rgba(200, 177, 111, 0.8);
  transition: all 0.3s ease;
}
footer .footer-col .content .socialicon i {
  font-size: 1.3rem;
}
footer .footer-col .content .socialicon:hover {
  background: #c8b16f;
  transition: all 0.3s ease;
}
footer .footer-col .content .socialicon:hover .shine {
  z-index: 1;
  -webkit-animation: sheen 2s alternate;
  animation: sheen 2s alternate;
}
footer .footer-col .link-call {
  font-weight: 300;
  display: inline-block;
  color: #c8b16f;
  font-size: 0.8rem;
  width: -webkit-max-content;
  width: max-content;
  letter-spacing: 1px;
  padding: 0 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
footer .footer-col .link-call:hover {
  opacity: 0.6;
  transition: all 0.3s ease;
}

.subfooter {
  width: 100%;
  padding: 30px 15px;
  background: rgba(0, 0, 0, 0.6);
}
.subfooter .content {
  font-size: 0.8rem;
  opacity: 1;
  letter-spacing: 0.3px;
  margin: 0;
  color: #eee;
}
.subfooter .content-right {
  text-align: right;
  font-size: 0.9rem;
  opacity: 0.8;
  letter-spacing: 0.3px;
  margin: 0;
}
.subfooter .content-right i {
  padding: 0 5px;
}
@media only screen and (max-width: 768px) {
  .subfooter .content-right {
    text-align: left;
    margin-top: 5px;
  }
}

#scroll-to-top {
  cursor: pointer;
  width: -webkit-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: max-content;
  position: fixed;
  right: 10px;
  z-index: 999;
}
#scroll-to-top.init {
  bottom: -60px;
  transition: all 0.3s ease;
}
#scroll-to-top.show {
  bottom: 15px;
  transition: all 0.3s ease;
}
#scroll-to-top div {
  font-size: 0.8rem;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  background: #c8b16f;
  transition: all 0.3s ease;
}
#scroll-to-top div:hover {
  background: #1b1b1b;
  transition: all 0.3s ease;
}

/** portofolio **/
.AppContainer {
  color: #fff;
  position: relative;
  z-index: 99;
  height: 100%;
  width: 100%;
  background: none;
}
.lightbox-portal {
  position: relative;
  z-index: 999;
}
.lightbox-portal h4 {
  font-weight: 700;
}

.btnLright {
  color: #fff;
  font-size: 21px !important;
  right: 10px !important;
}

.btnLleft {
  color: #fff;
  font-size: 21px !important;
  left: 10px !important;
}

.btnReport {
  font-size: 12px !important;
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
}

.closeL {
  font-size: 21px !important;
  position: absolute;
  top: 10px;
  right: 10px;
}

.MainGimg {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.MainGimg .overlayCap {
  font-size: 1.3rem;
  width: 100%;
  bottom: 15px;
  padding-left: 20px;
  font-weight: 500;
  left: 0;
  z-index: 1;
}
.MainGimg:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  bottom: 0;
  left: 0;
  z-index: 1;
}
.MainGimg:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.3s ease;
  z-index: 2;
}

/** contact **/
.form-side {
  padding: 30px 40px;
  background: #111;
  border-radius: 4px;
}

.text-side {
  padding: 15px 0;
  margin-top: 15px;
}
.text-side .address {
  padding-top: 15px;
  line-height: 1.6;
}
.text-side .address .heading {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.text-side .address .list {
  position: relative;
  max-width: 320px;
  display: block;
  padding: 5px 0 15px;
  padding-left: 40px;
}
.text-side .address .list i {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 1.3rem;
  display: inline-block;
}
.text-side .address .list a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.text-side .address .list a:hover {
  color: #c8b16f;
  transition: all 0.3s ease;
}

.formcontact {
  display: block;
  width: 100%;
}
.formcontact label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.formcontact input {
  width: 100%;
  font-size: 0.9rem;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.formcontact textarea {
  font-size: 0.9rem;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.formcontact .msg-error {
  font-size: 0.87rem;
  opacity: 0.8;
  padding: 5px 0;
}
.formcontact button {
  position: relative;
  overflow: hidden;
  font-size: 11pt;
  color: #fff;
  background: none;
  border: 2px solid #c8b16f;
  border-radius: 0;
  padding: 8px 50px;
  margin-top: 15px;
  transition-delay: 0s;
  z-index: 0;
}
.formcontact button span {
  color: #fff;
  position: relative;
  z-index: 3;
}
.formcontact button::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(to left, #c8b16f, #c7ab5a);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.formcontact button:hover::before {
  opacity: 1;
  transition: all 0.3s ease;
}
.formcontact button:hover .shine {
  -webkit-animation: sheen 1s alternate;
  animation: sheen 1s alternate;
}

#success.show, #failed.show {
  display: block !important;
}
#success.hide, #failed.hide {
  display: none;
}

#buttonsent.show {
  pointer-events: none;
}

#service, #blog {
  display: block;
  position: relative;
}
#service .left, #blog .left {
  display: block;
  position: relative;
}
#service .left .mainimg, #blog .left .mainimg {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 15px;
}
#service .left .mainimg img, #blog .left .mainimg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#service .left .content .title, #blog .left .content .title {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 15px 0;
}
#service .left .content .desc, #blog .left .content .desc {
  letter-spacing: 0.3px;
}
#service .left .content .desc blockquote, #blog .left .content .desc blockquote {
  font-size: 95%;
  padding: 25px;
  margin: 1.8rem 0 1.5rem;
  font-style: italic;
  background: #333;
  border-left: 4px solid #c8b16f;
}
#service .right .services-list, #blog .right .services-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
#service .right .services-list li, #blog .right .services-list li {
  position: relative;
}
#service .right .services-list li a, #blog .right .services-list li a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.6px;
  display: block;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #333;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
#service .right .services-list li a:hover, #blog .right .services-list li a:hover {
  background: #555;
  transition: all 0.3s ease;
}
#service .right .services-list li a.active, #blog .right .services-list li a.active {
  background: #555;
}
#service .bannerservice, #blog .bannerservice {
  position: relative;
  padding: 50px 20px;
  margin-top: 30px;
  text-align: center;
}
#service .bannerservice .imgbg, #blog .bannerservice .imgbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#service .bannerservice .imgbg img, #blog .bannerservice .imgbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service .bannerservice .contb, #blog .bannerservice .contb {
  position: relative;
  z-index: 2;
}
#service .bannerservice .contb .headingb, #blog .bannerservice .contb .headingb {
  font-size: 1.7rem;
  font-weight: 500;
}
#service .bannerservice .contb .descb, #blog .bannerservice .contb .descb {
  font-size: 1rem;
}
#service .bannerservice .contb .btn, #blog .bannerservice .contb .btn {
  padding: 10px 20px;
  text-align: center;
  margin-top: 20px;
}
#service .bannerservice:before, #blog .bannerservice:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

#blog .recent-post {
  list-style: none;
  color: #fff;
  padding: 0;
  margin: 0 0 45px;
}
#blog .recent-post a.recent {
  color: #fff;
  text-decoration: none;
  display: flex;
  margin-bottom: 15px;
}
#blog .recent-post a.recent .img {
  width: 75px;
  height: 75px;
  overflow: hidden;
  margin-right: 15px;
}
#blog .recent-post a.recent .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blog .recent-post a.recent .contblog {
  width: 70%;
}
#blog .recent-post a.recent .contblog .title {
  font-size: 1rem;
  font-weight: 500;
}
#blog .recent-post a.recent .contblog .descblog {
  font-size: 14px;
}
#blog h3 {
  width: -webkit-max-content;
  width: max-content;
  font-size: 1.6rem;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(200, 177, 111, 0.6);
}
#blog .tags {
  list-style: none;
  padding: 0;
  margin-bottom: 0 0 30px;
}
#blog .tags li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 25px;
}
#blog .tags li a.tag {
  font-size: 13px;
  letter-spacing: 0.6px;
  text-decoration: none;
  padding: 3px 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}
#blog .tags li a.tag:hover {
  border: 1px solid rgba(200, 177, 111, 0.69);
  transition: all 0.3s ease;
}

a.tag {
  font-size: 13px;
  letter-spacing: 0.6px;
  text-decoration: none;
  padding: 13px 24px;
  line-height: 2.5;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  transition: all 0.3s ease;
}
a.tag:hover {
  border: 1px solid rgba(200, 177, 111, 0.69);
  transition: all 0.3s ease;
}

.tag {
  font-size: 13px;
  letter-spacing: 0.6px;
  text-decoration: none;
  padding: 3px 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease;
  white-space: nowrap;
  margin: 4px;
  line-height: 32px;
}
.tag:hover {
  border: 2px solid rgba(200, 177, 111, 0.69);
  transition: all 0.2s ease;
  cursor: pointer;
}

a.tag {
  font-size: 13px;
  letter-spacing: 0.6px;
  text-decoration: none;
  padding: 3px 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease;
  white-space: nowrap;
}
a.tag:hover {
  border: 2px solid rgba(200, 177, 111, 0.69);
  transition: all 0.2s ease;
  cursor: pointer;
}

a[title]:hover:after {
  content: attr(title);
  background-color: #333;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
}

/*** media all ***/
@media only screen and (max-width: 1199px) {
  .item-dropdown {
    position: relative;
    width: -webkit-max-content;
    width: max-content;
    inset: unset;
    padding-top: 10px;
    border: 0;
    background: none;
  }
  .item-dropdown .dropdown a {
    padding: 10px 10px 10px 10px;
    width: -webkit-max-content;
    width: max-content;
    text-align: left;
    left: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .navbar {
    top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .m-10-hor {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media only screen and (max-width: 768px) {
  .breadcumb .mainbreadcumb .list {
    justify-content: left;
    text-align: left;
    margin-bottom: 30px;
  }
  .previousButton, .nextButton {
    opacity: 1 !important;
  }
}
/* dark styling of the editor */
/*div.jsoneditor,
div.jsoneditor-menu {
  border-color: #4b4b4b;
}
div.jsoneditor-menu {
  background-color: #4b4b4b;
}
div.jsoneditor-tree,
div.jsoneditor textarea.jsoneditor-text {
  background-color: #666666;
  color: #ffffff;
}
div.jsoneditor-field,
div.jsoneditor-value {
  color: #ffffff;
}
table.jsoneditor-search div.jsoneditor-frame {
  background: #808080;
}

tr.jsoneditor-highlight,
tr.jsoneditor-selected {
  background-color: #808080;
}

div.jsoneditor-field[contenteditable=true]:focus,
div.jsoneditor-field[contenteditable=true]:hover,
div.jsoneditor-value[contenteditable=true]:focus,
div.jsoneditor-value[contenteditable=true]:hover,
div.jsoneditor-field.jsoneditor-highlight,
div.jsoneditor-value.jsoneditor-highlight {
  background-color: #808080;
  border-color: #808080;
}

div.jsoneditor-field.highlight-active,
div.jsoneditor-field.highlight-active:focus,
div.jsoneditor-field.highlight-active:hover,
div.jsoneditor-value.highlight-active,
div.jsoneditor-value.highlight-active:focus,
div.jsoneditor-value.highlight-active:hover {
  background-color: #b1b1b1;
  border-color: #b1b1b1;
}

div.jsoneditor-tree button:focus {
  background-color: #868686;
}

// coloring of JSON in tree mode
div.jsoneditor-readonly {
  color: #acacac;
}
div.jsoneditor td.jsoneditor-separator {
  color: #acacac;
}
div.jsoneditor-value.jsoneditor-string {
  color: #00ff88;
}
div.jsoneditor-value.jsoneditor-object,
div.jsoneditor-value.jsoneditor-array {
  color: #bababa;
}
div.jsoneditor-value.jsoneditor-number {
  color: #ff4040;
}
div.jsoneditor-value.jsoneditor-boolean {
  color: #ff8048;
}
div.jsoneditor-value.jsoneditor-null {
  color: #49a7fc;
}
div.jsoneditor-value.jsoneditor-invalid {
  color: white;
}*/
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  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;
}

.btn-outline-primary {
  color: #c6b070;
  border-color: #c6b070;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #c6b070;
  border-color: #c6b070;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgb(159, 141, 93);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #c6b070;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #c6b070;
  border-color: #c6b070;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(159, 141, 93);
}

.btn-outline-secondary {
  color: #eff1f1;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.nav-tabs {
  border-bottom: 1px solid #818181;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #484848 #282828 #2d2d2d;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #aebbbb;
  background-color: #2f2f2f;
  border-color: #969696 #a4a3a3 #595959;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #9f9791;
  background-color: #262626;
  background-clip: padding-box;
  border: 1px solid #38382e;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #999d9f;
  background-color: #2d2d2d;
  border-color: #ffd780;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control:disabled, .form-control[readonly] {
  background-color: #131313;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #bdbfc0;
  background-color: #2d2d2d;
}

.card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #343a40;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #9f8d5d;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: rgba(198, 176, 112, 0.57);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #9f8d5d;
  border-color: rgba(198, 176, 112, 0.57);
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #2f343a;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #212529;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #9f8d5d;
  border-color: rgba(198, 176, 112, 0.57);
}
.mdicon {
  font-size: 24px;
  vertical-align: middle;
}

.md-edit-icon {
  font-size: 40px;
  vertical-align: middle;
  color: #c6b070;
}

.vertical-align {
  vertical-align: middle;
  display: flex;
  align-items: center;
}

/* image grid styles */
.img-grid {
  margin: 20px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px;
}

.img-wrap {
  overflow: hidden;
  height: 0;
  padding: 50% 0;
  /* padding controls height, will always be perfectly square regardless of width */
  position: relative;
  opacity: 0.8;
}

.img-wrap img {
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  position: absolute;
  top: 0;
  left: 0;
}

/* modal styles */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.backdrop img {
  display: block;
  max-width: 60%;
  max-height: 80%;
  margin: 60px auto;
  box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.5);
  border: 3px solid white;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #e1e1e1;
  text-align: left;
  list-style: none;
  background-color: #313131;
  background-clip: padding-box;
  border: 1px solid rgba(114, 114, 114, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #e0e0e0;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #626262;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #bebebe;
  text-decoration: none;
  background-color: #3d3b37;
}

.dropdown-item.active, .dropdown-item:active {
  color: #e1e1e1;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dark-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
}

.dark-scrollbar::-webkit-scrollbar-thumb {
  background-color: #212932;
  border-radius: 10px;
}

.scrollable-menu {
  max-height: 200px;
  overflow-y: auto;
}

.scrollable-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
}

.scrollable-menu::-webkit-scrollbar-thumb {
  background-color: #212932;
  border-radius: 10px;
}

.app-body {
  overflowY: "auto";
}

.custom-scroll::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #212932;
  border-radius: 10px;
}

div::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
}

div::-webkit-scrollbar-thumb {
  background-color: #212932;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #212932;
  border-radius: 10px;
}

.nav-tabs .nav-link {
  background-color: transparent !important;
  color: #c6b070 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.nav-tabs .nav-link.active {
  border-bottom: solid 4px white !important;
}
.lightbox-portal {
  z-index: 2000;
}

.progress-bar {
  background-color: #b29175 !important;
}

div[role=menu] {
  background-color: rgb(32, 32, 32) !important;
  color: #ccc;
}

div[role=menuitem]:hover {
  background-color: rgb(27, 27, 27) !important;
  color: #ffffff !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #333333 !important;
}

div.jsoneditor-field[contenteditable=true]:focus, div.jsoneditor-field[contenteditable=true]:hover, div.jsoneditor-value[contenteditable=true]:focus, div.jsoneditor-value[contenteditable=true]:hover, div.jsoneditor-field.jsoneditor-highlight, div.jsoneditor-value.jsoneditor-highlight {
  background-color: #333333 !important;
  border: 1px solid #b9b597 !important;
}

.sidenav-subnav > .sidenav-subnavitem > .navitem:hover {
  background: #000 !important;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
}

.flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.flex-items:nth-child(2) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.message-preview {
  font-size: smaller;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.message-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.message-edit-icon {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5rem;
  cursor: pointer;
}

.message-header-icons-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
}

.message-abort-icon {
  margin-left: 0.5rem;
  cursor: pointer;
}

.message-header-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
}

.message-content-editable {
  width: 100%;
  height: 100%;
  resize: none;
  border: none;
  padding: 0;
  overflow-y: auto;
  color: white;
}

.message-preview-container {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  overflow: hidden;
}

.message-tools-container {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
}

.message-expanded .message-preview-container {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.message-expanded .message-tools-container {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.message-preview-wrapper {
  position: relative;
  width: 100%;
  height: 20px;
}

.message-preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.fade-in {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.wrapped-pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  color: #cccccc;
}

/* Override the background and text color of the modal */
.modal-content {
  background-color: #333333;
  color: #ffffff;
}

/* Override the background color of the modal header */
.modal-header {
  background-color: #212529;
}

/* Override the border color of the modal footer buttons */
.modal-footer button {
  border-color: #ffffff;
}

.obfuscated-key-content {
  font-family: "Roboto Mono", monospace;
}

.create-card-flex-column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: normal;
}

.create-card-flex-items:nth-child(1) {
  display: block;
  flex-grow: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.create-card-flex-items:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 1;
}

.collapsable-card-subtitle {
  font-size: smaller;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #757575;
}

.create-card-flex-between-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: normal;
  align-content: normal;
}

.create-card-flex-between-items {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.create-card-flex-between-items-grow {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.create-card-content {
  flex: 1 1 auto;
  display: flex;
  overflow: auto;
  flex-direction: column;
}

.create-card-icon {
  font-size: 32px;
  margin: 4px;
}

.flex-column-container {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: normal;
}

.flex-column-items {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.blockquote {
  border-left: 4px solid #ccc;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
  color: #ccc;
}

code {
  color: #f8f8f2; /* Set the text color to white */
  background-color: #282a36; /* Set the background color to a dark shade */
  padding: 0.2em 0.4em; /* Add some padding */
  font-size: 0.9em; /* Reduce the font-size */
}

.card {
  color: #cccccc;
}

pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  color: #cccccc;
}

.item-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.item-list li {
  position: relative;
}
.item-list li a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.6px;
  display: block;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #35393d;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #cccccc;
  text-decoration: none;
}
.item-list li a:hover {
  background: #555;
  transition: all 0.3s ease;
}
.item-list li a.active {
  background: #555;
}
.item-list li div.item {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.6px;
  display: block;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #353b3f;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #cccccc;
  text-decoration: none;
}
.item-list li div.item:hover {
  background: #28303d;
  transition: all 0.3s ease;
}
.item-list li div.item.active {
  background: #28303d;
}

.mdClickableIcon {
  font-size: 40px;
  color: #ccc;
  transition: color 0.3s; /* smooth transition for color change */
}

.mdClickableIcon:hover {
  color: #b29175;
}
.pageheader-root {
    padding: 0px;
    margin: -16px;
    position: relative;
    overflow: auto;
}

.pageheader-header {
    background-color: #33333333;
    color: white;
    height: 96px;
    min-width: 711px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 0;
    background-image: url('https://cdn.midjourney.com/d2649236-83a5-4414-9a08-094856a0e3bd/0_0.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    overflow-y: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}

.pageheader-header-image {
    height: 200px;
    position: absolute;
    top: 0px;
}


.pageheader-spacer {
    height:300px;
}

div.pageheader-image-container {
    width: 100%;
    height: 400px;
    min-width: 711px;
    background-image: url('https://cdn.midjourney.com/d2649236-83a5-4414-9a08-094856a0e3bd/0_0.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: absolute;
}

.pageheader-content-body {
    margin-top: 32px;
    margin-left: 32px;
    margin-right: 32px;
}

.pageheader-header-container {
    background: rgba(0, 0, 0, .4)
}

.pageheader-header-content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: normal;
    align-content: normal;
}

.pageheader-header-title-row {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.pageheader-left {
    align-self: flex-start;
    height: 96px;
    padding: 8px 32px
}

.pageheader-right {
    align-self: flex-end;
    height: 96px;
    padding: 38px 32px
}

.pageheader-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 8px;
    padding: 0;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pageheader-breadcrumb {
    margin-top: 4px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.pageheader-breadcrumb a {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.pageheader-breadcrumb a:hover {
    color: #aba688;
}
/* Icon Button */
.dm-icon-button {
    --button-size: calc(var(--nav-size) * 0.5);
    width: var(--button-size);
    height: var(--button-size);
    background-color: #484a4d;
    border-radius: 50%;
    padding: 5px;
    margin: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: -webkit-filter 300ms;
    transition: filter 300ms;
    transition: filter 300ms, -webkit-filter 300ms;
}

.dm-icon-button:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
}

.dm-icon-button svg {
    fill: var(--text-color);
    width: 20px;
    height: 20px;
}
.dm-parent-div {
    position: relative;
}
/* Dropdown Menu */

.dm-dropdown {
    position: fixed;
    width: 300px;
    background-color: var(--bg);
    border: var(--border);
    border-radius: var(--border-radius);
    padding: 1rem;
    overflow: hidden;
    transition: height var(--speed) ease;
}

.dm-menu {
    width: 100%;
    background-color: #38393a;
}

.dm-menu-item {
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: var(--border-radius);
    transition: background var(--speed);
    padding: 0.5rem;
    text-decoration: none;
    cursor: pointer;
}

.dm-menu-item .icon-button {
    margin-right: 0.5rem;
}


.dm-menu-item .icon-button:hover {
    -webkit-filter: none;
            filter: none;
    text-decoration: none;
}

.dm-menu-item:hover {
    background-color: #525357;
    color: #c4c4c4;
    text-decoration: none;
}

.dm-icon-right {
    margin-left: auto;
}

/* CSSTransition classes  */
.dm-menu-primary-enter {
    position: absolute;
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
}
.dm-menu-primary-enter-active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    transition: all var(--speed) ease;
}
.dm-menu-primary-exit {
    position: absolute;
}
.dm-menu-primary-exit-active {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
    transition: all var(--speed) ease;
}

.dm-menu-secondary-enter {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
}
.dm-menu-secondary-enter-active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    transition: all var(--speed) ease;
}
.dm-menu-secondary-exit {

}
.dm-menu-secondary-exit-active {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
    transition: all var(--speed) ease;
}
/* JSON editor dark theme */
.jsoneditor {
    background-color: #1a1a1a;
    color: #e0e0e0;
}

.jsoneditor-search input[type="text"] {
    background-color: #222;
    color: #eee;
    border: 1px solid #333;
}

.jsoneditor-search input[type="text"]:focus {
    background-color: #333;
    color: #fff;
}

.jsoneditor .jsoneditor-table,
.jsoneditor .jsoneditor-tree {
    background-color: #222;
    color: #eee;
}

.jsoneditor .jsoneditor-tree a,
.jsoneditor .jsoneditor-tree .jsoneditor-field,
.jsoneditor .jsoneditor-tree .jsoneditor-value {
    color: #ccc;
}

.jsoneditor .jsoneditor-tree .jsoneditor-expandable .jsoneditor-clickarea:before {
    color: #777;
}

.jsoneditor .jsoneditor-tree .jsoneditor-expandable.jsoneditor-expanded .jsoneditor-clickarea:before {
    color: #ccc;
}

.jsoneditor .jsoneditor-field {
    background-color: #333;
    color: #eee;
    border-color: #444;
}

.jsoneditor .jsoneditor-field.jsoneditor-active {
    background-color: #555;
    border-color: #777;
}

.jsoneditor .jsoneditor-value {
    background-color: #333;
    color: #ccc;
    border-color: #444;
}

.jsoneditor .jsoneditor-value.jsoneditor-active {
    background-color: #555;
    border-color: #777;
}

.jsoneditor .jsoneditor-menu {
    background-color: #222;
    color: #eee;
    border: 1px solid #333;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.jsoneditor .jsoneditor-menu-item:hover {
    background-color: #444;
    color: #eee;
}

.jsoneditor .jsoneditor-menu-item.jsoneditor-active {
    background-color: #555;
    color: #eee;
}

.jsoneditor-frame {
    background-color: #444;
    color: #eee;
}

.jsoneditor-outer {
    background-color: #111;
    color: #eee;
}

.jsoneditor-field-highlight {
    background-color: #555;
}

.jsoneditor-highlight {
    background-color: #293e54;
    border: 1px solid #0f213a;
}

.jsoneditor-highlight-active:hover {
    background-color: #304b65;
    border: 1px solid #0f213a;
    border-radius: 2px;
}


.agent-grid {
    padding: 20px;
}

.search-field {
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    font-size: 16px;
}

.grid {
    display: flex;
    flex-direction: column;
    grid-gap: 40px;
    gap: 40px;
}

.namespace-group {
    margin-bottom: 40px;
}

.namespace-title {
    margin-top: 32px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #ffffff;
}

.namespace-agents {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 4px;
    gap: 4px;
}

.agent-box {
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    padding: 10px;
    width: 100%;
}

.agent-box:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.agent-box-content {
    padding: 10px;
}

.agent-name {
    margin: 0 0 10px;
    font-size: 18px;
    color: #ffffff;
}

.agent-description {
    margin: 0;
    font-size: 14px;
    color: #b0b0b0;
}
/* src/PresetGrid.css */
.preset-grid {
    padding: 20px;
}

.search-field {
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    font-size: 16px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 4px;
    gap: 4px;
}

/* CSS Styles (presetgrid.css) */
.preset-box {
    background-color: #282d2f;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}

.preset-box:hover {
    background-color: #3b4244;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.preset-box-content {
    padding: 20px;
}

.preset-title {
    margin: 0 0 10px;
    font-size: 18px;
}

.preset-description {
    margin: 0;
}

/* CSS Styles (presetgrid.css) */
.category-section {
    margin-bottom: 32px; /* Extra space between root categories */
}

.subcategory-title {
    font-size: smaller; /* Make subcategories smaller text */
    margin-left: 10px; /* Indent subcategories slightly */
}

.grid-box {
    border: 1px solid #444; /* Darker border to match dark theme */
    padding: 4px; /* Reduced padding for more content space */
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 200px; /* Consistent tile width */
    height: 96px; /* Adjusted height to fit two lines of description */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background-color: #222; /* Dark theme tile background */
    color: #ddd; /* Light text for dark theme */
}

.grid-box:hover {
    background-color: #0a0a0a; /* Slightly darker on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.grid-box-content {
    padding: 20px;
}

.grid-box-title {
    margin: 0 0 10px;
    font-size: 18px;
}

.grid-box-description {
    margin: 0;
}

.category-section {
    margin-bottom: 32px; /* Extra space between root categories */
}

.subcategory-title {
    font-size: smaller; /* Make subcategories smaller text */
    margin-left: 10px; /* Indent subcategories slightly */
}

.namespace-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.namespace-agents {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    gap: 10px;
}

.agent-box {
    border: 1px solid #444; /* Darker border to match dark theme */
    padding: 4px; /* Reduced padding for more content space */
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 200px; /* Consistent tile width */
    height: 130px; /* Adjusted height to fit two lines of description */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background-color: #222; /* Dark theme tile background */
    color: #ddd; /* Light text for dark theme */
}

.agent-box:hover {
    background-color: #0a0a0a; /* Slightly darker on hover */
}

.agent-box-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.agent-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.agent-description {
    font-size: 10px;
    color: #aaa; /* Slightly lighter text for contrast */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.cs-message-list {
  background-color: #333 !important;
}

.cs-chat-container {
  background-color: #333 !important;
}

.cs-message-list__item {
  background-color: #333 !important;
}

.cs-message-list__item--outgoing {
  background-color: #333 !important;
}

.cs-message-input {
  background-color: #222 !important;
}

.cs-message__content {
  background-color: #555 !important;
  color: #ddd !important;
}

.cs-message__content--outgoing {
  background-color: #182c46 !important;
  color: #ddd !important;
}

.cs-message-input__content-editor-wrapper {
  background-color: #444 !important;
}

.cs-message-input__content-editor {
  background-color: #444 !important;
  color: #ddd !important;
}
.code-box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding: 8px;
    background-color: #2b2c2d;
}

.code-title {
    background-color: #2c2c2c;
    color: #9b9b9b;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
}

.copy-button {
    position: absolute;
    top: 13px;
    right: 10px;
    background-color: #2c2c2c;
    color: white;
    border: none;
    padding: 0.25rem 0.75rem;
    font-size: 0.85rem;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.copy-button:hover {
    background-color: #444;
}

.code-content {
    transition: max-height 0.5s ease, opacity 0.3s ease;
    overflow: auto;
    opacity: 1;
}

.code-content.collapsed {
    max-height: 0;
    opacity: 0;
    padding: 0;
}
/* src/agent-gridGrid.css */
.agent-grid-grid {
    padding: 20px;
}

.search-field {
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    font-size: 16px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 20px;
    gap: 20px;
}

.agent-grid-box {
    background-color: #282d2f;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.agent-grid-box :hover {
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.agent-grid-box-content {
    padding: 20px;
}

.agent-grid-title {
    margin: 0 0 10px;
    font-size: 18px;
}

.agent-grid-description {
    margin: 0;
}

.react-flow__node-comfyui {
    font-size: 12px;
    background: #333;
    border: 4px solid #222;
    border-radius: 2px;
}

.react-flow__node-group {
    font-size: 12px;
    background: #333;
    border: 4px solid #222;
    border-radius: 2px;
}

.comfy-input {
    padding-left: 8px;
    padding-right: 16px;
}

.comfy-output {
    padding-left: 16px;
    padding-right: 8px;
}
.comfy-data {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 400px;
}

.comfy-table {
    background-color: #232323;
}

.comfy-overlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 32px;
    padding-left: 96px;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1000; /* Specify a stack order in case you're using a different order for other elements */
}
/* this CSS contains only the basic CSS needed to run the app and use it */

.lgraphcanvas {
    /*cursor: crosshair;*/
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    outline: none;
    font-family: Tahoma, sans-serif;
}

.lgraphcanvas * {
    box-sizing: border-box;
}

.litegraph.litecontextmenu {
    font-family: Tahoma, sans-serif;
    position: fixed;
    top: 100px;
    left: 100px;
    min-width: 100px;
    color: #aaf;
    padding: 0;
    box-shadow: 0 0 10px black !important;
    background-color: #2e2e2e !important;
    z-index: 10;
}

.litegraph.litecontextmenu.dark {
    background-color: #000 !important;
}

.litegraph.litecontextmenu .litemenu-title img {
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 4px;
}

.litegraph.litecontextmenu .litemenu-entry {
    margin: 2px;
    padding: 2px;
}

.litegraph.litecontextmenu .litemenu-entry.submenu {
    background-color: #2e2e2e !important;
}

.litegraph.litecontextmenu.dark .litemenu-entry.submenu {
    background-color: #000 !important;
}

.litegraph .litemenubar ul {
    font-family: Tahoma, sans-serif;
    margin: 0;
    padding: 0;
}

.litegraph .litemenubar li {
    font-size: 14px;
    color: #999;
    display: inline-block;
    min-width: 50px;
    padding-left: 10px;
    padding-right: 10px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}

.litegraph .litemenubar li:hover {
    background-color: #777;
    color: #eee;
}

.litegraph .litegraph .litemenubar-panel {
    position: absolute;
    top: 5px;
    left: 5px;
    min-width: 100px;
    background-color: #444;
    box-shadow: 0 0 3px black;
    padding: 4px;
    border-bottom: 2px solid #aaf;
    z-index: 10;
}

.litegraph .litemenu-entry,
.litemenu-title {
    font-size: 12px;
    color: #aaa;
    padding: 0 0 0 4px;
    margin: 2px;
    padding-left: 2px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.litegraph .litemenu-entry .icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 2px;
    vertical-align: top;
}

.litegraph .litemenu-entry.checked .icon {
    background-color: #aaf;
}

.litegraph .litemenu-entry .more {
    float: right;
    padding-right: 5px;
}

.litegraph .litemenu-entry.disabled {
    opacity: 0.5;
    cursor: default;
}

.litegraph .litemenu-entry.separator {
    display: block;
    border-top: 1px solid #333;
    border-bottom: 1px solid #666;
    width: 100%;
    height: 0px;
    margin: 3px 0 2px 0;
    background-color: transparent;
    padding: 0 !important;
    cursor: default !important;
}

.litegraph .litemenu-entry.has_submenu {
    border-right: 2px solid cyan;
}

.litegraph .litemenu-title {
    color: #dde;
    background-color: #111;
    margin: 0;
    padding: 2px;
    cursor: default;
}

.litegraph .litemenu-entry:hover:not(.disabled):not(.separator) {
    background-color: #444 !important;
    color: #eee;
    transition: all 0.2s;
}

.litegraph .litemenu-entry .property_name {
    display: inline-block;
    text-align: left;
    min-width: 80px;
    min-height: 1.2em;
}

.litegraph .litemenu-entry .property_value {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: right;
    min-width: 80px;
    min-height: 1.2em;
    vertical-align: middle;
    padding-right: 10px;
}

.litegraph.litesearchbox {
    font-family: Tahoma, sans-serif;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 4px;
}

.litegraph.litesearchbox input,
.litegraph.litesearchbox select {
    margin-top: 3px;
    min-width: 60px;
    min-height: 1.5em;
    background-color: black;
    border: 0;
    color: white;
    padding-left: 10px;
    margin-right: 5px;
}

.litegraph.litesearchbox .name {
    display: inline-block;
    min-width: 60px;
    min-height: 1.5em;
    padding-left: 10px;
}

.litegraph.litesearchbox .helper {
    overflow: auto;
    max-height: 200px;
    margin-top: 2px;
}

.litegraph.lite-search-item {
    font-family: Tahoma, sans-serif;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding-top: 2px;
}

.litegraph.lite-search-item.not_in_filter{
    /*background-color: rgba(50, 50, 50, 0.5);*/
    /*color: #999;*/
    color: #B99;
    font-style: italic;
}

.litegraph.lite-search-item.generic_type{
    /*background-color: rgba(50, 50, 50, 0.5);*/
    /*color: #DD9;*/
    color: #999;
    font-style: italic;
}

.litegraph.lite-search-item:hover,
.litegraph.lite-search-item.selected {
    cursor: pointer;
    background-color: white;
    color: black;
}

/* DIALOGs ******/

.litegraph .dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -200px;

    background-color: #2A2A2A;

    min-width: 400px;
    min-height: 200px;
    box-shadow: 0 0 4px #111;
    border-radius: 6px;
}

.litegraph .dialog.settings {
    left: 10px;
    top: 10px;
    height: calc( 100% - 20px );
    margin: auto;
    max-width: 50%;
}

.litegraph .dialog.centered {
    top: 50px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 600px;
    min-height: 300px;
    height: calc( 100% - 100px );
    margin: auto;
}

.litegraph .dialog .close {
    float: right;
    margin: 4px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 1.4em;
}

.litegraph .dialog .close:hover {
    color: white;
}

.litegraph .dialog .dialog-header {
    color: #AAA;
    border-bottom: 1px solid #161616;
}

.litegraph .dialog .dialog-header { height: 40px; }
.litegraph .dialog .dialog-footer { height: 50px; padding: 10px; border-top: 1px solid #1a1a1a;}

.litegraph .dialog .dialog-header .dialog-title {
    font: 20px "Arial";
    margin: 4px;
    padding: 4px 10px;
    display: inline-block;
}

.litegraph .dialog .dialog-content, .litegraph .dialog .dialog-alt-content {
    height: calc(100% - 90px);
    width: 100%;
    min-height: 100px;
    display: inline-block;
    color: #AAA;
    /*background-color: black;*/
    overflow: auto;
}

.litegraph .dialog .dialog-content h3 {
    margin: 10px;
}

.litegraph .dialog .dialog-content .connections {
    flex-direction: row;
}

.litegraph .dialog .dialog-content .connections .connections_side {
    width: calc(50% - 5px);
    min-height: 100px;
    background-color: black;
    display: flex;
}

.litegraph .dialog .node_type {
    font-size: 1.2em;
    display: block;
    margin: 10px;
}

.litegraph .dialog .node_desc {
    opacity: 0.5;
    display: block;
    margin: 10px;
}

.litegraph .dialog .separator {
    display: block;
    width: calc( 100% - 4px );
    height: 1px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #333;
    margin: 10px 2px;
    padding: 0;
}

.litegraph .dialog .property {
    margin-bottom: 2px;
    padding: 4px;
}

.litegraph .dialog .property:hover {
    background: #545454;
}

.litegraph .dialog .property_name {
    color: #737373;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 160px;
    padding-left: 4px;
    overflow: hidden;
    margin-right: 6px;
}

.litegraph .dialog .property:hover .property_name {
    color: white;
}

.litegraph .dialog .property_value {
    display: inline-block;
    text-align: right;
    color: #AAA;
    background-color: #1A1A1A;
    /*width: calc( 100% - 122px );*/
    max-width: calc( 100% - 162px );
    min-width: 200px;
    max-height: 300px;
    min-height: 20px;
    padding: 4px;
    padding-right: 12px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
}

.litegraph .dialog .property_value:hover {
    color: white;
}

.litegraph .dialog .property.boolean .property_value {
    padding-right: 30px;
    color: #A88;
    /*width: auto;
    float: right;*/
}

.litegraph .dialog .property.boolean.bool-on .property_name{
    color: #8A8;
}
.litegraph .dialog .property.boolean.bool-on .property_value{
    color: #8A8;
}

.litegraph .dialog .btn {
    border: 0;
    border-radius: 4px;
    padding: 4px 20px;
    margin-left: 0px;
    background-color: #060606;
    color: #8e8e8e;
}

.litegraph .dialog .btn:hover {
    background-color: #111;
    color: #FFF;
}

.litegraph .dialog .btn.delete:hover {
    background-color: #F33;
    color: black;
}

.litegraph .subgraph_property {
    padding: 4px;
}

.litegraph .subgraph_property:hover {
    background-color: #333;
}

.litegraph .subgraph_property.extra {
    margin-top: 8px;
}

.litegraph .subgraph_property span.name {
    font-size: 1.3em;
    padding-left: 4px;
}

.litegraph .subgraph_property span.type {
    opacity: 0.5;
    margin-right: 20px;
    padding-left: 4px;
}

.litegraph .subgraph_property span.label {
    display: inline-block;
    width: 60px;
    padding:  0px 10px;
}

.litegraph .subgraph_property input {
    width: 140px;
    color: #999;
    background-color: #1A1A1A;
    border-radius: 4px;
    border: 0;
    margin-right: 10px;
    padding: 4px;
    padding-left: 10px;
}

.litegraph .subgraph_property button {
    background-color: #1c1c1c;
    color: #aaa;
    border: 0;
    border-radius: 2px;
    padding: 4px 10px;
    cursor: pointer;
}

.litegraph .subgraph_property.extra {
    color: #ccc;
}

.litegraph .subgraph_property.extra input {
    background-color: #111;
}

.litegraph .bullet_icon {
    margin-left: 10px;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    background-color: #666;
    display: inline-block;
    margin-top: 2px;
    margin-right: 4px;
    transition: background-color 0.1s ease 0s;
    -moz-transition: background-color 0.1s ease 0s;
}

.litegraph .bullet_icon:hover {
    background-color: #698;
    cursor: pointer;
}

/* OLD */

.graphcontextmenu {
    padding: 4px;
    min-width: 100px;
}

.graphcontextmenu-title {
    color: #dde;
    background-color: #222;
    margin: 0;
    padding: 2px;
    cursor: default;
}

.graphmenu-entry {
    box-sizing: border-box;
    margin: 2px;
    padding-left: 20px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    transition: all linear 0.3s;
}

.graphmenu-entry.event,
.litemenu-entry.event {
    border-left: 8px solid orange;
    padding-left: 12px;
}

.graphmenu-entry.disabled {
    opacity: 0.3;
}

.graphmenu-entry.submenu {
    border-right: 2px solid #eee;
}

.graphmenu-entry:hover {
    background-color: #555;
}

.graphmenu-entry.separator {
    background-color: #111;
    border-bottom: 1px solid #666;
    height: 1px;
    width: calc(100% - 20px);
    -moz-width: calc(100% - 20px);
    -webkit-width: calc(100% - 20px);
}

.graphmenu-entry .property_name {
    display: inline-block;
    text-align: left;
    min-width: 80px;
    min-height: 1.2em;
}

.graphmenu-entry .property_value,
.litemenu-entry .property_value {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: right;
    min-width: 80px;
    min-height: 1.2em;
    vertical-align: middle;
    padding-right: 10px;
}

.graphdialog {
    position: absolute;
    top: 10px;
    left: 10px;
    min-height: 2em;
    background-color: #333;
    font-size: 1.2em;
    box-shadow: 0 0 10px black !important;
    z-index: 10;
}

.graphdialog.rounded {
    border-radius: 12px;
    padding-right: 2px;
}

.graphdialog .name {
    display: inline-block;
    min-width: 60px;
    min-height: 1.5em;
    padding-left: 10px;
}

.graphdialog input,
.graphdialog textarea,
.graphdialog select {
    margin: 3px;
    min-width: 60px;
    min-height: 1.5em;
    background-color: black;
    border: 0;
    color: white;
    padding-left: 10px;
    outline: none;
}

.graphdialog textarea {
    min-height: 150px;
}

.graphdialog button {
    margin-top: 3px;
    vertical-align: top;
    background-color: #999;
    border: 0;
}

.graphdialog button.rounded,
.graphdialog input.rounded {
    border-radius: 0 12px 12px 0;
}

.graphdialog .helper {
    overflow: auto;
    max-height: 200px;
}

.graphdialog .help-item {
    padding-left: 10px;
}

.graphdialog .help-item:hover,
.graphdialog .help-item.selected {
    cursor: pointer;
    background-color: white;
    color: black;
}

.litegraph .dialog {
    min-height: 0;
}
.litegraph .dialog .dialog-content {
    display: block;
}
.litegraph .dialog .dialog-content .subgraph_property {
    padding: 5px;
}
.litegraph .dialog .dialog-footer {
    margin: 0;
}
.litegraph .dialog .dialog-footer .subgraph_property {
    margin-top: 0;
    display: flex;
    align-items: center;
    padding: 5px;
}
.litegraph .dialog .dialog-footer .subgraph_property .name {
    flex: 1 1;
}
.litegraph .graphdialog {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 4px 10px;
    position: fixed;
}
.litegraph .graphdialog .name {
    padding: 0;
    min-height: 0;
    font-size: 16px;
    vertical-align: middle;
}
.litegraph .graphdialog .value {
    font-size: 16px;
    min-height: 0;
    margin: 0 10px;
    padding: 2px 5px;
}
.litegraph .graphdialog input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
.litegraph .graphdialog button {
    padding: 4px 18px;
    border-radius: 20px;
    cursor: pointer;
}

.lightbox-container .ReactModal__Overlay {
    position: fixed;
    inset: 0px;
    background-color: rgba(255, 255, 255, 0.75);
}

.lightbox-container .ReactModal__Content {
    position: absolute;
    top: 50px; /* Adjust to position within the container */
    left: 50px; /* Adjust to position within the container */
    right: 50px; /* Adjust to position within the container */
    bottom: 50px; /* Adjust to position within the container */
    border: 1px solid #ccc;
    background: #fff;
    overflow: auto;
    border-radius: 4px;
    outline: none;
    padding: 20px;
}
.slide-pane {
    background-color: #212529; /* or use a specific hex color like #A9A9A9 */
}

.slide-pane__header-title {
    color: #1f1f1f; /* Change color as needed */
    font-size: 20px; /* Adjust the font size as needed */
    /* Add other CSS properties as needed */
}
body > div.ReactModalPortal > div > div > div.slide-pane__header
{
    background-color: #1f1f1f; /* or use a specific hex color like #A9A9A9 */
}
.slide-pane__header-title-wrapper {
    color: #1f1f1f; /* Change color as needed */
    font-size: 20px; /* Adjust the font size as needed */
    /* Add other CSS properties as needed */
}
.centered-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh; /* This takes the full height of the viewport */
}
.ellipsis {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.table-container {
   display: flex;
   flex-direction: column;
   height: 100%;
}

.table-content {
   flex-grow: 1;
   overflow: auto;
}

.cell-content {
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
}

a {
   color: #abab8a;
}

.set-gallery {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    column-width: 33%;
    padding: 0 12px;
    cursor: pointer;
}

/* For medium-sized screens (e.g., tablets), reduce to 2 columns */
@media (max-width: 1024px) {
    .set-gallery {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-width: 50%;
        column-width: 50%;
        cursor: pointer;
    }
}

/* For small screens (e.g., mobile phones), reduce to 1 column */
@media (max-width: 760px) {
    .set-gallery {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        column-width: 100%;
        cursor: pointer;
    }
}

.set-gallery .set-card {
    transition: all 350ms ease-in-out;
    cursor: pointer;
    margin-bottom: 12px;
}
.dark-select {
    background-color: #343a40; /* Adjust the color to match your dark theme */
    color: white;
    border-color: #343a40;
    min-height: 32px;
}

.dark-select:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.25);
    border-color: #50585e;
}
.CodeMirror {
    border: 1px solid #1f1f1f;
    height: auto;
}


/*# sourceMappingURL=main.bd9b29ce.chunk.css.map*/