/**
* Template Name: NiceAdmin - v2.2.2
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
  --sidebar-nav-bg: #012970;
  --sidebar-text-color: #fff;
  --scrollbar-bg: #f5f9ff;
  --sidebar-hover-bg: #fff;
  --sidebar-hover-color: #444;
}

body {
  font-family: "Poppins", sans-serif;
  background: #f6f9ff;
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px 30px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
  font-size: 15px;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 200px;
  }
}

.logo img {
  /* check  */
  max-height: 31px;
  margin-right: 6px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 2px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
  max-width: 450px;
  width: 100%;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #000;
  background-color: #f6f6fc;
  border: 1px solid transparent;
  padding: 7px 16px;
  border-radius: 5px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-link {
  color: var(--sidebar-hover-color);
  font-size: 14.5px;
  font-weight: 500;
}

.header-nav .nav-icon {
  font-size: 20px;
  color: #012970;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: 4px 6px auto auto;
  font-weight: normal;
  font-size: 11px;
  padding: 3px 6px;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 0px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 260px;
  z-index: 996;
  transition: all 0.3s;
  padding-top: 20px;
  padding-left: 12px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  /* box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1); */
  background-color: var(--sidebar-nav-bg);
}

@media (max-width: 1199px) {
  .sidebar {
    left: -260px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: var(--scrollbar-bg);
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 260px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 55px;
  }

  .toggle-sidebar .sidebar {
    left: -200px;
  }

  .toggle-sidebar .sidebar .sidebar-nav .nav-item .nav-link {
    justify-content: end;
  }

  .toggle-sidebar .sidebar .sidebar-nav .nav-item .bi-chevron-down,
  .toggle-sidebar .sidebar .sidebar-nav .nav-item span,
  .toggle-sidebar .sidebar .sidebar-nav .nav-content {
    display: none;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 0.5rem;
  position: relative;
}

/* .sidebar-nav .nav-item {
  margin-bottom: 5px;
} */

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 14.5px;
  color: #141721;
  transition: all 300ms ease-in-out;
  background: #fff;
  padding: 0.625rem 0.75rem 0.625rem 1.125rem;
  font-weight: 500;
  position: relative;
  border-radius: 1.5rem 0 0 1.5rem;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: var(--sidebar-text-color);
}

.sidebar-nav .nav-link {
  color: var(--sidebar-text-color);
  background: var(--sidebar-nav-bg);
}

.sidebar-nav .nav-link i {
  color: var(--sidebar-text-color);
}

.sidebar-nav .nav-item:hover .nav-link {
  background: rgba(255, 255, 255, .1);
}

.sidebar-nav .nav-item.active .nav-link.collapsed,
.sidebar-nav .nav-item.active .nav-link.collapsed i,
.sidebar-nav .nav-item.active .nav-link,
.sidebar-nav .nav-item.active .nav-link i {
  color: var(--sidebar-hover-color);
  background: var(--sidebar-hover-bg);
}

.sidebar-nav .nav-item.active .nav-link::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-top: -14px;
  transform: rotate(90deg) scale(1.04);
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: 0;
}

.sidebar-nav .nav-item.active .nav-link:after {
  content: "";
  width: 15px;
  height: 15px;
  margin-bottom: -15px;
  transform: scale(1.04);
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-right: 0;
  z-index: 2;
}

.sidebar-nav .nav-item .nav-link+.bi-chevron-down {
  position: absolute;
  top: 0;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  right: 0;
  cursor: pointer;
  color: var(--sidebar-text-color);
}

.sidebar-nav .nav-item.active .bi-chevron-down {
  color: var(--sidebar-hover-color);
}

.sidebar-nav .nav-item .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-item .bi-chevron-down:not(.collapsed)::before {
  content: "\f286";
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content li {
  margin-bottom: 0;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, .85);
  transition: 0.3;
  padding: 8px 0 8px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #fff;
}

