@charset "UTF-8";
/*RBK*/
.cSalmon {
  color: #EF86B0 !important; }

.cYellow {
  color: #FFBF0C !important; }

.cNeo2 {
  color: #00023E !important; }

.cBlue {
  color: #4177e0 !important; }

.cBlue3 {
  color: #00023E !important; }

.cGreen {
  color: #57CEBB !important; }

.cWhite {
  color: #fff !important; }

/*bg*/
.bgSalmon {
  background: #EF86B0 !important; }

.bgBlue {
  background: #4177e0 !important; }

.bgBlue2 {
  background: #2daafd !important; }

.bgBlue3 {
  background: #00023E !important; }

.bgYellow {
  background: #FFBF0C !important; }

.bgGreen {
  background: #57CEBB !important; }

.bgShadow {
  background: #B4C7E7 !important; }

.bOrange {
  background: #fa9b55 !important; }

/*Filters*/
.fWhite {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(358deg) brightness(104%) contrast(105%); }

.fOrange {
  filter: brightness(0) saturate(100%) invert(84%) sepia(28%) saturate(4083%) hue-rotate(320deg) brightness(100%) contrast(97%); }

.disabled-link {
  pointer-events: none;
  color: gray;
  text-decoration: none;
  background: #96A3C4 !important;
  opacity: 0.3; }

.loaderSp {
  color: #444;
  background: #f5f6fa;
  box-shadow: 0 0 55px 0 #475163;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh; }
  .loaderSp .loadingBarContainer {
    color: #444;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    z-index: 80000;
    position: absolute;
    inset: 0px;
    background-color: #f5f6fa;
    display: block;
    opacity: 0.738765; }
    .loaderSp .loadingBarContainer .loadingBarOverlay {
      color: #444;
      border: 0;
      font: inherit;
      vertical-align: baseline;
      margin: 0;
      padding: 0;
      width: 100%;
      float: left;
      height: 100%;
      position: absolute;
      z-index: 1;
      opacity: 1; }
    .loaderSp .loadingBarContainer .loadingBarContent {
      width: 52px;
      height: 52px;
      position: absolute;
      top: 40% !important;
      left: 50%;
      margin-left: -26px;
      z-index: 2;
      -webkit-animation: circle infinite .75s linear;
      -moz-animation: circle infinite .75s linear;
      -o-animation: circle infinite .75s linear;
      animation: circle infinite .75s linear;
      border: 2px solid #2f323a;
      border-top-color: rgba(0, 0, 0, 0.2);
      border-right-color: rgba(0, 0, 0, 0.2);
      border-bottom-color: rgba(0, 0, 0, 0.2);
      border-radius: 100%; }
@-webkit-keyframes circle {
  0.00% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes circle {
  0.00% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes circle {
  0.00% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes circle {
  0.00% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*RBK*/
body {
  background: linear-gradient(0deg, #00023e 14%, #558DFA 70%, #00d4ff 100%) !important; }

strong {
  font-weight: 500; }

a:hover {
  color: #57CEBB; }

.titleLeft {
  text-align: center; }
  @media (min-width: 991px) {
    .titleLeft {
      text-align: left; } }

.boxshadowContent {
  box-shadow: -1px -1px 4px rgba(197, 199, 203, 0.85), inset 5px 0 10px #B4C7E7; }

.align-center {
  text-align: center; }

.dis-none {
  display: none; }

.m-auto {
  margin: 0 auto; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mb-45 {
  margin-bottom: 45px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-05 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.pt-40 {
  padding-top: 40px; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.mt-10 {
  margin-top: 10px; }

.w-100 {
  width: 100%; }

.underline {
  text-decoration: underline; }

.color-white {
  color: white; }

.color-blue {
  color: #00023E; }

.color-grey {
  color: #00023E; }

.w-50p {
  width: 50%; }

.h100 {
  height: 100%; }

.align-baseline {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline; }

.float-right {
  float: right; }

.alert {
  font-size: 13px !important;
  border: none;
  max-width: 100%;
  margin: 0 auto 10px !important;
  padding: 0.75rem 1.25rem !important;
  line-height: 1.2 !important;
  border-radius: 6px !important;
  text-align: center; }
  .alert.alert-payment-1, .alert.alert-payment-2, .alert.alert-payment-3, .alert.alert-payment-not-card {
    max-width: 100%;
    position: initial;
    border-radius: 6px;
    text-align: center; }

ul.ml-auto .spehere-icon {
  font-size: 20px !important;
  padding: 8px;
  margin: 0 0px;
  margin-right: 8px;
  border-radius: 100%;
  background: #EEF0F6;
  box-shadow: -6px -6px 8px #fff, 6px 6px 8px #96A3C4;
  cursor: pointer; }

li .link-menu .icons-menu {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center; }
  li .link-menu .icons-menu span {
    color: #558DFA; }
li .link-menu:hover span {
  color: #96A3C4; }

/* FONTS SIZES */
.h1-big {
  font-size: xx-large !important; }

.larger {
  font-size: larger !important; }

.bold-600 {
  font-weight: 600 !important; }

html {
  font-family: 'Inter', sans-serif; }
  html input:focus::placeholder {
    color: transparent; }
  html input:focus, html input.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }

.sidebar-collapse .main-sidebar .sidebar {
  overflow: visible;
  height: 92vh;
  width: 100%; }
  .sidebar-collapse .main-sidebar .sidebar nav .nav-sidebar .nav-item a {
    width: 55px; }
    .sidebar-collapse .main-sidebar .sidebar nav .nav-sidebar .nav-item a i {
      display: none; }

.sidebar-mini.sidebar-collapse .main-sidebar:hover {
  width: min-content; }

.content-wrapper {
  font-family: 'Inter', sans-serif;
  min-height: calc(100vh - 60px) !important; }
  .content-wrapper .content {
    padding-left: 40px;
    padding-right: 40px; }
  @media screen and (max-width: 992px) {
    .content-wrapper .content {
      padding-left: 16px;
      padding-right: 16px; }
    .content-wrapper .info .content {
      padding-left: 0px;
      padding-right: 0px; } }

@media screen and (max-width: 412px) {
  .search-row {
    padding-left: 5px;
    padding-right: 5px; }
    .search-row .search-bar {
      padding: 0;
      font-size: 11px; }
      .search-row .search-bar input {
        padding: 12px 12px; }
    .search-row .filter-search {
      padding: 0;
      font-size: 11px; }
      .search-row .filter-search .form-check {
        padding: 0; } }
.alert-payment-1 {
  border-radius: 0;
  top: -167px;
  right: 0px;
  background: #FFBF0C !important;
  color: #021346 !important;
  font-family: 'Inter', sans-serif; }
  .alert-payment-1 a {
    color: #021346 !important; }

.alert-payment-2 {
  border-radius: 0;
  top: -167px;
  right: 0px;
  background: #FB4976 !important;
  color: #fff !important; }
  .alert-payment-2 a {
    color: #fff !important; }

.alert-payment-3 {
  border-radius: 0;
  top: -167px;
  right: 0px;
  background: #00023E !important;
  color: #fff !important; }
  .alert-payment-3 a {
    color: #fff !important; }

.alert-payment-not-card {
  border-radius: 0;
  top: -167px;
  right: 0px;
  background: #151B40 !important;
  color: #fff !important; }

.modal-payment-1 .modal-content, .modal-payment-2 .modal-content, .modal-payment-3 .modal-content {
  background: #F4F6F9;
  border: none; }
  .modal-payment-1 .modal-content .modal-header h5, .modal-payment-2 .modal-content .modal-header h5, .modal-payment-3 .modal-content .modal-header h5 {
    font-size: 22px;
    color: #021346;
    text-align: left !important; }
  .modal-payment-1 .modal-content .modal-header .close, .modal-payment-2 .modal-content .modal-header .close, .modal-payment-3 .modal-content .modal-header .close {
    outline: none;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    cursor: pointer;
    margin: -1rem -1rem -1rem auto;
    opacity: .5; }
  .modal-payment-1 .modal-content .modal-header, .modal-payment-1 .modal-content .modal-body, .modal-payment-2 .modal-content .modal-header, .modal-payment-2 .modal-content .modal-body, .modal-payment-3 .modal-content .modal-header, .modal-payment-3 .modal-content .modal-body {
    border-bottom: none; }
  .modal-payment-1 .modal-content .modal-body, .modal-payment-2 .modal-content .modal-body, .modal-payment-3 .modal-content .modal-body {
    color: #021346;
    font-size: 16px;
    padding-bottom: 0px; }
  .modal-payment-1 .modal-content .modal-footer, .modal-payment-2 .modal-content .modal-footer, .modal-payment-3 .modal-content .modal-footer {
    padding-top: 0;
    border-top: 0;
    justify-content: center; }
    .modal-payment-1 .modal-content .modal-footer .btn-primary, .modal-payment-2 .modal-content .modal-footer .btn-primary, .modal-payment-3 .modal-content .modal-footer .btn-primary {
      margin-top: 20px;
      background: #4177e0;
      width: 211px;
      height: 48px;
      font-weight: 600;
      font-size: 16px;
      border: none;
      line-height: 34px !important;
      outline: none; }
    .modal-payment-1 .modal-content .modal-footer .btn-primary:active, .modal-payment-2 .modal-content .modal-footer .btn-primary:active, .modal-payment-3 .modal-content .modal-footer .btn-primary:active {
      background-color: #4177e0 !important; }
    .modal-payment-1 .modal-content .modal-footer .btn-secondary, .modal-payment-2 .modal-content .modal-footer .btn-secondary, .modal-payment-3 .modal-content .modal-footer .btn-secondary {
      margin-top: 20px;
      background: #96A3C4;
      width: 211px;
      height: 48px;
      font-weight: 600;
      font-size: 16px;
      border: none;
      line-height: 34px !important;
      outline: none; }
    .modal-payment-1 .modal-content .modal-footer .btn-secondary:active, .modal-payment-2 .modal-content .modal-footer .btn-secondary:active, .modal-payment-3 .modal-content .modal-footer .btn-secondary:active {
      background-color: #96A3C4 !important; }

.filter-search input[type="checkbox"] {
  visibility: hidden;
  display: none; }
.filter-search .form-check {
  padding: 0;
  line-height: 0px;
  padding-right: 10px; }
  .filter-search .form-check .form-check-label {
    cursor: pointer; }
.filter-search input[type="checkbox"] + label:before {
  border: 1px solid #4177e0;
  border-radius: 2px;
  background: #fff;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  font-weight: bold;
  height: 16px;
  margin: 0 .25em 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px; }
.filter-search input[type="checkbox"]:checked + label:before {
  background: #fff;
  color: #4177e0;
  content: "\2713";
  text-align: center; }
.filter-search input[type="checkbox"]:checked + label:after {
  font-weight: bold; }
.filter-search input[type="checkbox"]:focus + label::before {
  outline: #4177e0; }

.modal {
  z-index: 9999; }

.modal-content {
  font-family: 'Inter', sans-serif; }
  .modal-content .modal-header {
    padding-bottom: 20px; }
    .modal-content .modal-header .modal-title {
      margin: 0 auto;
      width: 100%;
      font-weight: bold;
      font-size: 22px;
      line-height: 1.2;
      display: flex;
      align-items: center;
      text-align: center;
      color: #00023E;
      text-transform: uppercase;
      text-align: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
  .modal-content .modal-body {
    padding-top: 0; }
    .modal-content .modal-body .subtitle {
      color: #021346;
      margin-bottom: 20px; }
    .modal-content .modal-body input, .modal-content .modal-body textarea {
      box-sizing: border-box;
      background: #EEF0F6;
      box-shadow: 1px 1px 5px #EEF0F6, inset -2px -2px 3px #FCFEFF, inset -10px -10px 31px #FFFFFF, inset 2px 2px 6px #96A3C4;
      border-radius: 8px;
      padding: 10px;
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      color: #96A3C4;
      box-sizing: border-box;
      border: none;
      box-shadow: 1px 1px 2px #EEF0F6, inset -2px -2px 2px #FCFEFF, inset -2px -2px 8px #FFFFFF, inset 2px 2px 4px #96A3C4; }
      .modal-content .modal-body input:focus, .modal-content .modal-body textarea:focus {
        color: #00023E; }
      .modal-content .modal-body input:focus, .modal-content .modal-body textarea:focus {
        box-shadow: 1px 1px 5px #EEF0F6, inset -2px -2px 3px #FCFEFF, inset -10px -10px 31px #FFFFFF, inset 2px 2px 6px #96A3C4 !important; }
    .modal-content .modal-body input:checked {
      box-shadow: none !important; }
    .modal-content .modal-body .btn-name-project-funnel, .modal-content .modal-body .btn-name-project, .modal-content .modal-body .btn-name-project-website, .modal-content .modal-body #needMoreApps, .modal-content .modal-body .btn-confirm, .modal-content .modal-body .btn-success, .modal-content .modal-body #btn-publish-modal, .modal-content .modal-body #btn-republish-modal, .modal-content .modal-body #btn-unpublish-modal, .modal-content .modal-body #btn-delete-project {
      align-items: center;
      color: #fff;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      background: #4177e0;
      box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
      border-radius: 8px;
      padding: 12px 32px;
      transition: all 0.3s ease;
      border: none; }
      .modal-content .modal-body .btn-name-project-funnel:hover, .modal-content .modal-body .btn-name-project-funnel:focus, .modal-content .modal-body .btn-name-project:hover, .modal-content .modal-body .btn-name-project:focus, .modal-content .modal-body .btn-name-project-website:hover, .modal-content .modal-body .btn-name-project-website:focus, .modal-content .modal-body #needMoreApps:hover, .modal-content .modal-body #needMoreApps:focus, .modal-content .modal-body .btn-confirm:hover, .modal-content .modal-body .btn-confirm:focus, .modal-content .modal-body .btn-success:hover, .modal-content .modal-body .btn-success:focus, .modal-content .modal-body #btn-publish-modal:hover, .modal-content .modal-body #btn-publish-modal:focus, .modal-content .modal-body #btn-republish-modal:hover, .modal-content .modal-body #btn-republish-modal:focus, .modal-content .modal-body #btn-unpublish-modal:hover, .modal-content .modal-body #btn-unpublish-modal:focus, .modal-content .modal-body #btn-delete-project:hover, .modal-content .modal-body #btn-delete-project:focus {
        border: none;
        box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
    .modal-content .modal-body .btn-cancel, .modal-content .modal-body .btn-reset {
      align-items: center;
      color: #fff;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      background: #00023E;
      box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
      border-radius: 8px;
      padding: 12px 32px;
      transition: all 0.3s ease;
      border: none; }
      .modal-content .modal-body .btn-cancel:hover, .modal-content .modal-body .btn-cancel:focus, .modal-content .modal-body .btn-reset:hover, .modal-content .modal-body .btn-reset:focus {
        border: none;
        box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
    .modal-content .modal-body .btn-select-funnel-theme, .modal-content .modal-body .btn-primary {
      align-items: center;
      color: #fff;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      background: #4177e0;
      box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
      border-radius: 8px;
      padding: 12px 32px;
      transition: all 0.3s ease;
      border: none;
      font-size: 13px;
      padding: 10px 5px;
      width: 100%;
      text-align: center;
      display: block; }
      .modal-content .modal-body .btn-select-funnel-theme:hover, .modal-content .modal-body .btn-select-funnel-theme:focus, .modal-content .modal-body .btn-primary:hover, .modal-content .modal-body .btn-primary:focus {
        border: none;
        box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
    .modal-content .modal-body .load-demo {
      margin-top: 10px;
      align-items: center;
      color: #fff;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      background: #4177e0;
      box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
      border-radius: 8px;
      padding: 12px 32px;
      transition: all 0.3s ease;
      border: none;
      background: #00023E;
      font-size: 13px;
      padding: 10px 5px;
      width: 100%;
      text-align: center;
      display: block; }
      .modal-content .modal-body .load-demo:hover, .modal-content .modal-body .load-demo:focus {
        border: none;
        box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
    .modal-content .modal-body .box-card.category-funnels .card, .modal-content .modal-body .box-card.category-websites .card {
      width: 100%; }
      .modal-content .modal-body .box-card.category-funnels .card .card-title, .modal-content .modal-body .box-card.category-websites .card .card-title {
        color: #00023E; }
    .modal-content .modal-body .div-template-funnels .category-title, .modal-content .modal-body .div-template-website .category-title {
      font-weight: 600;
      color: #4177e0;
      margin-bottom: 1rem; }
    .modal-content .modal-body .div-template-funnels ul, .modal-content .modal-body .div-template-website ul {
      padding-left: 16px;
      margin-bottom: 1rem;
      list-style: none; }
      .modal-content .modal-body .div-template-funnels ul li.select-li-cat-funnel, .modal-content .modal-body .div-template-funnels ul li.select-li-cat, .modal-content .modal-body .div-template-website ul li.select-li-cat-funnel, .modal-content .modal-body .div-template-website ul li.select-li-cat {
        font-size: 14px;
        color: #96A3C4;
        cursor: pointer; }
    .modal-content .modal-body .list-platforms {
      margin-bottom: 20px; }
      .modal-content .modal-body .list-platforms input[type="checkbox"] {
        visibility: hidden;
        display: none; }
      .modal-content .modal-body .list-platforms .form-check {
        padding: 0;
        line-height: 0px;
        padding-right: 10px;
        margin-bottom: 10px; }
        .modal-content .modal-body .list-platforms .form-check .form-check-label {
          cursor: pointer; }
      .modal-content .modal-body .list-platforms input[type="checkbox"] + label:before {
        border: 1px solid #4177e0;
        border-radius: 2px;
        background: #fff;
        content: "\00a0";
        display: inline-block;
        font: 16px/1em sans-serif;
        font-weight: bold;
        height: 16px;
        margin: 0 .25em 0 0;
        padding: 0;
        vertical-align: top;
        width: 16px;
        margin-right: 10px;
        margin-top: 15px;
        transform: scale(1.5); }
      .modal-content .modal-body .list-platforms input[type="checkbox"]:checked + label:before {
        background: #fff;
        color: #4177e0;
        content: "\2713";
        text-align: center; }
      .modal-content .modal-body .list-platforms input[type="checkbox"]:checked + label:after {
        font-weight: bold; }
      .modal-content .modal-body .list-platforms input[type="checkbox"]:focus + label::before {
        outline: #4177e0; }
      .modal-content .modal-body .list-platforms .android-publish .form-check-label, .modal-content .modal-body .list-platforms .ios-publish .form-check-label, .modal-content .modal-body .list-platforms .pwa-publish .form-check-label, .modal-content .modal-body .list-platforms .mp-publish .form-check-label,
      .modal-content .modal-body .list-platforms .android-republish .form-check-label, .modal-content .modal-body .list-platforms .ios-republish .form-check-label, .modal-content .modal-body .list-platforms .pwa-republish .form-check-label, .modal-content .modal-body .list-platforms .mp-republish .form-check-label {
        font-size: 45px;
        cursor: pointer; }
      .modal-content .modal-body .list-platforms .android-publish input, .modal-content .modal-body .list-platforms .ios-publish input, .modal-content .modal-body .list-platforms .pwa-publish input, .modal-content .modal-body .list-platforms .mp-publish input,
      .modal-content .modal-body .list-platforms .android-republish input, .modal-content .modal-body .list-platforms .ios-republish input, .modal-content .modal-body .list-platforms .pwa-republish input, .modal-content .modal-body .list-platforms .mp-republish input {
        transform: scale(2);
        margin-left: 15px;
        margin-top: 30px;
        cursor: pointer;
        box-sizing: border-box;
        border-radius: 2px; }
      .modal-content .modal-body .list-platforms .android-publish i, .modal-content .modal-body .list-platforms .ios-publish i, .modal-content .modal-body .list-platforms .pwa-publish i, .modal-content .modal-body .list-platforms .mp-publish i,
      .modal-content .modal-body .list-platforms .android-republish i, .modal-content .modal-body .list-platforms .ios-republish i, .modal-content .modal-body .list-platforms .pwa-republish i, .modal-content .modal-body .list-platforms .mp-republish i {
        font-size: 25px; }
      .modal-content .modal-body .list-platforms .android-publish p, .modal-content .modal-body .list-platforms .ios-publish p, .modal-content .modal-body .list-platforms .pwa-publish p, .modal-content .modal-body .list-platforms .mp-publish p,
      .modal-content .modal-body .list-platforms .android-republish p, .modal-content .modal-body .list-platforms .ios-republish p, .modal-content .modal-body .list-platforms .pwa-republish p, .modal-content .modal-body .list-platforms .mp-republish p {
        color: #4177e0;
        font-family: Inter;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px;
        margin-bottom: 0; }
    .modal-content .modal-body .type-market-publish, .modal-content .modal-body .type-market {
      display: none;
      margin-bottom: 20px; }
      .modal-content .modal-body .type-market-publish input[type="checkbox"], .modal-content .modal-body .type-market input[type="checkbox"] {
        visibility: hidden;
        display: none; }
      .modal-content .modal-body .type-market-publish .form-check, .modal-content .modal-body .type-market .form-check {
        padding: 0;
        line-height: 0px;
        padding-right: 10px;
        margin-bottom: 10px; }
        .modal-content .modal-body .type-market-publish .form-check .form-check-label, .modal-content .modal-body .type-market .form-check .form-check-label {
          cursor: pointer;
          font-family: 'Inter', sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 19px;
          color: #021346;
          line-height: 15px; }
      .modal-content .modal-body .type-market-publish input[type="checkbox"] + label:before, .modal-content .modal-body .type-market input[type="checkbox"] + label:before {
        border: 1px solid #4177e0;
        border-radius: 2px;
        background: #fff;
        content: "\00a0";
        display: inline-block;
        font: 16px/1em sans-serif;
        font-weight: bold;
        height: 16px;
        margin: 0 .25em 0 0;
        padding: 0;
        vertical-align: top;
        width: 16px;
        margin-right: 10px; }
      .modal-content .modal-body .type-market-publish input[type="checkbox"]:checked + label:before, .modal-content .modal-body .type-market input[type="checkbox"]:checked + label:before {
        background: #fff;
        color: #4177e0;
        content: "\2713";
        text-align: center; }
      .modal-content .modal-body .type-market-publish input[type="checkbox"]:checked + label:after, .modal-content .modal-body .type-market input[type="checkbox"]:checked + label:after {
        font-weight: bold; }
      .modal-content .modal-body .type-market-publish input[type="checkbox"]:focus + label::before, .modal-content .modal-body .type-market input[type="checkbox"]:focus + label::before {
        outline: #4177e0; }
    .modal-content .modal-body .div-info-mp-personal-publish, .modal-content .modal-body .div-info-ios-publish, .modal-content .modal-body .div-info-mp-personal, .modal-content .modal-body .div-info-ios {
      display: none;
      margin-bottom: 10px; }
      .modal-content .modal-body .div-info-mp-personal-publish .form-group, .modal-content .modal-body .div-info-ios-publish .form-group, .modal-content .modal-body .div-info-mp-personal .form-group, .modal-content .modal-body .div-info-ios .form-group {
        margin-bottom: 10px; }
        .modal-content .modal-body .div-info-mp-personal-publish .form-group label, .modal-content .modal-body .div-info-ios-publish .form-group label, .modal-content .modal-body .div-info-mp-personal .form-group label, .modal-content .modal-body .div-info-ios .form-group label {
          cursor: pointer;
          font-family: 'Inter', sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          color: #021346;
          line-height: 15px; }
    .modal-content .modal-body .div-more-info-publish label, .modal-content .modal-body .div-more-info label {
      font-family: 'Inter', sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      color: #021346; }
    .modal-content .modal-body .div-checks {
      margin-bottom: 20px; }
      .modal-content .modal-body .div-checks .form-check-label {
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        color: #021346; }
      .modal-content .modal-body .div-checks input[type="checkbox"] {
        visibility: hidden;
        display: none; }
      .modal-content .modal-body .div-checks .form-check {
        padding: 0;
        line-height: 0px;
        padding-right: 0;
        margin-bottom: 20px;
        min-height: 25px; }
        .modal-content .modal-body .div-checks .form-check .form-check-label {
          cursor: pointer;
          padding-left: 2rem;
          width: 100%;
          z-index: 100; }
        .modal-content .modal-body .div-checks .form-check input {
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0; }
        .modal-content .modal-body .div-checks .form-check .checkmark {
          position: absolute;
          top: 0;
          left: 0;
          height: 25px;
          width: 25px;
          z-index: 10;
          background: #EEF0F6;
          box-shadow: inset -3px -3px 6px #FFFFFF, inset 3px 3px 6px #B4C7E7;
          border-radius: 6px; }
        .modal-content .modal-body .div-checks .form-check input ~ .checkmark {
          background-color: #EEF6FF; }
        .modal-content .modal-body .div-checks .form-check input:checked ~ .checkmark {
          background-color: #4177e0;
          box-shadow: 2px 2px 4px rgba(114, 142, 171, 0.1), -6px -6px 20px #FFFFFF, 4px 4px 20px rgba(111, 140, 176, 0.41); }
        .modal-content .modal-body .div-checks .form-check .checkmark:after {
          content: "";
          position: absolute;
          display: none; }
        .modal-content .modal-body .div-checks .form-check input:checked ~ .checkmark:after {
          display: block; }
        .modal-content .modal-body .div-checks .form-check .checkmark:after {
          left: 9px;
          top: 5px;
          width: 8px;
          height: 12px;
          border: solid white;
          border-width: 0 3px 3px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .modal-content .modal-body .div-btns button i {
      margin-right: 5px; }
    .modal-content .modal-body .text-myapps .msg-unpublish {
      text-align: center; }
    .modal-content .modal-body .text-myapps a {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 19px;
      color: #4177e0; }

.modal-conf .modal-header {
  text-align: center !important;
  border: none !important;
  padding-bottom: 20px !important; }
  .modal-conf .modal-header .close {
    outline: none !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important; }
.modal-conf .modal-body {
  padding-top: 0 !important; }
.modal-conf .modal-footer {
  border: none !important;
  padding: 0 !important; }
  .modal-conf .modal-footer button {
    font-family: "Open Sans", sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #FFF !important;
    margin-bottom: 15px !important;
    width: 211px !important;
    height: 48px !important;
    border: none !important; }
  .modal-conf .modal-footer .btn-primary {
    background: #4177e0 !important; }
  .modal-conf .modal-footer .btn-secondary {
    background: #828282 !important; }

.alert-danger {
  background: #f0c4c4 !important;
  border: #dc0303 1px solid;
  color: #dc0303 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px !important; }
  .alert-danger span {
    font-size: 14px !important;
    margin-left: 4px; }

.alert-info {
  background: #57CEBB !important;
  border: none;
  border-radius: none !important; }

.modal-backdrop.show {
  opacity: 0.9;
  background: #EEF0F6; }

.wrapper {
  position: absolute;
  overflow-x: hidden;
  top: 0;
  z-index: 0; }

.main-header {
  top: 0;
  right: 0;
  left: 0;
  position: fixed; }
  .main-header .fa-bars {
    font-size: 22px;
    padding-top: 2px;
    padding-left: 10px;
    color: #00023E; }
  .main-header .box-help {
    width: 26px;
    height: 26px;
    margin-left: 10px;
    text-align: right;
    margin-top: 1px;
    background: #00023E;
    margin-right: 10px;
    border-radius: 50px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-weight: bold;
    visibility: hidden; }
    .main-header .box-help a {
      color: #fff; }
  @media screen and (max-width: 600px) {
    .main-header .navbar-nav .nav-item span {
      font-size: 10px; } }

.navbar-expand {
  height: 57px; }
  .navbar-expand .navbar-nav .nav-link {
    line-height: 0;
    display: flex;
    height: 34px !important;
    align-items: center;
    color: #fff;
    padding: 0;
    height: 30px; }
    .navbar-expand .navbar-nav .nav-link .image {
      text-align: right;
      font-weight: bold;
      margin-right: 3px;
      background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), #EBECF0;
      background-blend-mode: soft-light, normal;
      border: 1.16832px solid rgba(255, 255, 255, 0.16);
      box-sizing: border-box;
      box-shadow: -5.84158px -5.84158px 11.6832px #FAFBFF, 5.84158px 5.84158px 11.6832px #A6ABBD;
      border-radius: 30px; }
      .navbar-expand .navbar-nav .nav-link .image span {
        color: #fff !important; }
      .navbar-expand .navbar-nav .nav-link .image img {
        border-radius: 50%;
        width: 34px;
        vertical-align: middle;
        border-style: none; }

.nav-profile {
  background: #EEF0F6;
  border: none;
  border-radius: 4px;
  transition: all 0.3s ease; }
  .nav-profile .top-right.links a {
    display: flex !important;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0.35rem 0.25rem;
    color: #96A3C4; }
    .nav-profile .top-right.links a span.lang-code {
      font-size: 0.8rem !important;
      color: #96A3C4 !important; }
  .nav-profile:hover, .nav-profile:focus {
    background: #EEF0F6; }
    .nav-profile:hover .top-right.links a, .nav-profile:focus .top-right.links a {
      color: #00023E; }
      .nav-profile:hover .top-right.links a span.lang-code, .nav-profile:focus .top-right.links a span.lang-code {
        color: #00023E !important; }
  .nav-profile a {
    color: #96A3C4; }
  .nav-profile .dropdown-menu-lg .dropdown-item {
    padding: 0.5rem 1rem; }
  .nav-profile .dropdown-item:hover, .nav-profile .dropdown-item:focus {
    color: #00023E;
    background: #EEF0F6;
    border-right: 2px solid #96A3C4; }
  .nav-profile .dropdown-item.active, .nav-profile .dropdown-item:active {
    color: #00023E;
    background: #EEF0F6;
    border-right: 2px solid #96A3C4; }

.main-sidebar {
  overflow: hidden; }
  @media (min-width: 991px) {
    .main-sidebar .sidebar {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; } }
  .main-sidebar .brand-image {
    width: 42px;
    max-height: 42px;
    margin-left: .5rem;
    margin-right: .5rem; }
  .main-sidebar nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    .main-sidebar nav ul {
      gap: 0.875rem; }
      .main-sidebar nav ul.core {
        height: 100%;
        justify-content: center; }
    .main-sidebar nav .nav-link {
      padding: 0; }
      .main-sidebar nav .nav-link img {
        width: auto;
        max-height: 18px;
        max-width: 20px; }
      .main-sidebar nav .nav-link .svgN img {
        width: auto;
        max-height: 24px;
        max-width: 24px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(358deg) brightness(104%) contrast(105%); }
      .main-sidebar nav .nav-link:hover .svgN svg path, .main-sidebar nav .nav-link:focus .svgN svg path {
        fill: #96A3C4; }
    @media (min-width: 320px) and (max-width: 767px) {
      .main-sidebar nav {
        padding-top: 0;
        padding-top: 50px;
        height: 90%;
        font-size: small;
        color: white; }
        .main-sidebar nav ul {
          padding-left: 0;
          margin-left: 0;
          gap: 0; }
          .main-sidebar nav ul li {
            display: flex;
            align-items: center;
            width: 100%;
            padding: 10px 30px;
            margin-bottom: 0; }
            .main-sidebar nav ul li a {
              width: 50px;
              margin-right: 30px; }
            .main-sidebar nav ul li p {
              margin: 0; } }

.cta-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-size: 15px;
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #4177e0;
  padding: 8px 16px;
  width: 160px;
  height: 37.56px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease; }
  .cta-blue:hover {
    background-color: #2daafd; }

.main-sidebar {
  background: linear-gradient(0deg, #00023e 14%, #558DFA 70%, #00d4ff 100%); }
  .main-sidebar .nav-item {
    margin-bottom: 20px; }
    .main-sidebar .nav-item a {
      color: #fff; }
    .main-sidebar .nav-item .nav-link {
      height: 48px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 0;
      transition: all 0.3s ease; }
      .main-sidebar .nav-item .nav-link:hover .svgN svg path, .main-sidebar .nav-item .nav-link:focus .svgN svg path {
        fill: #96A3C4; }
      .main-sidebar .nav-item .nav-link:hover .svgN {
        padding: 6px 18px;
        background: #ffffff1f;
        border-radius: 12px; }
    .main-sidebar .nav-item .nav-link:not(.active):hover {
      color: #fff;
      border-radius: 0; }
      .main-sidebar .nav-item .nav-link:not(.active):hover .svgN svg path {
        fill: #96A3C4; }
    .main-sidebar .nav-item .link-metrics:not(.active):hover .svgN svg path {
      fill: #96A3C4; }
    .main-sidebar .nav-item .link-funnels:not(.active):hover .svgN svg path {
      fill: #96A3C4; }
    .main-sidebar .nav-item .nav-link.active {
      background-color: transparent;
      border-radius: 0; }
      .main-sidebar .nav-item .nav-link.active .svgN svg path {
        fill: #96A3C4; }
      .main-sidebar .nav-item .nav-link.active .svgN {
        padding: 6px 18px;
        background: #ffffff95;
        border-radius: 12px; }
        .main-sidebar .nav-item .nav-link.active .svgN img {
          filter: none !important; }
    .main-sidebar .nav-item .link-metrics.active {
      background-color: transparent;
      border-radius: 0; }
    .main-sidebar .nav-item .link-funnels.active {
      background-color: transparent;
      border-radius: 0; }
    .main-sidebar .nav-item .nav-icon {
      text-align: center;
      width: 1.6rem;
      font-size: 1.2rem;
      margin-right: .2rem; }

.modal-content {
  padding: 10px 25px 25px 25px !important;
  border-radius: 8px; }

#configureDomainModal .domain-table .title {
  width: 100%;
  padding: 10px 20px;
  background: #00023E;
  color: #fff;
  margin: 0 auto;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 33% 20% 47%; }
#configureDomainModal .domain-table .info {
  width: 100%;
  padding: 10px 20px;
  background: #96A3C4;
  color: #00023E;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 33% 20% 47%;
  border-bottom: 1px solid rgba(186, 186, 186, 0.703); }
  #configureDomainModal .domain-table .info.active {
    background: #57CEBB;
    color: #00023E; }
  #configureDomainModal .domain-table .info span:not(:last-child) {
    border-right: 1px solid rgba(186, 186, 186, 0.703);
    padding-left: 10px; }

#welcome-flow .modal-content {
  background: #F4F4F5;
  box-shadow: 0px 4px 24px #558dfa;
  border-radius: 30px; }
#welcome-flow .progressBar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }
#welcome-flow #step-4 .form-check-input, #welcome-flow #step-1-1 .form-check-input {
  opacity: 0;
  position: absolute; }
#welcome-flow #step-4 .form-check-input, #welcome-flow #step-4 .form-check-label, #welcome-flow #step-1-1 .form-check-input, #welcome-flow #step-1-1 .form-check-label {
  cursor: pointer;
  outline: none; }
#welcome-flow #step-4 .form-check-input + .form-check-label:before, #welcome-flow #step-1-1 .form-check-input + .form-check-label:before {
  content: '';
  background: #EEF6FF;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  padding: 0px;
  margin-right: 10px;
  text-align: center;
  line-height: 1.5; }
#welcome-flow #step-4 .form-check-input + .form-check-label:before, #welcome-flow #step-1-1 .form-check-input + .form-check-label:before {
  border-radius: 50%; }
#welcome-flow #step-4 .form-check-input:checked + .form-check-label:before, #welcome-flow #step-1-1 .form-check-input:checked + .form-check-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #fff;
  background: #4177e0; }
#welcome-flow #step-4 .form-check-input:focus + .form-check-label, #welcome-flow #step-1-1 .form-check-input:focus + .form-check-label {
  outline: 1px solid #ddd; }
#welcome-flow #step-4 .form-check:has(.form-check-input:checked), #welcome-flow #step-1-1 .form-check:has(.form-check-input:checked) {
  border: 1px solid red; }
#welcome-flow #step-4 .contentMain, #welcome-flow #step-1-1 .contentMain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px; }
#welcome-flow #step-4 .contentRow, #welcome-flow #step-1-1 .contentRow {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
#welcome-flow #step-4 .form-check, #welcome-flow #step-1-1 .form-check {
  display: flex;
  align-items: center;
  padding: 10px;
  height: 46px;
  width: 100%;
  max-width: 320px;
  border-radius: 15px;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  background: #FFFFFF;
  border-radius: 50px; }
#welcome-flow #step-4 .form-check:hover, #welcome-flow #step-1-1 .form-check:hover {
  box-shadow: 0px 4px 24px rgba(85, 141, 250, 0.25); }
#welcome-flow #step-4 .form-check-label, #welcome-flow #step-1-1 .form-check-label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0px;
  outline: 0px solid #ddd !important; }
#welcome-flow #step-4 .selectedBox, #welcome-flow #step-1-1 .selectedBox {
  border: solid 3px #4177e0 !important;
  box-shadow: 0px 4px 24px rgba(85, 141, 250, 0.25); }
#welcome-flow #step-4 .form-check-label:before, #welcome-flow #step-1-1 .form-check-label:before {
  border: none; }
#welcome-flow #step-1-1 .form-check {
  width: auto !important; }
@media only screen and (max-width: 992px) {
  #welcome-flow .modal-body {
    padding: 50px 15px !important; }
  #welcome-flow #step-4 .contentRow, #welcome-flow #step-1-1 .contentRow {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    align-items: center; } }
#welcome-flow #step-0 h2, #welcome-flow #step-1 h2, #welcome-flow #step-1-0 h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #00023E;
  margin-bottom: 35px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  margin-bottom: 30px; }
#welcome-flow #step-1 .contentMain, #welcome-flow #step-1-0 .contentMain, #welcome-flow #step-3 .contentMain, #welcome-flow #step-5 .contentMain, #welcome-flow #step-1-2 .contentMain {
  display: grid;
  grid-template-columns: auto auto auto auto;
  margin-bottom: 44px;
  grid-column-gap: 4%;
  grid-row-gap: 18px;
  justify-content: center; }
#welcome-flow #step-1 .form-check, #welcome-flow #step-1-0 .form-check, #welcome-flow #step-3 .form-check, #welcome-flow #step-5 .form-check, #welcome-flow #step-1-2 .form-check {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  min-width: 140px;
  max-width: 140px;
  min-height: 140px;
  max-height: 140px;
  padding: 0 0rem;
  margin: 0 auto;
  font-size: 14px;
  padding: 8px 0px;
  background: #FFFFFF;
  border: 3px solid #EEF0F6 !important;
  box-sizing: border-box;
  border-radius: 8px; }
#welcome-flow #step-1 .form-check:hover, #welcome-flow #step-1-0 .form-check:hover, #welcome-flow #step-3 .form-check:hover, #welcome-flow #step-5 .form-check:hover, #welcome-flow #step-1-2 .form-check:hover {
  cursor: pointer;
  box-shadow: 0px 4px 24px rgba(85, 141, 250, 0.25); }
#welcome-flow #step-1 .selectedBox, #welcome-flow #step-1-0 .selectedBox, #welcome-flow #step-3 .selectedBox, #welcome-flow #step-5 .selectedBox, #welcome-flow #step-1-2 .selectedBox {
  border: solid 3px #4177e0 !important;
  box-shadow: 0px 4px 24px rgba(85, 141, 250, 0.25);
  cursor: pointer; }
#welcome-flow #step-1 .form-check img, #welcome-flow #step-1-0 .form-check img {
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  cursor: pointer; }
#welcome-flow #step-3 .form-check img {
  width: 32px;
  margin-bottom: 5px;
  cursor: pointer; }
#welcome-flow #step-1-2 .form-check img {
  width: 50px;
  margin-bottom: 5px;
  cursor: pointer; }
#welcome-flow #step-5 .form-check img {
  width: 50px;
  margin-bottom: 5px;
  cursor: pointer; }
#welcome-flow #step-1 .form-check input, #welcome-flow #step-1-0 .form-check input, #welcome-flow #step-3 .form-check input, #welcome-flow #step-5 .form-check input, #welcome-flow #step-1-2 .form-check input {
  display: none;
  cursor: pointer; }
@media only screen and (max-width: 992px) {
  #welcome-flow .modal-body {
    padding: 50px 15px !important; } }
@media only screen and (max-width: 480px) {
  #welcome-flow #step-1 .contentMain, #welcome-flow #step-1-0 .contentMain, #welcome-flow #step-3 .contentMain, #welcome-flow #step-5 .contentMain {
    display: grid;
    grid-template-columns: auto auto;
    margin-bottom: 44px;
    grid-column-gap: 2%;
    grid-row-gap: 18px;
    justify-content: space-around; }
  #welcome-flow #step-1 .form-check, #welcome-flow #step-1-0 .form-check, #welcome-flow #step-3 .form-check, #welcome-flow #step-5 .form-check {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 160px;
    padding: 8px;
    margin: 0 auto;
    font-size: 13px; }
  #welcome-flow #step-1 .form-check img, #welcome-flow #step-1-0 .form-check img, #welcome-flow #step-3 .form-check img, #welcome-flow #step-5 .form-check img {
    width: 40px;
    height: 40px;
    margin-bottom: 0px;
    margin-right: 4px; } }
@media only screen and (max-width: 480px) {
  #welcome-flow #step-2 input {
    min-width: 100%; } }
#welcome-flow #step-6 #video-flow-welcome {
  cursor: pointer;
  border-radius: 30px; }
#welcome-flow #step-6 #btn-flow-6 {
  display: inline;
  align-items: center; }
#welcome-flow #step-0 .contentMain, #welcome-flow #step-7 .contentMain {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 44px;
  grid-column-gap: 4%;
  grid-row-gap: 18px;
  justify-content: center; }
  #welcome-flow #step-0 .contentMain .form-check, #welcome-flow #step-7 .contentMain .form-check {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    padding: 0 0rem;
    margin: 0 auto;
    font-size: 14px;
    padding: 8px 0px;
    background: #FFFFFF;
    border: none;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 20px; }
    @media (min-width: 981px) {
      #welcome-flow #step-0 .contentMain .form-check, #welcome-flow #step-7 .contentMain .form-check {
        max-width: 260px;
        padding: 15px; } }
    #welcome-flow #step-0 .contentMain .form-check img, #welcome-flow #step-7 .contentMain .form-check img {
      margin-bottom: 5px;
      cursor: pointer;
      margin-bottom: 20px; }
  #welcome-flow #step-0 .contentMain .form-check input, #welcome-flow #step-7 .contentMain .form-check input {
    display: none;
    cursor: pointer; }
  #welcome-flow #step-0 .contentMain .form-check:hover, #welcome-flow #step-7 .contentMain .form-check:hover {
    cursor: pointer;
    box-shadow: 0px 4px 24px rgba(85, 141, 250, 0.25); }
  #welcome-flow #step-0 .contentMain .selectedBox, #welcome-flow #step-7 .contentMain .selectedBox {
    border: solid 3px #4177e0 !important;
    box-shadow: 0px 4px 24px rgba(85, 141, 250, 0.25);
    cursor: pointer; }
@media only screen and (max-width: 992px) {
  #welcome-flow #step-1 .contentMain, #welcome-flow #step-3 .contentMain, #welcome-flow #step-1-2 .contentMain {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 4%;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    padding: 0px 15px !important; }
  #welcome-flow #step-0 .contentMain, #welcome-flow #step-7 .contentMain {
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 4%;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    padding: 0px 15px !important; } }

.alert-active .fas {
  color: #558DFA;
  font-size: 3rem; }
.alert-active .btn-reactive {
  display: flex;
  width: 211px;
  height: 43px;
  background: #558DFA;
  box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  justify-content: center;
  flex-direction: row;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center; }
.alert-active .btn-reactive:hover, .alert-active .btn-reactive:focus {
  background-color: #6A7BA3; }
.alert-active .row-alert {
  height: 100vh; }
  .alert-active .row-alert .col-alert {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column wrap;
    height: 100%; }
  .alert-active .row-alert .text-alert {
    color: #6A7BA3 !important;
    text-align: center;
    font-size: 1.2rem; }

.home {
  font-family: 'Inter', sans-serif;
  background: #EEF0F6; }
  .home .container-section {
    margin-top: -140px; }
  .home h1 {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    color: #96A3C4;
    margin-bottom: 1rem; }
    .home h1 strong {
      font-weight: 600; }
    .home h1 a {
      font-size: 17px; }
  .home .btn-vide-info {
    width: 220px;
    height: 48px;
    background: #BCCBEA;
    border-radius: 50px;
    color: #fff; }
  .home .header-view {
    height: 165px; }
  .home .video-home {
    display: flex;
    justify-content: center;
    padding: 10px 0 40px; }
    .home .video-home .card-vid {
      width: 94%;
      max-width: 600px;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: -6px -6px 20px #ffffff, 6px 6px 20px #9aaed0; }
      @media (min-width: 981px) {
        .home .video-home .card-vid {
          width: 44%; } }
      .home .video-home .card-vid:hover {
        box-shadow: -8px -8px 20px #ffffff, 8px 8px 10px #9aaed0; }
      .home .video-home .card-vid img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .home .video-home .video-welcome video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .home .video-home #launch {
      height: 100%; }
      .home .video-home #launch video {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .home .videos-list {
    padding: 0 40px 20px !important;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: 240px 240px 240px 240px;
    padding: 10px;
    justify-content: space-around;
    grid-column-gap: 0;
    grid-row-gap: 0;
    max-width: 1100px;
    margin: 0 auto; }
  .home .videos-list .card-vid {
    background: none;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    opacity: 0.8; }
  .home .videos-list .card-vid:hover {
    opacity: 1;
    cursor: pointer; }
  .home .videos-list .card {
    background: none !important;
    color: #96A3C4;
    filter: none !important;
    box-shadow: none !important;
    margin: 0 !important; }
  .home .videos-list .card-img-top {
    width: 100%;
    height: 126px !important;
    border-radius: 10px;
    overflow: hidden; }
  .home .videos-list .card-img-top img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    transition: width 0.5s; }
  .home .videos-list .card-body {
    padding: 0;
    margin-top: 10px !important;
    font-size: 12px !important; }
  .home .videos-list .card-subtitle {
    font-size: 14px !important;
    margin-top: 0px !important;
    color: #00023E !important;
    font-weight: 500; }
  @media only screen and (max-width: 1200px) {
    .home .videos-list {
      padding: 20px 40px !important;
      padding-bottom: 20px;
      display: grid;
      grid-template-columns: 230px 230px 230px 230px;
      padding: 10px;
      justify-content: center;
      grid-column-gap: 0;
      grid-row-gap: 0; } }
  @media only screen and (max-width: 992px) {
    .home .videos-list {
      padding: 20px 40px !important;
      padding-bottom: 20px;
      display: grid;
      grid-template-columns: 240px 240px;
      padding: 10px;
      justify-content: center;
      grid-column-gap: 0;
      grid-row-gap: 0; } }
  @media only screen and (max-width: 576px) {
    .home .videos-list {
      padding: 20px 20px !important;
      padding-bottom: 20px;
      display: grid;
      grid-template-columns: 180px 180px;
      justify-content: center;
      grid-column-gap: 0;
      grid-row-gap: 0; }
    .home .videos-list .card-img-top {
      width: 100%;
      height: 100px !important;
      border-radius: 10px;
      overflow: hidden; } }
  .home .box-list {
    border: none;
    background: none;
    box-shadow: none; }
    .home .box-list .card {
      color: #96A3C4;
      box-shadow: none;
      border: none; }
      .home .box-list .card .card-header {
        border: 0; }
        .home .box-list .card .card-header .card-title img {
          margin-right: 10px; }
        .home .box-list .card .card-header .card-title .title-name {
          font-size: 14px;
          color: #151B40; }
        .home .box-list .card .card-header .card-title .total-text {
          font-size: 13px;
          color: #353A3F; }
        .home .box-list .card .card-header .card-title .num-total {
          font-size: 16px;
          color: #151B40; }
    .home .box-list .content-cards .card {
      height: 100%; }
    .home .box-list .card-new {
      box-shadow: none !important;
      border: solid 1px #4177e0;
      padding: 2rem;
      border-radius: 13px; }
      .home .box-list .card-new .name-suscription {
        font-weight: 600;
        font-size: 25px;
        line-height: 25px;
        color: #1FB6FF;
        display: inline-block;
        padding: 4px;
        text-align: center; }
    .home .box-list .card-header::after,
    .home .box-list .card-body::after,
    .home .box-list .card-footer::after {
      display: none !important; }
    .home .box-list .content-cards .card-body {
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column; }
    .home .box-list .content-cards .card-title {
      font-weight: normal;
      font-size: 18px;
      line-height: 25px;
      text-align: center;
      color: #00023E; }
    .home .box-list .content-cards .card-1 .card-title {
      font-weight: normal;
      font-size: 18px;
      line-height: 25px;
      text-align: left;
      color: #00023E; }
    .home .box-list .content-cards .card-3 .card-text,
    .home .box-list .content-cards .card-2 .card-text {
      font-weight: normal;
      font-size: 14px;
      line-height: 19px;
      text-align: center;
      color: #96A3C4;
      margin-top: 15px; }
    .home .box-list .content-cards .card-2 .icons {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      align-items: center; }
    .home .box-list .content-cards .card-3 .icons {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center; }
    .home .box-list .content-cards .card-link {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 13px 17px;
      position: static;
      height: 50px;
      left: 20px;
      top: 0px;
      border-radius: 50px;
      color: #fff;
      flex-wrap: nowrap;
      align-content: center; }
    .home .box-list .content-cards .card-3 .card-link {
      background: #151B40; }
    .home .box-list .content-cards .card-2 .card-link {
      background: #4177e0; }
    .home .box-list .content-cards .form-check {
      display: block;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      margin-bottom: 16px;
      font-size: 14px; }
    .home .box-list .content-cards input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .home .box-list .content-cards .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #EEF6FF;
      z-index: 10; }
    .home .box-list .content-cards input ~ .checkmark {
      background-color: #EEF6FF; }
    .home .box-list .content-cards input:checked ~ .checkmark {
      background-color: #4177e0; }
    .home .box-list .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .home .box-list .content-cards input:checked ~ .checkmark:after {
      display: block; }
    .home .box-list .content-cards .checkmark:after {
      left: 9px;
      top: 5px;
      width: 8px;
      height: 12px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .home .box-list .content-resources .card {
      background: none; }
      .home .box-list .content-resources .card .card-header .card-title {
        font-size: 28px;
        color: #021346; }
      .home .box-list .content-resources .card .card-body {
        padding-left: 0;
        padding-right: 0; }
        .home .box-list .content-resources .card .card-body .resource-index {
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-bottom: 15px; }
          .home .box-list .content-resources .card .card-body .resource-index .box-source {
            padding: 10px 14px;
            background: #EEF0F6;
            border-radius: 15px;
            color: #00023E;
            box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0; }
            .home .box-list .content-resources .card .card-body .resource-index .box-source .file {
              padding: 4px 8px;
              width: auto;
              height: 24px;
              border-radius: 6px 0px;
              color: #fff;
              position: absolute;
              top: 0px;
              left: 8px;
              font-size: 12px; }
            .home .box-list .content-resources .card .card-body .resource-index .box-source .file-1 {
              background: #FFA2C0; }
            .home .box-list .content-resources .card .card-body .resource-index .box-source .file-2 {
              background: #F3A15D; }
            .home .box-list .content-resources .card .card-body .resource-index .box-source .file-3 {
              background: #70B3EC; }
            .home .box-list .content-resources .card .card-body .resource-index .box-source .file-4 {
              background: #AFDD74; }
            .home .box-list .content-resources .card .card-body .resource-index .box-source .title-source {
              font-size: 14px;
              color: #021346;
              margin-top: 10px;
              font-weight: 600; }
            .home .box-list .content-resources .card .card-body .resource-index .box-source p {
              font-size: 12px;
              color: #96A3C4; }
    .home .box-list .card-guia-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start; }
      .home .box-list .card-guia-content .card-guia-items {
        margin-bottom: 30px !important;
        border: solid 2px #558dfa00; }
        .home .box-list .card-guia-content .card-guia-items:hover {
          box-shadow: -8px -8px 20px #ffffff, 8px 8px 10px #9aaed0;
          border: solid 2px #558dfa; }
          .home .box-list .card-guia-content .card-guia-items:hover p {
            color: #4177e0; }
        .home .box-list .card-guia-content .card-guia-items a {
          padding: 20px;
          width: 300px;
          min-height: 140px;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center; }
          .home .box-list .card-guia-content .card-guia-items a img {
            width: 110px;
            height: 100%;
            max-width: 42.3%; }
          .home .box-list .card-guia-content .card-guia-items a p {
            max-width: 52%;
            margin-bottom: 0;
            font-size: 14px;
            overflow-wrap: normal; }
            .home .box-list .card-guia-content .card-guia-items a p span {
              margin-top: 4px;
              font-weight: 600;
              color: #EF86B0; }
  .home #KPIs .card-new img {
    vertical-align: middle;
    margin-bottom: 2rem;
    height: 36px;
    filter: brightness(0) saturate(100%) invert(62%) sepia(65%) saturate(4733%) hue-rotate(202deg) brightness(100%) contrast(98%); }
  .home #KPIs .card-new .count {
    font-size: x-large;
    font-weight: 800;
    padding: 0;
    width: 100%; }
  .home #KPIs .card-new .count-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .home #KPIs .card-new .count-row .count-cred {
      font-size: x-large;
      font-weight: 800; }
    .home #KPIs .card-new .count-row .title-cred {
      font-weight: 300;
      font-size: smaller;
      border-left: solid 1px #4177e0;
      padding-left: 14px; }
  .home #KPIs .card-new .title-card {
    padding: 0;
    width: 100%;
    margin-top: 0.5rem; }

.dashboard {
  font-family: 'Inter', sans-serif;
  background: #EEF0F6; }
  .dashboard .container-section {
    margin-top: -140px; }
  .dashboard h1 {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    color: #96A3C4;
    margin-bottom: 1rem; }
    .dashboard h1 strong {
      font-weight: 600; }
    .dashboard h1 a {
      font-size: 17px; }
  .dashboard .btn-vide-info {
    width: 220px;
    height: 48px;
    background: #BCCBEA;
    border-radius: 50px;
    color: #fff; }
  .dashboard .header-view {
    height: 165px; }
  .dashboard .div-tutorial {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (min-width: 768px) {
      .dashboard .div-tutorial {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end; } }
    .dashboard .div-tutorial .btn-vide-info {
      width: 172px;
      height: 46px;
      background: none;
      border-radius: 50px;
      color: #32416D;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-evenly;
      align-items: center;
      border: 2px solid #32416D;
      font-weight: bold;
      font-size: 16px;
      line-height: 22px; }
      .dashboard .div-tutorial .btn-vide-info i {
        font-size: 20px; }
  .dashboard .box-list {
    border: none;
    background: none;
    box-shadow: none; }
    .dashboard .box-list .card {
      color: #96A3C4;
      box-shadow: none;
      border: none; }
      .dashboard .box-list .card .card-header {
        border: 0; }
        .dashboard .box-list .card .card-header .card-title img {
          margin-right: 10px; }
        .dashboard .box-list .card .card-header .card-title .title-name {
          font-size: 14px;
          color: #151B40; }
        .dashboard .box-list .card .card-header .card-title .total-text {
          font-size: 13px;
          color: #353A3F; }
        .dashboard .box-list .card .card-header .card-title .num-total {
          font-size: 16px;
          color: #151B40; }
    .dashboard .box-list .content-platforms .box-pwa, .dashboard .box-list .content-platforms .box-apple, .dashboard .box-list .content-platforms .box-android, .dashboard .box-list .content-platforms .box-mp, .dashboard .box-list .content-platforms .box-funnels, .dashboard .box-list .content-platforms .box-websites {
      color: #96A3C4;
      box-shadow: none;
      border: none; }
      .dashboard .box-list .content-platforms .box-pwa .card-header, .dashboard .box-list .content-platforms .box-apple .card-header, .dashboard .box-list .content-platforms .box-android .card-header, .dashboard .box-list .content-platforms .box-mp .card-header, .dashboard .box-list .content-platforms .box-funnels .card-header, .dashboard .box-list .content-platforms .box-websites .card-header {
        border: 0; }
        .dashboard .box-list .content-platforms .box-pwa .card-header .card-title img, .dashboard .box-list .content-platforms .box-apple .card-header .card-title img, .dashboard .box-list .content-platforms .box-android .card-header .card-title img, .dashboard .box-list .content-platforms .box-mp .card-header .card-title img, .dashboard .box-list .content-platforms .box-funnels .card-header .card-title img, .dashboard .box-list .content-platforms .box-websites .card-header .card-title img {
          margin-right: 10px; }
        .dashboard .box-list .content-platforms .box-pwa .card-header .card-title .title-name, .dashboard .box-list .content-platforms .box-apple .card-header .card-title .title-name, .dashboard .box-list .content-platforms .box-android .card-header .card-title .title-name, .dashboard .box-list .content-platforms .box-mp .card-header .card-title .title-name, .dashboard .box-list .content-platforms .box-funnels .card-header .card-title .title-name, .dashboard .box-list .content-platforms .box-websites .card-header .card-title .title-name {
          font-size: 14px;
          color: #151B40; }
        .dashboard .box-list .content-platforms .box-pwa .card-header .card-title .total-text, .dashboard .box-list .content-platforms .box-apple .card-header .card-title .total-text, .dashboard .box-list .content-platforms .box-android .card-header .card-title .total-text, .dashboard .box-list .content-platforms .box-mp .card-header .card-title .total-text, .dashboard .box-list .content-platforms .box-funnels .card-header .card-title .total-text, .dashboard .box-list .content-platforms .box-websites .card-header .card-title .total-text {
          font-size: 13px;
          color: #353A3F; }
        .dashboard .box-list .content-platforms .box-pwa .card-header .card-title .num-total, .dashboard .box-list .content-platforms .box-apple .card-header .card-title .num-total, .dashboard .box-list .content-platforms .box-android .card-header .card-title .num-total, .dashboard .box-list .content-platforms .box-mp .card-header .card-title .num-total, .dashboard .box-list .content-platforms .box-funnels .card-header .card-title .num-total, .dashboard .box-list .content-platforms .box-websites .card-header .card-title .num-total {
          font-size: 16px;
          color: #151B40; }
    .dashboard .box-list .content-platforms .box-apple {
      display: flex;
      flex: 1 1 auto;
      justify-content: center;
      align-items: center;
      min-height: 111px; }
      .dashboard .box-list .content-platforms .box-apple .text {
        font-family: "Inter", sans-serif; }
        .dashboard .box-list .content-platforms .box-apple .text span {
          font-size: 14px; }
        .dashboard .box-list .content-platforms .box-apple .text h3 {
          font-weight: bold;
          font-size: 28px; }
      .dashboard .box-list .content-platforms .box-apple .logo {
        margin-bottom: 10px;
        color: #fff;
        font-size: 23px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px; }
        .dashboard .box-list .content-platforms .box-apple .logo i {
          color: #fff; }
    .dashboard .box-list .content-platforms .box-android {
      display: flex;
      flex: 1 1 auto;
      justify-content: center;
      align-items: center;
      min-height: 111px; }
      .dashboard .box-list .content-platforms .box-android .text {
        font-family: "Inter", sans-serif; }
        .dashboard .box-list .content-platforms .box-android .text span {
          font-size: 14px; }
        .dashboard .box-list .content-platforms .box-android .text h3 {
          font-weight: bold;
          font-size: 28px; }
      .dashboard .box-list .content-platforms .box-android .logo {
        margin-bottom: 10px;
        color: #fff;
        font-size: 23px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px; }
        .dashboard .box-list .content-platforms .box-android .logo i {
          color: #AFDD74; }
    .dashboard .box-list .content-platforms .box-pwa {
      display: flex;
      flex: 1 1 auto;
      justify-content: center;
      align-items: center;
      min-height: 111px; }
      .dashboard .box-list .content-platforms .box-pwa .text {
        font-family: "Inter", sans-serif; }
        .dashboard .box-list .content-platforms .box-pwa .text span {
          font-size: 14px; }
        .dashboard .box-list .content-platforms .box-pwa .text h3 {
          font-weight: bold;
          font-size: 28px; }
      .dashboard .box-list .content-platforms .box-pwa .logo {
        margin-bottom: 10px;
        color: #fff;
        font-size: 23px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px; }
        .dashboard .box-list .content-platforms .box-pwa .logo i {
          color: #FFA2C0; }
    .dashboard .box-list .content-platforms .box-mp {
      display: flex;
      flex: 1 1 auto;
      justify-content: center;
      align-items: center;
      min-height: 111px; }
      .dashboard .box-list .content-platforms .box-mp .text {
        font-family: "Inter", sans-serif; }
        .dashboard .box-list .content-platforms .box-mp .text span {
          font-size: 14px; }
        .dashboard .box-list .content-platforms .box-mp .text h3 {
          font-weight: bold;
          font-size: 28px; }
      .dashboard .box-list .content-platforms .box-mp .logo {
        margin-bottom: 10px;
        color: #fff;
        font-size: 23px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px; }
        .dashboard .box-list .content-platforms .box-mp .logo i {
          color: #70B3EC; }
    .dashboard .box-list .content-platforms .box-funnels {
      display: flex;
      flex: 1 1 auto;
      justify-content: center;
      align-items: center;
      min-height: 111px; }
      .dashboard .box-list .content-platforms .box-funnels .text {
        font-family: "Inter", sans-serif; }
        .dashboard .box-list .content-platforms .box-funnels .text span {
          font-size: 14px; }
        .dashboard .box-list .content-platforms .box-funnels .text h3 {
          font-weight: bold;
          font-size: 28px; }
      .dashboard .box-list .content-platforms .box-funnels .logo {
        margin-bottom: 10px;
        color: #fff;
        font-size: 23px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px; }
        .dashboard .box-list .content-platforms .box-funnels .logo i {
          color: #25E2A3; }
      .dashboard .box-list .content-platforms .box-funnels .logo {
        font-size: 20px; }
    .dashboard .box-list .content-platforms .box-websites {
      display: flex;
      flex: 1 1 auto;
      justify-content: center;
      align-items: center;
      min-height: 111px; }
      .dashboard .box-list .content-platforms .box-websites .text {
        font-family: "Inter", sans-serif; }
        .dashboard .box-list .content-platforms .box-websites .text span {
          font-size: 14px; }
        .dashboard .box-list .content-platforms .box-websites .text h3 {
          font-weight: bold;
          font-size: 28px; }
      .dashboard .box-list .content-platforms .box-websites .logo {
        margin-bottom: 10px;
        color: #fff;
        font-size: 23px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px; }
        .dashboard .box-list .content-platforms .box-websites .logo i {
          color: #F3A15D; }
    .dashboard .box-list .content-publish .card {
      height: 365px; }
      .dashboard .box-list .content-publish .card .apexcharts-legend-series {
        margin: 2px 18px !important; }
    .dashboard .box-list .content-data-project-client {
      display: flex;
      align-items: stretch; }
      .dashboard .box-list .content-data-project-client .card {
        max-height: 598px;
        flex-grow: 1; }
        .dashboard .box-list .content-data-project-client .card .autologin button {
          background: #4177e0;
          color: white;
          height: 24px;
          font-size: 12px;
          margin-top: 20px;
          margin-right: 20px;
          line-height: 10px; }
        .dashboard .box-list .content-data-project-client .card .card-header {
          padding: 0; }
          .dashboard .box-list .content-data-project-client .card .card-header .list-opts {
            margin-bottom: 5px;
            display: flex;
            justify-content: space-around; }
            .dashboard .box-list .content-data-project-client .card .card-header .list-opts .nav-item {
              border-bottom: 1px solid #F6F9FF;
              margin-bottom: -1px; }
          .dashboard .box-list .content-data-project-client .card .card-header .nav-pills .nav-link.active, .dashboard .box-list .content-data-project-client .card .card-header .nav-pills .show > .nav-link {
            color: #021346;
            font-weight: 600;
            border-bottom: 3px solid #4177e0;
            border-radius: 0;
            background: none;
            margin-bottom: -2px; }
          .dashboard .box-list .content-data-project-client .card .card-header .nav-pills .nav-link {
            color: #021346;
            font-weight: 600;
            font-size: 14px; }
          .dashboard .box-list .content-data-project-client .card .card-header .nav-pills .nav-link:not(.active):hover {
            color: #021346;
            font-weight: 600; }
        .dashboard .box-list .content-data-project-client .card .card-body {
          max-height: 540px;
          overflow: auto;
          margin-right: 10px;
          margin-bottom: 10px; }
          .dashboard .box-list .content-data-project-client .card .card-body .box-contact, .dashboard .box-list .content-data-project-client .card .card-body .box-contactv2 {
            display: flex;
            justify-content: start;
            border-bottom: 1px solid #F6F9FF;
            padding-bottom: 5px;
            margin-bottom: 15px;
            min-height: 80px;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center; }
            .dashboard .box-list .content-data-project-client .card .card-body .box-contact .info, .dashboard .box-list .content-data-project-client .card .card-body .box-contactv2 .info {
              font-size: 0.7rem; }
              .dashboard .box-list .content-data-project-client .card .card-body .box-contact .info .name-contact, .dashboard .box-list .content-data-project-client .card .card-body .box-contactv2 .info .name-contact {
                font-family: "Inter", sans-serif;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 17px;
                color: #00023E; }
              .dashboard .box-list .content-data-project-client .card .card-body .box-contact .info .email, .dashboard .box-list .content-data-project-client .card .card-body .box-contact .info .phone, .dashboard .box-list .content-data-project-client .card .card-body .box-contactv2 .info .email, .dashboard .box-list .content-data-project-client .card .card-body .box-contactv2 .info .phone {
                font-family: "Inter", sans-serif;
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 15px;
                color: #96A3C4; }
            .dashboard .box-list .content-data-project-client .card .card-body .box-contact .letter span, .dashboard .box-list .content-data-project-client .card .card-body .box-contactv2 .letter span {
              text-transform: uppercase;
              color: #CBD1DD;
              background: #FFEBF6;
              font-size: 20px;
              border-radius: 50%;
              height: 50px;
              width: 50px;
              display: flex;
              justify-content: center;
              align-items: center; }
            .dashboard .box-list .content-data-project-client .card .card-body .box-contact .info-id, .dashboard .box-list .content-data-project-client .card .card-body .box-contactv2 .info-id {
              display: flex;
              justify-content: center;
              align-items: center; }
            .dashboard .box-list .content-data-project-client .card .card-body .box-contact .price-total .price-text, .dashboard .box-list .content-data-project-client .card .card-body .box-contactv2 .price-total .price-text {
              font-size: 14px;
              color: #00023E; }
            .dashboard .box-list .content-data-project-client .card .card-body .box-contact .price-total .value-total, .dashboard .box-list .content-data-project-client .card .card-body .box-contactv2 .price-total .value-total {
              font-size: 12px;
              color: #96A3C4; }
            .dashboard .box-list .content-data-project-client .card .card-body .box-contact .price-total i, .dashboard .box-list .content-data-project-client .card .card-body .box-contactv2 .price-total i {
              color: #4177e0;
              cursor: pointer; }
            .dashboard .box-list .content-data-project-client .card .card-body .box-contact .more-info-order, .dashboard .box-list .content-data-project-client .card .card-body .box-contactv2 .more-info-order {
              background: #DEE2EC;
              font-size: 0.6rem;
              text-align: center;
              padding: 10px;
              border-radius: 4px;
              color: #00023E; }
              .dashboard .box-list .content-data-project-client .card .card-body .box-contact .more-info-order .quantity-items, .dashboard .box-list .content-data-project-client .card .card-body .box-contact .more-info-order .total-item-order, .dashboard .box-list .content-data-project-client .card .card-body .box-contactv2 .more-info-order .quantity-items, .dashboard .box-list .content-data-project-client .card .card-body .box-contactv2 .more-info-order .total-item-order {
                align-self: center; }
    .dashboard .box-list .content-addons {
      display: flex;
      align-items: stretch; }
      .dashboard .box-list .content-addons .card {
        height: 217px; }
        .dashboard .box-list .content-addons .card .card-header {
          padding: 10px; }
        .dashboard .box-list .content-addons .card .card-body {
          padding-top: 20px;
          padding-left: 10px; }
          .dashboard .box-list .content-addons .card .card-body .addon-groups i {
            color: #FFA2C0; }
          .dashboard .box-list .content-addons .card .card-body .addon-groups .name-addon {
            font-size: 14px;
            color: #808897; }
          .dashboard .box-list .content-addons .card .card-body .addon-groups .count-addons {
            font-size: 14px;
            font-weight: bold;
            color: #808897; }
          .dashboard .box-list .content-addons .card .card-body .addon-digital i {
            color: #AFDD74; }
          .dashboard .box-list .content-addons .card .card-body .addon-digital .name-addon {
            font-size: 14px;
            color: #808897; }
          .dashboard .box-list .content-addons .card .card-body .addon-digital .count-addons {
            font-size: 14px;
            font-weight: bold;
            color: #808897; }
          .dashboard .box-list .content-addons .card .card-body .addon-reviews i {
            color: #F3A15D; }
          .dashboard .box-list .content-addons .card .card-body .addon-reviews .name-addon {
            font-size: 14px;
            color: #808897; }
          .dashboard .box-list .content-addons .card .card-body .addon-reviews .count-addons {
            font-size: 14px;
            font-weight: bold;
            color: #808897; }
          .dashboard .box-list .content-addons .card .card-body .addon-language i {
            color: #70B3EC; }
          .dashboard .box-list .content-addons .card .card-body .addon-language .name-addon {
            font-size: 14px;
            color: #808897; }
          .dashboard .box-list .content-addons .card .card-body .addon-language .count-addons {
            font-size: 14px;
            font-weight: bold;
            color: #808897; }
          .dashboard .box-list .content-addons .card .card-body .name-addon {
            margin-left: 5px; }
    .dashboard .box-list .content-products .card .card-header {
      padding: 10px; }
    .dashboard .box-list .content-products .card .card-body {
      padding-top: 20px;
      padding-left: 10px; }
    .dashboard .box-list .content-resources .card {
      background: none; }
      .dashboard .box-list .content-resources .card .card-body {
        padding-left: 0;
        padding-right: 0; }
        .dashboard .box-list .content-resources .card .card-body .resource-index {
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-bottom: 15px;
          max-width: 250px;
          min-height: 207px; }
          .dashboard .box-list .content-resources .card .card-body .resource-index .box-source {
            padding: 10px 14px;
            background: #fff;
            border-radius: 6px;
            color: #96A3C4;
            filter: drop-shadow(2px 2px 15px rgba(74, 164, 240, 0.2));
            box-shadow: none; }
            .dashboard .box-list .content-resources .card .card-body .resource-index .box-source .file {
              padding: 4px 8px;
              width: auto;
              height: 24px;
              border-radius: 6px 0px;
              color: #fff;
              position: absolute;
              top: 0px;
              left: 8px;
              font-size: 12px; }
            .dashboard .box-list .content-resources .card .card-body .resource-index .box-source .file-1 {
              background: #FFA2C0; }
            .dashboard .box-list .content-resources .card .card-body .resource-index .box-source .file-2 {
              background: #F3A15D; }
            .dashboard .box-list .content-resources .card .card-body .resource-index .box-source .file-3 {
              background: #70B3EC; }
            .dashboard .box-list .content-resources .card .card-body .resource-index .box-source .file-4 {
              background: #AFDD74; }
            .dashboard .box-list .content-resources .card .card-body .resource-index .box-source .title-source {
              font-size: 14px;
              color: #021346;
              margin-top: 10px;
              font-weight: 600; }
            .dashboard .box-list .content-resources .card .card-body .resource-index .box-source p {
              font-size: 12px;
              color: #96A3C4; }

.my-apps {
  font-family: 'Inter', sans-serif; }
  .my-apps .content-header {
    margin-bottom: 15px;
    padding: 0; }
  .my-apps .videos-list {
    padding: 20px 40px !important;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: 240px 240px 240px 240px;
    background-color: #060D2F;
    padding: 10px;
    justify-content: space-around;
    grid-column-gap: 0;
    grid-row-gap: 0; }
  .my-apps .videos-list .card-vid {
    background: none;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    opacity: 0.8; }
  .my-apps .videos-list .card-vid:hover {
    opacity: 1; }
  .my-apps .videos-list .card {
    background: none !important;
    cursor: pointer;
    color: #96A3C4;
    filter: none !important;
    box-shadow: none !important;
    margin: 0 !important; }
  .my-apps .videos-list .card-img-top {
    width: 100%;
    height: 126px !important;
    border-radius: 10px;
    overflow: hidden; }
  .my-apps .videos-list .card-img-top img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    transition: width 0.5s; }
  .my-apps .videos-list .card-body {
    padding: 0;
    margin-top: 10px !important;
    font-size: 12px !important; }
  .my-apps .videos-list .card-subtitle {
    font-size: 14px !important;
    margin-top: 0px !important;
    color: #00023E !important;
    font-weight: 500; }
  @media only screen and (max-width: 1200px) {
    .my-apps .videos-list {
      padding: 20px 40px !important;
      padding-bottom: 20px;
      display: grid;
      grid-template-columns: 230px 230px 230px 230px;
      background-color: #060D2F;
      padding: 10px;
      justify-content: center;
      grid-column-gap: 0;
      grid-row-gap: 0; } }
  @media only screen and (max-width: 992px) {
    .my-apps .videos-list {
      padding: 20px 40px !important;
      padding-bottom: 20px;
      display: grid;
      grid-template-columns: 240px 240px;
      background-color: #060D2F;
      padding: 10px;
      justify-content: center;
      grid-column-gap: 0;
      grid-row-gap: 0; } }
  @media only screen and (max-width: 576px) {
    .my-apps .videos-list {
      padding: 20px 20px !important;
      padding-bottom: 20px;
      display: grid;
      grid-template-columns: 180px 180px;
      background-color: #060D2F;
      justify-content: center;
      grid-column-gap: 0;
      grid-row-gap: 0; }
    .my-apps .videos-list .card-img-top {
      width: 100%;
      height: 100px !important;
      border-radius: 10px;
      overflow: hidden; } }
  .my-apps .box-list .alert-box {
    font-weight: normal;
    font-size: 13px;
    line-height: 0px;
    text-align: center; }
  .my-apps h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #96A3C4;
    margin-bottom: 1rem; }
    .my-apps h1 a {
      font-size: 17px; }
    @media (min-width: 991px) {
      .my-apps h1 {
        font-size: 28px;
        line-height: 34px; } }
  .my-apps .div-tutorial {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (min-width: 768px) {
      .my-apps .div-tutorial {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end; } }
    .my-apps .div-tutorial .btn-vide-info {
      width: 172px;
      height: 46px;
      background: none;
      border-radius: 50px;
      color: #32416D;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-evenly;
      align-items: center;
      border: 2px solid #32416D;
      font-weight: bold;
      font-size: 16px;
      line-height: 22px; }
      .my-apps .div-tutorial .btn-vide-info i {
        font-size: 20px; }
  .my-apps .header-view {
    height: 165px; }
  .my-apps .modal {
    padding-right: 0px !important; }
    .my-apps .modal .modal-content {
      background: #F6F9FF; }
      .my-apps .modal .modal-content .modal-header {
        text-align: center;
        border: none; }
        .my-apps .modal .modal-content .modal-header .modal-title {
          margin: 0 auto;
          width: 100%;
          font-weight: bold;
          font-size: 22px;
          line-height: 1.2;
          display: flex;
          align-items: center;
          text-align: center;
          color: #00023E;
          text-align: center; }
        .my-apps .modal .modal-content .modal-header .close {
          outline: none;
          padding: 0;
          width: 30px;
          height: 30px; }
      .my-apps .modal .modal-content .modal-body .msg-unpublish {
        background: #EB5757;
        padding: 30px;
        color: #fff; }
      .my-apps .modal .modal-content .modal-body .text-myapps {
        margin-bottom: 30px; }
        .my-apps .modal .modal-content .modal-body .text-myapps a, .my-apps .modal .modal-content .modal-body .text-myapps i {
          margin-top: 15px;
          color: #4177e0; }
      .my-apps .modal .modal-content .modal-body button {
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #FFF;
        background: #151B40;
        border-radius: 30px;
        margin-bottom: 15px;
        width: 211px;
        height: 48px;
        border-radius: 50px; }
      .my-apps .modal .modal-content .modal-body .btn-cancel {
        background: #828282; }
      .my-apps .modal .modal-content .modal-body #btn-unpublish-modal {
        background: #151B40; }
  .my-apps .info .alert {
    background: #4177e0;
    color: white; }
  .my-apps .btn-more-apps {
    width: 211px;
    height: 43px;
    background: #00023E;
    box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff; }
    .my-apps .btn-more-apps:hover, .my-apps .btn-more-apps:focus {
      background-color: #00023E; }
  .my-apps .btn-more-apps-disabled {
    width: 211px;
    height: 48px;
    background: #CBD1DD;
    border-color: #CBD1DD;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    -webkit-appearance: none; }
  .my-apps .projects {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    color: #96A3C4; }
  .my-apps .num-projects {
    margin-left: 5px;
    display: inline-flex;
    padding: 12px 20px;
    background: #EEF0F6;
    box-shadow: 1px 1px 5px #EEF0F6, inset -2px -2px 3px #FCFEFF, inset -10px -10px 31px #FFFFFF, inset 2px 2px 6px #96A3C4;
    border-radius: 8px; }
    .my-apps .num-projects span {
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: normal;
      color: #96A3C4;
      font-weight: 700;
      font-size: 28px;
      line-height: 28px; }
  .my-apps .head-table {
    -webkit-box-direction: normal;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    width: 100%;
    float: left;
    padding: 15px 0;
    margin-top: 10px; }
    .my-apps .head-table .head-name-app {
      -webkit-box-direction: normal;
      border: 0;
      font: inherit;
      vertical-align: baseline;
      margin: 0;
      float: left;
      padding: 0 13px;
      font-size: 13px;
      color: #96A3C4;
      box-sizing: border-box;
      text-transform: uppercase; }
    .my-apps .head-table .head-app-code {
      -webkit-box-direction: normal;
      border: 0;
      font: inherit;
      vertical-align: baseline;
      margin: 0;
      float: left;
      padding: 0 13px;
      font-size: 13px;
      color: #96A3C4;
      box-sizing: border-box;
      text-transform: uppercase; }
    .my-apps .head-table .head-publish {
      -webkit-box-direction: normal;
      border: 0;
      font: inherit;
      vertical-align: baseline;
      margin: 0;
      float: left;
      padding: 0 13px;
      font-size: 13px;
      color: #96A3C4;
      box-sizing: border-box;
      text-transform: uppercase; }
  .my-apps .search-box {
    -webkit-box-direction: normal;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    width: 7.5%;
    float: left;
    font-size: 13px;
    color: #96A3C4;
    box-sizing: border-box;
    text-transform: uppercase; }
    .my-apps .search-box .search-toggle, .my-apps .search-box .filter-toggle {
      -webkit-box-direction: normal;
      text-transform: uppercase;
      border: 0;
      vertical-align: baseline;
      margin: 0;
      padding: 0;
      outline: 0;
      text-decoration: none;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      width: 35px;
      height: 35px;
      border-radius: 50px;
      line-height: 35px !important;
      text-align: center;
      cursor: pointer;
      background: #EEF0F6;
      box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
      transition: all 0.3s ease; }
    .my-apps .search-box .search-toggle {
      margin-right: 10px; }
    .my-apps .search-box .search-toggle:hover, .my-apps .search-box .filter-toggle:hover {
      background: #00023E;
      color: white; }
    .my-apps .search-box .search-toggle:active, .my-apps .search-box .filter-toggle:active {
      background: #00023E;
      color: white; }
  .my-apps .search-row {
    display: none;
    -webkit-box-direction: normal;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    background: #F4F6F9;
    padding: 15px 0;
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .my-apps .search-row input {
      -webkit-box-direction: normal;
      padding: 17px 20px;
      border-radius: 35px;
      border: 1px solid #e1e1e1;
      outline: 0;
      margin-right: 10px;
      height: 10px;
      background: #FFFFFF;
      border: 1px solid #4177e0;
      box-sizing: border-box;
      border-radius: 4px; }
    .my-apps .search-row a {
      -webkit-box-direction: normal;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline;
      margin: 0;
      padding: 0;
      outline: 0;
      text-decoration: none;
      cursor: pointer;
      transition: border-radius .3s ease;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      display: inline-block;
      margin-top: 0;
      background: #4177e0;
      color: #fff; }
      .my-apps .search-row a i {
        -webkit-box-direction: normal;
        cursor: pointer;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        color: #fff;
        line-height: 35px;
        text-align: center;
        display: block; }
    .my-apps .search-row a:hover {
      color: #fff; }
    .my-apps .search-row .filter-search {
      display: flex; }
      .my-apps .search-row .filter-search .form-check {
        display: inline !important;
        color: #BDBDBD;
        cursor: pointer;
        margin: 3px; }
        .my-apps .search-row .filter-search .form-check input {
          -ms-transform: scale(1.5);
          -moz-transform: scale(1.5);
          -webkit-transform: scale(1.5);
          -o-transform: scale(1.5);
          transform: scale(1.5);
          padding: 10px;
          cursor: pointer; }
  .my-apps .table-content {
    -webkit-box-direction: normal;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    background: #EEF0F6;
    box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
    border-radius: 15px;
    padding: 20px;
    width: 100%; }
    .my-apps .table-content .row-content {
      -webkit-box-direction: normal;
      border: 0;
      font: inherit;
      vertical-align: baseline;
      margin: 0;
      box-sizing: border-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      padding: 0;
      width: 100%;
      float: left;
      font-size: 14px;
      line-height: 19px;
      color: #96A3C4; }
      .my-apps .table-content .row-content .status {
        color: #CBD1DD; }
      .my-apps .table-content .row-content .unpublish-text {
        color: #FB4976;
        font-size: 14px;
        font-weight: bold; }
      .my-apps .table-content .row-content .name-app {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .my-apps .table-content .row-content .edit-btn {
        -webkit-box-direction: normal;
        border: 0;
        font: inherit;
        vertical-align: baseline;
        margin: 0;
        float: left;
        font-size: 13px;
        color: #666;
        box-sizing: border-box;
        padding: 0 3px;
        width: auto;
        text-align: center; }
        .my-apps .table-content .row-content .edit-btn .more-info {
          -webkit-box-direction: normal;
          border: 0;
          font-size: 100%;
          font: inherit;
          vertical-align: baseline;
          margin: 0;
          padding: 0;
          outline: 0;
          text-decoration: none;
          cursor: pointer;
          transition: border-radius .3s ease;
          width: 35px;
          height: 35px;
          border-radius: 20px;
          display: inline-block;
          margin-top: 0; }
          .my-apps .table-content .row-content .edit-btn .more-info i {
            -webkit-box-direction: normal;
            cursor: pointer;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            line-height: 35px;
            text-align: center;
            display: block; }
  .my-apps .info-app {
    display: none;
    -webkit-box-direction: normal;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    float: left !important;
    width: 100%;
    font-size: 13px;
    color: #666;
    box-sizing: border-box;
    margin-top: 20px;
    border-top: 1px solid #DEE2EC;
    padding: 10px 0 20px;
    padding-bottom: 0; }
    .my-apps .info-app .subtable-heading {
      -webkit-box-direction: normal;
      color: #00023E;
      border: 0;
      font: inherit;
      vertical-align: baseline;
      margin: 0;
      position: relative;
      float: left !important;
      width: 100%;
      box-sizing: border-box;
      font-size: 18px;
      padding: 0; }
    .my-apps .info-app .table-head {
      -webkit-box-direction: normal;
      border: 0;
      font: inherit;
      vertical-align: baseline;
      margin: 0;
      width: 100%;
      float: left;
      margin-top: 15px;
      margin-bottom: 30px;
      font-size: 13px;
      color: #666;
      box-sizing: border-box; }
      .my-apps .info-app .table-head .div-name {
        -webkit-box-direction: normal;
        border: 0;
        font: inherit;
        vertical-align: baseline;
        margin: 0;
        float: left;
        font-size: 13px;
        color: #6A7BA3;
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: 20px; }
        .my-apps .info-app .table-head .div-name p {
          margin-right: 10px;
          color: #6A7BA3;
          font-family: 'Inter', sans-serif;
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 19px; }
        .my-apps .info-app .table-head .div-name input {
          background: #F6F9FF;
          border: 1px solid #BCCBEA;
          box-sizing: border-box;
          border-radius: 4px;
          width: 160px;
          height: 34px;
          margin-right: 10px;
          outline: none !important;
          outline-width: 0 !important;
          box-shadow: none;
          -moz-box-shadow: none;
          -webkit-box-shadow: none; }
        .my-apps .info-app .table-head .div-name .edit-name {
          -webkit-box-direction: normal;
          border: 0;
          font-size: 100%;
          font: inherit;
          vertical-align: baseline;
          margin: 0;
          padding: 0;
          outline: 0;
          text-decoration: none;
          cursor: pointer;
          transition: border-radius .3s ease;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          display: inline-block;
          margin-top: 0;
          background: #4177e0;
          color: #fff; }
          .my-apps .info-app .table-head .div-name .edit-name i {
            -webkit-box-direction: normal;
            cursor: pointer;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            color: #fff;
            line-height: 35px;
            text-align: center;
            display: block; }
      .my-apps .info-app .table-head .div-user {
        -webkit-box-direction: normal;
        border: 0;
        font: inherit;
        vertical-align: baseline;
        margin: 0;
        width: 20%;
        float: left;
        font-size: 13px;
        color: #666;
        box-sizing: border-box;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 20px; }
        .my-apps .info-app .table-head .div-user p {
          color: #00023E;
          font-family: 'Inter', sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 20px; }
        .my-apps .info-app .table-head .div-user span {
          text-transform: none; }
      .my-apps .info-app .table-head .div-pass {
        -webkit-box-direction: normal;
        border: 0;
        font: inherit;
        vertical-align: baseline;
        margin: 0;
        width: 20%;
        float: left;
        font-size: 13px;
        color: #666;
        box-sizing: border-box;
        margin-top: 0;
        margin-bottom: 20px; }
        .my-apps .info-app .table-head .div-pass p {
          margin-right: 10px;
          color: #00023E;
          font-family: 'Inter', sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 20px; }
        .my-apps .info-app .table-head .div-pass span {
          text-transform: none; }

.metrics {
  font-family: 'Inter', sans-serif; }
  .metrics .container-section {
    margin-top: -140px; }
  .metrics .div-tutorial {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (min-width: 768px) {
      .metrics .div-tutorial {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end; } }
    .metrics .div-tutorial .btn-vide-info {
      width: 172px;
      height: 46px;
      background: none;
      border-radius: 50px;
      color: #32416D;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-evenly;
      align-items: center;
      border: 2px solid #32416D;
      font-weight: bold;
      font-size: 16px;
      line-height: 22px; }
      .metrics .div-tutorial .btn-vide-info i {
        font-size: 20px; }
  .metrics h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #96A3C4;
    margin-bottom: 1rem; }
    .metrics h1 a {
      font-size: 17px; }
    @media (min-width: 991px) {
      .metrics h1 {
        font-size: 28px;
        line-height: 34px; } }
  .metrics .header-view {
    height: 165px; }
  .metrics .icon-metrics {
    margin-bottom: 20px;
    width: 57px;
    height: 42.55px; }

/* My Funnels */
.my-funnels {
  font-family: 'Inter', sans-serif; }
  .my-funnels .modal {
    padding-right: 0px !important; }
    .my-funnels .modal .modal-content {
      background: #F4F6F9;
      border-radius: 4px;
      padding: 10px; }
      .my-funnels .modal .modal-content .modal-header {
        display: block;
        text-align: center;
        border-bottom: none; }
        .my-funnels .modal .modal-content .modal-header .modal-title {
          margin: 0 auto;
          width: 100%;
          font-weight: bold;
          font-size: 22px;
          line-height: 1.2;
          display: flex;
          align-items: center;
          text-align: center;
          color: #00023E; }
        .my-funnels .modal .modal-content .modal-header .close {
          outline: none;
          padding: 0;
          width: 30px;
          height: 30px; }
      .my-funnels .modal .modal-content .modal-body h5 {
        display: block;
        margin-bottom: 20px;
        text-align: center;
        border-bottom: none;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 30px;
        color: #00023E; }
      .my-funnels .modal .modal-content .modal-body .name-project {
        border: none;
        border-radius: 0;
        background: none;
        border-bottom: 1px solid #96A3C4;
        margin-bottom: 30px;
        outline: none !important;
        outline-width: 0 !important;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none; }
      .my-funnels .modal .modal-content .modal-body .info-alert {
        padding: 20px;
        color: #fff;
        background: #EB5757;
        margin-bottom: 30px;
        text-align: center; }
      .my-funnels .modal .modal-content .modal-body button {
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #FFF;
        background: #1FB6FF;
        border-radius: 48px;
        margin-bottom: 15px;
        width: 211px;
        height: 48px;
        border-radius: 50px; }
      .my-funnels .modal .modal-content .modal-body .btn-cancel {
        background: #828282; }
      .my-funnels .modal .modal-content .modal-body .name-project-funnel,
      .my-funnels .modal .modal-content .modal-body .name-project-website {
        margin-bottom: 20px;
        text-align: center;
        background: #F4F6F9;
        border: none;
        border-radius: 0 !important;
        border-bottom: 1px solid #96A3C4; }
      .my-funnels .modal .modal-content .modal-body .div-template-funnels .list-templates .box-card,
      .my-funnels .modal .modal-content .modal-body .div-template-website .list-templates .box-card {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center; }
        .my-funnels .modal .modal-content .modal-body .div-template-funnels .list-templates .box-card .card,
        .my-funnels .modal .modal-content .modal-body .div-template-website .list-templates .box-card .card {
          width: 100%; }
        .my-funnels .modal .modal-content .modal-body .div-template-funnels .list-templates .box-card .page-thumb,
        .my-funnels .modal .modal-content .modal-body .div-template-website .list-templates .box-card .page-thumb {
          -webkit-transition: background-position 2.5s ease-in-out;
          -moz-transition: background-position 2.5s ease-in-out;
          transition: background-position 2.5s ease-in-out;
          cursor: pointer;
          background-position: 0 0;
          background-repeat: no-repeat;
          -webkit-transition: transform .4s ease-in-out;
          -moz-transition: transform .4s ease-in-out;
          -ms-transition: transform .4s ease-in-out;
          -o-transition: transform .4s ease-in-out;
          transition: transform .4s ease-in-out;
          -webkit-transition: background-position 2.5s ease-in-out;
          -moz-transition: background-position 2.5s ease-in-out;
          transition: background-position 2.5s;
          background-size: cover;
          webkit-box-shadow: 1px 3px 44px 0 rgba(0, 0, 0, 0.05);
          -moz-box-shadow: 3px 3px 44px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 44px 0 black;
          width: 100%;
          height: 270px;
          float: left; }
        .my-funnels .modal .modal-content .modal-body .div-template-funnels .list-templates .box-card .page-thumb:hover,
        .my-funnels .modal .modal-content .modal-body .div-template-website .list-templates .box-card .page-thumb:hover {
          background-position: 0 100%; }
      .my-funnels .modal .modal-content .modal-body .div-template-funnels .div-category,
      .my-funnels .modal .modal-content .modal-body .div-template-website .div-category {
        background: #fff;
        padding: 0; }
      .my-funnels .modal .modal-content .modal-body .div-template-funnels .category-title,
      .my-funnels .modal .modal-content .modal-body .div-template-website .category-title {
        padding: 5px;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        background: #32416D;
        color: #fff;
        text-align: center; }
      .my-funnels .modal .modal-content .modal-body .div-template-funnels ul,
      .my-funnels .modal .modal-content .modal-body .div-template-website ul {
        color: #96A3C4;
        width: 190px;
        margin: 0 auto;
        padding: 0;
        margin-top: 20px; }
        .my-funnels .modal .modal-content .modal-body .div-template-funnels ul li,
        .my-funnels .modal .modal-content .modal-body .div-template-website ul li {
          list-style: none;
          padding-top: 15px;
          border-bottom: 0.5px solid #E0E0E0;
          cursor: pointer; }
      .my-funnels .modal .modal-content .modal-body .div-template-funnels .card .card-body .card-title,
      .my-funnels .modal .modal-content .modal-body .div-template-website .card .card-body .card-title {
        margin-bottom: 20px;
        margin-top: 0px;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px; }
      .my-funnels .modal .modal-content .modal-body .div-template-funnels .card .card-body .card-text,
      .my-funnels .modal .modal-content .modal-body .div-template-website .card .card-body .card-text {
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 20px;
        color: #96A3C4; }
      .my-funnels .modal .modal-content .modal-body .div-template-funnels .card .card-body .btns,
      .my-funnels .modal .modal-content .modal-body .div-template-website .card .card-body .btns {
        display: flex;
        justify-content: center;
        flex-flow: wrap;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center; }
        .my-funnels .modal .modal-content .modal-body .div-template-funnels .card .card-body .btns .btn-primary,
        .my-funnels .modal .modal-content .modal-body .div-template-website .card .card-body .btns .btn-primary {
          background: #1FB6FF;
          border-radius: 30px;
          border: none;
          width: 132px;
          margin: 0 auto;
          margin-bottom: 10px; }
        .my-funnels .modal .modal-content .modal-body .div-template-funnels .card .card-body .btns .load-demo,
        .my-funnels .modal .modal-content .modal-body .div-template-website .card .card-body .btns .load-demo {
          padding-top: 10px;
          font-size: 14px;
          line-height: 19px;
          color: #96A3C4;
          margin: 0 auto; }
      .my-funnels .modal .modal-content .modal-body .div-end-buy-project .error-alert-publish-funnel,
      .my-funnels .modal .modal-content .modal-body .div-end-buy-project .alert-success-publish-funnel,
      .my-funnels .modal .modal-content .modal-body .div-end-buy-project .error-alert-publish-website,
      .my-funnels .modal .modal-content .modal-body .div-end-buy-project .alert-success-publish-website,
      .my-funnels .modal .modal-content .modal-body .div-end-buy-project .error-alert-delete-funnel,
      .my-funnels .modal .modal-content .modal-body .div-end-buy-project .alert-success-delete-funnel {
        display: none; }
  .my-funnels .info .alert {
    background: #4177e0;
    color: white; }
  .my-funnels .content-header {
    margin-bottom: 15px;
    padding: 0; }
  .my-funnels .videos-list {
    padding: 20px 40px !important;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: 240px 240px;
    padding: 10px;
    justify-content: space-around;
    grid-column-gap: 0;
    grid-row-gap: 0; }
  .my-funnels .videos-list .card-vid {
    background: none;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    opacity: 0.8; }
  .my-funnels .videos-list .card-vid:hover {
    opacity: 1; }
  .my-funnels .videos-list .card {
    background: none !important;
    cursor: pointer;
    color: #96A3C4;
    filter: none !important;
    box-shadow: none !important;
    margin: 0 !important; }
  .my-funnels .videos-list .card-img-top {
    width: 100%;
    height: 126px !important;
    border-radius: 10px;
    overflow: hidden; }
  .my-funnels .videos-list .card-img-top img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    transition: width 0.5s; }
  .my-funnels .videos-list .card-body {
    padding: 0;
    margin-top: 10px !important;
    font-size: 12px !important; }
  .my-funnels .videos-list .card-subtitle {
    font-size: 14px !important;
    margin-top: 0px !important;
    color: #00023E !important;
    font-weight: 500; }
  @media only screen and (max-width: 1200px) {
    .my-funnels .videos-list {
      padding: 20px 40px !important;
      padding-bottom: 20px;
      display: grid;
      grid-template-columns: 230px 230px 230px 230px;
      padding: 10px;
      justify-content: center;
      grid-column-gap: 0;
      grid-row-gap: 0; } }
  @media only screen and (max-width: 992px) {
    .my-funnels .videos-list {
      padding: 20px 40px !important;
      padding-bottom: 20px;
      display: grid;
      grid-template-columns: 240px 240px;
      padding: 10px;
      justify-content: center;
      grid-column-gap: 0;
      grid-row-gap: 0; } }
  @media only screen and (max-width: 576px) {
    .my-funnels .videos-list {
      padding: 20px 20px !important;
      padding-bottom: 20px;
      display: grid;
      grid-template-columns: 180px 180px;
      justify-content: center;
      grid-column-gap: 0;
      grid-row-gap: 0; }
    .my-funnels .videos-list .card-img-top {
      width: 100%;
      height: 100px !important;
      border-radius: 10px;
      overflow: hidden; } }
  .my-funnels .box-list {
    box-shadow: none;
    padding-top: 30px; }
    .my-funnels .box-list .content-btns-more-fw {
      margin-bottom: 10px; }
  .my-funnels h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #96A3C4;
    margin-bottom: 1rem; }
    .my-funnels h1 a {
      font-size: 17px; }
    @media (min-width: 991px) {
      .my-funnels h1 {
        font-size: 28px;
        line-height: 34px; } }
  .my-funnels .div-tutorial {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (min-width: 768px) {
      .my-funnels .div-tutorial {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end; } }
    .my-funnels .div-tutorial .btn-vide-info {
      width: 172px;
      height: 46px;
      background: none;
      border-radius: 50px;
      color: #32416D;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-evenly;
      align-items: center;
      border: 2px solid #32416D;
      font-weight: bold;
      font-size: 16px;
      line-height: 22px; }
      .my-funnels .div-tutorial .btn-vide-info i {
        font-size: 20px; }
  .my-funnels .header-view {
    height: 165px; }
  .my-funnels .header-view {
    height: 165px; }
  .my-funnels .btn-more-funnels,
  .my-funnels .btn-more-websites {
    width: 255px;
    height: 43px;
    background: #00023E;
    box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff; }
    .my-funnels .btn-more-funnels:hover, .my-funnels .btn-more-funnels:focus,
    .my-funnels .btn-more-websites:hover,
    .my-funnels .btn-more-websites:focus {
      background-color: #00023E; }
  .my-funnels .btn-more-websites {
    margin-left: 15px; }
  .my-funnels .btn-more-apps-disabled {
    width: 211px;
    height: 48px;
    background: grey;
    border-color: grey;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #00023E;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    -webkit-appearance: none; }
  .my-funnels .count-apps {
    margin: 0;
    margin-bottom: 20px; }
  .my-funnels .projects {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    color: #96A3C4; }
  .my-funnels .num-projects {
    margin-left: 5px;
    display: inline-flex;
    padding: 12px 20px;
    background: #EEF0F6;
    box-shadow: 1px 1px 5px #EEF0F6, inset -2px -2px 3px #FCFEFF, inset -10px -10px 31px #FFFFFF, inset 2px 2px 6px #96A3C4;
    border-radius: 8px; }
    .my-funnels .num-projects span {
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: normal;
      color: #96A3C4;
      font-weight: 700;
      font-size: 28px;
      line-height: 28px; }
  .my-funnels .container-section {
    margin-top: -140px; }
  .my-funnels .head-table {
    -webkit-box-direction: normal;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    width: 100%;
    float: left;
    padding: 15px 0; }
    .my-funnels .head-table .head-text {
      -webkit-box-direction: normal;
      border: 0;
      font: inherit;
      vertical-align: baseline;
      margin: 0;
      float: left;
      padding: 0 13px;
      font-size: 13px;
      color: #96A3C4;
      box-sizing: border-box;
      text-transform: uppercase; }
  .my-funnels .search-box {
    -webkit-box-direction: normal;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    width: 7.5%;
    float: left;
    font-size: 13px;
    color: #96A3C4;
    box-sizing: border-box;
    text-transform: uppercase; }
    .my-funnels .search-box .search-toggle,
    .my-funnels .search-box .filter-toggle {
      -webkit-box-direction: normal;
      text-transform: uppercase;
      border: 0;
      vertical-align: baseline;
      margin: 0;
      padding: 0;
      outline: 0;
      text-decoration: none;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      width: 35px;
      height: 35px;
      border-radius: 50px;
      line-height: 35px !important;
      text-align: center;
      cursor: pointer;
      background: #EEF0F6;
      box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
      transition: all 0.3s ease; }
    .my-funnels .search-box .search-toggle {
      margin-right: 10px; }
    .my-funnels .search-box .search-toggle:hover,
    .my-funnels .search-box .filter-toggle:hover {
      background: #00023E;
      color: white; }
    .my-funnels .search-box .search-toggle:active,
    .my-funnels .search-box .filter-toggle:active {
      background: #00023E;
      color: white; }
  .my-funnels .search-row {
    display: none;
    -webkit-box-direction: normal;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    background: #F4F6F9;
    padding: 15px 0;
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .my-funnels .search-row input {
      -webkit-box-direction: normal;
      padding: 17px 20px;
      border-radius: 35px;
      border: 1px solid #e1e1e1;
      outline: 0;
      margin-right: 10px;
      height: 10px;
      background: #FFFFFF;
      border: 1px solid #4177e0;
      box-sizing: border-box;
      border-radius: 4px; }
    .my-funnels .search-row a {
      -webkit-box-direction: normal;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline;
      margin: 0;
      padding: 0;
      outline: 0;
      text-decoration: none;
      cursor: pointer;
      transition: border-radius .3s ease;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      display: inline-block;
      margin-top: 0;
      background: #4177e0;
      color: #fff; }
      .my-funnels .search-row a i {
        -webkit-box-direction: normal;
        cursor: pointer;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        color: #fff;
        line-height: 30px;
        text-align: center;
        display: block; }
    .my-funnels .search-row a:hover {
      color: #fff; }
    .my-funnels .search-row .filter-search {
      display: flex; }
      .my-funnels .search-row .filter-search .form-check {
        display: inline !important;
        color: #BDBDBD;
        cursor: pointer;
        margin: 3px;
        padding: 0;
        line-height: 0px;
        padding-right: 10px;
        padding-left: 20px; }
        .my-funnels .search-row .filter-search .form-check input {
          -ms-transform: scale(1.5);
          -moz-transform: scale(1.5);
          -webkit-transform: scale(1.5);
          -o-transform: scale(1.5);
          transform: scale(1.5);
          padding: 10px;
          cursor: pointer; }
        .my-funnels .search-row .filter-search .form-check .form-check-label {
          cursor: pointer;
          line-height: 15px;
          font-size: 15px;
          line-height: 15px;
          color: #96A3C4; }
      .my-funnels .search-row .filter-search input[type="checkbox"] {
        visibility: hidden;
        display: none; }
      .my-funnels .search-row .filter-search input[type="checkbox"] + label:before {
        border: 1px solid #4177e0;
        border-radius: 2px;
        background: #fff;
        content: "\00a0";
        display: inline-block;
        font: 16px/1em sans-serif;
        font-weight: bold;
        height: 16px;
        margin: 0 .25em 0 0;
        padding: 0;
        vertical-align: top;
        width: 16px; }
      .my-funnels .search-row .filter-search input[type="checkbox"]:checked + label:before {
        background: #fff;
        color: #4177e0;
        content: "\2713";
        text-align: center; }
      .my-funnels .search-row .filter-search input[type="checkbox"]:checked + label:after {
        font-weight: bold; }
      .my-funnels .search-row .filter-search input[type="checkbox"]:focus + label::before {
        outline: #4177e0; }
  .my-funnels .table-content {
    -webkit-box-direction: normal;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    background: #EEF0F6;
    box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
    border-radius: 15px;
    padding: 10px 20px;
    width: 100%; }
    .my-funnels .table-content.type-site {
      box-shadow: -1px -1px 4px #00023E, 6px 6px 8px #9AAED0 !important; }
      .my-funnels .table-content.type-site .row-content i.fa-circle.status {
        color: #00023E !important; }
    .my-funnels .table-content .row-content {
      -webkit-box-direction: normal;
      border: 0;
      font: inherit;
      vertical-align: baseline;
      margin: 0;
      box-sizing: border-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      padding: 0;
      width: 100%;
      float: left;
      font-size: 14px;
      line-height: 19px;
      color: #96A3C4; }
      .my-funnels .table-content .row-content .name-proyect {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .my-funnels .table-content .row-content .status {
        color: #00023E; }
      .my-funnels .table-content .row-content .edit-btn {
        -webkit-box-direction: normal;
        border: 0;
        font: inherit;
        vertical-align: baseline;
        margin: 0;
        float: left;
        font-size: 13px;
        color: #666;
        box-sizing: border-box;
        padding: 0 3px;
        width: auto;
        text-align: center; }
        .my-funnels .table-content .row-content .edit-btn .more-info {
          -webkit-box-direction: normal;
          border: 0;
          font-size: 100%;
          font: inherit;
          vertical-align: baseline;
          margin: 0;
          padding: 0;
          outline: 0;
          text-decoration: none;
          cursor: pointer;
          transition: border-radius .3s ease;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          display: inline-block;
          margin-top: 0; }
          .my-funnels .table-content .row-content .edit-btn .more-info i {
            -webkit-box-direction: normal;
            cursor: pointer;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            line-height: 35px;
            text-align: center;
            display: block; }
  .my-funnels .info-app {
    display: none;
    -webkit-box-direction: normal;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    float: left !important;
    width: 100%;
    font-size: 13px;
    color: #666;
    box-sizing: border-box;
    padding: 20px 0 0; }
    .my-funnels .info-app .subtable-heading {
      -webkit-box-direction: normal;
      color: #021346;
      border: 0;
      font: inherit;
      vertical-align: baseline;
      margin: 0;
      position: relative;
      float: left !important;
      width: 100%;
      box-sizing: border-box;
      font-size: 18px;
      padding: 0; }
    .my-funnels .info-app .table-head {
      -webkit-box-direction: normal;
      border: 0;
      font: inherit;
      vertical-align: baseline;
      margin: 0;
      width: 100%;
      float: left;
      border-bottom: 2px solid #e4e4e4;
      margin-bottom: 20px;
      font-size: 13px;
      color: #666;
      box-sizing: border-box; }
      .my-funnels .info-app .table-head .div-more-info {
        margin-top: 0;
        margin-bottom: 15px; }
        .my-funnels .info-app .table-head .div-more-info span {
          color: #00023E;
          font-size: 14px; }
        .my-funnels .info-app .table-head .div-more-info input {
          background: #F6F9FF;
          border: 1px solid #BCCBEA;
          box-sizing: border-box;
          border-radius: 4px;
          width: calc(100% - 90px);
          height: 35px;
          margin-right: 10px;
          outline: none !important;
          outline-width: 0 !important;
          box-shadow: none;
          -moz-box-shadow: none;
          -webkit-box-shadow: none; }
          @media (min-width: 991px) {
            .my-funnels .info-app .table-head .div-more-info input {
              width: 60%; } }
        .my-funnels .info-app .table-head .div-more-info .edit-name,
        .my-funnels .info-app .table-head .div-more-info .edit-domain,
        .my-funnels .info-app .table-head .div-more-info .edit-admin {
          -webkit-box-direction: normal;
          border: 0;
          font-size: 100%;
          font: inherit;
          vertical-align: baseline;
          margin: 0;
          padding: 0;
          outline: 0;
          text-decoration: none;
          cursor: pointer;
          transition: border-radius .3s ease;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          display: inline-block;
          margin-top: 0;
          background: #1FB6FF;
          color: #fff; }
          .my-funnels .info-app .table-head .div-more-info .edit-name i,
          .my-funnels .info-app .table-head .div-more-info .edit-domain i,
          .my-funnels .info-app .table-head .div-more-info .edit-admin i {
            -webkit-box-direction: normal;
            cursor: pointer;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            color: #fff;
            line-height: 35px;
            text-align: center;
            display: block; }
        .my-funnels .info-app .table-head .div-more-info .roles-funnel-admins {
          margin-bottom: 15px; }
          .my-funnels .info-app .table-head .div-more-info .roles-funnel-admins .form-check {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: flex-start;
            align-items: center;
            padding: 0; }
            .my-funnels .info-app .table-head .div-more-info .roles-funnel-admins .form-check .rol-admin {
              box-shadow: none;
              height: auto;
              cursor: pointer;
              width: auto;
              margin-right: 10px !important; }
            .my-funnels .info-app .table-head .div-more-info .roles-funnel-admins .form-check label {
              cursor: pointer; }
        .my-funnels .info-app .table-head .div-more-info .delete-domain, .my-funnels .info-app .table-head .div-more-info .config-domain,
        .my-funnels .info-app .table-head .div-more-info .del-admin {
          border: 0;
          font-size: 100%;
          font: inherit;
          vertical-align: baseline;
          margin: 0;
          padding: 0;
          outline: 0;
          text-decoration: none;
          cursor: pointer;
          transition: border-radius 0.3s ease;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          display: inline-block;
          margin-top: 0;
          background: #151B40;
          color: #fff;
          margin-left: 10px; }
          .my-funnels .info-app .table-head .div-more-info .delete-domain i, .my-funnels .info-app .table-head .div-more-info .config-domain i,
          .my-funnels .info-app .table-head .div-more-info .del-admin i {
            -webkit-box-direction: normal;
            cursor: pointer;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            color: #fff;
            line-height: 35px;
            text-align: center;
            display: block; }
        .my-funnels .info-app .table-head .div-more-info .p-title {
          margin-bottom: 10px;
          color: #021346; }
        .my-funnels .info-app .table-head .div-more-info .btn-copy-url {
          color: #4177e0;
          background: #fff;
          margin-right: 10px;
          border-radius: 34px;
          width: 34px;
          height: 34px;
          padding: 0; }
      .my-funnels .info-app .table-head .div-admins {
        background: #EEF0F6;
        box-shadow: 1px 1px 5px #EEF0F6, inset -2px -2px 3px #FCFEFF, inset -10px -10px 31px #FFFFFF, inset 2px 2px 6px #96A3C4;
        border-radius: 8px;
        padding: 10px;
        border: none; }
    .my-funnels .info-app .row-btn-apps .div-btn-login {
      display: flex;
      justify-content: start;
      align-items: center; }
      .my-funnels .info-app .row-btn-apps .div-btn-login .title-btn-login {
        display: block;
        font-size: 16px;
        line-height: 45px;
        color: #021346;
        margin-left: 8px; }
      .my-funnels .info-app .row-btn-apps .div-btn-login .btn-login-responsive {
        color: #fff;
        font-size: 20px;
        justify-content: center;
        text-align: center;
        border-radius: 50%;
        background: #1FB6FF;
        width: 48px;
        height: 48px; }
    .my-funnels .info-app .row-btn-apps .btn-rest-unpublish {
      width: 211px;
      height: 48px;
      background: #151B40;
      border-radius: 50px;
      font-family: 'Inter', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      color: #fff;
      margin-bottom: 15px;
      margin-top: 20px; }
    .my-funnels .info-app .row-btn-apps .content-btns-funnels {
      display: flex;
      justify-content: center;
      align-items: baseline; }
    .my-funnels .info-app .row-btn-apps-top {
      margin-bottom: 20px; }
      .my-funnels .info-app .row-btn-apps-top span {
        color: #021346;
        font-size: 16px; }

.my-addons {
  font-family: 'Inter', sans-serif; }
  .my-addons .div-tutorial {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (min-width: 768px) {
      .my-addons .div-tutorial {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end; } }
    .my-addons .div-tutorial .btn-vide-info {
      width: 172px;
      height: 46px;
      background: none;
      border-radius: 50px;
      color: #32416D;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-evenly;
      align-items: center;
      border: 2px solid #32416D;
      font-weight: bold;
      font-size: 16px;
      line-height: 22px; }
      .my-addons .div-tutorial .btn-vide-info i {
        font-size: 20px; }
  .my-addons h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #96A3C4;
    margin-bottom: 1rem; }
    .my-addons h1 a {
      font-size: 17px; }
    @media (min-width: 991px) {
      .my-addons h1 {
        font-size: 28px;
        line-height: 34px; } }
  .my-addons .header-view {
    height: 165px; }
  .my-addons .badge-primary {
    font-size: 15px;
    font-weight: 100;
    margin-top: -10px;
    background-color: #4177e0; }
  .my-addons .card-reviews .name-addon, .my-addons .card-idioma .name-addon, .my-addons .card-firma .name-addon, .my-addons .card-grupos .name-addon, .my-addons .card-email .name-addon {
    color: #021346;
    margin-bottom: 10px; }
  .my-addons .card-reviews .info-addon, .my-addons .card-idioma .info-addon, .my-addons .card-firma .info-addon, .my-addons .card-grupos .info-addon, .my-addons .card-email .info-addon {
    color: #96A3C4;
    font-weight: 200; }

.addons {
  font-family: 'Inter', sans-serif; }
  .addons .div-tutorial {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (min-width: 768px) {
      .addons .div-tutorial {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end; } }
    .addons .div-tutorial .btn-vide-info {
      width: 172px;
      height: 46px;
      background: none;
      border-radius: 50px;
      color: #32416D;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-evenly;
      align-items: center;
      border: 2px solid #32416D;
      font-weight: bold;
      font-size: 16px;
      line-height: 22px; }
      .addons .div-tutorial .btn-vide-info i {
        font-size: 20px; }
  .addons .box-list {
    background: white;
    padding: 15px;
    border-radius: 8px;
    filter: drop-shadow(2px 2px 15px rgba(74, 164, 240, 0.2));
    box-shadow: none; }
  .addons h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #96A3C4;
    margin-bottom: 1rem; }
    .addons h1 a {
      font-size: 17px; }
    @media (min-width: 991px) {
      .addons h1 {
        font-size: 28px;
        line-height: 34px; } }
  .addons .header-view {
    height: 165px; }
  .addons iframe {
    border-radius: 10px; }
  .addons .card {
    box-shadow: none; }
    .addons .card .card-header {
      border: none; }
      .addons .card .card-header .list-opts {
        margin: 0 auto; }
      .addons .card .card-header .nav-pills .nav-link.active, .addons .card .card-header .nav-pills .show > .nav-link {
        color: #021346;
        font-weight: 600;
        border-bottom: 3px solid #4177e0;
        border-radius: 0;
        background: none; }
      .addons .card .card-header .nav-pills .nav-link {
        color: #021346;
        font-weight: 600; }
      .addons .card .card-header .nav-pills .nav-link:not(.active):hover {
        color: #021346;
        font-weight: 600; }
    .addons .card .card-body input, .addons .card .card-body select {
      background: #F4F6F9;
      border-radius: 15px;
      border: none;
      outline: none !important;
      outline-width: 0 !important;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none; }
    .addons .card .card-body .form-group label {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 19px;
      color: #96A3C4; }
    .addons .card .card-body input[type="checkbox"] {
      visibility: hidden;
      display: none; }
    .addons .card .card-body .form-check {
      padding: 0;
      line-height: 0px;
      padding-right: 10px;
      margin-bottom: 10px; }
      .addons .card .card-body .form-check .form-check-label {
        cursor: pointer;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        color: #021346;
        line-height: 15px; }
    .addons .card .card-body input[type="checkbox"] + label:before {
      border: 1px solid #4177e0;
      border-radius: 2px;
      background: #fff;
      content: "\00a0";
      display: inline-block;
      font: 16px/1em sans-serif;
      font-weight: bold;
      height: 16px;
      margin: 0 .25em 0 0;
      padding: 0;
      vertical-align: top;
      width: 16px;
      margin-right: 10px; }
    .addons .card .card-body input[type="checkbox"]:checked + label:before {
      background: #fff;
      color: #4177e0;
      content: "\2713";
      text-align: center; }
    .addons .card .card-body input[type="checkbox"]:checked + label:after {
      font-weight: bold; }
    .addons .card .card-body input[type="checkbox"]:focus + label::before {
      outline: #4177e0; }
  .addons #accordion .card {
    margin: 0; }
    .addons #accordion .card .card-header {
      padding: 0; }
      .addons #accordion .card .card-header h5 {
        display: flex;
        justify-content: space-between;
        justify-items: center;
        color: #96A3C4;
        font-size: 16px;
        border-bottom: 0.5px solid #E0E0E0;
        padding-bottom: 3px;
        cursor: pointer; }
        .addons #accordion .card .card-header h5 i {
          color: #4177e0; }
    .addons #accordion .card .card-body {
      font-weight: 300;
      font-size: 14px;
      line-height: 19px;
      color: #96A3C4;
      padding: 10px;
      background: #F9FAFB; }

.profile {
  font-family: 'Inter', sans-serif;
  background: white; }
  .profile .content-header {
    margin-bottom: 0;
    padding: 0; }
  .profile .div-tutorial {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (min-width: 768px) {
      .profile .div-tutorial {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end; } }
    .profile .div-tutorial .btn-vide-info {
      width: 172px;
      height: 46px;
      background: none;
      border-radius: 50px;
      color: #32416D;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-evenly;
      align-items: center;
      border: 2px solid #32416D;
      font-weight: bold;
      font-size: 16px;
      line-height: 22px; }
      .profile .div-tutorial .btn-vide-info i {
        font-size: 20px; }
  .profile .box-list {
    padding: 0; }
  .profile h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #96A3C4;
    margin-bottom: 1rem; }
    .profile h1 a {
      font-size: 17px; }
    @media (min-width: 991px) {
      .profile h1 {
        font-size: 28px;
        line-height: 34px; } }
  .profile .header-view {
    height: 165px; }
  .profile .modal .modal-content {
    background: #F4F6F9;
    border: none; }
    .profile .modal .modal-content .modal-header h5 {
      font-size: 22px;
      color: #021346;
      text-align: center !important; }
    .profile .modal .modal-content .modal-header .close {
      outline: none;
      padding: 0;
      width: 30px;
      height: 30px;
      font-size: 1.5rem;
      cursor: pointer;
      margin: -1rem -1rem -1rem auto;
      opacity: .5; }
    .profile .modal .modal-content .modal-header, .profile .modal .modal-content .modal-body {
      border-bottom: none; }
    .profile .modal .modal-content .modal-body {
      color: #021346;
      font-size: 16px;
      padding-bottom: 0px;
      font-weight: 300; }
      .profile .modal .modal-content .modal-body label {
        font-weight: 300;
        cursor: pointer; }
      .profile .modal .modal-content .modal-body input[type='radio'] {
        cursor: pointer; }
      .profile .modal .modal-content .modal-body input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #F6F9FF;
        content: '';
        border: 0px solid #F6F9FF; }
      .profile .modal .modal-content .modal-body input[type='radio']:checked:after {
        width: 9px;
        height: 9px;
        top: -7px;
        left: 2px;
        border-radius: 15px;
        position: relative;
        background-color: #4177e0;
        content: "";
        display: inline-block;
        visibility: visible;
        border: 0px solid #4177e0; }
    .profile .modal .modal-content .modal-footer {
      padding-top: 0;
      border-top: 0;
      justify-content: center; }
      .profile .modal .modal-content .modal-footer .btn-primary {
        margin-top: 20px;
        background: #4177e0;
        border-radius: 50px;
        width: 211px;
        height: 48px;
        font-weight: 600;
        font-size: 16px;
        border: none;
        line-height: 34px !important;
        outline: none; }
      .profile .modal .modal-content .modal-footer .btn-primary:active {
        background-color: #4177e0 !important; }
      .profile .modal .modal-content .modal-footer .btn-secondary {
        margin-top: 20px;
        background: #96A3C4;
        border-radius: 50px;
        width: 211px;
        height: 48px;
        font-weight: 600;
        font-size: 16px;
        border: none;
        line-height: 34px !important;
        outline: none; }
      .profile .modal .modal-content .modal-footer .btn-secondary:active {
        background-color: #96A3C4 !important; }
  .profile .head-profile {
    height: 135px;
    text-align: center;
    background: #DEE2EC;
    box-shadow: inset 4px 4px 8px #b4c7e7;
    border-radius: 15px; }
    .profile .head-profile .content-head-profile {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 5px 0; }
      .profile .head-profile .content-head-profile .img-user {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 95px;
        height: 95px;
        margin-right: 30px; }
      .profile .head-profile .content-head-profile .name-user {
        font-weight: bold;
        font-size: 16px;
        color: #00023E;
        text-align: left;
        margin-bottom: 5px; }
      .profile .head-profile .content-head-profile .email-user {
        font-size: 12px;
        color: #96A3C4;
        text-align: left;
        margin-bottom: 5px; }
      .profile .head-profile .content-head-profile .country-user {
        font-size: 12px;
        color: #96A3C4;
        text-align: left;
        margin-bottom: 5px; }
      .profile .head-profile .content-head-profile .plan-user {
        text-align: left;
        height: 23px;
        background: #4177e0;
        font-weight: bold;
        font-size: 12px;
        color: #FFFFFF;
        margin-bottom: 0;
        padding: 6px;
        line-height: 12px;
        text-transform: uppercase;
        border-radius: 8px;
        text-align: center; }
  .profile .setions-profile {
    padding-top: 20px; }
    .profile .setions-profile .content-body-profile {
      padding: 0; }
      .profile .setions-profile .content-body-profile .nav {
        justify-content: center; }
        .profile .setions-profile .content-body-profile .nav .nav-item .nav-link {
          font-size: 14px;
          color: #00023E; }
        .profile .setions-profile .content-body-profile .nav .nav-item .nav-link.active {
          background: none;
          border-bottom: 2px solid #4177e0;
          border-radius: 0; }
      .profile .setions-profile .content-body-profile hr {
        width: 50px;
        color: #F4F6F9;
        margin-top: 15px;
        margin-bottom: 20px; }
      .profile .setions-profile .content-body-profile #settings {
        padding-left: 200px;
        padding-right: 200px;
        padding-top: 50px;
        padding-bottom: 50px; }
        @media screen and (max-width: 1080px) {
          .profile .setions-profile .content-body-profile #settings {
            padding-right: 100px;
            padding-left: 100px; } }
        @media screen and (max-width: 756px) {
          .profile .setions-profile .content-body-profile #settings {
            padding-right: 16px;
            padding-left: 16px; } }
        .profile .setions-profile .content-body-profile #settings .div-info-settings {
          padding-right: 50px;
          border-right: 0.5px solid #CBD1DD; }
          .profile .setions-profile .content-body-profile #settings .div-info-settings .title {
            font-weight: bold;
            font-size: 24px;
            line-height: 38px;
            color: #00023E; }
          .profile .setions-profile .content-body-profile #settings .div-info-settings .description {
            font-weight: 300;
            font-size: 14px;
            color: #00023E; }
        .profile .setions-profile .content-body-profile #settings .div-settings {
          padding-left: 50px; }
          .profile .setions-profile .content-body-profile #settings .div-settings .form-group {
            margin-bottom: 20px; }
            .profile .setions-profile .content-body-profile #settings .div-settings .form-group label {
              font-style: normal;
              font-weight: 300;
              font-size: 14px;
              color: #00023E; }
            .profile .setions-profile .content-body-profile #settings .div-settings .form-group .label2 {
              font-size: 16px;
              line-height: 22px;
              font-weight: 300;
              color: #00023E; }
            .profile .setions-profile .content-body-profile #settings .div-settings .form-group select {
              border: none;
              box-sizing: border-box;
              margin-bottom: 20px;
              background: #F4F6F9;
              border-radius: 15px;
              cursor: pointer;
              height: 48px; }
            .profile .setions-profile .content-body-profile #settings .div-settings .form-group input {
              height: 48px;
              background: #FFFFFF;
              border: 1px solid #BCCBEA;
              box-sizing: border-box;
              border-radius: 15px; }
            .profile .setions-profile .content-body-profile #settings .div-settings .form-group button {
              padding: 0px; }
            .profile .setions-profile .content-body-profile #settings .div-settings .form-group #connect-project {
              margin-top: 20px;
              border: none;
              background: #4177e0;
              width: 207px;
              height: 48px; }
        @media screen and (max-width: 756px) {
          .profile .setions-profile .content-body-profile #settings .div-info-settings {
            padding-right: 0px;
            border-right: none;
            margin-bottom: 20px;
            padding: 7.5px; }
          .profile .setions-profile .content-body-profile #settings .div-settings {
            padding: 7.5px; } }
      .profile .setions-profile .content-body-profile #subscriptions {
        padding-left: 200px;
        padding-right: 200px;
        padding-top: 50px;
        padding-bottom: 50px; }
        @media screen and (max-width: 1080px) {
          .profile .setions-profile .content-body-profile #subscriptions {
            padding-right: 100px;
            padding-left: 100px; } }
        @media screen and (max-width: 756px) {
          .profile .setions-profile .content-body-profile #subscriptions {
            padding-right: 16px;
            padding-left: 16px; } }
        .profile .setions-profile .content-body-profile #subscriptions .div-info-subscription {
          padding-right: 50px;
          border-right: 0.5px solid #CBD1DD;
          margin-bottom: 0; }
          .profile .setions-profile .content-body-profile #subscriptions .div-info-subscription .title {
            font-weight: bold;
            font-size: 24px;
            line-height: 38px;
            color: #00023E;
            text-transform: uppercase; }
          .profile .setions-profile .content-body-profile #subscriptions .div-info-subscription .description {
            font-weight: 300;
            font-size: 14px;
            color: #00023E; }
        .profile .setions-profile .content-body-profile #subscriptions .div-table-subscription {
          padding-left: 50px; }
          .profile .setions-profile .content-body-profile #subscriptions .div-table-subscription table {
            margin-top: 20px;
            margin-bottom: 20px; }
          .profile .setions-profile .content-body-profile #subscriptions .div-table-subscription th {
            background: #00023E;
            border-radius: 15px 15px 0px 0px;
            color: #fff;
            text-align: center;
            border: none; }
          .profile .setions-profile .content-body-profile #subscriptions .div-table-subscription tbody {
            background: #F6F9FF; }
            .profile .setions-profile .content-body-profile #subscriptions .div-table-subscription tbody tr td p {
              margin-bottom: 0; }
            .profile .setions-profile .content-body-profile #subscriptions .div-table-subscription tbody tr td .name-suscription {
              font-size: 16px;
              line-height: 22px;
              color: #00023E;
              text-transform: uppercase; }
            .profile .setions-profile .content-body-profile #subscriptions .div-table-subscription tbody tr td .next-payment {
              font-size: 12px;
              line-height: 16px;
              color: #96A3C4; }
            .profile .setions-profile .content-body-profile #subscriptions .div-table-subscription tbody tr .total-amount {
              font-size: 16px;
              text-align: right;
              color: #00023E; }
            .profile .setions-profile .content-body-profile #subscriptions .div-table-subscription tbody tr .amount-suscription {
              font-size: 16px;
              text-align: right;
              color: #00023E; }
        .profile .setions-profile .content-body-profile #subscriptions .control-subscription .col-12 {
          display: flex;
          justify-content: center;
          align-items: center; }
        .profile .setions-profile .content-body-profile #subscriptions .control-subscription #-plan {
          margin-top: 30px;
          margin-bottom: 20px;
          background: #46E0D7;
          border-radius: 50px;
          border: none;
          width: 238px;
          height: 48px;
          outline: none !important;
          outline-width: 0 !important;
          box-shadow: none;
          -moz-box-shadow: none;
          -webkit-box-shadow: none; }
        .profile .setions-profile .content-body-profile #subscriptions .control-subscription #cancel_subscription {
          align-items: center;
          color: #fff;
          font-weight: 400;
          font-size: 16px;
          line-height: 19px;
          background: #4177e0;
          box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
          border-radius: 8px;
          padding: 12px 32px;
          transition: all 0.3s ease;
          border: none;
          background: #EB5757;
          width: 260px; }
          .profile .setions-profile .content-body-profile #subscriptions .control-subscription #cancel_subscription:hover, .profile .setions-profile .content-body-profile #subscriptions .control-subscription #cancel_subscription:focus {
            border: none;
            box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
        .profile .setions-profile .content-body-profile #subscriptions .control-subscription #active_subscription {
          background: #46E0D7;
          border-radius: 50px;
          border: none;
          color: #fff;
          width: 238px;
          height: 48px;
          outline: none !important;
          outline-width: 0 !important;
          box-shadow: none;
          -moz-box-shadow: none;
          -webkit-box-shadow: none; }
        .profile .setions-profile .content-body-profile #subscriptions .control-subscription .upgrade_subscription {
                            /*
                            -webkit-animation: vibrate 1s infinite;

                            @-webkit-keyframes vibrate{
                                0%  { -webkit-transform:rotateZ( 0deg); }
                                50% { -webkit-transform:rotateZ( 0deg) scale(1.1); }
                                100%{ -webkit-transform:rotateZ( 0deg); }
                            }
                            */ }
        @media screen and (max-width: 756px) {
          .profile .setions-profile .content-body-profile #subscriptions .div-info-subscription {
            padding-right: 0px;
            border-right: none;
            padding: 7.5px; }
          .profile .setions-profile .content-body-profile #subscriptions .div-table-subscription {
            padding: 7.5px; } }
        @media screen and (max-width: 576px) {
          .profile .setions-profile .content-body-profile #subscriptions .description {
            margin-bottom: 0; }
          .profile .setions-profile .content-body-profile #subscriptions .control-subscription {
            margin-bottom: 20px; } }
      .profile .setions-profile .content-body-profile #invoices {
        padding-top: 50px; }
        .profile .setions-profile .content-body-profile #invoices #invoicesTable_wrapper {
          margin-top: 20px;
          padding-right: 200px;
          padding-left: 200px;
          padding-bottom: 50px; }
          .profile .setions-profile .content-body-profile #invoices #invoicesTable_wrapper #invoicesTable_length label {
            display: flex;
            font-size: 16px;
            line-height: 22px;
            text-align: center;
            color: #96A3C4;
            font-weight: normal !important;
            margin-bottom: 20px; }
            .profile .setions-profile .content-body-profile #invoices #invoicesTable_wrapper #invoicesTable_length label select {
              margin-left: 10px;
              width: 55px;
              height: 22px;
              background: #CBD1DD;
              border-radius: 5px;
              font-weight: normal !important;
              padding: 0;
              padding-left: 10px;
              outline: none !important;
              outline-width: 0 !important;
              box-shadow: none;
              -moz-box-shadow: none;
              -webkit-box-shadow: none;
              color: #fff;
              cursor: pointer; }
          .profile .setions-profile .content-body-profile #invoices #invoicesTable_wrapper #invoicesTable_filter label {
            display: flex;
            justify-content: flex-end; }
            .profile .setions-profile .content-body-profile #invoices #invoicesTable_wrapper #invoicesTable_filter label .icon-search {
              margin-right: 15px;
              color: #4177e0; }
            .profile .setions-profile .content-body-profile #invoices #invoicesTable_wrapper #invoicesTable_filter label input {
              background: #FFFFFF;
              border: 1px solid #4177e0;
              box-sizing: border-box;
              border-radius: 4px;
              color: #021346;
              width: 330px;
              outline: none !important;
              outline-width: 0 !important;
              box-shadow: none;
              -moz-box-shadow: none;
              -webkit-box-shadow: none; }
          .profile .setions-profile .content-body-profile #invoices #invoicesTable_wrapper #invoicesTable_paginate .pagination {
            display: flex;
            justify-content: center;
            flex-wrap: wrap; }
            .profile .setions-profile .content-body-profile #invoices #invoicesTable_wrapper #invoicesTable_paginate .pagination .page-link {
              border: none;
              color: #96A3C4;
              font-weight: normal;
              font-size: 16px;
              outline: none !important;
              outline-width: 0 !important;
              box-shadow: none;
              -moz-box-shadow: none;
              -webkit-box-shadow: none; }
            .profile .setions-profile .content-body-profile #invoices #invoicesTable_wrapper #invoicesTable_paginate .pagination .page-item.active .page-link {
              background: none;
              color: #4177e0 !important;
              outline: none !important;
              outline-width: 0 !important;
              box-shadow: none;
              -moz-box-shadow: none;
              -webkit-box-shadow: none; }
        @media screen and (max-width: 1080px) {
          .profile .setions-profile .content-body-profile #invoices #invoicesTable_wrapper {
            padding-right: 100px;
            padding-left: 100px; } }
        @media screen and (max-width: 756px) {
          .profile .setions-profile .content-body-profile #invoices #invoicesTable_wrapper {
            padding-right: 0px;
            padding-left: 0px; } }
        @media screen and (max-width: 574px) {
          .profile .setions-profile .content-body-profile #invoices #invoicesTable_length label {
            display: flex;
            justify-content: center; } }
        .profile .setions-profile .content-body-profile #invoices #invoicesTable th {
          font-weight: normal;
          font-size: 16px;
          text-align: center; }
        .profile .setions-profile .content-body-profile #invoices #invoicesTable tr td {
          color: #96A3C4;
          font-weight: normal;
          font-size: 14px;
          text-align: center; }
          .profile .setions-profile .content-body-profile #invoices #invoicesTable tr td a {
            margin: 0 auto; }
      .profile .setions-profile .content-body-profile #data {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px;
        padding-bottom: 50px; }
        @media screen and (max-width: 1080px) {
          .profile .setions-profile .content-body-profile #data {
            padding-right: 25px;
            padding-left: 25px; } }
        @media screen and (max-width: 756px) {
          .profile .setions-profile .content-body-profile #data {
            padding-right: 16px;
            padding-left: 16px; } }
        .profile .setions-profile .content-body-profile #data .div-left-nav .list-group {
          background: #FFFFFF;
          box-shadow: 2px 2px 15px rgba(74, 164, 240, 0.2);
          border-radius: 8px;
          border: none;
          padding: 30px; }
          .profile .setions-profile .content-body-profile #data .div-left-nav .list-group a {
            border-bottom: 0.5px solid #CBD1DD !important; }
          .profile .setions-profile .content-body-profile #data .div-left-nav .list-group .list-group-item {
            font-size: 16px;
            line-height: 25px;
            color: #96A3C4;
            border: none;
            padding-left: 0;
            margin-bottom: 0; }
          .profile .setions-profile .content-body-profile #data .div-left-nav .list-group .list-group-item:hover {
            background-color: none;
            background: none;
            border-right: 3px solid #4177e0; }
          .profile .setions-profile .content-body-profile #data .div-left-nav .list-group .list-group-item.active {
            color: #96A3C4;
            background-color: none;
            background: none;
            border-right: 3px solid #4177e0;
            border-radius: 0; }
        .profile .setions-profile .content-body-profile #data .div-forms, .profile .setions-profile .content-body-profile #data .div-forms-mobile {
          padding-left: 50px; }
          .profile .setions-profile .content-body-profile #data .div-forms p, .profile .setions-profile .content-body-profile #data .div-forms-mobile p {
            font-weight: normal;
            font-size: 22px; }
            .profile .setions-profile .content-body-profile #data .div-forms p.title, .profile .setions-profile .content-body-profile #data .div-forms-mobile p.title {
              font-weight: bold; }
          .profile .setions-profile .content-body-profile #data .div-forms label, .profile .setions-profile .content-body-profile #data .div-forms-mobile label {
            margin-top: 15px;
            font-size: 16px;
            color: #32416D;
            font-weight: 300; }
          .profile .setions-profile .content-body-profile #data .div-forms input, .profile .setions-profile .content-body-profile #data .div-forms-mobile input {
            background: #FFFFFF;
            border: 1px solid #BCCBEA;
            box-sizing: border-box;
            border-radius: 15px;
            height: 48px;
            font-weight: 300;
            font-size: 16px;
            color: #96A3C4; }
          .profile .setions-profile .content-body-profile #data .div-forms button, .profile .setions-profile .content-body-profile #data .div-forms-mobile button {
            background: #4177e0;
            width: 207px;
            height: 48px;
            font-weight: bold;
            font-size: 16px;
            color: #FFFFFF;
            border: none;
            outline: none !important;
            outline-width: 0 !important;
            margin-top: 20px;
            box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
            transition: all 0.3s ease; }
            .profile .setions-profile .content-body-profile #data .div-forms button:hover, .profile .setions-profile .content-body-profile #data .div-forms button:focus, .profile .setions-profile .content-body-profile #data .div-forms-mobile button:hover, .profile .setions-profile .content-body-profile #data .div-forms-mobile button:focus {
              border: none;
              box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
          .profile .setions-profile .content-body-profile #data .div-forms .form-horizontal .alert-success, .profile .setions-profile .content-body-profile #data .div-forms-mobile .form-horizontal .alert-success {
            font-size: 15px;
            color: #0F183E !important;
            background: #88F6DC !important;
            font-weight: bold;
            padding: 5px;
            border: none;
            border-radius: 0;
            margin-bottom: 0;
            text-align: center; }
          .profile .setions-profile .content-body-profile #data .div-forms .form-horizontal .alert-warning, .profile .setions-profile .content-body-profile #data .div-forms-mobile .form-horizontal .alert-warning {
            font-size: 15px;
            color: #0F183E !important;
            background: #FFBF0C !important;
            font-weight: bold;
            padding: 5px;
            border: none;
            border-radius: 0;
            margin-bottom: 0; }
          .profile .setions-profile .content-body-profile #data .div-forms .field-icon, .profile .setions-profile .content-body-profile #data .div-forms-mobile .field-icon {
            float: right;
            margin-left: -25px;
            margin-top: -25px;
            position: relative;
            z-index: 2;
            top: -9px;
            right: 15px;
            font-size: 18px;
            color: #96A3C4;
            cursor: pointer; }
        .profile .setions-profile .content-body-profile #data .div-forms-mobile {
          padding-left: 0px !important;
          padding-right: 0px !important; }
          .profile .setions-profile .content-body-profile #data .div-forms-mobile .card {
            margin-bottom: 0 !important;
            box-shadow: none; }
            .profile .setions-profile .content-body-profile #data .div-forms-mobile .card .card-header {
              background: #FFFFFF;
              border-bottom: 0.5px solid #CBD1DD;
              padding-bottom: 0;
              padding-top: 0; }
              .profile .setions-profile .content-body-profile #data .div-forms-mobile .card .card-header .card-title a {
                display: flex;
                justify-content: space-between;
                font-size: 16px;
                line-height: 22px;
                color: #96A3C4; }
                .profile .setions-profile .content-body-profile #data .div-forms-mobile .card .card-header .card-title a i {
                  color: #4177e0; }

.demos {
  font-family: 'Inter', sans-serif;
  margin-top: 50px; }
  .demos .header-view {
    height: 165px; }
  .demos .container-section {
    margin-top: -140px; }
    .demos .container-section h1 {
      font-family: 'Inter', sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 22px;
      line-height: 26px;
      color: #96A3C4;
      margin-bottom: 1rem; }
      .demos .container-section h1 a {
        font-size: 17px; }
      @media (min-width: 991px) {
        .demos .container-section h1 {
          font-size: 28px;
          line-height: 34px; } }
    .demos .container-section .div-tutorial {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media (min-width: 768px) {
        .demos .container-section .div-tutorial {
          -webkit-justify-content: flex-end;
          -moz-justify-content: flex-end;
          -ms-justify-content: flex-end;
          justify-content: flex-end; } }
      .demos .container-section .div-tutorial .btn-vide-info {
        width: 172px;
        height: 46px;
        background: none;
        border-radius: 50px;
        color: #32416D;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
        border: 2px solid #32416D;
        font-weight: bold;
        font-size: 16px;
        line-height: 22px; }
        .demos .container-section .div-tutorial .btn-vide-info i {
          font-size: 20px; }
    .demos .container-section .box-list {
      padding: 15px; }
      .demos .container-section .box-list .title-select-cat {
        background: #021346;
        border-radius: 8px 8px 0px 0px;
        font-size: 22px;
        color: #FFFFFF;
        height: 48px;
        width: 100%;
        text-align: center;
        line-height: 45px;
        font-weight: normal; }
      .demos .container-section .box-list #select-cat {
        background: #FFFFFF;
        border: 1px solid #BCCBEA;
        box-sizing: border-box;
        border-radius: 15px;
        height: 48px;
        outline: none !important;
        outline-width: 0 !important;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none; }
      .demos .container-section .box-list .box-category {
        background: #fff;
        border-radius: 12px; }
        .demos .container-section .box-list .box-category .title-category {
          text-align: center;
          background: #021346;
          color: #fff;
          border-radius: 10px 10px 0 0;
          height: 48px;
          font-size: 22px;
          line-height: 45px; }
        .demos .container-section .box-list .box-category .content-category {
          margin-top: 75px;
          padding: 0; }
          .demos .container-section .box-list .box-category .content-category #list-tab {
            padding: 0 36px;
            margin-bottom: 15px; }
            .demos .container-section .box-list .box-category .content-category #list-tab .list-group-item {
              border-radius: 0;
              font-size: 15px;
              margin-bottom: 0;
              color: #96A3C4;
              border: none;
              background-color: #fff;
              border-bottom: 0.5px solid #E0E0E0; }
            .demos .container-section .box-list .box-category .content-category #list-tab .list-group-item.active {
              border-right: 4px solid #4177e0;
              color: #021346; }
      .demos .container-section .box-list h5 {
        color: #96A3C4;
        font-size: 16px;
        margin-top: 15px; }
      .demos .container-section .box-list .card {
        border: none;
        background: none;
        box-shadow: none; }
        .demos .container-section .box-list .card .card-header {
          background: none;
          border: none;
          padding-bottom: 0; }
          .demos .container-section .box-list .card .card-header .nav-pills .nav-link {
            color: #021346;
            border-radius: 0; }
          .demos .container-section .box-list .card .card-header .nav-pills .nav-link.active, .demos .container-section .box-list .card .card-header .nav-pills .show > .nav-link {
            color: #021346;
            background-color: transparent;
            border-bottom: 4px solid #4177e0; }
        .demos .container-section .box-list .card .card-body {
          margin-top: -25px;
          padding-top: 0;
          padding-bottom: 0; }
          .demos .container-section .box-list .card .card-body .info-demo {
            display: flex;
            justify-content: center;
            text-align: left;
            flex-direction: column; }
            .demos .container-section .box-list .card .card-body .info-demo h1 {
              color: #96A3C4;
              font-weight: bold;
              margin-bottom: 10px; }
            .demos .container-section .box-list .card .card-body .info-demo p {
              color: #00023E;
              font-size: 14px;
              margin-bottom: 20px; }
            .demos .container-section .box-list .card .card-body .info-demo h6 {
              color: #021346;
              font-size: 16px;
              margin-bottom: 20px;
              font-weight: bold !important; }
            .demos .container-section .box-list .card .card-body .info-demo .funtions-app {
              font-size: 14px;
              color: #00023E;
              margin-bottom: 20px;
              -webkit-column-count: 2;
              -moz-column-count: 2;
              column-count: 2;
              -webkit-column-gap: 0em;
              -moz-column-gap: 0em;
              column-gap: 0em; }
              @media (min-width: 1200px) {
                .demos .container-section .box-list .card .card-body .info-demo .funtions-app {
                  -webkit-column-count: 3;
                  -moz-column-count: 3;
                  column-count: 3;
                  -webkit-column-gap: 0em;
                  -moz-column-gap: 0em;
                  column-gap: 0em; } }
              @media (max-width: 900px) {
                .demos .container-section .box-list .card .card-body .info-demo .funtions-app {
                  -webkit-column-count: 1;
                  -moz-column-count: 1;
                  column-count: 1;
                  -webkit-column-gap: 0em;
                  -moz-column-gap: 0em;
                  column-gap: 0em; } }
              .demos .container-section .box-list .card .card-body .info-demo .funtions-app img {
                width: 27px;
                margin-bottom: 10px; }
            .demos .container-section .box-list .card .card-body .info-demo .btns-download .btn-app-store {
              display: flex;
              justify-content: space-around;
              justify-items: center;
              background: #4177e0;
              border-radius: 50px;
              width: 211px;
              height: 48px;
              font-family: 'Inter', sans-serif;
              font-style: normal;
              font-weight: 600;
              font-size: 14px;
              line-height: 15px;
              color: #FFFFFF;
              margin: 0 auto;
              margin-bottom: 20px !important; }
              .demos .container-section .box-list .card .card-body .info-demo .btns-download .btn-app-store i {
                font-size: 30px; }
              .demos .container-section .box-list .card .card-body .info-demo .btns-download .btn-app-store span {
                font-weight: 100; }
            .demos .container-section .box-list .card .card-body .info-demo .btns-download .btn-google-play {
              display: flex;
              justify-content: space-around;
              justify-items: center;
              background: #021346;
              border-radius: 50px;
              width: 211px;
              height: 48px;
              font-family: 'Inter', sans-serif;
              font-style: normal;
              font-weight: 600;
              font-size: 14px;
              line-height: 15px;
              color: #FFFFFF;
              margin: 0 auto; }
              .demos .container-section .box-list .card .card-body .info-demo .btns-download .btn-google-play i {
                font-size: 30px; }
              .demos .container-section .box-list .card .card-body .info-demo .btns-download .btn-google-play span {
                font-weight: 100; }
            .demos .container-section .box-list .card .card-body .info-demo .qr-download p {
              font-size: 14px;
              line-height: 14px;
              color: #151B40 !important;
              margin-top: 20px; }
            .demos .container-section .box-list .card .card-body .info-demo .qr-download img {
              width: 66px; }

.company {
  font-family: 'Inter', sans-serif; }
  .company .content-header {
    margin-bottom: 15px;
    padding: 0; }
  .company .modal {
    padding-right: 0 !important; }
    .company .modal .modal-dialog .modal-content {
      font-family: "Open Sans", sans-serif;
      background: #F6F9FF;
      padding: 40px !important;
      border-radius: 8px; }
      .company .modal .modal-dialog .modal-content .modal-header {
        text-align: center;
        border: none;
        border-bottom: 0; }
        .company .modal .modal-dialog .modal-content .modal-header .modal-title {
          margin: 0 auto;
          width: 100%;
          font-weight: bold;
          font-size: 22px;
          line-height: 1.2;
          display: flex;
          align-items: center;
          text-align: center;
          color: #00023E; }
        .company .modal .modal-dialog .modal-content .modal-header .close {
          outline: none;
          padding: 0;
          width: 30px;
          height: 30px;
          float: right;
          font-size: 1.5rem;
          font-weight: 700;
          line-height: 1;
          color: #00023E;
          text-shadow: 0 1px 0 #ffffff;
          opacity: .5; }
      .company .modal .modal-dialog .modal-content .modal-body {
        padding-top: 0; }
        .company .modal .modal-dialog .modal-content .modal-body .form-group label {
          font-weight: 300;
          font-size: 16px;
          line-height: 22px;
          color: #021346; }
        .company .modal .modal-dialog .modal-content .modal-body input, .company .modal .modal-dialog .modal-content .modal-body select {
          outline: none !important;
          outline-width: 0 !important;
          background: #FFFFFF;
          border: 1px solid #BCCBEA;
          box-sizing: border-box;
          border-radius: 15px !important;
          outline: none !important;
          outline-width: 0 !important;
          box-shadow: none;
          -moz-box-shadow: none;
          -webkit-box-shadow: none; }
        .company .modal .modal-dialog .modal-content .modal-body input[type='radio']:after {
          width: 15px;
          height: 15px;
          border-radius: 15px;
          top: -2px;
          left: -1px;
          position: relative;
          background-color: #F6F9FF;
          content: '';
          border: 0px solid #F6F9FF; }
        .company .modal .modal-dialog .modal-content .modal-body input[type='radio']:checked:after {
          width: 9px;
          height: 9px;
          top: -7px;
          left: 2px;
          border-radius: 15px;
          position: relative;
          background-color: #4177e0;
          content: "";
          display: inline-block;
          visibility: visible;
          border: 0px solid #4177e0; }
        .company .modal .modal-dialog .modal-content .modal-body .info-delete {
          padding: 20px 40px;
          background: #EB5757;
          color: #fff; }
          .company .modal .modal-dialog .modal-content .modal-body .info-delete .text-info-delete {
            font-weight: bold;
            color: #021346; }
      .company .modal .modal-dialog .modal-content .modal-footer {
        border-top: none; }
        .company .modal .modal-dialog .modal-content .modal-footer .btn-primary {
          font-family: "Open Sans", sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          color: #FFF;
          background: #4177e0;
          border-radius: 30px;
          margin-bottom: 15px;
          width: 211px;
          height: 48px;
          border-radius: 50px;
          border: none; }
        .company .modal .modal-dialog .modal-content .modal-footer .btn-secondary {
          font-family: "Open Sans", sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          color: #FFF;
          background: #96A3C4;
          border-radius: 30px;
          margin-bottom: 15px;
          width: 211px;
          height: 48px;
          border-radius: 50px;
          border: none; }
  .company .box-list {
    box-shadow: none;
    padding-top: 30px; }
    .company .box-list #btn-add-new-employee {
      margin-bottom: 10px; }
  .company h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #96A3C4;
    margin-bottom: 1rem; }
    .company h1 a {
      font-size: 17px; }
    @media (min-width: 991px) {
      .company h1 {
        font-size: 28px;
        line-height: 34px; } }
  .company .btn-vide-info {
    width: 220px;
    height: 48px;
    background: #BCCBEA;
    border-radius: 50px;
    color: #fff; }
  .company .header-view {
    height: 165px; }
  .company .head-table {
    -webkit-box-direction: normal;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    width: 100%;
    float: left;
    padding: 15px 0; }
    .company .head-table .head-text {
      -webkit-box-direction: normal;
      border: 0;
      font: inherit;
      vertical-align: baseline;
      margin: 0;
      float: left;
      padding: 0 13px;
      font-size: 13px;
      color: #96A3C4;
      box-sizing: border-box;
      text-transform: uppercase; }
  .company .table-content {
    -webkit-box-direction: normal;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 10px 0;
    background: #EEF0F6;
    box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
    border-radius: 15px;
    padding: 10px 20px;
    width: 100%; }
    .company .table-content .row-content {
      -webkit-box-direction: normal;
      border: 0;
      font: inherit;
      vertical-align: baseline;
      margin: 0;
      box-sizing: border-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      padding: 0;
      width: 100%;
      float: left;
      font-size: 14px;
      line-height: 19px;
      color: #96A3C4; }
      .company .table-content .row-content .name-proyect {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .company .table-content .row-content .status {
        color: #00023E; }
      .company .table-content .row-content .edit-btn {
        -webkit-box-direction: normal;
        border: 0;
        font: inherit;
        vertical-align: baseline;
        margin: 0;
        float: left;
        font-size: 13px;
        color: #666;
        box-sizing: border-box;
        padding: 0 3px;
        width: auto;
        text-align: center; }
        .company .table-content .row-content .edit-btn .more-info {
          -webkit-box-direction: normal;
          border: 0;
          font-size: 100%;
          font: inherit;
          vertical-align: baseline;
          margin: 0;
          padding: 0;
          outline: 0;
          text-decoration: none;
          cursor: pointer;
          transition: border-radius .3s ease;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          display: inline-block;
          margin-top: 0; }
          .company .table-content .row-content .edit-btn .more-info i {
            -webkit-box-direction: normal;
            cursor: pointer;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            line-height: 35px;
            text-align: center;
            display: block; }
  .company #btn-add-new-employee {
    width: 211px;
    height: 43px;
    background: #4177e0;
    box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff; }
    .company #btn-add-new-employee:hover, .company #btn-add-new-employee:focus {
      background-color: #00023E; }
  .company .btn-edit-employee {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    transition: border-radius 0.3s ease;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 0;
    background: #4177e0;
    color: #fff; }
  .company .btn-delete-employee {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    transition: border-radius 0.3s ease;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 0;
    background: #151B40;
    color: #fff;
    margin-left: 5px; }

.roles {
  font-family: 'Inter', sans-serif; }
  .roles .content-header {
    margin-bottom: 15px;
    padding: 0; }
  .roles .modal {
    padding-right: 0 !important; }
    .roles .modal .modal-dialog .modal-content {
      font-family: "Open Sans", sans-serif;
      background: #F6F9FF;
      padding: 40px !important;
      border-radius: 8px; }
      .roles .modal .modal-dialog .modal-content .modal-header {
        text-align: center;
        border: none;
        border-bottom: 0; }
        .roles .modal .modal-dialog .modal-content .modal-header .modal-title {
          margin: 0 auto;
          width: 100%;
          font-weight: bold;
          font-size: 22px;
          line-height: 1.2;
          display: flex;
          align-items: center;
          text-align: center;
          color: #00023E; }
        .roles .modal .modal-dialog .modal-content .modal-header .close {
          outline: none;
          padding: 0;
          width: 30px;
          height: 30px;
          float: right;
          font-size: 1.5rem;
          font-weight: 700;
          line-height: 1;
          color: #00023E;
          text-shadow: 0 1px 0 #ffffff;
          opacity: .5; }
      .roles .modal .modal-dialog .modal-content .modal-body {
        padding-top: 0; }
        .roles .modal .modal-dialog .modal-content .modal-body .form-group label {
          font-weight: 300;
          font-size: 16px;
          line-height: 22px;
          color: #021346; }
        .roles .modal .modal-dialog .modal-content .modal-body input, .roles .modal .modal-dialog .modal-content .modal-body select {
          outline: none !important;
          outline-width: 0 !important;
          background: #FFFFFF;
          border: 1px solid #BCCBEA;
          box-sizing: border-box;
          border-radius: 15px !important;
          outline: none !important;
          outline-width: 0 !important;
          box-shadow: none;
          -moz-box-shadow: none;
          -webkit-box-shadow: none; }
        .roles .modal .modal-dialog .modal-content .modal-body input[type='radio']:after {
          width: 15px;
          height: 15px;
          border-radius: 15px;
          top: -2px;
          left: -1px;
          position: relative;
          background-color: #F6F9FF;
          content: '';
          border: 0px solid #F6F9FF; }
        .roles .modal .modal-dialog .modal-content .modal-body input[type='radio']:checked:after {
          width: 9px;
          height: 9px;
          top: -7px;
          left: 2px;
          border-radius: 15px;
          position: relative;
          background-color: #4177e0;
          content: "";
          display: inline-block;
          visibility: visible;
          border: 0px solid #4177e0; }
        .roles .modal .modal-dialog .modal-content .modal-body .info-delete {
          padding: 20px 40px;
          background: #EB5757;
          color: #fff; }
          .roles .modal .modal-dialog .modal-content .modal-body .info-delete .text-info-delete {
            font-weight: bold;
            color: #021346; }
      .roles .modal .modal-dialog .modal-content .modal-footer {
        border-top: none; }
        .roles .modal .modal-dialog .modal-content .modal-footer #create_role, .roles .modal .modal-dialog .modal-content .modal-footer #edit_role, .roles .modal .modal-dialog .modal-content .modal-footer #del_role {
          max-width: 211px;
          height: 43px;
          background: #558DFA;
          box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
          border-radius: 8px;
          font-family: "Inter", sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 19px;
          color: #fff;
          border: none; }
        .roles .modal .modal-dialog .modal-content .modal-footer .cancel-modal {
          max-width: 211px;
          align-items: center;
          color: #fff;
          font-weight: 400;
          font-size: 16px;
          line-height: 19px;
          background: #6A7BA3;
          box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
          border-radius: 8px;
          padding: 12px 32px;
          transition: all 0.3s ease;
          border: none; }
  .roles .box-list {
    box-shadow: none;
    padding-top: 30px; }
    .roles .box-list #btn-add-new-employee {
      margin-bottom: 10px; }
  .roles h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #96A3C4;
    margin-bottom: 1rem; }
    .roles h1 a {
      font-size: 17px; }
    @media (min-width: 991px) {
      .roles h1 {
        font-size: 28px;
        line-height: 34px; } }
  .roles .btn-vide-info {
    width: 220px;
    height: 48px;
    background: #BCCBEA;
    border-radius: 50px;
    color: #fff; }
  .roles .header-view {
    height: 165px; }
  .roles .head-table {
    -webkit-box-direction: normal;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    width: 100%;
    float: left;
    padding: 15px 0; }
    .roles .head-table .head-text {
      -webkit-box-direction: normal;
      border: 0;
      font: inherit;
      vertical-align: baseline;
      margin: 0;
      float: left;
      padding: 0 13px;
      font-size: 13px;
      color: #96A3C4;
      box-sizing: border-box;
      text-transform: uppercase; }
  .roles .table-content {
    -webkit-box-direction: normal;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 10px 0;
    background: #EEF0F6;
    box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
    border-radius: 15px;
    padding: 10px 20px;
    width: 100%; }
    .roles .table-content .row-content {
      -webkit-box-direction: normal;
      border: 0;
      font: inherit;
      vertical-align: baseline;
      margin: 0;
      box-sizing: border-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      padding: 0;
      width: 100%;
      float: left;
      font-size: 14px;
      line-height: 19px;
      color: #96A3C4; }
      .roles .table-content .row-content .name-proyect {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .roles .table-content .row-content .status {
        color: #00023E; }
      .roles .table-content .row-content .edit-btn {
        -webkit-box-direction: normal;
        border: 0;
        font: inherit;
        vertical-align: baseline;
        margin: 0;
        float: left;
        font-size: 13px;
        color: #666;
        box-sizing: border-box;
        padding: 0 3px;
        width: auto;
        text-align: center; }
        .roles .table-content .row-content .edit-btn .more-info {
          -webkit-box-direction: normal;
          border: 0;
          font-size: 100%;
          font: inherit;
          vertical-align: baseline;
          margin: 0;
          padding: 0;
          outline: 0;
          text-decoration: none;
          cursor: pointer;
          transition: border-radius .3s ease;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          display: inline-block;
          margin-top: 0; }
          .roles .table-content .row-content .edit-btn .more-info i {
            -webkit-box-direction: normal;
            cursor: pointer;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            line-height: 35px;
            text-align: center;
            display: block; }
  .roles .list-permissions {
    column-count: 2;
    margin-top: 20px;
    margin-bottom: 20px; }
  .roles #btn-create-role {
    width: 211px;
    height: 43px;
    background: #4177e0;
    box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff; }
    .roles #btn-create-role:hover, .roles #btn-create-role:focus {
      background-color: #00023E; }
  .roles .btns-manage-role {
    width: 100%;
    margin-bottom: 20px; }
    .roles .btns-manage-role .btn-edit-role {
      max-width: 211px;
      height: 43px;
      background: #558DFA;
      border-radius: 8px;
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      color: #fff;
      border: none; }
    .roles .btns-manage-role .btn-del-role {
      max-width: 211px;
      align-items: center;
      color: #fff;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      background: #6A7BA3;
      border-radius: 8px;
      padding: 12px 32px;
      transition: all 0.3s ease;
      border: none; }
    .roles .btns-manage-role .btn-edit-role:hover, .roles .btns-manage-role .btn-del-role:hover {
      box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }

.upgrades {
  font-family: 'Inter', sans-serif; }
  .upgrades .modal {
    padding-right: 0px !important; }
    .upgrades .modal .modal-content {
      background: #F4F6F9;
      border-radius: 4px;
      padding: 10px; }
      .upgrades .modal .modal-content .modal-header {
        display: block;
        text-align: center;
        border-bottom: none; }
        .upgrades .modal .modal-content .modal-header .modal-title {
          margin: 0 auto;
          width: 100%;
          font-weight: bold;
          font-size: 22px;
          line-height: 1.2;
          display: flex;
          align-items: center;
          text-align: center;
          color: #00023E;
          text-align: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center; }
        .upgrades .modal .modal-content .modal-header .close {
          outline: none;
          padding: 0;
          width: 30px;
          height: 30px; }
      .upgrades .modal .modal-content .modal-body {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        border: none;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: row; }
        .upgrades .modal .modal-content .modal-body .input-group-text {
          background: #FFFFFF;
          border: 1px solid #BCCBEA;
          border-right: 0;
          border-top-left-radius: 15px !important;
          border-bottom-left-radius: 15px !important; }
        .upgrades .modal .modal-content .modal-body #cardNum {
          border-top-left-radius: 0 !important;
          border-bottom-left-radius: 0 !important;
          border-left: 0; }
        .upgrades .modal .modal-content .modal-body .btn-confirm {
          width: 211px;
          height: 48px;
          background: #4177e0;
          border-radius: 50px;
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          color: #FFFFFF;
          border: none; }
        .upgrades .modal .modal-content .modal-body .btn-secondary {
          width: 211px;
          height: 48px;
          background: #CBD1DD;
          border-color: #CBD1DD;
          border-radius: 50px;
          font-style: normal;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          color: #FFFFFF;
          border: none; }
  .upgrades .box-list {
    background: white;
    padding: 15px;
    border-radius: 8px;
    filter: drop-shadow(2px 2px 15px rgba(74, 164, 240, 0.2));
    box-shadow: none; }
  .upgrades h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #96A3C4;
    margin-bottom: 1rem; }
    .upgrades h1 a {
      font-size: 17px; }
    @media (min-width: 991px) {
      .upgrades h1 {
        font-size: 28px;
        line-height: 34px; } }
  .upgrades .title-upgrade {
    color: #00023E;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center; }
  .upgrades .sub-title-upgrade {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 2rem;
    color: #4177e0; }
  .upgrades .switch input[type=checkbox] {
    display: none; }
  .upgrades .switch input[type=checkbox] + label {
    position: relative;
    min-width: calc(calc(2.375rem * .8) * 2);
    border-radius: calc(2.375rem * .8);
    height: calc(2.375rem * .8);
    line-height: calc(2.375rem * .8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem); }
  .upgrades .switch input[type=checkbox] + label::before,
  .upgrades .switch input[type=checkbox] + label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * .8) * 2);
    bottom: 0;
    display: block; }
  .upgrades .switch input[type=checkbox] + label::before {
    right: 0;
    background: linear-gradient(90deg, #558DFA 0.03%, #7bcbbb 99.55%);
    border-radius: calc(2.375rem * .8);
    transition: .2s all; }
  .upgrades .switch input[type=checkbox] + label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * .8) - calc(2px * 2));
    height: calc(calc(2.375rem * .8) - calc(2px * 2));
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease-in 0s; }
  .upgrades .switch input[type=checkbox]:checked + label::before {
    background: linear-gradient(90deg, #558DFA 0.03%, #7bcbbb 99.55%); }
  .upgrades .switch input[type=checkbox]:checked + label::after {
    margin-left: calc(2.375rem * .8); }
  .upgrades .switch input[type=checkbox]:focus + label::before {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25); }
  .upgrades .switch input[type=checkbox]:disabled + label {
    color: #868e96;
    cursor: not-allowed; }
  .upgrades .switch input[type=checkbox]:disabled + label::before {
    background-color: #e9ecef; }
  .upgrades .switch.switch-xs {
    font-size: .8rem; }
  .upgrades .switch.switch-xs input[type=checkbox] + label {
    min-width: calc(calc(1.5375rem * .8) * 2);
    height: calc(1.5375rem * .8);
    line-height: calc(1.5375rem * .8);
    text-indent: calc(calc(calc(1.5375rem * .8) * 2) + .5rem); }
  .upgrades .switch.switch-xs input[type=checkbox] + label::before {
    width: calc(calc(1.5375rem * .8) * 2); }
  .upgrades .switch.switch-xs input[type=checkbox] + label::after {
    width: calc(calc(1.5375rem * .8) - calc(2px * 2));
    height: calc(calc(1.5375rem * .8) - calc(2px * 2)); }
  .upgrades .switch.switch-xs input[type=checkbox]:checked + label::after {
    margin-left: calc(1.5375rem * .8); }
  .upgrades .switch.switch-sm {
    font-size: .875rem; }
  .upgrades .switch.switch-sm input[type=checkbox] + label {
    min-width: calc(calc(1.9375rem * .8) * 2);
    height: calc(1.9375rem * .8);
    line-height: calc(1.9375rem * .8);
    text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem); }
  .upgrades .switch.switch-sm input[type=checkbox] + label::before {
    width: calc(calc(1.9375rem * .8) * 2); }
  .upgrades .switch.switch-sm input[type=checkbox] + label::after {
    width: calc(calc(1.9375rem * .8) - calc(2px * 2));
    height: calc(calc(1.9375rem * .8) - calc(2px * 2)); }
  .upgrades .switch.switch-sm input[type=checkbox]:checked + label::after {
    margin-left: calc(1.9375rem * .8); }
  .upgrades .switch.switch-lg {
    font-size: 1.25rem; }
  .upgrades .switch.switch-lg input[type=checkbox] + label {
    min-width: calc(calc(3rem * .8) * 2);
    height: calc(3rem * .8);
    line-height: calc(3rem * .8);
    text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem); }
  .upgrades .switch.switch-lg input[type=checkbox] + label::before {
    width: calc(calc(3rem * .8) * 2); }
  .upgrades .switch.switch-lg input[type=checkbox] + label::after {
    width: calc(calc(3rem * .8) - calc(2px * 2));
    height: calc(calc(3rem * .8) - calc(2px * 2)); }
  .upgrades .switch.switch-lg input[type=checkbox]:checked + label::after {
    margin-left: calc(3rem * .8); }
  .upgrades .switch + .switch {
    margin-left: 1rem; }
  .upgrades .btn-vide-info {
    width: 220px;
    height: 48px;
    background: #BCCBEA;
    border-radius: 50px;
    color: #fff; }
  .upgrades .header-view {
    height: 165px; }
  .upgrades .row-select-plan {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px; }
    .upgrades .row-select-plan .switch label {
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 36px;
      color: #00023E; }
  .upgrades .free-months {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 50px;
    font-size: 0.7rem;
    color: #4177e0; }
  .upgrades #month-plan, .upgrades #year-plan {
    margin: 0 auto; }
  .upgrades .col-prices {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start; }
  .upgrades .card {
    background: #EEF0F6;
    border-radius: 30px;
    padding: 10px 5px; }
    .upgrades .card .card-title {
      font-style: normal;
      font-weight: 600;
      font-size: 29px;
      line-height: 1.2;
      color: #00023E;
      margin-bottom: 10px;
      letter-spacing: -0.5px; }
    .upgrades .card .section-1 {
      margin-bottom: 25px; }
      .upgrades .card .section-1 .plan-description {
        font-style: normal;
        font-weight: 300;
        margin-bottom: 20px;
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        color: #96A3C4;
        min-height: 57px; }
      .upgrades .card .section-1 .plan-price-old .extra-info {
        margin-bottom: 5px;
        margin-top: 20px;
        font-size: 1.2;
        margin-bottom: 10px;
        color: #96A3C4;
        font-weight: 300;
        text-decoration: line-through; }
      .upgrades .card .section-1 .plan-price {
        border-bottom: 1px solid #B4C7E7; }
        .upgrades .card .section-1 .plan-price .price {
          margin-bottom: 20px;
          font-style: normal;
          font-weight: bold;
          font-size: 56px;
          line-height: 56px;
          color: #57CEBB; }
          .upgrades .card .section-1 .plan-price .price .type {
            font-style: normal;
            font-weight: 500;
            color: #757E94;
            font-weight: normal;
            font-size: 14px;
            line-height: 34px; }
          .upgrades .card .section-1 .plan-price .price .extra-info {
            margin-top: 5px;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 17px;
            color: #57CEBB;
            margin: 0;
            margin-bottom: 5px !important; }
        .upgrades .card .section-1 .plan-price small {
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 24px;
          color: #757E94;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          align-content: center;
          justify-content: flex-start;
          align-items: center;
          font-size: 0.7rem; }
    .upgrades .card .p-info {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: space-between;
      align-items: center; }
      .upgrades .card .p-info img {
        cursor: pointer; }
    .upgrades .card .btn-more-info {
      font-style: normal;
      font-weight: bold;
      text-decoration-line: underline;
      text-decoration: none;
      border: none;
      box-shadow: none !important;
      font-size: 14px;
      line-height: 19px;
      color: #558DFA; }
    .upgrades .card .section-2, .upgrades .card .section-3 {
      padding-bottom: 24px;
      border-bottom: 1px solid #B4C7E7;
      margin-bottom: 50px; }
      .upgrades .card .section-2 p, .upgrades .card .section-3 p {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        color: #50527B;
        margin-bottom: 20px; }
    .upgrades .card .section-btn {
      margin-top: -20px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center; }
      .upgrades .card .section-btn button {
        align-items: center;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        background: #4177e0;
        box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
        border-radius: 8px;
        padding: 12px 32px;
        transition: all 0.3s ease;
        border: none;
        width: 100%; }
        .upgrades .card .section-btn button:hover, .upgrades .card .section-btn button:focus {
          border: none;
          box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
      .upgrades .card .section-btn a {
        align-items: center;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        background: #4177e0;
        box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
        border-radius: 8px;
        padding: 12px 32px;
        transition: all 0.3s ease;
        border: none;
        width: 100%; }
        .upgrades .card .section-btn a:hover, .upgrades .card .section-btn a:focus {
          border: none;
          box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
      .upgrades .card .section-btn .btn-disabled {
        background: #CBD1DD;
        border-color: #CBD1DD;
        border: none; }
  .upgrades .card-reseller {
    background: #00023E; }
    .upgrades .card-reseller .card-title {
      color: #FFF; }
    .upgrades .card-reseller .section-1 .plan-description {
      color: #FFF; }
    .upgrades .card-reseller .section-1 .plan-price-old .extra-info {
      color: #57CEBB; }
    .upgrades .card-reseller .section-1 .plan-price {
      border-bottom: 1px solid #CBDDFF; }
      .upgrades .card-reseller .section-1 .plan-price .price {
        color: #FFF; }
        .upgrades .card-reseller .section-1 .plan-price .price .type {
          color: #C3EBFF; }
        .upgrades .card-reseller .section-1 .plan-price .price .extra-info {
          color: #FFF; }
      .upgrades .card-reseller .section-1 .plan-price small {
        color: #757E94; }
    .upgrades .card-reseller .btn-more-info {
      color: #57CEBB; }
    .upgrades .card-reseller .section-2, .upgrades .card-reseller .section-3 {
      border-bottom: 1px solid #CBDDFF; }
      .upgrades .card-reseller .section-2 p, .upgrades .card-reseller .section-3 p {
        color: #FFF; }
    .upgrades .card-reseller .section-btn button {
      align-items: center;
      color: #fff;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      background: none;
      box-shadow: none;
      border-radius: 8px;
      padding: 12px 32px;
      transition: all 0.3s ease;
      border: 2px solid white; }
      .upgrades .card-reseller .section-btn button:hover, .upgrades .card-reseller .section-btn button:focus {
        background: #57CEBB;
        border: 2px solid #57CEBB;
        color: white;
        box-shadow: none; }
    .upgrades .card-reseller .section-btn a {
      align-items: center;
      color: #fff;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      background: none;
      box-shadow: none;
      border-radius: 8px;
      padding: 12px 32px;
      transition: all 0.3s ease;
      border: 2px solid white; }
      .upgrades .card-reseller .section-btn a:hover, .upgrades .card-reseller .section-btn a:focus {
        background: #57CEBB;
        border: 2px solid #57CEBB;
        color: white;
        box-shadow: none; }
    .upgrades .card-reseller .section-btn .btn-disabled {
      background: #CBD1DD;
      border-color: #CBD1DD; }

.thanks {
  font-family: 'Inter', sans-serif;
  background: white; }
  .thanks .container-section {
    height: calc(100vh - 60px);
    display: flex; }
  .thanks .box-list {
    padding: 15px;
    height: calc(100% - 60px);
    border-radius: 8px;
    filter: drop-shadow(2px 2px 15px rgba(74, 164, 240, 0.2));
    box-shadow: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center; }
  .thanks h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #96A3C4;
    margin-bottom: 1rem;
    text-align: center; }
    @media (min-width: 991px) {
      .thanks h1 {
        font-size: 28px;
        line-height: 34px; } }
  .thanks h2 {
    margin-bottom: 10px;
    text-align: center; }
  .thanks .btn-vide-info {
    width: 220px;
    height: 48px;
    background: #BCCBEA;
    border-radius: 50px;
    color: #fff; }
  .thanks .header-view {
    height: 165px; }
  .thanks video {
    width: 668px;
    height: 379px;
    border-radius: 30px;
    margin-bottom: 30px;
    cursor: pointer; }
  .thanks .embed-responsive {
    margin-bottom: 30px; }
  .thanks #btn-go-to-home {
    align-items: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    background: #4177e0;
    box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
    border-radius: 8px;
    padding: 12px 32px;
    transition: all 0.3s ease; }
    .thanks #btn-go-to-home:hover, .thanks #btn-go-to-home:focus {
      box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
  @media only screen and (max-width: 680px) {
    .thanks video {
      width: 450px;
      height: auto; } }
  @media only screen and (max-width: 460px) {
    .thanks video {
      width: 350px;
      height: auto; } }

#dark_light {
  outline: none;
  cursor: pointer;
  background: none !important;
  border: none; }

.profile-user-img {
  cursor: pointer; }

.profile-user-img:hover {
  border: 3px solid #4177e0; }

#validatedCustomFile, #updateimg {
  display: none; }

#generatepass {
  cursor: pointer;
  background: linear-gradient(45deg, #4099ff, #73b4ff);
  border: none; }

#invoicesTable th {
  border: none;
  border-bottom: 2px solid #4177e0;
  font-weight: 100; }
#invoicesTable tr td .view-invoice {
  cursor: pointer;
  border: none;
  background: #4177e0;
  border-radius: 50px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  width: 30px;
  padding-left: 7px; }
#invoicesTable tr td .badge {
  font-weight: 100; }

.aniok {
  display: inline-block;
  animation: bounceRotate 1.5s infinite ease-in-out;
  font-size: 52px !important; }

@keyframes bounceRotate {
  0% {
    transform: scale(1) rotate(0deg); }
  50% {
    transform: scale(1.3) rotate(10deg); }
  100% {
    transform: scale(1) rotate(0deg); } }
#app footer {
  color: white;
  background: #2a2c36;
  bottom: 0;
  right: 0;
  left: 0;
  top: auto;
  z-index: 99999999999;
  position: fixed;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  text-align: center;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center; }
  #app footer a {
    background: #00023E !important;
    float: none;
    display: inline-block;
    height: 31px;
    line-height: 31px;
    border-radius: 30px;
    width: 170px;
    color: white; }

nav.main-header.navbar-light ul.navbar-nav li.nav-item.dropdown a span.lang-code {
  color: #fff;
  font-size: 0.7rem; }
nav.main-header.navbar-light ul.navbar-nav li.nav-item.dropdown .nav-profile {
  top: 47px;
  padding: 5px; }
  nav.main-header.navbar-light ul.navbar-nav li.nav-item.dropdown .nav-profile .top-right.links a {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none; }
nav.main-header.navbar-light ul.navbar-nav li.nav-item.dropdown.opt-user a.nav-link .image {
  text-align: right;
  font-weight: bold;
  margin-right: 3px; }
nav.main-header.navbar-light ul.navbar-nav li.nav-item.dropdown.opt-user .nav-profile {
  top: 47px;
  padding: 5px;
  width: 200px; }

.home .alert-payment-1 {
  margin-top: 224px;
  margin-bottom: -167px; }
.home .alert-payment-2 {
  margin-top: 224px;
  margin-bottom: -167px; }
.home .alert-payment-not-card {
  margin-top: 224px;
  margin-bottom: -167px; }
.home section.content-platforms {
  background: #060D2F;
  margin-bottom: 145px; }
  .home section.content-platforms .container-fluid .row h2.title {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700; }
  .home section.content-platforms .container-fluid .row h6.subtitle {
    color: #B4C7E7;
    font-size: 16px;
    font-weight: 400; }
.home section.content-cards .card a.card-link {
  background: #CBD1DD;
  border-color: #CBD1DD;
  cursor: context-menu; }
  .home section.content-cards .card a.card-link img.imgCard {
    width: 18px;
    height: 18px;
    margin-right: 10px; }
.home section.content-cards .card-3 a.card-link {
  background: #4177e0;
  border-color: #CBD1DD;
  cursor: context-menu;
  cursor: pointer; }
.home section.content-resources .box-source .file-4.bg1 {
  background: #9c8fea; }
.home section.content-resources .box-source .file-4.bg2 {
  background: #F3A15D; }

.dashboard .content .alert-info {
  border: none;
  background-color: #4177e0 !important; }
.dashboard .content-addons .card {
  flex-grow: 1; }
.dashboard .content-products .card-body {
  display: flex;
  justify-content: center; }
.dashboard .content-data-project-client .more-info-order .text-left {
  color: #00023E;
  font-size: 12px; }
.dashboard .content-data-project-client .more-info-order .quantity-items {
  font-size: 12px; }
.dashboard .content-data-project-client .more-info-order .total-item-order {
  font-size: 12px; }

.my-funnels .alert-payment-1 {
  margin-top: 224px;
  margin-bottom: -167px; }
.my-funnels .alert-payment-2 {
  margin-top: 224px;
  margin-bottom: -167px; }
.my-funnels .alert-payment-not-card {
  margin-top: 224px;
  margin-bottom: -167px; }
.my-funnels .box-list a.btn-more-funnels.btn1 {
  width: 211px;
  height: 48px;
  background: #CBD1DD;
  border-color: #CBD1DD;
  border-radius: 50px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff; }
.my-funnels .box-list button.btn-more-funnels.btn2 {
  width: 211px;
  height: 48px;
  background: #CBD1DD;
  border-color: #CBD1DD;
  border-radius: 50px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff; }
.my-funnels .box-list button.btn-more-funnels.btn3 {
  width: 211px;
  height: 48px;
  background: #CBD1DD;
  border-color: #CBD1DD;
  border-radius: 50px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff; }
.my-funnels .box-list button.btn-more-websites.btn1 {
  width: 211px;
  height: 48px;
  background: #CBD1DD;
  border-color: #CBD1DD;
  border-radius: 50px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff; }
.my-funnels .app i.fa-circle.status {
  color: #4177e0;
  font-size: 18px; }
.my-funnels .app i.fa-eye.n1 {
  color: #00023E;
  font-size: 18px; }
.my-funnels .app i.fa-eye-slash.n3 {
  color: #00023E;
  font-size: 18px; }
.my-funnels .app .edit-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center; }
  .my-funnels .app .edit-btn a.more-info i {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 17px; }
  .my-funnels .app .edit-btn .btn-more-websites {
    align-items: center;
    width: 84px;
    height: 35px;
    background: #5FD8C4;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0 !important; }

.my-apps .alert-payment-1 {
  margin-top: 224px;
  margin-bottom: -167px; }
.my-apps .alert-payment-2 {
  margin-top: 224px;
  margin-bottom: -167px; }
.my-apps .alert-payment-not-card {
  margin-top: 224px;
  margin-bottom: -167px; }
.my-apps .div-btns #btn-publish-modal {
  background: #4177e0; }
.my-apps .container-section .box-list section.info .alert {
  background: #96A3C4;
  color: #fff;
  border-radius: 4px; }
.my-apps .app .edit-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center; }
.my-apps .app a.btn-login {
  align-items: center;
  width: 84px;
  height: 35px;
  background: #5FD8C4;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0 !important;
  margin-left: 20px;
  border-radius: 50px;
  color: #fff; }
.my-apps .btn-copy-url {
  color: #558DFA;
  background: #fff;
  margin-right: 10px;
  border-radius: 34px;
  width: 34px;
  height: 34px;
  padding: 0; }
.my-apps .row-btn-apps button.btn1 {
  width: 211px;
  height: 48px;
  background: #CBD1DD;
  border-color: #CBD1DD;
  border-radius: 50px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff; }
.my-apps .row-btn-apps button.btn-rest-republish {
  width: 211px;
  height: 48px;
  background: #CBD1DD;
  border-color: #CBD1DD;
  border-radius: 50px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff; }
.my-apps #btn-republish-modal {
  background: #558DFA; }
.my-apps section.info i.fa-question-circle {
  cursor: pointer;
  color: #558DFA; }
.my-apps .btn01 {
  width: 211px;
  height: 48px;
  background: #CBD1DD;
  border-color: #CBD1DD;
  border-radius: 50px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center; }
.my-apps .btn-rest-republish {
  width: 211px;
  height: 48px;
  background: #CBD1DD;
  border-color: #CBD1DD;
  border-radius: 50px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center; }
.my-apps .btn02 {
  width: 211px;
  height: 48px;
  background: #CBD1DD;
  border-color: #CBD1DD;
  border-radius: 50px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center; }

.addons .container-section .box-list .colf {
  display: flex;
  justify-content: flex-end;
  justify-items: center; }
  .addons .container-section .box-list .colf p {
    background: #4177e0;
    width: 60px;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 1px; }
  .addons .container-section .box-list .colf .badge-light {
    color: #4177e0; }
.addons .container-section .img1 {
  width: 100%;
  border-radius: 80px 15px 15px 15px; }
.addons .container-section span.name-adddon {
  font-size: 22px;
  font-weight: 400; }
.addons .container-section span.info-addon {
  font-size: 14px;
  font-weight: 200; }
.addons .text-center .card .card-header li.nav-item a.nav-link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #021346; }
  .addons .text-center .card .card-header li.nav-item a.nav-link.active {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #021346; }
.addons .text-center .card .card-body .tab-pane #alert-info-request {
  color: #fff !important;
  background: linear-gradient(45deg, #42C0FB, #74d1fc) !important;
  border-color: #42C0FB !important; }
.addons #buy-addon {
  width: 211px;
  height: 52px;
  background: #4177e0;
  border-radius: 50px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 20px;
  border: none; }
.addons #del-addon {
  width: 211px;
  height: 52px;
  background: #151B40;
  border-radius: 50px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 20px;
  border: none; }
.addons .text-center .alert-info {
  color: #fff !important;
  background: linear-gradient(45deg, #42C0FB, #74d1fc) !important;
  border-color: #42C0FB !important;
  display: block; }

.my-addons .container-section .card-reviews {
  text-align: center;
  cursor: pointer; }
  .my-addons .container-section .card-reviews > .img-fluid {
    border-radius: 80px 15px 15px 15px; }
  .my-addons .container-section .card-reviews .ddiv {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
  .my-addons .container-section .card-reviews .card-idioma {
    text-align: center;
    cursor: pointer; }
    .my-addons .container-section .card-reviews .card-idioma .img-fluid {
      border-radius: 80px 15px 15px 15px; }
  .my-addons .container-section .card-reviews .divv3 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .my-addons .container-section .card-reviews .card-firma {
    text-align: center;
    cursor: pointer; }
    .my-addons .container-section .card-reviews .card-firma .img-fluid {
      border-radius: 80px 15px 15px 15px; }
  .my-addons .container-section .card-reviews .divv5 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .my-addons .container-section .card-reviews .card-grupos {
    text-align: center;
    cursor: pointer; }
    .my-addons .container-section .card-reviews .card-grupos .img-fluid {
      border-radius: 80px 15px 15px 15px; }
  .my-addons .container-section .card-reviews .divv7 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .my-addons .container-section .card-reviews .card-email {
    text-align: center;
    cursor: pointer; }
    .my-addons .container-section .card-reviews .card-email .img-fluid {
      border-radius: 80px 15px 15px 15px; }
  .my-addons .container-section .card-reviews .divv9 {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.upgrades .info-error {
  color: #F897BD;
  font-size: 14px;
  line-height: 16px;
  display: none; }

.profile .content-head-profile #updateimg {
  border: none;
  background: #25E2A3; }
.profile #subscriptions .div-info-subscription .control-subscription .upgrade_subscription {
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  background: #4177e0;
  box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
  border-radius: 8px;
  padding: 12px 32px;
  transition: all 0.3s ease;
  border: none;
  width: 260px; }
  .profile #subscriptions .div-info-subscription .control-subscription .upgrade_subscription:hover, .profile #subscriptions .div-info-subscription .control-subscription .upgrade_subscription:focus {
    border: none;
    box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
.profile #subscriptions .div-table-subscription table tbody tr td .txt {
  color: #4177e0;
  font-weight: bold; }
.profile #subscriptions .div-table-subscription .control-subscription .upgrade_subscription {
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  background: #4177e0;
  box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
  border-radius: 8px;
  padding: 12px 32px;
  transition: all 0.3s ease;
  border: none; }
  .profile #subscriptions .div-table-subscription .control-subscription .upgrade_subscription:hover, .profile #subscriptions .div-table-subscription .control-subscription .upgrade_subscription:focus {
    border: none;
    box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
.profile .div-settings .alert-info {
  color: #fff !important;
  background: #4177e0;
  display: none; }

.modal .modal-header {
  border-bottom: none; }
.modal#welcome-flow {
  display: block; }
  .modal#welcome-flow .modal-content {
    padding: 0 !important; }
    .modal#welcome-flow .modal-content .modal-body #step-0 {
      display: block; }
      .modal#welcome-flow .modal-content .modal-body #step-0 h2.wecomeflow0 {
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #96A3C4;
        margin-bottom: 20px; }
      .modal#welcome-flow .modal-content .modal-body #step-0 h2.wecomeflow1 {
        font-weight: bold;
        font-size: 22px;
        line-height: 1.2;
        display: flex;
        align-items: center;
        text-align: center;
        color: #00023E;
        margin-bottom: 35px; }
      .modal#welcome-flow .modal-content .modal-body #step-0 .contentMain {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 45px; }
        .modal#welcome-flow .modal-content .modal-body #step-0 .contentMain label.form-check-label {
          font-weight: bold;
          font-size: 18px;
          line-height: 1.2;
          color: #00023E;
          margin-bottom: 1rem; }
      .modal#welcome-flow .modal-content .modal-body #step-0 a#btn-flow-0 {
        align-items: center;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        background: #4177e0;
        box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
        border-radius: 8px;
        padding: 12px 32px;
        transition: all 0.3s ease; }
        .modal#welcome-flow .modal-content .modal-body #step-0 a#btn-flow-0:hover, .modal#welcome-flow .modal-content .modal-body #step-0 a#btn-flow-0:focus {
          box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
    .modal#welcome-flow .modal-content .modal-body #step-1 .welcstep1 {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px; }
    .modal#welcome-flow .modal-content .modal-body #step-1 .welcstep11 {
      font-weight: bold;
      font-size: 22px;
      line-height: 1.2;
      display: flex;
      align-items: center;
      text-align: center;
      color: #00023E;
      margin-bottom: 35px; }
    .modal#welcome-flow .modal-content .modal-body #step-1 .contentMain {
      margin-bottom: 45px; }
      .modal#welcome-flow .modal-content .modal-body #step-1 .contentMain a#btn-flow-1 {
        align-items: center;
        padding: 16px 40px;
        background: #1FB6FF;
        border-radius: 44px;
        color: #fff;
        font-weight: bold; }
    .modal#welcome-flow .modal-content .modal-body #step-1-1 .welcstep3 {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px; }
    .modal#welcome-flow .modal-content .modal-body #step-1-1 .welcstep1-1 {
      display: flex;
      align-items: center;
      text-align: center;
      margin-bottom: 35px;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      font-weight: bold;
      font-size: 22px;
      line-height: 1.2;
      display: flex;
      align-items: center;
      text-align: center;
      color: #00023E; }
    .modal#welcome-flow .modal-content .modal-body #step-1-1 .contentMain {
      margin-bottom: 45px; }
    .modal#welcome-flow .modal-content .modal-body #step-1-1 #btn-flow-1-1 {
      align-items: center;
      align-items: center;
      color: #fff;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      background: #4177e0;
      box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
      border-radius: 8px;
      padding: 12px 32px;
      transition: all 0.3s ease;
      border: none; }
      .modal#welcome-flow .modal-content .modal-body #step-1-1 #btn-flow-1-1:hover, .modal#welcome-flow .modal-content .modal-body #step-1-1 #btn-flow-1-1:focus {
        border: none;
        box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
    .modal#welcome-flow .modal-content .modal-body #step-1-2 .welcstep1-2 {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px; }
    .modal#welcome-flow .modal-content .modal-body #step-1-2 h2.welcstep1-2-2 {
      display: flex;
      margin-bottom: 35px;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      margin-bottom: 8px;
      font-weight: bold;
      font-size: 22px;
      line-height: 1.2;
      display: flex;
      align-items: center;
      text-align: center;
      color: #00023E; }
    .modal#welcome-flow .modal-content .modal-body #step-1-2 h3.welcflow1-2 {
      margin-bottom: 20px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      font-family: "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
      color: #96A3C4; }
    .modal#welcome-flow .modal-content .modal-body #step-1-2 a#btn-flow-1-1-2 {
      align-items: center;
      align-items: center;
      color: #fff;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      background: #4177e0;
      box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
      border-radius: 8px;
      padding: 12px 32px;
      transition: all 0.3s ease;
      border: none; }
      .modal#welcome-flow .modal-content .modal-body #step-1-2 a#btn-flow-1-1-2:hover, .modal#welcome-flow .modal-content .modal-body #step-1-2 a#btn-flow-1-1-2:focus {
        border: none;
        box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
    .modal#welcome-flow .modal-content .modal-body #step-2 h2.welcflowstep2 {
      font-weight: bold;
      font-size: 22px;
      line-height: 1.2;
      display: flex;
      align-items: center;
      text-align: center;
      color: #00023E;
      margin-bottom: 1rem; }
    .modal#welcome-flow .modal-content .modal-body #step-2 h3.welcflowstep2-1 {
      font-family: "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
      color: #96A3C4;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      margin-bottom: 50px; }
    .modal#welcome-flow .modal-content .modal-body #step-2 #btn-flow-2 {
      align-items: center;
      align-items: center;
      color: #fff;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      background: #4177e0;
      box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
      border-radius: 8px;
      padding: 12px 32px;
      transition: all 0.3s ease;
      border: none; }
      .modal#welcome-flow .modal-content .modal-body #step-2 #btn-flow-2:hover, .modal#welcome-flow .modal-content .modal-body #step-2 #btn-flow-2:focus {
        border: none;
        box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
    .modal#welcome-flow .modal-content .modal-body #step-3 .welcstep-3 {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px; }
    .modal#welcome-flow .modal-content .modal-body #step-3 h2.welcstep3-title {
      font-weight: bold;
      font-size: 22px;
      line-height: 1.2;
      display: flex;
      align-items: center;
      text-align: center;
      color: #00023E;
      margin-bottom: 35px; }
    .modal#welcome-flow .modal-content .modal-body #step-3 h3.welcstep3-subt {
      font-family: "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
      color: #96A3C4;
      margin-bottom: 20px; }
    .modal#welcome-flow .modal-content .modal-body #step-3 a#btn-flow-3 {
      align-items: center;
      color: #fff;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      background: #4177e0;
      box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
      border-radius: 8px;
      padding: 12px 32px;
      transition: all 0.3s ease; }
      .modal#welcome-flow .modal-content .modal-body #step-3 a#btn-flow-3:hover, .modal#welcome-flow .modal-content .modal-body #step-3 a#btn-flow-3:focus {
        box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
    .modal#welcome-flow .modal-content .modal-body #step-4 .welcstep-4 {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px; }
    .modal#welcome-flow .modal-content .modal-body #step-4 h2.welcstep-4-tit {
      font-weight: bold;
      font-size: 22px;
      line-height: 1.2;
      display: flex;
      align-items: center;
      text-align: center;
      color: #00023E;
      margin-bottom: 35px; }
    .modal#welcome-flow .modal-content .modal-body #step-4 #btn-flow-4 {
      align-items: center;
      align-items: center;
      color: #fff;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      background: #4177e0;
      box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
      border-radius: 8px;
      padding: 12px 32px;
      transition: all 0.3s ease;
      border: none; }
      .modal#welcome-flow .modal-content .modal-body #step-4 #btn-flow-4:hover, .modal#welcome-flow .modal-content .modal-body #step-4 #btn-flow-4:focus {
        border: none;
        box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
    .modal#welcome-flow .modal-content .modal-body #step-6 .welc-step-5 {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px; }
    .modal#welcome-flow .modal-content .modal-body #step-6 h2.welcstep-6-tit {
      display: flex;
      align-items: center;
      text-align: center;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      margin-bottom: 8px;
      font-weight: bold;
      font-size: 22px;
      line-height: 1.2;
      display: flex;
      align-items: center;
      text-align: center;
      color: #00023E; }
    .modal#welcome-flow .modal-content .modal-body #step-6 h3.welcstep-6-subt {
      margin-bottom: 20px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      font-family: "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
      color: #96A3C4; }
    .modal#welcome-flow .modal-content .modal-body #step-7 .welcstep-7 {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px; }
    .modal#welcome-flow .modal-content .modal-body #step-7 h2.welcstep-7-tit {
      font-weight: bold;
      font-size: 22px;
      line-height: 1.2;
      display: flex;
      align-items: center;
      text-align: center;
      color: #00023E;
      justify-content: center;
      margin-bottom: 35px; }
    .modal#welcome-flow .modal-content .modal-body #step-7 h3.welcstep-7-subt {
      font-family: "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
      color: #96A3C4;
      margin-bottom: 20px; }
    .modal#welcome-flow .modal-content .modal-body #step-7 .contentMain {
      display: grid;
      grid-template-columns: repeat(3, 1fr); }
      .modal#welcome-flow .modal-content .modal-body #step-7 .contentMain h3.welcstep-7-opt1 {
        font-weight: bold;
        font-size: 22px;
        line-height: 27px;
        color: #00023E; }
      .modal#welcome-flow .modal-content .modal-body #step-7 .contentMain p.welcstep-7-txt {
        font-weight: 300;
        font-size: 14px;
        color: #757E94; }
      .modal#welcome-flow .modal-content .modal-body #step-7 .contentMain a.form-check h3 {
        font-weight: bold;
        font-size: 22px;
        line-height: 27px;
        color: #00023E; }
      .modal#welcome-flow .modal-content .modal-body #step-7 .contentMain a.form-check p {
        font-weight: 300;
        font-size: 14px;
        color: #00023E; }
.modal#video-welcome .modal-content, .modal#tutorial .modal-content, .modal#video-modal .modal-content {
  padding: 0 !important; }
  .modal#video-welcome .modal-content .modal-body, .modal#tutorial .modal-content .modal-body, .modal#video-modal .modal-content .modal-body {
    padding: 10px 25px 25px 25px; }
.modal#myModalCard .modal-header {
  background-color: #1e7dec !important;
  color: #fff; }
.modal#myModalCard button.close {
  color: #fff;
  opacity: unset; }

.dashboard .modal#tutorial .modal-content {
  padding: 0 !important; }
.dashboard #myModalCard .modal-header {
  background-color: #1e7dec !important;
  color: #fff; }
  .dashboard #myModalCard .modal-header button.close {
    color: #fff;
    opacity: unset; }

.my-funnels .modal .modal-dialog button.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
  background: none;
  border-radius: 0;
  margin-bottom: 0;
  width: auto;
  height: auto; }
.my-funnels .modal .modal .modal-content {
  padding: 0 !important; }
  .my-funnels .modal .modal .modal-content .modal-body {
    padding: 10px 25px 25px 25px; }
    .my-funnels .modal .modal .modal-content .modal-body button.close {
      float: right;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1;
      color: #000;
      text-shadow: 0 1px 0 #ffffff;
      opacity: .5;
      background: none;
      border-radius: 0;
      margin-bottom: 0;
      width: auto;
      height: auto; }
.my-funnels .modal .modal#myModalCard .modal-header {
  background-color: #1e7dec !important;
  color: #fff; }
  .my-funnels .modal .modal#myModalCard .modal-header button.close {
    color: #fff;
    opacity: unset; }
.my-funnels .modal .modal#createFunnelModal .select-li-cat-funnel, .my-funnels .modal .modal#createWebsiteModal .select-li-cat-funnel {
  background: #1FB6FF;
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 10px 25px;
  color: #fff !important;
  margin: 0 auto;
  margin-top: 20px; }
.my-funnels .modal .modal#createFunnelModal .card, .my-funnels .modal .modal#createWebsiteModal .card {
  width: 100%; }
  .my-funnels .modal .modal#createFunnelModal .card .card-body, .my-funnels .modal .modal#createWebsiteModal .card .card-body {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column; }

.my-apps .modal#createApp .modal-body .row.rowM {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center; }
  .my-apps .modal#createApp .modal-body .row.rowM .form-group {
    margin-bottom: 50px; }
.my-apps .modal#tutorial .modal-dialog .modal-body button.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
  background: none;
  border-radius: 0;
  margin-bottom: 0;
  width: auto;
  height: auto; }
.my-apps .modal#video-modal .modal-body {
  padding: 10px 25px 25px 25px; }
  .my-apps .modal#video-modal .modal-body button.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .5;
    background: none;
    border-radius: 0;
    margin-bottom: 0;
    width: auto;
    height: auto; }
.my-apps .modal#myModalCard .modal-header {
  background-color: #1e7dec !important;
  color: #fff; }
  .my-apps .modal#myModalCard .modal-header button.close {
    color: #fff;
    opacity: unset; }

.metrics .modal#myModalCard .modal-header {
  background-color: #1e7dec !important;
  color: #fff; }
  .metrics .modal#myModalCard .modal-header button.close {
    color: #fff;
    opacity: unset; }

.addons .modal#myModalCard .modal-header {
  background-color: #1e7dec !important;
  color: #fff; }
  .addons .modal#myModalCard .modal-header button.close {
    color: #fff;
    opacity: unset; }

.my-addons .modal#myModalCard .modal-header {
  background-color: #1e7dec !important;
  color: #fff; }
  .my-addons .modal#myModalCard .modal-header button.close {
    color: #fff;
    opacity: unset; }

.my-apps .modal#createApp .modal-body .row.rowM {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center; }
  .my-apps .modal#createApp .modal-body .row.rowM .form-group {
    margin-bottom: 50px; }
.my-apps .modal#tutorial .modal-dialog .modal-body button.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
  background: none;
  border-radius: 0;
  margin-bottom: 0;
  width: auto;
  height: auto; }
.my-apps .modal#video-modal .modal-body {
  padding: 10px 25px 25px 25px; }
  .my-apps .modal#video-modal .modal-body button.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .5;
    background: none;
    border-radius: 0;
    margin-bottom: 0;
    width: auto;
    height: auto; }
.my-apps .modal#myModalCard .modal-header {
  background-color: #1e7dec !important;
  color: #fff; }
  .my-apps .modal#myModalCard .modal-header button.close {
    color: #fff;
    opacity: unset; }

.modal-content {
  padding: 40px !important;
  border-radius: 8px; }

#welcome-flow .progressBar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }
#welcome-flow #step-4 .form-check-input, #welcome-flow #step-1-1 .form-check-input {
  opacity: 0;
  position: absolute; }
#welcome-flow #step-4 .form-check-input, #welcome-flow #step-4 .form-check-label, #welcome-flow #step-1-1 .form-check-input, #welcome-flow #step-1-1 .form-check-label {
  cursor: pointer;
  outline: none; }
#welcome-flow #step-4 .form-check-input + .form-check-label:before, #welcome-flow #step-1-1 .form-check-input + .form-check-label:before {
  content: '';
  background: #EEF6FF;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  padding: 0px;
  margin-right: 10px;
  text-align: center;
  line-height: 1.5; }
#welcome-flow #step-4 .form-check-input + .form-check-label:before, #welcome-flow #step-1-1 .form-check-input + .form-check-label:before {
  border-radius: 50%; }
#welcome-flow #step-4 .form-check-input:checked + .form-check-label:before, #welcome-flow #step-1-1 .form-check-input:checked + .form-check-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #fff;
  background: #558DFA; }
#welcome-flow #step-4 .form-check-input:focus + .form-check-label, #welcome-flow #step-1-1 .form-check-input:focus + .form-check-label {
  outline: 1px solid #ddd; }
#welcome-flow #step-4 .form-check:has(.form-check-input:checked), #welcome-flow #step-1-1 .form-check:has(.form-check-input:checked) {
  border: 1px solid red; }
#welcome-flow #step-4 .contentMain, #welcome-flow #step-1-1 .contentMain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px; }
#welcome-flow #step-4 .contentRow, #welcome-flow #step-1-1 .contentRow {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
#welcome-flow #step-4 .form-check, #welcome-flow #step-1-1 .form-check {
  display: flex;
  align-items: center;
  padding: 10px;
  height: 46px;
  width: 100%;
  max-width: 320px;
  border-radius: 15px;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  background: #FFFFFF;
  border-radius: 50px; }
  @media (min-width: 981px) {
    #welcome-flow #step-4 .form-check, #welcome-flow #step-1-1 .form-check {
      max-width: 49%; } }
#welcome-flow #step-4 .form-check:hover, #welcome-flow #step-1-1 .form-check:hover {
  box-shadow: 0px 4px 24px rgba(85, 141, 250, 0.25); }
#welcome-flow #step-4 .form-check-label, #welcome-flow #step-1-1 .form-check-label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0px;
  outline: 0px solid #ddd !important;
  color: #96A3C4;
  font-size: 13px; }
  #welcome-flow #step-4 .form-check-label:before, #welcome-flow #step-1-1 .form-check-label:before {
    font-size: 15px; }
#welcome-flow #step-4 .selectedBox, #welcome-flow #step-1-1 .selectedBox {
  border: solid 3px #4177e0 !important;
  box-shadow: 0px 4px 24px rgba(85, 141, 250, 0.25); }
#welcome-flow #step-4 .form-check-label:before, #welcome-flow #step-1-1 .form-check-label:before {
  border: none; }
#welcome-flow #step-1-1 .form-check {
  width: auto !important; }
@media only screen and (max-width: 992px) {
  #welcome-flow .modal-body {
    padding: 50px 15px !important; }
  #welcome-flow #step-4 .contentRow, #welcome-flow #step-1-1 .contentRow {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    align-items: center; } }
#welcome-flow #step-0 h2, #welcome-flow #step-1 h2, #welcome-flow #step-1-0 h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #00023E;
  margin-bottom: 35px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  margin-bottom: 30px; }
#welcome-flow #step-1 .contentMain, #welcome-flow #step-1-0 .contentMain, #welcome-flow #step-3 .contentMain, #welcome-flow #step-5 .contentMain, #welcome-flow #step-1-2 .contentMain {
  display: grid;
  grid-template-columns: auto auto auto auto;
  margin-bottom: 44px;
  grid-column-gap: 2%;
  grid-row-gap: 12px;
  justify-content: center; }
#welcome-flow #step-1 .form-check, #welcome-flow #step-1-0 .form-check, #welcome-flow #step-3 .form-check, #welcome-flow #step-5 .form-check, #welcome-flow #step-1-2 .form-check {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  min-width: 125px;
  max-width: 125px;
  min-height: 125px;
  max-height: 125px;
  padding: 0 0rem;
  margin: 0 auto;
  font-size: 14px;
  padding: 8px 0px;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 8px; }
  #welcome-flow #step-1 .form-check .form-check-label, #welcome-flow #step-1-0 .form-check .form-check-label, #welcome-flow #step-3 .form-check .form-check-label, #welcome-flow #step-5 .form-check .form-check-label, #welcome-flow #step-1-2 .form-check .form-check-label {
    font-weight: 300;
    font-size: 14px;
    color: #00023E; }
#welcome-flow #step-1 .form-check:hover, #welcome-flow #step-1-0 .form-check:hover, #welcome-flow #step-3 .form-check:hover, #welcome-flow #step-5 .form-check:hover, #welcome-flow #step-1-2 .form-check:hover {
  cursor: pointer;
  box-shadow: 0px 4px 24px rgba(85, 141, 250, 0.25); }
#welcome-flow #step-1 .selectedBox, #welcome-flow #step-1-0 .selectedBox, #welcome-flow #step-3 .selectedBox, #welcome-flow #step-5 .selectedBox, #welcome-flow #step-1-2 .selectedBox {
  border: solid 3px #4177e0 !important;
  box-shadow: 0px 4px 24px rgba(85, 141, 250, 0.25);
  cursor: pointer; }
#welcome-flow #step-1 .form-check img, #welcome-flow #step-1-0 .form-check img {
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  cursor: pointer; }
#welcome-flow #step-3 .form-check img {
  width: 32px;
  margin-bottom: 5px;
  cursor: pointer; }
#welcome-flow #step-1-2 .form-check img {
  width: 50px;
  margin-bottom: 5px;
  cursor: pointer; }
#welcome-flow #step-5 .form-check img {
  width: 50px;
  margin-bottom: 5px;
  cursor: pointer; }
#welcome-flow #step-1 .form-check input, #welcome-flow #step-1-0 .form-check input, #welcome-flow #step-3 .form-check input, #welcome-flow #step-5 .form-check input, #welcome-flow #step-1-2 .form-check input {
  display: none;
  cursor: pointer; }
@media only screen and (max-width: 992px) {
  #welcome-flow .modal-body {
    padding: 50px 15px !important; } }
@media only screen and (max-width: 480px) {
  #welcome-flow #step-1 .contentMain, #welcome-flow #step-1-0 .contentMain, #welcome-flow #step-3 .contentMain, #welcome-flow #step-5 .contentMain {
    display: grid;
    grid-template-columns: auto auto;
    margin-bottom: 44px;
    grid-column-gap: 2%;
    grid-row-gap: 18px;
    justify-content: space-around; }
  #welcome-flow #step-1 .form-check, #welcome-flow #step-1-0 .form-check, #welcome-flow #step-3 .form-check, #welcome-flow #step-5 .form-check {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 160px;
    padding: 8px;
    margin: 0 auto;
    font-size: 13px; }
  #welcome-flow #step-1 .form-check img, #welcome-flow #step-1-0 .form-check img, #welcome-flow #step-3 .form-check img, #welcome-flow #step-5 .form-check img {
    width: 40px;
    height: 40px;
    margin-bottom: 0px;
    margin-right: 4px; } }
#welcome-flow #step-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center; }
  #welcome-flow #step-2 input {
    min-width: 500px;
    margin-bottom: 44px;
    text-align: center;
    border: none;
    background: #EEF0F6;
    box-shadow: 1px 1px 5px #EEF0F6, inset -2px -2px 3px #FCFEFF, inset -10px -10px 31px #FFFFFF, inset 2px 2px 6px #96A3C4;
    border-radius: 8px;
    padding: 10px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #96A3C4;
    box-sizing: border-box;
    border: none; }
    #welcome-flow #step-2 input:focus {
      color: #00023E; }
@media only screen and (max-width: 480px) {
  #welcome-flow #step-2 input {
    min-width: 100%; } }
#welcome-flow #step-6 #video-flow-welcome {
  cursor: pointer; }
#welcome-flow #step-6 #btn-flow-6 {
  display: inline;
  align-items: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  background: #4177e0;
  box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
  border-radius: 8px;
  padding: 12px 32px;
  transition: all 0.3s ease;
  border: none; }
  #welcome-flow #step-6 #btn-flow-6:hover, #welcome-flow #step-6 #btn-flow-6:focus {
    border: none;
    box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
#welcome-flow #step-0 .contentMain, #welcome-flow #step-7 .contentMain {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 44px;
  grid-column-gap: 4%;
  grid-row-gap: 18px;
  justify-content: center; }
  #welcome-flow #step-0 .contentMain .form-check, #welcome-flow #step-7 .contentMain .form-check {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    padding: 0 0rem;
    margin: 0 auto;
    font-size: 14px;
    padding: 8px 0px;
    background: #FFFFFF;
    border: solid 3px #EEF0F6 !important;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 20px; }
    #welcome-flow #step-0 .contentMain .form-check img, #welcome-flow #step-7 .contentMain .form-check img {
      margin-bottom: 5px;
      cursor: pointer;
      margin-bottom: 20px; }
  #welcome-flow #step-0 .contentMain .form-check input, #welcome-flow #step-7 .contentMain .form-check input {
    display: none;
    cursor: pointer; }
  #welcome-flow #step-0 .contentMain .form-check:hover, #welcome-flow #step-7 .contentMain .form-check:hover {
    cursor: pointer;
    box-shadow: 0px 4px 24px rgba(85, 141, 250, 0.25); }
  #welcome-flow #step-0 .contentMain .selectedBox, #welcome-flow #step-7 .contentMain .selectedBox {
    border: solid 3px #4177e0 !important;
    box-shadow: 0px 4px 24px rgba(85, 141, 250, 0.25);
    cursor: pointer; }
@media only screen and (max-width: 992px) {
  #welcome-flow #step-1 .contentMain, #welcome-flow #step-3 .contentMain, #welcome-flow #step-1-2 .contentMain {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 4%;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    padding: 0px 15px !important; }
  #welcome-flow #step-0 .contentMain, #welcome-flow #step-7 .contentMain {
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 4%;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    padding: 0px 15px !important; } }

.modal .close {
  outline: none;
  padding: 0;
  width: 30px;
  height: 30px;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #00023E;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
  transition: all 0.3s ease; }
  .modal .close:hover, .modal .close:focus {
    color: #4177e0;
    opacity: 1; }

.modal .modal-content {
  background: #EEF0F6 !important;
  box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0 !important;
  border-radius: 15px !important;
  border: none; }
  .modal .modal-content .modal-body {
    padding: 40px; }
    .modal .modal-content .modal-body h1 {
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 32px;
      line-height: 39px;
      text-align: center;
      color: #00023E; }

@media (min-width: 992px) {
  .modal .modal-lg {
    max-width: 1000px; }
  .modal.modalVideo .modal-body, .modal#createApp .modal-body {
    padding: 0; }
  .modal.modalVideo .modal-lg, .modal#createApp .modal-lg {
    max-width: 1000px; } }
.form-check p {
  font-weight: 300;
  font-size: 14px;
  color: #00023E; }

#step-1 #btn-flow-1 {
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  background: #4177e0;
  box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
  border-radius: 8px;
  padding: 12px 32px;
  transition: all 0.3s ease;
  border: none; }
  #step-1 #btn-flow-1:hover, #step-1 #btn-flow-1:focus {
    border: none;
    box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }

.div-end-buy-project .text-center {
  color: #00023E; }

.modal#m-conf .text-center {
  color: #00023E; }

.modal .modal-header {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.modal#modalUpgrade .modal-title {
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .modal#modalUpgrade .modal-title strong {
    display: block;
    width: 100%; }
  .modal#modalUpgrade .modal-title #modal-plan-name {
    color: #57CEBB;
    margin-top: 10px;
    font-size: 80%; }
.modal#modalUpgrade .col-12.text-center {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #96A3C4; }
.modal#modalUpgrade .modal-content .modal-body {
  padding: 0 40px;
  box-sizing: border-box; }
  .modal#modalUpgrade .modal-content .modal-body label.control-label {
    color: #00023E;
    font-weight: 600;
    margin-bottom: 5px; }
  .modal#modalUpgrade .modal-content .modal-body .input-group-text {
    border: none; }
  .modal#modalUpgrade .modal-content .modal-body .info-error {
    font-weight: bold;
    color: #EB5757; }
    .modal#modalUpgrade .modal-content .modal-body .info-error small {
      font-weight: bold; }
  .modal#modalUpgrade .modal-content .modal-body .btn {
    width: 100%; }

.modal#publishModal .modal-header, .modal#unpublishModal .modal-header, .modal#republishModal .modal-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  .modal#publishModal .modal-header button.close, .modal#unpublishModal .modal-header button.close, .modal#republishModal .modal-header button.close {
    position: absolute;
    right: 50px;
    top: 50px; }
.modal#publishModal .subtitle, .modal#publishModal .text-more-info-publish, .modal#unpublishModal .subtitle, .modal#unpublishModal .text-more-info-publish, .modal#republishModal .subtitle, .modal#republishModal .text-more-info-publish {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #6A7BA3;
  margin-bottom: 2rem; }
  .modal#publishModal .subtitle i, .modal#publishModal .text-more-info-publish i, .modal#unpublishModal .subtitle i, .modal#unpublishModal .text-more-info-publish i, .modal#republishModal .subtitle i, .modal#republishModal .text-more-info-publish i {
    margin-left: 5px; }
