@import url(https://fonts.googleapis.com/css?family=Nunito);@font-face {
  font-family: "Circular-Bold";
  src: url(/fonts/CircularStd-Bold.eot?d43c4a64d4bec342f48db0f380130d3d);
  src: url(/fonts/CircularStd-Bold.eot?d43c4a64d4bec342f48db0f380130d3d) format("embedded-opentype"), url(/fonts/CircularStd-Bold.woff2?7919dab79c59a5f140e435d69a5f3b19) format("woff2"), url(/fonts/CircularStd-Bold.woff?30881cdd520ed8ee993736993d55d9dd) format("woff"), url(/fonts/CircularStd-Bold.ttf?86d3b4d5030ecd237b8c307e8c977c87) format("truetype"), url(/fonts/CircularStd-Bold.svg?b40f29f5c89f38566463fecd1576bdfa) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Circular-Book";
  src: url(/fonts/CircularStd-Book.eot?afdd0e0a45ad56cecb3d4a8f71f50f8a);
  src: url(/fonts/CircularStd-Book.eot?afdd0e0a45ad56cecb3d4a8f71f50f8a) format("embedded-opentype"), url(/fonts/CircularStd-Book.woff2?7eed7cbda0a447d1f7066b3d6c1020e6) format("woff2"), url(/fonts/CircularStd-Book.woff?84ba7a0f4b937c50b31a89e6e56f64a6) format("woff"), url(/fonts/CircularStd-Book.ttf?d719b6cf803de2cd35bedc39a0655b55) format("truetype"), url(/fonts/CircularStd-Book.svg?abe285d15b167d7c85be01f171b84a12) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circular-Medium";
  src: url(/fonts/CircularStd-Medium.eot?8ca01e78a3179814c2740ded6c095e4e);
  src: url(/fonts/CircularStd-Medium.eot?8ca01e78a3179814c2740ded6c095e4e) format("embedded-opentype"), url(/fonts/CircularStd-Medium.woff2?ef36a6aef709a31b0464f03d8ddbf07b) format("woff2"), url(/fonts/CircularStd-Medium.woff?ff004c943fe1cfc74a3c1347e8666be6) format("woff"), url(/fonts/CircularStd-Medium.ttf?5f9ad3753289d2c56d2cbd67a0727afc) format("truetype"), url(/fonts/CircularStd-Medium.svg?affeb7f075a99e09578b2b4af307c9b2) format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Courier-New-Regular";
  src: url(/fonts/CourierNewPSMT.eot?b76fc38d46f3624e88abdafb0fa16ffc);
  src: url(/fonts/CourierNewPSMT.eot?b76fc38d46f3624e88abdafb0fa16ffc) format("embedded-opentype"), url(/fonts/CourierNewPSMT.woff2?a817b42e125fc7d8b1f79aaa650434c0) format("woff2"), url(/fonts/CourierNewPSMT.woff?5ba0fefc4908cf3a0051b4b66595abce) format("woff"), url(/fonts/CourierNewPSMT.ttf?1c43b945d1616fb49cf8c060009cc04e) format("truetype"), url(/fonts/CourierNewPSMT.svg?cafe5cf42f852711ed4b3e12d03b0ab5) format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  min-height: 100%;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0px;
  line-height: 1.5;
  scroll-behavior: smooth;
  background: rgb(247, 247, 247);
  font-size: 16px;
}

@media (max-width: 1024px) {
  html,
  body {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  html,
  body {
    font-size: 14px;
  }
}

html #__next,
body #__next {
  height: 100%;
}

html.lock-scroll,
body.lock-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus,
button:focus {
  outline: none;
}

p {
  margin: 0;
  color: #111111;
}

p + p {
  margin-top: rem(2);
}

/* Normalize */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  color: #111111;
}

h1,
.h1 {
  font-size: 40px;
  line-height: 49px;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 49px;
}

h3,
.h3 {
  font-size: 28px;
  line-height: 49px;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 49px;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 49px;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 49px;
}

.hide {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

.h-100 {
  height: 100%;
}

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

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

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

hr {
  border-top: 2px solid rgb(224, 224, 224);
  margin-bottom: 50px;
  margin-top: 50px;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mr-60 {
  margin-right: 60px !important;
}

.form-field .invalid-feedback strong {
  color: rgb(220, 53, 69);
  font-size: 0.75rem;
  margin-top: 0.1875rem;
  margin-bottom: 0px;
}

input {
  width: 100%;
  min-width: 0px;
  outline: transparent solid 3px;
  position: relative;
  font-size: 12.25px;
  font-family: "Circular-Medium";
  line-height: 1rem;
  height: 38px;
  border-style: solid;
  border-width: 1px;
  transition: all 0.3s ease 0s;
  color: rgb(18, 18, 18);
  border-radius: 0px;
}

input.input {
  padding: 0px 0.625rem;
  border-width: 2px;
  border-color: rgba(122, 126, 131, 0.2);
}

input.check-box {
  width: -moz-fit-content;
  width: fit-content;
}

input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.39);
  opacity: 1;
}

input::placeholder {
  color: rgba(0, 0, 0, 0.39);
  opacity: 1;
}

input.flushed {
  padding: 0 8px;
  background-color: transparent;
  border-top: 0px rgb(224, 224, 224);
  border-left: 0px rgb(224, 224, 224);
  border-right: 0px rgb(224, 224, 224);
  border-bottom-color: rgb(224, 224, 224);
}

input.flushed:focus {
  border-color: rgb(122, 126, 131);
  box-shadow: rgb(122, 126, 131) 0px 2px 0px -1px;
}

input.is-invalid {
  border-color: red;
}

input.is-invalid:focus {
  border-color: red;
  box-shadow: rgb(249, 33, 4) 0px 1px 0px !important;
}

a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

select {
  border: 1px solid rgb(224, 224, 224);
  border-top: 0px rgb(224, 224, 224);
  border-left: 0px rgb(224, 224, 224);
  border-right: 0px rgb(224, 224, 224);
  border-bottom-color: rgb(224, 224, 224);
  border-color: rgba(122, 126, 131, 0.2);
  outline: transparent solid 3px;
  width: 100%;
  font-size: 14px;
  padding: 0 8px;
  height: 38px;
  font-family: "Circular-Medium";
}

select:focus {
  outline: none;
  border-color: rgb(122, 126, 131);
  box-shadow: rgb(122, 126, 131) 0px 2px 0px -1px;
}

select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.39);
  opacity: 1;
}

select::placeholder {
  color: rgba(0, 0, 0, 0.39);
  opacity: 1;
}

select option {
  text-transform: none;
}

.searchSelect_input {
  border-top: 0px rgb(224, 224, 224);
  border-left: 0px rgb(224, 224, 224);
  border-right: 0px rgb(224, 224, 224);
  border-bottom-color: rgb(224, 224, 224);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(/images/arrow.png?d41d8cd98f00b204e9800998ecf8427e);
  background-repeat: no-repeat;
  background-position: 95% 55%;
}

.searchSelect_input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.39);
}

.searchSelect_input::placeholder {
  color: rgba(0, 0, 0, 0.39);
}