.sidebar-nav .nav-content a.active i {
  background-color: #fff;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #012970;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}


/*======My Classes=============================================*/
.Inpt {
  font-size: 0.875rem;
  color: #dc3545;
}

.All-loader {
  background-color: rgba(255, 255, 255, .55);
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 5
}

.loader {
  border: 5px solid #2299dd;
  border-top: 5px solid #003333;
  border-bottom: 5px solid #003333;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  text-align: center;
  clear: both !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.circlearancione {
  border-radius: 50%;
  border-width: 5px;
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 30px;
}

.bg1 {
  background-color: #0066FF !important;
}

.fsize13 {
  font-size: 13px !important;
}

.brd-box {
  border: #CCCCCC solid 1px !important
}

.fn-nor-16 {
  font-size: 16px;
  font-weight: normal !important
}

.pont-cousr {
  cursor: pointer !important
}

.link-a {
  color: #4154f1;
  text-decoration: none;
}

.link-a:hover {
  color: #717ff5;
  text-decoration: none;
}

/* start Picklists */
.page-heading .heading {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.page-heading .heading .heading-title ul.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-heading .heading .heading-title ul.breadcrumbs li {
  margin: 0 0.5rem 0 0;
  position: relative;
  padding-right: 0.975rem;
}

.page-heading .heading .heading-title ul.breadcrumbs li:after {
  content: "/";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.875rem;
  color: #6e7381;
}

.page-heading .heading .heading-title ul.breadcrumbs li:last-child::after {
  content: "";
}

.page-heading .heading .heading-title ul.breadcrumbs li a {
  color: #6e7381;
  font-size: 1rem;
}

.page-heading .heading .heading-title h1 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.page-heading .heading .heading-title h1 .badge:not(.count) {
  min-width: 1.75rem;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-weight: 500;
}

.page-heading .heading .heading-title h1 .badge.count {
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-weight: 500;
  padding: 4px 6px;
  border-radius: 100%;
}

.page-heading .heading .heading-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page-heading .heading .heading-controls>*:not(:last-child):not(.dropdown-menu) {
  margin-right: 0.75rem;
}

.page-heading .btn {
  font-size: 14px;

}

.page-heading .btn.btn-default {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  border-color: #e0e0e0;
}

.page-heading .btn.btn-default:hover,
.page-heading .btn.btn-default:focus {
  background: #eeeeee;
  outline: none;
  box-shadow: none;
}

.page-heading .dropdown-menu {
  border: 1px solid #d9dbe3;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
  background-clip: padding-box;
  margin-top: 0.5rem !important;
}

.page-heading .dropdown-menu>li>a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 14px;
  clear: both;
  line-height: 1;
  color: #141721;
  white-space: nowrap;
}

.page-heading .dropdown-menu>li>a:hover,
.page-heading .dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #141721;
  background-color: #f5f6f9;
}

.page-heading .dropdown-menu .dropdown-divider {
  margin: 0.25rem 0;
  background-color: #d9dbe3;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.page-content .card {
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0px;
  box-shadow: none;
  padding: 0 15px;
}

.card_full-height {
  height: calc(100% - 2.2rem);
}

.page-content .picklist-column-pickbuttons .btn.btn-default.btn-sm.product-pick-status.not-picked {
  background-color: #fff;
  border-color: #fc4f41;
  color: #fc4f41;
  font-weight: 700;
}

.page-content .picklist-column-pickbuttons .btn.btn-default.btn-sm.product-pick-status.all-picked {
  background-color: #29c7a3;
  border-color: #29c7a3;
  color: #fff;
  font-weight: 700;
}

.page-content .picklist-column-pickbuttons .btn.btn-default.btn-sm.parcel-product-pick-status.not-picked {
  background-color: #fff;
  border-color: #fc4f41;
  color: #fc4f41;
  font-weight: 700;
}

.page-content .picklist-column-pickbuttons .btn.btn-default.btn-sm.parcel-product-pick-status.all-picked {
  background-color: #29c7a3;
  border-color: #29c7a3;
  color: #fff;
  font-weight: 700;
}

.page-content .card.no-pad {
  padding: 0px;
}

.page-content .card:not(.no-pad) .card-header,
.page-content .card:not(.no-pad) .card-body {
  padding: 15px 0;
}

.page-content .card .card-header h2 {
  font-size: 17px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 600;
  color: #000;
}

.v-card-group .card:not(:last-child) {
  margin-bottom: 0;
  border-bottom: 0px;
}

.v-card-group .card:not(:last-child) .card-body {
  padding-bottom: 0px;
}

.v-card-group .card+.card {
  border-top: 0px;
}

.page-content .form-control:focus,
.page-content .select2-container--default.select2-container--focus .select2-selection--multiple,
.page-content .page-navigation .search input:focus,
.page-modal .modal-body .form-control:focus,
.login-card .form-control:focus,
.page-heading select.form-control:focus {
  border-color: #347fef;
  outline: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 0 1px rgb(52 127 239 / 60%);
}

.page-content .page-navigation .filters .form-control {
  font-size: 14px;
  padding: 0.375rem 0.75rem;
}

.page-content .form-horizontal label,
.page-content .form-horizontal .form-control,
.page-content .alert,
.page-content .form-actions .btn,
.page-content .select2-container--default>*,
.select2-container--default .select2-results>.select2-results__options,
.page-modal .modal-body .btn,
.page-modal .modal-body .form-control,
.page-modal .modal-body label,
.login-card label,
.login-card .form-control,
.modal .form-horizontal label,
.modal .form-horizontal .form-control {
  font-size: 14.5px;
}

.page-content .form-horizontal .form-group,
.modal .form-horizontal .form-group {
  display: grid;
  gap: 0 1.5rem;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  margin-bottom: 1.5rem;
}

.page-content .form-horizontal .form-group .form-control-label,
.page-content .form-horizontal .form-group .form-last,
.modal .form-horizontal .form-group .form-control-label,
.modal .form-horizontal .form-group .form-last {
  grid-column: span 2/span 2;
}

.page-content .form-horizontal .form-group .form-controls,
.modal .form-horizontal .form-group .form-controls {
  grid-column: span 3/span 2;
}

.page-content .form-horizontal .form-group .form-controls .Inpt,
.modal .form-horizontal .form-group .form-controls .Inpt {
  margin-top: 0.25rem;
}

.page-content .form-horizontal .form-group .form-control-label,
.modal .form-horizontal .form-group .form-control-label {
  text-align: right;
  margin-bottom: 0;
  padding: 0.5rem 0;
  line-height: 1.375;
}

.page-content select.form-control,
.page-modal .modal-body select.form-control,
.page-heading select.form-control,
.modal select.form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23121f3b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.25em 1.25em;
  padding-right: 2rem;
  font-weight: 400;
  cursor: pointer;
}

.page-content .form-horizontal .form-group .form-control-description,
.modal .form-horizontal .form-group .form-control-description {
  grid-column: span 5/span 5;
  grid-column-start: 3;
}

.page-content .form-horizontal .form-group.form-group-large .form-controls,
.modal .form-horizontal .form-group.form-group-large .form-controls {
  grid-column: span 6/span 6;
}

