@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700;800&display=swap);

#main-wrapper {
  background-image: url(/img/files/aiquill-back-circuit.jpg);

}

#main-wrapper #main-background {
  background-color: transparent;
  background-image: linear-gradient(85deg, rgba(103, 179, 217, 0.73) 0%, rgba(175, 0, 255, 0.77) 100%);
}

#main-wrapper .navbar-nav li.nav-item a.nav-link {
  padding: 0px 15px;
  color: #FFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

#main-wrapper .navbar {
  background: #000000c2;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 50px;
  z-index: 100;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 800;
  transition: all ease-in 0.2s;
  border-radius: 20px;
}

#main-wrapper .navbar-nav li.nav-item a.nav-link:hover, #main-wrapper .navbar-nav li.nav-item a.nav-link:focus {
  color: #9ebdfd;
}

#main-wrapper .minimize-navbar {
  line-height: 60px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
}

#main-wrapper .navbar-nav li.nav-item a.active {
  color: #9ebdfd !important;
}

#main-wrapper .dark-color {
  color: #fff !important;
}

#main-wrapper .text-container h6 {
  font-weight: 900;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.34);
  color: #313338;
  font-size: 22px;
}

#main-wrapper .text-container h1 {
  color: #FFF;
  line-height: 1em;
  margin: 0;
  font-weight: 800;
  font-size: 70px;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);
}

#main-wrapper .register-button, #main-wrapper .dashboard-button {
  background: #F24802 !important;
}

#main-wrapper #top-main-button {
  display: inline-flex;
  background: #F24802;
  border: none !important;
}

.btn-primary-frontend {
  font-size: 16px;
  width: 290px;
  height: 50px;
  line-height: 48px;
  font-weight: 600;
  border-radius: 50vh;
  color: #fff !important;
  background-image: linear-gradient(#7CA4FC, rgba(0, 123, 255, 0.5607843137));
  border-top: 1px solid rgba(255, 255, 255, 0.4392156863);
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  z-index: 10;
}

.header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: #313338;
}


.app-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: 0px;
  width: 250px;
  max-height: 100%;
  z-index: 1000;
  background: #313338 !important;
  transition: left 0.3s ease, width 0.3s ease;
}


.app-sidebar__logo {
  padding: 13px 15px;
  height: 74px;
  text-align: center;
  width: 250px;
  z-index: 999999;
  position: fixed;
  transition: left 0.3s ease, width 0.3s ease;
  background: #313338;
}

.side-menu__icon {
  color: #a8c4fd;
}


.side-menu__item {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.side-menu__item.active {
  color: #fff;
  background: #a8c4fd;
  border-radius: 10px;
}

.side-menu__label {
  white-space: nowrap;
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  height: auto;
  transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.side-menu__item.active .side-menu__icon {
  color: #313338;
}


body * {
  font-family: "Lato", sans-serif;
}

.slide-item {
  display: flex;
  align-items: center;
  padding: 8px 14px 8px 55px;
  font-size: 12px;
  color: #fff;
}

.nav-link.icon .header-icon {
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  padding: 11px 10px 10px;
}

.side-menu {
  margin-bottom: 0;
  padding-bottom: 40px;
  margin-top: 74px;
  border-top: 1px solid #313338;
}

.app-sidebar .side-item.side-item-category {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0 20px 0 21px;
}

.usage-icon i {
  font-size: 30px;
  padding-top: 1rem;
  color: #A8C4FD;
}

.app-sidebar__toggle .header-icon {
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  background: #313338;
  padding-top: 7px !important;
}

.side-menu__item.active:hover .angle, .side-menu__item.active:focus .angle {
  color: #a8c4fd;
}

.side-menu__item:hover .side-menu__icon, .side-menu__item:focus .side-menu__icon {
  color: #fff;
}

.side-menu__item:hover, .side-menu__item:focus {
  text-decoration: none;
  background: #a8c4fd;
  color: #fff;
  border-left: 3px solid #007BFF;
  transition: border-left 0s ease-in-out, color 0s ease;
  border-radius: 10px;
}

.sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu__label {
    white-space: nowrap;
    flex: 1 1 auto;
    position: unset;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    flex: 1 1 auto;
  }
  
.text-dark {
  color: #a8c4fd !important;
}  

.fs-11 {
  font-size: 13px;
}

.input-box h6 {
  font-family: "Lato", sans-serif;
  margin-bottom: 0.6rem;
  font-weight: 600;
  font-size: 13px;
}
  
.fs-12 {
  font-size: 14px;
}

.templates-nav-menu .nav-tabs .nav-link {
  font-size: 14px;
  margin-right: 0.7rem;
  min-width: 80px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 35px;
  color: #313338;
  border: none;
  font-weight: 600;
  margin-bottom: 0 !important;
}

.templates-nav-menu .nav-tabs .active {
  background-color: #a8c4fd;
  color: #FFF;
  border-color: #1e1e2d;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

.templates-nav-menu .nav-tabs .nav-link:hover, .templates-nav-menu .nav-tabs .nav-link:focus {
  background-color: #a8c4fd;
  color: #FFF;
  border-color: #1e1e2d;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

.templates-nav-menu .nav-tabs .nav-link {
  font-size: 14px;
  margin-right: 0.7rem;
  min-width: 80px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 35px;
  color: #fff;
  border: none;
  font-weight: 600;
  margin-bottom: 0 !important;
}

.templates-nav-menu .template-nav-menu-inner {
  padding: 10px;
  background-color: #313338;
  border-radius: 50vh;
}

.search-template .input-box .form-control {
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  background-color: #FFF !important;
  border-radius: 50vh;
  border-color: #a8c4fd;
}

.input-box .form-control {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #1e1e2d;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  appearance: none;
  background-color: #f5f9fc;
  border-color: transparent;
  border-radius: 0.5rem;
  border-width: 2px;
  font-weight: 400;
  line-height: 1rem;
  padding: 0.75rem 1rem;
  width: 100%;
}

.card {
  font-family: "Lato", sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
  border: 1px solid #dbe2eb;
  box-shadow: 0px 6px 6px 2px rgba(0, 0, 0, 0.18), 0 0px 0px 2px rgba(0, 0, 0, 0);
  border-radius: 8px;
}



body.dark-theme .text-muted {
  color: #fff !important;
}

#features-wrapper {
  background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
  padding: 0 0 50px 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(/img/frontend/backgrounds/pattern.svg);
}


@media (max-width: 768px) {
  #main-wrapper .fixed-top {
    background: #0F0F0FC4;
  }
}

#chat-system {
  font-size: 14px;
}


#features-wrapper .features-nav-menu .features-nav-menu-inner .nav-tabs .nav-link {
  margin-bottom: 0;
  border: 1px solid #dbe2eb;
  border-radius: 10px;
  color: #fff;
  padding: 1.5rem 0.5rem;
  width: 170px;
  transition: all 0.5s ease;
  background: #7CA4FC;
}

