.dragfile {
  border: 1px dashed #ced4da;
  padding: 40px;
  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;
}

.dataTables_wrapper {
  width: 100% !important;
}

.dataTables_filter input {
  width: 100% !important;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.dataTables_paginate {
  margin-top: 10px !important;
}

.dataTables_paginate .paginate_button {
  padding: 5px 10px !important;
  background: #007bff !important;
  color: white !important;
  border-radius: 3px;
  margin: 2px;
}

.dataTables_paginate .paginate_button:hover {
  background: #0056b3 !important;
}

.timeline::before {
  content: none !important;
}

.pagination .dt-paging-button.current:hover,
.pagination .dt-paging-button.current {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}

.pagination .dt-paging-button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #111;
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

input,
.css-13cymwt-control {
  /* -webkit-text-fill-color: inherit !important; */
  /* background-color: #343a40 !important; */
  background-color: #ffffff;
  color: #000;

}

.dark-mode .form-control:not(.form-control-navbar):not(.form-control-sidebar) {
  background-color: #343a40 !important;
}

.pagination .dt-paging-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: .5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}

.jodit-wysiwyg {
  color: #000 !important;
}


/* Wrapper in dark mode */
body.dark-mode .select__control {
  background-color: #1f1f1f;
  border-color: #444;
  color: #fff;
}

body.dark-mode .select__single-value {
  color: #fff;
}

body.dark-mode .select__placeholder {
  color: #aaa;
}

body.dark-mode .select__menu {
  background-color: #2a2a2a;
  color: #fff;
}

body.dark-mode .select__option {
  background-color: #2a2a2a;
  color: #fff;
}

body.dark-mode .select__option--is-focused {
  background-color: #3a3a3a;
}

body.dark-mode .select__option--is-selected {
  background-color: #444;
}

.row.align-items-stretch>[class*="col-"] {
  display: flex !important;
}

.row.align-items-stretch .card {
  flex: 1 1 auto !important;
}


.bg-danger {
  background-color: #b70516 !important;
}