.form-horizontal .form-group .label-heading {
  font-size: 1.125rem;
  font-weight: 700;
  padding-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.page-content .form-horizontal .form-group .form-control-description,
.modal .form-horizontal .form-group .form-control-description {
  font-size: 0.75rem;
  color: #484e60;
  margin-top: 0.25rem;
}

.page-content .form-actions .btn i,
.modal .form-actions .btn i {
  margin-right: 0.25rem;
}

.page-content .form-actions .btn:focus,
.modal .form-actions .btn:focus {
  box-shadow: none;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}

.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.preview-figures {
  display: flex;
  flex-flow: wrap;
  margin-left: calc(25% - 0.5rem);
}

.preview-figures .preview-figure {
  background-color: #f5f6f9;
  border: 1px solid #d9dbe3;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin: 0.5rem;
  text-align: center;
  position: relative;
}

.preview-figures .preview-figure span {
  display: block;
}

.preview-figures .preview-figure span.figure-title {
  font-size: 12.5px;
  color: #484e60;
  margin-bottom: 0.25rem;
}

.preview-figures .preview-figure span.figure {
  font-size: 17px;
}

.preview-figures .preview-figure .figure-loader {
  font-size: 14px;
  padding-top: 4px;
}

.preview-figures .preview-figure .figure-loader .spinner-border-sm {
  border-width: 1px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.page-content .select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da;
  padding: 0 0.5rem;
}

.page-content .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  min-height: 28px;
}

.page-content .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: rgba(52, 127, 239, 0.1);
  border: 1px solid rgba(52, 127, 239, 0.2);
}

.page-content .index-table {
  margin: 1.5rem 0;
}

.page-content .card .index-table {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.page-content .table,
.modal .table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  empty-cells: show;
  color: #7e7e7e;
}

.page-content .card .table {
  margin-bottom: 0;
}

.page-content .table>:not(:first-child),
.modal .table>:not(:first-child) {
  border: 0px;
}

.page-content .table-cell-shrink,
.modal .table-cell-shrink {
  width: 0.1%;
  white-space: nowrap;
}

.page-content td.comments-indication-column,
.modal td.comments-indication-column {
  font-size: 1.125rem;
}

.table-second-rule {
  font-size: 12.5px;
  color: #6c757d;
  /*margin-left: 2.5rem;*/
  margin-left: .5rem;
  margin-top: 1px;
  float: right;
}

.page-content .table>thead>tr>th,
.page-content .table>thead>tr>td,
.page-content .table>tbody>tr>th,
.page-content .table>tbody>tr>td,
.page-content .table>tfoot>tr>th,
.page-content .table>tfoot>tr>td,
.modal .table>thead>tr>th,
.modal .table>thead>tr>td,
.modal .table>tbody>tr>th,
.modal .table>tbody>tr>td,
.modal .table>tfoot>tr>th,
.modal .table>tfoot>tr>td {
  padding: 0.75rem 0.75rem;
  vertical-align: middle;
  border-bottom: 1px solid #EEEEEE;
  font-size: 14px;
}

.page-content .table>thead>tr>th,
.modal .table>thead>tr>th {
  border-bottom-width: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-color: #f0f1f5;
}

.page-content .table>tbody>tr>th,
.page-content .table>tbody>tr>td,
.page-content .table>tfoot>tr>th,
.page-content .table>tfoot>tr>td,
.modal .table>tbody>tr>th,
.modal .table>tbody>tr>td,
.modal .table>tfoot>tr>th,
.modal .table>tfoot>tr>td {
  font-size: 14px;
  color: #5e5e5e;
}

.page-content .table>tbody a.btn {
  padding: 0.25rem 0.5rem;
  font-size: 14px;
}

.page-content .table>tbody a:not(.btn) {
  font-weight: bold;
  color: #464646;
}

.page-content .table>tbody a:not(.btn):hover {
  color: #4154f1;
}

.page-content .table>tbody .dropdown-menu {
  font-weight: normal;
  color: inherit;
}

.page-content .table>tbody .dropdown-menu .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.page-content .table>tbody .dropdown-menu .dropdown-item:hover,
.page-content .table>tbody .dropdown-menu .dropdown-item:focus,
.page-content .dropdown-menu .dropdown-item:hover,
.page-content .dropdown-menu .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.page-content .table>tbody .dropdown-menu .dropdown-item,
.page-content .dropdown-menu .dropdown-item {
  padding: 0.375rem 1rem;
  font-size: 14px;
  font-weight: normal;
}

.page-content .table>tbody .dropdown-menu .dropdown-item.active,
.page-content .table>tbody .dropdown-menu .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2f4cdd;
}

.btn.tp-btn-light {
  background-color: transparent;
  border-color: transparent;
}

.btn.tp-btn-light.btn-primary:hover {
  background-color: #f4f6fd;
  border-color: #f4f6fd;
  color: #2f4cdd;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  outline: 0 !important;
}

.page-content .card .index-table .table tr td:first-child,
.page-content .card .index-table .table tr th:first-child {
  padding-left: 1.5rem;
}

.page-content .card .index-table .table tr:last-child td {
  border-bottom: 0;
}

.page-content .card .index-table .table tbody tr:nth-of-type(odd) {
  background-color: #f2f4fa;
}

.page-content .card .index-table .table .badge,
.badge.app-badge {
  line-height: 1.5;
  border-radius: 0.375rem;
  padding: 4px 10px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
}

.badge-success {
  background-color: #2bc155;
}

.badge-primary {
  background-color: #2f4cdd;
}

.badge-secondary {
  background-color: #3e4954;
}

.badge-warning {
  background-color: #ff6d4d;
}

.badge-danger {
  background-color: #f72b50;
}

.badge-xs {
  font-size: 10px;
  padding: 0px 5px;
  line-height: 18px;
}

.page-content .card .index-table .table .badge.circlearancione {
  font-size: 14px;
  width: 34px;
  height: 34px;
  line-height: 35px;
  padding: 0px;
  font-weight: 600;
  font-family: 'Nunito';
}