#features-wrapper .features-nav-menu .features-nav-menu-inner .nav-tabs .nav-link.active {
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.1);
  border: none;
  color: #fff;
  background: #313338;
  font-weight: 600;
}

.fa-sharp.fa-solid.fa-sparkles.mr-1 {
    color: #ffd900;
}


#main-wrapper .text-container p {
  font-family: "Lato", sans-serif;
  color: #313338;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.34);
}

#main-wrapper .text-container .is-visible {
  color: #313338; 
}

.profile-dropdown img {
  width: 50px;
  height: 50px;
  border: 2px solid #a8c4fd;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  margin-top: -3px;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-locale .header-text {
  vertical-align: text-bottom;
  color: #fff;
  font-weight: 600;
}

.btn-secondary {
  color: #fff !important;
  background-color: #bc44af;
  border-color: #bc44af;
  top: 22px;
  position: absolute;
  right: 18%;
  border-radius: 20%;
}
.btn-secondary:hover {
  background-color: #98b9ff;
  border-color: #98b9ff;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(251, 28, 82, 0.1);
  background-color: #98b9ff;
  border-color: #98b9ff;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #f83e6b;
  border-color: #f83e6b;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #98b9ff;
  border-color: #98b9ff;
}

#main-wrapper .minimize-navbar .icon span {
  color: #fff;
}

#main-wrapper .text-container p {
  font-family: "Lato", sans-serif;
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.34);
}

#steps-wrapper .steps-box {
  height: 210px;
}

#steps-wrapper {
  background: #FFF;
  padding-bottom: 6rem;
}

#features-wrapper {
  background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  padding: 0 0 0px 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(/img/frontend/backgrounds/pattern.svg);
}

.review-card-scroll .hori-between-div .horizontal-div .reviewer-portrait {
  padding: 3px;
  border: 1px solid rgb(0, 123, 255);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.btn-primary-frontend-small {
  font-size: 14px;
  width: 260px;
  height: 45px;
  line-height: 40px;
  font-weight: 600;
  border-radius: 50vh;
  color: #fff !important;
  background: #f24802;
  border-top: 1px solid rgba(255, 255, 255, 0.4392156863);
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  z-index: 10;
}

#templates-wrapper .template-nav-menu-inner {
  background-color: #313338;
  box-shadow: 0px 0px 9px 0px rgba(100, 100, 100, 0.1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .row .title h3 {
    font-size: 26px;
  }
}

.navbar-light .navbar-toggler {
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  background: #fff;
}

.navbar-toggler {
  padding: .25rem .55rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
  margin-right: 1rem;
}

.checkout-wrapper-box label.gateway {
  margin-bottom: 2rem;
  width: 115px;
  height: 40px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

.wizard-nav .wizard-nav-inner {
  background-color: #313338;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 10px;
  border-radius: 50vh;
}

.wizard-nav .wizard-nav-inner .wizard-nav-text .wizard-step-title {
  line-height: 1.4;
  color: white;
}
