@font-face {
	font-family: 'IBM Plex Sans';
	font-display: swap;
	src: url("/portal/IBMPlexSans-Regular.68e24ff2.woff2") format("woff2"), url("/portal/IBMPlexSans-Regular.7cd44312.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'IBM Plex Sans Medium';
	font-display: swap;
	src: url("/portal/Ibmplexsanstext.a6c2c52d.woff2") format("woff2"), url("/portal/Ibmplexsanstext.2928c8d5.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-display: swap;
	src: local('IBM Mono'), url('/portal/IBMPlexMono-Regular.75681fcc.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

body {
	padding: 0 !important;
	/* font-family: 'IBM Plex Sans'; */
	font-family: 'IBM Plex Sans Medium';
	margin: 0;
	background: #F6F7F9;
	color: #2A2E41;
	font-weight: 400;
	min-height: 100vh;
	height: 100%;
	font-size: 18px;
	letter-spacing: .4px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}


.body-overlay {
	overflow: hidden;
}

a {
	display: inline-block;
	transition: all .3s ease-in-out;
}

.container {
	max-width: 1256px;
	width: 100%;
	margin: 0 auto;
	padding-left: 200px;
	padding-right: 200px;
}
.page-wrapper  input {
	font-family: 'IBM Plex Sans';
}
header {
	position: fixed;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	left: 0;
	top: 0px;
	z-index: 10;
	background: #F6F7F9;
	transition: all .3s ease-in-out;
}

header.header-on-scroll {
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0px 0px 4px rgb(72 78 112 / 12%);
}

.header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo-link {
	margin-right: 69px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-link:hover {
	transform: scale(1.05);
}

.mobile-hamburger {
	display: none;
}

.log-in-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.log-out-btn {
	margin-right: 13px;
	cursor: pointer;
	border-radius: 8px;
	height: 40px;
	width: 135px;
	font-family: 'IBM Plex Sans Medium';
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	color: #0053FF;
	border: 2px solid white;
}

.log-out-btn:hover {
	opacity: .8;
	border-color: #0053FF;
}

.user-info p {
	margin: 0;
	font-size: 16px;
	line-height: 21px;
	color: #2A2E41;
	max-width: 145px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.user-info p:nth-child(1) {
	font-family: 'IBM Plex Sans';
	font-weight: 100;
}

nav a {
	font-family: 'IBM Plex Sans Medium';
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #2A2E41;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-right: 32px;
}

nav a::after {
	content: "";
	transition: all .5s ease-in-out;
}

nav a:hover::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #0053FF;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.router-link-exact-active::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #0053FF;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.page-name-mobile {
	display: none;
}

.page-wrapper .action-wrapper > .title > h5 {
	font-family: 'IBM Plex Sans Medium';
}
@media (max-width:1260px) {
	header {
		padding-left: 15px;
		padding-right: 15px;
	}

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header-wrapper.container {
		padding: 0;
	}
}

@media (max-width:1024px) {
	.logo-link {
		margin-right: 20px;
	}

	nav a {
		margin-right: 10px;
	}

	.log-out-btn {
		width: 100px;
	}
}

.nav-menu-mobile {
	display: none;
}

@media (max-width:767px) {

	.close-icon {
		display: none;
	}
	.hamburger-icon {
		display: inline-block
	}
	.body-overlay .mobile-hamburger .hamburger-icon{
		display: none;
	  }
  
	.body-overlay .mobile-hamburger .close-icon{
         display: inline-block
	  }
	.log-in-wrapper {
		display: none;
	}

	header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header-wrapper .nav-desktop {
		display: none;
	}

	.nav-menu-mobile.is-open {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 10;
		background: rgba(42, 46, 65, 0.95);
	}

	.mobile-hamburger {
		position: relative;
		z-index: 11;
		cursor: pointer;
		transition: all .3s ease-in-out;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 32px;
		height: 21px;
	}

	.mobile-menu-wrapper {
		display: flex;
		flex-direction: column;
		margin: 70px 25px 80px;
	}

	.mobile-menu-wrapper nav {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		border-bottom: 1px dashed #FFFFFF;
	}

	.mobile-menu-wrapper nav a {
		font-weight: 500;
		font-size: 24px;
		line-height: 31px;
		margin-bottom: 40px;
		color: white;
	}

	.user-info-mobile {
		margin-bottom: 80px;
	}

	.user-info-mobile p {
		font-weight: 400;
		font-size: 16px;
		line-height: 21px;
		color: white;
		margin: 0;
		margin-bottom: 8px;
	}
.user-info-mobile p:nth-child(1) {
	font-family: 'IBM Plex Sans';
}
	.log-out-btn-mobile {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 40px;
		height: 56px;
		background-color: white;
		border-radius: 8px;
		font-weight: 600;
		font-size: 16px;
		line-height: 21px;
		color: #F22C5A;
	}

	.page-name-mobile {
		display: block;
		font-weight: 500;
		font-size: 24px;
		line-height: 31px;
		color: #2A2E41;
	}
}

@media (max-width:345px) {
	.page-name-mobile {
		font-size: 20px;
	}

	.logo-link {
		margin-right: 10px;
	}
}
/* Fade transition styles */
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.2s ease-in-out;
}

.fade-enter-from, .fade-leave-to {
  opacity: 0;
}

.fade-enter-to, .fade-leave-from {
  opacity: 1;
}

body {
  padding: 20px;
}
.prototype-login.sign-in-pop-up {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  width: 100%;
  background-color: #e5e5e5;
  min-height: 100vh;
}
.prototype-login .pop-up-wrapper {
  min-width: 450px;
  max-width: 450px;
  margin: 10px;
  border-radius: 8px;
  background-color: white;
  padding: 38px;
  margin: auto;
  box-shadow: 2px 4px 17px -10px rgba(31, 30, 72, 1);
}

.prototype-login .register-wrap {
  max-width: 500px;
  padding: 38px;
  margin: 10px;
  margin-top: 50px;
  border-radius: 8px;
  background-color: white;
  margin: auto;
  box-shadow: 2px 4px 17px -10px rgba(31, 30, 72, 1);
}

.prototype-login .content-wrapper h3 {
  font-family: "IBM Plex Mono";
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 40px;
}
.login-home-btn {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.prototype-login .content-wrapper p {
  font-family: "IBM Plex Sans";
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.response-message {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 1000;
  color: red;
  text-align: center;
}
.message-response {
  text-align: center;
  position: relative;
  top: -21px;
  font-size: 18px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#logInEmail {
  width: 100%;
  transition: all 0.3s ease-in-out;
  margin-bottom: 19px;
  border: 1px solid lightgray;
  border-radius: 8px;
  outline: none;
  height: 56px;
  box-sizing: border-box;
  padding: 12px 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #2a2e41;
}
#logInEmail::placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #969bb0;
}
#logInEmail:focus {
  border-color: #0053ff;
}
.email-submit {
  font-family: "IBM Plex Sans";
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  background: #0053ff;
  border: 1px solid #0053ff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
.email-submit:hover {
  background-color: white;
  color: #0053ff;
}
.email-submit:active {
  transition: all 0s ease-in-out;
  opacity: 0.2;
}
.buy-more-btn {
  background: #0053ff;
  border-radius: 8px;
  height: 40px;
  width: 245px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  outline: none;
  border: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin-top: 16px;
}
.buy-more-btn:hover {
  border: 2px solid #0053ff;
  background: white;
  color: #0053ff;
}
.buy-more-btn:active {
  opacity: 0.2;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 767px) {
  .prototype-login .pop-up-wrapper {
    min-width: 400px;
  }
  .login-home-btn {
    margin-bottom: 40px;
  }
  .buy-more-btn {
    margin-top: 30px;
    height: 56px;
    border-radius: 8px;
    width: 100%;
  }
}
@media (max-width: 401px) {
  .prototype-login .pop-up-wrapper {
    min-width: auto;
    max-width: 310px;
    width: 100%;
    padding: 20px;
    padding-top: 30px;
  }
  .prototype-login .content-wrapper h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .prototype-login .content-wrapper p {
    margin-bottom: 40px;
  }
}
/* /////////////////////////// */
.main-content-container {
  background: white;
  min-height: 100vh;
}

.registration-container {
  padding: 21px;
}
.registration-wrapper {
  max-width: 749px;
  min-height: 100vh;
  padding: 32px 40px;
  margin: 0 auto;
  background: #f6f7f9;
  border: 1px solid lightgray;
  border-radius: 8px;
}

.action-wrapper > .title > h5 {
  color: #484e70;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
  margin-left: 4px;
}
.registration-wrapper > h2 {
  color: #2a2e41;
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 64px;
}

.vs__selected-options input::placeholder,
input::placeholder {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #969bb0;
}
.action input::placeholder {
  font-family: "IBM Plex Sans";
}
.vs__selected-options input,
.action input {
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  border: 1px solid lightgray;
  border-radius: 8px;
  width: 100%;
  height: 56px;
  padding: 16px;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #2a2e41;
  caret-color: #0053ff;
}
.v-select.vs--open input {
  border-color: #0053ff;
  outline: none;
  font-family: "IBM Plex Sans";
}
.vs__selected {
  font-family: "IBM Plex Sans";
  font-size: 16px;
  line-height: 21px;
  position: absolute;
  top: 0;
  left: 16px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vs__dropdown-toggle,
.vs__selected-options {
  position: relative;
}
.vs__actions {
  display: flex;
  position: absolute;
  height: 24px;
  right: 5px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.vs__clear {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  outline: none;
  border: none;
  background: #484e70;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
}

.vs__clear svg {
  fill: white;
}
.vs__dropdown-menu {
  margin-top: 16px;
  margin-bottom: 0;
  padding: 18px 0;
  background: #ffffff;
  border: 1px solid lightgray;
  border-radius: 8px;
}
.vs__dropdown-menu li {
  transition: all 0.3s ease-in-out;
  list-style-type: none;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  padding: 0 18px;
  font-size: 16px;
  line-height: 37px;
  border-radius: 8px;
  cursor: pointer;
}
.vs__dropdown-menu li:last-of-type {
  margin-bottom: 0;
}
.vs__dropdown-menu li:hover {
  background-color: #0053ff;
  color: white;
}
.vs--single.vs--open .vs__selected {
  opacity: 0.4;
}
.vs--single.vs--searching .vs__selected {
  display: none;
}
.search-icon {
  display: flex;
  position: absolute;
  height: 24px;
  right: 5px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.js-disable-blur {
  outline: none;
}
.action input:focus {
  border: 1px solid #0053ff;
  outline: none;
}
.clear-text-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  outline: none;
  border: none;
  background: #484e70;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
}
.clear-text-btn svg {
  fill: white;
}
.found-companies {
  position: relative;
  z-index: 100;
}

.found-companies-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 18px);
  padding: 16px 0px;
  margin: 10px;
  /* margin-top: 16px; */
  max-height: 456px;
  overflow-y: scroll;
  background: #ffffff;
  border: 1px solid lightgray;
  border-radius: 8px;
}

.found-companies-wrapper > .company {
  padding: 9px 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 8px;
}

.found-companies-wrapper > .company > .title > h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #2a2e41;
  transition: all 0.3s ease-in-out;
}

.found-companies-wrapper > .company:hover {
  background-color: #0053ff;
}
.found-companies-wrapper .company:hover h5,
.found-companies-wrapper > .company:hover .body > h5 {
  color: white;
}
.found-companies-wrapper > .company > .body > h5 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #969bb0;
  transition: all 0.3s ease-in-out;
}

.found-companies-wrapper > .loading > h5 {
  text-align: center;
}
.is-checkbox .title h5 {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #2a2e41;
  margin-bottom: 0;
  margin-left: 9px;
  cursor: pointer;
}
.action-wrapper.is-checkbox .action {
  flex-shrink: 0;
  position: relative;
  height: 24px;
  /* width: 24px; */
  margin-right: 9px;
}
.action-wrapper.is-checkbox .action > input {
  cursor: pointer;
  height: 18px;
  width: 18px;
  margin-left: 20px;
}
.action-wrapper > .title > h5 > a {
  text-decoration: none;
  color: #0053ff;
}

.register-btn {
  margin-top: 90px;
  background: #e3e3e4;
  border-radius: 20px;
  height: 40px;
  width: 246px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #969bb0;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  outline: none;
  border: none;
  margin-left: auto;
  margin-right: auto;
  cursor: not-allowed;
  transition: all 0.3s ease-in-out;
}
.register-btn svg path {
  fill: #969bb0;
}
.action-wrapper.is-filled > .action button {
  background: #0053ff;
  color: #fff;
  cursor: pointer;
}
.action-wrapper.is-filled > .action button.register-btn svg path {
  fill: white;
}

.register-btn:hover {
  opacity: 0.8;
}
.register-btn span {
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.registration-wrapper > h2 span {
  font-weight: 700;
}

/* /// Old/// */

.action-wrapper {
  padding: 9px;
}

.action-wrapper.is-checkbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.action-wrapper.is-checkbox.not-valid .action {
  animation: blinking 1s ease infinite;
}

.action-wrapper > .action {
  position: relative;
}

.action-wrapper.not-valid .action {
  background: linear-gradient(
    45deg,
    transparent 30%,
    #ff000020,
    transparent 60%
  );
  background-size: 400% 400%;
  animation: gradientOverlay 2s ease-in-out infinite;
}

.action-wrapper.is-loading > .action > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  height: 18pt;
}

.action-wrapper.file .action > h5 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  margin: 0;
  background: none;
  border: none;
  outline: none;
  appearance: none;
  font: inherit;
  border: solid #001485 1px;
  color: #001485;
  font-weight: 600;
  cursor: pointer;
  padding: 7px 14px;
  border-radius: 2px;
  font-size: 12pt;
  text-align: center;
}

.action-wrapper.file .action input {
  opacity: 0;
}
.action-wrapper > .action > .label {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 9pt;
  padding: 4px 8px;
  color: #fff;
  border-radius: 3px;
  background-color: #001485;
  cursor: pointer;
}

.action-wrapper > .action button:active {
  opacity: 0.6;
}
.action-wrapper.not-valid .action input,
.action-wrapper.not-valid .action button,
.action-wrapper.not-valid .action select {
  border-color: #ff5722;
}

@keyframes gradientOverlay {
  0% {
    background-position: 100% 0%;
  }

  100% {
    background-position: 0% 0%;
  }
}

@keyframes blinking {
  0% {
    background-color: #ff5722;
  }

  100% {
    background-color: transparent;
  }
}

.navbar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.navbar-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 18px;
}

.navbar-wrapper > .action-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.navbar-wrapper > .action-wrapper > .action > button {
  width: 100%;
  margin: 0;
  background: none;
  border: none;
  outline: none;
  appearance: none;
  font: inherit;
  color: #00000078;
  background-color: #d1ebff;
  font-weight: 600;
  cursor: pointer;
  padding: 7px 14px;
  border-radius: 2px;
  font-size: 12pt;
}

.navbar-wrapper > .action-wrapper > .action > button:hover {
  color: white;
}

.navbar-wrapper > .user {
  padding: 0 18px;
}

.navbar-wrapper > .user h5 {
  font-weight: 600;
  text-align: right;
}

.navbar-wrapper > .body {
  display: flex;
}

.navbar-wrapper input {
  background: none;
  border: none;
  outline: none;
  appearance: none;
  background-color: #fafafa;
  border: solid #001485 1px;
  padding: 7px;
  width: 100%;
  border-radius: 2px;
  font: inherit;
  color: #000e48;
  font-weight: 500;
  font-size: 12pt;
  margin-right: 18px;
}

.navbar-wrapper input::placeholder {
  color: #00148590;
  font-weight: 600;
}

.navbar-wrapper > .body button {
  background: none;
  border: none;
  outline: none;
  appearance: none;
  font: inherit;
  background-color: #001485;
  font-weight: 700;
  cursor: pointer;
  color: white;
  padding: 7px 14px;
  border-radius: 2px;
  font-size: 12pt;
}

.navbar-wrapper button:active {
  opacity: 0.6;
}

.navbar-wrapper button.outlined {
  background: none;
  border: none;
  outline: none;
  appearance: none;
  font: inherit;
  border: solid #001485 1px;
  color: #001485;
  font-weight: 600;
  cursor: pointer;
  padding: 7px 14px;
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 10pt;
}

.navbar-wrapper button.outlined:hover {
  background-color: #001485;
  color: #fff;
}
.registration-container .loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .registration-container {
    padding: 0;
  }
  .registration-wrapper {
    padding: 20px 15px;
    border-radius: 0;
  }
  .registration-wrapper > h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin-top: 27px;
    margin-bottom: 29px;
  }
  .action-wrapper {
    padding: 4px 0;
  }
  .action-wrapper.is-checkbox {
    padding: 12px 0;
  }
  .register-btn {
    margin-top: 32px;
    width: 100%;
    border-radius: 8px;
    height: 56px;
  }
}