.page-content .nav-tabs li {
  position: relative;
  margin-right: 1rem;
}

.page-content .nav-tabs li:first-child {
  margin-left: 1rem;
}

.page-content .nav-tabs>li>a {
  padding: 0.5rem;
  display: block;
  font-weight: 400;
  color: #484e60;
  position: relative;
  line-height: 1.625;
  font-size: 14px;
}

.page-content .card .nav-tabs>li>a {
  padding-top: 0;
}

.page-content .nav-tabs>li>a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: transparent;
  border-radius: 3px 3px 0 0;
}

.page-content .nav-tabs>li>a.dropdown-toggle:after {
  border: 0;
}

.page-content .nav-tabs>li.active>a:after {
  background-color: #347fef;
}

.page-content .card .page-navigation-container {
  margin: 1.5rem 0;
  padding: 0 1.25rem;
}

.page-content .page-navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  color: #141721;
  line-height: 1;
}

.page-content .page-navigation>* {
  margin-right: 0.5rem;
  flex: 1;
  max-width: 200px;
}

.page-content .page-navigation .search {
  position: relative;
  align-self: start;
  flex-grow: 1;
  min-width: 15.5rem;
}

.page-content .page-navigation .search:not(.no-icon):before {
  content: "";
  font-weight: 400;
  display: block;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
  height: 14px;
  width: 14px;
  background-size: cover;
}

.page-content .page-navigation .search input {
  width: 100%;
  padding: .375rem .75rem;
  border: 1px solid #babeca;
  border-radius: 0.375rem;
  color: #141721;
  font-weight: 400;
  font-size: 14px;
  -webkit-appearance: none;
  background: none;
  line-height: 1.5;
  cursor: text;
  background-color: #fff;
}

.page-content .page-navigation .search:not(.no-icon) input {
  padding-left: 2.5rem
}

.page-content .page-navigation .filters:last-child {
  margin-right: 0;
}

.page-content .page-navigation .filters.btns {
  max-width: 45px;
}

.page-content .page-navigation .filters .btn {
  font-size: 14px;
}

.filter-btn,
.page-content .btn.btn-default,
.modal .btn.btn-default {
  display: inline-block;
  padding: .375rem .75rem;
  border: 1px solid #babeca;
  border-radius: 0.375rem;
  text-decoration: none;
  background-color: #f5f5f5;
  color: #141721;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  -webkit-appearance: none;
  line-height: 1.5;
  cursor: pointer;
  white-space: nowrap;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.filter-btn i {
  margin-left: 0.25rem;
}

.filter-btn:hover,
.filter-btn:focus,
.page-content .btn.btn-default:focus,
.page-content .btn.btn-default:hover {
  border-color: #9499a8;
  background-color: #f5f6f9;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
  color: #141721;
  text-decoration: none;
}

.picklist-progressbar {

  padding: 0 1em;
  /*
  border-bottom: 1px solid #d9dbe3;
  margin-bottom: 1.25rem;
  vertical-align: bottom;
  */
}

.picklist-progressbar .btn.btn-default {
  position: relative;
}

.picklist-progressbar .btn.btn-default:disabled .bi-check-circle-fill {
  background-color: white;
  border-radius: 999px;
  color: #00a36d;
  font-size: 16px;
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  width: 16px;
  height: 16px;
}

.picklist-progressbar .btn.btn-default:not(:disabled) .bi-check-circle-fill {
  display: none;
}

.picklist-progressbar .btn.progressbar-divider {
  padding-left: 0;
  padding-right: 0;
}

.table-vertical {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  empty-cells: show;
}

.table-vertical>thead>tr>th,
.table-vertical>thead>tr>td,
.table-vertical>tbody>tr>th,
.table-vertical>tbody>tr>td,
.table-vertical>tfoot>tr>th,
.table-vertical>tfoot>tr>td,
.table-vertical>tr>th,
.table-vertical>tr>td {
  padding: 0.5rem 0.5rem;
  vertical-align: top;
}

.table-vertical>thead>tr>th,
.table-vertical>tbody>tr>th,
.table-vertical>tfoot>tr>th,
.table-vertical>tr>th {
  font-weight: normal;
  color: #6e7381;
  text-align: right;
  width: 12rem;
}

.table-vertical.th-w-small>thead>tr>th,
.table-vertical.th-w-small>tbody>tr>th,
.table-vertical.th-w-small>tfoot>tr>th,
.table-vertical.th-w-small>tr>th {
  width: 8rem;
}

.page-content .btn.btn-default.btn-sm,
.modal .btn.btn-default.btn-sm {
  font-size: 12px;
  padding: 0.25rem 0.5rem;
  font-weight: 400;
  border-radius: 0.25rem;
  background-color: #fff;
}

.page-content .btn.btn-default.btn-xs,
.modal .btn.btn-default.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
  border-radius: 0.2rem;
}

.picklist-products-table {
  border-bottom: 1px solid #d9dbe3;
}

.picklist-product-fields {
  font-size: 12px;
}

.picklist-product-fields .picklist-product-field:first-child {
  margin-top: 0.25rem;
}

.picklist-product-fields .picklist-product-field .title {
  color: #6e7381;
  margin-right: 0.5rem;
}

.picklist-product-fields+.picklist-product-locations {
  margin-top: 0.5rem;
}

.picklist-product-locations .location-group {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 0.5rem;
  margin-left: -0.25rem;
}

.location-label {
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  margin: 0.25rem;
  min-width: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  border-radius: 0.375rem;
  background-color: #e4e6ec;
  letter-spacing: 0;
  white-space: nowrap;
  color: #141721;
}

