@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800;900&display=swap");

body {
  /* background-color: #f0f4f7 !important; */
  background-color: white !important;
  font-family: "Nunito", sans-serif;
}

body .header-wrapper .header-bottom .main-menu ul.nav.metismenu > li a {
  color: #000;
  font-size: 1.2rem;
}

body .header-wrapper .header-bottom .main-menu ul.nav.metismenu > li a:hover {
  color: #eee;
}

body .header-wrapper .header-bottom .main-menu > ul > li > a:hover i {
  color: #eee;
}

/* body #modalShopify .modal-content {
  background-color: #292929;
} */

.main-dialog {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.main-dialog .my-modal {
  display: none;
  margin: auto;
  background: #fff;
  border-radius: 6px;
  width: 600px;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 1.25em;
  position: absolute;
  left: 50%;
  text-align: center;
  margin-left: -225px;
  top: 50%;
  margin-top: -280px;
}

.main-dialog .my-modal .btn-close {
  border: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 0;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.main-dialog .my-modal .btn-close:hover {
  background: rgba(0, 0, 0, 0.5);
}

.main-dialog .my-modal-content {
  margin-top: 40px;
}

.main-dialog .my-modal-content .titulo {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
}

.main-dialog .my-modal-content .descricao {
  text-align: center;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  display: block;
}

.main-dialog .my-modal-content iframe {
  border: 0;
  width: 100%;
}

.main-dialog .my-modal-content > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.25em auto 0;
}

.main-dialog .my-modal-content > div .btn-modal {
  margin-left: 20px;
}

.main-dialog .my-modal-content > div .btn-modal:first-child {
  margin-left: 0px;
}

.sidebar-config {
  display: flex;
  flex-direction: column;
}

.sidebar-config header {
  background: linear-gradient(to right, #6dc69f 0%, #67bc77 100%);
  letter-spacing: 1px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 19px;
}

.sidebar-config .sidebar-config-nav {
  margin: 0;
  padding: 0;
}

.sidebar-config .sidebar-config-nav li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.sidebar-config .sidebar-config-nav .sidebar-config-item {
  display: flex;
  align-items: center;
}

.sidebar-config .sidebar-config-nav .sidebar-config-item span {
  margin: 0 10px;
  color: #a3a3a3;
  font-weight: bold;
  font-size: 13px;
  line-height: 58px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sidebar-config .sidebar-config-nav .btn-config {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  color: #a3a3a3;
  border: 1px solid #d2d2d2;
  line-height: 1;
  text-align: center;
  padding: 0;
  position: relative;
  background: #fff;
}

.sidebar-config .sidebar-config-nav .btn-config:hover {
  background-color: #43b35f;
  border-color: #43b35f;
  color: #fff;
}

.sidebar-config .sidebar-config-nav .btn-config:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #ff7700;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.badge.badge-success-land {
  background-color: #c7edee;
  color: #3b7c7b;
}

.btn-success-land {
  border-color: #ff4281 !important;
  background-color: #ff4281 !important;
  color: #fff;
}

.btn-success-land:focus,
.btn-success-land:active,
.btn-success-land:visited,
.btn-success-land:hover {
  border-color: #e53b71 !important;
  background-color: #e53b71 !important;
}

.btn-warning-land {
  border-color: #09131f !important;
  background-color: #09131f !important;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}

.btn-red-land {
  border-color: #ff3838 !important;
  background-color: #ff3838 !important;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}

.btn-warning-land:focus,
.btn-warning-land:active,
.btn-warning-land:visited,
.btn-sucwarningcess-land:hover {
  border-color: #09131f !important;
  background-color: #09131f !important;
}

.space {
  margin-right: 20px;
  display: inline;
}

.card-page {
  position: relative;
  display: flex;
  margin-bottom: 0px;
  height: 120px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 20px;
  transition: background-color 100ms linear 0s;
  border-radius: 0 !important;
}

.card-page {
  transition: 0.1s ease-in-out;
}

.card-page {
  border-left: 4px solid transparent;
}

.card-page:hover:nth-child(1n) {
  border-left: 4px solid #00d2d7;
}

.card-page:hover:nth-child(2n) {
  border-left: 4px solid #863ee2;
}

.card-page:hover:nth-child(3n) {
  border-left: 4px solid #fd3484;
}

.card-page:hover:nth-child(4n) {
  border-left: 4px solid #ffc200;
}

.card-page-content .card-page-content-left p input {
  font-weight: 700;
  transition: 0.1s ease-in-out;
}

.card-page:hover:nth-child(1n)
  .card-page-content
  .card-page-content-left
  p
  input {
  color: #00d2d7 !important;
}

.card-page:hover:nth-child(2n)
  .card-page-content
  .card-page-content-left
  p
  input {
  color: #863ee2 !important;
}

.card-page:hover:nth-child(3n)
  .card-page-content
  .card-page-content-left
  p
  input {
  color: #fd3484 !important;
}

.card-page:hover:nth-child(4n)
  .card-page-content
  .card-page-content-left
  p
  input {
  color: #ffc200 !important;
}

.card-page:hover:nth-child(1n)
  .card-page-content
  .card-page-content-left
  a
  img {
  filter: drop-shadow(2px 3px 9px rgba(0, 210, 215, 0.2));
}

.card-page:hover:nth-child(2n)
  .card-page-content
  .card-page-content-left
  a
  img {
  filter: drop-shadow(2px 3px 9px rgba(134, 62, 226, 0.2));
}

.card-page:hover:nth-child(3n)
  .card-page-content
  .card-page-content-left
  a
  img {
  filter: drop-shadow(2px 3px 9px rgba(253, 52, 132, 0.2));
}

.card-page:hover:nth-child(4n)
  .card-page-content
  .card-page-content-left
  a
  img {
  filter: drop-shadow(2px 3px 9px rgba(255, 194, 0, 0.2));
}

.card-page:hover {
  cursor: pointer;
}

.card-page-content {
  min-width: 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex: 1 1 100%;
}

.card-page-content-left {
  display: flex;
  align-items: center;
  min-width: 0px;
  flex: 1 1 0px;
}

.card-page-content-left img {
  width: 65px;
  height: 65px;
  border: 0px;
  border-radius: 50%;
}

.page-log p {
  font-size: 11px;
}

.card-page-content-left .icon-page {
  width: 24px;
  margin-right: 15px;
  font-size: 24px;
  color: #4d5a68;
}

.card-page-content-left p {
  display: block;
  font-weight: normal;
  font-size: 1rem;
  line-height: normal;
  color: #4d5a68;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px;
  overflow: hidden;
}

.card-page-content-right {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  min-width: 0px;
  flex: 1 1 0%;
}

.card-page-content-right .card-label {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: default;
  height: 26px;
  width: 130px;
  font-size: 13px;
  cursor: pointer;
  font-weight: bold;
  color: rgb(22, 126, 124);
  background-color: rgb(189, 238, 238);
  border-radius: 6px;
}

.card-page-content-right .page-log {
  display: flex;
  min-width: 0px;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  flex: 1 1 0%;
}

.card-page-content-right .card-actions {
  display: flex;
  justify-content: space-around;
  flex: 0 0 130px;
}

.card-page-content-right p {
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  color: rgba(21, 141, 247, 0.5);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px;
  overflow: hidden;
  text-align: center;
}

.card-page-content-right .card-actions .btn-ac {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  color: rgb(94, 61, 232);
  padding: 15px;
  border-radius: 50px;
  outline: none;
  border: 0;
  background: transparent;
  transition: background-color 100ms linear 0s;
  font-size: 1.5rem;
  width: 60px;
  height: 60px;
}

.card-page-content-right .card-actions .btn-ac:hover {
  background-color: #fff;
}

.header-wrapper .header-bottom {
  background-color: #fff !important;
  width: 100%;
  height: 70px;
  left: 0;
}

.header-wrapper .main-menu {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-wrapper .main-menu .metismenu > li a {
  display: flex !important;
  align-items: center;
}

.header-wrapper .main-menu .metismenu > li a i {
  height: auto;
  vertical-align: middle;
}

.header-wrapper .top-toolbar {
  position: relative;
  top: 0;
}

.mobile-toggle {
  -webkit-box-align: center;
  align-items: center;
  display: none;
  align-items: center;
  appearance: none;
  touch-action: manipulation;
  background-color: transparent;
  color: #2a3946;
  border: 0;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  outline: none !important;
  position: absolute;
  top: 1.3em;
  left: 1em;
}

.mobile-toggle__icon {
  width: 25px;
  height: 4px;
  background-color: #8b69e5;
  display: block;
  -webkit-transition: height 0.1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: height 0.1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  margin-right: 0.5em;
}

.mobile-toggle__icon::after,
.mobile-toggle__icon::before {
  content: " ";
  width: 25px;
  height: 4px;
  border-radius: 15px;
  background-color: #8b69e5;
  display: block;
  position: relative;
  top: 4px;
  -webkit-transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,
    -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,
    -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,
    transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,
    transform 0.3s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.mobile-toggle__icon::before {
  top: -7px;
}

.mobile-toggle.active .mobile-toggle__icon {
  height: 0;
}

.mobile-toggle.active-white .mobile-toggle__icon::after {
  background-color: #fff;
}

.mobile-toggle.active-white .mobile-toggle__icon::before {
  background-color: #fff;
}

.mobile-toggle.active .mobile-toggle__icon::after {
  top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,
    -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.mobile-toggle.active .mobile-toggle__icon::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,
    -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

@media (max-width: 870px) {
  lord-icon {
    width: 30px;
    height: 30px;
  }

  body .header-wrapper .header-bottom .main-menu ul.nav.metismenu > li a {
    font-size: 14px;
  }
}

@media (max-width: 705px) {
  .mobile-toggle {
    display: block;
  }

  .header-wrapper .header-bottom {
    width: 215px;
    height: 100%;
    transform: translate(-125%, 0);
    z-index: -1 !important;
  }

  .header-wrapper .header-bottom .main-menu ul.nav.metismenu {
    flex-direction: column;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  body .header-wrapper .header-bottom .main-menu ul.nav.metismenu > li a {
    font-size: 1.2rem;
    flex-direction: column;
  }

  lord-icon {
    width: 38px;
    height: 38px;
  }

  .header-wrapper .header-bottom .main-menu {
    padding: 15px;
  }
}

h1.brand-text {
  font-family: "Nunito", sans-serif;
  font-weight: 700 !important;
}

h1 {
  font-family: "Nunito", sans-serif;
}

a {
  font-family: "Nunito", sans-serif;
}

button.btn.btn-rounded.btn-warning-land.ml-auto {
  font-weight: 800;
}

.dots {
  position: absolute;
  border-radius: 50%;
  background: #00D8F3;
  transition: 0.3s;
}

.nav-item img {
  z-index: 10;
}

.dots:nth-child(1n) {
  width: 4px;
  height: 4px;
  animation: dotAnim-1 5s linear infinite alternate;
}

.dots:nth-child(2n) {
  width: 3px;
  height: 3px;
  animation: dotAnim-2 6s linear infinite alternate;
}

.dots:nth-child(3n) {
  width: 3px;
  height: 3px;
  animation: dotAnim-3 6s linear infinite alternate;
}

.dots:nth-child(4n) {
  width: 3px;
  height: 3px;
  animation: dotAnim-4 7s linear infinite alternate;
}

.dots:nth-child(5n) {
  width: 4px;
  height: 4px;
  animation: dotAnim-5 6s linear infinite alternate;
}

.dots:nth-child(6n) {
  width: 2px;
  height: 2px;
  animation: dotAnim-6 9s linear infinite alternate;
}

.dots:nth-child(7n) {
  width: 2px;
  height: 2px;
  animation: dotAnim-7 10s linear infinite alternate;
}

.dots:nth-child(8n) {
  width: 1px;
  height: 1px;
  animation: dotAnim-8 10s linear infinite alternate;
}

.dots:nth-child(9n) {
  width: 4px;
  height: 4px;
  animation: dotAnim-9 10s linear infinite alternate;
}

.dots:nth-child(10n) {
  width: 4px;
  height: 4px;
  animation: dotAnim-10 9s linear infinite alternate;
}

.dots:nth-child(11n) {
  width: 1px;
  height: 1px;
  animation: dotAnim-11 8s linear infinite alternate;
}

@keyframes dotAnim-1 {
  from {
    transform: translate(8px, 9px);
  }

  to {
    transform: translate(10px, -12px);
  }
}

@keyframes dotAnim-2 {
  from {
    transform: translate(2px, 8px);
  }

  to {
    transform: translate(15px, -5px);
  }
}

@keyframes dotAnim-3 {
  from {
    transform: translate(10px, 7px);
  }

  to {
    transform: translate(13px, -9px);
  }
}

@keyframes dotAnim-4 {
  from {
    transform: translate(4px, 10px);
  }

  to {
    transform: translate(9px, -7px);
  }
}

@keyframes dotAnim-5 {
  from {
    transform: translate(4px, 13px);
  }

  to {
    transform: translate(10px, -5px);
  }
}

@keyframes dotAnim-6 {
  from {
    transform: translate(16px, 5px);
  }

  to {
    transform: translate(15px, -9px);
  }
}

@keyframes dotAnim-7 {
  from {
    transform: translate(16px, 10px);
  }

  to {
    transform: translate(12px, -4px);
  }
}

@keyframes dotAnim-8 {
  from {
    transform: translate(14px, 11px);
  }

  to {
    transform: translate(15px, -12px);
  }
}

@keyframes dotAnim-9 {
  from {
    transform: translate(14px, 8px);
  }

  to {
    transform: translate(5px, -4px);
  }
}

@keyframes dotAnim-10 {
  from {
    transform: translate(5px, 16px);
  }

  to {
    transform: translate(13px, -12px);
  }
}

@keyframes dotAnim-11 {
  from {
    transform: translate(5px, 18px);
  }

  to {
    transform: translate(13px, -13px);
  }
}

h5 {
  font-family: "Nunito", sans-serif !important;
  font-weight: 800;
}

a.ajax.card-label.publicar,
a.card-label.configDominio {
  border-radius: 10rem;
  padding: 0.44em 0.7em;
  font-weight: 700;
  font-size: 12px !important;
}

a.card-label.configDominio {
  margin-left: 3px;
  background-color: transparent;
  color: #181d27 !important;
  border: 2px solid #181d27;
  box-sizing: border-box;
}

@media (max-width: 560px) {
  .user-nav {
    height: 45px;
  }
}

@media (max-width: 490px) {
  .col-sm-5.col-lg-3.user-nav {
    width: 60vw;
    max-width: 100% !important;
  }

  .dotsDiv {
    left: 7px;
    top: 39px;
  }
}

.menu-toggle {
  display: none !important;
}

li {
  list-style: none;
}

ul.site-logo li a {
  display: grid;
  grid-template-columns: 100px 150px;
  place-items: center;
}

/* @media (max-width: 570px) {
  .logo {
    display: none;
  }

  .site-logo {
    display: none;
  }

  .burger__menu_li {
    position: absolute !important;
  }

  .menu-toggle {
    display: flex !important;
  }
} */

@media (max-width: 414px) {

  body {
    background-color: #f0f4f7 !important;
  }

  .logo {
    display: none;
  }

  .site-logo {
    display: none;
  }

  .burger__menu_li {
    position: absolute !important;
  }

  .menu-toggle {
    display: flex !important;
  }


  .layout-horizontal .site-logo {
    bottom: 0 !important;
  }

  a.ajax.card-label.publicar,
  a.card-label.configDominio {
    position: absolute;
  }



  .dots {
    display: none;
  }

  .user-avatar {
    width: fit-content !important;
  }

  h1.brand-text {
    right: 0 !important;
  }

  .box-paginas {
    padding: 0px !important;
  }

  .content {
    left: 0 !important;
    width: 100% !important;
  }

  .user-avatar {
    left: 45px !important;
  }

  li.nav-item.hover-increase {
    position: relative;
    left: 35px;
  }

  .card-page {
    padding: 20px 0 10px 0;
  }

  .criar-pagina {
    width: 100%;
    display: grid;
    grid-template-columns: 200px 1fr;
    place-items: center;
  }

  section.page-content.container-fluid {
    width: 104vw;
    background: #f0f4f7 !important;
  }

  header.page-header {
    width: 100%;
  }

  .d-flex.align-items-center {
    width: 100%;
  }

  .page-header {
    /* margin-top: 0 !important; */
    margin-top: -18px !important; /*esconde header*/
  }

  .integrar {
    width: 60%;
  }

  .card-page {
    height: 160px;
  }

  .card-page-content-left {
    padding: 10px 0 10px 0;
  }

  ul.site-logo li a {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    left: 30px;
    bottom: 8px;
  }
}

.navegacao-mobile-active {
  transform: translateX(-105px);
}

.toastdefault {
  border-radius: 10px;
  box-shadow: none;
  padding: 9px 44px 0px 20px;
}

.toastSucesso {
  border-radius: 10px;
  box-shadow: none;
  background: rgba(166, 239, 184, 1);
  background-color: rgba(166, 239, 184, 1);
  /* padding: 9px 44px 0px 20px; */
  /* padding: 50px !important; */
  padding-left: 16px !important;
  padding-right: 30px !important;
  font-weight: 500;
}


i.iziToast-icon.fas.fa-check-circle.revealIn {
  font-size: 19px;
}

button.iziToast-close {
  width: 15px !important;
  height: 15px !important;
  position: absolute !important;
  left: 92% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 50% !important;
}

.iziToast > .iziToast-body {
  margin: 0 !important;
}

.toastAviso {
  border-radius: 10px;
  box-shadow: none;
  background: rgb(233, 113, 113);
  background-color: rgb(233, 113, 113);
  padding: 9px 44px 0px 20px;
}

i.iziToast-icon.fas.fa-exclamation-circle.revealIn {
  font-size: 19px;
}

@media (min-width: 1180px) {
  .col-sm-5.col-lg-3.user-nav {
    max-width: 24.66667% !important;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 100%;
  }
}

.brand-text {
  width: 100%;
}

@media (max-width: 380px) {
  .row.row-mg.box-paginas {
    width: 109vw;
    position: relative;
    right: 5px;
  }
}
