.admin-bar {
  color: white;
  padding: 8px 0;
  font-size: 14px;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.admin-bar.development {
  background-color: #6f42c1;
}

.admin-bar.production {
  background-color: #dc3545;
}

.admin-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admin-bar .prod-link,
.admin-bar .dev-link {
  color: white;
  text-decoration: underline;
  margin-left: 10px;
}

.admin-bar .prod-link:hover,
.admin-bar .dev-link:hover {
  color: #e9ecef;
}

.admin-bar .dropdown-menu {
  margin-top: 0.5rem;
}

.admin-bar .nav-link {
  color: white;
  padding: 0.25rem 0.5rem;
}

.admin-bar .nav-link:hover {
  color: #e9ecef;
}

.admin-bar .dropdown-item {
  color: #212529;
}

.admin-bar .dropdown-item:hover {
  background-color: #f8f9fa;
} 
div.scr-info-box {
    background-color: #F3F3F3;
    border-radius: 8px;
    padding: 25px 15px 10px 15px;
    margin-bottom: 15px;
    border: 1px solid #E3E3E3;
    margin-right: 1rem;
}

div.scr-info-box h5 {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

div.action-buttons {
}

div.action-buttons svg {
    margin-right: 10px;
}

div.action-buttons a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    border-radius: 8px;
    margin-bottom: 10px;
}
body {
  background-color: #efefef !important;
}

.hero {
  height: calc(100vh - 56px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 20px;
  border-radius: 8px;
}

.heroContent {
  position: absolute;
  text-align: center;
  z-index: 2;
  max-width: 500px;
  top: 30%;
  transform: translateY(-50%);
}

.heroTitle {
  color: #171717;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}

.heroText {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 32px;
}

.signUp {
  display: inline-flex;
  align-items: center;
  height: 52px;
  padding: 0 56px;
  border-radius: 200px;
  background-color: #1d78d1;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.videoElement {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.whatIsSeeClick {
  display: flex;
  height: 800px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #1e1e1e;
  min-width: 100%;
  position: relative;
  margin-bottom: 120px;
}

.whatIsSeeClickSlider {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  transition: transform 0.8s ease-in-out;
  will-change: transform;
  padding-bottom: 60px;
}

.whatIsSeeClickSlide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 48px 32px;
  padding-bottom: 64px;
  min-width: 100%;
}

.whatIsSeeClickSlideLeft {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.whatIsSeeClickSlideRight {
  height: 45%;
  flex-shrink: 0;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.whatIsSeeClickSlideLeftArrowWrapper {
  width: 45px;
  height: 64px;
  position: relative;
  margin-bottom: 36px;
}

.whatIsSeeClickSlideLeftArrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whatIsSeeClickSlideLeftTitle {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 32px;
  max-width: 340px;
}

.whatIsSeeClickSlideLeftTitleLightBlue {
  color: #98c6f4;
}

.whatIsSeeClickSlideLeftTitleBlue {
  color: #4d9deb;
}

.whatIsSeeClickSlideLeftText {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  max-width: 340px;
}

.whatIsSeeClickNav {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  gap: 8px;
  z-index: 1;
  display: flex;
  gap: 8px;
  align-items: center;
}

.whatIsSeeClickNavDot {
  width: 8px;
  height: 8px;
  background-color: #4d4d4d;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  cursor: pointer;
}

.whatIsSeeClickNavDotActive {
  width: 29px;
  border-radius: 200px;
  background-color: #e9e9e9;
}

.ourKeyFeaturesNav {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  gap: 8px;
  z-index: 1;
  display: flex;
  gap: 8px;
  align-items: center;
}

.ourKeyFeaturesNavDot {
  width: 8px;
  height: 8px;
  background-color: #bababa;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  cursor: pointer;
}

.ourKeyFeaturesNavDotActive {
  width: 29px;
  border-radius: 200px;
  background-color: #171717;
}

.theUltimate {
  padding: 0 20px;
  margin-bottom: 120px;
}

.theUltimateTitle {
  color: #121212;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 40px;
  text-align: center;
}

.theUltimateContentSidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
  order: 2;
}

.theUltimateContentSidebarItem {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  border-radius: 20px;
  background-color: #f5faff;
}

.theUltimateContentSidebarItemTitle {
  position: relative;
  color: #121212;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding-right: 32px;
  cursor: pointer;
}

.accordeonArrow {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.theUltimateContentSidebarItemActive .accordeonArrow {
  transform: translateY(-50%) rotate(180deg);
}

.theUltimateContentSidebarItemText {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 250ms ease-in-out;
  overflow: hidden;
}

.theUltimateContentSidebarItemActive .theUltimateContentSidebarItemText {
  visibility: visible;
  opacity: 1;
  height: fit-content;
  margin-top: 16px;
}

.theUltimateContentImageWrapper {
  width: 100%;
  height: 290px;
  flex-shrink: 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.theUltimateContent {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.theUltimateContentImage {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.seeItInAction {
  margin-bottom: 120px;
}

.seeItInActionTitle {
  color: #121212;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 64px;
}

.seeItInActionLogos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  padding: 0 40px;
  overflow-x: auto;
}

.seeItInActionLogos svg {
  flex-shrink: 0;
}

.ourKeyFeatures {
  margin-bottom: 120px;
  padding: 0 10px;
  overflow: hidden;
  min-width: 100%;
  padding-bottom: 40px;
  position: relative;
}

.ourKeyFeaturesTitle {
  color: #121212;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 40px;
}

.ourKeyFeaturesListItemText {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: -12px;
}

.ourKeyFeaturesListItemTextSmall {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: -12px;
  padding: 0 24px;
}

.ourKeyFeaturesList {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-shrink: 0;
  transition: transform 0.8s ease-in-out;
  will-change: transform;
}

.ourKeyFeaturesListItem {
  width: 100%;
  border-radius: 20px;
  background-color: #f5faff;
  flex-shrink: 0;
}

.ourKeyFeaturesListItemTitle {
  color: #121212;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 32px;
}

.ourKeyFeaturesListItemTitleSmall {
  color: #121212;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 28px;
  padding: 0 24px;
  margin-top: auto;
}

.ourKeyFeaturesListItemImageWrapper {
  width: 100%;
  height: 450px;
  position: relative;
}

.ourKeyFeaturesListItemImageSmallWrapper {
  width: 310px;
  height: 390px;
  position: relative;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 64px;
}

.ourKeyFeaturesListItemImage {
  object-fit: contain;
  object-position: bottom right;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ourKeyFeaturesListItemImageSmall {
  object-fit: contain;
  object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.poweringBuilding {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 30px;
}

.poweredBy {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fcfcfc;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 12px;
}

.projectTitle {
  color: #fcfcfc;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 36.8px */
  margin-bottom: 16px;
}

.projectText {
  color: #fcfcfc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.projectImage {
  object-fit: cover;
  object-position: top center;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.projectImageWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 71%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
}

.ourClients {
  min-width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 120px;
  position: relative;
}

.ourClientsTitle {
  color: #121212;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 64px;
}

.ourClientsList {
  display: flex;
  gap: 20px;
  min-height: 550px;
  margin: 0 10px;
  flex-shrink: 0;
  transition: transform 0.8s ease-in-out;
  will-change: transform;
}

.ourClientsListItem {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.ourClientsListItemLeft {
  width: 100%;
  height: 390px;
  position: relative;
}

.ourClientsListItemImage {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.ourClientsListItemRight {
  width: 100%;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  background-color: #121212;
  padding: 24px;
}

.ourClientsListItemText {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.ourClientsListItemPerson {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}

.ourClientsListItemPersonName {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 8px;
}

.ourClientsListItemPersonPosition {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.faq {
  margin-bottom: 120px;
}

.faqList {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  max-width: 940px;
  padding: 0 10px;
  margin: auto;
}

.faqTitle {
  color: #121212;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 40px;
}

.faqQuestion {
  border-radius: 5px;
  background-color: #f5f5f5;
  transition: all 250ms ease-in-out;
  padding: 16px 24px;
}

.faqQuestionQ {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}

.faqQuestionA {
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 250ms ease-in-out;
  overflow: hidden;
}

.faqQuestionOpened {
  background-color: #fcfcfc;
}

.faqQuestionOpened .faqQuestionA {
  visibility: visible;
  opacity: 1;
  height: fit-content;
  margin-top: 16px;
}

.faqArrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
  width: 20px;
  height: 20px;
  transition: all 250ms ease-in-out;
}

.faqQuestionOpened .faqArrow {
  transform: translate(0, -50%) rotate(0);
}

.ourKeyFeaturesListItemNoImage {
  display: flex;
  flex-direction: column;
  min-height: 600px;
}

.ourKeyFeaturesListItemNoImageTitle {
  margin-top: auto;
}

.blackBg {
  background-color: #121212;
}

.blackBg .ourKeyFeaturesListItemNoImageTitle,
.blackBg .ourKeyFeaturesListItemTextSmall {
  color: #fff;
}

.scheduleDemo {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background-color: #1e1e1e;
  padding: 90px 20px 140px 20px;
}

.scheduleDemoTitle {
  max-width: 200px;
  color: #bad9f7;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 90px;
}

.scheduleDemoTitle span {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out;
}

.scheduleDemoTitleBlue {
  color: #4d9deb;
}

.scheduleDemoButtonWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.scheduleDemoButtonVideo {
  display: none;
  width: 236px;
  height: 236px;
  position: absolute;
  right: -276px;
  bottom: -156px;
  transform: rotate(-18.638deg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.scheduleDemoButton {
  display: inline-flex;
  align-items: center;
  height: 52px;
  padding: 0 56px;
  border-radius: 200px;
  background-color: #1d78d1;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out;
}

.scheduleDemoButton:hover + .scheduleDemoButtonVideo {
  opacity: 1;
  visibility: visible;
}

.scheduleDemoTitle span.visible,
.scheduleDemoButton.visible {
  opacity: 1;
  visibility: visible;
}

.scheduleDemoArrowWrapper {
  width: 150px;
  height: 150px;
  position: relative;
  transform: rotate(-18.638deg);
  margin: auto;
  margin-bottom: 16px;
}

.scheduleDemoArrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.faqViewAll {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.faqViewAllButton {
  display: inline-flex;
  align-items: center;
  height: 52px;
  padding: 0 56px;
  border-radius: 200px;
  background-color: #1d78d1;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 250ms ease-in-out;
}

.faqViewAllButton:hover {
  background-color: #1565c0;
  color: #fff;
  text-decoration: none;
}

.ourClientsNav {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  gap: 8px;
  z-index: 1;
  display: flex;
  gap: 8px;
  align-items: center;
}

.ourClientsNavDot {
  width: 8px;
  height: 8px;
  background-color: #bababa;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  cursor: pointer;
}

.ourClientsNavDotActive {
  width: 29px;
  border-radius: 200px;
  background-color: #171717;
}

.hero .heroVideoDesktop {
  display: none;
}

@media (min-width: 768px) {
  .scheduleDemoArrowWrapper {
    display: none;
  }

  .hero .video {
    display: flex;
  }

  .heroContent {
    top: 72px;
    transform: none;
  }

  .heroTitle {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .whatIsSeeClickSlide {
    flex-direction: row;
    padding: 100px 40px;
  }

  .whatIsSeeClickSlideLeft {
    flex-grow: 1;
    margin-right: 20px;
    justify-content: center;
    margin-bottom: 0;
  }

  .whatIsSeeClickSlideRight {
    width: 64%;
    height: 100%;
  }

  .whatIsSeeClickNav {
    left: 40px;
    bottom: 100px;
    transform: none;
  }

  .theUltimateContent {
    flex-direction: row;
  }

  .theUltimateContentImageWrapper {
    width: 64%;
    height: auto;
    margin-bottom: 0;
    order: 2;
  }

  .theUltimateContentSidebarItemTitle {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }

  .theUltimateContentSidebarItem {
    padding: 24px;
  }

  .theUltimateContentSidebar {
    order: 1;
  }

  .theUltimateTitle {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 64px;
  }

  .theUltimateContentSidebarItemText {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }

  .seeItInActionTitle {
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }

  .seeItInActionLogos {
    gap: 60px;
    padding: 0 60px;
    overflow-x: unset;
  }

  .ourKeyFeatures {
    padding: 0 20px;
    padding-bottom: 0;
  }

  .ourKeyFeaturesTitle {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 64px;
  }

  .ourKeyFeaturesListItem {
    width: calc(33.33% - 14px);
    padding-bottom: 32px;
  }

  .ourKeyFeaturesNavDot {
    display: none;
  }

  .poweringBuilding {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 120px;
  }

  .ourClientsList {
    margin: 0 20px;
  }

  .ourClientsListItemLeft {
    width: 50%;
    height: auto;
  }

  .ourClientsListItemRight {
    width: 50%;
    padding: 24px;
  }

  .ourClientsListItem {
    width: 50%;
    flex-direction: row;
  }

  .faqTitle {
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 48px;
  }

  .faqList {
    gap: 16px;
  }

  .scheduleDemoTitle {
    max-width: 620px;
    font-size: 120px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    margin-bottom: 40px;
  }

  .scheduleDemo {
    background-color: #212121;
    padding: 200px 20px;
  }

  .ourClientsNav {
    display: none;
  }

  .ourClients {
    padding-bottom: 0;
  }

  .scheduleDemoButtonVideo {
    display: block;
  }

  .ourKeyFeaturesListItemImageWrapper {
    height: 525px;
  }

  .hero .heroVideoDesktop {
    display: block;
  }

  .hero .heroVideoMobile {
    display: none;
  }

  .withBorder {
    border: 1px solid #4d4d4d;
  }
}
div.legal-container {
    max-width: 700px; /* Limit the width of the text */
    margin: 0 auto; /* Center the container */
    padding: 20px; /* Add padding around the text */
    font-family: Arial, sans-serif; /* Use a clean, readable font */
    line-height: 1.6; /* Increase line height for better readability */
}

.legal-container h1, .legal-container h2 {
    margin-top: 20px; /* Add space above headers */
}

.legal-container ul {
    list-style-type: disc; /* Use disc bullets */
    margin-left: 20px; /* Indent the lists */
}

.legal-container p, .legal-container ul {
    margin-bottom: 20px; /* Add space below paragraphs and lists */
}

.legal-container a {
    color: #007bff; /* Style links with a color */
    text-decoration: none; /* Remove underline from links */
}
a.button {
	padding: 10px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
}

.btn-black {
	background-color: #111;
	color: #fff;
}

.btn-rounded {
	border-radius: 200px;
}

#nav-button-logout {
	background-color: #111;
	color: #fff;
	font-size: 12px;
	padding: 5px 20px;
	box-shadow: none;
	cursor: pointer;
	background-image: none;
	border: 1px solid #111;
	border-radius: 200px;
}

nav.scr-breadcrumb {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

nav.scr-breadcrumb ul {
	display: flex;
	list-style: none;
}

nav.scr-breadcrumb ul li {
	padding: 0px;	
	font-size: 12px;
	font-weight: 500;
}

nav.scr-breadcrumb ul li a {
	text-decoration: none;
}

.scr-nav .navbar-brand img#logo-img {
	max-width: 16px;
}

.scr-nav .navbar-brand img#wordmark-img {
	max-width: 90px;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.leads-filters {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 0.5rem;
}

.view-toggle {
  padding: 0.5rem 1rem;
  border: 1px solid #dee2e6;
  transition: all 0.2s ease-in-out;
}

.view-toggle:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.view-toggle:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.view-toggle.active {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.view-toggle:not(.active):hover {
  background-color: #f8f9fa;
}

/* Icon and Text Styles */
.view-toggle .icon svg path {
  fill: #6c757d;
  stroke: #6c757d;
  transition: all 0.2s ease-in-out;
}

.view-toggle .text {
  color: #6c757d;
  transition: color 0.2s ease-in-out;
}

/* Active State */
.view-toggle.active .icon svg path {
  fill: white;
  stroke: white;
}

.view-toggle.active .text {
  color: white;
}

/* Hover State */
.view-toggle:not(.active):hover .icon svg path {
  fill: #495057;
  stroke: #495057;
}

.view-toggle:not(.active):hover .text {
  color: #495057;
}

.card {
  transition: transform 0.2s;
}

.card:hover {
  transform: translateY(-2px);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 123, 255, 0.05);
}

.btn-group-sm .btn {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.btn-group-sm .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-sm .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-action {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #6c757d;
  transition: all 0.2s ease-in-out;
}

.btn-action:hover {
  background-color: #e9ecef;
  color: #495057;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.btn-action-active {
  background-color: #000;
  color: #495057;
  border-color: #dee2e6;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.btn-action-danger {
  color: #dc3545;
}

.btn-action-danger:hover {
  background-color: #dc3545;
  color: white;
} 
#small-form-well {
	max-width: 420px;
}

div.actions {
	padding-top: 20px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */


* {
	font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;	
}

body {
  background-color: #f7f9fa;
}


div.container-cs {
  background-color: #B2D3FF;
  height: calc(100vh - 56px);
}

div.container-cs img {
  margin: 100px auto 50px auto;
}

div.container-cs h1 {
  font-size: 24px;
  font-weight: 400;
}

/* Breadcrumb */
.breadcrumb-container {
  padding: 20px 15px 5px 15px;
  margin-bottom: 10px;
  background-color: #F3F3F3;
}

/* Pagination Wrapper */
.pagination {
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* Individual Page Items */
.pagination .page-item {
  margin: 0 5px;
  display: inline-block;
}

/* Links inside Pagination Items */
.pagination .page-item a,
.pagination .page-item span {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none;
}

/* First and Last Pagination Items */
.pagination .page-item:first-child a,
.pagination .page-item:first-child span {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.pagination .page-item:last-child a,
.pagination .page-item:last-child span {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* Hover and Focus States */
.pagination .page-item a:hover,
.pagination .page-item a:focus {
  color: #0056b3;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* Active State */
.pagination .page-item.active a,
.pagination .page-item.active span,
.pagination .page-item.active a:hover,
.pagination .page-item.active span:hover,
.pagination .page-item.active a:focus,
.pagination .page-item.active span:focus {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  cursor: default;
}

/* Disabled State */
.pagination .page-item.disabled span,
.pagination .page-item.disabled span:hover,
.pagination .page-item.disabled span:focus,
.pagination .page-item.disabled a,
.pagination .page-item.disabled a:hover,
.pagination .page-item.disabled a:focus {
  color: #6c757d;
  background-color: #fff;
  border-color: #dee2e6;
  cursor: not-allowed;
}

.leads-filters {
  margin: 0;
  padding: 15px 15px 5px 20px;
  background-color: #f8f9fa;
}
.simple-tom-select {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;	
}
.simple-tom-select .ts-control, .simple-tom-select .ts-wrapper.single .ts-control input, .simple-tom-select .ts-control input  {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  border: none;
  color: var(--bs-body-color);
}

div.standard-page-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.editable-cell {
  position: relative;
}
.edit-text {
  display: none;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #007bff;
  font-size: 0.8em;
  cursor: pointer;
}
.editable-cell:hover .edit-text {
  display: inline;
}

.c-pointer {
  cursor: pointer;
}

.text-bg-scr {
  background-color: #F5F5F5;
  color: #000 !important;
  border: 1px solid #E0E0E0;
}

.text-bg-scr b {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 9px;
}

.text-bg-scr a {
  color: #000;
}

.btn-light {
  border: 1px solid #E0E0E0 !important;
}
