.hideField {
  display: none;
}
.help-block {
  margin-bottom: 0;
}
.table > tbody > tr > td {
  white-space: nowrap !important;
}
.custom-delete-button {
  margin: 0 !important;
}
.ng-table th {
  text-align: left;
  /*background-color:@brand-primary;
color:#fff;*/
  background-color: #e5e5e5;
  color: #000;
  font-weight: 700;
}
.table > thead > tr > th {
  border: 0;
}
.ng-table th.sortable.sort-asc,
.ng-table th.sortable.sort-desc {
  background-color: #BBDEFB;
  text-shadow: none;
}
.filter {
  background-color: #ffffff !important;
}
.ng-table {
  padding: 10px;
}
.ng-table-pager {
  height: 45px;
  padding: 5px 5px 0 5px;
  margin-top: -15px;
  background-color: #e5e5e5;
}
.pagination {
  margin: 0;
  color: #17689d;
  background-color: #fff;
  border-color: #ccc;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  /*color:#fff;
    background-color:darken(@brand-primary, 5%);
    border-color:darken(@brand-primary, 5%);*/
  color: #17689d;
  background-color: #f2f2f2;
  border-color: #bfbfbf;
  webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.pagination > li > a,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #17689d;
}
.ng-table.pagination {
  color: #17689d;
}
.table > tbody > tr.active > td {
  background-color: #5bc0de;
  border-color: #28a1c5;
}
.table > tbody > tr.danger.active > td {
  background-color: #fdf7f7;
  border-color: #f4cecd;
}
.table > tbody > tr.danger > td {
  border: 1px solid #ffffff;
}
.table > tbody > tr.success.active > td {
  background-color: #a3d7a3;
  border-color: #80c780;
}
/* MasterData Table*/
.master-table > tbody + tbody {
  border-top: 0 !important;
}
.master-table > thead > tr > th,
.master-table > tbody > tr > th {
  text-align: center;
  border: 1px solid #ddd !important;
}
.master-table > tbody > tr > th,
.master-table > thead > tr > td,
.master-table > thead > tr > th {
  line-height: 35px;
}
.master-table > tbody > tr > td,
.master-table > tbody > tr > th,
.master-table > tfoot > tr > td,
.master-table > tfoot > tr > th,
.master-table > thead > tr > td,
.master-table > thead > tr > th {
  vertical-align: top;
  border: 1px solid #ddd;
  white-space: nowrap;
  width: 250px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
/* Journal Table*/
.journal-table > tbody + tbody {
  border-top: 0 !important;
}
.journal-table > thead > tr > th,
.journal-table > tbody > tr > th {
  text-align: center;
}
.journal-table > tbody > tr > th,
.journal-table > thead > tr > td,
.journal-table > thead > tr > th {
  line-height: 35px;
}
.journal-table > tbody > tr > td,
.journal-table > tbody > tr > th,
.journal-table > tfoot > tr > td,
.journal-table > tfoot > tr > th,
.journal-table > thead > tr > td,
.journal-table > thead > tr > th {
  vertical-align: top;
  border: 1px solid #ddd;
  white-space: nowrap;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Digital Postbox Table*/
.digipost-table > tbody + tbody {
  border-top: 0 !important;
}
.digipost-table > thead > tr > th {
  white-space: nowrap;
  text-align: center;
}
.digipost-table > tbody > tr > th,
.digipost-table > thead > tr > td,
.digipost-table > thead > tr > th {
  line-height: 35px;
}
.digipost-table > tbody > tr > td,
.digipost-table > tbody > tr > th,
.digipost-table > tfoot > tr > td,
.digipost-table > tfoot > tr > th,
.digipost-table > thead > tr > td,
.digipost-table > thead > tr > th {
  vertical-align: top;
  border: 1px solid #ddd;
  white-space: nowrap;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table > tbody > tr > td {
  vertical-align: top;
  border: 1px solid #ccc;
  white-space: nowrap !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.cell-padding-left {
  padding-left: 5px!important;
}
.cell-padding-right {
  padding-right: 5px!important;
}
.sent-status {
  background-color: #008181;
}
.sent-ready {
  background-color: #ff8002;
}
.sent-inprogress {
  background-color: #FFFF00;
}
.sent-verified {
  background-color: #00B359;
}
.sent-received {
  background-color: #00A2E8;
}
.sent-exported {
  background-color: #008100;
}
.flex {
  display: flex;
}
.flex-inline {
  display: inline-flex;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink-1 {
  flex-shrink: 1;
}
.flex-basis-auto {
  flex-basis: auto;
}
.flex-basis-0 {
  flex-basis: 0;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: 0 0 auto;
}
.align-self-auto {
  align-self: auto;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.align-self-baseline {
  align-self: baseline;
}
.align-self-stretch {
  align-self: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-center {
  align-content: center;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.content-stretch {
  align-content: stretch;
}
.gap-0 {
  gap: 0;
}
.gap-sm {
  gap: 8px;
}
.gap-md {
  gap: 16px;
}
.gap-lg {
  gap: 24px;
}
.gap-xl {
  gap: 32px;
}
.row-gap-0 {
  row-gap: 0;
}
.row-gap-sm {
  row-gap: 8px;
}
.row-gap-md {
  row-gap: 16px;
}
.row-gap-lg {
  row-gap: 24px;
}
.row-gap-xl {
  row-gap: 32px;
}
.column-gap-0 {
  column-gap: 0;
}
.column-gap-sm {
  column-gap: 8px;
}
.column-gap-md {
  column-gap: 16px;
}
.column-gap-lg {
  column-gap: 24px;
}
.column-gap-xl {
  column-gap: 32px;
}
.m-0 {
  margin: 0 0 0 0;
}
.m-1 {
  margin: 5px 5px 5px 5px;
}
.m-2 {
  margin: 10px 10px 10px 10px;
}
.m-3 {
  margin: 15px 15px 15px 15px;
}
.m-4 {
  margin: 20px 20px 20px 20px;
}
.m-5 {
  margin: 25px 25px 25px 25px;
}
.mt-0 {
  margin: 0 auto auto auto;
}
.mt-1 {
  margin: 5px auto auto auto;
}
.mt-2 {
  margin: 10px auto auto auto;
}
.mt-3 {
  margin: 15px auto auto auto;
}
.mt-4 {
  margin: 20px auto auto auto;
}
.mt-5 {
  margin: 25px auto auto auto;
}
.mb-0 {
  margin: auto auto 0 auto;
}
.mb-1 {
  margin: auto auto 5px auto;
}
.mb-2 {
  margin: auto auto 10px auto;
}
.mb-3 {
  margin: auto auto 15px auto;
}
.mb-4 {
  margin: auto auto 20px auto;
}
.mb-5 {
  margin: auto auto 25px auto;
}
.ml-0 {
  margin: auto auto auto 0;
}
.ml-1 {
  margin: auto auto auto 5px;
}
.ml-2 {
  margin: auto auto auto 10px;
}
.ml-3 {
  margin: auto auto auto 15px;
}
.ml-4 {
  margin: auto auto auto 20px;
}
.ml-5 {
  margin: auto auto auto 25px;
}
.mr-0 {
  margin: auto 0 auto auto;
}
.mr-1 {
  margin: auto 5px auto auto;
}
.mr-2 {
  margin: auto 10px auto auto;
}
.mr-3 {
  margin: auto 15px auto auto;
}
.mr-4 {
  margin: auto 20px auto auto;
}
.mr-5 {
  margin: auto 25px auto auto;
}
.p-0 {
  padding: 0 0 0 0;
}
.p-1 {
  padding: 5px 5px 5px 5px;
}
.p-2 {
  padding: 10px 10px 10px 10px;
}
.p-3 {
  padding: 15px 15px 15px 15px;
}
.p-4 {
  padding: 20px 20px 20px 20px;
}
.p-5 {
  padding: 25px 25px 25px 25px;
}
.pt-0 {
  padding: 0 auto auto auto;
}
.pt-1 {
  padding: 5px auto auto auto;
}
.pt-2 {
  padding: 10px auto auto auto;
}
.pt-3 {
  padding: 15px auto auto auto;
}
.pt-4 {
  padding: 20px auto auto auto;
}
.pt-5 {
  padding: 25px auto auto auto;
}
.pb-0 {
  padding: auto auto 0 auto;
}
.pb-1 {
  padding: auto auto 5px auto;
}
.pb-2 {
  padding: auto auto 10px auto;
}
.pb-3 {
  padding: auto auto 15px auto;
}
.pb-4 {
  padding: auto auto 20px auto;
}
.pb-5 {
  padding: auto auto 25px auto;
}
.pl-0 {
  padding: auto auto auto 0;
}
.pl-1 {
  padding: auto auto auto 5px;
}
.pl-2 {
  padding: auto auto auto 10px;
}
.pl-3 {
  padding: auto auto auto 15px;
}
.pl-4 {
  padding: auto auto auto 20px;
}
.pl-5 {
  padding: auto auto auto 25px;
}
.pr-0 {
  padding: auto 0 auto auto;
}
.pr-1 {
  padding: auto 5px auto auto;
}
.pr-2 {
  padding: auto 10px auto auto;
}
.pr-3 {
  padding: auto 15px auto auto;
}
.pr-4 {
  padding: auto 20px auto auto;
}
.pr-5 {
  padding: auto 25px auto auto;
}
/* FORM WIZARD */
/*======================================*/
.wz-panel {
  border: 0;
  border-radius: 3px;
  box-shadow: none !important;
  margin-bottom: 0;
}
.wz-panel .progress {
  height: 12px;
  margin-bottom: 15px;
  border-radius: 3px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.wz-panel .progress-bar {
  font-size: 10px;
  line-height: 1.05em;
  background-color: #25476a;
  box-shadow: none;
}
.wz-panel .progress-bar-dark {
  background-color: #3a444e;
}
.wz-panel .progress-xs {
  height: 2px;
  margin-bottom: 10px;
}
.wz-panel .progress-xs .progress-bar {
  font-size: 0;
  line-height: 2px;
}
.wz-panel .wz-blur {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wz-panel .panel-heading,
.wz-panel > :first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.wz-panel .panel-body {
  padding: 15px 20px 25px;
  position: relative;
}
.wz-panel .panel-footer {
  background-color: #fdfdfe;
  color: #7a878e;
  border-color: rgba(0, 0, 0, 0.02);
  position: relative;
}
.wz-panel .panel-footer.btn-footer {
  display: grid;
  grid-template-areas: "left middle right";
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}
.wz-panel .panel-footer,
.wz-panel > :last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.wz-panel [class^="icon-"],
.wz-panel .icon {
  background: none;
  text-indent: initial;
}
.wz-panel .box-inline {
  display: inline-block;
}
.wz-panel .box-inline-left {
  grid-area: left;
}
.wz-panel .box-inline-middle {
  grid-area: middle;
}
.wz-panel .box-inline-right {
  grid-area: right;
}
.wz-panel .btn {
  padding: 6px 12px;
  border-radius: 3px;
  border: 1px solid transparent;
  font-size: 13px;
  line-height: 1.475;
  vertical-align: middle;
  transition: all 0.25s;
}
.wz-panel .btn.ui-select-toggle {
  border: 1px solid #ccc;
}
.wz-panel .btn-info {
  background-color: #17689d;
  border-color: #145987 !important;
  color: #fff;
}
.wz-panel .btn:hover,
.wz-panel .btn:focus {
  outline: 0 !important;
}
.wz-panel .bg-info {
  color: #fff;
  background-color: #004d74;
}
.wz-panel .bg-info a,
.wz-panel .bg-info a:hover,
.wz-panel .bg-info a:focus {
  color: #fff;
}
.wz-panel .bg-dark {
  color: #fff;
  background-color: #032437;
}
.wz-panel .bg-dark a {
  color: #fff;
}
.wz-panel .icon-wrap {
  display: inline-block;
  padding: 10px;
  border-radius: 2px;
}
.wz-panel .icon-wrap-xs {
  padding: 7px;
}
.wz-panel .icon-wrap .icon-txt {
  display: block;
  line-height: 1em;
  text-align: center;
  position: relative;
  width: 1em;
  vertical-align: top;
}
.wz-panel .icon-wrap i {
  display: block;
  line-height: 1em;
  text-align: center;
  position: relative;
  width: 1em;
  padding-top: 1em;
  vertical-align: middle;
}
.wz-panel .icon-wrap i:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.wz-panel .icon-circle {
  border-radius: 50%;
}
.wz-panel .mar-ver {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wz-panel .text-lg {
  line-height: 1.25;
  font-size: 1.2em;
}
.wz-panel .text-bold {
  font-weight: 700;
}
.wz-panel .text-semibold {
  font-weight: 600;
}
.wz-panel .box-block {
  display: block;
}
.wz-panel [class^="col-"]:not(.pad-no) {
  padding-left: 10px;
  padding-right: 10px;
}
.wz-nav-off > li a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
  cursor: default !important;
}
.wz-icon-inline li > a .icon-wrap {
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: inherit;
}
.wz-icon-bw li > a .icon-wrap,
.wz-icon-bw li > a p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.wz-icon-bw li.active ~ li > a .icon-wrap {
  color: #7a878e;
  background-color: rgba(0, 0, 0, 0.17);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.wz-icon-bw li:not(.active) > a p {
  color: #7a878e !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.wz-heading {
  position: relative;
}
.wz-heading .progress {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background-color: transparent;
}
.wz-heading.wz-w-label .progress {
  margin-top: -0.5em;
}
.wz-steps {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  display: block;
  position: relative;
}
.wz-steps:after {
  content: '';
  display: table;
  clear: both;
}
.wz-steps li {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.wz-steps li > a {
  color: inherit;
  display: block;
  text-align: center;
  padding: 0;
}
.wz-steps li > a .icon-wrap {
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.wz-steps li > a:hover,
.wz-steps li > a:focus {
  text-decoration: none;
  color: #6e7a81;
  outline: 0 !important;
}
.wz-steps li .wz-desc {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.wz-steps li:not(.active) .wz-icon {
  display: none;
}
.wz-steps .active ~ li {
  color: inherit;
}
.wz-steps .active ~ li a {
  opacity: 0.5;
}
.wz-steps .active ~ li .wz-icon {
  display: inline-block;
}
.wz-steps .active .wz-icon-done,
.wz-steps .active ~ li .wz-icon-done {
  display: none;
}
.wz-steps .active .wz-desc {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.help-block {
  margin-bottom: 0;
}
.wz-panel--ubn .btn-xs {
  padding: 1px 5px;
}
.wz-panel--ubn .table > tbody > tr > td {
  vertical-align: baseline;
}
.wz-panel--ubn .table > thead > tr > th {
  line-height: 15px;
}
.company-wizard {
  background-color: #eee;
  padding: 50px 20px;
}
@media (min-width: 768px) {
  .company-wizard .container {
    width: 800px;
  }
}
.company-wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
  display: flex;
  justify-content: center;
  column-gap: 10rem;
}
.company-wizard .nav-tabs > li {
  display: flex;
}
.company-wizard .nav-tabs > li span {
  width: 40px;
  height: 40px;
  margin: 20px auto;
  border-radius: 50%;
  line-height: calc(40px - 2px);
  background: #fff;
  border: 2px solid #e0e0e0;
  text-align: center;
  font-size: 16px;
}
.company-wizard .nav-tabs > li.active span.round-tab {
  background: #5bc0de;
  border-color: #5bc0de;
}
.company-wizard .nav-tabs > li.active span.round-tab i {
  color: #fff;
}
.company-wizard .nav-tabs > li.active a,
.company-wizard .nav-tabs > li.active a:hover,
.company-wizard .nav-tabs > li.active a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}
.company-wizard .wizard-inner {
  position: relative;
}
.company-wizard .connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 50%;
}
.company-wizard .tab-pane {
  position: relative;
}
.company-wizard .form-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #fff;
  padding: 2rem;
  border-radius: 3px;
}
.company-wizard h3 {
  margin-top: 0;
}
.company-wizard h6 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 1rem;
}
.company-wizard label {
  font-weight: normal;
}
/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.sk-wave .sk-rect {
  background-color: #177bbb;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect1 {
  animation-delay: -1.2s;
}
.sk-wave .sk-rect2 {
  animation-delay: -1.1s;
}
.sk-wave .sk-rect3 {
  animation-delay: -1s;
}
.sk-wave .sk-rect4 {
  animation-delay: -0.9s;
}
.sk-wave .sk-rect5 {
  animation-delay: -0.8s;
}
@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.flex {
  display: flex;
}
.flex-inline {
  display: inline-flex;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink-1 {
  flex-shrink: 1;
}
.flex-basis-auto {
  flex-basis: auto;
}
.flex-basis-0 {
  flex-basis: 0;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: 0 0 auto;
}
.align-self-auto {
  align-self: auto;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.align-self-baseline {
  align-self: baseline;
}
.align-self-stretch {
  align-self: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-center {
  align-content: center;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.content-stretch {
  align-content: stretch;
}
.gap-0 {
  gap: 0;
}
.gap-sm {
  gap: 8px;
}
.gap-md {
  gap: 16px;
}
.gap-lg {
  gap: 24px;
}
.gap-xl {
  gap: 32px;
}
.row-gap-0 {
  row-gap: 0;
}
.row-gap-sm {
  row-gap: 8px;
}
.row-gap-md {
  row-gap: 16px;
}
.row-gap-lg {
  row-gap: 24px;
}
.row-gap-xl {
  row-gap: 32px;
}
.column-gap-0 {
  column-gap: 0;
}
.column-gap-sm {
  column-gap: 8px;
}
.column-gap-md {
  column-gap: 16px;
}
.column-gap-lg {
  column-gap: 24px;
}
.column-gap-xl {
  column-gap: 32px;
}
.m-0 {
  margin: 0 0 0 0;
}
.m-1 {
  margin: 5px 5px 5px 5px;
}
.m-2 {
  margin: 10px 10px 10px 10px;
}
.m-3 {
  margin: 15px 15px 15px 15px;
}
.m-4 {
  margin: 20px 20px 20px 20px;
}
.m-5 {
  margin: 25px 25px 25px 25px;
}
.mt-0 {
  margin: 0 auto auto auto;
}
.mt-1 {
  margin: 5px auto auto auto;
}
.mt-2 {
  margin: 10px auto auto auto;
}
.mt-3 {
  margin: 15px auto auto auto;
}
.mt-4 {
  margin: 20px auto auto auto;
}
.mt-5 {
  margin: 25px auto auto auto;
}
.mb-0 {
  margin: auto auto 0 auto;
}
.mb-1 {
  margin: auto auto 5px auto;
}
.mb-2 {
  margin: auto auto 10px auto;
}
.mb-3 {
  margin: auto auto 15px auto;
}
.mb-4 {
  margin: auto auto 20px auto;
}
.mb-5 {
  margin: auto auto 25px auto;
}
.ml-0 {
  margin: auto auto auto 0;
}
.ml-1 {
  margin: auto auto auto 5px;
}
.ml-2 {
  margin: auto auto auto 10px;
}
.ml-3 {
  margin: auto auto auto 15px;
}
.ml-4 {
  margin: auto auto auto 20px;
}
.ml-5 {
  margin: auto auto auto 25px;
}
.mr-0 {
  margin: auto 0 auto auto;
}
.mr-1 {
  margin: auto 5px auto auto;
}
.mr-2 {
  margin: auto 10px auto auto;
}
.mr-3 {
  margin: auto 15px auto auto;
}
.mr-4 {
  margin: auto 20px auto auto;
}
.mr-5 {
  margin: auto 25px auto auto;
}
.p-0 {
  padding: 0 0 0 0;
}
.p-1 {
  padding: 5px 5px 5px 5px;
}
.p-2 {
  padding: 10px 10px 10px 10px;
}
.p-3 {
  padding: 15px 15px 15px 15px;
}
.p-4 {
  padding: 20px 20px 20px 20px;
}
.p-5 {
  padding: 25px 25px 25px 25px;
}
.pt-0 {
  padding: 0 auto auto auto;
}
.pt-1 {
  padding: 5px auto auto auto;
}
.pt-2 {
  padding: 10px auto auto auto;
}
.pt-3 {
  padding: 15px auto auto auto;
}
.pt-4 {
  padding: 20px auto auto auto;
}
.pt-5 {
  padding: 25px auto auto auto;
}
.pb-0 {
  padding: auto auto 0 auto;
}
.pb-1 {
  padding: auto auto 5px auto;
}
.pb-2 {
  padding: auto auto 10px auto;
}
.pb-3 {
  padding: auto auto 15px auto;
}
.pb-4 {
  padding: auto auto 20px auto;
}
.pb-5 {
  padding: auto auto 25px auto;
}
.pl-0 {
  padding: auto auto auto 0;
}
.pl-1 {
  padding: auto auto auto 5px;
}
.pl-2 {
  padding: auto auto auto 10px;
}
.pl-3 {
  padding: auto auto auto 15px;
}
.pl-4 {
  padding: auto auto auto 20px;
}
.pl-5 {
  padding: auto auto auto 25px;
}
.pr-0 {
  padding: auto 0 auto auto;
}
.pr-1 {
  padding: auto 5px auto auto;
}
.pr-2 {
  padding: auto 10px auto auto;
}
.pr-3 {
  padding: auto 15px auto auto;
}
.pr-4 {
  padding: auto 20px auto auto;
}
.pr-5 {
  padding: auto 25px auto auto;
}
