.dragfile {
  border: 1px dashed #ced4da;
  padding: 40px;
  border-radius: 0.25rem;
}

.navactive {
  color: #0084ff !important;
}

.dragfile:hover {
  border: 1px dashed #1f5199;
}

.dragfile .custom-file-label::after {
  display: none;
}

.dragfile .custom-file-label {
  border: 0;
  height: inherit;
  padding: 0.25rem 0.35rem;
  font-size: 0.75rem;
  color: #1f5199;
  background-color: #e5effd;
  width: fit-content;
  font-weight: 600;
}

.dragfile .custom-file {
  width: fit-content;
  height: inherit;
}

.dragfile .custom-file-input {
  width: 70px;
  height: inherit;
}

.dragfile p {
  color: #6d7175;
  font-size: 0.75rem;
}

label {
  font-weight: normal !important;
  font-size: 1rem;
}

h4.heading1 {
  font-size: 1rem;
  font-weight: 600;
}

.bg-remove .input-group-text {
  background-color: inherit;
}

.bg_1 {
  background-color: #fafbfb;
}

.righticon .input-group-append .input-group-text {
  background-color: inherit;
}

.form-control,
.custom-select {
  height: calc(2.35rem + 2px);
}

.font-14 {
  font-size: 14px;
}

span.icon {
  font-size: 20px;
  margin-right: 15px;
}

.delete .fa {
  color: #5c5f62;
  font-size: 18px;
}

.table_detail .table {
  width: 1110px;
}

.table_detail::-webkit-scrollbar-track {
  border: 1px solid #000;
  padding: 2px 0;
  background-color: #404040;
  border-radius: 10px;
}

.table_detail::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  height: 8px;
}

.table_detail::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #737272;
  border: 1px solid #000;
}

.view .table tr:first-child td {
  border-top: 0;
}

.view .table thead th {
  background-color: #fafbfb;
}

#import a {
  text-decoration: underline;
}

#import a:hover {
  text-decoration: none;
}

.action a,
.action a .fa {
  font-size: 15px;
}

.action a:hover {
  color: #1f5199;
}

.w100 {
  width: 160px;
}

.iconcolor .fa,
p.iconcolor {
  color: #8c9196;
}

.product img {
  border-radius: 5px;
}

.card-header {
  font-weight: 500;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.btn-group.afternone .btn::after {
  display: none;
}

.btn-group.afternone .btn {
  background-color: inherit;
  border: 0;
  position: relative;
}

.btn-group.afternone .btn svg {
  position: absolute;
  right: 0;
  top: -10px;
}

.blog .table tbody tr td:last-child .btn {
  display: none;
}

.blog .table tbody tr:hover td:last-child .btn {
  display: block;
}

.bg-grey {
  background-color: #f1f1f1;
  border-radius: 10px;
}

h6.detaultaddress {
  position: absolute;
  background-color: #e1e1e1;
  border-radius: 10px;
  font-size: 14px;
  top: -11px;
  left: 15px;
  padding: 2px 10px;
}

p.comment {
  background-color: #e1e1e1;
  padding: 8px;
  border-radius: 10px;
}

.additem p span {
  border: 1px dashed #1f5199;
  padding: 0px 8px;
  font-size: 20px;
  font-family: 500;
}

.additem p {
  color: #1f5199;
}

.modal-title {
  font-size: 17px;
  font-weight: 500;
}

.bg1 {
  background-color: #7367f0;
  color: #fff;
}

.bg2 {
  background-color: #127681;
  color: #fff;
}

.bg3 {
  background-color: #28c76f;
  color: #fff;
}

.bg4 {
  background-color: #f44336;
  color: #fff;
}

.bg5 {
  background-color: #3f51b5;
  color: #fff;
}

.bg6 {
  background-color: #ea5455;
  color: #fff;
}

.bg7 {
  background-color: #e91e63;
  color: #fff;
}

.bg8 {
  background-color: #1e9ff2;
  color: #fff;
}

.bg9 {
  background-color: #10375c;
  color: #fff;
}

.bg10 {
  background-color: #035aa6;
  color: #fff;
}

.das .card-body h3 {
  font-size: 2rem;
  font-weight: 700;
}

.das {
  transition: all 0.3s;
}

.das:hover {
  transform: scale(1.05, 1.05);
}

.das .card-body i {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  box-shadow: 0 0.5rem 1rem rgba(18, 38, 63, 0.1) !important;
}

.das .card-body i.fa {
  color: #fff !important;
  font-size: 46px;
  font-size: 36px;
  padding: 27px 21px;
}

.white.bg-warning,
.white.bg-warning>a {
  color: #fff !important;
}

.btn.bg1:hover {
  background-color: #6a5fde;
  color: #fff;
}

.font-weight-600 {
  font-weight: 600;
}

.user::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -4px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 2;
}