.searchSelect_input.filter-search-input:focus {
  box-shadow: none;
}

.searchSelect_data {
  margin-top: 8px;
  max-height: 15rem;
  overflow-y: scroll;
  position: absolute;
  z-index: 10;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 3px 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  width: 100%;
  background-color: #ffffff;
}

.searchSelect_data > div {
  color: black;
  background-color: white;
  padding: 0.35rem 0.75rem;
  font-weight: 500;
  font-size: 13px;
}

.searchSelect_data > div:hover {
  color: #111111;
  background-color: none;
  font-family: "Circular-Bold";
  cursor: pointer;
}

.searchSelect_data > div.no-options {
  color: #cec6c6;
  text-align: center;
}

.searchSelect_data > div.no-options:hover {
  color: #cec6c6;
  font-family: "Circular-Book";
  cursor: default;
}

.button-wrapper {
  display: flex;
}

.button-wrapper .button {
  margin: 0px auto;
  padding: 0.6875rem 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 5px;
  background-color: rgb(52, 58, 64);
  color: rgb(255, 255, 255);
}

.button-wrapper .button + button {
  margin-top: 80rem;
}

.flash-message .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.flash-message .alert.alert-danger {
  text-decoration: none;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.flash-message .alert.alert-danger ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flash-message .alert.alert-warning {
  text-decoration: none;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.flash-message .alert.alert-warning ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flash-message .alert.alert-success {
  align-items: center;
  display: flex;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.flash-message .alert.alert-success a {
  margin-left: auto;
}

.offer_not_approved {
  background: #ff1d1d;
  color: #000;
}

.signature_cancelled {
  background: #eb5454;
}

.invoiced {
  background: #33ff00;
  color: #000;
}

.offer_signed {
  background: #00ffc8;
  color: #000;
}

.signature_ongoing {
  background: #00aaff;
  color: #000;
}

.send_for_signature {
  background: #ffba00;
}

.offer_sent {
  background: #e87613;
}

.offer_not_sent {
  background: #d400c9;
}

.done_internal {
  background: #7800d4;
}

.not_done {
  background: #000000;
  color: #fff;
}

body .hamburgerMenu-submenu {
  display: none;
}

body .hamburgerMenu-submenu.open {
  display: block;
}

body .hamburgerMenu-submenu.open .drawer-provider.open {
  transition: all 0.3s ease 0s;
}

body .hamburgerMenu-submenu.open .drawer-provider .drawer {
  max-width: 25%;
  left: 252px;
  z-index: 2;
  transform: translateX(0px);
  top: 0px;
  background: rgb(255, 255, 255);
  height: 100%;
  width: 100%;
  position: fixed;
  transition: transform 0.5s ease 0s;
}

body .hamburgerMenu-submenu.open .drawer-provider .drawer .drawer-content {
  box-shadow: rgba(17, 17, 17, 0.16) 0px 3px 6px;
  height: 100%;
}

body .hamburgerMenu-submenu.open .drawer-provider .drawer .drawer-content .submenu-wrapper {
  height: 100%;
  position: relative;
  background-color: rgb(245, 245, 245);
  border-top: 5.3125rem solid transparent;
  border-bottom: 6.25rem solid transparent;
  padding-left: 1.5rem;
  padding-right: 0.9375rem;
  transition: all 0.5s ease 0s;
}

body .hamburgerMenu-submenu.open .drawer-provider .drawer .drawer-content .submenu-wrapper .menu-item {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

body .hamburgerMenu-submenu.open .drawer-provider .drawer .drawer-content .submenu-wrapper .menu-item li {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Circular-Medium";
  background-color: transparent;
  color: rgb(17, 17, 17);
  border-radius: 0.3125rem;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

body .hamburgerMenu-submenu.open .drawer-provider .drawer .drawer-content .submenu-wrapper .menu-item li a {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  color: rgb(0, 0, 0);
  display: block;
  position: relative;
  padding-left: 2.125rem;
  text-decoration: none;
}

body .hamburgerMenu-submenu.open .drawer-provider .drawer .drawer-content .submenu-wrapper .menu-item li a:hover {
  color: white;
}

body .hamburgerMenu-submenu.open .drawer-provider .drawer .drawer-content .submenu-wrapper .menu-item li.active {
  background-color: rgb(0, 0, 0);
}

body .hamburgerMenu-submenu.open .drawer-provider .drawer .drawer-content .submenu-wrapper .menu-item li.active a {
  color: white;
}

body .hamburgerMenu-submenu.open .drawer-provider .drawer .drawer-content .submenu-wrapper .menu-item li:hover {
  background-color: rgb(0, 0, 0);
}

body .hamburgerMenu-submenu.open .drawer-provider .drawer .drawer-content .submenu-wrapper .menu-item li + li {
  margin-top: 0.625rem;
}

body .sidebar-wrapper {
  position: fixed;
  box-shadow: rgba(18, 18, 18, 0.16) 0px 3px 6px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  max-width: 250px;
  border-top: 1.5625rem solid transparent;
  transition: transform 0.5s ease 0s, max-width 0.5s ease 0s;
  z-index: 3;
}

body .sidebar-wrapper .logo {
  cursor: pointer;
  z-index: 3;
  display: flex;
  font-size: 1.1875rem;
  font-family: "Circular-Bold";
  min-height: 29px;
  transition: all 0.5s ease 0s;
  color: rgb(17, 17, 17);
  justify-content: center;
  align-items: center;
  margin-left: 40px;
}

body .sidebar-wrapper .logo .brand-logo {
  position: relative;
  min-height: 24px;
  max-height: 24px;
  min-width: 35px;
}

body .sidebar-wrapper .logo .brand-logo span {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: initial;
  height: initial;
  background: none;
  opacity: 1;
  border: 0px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  inset: 0px;
}

body .sidebar-wrapper .logo .brand-logo span img {
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  display: block;
  width: 0px;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

body .sidebar-wrapper .logo h5.logo-text {
  font-size: 17.5px;
  line-height: normal;
  transition: all 0.5s ease 0s;
  max-width: 0;
  overflow: hidden;
  margin-left: 0.9375rem;
}

body .sidebar-wrapper .logo h5.logo-text.in {
  max-width: 100%;
  transition-delay: 0.2s;
}

body .sidebar-wrapper .hamburger {
  display: inline-block;
  padding: 0.625rem;
  position: relative;
  z-index: 3;
  width: 65px;
}

body .sidebar-wrapper .hamburger.hamburger-icon {
  transition: all 0.5s ease 0s;
  top: -35px;
}

body .sidebar-wrapper .hamburger .hamburger-menu {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  top: -1px;
  cursor: pointer;
  margin: 0px auto;
  transition: 0.3s;
}

body .sidebar-wrapper .hamburger .hamburger-menu span {
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: rgb(17, 17, 17);
  transition: 0.3s;
}

body .sidebar-wrapper .hamburger .hamburger-menu span:nth-child(1) {
  top: 2px;
  left: 2px;
  transform: translate(7px, 7px) scale(1);
}

body .sidebar-wrapper .hamburger .hamburger-menu span:nth-child(2) {
  top: 2px;
  left: 50%;
  transform: translate(calc(-50% - 7px), 0px) scale(1);
}

body .sidebar-wrapper .hamburger .hamburger-menu span:nth-child(3) {
  top: 2px;
  right: 2px;
  transform: translate(-7px, 7px) scale(1);
}

body .sidebar-wrapper .hamburger .hamburger-menu span:nth-child(4) {
  top: 50%;
  left: 2px;
  transform: translate(0px, calc(-50% + 8px)) scale(1);
}

body .sidebar-wrapper .hamburger .hamburger-menu span:nth-child(5) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}

body .sidebar-wrapper .hamburger .hamburger-menu span:nth-child(6) {
  top: 50%;
  right: 2px;
  transform: translate(0px, calc(-50% - 7px)) scale(1);
}

body .sidebar-wrapper .hamburger .hamburger-menu span:nth-child(7) {
  bottom: 2px;
  left: 2px;
  transform: translate(7px, -7px) scale(1);
}

body .sidebar-wrapper .hamburger .hamburger-menu span:nth-child(8) {
  bottom: 2px;
  left: 50%;
  transform: translate(calc(-50% + 7px), 1px) scale(1);
}

body .sidebar-wrapper .hamburger .hamburger-menu span:nth-child(9) {
  bottom: 2px;
  right: 2px;
  transform: translate(-7px, -7px) scale(1);
}

body .sidebar-wrapper .hamburger .menu-wrapper {
  visibility: hidden;
  opacity: 0;
}

body .sidebar-wrapper .hamburger .menu-wrapper.open {
  transition: 0.3s;
}

body .sidebar-wrapper .hamburger .menu-wrapper.open.in {
  transition: 0.3s;
  visibility: visible;
  opacity: 1;
}

body .sidebar-wrapper .hamburgerMenu {
  background-color: rgb(255, 255, 255);
  border-bottom: 2.5rem solid transparent;
  padding-left: 1.5rem;
  padding-right: 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: calc(100% - 79px);
}

body .sidebar-wrapper .hamburgerMenu .toggle-sidebar {
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0px;
  right: -12px;
  z-index: 10;
  line-height: 0;
  cursor: pointer;
  box-shadow: rgba(18, 18, 18, 0.15) 4px 0px 5px;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  border-radius: 50px;
  padding: 3px;
}

body .sidebar-wrapper .hamburgerMenu .toggle-sidebar svg {
  transition: all 0.3s ease 0s;
  transform: rotate(180deg);
}

body .sidebar-wrapper .menu-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  visibility: hidden;
  opacity: 0;
}

body .sidebar-wrapper .menu-wrapper.open {
  transition: all 0.5s ease 0s;
}

body .sidebar-wrapper .menu-wrapper.open.in {
  transition: all 0.5s ease 0s;
  visibility: visible;
  opacity: 1;
}

body .sidebar-wrapper .menu-wrapper .menu-top {
  overflow-y: auto;
  border-bottom: 3.125rem solid transparent;
  height: calc(100% - 175px);
}

body .sidebar-wrapper .menu-wrapper .menu-top ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

body .sidebar-wrapper .menu-wrapper .menu-top ul + ul {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 1px solid rgba(18, 18, 18, 0.1);
}

body .sidebar-wrapper .menu-wrapper .menu-top ul li {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Circular-Medium";
  background-color: transparent;
  color: #000;
  border-radius: 0.3125rem;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

body .sidebar-wrapper .menu-wrapper .menu-top ul li.active,
body .sidebar-wrapper .menu-wrapper .menu-top ul li:hover {
  background-color: rgb(0, 0, 0);
}

body .sidebar-wrapper .menu-wrapper .menu-top ul li.active a,
body .sidebar-wrapper .menu-wrapper .menu-top ul li.active span,
body .sidebar-wrapper .menu-wrapper .menu-top ul li:hover a,
body .sidebar-wrapper .menu-wrapper .menu-top ul li:hover span {
  color: #fff;
}

body .sidebar-wrapper .menu-wrapper .menu-top ul li a {
  text-decoration: none;
}

body .sidebar-wrapper .menu-wrapper .menu-top ul li span,
body .sidebar-wrapper .menu-wrapper .menu-top ul li a {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  color: rgb(0, 0, 0);
  display: block;
  position: relative;
  padding-left: 2.125rem;
}

body .sidebar-wrapper .menu-wrapper .menu-top ul li + li {
  margin-top: 0.625rem;
}

body .sidebar-wrapper .menu-wrapper .menu-bottom ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

body .sidebar-wrapper .menu-wrapper .menu-bottom ul + ul {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 1px solid rgba(18, 18, 18, 0.1);
}

body .sidebar-wrapper .menu-wrapper .menu-bottom ul li {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Circular-Medium";
  background-color: transparent;
  color: #000;
  border-radius: 0.3125rem;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

body .sidebar-wrapper .menu-wrapper .menu-bottom ul li.active,
body .sidebar-wrapper .menu-wrapper .menu-bottom ul li:hover {
  background-color: rgb(0, 0, 0);
}

body .sidebar-wrapper .menu-wrapper .menu-bottom ul li.active a,
body .sidebar-wrapper .menu-wrapper .menu-bottom ul li.active span,
body .sidebar-wrapper .menu-wrapper .menu-bottom ul li:hover a,
body .sidebar-wrapper .menu-wrapper .menu-bottom ul li:hover span {
  color: #fff;
}

body .sidebar-wrapper .menu-wrapper .menu-bottom ul li a {
  text-decoration: none;
}

body .sidebar-wrapper .menu-wrapper .menu-bottom ul li span,
body .sidebar-wrapper .menu-wrapper .menu-bottom ul li a {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  color: rgb(0, 0, 0);
  display: block;
  position: relative;
  padding-left: 2.125rem;
}

body .sidebar-wrapper .menu-wrapper .menu-bottom ul li.logout {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 1px solid rgba(18, 18, 18, 0.1);
}

body .sidebar-wrapper .menu-wrapper .menu-bottom ul li.logout:hover {
  background: transparent;
}

body .sidebar-wrapper .menu-wrapper .menu-bottom ul li.logout:hover a {
  color: #000;
}

body .sidebar-wrapper .menu-wrapper .menu-bottom ul li + li {
  margin-top: 0.625rem;
}

body .sidebar-wrapper.menu-close {
  /* When the menu is close, show it */
  transform: translateX(0);
  max-width: 65px;
}

body .sidebar-wrapper.menu-close .logo {
  margin-left: 0px;
}

body .sidebar-wrapper.menu-close .logo h5 {
  display: none;
}

body .sidebar-wrapper.menu-close .hamburger-icon.active {
  top: 20px;
}

body .sidebar-wrapper.menu-close .hamburger-icon.active .hamburger-menu span:nth-child(1) {
  top: 2px;
  left: 2px;
  transform: none;
}

body .sidebar-wrapper.menu-close .hamburger-icon.active .hamburger-menu span:nth-child(2) {
  top: 2px;
  left: 50%;
  transform: translate(-50%);
}

body .sidebar-wrapper.menu-close .hamburger-icon.active .hamburger-menu span:nth-child(3) {
  top: 2px;
  right: 2px;
  transform: none;
}

body .sidebar-wrapper.menu-close .hamburger-icon.active .hamburger-menu span:nth-child(4) {
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
}

body .sidebar-wrapper.menu-close .hamburger-icon.active .hamburger-menu span:nth-child(5) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body .sidebar-wrapper.menu-close .hamburger-icon.active .hamburger-menu span:nth-child(6) {
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
}

body .sidebar-wrapper.menu-close .hamburger-icon.active .hamburger-menu span:nth-child(7) {
  bottom: 2px;
  left: 2px;
  transform: none;
}

body .sidebar-wrapper.menu-close .hamburger-icon.active .hamburger-menu span:nth-child(8) {
  bottom: 2px;
  left: 50%;
  transform: translate(-50%);
}

body .sidebar-wrapper.menu-close .hamburger-icon.active .hamburger-menu span:nth-child(9) {
  bottom: 2px;
  right: 2px;
  transform: none;
}

body .sidebar-wrapper.menu-close .hamburger-menu.toggle-sidebar .svg-icon-open {
  display: none;
}

body .sidebar-wrapper.menu-close .hamburgerMenu .toggle-sidebar {
  top: 15px;
}

body .sidebar-wrapper.menu-close .hamburgerMenu .toggle-sidebar svg {
  transform: rotate(0deg);
}

body .dashboard-sidebar .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}

body .dashboard-sidebar .list-group .list-group-item {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  position: relative;
  display: block;
  padding: 12px 20px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

body .dashboard-sidebar .list-group .list-group-item a {
  padding: 8px;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-family: "Circular-Medium";
  display: inline-block;
}

body .main {
  height: 100%;
  transition: all 0.5s ease 0s;
  padding: 0px 1.25rem 0px 270px;
  min-height: 100vh;
  max-height: 100%;
}

body .main.menu-close {
  padding: 0px 1.25rem 0px 100px;
}

body .main .page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4375rem 0px;
  position: relative;
  z-index: 1;
}

body .main .page-header .container-fluid .row .col .top-header {
  display: flex;
  align-items: center;
}

body .main .page-header .container-fluid .row .col .top-header.edit-page .progressSelect {
  position: relative;
  display: inline-block;
  top: -0.2rem;
  margin-left: 2rem;
}

body .main .page-header .container-fluid .row .col .top-header.edit-page .progressSelect select {
  border: none;
  text-align: center;
  border-radius: 25px;
  padding: 2px;
  -webkit-appearance: none;
}

body .main .page-header .container-fluid .row .col .top-header.edit-page .progressSelect select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

body .main .page-header .container-fluid .row .col .top-header.edit-page #autosave-indicator-container {
  display: inline-block;
  position: relative;
  top: -0.2rem;
  margin-left: 1rem;
}

body .main .page-header .container-fluid .row .col .top-header.edit-page #autosave-indicator-container .dot {
  display: inline-block;
  border-radius: 50%;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 0.25rem;
}

body .main .page-header .container-fluid .row .col .top-header.edit-page #autosave-indicator-container .dot.btn-success {
  background-color: #059060;
}

body .main .page-header .container-fluid .row .col .top-header.edit-page #autosave-indicator-container .dot.btn-warning {
  background-color: #FFDD00;
}

body .main .page-header .container-fluid .row .col .top-header.edit-page #autosave-indicator-container .dot.btn-danger {
  background-color: #D80000;
}

