@font-face {
  font-family: "Circular";
  src: url("/fonts/circular/circular-book.ttf") format("ttf"),
    url("/fonts/circular/circular-book.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Circular";
  src: url("/fonts/circular/circular-medium.ttf") format("ttf"),
    url("/fonts/circular/circular-medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Circular";
  src: url("/fonts/circular/circular-bold.ttf") format("ttf"),
    url("/fonts/circular/circular-bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Circular";
  src: url("/fonts/circular/circular-black.ttf") format("ttf"),
    url("/fonts/circular/circular-black.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

#fonts-circular {
  font-weight: 200;
  font-weight: 400;
  font-weight: 600;
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  text-rendering: optimizeLegibility;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
p,
a,
div {
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
h1,
h2,
h3,
h4,
p,
a,
select,
input[type="text"] {
  line-height: 1.3;
}

html,
body {
  margin: 0;
  padding: 0;
  height: auto;
  overflow: auto;
  background-color: #ffffff;
}

body > .body {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  min-height: 100vh;
  text-align: center;
}
body > .body.main > .container {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center;
}
body > .body.app > .container {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  min-height: 100vh;
  padding: 120px 40px 40px 40px;
  text-align: center;
  background-color: #ffffff;
}

body > .body .inline {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1040px;
  min-height: 100%;
  padding: 0px 20px;
  margin: 0;
  vertical-align: top;
}

body > .body.main > .header {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 74px;
  top: 0;
  left: 0;
  z-index: 100;
}
body > .body.main > .header > .inline > .logo {
  position: relative;
  display: inline-block;
  margin-top: 16px;
}
body > .body.main > .header > .inline > .logo > .image {
  position: relative;
  display: inline-block;
  width: 132px;
  float: left;
}

body > .body.app > .header {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 0;
  left: 0;
  padding: 30px 40px 0px 40px;
  z-index: 300;
}
body > .body.app > .header > .search-container {
  position: relative;
  display: inline-block;
  width: 350px;
  float: left;
}
body > .body.app > .header > .search-container > .search-bar {
  width: 100%;
  background-color: #f7f7f7;
}
body > .body.app > .header > .logo-container {
  float: left;
}
body > .body.app > .header > .logo-container > .image {
  height: 55px;
}
body > .body.app > .header > .controls-container {
  position: relative;
  display: inline-block;
  float: right;
}
body > .body.app > .header > .controls-container > .links-container {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  padding: 17px;
  margin-left: 10px;
  background-color: #f7f7f7;
  border-radius: 100%;
}
body
  > .body.app
  > .header
  > .controls-container
  > .links-container
  > .links-icon {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
body
  > .body.app
  > .header
  > .controls-container
  > .links-container
  > .links-dropdown {
  position: absolute;
  display: inline-block;
  width: 300px;
  height: 260px;
  top: 62px;
  right: -110px;
  padding: 15px 15px 15px 15px;
  overflow-y: auto;
  background-color: #ffffff;
}
body
  > .body.app
  > .header
  > .controls-container
  > .links-container
  > .links-dropdown
  > .item-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 4px 0;
  margin-top: 15px;
}
body
  > .body.app
  > .header
  > .controls-container
  > .links-container
  > .links-dropdown
  > .item-container[data-number="1"] {
  margin-top: 0px;
}
body
  > .body.app
  > .header
  > .controls-container
  > .links-container
  > .links-dropdown
  > .item-container
  > .image-container {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
}
body
  > .body.app
  > .header
  > .controls-container
  > .links-container
  > .links-dropdown
  > .item-container.col-blue
  > .image-container {
  background-color: #e0e9ff;
}
body
  > .body.app
  > .header
  > .controls-container
  > .links-container
  > .links-dropdown
  > .item-container.col-orange
  > .image-container {
  background-color: #ffe5db;
}
body
  > .body.app
  > .header
  > .controls-container
  > .links-container
  > .links-dropdown
  > .item-container
  > .image-container
  > .image {
  position: absolute;
  display: inline-block;
  width: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body
  > .body.app
  > .header
  > .controls-container
  > .links-container
  > .links-dropdown
  > .item-container
  > .text-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding-left: 52px;
}
body
  > .body.app
  > .header
  > .controls-container
  > .links-container
  > .links-dropdown
  > .item-container
  > .text-container
  > .title {
  width: 100%;
  float: left;
  margin: 0;
}
body
  > .body.app
  > .header
  > .controls-container
  > .links-container
  > .links-dropdown
  > .item-container
  > .text-container
  > .description {
  width: 100%;
  float: left;
  margin: 2px 0px 0px 0px;
}
body > .body.app > .header > .controls-container > .notifications-container {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  padding: 17px;
  margin-left: 10px;
  background-color: #f7f7f7;
  border-radius: 100%;
}
body
  > .body.app
  > .header
  > .controls-container
  > .notifications-container
  > .notifications-icon {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
body
  > .body.app
  > .header
  > .controls-container
  > .notifications-container
  > .notifications-dropdown {
  position: absolute;
  display: inline-block;
  width: 300px;
  height: 260px;
  top: 62px;
  right: -110px;
  padding: 15px 15px 15px 15px;
  overflow-y: auto;
  background-color: #ffffff;
}
body > .body.app > .header > .controls-container > .profile-container {
  position: relative;
  display: inline-block;
  float: left;
  padding: 16px 16px 16px 12px;
  margin-left: 10px;
  cursor: pointer;
  background-color: #f7f7f7;
  border-radius: 60px;
}
body
  > .body.app
  > .header
  > .controls-container
  > .profile-container
  > .profile-image {
  position: relative;
  display: inline-block;
  width: 44px;
  float: left;
  border-radius: 60px;
}
body
  > .body.app
  > .header
  > .controls-container
  > .profile-container
  > .profile-user-container {
  position: relative;
  display: inline-block;
  max-width: 200px;
  float: left;
  padding: 0px 10px;
}
body
  > .body.app
  > .header
  > .controls-container
  > .profile-container
  > .profile-user-container
  > .title {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  color: #171725;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  line-height: 1.3em;
  clear: both;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body
  > .body.app
  > .header
  > .controls-container
  > .profile-container
  > .profile-settings-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  float: left;
}
body
  > .body.app
  > .header
  > .controls-container
  > .profile-container
  > .profile-settings-dropdown {
  width: 130px;
  top: 62px;
  left: auto;
  right: 10px;
}

body > .body.app > .header-navigation {
  position: fixed;
  display: inline-block;
  width: 250px;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  overflow: auto;
  z-index: 400;
}
body > .body.app > .header-navigation > .body-container {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 705px;
  top: 0;
  left: 0;
  padding: 40px 40px 40px 40px;
}
body > .body.app > .header-navigation > .body-container > .logo-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  text-align: center;
}
body
  > .body.app
  > .header-navigation
  > .body-container
  > .logo-container
  > .image {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 140px;
}
body > .body.app > .header-navigation > .body-container > .navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  margin-top: 40px;
}
body
  > .body.app
  > .header-navigation
  > .body-container
  > .navigation
  > .button {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 12px 10px 12px 46px;
  margin-top: 10px;
  color: #000000;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  border-radius: 6px;
  cursor: pointer;
  transition: color 0.3s ease;
}
body
  > .body.app
  > .header-navigation
  > .body-container
  > .navigation
  > .button.active {
  color: #ffffff;
  background-color: #000000;
}
body
  > .body.app
  > .header-navigation
  > .body-container
  > .navigation
  > .button
  > .icon-container {
  position: absolute;
  display: inline-block;
  width: 18px;
  top: 8px;
  left: 17px;
}
body
  > .body.app
  > .header-navigation
  > .body-container
  > .navigation
  > .button
  > .icon-container
  > svg {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
body
  > .body.app
  > .header-navigation
  > .body-container
  > .navigation
  > .button
  > .description {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
body > .body.app > .header-navigation > .body-container > .tools-container {
  position: absolute;
  display: inline-block;
  width: calc(100% - 80px);
  bottom: 20px;
  left: 40px;
}
body
  > .body.app
  > .header-navigation
  > .body-container
  > .tools-container
  > .button {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 12px 10px 12px 46px;
  margin-top: 10px;
  color: #000000;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  border-radius: 6px;
  cursor: pointer;
  background-color: #f3f5fc;
  transition: color 0.3s ease;
}
body
  > .body.app
  > .header-navigation
  > .body-container
  > .tools-container
  > .button[data-number="1"] {
  margin-top: 0px;
}
body
  > .body.app
  > .header-navigation
  > .body-container
  > .tools-container
  > .button.active {
  color: #ffffff;
  background-color: #000000;
}
body
  > .body.app
  > .header-navigation
  > .body-container
  > .tools-container
  > .button
  > .icon-container {
  position: absolute;
  display: inline-block;
  width: 18px;
  top: 8px;
  left: 17px;
}
body
  > .body.app
  > .header-navigation
  > .body-container
  > .tools-container
  > .button
  > .icon-container
  > svg {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
body
  > .body.app
  > .header-navigation
  > .body-container
  > .tools-container
  > .button
  > .description {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}

body > .body.app > .header-category {
  position: fixed;
  display: inline-block;
  width: 270px;
  height: 100%;
  top: 0;
  left: 250px;
  box-shadow: 0px 10px 50px 0 rgba(0, 0, 0, 0.06),
    0px 0px 1px 9999px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  z-index: 390;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s 0s ease;
}
body > .body.app > .header-category.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
body > .body.app > .header-category > .close-container {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  top: 26px;
  right: -50px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  background-color: #ffffff;
  box-shadow: 0px 10px 50px 0 rgba(0, 0, 0, 0.06);
  transition: opacity 0.5s 0.5s ease;
}
body > .body.app > .header-category.active > .close-container {
  opacity: 1;
}
body > .body.app > .header-category > .close-container > .button {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  color: #000000;
  transform: translate(-50%, -50%);
}
body > .body.app > .header-category > .close-container > .button > svg {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
body > .body.app > .header-category > .navigation-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  float: left;
  padding-top: 108px;
  padding-bottom: 20px;
  overflow-y: auto;
}
body > .body.app > .header-category > .navigation-container > .button {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 12px 10px 12px 30px;
  margin-top: 10px;
  color: #000000;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  border-radius: 6px;
  cursor: pointer;
  transition: color 0.3s ease;
}
body > .body.app > .header-category > .navigation-container > .button.active {
  color: #ffffff;
  background-color: #000000;
}
body
  > .body.app
  > .header-category
  > .navigation-container
  > .button
  > .description {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
body
  > .body.app
  > .header-category
  > .navigation-container
  > .button
  .pages-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding-left: 20px;
}
body
  > .body.app
  > .header-category
  > .navigation-container
  > .button
  .pages-container
  > .button {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 0px;
  margin-top: 10px;
  color: #000000;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  text-decoration: none;
  border-radius: 6px;
  transition: color 0.3s ease;
}
body
  > .body.app
  > .header-category
  > .navigation-container
  > .button
  .pages-container
  > .button.active {
  color: #ffffff;
  background-color: #000000;
}
body
  > .body.app
  > .header-category
  > .navigation-container
  > .button
  .pages-container
  > .button
  > .description {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}

body > .body.app > .header-directory {
  position: fixed;
  display: inline-block;
  width: 300px;
  height: 100%;
  top: 0;
  left: 250px;
  box-shadow: 0px 10px 50px 0 rgba(0, 0, 0, 0.06),
    0px 0px 1px 9999px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  z-index: 390;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s 0s ease;
}
body > .body.app > .header-directory.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
body > .body.app > .header-directory > .close-container {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  top: 26px;
  right: -50px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  background-color: #ffffff;
  box-shadow: 0px 10px 50px 0 rgba(0, 0, 0, 0.06);
  transition: opacity 0.5s 0.5s ease;
}
body > .body.app > .header-directory.active > .close-container {
  opacity: 1;
}
body > .body.app > .header-directory > .close-container > .button {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  color: #000000;
  transform: translate(-50%, -50%);
}
body > .body.app > .header-directory > .close-container > .button > svg {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
body > .body.app > .header-directory > .search-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 20px 20px 10px 20px;
  z-index: 1;
  background-color: #ffffff;
}
body > .body.app > .header-directory > .search-container > .search-bar {
  width: 100%;
}
body > .body.app > .header-directory > .users-container {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 90px 20px 20px 20px;
  overflow: auto;
}
body > .body.app > .header-directory > .users-container > .user-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 12px 0px;
  cursor: pointer;
}
body
  > .body.app
  > .header-directory
  > .users-container
  > .user-container.search-hide {
  display: none;
}
body
  > .body.app
  > .header-directory
  > .users-container
  > .user-container
  > .image-container {
  position: absolute;
  display: inline-block;
  height: 40px;
  width: 40px;
  top: 14px;
  left: 0;
  overflow: hidden;
  border-radius: 5px;
  background-color: #c0c0c0;
}
body
  > .body.app
  > .header-directory
  > .users-container
  > .user-container
  > .image-container
  > .image {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
  float: left;
  opacity: 0.8;
}
body
  > .body.app
  > .header-directory
  > .users-container
  > .user-container
  > .text-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding-left: 50px;
}
body
  > .body.app
  > .header-directory
  > .users-container
  > .user-container
  > .text-container
  > .name {
  width: 100%;
  float: left;
  margin: 0;
}
body
  > .body.app
  > .header-directory
  > .users-container
  > .user-container
  > .text-container
  > .phone-extension {
  width: auto;
  float: left;
  margin: 4px 5px 0px 0px;
  padding: 0px 5px;
  background-color: #f3f5fc;
  border: 1px solid #dadada;
}
body
  > .body.app
  > .header-directory
  > .users-container
  > .user-container
  > .text-container
  > .job-title {
  width: auto;
  max-width: calc(100% - 40px);
  float: left;
  margin: 2px 0px 0px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body
  > .body.app
  > .header-directory
  > .users-container
  > .user-container
  > .status-container {
  position: absolute;
  display: inline-block;
  top: 14px;
  right: 0px;
}
body
  > .body.app
  > .header-directory
  > .users-container
  > .user-container
  > .status-container:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
body
  > .body.app
  > .header-directory
  > .users-container
  > .user-container
  > .status-container.away:after {
  background-color: #ff6464;
}
body
  > .body.app
  > .header-directory
  > .users-container
  > .user-container
  > .status-container.active:after {
  background-color: #3ace3a;
}
body
  > .body.app
  > .header-directory
  > .users-container
  > .user-container
  > .status-container
  > .description {
  position: absolute;
  display: none;
  width: auto;
  top: -10px;
  right: 10px;
  margin: 0;
  padding: 5px 15px;
  z-index: 1;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
body
  > .body.app
  > .header-directory
  > .users-container
  > .user-container
  > .status-container:hover
  > .description {
  display: inline-block;
}

body > .body .p-introduction-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
body > .body .p-introduction-container > .text-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1100px;
  float: left;
}
body > .body .p-introduction-container > .text-container > .title {
  float: left;
  margin: 0;
}
body > .body .p-introduction-container > .text-container > .description {
  float: left;
}
body > .body .p-introduction-container > .text-container > .button {
  float: left;
  margin-top: 10px;
}

body > .body .p-page {
  position: relative;
  display: none;
  width: 100%;
  float: left;
}
body > .body .p-page.active {
  display: inline-block;
}

body > .body .p-form-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 800px;
}
body > .body .p-form-container > .title-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding-bottom: 20px;
}
body > .body .p-form-container > .title-container > .title {
  width: 100%;
  float: left;
}
body > .body .p-form-container > .title-container > .progress-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 20px;
  float: left;
  margin-top: 10px;
  border-radius: 40px;
  background-color: #f1f1f1;
  overflow: hidden;
}
body > .body .p-form-container > .title-container > .progress-bar > .progress {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 100%;
  float: left;
  border-radius: 40px;
  background-color: #000000;
  transition: all 0.3s ease;
}
body > .body .p-form-container > .form {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  margin-top: 20px;
}
body > .body .p-form-container > .form > .section {
  position: relative;
  display: none;
  width: 100%;
  float: left;
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 40px 0 rgb(0 0 0 / 8%);
  background-color: #ffffff;
  transition: opacity 0.3s ease;
}
body > .body .p-form-container > .form > .section.active {
  display: inline-block;
}
body > .body .p-form-container > .form > .section > .title-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
body > .body .p-form-container > .form > .section > .title-container > .title {
  width: 100%;
  float: left;
}
body
  > .body
  .p-form-container
  > .form
  > .section
  > .title-container
  > .description {
  width: 100%;
  float: left;
}
body > .body .p-form-container > .form > .section > .body-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  margin-top: 30px;
}
body > .body .p-form-container > .form > .section > .body-container > .input {
  width: 100%;
  float: left;
  margin-top: 30px;
}
body
  > .body
  .p-form-container
  > .form
  > .section
  > .body-container
  > .input[data-number="1"] {
  margin-top: 0px;
}
body > .body .p-form-container > .form > .section > .option-container {
  position: relative;
  display: none;
  width: 100%;
  float: left;
  padding: 20px;
  margin-top: 40px;
  box-shadow: 0 10px 40px 0 rgb(0 0 0 / 8%);
  background-color: #ffffff;
  border-radius: 10px;
}
body > .body .p-form-container > .form > .section > .option-container.active {
  display: inline-block;
}
body > .body .p-form-container > .form > .section > .option-container > .input {
  width: 100%;
  float: left;
  margin-top: 30px;
}
body
  > .body
  .p-form-container
  > .form
  > .section
  > .option-container
  > .input[data-number="1"] {
  margin-top: 0px;
}
body > .body .p-form-container > .form > .section > .option-container > .title {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  color: #000000;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
body
  > .body
  .p-form-container
  > .form
  > .section
  > .option-container
  > .form-item-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 20px;
  margin-top: 20px;
  border-top: 2px solid #e9e9e9;
}
body
  > .body
  .p-form-container
  > .form
  > .section
  > .option-container
  > .form-item-container[data-number="1"] {
  margin-top: 0px;
  border-top: none;
}
body
  > .body
  .p-form-container
  > .form
  > .section
  > .option-container
  > .form-item-container
  > .title {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  color: #000000;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
body
  > .body
  .p-form-container
  > .form
  > .section
  > .option-container
  > .form-item-container
  > .input {
  width: 100%;
  float: left;
  margin-top: 15px;
}
body
  > .body
  .p-form-container
  > .form
  > .section
  > .option-container
  > .form-item-container
  > .input.col-1-2 {
  width: calc(50% - 10px);
  margin-right: 20px;
}
body
  > .body
  .p-form-container
  > .form
  > .section
  > .option-container
  > .form-item-container
  > .input.col-1-2[data-number="1"],
body
  > .body
  .p-form-container
  > .form
  > .section
  > .option-container
  > .form-item-container
  > .input.col-1-2[data-number="2"] {
  margin-top: 0px;
}
body
  > .body
  .p-form-container
  > .form
  > .section
  > .option-container
  > .form-item-container
  > .input.col-1-2[data-number="2"] {
  margin-right: 0px;
}
body
  > .body
  .p-form-container
  > .form
  > .section
  > .option-container
  > .button-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  margin-top: 40px;
  text-align: center;
}
body
  > .body
  .p-form-container
  > .form
  > .section
  > .option-container
  > .button-container
  > .button {
  width: 100%;
  float: left;
}
body > .body .p-form-container > .form > .section > .button-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  margin-top: 40px;
  text-align: center;
}
body
  > .body
  .p-form-container
  > .form
  > .section
  > .button-container
  > .button.back {
  width: calc(50% - 10px);
  float: left;
}
body
  > .body
  .p-form-container
  > .form
  > .section
  > .button-container
  > .button.next {
  width: calc(50% - 10px);
  float: right;
}
body
  > .body
  .p-form-container
  > .form
  > .section
  > .button-container
  > .button.submit {
  width: calc(50% - 10px);
  float: right;
}
body > .body .p-form-container > .form > .success-container {
  position: relative;
  display: none;
  width: 100%;
  float: left;
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 40px 0 rgb(0 0 0 / 8%);
  background-color: #ffffff;
  transition: opacity 0.3s ease;
}
body > .body .p-form-container > .form > .success-container.active {
  display: inline-block;
}
body > .body .p-form-container > .form > .success-container > .title-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
body
  > .body
  .p-form-container
  > .form
  > .success-container
  > .title-container
  > .title {
  width: 100%;
  float: left;
}
body
  > .body
  .p-form-container
  > .form
  > .success-container
  > .title-container
  > .description {
  width: 100%;
  float: left;
}
body
  > .body
  .p-form-container
  > .form
  > .success-container
  > .title-container
  > .button {
  float: left;
  margin-top: 20px;
}

body > .body .p-horizontal-nav {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  border-bottom: 2px solid #e3e9ed;
}
body > .body .p-horizontal-nav > .p-horizontal-nav-title {
  position: relative;
  display: inline-block;
  float: left;
  padding: 8px 0px;
  margin-right: 30px;
  color: #000000;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.3s ease, color 0.3s ease;
}
body > .body .p-horizontal-nav > .p-horizontal-nav-title:hover {
  opacity: 1;
}
body > .body .p-horizontal-nav > .p-horizontal-nav-title.active {
  color: #fe5a02;
  border-bottom: 2px solid #fe5a02;
  opacity: 1;
}

body > .body .p-dropdown {
  position: absolute;
  display: inline-block;
  width: 130px;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding: 15px 15px 15px 15px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 10px;
  box-shadow: 0px 2px 15px -5px #a4acb7;
  -webkit-box-shadow: 0px 2px 15px -5px #a4acb7;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s 0s ease;
}
body > .body .p-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
body > .body .p-dropdown .p-dropdown-text {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  margin-top: 5px;
  cursor: pointer;
  color: #171725;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  line-height: 1.7em;
  text-decoration: none;
}
body > .body .p-dropdown .p-dropdown-text[data-number="1"] {
  margin-top: 0px;
}

body > .body .p-title {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #000000;
  font-family: "Circular", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
  text-decoration: none;
}
body > .body .p-sub-title {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #000000;
  font-family: "Circular", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
}
body > .body .p-sub-sub-title {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #000000;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
}
body > .body .p-sub-sub-sub-title {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #000000;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
}
body > .body .p-description {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  color: #627180;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
}
body > .body .p-sub-description {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  color: #627180;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
}
body > .body .p-sub-sub-description {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  color: #627180;
  font-family: "Circular", sans-serif;
  font-weight: 200;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  text-decoration: none;
}
body > .body .p-description a,
body > .body .p-sub-description a,
body > .body .p-sub-sub-description a {
  text-decoration: underline;
  color: #fe5a02;
  line-height: inherit;
}
body > .body .p-description.low-op,
body > .body .p-sub-description.low-op,
body > .body .p-sub-sub-description.low-op {
  opacity: 0.4;
}
body > .body .p-title > .p-pending-content-container,
body > .body .p-sub-title > .p-pending-content-container,
body > .body .p-sub-sub-title > .p-pending-content-container,
body > .body .p-sub-sub-sub-title > .p-pending-content-container,
body > .body .p-description > .p-pending-content-container,
body > .body .p-sub-description > .p-pending-content-container,
body > .body .p-sub-sub-description > .p-pending-content-container {
  min-height: 40px;
}

body > .body .p-tag {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 4px 20px;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  text-decoration: none;
  border-radius: 100px;
}
body > .body .p-tag[data-tag-color="red"] {
  color: #f44336;
  background-color: #ffdfdc;
}
body > .body .p-tag[data-tag-color="green"] {
  color: #8bc34a;
  background-color: #ebf6e1;
}
body > .body .p-tag[data-tag-color="grey"] {
  color: #627180;
  background-color: #f1f1f1;
}

body > .body .p-span {
  color: #000000;
}
body > .body .p-span.green {
  color: #8bc34a;
}
body > .body .p-span.red {
  color: #f44336;
}

body > .body .p-link[data-link-type="1"] {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font-family: "Circular", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #fe5a02;
  cursor: pointer;
  background-size: 15px;
  background-repeat: no-repeat;
}

body > .body .p-button {
  position: relative;
  display: inline-block;
  padding: 12px 25px 12px;
  font-family: "Circular", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}
body > .body .p-button:focus,
body > .body .p-button:valid {
  border: none;
  outline: none;
  box-shadow: none;
}
body > .body .p-button.fixed-200 {
  width: 100%;
  max-width: 200px;
}
body > .body .p-button.hidden {
  display: none;
}
body > .body .p-button.loading {
  padding: 10px 35px 12px 15px;
}
body > .body .p-button.loading:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  top: 12px;
  right: 14px;
  background-image: url("https://transactions.acsgroup.co.uk/images/-global-/p-button/icon-loading.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
body > .body .p-button.loading.fixed-200 {
  max-width: 220px;
}
body > .body .p-button.p-step-button.back {
  float: left;
}
body > .body .p-button.p-step-button.next {
  float: right;
}
body > .body .p-button.download {
  padding: 10px 35px 12px 15px;
}
body > .body .p-button.download:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 12px;
  right: 14px;
  background-image: url("https://transactions.acsgroup.co.uk/images/-global-/p-button/icon-download-white.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

/* Orange background, white text button */

body > .body .p-button[data-button-type="1"] {
  color: #ffffff;
  background-color: #fe5a02;
}
body > .body .p-button.disabled[data-button-type="1"] {
  cursor: default;
  opacity: 0.7;
  color: #a4acb7;
  background-color: #e3e9ed;
}

/* Orange text and border button */

body > .body .p-button[data-button-type="2"] {
  padding: 8px 20px 10px;
  color: #fe5a02;
  border: 2px solid #fe5a02;
}
body > .body .p-button.disabled[data-button-type="2"] {
  opacity: 0.5;
}

/* Grey button */

body > .body .p-button[data-button-type="3"] {
  color: #ffffff;
  background-color: #c1c4cd;
}
body > .body .p-button.disabled[data-button-type="3"] {
  opacity: 0.5;
}

/* Black button */

body > .body .p-button[data-button-type="4"] {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}
body > .body .p-button.disabled[data-button-type="4"] {
  opacity: 0.4;
}

/* Grey button */

body > .body .p-button[data-button-type="6"] {
  color: #9d9d9d;
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 4%);
  border: 1px solid #d0d0d0;
}
body > .body .p-button.disabled[data-button-type="6"] {
  opacity: 0.5;
}

/* Black border button */

body > .body .p-button[data-button-type="7"] {
  color: #000000;
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 4%);
  border: 1px solid #000000;
}
body > .body .p-button.disabled[data-button-type="7"] {
  opacity: 0.5;
}

/* Red button */

body > .body .p-button[data-button-type="8"] {
  color: #f44336;
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 4%);
  border: 1px solid #f44336;
}
body > .body .p-button.disabled[data-button-type="8"] {
  opacity: 0.5;
}

body > .body .p-dropdown-button {
  position: relative;
  display: inline-block;
  padding: 12px 25px 12px;
  font-family: "Circular", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  background-image: url("https://transactions.acsgroup.co.uk/images/-global-/p-dropdown-button/icon-dropdown-button.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  transition: all 0.3s ease;
}
body > .body .p-dropdown-button:focus,
body > .body .p-dropdown-button:valid {
  border: none;
  outline: none;
  box-shadow: none;
}

body > .body .p-icon-button {
  position: relative;
  display: inline-block;
  padding: 8px 10px;
  color: #737373;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  background-color: #f1f1f1;
  transition: all 0.3s ease;
}
body > .body .p-icon-button > svg {
  width: 18px;
}
body > .body .p-icon-button:after {
  content: attr(data-alt);
  position: absolute;
  display: inline-block;
  width: auto;
  top: -50px;
  left: 0;
  padding: 10px 20px;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  opacity: 0;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px -5px #a4acb7;
  -webkit-box-shadow: 0px 2px 15px -5px #a4acb7;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s 0s ease;
}
body > .body .p-icon-button:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

body > .body .p-upload-button {
  position: relative;
  display: inline-block;
  padding: 12px 25px 12px;
  font-family: "Circular", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}
body > .body .p-upload-button:focus,
body > .body .p-upload-button:valid {
  border: none;
  outline: none;
  box-shadow: none;
}
body > .body .p-upload-button > .p-upload-button-input {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
body > .body .p-input > .p-upload-button {
  float: left;
  margin-top: 10px;
}

/* Grey clipped border button */

body > .body .p-upload-button[data-button-type="1"] {
  color: #696969;
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 4%);
  border: 2px dashed #d0d0d0;
}

/* Grey clipped border button big */

body > .body .p-upload-button[data-button-type="2"] {
  color: #696969;
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 4%);
  border: 2px dashed #d0d0d0;
  background-color: #f3f5fc;
}
body > .body .p-upload-button[data-button-type="2"]:hover {
  background-color: #def7ed;
}
body > .body .p-input > .p-upload-button[data-button-type="2"] {
  width: 100%;
  padding: 32px 25px 32px;
}

body > .body .p-exit-cross {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 26px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
  background-image: url("https://transactions.acsgroup.co.uk/images/-global-/p-exit-cross/icon-cross.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  transform: scale(1);
  transition: transform 0.2s ease;
}
body > .body .p-exit-cross:hover {
  transform: scale(1.2);
}

body > .body .p-box {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  box-shadow: 0 10px 40px 0 rgb(0 0 0 / 8%);
  background-color: #ffffff;
}

body > .body .p-document {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 12px 20px;
  margin-top: 10px;
}
body > .body .p-document[data-type="folder"] {
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 3%);
  background-color: #ffffff;
}
body > .body .p-document > .file-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  cursor: pointer;
}
body > .body .p-document > .file-container > .image-container {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  float: left;
  padding: 8px;
  border-radius: 5px;
  background-color: #f5f5f5;
}
body > .body .p-document > .file-container > .image-container > .image {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
body > .body .p-document > .file-container > .title-container {
  position: relative;
  display: inline-block;
  width: calc(100% - 40px);
  float: left;
  padding-left: 10px;
}
body > .body .p-document > .file-container > .title-container > .title {
  width: 100%;
  float: left;
  margin: 0;
}
body > .body .p-document > .file-container > .title-container > .description {
  width: 100%;
  float: left;
  margin: 0;
}
body > .body .p-document > .file-list-container {
  position: relative;
  display: none;
  width: 100%;
  float: left;
  padding-left: 30px;
  margin-top: 10px;
}
body > .body .p-document > .file-list-container.active {
  display: inline-block;
}

body > .body .p-item-box[data-box-type="1"] {
  position: relative;
  display: inline-block;
  float: left;
  padding: 20px 20px 10px 20px;
  border-radius: 20px;
  box-shadow: 0 10px 40px 0 rgb(0 0 0 / 8%);
  background-color: #ffffff;
}
body > .body .p-item-box[data-box-type="1"] > .image-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 240px;
  float: left;
  overflow-y: auto;
  border-radius: 10px;
  border-bottom: 4px solid #dadada;
}
body > .body .p-item-box[data-box-type="1"] > .image-container > .image {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
body > .body .p-item-box[data-box-type="1"] > .text-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 10px 0px;
}
body > .body .p-item-box[data-box-type="1"] > .text-container > .title {
  width: 100%;
  max-width: 260px;
  float: left;
  /* clear: both; */
}
body > .body .p-item-box[data-box-type="1"] > .text-container > .tag {
  float: left;
  clear: both;
  margin-top: 8px;
}
body > .body .p-item-box[data-box-type="1"] > .button-container {
  position: absolute;
  display: inline-block;
  bottom: 20px;
  right: 10px;
}
body > .body .p-item-box[data-box-type="1"] > .button-container > .button {
  float: left;
  margin-right: 8px;
}

