#main-footer,
footer {
  background: #4242f3;
}

.btn-primary,
.label-primary {
  border: #1212f0;
  background-color: #4242f3;
}
.btn-primary:hover,
.label-primary:hover {
  background-color: #1212f0;
}

a {
  color: #1212f0;
}
a:hover {
  color: #1212f0;
}

.text-primary {
  color: #4242f3;
}

h1,
h2,
h3,
h4 {
  color: #7272f6;
  font-weight: bold;
}

.toplogo img {
  height: 40px;
  width: auto;
}

body {
  background: rgba(0, 0, 0, 0.05);
  color: darkslate;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

.home {
  padding-top: 150px;
  position: relative;
}
.home section {
  padding: 80px 0;
}
.home .menu {
  z-index: 1;
  background: white;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.home .menu .logo {
  height: 50px;
  width: auto;
}
.home .menu, .home .menu a {
  display: inline-block;
  padding: 15px;
  color: #7272f6;
}

footer, footer * {
  color: #7272f6;
  font-size: small;
}
footer li {
  list-style: none;
}
footer, footer a {
  color: #a2a2f9;
}

.small {
  font-size: small;
}

.medium {
  font-size: medium;
}

.large {
  font-size: large;
}

.x-large {
  font-size: x-large;
}

.xx-large {
  font-size: xx-large;
}

section.dark {
  background-color: #a2a2f9;
}

#emailclients {
  font-size: small;
}

.hidden {
  display: none;
  visibility: hidden;
  margin: -99999px;
}

.sidebar .nav-item .nav-link {
  padding: 5px;
  min-height: 25px;
}

.card,
form {
  padding: 25px;
  width: 100%;
  background: white;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -10px;
}

nav ul {
  padding-left: 15px;
}
nav li {
  list-style: none;
}
nav form {
  padding: 0;
}
nav sup {
  margin-top: 5px;
  display: block;
  font-size: 8px;
  font-weight: 100;
}

.sidebar hr.sidebar-divider {
  margin-bottom: 10px;
}

.sidebar .nav-item:last-child {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

.countries label,
.categories label {
  margin: 0;
  padding: 0;
}
.countries ul,
.categories ul {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}

.header {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: small;
  color: #a2a2f9;
  border-bottom: 1px solid #a2a2f9;
}

.longcheckboxlist {
  height: 50vh;
  overflow: auto;
  width: 100%;
}

.channels {
  font-size: medium;
}

#content {
  padding-bottom: 40px;
}

#wrapper #content-wrapper {
  background-color: #f1f3f7;
}

.items .item {
  margin-bottom: 15px;
  font-size: small;
}
.items .item .select {
  margin-left: -15px;
  margin-right: 5px;
}

.statuses {
  vertical-align: top;
  font-size: 9px;
  display: inline-block;
  line-height: 10px;
}

.status {
  border-radius: 8px;
  width: 8px;
  height: 8px;
  display: inline-block;
  line-height: 8px;
  margin-right: 5px;
}
.status.status_active, .status.status_1 {
  background: green;
}
.status.status_inactive, .status.status_-1 {
  background: gold;
}
.status.status_draft, .status.status_pending, .status.status_0 {
  background: lightgray;
}
.status.status_deleted, .status.status_finished, .status.status_-2 {
  background: red;
}

.ai {
  border: 1px solid navy;
  border-radius: 10px;
  padding: 10px 0;
  background: #a2a2f9;
}
.ai label {
  color: white;
  font-size: small;
}/*# sourceMappingURL=style.css.map */