@font-face {
  font-family: "Drystick-Regular";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/drystick/Drystick-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Drystick-Bold";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/drystick/Drystick-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Drystick-Medium";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/drystick/Drystick-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Drystick-ExtraBold";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/drystick/Drystick-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "IBMPlexSans-LightItalic";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ibm/IBMPlexSans-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "IBMPlexSans-Light";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ibm/IBMPlexSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "IBMPlexSans-Regular";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ibm/IBMPlexSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "IBMPlexSans-Medium";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ibm/IBMPlexSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "IBMPlexSans-MediumItalic";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ibm/IBMPlexSans-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "IBMPlexSans-SemiBold";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ibm/IBMPlexSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "IBMPlexSans-Bold";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ibm/IBMPlexSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "IBMPlexSans-Italic";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ibm/IBMPlexSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "IBMPlexSans-SemiBoldItalic";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ibm/IBMPlexSans-SemiBoldItalic.ttf") format("truetype");
}
.codetax {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.codetax footer {
  margin-top: auto;
}
.codetax .mdl-mega-footer {
  padding: 4px !important;
}
.codetax a.mdl-button {
  box-sizing: border-box;
}
.codetax .mdl-mega-footer {
  padding: 4px !important;
}
.codetax .error-page,
.codetax #loadingApp {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.codetax .error-page > div,
.codetax #loadingApp > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 40px;
}
.codetax .error-page > div > img,
.codetax #loadingApp > div > img {
  max-width: 200px;
  width: 100%;
  vertical-align: middle;
}
.codetax .error-page h1,
.codetax #loadingApp h1 {
  font-family: Arial;
}
.codetax .error-page .mdl-spinner,
.codetax #loadingApp .mdl-spinner {
  width: 70px !important;
  height: 70px !important;
}
.codetax .mdl-spinner__gap-patch {
  border-color: transparent;
}
.codetax .mdl-spinner__layer-1 {
  border-color: #21ba60 !important;
}
.codetax .mdl-spinner__layer-2 {
  border-color: #17a857 !important;
}
.codetax .mdl-spinner__layer-3 {
  border-color: #0f944d !important;
}
.codetax .mdl-spinner__layer-4 {
  border-color: #17a857 !important;
}
.codetax .mdl-spinner__circle {
  border-width: 5px !important;
}
.codetax .mdl-spinner {
  width: 40px !important;
  height: 40px !important;
}
.codetax #rootContainer {
  position: fixed;
  top: 100%;
  left: 0;
  transition: all 600ms ease-in-out;
}
.codetax #rootContainer.show {
  top: 0;
}
.codetax #containerContent {
  padding-bottom: 0 !important;
  display: flex;
  flex-flow: column;
}
.codetax #containerContent.center-content {
  justify-content: center;
}
.codetax #containerContent > .mdl-grid {
  width: 100%;
  padding: 0;
}
.codetax #header {
  transition: all 300ms ease-in-out;
}
.codetax #header.hide {
  min-height: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.codetax .mdl-layout__drawer {
  background-color: #339966 !important;
  border-right: 1px solid #339966 !important;
}
.codetax .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
  color: #fff !important;
}
.codetax .mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
  background-color: #339966 !important;
}
.codetax .mdl-layout__drawer > .mdl-layout__title, .codetax .mdl-layout__drawer > .mdl-layout-title {
  padding-top: 16px !important;
}
.codetax .mdl-layout__header {
  background-color: #339966 !important;
}
.codetax .mdl-layout__tab-bar {
  background-color: #339966 !important;
}
.codetax .mdl-layout__tab-bar-button {
  background-color: #339966 !important;
}
.codetax .mdl-button.mdl-button--primary,
.codetax .mdl-button.mdl-button--colored {
  color: #339966 !important;
}
.codetax .mdl-button.mdl-button--primary,
.codetax .mdl-button--raised.mdl-button--colored {
  color: #fff !important;
}
.codetax .mdl-layout.is-upgraded .mdl-layout__tab.is-active::after {
  background-color: #fff !important;
}
.codetax .mdl-layout__content {
  background-color: #fff !important;
}
.codetax .mdl-button--fab.mdl-button--primary,
.codetax .mdl-button--fab.mdl-button--colored,
.codetax .mdl-button--raised.mdl-button--colored {
  background-color: #339966 !important;
  color: #fff !important;
}
.codetax .mdl-button--fab.mdl-button--primary:hover,
.codetax .mdl-button--fab.mdl-button--colored:hover,
.codetax .mdl-button--raised.mdl-button--colored:hover {
  background-color: #339966 !important;
  color: #fff !important;
}
.codetax .mdl-button--raised.mdl-button--primary:active,
.codetax .mdl-button--raised.mdl-button--colored:active {
  background-color: #339966 !important;
}
.codetax .mdl-button--raised.mdl-button--primary:focus:not(:active),
.codetax .mdl-button--raised.mdl-button--colored:focus:not(:active) {
  background-color: #339966 !important;
}
.codetax .mdl-textfield--floating-label.is-focused .mdl-textfield__label, .codetax .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .codetax .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  color: #339966 !important;
}
.codetax .mdl-textfield__label:after {
  background-color: #339966 !important;
}
.codetax .mdl-cell--center {
  text-align: center;
}
.codetax .mdl-cell--middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.codetax .mdl-cell--right {
  text-align: right;
}
@media (min-width: 840px) {
  .codetax .mdl-cell--center-desktop {
    text-align: center;
  }
  .codetax .mdl-cell--middle-desktop {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .codetax .mdl-cell--right-desktop {
    text-align: right;
  }
}
@media (min-width: 480px) and (max-width: 839px) {
  .codetax .mdl-cell--center-tablet {
    text-align: center;
  }
  .codetax .mdl-cell--center-tablet {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .codetax .mdl-cell--right-tablet {
    text-align: right;
  }
}
@media (max-width: 479px) {
  .codetax .mdl-cell--center-phone {
    text-align: center;
  }
  .codetax .mdl-cell--center-phone {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .codetax .mdl-cell--right-phone {
    text-align: right;
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-Regular";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Regular.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-Bold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Bold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-Medium";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Medium.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-ExtraBold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-ExtraBold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-LightItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-LightItalic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Light";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Light.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Regular";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Regular.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Medium";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Medium.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-MediumItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-MediumItalic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-SemiBold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-SemiBold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Bold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Bold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Italic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Italic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-SemiBoldItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-SemiBoldItalic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-Regular";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Regular.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-Bold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Bold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-Medium";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Medium.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-ExtraBold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-ExtraBold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-LightItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-LightItalic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Light";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Light.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Regular";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Regular.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Medium";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Medium.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-MediumItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-MediumItalic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-SemiBold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-SemiBold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Bold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Bold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Italic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Italic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-SemiBoldItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-SemiBoldItalic.ttf") format("truetype");
  }
}
.codetax :root {
  --nav-width: 150px;
}
.codetax a,
.codetax a:visited,
.codetax a:hover {
  text-decoration: none !important;
}
.codetax h1, .codetax h2, .codetax h3, .codetax h4, .codetax h5, .codetax h6, .codetax p, .codetax span, .codetax ul {
  margin: 0;
  padding: 0;
  border: 0;
}
.codetax .hide {
  display: none;
}
.codetax .underline {
  text-decoration: underline;
}
.codetax .margin-top-10 {
  margin-top: 10px;
}
.codetax .margin-top-15 {
  margin-top: 15px;
}
.codetax .margin-top-20 {
  margin-top: 20px;
}
.codetax .margin-top-25 {
  margin-top: 25px;
}
.codetax .margin-top-30 {
  margin-top: 30px;
}
.codetax .margin-top-35 {
  margin-top: 35px;
}
.codetax .margin-top-40 {
  margin-top: 40px;
}
.codetax .margin-top-45 {
  margin-top: 45px;
}
.codetax .margin-top-50 {
  margin-top: 50px;
}
.codetax .margin-top-60 {
  margin-top: 60px;
}
.codetax .margin-top-70 {
  margin-top: 70px;
}
.codetax .margin-top-80 {
  margin-top: 80px;
}
.codetax .margin-top-90 {
  margin-top: 90px;
}
.codetax .margin-top-100 {
  margin-top: 100px;
}
.codetax .margin-top-110 {
  margin-top: 110px;
}
.codetax .margin-top-120 {
  margin-top: 120px;
}
.codetax .margin-bottom-20 {
  margin-bottom: 20px;
}
.codetax .margin-bottom-25 {
  margin-bottom: 25px;
}
.codetax .margin-bottom-30 {
  margin-bottom: 30px;
}
.codetax .margin-bottom-35 {
  margin-bottom: 35px;
}
.codetax .margin-bottom-40 {
  margin-bottom: 40px;
}
.codetax .margin-bottom-45 {
  margin-bottom: 45px;
}
.codetax .margin-bottom-50 {
  margin-bottom: 50px;
}
.codetax .margin-bottom-55 {
  margin-bottom: 55px;
}
.codetax .margin-bottom-60 {
  margin-bottom: 60px;
}
.codetax .margin-bottom-65 {
  margin-bottom: 65px;
}
.codetax .margin-left-30 {
  margin-left: 30px;
}
.codetax .margin-y-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.codetax .margin-x {
  margin-left: 50px;
  margin-right: 50px;
}
.codetax .margin-top-auto {
  margin-top: auto;
}
.codetax .margin-bottom-5 {
  margin-bottom: 5px;
}
.codetax .margin-bottom-10 {
  margin-bottom: 10px;
}
.codetax .margin-bottom-15 {
  margin-bottom: 15px;
}
.codetax .margin-bottom-40 {
  margin-bottom: 40px;
}
.codetax .margin-bottom-auto {
  margin-bottom: auto;
}
.codetax .margin-right-5 {
  margin-right: 5px;
}
.codetax .margin-right-10 {
  margin-right: 10px;
}
.codetax .margin-right-15 {
  margin-right: 15px;
}
.codetax .margin-right-20 {
  margin-right: 20px;
}
.codetax .margin-right-25 {
  margin-right: 25px;
}
.codetax .margin-right-30 {
  margin-right: 30px;
}
.codetax .margin-right-35 {
  margin-right: 35px;
}
.codetax .padding-left-10 {
  padding-left: 10px;
}
.codetax .padding-y-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.codetax .padding-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.codetax .h-400 {
  height: 400px;
}
.codetax .submit-button {
  width: 100%;
  height: 36px;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  background: #1AA853;
  cursor: pointer;
  transition: opacity 200ms;
}
.codetax .submit-button:hover {
  opacity: 0.9;
}
.codetax .redirect-form-label a {
  vertical-align: middle;
  font-size: 15px;
  line-height: 15px;
  color: #2D2D2D;
  font-family: "IBMPlexSans-LightItalic";
  opacity: 0.8;
}
.codetax .redirect-form-label a:hover {
  opacity: 1;
  border-bottom: 1px solid #2D2D2D;
  transition: border 300ms;
}
.codetax .redirect-form-label.center {
  text-align: center;
}
.codetax .forgot-password a {
  font-size: 12px;
}
.codetax .cursor-pointer {
  cursor: pointer;
}
.codetax .body-area-logged {
  position: relative;
  padding-left: 100px;
  background-color: #ffffff;
  transition: .5s;
  overflow-x: hidden;
}
.codetax .bg-gray-light {
  background-color: #F4F7F5;
}
.codetax .color-green-9 {
  color: #00AB51;
}
.codetax .title-h1 {
  font-family: "IBMPlexSans-SemiBold";
  font-size: 60px;
  line-height: 72px;
  color: #A3A3A3;
  margin: 0;
}
.codetax .value-tax {
  font-family: "IBMPlexSans-SemiBold";
  font-size: 41px;
  color: #A3A3A3;
  line-height: 41px;
}
.codetax .btn-green {
  cursor: pointer;
  background-color: #00AB51;
  color: white;
  font-size: 17px;
  line-height: 20px;
  padding: 10px;
  text-align: center;
  font-family: "IBMPlexSans-Light";
}
.codetax .btn-green:hover {
  color: white;
}
.codetax .btn-green.slim {
  padding: 5px 25px;
}
.codetax .btn-area-logged {
  color: #ffffff;
  border-radius: unset;
  transition: filter 0.2s;
}
.codetax .btn-area-logged:hover {
  filter: brightness(0.8);
  color: #ffffff;
}
.codetax .btn-area-logged:focus {
  box-shadow: unset;
}
.codetax .pl-40 {
  padding-left: 40px;
}
.codetax .pl-85 {
  padding-left: 85px;
}
.codetax .pr-85 {
  padding-right: 85px;
}
.codetax .pb-40 {
  padding-bottom: 40px;
}
.codetax .pb-45 {
  padding-bottom: 45px;
}
.codetax .pt-20 {
  padding-top: 20px;
}
.codetax .sub-title {
  color: #00AB51;
  font-size: 22px;
  font-family: "IBMPlexSans-Bold";
}
.codetax .sub-title.error {
  color: #FF1800;
}
.codetax .responsive-horizontal-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.codetax .font-grey {
  color: #A3A3A3;
}
.codetax .wallet-link {
  color: #00AB51;
  text-decoration: underline !important;
}
.codetax .wallet-link:hover {
  color: #00AB51;
  text-decoration: underline !important;
}
.codetax .default-tooltip {
  position: relative;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: url("../images/explanation.svg") center;
  background-size: contain;
}
.codetax .default-tooltip span {
  visibility: hidden;
  background: #fff;
  padding: 5px;
  border: 1.5px solid #00AB51;
  border-radius: 0;
  position: absolute;
  width: max-content;
  max-width: 250px;
  height: auto;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  transition: visibility 200ms;
  color: #A3A3A3;
}
.codetax .default-tooltip span.error {
  border-color: #FF1800;
}
.codetax .default-tooltip span.error:before {
  border-color: transparent #FF1800 transparent transparent;
}
.codetax .default-tooltip span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -6px;
  margin-left: -25px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #00AB51 transparent transparent;
}
.codetax .default-tooltip span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  margin-left: -24px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  z-index: 35;
}
@media (max-width: 991px) {
  .codetax .default-tooltip span {
    left: 50%;
    top: calc(100% + 5px);
    z-index: 20;
    transform: translateX(-50%);
  }
  .codetax .default-tooltip span:before, .codetax .default-tooltip span:after {
    content: unset;
  }
}
.codetax .default-tooltip:hover span {
  visibility: unset;
}
.codetax .multiple-selection .floating-select:focus {
  outline: none;
  cursor: pointer;
}
.codetax .multiple-selection .multiple-selection-label {
  color: #A3A3A3;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 6px;
  top: 8.5px;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}
.codetax .multiple-selection .container-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.codetax .multiple-selection .container-chips .chip {
  cursor: pointer;
  position: relative;
  display: flex;
  margin-top: 5px;
  margin-right: 5px;
  padding: 4px 20px 6px 4px;
  border: 1px solid #A1A1A1;
  width: 80px;
  height: 24px;
  font-size: 12px;
  line-height: 15px;
  color: #A1A1A1;
  background: #ffffff;
  font-family: "IBMPlexSans-Medium";
}
.codetax .multiple-selection .container-chips .chip:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  right: 4px;
  top: calc(50% - 6px);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/icon-remove-circle.png");
}
.codetax .list-page .section-title {
  padding-top: 105px;
  padding-bottom: 60px;
}
.codetax .list-page .btn-add {
  font-size: 14px;
  text-decoration-line: underline;
}
.codetax .list-page .btn-add a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #B9B9B9 !important;
}
.codetax .list-page .btn-add a:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url("../images/add-icon-green.png");
}
.codetax .floating-form {
  position: relative;
}
.codetax .floating-form ::placeholder {
  color: transparent;
}
.codetax .floating-form .floating-label {
  pointer-events: none;
  position: absolute;
  font-size: 16px;
  line-height: 20px;
  color: #A3A3A3;
  font-family: "IBMPlexSans-Light";
  left: 20px;
  top: 8px;
  transition: 300ms ease all;
}
.codetax .floating-form .floating-input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
  color: #A3A3A3;
  padding: 7px 7px 10px 7px;
  font-family: "IBMPlexSans-Light";
  border: 1px solid #A3A3A3;
  background-color: transparent;
}
.codetax .floating-form .floating-input.error {
  border-color: #FF5352;
}
.codetax .floating-form .floating-input:focus {
  outline: none;
}
.codetax .floating-form .floating-input:focus ~ .floating-label, .codetax .floating-form .floating-input:not(:placeholder-shown) ~ .floating-label {
  top: -22px;
  left: 20px;
  font-size: 14px;
  color: #A1A1A1;
  font-family: "IBMPlexSans-SemiBold";
}
.codetax .floating-form .floating-select {
  cursor: pointer;
  width: 100%;
  height: 40px !important;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
  color: #A3A3A3;
  padding: 7px 21px 10px 7px;
  font-family: "IBMPlexSans-Light";
  border: 1px solid #A3A3A3;
  background-color: transparent;
}
.codetax .floating-form .floating-select.error {
  border-color: #FF5352;
}
.codetax .floating-form .floating-select:focus {
  outline: none;
}
.codetax .floating-form .floating-select:focus ~ .floating-label, .codetax .floating-form .floating-select:not(:placeholder-shown) ~ .floating-label {
  top: -20px;
  left: 4px;
  font-size: 14px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .floating-form .livesearch-container {
  position: relative;
}
.codetax .floating-form .livesearch-container:before {
  content: url("../images/arrow-down-gray.png");
  position: absolute;
  cursor: pointer;
  height: 7px;
  width: 7px;
  right: 10px;
  top: calc(50% - 3px);
}
.codetax .floating-form .livesearch-container .floating-label {
  left: 9px;
}
.codetax .floating-form .codetax-live-search-item {
  cursor: pointer;
  color: #A3A3A3;
  font-size: 16px;
  font-family: "IBMPlexSans-Regular";
  background-color: #ffffff;
}
.codetax .floating-form .codetax-live-search-item td {
  padding: 5px;
}
.codetax .floating-form .codetax-live-search-item-hover {
  color: #ffffff;
  background-color: #60A858;
}
.codetax .floating-form .multiple-selection .floating-label {
  left: 9px;
}
.codetax .floating-form .multiple-selection #baseBroker .livesearch-container {
  background-position-x: 94.5%;
}
.codetax .floating-form .container-date {
  position: relative;
}
.codetax .floating-form .container-date input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
  color: #A3A3A3;
  padding: 7px 32px 10px 7px;
  font-family: "IBMPlexSans-Light";
  border: 1px solid #A3A3A3;
  background-color: #F4F7F5;
}
.codetax .floating-form .container-date input:focus {
  outline: none;
}
.codetax .floating-form .container-date input:focus ~ .floating-label, .codetax .floating-form .container-date input:not(:placeholder-shown) ~ .floating-label {
  top: -20px;
  left: 15px;
  font-size: 14px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .floating-form .container-date:after {
  content: '';
  position: absolute;
  cursor: pointer;
  width: 18px;
  height: 18px;
  right: 7px;
  top: calc(50% - 9px);
  background-size: contain;
  background-image: url("../images/icon-calendar.png");
}
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-text,
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-month-field,
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-year-field,
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-day-field {
  opacity: 1;
  color: #A3A3A3;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.codetax .floating-form input[type="date"]::-webkit-inner-spin-button,
.codetax .floating-form input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 2rem;
}
.codetax .container-buttons a,
.codetax .container-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  font-size: 14px;
  border-radius: 2px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .container-buttons a.btn-cancel,
.codetax .container-buttons button.btn-cancel {
  color: #60A858;
  background-color: #F4F7F5;
  border: 1.5px solid #60A858;
}
.codetax .container-buttons a.btn-cancel:hover,
.codetax .container-buttons button.btn-cancel:hover {
  color: #26C46D;
  border-color: #26C46D;
}
.codetax .container-buttons a.btn-save,
.codetax .container-buttons button.btn-save {
  color: #ffffff;
  background-color: #60A858;
  border: 1.5px solid #60A858;
}
.codetax .container-buttons a.btn-save:hover,
.codetax .container-buttons button.btn-save:hover {
  border-color: #26C46D;
  background-color: #26C46D;
}
.codetax .container-buttons a.btn-delete,
.codetax .container-buttons button.btn-delete {
  color: #ffffff;
  background-color: #FF1800;
  border: 1.5px solid #FF1800;
}
.codetax .container-buttons a.btn-delete:hover,
.codetax .container-buttons button.btn-delete:hover {
  background-color: #FF5352;
  border-color: #FF5352;
}
.codetax .upload-box .btn-upload {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.codetax .upload-box .btn-upload:before {
  content: '';
  width: 175px;
  height: 175px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/icon-add-image.png");
}
.codetax .upload-box .btn-upload:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #60A858;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-add-photo.png");
}
.codetax .upload-box .input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.codetax .upload-box .base-btn-upload {
  position: relative;
  margin-bottom: 25px;
}
.codetax .upload-box .base-image.show {
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}
.codetax .upload-box .base-image.show.circle {
  border-radius: 100px;
  background-size: cover;
  width: 150px;
}
.codetax .upload-box .btn-remove {
  color: #A3A3A3;
  position: relative;
  text-decoration: underline;
  padding-left: 40px;
  margin-top: 25px;
  padding-bottom: 7px;
  border: none;
  background-color: #F4F7F5;
}
.codetax .upload-box .btn-remove:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #60A858;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-add-photo.png");
}
.codetax .date-box label {
  font-size: 12px !important;
  font-family: "IBMPlexSans-Regular" !important;
}
.codetax .date-box input {
  position: relative;
  padding-right: 28px !important;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: calc(100% - 5px);
  background-image: url("../images/icon-calendar.png");
}
.codetax .date-box input::placeholder,
.codetax .date-box input :-moz-placeholder,
.codetax .date-box input ::-moz-placeholder,
.codetax .date-box input :-ms-input-placeholder,
.codetax .date-box input ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #A3A3A3;
}
.codetax .codetax-list-box {
  position: relative;
  cursor: pointer;
}
.codetax .codetax-list-box.search-list {
  padding: 0;
}
.codetax .codetax-list-box.search-list .input-codetax {
  padding: 0;
}
.codetax .codetax-list-box.search-list input {
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: transparent;
  color: #A3A3A3;
  border: none;
}
.codetax .codetax-list-box .input-codetax {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 30px;
  background-color: transparent;
  border: 1px solid #A3A3A3;
  color: #A1A1A1;
  text-align: left;
  padding: 5px 17px 5px 5px;
  line-height: 16px;
  border-radius: 1.5px;
  position: relative;
}
.codetax .codetax-list-box .input-codetax input {
  border: none !important;
}
.codetax .codetax-list-box .input-codetax:after {
  position: absolute;
  width: 7px;
  height: 7px;
  content: '';
  background-image: url("../images/arrow-down-gray.png");
  background-size: 7px;
  background-repeat: no-repeat;
  right: 5px;
  top: calc(50% - 2px);
}
.codetax .codetax-list-box.open .base-list-codetax {
  display: block;
}
.codetax .codetax-list-box.open .input-codetax:after {
  transform: rotate(180deg);
  right: 3px;
}
.codetax .codetax-list-box .base-list-codetax {
  display: none;
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 0;
  padding: 5px;
  border: 1px solid #60A858;
  background-color: #FFFFFF;
  height: auto;
  width: 100%;
}
.codetax .codetax-list-box .base-list-codetax:before {
  border: 1px solid #60A858;
  content: "";
  position: absolute;
  top: -6px;
  right: 4px;
  height: 10px;
  width: 10px;
  background-color: #FFFFFF;
  transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
}
.codetax .codetax-list-box .base-list-codetax > div {
  padding: 5px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  color: #A1A1A1;
  align-items: flex-start;
  font-family: "IBMPlexSans-Regular";
}
.codetax .codetax-list-box .base-list-codetax > div:hover {
  background-color: #60A858;
  color: #FFFFFF;
}
.codetax .datepicker td.active:hover, .codetax .datepicker td.active:hover:hover, .codetax .datepicker td.active.disabled:hover,
.codetax .datepicker td.active.disabled:hover:hover, .codetax .datepicker td.active:active, .codetax .datepicker td.active:hover:active,
.codetax .datepicker td.active.disabled:active, .codetax .datepicker td.active.disabled:hover:active, .codetax .datepicker td.active.active,
.codetax .datepicker td.active:hover.active, .codetax .datepicker td.active.disabled.active, .codetax .datepicker td.active.disabled:hover.active,
.codetax .datepicker td.active.disabled, .codetax .datepicker td.active:hover.disabled, .codetax .datepicker td.active.disabled.disabled,
.codetax .datepicker td.active.disabled:hover.disabled, .codetax .datepicker td.active[disabled], .codetax .datepicker td.active:hover[disabled],
.codetax .datepicker td.active.disabled[disabled], .codetax .datepicker td.active.disabled:hover[disabled] {
  background-color: #22BB61 !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#22BB61), to(#22B35E));
  background-image: -webkit-linear-gradient(top, #22BB61, #22B35E);
  background-image: -o-linear-gradient(top, #22BB61, #22B35E);
  background-image: linear-gradient(top, #22BB61, #22B35E);
  background-repeat: repeat-x;
}
.codetax .table-container {
  display: inline-block;
  width: 100%;
  position: relative;
}
.codetax .table-container.table-container--scrollable-horizontal {
  overflow-x: auto;
}
.codetax .table-container.table-container--scrollable-vertical {
  overflow-y: auto;
  max-height: 75vh;
}
.codetax .table-container.table-container--scrollable-vertical thead th {
  top: 0;
}
.codetax .table-container.table-container--scrollable-vertical tfoot tr > * {
  bottom: 0;
}
.codetax .table-container.table-container--scrollable-vertical thead tr > *, .codetax .table-container.table-container--scrollable-vertical tfoot tr > * {
  position: sticky;
  position: -webkit-sticky;
  z-index: 1;
  background-color: #fff;
}
.codetax .table-container.table-container--scrollable-vertical thead tr > *:after, .codetax .table-container.table-container--scrollable-vertical thead tr > *:before, .codetax .table-container.table-container--scrollable-vertical tfoot tr > *:after, .codetax .table-container.table-container--scrollable-vertical tfoot tr > *:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
}
.codetax .table-container.table-container--scrollable-vertical thead tr > *:before, .codetax .table-container.table-container--scrollable-vertical tfoot tr > *:before {
  top: -1px;
  border-top: 1px solid #e0e0e0;
}
.codetax .table-container.table-container--scrollable-vertical thead tr > *:after, .codetax .table-container.table-container--scrollable-vertical tfoot tr > *:after {
  bottom: -1px;
  border-bottom: 1px solid #e0e0e0;
}
.codetax .list-page .new-table {
  overflow-x: auto;
  margin-bottom: 35px;
  border-collapse: collapse;
}
.codetax .list-page .new-table table {
  width: 100%;
}
.codetax .list-page .new-table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.codetax .list-page .new-table th {
  font-family: "IBMPlexSans-Bold";
  background-color: #A3A3A3 !important;
  height: 60px;
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 12px;
  padding: 10px 5px;
}
.codetax .list-page .new-table th:first-child {
  padding-left: 10px;
}
.codetax .list-page .new-table th:last-child {
  padding-right: 10px;
  width: 50px;
}
.codetax .list-page .new-table td {
  font-family: "IBMPlexSans-Medium";
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  padding: 15px 10px;
  color: #A3A3A3;
  border-style: hidden;
}
.codetax .list-page .new-table td.flex-column {
  display: flex;
  flex-direction: column;
}
.codetax .list-page .new-table td span {
  font-family: "IBMPlexSans-Italic";
  font-size: 12px;
  line-height: 12px;
}
.codetax .list-page .new-table .mdl-checkbox__box-outline {
  border: 2px solid #D9DBDA !important;
  top: 1px !important;
  left: -1px !important;
}
.codetax .list-page .new-table .mdl-checkbox.is-checked .mdl-checkbox__box-outline {
  background-color: #60A858;
}
.codetax .list-page .new-table .mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
  background-color: white;
}
.codetax .list-page .new-table .table-menu {
  position: relative;
  width: 6px;
}
.codetax .list-page .new-table .table-menu .table-menu-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  z-index: 1;
  background-color: white;
  border: 1px solid #A3A3A3;
}
.codetax .list-page .new-table .table-menu .table-menu-list.hide {
  display: none;
}
.codetax .list-page .new-table .table-menu .table-menu-list.show {
  display: flex;
}
.codetax .list-page .new-table .table-menu .table-menu-list li {
  cursor: pointer;
  position: relative;
  display: flex;
  padding: 8px 8px 8px 31px;
}
.codetax .list-page .new-table .table-menu .table-menu-list li:hover {
  color: #ffffff;
  background-color: #60A858;
}
.codetax .list-page .new-table .table-menu .table-menu-list li.view:hover:before {
  background-image: url("../images/icon-view-white.png");
}
.codetax .list-page .new-table .table-menu .table-menu-list li.view:before {
  position: absolute;
  content: '';
  cursor: pointer;
  left: 8px;
  width: 15px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/icon-view.png");
}
.codetax .list-page .new-table .table-menu .table-menu-list li.edit:hover:before {
  background-image: url("../images/icon-edit-white.png");
}
.codetax .list-page .new-table .table-menu .table-menu-list li.edit:before {
  position: absolute;
  content: '';
  cursor: pointer;
  left: 8px;
  width: 15px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/icon-edit.png");
}
.codetax .list-page .new-table .table-menu .table-menu-list li.divider:after {
  content: '';
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 90%;
  border-top: 1px solid #A3A3A3;
}
.codetax .list-page .new-table .table-menu .table-menu-list li.delete {
  padding-right: 12px;
}
.codetax .list-page .new-table .table-menu .table-menu-list li.delete:hover:before {
  background-image: url("../images/icon-remove-white.png");
}
.codetax .list-page .new-table .table-menu .table-menu-list li.delete:before {
  position: absolute;
  content: '';
  cursor: pointer;
  left: 8px;
  width: 11px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/icon-remove.png");
}
.codetax .list-page .new-table .table-menu .table-menu-list li span {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  font-family: "IBMPlexSans-Light";
}
.codetax .new-topTable .new-table-topItens {
  padding: 15px 0px 0px 0px;
  color: #A3A3A3;
  box-shadow: 0px 4px 5px #ebebeb;
}
.codetax .new-topTable .new-table-topItens-description {
  padding: 0px 0px 15px 49px;
}
.codetax .new-topTable .new-table-topItens-description:after {
  content: '';
  background-color: transparent;
  background-size: 16px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  margin-left: 48%;
  padding: 0px 424px 0px 0px;
}
.codetax .new-topTable .new-table-topItens-description.arrowUp:after {
  background-image: url("../images/ArrowUpSimple.png");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 16px;
  transition: transform 0.2s;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.codetax .new-topTable .new-table-topItens-description.arrowDown:after {
  transition: transform 0.2s;
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-image: url("../images/ArrowUpSimple.png");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.codetax .new-topTable .new-table-topItens-header {
  line-height: 40px;
  background-color: #A3A3A3;
  color: white;
  padding-left: 49px;
}
.codetax .new-subTable-pane {
  box-shadow: 1px 7px 7px grey inset;
}
.codetax .new-subTable {
  width: 100%;
  background-color: #F7F7F7;
}
.codetax .new-subTable tr:nth-child(odd) {
  background-color: #EFEFEF;
}
.codetax .new-subTable th, .codetax .new-subTable td {
  font-size: 16px;
  color: #A3A3A3;
  line-height: 21px;
  text-align: left;
  border-style: hidden;
  width: 100px;
}
.codetax .new-subTable .new-table-subItens-header {
  background-color: #72C272;
  line-height: 20px;
  font-size: 13px;
  color: white;
  padding: 0px 0px 0px 65px;
}
.codetax .new-subTable .new-table-subItens {
  width: 100%;
  padding: 0 0 0 65px;
}
.codetax .codetax-table-menu .filter-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #fff;
  font-size: 19px;
  margin: 0;
  font-family: "IBMPlexSans-Medium";
  background-color: #72C272;
}
.codetax .codetax-table-menu .filter-body {
  padding-top: 35px;
  background-color: #FFF;
}
.codetax .codetax-table-menu .filter-body .search-box {
  width: 80%;
  display: flex;
  margin: 0 auto 20px;
  flex-direction: column;
}
.codetax .codetax-table-menu .filter-body .search-box label {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  margin-left: 10px;
  margin-bottom: 5px;
  color: #A3A3A3;
  font-family: "IBMPlexSans-SemiBold";
}
.codetax .codetax-table-menu .filter-body .search-box input {
  padding: 5px;
  font-size: 14px;
  color: #A1A1A1;
  font-family: "IBMPlexSans-Regular";
  border-radius: 3px;
  border: #A3A3A3 solid 1px;
}
.codetax .codetax-table-menu .filter-body .search-box input:focus, .codetax .codetax-table-menu .filter-body .search-box input:focus-visible {
  outline: none;
  box-shadow: none;
}
.codetax .codetax-table-menu .filter-body .container-checkbox {
  cursor: pointer;
  position: relative;
  padding-left: 22px;
  line-height: 17px !important;
  font-family: "IBMPlexSans-Regular" !important;
}
.codetax .codetax-table-menu .filter-body .container-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.codetax .codetax-table-menu .filter-body .container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  border-radius: 3px;
  border: 1px #A3A3A3 solid;
}
.codetax .codetax-table-menu .filter-body .container-checkbox .checkmark:after {
  content: '';
  display: none;
  position: absolute;
  top: -1px;
  left: 4px;
  width: 8px;
  height: 14px;
  border: solid #00AB51;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.codetax .codetax-table-menu .filter-body .container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.codetax .codetax-table-menu .filter-body .codetax-list-box .input-codetax {
  border-radius: 3px;
  background: transparent;
}
.codetax .codetax-table-menu .filter-body .codetax-list-box .input-codetax input {
  background: transparent;
  padding-right: 17px !important;
}
.codetax .codetax-table-menu input[type="date"]::-webkit-datetime-edit-text,
.codetax .codetax-table-menu input[type="date"]::-webkit-datetime-edit-month-field,
.codetax .codetax-table-menu input[type="date"]::-webkit-datetime-edit-year-field,
.codetax .codetax-table-menu input[type="date"]::-webkit-datetime-edit-day-field {
  opacity: 1;
  color: #A3A3A3;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.codetax .codetax-table-menu input[type="date"]::-webkit-inner-spin-button,
.codetax .codetax-table-menu input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 2rem;
}
.codetax .codetax-table-menu .buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 40px;
  padding-bottom: 30px;
}
.codetax .codetax-table-menu .buttons button {
  width: auto;
  border-radius: 3px;
  padding: 5px 30px;
  margin-top: 10px;
}
.codetax .codetax-table-menu .buttons .cancel {
  background-color: white;
  border: 1px solid #60A858;
  color: #60A858;
  font-size: 14px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .codetax-table-menu .buttons .apply {
  background-color: #60A858;
  border: 1px solid #60A858;
  color: white;
  font-size: 14px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .form-control-buttons-container .mdl-button {
  margin: 0 2px;
}
.codetax .form-control-buttons-container .mdl-button--mini-fab:first-child {
  margin-right: 20px;
}
.codetax .loading-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000000;
  cursor: wait;
  background-repeat: repeat;
  top: 0;
  left: 0;
  opacity: 0;
}
@font-face {
  .codetax {
    font-family: "Drystick-Regular";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Regular.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-Bold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Bold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-Medium";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Medium.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-ExtraBold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-ExtraBold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-LightItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-LightItalic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Light";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Light.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Regular";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Regular.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Medium";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Medium.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-MediumItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-MediumItalic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-SemiBold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-SemiBold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Bold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Bold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Italic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Italic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-SemiBoldItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-SemiBoldItalic.ttf") format("truetype");
  }
}
.codetax :root {
  --nav-width: 150px;
}
.codetax a,
.codetax a:visited,
.codetax a:hover {
  text-decoration: none !important;
}
.codetax h1, .codetax h2, .codetax h3, .codetax h4, .codetax h5, .codetax h6, .codetax p, .codetax span, .codetax ul {
  margin: 0;
  padding: 0;
  border: 0;
}
.codetax .hide {
  display: none;
}
.codetax .underline {
  text-decoration: underline;
}
.codetax .margin-top-10 {
  margin-top: 10px;
}
.codetax .margin-top-15 {
  margin-top: 15px;
}
.codetax .margin-top-20 {
  margin-top: 20px;
}
.codetax .margin-top-25 {
  margin-top: 25px;
}
.codetax .margin-top-30 {
  margin-top: 30px;
}
.codetax .margin-top-35 {
  margin-top: 35px;
}
.codetax .margin-top-40 {
  margin-top: 40px;
}
.codetax .margin-top-45 {
  margin-top: 45px;
}
.codetax .margin-top-50 {
  margin-top: 50px;
}
.codetax .margin-top-60 {
  margin-top: 60px;
}
.codetax .margin-top-70 {
  margin-top: 70px;
}
.codetax .margin-top-80 {
  margin-top: 80px;
}
.codetax .margin-top-90 {
  margin-top: 90px;
}
.codetax .margin-top-100 {
  margin-top: 100px;
}
.codetax .margin-top-110 {
  margin-top: 110px;
}
.codetax .margin-top-120 {
  margin-top: 120px;
}
.codetax .margin-bottom-20 {
  margin-bottom: 20px;
}
.codetax .margin-bottom-25 {
  margin-bottom: 25px;
}
.codetax .margin-bottom-30 {
  margin-bottom: 30px;
}
.codetax .margin-bottom-35 {
  margin-bottom: 35px;
}
.codetax .margin-bottom-40 {
  margin-bottom: 40px;
}
.codetax .margin-bottom-45 {
  margin-bottom: 45px;
}
.codetax .margin-bottom-50 {
  margin-bottom: 50px;
}
.codetax .margin-bottom-55 {
  margin-bottom: 55px;
}
.codetax .margin-bottom-60 {
  margin-bottom: 60px;
}
.codetax .margin-bottom-65 {
  margin-bottom: 65px;
}
.codetax .margin-left-30 {
  margin-left: 30px;
}
.codetax .margin-y-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.codetax .margin-x {
  margin-left: 50px;
  margin-right: 50px;
}
.codetax .margin-top-auto {
  margin-top: auto;
}
.codetax .margin-bottom-5 {
  margin-bottom: 5px;
}
.codetax .margin-bottom-10 {
  margin-bottom: 10px;
}
.codetax .margin-bottom-15 {
  margin-bottom: 15px;
}
.codetax .margin-bottom-40 {
  margin-bottom: 40px;
}
.codetax .margin-bottom-auto {
  margin-bottom: auto;
}
.codetax .margin-right-5 {
  margin-right: 5px;
}
.codetax .margin-right-10 {
  margin-right: 10px;
}
.codetax .margin-right-15 {
  margin-right: 15px;
}
.codetax .margin-right-20 {
  margin-right: 20px;
}
.codetax .margin-right-25 {
  margin-right: 25px;
}
.codetax .margin-right-30 {
  margin-right: 30px;
}
.codetax .margin-right-35 {
  margin-right: 35px;
}
.codetax .padding-left-10 {
  padding-left: 10px;
}
.codetax .padding-y-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.codetax .padding-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.codetax .h-400 {
  height: 400px;
}
.codetax .submit-button {
  width: 100%;
  height: 36px;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  background: #1AA853;
  cursor: pointer;
  transition: opacity 200ms;
}
.codetax .submit-button:hover {
  opacity: 0.9;
}
.codetax .redirect-form-label a {
  vertical-align: middle;
  font-size: 15px;
  line-height: 15px;
  color: #2D2D2D;
  font-family: "IBMPlexSans-LightItalic";
  opacity: 0.8;
}
.codetax .redirect-form-label a:hover {
  opacity: 1;
  border-bottom: 1px solid #2D2D2D;
  transition: border 300ms;
}
.codetax .redirect-form-label.center {
  text-align: center;
}
.codetax .forgot-password a {
  font-size: 12px;
}
.codetax .cursor-pointer {
  cursor: pointer;
}
.codetax .body-area-logged {
  position: relative;
  padding-left: 100px;
  background-color: #ffffff;
  transition: .5s;
  overflow-x: hidden;
}
.codetax .bg-gray-light {
  background-color: #F4F7F5;
}
.codetax .color-green-9 {
  color: #00AB51;
}
.codetax .title-h1 {
  font-family: "IBMPlexSans-SemiBold";
  font-size: 60px;
  line-height: 72px;
  color: #A3A3A3;
  margin: 0;
}
.codetax .value-tax {
  font-family: "IBMPlexSans-SemiBold";
  font-size: 41px;
  color: #A3A3A3;
  line-height: 41px;
}
.codetax .btn-green {
  cursor: pointer;
  background-color: #00AB51;
  color: white;
  font-size: 17px;
  line-height: 20px;
  padding: 10px;
  text-align: center;
  font-family: "IBMPlexSans-Light";
}
.codetax .btn-green:hover {
  color: white;
}
.codetax .btn-green.slim {
  padding: 5px 25px;
}
.codetax .btn-area-logged {
  color: #ffffff;
  border-radius: unset;
  transition: filter 0.2s;
}
.codetax .btn-area-logged:hover {
  filter: brightness(0.8);
  color: #ffffff;
}
.codetax .btn-area-logged:focus {
  box-shadow: unset;
}
.codetax .pl-40 {
  padding-left: 40px;
}
.codetax .pl-85 {
  padding-left: 85px;
}
.codetax .pr-85 {
  padding-right: 85px;
}
.codetax .pb-40 {
  padding-bottom: 40px;
}
.codetax .pb-45 {
  padding-bottom: 45px;
}
.codetax .pt-20 {
  padding-top: 20px;
}
.codetax .sub-title {
  color: #00AB51;
  font-size: 22px;
  font-family: "IBMPlexSans-Bold";
}
.codetax .sub-title.error {
  color: #FF1800;
}
.codetax .responsive-horizontal-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.codetax .font-grey {
  color: #A3A3A3;
}
.codetax .wallet-link {
  color: #00AB51;
  text-decoration: underline !important;
}
.codetax .wallet-link:hover {
  color: #00AB51;
  text-decoration: underline !important;
}
.codetax .default-tooltip {
  position: relative;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: url("../images/explanation.svg") center;
  background-size: contain;
}
.codetax .default-tooltip span {
  visibility: hidden;
  background: #fff;
  padding: 5px;
  border: 1.5px solid #00AB51;
  border-radius: 0;
  position: absolute;
  width: max-content;
  max-width: 250px;
  height: auto;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  transition: visibility 200ms;
  color: #A3A3A3;
}
.codetax .default-tooltip span.error {
  border-color: #FF1800;
}
.codetax .default-tooltip span.error:before {
  border-color: transparent #FF1800 transparent transparent;
}
.codetax .default-tooltip span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -6px;
  margin-left: -25px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #00AB51 transparent transparent;
}
.codetax .default-tooltip span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  margin-left: -24px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  z-index: 35;
}
@media (max-width: 991px) {
  .codetax .default-tooltip span {
    left: 50%;
    top: calc(100% + 5px);
    z-index: 20;
    transform: translateX(-50%);
  }
  .codetax .default-tooltip span:before, .codetax .default-tooltip span:after {
    content: unset;
  }
}
.codetax .default-tooltip:hover span {
  visibility: unset;
}
.codetax .multiple-selection .floating-select:focus {
  outline: none;
  cursor: pointer;
}
.codetax .multiple-selection .multiple-selection-label {
  color: #A3A3A3;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 6px;
  top: 8.5px;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}
