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

.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;
}

.navactivelink {
  color: #e2e2e2 !important;
}

.filtr-item .img_delete {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #000000b9;
  line-height: 8;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  display: none;
}

.img_delete .fa {
  padding: 5px;
  border-radius: 5px;
  color: #ff5555;
}

.filtr-item a:hover .img_delete {
  display: block;
}

.login_logo {
  height: auto !important;
  max-width: 200px !important;
}

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

.sidebar .nav-link {
  color: #c2c7d0;
}

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

div.dataTables_wrapper div.dataTables_paginate {
  position: absolute;
  right: 22px;
  bottom: 33px;
  margin: -25px !important;
}

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

.paginate_button.current {
  background-color: #185895;
  color: #fff !important;
  border-color: #185895 !important;
}

.bodyscroll {
  max-height: 200px;
  box-sizing: border-box;
  overflow-y: auto;

}

.right-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  background-color: #fff;
  z-index: 1035;
  width: 300px;
  display: none;
}

.right-sidebar.show {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}

.closed {
  background-color: #ea5455;
  color: #fff;
  width: 41px;
  height: 22px;
  padding: 0px;
  text-align: center;
  border-radius: 100px;
  float: right;
  margin: 0px;
  font-size: 20px;
  line-height: 0;
  border: 0;
}

.custom-select-dropdown {
  max-height: 150px;
  overflow-y: auto;
}

thead.thead-dark th {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #343a40;
  color: #fff;
}

/* Add hover effect for rows */
table.table-hover tbody tr:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}

/* Card styling for better visibility */
.card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Responsive table for small screens */
.table-responsive {
  overflow-x: auto;
}

/* Buttons styling */
.btn-dark-xs {
  font-size: 12px;
  padding: 5px 10px;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: #333;
}