@font-face {
  font-family: "avenir roman";
  src: url("/assets/fonts/avenir/avenir-roman-opentype_bigfontsite.com.otf");
}
@font-face {
  font-family: "avenir heavy";
  src: url("/assets/fonts/avenir/Avenir_Heavy.ttf");
}
.loader-content {
  display: none;
}

.loader-overlay {
  display: none;
}

body {
  text-decoration: none;
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 100vh;
  font-family: "avenir roman";
  background: #F5F5F5;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "avenir heavy";
  color: #272727;
}

table,
th,
tr,
td {
  border: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.wrapper {
  display: flex;
  flex-direction: row;
}

.sidebar {
  background: #FFFFFF;
  width: 250px;
  height: auto;
  min-height: 100vh;
  position: fixed;
}

.content {
  position: relative;
  left: 260px;
  margin: 10px 40px;
  width: 75%;
  height: auto;
  min-height: 100vh;
}
.content h1 {
  font-size: 32px;
  line-height: 51px;
}

.menu-bars {
  float: right;
  left: 0;
  display: none;
}
.menu-bars .fa-bars {
  font-size: 30px;
}

.box-logo {
  padding: 10px 10px;
  margin: 10px 10px;
}
.box-logo .img-logo {
  width: 50px;
  height: 50px;
}
.box-logo .logo-text {
  position: relative;
  color: #272727;
  top: 10px;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "avenir heavy";
}

.box-company {
  position: relative;
  padding: 10px 10px;
  margin: 5px 10px;
  border: 1px solid #F5F5F5;
  border-radius: 6px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
.box-company .text-company {
  font-family: "avenir roman";
  font-size: 14px;
  color: #272727;
}
.box-company .text-company .text-status {
  font-family: "avenir roman";
  font-size: 12px;
  font-weight: 500;
  color: #A5A5A5;
}
.box-company .angle-up {
  position: relative;
  bottom: 10px;
  left: 13px;
}

.box-company-list {
  margin: 0px 10px;
  position: absolute;
  z-index: 1;
  border: 1px solid #F5F5F5;
  border-radius: 6px;
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  display: none;
  width: 230px;
}
.box-company-list ul {
  width: 100%;
}
.box-company-list ul li {
  padding-bottom: 20px;
  list-style: none;
  right: 10px;
  position: relative;
}
.box-company-list ul li .company-name {
  font-family: "avenir roman";
  color: #272727;
  font-size: 14px;
}
.box-company-list ul li .company-toggle {
  float: right;
}

.link-add-category {
  font-family: "avenir heavy";
  font-size: 14px;
  color: #0566DC;
  line-height: 22px;
  position: relative;
  right: 10px;
}
.link-add-category a {
  text-decoration: none;
}
.link-add-category a:hover {
  text-decoration: none;
}
.link-add-category:hover {
  text-decoration: none;
}

.box-nav {
  margin: 12px 12px;
}
.box-nav ul {
  padding: 0px;
  margin: 0px;
}
.box-nav ul li {
  list-style: none;
  border-radius: 6px;
  margin: 12px 0px;
  padding: 12px 12px;
}
.box-nav ul li a {
  text-decoration: none;
  color: #6D6D6D;
}
.box-nav ul li a:hover {
  color: #0566DC;
  background: rgba(5, 102, 220, 0.1);
}
.box-nav ul li a:hover .box-name-sidebar {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.box-nav ul li a:hover .box-name-sidebar .box-icon {
  margin: 0 12px;
  width: 16px;
  height: 16px;
}
.box-nav ul li a:hover .box-name-sidebar .box-icon .icon-dashboard {
  background: url("../img/icons/active/dashboard.png") no-repeat;
  padding: 0px 16px;
}
.box-nav ul li a:hover .box-name-sidebar .box-icon .icon-billing {
  background: url("../img/icons/active/billing.png") no-repeat;
  padding: 0px 16px;
}
.box-nav ul li a:hover .box-name-sidebar .box-icon .icon-account-mapping {
  background: url("../img/icons/active/account-mapping.png") no-repeat;
  padding: 0px 16px;
}
.box-nav ul li a:hover .box-name-sidebar .box-icon .icon-connections {
  background: url("../img/icons/active/connections.png") no-repeat;
  padding: 0px 16px;
}
.box-nav ul li a:hover .box-name-sidebar .box-icon .icon-datafeed {
  background: url("../img/icons/active/datafeed.png") no-repeat;
  padding: 0px 16px;
}
.box-nav ul li a:hover .box-name-sidebar .box-icon .icon-faq {
  background: url("../img/icons/active/info.png") no-repeat;
  padding: 0px 16px;
}
.box-nav ul li a:hover .box-name-sidebar .text-sidebar {
  font-family: "avenir heavy";
  font-size: 16px;
  line-height: 25px;
}
.box-nav ul li .box-name-sidebar {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.box-nav ul li .box-name-sidebar .box-icon {
  margin: 0 12px;
  width: 16px;
  height: 16px;
}
.box-nav ul li .box-name-sidebar .box-icon .icon-dashboard {
  background: url("../img/icons/dashboard.png") no-repeat;
  padding: 0px 16px;
}
.box-nav ul li .box-name-sidebar .box-icon .icon-billing {
  background: url("../img/icons/billing.png") no-repeat;
  padding: 0px 16px;
}
.box-nav ul li .box-name-sidebar .box-icon .icon-account-mapping {
  background: url("../img/icons/account-mapping.png") no-repeat;
  padding: 0px 16px;
}
.box-nav ul li .box-name-sidebar .box-icon .icon-connections {
  background: url("../img/icons/connections.png") no-repeat;
  padding: 0px 16px;
}
.box-nav ul li .box-name-sidebar .box-icon .icon-datafeed {
  background: url("../img/icons/datafeed.png") no-repeat;
  padding: 0px 16px;
}
.box-nav ul li .box-name-sidebar .box-icon .icon-faq {
  background: url("../img/icons/info.png") no-repeat;
  padding: 0px 16px;
}
.box-nav ul li .box-name-sidebar .text-sidebar {
  font-family: "avenir heavy";
  font-size: 16px;
  line-height: 25px;
}
.box-nav ul li h4 {
  margin: 0px 0px;
}
.box-nav ul li:hover {
  color: #0566DC;
  background: rgba(5, 102, 220, 0.1);
  cursor: pointer;
}
.box-nav ul li:hover .box-name-sidebar .box-icon .icon-dashboard {
  background: url("../img/icons/active/dashboard.png") no-repeat;
  padding: 0px 16px;
}
.box-nav ul li:hover .box-name-sidebar .box-icon .icon-billing {
  background: url("../img/icons/active/billing.png") no-repeat;
  padding: 0px 16px;
}
.box-nav ul li:hover .box-name-sidebar .box-icon .icon-account-mapping {
  background: url("../img/icons/active/account-mapping.png") no-repeat;
  padding: 0px 16px;
}
.box-nav ul li:hover .box-name-sidebar .box-icon .icon-connections {
  background: url("../img/icons/active/connections.png") no-repeat;
  padding: 0px 16px;
}
.box-nav ul li:hover .box-name-sidebar .box-icon .icon-datafeed {
  background: url("../img/icons/active/datafeed.png") no-repeat;
  padding: 0px 16px;
}
.box-nav ul li:hover .box-name-sidebar .box-icon .icon-faq {
  background: url("../img/icons/active/info.png") no-repeat;
  padding: 0px 16px;
}
.box-nav ul li:hover .box-name-sidebar .text-sidebar {
  font-family: "avenir heavy";
  font-size: 16px;
  line-height: 25px;
}

.menu-list.active {
  background: #F5F5F5;
}
.menu-list.active a {
  color: #6D6D6D;
}

.logo-connection {
  width: 44px;
  height: 44px;
}

.box-connection {
  display: flex;
  flex-direction: row;
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 10px 20px;
  align-items: center;
}
.box-connection .text-qb {
  padding-left: 20px;
  flex-grow: 1;
  font-family: "avenir heavy";
  font-size: 20px;
  color: #272727;
  bottom: 5px;
  position: relative;
}
.box-connection .text-connected {
  flex-grow: 1;
  font-weight: 500;
  font-size: 16px;
  color: #272727;
}
.box-connection .text-last-payment {
  font-weight: 500;
  font-size: 16px;
  color: #272727;
}
.box-connection .text-dc-account {
  padding-right: 10px;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.box-connection .text-dc-account a {
  font-family: "avenir heavy";
  font-size: 14px;
  color: #6D6D6D;
  text-decoration: none;
}

.box-logout {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  position: absolute;
  bottom: 30px;
}
.box-logout .icon-logout {
  background: url("./../img/icons/logout.png") no-repeat 0% 50%;
  padding: 13px;
}
.box-logout a {
  font-family: "avenir heavy";
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}

.box-transactions {
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  margin: 15px 0px;
  padding: 0px 0px;
}

.content-transactions {
  display: flex;
  flex-direction: row;
  display: flex;
  align-items: center;
  margin: 10px 20px;
  width: 100%;
}
.content-transactions .logo-type {
  flex: 1;
  width: 44px;
  height: 44px;
}
.content-transactions .type-transactions {
  flex: 1;
  font-family: "avenir heavy";
  font-size: 20px;
  line-height: 32px;
  color: #272727;
  position: relative;
  left: 20px;
  bottom: 5px;
}
.content-transactions .status-account {
  background: rgba(249, 184, 38, 0.1);
  color: #F9B826;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  position: relative;
  float: right;
  right: 45px;
  align-items: center;
  text-align: center;
  padding: 10px 35px;
}
.content-transactions .status-account a {
  color: #F9B826;
  text-decoration: none;
}
.content-transactions .status-account:hover {
  text-decoration: none;
}
.content-transactions .connect-account {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  position: relative;
  float: right;
  right: 45px;
  align-items: center;
  text-align: center;
  width: 148px;
  height: 38px;
  padding-top: 8px;
  border-radius: 6px;
}
.content-transactions .connect-account a {
  color: #FFFFFF;
  text-decoration: none;
}
.content-transactions .connect-account:hover {
  text-decoration: none;
}

.detail-transactions {
  padding: 10px 20px;
}
.detail-transactions table {
  width: 100%;
}
.detail-transactions th {
  color: #6D6D6D;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 15px;
  position: relative;
}
.detail-transactions td {
  padding: 15px 2px;
  font-family: "avenir heavy";
  font-weight: 850;
  font-size: 14px;
  line-height: 22px;
  color: #272727;
}
.detail-transactions .warning-transactions {
  background: rgba(249, 184, 38, 0.1);
  color: #F9B826;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
}
.detail-transactions .warning-transactions:hover {
  text-decoration: none;
}
.detail-transactions .primary-transactions {
  background: rgba(5, 102, 220, 0.1);
  color: #0566DC;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
}
.detail-transactions .primary-transactions:hover {
  text-decoration: none;
}
.detail-transactions .danger-transactions {
  background: rgba(255, 0, 0, 0.1);
  color: #FF0000;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 12px;
}
.detail-transactions .danger-transactions:hover {
  text-decoration: none;
}
.detail-transactions .disconnect-account {
  position: relative;
  float: right;
  right: 0px;
}
.detail-transactions .disconnect-account a {
  font-family: "avenir heavy";
  font-size: 14px;
  text-decoration: none;
  color: #6D6D6D;
}

.dash {
  padding: 0 0;
  margin: 0 0;
  background: #EDEDED;
  width: 100%;
  height: 1px;
  margin-bottom: 5px;
}

.box-info-connections {
  display: flex;
  flex-direction: row;
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: none;
  border: 2px solid #0566DC;
  justify-content: center;
}
.box-info-connections .details-info-connections {
  flex-grow: 6;
  align-items: center;
}
.box-info-connections .details-info-connections h3 {
  font-family: "avenir heavy";
  font-size: 20px;
  line-height: 32px;
  color: #272727;
}
.box-info-connections .details-info-connections p {
  font-family: "avenir roman";
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.box-info-connections .btn-info {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 25px;
  border-radius: 6px;
  padding: 8px 20px;
  align-self: center;
  text-decoration: none;
}
.box-info-connections .btn-info a {
  color: #FFFFFF;
  text-decoration: none;
}
.box-info-connections .btn-info a:hover {
  text-decoration: none;
}

.modal-content.modal-content {
  width: 420px;
  height: 490px;
}

.modal.fade.modal-contact-us {
  margin-left: 250px;
}

.btn.btn-primary.btn-send-contact {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 25px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-connections-modal {
  margin: 0px;
  padding: 10px 0;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  color: #272727;
}

label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  /* grey */
  color: #6D6D6D;
}

.more-connections-detail-modal {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}

.close.closeContact:hover {
  color: #FFFFFF;
}

.close.close-contact {
  position: relative;
  bottom: 55px;
  left: 20px;
  font-size: 35px;
  color: #FFFFFF;
  opacity: 1;
}

.modal-body {
  bottom: 40px;
}

.form-control {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  /* Grey-2 */
  color: #A5A5A5;
}

textarea.form-control {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  /* Grey-2 */
  color: #A5A5A5;
}

.link-show-all-accounts {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.link-show-all-accounts-text {
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
}
.link-show-all-accounts-text a {
  text-decoration: none;
}
.link-show-all-accounts-text:hover {
  text-decoration: none;
}

.tooltip-info .circle-info {
  width: 23px;
  height: 23px;
  text-align: center;
  padding-bottom: 20px;
  border: 2px solid #A5A5A5;
  border-radius: 100% 100%;
  margin: 0px 5px;
}
.tooltip-info .fa-info {
  font-size: 14px;
  color: #A5A5A5;
}

.webui-popover-content {
  background: #FFFFFF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.webui-popover-content p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #272727;
}
.webui-popover-content a {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 25px;
  color: #0566DC;
  text-decoration: none;
}

.page-billing .box-info-billing {
  display: flex;
  flex-direction: row;
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  background: rgba(5, 102, 220, 0.1);
  border: 2px solid #0566DC;
  justify-content: center;
  margin-bottom: 45px;
}
.page-billing .box-info-billing .desc-info-billing {
  flex-grow: 6;
  align-items: center;
}
.page-billing .box-info-billing .desc-info-billing h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  color: #272727;
}
.page-billing .box-info-billing .desc-info-billing p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.page-billing .box-info-billing .btn-info {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  font-size: 14px;
  line-height: 25px;
  align-self: center;
  text-decoration: none;
  padding: 8px 10px;
}
.page-billing .box-info-billing .btn-info a {
  color: #FFFFFF;
  text-decoration: none;
}
.page-billing .box-info-billing .btn-info a:hover {
  text-decoration: none;
}
.page-billing table {
  width: 100%;
}
.page-billing th {
  padding: 10px;
  padding-left: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
  border-radius: 6px;
}
.page-billing td {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.page-billing .current_subs {
  font-size: 24px;
  line-height: 25px;
  color: #272727;
}
.page-billing .list-billing tr td {
  width: auto;
  height: 50px;
  padding: 20px 20px;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
  background: #FFFFFF;
}
.page-billing .available-packages {
  margin-top: 35px;
  font-size: 24px;
  line-height: 38px;
  color: #272727;
}
.page-billing .box-billing {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 5px;
}
.page-billing .box-billing .type-billing {
  display: flex;
  width: auto;
  height: auto;
  border-radius: 12px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #EDEDED;
}
.page-billing .box-billing .type-billing a {
  padding: 3px 15px;
  margin: 0px 5px;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-billing .box-billing .type-billing a:hover {
  background: #FFFFFF;
  border-radius: 6px;
  color: #0566DC;
}
.page-billing .box-billing .type-billing a:active {
  background: #FFFFFF;
  border-radius: 6px;
}
.page-billing .box-billing .type-billing .active {
  background: #FFFFFF;
  border-radius: 6px;
  color: #0566DC;
}
.page-billing .list-package-billing {
  margin-top: 20px;
  padding-bottom: 50px;
}
.page-billing .list-package-billing .list-package-annual {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.page-billing .list-package-billing .list-package-annual div {
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  width: 100%;
  flex-grow: 1;
  text-align: center;
  justify-content: stretch;
  border-radius: 6px;
  padding: 10px 20px;
  align-items: stretch;
}
.page-billing .list-package-billing .list-package-annual .type-package {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.page-billing .list-package-billing .list-package-annual .price-package {
  font-family: "avenir roman";
  font-weight: 800;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #272727;
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-billing .list-package-billing .list-package-annual .info-package-empty-annual {
  padding-bottom: 32px;
}
.page-billing .list-package-billing .list-package-annual .btn-select-order-package {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  background: rgba(5, 102, 220, 0.1);
  color: #0566DC;
  border-radius: 6px;
  padding: 10px 0;
  text-decoration: none;
}
.page-billing .list-package-billing .list-package-annual .info-package {
  position: relative;
  bottom: 10px;
}
.page-billing .list-package-billing .list-package-annual .info-package p {
  margin: 0px;
  padding: 0px;
}
.page-billing .list-package-billing .list-package-annual .info-package .monthly-billed {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #6D6D6D;
}
.page-billing .list-package-billing .list-package-annual .info-package .save-billed {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #0CBB9A;
}
.page-billing .list-package-billing .list-package-annual .space {
  margin: 0px 20px;
}
.page-billing .list-package-billing .list-package-annual .btn-select-package {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0;
  margin-bottom: 10px;
  text-decoration: none;
}
.page-billing .list-package-billing .list-package-annual ul {
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: left;
}
.page-billing .list-package-billing .list-package-annual ul li {
  list-style-position: outside;
  padding: 10px 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-billing .list-package-billing .list-package-annual ul li .icon {
  font-size: 12px;
  color: #0566DC;
  background: rgba(5, 102, 220, 0.1);
  padding: 5px 5px;
  border-radius: 100% 100%;
}
.page-billing .list-package-billing .list-package-annual ul li .icon-alert {
  font-size: 12px;
  color: #6D6D6D;
  background: #F5F5F5;
  padding: 5px 5px;
  border-radius: 100% 100%;
}
.page-billing .list-package-billing .list-package-annual .col-list-pacakge {
  display: flex;
  flex-direction: column;
  padding: 0px 0px;
  margin: 0px 0px;
}
.page-billing .list-package-billing .list-package-annual .col-list-pacakge .row-list-pacakge {
  display: flex;
  flex-direction: row;
  padding: 0px 0px;
  margin: 10px 0px;
}
.page-billing .list-package-billing .list-package-annual .col-list-pacakge .for-text {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  padding-left: 5px;
}
.page-billing .list-package-billing .list-package-annual .col-list-pacakge .icon {
  font-size: 12px;
  color: #0566DC;
  background: rgba(5, 102, 220, 0.1);
  padding: 5px 5px;
  border-radius: 100% 100%;
}
.page-billing .list-package-billing .list-package-annual .col-list-pacakge .icon-alert {
  font-size: 12px;
  color: #6D6D6D;
  background: #F5F5F5;
  padding: 5px 5px;
  border-radius: 100% 100%;
}
.page-billing .list-package-billing .list-package-monthly {
  display: flex;
  flex-direction: row;
  display: none;
  width: 100%;
}
.page-billing .list-package-billing .list-package-monthly div {
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  width: 100%;
  flex-grow: 1;
  text-align: center;
  justify-content: stretch;
  align-items: stretch;
  border-radius: 6px;
  padding: 10px 20px;
}
.page-billing .list-package-billing .list-package-monthly .type-package {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.page-billing .list-package-billing .list-package-monthly .price-package {
  font-family: "avenir roman";
  font-weight: 800;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #272727;
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-billing .list-package-billing .list-package-monthly .info-package-empty {
  padding-bottom: 53px;
}
.page-billing .list-package-billing .list-package-monthly .info-package {
  position: relative;
  bottom: 10px;
}
.page-billing .list-package-billing .list-package-monthly .info-package p {
  margin: 0px;
  padding: 0px;
}
.page-billing .list-package-billing .list-package-monthly .info-package .monthly-billed {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #6D6D6D;
}
.page-billing .list-package-billing .list-package-monthly .info-package .save-billed {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #0CBB9A;
}
.page-billing .list-package-billing .list-package-monthly .space {
  margin: 0px 20px;
}
.page-billing .list-package-billing .list-package-monthly .btn-select-package {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0;
  text-decoration: none;
}
.page-billing .list-package-billing .list-package-monthly ul {
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: left;
}
.page-billing .list-package-billing .list-package-monthly ul li {
  list-style-position: outside;
  padding: 10px 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-billing .list-package-billing .list-package-monthly ul li .icon {
  font-size: 12px;
  color: #0566DC;
  background: rgba(5, 102, 220, 0.1);
  padding: 5px 5px;
  border-radius: 100% 100%;
}
.page-billing .list-package-billing .list-package-monthly ul li .icon-alert {
  font-size: 12px;
  color: #6D6D6D;
  background: #F5F5F5;
  padding: 5px 5px;
  border-radius: 100% 100%;
}
.page-billing .list-package-billing .list-package-monthly .col-list-pacakge {
  display: flex;
  flex-direction: column;
  padding: 0px 0px;
  margin: 0px 0px;
}
.page-billing .list-package-billing .list-package-monthly .col-list-pacakge .row-list-pacakge {
  display: flex;
  flex-direction: row;
  padding: 0px 0px;
  margin: 10px 0px;
}
.page-billing .list-package-billing .list-package-monthly .col-list-pacakge .for-text {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  padding-left: 5px;
}
.page-billing .list-package-billing .list-package-monthly .col-list-pacakge .icon {
  font-size: 12px;
  color: #0566DC;
  background: rgba(5, 102, 220, 0.1);
  padding: 5px 5px;
  border-radius: 100% 100%;
}
.page-billing .list-package-billing .list-package-monthly .col-list-pacakge .icon-alert {
  font-size: 12px;
  color: #6D6D6D;
  background: #F5F5F5;
  padding: 5px 5px;
  border-radius: 100% 100%;
}
.page-billing .list-package-billing .tooltip-info-content {
  display: none;
}

.btn-alert-danger {
  background: #FF0000;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.btn-alert-success {
  background: #0CBB9A;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.close.close-alert {
  position: relative;
  bottom: 40px;
  left: 5px;
  font-size: 35px;
  color: #FFFFFF;
  opacity: 1;
}

.modal-header.header-alert {
  padding: 0px;
  margin: 0px;
  height: 30px;
}

.modal-content.content-alert {
  width: 335px;
  height: 0px;
  min-height: 218px;
  position: absolute;
  left: 23%;
}

.modal-body.body-alert {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0px 0px;
  margin: 0px 0px;
}
.modal-body.body-alert .circle-danger {
  width: 40px;
  height: 40px;
  background: #FF0000;
  border-radius: 40px;
}
.modal-body.body-alert .circle-success {
  width: 40px;
  height: 40px;
  background: #0CBB9A;
  border-radius: 40px;
}
.modal-body.body-alert .icon.wb-close {
  color: #FFFFFF;
  opacity: 1;
  position: relative;
  font-size: 20px;
  top: 9px;
  left: 10px;
}
.modal-body.body-alert .icon.wb-check {
  color: #FFFFFF;
  opacity: 1;
  position: relative;
  font-size: 20px;
  top: 9px;
  left: 10px;
}
.modal-body.body-alert h3 {
  font-size: 20px;
  line-height: 32px;
  /* Black */
  color: #272727;
}
.modal-body.body-alert span {
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
}
.modal-body.body-alert a {
  margin-top: 10px;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  /* blue */
  color: #0566DC;
}

.modal-header.billing-info {
  margin: 0px;
  padding-top: 10px;
  height: 0px;
}

.modal-title-billing-info {
  font-style: normal;
  font-size: 20px;
  margin: 0px 5px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.close.close-billing-info {
  position: relative;
  bottom: 50px;
  left: 20px;
  font-size: 35px;
  color: #FFFFFF;
  opacity: 1;
}

.modal-content.content-billing-info {
  width: 420px;
  height: auto;
  min-height: 404px;
  position: relative;
  left: 20%;
}

.modal-content.content-delete-billing-info {
  width: 420px;
  height: auto;
  min-height: 210px;
  position: relative;
  left: 20%;
}

.modal-body {
  width: auto;
  height: auto;
  bottom: 0px;
  top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.modal-body.body-billing-info {
  font-family: "avenir roman";
  font-size: 14px;
  color: #6D6D6D;
  margin-top: 0px;
  padding-top: 0px;
}
.modal-body.body-billing-info .box-header-billing-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px;
  margin-bottom: 0px;
  position: relative;
  bottom: 11px;
}
.modal-body.body-billing-info .link-delete-modal-billing-info {
  color: #0566DC;
  position: relative;
  left: 15px;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
  margin-top: 0px;
  bottom: 2px;
}
.modal-body.body-billing-info form {
  position: relative;
  bottom: 20px;
}
.modal-body.body-billing-info input[type=text] {
  color: #272727;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}
.modal-body.body-billing-info label {
  margin-left: 2px;
}
.modal-body.body-billing-info .form-group {
  padding: 0px 7px;
  margin: 8px 0px;
}
.modal-body.body-billing-info .form-control {
  background: #FFFFFF;
  /* border */
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 6px;
  height: 43px;
}
.modal-body.body-billing-info .row-billing-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.modal-body.body-billing-info .row-billing-info .col-card-expire {
  width: 100%;
  position: relative;
  left: 2px;
}
.modal-body.body-billing-info .row-billing-info .col-cvc {
  width: 100%;
}
.modal-body.body-billing-info .box-btn-billing {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  margin-right: 8px;
  justify-content: flex-end;
}
.modal-body.body-billing-info .box-btn-billing .btn {
  width: 120px;
  height: 38px;
  margin-left: 10px;
  padding: 5px 5px;
  border-radius: 6px;
  font-family: "avenir heavy";
}
.modal-body.body-billing-info .box-btn-billing .btn.btn-secondary {
  border: 1px solid #0566DC;
  background: #FFFFFF;
  border-radius: 6px;
  color: #0566DC;
}
.modal-body.body-billing-info .box-btn-billing .btn.btn-primary {
  opacity: 1;
  background: #0566DC;
}
.modal-body.body-billing-info .box-btn-billing .btn.btn-primary.disabled {
  opacity: 0.5;
}
.modal-body.body-billing-info .parsley-error {
  border: 1px solid #FF0000;
}
.modal-body.body-billing-info .parsley-errors-list.filled {
  list-style: none;
}
.modal-body.body-billing-info .details-delete-billing-info {
  display: flex;
  flex-direction: row;
  margin: 10px 10px;
  justify-content: space-between;
  width: auto;
  height: 57px;
  align-items: center;
  background: #F5F5F5;
  border-radius: 6px;
}
.modal-body.body-billing-info .details-delete-billing-info span {
  padding: 10px 10px;
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
}

.box-credit-details {
  display: flex;
  flex-direction: column;
  display: none;
  margin-bottom: 35px;
  margin-top: 15px;
}

.credit-card-details {
  font-size: 24px;
  line-height: 38px;
  color: #272727;
}

.content-credit-details {
  display: flex;
  flex-direction: row;
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  width: auto;
  height: 57px;
  align-items: center;
}
.content-credit-details span {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin-left: 20px;
  color: #272727;
}
.content-credit-details .box-button-credit-details {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  font-family: "avenir heavy";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
}
.content-credit-details .box-button-credit-details a {
  text-decoration: none;
}
.content-credit-details .box-button-credit-details .btn-edit-billing {
  color: #0566DC;
}
.content-credit-details .box-button-credit-details .btn-delete-billing {
  padding-right: 20px;
  margin-left: 20px;
  color: #FF0000;
}

.close.close-cart-plan {
  position: relative;
  top: 10px;
  bottom: 0px;
  right: 10px;
  font-size: 35px;
  color: #FFFFFF;
  opacity: 1;
}

.modal-content.content-cart-plan {
  width: 840px;
  height: auto;
  min-height: 420px;
  position: relative;
  right: 15%;
  background: transparent;
  border-radius: 0;
  margin: 0px 0px;
  padding: 0px 0px;
}
.modal-content.content-cart-plan .modal-header {
  display: flex;
  padding: 0px;
  justify-content: flex-end;
  position: relative;
  bottom: 40px;
  color: #FFFFFF;
}
.modal-content.content-cart-plan .modal-header .close {
  font-size: 35px;
  color: #FFFFFF;
}

.modal-body.body-cart-plan {
  display: flex;
  flex-direction: row;
  margin: 0px 0px;
  padding: 0px 0px;
  width: auto;
  height: 404px;
  border-radius: 6px;
}
.modal-body.body-cart-plan .box-cart {
  display: flex;
  flex-direction: column;
  background: #F5F5F5;
  width: 50%;
  margin: 0px 0px;
  border-radius: 6px;
  height: auto;
  min-height: 422px;
  position: relative;
  left: 4px;
  bottom: 25px;
  padding: 5px 30px;
}
.modal-body.body-cart-plan .box-cart h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 5px;
}
.modal-body.body-cart-plan .box-cart h4 {
  font-size: 16px;
  line-height: 25px;
}
.modal-body.body-cart-plan .box-cart .status-package {
  display: flex;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
  justify-content: flex-end;
  position: relative;
  bottom: 35px;
}
.modal-body.body-cart-plan .box-cart .box-downgrade {
  background-color: #FFFFFF;
  padding: 10px 20px;
  margin-bottom: 30px;
  position: relative;
  bottom: 20px;
  border-radius: 6px;
}
.modal-body.body-cart-plan .box-cart p {
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #272727;
}
.modal-body.body-cart-plan .box-cart .box-subtotal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  bottom: 25px;
}
.modal-body.body-cart-plan .box-cart .sub-total-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.modal-body.body-cart-plan .box-cart .sub-total-price {
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.modal-body.body-cart-plan .box-cart .box-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  bottom: 30px;
  font-family: "avenir heavy";
}
.modal-body.body-cart-plan .box-cart .total-text {
  font-size: 32px;
  line-height: 25px;
  color: #6D6D6D;
}
.modal-body.body-cart-plan .box-cart .total-price {
  font-size: 32px;
  line-height: 25px;
  color: #0566DC;
}
.modal-body.body-cart-plan .box-card-details {
  display: flex;
  flex-direction: column;
  position: relative;
  right: 4px;
  background: #FFFFFF;
  width: 50%;
  padding: 5px 30px;
  margin: 0px 0px;
  border-radius: 6px;
  height: auto;
  min-height: 422px;
  bottom: 25px;
}
.modal-body.body-cart-plan .box-card-details h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 5px;
}
.modal-body.body-cart-plan .box-card-details input[type=text] {
  color: #272727;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}
.modal-body.body-cart-plan .box-card-details label {
  margin-left: 2px;
}
.modal-body.body-cart-plan .box-card-details .form-group {
  padding: 0px 7px;
  margin: 10px 0px;
}
.modal-body.body-cart-plan .box-card-details .form-control {
  background: #FFFFFF;
  /* border */
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 6px;
  height: 46px;
}
.modal-body.body-cart-plan .box-card-details .row-cart-billing-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.modal-body.body-cart-plan .box-card-details .row-cart-billing-info .col-card-expire {
  width: 100%;
  position: relative;
  left: 2px;
}
.modal-body.body-cart-plan .box-card-details .row-cart-billing-info .col-cvc {
  width: 100%;
}
.modal-body.body-cart-plan .box-card-details .box-btn-cart-billing {
  display: flex;
  flex-direction: row;
  margin: 18px 0px;
  justify-content: flex-start;
}
.modal-body.body-cart-plan .box-card-details .box-btn-cart-billing .btn {
  width: 120px;
  height: 38px;
  margin-left: 10px;
  padding: 5px 5px;
  border-radius: 6px;
  font-family: "avenir heavy";
}
.modal-body.body-cart-plan .box-card-details .box-btn-cart-billing .btn.btn-secondary {
  background: #FFFFFF;
  border: 1px solid #0566DC;
  color: #0566DC;
}
.modal-body.body-cart-plan .box-card-details .box-btn-cart-billing .btn.btn-primary {
  opacity: 1;
  background: #0566DC;
}
.modal-body.body-cart-plan .box-card-details .box-btn-cart-billing .btn.btn-primary.disabled {
  opacity: 0.5;
}

.modal-body.body-cart-standard-plan {
  display: flex;
  flex-direction: row;
  margin: 0px 0px;
  padding: 0px 0px;
  width: auto;
  height: auto;
  min-height: 442px;
  border-radius: 6px;
}
.modal-body.body-cart-standard-plan .box-cart {
  display: flex;
  flex-direction: column;
  background: #F5F5F5;
  width: 50%;
  margin: 0px 0px;
  border-radius: 6px;
  height: auto;
  min-height: 422px;
  position: relative;
  left: 4px;
  padding: 5px 30px;
  bottom: 25px;
}
.modal-body.body-cart-standard-plan .box-cart h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 5px;
}
.modal-body.body-cart-standard-plan .box-cart .status-package {
  display: flex;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
  justify-content: flex-end;
  position: relative;
  bottom: 40px;
}
.modal-body.body-cart-standard-plan .box-cart .box-downgrade {
  background-color: none;
  padding: 10px 20px;
  margin-bottom: 30px;
  position: relative;
  bottom: 15px;
  border-radius: 6px;
  height: 150px;
}
.modal-body.body-cart-standard-plan .box-cart p {
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #272727;
}
.modal-body.body-cart-standard-plan .box-cart .annual-subscription {
  position: relative;
  bottom: 5px;
}
.modal-body.body-cart-standard-plan .box-cart .box-subtotal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  bottom: 0px;
  top: 10px;
}
.modal-body.body-cart-standard-plan .box-cart .sub-total-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.modal-body.body-cart-standard-plan .box-cart .sub-total-price {
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.modal-body.body-cart-standard-plan .box-cart .box-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 10px;
}
.modal-body.body-cart-standard-plan .box-cart .total-text {
  font-family: "avenir heavy";
  font-size: 32px;
  line-height: 25px;
  color: #6D6D6D;
}
.modal-body.body-cart-standard-plan .box-cart .total-price {
  font-family: "avenir heavy";
  font-size: 32px;
  line-height: 25px;
  color: #0566DC;
}
.modal-body.body-cart-standard-plan .box-card-details {
  display: flex;
  flex-direction: column;
  position: relative;
  right: 4px;
  background: #FFFFFF;
  width: 50%;
  padding: 10px 30px;
  margin: 0px 0px;
  border-radius: 6px;
  height: auto;
  min-height: 422px;
  bottom: 25px;
}
.modal-body.body-cart-standard-plan .box-card-details .checkbox-custom label {
  padding-top: 2px;
}
.modal-body.body-cart-standard-plan .box-card-details h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 5px;
}
.modal-body.body-cart-standard-plan .box-card-details input[type=text] {
  color: #272727;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}
.modal-body.body-cart-standard-plan .box-card-details .checkbox-custom {
  padding-top: 5px;
}
.modal-body.body-cart-standard-plan .box-card-details label {
  margin-left: 2px;
}
.modal-body.body-cart-standard-plan .box-card-details .checkbox-custom label {
  padding-left: 5px;
}
.modal-body.body-cart-standard-plan .box-card-details .form-group {
  padding: 0px 7px;
  margin: 5px 0px;
}
.modal-body.body-cart-standard-plan .box-card-details .form-control {
  background: #FFFFFF;
  /* border */
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 6px;
  height: 46px;
}
.modal-body.body-cart-standard-plan .box-card-details .row-cart-billing-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.modal-body.body-cart-standard-plan .box-card-details .row-cart-billing-info .col-card-expire {
  width: 100%;
  position: relative;
  left: 2px;
}
.modal-body.body-cart-standard-plan .box-card-details .row-cart-billing-info .col-cvc {
  width: 100%;
}
.modal-body.body-cart-standard-plan .box-card-details .box-btn-cart-billing {
  display: flex;
  flex-direction: row;
  margin: 15px 0px;
  justify-content: flex-start;
}
.modal-body.body-cart-standard-plan .box-card-details .box-btn-cart-billing .btn {
  width: 120px;
  height: 38px;
  margin-left: 10px;
  padding: 5px 5px;
  border-radius: 6px;
  font-family: "avenir heavy";
}
.modal-body.body-cart-standard-plan .box-card-details .box-btn-cart-billing .btn.btn-secondary {
  background: #FFFFFF;
  border: 1px solid #0566DC;
  color: #0566DC;
}
.modal-body.body-cart-standard-plan .box-card-details .box-btn-cart-billing .btn.btn-primary {
  opacity: 1;
  background: #0566DC;
}
.modal-body.body-cart-standard-plan .box-card-details .box-btn-cart-billing .btn.btn-primary.disabled {
  opacity: 0.5;
}

.modal-body.body-cart-premium-plan {
  display: flex;
  flex-direction: row;
  margin: 0px 0px;
  padding: 0px 0px;
  width: auto;
  height: auto;
  min-height: 404px;
  border-radius: 6px;
}
.modal-body.body-cart-premium-plan .box-cart {
  display: flex;
  flex-direction: column;
  background: #F5F5F5;
  width: 50%;
  margin: 0px 0px;
  border-radius: 6px;
  height: auto;
  min-height: 422px;
  position: relative;
  left: 4px;
  bottom: 25px;
  padding: 5px 30px;
}
.modal-body.body-cart-premium-plan .box-cart h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 5px;
}
.modal-body.body-cart-premium-plan .box-cart h4 {
  font-size: 16px;
  line-height: 25px;
}
.modal-body.body-cart-premium-plan .box-cart .status-package {
  display: flex;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
  justify-content: flex-end;
  position: relative;
  bottom: 40px;
}
.modal-body.body-cart-premium-plan .box-cart .annual-subscription {
  position: relative;
  bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
}
.modal-body.body-cart-premium-plan .box-cart .more-about-plan {
  position: relative;
  bottom: 20px;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
  text-decoration: none;
}
.modal-body.body-cart-premium-plan .box-cart .box-downgrade {
  background-color: none;
  padding: 15px 20px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 6px;
  height: 0px;
}
.modal-body.body-cart-premium-plan .box-cart p {
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
}
.modal-body.body-cart-premium-plan .box-cart .box-subtotal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  bottom: 0px;
}
.modal-body.body-cart-premium-plan .box-cart .sub-total-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.modal-body.body-cart-premium-plan .box-cart .sub-total-price {
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.modal-body.body-cart-premium-plan .box-cart .box-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 5px;
}
.modal-body.body-cart-premium-plan .box-cart .total-text {
  font-family: "avenir heavy";
  font-size: 32px;
  line-height: 25px;
  color: #6D6D6D;
}
.modal-body.body-cart-premium-plan .box-cart .total-price {
  font-family: "avenir heavy";
  font-size: 32px;
  line-height: 25px;
  color: #0566DC;
}
.modal-body.body-cart-premium-plan .box-card-details {
  display: flex;
  flex-direction: column;
  position: relative;
  right: 4px;
  background: #FFFFFF;
  width: 50%;
  padding: 5px 30px;
  margin: 0px 0px;
  border-radius: 6px;
  height: auto;
  min-height: 422px;
  bottom: 25px;
}
.modal-body.body-cart-premium-plan .box-card-details .checkbox-custom label {
  padding-top: 2px;
}
.modal-body.body-cart-premium-plan .box-card-details h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 5px;
}
.modal-body.body-cart-premium-plan .box-card-details input[type=text] {
  color: #272727;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}
.modal-body.body-cart-premium-plan .box-card-details label {
  margin-left: 2px;
}
.modal-body.body-cart-premium-plan .box-card-details .checkbox-custom label {
  padding-left: 5px;
}
.modal-body.body-cart-premium-plan .box-card-details .form-group {
  padding: 0px 7px;
  margin: 5px 0px;
}
.modal-body.body-cart-premium-plan .box-card-details .form-control {
  background: #FFFFFF;
  /* border */
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 6px;
  height: 46px;
}
.modal-body.body-cart-premium-plan .box-card-details .row-cart-billing-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.modal-body.body-cart-premium-plan .box-card-details .row-cart-billing-info .col-card-expire {
  width: 100%;
  position: relative;
  left: 2px;
}
.modal-body.body-cart-premium-plan .box-card-details .row-cart-billing-info .col-cvc {
  width: 100%;
}
.modal-body.body-cart-premium-plan .box-card-details .box-btn-cart-billing {
  display: flex;
  flex-direction: row;
  margin: 15px 0px;
  justify-content: flex-start;
}
.modal-body.body-cart-premium-plan .box-card-details .box-btn-cart-billing .btn {
  width: 120px;
  height: 38px;
  margin-left: 10px;
  padding: 5px 5px;
  border-radius: 6px;
  font-family: "avenir heavy";
}
.modal-body.body-cart-premium-plan .box-card-details .box-btn-cart-billing .btn.btn-secondary {
  background: #FFFFFF;
  border: 1px solid #0566DC;
  color: #0566DC;
}
.modal-body.body-cart-premium-plan .box-card-details .box-btn-cart-billing .btn.btn-primary {
  opacity: 1;
  background: #0566DC;
}
.modal-body.body-cart-premium-plan .box-card-details .box-btn-cart-billing .btn.btn-primary.disabled {
  opacity: 0.5;
}

.page-am {
  width: 100%;
  height: 100%;
}
.page-am .box-am-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.page-am .box-am-top .btn-group-am {
  margin-top: 10px;
  font-family: "avenir heavy";
  font-size: 14px;
}
.page-am .box-am-top .btn-group-am .btn-cancel {
  background: #FFFFFF;
  color: #0566DC;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 10px 30px;
  border: none;
  margin-right: 10px;
}
.page-am .box-am-top .btn-group-am .btn-submit-changes {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 10px 30px;
  border-radius: 6px;
}
.page-am .box-am-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.page-am .box-am-bottom .btn-group-am {
  font-family: "avenir heavy";
  font-size: 14px;
}
.page-am .box-am-bottom .btn-group-am .btn-cancel {
  background: #FFFFFF;
  color: #0566DC;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 10px 30px;
  border: none;
  margin-right: 10px;
}
.page-am .box-am-bottom .btn-group-am .btn-submit-changes {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 10px 30px;
  border-radius: 6px;
}
.page-am .box-form {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
}
.page-am .box-form h1,
.page-am .box-form h2,
.page-am .box-form h3 {
  margin: 0px 0px;
}
.page-am .box-form .item-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px;
  margin: 0px 0px;
  height: auto;
}
.page-am .box-form .item-header h3 {
  font-size: 20px;
  color: #272727;
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-am .box-form .item-header a {
  font-family: "avenir heavy";
  font-size: 14px;
  text-align: right;
  color: #0566DC;
  text-decoration: none;
}
.page-am .box-form .item-left {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-left: 0px;
}
.page-am .box-form .item-left .box-deposit {
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 25px 20px;
  height: auto;
}
.page-am .box-form .item-left .box-product-management {
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 25px 20px;
  height: auto;
}
.page-am .box-form .item-left .box-product {
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 25px 20px;
  height: auto;
}
.page-am .box-form .item-left .box-product .box-feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-am .box-form .item-left .box-product .box-mapping {
  display: none;
}
.page-am .box-form .item-left .box-product .box-mapping h4 {
  padding: 10px 0px;
}
.page-am .box-form .item-left .box-product .btn-feature {
  font-family: "avenir roman";
  font-weight: 500;
  background: rgba(249, 184, 38, 0.1);
  color: #F9B826;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 5px 20px;
  width: auto;
  height: auto;
}
.page-am .box-form .item-left .box-product .box-rectangle {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  justify-content: center;
}
.page-am .box-form .item-left .box-product .box-rectangle .rectangle-1 {
  width: 68px;
  height: 90px;
  background: #F5F5F5;
  border-radius: 6px;
}
.page-am .box-form .item-left .box-product .box-rectangle .rectangle-2 {
  width: 105px;
  height: 90px;
  background: #F5F5F5;
  border-radius: 6px;
  margin-left: 20px;
}
.page-am .box-form .item-left .box-product .box-rectangle .rectangle-3 {
  width: 21px;
  height: 90px;
  background: #F5F5F5;
  border-radius: 6px;
  margin-left: 20px;
}
.page-am .box-form .item-left .box-product .box-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}
.page-am .box-form .item-left .box-product .box-desc h3 {
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
}
.page-am .box-form .item-left .box-product .box-desc p {
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  /* grey */
  color: #6D6D6D;
}
.page-am .box-form .item-left .box-product .box-desc a {
  background: rgba(5, 102, 220, 0.1);
  color: #0566DC;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  font-family: "avenir heavy";
  padding: 5px 30px;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}
.page-am .box-form .item-left .box-product .box-save-product-mapping {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.page-am .box-form .item-left .box-product .box-save-product-mapping .btn-save-product-mapping {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  width: 160px;
  height: 38px;
  font-family: "avenir heavy";
  font-weight: 800;
  font-size: 14px;
  line-height: 25px;
}
.page-am .box-form .item-left .box-product .box-save-product-mapping .btn-save-product-mapping.disabled {
  opacity: 0.5;
}
.page-am .box-form .item-left .box-product .box-multi-product-account-mapping {
  display: none;
  padding-bottom: 10px;
}
.page-am .box-form .item-left .box-product .box-multi-product-account-mapping .box-field .box-stripe {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-am .box-form .item-left .box-product .box-multi-product-account-mapping .box-field .box-stripe h4 {
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.page-am .box-form .item-left .box-product .box-multi-product-account-mapping .box-field .box-account-name {
  display: inline-block;
  width: auto;
  margin: 0px 0px;
  position: relative;
  right: 15px;
}
.page-am .box-form .item-left .box-product .box-multi-product-account-mapping .box-field .box-account-name .form-control {
  border: none;
  width: auto;
}
.page-am .box-form .item-left .box-product .box-multi-product-account-mapping .box-field .box-account-name select.form-control {
  background: url("../img/icons/dropdown.png") no-repeat center right;
}
.page-am .box-form .item-left .box-product .box-multi-product-account-mapping .box-field .box-account-name select.form-control.arrow-down {
  background: url("../img/icons/dropdown.png") no-repeat center right;
}
.page-am .box-form .item-left .box-product .box-multi-product-account-mapping .box-field .box-account-name select.form-control.arrow-up {
  background: url("../img/icons/active/dropdown.png") no-repeat center right;
}
.page-am .box-form .item-left .box-product .box-multi-product-account-mapping .box-field .box-account-name select {
  width: auto;
  font-family: "avenir roman";
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-am .box-form .item-left .box-product .box-multi-product-account-mapping .box-field table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1em;
}
.page-am .box-form .item-left .box-product .box-multi-product-account-mapping .box-field .body-row {
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  height: 70px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
}
.page-am .box-form .item-left .box-product .box-multi-product-account-mapping .box-field th {
  padding-left: 20px;
  padding-right: 10px;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
}
.page-am .box-form .item-left .box-product .box-multi-product-account-mapping .box-field td {
  padding-left: 20px;
  padding-right: 10px;
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.page-am .box-form .item-left .box-product .box-multi-product-account-mapping .box-field .icon-edit {
  height: 20px;
  width: 20px;
  padding: 0px 10px;
  background: url("./../img/icons/active/edit.png") no-repeat center right;
  background-size: 100% 100%;
}
.page-am .box-form .item-right {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-left: 20px;
}
.page-am .box-form .item-right .box-need-help {
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 25px 20px;
  height: auto;
}
.page-am .box-form .item-right .box-need-help p {
  margin-top: 5px;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.page-am .box-form .item-right .box-need-help .onboarding-text {
  color: #0566DC;
}
.page-am .box-form .item-right .box-need-help .box-yt {
  background: url("../img/content-yt.png") no-repeat;
  width: auto;
  height: 273px;
  border-radius: 6px;
}
.page-am .box-form .item-right .box-fee-management {
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 25px 20px;
  height: auto;
}
.page-am .box-form .item-right .box-customer-management {
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 25px 20px;
  height: auto;
}
.page-am .box-form .box-field {
  padding-top: 10px;
  /* Create a custom radio button */
  /* Create a custom radio button */
  /* Create a custom checkbox button */
}
.page-am .box-form .box-field h4 {
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.page-am .box-form .box-field label {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #6D6D6D;
}
.page-am .box-form .box-field .form-control {
  border: 1px solid #EDEDED;
}
.page-am .box-form .box-field .form-control:hover {
  border: 2px solid #0566DC;
}
.page-am .box-form .box-field select {
  position: relative;
  height: 48px;
  background-size: 0;
  font-family: "avenir roman";
  font-size: 14px;
  margin: 0px 0px;
  color: #A5A5A5;
}
.page-am .box-form .box-field select:focus {
  color: #272727;
}
.page-am .box-form .box-field input {
  position: relative;
  height: auto;
  background-size: 0;
  position: relative;
  font-family: "avenir roman";
  font-size: 14px;
  margin: 0px 0px;
}
.page-am .box-form .box-field .box-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-am .box-form .box-field .box-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.page-am .box-form .box-field .box-radio:hover input ~ .checkmark {
  background-color: #0566DC;
}
.page-am .box-form .box-field .box-radio input:checked ~ .checkmark {
  background-color: #0566DC;
}
.page-am .box-form .box-field .box-radio input:checked ~ .checkmark:after {
  display: block;
}
.page-am .box-form .box-field .box-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFFFFF;
}
.page-am .box-form .box-field .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: none;
  border: 1px solid #A5A5A5;
  border-radius: 70%;
}
.page-am .box-form .box-field .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.page-am .box-form .box-field .radio-row {
  display: flex;
  flex-direction: row;
}
.page-am .box-form .box-field .radio-row .radio-no {
  margin-left: 25px;
}
.page-am .box-form .box-field .radio-column {
  display: flex;
  flex-direction: column;
}
.page-am .box-form .box-field .radio-column div {
  margin-top: 10px;
}
.page-am .box-form .box-field .radio-column div label {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #6D6D6D;
}
.page-am .box-form .box-field .box-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-am .box-form .box-field .box-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.page-am .box-form .box-field .box-radio:hover input ~ .checkmark {
  background-color: #0566DC;
}
.page-am .box-form .box-field .box-radio input:checked ~ .checkmark {
  background-color: #0566DC;
}
.page-am .box-form .box-field .box-radio input:checked ~ .checkmark:after {
  display: block;
}
.page-am .box-form .box-field .box-radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.page-am .box-form .box-field .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: none;
  border: 1px solid #A5A5A5;
  border-radius: 70%;
}
.page-am .box-form .box-field .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.page-am .box-form .box-field .box-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-am .box-form .box-field .box-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.page-am .box-form .box-field .box-checkbox:hover input ~ .checkboxmark {
  background-color: #0566DC;
}
.page-am .box-form .box-field .box-checkbox input:checked ~ .checkboxmark {
  background-color: #0566DC;
}
.page-am .box-form .box-field .box-checkbox input:checked ~ .checkboxmark:after {
  display: block;
}
.page-am .box-form .box-field .box-checkbox .checkboxmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-am .box-form .box-field .checkboxmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
  background: none;
  border: 1px solid #A5A5A5;
  border-radius: 3px;
}
.page-am .box-form .box-field .checkboxmark:after {
  content: "";
  position: absolute;
  display: none;
}
.page-am .box-form .box-field .btn-add-product {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  margin-top: 10px;
  padding: 5px 20px;
  font-family: "avenir heavy";
  font-weight: 800;
  font-size: 16px;
  line-height: 25px;
  cursor: pointer;
}
.page-am .box-form select {
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #A5A5A5;
}
.page-am .box-form select:hover {
  border: 2px solid #0566DC;
}
.page-am .box-form select:focus {
  color: #272727;
}
.page-am .box-form select.form-control {
  background: url("../img/icons/dropdown.png") no-repeat 95% 50%;
}
.page-am .box-form select.form-control.arrow-down {
  background: url("../img/icons/dropdown.png") no-repeat 95% 50%;
}
.page-am .box-form select.form-control.arrow-up {
  background: url("../img/icons/active/dropdown.png") no-repeat 95% 50%;
}
.page-am .box-am-test {
  columns: 5 100px;
  column-gap: 1.5rem;
  width: 100%;
  margin: 0 auto;
}
.page-am .box-am-test div {
  width: 150px;
  margin: 0 1.5rem 1.5rem 0;
  display: inline-block;
  width: 100%;
  border: solid 2px black;
  padding: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
}

.img-refresh {
  width: 16px;
  height: 16px;
}

.img-refresh.loading {
  animation-name: refreshLoading;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes refreshLoading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.close.close-add-product-mapping {
  position: relative;
  bottom: 5px;
  right: 5px;
  font-size: 35px;
  color: #FFFFFF;
  opacity: 1;
}

.modal-content.content-add-product-mapping {
  width: 608px;
  height: auto;
  min-height: 348px;
  position: relative;
  right: 0%;
  background-color: transparent;
  border-radius: 0;
  border-radius: 0;
  margin: 0px 0px;
  padding: 0px 0px;
}
.modal-content.content-add-product-mapping .modal-header {
  display: flex;
  padding: 0px;
  justify-content: flex-end;
  position: relative;
  bottom: 40px;
  color: #FFFFFF;
}
.modal-content.content-add-product-mapping .modal-header .close {
  font-size: 35px;
  color: #FFFFFF;
}

.modal-body.body-add-product-mapping {
  display: flex;
  flex-direction: column;
  margin: -40px 0px;
  padding: 0px 0px;
  width: auto;
  height: auto;
  min-height: 348px;
  border-radius: 6px;
  background-color: white;
}
.modal-body.body-add-product-mapping h3 {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}
.modal-body.body-add-product-mapping .box-form {
  display: flex;
  flex-direction: column;
  margin: 0px 20px;
}
.modal-body.body-add-product-mapping .box-form .box-save-product-mapping {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.modal-body.body-add-product-mapping .box-form .box-save-product-mapping .btn-save-product-mapping {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  width: 160px;
  height: 38px;
  font-family: "avenir heavy";
  font-weight: 800;
  font-size: 14px;
  line-height: 25px;
}
.modal-body.body-add-product-mapping .box-form .box-save-product-mapping .btn-save-product-mapping.disabled {
  opacity: 0.5;
}
.modal-body.body-add-product-mapping .box-form .box-field {
  padding-top: 20px;
  width: 100%;
}
.modal-body.body-add-product-mapping .box-form .box-field label {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #6D6D6D;
}
.modal-body.body-add-product-mapping .box-form .box-field .form-control {
  border: 1px solid #EDEDED;
}
.modal-body.body-add-product-mapping .box-form .box-field select {
  position: relative;
  height: 48px;
  background-size: 0;
  font-family: "avenir roman";
  font-size: 14px;
  margin: 0px 0px;
  padding: 10px 5px;
  color: #A5A5A5;
}
.modal-body.body-add-product-mapping .box-form .box-field select:focus {
  color: #272727;
}
.modal-body.body-add-product-mapping .box-form .box-field .fa-angle-down {
  padding: 0px 0px;
  margin: 0px 0px;
  position: relative;
  float: right;
  bottom: 45px;
  right: 15px;
  pointer-events: none;
  font-size: 25px;
  height: 0px;
  color: #A5A5A5;
}
.modal-body.body-add-product-mapping .box-form .box-field input {
  position: relative;
  height: auto;
  background-size: 0;
  position: relative;
  font-family: "avenir roman";
  font-size: 14px;
  margin: 0px 0px;
}

.box-multi-product {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
}
.box-multi-product .box-header-left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.box-multi-product .box-header-left .box-arrow-left {
  background-color: grren;
  position: relative;
  width: 36px;
  height: 36px;
  left: 0px;
  background: #FAFAFA;
  border-radius: 32px;
}
.box-multi-product .box-header-left .box-arrow-left .fa-angle-left {
  color: #A5A5A5;
  font-size: 30px;
  position: relative;
  left: 12px;
  bottom: 5px;
}
.box-multi-product .box-header-left .box-desc-right {
  margin-left: 15px;
}
.box-multi-product .box-header-left .box-desc-right h2 {
  padding: 0px 0px;
  margin: 0px 0px;
  padding-bottom: 0px;
  font-size: 24px;
  line-height: 38px;
}
.box-multi-product .box-header-left .box-desc-right div {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
  cursor: pointer;
}
.box-multi-product .box-header-left .box-desc-right .box-account-name {
  display: flex;
  flex-direction: row;
  width: auto;
  align-items: center;
  margin: 0px 0px;
  position: relative;
  right: 15px;
}
.box-multi-product .box-header-left .box-desc-right .box-account-name .form-control {
  border: none;
  width: auto;
}
.box-multi-product .box-header-left .box-desc-right .box-account-name select.form-control {
  background: url("../img/icons/dropdown.png") no-repeat center right;
}
.box-multi-product .box-header-left .box-desc-right .box-account-name select.form-control.arrow-down {
  background: url("../img/icons/dropdown.png") no-repeat center right;
}
.box-multi-product .box-header-left .box-desc-right .box-account-name select.form-control.arrow-up {
  background: url("../img/icons/active/dropdown.png") no-repeat center right;
}
.box-multi-product .box-header-left .box-desc-right .box-account-name select {
  width: auto;
  font-family: "avenir roman";
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.box-multi-product .btn-primary-multi-product {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 10px 30px;
  font-family: "avenir heavy";
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.desc-indicator {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
.desc-indicator h3 {
  margin: 10px 0px;
  padding: 0px 0px;
  font-size: 20px;
  line-height: 32px;
}
.desc-indicator .wb-edit {
  position: relative;
  font-size: 15px;
  left: 10px;
  top: 0px;
  bottom: 10px;
}

.box-important {
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 5px 16px;
  border: 2px solid #FF0000;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  position: relative;
}
.box-important h4 {
  padding: 5px 0px;
  margin: 0px 0px;
  font-size: 16px;
  line-height: 25px;
}
.box-important p {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #272727;
}
.box-important .close {
  opacity: 1;
}
.box-important .close .wb-close-mini {
  position: absolute;
  top: 10%;
  right: 1%;
  color: #A5A5A5;
}

.product-empty .box-rectangle {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  justify-content: center;
}
.product-empty .box-rectangle .rectangle-1 {
  width: 68px;
  height: 90px;
  background: #FFFFFF;
  border-radius: 6px;
}
.product-empty .box-rectangle .rectangle-2 {
  width: 105px;
  height: 90px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-left: 20px;
}
.product-empty .box-rectangle .rectangle-3 {
  width: 21px;
  height: 90px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-left: 20px;
}
.product-empty .box-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}
.product-empty .box-desc h3 {
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
}
.product-empty .box-desc p {
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  /* grey */
  color: #6D6D6D;
}
.product-empty .box-desc a {
  background: rgba(5, 102, 220, 0.1);
  color: #0566DC;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  font-family: "avenir heavy";
  padding: 5px 30px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.box-add-product-mapping {
  display: none;
  margin-top: 30px;
  width: 100%;
}
.box-add-product-mapping table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1em;
}
.box-add-product-mapping thead {
  color: red;
}
.box-add-product-mapping .body-row {
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  height: 70px;
}
.box-add-product-mapping th {
  padding-left: 20px;
  padding-right: 10px;
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
}
.box-add-product-mapping td {
  padding-left: 20px;
  padding-right: 10px;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.box-add-product-mapping .form-control {
  width: 170px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 6px;
}
.box-add-product-mapping .form-control:focus {
  color: #272727;
}
.box-add-product-mapping input[type=text] {
  color: #272727;
}
.box-add-product-mapping select.form-control:not([size]):not([multiple]) {
  height: 48px;
}
.box-add-product-mapping select {
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #A5A5A5;
}
.box-add-product-mapping select:hover {
  border: 2px solid #0566DC;
}
.box-add-product-mapping select:focus {
  color: #272727;
}
.box-add-product-mapping select.form-control {
  background: url("../img/icons/dropdown.png") no-repeat 95% 50%;
}
.box-add-product-mapping select.form-control.arrow-down {
  background: url("../img/icons/dropdown.png") no-repeat 95% 50%;
}
.box-add-product-mapping select.form-control.arrow-up {
  background: url("../img/icons/active/dropdown.png") no-repeat 95% 50%;
}
.box-add-product-mapping .btn-save {
  background: rgba(5, 102, 220, 0.1);
  color: #0566DC;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 8px 20px;
  font-family: "avenir heavy";
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
}
.box-add-product-mapping .action {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  padding-right: 30px;
}
.box-add-product-mapping .action-edit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-right: 30px;
}
.box-add-product-mapping .link-edit {
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
  text-decoration: none;
  margin-right: 10px;
}
.box-add-product-mapping .link-cancel {
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
  text-decoration: none;
  margin-right: 10px;
}
.box-add-product-mapping .link-delete {
  font-family: "avenir heavy";
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  color: #FF0000;
  text-decoration: none;
}

.box-add-new {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  cursor: pointer;
}
.box-add-new a {
  color: #0566DC;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}
.box-add-new a:hover {
  color: #0566DC;
}

.box-list-product-mapping {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  width: 100%;
}
.box-list-product-mapping table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1em;
}
.box-list-product-mapping .body-row {
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  height: 70px;
}
.box-list-product-mapping th {
  padding-left: 20px;
  padding-right: 10px;
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
}
.box-list-product-mapping td {
  padding-left: 20px;
  padding-right: 10px;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.box-list-product-mapping .form-control {
  width: 170px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 6px;
}
.box-list-product-mapping .form-control:focus {
  color: #272727;
}
.box-list-product-mapping input[type=text] {
  color: #272727;
}
.box-list-product-mapping select.form-control:not([size]):not([multiple]) {
  height: 48px;
}
.box-list-product-mapping select {
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #A5A5A5;
}
.box-list-product-mapping select:hover {
  border: 2px solid #0566DC;
}
.box-list-product-mapping select.form-control {
  background: url("../img/icons/dropdown.png") no-repeat 95% 50%;
}
.box-list-product-mapping select.form-control.arrow-down {
  background: url("../img/icons/dropdown.png") no-repeat 95% 50%;
}
.box-list-product-mapping select.form-control.arrow-up {
  background: url("../img/icons/active/dropdown.png") no-repeat 95% 50%;
}
.box-list-product-mapping .btn-save {
  background: rgba(5, 102, 220, 0.1);
  color: #0566DC;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 8px 20px;
  font-family: "avenir heavy";
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
}
.box-list-product-mapping .action {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  padding-right: 30px;
}
.box-list-product-mapping .action-edit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-right: 30px;
}
.box-list-product-mapping .link-edit {
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
  text-decoration: none;
  margin-right: 10px;
}
.box-list-product-mapping .link-cancel {
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
  text-decoration: none;
  margin-right: 10px;
}
.box-list-product-mapping .link-delete {
  font-family: "avenir heavy";
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  color: #FF0000;
  text-decoration: none;
}

.modal-content.content-switch-multi-product {
  position: relative;
  left: 15%;
  width: 424px;
  height: auto;
  min-height: 230px;
  padding: 0px 5px;
}
.modal-content.content-switch-multi-product h3 {
  font-size: 20px;
}
.modal-content.content-switch-multi-product .modal-header {
  padding-top: 10px;
  padding-bottom: 0px;
}
.modal-content.content-switch-multi-product .modal-header .close.close-switch-multi-product {
  opacity: 1;
  font-size: 35px;
  color: #FFFFFF;
  position: relative;
  bottom: 50px;
  left: 20px;
}
.modal-content.content-switch-multi-product .modal-body.body-switch-multi-product p {
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.modal-content.content-switch-multi-product .modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}
.modal-content.content-switch-multi-product .modal-footer a {
  border: 1px solid #0566DC;
  background: #FFFFFF;
  border-radius: 6px;
  color: #0566DC;
  padding: 10px 30px;
  font-family: "avenir heavy";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  margin-right: 15px;
  text-decoration: none;
}
.modal-content.content-switch-multi-product .modal-footer button {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 10px 30px;
  margin-right: 5px;
  font-family: "avenir heavy";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}

.page-data-feed {
  display: flex;
  flex-direction: column;
}
.page-data-feed .box-tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page-data-feed .box-tabs .data-feed-historical-pull {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  height: auto;
  min-width: 240px;
  min-height: 38px;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 25px;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
}
.page-data-feed .box-tabs .data-feed-historical-pull .data-feed-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 37px;
  background-color: #FFFFFF;
  border-right: 1px solid #EDEDED;
  text-decoration: none;
  color: #A5A5A5;
}
.page-data-feed .box-tabs .data-feed-historical-pull .data-feed-text.active {
  color: #0566DC;
  border-bottom: 3px solid #0566DC;
}
.page-data-feed .box-tabs .data-feed-historical-pull .historical-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 37px;
  background-color: #FFFFFF;
  text-decoration: none;
  color: #A5A5A5;
}
.page-data-feed .box-tabs .data-feed-historical-pull .historical-text.active {
  color: #0566DC;
  border-bottom: 3px solid #0566DC;
}
.page-data-feed .box-tabs .pull-historic-data {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  width: auto;
  height: auto;
  min-width: 163px;
  min-height: 38px;
  padding: 7px 12px 6px;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 25px;
}
.page-data-feed .product-empty {
  display: none;
}
.page-data-feed .product-empty .box-rectangle {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  justify-content: center;
}
.page-data-feed .product-empty .box-rectangle .rectangle-1 {
  width: 68px;
  height: 90px;
  background: #FFFFFF;
  border-radius: 6px;
}
.page-data-feed .product-empty .box-rectangle .rectangle-2 {
  width: 105px;
  height: 90px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-left: 20px;
}
.page-data-feed .product-empty .box-rectangle .rectangle-3 {
  width: 21px;
  height: 90px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-left: 20px;
}
.page-data-feed .product-empty .box-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}
.page-data-feed .product-empty .box-desc h3 {
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
}
.page-data-feed .product-empty .box-desc p {
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  /* grey */
  color: #6D6D6D;
}
.page-data-feed .product-empty .box-desc a {
  background: rgba(5, 102, 220, 0.1);
  color: #0566DC;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  font-family: "avenir heavy";
  width: auto;
  height: auto;
  min-width: 207px;
  min-height: 38px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
}
.page-data-feed .box-action {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: auto;
  height: auto;
  position: relative;
  float: right;
}
.page-data-feed .box-action .box-select-action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 22px;
}
.page-data-feed .box-action .box-select-action a {
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
  margin-right: 16px;
  text-decoration: none;
}
.page-data-feed .box-action .box-select-action .selected {
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #A5A5A5;
}
.page-data-feed .box-action .box-select-action .form-action {
  background: #FFFFFF;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
}
.page-data-feed .box-action .box-select-action .form-action select.form-control {
  background: url("./../img/icons/dropdown.png") no-repeat 95% 50%;
  padding: 10px;
}
.page-data-feed .box-action .box-select-action .form-action .form-control {
  width: 206px;
  height: 48px;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 6px;
}
.page-data-feed .box-action .box-select-action .box-circle-close {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 32px;
  margin-left: 12px;
}
.page-data-feed .box-action .box-select-action .icon-close {
  background: url("./../img/icons/close.png") no-repeat 50% 50%;
  padding: 10px;
}
.page-data-feed .box-table {
  display: flex;
  flex-direction: column;
  /* 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 */
}
.page-data-feed .box-table .table td {
  vertical-align: middle;
}
.page-data-feed .box-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.page-data-feed .box-table th {
  border: none;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
  padding-left: 20px;
}
.page-data-feed .box-table td {
  position: relative;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #272727;
  border: none;
  background-color: #FFFFFF;
  padding-left: 20px;
}
.page-data-feed .box-table tr.odd,
.page-data-feed .box-table tr.even {
  border: none;
  height: 70px;
}
.page-data-feed .box-table td:last-child {
  border-right: 1px solid #FFFFFF;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.page-data-feed .box-table td:first-child {
  border-left: 1px solid #FFFFFF;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.page-data-feed .box-table tr.selected td {
  border-top: 1px solid #0566DC;
  border-bottom: 1px solid #0566DC;
}
.page-data-feed .box-table tr.selected td:last-child {
  border-right: 1px solid #0566DC;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.page-data-feed .box-table tr.selected td:first-child {
  border-left: 1px solid #0566DC;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.page-data-feed .box-table .btn-default {
  display: inline-block;
  background: #FAFAFA;
  color: #545454;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 2px 21px;
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}
.page-data-feed .box-table .btn-danger {
  display: inline-block;
  background: rgba(255, 0, 0, 0.1);
  color: #FF0000;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 2px 7px;
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}
.page-data-feed .box-table .icon-info-outline {
  background: url("../img/icons/info-outline.png") no-repeat 100% 50%;
  padding: 12px;
}
.page-data-feed .box-table .checkbox-custom {
  position: relative;
  width: 1px;
  height: 16px;
  background: none;
  border: 1px solid #A5A5A5;
  cursor: pointer;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  padding-left: 15px;
}
.page-data-feed .box-table .checkbox-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.page-data-feed .box-table .checkmark {
  position: absolute;
  top: -1px;
  left: -1px;
  right: 1px;
  width: 16px;
  height: 16px;
  background-color: none;
}
.page-data-feed .box-table .checkbox-custom:hover input ~ .checkmark {
  background-color: none;
}
.page-data-feed .box-table .checkbox-custom input:checked ~ .checkmark {
  background-color: #0566DC;
  border-radius: 4px;
  border: 1px solid #0566DC;
}
.page-data-feed .box-table .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.page-data-feed .box-table .checkbox-custom input:checked ~ .checkmark:after {
  display: block;
}
.page-data-feed .box-table .checkbox-custom .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid #FFFFFF;
  border-width: 0 2px 2.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-data-feed .box-table table.dataTable.no-footer {
  border: none;
}
.page-data-feed .box-table .dataTables_filter {
  position: absolute;
  float: left;
  top: 145px;
}
.page-data-feed .box-table .dataTables_filter label {
  color: transparent;
}
.page-data-feed .box-table .dataTables_filter input {
  width: 340px;
  height: 48px;
  box-sizing: border-box;
  border-radius: 6px;
  padding-left: 41px;
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  background-color: #FFFFFF;
  border: 1px solid #EDEDED;
  background-image: url("../img/icons/search.png");
  background-repeat: no-repeat;
  background-position: 4% 50%;
}
.page-data-feed .box-table .dataTables_filter input::placeholder {
  color: #A5A5A5;
}
.page-data-feed .box-table .dataTables_length label {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-data-feed .box-table .dataTables_length select {
  font-family: "avenir heavy";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
  background: url("../img/icons/dropdown-per-page.png") no-repeat 50% 50%;
  padding: 0px 0px;
  padding-right: 15px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.page-data-feed .box-table-historical {
  display: flex;
  flex-direction: column;
}
.page-data-feed .box-table-historical .table td {
  vertical-align: middle;
}
.page-data-feed .box-table-historical table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.page-data-feed .box-table-historical th {
  border: none;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
  padding-left: 20px;
}
.page-data-feed .box-table-historical td {
  position: relative;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #272727;
  border: none;
  background-color: #FFFFFF;
  padding-left: 20px;
}
.page-data-feed .box-table-historical tr.odd,
.page-data-feed .box-table-historical tr.even {
  border: none;
  height: 70px;
}
.page-data-feed .box-table-historical td:last-child {
  border-right: 1px solid #FFFFFF;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.page-data-feed .box-table-historical td:first-child {
  border-left: 1px solid #FFFFFF;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.page-data-feed .box-table-historical tr.selected td {
  border-top: 1px solid #0566DC;
  border-bottom: 1px solid #0566DC;
}
.page-data-feed .box-table-historical tr.selected td:last-child {
  border-right: 1px solid #0566DC;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.page-data-feed .box-table-historical tr.selected td:first-child {
  border-left: 1px solid #0566DC;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.page-data-feed .box-table-historical .icon-info-outline {
  background: url("../img/icons/info-outline.png") no-repeat 100% 50%;
  padding: 12px;
}
.page-data-feed .box-table-historical table.dataTable.no-footer {
  border: none;
}
.page-data-feed .box-table-historical .dataTables_length label {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-data-feed .box-table-historical .dataTables_length select {
  font-family: "avenir heavy";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
  background: url("../img/icons/dropdown-per-page.png") no-repeat 50% 50%;
  padding: 0px 0px;
  padding-right: 15px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.page-data-feed .box-per-page {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.page-data-feed .box-per-page span {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-data-feed .box-per-page select.form-control {
  font-family: "avenir heavy";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
  background: url("../img/icons/dropdown-per-page.png") no-repeat 90% 50%;
  padding: 0px 0px;
  padding-right: 15px;
}
.page-data-feed .box-per-page .form-control {
  background-color: transparent;
  border: none;
}
.page-data-feed .paginate_button {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #272727;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 8px;
}
.page-data-feed .current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #0566DC;
  color: #FFFFFF;
  border-radius: 6px;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}
.page-data-feed .icon-arrow-left-paginate {
  background-image: url("./../img/icons/arrow-left.png");
  background-repeat: no-repeat;
  background-position: -20% 50%;
  padding: 10px;
}
.page-data-feed .icon-arrow-right-paginate {
  background-image: url("./../img/icons/arrow-right.png");
  background-repeat: no-repeat;
  background-position: -20% 50%;
  padding: 10px;
}
.page-data-feed .paginate_button.next,
.page-data-feed .paginate_button.previous {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: rgba(5, 102, 220, 0.1);
  border-radius: 6px;
}
.page-data-feed .paginate_button.next.disabled,
.page-data-feed .paginate_button.previous.disabled {
  background-color: transparent;
}
.page-data-feed .dataTables_paginate {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 20px;
}
.page-data-feed .content-historical-pull {
  width: auto;
  height: auto;
  min-width: 707px;
  min-height: 360px;
  position: relative;
  right: 8%;
}
.page-data-feed .modal-header.header-historical-pull {
  margin: 0px 0px;
  padding: 0px 0px;
  height: 0px;
  width: auto;
}
.page-data-feed .close.close-historical-pull {
  position: relative;
  bottom: 40px;
  float: right;
  opacity: 1;
  color: #FFFFFF;
  font-size: 35px;
}
.page-data-feed .modal-body.body-historical-pull {
  margin: 0px 0px;
  padding: 0px 0px;
  margin-left: 24px;
  margin-right: 24px;
}
.page-data-feed .modal-body.body-historical-pull h3 {
  margin: 0px 0px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: "avenir heavy";
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #272727;
}
.page-data-feed .modal-body.body-historical-pull .box-info {
  display: flex;
  border: 2px solid rgba(5, 102, 220, 0.1);
  box-sizing: border-box;
  border-radius: 6px;
  padding: 12px 16px;
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #272727;
}
.page-data-feed .modal-body.body-historical-pull .box-info p {
  margin: 0px 0px;
}
.page-data-feed .modal-body.body-historical-pull .box-info a {
  color: #0566DC;
}
.page-data-feed .modal-body.body-historical-pull .form {
  display: flex;
  flex-direction: row;
}
.page-data-feed .modal-body.body-historical-pull .form .form-group {
  margin-top: 16px;
  margin-left: 0px;
  margin-right: 23px;
}
.page-data-feed .modal-body.body-historical-pull .form .form-group label {
  font-family: "avenir heavy";
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.page-data-feed .modal-body.body-historical-pull .form .form-group .form-control {
  width: 318px;
  height: 48px;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 6px;
}
.page-data-feed .modal-body.body-historical-pull .form .form-group select {
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #272727;
}
.page-data-feed .modal-body.body-historical-pull .form .form-group select.form-control {
  background: url("./../img/icons/dropdown.png") no-repeat 95% 50%;
}
.page-data-feed .modal-body.body-historical-pull .form .form-group input.form-control {
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #A5A5A5;
  background: url("./../img/icons/calendar.png") no-repeat 95% 50%;
}
.page-data-feed .modal-body.body-historical-pull button {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 8px 24px;
  width: auto;
  height: auto;
  min-width: 180px;
  min-height: 38px;
  float: right;
  text-align: center;
}

.page-data-feed-single {
  display: flex;
  flex-direction: column;
  margin-top: 34px;
}
.page-data-feed-single .box-tabs-single {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page-data-feed-single .box-tabs-single .box-header-left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page-data-feed-single .box-tabs-single .box-header-left .box-arrow-left {
  background-color: grren;
  position: relative;
  width: 36px;
  height: 36px;
  left: 0px;
  background: #FAFAFA;
  border-radius: 32px;
}
.page-data-feed-single .box-tabs-single .box-header-left .box-arrow-left .fa-angle-left {
  color: #A5A5A5;
  font-size: 30px;
  position: relative;
  left: 12px;
  bottom: 5px;
}
.page-data-feed-single .box-tabs-single .box-header-left .box-desc-right {
  margin-left: 15px;
}
.page-data-feed-single .box-tabs-single .box-header-left .box-desc-right h2 {
  padding: 0px 0px;
  margin: 0px 0px;
  padding-bottom: 0px;
  font-size: 24px;
  line-height: 38px;
}
.page-data-feed-single .box-tabs-single .box-header-left .box-desc-right div {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
  cursor: pointer;
}
.page-data-feed-single .box-tabs-single .box-header-left .box-desc-right span.switchery {
  position: relative;
  bottom: 4px;
}
.page-data-feed-single .box-tabs-single .box-header-left .box-desc-right .box-details {
  display: flex;
  flex-direction: row;
  position: relative;
  top: 2px;
}
.page-data-feed-single .box-tabs-single .box-header-left .box-desc-right .box-details span {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-data-feed-single .box-tabs-single .box-header-left .box-desc-right .box-details .last_synced {
  margin-left: 24px;
}
.page-data-feed-single .box-tabs-single .disconnect_account {
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
  text-decoration: none;
}
.page-data-feed-single .box-action {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: auto;
  height: auto;
  position: relative;
  float: right;
}
.page-data-feed-single .box-action .box-select-action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 22px;
}
.page-data-feed-single .box-action .box-select-action a {
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
  margin-right: 16px;
  text-decoration: none;
}
.page-data-feed-single .box-action .box-select-action .selected {
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #A5A5A5;
}
.page-data-feed-single .box-action .box-select-action .form-action {
  background: #FFFFFF;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
}
.page-data-feed-single .box-action .box-select-action .form-action select.form-control {
  background: url("./../img/icons/dropdown.png") no-repeat 95% 50%;
  padding: 10px;
}
.page-data-feed-single .box-action .box-select-action .form-action .form-control {
  width: 206px;
  height: 48px;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 6px;
}
.page-data-feed-single .box-action .box-select-action .box-circle-close {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 32px;
  margin-left: 12px;
}
.page-data-feed-single .box-action .box-select-action .icon-close {
  background: url("./../img/icons/close.png") no-repeat 50% 50%;
  padding: 10px;
}
.page-data-feed-single .box-table {
  display: flex;
  flex-direction: column;
  /* 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 */
}
.page-data-feed-single .box-table .table td {
  vertical-align: middle;
}
.page-data-feed-single .box-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.page-data-feed-single .box-table th {
  border: none;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
  padding-left: 20px;
}
.page-data-feed-single .box-table td {
  position: relative;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #272727;
  border: none;
  background-color: #FFFFFF;
  padding-left: 20px;
}
.page-data-feed-single .box-table tr.odd,
.page-data-feed-single .box-table tr.even {
  border: none;
  height: 70px;
}
.page-data-feed-single .box-table td:last-child {
  border-right: 1px solid #FFFFFF;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.page-data-feed-single .box-table td:first-child {
  border-left: 1px solid #FFFFFF;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.page-data-feed-single .box-table tr.selected td {
  border-top: 1px solid #0566DC;
  border-bottom: 1px solid #0566DC;
}
.page-data-feed-single .box-table tr.selected td:last-child {
  border-right: 1px solid #0566DC;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.page-data-feed-single .box-table tr.selected td:first-child {
  border-left: 1px solid #0566DC;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.page-data-feed-single .box-table .btn-default {
  display: inline-block;
  background: #FAFAFA;
  color: #A5A5A5;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 2px 21px;
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}
.page-data-feed-single .box-table .btn-danger {
  display: inline-block;
  background: rgba(255, 0, 0, 0.1);
  color: #FF0000;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 2px 7px;
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}
.page-data-feed-single .box-table .icon-info-outline {
  background: url("../img/icons/info-outline.png") no-repeat 100% 50%;
  padding: 12px;
}
.page-data-feed-single .box-table .checkbox-custom {
  position: relative;
  width: 1px;
  height: 16px;
  background: none;
  border: 1px solid #A5A5A5;
  cursor: pointer;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  padding-left: 15px;
}
.page-data-feed-single .box-table .checkbox-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.page-data-feed-single .box-table .checkmark {
  position: absolute;
  top: -1px;
  left: -1px;
  right: 1px;
  width: 16px;
  height: 16px;
  background-color: none;
}
.page-data-feed-single .box-table .checkbox-custom:hover input ~ .checkmark {
  background-color: none;
}
.page-data-feed-single .box-table .checkbox-custom input:checked ~ .checkmark {
  background-color: #0566DC;
  border-radius: 4px;
  border: 1px solid #0566DC;
}
.page-data-feed-single .box-table .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.page-data-feed-single .box-table .checkbox-custom input:checked ~ .checkmark:after {
  display: block;
}
.page-data-feed-single .box-table .checkbox-custom .checkmark:after {
  left: 5px;
  top: -0.5px;
  width: 5px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 2.5px 2.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-data-feed-single .box-table table.dataTable.no-footer {
  border: none;
}
.page-data-feed-single .box-table .dataTables_filter {
  position: absolute;
  float: left;
  top: 120px;
}
.page-data-feed-single .box-table .dataTables_filter label {
  color: transparent;
}
.page-data-feed-single .box-table .dataTables_filter input {
  width: 340px;
  height: 48px;
  box-sizing: border-box;
  border-radius: 6px;
  padding-left: 41px;
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  background-color: #FFFFFF;
  border: 1px solid #EDEDED;
  background-image: url("../img/icons/search.png");
  background-repeat: no-repeat;
  background-position: 4% 50%;
}
.page-data-feed-single .box-table .dataTables_filter input::placeholder {
  color: #A5A5A5;
}
.page-data-feed-single .box-table .dataTables_length label {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-data-feed-single .box-table .dataTables_length select {
  font-family: "avenir heavy";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
  background: url("../img/icons/dropdown-per-page.png") no-repeat 50% 50%;
  padding: 0px 0px;
  padding-right: 15px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.page-data-feed-single .box-per-page {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.page-data-feed-single .box-per-page span {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-data-feed-single .box-per-page select.form-control {
  font-family: "avenir heavy";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
  background: url("../img/icons/dropdown-per-page.png") no-repeat 90% 50%;
  padding: 0px 0px;
  padding-right: 15px;
}
.page-data-feed-single .box-per-page .form-control {
  background-color: transparent;
  border: none;
}
.page-data-feed-single .paginate_button {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #272727;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 8px;
}
.page-data-feed-single .current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #0566DC;
  color: #FFFFFF;
  border-radius: 6px;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}
.page-data-feed-single .icon-arrow-left-paginate {
  background-image: url("./../img/icons/arrow-left.png");
  background-repeat: no-repeat;
  background-position: -20% 50%;
  padding: 10px;
}
.page-data-feed-single .icon-arrow-right-paginate {
  background-image: url("./../img/icons/arrow-right.png");
  background-repeat: no-repeat;
  background-position: -20% 50%;
  padding: 10px;
}
.page-data-feed-single .paginate_button.next,
.page-data-feed-single .paginate_button.previous {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: rgba(5, 102, 220, 0.1);
  border-radius: 6px;
}
.page-data-feed-single .paginate_button.next.disabled,
.page-data-feed-single .paginate_button.previous.disabled {
  background-color: transparent;
}
.page-data-feed-single .dataTables_paginate {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 20px;
}
.page-data-feed-single .content-historical-pull {
  width: auto;
  height: auto;
  min-width: 707px;
  min-height: 329px;
  position: relative;
  right: 8%;
}
.page-data-feed-single .modal-header.header-historical-pull {
  margin: 0px 0px;
  padding: 0px 0px;
  height: 0px;
  width: auto;
}
.page-data-feed-single .close.close-historical-pull {
  position: relative;
  bottom: 40px;
  float: right;
  opacity: 1;
  color: #FFFFFF;
  font-size: 35px;
}
.page-data-feed-single .modal-body.body-historical-pull {
  margin: 0px 0px;
  padding: 0px 0px;
  margin-left: 24px;
  margin-right: 24px;
}
.page-data-feed-single .modal-body.body-historical-pull h3 {
  margin: 0px 0px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: "avenir heavy";
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #272727;
}
.page-data-feed-single .modal-body.body-historical-pull .box-info {
  display: flex;
  border: 2px solid rgba(5, 102, 220, 0.1);
  box-sizing: border-box;
  border-radius: 6px;
  padding: 12px 16px;
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #272727;
}
.page-data-feed-single .modal-body.body-historical-pull .box-info p {
  margin: 0px 0px;
}
.page-data-feed-single .modal-body.body-historical-pull .box-info a {
  color: #0566DC;
}
.page-data-feed-single .modal-body.body-historical-pull .form {
  display: flex;
  flex-direction: row;
}
.page-data-feed-single .modal-body.body-historical-pull .form .form-group {
  margin-top: 16px;
  margin-left: 0px;
  margin-right: 23px;
}
.page-data-feed-single .modal-body.body-historical-pull .form .form-group label {
  font-family: "avenir heavy";
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.page-data-feed-single .modal-body.body-historical-pull .form .form-group .form-control {
  width: 318px;
  height: 48px;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 6px;
}
.page-data-feed-single .modal-body.body-historical-pull .form .form-group select {
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #272727;
}
.page-data-feed-single .modal-body.body-historical-pull .form .form-group select.form-control {
  background: url("./../img/icons/dropdown.png") no-repeat 95% 50%;
}
.page-data-feed-single .modal-body.body-historical-pull .form .form-group input.form-control {
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #A5A5A5;
  background: url("./../img/icons/calendar.png") no-repeat 95% 50%;
}
.page-data-feed-single .modal-body.body-historical-pull button {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 8px 24px;
  width: auto;
  height: auto;
  min-width: 180px;
  min-height: 38px;
  float: right;
  text-align: center;
}

.page-select-company {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}
.page-select-company .box-select-company {
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  justify-content: ce;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
}
.page-select-company .box-select-company .box-select-logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
}
.page-select-company .box-select-company .box-select-logo .logo-select {
  width: 43.6px;
  height: 40px;
}
.page-select-company .box-select-company .box-select-logo .logo-text {
  width: 122.33px;
  height: 24.1px;
}
.page-select-company .box-select-company h3 {
  margin: 0px 0px;
  margin-top: 24px;
  font-family: "avenir heavy";
  font-size: 20px;
  line-height: 32px;
  color: #272727;
}
.page-select-company .box-select-company select.form-control {
  display: flex;
  flex-direction: column;
  width: 278px;
  height: 48px;
  margin-top: 16px;
  padding: 12px 12px;
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #272727;
  border-color: #EDEDED;
  background: url("./../img/icons/dropdown.png") no-repeat 95% 50%;
}
.page-select-company .box-select-company a {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  margin-top: 24px;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
  text-decoration: none;
}
.page-select-company .box-select-company button {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  width: 100%;
  height: auto;
  padding: 8px 12px;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
}
.page-select-company .box-select-company .form-control {
  padding: 12px 15px;
}
.page-select-company .box-select-company .logo-intuit {
  width: 200px;
  height: auto;
}

.modal-header.header-downgrade {
  margin: 0px 0px;
  padding: 0px 0px;
  height: 0px;
}

.close.close-downgrade {
  font-size: 35px;
  opacity: 1;
  color: #FFFFFF;
  position: relative;
  bottom: 40px;
}

.modal-content.content-downgrade {
  min-width: 420px;
  height: auto;
  background: #F5F5F5;
  position: relative;
  left: 16%;
}

.modal-body.body-downgrade {
  margin: 0px 0px;
  padding: 0px 0px;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 25.05px;
  padding-bottom: 36.69px;
}
.modal-body.body-downgrade h3 {
  margin: 0px 0px;
  margin: 0px 0px;
  font-family: "avenir heavy";
  font-size: 20px;
  line-height: 32px;
  color: #272727;
}
.modal-body.body-downgrade .box-free-plan {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 12.24px;
}
.modal-body.body-downgrade .box-free-plan h4 {
  font-family: "avenir heavy";
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.modal-body.body-downgrade .box-free-plan span {
  font-family: "avenir roman";
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.modal-body.body-downgrade .box-info-billing {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 6px;
}
.modal-body.body-downgrade .box-info-billing h4 {
  font-family: "avenir heavy";
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.modal-body.body-downgrade .box-info-billing p {
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #272727;
}
.modal-body.body-downgrade .box-button {
  display: flex;
  flex-direction: row;
  margin-top: 40.31px;
  justify-content: center;
  align-items: center;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
}
.modal-body.body-downgrade .box-button .blue {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 8px 24px;
  margin-left: 16px;
}
.modal-body.body-downgrade .box-button .blue-outline {
  border: 1px solid #0566DC;
  background: #FFFFFF;
  border-radius: 6px;
  color: #0566DC;
  padding: 8px 24px;
}

.datepicker-months {
  padding-top: 28px;
  padding-bottom: 10px;
  width: 100%;
}
.datepicker-months .table-condensed {
  width: 270px;
}
.datepicker-months th.prev {
  background-image: url("./../img/icons/arrow-left.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(5, 102, 220, 0.1);
  border-radius: 6px;
  color: transparent;
  position: relative;
  left: 10px;
}
.datepicker-months th.prev:hover {
  background-image: url("./../img/icons/arrow-left.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(5, 102, 220, 0.1);
  border-radius: 6px;
  color: transparent;
}
.datepicker-months th.next {
  background-image: url("./../img/icons/arrow-right.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(5, 102, 220, 0.1);
  border-radius: 6px;
  color: transparent;
  position: relative;
  right: 10px;
}
.datepicker-months th.next:hover {
  background-image: url("./../img/icons/arrow-right.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(5, 102, 220, 0.1);
  border-radius: 6px;
  color: transparent;
}
.datepicker-months .datepicker-switch {
  font-family: "avenir heavy";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  color: #272727;
  pointer-events: none;
}
.datepicker-months .datepicker-switch:hover {
  background: none;
}
.datepicker-months table {
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  color: #272727;
}
.datepicker-months .month {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 32px;
  border-radius: 6px;
}
.datepicker-months .month:hover {
  background: rgba(5, 102, 220, 0.1);
}
.datepicker-months .month.focused {
  background: none;
}

.page-dashboard h1,
.page-dashboard h2,
.page-dashboard h3,
.page-dashboard h4 {
  margin: 0px 0px;
  padding: 0px 0px;
}
.page-dashboard .text-dashboard {
  margin-top: 34px;
  margin-bottom: 16px;
}
.page-dashboard h3 {
  font-size: 20px;
}
.page-dashboard a {
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
}
.page-dashboard .box-dashboard {
  display: flex;
  flex-direction: row;
}
.page-dashboard .box-dashboard .box-left {
  display: flex;
  flex-direction: column;
  width: 533px;
  margin-left: 0px;
}
.page-dashboard .box-dashboard .box-left .box-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-dashboard .box-dashboard .box-left .card-connections {
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  width: 100%;
  height: auto;
  padding: 24px 24px;
  margin-bottom: 24px;
}
.page-dashboard .box-dashboard .box-left .card-connections table {
  width: 100%;
  margin-top: 12px;
}
.page-dashboard .box-dashboard .box-left .card-connections table .logo-connections {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.page-dashboard .box-dashboard .box-left .card-connections table td {
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  color: #272727;
  padding-top: 12px;
  padding-bottom: 12px;
}
.page-dashboard .box-dashboard .box-left .card-connections table .line {
  border-bottom: 1px solid #F5F5F5;
}
.page-dashboard .box-dashboard .box-left .card-connections .box-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}
.page-dashboard .box-dashboard .box-left .card-connections .box-btn button {
  background: rgba(249, 184, 38, 0.1);
  color: #F9B826;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  background-image: url("../img/icons/star.png");
  background-repeat: no-repeat;
  background-position: 8% 50%;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 42px;
  padding-right: 20px;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 25px;
}
.page-dashboard .box-dashboard .box-left .card-history {
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  width: 100%;
  height: auto;
  padding-bottom: 24px;
  padding-right: 24px;
  margin-bottom: 24px;
}
.page-dashboard .box-dashboard .box-left .card-history .box-header {
  padding: 24px 0px;
  padding-left: 24px;
  padding-bottom: 15px;
}
.page-dashboard .box-dashboard .box-left .card-history .icon-info {
  background-image: url("./../img/icons/info-outline.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding: 10px;
}
.page-dashboard .box-dashboard .box-left .card-history table {
  width: 100%;
}
.page-dashboard .box-dashboard .box-left .card-history table .logo-connections {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.page-dashboard .box-dashboard .box-left .card-history table td {
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  color: #272727;
  padding-top: 12px;
  padding-bottom: 12px;
}
.page-dashboard .box-dashboard .box-left .card-history table td:first-child {
  padding-left: 24px;
}
.page-dashboard .box-dashboard .box-left .card-history table .line-vertical {
  background: url("./../img/icons/line-left.png") no-repeat 0% 50%;
}
.page-dashboard .box-dashboard .box-left .card-history table .link-icon-info {
  position: relative;
  left: 5px;
}
.page-dashboard .box-dashboard .box-left .card-questions {
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  padding: 24px 24px;
}
.page-dashboard .box-dashboard .box-left .card-questions p {
  margin-top: 6px;
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.page-dashboard .box-dashboard .box-left .card-questions .box-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
}
.page-dashboard .box-dashboard .box-left .card-questions .box-btn .btn-blue {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 8px 52px;
}
.page-dashboard .box-dashboard .box-left .card-questions .box-btn .btn-blue-light {
  margin-left: 16px;
  background: rgba(5, 102, 220, 0.1);
  color: #0566DC;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 8px 52px;
}
.page-dashboard .box-dashboard .box-right {
  display: flex;
  flex-direction: column;
  width: 533px;
  margin-left: 24px;
}
.page-dashboard .box-dashboard .box-right .box-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-dashboard .box-dashboard .box-right .card-need-help {
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 24px;
}
.page-dashboard .box-dashboard .box-right .card-need-help p {
  margin-top: 6px;
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.page-dashboard .box-dashboard .box-right .card-need-help span {
  color: #0566DC;
}
.page-dashboard .box-dashboard .box-right .card-need-help .box-yt {
  width: 100%;
  height: 273px;
  background: url("./../img/content-yt.png") no-repeat 100% 100%;
  border-radius: 7.41902px;
}
.page-dashboard .box-dashboard .box-right .card-current-subsription {
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 24px;
}
.page-dashboard .box-dashboard .box-right .card-current-subsription p {
  margin: 0px 0px;
  margin-top: 12px;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #272727;
}
.page-dashboard .box-dashboard .box-right .card-current-subsription span {
  color: #6D6D6D;
}
.page-dashboard .box-dashboard .box-right .card-multiple-products {
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 24px;
}
.page-dashboard .box-dashboard .box-right .card-multiple-products .btn-yellow-light {
  background: rgba(249, 184, 38, 0.1);
  color: #F9B826;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 2px 20px;
  padding-left: 42px;
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  background-image: url("./../img/icons/star.png");
  background-repeat: no-repeat;
  background-position: 10% 50%;
}
.page-dashboard .box-dashboard .box-right .card-multiple-products .box-img {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 156px;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #EDEDED;
  box-shadow: 5px 10px 8px #EDEDED;
}
.page-dashboard .box-dashboard .box-right .card-multiple-products .img-multi-products {
  width: 160px;
  height: 132px;
}
.page-dashboard .box-dashboard .box-right .card-multiple-products h3 {
  margin-top: 24px;
}
.page-dashboard .box-dashboard .box-right .card-multiple-products p {
  margin-top: 12px;
  text-align: center;
  color: #6D6D6D;
}
.page-dashboard .box-dashboard .box-right .card-multiple-products .btn-blue-light {
  background: rgba(5, 102, 220, 0.1);
  color: #0566DC;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding-top: 7px;
  padding-bottom: 6px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 25px;
}

.page-faq h1 {
  font-family: "avenir heavy";
  font-size: 32px;
  line-height: 51px;
  color: #272727;
}
.page-faq .box-faq {
  display: flex;
  flex-direction: column;
  width: auto;
}
.page-faq .box-faq .panel .panel-heading {
  padding-top: 6px;
  padding-bottom: 6px;
}
.page-faq .box-faq .panel .panel-title {
  font-family: "avenir heavy";
  font-size: 20px;
  line-height: 32px;
  color: #272727;
  background-image: url("./../img/icons/close.png");
  background-position: 97.4% 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.page-faq .box-faq .panel .panel-title::before {
  display: none;
}
.page-faq .box-faq .panel .panel-title::after {
  display: none;
}
.page-faq .box-faq .panel .panel-title.collapsed {
  background-image: url("./../img/icons/active/plus.png");
  background-position: 97.4% 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.page-faq .box-faq .panel .panel-body {
  padding-top: 0px;
}
.page-faq .box-faq .panel .panel-body p {
  margin-top: 0px;
  padding-top: 0px;
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #272727;
}
.page-faq .box-faq .box-questions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  border: 2px solid #0566DC;
  border-radius: 6px;
  padding-left: 24px;
  padding-right: 24px;
}
.page-faq .box-faq .box-questions h3 {
  font-family: "avenir heavy";
  font-size: 20px;
  line-height: 32px;
  color: #272727;
}
.page-faq .box-faq .box-questions p {
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  color: #272727;
  padding-bottom: 24px;
  margin-bottom: 0px;
}
.page-faq .box-faq .box-questions .btn-blue {
  width: auto;
  height: auto;
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 8px 52px;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}

.body-onboard {
  background-color: #FFFFFF;
}

.wrapper-onboard {
  display: flex;
  flex-direction: row;
}

.sidebar-onboard {
  display: flex;
  flex-direction: column;
  margin-left: 60px;
  width: 208px;
  height: auto;
  position: fixed;
  min-height: 100vh;
  z-index: 1;
}

.content-onboard {
  display: flex;
  flex-direction: column;
  position: relative;
  height: auto;
  width: 100%;
  left: 0;
  min-height: 100vh;
}

.box-logo-onboard {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40.55px;
}
.box-logo-onboard .img-logo {
  width: 43.6px;
  height: 40px;
}
.box-logo-onboard .img-text {
  width: 122.33px;
  height: 24.1px;
}

.box-nav-onboard {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 80vh;
  justify-content: center;
}
.box-nav-onboard ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.box-nav-onboard li {
  margin: 0px;
  padding: 0px;
}
.box-nav-onboard li a {
  text-decoration: none;
  color: #6D6D6D;
}
/*.box-nav-onboard li a:hover {
  color: #0566DC;
}*/
.box-nav-onboard li a:hover .box-name-sidebar {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.box-nav-onboard li a:hover .box-name-sidebar .box-icon {
  margin-right: 12px;
  width: 16px;
  height: 16px;
}
/*.box-nav-onboard li a:hover .box-name-sidebar .box-icon .icon-dashboard {
  background: url("../img/icons/active/dashboard.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li a:hover .box-name-sidebar .box-icon .icon-billing {
  background: url("../img/icons/active/billing.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li a:hover .box-name-sidebar .box-icon .icon-account-mapping {
  background: url("../img/icons/active/account-mapping.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li a:hover .box-name-sidebar .box-icon .icon-connections {
  background: url("../img/icons/active/connections.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li a:hover .box-name-sidebar .box-icon .icon-datafeed {
  background: url("../img/icons/active/datafeed.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li a:hover .box-name-sidebar .box-icon .icon-fees {
  background: url("../img/icons/active/fees.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li a:hover .box-name-sidebar .box-icon .icon-account-mapping {
  background: url("../img/icons/active/account-mapping.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li a:hover .box-name-sidebar .box-icon .icon-customer {
  background: url("../img/icons/active/customer.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li a:hover .box-name-sidebar .box-icon .icon-testing {
  background: url("../img/icons/active/testing.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li a:hover .box-name-sidebar .box-icon .icon-historical {
  background: url("../img/icons/active/history.png") no-repeat;
  padding: 0px 16px;
}*/
.box-nav-onboard li a:hover .box-name-sidebar .text-sidebar {
  font-family: "avenir heavy";
  font-size: 16px;
  line-height: 25px;
}
.box-nav-onboard li .box-name-sidebar {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.box-nav-onboard li .box-name-sidebar .box-icon {
  margin-right: 12px;
  width: 16px;
  height: 16px;
}
.box-nav-onboard li .box-name-sidebar .box-icon .icon-dashboard {
  background: url("../img/icons/dashboard.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li .box-name-sidebar .box-icon .icon-billing {
  background: url("../img/icons/billing.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li .box-name-sidebar .box-icon .icon-account-mapping {
  background: url("../img/icons/account-mapping.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li .box-name-sidebar .box-icon .icon-connections {
  background: url("../img/icons/connections.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li .box-name-sidebar .box-icon .icon-datafeed {
  background: url("../img/icons/datafeed.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li .box-name-sidebar .box-icon .icon-fees {
  background: url("../img/icons/fees.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li .box-name-sidebar .box-icon .icon-customer {
  background: url("../img/icons/customer.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li .box-name-sidebar .box-icon .icon-testing {
  background: url("../img/icons/testing.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li .box-name-sidebar .box-icon .icon-billing {
  background: url("../img/icons/billing.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li .box-name-sidebar .box-icon .icon-historical {
  background: url("../img/icons/history.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li .box-name-sidebar .text-sidebar {
  font-family: "avenir heavy";
  font-size: 16px;
  line-height: 25px;
}
/*.box-nav-onboard li:hover {
  color: #0566DC;
  cursor: pointer;
}*/
/*.box-nav-onboard li:hover .box-name-sidebar .box-icon .icon-dashboard {
  background: url("../img/icons/active/dashboard.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li:hover .box-name-sidebar .box-icon .icon-billing {
  background: url("../img/icons/active/billing.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li:hover .box-name-sidebar .box-icon .icon-account-mapping {
  background: url("../img/icons/active/account-mapping.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li:hover .box-name-sidebar .box-icon .icon-connections {
  background: url("../img/icons/active/connections.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li:hover .box-name-sidebar .box-icon .icon-datafeed {
  background: url("../img/icons/active/datafeed.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li:hover .box-name-sidebar .box-icon .icon-faq {
  background: url("../img/icons/active/info.png") no-repeat;
  padding: 0px 16px;
}*/
.box-nav-onboard li:hover .box-name-sidebar .text-sidebar {
  font-family: "avenir heavy";
  font-size: 16px;
  line-height: 25px;
}
.box-nav-onboard li.active a {
  color: #0566DC;
}
.box-nav-onboard li.active .box-name-sidebar .box-icon .icon-dashboard {
  background: url("../img/icons/active/dashboard.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li.active .box-name-sidebar .box-icon .icon-billing {
  background: url("../img/icons/active/billing.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li.active .box-name-sidebar .box-icon .icon-account-mapping {
  background: url("../img/icons/active/account-mapping.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li.active .box-name-sidebar .box-icon .icon-connections {
  background: url("../img/icons/active/connections.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li.active .box-name-sidebar .box-icon .icon-datafeed {
  background: url("../img/icons/active/datafeed.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li.active .box-name-sidebar .box-icon .icon-fees {
  background: url("../img/icons/active/fees.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li.active .box-name-sidebar .box-icon .icon-customer {
  background: url("../img/icons/active/customer.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li.active .box-name-sidebar .box-icon .icon-testing {
  background: url("../img/icons/active/testing.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li.active .box-name-sidebar .box-icon .icon-billing {
  background: url("../img/icons/active/billing.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li.active .box-name-sidebar .box-icon .icon-historical {
  background: url("../img/icons/active/history.png") no-repeat;
  padding: 0px 16px;
}
.box-nav-onboard li.prev {
  opacity: 0.2;
  pointer-events: none;
}

.page-connections-onboard {
  display: flex;
  flex-direction: column;
  margin-top: 38.55px;
}
.page-connections-onboard h1,
.page-connections-onboard h2,
.page-connections-onboard h3,
.page-connections-onboard h4 {
  margin-top: 0px;
}
.page-connections-onboard .box-top {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 55.5px;
}
.page-connections-onboard .box-top span {
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
  text-align: center;
}
.page-connections-onboard .box-top .link-skip-onboarding {
  position: absolute;
  right: 60px;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
}
.page-connections-onboard .box-top .icon-close {
  background: url("./../img/icons/close-onboard.png") no-repeat 50% 50%;
  padding: 12px;
  background-size: auto;
}
.page-connections-onboard .box-top .box-breadcrumbs {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
}
.page-connections-onboard .box-top .box-breadcrumbs ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  list-style: none;
}
.page-connections-onboard .box-top .box-breadcrumbs ul li {
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #A5A5A5;
}
.page-connections-onboard .box-top .box-breadcrumbs ul li a {
  color: #A5A5A5;
}
.page-connections-onboard .box-top .box-breadcrumbs ul li.active a {
  color: #272727;
}
.page-connections-onboard .box-top .box-breadcrumbs .box-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
}
.page-connections-onboard .box-top .box-breadcrumbs .box-items a {
  margin-left: 2px;
  margin-right: 7px;
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
}
.page-connections-onboard .box-top .box-breadcrumbs .icon-arrow-right {
  background: url("./../img/icons/icon-right.png") no-repeat 5% 50%;
  background-size: auto;
  padding: 8px;
}
.page-connections-onboard .box-top .box-breadcrumbs .icon-check {
  background: url("./../img/icons/checkmark.png") no-repeat 80% 50%;
  background-size: auto;
  padding: 8px;
  margin-right: 2px;
}
.page-connections-onboard .box-top .box-breadcrumbs .circle-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  padding: 6px;
  background: #F5F5F5;
  border-radius: 12px;
  margin-right: 6px;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-connections-onboard .box-middle .content-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
}
.page-connections-onboard .box-middle h3 {
  font-size: 20px;
  line-height: 32px;
  color: #272727;
}
.page-connections-onboard .box-middle h4 {
  text-align: center;
}
.page-connections-onboard .box-middle .box-circle-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: #F9F9F9;
  border-radius: 36px;
  margin-top: 40px;
  margin-bottom: 0;
}
.page-connections-onboard .box-middle .box-circle-logo .img-connections {
  width: 60px;
  height: 60px;
  color: #FFFFFF;
}
.page-connections-onboard .box-middle .box-circle-logo .img-stripe {
  width: 100px;
  height: 100px;
  color: #FFFFFF;
}
.page-connections-onboard .box-middle h1 {
  font-size: 28px;
  line-height: 44px;
  margin-top: 24px;
  margin-bottom: 12px;
  text-align: center;
}
.page-connections-onboard .box-middle p {
  font-size: 14px;
  line-height: 22px;
  color: #272727;
  margin-top: 0px;
  text-align: center;
}
.page-connections-onboard .box-middle .text-other-account {
  margin-top: -10px;
  margin-bottom: 60px;
}
.page-connections-onboard .box-middle button {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  min-width: 220px;
  width: auto;
  height: auto;
  padding: 7px 12px;
  padding-bottom: 6px;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 25px;
}
.page-connections-onboard .box-middle span {
  color: #0566DC;
}
.page-connections-onboard .box-middle a {
  color: #0566DC;
}
.page-connections-onboard .box-middle .box-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.page-connections-onboard .box-middle .box-table .dataTables_wrapper {
  width: 90%;
}
.page-connections-onboard .box-middle .box-table .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.page-connections-onboard .box-middle .box-table thead th {
  position: relative;
}
.page-connections-onboard .box-middle .box-table .table td {
  vertical-align: middle;
}
.page-connections-onboard .box-middle .box-table .table thead th {
  vertical-align: top;
}
.page-connections-onboard .box-middle .box-table th {
  border: none;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #6D6D6D;
  padding-left: 20px;
}
.page-connections-onboard .box-middle .box-table td {
  position: relative;
  font-family: "avenir roman";
  font-size: 16px;
  color: #272727;
  border: none;
  background-color: #FFFFFF;
  padding-left: 20px;
}
.page-connections-onboard .box-middle .box-table th {
  border: none;
  height: 0px;
}
.page-connections-onboard .box-middle .box-table tr.col {
  height: 70px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
}
.page-connections-onboard .box-middle .box-table td:last-child {
  border-right: 1px solid #FFFFFF;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  padding-left: 10px;
}
.page-connections-onboard .box-middle .box-table td:first-child {
  border-left: 1px solid #FFFFFF;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.page-connections-onboard .box-middle .box-table .btn-red {
  display: inline-block;
  padding: 2px 10px;
  background: rgba(255, 0, 0, 0.1);
  color: #FF0000;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
}
.page-connections-onboard .box-middle .box-table .btn-yellow {
  display: inline-block;
  padding: 2px 10px;
  background: rgba(249, 184, 38, 0.1);
  color: #F9B826;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
}
.page-connections-onboard .box-middle .box-table .btn-blue {
  display: inline-block;
  padding: 2px 10px;
  background: rgba(5, 102, 220, 0.1);
  color: #0566DC;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
}
.page-connections-onboard .box-middle .box-table .icon-info {
  background: url("./../img/icons/info-outline.png") no-repeat 95% 50%;
  padding: 12px;
}
.page-connections-onboard .box-middle .box-table .btn-default {
  display: inline-block;
  background: #FAFAFA;
  color: #A5A5A5;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 2px 21px;
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}
.page-connections-onboard .box-middle .box-table .btn-danger {
  display: inline-block;
  background: rgba(255, 0, 0, 0.1);
  color: #FF0000;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 2px 7px;
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}
.page-connections-onboard .box-middle .box-table table.dataTable.no-footer {
  border: none;
}
.page-connections-onboard .box-middle .box-table .dataTables_length label {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle .box-table .dataTables_length select {
  font-family: "avenir heavy";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
  background: url("../img/icons/dropdown-per-page.png") no-repeat 50% 50%;
  padding: 0px 0px;
  padding-right: 15px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.page-connections-onboard .box-middle .box-table .box-per-page {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.page-connections-onboard .box-middle .box-table .box-per-page span {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle .box-table .box-per-page select.form-control {
  font-family: "avenir heavy";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
  background: url("../img/icons/dropdown-per-page.png") no-repeat 90% 50%;
  padding: 0px 0px;
  padding-right: 15px;
}
.page-connections-onboard .box-middle .box-table .box-per-page .form-control {
  background-color: transparent;
  border: none;
}
.page-connections-onboard .box-middle .box-table .dataTables_paginate {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 20px;
}
.page-connections-onboard .box-middle .box-table .paginate_button {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #272727;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 8px;
}
.page-connections-onboard .box-middle .box-table .current {
  width: 24px;
  height: 24px;
  background: #0566DC;
  color: #FFFFFF;
  border-radius: 6px;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}
.page-connections-onboard .box-middle .box-table .icon-arrow-left-paginate {
  background-image: url("./../img/icons/arrow-left.png");
  background-repeat: no-repeat;
  background-position: -20% 50%;
  padding: 10px;
}
.page-connections-onboard .box-middle .box-table .icon-arrow-right-paginate {
  background-image: url("./../img/icons/arrow-right.png");
  background-repeat: no-repeat;
  background-position: -20% 50%;
  padding: 10px;
}
.page-connections-onboard .box-middle .box-table .paginate_button.next,
.page-connections-onboard .box-middle .box-table .paginate_button.previous {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: rgba(5, 102, 220, 0.1);
  border-radius: 6px;
}
.page-connections-onboard .box-middle .box-table .paginate_button.next.disabled,
.page-connections-onboard .box-middle .box-table .paginate_button.previous.disabled {
  background-color: transparent;
}
.page-connections-onboard .box-middle .box-table-grey {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.page-connections-onboard .box-middle .box-table-grey .dataTables_wrapper {
  width: 90%;
}
.page-connections-onboard .box-middle .box-table-grey .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.page-connections-onboard .box-middle .box-table-grey thead th {
  position: relative;
}
.page-connections-onboard .box-middle .box-table-grey .table td {
  vertical-align: middle;
}
.page-connections-onboard .box-middle .box-table-grey .table thead th {
  vertical-align: top;
}
.page-connections-onboard .box-middle .box-table-grey th {
  border: none;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #6D6D6D;
  padding-left: 20px;
}
.page-connections-onboard .box-middle .box-table-grey td {
  position: relative;
  font-family: "avenir roman";
  font-size: 16px;
  color: #272727;
  border: none;
  background-color: #F5F5F5;
  padding-left: 20px;
}
.page-connections-onboard .box-middle .box-table-grey th {
  border: none;
  height: 0px;
}
.page-connections-onboard .box-middle .box-table-grey tr.col {
  height: 70px;
}
.page-connections-onboard .box-middle .box-table-grey td:last-child {
  border-right: 1px solid #FFFFFF;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  padding-left: 10px;
}
.page-connections-onboard .box-middle .box-table-grey td:first-child {
  border-left: 1px solid #FFFFFF;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.page-connections-onboard .box-middle .box-table-grey .btn-default {
  display: inline-block;
  background: #FAFAFA;
  color: #A5A5A5;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 2px 21px;
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}
.page-connections-onboard .box-middle .box-table-grey .btn-danger {
  display: inline-block;
  background: rgba(255, 0, 0, 0.1);
  color: #FF0000;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 2px 7px;
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}
.page-connections-onboard .box-middle .box-table-grey table.dataTable.no-footer {
  border: none;
}
.page-connections-onboard .box-middle .box-table-grey .dataTables_length label {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle .box-table-grey .dataTables_length select {
  font-family: "avenir heavy";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
  background: url("../img/icons/dropdown-per-page.png") no-repeat 50% 50%;
  padding: 0px 0px;
  padding-right: 15px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.page-connections-onboard .box-middle .box-table-grey .box-per-page {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.page-connections-onboard .box-middle .box-table-grey .box-per-page span {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle .box-table-grey .box-per-page select.form-control {
  font-family: "avenir heavy";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
  background: url("../img/icons/dropdown-per-page.png") no-repeat 90% 50%;
  padding: 0px 0px;
  padding-right: 15px;
}
.page-connections-onboard .box-middle .box-table-grey .box-per-page .form-control {
  background-color: transparent;
  border: none;
}
.page-connections-onboard .box-middle .box-table-grey .dataTables_paginate {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 20px;
}
.page-connections-onboard .box-middle .box-table-grey .paginate_button {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #272727;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 8px;
}
.page-connections-onboard .box-middle .box-table-grey .current {
  width: 24px;
  height: 24px;
  background: #0566DC;
  color: #FFFFFF;
  border-radius: 6px;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}
.page-connections-onboard .box-middle .box-table-grey .icon-arrow-left-paginate {
  background-image: url("./../img/icons/arrow-left.png");
  background-repeat: no-repeat;
  background-position: -20% 50%;
  padding: 10px;
}
.page-connections-onboard .box-middle .box-table-grey .icon-arrow-right-paginate {
  background-image: url("./../img/icons/arrow-right.png");
  background-repeat: no-repeat;
  background-position: -20% 50%;
  padding: 10px;
}
.page-connections-onboard .box-middle .box-table-grey .paginate_button.next,
.page-connections-onboard .box-middle .box-table-grey .paginate_button.previous {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: rgba(5, 102, 220, 0.1);
  border-radius: 6px;
}
.page-connections-onboard .box-middle .box-table-grey .paginate_button.next.disabled,
.page-connections-onboard .box-middle .box-table-grey .paginate_button.previous.disabled {
  background-color: transparent;
}
.page-connections-onboard .box-middle .text-create-product {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #272727;
}
.page-connections-onboard .box-middle .text-stripe-customer {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle p.start-flowing {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #272727;
  width: 630px;
}
.page-connections-onboard .box-middle .box-btn-purchase {
  display: flex;
  flex-direction: row;
  width: auto;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-connections-onboard .box-middle .box-btn-purchase .total {
  color: #272727;
  font-family: "avenir heavy";
  font-size: 32px;
  line-height: 51px;
}
.page-connections-onboard .box-middle .box-btn-purchase .box-btn-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 50px;
}
.page-connections-onboard .box-middle .box-btn-purchase .box-btn-col .btn-blue {
  width: auto;
  min-width: 163px;
  height: 38px;
  padding: 7px 12px;
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
}
.page-connections-onboard .box-middle .box-btn-purchase .box-btn-col .link-grey {
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 25px;
  margin-top: 16px;
}
.page-connections-onboard .box-middle .box-btn-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
}
.page-connections-onboard .box-middle .box-btn-col .btn-blue {
  width: auto;
  min-width: 163px;
  height: 38px;
  padding: 7px 12px;
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
}
.page-connections-onboard .box-middle .box-btn-col .link-grey {
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 25px;
  margin-top: 16px;
}
.page-connections-onboard .box-middle .box-btn-product {
  display: flex;
  flex-direction: row;
  width: auto;
  justify-content: center;
}
.page-connections-onboard .box-middle .box-btn-product .btn-blue-outline {
  border: 1px solid #0566DC;
  background: #FFFFFF;
  border-radius: 6px;
  color: #0566DC;
  width: auto;
  height: auto;
}
.page-connections-onboard .box-middle .box-btn-product .btn-blue-outline.stripe-fees {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 56px;
  padding-right: 34px;
  background-image: url("./../img/icons/active/checkmark.png");
  background-position: 16% 50%;
  background-repeat: no-repeat;
  margin-right: 16px;
  margin-bottom: 16px;
}
.page-connections-onboard .box-middle .box-btn-product .btn-blue-outline.stripe-refunds {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 44.5px;
  padding-right: 22.5px;
  background-image: url("./../img/icons/active/checkmark.png");
  background-position: 11% 50%;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}
.page-connections-onboard .box-middle .box-btn-product .btn-blue-outline.stripe-sales {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 54.5px;
  padding-right: 32.5px;
  background-image: url("./../img/icons/active/checkmark.png");
  background-position: 16% 50%;
  background-repeat: no-repeat;
  margin-right: 16px;
}
.page-connections-onboard .box-middle .box-btn-product .btn-green-outline {
  border: 1px solid #0CBB9A;
  background: #FFFFFF;
  border-radius: 6px;
  color: #0CBB9A;
  width: auto;
  height: auto;
}
.page-connections-onboard .box-middle .box-btn-product .btn-green-outline.clearing-refunds {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 37.5px;
  padding-right: 15.5px;
  background-image: url("./../img/icons/checkmark.png");
  background-position: 8% 50%;
  background-repeat: no-repeat;
}
.page-connections-onboard .box-middle .link-necessary {
  margin-top: 15px;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #A5A5A5;
  cursor: pointer;
}
.page-connections-onboard .box-middle .btn-mt-60 {
  margin-top: 60px;
}
.page-connections-onboard .box-middle .btn-mt-30 {
  margin-top: 30px;
}
.page-connections-onboard .box-middle .btn-mt-20 {
  margin-top: 20px;
}
.page-connections-onboard .box-middle .btn-mb-50 {
  margin-bottom: 50px;
}
.page-connections-onboard .box-middle .text-stripe-product {
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #6D6D6D;
  margin-top: 24px;
}
.page-connections-onboard .box-middle .tooltip-necessary {
  display: none;
  z-index: 1;
  /* Sit on top */
  flex-direction: row;
  justify-content: flex-start;
  position: absolute;
  top: 250px;
  z-index: 1;
  width: 850px;
  background: #FFFFFF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.page-connections-onboard .box-middle .tooltip-necessary .box-text-left {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 25px;
}
.page-connections-onboard .box-middle .tooltip-necessary .box-text-left h3 {
  margin: 0px;
  padding: 0px;
}
.page-connections-onboard .box-middle .tooltip-necessary .box-text-left p {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  color: #272727;
  margin: 0px;
  padding: 0px;
}
.page-connections-onboard .box-middle .tooltip-necessary .box-text-right {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 25px;
}
.page-connections-onboard .box-middle .tooltip-necessary .box-text-right h3 {
  margin: 0px;
  padding: 0px;
}
.page-connections-onboard .box-middle .tooltip-necessary .box-text-right p {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  color: #272727;
  margin: 0px;
  padding: 0px;
}
.page-connections-onboard .box-middle .tooltip-sales {
  display: none;
  z-index: 1;
  /* Sit on top */
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  top: 250px;
  z-index: 1;
  width: 417px;
  background: #FFFFFF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 16px 16px;
}
.page-connections-onboard .box-middle .tooltip-sales p {
  margin: 0px;
  padding: 0px;
}
.page-connections-onboard .box-middle .tooltip-refunds {
  display: none;
  z-index: 1;
  /* Sit on top */
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  top: 390px;
  z-index: 1;
  width: 417px;
  background: #FFFFFF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 16px 16px;
}
.page-connections-onboard .box-middle .tooltip-refunds p {
  margin: 0px;
  padding: 0px;
}
.page-connections-onboard .box-middle .tooltip-fees {
  display: none;
  z-index: 1;
  /* Sit on top */
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  top: 530px;
  z-index: 1;
  width: 417px;
  background: #FFFFFF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 16px 16px;
}
.page-connections-onboard .box-middle .tooltip-fees p {
  margin: 0px;
  padding: 0px;
}
.page-connections-onboard .box-middle .tooltip-help-me {
  display: none;
  z-index: 1;
  /* Sit on top */
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  top: 300px;
  z-index: 1;
  width: 417px;
  background: #FFFFFF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 16px 16px;
}
.page-connections-onboard .box-middle .tooltip-help-me p {
  margin: 0px;
  padding: 0px;
}
.page-connections-onboard .box-middle .show-tooltip {
  display: flex;
}
.page-connections-onboard .box-middle .box-form {
  display: flex;
  flex-direction: column;
  width: 355px;
  /* Create a custom radio button */
}
.page-connections-onboard .box-middle .box-form .col-group {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.page-connections-onboard .box-middle .box-form .col-group h4 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 12px;
  font-family: "avenir heavy";
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.page-connections-onboard .box-middle .box-form .col-group a {
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
}
.page-connections-onboard .box-middle .box-form select {
  margin-bottom: 24px;
  background-color: #FFFFFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 6px;
  height: 48px;
  background-image: url("./../img/icons/dropdown.png");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 12px;
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #A5A5A5;
}
.page-connections-onboard .box-middle .box-form .radio-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.page-connections-onboard .box-middle .box-form .radio-row .radio-no {
  margin-left: 25px;
}
.page-connections-onboard .box-middle .box-form .radio-column {
  display: flex;
  flex-direction: column;
}
.page-connections-onboard .box-middle .box-form .radio-column div {
  margin-top: 10px;
}
.page-connections-onboard .box-middle .box-form .radio-column div label {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle .box-form .box-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle .box-form .box-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.page-connections-onboard .box-middle .box-form .box-radio:hover input ~ .checkmark {
  background-color: #0566DC;
}
.page-connections-onboard .box-middle .box-form .box-radio input:checked ~ .checkmark {
  background-color: #0566DC;
}
.page-connections-onboard .box-middle .box-form .box-radio input:checked ~ .checkmark:after {
  display: block;
}
.page-connections-onboard .box-middle .box-form .box-radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.page-connections-onboard .box-middle .box-form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: none;
  border: 1px solid #A5A5A5;
  border-radius: 70%;
}
.page-connections-onboard .box-middle .box-form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.page-connections-onboard .box-middle .box-form .help-me {
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 10px;
}
.page-connections-onboard .box-middle .box-form-fees {
  display: flex;
  flex-direction: column;
  min-width: 420px;
  width: auto;
  /* Create a custom radio button */
}
.page-connections-onboard .box-middle .box-form-fees .card-radio {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #6D6D6D;
  background: #FAFAFA;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 6px;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 16px;
}
.page-connections-onboard .box-middle .box-form-fees .card-radio:hover, .page-connections-onboard .box-middle .box-form-fees .card-radio:active, .page-connections-onboard .box-middle .box-form-fees .card-radio:visited, .page-connections-onboard .box-middle .box-form-fees .card-radio:link {
  border: 1px solid #0566DC;
}
.page-connections-onboard .box-middle .box-form-fees .selected {
  border: 1px solid #0566DC;
}
.page-connections-onboard .box-middle .box-form-fees p {
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  color: #A5A5A5;
}
.page-connections-onboard .box-middle .box-form-fees .radio-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.page-connections-onboard .box-middle .box-form-fees .radio-row .radio-no {
  margin-left: 25px;
}
.page-connections-onboard .box-middle .box-form-fees .radio-column {
  display: flex;
  flex-direction: column;
}
.page-connections-onboard .box-middle .box-form-fees .radio-column div {
  margin-top: 10px;
}
.page-connections-onboard .box-middle .box-form-fees .radio-column div label {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle .box-form-fees .box-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle .box-form-fees .box-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.page-connections-onboard .box-middle .box-form-fees .box-radio:hover input ~ .checkmark {
  background-color: #0566DC;
}
.page-connections-onboard .box-middle .box-form-fees .box-radio input:checked ~ .checkmark {
  background-color: #0566DC;
}
.page-connections-onboard .box-middle .box-form-fees .box-radio input:checked ~ .checkmark:after {
  display: block;
}
.page-connections-onboard .box-middle .box-form-fees .box-radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.page-connections-onboard .box-middle .box-form-fees .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: none;
  border: 1px solid #A5A5A5;
  border-radius: 70%;
}
.page-connections-onboard .box-middle .box-form-fees .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.page-connections-onboard .box-middle .box-form-mapping {
  display: flex;
  flex-direction: column;
  min-width: 355px;
  width: auto;
  height: auto;
  /* Create a custom radio button */
}
.page-connections-onboard .box-middle .box-form-mapping .col-group {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
}
.page-connections-onboard .box-middle .box-form-mapping .col-group h4 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 12px;
  font-family: "avenir heavy";
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.page-connections-onboard .box-middle .box-form-mapping select {
  margin-bottom: 24px;
  background-color: #FFFFFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 6px;
  height: 48px;
  background-image: url("./../img/icons/dropdown.png");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 12px;
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #A5A5A5;
}
.page-connections-onboard .box-middle .box-form-mapping .link-tooltip-mapping {
  margin-bottom: 73px;
  margin-top: 25px;
  text-align: center;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
}
.page-connections-onboard .box-middle .box-form-mapping .box-btn-premium {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: auto;
}
.page-connections-onboard .box-middle .box-form-mapping .box-btn-premium .btn-yellow-light {
  background: rgba(249, 184, 38, 0.1);
  color: #F9B826;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  height: 29px;
  min-width: 185px;
  text-align: right;
  padding: 2px 20px;
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  background-image: url("./../img/icons/star.png");
  background-repeat: no-repeat;
  background-position: 10% 50%;
}
.page-connections-onboard .box-middle .box-form-mapping .box-img {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
}
.page-connections-onboard .box-middle .box-form-mapping .box-img div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 184px;
  height: 156px;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #EDEDED;
  box-shadow: 5px 10px 8px #EDEDED;
}
.page-connections-onboard .box-middle .box-form-mapping p.multiple-product-text {
  margin-top: 12px;
  font-family: "avenir heavy";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.page-connections-onboard .box-middle .box-form-mapping .radio-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.page-connections-onboard .box-middle .box-form-mapping .radio-row .radio-no {
  margin-left: 25px;
}
.page-connections-onboard .box-middle .box-form-mapping .radio-column {
  display: flex;
  flex-direction: column;
}
.page-connections-onboard .box-middle .box-form-mapping .radio-column div {
  margin-top: 10px;
}
.page-connections-onboard .box-middle .box-form-mapping .radio-column div label {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle .box-form-mapping .box-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle .box-form-mapping .box-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.page-connections-onboard .box-middle .box-form-mapping .box-radio:hover input ~ .checkmark {
  background-color: #0566DC;
}
.page-connections-onboard .box-middle .box-form-mapping .box-radio input:checked ~ .checkmark {
  background-color: #0566DC;
}
.page-connections-onboard .box-middle .box-form-mapping .box-radio input:checked ~ .checkmark:after {
  display: block;
}
.page-connections-onboard .box-middle .box-form-mapping .box-radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.page-connections-onboard .box-middle .box-form-mapping .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: none;
  border: 1px solid #A5A5A5;
  border-radius: 70%;
}
.page-connections-onboard .box-middle .box-form-mapping .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.page-connections-onboard .box-middle .box-form-mapping .details-text {
  display: flex;
  flex-direction: column;
  width: 453px;
  height: auto;
}
.page-connections-onboard .box-middle .box-form-mapping .details-text p {
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle .box-form-mapping .box-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.page-connections-onboard .box-middle .box-form-mapping .box-btn button {
  min-width: 180px;
}
.page-connections-onboard .box-middle .box-form-mapping .tooltip-mapping {
  display: none;
  z-index: 1;
  /* Sit on top */
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  top: 580px;
  z-index: 1;
  width: 417px;
  background: #FFFFFF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 16px 16px;
}
.page-connections-onboard .box-middle .box-form-mapping .tooltip-mapping p {
  margin: 0px;
  padding: 0px;
}
.page-connections-onboard .box-middle .box-form-mapping .show-tooltip {
  display: flex;
}
.page-connections-onboard .box-middle .box-form-customer {
  display: flex;
  flex-direction: column;
  width: 485px;
  height: auto;
  justify-content: center;
  align-items: center;
  /* Create a custom radio button */
  /* Create a custom checkbox button */
}
.page-connections-onboard .box-middle .box-form-customer .col-group {
  display: flex;
  flex-direction: row;
  width: 275px;
  justify-content: flex-start;
  margin-top: 20px;
}
.page-connections-onboard .box-middle .box-form-customer .col-group h4 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 12px;
  font-family: "avenir roman";
  font-size: 14;
  line-height: 25px;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle .box-form-customer input {
  margin-bottom: 24px;
  background-color: #FFFFFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 6px;
  height: 48px;
  width: 275px;
  padding-left: 12px;
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #A5A5A5;
}
.page-connections-onboard .box-middle .box-form-customer .import-following {
  margin-top: 40px;
  text-align: center;
}
.page-connections-onboard .box-middle .box-form-customer .link-tooltip-mapping {
  margin-bottom: 73px;
  margin-top: 25px;
  text-align: center;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
}
.page-connections-onboard .box-middle .box-form-customer .box-btn-premium {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: auto;
}
.page-connections-onboard .box-middle .box-form-customer .box-btn-premium .btn-yellow-light {
  background: rgba(249, 184, 38, 0.1);
  color: #F9B826;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  height: 29px;
  min-width: 185px;
  text-align: right;
  padding: 2px 20px;
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  background-image: url("./../img/icons/star.png");
  background-repeat: no-repeat;
  background-position: 10% 50%;
}
.page-connections-onboard .box-middle .box-form-customer .radio-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.page-connections-onboard .box-middle .box-form-customer .radio-row .radio-no {
  margin-left: 25px;
}
.page-connections-onboard .box-middle .box-form-customer .checkbox-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.page-connections-onboard .box-middle .box-form-customer .checkbox-row .checkbox-no {
  margin-left: 25px;
}
.page-connections-onboard .box-middle .box-form-customer .radio-column {
  display: flex;
  flex-direction: column;
}
.page-connections-onboard .box-middle .box-form-customer .radio-column div {
  margin-top: 10px;
}
.page-connections-onboard .box-middle .box-form-customer .radio-column div label {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle .box-form-customer .checkbox-column {
  display: flex;
  flex-direction: column;
  width: 90%;
}
.page-connections-onboard .box-middle .box-form-customer .checkbox-column div {
  margin-top: 10px;
}
.page-connections-onboard .box-middle .box-form-customer .checkbox-column div label {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle .box-form-customer .box-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle .box-form-customer .box-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.page-connections-onboard .box-middle .box-form-customer .box-radio:hover input ~ .checkmark {
  background-color: #0566DC;
}
.page-connections-onboard .box-middle .box-form-customer .box-radio input:checked ~ .checkmark {
  background-color: #0566DC;
}
.page-connections-onboard .box-middle .box-form-customer .box-radio input:checked ~ .checkmark:after {
  display: block;
}
.page-connections-onboard .box-middle .box-form-customer .box-radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.page-connections-onboard .box-middle .box-form-customer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: none;
  border: 1px solid #A5A5A5;
  border-radius: 70%;
}
.page-connections-onboard .box-middle .box-form-customer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.page-connections-onboard .box-middle .box-form-customer .box-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-connections-onboard .box-middle .box-form-customer .box-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.page-connections-onboard .box-middle .box-form-customer .box-checkbox:hover input ~ .checkboxmark {
  background-color: #0566DC;
}
.page-connections-onboard .box-middle .box-form-customer .box-checkbox input:checked ~ .checkboxmark {
  background-color: #0566DC;
}
.page-connections-onboard .box-middle .box-form-customer .box-checkbox input:checked ~ .checkboxmark:after {
  display: block;
}
.page-connections-onboard .box-middle .box-form-customer .box-checkbox .checkboxmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-connections-onboard .box-middle .box-form-customer .checkboxmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
  background: none;
  border: 1px solid #A5A5A5;
  border-radius: 3px;
}
.page-connections-onboard .box-middle .box-form-customer .checkboxmark:after {
  content: "";
  position: absolute;
  display: none;
}
.page-connections-onboard .box-middle .box-form-customer .customer-not-available {
  font-family: "avenir heavy";
  font-size: 16px;
  line-height: 25px;
  color: #272727;
  margin-top: 30px;
}
.page-connections-onboard .box-middle .box-form-customer .details-text {
  display: flex;
  flex-direction: column;
  width: 453px;
  height: auto;
}
.page-connections-onboard .box-middle .box-form-customer .details-text p {
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle .box-form-customer .box-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.page-connections-onboard .box-middle .box-form-customer .box-btn button {
  min-width: 180px;
}
.page-connections-onboard .box-middle .box-form-historical {
  display: flex;
  flex-direction: row;
  width: auto;
  min-width: 616px;
  height: auto;
  justify-content: center;
  padding-left: 24px;
}
.page-connections-onboard .box-middle .box-form-historical .col-group {
  display: flex;
  flex-direction: column;
  width: 275px;
  justify-content: flex-start;
  margin-top: 20px;
  margin-right: 16px;
}
.page-connections-onboard .box-middle .box-form-historical .col-group h4 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 12px;
  font-family: "avenir roman";
  font-size: 14;
  line-height: 25px;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle .box-form-historical form {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.page-connections-onboard .box-middle .box-form-historical select {
  margin-bottom: 24px;
  background-color: #FFFFFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 6px;
  height: 48px;
  background-image: url("./../img/icons/dropdown.png");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 12px;
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #A5A5A5;
}
.page-connections-onboard .box-middle .box-form-historical input {
  margin-bottom: 24px;
  background: url("./../img/icons/calendar.png") no-repeat 95% 50%;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 6px;
  height: 48px;
  width: 275px;
  padding-left: 12px;
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #A5A5A5;
}
.page-connections-onboard .box-middle .box-form-historical .box-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.page-connections-onboard .box-middle .box-form-historical .box-btn button {
  min-width: 180px;
}
.page-connections-onboard .box-middle .box-form-historical label {
  font-family: "avenir heavy";
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.page-connections-onboard .box-middle .box-btn-fees {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-connections-onboard .box-middle .box-btn-fees .btn-fees {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  width: auto;
  min-width: 180px;
  padding: 7px 12px;
  padding-bottom: 6px;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 25px;
}
.page-connections-onboard .box-middle .watch-video {
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
}
.page-connections-onboard .box-middle .header-watch-video {
  margin: 0px;
  padding: 0px;
  height: 0;
}
.page-connections-onboard .box-middle .header-watch-video button {
  min-width: 0px;
  border: none;
  padding: 0px;
  margin: 0px;
  height: 0px;
  border-radius: none;
}
.page-connections-onboard .box-middle .header-watch-video span {
  color: white;
  padding: 0px;
}
.page-connections-onboard .box-middle .header-watch-video .close.close-watch-video {
  position: relative;
  float: right;
  font-size: 35px;
  bottom: 48px;
  color: #FFFFFF;
  opacity: 1;
}
.page-connections-onboard .box-middle .content-watch-video {
  width: 800px;
  height: auto;
  position: relative;
  right: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-connections-onboard .box-middle .body-watch-video .iframe-yt {
  width: 100%;
  height: 400px;
}
.page-connections-onboard .box-middle .box-btn-testing {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 60%;
}
.page-connections-onboard .box-middle .box-btn-testing .btn-grey-testing {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 180px;
  height: auto;
  padding: 7px 12px;
  background: #F5F5F5;
  border-radius: 6px;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 25px;
  margin-right: 24px;
}
.page-connections-onboard .box-middle .box-btn-testing .btn-blue-testing {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 180px;
  height: auto;
  padding: 7px 12px;
  background: #0566DC;
  border-radius: 6px;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
}
.page-connections-onboard .box-middle .box-btn-testing .no-padding {
  padding: 0px;
  height: 38px;
}
.page-connections-onboard .box-middle .start-flowing {
  width: auto;
}
.page-connections-onboard .box-middle .img-smile {
  margin-top: 48px;
  margin-bottom: -14px;
}
.page-connections-onboard .box-middle .box-billing-onboard {
  display: flex;
  flex-direction: row;
  width: auto;
  height: auto;
  min-width: 831px;
  margin-top: 42px;
}
.page-connections-onboard .box-middle .box-billing-onboard .list-row-package {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 261px;
  height: auto;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 6px;
  margin-left: 24px;
}
.page-connections-onboard .box-middle .box-billing-onboard .list-row-package span {
  color: #6D6D6D;
}
.page-connections-onboard .box-middle .box-billing-onboard .list-row-package .type-package {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.page-connections-onboard .box-middle .box-billing-onboard .list-row-package .price-package {
  font-family: "avenir roman";
  font-weight: 800;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #272727;
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-connections-onboard .box-middle .box-billing-onboard .list-row-package .info-package-empty {
  padding-bottom: 56px;
}
.page-connections-onboard .box-middle .box-billing-onboard .list-row-package .info-package {
  position: relative;
  bottom: 10px;
}
.page-connections-onboard .box-middle .box-billing-onboard .list-row-package .info-package p {
  margin: 0px;
  padding: 0px;
}
.page-connections-onboard .box-middle .box-billing-onboard .list-row-package .info-package .monthly-billed {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #6D6D6D;
  margin-top: 10px;
  margin-bottom: 24px;
}
.page-connections-onboard .box-middle .box-billing-onboard .list-row-package .info-package .save-billed {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #0CBB9A;
}
.page-connections-onboard .box-middle .box-billing-onboard .list-row-package .space {
  margin: 0px 20px;
}
.page-connections-onboard .box-middle .box-billing-onboard .list-row-package .btn-select-package {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0;
  text-decoration: none;
}
.page-connections-onboard .box-middle .box-billing-onboard .list-row-package ul {
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: left;
}
.page-connections-onboard .box-middle .box-billing-onboard .list-row-package ul li {
  list-style-position: outside;
  padding: 10px 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-connections-onboard .box-middle .box-billing-onboard .list-row-package ul li .icon {
  font-size: 12px;
  color: #0566DC;
  background: rgba(5, 102, 220, 0.1);
  padding: 5px 5px;
  border-radius: 100% 100%;
}
.page-connections-onboard .box-middle .box-billing-onboard .list-row-package ul li .icon-alert {
  font-size: 12px;
  color: #6D6D6D;
  background: #F5F5F5;
  padding: 5px 5px;
  border-radius: 100% 100%;
}
.page-connections-onboard .box-middle .box-billing-onboard .col-list-pacakge {
  display: flex;
  flex-direction: column;
  padding: 0px 0px;
  margin: 0px 0px;
}
.page-connections-onboard .box-middle .box-billing-onboard .col-list-pacakge .row-list-pacakge {
  display: flex;
  flex-direction: row;
  padding: 0px 0px;
  margin: 10px 0px;
}
.page-connections-onboard .box-middle .box-billing-onboard .col-list-pacakge .for-text {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  padding-left: 5px;
}
.page-connections-onboard .box-middle .box-billing-onboard .col-list-pacakge .icon {
  font-size: 12px;
  color: #0566DC;
  background: rgba(5, 102, 220, 0.1);
  padding: 5px 5px;
  border-radius: 100% 100%;
}
.page-connections-onboard .box-middle .box-billing-onboard .col-list-pacakge .icon-alert {
  font-size: 12px;
  color: #6D6D6D;
  background: #F5F5F5;
  padding: 5px 5px;
  border-radius: 100% 100%;
}

.footer-onboard {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.footer-onboard p {
  text-align: center;
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.footer-onboard span {
  color: #0566DC;
}

.page-data-feed-historicall-pull {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-data-feed-historicall-pull .box-top {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.page-data-feed-historicall-pull .box-top .box-data-feed {
  display: flex;
  flex-direction: column;
  width: 20%;
  padding: 0px;
  margin: 0px;
  margin-top: 41px;
  margin-left: 62px;
  position: relative;
  z-index: 2;
}
.page-data-feed-historicall-pull .box-top .box-data-feed .icon-arrow-left {
  background: url("./../img/icons/icon-left-2.png") no-repeat 100% 50%;
  padding: 12px;
}
.page-data-feed-historicall-pull .box-top .box-data-feed a {
  text-decoration: none;
}
.page-data-feed-historicall-pull .box-top .box-data-feed a:hover {
  color: #6D6D6D;
}
.page-data-feed-historicall-pull .box-top .box-data-feed span {
  margin-left: 15px;
  font-family: "avenir heavy";
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
}
.page-data-feed-historicall-pull .box-top .box-logo {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  right: 0%;
  height: 75px;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
}
.page-data-feed-historicall-pull .box-top .box-logo .content-logo {
  display: flex;
  flex-direction: row;
  position: relative;
  right: 10px;
}
.page-data-feed-historicall-pull .box-top .box-logo .content-logo .logo-img {
  width: 43.6px;
  height: 40px;
}
.page-data-feed-historicall-pull .box-top .box-logo .content-logo .logo-text {
  width: 122.33px;
  height: 24.1px;
}
.page-data-feed-historicall-pull .box-middle {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.page-data-feed-historicall-pull .box-middle .box-form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.page-data-feed-historicall-pull .box-middle .box-form .form {
  display: flex;
  flex-direction: row;
}
.page-data-feed-historicall-pull .box-middle .box-form .form label {
  font-family: "avenir heavy";
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}
.page-data-feed-historicall-pull .box-middle .box-form .form .form-group {
  width: 300px;
  height: 48px;
  margin-left: 0px;
  margin-right: 16px;
}
.page-data-feed-historicall-pull .box-middle .box-form .form .form-control:focus {
  border-color: #F5F5F5;
}
.page-data-feed-historicall-pull .box-middle .box-form .form select.form-control {
  background: url("./../img/icons/dropdown.png") no-repeat 95% 50%;
}
.page-data-feed-historicall-pull .box-middle .box-form .form input.form-control {
  font-family: "avenir roman";
  font-size: 14px;
  line-height: 22px;
  color: #A5A5A5;
  background: url("./../img/icons/calendar.png") no-repeat 95% 50%;
}
.page-data-feed-historicall-pull .box-middle .box-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
}
.page-data-feed-historicall-pull .box-middle .box-table .dataTables_wrapper {
  width: 70%;
}
.page-data-feed-historicall-pull .box-middle .box-table .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.page-data-feed-historicall-pull .box-middle .box-table thead th {
  position: relative;
  top: 35px;
}
.page-data-feed-historicall-pull .box-middle .box-table .table td {
  vertical-align: middle;
}
.page-data-feed-historicall-pull .box-middle .box-table .table thead th {
  vertical-align: top;
}
.page-data-feed-historicall-pull .box-middle .box-table th {
  border: none;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #6D6D6D;
  padding-left: 20px;
}
.page-data-feed-historicall-pull .box-middle .box-table td {
  position: relative;
  font-family: "avenir roman";
  font-size: 16px;
  color: #272727;
  border: none;
  background-color: #F5F5F5;
  padding-left: 20px;
}
.page-data-feed-historicall-pull .box-middle .box-table tr {
  border: none;
  height: 70px;
}
.page-data-feed-historicall-pull .box-middle .box-table td:last-child {
  border-right: 1px solid #FFFFFF;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.page-data-feed-historicall-pull .box-middle .box-table td:first-child {
  border-left: 1px solid #FFFFFF;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.page-data-feed-historicall-pull .box-middle .box-table .btn-default {
  display: inline-block;
  background: #FAFAFA;
  color: #A5A5A5;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 2px 21px;
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}
.page-data-feed-historicall-pull .box-middle .box-table .btn-danger {
  display: inline-block;
  background: rgba(255, 0, 0, 0.1);
  color: #FF0000;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 2px 7px;
  font-family: "avenir roman";
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}
.page-data-feed-historicall-pull .box-middle .box-table table.dataTable.no-footer {
  border: none;
}
.page-data-feed-historicall-pull .box-middle .box-table .dataTables_length label {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-data-feed-historicall-pull .box-middle .box-table .dataTables_length select {
  font-family: "avenir heavy";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
  background: url("../img/icons/dropdown-per-page.png") no-repeat 50% 50%;
  padding: 0px 0px;
  padding-right: 15px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.page-data-feed-historicall-pull .box-middle .box-table .box-per-page {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.page-data-feed-historicall-pull .box-middle .box-table .box-per-page span {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #6D6D6D;
}
.page-data-feed-historicall-pull .box-middle .box-table .box-per-page select.form-control {
  font-family: "avenir heavy";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #0566DC;
  background: url("../img/icons/dropdown-per-page.png") no-repeat 90% 50%;
  padding: 0px 0px;
  padding-right: 15px;
}
.page-data-feed-historicall-pull .box-middle .box-table .box-per-page .form-control {
  background-color: transparent;
  border: none;
}
.page-data-feed-historicall-pull .box-middle .box-table .dataTables_paginate {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 20px;
}
.page-data-feed-historicall-pull .box-middle .box-table .paginate_button {
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #272727;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 8px;
}
.page-data-feed-historicall-pull .box-middle .box-table .current {
  width: 24px;
  height: 24px;
  background: #0566DC;
  color: #FFFFFF;
  border-radius: 6px;
  font-family: "avenir roman";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}
.page-data-feed-historicall-pull .box-middle .box-table .icon-arrow-left-paginate {
  background-image: url("./../img/icons/arrow-left.png");
  background-repeat: no-repeat;
  background-position: -20% 50%;
  padding: 10px;
}
.page-data-feed-historicall-pull .box-middle .box-table .icon-arrow-right-paginate {
  background-image: url("./../img/icons/arrow-right.png");
  background-repeat: no-repeat;
  background-position: -20% 50%;
  padding: 10px;
}
.page-data-feed-historicall-pull .box-middle .box-table .paginate_button.next,
.page-data-feed-historicall-pull .box-middle .box-table .paginate_button.previous {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: rgba(5, 102, 220, 0.1);
  border-radius: 6px;
}
.page-data-feed-historicall-pull .box-middle .box-table .paginate_button.next.disabled,
.page-data-feed-historicall-pull .box-middle .box-table .paginate_button.previous.disabled {
  background-color: transparent;
}
.page-data-feed-historicall-pull .box-bottom {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0%;
  background: #FFFFFF;
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.03);
  height: 72px;
}
.page-data-feed-historicall-pull .box-bottom .box-footer {
  display: flex;
  flex-direction: row;
  width: 70%;
  justify-content: space-between;
  align-items: center;
}
.page-data-feed-historicall-pull .box-bottom .box-footer h2 {
  font-family: "avenir heavy";
  font-size: 24px;
  line-height: 38px;
  color: #6D6D6D;
}
.page-data-feed-historicall-pull .box-bottom .box-footer span {
  font-family: "avenir heavy";
  font-size: 24px;
  line-height: 38px;
  color: #272727;
}
.page-data-feed-historicall-pull .box-bottom .box-footer .box-btn .btn-blue-outline {
  border: 1px solid #0566DC;
  background: #FFFFFF;
  border-radius: 6px;
  color: #0566DC;
  padding: 8px 24px;
  width: auto;
  height: auto;
  margin-right: 16px;
}
.page-data-feed-historicall-pull .box-bottom .box-footer .box-btn .btn-blue {
  background: #0566DC;
  color: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 6px;
  border: none;
  padding: 8px 52px;
  width: auto;
  height: auto;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  body {
    min-height: 100vh;
  }

  .wrapper {
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
  }

  .sidebar {
    background: #FFFFFF;
    width: 100%;
    height: auto;
    min-height: 0;
    position: relative;
  }

  .content {
    width: auto;
    height: auto;
    margin: 10px 10px;
    left: 0;
  }

  .box-logo .menu-bars {
    float: right;
    left: 0;
    display: block;
  }
  .box-logo .menu-bars .fa-bars {
    font-size: 30px;
  }

  .box-company {
    position: relative;
    padding: 10px 10px;
    margin: 10px 10px;
    border: 1px solid #F5F5F5;
    border-radius: 6px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
  }
  .box-company .text-company {
    font-size: 14px;
    color: #272727;
  }
  .box-company .text-company .text-status {
    font-size: 12px;
    font-weight: 500;
    color: #A5A5A5;
  }
  .box-company .angle-up {
    position: relative;
    bottom: 10px;
    left: 12px;
  }

  .box-company-list {
    padding: 10px 10px;
    margin: 10px 10px;
    position: absolute;
    border: 1px solid #F5F5F5;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    display: none;
    width: 95%;
  }
  .box-company-list ul {
    width: 100%;
  }
  .box-company-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    list-style: none;
  }
  .box-company-list ul li .company-name {
    color: #272727;
    font-family: "avenir roman";
    font-size: 14px;
    float: left;
    margin-left: 0;
  }
  .box-company-list ul li .company-toggle {
    position: relative;
    float: left;
    left: 0;
    margin-right: 10px;
  }

  .link-add-category {
    font-family: "avenir heavy";
    font-size: 14px;
    color: #0566DC;
    line-height: 22px;
    position: relative;
    right: 10px;
  }
  .link-add-category a {
    text-decoration: none;
  }
  .link-add-category a:hover {
    text-decoration: none;
  }

  .box-nav {
    padding: 10px 5px;
    margin: 10px 5px;
    display: none;
  }
  .box-nav ul {
    padding: 0px;
    margin: 0px;
  }
  .box-nav ul li {
    list-style: none;
    padding: 10px 50px;
    border-radius: 6px;
  }
  .box-nav ul li a {
    font-family: "avenir heavy";
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
    color: #6D6D6D;
  }
  .box-nav ul li:hover {
    color: #0566DC;
  }

  .box-connection {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 10px 20px;
    align-items: center;
  }
  .box-connection .text-qb {
    padding-left: 20px;
    flex-grow: 1;
    font-family: "avenir heavy";
    font-weight: 500;
    font-size: 20px;
    color: #272727;
  }
  .box-connection .text-connected {
    flex-grow: 1;
    font-weight: 500;
    font-size: 16px;
    color: #272727;
  }
  .box-connection .text-last-payment {
    font-weight: 500;
    font-size: 16px;
    color: #272727;
  }
  .box-connection .text-dc-account {
    padding-right: 10px;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
  }
  .box-connection .text-dc-account a {
    font-family: "avenir heavy";
    font-size: 14px;
    font-weight: 800;
    color: #6D6D6D;
    font-weight: 800;
    text-decoration: none;
  }

  .box-transactions {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    margin: 15px 0px;
    padding: 0px 0px;
  }

  .content-transactions {
    align-items: center;
    margin: 10px 20px;
    width: 100%;
  }
  .content-transactions .logo-type {
    width: 44px;
    height: 44px;
  }
  .content-transactions .type-transactions {
    font-family: "avenir heavy";
    font-size: 20px;
    line-height: 32px;
    color: #272727;
    position: relative;
    left: 20px;
  }
  .content-transactions .status-account {
    background: rgba(249, 184, 38, 0.1);
    color: #F9B826;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    position: relative;
    align-items: center;
    text-align: center;
    padding: 10px 35px;
  }
  .content-transactions .status-account a {
    color: #F9B826;
    text-decoration: none;
  }
  .content-transactions .status-account:hover {
    text-decoration: none;
  }

  .detail-transactions th {
    right: 0;
    color: #6D6D6D;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
  }
  .detail-transactions td {
    font-family: "avenir heavy";
    font-weight: 850;
    font-size: 14px;
    line-height: 22px;
    color: #272727;
  }
  .detail-transactions table {
    border-collapse: collapse;
    width: 250%;
  }
  .detail-transactions .warning-transactions {
    background: rgba(249, 184, 38, 0.1);
    color: #F9B826;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 5px;
  }
  .detail-transactions .warning-transactions:hover {
    text-decoration: none;
  }
  .detail-transactions .primary-transactions {
    background: rgba(5, 102, 220, 0.1);
    color: #0566DC;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 5px;
  }
  .detail-transactions .primary-transactions:hover {
    text-decoration: none;
  }
  .detail-transactions .danger-transactions {
    background: rgba(255, 0, 0, 0.1);
    color: #FF0000;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 5px;
  }
  .detail-transactions .danger-transactions:hover {
    text-decoration: none;
  }
  .detail-transactions .disconnect-account {
    position: relative;
    float: right;
    right: 0px;
  }
  .detail-transactions .disconnect-account a {
    font-family: "avenir heavy";
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    color: #6D6D6D;
    padding-right: 20px;
  }

  .box-info-connections {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background: none;
    border: 2px solid #0566DC;
    justify-content: center;
  }
  .box-info-connections .details-info-connections {
    flex-grow: 6;
    align-items: center;
  }
  .box-info-connections .details-info-connections h3 {
    font-family: "avenir heavy";
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    color: #272727;
  }
  .box-info-connections .details-info-connections p {
    font-family: "avenir roman";
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #272727;
  }
  .box-info-connections .btn-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    font-family: "avenir heavy";
    font-size: 14px;
    line-height: 25px;
    align-self: center;
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 8px 10px;
  }
  .box-info-connections .btn-info a {
    color: #FFFFFF;
    text-decoration: none;
  }

  .link-show-all-accounts {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: "avenir heavy";
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
  }
  .link-show-all-accounts a:hover {
    text-decoration: none;
  }
  .link-show-all-accounts:hover {
    text-decoration: none;
  }

  .modal-content.modal-content {
    width: auto;
    height: 490px;
  }

  .modal.fade.modal-contact-us {
    margin-left: auto;
  }

  .btn.btn-primary.btn-send-contact {
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    border-radius: 6px;
    font-family: "avenir heavy";
    font-size: 14px;
    line-height: 25px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
  }

  .page-billing .box-info-billing {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(5, 102, 220, 0.1);
    border: 2px solid #0566DC;
    justify-content: center;
    margin-bottom: 45px;
  }
  .page-billing .box-info-billing .desc-info-billing {
    flex-grow: 6;
    align-items: center;
  }
  .page-billing .box-info-billing .desc-info-billing h3 {
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    color: #272727;
  }
  .page-billing .box-info-billing .desc-info-billing p {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #272727;
  }
  .page-billing .box-info-billing .btn-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    font-weight: 800;
    font-size: 14px;
    line-height: 25px;
    align-self: center;
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 8px 10px;
  }
  .page-billing .box-info-billing .btn-info a {
    color: #FFFFFF;
    text-decoration: none;
  }
  .page-billing .table-billing table {
    border-collapse: collapse;
    width: 250%;
    z-index: 1;
    position: relative;
  }
  .page-billing .content-credit-details {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    width: auto;
    height: auto;
    align-items: center;
    padding: 10px 10px;
  }
  .page-billing .content-credit-details span {
    margin-top: 10px;
  }
  .page-billing .content-credit-details .box-button-credit-details {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .page-billing .list-package-billing .list-package-annual {
    display: flex;
    flex-direction: column;
  }
  .page-billing .list-package-billing .list-package-annual div {
    margin: 20px 0px;
  }
  .page-billing .list-package-billing .list-package-annual .space {
    margin: 0px 0px;
  }
  .page-billing .list-package-billing .list-package-monthly {
    display: flex;
    flex-direction: column;
    display: none;
  }
  .page-billing .list-package-billing .list-package-monthly div {
    margin: 20px 0px;
  }
  .page-billing .list-package-billing .list-package-monthly .space {
    margin: 0px 0px;
  }

  .modal-cart-plan {
    padding-top: 490px;
  }

  .close.close-billing-info {
    bottom: 55px;
  }

  .close.close-cart-plan {
    left: 5px;
  }

  .modal-content.content-billing-info {
    width: auto;
    height: 404px;
    position: relative;
    left: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .modal-content.content-cart-plan {
    width: auto;
    height: auto;
    position: relative;
    left: 0px;
    bottom: 300px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .modal-body.body-cart-plan {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
  }
  .modal-body.body-cart-plan .box-cart {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 460px;
    position: relative;
  }
  .modal-body.body-cart-plan .box-card-details {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 420px;
    position: relative;
    left: 4px;
    bottom: 10px;
  }

  .modal-body.body-cart-standard-plan {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
  }
  .modal-body.body-cart-standard-plan .box-cart {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 460px;
    position: relative;
  }
  .modal-body.body-cart-standard-plan .box-cart .status-package {
    bottom: 55px;
  }
  .modal-body.body-cart-standard-plan .box-card-details {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 440px;
    position: relative;
    left: 4px;
    bottom: 10px;
  }
  .modal-body.body-cart-standard-plan .box-card-details .checkbox-custom label {
    padding-top: 2px;
  }

  .modal-body.body-cart-premium-plan {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
  }
  .modal-body.body-cart-premium-plan .box-cart {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 440px;
    position: relative;
  }
  .modal-body.body-cart-premium-plan .box-cart .status-package {
    bottom: 55px;
  }
  .modal-body.body-cart-premium-plan .box-card-details {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 400px;
    position: relative;
    left: 4px;
    bottom: 10px;
  }

  .page-am {
    width: 100%;
    height: 100%;
  }
  .page-am .box-am-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .page-am .box-am-top .btn-group-am {
    margin-top: 10px;
    font-family: "avenir heavy";
    font-size: 14px;
  }
  .page-am .box-am-top .btn-group-am .btn-cancel {
    background: #FFFFFF;
    color: #0566DC;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 10px 30px;
    border: none;
    margin-right: 10px;
  }
  .page-am .box-am-top .btn-group-am .btn-submit-changes {
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 10px 30px;
    border-radius: 6px;
  }
  .page-am .box-am-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .page-am .box-am-bottom .btn-group-am {
    font-family: "avenir heavy";
    font-size: 14px;
  }
  .page-am .box-am-bottom .btn-group-am .btn-cancel {
    background: #FFFFFF;
    color: #0566DC;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 10px 30px;
    border: none;
    margin-right: 10px;
  }
  .page-am .box-am-bottom .btn-group-am .btn-submit-changes {
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 10px 30px;
    border-radius: 6px;
  }
  .page-am .box-form {
    display: flex;
    flex-direction: column;
  }
  .page-am .box-form .box-field {
    padding-top: 10px;
    /* Create a custom radio button */
    /* Create a custom radio button */
    /* Create a custom checkbox button */
  }
  .page-am .box-form .box-field label {
    font-family: "avenir roman";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #6D6D6D;
  }
  .page-am .box-form .box-field .form-control {
    border: 1px solid #EDEDED;
  }
  .page-am .box-form .box-field select {
    position: relative;
    height: 48px;
    font-family: "avenir roman";
    font-size: 14px;
    margin: 0px 0px;
    padding: 10px 5px;
    color: #A5A5A5;
    background: url("../img/icons/dropdown.png") no-repeat 95% 50%;
  }
  .page-am .box-form .box-field select:focus {
    color: #272727;
  }
  .page-am .box-form .box-field .fa-angle-down {
    padding: 0px 0px;
    margin: 0px 0px;
    position: relative;
    float: right;
    bottom: 45px;
    right: 15px;
    pointer-events: none;
    font-size: 25px;
    height: 0px;
    color: #A5A5A5;
  }
  .page-am .box-form .box-field input {
    position: relative;
    height: auto;
    background-size: 0;
    position: relative;
    font-family: "avenir roman";
    font-size: 14px;
    margin: 0px 0px;
  }
  .page-am .box-form .box-field .box-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "avenir roman";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #6D6D6D;
  }
  .page-am .box-form .box-field .box-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .page-am .box-form .box-field .box-radio:hover input ~ .checkmark {
    background-color: #0566DC;
  }
  .page-am .box-form .box-field .box-radio input:checked ~ .checkmark {
    background-color: #0566DC;
  }
  .page-am .box-form .box-field .box-radio input:checked ~ .checkmark:after {
    display: block;
  }
  .page-am .box-form .box-field .box-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }
  .page-am .box-form .box-field .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: none;
    border: 1px solid #A5A5A5;
    border-radius: 70%;
  }
  .page-am .box-form .box-field .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .page-am .box-form .box-field .radio-row {
    display: flex;
    flex-direction: row;
  }
  .page-am .box-form .box-field .radio-row .radio-no {
    margin-left: 25px;
  }
  .page-am .box-form .box-field .radio-column {
    display: flex;
    flex-direction: column;
  }
  .page-am .box-form .box-field .radio-column div {
    margin-top: 10px;
  }
  .page-am .box-form .box-field .radio-column div label {
    font-family: "avenir roman";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #6D6D6D;
  }
  .page-am .box-form .box-field .box-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "avenir roman";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #6D6D6D;
  }
  .page-am .box-form .box-field .box-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .page-am .box-form .box-field .box-radio:hover input ~ .checkmark {
    background-color: #0566DC;
  }
  .page-am .box-form .box-field .box-radio input:checked ~ .checkmark {
    background-color: #0566DC;
  }
  .page-am .box-form .box-field .box-radio input:checked ~ .checkmark:after {
    display: block;
  }
  .page-am .box-form .box-field .box-radio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }
  .page-am .box-form .box-field .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: none;
    border: 1px solid #A5A5A5;
    border-radius: 70%;
  }
  .page-am .box-form .box-field .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .page-am .box-form .box-field .box-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: "avenir roman";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .page-am .box-form .box-field .box-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .page-am .box-form .box-field .box-checkbox:hover input ~ .checkboxmark {
    background-color: #0566DC;
  }
  .page-am .box-form .box-field .box-checkbox input:checked ~ .checkboxmark {
    background-color: #0566DC;
  }
  .page-am .box-form .box-field .box-checkbox input:checked ~ .checkboxmark:after {
    display: block;
  }
  .page-am .box-form .box-field .box-checkbox .checkboxmark:after {
    left: 8px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .page-am .box-form .box-field .checkboxmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #eee;
  }
  .page-am .box-form .box-field .checkboxmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .page-am .box-form .item-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0px;
    margin: 10px 0px;
    height: auto;
  }
  .page-am .box-form .item-header h3 {
    font-size: 20px;
    color: #272727;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .page-am .box-form .item-header a {
    margin-top: 10px;
    font-family: "avenir heavy";
    font-size: 14px;
    text-align: right;
    color: #0566DC;
    text-decoration: none;
  }
  .page-am .box-form .mb-custom {
    position: relative;
    bottom: 0px;
  }
  .page-am .box-form .mb-custom-2 {
    position: relative;
    bottom: 0px;
  }
  .page-am .box-form .box-feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-am .box-form .btn-feature {
    font-family: "avenir roman";
    font-weight: 500;
    background: rgba(249, 184, 38, 0.1);
    color: #F9B826;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 5px 20px;
    width: auto;
    height: auto;
  }
  .page-am .box-form .box-rectangle {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    justify-content: center;
  }
  .page-am .box-form .box-rectangle .rectangle-1 {
    width: 68px;
    height: 90px;
    background: #F5F5F5;
    border-radius: 6px;
  }
  .page-am .box-form .box-rectangle .rectangle-2 {
    width: 105px;
    height: 90px;
    background: #F5F5F5;
    border-radius: 6px;
    margin-left: 20px;
  }
  .page-am .box-form .box-rectangle .rectangle-3 {
    width: 21px;
    height: 90px;
    background: #F5F5F5;
    border-radius: 6px;
    margin-left: 20px;
  }
  .page-am .box-form .box-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .page-am .box-form .box-desc h3 {
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
  }
  .page-am .box-form .box-desc p {
    font-family: "avenir roman";
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    /* grey */
    color: #6D6D6D;
  }
  .page-am .box-form .box-desc a {
    background: rgba(5, 102, 220, 0.1);
    color: #0566DC;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    font-family: "avenir heavy";
    padding: 5px 30px;
    font-size: 14px;
    line-height: 25px;
    text-decoration: none;
  }
  .page-am .box-form .item-left {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .page-am .box-form .item-right {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    height: auto;
    align-self: baseline;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    margin-left: 0px;
    margin-bottom: 20px;
    position: relative;
  }
  .page-am .box-form .item-right h3 {
    font-size: 20px;
    color: #272727;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .page-am .box-form .item-right .onboarding-text {
    color: #0566DC;
  }
  .page-am .box-form .item-right .box-yt {
    background: url("../img/content-yt.png") no-repeat;
    width: auto;
    height: 273px;
    border-radius: 6px;
  }

  .close.close-add-product-mapping {
    position: relative;
    bottom: 5px;
    right: 5px;
    font-size: 35px;
    color: #FFFFFF;
    opacity: 1;
  }

  .modal-content.content-add-product-mapping {
    width: 608px;
    height: 348px;
    position: relative;
    right: 0%;
    background-color: transparent;
    border-radius: 0;
    border-radius: 0;
    margin: 0px 0px;
    padding: 0px 0px;
  }
  .modal-content.content-add-product-mapping .modal-header {
    display: flex;
    padding: 0px;
    justify-content: flex-end;
    position: relative;
    bottom: 40px;
    color: #FFFFFF;
  }
  .modal-content.content-add-product-mapping .modal-header .close {
    font-size: 35px;
    color: #FFFFFF;
  }

  .modal-body.body-add-product-mapping {
    display: flex;
    flex-direction: column;
    margin: 0px 0px;
    padding: 0px 0px;
    width: auto;
    height: 348px;
    border-radius: 6px;
    background-color: white;
  }
  .modal-body.body-add-product-mapping h3 {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }
  .modal-body.body-add-product-mapping .box-form {
    display: flex;
    flex-direction: column;
    margin: 0px 20px;
  }
  .modal-body.body-add-product-mapping .box-form .box-save-product-mapping {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
  }
  .modal-body.body-add-product-mapping .box-form .box-save-product-mapping .btn-save-product-mapping {
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    width: 160px;
    height: 38px;
    font-family: "avenir heavy";
    font-weight: 800;
    font-size: 14px;
    line-height: 25px;
  }
  .modal-body.body-add-product-mapping .box-form .box-save-product-mapping .btn-save-product-mapping.disabled {
    opacity: 0.5;
  }
  .modal-body.body-add-product-mapping .box-form .box-field {
    padding-top: 20px;
    width: 100%;
  }
  .modal-body.body-add-product-mapping .box-form .box-field label {
    font-family: "avenir roman";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #6D6D6D;
  }
  .modal-body.body-add-product-mapping .box-form .box-field .form-control {
    border: 1px solid #EDEDED;
  }
  .modal-body.body-add-product-mapping .box-form .box-field select {
    position: relative;
    height: 48px;
    background-size: 0;
    font-family: "avenir roman";
    font-size: 14px;
    margin: 0px 0px;
    padding: 10px 5px;
    color: #A5A5A5;
  }
  .modal-body.body-add-product-mapping .box-form .box-field select:focus {
    color: #272727;
  }
  .modal-body.body-add-product-mapping .box-form .box-field .fa-angle-down {
    padding: 0px 0px;
    margin: 0px 0px;
    position: relative;
    float: right;
    bottom: 45px;
    right: 15px;
    pointer-events: none;
    font-size: 25px;
    height: 0px;
    color: #A5A5A5;
  }
  .modal-body.body-add-product-mapping .box-form .box-field input {
    position: relative;
    height: auto;
    background-size: 0;
    position: relative;
    font-family: "avenir roman";
    font-size: 14px;
    margin: 0px 0px;
  }

  .close.close-cart-plan {
    left: 5px;
  }

  .modal-content.content-cart-plan {
    width: auto;
    height: auto;
    position: relative;
    left: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .modal-body.body-cart-premium-plan {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
  }
  .modal-body.body-cart-premium-plan .box-cart {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 460px;
    position: relative;
  }
  .modal-body.body-cart-premium-plan .box-card-details {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 420px;
    position: relative;
    left: 4px;
    bottom: 10px;
  }

  .close.close-add-product-mapping {
    left: 0px;
  }

  .modal-content.content-add-product-mapping {
    width: auto;
    height: 348px;
    position: relative;
    left: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .modal-body.body-add-product-mapping {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 348px;
  }
  .modal-body.body-add-product-mapping .box-cart {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 460px;
    position: relative;
  }
  .modal-body.body-add-product-mapping .box-card-details {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 420px;
    position: relative;
    left: 4px;
    bottom: 10px;
  }

  .box-multi-product {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    right: 20px;
  }
  .box-multi-product .box-header-left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .box-multi-product .box-header-left .box-arrow-left {
    position: relative;
    width: 36px;
    height: 36px;
    left: 0px;
    top: 0px;
    bottom: 0;
    margin-bottom: 15px;
    background: #FAFAFA;
    border-radius: 32px;
  }
  .box-multi-product .box-header-left .box-arrow-left .fa-angle-left {
    color: #A5A5A5;
    font-size: 30px;
    position: relative;
    left: 12px;
    bottom: 5px;
  }
  .box-multi-product .box-header-left .box-desc-right {
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .box-multi-product .box-header-left .box-desc-right h2 {
    padding: 0px 0px;
    margin: 0px 0px;
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 38px;
  }
  .box-multi-product .box-header-left .box-desc-right div {
    font-family: "avenir roman";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #6D6D6D;
    cursor: pointer;
  }
  .box-multi-product .box-header-left .box-desc-right .fa-angle-down {
    position: relative;
    top: 3px;
    font-size: 20px;
    color: #A5A5A5;
  }
  .box-multi-product .box-header-left .box-desc-right .dropdown-stripe-name {
    display: none;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    width: 165px;
    height: auto;
    margin-top: 5px;
  }
  .box-multi-product .box-header-left .box-desc-right .dropdown-stripe-name ul {
    padding: 0px 10px;
    margin: 0px 0px;
    list-style: none;
    font-family: "avenir roman";
    font-size: 14px;
    color: #272727;
  }
  .box-multi-product .box-header-left .box-desc-right .dropdown-stripe-name ul li {
    padding: 5px 0px;
    margin: 0px 0px;
  }
  .box-multi-product .btn-primary-multi-product {
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 10px 30px;
    font-family: "avenir heavy";
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    position: relative;
  }

  .box-add-product-mapping {
    display: none;
    margin-top: 0px;
  }
  .box-add-product-mapping .header {
    display: none;
  }
  .box-add-product-mapping .body {
    display: none;
  }
  .box-add-product-mapping .box-add-new {
    display: none;
  }

  .box-add-product-mapping-mobile {
    display: none;
    margin-top: 20px;
  }
  .box-add-product-mapping-mobile .box-field {
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  .box-add-product-mapping-mobile .box-field input {
    width: 100%;
    height: auto;
    min-height: 48px;
    background: #FFFFFF;
    /* border */
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 6px;
  }
  .box-add-product-mapping-mobile .box-field input:focus {
    border: 1px solid #EDEDED;
    color: #272727;
  }
  .box-add-product-mapping-mobile .box-field select {
    width: 100%;
    height: auto;
    min-height: 48px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 6px;
  }
  .box-add-product-mapping-mobile .box-field select:focus {
    border: 1px solid #EDEDED;
    color: #272727;
  }
  .box-add-product-mapping-mobile .box-field .fa-angle-down {
    position: relative;
    float: right;
    font-size: 30px;
    bottom: 48px;
    right: 10px;
  }
  .box-add-product-mapping-mobile .box-field .form-group a {
    text-decoration: none;
    font-family: "avenir heavy";
    font-size: 14px;
    line-height: 22px;
    color: #6D6D6D;
  }
  .box-add-product-mapping-mobile .box-field .form-group button {
    background: rgba(5, 102, 220, 0.1);
    color: #0566DC;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    height: auto;
    width: auto;
    padding: 10px 20px;
    margin-left: 10px;
  }

  .box-list-product-mapping {
    overflow: auto;
  }
  .box-list-product-mapping .header {
    width: 150%;
  }
  .box-list-product-mapping .items {
    width: 150%;
  }

  .modal-content.content-downgrade {
    width: auto;
    height: auto;
    background: #F5F5F5;
    position: relative;
    left: 0%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .page-data-feed .box-tabs {
    display: flex;
    flex-direction: column;
  }
  .page-data-feed .box-tabs .pull-historic-data {
    margin-top: 10px;
  }
  .page-data-feed .box-action {
    display: flex;
    flex-direction: column;
  }
  .page-data-feed .box-action .box-select-action {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
  }
  .page-data-feed .box-action .box-select-action a {
    margin-bottom: 5px;
  }
  .page-data-feed .box-action .box-select-action .box-circle-close {
    margin-top: 5px;
  }
  .page-data-feed .box-table {
    margin-top: 70px;
  }
  .page-data-feed .box-table .dataTables_filter {
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page-data-feed .box-table .btn-danger {
    display: inline-block;
    padding: 2px 5px;
  }
  .page-data-feed .content-historical-pull {
    width: auto;
    height: auto;
    min-width: 0px;
    min-height: 0px;
    padding-bottom: 20px;
    position: relative;
    left: 0px;
    top: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-data-feed .modal-header.header-historical-pull {
    margin: 0px 0px;
    padding: 0px 0px;
    height: 0px;
    width: auto;
  }
  .page-data-feed .close.close-historical-pull {
    position: relative;
    bottom: 40px;
    float: right;
    opacity: 1;
    color: #FFFFFF;
    font-size: 35px;
  }
  .page-data-feed .modal-body.body-historical-pull {
    margin: 0px 0px;
    padding: 0px 0px;
    margin-left: 24px;
    margin-right: 24px;
  }
  .page-data-feed .modal-body.body-historical-pull h3 {
    margin: 0px 0px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: "avenir heavy";
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #272727;
  }
  .page-data-feed .modal-body.body-historical-pull .box-info {
    display: flex;
    border: 2px solid rgba(5, 102, 220, 0.1);
    box-sizing: border-box;
    border-radius: 6px;
    padding: 12px 16px;
    font-family: "avenir roman";
    font-size: 14px;
    line-height: 22px;
    color: #272727;
  }
  .page-data-feed .modal-body.body-historical-pull .box-info p {
    margin: 0px 0px;
  }
  .page-data-feed .modal-body.body-historical-pull .box-info a {
    color: #0566DC;
  }
  .page-data-feed .modal-body.body-historical-pull .form {
    display: flex;
    flex-direction: column;
  }
  .page-data-feed .modal-body.body-historical-pull .form .form-group {
    margin-top: 16px;
    margin-left: 0px;
    margin-right: 23px;
    width: 100%;
  }
  .page-data-feed .modal-body.body-historical-pull .form .form-group label {
    font-family: "avenir heavy";
    font-size: 16px;
    line-height: 25px;
    color: #272727;
  }
  .page-data-feed .modal-body.body-historical-pull .form .form-group .form-control {
    width: 100%;
    height: 48px;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 6px;
  }
  .page-data-feed .modal-body.body-historical-pull .form .form-group select {
    font-family: "avenir roman";
    font-size: 14px;
    line-height: 22px;
    color: #272727;
  }
  .page-data-feed .modal-body.body-historical-pull .form .form-group select.form-control {
    background: url("./../img/icons/dropdown.png") no-repeat 95% 50%;
  }
  .page-data-feed .modal-body.body-historical-pull .form .form-group input.form-control {
    font-family: "avenir roman";
    font-size: 14px;
    line-height: 22px;
    color: #A5A5A5;
    background: url("./../img/icons/calendar.png") no-repeat 95% 50%;
  }
  .page-data-feed .modal-body.body-historical-pull button {
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 8px 24px;
    width: auto;
    height: auto;
    min-width: 180px;
    min-height: 38px;
    float: right;
    text-align: center;
  }

  .page-data-feed-single .box-tabs-single {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-data-feed-single .box-tabs-single .box-header-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-data-feed-single .box-tabs-single .box-header-left .box-desc-right span {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .page-data-feed-single .box-tabs-single .box-header-left .box-desc-right span.switchery {
    position: relative;
    bottom: 4px;
  }
  .page-data-feed-single .box-tabs-single .box-header-left .box-desc-right .box-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
  }
  .page-data-feed-single .box-tabs-single .box-header-left .box-desc-right .box-details span {
    font-family: "avenir roman";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #6D6D6D;
  }
  .page-data-feed-single .box-tabs-single .box-header-left .box-desc-right .box-details .last_synced {
    margin-left: 0px;
  }
  .page-data-feed-single .box-action {
    display: flex;
    flex-direction: column;
  }
  .page-data-feed-single .box-action .box-select-action {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
  }
  .page-data-feed-single .box-action .box-select-action a {
    margin-bottom: 5px;
  }
  .page-data-feed-single .box-action .box-select-action .box-circle-close {
    margin-top: 5px;
  }
  .page-data-feed-single .box-table {
    margin-top: 70px;
  }
  .page-data-feed-single .box-table .dataTables_filter {
    position: absolute;
    top: 435px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page-data-feed-single .box-table .btn-danger {
    display: inline-block;
    padding: 2px 5px;
  }

  .page-select-company {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    margin-left: 20px;
  }
  .page-select-company .box-select-company {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
  }
  .page-select-company .box-select-company .box-select-logo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
  }
  .page-select-company .box-select-company .box-select-logo .logo-select {
    width: 43.6px;
    height: 40px;
  }
  .page-select-company .box-select-company .box-select-logo .logo-text {
    width: 122.33px;
    height: 24.1px;
  }
  .page-select-company .box-select-company h3 {
    margin: 0px 0px;
    margin-top: 24px;
    font-family: "avenir heavy";
    font-size: 20px;
    line-height: 32px;
    color: #272727;
  }
  .page-select-company .box-select-company select.form-control {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 48px;
    margin-top: 16px;
    padding: 12px 12px;
    font-family: "avenir roman";
    font-size: 14px;
    line-height: 22px;
    color: #272727;
    border-color: #EDEDED;
    background: url("./../img/icons/dropdown.png") no-repeat 95% 50%;
  }
  .page-select-company .box-select-company a {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    margin-top: 24px;
    font-family: "avenir heavy";
    font-size: 14px;
    line-height: 22px;
    color: #0566DC;
    text-decoration: none;
  }
  .page-select-company .box-select-company button {
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    width: 100%;
    height: auto;
    padding: 8px 12px;
    font-family: "avenir heavy";
    font-size: 14px;
    line-height: 22px;
  }
  .page-select-company .box-select-company .form-control {
    padding: 12px 15px;
  }
  .page-select-company .box-select-company .logo-intuit {
    width: 200px;
    height: auto;
  }

  .page-dashboard .box-dashboard {
    display: flex;
    flex-direction: column;
  }
  .page-dashboard .box-dashboard .box-left {
    width: 100%;
  }
  .page-dashboard .box-dashboard .box-left .card-questions .box-btn {
    display: flex;
    flex-direction: column;
  }
  .page-dashboard .box-dashboard .box-left .card-questions .box-btn .btn-blue-light {
    margin-top: 10px;
    margin-left: 0px;
  }
  .page-dashboard .box-dashboard .box-right {
    width: 100%;
    margin-left: 0px;
    margin-top: 24px;
  }

  .page-faq .box-faq .box-questions {
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
  }

  .wrapper-onboard {
    display: flex;
    flex-direction: column;
  }

  .sidebar-onboard {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0px;
    width: 100%;
    height: auto;
    position: relative;
    min-height: 0;
  }

  .content-onboard {
    display: flex;
    flex-direction: column;
    height: auto;
    width: auto;
    min-height: 100vh;
    margin-top: 40.55px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    left: 0px;
  }

  .box-logo-onboard {
    display: flex;
    flex-direction: row;
    width: auto;
    padding-left: 20px;
  }
  .box-logo-onboard .menu-bars {
    display: flex;
    width: 100%;
    padding-right: 20px;
    justify-content: flex-end;
    color: #0566DC;
  }

  .box-nav-onboard {
    display: none;
    width: 100%;
    position: absolute;
    background: #FFFFFF;
    padding-left: 24px;
    margin-top: 100px;
    z-index: 1;
  }

  .page-connections-onboard .box-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
  }
  .page-connections-onboard .box-top a {
    position: relative;
    right: 0%;
  }
  .page-connections-onboard .box-top .box-breadcrumbs {
    margin-top: 0px;
  }
  .page-connections-onboard .box-top .box-breadcrumbs ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 10px;
  }
  .page-connections-onboard .box-top .box-breadcrumbs .box-items {
    margin-right: 0px;
  }
  .page-connections-onboard .box-top .link-skip-onboarding {
    position: relative;
    right: 0;
  }
  .page-connections-onboard .box-middle {
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-connections-onboard .box-middle h1,
.page-connections-onboard .box-middle h3 {
    text-align: center;
  }
  .page-connections-onboard .box-middle .box-btn-product {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .page-connections-onboard .box-middle .box-btn-product .btn-blue-outline.stripe-fees {
    padding: 10px;
    width: 100%;
    background-position: auto center;
  }
  .page-connections-onboard .box-middle .box-btn-product .btn-blue-outline.stripe-refunds {
    padding: 10px;
    width: 100%;
    background-position: auto center;
  }
  .page-connections-onboard .box-middle .box-btn-product .btn-blue-outline.stripe-sales {
    padding: 10px;
    width: 100%;
    background-position: auto center;
    margin-bottom: 16px;
  }
  .page-connections-onboard .box-middle .box-btn-product .btn-green-outline.clearing-refunds {
    padding: 10px;
    width: 100%;
    background-position: auto center;
  }
  .page-connections-onboard .box-middle .box-btn-testing {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .page-connections-onboard .box-middle .box-btn-testing .btn-grey-testing {
    margin-right: 0;
    margin-bottom: 24px;
    min-width: 0;
  }
  .page-connections-onboard .box-middle .box-btn-testing .btn-blue-testing {
    min-width: 0;
  }
  .page-connections-onboard .box-middle .box-btn-testing {
    margin-bottom: 60px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 250px;
    z-index: 1;
    width: 90%;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary .box-text-left {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 24px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary .box-text-left h3 {
    margin: 0px;
    padding: 0px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary .box-text-left p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #272727;
    margin: 0px;
    padding: 0px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary .box-text-right {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 24px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary .box-text-right h3 {
    margin: 0px;
    padding: 0px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary .box-text-right p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #272727;
    margin: 0px;
    padding: 0px;
  }
  .page-connections-onboard .box-middle .show-tooltip {
    display: flex;
  }
  .page-connections-onboard .box-middle .box-form {
    width: 95%;
  }
  .page-connections-onboard .box-middle .box-form-fees {
    display: flex;
    flex-direction: column;
    width: auto;
    min-width: 0;
  }
  .page-connections-onboard .box-middle .box-form-fees .card-radio {
    display: flex;
    flex-direction: row;
    height: auto;
  }
  .page-connections-onboard .box-middle .box-form-fees .box-radio {
    display: flex;
  }
  .page-connections-onboard .box-middle .box-form-customer {
    width: 100%;
  }
  .page-connections-onboard .box-middle .box-form-historical {
    display: flex;
    flex-direction: column;
    min-width: 0px;
  }
  .page-connections-onboard .box-middle .box-form-historical form {
    display: flex;
    flex-direction: column;
  }
  .page-connections-onboard .box-middle .content-watch-video {
    width: 95%;
    right: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-connections-onboard .box-middle .box-form-mapping {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-connections-onboard .box-middle .box-form-mapping .col-group {
    width: 100%;
  }
  .page-connections-onboard .box-middle .box-form-mapping .details-text {
    width: 100%;
  }
  .page-connections-onboard .box-middle .box-table {
    width: 300px;
  }
  .page-connections-onboard .box-middle .box-table .table {
    width: 100%;
  }
  .page-connections-onboard .box-middle .box-table-grey {
    width: 300px;
  }
  .page-connections-onboard .box-middle .box-table-grey .table {
    width: 100%;
  }
  .page-connections-onboard .box-middle p.start-flowing {
    width: 100%;
  }
  .page-connections-onboard .box-middle .box-billing-onboard {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-width: 0px;
    margin-top: 42px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .page-connections-onboard .box-middle .box-billing-onboard .list-row-package {
    display: flex;
    flex-direction: column;
    margin: 0px;
    margin-bottom: 24px;
  }
  .page-connections-onboard .box-middle .text-other-account {
    margin-top: 10px;
  }

  .footer-onboard {
    margin-top: 20px;
  }

  .page-data-feed-historicall-pull .box-top {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .page-data-feed-historicall-pull .box-top .box-data-feed {
    display: flex;
    flex-direction: column;
    width: 100%;
    top: 50px;
    margin-left: 0px;
    justify-content: center;
    align-items: center;
  }
  .page-data-feed-historicall-pull .box-middle {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-data-feed-historicall-pull .box-middle .box-form {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .page-data-feed-historicall-pull .box-middle .box-form .form {
    display: flex;
    flex-direction: column;
  }
  .page-data-feed-historicall-pull .box-middle .box-form .form .form-group {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
  }
  .page-data-feed-historicall-pull .box-middle .box-form .form input {
    width: 100%;
  }
  .page-data-feed-historicall-pull .box-middle .box-table .dataTables_wrapper {
    width: 100%;
  }
  .page-data-feed-historicall-pull .box-bottom {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
  }
  .page-data-feed-historicall-pull .box-bottom .box-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  body {
    min-height: 100vh;
  }

  .wrapper {
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
  }

  .sidebar {
    background: #FFFFFF;
    width: 100%;
    height: auto;
    position: relative;
    min-height: 1vh;
  }

  .content {
    width: auto;
    margin: 10px 10px;
    left: 0;
  }

  .box-logo .menu-bars {
    float: right;
    left: 0;
    display: block;
  }
  .box-logo .menu-bars .fa-bars {
    font-size: 30px;
  }

  .box-company {
    position: relative;
    padding: 10px 10px;
    margin: 10px 10px;
    border: 1px solid #F5F5F5;
    border-radius: 6px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
  }
  .box-company .text-company {
    font-size: 14px;
    color: #272727;
  }
  .box-company .text-company .text-status {
    font-size: 12px;
    font-weight: 500;
    color: #A5A5A5;
  }
  .box-company .angle-up {
    position: relative;
    bottom: 10px;
    left: 12px;
  }

  .box-company-list {
    padding: 10px 10px;
    margin: 10px 10px;
    position: absolute;
    border: 1px solid #F5F5F5;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    display: none;
    width: 95%;
  }
  .box-company-list ul {
    width: 100%;
  }
  .box-company-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    list-style: none;
  }
  .box-company-list ul li .company-name {
    color: #272727;
    font-family: "avenir roman";
    font-size: 14px;
    float: left;
    margin-left: 0;
  }
  .box-company-list ul li .company-toggle {
    position: relative;
    float: left;
    left: 0;
    margin-right: 10px;
  }

  .link-add-category {
    font-family: "avenir heavy";
    font-size: 14px;
    color: #0566DC;
    line-height: 22px;
    position: relative;
    right: 10px;
  }
  .link-add-category a {
    text-decoration: none;
  }
  .link-add-category a:hover {
    text-decoration: none;
  }

  .box-nav {
    padding: 10px 5px;
    margin: 10px 5px;
    display: none;
  }
  .box-nav ul {
    padding: 0px;
    margin: 0px;
  }
  .box-nav ul li {
    list-style: none;
    padding: 10px 50px;
    border-radius: 6px;
  }
  .box-nav ul li a {
    font-family: "avenir heavy";
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
    color: #6D6D6D;
  }
  .box-nav ul li:hover {
    color: #0566DC;
  }

  .box-connection {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 10px 20px;
    align-items: center;
  }
  .box-connection .text-qb {
    padding-left: 20px;
    flex-grow: 1;
    font-family: "avenir heavy";
    font-weight: 500;
    font-size: 20px;
    color: #272727;
  }
  .box-connection .text-connected {
    flex-grow: 1;
    font-weight: 500;
    font-size: 16px;
    color: #272727;
  }
  .box-connection .text-last-payment {
    font-weight: 500;
    font-size: 16px;
    color: #272727;
  }
  .box-connection .text-dc-account {
    padding-right: 10px;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
  }
  .box-connection .text-dc-account a {
    font-family: "avenir heavy";
    font-size: 14px;
    font-weight: 800;
    color: #6D6D6D;
    font-weight: 800;
    text-decoration: none;
  }

  .box-transactions {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    margin: 15px 0px;
    padding: 0px 0px;
  }

  .content-transactions {
    align-items: center;
    margin: 10px 20px;
    width: 100%;
  }
  .content-transactions .logo-type {
    width: 44px;
    height: 44px;
  }
  .content-transactions .type-transactions {
    font-family: "avenir heavy";
    font-size: 20px;
    line-height: 32px;
    color: #272727;
    position: relative;
    left: 20px;
  }
  .content-transactions .status-account {
    background: rgba(249, 184, 38, 0.1);
    color: #F9B826;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    position: relative;
    align-items: center;
    text-align: center;
    padding: 10px 35px;
  }
  .content-transactions .status-account a {
    color: #F9B826;
    text-decoration: none;
  }
  .content-transactions .status-account:hover {
    text-decoration: none;
  }

  .detail-transactions th {
    right: 0;
    color: #6D6D6D;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
  }
  .detail-transactions td {
    font-family: "avenir heavy";
    font-weight: 850;
    font-size: 14px;
    line-height: 22px;
    color: #272727;
  }
  .detail-transactions table {
    border-collapse: collapse;
    width: 250%;
  }
  .detail-transactions .warning-transactions {
    background: rgba(249, 184, 38, 0.1);
    color: #F9B826;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 5px;
  }
  .detail-transactions .warning-transactions:hover {
    text-decoration: none;
  }
  .detail-transactions .primary-transactions {
    background: rgba(5, 102, 220, 0.1);
    color: #0566DC;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 5px;
  }
  .detail-transactions .primary-transactions:hover {
    text-decoration: none;
  }
  .detail-transactions .danger-transactions {
    background: rgba(255, 0, 0, 0.1);
    color: #FF0000;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 5px;
  }
  .detail-transactions .danger-transactions:hover {
    text-decoration: none;
  }
  .detail-transactions .disconnect-account {
    position: relative;
    float: right;
    right: 0px;
  }
  .detail-transactions .disconnect-account a {
    font-family: "avenir heavy";
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    color: #6D6D6D;
    padding-right: 20px;
  }

  .box-info-connections {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background: none;
    border: 2px solid #0566DC;
    justify-content: center;
  }
  .box-info-connections .details-info-connections {
    flex-grow: 6;
    align-items: center;
  }
  .box-info-connections .details-info-connections h3 {
    font-family: "avenir heavy";
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    color: #272727;
  }
  .box-info-connections .details-info-connections p {
    font-family: "avenir roman";
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #272727;
  }
  .box-info-connections .btn-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    font-family: "avenir heavy";
    font-size: 14px;
    line-height: 25px;
    align-self: center;
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 8px 10px;
  }
  .box-info-connections .btn-info a {
    color: #FFFFFF;
    text-decoration: none;
  }

  .link-show-all-accounts {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: "avenir heavy";
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
  }
  .link-show-all-accounts a:hover {
    text-decoration: none;
  }
  .link-show-all-accounts:hover {
    text-decoration: none;
  }

  .modal-content.modal-content {
    width: auto;
    height: 490px;
  }

  .modal.fade.modal-contact-us {
    margin-left: auto;
  }

  .btn.btn-primary.btn-send-contact {
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    border-radius: 6px;
    font-family: "avenir heavy";
    font-size: 14px;
    line-height: 25px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
  }

  .page-billing .box-info-billing {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(5, 102, 220, 0.1);
    border: 2px solid #0566DC;
    justify-content: center;
    margin-bottom: 45px;
  }
  .page-billing .box-info-billing .desc-info-billing {
    flex-grow: 6;
    align-items: center;
  }
  .page-billing .box-info-billing .desc-info-billing h3 {
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    color: #272727;
  }
  .page-billing .box-info-billing .desc-info-billing p {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #272727;
  }
  .page-billing .box-info-billing .btn-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    font-weight: 800;
    font-size: 14px;
    line-height: 25px;
    align-self: center;
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 8px 10px;
  }
  .page-billing .box-info-billing .btn-info a {
    color: #FFFFFF;
    text-decoration: none;
  }
  .page-billing .table-billing table {
    border-collapse: collapse;
    width: 250%;
    z-index: 1;
    position: relative;
  }
  .page-billing .content-credit-details {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    width: auto;
    height: auto;
    align-items: center;
    padding: 10px 10px;
  }
  .page-billing .content-credit-details span {
    margin-top: 10px;
  }
  .page-billing .content-credit-details .box-button-credit-details {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .page-billing .list-package-billing .list-package-annual {
    display: flex;
    flex-direction: column;
  }
  .page-billing .list-package-billing .list-package-annual div {
    margin: 20px 0px;
  }
  .page-billing .list-package-billing .list-package-annual .space {
    margin: 0px 0px;
  }
  .page-billing .list-package-billing .list-package-monthly {
    display: flex;
    flex-direction: column;
    display: none;
  }
  .page-billing .list-package-billing .list-package-monthly div {
    margin: 20px 0px;
  }
  .page-billing .list-package-billing .list-package-monthly .space {
    margin: 0px 0px;
  }

  .modal-cart-plan {
    padding-top: 490px;
  }

  .close.close-billing-info {
    bottom: 55px;
  }

  .close.close-cart-plan {
    left: 5px;
  }

  .modal-content.content-billing-info {
    width: auto;
    height: 404px;
    position: relative;
    left: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .modal-content.content-cart-plan {
    width: auto;
    height: auto;
    position: relative;
    left: 0px;
    bottom: 300px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .modal-body.body-cart-plan {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
  }
  .modal-body.body-cart-plan .box-cart {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 460px;
    position: relative;
  }
  .modal-body.body-cart-plan .box-card-details {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 420px;
    position: relative;
    left: 4px;
    bottom: 10px;
  }

  .modal-body.body-cart-standard-plan {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
  }
  .modal-body.body-cart-standard-plan .box-cart {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 460px;
    position: relative;
  }
  .modal-body.body-cart-standard-plan .box-cart .status-package {
    bottom: 55px;
  }
  .modal-body.body-cart-standard-plan .box-card-details {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 440px;
    position: relative;
    left: 4px;
    bottom: 10px;
  }
  .modal-body.body-cart-standard-plan .box-card-details .checkbox-custom label {
    padding-top: 2px;
  }

  .modal-body.body-cart-premium-plan {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
  }
  .modal-body.body-cart-premium-plan .box-cart {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 440px;
    position: relative;
  }
  .modal-body.body-cart-premium-plan .box-cart .status-package {
    bottom: 55px;
  }
  .modal-body.body-cart-premium-plan .box-card-details {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 400px;
    position: relative;
    left: 4px;
    bottom: 10px;
  }

  .page-am {
    width: 100%;
    height: 100%;
  }
  .page-am .box-am-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .page-am .box-am-top .btn-group-am {
    margin-top: 10px;
    font-family: "avenir heavy";
    font-size: 14px;
  }
  .page-am .box-am-top .btn-group-am .btn-cancel {
    background: #FFFFFF;
    color: #0566DC;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 10px 30px;
    border: none;
    margin-right: 10px;
  }
  .page-am .box-am-top .btn-group-am .btn-submit-changes {
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 10px 30px;
    border-radius: 6px;
  }
  .page-am .box-am-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .page-am .box-am-bottom .btn-group-am {
    font-family: "avenir heavy";
    font-size: 14px;
  }
  .page-am .box-am-bottom .btn-group-am .btn-cancel {
    background: #FFFFFF;
    color: #0566DC;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 10px 30px;
    border: none;
    margin-right: 10px;
  }
  .page-am .box-am-bottom .btn-group-am .btn-submit-changes {
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 10px 30px;
    border-radius: 6px;
  }
  .page-am .box-form {
    display: flex;
    flex-direction: column;
  }
  .page-am .box-form .box-field {
    padding-top: 10px;
    /* Create a custom radio button */
    /* Create a custom radio button */
    /* Create a custom checkbox button */
  }
  .page-am .box-form .box-field label {
    font-family: "avenir roman";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #6D6D6D;
  }
  .page-am .box-form .box-field .form-control {
    border: 1px solid #EDEDED;
  }
  .page-am .box-form .box-field select {
    position: relative;
    height: 48px;
    background-size: 0;
    font-family: "avenir roman";
    font-size: 14px;
    margin: 0px 0px;
    padding: 10px 5px;
    color: #A5A5A5;
  }
  .page-am .box-form .box-field select:focus {
    color: #272727;
  }
  .page-am .box-form .box-field .fa-angle-down {
    padding: 0px 0px;
    margin: 0px 0px;
    position: relative;
    float: right;
    bottom: 45px;
    right: 15px;
    pointer-events: none;
    font-size: 25px;
    height: 0px;
    color: #A5A5A5;
  }
  .page-am .box-form .box-field input {
    position: relative;
    height: auto;
    background-size: 0;
    position: relative;
    font-family: "avenir roman";
    font-size: 14px;
    margin: 0px 0px;
  }
  .page-am .box-form .box-field .box-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "avenir roman";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #6D6D6D;
  }
  .page-am .box-form .box-field .box-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .page-am .box-form .box-field .box-radio:hover input ~ .checkmark {
    background-color: #0566DC;
  }
  .page-am .box-form .box-field .box-radio input:checked ~ .checkmark {
    background-color: #0566DC;
  }
  .page-am .box-form .box-field .box-radio input:checked ~ .checkmark:after {
    display: block;
  }
  .page-am .box-form .box-field .box-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }
  .page-am .box-form .box-field .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: none;
    border: 1px solid #A5A5A5;
    border-radius: 70%;
  }
  .page-am .box-form .box-field .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .page-am .box-form .box-field .radio-row {
    display: flex;
    flex-direction: row;
  }
  .page-am .box-form .box-field .radio-row .radio-no {
    margin-left: 25px;
  }
  .page-am .box-form .box-field .radio-column {
    display: flex;
    flex-direction: column;
  }
  .page-am .box-form .box-field .radio-column div {
    margin-top: 10px;
  }
  .page-am .box-form .box-field .radio-column div label {
    font-family: "avenir roman";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #6D6D6D;
  }
  .page-am .box-form .box-field .box-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "avenir roman";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #6D6D6D;
  }
  .page-am .box-form .box-field .box-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .page-am .box-form .box-field .box-radio:hover input ~ .checkmark {
    background-color: #0566DC;
  }
  .page-am .box-form .box-field .box-radio input:checked ~ .checkmark {
    background-color: #0566DC;
  }
  .page-am .box-form .box-field .box-radio input:checked ~ .checkmark:after {
    display: block;
  }
  .page-am .box-form .box-field .box-radio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }
  .page-am .box-form .box-field .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: none;
    border: 1px solid #A5A5A5;
    border-radius: 70%;
  }
  .page-am .box-form .box-field .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .page-am .box-form .box-field .box-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: "avenir roman";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .page-am .box-form .box-field .box-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .page-am .box-form .box-field .box-checkbox:hover input ~ .checkboxmark {
    background-color: #0566DC;
  }
  .page-am .box-form .box-field .box-checkbox input:checked ~ .checkboxmark {
    background-color: #0566DC;
  }
  .page-am .box-form .box-field .box-checkbox input:checked ~ .checkboxmark:after {
    display: block;
  }
  .page-am .box-form .box-field .box-checkbox .checkboxmark:after {
    left: 8px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .page-am .box-form .box-field .checkboxmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #eee;
  }
  .page-am .box-form .box-field .checkboxmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .page-am .box-form .item-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0px;
    margin: 10px 0px;
    height: auto;
  }
  .page-am .box-form .item-header h3 {
    font-size: 20px;
    color: #272727;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .page-am .box-form .item-header a {
    margin-top: 10px;
    font-family: "avenir heavy";
    font-size: 14px;
    text-align: right;
    color: #0566DC;
    text-decoration: none;
  }
  .page-am .box-form .mb-custom {
    position: relative;
    bottom: 0px;
  }
  .page-am .box-form .mb-custom-2 {
    position: relative;
    bottom: 0px;
  }
  .page-am .box-form .box-feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-am .box-form .btn-feature {
    font-family: "avenir roman";
    font-weight: 500;
    background: rgba(249, 184, 38, 0.1);
    color: #F9B826;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 5px 20px;
    width: auto;
    height: auto;
  }
  .page-am .box-form .box-rectangle {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    justify-content: center;
  }
  .page-am .box-form .box-rectangle .rectangle-1 {
    width: 68px;
    height: 90px;
    background: #F5F5F5;
    border-radius: 6px;
  }
  .page-am .box-form .box-rectangle .rectangle-2 {
    width: 105px;
    height: 90px;
    background: #F5F5F5;
    border-radius: 6px;
    margin-left: 20px;
  }
  .page-am .box-form .box-rectangle .rectangle-3 {
    width: 21px;
    height: 90px;
    background: #F5F5F5;
    border-radius: 6px;
    margin-left: 20px;
  }
  .page-am .box-form .box-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .page-am .box-form .box-desc h3 {
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
  }
  .page-am .box-form .box-desc p {
    font-family: "avenir roman";
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    /* grey */
    color: #6D6D6D;
  }
  .page-am .box-form .box-desc a {
    background: rgba(5, 102, 220, 0.1);
    color: #0566DC;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    font-family: "avenir heavy";
    padding: 5px 30px;
    font-size: 14px;
    line-height: 25px;
    text-decoration: none;
  }
  .page-am .box-form .item-left {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    height: auto;
    align-self: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .page-am .box-form .item-right {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    height: auto;
    align-self: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-left: 0px;
    margin-bottom: 20px;
    position: relative;
  }
  .page-am .box-form .item-right h3 {
    font-size: 20px;
    color: #272727;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .page-am .box-form .item-right .onboarding-text {
    color: #0566DC;
  }
  .page-am .box-form .item-right .box-yt {
    background: url("../img/content-yt.png") no-repeat;
    width: auto;
    height: 273px;
    border-radius: 6px;
  }

  .close.close-add-product-mapping {
    position: relative;
    bottom: 5px;
    right: 5px;
    font-size: 35px;
    color: #FFFFFF;
    opacity: 1;
  }

  .modal-content.content-add-product-mapping {
    width: 608px;
    height: 348px;
    position: relative;
    right: 0%;
    background-color: transparent;
    border-radius: 0;
    border-radius: 0;
    margin: 0px 0px;
    padding: 0px 0px;
  }
  .modal-content.content-add-product-mapping .modal-header {
    display: flex;
    padding: 0px;
    justify-content: flex-end;
    position: relative;
    bottom: 40px;
    color: #FFFFFF;
  }
  .modal-content.content-add-product-mapping .modal-header .close {
    font-size: 35px;
    color: #FFFFFF;
  }

  .modal-body.body-add-product-mapping {
    display: flex;
    flex-direction: column;
    margin: 0px 0px;
    padding: 0px 0px;
    width: auto;
    height: 348px;
    border-radius: 6px;
    background-color: white;
  }
  .modal-body.body-add-product-mapping h3 {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }
  .modal-body.body-add-product-mapping .box-form {
    display: flex;
    flex-direction: column;
    margin: 0px 20px;
  }
  .modal-body.body-add-product-mapping .box-form .box-save-product-mapping {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
  }
  .modal-body.body-add-product-mapping .box-form .box-save-product-mapping .btn-save-product-mapping {
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    width: 160px;
    height: 38px;
    font-family: "avenir heavy";
    font-weight: 800;
    font-size: 14px;
    line-height: 25px;
  }
  .modal-body.body-add-product-mapping .box-form .box-save-product-mapping .btn-save-product-mapping.disabled {
    opacity: 0.5;
  }
  .modal-body.body-add-product-mapping .box-form .box-field {
    padding-top: 20px;
    width: 100%;
  }
  .modal-body.body-add-product-mapping .box-form .box-field label {
    font-family: "avenir roman";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #6D6D6D;
  }
  .modal-body.body-add-product-mapping .box-form .box-field .form-control {
    border: 1px solid #EDEDED;
  }
  .modal-body.body-add-product-mapping .box-form .box-field select {
    position: relative;
    height: 48px;
    background-size: 0;
    font-family: "avenir roman";
    font-size: 14px;
    margin: 0px 0px;
    padding: 10px 5px;
    color: #A5A5A5;
  }
  .modal-body.body-add-product-mapping .box-form .box-field select:focus {
    color: #272727;
  }
  .modal-body.body-add-product-mapping .box-form .box-field .fa-angle-down {
    padding: 0px 0px;
    margin: 0px 0px;
    position: relative;
    float: right;
    bottom: 45px;
    right: 15px;
    pointer-events: none;
    font-size: 25px;
    height: 0px;
    color: #A5A5A5;
  }
  .modal-body.body-add-product-mapping .box-form .box-field input {
    position: relative;
    height: auto;
    background-size: 0;
    position: relative;
    font-family: "avenir roman";
    font-size: 14px;
    margin: 0px 0px;
  }

  .close.close-cart-plan {
    left: 5px;
  }

  .modal-content.content-cart-plan {
    width: auto;
    height: auto;
    position: relative;
    left: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .modal-body.body-cart-premium-plan {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
  }
  .modal-body.body-cart-premium-plan .box-cart {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 460px;
    position: relative;
  }
  .modal-body.body-cart-premium-plan .box-card-details {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 420px;
    position: relative;
    left: 4px;
    bottom: 10px;
  }

  .close.close-add-product-mapping {
    left: 0px;
  }

  .modal-content.content-add-product-mapping {
    width: auto;
    height: 348px;
    position: relative;
    left: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .modal-body.body-add-product-mapping {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 348px;
  }
  .modal-body.body-add-product-mapping .box-cart {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 460px;
    position: relative;
  }
  .modal-body.body-add-product-mapping .box-card-details {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 420px;
    position: relative;
    left: 4px;
    bottom: 10px;
  }

  .box-multi-product {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    right: 20px;
  }
  .box-multi-product .box-header-left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .box-multi-product .box-header-left .box-arrow-left {
    position: relative;
    width: 36px;
    height: 36px;
    left: 0px;
    top: 0px;
    bottom: 0;
    margin-bottom: 15px;
    background: #FAFAFA;
    border-radius: 32px;
  }
  .box-multi-product .box-header-left .box-arrow-left .fa-angle-left {
    color: #A5A5A5;
    font-size: 30px;
    position: relative;
    left: 12px;
    bottom: 5px;
  }
  .box-multi-product .box-header-left .box-desc-right {
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .box-multi-product .box-header-left .box-desc-right h2 {
    padding: 0px 0px;
    margin: 0px 0px;
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 38px;
  }
  .box-multi-product .box-header-left .box-desc-right div {
    font-family: "avenir roman";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #6D6D6D;
    cursor: pointer;
  }
  .box-multi-product .box-header-left .box-desc-right .fa-angle-down {
    position: relative;
    top: 3px;
    font-size: 20px;
    color: #A5A5A5;
  }
  .box-multi-product .box-header-left .box-desc-right .dropdown-stripe-name {
    display: none;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    width: 165px;
    height: auto;
    margin-top: 5px;
  }
  .box-multi-product .box-header-left .box-desc-right .dropdown-stripe-name ul {
    padding: 0px 10px;
    margin: 0px 0px;
    list-style: none;
    font-family: "avenir roman";
    font-size: 14px;
    color: #272727;
  }
  .box-multi-product .box-header-left .box-desc-right .dropdown-stripe-name ul li {
    padding: 5px 0px;
    margin: 0px 0px;
  }
  .box-multi-product .btn-primary-multi-product {
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 10px 30px;
    font-family: "avenir heavy";
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    position: relative;
  }

  .box-add-product-mapping {
    display: none;
    margin-top: 0px;
  }
  .box-add-product-mapping .header {
    display: none;
  }
  .box-add-product-mapping .body {
    display: none;
  }
  .box-add-product-mapping .box-add-new {
    display: none;
  }

  .box-add-product-mapping-mobile {
    display: none;
    margin-top: 20px;
  }
  .box-add-product-mapping-mobile .box-field {
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  .box-add-product-mapping-mobile .box-field input {
    width: 100%;
    height: auto;
    min-height: 48px;
    background: #FFFFFF;
    /* border */
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 6px;
  }
  .box-add-product-mapping-mobile .box-field input:focus {
    border: 1px solid #EDEDED;
    color: #272727;
  }
  .box-add-product-mapping-mobile .box-field select {
    width: 100%;
    height: auto;
    min-height: 48px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 6px;
  }
  .box-add-product-mapping-mobile .box-field select:focus {
    border: 1px solid #EDEDED;
    color: #272727;
  }
  .box-add-product-mapping-mobile .box-field .fa-angle-down {
    position: relative;
    float: right;
    font-size: 30px;
    bottom: 48px;
    right: 10px;
  }
  .box-add-product-mapping-mobile .box-field .form-group a {
    text-decoration: none;
    font-family: "avenir heavy";
    font-size: 14px;
    line-height: 22px;
    color: #6D6D6D;
  }
  .box-add-product-mapping-mobile .box-field .form-group button {
    background: rgba(5, 102, 220, 0.1);
    color: #0566DC;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    height: auto;
    width: auto;
    padding: 10px 20px;
    margin-left: 10px;
  }

  .box-list-product-mapping {
    overflow: auto;
  }
  .box-list-product-mapping .header {
    width: 150%;
  }
  .box-list-product-mapping .items {
    width: 150%;
  }

  .modal-content.content-downgrade {
    width: 420px;
    height: auto;
    background: #F5F5F5;
    position: relative;
    left: 14%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .page-data-feed .box-tabs {
    display: flex;
    flex-direction: row;
  }
  .page-data-feed .box-action {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .page-data-feed .box-action .box-select-action {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
  }
  .page-data-feed .box-action .box-select-action a {
    margin-bottom: 5px;
  }
  .page-data-feed .box-action .box-select-action .box-circle-close {
    margin-top: 5px;
  }
  .page-data-feed .box-table {
    margin-top: 70px;
  }
  .page-data-feed .box-table .dataTables_filter {
    position: absolute;
    top: 240px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page-data-feed .box-table .btn-danger {
    display: inline-block;
    padding: 2px 5px;
  }
  .page-data-feed .content-historical-pull {
    width: auto;
    height: auto;
    min-width: 0px;
    min-height: 0px;
    padding-bottom: 20px;
    position: relative;
    left: 0px;
    top: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-data-feed .modal-header.header-historical-pull {
    margin: 0px 0px;
    padding: 0px 0px;
    height: 0px;
    width: auto;
  }
  .page-data-feed .close.close-historical-pull {
    position: relative;
    bottom: 40px;
    float: right;
    opacity: 1;
    color: #FFFFFF;
    font-size: 35px;
  }
  .page-data-feed .modal-body.body-historical-pull {
    margin: 0px 0px;
    padding: 0px 0px;
    margin-left: 24px;
    margin-right: 24px;
  }
  .page-data-feed .modal-body.body-historical-pull h3 {
    margin: 0px 0px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: "avenir heavy";
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #272727;
  }
  .page-data-feed .modal-body.body-historical-pull .box-info {
    display: flex;
    border: 2px solid rgba(5, 102, 220, 0.1);
    box-sizing: border-box;
    border-radius: 6px;
    padding: 12px 16px;
    font-family: "avenir roman";
    font-size: 14px;
    line-height: 22px;
    color: #272727;
  }
  .page-data-feed .modal-body.body-historical-pull .box-info p {
    margin: 0px 0px;
  }
  .page-data-feed .modal-body.body-historical-pull .box-info a {
    color: #0566DC;
  }
  .page-data-feed .modal-body.body-historical-pull .form {
    display: flex;
    flex-direction: column;
  }
  .page-data-feed .modal-body.body-historical-pull .form .form-group {
    margin-top: 16px;
    margin-left: 0px;
    margin-right: 23px;
    width: 100%;
  }
  .page-data-feed .modal-body.body-historical-pull .form .form-group label {
    font-family: "avenir heavy";
    font-size: 16px;
    line-height: 25px;
    color: #272727;
  }
  .page-data-feed .modal-body.body-historical-pull .form .form-group .form-control {
    width: 100%;
    height: 48px;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 6px;
  }
  .page-data-feed .modal-body.body-historical-pull .form .form-group select {
    font-family: "avenir roman";
    font-size: 14px;
    line-height: 22px;
    color: #272727;
  }
  .page-data-feed .modal-body.body-historical-pull .form .form-group select.form-control {
    background: url("./../img/icons/dropdown.png") no-repeat 95% 50%;
  }
  .page-data-feed .modal-body.body-historical-pull .form .form-group input.form-control {
    font-family: "avenir roman";
    font-size: 14px;
    line-height: 22px;
    color: #A5A5A5;
    background: url("./../img/icons/calendar.png") no-repeat 95% 50%;
  }
  .page-data-feed .modal-body.body-historical-pull button {
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 8px 24px;
    width: auto;
    height: auto;
    min-width: 180px;
    min-height: 38px;
    float: right;
    text-align: center;
  }

  .page-data-feed-single .box-tabs-single {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-data-feed-single .box-tabs-single .box-header-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .page-data-feed-single .box-tabs-single .box-header-left .box-desc-right span.switchery {
    position: relative;
    bottom: 4px;
  }
  .page-data-feed-single .box-tabs-single .box-header-left .box-desc-right .box-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
  }
  .page-data-feed-single .box-tabs-single .box-header-left .box-desc-right .box-details span {
    font-family: "avenir roman";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #6D6D6D;
  }
  .page-data-feed-single .box-tabs-single .box-header-left .box-desc-right .box-details .last_synced {
    margin-left: 0px;
  }
  .page-data-feed-single .box-action {
    display: flex;
    flex-direction: column;
  }
  .page-data-feed-single .box-action .box-select-action {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
  }
  .page-data-feed-single .box-action .box-select-action a {
    margin-bottom: 5px;
  }
  .page-data-feed-single .box-action .box-select-action .box-circle-close {
    margin-top: 5px;
  }
  .page-data-feed-single .box-table {
    margin-top: 70px;
  }
  .page-data-feed-single .box-table .dataTables_filter {
    position: absolute;
    top: 380px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page-data-feed-single .box-table .btn-danger {
    display: inline-block;
    padding: 2px 5px;
  }

  .page-dashboard .box-dashboard {
    display: flex;
    flex-direction: column;
  }
  .page-dashboard .box-dashboard .box-left {
    width: 100%;
  }
  .page-dashboard .box-dashboard .box-left .card-questions .box-btn {
    display: flex;
    flex-direction: row;
  }
  .page-dashboard .box-dashboard .box-left .card-questions .box-btn .btn-blue-light {
    margin-top: 0px;
    margin-left: 10px;
  }
  .page-dashboard .box-dashboard .box-right {
    width: 100%;
    margin-left: 0px;
    margin-top: 24px;
  }
  .page-dashboard .box-dashboard .box-right .card-need-help .box-yt {
    background-position: 50% 100%;
  }

  .page-faq .box-faq .box-questions {
    padding-bottom: 54px;
  }
  .page-faq .box-faq .box-questions .btn-blue {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .page-data-feed-historicall-pull .box-top {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .page-data-feed-historicall-pull .box-top .box-data-feed {
    display: flex;
    flex-direction: column;
    width: 100%;
    top: 50px;
    margin-left: 0px;
    justify-content: center;
    align-items: center;
  }
  .page-data-feed-historicall-pull .box-middle {
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-data-feed-historicall-pull .box-middle .box-form {
    display: flex;
    flex-direction: column;
    margin-left: 24px;
    margin-right: 24px;
  }
  .page-data-feed-historicall-pull .box-middle .box-form .form {
    display: flex;
    flex-direction: column;
  }
  .page-data-feed-historicall-pull .box-middle .box-form .form .form-group {
    width: 100%;
    margin-top: 24px;
  }
  .page-data-feed-historicall-pull .box-middle .box-table .dataTables_wrapper {
    width: 100%;
  }
  .page-data-feed-historicall-pull .box-bottom {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
  }
  .page-data-feed-historicall-pull .box-bottom .box-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wrapper-onboard {
    display: flex;
    flex-direction: column;
  }

  .sidebar-onboard {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0px;
    width: 100%;
    height: auto;
    position: relative;
    min-height: 0;
  }

  .content-onboard {
    display: flex;
    flex-direction: column;
    height: auto;
    width: auto;
    min-height: 100vh;
    margin-top: 40.55px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    left: 0px;
  }

  .box-logo-onboard {
    display: flex;
    flex-direction: row;
    width: auto;
    padding-left: 20px;
  }
  .box-logo-onboard .menu-bars {
    display: flex;
    width: 100%;
    padding-right: 20px;
    justify-content: flex-end;
    color: #0566DC;
  }

  .box-nav-onboard {
    display: none;
    width: 100%;
    position: absolute;
    background: #FFFFFF;
    padding-left: 24px;
    margin-top: 100px;
    z-index: 1;
  }

  .page-connections-onboard .box-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
  }
  .page-connections-onboard .box-top a {
    position: relative;
    right: 0%;
  }
  .page-connections-onboard .box-top .box-breadcrumbs {
    margin-top: 0px;
  }
  .page-connections-onboard .box-top .box-breadcrumbs ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 10px;
  }
  .page-connections-onboard .box-top .box-breadcrumbs .box-items {
    margin-right: 0px;
  }
  .page-connections-onboard .box-top .link-skip-onboarding {
    position: relative;
    right: 0;
  }
  .page-connections-onboard .box-middle {
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-connections-onboard .box-middle h1 {
    text-align: center;
  }
  .page-connections-onboard .box-middle .link-necessary {
    cursor: pointer;
  }
  .page-connections-onboard .box-middle .box-btn-testing {
    margin-bottom: 60px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 250px;
    z-index: 1;
    width: 90%;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary .box-text-left {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 24px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary .box-text-left h3 {
    margin: 0px;
    padding: 0px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary .box-text-left p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #272727;
    margin: 0px;
    padding: 0px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary .box-text-right {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 24px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary .box-text-right h3 {
    margin: 0px;
    padding: 0px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary .box-text-right p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #272727;
    margin: 0px;
    padding: 0px;
  }
  .page-connections-onboard .box-middle .show-tooltip {
    display: flex;
  }
  .page-connections-onboard .box-middle .content-watch-video {
    width: 95%;
    right: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-connections-onboard .box-middle p.start-flowing {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1234px) {
  body {
    min-height: 100vh;
  }

  .wrapper {
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
  }

  .sidebar {
    background: #FFFFFF;
    width: 100%;
    height: auto;
    position: relative;
    min-height: 1vh;
  }

  .content {
    width: auto;
    margin: 10px 10px;
    left: 0;
  }

  .box-logo .menu-bars {
    float: right;
    left: 0;
    display: block;
  }
  .box-logo .menu-bars .fa-bars {
    font-size: 30px;
  }

  .box-company {
    position: relative;
    padding: 10px 10px;
    margin: 10px 10px;
    border: 1px solid #F5F5F5;
    border-radius: 6px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
  }
  .box-company .text-company {
    font-size: 14px;
    color: #272727;
  }
  .box-company .text-company .text-status {
    font-size: 12px;
    font-weight: 500;
    color: #A5A5A5;
  }
  .box-company .angle-up {
    position: relative;
    bottom: 10px;
    left: 12px;
  }

  .box-company-list {
    padding: 10px 10px;
    margin: 10px 10px;
    position: absolute;
    border: 1px solid #F5F5F5;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    display: none;
    width: 95%;
  }
  .box-company-list ul {
    width: 100%;
  }
  .box-company-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    list-style: none;
  }
  .box-company-list ul li .company-name {
    color: #272727;
    font-family: "avenir roman";
    font-size: 14px;
    float: left;
    margin-left: 0;
  }
  .box-company-list ul li .company-toggle {
    position: relative;
    float: left;
    left: 0;
    margin-right: 10px;
  }

  .link-add-category {
    font-family: "avenir heavy";
    font-size: 14px;
    color: #0566DC;
    line-height: 22px;
    position: relative;
    right: 10px;
  }
  .link-add-category a {
    text-decoration: none;
  }
  .link-add-category a:hover {
    text-decoration: none;
  }

  .box-nav {
    padding: 10px 5px;
    margin: 10px 5px;
    display: none;
  }
  .box-nav ul {
    padding: 0px;
    margin: 0px;
  }
  .box-nav ul li {
    list-style: none;
    padding: 10px 50px;
    border-radius: 6px;
  }
  .box-nav ul li a {
    font-family: "avenir heavy";
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
    color: #6D6D6D;
  }
  .box-nav ul li:hover {
    color: #0566DC;
  }

  .box-connection {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 10px 20px;
    align-items: center;
  }
  .box-connection .text-qb {
    padding-left: 20px;
    flex-grow: 1;
    font-family: "avenir heavy";
    font-weight: 500;
    font-size: 20px;
    color: #272727;
  }
  .box-connection .text-connected {
    flex-grow: 1;
    font-weight: 500;
    font-size: 16px;
    color: #272727;
  }
  .box-connection .text-last-payment {
    font-weight: 500;
    font-size: 16px;
    color: #272727;
  }
  .box-connection .text-dc-account {
    padding-right: 10px;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
  }
  .box-connection .text-dc-account a {
    font-family: "avenir heavy";
    font-size: 14px;
    font-weight: 800;
    color: #6D6D6D;
    font-weight: 800;
    text-decoration: none;
  }

  .box-transactions {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    margin: 15px 0px;
    padding: 0px 0px;
  }

  .content-transactions {
    align-items: center;
    margin: 10px 20px;
    width: 100%;
  }
  .content-transactions .logo-type {
    width: 44px;
    height: 44px;
  }
  .content-transactions .type-transactions {
    font-family: "avenir heavy";
    font-size: 20px;
    line-height: 32px;
    color: #272727;
    position: relative;
    left: 20px;
  }
  .content-transactions .status-account {
    background: rgba(249, 184, 38, 0.1);
    color: #F9B826;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    position: relative;
    align-items: center;
    text-align: center;
    padding: 10px 35px;
  }
  .content-transactions .status-account a {
    color: #F9B826;
    text-decoration: none;
  }
  .content-transactions .status-account:hover {
    text-decoration: none;
  }

  .detail-transactions th {
    right: 0;
    color: #6D6D6D;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
  }
  .detail-transactions td {
    font-family: "avenir heavy";
    font-weight: 850;
    font-size: 14px;
    line-height: 22px;
    color: #272727;
  }
  .detail-transactions table {
    border-collapse: collapse;
    width: 250%;
  }
  .detail-transactions .warning-transactions {
    background: rgba(249, 184, 38, 0.1);
    color: #F9B826;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 5px;
  }
  .detail-transactions .warning-transactions:hover {
    text-decoration: none;
  }
  .detail-transactions .primary-transactions {
    background: rgba(5, 102, 220, 0.1);
    color: #0566DC;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 5px;
  }
  .detail-transactions .primary-transactions:hover {
    text-decoration: none;
  }
  .detail-transactions .danger-transactions {
    background: rgba(255, 0, 0, 0.1);
    color: #FF0000;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 5px;
  }
  .detail-transactions .danger-transactions:hover {
    text-decoration: none;
  }
  .detail-transactions .disconnect-account {
    position: relative;
    float: right;
    right: 0px;
  }
  .detail-transactions .disconnect-account a {
    font-family: "avenir heavy";
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    color: #6D6D6D;
    padding-right: 20px;
  }

  .box-info-connections {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background: none;
    border: 2px solid #0566DC;
    justify-content: center;
  }
  .box-info-connections .details-info-connections {
    flex-grow: 6;
    align-items: center;
  }
  .box-info-connections .details-info-connections h3 {
    font-family: "avenir heavy";
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    color: #272727;
  }
  .box-info-connections .details-info-connections p {
    font-family: "avenir roman";
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #272727;
  }
  .box-info-connections .btn-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    font-family: "avenir heavy";
    font-size: 14px;
    line-height: 25px;
    align-self: center;
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 8px 10px;
  }
  .box-info-connections .btn-info a {
    color: #FFFFFF;
    text-decoration: none;
  }

  .link-show-all-accounts {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: "avenir heavy";
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
  }
  .link-show-all-accounts a:hover {
    text-decoration: none;
  }
  .link-show-all-accounts:hover {
    text-decoration: none;
  }

  .modal-content.modal-content {
    width: auto;
    height: 490px;
  }

  .modal.fade.modal-contact-us {
    margin-left: auto;
  }

  .btn.btn-primary.btn-send-contact {
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    border-radius: 6px;
    font-family: "avenir heavy";
    font-size: 14px;
    line-height: 25px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
  }

  .page-billing .box-info-billing {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(5, 102, 220, 0.1);
    border: 2px solid #0566DC;
    justify-content: center;
    margin-bottom: 45px;
  }
  .page-billing .box-info-billing .desc-info-billing {
    flex-grow: 6;
    align-items: center;
  }
  .page-billing .box-info-billing .desc-info-billing h3 {
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    color: #272727;
  }
  .page-billing .box-info-billing .desc-info-billing p {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #272727;
  }
  .page-billing .box-info-billing .btn-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    font-weight: 800;
    font-size: 14px;
    line-height: 25px;
    align-self: center;
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 8px 10px;
  }
  .page-billing .box-info-billing .btn-info a {
    color: #FFFFFF;
    text-decoration: none;
  }
  .page-billing .table-billing table {
    border-collapse: collapse;
    width: 250%;
    z-index: 1;
    position: relative;
  }
  .page-billing .content-credit-details {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    width: auto;
    height: auto;
    align-items: center;
    padding: 10px 10px;
  }
  .page-billing .content-credit-details span {
    margin-top: 10px;
  }
  .page-billing .content-credit-details .box-button-credit-details {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .page-billing .list-package-billing .list-package-annual {
    display: flex;
    flex-direction: column;
  }
  .page-billing .list-package-billing .list-package-annual div {
    margin: 20px 0px;
  }
  .page-billing .list-package-billing .list-package-annual .space {
    margin: 0px 0px;
  }
  .page-billing .list-package-billing .list-package-monthly {
    display: flex;
    flex-direction: column;
    display: none;
  }
  .page-billing .list-package-billing .list-package-monthly div {
    margin: 20px 0px;
  }
  .page-billing .list-package-billing .list-package-monthly .space {
    margin: 0px 0px;
  }

  .modal-cart-plan {
    padding-top: 490px;
  }

  .close.close-billing-info {
    bottom: 55px;
  }

  .close.close-cart-plan {
    left: 5px;
  }

  .modal-content.content-billing-info {
    width: auto;
    height: 404px;
    position: relative;
    left: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .modal-content.content-cart-plan {
    width: auto;
    height: auto;
    position: relative;
    left: 0px;
    bottom: 300px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .modal-body.body-cart-plan {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
  }
  .modal-body.body-cart-plan .box-cart {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 460px;
    position: relative;
  }
  .modal-body.body-cart-plan .box-card-details {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 420px;
    position: relative;
    left: 4px;
    bottom: 10px;
  }

  .modal-body.body-cart-standard-plan {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
  }
  .modal-body.body-cart-standard-plan .box-cart {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 460px;
    position: relative;
  }
  .modal-body.body-cart-standard-plan .box-cart .status-package {
    bottom: 55px;
  }
  .modal-body.body-cart-standard-plan .box-card-details {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 440px;
    position: relative;
    left: 4px;
    bottom: 10px;
  }
  .modal-body.body-cart-standard-plan .box-card-details .checkbox-custom label {
    padding-top: 2px;
  }

  .modal-body.body-cart-premium-plan {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
  }
  .modal-body.body-cart-premium-plan .box-cart {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 440px;
    position: relative;
  }
  .modal-body.body-cart-premium-plan .box-cart .status-package {
    bottom: 55px;
  }
  .modal-body.body-cart-premium-plan .box-card-details {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 400px;
    position: relative;
    left: 4px;
    bottom: 10px;
  }

  .page-am {
    width: 100%;
    height: 100%;
  }
  .page-am .box-am-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .page-am .box-am-top .btn-group-am {
    margin-top: 10px;
    font-family: "avenir heavy";
    font-size: 14px;
  }
  .page-am .box-am-top .btn-group-am .btn-cancel {
    background: #FFFFFF;
    color: #0566DC;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 10px 30px;
    border: none;
    margin-right: 10px;
  }
  .page-am .box-am-top .btn-group-am .btn-submit-changes {
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 10px 30px;
    border-radius: 6px;
  }
  .page-am .box-am-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .page-am .box-am-bottom .btn-group-am {
    font-family: "avenir heavy";
    font-size: 14px;
  }
  .page-am .box-am-bottom .btn-group-am .btn-cancel {
    background: #FFFFFF;
    color: #0566DC;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 10px 30px;
    border: none;
    margin-right: 10px;
  }
  .page-am .box-am-bottom .btn-group-am .btn-submit-changes {
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 10px 30px;
    border-radius: 6px;
  }
  .page-am .box-form {
    display: flex;
    flex-direction: column;
  }
  .page-am .box-form .box-field {
    padding-top: 10px;
    /* Create a custom radio button */
    /* Create a custom radio button */
    /* Create a custom checkbox button */
  }
  .page-am .box-form .box-field label {
    font-family: "avenir roman";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #6D6D6D;
  }
  .page-am .box-form .box-field .form-control {
    border: 1px solid #EDEDED;
  }
  .page-am .box-form .box-field select {
    position: relative;
    height: 48px;
    background-size: 0;
    font-family: "avenir roman";
    font-size: 14px;
    margin: 0px 0px;
    padding: 10px 5px;
    color: #A5A5A5;
  }
  .page-am .box-form .box-field select:focus {
    color: #272727;
  }
  .page-am .box-form .box-field .fa-angle-down {
    padding: 0px 0px;
    margin: 0px 0px;
    position: relative;
    float: right;
    bottom: 45px;
    right: 15px;
    pointer-events: none;
    font-size: 25px;
    height: 0px;
    color: #A5A5A5;
  }
  .page-am .box-form .box-field input {
    position: relative;
    height: auto;
    background-size: 0;
    position: relative;
    font-family: "avenir roman";
    font-size: 14px;
    margin: 0px 0px;
  }
  .page-am .box-form .box-field .box-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "avenir roman";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #6D6D6D;
  }
  .page-am .box-form .box-field .box-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .page-am .box-form .box-field .box-radio:hover input ~ .checkmark {
    background-color: #0566DC;
  }
  .page-am .box-form .box-field .box-radio input:checked ~ .checkmark {
    background-color: #0566DC;
  }
  .page-am .box-form .box-field .box-radio input:checked ~ .checkmark:after {
    display: block;
  }
  .page-am .box-form .box-field .box-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }
  .page-am .box-form .box-field .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: none;
    border: 1px solid #A5A5A5;
    border-radius: 70%;
  }
  .page-am .box-form .box-field .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .page-am .box-form .box-field .radio-row {
    display: flex;
    flex-direction: row;
  }
  .page-am .box-form .box-field .radio-row .radio-no {
    margin-left: 25px;
  }
  .page-am .box-form .box-field .radio-column {
    display: flex;
    flex-direction: column;
  }
  .page-am .box-form .box-field .radio-column div {
    margin-top: 10px;
  }
  .page-am .box-form .box-field .radio-column div label {
    font-family: "avenir roman";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #6D6D6D;
  }
  .page-am .box-form .box-field .box-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "avenir roman";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #6D6D6D;
  }
  .page-am .box-form .box-field .box-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .page-am .box-form .box-field .box-radio:hover input ~ .checkmark {
    background-color: #0566DC;
  }
  .page-am .box-form .box-field .box-radio input:checked ~ .checkmark {
    background-color: #0566DC;
  }
  .page-am .box-form .box-field .box-radio input:checked ~ .checkmark:after {
    display: block;
  }
  .page-am .box-form .box-field .box-radio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }
  .page-am .box-form .box-field .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: none;
    border: 1px solid #A5A5A5;
    border-radius: 70%;
  }
  .page-am .box-form .box-field .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .page-am .box-form .box-field .box-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: "avenir roman";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .page-am .box-form .box-field .box-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .page-am .box-form .box-field .box-checkbox:hover input ~ .checkboxmark {
    background-color: #0566DC;
  }
  .page-am .box-form .box-field .box-checkbox input:checked ~ .checkboxmark {
    background-color: #0566DC;
  }
  .page-am .box-form .box-field .box-checkbox input:checked ~ .checkboxmark:after {
    display: block;
  }
  .page-am .box-form .box-field .box-checkbox .checkboxmark:after {
    left: 8px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .page-am .box-form .box-field .checkboxmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #eee;
  }
  .page-am .box-form .box-field .checkboxmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .page-am .box-form .item-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0px;
    margin: 10px 0px;
    height: auto;
  }
  .page-am .box-form .item-header h3 {
    font-size: 20px;
    color: #272727;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .page-am .box-form .item-header a {
    margin-top: 10px;
    font-family: "avenir heavy";
    font-size: 14px;
    text-align: right;
    color: #0566DC;
    text-decoration: none;
  }
  .page-am .box-form .mb-custom {
    position: relative;
    bottom: 0px;
  }
  .page-am .box-form .mb-custom-2 {
    position: relative;
    bottom: 0px;
  }
  .page-am .box-form .box-feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-am .box-form .btn-feature {
    font-family: "avenir roman";
    font-weight: 500;
    background: rgba(249, 184, 38, 0.1);
    color: #F9B826;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 5px 20px;
    width: auto;
    height: auto;
  }
  .page-am .box-form .box-rectangle {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    justify-content: center;
  }
  .page-am .box-form .box-rectangle .rectangle-1 {
    width: 68px;
    height: 90px;
    background: #F5F5F5;
    border-radius: 6px;
  }
  .page-am .box-form .box-rectangle .rectangle-2 {
    width: 105px;
    height: 90px;
    background: #F5F5F5;
    border-radius: 6px;
    margin-left: 20px;
  }
  .page-am .box-form .box-rectangle .rectangle-3 {
    width: 21px;
    height: 90px;
    background: #F5F5F5;
    border-radius: 6px;
    margin-left: 20px;
  }
  .page-am .box-form .box-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .page-am .box-form .box-desc h3 {
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
  }
  .page-am .box-form .box-desc p {
    font-family: "avenir roman";
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    /* grey */
    color: #6D6D6D;
  }
  .page-am .box-form .box-desc a {
    background: rgba(5, 102, 220, 0.1);
    color: #0566DC;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    font-family: "avenir heavy";
    padding: 5px 30px;
    font-size: 14px;
    line-height: 25px;
    text-decoration: none;
  }
  .page-am .box-form .item-left {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    height: auto;
    align-self: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .page-am .box-form .item-right {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    height: auto;
    align-self: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    margin-left: 0px;
    margin-bottom: 20px;
    position: relative;
  }
  .page-am .box-form .item-right h3 {
    font-size: 20px;
    color: #272727;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .page-am .box-form .item-right .onboarding-text {
    color: #0566DC;
  }
  .page-am .box-form .item-right .box-yt {
    background: url("../img/content-yt.png") no-repeat;
    width: auto;
    height: 273px;
    border-radius: 6px;
  }

  .close.close-add-product-mapping {
    position: relative;
    bottom: 5px;
    right: 5px;
    font-size: 35px;
    color: #FFFFFF;
    opacity: 1;
  }

  .modal-content.content-add-product-mapping {
    width: 608px;
    height: 348px;
    position: relative;
    right: 0%;
    background-color: transparent;
    border-radius: 0;
    border-radius: 0;
    margin: 0px 0px;
    padding: 0px 0px;
  }
  .modal-content.content-add-product-mapping .modal-header {
    display: flex;
    padding: 0px;
    justify-content: flex-end;
    position: relative;
    bottom: 40px;
    color: #FFFFFF;
  }
  .modal-content.content-add-product-mapping .modal-header .close {
    font-size: 35px;
    color: #FFFFFF;
  }

  .modal-body.body-add-product-mapping {
    display: flex;
    flex-direction: column;
    margin: 0px 0px;
    padding: 0px 0px;
    width: auto;
    height: 348px;
    border-radius: 6px;
    background-color: white;
  }
  .modal-body.body-add-product-mapping h3 {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }
  .modal-body.body-add-product-mapping .box-form {
    display: flex;
    flex-direction: column;
    margin: 0px 20px;
  }
  .modal-body.body-add-product-mapping .box-form .box-save-product-mapping {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
  }
  .modal-body.body-add-product-mapping .box-form .box-save-product-mapping .btn-save-product-mapping {
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    width: 160px;
    height: 38px;
    font-family: "avenir heavy";
    font-weight: 800;
    font-size: 14px;
    line-height: 25px;
  }
  .modal-body.body-add-product-mapping .box-form .box-save-product-mapping .btn-save-product-mapping.disabled {
    opacity: 0.5;
  }
  .modal-body.body-add-product-mapping .box-form .box-field {
    padding-top: 20px;
    width: 100%;
  }
  .modal-body.body-add-product-mapping .box-form .box-field label {
    font-family: "avenir roman";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #6D6D6D;
  }
  .modal-body.body-add-product-mapping .box-form .box-field .form-control {
    border: 1px solid #EDEDED;
  }
  .modal-body.body-add-product-mapping .box-form .box-field select {
    position: relative;
    height: 48px;
    background-size: 0;
    font-family: "avenir roman";
    font-size: 14px;
    margin: 0px 0px;
    padding: 10px 5px;
    color: #A5A5A5;
  }
  .modal-body.body-add-product-mapping .box-form .box-field select:focus {
    color: #272727;
  }
  .modal-body.body-add-product-mapping .box-form .box-field .fa-angle-down {
    padding: 0px 0px;
    margin: 0px 0px;
    position: relative;
    float: right;
    bottom: 45px;
    right: 15px;
    pointer-events: none;
    font-size: 25px;
    height: 0px;
    color: #A5A5A5;
  }
  .modal-body.body-add-product-mapping .box-form .box-field input {
    position: relative;
    height: auto;
    background-size: 0;
    position: relative;
    font-family: "avenir roman";
    font-size: 14px;
    margin: 0px 0px;
  }

  .close.close-cart-plan {
    left: 5px;
  }

  .modal-content.content-cart-plan {
    width: auto;
    height: auto;
    position: relative;
    left: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .modal-body.body-cart-premium-plan {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
  }
  .modal-body.body-cart-premium-plan .box-cart {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 460px;
    position: relative;
  }
  .modal-body.body-cart-premium-plan .box-card-details {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 420px;
    position: relative;
    left: 4px;
    bottom: 10px;
  }

  .close.close-add-product-mapping {
    left: 0px;
  }

  .modal-content.content-add-product-mapping {
    width: auto;
    height: 348px;
    position: relative;
    left: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .modal-body.body-add-product-mapping {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 348px;
  }
  .modal-body.body-add-product-mapping .box-cart {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 460px;
    position: relative;
  }
  .modal-body.body-add-product-mapping .box-card-details {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 420px;
    position: relative;
    left: 4px;
    bottom: 10px;
  }

  .box-multi-product {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    right: 20px;
  }
  .box-multi-product .box-header-left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .box-multi-product .box-header-left .box-arrow-left {
    position: relative;
    width: 36px;
    height: 36px;
    left: 0px;
    top: 0px;
    bottom: 0;
    margin-bottom: 15px;
    background: #FAFAFA;
    border-radius: 32px;
  }
  .box-multi-product .box-header-left .box-arrow-left .fa-angle-left {
    color: #A5A5A5;
    font-size: 30px;
    position: relative;
    left: 12px;
    bottom: 5px;
  }
  .box-multi-product .box-header-left .box-desc-right {
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .box-multi-product .box-header-left .box-desc-right h2 {
    padding: 0px 0px;
    margin: 0px 0px;
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 38px;
  }
  .box-multi-product .box-header-left .box-desc-right div {
    font-family: "avenir roman";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #6D6D6D;
    cursor: pointer;
  }
  .box-multi-product .box-header-left .box-desc-right .fa-angle-down {
    position: relative;
    top: 3px;
    font-size: 20px;
    color: #A5A5A5;
  }
  .box-multi-product .box-header-left .box-desc-right .dropdown-stripe-name {
    display: none;
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    width: 165px;
    height: auto;
    margin-top: 5px;
  }
  .box-multi-product .box-header-left .box-desc-right .dropdown-stripe-name ul {
    padding: 0px 10px;
    margin: 0px 0px;
    list-style: none;
    font-family: "avenir roman";
    font-size: 14px;
    color: #272727;
  }
  .box-multi-product .box-header-left .box-desc-right .dropdown-stripe-name ul li {
    padding: 5px 0px;
    margin: 0px 0px;
  }
  .box-multi-product .btn-primary-multi-product {
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 10px 30px;
    font-family: "avenir heavy";
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    position: relative;
  }

  .box-add-product-mapping {
    display: none;
    margin-top: 0px;
  }
  .box-add-product-mapping .header {
    display: none;
  }
  .box-add-product-mapping .body {
    display: none;
  }
  .box-add-product-mapping .box-add-new {
    display: none;
  }

  .box-add-product-mapping-mobile {
    display: none;
    margin-top: 20px;
  }
  .box-add-product-mapping-mobile .box-field {
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  .box-add-product-mapping-mobile .box-field input {
    width: 100%;
    height: auto;
    min-height: 48px;
    background: #FFFFFF;
    /* border */
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 6px;
  }
  .box-add-product-mapping-mobile .box-field input:focus {
    border: 1px solid #EDEDED;
    color: #272727;
  }
  .box-add-product-mapping-mobile .box-field select {
    width: 100%;
    height: auto;
    min-height: 48px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 6px;
  }
  .box-add-product-mapping-mobile .box-field select:focus {
    border: 1px solid #EDEDED;
    color: #272727;
  }
  .box-add-product-mapping-mobile .box-field .fa-angle-down {
    position: relative;
    float: right;
    font-size: 30px;
    bottom: 48px;
    right: 10px;
  }
  .box-add-product-mapping-mobile .box-field .form-group a {
    text-decoration: none;
    font-family: "avenir heavy";
    font-size: 14px;
    line-height: 22px;
    color: #6D6D6D;
  }
  .box-add-product-mapping-mobile .box-field .form-group button {
    background: rgba(5, 102, 220, 0.1);
    color: #0566DC;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    height: auto;
    width: auto;
    padding: 10px 20px;
    margin-left: 10px;
  }

  .box-list-product-mapping {
    overflow: auto;
  }
  .box-list-product-mapping .header {
    width: 150%;
  }
  .box-list-product-mapping .items {
    width: 150%;
  }

  .modal-content.content-downgrade {
    width: 420px;
    height: auto;
    background: #F5F5F5;
    position: relative;
    left: 15%;
  }

  .page-data-feed .box-tabs {
    display: flex;
    flex-direction: row;
  }
  .page-data-feed .box-action {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .page-data-feed .box-action .box-select-action {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
  }
  .page-data-feed .box-action .box-select-action a {
    margin-bottom: 5px;
  }
  .page-data-feed .box-action .box-select-action .box-circle-close {
    margin-top: 5px;
  }
  .page-data-feed .box-table {
    margin-top: 70px;
  }
  .page-data-feed .box-table .dataTables_filter {
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page-data-feed .box-table .btn-danger {
    display: inline-block;
    padding: 2px 5px;
  }
  .page-data-feed .content-historical-pull {
    width: auto;
    height: auto;
    min-width: 0px;
    min-height: 0px;
    position: relative;
    left: 5px;
    padding-bottom: 20px;
  }
  .page-data-feed .modal-header.header-historical-pull {
    margin: 0px 0px;
    padding: 0px 0px;
    height: 0px;
    width: auto;
  }
  .page-data-feed .close.close-historical-pull {
    position: relative;
    bottom: 40px;
    float: right;
    opacity: 1;
    color: #FFFFFF;
    font-size: 35px;
  }
  .page-data-feed .modal-body.body-historical-pull {
    margin: 0px 0px;
    padding: 0px 0px;
    margin-left: 24px;
    margin-right: 24px;
  }
  .page-data-feed .modal-body.body-historical-pull h3 {
    margin: 0px 0px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: "avenir heavy";
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #272727;
  }
  .page-data-feed .modal-body.body-historical-pull .box-info {
    display: flex;
    border: 2px solid rgba(5, 102, 220, 0.1);
    box-sizing: border-box;
    border-radius: 6px;
    padding: 12px 16px;
    font-family: "avenir roman";
    font-size: 14px;
    line-height: 22px;
    color: #272727;
  }
  .page-data-feed .modal-body.body-historical-pull .box-info p {
    margin: 0px 0px;
  }
  .page-data-feed .modal-body.body-historical-pull .box-info a {
    color: #0566DC;
  }
  .page-data-feed .modal-body.body-historical-pull .form {
    display: flex;
    flex-direction: column;
  }
  .page-data-feed .modal-body.body-historical-pull .form .form-group {
    margin-top: 16px;
    margin-left: 0px;
    margin-right: 23px;
    width: 100%;
  }
  .page-data-feed .modal-body.body-historical-pull .form .form-group label {
    font-family: "avenir heavy";
    font-size: 16px;
    line-height: 25px;
    color: #272727;
  }
  .page-data-feed .modal-body.body-historical-pull .form .form-group .form-control {
    width: 100%;
    height: 48px;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 6px;
  }
  .page-data-feed .modal-body.body-historical-pull .form .form-group select {
    font-family: "avenir roman";
    font-size: 14px;
    line-height: 22px;
    color: #272727;
  }
  .page-data-feed .modal-body.body-historical-pull .form .form-group select.form-control {
    background: url("./../img/icons/dropdown.png") no-repeat 95% 50%;
  }
  .page-data-feed .modal-body.body-historical-pull .form .form-group input.form-control {
    font-family: "avenir roman";
    font-size: 14px;
    line-height: 22px;
    color: #A5A5A5;
    background: url("./../img/icons/calendar.png") no-repeat 95% 50%;
  }
  .page-data-feed .modal-body.body-historical-pull button {
    background: #0566DC;
    color: #FFFFFF;
    width: auto;
    height: auto;
    border-radius: 6px;
    border: none;
    padding: 8px 24px;
    width: auto;
    height: auto;
    min-width: 180px;
    min-height: 38px;
    float: right;
    text-align: center;
  }

  .page-dashboard .box-dashboard {
    display: flex;
    flex-direction: column;
  }
  .page-dashboard .box-dashboard .box-left {
    width: 100%;
  }
  .page-dashboard .box-dashboard .box-left .card-questions .box-btn {
    display: flex;
    flex-direction: row;
  }
  .page-dashboard .box-dashboard .box-left .card-questions .box-btn .btn-blue-light {
    margin-top: 0px;
    margin-left: 10px;
  }
  .page-dashboard .box-dashboard .box-right {
    width: 100%;
    margin-left: 0px;
    margin-top: 24px;
  }
  .page-dashboard .box-dashboard .box-right .card-need-help .box-yt {
    background-position: 50% 100%;
  }

  .page-data-feed-historicall-pull .box-top {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .page-data-feed-historicall-pull .box-top .box-data-feed {
    display: flex;
    flex-direction: column;
    width: 100%;
    top: 50px;
    margin-left: 0px;
    justify-content: center;
    align-items: center;
  }
  .page-data-feed-historicall-pull .box-middle {
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-data-feed-historicall-pull .box-middle .box-form {
    display: flex;
    flex-direction: column;
    margin-left: 24px;
    margin-right: 24px;
  }
  .page-data-feed-historicall-pull .box-middle .box-form .form {
    display: flex;
    flex-direction: column;
  }
  .page-data-feed-historicall-pull .box-middle .box-form .form .form-group {
    width: 100%;
    margin-top: 24px;
  }
  .page-data-feed-historicall-pull .box-middle .box-table .dataTables_wrapper {
    width: 100%;
  }
  .page-data-feed-historicall-pull .box-bottom {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
  }
  .page-data-feed-historicall-pull .box-bottom .box-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wrapper-onboard {
    display: flex;
    flex-direction: column;
  }

  .sidebar-onboard {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0px;
    width: 100%;
    height: auto;
    position: relative;
    min-height: 0;
  }

  .content-onboard {
    display: flex;
    flex-direction: column;
    height: auto;
    width: auto;
    min-height: 100vh;
    margin-top: 40.55px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    left: 0px;
  }

  .box-logo-onboard {
    display: flex;
    flex-direction: row;
    width: auto;
    padding-left: 20px;
  }
  .box-logo-onboard .menu-bars {
    display: flex;
    width: 100%;
    padding-right: 20px;
    justify-content: flex-end;
    color: #0566DC;
  }

  .box-nav-onboard {
    display: none;
    width: 100%;
    position: absolute;
    background: #FFFFFF;
    padding-left: 24px;
    margin-top: 100px;
    z-index: 1;
  }

  .page-connections-onboard .box-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
  }
  .page-connections-onboard .box-top a {
    position: relative;
    right: 0%;
  }
  .page-connections-onboard .box-top .box-breadcrumbs {
    margin-top: 0px;
  }
  .page-connections-onboard .box-top .box-breadcrumbs ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 10px;
  }
  .page-connections-onboard .box-top .box-breadcrumbs .box-items {
    margin-right: 0px;
  }
  .page-connections-onboard .box-top .link-skip-onboarding {
    position: relative;
    right: 0;
  }
  .page-connections-onboard .box-middle {
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-connections-onboard .box-middle h1 {
    text-align: center;
  }
  .page-connections-onboard .box-middle .tooltip-necessary {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 250px;
    z-index: 1;
    width: 90%;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary .box-text-left {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 24px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary .box-text-left h3 {
    margin: 0px;
    padding: 0px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary .box-text-left p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #272727;
    margin: 0px;
    padding: 0px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary .box-text-right {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 24px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary .box-text-right h3 {
    margin: 0px;
    padding: 0px;
  }
  .page-connections-onboard .box-middle .tooltip-necessary .box-text-right p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #272727;
    margin: 0px;
    padding: 0px;
  }
  .page-connections-onboard .box-middle .show-tooltip {
    display: flex;
  }
  .page-connections-onboard .box-middle .box-btn-testing {
    margin-bottom: 60px;
  }
}
@media (min-width: 1234px) and (max-width: 1309px) {
  body {
    min-height: 100vh;
  }

  .wrapper {
    display: flex;
    flex-direction: row;
    background: #F5F5F5;
  }

  .sidebar {
    background: #FFFFFF;
    width: 250px;
    height: auto;
    position: fixed;
  }

  .content {
    position: relative;
    left: 260px;
    margin: 10px 40px;
    width: 75%;
    height: auto;
    min-height: 100vh;
  }
  .content h1 {
    font-size: 32px;
    line-height: 51px;
  }

  .box-add-product-mapping-mobile {
    display: none !important;
  }

  .box-nav-onboard {
    display: flex;
  }
}
@media (min-width: 1310px) and (max-width: 1919px) {
  body {
    min-height: 100vh;
  }

  .wrapper {
    display: flex;
    flex-direction: row;
    background: #F5F5F5;
  }

  .sidebar {
    background: #FFFFFF;
    width: 250px;
    height: auto;
    position: fixed;
  }

  .content {
    position: relative;
    left: 260px;
    margin: 10px 40px;
    width: 75%;
    height: auto;
    min-height: 100vh;
  }
  .content h1 {
    font-size: 32px;
    line-height: 51px;
  }

  .box-add-product-mapping-mobile {
    display: none !important;
  }

  .box-nav-onboard {
    display: flex;
  }
}
@media (min-width: 1920px) and (max-width: 2059px) {
  body {
    min-height: 100vh;
  }

  .wrapper {
    display: flex;
    flex-direction: row;
    background: #F5F5F5;
  }

  .sidebar {
    background: #FFFFFF;
    width: 250px;
    height: auto;
    min-height: 100vh;
    position: fixed;
  }

  .content {
    position: relative;
    left: 260px;
    margin: 10px 40px;
    width: 75%;
    height: auto;
    min-height: 100vh;
  }
  .content h1 {
    font-size: 32px;
    line-height: 51px;
  }

  .box-add-product-mapping-mobile {
    display: none !important;
  }
}
@media (min-width: 2560px) {
  body {
    min-height: 100vh;
  }

  .wrapper {
    display: flex;
    flex-direction: row;
    background: #F5F5F5;
  }

  .sidebar {
    background: #FFFFFF;
    width: 250px;
    height: auto;
    min-height: 100vh;
    position: fixed;
  }

  .content {
    position: relative;
    left: 260px;
    margin: 10px 40px;
    width: 75%;
    height: auto;
    min-height: 100vh;
  }
  .content h1 {
    font-size: 32px;
    line-height: 51px;
  }

  .box-add-product-mapping-mobile {
    display: none !important;
  }
}

.datepicker-months th.clear {
	border: solid 1px #000000;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}

.form-control {
	color: #272727 !important;
}

/*# sourceMappingURL=custom.min.css.map */
