@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Outfit:wght@200;300;400;500;600;700;800;900&display=swap');
/* / dashboard navbar / */
nav.navbarFixed {
  padding: 0;
  height: auto;
  flex-wrap: inherit;
}
.navbar .navbar-left {
  flex-basis: auto;
}
.navbar-left a.logoIcon svg {
  height: 2rem;
  width: auto;
}
.navbar a.menuIcon svg {
  height: 1.98rem;
  width: auto;
}

html body {
  font-family: 'Outfit', sans-serif !important;
}
html body p {
  font-family: 'Outfit', sans-serif !important;
}
.admin_link {
  display: flex;
  align-items: center;
  background: rgba(20, 102, 250, 0.05);
  padding: 0.97rem;
  border-bottom: 0.3125rem solid rgb(20, 102, 250, 1);
  margin-left: 1.105rem;
}
.admin_link a {
  font-size: 0.975rem;
  line-height: normal;
  font-weight: bold;
  color: #111315;
}
#app-container.main-hidden .main-menu {
  transform: none !important;
  width: 15rem;
}
#app-container.main-hidden .menuIcon svg {
  display: none;
}
#app-container.main-hidden .main-menu.sideMenu {
  width: 15rem;
}
.menu-close-icon {
  padding: 0 0.5rem;
}
#app-container.main-hidden .menuIcon .menu-close-icon svg {
  display: block;
  height: 1.6rem;
  width: auto;
}
.menuIcon .menu-close-icon svg {
  display: none;
}
.navbar-right .headerIcons {
  display: flex;
  justify-content: end;
  gap: 1.25rem;
  margin-right: 1.5rem;
}
.navbar-right .headerIcons a.icon-menu-item {
  margin-bottom: 0;
  border-radius: 50%;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}
.user .btn {
  min-width: auto;
}
.navbar-right .headerIcons a.icon-menu-item.icon_img {
  background: rgba(125, 108, 216, 1);
}
.icon_img img {
  height: 100%;
  width: auto;
}
.navbar-right .headerIcons a.icon-menu-item svg {
  height: 1.75rem;
  width: auto;
}
.navbar .icon-menu-item span.count {
  position: absolute;
  top: 0;
  padding: 0.4rem;
  right: -0.5rem;
  background: #f00;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
  width: 1rem;
}
.navbar-right .headerIcons a.icon-menu-item.noti_fy {
  overflow: visible;
}
.navbar-left a.menuIcon {
  width: 3.975rem;
}
/* / changes / */
.menu .sideMenu {
  top: 3.4rem;
  width: 3rem;
  border-radius: 0 !important;
  transition: 1s ease !important;
  height: 100%;
}

/* / scroller bar / */
/* .menu .sideMenu ul li.active:after{
    right: 0;
    left: inherit;
    background: #989898;
}*/
.menu .sideMenu ul li.active:after {
  content: none;
}
.menu .subMenu {
  width: 3.975rem;
}
.sideMenu:hover {
  width: 15.5rem;
}
.menu .sideMenu ul li a {
  height: auto;
  width: 100%;
  min-width: 15rem;
  padding: 0.75rem 0.4375rem 0.75rem 0.57rem;
  display: inline-block;
  vertical-align: top;
  font-size: 0.975rem;
  font-weight: 400;
}
/* .menu .sideMenu span.menu-title {
    display: none;
}
.sideMenu:hover span {
    display: block !important;
} */
.menu .sideMenu ul li span {
  color: #989898;
  font-size: 0.975rem;
  line-height: normal;
  font-weight: 400;
  white-space: nowrap;
}
.menu .main-menu ul li.active {
  background: #fff;
}
.menu .main-menu ul li a.active {
  background: rgb(20, 102, 250, 1);
}
.menu .sideMenu ul li a.active span {
  color: #fff;
}
.menu .sideMenu ul li a.active svg path {
  fill: #fff;
}
.menu .sideMenu ul li a svg {
  height: 1.6rem;
  width: auto;
}
/* / changes / */
main.default-transition {
  margin-left: 5.5rem !important;
  margin-top: 0;
  margin-right: 1.5rem;
}
.main_content {
  padding-top: 5.5rem;
}
/* / dashboardpage container / */
.text_message h3 {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  color: #111315;
  margin-bottom: 0;
}
.dash_message {
  background: #fff;
  border-left: 0.313rem solid #1466fa;
  padding: 1.15rem;
  border-radius: 0 0.5rem 0.5rem 0;
}
.text_message {
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.cancel-save_btn {
  display: flex;
  gap: 0.625rem;
}
p.synced-text {
  font-size: 0.975rem;
  color: rgba(17, 19, 21, 1);
  font-weight: 400;
  line-height: normal;
}
.theme-button {
  display: none;
}
.total-card .card {
  width: 25%;
  padding: 0.5rem;
}
.rounded .card:first-child {
  padding-left: 0;
}
.rounded .card:last-child {
  padding-right: 0;
}
.total-card .card .colWrapper {
  padding: 1rem 1.5rem;
}
.total-card .colWrapper p.card-text {
  font-size: 1.257rem;
  line-height: normal;
  font-weight: 500;
  color: #2a2a2a;
}
.total-card .colWrapper p.lead {
  margin-top: 0.5rem;
  font-size: 2.35rem;
  font-weight: 700;
  line-height: normal;
  color: #111315;
}
.total-card .colWrapper .storeTotal {
  margin-top: 0;
  justify-content: space-between;
}
.total-card .colWrapper .card-icon {
  border-radius: 50%;
  padding: 1rem;
  background: rgba(239, 79, 98, 0.1);
}
.total-card .colWrapper .storeTotal svg {
  height: 2.105rem;
  width: auto;
}
.store_list {
  display: flex;
  gap: 4.063rem;
  padding: 0;
  align-items: center;
  margin-bottom: 1rem;
}
.storesLeft {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  padding: 0.3rem;
}
.store_list_left label {
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: normal;
  font-weight: 700;
  color: rgba(17, 19, 21, 1);
  margin-right: 0.625rem;
}
.store_list_left {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.store_list_left .search {
  color: #000;
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 400;
  padding: 0.605rem;
  border: 0.0625rem solid #c9c9c9;
}
.store_list_right .d-flex {
  align-items: center;
  gap: 0.625rem;
}
.store_list_right {
  display: flex;
  align-items: center;
}
.store_list select {
  background: #fff;
  color: rgba(17, 19, 21, 1);
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 400;
  padding: 0.605rem;
  border: 0.0625rem solid #c9c9c9;
  letter-spacing: 0.0625rem;
  min-width: 9.2rem;
  cursor: pointer;
}
.btn {
  font-size: 0.925rem;
  line-height: 1.05;
  font-weight: 400;
  padding: 0.625rem;
  min-width: 5.506rem;
  text-align: center;
}

.btn-blue i.fa :focus-visible {
  outline: none !important;
}
.btn i.fa {
  padding-right: 0.5rem;
}
/* / dashboardtable / */
.dashboard-table.bgWhite tr th:first-child,
.dashboard-table.bgWhite tr td:first-child {
  /*width: 2rem !important;*/
}
.dashboard-table .custom-control {
  min-height: auto;
}
.store-span {
  margin-left: 0.5rem;
}
.store-span svg {
  height: 1.05rem;
  width: auto;
}
table.bgWhite.dashboard-table
  tr
  th:not(table.bgWhite.dashboard-table tr th:first-child) {
  vertical-align: top;
}
table.bgWhite.dashboard-table tr th {
  font-size: 0.835rem;
  font-weight: 600;
  line-height: 1.2;
  background: rgba(233, 233, 233, 1);
  border-bottom: 0.0625rem solid #d3d3d3;
  color: #2a2a2a;
  padding: 0.5rem !important;
}
.contentWrapper tr {
  border: none;
  border-bottom: 0.0625rem solid #d3d3d3;
}
.contentWrapper tr:nth-child(odd) td {
  background: #fff;
}
.icon-group .flexBox {
  gap: 0.2rem;
}
.icon-group .flexBox a.flex-icon svg {
  height: 1.825rem;
  width: auto;
}
table.bgWhite.dashboard-table tr td {
  color: #2a2a2a;
  font-size: 0.835rem;
  font-weight: 400;
  line-height: 1.07rem;
  padding: 0.5rem !important;
}
.contentWrapper
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #1466fa !important;
  border-color: #1466fa !important;
}
.dash-td {
  width: 6.875rem;
}
.dash-mob {
  width: 8rem;
}
.dash-date {
  min-width: 8.5rem;
}
.status {
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 400;
  min-width: 8rem;
  display: inline-block;
  padding: 0.35rem 0.375rem;
  border: 0.0625rem solid;
  text-align: center;
}
/* .status.active, .status.inactive {
    max-width: 6rem;
} */
.bg-green {
  color: #2db552;
  background: rgba(45, 181, 82, 0.15);
  border: 0.0625rem solid rgba(45, 181, 82, 0.15);
}
.bg-red {
  color: #e20000;
  background: rgba(226, 0, 0, 0.15);
  border-color: rgba(226, 0, 0, 0.15);
}
.bg-org {
  color: #e44501;
  background: rgba(228, 69, 1, 0.15);
  border-color: rgba(228, 69, 1, 0.15);
}
.table-img img {
  width: 2.965rem;
  height: 2.965rem;
}
.contentWrapper {
  overflow-x: auto;
}
/* / store mgmt / */
.store_mgmt .text_message {
  border-left: 0;
  background: inherit;
}
.flex-icon i.fa.fa-pencil {
  background: rgba(233, 233, 233, 1);
  color: #989898;
  padding: 0.467rem;
  height: 1.825rem;
  width: auto;
}
/* / superadmin login page / */
.htmlSuperbg {
  background: #fff;
  height: auto;
}
.flex-icon i.fa.fa-pencil {
  background: rgba(233, 233, 233, 1);
  color: #989898;
  padding: 0.467rem;
  height: 1.825rem;
  width: auto;
}
body.body-superbg {
  background: #fff;
  border-radius: 0 !important;
  margin: 0;
  padding: 0;
}
.form-side .logo-img {
  margin-top: 1.75rem;
}
.form-side h1 {
  font-size: 1.875rem;
  line-height: normal;
  font-weight: 700;
  color: rgba(17, 19, 21, 1);
  padding-bottom: 0;
  margin-bottom: 1.75rem;
  margin-top: 1.75rem;
}
.form-side {
  width: 31.4375rem;
  margin: 3rem auto;
  height: auto;
  text-align: center;
  border-radius: 0.9375rem;
  box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}
.superadminForm .inputIcon {
  position: relative;
  margin: 1rem 0;
}
.superadminForm .inputIcon span {
  position: absolute;
  left: 0.75rem;
  bottom: 0.85rem;
}
.superadminForm .inputIcon input {
  width: calc(100% - 4rem);
  padding-left: 3rem;
  background: #f8f8f8;
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
  border-radius: 0.3125rem;
}
.superadminForm .inputIcon input::placeholder {
  color: #989898;
  background: #f8f8f8;
}
.error-message {
  text-align: left;
  color: #c43d4b;
}
.alert.alert-danger {
  background: none;
}
.superadminForm .btn-shadow {
  font-size: 1.15rem;
  line-height: normal;
  border-radius: 0.3125rem;
  background: #34558b;
  box-shadow: none;
  border: none;
  padding: 0.625rem;
  width: 100%;
  margin: 1rem 0;
  cursor: pointer;
  height: 3.925rem;
}
.superadminForm .btn-shadow:hover {
  background: #34558b;
}
.btn-blue:hover {
  color: #fff;
}
/* / addnewstore / */
.check-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.625rem;
}
.check-flex label.form-group.has-float-label.form-check-label {
  padding-top: 0;
}
.rounded .addnewStore .card {
  border-radius: 0;
  background: #fff;
}
.head-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.head-flex .d-flex {
  justify-content: end;
  gap: 0.625rem;
}
.head-flex h5 {
  margin-bottom: 0;
  font-size: 1.25rem;
  color: rgba(42, 42, 42, 1);
  font-weight: 700;
  line-height: normal;
}
.grey-btn {
  background: #e9e9e9;
  color: rgba(103, 103, 103, 1);
}
.grey-btn:hover {
  color: rgba(103, 103, 103, 1);
}
.addnewStore .text_message {
  border-left: 0;
  background: inherit;
  margin-bottom: 0;
}
.addnewStore .card-body .col-md-12 {
  padding: 0;
}
.choose__email span.select2.select2-container.select2-container--default {
  width: 100% !important;
}
.choose__email span.select2-selection.select2-selection--single {
  border-radius: 0;
  border: 0.063rem solid #e9e9e9 !important;
  height: calc(2em + 0.8rem) !important;
  border-bottom: 0.063rem solid #e9e9e9 !important;
}
.select2-search__field {
  outline: none;
}
.choose__email .select2-selection__rendered {
  border-radius: 0;
  background: #fff;
  font-size: 0.95rem;
  font-weight: 400;
  color: #2a2a2a !important;
  padding: 0 0.75rem !important;
  height: 100% !important;
  line-height: 2.45 !important;
}
.choose__email span.select2-selection__arrow {
  height: 100% !important;
  top: 0 !important;
}
.store-form {
  width: 50%;
  margin: auto;
  padding: 1.5rem 0;
}
.category_search {
  gap: 0.625rem;
}
.store-form .form--control {
  display: flex;
}
.client-contact select {
  width: 100%;
  max-width: 5.6rem;
}
.addnewStore .card-body .row .col-12 {
  display: flex;
  padding: 0.5rem 0;
}
.client-contact {
  display: flex;
  gap: 1rem;
  width: 100%;
}
.store_location {
  display: flex;
  gap: 1rem;
  width: 100%;
}
.addnewStore label.btn-upload.imgBtn {
  border: 0;
  background: rgba(233, 233, 233, 1);
  font-size: 0.975rem;
  line-height: normal;
  font-weight: 400;
  padding: 0.605rem;
  color: rgba(41, 44, 45, 1);
  margin-bottom: 0;
}
.imgSec {
  display: flex;
  gap: 1rem;
}
.storeLinks {
  width: 100%;
}
.store-sublink {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.store-form .form--control .form-control::placeholder {
  color: #2a2a2a;
}
.store-form label.form-group.has-float-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 0;
  padding-top: 0.625rem;
  max-width: 14rem;
  width: 100%;
}
.store-form .form--control .form-control {
  background: #fff;
  font-size: 0.95rem;
  font-weight: 400;
  color: #2a2a2a;
  border: 0.063rem solid #e9e9e9;
}
.store-sublink .label-input {
  width: 100%;
  max-width: 8rem;
}
.storeurl-sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
/* / EDIT PAGE / */
.imageBlock {
  width: 100%;
  max-width: 5rem;
  height: auto;
}
.imageBlock img {
  width: 100%;
}
.editStore .store_list.d-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.storelist_btn {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.editStore .btn-blue.bg-green:hover {
  color: #2db552;
}
.editStore .btn-blue.bg-red:hover {
  color: #e20000;
}
.acces-code.d-flex {
  width: 100%;
  align-items: center;
  gap: 0.625rem;
}
.acces-code.d-flex .btn-blue.grey-btn {
  width: 100%;
  max-width: 12rem;
  line-height: inherit;
}
.editStore .store-form .contentWrapper {
  margin: 2.5rem 0;
}
.editStore .dashboard-table.bgWhite tr th:first-child,
.editStore .dashboard-table.bgWhite tr td:first-child {
  width: 20rem !important;
}
.editStore .dashboard-table.bgWhite tr th:last-child,
.editStore .dashboard-table.bgWhite tr td:last-child {
  text-align: right;
}
.editStore table.bgWhite.dashboard-table tr th {
  background: none;
}
.editTable span svg {
  height: 1rem;
  width: auto;
  transform: rotateX(0deg);
}
/* / error-color / */
.error-border {
  border-color: #f00;
}
/* pagination */
.page-item .page-link {
  border-radius: 0 !important;
  color: #a5a5a5 !important;
  font-weight: 500;
  border-color: transparent !important;
  line-height: 1;
  height: auto;
}
.page-item .page-link.prev,
.pagination .page-item:nth-child(1) .page-link.prev:not(:first-child) {
  background: #000;
  color: #fff !important;
}
.page-item .page-link.last {
  font-weight: 500;
}
li.page-item.disabled .page-link.last {
  color: #a5a5a5 !important;
}
.page-item.prev.disabled a.page-link.prev {
  background: inherit;
  color: #a5a5a5 !important;
}
.pagination .page-item:nth-child(1) .page-link.prev,
.pagination .page-item .page-link.last {
  border: 0.0625rem solid #000 !important;
  color: #000 !important;
  background: inherit;
}
.order_header_sec {
  justify-content: space-between;
  align-items: inherit !important;
  margin-bottom: 0.5rem;
}
.order_header_sec p {
  margin-bottom: 0;
  font-size: 0.975rem;
  font-weight: 600;
  color: #000;
}
.order_header_sec p .dateOrder {
  font-weight: 400;
  color: #000;
}
.order_header_sec .user_details p {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
}
.order_header_sec p:nth-child(1) {
  max-width: 40%;
  width: 100%;
}
/* superadmin forget password */
a.forget-link {
  float: right;
  color: #000;
  font-weight: 700;
  font-size: 1.15rem;
}
.emptyrecord {
  text-align: -webkit-center;
  background: #fff;
}
.emptyrecord svg {
  display: flex;
}