body .main .page-header .container-fluid .row .col .top-header.edit-page #autosave-indicator-container .notice {
  white-space: nowrap;
  display: inline-block;
  opacity: 0;
  position: absolute;
  transition: 0.25s opacity ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: white;
  padding: 0.5rem 1rem;
  z-index: 100;
  top: 2rem;
  left: 0rem;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.05);
}

body .main .page-header .container-fluid .row .col .top-header.edit-page #autosave-indicator-container .notice ul {
  margin: 0;
  margin-top: 0.25rem;
  padding: 0;
}

body .main .page-header .container-fluid .row .col .top-header.edit-page #autosave-indicator-container .notice ul li {
  margin-left: 1rem;
}

body .main .page-header .container-fluid .row .col .top-header.edit-page #autosave-indicator-container:hover .notice {
  opacity: 100;
}

body .main .page-header .container-fluid .row .col .top-header.edit-page #autosave-indicator-container p {
  display: inline-block;
  font-size: 1rem;
}

body .main .page-header .container-fluid .row .col .top-header.edit-page #autosave-indicator-container .dot.btn-success,
body .main .page-header .container-fluid .row .col .top-header.edit-page #autosave-indicator-container .dot.btn-danger {
  animation: 0.25s ease-in forwards blink;
}

body .main .page-header .container-fluid .row .col .top-header.edit-page #autosave-indicator-container .dot.btn-warning {
  animation: 0.75s infinite alternate blink;
}

