@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

body {
  margin: 0;
  padding: 0 !important;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0px;
  word-spacing: 0px;
  word-wrap: break-word;
  background: #fff;
  color: #2A364A;
}

#main-wrapper {
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #2A364A;
}

h1 {
  font-size: 36px;
  line-height: 36px;
}

h2 {
  font-size: 28px;
  line-height: 38px;
}

h3 {
  font-size: 22px;
  line-height: 32px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

h6 {
  font-size: 16px;
  line-height: 27px;
}

p, span, small {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 24px;
  color: #2A364A;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

a,
button,
.btn,
ol li a,
ul li a {
  letter-spacing: 0;
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: #2A364A;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover,
.btn:hover,
ol li a:hover,
ul li a:hover {
  outline: none !important;
  text-decoration: none;
  color: #2A364A;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
  box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
}

svg {
  fill: #2A364A;
  --svg-font-size: 14px;
  width: var(--svg-font-size);
  height: var(--svg-font-size);
  margin-top: -4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-control {
  background: rgba(79, 98, 130, 0.01);
  border: 1px solid rgba(42, 54, 74, 0.1);
  height: 35px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.form-control::-webkit-input-placeholder {
  color: #2A364A;
  opacity: 0.3;
  font-size: 14px;
  font-weight: 400;
}
.form-control::-moz-placeholder {
  color: #2A364A;
  opacity: 0.3;
  font-size: 14px;
  font-weight: 400;
}
.form-control:-ms-input-placeholder {
  color: #2A364A;
  opacity: 0.3;
  font-size: 14px;
  font-weight: 400;
}
.form-control::-ms-input-placeholder {
  color: #2A364A;
  opacity: 0.3;
  font-size: 14px;
  font-weight: 400;
}
.form-control::placeholder {
  color: #2A364A;
  opacity: 0.3;
  font-size: 14px;
  font-weight: 400;
}

/*=====================
    3 Side Bar
=======================*/
/* sidebar menu end css */
.side-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
  visibility: visible;
  background: #FFFFFF;
  -webkit-box-shadow: 8px 10px 80px rgba(0, 15, 55, 0.05);
          box-shadow: 8px 10px 80px rgba(0, 15, 55, 0.05);
  border-radius: 0px 0px 25px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.side-bar-logo {
  padding: 20px;
  border-bottom: 1px solid rgba(76, 109, 148, 0.3);
  text-align: center;
}
.side-bar-logo img {
  width: 100%;
  max-width: 225px;
  margin: 0 auto;
  height: 42px;
}

.close-btn {
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
}

.side-bar-manu {
  padding: 0 15px;
  margin-top: 20px;
}
.side-bar-manu .dropdown ul {
  display: none;
}
.side-bar-manu .dropdown::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #4F6282;
  position: absolute;
  right: 15px;
  font-size: 16px;
  display: block;
  z-index: 3;
  top: 12px;
}
.side-bar-manu .dropdown.active .dropdown-menu {
  display: block;
}
.side-bar-manu li {
  position: relative;
  margin: 0;
  font-size: 16px;
  margin-top: 5px;
}
.side-bar-manu li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  color: #4F6282;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side-bar-manu li a .icons {
  display: inline-block;
  margin-right: 15px;
}
.side-bar-manu li a .icons img {
  height: 16px;
  width: 16px;
}
.side-bar-manu li a i {
  margin-right: 10px;
}
.side-bar-manu li:hover:before, .side-bar-manu li.active:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}
.side-bar-manu li:hover > a, .side-bar-manu li.active > a {
  background: #FF8C00;
  border-radius: 12px;
  color: #fff;
}
.side-bar-manu li:hover > a .icons img, .side-bar-manu li.active > a .icons img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.side-bar-manu li .dropdown-menu li {
  padding-left: 40px;
}
.side-bar-manu li .dropdown-menu li a {
  color: #aaabae;
  padding: 8px 15px;
}
.side-bar-manu li .dropdown-menu li a:hover, .side-bar-manu li .dropdown-menu li a.active {
  color: #fff !important;
  background: #FF8C00;
  border-radius: 12px;
}
.side-bar-manu li .dropdown-menu li li a {
  padding-left: 60px;
}
.side-bar-manu li .dropdown-menu li li:hover:before, .side-bar-manu li .dropdown-menu li li.active:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.side-bar-manu li .dropdown-menu li li:hover > a, .side-bar-manu li .dropdown-menu li li.active > a {
  background-color: #2b303a;
  color: #fff !important;
}
.side-bar-manu li .dropdown-menu li li:hover > a .icons img, .side-bar-manu li .dropdown-menu li li.active > a .icons img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.side-bar-manu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
}

.side-bar .dropdown-menu {
  position: unset;
}

/* sidebar menu end css */
/* header  start css */
.main-header-section {
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 8px 10px 80px rgba(0, 15, 55, 0.04);
          box-shadow: 8px 10px 80px rgba(0, 15, 55, 0.04);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
.main-header-section .profile-info {
  margin-left: 20px;
}
.main-header-section .profile-info img {
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 50%;
}
.main-header-section .profile-info img span {
  font-size: 16px;
}
.main-header-section .profile-info .dropdown-menu {
  background: #303641;
}
.main-header-section .profile-info .dropdown-menu li {
  border-bottom: 1px solid #454a54;
  font-size: 12px;
  padding: 0;
  display: block;
}
.main-header-section .profile-info .dropdown-menu li a {
  display: block;
  color: #aaabae;
  padding: 8px 10px;
}
.main-header-section .profile-info .dropdown-menu li a i {
  margin-right: 10px;
}
.main-header-section .profile-info .dropdown-menu li a:hover {
  color: #fff;
}
.main-header-section .dropdown-menu {
  top: 60% !important;
  border: none;
  border-radius: 2px !important;
  padding: 0;
  min-width: 220px;
}

.header-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 15px 40% 15px 38%;
  grid-template-columns: 20% 40% 38%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.header-left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
.header-left-side img {
  height: 30px;
}

.sidebar-opner {
  cursor: pointer;
}
.sidebar-opner img {
  height: 16px;
}

.middle-search-bar {
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
}

.middle-search-box {
  position: relative;
}
.middle-search-box .search-btn {
  background: #F88808;
  border-radius: 9px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.middle-search-box .form-control {
  height: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid rgba(42, 54, 74, 0.2);
  -webkit-filter: drop-shadow(0px 10px 20px rgba(17, 76, 152, 0.1));
          filter: drop-shadow(0px 10px 20px rgba(17, 76, 152, 0.1));
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  background: none;
}
.middle-search-box .form-control::-webkit-input-placeholder {
  color: #2A364A;
  opacity: 0.3;
}
.middle-search-box .form-control::-moz-placeholder {
  color: #2A364A;
  opacity: 0.3;
}
.middle-search-box .form-control:-ms-input-placeholder {
  color: #2A364A;
  opacity: 0.3;
}
.middle-search-box .form-control::-ms-input-placeholder {
  color: #2A364A;
  opacity: 0.3;
}
.middle-search-box .form-control::placeholder {
  color: #2A364A;
  opacity: 0.3;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.notifications.dropdown > a {
  position: relative;
  display: block;
  padding: 0;
  color: #737881;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
}

.notifications.dropdown > a.show {
  background-color: #eee;
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
}

.bg-info {
  background: #21a9e1;
  color: #fff;
}

.bg-green-one {
  background: #25D4A9 !important;
  color: #fff !important;
  border: none !important;
}

.text-red {
  color: red !important;
}

.notifications {
  margin-left: 10px;
}
.notifications .dropdown-toggleer {
  position: relative;
}
.notifications .dropdown-toggleer span {
  display: block;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  line-height: 17px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 2px;
  right: 6px;
}
.notifications .dropdown-menu {
  top: 0 !important;
  background: #eee;
  min-width: 370px;
}
.notifications ul li a {
  padding: 10px 20px;
  display: block;
  border-top: 1px solid #ddd;
}
.notifications ul li a span, .notifications ul li a strong {
  display: block;
  font-size: 12px;
}
.notifications ul li a span {
  color: #888888;
  line-height: 1;
  margin-top: 5px;
}

.notification-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: #eee;
}
.notification-header p {
  font-size: 12px;
}
.notification-header a {
  font-size: 12px;
}

.bg-red {
  background: #ee4749;
  color: #fff;
}

.notification-footer {
  background: #ddd;
  padding: 10px;
  line-height: 1;
}
.notification-footer a {
  font-size: 12px;
  line-height: 1;
}

.msg-items {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msg-items .content {
  width: 100%;
}
.msg-items .content strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msg-items .content strong span {
  margin: 0;
  margin-left: 10px;
  font-weight: 400;
}
.msg-items img {
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 50%;
  margin-left: 15px;
}

.bg-yellow {
  background: yellow;
}

.nice-select {
  float: none;
  width: 100%;
  padding-right: 35px;
}
.nice-select::after {
  height: 10px;
  width: 10px;
  top: 42%;
  border-color: #4F6282;
}
.nice-select .list {
  width: 100%;
}

.language-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.language-select img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.language-select .nice-select {
  line-height: 30px;
  padding-left: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

/* header  end css */
.section-container {
  padding-left: 300px;
}

.main-content-wrapper {
  padding: 30px;
}

.maan-counter-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.maan-counter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 60px rgba(79, 98, 130, 0.15);
          box-shadow: 0px 0px 60px rgba(79, 98, 130, 0.15);
  border-radius: 25px;
  padding: 25px;
}
.maan-counter-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #4F6282;
}
.maan-counter-box .big-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.maan-counter-box .big-text span {
  display: inline-block;
  padding: 0px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  border-radius: 45px;
  margin-top: 15px;
}
.maan-counter-box .big-text h2, .maan-counter-box .big-text .counter {
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  color: #2A364A;
}
.maan-counter-box .icons {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
}

.light-blue, .assigned {
  background: rgba(31, 134, 255, 0.1);
  color: #1F86FF !important;
}

.light-red, .not-verified, .canceled {
  background: rgba(255, 37, 37, 0.1) !important;
  color: #FF2525 !important;
}

.light-green, .verified, .accepted {
  background: rgba(37, 212, 169, 0.1) !important;
  color: #25D4A9 !important;
}

.light-orange, .pending {
  background: rgba(248, 136, 8, 0.1);
  color: #F88808;
}

.light-pink {
  background: rgba(255, 33, 206, 0.1);
  color: #FF21CE;
}

.food-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 60px rgba(79, 98, 130, 0.1);
          box-shadow: 0px 0px 60px rgba(79, 98, 130, 0.1);
  border-radius: 25px;
  padding: 25px;
  margin-top: 30px;
}
.food-card .food-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}
.food-card .food-card-header h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 400;
}
.food-card .food-card-header a {
  font-size: 14px;
  font-weight: 400;
  color: #FF8C00;
}

