@import url("https://fonts.cdnfonts.com/css/sf-mono");

.page-height {
  /* height: calc(100vh) !important; */
  /* overflow-y: auto; */
}

p,
h3 {
  margin-bottom: 0;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #9ea5ab;
  border-radius: 2.5px;
}

.w-max-content {
  width: max-content !important;
}

.font-style-underline {
  text-decoration: underline;
}

.font-mono {
  font-family: "SF Mono", Arial, sans-serif !important;
}

.font-black,
.inner-font-black * {
  color: #444444 !important;
}

.font-orange {
  color: #ff7e1d !important;
}

.font-green {
  color: #5bb878 !important;
}

.font-red {
  color: #e95145 !important;
}

.font-14,
.inner-font-14 * {
  font-size: 14px !important;
}

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

.font-10 {
  font-size: 10px !important;
}

.font-20 {
  font-size: 20px !important;
}
.font-23 {
  font-size: 23px !important;
}
.font-25 {
  font-size: 25px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-30 {
  font-size: 30px !important;
}

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

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

.text-end {
  text-align: right !important;
}

.certical-align-revert {
  vertical-align: revert;
}

.align-item-center {
  align-items: center;
}

.rounded-lg {
  border-radius: 10px !important;
}

.rounded-xl {
  border-radius: 20px !important;
}

.rounded-md {
  border-radius: 10px !important;
}

.inner-mx-auto > * {
  margin-left: auto !important;
  margin-right: auto !important;
}

.btn-light {
  background: #ffffff;
  border: 1px solid #444444;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.btn-light-orange {
  background: #fff7f1;
  color: #ff7e1d;
}

.btn-orange {
  background: #ff7e1d;
  color: white !important;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.btn-orange:hover {
  background: #de660a;
  color: white !important;
}

.bg-extra-light-ornge {
  background-color: #f4ede6 !important;
}

.bg-light-gray {
  background-color: #f9f9f9 !important;
}

.bg-light-grayish {
  background-color: #f6f6f6 !important;
}

.bg-light-green {
  background: #f5fef8;
}

.bg-light-red {
  background: #fff5f4;
}

.border-light-gray,
.inner-border-light-gray > button {
  border-color: #d9dde9;
}

.p-10 {
  padding: 9.5px;
}

.py-5 {
  padding: 5.5px !important;
}

.shadow-0318 {
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.1);
}

.shadow-0720 {
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.08);
}

.cutom-dropdown .v-text-field__details,
.custom-input-hh .v-input__append-inner,
.custom-input-hh .v-input__slot::after,
.reverse-row .v-input__slot:before,
.custom-input-hh .v-text-field__details,
.custom-input-hh .v-input__slot:before {
  display: none !important;
}

.reverse-row .v-input__slot {
  flex-direction: row-reverse;
  border: 1px solid #b9c6e0;
  padding: 5px;
  border-radius: 4px !important;
}

.reverse-row .v-input__append-inner {
  margin-right: 10px;
  border-right: 1px solid #b9c6e0;
  padding-right: 7px;
}

.reverse-row .v-label {
  color: #444444 !important;
  font-weight: 500 !important;
}

.v-data-table > .v-data-table__wrapper > table > tbody > tr > td,
.v-data-table > .v-data-table__wrapper > table > tbody > tr > th,
.v-data-table > .v-data-table__wrapper > table > thead > tr > td,
.v-data-table > .v-data-table__wrapper > table > thead > tr > th,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > td,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > th {
  padding: 0 5px !important;
}

.v-data-table > .v-data-table__wrapper > table > tbody > tr > td {
  font-family: "SF Mono", Arial, sans-serif !important;
}

.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
  font-weight: 700 !important;
  color: #444444 !important;
  font-size: 14px !important;
}

.v-data-table--dense > .v-data-table__wrapper > table > tbody > tr > th,
.v-data-table--dense > .v-data-table__wrapper > table > thead > tr > th,
.v-data-table--dense > .v-data-table__wrapper > table > tfoot > tr > th {
  height: 35px !important;
}

.v-data-table tbody tr td,
.v-data-table thead tr th {
  border-bottom: 0 !important;
}

.v-list-item--active .v-icon.v-icon {
  color: #ff7e1d !important;
}

.v-icon.v-icon {
  color: #bec1c2 !important;
  margin-right: 7px;
}

.theme--light.v-list-item--active:hover::before,
.theme--light.v-list-item--active::before {
  opacity: 0 !important;
}

.cutom-dropdown .v-input__slot {
  border: 0 !important;
  margin-bottom: 0 !important;
}

.v-data-table-header__icon,
.v-data-table-header__icon.v-icon.v-icon,
.v-data-table-header__icon > * {
  opacity: 1 !important;
  color: #444444 !important;
  font-size: 13px !important;
  margin-left: 5px !important;
  margin-right: 0 !important;
}

.modal-header {
  padding-top: 14px !important;
  padding-bottom: 13px !important;
  border: 0 !important;
}

.v-text-field--outlined .v-label.v-label--active {
  left: -11px !important;
  color: #ff7e1d;
  font-size: 14px !important;
  top: 15px !important;
}

.v-text-field--outlined fieldset {
  border-color: #e7e7e7 !important;
}

.v-text-field--outlined > .v-input__control > .v-input__slot {
  min-height: 45px !important;
}

.v-text-field--outlined .v-label {
  top: 13px !important;
}

.v-text-field.v-text-field--enclosed .v-text-field__details {
  display: none !important;
}

