@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url("fonts/Lato/Lato-Light.ttf") format("ttf"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Lato/Lato-Regular.ttf") format("ttf"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Lato/Lato-Bold.ttf") format("ttf"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url("fonts/Lato/Lato-Bold.ttf") format("ttf"); }

  :root {
    --purple:#584994;
    --black:#000;
    --gray: #6c757d;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(147 197 253 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --be-primary-light: 191 219 254;
    --tw-ring-shadow: 0 0 #0000;
    --tw-ring-inset: ;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  }

  
*, ::before, ::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  background-color: #f9fafb;
  /* font-family: "Poppins ", sans-serif; */
  font-family: var(--font-family-sans-serif);
  box-sizing: border-box;
  font-size: 0.875rem; }
  
  .nav-link{
    border: 0;
  }
.nav-bar {
  display: none;
  background-color: #8544cc; }
  @media (max-width: 1048px) {
    .nav-bar {
      display: block;
      height: 3.5rem;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-left: 1rem;
      box-shadow: 0 0 8.5rem rgba(0, 0, 0, 0.15); } }

.sidebar {
  justify-content: space-between;
  overflow: hidden;
  min-height: 100vh;
  padding-left: 250px;
  position: relative; }

  
  @media (max-width: 1048px) {
    .sidebar {
      flex-direction: column;
      justify-content: initial;padding-left: inherit; } }

.content {
  height: 100%;
  overflow-x: hidden;
  padding: 2rem;
  border-radius: 3px;
  overflow: auto;
}

.stretch-card {
  margin-top: 1rem; }

  .logo {
    height: 2.25rem; }
  
  .logo-1x{
    height: 1rem;
    width: auto;
}

.logo-2x{
    height: 2.25rem;
    width: auto;
}

.logo-3x{
  height: 3rem;
  width: auto;
}

.logo-4x{
  height: 4rem;
  width: auto;
}

.logo-5x{
  height: 5rem;
  width: auto;
}

.menu {
  width: 250px;
  background-color: #ffffff;
  padding: 0.625rem 0.625rem 1rem 0;
  position: fixed;
  left: 0;
  min-height: 100vh;
  justify-content: space-between;
  box-shadow: 7px 0px 12px -6px rgba(0, 0, 0, 0.08);
  flex-direction: column; }
  .menu:hover{
    overflow-y: auto;
  }
  @media (max-width: 1048px) {
    .menu {
      padding: 0.625rem 1.625rem 0 0; } }
  .menu .stats_sidebar {
    text-align: center;
    font-size: 0.8rem; }
    .menu .stats_sidebar .sidebar-progress {
      height: 0.4rem; }
    .menu .stats_sidebar .text_stats_bar {
      color: var(--gray) !important;
      font-size: 0.8rem; }
    .menu .stats_sidebar .tooltip_stats {
      font-size: 1.1rem; }
  @media (max-width: 1048px) {
    .menu {
      transform: translateX(-255px);
      transition: all .5s;
      align-items: center;
      height: 100vh;
      position: absolute;
      z-index: 10;
      flex-basis: 48%;
      padding-top: 2rem;
      overflow-y: auto;
    }
      .menu__logo {
        display: none; } }
  .menu__logo {
    text-align: center;
    padding: 1.25rem 0 1.875rem;
    color: white;
    font-size: 1.5625rem;
    font-weight: 600; }

.menu__item {
  position: relative;
  color: var(--purple);
  margin-bottom: 0.9375rem;
  transition: .3s;
  padding: .31rem 0 .31rem 1.6rem;
  align-items: center;
  display: grid;
  grid-template-columns: max-content max-content;
  column-gap: 0.625rem;
  font-size: 0.9rem;
  font-weight: 700;
  transition: all .8s; }
  @media (max-width: 1048px) {
    .menu__item {
      padding: .31rem 0 .31rem 1.6rem; } }
  .menu__item:link {
    text-decoration: none; }
  .menu__item-icon {
    font-size: 1.125rem; }
  .menu__item:hover {
    color: var(--purple);
    background-color: #ede9f1;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px; }

.menu .menu__item.active {
  color: var(--purple);
  background-color: #ede9f1;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px; }
  .menu .menu__item.active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: #ffffff; }
    @media (max-width: 1048px) {
      .menu .menu__item.active::before {
        width: 0; } }

.menu__div2 {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

.menu__div {
  width: 100%; }

.logout {
  display: flex !important;
  justify-content: space-between; }
  .logout:hover a {
    color: #272323; }
  .logout a {
    color: #fff;
    padding-right: 1.5rem; }

.menu__item-setting {
  position: relative;
  color: var(--purple);
  margin: 0 0 .9375rem 1.25rem;
  transition: .3s;
  padding: .31rem 0 .31rem .9375rem;
  align-items: center;
  display: grid;
  grid-template-columns: max-content max-content;
  column-gap: 0.625rem;
  font-size: 0.9rem;
  font-weight: 700;
  transition: all .8s; }
  .menu__item-setting:link {
    text-decoration: none; }
  .menu__item-setting-icon {
    font-size: 1.125rem; }
  .menu__item-setting.active {
    color: #6f3fdd;
    background-color: #d2d1d4;
    border-radius: 15px; }
  .menu__item-setting:hover {
    color: #6f3fdd;
    background-color: #d2d1d4;
    border-radius: 15px; }

.icon_toggle {
  color: #f7f7f7;
  font-size: 2.18rem;
  cursor: pointer; }

.sidebar .menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 28px 20px;
  position: relative;
  user-select: none;
  display: none; }
  @media (max-width: 1048px) {
    .sidebar .menu-icon {
      display: initial; } }

.sidebar .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px; }

.sidebar .menu-icon .navicon:before,
.sidebar .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%; }

.sidebar .menu-icon .navicon:before {
  top: 5px; }

.sidebar .menu-icon .navicon:after {
  top: -5px; }

/* menu btn */
.sidebar .menu-btn {
  display: none; }

@media (max-width: 1048px) {
  .sidebar .menu-btn:checked ~ .menu {
    height: 100vh;
    transform: translateX(0); } }

.input-group-text {
  height: 100%; }

.menu::-webkit-scrollbar-track {
  border: 1px solid #000;
  padding: 2px 0;
  background-color: #b1a7da; }

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

.menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--gray);
  border: 1px solid #8a79d1; }

@media (min-width: 576px) {
  .modal-dialog.link {
    max-width: 800px !important; } }

.btn-link-modal {
  right: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  display: none; }

.btn-primary {
  color: #fff;
  background-color: #7971ea;
  border-color: #7971ea; }
  .btn-primary:hover {
    background-color: #736dd4; }

.btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.dropdown button.btn {
  padding: 6px 6px; }

td a.btn {
  padding: 6px 8px;
  color: #f9f9f9; }

.alert p {
  margin-bottom: 0; }

.alert ul {
  margin-bottom: 0; }

.btn.btn-pill {
  border-radius: 30px; }

.modal .btn.remove_field {
  padding: 12px 0;
  text-align: center;
  font-size: 0.8rem; }

.form-control {
  height: 42px !important; }

.form-bg {
  background-color: #ffffff;
  border-radius: 4px; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

select.link, input.link {
  height: 2.9rem; }

.form-control:focus {
  border-color: #7971ea !important;
  box-shadow: inherit; }

/* check box */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s; }
  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease); }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2); }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9; }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border); }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
    cursor: not-allowed; }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover); }
  input[type='checkbox']:focus,
  input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus); }
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 21px; }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0); }
    
  form input[type='checkbox'] + label,
  form input[type='radio'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px; }
  input[type='checkbox']:not(.switch) {
    border-radius: 7px; }
  input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(var(--r, 20deg));
    transform: rotate(var(--r, 20deg)); }
  input[type='checkbox']:not(.switch):checked {
    --r: 43deg; }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px; }
  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
    transform: translateX(var(--x, 0)); }
  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px; }
  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6; }
  input[type='radio'] {
    border-radius: 50%; }
  input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
    transform: scale(var(--s, 0.7)); }
  input[type='radio']:checked {
    --s: .5; } }

.chosen-container-active .chosen-single {
  border-color: #7971ea !important;
  box-shadow: none; }

.form-select-lg {
  font-size: 1.02rem; }

.form-control[type=file] {
  height: calc(2.25rem + 2px) !important;
  padding: .5rem 1rem !important; }

