/****************font css*****************/
@import url("https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap");

/* === Body Scrollbar === */

.sb-sidenav-menu::-webkit-scrollbar {
  width: 8px;
  height: 14px;
}

.sb-sidenav-menu::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.sb-sidenav-menu::-webkit-scrollbar-corner {
  background-color: transparent;
}

.sb-sidenav-menu::-webkit-scrollbar-thumb {
  height: 4px;
  border: 1px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: #194bfb;
  -webkit-box-shadow:
    inset -1px -1px 0 rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

/**search bar css**/
.srch10 {
  background: #f7f7f7 !important;
  border: 0 !important;
  color: #2b2f4c !important;
  height: 36px;
  padding: 10px 40px 10px 15px;
  width: 350px;
  border-radius: 5px;
}

.s-icon {
  position: absolute;
  text-align: center;
  right: 3px;
  top: 3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 1px 0;
  font-size: 18px;
  background: transparent;
  border-radius: 4px;
  color: #8f91ac;
}

/* --- Main Css --- */

.admin-dropdown-item {
  display: block;
  width: auto !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #2b2f4c !important;
}

.admin-dropdown-item:focus {
  color: #fff !important;
  background-color: #194bfb !important;
}

.sb-nav-fixed .sb-topnav {
  z-index: 1039;
}

.fixed-top,
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav,
.sb-nav-fixed .sb-topnav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1040;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
  width: 225px;
  height: 100vh;
  z-index: 1038;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.logo-brand {
  font-weight: 600;
  color: #2b2f4c !important;
}

.bg-clr {
  background-color: #fff !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #2b2f4c !important;
}

.bg-footer {
  background-color: #fff !important;
  border-top: 1px solid #efefef;
}

.frnt-link i {
  font-size: 12px;
  margin-right: 5px;
}

.frnt-link {
  font-size: 14px;
  font-weight: 400;
  color: #2b2f4c;
  margin-left: 20px;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.frnt-link:hover {
  color: #194bfb !important;
}

.page-title {
  font-size: 24px;
  font-weight: 500;
  color: #2b2f4c;
  text-align: left;
  margin-bottom: 15px;
}

/**************breadcrumb css*****************/
.breadcrumb {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(137, 137, 137, 0.25);
}

.breadcrumb-item.active {
  color: #194bfb !important;
}

.breadcrumb-item {
  color: #2b2f4c !important;
  font-weight: 500;
  font-size: 14px;
}

.breadcrumb-item i {
  margin-right: 10px;
}

.breadcrumb-item a {
  color: #2b2f4c !important;
}

.breadcrumb-item a:hover {
  color: #194bfb !important;
  text-decoration: none !important;
}

/***************/
.dashboard-report-card {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #efefef;
  box-shadow: none;
  flex-direction: row;
  align-items: center;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  background: #fff;
}

.dashboard-report-card .card-media {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  justify-content: center;
  right: 20px;
  top: 20px;
  position: absolute;
}

.dashboard-report-card .card-media i {
  font-size: 35px;
  color: #fff;
}

.dashboard-report-card .card-content {
  color: #fff;
  flex-grow: 1;
}

.dashboard-report-card .card-content .card-title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.dashboard-report-card .card-content .card-count {
  font-size: 28px;
  margin: 8px 0 0;
  display: block;
  font-weight: 600;
}

.dashboard-report-card.purple {
  background-color: #8892d6;
  border-color: #8892d6;
}

.dashboard-report-card.red {
  background-color: #fc544b;
  border-color: #fc544b;
}

.dashboard-report-card.info {
  background-color: #45bbe0;
  border-color: #45bbe0;
}

.dashboard-report-card.success {
  background-color: #78c350;
  border-color: #78c350;
}

.rpt_icon {
  font-size: 29px !important;
}

.text-muted-1 {
  font-size: 14px;
  font-weight: 400;
  color: #2b2f4c !important;
}

/* --- Chart --- */

#earningGraph {
  height: 400px;
}

#earningGraph:focus {
  border: 0;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: "Roboto", sans-serif;
  border-collapse: collapse;
  border: 0;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.card-static-1 {
  border: 1px solid #efefef !important;
  background: #fff;
}

.card-title-1 {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #efefef;
  padding: 15px 20px;
}

.card-title-1 h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2b2f4c;
  margin-bottom: 0 !important;
}

.view-btn {
  margin-left: auto;
  padding: 5px 15px;
  border: 1px solid #194bfb;
  background: #194bfb;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
}

input[type="checkbox"],
input[type="radio"] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.05s border-color ease-in-out;
}

.card-static-2 {
  border: 1px solid #efefef !important;
  background: #fff;
}

.card-title-2 {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0 !important;
  border-bottom: 0;
  padding: 15px 20px 0;
}

.card-title-2 h4 {
  font-size: 16px;
  font-weight: 600;
  color: #2b2f4c;
  margin-bottom: 0 !important;
}

.ucp-table {
  color: #2b2f4c !important;
  border: 0 !important;
  border-color: white !important;
  margin-bottom: 0 !important;
}

.ucp-table thead th {
  vertical-align: bottom;
  border-bottom: 0 !important;
}

.ucp-table td,
.ucp-table th {
  border-top: 1px solid #efefef !important;
}