.v-text-field--full-width .v-input__prepend-outer,
.v-text-field--full-width .v-input__prepend-inner,
.v-text-field--full-width .v-input__append-inner,
.v-text-field--full-width .v-input__append-outer,
.v-text-field--enclosed .v-input__prepend-outer,
.v-text-field--enclosed .v-input__prepend-inner,
.v-text-field--enclosed .v-input__append-inner,
.v-text-field--enclosed .v-input__append-outer {
  margin-top: 12px !important;
}

.dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
   padding: 6px 17px !important;
}

ul.dropdown-menu,
ul.dropdown-menu * {
  min-width: 100% !important;
}

.dropdown-item {
  padding: 0.25rem 0.75rem;
}

.form-group label {
  margin-bottom: 5px !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ff7e1d !important;
  background-color: #ff7e1d !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem hwb(26deg 11% 0% / 25%) !important;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #fff7f1 !important;
  border-color: #ffb278 !important;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffb278 !important;
}

.v-select.v-text-field:not(.v-text-field--single-line) input {
  max-width: 100%;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }

  :focus-visible,
  button:focus-visible {
    outline: 0 !important;
  }
}

:focus-visible,
button:focus-visible,
button:focus {
  outline: 0 !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ff7e1d;
  border-color: #ff7e1d;
}

.appFilters {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #444444;
  margin-bottom: 0;
}

.v-input--selection-controls__ripple {
  border-radius: 0 !important;
  cursor: pointer;
  height: 0 !important;
  width: 0 !important;
}

.v-label {
  margin-bottom: 0 !important;
  padding-left: 9px;
}

/* table */
.tab-pane .v-icon.v-icon {
  color: #ff7e1d !important;
}

table > tbody > tr > th,
tr:nth-child(even) {
  background: #f6f6f6 !important;
}

table > tbody > tr > td {
  font-family: "SF Mono", Arial, sans-serif !important;
}

table > tbody > tr > td,
table > thead > tr > th {
  height: 43px !important;
  font-size: 14px !important;
  border-top: none !important;
}

table > thead > tr > th {
  padding-bottom: 0 !important;
  padding: 12px 12px 0 12px !important;
}

.table thead th {
  border-bottom: none !important;
}

/* --End-- */

.form-control {
  height: 40px !important;
  font-size: 14px;
}

.table-hhh-main tr:nth-child(even) {
  background: white !important;
}

.hidden_header {
  display: none !important;
}

.v-messages {
  display: none !important;
}

/* Multi-Select */
.multiselect * {
  font-weight: 400 !important;
}

.multiselect__tags {
  padding: 4px !important;
  height: 38px !important;
  border-color: #ced4da !important;
}

.multiselect__tag {
  padding: 8px 26px 8px 9px !important;
  background: #f4f4f4 !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #444444 !important;
  margin-bottom: 0 !important;
  border-radius: 4px !important;
}

.multiselect__tag-icon {
  top: 4px !important;
}

.multiselect__tag-icon:after {
  content: "\D7";
  color: #444444 !important;
  font-size: 14px;
}

.multiselect__tag-icon:hover {
  background-color: transparent !important;
}

.custom-select {
  position: relative;
  height: 40px !important;
}

.multiselect--active {
  z-index: 2 !important;
}

.multiselect__option--highlight {
  background: #ff7e1d !important;
}

span.multiselect__option.multiselect__option--highlight::after {
  background-color: #ff7e1d !important;
}

.multiselect__element {
  font-weight: 100 !important;
  font-size: 14px !important;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a !important;
  color: #fff;
}

/* ---End--- */

.v-input--selection-controls .v-input__slot > .v-label {
  font-size: 14px !important;
}

/* Date Picker */
.mx-calendar-header-label .mx-btn {
  color: inherit !important;
}

.mx-datepicker {
  width: 100% !important;
}

.mx-calendar {
  height: 334px !important;
  padding: 0 !important;
}

.mx-calendar-content .cell.active div {
  color: #fff7f1;
  background-color: #ff7e1d;
  border-radius: 50%;
  padding: 9px 0px;
}

.mx-calendar-content .cell.active {
  background-color: inherit !important;
}

.mx-datepicker-main {
  font-family: inherit !important;
  color: inherit !important;
  background-color: #fff;
}

.mx-table-date .today {
  color: #ff7e1d !important;
}

.mx-table-date td,
.mx-table-date th {
  font-size: 12px !important;
}

.mx-icon-calendar {
  display: none !important;
}

.mx-calendar-content .cell:hover {
  background-color: #fff7f1 !important;
}

/* ---End--- */

.mx-input {
  height: 40px !important;
  -webkit-box-shadow: none !important;
}

/* input label */
.input-label {
  font-size: 14px;
  font-weight: 700;
  color: #444444 !important;
}

/* heading style */
.heading-style {
  font-size: 30px;
  font-weight: 700;
  color: #444444 !important;
}

/* dashboard style */
.dashboard-subheading {
  font-size: 20px;
  font-weight: 700;
  color: #444444 !important;
}

.dropdown-toggle::after {

  content: url("../images/headerdropdownicon.svg");
  border: 0 !important;
  position: absolute;
  top: 4px;
  right: 4px;
}
/* custom-select */

.custom-select {
  background: #fff url("../images/headerdropdownicon.svg") no-repeat right
    0.75rem center/8px 10px !important;
}

.multiselect__select:before {
  position: relative;
  right: -6px !important;
  top: 5px !important;
  color: #999;
  margin-top: 4px;
  border-style: solid;
  border-width: 0 !important;
  border-color: #999 transparent transparent;
  content: url("../images/headerdropdownicon.svg") !important;
  border: none !important;
}

.rapid-reports .v-data-table > .v-data-table__wrapper > table {
  width: 100%;
  min-width: 1190px !important;
  border-spacing: 0;
}
