.bg-grey1 {
  background: #f2f2f2;
}

.bg-grey2 {
  background: #a7a7a7;
}

.bg-purple1 {
  background: #7f1ffe;
}

.bg-teal {
  background: #30b09a;
}

.bg-black {
  background: #292b28;
}

.bg-orange {
  background: #f07825;
}

.purple1 {
  color: #7f1ffe;
}

.teal {
  color: #30b09a;
}

.orange {
  color: #f07825;
}

.black {
  color: #292b28;
}

@font-face {
  font-family: Gotham;
  font-weight: 400;
  src: url(https://d1ellpzeh3keto.cloudfront.net/Gotham-Book.otf);
}

@font-face {
  font-family: Gotham;
  font-weight: 800;
  src: url(https://d1ellpzeh3keto.cloudfront.net/Gotham-Black.otf);
}

h1,
h2,
h3,
h4 {
  font-family: "Gotham";
  font-weight: 800;
  margin: 0;
  color: #292b28;
}

.light {
  font-weight: 400;
}

.bold {
  font-weight: 800;
}

p,
a,
button,
table,
li {
  font-family: "Gotham";
  font-weight: 400;
  margin: 0;
}

a,
a:visited,
a:focus {
  text-decoration: none;
  color: #292b28;
}

a:hover,
a:visited:hover,
a:focus:hover {
  color: #30b09a;
}

html,
body {
  width: 100%;
  height: 100%;
  background: #fafafa;
  color: #292b28;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 1em;
}

html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background-color: #292b28;
  border: 2px solid #fafafa;
  border-radius: 10px;
}

html ::-webkit-scrollbar-thumb:hover,
body ::-webkit-scrollbar-thumb:hover {
  background-color: #30b09a;
}

img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: auto;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

section#login {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  background: #fafafa;
}

section#login .sign-in {
  text-align: center;
}

section#login .sign-in .logo {
  margin: 0 0 50px 0;
}

section#login .sign-in .logo img {
  width: 200px;
}

section#login .sign-in form input {
  display: block;
  width: 100%;
}

section#login .sign-in button {
  margin: 25px 0 50px 0;
}

section#login .logo-heads {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
}

section#login .logo-heads img {
  width: 100px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

section#login .logo-heads img:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.voice {
  margin-top: 125px;
  position: relative;
  z-index: 1;
  padding: 0 0 30px 0;
}

@media (max-width: 768px) {
  .voice {
    margin-top: 150px;
  }
}

.voice .info .dp {
  text-align: center;
}

.voice .info .dp .actions {
  margin: 10px 0 0 0;
}

.voice .info .name h1 {
  font-size: 30px;
  color: #292b28;
}

.voice .info .name .hero {
  background: #7f1ffe;
  color: white;
  padding: 5px 0;
  width: 40px;
  border-radius: 4px;
  margin-top: 20px;
}

.voice .info .name .hero p {
  font-weight: 800;
  text-align: center;
}

.voice .details {
  background: #292b28;
  padding: 20px;
  border-radius: 5px;
  color: white;
}

@media (max-width: 768px) {
  .voice .details {
    padding: 20px;
    margin: 0;
  }
}

.voice .details p.sub {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #fafafa;
  font-weight: 800;
  letter-spacing: 1px;
}

.voice .details ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.voice .details ul li {
  font-size: 13px;
}

.one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.wallpaper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  height: 325px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .wallpaper {
    height: 550px;
  }
}

.img-banner {
  background-color: black;
}

.img-banner.one {
  background-image: url("/assets/content/img01.png");
}

.img-banner.two {
  background-image: url("/assets/content/img02.png");
}

.img-banner.three {
  background-image: url("/assets/content/img03.png");
}

.img-banner.four {
  background-image: url("/assets/content/img04.png");
}

.img-banner.five {
  background-image: url("/assets/content/img05.png");
}

.img-banner.six {
  background-image: url("/assets/content/img06.png");
}

.img-banner.seven {
  background-image: url("/assets/content/img07.png");
}

input {
  border: none;
  outline: none;
  font-weight: 400;
  font-family: "Gotham";
}

input.grey {
  margin: 25px 0;
  padding: 10px 20px;
  border-radius: 20px;
  background: #292b28;
  color: #fafafa;
  border: 2px solid #292b28;
}

input.grey::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #a7a7a7;
  font-size: 12px;
}