.modal#publishModal .form-group label, .modal#unpublishModal .form-group label, .modal#republishModal .form-group label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6A7BA3;
  margin-bottom: 5px; }
  .modal#publishModal .form-group label .fa-question-circle, .modal#unpublishModal .form-group label .fa-question-circle, .modal#republishModal .form-group label .fa-question-circle {
    margin-left: 5px; }
.modal#publishModal .div-checks, .modal#unpublishModal .div-checks, .modal#republishModal .div-checks {
  box-sizing: border-box;
  padding: 20px 20px 15px;
  background: #EEF0F6;
  border-radius: 15px;
  width: 100%; }
  .modal#publishModal .div-checks .form-check label.form-check-label, .modal#unpublishModal .div-checks .form-check label.form-check-label, .modal#republishModal .div-checks .form-check label.form-check-label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #6A7BA3; }
    .modal#publishModal .div-checks .form-check label.form-check-label span, .modal#unpublishModal .div-checks .form-check label.form-check-label span, .modal#republishModal .div-checks .form-check label.form-check-label span {
      width: calc(100% - 20px); }
.modal#publishModal .modal-body .row > .col-md-12, .modal#unpublishModal .modal-body .row > .col-md-12, .modal#republishModal .modal-body .row > .col-md-12 {
  padding: 0 !important; }