.picklist-totals {
  display: flex;
  margin-bottom: 2rem;
  font-size: 14px;
}

.picklist-totals .picklist-total {
  margin-right: 2.5rem;
}

.picklist-totals .picklist-total .title {
  margin-right: 0.5rem;
  color: #6e7381;
}

.btn-link {
  font-size: 14px;
}

.page-content .picklist-column-pickbuttons .btn.btn-default.btn-sm.product-pick-minus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-content .picklist-column-pickbuttons .btn.btn-default.btn-sm.product-pick-status {
  width: 7rem;
  border-radius: 0;
}

.page-content .picklist-column-pickbuttons .btn.btn-default.btn-sm.parcel-product-pick-status {
  width: 7rem;
  border-radius: 0;
}

.page-content .picklist-column-pickbuttons .btn.btn-default.btn-sm.product-pick-plus {
  border-radius: 0;
}

.page-content .picklist-column-pickbuttons .btn.btn-default.btn-sm.product-pick-all {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.register {
  background-image: url(../img/auth-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-card {
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
  border: 1px solid #d9dbe3;
  background: #fff;
  padding: 30px;
}

.login-card .card-title {
  color: #29344a;
}

.login-card label {
  color: rgba(0, 0, 0, .6);
}

.login-card .form-control,
.login-card .btn {
  padding: 0.5rem 0.75rem;
  font-size: 14.5px;
}

.login-card .btn:hover,
.login-card .btn:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  box-shadow: none !important;
}

@media screen and (min-width: 768px) {
  .total-card {
    border-left: 1px dashed rgb(226, 232, 240) !important;
  }
}

@media screen and (max-width: 767px) {
  .total-card {
    border-top: 1px dashed rgb(226, 232, 240) !important;
  }
}

.dashboard-link {
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-size: 14px;
}

.dashboard-link .dashboard-value {
  font-size: calc(1rem + 1vw);
  display: block;
  color: #424242;
}

.setting-page .nav-pills .nav-item {
  margin-bottom: 0.35rem;
}

.setting-page .nav-pills .nav-link {
  font-size: 0.875rem;
  color: #424242;
}

.setting-page .nav-pills i {
  font-size: 1rem;
  margin-right: 0.5rem;
}

.setting-page .nav-pills .nav-link:not(.active):hover,
.setting-page .nav-pills :not(.show)>.nav-link:hover {
  background: #dae9ff;
  color: #000;
}

.setting-page .nav-pills .nav-link.active,
.setting-page .nav-pills .show>.nav-link {
  color: #fff;
}

.setting-page .card {
  font-family: 'Nunito', sans-serif;
}

.setting-page .card:hover .card-link p:first-child {
  color: #0d6efd !important;
}

.settings-main-icon {
  display: flex;
  text-align: center;
}

.settings-main-icon i {
  background-color: rgba(var(--bs-dark-rgb), 0.1);
  border-radius: 50%;
  color: rgba(var(--bs-dark-rgb), 0.85);
  font-size: 1.25rem;
  height: 3rem;
  line-height: 3rem;
  width: 3rem;
}

#selectModal>* {
  font-family: 'Nunito', sans-serif;
}

#selectModal .product-image {
  width: 5rem;
  height: 5rem;
  line-height: 7rem;
  text-align: center;
}

#selectModal .product-name-block {
  flex-grow: 1;
  margin-left: 1rem;
}

#selectModal .product-name-block .productcode {
  color: #484e60;
}

#selectModal .product-name-block h1.product-name {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

#selectModal .pieces {
  font-size: 1rem;
}

.rounded-card-shadow {
  overflow: hidden;
  border-radius: 1.25rem !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04) !important;
}

.v-card-group.rounded-card-shadow {
  border: 1px solid rgba(0, 0, 0, .125) !important;
}

.v-card-group.rounded-card-shadow .card {
  border: 0px !important;
}

.v-card-group.rounded-card-shadow .card:last-child {
  margin-bottom: 0;
}

.light.btn-primary {
  background-color: #f4f6fd;
  border-color: #f4f6fd;
  color: #2f4cdd;
}

.daterange.btn {
  padding: 0.625rem 1rem;
}

.widget-stat .media {
  padding: 0px 0;
  align-items: center;
  display: flex;
}

.widget-stat .media>span {
  height: 70px;
  width: 70px;
  border-radius: 50px;
  padding: 10px 12px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f6fd;
  border-color: #f4f6fd;
}

.widget-stat .media .media-body h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.widget-stat .media .media-body p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}

.widget-stat .media .media-body small {
  font-size: 80%;
  color: #6c757d;
}

.card-tabs .nav-tabs {
  border-bottom: 0px;
  background: #f4f6fd;
  padding: 5px;
  border-radius: 6px;
  flex-wrap: unset;
}

.card-tabs .nav-item {
  margin: 0.125rem 0.25rem !important;
}

.card-tabs .nav-tabs .nav-link {
  border-radius: 6px;
  padding: 8px !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border: 0;
  cursor: pointer;
}

.card-tabs .nav-tabs .nav-link.active {
  background: #fff;
  color: #000000;
}

.order-manage {
  background: #e7faec;
  border-radius: 12px;
}

.order-manage h4,
.order-manage .h4 {
  font-weight: 700;
  line-height: 1.2;
  color: #3d4465;
  font-size: 1.125rem;
}

.items-list-1 {
  border-bottom: 1px solid #f0f1f5;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.items-list-1:last-child {
  margin-bottom: 0;
  padding-bottom: 0rem;
  border-bottom: 0px;
}

.media {
  display: flex;
  align-items: flex-start;
}

