   /**
* Template Name: NiceAdmin
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Updated: Apr 20 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

 
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
:root {
  scroll-behavior: smooth;
}

body {
 font-family: "Almarai", sans-serif !important;
 background: #fdf4e9;
 color: #444444;
}
.card-text.pt-1 {
    overflow: auto;
}
table th {
     font-weight: 600;
    background-color: #cab39c !important;
}
td {
    font-size: 10pt;
    padding: 14px 8px  5px !important;
}
a {
  color: #ac6238;
  text-decoration: none;
}
.mt-4 { 
    padding: 10px;}
a:hover {
  color: #824726;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Almarai", 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: #824726;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #824726;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
h5.member-name.mb-0.text-center.text-primary.font-weight-bold {
    color: #000 !important;
    text-shadow: none;
}
table th {
    font-weight: 600;
    background-color: #bf0808!important;
    line-height: 26pt;
    /* text-align: center; */
    color: #fff !important;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #bf6e41;
  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;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
  background: #3b3b3b;
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}
span.badge.bg-primary.badge-number {
    background: #af6908 !important;
}

.pe-3 {
    padding-right: 0;
    padding-left: 20px;
}
 

.dropdown-menu .dropdown-divider {
  color: #fed1a5;
  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: #fffef6;
}


 


@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #383838;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #383838;
    border-left: 1px solid #000000;
  }


  
}

@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 15px rgb(133 71 0 / 21%);
  background: #ffffff;
}

.card-header,
.card-footer {
  border-color: #f4eeeb;
  background-color: #fff;
  color: #b3a179;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #b16404;
  font-family: "Almarai", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 16px 20px 11px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Almarai", 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 #f1eee2;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #703801;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #824726;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #6f583e;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Almarai", sans-serif ;
  color: #bdae89;
  font-weight: 600;
}

.breadcrumb a {
  color: #c96e26;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #87440e;
}

.breadcrumb .breadcrumb-item::before {
  color: #e1c091;
  float: right;
  padding: 0 5px;
}

.breadcrumb .active {
  color: #d2a03b;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #f4f1eb;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #59270c;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #824726;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #824726;
  border-bottom: 2px solid #824726;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}

.logo img {
  max-height: 40px;
  margin-right: 6px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Almarai", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #222121;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #ffffff;
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@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 input {
  width: 100%;
  background: #fff2e5;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #703c01;
  border: 1px solid rgb(255 255 255);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
  background: #fff;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgb(112 77 1 / 15%);
  border: 1px solid rgb(112 68 1 / 30%);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: #d90000;
  padding: 8px 6px 8px 6px;
  border-radius: 5px 0 0 5px !important;
}

.header .search-form button i {
  color: #ffffff;
  padding: 5px 8px;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #ffebcf;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #d90000;
  padding: 0 10px;
}

.header-nav .nav-profile img {
  max-height: 36px;
  padding: 0 15px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 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: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #9f6d3b;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.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: #a15616;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #cab7a7;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #ffffff;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
  color: #949494;
  /* text-shadow: 0 0 2px #fff4df; */
}
 
.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
  color: #ccc;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #e60000;
  COLOR: #fff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #eee8b1 transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -350px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #cfc2aa;
}

 
 

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {
 

  .toggle-sidebar .sidebar {
    left: -350px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 0;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #bda189;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #cccccccc;
  transition: 0.3;
  padding: 10px 5px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #cccc;
}

.sidebar-nav .nav-link.collapsed {
  color: #a7a7a7;
  /* background: #fff; */
  background: none;
  margin: 5px 0;
  /* text-shadow: 0 0 2px #000; */
} 
.sidebar-nav .nav-link.collapsed i {
  color: #bcbcbc;
}

.sidebar-nav .nav-link:hover {
  color: #00b8d7;
  /* text-shadow: 0 0 2px #000; */
}

span.icon-menu img {
    width: 30px;
    height: 30px;
}

.sidebar-nav .nav-link:hover i {
  color: #00b8d7;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #a14c03;
  transition: 0.3;
  padding: 10px 0 10px 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: #824726;
}

.sidebar-nav .nav-content a.active i {
  background-color: #008ba2;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #cfc3aa;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #824726;
}

.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: #cfb4aa;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
  border-radius: 15px;
  background: #d3a978;
  text-align: center;
 
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #703801;
  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: #824726;
  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: #cca980;
  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: #fef5ec;
}

.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: #9c5f00;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #824726;
}

.dashboard .news p {
  font-size: 14px;
  color: #ba977a;
  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: #b16404;
  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;
  border: 2px solid #000;
  padding: 3px;
  /* margin-top: -69px; */
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #b16404;
  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: #b8734a;
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
  margin-bottom: 24px;
}

