@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-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;
  border-radius: 6px;
  padding: 10px 20px;
  align-items: stretch;
}
.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;
  background-color: red;
}

.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: