/* ===============Custom CSS For Webliska Technologies by Sahil  23.02.23=============== */
:root {
  /* --primary-color:#4680ff;
    --secondary-color:#4ab490; */
  --primary-color: #1059ed;
  --secondary-color: #f8014d;
  --dark-color: #1e3392;
  --yellow-color: #f1c700;
  --blue: #235ce4;
}
body {
  background: #f7f8f9;
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242d55;
}
.fw-3 {
  font-weight: 300 !important;
}
.fw-4 {
  font-weight: 400 !important;
}
.fw-5 {
  font-weight: 500 !important;
}
.fw-6 {
  font-weight: 600 !important;
}
.fw-7 {
  font-weight: 700 !important;
}
.fw-8 {
  font-weight: 800 !important;
}
[data-theme-style="dark"] h1,
[data-theme-style="dark"] h2,
[data-theme-style="dark"] h3,
[data-theme-style="dark"] h4,
[data-theme-style="dark"] h5,
[data-theme-style="dark"] h6 {
  color: #d1deea;
}
[data-theme-style="dark"] {
  background: #0c0d0d;
}
.header {
  background: #f8f9fa;
  padding: 0px;
  margin: 0px;
}
.navbar-avatar {
  width: 35px;
  height: 35px;
}
[data-theme-style="dark"] .header {
  background: #0c0d0d;
}
main {
  padding-top: 100px;
  padding-left: 290px;
  padding-right: 40px;
  min-height: calc(100vh - 90px);
}
main .container {
  padding: 0px;
  margin: 0px;
  width: 100% !important;
  max-width: 100% !important;
}

.card {
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
  position: relative;
  border-radius: 15px;
}
.card:hover {
  box-shadow: 0 0 40px rgba(8, 21, 66, 0.05);
}
.card-header {
  background: transparent;
  padding-bottom: 0px;
  padding-top: 20px;
}
.card-header .card-title {
  margin: 0px;
}
.wlcm-card {
  /* background-color: var(--primary-color); */
  padding: 30px 35px;
  border-radius: 12px;
  color: var(--white);
  position: relative;
  overflow: hidden;
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
}
.wlcm-card p {
  color: #52526c;
}

[data-theme-style="dark"] .wlcm-card h3 {
  color: #000;
}