.profile .profile-card .social-links a:hover {
  color: #b16404;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #b16404;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgb(177 97 32 / 66%);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

 

.contact .php-email-form button[type=submit]:hover {
  background: #c27b26;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

 
 
@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 #9c9c9c00;
  bottom: 0;
  width: 100%;
  background: #2f2e2e;
  position: fixed;
}

.footer .copyright {
  text-align: center;
  color: #d0d0d0;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #704101;
}


span.icon-menu {
  display: block;
  /* background-image: linear-gradient(#f5f5f52e, #5a5a5aba); */
  border-radius: 50%;
  padding: 2px;
  color: #000;
}

a.nav-link.collapsed span {
  display: block;
  /* margin-left: 12px; */
  transition: .5s;
}

span.icon-menu img {
    /* filter: contrast(200%); */
    filter: drop-shadow(1px 1px 0px gray);
    filter: sepia(95%);
}

.sidebar{background: #3b3b3b;background-image: url(../img/m.png);}
.img-card {border-radius: 15px;}

 .card-text {
    text-align: center;
    color: #551d06;
    text-shadow: none;
    font-weight: 600;
    font-size: 13pt;
}

.mobile-show{display: none;}
@media (max-width: 768px) {
.mobile-show{display:block ;}

  .card.info-card.sales-card.scound-color {
    background: #ad704d;
}

.dashboard .info-card {
    border-radius: 12px;
    padding: 0px 0 5px 0;
}
  .col-xxl-3.col-md-6 {
      width: 33%;
      padding: 5px;
      border-radius: 8px;
  }
  .shadow-lg {
    box-shadow: 0 5px 14px rgb(0 0 0 / 18%) !important;
}
  .card-body {
      padding: 8px 5px 0 5px;
  }
  
  a.card-text {
      font-size: 10pt;
  }
  section.section.dashboard.mobile-hide {
    display: none;
}


 .col-xxl-3.col-md-6.col-50 span.icon-menu {
    display: inline-block;
}

.col-xxl-3.col-md-6.col-50 .card.info-card.sales-card {
  background:    #c7813f ;

}



.mobile-row  span.icon-menu {
  padding: 9px  0 0  0;
}

.mobile-row  .card-body {
  padding: 0;
}

.col-xxl-3.col-md-6.col-50{width: 50%;}

}

body {
  background-color: #eee
}

.product {
  padding: 10px;
  background-color: #fff;
  position: relative;
  padding-bottom: 30px;
  height: 100%;
}

.about h4 {
  padding-top: 20px;
}

.about h3 {
  color: #41d2e3;
}

.about span {
  font-size: 13px;
  margin-bottom: 13px;
  display: inline-block;
}

.dot {
  height: 40px;
  width: 200px;
  background-color: #e5e5e5;
  border-radius: 9px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  position: absolute;
  cursor: pointer;
  /* right: 10%; */
  z-index: 10;
  bottom: -5%;
  margin: auto 27%;
  text-align: center;
  padding: 0 20px;
} 
.dot:hover{background-color: #e52731;color: #fff;}
.inner-dot {
  height: 38px;
  width: 38px;
  background-color: #726e6e;
  border-radius: 50%;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute; */
  cursor: pointer;
  margin: 0 -11px 0  6px;
  display: none;
}

.container.mt-5 {
    margin-top: 0!important;
}
ul.action-list li {
    list-style: none;
    display: inline-block;
    padding: 0 4px;
}

ul.action-list li i {
    color: #575757;
    font-size: 13pt;
}

ul.action-list li i.fa.fa-plus {
    color: #00d326;
}

ul.action-list li i.fa.fa-edit {
    color: #717171;
}

ul.action-list li i.fa.fa-trash {
    color: #ce0000;
}

thead {
    border-radius: 10px;
}

table.table {
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}
input.quantity.form-control.input-number {
    padding: 1px 5px;
    border-radius: 4px;
}

ul.action-list {
    padding: 0;
    margin: 0;
}

tr.odd td {
    background: #f8f8f8;
}

 .card{padding: 30px 40px;margin-top: 30px;margin-bottom: 60px;border: none !important;box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2)}
 .blue-text{color: #de0000;padding: 10px 0 0 0;margin: 0 !important;/* border-bottom: 3px dashed  #000; */}
 .form-control-label{margin-bottom: 0;text-align: right;padding-top: 18px;padding: 10px 5px 0px 5px !important;}
 input, textarea, button{
  padding: 8px 15px;
  border-radius: 5px !important;
  margin: 5px 0px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  font-size: 18px !important;
  font-weight: 300
  }
  input:focus, textarea:focus{-moz-box-shadow: none !important;-webkit-box-shadow: none !important;box-shadow: none 
    !important;border: 1px solid #FF9800;outline-width: 0;font-weight: 400}
    
    .btn-block{text-transform: uppercase;font-size: 15px !important;font-weight: 400;height: 49px;cursor: pointer;padding: 0  42px;transition: 0.8s;}
    
    .btn-block:hover{color: #fff !important;background: #e10000;}
 button:focus{-moz-box-shadow: none !important;-webkit-box-shadow: none !important;box-shadow: none !important;outline-width: 0}
.container {
    
    max-width: 100%;
}

a.btn {
    margin: 10px 0px;
    padding: 9px 14px;
    border: 0;
}

a.btn.btn-primary {
    background: #353535;
    border-color: #424242;
}

a.btn.btn-primary:hover, a.btn.btn-primary:active {
    background: #a90000;
    border-color: #940000;
}

a.nav-link {
    border-bottom: 1px solid #5e5e5ea1;
}

li.nav-item {
    border: 0;
}

button.btn.btn-primary {
  background: #c30000;
  border: 0;
  padding: 9px 19px;
  bottom: 0;
  /* position: absolute; */
  /* width: 78%; */
  /* left: 12%; */
  margin-bottom: 0;
  font-size: 13pt !important;
}

button.btn.btn-primary:hover, button.btn.btn-primary:active {
  background: #333;
}

main#main {
  padding-bottom: 60px;
}

.panel-heading form.form-inline input.form-control {
    width: 93%;
    float: right;
    border-radius: 0   5px  5px  0!important; 0 !important;
}

 
 

.panel-heading form.form-inline button.btn.btn-default {
    background: #da0000;
    border-radius: 5px 0 0 5px !important;
    /* width: 4%; */
}

.panel-heading form.form-inline button.btn.btn-default i {
    color: #fff;
}

.panel-heading form.form-inline input.form-control:active {
    /* outline-color: #000; */
}
 
form.add-to-cart-form {
    margin-bottom: 0px;
}

.about.text-left.px-3 {
    min-height: 150px;
}

span.text-muted {
    min-height: 30px;
}