/* Font */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@100;200;300;400;500;600;700;800;900&display=swap");

html {
  font-size: 62.5%;
  min-width: 1400px;
}

html,
body {
  height: 100%;
  scrollbar-width: thin;
}

@font-face {
  font-family: ProximaNova;
  src: url(https://cdn.unlimited3d.com/assets/fonts/ProximaNovaRegular.ttf);
}

@font-face {
  font-family: DmSans;
  src: url(https://cdn.unlimited3d.com/assets/fonts/DMSans.ttf);
}

@font-face {
  font-family: Figtree;
  src: url(https://cdn.unlimited3d.com/assets/fonts/Figtree-Regular.ttf);
}

body {
  min-width: 1400px;
  min-height: 600px;
}

* {
  font-family: Figtree;
  /*font-family: 'Inter', sans-serif;*/
  /* font-family: DmSans; */
}

#root {
  overflow: hidden;
  --hsf-global__font-size: 56px;
}

.highlightPurple {
  background: #60d2cd;
}

@media (max-width: 980px) {
  .noWidthLimit {
    min-width: auto;
  }
}

a:hover {
  text-decoration: none;
}

button {
  outline: none !important;
}

.react-calendar {
  max-width: inherit !important;
}

.react-calendar button {
  font-size: 16px;
}

/* On mouse-over, add a grey background color */
.planLength:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.planLength input:checked~.checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.planLength input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.planLength .checkmark:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4a90e2;
}

/* pozicioniranje paginacije*/
.react-bootstrap-table-pagination-list {
  position: absolute;
  bottom: 71px;
  left: 100px;
}

/*  */
/* checkbox fancy */
input[type="checkbox"]+.cbPurposeLabel {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

/* input[type=checkbox] {
    display: none;
  } */

input[type="checkbox"]+.cbPurposeLabel:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  vertical-align: bottom;
  color: transparent;
  position: relative;
  height: 22px;
  width: 21px;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 1px;
  margin-right: 9px;
}

input[type="checkbox"]+.cbPurposeLabel2:before {
  height: 19px;
  width: 18px;
}

input[type="checkbox"]+.cbPurposeLabel:active:before {
  transform: scale(0);
}

input[type="checkbox"]:checked+.cbPurposeLabel:before {
  background-color: #3281fa;
  border-color: #3281fa;
  color: #fff;
}

input[type="checkbox"]:disabled+.cbPurposeLabel:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type="checkbox"]:checked:disabled+.cbPurposeLabel:before {
  transform: scale(1);
  background-color: rgb(195, 241, 195);
  border-color: #bfb;
}

.cbPurposeLabel {}

/*  */

/* terms and conditions checkbox */
input[type="checkbox"]+.cbTermsConditionsLabel {
  display: inline-block;
  width: 3.5rem;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

input[type="checkbox"]+.cbTermsConditionsLabel:before {
  content: "\2714";
  display: inline-block;
  vertical-align: bottom;
  color: transparent;
  position: relative;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 1px;
  margin-right: 9px;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 4px;
  border: solid 1px #e7e7e7;
  background-color: #ffffff;
}

input[type="checkbox"]+.cbTermsConditionsLabel:active:before {
  transform: scale(0);
}

input[type="checkbox"]:checked+.cbTermsConditionsLabel:before {
  background-color: #ffffff;
  border-color: #4e92df;
  color: #4e92df;
}

input[type="checkbox"]:disabled+.cbTermsConditionsLabel:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type="checkbox"]:checked:disabled+.cbTermsConditionsLabel:before {
  transform: scale(1);
  background-color: rgb(195, 241, 195);
  border-color: #bfb;
}

/*  */

.search-label {
  width: 100%;
}

.table td a,
.table td div,
.table td p {
  text-overflow: ellipsis;
  overflow: hidden;
}

.table td {
  text-overflow: ellipsis;
  overflow: hidden;
}

.google-sign-in-button>div {
  width: 100% !important;
  height: 100% !important;
}

.google-sign-in-button {
  width: 100% !important;
  height: 100% !important;
  padding: 0;
}

/* .react-joyride__tooltip button {
  display: none;
}

.react-joyride__tooltip {
  padding: 0 !important;
}

.react-joyride__tooltip > div + div {
  display: none !important;
} */
.centerDiv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.disabledForNow {
  cursor: no-drop !important;
}

.contentWrapper {
  /*padding: 0 2.4rem;*/
  height: 100%;
}

.contentWhite {
  padding: 4rem;
  /* padding: 2rem; */

  padding-bottom: 70px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 7px 70px 0 rgba(90, 97, 105, 0.1),
    0 10px 10px 0 rgba(90, 97, 105, 0.06), 0 4px 8px 0 rgba(90, 97, 105, 0.12),
    0 2px 0 0 rgba(90, 97, 105, 0.11);
}

.createBorder {
  margin-top: 3rem;
  border-bottom: solid 2px #e4e5e7;
}

.height100noOverflow {
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.scroll {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  background: #020202;
}

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

.accPages>div {
  display: inline-block;
  list-style: outside none none;
  /* margin: 0 1.5em;
     */
  margin-right: 1.5em;
  padding: 0;
  cursor: pointer;
}

.accPages .accPageTitle {
  padding: 0.5em 0;
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}

.accPages .accPageTitle:before,
.accPages .accPageTitle:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.accPages .accPageTitle:before {
  bottom: 0;
  display: block;
  height: 2px;
  width: 0%;
  content: "";
  background-color: #3281fa;
}

.accPages .accPageTitle:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}

.accPages .accPageTitle:hover:before,
.accPages .current .accPageTitle:before {
  opacity: 1;
  width: 100%;
}

.accPages .accPageTitle:hover:after,
.accPages .current .accPageTitle:after {
  max-width: 100%;
}

/* / */
/*  */
/*****************************/
/*      CUSTOM SPACERS       */
/*****************************/
.p-top-15 {
  padding-top: 15px;
}

.p-top-50 {
  padding-top: 50px;
}

.p-left-30 {
  padding-left: 30px;
}

.p-bottom-15 {
  padding-bottom: 15px;
}

.p-left-15 {
  padding-left: 15px;
}

.p-right-15 {
  padding-right: 15px;
}

.p-top-5 {
  padding-top: 5px;
}

.m-top-40 {
  margin-top: 40px;
}

.m-left-40 {
  margin-left: 40px;
}

.m-bottom-40 {
  margin-bottom: 40px;
}

/*****************************/
/*          BUTTONS          */
/*****************************/
.cta-blue {
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0;
  border-radius: 3px;
  background-color: #4076d2;
  cursor: pointer;
  border: none;
  color: #fff;
  padding: 15px 20px 15px 20px;
  max-height: 50px;
}

.cta-red {
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0;
  border-radius: 3px;
  background-color: #ff0000;
  cursor: pointer;
  border: none;
  color: #fff;
  padding: 15px 20px 15px 20px;
  max-height: 50px;
}

.cta-blue img {
  margin-left: 5px;
}

.cta-blue:hover {
  background-color: #167ddb;
  color: #fff;
  text-decoration: none;
}

.cta-red:hover {
  background-color: #ff3333;
  color: #fff;
  text-decoration: none;
}

.wide-cta-blue {
  padding: 15px 75px 15px 75px !important;
}

.cta-border-white {
  max-height: 50px;
  padding: 14px 48px;
  font-size: 15px;
  line-height: normal;
  border-radius: 3px;
  border: 1px solid #fff;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
}

.cta-border-white:hover {
  border: 1px solid transparent;
  text-decoration: none;
  background-color: #4076d2;
}

.cta-border-gray {
  max-height: 50px;
  padding: 14px 25px;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0;
  border-radius: 3px;
  border: 1px solid #979797;
  cursor: pointer;
  color: #979797;
  background-color: transparent;
}

.cta-border-gray img {
  margin-right: 5px;
}

.cta-border-gray:hover {
  border: 1px solid transparent;
  text-decoration: none;
  color: #fff;
  background-color: #4076d2;
}

.CTA-Blue {
  /* width: 140px; */
  /*height: 50px;*/
  border-radius: 3px;
  background-color: #4076d2;
  cursor: pointer;
  border: none;
  color: #fff;
  padding: 15px;
}

.CTA-Blue:hover {
  background-color: #167ddb;
}

.cta-border-grey {
  border-radius: 3px;
  border: 1px solid #979797;
  cursor: pointer;
  padding: 1.5rem 3.5rem;
  max-height: 5rem;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: 0;
}

.cta-border-grey:hover {
  background-color: #4076d2;
  color: #ffffff;
  border: none;
  text-decoration: none;
}

.CTA-border-grey {
  width: 120px;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #979797;
  cursor: pointer;
}

.CTA-border-grey:hover {
  background-color: #4076d2;
  color: #ffffff;
  border: none;
  text-decoration: none;
}

.inputSelect {
  width: 340px;
  height: 50px;
  opacity: 0.5;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a7acb8;
}

.inputCheckbox {
  width: 23px;
  height: 23px;
  border-radius: 2px;
  background-color: #ffffff;
}

.inputText {
  width: 619px;
  height: 53px;
  opacity: 0.5;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #848484;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #848484;
}

.inputTextNew {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 23px 22px rgba(32, 42, 53, 0.05);
  border-radius: 2px;
  background: #111111;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
  padding: 1rem;
}

.inputText:valid {}

.inputText:not(:placeholder-shown) {
  /* outline: solid #848484 1px;  */
  opacity: 1;
}

.inputText:invalid {
  /* outline: solid red 1px;
    opacity: 1;
    color: #ec2c24; */
}

.inputText:focus {
  /* border: 1px solid #4076d2 1px;  */
  opacity: 1;
}

.createTitle {
  font-size: 1.6rem;
  /* font-weight: 600; */
  line-height: 1.88;
  /* color: #a7acb8; */
  color: #898e99;
  margin-bottom: 5px;
}

.disabledInput {
  opacity: 0.5 !important;
}

/*////////////////////// end Buttons //////////////////*/
.content {
  height: calc(100vh - 80px);
  /* width: calc(100% - 220px); */
  /* min-width: 1052px; */
  margin: 0;
}

.page-content {
  padding-top: 2.5rem;
}