.ucp-table thead tr th {
  color: #194bfb;
  font-size: 13px;
  background-color: #ecf5ff;
  font-weight: 600;
}

.ucp-table td {
  font-size: 14px;
  font-weight: 400;
  color: #3e3f5e;
  line-height: 24px;
}

.delivery-time {
  display: block;
}

.badge-status {
  color: #fff;
  background-color: #194bfb;
}

.badge-item {
  display: inline-block;
  padding: 0.55em 0.5em;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.hover-btn:hover {
  text-decoration: none !important;
  background: #194bfb;
  color: #fff !important;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-image: -webkit-linear-gradient(left,
      rgba(230, 92, 91, 0.9),
      rgba(245, 93, 44, 0.9));
  background-image: linear-gradient(to right,
      rgba(230, 92, 91, 0.9),
      rgba(245, 93, 44, 0.9));
}

.action-btns {
  display: flex;
  align-items: center;
}

.action-btns a {
  font-size: 14px;
  color: #2b2f4c;
  margin-right: 15px;
}

.action-btns a:last-child {
  margin-right: 0;
}

.action-btns a:hover {
  color: #194bfb !important;
}

.footer-links a {
  font-size: 14px;
  font-weight: 400;
  color: #2b2f4c;
  margin-right: 15px;
}

.footer-links a:hover {
  color: #194bfb !important;
  text-decoration: none !important;
}

.footer-links a:last-child {
  margin-right: 0;
}

/* --- Edit Order --- */

.title1458 {
  font-size: 28px;
  font-weight: 600;
  color: #2b2f4c;
  margin-bottom: 0;
  text-align: left;
}

.order-id {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: auto;
  margin-top: 2px;
  color: #3e3f5e;
  text-align: right;
}

.invoice-content {
  padding: 0 20px 30px;
}

.ordr-date {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #2b2f4c;
  margin-bottom: 0;
}

.right-text {
  text-align: right;
}

.order-total-dt {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  padding: 0 10px;
}

.order-total-dt:last-child {
  margin-bottom: 0;
}

.order-total-left-text {
  font-weight: 600;
  font-size: 16px;
  color: #8f91ac;
}

.order-total-right-text {
  margin-left: auto;
  font-weight: 700;
  font-size: 16px;
  color: #2b2f4c;
}

.fsz-18 {
  font-size: 18px !important;
}

.select-status {
  margin-top: 30px;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  border: 1px dashed #efefef;
}

.select-status label {
  font-weight: 600;
  font-size: 14px;
  color: #2b2f4c;
  margin-bottom: 10px;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
}

.custom-select {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #2b2f4c !important;
  border-radius: 3px !important;
  border: 1px solid #efefef !important;
}

@media (max-width: 575px) {
  .search-by-name-input {
    margin-left: -20px;
  }
}

.form-control {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #2b2f4c !important;
  border-radius: 3px !important;
  border: 1px solid #194bfb !important;
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
}

.form-control:focus {
  border: 1px solid #e5e5e5 !important;
}

.status-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #194bfb;
  border: 0;
  border-radius: 3px;
}

.status-active {
  font-weight: 600;
  font-size: 18px;
  color: #194bfb;
}

/* --- All News --- */

.add-btn {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #194bfb;
  padding: 10px 20px;
  display: inline-block;
  height: 40px;
  border-radius: 3px;
}

.bulk-section {
  display: flex;
  float: right;
}

input[type="checkbox"],
input[type="radio"] {
  border: 1px solid #194bfb;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.05s border-color ease-in-out;
}

input[type="checkbox"]:checked:before {
  margin: 1px 0 0 -1px;
  color: #194bfb;
  content: "\f00c";
  font-size: 12px;
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  line-height: 12px;
}

input[type="checkbox"]:checked:before,
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before,
input[type="radio"]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type="radio"]:checked:before {
  margin: 1px 0 0 -1px;
  color: #194bfb;
  content: "\f00c";
  font-size: 12px;
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  line-height: 12px;
}

/* --- Add News --- */

.form-label {
  font-weight: 500;
  font-size: 14px;
  color: #2b2f4c;
  margin-bottom: 10px;
}

.post-form {
  padding: 0 30px 30px;
  border-top: 0;
}

.content-list-3 {
  width: 100%;
  margin-bottom: 0 !important;
  border-bottom: 0;
}

.list-content-all li {
  display: inline-block;
  padding: 10px;
  border-right: 1px solid #efefef;
}

.list-content-all {
  list-style: none !important;
  margin-bottom: 0;
  padding-left: 0;
}

.list-content-all li {
  display: inline-block;
}

.card-editor {
  border: 0 !important;
  background: #fff;
}

div#editor {
  width: 81%;
  margin: auto;
  text-align: left;
  position: relative;
  z-index: 8;
  background: #eeeeee;
  padding: 20px;
}

.fr-box.fr-basic {
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}

.fr-toolbar.fr-top {
  border-radius: 3px 3px 0 0 !important;
  -moz-border-radius: 3px 3px 0 0 !important;
  -webkit-border-radius: 3px 3px 0 0 !important;
  border-bottom: 0 !important;
}

.second-toolbar {
  border-top: 0 !important;
  border: 1px solid #efefef !important;
  border-radius: 0 0 3px 3px !important;
  -moz-border-radius: 0 0 3px 3px !important;
  -webkit-border-radius: 0 0 3px 3px !important;
}

.fr-toolbar {
  color: #2b2f4c !important;
  font-family: "Roboto", sans-serif !important;
  border: 1px solid #efefef !important;
}

.fr-box.fr-basic .fr-element {
  font-family: "Roboto", sans-serif !important;
  color: #3e3f5e !important;
  font-weight: 500 !important;
  min-height: 150px !important;
}

.fr-box.fr-basic .fr-wrapper {
  border: 1px solid #efefef !important;
  border-bottom: 0 !important;
}

.fr-toolbar .fr-newline {
  content: "";
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #fff !important;
  height: 0 !important;
}

.fr-wrapper .fr-placeholder {
  color: #3e3f5e !important;
  font-weight: 500 !important;
  font-family: "Roboto", sans-serif !important;
}

#logo {
  display: none;
}

.form-group:last-child {
  margin-bottom: 0;
}

.text-control {
  width: 100%;
  border-radius: 3px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #2b2f4c;
  background: #fff;
  border: 1px solid #194bfb;
}

.text-control:focus {
  border: 1px solid #e5e5e5 !important;
  box-shadow: none !important;
  outline: none !important;
}

.pd-20 {
  padding: 0 20px 20px;
}

.news-content-right {
  border-top: 0;
}

.custom-control-label {
  cursor: pointer;
  font-weight: 600;
  font-size: 10px !important;
  line-height: 1.8;
  font-family: "Roboto", sans-serif !important;
  text-decoration: underline;
}

.custom-control-label::before {
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: #194bfb !important;
  background-color: #194bfb !important;
}

.save-btn {
  background: #194bfb;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  padding: 0 20px;
  border-radius: 3px;
  margin-top: 20px;
}

.fea-img {
  position: relative;
  margin-top: 20px;
}

.fea-img img {
  width: 100%;
  border-radius: 3px;
}

.img-add {
  display: block;
  margin-top: 20px;
}

.img-add [type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
  float: left;
}

.img-add [type="file"]+label {
  cursor: pointer;
  display: inline-block;
  outline: none;
  transition: all 0.3s;
  vertical-align: middle;
  margin: 0;
  background: #194bfb;
  color: #fff;
  height: 40px;
  border-radius: 3px;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
}

.img-add [type="file"]+label:hover {
  background: #194bfb;
  color: #fff !important;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-image: -webkit-linear-gradient(left,
      rgba(230, 92, 91, 0.9),
      rgba(245, 93, 44, 0.9));
  background-image: linear-gradient(to right,
      rgba(230, 92, 91, 0.9),
      rgba(245, 93, 44, 0.9));
}

/* --- Categories Page --- */

.cate-img img {
  width: 40px;
}

.cate-img {
  border: 1px solid #efefef;
  border-radius: 3px;
  text-align: center;
  padding: 5px;
  background: #f9f9f9;
  width: 70px;
}

input.custom-file-input {
  display: none;
}

.custom-file-label {
  font-size: 13px;
  width: 100%;
  padding: 0.36rem 0.2rem 0.36rem 0.9rem !important;
  font-weight: 400 !important;
  color: #afafaf !important;
  background-color: #fff !important;
  border: 1px solid #efefef !important;
  border-radius: 3px !important;
  height: calc(1.5em + 0.6rem + 2px) !important;
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 0 !important;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse" !important;
}

.custom-file-label::after {
  height: calc(1.5em + 0.6rem + 1px) !important;
  padding: 0.3rem 1.6rem !important;
  color: #fff !important;
  content: "Browse" !important;
  background-color: #194bfb !important;
  border-radius: 0 3px 3px 0 !important;
  font-size: 13px;
  float: right;
  margin-top: -25px;
}

.add-cate-img img {
  width: 50px;
}

.add-cate-img {
  border: 1px solid #efefef;
  border-radius: 3px;
  text-align: center;
  padding: 5px;
  background: #f9f9f9;
  width: 80px;
  height: 80px;
  margin-top: 17px;
  padding: 14px 0;
}

.cate-img-5 {
  border: 1px solid #efefef;
  border-radius: 3px;
  text-align: center;
  padding: 3px 0;
  background: #f9f9f9;
  width: 70px;
}

.cate-img-5 img {
  width: 60px;
  border-radius: 3px;
}

.add-cate-img-1 {
  border: 1px solid #efefef;
  border-radius: 3px;
  text-align: center;
  background: #f9f9f9;
  width: 80px;
  height: 80px;
  margin-top: 17px;
  padding: 3px;
}

.add-cate-img-1 img {
  width: 100%;
}

.add-produc-imgs {
  list-style: none;
  padding-left: 0;
}

.add-produc-imgs li {
  display: inline-block;
}

.add-shop-content {
  border-top: 0;
  padding-top: 0 !important;
}

.shop-content-left {
  display: flex;
  width: 100%;
  align-items: start;
}

.shop_img {
  width: 100px;
  height: 100px;
  border: 1px solid #efefef;
  background: #f9f9f9;
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
}

.shop_img img {
  width: 100%;
}

.shop-dt-left {
  margin-left: 20px;
}

.shop-dt-left h4 {
  color: #2b2f4c;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
  text-align: left;
}

.shop-dt-left span {
  color: #3e3f5e;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.shopowner-dt-left {
  margin-left: 0;
  text-align: center;
}

.shopowner-dt-left h4 {
  color: #2b2f4c;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
}

.shopowner-dt-left span {
  color: #3e3f5e;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.shopowner-dts {
  margin-top: 20px;
  border: 1px solid #efefef;
  border-radius: 3px;
}

.shopowner-dt-list {
  display: flex;
  align-items: start;
  padding: 10px;
  border-bottom: 1px solid #efefef;
  width: 100%;
}

.shopowner-dt-list:last-child {
  border-bottom: 0;
}

.left-dt {
  color: #2b2f4c;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  width: 50%;
}

.right-dt {
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: auto;
  text-align: right;
  width: 50%;
}

.product-dt-purchases {
  list-style: none;
  border: 1px solid #efefef;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 0;
}

.product-dt-purchases li {
  border-right: 1px solid #efefef;
  display: inline-block;
  text-align: center;
  width: 50%;
  margin-left: -3px;
  padding: 10px;
}

.product-dt-purchases li:last-child {
  border-right: 0;
}

.product-status {
  font-size: 14px;
  font-weight: 600;
  color: #2b2f4c;
  text-align: center;
}

.badge-item-2 {
  display: inline-block;
  padding: 0.4em 0.5em;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.cate-img-6 {
  border: 1px solid #efefef;
  border-radius: 100%;
  text-align: center;
  padding: 3px 0;
  background: #f9f9f9;
  width: 70px;
}

.cate-img-6 img {
  width: 60px;
  border-radius: 100%;
}

.customer_img {
  width: 100px;
  height: 100px;
  border: 1px solid #efefef;
  background: #f9f9f9;
  padding: 5px;
  border-radius: 100%;
  display: inline-block;
}

.customer_img img {
  width: 100%;
  border-radius: 100%;
}

.add-customer-img img {
  width: 100%;
  border-radius: 100%;
}

.add-customer-img {
  border: 1px solid #efefef;
  border-radius: 100%;
  text-align: center;
  padding: 5px;
  background: #f9f9f9;
  width: 80px;
  height: 80px;
  margin-top: 17px;
}

.offer-img img {
  width: 100%;
}

.offer-img {
  border: 1px solid #efefef;
  border-radius: 3px;
  text-align: center;
  padding: 5px;
  background: #f9f9f9;
  width: 100px;
}

.tail-select {
  width: 100% !important;
  font-size: 14px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
  color: #2b2f4c !important;
}

.tail-select .select-label .label-inner {
  padding: 0.395rem 0.75rem !important;
}

.tail-select .select-label .label-count {
  border-radius: 3px !important;
  background-color: #2b2f4c !important;
}

.tail-select .select-label {
  color: #2b2f4c !important;
  border-color: #efefef !important;
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
}

.tail-select .select-dropdown ul li.dropdown-option:hover,
.tail-select .select-dropdown ul li.dropdown-option.hover {
  color: #2b2f4c !important;
}

.tail-select .select-dropdown ul li.dropdown-option {
  cursor: pointer;
  color: #2b2f4c !important;
  font-weight: 500 !important;
}

.tail-select .select-dropdown ul li.dropdown-option.selected {
  color: #194bfb !important;
  background-color: transparent;
}

.panel-group {
  width: 100%;
  float: left;
  margin-top: 0;
}

.panel-title {
  vertical-align: middle;
  padding: 0 20px;
  background: #fff;
}

.panel-default {
  float: left;
  width: 100%;
  border-top: 1px solid #efefef;
}

.panel-default:first-child {
  border-top: 0;
}

.panel-body {
  font-size: 14px;
  font-weight: 600;
  color: #3e3f5e;
  line-height: 24px;
  padding: 20px;
  text-align: left;
  background: #fff;
  border-top: 1px solid #efefef;
}

.panel-title>a:before {
  float: right !important;
  content: "\-";
  padding-right: 0px;
  font-size: 20px;
  padding-top: 2px;
}

.panel-title>a.collapsed:before {
  float: right !important;
  content: "\+";
}

.panel-title a {
  font-size: 16px;
  font-weight: 500;
  color: #2b2f4c;
  padding: 15px 0 18px;
  display: block;
  line-height: 26px;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
  text-decoration: none;
  color: #194bfb !important;
}

.control-label {
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 400;
  color: #2b2f4c;
  font-size: 14px;
}

.add-menu-list {
  list-style: none;
  padding: 15px;
  background: #f9f9f9;
  border: 1px solid #efefef;
  border-radius: 3px;
  margin-bottom: 0;
}

.add-menu-list li {
  display: block;
  margin-bottom: 10px;
}

.add-menu-list li:last-child {
  margin-bottom: 0;
}

.menu-search {
  margin-bottom: 20px;
}

.menu-configs h4 {
  font-weight: 500;
  font-size: 16px;
  color: #2b2f4c;
}

.menu-save-btn {
  padding: 15px 20px;
  text-align: right;
  border-top: 1px solid #efefef;
}

.panel-group-1 {
  width: 100%;
  float: left;
  margin-top: 0;
}

.panel-title-1 {
  vertical-align: middle;
  padding: 0 20px;
  background: #f9f9f9;
  float: left;
  width: 100%;
}

.panel-default-1 {
  float: left;
  width: 100%;
  border: 1px solid #efefef;
  margin-bottom: 20px;
  border-radius: 3px;
}

.panel-body-1 {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #3e3f5e;
  line-height: 24px;
  padding: 20px;
  text-align: left;
  background: #fff;
  border-top: 1px solid #efefef;
}

.panel-title-1>a:before {
  float: right !important;
  content: "\-";
  padding-right: 0px;
  font-size: 20px;
  padding-top: 2px;
}

.panel-title-1>a.collapsed:before {
  float: right !important;
  content: "\+";
}

.panel-title-1 a {
  font-size: 14px;
  font-weight: 500;
  color: #2b2f4c;
  padding: 5px 0;
  display: block;
  line-height: 26px;
  float: left;
  width: 100%;
}

.panel-title-1>a:hover,
.panel-title-1>a:active,
.panel-title-1>a:focus {
  text-decoration: none;
  color: #2b2f4c !important;
}

.attr-menu-left {
  float: left;
}

.attr-menu-right {
  float: right;
  margin-right: 20px;
  font-size: 14px;
  color: #3e3f5e;
  font-weight: 500;
}

.bb-bottom {
  margin-top: 5px;
  float: left;
  width: 100%;
}

.menu-delete {
  font-size: 14px;
  color: #2b2f4c;
  font-weight: 500;
}

.menu-delete:hover {
  color: #194bfb !important;
  text-decoration: none !important;
}

.attr-orgin-right {
  float: right;
  font-size: 14px;
  color: #3e3f5e;
  font-weight: 500;
}

.updater-btn {
  display: inline-block !important;
  margin-top: 0 !important;
  margin-left: 5px;
}

.left-side-tabs {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 3px;
  border: 1px solid #efefef;
}

.user-item {
  display: flex;
  padding: 12px 20px;
  border-bottom: 1px solid #efefef;
  font-size: 14px;
  font-weight: 400;
  color: #2b2f4c;
  text-align: left;
  align-items: center;
}

.user-item:last-child {
  border-bottom: 0;
}

.user-item i {
  margin-right: 10px;
  font-size: 18px;
}

.user-item:hover {
  color: #2b2f4c;
  background: #ffecec;
  text-decoration: none !important;
}

.user-item:first-child:hover {
  border-radius: 3px 3px 0 0;
}

.user-item:last-child:hover {
  border-radius: 0 0 3px 3px;
}

.user-item:hover i {
  color: #194bfb !important;
}

.user-item.active {
  background: #194bfb;
  color: #fff !important;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-image: -webkit-linear-gradient(left,
      rgba(230, 92, 91, 0.9),
      rgba(245, 93, 44, 0.9));
  background-image: linear-gradient(to right,
      rgba(230, 92, 91, 0.9),
      rgba(245, 93, 44, 0.9));
  pointer-events: none;
}

.user-item:first-child.active {
  border-radius: 3px 3px 0 0;
}

.user-item:last-child.active {
  border-radius: 0 0 3px 3px;
}

.site-logo {
  width: 230px;
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 5px;
  position: relative;
}

.site-logo img {
  width: 100%;
}

.img-delete {
  position: absolute;
  right: -25px;
  top: 0;
  color: #2b2f4c;
}

.img-delete:hover {
  color: #194bfb !important;
}

.site-logo-1 {
  width: 60px;
  background: #f9f9f9;
  padding: 5px;
  border: 1px solid #efefef;
  border-radius: 5px;
  position: relative;
}

.site-logo-1 img {
  width: 100%;
}

.card-body-table-footer {
  padding: 15px 10px;
  border-top: 1px solid #efefef;
}

.card-body-table-footer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.card-body-table-footer ul li {
  display: inline-block;
}

.download-btn {
  background: #194bfb;
  color: #fff;
  border: 0;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 3px;
}

.bg-sign {
  background: #194bfb;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-image: -webkit-linear-gradient(left,
      rgba(230, 92, 91, 0.9),
      rgba(245, 93, 44, 0.9));
  background-image: linear-gradient(to right,
      rgba(230, 92, 91, 0.9),
      rgba(245, 93, 44, 0.9));
}

.card-sign-header {
  background-color: #194bfb !important;
  border-bottom: 1px solid #efefef !important;
}

.card-sign-header h3 {
  font-weight: 400 !important;
  color: white;
  font-family: "Oleo Script", system-ui;
  text-decoration: underline;
}

.btn-sign {
  color: #fff !important;
  background-color: #194bfb !important;
  border-color: 0 !important;
  width: 100% !important;
}

.form-group {
  margin-top: 20px;
}

/*****************vendor css***************/
.vendor-name {
  margin-top: 20px;
  margin-bottom: 20px;
}

.vendor-subhead {
  font-size: 13px;
  font-weight: 600;
}

.vendor-details h6 {
  margin: 10px 0 10px 0;
  padding: 5px 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #8a909d;
  text-transform: capitalize !important;
  border-radius: 10px;
  background: #f1f1f1;
}

.vendor-details h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
  color: #8a909d;
  font-size: 15px;
}

.section-padding {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 575px) {
  .section-padding {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.card {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
}

/* .main-background{
    background-color: #ecf0fa;
    
} */
/*************/
.bg-c-order {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#5955d1),
      to(#5955d1a8));
  background: linear-gradient(to right, #5955d1, #5955d1a8);
}

.bg-c-yellow {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#fe9365),
      to(#feb798));
  background: linear-gradient(to right, #fe9365, #feb798);
}

.card-block {
  height: 100px;
  background-color: #64b0f2;
}

.card-block1 {
  padding: 1.25rem;
}

.bg-c-blue {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#01a9ac),
      to(#01dbdf));
  background: linear-gradient(to right, #01a9ac, #01dbdf);
}

.bg-c-green {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#0ac282),
      to(#0df3a3));
  background: linear-gradient(to right, #0ac282, #0df3a3);
}

.bg-c-violet {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#cdb3d3),
      to(#a995aa));
  background: linear-gradient(to right, #cdb3d3, #9e115f);
}

.bg-c-grey {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#1409f0),
      to(#c9b6ee));
  background: linear-gradient(to right, #c9b6ee, #1409f0);
}

/* 
  .dashboard-background{
    background: url(../images/banner/SLIDE1.jpg) no-repeat;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    height: 200px;
  }  */

/* .dashboard-background img{
    height: 300px;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
  } */
.carousel-item img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 575px) {
  .carousel-item img {
    height: 100px;
  }
}

.card.custom-card-order {
  border-radius: 0.3rem;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  border: 0px;
  position: relative;
  margin-block-end: 1.5rem;
  width: 100%;
}

.card.custom-card-order {
  color: #1a2638 !important;
}

.card.custom-card-order .card-body {
  padding: 1.15rem;
  color: #1a2638;
}

.card-bg1,
.card-bg2,
.card-bg3,
.card-bg4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.3rem;
}

.card-bg1:before,
.card-bg2:before,
.card-bg3:before,
.card-bg4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 1;
  border-radius: 0.3rem;
}

.card-bg1:before {
  background: linear-gradient(to bottom right, #877cff, #877cff26);
}

.card-bg2:before {
  background: linear-gradient(to bottom right, #ff401c, #877cff26);
}

.card-bg3:before {
  background: linear-gradient(to bottom right, #00c850, #877cff26);
}

.card-bg4:before {
  background: linear-gradient(to bottom right, #fb3, #877cff26);
}

.card-bg1:after,
.card-bg2:after,
.card-bg3:after,
.card-bg4:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  inset-inline-end: -15%;
  bottom: -15%;
  z-index: 1;
  border-radius: 50%;
}

.card-bg1:after {
  background: linear-gradient(45deg, #877cff, transparent);
}

.card-bg2:after {
  background: linear-gradient(45deg, #ff401c, transparent);
}

.card-bg3:after {
  background: linear-gradient(45deg, #00c850, transparent);
}

.card-bg4:after {
  background: linear-gradient(45deg, #fb3, transparent);
}

/***********branch css***************/
.inner-wrapper {
  /* display: flex; */
  flex-wrap: wrap;
  width: 100%;
}

.inner-card {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.img-wrapper {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.content {
  margin-bottom: 20px;
}

.content h1 {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 10px;
  color: #444;
  text-align: center;
}

.content p {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

/*****************franchise css****************/
.franchise-section {
  margin-bottom: 10px;
}

.franchise-section h1 {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 10px;
  color: #444;
  text-align: center;
}

.franchise-section p {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

/**************login and forgot password***********************/
.login-page {
  margin-top: 10rem;
}

@media (max-width: 575px) {
  .login-page {
    margin-top: 25px;
  }
}

.login-img {
  width: 100%;
  height: 457px;
}

@media (max-width: 575px) {
  .login-img {
    width: 100%;
    height: 250px;
  }
}

.forgot-text {
  font-size: 11px;
  font-weight: 400;
  text-decoration: underline;
}

.reset-text {
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
}

.forgot-img {
  width: 100%;
  height: 336px;
}

@media (max-width: 575px) {
  .forgot-img {
    width: 100%;
    height: 250px;
  }
}

/*************order page css**************/
.retail-id {
  color: #1409f0 !important;
  font-size: 12px;
  font-weight: 600;
}

.retail-table {
  color: #2b2f4c !important;
  margin-bottom: 0 !important;
}

.retail-table thead th {
  vertical-align: bottom;
  border-bottom: 0 !important;
}

/* .ucp-table td,
.ucp-table th {
    border-top: 1px solid #efefef !important;
} */

.retail-table thead tr th {
  color: #877cff;
  font-size: 14px;
  background-color: #877cff1a;
  font-weight: 500;
  border: 1px solid #877cff1a;
}

.retail-table td {
  font-size: 12px;
  font-weight: 600;
  color: #3e3f5e;
  line-height: 24px;
}

.bg-warning-transparent {
  background-color: #ffbb331a !important;
  color: #fb3 !important;
}

.btn.btn-sm {
  padding: 0.26rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
}

.btn-icon.btn-sm {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.8rem;
  padding: 0.1875rem;
}

.btn.btn-primary-light {
  background-color: #3c59ff26;
  color: #5574ff;
}

.btn.btn-danger-light {
  background-color: #ff444426;
  color: #f44;
}

.text-center {
  text-align: center !important;
}

.bg-info-transparent {
  background-color: #33b6e51a !important;
  color: #33b6e5 !important;
}

.bg-success-transparent {
  background-color: #00c8501a !important;
  color: #00c850 !important;
}

.bg-danger-transparent {
  background-color: #ff44441a !important;
  color: #f44 !important;
}

/*************profile css********/
.card.custom-card-retail {
  border-radius: 0.3rem;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  border: 0px;
  position: relative;
  margin-block-end: 1.5rem;
  width: 100%;
}

.card.custom-card-retail {
  color: #1a2638 !important;
}

.bg-light {
  background-color: #f7f9fc !important;
}

.avatar {
  position: relative;
  height: 2.625rem;
  width: 2.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  color: #fff;
  font-weight: 500;
}

.avatar.avatar-rounded {
  border-radius: 50%;
}

.avatar.avatar-xxl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.5rem;
}

.avatar.avatar-rounded img {
  border-radius: 50%;
}

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}

.avatar .avatar-badge {
  position: absolute;
  inset-block-start: -4%;
  inset-inline-end: -0.375rem;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.625rem;
  border: 2px solid #fff;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar.avatar-xxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}

.op-0 {
  opacity: 0;
}

input.retail-file-input {
  display: none;
}

.retail-file-label {
  font-size: 13px;
  width: 100%;
  padding: 0.36rem 0.2rem 0.36rem 0.9rem !important;
  font-weight: 400 !important;
  color: #afafaf !important;
  background-color: #fff !important;
  border: 1px solid #efefef !important;
  border-radius: 3px !important;
  height: calc(1.5em + 0.6rem + 2px) !important;
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 0 !important;
}

.retail-file-input:lang(en)~.retail-file-label::after {
  content: "Browse" !important;
}

.retail-file-label::after {
  height: calc(1.5em + 0.6rem + 1px) !important;
  padding: 0.3rem 1.6rem !important;
  color: #fff !important;
  content: "Browse" !important;
  background-color: #194bfb !important;
  border-radius: 0 3px 3px 0 !important;
  font-size: 13px;
  float: right;
  margin-top: -5px;
}

/*********user css********/
.retail-card-bg {
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  background: #877cff1a;
  margin-top: 10px;
  border: 1px solid #877cff1a;
}

.add-user-title {
  color: #877cff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  text-decoration: underline;
}

/*************tooltio css**********/

.icon-box-retail {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.icon-box-retail i {
  font-size: 13px;
}

.tooltip {
  position: absolute;
  bottom: 40px;
  background: #111827;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s;
  white-space: nowrap;
}

.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #111827 transparent transparent transparent;
}

.icon-box-retail:hover .tooltip {
  opacity: 1;
  transform: translateY(0);
}

.icon-box-retail:hover {
  transform: translateY(-5px);
}

/***********user page dropdown css*********/
.dropdown-user {
  border: 1px solid #194bfb;
  border-radius: 6px;
  background: #fff;
  padding: 5px;
}

.search-box-user {
  width: 100%;
  padding: 6px;
  border: none;
  outline: none;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

.list-user {
  max-height: 100px;
  overflow-y: auto;
}

.item-user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 8px;
  cursor: pointer;
  font-size: 12px;
}

.item-user:nth-child(even) {
  background: #f2f6fc;
}

.item-user:hover {
  background: #e6f0ff;
}

.item-user input {
  cursor: pointer;
}

/*********css*********/
.profile-bg img {
  width: 100%;
  height: 100px;
  border-radius: 12px;
}

.card.custom-card-profile {
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  border: 0px;
  position: relative;
  margin-block-end: 1.5rem;
  width: 100%;
}

.bg-primary-card-1 .card-body::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background-color: #877cff1a; */
  z-index: 2;
}

.main-card-image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  z-index: 1;
  opacity: 1;
}

.main-card-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-card-content {
  position: relative;
  z-index: 3;
}

.team-banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 58px;
  inset-block-start: -162px;
  z-index: 0;
  opacity: 0.08;
  rotate: 180deg;
}

.bg-primary-transparent {
  background-color: #33b6e51a !important;
  color: #33b6e5 !important;
}

.w-100 {
  width: 100% !important;
}

.deliver-btn {
  margin-top: 50px;
}

@media(max-width:575px) {
  .deliver-btn {
    margin-top: 30px;
  }
}

.header-bg {
  background: url(../images/shape-4.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 8px;
  border-radius: 12px;
}

/************dashboard css*************/
.title-sub {
  color: #4b5563;
  font-weight: 500;
  font-size: 14px;
}

.title-main {
  font-weight: 600;
  font-size: 20px;
  color: #1409f0;
}

.title-main-one {
  font-weight: 600;
  font-size: 20px;
  color: #7513fd;
}

.title-main-two {
  font-weight: 600;
  font-size: 20px;
  color: #028c37;
}

.title-main-three {
  font-weight: 600;
  font-size: 20px;
  color: #d1a019;
}

/* .dahboard-bg {
  background: url(../images/banner/dashboard-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 150px;
  width: 100%;
  border-radius: 12px;
} */

.dahboard-bg img {
  width: 100%;
  height: 200px;
  border-radius: 12px;
}

.card-box-one {
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #e3f2fd, #9cd2ff, #2f9ef9);
  padding: 1rem;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 5px 5px 0px rgba(237, 237, 237, 1);
}

.card-box-one::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 64px;
  background-color: #487fff;
  border-radius: 100px;
  left: -1px;
  top: 24px;
  box-shadow: 2px 1px 7px 0px rgba(29, 128, 252, 0.6);
}

.service-one__item__icon {
  font-size: 15px;
  line-height: 1;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  background-color: transparent;
  width: 60px;
  height: 60px;
  transition: 300ms ease;
  color: white;
}

.service-one__item__icon::before {
  position: absolute;
  left: 6px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  transition: 500ms all ease;
  animation-play-state: running;
}

@keyframes rotated {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.service-one__item__icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #487fff;
  opacity: 0.8;
  transition: 500ms ease;
  z-index: -1;
}

.bubble {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  bottom: -50px;
  right: -30px;
}

.bubble::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  top: -30px;
  left: -40px;
}

.cart-footer-one {
  border-top: 1px solid white;
}

canvas {
  width: 100%;
  height: 30px;
}

.opacity-one {
  opacity: 0.5;
}

.subtitle {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.card-box-two {
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #d3baff, #a78bfa);
  padding: 1rem;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 5px 5px 0px rgba(237, 237, 237, 1);
}

.card-box-two::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 64px;
  background-color: #9448ff;
  border-radius: 100px;
  left: -1px;
  top: 24px;
  box-shadow: 2px 1px 7px 0px rgba(152, 29, 252, 0.6);
}

.service-one__item__icon-one {
  font-size: 15px;
  line-height: 1;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  background-color: transparent;
  width: 60px;
  height: 60px;
  transition: 300ms ease;
  color: #ffffff;
}

.service-one__item__icon-one::before {
  position: absolute;
  left: 6px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  transition: 500ms all ease;
  animation-play-state: running;
}

.service-one__item__icon-one::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #9448ff;
  opacity: 0.8;
  transition: 500ms ease;
  z-index: -1;
}

.card-box-three {
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #cefcd7, #028c37);
  padding: 1rem;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 5px 5px 0px rgba(237, 237, 237, 1);
}

.card-box-three::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 64px;
  background-color: #028c37;
  border-radius: 100px;
  left: -1px;
  top: 24px;
  box-shadow: 2px 1px 7px 0px rgba(62, 252, 29, 0.6);
}

.service-one__item__icon-two {
  font-size: 15px;
  line-height: 1;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  background-color: transparent;
  width: 60px;
  height: 60px;
  transition: 300ms ease;
  color: #ffffff;
}

.service-one__item__icon-two::before {
  position: absolute;
  left: 6px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  transition: 500ms all ease;
  animation-play-state: running;
}

.service-one__item__icon-two::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #028c37;
  opacity: 0.8;
  transition: 500ms ease;
  z-index: -1;
}

.card-box-four {
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #ffffe9, #d6a727);
  /* background: linear-gradient(135deg, #ffbcbc, #ff4b2b); */
  padding: 1rem;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 5px 5px 0px rgba(237, 237, 237, 1);
}

.card-box-four::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 64px;
  background-color: #d1a019;
  border-radius: 100px;
  left: -1px;
  top: 24px;
  box-shadow: 2px 1px 7px 0px rgba(237, 252, 29, 0.6);
}

.service-one__item__icon-three {
  font-size: 15px;
  line-height: 1;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  background-color: transparent;
  width: 60px;
  height: 60px;
  transition: 300ms ease;
  color: #ffffff;
}

.service-one__item__icon-three::before {
  position: absolute;
  left: 6px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  transition: 500ms all ease;
  animation-play-state: running;
}

.service-one__item__icon-three::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #d1a019;
  opacity: 0.8;
  transition: 500ms ease;
  z-index: -1;
}

/*********************welcome page css*************/
.welcome-img {
  width: 100%;
  height: 500px;
  padding: 10px;
}

.welcome-page {
  margin-top: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #fff;
  border-radius: 12px;
}

.welcome-body {
  background:
    radial-gradient(circle at top left, #2563eb 0%, transparent 35%),
    radial-gradient(circle at bottom right, #38bdf8 0%, transparent 35%),
    #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.left-panel {
  padding: 2px;
  position: relative;
  background:
    linear-gradient(160deg,
      rgba(37, 99, 235, 0.95),
      rgba(56, 189, 248, 0.85));
  color: #fff;
  overflow: hidden;
}

.left-panel::before {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  top: -160px;
  right: -120px;
}

.left-panel::after {
  content: '';
  position: absolute;
  width: 260px;
  height: 260px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  bottom: -90px;
  left: -90px;
}

.steps {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 30px;
}

.step {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #3b4b5c;
}

.circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #5d6d7e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 12px;
}

.line {
  width: 70px;
  height: 2px;
  background: #ccc;
  margin: 0 10px;
}

.active-line {
  position: relative;
}

.active-line::after {
  content: "";
  position: absolute;
  left: 27px;
  bottom: -12px;
  width: 100px;
  height: 3px;
  background: #1e00ff;
  border-radius: 10px;
}

.form-page {
  display: none;
}

.form-page.active-page {
  display: block;
}

.success {
  text-align: center;
  padding: 40px 0;
}

.success h1 {
  color: #0066d6;
  margin-bottom: 15px;
}

.success p {
  color: #666;
  font-size: 18px;
}

.submit-btn {
  width: 100%;
  margin-top: 35px;
  border: none;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.25);
}

.right-panel {
  position: relative;
}
@media(max-width:575px){
  .welcome-body{
    padding: 0px;
  }
  .welcome-img{
    height: 300px;
  }
}