:root {
 font-family: "Inter", sans-serif;
}

/*
 * Alerts
 */
.alert {
  width: 100%;
  min-width: 45px;
  padding: 8px 10px;
  border-radius: 8px;
}

.alert-warning {
  color: #856404;
  background-color: #fff2cc;
  border: none;
  border-left: 3px solid #b6911b;
  font-family: Inter Light, serif;
  font-size: 16px;
}

.alert-info {
  color: #044a85;
  background-color: #ccdaff;
  border: none;
  border-left: 3px solid #3453d9;
  font-family: Inter Light, serif;
  font-size: 16px;
}

section {
  padding-bottom: 35px;
}

.alert.success {
  background-color: #37bf91;
  color: white;
  font-family: "Inter ExtraLight";
  font-size: 16px;
  border-radius: 9px;
  border: 2px solid #44f1b71f;
}

.future-wrapped-badge {
  text-align: center;
  margin-bottom: 15px;
  cursor: pointer;
}

.future-wrapped-badge span {
  background: #5a10f4;
  padding: 6px 12px;
  border-radius: 25px;
  color: white;
  font-size: 12px;
  border: 3px solid #d4bbff;
}

.future-wrapped-badge span i {
  margin-right: 5px;
}

/*
 * Animation / Keyframes
 */
.default-translate-transition {
  transition: transform ease 0.4s;
}

.form-hidden, .form-hidden-button, .link-hidden {
  display: none;
}

.form-submit-animate {
  transform: translateY(8px);
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0 0 0 / 75%);
  font-size: 14px;
  font-family: Inter Regular, serif !important;
}

.navbar-light .navbar-toggler {
  color: rgb(161 161 161 / 54%);
  border: none;
}

/*
 * Heading / Paragraph
 */
h1 {
  color: rgb(65,65,65);
  font-family: "Inter Bold";
  font-size: 40px;
}

h3 {
  color: rgb(65,65,65);
  font-family: "Inter Medium";
  font-size: 20px;
}

p {
  font-family: "Inter Light";
  font-size: 16px;
}

label {
  font-family: "Inter Light";
  font-size: 15px;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #2f1295;
  background-color: #2f1295;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #c9b3ff;
  border-color: #c9b3ff;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #c9b3ff;
}

a {
  color: #5A10F4;
}

a:hover {
  color: #280c60;
}

/*
 * Grid / Row
 */
.container {
  border-radius: 7px;
}

.content-card {
  background-color: #ffffff;
  box-shadow: 0 0 20px -3px rgb(0 0 0 / 3%);
  border-radius: 15px;
  padding: 45px 35px 35px;
}

@media (max-width: 768px) {
  .content-card {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.content-card > h3:first-child{
  margin-top: -14px;
  margin-bottom: 26px;
}

.card {
  border-radius: 15px;
}

.card.db-product-element {
  background-color: rgba(255,255,255,0.93);
  border: 1.5295px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.1);
  border-radius: 35.0023px;
  text-align: center;
}

.card.db-product-element h1 {
  font-size: 18px;
  color: #444444;
  color: #444444;
  font-family: "Inter";
  font-weight: 700;
}

.card.db-stats-element:hover {
  transform: scale(1.04);
}

.card.db-stats-element {
  background-color: #5A10F4;
  border: 1.5295px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  transition: transform 0.2s;
}

.card.db-stats-element > .card-body > a:hover {
  text-decoration: none !important;
}

.card.db-stats-element i {
  color: rgb(255, 255, 255);
  font-size: 35px;
}

.card.db-stats-element p:first-of-type {
  color: rgba(255, 255, 255, 0.91);
  font-family: "Inter";
  font-weight: 200;
  font-size: 12px;
  text-transform: initial;
  margin-bottom: 0px;
}

.card.db-stats-element p:last-of-type {
  color: rgb(255,255,255);
  font-family: "Inter";
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 0px;
}

.profile-bg-grey {
  background-color: #f8f8f8;
  padding: 15px 25px;
  border-radius: 15px;
  margin-bottom: 25px;
}

.profile-bg-grey img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .profile-bg-grey {
    padding: 15px;
  }
}

.card.db-card-element {
  background: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0px 0px 20px -3px rgb(0 0 0 / 5%);
  border: none !important;
}

.card.db-card-element h1:first-of-type {
  color: rgb(22 21 21);
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
}

.card.db-card-element > .card-body {
  padding: 25px 25px;
}

.card.db-card-element > .card-body.max-h {
  height: 300px;
  max-height: 300px;
}

.card.db-settings-section {
  background: #FFFFFF;
  border-radius: 45.7482px;
  border: none !important;
  box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.1);
  padding-left: 10px;
  padding-right: 10px;
}

.card.db-settings-section h1 {
  font-size: 24px;
  color: #444444;
  color: #444444;
  font-family: "Inter";
  font-weight: 700;
}

.card.db-alert-section {
  background: #FFFFFF;
  border-radius: 15px;
  border: none !important;
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  padding-right: 10px;
}

.card.db-alert-section p:first-of-type {
  color: #444444;
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
}

.card.db-alert-section i:first-of-type {
  color: #5A10F4;
  margin-right: 20px;
  margin-top: 3px;
  font-size: 43px;
}