input.grey:-ms-input-placeholder {
  text-transform: uppercase;
  color: #a7a7a7;
  font-size: 12px;
}

input.grey::-ms-input-placeholder {
  text-transform: uppercase;
  color: #a7a7a7;
  font-size: 12px;
}

input.grey::placeholder {
  text-transform: uppercase;
  color: #a7a7a7;
  font-size: 12px;
}

input.grey:focus {
  color: #292b28;
  background: #fafafa;
  border: 2px solid #292b28;
}

input.grey:focus::-webkit-input-placeholder {
  color: #a7a7a7;
}

input.grey:focus:-ms-input-placeholder {
  color: #a7a7a7;
}

input.grey:focus::-ms-input-placeholder {
  color: #a7a7a7;
}

input.grey:focus::placeholder {
  color: #a7a7a7;
}

input.black {
  background: #292b28;
  margin: 0 10px;
  padding: 6px 20px 4px 20px;
  border-radius: 20px;
  border: 2px solid #292b28;
  color: white;
  font-size: 14px;
}

input.black::-webkit-input-placeholder {
  color: #fafafa;
  text-transform: uppercase;
}

input.black:-ms-input-placeholder {
  color: #fafafa;
  text-transform: uppercase;
}

input.black::-ms-input-placeholder {
  color: #fafafa;
  text-transform: uppercase;
}

input.black::placeholder {
  color: #fafafa;
  text-transform: uppercase;
}

input.black:focus {
  color: #292b28;
  background: #fafafa;
  border: 2px solid #292b28;
}

input.black:focus::-webkit-input-placeholder {
  color: #a7a7a7;
}

input.black:focus:-ms-input-placeholder {
  color: #a7a7a7;
}

input.black:focus::-ms-input-placeholder {
  color: #a7a7a7;
}

input.black:focus::placeholder {
  color: #a7a7a7;
}

input.grey2 {
  background: #fafafa;
  margin: 0 10px 0 10px;
  padding: 5px 20px;
  border-radius: 20px;
  border: 2px solid #292b28;
  font-size: 12px;
}

input.grey2::-webkit-input-placeholder {
  color: #a7a7a7;
  text-transform: uppercase;
}

input.grey2:-ms-input-placeholder {
  color: #a7a7a7;
  text-transform: uppercase;
}

input.grey2::-ms-input-placeholder {
  color: #a7a7a7;
  text-transform: uppercase;
}

input.grey2::placeholder {
  color: #a7a7a7;
  text-transform: uppercase;
}

input.grey2:focus {
  color: #292b28;
  background: #fafafa;
  border: 2px solid #30b09a;
}

input.grey2:focus::-webkit-input-placeholder {
  color: #a7a7a7;
}

input.grey2:focus:-ms-input-placeholder {
  color: #a7a7a7;
}

input.grey2:focus::-ms-input-placeholder {
  color: #a7a7a7;
}

input.grey2:focus::placeholder {
  color: #a7a7a7;
}