.btn-rounded {
  border-radius: 30px !important;
}

.modal-filters .input-container {
  margin-bottom: 1rem;
  position: relative;
}

.modal-dialog.modal-lg {
  max-width: 60rem;
}

.order-track {
  margin-top: 1rem;
  padding: 0 1rem;
  border-top: 1px dashed var(--bs-gray-200);
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
}

.order-track-step {
  display: flex;
  min-height: 4rem;
}

.order-track-step:last-child .order-track-status span:last-of-type {
  display: none;
}

.order-track-status {
  margin-right: 1.5rem;
  position: relative;
}

.order-track-status-dot {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background: var(--sidebar-nav-bg);
}

.order-track-status-line {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 100%;
  background: var(--sidebar-nav-bg);
}

.order-track-text-stat {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #484e60;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.order-track-text-sub {
  color: #6e7381;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-style: italic;
}

.order-track {
  transition: all 0.3s, height 0.3s;
  transform-origin: top center;
}

/* end Picklists */


/* Begin header-profile */

.header-profile>a.nav-link {
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
  background: #2f4cdd;
  background-color: var(--sidebar-nav-bg);
  border-radius: 0.375rem 28px 28px 0.375rem;
  margin-right: 10px;
}

.header-profile>a.nav-link .header-info {
  padding-right: 20px;
  text-align: right;
}

.header-profile>a.nav-link .header-info span {
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: 400;
}

.header-profile csname {
  width: 55px;
  /* height: 55px; */
  border-radius: 100px;
  box-shadow: 0 0 0 4px #fff;
}

/* end profile header */

/*================Get Search Predict==============*/
.form-control input:focus .getname {
  display: block;
}

.getname {
  position: absolute;
  margin: 0px !important;
  padding: 0px !important;
  width: 60%;
  /* top:30%; */
  border: 1px solid #ccc;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #f9f9f9;
  z-index: 15;
  display: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, .15);
}

.listname {
  min-height: auto;
  overflow-y: scroll;
  max-height: 200px;
}

.listname .search-ele {
  cursor: pointer;
  display: block;
  padding: 5px 10px;
}

.listname .search-ele:hover {
  background-color: hsl(216, 74%, 59%) !important;
  color: #FFFFFF;
}

.lnktext {
  font-size: 14px;
  font-weight: normal !important
}

/* 15.02.2023 */

.addRoll .label-heading {
  font-size: 1.125rem;
  font-weight: 700;
  padding-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.addRoll label {
  font-size: 14.5px;
}


.gu-hide {
  display: none;
}

#ui-ruless ul {
  padding: 0 !important;
  margin: 0;
}

#ui-ruless li {
  list-style-type: none !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  /* background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; */
  font-weight: bold;
  color: #1c94c4;
  list-style: none !important;
}

ol,
ul {
  padding-left: 0rem !important;
}

.rules {
  border: 1px solid #ccc;
  border-top: none;
}

.rules li {
  padding: 10px;
  /* background-color: #fff; */
  font-family: roboto;
  color: #109cd9;
  font-size: 15px;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  position: relative;
}

.rules li:last-child {
  border-bottom: none;
}

.rules li:hover {
  background-color: #eee;
}

.rules li.active {
  background-color: #eee;
}

.rules-icon-block {
  z-index: 10;
  right: 38px;
  top: 8px;
  cursor: all-scroll;
  position: absolute;
}







.checkBox-wrap .checkbox {
  position: relative;
  border-radius: 3px;
  margin-left: -10px;
  margin-top: -10px;
  width: 17px;
  height: 17px;
  background: none;
  line-height: 20px;
  display: inline-block;
  border: 2px solid #0f0;
}

.checkBox-wrap input[type="checkbox"] {
  display: none;
}

.checkBox-wrap .check {
  z-index: 1;
  position: relative;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 0px;
  transition: 0.3s linear;
  transform: scale(0);
}

.checkBox-wrap input:checked+.check {
  background: #0f0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.checkBox-wrap input:checked+.check:before {
  content: "";
  background: #109cd9;
  width: 2px;
  height: 34%;
  position: absolute;
  top: 45%;
  left: 30%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.checkBox-wrap input:checked+.check:after {
  content: "";
  background: #109cd9;
  width: 2px;
  height: 66%;
  position: absolute;
  top: 18%;
  left: 55%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.checkBox-wrap .ripple {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 0%;
  background: #0f0;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -1px;
  opacity: 0;
  z-index: 0;
}

.checkBox-wrap input:checked~.ripple {
  animation: rip 0.3s linear;
  -webkit-animation: rip 0.3s linear;
}

@keyframes rip {
  0% {
    opacity: 1;
  }

  100% {
    transform: scale(15);
    -webkit-transform: scale(15);
    opacity: 0;
  }
}

@-webkit-keyframes rip {
  0% {
    opacity: 1;
  }

  100% {
    transform: scale(15);
    -webkit-transform: scale(15);
    opacity: 0;
  }
}



.checkBox-wrap .red {
  background: #109cd9;
}

.checkBox-wrap .checkbox.red {
  background: #fff;
  border: 2px solid #aaaaaa;
}

.checkBox-wrap input:checked+.red {
  background: #fff;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.checkBox-wrap {
  position: absolute;
  right: 10px;
  top: 13px;
}

.description-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  width: 100%;
}

.description-btn:hover {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  color: #333;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
  border: 1px solid #109cd9;
}

.stock-main-containt {
  padding: 0;
  margin: 30px 0px 0px 0px;
}

.stock-cell {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  display: flex;
}

.stock-cell-LB {
  width: 75px;
  min-width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  border-right: 1px solid #ccc;
  font-size: 20px;
  color: #555;
}

.stock-cell-MB {
  display: flex;
  align-items: center;
  padding: 20px;
  flex-grow: 1;
  flex-wrap: wrap;
}

.stock-quantity .dropdown-toggle::after {
  display: none;
  margin-left: 0px;
  vertical-align: 0.255em;
  content: "";
}

.stock-quantity .dropdown button.buttonStyle {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 15px;
  width: 100%;
  text-align: left;
}

.stock-quantity .btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #fff;
  border-color: #51585e;
  color: #333;
}