.modal#publishModal .list-platforms, .modal#unpublishModal .list-platforms, .modal#republishModal .list-platforms {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center; }
  .modal#publishModal .list-platforms input[type=checkbox], .modal#unpublishModal .list-platforms input[type=checkbox], .modal#republishModal .list-platforms input[type=checkbox] {
    box-sizing: border-box;
    background: #EEF0F6;
    box-shadow: 1px 1px 5px #eef0f6, inset -2px -2px 3px #fcfeff, inset -10px -10px 31px #ffffff, inset 2px 2px 6px #96a3c4;
    border-radius: 8px;
    padding: 10px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #96A3C4;
    box-sizing: border-box;
    border: none; }
  .modal#publishModal .list-platforms input[type=checkbox] + label:before, .modal#unpublishModal .list-platforms input[type=checkbox] + label:before, .modal#republishModal .list-platforms input[type=checkbox] + label:before {
    border: none;
    border-radius: 0;
    background: #fff;
    display: inline-block;
    font: 16px/1em sans-serif;
    font-weight: bold;
    height: 10px;
    margin: 0;
    padding: 0;
    vertical-align: initial;
    width: 10px;
    margin-right: 5px;
    margin-top: 0;
    transform: none; }
  .modal#publishModal .list-platforms input[type='checkbox']:checked:after, .modal#unpublishModal .list-platforms input[type='checkbox']:checked:after, .modal#republishModal .list-platforms input[type='checkbox']:checked:after {
    width: 9px;
    height: 9px;
    border-radius: 10px;
    top: -2px;
    left: 2px;
    position: relative;
    background-color: #558DFA;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid white; }