/* Hard Shadow */

body > .body .p-shadow[data-shadow-type="1"] {
  box-shadow: 1px 2px 30px 10px rgba(0, 0, 0, 0.03);
}

body > .body .p-input {
  position: relative;
  display: inline-block;
  margin-top: 30px;
}
body > .body .p-input[data-input-required="true"]:after {
  content: "(required)";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  color: #ff0000;
  font-family: "Circular", sans-serif;
  font-weight: 100;
  font-size: 12px;
  text-align: left;
}
body > .body .p-input[data-number="1"] {
  margin-top: 0;
}
body > .body .p-input.inc-units {
  padding-right: 100px;
}
body > .body .p-input > .p-input-label {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  color: #000000;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
body > .body .p-input.error > .p-input-label {
  color: #fc5b5b;
}
body > .body .p-input > .p-input-label-description {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  margin-top: 5px;
  color: #a4acb7;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
body > .body .p-input > .p-input-input {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  margin-top: 8px;
  padding: 10px 15px;
  color: #2a3b4c;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 8px;
}
body > .body .p-input > .p-input-input,
body > .body .p-input > .p-input-input:focus,
body > .body .p-input > .p-input-input:valid {
  border: 1px solid #c6d0d6;
  outline: none;
  box-shadow: none;
}
body > .body .p-input.error > .p-input-input,
body > .body .p-input.error > .p-input-input:focus,
body > .body .p-input.error > .p-input-input:valid {
  border: 2px solid #fc5b5b;
}
body > .body .p-input > .p-input-input::placeholder {
  color: #f1f1f1;
}
body > .body .p-input > .p-currency-prefix + .p-input-input {
  padding: 10px 15px 10px 40px;
}
body > .body .p-input > .p-percent-prefix + .p-input-input {
  padding: 10px 40px 10px 15px;
}
body > .body .p-input > .p-input-input:disabled {
  cursor: default;
  opacity: 0.7;
  color: #a4acb7;
  border: none;
  background-color: #f2f5f7;
}
body > .body .p-input[data-input-edit-lock="true"] > .p-input-input {
  width: 100%;
}
body > .body .p-input[data-input-edit-lock="true"] > .p-input-input:disabled {
  min-width: auto;
  padding: 10px 30px 10px 15px;
  opacity: 0.6;
  cursor: pointer;
  color: #2a3b4c;
  background-color: transparent;
  background-image: url("https://transactions.acsgroup.co.uk/images/-global-/p-input-input/icon-edit.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: top 50% right 12px;
}
body
  > .body
  .p-input[data-input-edit-lock="true"][data-input-required="true"]:after {
  display: none;
}

body > .body .p-input > .p-input-units {
  position: absolute;
  display: inline-block;
  width: 80px;
  bottom: -10px;
  right: 0;
  padding: 10px 15px;
  color: #2a3b4c;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  background-color: #f2f5f7;
  border-radius: 5px;
}
body > .body .p-input > .p-input-units,
body > .body .p-input > .p-input-units:focus,
body > .body .p-input > .p-input-units:valid {
  border: 2px solid #f2f5f7;
  outline: none;
  box-shadow: none;
}
body > .body .p-input.error > .p-units-input,
body > .body .p-input.error > .p-units-input:focus,
body > .body .p-input.error > .p-units-input:valid {
  border: 2px solid #f2f5f7;
}
body > .body .p-input > .p-input-units::placeholder {
  color: #a4acb7;
}

body > .body .p-upload {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  border: 2px dashed #d0d0d0;
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 4%);
}
body > .body .p-upload > .upload-container {
  position: relative;
  display: none;
  width: 100%;
  float: left;
  padding: 32px 25px 32px;
  background-color: #f3f5fc;
  transition: all 0.3s ease;
}
body > .body .p-upload:hover > .upload-container {
  background-color: #def7ed;
}
body > .body .p-upload > .upload-container.active {
  display: inline-block;
}
body > .body .p-upload > .upload-container > .title {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  font-family: "Circular", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  color: #696969;
}
body > .body .p-upload > .success-container {
  position: relative;
  display: none;
  width: 100%;
  float: left;
  padding: 32px 25px 32px;
  background-color: #def7ed;
}
body > .body .p-upload > .success-container.active {
  display: inline-block;
}
body > .body .p-upload > .success-container > .title {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  font-family: "Circular", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  text-decoration: underline;
  color: #696969;
}
body > .body .p-upload > .success-container > .description {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  margin-top: 5px;
  font-family: "Circular", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  color: #696969;
}
body > .body .p-upload > .p-upload-input {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
body > .body .p-input > .p-upload {
  float: left;
  margin-top: 10px;
}

body > .body .p-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 150px;
  float: left;
  margin-top: 10px;
  padding: 10px 15px;
  color: #2a3b4c;
  font-family: "Circular", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 8px;
  resize: none;
  line-height: 22px;
}
body > .body .p-textarea,
body > .body .p-textarea:focus,
body > .body .p-textarea:valid {
  border: 1px solid #c6d0d6;
  outline: none;
  box-shadow: none;
}
body > .body .p-input.error > .p-textarea,
body > .body .p-input.error > .p-textarea:focus,
body > .body .p-input.error > .p-textarea:valid {
  border: 2px solid #fc5b5b;
}
body > .body .p-textarea::placeholder {
  color: #a4acb7;
}
body > .body .p-textarea:disabled {
  cursor: default;
  opacity: 0.7;
  border: none;
  background-color: #f2f5f7;
}

body > .body .p-range {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  outline: 0;
  border: 0;
  border-radius: 100px;
  transition: box-shadow 0.2s ease-in-out;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body > .body .p-range {
    height: 20px;
    overflow: hidden;
    background-color: #e3e9ed;
    -webkit-appearance: none;
  }
  body > .body .p-range::-webkit-slider-runnable-track {
    height: 20px;
    color: #e3e9ed;
    -webkit-appearance: none;
    transition: box-shadow 0.2s ease-in-out;
  }
  body > .body .p-range::-webkit-slider-thumb {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: ew-resize;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-appearance: none;
    box-shadow: -330px 0 0 320px #fe5a02, inset 0 0 0 20px #ffffff;
    transition: box-shadow 0.2s ease-in-out;
  }
  body > .body .p-range:active::-webkit-slider-thumb {
    background-color: #ffffff;
    -webkit-appearance: none;
    box-shadow: -330px 0 0 320px #fe5a02, inset 0 0 0 3px #fe5a02;
  }
}
body > .body .p-range::-moz-range-progress {
  background-color: #fe5a02;
}
body > .body .p-range::-moz-range-track {
  background-color: #e3e9ed;
}
body > .body .p-range::-p-fill-lower {
  background-color: #fe5a02;
}
body > .body .p-range::-p-fill-upper {
  background-color: #e3e9ed;
}
body > .body .p-input > .p-range {
  margin-top: 10px;
}

body > .body .p-select {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 10px 35px 10px 15px;
  color: #2a3b4c;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 5px;
  background-image: url("https://transactions.acsgroup.co.uk/images/-global-/p-select/icon-dropdown-arrow.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: top 50% right 12px;
}
body > .body .p-select,
body > .body .p-select:focus,
body > .body .p-select:valid {
  border: 2px solid #e3e9ed;
  outline: none;
  box-shadow: none;
}
body > .body .p-select option[value=""][disabled],
body > .body .p-select option:first-of-type,
body > .body .p-select::placeholder {
  color: #ff0000;
}
body > .body .p-input > .p-select {
  margin-top: 10px;
}
body > .body .p-input.error > .p-select,
body > .body .p-input.error > .p-select:focus,
body > .body .p-input.error > .p-select:valid {
  color: #fe5a02;
  border: 2px solid #fc5b5b;
}

/* Grey background */

body > .body .p-select[data-select-type="1"] {
  background-color: #f2f5f7;
}
body > .body .p-select[data-select-type="1"],
body > .body .p-select[data-select-type="1"]:focus,
body > .body .p-select[data-select-type="1"]:valid {
  border: 2px solid #f2f5f7;
}

/* White background */

body > .body .p-select[data-select-type="2"] {
  background-color: #ffffff;
}
body > .body .p-select[data-select-type="2"],
body > .body .p-select[data-select-type="2"]:focus,
body > .body .p-select[data-select-type="2"]:valid {
  border: 2px solid #ffffff;
}

body > .body .p-select-multi {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}
body > .body .p-select-multi > .title-container {
  position: relative;
  display: none;
  width: 100%;
  float: left;
  padding: 10px 35px 10px 15px;
  color: #2a3b4c;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  background-image: url("https://transactions.acsgroup.co.uk/images/-global-/p-select-multi/icon-dropdown-arrow.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: top 50% right 12px;
}
body > .body .p-select-multi > .title-container.active {
  display: inline-block;
}
body > .body .p-select-multi > .title-container > .title {
  float: left;
  margin: 0;
}
body > .body .p-select-multi > .tag-container {
  position: relative;
  display: none;
  width: 100%;
  float: left;
  padding: 10px 35px 10px 15px;
  color: #2a3b4c;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  background-image: url("https://transactions.acsgroup.co.uk/images/-global-/p-select-multi/icon-dropdown-arrow.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: top 50% right 12px;
}
body > .body .p-select-multi > .tag-container.active {
  display: inline-block;
}
body > .body .p-select-multi > .tag-container > .tag {
  position: relative;
  display: inline-block;
  width: auto;
  float: left;
  margin: 0px 6px 0px 0px;
  padding: 4px 10px;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  text-decoration: none;
  border-radius: 100px;
  color: #8bc34a;
  background-color: #ebf6e1;
}
body > .body .p-select-multi > .dropdown-container {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 180px;
  top: 52px;
  left: 0;
  padding: 10px 15px 10px 15px;
  overflow-y: auto;
  z-index: 1;
  background-color: #ffffff;
}
body > .body .p-select-multi > .dropdown-container > .option {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 8px 0px;
}
body > .body .p-select-multi > .dropdown-container > .option > .checkbox {
  float: left;
  margin-top: 2px;
}
body > .body .p-select-multi > .dropdown-container > .option > .description {
  width: calc(100% - 100px);
  float: left;
  margin: 0px 0px 0px 10px;
}
body > .body .p-select-multi,
body > .body .p-select-multi:focus,
body > .body .p-select-multi:valid {
  border: 2px solid #e3e9ed;
  outline: none;
  box-shadow: none;
}
body > .body .p-select-multi .option[value=""][disabled],
body > .body .p-select-multi::placeholder {
  color: #ff0000;
}
body > .body .p-input > .p-select-multi {
  margin-top: 10px;
}
body > .body .p-input.error > .p-select-multi,
body > .body .p-input.error > .p-select-multi:focus,
body > .body .p-input.error > .p-select-multi:valid {
  color: #fe5a02;
  border: 2px solid #fc5b5b;
}

/* Grey background */

body > .body .p-select[data-select-type="1"] {
  background-color: #f2f5f7;
}
body > .body .p-select[data-select-type="1"],
body > .body .p-select[data-select-type="1"]:focus,
body > .body .p-select[data-select-type="1"]:valid {
  border: 2px solid #f2f5f7;
}

/* White background */

body > .body .p-select[data-select-type="2"] {
  background-color: #ffffff;
}
body > .body .p-select[data-select-type="2"],
body > .body .p-select[data-select-type="2"]:focus,
body > .body .p-select[data-select-type="2"]:valid {
  border: 2px solid #ffffff;
}

body > .body .p-currency-prefix {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 32px;
  top: 18px;
  left: 4px;
  padding: 7px 0px 0px 0px;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px;
  color: #000000;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  background-color: #f1f1f1;
}
body > .body .p-input > .p-input-label + .p-currency-prefix {
  top: 30px;
}

body > .body .p-percent-prefix {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 28px;
  top: 18px;
  right: 6px;
  padding: 5px 0px 0px 0px;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px;
  color: #000000;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  background-color: #f1f1f1;
}
body > .body .p-input > .p-input-label + .p-percent-prefix {
  top: 32px;
}

body > .body .p-tooltip > .p-tooltip-popup {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  padding: 10px 20px;
  color: #627180;
  font-family: "Circular", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 7px 24px 0 rgba(50, 50, 93, 0.1);
  transform: translate(-50%, -65px);
}
body > .body .p-tooltip:hover > .p-tooltip-popup {
  display: inline-block;
}

body > .body .p-table {
  position: relative;
  display: table;
  table-layout: fixed;
  overflow: hidden;
  border-radius: 5px;
  border-collapse: collapse;
  box-shadow: 0 0 0 2px #e3e9ed;
}
body > .body .p-table > .p-table-header {
  position: relative;
  background: #f2f5f7;
}
body > .body .p-table > .p-table-header > tr {
  position: relative;
}
body > .body .p-table > .p-table-header > tr > th {
  position: relative;
  padding: 10px 20px;
  color: #000000;
  font-family: "Circular", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  word-break: break-all;
}
body > .body .p-table > .p-table-body {
  position: relative;
  background-color: #ffffff;
}
body > .body .p-table > .p-table-body > tr {
  position: relative;
  border-top: 1px solid #f2f5f7;
}
body > .body .p-table > .p-table-body > tr > td {
  position: relative;
  padding: 10px 20px;
  color: #627180;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  word-break: break-all;
}
body > .body .p-table > .p-table-body > tr > td > .p-link {
  margin: 0;
  font-size: 14px;
  line-height: 14px;
}

body > .body .p-search-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #f7f7f7;
}
body > .body .p-search-bar > .p-search-bar-image {
  position: absolute;
  display: inline-block;
  top: 15px;
  right: 20px;
  width: 15px;
  cursor: pointer;
  z-index: 1;
}
body > .body .p-search-bar > .p-search-bar-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 48px;
  float: left;
  padding: 15px 54px 15px 20px;
  color: #2a3b4c;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  border-radius: 10px;
}
body > .body .p-search-bar > .p-search-bar-input,
body > .body .p-search-bar > .p-search-bar-input:focus,
body > .body .p-search-bar > .p-search-bar-input:valid {
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
}
body > .body .p-search-bar > .p-search-bar-input::placeholder {
  color: #92929d;
}

body > .body .p-modal {
  position: fixed;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  bottom: 20px;
  left: 50%;
  text-align: center;
  opacity: 0;
  z-index: 5000;
  border-radius: 10px;
  transform: translate(-50%, 100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
body > .body .p-modal.active {
  opacity: 1;
  transform: translate(-50%, 0%);
}
body > .body .p-modal.default {
  background-color: #627180;
  color: #ffffff;
}
body > .body .p-modal.success {
  color: #ffffff;
  background-color: #3ecf8e;
}
body > .body .p-modal.failure {
  background-color: #fc5b5b;
  color: #ffffff;
}
body > .body .p-modal.alert {
  background-color: #627180;
  color: #ffffff;
}
body > .body .p-modal > .p-modal-text {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  font-family: "Circular", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
body > .body .p-modal > .p-modal-text > .button {
  margin-left: 10px;
  vertical-align: middle;
}

body > .body .p-confirmation-modal {
  position: fixed;
  display: inline-block;
  width: 520px;
  top: 50%;
  left: 50%;
  padding: 20px;
  opacity: 0;
  z-index: 5000;
  border-radius: 10px;
  background-color: #ffffff;
  transition: opacity 0.5s ease;
  transform: translate(-50%, -50%);
}
body > .body .p-confirmation-modal.active {
  opacity: 1;
}
body > .body .p-confirmation-modal > .button.cancel {
  float: left;
  margin-top: 30px;
}
body > .body .p-confirmation-modal > .button.confirm {
  float: right;
  margin-top: 30px;
}

body > .body .p-info-modal {
  position: fixed;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  top: 50%;
  left: 50%;
  padding: 20px;
  z-index: 500;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px -5px #a4acb7,
    0px 0px 50px 1000px rgba(164, 172, 183, 0.6);
  -webkit-box-shadow: 0px 2px 15px -5px #a4acb7,
    0px 0px 50px 1000px rgba(164, 172, 183, 0.6);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s 0s ease;
}
body > .body .p-info-modal.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

body > .body .p-upload-modal {
  position: fixed;
  display: inline-block;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  text-align: center;
  opacity: 0;
  z-index: 5000;
  background-color: #ffffff;
  transform: translateY(100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
body > .body .p-upload-modal.active {
  opacity: 1;
  transform: translateY(0);
}
body > .body .p-upload-modal > .p-upload-modal-file-name {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  color: #627180;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
body > .body .p-upload-modal > .p-upload-modal-file-progress {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  float: left;
  margin-top: 10px;
  border-radius: 5px;
  background-color: #f2f5f7;
  overflow: hidden;
}
body
  > .body
  .p-upload-modal
  > .p-upload-modal-file-progress
  > .p-upload-modal-file-progress-inner {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fe5a02;
  transition: width 0.3s ease;
}

body > .body .p-checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}
body > .body .p-checkbox > input {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
body > .body .p-checkbox > label {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #a4acb7;
  transition: background-color 0.2s ease, border 0.2s ease;
}
body > .body .p-checkbox > input:checked ~ label {
  border: 1px solid transparent;
  background-color: #fe5a02;
}
body > .body .p-checkbox > label:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0px;
  height: 1px;
  bottom: 5px;
  left: 4px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  opacity: 0;
  transform: rotateZ(35deg);
  transition: width 0s 0.3s ease, height 0s 0.3s ease, left 0s 0.3s ease,
    opacity 0.3s 0s ease;
}
body > .body .p-checkbox > input:checked ~ label:after {
  opacity: 1;
  width: 3px;
  height: 8px;
  left: 6px;
  transition: width 0.2s 0s ease, height 0.3s 0.2s ease, left 0.1s 0.2s ease,
    opacity 0s 0s ease;
}

body > .body .p-bullet-list {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding-left: 0px;
}
body > .body .p-bullet-list > li {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding-left: 20px;
  margin-top: 15px;
}
body > .body .p-bullet-list > li:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  top: 10px;
  left: 0;
  background-color: #a4acb7;
  border-radius: 50%;
}
body > .body .p-bullet-list > li > p {
  margin-top: 0;
}

body > .body .p-numbered-list {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding-left: 40px;
  color: #627180;
  font-family: "Circular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
body > .body .p-numbered-list > li {
  position: relative;
  display: list-item;
  width: 100%;
  float: left;
  padding-left: 5px;
  margin-top: 10px;
}
body > .body .p-numbered-list > li > p {
  margin-top: 0;
}

body > .body .p-content-not-found-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 20px 0px;
}
body > .body .p-content-not-found-container[data-content-type="table"] {
  padding: 30px 20px;
  border-radius: 13px;
  border: 2px solid #e3e9ed;
}
body > .body .p-content-not-found-container > .image-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  text-align: center;
}
body > .body .p-content-not-found-container > .image-container > .image {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
}
body > .body .p-content-not-found-container > .title {
  float: left;
  margin: 0;
  text-align: center;
}
body > .body .p-content-not-found-container > .description {
  float: left;
  margin-top: 5px;
  text-align: center;
}

body > .body .p-pending-content-container {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 100px;
  float: left;
}
body > .body .p-pending-content-container:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  background-image: url("https://transactions.acsgroup.co.uk/images/-global-/p-pending-content-container/icon-loading.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  animation-name: p_animation_button_loading_rotate;
  animation-duration: 0.4s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-play-state: running;
  -webkit-animation-name: p_animation_button_loading_rotate;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  transform: translate(-50%, -50%);
}

@keyframes p_animation_button_loading_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes p_animation_button_loading_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