.badge-primary {
  background-color: #5A10F4;
}

/*
 * Navbar
 */
.navbar {
  transition: 0.3s;
}

.navbar-collapse .nav .nav-item {
  padding: 5px;
  transition: background-color 0.2s;
}

.dropdown-menu {
  border-color: #ededed;
  border-radius: 10px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 14px;
}

.navbar-collapse .nav .nav-item:hover {
  background-color: rgba(75, 128, 255, 0.04);
  padding: 5px;
  border-radius: 10px;
}

.navbar-toggler:focus {
  outline-color: rgba(0,0,0,.1) !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #5a10f4;
  background-color: #fff;
  border-bottom: 2px solid #5A10F4;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #5a10f4;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: #5a10f4;
}


.nav-tabs .nav-link {
  border: none;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgb(0 0 0 / 5%) !important;
}

.custom-select {
  background-color: #fafaff;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #000000bf;
}

.custom-select:focus {
  border-color: #8a53ff;
  outline: 0;
  box-shadow: none;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #5A10F4;
}

/*
 * Testimonial Section
 */
.testimonials-clean {
  color: #313437;
  background-color: #2db2f5;
}

.testimonials-clean p {
  color: #7d8285;
}

.testimonials-clean h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .testimonials-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.testimonials-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.testimonials-clean .intro p {
  margin-bottom: 0;
}

.testimonials-clean .people {
  padding: 50px 0 20px;
}

.testimonials-clean .item {
  margin-bottom: 32px;
}

@media (min-width:768px) {
  .testimonials-clean .item {
    height: 220px;
  }
}

.testimonials-clean .item .box {
  padding: 30px;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.testimonials-clean .item .box:after {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -24px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-width: 12px 15px;
  border-top-color: #fff;
}

.testimonials-clean .item .author {
  margin-top: 28px;
  /*padding-left: 25px;*/
}

.testimonials-clean .item .name {
  font-weight: bold;
  margin-bottom: 2px;
  color: inherit;
}

.testimonials-clean .item .title {
  font-size: 13px;
  color: #9da9ae;
}

.testimonials-clean .item .description {
  font-size: 15px;
  margin-bottom: 0;
}

.testimonials-clean .item img {
  max-width: 40px;
  float: left;
  margin-right: 12px;
  margin-top: -5px;
}

/*
 * Videos [by @marketnDE]
 */
/*video::-webkit-media-controls-start-playback-button {
  display: none;
}*/

.video-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

.video-container video, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.video-wrapper {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.video-wrapper .playpause {
  background-repeat: no-repeat;
  width: 35%;
  height: 35%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  transition: transform .3s;
}

.video-wrapper .playpause:hover {
  transform: scale(0.8);
}

.video-wrapper .overlay {
  background-color: black;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  border-radius: 15px;
  background-size: contain;
  background-position: center;
  opacity: 0.4;
}

/*
 * Bootstrap Override / Buttons
 */
.text-btn {
  color: #5A10F4;
  font-size: 16px;
  font-family: "Inter Light", serif;
  cursor: pointer;
}

.btn {
  background: #5710EE;
  border: 0.861765px solid #ffffff12;
  border-radius: 12px !important;
  padding: 12px 15px !important;
  color: rgb(255, 255, 255);
  margin-top: 13px;
  transition: background 0.3s;
  font-family: "Inter", serif;
  font-size: 14px;
}

.btn.link {
  padding-top: 8px;
}

.btn.link:hover {
  color: white;
}

td form button {
  margin: 0 !important;
  padding: 8px 15px !important;
  border-radius: 0.25rem !important;
}

.form-control:focus {
  border-color: #8a53ff;
  outline: 0;
  box-shadow: none;
}

.btn:focus, .btn:active {
  background-color: #2f1295 !important;
  outline: none !important;
  border: 0.861765px solid #ffffff12 !important;
  box-shadow: none !important;
}

.btn:hover {
  background-color: #4b0ecc;
  border-color: #4b0ecc;
}

/*
 * Browser Misc.
 */
::selection {
  background: #5A10F4;
  color: #ffffff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #5A10F4;
}

::-webkit-scrollbar-thumb:hover {
  background: #430db2;
}

/*
 * Footer
 */
.footer-basic {
  position: absolute;
  padding: 40px 0;
  color: #4b4c4d;
  font-family: "Inter Light";
  width: 100%;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #aaa;
  margin-bottom: 0;
}

/*
 * Data Table
 */
.table-responsive {
  border-radius: 8px;
}

.tableFixHead {
  overflow-y: auto;
  height: 200px;
  border-radius: 10px;
}

.tableFixHead > .table {
  margin-bottom: 0rem !important;
}

.tableFixHead::-webkit-scrollbar {
  width: 10px;
}

.tableFixHead::-webkit-scrollbar-track {
  background: #ffffff;
}

.tableFixHead::-webkit-scrollbar-thumb {
  background: #888;
}

.tableFixHead::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
  font-size: 14px;
  font-family: "Inter Regular", serif;
  font-weight: 500;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 8px 16px;
}

th {
  background: #eee;
}

b, strong {
  font-family: "Inter Bold", serif;
}