.order-list-table td {
  vertical-align: middle;
}
.order-list-table td:first-child {
  padding-left: 0;
}
.order-list-table td:last-child {
  padding-right: 0;
  text-align: right;
}
.order-list-table tr:last-child td {
  border: none;
  padding-bottom: 0;
}
.order-list-table .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.order-list-table .author-info img {
  height: 50px;
  width: 50px;
  border-radius: 10px;
}
.order-list-table .author-info p {
  font-size: 12px;
  font-weight: 400;
  color: #FF8C00;
  line-height: 1;
  margin-bottom: 5px;
}
.order-list-table .author-info h6 {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.7;
  line-height: 1;
}
.order-list-table .date {
  opacity: 0.5;
  font-size: 12px;
  line-height: 15px;
}

.status-btn {
  display: inline-block;
  text-align: center;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 23px !important;
  text-transform: capitalize;
  padding: 3px 10px;
  border-radius: 4px;
  min-width: 72px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  height: 30px;
}

.rounded-50 {
  border-radius: 50% !important;
}

.t-mail {
  font-size: 14px;
  color: #4F6282;
}

.container-wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 60px rgba(79, 98, 130, 0.1);
          box-shadow: 0px 0px 60px rgba(79, 98, 130, 0.1);
  border-radius: 25px;
  padding: 15px 30px;
}