@keyframes blink {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

body .main .page-header .container-fluid .row .col .top-header a {
  margin-left: auto;
}

body .main .page-header .container-fluid .row .col .top-header .title h2 {
  font-size: 2rem;
  line-height: 3.0625rem;
}

body .main .page-header .container-fluid .row .col .top-header .content {
  margin-left: auto;
  display: flex;
  align-items: center;
}

body .main .page-header .container-fluid .row .col .top-header .content a {
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
  margin-right: 0.9375rem;
}

body .main .page-header .container-fluid .row .col p {
  color: rgb(112, 112, 112);
}

body .main .page-content {
  padding-bottom: 3.75rem;
}

body .main .page-content .breadcrumb-ul {
  margin: 0px 0.9375rem;
  padding: 0px 0px 1.125rem;
  list-style: none;
  font-size: 8.75px;
  text-transform: capitalize;
  font-family: "Circular-Medium";
  border: none;
}

body .main .page-content .breadcrumb-ul .breadcrumb-li {
  display: inline-block;
  color: rgb(112, 112, 112);
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

body .main .page-content .breadcrumb-ul .breadcrumb-li a {
  color: rgb(112, 112, 112);
  text-decoration: none;
}

body .btn {
  font-size: 0.875rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
  outline: none;
  cursor: pointer;
  padding: 0.6875rem 1.25rem;
  border-radius: 5px;
  background-color: rgb(52, 58, 64);
  color: rgb(255, 255, 255);
  text-decoration: none;
}

body .btn.button-submit {
  background-color: #07d68f;
}

body .btn + button {
  margin-top: 80rem;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.container-fluid .row .col {
  flex-basis: 0px;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.filter-form {
  border-radius: 5px;
  padding: 0rem 0px 1.25rem;
  margin-bottom: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  align-items: center;
}

.filter-form .input-field {
  max-width: 18%;
  flex: 0 0 18%;
  padding: 0px;
  margin-right: 0.75rem;
  background: rgb(255, 255, 255);
  height: 58px;
  border-radius: 3px;
}

.filter-form .input-field label {
  margin-bottom: 0rem;
  font-size: 11px;
  font-family: "Circular-Medium";
  padding-top: 0.5rem;
  padding-left: 0.75rem;
  color: rgba(18, 18, 18, 0.54);
  display: block;
  font-weight: inherit;
}

.filter-form .input-field .input-wrap input {
  border: none;
  outline: none;
  font-family: "Circular-Medium";
  height: 38px;
  font-size: 14px;
  background-color: transparent;
  padding: 0px 12px;
}

.filter-form .input-field select {
  width: 100%;
  font-size: 14px;
  padding: 0 12px;
  height: 38px;
  font-family: "Circular-Book";
  border: none;
}

.filter-form .input-field select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.filter-form .input-field select option {
  text-transform: none;
}

.filter-form .input-field .select-container,
.filter-form .input-field .filter-select-container {
  position: relative;
  box-sizing: border-box;
  border-width: 0px;
  border-style: solid;
  border-color: currentColor;
  cursor: pointer;
  background-color: transparent;
  color: rgb(18, 18, 18);
  border-radius: 0px;
  font-family: "Circular-Medium";
  font-size: 13px;
}

.filter-form .input-field .select-container select,
.filter-form .input-field .filter-select-container select {
  border: none;
}

.filter-form .input-field .select-container select:focus,
.filter-form .input-field .filter-select-container select:focus {
  border: none;
  box-shadow: none;
}

.filter-form .input-field .select-container input,
.filter-form .input-field .filter-select-container input {
  padding: 0px 12px;
  border: none;
  height: 38px;
  font-family: "Circular-Medium";
  cursor: default;
}

.justify-content-end {
  justify-content: flex-end;
}

.d-flex {
  display: flex;
}

.btn-submit {
  padding-bottom: 30px;
}

.integration-setting .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.integration-setting .list-group .list-group-item {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  position: relative;
  display: flex;
  /* Use flex for horizontal alignment */
  justify-content: space-between;
  /* Align items horizontally */
  align-items: center;
  /* Center items vertically */
  padding: 12px 20px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.integration-setting .list-group .list-group-item a {
  padding: 8px;
  text-decoration: none;
  font-size: 16px;
  font-family: "Circular-Medium";
  display: inline-block;
}

.integration-setting .list-group .list-group-item a.btn {
  font-size: 0.875rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
  outline: none;
  cursor: pointer;
  padding: 0.6875rem 1.25rem;
  border-radius: 5px;
  background-color: rgb(52, 58, 64);
  color: rgb(255, 255, 255);
  text-decoration: none;
  min-width: 120px;
  justify-content: center;
}

.integration-setting .list-group .list-group-item a.btn.button-submit {
  background-color: #07d68f;
}

.integration-setting .list-group .list-group-item a.btn + button {
  margin-top: 80rem;
}

.integration-setting .list-group .list-group-item .btn-dot-popup {
  pointer-events: none;
  bottom: 1.25rem;
  color: black;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.25rem;
  padding: 0.5rem;
}

.integration-setting .list-group .list-group-item .btn-dot-popup.success {
  color: #198754;
}

.integration-setting .list-group .list-group-item .btn-dot-popup.danger {
  color: #dc3545;
}

.integration-setting .list-group .list-group-item:hover .btn-dot-popup {
  /* Show the popup when hovering the list item */
  opacity: 1;
  transition: opacity 0.1s ease;
}

.integration-setting .list-group .list-group-item + .list-group-item {
  margin-top: 10px;
  /* Add space between list items */
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.add-row,
.add-support-row,
.add-tillval-row,
.add-pdf-row,
.add_tabletop_btn_row,
.add_tabletop_col {
  display: flex;
  justify-content: flex-end;
}

.add-row button.add-btn,
.add-support-row button.add-btn,
.add-tillval-row button.add-btn,
.add-pdf-row button.add-btn,
.add_tabletop_btn_row button.add-btn,
.add_tabletop_col button.add-btn {
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  margin-right: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 12px;
  font-family: "Circular-Book";
  color: #121212;
  line-height: 1rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
  outline: none;
  cursor: pointer;
  padding: 0.6875rem 1.25rem;
  margin-bottom: 0.9375rem;
}

.add-row button.add-btn span,
.add-support-row button.add-btn span,
.add-tillval-row button.add-btn span,
.add-pdf-row button.add-btn span,
.add_tabletop_btn_row button.add-btn span,
.add_tabletop_col button.add-btn span {
  width: 16px;
  height: 16px;
  border: 1px solid #121212;
  border-radius: 25px;
  margin-left: 4px;
  position: relative;
}

.add-row button.add-btn span img,
.add-support-row button.add-btn span img,
.add-tillval-row button.add-btn span img,
.add-pdf-row button.add-btn span img,
.add_tabletop_btn_row button.add-btn span img,
.add_tabletop_col button.add-btn span img {
  margin-right: 0px;
  position: absolute;
  top: 16%;
  left: 14%;
  color: #121212;
  width: 10px;
  height: 10px;
  /* margin-right: 0; */
}

.add-row button.add-btn span img.svg-icon,
.add-support-row button.add-btn span img.svg-icon,
.add-tillval-row button.add-btn span img.svg-icon,
.add-pdf-row button.add-btn span img.svg-icon,
.add_tabletop_btn_row button.add-btn span img.svg-icon,
.add_tabletop_col button.add-btn span img.svg-icon {
  margin-right: 0;
  /* transform: translate(0%, 0%); */
  position: absolute;
  top: 14%;
  left: 14%;
}

.hidden-tr {
  display: none;
}

.section {
  height: 100vh;
  padding: 70px;
  overflow-x: hidden;
}

.section .auth-layout {
  height: 100%;
  max-width: 345px;
  margin: 0 auto;
}

.section .auth-layout .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.section .auth-layout .form-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.section .auth-layout .form-wrapper .logo-wrapper {
  margin-top: auto;
  margin-bottom: 50px;
}

.section .auth-layout .form-wrapper .logo-wrapper .image {
  position: relative;
  min-height: 50px;
}

.section .auth-layout .form-wrapper .logo-wrapper .image img {
  position: absolute;
  border: none;
  margin: auto;
  display: block;
  min-width: 100%;
  max-height: 100%;
}

.section .auth-layout .form-wrapper .form-container {
  margin: 0 0 auto 0;
}

.section .auth-layout .form-wrapper .form-container form .form-field-wrapper .form-field {
  margin-bottom: 1.875rem;
}

.section .auth-layout .form-wrapper .form-container form .form-field-wrapper .form-field label {
  font-family: "Circular-Book";
  font-size: rem(14);
  display: block;
  margin-bottom: 0.75rem;
}

.section .auth-layout .form-wrapper .form-container .button-wrapper button {
  margin-bottom: 25px;
}

.section .auth-layout .form-wrapper .form-container .checkbox-field {
  position: relative;
  text-align: center;
}

.section .auth-layout .form-wrapper .form-container .checkbox-field input[type=checkbox] {
  position: absolute;
  left: -9999px;
}

.section .auth-layout .form-wrapper .form-container .checkbox-field input[type=checkbox] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  transition: all 0.5s ease 0s;
}

.section .auth-layout .form-wrapper .form-container .checkbox-field input[type=checkbox] + label::before,
.section .auth-layout .form-wrapper .form-container .checkbox-field input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border: 1px solid gray;
  border-radius: 3px;
  transition: all 0.5s ease 0s;
}

.section .auth-layout .form-wrapper .form-container .checkbox-field input[type=checkbox] + label::before {
  background-color: transparent;
}

.section .auth-layout .form-wrapper .form-container .checkbox-field input[type=checkbox] + label::after {
  background-color: #111111;
  border: 1px solid #111111;
}

.section .auth-layout .form-wrapper .form-container .checkbox-field input[type=checkbox]:checked + label::after,
.section .auth-layout .form-wrapper .form-container .checkbox-field input[type=checkbox]:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0);
}

.section .auth-layout .form-wrapper .form-container .checkbox-field input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: scale(0.7);
}

button.pagination-btn {
  font-size: 0.875rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
  outline: none;
  cursor: pointer;
  padding: 0.6875rem 1.25rem;
  background-color: transparent;
  border-width: 1px;
  border-color: rgb(218, 224, 228);
  color: rgb(218, 224, 228);
}

.popover-wrapper {
  visibility: visible;
  position: absolute;
  top: 0px;
  max-width: 200px;
  width: 200px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
  border-radius: 8px;
  right: 50px;
  display: none;
}

.popover-wrapper.active {
  display: block;
}

.popover-wrapper ul {
  margin: 0px;
  padding: 0px;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  list-style: none;
}

.popover-wrapper ul li {
  background-color: transparent;
  transition: all 0.3s ease 0s;
}

.popover-wrapper ul li:hover {
  background-color: rgb(231, 231, 231);
}

.popover-wrapper ul li:hover a {
  color: rgb(0, 0, 0);
}

.popover-wrapper ul li:first-child {
  border-radius: 8px 8px 0px 0px;
}

.popover-wrapper ul li a {
  padding: 1.125rem 1.5rem;
  color: rgb(18, 18, 18);
  font-size: 0.8125rem;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.table-wrapper .title-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.table-wrapper .title-action .handler {
  position: relative;
  background-color: rgba(0, 0, 0, 0.98);
  color: rgb(255, 255, 255);
  border-radius: 6px 6px 0px 0px;
  padding: 0.375rem 1.25rem;
  cursor: pointer;
  display: flex;
}

.table-wrapper .title-action .handler .title {
  position: relative;
  font-family: "Circular-Medium";
  font-size: 0.6875rem;
}

.table-wrapper .table-component {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 6px;
  border-radius: 8px;
}

.table-wrapper .table-component table.table {
  background: rgb(255, 255, 255);
  border-spacing: 0px;
  width: 100%;
}

.table-wrapper .table-component table.table thead tr th {
  margin: 0px;
  padding: 0.9375rem 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
}

.table-wrapper .table-component table.table thead tr th.th {
  box-shadow: none;
  font-family: "Circular-Bold";
  font-size: 0.8125rem;
  color: rgb(0, 0, 0);
  line-height: 14px;
  font-weight: inherit;
}

.table-wrapper .table-component table.table tbody td {
  margin: 0px;
  padding: 0.9375rem 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
}

.table-wrapper .table-component table.table tbody td:hover {
  cursor: pointer;
}

.table-wrapper .table-component table.table tbody td.td {
  font-family: "Circular-Book";
  font-size: 13px;
  line-height: 15px;
  color: rgb(0, 0, 0);
  font-weight: inherit;
}

.table-wrapper .table-component table.table tbody td input {
  outline: none;
  border: none;
  box-shadow: none;
}

.table-wrapper .table-component table.table tbody td input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.table-wrapper .table-component table.table tbody td.action {
  text-align: center;
}

.table-wrapper .table-component table.table tbody td.action button {
  background-color: transparent;
  cursor: pointer;
}

.table-wrapper .table-component table.table tbody td p {
  text-align: center;
}

.table-wrapper .table-component table.table tbody td .popover-div {
  position: relative;
  max-width: 200px;
}

.table-wrapper .table-component table.table tbody td .popover-div .popover-action {
  cursor: pointer;
  background-color: transparent;
  position: relative;
  transition: all 0.3s ease 0s;
  padding: 0 14px;
  height: 40px;
  margin-left: auto;
}

.table-wrapper .table-component table.table tbody td .popover-div .popover-action.active {
  box-shadow: rgb(214, 214, 214) 0px -1px 4px -1px;
}

.table-wrapper .table-component table.table tbody td .popover-div .popover-action .popover-action-icon {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgb(18, 18, 18);
  box-shadow: rgb(18, 18, 18) 0px 6px 0px, rgb(18, 18, 18) 0px 12px 0px;
  margin: 0px auto;
  position: absolute;
  top: calc(50% - 6px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.table-wrapper .table-component table.table tbody td a {
  text-decoration: none;
}

.table-wrapper .table-component table.table tbody td a.link {
  text-decoration: none;
  font-family: "Circular-Book";
  font-size: 0.8125rem;
  line-height: 15px;
  color: rgb(0, 0, 0);
}

.table-wrapper .table-component table.table tbody td.offer-status-select {
  padding: 0;
  width: 10rem;
}

.table-wrapper .table-component table.table tbody td.offer-status-select .wrapperBlock {
  height: 4.37rem;
}

.table-wrapper .table-component table.table tbody td.offer-status-select .wrapperBlock .progressSelect {
  height: 100%;
}

.table-wrapper .table-component table.table tbody td select {
  border: none;
  text-align: center;
  padding: 1rem;
  height: 100%;
  -webkit-appearance: none;
  font-family: "Circular-Book";
}

.table-wrapper .table-component table.table tbody td select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.table-wrapper .pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.table-wrapper .pagination-wrapper .pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 6px;
  border-radius: 0px 0px 8px 8px;
  padding: 0.9375rem 1.25rem;
  background-color: rgb(255, 255, 255);
  margin: 0px 66px 0px 0px;
}

.table-wrapper .pagination-wrapper .pagination li {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-right: 0.5px;
}

.table-wrapper .pagination-wrapper .pagination li a {
  color: black;
}

.table-wrapper .pagination-wrapper .pagination li.active {
  background-color: rgb(226, 230, 234);
  color: rgb(14, 239, 149);
}

.table-wrapper .pagination-wrapper .pagination li:last-child {
  border-right: 1px solid #d9d9d9;
}

.table-wrapper .pagination-wrapper .pagination li:focus {
  background-color: #d9d9d9;
  outline: none;
}

.table-wrapper .pagination-wrapper .pagination li a {
  text-decoration: none;
}

.table-wrapper .pagination-wrapper .pagination li.active,
.table-wrapper .pagination-wrapper .pagination li.disabled {
  cursor: default;
}

.form-container {
  background: rgb(255, 255, 255);
}

.form-container .content-wrapper {
  margin-top: 35px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.form-container .content-wrapper .form-field {
  margin-bottom: 1.875rem;
}

.form-container .content-wrapper .form-field .select-field {
  margin-bottom: 0.9375rem;
}

.form-container .content-wrapper .form-field .select-field label {
  margin-top: 12px;
  display: block;
  font-size: 0.75rem;
  color: rgb(18, 18, 18);
  margin-bottom: 0.75rem;
  font-family: "Circular-Medium";
}

.form-container .content-wrapper .form-field .select-field label span.required {
  cursor: none;
  color: rgb(220, 53, 69);
  margin-left: 2px;
  font-size: 1.02rem;
}

.form-container .content-wrapper .form-field .select-field .input-wrap {
  flex: 0 0 70%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .form-container .content-wrapper .form-field .select-field .input-wrap {
    max-width: 70%;
  }
}

.form-container .content-wrapper .form-field .select-field .input-wrap p {
  color: #b0b6ba;
}

.form-container .content-wrapper .form-field .select-field .input-wrap .select-container {
  position: relative;
  box-sizing: border-box;
  border-width: 0px;
  border-style: solid;
  border-color: currentColor;
}

.form-container .content-wrapper .form-field .select-field .input-wrap .tox-tinymce {
  margin-top: 50px;
  margin-bottom: 30px;
}

.form-container .content-wrapper .form-field .select-field.with-description label {
  margin-top: auto;
  margin-bottom: 0;
}

.form-container .content-wrapper .form-field .input-field {
  margin-bottom: 0.9375rem;
}

.form-container .content-wrapper .form-field .input-field label {
  flex: 0 0 30%;
  margin-top: 12px;
  max-width: 30%;
  display: block;
  font-size: 0.75rem;
  color: rgb(18, 18, 18);
  margin-bottom: 0.75rem;
  font-family: "Circular-Medium";
}

.form-container .content-wrapper .form-field .input-field label span {
  cursor: pointer;
}

.form-container .content-wrapper .form-field .input-field label span.required {
  cursor: none;
  color: rgb(220, 53, 69);
  margin-left: 2px;
  font-size: 1.02rem;
}

.form-container .content-wrapper .form-field .input-field .input-wrap {
  flex: 0 0 70%;
  max-width: 70%;
  position: relative;
}

@media (max-width: 768px) {
  .form-container .content-wrapper .form-field .input-field .input-wrap {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .form-container .content-wrapper .form-field .input-field .input-wrap.no-label {
    margin-top: 47px;
  }
}

.form-container .content-wrapper .form-field .input-field .input-wrap p {
  font-family: "Circular-Book";
  color: #b0b6ba;
}

.form-container .content-wrapper .form-field .input-field .input-wrap .repeater .multiple {
  display: flex;
}

.form-container .content-wrapper .form-field .input-field .input-wrap .repeater .multiple .delete-icon {
  padding: 27px 27px 27px 0;
}

.form-container .content-wrapper .form-field .input-field .input-wrap .repeater .multiple .delete-icon .removable {
  cursor: pointer;
}

.form-container .content-wrapper .form-field .input-field .input-wrap .repeater .multiple .select-input-fields {
  width: 100%;
}

.form-container .content-wrapper .form-field .input-field .input-wrap .repeater .multiple .select-input-fields .key-points-type-render {
  margin: 10px 0 10px 0;
}

.form-container .content-wrapper .form-field .input-field .input-wrap .repeater .file-select {
  display: flex;
  margin-bottom: 25px;
}

.form-container .content-wrapper .form-field .input-field .input-wrap .repeater .file-select span {
  padding: 10px 10px 10px 0;
}

.form-container .content-wrapper .form-field .input-field .input-wrap .repeater .button-wrapper {
  margin-top: 15px;
}

.form-container .content-wrapper .form-field .input-field .input-wrap .repeater .button-wrapper .btn {
  border-radius: 16px;
  padding: 5px 8px;
}

.form-container .content-wrapper .form-field .input-field.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.form-container .content-wrapper .form-field .input-field.disabled label {
  color: rgb(18, 18, 18);
}

.form-container .content-wrapper .form-field .input-field.disabled input {
  color: rgb(18, 18, 18);
}

.form-container .content-wrapper .form-field .input-field.with-description label {
  margin-top: auto;
  margin-bottom: 0;
}

.form-container .content-wrapper .form-field .table-wrapper {
  margin-top: 15px;
}

.form-container .content-wrapper .form-field .tox-tinymce {
  width: 100% !important;
}

.form-container .content-wrapper .offer-tabeller {
  margin: 0 13.5rem;
}

.form-container .content-wrapper .offer-tabeller h3 {
  text-align: center;
  margin-bottom: 50px;
}

.form-container .content-wrapper .offer-tabeller .repeater-offer .flex-column {
  display: flex;
  margin: 0 -15px;
}

.form-container .content-wrapper .offer-tabeller .repeater-offer .flex-column .input-field label {
  flex: 0 0 15%;
}

.form-container .content-wrapper .offer-tabeller .repeater-offer .flex-column .form-field {
  flex: 0 0 50%;
  max-width: 70%;
  position: relative;
  padding: 0 15px;
}

.form-container .content-wrapper .price-fields {
  display: flex;
  margin: 0 13.5rem;
  margin-top: 2rem;
}

.form-container .content-wrapper .price-fields .form-field {
  display: inline-block;
  flex: 0 0 50%;
  padding: 0 15px;
}

.form-container .content-wrapper .two-column-form {
  display: flex;
  margin: 0 -15px;
}

.form-container .content-wrapper .two-column-form .form-field {
  flex: 0 0 50%;
  padding: 0 15px;
}

.form-container.login {
  background: none;
}

.multiple-row-form .form-field {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px !important;
}

@media (max-width: 768px) {
  .multiple-row-form .form-field {
    display: block;
  }
}

.multiple-row-form .form-field .select-field,
.multiple-row-form .form-field .input-field {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .multiple-row-form .form-field .select-field,
  .multiple-row-form .form-field .input-field {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.multiple-row-form .form-field .select-field label,
.multiple-row-form .form-field .input-field label {
  max-width: 100% !important;
}

.multiple-row-form .form-field .select-field .input-wrap,
.multiple-row-form .form-field .input-field .input-wrap {
  flex: 0 0 100% !important;
}

@media (min-width: 768px) {
  .multiple-row-form .form-field .select-field .input-wrap,
  .multiple-row-form .form-field .input-field .input-wrap {
    max-width: 100% !important;
  }
}

.multiple-row-form .form-field.col-mx {
  display: block;
}

@media (min-width: 768px) {
  .multiple-row-form .form-field.col-mx .select-field,
  .multiple-row-form .form-field.col-mx .input-field {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.multiple-row-form .inner-row {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .multiple-row-form .inner-row {
    display: block;
  }
}

.multiple-row-form .inner-row .col-7 {
  width: 65%;
  margin-right: auto;
}

@media (max-width: 768px) {
  .multiple-row-form .inner-row .col-7 {
    width: 100%;
    margin-right: 0;
  }
}

.multiple-row-form .inner-row .col-3 {
  margin-top: 20rem;
  width: 30%;
}

@media (max-width: 768px) {
  .multiple-row-form .inner-row .col-3 {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .multiple-row-form .inner-row .col-3 .form-field {
    display: block;
  }
}

@media (max-width: 1100px) {
  .multiple-row-form .inner-row .col-3 .form-field .input-field {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .multiple-row-form .inner-row .col-3 {
    margin-top: 0;
  }
}

.two-column-form .input-field,
.two-column-form .select-field,
.two-column-form .date-field,
.two-column-form .image-field,
.two-column-form .multiple-select {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .two-column-form .input-field,
  .two-column-form .select-field,
  .two-column-form .date-field,
  .two-column-form .image-field,
  .two-column-form .multiple-select {
    display: flex;
  }
}

.two-column-form .input-field > label,
.two-column-form .select-field > label,
.two-column-form .date-field > label,
.two-column-form .image-field > label,
.two-column-form .multiple-select > label {
  flex: 0 0 30%;
  max-width: 30%;
}

@media (min-width: 768px) {
  .two-column-form .input-field > label,
  .two-column-form .select-field > label,
  .two-column-form .date-field > label,
  .two-column-form .image-field > label,
  .two-column-form .multiple-select > label {
    flex: 0 0 30%;
    max-width: 30%;
    position: relative;
    top: 12px;
    margin-bottom: 0;
    padding-right: 30px;
  }
}

.two-column-form .input-field .inputWrap,
.two-column-form .select-field .inputWrap,
.two-column-form .date-field .inputWrap,
.two-column-form .image-field .inputWrap,
.two-column-form .multiple-select .inputWrap {
  flex: 0 0 90%;
  max-width: 90px;
}

@media (min-width: 768px) {
  .two-column-form .input-field .inputWrap,
  .two-column-form .select-field .inputWrap,
  .two-column-form .date-field .inputWrap,
  .two-column-form .image-field .inputWrap,
  .two-column-form .multiple-select .inputWrap {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

.tabeller .tabletop {
  overflow-x: scroll;
  padding: 5px;
}

.tabeller .tabletop .add-row-top button {
  margin-bottom: 0px;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
}

.tabeller .tabletop .add-row-bottom {
  margin-left: 10px;
  display: block;
}

.tabeller .tabletop .table-component {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 6px;
  border-radius: 8px;
  overflow: auto;
}

.tabeller .tabletop .table-component table.table {
  background: rgb(255, 255, 255);
  border-spacing: 0px;
  width: 100%;
}

.tabeller .tabletop .table-component table.table thead tr th {
  margin: 0px;
  padding: 0.9375rem 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
}

.tabeller .tabletop .table-component table.table thead tr th.th {
  box-shadow: none;
  font-family: "Circular-Bold";
  font-size: 0.8125rem;
  color: rgb(0, 0, 0);
  line-height: 14px;
  font-weight: inherit;
}

.tabeller .tabletop .table-component table.table thead tr th.th .table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tabeller .tabletop .table-component table.table thead tr th.th .table-head span {
  margin-right: 10px;
}

.tabeller .tabletop .table-component table.table thead tr th.th .table-head input[type=checkbox] {
  margin-right: 10px;
  height: auto;
}

.tabeller .tabletop .table-component table.table thead tr th.th .table-head button.del_tabletop_col {
  cursor: pointer;
  background: none;
  margin-left: auto;
}

.tabeller .tabletop .table-component table.table tbody td {
  margin: 0px;
  padding: 0.9375rem 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
}

.tabeller .tabletop .table-component table.table tbody td.td {
  font-family: "Circular-Book";
  font-size: 13px;
  line-height: 15px;
  color: rgb(0, 0, 0);
  font-weight: inherit;
}

.tabeller .tabletop .table-component table.table tbody td.del_tabletop_row {
  cursor: pointer;
}

.tabeller .tabletop .table-component table.table tbody td input[type=text] {
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
}

.tabeller .tabletop .table-component table.table tbody td.action {
  text-align: center;
}

.tabeller .tabletop .table-component table.table tbody td.action button {
  background-color: transparent;
  cursor: pointer;
}

.tabeller .tabletop .table-component table.table tbody td p {
  text-align: center;
}

.tabeller .tabletop .table-component table.table tbody td .del_tabletop_col button {
  background-color: rgba(0, 0, 0, 0.98);
  color: rgb(255, 255, 255);
  border-radius: 6px 6px 0px 0px;
  padding: 0.375rem 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tabeller .tabletop .table-component table.table tbody td .del_tabletop_col button .title {
  font-family: "Circular-Medium";
  font-size: 0.6875rem;
}

/* Copyright 2013 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.icon {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  display: inline-block;
}

.icon-offline {
  content: -webkit-image-set(url(/images/100-error-offline.png?603727db1b706260019aa950dcf5fcd9) 1x, url(/images/200-error-offline.png?53fce6ab1cdf7fc4ab8e0bd67249e6bf) 2x);
  position: relative;
}

.hidden {
  display: none;
}

/* Offline page */

.offline .interstitial-wrapper {
  color: #2b2b2b;
  font-size: 1em;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 600px;
  padding-top: 100px;
  width: 100%;
}

.offline .runner-container {
  height: 150px;
  max-width: 600px;
  overflow: hidden;
  position: absolute;
  top: 35px;
  width: 44px;
}

.offline .runner-canvas {
  height: 150px;
  max-width: 600px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 2;
}

.offline .controller {
  background: rgba(247, 247, 247, 0.1);
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}

#offline-resources {
  display: none;
}

@media (max-width: 420px) {
  .suggested-left > #control-buttons,
  .suggested-right > #control-buttons {
    float: none;
  }

  .snackbar {
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
  }
}

@media (max-height: 350px) {
  h1 {
    margin: 0 0 15px;
  }

  .icon-offline {
    margin: 0 0 10px;
  }

  .interstitial-wrapper {
    margin-top: 5%;
  }

  .nav-wrapper {
    margin-top: 30px;
  }
}

@media (min-width: 600px) and (max-width: 736px) and (orientation: landscape) {
  .offline .interstitial-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 420px) and (max-width: 736px) and (min-height: 240px) and (max-height: 420px) and (orientation: landscape) {
  .interstitial-wrapper {
    margin-bottom: 100px;
  }
}

@media (min-height: 240px) and (orientation: landscape) {
  .offline .interstitial-wrapper {
    margin-bottom: 90px;
  }

  .icon-offline {
    margin-bottom: 20px;
  }
}

@media (max-height: 320px) and (orientation: landscape) {
  .icon-offline {
    margin-bottom: 0;
  }

  .offline .runner-container {
    top: 10px;
  }
}

@media (max-width: 240px) {
  .interstitial-wrapper {
    overflow: inherit;
    padding: 0 8px;
  }
}

.arcade-mode,
.arcade-mode .runner-container,
.arcade-mode .runner-canvas {
  image-rendering: pixelated;
  max-width: 100%;
  overflow: hidden;
}

.arcade-mode #buttons,
.arcade-mode #main-content {
  opacity: 0;
  overflow: hidden;
}

.arcade-mode .interstitial-wrapper {
  height: 100vh;
  max-width: 100%;
  overflow: hidden;
}

.arcade-mode .runner-container {
  left: 0;
  margin: auto;
  right: 0;
  transform-origin: top center;
  transition: transform 250ms cubic-bezier(0.4, 0, 1, 1) 400ms;
  z-index: 2;
}