/* LOGIN / REGISTER */
.loginRegister {
  background-color: #f2f4f7;
  height: 100vh;
  /* width: 100vw; */
  /* overflow: hidden; */
  color: #848484;

  background-image: url("../images/icon_threedium.svg");
  background-repeat: no-repeat;
  background-position: right 30% bottom 19%;
  background-attachment: fixed;
  background-size: 38rem;
}

.loginOr {
  text-align: center;
  color: #848484;
  margin-top: 20px;
  margin-bottom: 20px;
}

#loginLogo {
  /* height: 72px; */
  margin-bottom: 20px;
}

.loginInput {
  width: 460px;
  height: 53px;
  opacity: 0.5;
  /* border-radius: 1px; */
  background-color: #ffffff;
  color: #848484;
  padding: 15px;
  margin-bottom: 15px;
}

.loginInput:valid {}

.loginInput:not(:placeholder-shown) {
  outline: solid #848484 1px;
  opacity: 1;
}

.loginInput:invalid {
  outline: solid red 1px;
  opacity: 1;
  color: #ec2c24;
}

.loginInput:focus {
  outline: solid #4076d2 1px;
  opacity: 1;
}

.loginFormHolder {
  max-width: 460px;
}

.loginWelcome {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #848484;
  margin-bottom: 25px;
}

.loginButton {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
}

.loginForgot {
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: normal;
  color: #848484;
  cursor: pointer;
  padding-left: 30px;
}

.loginNoAccount {
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: normal;
  color: #848484;
}

.loginSignOn {
  font-size: 15px;
  font-weight: 500;
  color: #848484;
  margin-left: 20px;
}

.loginForgotHolder {
  margin-bottom: 12px;
  margin-top: 24px;
}

/* register */

.loginInputflname {
  width: 222px;
}

.registerButton {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
  width: 180px;
}

.privacyPolicy {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #848484;
  text-align: center;
  margin-bottom: 20px;
}

.privacyPolicy a {
  text-decoration: underline;
  color: #848484;
}

.registerSignIn {
  position: absolute;
  top: 30px;
  right: 15px;
}

.registerSignInButton {
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: normal;
  text-align: center;
  color: #848484;
  margin-left: 20px;
  /* width: 300px; */
}

/* CREATE PROJECT */
.titleHeaderCurrent {
  font-size: 1.2rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a7acb8;
  padding-top: 10px;
}

.mainTitle {
  font-size: 2rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #44566c;
  margin-top: 5px;
  /*margin-bottom: 70px;*/
}

.createProjectTitle {
  margin-top: 20px;
}

.createProjectTextArea {
  width: 619px;
  height: 121px;
}

.createProjectButton {
  /* margin-left: 20px; */
}

.createProjectCancel {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
  color: #3281fa;
  /* margin-left: 20px; */
  line-height: 50px;
}

/* END CREATE PROJECT */
/* create campaign */
.campaignCreateRightInput {
  margin-right: 15px;
}

.buttonsCreateCampaignHolder {
  margin-top: 35px;
}

.createCampaignIcons {
  width: 45px;
  height: 45px;
  object-fit: contain;
  cursor: pointer;
}

.MaskInner {
  margin: 10px;
}

.Mask {
  width: 250px;
  height: 340px;
  border-radius: 3px;
  background-color: #979797;
}

.MaskCont {
  position: relative;
}

.hoverMask {
  /* display: none; */
  position: absolute;
  top: 10px;
  /* left:15px; */
  width: 250px;
  height: 340px;
  background-color: #848484;

  transition: top 5s ease;
  visibility: hidden;
}

.MaskInner:hover .hoverMask {
  display: block;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(167, 172, 184, 0.7);
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
}

.hoverMaskButton {
  width: 122px;
  height: 50px;
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #167ddb;

  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;

  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
}

.hoverMaskButton:hover {
  cursor: pointer;
  text-decoration: none;
  color: #167ddb;
}

.templateTitle {
  /*  */
}

.tempTitleLeft {
  font-size: 16px;
  font-weight: 600;
  color: #455b6f;
}

.tempTitleRight {
  font-size: 14px;
  font-weight: 600;
  color: #24b44c;
}

.templateTags {
  margin-top: 6px;
}

.templateTags div {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  color: #167ddb;
  border-radius: 2px;
  padding: 1px 4px;
  background-color: #fff;
  border: 1px solid #167ddb;

  border: 1px solid rgba(22, 125, 219, 0.2);
  display: inline-block;
  /* text-align: right; */
  cursor: pointer;
  margin-right: 9px;
}

.templatesGrid {
  margin-top: 40px;
}

.tempIMG {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.edit-campaign button,
.edit-campaign .cta-border-gray {
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 1300px) {
  .edit-campaign button {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 1200px) {
  .headerCurrentRight {
    padding-top: 25px;
  }
}

.view-list-grid {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1px;
  color: #455b6f;
  font-weight: 600;
}

.search-field-container input {
  height: 50px;
  border: 1px solid #848484;
  border-radius: 0;
  outline: none;
  font-size: 16px;
  line-height: normal;
  color: #848484;
  background-image: url("../images/Icons/Basic/Zoom.png");
  background-repeat: no-repeat;
  background-position: 3% 50%;
  text-indent: 10%;
}

.choose-template-search input {
  text-indent: 20%;
  background-position: 6% 50%;
}

.sort-select {
  width: 75%;
  height: 50px;
  border: 1px solid #848484;
  border-radius: 0;
  outline: none;
  font-size: 16px;
  line-height: normal;
  color: #848484;
}

.sort-select {
  padding-left: 5%;
}

/* LOADING SPLASH */
.loadingSplash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* background: rgba(255,255,255,0.9); */
  background: rgba(49, 49, 49, 0.8);
  z-index: 999;
  margin: 0 auto;
  text-align: center;
  z-index: 999999999999999999999999999999;
}

.loadingSplashHolder img {
  display: block;
  margin: 0 auto;
}

.loadingSplashLoadingBar {
  margin-top: 45px;
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;

  height: 8px;
  border-radius: 6.5px;
}

.loadingSplashLoadingBar:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 8px;
  background-color: #0376e3;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }

  50% {
    width: 30%;
  }

  70% {
    width: 70%;
  }

  80% {
    left: 50%;
  }

  95% {
    left: 120%;
  }

  to {
    left: 100%;
  }
}

.loadingSplashHolder {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.loadingSplashText {
  font-family: "Inter", sans-serif;
  margin-top: 15px;
  /* font-size: 16px;
  font-weight: 600;
  color: #a7acb8; */

  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #e2e2e2;
}

/*  */
/*** REACT TABLE - CUSTOM STYLES ***/
.page-content .react-bootstrap-table {
  min-height: 44rem;
  padding: 2rem;
  padding-bottom: 70px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 7px 70px 0 rgba(90, 97, 105, 0.1),
    0 10px 10px 0 rgba(90, 97, 105, 0.06), 0 4px 8px 0 rgba(90, 97, 105, 0.12),
    0 2px 0 0 rgba(90, 97, 105, 0.11);
}

.page-content .react-bootstrap-table>table>tbody>tr:hover {
  background-color: #fafbfc !important;
  color: #44566c;
}

.page-content .react-bootstrap-table tr:last-child {
  border-bottom: 1px solid #e9ebf2;
}

.button-in-table {
  position: absolute;
  /* left: 0; */
  right: 2rem;
  bottom: 6.7rem;
}

.page-content .react-bootstrap-table .table td,
.page-content .react-bootstrap-table .table th {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.page-content .react-bootstrap-table-pagination {
  margin-top: 50px;
}

.page-content .react-bootstrap-table-pagination #pageDropDown {
  background-color: transparent;
  color: #455b6f;
  border-color: #455b6f;
  border-radius: 0;
  position: absolute;
  top: -104px;
  left: 20px;
}

.page-content .react-bootstrap-table-pagination #pageDropDown.focus,
.page-content .react-bootstrap-table-pagination #pageDropDown:focus {
  box-shadow: none;
}

.page-content .react-bootstrap-table-pagination .dropdown-menu {
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #455b6f;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #455b6f;
  border-radius: 0;
  position: absolute;
  top: -80px;
  left: 20px;
}

.page-content .react-bootstrap-table-pagination .dropdown-menu li a {
  color: #455b6f;
  text-decoration: none;
}

.page-content .react-bootstrap-table-pagination .dropdown-menu li a:hover {
  color: #167ddb;
}

.page-content .react-bootstrap-table-pagination .dropdown-menu .dropdown-item.active,
.page-content .react-bootstrap-table-pagination .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.page-content .react-bootstrap-table-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.1rem 0rem;
  margin-left: -1px;
  font-size: 14px;
  line-height: 1.25;
  color: #455b6f;
  background-color: transparent;
  border: none;
}

.page-content .react-bootstrap-table-pagination .page-link:hover {
  color: #2081db;
}

.page-content .react-bootstrap-table-pagination .page-link:after {
  content: "-";
  color: #455b6f;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.page-content .react-bootstrap-table-pagination .page-item[title="prev-page"] .page-link:after {
  content: "";
}

.page-content .react-bootstrap-table-pagination .page-item[title="next-page"] .page-link:after {
  content: "";
}

.page-content .react-bootstrap-table-pagination .page-item .page-link:last-child:after {
  content: "";
}

.page-content .react-bootstrap-table-pagination .page-item.active .page-link {
  z-index: 1;
  color: #2081db;
  background-color: transparent;
  border: none;
}

.page-link:focus {
  box-shadow: none;
}

.campaign-title {
  cursor: pointer;
}

/* end create campaign */
/* projects */
.projectsCreateNew {
  display: inline-block;
}

/* end projects */
/* ACCOUNSETUP */
.accountSetupSelectHolder {
  margin-bottom: 10px;
}

.accountSetupLower {
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a7acb8;
}

.accountSetupWelcome {
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a7acb8;
  margin-bottom: 40px;
}

.accountSetupSelectHolder p {
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: normal;
  color: #a7acb8;
}

