/* Use this file to create common reusable styles for various common components
 * DO NOT override anything globally
*/
.common_formItem__ZgT-x .ant-form-item-label {
  padding-bottom: 4px;
}
.common_formItemLabel__kpo3H {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  color: #1c353f;
}
.common_table__IM1vy .ant-table {
  font-family: "Graphik", sans-serif;
  color: #1c353f;
}
.common_table__IM1vy .ant-table-thead > tr > th {
  font-weight: normal;
}
.common_tabs__eWI1h .ant-tabs-tab .ant-tabs-tab-btn {
  font-weight: 600 !important;
  text-transform: uppercase;
}
.common_radioGroupSolid__pmGee .ant-radio-button-wrapper-checked {
  background-color: #264956 !important;
  border-color: #264956 !important;
  color: white !important;
}
.common_radioGroupSolid__pmGee .ant-radio-button-wrapper-checked:hover,
.common_radioGroupSolid__pmGee .ant-radio-button-wrapper-checked:active,
.common_radioGroupSolid__pmGee .ant-radio-button-wrapper-checked::before,
.common_radioGroupSolid__pmGee .ant-radio-button-wrapper-checked:active::before {
  color: white;
  background-color: #264956 !important;
}
.common_radioGroupSolid__pmGee .ant-radio-button-wrapper:not(.ant-radio-button-wrapper-checked):hover {
  color: #598394;
}
.common_radioGroupSolid__pmGee span {
  white-space: nowrap;
}
.common_groupingBrace__twJ0U {
  background-image: -moz-linear-gradient(#9eacb1, #9eacb1), -moz-linear-gradient(#9eacb1, #9eacb1), -moz-linear-gradient(#9eacb1, #9eacb1), -moz-linear-gradient(#9eacb1, #9eacb1);
  background-image: linear-gradient(#9eacb1, #9eacb1), linear-gradient(#9eacb1, #9eacb1), linear-gradient(#9eacb1, #9eacb1), linear-gradient(#9eacb1, #9eacb1);
  background-repeat: no-repeat;
  background-size: 8px 1px;
  background-position: top right, bottom right;
  border: solid #9eacb1;
  border-width: 0 1px 0 0;
}
.common_error__nkEw1 {
  color: #d31b23;
}

.filingComponent_root__dIB-h {
  background: #ffffff;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(220, 227, 230, var(--tw-border-opacity));
  border-radius: 0.5rem;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
}
.filingComponent_root__dIB-h.filingComponent_big__24i0h {
  max-width: none;
  max-width: initial;
}
@media (max-width: 576px) {
  .filingComponent_root__dIB-h {
    padding: 2.25rem;
  }
}
.filingComponent_tooltip__4pE8Z {
  color: #00d6cb;
  cursor: help;
}
.filingComponent_childrenContainer__BwO-f {
  position: relative;
  margin-top: 2rem;
}
.filingComponent_previousButton__rteIu {
  position: absolute;
  -moz-transform: translateY(-100%);
       transform: translateY(-100%);
}
.filingComponent_previousButton__rteIu:not([disabled]) {
  color: #00d6cb;
  border-color: #00d6cb;
  background-color: transparent;
}
.filingComponent_previousButton__rteIu:not([disabled]):hover,
.filingComponent_previousButton__rteIu:not([disabled]):focus {
  background-color: transparent;
  border-color: #19dad0;
  color: #19dad0;
}
.filingComponent_directorsAndOfficersContainer__Eaci2 .filingComponent_previousButton__rteIu {
  bottom: -39px;
}
.filingComponent_addPersonLabel__16OyE {
  font-weight: 700;
  color: "#4F4F4F";
  font-size: 14px;
}
.filingComponent_addPersonTitleContainer__0fwX8 {
  background-color: #f2f2f2;
  padding: 20px !important;
}
.filingComponent_tableTitle__7Az7G {
  font-weight: 700;
  color: "#4F4F4F";
  font-size: 14px;
}
.filingComponent_personsTable__BUDW7 {
  width: 100%;
  border-collapse: collapse;
}
.filingComponent_actionIcons__Xl7OP {
  color: black;
  background-color: transparent;
}
.filingComponent_noOfficerDirector__BQf5P {
  color: "#4F4F4F";
}

.loading-container {
  background: transparent;
  padding: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}
@-moz-keyframes lds-ripple {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
@keyframes lds-ripple {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
.lds-ripple {
  position: relative;
}
.lds-ripple div {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  -moz-animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
       animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(1) {
  border-color: #28d150;
}
.lds-ripple div:nth-child(2) {
  border-color: #00d6cb;
  -moz-animation-delay: -0.75s;
       animation-delay: -0.75s;
}
.lds-ripple {
  margin: 0px auto;
  width: 200px !important;
  height: 200px !important;
  -moz-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
       transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
.loading_elipsis-container {
  background: transparent;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #cef;
  -moz-animation-timing-function: cubic-bezier(0, 1, 1, 0);
       animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -moz-animation: lds-ellipsis1 0.6s infinite;
       animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -moz-animation: lds-ellipsis2 0.6s infinite;
       animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -moz-animation: lds-ellipsis2 0.6s infinite;
       animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -moz-animation: lds-ellipsis3 0.6s infinite;
       animation: lds-ellipsis3 0.6s infinite;
}
@-moz-keyframes lds-ellipsis1 {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@-moz-keyframes lds-ellipsis3 {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  100% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  100% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
}
@-moz-keyframes lds-ellipsis2 {
  0% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(19px, 0);
         transform: translate(19px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(19px, 0);
         transform: translate(19px, 0);
  }
}

.animations_fadeEnter__FEnUc {
  opacity: 0;
  -moz-transition: none;
  transition: none;
}
.animations_fadeEnterActive__b\+mTD {
  opacity: 1;
  -moz-transition: opacity;
  transition: opacity;
  -moz-transition-timing-function: ease;
       transition-timing-function: ease;
}
.animations_fadeExit__68-Yb {
  opacity: 1;
  -moz-transition: none;
  transition: none;
}
.animations_fadeExitActive__o8Rje {
  opacity: 0;
  -moz-transition: opacity;
  transition: opacity;
  -moz-transition-timing-function: ease;
       transition-timing-function: ease;
}
.animations_slideEnter__vturP {
  opacity: 0;
  -moz-transform: translateX(-50%);
       transform: translateX(-50%);
  -moz-transition: none;
  transition: none;
}
.animations_slideEnterActive__VvRY4 {
  opacity: 1;
  -moz-transform: translateX(0%);
       transform: translateX(0%);
  -moz-transition-property: opacity, transform, -moz-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -moz-transform;
  -moz-transition-timing-function: ease;
       transition-timing-function: ease;
}
.animations_slideExit__EUYro {
  opacity: 1;
  -moz-transform: translateX(0%);
       transform: translateX(0%);
  -moz-transition: none;
  transition: none;
}
.animations_slideExitActive__piKLi {
  opacity: 0;
  -moz-transform: translateX(50%);
       transform: translateX(50%);
  -moz-transition-property: opacity, transform, -moz-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -moz-transform;
  -moz-transition-timing-function: ease;
       transition-timing-function: ease;
}

.singlefile-infinite-scroll-highlighted-text {
  background: #a7f2ee;
  font-weight: 500;
  word-break: keep-all;
  word-break: auto-phrase;
  -webkit-hyphens: manual;
     -moz-hyphens: manual;
          hyphens: manual;
  overflow-wrap: anywhere;
}

.container-singlefile-highlight mark {
  padding: 0px !important;
}

span {
  word-break: keep-all;
  word-break: auto-phrase;
  -webkit-hyphens: manual;
     -moz-hyphens: manual;
          hyphens: manual;
  overflow-wrap: anywhere;
}

.usersContext_common__u6Hte {
  max-width: 400px;
  min-width: 320px;
  min-height: 400;
}
.usersContext_container__ivOkA {
  background: #fafafa;
  position: absolute;
  border-radius: 5px;
  padding: 2px;
  max-width: 400px;
  min-width: 320px;
  min-height: 400;
  z-index: 20;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.usersContext_listContainer__jEyHy {
  max-height: 400px;
  overflow: auto;
  padding: 3px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  max-width: 400px;
  min-width: 320px;
  min-height: 400;
  background: #fafafa;
}
.usersContext_listContainer__jEyHy .ant-card-body {
  padding: 4px;
}
.usersContext_listContainerLarge__TW-21 {
  min-height: 600px;
}
.usersContext_itemWrapper__xk4Xn {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 1px;
  padding: 4px;
  padding-left: 6px;
  margin-top: 6px;
  background: #fafafa;
}
.usersContext_itemWrapperLarge__-oXQf {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  padding: 1rem;
  margin-top: 1rem;
  background: #fff;
}
.usersContext_textField__ubdx1 {
  max-width: 400px;
  min-width: 320px;
  min-height: 400;
  margin: 4px;
  margin-right: 8px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: -moz-calc(100% - 4px);
  width: calc(100% - 4px);
  background: #fafafa;
}
.usersContext_textFieldLarge__iO2kI {
  max-width: 400px;
  min-width: 320px;
  min-height: 400;
  margin: 4px;
  margin-right: 8px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: -moz-calc(100% - 4px);
  width: calc(100% - 4px);
  background: #fafafa;
  background: #fff;
}
.usersContext_switchButton__znof9 {
  margin-left: 4px;
  cursor: pointer;
}
.usersContext_seeAll__wIeFT {
  text-align: center;
  padding: 5px;
  cursor: pointer;
  font-weight: 700;
  max-width: 400px;
  min-width: 320px;
  min-height: 400;
  background: #fafafa;
  text-decoration: none;
}
.usersContext_seeAllLink__edbym {
  text-decoration: none;
}
.usersContext_comma__8vtjX {
  font-weight: bold;
  font-size: large;
  margin-right: 2px;
}
.usersContext_multilineEllipsis__2MgRC {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* start showing ellipsis when 3rd line is reached */
  white-space: pre-wrap;
  /* let the text wrap preserving spaces */
}
.usersContext_multilineEllipsisLarge__H9Cvg {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* start showing ellipsis when 3rd line is reached */
  white-space: pre-wrap;
  /* let the text wrap preserving spaces */
  -webkit-line-clamp: 7;
  /* start showing ellipsis when 4th line is reached */
}

.logoBranding_container__0vzgK {
  width: 100%;
  margin-top: 20px;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  padding: 10px;
  padding-left: 15px;
  min-height: 70px;
}
.logoBranding_link__\+Y6T- {
  text-decoration: none;
}
.logoBranding_poweredBy__LP6pe {
  font-size: 75%;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 65px;
  bottom: -12px;
  color: rgba(0, 0, 0, 0.88);
}
.logoBranding_noPoweredBySinglefileLogo__iujhv {
  padding: 0 9% 0 15px;
  width: 80%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .logoBranding_container__0vzgK {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 2700px) {
  .logoBranding_poweredBy__LP6pe {
    font-size: 90%;
  }
  .logoBranding_noPoweredBySinglefileLogo__iujhv {
    padding: 0 15% 0 15px;
  }
}
.logoBranding_poweredByContainer__nMU2r {
  width: 80%;
  position: relative;
  z-index: 9;
}
.logoBranding_brandingLogo__RA0bX {
  margin-right: 25%;
  width: 75%;
}
.logoBranding_singlefileLogo__9TMtK {
  margin-left: 60%;
  width: 40%;
}
.logoBranding_bottomLogoContainer__0SHZa {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.userContexts_loggedInUserText__ahxgl {
  font-size: 1.2em;
}
@media only screen and (min-width: 2700px) {
  .userContexts_loggedInUserText__ahxgl {
    font-size: 1.6em;
  }
}
.userContexts_logoLoader__c7AJK {
  height: 200px;
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
}

.bulkonboard_table__oXiW6 .ant-table-row:not(.ant-table-row-selected) > td {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(158, 172, 177, var(--tw-text-opacity));
}
.bulkonboard_table__oXiW6 .ant-table-row-selected > td {
  background: inherit !important;
}
.bulkonboard_table__oXiW6 .bulkonboard_errorRow__1WI7o > td {
  background: hsl(0, 100%, 90%) !important;
}
.bulkonboard_table__oXiW6 .bulkonboard_successRow__w8bp0 > td {
  background: hsl(120, 100%, 90%) !important;
}
.bulkonboard_alternateRowLight__tWvLr {
  background-color: #f1f5f8;
}
.bulkonboard_alternateRowDark__0UAzr {
  background-color: #e2fffe;
}
@media (min-width: 992px) {
  .bulkonboard_sidebar__2ib41 {
    overflow: auto;
    height: 100vh;
    position: fixed;
    left: 0;
    width: max(250px, 12.5%);
    background-color: #1c353f !important;
  }
}
.bulkonboard_mainArea__grvgI {
  -moz-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
  min-height: 100vh;
}
@media (min-width: 992px) {
  .bulkonboard_mainArea__grvgI {
    margin-left: max(283px, 12.5%);
  }
}
.bulkonboard_header__LrDXu {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding: 0;
  line-height: inherit;
  height: auto;
}
@media (min-width: 480px) {
  .bulkonboard_header__LrDXu {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .bulkonboard_header__LrDXu {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .bulkonboard_header__LrDXu {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.bulkonboard_content__hVfDx {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 5rem;
}
@media (min-width: 480px) {
  .bulkonboard_content__hVfDx {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .bulkonboard_content__hVfDx {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .bulkonboard_content__hVfDx {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.bulkonboard_remainingEntitiesPopUp__KvZNQ {
  position: fixed;
  top: 6px;
  right: 6px;
  background-color: #f7feda;
  background: #f7feda;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: 400;
  z-index: 2000;
}
.bulkonboard_stickyTabs__E-iiu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  padding: 10px;
}

.ownershipInfo_percentage__2GJ7a {
  font-weight: 400 !important;
  color: #637379 !important;
  height: 32px;
  text-align: center;
  padding-top: 11px;
  margin-left: 4px;
  display: inline-block;
}
.ownershipInfo_stepDescription__BbqNp {
  position: absolute;
  top: 0px;
  left: -30px;
}
.ownershipInfo_stepDescription__BbqNp .ant-steps-item-container {
  width: 70px;
  height: 35px;
}
.ownershipInfo_modalBody__Es-O5 {
  min-width: 350px;
}
.ownershipInfo_modalBody__Es-O5 .ant-card-body {
  padding: 8px 24px;
  width: 100%;
}
.ownershipInfo_modalContainer__itcqu {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
}
.ownershipInfo_modalContainer__itcqu .ant-modal-body {
  max-width: 508px;
  margin: 20px;
}
.ownershipInfo_modalContainer__itcqu .ant-typography,
.ownershipInfo_modalContainer__itcqu div.ant-typography-h4,
.ownershipInfo_modalContainer__itcqu div.ant-typography-h4 > textarea,
.ownershipInfo_modalContainer__itcqu .ant-typography h4 {
  margin-bottom: 0px;
}
.ownershipInfo_disabled__QXlZr {
  pointer-events: none;
  opacity: 0.7;
}
.ownershipInfo_addStepsSection__rsICe {
  min-height: 60px;
}
@media only screen and (max-width: 575px) {
  .ownershipInfo_stepDescription__BbqNp {
    position: relative;
    left: 0px;
  }
  .ownershipInfo_stepDescription__BbqNp .ant-steps-item-container {
    width: auto;
    height: 35px;
  }
}
.ownershipInfo_modalAddressContainer__dg0qu {
  min-height: 368px;
  min-width: 300px;
}
@media only screen and (min-width: 600px) {
  .ownershipInfo_modalAddressContainer__dg0qu {
    min-width: 460px;
  }
  .ownershipInfo_modalBody__Es-O5 {
    min-width: 460px;
  }
}
.ownershipInfo_ownerTable__yX1eQ {
  position: relative;
}
.ownershipInfo_ownerTable__yX1eQ {
  color: #1c353f;
}
.ownershipInfo_noOwnerText__lja4i {
  color: #1c353f;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.ownershipInfo_beneficialOwner__58QTC {
  color: #00d6cb;
}
.ownershipInfo_containerExpandedRow__8PeMn {
  padding: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.ownershipInfo_containerExpandedRow__8PeMn .ant-card-body {
  padding: 8px 16px;
  width: 100%;
}
.ownershipInfo_modalHeader__8awO3 .ant-modal-header {
  background: #f2ffff;
  padding: 10px;
  padding-left: 24px;
}
.ownershipInfo_modalHeader__8awO3 ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #637379;
  opacity: 1;
  /* Firefox */
}
.ownershipInfo_modalHeader__8awO3 ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #637379;
  opacity: 1;
  /* Firefox */
}
.ownershipInfo_modalHeader__8awO3 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #637379;
}
.ownershipInfo_modalHeader__8awO3 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #637379;
}
.ownershipInfo_modalHeader__8awO3 .ant-modal-close-x {
  line-height: 44px;
}
.ownershipInfo_modalHeader__8awO3 .ant-modal-body {
  padding-top: 10px;
  padding-bottom: 5px;
}
.ownershipInfo_modalHeader__8awO3 .ant-modal-title {
  font-family: "Google Sans", Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
  font-weight: 600;
  line-height: normal;
}
.ownershipInfo_edit__Q6uQ9 {
  cursor: pointer;
  color: #1c353f;
}
.ownershipInfo_edit__Q6uQ9:hover {
  color: #00d6cb;
}
.ownershipInfo_textSFGreen__vnv-d {
  color: #28d150;
}
.ownershipInfo_tableHeaderTitle__nO3PZ {
  text-align: left !important;
}
@media (min-width: 1330px) {
  .ownershipInfo_tableHeaderTitle__nO3PZ {
    text-align: center !important;
  }
}
.ownershipInfo_tableHeaderTitleMoreLeft__z6U5\+ {
  text-align: left !important;
}
@media (min-width: 1700px) {
  .ownershipInfo_tableHeaderTitleMoreLeft__z6U5\+ {
    text-align: center !important;
  }
}
.ownershipInfo_expandedRowIcon__hMB7G {
  cursor: pointer;
  padding-bottom: 10px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  gap: 5px;
}
.ownershipInfo_expandedRowIcon__hMB7G:hover {
  color: #1c353f;
}
.ownershipInfo_expandedRowIconDelete__Cxmmf {
  padding-bottom: 10px;
  cursor: pointer;
  color: #d31b23;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  gap: 5px;
}
.ownershipInfo_expandedRowIconText__rGCkt {
  color: #1c353f;
}
.ownershipInfo_minorIconContainer__FKkZe {
  -moz-transform: rotateY(180deg);
       transform: rotateY(180deg);
  color: #00d6cb;
  margin-top: 4px;
  margin-right: 5px;
}
.ownershipInfo_inviteModalOwnerContainer__iLMVK .ant-modal-header {
  border-bottom: none;
  padding: 24px 35px;
  padding-bottom: 5px;
}
.ownershipInfo_inviteModalOwnerContainer__iLMVK .ant-modal-title {
  padding-top: 20px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
}
.ownershipInfo_inviteModalOwnerContainer__iLMVK .ant-modal-body {
  font-size: 15px;
  padding: 24px 35px;
  padding-top: 5px;
}
.ownershipInfo_inviteModalOwnerContainer__iLMVK .ant-form {
  font-size: 15px;
}
.ownershipInfo_inviteModalOwnerContainer__iLMVK .ant-modal-close-x {
  font-size: 24px;
  padding: 8px;
  font-weight: 500;
  color: #1c353f;
}
.ownershipInfo_inviteModalOwnerContainer__iLMVK .ant-modal-footer {
  padding: 0px;
  border-top: none;
}
.ownershipInfo_deleteConfirmText__\+pxZh {
  font-size: 18px;
  font-weight: 400;
  padding-top: 30px !important;
  width: 210px;
  height: 170px;
  text-align: left !important;
}
.ownershipInfo_sendLinkText__F3exP {
  font-size: 16px;
  font-weight: 400;
  text-align: left !important;
}
.ownershipInfo_sendLinkTextInfo__gk93K {
  max-width: 370px;
}
.ownershipInfo_ownershipTabsContainer__INhBj {
  padding: 15px;
}
.ownershipInfo_ownershipTabsContainer__INhBj .ant-tabs-nav-list {
  width: 100%;
}
.ownershipInfo_ownershipTabsContainer__INhBj .ant-tabs-top > .ant-tabs-nav::before {
  border-bottom: none;
}
.ownershipInfo_ownershipTabsContainer__INhBj .ant-tabs-ink-bar {
  position: absolute;
  background: #00d6cb;
  pointer-events: none;
}
.ownershipInfo_ownershipTabsContainer__INhBj .ant-tabs-nav-more {
  display: none;
}
.ownershipInfo_ownershipTabsContainer__INhBj .ant-tabs-nav-wrap {
  border-bottom: 0.2px solid rgba(0, 0, 0, 0.1);
}
.ownershipInfo_ownershipTabsContainer__INhBj .ant-tabs-tab {
  width: 50%;
  display: block !important;
}
.ownershipInfo_ownershipTabsContainer__INhBj .ant-input-number-input {
  padding: 0 11px !important;
}
.ownershipInfo_ownershipTabsContainer__INhBj .ant-input-number-affix-wrapper {
  width: auto;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
       padding-inline-start: 0px;
}
.ownershipInfo_tabTitle__-WOhv {
  font-size: 1.125rem;
  text-align: center;
  width: 100%;
}
.ownershipInfo_greenIcon__5HVLx {
  color: #00d6cb;
}
.ownershipInfo_addOwnerInfoTextContainer__mjzCz {
  position: relative;
  background: #f0f0f0;
  border-radius: 10px;
  padding: 20px 16px;
  line-height: 16.94px;
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 30px;
}
.ownershipInfo_getFincenText__UkKdE {
  font-size: 0.625rem;
  line-height: 0.75rem;
  padding-top: 10px;
}
.ownershipInfo_ficenNumberInputContainer__VDkJk {
  display: -moz-box;
  display: flex;
  -moz-box-pack: start;
       justify-content: flex-start;
  position: relative !important;
}
.ownershipInfo_ficenNumberInputContainer__VDkJk .ant-input-number {
  width: 100%;
  min-width: 0px;
}
.ownershipInfo_ficenNumberInputContainer__VDkJk .ant-input-number-affix-wrapper {
  width: 100%;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
       padding-inline-start: 0px;
}
.ownershipInfo_ficenNumberInputContainer__VDkJk {
  display: -moz-box;
  display: flex;
  -moz-box-pack: start;
       justify-content: flex-start;
  position: relative !important;
}
.ownershipInfo_ficenNumberInputContainer__VDkJk a,
.ownershipInfo_ficenNumberInputContainer__VDkJk link {
  color: #e3fffe;
}
.ownershipInfo_ficenNumberInputContainer__VDkJk .ant-input-number {
  width: 100%;
  min-width: 0px;
}
.ownershipInfo_triangle__zeIur {
  position: absolute;
  top: 48%;
  left: 100%;
  -moz-transform: rotate(90deg);
       transform: rotate(90deg);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #f0f0f0;
}
.ownershipInfo_dropdownList__icNpZ {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  border: 1px solid #dce3e6;
  border-top: none;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  background-color: white;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ownershipInfo_dropdownList__icNpZ::-webkit-scrollbar {
  width: 8px;
}
.ownershipInfo_dropdownList__icNpZ::-webkit-scrollbar-thumb {
  background-color: #dce3e6;
  border-radius: 4px;
  border: 2px solid #dce3e6;
}
.ownershipInfo_dropdownList__icNpZ::-webkit-scrollbar-track {
  background: transparent;
}
.ownershipInfo_dropdownItem__8qwt8 {
  padding: 8px;
  cursor: pointer;
  border-bottom: 1px solid #dce3e6;
}
.ownershipInfo_dropdownItem__8qwt8:last-child {
  border-bottom: none;
}
.ownershipInfo_dropdownItem__8qwt8:hover {
  background-color: #b8fffd;
}
.ownershipInfo_customTableColumn__AyJ9S {
  background-color: transparent !important;
  color: inherit !important;
  border-bottom: 0 !important;
}
.ownershipInfo_disabledDiv__rzcvT {
  opacity: 0.4;
}

.styles_tooltip__bLh\+2 {
  min-width: 535px;
}

.select_nativeSelect__VnXC6 {
  width: 100%;
  background: white;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  line-height: 2;
  display: inline-block;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.select_nativeSelect__VnXC6:hover, .select_nativeSelect__VnXC6:focus, .select_nativeSelect__VnXC6:active {
  --tw-border-opacity: 1;
  border-color: rgba(0, 214, 203, var(--tw-border-opacity));
  outline: 0;
}
.select_nativeSelect__VnXC6:focus {
  box-shadow: 0 0 0 2px rgba(0, 214, 203, 0.2);
}
.select_error__Ud6IT {
  --tw-border-opacity: 1;
  border-color: rgba(211, 27, 35, var(--tw-border-opacity));
}
.select_error__Ud6IT:hover, .select_error__Ud6IT:focus, .select_error__Ud6IT:active {
  --tw-border-opacity: 1;
  border-color: rgba(211, 27, 35, var(--tw-border-opacity));
}
.select_error__Ud6IT:focus {
  box-shadow: 0 0 0 2px rgba(211, 27, 35, 0.2);
}
.select_small__vzbjp {
  height: 24px;
  padding: 0 7px;
}
.select_middle__w4XWy {
  height: 32px;
  padding: 4px 11px;
}
.select_large__krFEh {
  height: 40px;
  padding: 6.5px 11px;
  font-size: 16px;
}
.select_placeholder__kBo3P {
  color: #bfbfbf;
}

.address_streetAddress__wtgFo {
  display: inline-block;
  flex-shrink: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
  text-transform: capitalize;
  flex-basis: 35ch;
}
.address_streetAddress__wtgFo .ant-form-item-label {
  padding-bottom: 4px;
}
.address_city__-74xK {
  display: inline-block;
  flex-shrink: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
  text-transform: capitalize;
  flex-basis: 20ch;
}
.address_city__-74xK .ant-form-item-label {
  padding-bottom: 4px;
}
.address_state__ckjPN {
  display: inline-block;
  flex-shrink: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
  text-transform: capitalize;
  -moz-box-flex: 0;
       flex-grow: 0;
  flex-basis: 20ch;
}
.address_state__ckjPN .ant-form-item-label {
  padding-bottom: 4px;
}
.address_country__bYeDs {
  display: inline-block;
  flex-shrink: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
  text-transform: capitalize;
  -moz-box-flex: 0;
       flex-grow: 0;
  flex-basis: 100%;
}
.address_country__bYeDs .ant-form-item-label {
  padding-bottom: 4px;
}
.address_zip__d4P5h {
  display: inline-block;
  flex-shrink: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
  text-transform: capitalize;
  -moz-box-flex: 0;
       flex-grow: 0;
  flex-basis: 20ch;
}
.address_zip__d4P5h .ant-form-item-label {
  padding-bottom: 4px;
}

.steps_addEntityStepsContainer__U45e9 {
  position: absolute;
  top: 0px;
  left: -30px;
}
.steps_addEntityStepsContainer__U45e9 .ant-steps-item-container {
  width: 90px;
}
@media only screen and (max-width: 575px) {
  .steps_addEntityStepsContainer__U45e9 {
    position: relative;
    left: 0px;
  }
  .steps_addEntityStepsContainer__U45e9 .ant-steps-item-container {
    width: auto;
    height: 35px;
  }
}
.steps_addStepsSection__iCMyc {
  min-height: 100px;
}
.steps_sendInviteContainer__P2eU8 .ant-form-item-control-input-content {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}

.add-entity-modal-inner-container {
  padding: 0 1.2rem;
}
.add-entity-modal-form-content {
  padding: 2rem 0 0 0;
}
.add-entity-modal-form-content :global(.ant-picker) {
  width: 100% !important;
}
.add-entity-modal-container :global(.ant-modal-footer) {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.add-entity-new-jurisdiction-plus-icon {
  margin-right: 1rem;
}
.reset-selected-contact-field {
  color: #00d6cb;
}
.add-entity-modal-form-step-container {
  display: none;
}
.active-modal-step {
  display: block;
}
.add-entity-jurisdiction-buttons-container button {
  margin-top: 1.4rem;
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 2px;
}
.add-entity-button-container button {
  margin-top: 1rem;
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 2px;
}
.add-entity-new-jurisdiction-container {
  display: grid;
  grid-template-columns: 6fr 1fr;
  -moz-box-align: center;
       align-items: center;
}
.entity-jurisdiction-input-container {
  margin-bottom: 1.4rem;
}
.add-entity-remove-new-jurisdiction-container {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  margin-left: 1.4rem;
}
.add-entity-jurisdiction-select-input-error {
  color: #d31b23;
  font-size: 0.8rem;
}
.add-new-jurisdiction-button {
  margin-left: 1rem;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.add-new-jurisdiction-button:hover {
  color: #d31b23;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.entity-name-parent {
  background: #ffffff;
}
.entity-name-parent p {
  line-height: 22px;
  color: #1c353f;
}
.entity-name-parent .info {
  color: #28d150;
}
.entity-name-parent .error {
  color: #f26023;
}
.entity-name-parent .success {
  color: #28d150;
}
.entity-name-parent .ant-table-column-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.entity-name-parent .ant-checkbox-inner {
  height: 20px;
  width: 20px;
}
.entity-name-parent .ant-checkbox-inner::after {
  height: 10px;
  left: 25%;
}
.entity-name-parent .info-p {
  padding-left: 0;
}

.styles_table__rkzbD {
  min-height: 40px;
}

.bulkowners_table__ZxWJb {
  background: #f2ffff;
  padding: 16px;
}
.bulkowners_table__ZxWJb .ant-table {
  background-color: #f2ffff;
}
.bulkowners_table__ZxWJb .ant-table-thead > tr > th {
  background-color: #f2ffff;
}
.bulkowners_table__ZxWJb .ant-table-tbody > tr > td {
  background-color: #f2ffff;
}
.bulkowners_progressContainer__ZXE1v {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
}
.bulkowners_progressText__HyhoJ {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  margin: 14px;
  font-size: 15px;
  color: #1c353f;
  text-align: center;
}
.bulkowners_clientsIconContainer__iMb6n {
  border: 1px solid #00d6cb;
  height: 16px;
  width: 16px;
  color: #00d6cb;
  text-align: center;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
}
.bulkowners_clientPagination__\+Jsxs {
  display: -moz-box;
  display: flex;
  -moz-box-pack: end;
       justify-content: flex-end;
}
.bulkowners_collapse__\+3pgd {
  background: white;
}
.bulkowners_collapse__\+3pgd .ant-collapse-content-box {
  padding: 0;
}

.fullscreen_container__emXk0 {
  display: -moz-box;
  display: flex;
  position: fixed;
  background-color: #1c353f;
  height: 100vh;
  width: 100vw;
  z-index: 99;
}
.fullscreen_wrapper__-pYPk {
  margin: auto;
}
.fullscreen_exit__QyEkh {
  opacity: 1;
}
.fullscreen_exitActive__ECoHf {
  opacity: 0;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
}

.send-cta-signature {
  margin-bottom: 10px;
}
.send-cta-signature label {
  width: 30%;
}
.send-cta-signature .cta-form-container {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  gap: 20px;
}
.send-cta-signature .cta-form-container input {
  border-radius: 5px;
}
.send-cta-signature .cta-input {
  position: relative;
}
.send-cta-signature .error {
  border-color: red;
}
.send-cta-signature .email_container {
  position: absolute;
  color: red;
}
.cta-banner {
  background-color: #e6f6ff;
  border-radius: 5px;
  border: 1px solid #91d5ff;
  margin-bottom: 20px;
}
.review-filing-info-parent p {
  color: #1c353f;
}
.review-filing-info-parent .edit-btn {
  color: #ffffff;
  background: #00d6cb;
  border: 1px solid #00d6cb;
  padding: 0 23px;
}
.review-filing-info-parent .bg-light-aqua {
  background-color: #f2ffff;
}
.review-filing-info-parent .bg-light-aqua .edit-btn {
  display: none;
}
.review-filing-info-parent .bg-light-aqua:hover {
  background-color: #e2fffe;
}
.review-filing-info-parent .bg-light-aqua:hover .edit-btn {
  display: inline;
  display: initial;
}
.review-filing-info-parent .btn-sign {
  background: #28d150;
  color: #ffffff;
  border: 1px solid #28d150;
  height: 44px;
  padding: 0 25px;
}
.review-filing-info-button-container {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}
.review-filing-info-button-container .review-filing-info-prev-button {
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  padding: 6.4px 15px;
  height: auto;
  height: initial;
}

.newEntity_radio__qXgZO {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}

.filing-progress-modal {
  padding: 0;
}
.filing-progress-modal p {
  color: #1c353f;
}
.filing-progress-modal .ant-modal-body {
  padding: 20px 25px;
}
.filing-progress-modal .text-muted {
  color: #9eacb1;
}
.filing-progress-modal .ant-btn-lg {
  height: 44px;
}
.filing-progress-modal .btn-go-inbox {
  background: #28d150;
  color: #ffffff;
  border: 1px solid #28d150;
  letter-spacing: 0.25px;
}
.filing-progress-modal .btn-view-r {
  color: #28d150;
  border: 1px solid #28d150;
  padding: 0 20px;
  letter-spacing: 0.25px;
}
.filing-progress-modal .ant-progress-success-bg,
.filing-progress-modal .ant-progress-bg {
  background: #28d150;
}

/* CSS variables. */
:root {
	--PhoneInput-color--focus: #03b2cb;
	--PhoneInputInternationalIconPhone-opacity: 0.8;
	--PhoneInputInternationalIconGlobe-opacity: 0.65;
	--PhoneInputCountrySelect-marginRight: 0.35em;
	--PhoneInputCountrySelectArrow-width: 0.3em;
	--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
	--PhoneInputCountrySelectArrow-borderWidth: 1px;
	--PhoneInputCountrySelectArrow-opacity: 0.45;
	--PhoneInputCountrySelectArrow-color: currentColor;
	--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountrySelectArrow-transform: rotate(45deg);
	--PhoneInputCountryFlag-aspectRatio: 1.5;
	--PhoneInputCountryFlag-height: 1em;
	--PhoneInputCountryFlag-borderWidth: 1px;
	--PhoneInputCountryFlag-borderColor: rgba(0,0,0,0.5);
	--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,0.1);
}

.PhoneInput {
	/* This is done to stretch the contents of this component. */
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	     align-items: center;
}

.PhoneInputInput {
	/* The phone number input stretches to fill all empty space */
	-moz-box-flex: 1;
	     flex: 1 1;
	/* The phone number input should shrink
	   to make room for the extension input */
	min-width: 0;
}

.PhoneInputCountryIcon {
	width: -moz-calc(1em * 1.5);
	width: calc(1em * 1.5);
	width: -moz-calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
	width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
	height: 1em;
	height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
	width: 1em;
	width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
	/* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
	background-color: rgba(0,0,0,0.1);
	background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
	/* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
	box-shadow: 0 0 0 1px rgba(0,0,0,0.5),
		inset 0 0 0 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
	/* Fixes weird vertical space above the flag icon. */
	/* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
	display: block;
	/* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
	width: 100%;
	height: 100%;
}

.PhoneInputInternationalIconPhone {
	opacity: 0.8;
	opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
	opacity: 0.65;
	opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

/* Styling native country `<select/>`. */

.PhoneInputCountry {
	position: relative;
	align-self: stretch;
	display: -moz-box;
	display: flex;
	-moz-box-align: center;
	     align-items: center;
	margin-right: 0.35em;
	margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 0;
	opacity: 0;
	cursor: pointer;
}

.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
	cursor: default;
}

.PhoneInputCountrySelectArrow {
	display: block;
	content: '';
	width: 0.3em;
	width: var(--PhoneInputCountrySelectArrow-width);
	height: 0.3em;
	height: var(--PhoneInputCountrySelectArrow-width);
	margin-left: 0.35em;
	margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
	border-style: solid;
	border-color: currentColor;
	border-color: var(--PhoneInputCountrySelectArrow-color);
	border-top-width: 0;
	border-bottom-width: 1px;
	border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	border-left-width: 0;
	border-right-width: 1px;
	border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	-moz-transform: rotate(45deg);
	     transform: rotate(45deg);
	-moz-transform: var(--PhoneInputCountrySelectArrow-transform);
	     transform: var(--PhoneInputCountrySelectArrow-transform);
	opacity: 0.45;
	opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
	opacity: 1;
	color: #03b2cb;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
	box-shadow: 0 0 0 1px #03b2cb,
		inset 0 0 0 1px #03b2cb;
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
	opacity: 1;
	color: #03b2cb;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}
.upload-doc-parent .pdf-container {
  border: 1px solid #dce3e6;
}
.upload-doc-parent .pdf-name-container {
  height: 44px;
  line-height: 44px;
  display: -moz-box;
  display: flex;
  background-color: #e2fffe;
}
.upload-doc-parent .pdf-name-container .btn-remove {
  border-radius: 2px;
  border: none;
  background-color: #00d6cb;
  box-shadow: 0 2px 3px 0 #dadde5;
  height: 20px;
  padding: 0 6px;
  font-size: 9.5px;
}
.upload-doc-parent .pdf-name-container-file-name {
  margin: auto;
  font-size: 12px;
}
.upload-doc-parent p {
  line-height: 22px;
  color: #1c353f;
}
.upload-doc-parent .ant-upload-drag-icon {
  color: #00d6cb;
}
.upload-doc-parent .ant-upload-drag-icon svg {
  font-size: 54px;
}
.upload-doc-parent .ant-upload.ant-upload-drag {
  border: 1px dashed #00d6cb;
  background-color: #f2ffff;
}
.upload-doc-parent .ant-upload.ant-upload-drag u {
  color: #00d6cb;
}
.upload-doc-parent .ant-upload.ant-upload-drag .ant-upload-btn {
  height: 185px;
}
.upload-doc-parent .info {
  color: #00d6cb;
}

.checkout-parent p {
  color: #1c353f;
}
.checkout-parent .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #00d6cb;
  border-color: #00d6cb;
}
.checkout-parent .ant-btn-primary {
  margin-top: 20px;
}
.checkout-parent .ant-btn-primary-disabled,
.checkout-parent .ant-btn-primary.disabled,
.checkout-parent .ant-btn-primary[disabled] {
  background: #f1f5f8;
  border-color: #f1f5f8;
}

.review-filing-fees-parent .ant-table-thead > tr > th {
  padding: 12px 16px;
  border-bottom: none;
  color: #1c353f;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.review-filing-fees-parent .ant-table-thead > tr > th,
.review-filing-fees-parent .ant-table-tbody > tr > td {
  color: #1c353f;
}
.review-filing-fees-parent .ant-table-tbody > tr:last-child > td {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  border-bottom: none;
}
.review-filing-fees-parent .submit-btn {
  border: 1px solid #28d150;
  background: #28d150;
  height: 44px;
  padding: 0 25px;
}
.review-filing-fees-parent .faded {
  color: #9eacb1;
}

.styles_assignedEntities__WCy4n {
  margin-left: -1rem !important;
  padding-bottom: 0 !important;
}
.styles_assignedEntities__WCy4n .ant-collapse-content {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.styles_assignedEntities__WCy4n .styles_table__h1\+C7 .ant-table-tbody > tr > td {
  border-bottom: none;
  padding: 4px;
}
.styles_assignedEntities__WCy4n .styles_table__h1\+C7 .ant-table-thead > tr > th {
  border-bottom: none;
  color: #637379;
  background-color: white;
  font-size: 0.75rem;
  font-weight: normal;
  padding-left: 4px;
}

.stripe_stripeCard__2buTP.StripeElement {
  display: block;
  padding: 8px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.stripe_stripeCard__2buTP.StripeElement:hover {
  border-color: #00d6cb;
}
.stripe_stripeCard__2buTP.StripeElement--focus {
  box-shadow: 0 0 0 2px rgba(0, 214, 203, 0.2);
  border-color: #00d6cb;
}
.stripe_stripeCard__2buTP.StripeElement--invalid {
  border-color: #d31b23;
}
.stripe_stripeCard__2buTP.StripeElement--invalid:hover {
  border-color: #d31b23;
}
.stripe_stripeCard__2buTP.StripeElement--focus.StripeElement--invalid {
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.stripe_formItem__9ulQ- {
  margin-bottom: 12px;
}
.stripe_formItem__9ulQ- .stripe_ant-form-item-label__v7gP9 {
  padding-bottom: 4px;
}
.stripe_formItem__9ulQ- input {
  border-radius: 5px;
  font-size: 16px;
  padding: 12px;
}
.stripe_error__eznLy {
  color: #f26023;
}
.stripe_confirmModal__-\+WLZ .ant-modal-header {
  border-bottom: none;
}
.stripe_confirmModal__-\+WLZ .ant-modal-footer {
  border-top: none;
}

.buttons_primary__slHBd {
  color: #1c353f;
}
.buttons_primary__slHBd:not([disabled]) {
  background-color: #00d6cb;
  border-color: #00d6cb;
  color: #1c353f;
}
.buttons_primary__slHBd:not([disabled]):hover,
.buttons_primary__slHBd:not([disabled]):focus {
  background-color: #19dad0 !important;
  border-color: #19dad0 !important;
  color: #334952 !important;
}
.buttons_primary__slHBd[disabled],
.buttons_primary__slHBd[disabled]:hover {
  color: #00000040;
}
.buttons_primary__slHBd.buttons_green__i2N9H {
  color: #1c353f;
}
.buttons_primary__slHBd.buttons_green__i2N9H:not([disabled]) {
  background-color: #28d150;
  border-color: #28d150;
  color: #1c353f;
}
.buttons_primary__slHBd.buttons_green__i2N9H:not([disabled]):hover,
.buttons_primary__slHBd.buttons_green__i2N9H:not([disabled]):focus {
  background-color: #3dd662 !important;
  border-color: #3dd662 !important;
  color: #334952 !important;
}
.buttons_primary__slHBd.buttons_green__i2N9H[disabled],
.buttons_primary__slHBd.buttons_green__i2N9H[disabled]:hover {
  color: #00000040;
}
.buttons_primary__slHBd.buttons_darkgreen__lY7GF {
  color: #ffffff;
}
.buttons_primary__slHBd.buttons_darkgreen__lY7GF:not([disabled]) {
  background-color: #1c353f;
  border-color: #1c353f;
  color: #ffffff;
}
.buttons_primary__slHBd.buttons_darkgreen__lY7GF:not([disabled]):hover,
.buttons_primary__slHBd.buttons_darkgreen__lY7GF:not([disabled]):focus {
  background-color: #334952 !important;
  border-color: #334952 !important;
  color: #ffffff !important;
}
.buttons_primary__slHBd.buttons_darkgreen__lY7GF[disabled],
.buttons_primary__slHBd.buttons_darkgreen__lY7GF[disabled]:hover {
  color: #00000040;
}
.buttons_primary__slHBd.buttons_orange__4ULh2:not([disabled]) {
  background-color: #f26023;
  border-color: #f26023;
  color: #1c353f;
}
.buttons_primary__slHBd.buttons_orange__4ULh2:not([disabled]):hover,
.buttons_primary__slHBd.buttons_orange__4ULh2:not([disabled]):focus {
  background-color: #f37039 !important;
  border-color: #f37039 !important;
  color: #334952 !important;
}
.buttons_primary__slHBd.buttons_orange__4ULh2[disabled],
.buttons_primary__slHBd.buttons_orange__4ULh2[disabled]:hover {
  color: #00000040;
}
.buttons_secondary__cfC3u:not([disabled]) {
  color: #1c353f;
  border-color: #1c353f;
  background-color: transparent;
}
.buttons_secondary__cfC3u:not([disabled]):hover,
.buttons_secondary__cfC3u:not([disabled]):focus {
  background-color: transparent;
  border-color: #334952;
  color: #334952;
}
.buttons_secondary__cfC3u.buttons_green__i2N9H:not([disabled]) {
  color: #006a64;
  border-color: #006a64;
  background-color: transparent;
}
.buttons_secondary__cfC3u.buttons_green__i2N9H:not([disabled]):hover,
.buttons_secondary__cfC3u.buttons_green__i2N9H:not([disabled]):focus {
  background-color: transparent;
  border-color: #197974;
  color: #197974;
}
.buttons_secondary__cfC3u.buttons_orange__4ULh2:not([disabled]) {
  color: #f26023;
  border-color: #f26023;
  background-color: transparent;
}
.buttons_secondary__cfC3u.buttons_orange__4ULh2:not([disabled]):hover,
.buttons_secondary__cfC3u.buttons_orange__4ULh2:not([disabled]):focus {
  background-color: transparent;
  border-color: #f37039;
  color: #f37039;
}
.buttons_dashed__lAZ2a {
  font-weight: normal;
  color: #006a64;
  border-color: #006a64;
}
.buttons_dashed__lAZ2a:hover,
.buttons_dashed__lAZ2a:focus {
  color: #197974;
  border-color: #197974;
  background-color: transparent;
}
.buttons_dashed__lAZ2a:hover,
.buttons_dashed__lAZ2a:active,
.buttons_dashed__lAZ2a:focus {
  color: #338883 !important;
  border-color: #006a64 !important;
}
.buttons_icon__63hpu {
  border: none;
  color: #9eacb1;
  box-shadow: none;
  background-color: transparent;
}
.buttons_icon__63hpu:hover,
.buttons_icon__63hpu:focus {
  color: #1c353f;
  border-color: #9eacb1;
  background-color: transparent;
}
.buttons_icon__63hpu[disabled],
.buttons_icon__63hpu[disabled]:hover {
  background: transparent;
}
.buttons_link__AZdCB {
  font-weight: normal;
  color: #006a64;
}
.buttons_link__AZdCB:hover,
.buttons_link__AZdCB:focus {
  color: #2b53d9;
}
.buttons_submitButton__QwQX\+ {
  text-transform: uppercase;
  display: block;
  margin-top: 1rem;
}
.buttons_submitButton__QwQX\+:not([disabled]) {
  background-color: #00d6cb;
  border-color: #00d6cb;
  color: #1c353f;
}
.buttons_submitButton__QwQX\+:not([disabled]):hover,
.buttons_submitButton__QwQX\+:not([disabled]):focus {
  background-color: #19dad0 !important;
  border-color: #19dad0 !important;
  color: #334952 !important;
}
.buttons_submitButton__QwQX\+[disabled],
.buttons_submitButton__QwQX\+[disabled]:hover {
  color: #00000040;
}
.buttons_submitButton__QwQX\+.buttons_green__i2N9H:not([disabled]) {
  background-color: #28d150;
  border-color: #28d150;
  color: #1c353f;
}
.buttons_submitButton__QwQX\+.buttons_green__i2N9H:not([disabled]):hover,
.buttons_submitButton__QwQX\+.buttons_green__i2N9H:not([disabled]):focus {
  background-color: #3dd662 !important;
  border-color: #3dd662 !important;
  color: #334952 !important;
}
.buttons_submitButton__QwQX\+.buttons_green__i2N9H[disabled],
.buttons_submitButton__QwQX\+.buttons_green__i2N9H[disabled]:hover {
  color: #00000040;
}
.buttons_filingSubmitButton__YL\+kB {
  text-transform: uppercase;
  display: block;
  margin-top: 1rem;
  margin-left: auto;
  margin-top: 3rem;
}
.buttons_filingSubmitButton__YL\+kB:not([disabled]) {
  background-color: #00d6cb;
  border-color: #00d6cb;
  color: #1c353f;
}
.buttons_filingSubmitButton__YL\+kB:not([disabled]):hover,
.buttons_filingSubmitButton__YL\+kB:not([disabled]):focus {
  background-color: #19dad0 !important;
  border-color: #19dad0 !important;
  color: #334952 !important;
}
.buttons_filingSubmitButton__YL\+kB[disabled],
.buttons_filingSubmitButton__YL\+kB[disabled]:hover {
  color: #00000040;
}
.buttons_filingSubmitButton__YL\+kB.buttons_green__i2N9H:not([disabled]) {
  background-color: #28d150;
  border-color: #28d150;
  color: #1c353f;
}
.buttons_filingSubmitButton__YL\+kB.buttons_green__i2N9H:not([disabled]):hover,
.buttons_filingSubmitButton__YL\+kB.buttons_green__i2N9H:not([disabled]):focus {
  background-color: #3dd662 !important;
  border-color: #3dd662 !important;
  color: #334952 !important;
}
.buttons_filingSubmitButton__YL\+kB.buttons_green__i2N9H[disabled],
.buttons_filingSubmitButton__YL\+kB.buttons_green__i2N9H[disabled]:hover {
  color: #00000040;
}
.buttons_filingSubmitButton__YL\+kB.buttons_final__VZNvi:not([disabled]) {
  background-color: #28d150;
  border-color: #28d150;
  color: #1c353f;
}
.buttons_filingSubmitButton__YL\+kB.buttons_final__VZNvi:not([disabled]):hover,
.buttons_filingSubmitButton__YL\+kB.buttons_final__VZNvi:not([disabled]):focus {
  background-color: #3dd662 !important;
  border-color: #3dd662 !important;
  color: #334952 !important;
}
.buttons_filingSubmitButton__YL\+kB.buttons_final__VZNvi[disabled],
.buttons_filingSubmitButton__YL\+kB.buttons_final__VZNvi[disabled]:hover {
  color: #00000040;
}

.taskflow_root__qt6q\+ {
  min-height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}
.taskflow_root__qt6q\+ .filing-container {
  background: #ffffff;
  padding: 4rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 1px 4px 0 rgba(135, 135, 135, 0.15);
  max-width: 760px;
}
.taskflow_sidebar__Op7Ii {
  background: #1c353f;
  min-height: 100vh;
}
.taskflow_sidebar__Op7Ii .taskflow_submenuLocked__ZY7ss {
  color: #9eacb1;
}
.taskflow_sidebar__Op7Ii .taskflow_submenuUnlocked__-nSPb {
  color: #f1f5f8 !important;
}
.taskflow_header__GA5pm {
  height: auto;
  padding: 0;
  line-height: inherit;
}

.CTAForm_container__MWoQm {
  width: 100%;
  min-height: 800px;
}
.CTAForm_ownerTable__PooyT {
  position: relative;
}
.CTAForm_ownerTable__PooyT {
  color: #1c353f;
}
.CTAForm_ownerTable__PooyT .ant-table-row-expand-icon {
  color: #00d6cb;
  border: 1px solid #00d6cb;
}
.CTAForm_ownerTable__PooyT .ant-table-thead > tr > th,
.CTAForm_ownerTable__PooyT .ant-table-tbody > tr > td,
.CTAForm_ownerTable__PooyT .ant-table tfoot > tr > th,
.CTAForm_ownerTable__PooyT .ant-table tfoot > tr > td {
  padding: 8px 14px;
}
.CTAForm_ownerTable__PooyT tr.ant-table-expanded-row > td,
.CTAForm_ownerTable__PooyT tr.ant-table-expanded-row:hover > td {
  background: #fff;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 0px;
}
.CTAForm_card__IT9gM {
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -moz-transform 0.3s ease;
}
.CTAForm_minusButtonsContainer__pe9wG {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: end;
       justify-content: flex-end;
  margin-bottom: 5px;
}
.CTAForm_minusButton__p2rXP {
  cursor: pointer;
  padding: 8px;
  padding-left: 16px;
  color: #9eacb1;
}
.CTAForm_minusButton__p2rXP:hover {
  color: #00d6cb;
}

.Signin_logoContainer__dHLrt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px;
}
.Signin_mainLogo__eMXbk {
  width: 171.91px;
  height: 70px;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}
.Signin_forgotPass__pt5UY {
  color: #8ccbd4;
  font-weight: 300;
  margin-top: 16px;
  display: inline-block;
}
.Signin_container__fJocP {
  padding: 50px;
  background: #1c353f;
  height: 100vh;
  overflow-y: scroll;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}
.Signin_inputOtp__Nvnqa {
  width: 30px !important;
  height: 30px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, #d1d5db 0px 0px 0px 1px inset;
  margin: 4px;
}
.Signin_inputOtp__Nvnqa:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, #d1d5db 0px 0px 0px 1px inset;
}
.Signin_inputOtp__Nvnqa:focus {
  outline: none;
}
@media (min-width: 768px) {
  .Signin_inputOtp__Nvnqa {
    width: 50px !important;
    height: 50px;
    padding: 6px;
  }
}
.Signin_angleRight__0Pfwi {
  position: absolute;
  top: 10.5px;
  left: 17px;
}
.Signin_angleContainer__0tXb2 {
  position: relative;
  color: #28d150;
  margin-right: 6px;
}
.Signin_submit__Wdy3B {
  background: #28d150;
  width: 100%;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 18px;
}
.Signin_modalContainer__gXFml .ant-modal-header {
  padding: 24px 24px 0px 24px;
  border-bottom: none;
}
.Signin_modalContainer__gXFml .ant-modal-body {
  padding-top: 8px;
}
.Signin_modalContainer__gXFml .ant-modal-footer {
  border-top: none;
  padding-top: 0px;
}

.styles_card__garZ- {
  width: 600px;
  padding: 36px;
  border-radius: 8px;
  height: auto;
  background-color: #2a454f;
  margin: 0 auto;
}
.styles_card__garZ- .styles_title__UXtS\+ {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 36px;
}

.styles_input__hfoir {
  background-color: #2e515c !important;
  border-radius: 6px;
  color: #ffffff;
  height: 46px;
  font-size: 14px;
  font-weight: normal;
  outline: none;
  border-color: #2e515c;
}
.styles_input__hfoir::-moz-placeholder {
  color: #8ccbd4;
}
.styles_input__hfoir::placeholder {
  color: #8ccbd4;
}
.styles_input__hfoir:focus,
.styles_input__hfoir:hover {
  outline: none !important;
  box-shadow: none !important;
  border-color: none;
  border-color: #2e515c;
}
.styles_label__mhOqn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
  display: inline-block;
}

.ExternalLinkCTAFlow_greenContainer__6Sm4v {
  width: 100%;
  height: 100%;
  background: #1c353f;
}
.ExternalLinkCTAFlow_button__PG5ix {
  background: #28d150;
}
.ExternalLinkCTAFlow_skyflowloading__GbNwl {
  background: white;
  z-index: 1000;
  width: 100% !important;
  position: relative;
  top: 0px;
  left: 0px;
  -moz-animation: ExternalLinkCTAFlow_fadeOut__uCXLI 0s 3s forwards;
       animation: ExternalLinkCTAFlow_fadeOut__uCXLI 0s 3s forwards;
}
@-moz-keyframes ExternalLinkCTAFlow_fadeOut__uCXLI {
  to {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes ExternalLinkCTAFlow_fadeOut__uCXLI {
  to {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

.skyflow_fincenButton__WP60T {
  height: 34px !important;
  width: 108px !important;
  box-shadow: 0px 4px 4px 0px #00000040;
  cursor: pointer !important;
}
.skyflow_SkyflowAddPersonModal__zCVqM .ant-modal-header {
  border-bottom: none;
  padding: 24px 35px;
  padding-bottom: 5px;
}
.skyflow_SkyflowAddPersonModal__zCVqM .ant-modal-title {
  padding-top: 20px;
  font-weight: 500;
  font-size: 28px;
}
.skyflow_SkyflowAddPersonModal__zCVqM .ant-modal-body {
  font-size: 15px;
  padding: 24px 35px;
}
.skyflow_SkyflowAddPersonModal__zCVqM .ant-form {
  font-size: 15px;
}
.skyflow_SkyflowAddPersonModal__zCVqM .ant-modal-close-x {
  font-size: 24px;
  padding: 8px;
  font-weight: 500;
  color: #1c353f;
}
.skyflow_SkyflowAddPersonModal__zCVqM .ant-modal-footer {
  padding: 0px;
  border-top: none;
}
@media only screen and (min-width: 800px) {
  .skyflow_SkyflowAddPersonModal__zCVqM .ant-modal-title {
    padding-left: 38px;
    padding-right: 45px;
  }
  .skyflow_SkyflowAddPersonModal__zCVqM .ant-modal-body {
    padding-left: 70px;
    padding-right: 70px;
  }
  .skyflow_SkyflowAddPersonModal__zCVqM .ant-form {
    padding-left: 70px;
    padding-right: 70px;
    min-height: 600px;
  }
}
.skyflow_hiddenElement__L2gyp {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.skyflow_datePicker__ti1fd {
  width: 100%;
}
.skyflow_datePicker__ti1fd .ant-picker-input {
  font-family: Graphik, sans-serif;
  font-size: 16px;
}
.skyflow_datePicker__ti1fd .ant-picker-input > input::-moz-placeholder {
  font-family: Graphik, sans-serif;
  font-size: 16px;
  color: #637379;
}
.skyflow_datePicker__ti1fd .ant-picker-input > input::placeholder {
  font-family: Graphik, sans-serif;
  font-size: 16px;
  color: #637379;
}
/* Common input style for our custom input labels in Skyflow */
.skyflow_customLabel__1fGDD {
  font-family: Graphik, sans-serif;
  font-size: 14px;
  color: black;
  line-height: 14px;
  display: block;
  height: 20px;
  margin-bottom: 4px;
}
.skyflow_customEditLabel__gNF5q {
  font-family: Graphik, sans-serif;
  font-size: 14px;
  color: black;
  line-height: 14px;
  display: block;
  height: 20px;
  margin-bottom: 4px;
  margin-bottom: 3px;
}
/* Input style for our custom input in Skyflow */
.skyflow_customInput__U6KQg {
  font-family: Graphik, sans-serif;
  font-size: 14px;
  color: black;
  line-height: 14px;
  display: block;
  height: 20px;
  margin-bottom: 4px;
  margin-bottom: 3px;
  padding-top: 2px;
  height: 40.15px;
  line-height: 25.15px;
  font-size: 16px;
}
/* Error text style for our custom input in Skyflow */
.skyflow_customErrorText__pZha- {
  font-family: Graphik, sans-serif;
  color: black;
  line-height: 14px;
  display: block;
  height: 20px;
  margin-bottom: 4px;
  color: red;
  padding: 2px;
  font-size: 14px;
}
.skyflow_closeModalText__D44wl {
  font-size: 15px;
}

.tableSearch_icon__t9wcJ {
  color: #595959;
  font-size: 1rem;
}
.tableSearch_icon__t9wcJ.tableSearch_filtered__DLz\+o {
  color: #f26023;
}
.tableSearch_button__fWgi6 {
  width: 90px;
}
.tableSearch_input__POwcB {
  width: 188px;
  margin-bottom: 0.5rem;
  display: block;
}
.tableSearch_container__RdLUq {
  padding: 0.5rem;
}

.singlefile-toast-notification {
  padding: 0;
}
.singlefile-toast-notification p > a {
  color: #00d6cb;
}
.singlefile-toast-notification .ant-notification-notice-icon {
  color: white;
  margin: 0;
  position: absolute;
  left: 0;
  width: 81px;
  text-align: center;
  top: -moz-calc(50% - 12px);
  top: calc(50% - 12px);
}
.singlefile-toast-notification .ant-notification-notice-with-icon {
  padding: 16px 24px;
}
.singlefile-toast-notification .ant-notification-notice-message,
.singlefile-toast-notification .ant-notification-notice-description {
  padding-left: 1.5rem;
}
.singlefile-toast-notification.toast-alert {
  background: -moz-linear-gradient(left, #f26023 81px, white 81px);
  background: linear-gradient(90deg, #f26023 81px, white 81px);
}
.singlefile-toast-notification.toast-message {
  background: -moz-linear-gradient(left, #28d150 81px, white 81px);
  background: linear-gradient(90deg, #28d150 81px, white 81px);
}
.singlefile-toast-notification.toast-urgent {
  background: -moz-linear-gradient(left, #d31b23 81px, white 81px);
  background: linear-gradient(90deg, #d31b23 81px, white 81px);
}

.errorModal_ModalContainer__qUC-e .ant-modal-header {
  padding: 50px;
  border-radius: 20px;
}
.errorModal_ModalContainer__qUC-e .ant-modal-body {
  padding: 0px;
}
.errorModal_Section__jYrcV {
  padding: 1em 2em !important;
  margin: 1em auto !important;
  border-bottom-color: #598394 !important;
  border-bottom-width: 1px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  color: #fff !important;
}
.errorModal_Logo__rnWXZ {
  width: 171.91px;
  height: 70px;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  background-color: #ffffff;
}

/*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	tab-size: 4;
}

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

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

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

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

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

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

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

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

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

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

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

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

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

progress {
	vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

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

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

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

::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

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

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

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

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Graphik, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

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

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

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
  h1 {
    display: inline-block;
    color: currentColor;
    font-weight: 600;
    font-size: 1.875rem;
  }
  h2 {
    display: inline-block;
    color: currentColor;
    font-weight: 600;
    font-size: 1.5rem;
  }
  h3 {
    display: inline-block;
    color: currentColor;
    font-weight: 600;
    font-size: 1.25rem;
  }
  h4 {
    display: inline-block;
    color: currentColor;
    font-weight: 600;
    font-size: 1.125rem;
  }
  h5 {
    display: inline-block;
    color: currentColor;
    font-weight: 600;
    font-size: 1rem;
  }
  h6 {
    display: inline-block;
    color: currentColor;
    font-weight: 600;
    font-size: 0.75rem;
  }
.pointer-events-none {
	pointer-events: none !important;
}
.pointer-events-auto {
	pointer-events: auto !important;
}
.visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden !important;
}
.static {
	position: static !important;
}
.fixed {
	position: fixed !important;
}
.absolute {
	position: absolute !important;
}
.relative {
	position: relative !important;
}
.sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}
.bottom-20 {
	bottom: 5rem !important;
}
.bottom-5 {
	bottom: 1.25rem !important;
}
.top-0 {
	top: 0px !important;
}
.left-8 {
	left: 2rem !important;
}
.right-\[2em\] {
	right: 2em !important;
}
.bottom-\[3em\] {
	bottom: 3em !important;
}
.top-2 {
	top: 0.5rem !important;
}
.left-2 {
	left: 0.5rem !important;
}
.bottom-0 {
	bottom: 0px !important;
}
.right-0 {
	right: 0px !important;
}
.right-2 {
	right: 0.5rem !important;
}
.bottom-10 {
	bottom: 2.5rem !important;
}
.left-0 {
	left: 0px !important;
}
.top-1 {
	top: 0.25rem !important;
}
.z-\[300\] {
	z-index: 300 !important;
}
.z-\[4000\] {
	z-index: 4000 !important;
}
.col-span-7 {
	grid-column: span 7 / span 7 !important;
}
.col-span-10 {
	grid-column: span 10 / span 10 !important;
}
.col-span-3 {
	grid-column: span 3 / span 3 !important;
}
.float-right {
	float: right !important;
}
.float-left {
	float: left !important;
}
.m-3 {
	margin: 0.75rem !important;
}
.m-4 {
	margin: 1rem !important;
}
.m-auto {
	margin: auto !important;
}
.m-12 {
	margin: 3rem !important;
}
.m-2 {
	margin: 0.5rem !important;
}
.m-5 {
	margin: 1.25rem !important;
}
.m-0 {
	margin: 0px !important;
}
.-m-2 {
	margin: -0.5rem !important;
}
.m-8 {
	margin: 2rem !important;
}
.m-1 {
	margin: 0.25rem !important;
}
.m-6 {
	margin: 1.5rem !important;
}
.my-4 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.my-3 {
	margin-top: 0.75rem !important;
	margin-bottom: 0.75rem !important;
}
.my-6 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}
.mx-6 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}
.mx-8 {
	margin-left: 2rem !important;
	margin-right: 2rem !important;
}
.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.mx-3 {
	margin-left: 0.75rem !important;
	margin-right: 0.75rem !important;
}
.my-5 {
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important;
}
.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.mx-4 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}
.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}
.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}
.mr-2 {
	margin-right: 0.5rem !important;
}
.ml-6 {
	margin-left: 1.5rem !important;
}
.mb-4 {
	margin-bottom: 1rem !important;
}
.mr-4 {
	margin-right: 1rem !important;
}
.mt-4 {
	margin-top: 1rem !important;
}
.mb-5 {
	margin-bottom: 1.25rem !important;
}
.mb-11 {
	margin-bottom: 2.75rem !important;
}
.mb-6 {
	margin-bottom: 1.5rem !important;
}
.ml-0 {
	margin-left: 0px !important;
}
.mb-12 {
	margin-bottom: 3rem !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mt-1\.5 {
	margin-top: 0.375rem !important;
}
.mt-1 {
	margin-top: 0.25rem !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.mr-0\.5 {
	margin-right: 0.125rem !important;
}
.mr-0 {
	margin-right: 0px !important;
}
.mt-7 {
	margin-top: 1.75rem !important;
}
.ml-auto {
	margin-left: auto !important;
}
.mb-1 {
	margin-bottom: 0.25rem !important;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mr-3 {
	margin-right: 0.75rem !important;
}
.mt-5 {
	margin-top: 1.25rem !important;
}
.mr-6 {
	margin-right: 1.5rem !important;
}
.ml-2 {
	margin-left: 0.5rem !important;
}
.mt-8 {
	margin-top: 2rem !important;
}
.ml-4 {
	margin-left: 1rem !important;
}
.mt-6 {
	margin-top: 1.5rem !important;
}
.mt-24 {
	margin-top: 6rem !important;
}
.mt-10 {
	margin-top: 2.5rem !important;
}
.mt-3 {
	margin-top: 0.75rem !important;
}
.mt-12 {
	margin-top: 3rem !important;
}
.ml-1 {
	margin-left: 0.25rem !important;
}
.ml-3 {
	margin-left: 0.75rem !important;
}
.mb-7 {
	margin-bottom: 1.75rem !important;
}
.ml-12 {
	margin-left: 3rem !important;
}
.mb-3 {
	margin-bottom: 0.75rem !important;
}
.mr-1 {
	margin-right: 0.25rem !important;
}
.mb-8 {
	margin-bottom: 2rem !important;
}
.mr-1\.5 {
	margin-right: 0.375rem !important;
}
.-ml-6 {
	margin-left: -1.5rem !important;
}
.-mt-2 {
	margin-top: -0.5rem !important;
}
.mb-2\.5 {
	margin-bottom: 0.625rem !important;
}
.mb-16 {
	margin-bottom: 4rem !important;
}
.mt-16 {
	margin-top: 4rem !important;
}
.-mt-1 {
	margin-top: -0.25rem !important;
}
.-mt-5 {
	margin-top: -1.25rem !important;
}
.ml-10 {
	margin-left: 2.5rem !important;
}
.ml-3\.5 {
	margin-left: 0.875rem !important;
}
.mr-auto {
	margin-right: auto !important;
}
.mr-8 {
	margin-right: 2rem !important;
}
.-mt-8 {
	margin-top: -2rem !important;
}
.-mb-4 {
	margin-bottom: -1rem !important;
}
.ml-\[10\%\] {
	margin-left: 10% !important;
}
.mt-\[3\%\] {
	margin-top: 3% !important;
}
.ml-\[15\%\] {
	margin-left: 15% !important;
}
.ml-\[25\%\] {
	margin-left: 25% !important;
}
.-mt-10 {
	margin-top: -2.5rem !important;
}
.-mt-12 {
	margin-top: -3rem !important;
}
.mr-7 {
	margin-right: 1.75rem !important;
}
.ml-5 {
	margin-left: 1.25rem !important;
}
.mr-5 {
	margin-right: 1.25rem !important;
}
.mr-12 {
	margin-right: 3rem !important;
}
.mr-14 {
	margin-right: 3.5rem !important;
}
.mr-16 {
	margin-right: 4rem !important;
}
.mb-auto {
	margin-bottom: auto !important;
}
.mt-auto {
	margin-top: auto !important;
}
.\!mr-0 {
	margin-right: 0px !important;
}
.block {
	display: block !important;
}
.inline-block {
	display: inline-block !important;
}
.inline {
	display: inline !important;
}
.flex {
	display: -moz-box !important;
	display: flex !important;
}
.inline-flex {
	display: -moz-inline-box !important;
	display: inline-flex !important;
}
.table {
	display: table !important;
}
.grid {
	display: grid !important;
}
.inline-grid {
	display: inline-grid !important;
}
.contents {
	display: contents !important;
}
.hidden {
	display: none !important;
}
.h-full {
	height: 100% !important;
}
.h-11 {
	height: 2.75rem !important;
}
.h-24 {
	height: 6rem !important;
}
.h-6 {
	height: 1.5rem !important;
}
.h-8 {
	height: 2rem !important;
}
.h-12 {
	height: 3rem !important;
}
.h-3 {
	height: 0.75rem !important;
}
.h-20 {
	height: 5rem !important;
}
.h-32 {
	height: 8rem !important;
}
.h-7 {
	height: 1.75rem !important;
}
.h-\[90\%\] {
	height: 90% !important;
}
.h-\[90vh\] {
	height: 90vh !important;
}
.h-10 {
	height: 2.5rem !important;
}
.h-16 {
	height: 4rem !important;
}
.h-\[20\%\] {
	height: 20% !important;
}
.h-auto {
	height: auto !important;
}
.h-\[100vh\] {
	height: 100vh !important;
}
.h-4 {
	height: 1rem !important;
}
.h-5 {
	height: 1.25rem !important;
}
.h-1 {
	height: 0.25rem !important;
}
.h-60 {
	height: 15rem !important;
}
.h-\[50px\] {
	height: 50px !important;
}
.h-9 {
	height: 2.25rem !important;
}
.h-\[300px\] {
	height: 300px !important;
}
.max-h-16 {
	max-height: 4rem !important;
}
.max-h-14 {
	max-height: 3.5rem !important;
}
.max-h-\[400px\] {
	max-height: 400px !important;
}
.min-h-screen {
	min-height: 100vh !important;
}
.min-h-\[48px\] {
	min-height: 48px !important;
}
.min-h-24 {
	min-height: 6rem !important;
}
.min-h-60 {
	min-height: 15rem !important;
}
.min-h-\[100vh\] {
	min-height: 100vh !important;
}
.min-h-\[200px\] {
	min-height: 200px !important;
}
.min-h-96 {
	min-height: 24rem !important;
}
.min-h-36 {
	min-height: 9rem !important;
}
.min-h-44 {
	min-height: 11rem !important;
}
.min-h-12 {
	min-height: 3rem !important;
}
.min-h-20 {
	min-height: 5rem !important;
}
.w-full {
	width: 100% !important;
}
.w-36 {
	width: 9rem !important;
}
.w-80 {
	width: 20rem !important;
}
.w-24 {
	width: 6rem !important;
}
.w-60 {
	width: 15rem !important;
}
.w-1\/4 {
	width: 25% !important;
}
.w-3 {
	width: 0.75rem !important;
}
.w-20 {
	width: 5rem !important;
}
.w-64 {
	width: 16rem !important;
}
.w-52 {
	width: 13rem !important;
}
.w-40 {
	width: 10rem !important;
}
.w-11\/12 {
	width: 91.666667% !important;
}
.w-3\/4 {
	width: 75% !important;
}
.w-5\/6 {
	width: 83.333333% !important;
}
.w-2\/3 {
	width: 66.666667% !important;
}
.w-4\/5 {
	width: 80% !important;
}
.w-12 {
	width: 3rem !important;
}
.w-28 {
	width: 7rem !important;
}
.w-\[200px\] {
	width: 200px !important;
}
.w-1\/3 {
	width: 33.333333% !important;
}
.w-48 {
	width: 12rem !important;
}
.w-10 {
	width: 2.5rem !important;
}
.w-\[75\%\] {
	width: 75% !important;
}
.w-\[90px\] {
	width: 90px !important;
}
.w-\[300px\] {
	width: 300px !important;
}
.w-32 {
	width: 8rem !important;
}
.w-4 {
	width: 1rem !important;
}
.w-44 {
	width: 11rem !important;
}
.w-1 {
	width: 0.25rem !important;
}
.w-5 {
	width: 1.25rem !important;
}
.w-6 {
	width: 1.5rem !important;
}
.w-\[240px\] {
	width: 240px !important;
}
.w-1\/2 {
	width: 50% !important;
}
.w-auto {
	width: auto !important;
}
.min-w-44 {
	min-width: 11rem !important;
}
.min-w-32 {
	min-width: 8rem !important;
}
.min-w-\[150px\] {
	min-width: 150px !important;
}
.min-w-40 {
	min-width: 10rem !important;
}
.min-w-0 {
	min-width: 0px !important;
}
.min-w-min {
	min-width: -webkit-min-content !important;
	min-width: -moz-min-content !important;
	min-width: min-content !important;
}
.min-w-24 {
	min-width: 6rem !important;
}
.min-w-12 {
	min-width: 3rem !important;
}
.min-w-20 {
	min-width: 5rem !important;
}
.min-w-\[24px\] {
	min-width: 24px !important;
}
.min-w-\[30px\] {
	min-width: 30px !important;
}
.min-w-\[177px\] {
	min-width: 177px !important;
}
.min-w-\[192px\] {
	min-width: 192px !important;
}
.max-w-screen-md {
	max-width: 768px !important;
}
.max-w-lg {
	max-width: 32rem !important;
}
.max-w-full {
	max-width: 100% !important;
}
.max-w-4xl {
	max-width: 56rem !important;
}
.max-w-\[1400px\] {
	max-width: 1400px !important;
}
.max-w-5xl {
	max-width: 64rem !important;
}
.max-w-40 {
	max-width: 10rem !important;
}
.max-w-\[90\%\] {
	max-width: 90% !important;
}
.max-w-none {
	max-width: none !important;
}
.max-w-80 {
	max-width: 20rem !important;
}
.max-w-48 {
	max-width: 12rem !important;
}
.max-w-xs {
	max-width: 20rem !important;
}
.flex-1 {
	-moz-box-flex: 1 !important;
	     flex: 1 1 !important;
}
.flex-shrink-0 {
	flex-shrink: 0 !important;
}
.flex-grow {
	-moz-box-flex: 1 !important;
	     flex-grow: 1 !important;
}
.border-collapse {
	border-collapse: collapse !important;
}
.-translate-y-full {
	--tw-translate-y: -100% !important;
	-moz-transform: var(--tw-transform) !important;
	     transform: var(--tw-transform) !important;
}
.translate-y-0 {
	--tw-translate-y: 0px !important;
	-moz-transform: var(--tw-transform) !important;
	     transform: var(--tw-transform) !important;
}
.-translate-y-5 {
	--tw-translate-y: -1.25rem !important;
	-moz-transform: var(--tw-transform) !important;
	     transform: var(--tw-transform) !important;
}
.rotate-90 {
	--tw-rotate: 90deg !important;
	-moz-transform: var(--tw-transform) !important;
	     transform: var(--tw-transform) !important;
}
.transform {
	-moz-transform: var(--tw-transform) !important;
	     transform: var(--tw-transform) !important;
}
@-moz-keyframes spin {

	to {
		-moz-transform: rotate(360deg);
		     transform: rotate(360deg);
	}
}
@keyframes spin {

	to {
		-moz-transform: rotate(360deg);
		     transform: rotate(360deg);
	}
}
.animate-spin {
	-moz-animation: spin 1s linear infinite !important;
	     animation: spin 1s linear infinite !important;
}
.cursor-help {
	cursor: help !important;
}
.cursor-pointer {
	cursor: pointer !important;
}
.cursor-default {
	cursor: default !important;
}
.cursor-not-allowed {
	cursor: not-allowed !important;
}
.select-none {
	-webkit-user-select: none !important;
	   -moz-user-select: none !important;
	        user-select: none !important;
}
.select-all {
	-webkit-user-select: all !important;
	   -moz-user-select: all !important;
	        user-select: all !important;
}
.resize {
	resize: both !important;
}
.list-decimal {
	list-style-type: decimal !important;
}
.list-none {
	list-style-type: none !important;
}
.list-disc {
	list-style-type: disc !important;
}
.grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.flex-row {
	-moz-box-orient: horizontal !important;
	-moz-box-direction: normal !important;
	     flex-direction: row !important;
}
.flex-row-reverse {
	-moz-box-orient: horizontal !important;
	-moz-box-direction: reverse !important;
	     flex-direction: row-reverse !important;
}
.flex-col {
	-moz-box-orient: vertical !important;
	-moz-box-direction: normal !important;
	     flex-direction: column !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}
.items-start {
	-moz-box-align: start !important;
	     align-items: flex-start !important;
}
.items-end {
	-moz-box-align: end !important;
	     align-items: flex-end !important;
}
.items-center {
	-moz-box-align: center !important;
	     align-items: center !important;
}
.justify-start {
	-moz-box-pack: start !important;
	     justify-content: flex-start !important;
}
.justify-end {
	-moz-box-pack: end !important;
	     justify-content: flex-end !important;
}
.justify-center {
	-moz-box-pack: center !important;
	     justify-content: center !important;
}
.justify-between {
	-moz-box-pack: justify !important;
	     justify-content: space-between !important;
}
.gap-4 {
	gap: 1rem !important;
}
.gap-1 {
	gap: 0.25rem !important;
}
.gap-2 {
	gap: 0.5rem !important;
}
.gap-2\.5 {
	gap: 0.625rem !important;
}
.gap-6 {
	gap: 1.5rem !important;
}
.gap-3 {
	gap: 0.75rem !important;
}
.gap-10 {
	gap: 2.5rem !important;
}
.gap-x-8 {
	-moz-column-gap: 2rem !important;
	     column-gap: 2rem !important;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0 !important;
	margin-right: -moz-calc(0.5rem * var(--tw-space-x-reverse)) !important;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
	margin-left: -moz-calc(0.5rem * -moz-calc(1 - var(--tw-space-x-reverse))) !important;
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: -moz-calc(1rem * -moz-calc(1 - var(--tw-space-y-reverse))) !important;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: -moz-calc(1rem * var(--tw-space-y-reverse)) !important;
	margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: -moz-calc(1.5rem * -moz-calc(1 - var(--tw-space-y-reverse))) !important;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: -moz-calc(1.5rem * var(--tw-space-y-reverse)) !important;
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: -moz-calc(2rem * -moz-calc(1 - var(--tw-space-y-reverse))) !important;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: -moz-calc(2rem * var(--tw-space-y-reverse)) !important;
	margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: -moz-calc(3rem * -moz-calc(1 - var(--tw-space-y-reverse))) !important;
	margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: -moz-calc(3rem * var(--tw-space-y-reverse)) !important;
	margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: -moz-calc(0.25rem * -moz-calc(1 - var(--tw-space-y-reverse))) !important;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: -moz-calc(0.25rem * var(--tw-space-y-reverse)) !important;
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: -moz-calc(0.5rem * -moz-calc(1 - var(--tw-space-y-reverse))) !important;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: -moz-calc(0.5rem * var(--tw-space-y-reverse)) !important;
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
.space-y-7 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: -moz-calc(1.75rem * -moz-calc(1 - var(--tw-space-y-reverse))) !important;
	margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: -moz-calc(1.75rem * var(--tw-space-y-reverse)) !important;
	margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: -moz-calc(0.75rem * -moz-calc(1 - var(--tw-space-y-reverse))) !important;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: -moz-calc(0.75rem * var(--tw-space-y-reverse)) !important;
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}
.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0 !important;
	border-top-width: -moz-calc(0px * -moz-calc(1 - var(--tw-divide-y-reverse))) !important;
	border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
	border-bottom-width: -moz-calc(0px * var(--tw-divide-y-reverse)) !important;
	border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
}
.divide-coolgray-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1 !important;
	border-color: rgba(220, 227, 230, var(--tw-divide-opacity)) !important;
}
.overflow-auto {
	overflow: auto !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.overflow-x-auto {
	overflow-x: auto !important;
}
.overflow-y-auto {
	overflow-y: auto !important;
}
.truncate {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}
.whitespace-normal {
	white-space: normal !important;
}
.whitespace-nowrap {
	white-space: nowrap !important;
}
.whitespace-pre-wrap {
	white-space: pre-wrap !important;
}
.break-normal {
	overflow-wrap: normal !important;
	word-break: normal !important;
}
.break-words {
	overflow-wrap: break-word !important;
}
.rounded-full {
	border-radius: 9999px !important;
}
.rounded {
	border-radius: 0.25rem !important;
}
.rounded-sm {
	border-radius: 0.125rem !important;
}
.rounded-md {
	border-radius: 0.375rem !important;
}
.rounded-none {
	border-radius: 0px !important;
}
.rounded-lg {
	border-radius: 0.5rem !important;
}
.rounded-3xl {
	border-radius: 1.5rem !important;
}
.rounded-xl {
	border-radius: 0.75rem !important;
}
.rounded-t-lg {
	border-top-left-radius: 0.5rem !important;
	border-top-right-radius: 0.5rem !important;
}
.rounded-b-none {
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}
.rounded-b-lg {
	border-bottom-right-radius: 0.5rem !important;
	border-bottom-left-radius: 0.5rem !important;
}
.rounded-t-none {
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
}
.rounded-tl-none {
	border-top-left-radius: 0px !important;
}
.rounded-tr-none {
	border-top-right-radius: 0px !important;
}
.border {
	border-width: 1px !important;
}
.border-0 {
	border-width: 0px !important;
}
.border-2 {
	border-width: 2px !important;
}
.border-b-0 {
	border-bottom-width: 0px !important;
}
.border-b {
	border-bottom-width: 1px !important;
}
.border-b-\[1px\] {
	border-bottom-width: 1px !important;
}
.border-t {
	border-top-width: 1px !important;
}
.border-l {
	border-left-width: 1px !important;
}
.border-r {
	border-right-width: 1px !important;
}
.border-t-0 {
	border-top-width: 0px !important;
}
.border-none {
	border-style: none !important;
}
.border-gray-5 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(217, 217, 217, var(--tw-border-opacity)) !important;
}
.border-\[\#F0F0F0\] {
	--tw-border-opacity: 1 !important;
	border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
}
.border-slate-1 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(89, 131, 148, var(--tw-border-opacity)) !important;
}
.border-gray-4 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(240, 240, 240, var(--tw-border-opacity)) !important;
}
.border-gray-3 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
}
.border-coolgray-2 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(220, 227, 230, var(--tw-border-opacity)) !important;
}
.border-\[\#3C5050\] {
	--tw-border-opacity: 1 !important;
	border-color: rgba(60, 80, 80, var(--tw-border-opacity)) !important;
}
.border-cyan-4 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(0, 214, 203, var(--tw-border-opacity)) !important;
}
.border-primary {
	--tw-border-opacity: 1 !important;
	border-color: rgba(0, 214, 203, var(--tw-border-opacity)) !important;
}
.border-\[\#9EACB1\] {
	--tw-border-opacity: 1 !important;
	border-color: rgba(158, 172, 177, var(--tw-border-opacity)) !important;
}
.border-coolgray-4 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(99, 115, 121, var(--tw-border-opacity)) !important;
}
.border-\[\#006a64\] {
	--tw-border-opacity: 1 !important;
	border-color: rgba(0, 106, 100, var(--tw-border-opacity)) !important;
}
.border-\[\#f26023\] {
	--tw-border-opacity: 1 !important;
	border-color: rgba(242, 96, 35, var(--tw-border-opacity)) !important;
}
.border-gray-2 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}
.border-gray-300 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}
.border-red-600 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}
.border-blue-600 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}
.border-blue-200 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}
.border-red-200 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}
.border-orange-600 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
}
.border-orange-200 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
}
.border-purple-600 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
}
.border-purple-200 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
}
.bg-white {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.bg-gray-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}
.bg-coolgray-0 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
}
.bg-slate-3 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(28, 53, 63, var(--tw-bg-opacity)) !important;
}
.bg-cyan-2 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(226, 255, 254, var(--tw-bg-opacity)) !important;
}
.bg-transparent {
	background-color: transparent !important;
}
.bg-coolgray-1 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(241, 245, 248, var(--tw-bg-opacity)) !important;
}
.bg-\[\#F5F5F5\] {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
}
.bg-\[\#fafafa\] {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}
.bg-coolgray-5 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(238, 241, 245, var(--tw-bg-opacity)) !important;
}
.bg-cyan-4 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(0, 214, 203, var(--tw-bg-opacity)) !important;
}
.bg-gray-3 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
}
.bg-cyan-1 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(242, 255, 255, var(--tw-bg-opacity)) !important;
}
.bg-\[\#DCE3E6\] {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(220, 227, 230, var(--tw-bg-opacity)) !important;
}
.bg-\[\#dce3e6\] {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(220, 227, 230, var(--tw-bg-opacity)) !important;
}
.bg-gray-50 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
}
.bg-gray-4 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
}
.bg-danger {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(211, 27, 35, var(--tw-bg-opacity)) !important;
}
.bg-black {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}
.bg-blue-50 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}
.bg-red-50 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}
.bg-orange-50 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
}
.bg-purple-50 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}
.bg-purple-600 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
}
.bg-error {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(211, 27, 35, var(--tw-bg-opacity)) !important;
}
.bg-gray-2 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}
.object-cover {
	object-fit: cover !important;
}
.p-10 {
	padding: 2.5rem !important;
}
.p-12 {
	padding: 3rem !important;
}
.p-4 {
	padding: 1rem !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.p-6 {
	padding: 1.5rem !important;
}
.p-0 {
	padding: 0px !important;
}
.p-3 {
	padding: 0.75rem !important;
}
.p-5 {
	padding: 1.25rem !important;
}
.p-8 {
	padding: 2rem !important;
}
.py-4 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.py-3 {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}
.px-8 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
.px-1 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}
.px-3 {
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
}
.px-5 {
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
}
.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.py-8 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.py-6 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.px-4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}
.px-12 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}
.px-\[2em\] {
	padding-left: 2em !important;
	padding-right: 2em !important;
}
.px-6 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.px-20 {
	padding-left: 5rem !important;
	padding-right: 5rem !important;
}
.py-12 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.px-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.px-10 {
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important;
}
.px-1\.5 {
	padding-left: 0.375rem !important;
	padding-right: 0.375rem !important;
}
.py-10 {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important;
}
.pt-4 {
	padding-top: 1rem !important;
}
.pl-2 {
	padding-left: 0.5rem !important;
}
.pt-2 {
	padding-top: 0.5rem !important;
}
.pb-4 {
	padding-bottom: 1rem !important;
}
.pr-20 {
	padding-right: 5rem !important;
}
.pl-4 {
	padding-left: 1rem !important;
}
.pt-3 {
	padding-top: 0.75rem !important;
}
.pb-3 {
	padding-bottom: 0.75rem !important;
}
.pl-1\.5 {
	padding-left: 0.375rem !important;
}
.pl-1 {
	padding-left: 0.25rem !important;
}
.pt-1 {
	padding-top: 0.25rem !important;
}
.pb-1 {
	padding-bottom: 0.25rem !important;
}
.pt-12 {
	padding-top: 3rem !important;
}
.pl-3 {
	padding-left: 0.75rem !important;
}
.pl-6 {
	padding-left: 1.5rem !important;
}
.pb-5 {
	padding-bottom: 1.25rem !important;
}
.pt-6 {
	padding-top: 1.5rem !important;
}
.pb-2 {
	padding-bottom: 0.5rem !important;
}
.pr-2 {
	padding-right: 0.5rem !important;
}
.pb-20 {
	padding-bottom: 5rem !important;
}
.pt-10 {
	padding-top: 2.5rem !important;
}
.pt-0 {
	padding-top: 0px !important;
}
.pr-8 {
	padding-right: 2rem !important;
}
.pl-5 {
	padding-left: 1.25rem !important;
}
.pr-4 {
	padding-right: 1rem !important;
}
.pr-1 {
	padding-right: 0.25rem !important;
}
.pb-0 {
	padding-bottom: 0px !important;
}
.pb-10 {
	padding-bottom: 2.5rem !important;
}
.pr-6 {
	padding-right: 1.5rem !important;
}
.pt-16 {
	padding-top: 4rem !important;
}
.pb-8 {
	padding-bottom: 2rem !important;
}
.pb-6 {
	padding-bottom: 1.5rem !important;
}
.pt-8 {
	padding-top: 2rem !important;
}
.pt-5 {
	padding-top: 1.25rem !important;
}
.pl-10 {
	padding-left: 2.5rem !important;
}
.pr-10 {
	padding-right: 2.5rem !important;
}
.pt-1\.5 {
	padding-top: 0.375rem !important;
}
.pb-12 {
	padding-bottom: 3rem !important;
}
.pr-3 {
	padding-right: 0.75rem !important;
}
.pl-7 {
	padding-left: 1.75rem !important;
}
.pl-12 {
	padding-left: 3rem !important;
}
.pr-12 {
	padding-right: 3rem !important;
}
.pr-0 {
	padding-right: 0px !important;
}
.pl-0 {
	padding-left: 0px !important;
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.text-justify {
	text-align: justify !important;
}
.align-middle {
	vertical-align: middle !important;
}
.align-bottom {
	vertical-align: bottom !important;
}
.align-text-bottom {
	vertical-align: text-bottom !important;
}
.text-sm {
	font-size: 0.75rem !important;
}
.text-lg {
	font-size: 1rem !important;
}
.text-base {
	font-size: 0.875rem !important;
}
.text-\[1\.2em\] {
	font-size: 1.2em !important;
}
.text-5xl {
	font-size: 2.25rem !important;
}
.text-3xl {
	font-size: 1.5rem !important;
}
.text-\[0\.625rem\] {
	font-size: 0.625rem !important;
}
.text-xl {
	font-size: 1.125rem !important;
}
.text-2xl {
	font-size: 1.25rem !important;
}
.text-\[9\.5px\] {
	font-size: 9.5px !important;
}
.text-xs {
	font-size: 0.625rem !important;
}
.text-\[16px\] {
	font-size: 16px !important;
}
.text-6xl {
	font-size: 2.5rem !important;
}
.font-semibold {
	font-weight: 600 !important;
}
.font-medium {
	font-weight: 500 !important;
}
.font-bold {
	font-weight: 700 !important;
}
.font-normal {
	font-weight: 400 !important;
}
.font-light {
	font-weight: 300 !important;
}
.uppercase {
	text-transform: uppercase !important;
}
.lowercase {
	text-transform: lowercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.normal-case {
	text-transform: none !important;
}
.italic {
	font-style: italic !important;
}
.not-italic {
	font-style: normal !important;
}
.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
	--tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
	-moz-font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
	     font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
	font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}
.oldstyle-nums {
	--tw-numeric-figure: oldstyle-nums !important;
}
.diagonal-fractions {
	--tw-numeric-fraction: diagonal-fractions !important;
}
.leading-tight {
	line-height: 1.25 !important;
}
.leading-none {
	line-height: 1 !important;
}
.leading-4 {
	line-height: 1rem !important;
}
.leading-6 {
	line-height: 1.5rem !important;
}
.leading-\[22px\] {
	line-height: 22px !important;
}
.leading-5 {
	line-height: 1.25rem !important;
}
.text-\[\#006a64\] {
	--tw-text-opacity: 1 !important;
	color: rgba(0, 106, 100, var(--tw-text-opacity)) !important;
}
.text-coolgray-3 {
	--tw-text-opacity: 1 !important;
	color: rgba(158, 172, 177, var(--tw-text-opacity)) !important;
}
.text-coolgray-4 {
	--tw-text-opacity: 1 !important;
	color: rgba(99, 115, 121, var(--tw-text-opacity)) !important;
}
.text-gray-600 {
	--tw-text-opacity: 1 !important;
	color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}
.text-white {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.text-error {
	--tw-text-opacity: 1 !important;
	color: rgba(211, 27, 35, var(--tw-text-opacity)) !important;
}
.text-warning {
	--tw-text-opacity: 1 !important;
	color: rgba(178, 75, 11, var(--tw-text-opacity)) !important;
}
.text-danger {
	--tw-text-opacity: 1 !important;
	color: rgba(211, 27, 35, var(--tw-text-opacity)) !important;
}
.text-slate-3 {
	--tw-text-opacity: 1 !important;
	color: rgba(28, 53, 63, var(--tw-text-opacity)) !important;
}
.text-primary {
	--tw-text-opacity: 1 !important;
	color: rgba(0, 214, 203, var(--tw-text-opacity)) !important;
}
.text-emerald-800 {
	--tw-text-opacity: 1 !important;
	color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}
.text-coolgray-2 {
	--tw-text-opacity: 1 !important;
	color: rgba(220, 227, 230, var(--tw-text-opacity)) !important;
}
.text-\[\#5F6368\] {
	--tw-text-opacity: 1 !important;
	color: rgba(95, 99, 104, var(--tw-text-opacity)) !important;
}
.text-red-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}
.text-blue-600 {
	--tw-text-opacity: 1 !important;
	color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}
.text-gray-13 {
	--tw-text-opacity: 1 !important;
	color: rgba(31, 45, 55, var(--tw-text-opacity)) !important;
}
.text-green {
	--tw-text-opacity: 1 !important;
	color: rgba(40, 209, 80, var(--tw-text-opacity)) !important;
}
.text-gray-7 {
	--tw-text-opacity: 1 !important;
	color: rgba(140, 140, 140, var(--tw-text-opacity)) !important;
}
.text-\[\#049C9D\] {
	--tw-text-opacity: 1 !important;
	color: rgba(4, 156, 157, var(--tw-text-opacity)) !important;
}
.text-black {
	--tw-text-opacity: 1 !important;
	color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.text-slate-1 {
	--tw-text-opacity: 1 !important;
	color: rgba(89, 131, 148, var(--tw-text-opacity)) !important;
}
.text-cyan-4 {
	--tw-text-opacity: 1 !important;
	color: rgba(0, 214, 203, var(--tw-text-opacity)) !important;
}
.text-\[\#1c353f\] {
	--tw-text-opacity: 1 !important;
	color: rgba(28, 53, 63, var(--tw-text-opacity)) !important;
}
.text-\[\#f26023\] {
	--tw-text-opacity: 1 !important;
	color: rgba(242, 96, 35, var(--tw-text-opacity)) !important;
}
.text-gray-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}
.text-red-600 {
	--tw-text-opacity: 1 !important;
	color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}
.text-success {
	--tw-text-opacity: 1 !important;
	color: rgba(26, 128, 26, var(--tw-text-opacity)) !important;
}
.text-gray-8 {
	--tw-text-opacity: 1 !important;
	color: rgba(89, 89, 89, var(--tw-text-opacity)) !important;
}
.text-gray-9 {
	--tw-text-opacity: 1 !important;
	color: rgba(67, 67, 67, var(--tw-text-opacity)) !important;
}
.text-green-600 {
	--tw-text-opacity: 1 !important;
	color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}
.text-slate-2 {
	--tw-text-opacity: 1 !important;
	color: rgba(38, 73, 86, var(--tw-text-opacity)) !important;
}
.text-gray-6 {
	--tw-text-opacity: 1 !important;
	color: rgba(191, 191, 191, var(--tw-text-opacity)) !important;
}
.text-red {
	--tw-text-opacity: 1 !important;
	color: rgba(250, 6, 6, var(--tw-text-opacity)) !important;
}
.underline {
	text-decoration: underline !important;
}
.no-underline {
	text-decoration: none !important;
}
.caret-transparent {
	caret-color: transparent !important;
}
.opacity-100 {
	opacity: 1 !important;
}
.opacity-0 {
	opacity: 0 !important;
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
	box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-sm {
	--tw-shadow: 0 1px 4px 0 rgba(135, 135, 135, 0.15) !important;
	box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-none {
	--tw-shadow: 0 0 #0000 !important;
	box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
	box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.ring-1 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 -moz-calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000 !important;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.ring-black {
	--tw-ring-opacity: 1 !important;
	--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}
.ring-opacity-10 {
	--tw-ring-opacity: 0.1 !important;
}
.blur {
	--tw-blur: blur(8px) !important;
	filter: var(--tw-filter) !important;
}
.filter {
	filter: var(--tw-filter) !important;
}
.\!filter {
	filter: var(--tw-filter) !important;
}
.backdrop-blur-2xl {
	--tw-backdrop-blur: blur(40px) !important;
	-webkit-backdrop-filter: var(--tw-backdrop-filter) !important;
	        backdrop-filter: var(--tw-backdrop-filter) !important;
}
.backdrop-filter {
	-webkit-backdrop-filter: var(--tw-backdrop-filter) !important;
	        backdrop-filter: var(--tw-backdrop-filter) !important;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
	-moz-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -moz-transform !important;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -moz-transform, -webkit-backdrop-filter !important;
	-moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	     transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	-moz-transition-duration: 150ms !important;
	     transition-duration: 150ms !important;
}
.transition-all {
	-moz-transition-property: all !important;
	transition-property: all !important;
	-moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	     transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	-moz-transition-duration: 150ms !important;
	     transition-duration: 150ms !important;
}
.transition-colors {
	-moz-transition-property: background-color, border-color, color, fill, stroke !important;
	transition-property: background-color, border-color, color, fill, stroke !important;
	-moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	     transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	-moz-transition-duration: 150ms !important;
	     transition-duration: 150ms !important;
}
.duration-300 {
	-moz-transition-duration: 300ms !important;
	     transition-duration: 300ms !important;
}
.duration-200 {
	-moz-transition-duration: 200ms !important;
	     transition-duration: 200ms !important;
}
.ease-in-out {
	-moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	     transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.ease-out {
	-moz-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
	     transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.unlink {
    text-decoration: none !important;
  }
.unlink:hover,
  .unlink:active,
  .unlink:focus {
    text-decoration: none !important;
  }
.form-item .ant-form-item-label {
    padding-bottom: 4px !important;
  }
.form-item.locked .ant-form-item-label:after {
    content: "🔒" !important;
    filter: grayscale(100%) !important;
  }
@font-face {
  font-family: "Graphik";
  src: local("Graphik Regular"), local("Graphik"), url(/static/20251107181326/media/Graphik-400-Regular.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: local("Graphik Semibold"), url(/static/20251107181326/media/Graphik-600-Semibold.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: local("Graphik Semibold"), url(/static/20251107181326/media/Graphik-600-Semibold.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: local("Graphik Semibold"), url(/static/20251107181326/media/Graphik-600-Semibold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}
a,
.link {
  text-decoration: underline;
  cursor: pointer;
}
a:hover,
.link:hover,
a:active,
.link:active,
a:focus,
.link:focus {
  text-decoration: underline;
}
a:hover,
.link:hover {
  color: #4b8ea9;
}
button a,
.ant-dropdown a,
.ant-pagination-item a {
  text-decoration: none !important;
}
button a:hover,
.ant-dropdown a:hover,
.ant-pagination-item a:hover,
button a:active,
.ant-dropdown a:active,
.ant-pagination-item a:active,
button a:focus,
.ant-dropdown a:focus,
.ant-pagination-item a:focus {
  text-decoration: none !important;
}
::-moz-selection {
  color: HighlightText !important;
  background: Highlight !important;
}
::selection {
  color: HighlightText !important;
  background: Highlight !important;
}
.ant-tabs-left .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  font-weight: normal !important;
  text-shadow: 0 0 0.25px currentColor;
}
.ant-empty {
	--tw-text-opacity: 1;
	color: rgba(140, 140, 140, var(--tw-text-opacity));
}
.intercom-namespace {
  z-index: 100;
}
.ant-row.group-parent {
  width: 100%;
}
[class*="ant-"] > svg,
[class*="anticon"] > svg,
[class*="ant-"] > img,
[class*="anticon"] > img {
  display: inline;
  vertical-align: baseline;
  vertical-align: initial;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar:horizontal {
  height: 12px;
}
::-webkit-scrollbar:vertical {
  width: 8px;
}
::-webkit-scrollbar-button {
  height: 8px;
  width: 8px;
}
::-webkit-scrollbar-track {
  -ms-border-radius: 10px;
  -ms-box-shadow: 0 0 3px #dfdfdf inset;
  -webkit-box-shadow: 0 0 3px #dfdfdf inset;
  background: #eee;
  border: thin solid lightgray;
  border-radius: 10px;
  box-shadow: 0 0 3px #dfdfdf inset;
}
::-webkit-scrollbar-thumb {
  -ms-border-radius: 10px;
  background: #999;
  border: thin solid gray;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #7d7d7d;
}
body {
  width: 100% !important;
}
.PhoneInputInput,
.ant-input-number-input {
  -moz-box-flex: 1;
       flex: 1 1;
  min-width: 0;
  padding: 0 11px !important;
  height: 38px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.PhoneInputInput:active,
.PhoneInputInput:focus,
.ant-input-number-input:active,
.ant-input-number-input:focus {
  /* Styles for active, hover, and focus states */
  border: 0.3 solid #00d6cb;
  /* Change border color on active, hover, and focus */
  outline: none;
  /* Remove default focus outline */
  box-shadow: 0 0 5px #00d6cb;
  /* Add a subtle box shadow on focus */
}
.ant-input-number-input:hover,
.PhoneInputInput:hover {
  outline: none;
  box-shadow: #00d6cb 0px 1px 1px 0px, #00d6cb 0px 0px 0px 1px;
}
.ant-input-number-input {
  padding: 0 11px !important;
}
.ant-input-number-affix-wrapper {
  width: auto;
  -webkit-padding-start: 0px !important;
  -moz-padding-start: 0px !important;
       padding-inline-start: 0px !important;
}
.PhoneInputInput,
.ant-input-number-input {
  width: 100%;
}
#CybotCookiebotDialogPoweredbyCybot {
  display: none !important;
}
#CybotCookiebotDialogPoweredbyImage {
  max-height: 2rem !important;
}
#CybotCookiebotDialog[data-template="popup"] {
  -moz-transform: translate(-50%, 0%) !important;
       transform: translate(-50%, 0%) !important;
  bottom: 1rem !important;
}
@media screen and (max-width: 1280px) {
  #CybotCookiebotDialog {
    left: 50% !important;
    position: fixed !important;
    -moz-transform: translate(-50%, 0%) !important;
         transform: translate(-50%, 0%) !important;
    bottom: 1rem !important;
  }
}
@media screen and (max-width: 600px) {
  #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
		display: grid;
	}
  #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
  #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
		gap: 0.5rem;
	}
}
#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  font-size: 0.8rem !important;
}
@media screen and (max-width: 600px) {
  #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    padding: 0.5rem 1rem !important;
    display: inline-block !important;
    width: auto !important;
    font-weight: 400 !important;
    margin-top: 0 !important;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
  font-size: 0.8rem !important;
}
@media screen and (max-width: 1000px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyUnderlay * {
    font-size: 0.8rem !important;
  }
  #CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider::before {
    -moz-transform: translateX(0.8rem) !important;
         transform: translateX(0.8rem) !important;
  }
  #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider {
    height: 1.5rem !important;
    width: 2.5rem !important;
  }
  #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider::before {
    height: 1.2rem !important;
    width: 1.2rem !important;
    bottom: 0.15rem !important;
  }
  #CybotCookiebotDialog *,
  #CybotCookiebotDialogBodyUnderlay * {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 900px) {
  .ant-picker-panels {
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
         flex-direction: column !important;
  }
}
.before\:absolute::before {
	content: "" !important;
	position: absolute !important;
}
.before\:left-0::before {
	content: "" !important;
	left: 0px !important;
}
.before\:top-\[-1px\]::before {
	content: "" !important;
	top: -1px !important;
}
.before\:text-coolgray-4::before {
	content: "" !important;
	--tw-text-opacity: 1 !important;
	color: rgba(99, 115, 121, var(--tw-text-opacity)) !important;
}
.before\:text-black::before {
	content: "" !important;
	--tw-text-opacity: 1 !important;
	color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.before\:content-\[\'\2022\'\]::before {
	content: '•' !important;
}
.hover\:border-blue-500:hover {
	--tw-border-opacity: 1 !important;
	border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}
.hover\:border-blue-400:hover {
	--tw-border-opacity: 1 !important;
	border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}
.hover\:bg-gray-4:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(240, 240, 240, var(--tw-bg-opacity)) !important;
}
.hover\:bg-transparent:hover {
	background-color: transparent !important;
}
.hover\:bg-\[\#1c353f\]:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(28, 53, 63, var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-800:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
}
.hover\:bg-coolgray-2:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(220, 227, 230, var(--tw-bg-opacity)) !important;
}
.hover\:bg-purple-700:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-50:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
}
.hover\:text-primary:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(0, 214, 203, var(--tw-text-opacity)) !important;
}
.hover\:text-red-700:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}
.hover\:text-blue-800:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}
.hover\:text-slate-3:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(28, 53, 63, var(--tw-text-opacity)) !important;
}
.hover\:text-white:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.hover\:text-current:hover {
	color: currentColor !important;
}
.hover\:text-blue-500:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}
.hover\:text-gray-600:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}
.hover\:no-underline:hover {
	text-decoration: none !important;
}
.focus\:bg-gray-900:focus {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
}
.focus\:text-primary:focus {
	--tw-text-opacity: 1 !important;
	color: rgba(0, 214, 203, var(--tw-text-opacity)) !important;
}
.active\:text-primary:active {
	--tw-text-opacity: 1 !important;
	color: rgba(0, 214, 203, var(--tw-text-opacity)) !important;
}
@media (min-width: 480px) {

	.xs\:mt-3 {
		margin-top: 0.75rem !important;
	}

	.xs\:mt-0 {
		margin-top: 0px !important;
	}

	.xs\:ml-6 {
		margin-left: 1.5rem !important;
	}

	.xs\:mt-2 {
		margin-top: 0.5rem !important;
	}

	.xs\:block {
		display: block !important;
	}

	.xs\:w-80 {
		width: 20rem !important;
	}

	.xs\:flex-row {
		-moz-box-orient: horizontal !important;
		-moz-box-direction: normal !important;
		     flex-direction: row !important;
	}

	.xs\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0 !important;
		margin-top: -moz-calc(0px * -moz-calc(1 - var(--tw-space-y-reverse))) !important;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
		margin-bottom: -moz-calc(0px * var(--tw-space-y-reverse)) !important;
		margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
	}

	.xs\:px-5 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}

	.xs\:pb-4 {
		padding-bottom: 1rem !important;
	}

	.xs\:pr-0 {
		padding-right: 0px !important;
	}

	.xs\:text-right {
		text-align: right !important;
	}
}
@media (min-width: 576px) {

	.sm\:mt-0 {
		margin-top: 0px !important;
	}

	.sm\:ml-12 {
		margin-left: 3rem !important;
	}

	.sm\:block {
		display: block !important;
	}

	.sm\:hidden {
		display: none !important;
	}

	.sm\:h-16 {
		height: 4rem !important;
	}

	.sm\:w-1\/2 {
		width: 50% !important;
	}

	.sm\:w-56 {
		width: 14rem !important;
	}

	.sm\:w-52 {
		width: 13rem !important;
	}

	.sm\:w-full {
		width: 100% !important;
	}

	.sm\:flex-row {
		-moz-box-orient: horizontal !important;
		-moz-box-direction: normal !important;
		     flex-direction: row !important;
	}

	.sm\:items-start {
		-moz-box-align: start !important;
		     align-items: flex-start !important;
	}

	.sm\:justify-center {
		-moz-box-pack: center !important;
		     justify-content: center !important;
	}

	.sm\:p-6 {
		padding: 1.5rem !important;
	}

	.sm\:px-12 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}

	.sm\:px-8 {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

	.sm\:py-8 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

	.sm\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.sm\:pl-4 {
		padding-left: 1rem !important;
	}

	.sm\:pr-5 {
		padding-right: 1.25rem !important;
	}

	.sm\:pl-10 {
		padding-left: 2.5rem !important;
	}

	.sm\:pt-4 {
		padding-top: 1rem !important;
	}
}
@media (min-width: 768px) {

	.md\:mx-16 {
		margin-left: 4rem !important;
		margin-right: 4rem !important;
	}

	.md\:mb-0 {
		margin-bottom: 0px !important;
	}

	.md\:flex {
		display: -moz-box !important;
		display: flex !important;
	}

	.md\:hidden {
		display: none !important;
	}
}
@media (min-width: 992px) {

	.lg\:mx-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.lg\:h-10 {
		height: 2.5rem !important;
	}

	.lg\:max-w-\[800px\] {
		max-width: 800px !important;
	}

	.lg\:flex-row {
		-moz-box-orient: horizontal !important;
		-moz-box-direction: normal !important;
		     flex-direction: row !important;
	}

	.lg\:items-end {
		-moz-box-align: end !important;
		     align-items: flex-end !important;
	}

	.lg\:justify-between {
		-moz-box-pack: justify !important;
		     justify-content: space-between !important;
	}

	.lg\:gap-0 {
		gap: 0px !important;
	}

	.lg\:p-8 {
		padding: 2rem !important;
	}

	.lg\:pl-1 {
		padding-left: 0.25rem !important;
	}
}
@media (min-width: 1200px) {

	.xl\:mx-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.xl\:flex {
		display: -moz-box !important;
		display: flex !important;
	}

	.xl\:w-40 {
		width: 10rem !important;
	}

	.xl\:divide-x > :not([hidden]) ~ :not([hidden]) {
		--tw-divide-x-reverse: 0 !important;
		border-right-width: -moz-calc(1px * var(--tw-divide-x-reverse)) !important;
		border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
		border-left-width: -moz-calc(1px * -moz-calc(1 - var(--tw-divide-x-reverse))) !important;
		border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
	}

	.xl\:px-20 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.xl\:py-12 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.xl\:pb-0 {
		padding-bottom: 0px !important;
	}

	.xl\:pl-12 {
		padding-left: 3rem !important;
	}
}