.form-control {
  font-family: "Gotham";
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 7.5px;
  width: 7.5px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
  background-size: 7.5px 7.5px;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 10px #1a1a1a25;
          box-shadow: 0 0 10px #1a1a1a25;
  background: #ffffffe1;
  padding: 15px 0;
  z-index: 20;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

nav .vb-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

nav .vb-logo img.logo {
  width: 150px;
}

@media (max-width: 992px) {
  nav .vb-logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
  }
  nav .vb-logo img.logo {
    width: 140px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  nav .vb-logo {
    padding: 0 0 10px 0;
  }
  nav .vb-logo img.logo {
    width: 120px;
    text-align: center;
  }
}

nav .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

@media (max-width: 768px) {
  nav .search {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
  }
}

nav .search input.black {
  width: 250px;
}

@media (max-width: 992px) {
  nav .search input.black {
    padding: 5px 10px;
    font-size: 12px;
    width: 200px;
  }
}

@media (max-width: 992px) {
  nav .search button.icon {
    min-width: 30px;
    min-height: 30px;
  }
  nav .search button.icon i {
    font-size: 12px;
  }
}

nav .links {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

@media (max-width: 992px) {
  nav .links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
  }
}

@media (max-width: 768px) {
  nav .links {
    margin: 10px 0 0 0;
  }
}

nav .links a {
  text-transform: uppercase;
  padding: 0 10px;
}

@media (max-width: 1200px) {
  nav .links a {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  nav .links a {
    padding: 0 5px;
  }
}

nav .links a.active {
  color: #7f1ffe;
  font-weight: 800;
}

nav .links button.icon {
  margin: 0 0 0 20px;
}

button {
  border-radius: 7.5px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Gotham";
}

button.black-btn {
  background: #292b28;
  color: #fafafa;
  padding: 10px 40px 8px 40px;
  border-radius: 25px;
  border: 2px solid #292b28;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  font-size: 16px;
}

button.black-btn:hover {
  background: #30b09a;
  border: 2px solid #30b09a;
  color: #fafafa;
  -webkit-box-shadow: 0 0 10px #1a1a1a25;
          box-shadow: 0 0 10px #1a1a1a25;
}

button.grey-btn {
  background: #a7a7a7;
  color: #fafafa;
  padding: 8px 15px 6px 15px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  font-weight: 400;
  font-size: 12px;
  border-radius: 20px;
}

button.grey-btn:hover {
  background: #30b09a;
  color: #fafafa;
  -webkit-box-shadow: 0 0 10px #1a1a1a25;
          box-shadow: 0 0 10px #1a1a1a25;
}

button.line-btn {
  background: #fafafa;
  color: #292b28;
  padding: 6px 15px 4px 15px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  font-weight: 400;
  font-size: 12px;
  border-radius: 20px;
  border: 2px solid #292b28;
}

button.line-btn:hover {
  background: #fafafa;
  color: #30b09a;
  border: 2px solid #30b09a;
}

button.table-btn {
  background: #292b28;
  color: #fafafa;
  min-width: 28px;
  min-height: 28px;
  margin: 0 2px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  font-weight: 400;
  border-radius: 20px;
}

button.table-btn i {
  font-size: 12px;
}

button.table-btn:hover {
  background: #30b09a;
  color: #fafafa;
  -webkit-box-shadow: 0 0 10px #1a1a1a25;
          box-shadow: 0 0 10px #1a1a1a25;
}

button.icon {
  min-width: 35px;
  min-height: 35px;
  border-radius: 50%;
  color: white;
  background: #292b28;
  border: 2px solid #292b28;
}

button.icon i {
  font-size: 14px;
}

button.icon:hover {
  -webkit-box-shadow: 0 0 5px #1a1a1a25;
          box-shadow: 0 0 5px #1a1a1a25;
  border: 2px solid #292b28;
  color: #292b28;
  background: white;
}

button.icon.active {
  background: #fafafa;
  border: 2px solid #30b09a;
  color: #30b09a;
}

@media (max-width: 600px) {
  button.icon i {
    font-size: 14px;
  }
}

button.outline {
  color: black;
  background: #fafafa;
  border: 1px solid #292b28;
}

button.outline i {
  font-size: 14px;
}

button.outline:hover {
  border: 1px solid #292b28;
  color: #292b28;
  background: white;
}

button.teal:hover {
  border: 2px solid #30b09a;
  color: #30b09a;
  background: white;
}

button.yellow:hover {
  border: 2px solid #f4b214;
  color: #f4b214;
  background: white;
}

button.orange:hover {
  border: 2px solid #f07825;
  color: #f07825;
  background: white;
}

button.profile-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

button.profile-icon i {
  font-size: 35px;
}

a.black-btn {
  border-radius: 7.5px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Gotham";
  background: #fafafa;
  color: #292b28;
  padding: 14px 60px 12px 60px;
  border-radius: 25px;
  border: 2px solid #292b28;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  font-size: 16px;
}

a.black-btn:hover {
  background: #30b09a;
  border: 2px solid #30b09a;
  color: #fafafa;
  -webkit-box-shadow: 0 0 10px #1a1a1a25;
          box-shadow: 0 0 10px #1a1a1a25;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #292b28 !important;
}

.nav-link {
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: normal;
  color: #30b09a;
}

.nav-link:hover {
  color: #7f1ffe;
}

img.profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 5px 0 0;
}

img.profile.big {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.table-toolbar {
  margin-top: 100px;
  padding: 10px 0;
  border-bottom: 2px solid #f2f2f2;
}

@media (max-width: 768px) {
  .table-toolbar {
    margin-top: 150px;
  }
}

.table-toolbar .links p {
  text-transform: uppercase;
  font-size: 20px;
}

.table-toolbar .links p .active {
  color: #7f1ffe;
  font-weight: 800;
}

@media (max-width: 768px) {
  .table-toolbar .links {
    text-align: center;
    padding: 0 0 10px 0;
  }
  .table-toolbar .links p {
    font-size: 20px;
  }
}

.table-toolbar .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

@media (max-width: 768px) {
  .table-toolbar .filters {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    padding: 0 0 10px 0;
  }
}

@media (max-width: 600px) {
  .table-toolbar .filters {
    display: block;
    text-align: center;
    padding: 0 0 0 0;
  }
  .table-toolbar .filters button,
  .table-toolbar .filters input {
    margin: 0 0 10px 0;
  }
}

.dash-toolbar {
  border-bottom: 2px solid #f2f2f2;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  z-index: 1;
}

.dash-toolbar h1 {
  font-size: 18px;
  text-transform: uppercase;
}

.dash-toolbar .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0 0 0 5px;
}

@media (max-width: 600px) {
  .dash-toolbar .filters {
    display: block;
    text-align: left;
  }
  .dash-toolbar .filters button,
  .dash-toolbar .filters input {
    margin: 0 0 5px 0;
  }
}

.tooltip > .tooltip-inner {
  font-size: 11px;
  font-family: "Gotham";
  margin: 3px 0 0 0;
  padding: 5px 7.5px 2px 7.5px;
}

.tooltip > .tooltip-arrow {
  margin: 3px 0 0 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
}

.dropdown-menu .dropdown-item.active {
  background: #7f1ffe !important;
}

.dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.datatable {
  margin-top: 30px;
  position: relative;
  font-family: "Gotham";
  font-size: 15px;
}

.datatable thead {
  text-transform: uppercase;
  color: #292b28;
  font-size: 14px;
}

.datatable thead th {
  padding: 10px 3px;
}

.datatable thead th:hover {
  color: #30b09a;
}

.datatable tr {
  cursor: pointer;
}

.datatable tr td {
  vertical-align: middle;
  padding: 20px 3px;
}

.datatable tr:hover {
  background: #f2f2f2;
  color: #30b09a;
}

.datatable table.dataTable > thead .sorting_asc,
.datatable table.dataTable > thead .sorting_desc {
  color: #7f1ffe;
}

.dataTables_length {
  display: none;
}

.dataTables_paginate {
  padding: 20px 0 0 0;
}

a.paginate_button {
  background: #fafafa;
  border: 1px solid #292b28;
  color: #292b28;
  padding: 5px 10px;
  margin: 0 2px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
}

a.paginate_button:hover {
  background: #292b28;
  color: white;
}

.form-switch .form-check-input {
  cursor: pointer;
}

.form-switch .form-check-input:checked {
  background-color: #7f1ffe;
  border-color: #7f1ffe;
  border: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
  background: #292b28;
  border: none;
  padding: 2px 1px 1px 1px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before {
  background: #7f1ffe;
}

table.dataTable > tbody > tr.child span.dtr-title {
  text-transform: uppercase;
  font-size: 12px;
}

.modal-heads {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 22;
  top: 0;
  left: 0;
}

.modal-heads .bg-full {
  background: #ffffffa1;
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal-heads .position {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.modal-heads .position .modal-card {
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  background: #ffffff50;
  -webkit-box-shadow: 0 0 20px #1a1a1a25;
          box-shadow: 0 0 20px #1a1a1a25;
  width: 700px;
  max-width: 95%;
  padding: 40px 40px;
}

.modal-heads .position .modal-card .title {
  margin: 0 0 40px 0;
}

.modal-heads .position .modal-card .title h1 {
  text-transform: uppercase;
  font-size: 2em;
}

.modal-heads .position .modal-card .title .close {
  position: absolute;
  top: 40px;
  right: 40px;
}

.modal-heads .position .modal-card .title .close:hover {
  color: #30b09a;
  cursor: pointer;
}

.modal-heads .position .modal-card form textarea.form-control,
.modal-heads .position .modal-card form input.form-control {
  background: White;
  margin: 0 0 20px 0;
}

.modal-heads .position .modal-card form button {
  font-size: 1.2em;
}

.quick-search {
  max-height: 150px;
  overflow-y: scroll;
  background: white;
  border-radius: 5px;
}

.quick-search table {
  font-size: 14px;
}

.quick-search table .icon {
  min-width: 30px;
  min-height: 30px;
  margin: 0 1px;
}

.quick-search table .icon i {
  font-size: 11px;
}

.quick-search table tr {
  cursor: pointer;
}

.quick-search table tr td {
  vertical-align: middle;
  padding: 5px 3px;
}

.quick-search.float {
  position: absolute;
  max-height: 125px;
  top: 60px;
  width: 400px;
  background: #fafafa;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px #1a1a1a25;
          box-shadow: 0 0 10px #1a1a1a25;
  padding: 10px;
}

.quick-search.float table {
  font-size: 14px;
}

.quick-search.float table .icon {
  width: 22px;
  height: 22px;
  margin: 0 1px;
}

.quick-search.float table .icon i {
  font-size: 10px;
}

.quick-search.float table tr:hover {
  background: #f2f2f2;
  color: #30b09a;
}

.quick-search.float table tr td {
  vertical-align: center;
}

.quick-search.float table tr td .form-check {
  margin-bottom: 0px;
  margin: 5px 0 0 0;
}

.notifications {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  z-index: 100;
}

.notifications .card {
  margin: 0 0 50px 0;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 10px #1a1a1a50;
          box-shadow: 0 0 10px #1a1a1a50;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: white;
}

.notifications .copy {
  background: #30b09b;
}

.notifications .delete {
  background: #f07a25;
}

.notifications .export {
  background: #f4b114;
  color: black;
}

.group-card {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  color: #292b28;
  display: inline-block;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.group-card:hover {
  background: #292b28;
  border: 1px solid #292b28;
  color: #fafafa;
}

.group-card:hover h1 {
  color: #fafafa;
}

.group-card:hover .info h2 {
  color: #7f1ffe;
}

.group-card:hover .numbers p span.big-text {
  color: #30b09a;
}

.group-card:hover .people .icon {
  background: white;
  color: #292b28;
}

.group-card .info {
  margin: 0 0 10px 0;
}

.group-card .info h1 {
  font-size: 16px;
  text-transform: uppercase;
}

.group-card .info h2 {
  font-size: 13px;
  text-transform: uppercase;
  color: #30b09a;
}

.group-card .info p {
  font-size: 12px;
  margin-top: 5px;
}

.group-card .numbers {
  margin: 0 0 26px 0;
}

.group-card .numbers p {
  text-transform: uppercase;
  font-size: 9px;
  padding: 0 7.5px 0 0;
  margin: 0 10px 0 0;
  display: inline-block;
}

.group-card .numbers p span.big-text {
  font-size: 18px;
  font-weight: 800;
  color: #7f1ffe;
}

.group-card .people img.profile {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
}

.group-card .people .icon {
  margin: 0 3px 0 0;
  background: #fafafa;
  color: #fafafa;
  background: #a7a7a7;
  border: 1px solid #a7a7a7;
}

.group-card .people .icon:hover {
  color: white;
  background: #7f1ffe;
  border: 1px solid #7f1ffe;
}

.border-right {
  border-right: 1px solid #a7a7a7;
}

footer {
  display: block;
  padding: 50px 0 75px 0;
  background: #292b28;
  width: 100%;
  margin-top: 100px;
}

.profile-card {
  position: absolute;
  top: 55px;
  background: #fafafa;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px #1a1a1a25;
          box-shadow: 0 0 10px #1a1a1a25;
  padding: 8px 8px 10px 8px;
  z-index: 10;
}

.profile-card a {
  font-size: 12px;
}

.carousel-card {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.carousel-card.social .tag {
  font-size: 12px;
  text-transform: uppercase;
}

.carousel-card.social .tag i {
  font-size: 30px;
  padding: 0 10px 10px 0;
}

.carousel-card.social .tag i.fa-instagram {
  color: #e1306c;
}

.carousel-card.social .tag i.fa-tiktok {
  color: #25f4ee;
}

.carousel-card.social .tag i.fa-twitter {
  color: #1da1f2;
}

.carousel-card.social .tag i.fa-youtube {
  color: #c4302b;
}

.carousel-card.social .tag i.fa-facebook {
  color: #3b5998;
}

.carousel-card.social .numbers {
  margin: 15px 0 0 0;
  line-height: 1em;
}

.carousel-card.social .numbers p span.bold {
  font-size: 24px;
}

.carousel-card.social .numbers p span {
  font-size: 10px;
}

.carousel-card.social .status p {
  font-size: 10px;
  text-transform: uppercase;
}

.carousel-card.social .copy {
  position: absolute;
  top: 10px;
  right: 10px;
}

.carousel-card:hover {
  background: #292b28;
  color: white;
}

.carousel-card.content {
  text-align: center;
}

.owl-nav {
  padding: 10px 0 0 0;
}

@media (max-height: 810px) {
  .owl-nav {
    padding: 5px 0 0 0;
  }
  .owl-nav .owl-next {
    margin: 0 10px;
  }
  .owl-nav .owl-next i {
    font-size: 14px;
  }
  .owl-nav .owl-prev i {
    font-size: 14px;
  }
}

.owl-nav .owl-prev {
  outline: none;
}

.owl-nav .owl-prev:hover i {
  color: #7f1ffe;
}

.owl-nav .owl-next {
  margin: 0 20px;
  outline: none;
}

.owl-nav .owl-next:hover i {
  color: #30b09a;
}

.owl-dots {
  display: none;
}

.text-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.589);
}

.dot {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px 0 0;
}

.dot.active {
  background: #4af88d;
}

.dot.inactive {
  background: #f8d84a;
}

.bg {
  position: fixed;
  z-index: 1;
}

.bg img {
  width: 325px;
}

.bg.top {
  top: 0;
  right: 0;
}

.bg.bot {
  bottom: 0;
  left: 0;
}

@media (max-width: 992px) {
  .bg {
    display: none;
  }
}

.bg-2 {
  position: absolute;
  z-index: 0;
}

.bg-2 img {
  width: 180px;
}

.bg-2.left {
  top: 100px;
  left: 0;
}

.bg-2.right {
  top: 600px;
  right: 0;
}

@media (max-width: 1550px) {
  .bg-2 {
    display: none;
  }
}

@media (max-width: 1650px) {
  .bg-2 img {
    width: 140px;
  }
}

.bg-3 {
  position: absolute;
  z-index: 1;
}

.bg-3 img {
  width: 180px;
}

.bg-3.one {
  top: 225px;
  left: -50px;
}

.bg-3.two {
  top: 155px;
  left: 50px;
}

.bg-3.two img {
  width: 80px;
}

.bg-3.three {
  top: 455px;
  left: 30px;
}

.bg-3.three img {
  width: 40px;
}

@media (max-width: 1500px) {
  .bg-3 {
    display: none;
  }
}

@media (max-width: 1650px) {
  .bg-3 img {
    width: 140px;
  }
  .bg-3.two img {
    width: 60px;
  }
  .bg-3.three img {
    width: 30px;
  }
}

.input-daterange input:first-child {
  border-radius: 20px;
  text-align: left;
  margin: 0 3px;
  width: 125px;
}

.input-daterange input:first-child::-webkit-input-placeholder {
  color: #292b28;
}

.input-daterange input:first-child:-ms-input-placeholder {
  color: #292b28;
}

.input-daterange input:first-child::-ms-input-placeholder {
  color: #292b28;
}

.input-daterange input:first-child::placeholder {
  color: #292b28;
}

@media (max-width: 992px) {
  .input-daterange input:first-child {
    width: 75px;
    margin: 0 1px;
  }
}

.input-daterange input:last-child {
  border-radius: 20px;
  text-align: left;
  margin: 0 3px;
  width: 125px;
}

.input-daterange input:last-child::-webkit-input-placeholder {
  color: #292b28;
}

.input-daterange input:last-child:-ms-input-placeholder {
  color: #292b28;
}

.input-daterange input:last-child::-ms-input-placeholder {
  color: #292b28;
}

.input-daterange input:last-child::placeholder {
  color: #292b28;
}

@media (max-width: 992px) {
  .input-daterange input:last-child {
    width: 75px;
    margin: 0 1px;
  }
}

#chart {
  max-width: 650px;
  margin: 35px auto;
}

text {
  text-transform: uppercase;
}

.content-stream .card-stream {
  display: block;
  padding: 15px 10px;
  border-radius: 5px;
}

.content-stream .card-stream img {
  width: 100%;
  margin: 10px 0;
}

.content-stream .card-stream p.name {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.content-stream .card-stream p.body {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.content-stream .card-stream:hover {
  background: #292b28;
  color: white;
  cursor: pointer;
}
/*# sourceMappingURL=main.css.map */