.accountSetupButton {
  /* width: 140px; */
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.accountSetupInput {
  padding-left: 15px;
}

.accountSetupCommunication2 {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #848484;
  margin-bottom: 20px;
}

.accountSetupCommunication1 {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a7acb8;
  font-size: 16px;
  font-weight: 600;
  margin-top: 100px;
}

.inputCheckboxLabel1 {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a7acb8;
  margin-bottom: 5px;
}

.inputCheckboxLabel2 {
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #848484;
}

/*****************************/
/*           MENUS           */
/*****************************/
/*** Top Menu ***/

.display-block {
  display: block !important;
}

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

.top-submenu {
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}

.topSubMenuText {
  font-size: 14px;
  font-weight: 600;
  color: #a7acb8;
  opacity: 0.6;
  cursor: pointer;
  padding: 14px;
}

.topSubMenuTemplates {
  padding: 14px;
}

.topSubMenuTemplates:hover {
  opacity: 1;
}

.op1 {
  opacity: 1;
}

/*** Side Menu ***/
#sidebar {
  /* height: 100vh; */
  /* z-index: 999; */
}

#content-wrapper {
  /* width: 100%;
    min-height: 100%;
    transition: all 0.3s; */
  /*position: absolute;
    top: 0;
    right: 0;*/
  background: #fbfbfb;
}

.side-menu-wrapper {
  /* height: 100vh; */
  /* border-right: 1px solid #a7acb8 !important; */
}

.minimize-wrapper {
  padding-top: 20px;
  padding-left: 10px;
  width: 90%;
  margin: 0 auto;
}

.minimize-menu {
  display: block;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.minimize-menu-text {
  padding-left: 12px;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #44566c;
}

.animate-menu {
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}

/*** logeddin user ***/
.loggedin-user-wrapper {
  position: relative;
  width: 90%;
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 6vh auto 0 auto;
  cursor: pointer;
}

.loggedin-user-wrapper:hover {
  background-color: #eef2f4;
}

.user-account-dropdown {
  width: 100%;
  background-color: #fff;
}

.user-account-dropdown,
.user-account-dropdown.close {
  display: none;
}

.user-account-dropdown.open {
  display: block;
  margin-top: 7px;
}

.user-account-dropdown ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.user-account-dropdown ul li {
  padding-left: 10px;
  font-size: 13px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 600;
  border-bottom: 1px solid rgba(167, 172, 184, 0.5);
}

.user-account-dropdown ul li:hover {
  background-color: #eef2f4;
}

.user-account-dropdown ul li a {
  text-decoration: none;
  color: #335073;
  display: block;
}

.loggedin-user-avatar {
  width: 36px;
  height: 36px;
  margin-left: 10px;
  border-radius: 50%;
}

.loggedin-user-name {
  margin-bottom: 0;
  padding-left: 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  color: #44566c;
}

.loggedin-user-settings {
  margin-bottom: 0;
  padding-left: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  color: #117dce;
}

.side-menu {
  /* margin-top: 4vh; */
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #44566c;
  text-transform: none;
}

.side-menu ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

.side-menu a {
  height: 100%;
  text-decoration: none;
  color: #44566c;

  display: flex;
  align-items: center;
}

.side-menu ul li:hover {
  /*background-color: #eef2f4;
    color: #117dce;*/
}

.side-menu ul li:hover a {
  /*background-color: #eef2f4;
    color: #117dce;*/
}

.menu-item-wrapper {
  width: 90%;
  margin: 0 auto;
  padding-left: 10px;
}

.menu-item-wrapper img {
  display: block;
  /* width: 18px; */
  height: auto;
}

/* menu active item */
.side-menu ul li a.active-item {
  color: #ffffff;
}

.side-menu ul li span {
  line-height: 41px;
  margin-left: 19px;
}

.side-menu ul:nth-child(2) {
  /* margin-top: 7vh; */
}

/*** active ***/
#sidebar.active {
  width: 8.07295%;
}

#content-wrapper.active {
  width: 91.92695%;
}

#sidebar.active .loggedin-user {
  display: none;
}

#sidebar.active .loggedin-user-wrapper {
  justify-content: center;
}

#sidebar.active .loggedin-user-avatar {
  margin-left: 0;
}

#sidebar.active .user-account-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#sidebar.active .menu-item-wrapper {
  padding-left: 0;
}

#sidebar.active .menu-item-wrapper img {
  margin: 0 auto !important;
}

#sidebar.active .side-menu ul li {
  height: 50px;
}

#sidebar.active .side-menu ul li span {
  display: none !important;
}

#sidebar.active .minimize-wrapper {
  padding-left: 0;
}

#sidebar.active .minimize-menu-text {
  display: none;
}

#sidebar.active .minimize-menu {
  margin: 0 auto;
}

/*** sidebar active - dropdown open ***/
.side-menu-wrapper.dropdown-open .loggedin-user-wrapper {
  padding-bottom: 0;
  border-top: 1px solid rgba(167, 172, 184, 0.5);
  border-left: 1px solid rgba(167, 172, 184, 0.5);
  border-right: 1px solid rgba(167, 172, 184, 0.5);

  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
}

#sidebar.active .side-menu-wrapper.dropdown-open .loggedin-user-wrapper .loggedin-user {
  display: block !important;
}

/*****************************/
/*        MODAL COMMON       */
/*****************************/
.ReactModal__Overlay {
  z-index: 999 !important;
}

/*****************************/
/*      FORGOT PASSWORD      */
/*****************************/
.threedium-modal-content {
  color: #fff;
}

.threedium-modal-content h1 {
  margin-bottom: 35px;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 600;
}

.threedium-modal-content p {
  margin-bottom: 25px !important;
  width: 80%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
}

.threedium-modal-content input {
  width: 85%;
  height: 50px;
  margin-bottom: 50px;
  text-indent: 15px;
  border-radius: 2px;
  font-size: 1.4rem;
  line-height: normal;
  color: #3292fa;
  font-weight: 500;
  outline: none;
  border: none;
}

@media (max-width: 576px) {
  .threedium-modal-content button {
    display: block;
    margin: 0 auto 15px auto !important;
  }
}

/*****************************/
/*       VERIFY EMAIL        */
/*****************************/
.verify-email-content.threedium-modal-content p {
  width: 40%;
}

@media (max-width: 768px) {
  .threedium-modal-content p {
    width: 90% !important;
  }
}

/*****************************/
/*       WELCOME MODAL       */
/*****************************/
#welcome-modal {
  display: none;
  z-index: 5;
  padding-top: 25px;
  position: absolute;
  top: 6rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 6rem);
  background-color: rgba(69, 91, 111, 0.97);
}

.welcome-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.welcome-modal-content h1 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: normal;
  font-weight: 500;
  color: #fff;
}

.welcome-modal-content p {
  width: 70%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #a7acb8;
}

.click-to-start {
  padding-right: 15px;
  font-size: 18px;
  line-height: 6px;
  font-weight: normal;
  color: #17c8f3;
}

.click-to-start-wrapper {
  margin-right: 11rem !important;
}

@media (max-width: 768px) {
  .click-to-start-wrapper {
    display: none !important;
  }
}

/*****************************/
/*         DASHBOARD         */
/*****************************/
.upgrade-now-container-wrapper {
  /* padding-left: 15px; */
}

.upgrade-now-container {
  background-image: url("../images/Image_to3D.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* padding-bottom: 25px;
    padding-top: 25px; */
  padding-left: 25px;
  height: 20rem;
}

.upgrade-now {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #455b6f;
}

.dashboard {
  overflow-x: hidden;
}

.dashboard .page-content {
  /* padding-top: 45px; */
  padding-top: 1.7rem;
}

@media (max-width: 1420px) {
  .dashboard .cta-border-gray {
    padding: 14px 15px !important;
  }
}

@media (max-width: 1200px) {
  .dashboard .campaigns-list {
    margin-top: 40px;
  }
}

.dashboard .react-bootstrap-table-pagination {
  display: none !important;
}

#billing .react-bootstrap-table-pagination {
  width: 100%;
}

/*****************************/
/*     CREATE FOLDER MODAL   */
/*****************************/
.closeFolderModalIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.addFolderButton {
  width: 180px;
}

.addFolderInput {
  border: none;
  border-bottom: 1px solid #848484;
  margin-bottom: 42px;
  margin-top: 10rem;
  padding-left: 20px;
  max-width: 80%;
}

.folderIconCreateFolder {
  margin-top: 28px;
}

.backToLibrary {
  fill: #3281fa;
  color: #3281fa;
  font-family: Montserrat;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 5rem;
  cursor: pointer;
}

/*****************************/
/*     ADD ASSET MODAL        */
/*****************************/
label.typeFile {
  /* border: 1px solid #d3394c; */
  /* background-color: #f1e5e6; */
  padding: 0;
  color: #d3394c;
  max-width: 80%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}

input.typeFile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

label.typeFile span {
  padding-left: 12px;
  text-align: center;
  width: 200px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #44566c;
  padding: 11px 20px 11px 12px;
}

label.typeFile strong {
  display: block;
  padding: 1.6rem 1.6rem;
  width: 21rem;
  /* height: 4rem; */
  border-radius: 3px;
  border: 1px solid #898e99;
  background-color: #fff;
  font-family: Montserrat;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #898e99;
}

label.typeFile strong:hover {
  background-color: #167ddb;
  color: #fff;
  text-decoration: none;
}

.addAssetInput {
  border: 1px solid #848484;
  margin-bottom: 42px;
  margin-top: 14px;
  padding-left: 20px;
  max-width: 44%;
  margin-left: 2%;
  margin-right: 2%;
}

.addAssetLabelWrapper {}

.addAssetButton {
  width: 180px;
}

.choseTypeOfFile {
  font-family: Montserrat;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #44566c;
}

/*****************************/
/*          PRICING          */
/*****************************/

.pricingDivWhite {
  background-color: #ffffff;
  color: #44566c;
  width: 100%;
  height: 100%;
}

.pricingDivBlue {
  background-color: #3281fa;
  color: #ffffff;
  width: 100%;
  height: 100%;
}

.pricingDivH1 {
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 3.2rem;
}

.pricingDivP {
  font-size: 1.4rem;
  font-weight: 600;
}

.pricingDivButtonBlue {
  margin-top: 4rem;
  background-color: #3281fa;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  width: 100%;
  height: 5rem;
  padding-top: 0.6rem;
  border-radius: 5px;
}

.modal {
  color: #44566c !important;
}

.pricingDivButtonWhite {
  margin-top: 4rem;
  background-color: #ffffff;
  color: #3281fa;
  font-size: 1.6rem;
  font-weight: 600;
  width: 100%;
  height: 5rem;
  padding-top: 0.6rem;
  border-radius: 5px;
}

.pricingDivButtonWhite span {
  vertical-align: -webkit-baseline-middle;
}