.modal {
  z-index: 1000000; }

.modal-backdrop {
  z-index: 10000; }

nav.main-header {
  z-index: 1; }
  @media (min-width: 991px) {
    nav.main-header ul.navbar-nav.burger {
      display: none; } }

.sidebar-mini.sidebar-collapse .content-wrapper {
  padding: 1.5rem; }
  @media (min-width: 991px) {
    .sidebar-mini.sidebar-collapse .content-wrapper {
      padding: 3rem 3rem 5rem;
      z-index: 0;
      border-radius: 15px 0px 0px 0px;
      position: fixed;
      height: calc(100vh - 60px);
      width: calc(100% - 80px);
      margin-left: 80px !important;
      /**/
      background: #EEF0F6;
      box-shadow: -1px -1px 4px #c5c7cb, inset 5px 5px 10px #B4C7E7;
      border-radius: 15px 0 0 0;
      padding: 20px;
      overflow: overlay !important;
      top: 60px; } }

@media (min-width: 991px) {
  .sidebar-mini .nav-sidebar {
    overflow: visible; } }

.sidebar-mini.sidebar-collapse li.nav-item {
  margin-bottom: 0;
  display: block;
  position: relative; }
  .sidebar-mini.sidebar-collapse li.nav-item .labelNav {
    position: absolute;
    top: 20%;
    left: 100%;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s ease; }
    .sidebar-mini.sidebar-collapse li.nav-item .labelNav p {
      background-color: #00023E;
      border-radius: 4px;
      color: #fff;
      font-size: 12px;
      margin-bottom: 0;
      padding: 3px 6px;
      box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.4);
      filter: drop-shadow(10px 10px 20px #A6ABBD); }
    .sidebar-mini.sidebar-collapse li.nav-item .labelNav:before {
      content: "";
      width: 7px;
      height: 10px;
      background-image: url("../../public/img/arrowlabel.svg");
      left: 2px;
      position: relative;
      z-index: 10; }
  .sidebar-mini.sidebar-collapse li.nav-item:hover .labelNav {
    left: calc(100% + 0.5rem);
    opacity: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
.sidebar-mini.sidebar-collapse .main-sidebar .sidebar nav .nav-sidebar .nav-item a {
  width: 100%;
  text-align: center; }

.sidebar {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }
  @media (min-width: 991px) {
    .sidebar {
      width: 80px; } }

@media (min-width: 991px) {
  .sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar:before {
    overflow: visible; } }

nav.main-header.navbar-light ul.navbar-nav li.nav-item.dropdown a span.lang-code {
  color: #00023E; }

#sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.5); }

/*GENERAL*/
.btn-blue {
  cursor: pointer;
  width: 211px;
  height: 43px;
  background: #558DFA;
  box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
  border-radius: 8px;
  border: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin: 20px; }
  .btn-blue:hover, .btn-blue:focus {
    background-color: #f5f6fa;
    box-shadow: inset -1px 1.11px 4.21px #a6abbd;
    color: #6A7BA3; }

[disabled="disabled"] {
  background: none !important;
  box-shadow: inset -0px 0px 0px #a6abbd !important;
  color: #c8cee5 !important;
  border: solid 1px #c8cee5; }

.btn-shadow {
  cursor: pointer;
  width: 211px;
  height: 43px;
  background: #6A7BA3;
  box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
  border-radius: 8px;
  border: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin: 20px; }
  .btn-shadow:hover, .btn-shadow:focus {
    background-color: #f5f6fa;
    box-shadow: inset -1px 1.11px 4.21px #a6abbd;
    color: #9aaed0; }

/*HOME*/
.home {
  padding: 15px; }
  @media (min-width: 991px) {
    .home {
      padding: 0; } }
  .home .box-list .content-cards .card {
    background-color: #EEF0F6;
    box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
    border-radius: 15px; }
    .home .box-list .content-cards .card .card-body .card-title {
      color: #00023E; }
    .home .box-list .content-cards .card .card-body .card-subtitle {
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 17px; }
    .home .box-list .content-cards .card .card-body .card-text .form-check label.form-check-label {
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      color: #00023E; }
  .home .box-list .content-cards .card-1 .card-title {
    font-size: 18px;
    line-height: 22px; }
  .home .box-list .content-cards input ~ .checkmark {
    background: #EEF0F6;
    box-shadow: inset -3px -3px 6px #FFFFFF, inset 3px 3px 6px #B4C7E7;
    border-radius: 6px; }
  .home .box-list .content-cards input:checked ~ .checkmark {
    background: #4177e0;
    box-shadow: 2px 2px 4px rgba(114, 142, 171, 0.1), -6px -6px 20px #FFFFFF, 4px 4px 20px rgba(111, 140, 176, 0.41);
    border-radius: 6px; }
  .home section.content-platforms {
    background: #DEE2EC;
    box-shadow: inset 4px 4px 8px #B4C7E7;
    border-radius: 15px; }
    .home section.content-platforms .container-fluid .row h2.title {
      color: #00023E;
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 32px;
      line-height: 39px; }
    .home section.content-platforms .container-fluid .row h6.subtitle {
      color: #96A3C4;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px; }
    .home section.content-platforms .container-fluid .row.videos-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (min-width: 981px) {
        .home section.content-platforms .container-fluid .row.videos-list {
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
      @media (min-width: 1140px) {
        .home section.content-platforms .container-fluid .row.videos-list {
          display: grid; } }
      .home section.content-platforms .container-fluid .row.videos-list .card-vid {
        transition: all 0.3s ease; }
        .home section.content-platforms .container-fluid .row.videos-list .card-vid .card .card-body .card-text {
          font-size: 12px;
          font-weight: 400;
          line-height: 15px;
          font-family: "Inter", sans-serif;
          color: #96A3C4; }
        .home section.content-platforms .container-fluid .row.videos-list .card-vid:hover, .home section.content-platforms .container-fluid .row.videos-list .card-vid:focus {
          background: #EEF0F6;
          box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0; }
  .home .cards-bottom-home .box-list {
    padding: 0 20px; }
  .home .cards-bottom-home .card .card-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    flex-direction: initial; }
    .home .cards-bottom-home .card .card-body h5.card-title {
      width: 100%; }
    .home .cards-bottom-home .card .card-body p.card-text {
      width: 100%; }
    .home .cards-bottom-home .card .card-body .card-up {
      width: 100%; }
      .home .cards-bottom-home .card .card-body .card-up .icons {
        margin-bottom: 1rem; }
      .home .cards-bottom-home .card .card-body .card-up h5.card-title {
        width: 100%;
        font-family: "Inter", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px; }
      .home .cards-bottom-home .card .card-body .card-up p.card-text {
        width: 100%;
        font-family: "Inter", sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #00023E; }
    .home .cards-bottom-home .card .card-body .card-link {
      box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
      border-radius: 8px;
      cursor: pointer;
      padding: 14px 32px;
      transition: all 0.3s ease; }
      .home .cards-bottom-home .card .card-body .card-link:hover, .home .cards-bottom-home .card .card-body .card-link:focus {
        box-shadow: -10px -10px 15px #FFFFFF, 10px 10px 15px #9AAED0; }
  .home .cards-bottom-home .card-1 .card .card-body {
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .home .cards-bottom-home .card-2 .card .card-body .card-up h5.card-title {
    color: #EF86B0; }
  .home .cards-bottom-home .card-2 .card .card-body .card-link {
    background: #EF86B0;
    filter: opacity(0.2); }
  .home .cards-bottom-home .card-3 .card .card-body .card-up h5.card-title {
    color: #4177e0; }
  .home .cards-bottom-home .card-3 .card .card-body .card-link {
    background: #4177e0; }
  .home .cards-bottom-home section.content-resources .card .card-header h3.card-title {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #00023E; }
  .home .cards-bottom-home section.content-resources .card .card-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 0; }
    .home .cards-bottom-home section.content-resources .card .card-body .row {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
    .home .cards-bottom-home section.content-resources .card .card-body .resource-index {
      width: 50%;
      min-height: 150px; }
      @media (min-width: 1400px) {
        .home .cards-bottom-home section.content-resources .card .card-body .resource-index {
          width: 25%;
          max-width: 25%; } }
      .home .cards-bottom-home section.content-resources .card .card-body .resource-index .box-source {
        width: 100%;
        background: #EEF0F6;
        transition: all 0.3s ease; }
        .home .cards-bottom-home section.content-resources .card .card-body .resource-index .box-source a {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center; }
          @media (min-width: 981px) {
            .home .cards-bottom-home section.content-resources .card .card-body .resource-index .box-source a {
              -webkit-flex-wrap: nowrap;
              -moz-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
          .home .cards-bottom-home section.content-resources .card .card-body .resource-index .box-source a img {
            width: 100%;
            max-width: 110px;
            height: auto; }
          .home .cards-bottom-home section.content-resources .card .card-body .resource-index .box-source a .boxRight {
            padding-left: 5px;
            width: 100%;
            text-align: center;
            line-height: 1.2; }
            @media (min-width: 768px) {
              .home .cards-bottom-home section.content-resources .card .card-body .resource-index .box-source a .boxRight {
                text-align: left; } }
            .home .cards-bottom-home section.content-resources .card .card-body .resource-index .box-source a .boxRight p {
              font-family: "Inter", sans-serif;
              font-weight: 300;
              font-size: 12px;
              line-height: 15px;
              color: #96A3C4;
              transition: all 0.3s ease;
              text-align: center;
              width: 100%; }
              @media (min-width: 768px) {
                .home .cards-bottom-home section.content-resources .card .card-body .resource-index .box-source a .boxRight p {
                  text-align: left; } }
          .home .cards-bottom-home section.content-resources .card .card-body .resource-index .box-source a .title-source {
            font-family: "Inter", sans-serif;
            font-weight: 500;
            font-size: 14px;
            line-height: 17px;
            color: #00023E;
            transition: all 0.3s ease;
            text-align: center;
            width: 100%;
            margin-bottom: 5px;
            display: block; }
            @media (min-width: 768px) {
              .home .cards-bottom-home section.content-resources .card .card-body .resource-index .box-source a .title-source {
                text-align: left; } }
          .home .cards-bottom-home section.content-resources .card .card-body .resource-index .box-source a:hover .title-source, .home .cards-bottom-home section.content-resources .card .card-body .resource-index .box-source a:focus .title-source {
            color: #4177e0; }
          .home .cards-bottom-home section.content-resources .card .card-body .resource-index .box-source a:hover p, .home .cards-bottom-home section.content-resources .card .card-body .resource-index .box-source a:focus p {
            color: #00023E; }
        .home .cards-bottom-home section.content-resources .card .card-body .resource-index .box-source:hover, .home .cards-bottom-home section.content-resources .card .card-body .resource-index .box-source:focus {
          box-shadow: -10px -10px 15px #FFFFFF, 10px 10px 15px #9AAED0; }
    .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial {
      width: 50%;
      min-height: 150px;
      margin-bottom: 1rem; }
      @media (min-width: 1400px) {
        .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial {
          width: 50%;
          max-width: 50%; } }
      .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source {
        padding: 10px 14px;
        background: #EEF0F6;
        border-radius: 15px;
        color: #00023E;
        box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0; }
        .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source .file {
          padding: 4px 8px;
          width: auto;
          height: 24px;
          border-radius: 6px 0px;
          color: #fff;
          position: absolute;
          top: 0px;
          left: 8px;
          font-size: 12px; }
        .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source .file-1 {
          background: #FFA2C0; }
        .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source .file-2 {
          background: #F3A15D; }
        .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source .file-3 {
          background: #70B3EC; }
        .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source .file-4 {
          background: #AFDD74; }
        .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source .title-source {
          font-size: 14px;
          color: #021346;
          margin-top: 10px;
          font-weight: 600; }
        .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source p {
          font-size: 12px;
          color: #808897; }
      .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source {
        width: 100%;
        background: #EEF0F6;
        transition: all 0.3s ease; }
        .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source a {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center; }
          @media (min-width: 981px) {
            .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source a {
              -webkit-flex-wrap: nowrap;
              -moz-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
          .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source a img {
            width: 100%;
            max-width: 110px;
            height: auto; }
          .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source a .boxRight {
            padding-left: 5px;
            width: 100%;
            text-align: center;
            line-height: 1.2; }
            @media (min-width: 768px) {
              .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source a .boxRight {
                text-align: left; } }
            .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source a .boxRight p {
              font-family: "Inter", sans-serif;
              font-weight: 300;
              font-size: 12px;
              line-height: 15px;
              color: #96A3C4;
              transition: all 0.3s ease;
              text-align: center;
              width: 100%; }
              @media (min-width: 768px) {
                .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source a .boxRight p {
                  text-align: left; } }
          .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source a .title-source {
            font-family: "Inter", sans-serif;
            font-weight: 500;
            font-size: 14px;
            line-height: 17px;
            color: #00023E;
            transition: all 0.3s ease;
            text-align: center;
            width: 100%;
            margin-bottom: 5px;
            display: block; }
            @media (min-width: 768px) {
              .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source a .title-source {
                text-align: left; } }
          .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source a:hover .title-source, .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source a:focus .title-source {
            color: #4177e0; }
          .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source a:hover p, .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source a:focus p {
            color: #00023E; }
        .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source:hover, .home .cards-bottom-home section.content-resources .card .card-body .resource-index-trial .box-source:focus {
          box-shadow: -10px -10px 15px #FFFFFF, 10px 10px 15px #9AAED0; }

/*DASHBOARD*/
.dashboard {
  padding: 0 20px !important; }
  @media (min-width: 991px) {
    .dashboard {
      padding: 15px !important; } }
  .dashboard .box-list .content-platforms .rowBoxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    padding-right: 7.5px;
    padding-left: 7.5px; }
  .dashboard .box-list .content-platforms .contentSmall {
    background: #EEF0F6;
    box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
    border-radius: 8px;
    width: 48.6%;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .dashboard .box-list .content-platforms .contentSmall {
        min-width: 180px;
        width: 32%; } }
    @media (min-width: 981px) {
      .dashboard .box-list .content-platforms .contentSmall {
        min-width: 180px;
        width: 15.6%; } }
    .dashboard .box-list .content-platforms .contentSmall .logo {
      margin-bottom: 0; }
    .dashboard .box-list .content-platforms .contentSmall .text h3 {
      margin-bottom: 0; }
  .dashboard .box-list .content-platforms .small-box {
    min-height: 74px;
    margin-bottom: 0 !important; }
  .dashboard .chartsSection .card {
    background: #EEF0F6;
    box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
    border-radius: 15px; }
    .dashboard .chartsSection .card .apexcharts-legend .apexcharts-legend-series {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 4px 14px;
      background: #EEF0F6;
      box-shadow: -2px -2px 4px #FFFFFF, 2px 2px 4px #9AAED0;
      border-radius: 20px; }
      .dashboard .chartsSection .card .apexcharts-legend .apexcharts-legend-series span.apexcharts-legend-text {
        color: #96A3C4 !important; }
  .dashboard .chartsSection .content-addons .CardAddons, .dashboard .chartsSection .content-products .CardAddons {
    padding: 20px; }
    .dashboard .chartsSection .content-addons .CardAddons .card-header, .dashboard .chartsSection .content-products .CardAddons .card-header {
      padding: 0 10px;
      margin-bottom: 5px; }
      .dashboard .chartsSection .content-addons .CardAddons .card-header .card-title .title-name, .dashboard .chartsSection .content-products .CardAddons .card-header .card-title .title-name {
        font-family: "Inter", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        align-items: center;
        color: #00023E; }
      .dashboard .chartsSection .content-addons .CardAddons .card-header .card-title .total-text, .dashboard .chartsSection .content-products .CardAddons .card-header .card-title .total-text {
        font-family: "Inter", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        align-items: center;
        color: #00023E;
        text-transform: uppercase; }
      .dashboard .chartsSection .content-addons .CardAddons .card-header .card-title .num-total, .dashboard .chartsSection .content-products .CardAddons .card-header .card-title .num-total {
        font-family: "Inter", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        align-items: center;
        color: #00023E; }
    .dashboard .chartsSection .content-addons .CardAddons .card-body, .dashboard .chartsSection .content-products .CardAddons .card-body {
      padding: 10px 10px; }
      .dashboard .chartsSection .content-addons .CardAddons .card-body .addon-groups .name-addon, .dashboard .chartsSection .content-addons .CardAddons .card-body .addon-digital .name-addon, .dashboard .chartsSection .content-addons .CardAddons .card-body .addon-reviews .name-addon, .dashboard .chartsSection .content-addons .CardAddons .card-body .addon-language .name-addon, .dashboard .chartsSection .content-products .CardAddons .card-body .addon-groups .name-addon, .dashboard .chartsSection .content-products .CardAddons .card-body .addon-digital .name-addon, .dashboard .chartsSection .content-products .CardAddons .card-body .addon-reviews .name-addon, .dashboard .chartsSection .content-products .CardAddons .card-body .addon-language .name-addon {
        font-family: "Inter", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #00023E; }
      .dashboard .chartsSection .content-addons .CardAddons .card-body .addon-groups .count-addons, .dashboard .chartsSection .content-addons .CardAddons .card-body .addon-digital .count-addons, .dashboard .chartsSection .content-addons .CardAddons .card-body .addon-reviews .count-addons, .dashboard .chartsSection .content-addons .CardAddons .card-body .addon-language .count-addons, .dashboard .chartsSection .content-products .CardAddons .card-body .addon-groups .count-addons, .dashboard .chartsSection .content-products .CardAddons .card-body .addon-digital .count-addons, .dashboard .chartsSection .content-products .CardAddons .card-body .addon-reviews .count-addons, .dashboard .chartsSection .content-products .CardAddons .card-body .addon-language .count-addons {
        font-family: "Inter", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #00023E; }
  .dashboard .chartsSection .content-data-project-client .card {
    background: #DEE2EC;
    box-shadow: inset 0px 4px 4px #B4C7E7;
    border-radius: 15px; }
    .dashboard .chartsSection .content-data-project-client .card .card-header .list-opts {
      padding: 2rem 1rem 0; }
      @media (min-width: 1140px) {
        .dashboard .chartsSection .content-data-project-client .card .card-header .list-opts {
          padding: 2rem 1rem 1rem; } }
      .dashboard .chartsSection .content-data-project-client .card .card-header .list-opts .nav-item {
        width: 100%;
        text-align: center;
        border-bottom: 0;
        margin-bottom: 15px; }
        .dashboard .chartsSection .content-data-project-client .card .card-header .list-opts .nav-item:last-child {
          margin-bottom: 0; }
        @media (min-width: 1140px) {
          .dashboard .chartsSection .content-data-project-client .card .card-header .list-opts .nav-item {
            width: 28%;
            margin-bottom: 0; } }
    .dashboard .chartsSection .content-data-project-client .card .card-header .nav-pills .nav-link {
      background: #B4C7E7;
      color: #fff;
      border-radius: 8px !important;
      padding: 12px;
      border-bottom: 0;
      transition: all 0.3s ease; }
      .dashboard .chartsSection .content-data-project-client .card .card-header .nav-pills .nav-link.active {
        border-bottom: none;
        box-shadow: -3px -3px 6px rgba(255, 255, 255, 0.8), 6px 6px 8px #9AAED0;
        background: #EEF0F6;
        color: #00023E;
        font-size: 14px; }
      .dashboard .chartsSection .content-data-project-client .card .card-header .nav-pills .nav-link:hover, .dashboard .chartsSection .content-data-project-client .card .card-header .nav-pills .nav-link:focus {
        box-shadow: -3px -3px 6px rgba(255, 255, 255, 0.8), 6px 6px 8px #9AAED0;
        background: #EEF0F6;
        color: #00023E !important; }
    .dashboard .chartsSection .content-data-project-client .card .autologin button#login-project {
      background: #4177e0;
      border: 1px solid #4177e0;
      box-sizing: border-box;
      box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
      border-radius: 8px;
      padding: 6px 8px;
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-size: 12px;
      text-align: center; }
      .dashboard .chartsSection .content-data-project-client .card .autologin button#login-project:hover, .dashboard .chartsSection .content-data-project-client .card .autologin button#login-project:focus {
        box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
    .dashboard .chartsSection .content-data-project-client .card .card-body {
      margin-right: 0; }
      .dashboard .chartsSection .content-data-project-client .card .card-body #pills-tabContent .box-contact, .dashboard .chartsSection .content-data-project-client .card .card-body #pills-tabContent .box-contactv2 {
        background: #EEF0F6;
        box-shadow: -4px -4px 6px #FFFFFF, 4px 4px 6px #9AAED0;
        border-radius: 8px;
        padding: 8px 14px;
        margin-left: 0;
        margin-right: 0; }
        .dashboard .chartsSection .content-data-project-client .card .card-body #pills-tabContent .box-contact .letter, .dashboard .chartsSection .content-data-project-client .card .card-body #pills-tabContent .box-contactv2 .letter {
          width: 50px;
          margin-right: 10px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; }
        .dashboard .chartsSection .content-data-project-client .card .card-body #pills-tabContent .box-contact .info, .dashboard .chartsSection .content-data-project-client .card .card-body #pills-tabContent .box-contactv2 .info {
          width: calc(100% - 60px); }
      .dashboard .chartsSection .content-data-project-client .card .card-body #pills-tabContent .box-contactv2 .info {
        width: calc(100% - 100px); }
  .dashboard .div-tutorial .btn-vide-info {
    color: #00023E;
    border: 2px solid #00023E; }
    .dashboard .div-tutorial .btn-vide-info:hover, .dashboard .div-tutorial .btn-vide-info:focus {
      color: #4177e0;
      border: 2px solid #4177e0; }

/*FUNNELS*/
.my-funnels {
  padding: 15px; }
  .my-funnels h1 strong {
    font-weight: 600; }
  .my-funnels .container-section {
    margin-top: 25px; }
  .my-funnels section.content-platforms {
    background: #DEE2EC;
    box-shadow: inset 4px 4px 8px #B4C7E7;
    border-radius: 15px; }
    .my-funnels section.content-platforms .container-fluid .row h2.title {
      color: #00023E;
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 32px;
      line-height: 39px; }
    .my-funnels section.content-platforms .container-fluid .row h6.subtitle {
      color: #96A3C4;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px; }
  .my-funnels section .row.videos-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: transparent;
    max-width: 1100px;
    margin: 0 auto; }
    @media (min-width: 981px) {
      .my-funnels section .row.videos-list {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    @media (min-width: 1140px) {
      .my-funnels section .row.videos-list {
        display: grid; } }
    .my-funnels section .row.videos-list .card-vid {
      transition: all 0.3s ease;
      border-radius: 8px;
      overflow: hidden;
      padding: 10px;
      background: none;
      border: none; }
      .my-funnels section .row.videos-list .card-vid .card .card-body .card-text {
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        font-family: "Inter", sans-serif;
        color: #96A3C4; }
      .my-funnels section .row.videos-list .card-vid:hover, .my-funnels section .row.videos-list .card-vid:focus {
        background: #EEF0F6;
        box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0; }
  .my-funnels .div-tutorial .btn-vide-info {
    color: #00023E;
    border: 2px solid #00023E; }
    .my-funnels .div-tutorial .btn-vide-info:hover, .my-funnels .div-tutorial .btn-vide-info:focus {
      color: #4177e0;
      border: 2px solid #4177e0; }
  .my-funnels .buttonsFunnelsFilter {
    margin-bottom: 1rem; }
    .my-funnels .buttonsFunnelsFilter .btn-more-funnels, .my-funnels .buttonsFunnelsFilter .btn-more-websites {
      display: inline-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
      .my-funnels .buttonsFunnelsFilter .btn-more-funnels i, .my-funnels .buttonsFunnelsFilter .btn-more-websites i {
        padding: 4px;
        border-radius: 100%;
        border: 2px solid white;
        font-size: 8px; }
  .my-funnels .table-content {
    margin: 10px 0; }
  .my-funnels .app .edit-btn a.more-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #EEF0F6;
    transition: all 0.3s ease;
    box-shadow: -7.04355px -7.04355px 9.3914px #FFFFFF, 7.04355px 7.04355px 9.3914px #9AAED0; }
    .my-funnels .app .edit-btn a.more-info i.cog {
      display: flex !important;
      line-height: auto;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      height: 100%; }
      .my-funnels .app .edit-btn a.more-info i.cog svg {
        transition: all 0.3s ease;
        fill: #4177e0; }
    .my-funnels .app .edit-btn a.more-info:hover, .my-funnels .app .edit-btn a.more-info:focus {
      background-color: #4177e0; }
      .my-funnels .app .edit-btn a.more-info:hover i.cog svg, .my-funnels .app .edit-btn a.more-info:focus i.cog svg {
        fill: #fff; }
    .my-funnels .app .edit-btn a.more-info.activeInfo {
      background-color: #4177e0; }
      .my-funnels .app .edit-btn a.more-info.activeInfo i.cog svg {
        fill: #fff; }
  .my-funnels .app .edit-btn button.btn-login, .my-funnels .app .edit-btn a.btn-login_domain {
    margin-left: 15px;
    background-color: #57CEBB;
    color: #fff;
    box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1.5px;
    min-width: 135px; }
    .my-funnels .app .edit-btn button.btn-login:hover, .my-funnels .app .edit-btn button.btn-login:focus, .my-funnels .app .edit-btn a.btn-login_domain:hover, .my-funnels .app .edit-btn a.btn-login_domain:focus {
      background-color: #4177e0; }
  .my-funnels .app .info-app .table-head {
    border-bottom: none;
    margin-bottom: 0; }
    .my-funnels .app .info-app .table-head .row-btn-apps-top span {
      color: #00023E; }
    .my-funnels .app .info-app .table-head .row-btn-apps-top .text-right {
      color: #00023E; }
    .my-funnels .app .info-app .table-head .div-more-info {
      color: #00023E; }
      .my-funnels .app .info-app .table-head .div-more-info .p-title {
        color: #00023E;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px; }
      .my-funnels .app .info-app .table-head .div-more-info span.url-subdomain {
        color: #00023E; }
      .my-funnels .app .info-app .table-head .div-more-info .btn-copy-url {
        background: #EEF0F6;
        box-shadow: -7.04355px -7.04355px 9.3914px #FFFFFF, 7.04355px 7.04355px 9.3914px #9AAED0; }
      .my-funnels .app .info-app .table-head .div-more-info input {
        background: #EEF0F6;
        box-shadow: 1px 1px 5px #EEF0F6, inset -2px -2px 3px #FCFEFF, inset -10px -10px 31px #FFFFFF, inset 2px 2px 6px #96A3C4;
        border-radius: 8px;
        padding: 10px;
        border: none;
        color: #00023E; }
      .my-funnels .app .info-app .table-head .div-more-info .edit-domain, .my-funnels .app .info-app .table-head .div-more-info .edit-name, .my-funnels .app .info-app .table-head .div-more-info .edit-admin {
        transition: all 0.3s ease;
        background: #4177e0;
        box-shadow: -1px -1px 1px #FFFFFF, 0px 3px 3px #9AAED0; }
        .my-funnels .app .info-app .table-head .div-more-info .edit-domain:hover, .my-funnels .app .info-app .table-head .div-more-info .edit-domain:focus, .my-funnels .app .info-app .table-head .div-more-info .edit-name:hover, .my-funnels .app .info-app .table-head .div-more-info .edit-name:focus, .my-funnels .app .info-app .table-head .div-more-info .edit-admin:hover, .my-funnels .app .info-app .table-head .div-more-info .edit-admin:focus {
          background-color: #00023E; }
      .my-funnels .app .info-app .table-head .div-more-info .delete-domain, .my-funnels .app .info-app .table-head .div-more-info .del-admin {
        transition: all 0.3s ease;
        background: #EEF0F6;
        box-shadow: -1px -1px 1px #FFFFFF, 0px 3px 3px #9AAED0; }
        .my-funnels .app .info-app .table-head .div-more-info .delete-domain i, .my-funnels .app .info-app .table-head .div-more-info .del-admin i {
          transition: all 0.3s ease; }
          .my-funnels .app .info-app .table-head .div-more-info .delete-domain i svg, .my-funnels .app .info-app .table-head .div-more-info .del-admin i svg {
            transition: all 0.3s ease;
            fill: #6A7BA3; }
        .my-funnels .app .info-app .table-head .div-more-info .delete-domain:hover, .my-funnels .app .info-app .table-head .div-more-info .delete-domain:focus, .my-funnels .app .info-app .table-head .div-more-info .del-admin:hover, .my-funnels .app .info-app .table-head .div-more-info .del-admin:focus {
          background-color: #00023E; }
          .my-funnels .app .info-app .table-head .div-more-info .delete-domain:hover i svg, .my-funnels .app .info-app .table-head .div-more-info .delete-domain:focus i svg, .my-funnels .app .info-app .table-head .div-more-info .del-admin:hover i svg, .my-funnels .app .info-app .table-head .div-more-info .del-admin:focus i svg {
            fill: white; }
      .my-funnels .app .info-app .table-head .div-more-info.flex-end {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end; }
      .my-funnels .app .info-app .table-head .div-more-info .btn-rest-unpublish {
        width: fit-content;
        height: 43px;
        align-items: center;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        border-radius: 8px;
        padding: 12px 18px;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        background: #00023E;
        box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
        border: none; }
        .my-funnels .app .info-app .table-head .div-more-info .btn-rest-unpublish i {
          line-height: 1;
          margin-right: 5px;
          font-size: 12px; }
        .my-funnels .app .info-app .table-head .div-more-info .btn-rest-unpublish:hover, .my-funnels .app .info-app .table-head .div-more-info .btn-rest-unpublish:focus {
          border: none;
          background: #4177e0; }
  .my-funnels .app .info-app .row-btn-apps .btn-rest-unpublish {
    width: fit-content;
    height: 43px;
    align-items: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border-radius: 8px;
    padding: 12px 18px;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background: #00023E;
    box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
    border: none; }
    .my-funnels .app .info-app .row-btn-apps .btn-rest-unpublish i {
      line-height: 1;
      margin-right: 5px;
      font-size: 12px; }
    .my-funnels .app .info-app .row-btn-apps .btn-rest-unpublish:hover, .my-funnels .app .info-app .row-btn-apps .btn-rest-unpublish:focus {
      border: none;
      background: #4177e0; }
  .my-funnels .contentInner .head-table .search-box i {
    color: #96A3C4; }
  .my-funnels .contentInner .head-table .search-box a.search-toggle:hover {
    background: #00023E; }
    .my-funnels .contentInner .head-table .search-box a.search-toggle:hover i {
      color: white; }
  .my-funnels .contentInner .head-table .search-box a.search-toggle.activeBtn {
    background: #DEE2EC;
    box-shadow: 1px 1px 5px #EEF0F6, inset -1px -1px 1px #FCFEFF, inset -2px -2px 2px #FFFFFF, inset 2px 2px 6px #96A3C4; }
    .my-funnels .contentInner .head-table .search-box a.search-toggle.activeBtn:hover i {
      color: #96A3C4; }
  .my-funnels .contentInner .head-table .search-box a.filter-toggle:hover {
    background: #00023E; }
    .my-funnels .contentInner .head-table .search-box a.filter-toggle:hover i {
      color: white; }
  .my-funnels .contentInner .head-table .search-box a.filter-toggle.activeBtn {
    background: #DEE2EC;
    box-shadow: 1px 1px 5px #EEF0F6, inset -1px -1px 1px #FCFEFF, inset -2px -2px 2px #FFFFFF, inset 2px 2px 6px #96A3C4; }
    .my-funnels .contentInner .head-table .search-box a.filter-toggle.activeBtn:hover i {
      color: #96A3C4; }
  .my-funnels .search-row {
    background: #DEE2EC;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px; }
    .my-funnels .search-row input {
      background: #EEF0F6;
      border: none;
      box-shadow: 1px 1px 5px #EEF0F6, inset -2px -2px 3px #FCFEFF, inset -10px -10px 31px #FFFFFF, inset 2px 2px 6px #96A3C4;
      border-radius: 8px;
      color: #00023E;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px; }
      @media (min-width: 981px) {
        .my-funnels .search-row input {
          min-width: 500px; } }
    .my-funnels .search-row a {
      background: #4177e0;
      display: inline-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      transition: all 0.3s ease;
      box-shadow: -1px -1px 1px #FFFFFF, 0px 3px 3px #9AAED0; }
      .my-funnels .search-row a:hover, .my-funnels .search-row a:focus {
        background: #00023E; }
      .my-funnels .search-row a i {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        line-height: auto; }
    .my-funnels .search-row .filter-search {
      color: #00023E;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px; }
      .my-funnels .search-row .filter-search .form-check .form-check-label {
        font-size: 15px;
        line-height: 15px;
        color: #00023E; }

/**APPS**/
.my-apps h1 strong {
  font-weight: 600; }
.my-apps .container-section {
  margin-top: 25px; }
.my-apps .box-list .content-cards .card {
  background-color: #EEF0F6;
  box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
  border-radius: 15px; }
  .my-apps .box-list .content-cards .card .card-body .card-title {
    color: #00023E; }
  .my-apps .box-list .content-cards .card .card-body .card-subtitle {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px; }
  .my-apps .box-list .content-cards .card .card-body .card-text .form-check label.form-check-label {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #00023E; }
.my-apps .box-list .content-cards .card-1 .card-title {
  font-size: 18px;
  line-height: 22px; }
.my-apps .box-list .content-cards input:checked ~ .checkmark {
  background: #4177e0;
  box-shadow: 2px 2px 4px rgba(114, 142, 171, 0.1), -6px -6px 20px #FFFFFF, 4px 4px 20px rgba(111, 140, 176, 0.41);
  border-radius: 6px; }
.my-apps section.content-platforms {
  background: #DEE2EC;
  box-shadow: inset 4px 4px 8px #B4C7E7;
  border-radius: 15px; }
  .my-apps section.content-platforms .container-fluid .row h2.title {
    color: #00023E;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px; }
  .my-apps section.content-platforms .container-fluid .row h6.subtitle {
    color: #96A3C4;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px; }
.my-apps section .row.videos-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
  max-width: 1100px;
  margin: 0 auto; }
  @media (min-width: 981px) {
    .my-apps section .row.videos-list {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media (min-width: 1140px) {
    .my-apps section .row.videos-list {
      display: grid; } }
  .my-apps section .row.videos-list .card-vid {
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    background: none;
    border: none; }
    .my-apps section .row.videos-list .card-vid .card .card-body .card-text {
      font-size: 12px;
      font-weight: 400;
      line-height: 15px;
      font-family: "Inter", sans-serif;
      color: #96A3C4; }
    .my-apps section .row.videos-list .card-vid:hover, .my-apps section .row.videos-list .card-vid:focus {
      background: #EEF0F6;
      box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0; }
.my-apps .div-tutorial .btn-vide-info {
  color: #00023E;
  border: 2px solid #00023E; }
  .my-apps .div-tutorial .btn-vide-info:hover, .my-apps .div-tutorial .btn-vide-info:focus {
    color: #4177e0;
    border: 2px solid #4177e0; }
.my-apps .buttonsFunnelsFilter {
  margin-bottom: 1rem;
  width: 100%; }
  .my-apps .buttonsFunnelsFilter .btn-more-funnels, .my-apps .buttonsFunnelsFilter .btn-more-websites, .my-apps .buttonsFunnelsFilter .btn-more-apps-disabled, .my-apps .buttonsFunnelsFilter .btn-more-apps {
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    .my-apps .buttonsFunnelsFilter .btn-more-funnels i, .my-apps .buttonsFunnelsFilter .btn-more-websites i, .my-apps .buttonsFunnelsFilter .btn-more-apps-disabled i, .my-apps .buttonsFunnelsFilter .btn-more-apps i {
      padding: 4px;
      border-radius: 100%;
      border: 2px solid white;
      font-size: 8px; }
.my-apps .table-content {
  margin: 10px 0; }
.my-apps .search-box i {
  color: #96A3C4; }
.my-apps .search-box a.search-toggle:hover {
  background: #00023E; }
  .my-apps .search-box a.search-toggle:hover i {
    color: white; }
.my-apps .search-box a.search-toggle.activeBtn {
  background: #DEE2EC;
  box-shadow: 1px 1px 5px #EEF0F6, inset -1px -1px 1px #FCFEFF, inset -2px -2px 2px #FFFFFF, inset 2px 2px 6px #96A3C4; }
  .my-apps .search-box a.search-toggle.activeBtn:hover i {
    color: #96A3C4; }
.my-apps .search-box a.filter-toggle:hover {
  background: #00023E; }
  .my-apps .search-box a.filter-toggle:hover i {
    color: white; }
.my-apps .search-box a.filter-toggle.activeBtn {
  background: #DEE2EC;
  box-shadow: 1px 1px 5px #EEF0F6, inset -1px -1px 1px #FCFEFF, inset -2px -2px 2px #FFFFFF, inset 2px 2px 6px #96A3C4; }
  .my-apps .search-box a.filter-toggle.activeBtn:hover i {
    color: #96A3C4; }
.my-apps .search-row {
  background: #DEE2EC;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 10px;
  padding-left: 10px;
  padding-right: 10px; }
  .my-apps .search-row .search-bar input {
    background: #EEF0F6;
    border: none;
    box-shadow: 1px 1px 5px #EEF0F6, inset -2px -2px 3px #FCFEFF, inset -10px -10px 31px #FFFFFF, inset 2px 2px 6px #96A3C4;
    border-radius: 8px;
    color: #00023E;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px; }
    @media (min-width: 981px) {
      .my-apps .search-row .search-bar input {
        min-width: 500px; } }
  .my-apps .search-row .search-bar a {
    background: #4177e0;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: -1px -1px 1px #FFFFFF, 0px 3px 3px #9AAED0; }
    .my-apps .search-row .search-bar a:hover, .my-apps .search-row .search-bar a:focus {
      background: #00023E; }
    .my-apps .search-row .search-bar a i {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      line-height: auto; }
  .my-apps .search-row .filter-search {
    color: #00023E;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .my-apps .search-row .filter-search input[type="checkbox"] {
      visibility: hidden;
      display: none; }
    .my-apps .search-row .filter-search .form-check {
      display: block;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 34px;
      height: 34px;
      padding: 0;
      line-height: 0px;
      padding-right: 10px;
      margin: 0 5px 0 0; }
      .my-apps .search-row .filter-search .form-check .form-check-label {
        font-size: 18px;
        line-height: 1px;
        color: #00023E;
        cursor: pointer; }
        .my-apps .search-row .filter-search .form-check .form-check-label i {
          width: 34px;
          height: 34px;
          color: #96A3C4;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 100;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; }
    .my-apps .search-row .filter-search input[type="checkbox"] + label:before {
      border: none;
      border-radius: 100%;
      background: #EEF0F6;
      content: "";
      display: inline-block;
      font: 34px/1em sans-serif;
      font-weight: bold;
      height: 34px;
      padding: 0;
      vertical-align: top;
      width: 34px;
      margin: 0; }
    .my-apps .search-row .filter-search input[type="checkbox"]:checked + label:before {
      background: #EEF0F6;
      color: #4177e0;
      content: "";
      text-align: center; }
    .my-apps .search-row .filter-search input[type="checkbox"]:checked + label:after {
      font-weight: bold; }
    .my-apps .search-row .filter-search input[type="checkbox"]:checked + label i {
      color: #4177e0; }
    .my-apps .search-row .filter-search input[type="checkbox"]:focus + label::before {
      outline: none; }
    .my-apps .search-row .filter-search input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .my-apps .search-row .filter-search .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 34px;
      width: 34px;
      z-index: 10;
      border-radius: 100%; }
      .my-apps .search-row .filter-search .checkmark:after {
        content: "";
        position: absolute;
        display: none; }
    .my-apps .search-row .filter-search input ~ .checkmark {
      background-color: transparent; }
    .my-apps .search-row .filter-search input:checked ~ .checkmark {
      background: #EEF0F6;
      box-shadow: 1px 1px 5px #EEF0F6, inset -1px -1px 1px #FCFEFF, inset -2px -2px 2px #FFFFFF, inset 2px 2px 6px #96A3C4;
      border-radius: 100%; }
    .my-apps .search-row .filter-search input:checked ~ .checkmark:after {
      display: none; }
    .my-apps .search-row .filter-search .checkmark:after {
      left: 9px;
      top: 5px;
      width: 8px;
      height: 12px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
.my-apps .app .edit-btn a.more-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #EEF0F6;
  transition: all 0.3s ease;
  box-shadow: -7.04355px -7.04355px 9.3914px #FFFFFF, 7.04355px 7.04355px 9.3914px #9AAED0; }
  .my-apps .app .edit-btn a.more-info i.cog {
    display: flex !important;
    line-height: auto;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: 100%; }
    .my-apps .app .edit-btn a.more-info i.cog svg {
      transition: all 0.3s ease;
      fill: #4177e0; }
  .my-apps .app .edit-btn a.more-info:hover, .my-apps .app .edit-btn a.more-info:focus {
    background-color: #4177e0; }
    .my-apps .app .edit-btn a.more-info:hover i.cog svg, .my-apps .app .edit-btn a.more-info:focus i.cog svg {
      fill: #fff; }
  .my-apps .app .edit-btn a.more-info.activeInfo {
    background-color: #4177e0; }
    .my-apps .app .edit-btn a.more-info.activeInfo i.cog svg {
      fill: #fff; }
.my-apps .app .edit-btn a.btn-login {
  margin-left: 15px;
  background-color: #57CEBB;
  color: #fff;
  box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1.5px;
  min-width: 135px; }
  .my-apps .app .edit-btn a.btn-login:hover, .my-apps .app .edit-btn a.btn-login:focus {
    background-color: #4177e0; }
.my-apps .app .table-content .icons-platforms i {
  font-size: 20px;
  padding: 3px; }
.my-apps .info-app .table-head {
  border-bottom: none;
  margin-bottom: 0; }
  .my-apps .info-app .table-head .row-btn-apps-top span {
    color: #00023E; }
  .my-apps .info-app .table-head .row-btn-apps-top .text-right {
    color: #00023E; }
  .my-apps .info-app .table-head .div-more-info, .my-apps .info-app .table-head .div-name, .my-apps .info-app .table-head .div-pass {
    color: #00023E; }
    .my-apps .info-app .table-head .div-more-info a, .my-apps .info-app .table-head .div-name a, .my-apps .info-app .table-head .div-pass a {
      color: #00023E !important; }
    .my-apps .info-app .table-head .div-more-info p, .my-apps .info-app .table-head .div-name p, .my-apps .info-app .table-head .div-pass p {
      color: #00023E;
      font-weight: 600; }
    .my-apps .info-app .table-head .div-more-info .p-title, .my-apps .info-app .table-head .div-name .p-title, .my-apps .info-app .table-head .div-pass .p-title {
      color: #00023E;
      font-weight: 600; }
    .my-apps .info-app .table-head .div-more-info span.url-subdomain, .my-apps .info-app .table-head .div-name span.url-subdomain, .my-apps .info-app .table-head .div-pass span.url-subdomain {
      color: #00023E; }
    .my-apps .info-app .table-head .div-more-info .btn-copy-url, .my-apps .info-app .table-head .div-name .btn-copy-url, .my-apps .info-app .table-head .div-pass .btn-copy-url {
      background: #EEF0F6;
      box-shadow: -7.04355px -7.04355px 9.3914px #FFFFFF, 7.04355px 7.04355px 9.3914px #9AAED0; }
    .my-apps .info-app .table-head .div-more-info input, .my-apps .info-app .table-head .div-name input, .my-apps .info-app .table-head .div-pass input {
      background: #EEF0F6;
      box-shadow: 1px 1px 5px #EEF0F6, inset -2px -2px 3px #FCFEFF, inset -10px -10px 31px #FFFFFF, inset 2px 2px 6px #96A3C4;
      border-radius: 8px;
      padding: 10px;
      border: none;
      color: #00023E;
      width: calc(100% - 70px); }
    .my-apps .info-app .table-head .div-more-info .edit-domain, .my-apps .info-app .table-head .div-more-info .edit-name, .my-apps .info-app .table-head .div-more-info .edit-admin, .my-apps .info-app .table-head .div-name .edit-domain, .my-apps .info-app .table-head .div-name .edit-name, .my-apps .info-app .table-head .div-name .edit-admin, .my-apps .info-app .table-head .div-pass .edit-domain, .my-apps .info-app .table-head .div-pass .edit-name, .my-apps .info-app .table-head .div-pass .edit-admin {
      transition: all 0.3s ease;
      background: #4177e0;
      box-shadow: -1px -1px 1px #FFFFFF, 0px 3px 3px #9AAED0; }
      .my-apps .info-app .table-head .div-more-info .edit-domain:hover, .my-apps .info-app .table-head .div-more-info .edit-domain:focus, .my-apps .info-app .table-head .div-more-info .edit-name:hover, .my-apps .info-app .table-head .div-more-info .edit-name:focus, .my-apps .info-app .table-head .div-more-info .edit-admin:hover, .my-apps .info-app .table-head .div-more-info .edit-admin:focus, .my-apps .info-app .table-head .div-name .edit-domain:hover, .my-apps .info-app .table-head .div-name .edit-domain:focus, .my-apps .info-app .table-head .div-name .edit-name:hover, .my-apps .info-app .table-head .div-name .edit-name:focus, .my-apps .info-app .table-head .div-name .edit-admin:hover, .my-apps .info-app .table-head .div-name .edit-admin:focus, .my-apps .info-app .table-head .div-pass .edit-domain:hover, .my-apps .info-app .table-head .div-pass .edit-domain:focus, .my-apps .info-app .table-head .div-pass .edit-name:hover, .my-apps .info-app .table-head .div-pass .edit-name:focus, .my-apps .info-app .table-head .div-pass .edit-admin:hover, .my-apps .info-app .table-head .div-pass .edit-admin:focus {
        background-color: #00023E; }
    .my-apps .info-app .table-head .div-more-info .delete-domain, .my-apps .info-app .table-head .div-more-info .del-admin, .my-apps .info-app .table-head .div-name .delete-domain, .my-apps .info-app .table-head .div-name .del-admin, .my-apps .info-app .table-head .div-pass .delete-domain, .my-apps .info-app .table-head .div-pass .del-admin {
      transition: all 0.3s ease;
      background: #EEF0F6;
      box-shadow: -1px -1px 1px #FFFFFF, 0px 3px 3px #9AAED0; }
      .my-apps .info-app .table-head .div-more-info .delete-domain i, .my-apps .info-app .table-head .div-more-info .del-admin i, .my-apps .info-app .table-head .div-name .delete-domain i, .my-apps .info-app .table-head .div-name .del-admin i, .my-apps .info-app .table-head .div-pass .delete-domain i, .my-apps .info-app .table-head .div-pass .del-admin i {
        transition: all 0.3s ease; }
        .my-apps .info-app .table-head .div-more-info .delete-domain i svg, .my-apps .info-app .table-head .div-more-info .del-admin i svg, .my-apps .info-app .table-head .div-name .delete-domain i svg, .my-apps .info-app .table-head .div-name .del-admin i svg, .my-apps .info-app .table-head .div-pass .delete-domain i svg, .my-apps .info-app .table-head .div-pass .del-admin i svg {
          transition: all 0.3s ease;
          fill: #6A7BA3; }
      .my-apps .info-app .table-head .div-more-info .delete-domain:hover, .my-apps .info-app .table-head .div-more-info .delete-domain:focus, .my-apps .info-app .table-head .div-more-info .del-admin:hover, .my-apps .info-app .table-head .div-more-info .del-admin:focus, .my-apps .info-app .table-head .div-name .delete-domain:hover, .my-apps .info-app .table-head .div-name .delete-domain:focus, .my-apps .info-app .table-head .div-name .del-admin:hover, .my-apps .info-app .table-head .div-name .del-admin:focus, .my-apps .info-app .table-head .div-pass .delete-domain:hover, .my-apps .info-app .table-head .div-pass .delete-domain:focus, .my-apps .info-app .table-head .div-pass .del-admin:hover, .my-apps .info-app .table-head .div-pass .del-admin:focus {
        background-color: #00023E; }
        .my-apps .info-app .table-head .div-more-info .delete-domain:hover i svg, .my-apps .info-app .table-head .div-more-info .delete-domain:focus i svg, .my-apps .info-app .table-head .div-more-info .del-admin:hover i svg, .my-apps .info-app .table-head .div-more-info .del-admin:focus i svg, .my-apps .info-app .table-head .div-name .delete-domain:hover i svg, .my-apps .info-app .table-head .div-name .delete-domain:focus i svg, .my-apps .info-app .table-head .div-name .del-admin:hover i svg, .my-apps .info-app .table-head .div-name .del-admin:focus i svg, .my-apps .info-app .table-head .div-pass .delete-domain:hover i svg, .my-apps .info-app .table-head .div-pass .delete-domain:focus i svg, .my-apps .info-app .table-head .div-pass .del-admin:hover i svg, .my-apps .info-app .table-head .div-pass .del-admin:focus i svg {
          fill: white; }
    .my-apps .info-app .table-head .div-more-info.flex-end, .my-apps .info-app .table-head .div-name.flex-end, .my-apps .info-app .table-head .div-pass.flex-end {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end; }
.my-apps .info-app .row-btn-apps .btn-rest-unpublish {
  width: 211px;
  height: 43px;
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  border-radius: 8px;
  padding: 12px 32px;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: #00023E;
  box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
  border: none; }
  .my-apps .info-app .row-btn-apps .btn-rest-unpublish i {
    line-height: 1;
    margin-right: 5px;
    font-size: 12px; }
  .my-apps .info-app .row-btn-apps .btn-rest-unpublish:hover, .my-apps .info-app .row-btn-apps .btn-rest-unpublish:focus {
    border: none;
    background: #4177e0; }
.my-apps .info-app .row-btn-apps .btn-rest-publish, .my-apps .info-app .row-btn-apps .btn-rest-republish {
  width: 211px;
  height: 43px;
  background: #4177e0;
  box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
  border-radius: 8px;
  border: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .my-apps .info-app .row-btn-apps .btn-rest-publish i, .my-apps .info-app .row-btn-apps .btn-rest-republish i {
    margin-right: 5px;
    line-height: 1; }
  .my-apps .info-app .row-btn-apps .btn-rest-publish:hover, .my-apps .info-app .row-btn-apps .btn-rest-publish:focus, .my-apps .info-app .row-btn-apps .btn-rest-republish:hover, .my-apps .info-app .row-btn-apps .btn-rest-republish:focus {
    background-color: #00023E; }
.my-apps .info-app .btn-rest-unpublish {
  width: 211px;
  height: 43px;
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  border-radius: 8px;
  padding: 12px 32px;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: #00023E;
  box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
  border: none; }
  .my-apps .info-app .btn-rest-unpublish i {
    line-height: 1;
    margin-right: 5px;
    font-size: 12px; }
  .my-apps .info-app .btn-rest-unpublish:hover, .my-apps .info-app .btn-rest-unpublish:focus {
    border: none;
    background: #4177e0; }
.my-apps h2.subt {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #00023E;
  font-size: 16px; }
  .my-apps h2.subt .labBlue {
    margin-left: 2px;
    padding: 2px 6px;
    background-color: #4177e0;
    color: #fff;
    border-radius: 3px; }
@media (min-width: 768px) {
  .my-apps .align-right-float button {
    float: right; } }
.my-apps .btn-cms {
  background: #4177e0;
  color: #fff;
  box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1.5px;
  min-width: 135px;
  border: none; }
  .my-apps .btn-cms:hover, .my-apps .btn-cms:focus {
    border: none;
    box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }

.metrics {
  padding: 0 20px !important; }
  @media (min-width: 991px) {
    .metrics {
      padding: 15px !important; } }
  .metrics h1 {
    color: #96A3C4; }
    .metrics h1 strong {
      font-weight: 600; }
  .metrics .div-tutorial .btn-vide-info {
    color: #00023E;
    border: 2px solid #00023E; }
    .metrics .div-tutorial .btn-vide-info:hover, .metrics .div-tutorial .btn-vide-info:focus {
      color: #4177e0;
      border: 2px solid #4177e0; }
  .metrics .title-metrics {
    color: #00023E;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center; }
  .metrics .sub-title-metrics {
    color: #96A3C4;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 2rem; }
  .metrics .box-metrics {
    margin-top: 3rem; }
  .metrics #seo-url {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    background: #DEE2EC;
    box-shadow: 1px 1px 5px #EEF0F6, inset -2px -2px 3px #FCFEFF, inset -10px -10px 31px #FFFFFF, inset 2px 2px 6px #96A3C4;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #00023E;
    border: none;
    margin: 0 auto 50px;
    min-width: 80%; }
    @media (min-width: 768px) {
      .metrics #seo-url {
        min-width: 400px; } }
    @media (min-width: 991px) {
      .metrics #seo-url {
        min-width: 500px; } }
  .metrics button#check-seo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    width: 165px;
    height: 43px;
    background: #4177e0;
    box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer; }
    .metrics button#check-seo:hover, .metrics button#check-seo:focus {
      background-color: #00023E; }
    .metrics button#check-seo i {
      width: 18px;
      margin-right: 5px;
      line-height: 1; }
      .metrics button#check-seo i svg {
        width: 100%;
        height: auto; }
  .metrics .graphic {
    width: 100%; }
    .metrics .graphic img {
      width: 100%;
      height: auto; }
  .metrics .box-metrics {
    width: 100%;
    padding-bottom: 3rem; }
  .metrics .flexMetrics {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    box-sizing: border-box; }
  .metrics .container-fluid.h100 {
    height: calc(100% - 60px); }

.my-addons h1 {
  color: #96A3C4; }
  .my-addons h1 strong {
    font-weight: 600; }
.my-addons .div-tutorial .btn-vide-info {
  color: #00023E;
  border: 2px solid #00023E; }
  .my-addons .div-tutorial .btn-vide-info:hover, .my-addons .div-tutorial .btn-vide-info:focus {
    color: #4177e0;
    border: 2px solid #4177e0; }
.my-addons .card-reviews .card-inside, .my-addons .card-idioma .card-inside, .my-addons .card-firma .card-inside, .my-addons .card-grupos .card-inside, .my-addons .card-email .card-inside {
  padding: 20px;
  background: #EEF0F6;
  box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0;
  border-radius: 15px;
  height: 100%;
  cursor: pointer; }
  .my-addons .card-reviews .card-inside .divv, .my-addons .card-idioma .card-inside .divv, .my-addons .card-firma .card-inside .divv, .my-addons .card-grupos .card-inside .divv, .my-addons .card-email .card-inside .divv {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%; }
  .my-addons .card-reviews .card-inside .name-addon, .my-addons .card-idioma .card-inside .name-addon, .my-addons .card-firma .card-inside .name-addon, .my-addons .card-grupos .card-inside .name-addon, .my-addons .card-email .card-inside .name-addon {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #6A7BA3; }
  .my-addons .card-reviews .card-inside .divv2, .my-addons .card-idioma .card-inside .divv2, .my-addons .card-firma .card-inside .divv2, .my-addons .card-grupos .card-inside .divv2, .my-addons .card-email .card-inside .divv2 {
    width: 100%;
    text-align: center; }

.upgrades .header-view {
  display: none; }
.upgrades .content-header {
  padding: 0; }
.upgrades .container-cards .card-body {
  padding: 1rem; }
.upgrades .container-cards .card {
  width: 95%;
  max-width: 350px;
  box-shadow: -6px -6px 8px #FFFFFF, 6px 6px 8px #9AAED0; }
  @media (min-width: 1140px) {
    .upgrades .container-cards .card {
      max-width: 260px; } }
.upgrades .container-cards .plan-price .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }
.upgrades .container-cards .plan-price .extra-info {
  color: #57CEBB; }
  .upgrades .container-cards .plan-price .extra-info.color-white {
    color: white; }
.upgrades .container-cards .btn-more-info.color-white {
  color: white !important; }
.upgrades .container-cards .col-prices {
  width: 100%; }
  @media (min-width: 768px) {
    .upgrades .container-cards .col-prices {
      width: 50%; } }
  @media (min-width: 1140px) {
    .upgrades .container-cards .col-prices {
      width: 25%; } }

.profile .header-view {
  display: none; }
.profile .setions-profile .content-body-profile #data .div-forms p, .profile .setions-profile .content-body-profile #data .div-forms-mobile p {
  color: #00023E; }
.profile .btn-success {
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  background: #4177e0;
  box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
  border-radius: 8px;
  padding: 12px 32px;
  transition: all 0.3s ease;
  border: none; }
  .profile .btn-success:hover, .profile .btn-success:focus {
    border: none;
    box-shadow: -10px -10px 15px #ffffff, 10px 10px 15px #9aaed0; }
.profile .setions-profile .content-body-profile #data .div-forms-mobile .card .card-header {
  padding: 0 5px;
  padding-bottom: 10px; }
.profile table#invoicesTable {
  width: 100% !important; }
  .profile table#invoicesTable th.header-col {
    color: #4177e0; }

.publish_apps h1 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 26px;
  color: #96A3C4;
  margin-bottom: 1rem; }
.publish_apps .list-platforms {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center; }
  .publish_apps .list-platforms .icon input, .publish_apps .list-platforms .icon label {
    cursor: pointer; }
.publish_apps .div-info-ios-publish .subtitle {
  font-weight: 700; }
.publish_apps .div-info-ios-publish .acount-dev-ios {
  max-width: 460px;
  margin: 0 auto; }
  .publish_apps .div-info-ios-publish .acount-dev-ios .form-group {
    text-align: left; }
    .publish_apps .div-info-ios-publish .acount-dev-ios .form-group label {
      font-weight: 400;
      font-size: 0.7rem;
      color: #6A7BA3; }
    .publish_apps .div-info-ios-publish .acount-dev-ios .form-group select {
      cursor: pointer; }
    .publish_apps .div-info-ios-publish .acount-dev-ios .form-group select:focus-visible {
      color: #495057;
      background-color: #ffffff;
      border-color: #80bdff;
      outline: 0;
      box-shadow: inset 0 0 0 transparent, 0 0 0 0.2rem #007bff; }
.publish_apps .div-info-ios-publish .basic-info-app-ios .form-group {
  text-align: left; }
  .publish_apps .div-info-ios-publish .basic-info-app-ios .form-group label {
    font-weight: 400;
    font-size: 0.7rem; }
.publish_apps .more-info {
  max-width: 460px;
  margin: 0 auto;
  margin-bottom: 50px; }
  .publish_apps .more-info .link-minimum-requirements {
    text-decoration: none;
    color: #558DFA; }
.publish_apps .btns {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0; }
  .publish_apps .btns #publish-app {
    cursor: pointer;
    width: 211px;
    height: 43px;
    background: #558DFA;
    box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
    border-radius: 8px;
    border: none;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin: 20px; }
    .publish_apps .btns #publish-app:hover, .publish_apps .btns #publish-app:focus {
      background-color: #6A7BA3; }
  .publish_apps .btns #cancel-publish-app {
    cursor: pointer;
    width: 211px;
    height: 43px;
    align-items: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border-radius: 8px;
    padding: 12px 32px;
    transition: all 0.3s ease;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background: #6A7BA3;
    box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #9aaed0;
    border: none;
    margin: 20px; }
    .publish_apps .btns #cancel-publish-app:hover, .publish_apps .btns #cancel-publish-app:focus {
      border: none;
      background: #558DFA; }

#app span.popupNotification {
  background: #ef86b0;
  color: #fff;
  font-size: 12px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 14px;
  z-index: 10;
  top: 0px;
  border-radius: 50%; }

.publish_apps input[type='text'], .publish_apps input[type='email'], .publish_apps textarea, .publish_apps select, .publish_apps input[type='checkbox'] {
  box-sizing: border-box;
  background: #EEF0F6;
  box-shadow: 1px 1px 5px #eef0f6, inset -2px -2px 3px #fcfeff, inset -10px -10px 31px #ffffff, inset 2px 2px 6px #96a3c4;
  border-radius: 8px;
  padding: 10px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #96A3C4;
  box-sizing: border-box;
  border: none; }
.publish_apps input[type='checkbox'] {
  width: fit-content;
  box-shadow: 1px 1px 5px #8ea1db, inset -2px -2px 3px #eef0f6, inset -10px -10px 31px #eef0f6, inset 2px 2px 6px #aeb8e1; }
.publish_apps input.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 0 0 transparent, 0 0 0 0.2rem #007bff; }
.publish_apps input[type='radio'] {
  box-sizing: border-box;
  background: #EEF0F6;
  box-shadow: 1px 1px 5px #7497ff36, inset -2px -2px 3px #fcfeff, inset -10px -10px 31px #ffffff, inset 2px 2px 6px #96a3c4;
  border-radius: 8px;
  padding: 10px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #96A3C4;
  box-sizing: border-box;
  border: none; }
.publish_apps input[type='radio'], .publish_apps input[type='checkbox'] {
  cursor: pointer; }
.publish_apps input[type='radio']:after {
  width: 0px;
  height: 0px;
  border-radius: 10px;
  top: 0px;
  left: 0px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white; }
.publish_apps input[type='checkbox']:after {
  width: 0px;
  height: 0px;
  border-radius: 10px;
  top: 0px;
  left: 0px;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible; }
.publish_apps input[type='radio']:checked:after {
  width: 14px;
  height: 14px;
  border-radius: 10px;
  top: 0px;
  left: 0px;
  position: relative;
  background-color: #558DFA;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white; }
.publish_apps input[type='checkbox']:checked:after {
  width: 14px;
  height: 14px;
  top: -2px;
  left: -1px;
  position: relative;
  color: #558DFA;
  content: "✔";
  display: inline-block;
  visibility: visible;
  border: none;
  font-size: 14px;
  font-weight: 600; }
.publish_apps .error-message {
  color: #ef86b0;
  display: none;
  font-size: small; }
.publish_apps .alert-message {
  color: #ef86b0;
  font-size: normal; }
.publish_apps .link-minimum-requirements {
  color: #558DFA; }
.publish_apps .subtitle-platforms {
  text-align: center; }
.publish_apps .icon {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center; }
.publish_apps i.fa-android, .publish_apps i.fa-apple, .publish_apps i.fa-html5 {
  font-size: 5rem; }
.publish_apps .fa-apple {
  color: #000; }
.publish_apps .fa-android {
  color: #57CEBB; }
.publish_apps .pwa-publish {
  color: #EF86B0; }
.publish_apps .icon-lock-publish, .publish_apps .icon-check-publish {
  width: 100%;
  right: -40px;
  position: absolute;
  top: 8px;
  display: none; }
.publish_apps .div-load-img {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center; }
  .publish_apps .div-load-img .form-label {
    width: 158px;
    text-align: center;
    border: 2px solid #cbd4dd;
    background-color: #f8fbfe;
    color: #666;
    font-size: 20px; }
.publish_apps *, .publish_apps *::after, .publish_apps *::before {
  box-sizing: border-box; }
.publish_apps a {
  text-decoration: none; }
.publish_apps body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #ebf5fc;
  color: #6a9bd8; }
.publish_apps .form-check {
  padding-left: 0 !important; }
.publish_apps #f-token-ios, .publish_apps #f-publish-ios {
  margin: 0 auto; }
.publish_apps #f-publish-ios .switch {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 34px;
  top: 30px;
  left: 10px; }
  .publish_apps #f-publish-ios .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
    .publish_apps #f-publish-ios .switch input:checked ~ .slider {
      background-color: #4177e0 !important;
      box-shadow: -1px -1px 5px #558cfa, inset 2px 2px 3px #558dfa, inset -10px -10px 31px #558dfa, inset 2px 2px 6px #28447b; }
      .publish_apps #f-publish-ios .switch input:checked ~ .slider:before {
        transform: translateX(26px) !important; }
.publish_apps #f-publish-ios .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EEF0F6;
  box-shadow: 1px 1px 5px #eef0f6, inset -2px -2px 3px #fcfeff, inset -10px -10px 31px #ffffff, inset 2px 2px 6px #96a3c4;
  transition: 0.4s;
  border-radius: 34px; }
  .publish_apps #f-publish-ios .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #EEF0F6 !important;
    box-shadow: 1px 1px 5px #6a7ba3, inset -2px -2px 3px #eef0f6, inset -10px -10px 31px #eef0f6, inset 2px 2px 6px #96a3c4;
    transition: 0.4s !important;
    border-radius: 50% !important; }
.publish_apps #f-publish-ios .audio-check {
  left: 0;
  top: 8px;
  position: relative; }
  .publish_apps #f-publish-ios .audio-check::after {
    width: 22px;
    height: 22px;
    top: -4px;
    left: -4px; }
  .publish_apps #f-publish-ios .audio-check:checked::after {
    width: 22px;
    height: 22px;
    border-radius: 20px;
    top: -4px;
    left: -4px;
    position: relative;
    background-color: #558dfa;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid white; }
.publish_apps .checkboxList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 240px;
  border-radius: 10px;
  background: #EEF0F6 !important;
  box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #b4c7e7; }
  .publish_apps .checkboxList__item {
    position: relative;
    margin: 20px; }
  .publish_apps .checkboxList__checkbox {
    position: absolute;
    left: -9999px; }
  .publish_apps .checkboxList__checkbox + label {
    border-radius: 10px;
    background: #EEF0F6 !important;
    box-shadow: -6px -6px 8px #ffffff, 6px 6px 8px #b4c7e7;
    cursor: pointer; }
  .publish_apps .checkboxList__checkbox:checked + label {
    box-shadow: inset -2px -2px 5px white, inset 2px 2px 5px rgba(0, 0, 0, 0.1);
    border: 3px solid #558DFA; }
    .publish_apps .checkboxList__checkbox:checked + label > i {
      font-size: 5rem; }
    .publish_apps .checkboxList__checkbox:checked + label .icon-check-publish {
      display: block; }
.publish_apps .list-platforms {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center; }
  .publish_apps .list-platforms .icon.btn-disabled {
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none; }
    .publish_apps .list-platforms .icon.btn-disabled span {
      color: #EF86B0 !important; }
  .publish_apps .list-platforms .form-check-label {
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center; }
    .publish_apps .list-platforms .form-check-label label {
      user-select: none; }
  .publish_apps .list-platforms span {
    color: #6A7BA3; }
.publish_apps #drop-zone {
  border: 2px dashed #4177e0;
  padding: 10px;
  height: fit-content;
  text-align: center;
  font-size: smaller;
  color: #999;
  cursor: pointer;
  margin-bottom: 15px; }
  .publish_apps #drop-zone.hover {
    border-color: #EF86B0;
    color: #B4C7E7; }
.publish_apps #preview {
  max-width: 40%;
  margin-top: 0px;
  margin-left: 10px;
  display: none; }
.publish_apps .error-message {
  color: red;
  margin-top: 10px;
  display: none; }
.publish_apps #f-send-code input[type="number"]::-webkit-outer-spin-button,
.publish_apps #f-send-code input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important; }
.publish_apps .time-over {
  background: #B4C7E7 !important;
  color: white;
  padding: 8px;
  font-size: larger; }
.publish_apps #f-send-code input[type="number"] {
  -moz-appearance: textfield !important;
  width: fit-content; }
.publish_apps .spinner {
  position: relative;
  width: 15.7px;
  height: 15.7px;
  top: 100px;
  scale: 1.8;
  margin-top: 3rem; }
.publish_apps .spinner div {
  animation: spinner-4t3wzl 1.875s infinite backwards;
  background-color: #558DFA;
  border-radius: 50%;
  height: 100%;
  position: absolute;
  width: 100%; }
.publish_apps .spinner div:nth-child(1) {
  animation-delay: 0.15s;
  background-color: #558DFA90; }
.publish_apps .spinner div:nth-child(2) {
  animation-delay: 0.3s;
  background-color: #558DFA80; }
.publish_apps .spinner div:nth-child(3) {
  animation-delay: 0.45s;
  background-color: #558DFA70; }
.publish_apps .spinner div:nth-child(4) {
  animation-delay: 0.6s;
  background-color: #558DFA60; }
.publish_apps .spinner div:nth-child(5) {
  animation-delay: 0.75s;
  background-color: #558DFA50; }
@keyframes spinner-4t3wzl {
  0% {
    transform: rotate(0deg) translateY(-200%); }
  60%, 100% {
    transform: rotate(360deg) translateY(-200%); } }

/*# sourceMappingURL=app.css.map */
