/* @import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap); */

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span,
.bootstrap-datetimepicker-widget .picker-switch td i {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.5em;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f8f9fa;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #dee2e6;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #f8f9fa;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #dee2e6;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #dee2e6;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #dee2e6;
  color: #007bff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span,
.bootstrap-datetimepicker-widget table td i {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
}

.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td i:hover {
  background: #f8f9fa;
}

.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td i.active {
  background-color: #dee2e6;
  color: #007bff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old,
.bootstrap-datetimepicker-widget table td i.old {
  color: #dee2e6;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td i.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover,
.bootstrap-datetimepicker-widget table td i.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-group.date .input-group-text {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}.app-title {
  border-radius: 10px;
  margin: 5px 0px;
  color: #fa8a07 !important;
  font-size: 24px;
  font-weight: bold;
  padding: 1.6rem 0.5rem 1.35rem 1rem;
  padding: 0 !important;
}

#dashboard-analytics .img-left {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

#dashboard-analytics .img-right {
  width: 175px;
  position: absolute;
  top: 0;
  right: 0;
}

#dashboard-analytics .bg-analytics {
  background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7));
}

#dashboard-analytics .bg-analytics .avatar {
  margin-bottom: 2rem;
}

#dashboard-analytics table td {
  padding: 0.75rem;
}

@media only screen and (max-width: 576px) {
  #dashboard-analytics .img-left,
  #dashboard-analytics .img-right {
    width: 140px;
  }
}

.is-invalid .multiselect__tags {
  border-color: #ea5455;
  padding-right: calc(1.25em + 1.4rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ea5455' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ea5455' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.3125em + 0.35rem);
  background-size: calc(0.625em + 0.7rem) calc(0.625em + 0.7rem);
}

.invalid-feedback {
  display: block !important;
}

.banner-logo-upload-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: hidden;
  cursor: pointer;
  background-color: #f1f1f1;
}

.banner-logo-upload-box img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.width-full {
  min-width: 100%;
  height: 150px;
}

.width-half {
  width: 50%;
  height: 100px;
  margin: auto;
}

.width-half .btn-pill,
.banner-logo-upload-box .btn-pill {
  width: 60px;
  height: 60px;
}

.width-half .btn-pill .fa,
.banner-logo-upload-box .btn-pill .fa {
  line-height: 60px;
  font-size: 30px;
}

.passport-size {
  width: 200px;
  height: 200px;
}

.btn-pill {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}