.pricingDivButtonBlue span {
  vertical-align: -webkit-baseline-middle;
}

/* paypal  */

.modal.fade:not(.show) {
  opacity: 1;
}

.modal-backdrop.in {
  opacity: 0.6;
}

.zIndex {
  z-index: 2;
}

.projectsTableHolder td a,
.projectsTableHolder td>div,
.projectsTableHolder td>span {
  display: block;
}

/*****************************/
/*  REACT AUTOSUGGEST SEARCH  */
/*****************************/

.react-autosuggest__container {
  position: relative;
  width: 25rem;
  border-bottom: 1px solid rgba(120, 144, 156, 0.3);
}

.react-autosuggest__input {
  width: 25rem;
  height: 3rem;
  padding-top: 0.5rem;
  font-weight: 300;
  font-size: 1.6rem;
  border: none;
  background-color: #fafbfc;
  color: #78909c;
}

.react-autosuggest__input::placeholder {
  color: #78909c;
}

.react-autosuggest__input--focused {
  outline: none;
}

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
  display: none;
}

.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  top: 51px;
  width: 28rem;
  border: 1px solid #aaa;
  border: none;
  background-color: #fff;
  background-color: #fafbfc;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
}

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.react-autosuggest__suggestion {
  cursor: pointer;
  /* padding: 10px 20px; */
}

.react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}

.react-autosuggest__section-container {
  border-top: 1px dashed #ccc;
}

.react-autosuggest__section-container--first {
  border-top: 0;
}

.react-autosuggest__section-title {
  padding: 10px 0 0 10px;
  font-size: 12px;
  color: #777;
}

.inventoryWrapper {
  width: 63%;
  min-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/********************************/
/********** SCROLL *************/
/*******************************/

.scroll-bar {
  /* margin-right: 10px; */
  overflow-x: hidden;
  /* overflow-y: auto ; */
  overflow-y: auto;
  /* ubaceno da se ne bi videlo pomeranje kada se pojavi scroll (trenutno se ne vidi scroll uopste zbog -5px */
  /* scrollbar-width: thin; */
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll-bar::-webkit-scrollbar {
  /* display: none !important; */
  width: 2.25px;
}

.scroll-bar-important {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.scroll-bar::-webkit-scrollbar-track {
  /* background-color: #56595A; */
}

/* .scroll-bar::after {
    content: '';
    width: 0.25px;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: #1F2021;
  } */
.scroll-bar::-webkit-scrollbar-thumb {
  background-color: #9a9d9e;
  border-radius: 2.5px;
}

.scroll-vertical {}

.scroll-vertical::-webkit-scrollbar {
  /* display: none !important; */
  height: 4px;
}

.scroll-down-wrapper {
  width: 56px;
  height: 56px;
  visibility: hidden;
  position: fixed;
  right: 5%;
  bottom: 95px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  transition: visibility 800ms linear 300ms, opacity 300ms;
}

.display-scroll-down {
  opacity: 1;
  visibility: visible;
}

.hide-scroll-down {
  opacity: 0;
  visibility: hidden;
}

/* LABEL INPUT MULTISELECT */

.labelInputMultipleSelect {
  min-height: 15rem;
  max-height: 15rem;
  color: #000;
  border: solid 1px #78909c;
  border-radius: 10px;
}

/* FONT SIZE */
/* @media screen and (max-width: 1600px){
    html{
      font-size: 59.0277%;
    }
  }
}
@media screen and (max-width: 1200px){
html{
    font-size: 52.0833%;
}
.height100noOverflow {
    overflow: auto;
}
} */

.input-error::placeholder {
  color: #ff0000;
}

.grecaptcha-badge {
  bottom: 74px !important;
}

.paginationNew {
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  display: inline-flex;
  list-style-type: none;
}

.activeNumber {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  text-decoration-line: underline;
  color: #60d2cd;
  list-style-type: none;
}

.pageItemNew {
  background: none;
  border: none;
  list-style-type: none;
  margin-left: 2rem;
  cursor: pointer;
}

.pageLinkNew {
  background: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #bdc3c7;
  list-style-type: none;
}

.activeNumber a {
  color: #60d2cd;
}

/* .notification-container {
  top: 45px !important;
} */

.editor-mode .notification-container {
  right: 314px;
}

body:not(.editor-mode) .notification-container {
  top: 122px !important;
}

@keyframes progress-bar {
  0% {
    background-position: 0 50%;
  }
}

.webhooks.rc-table .rc-table-thead {
  border-bottom: 1px solid #191919;
}

.webhooks.rc-table th,
.webhooks.rc-table td {
  padding: 12px 0.75rem;
  border-bottom: 1px solid #191919;
  vertical-align: top;
  height: 52px;
}

.webhooks.rc-table td {
  vertical-align: middle ;
}

.webhooks.rc-table th {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #999;
}

.mantine-button-style {
  /* margin-left: 44px; */
  width: 300px;
  height: 60px;
  /* border-radius: 4px; */
  background: #60d2cd;
  box-shadow: 0px 23px 22px rgba(32, 42, 53, 0.05);
  border-radius: 2px;
  border: none;

  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  @media (max-width: 980px) {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
}

/*NOTIFICATIONS STYLE START */

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body:not(.editor-mode) .notification-container:has(.new-notification) {
  top: 10 !important;
}

.notification-container .notification:has(.new-notification):before {
  content: "";
}

.notification-container:has(.new-notification) {
  top: 120px !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1050;
  display: inline-block;
  width: max-content;
}

.notification-container .notification:has(.new-notification) {
  opacity: 1;
  background-color: #000;
  border-radius: 16px;
  margin-top: 30px;
  animation: slideDown 0.3s ease-in-out;
  white-space: nowrap;
  padding: 8px 8px 8px 16px;
}

.notification.notification-error:has(.new-notification) {
  border: 1px solid rgba(255, 68, 68, 0.40);
  box-shadow: 0 -4px 12px 0 rgba(255, 68, 68, 0.50) inset;
}

.notification.notification-success:has(.new-notification) {
  border: 1px solid rgba(96, 210, 205, 0.40);
  box-shadow: 0 -4px 12px 0 rgba(96, 210, 204, 0.50) inset;
}

/*NOTIFICATIONS STYLE END */
.react-calendar {
  background: #2c2c2c !important;
}

.react-calendar button[disabled] {
  background: #5f5d5d !important;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #60d2cd;
  color: #ffffff !important;
}

.react-calendar button:enabled:hover {
  color: #000000 !important;
}

.react-calendar__tile--active {
  background: #60d2cd !important;
  color: white !important;
}

/* SVG MAP REPORTS ANALYTICS */
.svgMap-map-wrapper {
  background-color: #020202 !important;
}

#svgMap {
  opacity: 1;
  transition: opacity 0.4s ease;
}

#svgMap.hidden {
  /* opacity: 0; */
}

#svgMap,
.svgMap-map-wrapper {
  /* transition: all 0.3s ease; */
}

.svgMap-country {
  stroke: #242424 !important;
  stroke-width: 1;
  /* or adjust as needed */
}

.svgMap-map-controls-wrapper {
  display: none !important;
}

/* END SVG MAP REPORTS ANALYTICS */

/* Republish redesign styles */
.copy-icon {
  display: inline;
  padding: 0.8rem;
  cursor: pointer;
  background: #3f4644;
  border-radius: 2px;
  transition: background 0.2s ease;
}

.copy-icon:hover {
  background: #60d2cd;
}

.progress-bar {
  width: 100%;
  height: 8px;
  border-radius: 8px;

  &::-webkit-progress-bar {
    background-color: #414344;
    border-radius: 8px;
  }

  &::-webkit-progress-value {
    background: #3e8;
    border-radius: 8px;
  }
}

.red-svg-icon path {
  fill: red;
}

.view-distribution {
  width: 100%;
  margin-bottom: 2rem;
}

.view-distribution th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: #939798;
  padding: 0.4rem 0.2rem;
  font-weight: 400;
}

.view-distribution td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
  padding: 0.2rem 0.2rem;
  height: 50px;
}

/* End of Republish redesign styles */

/*HOME LANDING PAGE  */

:root {
  --primary: 177 56% 60%;
}

.home-header {
  font-size: 72px;
  font-weight: 300;
  letter-spacing: 0.025em;
  /* text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.3); */

  @media (max-width: 1280px) {
    font-size: 60px;
  }

  @media (max-width: 1024px) {
    font-size: 48px;
  }

  @media (max-width: 767px) {
    font-size: 36px;
  }

  @media (max-width: 639px) {
    font-size: 30px;
  }
}

.home-header2 {
  font-size: 72px;
  font-weight: 800;
  /* text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.3); */

  @media (max-width: 1280px) {
    font-size: 60px;
  }

  @media (max-width: 1024px) {
    font-size: 48px;
  }

  @media (max-width: 767px) {
    font-size: 36px;
  }

  @media (max-width: 639px) {
    font-size: 30px;
  }
}

.home-header-subtitle {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.025em;

  width: 100%;

  @media (max-width: 1024px) {
    font-size: 18px;
  }

  @media (max-width: 767px) {
    font-size: 16px;
  }

  @media (max-width: 639px) {
    font-size: 14px;
  }
}