.wlcm-card img {
  position: absolute;
  bottom: 0px;
  right: 14px;
  z-index: 9;
  top: 0px;
  width: 180px;
}
.wlcm-card:before {
  content: "";
  /* background-image: url(../images/balance-bg.png); */
  /* background-image: url(../images/bgflow.png); */
  position: absolute;
  inset: 0px;
  z-index: 1;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.stat-card {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.stat-card .stat-icon {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8014d;
  background-color: rgba(248, 1, 77, 0.2);
  border-radius: 10px;
  font-size: 20px;
  margin-bottom: 10px;
}
.stat-card .stat-icon.icon2 {
  color: var(--primary-color);
  background-color: rgb(255 119 27 / 20%);
}
.stat-card .stat-icon.icon3 {
  color: #4735ff;
  background-color: rgb(71 53 255 / 20%);
}
.stat-card .stat-icon.icon4 {
  color: #242d55;
  background-color: rgb(36 45 85 / 20%);
}
.stat-card .text-truncate {
  color: var(--gray-700);
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
}
.stat-card .text-truncate h4 {
  color: var(--gray-800);
  font-size: 30px;
  text-align: center;
}
.btn {
  border-style: solid;
  padding: 8px 22px;
  border-radius: 8px;
  font-size: 14px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.7rem !important;
  font-size: 0.875rem;
}
.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary,
.btn-outline-primary:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-secondary,
.btn-secondary:hover,
.btn-outline-secondary:hover {
  background-color: #242d55;
  border-color: #242d55;
  color: #fff;
}
.btn-dark {
  background: var(--dark-color) !important;
  border-color: var(--dark-color) !important;
}
.btn-outline-secondary {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}
.navtheme-toggle {
  background: var(--gray-200);
  padding: 8px 13px;
  margin: 0 5px;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}
.navbar-light .navbar-nav .nav-link.nav-icon {
  padding: 0px !important;
  border-radius: 8px;
  height: 41.6px;
  width: 41.6px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: rgba(47, 47, 59, 0.9);
}
.navbar-light .navbar-nav .nav-link.menu {
  color: var(--gray-900);
}
.footer {
  margin: 2rem 0 0 0;
  padding-top: 18px;
  padding-bottom: 8px;
  width: calc(100% - 250px);
  margin-left: 250px;
  font-size: 14px;
}
.modal-content {
  border-radius: 12px;
}
form .btn {
  /* width: 100%; */
  width: fit-content;
  min-width: 200px;
}
form .alert {
  width: 100%;
  min-width: 200px;
}
form .form-text {
  width: 100%;
  min-width: 200px;
}
.form-control,
.custom-select {
  transition: border 0.3s linear;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
  display: block;
  min-width: 200px;
  width: 100%;
  animation-name: mui-auto-fill-cancel;
  animation-duration: 10ms;
  padding: 8px 14px;
  height: calc(1.5em + 0.75rem + 7px);
  border-radius: 8px;
  box-shadow: none !important;
}
.form-control-sm,
.custom-select-sm {
  padding: 4px 14px;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 13px;
}
.campaing-dropdown {
  position: absolute;
  top: 10px;
  right: 10px;
}
.campaing-dropdown .btn {
  background: var(--gray-200);
  padding: 0px !important;
  border-radius: 8px;
  height: 41.6px;
  width: 41.6px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.campaign-card a.title {
  color: var(--primary-color);
  font-size: 18px;
  margin-top: 10px;
  font-weight: 600;
}
.campaign-card a:hover {
  text-decoration: none;
}
.campaign-card-btm {
  background: var(--gray-100);
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.text-primary,
.text-primary:hover {
  color: var(--primary-color) !important;
}
a.text-primary,
a.text-primary:hover {
  color: var(--primary-color) !important;
}
[data-theme-style="dark"] .card {
  border: 1px solid rgba(248, 249, 250, 0.05);
  background: rgb(29, 38, 48);
}
[data-theme-style="dark"] .footer {
  border-top: 1px solid rgba(248, 249, 250, 0.05);
  background: rgb(29, 38, 48);
}
[data-theme-style="dark"] .navbar-main {
  border-bottom: 1px solid rgba(248, 249, 250, 0.05);
  background: rgb(29, 38, 48) !important;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary-color);
}
.page-heading {
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  box-shadow: none;
  position: relative;
  /* border: 1px solid var(--gray-300); */
  /* border-radius: 12px; */
  /* background: var(--white); */
  /* padding: 10px 20px; */
  margin-bottom: 30px;
}
.page-heading h1 {
  font-size: 24px !important;
}
.menu-icon {
  background: var(--gray-200);
  padding: 0px !important;
  border-radius: 8px;
  height: 40px;
  width: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-main {
  padding: 0rem 1rem;
  transition: width 225ms cubic-bezier(0.4, 0, 0.6, 1) 0ms,
    margin 225ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
  margin-left: 250px;
  width: calc(100% - 250px);
  /* background-color: rgba(248, 249, 250, 0.8) !important;
  backdrop-filter: blur(8px); */
  background: #fff;
  z-index: 999;
  border: 0px;
  position: fixed;
  left: 0;
}
.navbar-brand {
  background: #f8f9fa;
  width: 100%;
  padding: 10px 12px;
  text-align: center;
  font-size: 22px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 700;
  color: var(--primary-color);
}
.navbar-brand:hover {
  color: var(--primary-color);
}
[data-theme-style="dark"].navbar-brand {
  background: rgb(29, 38, 48);
}
.sidebar {
  width: 250px;
  background: #fff;
  position: fixed;
  z-index: 999;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
}
[data-theme-style="dark"] .sidebar {
  border-right: 1px solid rgba(248, 249, 250, 0.05);
  background: rgb(29, 38, 48) !important;
}
[data-theme-style="dark"] .navbar-brand {
  background: rgb(29, 38, 48) !important;
}
ul.sidebar-list {
  /* padding: 0px; */
  padding: 15px 0px;
  margin: 0px;
  list-style: none;
  height: calc(100vh - 80px);
  overflow: auto;
}
ul.sidebar-list .nav-link {
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 11px 16px 11px 22px;
  /* color: rgb(91, 107, 121); */
  color: var(--gray-700);
  z-index: 1201;
  margin: 4px 0px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 15px;
  border-radius: 8px;
}
ul.sidebar-list .nav-link i {
  margin-right: 7px;
}
ul.sidebar-list .nav-link:hover {
  background-color: #f3f5f7;
}
ul.sidebar-list .nav-link.active {
  background-color: #ff771b24;
  color: var(--primary-color);
  position: relative;
}
ul.sidebar-list .nav-link .svg-inline--fa {
  margin-right: 7px;
  font-size: 14px;
}
ul.sidebar-list .nav-link:hover .svg-inline--fa {
  transform: scale(1) !important;
}
.dropdown .dropdown-menu {
  box-shadow: rgba(19, 25, 32, 0.08) 0px 8px 24px;
  border-radius: 12px;
  border: 0px;
}
.themeicon {
  position: fixed;
  right: 0;
  bottom: 8px;
  z-index: 9;
  background: var(--gray-400);
  border-radius: 8px 0px 0px 8px;
  translate: 60px;
  transition: 0.5s;
  display: none;
}
.themeicon:hover {
  translate: 0px;
}
.themeicon .btn {
  padding-left: 12px;
}
footer .container {
  margin: 0px;
  max-width: 100%;
  padding-right: 50px;
}
.navbar-nav .nav-link.cus-link {
  background: var(--gray-200);
  height: 41px;
  padding: 9px 22px !important;
  margin: 0px 7px;
  font-size: 15px;
  border-radius: 10px;
  transition: 0.4s;
  font-weight: 500;
}
ul.knowlwdgw-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.knowlwdgw-list li a {
  color: var(--gray-700);
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 8px 16px;
  transition: 0.4s;
  border-radius: 8px;
}
ul.knowlwdgw-list li a:hover {
  background: var(--gray-200);
  text-decoration: none;
}
ul.knowlwdgw-list li .svg-inline--fa {
  font-size: 8px;
  margin-right: 8px;
}
ul.knowlwdgw-list li i {
  margin-right: 8px;
}
.form-group {
  margin-bottom: 1rem;
}
.custom-radio-box input[type="radio"]:checked + div {
  border: 2px solid var(--primary-color);
  position: relative;
  min-height: 142px;
}
.custom-radio-box .card {
  min-height: 142px;
}
.custom-radio-box input[type="radio"]:checked + div:before {
  content: "\2713";
  background: var(--primary-color);
  position: absolute;
  right: 0;
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 0px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-radio-box input[type="radio"]:hover + div {
  border: 2px solid var(--primary-color);
}
.custom-radio-box .custom-radio-box-main-icon {
  font-size: 0.95rem;
  height: 40px;
  display: block;
  width: 40px;
  /* margin: auto; */
  background: rgb(30 51 146 / 20%);
  color: #1e3392;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.btn-wide {
  min-width: 150px !important;
  width: 200px !important;
}
.h4.text-muted {
  text-align: center !important;
}
.notification-avatar {
  background: rgba(74, 180, 144, 0.3);
  color: var(--secondary-color);
}
.card-title {
  font-size: 17px;
}
.nav-custom .nav-link:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.nav-custom .nav-link.active {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .nav-link:hover {
  color: var(--secondary-color);
  background-color: rgb(248 1 77 / 20%);
}
.nav-pills .nav-link {
  border-radius: 6px;
  padding: 8px 16px;
}
label {
  font-weight: 400;
  font-size: 14px;
  color: var(--gray-700);
}
.notification-preview {
  top: 4rem;
}
a,
a:hover {
  color: var(--primary-color);
}
label.btn.btn-gray-200 {
  padding: 8px 10px;
  font-size: 15px;
}
.pickr .pcr-button {
  border: 0px !important;
  outline: 0px !important;
}
.pickr {
  padding: 3px;
  border: 1px solid var(--gray-700);
  font-weight: 500;
  border-radius: 5px;
  width: 50px;
  background: var(--white);
}
.select2-container--default .select2-selection--single {
  transition: border 0.3s linear;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
  display: block;
  min-width: 0px;
  width: 100%;
  animation-name: mui-auto-fill-cancel;
  animation-duration: 10ms;
  padding: 3px 2px;
  height: calc(1.5em + 0.75rem + 7px);
  border-radius: 8px;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-color);
  color: #fff !important;
}
.form-control:focus {
  border-color: var(--primary-color);
}
.daterangepicker .ranges li.active {
  background-color: var(--primary-color);
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--primary-color);
}
.account-header-navbar .nav-link.active,
.btn-custom.active,
.account-header-navbar .nav-link:hover,
.btn-custom:hover {
  background: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.account-header-navbar {
  flex-direction: row;
  justify-content: start;
  border-bottom: 1px solid var(--gray-300);
}
.account-header-navbar .nav-link,
.btn-custom {
  background: transparent;
  border-bottom: 2px solid transparent;
  border-radius: 0px;
  font-weight: 500;
}
.account-header-navbar .nav-item {
  margin-bottom: 0.5rem;
  min-width: fit-content;
  margin: 0px;
}
.upgrade-card {
  background-color: rgb(233, 240, 255);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.upgrade-cardelem1 {
  position: absolute;
  top: 0;
  right: 50px;
  width: 200px;
}
.upgrade-card img {
  width: 230px;
  position: relative;
  margin-bottom: 20px;
}
.upgrade-cardelem2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.table-custom thead th {
  background: #f8fafc;
  padding: 1rem 1rem;
  font-size: 14px;
  font-weight: 500;
}
.table-custom tbody tr:not(:last-child) td {
  border-bottom: 1px solid var(--gray-200);
}

.table-custom-container {
  border-radius: 10px 10px 10px 10px;
  border: 1px solid var(--gray-200);
}
.table-custom tbody tr td {
  padding: 1.15rem 1rem;
  font-size: 14px;
}
.table td span.badge {
  font-size: 12px;
}
.table-custom tbody tr:hover td {
  background-color: var(--gray-200);
}
.badge-info {
  color: var(--secondary-color);
  background-color: #f8014d17;
}
.apidocs-card:hover,
.stretched-link:hover {
  text-decoration: none !important;
}
.apidocs-card:hover .text-truncate {
  color: var(--primary-color);
}
.accordion .card-header a.stretched-link[aria-expanded="false"]:before {
  content: "\ff0b";
  font-weight: 400;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 12px;
  border: 1px solid;
  font-size: 20px;
}
.accordion .card-header a.stretched-link[aria-expanded="true"]:before {
  content: "\ff0d";
  font-weight: 400;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 12px;
  border: 1px solid;
  font-size: 20px;
}

.pricing-palden .pricing-deco {
  background: var(--primary-color);
}
div#cc--main {
  z-index: 9999;
}
#c-bns button:first-child,
#s-bns button:first-child {
  background: var(--primary-color) !important;
}
.cc_div .cc-link {
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.pricing-palden .pricing-title {
  font-size: 30px;
}
.pricing-palden .pricing-title {
  font-size: 2rem;
}

.pricing-palden .pricing-deco-img {
  bottom: -1px;
  left: -1px;
  width: 102%;
}
.pricing-palden .pricing-item {
  margin: 0;
  overflow: hidden;
}
.pricing-palden .pricing-feature-list {
  margin-top: -50px;
  z-index: 9;
}
.pricing-palden .pricing-deco {
  padding: 2rem 0 6rem;
}
.pricing-palden .pricing-feature {
  flex-direction: row-reverse;
  justify-content: start !important;
}
.pricing-palden .pricing-feature svg {
  margin-right: 7px;
}
.campaign-avatar {
  width: 30px;
  height: 30px;
}
.login-form {
  /* width: 500px; */
  width: 400px;
}
.login-form .login-brand a span {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-color);
}
.login-wrap {
  /* background: #242d55; */
  background: radial-gradient(
        59% 66% at 0% 100%,
        #f44336a6 0%,
        transparent 100%
      )
      0% 0% / cover no-repeat,
    radial-gradient(54% 54% at 100% 0%, #f3482161 0%, transparent 100%),
    radial-gradient(142% 141% at 0% 0%, #fffff0 0%, #ffd70066 100%);
  height: 100%;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
}
.login-form input.form-control {
  padding: 10px 16px;
  height: 48px;
  border-radius: 10px;
}
.login-form .btn {
  height: 48px;
  padding: 12px 22px;
}
.login-form .btn-light {
  background: var(--gray-300);
}
.login-wrap .carousel-inner {
  width: 600px;
  text-align: center;
  margin: auto;
  /* background: rgba(255, 255, 255, 0.3); */
  background: #fff;
  /* backdrop-filter: blur(8px); */
  padding: 15px 22px;
  border-radius: 24px;
  margin-top: 20px;
}
.login-wrap .carousel-inner img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.login-wrap .client-revname {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-wrap .carousel-inner h5 {
  color: #414141;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px;
}
.login-wrap .carousel-inner .ratings {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 0px;
  justify-content: center;
}
.login-wrap .carousel-inner i {
  font-size: 15px;
}
.login-wrap .carousel-inner .svg-inline--fa {
  color: #faaf00;
}

.login-wrap .carousel-inner i.far {
  color: #222222;
}
.login-wrap .carousel-inner p {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.login-wrap ol.carousel-indicators {
  bottom: -50px;
}
.login-wrap .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.notification-avatar {
  background: #4a55682b;
  color: #4a5568;
}
.f-14 {
  font-size: 14px !important;
}
.campaign-card .custom-control.custom-switch {
  position: absolute;
  top: 20px;
  right: 60px;
}
.data {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .navbar-main .search-bar {
    display: none;
  }
  .navbar-brand {
    display: none;
  }
  .sidebar {
    width: 70px;
    transition: 0.4s;
    top: 0px;
  }
  .sidebar:hover {
    width: 250px;
  }

  ul.sidebar-list .nav-link span {
    display: none;
  }
  ul.sidebar-list .nav-link {
    padding: 14px 17px;
  }
  .sidebar:hover ul.sidebar-list .nav-link span {
    display: block;
  }
  .navbar-brand {
    position: absolute;
    left: 0;
    top: -70px;
    width: 170px;
    background: transparent;
  }
  button.btn.navbar-custom-toggler.d-lg-none {
    display: none !important;
  }
  main {
    padding-top: 80px;
    padding-left: 105px;
  }
  .navbar-main {
    margin-left: 70px;
    width: calc(100% - 70px);
    height: 70px;
  }
  div#main_navbar {
    display: block;
  }
  .navbar-main ul.navbar-nav {
    flex-direction: row;
    justify-content: end;
  }
  .navbar-nav .nav-link.cus-link {
    display: none;
  }
  .footer {
    width: calc(100% - 70px);
    margin-left: 70px;
    font-size: 12px;
  }
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
}
@media (max-width: 580px) {
  .navbar-brand {
    display: none;
  }
  .wlcm-card img {
    display: none;
  }
  .form-control {
    width: 245px;
  }
  .btn-special {
    width: 200px;
  }
  .navbar-main ul.navbar-nav {
    display: flex;
    justify-content: space-between;
  }
  .login-form input.form-control {
    width: 100%;
  }
  .wlcm-card p br {
    display: none;
  }
}
@media (max-width: 392px) {
  .create-team {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-heading h1 {
    font-size: 15px !important;
  }
  .wlcm-card p br {
    display: none;
  }
  .wlcm-card p {
    font-size: 14px !important;
  }
  .wlcm-card {
    padding: 20px 26px !important;
  }
  .card.upgrade-pro {
    padding: 22px !important;
  }
  .card.upgrade-pro img {
    display: none;
  }
  .data .btn-primary {
    padding: 0.25rem 0.7rem !important;
    font-size: 0.875rem !important;
  }
  .data .btn-light {
    padding: 0.25rem 0.7rem !important;
    font-size: 0.875rem !important;
  }
  .data {
    display: flex;
    align-items: center;
  }
  h3 {
    font-size: 1.25rem !important;
  }
  .noti {
    display: none;
  }
  .suport {
    display: none;
  }
  /* .form-group {
    width: 200px;
  } */
  .custom-select {
    width: 200px;
  }
  .flaxxaapps-dropdown {
    width: 260px !important;
  }
  .navbar-main ul.navbar-nav {
    display: flex;
    justify-content: space-between;
  }
  .dropdown-menu-right {
    position: absolute;
    right: -55px;
    left: auto;
  }
  .hp .dropdown-menu-right {
    position: absolute;
    right: 0px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    display: none;
  }
  .page-heading .d-flex.justify-content-between {
    flex-direction: column !important;
  }
  span.nav-drop-username {
    display: none;
  }
  .page-heading h1 {
    font-size: 15px !important;
    margin-bottom: 12px;
  }
  main {
    padding-left: 85px;
    padding-right: 15px;
  }
}
.badge-primary {
  color: var(--primary-color);
  background-color: rgb(255 119 27 / 20%);
}
.oneclick-highlights li {
  font-size: 14px;
  margin-bottom: 5px;
}

/* ==============================Admin CSS====================== */
.admin-sidebar {
  width: 250px;
  min-width: 250px;
  background: #f8f9fa;
  position: fixed;
  z-index: 1000;
  height: 100%;
  top: 0;
  left: 0;
  border-right: 1px dashed rgb(190, 200, 208);
  margin-top: 0px;
  margin-bottom: 0px;
}
.admin-sidebar-links-wrapper {
  width: 100%;
  padding: 0px;
  background: transparent;
}
.admin-navbar-top {
  display: flex;
  justify-content: end;
  background-color: rgba(248, 249, 250, 0.8) !important;
  backdrop-filter: blur(8px);
  border: 0px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  padding: 0 1rem;
  height: 67px;
}
.admin-avatar {
  width: 35px;
  height: 35px;
}
.admin-content {
  padding-right: 35px;
  padding-top: 80px;
  overflow: visible;
}
@media (min-width: 992px) {
  .admin-content {
    margin-left: calc(275px + 1rem);
  }
}
.admin-navbar-logo {
  margin: 0px !important;
}
.admin-sidebar-links li > a {
  color: var(--gray-800);
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 10px 16px 10px 20px;
  color: var(--gray-700);
  z-index: 1201;
  margin: 4px 10px;
  display: flex;
  align-items: center;
  font-size: 15px;
  border-radius: 8px;
}
.admin-sidebar-links li > a:hover {
  background-color: #f3f5f7;
}
.admin-sidebar-links li {
  padding: 0px;
  border-radius: 0px;
}
.admin-sidebar-links li.active,
.admin-sidebar-links li:hover {
  background: transparent !important;
}
.admin-sidebar-links li.active a {
  background-color: #ff771b24;
  color: var(--primary-color);
}
.admin-sidebar-links li.active a svg {
  color: var(--primary-color);
}
.admin-footer {
  background: var(--white);
  padding: 20px 12px;
  font-size: 14px;
  padding-right: 50px;
  position: absolute;
  width: 106%;
  right: -32px;
  bottom: 0;
}
.admin-wrapper {
  min-height: 88.5vh;
  padding-bottom: 60px;
}
.admin-stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}
.admin-stat .text-truncate h4 {
  font-size: 28px;
  text-decoration: none;
  text-align: start;
  margin-bottom: 0px;
}
.admin-stat .stat-icon {
  margin-bottom: 0px;
  margin-right: 10px;
}
.admin-stat .text-truncate {
  text-align: start;
}
.text-decoration-none,
.text-decoration-none:hover {
  text-decoration: none !important;
}
.adminsm-icon {
  height: 40px;
  display: inline-flex;
  width: 40px;
  background: #feccdb;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #f8014d;
  background-color: rgba(248, 1, 77, 0.2);
  margin-right: 5px;
}
.nav.flex-column.nav-pills .nav-link {
  margin-bottom: 6px;
}
div#payment_processors_collapse,
div#social_logins_collapse {
  padding: 10px;
}
div#translations .btn-sm {
  margin-bottom: 5px;
}
.flaxxa-file-input {
  padding: 0.2rem;
}
[data-theme-style="dark"] .admin-navbar-top {
  background-color: rgb(29, 38, 48) !important;
}
.admin-sidebar-title a {
  margin-right: 0px;
}
[data-theme-style="dark"] .admin-sidebar {
  background: rgb(29, 38, 48) !important;
  border: 1px solid rgba(248, 249, 250, 0.05);
}
[data-theme-style="dark"] .admin-sidebar-links li.active > a,
[data-theme-style="dark"] .admin-sidebar-links li.active > a svg,
[data-theme-style="dark"] .admin-sidebar-links li.active > a:hover,
[data-theme-style="dark"] .admin-sidebar-links li.active > a:hover svg {
  color: var(--primary-color);
}
/* ==============================/Admin CSS====================== */

.login-brand .navbar-logo {
  max-height: 2.5rem;
  height: 2.5rem;
}
.plan-card {
  border: 1px solid var(--gray-300);
  border-radius: 10px;
  padding: 20px;
}
.continue_btn.fixed {
  width: calc(100% - 250px);
  background-color: rgba(248, 249, 250, 0.8) !important;
  backdrop-filter: blur(8px);
  border: 0px;
  position: fixed;
  left: 0;
  margin-left: 250px;
  z-index: 99;
  top: 67px;
  padding: 10px;
}
.card.item-box {
  padding: 20px;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}
.card.item-box:before {
  content: "";
  background: url(../images/card-bg.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}
.card.item-box span {
  color: #52526c;
  text-transform: capitalize;
}
.card.item-box h4 {
  margin-bottom: 3px;
}
.card.item-box .icon-box {
  box-shadow: 1px 2px 21px -2px rgba(214, 214, 227, 0.83);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 6px;
  position: relative;
  z-index: 1;
  height: 40px;
  width: 40px;
  font-size: 18px;
}
.card.item-box.box2 .item-icon {
  border: 1px solid var(--green);
}
.card.item-box.box3 .item-icon {
  border: 1px solid var(--blue);
}
.card.item-box.box4 .item-icon {
  border: 1px solid var(--yellow-color);
}
.card.item-box .item-icon {
  border: 1px solid var(--red);
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}
.card.item-box .icon-box i {
  color: var(--red);
  z-index: 9;
}
.card.item-box.box2 .item-icon i {
  color: var(--green);
  z-index: 9;
}
.card.item-box.box3 .item-icon i {
  color: var(--blue);
  z-index: 9;
}
.card.item-box.box4 .item-icon i {
  color: var(--yellow-color);
  z-index: 9;
}
.card.item-box svg.half-circle.svg-fill {
  fill: var(--red);
  height: 40px;
  left: -10px;
  width: 30px;
  bottom: -8px;
  /* background: #fff; */
  background: transparent;
  position: absolute;
}
.card.item-box.box2 svg.half-circle.svg-fill {
  fill: var(--green);
}
.card.item-box.box3 svg.half-circle.svg-fill {
  fill: var(--blue);
}
.card.item-box.box4 svg.half-circle.svg-fill {
  fill: var(--yellow-color);
}
.card.item-box.link:hover h5 {
  color: var(--blue);
}
.card.item-box:hover .icon-box i {
  animation: item-icon-action 1.5s ease infinite;
}
@keyframes item-icon-action {
  0% {
    transform: scaleX(1);
  }
  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  100% {
    transform: scaleX(1);
  }
}
/* .col-12.col-xl.d-flex.align-items-center.mb-3.mb-xl-0.page-heading {
  padding: 0px;
} */
/* nav[aria-label="breadcrumb"] {
  float: right;
} */