.stock-quantity {
  position: relative;
  width: 210px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
}

.dobleArrow {
  position: absolute;
  z-index: 10;
  top: 11px;
  right: 6px;
}

.stock-cell-RB {
  display: flex;
  align-items: center;
  padding: 10px;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: end;
}

.option .dropdown button.buttonStyle {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 15px;
  width: 100%;
  text-align: left;
  line-height: 23px;
}

.option .dropdown button.buttonStyle:hover {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  color: #333;
  font-size: 15px;
  width: 100%;
  text-align: left;
  line-height: 23px;
}


.option-icon {
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
}

.if-block {
  padding: 0;
  margin: 0;
}

.and-block {
  padding: 0;
  margin: 30px 0px 0px 0px;
}

.stock-inner-wrap {
  padding: 0;
  margin: 0;
  position: relative;
}

.link-bar {
  width: 6px;
  height: 100%;
  position: absolute;
  z-index: -100;
  background-color: #aaa;
  top: 0;
  left: 32px;
}

.or-block .stock-cell-LB {
  font-size: 16px;
}

.or-block {
  margin-left: 75px;
  border-top: none !important;
}

.or-block .stock-cell {
  border-top: none !important;
}

.then-block {
  margin-top: 30px;
}

.then-block-text {
  position: relative;
  margin-right: 10px;
}

.save-rule {
  padding: 0;
  margin: 0;
}

.save-rule-button {
  background-color: #109cd9;
  border: 1px solid #109cd9;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  margin-top: 20px;
  padding: 6px 20px;
}

.save-rule-button:hover {
  background-color: #0086c0;
}