.user {
  height: 100px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 120px;
  position: relative;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  -webkit-appearance: initial !important;
}

.user img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 99;
}

.w-2 {
  width: 50%;
}

.line {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  display: inherit;
  border: 2px dotted #bbb;
  border-bottom: none;
  position: relative;
}

.user .user-name {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  color: #777777;
}

.w-1 {
  width: 100%;
}

.w-4 {
  width: 25%;
}

.w-8 {
  width: 12.5%;
}

.llll:last-child .line {
  border: none;
}

.no-user {
  border: 5px solid #ddd;
}

.free-user {
  border: 5px solid #101536;
}

.line::before {
  left: -15px;
}

.line::after {
  right: -15px;
}

.line::before,
.line::after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 24px;
  color: #bbb;
  bottom: 0;
  width: 30px;
  text-align: center;
  background: #fff;
  z-index: 1;
  line-height: 20px;
  height: 20px;
}

.llll:last-child .line::after,
.llll:last-child .line::before {
  display: none;
}

.payment-detail {
  display: none;
}

.login_page label {
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #101536;
}

.login_page .form-control,
.login_page .custom-select {
  border-radius: 100px;
}

.login_page .btn {
  border-radius: 100px;
}

.hold-transition.login_page {
  background-color: inherit;
  background-image: url(../img/login_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.padding100 {
  padding: 80px 80px 100px 120px;
}

.margint100 {
  margin-top: 60px;
}

body {
  color: #000 !important;
}

.site-header__title {
  font-weight: 600;
}

.brand-link {
  background-color: #fff;
}

.table-responsive::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #f74a20;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #f74a20;
}

table td,
table th {
  font-size: 15px;
}

.font-weight-600 {
  font-weight: 600;
}

table td img {
  float: left;
}

.login_box {
  position: fixed;
  left: 23vh;
  right: 0;
  margin: 0 auto;
  top: 22vh;
}

.login_box .box {
  padding: 0 20vh;
}

@media screen and (min-width: 2216px) and (max-width: 2632px) {
  table td img {
    float: left;
  }
}

@media screen and (min-width: 2000px) and (max-width: 2215px) {
  .login_box {
    top: 29vh;
  }

  table td img {
    float: left;
  }
}

@media screen and (min-width: 1840px) and (max-width: 1999px) {
  .login_box {
    top: 29vh;
  }

  table td img {
    float: left;
  }
}

@media screen and (min-width: 1739px) and (max-width: 1839px) {
  table td img {
    float: left;
  }

  .login_box {
    top: 29vh;
  }
}

@media screen and (min-width: 1588px) and (max-width: 1738px) {
  table td img {
    float: left;
  }

  .login_box .box {
    padding: 0 24vh;
  }

  .login_box {
    left: 22vh;
    top: 28vh;
  }

  .login_box {
    top: 26vh;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1587px) {
  table td img {
    float: left;
  }

  .login_box .box {
    padding: 0 24vh;
  }

  .login_box {
    left: 22vh;
    top: 25vh;
  }

  .login_box .box img {
    height: inherit;
    width: 230px;
  }
}

@media screen and (min-width: 1245px) and (max-width: 1399px) {
  table td img {
    float: left;
  }

  .login_box .box {
    padding: 0 22vh;
  }

  .login_box {
    left: 23vh;
    top: 20vh;
  }

  .login_box .box img {
    height: inherit;
    width: 230px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1244px) {
  table td img {
    float: left;
  }

  .login_box {
    left: 19vh;
    top: 19vh;
  }

  .login_box .box img {
    height: inherit;
    width: 230px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  table td img {
    float: left;
  }

  .login_box .box {
    padding: 0 9vh;
  }

  .login_box {
    left: 4vh;
    top: 19vh;
  }

  .login_box .box img {
    height: inherit;
    width: 230px;
  }
}

@media only screen and (max-width: 767px) {
  .login_box {
    position: inherit;
    padding-top: 15vh;
  }

  .login_box .box {
    padding: 0;
  }

  table td img {
    float: left;
  }

  .hold-transition.login_page {
    background-image: inherit;
  }

  .padding100 {
    padding: 0px;
  }

  .hold-transition.login_page {
    background-color: #ccc;
    height: 100vh;
  }
}

.ql-editor {
  min-height: 200px;
}

.cart .box {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 20px;
}

.title h4 {
  font-size: 18px;
  font-weight: 600;
}

.cart .text-box p {
  font-weight: 400;
  font-size: 13px;
  color: #6d6d6d;
}

.cart .text-box h5 {
  font-size: 14px;
}

.text-box h5 span {
  text-decoration: line-through;
  font-size: 14px;
  color: #939393;
}

.text-muted {
  color: #6c757d !important;
}

.text_primary {
  color: #f74a20;
}

.cart .btn {
  font-size: 14px;
}

.btn_primary:hover {
  background-color: #cd3c18;
  color: var(--white-color);
}

.btn_primary {
  background-color: #f74a20;
  color: #fff;
}

.cart .table h4 {
  font-size: 17px;
}

h5.price {
  font-size: 17px;
  font-weight: 500;
}

h5.price span {
  text-decoration: line-through;
  font-size: 14px;
  color: #939393;
}

.cart .trash {
  color: #f74a20;
}

.time-slot.active {
  border: 1px solid #f74a20;
}

.time-slot {
  border: 1px solid #f6f6f6;
  border-radius: 10px;
}

.time-slot p {
  font-size: 14px;
}

.scroll-body {
  height: 400px;
  overflow-x: clip;
  overflow-y: scroll;
}

.scroll-body1 {
  height: 270px;
  overflow-x: clip;
  overflow-y: scroll;
}

.hand {
  cursor: pointer;
}

h5 a,
h6 a {
  color: #000;
  text-decoration: none;
}

.scroll-body {
  max-height: 200px;
  overflow-x: clip;
  overflow-y: scroll;
}

/* ul.nav.nav-treeview {
  background-color: #494e53 !important;
} */
.table a:hover {
  text-decoration: underline;
}

.table span {
  cursor: pointer;
}

.table span:hover {
  text-decoration: underline;
}

.sidebar .nav-item .active .nav-link {
  background-color: #fff;
  color: #0084ff !important;
}

.heightfix {
  vertical-align: bottom;
  border-style: none;
  height: auto;
}

.search_box ul li a {
  font-size: 13px;
  position: relative;
}

.search_box ul li .btn {
  width: 75px;
  height: 19px;
  font-size: 11px !important;
  font-weight: normal;
  border-radius: 3px;
  line-height: 5px !important;
  position: absolute;
  right: 0;
  top: 0;
  left: 100%;
  margin-left: 10px;
}

.search_box ul li .btn .fa-shopping-cart {
  font-size: 8px;
  margin-right: 4px;
}

.card-header.collapsed .fa-angle-down {
  display: none;
}

.card-header.collapsed .fa-angle-up {
  display: block;
}

.card-header .fa-angle-up {
  display: none;
}

.search_box .secondsearch ul li a {
  display: inline-block;
  width: calc(100% - 90px);
}

.search_box .secondsearch ul li span {
  float: right;
}

.search_box .secondsearch ul li .btn.add {
  float: none;
}

.logo-section input.form-select {
  background-image: inherit !important;
}

.paginate_button {
  border: 1px solid #fd491f;
  padding: 3px 10px;
  color: #fd491f;
  margin: 0 3px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}

div.dataTables_wrapper div.dataTables_paginate {
  position: absolute;
  right: 22px;
  bottom: 33px;
}

.dataTables_paginate.paging_simple_numbers span a {
  border-color: #404040;
  color: #404040;
}

.paginate_button.current {
  background-color: #fd491f;
  color: #fff !important;
  border-color: #fd491f !important;
}
.body-scroll {
  height: 300px;
  overflow-y: scroll;
}
.otpfield input {
  height: calc(2.35rem + 2px);
  width: 34px !important;
  margin: 0 5px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.layout-fixed .wrapper .sidebar {
  padding-bottom: 80px;
}


.product-image-list-ul {
  display: flex;
  list-style-type: none;
  list-style-position: inside;
  margin:0;
  padding:0;
}
.product-image-list-li{
  display: flex;
margin:0;
  padding:0;
}