.card {
  border: 0;
  background: #fff; box-shadow: 5px 0px 24px rgba(16, 24, 40, 0.05);}

  

.card .card-body.statistic {
  padding-left: 1.5rem; }

.card .card-body.statistic .card-text {
  font-size: 1.2rem;
  color: #3b19f3;
  font-weight: 700; }

.card_overlay {
  padding: 0.75rem !important; }

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.label_overlay {
  width: 80px;
  height: 93px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: -1px; }

.card_overlay .card-text {
  padding-right: 17px !important; }

.myDiv {
  text-align: center;
  transform: rotate(45deg);
  position: relative;
  padding: 2px 32px;
  left: -8px;
  font-size: 14px;
  top: 15px;
  width: 120px;
  background-color: #7d3b3b;
  color: rgba(236, 227, 227, 0.87);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.card_overlay .btn {
  padding: .375rem .75rem !important; }

.card_settings {
  cursor: pointer; }

.card_settings a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent; }

.card_settings:hover {
  background-color: rgba(191, 198, 220, 0.4); }

.card_settings .card-title {
  margin-top: 1rem; }

.card_settings .bx {
  font-size: 2.5rem;
  text-align: center; }

.card_settings .card-body {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-left: 1.25rem; }

.card-header {
  font-size: 1.2rem;
  background-color: inherit; }

.card_admin {
  cursor: pointer; }

.card_admin {
  transition: all 0.35s; }
  .card_admin h5 {
    color: #868585;
    font-size: 1.05rem;
    font-weight: 600; }
  .card_admin:hover h5 {
    color: #584994;
    transition: none; }
  .card_admin a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent; }
  .card_admin:hover {
    -webkit-transform: scale(1.05);
    perspective: 0;
    transform: scale(1.05); }
  .card_admin .card-title {
    margin-top: 1rem; }
  .card_admin .bx {
    background-color: #f2f2f3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #584994;
    font-size: 2rem;
    text-align: center; }
  .card_admin .card-body {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-left: 1.25rem;
    transition: none; }

.jqvmap-zoomin, .jqvmap-zoomout {
  width: 1.2rem;
  height: 1rem;
  background-color: #584994; }
  .jqvmap-zoomin:hover, .jqvmap-zoomout:hover {
    background-color: rgba(88, 73, 148, 0.8); }

.card-body.statistic {
  background-color: #fff;
  box-shadow: 5px 0px 24px rgba(16, 24, 40, 0.05);
}
  .card-body.statistic .icon {
    position: absolute;
    top: 0.8rem;
    right: 1.2rem;
    font-size: 1.7rem; }

@media (max-width: 1048px) {
  .content {
    padding: 2rem 0.5rem; } }

#dropdown.show {
  display: block !important; }

.desc_input {
  font-size: 13px;
  margin-bottom: 0px; }

.spinner-border {
  width: 3rem;
  height: 3rem;
  margin: 1rem auto;
  display: none; }