.codetax .multiple-selection .container-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.codetax .multiple-selection .container-chips .chip {
  cursor: pointer;
  position: relative;
  display: flex;
  margin-top: 5px;
  margin-right: 5px;
  padding: 4px 20px 6px 4px;
  border: 1px solid #A1A1A1;
  width: 80px;
  height: 24px;
  font-size: 12px;
  line-height: 15px;
  color: #A1A1A1;
  background: #ffffff;
  font-family: "IBMPlexSans-Medium";
}
.codetax .multiple-selection .container-chips .chip:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  right: 4px;
  top: calc(50% - 6px);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/icon-remove-circle.png");
}
.codetax .list-page .section-title {
  padding-top: 105px;
  padding-bottom: 60px;
}
.codetax .list-page .btn-add {
  font-size: 14px;
  text-decoration-line: underline;
}
.codetax .list-page .btn-add a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #B9B9B9 !important;
}
.codetax .list-page .btn-add a:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url("../images/add-icon-green.png");
}
.codetax .floating-form {
  position: relative;
}
.codetax .floating-form ::placeholder {
  color: transparent;
}
.codetax .floating-form .floating-label {
  pointer-events: none;
  position: absolute;
  font-size: 16px;
  line-height: 20px;
  color: #A3A3A3;
  font-family: "IBMPlexSans-Light";
  left: 20px;
  top: 8px;
  transition: 300ms ease all;
}
.codetax .floating-form .floating-input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
  color: #A3A3A3;
  padding: 7px 7px 10px 7px;
  font-family: "IBMPlexSans-Light";
  border: 1px solid #A3A3A3;
  background-color: transparent;
}
.codetax .floating-form .floating-input.error {
  border-color: #FF5352;
}
.codetax .floating-form .floating-input:focus {
  outline: none;
}
.codetax .floating-form .floating-input:focus ~ .floating-label, .codetax .floating-form .floating-input:not(:placeholder-shown) ~ .floating-label {
  top: -22px;
  left: 20px;
  font-size: 14px;
  color: #A1A1A1;
  font-family: "IBMPlexSans-SemiBold";
}
.codetax .floating-form .floating-select {
  cursor: pointer;
  width: 100%;
  height: 40px !important;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
  color: #A3A3A3;
  padding: 7px 21px 10px 7px;
  font-family: "IBMPlexSans-Light";
  border: 1px solid #A3A3A3;
  background-color: transparent;
}
.codetax .floating-form .floating-select.error {
  border-color: #FF5352;
}
.codetax .floating-form .floating-select:focus {
  outline: none;
}
.codetax .floating-form .floating-select:focus ~ .floating-label, .codetax .floating-form .floating-select:not(:placeholder-shown) ~ .floating-label {
  top: -20px;
  left: 4px;
  font-size: 14px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .floating-form .livesearch-container {
  position: relative;
}
.codetax .floating-form .livesearch-container:before {
  content: url("../images/arrow-down-gray.png");
  position: absolute;
  cursor: pointer;
  height: 7px;
  width: 7px;
  right: 10px;
  top: calc(50% - 3px);
}
.codetax .floating-form .livesearch-container .floating-label {
  left: 9px;
}
.codetax .floating-form .codetax-live-search-item {
  cursor: pointer;
  color: #A3A3A3;
  font-size: 16px;
  font-family: "IBMPlexSans-Regular";
  background-color: #ffffff;
}
.codetax .floating-form .codetax-live-search-item td {
  padding: 5px;
}
.codetax .floating-form .codetax-live-search-item-hover {
  color: #ffffff;
  background-color: #60A858;
}
.codetax .floating-form .multiple-selection .floating-label {
  left: 9px;
}
.codetax .floating-form .multiple-selection #baseBroker .livesearch-container {
  background-position-x: 94.5%;
}
.codetax .floating-form .container-date {
  position: relative;
}
.codetax .floating-form .container-date input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
  color: #A3A3A3;
  padding: 7px 32px 10px 7px;
  font-family: "IBMPlexSans-Light";
  border: 1px solid #A3A3A3;
  background-color: #F4F7F5;
}
.codetax .floating-form .container-date input:focus {
  outline: none;
}
.codetax .floating-form .container-date input:focus ~ .floating-label, .codetax .floating-form .container-date input:not(:placeholder-shown) ~ .floating-label {
  top: -20px;
  left: 15px;
  font-size: 14px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .floating-form .container-date:after {
  content: '';
  position: absolute;
  cursor: pointer;
  width: 18px;
  height: 18px;
  right: 7px;
  top: calc(50% - 9px);
  background-size: contain;
  background-image: url("../images/icon-calendar.png");
}
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-text,
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-month-field,
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-year-field,
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-day-field {
  opacity: 1;
  color: #A3A3A3;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.codetax .floating-form input[type="date"]::-webkit-inner-spin-button,
.codetax .floating-form input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 2rem;
}
.codetax .container-buttons a,
.codetax .container-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  font-size: 14px;
  border-radius: 2px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .container-buttons a.btn-cancel,
.codetax .container-buttons button.btn-cancel {
  color: #60A858;
  background-color: #F4F7F5;
  border: 1.5px solid #60A858;
}
.codetax .container-buttons a.btn-cancel:hover,
.codetax .container-buttons button.btn-cancel:hover {
  color: #26C46D;
  border-color: #26C46D;
}
.codetax .container-buttons a.btn-save,
.codetax .container-buttons button.btn-save {
  color: #ffffff;
  background-color: #60A858;
  border: 1.5px solid #60A858;
}
.codetax .container-buttons a.btn-save:hover,
.codetax .container-buttons button.btn-save:hover {
  border-color: #26C46D;
  background-color: #26C46D;
}
.codetax .container-buttons a.btn-delete,
.codetax .container-buttons button.btn-delete {
  color: #ffffff;
  background-color: #FF1800;
  border: 1.5px solid #FF1800;
}
.codetax .container-buttons a.btn-delete:hover,
.codetax .container-buttons button.btn-delete:hover {
  background-color: #FF5352;
  border-color: #FF5352;
}
.codetax .upload-box .btn-upload {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.codetax .upload-box .btn-upload:before {
  content: '';
  width: 175px;
  height: 175px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/icon-add-image.png");
}
.codetax .upload-box .btn-upload:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #60A858;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-add-photo.png");
}
.codetax .upload-box .input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.codetax .upload-box .base-btn-upload {
  position: relative;
  margin-bottom: 25px;
}
.codetax .upload-box .base-image.show {
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}
.codetax .upload-box .base-image.show.circle {
  border-radius: 100px;
  background-size: cover;
  width: 150px;
}
.codetax .upload-box .btn-remove {
  color: #A3A3A3;
  position: relative;
  text-decoration: underline;
  padding-left: 40px;
  margin-top: 25px;
  padding-bottom: 7px;
  border: none;
  background-color: #F4F7F5;
}
.codetax .upload-box .btn-remove:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #60A858;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-add-photo.png");
}
.codetax .date-box label {
  font-size: 12px !important;
  font-family: "IBMPlexSans-Regular" !important;
}
.codetax .date-box input {
  position: relative;
  padding-right: 28px !important;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: calc(100% - 5px);
  background-image: url("../images/icon-calendar.png");
}
.codetax .date-box input::placeholder,
.codetax .date-box input :-moz-placeholder,
.codetax .date-box input ::-moz-placeholder,
.codetax .date-box input :-ms-input-placeholder,
.codetax .date-box input ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #A3A3A3;
}
.codetax .codetax-list-box {
  position: relative;
  cursor: pointer;
}
.codetax .codetax-list-box.search-list {
  padding: 0;
}
.codetax .codetax-list-box.search-list .input-codetax {
  padding: 0;
}
.codetax .codetax-list-box.search-list input {
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: transparent;
  color: #A3A3A3;
  border: none;
}
.codetax .codetax-list-box .input-codetax {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 30px;
  background-color: transparent;
  border: 1px solid #A3A3A3;
  color: #A1A1A1;
  text-align: left;
  padding: 5px 17px 5px 5px;
  line-height: 16px;
  border-radius: 1.5px;
  position: relative;
}
.codetax .codetax-list-box .input-codetax input {
  border: none !important;
}
.codetax .codetax-list-box .input-codetax:after {
  position: absolute;
  width: 7px;
  height: 7px;
  content: '';
  background-image: url("../images/arrow-down-gray.png");
  background-size: 7px;
  background-repeat: no-repeat;
  right: 5px;
  top: calc(50% - 2px);
}
.codetax .codetax-list-box.open .base-list-codetax {
  display: block;
}
.codetax .codetax-list-box.open .input-codetax:after {
  transform: rotate(180deg);
  right: 3px;
}
.codetax .codetax-list-box .base-list-codetax {
  display: none;
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 0;
  padding: 5px;
  border: 1px solid #60A858;
  background-color: #FFFFFF;
  height: auto;
  width: 100%;
}
.codetax .codetax-list-box .base-list-codetax:before {
  border: 1px solid #60A858;
  content: "";
  position: absolute;
  top: -6px;
  right: 4px;
  height: 10px;
  width: 10px;
  background-color: #FFFFFF;
  transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
}
.codetax .codetax-list-box .base-list-codetax > div {
  padding: 5px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  color: #A1A1A1;
  align-items: flex-start;
  font-family: "IBMPlexSans-Regular";
}
.codetax .codetax-list-box .base-list-codetax > div:hover {
  background-color: #60A858;
  color: #FFFFFF;
}
.codetax .datepicker td.active:hover, .codetax .datepicker td.active:hover:hover, .codetax .datepicker td.active.disabled:hover,
.codetax .datepicker td.active.disabled:hover:hover, .codetax .datepicker td.active:active, .codetax .datepicker td.active:hover:active,
.codetax .datepicker td.active.disabled:active, .codetax .datepicker td.active.disabled:hover:active, .codetax .datepicker td.active.active,
.codetax .datepicker td.active:hover.active, .codetax .datepicker td.active.disabled.active, .codetax .datepicker td.active.disabled:hover.active,
.codetax .datepicker td.active.disabled, .codetax .datepicker td.active:hover.disabled, .codetax .datepicker td.active.disabled.disabled,
.codetax .datepicker td.active.disabled:hover.disabled, .codetax .datepicker td.active[disabled], .codetax .datepicker td.active:hover[disabled],
.codetax .datepicker td.active.disabled[disabled], .codetax .datepicker td.active.disabled:hover[disabled] {
  background-color: #22BB61 !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#22BB61), to(#22B35E));
  background-image: -webkit-linear-gradient(top, #22BB61, #22B35E);
  background-image: -o-linear-gradient(top, #22BB61, #22B35E);
  background-image: linear-gradient(top, #22BB61, #22B35E);
  background-repeat: repeat-x;
}
.codetax .home {
  overflow-x: hidden;
  background-color: #2D2D2D;
}
.codetax .home header::before {
  z-index: -1;
}
.codetax .home p,
.codetax .home h1,
.codetax .home h2,
.codetax .home h3,
.codetax .home span {
  color: #ffffff;
}
.codetax .home .banner {
  padding-bottom: 20px;
  background-image: url("../images/bg-green.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.codetax .home .banner h1 {
  font-size: 27px;
  line-height: 36px;
  font-family: "Drystick-Bold";
  margin-top: 20px;
  margin-bottom: 8px;
}
.codetax .home .banner h2 {
  font-family: "Drystick-Regular";
  font-size: 20px;
  line-height: 24px;
  font-weight: unset;
  margin-bottom: 32px;
}
.codetax .home .banner p {
  font-family: "IBMPlexSans-Light";
  font-size: 16px;
  line-height: 20px;
}
.codetax .home .banner .subscribe-button {
  z-index: 2;
  width: 200px;
  font-size: 22px;
  color: #ffffff;
  font-family: "Drystick-Bold";
  text-transform: uppercase;
  padding: 6px 22px;
  border-radius: 6px;
  background-color: #1baa59;
  margin: unset;
  border: solid #ffffff 2px;
}
.codetax .home .banner .bg-chart {
  background-image: url("../images/Grafico_Head.svg");
  background-repeat: no-repeat;
  background-position-y: bottom;
}
.codetax .home .banner .image-main {
  height: 400px;
  position: relative;
  margin-top: 1.5rem;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  background-image: url("../images/image-main.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation-name: rendering;
  animation-duration: 0.7s;
}
@keyframes rendering {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.codetax .home .content p {
  margin-top: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-family: "IBMPlexSans-Medium";
}
.codetax .home .content h3 {
  font-size: 28px;
  font-family: "IBMPlexSans-Bold";
}
.codetax .home .content h2 {
  font-family: "IBMPlexSans-Bold";
  font-size: 48px;
}
.codetax .home .content .how-works {
  margin-top: 60px;
}
.codetax .home .content .how-works p {
  font-size: 22px;
  font-family: "IBMPlexSans-Light";
}
.codetax .home .content .how-works .arrow {
  width: 46px;
}
.codetax .home .content .how-works .icons {
  margin-top: 24px;
}
.codetax .home .content .how-works .icon {
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.codetax .home .content .how-works .icon-notebook.show-background {
  background-image: -webkit-image-set(url("../images/laptop.png") 1x, url("../images/laptop@2x.png") 2x);
}
.codetax .home .content .how-works .icon-calc.show-background {
  background-image: -webkit-image-set(url("../images/calc-small.png") 1x, url("../images/calc-small@2x.png") 2x);
}
.codetax .home .content .how-works .icon-person.show-background {
  background-image: -webkit-image-set(url("../images/person.png") 1x, url("../images/person@2x.png") 2x);
}
.codetax .home .content .how-works .icon-chart.show-background {
  background-image: -webkit-image-set(url("../images/chart-small.png") 1x, url("../images/chart-small@2x.png") 2x);
}
.codetax .home .content .how-works .icon-arrow.show-background {
  background-size: 18px;
  background-image: -webkit-image-set(url("../images/arrow-green.png") 1x, url("../images/arrow-green@2x.png") 2x);
}
.codetax .home .content .vantages {
  margin-top: 60px;
}
.codetax .home .content .vantages p {
  margin-top: unset;
}
.codetax .home .content .vantages .simplicity,
.codetax .home .content .vantages .calculation-automatic,
.codetax .home .content .vantages .nota-bmf {
  padding-top: 30px;
}
.codetax .home .content .vantages .free-month {
  padding-top: 45px;
}
.codetax .home .content .vantages .freedom {
  padding-top: 50px;
}
.codetax .home .content .vantages .free-month {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .codetax .home .content .vantages .free-month {
    padding-bottom: unset;
  }
}
.codetax .home .content .container-test-free {
  margin-top: 28px;
}
.codetax .home .content .container-test-free h3 {
  font-size: 42px;
  color: #60f39e;
  line-height: 52px;
  font-family: "IBMPlexSans-Bold";
}
.codetax .home .content .container-test-free .free-test-button {
  font-size: 34px;
  color: #ffffff;
  font-family: "IBMPlexSans-Bold";
  margin: 0 auto;
  border: solid #1baa59 2px;
  padding: 5px 20px;
  box-shadow: 4px 4px 0 #ffffff;
  border-radius: 5px;
  background-color: #1baa59;
}
.codetax .home .content .container-test-free span {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .home .content .container-test-free span b {
  color: #0ebd56;
  font-style: italic;
  font-family: "IBMPlexSans-Italic";
}
.codetax .home .content .news-letter.show-background {
  background-image: -webkit-image-set(url("../images/chart-news-letter.png") 1x, url("../images/chart-news-letter@2x.png") 2x);
  background-color: #2D2D2D;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: soft-light;
  background-size: 100%;
}
.codetax .home .content .news-letter .email-box.show-background {
  outline: 0;
  width: 100%;
  color: #60f39e;
  background-image: -webkit-image-set(url("../images/letter.png") 1x, url("../images/letter@2x.png") 2x);
  background-color: #5d5e5e;
  background-repeat: no-repeat;
  background-position: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: solid #60f39e 1px;
  padding: 10px 0px 10px 50px;
}
.codetax .home .content .news-letter .airplanes-paper {
  position: absolute;
  bottom: 80px;
  left: -160px;
  z-index: 1;
  width: 200px;
}
.codetax .home .content .news-letter .square-news-letter {
  margin-top: 130px;
  background-image: linear-gradient(135deg, #2d2d2d, #1c1b1b, #201f1f, #2d2d2d, #3c3c3d, #1c1b1b, #252424, #252424, #2d2d2d, #303030);
  opacity: 0.8;
  border-radius: 15px;
  box-shadow: 0 0 0 15px #3d3d3d;
}
.codetax .home .content .news-letter .square-news-letter .airplane {
  position: relative;
}
.codetax .home .content .news-letter .square-news-letter .content-news-letter .h-newsletter {
  margin: 0;
  padding: 0;
  display: block;
  color: #60f39e;
  font-size: 44px;
  line-height: 44px;
  font-family: "IBMPlexSans-Bold";
}
.codetax .home .content .news-letter .square-news-letter .content-news-letter .sign-our {
  font-size: 32px;
  line-height: 32px;
  font-family: "IBMPlexSans-Regular";
  margin: 0;
  padding: 0;
}
.codetax .home .content .news-letter .square-news-letter .content-news-letter .sign-newsletter-button {
  color: #ffffff;
  cursor: pointer;
  border: none;
  padding: 6px 16px;
  border-radius: 6px;
  background-color: #0a8a48;
}
.codetax .home .bg-gray-dark {
  margin-top: 90px;
  background-color: #1C1B1B;
  background-size: 80% 100%;
  max-height: 50%;
}
@media (max-width: 991px) {
  .codetax .home .bg-gray-dark {
    margin-top: 130px;
  }
}
.codetax .home .p-relative {
  position: relative;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .codetax .home .banner .banner-logo-bg .banner-logo-calc {
    top: 63% !important;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .codetax .home .banner .banner-logo-bg .banner-logo-calc {
    top: 67% !important;
  }
}
@media (min-width: 426px) and (max-width: 549px) {
  .codetax .home .banner .banner-logo-bg .banner-logo-calc {
    top: 63% !important;
  }
}
@media (min-width: 400px) and (max-width: 425px) {
  .codetax .home .banner .banner-logo-bg .banner-logo-calc {
    top: 58% !important;
  }
}
@media (max-width: 991px) {
  .codetax .home .banner .banner-logo-bg .banner-logo-emoji-1 {
    top: 31%;
    left: 31%;
  }
  .codetax .home .banner .banner-logo-bg .banner-logo-coins {
    top: 51%;
    left: 70%;
  }
  .codetax .home .banner .banner-logo-bg .banner-logo-calc {
    top: 58%;
    left: 32%;
  }
}
@media (max-width: 767px) {
  .codetax .home .banner {
    background-image: linear-gradient(to right, #22bb61, #295f40);
  }
  .codetax .home .banner h1,
  .codetax .home .banner h2,
  .codetax .home .banner h3,
  .codetax .home .banner p {
    text-align: center;
    margin: 0 20px;
  }
  .codetax .home .banner .bg-chart {
    background-image: none;
  }
  .codetax .home .banner .banner-logo-bg {
    height: 300px;
    margin: 0 20px;
  }
  .codetax .home .banner .banner-logo-bg .banner-logo-calc {
    top: 68%;
  }
  .codetax .home .banner .content-banner {
    padding: 20px 0;
  }
  .codetax .home .content h1,
  .codetax .home .content h2 {
    margin: 0 20px;
    font-size: 26px;
    text-align: center;
    line-height: 24px;
  }
  .codetax .home .content h3 {
    font-size: 28px;
  }
  .codetax .home .content .how-works .icon-arrow.show-background {
    background-image: -webkit-image-set(url("../images/arrow_down.png") 1x, url("../images/arrow_down@2x.png") 2x);
  }
  .codetax .home .content .how-works p {
    padding-top: 20px;
    font-size: 22px;
    margin: 0 50px;
  }
  .codetax .home .content .vantages p {
    margin: 0px 6px;
    padding-top: 10px;
    font-size: 16px;
    text-align: center;
  }
  .codetax .home .content .vantages h1 {
    line-height: 20px;
  }
  .codetax .home .content .container-test-free h1 {
    padding-top: 20px;
  }
  .codetax .home .content .news-letter .email-box {
    margin: 30px 0;
    padding: 10px 0 10px 50px;
    background-position: 10px;
  }
  .codetax .home .content .news-letter .airplanes-paper {
    width: 70px;
    top: 25px;
    left: calc(50% - 150px);
  }
  .codetax .home .content .news-letter .container {
    padding: 0;
    max-width: none;
  }
  .codetax .home .content .news-letter .square-news-letter {
    margin-top: 50px;
    box-shadow: unset;
    padding-bottom: 30px;
    border-radius: unset;
  }
  .codetax .home .content .news-letter .square-news-letter .container .content-news-letter {
    padding: 20px 0;
  }
  .codetax .home .content .news-letter .square-news-letter .container .content-news-letter h1 {
    font-size: 44px;
  }
  .codetax .home .content .news-letter .square-news-letter .container .content-news-letter h2 {
    font-size: 32px;
  }
}
.codetax .change-password input {
  font-size: 12px;
  color: #2D2D2D;
  font-family: "IBMPlexSans-Regular";
  border: 1px solid #1AA853;
  height: 24px;
  outline: 0;
  border-radius: 4px;
  width: 100%;
}
@font-face {
  .codetax {
    font-family: "Drystick-Regular";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Regular.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-Bold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Bold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-Medium";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Medium.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-ExtraBold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-ExtraBold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-LightItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-LightItalic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Light";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Light.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Regular";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Regular.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Medium";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Medium.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-MediumItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-MediumItalic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-SemiBold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-SemiBold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Bold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Bold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Italic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Italic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-SemiBoldItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-SemiBoldItalic.ttf") format("truetype");
  }
}
.codetax :root {
  --nav-width: 150px;
}
.codetax a,
.codetax a:visited,
.codetax a:hover {
  text-decoration: none !important;
}
.codetax h1, .codetax h2, .codetax h3, .codetax h4, .codetax h5, .codetax h6, .codetax p, .codetax span, .codetax ul {
  margin: 0;
  padding: 0;
  border: 0;
}
.codetax .hide {
  display: none;
}
.codetax .underline {
  text-decoration: underline;
}
.codetax .margin-top-10 {
  margin-top: 10px;
}
.codetax .margin-top-15 {
  margin-top: 15px;
}
.codetax .margin-top-20 {
  margin-top: 20px;
}
.codetax .margin-top-25 {
  margin-top: 25px;
}
.codetax .margin-top-30 {
  margin-top: 30px;
}
.codetax .margin-top-35 {
  margin-top: 35px;
}
.codetax .margin-top-40 {
  margin-top: 40px;
}
.codetax .margin-top-45 {
  margin-top: 45px;
}
.codetax .margin-top-50 {
  margin-top: 50px;
}
.codetax .margin-top-60 {
  margin-top: 60px;
}
.codetax .margin-top-70 {
  margin-top: 70px;
}
.codetax .margin-top-80 {
  margin-top: 80px;
}
.codetax .margin-top-90 {
  margin-top: 90px;
}
.codetax .margin-top-100 {
  margin-top: 100px;
}
.codetax .margin-top-110 {
  margin-top: 110px;
}
.codetax .margin-top-120 {
  margin-top: 120px;
}
.codetax .margin-bottom-20 {
  margin-bottom: 20px;
}
.codetax .margin-bottom-25 {
  margin-bottom: 25px;
}
.codetax .margin-bottom-30 {
  margin-bottom: 30px;
}
.codetax .margin-bottom-35 {
  margin-bottom: 35px;
}
.codetax .margin-bottom-40 {
  margin-bottom: 40px;
}
.codetax .margin-bottom-45 {
  margin-bottom: 45px;
}
.codetax .margin-bottom-50 {
  margin-bottom: 50px;
}
.codetax .margin-bottom-55 {
  margin-bottom: 55px;
}
.codetax .margin-bottom-60 {
  margin-bottom: 60px;
}
.codetax .margin-bottom-65 {
  margin-bottom: 65px;
}
.codetax .margin-left-30 {
  margin-left: 30px;
}
.codetax .margin-y-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.codetax .margin-x {
  margin-left: 50px;
  margin-right: 50px;
}
.codetax .margin-top-auto {
  margin-top: auto;
}
.codetax .margin-bottom-5 {
  margin-bottom: 5px;
}
.codetax .margin-bottom-10 {
  margin-bottom: 10px;
}
.codetax .margin-bottom-15 {
  margin-bottom: 15px;
}
.codetax .margin-bottom-40 {
  margin-bottom: 40px;
}
.codetax .margin-bottom-auto {
  margin-bottom: auto;
}
.codetax .margin-right-5 {
  margin-right: 5px;
}
.codetax .margin-right-10 {
  margin-right: 10px;
}
.codetax .margin-right-15 {
  margin-right: 15px;
}
.codetax .margin-right-20 {
  margin-right: 20px;
}
.codetax .margin-right-25 {
  margin-right: 25px;
}
.codetax .margin-right-30 {
  margin-right: 30px;
}
.codetax .margin-right-35 {
  margin-right: 35px;
}
.codetax .padding-left-10 {
  padding-left: 10px;
}
.codetax .padding-y-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.codetax .padding-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.codetax .h-400 {
  height: 400px;
}
.codetax .submit-button {
  width: 100%;
  height: 36px;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  background: #1AA853;
  cursor: pointer;
  transition: opacity 200ms;
}
.codetax .submit-button:hover {
  opacity: 0.9;
}
.codetax .redirect-form-label a {
  vertical-align: middle;
  font-size: 15px;
  line-height: 15px;
  color: #2D2D2D;
  font-family: "IBMPlexSans-LightItalic";
  opacity: 0.8;
}
.codetax .redirect-form-label a:hover {
  opacity: 1;
  border-bottom: 1px solid #2D2D2D;
  transition: border 300ms;
}
.codetax .redirect-form-label.center {
  text-align: center;
}
.codetax .forgot-password a {
  font-size: 12px;
}
.codetax .cursor-pointer {
  cursor: pointer;
}
.codetax .body-area-logged {
  position: relative;
  padding-left: 100px;
  background-color: #ffffff;
  transition: .5s;
  overflow-x: hidden;
}
.codetax .bg-gray-light {
  background-color: #F4F7F5;
}
.codetax .color-green-9 {
  color: #00AB51;
}
.codetax .title-h1 {
  font-family: "IBMPlexSans-SemiBold";
  font-size: 60px;
  line-height: 72px;
  color: #A3A3A3;
  margin: 0;
}
.codetax .value-tax {
  font-family: "IBMPlexSans-SemiBold";
  font-size: 41px;
  color: #A3A3A3;
  line-height: 41px;
}
.codetax .btn-green {
  cursor: pointer;
  background-color: #00AB51;
  color: white;
  font-size: 17px;
  line-height: 20px;
  padding: 10px;
  text-align: center;
  font-family: "IBMPlexSans-Light";
}
.codetax .btn-green:hover {
  color: white;
}
.codetax .btn-green.slim {
  padding: 5px 25px;
}
.codetax .btn-area-logged {
  color: #ffffff;
  border-radius: unset;
  transition: filter 0.2s;
}
.codetax .btn-area-logged:hover {
  filter: brightness(0.8);
  color: #ffffff;
}
.codetax .btn-area-logged:focus {
  box-shadow: unset;
}
.codetax .pl-40 {
  padding-left: 40px;
}
.codetax .pl-85 {
  padding-left: 85px;
}
.codetax .pr-85 {
  padding-right: 85px;
}
.codetax .pb-40 {
  padding-bottom: 40px;
}
.codetax .pb-45 {
  padding-bottom: 45px;
}
.codetax .pt-20 {
  padding-top: 20px;
}
.codetax .sub-title {
  color: #00AB51;
  font-size: 22px;
  font-family: "IBMPlexSans-Bold";
}
.codetax .sub-title.error {
  color: #FF1800;
}
.codetax .responsive-horizontal-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.codetax .font-grey {
  color: #A3A3A3;
}
.codetax .wallet-link {
  color: #00AB51;
  text-decoration: underline !important;
}
.codetax .wallet-link:hover {
  color: #00AB51;
  text-decoration: underline !important;
}
.codetax .default-tooltip {
  position: relative;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: url("../images/explanation.svg") center;
  background-size: contain;
}
.codetax .default-tooltip span {
  visibility: hidden;
  background: #fff;
  padding: 5px;
  border: 1.5px solid #00AB51;
  border-radius: 0;
  position: absolute;
  width: max-content;
  max-width: 250px;
  height: auto;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  transition: visibility 200ms;
  color: #A3A3A3;
}
.codetax .default-tooltip span.error {
  border-color: #FF1800;
}
.codetax .default-tooltip span.error:before {
  border-color: transparent #FF1800 transparent transparent;
}
.codetax .default-tooltip span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -6px;
  margin-left: -25px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #00AB51 transparent transparent;
}
.codetax .default-tooltip span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  margin-left: -24px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  z-index: 35;
}
@media (max-width: 991px) {
  .codetax .default-tooltip span {
    left: 50%;
    top: calc(100% + 5px);
    z-index: 20;
    transform: translateX(-50%);
  }
  .codetax .default-tooltip span:before, .codetax .default-tooltip span:after {
    content: unset;
  }
}
.codetax .default-tooltip:hover span {
  visibility: unset;
}
.codetax .multiple-selection .floating-select:focus {
  outline: none;
  cursor: pointer;
}
.codetax .multiple-selection .multiple-selection-label {
  color: #A3A3A3;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 6px;
  top: 8.5px;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}
.codetax .multiple-selection .container-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.codetax .multiple-selection .container-chips .chip {
  cursor: pointer;
  position: relative;
  display: flex;
  margin-top: 5px;
  margin-right: 5px;
  padding: 4px 20px 6px 4px;
  border: 1px solid #A1A1A1;
  width: 80px;
  height: 24px;
  font-size: 12px;
  line-height: 15px;
  color: #A1A1A1;
  background: #ffffff;
  font-family: "IBMPlexSans-Medium";
}
.codetax .multiple-selection .container-chips .chip:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  right: 4px;
  top: calc(50% - 6px);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/icon-remove-circle.png");
}
.codetax .list-page .section-title {
  padding-top: 105px;
  padding-bottom: 60px;
}
.codetax .list-page .btn-add {
  font-size: 14px;
  text-decoration-line: underline;
}
.codetax .list-page .btn-add a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #B9B9B9 !important;
}
.codetax .list-page .btn-add a:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url("../images/add-icon-green.png");
}
.codetax .floating-form {
  position: relative;
}
.codetax .floating-form ::placeholder {
  color: transparent;
}
.codetax .floating-form .floating-label {
  pointer-events: none;
  position: absolute;
  font-size: 16px;
  line-height: 20px;
  color: #A3A3A3;
  font-family: "IBMPlexSans-Light";
  left: 20px;
  top: 8px;
  transition: 300ms ease all;
}
.codetax .floating-form .floating-input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
  color: #A3A3A3;
  padding: 7px 7px 10px 7px;
  font-family: "IBMPlexSans-Light";
  border: 1px solid #A3A3A3;
  background-color: transparent;
}
.codetax .floating-form .floating-input.error {
  border-color: #FF5352;
}
.codetax .floating-form .floating-input:focus {
  outline: none;
}
.codetax .floating-form .floating-input:focus ~ .floating-label, .codetax .floating-form .floating-input:not(:placeholder-shown) ~ .floating-label {
  top: -22px;
  left: 20px;
  font-size: 14px;
  color: #A1A1A1;
  font-family: "IBMPlexSans-SemiBold";
}
.codetax .floating-form .floating-select {
  cursor: pointer;
  width: 100%;
  height: 40px !important;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
  color: #A3A3A3;
  padding: 7px 21px 10px 7px;
  font-family: "IBMPlexSans-Light";
  border: 1px solid #A3A3A3;
  background-color: transparent;
}
.codetax .floating-form .floating-select.error {
  border-color: #FF5352;
}
.codetax .floating-form .floating-select:focus {
  outline: none;
}
.codetax .floating-form .floating-select:focus ~ .floating-label, .codetax .floating-form .floating-select:not(:placeholder-shown) ~ .floating-label {
  top: -20px;
  left: 4px;
  font-size: 14px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .floating-form .livesearch-container {
  position: relative;
}
.codetax .floating-form .livesearch-container:before {
  content: url("../images/arrow-down-gray.png");
  position: absolute;
  cursor: pointer;
  height: 7px;
  width: 7px;
  right: 10px;
  top: calc(50% - 3px);
}
.codetax .floating-form .livesearch-container .floating-label {
  left: 9px;
}
.codetax .floating-form .codetax-live-search-item {
  cursor: pointer;
  color: #A3A3A3;
  font-size: 16px;
  font-family: "IBMPlexSans-Regular";
  background-color: #ffffff;
}
.codetax .floating-form .codetax-live-search-item td {
  padding: 5px;
}
.codetax .floating-form .codetax-live-search-item-hover {
  color: #ffffff;
  background-color: #60A858;
}
.codetax .floating-form .multiple-selection .floating-label {
  left: 9px;
}
.codetax .floating-form .multiple-selection #baseBroker .livesearch-container {
  background-position-x: 94.5%;
}
.codetax .floating-form .container-date {
  position: relative;
}
.codetax .floating-form .container-date input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
  color: #A3A3A3;
  padding: 7px 32px 10px 7px;
  font-family: "IBMPlexSans-Light";
  border: 1px solid #A3A3A3;
  background-color: #F4F7F5;
}
.codetax .floating-form .container-date input:focus {
  outline: none;
}
.codetax .floating-form .container-date input:focus ~ .floating-label, .codetax .floating-form .container-date input:not(:placeholder-shown) ~ .floating-label {
  top: -20px;
  left: 15px;
  font-size: 14px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .floating-form .container-date:after {
  content: '';
  position: absolute;
  cursor: pointer;
  width: 18px;
  height: 18px;
  right: 7px;
  top: calc(50% - 9px);
  background-size: contain;
  background-image: url("../images/icon-calendar.png");
}
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-text,
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-month-field,
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-year-field,
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-day-field {
  opacity: 1;
  color: #A3A3A3;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.codetax .floating-form input[type="date"]::-webkit-inner-spin-button,
.codetax .floating-form input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 2rem;
}
.codetax .container-buttons a,
.codetax .container-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  font-size: 14px;
  border-radius: 2px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .container-buttons a.btn-cancel,
.codetax .container-buttons button.btn-cancel {
  color: #60A858;
  background-color: #F4F7F5;
  border: 1.5px solid #60A858;
}
.codetax .container-buttons a.btn-cancel:hover,
.codetax .container-buttons button.btn-cancel:hover {
  color: #26C46D;
  border-color: #26C46D;
}
.codetax .container-buttons a.btn-save,
.codetax .container-buttons button.btn-save {
  color: #ffffff;
  background-color: #60A858;
  border: 1.5px solid #60A858;
}
.codetax .container-buttons a.btn-save:hover,
.codetax .container-buttons button.btn-save:hover {
  border-color: #26C46D;
  background-color: #26C46D;
}
.codetax .container-buttons a.btn-delete,
.codetax .container-buttons button.btn-delete {
  color: #ffffff;
  background-color: #FF1800;
  border: 1.5px solid #FF1800;
}
.codetax .container-buttons a.btn-delete:hover,
.codetax .container-buttons button.btn-delete:hover {
  background-color: #FF5352;
  border-color: #FF5352;
}
.codetax .upload-box .btn-upload {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.codetax .upload-box .btn-upload:before {
  content: '';
  width: 175px;
  height: 175px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/icon-add-image.png");
}
.codetax .upload-box .btn-upload:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #60A858;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-add-photo.png");
}
.codetax .upload-box .input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.codetax .upload-box .base-btn-upload {
  position: relative;
  margin-bottom: 25px;
}
.codetax .upload-box .base-image.show {
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}
.codetax .upload-box .base-image.show.circle {
  border-radius: 100px;
  background-size: cover;
  width: 150px;
}
.codetax .upload-box .btn-remove {
  color: #A3A3A3;
  position: relative;
  text-decoration: underline;
  padding-left: 40px;
  margin-top: 25px;
  padding-bottom: 7px;
  border: none;
  background-color: #F4F7F5;
}
.codetax .upload-box .btn-remove:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #60A858;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-add-photo.png");
}
.codetax .date-box label {
  font-size: 12px !important;
  font-family: "IBMPlexSans-Regular" !important;
}
.codetax .date-box input {
  position: relative;
  padding-right: 28px !important;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: calc(100% - 5px);
  background-image: url("../images/icon-calendar.png");
}
.codetax .date-box input::placeholder,
.codetax .date-box input :-moz-placeholder,
.codetax .date-box input ::-moz-placeholder,
.codetax .date-box input :-ms-input-placeholder,
.codetax .date-box input ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #A3A3A3;
}
.codetax .codetax-list-box {
  position: relative;
  cursor: pointer;
}
.codetax .codetax-list-box.search-list {
  padding: 0;
}
.codetax .codetax-list-box.search-list .input-codetax {
  padding: 0;
}
.codetax .codetax-list-box.search-list input {
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: transparent;
  color: #A3A3A3;
  border: none;
}
.codetax .codetax-list-box .input-codetax {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 30px;
  background-color: transparent;
  border: 1px solid #A3A3A3;
  color: #A1A1A1;
  text-align: left;
  padding: 5px 17px 5px 5px;
  line-height: 16px;
  border-radius: 1.5px;
  position: relative;
}
.codetax .codetax-list-box .input-codetax input {
  border: none !important;
}
.codetax .codetax-list-box .input-codetax:after {
  position: absolute;
  width: 7px;
  height: 7px;
  content: '';
  background-image: url("../images/arrow-down-gray.png");
  background-size: 7px;
  background-repeat: no-repeat;
  right: 5px;
  top: calc(50% - 2px);
}
.codetax .codetax-list-box.open .base-list-codetax {
  display: block;
}
.codetax .codetax-list-box.open .input-codetax:after {
  transform: rotate(180deg);
  right: 3px;
}
.codetax .codetax-list-box .base-list-codetax {
  display: none;
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 0;
  padding: 5px;
  border: 1px solid #60A858;
  background-color: #FFFFFF;
  height: auto;
  width: 100%;
}
.codetax .codetax-list-box .base-list-codetax:before {
  border: 1px solid #60A858;
  content: "";
  position: absolute;
  top: -6px;
  right: 4px;
  height: 10px;
  width: 10px;
  background-color: #FFFFFF;
  transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
}
.codetax .codetax-list-box .base-list-codetax > div {
  padding: 5px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  color: #A1A1A1;
  align-items: flex-start;
  font-family: "IBMPlexSans-Regular";
}
.codetax .codetax-list-box .base-list-codetax > div:hover {
  background-color: #60A858;
  color: #FFFFFF;
}
.codetax .datepicker td.active:hover, .codetax .datepicker td.active:hover:hover, .codetax .datepicker td.active.disabled:hover,
.codetax .datepicker td.active.disabled:hover:hover, .codetax .datepicker td.active:active, .codetax .datepicker td.active:hover:active,
.codetax .datepicker td.active.disabled:active, .codetax .datepicker td.active.disabled:hover:active, .codetax .datepicker td.active.active,
.codetax .datepicker td.active:hover.active, .codetax .datepicker td.active.disabled.active, .codetax .datepicker td.active.disabled:hover.active,
.codetax .datepicker td.active.disabled, .codetax .datepicker td.active:hover.disabled, .codetax .datepicker td.active.disabled.disabled,
.codetax .datepicker td.active.disabled:hover.disabled, .codetax .datepicker td.active[disabled], .codetax .datepicker td.active:hover[disabled],
.codetax .datepicker td.active.disabled[disabled], .codetax .datepicker td.active.disabled:hover[disabled] {
  background-color: #22BB61 !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#22BB61), to(#22B35E));
  background-image: -webkit-linear-gradient(top, #22BB61, #22B35E);
  background-image: -o-linear-gradient(top, #22BB61, #22B35E);
  background-image: linear-gradient(top, #22BB61, #22B35E);
  background-repeat: repeat-x;
}
.codetax footer {
  background-image: url("../images/bg_footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 170px;
  width: 100%;
  display: flex;
  align-items: center;
}
.codetax footer .index-footer {
  display: flex;
  align-self: center;
  justify-self: center;
}
.codetax footer .index-footer li {
  margin: 10px 0;
  list-style-type: none;
}
.codetax footer .index-footer li a {
  font-family: "IBMPlexSans-Regular";
  color: #ffffff;
  font-size: 20px;
  line-height: 23px;
}
.codetax footer .footer-logo .logo-image.show-background {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/codetax_w.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.codetax footer .contact-us {
  display: flex;
  align-self: center;
  justify-self: center;
  text-align: end;
}
.codetax footer .contact-us h1 {
  color: #ffffff;
  font-family: "IBMPlexSans-Bold";
  font-size: 17px;
  line-height: 20px;
}
.codetax footer .contact-us h2 {
  color: #ffffff;
  font-family: "IBMPlexSans-Regular";
  font-size: 20px;
  line-height: 22px;
}
.codetax footer .contact-us .icons {
  margin-top: 15px;
  display: flex;
  float: right;
}
.codetax footer .contact-us .icons .instagram-icon a img {
  width: 18px;
  height: 18px;
}
.codetax footer .contact-us .icons .facebook-icon {
  margin-left: 15px;
}
.codetax footer .contact-us .icons .facebook-icon a img {
  width: 18px;
  height: 18px;
}
.codetax footer .contact-us .icons .linkedin-icon {
  margin-left: 15px;
}
.codetax footer .contact-us .icons .linkedin-icon a img {
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .codetax footer {
    min-height: 305px;
  }
  .codetax footer .row {
    height: 100%;
  }
  .codetax footer .row .contact-us-mobile {
    display: flex;
    height: fit-content;
  }
  .codetax footer .row .contact-us-mobile h1 {
    margin: 20px 0;
    text-align: center;
    color: #ffffff;
    font-family: "IBMPlexSans-Bold";
    font-size: 17px;
    line-height: 20px;
  }
  .codetax footer .row .contact-us-mobile h2 {
    text-align: center;
    color: #ffffff;
    font-family: "IBMPlexSans-Regular";
    font-size: 18px;
    line-height: 22px;
  }
  .codetax footer .row .index-footer-mobile ul {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
  }
  .codetax footer .row .index-footer-mobile ul li {
    text-align: center;
    list-style-type: none;
  }
  .codetax footer .row .index-footer-mobile ul li a {
    font-family: "IBMPlexSans-Medium";
    color: #ffffff;
    font-size: 19px;
    line-height: 23px;
  }
  .codetax footer .row .footer-logo-mobile {
    margin: 5px 0;
  }
  .codetax footer .row .footer-logo-mobile .logo-image.show-background {
    background-image: url("../images/codetax_w.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 60px;
    width: 190px;
    margin: 0 auto;
  }
  .codetax footer .row .icons-mobile {
    display: flex;
    width: fit-content;
    margin: 10px 0;
  }
  .codetax footer .row .icons-mobile .instagram-icon {
    width: fit-content;
  }
  .codetax footer .row .icons-mobile .instagram-icon a img {
    width: 18px;
    height: 18px;
  }
  .codetax footer .row .icons-mobile .facebook-icon {
    width: fit-content;
  }
  .codetax footer .row .icons-mobile .facebook-icon a img {
    width: 18px;
    height: 18px;
  }
  .codetax footer .row .icons-mobile .linkedin-icon {
    width: fit-content;
  }
  .codetax footer .row .icons-mobile .linkedin-icon a img {
    width: 18px;
    height: 18px;
  }
}
.codetax header {
  min-height: 140px;
  display: flex;
  align-items: center;
  position: relative;
}
.codetax header::before {
  position: absolute;
  top: 0;
  content: '';
  z-index: 2;
  background-image: url("../images/2560x140_header.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 140px;
  width: 100%;
}
.codetax header .container-logo {
  z-index: 3;
  display: flex;
  align-items: center;
}
.codetax header .container-logo a .logo {
  width: 230px;
}
.codetax header .nav-bar-header {
  z-index: 3;
  display: flex;
  align-items: center;
}
.codetax header .nav-bar-header a {
  font-family: "IBMPlexSans-Regular";
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  margin-right: 30px;
}
.codetax header .nav-bar-header a:hover {
  opacity: 0.7;
  color: #ffffff;
}
.codetax header .nav-bar-header a:last-child {
  margin-right: 0;
}
.codetax header .links {
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-left: auto;
}
.codetax header .links .access {
  margin-right: 25px;
  padding: 4px 5px 0 5px;
  height: 33px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  text-align: center;
  transition: 0.2s;
}
.codetax header .links .access:hover {
  opacity: 0.6;
}
.codetax header .links .access a {
  padding: 5px;
  font-family: "Drystick-Bold";
  font-size: 19px;
  line-height: 22px;
  color: #ffffff;
}
.codetax header .links .sign-up {
  padding: 4px 5px 0 5px;
  height: 33px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  text-align: center;
  background-color: #ffffff;
  transition: 0.2s;
}
.codetax header .links .sign-up:hover {
  opacity: 0.6;
}
.codetax header .links .sign-up a {
  padding: 5px;
  font-family: "Drystick-Bold";
  font-size: 19px;
  line-height: 22px;
  color: #2D2D2D;
}
@media (max-width: 2000px) {
  .codetax header::before {
    background-image: url("../images/1441x140_header.png");
  }
}
@media (max-width: 1399px) {
  .codetax header::before {
    background-image: url("../images/1199x140_header.png");
  }
}
@media (max-width: 1199px) {
  .codetax header {
    min-height: 140px !important;
  }
  .codetax header::before {
    background-image: url("../images/991x140_header.png");
    height: 140px;
    width: 100%;
  }
  .codetax header .container-logo {
    height: 80px;
  }
  .codetax header .container-logo a .logo {
    width: 210px;
    margin-top: 20px;
  }
  .codetax header .nav-bar-header {
    justify-content: space-between;
  }
  .codetax header .links {
    padding: 40px 0;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .codetax .container-logo {
    justify-content: center;
  }
  .codetax .nav-bar-header {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .codetax .nav-bar-header a {
    font-weight: bold;
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .codetax header {
    min-height: 205px;
  }
  .codetax header::before {
    background-image: url("../images/767x205_header.png");
    height: 232px;
  }
}
@media (max-width: 767px) {
  .codetax header::before {
    background-image: url("../images/575x205_header.png");
    height: 232px;
  }
}
@media (max-width: 575px) {
  .codetax header::before {
    background-image: url("../images/430x205_header.png");
    height: 232px;
  }
}
@media (max-width: 429px) {
  .codetax header::before {
    background-image: url("../images/320x205_header.png");
    height: 232px;
  }
}
.codetax #headerTitle {
  z-index: 3;
  padding-top: 50px;
  width: 100%;
}
@font-face {
  .codetax {
    font-family: "Drystick-Regular";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Regular.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-Bold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Bold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-Medium";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Medium.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-ExtraBold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-ExtraBold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-LightItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-LightItalic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Light";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Light.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Regular";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Regular.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Medium";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Medium.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-MediumItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-MediumItalic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-SemiBold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-SemiBold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Bold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Bold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Italic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Italic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-SemiBoldItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-SemiBoldItalic.ttf") format("truetype");
  }
}
.codetax :root {
  --nav-width: 150px;
}
.codetax a,
.codetax a:visited,
.codetax a:hover {
  text-decoration: none !important;
}
.codetax h1, .codetax h2, .codetax h3, .codetax h4, .codetax h5, .codetax h6, .codetax p, .codetax span, .codetax ul {
  margin: 0;
  padding: 0;
  border: 0;
}
.codetax .hide {
  display: none;
}
.codetax .underline {
  text-decoration: underline;
}
.codetax .margin-top-10 {
  margin-top: 10px;
}
.codetax .margin-top-15 {
  margin-top: 15px;
}
.codetax .margin-top-20 {
  margin-top: 20px;
}
.codetax .margin-top-25 {
  margin-top: 25px;
}
.codetax .margin-top-30 {
  margin-top: 30px;
}
.codetax .margin-top-35 {
  margin-top: 35px;
}
.codetax .margin-top-40 {
  margin-top: 40px;
}
.codetax .margin-top-45 {
  margin-top: 45px;
}
.codetax .margin-top-50 {
  margin-top: 50px;
}
.codetax .margin-top-60 {
  margin-top: 60px;
}
.codetax .margin-top-70 {
  margin-top: 70px;
}
.codetax .margin-top-80 {
  margin-top: 80px;
}
.codetax .margin-top-90 {
  margin-top: 90px;
}
.codetax .margin-top-100 {
  margin-top: 100px;
}
.codetax .margin-top-110 {
  margin-top: 110px;
}
.codetax .margin-top-120 {
  margin-top: 120px;
}
.codetax .margin-bottom-20 {
  margin-bottom: 20px;
}
.codetax .margin-bottom-25 {
  margin-bottom: 25px;
}
.codetax .margin-bottom-30 {
  margin-bottom: 30px;
}
.codetax .margin-bottom-35 {
  margin-bottom: 35px;
}
.codetax .margin-bottom-40 {
  margin-bottom: 40px;
}
.codetax .margin-bottom-45 {
  margin-bottom: 45px;
}
.codetax .margin-bottom-50 {
  margin-bottom: 50px;
}
.codetax .margin-bottom-55 {
  margin-bottom: 55px;
}
.codetax .margin-bottom-60 {
  margin-bottom: 60px;
}
.codetax .margin-bottom-65 {
  margin-bottom: 65px;
}
.codetax .margin-left-30 {
  margin-left: 30px;
}
.codetax .margin-y-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.codetax .margin-x {
  margin-left: 50px;
  margin-right: 50px;
}
.codetax .margin-top-auto {
  margin-top: auto;
}
.codetax .margin-bottom-5 {
  margin-bottom: 5px;
}
.codetax .margin-bottom-10 {
  margin-bottom: 10px;
}
.codetax .margin-bottom-15 {
  margin-bottom: 15px;
}
.codetax .margin-bottom-40 {
  margin-bottom: 40px;
}
.codetax .margin-bottom-auto {
  margin-bottom: auto;
}
.codetax .margin-right-5 {
  margin-right: 5px;
}
.codetax .margin-right-10 {
  margin-right: 10px;
}
.codetax .margin-right-15 {
  margin-right: 15px;
}
.codetax .margin-right-20 {
  margin-right: 20px;
}
.codetax .margin-right-25 {
  margin-right: 25px;
}
.codetax .margin-right-30 {
  margin-right: 30px;
}
.codetax .margin-right-35 {
  margin-right: 35px;
}
.codetax .padding-left-10 {
  padding-left: 10px;
}
.codetax .padding-y-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.codetax .padding-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.codetax .h-400 {
  height: 400px;
}
.codetax .submit-button {
  width: 100%;
  height: 36px;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  background: #1AA853;
  cursor: pointer;
  transition: opacity 200ms;
}
.codetax .submit-button:hover {
  opacity: 0.9;
}
.codetax .redirect-form-label a {
  vertical-align: middle;
  font-size: 15px;
  line-height: 15px;
  color: #2D2D2D;
  font-family: "IBMPlexSans-LightItalic";
  opacity: 0.8;
}
.codetax .redirect-form-label a:hover {
  opacity: 1;
  border-bottom: 1px solid #2D2D2D;
  transition: border 300ms;
}
.codetax .redirect-form-label.center {
  text-align: center;
}
.codetax .forgot-password a {
  font-size: 12px;
}
.codetax .cursor-pointer {
  cursor: pointer;
}
.codetax .body-area-logged {
  position: relative;
  padding-left: 100px;
  background-color: #ffffff;
  transition: .5s;
  overflow-x: hidden;
}
.codetax .bg-gray-light {
  background-color: #F4F7F5;
}
.codetax .color-green-9 {
  color: #00AB51;
}
.codetax .title-h1 {
  font-family: "IBMPlexSans-SemiBold";
  font-size: 60px;
  line-height: 72px;
  color: #A3A3A3;
  margin: 0;
}
.codetax .value-tax {
  font-family: "IBMPlexSans-SemiBold";
  font-size: 41px;
  color: #A3A3A3;
  line-height: 41px;
}
.codetax .btn-green {
  cursor: pointer;
  background-color: #00AB51;
  color: white;
  font-size: 17px;
  line-height: 20px;
  padding: 10px;
  text-align: center;
  font-family: "IBMPlexSans-Light";
}
.codetax .btn-green:hover {
  color: white;
}
.codetax .btn-green.slim {
  padding: 5px 25px;
}
.codetax .btn-area-logged {
  color: #ffffff;
  border-radius: unset;
  transition: filter 0.2s;
}
.codetax .btn-area-logged:hover {
  filter: brightness(0.8);
  color: #ffffff;
}
.codetax .btn-area-logged:focus {
  box-shadow: unset;
}
.codetax .pl-40 {
  padding-left: 40px;
}
.codetax .pl-85 {
  padding-left: 85px;
}
.codetax .pr-85 {
  padding-right: 85px;
}
.codetax .pb-40 {
  padding-bottom: 40px;
}
.codetax .pb-45 {
  padding-bottom: 45px;
}
.codetax .pt-20 {
  padding-top: 20px;
}
.codetax .sub-title {
  color: #00AB51;
  font-size: 22px;
  font-family: "IBMPlexSans-Bold";
}
.codetax .sub-title.error {
  color: #FF1800;
}
.codetax .responsive-horizontal-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.codetax .font-grey {
  color: #A3A3A3;
}
.codetax .wallet-link {
  color: #00AB51;
  text-decoration: underline !important;
}
.codetax .wallet-link:hover {
  color: #00AB51;
  text-decoration: underline !important;
}
.codetax .default-tooltip {
  position: relative;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: url("../images/explanation.svg") center;
  background-size: contain;
}
.codetax .default-tooltip span {
  visibility: hidden;
  background: #fff;
  padding: 5px;
  border: 1.5px solid #00AB51;
  border-radius: 0;
  position: absolute;
  width: max-content;
  max-width: 250px;
  height: auto;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  transition: visibility 200ms;
  color: #A3A3A3;
}
.codetax .default-tooltip span.error {
  border-color: #FF1800;
}
.codetax .default-tooltip span.error:before {
  border-color: transparent #FF1800 transparent transparent;
}
.codetax .default-tooltip span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -6px;
  margin-left: -25px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #00AB51 transparent transparent;
}
.codetax .default-tooltip span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  margin-left: -24px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  z-index: 35;
}
@media (max-width: 991px) {
  .codetax .default-tooltip span {
    left: 50%;
    top: calc(100% + 5px);
    z-index: 20;
    transform: translateX(-50%);
  }
  .codetax .default-tooltip span:before, .codetax .default-tooltip span:after {
    content: unset;
  }
}
.codetax .default-tooltip:hover span {
  visibility: unset;
}
.codetax .multiple-selection .floating-select:focus {
  outline: none;
  cursor: pointer;
}
.codetax .multiple-selection .multiple-selection-label {
  color: #A3A3A3;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 6px;
  top: 8.5px;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}
.codetax .multiple-selection .container-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.codetax .multiple-selection .container-chips .chip {
  cursor: pointer;
  position: relative;
  display: flex;
  margin-top: 5px;
  margin-right: 5px;
  padding: 4px 20px 6px 4px;
  border: 1px solid #A1A1A1;
  width: 80px;
  height: 24px;
  font-size: 12px;
  line-height: 15px;
  color: #A1A1A1;
  background: #ffffff;
  font-family: "IBMPlexSans-Medium";
}
.codetax .multiple-selection .container-chips .chip:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  right: 4px;
  top: calc(50% - 6px);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/icon-remove-circle.png");
}
.codetax .list-page .section-title {
  padding-top: 105px;
  padding-bottom: 60px;
}
.codetax .list-page .btn-add {
  font-size: 14px;
  text-decoration-line: underline;
}
.codetax .list-page .btn-add a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #B9B9B9 !important;
}
.codetax .list-page .btn-add a:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url("../images/add-icon-green.png");
}
.codetax .floating-form {
  position: relative;
}
.codetax .floating-form ::placeholder {
  color: transparent;
}
.codetax .floating-form .floating-label {
  pointer-events: none;
  position: absolute;
  font-size: 16px;
  line-height: 20px;
  color: #A3A3A3;
  font-family: "IBMPlexSans-Light";
  left: 20px;
  top: 8px;
  transition: 300ms ease all;
}
.codetax .floating-form .floating-input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
  color: #A3A3A3;
  padding: 7px 7px 10px 7px;
  font-family: "IBMPlexSans-Light";
  border: 1px solid #A3A3A3;
  background-color: transparent;
}
.codetax .floating-form .floating-input.error {
  border-color: #FF5352;
}
.codetax .floating-form .floating-input:focus {
  outline: none;
}
.codetax .floating-form .floating-input:focus ~ .floating-label, .codetax .floating-form .floating-input:not(:placeholder-shown) ~ .floating-label {
  top: -22px;
  left: 20px;
  font-size: 14px;
  color: #A1A1A1;
  font-family: "IBMPlexSans-SemiBold";
}
.codetax .floating-form .floating-select {
  cursor: pointer;
  width: 100%;
  height: 40px !important;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
  color: #A3A3A3;
  padding: 7px 21px 10px 7px;
  font-family: "IBMPlexSans-Light";
  border: 1px solid #A3A3A3;
  background-color: transparent;
}
.codetax .floating-form .floating-select.error {
  border-color: #FF5352;
}
.codetax .floating-form .floating-select:focus {
  outline: none;
}
.codetax .floating-form .floating-select:focus ~ .floating-label, .codetax .floating-form .floating-select:not(:placeholder-shown) ~ .floating-label {
  top: -20px;
  left: 4px;
  font-size: 14px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .floating-form .livesearch-container {
  position: relative;
}
.codetax .floating-form .livesearch-container:before {
  content: url("../images/arrow-down-gray.png");
  position: absolute;
  cursor: pointer;
  height: 7px;
  width: 7px;
  right: 10px;
  top: calc(50% - 3px);
}
.codetax .floating-form .livesearch-container .floating-label {
  left: 9px;
}
.codetax .floating-form .codetax-live-search-item {
  cursor: pointer;
  color: #A3A3A3;
  font-size: 16px;
  font-family: "IBMPlexSans-Regular";
  background-color: #ffffff;
}
.codetax .floating-form .codetax-live-search-item td {
  padding: 5px;
}
.codetax .floating-form .codetax-live-search-item-hover {
  color: #ffffff;
  background-color: #60A858;
}
.codetax .floating-form .multiple-selection .floating-label {
  left: 9px;
}
.codetax .floating-form .multiple-selection #baseBroker .livesearch-container {
  background-position-x: 94.5%;
}
.codetax .floating-form .container-date {
  position: relative;
}
.codetax .floating-form .container-date input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
  color: #A3A3A3;
  padding: 7px 32px 10px 7px;
  font-family: "IBMPlexSans-Light";
  border: 1px solid #A3A3A3;
  background-color: #F4F7F5;
}
.codetax .floating-form .container-date input:focus {
  outline: none;
}
.codetax .floating-form .container-date input:focus ~ .floating-label, .codetax .floating-form .container-date input:not(:placeholder-shown) ~ .floating-label {
  top: -20px;
  left: 15px;
  font-size: 14px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .floating-form .container-date:after {
  content: '';
  position: absolute;
  cursor: pointer;
  width: 18px;
  height: 18px;
  right: 7px;
  top: calc(50% - 9px);
  background-size: contain;
  background-image: url("../images/icon-calendar.png");
}
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-text,
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-month-field,
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-year-field,
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-day-field {
  opacity: 1;
  color: #A3A3A3;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.codetax .floating-form input[type="date"]::-webkit-inner-spin-button,
.codetax .floating-form input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 2rem;
}
.codetax .container-buttons a,
.codetax .container-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  font-size: 14px;
  border-radius: 2px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .container-buttons a.btn-cancel,
.codetax .container-buttons button.btn-cancel {
  color: #60A858;
  background-color: #F4F7F5;
  border: 1.5px solid #60A858;
}
.codetax .container-buttons a.btn-cancel:hover,
.codetax .container-buttons button.btn-cancel:hover {
  color: #26C46D;
  border-color: #26C46D;
}
.codetax .container-buttons a.btn-save,
.codetax .container-buttons button.btn-save {
  color: #ffffff;
  background-color: #60A858;
  border: 1.5px solid #60A858;
}
.codetax .container-buttons a.btn-save:hover,
.codetax .container-buttons button.btn-save:hover {
  border-color: #26C46D;
  background-color: #26C46D;
}
.codetax .container-buttons a.btn-delete,
.codetax .container-buttons button.btn-delete {
  color: #ffffff;
  background-color: #FF1800;
  border: 1.5px solid #FF1800;
}
.codetax .container-buttons a.btn-delete:hover,
.codetax .container-buttons button.btn-delete:hover {
  background-color: #FF5352;
  border-color: #FF5352;
}
.codetax .upload-box .btn-upload {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.codetax .upload-box .btn-upload:before {
  content: '';
  width: 175px;
  height: 175px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/icon-add-image.png");
}
.codetax .upload-box .btn-upload:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #60A858;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-add-photo.png");
}
.codetax .upload-box .input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.codetax .upload-box .base-btn-upload {
  position: relative;
  margin-bottom: 25px;
}
.codetax .upload-box .base-image.show {
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}
.codetax .upload-box .base-image.show.circle {
  border-radius: 100px;
  background-size: cover;
  width: 150px;
}
.codetax .upload-box .btn-remove {
  color: #A3A3A3;
  position: relative;
  text-decoration: underline;
  padding-left: 40px;
  margin-top: 25px;
  padding-bottom: 7px;
  border: none;
  background-color: #F4F7F5;
}
.codetax .upload-box .btn-remove:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #60A858;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-add-photo.png");
}
.codetax .date-box label {
  font-size: 12px !important;
  font-family: "IBMPlexSans-Regular" !important;
}
.codetax .date-box input {
  position: relative;
  padding-right: 28px !important;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: calc(100% - 5px);
  background-image: url("../images/icon-calendar.png");
}
.codetax .date-box input::placeholder,
.codetax .date-box input :-moz-placeholder,
.codetax .date-box input ::-moz-placeholder,
.codetax .date-box input :-ms-input-placeholder,
.codetax .date-box input ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #A3A3A3;
}
.codetax .codetax-list-box {
  position: relative;
  cursor: pointer;
}
.codetax .codetax-list-box.search-list {
  padding: 0;
}
.codetax .codetax-list-box.search-list .input-codetax {
  padding: 0;
}
.codetax .codetax-list-box.search-list input {
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: transparent;
  color: #A3A3A3;
  border: none;
}
.codetax .codetax-list-box .input-codetax {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 30px;
  background-color: transparent;
  border: 1px solid #A3A3A3;
  color: #A1A1A1;
  text-align: left;
  padding: 5px 17px 5px 5px;
  line-height: 16px;
  border-radius: 1.5px;
  position: relative;
}
.codetax .codetax-list-box .input-codetax input {
  border: none !important;
}
.codetax .codetax-list-box .input-codetax:after {
  position: absolute;
  width: 7px;
  height: 7px;
  content: '';
  background-image: url("../images/arrow-down-gray.png");
  background-size: 7px;
  background-repeat: no-repeat;
  right: 5px;
  top: calc(50% - 2px);
}
.codetax .codetax-list-box.open .base-list-codetax {
  display: block;
}
.codetax .codetax-list-box.open .input-codetax:after {
  transform: rotate(180deg);
  right: 3px;
}
.codetax .codetax-list-box .base-list-codetax {
  display: none;
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 0;
  padding: 5px;
  border: 1px solid #60A858;
  background-color: #FFFFFF;
  height: auto;
  width: 100%;
}
.codetax .codetax-list-box .base-list-codetax:before {
  border: 1px solid #60A858;
  content: "";
  position: absolute;
  top: -6px;
  right: 4px;
  height: 10px;
  width: 10px;
  background-color: #FFFFFF;
  transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
}
.codetax .codetax-list-box .base-list-codetax > div {
  padding: 5px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  color: #A1A1A1;
  align-items: flex-start;
  font-family: "IBMPlexSans-Regular";
}
.codetax .codetax-list-box .base-list-codetax > div:hover {
  background-color: #60A858;
  color: #FFFFFF;
}
.codetax .datepicker td.active:hover, .codetax .datepicker td.active:hover:hover, .codetax .datepicker td.active.disabled:hover,
.codetax .datepicker td.active.disabled:hover:hover, .codetax .datepicker td.active:active, .codetax .datepicker td.active:hover:active,
.codetax .datepicker td.active.disabled:active, .codetax .datepicker td.active.disabled:hover:active, .codetax .datepicker td.active.active,
.codetax .datepicker td.active:hover.active, .codetax .datepicker td.active.disabled.active, .codetax .datepicker td.active.disabled:hover.active,
.codetax .datepicker td.active.disabled, .codetax .datepicker td.active:hover.disabled, .codetax .datepicker td.active.disabled.disabled,
.codetax .datepicker td.active.disabled:hover.disabled, .codetax .datepicker td.active[disabled], .codetax .datepicker td.active:hover[disabled],
.codetax .datepicker td.active.disabled[disabled], .codetax .datepicker td.active.disabled:hover[disabled] {
  background-color: #22BB61 !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#22BB61), to(#22B35E));
  background-image: -webkit-linear-gradient(top, #22BB61, #22B35E);
  background-image: -o-linear-gradient(top, #22BB61, #22B35E);
  background-image: linear-gradient(top, #22BB61, #22B35E);
  background-repeat: repeat-x;
}
.codetax .home {
  overflow-x: hidden;
  background-color: #2D2D2D;
}
.codetax .home header::before {
  z-index: -1;
}
.codetax .home p,
.codetax .home h1,
.codetax .home h2,
.codetax .home h3,
.codetax .home span {
  color: #ffffff;
}
.codetax .home .banner {
  padding-bottom: 20px;
  background-image: url("../images/bg-green.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.codetax .home .banner h1 {
  font-size: 27px;
  line-height: 36px;
  font-family: "Drystick-Bold";
  margin-top: 20px;
  margin-bottom: 8px;
}
.codetax .home .banner h2 {
  font-family: "Drystick-Regular";
  font-size: 20px;
  line-height: 24px;
  font-weight: unset;
  margin-bottom: 32px;
}
.codetax .home .banner p {
  font-family: "IBMPlexSans-Light";
  font-size: 16px;
  line-height: 20px;
}
.codetax .home .banner .subscribe-button {
  z-index: 2;
  width: 200px;
  font-size: 22px;
  color: #ffffff;
  font-family: "Drystick-Bold";
  text-transform: uppercase;
  padding: 6px 22px;
  border-radius: 6px;
  background-color: #1baa59;
  margin: unset;
  border: solid #ffffff 2px;
}
.codetax .home .banner .bg-chart {
  background-image: url("../images/Grafico_Head.svg");
  background-repeat: no-repeat;
  background-position-y: bottom;
}
.codetax .home .banner .image-main {
  height: 400px;
  position: relative;
  margin-top: 1.5rem;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  background-image: url("../images/image-main.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation-name: rendering;
  animation-duration: 0.7s;
}
@keyframes rendering {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.codetax .home .content p {
  margin-top: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-family: "IBMPlexSans-Medium";
}
.codetax .home .content h3 {
  font-size: 28px;
  font-family: "IBMPlexSans-Bold";
}
.codetax .home .content h2 {
  font-family: "IBMPlexSans-Bold";
  font-size: 48px;
}
.codetax .home .content .how-works {
  margin-top: 60px;
}
.codetax .home .content .how-works p {
  font-size: 22px;
  font-family: "IBMPlexSans-Light";
}
.codetax .home .content .how-works .arrow {
  width: 46px;
}
.codetax .home .content .how-works .icons {
  margin-top: 24px;
}
.codetax .home .content .how-works .icon {
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.codetax .home .content .how-works .icon-notebook.show-background {
  background-image: -webkit-image-set(url("../images/laptop.png") 1x, url("../images/laptop@2x.png") 2x);
}
.codetax .home .content .how-works .icon-calc.show-background {
  background-image: -webkit-image-set(url("../images/calc-small.png") 1x, url("../images/calc-small@2x.png") 2x);
}
.codetax .home .content .how-works .icon-person.show-background {
  background-image: -webkit-image-set(url("../images/person.png") 1x, url("../images/person@2x.png") 2x);
}
.codetax .home .content .how-works .icon-chart.show-background {
  background-image: -webkit-image-set(url("../images/chart-small.png") 1x, url("../images/chart-small@2x.png") 2x);
}
.codetax .home .content .how-works .icon-arrow.show-background {
  background-size: 18px;
  background-image: -webkit-image-set(url("../images/arrow-green.png") 1x, url("../images/arrow-green@2x.png") 2x);
}
.codetax .home .content .vantages {
  margin-top: 60px;
}
.codetax .home .content .vantages p {
  margin-top: unset;
}
.codetax .home .content .vantages .simplicity,
.codetax .home .content .vantages .calculation-automatic,
.codetax .home .content .vantages .nota-bmf {
  padding-top: 30px;
}
.codetax .home .content .vantages .free-month {
  padding-top: 45px;
}
.codetax .home .content .vantages .freedom {
  padding-top: 50px;
}
.codetax .home .content .vantages .free-month {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .codetax .home .content .vantages .free-month {
    padding-bottom: unset;
  }
}
.codetax .home .content .container-test-free {
  margin-top: 28px;
}
.codetax .home .content .container-test-free h3 {
  font-size: 42px;
  color: #60f39e;
  line-height: 52px;
  font-family: "IBMPlexSans-Bold";
}
.codetax .home .content .container-test-free .free-test-button {
  font-size: 34px;
  color: #ffffff;
  font-family: "IBMPlexSans-Bold";
  margin: 0 auto;
  border: solid #1baa59 2px;
  padding: 5px 20px;
  box-shadow: 4px 4px 0 #ffffff;
  border-radius: 5px;
  background-color: #1baa59;
}
.codetax .home .content .container-test-free span {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .home .content .container-test-free span b {
  color: #0ebd56;
  font-style: italic;
  font-family: "IBMPlexSans-Italic";
}
.codetax .home .content .news-letter.show-background {
  background-image: -webkit-image-set(url("../images/chart-news-letter.png") 1x, url("../images/chart-news-letter@2x.png") 2x);
  background-color: #2D2D2D;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: soft-light;
  background-size: 100%;
}
.codetax .home .content .news-letter .email-box.show-background {
  outline: 0;
  width: 100%;
  color: #60f39e;
  background-image: -webkit-image-set(url("../images/letter.png") 1x, url("../images/letter@2x.png") 2x);
  background-color: #5d5e5e;
  background-repeat: no-repeat;
  background-position: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: solid #60f39e 1px;
  padding: 10px 0px 10px 50px;
}
.codetax .home .content .news-letter .airplanes-paper {
  position: absolute;
  bottom: 80px;
  left: -160px;
  z-index: 1;
  width: 200px;
}
.codetax .home .content .news-letter .square-news-letter {
  margin-top: 130px;
  background-image: linear-gradient(135deg, #2d2d2d, #1c1b1b, #201f1f, #2d2d2d, #3c3c3d, #1c1b1b, #252424, #252424, #2d2d2d, #303030);
  opacity: 0.8;
  border-radius: 15px;
  box-shadow: 0 0 0 15px #3d3d3d;
}
.codetax .home .content .news-letter .square-news-letter .airplane {
  position: relative;
}
.codetax .home .content .news-letter .square-news-letter .content-news-letter .h-newsletter {
  margin: 0;
  padding: 0;
  display: block;
  color: #60f39e;
  font-size: 44px;
  line-height: 44px;
  font-family: "IBMPlexSans-Bold";
}
.codetax .home .content .news-letter .square-news-letter .content-news-letter .sign-our {
  font-size: 32px;
  line-height: 32px;
  font-family: "IBMPlexSans-Regular";
  margin: 0;
  padding: 0;
}
.codetax .home .content .news-letter .square-news-letter .content-news-letter .sign-newsletter-button {
  color: #ffffff;
  cursor: pointer;
  border: none;
  padding: 6px 16px;
  border-radius: 6px;
  background-color: #0a8a48;
}
.codetax .home .bg-gray-dark {
  margin-top: 90px;
  background-color: #1C1B1B;
  background-size: 80% 100%;
  max-height: 50%;
}
@media (max-width: 991px) {
  .codetax .home .bg-gray-dark {
    margin-top: 130px;
  }
}
.codetax .home .p-relative {
  position: relative;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .codetax .home .banner .banner-logo-bg .banner-logo-calc {
    top: 63% !important;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .codetax .home .banner .banner-logo-bg .banner-logo-calc {
    top: 67% !important;
  }
}
@media (min-width: 426px) and (max-width: 549px) {
  .codetax .home .banner .banner-logo-bg .banner-logo-calc {
    top: 63% !important;
  }
}
@media (min-width: 400px) and (max-width: 425px) {
  .codetax .home .banner .banner-logo-bg .banner-logo-calc {
    top: 58% !important;
  }
}
@media (max-width: 991px) {
  .codetax .home .banner .banner-logo-bg .banner-logo-emoji-1 {
    top: 31%;
    left: 31%;
  }
  .codetax .home .banner .banner-logo-bg .banner-logo-coins {
    top: 51%;
    left: 70%;
  }
  .codetax .home .banner .banner-logo-bg .banner-logo-calc {
    top: 58%;
    left: 32%;
  }
}
@media (max-width: 767px) {
  .codetax .home .banner {
    background-image: linear-gradient(to right, #22bb61, #295f40);
  }
  .codetax .home .banner h1,
  .codetax .home .banner h2,
  .codetax .home .banner h3,
  .codetax .home .banner p {
    text-align: center;
    margin: 0 20px;
  }
  .codetax .home .banner .bg-chart {
    background-image: none;
  }
  .codetax .home .banner .banner-logo-bg {
    height: 300px;
    margin: 0 20px;
  }
  .codetax .home .banner .banner-logo-bg .banner-logo-calc {
    top: 68%;
  }
  .codetax .home .banner .content-banner {
    padding: 20px 0;
  }
  .codetax .home .content h1,
  .codetax .home .content h2 {
    margin: 0 20px;
    font-size: 26px;
    text-align: center;
    line-height: 24px;
  }
  .codetax .home .content h3 {
    font-size: 28px;
  }
  .codetax .home .content .how-works .icon-arrow.show-background {
    background-image: -webkit-image-set(url("../images/arrow_down.png") 1x, url("../images/arrow_down@2x.png") 2x);
  }
  .codetax .home .content .how-works p {
    padding-top: 20px;
    font-size: 22px;
    margin: 0 50px;
  }
  .codetax .home .content .vantages p {
    margin: 0px 6px;
    padding-top: 10px;
    font-size: 16px;
    text-align: center;
  }
  .codetax .home .content .vantages h1 {
    line-height: 20px;
  }
  .codetax .home .content .container-test-free h1 {
    padding-top: 20px;
  }
  .codetax .home .content .news-letter .email-box {
    margin: 30px 0;
    padding: 10px 0 10px 50px;
    background-position: 10px;
  }
  .codetax .home .content .news-letter .airplanes-paper {
    width: 70px;
    top: 25px;
    left: calc(50% - 150px);
  }
  .codetax .home .content .news-letter .container {
    padding: 0;
    max-width: none;
  }
  .codetax .home .content .news-letter .square-news-letter {
    margin-top: 50px;
    box-shadow: unset;
    padding-bottom: 30px;
    border-radius: unset;
  }
  .codetax .home .content .news-letter .square-news-letter .container .content-news-letter {
    padding: 20px 0;
  }
  .codetax .home .content .news-letter .square-news-letter .container .content-news-letter h1 {
    font-size: 44px;
  }
  .codetax .home .content .news-letter .square-news-letter .container .content-news-letter h2 {
    font-size: 32px;
  }
}
.codetax .price_page {
  background-image: url("../images/bg-percent.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.codetax .price_page .price_page_desktop {
  min-height: 774px;
  height: 75vh;
}
.codetax .price_page .price_page_desktop h1 {
  margin-top: 110px;
  margin-bottom: 34px;
  font-size: 42px;
  color: #17A85F;
  font-family: "Drystick-ExtraBold";
}
.codetax .price_page .price_page_desktop .text_price {
  margin-bottom: 60px;
}
.codetax .price_page .price_page_desktop .text_price span {
  font-size: 24px;
  color: #2D2D2D;
  font-family: "IBMPlexSans-Regular";
}
.codetax .price_page .price_page_desktop .bg_green {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.codetax .price_page .price_page_desktop .bg_green h2 {
  position: absolute;
  top: 30px;
  z-index: 2;
  font-size: 36px;
  line-height: 1.1;
  color: #ffffff;
  font-family: "IBMPlexSans-Regular";
}
.codetax .price_page .price_page_desktop .bg_green a {
  position: absolute;
  top: 172px;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 65px;
  border: none;
  padding: 0 34px;
  box-shadow: 2px 3px #ffffff;
  border-radius: 12px;
  background-color: #2D2D2D;
  font-size: 34px;
  color: #ffffff;
  font-family: "IBMPlexSans-Bold";
}
.codetax .price_page .price_page_desktop .bg_green::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  z-index: 1;
  height: 280px;
  width: 2000px;
  background-image: url("../images/strip_price.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.codetax .price_page .price_page_desktop .bg_green::after {
  position: absolute;
  content: '';
  z-index: 3;
  top: -370px;
  right: -200px;
  width: 320px;
  height: 700px;
  background-image: url("../images/pork_coins.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.codetax .price_page .price_page_mobile {
  height: auto;
  min-height: calc(100vh - 380px);
}
@media (max-width: 991px) {
  .codetax .price_page .price_page_mobile {
    min-height: calc(100vh - 445px);
  }
}
@media (max-width: 767px) {
  .codetax .price_page .price_page_mobile {
    min-height: calc(100vh - 550px);
  }
}
.codetax .price_page .price_page_mobile h1 {
  margin: 24px 0 34px 0;
  font-size: 44px;
  color: #17A85F;
  font-family: "Drystick-ExtraBold";
}
.codetax .price_page .price_page_mobile .price_text {
  margin-bottom: 80px;
}
.codetax .price_page .price_page_mobile .price_text span {
  font-size: 24px;
  color: #2D2D2D;
  font-family: "IBMPlexSans-Regular";
}
.codetax .price_page .price_page_mobile .bg_green {
  background-image: url("../images/stripe_price_mobile.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.codetax .price_page .price_page_mobile .bg_green h2 {
  margin: 74px 0 30px 0;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  font-family: "IBMPlexSans-Regular";
}
.codetax .price_page .price_page_mobile .bg_green .button {
  text-align: center;
}
.codetax .price_page .price_page_mobile .bg_green .button a {
  position: relative;
  width: 100%;
  height: 64px;
  border: 0;
  padding: 0 24px;
  box-shadow: 2px 3px #ffffff;
  margin-bottom: 14px;
  border-radius: 12px;
  background-color: #2D2D2D;
  font-size: 28px;
  color: #ffffff;
  font-family: "IBMPlexSans-Bold";
}
.codetax .price_page .price_page_mobile .bg_green .button a::before {
  position: absolute;
  content: '';
  left: -40px;
  top: -40px;
  width: 38px;
  height: 30px;
  background-image: url("../images/coin3.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.codetax .price_page .price_page_mobile .bg_green .button a::after {
  position: absolute;
  content: '';
  right: -30px;
  top: -50px;
  width: 20px;
  height: 52px;
  background-image: url("../images/coin4.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.codetax .price_page .price_page_mobile .bg_green .coin1 {
  position: absolute;
  top: -38px;
  left: 10%;
  height: 74px;
  width: 40px;
  background-image: url("../images/coin1.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.codetax .price_page .price_page_mobile .bg_green .coin2 {
  position: absolute;
  top: -38px;
  left: 86%;
  height: 74px;
  width: 40px;
  background-image: url("../images/coin2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.codetax .price_page .price_page_mobile .bg_green .pork {
  position: absolute;
  top: -63px;
  left: calc(50% - 60px);
  height: 124px;
  width: 120px;
  background-image: url("../images/pork.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.codetax .login-page {
  background-image: url("../images/bg_lines.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  height: auto;
  display: flex;
  flex-direction: column;
}
.codetax .login-page .submit-button {
  font-weight: bold;
}
.codetax .login-page .container-form {
  padding: 26px 0 30px 0;
  border-radius: 7px;
  margin: 40px 0;
  border: solid 4px #1AA853;
  background-color: #ffffff;
  width: 440px;
  align-self: center;
  justify-self: center;
}
@media (max-width: 767px) {
  .codetax .login-page .container-form {
    width: 100%;
  }
}
.codetax .login-page .container-form h1 {
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  color: #1AA853;
  font-family: "IBMPlexSans-Bold";
}
.codetax .login-page .container-form .form-container {
  display: flex;
  flex-direction: column;
}
.codetax .login-page .container-form .form-container .form {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.codetax .login-page .container-form .form-container .form label {
  font-size: 14px;
  color: #2D2D2D;
  font-family: "IBMPlexSans-SemiBold";
}
.codetax .login-page .container-form .form-container .form input {
  font-size: 12px;
  color: #2D2D2D;
  font-family: "IBMPlexSans-Regular";
  border: 1px solid #1AA853;
  height: 24px;
  outline: 0;
  border-radius: 4px;
}
.codetax .registration_page {
  background-image: url("../images/bg_lines.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  height: auto;
  display: flex;
  flex-direction: column;
}
.codetax .registration_page .submit-button {
  font-weight: bold;
}
.codetax .registration_page .container-form {
  padding: 20px 0 20px 0;
  border-radius: 4px;
  margin: 40px 0;
  border: solid 4px #1AA853;
  background-color: #ffffff;
}
.codetax .registration_page .container-form h1 {
  text-align: center;
  font-size: 24px;
  color: #1AA853;
  font-family: "IBMPlexSans-Bold";
}
.codetax .registration_page .form-container {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.codetax .registration_page .form-container .form {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}
.codetax .registration_page .form-container .form label {
  font-size: 14px;
  color: #2D2D2D;
  font-family: "IBMPlexSans-SemiBold";
}
.codetax .registration_page .form-container .form input {
  font-size: 12px;
  color: #2D2D2D;
  font-family: "IBMPlexSans-Regular";
  border: 1px solid #1AA853;
  height: 24px;
  outline: 0;
  padding: 0 0 0 10px;
  border-radius: 4px;
}
.codetax .registration_page .form-container .form input.error-validation {
  border-color: red;
}
.codetax .registration_page .form-container .form label.error-validation {
  color: red;
}
.codetax .registration_page .broker-title h2 {
  margin-bottom: 15px;
  color: #2D2D2D;
  font-size: 18px;
  text-align: center;
  font-family: "IBMPlexSans-SemiBold";
  font-weight: bold;
}
.codetax .registration_page .broker {
  margin-bottom: 20px;
}
.codetax .registration_page .broker span {
  cursor: pointer;
}
.codetax .registration_page .broker-checkbox,
.codetax .registration_page .usage-terms-container {
  margin: 8px 0;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.codetax .registration_page .broker-checkbox input[type='checkbox'],
.codetax .registration_page .usage-terms-container input[type='checkbox'] {
  position: relative;
  cursor: pointer;
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}
.codetax .registration_page .broker-checkbox input[type='text'],
.codetax .registration_page .usage-terms-container input[type='text'] {
  font-size: 14px;
  color: #2D2D2D;
  font-family: "IBMPlexSans-Regular";
  width: 55px;
  height: 16px;
  outline: 0;
  border: none;
  border-bottom: 1px solid #1AA853;
  background-color: #ffffff;
}
.codetax .registration_page .broker-checkbox input[type='text']::placeholder,
.codetax .registration_page .usage-terms-container input[type='text']::placeholder {
  color: rgba(45, 45, 45, 0.34);
}
.codetax .registration_page .broker-checkbox input:before,
.codetax .registration_page .usage-terms-container input:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #1AA853;
  background-color: #ffffff;
}
.codetax .registration_page .broker-checkbox input:checked:before,
.codetax .registration_page .usage-terms-container input:checked:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  display: block;
  background-color: #1AA853;
}
.codetax .registration_page .broker-checkbox input:checked:after,
.codetax .registration_page .usage-terms-container input:checked:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 10px;
  display: block;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.codetax .registration_page .broker-checkbox span,
.codetax .registration_page .usage-terms-container span {
  width: 55px;
  color: #2D2D2D;
  font-size: 14px;
  line-height: 18px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .registration_page .broker-checkbox.usage-terms-container span,
.codetax .registration_page .usage-terms-container.usage-terms-container span {
  font-size: 15px;
  width: unset;
}
@font-face {
  .codetax {
    font-family: "Drystick-Regular";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Regular.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-Bold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Bold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-Medium";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Medium.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-ExtraBold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-ExtraBold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-LightItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-LightItalic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Light";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Light.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Regular";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Regular.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Medium";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Medium.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-MediumItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-MediumItalic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-SemiBold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-SemiBold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Bold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Bold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Italic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Italic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-SemiBoldItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-SemiBoldItalic.ttf") format("truetype");
  }
}
.codetax :root {
  --nav-width: 150px;
}
.codetax a,
.codetax a:visited,
.codetax a:hover {
  text-decoration: none !important;
}
.codetax h1, .codetax h2, .codetax h3, .codetax h4, .codetax h5, .codetax h6, .codetax p, .codetax span, .codetax ul {
  margin: 0;
  padding: 0;
  border: 0;
}
.codetax .hide {
  display: none;
}
.codetax .underline {
  text-decoration: underline;
}
.codetax .margin-top-10 {
  margin-top: 10px;
}
.codetax .margin-top-15 {
  margin-top: 15px;
}
.codetax .margin-top-20 {
  margin-top: 20px;
}
.codetax .margin-top-25 {
  margin-top: 25px;
}
.codetax .margin-top-30 {
  margin-top: 30px;
}
.codetax .margin-top-35 {
  margin-top: 35px;
}
.codetax .margin-top-40 {
  margin-top: 40px;
}
.codetax .margin-top-45 {
  margin-top: 45px;
}
.codetax .margin-top-50 {
  margin-top: 50px;
}
.codetax .margin-top-60 {
  margin-top: 60px;
}
.codetax .margin-top-70 {
  margin-top: 70px;
}
.codetax .margin-top-80 {
  margin-top: 80px;
}
.codetax .margin-top-90 {
  margin-top: 90px;
}
.codetax .margin-top-100 {
  margin-top: 100px;
}
.codetax .margin-top-110 {
  margin-top: 110px;
}
.codetax .margin-top-120 {
  margin-top: 120px;
}
.codetax .margin-bottom-20 {
  margin-bottom: 20px;
}
.codetax .margin-bottom-25 {
  margin-bottom: 25px;
}
.codetax .margin-bottom-30 {
  margin-bottom: 30px;
}
.codetax .margin-bottom-35 {
  margin-bottom: 35px;
}
.codetax .margin-bottom-40 {
  margin-bottom: 40px;
}
.codetax .margin-bottom-45 {
  margin-bottom: 45px;
}
.codetax .margin-bottom-50 {
  margin-bottom: 50px;
}
.codetax .margin-bottom-55 {
  margin-bottom: 55px;
}
.codetax .margin-bottom-60 {
  margin-bottom: 60px;
}
.codetax .margin-bottom-65 {
  margin-bottom: 65px;
}
.codetax .margin-left-30 {
  margin-left: 30px;
}
.codetax .margin-y-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.codetax .margin-x {
  margin-left: 50px;
  margin-right: 50px;
}
.codetax .margin-top-auto {
  margin-top: auto;
}
.codetax .margin-bottom-5 {
  margin-bottom: 5px;
}
.codetax .margin-bottom-10 {
  margin-bottom: 10px;
}
.codetax .margin-bottom-15 {
  margin-bottom: 15px;
}
.codetax .margin-bottom-40 {
  margin-bottom: 40px;
}
.codetax .margin-bottom-auto {
  margin-bottom: auto;
}
.codetax .margin-right-5 {
  margin-right: 5px;
}
.codetax .margin-right-10 {
  margin-right: 10px;
}
.codetax .margin-right-15 {
  margin-right: 15px;
}
.codetax .margin-right-20 {
  margin-right: 20px;
}
.codetax .margin-right-25 {
  margin-right: 25px;
}
.codetax .margin-right-30 {
  margin-right: 30px;
}
.codetax .margin-right-35 {
  margin-right: 35px;
}
.codetax .padding-left-10 {
  padding-left: 10px;
}
.codetax .padding-y-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.codetax .padding-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.codetax .h-400 {
  height: 400px;
}
.codetax .submit-button {
  width: 100%;
  height: 36px;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  background: #1AA853;
  cursor: pointer;
  transition: opacity 200ms;
}
.codetax .submit-button:hover {
  opacity: 0.9;
}
.codetax .redirect-form-label a {
  vertical-align: middle;
  font-size: 15px;
  line-height: 15px;
  color: #2D2D2D;
  font-family: "IBMPlexSans-LightItalic";
  opacity: 0.8;
}
.codetax .redirect-form-label a:hover {
  opacity: 1;
  border-bottom: 1px solid #2D2D2D;
  transition: border 300ms;
}
.codetax .redirect-form-label.center {
  text-align: center;
}
.codetax .forgot-password a {
  font-size: 12px;
}
.codetax .cursor-pointer {
  cursor: pointer;
}
.codetax .body-area-logged {
  position: relative;
  padding-left: 100px;
  background-color: #ffffff;
  transition: .5s;
  overflow-x: hidden;
}
.codetax .bg-gray-light {
  background-color: #F4F7F5;
}
.codetax .color-green-9 {
  color: #00AB51;
}
.codetax .title-h1 {
  font-family: "IBMPlexSans-SemiBold";
  font-size: 60px;
  line-height: 72px;
  color: #A3A3A3;
  margin: 0;
}
.codetax .value-tax {
  font-family: "IBMPlexSans-SemiBold";
  font-size: 41px;
  color: #A3A3A3;
  line-height: 41px;
}
.codetax .btn-green {
  cursor: pointer;
  background-color: #00AB51;
  color: white;
  font-size: 17px;
  line-height: 20px;
  padding: 10px;
  text-align: center;
  font-family: "IBMPlexSans-Light";
}
.codetax .btn-green:hover {
  color: white;
}
.codetax .btn-green.slim {
  padding: 5px 25px;
}
.codetax .btn-area-logged {
  color: #ffffff;
  border-radius: unset;
  transition: filter 0.2s;
}
.codetax .btn-area-logged:hover {
  filter: brightness(0.8);
  color: #ffffff;
}
.codetax .btn-area-logged:focus {
  box-shadow: unset;
}
.codetax .pl-40 {
  padding-left: 40px;
}
.codetax .pl-85 {
  padding-left: 85px;
}
.codetax .pr-85 {
  padding-right: 85px;
}
.codetax .pb-40 {
  padding-bottom: 40px;
}
.codetax .pb-45 {
  padding-bottom: 45px;
}
.codetax .pt-20 {
  padding-top: 20px;
}
.codetax .sub-title {
  color: #00AB51;
  font-size: 22px;
  font-family: "IBMPlexSans-Bold";
}
.codetax .sub-title.error {
  color: #FF1800;
}
.codetax .responsive-horizontal-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.codetax .font-grey {
  color: #A3A3A3;
}
.codetax .wallet-link {
  color: #00AB51;
  text-decoration: underline !important;
}
.codetax .wallet-link:hover {
  color: #00AB51;
  text-decoration: underline !important;
}
.codetax .default-tooltip {
  position: relative;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: url("../images/explanation.svg") center;
  background-size: contain;
}
.codetax .default-tooltip span {
  visibility: hidden;
  background: #fff;
  padding: 5px;
  border: 1.5px solid #00AB51;
  border-radius: 0;
  position: absolute;
  width: max-content;
  max-width: 250px;
  height: auto;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  transition: visibility 200ms;
  color: #A3A3A3;
}
.codetax .default-tooltip span.error {
  border-color: #FF1800;
}
.codetax .default-tooltip span.error:before {
  border-color: transparent #FF1800 transparent transparent;
}
.codetax .default-tooltip span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -6px;
  margin-left: -25px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #00AB51 transparent transparent;
}
.codetax .default-tooltip span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  margin-left: -24px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  z-index: 35;
}
@media (max-width: 991px) {
  .codetax .default-tooltip span {
    left: 50%;
    top: calc(100% + 5px);
    z-index: 20;
    transform: translateX(-50%);
  }
  .codetax .default-tooltip span:before, .codetax .default-tooltip span:after {
    content: unset;
  }
}
.codetax .default-tooltip:hover span {
  visibility: unset;
}
.codetax .multiple-selection .floating-select:focus {
  outline: none;
  cursor: pointer;
}
.codetax .multiple-selection .multiple-selection-label {
  color: #A3A3A3;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 6px;
  top: 8.5px;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}
.codetax .multiple-selection .container-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.codetax .multiple-selection .container-chips .chip {
  cursor: pointer;
  position: relative;
  display: flex;
  margin-top: 5px;
  margin-right: 5px;
  padding: 4px 20px 6px 4px;
  border: 1px solid #A1A1A1;
  width: 80px;
  height: 24px;
  font-size: 12px;
  line-height: 15px;
  color: #A1A1A1;
  background: #ffffff;
  font-family: "IBMPlexSans-Medium";
}
.codetax .multiple-selection .container-chips .chip:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  right: 4px;
  top: calc(50% - 6px);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/icon-remove-circle.png");
}
.codetax .list-page .section-title {
  padding-top: 105px;
  padding-bottom: 60px;
}
.codetax .list-page .btn-add {
  font-size: 14px;
  text-decoration-line: underline;
}
.codetax .list-page .btn-add a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #B9B9B9 !important;
}
.codetax .list-page .btn-add a:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url("../images/add-icon-green.png");
}
.codetax .floating-form {
  position: relative;
}
.codetax .floating-form ::placeholder {
  color: transparent;
}
.codetax .floating-form .floating-label {
  pointer-events: none;
  position: absolute;
  font-size: 16px;
  line-height: 20px;
  color: #A3A3A3;
  font-family: "IBMPlexSans-Light";
  left: 20px;
  top: 8px;
  transition: 300ms ease all;
}
.codetax .floating-form .floating-input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
  color: #A3A3A3;
  padding: 7px 7px 10px 7px;
  font-family: "IBMPlexSans-Light";
  border: 1px solid #A3A3A3;
  background-color: transparent;
}
.codetax .floating-form .floating-input.error {
  border-color: #FF5352;
}
.codetax .floating-form .floating-input:focus {
  outline: none;
}
.codetax .floating-form .floating-input:focus ~ .floating-label, .codetax .floating-form .floating-input:not(:placeholder-shown) ~ .floating-label {
  top: -22px;
  left: 20px;
  font-size: 14px;
  color: #A1A1A1;
  font-family: "IBMPlexSans-SemiBold";
}
.codetax .floating-form .floating-select {
  cursor: pointer;
  width: 100%;
  height: 40px !important;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
  color: #A3A3A3;
  padding: 7px 21px 10px 7px;
  font-family: "IBMPlexSans-Light";
  border: 1px solid #A3A3A3;
  background-color: transparent;
}
.codetax .floating-form .floating-select.error {
  border-color: #FF5352;
}
.codetax .floating-form .floating-select:focus {
  outline: none;
}
.codetax .floating-form .floating-select:focus ~ .floating-label, .codetax .floating-form .floating-select:not(:placeholder-shown) ~ .floating-label {
  top: -20px;
  left: 4px;
  font-size: 14px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .floating-form .livesearch-container {
  position: relative;
}
.codetax .floating-form .livesearch-container:before {
  content: url("../images/arrow-down-gray.png");
  position: absolute;
  cursor: pointer;
  height: 7px;
  width: 7px;
  right: 10px;
  top: calc(50% - 3px);
}
.codetax .floating-form .livesearch-container .floating-label {
  left: 9px;
}
.codetax .floating-form .codetax-live-search-item {
  cursor: pointer;
  color: #A3A3A3;
  font-size: 16px;
  font-family: "IBMPlexSans-Regular";
  background-color: #ffffff;
}
.codetax .floating-form .codetax-live-search-item td {
  padding: 5px;
}
.codetax .floating-form .codetax-live-search-item-hover {
  color: #ffffff;
  background-color: #60A858;
}
.codetax .floating-form .multiple-selection .floating-label {
  left: 9px;
}
.codetax .floating-form .multiple-selection #baseBroker .livesearch-container {
  background-position-x: 94.5%;
}
.codetax .floating-form .container-date {
  position: relative;
}
.codetax .floating-form .container-date input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 2px;
  color: #A3A3A3;
  padding: 7px 32px 10px 7px;
  font-family: "IBMPlexSans-Light";
  border: 1px solid #A3A3A3;
  background-color: #F4F7F5;
}
.codetax .floating-form .container-date input:focus {
  outline: none;
}
.codetax .floating-form .container-date input:focus ~ .floating-label, .codetax .floating-form .container-date input:not(:placeholder-shown) ~ .floating-label {
  top: -20px;
  left: 15px;
  font-size: 14px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .floating-form .container-date:after {
  content: '';
  position: absolute;
  cursor: pointer;
  width: 18px;
  height: 18px;
  right: 7px;
  top: calc(50% - 9px);
  background-size: contain;
  background-image: url("../images/icon-calendar.png");
}
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-text,
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-month-field,
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-year-field,
.codetax .floating-form input[type="date"]::-webkit-datetime-edit-day-field {
  opacity: 1;
  color: #A3A3A3;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.codetax .floating-form input[type="date"]::-webkit-inner-spin-button,
.codetax .floating-form input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 2rem;
}
.codetax .container-buttons a,
.codetax .container-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  font-size: 14px;
  border-radius: 2px;
  font-family: "IBMPlexSans-Regular";
}
.codetax .container-buttons a.btn-cancel,
.codetax .container-buttons button.btn-cancel {
  color: #60A858;
  background-color: #F4F7F5;
  border: 1.5px solid #60A858;
}
.codetax .container-buttons a.btn-cancel:hover,
.codetax .container-buttons button.btn-cancel:hover {
  color: #26C46D;
  border-color: #26C46D;
}
.codetax .container-buttons a.btn-save,
.codetax .container-buttons button.btn-save {
  color: #ffffff;
  background-color: #60A858;
  border: 1.5px solid #60A858;
}
.codetax .container-buttons a.btn-save:hover,
.codetax .container-buttons button.btn-save:hover {
  border-color: #26C46D;
  background-color: #26C46D;
}
.codetax .container-buttons a.btn-delete,
.codetax .container-buttons button.btn-delete {
  color: #ffffff;
  background-color: #FF1800;
  border: 1.5px solid #FF1800;
}
.codetax .container-buttons a.btn-delete:hover,
.codetax .container-buttons button.btn-delete:hover {
  background-color: #FF5352;
  border-color: #FF5352;
}
.codetax .upload-box .btn-upload {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.codetax .upload-box .btn-upload:before {
  content: '';
  width: 175px;
  height: 175px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/icon-add-image.png");
}
.codetax .upload-box .btn-upload:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #60A858;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-add-photo.png");
}
.codetax .upload-box .input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.codetax .upload-box .base-btn-upload {
  position: relative;
  margin-bottom: 25px;
}
.codetax .upload-box .base-image.show {
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}
.codetax .upload-box .base-image.show.circle {
  border-radius: 100px;
  background-size: cover;
  width: 150px;
}
.codetax .upload-box .btn-remove {
  color: #A3A3A3;
  position: relative;
  text-decoration: underline;
  padding-left: 40px;
  margin-top: 25px;
  padding-bottom: 7px;
  border: none;
  background-color: #F4F7F5;
}
.codetax .upload-box .btn-remove:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #60A858;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-add-photo.png");
}
.codetax .date-box label {
  font-size: 12px !important;
  font-family: "IBMPlexSans-Regular" !important;
}
.codetax .date-box input {
  position: relative;
  padding-right: 28px !important;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: calc(100% - 5px);
  background-image: url("../images/icon-calendar.png");
}
.codetax .date-box input::placeholder,
.codetax .date-box input :-moz-placeholder,
.codetax .date-box input ::-moz-placeholder,
.codetax .date-box input :-ms-input-placeholder,
.codetax .date-box input ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #A3A3A3;
}
.codetax .codetax-list-box {
  position: relative;
  cursor: pointer;
}
.codetax .codetax-list-box.search-list {
  padding: 0;
}
.codetax .codetax-list-box.search-list .input-codetax {
  padding: 0;
}
.codetax .codetax-list-box.search-list input {
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: transparent;
  color: #A3A3A3;
  border: none;
}
.codetax .codetax-list-box .input-codetax {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 30px;
  background-color: transparent;
  border: 1px solid #A3A3A3;
  color: #A1A1A1;
  text-align: left;
  padding: 5px 17px 5px 5px;
  line-height: 16px;
  border-radius: 1.5px;
  position: relative;
}
.codetax .codetax-list-box .input-codetax input {
  border: none !important;
}
.codetax .codetax-list-box .input-codetax:after {
  position: absolute;
  width: 7px;
  height: 7px;
  content: '';
  background-image: url("../images/arrow-down-gray.png");
  background-size: 7px;
  background-repeat: no-repeat;
  right: 5px;
  top: calc(50% - 2px);
}
.codetax .codetax-list-box.open .base-list-codetax {
  display: block;
}
.codetax .codetax-list-box.open .input-codetax:after {
  transform: rotate(180deg);
  right: 3px;
}
.codetax .codetax-list-box .base-list-codetax {
  display: none;
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 0;
  padding: 5px;
  border: 1px solid #60A858;
  background-color: #FFFFFF;
  height: auto;
  width: 100%;
}
.codetax .codetax-list-box .base-list-codetax:before {
  border: 1px solid #60A858;
  content: "";
  position: absolute;
  top: -6px;
  right: 4px;
  height: 10px;
  width: 10px;
  background-color: #FFFFFF;
  transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
}
.codetax .codetax-list-box .base-list-codetax > div {
  padding: 5px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  color: #A1A1A1;
  align-items: flex-start;
  font-family: "IBMPlexSans-Regular";
}
.codetax .codetax-list-box .base-list-codetax > div:hover {
  background-color: #60A858;
  color: #FFFFFF;
}
.codetax .datepicker td.active:hover, .codetax .datepicker td.active:hover:hover, .codetax .datepicker td.active.disabled:hover,
.codetax .datepicker td.active.disabled:hover:hover, .codetax .datepicker td.active:active, .codetax .datepicker td.active:hover:active,
.codetax .datepicker td.active.disabled:active, .codetax .datepicker td.active.disabled:hover:active, .codetax .datepicker td.active.active,
.codetax .datepicker td.active:hover.active, .codetax .datepicker td.active.disabled.active, .codetax .datepicker td.active.disabled:hover.active,
.codetax .datepicker td.active.disabled, .codetax .datepicker td.active:hover.disabled, .codetax .datepicker td.active.disabled.disabled,
.codetax .datepicker td.active.disabled:hover.disabled, .codetax .datepicker td.active[disabled], .codetax .datepicker td.active:hover[disabled],
.codetax .datepicker td.active.disabled[disabled], .codetax .datepicker td.active.disabled:hover[disabled] {
  background-color: #22BB61 !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#22BB61), to(#22B35E));
  background-image: -webkit-linear-gradient(top, #22BB61, #22B35E);
  background-image: -o-linear-gradient(top, #22BB61, #22B35E);
  background-image: linear-gradient(top, #22BB61, #22B35E);
  background-repeat: repeat-x;
}
.codetax .who-we-are {
  background-image: url("../images/bg-percent.jpg");
  background-size: cover;
  background-repeat: repeat;
}
.codetax .who-we-are .who-we h1 {
  font-family: "Drystick-ExtraBold";
  font-size: 42px;
  color: #17a85f;
}
.codetax .who-we-are .who-we p {
  font-family: "Drystick-Regular";
  font-size: 24px;
  color: black;
}
.codetax .who-we-are .bg-green {
  background: url("../images/charts-who-we-are.svg") no-repeat, linear-gradient(298deg, #008e3d, #049241, #12a04e, #28b764, #47d783, #62f29d);
  position: relative;
  background-blend-mode: soft-light;
}
.codetax .who-we-are .bg-green p {
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  text-align: end;
  font-family: "Drystick-Regular";
}
.codetax .who-we-are .bg-green .img-cellphone {
  right: 5%;
  bottom: 80%;
  position: absolute;
  z-index: 1;
}
.codetax .who-we-are .bg-green .img-border-lines {
  position: absolute;
  bottom: 100%;
  right: 0;
  height: 470px;
}
.codetax .who-we-are .bg-green .img-notebook {
  position: absolute;
  left: -30px;
  top: -50px;
  height: 120%;
  transform: rotate(8deg);
}
.codetax .who-we-are .sec p {
  font-size: 24px;
  line-height: 28.8px;
  font-family: "Drystick-Regular";
}
.codetax .who-we-are .sec h2,
.codetax .who-we-are .sec span {
  color: #24b15f;
  font-size: 32px;
  font-family: "Drystick-ExtraBold";
}
.codetax .who-we-are .sec .btn-subscribe {
  border: solid 2px #24b15f;
  padding: 12px 0;
  margin-top: 16px;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#333333), to(#171818)) no-repeat;
  display: block;
  max-width: 210px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-family: "Drystick-Bold";
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .codetax .who-we-are .who-we {
    padding-bottom: 20px;
  }
  .codetax .who-we-are .who-we h1 {
    font-size: 38px;
    font-family: "Drystick-ExtraBold";
  }
  .codetax .who-we-are .who-we p {
    font-family: "Drystick-Medium";
    font-size: 18px;
    line-height: 22px;
  }
  .codetax .who-we-are .bg-green {
    border-top: solid 16px #2d2d2d;
    border-bottom: solid 16px #2d2d2d;
  }
  .codetax .who-we-are .bg-green p {
    font-family: "Drystick-Regular";
    font-size: 20px;
  }
  .codetax .who-we-are .bg-green .img-notebook {
    height: 225px;
    top: -160px;
    left: 10px;
    transform: rotate(0deg);
  }
  .codetax .who-we-are .sec p {
    font-family: "Drystick-Medium";
    font-size: 18px;
    line-height: 22px;
  }
  .codetax .who-we-are .sec span {
    font-family: "Drystick-Regular";
    font-size: 20px;
    line-height: 24px;
  }
  .codetax .who-we-are .sec h2 {
    font-family: "Drystick-ExtraBold";
    font-size: 42px;
  }
  .codetax .who-we-are .sec .btn-subscribe {
    font-family: "Drystick-Bold";
    font-size: 22px;
    max-width: 210px;
  }
}
.codetax .know-more {
  background-image: url("../images/bg-percent.jpg");
  overflow-x: hidden;
  background-size: cover;
  background-repeat: repeat;
}
.codetax .know-more .how-works {
  margin-top: 60px;
  position: relative;
}
.codetax .know-more .how-works h1 {
  font-family: "Drystick-ExtraBold";
  font-size: 42px;
  color: #17a85f;
}
.codetax .know-more .how-works h2 {
  font-family: "IBMPlexSans-SemiBold";
  font-size: 36px;
  color: #3c3c3b;
}
.codetax .know-more .how-works span {
  display: block;
  font-size: 28px;
  color: #2d2d2d;
  line-height: 28px;
  margin-left: 16px;
  font-family: "IBMPlexSans-Italic";
}
.codetax .know-more .how-works .number--1 {
  width: 300px;
}
.codetax .know-more .how-works .number--2 {
  width: 300px;
}
.codetax .know-more .how-works .number--3 {
  width: 400px;
}
.codetax .know-more .how-works .number--4 {
  width: 350px;
}
.codetax .know-more .free-registration {
  position: relative;
}
.codetax .know-more .free-registration .bg-green {
  background: url("../images/know-more-chart.svg"), linear-gradient(to right, #22bb61, #1fb55e, #088746, #00763e);
  background-size: contain;
  background-position: center;
  background-blend-mode: exclusion;
}
.codetax .know-more .free-registration .emoji {
  position: absolute;
}
.codetax .know-more .free-registration .emoji__1 {
  height: 200px;
  top: -100px;
  left: 12%;
}
.codetax .know-more .free-registration .emoji__2 {
  transform: scaleX(-1) rotate(25deg);
  height: 100px;
  right: 20%;
  top: -50px;
}
.codetax .know-more .free-registration .emoji__3 {
  transform: rotate(345deg);
  height: 100px;
  bottom: -50px;
  left: 20%;
}
.codetax .know-more .free-registration .emoji__4 {
  transform: scaleX(-1) rotate(345deg);
  height: 200px;
  bottom: -100px;
  right: 10%;
}
.codetax .know-more .free-registration .content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.codetax .know-more .free-registration .content p {
  font-family: "IBMPlexSans-Medium";
  font-size: 24px;
  color: white;
}
.codetax .know-more .free-registration .content p i {
  font-family: "IBMPlexSans-MediumItalic";
}
.codetax .know-more .free-registration .content .free-registration-button {
  font-size: 44px;
  color: white;
  font-family: "IBMPlexSans-Bold";
  border: solid #2d2d2d 2px;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #2d2d2d;
  box-shadow: 4px 4px 0 white;
  margin: 0 auto;
}
.codetax .know-more .free-registration .content .free-registration-button:hover {
  opacity: 0.9;
}
.codetax .know-more .faq {
  margin-bottom: 64px;
}
.codetax .know-more .faq h2 {
  font-family: "IBMPlexSans-SemiBold";
  font-size: 36px;
  color: #3c3c3b;
}
.codetax .know-more .faq span {
  font-family: "IBMPlexSans-Regular";
  font-size: 20px;
}
.codetax .know-more .faq .combo-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 6px;
  padding: 10px 40px;
  border: solid #17a85f 2px;
  background-color: #17a85f;
  color: white;
  font-size: 28px;
  font-family: "IBMPlexSans-SemiBold";
}
.codetax .know-more .faq .combo-text:hover {
  opacity: 0.9;
}
.codetax .know-more .faq .combo-text::after {
  content: url("../images/arrow-white-down.png");
}
.codetax .know-more .faq .combo-text.active::after {
  animation-name: rotate-arrow-up;
  animation-duration: 0.5s;
  transform: rotate(-180deg);
}
.codetax .know-more .faq .combo-text.unactive::after {
  animation-name: rotate-arrow-down;
  animation-duration: 0.5s;
  transform: rotate(0deg);
}
@keyframes rotate-arrow-up {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-180deg);
  }
}
@keyframes rotate-arrow-down {
  from {
    transform: rotate(-180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.codetax .know-more .faq .free-test-button {
  display: block;
  width: 400px;
  color: white;
  font-size: 36px;
  text-align: center;
  font-family: "IBMPlexSans-Regular";
  border: solid #2d2d2d 2px;
  margin: 0 auto;
  padding: 6px 48px;
  box-shadow: 4px 4px 0 #008e3d;
  border-radius: 10px;
  background-color: #2d2d2d;
}
.codetax .know-more .faq .free-test-button:hover {
  opacity: 0.9;
}
.codetax .know-more .faq .free-test-button i {
  font-family: "IBMPlexSans-SemiBoldItalic";
  color: #3aaa35;
}
@media (max-width: 767px) {
  .codetax .know-more .how-works h1 {
    font-size: 38px;
    margin-left: 30px;
  }
  .codetax .know-more .how-works h2 {
    font-size: 28px;
  }
  .codetax .know-more .how-works .number {
    width: 250px;
  }
  .codetax .know-more .how-works span {
    font-size: 20px;
    line-height: 20px;
  }
  .codetax .know-more .how-works .line-small {
    position: absolute;
    left: -30px;
  }
  .codetax .know-more .free-registration .emoji__1 {
    transform: rotate(345deg);
    height: 125px;
    top: -50px;
    left: 0%;
  }
  .codetax .know-more .free-registration .emoji__2 {
    transform: scaleX(-1) rotate(20deg);
    top: -20px;
    right: -10px;
  }
  .codetax .know-more .free-registration .emoji__3 {
    bottom: -25px;
    left: 0%;
  }
  .codetax .know-more .free-registration .emoji__4 {
    transform: scaleX(-1) rotate(350deg);
    height: 143px;
    bottom: -37px;
    right: -41px;
  }
  .codetax .know-more .free-registration .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .codetax .know-more .free-registration .content p {
    font-size: 16px;
  }
  .codetax .know-more .free-registration .content .free-registration-button {
    font-size: 32px;
  }
  .codetax .know-more .faq h2 {
    font-size: 28px;
  }
  .codetax .know-more .faq .combo-text {
    font-size: 20px;
  }
  .codetax .know-more .faq .free-test-button {
    width: 230px;
    padding: 5px 30px;
    font-size: 20px;
    line-height: 25px;
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-Regular";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Regular.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-Bold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Bold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-Medium";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-Medium.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "Drystick-ExtraBold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/drystick/Drystick-ExtraBold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-LightItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-LightItalic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Light";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Light.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Regular";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Regular.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Medium";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Medium.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-MediumItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-MediumItalic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-SemiBold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-SemiBold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Bold";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Bold.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-Italic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-Italic.ttf") format("truetype");
  }
}
@font-face {
  .codetax {
    font-family: "IBMPlexSans-SemiBoldItalic";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/ibm/IBMPlexSans-SemiBoldItalic.ttf") format("truetype");
  }
}
.codetax .modal-submit {
  border: solid 3px #1aa853;
  border-radius: 5px;
  background-color: #f5f5f5;
  width: 400px;
}
.codetax .modal-submit div {
  outline: none;
}
.codetax .modal-submit .line-bottom {
  border-bottom: solid 1px #2d2d2d;
}
.codetax .modal-submit h2 {
  font-family: "IBMPlexSans-Bold";
  color: #1aa853;
  font-size: 25px;
}
.codetax .modal-submit ul {
  list-style-type: none;
  border: none;
  outline: none;
}
.codetax .modal-submit ul li {
  font-family: "IBMPlexSans-Regular";
  font-size: 20px;
  color: #2d2d2d;
}
.codetax .modal-submit .btn-confirm {
  font-family: "Drystick-Bold";
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #1aa853;
  color: #ffffff;
}
.codetax .info-modal .modal-content {
  border-radius: 0px;
}
.codetax .info-modal .modal-dialog {
  margin: 20% auto !important;
}
.codetax .info-modal .title {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #A6A6A6;
  font-family: "IBMPlexSans-Medium";
}
.codetax .info-modal .message {
  font-size: 18px;
  text-align: center;
  color: #6E6E6E;
  font-family: "IBMPlexSans-Regular";
}
.codetax .info-modal .buttons {
  text-align: center;
  margin-top: 30px;
}
.codetax .info-modal .buttons button {
  border: none;
  width: 125px;
  font-size: 16px;
  border-radius: 2px;
  padding: 10px 30px;
  color: #ffffff;
}
.codetax .info-modal .buttons button.cancel {
  margin-right: 30px;
  color: #60A858;
  border: 2px solid #60A858;
  background-color: #ffffff;
}
.codetax .info-modal .buttons button.ok, .codetax .info-modal .buttons button.save {
  background-color: #60A858;
  border: 2px solid #60A858;
}
.codetax .info-modal .buttons button.ok.warning, .codetax .info-modal .buttons button.save.warning {
  background-color: #FF1800;
  border: 2px solid #FF1800;
}
.codetax .confirm-modal .modal-content {
  border-radius: 0px;
}
.codetax .confirm-modal .modal-dialog {
  margin: 20% auto !important;
}
.codetax .confirm-modal .title {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #A6A6A6;
  font-family: "IBMPlexSans-Medium";
}
.codetax .confirm-modal .message {
  font-size: 18px;
  text-align: center;
  color: #6E6E6E;
  font-family: "IBMPlexSans-Regular";
}
.codetax .confirm-modal .buttons {
  text-align: center;
  margin-top: 30px;
}
.codetax .confirm-modal .buttons button {
  border: none;
  width: 125px;
  font-size: 16px;
  border-radius: 2px;
  padding: 10px 30px;
  color: #ffffff;
}
.codetax .confirm-modal .buttons button.cancel {
  margin-right: 30px;
  color: #60A858;
  border: 2px solid #60A858;
  background-color: #ffffff;
}
.codetax .confirm-modal .buttons button.save {
  background-color: #60A858;
  border: 2px solid #60A858;
}
.codetax .confirm-modal .buttons button.save.warning {
  background-color: #FF1800;
  border: 2px solid #FF1800;
}
.codetax .modal-common {
  color: #A3A3A3;
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.codetax .modal-common .modal-content {
  border-radius: 0px;
}
.codetax .modal-common .modal-dialog {
  margin: 20% auto !important;
}
.codetax .modal-common .title {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #A6A6A6;
  font-family: "IBMPlexSans-Medium";
}
.codetax .modal-common .message {
  font-size: 18px;
  text-align: center;
  color: #6E6E6E;
  font-family: "IBMPlexSans-Regular";
}
.codetax .modal-common .buttons {
  text-align: center;
  margin-top: 30px;
}
.codetax .modal-common .buttons button {
  border: none;
  width: 125px;
  font-size: 16px;
  border-radius: 2px;
  padding: 10px 30px;
  color: #ffffff;
}
.codetax .modal-common .buttons button.cancel {
  margin-right: 30px;
  color: #60A858;
  border: 2px solid #60A858;
  background-color: #ffffff;
}
.codetax .modal-common .buttons button.ok, .codetax .modal-common .buttons button.save {
  background-color: #60A858;
  border: 2px solid #60A858;
}
.codetax .modal-common .buttons button.ok.warning, .codetax .modal-common .buttons button.save.warning {
  background-color: #FF1800;
  border: 2px solid #FF1800;
}
.codetax .modal-common label {
  display: block;
  color: #A3A3A3;
}
.codetax .modal-common .form-input {
  color: #A3A3A3;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.codetax .modal-common .checkbox-patern {
  top: 1px;
  left: 0px;
  display: inline-flex;
  position: relative;
  padding-left: 24px;
  margin: 10px 10px 10px 0px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
}
.codetax .modal-common .checkbox-patern label {
  vertical-align: middle;
  line-height: 25px;
}
.codetax .modal-common .checkbox-patern input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.codetax .modal-common .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #F4F7F5;
  border: solid #A3A3A3;
  border-radius: 6px;
}
.codetax .modal-common .checkbox-patern:hover input ~ .checkmark {
  background-color: #ccc;
}
.codetax .modal-common .checkbox-patern input:checked ~ .checkmark {
  background-color: #F4F7F5;
  border: solid #A3A3A3;
  border-radius: 6px;
}
.codetax .modal-common .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.codetax .modal-common .checkbox-patern input:checked ~ .checkmark:after {
  display: block;
}
.codetax .modal-common .checkbox-patern .checkmark:after {
  left: 4px;
  top: -2px;
  width: 9px;
  height: 16px;
  border: solid #26C36D;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.codetax .modal-backdrop.in {
  opacity: 0.3;
}

/*# sourceMappingURL=codetax.css.map */
