@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url('https://imaging.blob.core.windows.net/content/error-popup.css');
.loadingss {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.aside.column.is-2.aside.hero.sidebar.marketing {
  min-height: 77.2vh;
}

html {
  overflow-y: auto;
}

html,
body {
  font-family: "Roboto", sans-serif;
}

img,
video {
  display: block;
}

.columns.main-content {
  margin: 0;
  padding-right: 0;
}
.columns.main-content > .column {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.columns.main-content aside.sidebar {
  max-width: 300px;
}
.columns.main-content aside.sidebar .menu-list li a .name {
  font-weight: 400;
}
.columns.main-content aside.sidebar .menu-list li a.active .name {
  font-weight: 500;
}
.columns.main-content main.main {
  padding: 20px;
}

.form-standard .field .control .label {
  color: #666;
  font-weight: 500;
  font-size: 0.875em;
}

.title.c-title {
  font-weight: 500;
}

body .table.is-standard thead tr th {
  font-weight: 500;
}

body #app .main-container > header {
  padding: 0 !important;
  position: relative;
}
body #app .main-container > header .navbar {
  padding: 0;
}
body #app .main-container > header .navbar .navbar-brand {
  max-height: 70px;
}
body #app .main-container > header .navbar .navbar-brand a {
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
body #app .main-container > header .navbar .navbar-brand a img {
  height: auto;
  width: 100%;
}
body #app .main-container > header .navbar-menu .navbar-end .navbar-item {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
body #app .main-container > header .navbar-menu .navbar-end .navbar-item.active {
  color: #333;
  border-bottom: 3px solid orange;
  font-weight: 600;
}
body #app .main-container > header .navbar-menu .navbar-end .navbar-item .navbar-profile-container {
  display: flex;
  align-items: center;
}
body #app .main-container > header .navbar-menu .navbar-end .navbar-item .navbar-profile-container ._avatar {
  min-width: 35px;
  min-height: 35px;
  border-radius: 50%;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  margin-right: 5px;
}
body #app .main-container > header .navbar-menu .navbar-end .navbar-item .navbar-profile-container ._name {
  color: #555;
  font-weight: 500;
}
body #app .main-container > header .sidebar-btn {
  background: #faa62f;
  border: 1px solid #faa62f;
  color: #fff;
  display: none;
  font-size: 1.2em;
  margin: 0;
  height: 100%;
  padding: 17px 18px;
  border-bottom: 0;
  margin-right: 5px;
  border-radius: 0 4px 4px 0;
  border-right: 4px solid #e38c0f;
  margin-left: 12px;
  transition: 0.25s all linear;
}
body #app .main-container > header .sidebar-btn i {
  transition: 0.25s all linear;
}
body #app .main-container > header .sidebar-btn:hover {
  color: #fff !important;
  background: #f79812;
  border-color: #f79812 !important;
}
body #app .main-container > header .sidebar-btn.active i {
  transform: rotate(180deg);
}
body #app .main-container > header .is-relative {
  padding: 0.75rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 1300px) {
  body > header {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  main.columns {
    margin: 0;
  }
  main.columns .column.is-10 {
    flex-grow: 1;
  }
  aside.aside.column.is-2 {
    background: #fff;
    box-shadow: 0 2px 4px 0 hsla(0deg, 0%, 0%, 0.2);
    left: -100%;
    min-width: 300px;
    position: fixed;
    padding: 0;
    z-index: 1000;
    transition: all 0.25s ease-out;
    height: 100%;
    min-height: unset;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  aside.aside.column.is-2.active {
    left: 0;
  }
  .aside .main {
    overflow-x: hidden;
  }
  header .sidebar-btn {
    display: flex;
  }
  .navbar > .container {
    max-width: unset;
    width: 100%;
  }
  .navbar-menu {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 1023px) {
  header .navbar .navbar-brand {
    display: flex;
    align-items: center;
  }
  header .navbar .navbar-brand a {
    height: 65px;
    padding: 5px;
  }
  header .navbar-menu .navbar-end .navbar-item.active {
    background: orange;
    color: #fff;
  }
  header .sidebar-btn {
    margin-left: 0 !important;
    height: 100%;
    padding: 22px 18px !important;
  }
}
@media only screen and (max-width: 768px) {
  .main-content {
    padding-right: 0 !important;
  }
}

.invalid {
  border-color: #e34a4a;
}

.validation-message {
  font-size: 0.8em;
  margin-top: 4px;
  font-weight: 500;
  color: #e34a4a;
}

.c-loading {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.c-loading::after {
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  position: absolute !important;
  animation: spinAround 0.5s infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
}
@keyframes spinAround {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.c-loading.c-large {
  font-size: 45px;
}

.txta {
  width: 100%;
  max-width: 500px;
  min-height: 100px;
  overflow: hidden;
  line-height: 1.5;
}

.c-form .field:not(:last-child) {
  margin-bottom: 20px;
}
.c-form .field .control .label {
  font-size: 14px;
  color: #777;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-bottom: 4px;
}
.c-form .field .control .input,
.c-form .field .control .textarea {
  box-shadow: none;
  border-radius: 10px;
  padding: 8px 12px;
  height: unset;
}

.digital-download-item {
  border-radius: 20px;
  position: relative;
  min-height: 150px;
}
.digital-download-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.digital-download-item img,
.digital-download-item video {
  display: block;
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.digital-download-item ._content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4784313725);
  border-radius: 20px;
}
.digital-download-item ._content ._title {
  font-size: 1.2em;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
  margin-right: 10px;
}
.digital-download-item ._content ._actions-button {
  width: 40px;
  height: 40px;
  max-height: unset;
  max-width: unset;
  border-radius: 50%;
  border: none;
  background-color: rgba(0, 0, 0, 0.6784313725);
  color: #fff;
}

.edit-digital-download-container .input-file.button-file {
  background-color: #f7f7f7;
  border-radius: 20px;
  box-shadow: none;
  border: 2px dashed #dedede;
  color: #999;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  font-size: 1.3em;
  width: 100%;
}

.bulk-messages-container .tag {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
 supported by Chrome, Edge, Opera and Firefox */
  cursor: pointer;
}
.bulk-messages-container .customer-list-container ._items {
  margin-left: -20px;
  margin-right: -20px;
}
.bulk-messages-container .customer-list-container ._items ._item {
  padding: 10px 20px;
  color: #666;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
 supported by Chrome, Edge, Opera and Firefox */
}
.bulk-messages-container .customer-list-container ._items ._item:first-child {
  border-top: 1px solid #dedede;
}
.bulk-messages-container .customer-list-container ._items ._item.active {
  background: #209CEE;
  color: #fff;
  font-weight: 500;
}
.bulk-messages-container .send-container:not(:empty) {
  margin: -20px;
  padding: 20px 20px;
  position: sticky;
  bottom: 0;
  background: #fff;
}

.menu .box {
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.25s all ease-out;
  transition: 0.25s all ease-out;
  font-size: clamp(0.5rem, 3.5vw, 0.8rem);
}
.menu .box .title-box {
  top: -0.8em;
  padding: 0 7px;
  background-color: #fff;
  font-size: 1.25em;
  position: absolute;
  top: -0.8em;
  padding: 0 7px;
  background-color: #fff;
  font-size: 1.25em;
  position: absolute;
}
.menu .box:hover {
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
}
.menu .box:active {
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
}
.menu .box:focus {
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #FAA62F;
}
.menu .box .icon {
  color: #FAA62F;
  font-size: 40px;
  min-width: 85px;
  min-height: 85px;
  border-radius: 50%;
  border: 3px solid #FAA62F;
  position: relative;
  color: #FAA62F;
  font-size: 40px;
  min-width: 85px;
  min-height: 85px;
  border-radius: 50%;
  border: 3px solid #FAA62F;
  position: relative;
}
.menu .box .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menu .box span:last-child {
  margin-left: 20px;
  font-size: 2em;
  color: #555;
  font-weight: 600;
  margin-left: 20px;
  font-size: 2em;
  color: #555;
  font-weight: 600;
}
.menu .box.default {
  background-color: whitesmoke;
  border-radius: 4px;
  background-color: whitesmoke;
  border-radius: 4px;
}
.menu .box.default .icon {
  position: absolute;
  bottom: 52px;
  left: 88px;
  font-size: 10em;
  opacity: 0.5;
  position: absolute;
  bottom: 52px;
  left: 88px;
  font-size: 10em;
  opacity: 0.5;
}
.menu .box.default span:last-child {
  color: inherit;
  color: inherit;
}/*# sourceMappingURL=app.css.map */