.home-input-button {
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.home-input-button:hover {
  border: 1px solid #60d2cc;

  background: linear-gradient(to top left,
      hsl(var(--primary) / 0.2) 50%,
      hsl(var(--primary) / 0.4) 100%,
      hsl(var(--primary) / 0.2) 50%,
      hsl(var(--primary) / 0.4) 100%);
}

.home-input-button:hover .home-input-img {
  color: #60d2cc;
}

.home-light-button {
  background: linear-gradient(to top left,
      hsl(var(--primary) / 0.2) 50%,
      hsl(var(--primary) / 0.4) 100%,
      hsl(var(--primary) / 0.2) 50%,
      hsl(var(--primary) / 0.4) 100%);
  border-radius: 8px;
}

.home-input-upload {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #56bdb8;
  /* background: linear-gradient(
    to top left,
    hsl(var(--primary) / 0.9) 50%,
    hsl(var(--primary) / 0.9) 100%,
    hsl(var(--primary) / 0.9) 50%,
    hsl(var(--primary) / 0.9) 100%
  ); */
}

.home-input-img {
  width: 20px;
  height: 20px;
}

.home-input-container {
  border: 1px solid hsl(var(--primary) / 0.3);
  padding: 6px;
  border-radius: 24px;
}

.close-container {
  background-color: red;
  border-radius: 50%;
}

.home-input-container:hover {
  border: 1px solid hsl(var(--primary) / 0.8);
}

.custom-textarea {
  resize: none;
}

.custom-textarea::placeholder {
  background: linear-gradient(90deg,
      rgba(128, 230, 220, 0.5) 0%,
      rgba(90, 255, 190, 0.5) 25%,
      rgba(128, 230, 220, 0.5) 50%,
      rgba(90, 255, 190, 0.5) 75%,
      rgba(128, 230, 220, 0.5) 100%);

  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
}

@keyframes realRotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.animate-real-rotation {
  animation: realRotation 6s linear infinite;
  transform-origin: center center;
}

.rotating-ring {
  top: -250px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1280px) {
  .rotating-ring {
    top: -200px;
    height: 500px;
  }
}

@media (max-width: 1024px) {
  .rotating-ring {
    top: -180px;
    height: 400px;
  }
}

@media (max-width: 640px) {
  .rotating-ring {
    top: -150px;
    height: 400px;
  }
}

.home-primary-color {
  color: hsl(var(--primary));
}

.home-fill-primary {
  fill: hsl(var(--primary));
}

.home-grey-color {
  color: #999999;
}

.home-tesla-color {
  color: #99999980;
}

.home-border-primary {
  border: 1px solid hsl(var(--primary));
}

.home-bg-primary {
  background: hsl(var(--primary) / 0.25);
}

.home-btn-bg {
  background: #0c1918;
}

.home-bg-primary-full {
  background: hsl(var(--primary));
}

.home-text-small {
  font-size: 14px;
}

.home-text-sm-md {
  font-size: 16px;
}

.home-text-medium {
  font-size: 30px;
}

.home-section-header {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.025em;
  /* text-shadow: 10px 10px 16px rgba(209, 15, 15, 0.3); */

  @media (max-width: 1024px) {
    font-size: 30px;
  }

  @media (max-width: 639px) {
    font-size: 30px;
  }
}

.home-section-subtitle {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.025em;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.3);
  color: #999999;

  @media (max-width: 639px) {
    font-size: 16px;
  }
}

.home-section-numbers {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.3);
  color: hsl(var(--primary));

  @media (max-width: 1024px) {
    font-size: 30px;
  }

  @media (max-width: 639px) {
    font-size: 30px;
  }
}

.home-card {
  background: #0d0d0d;
  border: 0.5px solid rgb(38, 38, 38);
  padding: 30px;
}

.home-card-icons {
  width: 24px;
  height: 24px;
}

.home-icon-card-container {
  background: #60d2cc2a;
  height: 48px;
  width: 48px;
  transition: background 0.3s ease;
  margin-bottom: 24px;
}

.home-card:hover {
  background: linear-gradient(to top left,
      #0d0d0d 0%,
      #0d0d0d 60%,
      hsl(var(--primary) / 0.05) 75%,
      hsl(var(--primary) / 0.1) 100%);
  border: 1px solid hsl(var(--primary));
}

.home-card:hover .home-icon-card-container {
  background: #60d2cc5a;
}

.home-card-header {
  color: #fafafa;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 24px;
}

.home-card-content {
  color: #999999;
  font-size: 16px;
}

/*HOME LANDING PAGE END */

/*HOME TOP MENU */
.home-top-menu {
  border: 0.5px solid rgb(17, 17, 17);
  border-radius: 16px;
  background: #000000;
  z-index: 199;
  width: 100%;
  max-width: calc(100% - 30px);
  margin-top: -2px;
  margin-right: 30px;
  padding: 0 10px;
}

.top-menu-items {
  color: #999999;
  background: transparent;
  border-radius: 6px;
  font-size: 14px;
}

.top-menu-items:hover {
  color: #ffffff;
  background: #1a1a1a;
}

.top-menu-sign-up {
  border: 0.5px solid rgb(38, 38, 38);
  border-radius: 16px;
  font-size: 12px;
}

.top-menu-sign-up:hover {
  background: #1a1a1a;
}

.top-menu-upgrade {
  border: 0.5px solid hsl(var(--primary));
  border-radius: 16px;
  font-size: 12px;
  padding: 4px 12px;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right,
      hsla(var(--primary), 0.8) 0%,
      hsla(var(--primary), 0.2) 50%,
      hsla(var(--primary), 0.8) 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  animation: pulse-bg 2s infinite;
}

@keyframes pulse-bg {

  0%,
  100% {
    background: linear-gradient(to right,
        hsla(var(--primary), 0.8) 0%,
        hsla(var(--primary), 0.2) 50%,
        hsla(var(--primary), 0.8) 100%);
  }

  50% {
    background: linear-gradient(to right,
        hsla(var(--primary), 0.6) 0%,
        hsla(var(--primary), 0.1) 50%,
        hsla(var(--primary), 0.6) 100%);
  }
}

.top-menu-upgrade-bg {
  background: linear-gradient(to right,
      hsl(var(--primary) / 0.3) 0%,
      hsl(var(--primary) / 0.2) 50%,
      hsl(var(--primary) / 0.3) 100%);
}

/* .home-showcase-container {
} */

