﻿@import url("https://fonts.googleapis.com/css?family=Dosis");
@import url("https://fonts.googleapis.com/css?family=Georama");
.app-shadow-left, .dropdown-menu,
.dropdown-menu:active,
.dropdown-menu:focus {
  box-shadow: #212529 5px 0 10px !important;
}

.app-shadow-right {
  box-shadow: #212529 -5px 0 10px !important;
}

.app-title {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: lighter;
  color: #f4f2f2;
}

@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}
body {
  min-height: 100vh;
}

a {
  cursor: pointer;
}

.radio-large {
  border: 0px;
  width: 0.8rem;
  height: 0.8rem;
}

.height-unset {
  height: unset !important;
  min-height: calc(1.5em + 0.5rem + 2px);
}

body.back-full {
  background-image: url("/assets/images/backdrop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 100vh;
}

.svg-container {
  padding: 2rem;
}
.svg-container > img {
  width: 100%;
  height: auto;
}
.svg-container > div {
  word-break: break-all;
  cursor: pointer;
}

.grid-2-cols {
  display: grid;
  grid-gap: 0.3rem;
  grid-template-columns: 1fr 1fr;
}

.grid-3-cols {
  display: grid;
  grid-gap: 0.3rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2-1-cols {
  display: grid;
  grid-gap: 0.3rem;
  grid-template-columns: 2fr 1fr;
}

.grid-auto {
  display: grid;
  grid-gap: 0.3rem;
  grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
}

.campaign-users-grid {
  display: grid;
  grid-gap: 0.3rem;
  grid-template-columns: 0fr 3fr 2fr 4fr 0fr;
}

.form-group-no-padding-bottom .form-group {
  margin-bottom: 0 !important;
}

.form-group-sequence {
  margin-bottom: 1rem;
}
.form-group-sequence .form-group {
  margin-bottom: 0;
}

.top-menu .app-layout {
  height: calc(100vh - 40px);
}

.fill-no-scroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0;
}

.dropdown-menu.scroll {
  max-height: 300px;
  overflow-y: auto;
}

.hide-mantain {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.service-item {
  display: grid !important;
  grid-gap: 0.3rem;
  grid-template-columns: 1fr 0fr;
  padding-right: 0.8rem !important;
  border-top: solid 1px #495057;
}

#toast-container {
  margin-top: 3.5rem !important;
}

textarea.lines3 {
  height: 4rem !important;
}

textarea.lines5 {
  height: 6rem !important;
}

textarea.lines10 {
  height: 10.25rem !important;
}

.user-emails-title {
  display: grid;
  grid-gap: 0.3rem;
  grid-template-columns: 1.5rem 1fr 1fr 1fr;
}
.user-emails-title > div {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #adb5bd;
  border-bottom: solid 1px #6c757d;
}
.user-emails-item {
  display: grid;
  grid-gap: 0.3rem;
  grid-template-columns: 1.5rem 1fr 1fr 1fr;
}
.user-emails-item > div {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.user-emails-item:hover {
  cursor: pointer;
  background-color: #343a40;
}

.top-menu {
  padding: 8px 0;
  margin: 0 8px 0 8px;
}
.top-menu a {
  color: #17a2b8;
  text-decoration: none;
}
.top-menu a:hover {
  color: #8fd4ff;
  text-decoration: none;
}
.top-menu a.selected {
  color: #f39e2c;
  text-decoration: none;
}
.top-menu a.selected:hover {
  color: #f39e2c;
  text-decoration: none;
}

.form-group-fix .form-group {
  margin-bottom: 0.3rem;
}

.form-column {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 12rem;
  width: 24rem;
}
.form-column.backdrop {
  background-color: white;
  opacity: 0.1;
}
.form-column.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem;
}

@media (max-width: 767.98px) {
  .form-column {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
  }
  .form-column.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2rem;
  }
}
.data-label-accent .data-label {
  font-weight: bold;
  color: #8fd4ff;
}

.html-editor-style {
  height: calc(100vh - 110px);
  background-color: #fefefe;
  color: #000;
  overflow-y: auto;
}

.tox-toolbar__overflow {
  z-index: 1001;
}

.border-top {
  border-top: solid 1px #ced4da;
}
.border-bottom {
  border-bottom: solid 1px #ced4da;
}

.checkbox-list .form-group {
  margin-bottom: 0 !important;
}

.email-body-preview-box {
  padding: 1rem;
  background-color: #FFFFFF;
  height: calc(100vh - 50px);
  overflow-x: hidden;
  overflow-y: auto;
  color: #000000;
}
.email-body-preview-box p {
  margin: 0 !important;
}
.email-body-preview-box a {
  color: royalblue;
}

.flex-centered-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-basis-40 {
  flex-basis: 40%;
}

.amp-container {
  width: 100%;
  min-width: 320px;
  min-height: 180px;
}
.amp-container-bar {
  min-height: 2rem;
}
.amp-container-player {
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #6c757d;
  padding: 0 !important;
  margin: 0 !important;
}
.amp-container-image {
  background-position: center;
  background-size: cover;
}