.dropdown-menu svg {
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.stock-cell-RB .dropdown-header {
  border-bottom: 1px solid #ccc;
}

.dropMenuWidth {
  width: 50%;
}

.midBlock-dropHeaing {
  color: #555;
  font-size: 16px !important;
  text-align: left !important;
  border-bottom: 1px solid #ddd;
  padding: 5px 16px 12px 16px !important;
}

.sub-dropMenu {
  width: 210px;
  right: -214px !important;
  position: absolute;
  background-color: #fff;
  top: -1px;
  padding: 9px 0px 9px 0px;
  margin-left: -40px;
  border: 1px solid #109cd9;
  border-radius: 3px;
}

.midBlock-dropdown {
  box-shadow: none;
  border: 1px solid #109cd9;
  margin-top: 3px;
}

.midBlock-dropHeaingSub {
  padding: 0px 10px 0px 10px
}

.dropdown-arrow-svg {
  position: absolute;
  right: 0;
}


/* rules '''''''''''''''''''''''28-08-2023  */


.addRule-button {
  border-radius: 0px;
  background-color: #eee;
  border: 1px solid #ccc;
  width: 100%;
  color: #000;
}

.addRule-button svg {
  font-size: 12px;
  position: relative;
  top: -2px;
}

.addRule-button:hover {
  background-color: #0086c0;
}

.addRule-button.active {
  background-color: #0086c0;
}

.delete-button {
  border-radius: 0px;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  color: #555;
}

.delete-button svg {
  font-size: 15px;
  position: relative;
  top: -2px;
}

.delete-button:hover {
  background-color: #0086c0;
}

.delete-button.active {
  background-color: #0086c0;
}

.comment-list {
  display: flex;
  border-bottom: 1px solid #f0f1f5;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  padding: 10px 12px !important;
  transition: all 0.3s;
}

.coment-content {
  margin-left: 10px;
  width: 65%;
}

.submit-comment {
  position: absolute;
  z-index: 10;
  bottom: 15px;
  right: 15px;
}

.comment-from {
  position: relative;
  height: 200px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  margin-top: 20px;
}

.coment-section {
  max-height: 130px;
  min-height: 130px;
  border: none !important;
}

.hearder-name {
  font-size: 15px !important;
}

.comment-mention {
  color: rgb(106 106 106);
  font-size: 14px;
  font-weight: normal;
}



/* empty-page css */

.empty-page{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.empty-page-heading-text{
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.empty-page-normal-text{
  font-size: 16px;
  margin-top: 10px;
}

.empty-page .button-block{
  padding: 0;
  margin: 18px;
}

.empty-page .new-rule-button{
  background-color: #0086c0;
  border: 1px solid #0086c0;
  color: #fff;
}

.empty-page .new-rule-button svg{
  font-size: 10px;
  margin-left: 2px;
}

.empty-page .new-rule-button:hover{
  background-color: #fff;
  border: 1px solid #c5c5c5;
  color: #303030;
}

.empty-page .copy-rule-button{
  background-color: #fff;
  border: 1px solid #c5c5c5;
  color: #303030;
}

.empty-page .copy-rule-button:hover{
  background-color: #0086c0;
  border: 1px solid #0086c0;
  color: #fff;
}
.hour-text {
  font-size: 13px;
  color: #8d8d8d;
  font-weight: normal;
  margin-left: 5px;
}

.line-height20 {
  line-height: 22px;
  margin-top: 3px;
}

.delete-block {
  justify-content: right;
  display: flex;
  align-items: flex-start;
  width: 30%;
}

.delete-Button{
  background-color: #f3f3f3;
    border: 1px solid #c7c7c7;
    font-size: 12px;
    color: #2e2e2e;
    font-weight: normal;
    border-radius: 3px;
    transition: all 0.3s;
}

.delete-Button:hover{
  background-color: #e0dfdf;
   
}

/* added by tanmay */
.alert_custom {
  position: relative;
  padding: 0.5rem 1rem;
  padding-right: 4rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: .25rem;
}

.login_alert {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  text-align: center !important;
  font-weight: bold;
  position: relative;
  padding: 0.5rem 1rem;
  padding-right: 4rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: .25rem;
}

button {
  border-radius: 0;
}
button, input {
  overflow: visible;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.alert-dismissible .close {
  position: absolute;
  top: -5px;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

#mentionSuggestions{
  /* font-weight: bold !important; */
}

.comment-mention span {
  color: #00389f;
  font-size: 15px;
  font-weight: bold;
}

/* .bold {
  font-weight: bold;
} */

#mentionSuggestions {
  /* min-height: 10rem; */
  width: 20%;
  background-color: #fff;
  /* padding: 15px; */
  /* border: 1px solid #dfdfdf; */
  text-align: left;
  border: 1px solid hsl(228, 15%, 87%);
  /* border-radius: 3px; */
  border-radius: 0.5rem;
  margin-top: 3px;
  padding: 5px 0px;
  max-height: 22rem;
  overflow-y: auto;
  font-size: 0.875rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  margin-left: 10px;
}

.msgpopup #mentionSuggestions {
  /* min-height: 10rem; */
  width: 50%;
  background-color: #fff;
  /* padding: 15px; */
  /* border: 1px solid #dfdfdf; */
  text-align: left;
  border: 1px solid hsl(228, 15%, 87%);
  /* border-radius: 3px; */
  border-radius: 0.5rem;
  margin-top: 3px;
  padding: 5px 0px;
  max-height: 22rem;
  overflow-y: auto;
  font-size: 0.875rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  margin-left: 10px;
}

.mentionSuggestion {
  padding: 6px 15px 6px 15px;
}

.mentionSuggestion:hover {
  background-color: hsl(228, 16%, 94%);
  color: #141721;
}

.comment-list:hover {
  background-color: hsl(228, 16%, 94%);
}

.border-line-big{
    background-color: #fff;
    padding: 20px 15px 20px 15px;
    border: 1px solid #c7c7c7;
}
.border-line-small{
  background-color: #fff;
    padding: 15px;
    border: 1px solid #c7c7c7;
    border-top: 0px;
}
.border-line{
    background-color: #fff;
    padding: 20px 15px 20px 15px;
    border: 1px solid #c7c7c7;
}

.disable-input{
  pointer-events:none;
  background:grey;
  }

.permission{

      display: inline-block;
      font-size: 12px;
      margin: 5px 0px;
      padding: 2px 10px;
      background: blueviolet;
      color:#ffff;
      border-radius: 15px; 
  }

  .text-danger {

    font-size: 13px !important;
  }
  
.websop-rules{
  
}

.websop-rules input{
    font-size: 12px !important;
    text-transform: capitalize;
  }

  .websop-rules .rules li a{
    color: #109cd9;
    text-decoration: none;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 400;
  }

  .websop-rules .delete-button{
    font-size: 13px;
    font-weight: 500;
  }

  .websop-rules .addRule-button{
    font-size: 13px;
    font-weight: 500;
  }
  
  .websop-rules .rules-deseription input {
    margin-top: 10px;
    font-size: 14px;
    text-transform: capitalize;
    padding: 8px 10px;
}

.websop-rules .form-select:focus {
    border-color: #109cd9;
    outline: 0;
    box-shadow: none;
}

/*for settings location and tags*/
.dot {
  height: 15px;
  width: 15px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
/* for settings pricelists details page */
  .extra-info {
    margin: 1.75rem 0;
    color: #6e7381;
    font-size: 0.625rem;
  }
  .extra-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .extra-info ul li {
    margin-right: 0.875rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .pack-mer{
  margin-top: 3.255rem;
  }
  .pack-mer-diff
  {
    margin-top: 1.255rem;
    margin-left: 9px;
  }
 .pack-media{
  font-size: 35px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
 }

 .rulesshow.active, .repricshow.active 
 {
  background-color: #e2e1f1 !important;
 }

 .processing-row{
  margin-bottom: 5px;
  display:flex;
 }

 .stock-quantity2 {
  position: relative;
  width: 210px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.filter-bg {
  background-color: #ededed;
  padding: 3px 8px;
  width: max-content;
  border-radius: 5px;
}

.reply-Button{
  background-color: #f3f3f3;
    border: 1px solid #c7c7c7;
    font-size: 12px;
    color: #2e2e2e;
    font-weight: normal;
    border-radius: 3px;
    transition: all 0.3s;
}

.reply-Button:hover{
  background-color: #f2e7e7;
   
}

.reply-block {
  justify-content: right;
  display: flex;
  align-items: flex-start;
  width: 30%;
}

 th {
  font-size: 15px !important;

}
.table>:not(caption)>*>* {
  font-size: 13px !important;
}
.form-control {
  font-size: 14px !important;
}

.docs-btn {
  background-color: blue;
  color: white;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.small-image {
  width: 100px; 
  height: auto; 
  
}
/* .brw-btn{
  display: flex;
  justify-content: space-between;
  width: 79%;
  align-items: center;
} */

.logDetails{
  color: black !important;
}

.eye-icon{
  color: #012970 !important;
  padding-left: 20px;
}

/* #fulfillment_btn{
      margin-top: 3px;
    margin-left: 536px;
} */