/* User Notifications */
.user-notifications {
  position: relative;
  display: flex;
  border: 0.5px solid rgb(38, 38, 38);
  border-radius: 50%;
  padding: 7px;
}
.user-notifications span {
  position: absolute;
  right: -3px;
  top: -3px;
  z-index: 1;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  background-color: #60d2cc;
  border-radius: 50%;
  color: #000;
  text-align: center;
  font-family: Figtree;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  /* 150% */
}
.user-notifications-dropdown {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 11;
  border-radius: 16px;
  border: 0.5px solid rgba(96, 210, 204, 0.2);
  background: #0D0D0D;
  box-shadow: 0 8px 12px 0 rgba(153, 153, 153, 0.12);
  width: 378px;
  /* transform: translateY(-8px); */
}
.user-notifications-dropdown-header {
  display: flex;
  align-items: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.user-notifications-dropdown-header h3 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.user-notifications-dropdown-header .count-number-span {
  border-radius: 20px;
  border: 1px solid #60d2cc;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  color: #60d2cc;
  background-color: hsl(177 56% 60% / 0.2);
}
.user-notifications-dropdown-header .mark-all-read {
  color: hsl(177 56% 60% / 0.7);
  font-size: 12px;
  font-weight: 400;
  transition: all 0.2s ease;
}
.user-notifications-dropdown-header .mark-all-read:hover {
  color: hsl(177 56% 60%);
  font-size: 12px;
  font-weight: 400;
}
.user-notifications-dropdown-content {
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  /* margin-bottom: 20px; */
  scrollbar-width: thin;
  /* auto | thin | none */
  /* scrollbar-color: #555 #1e1e1e; */
  max-height: 280px;
  overflow-y: auto;
}
.user-notifications-dropdown-content .group {
  border-bottom: 1px solid rgba(38, 38, 38, 1);
}
.user-notifications-dropdown-content .notification-icon {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.user-notifications-dropdown-content .read-notification:hover {
  background: linear-gradient(to right, hsl(177 56% 60% / 0.05), hsl(177 56% 20% / 0.04));

}
.user-notifications-dropdown-content .unread-notification:hover {
  background: linear-gradient(to right, hsl(177 56% 60% / 0.21), hsl(177 56% 20% / 0.11));
}
.user-notifications-dropdown-content .group .left-indicator {
  width: 2.5px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.user-notifications-dropdown-content .group:hover .left-indicator {
  background-color: #60d2cc;
}
.user-notifications-dropdown-content .notification-title {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
.user-notifications-dropdown-content .notification-time {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
}
.user-notifications-dropdown-content .notification-message {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.user-notifications-dropdown-content .mark-read-button {
  font-size: 10px;
  color: rgba(96, 210, 204, 0.7);
  transition: all 0.2s ease;
}
.user-notifications-dropdown-content .mark-read-button:hover {
  color: rgba(96, 210, 204, 1);
}
.user-notifications-dropdown-content .delete-notification-button {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
}
.user-notifications-dropdown-content .delete-notification-button:hover {
  color: rgba(255, 0, 0, 1);
}
.user-notifications-dropdown-content .unread-indicator {
  width: 8px;
  height: 8px;
  background-color: rgba(96, 210, 204, 1);
}
.user-notifications-dropdown-content .no-notifications {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.user-notifications-item {
  border-bottom: 1px solid #1F1F1F;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.28px;
}
.user-notifications-item:last-child {
  border-bottom: none;
}
.user-notifications-item:hover {
  color: #FAFAFA;
}
/* end of User Notifications */


/* User Settings Menu */

.user-settings-menu {
  position: relative;
  display: flex;
  padding: 7px;
  cursor: pointer;
}
.user-settings-menu .avatar {
  display: flex;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  align-items: center;
}
.user-settings-menu .avatar .icon,
.user-settings-menu .avatar img {
  display: flex;
  width: 28px;
  height: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #151515;
  text-align: center;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
}
.user-settings-menu .name {
  display: flex;
  color: rgba(201,201,201,1);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
  margin-left: 8px;
  justify-content: center;
  align-items: center;
}
.user-settings-menu-dropdown {
  /*
border-radius: 16px;
border: 1px solid #141414;
background: #0D0D0D;
box-shadow: 0 8px 12px 0 rgba(153, 153, 153, 0.12);
  */
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 300;
  border-radius: 16px;
  border: 0.5px solid rgba(96, 210, 204, 0.2);
  background: #0D0D0D;
  box-shadow: 0 8px 12px 0 rgba(153, 153, 153, 0.12);
  width: 248px;
  padding: 16px 24px;

  max-height: 750px;

 

  overflow-x: auto;

  /* transform: translateY(-8px); */
}
@media (max-height: 850px) {
  .user-settings-menu-dropdown {
    max-height: 85dvh;
  }
}
.user-settings-menu-dropdown::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}

.user-settings-menu-dropdown::-webkit-scrollbar-track {
  background-color: transparent;
}

.user-settings-menu-dropdown::-webkit-scrollbar-thumb {
  background-color: #1f1f1f;
  border-radius: 2px;
}

.user-settings-menu-dropdown::-webkit-scrollbar-corner {
  background-color: transparent;
}

.user-settings-menu-dropdown-header {
  display: flex;
  align-items: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 16px 0;
}
.user-settings-menu-dropdown-header .user-details-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}
.user-settings-menu-dropdown-header .user-details-wrapper .user-details {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
}
.user-settings-menu-dropdown-header .user-details-wrapper .user-details h3 {
  display: flex;
  color: #FFF;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
  margin-bottom: 0;
}
.user-settings-menu-dropdown-header .user-details-wrapper .user-details p {
  display: flex;
  color: #a3a3a3;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
  margin-bottom: 0;
}
.user-settings-menu-dropdown-header .avatar-wrapper .icon,
.user-settings-menu-dropdown-header .avatar-wrapper img {
  display: flex;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #151515;
  text-align: center;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.user-settings-menu-dropdown-content {
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  /*scrollbar-width: thin;
  max-height: 280px;
  overflow-y: auto;*/
}
.user-settings-menu-dropdown-content .group {
  padding: 16px 0;
  border-top: 1px solid rgba(38, 38, 38, 1);
}
.user-settings-menu-dropdown-content .group .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  height: 32px;
  --icon-color: #999999;
  transition: all 0.4s ease-in-out;
}
.user-settings-menu-dropdown-content .group .item:hover {
  --icon-color: #ffffff;
  transition: all 0.4s ease-in-out;
}

.user-settings-menu-dropdown-content .group .item .item-icon svg path {
  transition: all 0.4s ease-in-out;
} 

.user-settings-menu-dropdown-content .group .item .item-title {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  cursor: pointer;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.user-settings-menu-dropdown-content .group .item:hover .item-title {
  color: #ffffff;
}

/* end of User Settings Menu */




.home-showcase-container:hover .home-showcase-card {
  border: 0.5px solid #60d2cc;
}

.home-showcase-header {
  color: #fafafa;
  font-size: 20px;
  font-weight: 700;
}

.home-showcase-container:hover .home-showcase-header {
  color: #60d2cc;
}

.home-showcase-content {
  color: #999999;
  font-size: 16px;
}

.home-showcase-card {
  border: 0.5px solid rgb(38, 38, 38);
}

.home-showcase-button {
  color: #60d2cc;
  font-size: 16px;
}

.home-showcase-icon {
  width: 80px;
  height: 80px;
}

.home-width-container {
  max-width: 1280px;
}

/*HOME TOP MENU END*/

/*HOME AUTH*/

.auth-container {
  min-width: 1200px;
  border: none;
  border-radius: 32px;
  height: 700px;
}

.auth-left-title {
  top: 100px;
  left: 24px;
}

.auth-left-badge {
  top: 320px;
  left: 24px;
}

.hero-login-img {
  height: 700px;
  aspect-ratio: 3/2;
  object-fit: cover;
  filter: brightness(60%);
}

.auth-left-features {
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
}

.auth-container-left:hover {
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.auth-left-side-container:hover .auth-container-left-img {
  filter: brightness(100%) !important;
}



.mantine-Checkbox-input {
  width: 16px !important;
  height: 16px !important;
  border-radius: 4px !important;
}

.auth-gradient-container {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.5) 100%);
  transition: all 0.5s ease;
}

.auth-gradient-container:hover {
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.9) 0%,
      hsl(var(--primary) / 0.1) 50%,
      rgba(0, 0, 0, 0.5) 100%);
}

.mantine-Checkbox-inner svg {
  left: 40% !important;
  top: 40% !important;
}

.auth-left-header {
  text-align: left;
  text-shadow: 0 8px 12px rgba(9, 10, 11, 0.30);
  font-family: Figtree;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1px;
  width: 487px;
}

.auth-left-color-btn {
  font-size: 14px;
  padding: 3px 0;
}

.red-star {
  color: #F5473D;
}

.auth-left-color-btn-wrapper {
  border: 1px solid hsl(var(--primary) / 0.7);
  background: linear-gradient(to top left,
      hsl(var(--primary) / 0.1) 50%,
      hsl(var(--primary) / 0.3) 100%,
      hsl(var(--primary) / 0.1) 50%,
      hsl(var(--primary) / 0.3) 100%);
  box-shadow: 0 3px 0px rgba(96, 210, 204, 0.2);
}

.auth-left-btn {
  display: flex;
  width: 180px;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
}

.auth-left-btn:hover {
  border: 1px solid rgba(96, 210, 205, 0.24);
  background: rgba(96, 210, 205, 0.12);
  box-shadow: 0 4px 16px 0 rgba(96, 210, 204, 0.48);
  backdrop-filter: blur(8px);
  cursor: default;
}

.auth-left-btn-wide {
  width: 320px;
}

.auth-left-dot {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background-color: white;
  flex-shrink: 0;
}


.auth-left-soon {
  margin-left: 4px;
  font-size: 8px;
}

.auth-left-btn-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin: 0;
}

.auth-right-container {
  padding: 32px 140px;
  align-items: center;
  min-height: 650px;
}

.auth-right-header {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.auth-right-subheader {
  font-size: 14px;
  color: #ffffff99;
  margin-top: 8px;
}

.auth-right-text {
  font-size: 14px;
  color: #ffffffcc;
}

.auth-right-tabs-list {
  display: flex;
  padding: 4px !important;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Gray-8, #1F1F1F);
  gap: 4px;
  height: auto;
}

.auth-right-tabs-list-item {
  flex: 1;
  /* <- KLJUČNO */
  display: flex;
  height: 32px;
  padding: var(--4, 4px) var(--10, 10px);
  justify-content: center;
  align-items: center;
  border-radius: var(--4, 4px);
}

.auth-right-tabs-list-item[data-state="active"] {
  border-radius: var(--6, 6px) !important;
  border: 1px solid #60D2CC;
  background: linear-gradient(90deg, rgba(96, 210, 204, 0.10) 0%, rgba(96, 210, 204, 0.00) 100%), #1F1F1F;
}

.auth-right-input {
  background: #1F1F1F;
  display: flex;
  height: 32px;
  padding: 8px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: white;
  outline: none;
  border-radius: 6px;
  font-size: 14px;
}

.auth-right-input:focus {
  border: 2px solid hsl(var(--primary) / 0.7);
  box-shadow: none;
}

.border-destructive {
  border-color: rgb(245, 71, 61);
}

.text-destructive {
  color: rgb(245, 71, 61);
}

.auth-right-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #60d2cc;
  margin-top: 20px;
  border-radius: 6px;
  color: #020202;
  height: 42px;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 600;
}

.auth-right-google {
  background: #ffffff0d;
  padding: 8px 16px;
  border-radius: 8px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 42px;
}

.auth-right-google-text {
  font-size: 14px;
  color: #ffffffcc;
  margin-top: 20px;
}

.auth-right-divider {
  margin: 12px 0;
  display: flex;
  align-items: center;
}

.auth-right-divider-line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.05);
  width: 45%;
}

.checkbox-label {
  color: #A3A3A3;
  font-size: 14px;
  font-weight: 400;
}


.auth-right-divider-text {
  position: relative;
  color: #A3A3A3;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 1px;
  margin: 0 16px;
}

/*HOME AUTH END*/

/*HOME CHAT AI*/

.ai-chat-container {
  max-width: 968px;
  background: #0d0d0d;
  border: 0.5px solid rgb(38, 38, 38);
}

.ai-chat-heading {
  font-size: 16px;
  margin-bottom: 2px;
}

.ai-chat-subheading {
  font-size: 14px;
  margin: 0;
}

.ai-icon-big {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #54b8b3, #3d8682);
}

.ai-icon-small {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #54b8b3, #3d8682);
}

.user-icon-small {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1b1b1b;
}

.user-icon-small span {
  font-size: 14px;
}