.channel-sessions {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.channel-sessions-table tbody > tr {
  border-bottom: solid 1px #dee2e6;
}
.channel-sessions-table tbody > tr:first-child {
  border-top: solid 1px #dee2e6;
}
.channel-sessions-table-header {
  width: 26rem;
  padding: 0 0.5rem;
}
.channel-sessions-table-channel {
  padding: 0 0.5rem;
  vertical-align: top;
}
.channel-sessions-table-append {
  padding: 0 0.5rem;
}
.channel-sessions-table-day {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #495057;
  vertical-align: middle;
  text-align: right;
  padding: 1.2rem 1.2rem 1.2rem 0;
}
.channel-sessions-table-day.active {
  color: #f39e2c;
}
.channel-sessions-item {
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  color: #495057;
  border: solid 1px #ced4da;
  margin: 0.5rem 0;
  cursor: pointer;
}
.channel-sessions-item-data {
  flex-grow: 1;
  padding: 0.5rem;
}
.channel-sessions-item-data:hover {
  background-color: white;
}
.channel-sessions-footer {
  margin-top: 1rem;
  text-align: center;
}

.font-light {
  font-weight: 300;
}

.sendgrid-hook-grid > div {
  display: grid;
  grid-template-columns: 10rem 1fr auto;
  align-items: center;
  border-top: solid 1px #6c757d;
  min-height: 2.5rem;
}
.sendgrid-hook-grid > div > div:first-child {
  border-right: solid 1px #6c757d;
  margin-right: 0.5rem;
}
.sendgrid-hook-grid > div:first-child {
  border-top: none;
}

.campaign-blocks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  grid-template-rows: masonry;
  gap: 0.5rem;
}
.campaign-blocks-grid-item {
  border: solid 1px #17a2b8;
  padding: 1rem;
  text-align: center;
}
.campaign-blocks-grid-item div:first-child {
  font-size: 1rem;
  color: #fff;
}
.campaign-blocks-grid-item div:last-child {
  font-size: 3rem;
  color: #8fd4ff;
}
.campaign-blocks-grid-item:hover {
  cursor: pointer;
  border-color: #fff;
}
.cms-imageblock {
  padding: 2px;
  border-radius: 5px;
  position: relative;
}

.cms-imageblock-image {
  width: 400px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 5px;
}

.cms-media {
  border: solid 1px #fff;
  padding: 2px;
  border-radius: 5px;
  position: relative;
}
.cms-media-image {
  width: 130px;
  height: 98px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 5px;
}
.cms-media:hover {
  cursor: pointer;
  border-color: #f39e2c;
}
.cms-media-commands {
  display: none;
  position: absolute;
  top: 4px;
  right: 2px;
}
.cms-media-commands-button {
  background: #6c757d;
  color: #adb5bd;
  padding: 0.2rem;
}
.cms-media-commands-button:hover {
  background: #f39e2c;
  color: #fff;
}
.cms-media-commands-button + .cms-media-commands-button {
  margin-top: 0.2rem;
}
.cms-media:hover .cms-media-commands {
  display: block;
}

.fixed-back-image {
  width: 20rem;
  height: 12rem;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 !important;
}
.fixed-back-image.fluid {
  width: unset;
}
.fixed-back-image-label {
  position: absolute;
  width: 100%;
  background-color: #6c757d;
  opacity: 0.8;
  text-align: center;
  margin: 0 !important;
  padding: 0.1rem 0;
  font-size: 0.7rem;
  bottom: 0;
}
.fixed-back-image-thumbnail {
  width: 5rem;
  height: 5rem;
}

.code-mirror .CodeMirror {
  height: 20rem !important;
}

.code-mirror.full .CodeMirror {
  height: calc(100vh - 100px) !important;
}

.opacity-visible {
  opacity: 1;
}
.opacity-visible.hidden {
  opacity: 0;
}

.not-found {
  margin: 3rem;
}
.not-found h1 {
  font-size: 10rem;
  font-weight: bold;
  font-style: italic;
  color: #f39e2c;
}
.not-found h4 {
  font-size: 3rem;
  font-weight: bold;
  color: #f39e2c;
}
.not-found h6 {
  margin-top: 2rem;
  font-size: 1rem;
}
.not-found a {
  color: #fff;
}

.ex-container-info-source {
  color: #6c757d;
  text-transform: uppercase;
}
.ex-container-exception {
  padding-left: 2rem;
}
.ex-container-exception-message {
  color: #f39e2c;
}
.ex-container-exception-stack {
  font-size: 0.8rem;
  color: #6c757d;
}
.ex-container + .ex-container {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: solid 1px #6c757d;
}

.html-display textarea {
  height: 10rem !important;
  font-family: monospace;
}
.html-display-edit {
  font-size: 0.8rem;
  text-transform: uppercase;
  text-align: right;
  color: #8fd4ff;
  cursor: pointer;
}
.html-display .form-group {
  margin-bottom: 0.3rem !important;
}

.html-editor-display {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
}
.html-editor-display-commands {
  z-index: 1080;
}
.html-editor-display-editor > div {
  height: calc(100vh - 130px) !important;
}
.html-editor-display-editor .code-mirror {
  height: calc(100vh - 130px) !important;
}
.html-editor-display-editor .code-mirror .CodeMirror {
  height: calc(100vh - 130px) !important;
}

.icon-button {
  cursor: pointer;
  border: solid 1px transparent;
  padding: 0.1rem;
}
.icon-button:hover {
  border: solid 1px #f8f9fa;
}

.icon-button.danger {
  color: #dd3c4d;
}
.icon-button.danger:hover {
  border: solid 1px #dd3c4d;
}

.event-users-bulk-add-text-area {
  height: calc(100vh - 300px) !important;
}

.online-users-chart {
  height: 200px;
  width: 100%;
}

#editor {
  height: 175px;
}

.ql-picker.ql-placeholder {
  width: 118px;
}

.ql-picker.ql-placeholder > span.ql-picker-label::before {
  content: "Placeholders";
}

.ql-picker.ql-placeholder > span.ql-picker-options > span.ql-picker-item::before {
  content: attr(data-label);
}
