.mm-opening #toogle-menu-mobile .icon:before {
  content: "\f16d"; }

#menu-mobile .top-signin {
  border-bottom: 1px solid #1c232b; }

/* jQuery.mmenu oncanvas CSS */
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  transition: transform 0.4s ease;
  transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened {
  transform: translate3d(0%, 0, 0); }

.mm-panel.mm-subopened {
  transform: translate3d(-30%, 0, 0); }

.mm-panel.mm-highest {
  z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }

.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-navbar .mm-btn:last-child {
  padding-right: 20px;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px; }

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none; }

.mm-listview > li {
  position: relative; }

.mm-listview > li > a:not(.btn),
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 8px 30px;
  font-size: 1.1em;
  margin: 0; }

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin-left: -20px;
  margin-right: -20px; }

.mm-menu > .mm-panel > .mm-listview.mm-first {
  margin-top: -20px; }

.mm-menu > .mm-panel > .mm-listview.mm-last {
  padding-bottom: 20px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after, .mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview > li.mm-spacer {
  padding-top: 40px; }

.mm-listview > li.mm-spacer > .mm-next {
  top: 40px; }

.mm-listview > li.mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-menu {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar {
  border-color: #1c232b; }

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li:after {
  border-color: #1c232b; }

.mm-menu .mm-listview > li .mm-prev:before,
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li .mm-prev:after,
.mm-menu .mm-listview > li .mm-next:before {
  border-color: #1c232b; }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05); }

/* jQuery.mmenu offcanvas addon CSS */
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }

html.mm-opened body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    transform: translate(140px, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/* jQuery.mmenu dragOpen addon CSS */
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  transition-duration: 0s; }

/* jQuery.mmenu position extension CSS */
.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opening .mm-slideout {
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-140px, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-440px, 0); } }

/* jQuery.mmenu effects extension CSS */
html.mm-effect-slide-menu .mm-menu.mm-offcanvas {
  transition: transform 0.4s ease; }

html.mm-effect-slide-menu.mm-opened .mm-menu.mm-offcanvas {
  transform: translate3d(-30%, 0, 0); }

html.mm-effect-slide-menu.mm-opening .mm-menu.mm-offcanvas {
  transform: translate3d(0%, 0, 0); }

html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  transform: translate3d(30%, 0, 0); }

html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  transform: translate3d(0%, 0, 0); }

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  transform: translate3d(-100%, 0, 0); }

/* jQuery.mmenu themes extension CSS - by Fontella */
.mm-menu.mm-theme-dark {
  background: #262F3A;
  color: rgba(205, 213, 222, 0.8); }

.mm-menu.mm-theme-dark .mm-navbar {
  border-color: #1c232b; }

.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: #99a9bc; }

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: #99a9bc; }

.mm-menu.mm-theme-dark .mm-listview > li:after {
  border-color: #262F3A; }

.mm-menu.mm-theme-dark .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: #99a9bc; }

.mm-menu.mm-theme-dark .mm-listview > li .mm-prev:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:before {
  border-color: #1c232b; }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: #1c232b; }

.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(205, 213, 222, 0.05); }

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(205, 213, 222, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(205, 213, 222, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: #99a9bc; }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(205, 213, 222, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(28, 35, 43, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(205, 213, 222, 0.3);
  color: rgba(205, 213, 222, 0.8); }

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: #99a9bc; }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: #99a9bc; }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: #1c232b; }

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #262F3A; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #98bf49; }

body {
  background-color: #f0f4ff; }

#menu {
  padding: 5px 30px;
  z-index: 1030; }
  #menu .navbar-brand {
    top: inherit !important; }

#menu .nav > li {
  border-radius: 2rem;
  padding: 0 1rem; }
  #menu .nav > li.active {
    background-color: rgba(59, 89, 178, 0.8); }
  #menu .nav>li>a:not(.btn) {
    color: #fff;
    line-height: 36px;
    margin-right: 0;
    padding: 0; }

#hero {
  background: #edf1f1 url("../assets/img/home-bg.png") no-repeat bottom left;
  position: relative; }
  #hero:after {
    content: '';
    background-size: 400% 400%;
    opacity: .1;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%; }

@keyframes bg-gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  #hero .link-more {
    display: block;
    margin-top: 20px; }