.ai-chat-message-box {
  background: linear-gradient(to right, #0d0d0d, #141c1b);
  border: 0.5px solid rgb(38, 38, 38);
}

.ai-chat-message-box-content {
  font-size: 14px;
}

.ai-chat-message-box-user {
  background: #152f2e;
  border: 0.5px solid #2f6664;
}

.chat-input {
  background: #ffffff0d;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 16px;
  appearance: none;
  border-radius: 12px;
  color: white;
  outline: none;
  resize: none;
}

.chat-input:focus {
  border: 3px solid hsl(var(--primary) / 0.7);
  box-shadow: none;
}

.chat-button {
  background: #60d2cc;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.chat-button:hover {
  background: #50aba7;
}

.testemonials-card {
  background: #0d0d0d;
  border-radius: 12px;
  border: 0.5px solid rgb(38, 38, 38);
  padding: 30px;
}

.testemonials-card:hover {
  /* background: linear-gradient(
    to top left,
    #0d0d0d 0%,
    #0d0d0d 60%,
    hsl(var(--primary) / 0.05) 75%,
    hsl(var(--primary) / 0.1) 100%
  ); */
  border: 1px solid hsl(var(--primary));
}

.testemonials-star {
  width: 20px;
  height: 20px;
  margin-bottom: 24px;
}

.testemonials-text {
  font-size: 18px;
  color: #fafafa;
  margin-bottom: 32px;
}

.testemonials-author {
  font-size: 18px;
  color: #fafafa;
}

.testemonials-role {
  font-size: 14px;
  color: #999999;
  margin-top: 4px;
}

.testemonials-company {
  font-size: 14px;
  margin-top: 8px;
  color: #60d2cc;
}

/*HOME CHAT AI END*/

/*FOOTER*/

.home-footer-logo {
  width: 32px;
  height: 32px;
}

.home-footer-main-text {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 16px;
}

.home-footer-secondary-text {
  cursor: pointer;
  font-size: 14px;
  color: #ffffff99;
}

.home-footer-secondary-text:hover {
  color: #ffffff;
}

.home-footer-desc {
  font-size: 14px;
  color: #ffffff99;
}

.home-footer-desc2 {
  font-size: 14px;
  color: #ffffff66;
}

.home-footer-social {
  font-size: 14px;
  color: #ffffff66;
}

.home-footer-social:hover {
  color: #ffffff;
}

/*FOOTER END*/

.header-logo {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.header-enterprise-wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  /* border: 1px solid red; */
  width: 20vw;
  height: 85px;
  background: #000;
  display: flex;
  justify-content: end;
  align-items: center;
}


.mantine-Select-option:hover {
  background-color: rgb(96, 210, 205, 0.3) !important;
}

.mantine-Menu-item:hover {
  background-color: rgb(96, 210, 205, 0.3) !important;
}



@media (max-width: 1920px) {
  .header-enterprise-wrapper {
    width: 15vw;
  }
}

@media (min-width: 991px) and (max-width: 1500px) {
  .header-enterprise-wrapper {
    width: 10vw;
  }
}

@media (max-width: 576px) {
  .header-enterprise-wrapper {
    width: 30vw;
  }
}

.header-builder-logo {
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.header-builder-wrapper {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  /* border: 1px solid red; */
  width: 3vw;
  height: 70px;
  background: #0d0d0d;
  display: flex;
  justify-content: end;
  align-items: center;
}

@media (max-width: 1920px) {
  .header-builder-wrapper {
    width: 4vw;
  }
}

@media (max-width: 1500px) {
  .header-builder-wrapper {
    width: 6vw;
  }

}

@media (max-height: 900px) {

  .auth-container {
    height: 600px;
    margin-top: 30px;
  }

  .auth-right-container {
    min-height: 600px;
  }

  .auth-left-header {
    font-size: 50px;
    width: 440px;
  }

  .auth-left-btn {
    height: 48px;
  }

  .auth-right-container {
    padding: 16px 140px;
    height: 600px;
  }

  .auth-right-subheader {
    margin-top: 6px;
  }

  .auth-right-tabs-list-item {
    height: 28px;
    padding: 4px 10px;
  }


  .auth-right-input {
    height: 28px;
    padding: 6px;
    font-size: 13px;
  }

  .auth-right-button {
    margin-top: 10px;
    height: 34px;
    padding: 16px 32px;
    font-size: 14px;
  }

  .auth-right-google {
    padding: 8px 16px;
    height: 35px;
  }

  .auth-right-divider {
    margin: 6px 0;
  }

  .hero-login-img {
    height: 600px;
  }

  .auth-right-divider-text {
    font-size: 12px;
    margin: 0 16px;
  }

}

@media (max-width: 991px) {
  .header-builder-wrapper {
    width: 8vw;
  }
}

@media (max-width: 768px) {
  .header-builder-wrapper {
    width: 12vw;
  }
}

@media (max-width: 567px) {
  .header-builder-wrapper {
    width: 15vw;
  }
}

/*****************************
/*    PROJECT CARD 2024     */
/****************************/

.project-card-2024 {
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(46, 46, 46, 0.15);
  background: #000000;
  overflow: hidden;
  cursor: pointer;
  will-change: transform;
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.4);
  transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translateZ(0) scale(1);
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.1s ease-out;
  transform-style: preserve-3d;
  text-decoration: none;
  color: inherit;
}

.guided-card {
  border-radius: 8px;
  border: 1px solid #191919;
  background: linear-gradient(180deg, rgba(96, 210, 205, 0.00) 0%, rgba(96, 210, 205, 0.10) 100%) !important;
}

.guided-image {
  background: linear-gradient(180deg, #000000 0%, #262626 100%);
  width: 100%;
  height: 100%;
}

.quided-image-container {
  padding: 12px 12px 0 12px;
  background: transparent;
}

.start-guided-btn {
  border-radius: 10px;
  background: #60D2CC;
  display: flex;
  height: 30px;
  padding: 6px 12px;
  align-items: center;
  gap: 8px;
  cursor: pointer;

  color: #020202;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}

.project-card-2024:hover {
  text-decoration: none;
  color: inherit;
}

.project-card-2024.selected {
  outline: solid 1px #60D2CD;
}

.project-card-2024.hovered {
  border-color: rgba(96, 210, 205, 0.4);
  box-shadow: 0 30px 60px -15px rgba(96, 210, 205, 0.3),
    0 20px 40px -10px rgba(0, 0, 0, 0.6),
    0 10px 20px -5px rgba(96, 210, 205, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.project-card-dynamic-lighting {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  transform: translateZ(1px);
  transform-style: preserve-3d;
}

.project-card-dynamic-lighting.visible {
  opacity: 1;
}

.project-card-specular-highlight {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  transform: translateZ(2px);
  transform-style: preserve-3d;
}

.project-card-specular-highlight.visible {
  opacity: 1;
}

.project-card-edge-glow {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.project-card-edge-glow.visible {
  opacity: 1;
}

.project-card-images-grid {
  position: relative;
  height: 200px;
  overflow: hidden;
  /* background: rgba(0, 0, 0, 0.6); */
  transform: translateZ(10px);
  transform-style: preserve-3d;
}

.project-card-images-grid-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  height: 100%;
  padding: 8px;
  position: relative;
  z-index: 10;
}

.project-card-image-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(46, 46, 46, 0.2);
  background: rgba(0, 0, 0, 0.2);
  will-change: transform;
  transform: translateX(0) translateY(0) translateZ(0) scale(1);
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
}

.project-card-image-wrapper.hovered {
  border-color: rgba(46, 46, 46, 0.5);
}

.project-card-styled-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  will-change: transform;
  transform: scale(1) translateZ(0);
  transition: transform 0.3s ease-out;
  filter: brightness(1) contrast(1);
  transform-style: preserve-3d;
}

.project-card-styled-image.hovered {
  filter: brightness(1.1) contrast(1.08);
}

.project-card-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(46, 46, 46, 0.2);
}

.project-card-placeholder-box {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(96, 210, 205, 0.1);
  transition: all 0.3s ease;
  transform: scale(1) rotate(0deg) translateZ(0);
  transform-style: preserve-3d;
}

.project-card-placeholder-box.hovered {
  /* transform: scale(1.1) rotate(90deg) translateZ(10px); */
}

.project-card-dynamic-shadow-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.4;
  transition: opacity 0.2s ease;
}

.project-card-dynamic-shadow-overlay.hovered {
  opacity: 0.6;
}

.project-card-image-specular-highlight {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.project-card-image-specular-highlight.visible {
  opacity: 1;
}

.project-card-quick-actions {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 20;
  opacity: 0;
  transform: translateY(-8px) translateZ(0);
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
}

.project-card-quick-actions.visible {
  opacity: 1;
  transform: translateY(0) translateZ(50px);
}

.project-card-quick-action-button {
  border-radius: 8px;
  padding: 8px;
  backdrop-filter: blur(40px);
  border: 1px solid rgba(46, 46, 46, 0.3);
  background: rgba(0, 0, 0, 0.8);
  will-change: transform;
  transition: all 0.2s ease;
  cursor: pointer;
}

.project-card-quick-action-button:hover {
  /* transform: scale(1.1); */
}

.project-card-quick-action-button.primary:hover {
  border-color: rgba(96, 210, 205, 0.6);
  background: rgba(96, 210, 205, 0.15);
}

.project-card-content-section {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 10;
  transform: translateZ(0);
  transition: transform 0.3s ease-out;
  transform-style: preserve-3d;
}

.project-card-content-section.hovered {
  transform: translateZ(20px);
}

.project-card-title-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.project-card-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.project-card-project-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #ffffff;
  transform: translateX(0) translateZ(0);
  transition: color 0.2s ease, transform 0.15s ease-out;
  transform-style: preserve-3d;
  will-change: transform;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.project-card-project-title.hovered {
  color: #60D2CD;
}

.project-card-styled-badge {
  flex-shrink: 0;
  transform: scale(1) translateZ(0);
  transition: all 0.2s ease;
  transform-style: preserve-3d;
}

.project-card-styled-badge.hovered {
  transform: translateZ(8px);
  box-shadow: 0 4px 12px -4px rgba(96, 210, 205, 0.5);
}

.project-card-experiences-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.project-card-pulsing-dot {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #60D2CD;
  box-shadow: 0 0 8px rgba(96, 210, 205, 0.6);
  transform: translateZ(0);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transform-style: preserve-3d;
}

.project-card-pulsing-dot.hovered {
  box-shadow: 0 0 12px #60D2CD;
  transform: translateZ(5px);
}

.project-card-pulsing-dot::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #60D2CD;
  animation: project-card-ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes project-card-ping {

  75%,
  100% {
    opacity: 0;
  }
}

.project-card-experiences-text {
  font-size: 12px;
  font-weight: 500;
  color: rgba(163, 163, 163, 1);
  transform: translateZ(0);
  transition: color 0.2s ease, transform 0.2s ease;
  transform-style: preserve-3d;
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}

.project-card-experiences-text.hovered {
  color: rgba(255, 255, 255, 0.8);
  transform: translateZ(5px);
}

.project-card-footer-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid rgba(46, 46, 46, 0.15);
  transform: translateZ(0);
  transition: border-color 0.2s ease, transform 0.2s ease;
  transform-style: preserve-3d;
}

.project-card-footer-section.hovered {
  border-top-color: rgba(46, 46, 46, 0.3);
  transform: translateZ(10px);
}

.project-card-owner-section {
  display: flex;
  align-items: center;
  gap: 8px;
}

.guided-owner-section {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.project-card-avatar-wrapper {
  position: relative;
  transform: scale(1) translateZ(0);
  box-shadow: 0 0 0 2px rgba(46, 46, 46, 0.2);
  border-radius: 50%;
  transition: all 0.2s ease;
  transform-style: preserve-3d;
}

.project-card-avatar-wrapper.hovered {
  transform: translateZ(12px);
  box-shadow: 0 0 0 2px rgba(96, 210, 205, 0.5), 0 6px 16px -4px rgba(96, 210, 205, 0.4);
}

.project-card-online-indicator {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  background: #34d399;
  border-radius: 50%;
  border: 2px solid #000000;
  box-shadow: 0 0 8px rgba(52, 211, 153, 0.6);
  transform: translateZ(0);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transform-style: preserve-3d;
}

.project-card-online-indicator.hovered {
  box-shadow: 0 0 12px #34d399;
  transform: translateZ(2px);
}

.project-card-owner-name {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  transform: translateZ(0);
  transition: color 0.2s ease, transform 0.2s ease;
  transform-style: preserve-3d;
}

.project-card-owner-name.hovered {
  color: #ffffff;
  transform: translateZ(8px);
}

.project-card-updated-time {
  font-size: 10px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid rgba(46, 46, 46, 0.2);
  color: rgba(163, 163, 163, 1);
  background: rgba(0, 0, 0, 0.4);
  transform: translateZ(0);
  transition: transform 0.2s ease;
  transform-style: preserve-3d;
}

.project-card-updated-time.hovered {
  transform: translateZ(8px);
}

.project-card-rename-input-wrapper {
  flex: 1;
}

@media (prefers-reduced-motion: reduce) {

  .project-card-2024,
  .project-card-2024 * {
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}

/* ========================================== */
/* Solution Card 2024 Styles */
/* ========================================== */

.solution-card-2024 {
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(46, 46, 46, 0.15);
  background: #000000;
  overflow: visible;
  cursor: pointer;
  transform-style: preserve-3d;
  will-change: transform;
  backface-visibility: hidden;
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.solution-card-2024.hovered {
  z-index: 9;
  border-color: rgba(96, 210, 205, 0.4);
  box-shadow: 0 30px 60px -15px rgba(96, 210, 205, 0.3),
    0 20px 40px -10px rgba(0, 0, 0, 0.6),
    0 10px 20px -5px rgba(96, 210, 205, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.solution-card-2024:hover {
  text-decoration: none;
  color: inherit;
}

.solution-card-2024.selected {
  border-color: #60D2CD;
  outline: solid 1px #60D2CD;
}

/* Dynamic Lighting Effects */
.solution-card-dynamic-lighting {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  transform: translateZ(1px);
  transform-style: preserve-3d;
}

.solution-card-dynamic-lighting.visible {
  opacity: 1;
}

.solution-card-specular-highlight {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  transform: translateZ(2px);
  transform-style: preserve-3d;
}

.solution-card-specular-highlight.visible {
  opacity: 1;
}

.solution-card-edge-glow {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.solution-card-edge-glow.visible {
  opacity: 1;
}

/* Status Badge */
.solution-card-status-wrapper {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 20;
  animation: fadeInUp 0.3s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Inner container to handle overflow */
.solution-card-2024>a {
  display: block;
}

.solution-card-image-container {
  position: relative;
  left: 1%;
  width: 98%;
  top: 2px;
  height: 200px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 12px 12px 0 0;
  transform: translateZ(10px);
  transform-style: preserve-3d;
}

.solution-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  will-change: transform;
  transform: translateX(0) translateY(0) translateZ(0) scale(1);
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  border-radius: 12px 12px 0 0;
}

.solution-card-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  will-change: transform;
  transform: scale(1) translateZ(0);
  transition: transform 0.3s ease-out;
  filter: brightness(1) contrast(1);
  transform-style: preserve-3d;
}

.solution-card-image.hovered {
  filter: brightness(1.1) contrast(1.08);
}

.solution-card-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.solution-card-image-overlay.visible {
  opacity: 1;
}

/* Dynamic Shadow Overlay */
.solution-card-dynamic-shadow-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.4;
  transition: opacity 0.2s ease;
}

.solution-card-dynamic-shadow-overlay.hovered {
  opacity: 0.6;
}

/* Image Specular Highlight */
.solution-card-image-specular-highlight {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.solution-card-image-specular-highlight.visible {
  opacity: 1;
}

/* Quick Actions */
.solution-card-quick-actions {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 20;
  opacity: 0;
  transform: translateY(-8px) translateZ(0);
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
}

.solution-card-quick-actions.visible {
  opacity: 1;
  transform: translateY(0) translateZ(50px);
}

.solution-card-quick-action-button {
  border-radius: 8px;
  padding: 8px;
  backdrop-filter: blur(40px);
  border: 1px solid rgba(46, 46, 46, 0.3);
  background: rgba(0, 0, 0, 0.8);
  will-change: transform;
  transition: all 0.2s ease;
  cursor: pointer;
}

.solution-card-quick-action-button.primary:hover {
  border-color: rgba(96, 210, 205, 0.6);
  background: rgba(96, 210, 205, 0.15);
}

/* Content Section */
.solution-card-content-section {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 10;
  transform: translateZ(0);
  transition: transform 0.3s ease-out;
  transform-style: preserve-3d;
}

.solution-card-content-section.hovered {
  transform: translateZ(20px);
}

.solution-card-title-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.solution-card-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.solution-card-solution-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #ffffff;
  transform: translateX(0) translateZ(0);
  transition: color 0.2s ease, transform 0.15s ease-out;
  transform-style: preserve-3d;
  will-change: transform;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.solution-card-solution-title.hovered {
  color: #60D2CD;
}

.solution-card-styled-badge {
  flex-shrink: 0;
  transform: scale(1) translateZ(0);
  transition: all 0.2s ease;
  transform-style: preserve-3d;
}

.solution-card-styled-badge.hovered {
  transform: translateZ(8px);
  box-shadow: 0 4px 12px -4px rgba(96, 210, 205, 0.5);
}

.solution-card-rename-input-wrapper {
  flex: 1;
}

.solution-card-project-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.solution-card-project-text {
  font-size: 12px;
  font-weight: 500;
  color: rgba(163, 163, 163, 1);
  transform: translateZ(0);
  transition: color 0.2s ease, transform 0.2s ease;
  transform-style: preserve-3d;
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}

.solution-card-project-text.hovered {
  color: rgba(255, 255, 255, 0.8);
  transform: translateZ(5px);
}

/* Footer Section */
.solution-card-footer-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid rgba(46, 46, 46, 0.15);
  transform: translateZ(0);
  transition: border-color 0.2s ease, transform 0.2s ease;
  transform-style: preserve-3d;
}

.solution-card-footer-section.hovered {
  border-top-color: rgba(46, 46, 46, 0.3);
  transform: translateZ(10px);
}

.solution-card-owner-section {
  display: flex;
  align-items: center;
  gap: 8px;
}

.solution-card-avatar-wrapper {
  position: relative;
  transform: scale(1) translateZ(0);
  box-shadow: 0 0 0 2px rgba(46, 46, 46, 0.2);
  border-radius: 50%;
  transition: all 0.2s ease;
  transform-style: preserve-3d;
}

.solution-card-avatar-wrapper.hovered {
  transform: translateZ(12px);
  box-shadow: 0 0 0 2px rgba(96, 210, 205, 0.5), 0 6px 16px -4px rgba(96, 210, 205, 0.4);
}

.solution-card-owner-name {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  transform: translateZ(0);
  transition: color 0.2s ease, transform 0.2s ease;
  transform-style: preserve-3d;
}

.solution-card-owner-name.hovered {
  color: #ffffff;
  transform: translateZ(8px);
}

.solution-card-updated-time {
  font-size: 10px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid rgba(46, 46, 46, 0.2);
  color: rgba(163, 163, 163, 1);
  background: rgba(0, 0, 0, 0.4);
  transform: translateZ(0);
  transition: transform 0.2s ease;
  transform-style: preserve-3d;
  margin: 0;
}

.solution-card-updated-time.hovered {
  transform: translateZ(8px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .solution-card-2024 {
    transform: none !important;
  }

  .solution-card-image-container {
    height: 180px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .solution-card-2024,
  .solution-card-2024 * {
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}

/* Spotlight animation */
/* @keyframes spotlight {
  0% {
    opacity: 0;
    transform: translate(-72%, -62%) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -40%) scale(1);
  }
}

.animate-spotlight {
  animation: spotlight 2s ease 0.75s 1 forwards;
} */





/* WALK THROUGH */

.walk-through-dropdown {
  padding: 7.5px 20px;
  border-radius: 16px;
  border: 1px solid #141414;
  background: #0D0D0D;
  box-shadow: 0 8px 12px 0 rgba(153, 153, 153, 0.12);
  width: 248px;
  transform: translateY(-8px);
}


.walk-through-item {
  border-bottom: 1px solid #1F1F1F;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;

  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.28px;
}

.walk-through-item:last-child {
  border-bottom: none;
}

.walk-through-item:hover {
  color: #FAFAFA;
}

/* Spline Scene Spotlight Effect */
.spline-scene-spotlight {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(96, 210, 205, 0.50) 0%, rgba(96, 210, 205, 0.25) 20%, transparent 50%);
  border-radius: 50%;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.mantine-InputWrapper-root {
  background: transparent !important;
}



/* WALKTHROUGH START */

@keyframes pulseWalkthrough {
  0% {
    box-shadow: 0 0 0 0 rgba(49, 212, 204, 0.4);
  }
  50% {
    box-shadow: 0 0 25px 25px rgba(25, 153, 147, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(72, 231, 223, 0.4);
  }
}

.walkthrough-side-menu.highlight,
.walkthrough-overview-side-menu.highlight,
.walkthrough-segmentation-side-menu.highlight,
.walkthrough-texture-side-menu.highlight,
.walkthrough-rigging-side-menu.highlight,
.walkthrough-stylization-side-menu.highlight,
.walkthrough-dropdown.highlight,
.walkthrough-prompt-bar.highlight,
.walkthrough-prompt-bar-wrapper.highlight,
.walkthrough-dropdown-action.highlight,
.walkthrough-dropdown.highlight,
.walkthrough-right-side-menu.highlight,
.walkthrough-top-menu.highlight,
.walkthrough-upgrade-section.highlight,
.walkthrough-top-bar-section.highlight,
.walkthrough-prompt-bar-random-txt-button.highlight

{
  border: 1px solid #60D2CD !important;
  background: rgba(96, 210, 205, 0.15) !important;
  z-index: 99999;
  border-radius: 16px;
  pointer-events: none !important;

  animation: pulseWalkthrough 1.5s infinite;
}
.walkthrough-top-menu.highlight{
  border-radius: 8px;
}
.walkthrough-overview-side-menu.highlight,
.walkthrough-segmentation-side-menu.highlight,
.walkthrough-texture-side-menu.highlight,
.walkthrough-rigging-side-menu.highlight,
.walkthrough-stylization-side-menu.highlight
{
  border-radius: 0px;
}
.walkthrough-class{
  border: 1px solid #60D2CD !important;
  background: rgba(96, 210, 205, 0.15) !important;
  z-index: 99999;
  border-radius: 16px;
  pointer-events: none !important;
  padding: 10px;

  animation: pulseWalkthrough 1.5s infinite;
}

.walkthrough-disable-class{
  opacity: 0.1;
  pointer-events: none !important;

}


/* WALKTHROUGH END */

.pricing-enterprise-color {
  background: linear-gradient(
    90deg,
    #a3fff9 0%,
    #86c4f6 31.22%,
    #954de1 58.52%,
    #c386e8 75.24%,
    #ff49da 91.03%,
    #f45b63 104.5%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