.btn-pill .fa {
  text-align: center;
  display: block;
  visibility: visible;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.btn-pill input[type=file] {
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.width-full .btn-pill,
.passport-size .btn-pill {
  width: 100px;
  height: 100px;
}

.width-full .btn-pill .fa,
.passport-size .btn-pill .fa {
  line-height: 100px;
  font-size: 35px;
}

.banner-logo-upload-box:hover {
  opacity: 1;
}

.banner-logo-upload-box:hover .btn-pill {
  background-color: #aaa;
}

/* .app-content.content {
  min-height: 92vh;
} */

.vue__time-picker {
  width: 100% !important;
}

.vue__time-picker input {
  width: 100% !important;
}

input.form-control,
select.form-control {
  height: calc(1.25em + 0.9rem + 1px) !important;
  padding: 0 0.7rem;
}

.multiselect__tags {
  padding: 0px 10px 0 8px !important;
  min-height: 30px !important;
}

.multiselect__select {
  padding: 4px 4px 4px 8px !important;
  height: 31px !important;
}

.multiselect {
  min-height: 31px !important;
}

.multiselect__placeholder {
  margin-bottom: 0px !important;
}

.input-group > .multiselect {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .btn-icon {
  padding: 0.3rem !important;
}

.multiselect__single {
  margin-bottom: 0px !important;
}

.placeholder {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  top: 4px;
  left: 5px;
  color: #040127;
  padding: 0 2px;
  font-size: 11px;
  font-weight: bold;
}

body.dark-layout .placeholder{
      background-color: #535681;
}

input ~ .placeholder,
input ~ .placeholder {
  top: -10px;
}

input,
.placeholder {
  transition: ease-in-out 0.2s all;
  -webkit-transition: ease-in-out 0.2s all;
  -moz-transition: ease-in-out 0.2s all;
  -o-transition: ease-in-out 0.2s all;
}

label.position-relative {
  width: 100%;
}

.block {
  border: 1px solid #ccc;
  padding: 20px 10px 10px 10px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.btn.btn-md {
  padding: 7px 10px !important;
}

.btn-md .md-remover {
  margin: -7px -10px -7px 0px;
  padding: 7px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.table.table-custom,
.table.table-custom th,
.table.table-custom td {
  border: 1px solid #d9d9d9;
  padding: 2px 5px;
  font-size: 11px;
}

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

.bg-custom {
  background-color: #e3e1fc;
  border-radius: 5px;
  padding: 0px 0px 15px 0px;
}

body.dark-layout .bg-custom {
    background-color: #0d3154;
}

.text-bold-black {
  color: black;
  font-weight: bold;
}

.table-custom-input {
  width: 100%;
  background: none;
  outline: none;
  border: none;
}

.auth-content .content-wrapper {
  margin-top: unset !important;
  padding: unset !important;
  border-radius: 10px;
}

.content-header-left {
  margin: 0;
  padding-bottom: 8px;
}

select.form-control:not([multiple=multiple]) {
  background-position: calc(100% - 5px) 6px, calc(100% - 20px) 13px, 100% 0 !important;
}

.brand-logo-2 {
  height: 32px;
  width: 41px;
  background-image: url("/images/logo/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-box {
  border: none;
  font-size: 20px;
  padding: 20px 25px;
  border-radius: 4px;
}

.multiselect__single {
  font-size: 14px !important;
}

.multiselect__option {
  padding: 6px !important;
  min-height: 35px !important;
  font-size: 14px !important;
}

.multiselect__placeholder {
  font-size: 13px !important;
}

.btn-default {
  border: 1px solid #ccc !important;
  padding: 5px 10px !important;
}

.vue-daterange-picker {
  min-width: 100% !important;
}

.form-control.reportrange-text {
  height: calc(1.25em + 0.9rem + 1px) !important;
}

.fillable {
  background-color: #ffffe4 !important;
}

body.dark-layout .fillable {
  background-color: #535681 !important;
}

.quick-start-timeline.timeline-left li .timeline-icon {
  left: -3.75rem !important;
  padding: 0.3rem !important;
}

.spin-animation {
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

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

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

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

.word-box {
  font-weight: bold;
  border: 1px solid #333;
  padding: 10px 20px;
}

.table-responsive {
  min-height: 450px;
}

.menu-title {
  font-size: 14px;
  font-weight: 500;
}

.multiselect__option--highlight {
  background: #e7e7e7 !important;
  color: #000 !important;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
}

.table-striped-light tbody tr:nth-child(odd) td,
.table-striped-light tbody tr:nth-child(odd) th {
  background-color: #f3f3f3 !important;
}

.b-avatar .b-avatar-custom,
.b-avatar .b-avatar-img,
.b-avatar .b-avatar-text {
  width: 100%;
  height: 100%;
  overflow: hidden;
  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;
  -webkit-mask-image: radial-gradient(#fff, #000);
  mask-image: radial-gradient(#fff, #000);
  font-size: 22px;
}

/**
Invoice page design start
**/

.invoice-header-block,
.invoice-header {
  height: 150px;
}

.invoice-footer-block,
.invoice-footer {
  height: 45px;
}

.invoice-header {
  position: fixed;
  top: 0;
  left: 0;
}

.invoice-header .shop-title {
  font-weight: bold;
  letter-spacing: 1px;
}

.invoice-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.invoice-print {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 100;
}

.icon-white {
  color: white !important;
}

/**
Invoice page design end
**/

.no-record {
  min-height: 100%;
  width: 100%;
  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;
}

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub > a:not(.mm-next):after {
  right: 20px !important;
  top: 12px !important;
}

.multiselect__input,
.multiselect__single,
.multiselect__placeholder {
  min-height: 26px !important;
  line-height: 26px !important;
}

/* .table th {
  color: #000 !important;
}

.table td {
  font-size: 0.85rem !important;
  color: #000 !important;
} */

.vs-checkbox-con .vs-checkbox {
  width: 16px !important;
  height: 16px !important;
}

.drp-calendar.col.left {
  border-right: 1px solid #ddd;
}

.block .form-group:last-child {
  margin-bottom: 10px;
}

.sale-price {
  padding: 4px 10px;
  display: inline-block;
  background: #f2f2f2;
  border-radius: 4px;
  font-weight: bold;
}

.commission-type {
  border: 1px solid #d9d9d9;
  padding: 5px 10px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.bank-des-sm {
  font-size: 10px;
  font-weight: 600;
  display: block;
}

.bank-des-xs {
  font-size: 10px;
  font-weight: 600;
  display: block;
}

textarea.form-control {
  height: auto !important;
}

.c-icon {
  width: 18px;
  height: 18px;
}

.table.table-sm td,
.table.table-sm th {
  padding: 0.3rem 0.5rem;
}

.menu-collapsed .main-menu:not(.expanded) .nav-item .menu-title {
  display: none;
}

.menu-collapsed .main-menu:not(.expanded) .navigation li a {
  margin: 6px 15px !important;
}

.current-balance {
  background-color: #fff9f0 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.balance-sheet-status {
  list-style: none;
  padding: 0;
  margin: 0;
}

.balance-sheet-status li:not(:last-child) {
  border-bottom: 1px solid #f3f4f5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.balance-sheet-status li {
  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;
  font-size: 12px;
}

.field-editable {
  background: #ffdfa4;
}

.quantity-field {
  text-align: center;
  padding: 0;
  min-width: 50px;
}

.fw-600 {
  font-weight: 600 !important;
}
/*
html,
body {
  color: #000000 !important;
  font-family: "Segoe UI", sans-serif !important;
  font-weight: 500 !important;
}

::-webkit-input-placeholder {
  color: #111111 !important;
  opacity: 1;
}

::-moz-placeholder {
  color: #111111 !important;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #111111 !important;
  opacity: 1;
}

::placeholder {
  color: #111111 !important;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #111111 !important;
}

::-ms-input-placeholder {
  color: #111111 !important;
}

::-webkit-input-placeholder {
  color: #111111 !important;
}

.multiselect__placeholder {
  color: #111111 !important;
} */

.right-picker .daterangepicker.openscenter:after,
.right-picker .daterangepicker.openscenter:before {
  left: 50% !important;
}

.right-picker .daterangepicker.openscenter {
  right: 0 !important;
  left: 7% !important;
  -webkit-transform: translate(-66%) !important;
  transform: translate(-66%) !important;
}

.product-warranty {
  margin: 0px !important;
  font-size: 12px;
  color: #403b3b;
  font-weight: normal;
}

.letter-count {
  right: 0;
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  font-weight: 600;
  color: #777;
}

.settings .card-body {
  padding: 0 !important;
}

.form-group label {
  font-weight: 500;
  font-size: 12px;
}

.settings-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.settings-wrapper .settings-nav {
  width: 250px;
}

.settings-wrapper .settings-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.settings-wrapper .settings-nav ul li a {
  display: block;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #666666;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.settings-wrapper .settings-nav ul li a.active,
.settings-wrapper .settings-nav ul li a:hover {
  background-color: rgba(115, 103, 240, 0.15);
  color: #7367f0;
}

.settings-wrapper .settings-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 20px;
  background-color: #f6f6fc;
}

.search-box {
  background-color: rgba(115, 103, 239, 0.2);
  padding: 0px 10px 10px 10px;
}

.search-box p {
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0px;
  border-radius: 5px;
  font-weight: bold;
  color: #7367f0;
}

.card-selected {
  background-color: #7367ef !important;
}

.card-selected .b-avatar {
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.card-selected .b-avatar-custom {
  color: #fff !important;
}

.card-selected .b-avatar-custom .feather {
  color: #fff !important;
}

.card-selected .media-body h4 {
  color: #ffffff !important;
}

.card-selected .media-body p {
  color: #ffffff !important;
}

.key-list {
  color: #7367f0;
  background-color: #e8e5ff;
}

.key-list ul {
  list-style: none;
  padding: 10px;
}

.key-list ul li {
  padding: 2px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 11px;
  font-weight: 600;
}

.key-list ul li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.user-info {
  font-size: 10px;
  background-color: #e9e7ff;
  padding: 1px 5px;
}

.chart-type::after {
  position: absolute !important;
  top: -1px !important;
  right: -21px !important;
  font-size: 18px !important;
  z-index: 1000 !important;
  left: auto !important;
}

.green-alert {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #01a601;
  background-color: #e3f2e3;
  padding: 5px;
  text-align: center;
}

.orange-alert {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #a94707;
  background-color: #f0e5d4;
  padding: 5px;
  text-align: center;
}

.bg-banner-login {
  background-color: #dfdfdf;
}

.bg-authentication .form-control {
  height: calc(1.25em + 2rem + 1px) !important;
}

.bg-authentication .form-control-position {
  height: 3.5rem;
  line-height: 3rem;
  font-size: 1.4rem;
  width: 2.5rem !important;
}

.main-menu {
  z-index: 1 !important;
}

.content-app {
  width: 100%;
  top: 0;
  height: 100%;
  overflow-x: hidden;
}

html body .content.app-content {
  overflow: initial !important;
}

.header-navbar.floating-nav {
  top: 0;
}

.user-avatar {
  height: 100px;
  width: 100px;
  background: #2920b9;
  background: radial-gradient(circle, #2920b9 0%, #8383f2 50%, #2f279f 100%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  color: white;
  font-weight: bold;
  letter-spacing: 5px;
}

.bg-label-primary {
  background-color: #eae8fd !important;
  color: #7367f0 !important;
}

.user-profile h4 {
  margin-top: 0;
}

.user-summary {
  gap: 1rem;
}

.user-summary .feather {
  font-size: 1.3rem;
}

.user-summary .bg-label-primary {
  padding: 0.8rem;
}

.user-summary .d-flex.align-items-start {
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.user-summary .fw-medium {
  font-weight: 600;
}

.deleted-record {
  background-color: #ffe7e7;
}

.deleted-record td,
.deleted-record th {
  color: red !important;
  border-color: transparent !important;
}

.text-focus {
  color: #7367f0 !important;
}

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

.p-price {
  width: 150px;
}

.p-price span {
  width: 100%;
}

.p-qty {
  width: 100px;
}

.placeholder-row {
  font-size: 9pt;
  font-weight: bold;
  padding-left: 3px;
}

#shop-settings .modal-body {
  min-height: 500px;
}

#shop-settings .nav.nav-pills .nav-item .nav-link {
  background-color: #eee;
  border-radius: 30px;
  padding: 4px 20px;
}

#shop-settings .nav-pills .nav-link.active {
  background-color: #7367f0 !important;
}

/* li.nav-item.active a > span,
li.nav-item.active a > i {
  color: white !important;
} */

li.nav-item.active a > span.text-dark {
  color: #000 !important;
}

li.nav-item.active a > i.text-primary {
  color: #7367f0 !important;
}

#pills-invoice .form-group {
  margin-bottom: 0;
}

/* li.nav-item.active a > span.dashboard {
  color: black !important;
} */

li.nav-item.active a > i.dashboard {
  color: #7367f0 !important;
}

/*
--------------------------------
Report Layout
--------------------------------
*/

#custom-data-container {
  overflow: visible !important;
}

.custom-data-table thead tr th {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  background-color: #f5f5f5;
}

.alt-data-table th {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  background-color: #f5f5f5;
}

/*
---------------------------------
  Media Queries
---------------------------------
*/

@media screen and (max-width: 1550px) {
  .p-price {
    width: 110px;
  }

  .p-qty {
    width: 55px;
    margin-right: 5px;
  }
}