.heading-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(12, 25, 40, 0.1);
  padding-bottom: 15px;
}
.heading-one h3 {
  font-size: 20px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.theme-btn {
  background: #F88808;
  border: 1px solid #F88808;
  border-radius: 9px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 11px 15px;
  color: #fff;
}
.theme-btn i {
  display: inline-block;
  margin-right: 10px;
}
.theme-btn:hover {
  color: #F88808;
  background: none;
}

.maan-food-table-wrapper .dt-buttons {
  float: right;
  margin-bottom: 30px;
}
.maan-food-table-wrapper .dt-buttons button {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: none;
  font-size: 18px;
  color: rgba(12, 25, 40, 0.5);
}
.maan-food-table-wrapper .dt-buttons button:hover {
  color: #F88808;
}
.maan-food-table-wrapper .dataTables_filter {
  float: left;
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px;
}
.maan-food-table-wrapper .dataTables_filter label {
  color: transparent;
  position: relative;
  width: 100%;
}
.maan-food-table-wrapper .dataTables_filter label input {
  position: absolute;
  left: 0;
  height: 40px;
  border: 1px solid rgba(12, 25, 40, 0.1);
  border-radius: 9px;
  outline: none;
  max-width: 300px;
  width: 100%;
  padding: 5px 15px;
}
.maan-food-table-wrapper #datatable_wrapper {
  margin-top: 30px;
}