.loading-img-wrapper {
  background-color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
}
.loading-img-wrapper img {
  max-width: 100%;
}

.loading-wrap {
  position: fixed;
  width: 10%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-backdrop {
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(42, 46, 65, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal {
  background: #ffffff;
  border: 1px solid lightgray;
  border-radius: 8px;
  padding: 115px 10px 52px;
  overflow-x: auto;
  display: flex;
  position: relative;
}

.btn-close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  background: transparent;
}
.plans-wrapper {
  display: flex;
  align-items: flex-start;
}
.plan-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 49px;
}
.plan-title h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #2a2e41;
  margin-bottom: 10px;
}
.plan-title p {
  font-family: "IBM Plex Mono";
  display: inline-block;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #484e70;
  background: #e3fdf5;
  border-radius: 24px;
  padding: 6px 20px;
}
.plan-item {
  padding: 0 39px;
  border-right: 1px dashed #484e70;
}
.plan-item:nth-last-child(1) {
  border: none;
}
.plan-item .order-btn {
  height: 40px;
  width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin: 0 auto;
  background-color: #0053ff;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
.plan-item .order-btn:hover {
  color: #0053ff;
  background-color: white;
  border: 2px solid #0053ff;
}

.plans-description {
    font-family: 'IBM Plex Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  margin-top: 40px;
}
.modal-fade-enter,
.modal-fade-leave-to {
  opacity: 0;
}

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity 0.5s ease;
}
/* Billing Modal */