.content-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh; }
  .content-login .content-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 30px;
    height: auto; }
  .content-login .undraw {
    height: 35%;
    width: 35%; }
  .content-login .login-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: -7rem 0; }
    .content-login .login-form__logo {
      height: 90%;
      width: 25%; }
    .content-login .login-form .form-control {
      height: calc(2.25rem + 2px) !important;
      width: 66%; }
      .content-login .login-form .form-control[type='checkbox'] {
        padding: inherit;
        width: 1.3rem;
        height: 1.3rem !important; }
      .content-login .login-form .form-control[type='submit'] {
        background-color: #7971ea;
        color: #ffffff; }
  .content-login .keep {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

.auth-login {
  background: #6441A5;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2a0845, #6441A5);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2a0845, #6441A5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .auth-login .card {
    background: #f7f7f7; }
    .auth-login .card .card-body {
      padding: 2.5rem !important; }
  .auth-login h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.2rem; }
  .auth-login form label {
    font-weight: 600;
    font-size: 0.85rem; }
  .auth-login form .form-control {
    height: 42px !important; }
  .auth-login form .btn {
    padding: 10px 30px; }
  .auth-login form .custom-control-label {
    font-size: 0.9rem !important; }
  .auth-login form a {
    font-size: 0.9rem;
    text-decoration: none; }

.then-middle {
  height: 100vh;
  display: flex;
  justify-content: flex-end; }
  .then-middle .btn[type='submit'] {
    width: 100%; }

.plan {
  background: #fff;
  border-radius: 12px;
  padding-top: 34px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px; }

.plan .p-name {
  display: block;
  font-weight: 900;
  font-size: 17px; }

.plan .btn i {
  margin-right: 5px; }

.plan .card {
  box-shadow: none;
  border-radius: 12px;
  transition: all .2s ease-in-out 0s; }

.plan .card:hover {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out 0s; }

.plan .card .btn {
  border-radius: .35rem;
  padding: .55rem .9rem; }

.plan .pop {
  background: #7487e4;
  color: #fff; }

.plan .card:hover {
  background: #7487e4;
  color: #fff; }

.plan .card:hover p.text-muted {
  color: #cfd6fb !important; }

.plan .card:hover .btn {
  color: #7487e4;
  background: #FCD3C7; }

.plan .pop.card:hover {
  box-shadow: none; }

.dark-version .plan {
  background: #343b4a; }

.dark-version .plan .card:hover {
  box-shadow: 0 0 1px 1px rgba(216, 216, 216, 0.2); }

.ghg .container {
  margin: 0 auto !important;
  padding: 90px 0 !important;
  width: 400px !important;
  background-color: unset; }

.ghg .switch {
  position: relative !important;
  height: 55px !important;
  width: 400px !important;
  margin-bottom: 0 !important;
  background: 0 0 !important;
  border-radius: 30px !important; }

.ghg .switch-label {
  position: relative !important;
  z-index: 2 !important;
  float: left !important;
  width: 200px !important;
  font-size: 21px !important;
  text-align: center !important;
  cursor: pointer !important; }
  @media (max-width: 1048px) {
    .ghg .switch-label {
      width: 130px !important; } }
  @media (max-width: 360px) {
    .ghg .switch-label {
      width: 85px !important; } }

.ghg .switch-label:active {
  font-weight: 700 !important; }

.ghg .switch-label-off {
  padding-left: 2px !important;
  font-weight: 600;
  color: #1f1f1f;
  padding-top: 11px; }

.ghg .switch-label-on {
  padding-right: 2px !important;
  font-weight: 600;
  color: #1f1f1f;
  margin-top: 10px !important; }
  @media (max-width: 360px) {
    .ghg .switch-label-on {
      right: -3rem; } }

.ghg .switch-input {
  display: none !important; }

.ghg .switch-input:checked + .switch-label {
  font-weight: 600 !important;
  color: #fff !important;
  text-shadow: 0 1px rgba(255, 255, 255, 0.25) !important;
  transition: 0.15s ease-out !important;
  transition-property: color, text-shadow !important; }

.ghg .switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 200px !important; }
  @media (max-width: 1048px) {
    .ghg .switch-input:checked + .switch-label-on ~ .switch-selection {
      left: 140px !important; } }
  @media (max-width: 360px) {
    .ghg .switch-input:checked + .switch-label-on ~ .switch-selection {
      left: 105px !important; } }

.ghg .switch-selection {
  position: absolute !important;
  z-index: 1 !important;
  top: 2px !important;
  left: 2px !important;
  display: block !important;
  width: 200px !important;
  height: 51px !important;
  border-radius: 100px !important;
  background-color: #7487e4;
  transition: left 0.15s ease-out !important; }
  @media (max-width: 1048px) {
    .ghg .switch-selection {
      width: 160px !important; } }
  @media (max-width: 360px) {
    .ghg .switch-selection {
      width: 140px !important; } }

.ghg .switch input:checked ~ span:before {
  background-color: unset !important; }

.ghg .switch input:empty ~ span:before {
  background-color: unset !important;
  width: unset !important;
  border-radius: unset !important; }

.switch input:empty ~ span:after {
  width: unset !important;
  border-radius: unset !important; }

.ghg .switch input:empty ~ span:before,
.switch input:empty ~ span:after {
  position: absolute !important;
  display: -webkit-box !important;
  display: unset !important;
  display: flex !important; }

.ghg {
  border-radius: 100px;
  width: 404px;
  margin: 0 auto;
  border: 1px solid #dfdfdf; }
  @media (max-width: 1048px) {
    .ghg {
      width: 304px; } }
  @media (max-width: 360px) {
    .ghg {
      width: 250px; } }

.ghg .switch input:empty ~ span {
  margin: 0 !important; }

.yearly .mont {
  display: none; }

.yearly .yeart {
  display: unset !important; }

.yeart {
  display: none; }

.monthly .yeart {
  display: none; }

.monthly .mont {
  display: unset !important; }

.plan .card {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2); }
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.table1 {
  background-color: #fff; box-shadow: 5px 0px 24px rgba(16, 24, 40, 0.05);}
  .table1 .card-header {
    border-bottom: none; }

.top_table {
  background-color: #fff;
  height: 8rem !important;
  line-height: 90px;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.2rem !important; }
  @media (max-width: 600px) {
    .top_table {
      display: block;
      height: 8rem !important;
      padding-top: 1.5rem !important; } }
  @media (max-width: 600px) {
    .top_table .resp-mv-p {
      padding: 0; } }
  .top_table .search_group {
    width: auto !important; }
    @media (max-width: 600px) {
      .top_table .search_group .search-input {
        width: 12rem; } }
    @media (max-width: 600px) {
      .top_table .search_group button {
        width: 10px; } }
    .top_table .search_group input, .top_table .search_group button {
      height: 38px !important; }
    .top_table .search_group .btn-outline-secondary {
      background-color: #584994 !important;
      color: #fff !important; }
      .top_table .search_group .btn-outline-secondary:hover {
        background-color: none;
        box-shadow: none; }
    .top_table .search_group .form-select:focus {
      border-color: #7971ea !important;
      box-shadow: none; }

.table2 thead tr {
  background-color: #4c2073;
  border-radius: 4px; }

.table2 thead th {
  padding: 0.65rem 0.9rem;
  font-size: 0.9rem;
  color: #f7f7f7; }
  .table2 thead th:first-child {
    border-top-left-radius: 8px; }
  .table2 thead th:last-child {
    border-top-right-radius: 8px; }

.table2 tbody tr {
  background-color: #fdfdfd;
  border-radius: 4px;
  border-bottom: 1px solid #f0f1f3; }

.table2 tbody td {
  padding: 0.65rem 0.9rem;
  color: #505054;
  font-weight: 700; }
  .table2 tbody td.bg_desc {
    background-color: #f9f9f9; }
  .table2 tbody td.border-right {
    border-right: 1px solid #dadadc;
    background-color: #f3f3f3;
    font-weight: 800; }
  .table2 tbody td .action i {
    color: #989a9c; }
  .table2 tbody td .link {
    align-self: center;
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
    flex-grow: 2;
    background-color: #fff;
    border: none; }
  .table2 tbody td .copy {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #f8f8f8;
    position: relative; }
    .table2 tbody td .copy i {
      display: block;
      line-height: 30px;
      position: relative; }
      .table2 tbody td .copy i::before {
        display: block;
        width: 15px;
        margin: 0 auto; }
      .table2 tbody td .copy i.copied::after {
        position: absolute;
        top: 0px;
        right: 35px;
        height: 30px;
        line-height: 25px;
        display: block;
        content: "copied";
        font-size: 1.5em;
        padding: 2px 10px;
        color: #fff;
        background-color: #4099FF;
        border-radius: 3px;
        opacity: 1;
        will-change: opacity, transform;
        animation: showcopied 1.5s ease; }
    .table2 tbody td .copy:hover {
      cursor: pointer;
      background-color: #dfdfdf;
      transition: background-color .3s ease-in; }

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  70% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0; } }

.pagination_table {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0.9rem;
  align-items: center; }
  .pagination_table nav ul.pagination {
    margin-bottom: 0; }

.table1 {
  background-color: #fff; }

.top_table {
  background-color: #fff;
  height: 90px;
  line-height: 90px;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.2rem; }
  .top_table .search_group {
    width: 78%; }
    .top_table .search_group input, .top_table .search_group button {
      height: 38px !important; }
    .top_table .search_group .btn-outline-secondary {
      background-color: #584994 !important;
      color: #fff !important; }
      .top_table .search_group .btn-outline-secondary:hover {
        background-color: none;
        box-shadow: none; }
    .top_table .search_group .form-select:focus {
      border-color: #7971ea !important;
      box-shadow: none; }

.table2 thead tr {
  background-color: #ede9f1;
  border-radius: 4px;
}

.table2 thead th {
  padding: 0.65rem 0.9rem;
  font-size: 0.9rem;
  color: var(--purple); }
  .table2 thead th:first-child {
    border-top-left-radius: 8px; }
  .table2 thead th:last-child {
    border-top-right-radius: 8px; }

.table2 tbody tr {
  background-color: #fdfdfd;
  border-radius: 4px;
  border-bottom: 1px solid #f0f1f3; }

.table2 tbody td {
  padding: 0.65rem 0.9rem;
  color: #505054;
  font-weight: 700; }
  .table2 tbody td .action i {
    color: #989a9c; }

.overview .card-body {
  background-color: #ececf9; }

.overview .link {
  height: 2.2rem;
  line-height: 2.2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #fbfbfb; }
  .overview .link a {
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: space-between;
    color: #5d5b5b;
    font-weight: 600; }
    .overview .link a:hover {
      color: #300fb5; }
    .overview .link a i {
      font-size: 1.3rem; }

.info_app {
  display: flex; }
  .info_app p {
    margin-right: 2rem;
    font-size: 1.12rem; }
    .info_app p i {
      color: #300fb5; }
    .info_app p span {
      padding: 0.1rem 0.2rem;
      background-color: #300fb5;
      color: #fff;
      border-radius: 5px;
      font-size: 0.9rem; }
    .info_app p.license i {
      font-size: 1.3rem; }

.container-checkout {
  font-family: "Lato";
  background: #1d2b64;
  background: -webkit-linear-gradient(to right, #1d2b64, #f8cdda);
  background: linear-gradient(to right, #1d2b64, #f8cdda);
  height: 100vh;
  position: relative; }
  .container-checkout .checkout {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.8rem 2.8rem;
    border-radius: 0.3rem; }
  .container-checkout .logo {
    margin-bottom: 2.8rem; }
    .container-checkout .logo h3 {
      font-size: 1.1rem;
      font-weight: 700;
      width: 70%;
      margin: 0 auto;
      text-align: center; }
  .container-checkout .choice_payment {
    margin-bottom: 2rem; }
    .container-checkout .choice_payment .card {
      border: 0.1rem solid #8f93a2;
      padding: 0.7rem; }
      .container-checkout .choice_payment .card:hover {
        border: 0.1rem solid #1D2B64; }
      .container-checkout .choice_payment .card .form-check-input:checked {
        background-color: initial;
        border: 1px solid #BBC1E1; }
      .container-checkout .choice_payment .card input[type='radio']:after {
        background: #9542e2; }
      .container-checkout .choice_payment .card label {
        margin-left: 1rem; }
  .container-checkout .payout .billed {
    font-size: 1.05rem;
    font-weight: 700; }
  .container-checkout .payout p {
    font-size: 0.75rem; }
  .container-checkout .cgv span {
    font-size: 0.55rem; }
  .container-checkout #submit {
    width: 100%;
    font-size: 1rem; }

.container-invoices {
  font-family: "Lato";
  background: #1d2b64;
  background: -webkit-linear-gradient(to right, #1d2b64, #f8cdda);
  background: linear-gradient(to right, #1d2b64, #f8cdda);
  height: 100vh;
  position: relative; }
  .container-invoices .invoices {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.8rem 2.8rem;
    border-radius: 0.3rem; }
    .container-invoices .invoices__header {
      display: flex;
      justify-content: space-between;
      height: 4rem; }
      .container-invoices .invoices__header .text_invoices {
        clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
        background: blanchedalmond;
        width: 50%;
        position: relative;
        margin-right: -2rem;
        background-color: #7380df; }
        .container-invoices .invoices__header .text_invoices span {
          text-transform: uppercase;
          font-size: 2.5rem;
          font-weight: 800;
          text-align: center;
          color: #ffffff;
          top: 50%;
          left: 50%;
          position: absolute;
          transform: translate(-50%, -50%); }
    .container-invoices .invoices .customers_infos .name {
      font-weight: 600; }
    .container-invoices .invoices .customers_infos p {
      color: #969594; }
    .container-invoices .invoices .infos_payment {
      display: flex;
      margin-top: 3rem;
      justify-content: space-between; }
      .container-invoices .invoices .infos_payment h4 {
        font-weight: 600; }
      .container-invoices .invoices .infos_payment .invoices_infos {
        width: 30%; }
        .container-invoices .invoices .infos_payment .invoices_infos div.number, .container-invoices .invoices .infos_payment .invoices_infos div.date {
          display: flex;
          justify-content: space-between; }
          .container-invoices .invoices .infos_payment .invoices_infos div.number span, .container-invoices .invoices .infos_payment .invoices_infos div.date span {
            color: #969292; }
            .container-invoices .invoices .infos_payment .invoices_infos div.number span:not(:last-child), .container-invoices .invoices .infos_payment .invoices_infos div.date span:not(:last-child) {
              font-weight: 600;
              color: #000000; }
    .container-invoices .invoices #orders {
      font-family: Arial, Helvetica, sans-serif;
      border-collapse: collapse;
      width: 100%; }
    .container-invoices .invoices #orders td, .container-invoices .invoices #orders th {
      padding: 8px; }
    .container-invoices .invoices #orders tr:nth-child(even) {
      background-color: #f2f2f2; }
    .container-invoices .invoices #orders tr:hover {
      background-color: #ddd; }
    .container-invoices .invoices #orders th {
      padding-top: 12px;
      padding-bottom: 12px;
      text-align: left;
      background-color: #9680f0;
      color: white; }
    .container-invoices .invoices .footer {
      display: flex;
      justify-content: space-between;
      margin-top: 3rem; }
      .container-invoices .invoices .footer .payment_infos {
        padding: 1rem 1rem 0.2rem 1.5rem;
        width: 60%;
        background-color: #7380df;
        clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
        color: #f7f7f7; }
        .container-invoices .invoices .footer .payment_infos .title {
          font-size: 1.12rem;
          font-weight: 600;
          color: #ffffff; }
        .container-invoices .invoices .footer .payment_infos .card_details {
          margin-top: 0.65rem; }
          .container-invoices .invoices .footer .payment_infos .card_details p {
            margin-bottom: 0.5rem; }
            .container-invoices .invoices .footer .payment_infos .card_details p span {
              font-size: 0.8rem;
              color: #e6e1e1; }
      .container-invoices .invoices .footer .total_tax {
        width: 40%; }
        .container-invoices .invoices .footer .total_tax .sub_total, .container-invoices .invoices .footer .total_tax .tax, .container-invoices .invoices .footer .total_tax .total {
          justify-content: space-around;
          display: flex;
          color: #494848;
          margin-bottom: 1.1rem; }
          .container-invoices .invoices .footer .total_tax .sub_total , .container-invoices .invoices .footer .total_tax .tax , .container-invoices .invoices .footer .total_tax .total {
            margin-top: 1.2rem; }
        .container-invoices .invoices .footer .total_tax span {
          font-weight: 600; }
        .container-invoices .invoices .footer .total_tax .bar {
          margin-bottom: 1.3rem;
          height: 0.14rem;
          width: 80%;
          margin: 0 auto;
          background-color: #494848; }

.bg_pages {
  background: #f1f1f1;
  background: -webkit-linear-gradient(to right, #f1f1f3, #f1f1f1);
  background: linear-gradient(to right, #f1f1f3, #f1f1f1); }
  .bg_pages .section-pages {
    font-family: "Lato";
    position: relative;
    margin: 8rem 0 4rem; }
    .bg_pages .section-pages .pages {
      display: flex;
      flex-direction: column;
      background-color: #ffffff;
      width: 75%;
      margin: 0 auto;
      padding: 1.8rem 2.8rem;
      border-radius: 0.3rem; }
      .bg_pages .section-pages .pages .title {
        margin-bottom: 1rem;
        text-align: center; }
        .bg_pages .section-pages .pages .title h3 {
          font-weight: 700; }
      .bg_pages .section-pages .pages .content {
        font-size: 1.2rem;
        padding: initial; }

.container-email {
  font-family: "Lato";
  background: #1d2b64;
  background: -webkit-linear-gradient(to right, #1d2b64, #f8cdda);
  background: linear-gradient(to right, #1d2b64, #f8cdda);
  height: 100vh;
  position: relative; }
  .container-email .email {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.8rem 2.8rem;
    border-radius: 0.3rem; }
    .container-email .email .logo {
      margin-bottom: 3.5rem;
      text-align: center; }
      .container-email .email .logo h3 {
        font-weight: 700; }
    .container-email .email .message {
      display: flex;
      align-items: center;
      height: 10rem; }
      .container-email .email .message__sent h4 {
        font-weight: 900;
        color: #1d1f1d; }
      .container-email .email .message__sent p {
        color: grey;
        font-size: 0.8rem; }
      .container-email .email .message__sent a.btn {
        width: 100%;
        margin-bottom: 1rem; }
      .container-email .email .message__sent a {
        text-decoration: none;
        font-weight: 600; }

.bg_stats {
  background-color: #f7f7f7; }

.stats {
  display: flex;
  justify-content: space-between;
  flex-direction: row; }
  @media (max-width: 1048px) {
    .stats {
      flex-direction: column; } }
  .stats .list_stats div {
    display: inline-block;
    background-color: #fff;
    padding: 0.5rem;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.8s; }
    .stats .list_stats div.active {
      background-color: #cec6ef; }
    .stats .list_stats div:hover {
      background-color: #e1deef; }
  .stats .custom_date {
    display: flex; }
    @media (max-width: 1048px) {
      .stats .custom_date div {
        margin-top: 1rem; } }

.container-passwordlink {
  background: #6441A5;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2a0845, #6441A5);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2a0845, #6441A5);
  height: 100vh;
  position: relative; }
  .container-passwordlink .passwordlink {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.8rem 2.8rem;
    border-radius: 0.3rem; }
    .container-passwordlink .passwordlink .logo {
      margin-bottom: 1.5rem;
      text-align: center; }
      .container-passwordlink .passwordlink .logo h4 {
        font-weight: 700; }
    .container-passwordlink .passwordlink .password {
      display: flex;
      align-items: center;
      height: 10rem; }
      .container-passwordlink .passwordlink .password form {
        width: 100%; }
        .container-passwordlink .passwordlink .password form input.btn {
          width: 100%;
          margin-bottom: 1rem;
          font-size: 1rem;
          height: 3rem; }

.payment_billing {
  margin-top: 3rem; }
  .payment_billing .payment_method p {
    color: #bcbcc1;
    font-size: 0.75rem; }
  .payment_billing h5 {
    font-size: 1rem;
    font-weight: 700; }
  .payment_billing .paypal, .payment_billing .credit_card {
    padding: 1.2rem 0 1.2rem 1.5rem; }
    .payment_billing .paypal .form-check, .payment_billing .credit_card .form-check {
      position: relative; }
      .payment_billing .paypal .form-check .selector, .payment_billing .credit_card .form-check .selector {
        position: absolute;
        top: 0;
        left: 0; }
      .payment_billing .paypal .form-check input[type=radio], .payment_billing .credit_card .form-check input[type=radio] {
        width: 20px;
        height: 20px; }
        .payment_billing .paypal .form-check input[type=radio]:checked, .payment_billing .credit_card .form-check input[type=radio]:checked {
          border: 2px solid #7a78f3;
          background-color: #ffffff; }
          .payment_billing .paypal .form-check input[type=radio]:checked + label:after, .payment_billing .credit_card .form-check input[type=radio]:checked + label:after {
            opacity: 1; }
      .payment_billing .paypal .form-check label, .payment_billing .credit_card .form-check label {
        font-size: 1rem;
        font-weight: 600;
        color: #867878;
        margin-left: 1rem; }
        .payment_billing .paypal .form-check label:checked, .payment_billing .credit_card .form-check label:checked {
          border: 2px solid #f378d3;
          background-color: #ffffff; }
        .payment_billing .paypal .form-check label:after, .payment_billing .credit_card .form-check label:after {
          content: '';
          position: absolute;
          top: 5px;
          left: 5px;
          border: 5px solid #7971ea;
          border-radius: 50px;
          opacity: 0;
          transition: all 1s; }
  .payment_billing .paypal {
    border-bottom: 1px solid #f7f5f5; }
  .payment_billing .billing_information {
    margin-top: 2rem; }
    .payment_billing .billing_information .information {
      padding: 1.2rem 0 1.2rem 1.5rem;
      border-bottom: 1px solid #f7f5f5;
      margin-bottom: 1.2rem; }
      .payment_billing .billing_information .information label {
        font-weight: 600; }
    .payment_billing .billing_information .form-billing {
      padding: 0 1.8rem 2.5rem 1.8rem; }
  .payment_billing form {
    padding: 0 1.8rem 2.5rem 1.8rem; }
    .payment_billing form .form-group span {
      display: block;
      position: relative; }
      .payment_billing form .form-group span i {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1.4rem;
        width: 2em;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #bfbfbf; }
      .payment_billing form .form-group span input {
        padding-left: 3rem; }
        .payment_billing form .form-group span input:focus ~ i {
          color: #4182ce; }
    .payment_billing form label {
      color: #525050;
      font-weight: 600;
      font-size: 0.9rem;
      margin-bottom: 0.3rem; }
    .payment_billing form input {
      font-size: 0.8rem;
      color: #928f8f; }
      .payment_billing form input::placeholder {
        color: #928f8f; }
      .payment_billing form input:focus {
        color: #72777b; }
    .payment_billing form .form-select {
      color: #928f8f;
      font-size: 0.8rem;
      height: 42px; }
      .payment_billing form .form-select:focus {
        border-color: #166ae4;
        box-shadow: inherit;
        color: #72777b; }

.summary .price, .summary .vat {
  border-bottom: 1px solid #f7f5f5; }

.summary .total span {
  font-size: 1.07rem; }

.summary .price, .summary .vat, .summary .total {
  padding: 0.7rem 2rem 0.7rem 2rem;
  display: flex;
  justify-content: space-between; }
  .summary .price span, .summary .vat span, .summary .total span {
    color: #807d7d; }
    .summary .price span p, .summary .vat span p, .summary .total span p {
      font-size: 0.97rem;
      font-weight: 600;
      margin-bottom: 0.3rem; }
      .summary .price span p:not(:first-child), .summary .vat span p:not(:first-child), .summary .total span p:not(:first-child) {
        font-size: 0.69rem;
        font-weight: 500; }
    .summary .price span:not(:first-child), .summary .vat span:not(:first-child), .summary .total span:not(:first-child) {
      font-weight: 700;
      font-size: 0.9rem;
      color: #474747; }

.summary .btn {
  margin: 1rem auto 1.8rem;
  width: 80%; }

.StripeElement {
  height: 40px;
  padding: 10px 12px;
  width: 100%;
  color: #32325d;
  background-color: white;
  border: 1px solid #e6ebf1;
  border-radius: 4px;
  height: 42px;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease; }

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df; }

.StripeElement--invalid {
  border-color: #fa755a; }

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important; }

.bg-install {
  background: #1d2b64;
  background: -webkit-linear-gradient(to right, #1d2b64, #f8cdda);
  background: linear-gradient(to right, #1d2b64, #f8cdda); }

.container-install {
  font-family: "Lato";
  min-height: 100vh;
  position: relative; }
  .container-install .install {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    width: 35%;
    margin: 2rem auto;
    padding: 1.8rem 2.8rem;
    border-radius: 0.3rem; }
  .container-install .logo {
    margin-bottom: 2.8rem; }
    .container-install .logo h3 {
      font-size: 1.5rem;
      font-weight: 900;
      width: 70%;
      margin: 0 auto;
      text-align: center; }
  .container-install .multi_step {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1; }
    .container-install .multi_step span {
      background-color: #DFE0E0;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      font-weight: 600; }
      .container-install .multi_step span:first-child::after, .container-install .multi_step span:first-child::before {
        display: none; }
      .container-install .multi_step span::after {
        content: "";
        width: 120px;
        height: 3px;
        position: absolute;
        bottom: 11px;
        right: 27px;
        z-index: -1;
        background-color: indigo; }
      .container-install .multi_step span.active {
        background: #ee0979;
        color: white; }
      .container-install .multi_step span.active:before, .container-install .multi_step span.active:after {
        background: #ee0979;
        color: white; }
  .container-install .install_app {
    width: 100%;
    box-sizing: border-box; }
    .container-install .install_app ul.requirements {
      padding-left: 0rem; }
      .container-install .install_app ul.requirements li {
        display: flex;
        justify-content: space-between;
        list-style: none;
        padding: 0.8rem 0;
        color: #929291;
        border-bottom: 1px solid #f0f0f0; }
        .container-install .install_app ul.requirements li i {
          font-size: 1.5rem;
          color: #67b619; }
    .container-install .install_app .billed {
      font-size: 1.05rem;
      font-weight: 700; }
    .container-install .install_app p {
      font-size: 0.75rem; }
    .container-install .install_app .page:not(:first-of-type) {
      display: none; }
  .container-install .connexion label {
    font-weight: 700; }
  .container-install .connexion .form-control {
    height: 43px !important; }
  .container-install .connexion .form-label {
    margin-bottom: .2rem; }
  .container-install .connexion .form-group {
    margin-top: .8rem; }
  .container-install .button_next_previous {
    display: flex;
    justify-content: space-around; }

.then-link-info {
  justify-content: flex-end;
  flex: 1 1 auto !important; }
  .then-link-info .btn[type='submit'] {
    width: 100%; }

.bg_home {
  background-color: #ffffff; }
  .bg_home a, .bg_home a:active, .bg_home a:focus, .bg_home a:hover, .bg_home button {
    direction: inline-block;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    cursor: pointer;
    display: inline-block; }
  .bg_home h1, .bg_home h2, .bg_home h3, .bg_home h4, .bg_home h5, .bg_home h6, .bg_home p, .bg_home ul, .bg_home hr {
    padding: 0;
    margin: 0;
    font-weight: 400; }
  .bg_home ul li {
    list-style-type: none; }
  .bg_home .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #676767;
    opacity: 1; }
  .bg_home .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #676767;
    opacity: 1; }
  .bg_home .form-control::placeholder {
    color: #676767;
    opacity: 1; }
  .bg_home .contact-section .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #7D7D7D;
    opacity: 1; }
  .bg_home .contact-section .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #7D7D7D;
    opacity: 1; }
  .bg_home .contact-section .form-control::placeholder {
    color: #7D7D7D;
    opacity: 1; }
  .bg_home .banner-section {
    background: url("../img/banner-home.svg") center bottom no-repeat;
    background-size: cover;
    background-color: transparent;
    color: #fff;
    padding: 156px 0;
    min-height: 300px; }
  .bg_home .header-main {
    position: absolute;
    width: 100%;
    min-height: 80px; }
  .bg_home .site-menu li {
    display: inline-block; }
  .bg_home .site-menu li a {
    color: #EBE7E7;
    font-size: 16px;
    margin-right: 44px;
    font-weight: 300; }
    .bg_home .site-menu li a:hover {
      border-bottom: 1px solid #bbff00; }
  .bg_home .mw-20 {
    max-width: 20%; }
  .bg_home .mw-50 {
    max-width: 50%; }
  .bg_home .btn {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-weight: 700;
    font-size: 15px;
    border-radius: 8px;
    color: #EBE7E7 !important;
    box-shadow: none !important; }
  .bg_home .btn-primary {
    background-color: #A375D5;
    border-color: transparent; }
  .bg_home .btn-primary:not(:disabled):not(.disabled).active:focus, .bg_home .btn-primary:not(:disabled):not(.disabled):active:focus, .bg_home .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none; }
  .bg_home .btn-primary:hover,
  .bg_home .btn-primary.focus, .bg_home .btn-primary:focus,
  .bg_home .btn-primary:not(:disabled):not(.disabled).active, .bg_home .btn-primary:not(:disabled):not(.disabled):active, .bg_home .show > .btn-primary.dropdown-toggle {
    background-color: #56269F;
    border-color: transparent;
    box-shadow: none !important; }
  .bg_home .btn-info {
    background-color: #32D2DE;
    border-color: transparent; }
  .bg_home .text-700 {
    font-weight: 700 !important; }
  .bg_home .search-form .form-control {
    min-height: 48px;
    border: 1px solid #707070;
    border-radius: 12px;
    padding-left: 46px;
    padding-right: 46px;
    font-size: 18px;
    color: #676767; }
  .bg_home .search-form .btn {
    min-height: 48px;
    width: 123px;
    border-radius: 12px; }
  .bg_home .section-py {
    padding: 30px 0; }
  .bg_home .text-900 {
    font-weight: 900 !important; }
  .bg_home .site-title h6 {
    color: #2d2d2d;
    line-height: 34px; }
  .bg_home .text-primary {
    color: #632CE5 !important; }
  .bg_home .site-title h2 {
    color: #0C0321;
    padding-bottom: 40px; }
  .bg_home .services-item h6 {
    color: #1D1D1E; }
  .bg_home .services-item p {
    color: #2d2d2d;
    font-weight: 300; }
  .bg_home .services-details h5 {
    padding-left: 52px;
    color: #0C0321;
    position: relative;
    margin-bottom: 50px; }
  .bg_home .services-details h5:before {
    content: '';
    position: absolute;
    width: 158px;
    height: 1px;
    background-color: #574994;
    top: calc(100% + 14px);
    left: 52px; }
  .bg_home .text-muted {
    color: #000 !important; }
  .bg_home .text-500 {
    font-weight: 500 !important; }
  .bg_home .services-details h6 {
    font-size: 18px; }
  .bg_home .services-details img {
    width: 84%; }
  .bg_home .price-tabs {
    border-radius: 50px;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #707070 !important;
    width: 378px;
    max-width: 100%; }
  .bg_home .price-tabs .btn {
    min-height: 78px;
    border-radius: 50px; }
  .bg_home .btn-dark {
    background-color: #574994 !important;
    border-color: #574994 !important; }
  .bg_home .price-table {
    width: 543px;
    max-width: 100%;
    box-shadow: 0 3px 15px rgba(23, 16, 16, 0.16);
    border-radius: 16px;
    overflow: hidden;
    transition: all .5s; }
  .bg_home .price-head {
    border-top: 20px solid #8C21DE;
    min-height: 205px; }
  .bg_home .price-head h4 {
    padding-bottom: 20px;
    color: #141414;
    font-weight: 700; }
  .bg_home .price-head h1 {
    padding-bottom: 20px;
    color: #141414;
    font-weight: 700; }
  .bg_home .price-head h6 {
    font-weight: 700; }
  .bg_home .price-head.border-bottom {
    border-bottom: 1px solid #D4D2D2 !important; }
  .bg_home .price-footer.border-top {
    border-top: 1px solid #D4D2D2 !important; }
  .bg_home .price-body {
    padding: 26px 44px; }
  .bg_home .price-body li:not(:last-child) {
    margin-bottom: 14px; }
  .bg_home .price-body li h6 {
    font-size: 16px;
    color: #686868; }
  .bg_home .price-footer {
    min-height: 92px;
    white-space: nowrap; }
  .bg_home .btn-round {
    border-radius: 50px; }
  .bg_home .btn-secondary {
    background-color: #C85DF5 !important;
    border-color: #C85DF5 !important; }
  .bg_home .btn-secondary:hover {
    background-color: #BA4FE7 !important;
    border-color: #BA4FE7 !important; }
  .bg_home .price-table.active, .bg_home .price-table:hover {
    background-color: #8C21DE;
    color: #fff !important; }
  .bg_home .price-table.active h4, .bg_home .price-table:hover h4, .bg_home .price-table.active h1, .bg_home .price-table:hover h1 {
    color: #fff !important; }
  .bg_home .price-table.active h6,
  .bg_home .price-table:hover h6 {
    color: #FBF9F9 !important; }
  .bg_home .price-table.active .price-body h6,
  .bg_home .price-table:hover .price-body h6 {
    color: #D6CFCF !important; }
  .bg_home .price-table .price-body h6 {
    font-weight: 700 !important; }
  .bg_home .price-table.active img, .bg_home .price-table:hover img {
    filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(325deg) brightness(105%) contrast(108%); }
  .bg_home .price-table.active .btn, .bg_home .price-table:hover .btn {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #C85DF5 !important; }
  .bg_home .message-section > div {
    background-color: #A65FDC;
    background-image: linear-gradient(#A65FDC, #46116F);
    background: #A65FDC;
    background: linear-gradient(#A65FDC, #46116F);
    min-height: 250px;
    border-radius: 20px;
    padding: 0 82px; }
  .bg_home .message-box h6 {
    width: 80%;
    font-size: 18px;
    line-height: 34px; }
  .bg_home .message-section {
    padding-bottom: 157px; }
  .bg_home .footer-details {
    background-color: #904DC2; }
  .bg_home .footer-copyright {
    background-color: #9555C5; }
  .bg_home .footer-details a {
    color: #fff;
    font-weight: 300; }
  .bg_home .footer-main h6 {
    font-weight: 300; }
  .bg_home ul.social-icons li {
    margin-left: 6px; }
    .bg_home ul.social-icons li a i {
      font-size: 1.5rem;
      color: #fff; }
      .bg_home ul.social-icons li a i:hover {
        color: #e5e2e2; }
  .bg_home .pages-section {
    margin-bottom: 8rem;
    padding: 6px 0 !important; }
  .bg_home .pages-content {
    width: 1121px;
    max-width: 100%;
    margin: auto;
    box-shadow: 0 3px 6px rgba(51, 47, 47, 0.16);
    border-radius: 15px 15px 0 0;
    padding: 20px 26px; }
    .bg_home .pages-content p {
      color: #000; }
  .bg_home .contact-form {
    width: 1121px;
    max-width: 100%;
    margin: auto;
    box-shadow: 0 3px 6px rgba(51, 47, 47, 0.16);
    border-radius: 15px 15px 0 0;
    padding: 47px 196px; }
  .bg_home .contact-form textarea.form-control {
    height: auto !important;
    min-height: auto !important; }
  .bg_home .contact-form .form-control {
    background-color: #FBFBFB;
    border: 1px solid #707070;
    border-radius: 7px;
    margin-bottom: 24px;
    min-height: 47px;
    font-size: 15px;
    font-weight: 700;
    color: #7D7D7D; }
  .bg_home .contact-form .btn-primary {
    background-color: #6F47AC; }
  .bg_home .contact-form .btn {
    border-radius: 7px;
    min-height: 67px;
    font-size: 20px;
    text-transform: uppercase; }
  .bg_home .contact-section {
    background: url("../img/banner-contact.svg") center top no-repeat !important;
    min-height: 200px !important;
    padding: 20px 0; }
  .bg_home .text-300 {
    font-weight: 300 !important; }
  .bg_home .text-dark {
    color: #0C0321 !important; }
  .bg_home .icon_toggle {
    display: none; }
  .bg_home #nav-menu .site-menu li.auth {
    display: none; }
  @media screen and (max-width: 992px) {
    .bg_home .contact-form {
      padding: 25px 20px; }
    .bg_home .message-section > div {
      padding: 15px; }
    .bg_home .icon_toggle {
      display: block; }
    .bg_home #nav-menu {
      display: none; }
    .bg_home #nav-menu.show {
      display: block;
      position: absolute;
      top: 50px;
      text-align: center;
      min-width: 70vw;
      z-index: 1; }
      .bg_home #nav-menu.show ul {
        border-radius: 5px;
        background-color: #f9f9f9;
        margin: 10px; }
        .bg_home #nav-menu.show ul li {
          display: block;
          padding: 12px 0; }
          .bg_home #nav-menu.show ul li:not(:last-child) {
            border-bottom: 1px solid #dad5d5; }
          .bg_home #nav-menu.show ul li.auth {
            display: block; }
          .bg_home #nav-menu.show ul li a {
            border: none;
            color: #6F47AC; } }

#pricing .price-tabs {
  border-radius: 50px;
  overflow: hidden;
  padding: 5px;
  border: 1px solid #707070 !important;
  width: 378px;
  max-width: 100%; }

#pricing .price-tabs .btn {
  min-height: 78px;
  border-radius: 50px; }

#pricing .btn-dark {
  background-color: #574994 !important;
  border-color: #574994 !important; }

#pricing .price-table {
  width: 543px;
  max-width: 100%;
  box-shadow: 0 3px 15px rgba(23, 16, 16, 0.16);
  border-radius: 16px;
  overflow: hidden;
  transition: all .5s; }

#pricing .price-head {
  border-top: 20px solid #8C21DE;
  min-height: 205px; }

#pricing .price-head h4 {
  padding-bottom: 20px;
  color: #141414;
  font-weight: 700; }

#pricing .price-head h1 {
  padding-bottom: 20px;
  color: #141414;
  font-weight: 700; }

#pricing .price-head h6 {
  font-weight: 700; }

#pricing .price-head.border-bottom {
  border-bottom: 1px solid #D4D2D2 !important; }

#pricing .price-footer.border-top {
  border-top: 1px solid #D4D2D2 !important; }

#pricing .price-body {
  padding: 26px 44px; }

#pricing .price-body li:not(:last-child) {
  margin-bottom: 14px; }

#pricing .price-body li h6 {
  font-size: 16px;
  color: #686868; }

#pricing .price-footer {
  min-height: 92px;
  white-space: nowrap; }

#pricing .btn-round {
  border-radius: 50px; }

#pricing .btn-secondary {
  background-color: #C85DF5 !important;
  border-color: #C85DF5 !important; }

#pricing .btn-secondary:hover {
  background-color: #BA4FE7 !important;
  border-color: #BA4FE7 !important; }

#pricing .price-table.active, #pricing .price-table:hover {
  background-color: #8C21DE;
  color: #fff !important; }

#pricing .price-table.active h4, #pricing .price-table:hover h4, #pricing .price-table.active h1, #pricing .price-table:hover h1 {
  color: #fff !important; }

#pricing .price-table.active h6,
#pricing .price-table:hover h6 {
  color: #FBF9F9 !important; }

#pricing .price-table.active .price-body h6,
#pricing .price-table:hover .price-body h6 {
  color: #D6CFCF !important; }

#pricing .price-table .price-body h6 {
  font-weight: 700 !important; }

#pricing .price-table.active img, #pricing .price-table:hover img {
  filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(325deg) brightness(105%) contrast(108%); }

#pricing .price-table.active .btn, #pricing .price-table:hover .btn {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #C85DF5 !important; }
  #addLinkItemsModal .linkItem {
    border: 0;
    width: 100%;
    border-radius: 6px;
    padding: 0.5rem;
    position: relative;
}
#addLinkItemsModal .linkItem h5{
  font-weight: 500;
  text-transform: none;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
  height: auto !important;
}
.btn.btn-link{
  text-transform: none;
  color: var(--purple);
  text-decoration: none;
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px;
}
.ring-primary-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--be-primary-light) / var(--tw-ring-opacity));
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);
}
.rounded {
  border-radius: 0.25rem;
}
.square{
  border-radius: initial;
}
.rounded-full{
  border-radius: 30px;
}
.appareance .btn-primary:focus,.btn-primary:active{
  box-shadow: initial
}
.appareance .btn{
  border-color: initial;
}
.outline{
  background: transparent;
  color: var(--purple);
  outline: solid;
  outline-width: 1px;
}
.outline:hover{
  background: transparent;
  color: var(--purple);
}
.shadow-w-h-5-2{
  width: 5rem;
  height: 2.5rem;
}
.outline.gras{
  color:#461ceb !important;
}
.appareance .btn:focus{
  box-shadow: none;
}
.w-full{
  width: 100%;
}

.appareance .form-control{
  height: auto !important;
  font-size: 0.875rem;
}
.appareance div.title{
  font-size: 1.2rem;
  font-weight: 600;
}
.appareance label{
  font-size: 0.875rem;
}

.pickr .pcr-button{
  padding: 1.1rem 0.95rem;
}

.draggable{
  display: flex;
  align-items: center;
}

.blue-background-class {
	background-color: #C8EBFB;
}

.draggable i{
  margin-right: 12px;
}

/* style for forms*/
.form-control{
  height: auto !important;
  font-size: 0.875rem;
}
label{
  font-weight: 600;
}

.dropdown .action{
  font-size: 1.15rem;
}

.none-shadow{
  box-shadow: none !important;
}

.shadow{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadow-full{
  box-shadow: rgba(0, 0, 0, 0.75) 0.3rem 0.4rem 0px !important;
}

.stats.card-header{
  background-color: #ede9f1 !important;
  color: var(--purple);
  font-weight: 600;
  border: 1px solid #e0d8e9;
}

.font-weight-medium{
  font-weight: 600;
}
.font-weight-bold {
  font-weight: 700;
}
.linkProfile {
  display: flex;
  align-items: center;
  position: relative;
}
.linkProfile .title {
  position: absolute;
  top: 0;
  left: 0;
}
.imageContainer {
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
.linkProfile .imageContainer .imageBox {
  position: relative;
}
.imageContainer .imageBox #linkProfileImg {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.imageContainer .imageBox .imageUploader {
  position: absolute;
  top: 4px;
  right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 22px;
  color: #2e90fa;
}
.inputBox {
  width: 100%;
}

/*survey css*/

body {
  background-color: #f7f7f7;
  overflow-x: hidden;
}

body .navbar-collapse ul li a{
  color: #212529 !important;
  font-weight: 500;
}

body .progress-gray {
  width: 100px;
  height: 8px;
  background: #2c2c2c;
  border-radius: 5px;
}

body span.progress-bg {
  width: 78%;
  height: 100%;
  display: block;
  background: #530de0;
  border-radius: 10px;
}

body a.btn.btn-blue {
  background: #5300f4;
  color: #fff;
  font-size: 13px;
  padding: 8px 10px;
}

body .progess-title p {
  font-size: 13px;
}

body section.title-section {
  padding: 20px;
}

body header {
  background: #211f1f;
  min-height: 55px;
  padding: 0 20px;
}

body header .first-header a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}

body .first-header img {
  width: 25px;
}

body header .first-header a::after {
  content: '';
  height: 30px;
  width: 1px;
  background: #706669;
  position: absolute;
  left: 0;
  top: -4px;
}

body a.header-create {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

body a.header-create.text-muted span {
  background: #5300f4;
  color: #fff;
  padding: 1px 3px;
  border-radius: 3px;
  font-size: 12px;
}

body .third-header button#header1::after {
  display: none;
}

body .third-header span {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

body button#header1 {
  background: #0000;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
  border: none;
}

body .main-seciton {
  padding: 0 20px;
}

body .build-design,
body .edit-block-preview {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 1px 0px 12px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 0px 12px 3px rgba(0, 0, 0, 0.07);
}

body .build-design button.active,
body .edit-block-preview button.active {
  color: #000 !important;
  font-weight: 600;
  font-size: 16px;
  background: #0000 !important;
}

body .build-design button,
body .edit-block-preview button {
  color: #9c9c9c !important;
  font-weight: 600;
}

body .build-design ul#pills-tab,
body .edit-block-preview ul#pills-tab {
  border-bottom: 1px solid #f2f2f2;
}

body .build-design .tab-content ul li a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

body .build-design .tab-content ul li a i {
  color: #5300f1;
}

body .build-design .tab-content ul li a span {
  color: #aaaaaa;
}

body .build-design .tab-content ul li,
body .edit-block-preview .tab-content ul li {
  list-style: none;
  padding: 13px 15px;
  border-bottom: 1px solid #f2f2f2;
  margin: 0 10px;
}

body .build-design .tab-content ul li:first-child,
body .build-design .tab-content ul li:nth-child(10),
body .border-full {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

body .form-check-input:focus {
  box-shadow: none;
}

body .edit-block-preview p,
body .edit-block-preview label,
body .edit-block-preview span {
  font-size: 13px;
  font-weight: 600;
}

body #image-input {
  opacity: 0;
  height: 21px;
  width: 40px;
  position: absolute;
  right: 10px;
}

body a#it-is-dropdown {
  background: #0000;
  color: #5300f4;
  border: 0;
  font-weight: 500;
  font-size: 13px;
  box-shadow: none;
}

body span.add-imgae {
  color: #5300f4;
}

body .fa-trash {
  color: #5300f4;
  font-size: 13px;
}

.accordion-button::after {
  position: absolute;
  margin-left: unset !important;
  left: 15px;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.375rem;
}
.accordion-button {
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #6c757d;
  display: flex;
  font-size: .9375rem;
  overflow-anchor: none;
  padding: 1rem 1.25rem;
  position: relative;
  text-align: left;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  width: 100%;
}

body .main-seciton-mid-content .accordion-button {
  padding-left: 45px;
  font-size: 13px;
  font-weight: 600;
  color: #a8a8a8;
  border-radius: 10px !important;
}

.main-seciton-mid-content .accordion-button:not(.collapsed),
.main-seciton-mid-content .accordion-button:focus {
  background: #fff;
  box-shadow: none;
}

.main-seciton-mid-content .accordion-button:not(.collapsed)::after {
  content: '';
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.main-seciton-mid-content .accordion-button::after {
  background-size: 15px;
  height: 15px;
  width: 15px;
}

body .add-section {
  font-size: 13px;
  color: #5300f4;
}

body .say-hi-content input {
  width: 100%;
  outline: 0;
  border: none;
}

body input.title-content {
  font-size: 20px;
}

body input.title-content::placeholder {
  color: #000;
  font-weight: 600;
}

body input.description-content {
  font-size: 13px;
}

body input.description-content {
  font-size: 13px;
  margin: 13px 0px;
  margin-bottom: 20px;
}

body .say-hi-content .btn {
  padding: 12px 14px !important;
}

body .fa-arrow-right,
body .fa-check-circle,
body .fa-camera,
body .bx-align-right {
  color: #5300f4;
}

body .main-seciton-mid-content .accordion-item {
  background-color: #ffffff;
  border: none !important;
  border-radius: 10px;
  -webkit-box-shadow: 1px 0px 12px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 0px 12px 3px rgba(0, 0, 0, 0.07);
}

body .main-seciton-mid-content .accordion-body {
  border-top: 1px solid #f4f4f4;
}

body .main-image {
  width: 25px;
}

body .main-image~button {
  background: #0000;
  border: 0;
  font-size: 20px;
  font-weight: 600;
}

body .main-content-buffl li {
  list-style: none;
  border-bottom: 1px solid #f4f4f4;
  padding: 20px;
}

body .main-content-buffl span {
  font-size: 15px;
}

body .main-content-buffl b {
  font-size: 17px;
  font-weight: 600;
}

body .main-content-buffl small {
  color: #ababab;
  font-size: 13px;
  margin-top: 5px;
}

body .main-content-buffl li div:first-child {
  min-width: 80px;
}

body ::-webkit-scrollbar {
  width: 10px;
}

body ::-webkit-scrollbar-track {
  border: 1px solid #000;
  padding: 2px 0;
  background-color: #b1a7da;
}

body ::-webkit-scrollbar-thumb {
  
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--gray);
  border: 1px solid #8a79d1;
  border-radius: 10px;
}

@media (max-width: 650px) {
  body a.header-create.pe-4 {
    padding-right: 1px !important;
  }

  body .third-header span.me-4 {
    margin-right: 0 !important;
  }

  body .title-section h5.fw-bold.mb-1 {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  body .main-seciton .col-lg-3 {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  body .main-content-buffl li {
    padding: 10px 5px 10px 0;
  }

  body .main-content-buffl b {
    font-size: 15px;
  }

  body .accordion-body {
    padding: 5px 0;
  }

  body .say-hi-content .btn {
    padding: 5px 10px !important;
  }
}

body .form-check-input:checked {
  background-color: #5300f4 !important;
  border-color: #5300f4 !important;
}

body .tab-content button.btn-primary {
  color: #ffffff !important;
}

.wrap {
  width: 250px;
  height: 50px;
  border-radius: 10px;
}

.stars {
  width: fit-content;
  cursor: pointer;
}

.star {
  color: #91a6ff !important;
}

.rate {
  height: 50px;
  margin-left: -5px;
  padding: 5px;
  font-size: 25px;
  position: relative;
  cursor: pointer;
}

.rate input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  pointer-events: none;
}

.star-over::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
  content: "\f005";
  display: inline-block;
  color: #d3dcff;
  z-index: 1;
  position: absolute;
  top: 17px;
  left: 10px;
}

.rate:nth-child(1) .face::after {
  content: "\f119";
  /* ☹ */
}

.rate:nth-child(2) .face::after {
  content: "\f11a";
  /* 😐 */
}

.rate:nth-child(3) .face::after {
  content: "\f118";
  /* 🙂 */
}

.rate:nth-child(4) .face::after {
  content: "\f580";
  /* 😊 */
}

.rate:nth-child(5) .face::after {
  content: "\f59a";
  /* 😄 */
}

.face {
  opacity: 0;
  position: absolute;
  width: 35px;
  height: 35px;
  background: #91a6ff;
  border-radius: 5px;
  top: -50px;
  left: 2px;
  transition: 0.2s;
  pointer-events: none;
}

.face::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0dd";
  display: inline-block;
  color: #91a6ff;
  z-index: 1;
  position: absolute;
  left: 9px;
  bottom: -15px;
}

.face::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  color: #fff;
  z-index: 1;
  position: absolute;
  left: 5px;
  top: -1px;
}

.rate:hover .face {
  opacity: 1;
}

.bg-link-menu,
.bg-link-menu:hover {
  background-color: rgba(255, 255, 255, 0.18) !important;
  padding: 4px 10px;
  border-radius: 3px;
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
}

/* responsive style */
@media screen and (max-width: 1024px) {
  .header-responsive {
    flex-direction: row !important;
  }

  .second-header-responsive {
    display: none !important;
  }
}

.delimiter-bottom,
.delimiter-top {
  position: relative;
  border: 0;
}

.delimiter-bottom:after {
  content: '';
  display: block;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40%;
  height: 1px;
  background: radial-gradient(ellipse at center, #d1dbe7 0, rgba(255, 255, 255, 0) 75%);
}

.pricing-card .card .gradient-floor.blue-to-purple {
  background: linear-gradient(to right, #0092ff, #637eff);
}

.pricing-card .card .gradient-floor {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pricing-card .card {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

footer {
  padding: 2rem 0;
  background-color: #212529 !important;
}

footer a {
  color: #6c757d !important;
}

footer a:hover {
  color: #fec503 !important;
  text-decoration: none;
}

footer ::selection {
  background: #fec503 !important;
  text-shadow: none;
}

footer .footer-column:not(:first-child) {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  footer .footer-column:not(:first-child) {
      padding-top: 0rem;
  }
}

footer .footer-column {
  text-align: center;
}

footer .footer-column .nav-item .nav-link {
  padding: 0.1rem 0;
}

footer .footer-column .nav-item span.nav-link {
  color: #6c757d !important;
}

footer .footer-column .nav-item span.footer-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

footer .footer-column .nav-item .fas {
  margin-right: 0.5rem;
}

footer .footer-column ul {
  display: inline-block;
}

@media (min-width: 768px) {
  footer .footer-column ul {
      text-align: left;
  }
}

footer ul.social-buttons {
  margin-bottom: 0;
}

footer ul.social-buttons li a:active,
footer ul.social-buttons li a:focus,
footer ul.social-buttons li a:hover {
  background-color: #fec503 !important;
}

footer ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff !important;
  border-radius: 100%;
  outline: 0;
  background-color: #1a1d20 !important;
}

footer footer .quick-links {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer .copyright {
  color: white;
}

footer .fa-ellipsis-h {
  color: white;
  padding: 2rem 0;
}

.auth{
  background: #085078;
  background: -webkit-linear-gradient(to right, #085078, #85d8ce);
  background: linear-gradient(to right, #085078, #85d8ce);
}

.form-label-password{
  color: #212529;
}

.accordion-button:not(.collapsed) {
  background-color: #efedff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
  color: #5844e6;
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}

.dropdown-item {
  color: #212529;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  padding: 0.125rem 1.2rem;
}
.dropdown-item:hover {
  background-color: #f8f9fa;
  border-radius: 0;
  color: #624bff;
  text-decoration: none;
}
.dropdown-menu {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0 1px rgba(60,66,87,.05), 0 3px 6px rgba(60,66,87,.1), 0 9px 24px rgba(60,66,87,.2);
  color: #495057;
  font-size: .875rem;
  line-height: 1.375rem;
  z-index: 1040;
}
.dropdown-item:last-child {
  border-bottom: 0;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
  background-position: 0;
  border-radius: 2em;
  margin-left: -2.5em;
  transition: background-position .15s ease-in-out;
  width: 2em;
}

.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 100%;
}

.form-check-input:checked {
  background-color: #624bff;
  border-color: #624bff;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.main-seciton-mid-content .bx{
  font-weight: 900;
}
.main-seciton-mid-content .form-check {
  display: block;
  margin-bottom: 0.125rem;
  min-height: 1.40625rem;
  padding-left: 1.5em;
}

.main-seciton-mid-content input,
.main-seciton-mid-content label{
  color: #6c757d;
}

.main-seciton-mid-content label{
  font-size: 0.9375rem;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: ">" !important;
  position: relative;
}
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
}
.bg-light-primary {
  background-color: #e0dcfe!important;
}
.rounded-1 {
  border-radius: 0.2rem!important;
}
.icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.rounded-1 {
    border-radius: 0.2rem!important;
}
.bg-light-primary {
    background-color: #e0dcfe!important;
}
.text-primary {
    color: #624bff!important;
}
.icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}
.icon-md {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem;
}
.fs-4 {
  font-size: 1.125rem!important;
}

.reports .card-header {
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
  margin-bottom: 0;
  color: #808080;
  font-size: 15px;
  padding: 0.75rem 1.5rem;
}

.reports .card {
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0,0,20,.08), 0 1px 2px rgba(0,0,20,.08);
}

/* style biolinks*/
.nav-lt-tab {
  border-top: 1px solid #dee2e6;
  background: #fff;
}
.widget-btn.btn{
  padding: 0.375rem 0.75rem;
}
.px-4 {
  padding-left: 1.25rem!important;
  padding-right: 1.25rem!important;
}
.nav-lt-tab .nav-item {
  margin: -0.0625rem 1rem 0;
}
.nav-lt-tab .nav-item .nav-link.active, .nav-lt-tab .nav-item .nav-link:hover {
  background-color: transparent;
  border-top: 2px solid #624bff;
  color: #624bff;
}
.nav-lt-tab .nav-item .nav-link {
  border-radius: 0;
  border-top: 2px solid transparent;
  color: #6c757d;
  font-weight: 500;
  padding: 1rem 0;
}
.nav-link {
  color: #624bff;
  display: block;
  padding: 0.5rem 1rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.form-check-inline{
  margin: 0 0 0 24px;
}

/* quiz page style */
.translate-middle {
  transform: translate(-50%,-50%)!important;
}
.start-50 {
  left: 50%!important;
}
.top-100 {
  top: 100%!important;
}
.position-absolute {
  position: absolute!important;
}
.top-100 {
  top: 100%;
}
.mb-6{
  margin-bottom: 2rem !important;
}
#add-social .label-input, #edit-social .label-input{
  display: flex;
  align-items: center;
}
#add-social .label-input i, #edit-social .label-input i{
  margin-right: 6px;
}


/* syyam hide this */
/*
.widget.social-list{
  flex-wrap: wrap;
}
.widget.social-list a{
  text-decoration: none;
  background: #fff;
  border-radius: 50%;
  padding: 6px !important;
  margin-right: 7px;
  margin-bottom: 7px;
}
*/
/* syyam add this */
/* Social Media List - Grid Layout */
.widget.social-list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    gap: 10px; /* Space between buttons */
    width: 100%; /* Full width */
    max-width: 600px; /* Optional max width */
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}

/* Social Media Buttons */
.widget.social-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #4a90e2;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* Icons */
.widget.social-list a i {
    font-size: 20px;
    margin-right: 8px; /* Space between icon and text */
}

/* Hover Effect */
.widget.social-list a:hover {
    background-color: #4a90e2;
    color: #fff;
    transform: scale(1.03);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}



.payment_billing .paypal .form-check label:after, .payment_billing .credit_card .form-check label:after{
  border: inherit;
}