.maan-food-table {
  margin-bottom: 30px !important;
}
.maan-food-table thead tr {
  border: none;
}
.maan-food-table thead th {
  color: #4F6282;
  font-size: 14px;
  font-weight: 400;
  background: rgba(42, 54, 74, 0.05);
  border: none;
  vertical-align: middle;
  position: relative;
}
.maan-food-table thead th:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.maan-food-table thead th:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.maan-food-table thead th:last-child:after {
  display: none;
}
.maan-food-table thead th::after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 50%;
  width: 1px;
  height: 30px;
  background: #0C1928;
  opacity: 0.1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.maan-food-table thead th::before {
  position: absolute;
  content: "";
  display: block;
  right: 15px;
  top: 50%;
  height: 6px;
  width: 6px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  opacity: 0.1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #0C1928;
  opacity: 0.1;
}
.maan-food-table thead th.sorting_desc:before {
  opacity: 0.6;
}
.maan-food-table tbody td {
  font-size: 14px;
  line-height: 18px;
  color: rgba(42, 54, 74, 0.5);
  padding: 10px;
  vertical-align: middle;
}
.maan-food-table tbody td img {
  height: 40px;
  width: 40px;
  border-radius: 8px;
}
.maan-food-table tbody td span {
  font-size: 14px;
  line-height: 18px;
  color: rgba(42, 54, 74, 0.5);
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
  border: none;
}

.text-pending {
  color: #F88808 !important;
}

.text-approved {
  color: #25D4A9 !important;
}

.active-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.active-btn-group a {
  height: 31px;
  width: 31px;
  border-radius: 7px;
  line-height: 31px;
  text-align: center;
}
.active-btn-group .approved-btn {
  width: auto;
  padding: 2px 10px;
  line-height: 25px;
}

.dataTables_info {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
}

.dataTables_paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 3px 10px;
  display: inline-block;
  border: none !important;
  border: 1px solid #eee !important;
  line-height: 20px;
  margin: 0;
  color: #F88808 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #F88808;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #F88808;
  color: #fff !important;
}

.maan-food-modal-content {
  background: #FFFFFF;
  border-radius: 30px;
}

.food-modal-header {
  padding: 10px 35px;
  background: rgba(255, 140, 0, 0.1);
  border: none;
  margin-bottom: 15px;
}
.food-modal-header h2 {
  font-size: 20px;
  font-weight: 400;
  color: #F88808;
}
.food-modal-header .btn-close {
  height: 30px !important;
  width: 30px !important;
  border-radius: 50%;
  line-height: 30px;
  font-size: 20px;
  background: rgba(255, 27, 40, 0.1);
  color: #FF1B28;
  opacity: 1;
  padding: 0;
}

.input-items {
  margin-top: 15px;
}
.input-items label {
  font-size: 14px;
  opacity: 0.7;
  display: block;
  margin-bottom: 5px;
}
.input-items textarea {
  min-height: 80px;
  font-size: 14px;
}
.input-items input {
  font-size: 14px;
}
.input-items .nice-select {
  line-height: 15px;
  font-size: 14px;
}
.input-items .nice-select .current {
  font-size: 14px;
  font-weight: 400;
}

.image-preview {
  display: none;
}

.image-upload-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: rgba(255, 140, 0, 0.1);
  border: 1px dashed rgba(255, 140, 0, 0.5);
  border-radius: 20px;
  cursor: pointer;
  overflow: hidden;
}
.image-upload-prev img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-preview-icon {
  text-align: center;
  position: relative;
}
.image-preview-icon p {
  font-size: 12px;
  color: #F88808;
}
.image-preview-icon img {
  height: 70px;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.form-title {
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.input-items hr {
  margin: 0;
  padding: 0;
  border-color: rgba(42, 54, 74, 0.5);
  margin-top: -5px;
}

.switch-btn {
  position: relative;
  display: inline-block;
  width: 40px;
  min-width: 40px;
  height: 20px;
}

.switch-btn input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-btn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: red;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-btn .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-btn input:checked + .slider {
  background-color: #15CD75;
}

.switch-btn input:focus + .slider {
  -webkit-box-shadow: 0 0 1px;
          box-shadow: 0 0 1px;
}

.switch-btn input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.switch-btn .slider.round {
  border-radius: 15px;
}

.switch-btn .slider.round:before {
  border-radius: 50%;
}

.delete-modal-wrapper {
  text-align: center;
}
.delete-modal-wrapper .icons {
  margin-bottom: 20px;
}
.delete-modal-wrapper .button-group {
  margin-top: 20px;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.delete-modal-wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 15px;
  min-width: 130px;
}

.table-action button {
  font-size: 22px;
  background: none;
  border: none;
  outline: none;
  text-align: center;
  display: block;
  width: 100%;
}

.table-action .dropdown-menu {
  min-width: 120px;
  padding: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 10px;
  padding: 0;
}

.table-action .dropdown-menu a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #7E7E7E;
  display: block;
  padding: 10px 15px;
}

.table-action .dropdown-menu a i {
  margin-right: 7px;
}

.table-action .dropdown-menu a:hover {
  background: #eee;
}

.link-color {
  color: #0d6efd !important;
}