.billing-modal {
  background: #f6f7f9;
  border: 1px solid lightgray;
  border-radius: 8px;
  padding: 90px 30px 44px;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 70vw;
}

.billing-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-bottom: 55px;
}
.billing-header > div {
  width: 30%;
}
.billing-header > div:first-child {
  width: 290px;
}
.billing-header h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
}
.billing-header p {
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.return-btn {
  position: absolute;
  left: 29px;
  top: 29px;
  width: 10px;
  height: 19px;
  cursor: pointer;
}
.billing-body h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 24px;
}
.buyer-info-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #0053ff;
}
.buyer-info-section .companyName {
  grid-area: 1 / 1 / 3 / 2;
}
.buyer-info-section .regNr {
  grid-area: 1 / 2 / 2 / 3;
}
.buyer-info-section .VATNumber {
  grid-area: 2 / 2 / 3 / 3;
}
.buyer-info-section .country {
  grid-area: 1 / 3 / 2 / 4;
}
.buyer-info-section .city {
  grid-area: 2 / 3 / 3 / 4;
}
.buyer-info-section .address {
  grid-area: 1 / 4 / 2 / 5;
}
.buyer-info-section .zip {
  grid-area: 2 / 4 / 3 / 5;
}
.buyer-info-section .action-wrapper {
  padding: 0;
}
.billing-footer {
  display: flex;
  justify-content: initial;
  align-items: flex-end;
  width: 100%;
  margin-top: 32px;
}
.billing-footer h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  margin-right: 26px;
  margin-bottom: 8px;
}
.price-section {
  display: flex;
  box-shadow: 0px 0px 4px rgba(72, 78, 112, 0.12);
  border-radius: 8px;
  background-color: white;
  padding: 6px 17px 9px;
}
.price-section > div {
  margin-right: 64px;
}
.price-section > div:last-child {
  margin-right: 0;
}
.price-section span {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #969bb0;
}
.price-section p {
  margin-top: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
.action-btns {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.order-cancel {
  background: #ffffff;
  color: #0053ff;
  border: 1px solid lightgray;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 170px;
}
.order-cancel:hover {
  opacity: 0.8;
  border-color: #0053ff;
}
.order-confirm {
  background: #0053ff;
  color: white;
  border: 1px solid #0053ff;
  border-radius: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 170px;
}
.order-confirm:hover {
  background: #ffffff;
  color: #0053ff;
}

@media (max-width: 1700px) {
  .billing-header > div {
    width: 37%;
  }
  .billing-header > div:first-child {
    width: 26%;
  }
}
@media (max-width: 991px) {
  .plan-item {
    padding: 0 20px;
  }
  .billing-modal {
    padding-top: 82px;
    padding-bottom: 20px;
    max-height: 90vh;
  }
  .billing-header {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .billing-header h4 {
    margin-bottom: 8px;
  }
  .billing-header > div {
    margin-bottom: 8px;
    width: 100%;
  }
  .buyer-info-section {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, 1fr);
    padding-bottom: 16px;
  }
  .buyer-info-section .companyName {
    grid-area: 1 / 1 / 2 / 2;
  }
  .buyer-info-section .regNr {
    grid-area: 2 / 1 / 3 / 2;
  }
  .buyer-info-section .VATNumber {
    grid-area: 3 / 1 / 4 / 2;
  }
  .buyer-info-section .country {
    grid-area: 4 / 1 / 5 / 2;
  }
  .buyer-info-section .city {
    grid-area: 5 / 1 / 6 / 2;
  }
  .buyer-info-section .address {
    grid-area: 6 / 1 / 7 / 2;
  }
  .buyer-info-section .zip {
    grid-area: 7 / 1 / 8 / 2;
  }
  .billing-footer {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 16px;
  }
  .price-section > div {
    width: 33.3%;
  }
  .price-section-2 {
    margin-left: auto;
  }
  .action-btns {
    margin: 24px auto 0;
  }
}
@media (max-width: 767px) {
  .price-section-2 {
    margin-left: auto;
    margin-right: auto;
  }
  .plans-wrapper {
    flex-direction: column;
  }
  .plans-modal {
    height: 100%;
    width: 100%;
  }
  .modal {
    max-height: 90vh;
    padding: 36px 24px 24px;
    min-width: 360px;
  }
  .plan-item {
    width: 100%;
    padding: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    border-right: none;
    border-bottom: 1px dashed #484e70;
  }

  .plan-title {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .plan-title h4 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 0;
  }
  .plan-title p {
    font-size: 24px;
    line-height: 31px;
    padding: 2px 6px;
  }
  .plan-item .order-btn {
    border-radius: 8px;
    height: 56px;
    width: 100%;
    max-width: 320px;
    font-size: 16px;
    line-height: 21px;
  }
  .plans-description {
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .return-btn {
    left: 15px;
  }
  .billing-modal {
    padding-left: 15px;
    padding-right: 15px;
  }
  .buyer-info-section {
    grid-row-gap: 8px;
  }
  .price-section {
    width: 100%;
  }
  .action-btns {
    flex-direction: column;
    width: 100%;
  }
  .order-cancel {
    margin-right: 0;
    width: 100%;
    height: 56px;
    border-radius: 8px;
    margin-bottom: 16px;
  }
  .order-confirm {
    width: 100%;
    height: 56px;
    border-radius: 8px;
  }
}
@media (max-width: 360px) {
  .modal {
    padding: 30px 16px 24px;
    min-width: 310px;
  }
  .plan-title h4 {
    font-size: 20px;
  }
  .price-section > div {
    margin-right: 35px;
  }
  .billing-header p {
    font-size: 14px;
  }
}
/*!
 * Copyright (c) 2017 ~ present NAVER Corp.
 * billboard.js project is licensed under the MIT license
 *
 * billboard.js, JavaScript chart library
 * https://naver.github.io/billboard.js/
 *
 * @version 3.11.2
 */
/*-- Chart --*/
.bb svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.bb path, .bb line {
  fill: none;
  stroke: #000; }

.bb text, .bb .bb-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.bb-legend-item-tile,
.bb-xgrid-focus,
.bb-ygrid-focus,
.bb-ygrid {
  shape-rendering: crispEdges; }

.bb-chart-arcs .bb-needle {
  fill: #000; }

.bb-chart-arc .bb-gauge-value {
  fill: #000; }

.bb-chart-arc path {
  stroke: #fff; }

.bb-chart-arc rect {
  stroke: #fff;
  stroke-width: 1; }

.bb-chart-arc text {
  fill: #fff;
  font-size: 13px; }

/*-- Axis --*/
.bb-axis {
  shape-rendering: crispEdges; }

/*-- Grid --*/
.bb-grid {
  pointer-events: none; }
  .bb-grid line {
    stroke: #aaa; }
  .bb-grid text {
    fill: #aaa; }

.bb-xgrid, .bb-ygrid {
  stroke-dasharray: 3 3; }

/*-- Text on Chart --*/
.bb-text.bb-empty {
  fill: #808080;
  font-size: 2em; }

/*-- Line --*/
.bb-line {
  stroke-width: 1px; }

/*-- Point --*/
.bb-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.bb-selected-circle {
  fill: white;
  stroke-width: 2px; }

/*-- Bar --*/
.bb-bar {
  stroke-width: 0; }
  .bb-bar._expanded_ {
    fill-opacity: 0.75; }

/*-- Candlestick --*/
.bb-candlestick {
  stroke-width: 1px; }
  .bb-candlestick._expanded_ {
    fill-opacity: 0.75; }

/*-- Focus --*/
.bb-target.bb-focused, .bb-circles.bb-focused {
  opacity: 1; }

.bb-target.bb-focused path.bb-line, .bb-target.bb-focused path.bb-step, .bb-circles.bb-focused path.bb-line, .bb-circles.bb-focused path.bb-step {
  stroke-width: 2px; }

.bb-target.bb-defocused, .bb-circles.bb-defocused {
  opacity: 0.3 !important; }
  .bb-target.bb-defocused .text-overlapping, .bb-circles.bb-defocused .text-overlapping {
    opacity: .05 !important; }

/*-- Region --*/
.bb-region {
  fill: steelblue; }
  .bb-region rect {
    fill-opacity: .1; }

/*-- Zoom region --*/
.bb-zoom-brush {
  fill-opacity: .1; }

/*-- Brush --*/
.bb-brush .extent {
  fill-opacity: .1; }

/*-- Legend --*/
.bb-legend-item {
  font-size: 12px;
  user-select: none; }

.bb-legend-item-hidden {
  opacity: 0.15; }

.bb-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

/*-- Title --*/
.bb-title {
  font: 14px sans-serif; }

/*-- Treemap --*/
.bb-chart-treemaps rect {
  stroke: #fff;
  stroke-width: 1px; }

/*-- Tooltip --*/
.bb-tooltip-container {
  z-index: 10;
  user-select: none; }

.bb-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  opacity: 0.9;
  box-shadow: 7px 7px 12px -9px #777777;
  white-space: nowrap; }
  .bb-tooltip tr {
    border: 1px solid #CCC; }
  .bb-tooltip th {
    background-color: #aaa;
    font-size: 14px;
    padding: 2px 5px;
    text-align: left;
    color: #FFF; }
  .bb-tooltip td {
    font-size: 13px;
    padding: 3px 6px;
    background-color: #fff;
    border-left: 1px dotted #999; }
    .bb-tooltip td > span, .bb-tooltip td > svg {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-right: 6px; }
  .bb-tooltip.value {
    text-align: right; }

/*-- Area --*/
.bb-area {
  stroke-width: 0;
  opacity: 0.2; }

/*-- Arc --*/
.bb-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

text.bb-chart-arcs-gauge-title {
  dominant-baseline: middle;
  font-size: 2.7em; }

.bb-chart-arcs {
  /*-- Polar --*/ }
  .bb-chart-arcs .bb-chart-arcs-background {
    fill: #e0e0e0;
    stroke: #fff; }
  .bb-chart-arcs .bb-chart-arcs-gauge-unit {
    fill: #000;
    font-size: 16px; }
  .bb-chart-arcs .bb-chart-arcs-gauge-max {
    fill: #777; }
  .bb-chart-arcs .bb-chart-arcs-gauge-min {
    fill: #777; }
  .bb-chart-arcs .bb-levels circle {
    fill: none;
    stroke: #848282;
    stroke-width: .5px; }
  .bb-chart-arcs .bb-levels text {
    fill: #848282; }

/*-- Radar --*/
.bb-chart-radars .bb-levels polygon {
  fill: none;
  stroke: #848282;
  stroke-width: .5px; }

.bb-chart-radars .bb-levels text {
  fill: #848282; }

.bb-chart-radars .bb-axis line {
  stroke: #848282;
  stroke-width: .5px; }

.bb-chart-radars .bb-axis text {
  font-size: 1.15em;
  cursor: default; }

.bb-chart-radars .bb-shapes polygon {
  fill-opacity: .2;
  stroke-width: 1px; }

/*-- Button --*/
.bb-button {
  position: absolute;
  top: 10px;
  right: 10px; }
  .bb-button .bb-zoom-reset {
    font-size: 11px;
    border: solid 1px #ccc;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer; }


.dashboard-wrapper {
  margin-top: 164px;
  margin-bottom: 180px;
}
.progress-section {
  padding-bottom: 64px;
  border-bottom: 1px dashed #0053ff;
}
.progress-section h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 32px;
}
.progress-content {
  background-color: white;
  border: 1px solid lightgray;
  box-shadow: 0px 0px 4px rgba(72, 78, 112, 0.12);
  padding: 24px;
  border-radius: 8px;
}
.progress-remaining p {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #2a2e41;
  margin-bottom: 0px;
}
.progress-remaining p span {
  font-family: "IBM Plex Sans Medium";
  font-weight: 500;
  font-size: 40px;
  line-height: 30px;
  color: #2a2e41;
}

.progress-bar-wrapper {
  width: 100%;
  background: #ebf2ff;
  border-radius: 4px;
  height: 8px;
}
.progress-bar {
  transition: all 0.3s linear;
  height: 8px;
  background: #0053ff;
  border-radius: 4px;
}
.infographic {
  margin-top: 5px;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #969bb0;
}
.progress-view {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.progress-view-wrapper {
  width: 100%;
}
.requests-section {
  padding-top: 64px;
}
.requests-section h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  color: #2a2e41;
  margin-bottom: 32px;
}
.requests-content {
  border: 1px solid lightgray;
  background-color: white;
  padding: 40px;
  padding-left: 0;
  box-shadow: 0px 0px 4px rgba(72, 78, 112, 0.12);
  border-radius: 8px;
}
.graf h4 {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  padding-left: 40px;
}
.graf .requests-list h4 {
  padding-left: 0;
}
.bb svg tspan {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-family: "IBM Plex Sans";
  fill: #969bb0;
}
.bb-grid line {
  stroke: #e3e3e4;
  stroke-dasharray: none;
}
.bb-axis-x .tick line {
  stroke: none;
}
.bb-axis-x .domain {
  stroke: #e3e3e4 !important;
  stroke-width: 2px;
}
.bb-axis-y .domain {
  stroke: none;
}
.bb-axis-y .tick line {
  stroke: #e3e3e4 !important;
}
.bb-axis.bb-axis-x-1 .domain {
  stroke: inherit;
}
.bb-axis.bb-axis-x-1 line {
  stroke: inherit;
}
.bb-axis.bb-axis-x-1 text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #969bb0;
}
.bb-axis-y-label,
.bb-axis-x-label {
  fill: #969bb0;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.requests-list {
  margin-top: 78px;
  padding-left: 40px;
}
.requests-list h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 25px;
}
.requests-list table {
  border-collapse: collapse;
  width: 100%;
}
.requests-list table thead tr {
  margin-bottom: 15px;
  border-bottom: 1px solid #e3e3e4;
}
.requests-list table thead tr td {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #969bb0;
  padding-bottom: 15px;
  padding-left: 5px;
    padding-right: 7px;

}
.requests-list table tbody tr td {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #2a2e41;
  word-break: break-word;
  padding: 8px;
}
.requests-list table tbody tr:nth-child(1) td {
  padding-top: 16px;
}

.errors-section h2 {
  margin: 68px 0 28px;
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  color: #2a2e41;
}
.mobile-title {
  display: none;
}
.table-mobile {
  display: none;
}
.no-requests-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 100px;
}
.no-requests-section svg {
  max-width: 100%;
}
.no-requests-section h4 {
  margin-top: 63px;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #484e70;
}
.no-requests-section p {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #2a2e41;
}
.show-more-btn {
  cursor: pointer;
  height: 40px;
  width: 245px;
  background: #ffffff;
  border: 1px solid lightgray;
  color: #0053FF;
  display: flex;
  font-family: 'IBM Plex Sans Medium';
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin:  0 auto;
  margin-top: 50px;
  transition: all 0.3s ease-in-out;
}
.show-more-btn:hover {
  background: #0053ff;
  color:  white
}
@media (max-width: 991px) {
  .requests-list table tbody tr td {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .table-mobile {
    display: block;
  }
  .dashboard-wrapper {
    margin-top: 104px;
  }
  .dashboard-wrapper h1 {
    display: none;
  }
  .progress-section {
    position: relative;
    border-bottom: none;
  }
  .progress-remaining p {
    margin-bottom: 10px;
  }
  .requests-section h2,
  .desctop-title,
  .errors-section h2,
  .desctop-title {
    display: none;
  }
  .graf > h4:nth-child(1) {
    display: none;
  }
  .mobile-title {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 16px;
  }
  .requests-list table {
    display: none;
  }
  .requests-content {
    border: none;
    padding: 0;
    box-shadow: none;
    background-color: inherit;
  }
  #errorChart-mobile,
  #logChart-mobile {
    display: none;
  }
  #logChart,
  #errorChart {
    border: 1px solid lightgray;
    background-color: white;
    padding: 40px;
    padding-left: 0;
    box-shadow: 0px 0px 4px rgb(72 78 112 / 12%);
    border-radius: 8px;
  }
  #errorChart-mobile .bb-title,
  #logChart-mobile .bb-title {
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    fill: #969bb0;
  }
  #errorChart-mobile .bb-main ~ g,
  #logChart-mobile .bb-main ~ g {
    transform: translate(12px, 11.5px);
  }

  .requests-list {
    padding-left: 0;
    margin-top: 32px;
  }
  .graf .requests-list h4 {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
  }
  .mobile-list-item {
    background: #ffffff;
    border: 1px solid lightgray;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 8px;
  }
  .mobile-list-item > div {
    font-family: "IBM Plex Sans";
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #2a2e41;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .mobile-list-item .item-1 {
    font-family: "IBM Plex Sans Medium";
  }
  .mobile-list-item > div span {
    color: #969bb0;
  }
  .table-mobile {
    margin-bottom: 24px;
  }
  .mobile-list-item {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 7px;
  }

  .item-1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .item-2 {
    grid-area: 1 / 2 / 2 / 3;
    text-align: end;
  }
  .item-3 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .item-4 {
    grid-area: 2 / 2 / 3 / 3;
    text-align: end;
  }
  .item-5 {
    grid-area: 3 / 2 / 4 / 3;
    text-align: end;
  }
  .mobile-list-item.error-log {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 8px;
  }
  .mobile-list-item.error-log .item-1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .mobile-list-item.error-log .item-2 {
    grid-area: 2 / 1 / 3 / 4;
    text-align: start;
  }
  .mobile-list-item.error-log .item-3 {
    grid-area: 3 / 1 / 4 / 2;
    display: none;
  }
  .mobile-list-item.error-log .item-4 {
    grid-area: 3 / 2 / 4 / 3;
        grid-area: 3 / 1 / 4 / 2;
    margin-right: auto;
  }
  .mobile-list-item.error-log .item-5 {
    grid-area: 4 / 1 / 5 / 2;
    text-align: start;
  }
  .mobile-list-item.error-log .item-6 {
    grid-area: 4 / 2 / 5 / 3;
    text-align: end;
  }
  #errorChart,
  #logChart {
    display: none;
  }
  #errorChart-mobile,
  #logChart-mobile {
    display: block;
    border: 1px solid lightgray;
    background-color: white;
    padding: 20px 20px 0 0px;
    box-shadow: 0px 0px 4px rgb(72 78 112 / 12%);
    border-radius: 8px;
  }
  .bb-axis-y-label,
  .bb-axis-x-label,
  .bb-axis.bb-axis-x-1 text {
    font-size: 10px;
  }
  .show-more-btn {
    margin-bottom: 24px;
    margin-top: 0;
    background-color: #F6F7F9;
    border:none
  }
   .show-more-btn:hover {
     background:  #F6F7F9;
     color: initial;
   }

}
@media (max-width: 350px) {
  .progress-remaining p span {
    font-size: 32px;
  }
  .no-requests-section {
    padding-top: 80px;
  }
  .no-requests-section h4 {
    margin-top: 40px;
    font-size: 22px;
  }
}
.billing-wrapper {
  margin-top: 164px;
  margin-bottom: 180px;
}
.billing-wrapper .buy-more-btn {
  margin-left: 0;
  margin-top: 32px;
  margin-bottom: 68px;
}
.billing-wrapper h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 32px;
}
.billing-info-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 10%;
  grid-row-gap: 24px;
}
.billing-mobile-title {
  display: none;
}
.billing-info-section .action-wrapper {
  padding: 0;
}
.billing-info-section .action-wrapper .action input {
  color: #2a2e41;
  font-family: "IBM Plex Sans";
}

.billing-info-section .name {
  grid-area: 1 / 1 / 2 / 2;
}
.billing-info-section .email {
  grid-area: 2 / 1 / 3 / 2;
}
.billing-info-section {
  grid-area: 1 / 1 / 2 / 2;
}
.billing-info-section .regNr {
  grid-area: 1 / 2 / 2 / 3;
}
.billing-info-section .VATNumber {
  grid-area: 2 / 2 / 3 / 3;
}
.billing-info-section .taxVAT {
  grid-area: 3 / 2 / 4 / 3;
}
.billing-info-section .taxVAT input {
  padding: 0;
}
.billing-info-section .city {
  grid-area: 3 / 1 / 4 / 2;
}
.billing-info-section .zip {
  grid-area: 4 / 1 / 5 / 2;
}
.billing-info-section .address {
  grid-area: 5 / 1 / 6 / 2;
}
.past-invoices h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 32px;
  color: #2a2e41;
}
.invoice-item {
  display: grid;
  align-items: center;
  border: 1px solid lightgray;
  grid-template-columns: 200px 200px 1fr 80px auto;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 12px 23px;
  height: 64px;
}
.invoice-item div,
.invoice-item span,
.invoice-item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #2a2e41;
}
.invoice-item span {
  font-family: 'IBM Plex Sans';
  font-weight: bold;
}

.invoice-date {
  grid-area: 1 / 1 / 2 / 2;
  margin-right: 32px;
}
.invoice-price {
  grid-area: 1 / 2 / 2 / 3;
  background: #e3fdf5;
  border-radius: 24px;
  padding: 5px 20px;
  margin-right: 32px;
  width: fit-content;
}
.invoice-requests {
  grid-area: 1 / 3 / 2 / 4;
}
.invoice-view {
  grid-area: 1 / 4 / 2 / 5;
  display: flex;
  justify-content: center;
}
.invoice-download {
  grid-area: 1 / 5 / 2 / 6;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 37px;
  border-left: 1px solid #969bb0;
}

.invoice-download a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.invoice-download a svg {
  margin-right: 20px;
}
.invoice-view a:hover,
.invoice-download a:hover {
  opacity: 0.8;
}

/* // Responsive styles // */

@media (max-width: 991px) {
  .invoice-item {
    grid-template-columns: 170px 150px 1fr 80px auto;
  }
  .invoice-price,
  .invoice-date {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .billing-wrapper h1 {
    display: none;
  }
  .billing-wrapper {
    margin-top: 95px;
    margin-bottom: 90px;
  }
  .billing-mobile-title {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin-left: 20px;
    margin-bottom: 18px;
  }
  .bill-subtitle {
    margin-top: 10px;
  }
  .billing-info-section {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, auto);
    grid-column-gap: 0px;
    grid-row-gap: 8px;
  }
  .billing-info-section .name {
    grid-area: 1 / 1 / 2 / 2;
  }
  .billing-info-section .email {
    grid-area: 2 / 1 / 3 / 2;
  }
  .billing-info-section {
    grid-area: 3 / 1 / 4 / 2;
  }
  .billing-info-section .city {
    grid-area: 4 / 1 / 5 / 2;
  }
  .billing-info-section .zip {
    grid-area: 5 / 1 / 6 / 2;
  }
  .billing-info-section .address {
    grid-area: 6 / 1 / 7 / 2;
  }
  .billing-info-section .regNr {
    grid-area: 7 / 1 / 8 / 2;
  }
  .billing-info-section .VATNumber {
    grid-area: 8 / 1 / 9 / 2;
  }
  .billing-info-section .taxVAT {
    grid-area: 9 / 1 / 10 / 2;
  }
  .billing-info-section .taxVAT input {
    padding: 0;
  }
  .billing-wrapper .buy-more-btn {
    position: static;
    margin: 16px 0 56px;
  }
  .past-invoices h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 16px;
  }
  .invoice-item {
    grid-template-columns: fit-content(50%) fit-content(50%) 2fr 53px;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    padding: 11px 16px;
    margin-bottom: 8px;
  }
  .invoice-item div,
  .invoice-item span {
    font-size: 14px;
  }
  .invoice-date {
    font-family: 'IBM Plex Sans';
    grid-area: 1 / 1 / 2 / 2;
  }
  .invoice-price {
    grid-area: 1 / 2 / 2 / 3;
    padding: 3px 16px;
  }
  .invoice-requests {
    grid-area: 2 / 1 / 3 / 3;
  }
  .invoice-view {
    /* display: none; */
    grid-area: 1 / 3 / 2 / 4;
  }
  .invoice-download {
    grid-area: 1 / 4 / 2 / 5;
    border: none;
    padding-left: 10px;
    height: auto;
    justify-self: flex-end;
  }
  .invoice-download a span {
    display: none;
  }
  .invoice-view a {
    display: none;
  }
  .invoice-download a svg {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .billing-mobile-title {
    margin-bottom: 8px;
  }
  .invoice-price {
    margin-right: 0;
  }
  .invoice-date {
    margin-right: 12px;
  }
}
.token-wrapper {
  margin-top: 164px;
  margin-bottom: 180px;
}

.token-wrapper h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 28px;
}

.token-item {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 13px 32px;
  gap: 32px;
  height: 64px;
}

.token-comment {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

.token-pass {
  flex: 1;
  display: flex;
  align-items: center;
  max-width: 100%;
}

.token-pass span {
  background: #f6f7f9;
  border-radius: 24px;
  border: none;
  outline: none;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.token-revoke-btn {
  background: none;
  appearance: none;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  border-radius: 100px;
  font-weight: 500;
  color: #ff0000aa;
  white-space: nowrap;

  &:hover {
    color: #ff0000;
  }
}

.add-new-token {
  cursor: pointer;
  margin-top: 33px;
  background: #0053ff;
  border-radius: 100px;
  border: 2px solid #0053ff;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;

  &:hover {
    opacity: 80;
  }
}

.input-name {
  position: relative;
}

@media (max-width: 767px) {
  .token-wrapper {
    margin-top: 113px;
  }

  .token-wrapper h1 {
    display: none;
  }

  .token-item {
    height: auto;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .token-comment {
    grid-area: 1 / 1 / 2 / 2;
    margin-right: 10px;
  }
}

@media (max-width: 350px) {
  .token-item {
    padding: 7px;
  }
}
.personalise-wrapper {
  margin-top: 164px;
  margin-bottom: 180px;
}
.personalise-content {
  background-color: white;
  border: 1px solid lightgray;
  box-shadow: 0px 0px 4px rgba(72, 78, 112, 0.12);
  border-radius: 8px;
  padding: 29px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.personalise-content__options {
  width: calc(28.5% - 40px);
  min-width: 300px;
}
.personalise-content__result {
  width: 71.5%;
  position: sticky;
  top: 15px;
}
.personalise-img {
  border-radius: 8px;
  margin-bottom: 36px;
  width: 100%;
}
.personalise-img-mobile {
  display: none;
}
.personalise-img img {
  max-width: 100%;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}
.page-title {
  margin-bottom: 64px;
}
.page-title h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 16px;
}
.page-title p {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  margin: 0;
}
.input-wrapper {
  margin-bottom: 22px;
}
.input-wrapper label {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin-left: 5px;
  cursor: pointer;
}
.save-btn {
  outline: none;
  transition: all 0.3s ease-in-out;
  margin-top: 59px;
  color: white;
  background: #0053ff;
  border-radius: 20px;
  height: 40px;
  width: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0053ff;
  cursor: pointer;
}
.save-btn:hover {
  background-color: white;
  color: #0053ff;
}
.personalise-content__result h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  margin-left: 25px;
  margin-bottom: 30px;
}
.personalise-content__result pre {
  background: #2a2e41;
  border-radius: 4px;
  padding: 24px;
  overflow-x: auto;
}
.personalise-content__result pre code {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: white;
}
.personalise-inputs {
  min-width: 300px;
  position: relative;
}
.personalise-inputs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.personalise-inputs::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.personalise-inputs::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    40% 0%,
    75% 84%,
    from(#0053ff),
    to(#0053ff),
    color-stop(0.6, #0053ff)
  );
}
.slide-enter {
  opacity: 0;
}

.slide-enter-active {
  animation: slide-in 0.5s ease-in forwards;
  transition: opacity 0.5s;
}

.slide-leave-active {
  animation: slide-out 0.5s ease-out forwards;
  opacity: 0;
  transition: opacity 1s;
}

@keyframes slide-in {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes slide-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(20px);
  }
}
.saved-alert {
  width: 75px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "IBM Plex Sans";
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0px 0px 4px rgba(72, 78, 112, 0.12);
  border-radius: 4px;
  background: #484e70;
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media (max-width: 1260px) {
  .personalise-content__result {
    width: 65%;
  }
}

@media (max-width: 1024px) {
  .personalise-content {
    padding: 15px;
  }
  .personalise-content__result {
    width: 60%;
  }
  .personalise-content__options,
  .personalise-inputs {
    min-width: 250px;
  }
}
@media (max-width: 767px) {
  .personalise-wrapper {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .page-title {
    margin-bottom: 0;
  }
  .page-title h1 {
    display: none;
  }
  .page-title p {
    font-family: "IBM Plex Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 16px;
    margin-left: 10px;
  }
  .personalise-content {
    flex-direction: column;
    background: #f6f7f9;
    box-shadow: none;
    padding: 0;
    border: none;
  }
  .personalise-content__options {
    width: 100%;
    min-height: auto !important;
  }
  .personalise-img {
    display: none;
  }
  .personalise-inputs {
    max-height: none;
    background: white;
    padding: 20px;
    border: 1px solid #f6f7f9;
    border-radius: 8px;
  }
  .inputSticky {
    position: relative;
    top: 0;
    left: 0;
  }
  .personalise-content__result {
    margin-top: 32px;
    width: 100%;
    position: static;
  }
  .personalise-content__result h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 16px;
    margin-left: 20px;
  }
  .personalise-content__result pre {
    border-radius: 8px;
    padding: 20px;
  }
  .personalise-img-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .personalise-img-mobile img {
    max-width: 100%;
    border-radius: 8px;
  }
  .saved-alert {
    z-index: 5;
    position: fixed;
    width: calc(100% - 30px);
    left: 15px;
    bottom: 27px;
    justify-content: flex-start;
    padding-left: 20px;
  }
}
  @media (max-width: 340px) {
    .personalise-content__result pre {
      padding: 10px;
    }
    .personalise-content__result pre code {
      font-size: 12px;
    }
  }
/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.min-h-screen {
  min-height: 100vh;
}

.w-full {
  width: 100%;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-3 {
  gap: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.bg-cp-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 255 / var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.p-6 {
  padding: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/*# sourceMappingURL=/portal/src.74eec8c4.css.map */