#destiny-data.card-block {
  border-left: 1px solid #f0f4ff; }

img.andorinha {
  right: 0;
  bottom: -100px; }

span.migration-andorinhas {
  display: inline-block;
  width: 404px;
  height: 181px;
  background: url("/wwwroot/assets/img/migration-andorinhas.png") no-repeat 0 0;
  bottom: -76px;
  left: 0; }

.section-secondary .form-control:focus {
  border-color: #557cf2; }

.custom-checkbox label {
  display: inline-block;
  cursor: pointer;
  line-height: 18px; }

.custom-checkbox input[type=checkbox] {
  display: none; }

.custom-checkbox input[type=checkbox]:checked ~ label:before {
  content: "\2713";
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #98bf49; }

.custom-checkbox label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  color: #FFF;
  text-align: center;
  background-color: #c4d4d4;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  border-radius: 3px; }

.btn-group > .btn-primary:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-left: 1px solid #3b59b2 !important; }

.btn-group > .btn-primary:first-child:not(:last-child):not(.dropdown-toggle) {
  border-right: 1px solid #3b59b2 !important; }

.btn-group .btn + .btn {
  margin-left: 0; }

#email-progress th {
  padding: 12px 15px !important; }

#email-progress td {
  padding: 6px 15px;
  font-size: 13px;
  vertical-align: middle; }

#email-progress .progress {
  margin: 0;
  height: 18px;
  background-color: #c4d4d4;
  box-shadow: none; }

#email-progress .progress-bar {
  font-size: 13px;
  line-height: 18px; }

#email-progress .progress-bar-success {
  border: none; }

#email-progress .resume p b {
  display: block;
  margin-bottom: -8px; }

#email-progress .resume p {
  color: #a6bebe; }

.field-validation-error {
  display: none; }

.migration-divider {
  height: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  position: absolute;
  top: 50px;
  z-index: 1; }

.drag-area {
  text-align: center; }

.dz-message {
  font-size: 1.4rem; }

.drag-area:hover {
  border-color: #557cf2;
  box-shadow: 0 0 0 1rem #f0f4ff;
  color: #557cf2 !important; }

.dropzone-previews {
  color: #6f7380; }

.dz-preview, .dz-details {
  display: flex;
  align-items: center;
  justify-content: center; }

.dz-preview {
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
  padding: 1rem;
  border-radius: .4rem;
  border: 1px solid #f0f4ff;
  margin-top: 2rem; }

.dz-filename, .dz-file, .dz-remove {
  margin: 0 1rem; }

.empty-state {
  position: relative; }
  .empty-state > div {
    position: relative;
    z-index: 1; }
  .empty-state:after {
    background: url("../assets/img/bg-empty.svg") no-repeat center center;
    content: '';
    position: absolute;
    height: 450px;
    width: 100%;
    top: -35px;
    left: 0;
    background-size: 360px; }

.console {
  font-family: Consolas,Monaco,"Courier New",monospace;
  color: #F8F8F2;
  background: #272822;
  border: 3px #e0e0e0;
  padding: 20px;
  height: 18em;
  border-radius: .3em; }

.alert-warning {
  color: #b57e2c !important; }

/* helpers */
.valign-center {
  vertical-align: middle !important; }

/* Responsive small devices (mobiles 991px and less) */
@media (max-width: 1199px) {
  #email-progress .resume .center-block-middle {
    display: block !important; } }

.hide {
  display: none !important; }

.modal-open {
  overflow: auto;
  padding-right: 0 !important; }

.page-cpanel {
  background-image: linear-gradient(to bottom, #fff 10%, #edf1f1 100%); }
  .page-cpanel .card {
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.06);
    border-radius: .75rem; }
  @media (min-width: 576px) {
    .page-cpanel .logo {
      width: 180px; } }

.btn-whatsapp, .btn-whatsapp:focus {
  background-color: #42c452;
  color: #fff; }
  .btn-whatsapp:hover, .btn-whatsapp:focus:hover {
    background-color: #3ab549;
    color: #fff; }

#number-of-accounts {
  padding: 1rem 1.25rem;
  border-radius: 2rem;
  -webkit-appearance: none; }
  #number-of-accounts:focus {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    transition: all .3s; }
  #number-of-accounts::-webkit-outer-spin-button, #number-of-accounts::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield; }
