@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Material+Icons);@charset "UTF-8";

/* Big screen Variables */

html {
  font-size: 100%;
  color: #222;
  cursor: default;
  line-height: 1;
  margin: 0;
  padding: 0;
  overflow-y: auto !important;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #222;
  cursor: default;
  line-height: 1;
  margin: 0;
  padding: 0;
  background: #eef3f4 !important;
}

/* @media (min-width: 1921px) {
  body {
    font-size: 18px !important;
  }
} */

#app.application {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #222;
  line-height: 1;
  background: #eef3f4 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: normal;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

p {
  margin-bottom: 0;
  line-height: normal;
  word-break: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

a {
  text-decoration: none !important;
}

a:focus {
  outline: 0 !important;
}

span {
  line-height: normal;
}

.p-relative {
  position: relative;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

ul {
  list-style-type: none;
}

.container.container--fluid {
  padding: 0 15px;
}

.va-top {
  vertical-align: top;
}

.mScroll {
  padding-bottom: 10px !important;
}

.p-rel {
  position: relative;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.fas {
  font-family: fontAwesome;
  font-style: initial;
}

.cursor-pointer {
  cursor: pointer !important;
}

.default-pointer {
  cursor: default !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.cursor-pointer {
  cursor: pointer;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.green-circle {
  color: #30ad23;
}

.red-circle {
  color: red;
}

.orange-circle {
  color: orange;
}

.green-dot,
.red-dot {
  margin-top: 0px;
  margin-bottom: 1px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  display: inline-block;
}

.green-dot {
  background-color: #00990c;
}

.red-dot {
  background-color: red;
}

.orange-dot {
  background-color: orange;
}

.grey-light {
  background-color: #efefef;
}

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

.txt-red {
  color: red;
}

.txt-green {
  color: #00990c;
}

.white-circle {
  color: #fff;
}

.display-inline-blc {
  display: inline-block !important;
}

.text-justify {
  text-align: justify;
}

table.borderless tr td {
  border-top: none !important;
}

.border-bottom-grey {
  border-bottom: 1px solid #eee;
}

/*.img-responsive {
  width: 100%;
}*/

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

h3.heading-title {
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 0px;
}

.color-theme {
  color: #cba750 !important;
}

.grey-color {
  color: #A0A0A0;
}

.line-height-normal {
  line-height: normal;
}

.light-blue-bg {
  background-color: #51c1ed !important;
}

.grey-bg {
  background-color: #f5f5f5 !important;
}

.medium-grey-bg {
  background-color: #ebebeb !important;
}

.light-green-bg {
  background-color: #c1d7bf !important;
}

.dark-grey-bg {
  background-color: #d5d5d5 !important;
}

.ellipses {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

textarea {
  resize: none !important;
}

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

.fs20 {
  font-size: 20px;
}

.fs18 {
  font-size: 18px;
}

.fs16 {
  font-size: 16px !important;
}

.vertical-middle {
  vertical-align: middle;
}

.product-color-list .color-dots {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 4px;
}

.product-color-list .green-bg {
  background: #139346;
}

.white-text {
  color: #fff;
}

/*.v-menu__content[style] {
    min-width: auto !important;
}*/

.table .no-border th {
  border-top: none;
}

.va-inherit {
  vertical-align: inherit;
}

.w3-badge.green {
  background-color: #139346 !important;
}

.w3-badge.red {
  background-color: red !important;
}

@media (max-width: 767px) {
  .float-xs-none {
    float: none !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .no-sm-pull {
    float: none !important;
  }
}

/* Vuetify Version changes */

.d-inline-block {
  display: inline-block !important;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.theme--light.v-card > .v-card__text {
  color: initial !important;
}

.text-lg-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

a {
  cursor: pointer;
}

.v-list--dense .v-list-item .v-list-item__subtitle,
.v-list--dense .v-list-item .v-list-item__title,
.v-list-item--dense .v-list-item__subtitle,
.v-list-item--dense .v-list-item__title {
  font-size: inherit !important;
}

p {
  margin-bottom: 16px;
}

/* Vuetify Version changes */

/*table responsive class*/

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/*table responsive class ends*/

.text-uppercase {
  text-transform: uppercase;
}

/*v application font issue*/

.v-application {
  font-family: unset !important;
}

.fullscreen[style] {
  background: #eef3f4 !important;
}

.box-padd .v-application .headline,
.v-application .title {
  font-family: unset !important;
}

.v-list-group.v-list-group--active.primary--text {
  color: unset !important;
}

/*icon for table*/

.fa-long-arrow-down:before {
  content: url(/images/arrow-down.png?9bf44c9314fe2009de8cbcaf0c6a911e) !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.fa-long-arrow-up:before {
  content: url(/images/arrow-up.png?73250f34d4f9f8483d0c2d8b223c3bd9) !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.help-block {
  font-size: 12px;
}

@media (min-width: 960px) and (max-width: 1387px) {
  .v-application .btn.float-left-md {
    float: left !important;
  }
}

.VueTables__child-row-toggler {
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: block;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

/*.VueTables__child-row-toggler--closed::before {
    content: "+";
}

.VueTables__child-row-toggler--open::before {
    content: "-";
}*/

/*.VueTables__child-row-toggler{
    position: absolute;
    width: 100%;
    height: 25px;
}*/

header.v-sheet.v-sheet--tile.theme--light.v-toolbar {
  height: unset !important;
}

:focus,
:active,
:hover {
  outline: none !important;
}

/* Issue : Un-ordered list in WYSIWYG editor doesn't show up in table data Solution CSS */

.patient-record-main .record-notes-table ul {
  list-style-type: unset;
}

.v-picker--date .v-btn.v-btn--icon {
  padding-right: inherit !important;
}

.theme--light.v-application {
  background: transparent !important;
}

/*  Overlapping issue in Tinymce editor */

.tinymce > .mce-container,
.tinymce {
  height: auto !important;
}

.toggle-btn.v-input--is-label-active .v-input--switch__thumb {
  color: #cba750 !important;
}

.toggle-btn.v-input--is-label-active .v-input--switch__track {
  color: rgba(0, 0, 0, 0.38) !important;
}

.fixed-layout-table {
  table-layout: fixed;
}

.word-break-all {
  word-break: break-all;
}

.w3-black {
  background-color: #000 !important;
  border: 1px solid #000 !important;
}

.patient_signature {
  border-radius: 0px;
  border: 2px solid #929292;
  background: #fff;
}

.loader-default {
  display: inline-block;
  margin: 5px 0;
  width: 45px;
  height: 45px;
  font-size: 28px;
  line-height: 28px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #000;
  -webkit-animation: loading-rotating-data-v-46b20d22 ease 1.5s infinite;
  animation: loading-rotating-data-v-46b20d22 ease 1.5s infinite;
}

.loader-default:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
}

.v-overlay.v-overlay--active {
  height: 100vh;
  /* .v-overlay__scrim[style] {
    background-color: rgba(187, 187, 187, 0.63);
  } */
}

.v-tooltip__content.v-tooltip__content--fixed,
.v-tooltip__content.menuable__content__active {
  padding: 2px 10px 5px 10px !important;
  font-size: 15px !important;
  line-height: unset !important;
  border: none !important;
  height: auto !important;
  width: auto !important;
  background: #0c0c0c !important;
  color: #fff !important;
  border-radius: 6px !important;
}

.v-banner .v-banner__text .fa-files-o {
  margin-left: 8px;
  font-size: 16px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  body {
    font-size: 18px;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  body {
    font-size: 20px;
  }
}

@media (min-width: 3840px) {
  body {
    font-size: 22px !important;
  }
}

@media (min-width: 1920px) and (max-width : 2559px) {
  a,
  p,
  span,
  .v-list .v-list-item .v-list-item__title {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  a,
  p,
  span,
  .v-list .v-list-item .v-list-item__title {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  a,
  p,
  span,
  .v-list .v-list-item .v-list-item__title {
    font-size: 22px !important;
  }
}

@media (min-width: 1920px) and (max-width : 2559px) {
  h5 {
    font-size: 16px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  h5 {
    font-size: 18px !important;
  }
}

@media (min-width: 3840px) {
  h5 {
    font-size: 20px !important;
  }
}

.mce-container,
.mce-container *,
.mce-widget,
.mce-widget *,
.mce-reset {
  font-family: inherit !important;
}

.mce-ico {
  font-family: "tinymce", Arial !important;
}

.money-pay-proc-img {
  width: 5vw;
  margin: 0 auto;
}

.border-remove td {
  border: none !important;
}

.color-picker-section .v-input .v-input__slot .v-input__append-inner {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  border-radius: 4px;
  padding-left: 0;
}

.container .v-card header.v-toolbar {
  box-shadow: none;
}

#card-element {
  border: 1px solid #9e9e9e;
  height: 42px;
  padding: 10px;
}

#card-element.StripeElement--invalid {
  border: 1px solid red;
}

.patients-fav .table thead th:nth-child(1) {
  width: 20%;
}

.patients-fav .table thead th:nth-child(2) {
  width: 20%;
}

.patients-fav .table thead th:nth-child(3) {
  width: 20%;
}

.patients-fav .table thead th:nth-child(4) {
  width: 40%;
}

.patients-fav .table tbody tr td:nth-child(1) {
  width: 20%;
}

.patients-fav .table tbody tr td:nth-child(2) {
  width: 20%;
}

.patients-fav .table tbody tr td:nth-child(3) {
  width: 20%;
}

.patients-fav .table tbody tr td:nth-child(4) {
  width: 40%;
}

.patients-searches .table thead th:nth-child(1) {
  width: 30%;
}

.patients-searches .table thead th:nth-child(2) {
  width: 70%;
}

.patients-searches .table tbody tr td:nth-child(1) {
  width: 30%;
}

.patients-searches .table tbody tr td:nth-child(2) {
  width: 70%;
}

.v-text-field .v-label {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.75);
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .v-text-field .v-label {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .v-text-field .v-label {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .v-text-field .v-label {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) {
  .v-text-field .v-label {
    height: 25px !important;
    line-height: 25px !important;
  }
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .v-text-field input {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .v-text-field input {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .v-text-field input {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) {
  .v-text-field input {
    max-height: 42px !important;
  }
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .v-messages__message {
    font-size: 14px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .v-messages__message {
    font-size: 16px !important;
  }
}

@media (min-width: 3840px) {
  .v-messages__message {
    font-size: 18px !important;
  }
}

.btn-theme {
  background-color: #cba750 !important;
  border-color: #cba750 !important;
  color: #FFF !important;
}

.btn-grey {
  border-color: #AAA !important;
  color: #fff !important;
  background-color: #AAA !important;
}

.btn-light-grey {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #000 !important;
  cursor: pointer;
}

.btn-light-blue {
  background-color: #51c1ed !important;
  border-color: #51c1ed !important;
  color: #FFF !important;
}

.btn-light-pink {
  background-color: #ef5ea7 !important;
  border-color: #ef5ea7 !important;
  color: #FFF !important;
}

.btn-light-yellow {
  background-color: #cba750 !important;
  border-color: #cba750 !important;
  color: #FFF !important;
}

.btn-black {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #FFF !important;
}

.v-btn {
  border: none;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize !important;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  border-radius: 8px !important;
  margin-left: 0 !important;
  letter-spacing: normal !important;
  padding: 0 16px !important;
  margin: 6px 8px 6px 0px !important;
}

.btn-capital {
  text-transform: uppercase !important;
}

.btn i.v-icon {
  color: inherit !important;
  margin-right: 8px;
  font-size: inherit;
}

.email-attachment-icon {
  padding: 0 14px !important;
  height: 27px !important;
  width: 27px !important;
  background-color: #000 !important;
}

.email-attachment-icon i.v-icon {
  color: #fff !important;
  font-size: 16px !important;
}

#emailForm .email-attachment-icon {
  margin-top: 15px !important;
}

.attachment-lng {
  position: relative;
  top: 6px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .v-btn,
  .btn {
    font-size: 17px !important;
    padding: 0 22px !important;
    height: 40px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .v-btn,
  .btn {
    font-size: 19px !important;
    padding: 0 26px !important;
    height: 40px !important;
  }
}

@media (min-width: 3840px) {
  .v-btn,
  .btn {
    font-size: 22px !important;
    padding: 0 30px !important;
    height: 42px !important;
  }
}

.btn-height-50 {
  height: 50px !important;
}

.theme--light.v-icon {
  color: rgba(0, 0, 0, 0.8) !important;
}

.theme--light.v-label {
  color: rgba(0, 0, 0, 0.8) !important;
}

.v-input--selection-controls {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.v-input--selection-controls:not(.v-input--hide-details) .v-input__slot {
  margin-bottom: 0 !important;
}

.theme--light.v-messages {
  min-height: 1px !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .v-input--checkbox label.v-label {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .v-input--checkbox label.v-label {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .v-input--checkbox label.v-label {
    font-size: 22px !important;
  }
}

.v-dialog {
  border-radius: 0 !important;
  max-height: unset !important;
  overflow: unset !important;
}

.v-dialog .v-card {
  border-radius: 0 !important;
}

.v-dialog .v-card .v-card__title + .v-card__text,
.v-dialog .v-card .v-stepper__content {
  max-height: 76vh;
  overflow: auto;
}

.v-dialog .v-card .v-card__title + .v-card__text::-webkit-scrollbar-track,
.v-dialog .v-card .v-stepper__content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.v-dialog .v-card .v-card__title + .v-card__text::-webkit-scrollbar,
.v-dialog .v-card .v-stepper__content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #F5F5F5;
}

.v-dialog .v-card .v-card__title + .v-card__text::-webkit-scrollbar-thumb,
.v-dialog .v-card .v-stepper__content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

.v-dialog .v-card__title.headline {
  border-radius: 0;
  background-color: #000000;
  color: #FFF;
  padding: 15px;
  line-height: normal !important;
  font-size: 18px !important;
  font-family: inherit !important;
}

.v-dialog__container .v-dialog__content--active {
  background: rgba(0, 0, 0, 0.5);
}

.v-dialog__container .v-card__title {
  padding: 15px;
  line-height: normal !important;
  font-size: 16px !important;
  border-radius: 0;
}

.v-dialog__container .v-card__title.black-bg {
  background: #000;
  color: #fff;
}

.v-dialog__container .v-dialog {
  border-radius: 0;
}

.v-dialog__container .v-dialog .v-sheet {
  border-radius: 0;
}

.v-dialog > .v-card > .v-card__text {
  padding: 16px !important;
}

.v-dialog > .v-card > .v-card__title {
  padding: 15px !important;
}

@media (min-width: 992px) {
  .modal-dialog.v-dialog {
    width: 600px;
    margin: 30px auto;
  }
}

@media (min-width: 992px) and (max-width: 1919px) {
  .modal-lg.v-dialog {
    width: 900px;
    max-width: 900px;
  }
}

@media (min-width: 1920px) {
  .modal-lg.v-dialog {
    width: 60%;
    max-width: 60%;
  }
}

.common-color {
  color: #cba750;
}

.laser-rf-ultrasound-modal .v-card .v-card__text {
  height: 45vh;
}

.botulinum-modal .v-card .v-card__text,
.dermal-filters-modal .v-card .v-card__text {
  max-height: 28vh !important;
}

.modal-stepper .v-stepper {
  border-radius: 0;
}

.modal-stepper .v-card__title + .v-card__text {
  max-height: unset;
  overflow: unset;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .v-dialog > .v-card > .v-card__title,
  .v-dialog .v-card__title.headline,
  .v-sheet.v-sheet--tile .v-toolbar__title {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .v-dialog > .v-card > .v-card__title,
  .v-dialog .v-card__title.headline,
  .v-sheet.v-sheet--tile .v-toolbar__title {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .v-dialog > .v-card > .v-card__title,
  .v-dialog .v-card__title.headline,
  .v-sheet.v-sheet--tile .v-toolbar__title {
    font-size: 24px !important;
  }
}

.navbar,
.navbar.navbar-default {
  background-color: #1D1A28;
  color: rgba(255, 255, 255, 0.84);
}

.navbar {
  padding: 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  position: relative;
  height: 60px;
  line-height: 50px;
  color: inherit;
}

@media (max-width: 992px) {
  .navbar-brand {
    height: 50px;
    line-height: 30px;
  }
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .navbar-brand {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .navbar-brand {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .navbar-brand {
    font-size: 24px !important;
  }
}

.navbar-brand {
  padding: 12px;
}

.navbar-brand img {
  max-height: 35px;
  /*@media (min-width: 1254px) and (max-width: 1369px ) {
      max-height: 23px;
  }*/
}

.navbar {
  margin-bottom: 15px;
}

.onoffcanvas-toggler {
  display: inline-block !important;
  outline-width: 0;
  position: relative;
  min-width: 2.5rem;
  min-height: 2.5rem;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  top: 10px;
  float: left;
  margin-right: 5px;
}

.onoffcanvas-toggler:after {
  content: "";
  position: absolute;
  width: 70%;
  left: 10%;
  top: 50%;
  border-style: solid;
  border-color: #fff;
  will-change: transform;
  transform: translate3d(0, -50%, 0);
  transition: all 0.3s ease;
  border-width: 3px 0;
  height: 38%;
}

.onoffcanvas-toggler:before {
  content: "";
  position: absolute;
  width: 70%;
  left: 10%;
  top: 50%;
  border-style: solid;
  border-color: #fff;
  will-change: transform;
  transform: translate3d(0, -50%, 0);
  transition: all 0.3s ease;
  border-width: 3px 0 0;
}

button.onoffcanvas-toggler {
  border-width: 0;
  background: 0 0;
}

.is-open .onoffcanvas-toggler[aria-expanded=true]:after {
  width: 100%;
  height: 2px;
  left: 0;
  transform: rotate(-45deg);
  border-width: 2px 0 0;
}

.is-open .onoffcanvas-toggler[aria-expanded=true]:before {
  width: 100%;
  height: 2px;
  left: 0;
  transform: rotate(45deg);
}

.onoffcanvas-toggler.is-animated[aria-expanded=true]:after {
  width: 100%;
  height: 2px;
  left: 0;
  transform: rotate(-45deg);
  border-width: 2px 0 0;
}

.onoffcanvas-toggler.is-animated[aria-expanded=true]:before {
  width: 100%;
  height: 2px;
  left: 0;
  transform: rotate(45deg);
}

.navbar .navbar-nav1 > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
  padding-top: 17px;
  padding-bottom: 5px;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 1254px) and (max-width: 1369px) {
  .navbar .navbar-nav1 > li > a {
    font-size: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .navbar .navbar-nav1 > li > a {
    padding: 17px 7px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .navbar .navbar-nav1 > li > a {
    padding-top: 12px;
  }
}

@media (min-width: 1254px) and (max-width: 1369px) {
  .clinic-change .toggle-li span {
    font-size: 14px;
  }
}

.navbar .navbar-nav1 > li > .img-header-txt {
  padding: 14px 7px;
}

.tb-profile-pic {
  width: 46px;
  height: 46px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  float: right;
  margin-left: 10px;
  margin-top: -12px;
  max-height: none !important;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (max-width: 767px) and (min-width: 320px) {
  .nav {
    display: inline-flex;
  }
}

.mytask #task-badge,
.message #message-badge {
  font-size: 0.85em;
  padding: 4px 5px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #e31515;
  border-radius: 10px;
  min-width: 20px;
  width: auto;
  height: auto;
  position: absolute;
  top: 8px;
  right: 0px;
}

@media (min-width: 1920px) {
  .mytask #task-badge,
  .message #message-badge {
    top: 3px;
  }
}

.waiting-room #waiting-badge {
  font-size: 0.85em;
  padding: 4px 5px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #00a2ff;
  border-radius: 10px;
  min-width: 20px;
  width: auto;
  height: auto;
  position: absolute;
  top: 8px;
  left: 0px;
}

.review-token #token-badge {
  font-size: 0.85em;
  padding: 4px 5px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #00a2ff;
  border-radius: 10px;
  min-width: 20px;
  width: auto;
  height: auto;
  position: absolute;
  top: 8px;
  left: 0px;
}

.review-token .img-header-txt img {
  height: 24px;
}

/*.mScroll { height: 200px }*/

@media (min-width: 768px) and (max-width: 1023px) {
  .navbar .navbar-nav > li > a {
    padding: 0px 12px !important;
    line-height: 50px;
    height: 50px !important;
  }

  .navbar-brand > img {
    max-height: 35px;
  }

  .navbar-nav > li a img {
    max-height: 20px;
  }

  .onoffcanvas-toggler {
    top: 5px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1169px) {
  .navbar .navbar-nav > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .navbar-brand > img {
    max-height: 35px;
  }

  .onoffcanvas-toggler {
    top: 8px !important;
  }
}

@media (max-width: 1023px) {
  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-brand {
    padding: 0 5px !important;
    padding-top: 10px !important;
  }

  .onoffcanvas-toggler {
    top: 5px;
  }
}

@media (min-width: 1921px) {
  .navbar .dropdown-menu li > a {
    font-size: 18px;
  }

  .navbar.navbar-default .dropdown-menu li > a {
    font-size: 18px;
  }
}

@media (max-width: 766px) {
  .navbar .navbar-brand {
    padding-top: 10px !important;
  }

  .navbar-brand img {
    max-height: 25px;
  }

  .onoffcanvas-toggler {
    margin-right: 5px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .navbar-brand img {
    max-height: 27px;
  }

  .onoffcanvas-toggler {
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }
}

.sidemenu .theme--dark.v-list-item:hover:before {
  background-color: #cba750;
  opacity: 0.9;
}

.sidemenu .v-icon.v-icon {
  z-index: 1;
}

.sidemenu.active {
  background-color: #cba750;
}

.sidemenu.active .v-list-group--sub-group {
  background-color: #000;
}

.sidemenu.active .v-list-group--sub-group.active {
  background-color: #cba750;
}

.task-modal .v-select__selections input {
  display: none;
}

.clinic-change {
  position: relative;
  top: 4px;
}

.clinic-change .toggle-li {
  position: relative;
  top: 14px;
  left: -3px;
}

.clinic-change .toggle-li .toogle-btn-cls {
  position: relative;
  top: 2px;
}

.clinic-change .toggle-li .toogle-btn-cls .theme--dark.v-input--switch .v-input--switch__thumb {
  color: #000;
  height: 17px;
  width: 17px;
}

.clinic-change .toggle-li .toogle-btn-cls .theme--dark.v-input--switch .v-input--switch__track {
  color: #fff;
  opacity: 1;
  height: 25px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .v-application ul {
    padding-left: 12px;
  }
}

#navbar .navbar-nav1 .header-text-span {
  vertical-align: super;
}

@media (min-width: 2560px) {
  #navbar .navbar-nav1 .header-text-span {
    vertical-align: unset;
  }
}

.dasboard-main-header .v-snack--bottom {
  bottom: 50px !important;
  right: 4px !important;
}

.user-header-icon > a {
  color: #0db4f7 !important;
}

.table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
}

th {
  text-align: left;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.VueTables__limit .VueTables__limit-field {
  margin-top: 6px;
}

.v-tabs .v-slide-group__wrapper {
  cursor: pointer;
  text-transform: capitalize;
  font-size: 16px;
  /*.v-tabs__item:not(.v-tabs__item--active) {
    opacity: 1;
  }*/
}

.v-tabs .v-slide-group__wrapper .v-tab--active {
  background-color: rgba(255, 255, 255, 0.28) !important;
}

.v-tabs .v-slide-group__wrapper .theme--dark.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) {
  color: #fff !important;
  opacity: 1;
}

.v-tabs .v-card__text {
  padding: 15px 0;
}

.v-tabs .theme--dark.v-tabs > .v-tabs-bar {
  color: #fff !important;
}

.v-tabs .v-tabs-bar {
  border-radius: 0;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .v-tabs .v-tab {
    font-size: 16px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .v-tabs .v-tab {
    font-size: 18px !important;
  }
}

@media (min-width: 3840px) {
  .v-tabs .v-tab {
    font-size: 20px !important;
  }
}

.custom-inline-tabs .v-tab {
  float: left;
  padding: 15px;
  font-weight: 600 !important;
  font-size: 16px !important;
}

.box-card {
  background-color: #FFF;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.box-card .box-padd {
  padding: 0 12px;
}

.box-card .box-title {
  font-size: 16px;
  padding: 15px 12px;
  color: #FFF;
  margin-bottom: 0;
  font-weight: normal;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .box-card .box-title {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .box-card .box-title {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .box-card .box-title {
    font-size: 24px !important;
  }
}

.box-card h2 {
  margin: 0;
}

.box-card .box-title.bg-1 {
  background-color: #516ae9;
}

.box-card .box-title.bg-2 {
  background-color: #3d3d3d;
}

.box-card .box-title.bg-3 {
  background-color: #00adef;
}

.box-card .box-title.bg-4 {
  background-color: #000000;
}

.box-card .box-title.bg-5 {
  background-color: #999529;
}

.box-card .box-title.bg-6 {
  background-color: #efefef;
}

.box-card.bg-2 {
  background-color: #3d3d3d !important;
}

.v-card .v-toolbar {
  box-shadow: none;
}

.v-btn--flat.v-btn--icon {
  overflow: hidden;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24) !important;
  position: relative;
  line-height: 40px;
  background-color: #EEEEEE;
  border-radius: 50% !important;
  color: rgba(0, 0, 0, 0.87);
  padding: 14px !important;
  font-size: 14px !important;
  height: 46px !important;
  margin: auto !important;
  min-width: 46px !important;
  width: 46px !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .v-btn--flat.v-btn--icon {
    font-size: 16px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .v-btn--flat.v-btn--icon {
    font-size: 18px !important;
  }
}

@media (min-width: 3840px) {
  .v-btn--flat.v-btn--icon {
    font-size: 20px !important;
  }
}

.v-btn--flat.v-btn--icon .v-icon {
  font-size: 15px !important;
  height: 20px !important;
  width: 20px !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .v-btn--flat.v-btn--icon .v-icon {
    font-size: 16px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .v-btn--flat.v-btn--icon .v-icon {
    font-size: 18px !important;
  }
}

@media (min-width: 3840px) {
  .v-btn--flat.v-btn--icon .v-icon {
    font-size: 20px !important;
  }
}

.w3-badge {
  background-color: red;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  line-height: 25px;
  margin-left: 20px;
  border: 1px solid #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .w3-badge {
    margin-left: 10px;
  }
}

.w3-tag {
  background-color: red;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  line-height: 25px;
  margin-left: 20px;
  border: 1px solid #fff;
}

/*
.v-menu__content[style] {
  top: 0 !important;
}
*/

.v-menu__content {
  text-align: left;
}

.v-menu__content .v-list-item {
  min-height: 34px;
}

.v-select .v-select__selections {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Chip dropdown */

.v-select.v-select--chips .v-select__selections {
  min-height: auto !important;
}

/* Chip dropdown */

.v-list--dense .v-list-item .v-list-item__title {
  line-height: 1.2 !important;
}

.dropdwn-list li .wrapper {
  position: absolute;
  z-index: 10;
  display: none;
}

.dropdwn-list ul {
  margin: 1em;
  color: white;
  font-family: sans-serif;
  font-size: 16px;
}

@media (min-width: 1920px) {
  .dropdwn-list ul {
    font-size: inherit !important;
  }
}

.dropdwn-list li ul {
  /*margin: 0;*/
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .dropdwn-list li ul {
    font-size: 16px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .dropdwn-list li ul {
    font-size: 18px !important;
  }
}

@media (min-width: 3840px) {
  .dropdwn-list li ul {
    font-size: 20px !important;
  }
}

.dropdwn-list li ul li a {
  display: block;
  padding: 2px 12px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  margin-top: 2px !important;
  font-size: 13px;
  cursor: pointer;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .dropdwn-list li ul li a {
    font-size: 15px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .dropdwn-list li ul li a {
    font-size: 17px !important;
  }
}

@media (min-width: 3840px) {
  .dropdwn-list li ul li a {
    font-size: 19px !important;
  }
}

.dropdwn-list li .wrapper {
  cursor: auto;
}

li.dropdwn-list {
  position: static;
}

ul.dropdwn-list {
  padding: 0;
}

.scrollbar .fa-ellipsis-v,
#demo-app-calendar .fc-scrollgrid-section .fc-scroller .fa-ellipsis-v,
.patient-record-main .record-notes-table table tbody .fa-ellipsis-v {
  color: #222;
}

.VueTables__table .glyphicon-chevron-down:before {
  content: "" !important;
  top: 4px;
  right: 12px;
  font-size: 18px;
  font-family: FontAwesome;
  position: absolute;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .VueTables__table .glyphicon-chevron-down:before {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .VueTables__table .glyphicon-chevron-down:before {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .VueTables__table .glyphicon-chevron-down:before {
    font-size: 24px !important;
  }
}

.VueTables__table .glyphicon-chevron-up:before {
  content: "" !important;
  top: 13px;
  right: 12px;
  font-size: 18px;
  font-family: FontAwesome;
  position: absolute;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .VueTables__table .glyphicon-chevron-up:before {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .VueTables__table .glyphicon-chevron-up:before {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .VueTables__table .glyphicon-chevron-up:before {
    font-size: 24px !important;
  }
}

.VueTables__table .VueTables__sort-icon {
  color: #aaaaaa;
}

.VueTables__table > tbody > tr > td,
.VueTables__table > tbody > tr > th,
.VueTables__table > thead > tr > td,
.VueTables__table > thead > tr > th {
  border-top: none;
}

.VueTables__table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.VueTables__table .action-btn a {
  cursor: pointer;
}

/* Sorting */

.VueTables__sortable {
  position: relative;
}

.VueTables__sortable .glyphicon-sort:before {
  content: "";
  font-family: FontAwesome;
}

/* Sorting */

/* Pagination */

.VuePagination .VuePagination__pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.VuePagination .VuePagination__pagination li {
  display: inline;
}

.VuePagination .VuePagination__pagination li a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.VuePagination .VuePagination__pagination .VuePagination__pagination-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.VuePagination .VuePagination__pagination > .active > a {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #000;
  border-color: #000;
}

.VuePagination > .text-center {
  text-align: right;
}

.VuePagination .VuePagination__count {
  text-align: right;
}

/* Pagination */

.VueTables__columns-dropdown-wrapper {
  display: inline-block;
}

.VueTables__columns-dropdown-wrapper .VueTables__columns-dropdown {
  position: relative;
}

.VueTables__columns-dropdown-wrapper .VueTables__columns-dropdown button {
  align-items: center;
  display: inline-flex;
  height: 36px;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  min-width: 88px;
  outline: 0;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 16px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px !important;
  margin-left: 0 !important;
  border-color: #AAA !important;
  color: #fff !important;
  background-color: #AAA !important;
  text-transform: capitalize !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .VueTables__columns-dropdown-wrapper .VueTables__columns-dropdown button {
    font-size: 16px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .VueTables__columns-dropdown-wrapper .VueTables__columns-dropdown button {
    font-size: 18px !important;
  }
}

@media (min-width: 3840px) {
  .VueTables__columns-dropdown-wrapper .VueTables__columns-dropdown button {
    font-size: 20px !important;
  }
}

.VueTables__columns-dropdown-wrapper .VueTables__columns-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  border-radius: 0.25rem;
}

.VueTables__columns-dropdown-wrapper .VueTables__columns-dropdown .dropdown-item {
  display: block;
  width: 100%;
  padding: 7px 12px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.VueTables__columns-dropdown-wrapper .VueTables__columns-dropdown .dropdown-item input {
  margin-right: 10px;
  float: left;
  margin-top: 0px;
}

.VueTables__limit {
  display: inline-block;
  float: left;
}

.VueTables__limit select {
  border: 0;
  align-items: center;
  display: inline-flex;
  height: 36px;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  margin-right: 15px;
  min-width: 88px;
  outline: 0;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 16px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px !important;
  margin-left: 0 !important;
  border-color: #AAA !important;
  color: #fff !important;
  background-color: #AAA !important;
  text-transform: capitalize !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .VueTables__limit select {
    font-size: 16px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .VueTables__limit select {
    font-size: 18px !important;
  }
}

@media (min-width: 3840px) {
  .VueTables__limit select {
    font-size: 20px !important;
  }
}

.VueTables__search-field {
  display: none;
}

.VueTables__search {
  float: right;
}

.VueTables .VueTables__columns-dropdown-wrapper {
  padding-left: 10px;
}

.invoiice-deduct .VueTables .VueTables__columns-dropdown-wrapper {
  padding: 0 30px;
}

.datatable-filter-div .v-input.v-text-field .v-input__control {
  width: 255px;
}

.VueTables__limit select {
  margin-right: 0 !important;
}

.scrollbar,
#demo-app-calendar .fc-scrollgrid-section .fc-scroller,
.patient-record-main .record-notes-table table tbody {
  overflow: auto;
}

.scrollbar::-webkit-scrollbar-track,
#demo-app-calendar .fc-scrollgrid-section .fc-scroller::-webkit-scrollbar-track,
.patient-record-main .record-notes-table table tbody::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar,
#demo-app-calendar .fc-scrollgrid-section .fc-scroller::-webkit-scrollbar,
.patient-record-main .record-notes-table table tbody::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb,
#demo-app-calendar .fc-scrollgrid-section .fc-scroller::-webkit-scrollbar-thumb,
.patient-record-main .record-notes-table table tbody::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

.height7 {
  max-height: 7vh;
}

.height8 {
  max-height: 8vh;
}

.height10 {
  max-height: 10vh;
}

.height12 {
  max-height: 12vh;
}

.height14 {
  max-height: 14vh;
}

.height16 {
  max-height: 16vh;
}

.height17 {
  max-height: 17vh;
}

.height18 {
  max-height: 18vh;
}

.height20 {
  max-height: 20vh;
}

.height22 {
  max-height: 22vh;
}

.height23 {
  max-height: 23vh;
}

.height30 {
  max-height: 30vh;
}

.exactheight35 {
  height: 35vh;
}

.height46 {
  max-height: 46vh;
}

.height40 {
  max-height: 40vh;
}

.height50 {
  max-height: 50vh;
}

.p-1-height {
  height: 53.5vh;
}

.exactheight20 {
  height: 20vh;
}

.exactheight12 {
  height: 12vh;
}

.exactheight40 {
  height: 40vh !important;
}

.height90vh {
  height: 90vh;
}

@media (min-width: 3840px) {
  .height90vh {
    height: 94vh;
  }
}

.exactheight25 {
  height: 25vh !important;
}

.exactheight28 {
  height: 28vh !important;
}

.exactheight35 {
  height: 35vh !important;
}

.height60 {
  height: 60vh;
}

.height70 {
  height: 70vh;
}

.height70px {
  height: 70px;
}

.height110px {
  height: 110px;
}

.height250px {
  height: 250px;
}

.height260px {
  height: 260px;
}

.height150px {
  height: 150px;
}

.height425px {
  height: 425px;
}

.height180px {
  height: 180px;
}

.height300px {
  height: 300px;
}

@media (max-width: 992px) {
  .no-xs-height {
    height: auto;
  }
}

@media (min-width: 1920px) {
  .b-height22 {
    height: 22vh;
    max-height: 22vh;
  }

  .bigHeight90vh {
    height: 90vh;
  }

  .b-height68 {
    height: 68vh !important;
    max-height: 68vh !important;
  }

  .b-height20 {
    height: 20vh !important;
    max-height: 20vh !important;
  }

  .b-height60 {
    height: 60vh !important;
    max-height: 60vh !important;
  }
}

@media (min-width: 2560px) {
  .b23-height24 {
    height: 24vh !important;
    max-height: 24vh !important;
  }
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .b1-height68 {
    height: 68vh !important;
    max-height: 68vh !important;
  }

  .b1-height54 {
    height: 54vh !important;
    max-height: 54vh !important;
  }

  .b1-height30 {
    height: 30vh !important;
    max-height: 30vh !important;
  }

  .b1-height32 {
    height: 32vh !important;
    max-height: 32vh !important;
  }

  .b1-height10 {
    height: 10vh !important;
    max-height: 10vh !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .b2-height73 {
    height: 73vh !important;
    max-height: 73vh !important;
  }

  .b2-height50 {
    height: 50vh !important;
    max-height: 50vh !important;
  }

  .b2-height58 {
    height: 58vh !important;
    max-height: 58vh !important;
  }

  .b2-height60 {
    height: 60vh !important;
    max-height: 60vh !important;
  }

  .b2-height44 {
    height: 44vh !important;
    max-height: 44vh !important;
  }

  .b2-height41 {
    height: 41vh !important;
    max-height: 41vh !important;
  }

  .b2-height19 {
    height: 19vh !important;
    max-height: 19vh !important;
  }
}

@media (min-width: 3840px) {
  .b3-height29 {
    height: 29vh !important;
    max-height: 29vh !important;
  }

  .b3-height45 {
    height: 45vh !important;
    max-height: 45vh !important;
  }

  .b3-height62 {
    height: 62vh !important;
    max-height: 62vh !important;
  }

  .b3-height85 {
    height: 85vh !important;
    max-height: 85vh !important;
  }

  .b3-height69 {
    height: 69vh !important;
    max-height: 69vh !important;
  }

  .b3-height74 {
    height: 74vh !important;
    max-height: 74vh !important;
  }

  .b3-height61 {
    height: 61vh !important;
    max-height: 61vh !important;
  }

  .b3-height50 {
    height: 50vh !important;
    max-height: 50vh !important;
  }

  .b3-height34 {
    height: 34vh !important;
    max-height: 34vh !important;
  }

  .bigHeight90vh {
    height: 94vh !important;
  }
}

#header .theme--dark.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border,
#header .theme--dark.v-list .v-list__group--active:after,
#header .theme--dark.v-list .v-list__group--active:before {
  background-color: transparent;
}

#header .v-navigation-drawer {
  background-color: #000;
  /*@media (max-width: 992px) {
    width: 100% !important;
  }*/
}

#header .v-navigation-drawer .v-list-item {
  height: 45px;
}

#header .v-navigation-drawer .close-menu-btn {
  background: #2a2a2a;
}

#header .v-navigation-drawer .close-menu-btn .v-list-item {
  padding: 0 10px;
}

#header .v-navigation-drawer .close-menu-btn .v-list-item:hover {
  background: #2a2a2a;
}

#header .v-navigation-drawer .close-menu-btn .v-list-item__action {
  display: block;
  margin: 8px 0;
}

#header .v-navigation-drawer .close-menu-btn .v-list-item__action img {
  width: 75%;
  padding-left: 10px;
}

#header .v-navigation-drawer .close-menu-btn .theme--dark.v-icon {
  vertical-align: super;
}

#header .v-navigation-drawer .v-list.pa-1 {
  height: 55px;
}

#header .v-navigation-drawer .v-list__group__header--sub-group .v-list__group__header__prepend-icon {
  opacity: 0;
}

#header .v-navigation-drawer .v-list-group.active {
  background: #cba750;
}

#header .v-navigation-drawer .v-list-item__icon {
  margin: 14px 0;
}

#header .v-navigation-drawer .v-list-group--sub-group .v-list-item__icon:first-child {
  display: block;
  margin: 10px 0;
}

#header .v-navigation-drawer .v-list-group--sub-group .v-list-item__icon:first-child .v-icon {
  transform: unset;
}

#header .v-navigation-drawer .v-list-group--sub-group .v-list-group__header {
  padding-left: 15px;
}

#header .v-navigation-drawer .v-list-group--sub-group .v-list-group__header .v-list-item {
  padding-left: 17px;
}

@media (min-width: 2560px) {
  #header .navbar {
    height: 115px;
    font-size: 25px;
  }
}

#header .main-menu-navigation .main-menu-item:nth-child(8) {
  border-top: 1px solid #909090;
  padding-top: 15px;
  cursor: default;
}

#header .main-menu-navigation .main-menu-item:nth-child(8) .v-list-item__icon {
  color: #cba750;
}

#header .main-menu-navigation .main-menu-item:nth-child(8) .v-list-item__title {
  font-weight: bold;
  color: #cba750;
  text-transform: uppercase;
  cursor: default;
}

#header .main-menu-navigation .main-menu-item:nth-child(7) {
  padding-bottom: 15px;
}

.normal-card {
  border-radius: 0 !important;
}

.normal-card .v-sheet.v-toolbar {
  height: auto !important;
  box-shadow: none !important;
}

.normal-card .v-toolbar__content {
  padding: 0 15px;
  height: 50px !important;
}

.normal-card .v-toolbar__content .v-toolbar__title {
  font-size: 16px;
  text-transform: uppercase;
}

.normal-card .v-list .v-list-item {
  height: 40px !important;
  min-height: 40px !important;
}

.normal-card .theme--light.v-toolbar {
  background-color: #efefef !important;
}

.v-card__title + .v-card__text {
  padding: 16px !important;
}

.v-card__text {
  font-size: 16px !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .v-card__text {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .v-card__text {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .v-card__text {
    font-size: 22px !important;
  }
}

/* overwrite this css because of some update issue in app.css */

/*.v-sheet.v-toolbar:not(.v-sheet--outlined), .v-sheet.v-card:not(.v-sheet--outlined) {
    box-shadow: none !important;
}*/

.v-sheet.v-card {
  border-radius: 0 !important;
}

.box-card,
.dashboard-main .home-box {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* overwrite this css because of some update issue in app.css */

.v-stepper {
  box-shadow: none !important;
}

.v-stepper .v-stepper__content {
  padding: 0 15px 15px 15px;
}

.v-stepper .v-stepper__step__step {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}

.v-stepper .v-stepper__header {
  box-shadow: none;
  height: 30px;
}

.v-stepper .v-stepper__header .v-divider {
  border-color: #fff !important;
  border-width: 2px;
}

.v-stepper .v-stepper__step {
  padding: 0px;
}

.v-stepper .v-stepper__step--active .v-stepper__step__step {
  background-color: #cba750 !important;
  border-color: #cba750 !important;
  color: #fff !important;
}

.v-stepper .v-stepper__step--active + .v-divider {
  border-color: #cba750 !important;
}

.v-stepper .v-stepper__step__step .v-icon {
  color: #cba750 !important;
  font-weight: 600;
}

.v-stepper .v-stepper__step__step.primary {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.v-stepper .v-stepper__step.v-stepper__step--active span.v-stepper__step__step.primary {
  background-color: #cba750 !important;
  border-color: #cba750 !important;
}

.modal-stepper .v-card__text {
  padding: 0;
}

.v-picker .v-date-picker-header .v-btn {
  width: 46px !important;
}

.v-picker .v-picker__title__btn:not(.v-picker__title__btn--active) {
  opacity: 1;
}

.v-picker .v-date-picker-title__date {
  font-size: 22px;
}

.v-picker .v-date-picker-table .v-btn.v-btn--active {
  background-color: #cba750 !important;
  border-color: #cba750 !important;
  border-radius: 0 !important;
  opacity: 1;
}

.v-picker .v-date-picker-table .v-btn.v-btn--active:before {
  border-radius: 0 !important;
}

.v-picker .v-date-picker-table .v-btn:before {
  border-radius: 0 !important;
}

.v-picker .money-invoice-main .small-desktop-w100 .v-date-picker-table .accent--text {
  color: rgba(0, 0, 0, 0.87) !important;
  caret-color: rgba(0, 0, 0, 0.87) !important;
  border-radius: 0 !important;
}

.v-picker .v-picker__title {
  background-color: #000;
}

.v-picker .v-date-picker-table {
  height: auto !important;
}

.v-picker .v-menu__content--fixed {
  min-width: unset !important;
}

/*
.v-menu__content .picture-date::parent { border: 1px solid #000 }
.v-menu__content[style] { box-shadow: none !important; }
*/

/*datepicker width*/

.v-menu__content--fixed {
  min-width: unset !important;
}

/*body {
    background-color: #191919;
    padding-top: 200px;
}*/

.loader {
  text-align: center;
}

/* Keyframes */

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

  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
  }
}

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

  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
  }
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
  }
}

@keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
  }
}

/* Spinner */

#spinner {
  border: 2px solid #000;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-style: solid;
  position: relative;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

#spinner:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-style: solid;
  margin: 0 auto;
  margin: 28px -17px 85px;
  border-radius: 50%;
  -webkit-animation: spin2 1s infinite linear;
  animation: spin2 1s infinite linear;
}

.three {
  width: 23.8%;
}

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.three {
  background-color: #eee;
  padding: 50px 0;
}

.loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

/* LOADER 4 */

#loader-4 span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #cba750;
  margin: 35px 5px;
  opacity: 0;
}

#loader-4 span:nth-child(1) {
  -webkit-animation: opacitychange 1s ease-in-out infinite;
          animation: opacitychange 1s ease-in-out infinite;
}

#loader-4 span:nth-child(2) {
  -webkit-animation: opacitychange 1s ease-in-out 0.33s infinite;
          animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader-4 span:nth-child(3) {
  -webkit-animation: opacitychange 1s ease-in-out 0.66s infinite;
          animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@-webkit-keyframes opacitychange {
  0%, 100% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }
}

@keyframes opacitychange {
  0%, 100% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }
}

/* LOADER 1 */

#loader-1:before,
#loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #3498db;
}

#loader-1:before {
  z-index: 100;
  -webkit-animation: spin 1s infinite;
          animation: spin 1s infinite;
}

#loader-1:after {
  border: 10px solid #ccc;
}

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

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

/*new*/

#link {
  color: #E45635;
  display: block;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
}

#link:hover {
  color: #CCCCCC;
}

#link,
#link:hover {
  transition: color 0.5s ease-out;
}

/** BEGIN CSS **/

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

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

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

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

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

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

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }

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

@keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 2px solid transparent;
  border-color: transparent #fff transparent #FFF;
  -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
  -moz-transform-origin: 50% 50%;
  -o-animation: rotate-loading 1.5s linear 0s infinite normal;
  -o-transform-origin: 50% 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading {
  border-color: transparent #E45635 transparent #E45635;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-text {
  -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
  animation: loading-text-opacity 2s linear 0s infinite normal;
  color: #ffffff;
  font-family: "Helvetica Neue, " Helvetica ", " "arial";
  font-size: 10px;
  font-weight: bold;
  margin-top: 45px;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100px;
}

/*subgroupissue*/

.v-application--is-ltr .v-list-group--sub-group .v-list-item__icon:first-child {
  display: none;
}

.v-application--is-ltr .v-list-group--sub-group .v-list-item {
  padding-left: 31px;
}

.v-application--is-ltr .v-list-item__icon:first-child {
  margin-right: 6px !important;
}

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

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

.listclass span.v-ripple__animation.v-ripple__animation--visible.v-ripple__animation--in {
  background: transparent !important;
}

.listclass span.v-ripple__animation.v-ripple__animation--visible.v-ripple__animation--out {
  background: transparent !important;
}

.listclass span.v-ripple__animation.v-ripple__animation--visible.v-ripple__animation {
  background: transparent !important;
}

.patient-main .theme--light.v-list-item:hover:before {
  opacity: 0.1 !important;
}

.patient-main .listclass.theme--light.v-list-item:hover:before {
  opacity: 0 !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .v-list .v-list-item,
  .patient-main .patient-title-tab .v-list-item {
    height: 50px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .v-list .v-list-item,
  .patient-main .patient-title-tab .v-list-item {
    height: 60px !important;
  }
}

@media (min-width: 3840px) {
  .v-list .v-list-item,
  .patient-main .patient-title-tab .v-list-item {
    height: 70px !important;
  }
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover {
  z-index: 20;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.container-login {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #f2f2f2;
  background-image: url(/images/login-bg.jpg?7f44c2bf12f875d65e34d35d2403d370);
  background-size: cover;
}

.container-login .login-wrap {
  width: 390px;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  padding: 30px;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .container-login .login-wrap {
    width: 285px;
  }
}

@media (min-width: 3840px) {
  .container-login .login-wrap {
    width: 13vw;
    font-size: 30px;
  }
}

@media (min-width: 3840px) {
  .container-login .login-wrap {
    padding: 90px;
  }
}

.container-login .login-wrap img {
  margin: auto;
  max-width: 230px;
}

@media (min-width: 1920px) {
  .container-login .login-wrap h3 {
    font-size: 30px;
  }
}

.container-login input[type=password]:-webkit-autofill {
  position: relative;
}

.container-login .logoff-user {
  margin: 0 auto;
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.container-login .logoff-user-name {
  color: #fff;
  margin: 8px 0;
  font-weight: normal;
}

.container-login .org-in-btn.v-btn.v-btn--icon {
  padding-right: 15px !important;
}

.business-form-card .text-muted {
  color: #8c8c8c !important;
  font-size: 21px;
}

.business-form-card .text-danger {
  color: #ff5252 !important;
}

.business-form-card .business-form-field {
  border-radius: 0;
  background-clip: padding-box;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.business-form-card .business-form-field.v-text-field--outlined fieldset {
  top: -11px;
}

.business-form-card .business-form-field.v-text-field--outlined.v-input--has-state fieldset {
  border: 1px solid #e4e4e4;
}

.business-form-card .v-text-field--outlined.v-input--is-focused fieldset {
  border: none;
}

.business-form-card .business-form-field .v-input__slot {
  box-shadow: none !important;
}

.business-form-card .business-form-field .v-input__slot .v-icon.v-icon {
  font-size: 18px;
}

.business-form-card .business-form-field.v-text-field--outlined.error--text fieldset {
  border: 1px solid red;
}

.business-form-card .business-form-field.v-input--is-focused .v-input__slot {
  color: #404040;
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: 0 9px 24px -4px rgba(64, 64, 64, 0.16) !important;
}

.business-form-card .business-form-label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.business-form-card .business-form-btn {
  border-radius: 0 !important;
  background-color: #13A2B7 !important;
  border-color: #13A2B7 !important;
  color: #fff !important;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.business-form-card .valid-tooltip {
  position: absolute;
  background-color: #33cb81;
  padding: 6px 12px;
  z-index: 1;
  bottom: -5px;
  color: #fff;
}

.business-form-card .business-form-div {
  position: relative;
}

.business-form-card .business-form-container {
  max-width: 1170px;
}

.business-form-card .v-text-field__details {
  padding-left: 0 !important;
}

.business-form-card .v-text-field--outlined > .v-input__control > .v-input__slot {
  min-height: 42px;
  height: 42px;
}

.business-form-card .v-text-field--outlined .v-input__prepend-outer,
.business-form-card .v-text-field--enclosed .v-input__append-inner {
  margin-top: 8px;
}

#changepatient .modal-header .v-input--selection-controls__input .theme--light.v-icon {
  color: #fff !important;
  caret-color: #fff !important;
}

#changepatient .modal-header .white--text .theme--light.v-label {
  color: #fff !important;
}

#changepatient .modal-title {
  float: left;
}

#changepatient .add-patient {
  margin-left: 20px;
  float: left;
  color: #cba750;
  font-size: 14px;
  background: #FFF;
  padding: 6px 15px !important;
  border-radius: 4px;
  margin-left: 5px;
  float: left;
  color: #6a6a6a;
  font-size: 15px;
  background: #FFF;
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 5px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  #changepatient .add-patient {
    font-size: 17px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  #changepatient .add-patient {
    font-size: 19px !important;
  }
}

@media (min-width: 3840px) {
  #changepatient .add-patient {
    font-size: 21px !important;
  }
}

#changepatient .recent-today-block {
  text-align: right;
}

#changepatient .recent-today-block .checkbox {
  margin-top: 0;
}

#changepatient .recent-today-block .radio {
  margin-top: 0;
}

#changepatient .skip-showall-block {
  margin-top: 5px;
  text-align: left;
}

#changepatient .skip-showall-block .checkbox-inline {
  padding-left: 0;
  margin-right: 20px;
  margin-top: 0;
}

#changepatient .skip-showall-block .radio-inline {
  padding-left: 0;
  margin-right: 20px;
  margin-top: 0;
}

#changepatient .show-recent {
  font-size: 18px;
  margin: 0 0 0 20px;
  line-height: 1;
  font-weight: 500;
  color: #FFF;
  float: right;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  #changepatient .show-recent {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  #changepatient .show-recent {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  #changepatient .show-recent {
    font-size: 24px !important;
  }
}

#changepatient .checkbox {
  margin-bottom: 0;
}

#changepatient .checkbox label {
  font-size: 18px;
  color: #FFF;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  #changepatient .checkbox label {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  #changepatient .checkbox label {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  #changepatient .checkbox label {
    font-size: 24px !important;
  }
}

#changepatient .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #FFF;
}

#changepatient .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #FFF;
}

#changepatient .checkbox .checkbox-material .check {
  border: 2px solid #fff;
}

#changepatient .form-group {
  margin: 0;
}

#changepatient .form-group .form-control {
  margin-bottom: 0;
}

#changepatient table {
  margin-bottom: 0;
}

#changepatient .show-todays {
  font-size: 18px;
  margin: 0;
  line-height: 1;
  font-weight: 500;
  color: #FFF;
  float: right;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  #changepatient .show-todays {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  #changepatient .show-todays {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  #changepatient .show-todays {
    font-size: 24px !important;
  }
}

#changepatient .checkbox-material {
  margin-right: 10px;
}

#changepatient label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
  border-color: #FFF;
}

#changepatient label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #FFF;
}

#changepatient label.checkbox-inline .checkbox-material .check {
  border: 2px solid #fff;
}

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

#changepatient:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  color: #fff;
  color: #fff !important;
  color: #000 !important;
  font-size: 15px !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  #changepatient:-ms-input-placeholder {
    font-size: 17px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  #changepatient:-ms-input-placeholder {
    font-size: 19px !important;
  }
}

@media (min-width: 3840px) {
  #changepatient:-ms-input-placeholder {
    font-size: 21px !important;
  }
}

#changepatient::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  color: #fff !important;
  color: #000 !important;
  font-size: 15px !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  #changepatient::-ms-input-placeholder {
    font-size: 17px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  #changepatient::-ms-input-placeholder {
    font-size: 19px !important;
  }
}

@media (min-width: 3840px) {
  #changepatient::-ms-input-placeholder {
    font-size: 21px !important;
  }
}

#changepatient::-moz-placeholder {
  color: #fff;
  opacity: 1;
  opacity: 1;
  font-size: 15px !important;
  color: #000 !important;
}

#changepatient:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  opacity: 1;
  font-size: 15px !important;
  color: #000 !important;
}

#changepatient::placeholder {
  color: #fff;
  opacity: 1;
  opacity: 1;
  font-size: 15px !important;
  color: #000 !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  #changepatient::-moz-placeholder {
    font-size: 17px !important;
  }
  #changepatient:-ms-input-placeholder {
    font-size: 17px !important;
  }
  #changepatient::placeholder {
    font-size: 17px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  #changepatient::-moz-placeholder {
    font-size: 19px !important;
  }
  #changepatient:-ms-input-placeholder {
    font-size: 19px !important;
  }
  #changepatient::placeholder {
    font-size: 19px !important;
  }
}

@media (min-width: 3840px) {
  #changepatient::-moz-placeholder {
    font-size: 21px !important;
  }
  #changepatient:-ms-input-placeholder {
    font-size: 21px !important;
  }
  #changepatient::placeholder {
    font-size: 21px !important;
  }
}

#changepatient .input-group-addon {
  color: #FFF;
  color: #6a6a6a !important;
}

#changepatient .data-block {
  height: 30vh;
  height: 19vh;
}

#changepatient .modal-body {
  padding: 15px !important;
  padding: 25px;
  padding: 0 !important;
}

#changepatient .table > tbody > tr > td {
  border: none;
}

#changepatient .table > tbody > tr > th {
  border: none;
}

#changepatient .table > tfoot > tr > td {
  border: none;
}

#changepatient .table > tfoot > tr > th {
  border: none;
}

#changepatient .table > thead > tr > td {
  border: none;
}

#changepatient .table > thead > tr > th {
  border: none;
}

#changepatient .active-recall-link {
  color: #222 !important;
}

#changepatient .form-group.is-focused .form-control {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #D2D2D2) !important;
}

#changepatient input {
  color: #6a6a6a !important;
}

#changepatient .modal-content {
  box-shadow: none;
  border: none;
}

#changepatient .search-patient {
  background-color: #fff !important;
  background-image: none !important;
  color: #6a6a6a !important;
  padding: 0 !important;
  height: 35px;
  padding-left: 10px !important;
  padding-bottom: 3px !important;
  border-radius: 3px;
  padding-right: 32px !important;
}

#changepatient .search-patient-addon {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

#changepatient .modal-header {
  padding: 10px;
  background-color: #000;
  color: #FFF;
}

#changepatient #patient-label {
  font-size: 20px;
  line-height: 27px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  #changepatient #patient-label {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  #changepatient #patient-label {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  #changepatient #patient-label {
    font-size: 26px !important;
  }
}

.change-patient-dialog .box-card {
  margin-bottom: 0 !important;
}

.change-patient-dialog #changepatient .data-block {
  height: 50vh !important;
  max-height: 50vh !important;
}

#todayTask .table > tbody > tr > th {
  background: #efefef;
  border: none;
}

#todayTask .table > tbody > tr > th:last-child {
  text-align: center;
  text-align: left;
}

#todayTask .table > tbody > tr > td:nth-child(4) {
  width: 12%;
}

#todayTask .table > tbody > tr > td .v-input--checkbox {
  display: inline-block;
  margin-top: 0;
  padding-top: 0;
}

#todayTask .table > tbody > tr > td .v-input--selection-controls:not(.v-input--hide-details) .v-input__slot {
  margin-bottom: 0;
}

#todayTask .table > tbody > tr > td .theme--light.v-messages {
  display: none;
}

#todayTask .table > tbody > tr > td .v-input--selection-controls__input {
  height: 20px;
}

.dashboard-main {
  /* Rightbar */
  /* Rightbar   */
  /* Center */
  /* Center */
  /*.due-payement-div{
      .table{
          color: #ffffff;
      }
  }

  .link-resource-div{
      .table{
          a{
              color: #ffffff;
          }
      }
  }*/
}

.dashboard-main .todaymsg tr td:first-child {
  width: 25%;
}

.dashboard-main .todaymsg tr td:last-child {
  width: 28%;
}

.dashboard-main .todaymsg .v-list-item {
  height: 30px;
}

.dashboard-main .todays-task tr td:nth-child(1) {
  width: 20%;
}

.dashboard-main .todays-task tr td:nth-child(2) {
  width: 35%;
}

.dashboard-main .todays-task tr td:nth-child(3) {
  width: 15%;
}

.dashboard-main .todays-task tr td:nth-child(4) {
  width: 15%;
}

.dashboard-main .todays-task tr td:nth-child(5) {
  width: 13%;
}

.dashboard-main .todays-task tbody > tr > td {
  word-break: unset !important;
}

.dashboard-main #favourite_table tbody > tr > td {
  border-top: none;
  border-bottom: 1px solid #efefef !important;
  word-break: unset !important;
}

.dashboard-main .patient-status {
  display: block;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #6a6a6a !important;
}

.dashboard-main .patient-name {
  line-height: normal;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

.dashboard-main .right-box {
  padding: 15px;
}

.dashboard-main .right-box .btn {
  margin-bottom: 0px;
  margin-top: 0px;
}

@media (min-width: 1920px) {
  .dashboard-main .right-box {
    height: 88vh;
    font-size: 22px;
  }
}

.dashboard-main .patient-detail {
  display: block;
  margin-bottom: 5px;
  margin-top: 0px;
  color: #6a6a6a !important;
}

.dashboard-main .w60 {
  width: 60%;
}

.dashboard-main .patient-detail-btn button {
  background-color: #e8e8e8;
  border: none;
  padding: 5px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 0px;
  cursor: pointer;
  width: 100%;
  color: #6a6a6a !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .dashboard-main .patient-detail-btn button {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .dashboard-main .patient-detail-btn button {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .dashboard-main .patient-detail-btn button {
    font-size: 22px !important;
  }
}

.dashboard-main .patient-detail-btn a {
  color: #6a6a6a !important;
}

.dashboard-main .patient-detail-hr {
  margin-top: 12px;
  margin-bottom: 12px;
  border: 0;
  border-top: 1px solid #5a5a5a;
}

.dashboard-main h5.patient-detail-heading {
  font-size: 16px;
  font-weight: 600;
  color: #545454 !important;
  margin: 12px 0 7px 0;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .dashboard-main h5.patient-detail-heading {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .dashboard-main h5.patient-detail-heading {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .dashboard-main h5.patient-detail-heading {
    font-size: 22px !important;
  }
}

.dashboard-main .box-title-badge {
  padding: 10px 12px !important;
}

.dashboard-main .box-title-badge .fa-external-link {
  line-height: 30px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .dashboard-main .box-title-badge .box-title-span {
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 68%;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .dashboard-main .box-title-badge .box-title-span {
    width: 60%;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .dashboard-main .box-title-badge .w3-badge {
    vertical-align: top;
    margin-left: 10px;
  }
}

.dashboard-main .home-box-row .center {
  padding: 0 7px !important;
}

.dashboard-main .home-box-row .p-l-0 {
  padding-left: 0 !important;
}

.dashboard-main .home-box-row .p-r-0 {
  padding-right: 0 !important;
}

.dashboard-main .home-box-row .col-lg-4 {
  padding: 0;
}

.dashboard-main .home-box-row .col-md-4 {
  padding: 0;
}

.dashboard-main .home-box-row .col-sm-4 {
  padding: 0;
}

.dashboard-main .home-box.h-b-1 {
  background-color: #29ABE2;
}

.dashboard-main .home-box.h-b-2 {
  background-color: #93278F;
}

.dashboard-main .home-box.h-b-3 {
  background-color: #D4145A;
}

.dashboard-main .home-box.h-b-4 {
  background-color: #662D91;
}

.dashboard-main .home-box.h-b-5 {
  background-color: #009245;
}

.dashboard-main .home-box.h-b-6 {
  background-color: #F15A24;
}

.dashboard-main .home-box {
  text-decoration: none !important;
  color: #FFF;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  height: 15vh;
  margin-bottom: 10px;
  position: relative;
}

@media (min-width: 1920px) {
  .dashboard-main .home-box {
    height: 17vh;
  }
}

.dashboard-main .home-box img {
  height: 75px;
}

@media (min-width: 1920px) {
  .dashboard-main .home-box img {
    height: 9vh;
  }
}

.dashboard-main .home-box .containbox {
  position: absolute;
  transform: translateX(-50%) translatey(-50%);
  left: 50%;
  top: 50%;
}

.dashboard-main .home-box .containbox span {
  width: 100%;
  float: left;
}

@media (min-width: 1920px) {
  .dashboard-main .home-box .containbox span {
    font-size: 22px;
  }
}

.dashboard-main .shortcut-a {
  display: block;
  width: 100%;
  padding: 20px 0px;
  float: left;
}

.dashboard-main .short-cut-height .shortcut-img {
  /*max-width: 75px;
  height: auto;*/
  height: 75px;
  max-width: 100%;
}

.dashboard-main .short-cut-height .title {
  display: block;
  float: left;
  width: 100%;
  color: #222;
  margin-top: 5px;
  font-size: 16px !important;
  font-weight: normal !important;
  font-family: inherit !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .dashboard-main .short-cut-height .title {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .dashboard-main .short-cut-height .title {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .dashboard-main .short-cut-height .title {
    font-size: 22px !important;
  }
}

.dashboard-main .short-cut-height .add-plus {
  float: left;
  margin-top: 5px;
  width: 100%;
}

.dashboard-main .shortcut-item-div i {
  position: absolute;
  top: 8px;
  right: 0;
  display: none;
  color: #9e9e9e;
  z-index: 1;
}

.dashboard-main .shortcut-item-div:hover i {
  display: block;
}

@media (max-width: 1169px) {
  .dashboard-main .todaymsg tr td:first-child {
    width: auto !important;
  }

  .dashboard-main .todaymsg tr td:last-child {
    width: auto !important;
  }
}

@media (max-width: 1023px) {
  .dashboard-main .todaymsg tr td:first-child {
    width: auto !important;
  }

  .dashboard-main .todaymsg tr td:last-child {
    width: auto !important;
  }

  .dashboard-main .home-box-row .center {
    padding: 0 2px !important;
  }
}

@media (max-width: 767px) {
  .dashboard-main .todaymsg tr td:first-child {
    width: auto !important;
  }

  .dashboard-main .todaymsg tr td:last-child {
    width: auto !important;
  }

  .dashboard-main .home-box-row {
    padding: 0px !important;
  }

  .dashboard-main .home-box-row .col-lg-2 {
    padding: 0 15px !important;
  }

  .dashboard-main .home-box-row .col-md-2 {
    padding: 0 15px !important;
  }

  .dashboard-main .home-box-row .col-sm-2 {
    padding: 0 15px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .dashboard-main .todaymsg tr td:last-child {
    width: 32%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .dashboard-main .patient-status {
    display: block;
    margin-bottom: 5px !important;
    margin-top: 0px !important;
  }
}

@media (min-width: 960px) {
  .dashboard-main .dashboard-center {
    padding: 0 15px !important;
  }
}

@media (max-width: 1560px) {
  .dashboard-main .show-recent-cb,
  .dashboard-main .all-branch-cb {
    margin-left: 0px !important;
  }
}

@media (min-width: 992px) and (max-width: 1600px) {
  .dashboard-main .home-box {
    height: 20vh;
  }

  .dashboard-main .home-box img {
    height: 50px;
  }
}

.dashboard-main .link-resource-sec {
  background-color: #ffffff;
}

.dashboard-main .due-reminder-sec {
  background-color: #ffffff;
}

.v-collapse-content {
  max-height: 0;
  transition: max-height 1.2s ease-out;
  overflow: hidden;
  padding: 0;
}

.v-collapse-content-end {
  transition: max-height 1.2s ease-in;
  max-height: 2000px;
  width: 100%;
}

.create-task-modal .accent,
.create-message-modal .accent {
  background-color: transparent !important;
  border-color: transparent !important;
}

.create-task-modal .v-tab,
.create-message-modal .v-tab {
  color: #fff !important;
  opacity: 1 !important;
}

.org-dashboard-main .date-range-filter {
  /* .v-input__control .v-input__slot { margin-bottom: 8px !important; }  */
}

.org-dashboard-main .date-range-filter .v-input.v-text-field--single-line {
  width: 40%;
}

.org-dashboard-main .date-range-filter .v-input.v-text-field--single-line .v-input__control {
  min-height: 35px;
}

.org-dashboard-main .date-range-filter .v-text-field__details {
  min-height: 0px;
  margin-bottom: 0 !important;
}

.org-dashboard-main .date-range-filter .v-text-field.v-text-field--enclosed .v-text-field__details {
  margin-bottom: 0px;
}

.org-dashboard-main .skip-showall-block .v-input.v-text-field--single-line {
  width: 20%;
}

.org-dashboard-main .skip-showall-block .v-input.v-text-field--single-line .v-input__control {
  min-height: 35px;
}

.org-dashboard-main .skip-showall-block .v-text-field__details {
  min-height: 0px;
  margin-bottom: 0 !important;
}

.org-dashboard-main .skip-showall-block .v-input--checkbox .v-input__control .v-input__slot {
  margin-top: 8px !important;
}

.org-dashboard-main #changepatient .skip-showall-block {
  margin-top: 0px !important;
}

.org-dashboard-main .right-box button.btn {
  padding: 0 10px !important;
}

/* * Hide from both screenreaders and browsers: h5bp.com/u */

.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.noflick,
.note {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.note {
  float: left;
  display: block;
  position: relative;
  width: 350px;
  z-index: 1;
  background-color: #FFFD75;
  box-shadow: 5px 5px 10px -2px rgba(33, 33, 33, 0.3);
  /*transform: rotate(2deg);
  transform: skew(-1deg,1deg);
  transition: transform .15s;*/
  right: 0;
}

.note .v-card .v-card__title {
  border-radius: 0;
  background-color: #000000;
  color: #FFF;
  padding: 15px;
  line-height: normal !important;
  font-size: 18px !important;
  font-family: inherit !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .note .v-card .v-card__title {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .note .v-card .v-card__title {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .note .v-card .v-card__title {
    font-size: 24px !important;
  }
}

.note .v-card .v-card__text {
  background: #f8ba00;
  color: #fff !important;
}

.note .v-card .v-card__text .black-color {
  color: #000;
}

.note .v-card .v-card__text .btn {
  font-weight: bold;
  text-transform: uppercase !important;
}

#add_new {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
}

.author {
  position: absolute;
  top: 20px;
  left: 20px;
}

.chat-message-block {
  /*.v-card .v-sheet.v-toolbar {
      height: auto !important;

      .v-toolbar__content {
          height: 50px !important;
      }
  }*/
  position: fixed;
  bottom: 2px;
  right: 2px;
  width: 370px;
  /*.chat-log {
         display: block;
         height: inherit;
         width: 100%;
         /padding: 2% 4%;
         box-sizing: border-box;
         overflow-y: scroll;
     } */
  /* .chat-log::-webkit-scrollbar {
      display: none;
  } */
  /* .message-input {
      display: table-row;
      width: 100%;
      height: 26px;
  } */
}

.chat-message-block .message-bubble {
  width: 80%;
  max-width: 80% !important;
}

@media (min-width: 992px) {
  .chat-message-block {
    width: 28%;
  }
}

@media (min-width: 2560px) {
  .chat-message-block {
    width: 16.6666666667%;
  }
}

.chat-message-block .message-bubble {
  position: relative;
}

.chat-message-block .message-bubble:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.chat-message-block .message-bubble.sent .message-text {
  border-radius: 10px 0px 10px 10px;
}

.chat-message-block .message-bubble.sent:after {
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #e1ffc7;
  top: 0;
  right: -10px;
}

.chat-message-block .message-bubble.received .message-text {
  border-radius: 0px 10px 10px 10px;
}

.chat-message-block .message-bubble.received:after {
  border-width: 0px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  top: 0;
  left: -10px;
}

.chat-message-block .chat-message-form {
  width: 100%;
  padding: 10px;
  background: #efefef;
}

.chat-message-block .chat-message-form .v-input.v-text-field {
  width: 70%;
  float: left;
}

.chat-message-block .chat-message-form .v-input.v-text-field .v-text-field__details {
  margin-bottom: 0px;
  min-height: 0px;
}

.chat-message-block .chat-message-form .v-input.v-text-field .v-input__slot {
  margin-bottom: 0;
  border-radius: 30px;
}

.chat-message-block .chat-message-form .v-input.v-text-field .v-input__control {
  min-height: 35px;
}

.chat-message-block .chat-message-form .v-input.v-file-input {
  width: 15%;
  float: left;
  padding: 0;
  margin: 0;
  margin-top: 2px;
  margin-left: 7px;
}

.chat-message-block .chat-message-form .v-input.v-file-input .v-input__control {
  display: none;
}

.chat-message-block .chat-message-form .btn.btn-grey {
  float: right;
  padding: 0 !important;
  min-width: unset;
  width: 12%;
  margin: 0 !important;
  height: 35px;
}

.chat-message-block .dark-grey {
  background-color: #d5d5d5;
}

.chat-message-block .v-sheet.v-toolbar {
  height: 45px !important;
}

.chat-message-block .v-sheet.v-toolbar .v-toolbar__content {
  height: 45px !important;
}

.chat-message-block .v-sheet.v-toolbar .v-toolbar__title {
  font-size: 16px;
}

.chat-message-block .message-bubble {
  display: block;
  max-width: 50%;
  margin-bottom: 5px;
  float: left;
  clear: both;
}

.chat-message-block .message-text {
  padding: 10px;
  margin: 0px;
  text-align: left;
  background-color: #ffffff;
}

.chat-message-block .message-bubble.user-chat {
  float: right;
}

.chat-message-block .message-bubble.user-chat .message-text {
  background-color: #e1ffc7;
}

.chat-message-block .from {
  float: left;
  margin-bottom: 3px;
  width: 100%;
  font-size: 12px;
  color: #717a82;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .chat-message-block .from {
    font-size: 14px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .chat-message-block .from {
    font-size: 16px !important;
  }
}

@media (min-width: 3840px) {
  .chat-message-block .from {
    font-size: 18px !important;
  }
}

.chat-message-block .from .time {
  font-size: 11px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .chat-message-block .from .time {
    font-size: 13px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .chat-message-block .from .time {
    font-size: 15px !important;
  }
}

@media (min-width: 3840px) {
  .chat-message-block .from .time {
    font-size: 17px !important;
  }
}

.chat-message-block .from.user-chat {
  display: none;
}

.chat-message-block .message-bubble span {
  display: block;
}

.chat-message-block .message-bubble.user-chat br.user-chat {
  display: none;
}

.patient-main .patient-title-tab .v-list .active {
  background: #000;
  color: #fff !important;
}

.patient-main .patient-title-tab .v-list .v-list-item.active {
  color: #fff !important;
}

.patient-main .patient-title-tab .v-list-item {
  font-size: 16px;
  height: 50px !important;
  /* @media (min-width: 1920px) and (max-width : 2559px) {
       font-size: 18px !important;
   }
   @media (min-width: 2560px) and (max-width : 3839px) {
       font-size: 20px !important;
   }
   @media (min-width: 3840px) {
       font-size: 22px !important;
   }*/
  /*.v-list-item__title {
    padding: 8px 0
  }*/
}

.patient-common .patient-name {
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-common .patient-name {
    font-size: 24px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-common .patient-name {
    font-size: 26px !important;
  }
}

@media (min-width: 3840px) {
  .patient-common .patient-name {
    font-size: 28px !important;
  }
}

.patient-common .grey-color {
  color: #6a6a6a;
}

.patient-common .loyalty-tier {
  font-size: 18px;
  margin-bottom: 10px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-common .loyalty-tier {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-common .loyalty-tier {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .patient-common .loyalty-tier {
    font-size: 24px !important;
  }
}

.patient-common .black-color {
  color: #222;
}

.patient-common .table-title {
  font-size: 20px;
  margin-top: 17px;
}

@media (max-width: 992px) {
  .patient-common .table-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-common .table-title {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-common .table-title {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .patient-common .table-title {
    font-size: 26px !important;
  }
}

.patient-common .v-card .pull-right .patient-id {
  font-size: 20px;
  font-weight: bold;
  padding-left: 8px;
  padding-top: 18px;
  float: right;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-common .v-card .pull-right .patient-id {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-common .v-card .pull-right .patient-id {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .patient-common .v-card .pull-right .patient-id {
    font-size: 26px !important;
  }
}

.patient-common .display-inline-blc {
  display: inline-block !important;
}

.patient-common .rec-right-header {
  text-align: right;
  padding-top: 10px;
}

.patient-common .rec-h-1,
.patient-common .rec-h-2 {
  font-size: 20px;
  margin-bottom: 18px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-common .rec-h-1,
  .patient-common .rec-h-2 {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-common .rec-h-1,
  .patient-common .rec-h-2 {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .patient-common .rec-h-1,
  .patient-common .rec-h-2 {
    font-size: 26px !important;
  }
}

.patient-common .rec-h-3 {
  font-size: 16px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-common .rec-h-3 {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-common .rec-h-3 {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .patient-common .rec-h-3 {
    font-size: 22px !important;
  }
}

.patient-common .view-history {
  font-size: 20px;
  color: #cba750 !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-common .view-history {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-common .view-history {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .patient-common .view-history {
    font-size: 26px !important;
  }
}

.patient-common .rec {
  width: 100%;
  background-color: #85868a !important;
  color: #FFF;
  padding-right: 20px;
  padding-left: 20px;
  height: 46px;
  line-height: 46px;
}

.patient-common .rec a {
  color: #FFF;
}

.patient-common .rec .div1 {
  width: 10%;
  float: left;
}

.patient-common .rec .div2 {
  width: 13%;
  float: left;
}

.patient-common .rec .div3 {
  width: 32%;
  float: left;
}

.patient-common .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .patient-common .reminders-block .data-block h4 {
    font-size: 14px;
  }
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-common .reminders-block .data-block h4 {
    font-size: 16px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-common .reminders-block .data-block h4 {
    font-size: 18px !important;
  }
}

@media (min-width: 3840px) {
  .patient-common .reminders-block .data-block h4 {
    font-size: 20px !important;
  }
}

.patient-common .reminders-block .data-block .title-r {
  font-size: 18px;
  font-weight: 700;
  word-wrap: break-word;
  float: left;
  width: 100%;
  color: #222 !important;
  line-height: normal !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-common .reminders-block .data-block .title-r {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-common .reminders-block .data-block .title-r {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .patient-common .reminders-block .data-block .title-r {
    font-size: 24px !important;
  }
}

.patient-common .reminders-block .data-block .title-r span {
  width: 100%;
  color: #222 !important;
  font-weight: normal !important;
  font-size: 16px !important;
  display: block;
  margin-bottom: 5px !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-common .reminders-block .data-block .title-r span {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-common .reminders-block .data-block .title-r span {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .patient-common .reminders-block .data-block .title-r span {
    font-size: 22px !important;
  }
}

.patient-common .reminders-block .data-block .title-r span:first-child {
  width: 100% !important;
  color: #6a6a6a !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
}

.patient-common .referred-block .data-block .icon img {
  max-width: 16px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .patient-common .referred-block .data-block h4 {
    font-size: 14px;
  }
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-common .referred-block .data-block h4 {
    font-size: 16px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-common .referred-block .data-block h4 {
    font-size: 18px !important;
  }
}

@media (min-width: 3840px) {
  .patient-common .referred-block .data-block h4 {
    font-size: 20px !important;
  }
}

.patient-common .referred-block .text-div {
  margin-bottom: 10px;
}

.patient-common .referred-block .refferred-by-span {
  width: 83%;
  display: inline-block;
}

.patient-common .patient-detail-block .patient-title {
  font-size: 18px;
  color: #6a6a6a;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-common .patient-detail-block .patient-title {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-common .patient-detail-block .patient-title {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .patient-common .patient-detail-block .patient-title {
    font-size: 24px !important;
  }
}

.patient-common .patient-detail-block .id-btn-block {
  font-size: 22px;
  font-weight: 600;
  margin-top: 15px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-common .patient-detail-block .id-btn-block {
    font-size: 24px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-common .patient-detail-block .id-btn-block {
    font-size: 26px !important;
  }
}

@media (min-width: 3840px) {
  .patient-common .patient-detail-block .id-btn-block {
    font-size: 28px !important;
  }
}

.patient-main .patient-detail .v-item-group {
  height: auto !important;
}

.patient-main .patient-detail .patient-detail-tab .v-tab {
  padding: 15px 8px;
  font-size: 12.5px !important;
  min-width: 55px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-main .patient-detail .patient-detail-tab .v-tab {
    font-size: 16px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-main .patient-detail .patient-detail-tab .v-tab {
    font-size: 18px !important;
  }
}

@media (min-width: 3840px) {
  .patient-main .patient-detail .patient-detail-tab .v-tab {
    font-size: 20px !important;
  }
}

@media (min-width: 1920px) {
  .patient-main .patient-detail .patient-detail-tab .v-tab {
    padding: 15px 22px;
  }
}

.patient-main .patient-detail .v-tabs__wrapper {
  padding: 8px;
}

.patient-main .patient-detail .v-card__text {
  border-top: 1px solid #eee;
  padding: 8px;
}

.patient-main .patient-detail .v-tabs__item {
  font-weight: 600 !important;
  font-size: 18px !important;
  text-transform: uppercase;
  padding: 6px 25px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .patient-main .patient-detail .v-tabs__item {
    font-size: 15px !important;
    padding: 9px 15px;
  }
}

.patient-main .patient-detail h3.span-title {
  margin: 0px;
  background: #efefef;
  width: 100%;
  padding: 5px 10px !important;
  font-weight: 500;
  font-size: 18px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-main .patient-detail h3.span-title {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-main .patient-detail h3.span-title {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .patient-main .patient-detail h3.span-title {
    font-size: 24px !important;
  }
}

.patient-main .patient-detail .pp-upload-block {
  clear: both;
  text-align: right;
  padding: 15px 0;
}

@media (max-width: 425px) and (min-width: 320px) {
  .patient-main .patient-detail .pp-upload-block {
    text-align: left;
  }
}

.patient-main .patient-detail .patient-grey-box {
  background-color: #f5f5f5 !important;
  box-shadow: none;
}

.patient-main .patient-detail .patient-grey-box span {
  line-height: 1.42857143;
  padding: 5px;
  display: block;
  word-break: break-word;
}

.modal-stepper h3.span-title {
  color: #000000;
  font-size: 18px;
  float: left;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .modal-stepper h3.span-title {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .modal-stepper h3.span-title {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .modal-stepper h3.span-title {
    font-size: 24px !important;
  }
}

.patient-detail-modal .dob {
  float: left;
  margin-top: 25px;
  font-size: 16px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-detail-modal .dob {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-detail-modal .dob {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .patient-detail-modal .dob {
    font-size: 22px !important;
  }
}

.patient-detail-modal > .v-card > .v-card__text {
  padding: 0 !important;
}

.patient-detail-modal h3.span-title {
  color: #000000;
  margin: 30px 0;
  font-size: 18px;
  float: left;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-detail-modal h3.span-title {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-detail-modal h3.span-title {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .patient-detail-modal h3.span-title {
    font-size: 24px !important;
  }
}

.patient-detail-modal .v-stepper {
  border-radius: unset;
}

.medical-checklist-modal .medical6 .v-input--selection-controls__input .v-icon,
.medical-checklist-modal .medical1 .v-input--selection-controls__input .v-icon {
  width: auto !important;
}

.medical-checklist-modal h3.span-title {
  color: #000000;
  margin: 30px 0;
  font-size: 18px;
  float: left;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .medical-checklist-modal h3.span-title {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .medical-checklist-modal h3.span-title {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .medical-checklist-modal h3.span-title {
    font-size: 24px !important;
  }
}

.medical-checklist-modal h3.title-new {
  float: unset;
}

.medical-checklist-modal .medical1 table {
  margin-bottom: 20px !important;
}

.medical-checklist-modal .medical1 table td {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .medical-checklist-modal .medical1 table td {
    width: 100%;
  }
}

.medical-checklist-modal .medical1 table td div {
  float: left;
}

.medical-checklist-modal .medical1 table td div:nth-child(1) {
  width: 50px;
  text-align: center;
}

.medical-checklist-modal .medical1 table td div:nth-child(2) {
  width: 50px;
  text-align: center;
}

.medical-checklist-modal .medical1 table td div:nth-child(3) {
  width: 70%;
}

@media (max-width: 767px) {
  .medical-checklist-modal .medical1 table td div:nth-child(3) {
    width: 50%;
  }
}

.medical-checklist-modal .medical1 table h3.span-title {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.medical-checklist-modal .medical1 h3.span-title {
  width: 100%;
  color: #000000;
  margin: 30px 0;
  font-size: 18px;
  float: left;
  font-weight: 500;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .medical-checklist-modal .medical1 h3.span-title {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .medical-checklist-modal .medical1 h3.span-title {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .medical-checklist-modal .medical1 h3.span-title {
    font-size: 24px !important;
  }
}

.medical-checklist-modal .medical1 .radio {
  margin: 0px !important;
}

.medical-checklist-modal .medical1 .radio span {
  left: 15px;
}

.medical-checklist-modal .medical1 .radio label {
  min-height: 18px !important;
}

.medical-checklist-modal .medical1 label.radio-inline span {
  left: 15px;
}

.medical-checklist-modal .medical1 .checkbox {
  margin: 0px !important;
}

.medical-checklist-modal .medical1 .checkbox label {
  min-height: 18px !important;
}

.medical-checklist-modal .medical1 .table td {
  border-top: none;
}

.medical-checklist-modal .medical1 .table > tbody > tr > td {
  padding: 4px 8px;
  font-size: 16px !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .medical-checklist-modal .medical1 .table > tbody > tr > td {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .medical-checklist-modal .medical1 .table > tbody > tr > td {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .medical-checklist-modal .medical1 .table > tbody > tr > td {
    font-size: 22px !important;
  }
}

.medical-checklist-modal .medical1 .table > tbody > tr > th {
  padding: 4px 8px;
  font-size: 16px !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .medical-checklist-modal .medical1 .table > tbody > tr > th {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .medical-checklist-modal .medical1 .table > tbody > tr > th {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .medical-checklist-modal .medical1 .table > tbody > tr > th {
    font-size: 22px !important;
  }
}

.medical-checklist-modal .medical1 .select-all-btn {
  margin-bottom: 0px;
  margin-top: -8px;
}

.medical-checklist-modal .medical2 .table td {
  border-top: none;
}

.medical-checklist-modal .medical2 .table > tbody > tr > td {
  border: none !important;
  padding: 8px 0px !important;
}

.medical-checklist-modal .medical2 .table > tbody > tr > th {
  border: none !important;
  padding: 8px 0px !important;
}

.medical-checklist-modal .medical2 .table tr td:nth-child(1) {
  width: 30%;
}

.medical-checklist-modal .medical2 .table tr td:nth-child(2) {
  width: 8%;
}

.medical-checklist-modal .medical2 .table tr td:nth-child(3) {
  width: 5%;
}

.medical-checklist-modal .medical2 .table tr td:nth-child(4) {
  width: 57%;
}

@media (max-width: 1919px) {
  .medical-checklist-modal .medical2 .table .m-cb-medication {
    padding-left: 20px !important;
  }
}

@media (min-width: 1919px) and (max-width: 2399px) {
  .medical-checklist-modal .medical2 .table .m-cb-medication {
    padding-left: 6% !important;
  }
}

@media (min-width: 2400px) {
  .medical-checklist-modal .medical2 .table .m-cb-medication {
    padding-left: 7% !important;
  }
}

.medical-checklist-modal .medical2 h3.span-title {
  margin: 0px;
  font-weight: normal;
}

.medical-checklist-modal .medical2 .checkbox {
  margin: 0px;
}

.medical-checklist-modal .medical2 .radio {
  margin: 0px;
}

.medical-checklist-modal .medical2 .radio span {
  left: 15px;
}

.medical-checklist-modal .medical2 td h3.span-title {
  width: 100%;
}

.medical-checklist-modal .medical2 label.radio-inline span {
  left: 15px;
}

.medical-checklist-modal .medical2 .form-group.label-floating label.control-label {
  margin: 0px !important;
}

.medical-checklist-modal .medical3 table th,
.medical-checklist-modal .medical4 table th {
  border-top: none;
}

.medical-checklist-modal .medical3 table td,
.medical-checklist-modal .medical4 table td {
  border-top: none;
}

.medical-checklist-modal .medical3 h3.span-title,
.medical-checklist-modal .medical4 h3.span-title {
  font-weight: 500;
}

.medical-checklist-modal .overflow-inherit-class .v-stepper__wrapper {
  overflow: initial;
}

.medical-checklist-modal .v-card__text.checklist {
  padding: 0 !important;
}

.acknowledgement-modal > .v-card {
  background: #ebebeb !important;
}

.acknowledgement-modal .terms-condition {
  border: 2px solid #929292;
  background: #fff !important;
}

.acknowledgement-modal .terms-condition h4 {
  padding-bottom: 5px;
  border-bottom: 2px solid #929292;
  margin-bottom: 10px;
}

.acknowledgement-modal .v-btn--icon.v-btn--round {
  padding-right: 14px !important;
}

.skin-checklist-modal .v-card .v-card__text {
  padding: 0 !important;
}

.skin-checklist-modal .skin3 table {
  margin-bottom: 20px !important;
}

.skin-checklist-modal .skin3 table td {
  width: 50%;
  float: left;
}

.skin-checklist-modal .skin3 table td:first-child {
  width: 40%;
}

.skin-checklist-modal .skin3 table td:nth-child(2) {
  width: 10%;
}

.skin-checklist-modal .skin3 table td:nth-child(3) {
  width: 10%;
}

.skin-checklist-modal .skin3 table td:nth-child(4) {
  width: 40%;
}

.skin-checklist-modal .skin3 table h3.span-title {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.skin-checklist-modal .skin3 .table td {
  border-top: none;
}

.skin-checklist-modal .skin3 .table > tbody > tr > td {
  padding: 4px 8px;
  /* font-size: 16px !important; */
}

.skin-checklist-modal .skin3 .table > tbody > tr > th {
  padding: 4px 8px;
  /* font-size: 16px !important; */
}

.skin-checklist-modal .skin4 .concerns-desires-cb .v-input--checkbox {
  padding: 5px 0;
}

.skin-checklist-modal .fitzpatrick-table,
.skin-checklist-modal .fitzpatrick-table td {
  border: 1px solid #aaaaaa;
}

.skin-checklist-modal .fitzpatrick-table .radio-toolbar input[type=radio] {
  display: none;
}

.skin-checklist-modal .fitzpatrick-table .main-title {
  padding: 8px;
}

.skin-checklist-modal .fitzpatrick-table tr td {
  padding: 0;
  height: 84px;
  min-height: 84px;
}

.skin-checklist-modal .fitzpatrick-table .radio-toolbar label {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  height: 100%;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .skin-checklist-modal .fitzpatrick-table .radio-toolbar label {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .skin-checklist-modal .fitzpatrick-table .radio-toolbar label {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .skin-checklist-modal .fitzpatrick-table .radio-toolbar label {
    font-size: 22px !important;
  }
}

.skin-checklist-modal .fitzpatrick-table .radio-toolbar input[type=radio]:checked + label {
  background-color: #aaaaaa;
  color: #fff;
  display: block;
}

.skin-type-btn {
  background-color: #00a2ff !important;
  height: auto !important;
  color: #fff !important;
  padding: 10px !important;
}

.skin-type-btn .btn-text {
  font-size: 16px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .skin-type-btn .btn-text {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .skin-type-btn .btn-text {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .skin-type-btn .btn-text {
    font-size: 22px !important;
  }
}

.skin-type-btn .btn-number {
  font-size: 50px;
  color: #004d80;
  line-height: 45px;
  padding-left: 10px;
}

.skin-type-btn .v-card__text.checklist {
  padding: 0 !important;
}

.overview-tab .skin-type-btn {
  padding: 10px !important;
}

.overview-tab .skin-type-btn .btn-text {
  font-size: 16px !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .overview-tab .skin-type-btn .btn-text {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .overview-tab .skin-type-btn .btn-text {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .overview-tab .skin-type-btn .btn-text {
    font-size: 22px !important;
  }
}

.overview-tab .skin-type-btn .btn-number {
  font-size: 50px !important;
}

.patient-correspondence-main .document-template .table {
  padding: 15px;
}

.patient-correspondence-main .document-template .table tr th {
  border-top: none;
}

.patient-correspondence-main .treatment-plan .heading-cp {
  background-color: #efefef;
  font-size: 18px;
  padding: 6px;
  float: left;
  width: 100%;
  color: #222 !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-correspondence-main .treatment-plan .heading-cp {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-correspondence-main .treatment-plan .heading-cp {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .patient-correspondence-main .treatment-plan .heading-cp {
    font-size: 24px !important;
  }
}

.patient-correspondence-main .treatment-plan .table-cp {
  float: left;
  width: 100%;
  background: #efefef;
}

.patient-correspondence-main .treatment-plan .table-cp table {
  background: #efefef !important;
}

.patient-correspondence-main .treatment-plan .table-cp .bg-1 {
  background-color: #85868a;
  color: #FFF;
}

.patient-correspondence-main .treatment-plan .bg-1 {
  background-color: #85868a;
  clear: both;
}

.patient-correspondence-main .treatment-plan table tr th {
  color: #fff;
}

.patient-correspondence-main .treatment-plan table tr th:first-child {
  width: 15%;
}

.patient-correspondence-main .treatment-plan table tr th:nth-child(2) {
  width: 20%;
}

.patient-correspondence-main .treatment-plan table tr th:nth-child(3) {
  width: 20%;
}

.patient-correspondence-main .treatment-plan table tr th:nth-child(4) {
  width: 20%;
}

.patient-correspondence-main .treatment-plan table tr th:nth-child(5) {
  width: 12%;
}

.patient-correspondence-main .treatment-plan table tr th:nth-child(6) {
  width: 13%;
}

.patient-correspondence-main .treatment-plan table tr td:first-child {
  width: 15%;
}

.patient-correspondence-main .treatment-plan table tr td:nth-child(2) {
  width: 20%;
}

.patient-correspondence-main .treatment-plan table tr td:nth-child(3) {
  width: 20%;
}

.patient-correspondence-main .treatment-plan table tr td:nth-child(4) {
  width: 20%;
}

.patient-correspondence-main .treatment-plan table tr td:nth-child(5) {
  width: 13%;
}

.patient-correspondence-main .treatment-plan table tr td:nth-child(6) {
  width: 12%;
}

.patient-correspondence-main .table-title {
  font-size: 20px !important;
  margin-top: 8px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-correspondence-main .table-title {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-correspondence-main .table-title {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .patient-correspondence-main .table-title {
    font-size: 26px !important;
  }
}

.patient-correspondence-main .box-cp {
  background-color: #efefef;
  padding: 15px;
}

.patient-correspondence-main .correspondence-history-tbl {
  width: 100%;
}

.patient-correspondence-main .correspondence-history-tbl tr {
  color: #9fc3ff;
}

.patient-correspondence-main .correspondence-history-tbl tr td {
  padding: 0 4px;
}

.patient-correspondence-main .correspondence-table {
  /*th{
    &:last-child {
        width: 10%;
        @media (min-width: 1200px) and (max-width: 1500px) {
            width: 12%;
        }
    }
  }*/
  /*@media (min-width: 1920px) {
      height: 30vh;
  }*/
}

.patient-correspondence-main .correspondence-table .table-responsive {
  overflow-x: initial;
}

.patient-correspondence-main .correspondence-table th,
.patient-correspondence-main .correspondence-table td {
  /* &:nth-child(10) {
      width: 10%;
      @media (min-width: 1200px) and (max-width: 1500px) {
          width: 12%;
      }
  } */
}

.patient-correspondence-main .correspondence-table th:first-child,
.patient-correspondence-main .correspondence-table td:first-child {
  width: 15%;
}

.patient-correspondence-main .correspondence-table th:nth-child(2),
.patient-correspondence-main .correspondence-table td:nth-child(2) {
  width: 17%;
}

.patient-correspondence-main .correspondence-table th:nth-child(3),
.patient-correspondence-main .correspondence-table td:nth-child(3) {
  width: 15%;
}

.patient-correspondence-main .correspondence-table th:nth-child(4),
.patient-correspondence-main .correspondence-table td:nth-child(4) {
  width: 10%;
}

.patient-correspondence-main .correspondence-table th:nth-child(5),
.patient-correspondence-main .correspondence-table td:nth-child(5) {
  width: 15%;
}

.patient-correspondence-main .correspondence-table th:nth-child(6),
.patient-correspondence-main .correspondence-table td:nth-child(6) {
  width: 8%;
}

.patient-correspondence-main .correspondence-table th:nth-child(7),
.patient-correspondence-main .correspondence-table td:nth-child(7) {
  width: 8%;
}

.patient-correspondence-main .correspondence-table th:nth-child(8),
.patient-correspondence-main .correspondence-table td:nth-child(8) {
  width: 12%;
}

.patient-correspondence-main .correspondence-table th:nth-child(9),
.patient-correspondence-main .correspondence-table td:nth-child(9) {
  width: 0%;
}

.patient-correspondence-main .correspondence-table tbody > tr.hide {
  color: red !important;
}

.patient-correspondence-main .document-template table tbody tr {
  cursor: pointer;
}

.patient-correspondence-main .patient-correspondence-center .v-select__selections {
  display: inline-block;
}

.patient-xray-main .pair-img-block {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.patient-xray-main .pair-img-block .image-div {
  width: 50%;
  float: left;
  height: 90px;
  background: #efefef;
  overflow: hidden;
}

.patient-xray-main .pair-img-block .image-div img {
  width: 100%;
}

.patient-xray-main .pair-img-block .view-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border-radius: 50%;
  margin-top: -15px;
  margin-left: -15px;
  text-align: center;
}

.patient-xray-main .attribute-card .attribute-card-label {
  vertical-align: inherit;
}

.patient-xray-main .attribute-card .attribute-heading-icon {
  cursor: pointer;
  color: #272727 !important;
  font-size: 14px;
  margin-left: 8px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-xray-main .attribute-card .attribute-heading-icon {
    font-size: 16px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-xray-main .attribute-card .attribute-heading-icon {
    font-size: 18px !important;
  }
}

@media (min-width: 3840px) {
  .patient-xray-main .attribute-card .attribute-heading-icon {
    font-size: 20px !important;
  }
}

.patient-xray-main .attribute-card .atributes-icon {
  margin-top: 0;
  float: right;
  margin-left: 5px;
}

.patient-xray-main .attribute-card .bg-table-2 {
  background-color: #f5f5f5 !important;
}

.patient-xray-main .attribute-card .bg-table-2 tr td {
  border-top: none;
  padding: 5px 15px 5px 5px !important;
}

@media (max-width: 992px) {
  .patient-xray-main .picture-xray-box .btn-hide-div {
    margin-top: 10px;
  }
}

.patient-xray-main .xray-box {
  background-color: #eef3f4;
  clear: both;
}

.patient-xray-main .xray-box .v-tabs-items {
  background-color: #eef3f4;
}

.patient-xray-main .xray-box .v-tab {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border: 1px solid #e2e2e2;
}

.patient-xray-main .xray-box .v-tab .v-tab--active {
  background-color: #CCC;
}

.patient-xray-main .xray-box .v-tabs .v-slide-group__wrapper .v-tab--active {
  background-color: #cccccc !important;
}

.patient-xray-main .pxtable {
  background-color: #85868a !important;
  color: #FFF;
  float: left;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding-left: 15px;
}

.patient-xray-main .pxtable a {
  color: #FFF;
}

.patient-xray-main .pxtable .div1 {
  width: 10%;
  float: left;
}

.patient-xray-main .pxtable .div2 {
  width: 19%;
  float: left;
}

.patient-xray-main .pxtable .div3 {
  width: 15%;
  float: left;
  text-align: right;
}

.patient-xray-main .pxtable .div4 {
  width: 12%;
  float: left;
  text-align: right;
}

.patient-xray-main .pxtable .div5 {
  width: 12%;
  float: left;
  text-align: right;
}

.patient-xray-main .pxtable .div6 {
  width: 12%;
  float: left;
  text-align: right;
}

.patient-xray-main .pxtable .div7 {
  width: 20%;
  float: left;
  text-align: right;
  padding-right: 15px !important;
}

.patient-xray-main .xray-folder-div {
  height: 46vh;
  background-color: #f5f5f5 !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-xray-main .xray-folder-div {
    height: 46vh;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-xray-main .xray-folder-div {
    height: 58vh;
  }
}

@media (min-width: 3840px) {
  .patient-xray-main .xray-folder-div {
    height: 78vh;
  }
}

.patient-xray-main .bg-box {
  background-color: #EEE;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.patient-xray-main .bg-box .horizontal {
  display: flex;
  flex-wrap: nowrap;
}

.patient-xray-main .bg-box .pull-left {
  padding: 4px;
  display: inline-block;
}

.patient-xray-main .bg-box .image {
  height: 150px;
  cursor: pointer;
}

.view-paired-images-modal .edit-label,
.xray-folder-div .edit-label {
  position: relative;
}

.view-paired-images-modal .pair-modal-check,
.xray-folder-div .pair-modal-check {
  position: absolute;
  top: 0px;
  right: 0;
}

.view-paired-images-modal .pair-modal-check a,
.xray-folder-div .pair-modal-check a {
  margin-left: 10px;
}

.patient-record-main .record-notes-table table thead {
  padding: 0 15px;
  float: left;
  width: 100%;
}

.patient-record-main .record-notes-table table thead tr {
  display: block;
  width: 100%;
}

.patient-record-main .record-notes-table table tbody {
  display: block;
  overflow: auto;
  max-height: 88vh;
  width: 100%;
  padding: 15px;
  /*&::-webkit-scrollbar {
               width: 5px;
               height: 5px;
               background-color: #F5F5F5;
           }

           &::-webkit-scrollbar-thumb {
               background-color: rgba(0, 0, 0, 0.2);
           }
  &::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #F5F5F5;
  }*/
}

.patient-record-main .record-notes-table table thead tr th:nth-child(1),
.patient-record-main .record-notes-table table tbody tr td:nth-child(1) {
  width: 15%;
}

.patient-record-main .record-notes-table table thead tr th:nth-child(2),
.patient-record-main .record-notes-table table tbody tr td:nth-child(2) {
  width: 15%;
}

.patient-record-main .record-notes-table table thead tr th:nth-child(3),
.patient-record-main .record-notes-table table tbody tr td:nth-child(3) {
  width: 15%;
}

.patient-record-main .record-notes-table table thead tr th:nth-child(4),
.patient-record-main .record-notes-table table tbody tr td:nth-child(4) {
  width: 15%;
}

.patient-record-main .record-notes-table table thead tr th:nth-child(5),
.patient-record-main .record-notes-table table tbody tr td:nth-child(5) {
  width: 12%;
}

.patient-record-main .record-notes-table table thead tr th:nth-child(6),
.patient-record-main .record-notes-table table tbody tr td:nth-child(6) {
  width: 10%;
}

.patient-record-main .record-notes-table table thead tr th:nth-child(7),
.patient-record-main .record-notes-table table tbody tr td:nth-child(7) {
  width: 10%;
}

.patient-record-main .record-notes-table table thead tr th:nth-child(8),
.patient-record-main .record-notes-table table tbody tr td:nth-child(8) {
  width: 8%;
}

.patient-record-main .record-notes-table table tbody tr td:nth-child(9) .VueTables__child-row-toggler {
  display: none;
}

.autoclave-modal .barcode-block {
  width: 155px;
  display: inline-block;
  text-align: center;
  margin: 5px;
  vertical-align: top !important;
}

.autoclave-modal .header-block {
  background: #efefef;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.autoclave-modal .barcode-data-block {
  border: 1px solid #efefef;
  padding: 0px 5px;
  margin-top: 10px;
}

.autoclave-modal .title-barcode {
  padding: 10px;
}

.autoclave-modal .barcode-num {
  height: 38px;
  line-height: 38px;
  font-weight: 700;
  border: 1px solid #efefef;
}

.autoclave-modal .horizontal {
  white-space: nowrap;
}

.add-notes-modal .v-card__title {
  padding: 5px 15px !important;
}

.add-notes-modal .v-card__title .v-text-field__details {
  height: 0;
}

.add-notes-modal #notes_text_area {
  height: 48vh !important;
}

.add-notes-modal .search-box {
  height: 22vh;
}

.add-notes-modal .search-box .v-list-item--link:before {
  background-color: transparent;
}

.add-notes-modal .search-box .v-list-item--link:hover .v-list-item__title {
  color: #51c1ed;
}

.add-notes-modal .search-box .v-list-item {
  min-height: 35px;
}

.add-notes-modal .search-box .box-padd .v-list-item {
  height: 30px;
  padding: 0;
}

.add-notes-modal .normal-card .theme--light.v-toolbar {
  background-color: #000 !important;
}

.add-notes-modal .quick-notes-card .v-toolbar__title {
  color: #fff;
}

.add-notes-modal .vue-mce-note-content.tinymce > .mce-container > .mce-container-body .mce-edit-area {
  min-height: 310px;
}

.add-quick-notes-modal .v-input--radio-group--column .v-input--radio-group__input {
  flex-direction: inherit;
}

.add-quick-notes-modal .v-input--radio-group--column .v-radio:not(:last-child):not(:only-child) {
  margin-bottom: 0px;
}

@media (min-width: 1400px) {
  .add-quick-notes-modal {
    width: 1170px !important;
    max-width: 1170px !important;
  }
}

.add-quick-notes-modal .v-card__title {
  padding: 5px 15px !important;
}

.add-quick-notes-modal .v-card__title .v-text-field__details {
  height: 0;
}

.add-quick-notes-modal .quick-note-title {
  float: left;
  max-width: 75%;
}

.add-quick-notes-modal .v-toolbar__title {
  width: 100%;
}

.add-quick-notes-modal .my-quick-notes-list .v-list-item {
  height: 30px;
  padding: 0;
}

.add-quick-notes-modal .keyword-card .v-input__control .v-input__slot {
  box-shadow: none !important;
}

.botulinum-modal {
  width: 90% !important;
  max-width: 90% !important;
}

.botulinum-modal #btf_form_edit .head-top {
  height: 65px;
}

.botulinum-modal #btf_form_edit .head-top .body-buttons {
  margin-top: -15px !important;
}

.botulinum-modal #btf_form_edit .sticky {
  position: sticky;
  top: -16px;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}

.botulinum-modal .v-card .v-card__text {
  max-height: 47vh !important;
}

.botulinum-modal .invoicing-footer {
  height: 55px;
}

.botulinum-modal .botulium-review th {
  padding-left: 0;
}

.botulinum-modal .botulium-review tr td:nth-child(5),
.botulinum-modal .botulium-review tr td:nth-child(6) {
  width: 10%;
}

.botulinum-modal .record-note-modal-title {
  font-size: 24px;
  color: #cba750;
  font-weight: bold;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .botulinum-modal .record-note-modal-title {
    font-size: 26px !important;
  }
}

@media (min-width: 2560px) {
  .botulinum-modal .record-note-modal-title {
    font-size: 28px !important;
  }
}

.botulinum-modal .btn-scan {
  background-color: #403a28 !important;
  border-color: #403a28 !important;
  padding: 7px 40px !important;
  text-transform: uppercase !important;
  color: #cba750 !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 1920px) {
  .botulinum-modal .btn-scan {
    height: auto !important;
  }
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .botulinum-modal .btn-scan {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .botulinum-modal .btn-scan {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .botulinum-modal .btn-scan {
    font-size: 22px !important;
  }
}

.botulinum-modal .scanned-products-list {
  overflow-y: auto;
  height: 113px;
}

.botulinum-modal .scan-product-table {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  border-spacing: 0 5px;
  border-collapse: unset;
}

.botulinum-modal .scan-product-table tr {
  line-height: 0px;
}

.botulinum-modal .scan-product-table tr td:nth-child(2) {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 13px;
}

.botulinum-modal .scan-product-table tr td:first-child {
  width: 10%;
  color: #cba750;
  font-size: 16px;
}

.botulinum-modal .scan-product-table tr td:last-child {
  width: 10%;
  padding-right: 4%;
}

.botulinum-modal .scan-product-table tr td:last-child a {
  color: #cba750;
  font-size: 16px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .botulinum-modal .scan-product-table {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .botulinum-modal .scan-product-table {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .botulinum-modal .scan-product-table {
    font-size: 24px !important;
  }
}

.botulinum-modal .total-unit-1 {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 4px 0;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .botulinum-modal .total-unit-1 {
    font-size: 17px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .botulinum-modal .total-unit-1 {
    font-size: 19px !important;
  }
}

@media (min-width: 3840px) {
  .botulinum-modal .total-unit-1 {
    font-size: 21px !important;
  }
}

.botulinum-modal .total-unit-2 {
  font-size: 26px;
  color: #cba750;
  font-weight: bold;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .botulinum-modal .total-unit-2 {
    font-size: 28px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .botulinum-modal .total-unit-2 {
    font-size: 30px !important;
  }
}

@media (min-width: 3840px) {
  .botulinum-modal .total-unit-2 {
    font-size: 32px !important;
  }
}

.botulinum-modal .total-unit-1,
.botulinum-modal .total-unit-2 {
  display: block;
}

.botulinum-modal .v-card__title .v-text-field__details {
  height: 0;
}

.botulinum-modal .vertical-center {
  align-items: center;
}

.botulinum-modal .w3-badge {
  margin-right: 3px;
  border: none;
  height: 25px;
  width: 25px;
  font-weight: 600;
}

.botulinum-modal .w3-badge.bg1 {
  background: #ef5ea7;
}

.botulinum-modal .w3-badge.bg2 {
  background: #004c81;
}

.botulinum-modal .w3-badge.bg3 {
  background: #60d936;
}

.botulinum-modal .w3-badge.bg4 {
  background: #f9bb00;
}

.botulinum-modal .w3-badge.bg5 {
  background: #007a76;
}

.botulinum-modal .w3-badge.bg6 {
  background: #9436ff;
}

.botulinum-modal .mod-fot {
  background-color: #000;
  padding: 20px;
  color: #fff;
  float: left;
  width: 100%;
}

.botulinum-modal .mod-fot .btn-sm {
  margin: 5px 1px;
  width: 175px;
  font-size: 18px !important;
  font-weight: 600;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .botulinum-modal .mod-fot .btn-sm {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .botulinum-modal .mod-fot .btn-sm {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .botulinum-modal .mod-fot .btn-sm {
    font-size: 24px !important;
  }
}

.botulinum-modal .mod-fot .measure-view {
  display: inline-block;
  margin-right: 8px;
}

.botulinum-modal .mod-fot .measure-main {
  display: inline;
  padding-left: 0;
}

.botulinum-modal .mod-fot .measure-main li {
  display: inline-block;
  margin-right: 8px;
}

.botulinum-modal .mod-fot .invoicing-title h3 {
  margin: 20px 0;
  text-transform: uppercase;
  color: #cba750;
  font-weight: 600;
  font-size: 28px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .botulinum-modal .mod-fot .invoicing-title h3 {
    font-size: 30px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .botulinum-modal .mod-fot .invoicing-title h3 {
    font-size: 32px !important;
  }
}

@media (min-width: 3840px) {
  .botulinum-modal .mod-fot .invoicing-title h3 {
    font-size: 34px !important;
  }
}

@media (min-width: 992px) {
  .botulinum-modal .mod-fot .borderright {
    border-right: 1px solid #a4a4a4;
    border-left: 1px solid #a4a4a4;
  }
}

.botulinum-modal .mod-fot .treatment-block input {
  height: 35px;
  margin-bottom: 0px;
  background-image: linear-gradient(#bbbbbb, #bbbbbb), linear-gradient(#bbbbbb, #bbbbbb);
}

.botulinum-modal .mod-fot .plus-treatment {
  float: right;
  background: #bbbbbb;
  color: #222;
  padding: 4px 8px;
}

.botulinum-modal .mod-fot .treatments-drpdown .dropdownjs > input.focus ~ ul {
  background: #bbbbbb;
  top: 36px;
}

.botulinum-modal .mod-fot .heading-bar .form-group .form-control {
  color: #222 !important;
}

.botulinum-modal .mod-fot .fs20 {
  font-size: 20px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .botulinum-modal .mod-fot .fs20 {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .botulinum-modal .mod-fot .fs20 {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .botulinum-modal .mod-fot .fs20 {
    font-size: 26px !important;
  }
}

.botulinum-modal .mod-fot .fot-tit {
  padding-top: unset;
  margin-bottom: 8px;
  font-size: 17px;
  text-align: right;
}

@media (max-width: 992px) {
  .botulinum-modal .mod-fot .fot-tit {
    text-align: left;
  }
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .botulinum-modal .mod-fot .fot-tit {
    font-size: 19px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .botulinum-modal .mod-fot .fot-tit {
    font-size: 21px !important;
  }
}

@media (min-width: 3840px) {
  .botulinum-modal .mod-fot .fot-tit {
    font-size: 23px !important;
  }
}

.botulinum-modal .mod-fot .treatments-drpdown .v-select__slot .v-input__append-inner {
  width: 0;
  margin: 0;
  padding: 0;
}

.botulinum-modal .mod-fot .treatments-drpdown .v-select__selections {
  background: #bbb;
}

.botulinum-modal .mod-fot .treatments-drpdown input {
  margin-bottom: 0px;
}

.botulinum-modal .mod-fot .treatments-drpdown .v-text-field > .v-input__control > .v-input__slot:after {
  border: none !important;
}

.botulinum-modal .mod-fot .v-input__slot {
  margin: 0;
}

.botulinum-modal .mod-fot .attachment-dropdown .btn-default.dropdown-toggle {
  background: #fff;
  color: #222;
}

.botulinum-modal .mod-fot .attachment-dropdown .v-btn {
  background-color: #fff !important;
  color: #000;
}

.botulinum-modal .mod-fot .attachment-dropdown i {
  font-size: 20px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .botulinum-modal .mod-fot .attachment-dropdown i {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .botulinum-modal .mod-fot .attachment-dropdown i {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .botulinum-modal .mod-fot .attachment-dropdown i {
    font-size: 26px !important;
  }
}

.botulinum-modal .mod-fot .attachment-dropdown .dropdown-menu {
  padding: 0;
  min-width: 80px;
}

.botulinum-modal .mod-fot .attachment-dropdown .dropdown-menu li a {
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .botulinum-modal .mod-fot .attachment-dropdown .dropdown-menu li a {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .botulinum-modal .mod-fot .attachment-dropdown .dropdown-menu li a {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .botulinum-modal .mod-fot .attachment-dropdown .dropdown-menu li a {
    font-size: 22px !important;
  }
}

.botulinum-modal .mod-fot .v-text-field > .v-input__control > .v-input__slot:after {
  border: none !important;
}

.botulinum-modal .mod-fot .treatment-row .v-input {
  margin: 0;
  padding: 0;
}

.botulinum-modal .mod-fot .treatment-row .editable input {
  background: #fff;
}

.botulinum-modal .mod-fot .treatment-row input,
.botulinum-modal .mod-fot .treatment-row .v-input input {
  padding-left: 8px;
  padding-right: 8px;
}

.botulinum-modal .mod-fot .treatment-row .v-select.v-text-field input {
  padding-left: 0;
  padding-right: 0;
}

.botulinum-modal .dilution-title {
  color: #919191;
  font-size: 13px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .botulinum-modal .dilution-title {
    font-size: 15px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .botulinum-modal .dilution-title {
    font-size: 17px !important;
  }
}

@media (min-width: 3840px) {
  .botulinum-modal .dilution-title {
    font-size: 19px !important;
  }
}

.botulinum-modal .v-text-field {
  padding-top: 0px;
  margin-top: 0px;
}

.botulinum-modal #botulinumLabel {
  padding-bottom: 0px;
}

.botulinum-modal #botulinumLabel .v-text-field {
  padding-top: 2px;
  margin-top: 4px;
}

.botulinum-modal table.tab-bot tr,
.botulinum-modal table.tab-bot th {
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
}

.botulinum-modal table.tab-botulinum {
  border-top: 1px solid #b9b8b8 !important;
  /*.editable .v-text-field>.v-input__control>.v-input__slot:before, .editable .v-text-field:not(.v-input--has-state)>.v-input__control>.v-input__slot:hover:before,
  .v-text-field>.v-input__control>.v-input__slot:after {
    border-color: rgb(235, 235, 235) !important;
  }*/
}

.botulinum-modal table.tab-botulinum td {
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
  padding-top: 0px;
}

.botulinum-modal table.tab-botulinum .label {
  padding-top: 2px;
}

.botulinum-modal table.tab-botulinum .editable .v-input__slot {
  background: #fff;
}

.botulinum-modal table.tab-botulinum .editable-checkbox .v-input--checkbox {
  display: inline-block;
  float: left;
}

.botulinum-modal table.tab-botulinum .editable-checkbox .w3-badge {
  height: 25px;
  width: 25px;
  line-height: 25px;
  border: none;
  margin-left: 10px;
}

.botulinum-modal table.tab-botulinum a.btn-delete {
  color: #cba750 !important;
  margin-top: 8px;
  margin-right: 8px;
}

.botulinum-modal .tab-botulinum-body .v-text-field {
  padding-top: 0px !important;
}

.botulinum-modal table.tab-botulinum tr td:nth-child(1) {
  width: 16%;
}

.botulinum-modal table.tab-botulinum tr td:nth-child(2) {
  width: 14%;
}

.botulinum-modal table.tab-botulinum tr td:nth-child(3) {
  width: 14%;
}

.botulinum-modal table.tab-botulinum tr td:nth-child(4) {
  width: 22%;
}

.botulinum-modal table.tab-botulinum tr td:nth-child(5) {
  width: 12%;
}

.botulinum-modal table.tab-botulinum tr td:nth-child(6) {
  width: 12%;
}

.botulinum-modal table.tab-botulinum tr td:nth-child(7) {
  width: 10%;
}

.botulinum-modal table.tab-botulinum tr td:nth-child(8) {
  width: 9%;
}

.botulinum-modal table.tab-botulinum tr td:nth-child(9) {
  width: 11%;
}

.botulinum-modal table.tab-botulinum tr td:nth-child(10) {
  width: 10%;
}

.botulinum-modal table.tab-botulinum tr th:nth-child(1) {
  width: 16%;
}

.botulinum-modal table.tab-botulinum tr th:nth-child(2) {
  width: 14%;
}

.botulinum-modal table.tab-botulinum tr th:nth-child(3) {
  width: 14%;
}

.botulinum-modal table.tab-botulinum tr th:nth-child(4) {
  width: 22%;
}

.botulinum-modal table.tab-botulinum tr th:nth-child(5) {
  width: 12%;
}

.botulinum-modal table.tab-botulinum tr th:nth-child(6) {
  width: 12%;
}

.botulinum-modal table.tab-botulinum tr th:nth-child(7) {
  width: 10%;
}

.botulinum-modal table.tab-botulinum tr th:nth-child(8) {
  width: 9%;
}

.botulinum-modal table.tab-botulinum tr th:nth-child(9) {
  width: 11%;
}

.botulinum-modal table.tab-botulinum tr th:nth-child(10) {
  width: 10%;
}

@media (max-width: 767px) {
  .botulinum-modal table.tab-botulinum tr td:nth-child(1) {
    width: 100px;
  }

  .botulinum-modal table.tab-botulinum tr td:nth-child(2) {
    width: 100px;
  }

  .botulinum-modal table.tab-botulinum tr td:nth-child(3) {
    width: 100px;
  }

  .botulinum-modal table.tab-botulinum tr td:nth-child(4) {
    width: 100px;
  }

  .botulinum-modal table.tab-botulinum tr td:nth-child(5) {
    width: 100px;
  }

  .botulinum-modal table.tab-botulinum tr td:nth-child(6) {
    width: 100px;
  }

  .botulinum-modal table.tab-botulinum tr td:nth-child(7) {
    width: 100px;
  }

  .botulinum-modal table.tab-botulinum tr td:nth-child(8) {
    width: 100px;
  }

  .botulinum-modal table.tab-botulinum tr td:nth-child(9) {
    width: 100px;
  }

  .botulinum-modal table.tab-botulinum tr td:nth-child(10) {
    width: 100px;
  }

  .botulinum-modal table.tab-botulinum tr th:nth-child(1) {
    width: 100px;
  }

  .botulinum-modal table.tab-botulinum tr th:nth-child(2) {
    width: 100px;
  }

  .botulinum-modal table.tab-botulinum tr th:nth-child(3) {
    width: 100px;
  }

  .botulinum-modal table.tab-botulinum tr th:nth-child(4) {
    width: 100px;
  }

  .botulinum-modal table.tab-botulinum tr th:nth-child(5) {
    width: 100px;
  }

  .botulinum-modal table.tab-botulinum tr th:nth-child(6) {
    width: 100px;
  }

  .botulinum-modal table.tab-botulinum tr th:nth-child(7) {
    width: 100px;
  }

  .botulinum-modal table.tab-botulinum tr th:nth-child(8) {
    width: 100px;
  }

  .botulinum-modal table.tab-botulinum tr th:nth-child(9) {
    width: 100px;
  }

  .botulinum-modal table.tab-botulinum tr th:nth-child(10) {
    width: 100px;
  }

  .botulinum-modal .scan-product-table {
    table-layout: fixed;
    width: 300px;
  }

  .botulinum-modal .table-responsive {
    overflow: scroll;
  }
}

.botulinum-modal .dark-grey-bg {
  background: #d5d5d5;
}

.botulinum-modal .light-grey-bg {
  background: #ebebeb;
}

@media (max-width: 992px) {
  .botulinum-modal table.tab-botulinum {
    width: 1200px;
  }

  .botulinum-modal .table-responsive {
    overflow: scroll;
  }
}

.attachment-list {
  padding: 0 !important;
}

.attachment-list .bg a {
  color: #fff;
  text-align: center;
}

.attachment-list .bg .v-list-item__title {
  text-align: center;
}

.attachment-list .bg1 {
  background: #ef5ea7;
}

.attachment-list .bg1:hover {
  background: #ef5ea7;
}

.attachment-list .bg2 {
  background: #004c81;
}

.attachment-list .bg2:hover {
  background: #004c81;
}

.attachment-list .bg3 {
  background: #60d936;
}

.attachment-list .bg3:hover {
  background: #60d936;
}

.attachment-list .bg4 {
  background: #f9bb00;
}

.attachment-list .bg4:hover {
  background: #f9bb00;
}

.attachment-list .bg5 {
  background: #007a76;
}

.attachment-list .bg5:hover {
  background: #007a76;
}

.attachment-list .bg6 {
  background: #9436ff;
}

.attachment-list .bg6:hover {
  background: #9436ff;
}

.bot-toxin-modal table.tab-botulinum tr td:nth-child(1) {
  width: 16%;
}

.bot-toxin-modal table.tab-botulinum tr td:nth-child(2) {
  width: 10%;
  text-align: center;
}

.bot-toxin-modal table.tab-botulinum tr td:nth-child(3) {
  width: 6%;
  text-align: center;
}

.bot-toxin-modal table.tab-botulinum tr td:nth-child(4) {
  width: 6%;
  text-align: center;
}

.bot-toxin-modal table.tab-botulinum tr td:nth-child(5) {
  width: 12%;
}

.bot-toxin-modal table.tab-botulinum tr td:nth-child(6) {
  width: 12%;
}

.bot-toxin-modal table.tab-botulinum tr td:nth-child(7) {
  width: 10%;
}

.bot-toxin-modal table.tab-botulinum tr td:nth-child(8) {
  width: 9%;
}

.bot-toxin-modal table.tab-botulinum tr td:nth-child(9) {
  width: 11%;
}

.bot-toxin-modal table.tab-botulinum tr td:nth-child(10) {
  width: 10%;
}

.bot-toxin-modal table.tab-botulinum tr th:nth-child(1) {
  width: 16%;
}

.bot-toxin-modal table.tab-botulinum tr th:nth-child(2) {
  width: 10%;
  text-align: center;
}

.bot-toxin-modal table.tab-botulinum tr th:nth-child(3) {
  width: 6%;
  text-align: center;
}

.bot-toxin-modal table.tab-botulinum tr th:nth-child(4) {
  width: 6%;
  text-align: center;
}

.bot-toxin-modal table.tab-botulinum tr th:nth-child(5) {
  width: 12%;
}

.bot-toxin-modal table.tab-botulinum tr th:nth-child(6) {
  width: 12%;
}

.bot-toxin-modal table.tab-botulinum tr th:nth-child(7) {
  width: 10%;
}

.bot-toxin-modal table.tab-botulinum tr th:nth-child(8) {
  width: 9%;
}

.bot-toxin-modal table.tab-botulinum tr th:nth-child(9) {
  width: 11%;
}

.bot-toxin-modal table.tab-botulinum tr th:nth-child(10) {
  width: 10%;
}

.dermal-filters-modal {
  width: 90% !important;
  max-width: 90% !important;
}

.dermal-filters-modal .record-note-modal-title {
  font-size: 24px;
  color: #cba750;
  font-weight: bold;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .dermal-filters-modal .record-note-modal-title {
    font-size: 26px !important;
  }
}

@media (min-width: 2560px) {
  .dermal-filters-modal .record-note-modal-title {
    font-size: 28px !important;
  }
}

.dermal-filters-modal .btn-scan {
  background-color: #403a28 !important;
  border-color: #403a28 !important;
  padding: 7px 40px !important;
  text-transform: uppercase !important;
  color: #cba750 !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 1920px) {
  .dermal-filters-modal .btn-scan {
    height: auto !important;
  }
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .dermal-filters-modal .btn-scan {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .dermal-filters-modal .btn-scan {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .dermal-filters-modal .btn-scan {
    font-size: 22px !important;
  }
}

.dermal-filters-modal .scan-product-table {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  border-spacing: 0 5px;
  border-collapse: unset;
}

.dermal-filters-modal .scan-product-table tr td:first-child {
  width: 10%;
  color: #cba750;
  font-size: 16px;
}

.dermal-filters-modal .scan-product-table tr td:last-child {
  width: 10%;
  color: #cba750;
  font-size: 16px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .dermal-filters-modal .scan-product-table {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .dermal-filters-modal .scan-product-table {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .dermal-filters-modal .scan-product-table {
    font-size: 24px !important;
  }
}

.dermal-filters-modal .total-unit-1 {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 4px 0;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .dermal-filters-modal .total-unit-1 {
    font-size: 17px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .dermal-filters-modal .total-unit-1 {
    font-size: 19px !important;
  }
}

@media (min-width: 3840px) {
  .dermal-filters-modal .total-unit-1 {
    font-size: 21px !important;
  }
}

.dermal-filters-modal .total-unit-2 {
  font-size: 26px;
  color: #cba750;
  font-weight: bold;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .dermal-filters-modal .total-unit-2 {
    font-size: 28px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .dermal-filters-modal .total-unit-2 {
    font-size: 30px !important;
  }
}

@media (min-width: 3840px) {
  .dermal-filters-modal .total-unit-2 {
    font-size: 32px !important;
  }
}

.dermal-filters-modal .total-unit-1,
.dermal-filters-modal .total-unit-2 {
  display: block;
}

.dermal-filters-modal .v-card__title .v-text-field__details {
  height: 0;
}

.dermal-filters-modal .vertical-center {
  align-items: center;
}

.dermal-filters-modal .mod-fot {
  background-color: #000;
  padding: 20px;
  color: #fff;
  float: left;
  width: 100%;
}

.dermal-filters-modal .mod-fot .btn-sm {
  margin: 5px 1px;
  width: 175px;
  font-size: 18px !important;
  font-weight: 600;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .dermal-filters-modal .mod-fot .btn-sm {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .dermal-filters-modal .mod-fot .btn-sm {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .dermal-filters-modal .mod-fot .btn-sm {
    font-size: 24px !important;
  }
}

.dermal-filters-modal .mod-fot .measure-view {
  display: inline-block;
  margin-right: 8px;
}

.dermal-filters-modal .mod-fot .measure-main {
  display: inline;
  padding-left: 0;
}

.dermal-filters-modal .mod-fot .measure-main li {
  display: inline-block;
  margin-right: 8px;
}

.dermal-filters-modal .mod-fot .invoicing-title h3 {
  margin: 20px 0;
  text-transform: uppercase;
  color: #cba750;
  font-weight: 600;
  font-size: 28px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .dermal-filters-modal .mod-fot .invoicing-title h3 {
    font-size: 30px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .dermal-filters-modal .mod-fot .invoicing-title h3 {
    font-size: 32px !important;
  }
}

@media (min-width: 3840px) {
  .dermal-filters-modal .mod-fot .invoicing-title h3 {
    font-size: 34px !important;
  }
}

.dermal-filters-modal .mod-fot .invoicing-title h4 {
  margin: 20px 0;
  text-transform: uppercase;
  color: #cba750;
  font-weight: 600;
  font-size: 20px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .dermal-filters-modal .mod-fot .invoicing-title h4 {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .dermal-filters-modal .mod-fot .invoicing-title h4 {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .dermal-filters-modal .mod-fot .invoicing-title h4 {
    font-size: 26px !important;
  }
}

@media (min-width: 992px) {
  .dermal-filters-modal .mod-fot .borderleft {
    border-left: 1px solid #a4a4a4;
  }
}

.dermal-filters-modal .mod-fot .treatment-block .v-input__control {
  border-radius: unset;
}

.dermal-filters-modal .mod-fot .treatment-block .v-input__slot {
  background: #bbbbbb !important;
}

.dermal-filters-modal .mod-fot .treatment-block input {
  height: 35px;
  margin-bottom: 0px;
  background-image: linear-gradient(#bbbbbb, #bbbbbb), linear-gradient(#bbbbbb, #bbbbbb);
}

.dermal-filters-modal .mod-fot .plus-treatment {
  float: right;
  background: #bbbbbb;
  color: #222;
  padding: 4px 8px;
}

.dermal-filters-modal .mod-fot .treatments-drpdown .dropdownjs > input.focus ~ ul {
  background: #bbbbbb;
  top: 36px;
}

.dermal-filters-modal .mod-fot .heading-bar .form-group .form-control {
  color: #222 !important;
}

.dermal-filters-modal .mod-fot .fs20 {
  font-size: 20px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .dermal-filters-modal .mod-fot .fs20 {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .dermal-filters-modal .mod-fot .fs20 {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .dermal-filters-modal .mod-fot .fs20 {
    font-size: 26px !important;
  }
}

.dermal-filters-modal .mod-fot .fot-tit {
  padding-top: unset;
  margin-bottom: 8px;
  font-size: 17px;
  text-align: right;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .dermal-filters-modal .mod-fot .fot-tit {
    font-size: 19px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .dermal-filters-modal .mod-fot .fot-tit {
    font-size: 21px !important;
  }
}

@media (min-width: 3840px) {
  .dermal-filters-modal .mod-fot .fot-tit {
    font-size: 23px !important;
  }
}

.dermal-filters-modal .mod-fot .treatments-drpdown .v-select__slot .v-input__append-inner {
  width: 0;
  margin: 0;
  padding: 0;
}

.dermal-filters-modal .mod-fot .treatments-drpdown .v-select__selections {
  background: #bbb;
}

.dermal-filters-modal .mod-fot .treatments-drpdown input {
  margin-bottom: 0px;
}

.dermal-filters-modal .mod-fot .treatments-drpdown .v-text-field > .v-input__control > .v-input__slot:after {
  border: none !important;
}

.dermal-filters-modal .mod-fot .v-input__slot {
  margin: 0;
}

.dermal-filters-modal .mod-fot .attachment-dropdown .btn-default.dropdown-toggle {
  background: #fff;
  color: #222;
}

.dermal-filters-modal .mod-fot .attachment-dropdown .v-btn {
  background-color: #fff !important;
  color: #000;
}

.dermal-filters-modal .mod-fot .attachment-dropdown i {
  font-size: 20px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .dermal-filters-modal .mod-fot .attachment-dropdown i {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .dermal-filters-modal .mod-fot .attachment-dropdown i {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .dermal-filters-modal .mod-fot .attachment-dropdown i {
    font-size: 26px !important;
  }
}

.dermal-filters-modal .mod-fot .attachment-dropdown .dropdown-menu {
  padding: 0;
  min-width: 80px;
}

.dermal-filters-modal .mod-fot .attachment-dropdown .dropdown-menu li a {
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .dermal-filters-modal .mod-fot .attachment-dropdown .dropdown-menu li a {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .dermal-filters-modal .mod-fot .attachment-dropdown .dropdown-menu li a {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .dermal-filters-modal .mod-fot .attachment-dropdown .dropdown-menu li a {
    font-size: 22px !important;
  }
}

.dermal-filters-modal .mod-fot .v-text-field > .v-input__control > .v-input__slot:after {
  border: none !important;
}

.dermal-filters-modal .mod-fot .treatment-row .v-input {
  margin: 0;
  padding: 0;
}

.dermal-filters-modal .mod-fot .treatment-row .editable input {
  background: #fff;
}

.dermal-filters-modal .mod-fot .treatment-row input,
.dermal-filters-modal .mod-fot .treatment-row .v-select__selection {
  padding-left: 8px;
  padding-right: 8px;
}

.dermal-filters-modal .dilution-title {
  color: #919191;
  font-size: 13px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .dermal-filters-modal .dilution-title {
    font-size: 15px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .dermal-filters-modal .dilution-title {
    font-size: 17px !important;
  }
}

@media (min-width: 3840px) {
  .dermal-filters-modal .dilution-title {
    font-size: 19px !important;
  }
}

.dermal-filters-modal table.tab-bot tr,
.dermal-filters-modal table.tab-bot th {
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
}

.dermal-filters-modal table.tab-dermal {
  border-top: 1px solid #b9b8b8 !important;
  /*.editable .v-text-field>.v-input__control>.v-input__slot:before, .editable .v-text-field:not(.v-input--has-state)>.v-input__control>.v-input__slot:hover:before,
  .v-text-field>.v-input__control>.v-input__slot:after {
    border-color: rgb(235, 235, 235) !important;
  }*/
}

.dermal-filters-modal table.tab-dermal td {
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
  padding-top: 15px;
}

.dermal-filters-modal table.tab-dermal .label {
  padding-top: 12px;
}

.dermal-filters-modal table.tab-dermal .editable .v-input__slot {
  background: #fff;
}

.dermal-filters-modal table.tab-dermal .editable-checkbox .v-input--checkbox {
  display: inline-block;
  float: left;
}

.dermal-filters-modal table.tab-dermal .editable-checkbox .w3-badge {
  height: 25px;
  width: 25px;
  line-height: 25px;
  border: none;
  margin-left: 10px;
}

.dermal-filters-modal table.tab-dermal a.btn-delete {
  color: #cba750 !important;
  margin-top: 8px;
  margin-right: 8px;
}

.dermal-filters-modal .dermalfilter-body .v-text-field {
  padding-top: 0px !important;
}

.dermal-filters-modal table.tab-dermal tr td:nth-child(1),
.dermal-filters-modal table.tab-dermal tr th:nth-child(1) {
  width: 20%;
}

.dermal-filters-modal table.tab-dermal tr td:nth-child(2),
.dermal-filters-modal table.tab-dermal tr th:nth-child(2) {
  width: 10%;
}

.dermal-filters-modal table.tab-dermal tr td:nth-child(3),
.dermal-filters-modal table.tab-dermal tr th:nth-child(3) {
  width: 11%;
}

.dermal-filters-modal table.tab-dermal tr td:nth-child(4),
.dermal-filters-modal table.tab-dermal tr th:nth-child(4) {
  width: 6%;
}

.dermal-filters-modal table.tab-dermal tr td:nth-child(5),
.dermal-filters-modal table.tab-dermal tr th:nth-child(5) {
  width: 20%;
}

.dermal-filters-modal table.tab-dermal tr td:nth-child(6),
.dermal-filters-modal table.tab-dermal tr th:nth-child(6) {
  width: 12%;
  text-align: center;
}

.dermal-filters-modal table.tab-dermal tr td:nth-child(7),
.dermal-filters-modal table.tab-dermal tr th:nth-child(7) {
  width: 12%;
  text-align: center;
}

.dermal-filters-modal table.tab-dermal tr td:nth-child(8),
.dermal-filters-modal table.tab-dermal tr th:nth-child(8) {
  width: 9%;
  text-align: center;
}

@media (max-width: 767px) {
  .dermal-filters-modal table.tab-dermal tr td:nth-child(1) {
    width: 100px;
  }

  .dermal-filters-modal table.tab-dermal tr td:nth-child(2) {
    width: 100px;
  }

  .dermal-filters-modal table.tab-dermal tr td:nth-child(3) {
    width: 100px;
  }

  .dermal-filters-modal table.tab-dermal tr td:nth-child(4) {
    width: 100px;
  }

  .dermal-filters-modal table.tab-dermal tr td:nth-child(5) {
    width: 100px;
  }

  .dermal-filters-modal table.tab-dermal tr td:nth-child(6) {
    width: 100px;
  }

  .dermal-filters-modal table.tab-dermal tr td:nth-child(7) {
    width: 100px;
  }

  .dermal-filters-modal table.tab-dermal tr td:nth-child(8) {
    width: 100px;
  }

  .dermal-filters-modal table.tab-dermal tr td:nth-child(9) {
    width: 100px;
  }

  .dermal-filters-modal table.tab-dermal tr td:nth-child(10) {
    width: 100px;
  }

  .dermal-filters-modal table.tab-dermal tr th:nth-child(1) {
    width: 100px;
  }

  .dermal-filters-modal table.tab-dermal tr th:nth-child(2) {
    width: 100px;
  }

  .dermal-filters-modal table.tab-dermal tr th:nth-child(3) {
    width: 100px;
  }

  .dermal-filters-modal table.tab-dermal tr th:nth-child(4) {
    width: 100px;
  }

  .dermal-filters-modal table.tab-dermal tr th:nth-child(5) {
    width: 100px;
  }

  .dermal-filters-modal table.tab-dermal tr th:nth-child(6) {
    width: 100px;
  }

  .dermal-filters-modal table.tab-dermal tr th:nth-child(7) {
    width: 100px;
  }

  .dermal-filters-modal table.tab-dermal tr th:nth-child(8) {
    width: 100px;
  }

  .dermal-filters-modal table.tab-dermal tr th:nth-child(9) {
    width: 100px;
  }

  .dermal-filters-modal table.tab-dermal tr th:nth-child(10) {
    width: 100px;
  }

  .dermal-filters-modal .scan-product-table {
    table-layout: fixed;
    width: 300px;
  }

  .dermal-filters-modal .table-responsive {
    overflow: scroll;
  }
}

.dermal-filters-modal .dark-grey-bg {
  background: #d5d5d5;
}

.dermal-filters-modal .light-grey-bg {
  background: #ebebeb;
}

.dermal-filters-modal .dermal-filter-header-right .v-input__slot {
  margin: 0;
}

.dermal-filters-modal .dermal-filter-header-right .v-text-field.v-text-field--enclosed .v-text-field__details {
  margin: 0;
}

.dermal-filters-modal .dermal-filter-header-right .v-text-field.v-text-field--solo .v-input__control {
  min-height: 22px;
}

.dermal-filters-modal .dermal-filter-header-right .theme--light.v-text-field--solo > .v-input__control > .v-input__slot {
  border-radius: 0px;
}

.dermal-filters-modal .dermal-filter-header-right .theme--light.v-text-field--solo > .v-input__control > .v-input__slot input {
  text-align: center;
}

.dermal-filters-modal .dermal-filter-header-right .label-text-flex {
  background: #363636;
  padding: 3px;
}

.dermal-filters-modal .dermal-filter-header-right .height33 {
  height: 33px;
  line-height: 25px;
}

.dermal-filters-modal .dermalfilter-body .v-text-field--solo > .v-input__control > .v-input__slot {
  margin: 5px;
  box-shadow: none !important;
  border-radius: 0;
}

.dermal-filters-modal .dermalfilter-body .v-text-field.v-text-field--enclosed .v-text-field__details {
  margin: 0;
}

.dermal-filters-modal .dermalfilter-body .v-text-field.v-text-field--solo .v-input__control {
  min-height: 22px;
}

.dermal-filters-modal .dermalfilter-body .v-select {
  padding: 0;
}

.dermal-filters-modal .dermalfilter-body .label {
  margin-top: 5px;
}

.dermal-filters-modal .note-textarea .theme--light.v-text-field--solo > .v-input__control > .v-input__slot {
  border-radius: 0px;
  background: #bbb;
}

@media (max-width: 992px) {
  .dermal-filters-modal table.tab-dermal {
    width: 1200px;
  }

  .dermal-filters-modal .table-responsive {
    overflow: scroll;
  }
}

.dermal-filters-modal .scan-prod-input {
  color: transparent;
}

.dermal-filters-modal .scan-prod-input .v-text-field.v-input--has-state > .v-input__control:before {
  border-color: currentColor !important;
}

.dermal-filters-modal .scan-prod-input .v-input__control .v-input__slot {
  position: relative;
  top: -6px;
}

.dermal-filters-modal .scan-prod-input .v-input__control:before {
  bottom: -1px !important;
  content: "" !important;
  left: 0;
  top: 29px;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
  border-style: solid;
  border-color: currentColor;
}

.dermal-filters-modal .scan-prod-input .v-input__control:after {
  bottom: -1px;
  content: "";
  left: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
  border-color: currentcolor;
  border-style: solid;
  border-width: thin 0;
  transform: scaleX(0);
}

.laser-rf-ultrasound-modal {
  width: 90% !important;
  max-width: 90% !important;
}

.laser-rf-ultrasound-modal .mod-fot {
  background-color: #000;
  padding: 20px;
  color: #fff;
  float: left;
  width: 100%;
}

.laser-rf-ultrasound-modal .mod-fot .btn-sm {
  margin: 5px 1px;
  width: 175px;
  font-size: 18px !important;
  font-weight: 600;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .laser-rf-ultrasound-modal .mod-fot .btn-sm {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .laser-rf-ultrasound-modal .mod-fot .btn-sm {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .laser-rf-ultrasound-modal .mod-fot .btn-sm {
    font-size: 24px !important;
  }
}

.laser-rf-ultrasound-modal .mod-fot .measure-view {
  display: inline-block;
  margin-right: 8px;
}

.laser-rf-ultrasound-modal .mod-fot .measure-main {
  display: inline;
  padding-left: 0;
}

.laser-rf-ultrasound-modal .mod-fot .measure-main li {
  display: inline-block;
  margin-right: 8px;
}

.laser-rf-ultrasound-modal .mod-fot .invoicing-title h3 {
  margin: 20px 0;
  text-transform: uppercase;
  color: #cba750;
  font-weight: 600;
  font-size: 28px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .laser-rf-ultrasound-modal .mod-fot .invoicing-title h3 {
    font-size: 30px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .laser-rf-ultrasound-modal .mod-fot .invoicing-title h3 {
    font-size: 32px !important;
  }
}

@media (min-width: 3840px) {
  .laser-rf-ultrasound-modal .mod-fot .invoicing-title h3 {
    font-size: 34px !important;
  }
}

.laser-rf-ultrasound-modal .mod-fot .invoicing-title h4 {
  margin: 20px 0;
  text-transform: uppercase;
  color: #cba750;
  font-weight: 600;
  font-size: 20px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .laser-rf-ultrasound-modal .mod-fot .invoicing-title h4 {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .laser-rf-ultrasound-modal .mod-fot .invoicing-title h4 {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .laser-rf-ultrasound-modal .mod-fot .invoicing-title h4 {
    font-size: 26px !important;
  }
}

@media (min-width: 992px) {
  .laser-rf-ultrasound-modal .mod-fot .borderleft {
    border-left: 1px solid #a4a4a4;
  }
}

.laser-rf-ultrasound-modal .mod-fot .treatment-block input {
  height: 35px;
  margin-bottom: 3px;
  background-image: linear-gradient(#bbbbbb, #bbbbbb), linear-gradient(#bbbbbb, #bbbbbb);
}

.laser-rf-ultrasound-modal .mod-fot .plus-treatment {
  float: right;
  background: #bbbbbb;
  color: #222;
  padding: 8px;
}

.laser-rf-ultrasound-modal .mod-fot .treatments-drpdown .dropdownjs > input.focus ~ ul {
  background: #bbbbbb;
  top: 36px;
}

.laser-rf-ultrasound-modal .mod-fot .heading-bar .form-group .form-control {
  color: #222 !important;
}

.laser-rf-ultrasound-modal .mod-fot .fs20 {
  font-size: 20px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .laser-rf-ultrasound-modal .mod-fot .fs20 {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .laser-rf-ultrasound-modal .mod-fot .fs20 {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .laser-rf-ultrasound-modal .mod-fot .fs20 {
    font-size: 26px !important;
  }
}

.laser-rf-ultrasound-modal .mod-fot .fot-tit {
  padding-top: unset;
  margin-bottom: 8px;
  font-size: 17px;
  text-align: right;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .laser-rf-ultrasound-modal .mod-fot .fot-tit {
    font-size: 19px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .laser-rf-ultrasound-modal .mod-fot .fot-tit {
    font-size: 21px !important;
  }
}

@media (min-width: 3840px) {
  .laser-rf-ultrasound-modal .mod-fot .fot-tit {
    font-size: 23px !important;
  }
}

.laser-rf-ultrasound-modal .mod-fot .treatments-drpdown .v-select__slot .v-input__append-inner {
  width: 0;
  margin: 0;
  padding: 0;
}

.laser-rf-ultrasound-modal .mod-fot .treatments-drpdown .v-select__selections {
  background: #bbb;
}

.laser-rf-ultrasound-modal .mod-fot .treatments-drpdown input {
  margin-bottom: 0px;
}

.laser-rf-ultrasound-modal .mod-fot .treatments-drpdown .v-text-field > .v-input__control > .v-input__slot:after {
  border: none !important;
}

.laser-rf-ultrasound-modal .mod-fot .v-input__slot {
  margin: 0;
}

.laser-rf-ultrasound-modal .mod-fot .attachment-dropdown .btn-default.dropdown-toggle {
  background: #fff;
  color: #222;
}

.laser-rf-ultrasound-modal .mod-fot .attachment-dropdown .v-btn {
  background-color: #fff !important;
  color: #000;
}

.laser-rf-ultrasound-modal .mod-fot .attachment-dropdown i {
  font-size: 20px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .laser-rf-ultrasound-modal .mod-fot .attachment-dropdown i {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .laser-rf-ultrasound-modal .mod-fot .attachment-dropdown i {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .laser-rf-ultrasound-modal .mod-fot .attachment-dropdown i {
    font-size: 26px !important;
  }
}

.laser-rf-ultrasound-modal .mod-fot .attachment-dropdown .dropdown-menu {
  padding: 0;
  min-width: 80px;
}

.laser-rf-ultrasound-modal .mod-fot .attachment-dropdown .dropdown-menu li a {
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .laser-rf-ultrasound-modal .mod-fot .attachment-dropdown .dropdown-menu li a {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .laser-rf-ultrasound-modal .mod-fot .attachment-dropdown .dropdown-menu li a {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .laser-rf-ultrasound-modal .mod-fot .attachment-dropdown .dropdown-menu li a {
    font-size: 22px !important;
  }
}

.laser-rf-ultrasound-modal .mod-fot .v-text-field > .v-input__control > .v-input__slot:after {
  border: none !important;
}

.laser-rf-ultrasound-modal .mod-fot .treatment-row .v-input {
  margin: 0;
  padding: 0;
}

.laser-rf-ultrasound-modal .mod-fot .treatment-row .editable input {
  background: #fff;
}

.laser-rf-ultrasound-modal .mod-fot .treatment-row input,
.laser-rf-ultrasound-modal .mod-fot .treatment-row .v-select__selection {
  padding-left: 8px;
  padding-right: 8px;
}

.laser-rf-ultrasound-modal .record-note-modal-title {
  font-size: 24px;
  color: #cba750;
  font-weight: bold;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .laser-rf-ultrasound-modal .record-note-modal-title {
    font-size: 26px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .laser-rf-ultrasound-modal .record-note-modal-title {
    font-size: 28px !important;
  }
}

@media (min-width: 3840px) {
  .laser-rf-ultrasound-modal .record-note-modal-title {
    font-size: 30px !important;
  }
}

.laser-rf-ultrasound-modal .tab-title a {
  color: #fff;
  /*margin-left: 20px;*/
  text-transform: uppercase;
}

.laser-rf-ultrasound-modal .tab-title a.active {
  color: #cba750;
  border-bottom: 2px solid #cba750;
}

.laser-rf-ultrasound-modal .v-tabs-slider-wrapper {
  bottom: 9px !important;
}

.laser-rf-ultrasound-modal .v-tabs-slider {
  background-color: #cba750;
}

.laser-rf-ultrasound-modal .v-tab {
  font-size: inherit !important;
  padding: 0 5px !important;
}

.laser-rf-ultrasound-modal .v-tabs .v-slide-group__wrapper .v-tab--active {
  background-color: unset !important;
}

.laser-rf-ultrasound-modal .v-tabs .v-slide-group__wrapper .v-tab--active a {
  color: #cba750;
}

.laser-rf-ultrasound-modal .rf-ultrasound-table tr th {
  padding: 10px;
  background: #f5f5f5;
}

.laser-rf-ultrasound-modal .rf-ultrasound-table tr td {
  padding: 5px 10px;
}

.laser-rf-ultrasound-modal .rf-ultrasound-table tr th,
.laser-rf-ultrasound-modal .rf-ultrasound-table tr td {
  line-height: normal;
}

.laser-rf-ultrasound-modal .rf-ultrasound-table tr th:first-child,
.laser-rf-ultrasound-modal .rf-ultrasound-table tr td:first-child {
  width: 15%;
}

.laser-rf-ultrasound-modal .rf-ultrasound-table tr th:nth-child(2),
.laser-rf-ultrasound-modal .rf-ultrasound-table tr td:nth-child(2) {
  width: 15%;
}

.laser-rf-ultrasound-modal .rf-ultrasound-table tr th:nth-child(3),
.laser-rf-ultrasound-modal .rf-ultrasound-table tr td:nth-child(3) {
  width: 15%;
}

.laser-rf-ultrasound-modal .rf-ultrasound-table tr th:nth-child(4),
.laser-rf-ultrasound-modal .rf-ultrasound-table tr td:nth-child(4) {
  width: 15%;
}

.laser-rf-ultrasound-modal .rf-ultrasound-table tr th:nth-child(5),
.laser-rf-ultrasound-modal .rf-ultrasound-table tr td:nth-child(5) {
  width: 30%;
}

.laser-rf-ultrasound-modal .rf-ultrasound-table tr th:nth-child(6),
.laser-rf-ultrasound-modal .rf-ultrasound-table tr td:nth-child(6) {
  width: 10%;
}

.laser-rf-ultrasound-modal .rf-ultrasound-table .checkbox-label .v-input--selection-controls__input {
  display: unset;
}

.laser-rf-ultrasound-modal .rf-ultrasound-table .checkbox-label .v-input--selection-controls__input input[role=checkbox] {
  left: 0;
}

.laser-rf-ultrasound-modal .rf-ultrasound-table .view-detail i {
  font-size: 20px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .laser-rf-ultrasound-modal .rf-ultrasound-table .view-detail i {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .laser-rf-ultrasound-modal .rf-ultrasound-table .view-detail i {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .laser-rf-ultrasound-modal .rf-ultrasound-table .view-detail i {
    font-size: 26px !important;
  }
}

.laser-rf-ultrasound-modal .new-treatment-block .v-card__text {
  float: left;
  background: #fff;
  padding: 0;
}

.laser-rf-ultrasound-modal .pxtable {
  background-color: #ccc !important;
  color: #000;
  float: left;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
}

.laser-rf-ultrasound-modal .laser-form .table-header {
  font-size: 18px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .laser-rf-ultrasound-modal .laser-form .table-header {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .laser-rf-ultrasound-modal .laser-form .table-header {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .laser-rf-ultrasound-modal .laser-form .table-header {
    font-size: 24px !important;
  }
}

.laser-rf-ultrasound-modal .laser-form .table-header .div-item {
  float: left;
  padding: 0 5px;
}

.laser-rf-ultrasound-modal .laser-form .table-header .div1 {
  width: 12%;
}

.laser-rf-ultrasound-modal .laser-form .table-header .div2 {
  width: 10%;
}

.laser-rf-ultrasound-modal .laser-form .table-header .div3 {
  width: 11%;
}

.laser-rf-ultrasound-modal .laser-form .table-header .div4 {
  width: 10%;
}

.laser-rf-ultrasound-modal .laser-form .table-header .div5 {
  width: 11%;
}

.laser-rf-ultrasound-modal .laser-form .table-header .div6 {
  width: 11%;
}

.laser-rf-ultrasound-modal .laser-form .table-header .div7 {
  width: 11%;
}

.laser-rf-ultrasound-modal .laser-form .table-header .div8 {
  width: 11%;
}

.laser-rf-ultrasound-modal .laser-form .table-header .div9 {
  width: 11%;
}

.laser-rf-ultrasound-modal .laser-form .table-header .div10 {
  width: 2%;
}

.laser-rf-ultrasound-modal .laser-form .table-data {
  padding: 0 15px;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row {
  clear: both;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row1 .div-item {
  float: left;
  padding: 0px 5px;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row1 .div1 {
  width: 12%;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row1 .div2 {
  width: 10%;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row1 .div3 {
  width: 11%;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row1 .div4 {
  width: 43%;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row1 .div5 {
  width: 22%;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row1 .div6 {
  width: 2%;
  margin-top: 22px;
  font-size: 20px;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row2 {
  clear: both;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row2 .row21 {
  float: left;
  width: 43%;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row2 .row21 .div-item {
  float: left;
  padding: 0px 5px;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row2 .row21 .div1 {
  width: 100%;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row2 .row22 {
  float: left;
  width: 57%;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row2 .row22 .add-row-block {
  float: left;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row2 .row22 .div-item {
  float: left;
  padding: 0px 5px;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row2 .row22 .div1 {
  width: 19.2%;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row2 .row22 .div2 {
  width: 19.2%;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row2 .row22 .div3 {
  width: 19.2%;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row2 .row22 .div4 {
  width: 19.2%;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row2 .row22 .div5 {
  width: 19.7%;
}

.laser-rf-ultrasound-modal .laser-form .table-data .treatment-row .row2 .row22 .div6 {
  width: 3.5%;
  margin-top: 22px;
}

.laser-rf-ultrasound-modal .history-block .v-card__text {
  padding: 0;
}

.laser-rf-ultrasound-modal .table-responsive {
  overflow-x: unset;
}

.patient-consent-main .rec .div1 {
  width: 50%;
}

.patient-main .patient-detail .overview-tab .span-title {
  margin: 0px;
  padding: 5px 10px !important;
  font-weight: 500;
  font-size: 18px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .patient-main .patient-detail .overview-tab .span-title {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .patient-main .patient-detail .overview-tab .span-title {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .patient-main .patient-detail .overview-tab .span-title {
    font-size: 24px !important;
  }
}

.patient-main .patient-detail .overview-tab .myproduct-table .table thead tr th {
  border-top: none;
  font-weight: 100;
}

.patient-main .patient-detail .overview-tab .myproduct-table .table tr td:first-child,
.patient-main .patient-detail .overview-tab .myproduct-table .table tr th:first-child {
  width: 16%;
}

.patient-main .patient-detail .overview-tab .myproduct-table .table tr td:nth-child(2),
.patient-main .patient-detail .overview-tab .myproduct-table .table tr th:nth-child(2) {
  width: 10%;
}

.patient-main .patient-detail .overview-tab .myproduct-table .table tr td:nth-child(3),
.patient-main .patient-detail .overview-tab .myproduct-table .table tr th:nth-child(3) {
  width: 8%;
}

.patient-main .patient-detail .overview-tab .myproduct-table .table tr td:nth-child(4),
.patient-main .patient-detail .overview-tab .myproduct-table .table tr th:nth-child(4) {
  width: 8%;
}

.patient-main .patient-detail .overview-tab .myproduct-table .table tr td:nth-child(5),
.patient-main .patient-detail .overview-tab .myproduct-table .table tr th:nth-child(5) {
  width: 14%;
}

.patient-main .patient-detail .overview-tab .myproduct-table .table tr td:nth-child(6),
.patient-main .patient-detail .overview-tab .myproduct-table .table tr th:nth-child(6) {
  width: 10%;
}

.patient-main .patient-detail .overview-tab .myproduct-table .table tr td:nth-child(7),
.patient-main .patient-detail .overview-tab .myproduct-table .table tr th:nth-child(7) {
  width: 12%;
}

.patient-main .patient-detail .overview-tab .myproduct-table .table tr td:nth-child(8),
.patient-main .patient-detail .overview-tab .myproduct-table .table tr th:nth-child(8) {
  width: 7%;
}

.patient-main .patient-detail .overview-tab .myproduct-table .table tr td:nth-child(9),
.patient-main .patient-detail .overview-tab .myproduct-table .table tr th:nth-child(9) {
  width: 8%;
}

.patient-main .patient-detail .overview-tab .myproduct-table .table tr td:nth-child(10),
.patient-main .patient-detail .overview-tab .myproduct-table .table tr th:nth-child(10) {
  width: 7%;
}

.patient-main .patient-detail .overview-tab .myproduct-table .table tr td:nth-child(10) a.icon-danger,
.patient-main .patient-detail .overview-tab .myproduct-table .table tr th:nth-child(10) a.icon-danger {
  margin: 0 5px !important;
}

.preference-menu .v-list__group__header.v-list__group__header--sub-group .v-list__group__header__prepend-icon {
  opacity: 0;
}

.preference-menu .v-list__group:after,
.preference-menu .v-list__group:before {
  height: 0px;
}

.preference-menu .v-application--is-ltr .v-list-item__icon:first-child {
  margin-right: 16px !important;
}

.preference-menu .v-list .v-application--is-ltr .v-list-group--sub-group .v-list-item__icon:first-child {
  margin-right: 0 !important;
}

.preference-menu .v-list .active {
  background: #000;
  color: #fff !important;
}

.preference-menu .v-list .active .theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
  color: #ffffff !important;
}

.preference-menu .v-list .active .theme--light.v-icon {
  color: #ffffff !important;
}

.preference-menu .v-list-item__title {
  text-overflow: unset;
  white-space: unset;
}

.preference-menu .sub-sub-menu-class {
  padding-left: 62px !important;
}

.preference-menu .sub-main-menu-group.v-list-group--sub-group .v-list-item__icon:first-child {
  display: block;
}

.preference-menu .sub-main-menu-group.v-list-group--sub-group .v-list-group__header {
  background: #fbfbfb;
  padding-left: 15px;
}

.preference-menu .sub-main-menu-group.v-list-group--sub-group .v-list-group__header .v-list-item {
  padding-left: 17px;
}

.preference-menu .v-list-group--sub-group {
  background: #fbfbfb;
}

#preference-menu .v-list .active {
  color: #ffffff !important;
}

.preference-main-blc .v-card {
  height: 100%;
}

@media (max-width: 992px) and (min-width: 320px) {
  .pref-product-table .table-responsive .table {
    width: 1800px;
  }
}

.device-mapping .devicemapping-header {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.device-mapping .devicemapping-steps {
  background-color: #ebebeb;
  padding: 16px 30px 16px 0px;
}

.device-mapping .devicemapping-steps .device-fristdropdown .v-text-field.v-text-field--solo .v-input__control {
  min-height: 36px;
}

.device-mapping .devicemapping-steps .device-fristdropdown .v-input {
  background-color: #ffffff;
  padding: 0;
  border-radius: 11px;
  border: 1px solid #aaaaaa;
}

.device-mapping .devicemapping-steps .v-text-field > .v-input__control > .v-input__slot:before {
  border-style: none;
}

.device-mapping .devicemapping-steps .v-text-field__details {
  min-height: 0 !important;
}

.device-mapping .devicemapping-steps .v-text-field--outlined > .v-input__control > .v-input__slot {
  min-height: 48px;
}

.device-mapping .devicemapping-steps .v-input {
  background-color: #ffffff;
  padding: 0;
}

.device-mapping .devicemapping-steps .v-text-field > .v-input__control > .v-input__slot:after,
.device-mapping .devicemapping-steps .v-text-field > .v-input__control > .v-input__slot:before {
  width: 0;
}

.device-mapping .devicemapping-steps .v-input__slot {
  margin-bottom: 0px;
  padding: 0px 10px;
}

.device-mapping .devicemapping-steps .v-input .v-label {
  color: #929292 !important;
}

.device-mapping .devicemapping-steps .v-text-field .v-label--active {
  top: 0;
  font-size: 16px;
}

@media (min-width: 1920px) {
  .device-mapping .devicemapping-steps .v-text-field .v-label--active {
    font-size: inherit !important;
  }
}

.recall-mapping .recallmapping-header {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.recall-mapping .recallmapping-steps {
  background-color: #ebebeb;
  /* .v-text-field__details{
      display: none;
  } */
}

.recall-mapping .recallmapping-steps .device-fristdropdown .v-input.v-text-field .v-input__slot {
  background-color: #ffffff;
  border-radius: 11px;
  border: 1px solid #aaaaaa;
}

.recall-mapping .recallmapping-steps .v-btn.v-btn--icon {
  padding-right: 14px !important;
}

.recall-mapping .recallmapping-steps .v-btn--flat.v-btn--icon {
  height: 32px !important;
  min-width: 32px !important;
  width: 32px !important;
  background-color: #000;
}

.recall-mapping .recallmapping-steps .v-btn--flat.v-btn--icon .v-icon {
  height: 6px !important;
  color: #ffffff !important;
}

.recall-mapping .recallmapping-steps .toggle-btn {
  background-color: transparent !important;
  border: none !important;
  margin-top: -1px;
}

.recall-mapping .recallmapping-steps .toggle-btn .v-input__slot {
  padding: 0 !important;
}

.recall-mapping .recallmapping-steps .toggle-btn .v-input--switch__track.accent--text {
  color: #fff !important;
  caret-color: #fff !important;
}

.recall-mapping .recallmapping-steps .toggle-btn .v-input--switch__track {
  opacity: 1;
  height: 23px;
  left: 2px;
  right: 0px;
  top: calc(50% - 11px);
  border-radius: 12px;
}

.recall-mapping .recallmapping-steps .toggle-btn .theme--light.v-input--switch__thumb.accent--text {
  color: #cba750 !important;
  caret-color: #cba750 !important;
  /*togglebutton issue css*/
  transform: translate(20px, 0);
}

.recall-mapping .recallmapping-steps .toggle-btn .v-input--selection-controls__ripple.accent--text {
  /*togglebutton issue css*/
  transform: translate(20px, 0);
}

.recall-mapping .recallmapping-steps .v-text-field > .v-input__control > .v-input__slot:before {
  border-style: none;
}

.recall-mapping .recallmapping-steps .v-text-field--outlined > .v-input__control > .v-input__slot {
  min-height: 48px;
}

.recall-mapping .recallmapping-steps .v-input {
  /* background-color: #ffffff; */
  padding: 0;
}

.recall-mapping .recallmapping-steps .v-text-field > .v-input__control > .v-input__slot:after,
.recall-mapping .recallmapping-steps .v-text-field > .v-input__control > .v-input__slot:before {
  width: 0;
}

.recall-mapping .recallmapping-steps .v-input__slot {
  margin-bottom: 0px;
  padding: 0px 10px;
}

.recall-mapping .recallmapping-steps .v-input .v-label {
  color: #929292 !important;
}

.recall-mapping .recallmapping-steps .v-text-field .v-label--active {
  top: 0;
  font-size: 16px;
}

@media (min-width: 1920px) {
  .recall-mapping .recallmapping-steps .v-text-field .v-label--active {
    font-size: inherit !important;
  }
}

.recall-mapping .recallmapping-steps .treatment-box .theme--dark.v-card {
  background-color: #ffffff;
  color: #000 !important;
  border-radius: 10px;
  border: 1px solid #ccc4c4;
  box-shadow: none;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  font-weight: 600;
  height: auto !important;
  word-break: break-word;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .recall-mapping .recallmapping-steps .treatment-box .theme--dark.v-card {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .recall-mapping .recallmapping-steps .treatment-box .theme--dark.v-card {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .recall-mapping .recallmapping-steps .treatment-box .theme--dark.v-card {
    font-size: 24px !important;
  }
}

.recall-mapping .recallmapping-steps .treatment-box .btn {
  padding: 0 5px !important;
}

.recall-mapping .recallmapping-steps .treatment-box .treatment-box-active .theme--dark.v-card {
  color: #fff !important;
}

.recall-mapping .recallmapping-steps .treatment-box .d-flex.align-center.v-card.v-card--link.v-sheet.theme--dark.primary.v-item--active {
  background-color: #000;
  color: #ffffff !important;
}

.recall-mapping .recallmapping-steps .treatment-box .v-card--link:focus:before {
  opacity: 0;
}

.recall-mapping .recallmapping-steps .treatment-box .v-input--checkbox {
  background-color: transparent;
  padding: 8px 15px !important;
}

.recall-mapping .recallmapping-steps .treatment-box .v-input--checkbox .v-label {
  color: #000 !important;
}

.v-tooltip__content {
  background: #ffffff !important;
  color: #0c0c0c !important;
  opacity: 1 !important;
  border: 2px solid #bbb0b0;
  padding: 11px !important;
  font-size: 20px !important;
  width: 16% !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .v-tooltip__content {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .v-tooltip__content {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .v-tooltip__content {
    font-size: 26px !important;
  }
}

#recallSetting .device-fristdropdown .v-btn.v-btn--depressed {
  background-color: #fff !important;
}

#recallSetting .month-input.error--text .v-input__slot {
  border: 1px solid red;
}

.patient-recall-setting .recall-timeframe .v-input__slot,
.patient-recall-setting .recall-timeframe-month .v-input__slot {
  border-radius: 10px;
  border: 1px solid #dddddd;
  min-height: 30px;
}

.create-clinic .bg-6 {
  background-color: #efefef;
}

.userclinic .v-card {
  overflow: hidden;
}

.userclinic .v-card .v-card__text {
  overflow: auto;
}

.userclinic .v-card .userclicnic-row .v-input__control {
  width: 200px;
}

.userclinic .v-card .userclicnic-row .login-check .v-input__control {
  width: 100%;
}

.user-modal.v-dialog:not(.v-dialog--fullscreen) {
  max-height: 100% !important;
  overflow: hidden;
}

.user-modal .user-form {
  height: 76vh;
  overflow: auto;
}

.user-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.automated-message .grey-bg1 {
  background: #ebebeb;
}

.automated-message .grey-bg1 .fa-play {
  color: green;
}

.automated-message .grey-bg1 .fa-pause {
  color: #a5a5a5;
}

.automated-message .devicemapping-steps {
  background-color: #c0c0c0;
  padding: 25px 30px 22px 0px;
}

.automated-message table tr th {
  text-transform: uppercase;
}

.automated-message table tr td {
  border-top: 1px solid #fff;
  font-size: 15px;
}

@media (min-width: 1920px) {
  .automated-message table tr td {
    font-size: inherit !important;
  }
}

.automated-message table tr td:first-child {
  text-transform: uppercase;
}

.automated-message table tr td .btn {
  background-color: #fff !important;
  border: 1px solid #585858 !important;
  color: #000 !important;
  box-shadow: none;
  padding: 0 8px !important;
}

.automated-message table tr td:nth-child(4) {
  width: 15%;
}

.automated-message table tr td:nth-child(4) .btn {
  cursor: default;
}

.automated-message table tr:nth-child(4) td,
.automated-message table tr:nth-child(6) td,
.automated-message table tr:nth-child(8) td {
  border-top: none !important;
}

.automated-message table tr:nth-child(4) td .msg-arrow-right-span,
.automated-message table tr:nth-child(6) td .msg-arrow-right-span,
.automated-message table tr:nth-child(8) td .msg-arrow-right-span {
  margin-left: 47px;
  position: relative;
}

.automated-message table tr:nth-child(4) td .msg-arrow-right-span img,
.automated-message table tr:nth-child(6) td .msg-arrow-right-span img,
.automated-message table tr:nth-child(8) td .msg-arrow-right-span img {
  height: 30px;
  position: absolute;
  top: -10px;
  left: -33px;
}

.business-menu {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  /* .v-list-item__title{
      font-size: 18px;
  } */
}

.business-menu .v-list-item-group .v-list-item--active {
  color: #fff;
  background-color: #000;
}

.business-menu .v-list-item-group .v-list-item--active a {
  color: #ffffff;
}

.business-menu .v-list-item__subtitle,
.business-menu .v-list-item__title {
  white-space: unset;
}

.picturebyattribute .picture-attribute-table .table thead tr th {
  border-top: none;
}

.picturebyattribute .picture-attribute-table .table tr td:first-child,
.picturebyattribute .picture-attribute-table .table tr th:first-child {
  width: 11%;
}

.picturebyattribute .picture-attribute-table .table tr td:nth-child(2),
.picturebyattribute .picture-attribute-table .table tr th:nth-child(2) {
  width: 13%;
}

.picturebyattribute .picture-attribute-table .table tr td:nth-child(3),
.picturebyattribute .picture-attribute-table .table tr th:nth-child(3) {
  width: 8%;
}

.picturebyattribute .picture-attribute-table .table tr td:nth-child(4),
.picturebyattribute .picture-attribute-table .table tr th:nth-child(4) {
  width: 61%;
}

.picturebyattribute .picture-attribute-table .table tr td:nth-child(5),
.picturebyattribute .picture-attribute-table .table tr th:nth-child(5) {
  width: 7%;
  text-align: center;
}

.picturebyattribute .picture-attribute-table .table tr td:nth-child(5) a.icon-danger,
.picturebyattribute .picture-attribute-table .table tr th:nth-child(5) a.icon-danger {
  margin: 0 5px !important;
}

.picturebyattribute .picture-attribute-table .v-card {
  box-shadow: 0 0px 1px -1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0;
  display: inline-block;
}

.picturebyattribute .picture-attribute-table .checkbox-class {
  position: absolute;
  bottom: -16px;
  right: -7px;
}

.picturebyattribute .picture-attribute-table .checkbox-class .v-input--selection-controls__input input {
  opacity: 1;
}

.picturebyattribute .picture-attribute-table .checkbox-class .v-input--selection-controls__ripple {
  display: none;
}

.picturebyattribute .picture-attribute-table .checkbox-class .v-input--selection-controls__input {
  height: 15px;
}

.picturebyattribute .picture-attribute-table .checkbox-class .v-icon.v-icon {
  display: none;
}

.picturebyattribute .picture-attribute-table .horizontal {
  white-space: nowrap;
  display: block;
  max-width: 900px;
  overflow: hidden;
  overflow-x: auto;
}

.commission-report .banked-img {
  display: inline-block;
  float: right;
  margin-left: 10px;
  margin-right: 10px;
}

.commission-report .top-banked-img {
  display: inline-block;
  margin-left: 3px;
  margin-right: 10px;
}

.commission-report .banked-checkbox {
  display: inline-block;
  /*float: right; */
}

.commission-report .check-btn {
  position: relative;
  top: -8px;
}

.commission-report .check-btn .v-input {
  position: absolute;
}

.commission-report .add-edit-block .v-text-field.v-text-field--solo .v-input__control {
  min-height: 36px;
}

.commission-report .add-edit-block .add-edit-date .v-input {
  margin-top: 0;
  background-color: #fff;
  padding-top: 0;
}

.commission-report .add-edit-block .add-edit-date .v-input__control {
  height: 36px;
}

.commission-report .add-edit-block .add-edit-date .v-input__slot {
  margin-bottom: 0;
}

.commission-report .add-edit-block .add-edit-date .v-text-field > .v-input__control > .v-input__slot:before {
  border-style: none;
}

.commission-report .add-edit-block .theme--light.v-text-field--solo > .v-input__control > .v-input__slot {
  box-shadow: none !important;
  border-radius: 0 !important;
}

.commission-report .add-edit-block legend span {
  line-height: 0;
}

.commission-report .add-edit-block .plus-treatment {
  float: left;
  background: #929292;
  color: #fff;
  padding: 8.5px 10px;
  font-size: 13px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .commission-report .add-edit-block .plus-treatment {
    font-size: 15px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .commission-report .add-edit-block .plus-treatment {
    font-size: 17px !important;
  }
}

@media (min-width: 3840px) {
  .commission-report .add-edit-block .plus-treatment {
    font-size: 19px !important;
  }
}

.commission-report .add-edit-block .supplier-list-item {
  width: 70%;
  float: left;
}

.commission-report .text-gry {
  color: #a2a2a2;
}

.commission-report .close-report-btn {
  width: 100%;
  font-size: 19px !important;
  height: 45px !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .commission-report .close-report-btn {
    font-size: 21px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .commission-report .close-report-btn {
    font-size: 23px !important;
  }
}

@media (min-width: 3840px) {
  .commission-report .close-report-btn {
    font-size: 25px !important;
  }
}

.commission-report .add-edit-deductible-file .v-input__control {
  display: none;
}

.commission-report .add-edit-deductible-file .v-input__prepend-outer {
  margin-top: 6px !important;
}

.commission-report .v-textarea.v-text-field fieldset {
  border: none !important;
}

.close-report-modal .theme--light.v-divider {
  border-color: #000;
  margin: 10px 0px;
}

.close-report-modal .report-deductibles {
  color: red;
}

.close-report-modal .report-deductibles .theme--light.v-divider {
  border-color: red;
  margin: 10px 0px;
  margin-bottom: 0;
}

.close-report-modal .report-deductibles .report-deductibles-table.theme--light.v-data-table thead tr:last-child th {
  border-bottom: none !important;
}

.close-report-modal .report-deductibles .report-deductibles-table.theme--light.v-data-table {
  background-color: transparent;
}

.close-report-modal .report-deductibles .report-deductibles-table.theme--light.v-data-table tbody tr:hover:not(.v-data-table__expand-row) {
  background: none;
}

.close-report-modal .report-deductibles .report-deductibles-table.theme--light.v-data-table tbody tr:not(:last-child) td:last-child,
.close-report-modal .report-deductibles .theme--light.v-data-table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row) {
  border-bottom: none !important;
}

.close-report-modal .report-deductibles .report-deductibles-table.v-data-table th {
  padding: 0 4px !important;
  font-size: 12px !important;
  height: 23px !important;
  color: red;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .close-report-modal .report-deductibles .report-deductibles-table.v-data-table th {
    font-size: 14px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .close-report-modal .report-deductibles .report-deductibles-table.v-data-table th {
    font-size: 16px !important;
  }
}

@media (min-width: 3840px) {
  .close-report-modal .report-deductibles .report-deductibles-table.v-data-table th {
    font-size: 18px !important;
  }
}

.close-report-modal .report-deductibles .report-deductibles-table.v-data-table td {
  font-size: 15px;
  height: 42px;
  color: red;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .close-report-modal .report-deductibles .report-deductibles-table.v-data-table td {
    font-size: 17px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .close-report-modal .report-deductibles .report-deductibles-table.v-data-table td {
    font-size: 19px !important;
  }
}

@media (min-width: 3840px) {
  .close-report-modal .report-deductibles .report-deductibles-table.v-data-table td {
    font-size: 21px !important;
  }
}

.close-report-modal .report-section2 .v-text-field.v-text-field--enclosed .v-text-field__details {
  display: none;
}

.close-report-modal .report-section2 .rate-text {
  color: #0000008a;
}

.close-report-modal .report-section2 .rate-text .v-input__slot {
  box-shadow: none !important;
  margin-bottom: 0;
}

.close-report-modal .report-section2 .rate-text .v-text-field.v-text-field--solo .v-input__control {
  min-height: 25px;
  height: 21px;
}

.close-report-modal .report-section2 .rate-text .v-input {
  display: inline-block;
  width: 15%;
  border-radius: 0;
}

.close-report-modal .report-section2 .v-data-table td {
  height: 29px;
}

.close-report-modal .report-section2 .v-data-table th {
  font-size: 14px;
  height: 33px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .close-report-modal .report-section2 .v-data-table th {
    font-size: 16px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .close-report-modal .report-section2 .v-data-table th {
    font-size: 18px !important;
  }
}

@media (min-width: 3840px) {
  .close-report-modal .report-section2 .v-data-table th {
    font-size: 20px !important;
  }
}

.close-report-modal .report-section2 .theme--light.v-data-table tbody tr:hover:not(.v-data-table__expand-row) {
  background-color: #ffffff;
}

.close-report-modal .report-section2 .total-amount {
  position: relative;
}

.close-report-modal .report-section2 .total-amount .amount {
  margin-right: 40px;
  font-size: 17px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .close-report-modal .report-section2 .total-amount .amount {
    font-size: 19px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .close-report-modal .report-section2 .total-amount .amount {
    font-size: 21px !important;
  }
}

@media (min-width: 3840px) {
  .close-report-modal .report-section2 .total-amount .amount {
    font-size: 23px !important;
  }
}

.close-report-modal .report-section2 .total-amount .divi {
  width: 21%;
  float: right;
}

.close-report-modal .report-section2 .total-amount .total-amt {
  margin-top: 38px;
  margin-right: 34px;
}

.close-report-modal .report-section2 .wages-dedu .v-input__slot {
  box-shadow: none !important;
  margin-bottom: 0;
}

.close-report-modal .report-section2 .wages-dedu .v-text-field.v-text-field--solo .v-input__control {
  min-height: 25px;
  height: 21px;
}

.close-report-modal .report-section2 .wages-dedu .v-input {
  display: inline-block;
  width: 20%;
  border-radius: 0;
}

.close-report-modal .report-section2 .chck-box-txt {
  position: relative;
  top: -9px;
}

.close-report-modal .table-box {
  z-index: 1;
}

.close-report-modal .table-box .table-icon {
  color: #000;
  background-color: #fff;
  padding: 8px;
  float: right;
  font-size: 13px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .close-report-modal .table-box .table-icon {
    font-size: 15px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .close-report-modal .table-box .table-icon {
    font-size: 17px !important;
  }
}

@media (min-width: 3840px) {
  .close-report-modal .table-box .table-icon {
    font-size: 19px !important;
  }
}

.activity-log .VueTables__search {
  width: 77%;
}

.activity-log-main #datepicker .v-text-field.v-text-field--single-line,
.discounts-main #datepicker .v-text-field.v-text-field--single-line,
.loyalty-report-main #datepicker .v-text-field.v-text-field--single-line {
  width: 150px;
  display: inline-block;
  padding-top: 0;
}

.discounts-main .discount-cb-filter .v-input--checkbox {
  display: inline-block;
}

@media (min-width: 1920px) {
  .business-main-right-blc .v-card {
    min-height: 100%;
  }
}

.banking {
  /*.VueTables__search{
      width:77%
  }*/
}

.banking .banking-footer {
  background-color: #929292;
  font-size: 18px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .banking .banking-footer {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .banking .banking-footer {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .banking .banking-footer {
    font-size: 24px !important;
  }
}

.banking .banking-footer .footer-title {
  color: #ffffff;
}

.banking .banking-footer .footer-amt-sec ul li {
  margin: 10px;
  color: #ffffff;
  font-size: 18px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .banking .banking-footer .footer-amt-sec ul li {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .banking .banking-footer .footer-amt-sec ul li {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .banking .banking-footer .footer-amt-sec ul li {
    font-size: 24px !important;
  }
}

.banking .banking-footer .footer-amt-sec ul li:first-child {
  color: #000000;
}

.banking .banking-footer .total {
  color: #fff;
}

.banking .date-range-filter .v-text-field.v-text-field--single-line {
  width: 155px;
}

.invoiice-deduct .toggle-btn {
  background-color: transparent !important;
  border: none !important;
  margin-top: -1px;
}

.invoiice-deduct .toggle-btn .v-input__slot {
  padding: 0 !important;
}

.invoiice-deduct .toggle-btn .v-input--switch__track.accent--text {
  color: rgba(0, 0, 0, 0.38) !important;
  caret-color: #fff !important;
}

.invoiice-deduct .toggle-btn .v-input--switch__track {
  opacity: 1;
  height: 23px;
  left: 2px;
  right: 0px;
  top: calc(50% - 11px);
  border-radius: 12px;
}

.invoiice-deduct .toggle-btn .theme--light.v-input--switch__thumb.accent--text {
  color: #cba750 !important;
  caret-color: #cba750 !important;
  /*togglebutton issue css*/
  transform: translate(20px, 0);
}

.invoiice-deduct .toggle-btn .v-input--selection-controls__ripple.accent--text {
  /*togglebutton issue css*/
  transform: translate(20px, 0);
}

.invoiice-deduct .add-edit-block .v-text-field.v-text-field--solo .v-input__control {
  min-height: 36px;
}

.invoiice-deduct .add-edit-block .add-edit-date .v-input {
  margin-top: 0;
  background-color: #fff;
  padding-top: 0;
}

.invoiice-deduct .add-edit-block .add-edit-date .v-input__control {
  height: 36px;
}

.invoiice-deduct .add-edit-block .add-edit-date .v-input__slot {
  margin-bottom: 0;
}

.invoiice-deduct .add-edit-block .add-edit-date .v-text-field > .v-input__control > .v-input__slot:before {
  border-style: none;
}

.invoiice-deduct .add-edit-block .theme--light.v-text-field--solo > .v-input__control > .v-input__slot {
  box-shadow: none !important;
  border-radius: 0 !important;
}

.invoiice-deduct .add-edit-block legend span {
  line-height: 0;
}

.invoiice-deduct .add-edit-block .plus-treatment {
  float: left;
  background: #929292;
  color: #fff;
  padding: 8.5px 10px;
  font-size: 13px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .invoiice-deduct .add-edit-block .plus-treatment {
    font-size: 15px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .invoiice-deduct .add-edit-block .plus-treatment {
    font-size: 17px !important;
  }
}

@media (min-width: 3840px) {
  .invoiice-deduct .add-edit-block .plus-treatment {
    font-size: 19px !important;
  }
}

.invoiice-deduct .add-edit-block .supplier-list-item {
  width: 70%;
  float: left;
}

.invoiice-deduct .add-edit-deductible-file .v-input__control {
  display: none;
}

.invoiice-deduct .add-edit-deductible-file .v-input__prepend-outer {
  margin-top: 6px !important;
}

.invoiice-deduct .v-textarea.v-text-field fieldset {
  border: none !important;
}

.revenue-by-user .toggle-btn {
  background-color: transparent !important;
  border: none !important;
  margin-top: -1px;
}

.revenue-by-user .toggle-btn .v-input__slot {
  padding: 0 !important;
}

.revenue-by-user .toggle-btn .v-input--switch__track.accent--text {
  color: #ffffffb8 !important;
  caret-color: #fff !important;
}

.revenue-by-user .toggle-btn .v-input--switch__track {
  opacity: 1;
  height: 23px;
  left: 2px;
  right: 0px;
  top: calc(50% - 11px);
  border-radius: 12px;
}

.revenue-by-user .toggle-btn .theme--light.v-input--switch__thumb.accent--text {
  color: #cba750 !important;
  caret-color: #cba750 !important;
  /*togglebutton issue css*/
  transform: translate(20px, 0);
}

.revenue-by-user .toggle-btn .v-input--selection-controls__ripple.accent--text {
  /*togglebutton issue css*/
  transform: translate(20px, 0);
}

.revenue-by-user #datepicker .v-text-field.v-text-field--single-line {
  width: 150px;
  display: inline-block;
  padding-top: 0;
}

.revenue-by-referral .total-invoice-patient {
  padding: 4px 10px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  background-color: #e8e6e6;
  border-radius: 50%;
  min-width: 20px;
  width: auto;
  height: auto;
}

.revenue-by-referral .apexcharts-canvas {
  background-color: #f9f9f9;
}

.revenue-by-referral .revenue-by-referral-tbl tr td:first-child,
.revenue-by-referral .revenue-by-referral-tbl tr th:first-child {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top: none;
}

.revenue-by-referral .revenue-by-referral-tbl tr th:first-child {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.sales-dashboard .sales-table .theme--light.v-data-table thead tr:last-child th {
  color: #000;
  font-size: 16px;
}

@media (min-width: 1920px) {
  .sales-dashboard .sales-table .theme--light.v-data-table thead tr:last-child th {
    font-size: inherit !important;
  }
}

.sales-dashboard .sales-table .v-data-table td.bor-table {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.sales-dashboard .sales-table .v-data-table td {
  font-size: 16px;
}

@media (min-width: 1920px) {
  .sales-dashboard .sales-table .v-data-table td {
    font-size: inherit !important;
  }
}

.sales-dashboard .sales-table .theme--light.v-data-table thead tr:last-child th.bor-table {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.apexcharts-toolbar {
  z-index: 5 !important;
}

.overdue-report .overdue-table .table thead tr th {
  border-top: none;
}

.overdue-report .overdue-table .table tr td:first-child,
.overdue-report .overdue-table .table tr th:first-child {
  width: 8%;
}

.overdue-report .overdue-table .table tr td:nth-child(2),
.overdue-report .overdue-table .table tr th:nth-child(2) {
  width: 9%;
}

.overdue-report .overdue-table .table tr td:nth-child(3),
.overdue-report .overdue-table .table tr th:nth-child(3) {
  width: 9%;
}

.overdue-report .overdue-table .table tr td:nth-child(4),
.overdue-report .overdue-table .table tr th:nth-child(4) {
  width: 11%;
}

.overdue-report .overdue-table .table tr td:nth-child(5),
.overdue-report .overdue-table .table tr th:nth-child(5) {
  width: 7%;
}

.overdue-report .overdue-table .table tr td:nth-child(6),
.overdue-report .overdue-table .table tr th:nth-child(6) {
  width: 14%;
}

.overdue-report .overdue-table .table tr td:nth-child(7),
.overdue-report .overdue-table .table tr th:nth-child(7) {
  width: 12%;
  text-align: center;
}

.overdue-report .overdue-table .table tr td:nth-child(8),
.overdue-report .overdue-table .table tr th:nth-child(8) {
  width: 12%;
  text-align: center;
}

.overdue-report .overdue-table .table tr td:nth-child(9),
.overdue-report .overdue-table .table tr th:nth-child(9) {
  width: 11%;
  text-align: center;
}

.overdue-report .overdue-table .table tr td:nth-child(10),
.overdue-report .overdue-table .table tr th:nth-child(10) {
  width: 15%;
  text-align: center;
}

.overdue-report .overdue-table .table tr td:nth-child(10) a.icon-danger,
.overdue-report .overdue-table .table tr th:nth-child(10) a.icon-danger {
  margin: 0 5px !important;
}

.overdue-report .overdue-table .table tr:first-child {
  /* border: 1px solid #cecece; border-bottom: none*/
}

.overdue-report .overdue-table .table tr:first-child th:nth-child(4) {
  border: 1px solid #cecece;
  border-bottom: none;
  border-right: none;
}

.overdue-report .overdue-table .table tr:first-child th:nth-child(5) {
  border-top: 1px solid #cecece;
  border-right: 1px solid #cecece;
}

.overdue-report .overdue-table .table tr:first-child th:nth-child(6) {
  border-top: 1px solid #cecece;
}

.overdue-report .overdue-table .table tr:first-child th:nth-child(7) {
  border-top: 1px solid #cecece;
}

.overdue-report .overdue-table .table tr:first-child th:nth-child(8) {
  border-top: 1px solid #cecece;
}

.overdue-report .overdue-table .table tr:first-child th:nth-child(9) {
  border-top: 1px solid #cecece;
  border-right: 1px solid #cecece;
}

.overdue-report .overdue-table .table tr td:nth-child(4) {
  border-left: 1px solid #cecece;
}

.overdue-report .overdue-table .table tr td:nth-child(5) {
  border-right: 1px solid #cecece;
}

.overdue-report .overdue-table .table tr td:nth-child(9) {
  border-right: 1px solid #cecece;
}

.money-main .border-bottom {
  border-bottom: 1px solid #eee;
}

.money-main .patient-name {
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-main .patient-name {
    font-size: 24px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-main .patient-name {
    font-size: 26px !important;
  }
}

@media (min-width: 3840px) {
  .money-main .patient-name {
    font-size: 28px !important;
  }
}

.money-main .grey-color {
  color: #6a6a6a;
}

.money-main .loyalty-tier {
  font-size: 18px;
  margin-bottom: 10px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-main .loyalty-tier {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-main .loyalty-tier {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .money-main .loyalty-tier {
    font-size: 24px !important;
  }
}

.money-main .patient-detail-block .patient-title {
  font-size: 18px;
  color: #6a6a6a;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-main .patient-detail-block .patient-title {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-main .patient-detail-block .patient-title {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .money-main .patient-detail-block .patient-title {
    font-size: 24px !important;
  }
}

.money-main .patient-detail-block .id-btn-block {
  font-size: 22px;
  font-weight: 600;
  margin-top: 15px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-main .patient-detail-block .id-btn-block {
    font-size: 24px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-main .patient-detail-block .id-btn-block {
    font-size: 26px !important;
  }
}

@media (min-width: 3840px) {
  .money-main .patient-detail-block .id-btn-block {
    font-size: 28px !important;
  }
}

.money-main .table-title {
  font-size: 20px !important;
  margin-top: 8px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-main .table-title {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-main .table-title {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .money-main .table-title {
    font-size: 26px !important;
  }
}

.money-main .loyalty-token-table thead {
  background: #f5f5f5;
}

.money-main .loyalty-token-table .VueTables__table > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.money-main .loyalty-token-table .VueTables__table > tbody > tr > td {
  border-bottom: 1px solid #f5f5f5;
}

.money-main .loyalty-token-table .VuePagination {
  margin: 15px;
}

.money-main .discount-block .block-total {
  float: right;
  margin-left: 15px !important;
  background: #000000;
  color: #FFF;
  padding: 8px 10px;
  font-size: 18px;
  text-align: left !important;
  width: 100%;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-main .discount-block .block-total {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-main .discount-block .block-total {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .money-main .discount-block .block-total {
    font-size: 24px !important;
  }
}

.money-main .discount-block .block-total span {
  float: left;
  width: 100%;
}

@media (max-width: 767px) {
  .money-main .discount-block .block-total span {
    margin: 5px 0;
  }
}

.money-main .invoice-total {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  float: right;
}

.money-main .invoice-total .total-title {
  font-size: 20px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-main .invoice-total .total-title {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-main .invoice-total .total-title {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .money-main .invoice-total .total-title {
    font-size: 26px !important;
  }
}

.money-main .invoice-total .total-value {
  font-size: 26px;
  margin-left: 20px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-main .invoice-total .total-value {
    font-size: 28px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-main .invoice-total .total-value {
    font-size: 30px !important;
  }
}

@media (min-width: 3840px) {
  .money-main .invoice-total .total-value {
    font-size: 32px !important;
  }
}

.money-main .v-text-field .v-text-field__details {
  min-height: 0;
}

@media (min-width: 1920px) {
  .money-main .money-payments-center .money-payments-left,
  .money-main .money-invoice-center .money-payments-left {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1920px) {
  .money-main .money-payments-center .money-payments-right,
  .money-main .money-invoice-center .money-payments-right {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

.reversal-modal .v-item-group.v-btn-toggle {
  display: block;
  text-align: center;
}

.reversal-modal .btn.v-btn {
  min-width: 80% !important;
}

.money-main .money-title-tab .v-list .active {
  background: #000;
  color: #fff;
}

.money-main .money-title-tab .v-list .v-list-item.active {
  color: #fff !important;
}

.money-main .money-title-tab .v-list-item {
  font-size: 16px;
  height: 50px !important;
  /*.v-list-item__title {
    padding: 8px 0
  }*/
}

@media (min-width: 1920px) {
  .money-main .money-title-tab .v-list-item {
    font-size: inherit !important;
  }
}

.money-invoice-main .invoice-service {
  padding-left: 15px;
  padding-right: 15px;
}

.money-invoice-main .invoice-service tbody tr:first-child td {
  border-top: none;
}

.money-invoice-main .invoice-item .table tr {
  cursor: pointer;
}

.money-invoice-main .add_invoice_table tr td {
  padding-left: 0px !important;
  padding-right: 5px !important;
}

.money-invoice-main .add_invoice_table tr td:nth-child(1) {
  width: 8%;
}

.money-invoice-main .add_invoice_table tr td:nth-child(2) {
  width: 7%;
}

.money-invoice-main .add_invoice_table tr td:nth-child(3) {
  width: 9%;
}

.money-invoice-main .add_invoice_table tr td:nth-child(4) {
  width: 5%;
}

.money-invoice-main .add_invoice_table tr td:nth-child(5) {
  width: 9%;
}

.money-invoice-main .add_invoice_table tr td:nth-child(6) {
  width: 5%;
}

.money-invoice-main .add_invoice_table tr td:nth-child(7) {
  width: 10%;
}

.money-invoice-main .add_invoice_table tr td:nth-child(8) {
  width: 8%;
}

.money-invoice-main .add_invoice_table tr td:nth-child(9) {
  width: 8%;
}

.money-invoice-main .add_invoice_table tr td:nth-child(10) {
  width: 10%;
}

.money-invoice-main .add_invoice_table tr td:nth-child(11) {
  width: 8%;
}

.money-invoice-main .add_invoice_table tr td:nth-child(12) {
  width: 5%;
}

.money-invoice-main .add_invoice_table tr td:nth-child(13) {
  width: 8%;
  text-align: center;
}

.money-invoice-main .add_invoice_table tr th {
  padding-left: 0px !important;
  padding-right: 5px !important;
}

.money-invoice-main .add_invoice_table tr th:nth-child(1) {
  width: 8%;
}

.money-invoice-main .add_invoice_table tr th:nth-child(2) {
  width: 7%;
}

.money-invoice-main .add_invoice_table tr th:nth-child(3) {
  width: 9%;
}

.money-invoice-main .add_invoice_table tr th:nth-child(4) {
  width: 5%;
}

.money-invoice-main .add_invoice_table tr th:nth-child(5) {
  width: 9%;
}

.money-invoice-main .add_invoice_table tr th:nth-child(6) {
  width: 5%;
}

.money-invoice-main .add_invoice_table tr th:nth-child(7) {
  width: 10%;
}

.money-invoice-main .add_invoice_table tr th:nth-child(8) {
  width: 8%;
}

.money-invoice-main .add_invoice_table tr th:nth-child(9) {
  width: 8%;
}

.money-invoice-main .add_invoice_table tr th:nth-child(10) {
  width: 10%;
}

.money-invoice-main .add_invoice_table tr th:nth-child(11) {
  width: 8%;
}

.money-invoice-main .add_invoice_table tr th:nth-child(12) {
  width: 5%;
}

.money-invoice-main .add_invoice_table tr th:nth-child(13) {
  width: 8%;
  text-align: center;
}

.money-invoice-main .add_invoice_table thead tr th {
  color: #6a6a6a !important;
}

.money-invoice-main .add_invoice_table thead > tr > th {
  word-break: unset !important;
}

.money-invoice-main .add_invoice_table .all-none {
  font-size: 12px !important;
  margin: 0 5px 0 0px !important;
  cursor: pointer;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-invoice-main .add_invoice_table .all-none {
    font-size: 14px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-invoice-main .add_invoice_table .all-none {
    font-size: 16px !important;
  }
}

@media (min-width: 3840px) {
  .money-invoice-main .add_invoice_table .all-none {
    font-size: 18px !important;
  }
}

.money-invoice-main .add_invoice_table tbody > tr > td {
  word-break: unset !important;
}

.money-invoice-main .add_invoice_table tbody > tr.delete {
  color: red !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .money-invoice-main .small-desktop-w100 {
    flex-basis: 100% !important;
    -webkit-box-flex: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    margin-bottom: 20px;
  }
}

.new-notify.v-card .v-card__actions {
  background-color: #000000;
  color: #ffffff;
  display: block;
}

.new-notify.v-card .color-white--text {
  color: #ffffff !important;
  margin-right: 15px;
}

.new-notify.v-card .v-card__text {
  background-color: #b2b2b2 !important;
  padding-bottom: 4px !important;
  color: #ffffff !important;
}

.new-notify.v-card .v-card__text .bg-white {
  background-color: #ffffff !important;
}

.new-notify.v-card .v-card__text .v-input__slot:before {
  border-color: rgba(0, 0, 0, 0) !important;
}

.new-notify.v-card .v-card__text .v-input__slot:hover:before {
  border-color: rgba(0, 0, 0, 0) !important;
}

.new-notify.v-card .v-card__text label.v-label.theme--light {
  left: 10px !important;
}

.new-notify.v-card .v-input__slot:after {
  transform: scaleX(0) !important;
}

.invoice-note .v-input__slot .v-text-field__slot textarea {
  padding: 2px 10px;
}

.invoice-view-modal .v-card > .v-card__title {
  background: #efefefb8;
}

.invoice-view-modal table.tab-botulinum {
  border-top: none !important;
}

.invoice-view-modal table.tab-botulinum tr td:nth-child(1) {
  width: 7%;
}

.invoice-view-modal table.tab-botulinum tr td:nth-child(2) {
  width: 7%;
}

.invoice-view-modal table.tab-botulinum tr td:nth-child(3) {
  width: 7%;
}

.invoice-view-modal table.tab-botulinum tr td:nth-child(4) {
  width: 12%;
}

.invoice-view-modal table.tab-botulinum tr td:nth-child(5) {
  width: 25%;
}

.invoice-view-modal table.tab-botulinum tr td:nth-child(6) {
  width: 7%;
}

.invoice-view-modal table.tab-botulinum tr td:nth-child(7) {
  width: 7%;
}

.invoice-view-modal table.tab-botulinum tr td:nth-child(8) {
  width: 7%;
}

.invoice-view-modal table.tab-botulinum tr td:nth-child(9) {
  width: 7%;
}

.invoice-view-modal table.tab-botulinum tr td:nth-child(10) {
  width: 7%;
}

.invoice-view-modal table.tab-botulinum tr td:nth-child(11) {
  width: 7%;
}

.invoice-view-modal table.tab-botulinum tr th:nth-child(1) {
  width: 7%;
}

.invoice-view-modal table.tab-botulinum tr th:nth-child(2) {
  width: 7%;
}

.invoice-view-modal table.tab-botulinum tr th:nth-child(3) {
  width: 7%;
}

.invoice-view-modal table.tab-botulinum tr th:nth-child(4) {
  width: 12%;
}

.invoice-view-modal table.tab-botulinum tr th:nth-child(5) {
  width: 25%;
}

.invoice-view-modal table.tab-botulinum tr th:nth-child(6) {
  width: 7%;
}

.invoice-view-modal table.tab-botulinum tr th:nth-child(7) {
  width: 7%;
}

.invoice-view-modal table.tab-botulinum tr th:nth-child(8) {
  width: 7%;
}

.invoice-view-modal table.tab-botulinum tr th:nth-child(9) {
  width: 7%;
}

.invoice-view-modal table.tab-botulinum tr th:nth-child(10) {
  width: 7%;
}

.invoice-view-modal table.tab-botulinum tr th:nth-child(11) {
  width: 7%;
}

.invoice-view-modal table.tab-bot th {
  border-bottom: 1px solid #b9b8b8 !important;
}

.invoice-view-modal .v-card > .v-card__text {
  padding: 10px 10px 20px 10px !important;
}

.invoice-view-modal .v-card > .v-card__title.black-bg {
  background-color: #000000 !important;
  padding: 5px 5px 5px 15px !important;
}

@media (max-width: 767px) {
  .grey-heading-table {
    overflow: scroll;
  }
}

.grey-heading-table .table-cp {
  float: left;
  width: 100%;
  background: #efefef;
}

.grey-heading-table .table-cp table {
  background: #efefef !important;
}

.grey-heading-table .table-cp .bg-1 {
  background-color: #85868a;
  color: #FFF;
}

.grey-heading-table .bg-1 {
  background-color: #85868a;
  clear: both;
  color: #FFF;
}

.grey-heading-table .bg-1 a {
  color: #FFF;
}

.grey-heading-table tfoot tr td {
  color: #fff;
}

.grey-heading-table tfoot tr td .vertical-top {
  vertical-align: top;
}

.grey-heading-table tfoot tr td .toggle-btn {
  margin-top: -1px;
}

.grey-heading-table tfoot tr td .toggle-btn .v-input--switch__track.accent--text {
  color: #fff !important;
  caret-color: #fff !important;
}

.grey-heading-table tfoot tr td .toggle-btn .v-input--switch__track {
  opacity: 1;
  height: 23px;
  left: 2px;
  right: 0px;
  top: calc(50% - 11px);
  border-radius: 12px;
}

.grey-heading-table tfoot tr td .toggle-btn .theme--light.v-input--switch__thumb.accent--text {
  color: #cba750 !important;
  caret-color: #cba750 !important;
  /*togglebutton issue css*/
  transform: translate(20px, 0);
}

.grey-heading-table tfoot tr td .toggle-btn .v-input--selection-controls__ripple.accent--text {
  /*togglebutton issue css*/
  transform: translate(20px, 0);
}

.grey-heading-table tfoot tr td .w3-badge {
  height: 16px;
  width: 16px;
  vertical-align: middle;
  margin-right: 4px;
}

.invoice-table table {
  /*tr {
      th {
          color: #fff;
          &:first-child  { width: 15%; }
          &:nth-child(2) { width: 20%; }
          &:nth-child(3) { width: 18%; }
          &:nth-child(4) { width: 20%; }
          &:nth-child(5) { width: 13%; }
          &:nth-child(6) { width: 14%; }
      }
      td {
          &:first-child  { width: 15%; }
          &:nth-child(2) { width: 20%; }
          &:nth-child(3) { width: 18%; }
          &:nth-child(4) { width: 20%; }
          &:nth-child(5) { width: 13%; }
          &:nth-child(6) { width: 14%; }
      }
  }*/
}

.invoice-table table tr th {
  color: #fff;
}

.invoice-table table tr th:first-child {
  width: 15%;
}

.invoice-table table tr th:nth-child(2) {
  width: 20%;
}

.invoice-table table tr th:nth-child(3) {
  width: 20%;
}

.invoice-table table tr th:nth-child(4) {
  width: 24%;
}

.invoice-table table tr th:nth-child(5) {
  width: 13%;
}

.invoice-table table tr th:nth-child(6) {
  width: 8%;
}

.invoice-table table tr td:first-child {
  width: 15%;
}

.invoice-table table tr td:nth-child(2) {
  width: 20%;
}

.invoice-table table tr td:nth-child(3) {
  width: 20%;
}

.invoice-table table tr td:nth-child(4) {
  width: 24%;
}

.invoice-table table tr td:nth-child(5) {
  width: 13%;
}

.invoice-table table tr td:nth-child(6) {
  width: 8%;
}

@media (max-width: 1500px) {
  .invoice-table table tr th:nth-child(3),
  .invoice-table table tr td:nth-child(3) {
    width: 20%;
  }

  .invoice-table table tr th:nth-child(4),
  .invoice-table table tr td:nth-child(4) {
    width: 20%;
  }

  .invoice-table table tr th:nth-child(6),
  .invoice-table table tr td:nth-child(6) {
    width: 12%;
  }
}

@media (min-width: 1500px) and (max-width: 1750px) {
  .invoice-table table tr th:nth-child(3),
  .invoice-table table tr td:nth-child(3) {
    width: 20%;
  }

  .invoice-table table tr th:nth-child(4),
  .invoice-table table tr td:nth-child(4) {
    width: 22%;
  }

  .invoice-table table tr th:nth-child(6),
  .invoice-table table tr td:nth-child(6) {
    width: 10%;
  }
}

.invoice-table tfoot tr td:first-child {
  width: 37%;
}

.invoice-table tfoot tr td:nth-child(2) {
  width: 10%;
}

.invoice-table tfoot tr td:nth-child(3) {
  width: 18%;
}

.invoice-table tfoot tr td:nth-child(4) {
  width: 20%;
}

.invoice-table tfoot tr td:nth-child(5) {
  width: 15%;
}

@media (max-width: 767px) {
  .grey-heading-table {
    overflow: scroll;
  }
}

.grey-heading-table .table-cp {
  float: left;
  width: 100%;
  background: #efefef;
}

.grey-heading-table .table-cp table {
  background: #efefef !important;
}

.grey-heading-table .table-cp .bg-1 {
  background-color: #85868a;
  color: #FFF;
}

.grey-heading-table .bg-1 {
  background-color: #85868a;
  clear: both;
  color: #FFF;
}

.grey-heading-table .bg-1 a {
  color: #FFF;
}

.grey-heading-table tfoot tr td {
  color: #fff;
}

.grey-heading-table tfoot tr td .vertical-top {
  vertical-align: top;
}

.grey-heading-table tfoot tr td .toggle-btn {
  margin-top: -1px;
}

.grey-heading-table tfoot tr td .toggle-btn .v-input--switch__track.accent--text {
  color: #fff !important;
  caret-color: #fff !important;
}

.grey-heading-table tfoot tr td .toggle-btn .v-input--switch__track {
  opacity: 1;
  height: 23px;
  left: 2px;
  right: 0px;
  top: calc(50% - 11px);
  border-radius: 12px;
}

.grey-heading-table tfoot tr td .toggle-btn .theme--light.v-input--switch__thumb.accent--text {
  color: #cba750 !important;
  caret-color: #cba750 !important;
  /*togglebutton issue css*/
  transform: translate(20px, 0);
}

.grey-heading-table tfoot tr td .toggle-btn .v-input--selection-controls__ripple.accent--text {
  /*togglebutton issue css*/
  transform: translate(20px, 0);
}

.grey-heading-table tfoot tr td .w3-badge {
  height: 16px;
  width: 16px;
  vertical-align: middle;
  margin-right: 4px;
}

.invoice-table table {
  /*tr {
      th {
          color: #fff;
          &:first-child  { width: 15%; }
          &:nth-child(2) { width: 20%; }
          &:nth-child(3) { width: 18%; }
          &:nth-child(4) { width: 20%; }
          &:nth-child(5) { width: 13%; }
          &:nth-child(6) { width: 14%; }
      }
      td {
          &:first-child  { width: 15%; }
          &:nth-child(2) { width: 20%; }
          &:nth-child(3) { width: 18%; }
          &:nth-child(4) { width: 20%; }
          &:nth-child(5) { width: 13%; }
          &:nth-child(6) { width: 14%; }
      }
  }*/
}

.invoice-table table tr th {
  color: #fff;
}

.invoice-table table tr th:first-child {
  width: 12%;
}

.invoice-table table tr th:nth-child(2) {
  width: 16%;
}

.invoice-table table tr th:nth-child(3) {
  width: 16%;
}

.invoice-table table tr th:nth-child(4) {
  width: 19%;
}

.invoice-table table tr th:nth-child(5) {
  width: 12%;
}

.invoice-table table tr th:nth-child(6) {
  width: 13%;
}

.invoice-table table tr th:nth-child(7) {
  width: 12%;
}

.invoice-table table tr td:first-child {
  width: 12%;
}

.invoice-table table tr td:nth-child(2) {
  width: 16%;
}

.invoice-table table tr td:nth-child(3) {
  width: 16%;
}

.invoice-table table tr td:nth-child(4) {
  width: 19%;
}

.invoice-table table tr td:nth-child(5) {
  width: 12%;
}

.invoice-table table tr td:nth-child(6) {
  width: 13%;
}

.invoice-table table tr td:nth-child(7) {
  width: 12%;
}

.invoice-table table tr td .w3-badge {
  height: 15px;
  width: 15px;
}

@media (max-width: 1500px) {
  .invoice-table table tr th:nth-child(3),
  .invoice-table table tr td:nth-child(3) {
    width: 19%;
  }

  .invoice-table table tr th:nth-child(4),
  .invoice-table table tr td:nth-child(4) {
    width: 19%;
  }

  .invoice-table table tr th:nth-child(6),
  .invoice-table table tr td:nth-child(6) {
    width: 11%;
  }
}

@media (min-width: 1500px) and (max-width: 1750px) {
  .invoice-table table tr th:nth-child(3),
  .invoice-table table tr td:nth-child(3) {
    width: 20%;
  }

  .invoice-table table tr th:nth-child(4),
  .invoice-table table tr td:nth-child(4) {
    width: 22%;
  }

  .invoice-table table tr th:nth-child(6),
  .invoice-table table tr td:nth-child(6) {
    width: 10%;
  }
}

.invoice-table tfoot tr td:first-child {
  width: 30%;
}

.invoice-table tfoot tr td:nth-child(2) {
  width: 4%;
}

.invoice-table tfoot tr td:nth-child(3) {
  width: 10%;
}

.invoice-table tfoot tr td:nth-child(4) {
  width: 15%;
}

.invoice-table tfoot tr td:nth-child(5) {
  width: 11%;
}

.financial-history .txt-orange {
  color: orange;
}

.financial-history .financial-history-invoice {
  white-space: nowrap;
  width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 12px;
  font-size: 16px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .financial-history .financial-history-invoice {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .financial-history .financial-history-invoice {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .financial-history .financial-history-invoice {
    font-size: 22px !important;
  }
}

.financial-history .financial-his td {
  border-top: none !important;
}

.financial-history .financial-title .red-title {
  color: red;
  font-size: 16px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .financial-history .financial-title .red-title {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .financial-history .financial-title .red-title {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .financial-history .financial-title .red-title {
    font-size: 22px !important;
  }
}

.financial-history .financial-title .table-title-text {
  font-size: 15px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .financial-history .financial-title .table-title-text {
    font-size: 17px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .financial-history .financial-title .table-title-text {
    font-size: 19px !important;
  }
}

@media (min-width: 3840px) {
  .financial-history .financial-title .table-title-text {
    font-size: 21px !important;
  }
}

@media (max-width: 2200px) {
  .financial-history .financial-history-table-outer {
    overflow: auto;
  }
}

.financial-history .financial-history-table table tbody tr td:nth-child(5) {
  width: 100%;
  max-height: 89px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width: 2200px) {
  .financial-history .financial-history-table {
    width: 1215px;
  }
}

.financial-history .financial-history-table table {
  table-layout: fixed;
}

.financial-history .financial-history-table table tr th {
  padding: 8px 4px 8px 4px;
}

.financial-history .financial-history-table table tr th:nth-child(1) {
  width: 10%;
  padding: 8px 2px 8px 2px;
}

.financial-history .financial-history-table table tr th:nth-child(2) {
  width: 9%;
}

.financial-history .financial-history-table table tr th:nth-child(3) {
  width: 7%;
}

.financial-history .financial-history-table table tr th:nth-child(4) {
  width: 4%;
}

.financial-history .financial-history-table table tr th:nth-child(5) {
  width: 13%;
}

.financial-history .financial-history-table table tr th:nth-child(6) {
  width: 8%;
}

.financial-history .financial-history-table table tr th:nth-child(7) {
  width: 8%;
}

.financial-history .financial-history-table table tr th:nth-child(8) {
  width: 8%;
}

.financial-history .financial-history-table table tr th:nth-child(9) {
  width: 8%;
}

.financial-history .financial-history-table table tr th:nth-child(10) {
  width: 6%;
}

.financial-history .financial-history-table table tr th:nth-child(11) {
  width: 8%;
}

.financial-history .financial-history-table table tr th:nth-child(12) {
  width: 8%;
}

.financial-history .financial-history-table table tr th:nth-child(13) {
  width: 8%;
}

.financial-history .financial-history-table table tr th:nth-child(14) {
  width: 10%;
}

.financial-history .financial-history-table table tr th:nth-child(15) {
  width: 2%;
  padding-left: 0px;
}

.financial-history .financial-history-table table tr th:nth-child(15) span {
  display: none;
}

.financial-history .financial-history-table table tr th:nth-child(16) {
  width: 0%;
}

.financial-history .financial-history-table table tr td:nth-child(15) {
  padding-left: 0px;
}

.financial-history .financial-history-table .table-foot tfoot tr .totals-description {
  width: 800px;
}

.financial-history .financial-history-table .table-foot tfoot tr td {
  padding: 8px 4px 8px 4px;
  background-color: #000;
}

.financial-history .financial-history-table .table-foot tfoot tr td a {
  color: #ffffff;
}

.financial-history .financial-history-table .table-foot tfoot tr td:nth-child(1) {
  width: 10%;
  padding: 8px 2px 8px 2px;
  background-color: #fff;
}

.financial-history .financial-history-table .table-foot tfoot tr td:nth-child(2) {
  width: 9%;
  background-color: #fff;
}

.financial-history .financial-history-table .table-foot tfoot tr td:nth-child(3) {
  width: 6%;
  background-color: #fff;
}

.financial-history .financial-history-table .table-foot tfoot tr td:nth-child(4) {
  width: 4%;
  background-color: #fff;
}

.financial-history .financial-history-table .table-foot tfoot tr td:nth-child(5) {
  width: 13%;
}

.financial-history .financial-history-table .table-foot tfoot tr td:nth-child(6) {
  width: 8%;
}

.financial-history .financial-history-table .table-foot tfoot tr td:nth-child(7) {
  width: 8%;
}

.financial-history .financial-history-table .table-foot tfoot tr td:nth-child(8) {
  width: 8%;
}

.financial-history .financial-history-table .table-foot tfoot tr td:nth-child(9) {
  width: 8%;
}

.financial-history .financial-history-table .table-foot tfoot tr td:nth-child(10) {
  width: 6%;
}

.financial-history .financial-history-table .table-foot tfoot tr td:nth-child(11) {
  width: 8%;
}

.financial-history .financial-history-table .table-foot tfoot tr td:nth-child(12) {
  width: 8%;
}

.financial-history .financial-history-table .table-foot tfoot tr td:nth-child(13) {
  width: 8%;
}

.financial-history .financial-history-table .table-foot tfoot tr td:nth-child(14) {
  width: 10%;
}

.financial-history .financial-history-table .table-foot tfoot tr td:nth-child(15) {
  width: 2%;
}

.financial-history .financial-history-table .table-foot tfoot tr td:nth-child(16) {
  width: 0%;
}

.financial-history .financial-history-table .row:first-child {
  display: none;
}

.financial-history .financial-history-table tr th {
  vertical-align: middle;
  background-color: #d5d6d8;
}

.financial-history .financial-history-table .link-block {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 5px;
}

.financial-history .financial-history-table .link-block a {
  display: inline-block;
  font-size: 12px;
  color: #7a7a7a;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .financial-history .financial-history-table .link-block a {
    font-size: 14px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .financial-history .financial-history-table .link-block a {
    font-size: 16px !important;
  }
}

@media (min-width: 3840px) {
  .financial-history .financial-history-table .link-block a {
    font-size: 18px !important;
  }
}

.financial-history .financial-history-table .link-block a:first-child {
  margin-left: 0 !important;
}

.financial-history .financial-history-table tbody > tr.payment {
  color: red !important;
}

.financial-history .financial-history-table tbody > tr.settlment {
  color: #3490dc !important;
}

.scan-barcode-modal .preloader-scan {
  display: table;
  margin: 0 auto;
  height: 100%;
  text-align: center;
}

.scan-barcode-modal .preloader-container {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  list-style-type: none;
  text-align: center;
  position: relative;
}

.scan-barcode-modal .diode {
  -webkit-animation: beam 0.01s infinite;
          animation: beam 0.01s infinite;
}

.scan-barcode-modal .laser {
  width: calc(100% + 40px);
  background-color: tomato;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 2;
  box-shadow: 0 0 4px red;
  -webkit-animation: scanning 2s infinite;
          animation: scanning 2s infinite;
  margin-left: -20px;
}

@-webkit-keyframes beam {
  50% {
    opacity: 0;
  }
}

@keyframes beam {
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes scanning {
  50% {
    transform: translateY(150px);
  }
}

@keyframes scanning {
  50% {
    transform: translateY(150px);
  }
}

.money-payment-main .fb-item-heading {
  margin-bottom: 8px;
  margin-top: 5px;
  font-size: 20px;
  line-height: normal;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-payment-main .fb-item-heading {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-payment-main .fb-item-heading {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .money-payment-main .fb-item-heading {
    font-size: 26px !important;
  }
}

.money-payment-main .fb-item-span {
  padding: 5px 0;
  display: block;
}

.money-payment-main .payment-tabs .v-tab {
  padding: 0 3px;
  height: 36px;
  min-width: auto;
}

.money-payment-main .payment-tabs .v-tab--active .btn-light-grey {
  background-color: #cba750 !important;
  border-color: #cba750 !important;
  color: #fff !important;
}

.money-payment-main .payment-tabs .v-tabs-slider-wrapper {
  display: none !important;
}

.money-payment-main .payment-tabs button.v-btn {
  height: 45px;
  padding: 0 8px !important;
}

@media (max-width: 1400px) {
  .money-payment-main .payment-tabs button.v-btn {
    height: 45px;
    padding: 0 5px !important;
  }
}

.money-payment-main .redeem-token-div {
  position: relative;
}

.money-payment-main .redeem-token-div .redeem-token-btn {
  padding-left: 10px !important;
}

.money-payment-main .redeem-token-div .redeem-token-img {
  position: absolute;
  top: 4px;
  right: 15px;
  height: 48px;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .money-payment-main .small-desktop-w100 {
    flex-basis: 100% !important;
    -webkit-box-flex: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    margin-bottom: 8px;
  }
}

.money-payment-main .payment-top-table tfoot tr {
  font-size: 15px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-payment-main .payment-top-table tfoot tr {
    font-size: 17px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-payment-main .payment-top-table tfoot tr {
    font-size: 19px !important;
  }
}

@media (min-width: 3840px) {
  .money-payment-main .payment-top-table tfoot tr {
    font-size: 21px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1350px) {
  .money-payment-main .payment-top-table tfoot tr {
    font-size: 14px;
  }
}

.money-payment-main .payment-top-table tfoot tr td:first-child {
  width: unset !important;
}

.money-payment-main .payment-top-table tfoot tr td:nth-child(2) {
  width: unset !important;
}

.money-payment-main .payment-top-table tfoot tr td:nth-child(3) {
  width: unset !important;
}

.money-payment-main .payment-top-table tfoot tr td:nth-child(4) {
  width: unset !important;
}

.money-payment-main .payment-top-table tfoot tr td:nth-child(5) {
  width: unset !important;
}

.paymentplan-details-modal .grey-bg {
  background-color: #d6d6d6 !important;
}

.paymentplan-details-modal .ppdetail-heading-txt {
  margin: 8px 0;
}

.paymentplan-details-modal .center-div {
  width: 600px;
  margin: auto;
}

@media (min-width: 1920px) {
  .paymentplan-details-modal .center-div {
    width: 70%;
  }
}

.paymentplan-details-modal .height-auto {
  height: auto !important;
}

.paymentplan-details-modal .v-btn-toggle {
  display: block;
}

.paymentplan-details-modal .v-btn {
  border-color: transparent !important;
}

.money-loyalty-main .title-sub {
  font-size: 26px !important;
  color: #b52d76;
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-loyalty-main .title-sub {
    font-size: 28px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-loyalty-main .title-sub {
    font-size: 30px !important;
  }
}

@media (min-width: 3840px) {
  .money-loyalty-main .title-sub {
    font-size: 32px !important;
  }
}

.money-loyalty-main .loyalty-tier-select {
  max-width: 130px;
  margin: 0px;
  padding: 0;
  display: inline-block;
  text-align: left;
}

.money-loyalty-main .loyalty-tier-select input[type=text] {
  font-size: 18px;
  height: 40px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-loyalty-main .loyalty-tier-select input[type=text] {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-loyalty-main .loyalty-tier-select input[type=text] {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .money-loyalty-main .loyalty-tier-select input[type=text] {
    font-size: 24px !important;
  }
}

.money-loyalty-main .loyalty-tier {
  margin-top: 12px;
  /*font-size: 18px;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
  color: $color_4;*/
}

.money-loyalty-main .card-block {
  height: auto;
  border-radius: 10px;
  position: relative;
  float: left;
  width: 100%;
  padding: 10px;
  letter-spacing: 1px;
  color: #fff !important;
  /*.status-reset-date {
      font-size: 16px;
      @media (min-width: 1920px) {
          font-size: inherit !important;
      }
  }*/
}

.money-loyalty-main .card-block img {
  width: 100%;
  padding: 0 5px;
}

.money-loyalty-main .card-block div {
  float: left;
  width: 100%;
}

.money-loyalty-main .card-block .name {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 5px;
}

@media (min-width: 1920px) {
  .money-loyalty-main .card-block .name {
    font-size: inherit !important;
  }
}

.money-loyalty-main .card-block .member-no {
  font-size: 13px;
  margin-bottom: 5px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-loyalty-main .card-block .member-no {
    font-size: 14px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-loyalty-main .card-block .member-no {
    font-size: 16px !important;
  }
}

@media (min-width: 3840px) {
  .money-loyalty-main .card-block .member-no {
    font-size: 18px !important;
  }
}

.money-loyalty-main .card-block .join-date,
.money-loyalty-main .card-block .status-reset-date {
  font-size: 13px;
  margin-bottom: 5px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-loyalty-main .card-block .join-date,
  .money-loyalty-main .card-block .status-reset-date {
    font-size: 14px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-loyalty-main .card-block .join-date,
  .money-loyalty-main .card-block .status-reset-date {
    font-size: 16px !important;
  }
}

@media (min-width: 3840px) {
  .money-loyalty-main .card-block .join-date,
  .money-loyalty-main .card-block .status-reset-date {
    font-size: 18px !important;
  }
}

.money-loyalty-main .card-block .btm-sticker {
  float: right;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-loyalty-main .card-block .btm-sticker {
    font-size: 16px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-loyalty-main .card-block .btm-sticker {
    font-size: 18px !important;
  }
}

@media (min-width: 3840px) {
  .money-loyalty-main .card-block .btm-sticker {
    font-size: 20px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .money-loyalty-main .card-block .btm-sticker {
    width: 64px;
    bottom: 5px;
    right: 5px;
    height: 28px;
    font-size: 10px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .money-loyalty-main .card-block .btm-sticker {
    bottom: 35px;
  }
}

@media (min-width: 1921px) {
  .money-loyalty-main .card-block .btm-sticker {
    width: 160px !important;
    height: 60px !important;
    font-size: 24px !important;
    line-height: 60px !important;
  }
}

@media (min-width: 1401px) and (max-width: 1699px) {
  .money-loyalty-main .card-block .btm-sticker {
    width: 80px !important;
    bottom: 50px !important;
  }
}

.money-loyalty-main .bg-1 {
  background: #a7a8ac;
}

.money-loyalty-main .bg-2 {
  background: #59595a;
}

.money-loyalty-main .bg-3 {
  background: #000;
}

.money-loyalty-main .pink-bg {
  background: #eb2880;
}

.money-loyalty-main .blue-bg {
  background: #05abf1;
}

.money-loyalty-main .green-bg {
  background: #139346;
}

.money-loyalty-main .circle-shadow {
  height: 36px;
  background: red;
  background: radial-gradient(grey 10%, #fff 60%);
  border-radius: 30px;
  float: left;
  width: 100%;
  margin-top: -17px;
}

.money-loyalty-main .add-member-block p {
  float: left;
  width: 100%;
}

.money-loyalty-main .loyalty-itier-sec {
  margin-top: 50px;
}

.money-loyalty-main .member-ship-section .title {
  font-size: 16px !important;
  color: #6a6a6a !important;
  margin: 8px 0;
  font-family: inherit !important;
  letter-spacing: 0 !important;
  line-height: normal !important;
}

@media (min-width: 1920px) {
  .money-loyalty-main .member-ship-section .title {
    font-size: inherit !important;
  }
}

.money-loyalty-main .member-ship-section .title span:first-child {
  color: #000000;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
}

.money-loyalty-main .member-ship-section .title .popover-link {
  cursor: pointer;
  color: #7c7c7c;
  margin-left: 50px;
}

.money-loyalty-main .member-ship-table {
  margin-bottom: 0;
}

.money-loyalty-main .member-ship-table .tab {
  text-align: center;
  padding: 20px 0;
  float: left;
  width: 100%;
  font-size: 22px;
  color: #222;
  border-right: 1px solid #222;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-loyalty-main .member-ship-table .tab {
    font-size: 24px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-loyalty-main .member-ship-table .tab {
    font-size: 26px !important;
  }
}

@media (min-width: 3840px) {
  .money-loyalty-main .member-ship-table .tab {
    font-size: 28px !important;
  }
}

.money-loyalty-main .member-ship-table .tab.active {
  background: #000000;
  color: #fff;
}

.money-loyalty-main .loyalty-table-tabs {
  background-color: #eef3f4;
  clear: both;
  /*.v-tab {
      background-color: #000;
      color: #fff !important;
  }
  .v-tabs__div {
      max-width: 100%;
      width: 100%;
      height: 100%;
      border: 1px solid #e2e2e2;
  }*/
}

.money-loyalty-main .loyalty-table-tabs .v-tab {
  color: #222 !important;
}

.money-loyalty-main .loyalty-table-tabs .v-tabs--grow > .v-tabs-bar .v-tab {
  border-bottom: 1px solid #e2e2e2;
}

.money-loyalty-main .loyalty-table-tabs .v-tabs .v-slide-group__wrapper .v-tab--active {
  background-color: #000 !important;
  color: #fff !important;
}

.money-loyalty-main .loyalty-patient-table thead {
  background: #f5f5f5;
}

.money-loyalty-main .loyalty-patient-table .VueTables__table > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.money-loyalty-main .loyalty-patient-table .VueTables__table > tbody > tr > td {
  border-bottom: 1px solid #f5f5f5;
}

.money-loyalty-main .loyalty-patient-table .VuePagination {
  margin: 15px;
}

.money-loyalty-main .loyalty-patient-table tr th {
  padding: 12px 8px;
}

.money-loyalty-main .loyalty-patient-table tr th:first-child,
.money-loyalty-main .loyalty-patient-table tr td:first-child {
  width: 10%;
}

.money-loyalty-main .loyalty-patient-table tr th:nth-child(2),
.money-loyalty-main .loyalty-patient-table tr td:nth-child(2) {
  width: 12%;
}

.money-loyalty-main .loyalty-patient-table tr th:nth-child(3),
.money-loyalty-main .loyalty-patient-table tr td:nth-child(3) {
  width: 13%;
}

.money-loyalty-main .loyalty-patient-table tr th:nth-child(4),
.money-loyalty-main .loyalty-patient-table tr td:nth-child(4) {
  width: 35%;
}

.money-loyalty-main .loyalty-patient-table tr th:nth-child(5),
.money-loyalty-main .loyalty-patient-table tr td:nth-child(5) {
  width: 10%;
}

.money-loyalty-main .loyalty-patient-table tr th:nth-child(6),
.money-loyalty-main .loyalty-patient-table tr td:nth-child(6) {
  width: 5%;
}

.money-loyalty-main .loyalty-patient-table tr th:nth-child(7),
.money-loyalty-main .loyalty-patient-table tr td:nth-child(7) {
  width: 10%;
}

.money-loyalty-main .loyalty-patient-table tr th:nth-child(8),
.money-loyalty-main .loyalty-patient-table tr td:nth-child(8) {
  width: 5%;
}

.money-loyalty-main .VueTables__limit {
  padding-top: 15px !important;
}

.money-loyalty-main .loyalty-table .VueTables.VueTables--server .table-responsive {
  padding: 15px;
}

.box-card.token-card {
  float: none;
}

.box-card.token-card .box-title {
  padding: 8px;
}

.box-card.token-card .box-title .token-card-heading {
  margin-top: 9px;
}

.box-card.token-card .token-external-link {
  vertical-align: super;
  padding-top: 8px;
  padding-left: 10px;
}

.box-card.token-card .token-img {
  float: left;
  height: 35px;
}

.box-card.token-card .token-table {
  padding: 0;
}

.box-card.token-card .token-table thead tr td {
  font-weight: bold;
  color: #6a6a6a !important;
}

.box-card.token-card .token-table thead tr td:first-child {
  width: 30%;
}

.box-card.token-card .token-table thead tr td:nth-child(2) {
  width: 30%;
}

.box-card.token-card .token-table thead tr td:nth-child(3) {
  width: 40%;
}

.box-card.token-card .token-table tbody tr td {
  border: none;
}

.box-card.token-card .token-table tbody tr td:first-child {
  width: 30%;
}

.box-card.token-card .token-table tbody tr td:nth-child(2) {
  width: 30%;
}

.box-card.token-card .token-table tbody tr td:nth-child(3) {
  width: 40%;
}

.money-token-main .token-table-tabs .v-tabs .v-tabs__div .v-tabs__item {
  text-transform: uppercase;
}

.money-token-main .token-table-tabs .v-tabs .v-tabs__div .v-tabs__item--active {
  background-color: transparent;
  color: #cba750;
}

.money-token-main .token-table tr th {
  padding: 12px 8px;
}

.money-token-main .token-table tr th:first-child,
.money-token-main .token-table tr td:first-child {
  width: 10%;
}

.money-token-main .token-table tr th:nth-child(2),
.money-token-main .token-table tr td:nth-child(2) {
  width: 15%;
}

.money-token-main .token-table tr th:nth-child(3),
.money-token-main .token-table tr td:nth-child(3) {
  width: 15%;
}

.money-token-main .token-table tr th:nth-child(4),
.money-token-main .token-table tr td:nth-child(4) {
  width: 55%;
}

.money-token-main .token-table tr th:nth-child(5),
.money-token-main .token-table tr td:nth-child(5) {
  width: 5%;
}

.money-token-main .token-server-table .VueTables.VueTables--server .table-responsive {
  padding: 15px;
}

.money-giftcard-main .giftcard-table tr th:first-child,
.money-giftcard-main .giftcard-table tr td:first-child {
  width: 16%;
}

.money-giftcard-main .giftcard-table tr th:nth-child(2),
.money-giftcard-main .giftcard-table tr td:nth-child(2) {
  width: 16%;
}

.money-giftcard-main .giftcard-table tr th:nth-child(3),
.money-giftcard-main .giftcard-table tr td:nth-child(3) {
  width: 16%;
}

.money-giftcard-main .giftcard-table tr th:nth-child(4),
.money-giftcard-main .giftcard-table tr td:nth-child(4) {
  width: 16%;
}

.money-giftcard-main .giftcard-table tr th:nth-child(5),
.money-giftcard-main .giftcard-table tr td:nth-child(5) {
  width: 16%;
}

.money-giftcard-main .giftcard-table tr th:nth-child(6),
.money-giftcard-main .giftcard-table tr td:nth-child(6) {
  width: 10%;
}

@media (min-width: 1200px) and (max-width: 1550px) {
  .money-quotation-main .display-block-desktop {
    display: block !important;
  }

  .money-quotation-main .patient-btn-div {
    margin-left: 0 !important;
  }
}

.money-quotation-main .quotation-patient-detail .patient-name {
  vertical-align: center;
}

.money-quotation-main .quotation-patient-detail .patient-btn-div button {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.money-quotation-main .discount-block .p-t-15 {
  padding-top: 15px !important;
}

.money-quotation-main .discount-block .block-total {
  width: auto !important;
}

.money-quotation-main .discount-block .block-total span {
  width: auto !important;
  margin: 0 10px !important;
}

.money-quotation-main .quotation-treatment-plan .heading-cp {
  background-color: #efefef;
  font-size: 18px;
  padding: 6px;
  float: left;
  width: 100%;
  color: #222 !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-quotation-main .quotation-treatment-plan .heading-cp {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-quotation-main .quotation-treatment-plan .heading-cp {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .money-quotation-main .quotation-treatment-plan .heading-cp {
    font-size: 24px !important;
  }
}

.money-quotation-main .quotation-treatment-plan .table-cp {
  float: left;
  width: 100%;
  background: #efefef;
}

.money-quotation-main .quotation-treatment-plan .table-cp table {
  background: #bcbdbf !important;
}

.money-quotation-main .quotation-treatment-plan .table-cp .bg-1 {
  background-color: #85868a;
  color: #FFF;
}

.money-quotation-main .quotation-treatment-plan .table-cp .white-text {
  color: #fff;
}

.money-quotation-main .quotation-treatment-plan .table-cp .white-text .fa-ellipsis-v {
  color: #fff;
}

.money-quotation-main .quotation-treatment-plan .table-cp .red-text {
  color: #e6240c;
}

.money-quotation-main .quotation-treatment-plan .table-cp .red-text .fa-ellipsis-v {
  color: #e6240c;
}

.money-quotation-main .quotation-treatment-plan .bg-1 {
  background-color: #85868a;
  clear: both;
}

.money-quotation-main .quotation-treatment-plan table tr th {
  color: #fff;
}

.money-quotation-main .quotation-treatment-plan table tr th:first-child,
.money-quotation-main .quotation-treatment-plan table tr td:first-child {
  width: 15%;
}

.money-quotation-main .quotation-treatment-plan table tr th:nth-child(2),
.money-quotation-main .quotation-treatment-plan table tr td:nth-child(2) {
  width: 17%;
}

.money-quotation-main .quotation-treatment-plan table tr th:nth-child(3),
.money-quotation-main .quotation-treatment-plan table tr td:nth-child(3) {
  width: 18%;
}

.money-quotation-main .quotation-treatment-plan table tr th:nth-child(4),
.money-quotation-main .quotation-treatment-plan table tr td:nth-child(4) {
  width: 18%;
}

.money-quotation-main .quotation-treatment-plan table tr th:nth-child(5),
.money-quotation-main .quotation-treatment-plan table tr td:nth-child(5) {
  width: 12%;
}

.money-quotation-main .quotation-treatment-plan table tr th:nth-child(6),
.money-quotation-main .quotation-treatment-plan table tr td:nth-child(6) {
  width: 12%;
}

.money-quotation-main .quotation-treatment-plan table tr th:nth-child(7),
.money-quotation-main .quotation-treatment-plan table tr td:nth-child(7) {
  width: 8%;
}

.money-quotation-main .table-quotation {
  margin-top: 0px;
  float: left;
  width: 100%;
}

.money-quotation-main .table-quotation .label-text {
  margin-top: 8px;
  margin-bottom: 8px;
  display: block;
}

.money-quotation-main .table-quotation table {
  margin-bottom: 0;
}

.money-quotation-main .table-quotation table tr th:last-child {
  width: 15% !important;
}

.money-quotation-main .table-quotation .table > thead > tr > th {
  padding-left: 0px !important;
  color: #6a6a6a !important;
  border-top: none;
}

.money-quotation-main .table-quotation .table > thead > tr > th:nth-child(1) {
  width: 5%;
}

.money-quotation-main .table-quotation .table > thead > tr > th:nth-child(2) {
  width: 8%;
}

.money-quotation-main .table-quotation .table > thead > tr > th:nth-child(3) {
  width: 17%;
}

.money-quotation-main .table-quotation .table > thead > tr > th:nth-child(4) {
  width: 17%;
}

.money-quotation-main .table-quotation .table > thead > tr > th:nth-child(5) {
  width: 8%;
}

.money-quotation-main .table-quotation .table > thead > tr > th:nth-child(6) {
  width: 10%;
}

.money-quotation-main .table-quotation .table > thead > tr > th:nth-child(7) {
  width: 10%;
}

.money-quotation-main .table-quotation .table > thead > tr > th:nth-child(8) {
  width: 10%;
}

.money-quotation-main .table-quotation .table > thead > tr > th:nth-child(9) {
  width: 8%;
}

.money-quotation-main .table-quotation .table > thead > tr > th:nth-child(10) {
  width: 7%;
}

.money-quotation-main .table-quotation .table > tbody > tr > td {
  padding-left: 0px !important;
}

.money-quotation-main .table-quotation .table > tbody .quotaion-line td:nth-child(1) {
  width: 5%;
}

.money-quotation-main .table-quotation .table > tbody .quotaion-line td:nth-child(2) {
  width: 13%;
  padding-right: 5px;
}

.money-quotation-main .table-quotation .table > tbody .quotaion-line td:nth-child(3) {
  width: 16%;
  padding-right: 5px;
}

.money-quotation-main .table-quotation .table > tbody .quotaion-line td:nth-child(4) {
  width: 16%;
  padding-right: 5px;
}

.money-quotation-main .table-quotation .table > tbody .quotaion-line td:nth-child(5) {
  width: 5%;
}

.money-quotation-main .table-quotation .table > tbody .quotaion-line td:nth-child(6) {
  width: 9%;
}

.money-quotation-main .table-quotation .table > tbody .quotaion-line td:nth-child(7) {
  width: 10%;
}

.money-quotation-main .table-quotation .table > tbody .quotaion-line td:nth-child(8) {
  width: 10%;
}

.money-quotation-main .table-quotation .table > tbody .quotaion-line td:nth-child(9) {
  width: 8%;
}

.money-quotation-main .table-quotation .table > tbody .quotaion-line td:nth-child(10) {
  width: 8%;
}

.money-quotation-main .table-quotation .table > tbody .quotaion-line .v-chip.v-size--default {
  height: 24px !important;
}

.money-quotation-main .table-quotation #quotation_row .red-text {
  color: #e6240c;
}

.money-quotation-main .table-quotation #quotation_row .red-text input {
  color: #e6240c;
}

.money-quotation-main .table-quotation #quotation_row .red-text .v-chip--select {
  color: #e6240c;
}

.money-quotation-main .table-quotation #quotation_row .q-line-app {
  width: 100%;
  float: left;
}

.money-quotation-main .table-quotation #quotation_row .q-line-app td:nth-child(1) {
  width: 5%;
  float: left;
}

.money-quotation-main .table-quotation #quotation_row .q-line-app td:nth-child(2) {
  width: 94.3%;
  float: left;
}

.money-quotation-main .table-quotation #quotation_row .q-line-app .label-text p {
  display: unset;
}

.money-quotation-main .table-quotation #quotation_row .quotaion-line .v-chip.v-size--default {
  height: 22px !important;
}

.money-quotation-main .table-quotation #quotation_row .quotaion-line .v-chip.v-size--default input {
  padding: 0;
}

.money-quotation-main .table-quotation #quotation_row .quotaion-line .edit-quo-btn {
  height: 30px !important;
  width: 30px !important;
  min-width: 30px !important;
  padding: 0 !important;
  margin: 10px 0 !important;
}

.money-quotation-main .table-quotation #quotation_row .q-line-note {
  width: 100%;
  float: left;
}

.money-quotation-main .table-quotation #quotation_row .q-line-note td:nth-child(1) {
  width: 5%;
  float: left;
}

.money-quotation-main .table-quotation #quotation_row .q-line-note td:nth-child(2) {
  width: 88%;
  float: left;
}

.money-quotation-main .table-quotation #quotation_row .q-line-note td:nth-child(3) {
  width: 7%;
  float: left;
}

.quotation-view-consent .v-card__actions {
  padding: 0;
}

.quotation-view-consent .v-card__text {
  height: 50vh;
}

.group-package-modal .gp-package-bundle-block .header {
  font-size: 18px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .group-package-modal .gp-package-bundle-block .header {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .group-package-modal .gp-package-bundle-block .header {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .group-package-modal .gp-package-bundle-block .header {
    font-size: 24px !important;
  }
}

.group-package-modal .gp-package-bundle-block .data-block {
  height: 15vh;
  float: left;
  width: 100%;
  background: #eef3f4;
}

.group-package-modal .gp-package-bundle-block .data-block span {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.group-package-modal .gp-package-bundle-block .data-block .highlight {
  color: #000000 !important;
}

.group-package-modal .gp-treatments-block {
  float: left;
  width: 100%;
}

.group-package-modal .gp-treatments-block .header {
  font-size: 18px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .group-package-modal .gp-treatments-block .header {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .group-package-modal .gp-treatments-block .header {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .group-package-modal .gp-treatments-block .header {
    font-size: 24px !important;
  }
}

.group-package-modal .gp-treatments-block .header div:nth-child(1) {
  width: 60%;
  float: left;
}

.group-package-modal .gp-treatments-block .header div:nth-child(2) {
  width: 20%;
  float: left;
  text-align: center;
}

.group-package-modal .gp-treatments-block .header div:nth-child(3) {
  width: 20%;
  float: left;
  text-align: center;
}

.group-package-modal .gp-treatments-block .data-block {
  height: 15vh;
  float: left;
  width: 100%;
  padding: 10px;
  background: #eef3f4;
}

.group-package-modal .gp-treatments-block .data-block table {
  width: 100%;
  float: left;
  margin-bottom: 0;
}

.group-package-modal .gp-treatments-block .data-block table tr td:nth-child(1) {
  width: 60%;
}

.group-package-modal .gp-treatments-block .data-block table tr td:nth-child(2) {
  width: 20%;
  text-align: center;
}

.group-package-modal .gp-treatments-block .data-block table tr td:nth-child(3) {
  width: 20%;
  text-align: center;
}

.group-package-modal .gp-treatments-block .data-block .table > tbody > tr > td {
  border: none !important;
  padding: 0 !important;
}

.group-package-modal .gp-treatments-block .data-block .table > tbody > tr > th {
  border: none !important;
  padding: 0 !important;
}

.group-package-modal .gp-treatments-block .data-block .table > tfoot > tr > td {
  border: none !important;
  padding: 0 !important;
}

.group-package-modal .gp-treatments-block .data-block .table > tfoot > tr > th {
  border: none !important;
  padding: 0 !important;
}

.group-package-modal .gp-treatments-block .data-block .table > thead > tr > td {
  border: none !important;
  padding: 0 !important;
}

.group-package-modal .gp-treatments-block .data-block .table > thead > tr > th {
  border: none !important;
  padding: 0 !important;
}

.group-package-modal .gp-payment-detail-block .header {
  font-size: 18px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .group-package-modal .gp-payment-detail-block .header {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .group-package-modal .gp-payment-detail-block .header {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .group-package-modal .gp-payment-detail-block .header {
    font-size: 24px !important;
  }
}

.group-package-modal .gp-payment-detail-block .field-block {
  width: 100%;
  float: left;
}

.group-package-modal .gp-payment-detail-block .field-block span {
  display: inline-block;
  margin-bottom: 10px;
}

.group-package-modal .gp-payment-detail-block .field-block .lab {
  font-weight: 600;
  color: #6a6a6a;
  font-size: 16px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .group-package-modal .gp-payment-detail-block .field-block .lab {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .group-package-modal .gp-payment-detail-block .field-block .lab {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .group-package-modal .gp-payment-detail-block .field-block .lab {
    font-size: 22px !important;
  }
}

.group-package-modal .v-list {
  background-color: transparent !important;
}

.group-package-modal .v-list--dense .v-list-item,
.group-package-modal .v-list-item--dense {
  min-height: 25px;
}

.money-paymentplans-main .txt-orange {
  color: orange;
  font-size: 12px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-paymentplans-main .txt-orange {
    font-size: 14px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-paymentplans-main .txt-orange {
    font-size: 16px !important;
  }
}

@media (min-width: 3840px) {
  .money-paymentplans-main .txt-orange {
    font-size: 18px !important;
  }
}

.money-paymentplans-main .payment-plan-right-table .table thead th {
  border-top: none;
}

.money-paymentplans-main .payment-plan-right-table .table tbody td {
  border-top: none;
}

.money-paymentplans-main .id-btn-block .btn-grey {
  display: block;
}

.money-paymentplans-main .payment-plan-top-table table tr th {
  color: #fff;
}

.money-paymentplans-main .payment-plan-top-table table tr th:nth-child(2) {
  cursor: pointer;
}

.money-paymentplans-main .payment-plan-top-table table tr th:first-child,
.money-paymentplans-main .payment-plan-top-table table tr td:first-child {
  width: 10%;
}

.money-paymentplans-main .payment-plan-top-table table tr th:nth-child(2),
.money-paymentplans-main .payment-plan-top-table table tr td:nth-child(2) {
  width: 10%;
}

.money-paymentplans-main .payment-plan-top-table table tr th:nth-child(3),
.money-paymentplans-main .payment-plan-top-table table tr td:nth-child(3) {
  width: 15%;
}

.money-paymentplans-main .payment-plan-top-table table tr th:nth-child(4),
.money-paymentplans-main .payment-plan-top-table table tr td:nth-child(4) {
  width: 20%;
}

.money-paymentplans-main .payment-plan-top-table table tr th:nth-child(5),
.money-paymentplans-main .payment-plan-top-table table tr td:nth-child(5) {
  width: 10%;
}

.money-paymentplans-main .payment-plan-top-table table tr th:nth-child(6),
.money-paymentplans-main .payment-plan-top-table table tr td:nth-child(6) {
  width: 15%;
}

.money-paymentplans-main .payment-plan-top-table table tr th:nth-child(7),
.money-paymentplans-main .payment-plan-top-table table tr td:nth-child(7) {
  width: 18%;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .money-paymentplans-main .payment-plan-top-table table tr th:first-child,
  .money-paymentplans-main .payment-plan-top-table table tr td:first-child {
    width: 14%;
  }

  .money-paymentplans-main .payment-plan-top-table table tr th:nth-child(4),
  .money-paymentplans-main .payment-plan-top-table table tr td:nth-child(4) {
    width: 15%;
  }

  .money-paymentplans-main .payment-plan-top-table table tr th:nth-child(7),
  .money-paymentplans-main .payment-plan-top-table table tr td:nth-child(7) {
    width: 22%;
  }
}

.money-paymentplans-main .payment-plan-top-table table tr td .w3-badge {
  height: 15px;
  width: 15px;
}

.money-paymentplans-main .payment-plan-top-table table tr td .va-inherit {
  vertical-align: inherit;
}

.money-paymentplans-main .pp-allocation-logic .v-text-field.v-text-field--solo .v-input__control {
  min-height: auto;
}

.money-paymentplans-main .pp-allocation-logic .theme--light.v-text-field--solo > .v-input__control > .v-input__slot {
  margin-bottom: 0;
}

.money-paymentplans-main .pp-allocation-logic .v-text-field__details {
  margin-bottom: 0 !important;
}

.money-paymentplans-main .title-b,
.money-paymentplans-main .title-n {
  font-size: 18px;
  color: #000000;
  display: inline-block;
  margin-right: 10px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-paymentplans-main .title-b,
  .money-paymentplans-main .title-n {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-paymentplans-main .title-b,
  .money-paymentplans-main .title-n {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .money-paymentplans-main .title-b,
  .money-paymentplans-main .title-n {
    font-size: 24px !important;
  }
}

.money-paymentplans-main .title-b {
  font-weight: 600;
  margin-top: 20px !important;
  margin-bottom: 12px;
}

.money-paymentplans-main .label-txt {
  margin: 8px 0;
}

.money-paymentplans-main .payment-plan-block .v-text-field {
  padding-top: 0px;
}

.money-paymentplans-main .due-now-table tr td,
.money-paymentplans-main .due-now-table tr th {
  border: none;
  padding: 3px 0 !important;
}

.money-paymentplans-main .payment-history-block .heading-bar {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  float: left;
  width: 100%;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-paymentplans-main .payment-history-block .heading-bar {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-paymentplans-main .payment-history-block .heading-bar {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .money-paymentplans-main .payment-history-block .heading-bar {
    font-size: 24px !important;
  }
}

.money-paymentplans-main .payment-history-block .heading-bar .amount {
  float: left;
  width: 15%;
}

.money-paymentplans-main .payment-history-block .heading-bar .select {
  float: left;
  width: 15%;
}

.money-paymentplans-main .payment-history-block .heading-bar .scheduled-date {
  float: left;
  width: 25%;
}

.money-paymentplans-main .payment-history-block .heading-bar .payment-status {
  float: left;
  width: 30%;
}

.money-paymentplans-main .payment-history-block .heading-bar .past-due {
  float: left;
  width: 15%;
}

.money-paymentplans-main .payment-history-block .heading-bar .link-block {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 5px;
}

.money-paymentplans-main .payment-history-block .heading-bar .link-block a {
  display: inline-block;
  font-size: 12px;
  margin: 0 5px;
  color: #7a7a7a;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .money-paymentplans-main .payment-history-block .heading-bar .link-block a {
    font-size: 14px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .money-paymentplans-main .payment-history-block .heading-bar .link-block a {
    font-size: 16px !important;
  }
}

@media (min-width: 3840px) {
  .money-paymentplans-main .payment-history-block .heading-bar .link-block a {
    font-size: 18px !important;
  }
}

.money-paymentplans-main .payment-history-block .heading-bar .link-block a:first-child {
  margin-left: 0 !important;
}

.money-paymentplans-main .payment-history-block .heading-bar .link-block a.active {
  color: #000;
  font-weight: bold;
}

.money-paymentplans-main .payment-history-block .data-block {
  height: 14vh;
  float: left;
  width: 100%;
}

.money-paymentplans-main .payment-history-block .data-block table {
  margin-bottom: 0 !important;
}

.money-paymentplans-main .payment-history-block .data-block table tr td:nth-child(1) {
  width: 15%;
  padding-left: 15px !important;
}

.money-paymentplans-main .payment-history-block .data-block table tr td:nth-child(2) {
  width: 15%;
}

.money-paymentplans-main .payment-history-block .data-block table tr td:nth-child(3) {
  width: 25%;
}

.money-paymentplans-main .payment-history-block .data-block table tr td:nth-child(4) {
  width: 30%;
}

.money-paymentplans-main .payment-history-block .data-block table tr td:nth-child(5) {
  width: 15%;
}

.money-paymentplans-main .payment-history-block .data-block .table > tbody > tr > td {
  padding: 9px 9px !important;
  border: none;
}

.money-paymentplans-main .payment-history-block .data-block .table > tbody > tr > th {
  padding: 3px 0 !important;
  border: none;
}

.money-paymentplans-main .payment-history-block .data-block .table > tfoot > tr > td {
  padding: 3px 0 !important;
  border: none;
}

.money-paymentplans-main .payment-history-block .data-block .table > tfoot > tr > th {
  padding: 3px 0 !important;
  border: none;
}

.money-paymentplans-main .payment-history-block .data-block .table > thead > tr > td {
  padding: 3px 0 !important;
  border: none;
}

.money-paymentplans-main .payment-history-block .data-block .table > thead > tr > th {
  padding: 3px 0 !important;
  border: none;
}

.select-invoice-modal .select-invoice-table-div {
  background: #efefef;
  padding: 10px;
  margin-bottom: 10px;
}

.select-invoice-modal .select-invoice-table-div tr th,
.select-invoice-modal .select-invoice-table-div tr td {
  border-top: none;
}

.select-invoice-modal .select-invoice-table-div .w3-badge {
  height: 12px;
  width: 12px;
  margin-right: 5px;
}

.deletepaymentplan .v-btn {
  border-color: transparent !important;
}

@media (min-width: 1600px) {
  .deletepaymentplan {
    width: 800px !important;
  }
}

.add-to-paymentplan .select-invoice-table-div .w3-badge {
  height: 12px;
  width: 12px;
  margin-right: 5px;
}

.paymentplan-variation-modal .paymentplan-variation-title {
  padding: 15px;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.paymentplan-variation-modal .paymentplan-variation-title .secondary-title {
  color: #cba750;
}

.paymentplan-variation-modal .pp-variation-table tr td {
  font-size: 20px;
  border: none;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .paymentplan-variation-modal .pp-variation-table tr td {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .paymentplan-variation-modal .pp-variation-table tr td {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .paymentplan-variation-modal .pp-variation-table tr td {
    font-size: 26px !important;
  }
}

.paymentplan-variation-modal .existing-plan-text .v-input__slot {
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none !important;
}

.paymentplan-variation-modal .signature {
  border: 1px solid #000;
}

.paymentplan-variation-modal .term-condtn-icon {
  position: relative;
  left: 12px;
  color: #51c1ed !important;
}

.paymentplan-variation-modal .btn i.v-icon {
  color: #51c1ed !important;
}

.payment-agreement-modal .v-card__text.payment-agreement-box {
  padding: 25px 45px !important;
}

.payment-agreement-modal .id-block .id-label {
  display: block;
  width: 25%;
  float: left;
  padding: 5px 0px;
}

.payment-agreement-modal .id-block .v-input__slot {
  border-radius: unset;
}

.payment-agreement-modal .id-block .v-text-field.v-text-field--enclosed .v-text-field__details {
  margin-bottom: 0 !important;
}

.payment-agreement-modal .v-text-field.v-text-field--solo .v-input__control {
  min-height: 32px;
}

.payment-agreement-modal .v-text-field > .v-input__control > .v-input__slot {
  margin: 0;
}

.payment-agreement-modal .table tr td,
.payment-agreement-modal .table tr th {
  border: none;
}

.payment-agreement-modal .interest-charges-div {
  border: 2px solid #929292;
  padding: 10px;
}

.preference-loyalty-rewards .w70 {
  width: 70px;
}

.preference-loyalty-rewards .w80 {
  width: 80px;
}

.preference-loyalty-rewards .loyalty-reward-table {
  width: 100%;
}

.preference-loyalty-rewards .loyalty-reward-table > tr > td {
  padding: 8px 15px;
  vertical-align: initial;
}

.preference-loyalty-rewards .loyalty-reward-table .loyalty-reward-inner-table {
  width: 100%;
}

.preference-loyalty-rewards .loyalty-reward-table .loyalty-reward-inner-table > tr > td {
  padding: 15px 0px;
  vertical-align: initial;
}

.preference-loyalty-rewards .loyalty-reward-table .loyalty-reward-inner-table > tr > td:first-child {
  width: 20%;
}

.preference-loyalty-rewards .loyalty-reward-table .loyalty-reward-inner-table > tr > td:nth-child(2) {
  width: 60%;
}

.preference-loyalty-rewards .loyalty-reward-table .loyalty-reward-inner-table > tr > td:nth-child(3) {
  width: 20%;
}

.preference-loyalty-rewards .loyalty-reward-table .v-text-field {
  padding: 0 5px;
}

.preference-loyalty-rewards .loyalty-reward-table .v-input__control {
  min-height: 30px !important;
}

.preference-loyalty-rewards .loyalty-reward-table .v-input__slot {
  margin: 0;
  padding: 0 10px !important;
}

.preference-loyalty-rewards .loyalty-reward-table .v-text-field__details {
  height: 0;
}

.view-legend .viewlegend-header {
  background-color: #efefef !important;
}

.view-legend .v-banner__wrapper {
  border-bottom: none !important;
  padding: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.view-legend .v-banner__text {
  font-size: 19px !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .view-legend .v-banner__text {
    font-size: 21px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .view-legend .v-banner__text {
    font-size: 23px !important;
  }
}

@media (min-width: 3840px) {
  .view-legend .v-banner__text {
    font-size: 25px !important;
  }
}

.view-legend .viewlegend-text {
  color: #6b6969;
  font-size: 16px;
}

@media (min-width: 1920px) {
  .view-legend .viewlegend-text {
    font-size: inherit !important;
  }
}

#permission_form tr th:first-child,
#permission_form tr td:first-child {
  width: 55%;
}

#permission_form tr th:nth-child(2),
#permission_form tr td:nth-child(2) {
  width: 15%;
}

#permission_form tr th:nth-child(3),
#permission_form tr td:nth-child(3) {
  width: 15%;
}

#permission_form tr th:nth-child(4),
#permission_form tr td:nth-child(4) {
  width: 15%;
}

.product-services-main {
  /*.clinical-perameters {
      ul {
          li{
              font-size: 16px;
              margin-bottom: 10px;
              a { margin-top: 0px !important; }
          }
      }
      a {
          float: left;
          margin-right: 15px;
          margin-top: 10px;
      }
  }*/
}

.product-services-main .search-treatment-text .v-text-field__details {
  min-height: 0;
  margin: 0;
}

.product-services-main .product-services-tabs .v-tab {
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .product-services-tabs .v-tab {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .product-services-tabs .v-tab {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .product-services-tabs .v-tab {
    font-size: 22px !important;
  }
}

.product-services-main .product-services-card .treatment-height {
  height: 65vh;
}

@media (min-width: 1920px) {
  .product-services-main .product-services-card .treatment-height {
    height: 80vh;
  }
}

.product-services-main .product-services-card .treatment-card {
  padding: 0;
  line-height: 1.8;
  color: #8a8a8a;
  width: 100%;
}

.product-services-main .product-services-card .treatment-card strong {
  color: #272727;
}

.product-services-main .product-services-card .treatment-card .span {
  padding-top: 10px;
  color: #6a6a6a;
  font-size: 20px;
  font-size: 16px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .product-services-card .treatment-card .span {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .product-services-card .treatment-card .span {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .product-services-card .treatment-card .span {
    font-size: 22px !important;
  }
}

.product-services-main .product-services-card .treatment-card .btn {
  margin-bottom: 0px !important;
  height: 28px;
  position: unset;
}

.product-services-main .product-services-card .treatment-card .header-block {
  background: #a9aaaa !important;
  float: left !important;
  width: 100% !important;
  padding: 10px 15px;
  color: #ffffff !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

.product-services-main .product-services-card .treatment-card .header-block .span1 {
  color: #ffffff !important;
  font-weight: normal !important;
  font-size: 16px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .product-services-card .treatment-card .header-block .span1 {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .product-services-card .treatment-card .header-block .span1 {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .product-services-card .treatment-card .header-block .span1 {
    font-size: 22px !important;
  }
}

.product-services-main .product-services-card .treatment-card .header-block .span2 {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600 !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .product-services-card .treatment-card .header-block .span2 {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .product-services-card .treatment-card .header-block .span2 {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .product-services-card .treatment-card .header-block .span2 {
    font-size: 22px !important;
  }
}

.product-services-main .product-services-card .treatment-card .light {
  color: #6a6a6a;
}

.product-services-main .product-services-card .treatment-card .bold {
  font-weight: 600;
}

.product-services-main .product-services-card .treatment-card .btn-grey {
  font-size: 14px !important;
  padding: 5px 7px !important;
  margin-top: 0px !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .product-services-card .treatment-card .btn-grey {
    font-size: 16px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .product-services-card .treatment-card .btn-grey {
    font-size: 18px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .product-services-card .treatment-card .btn-grey {
    font-size: 20px !important;
  }
}

.product-services-main .product-services-card .treatment-card .btn-pink {
  font-size: 14px !important;
  padding: 5px 7px !important;
  margin-top: 0px !important;
  cursor: pointer;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .product-services-card .treatment-card .btn-pink {
    font-size: 16px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .product-services-card .treatment-card .btn-pink {
    font-size: 18px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .product-services-card .treatment-card .btn-pink {
    font-size: 20px !important;
  }
}

.product-services-main .product-services-card .treatment-card .header-block1 .span2 {
  color: #000;
}

.product-services-main .product-services-card .treatment-card .description-treatment {
  color: #272727 !important;
  line-height: normal;
}

.product-services-main .product-services-card .treatment-name {
  font-size: 22px;
  color: #222;
  font-weight: 600;
  line-height: normal;
  font-size: 20px;
}

.product-services-main .product-services-card .treatment-name input[type=text] {
  font-size: 24px;
  padding-left: 0px;
}

.product-services-main .product-services-card .treatment-name input[type=text]::-webkit-input-placeholder {
  font-size: 24px;
  line-height: normal;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .product-services-card .treatment-name input[type=text]::-webkit-input-placeholder {
    font-size: 26px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .product-services-card .treatment-name input[type=text]::-webkit-input-placeholder {
    font-size: 28px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .product-services-card .treatment-name input[type=text]::-webkit-input-placeholder {
    font-size: 30px !important;
  }
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .product-services-card .treatment-name input[type=text] {
    font-size: 26px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .product-services-card .treatment-name input[type=text] {
    font-size: 28px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .product-services-card .treatment-name input[type=text] {
    font-size: 30px !important;
  }
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .product-services-card .treatment-name {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .product-services-card .treatment-name {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .product-services-card .treatment-name {
    font-size: 26px !important;
  }
}

.product-services-main .product-services-card .light {
  color: #6a6a6a !important;
}

.product-services-main .product-services-card .calc-block {
  text-align: right;
}

.product-services-main .product-services-card .calc-block span {
  display: inline-block;
  color: #272727;
  padding-top: 0px !important;
  font-size: 20px;
  line-height: 25px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .product-services-card .calc-block span {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .product-services-card .calc-block span {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .product-services-card .calc-block span {
    font-size: 26px !important;
  }
}

.product-services-main .product-services-card .calc-block span {
  font-size: 16px;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .product-services-card .calc-block span {
    font-size: 18px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .product-services-card .calc-block span {
    font-size: 20px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .product-services-card .calc-block span {
    font-size: 22px !important;
  }
}

.product-services-main .product-services-card .calc-block .bold {
  font-weight: 600;
}

.product-services-main .product-services-card .treatment-category {
  line-height: 1.8;
  color: #8a8a8a;
}

.product-services-main .product-services-card hr {
  margin-bottom: 15px;
}

.product-services-main .product-services-filter-block {
  position: absolute;
  right: auto !important;
  line-height: normal;
  background: white;
  padding: 15px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border: 0;
  z-index: 1;
}

.product-services-main .product-services-filter-block .btm-links {
  text-align: right;
  margin-top: 20px;
  width: 100%;
}

.product-services-main .product-services-filter-block .btm-links a {
  margin-right: 20px !important;
  font-size: 18px !important;
  color: #222;
  margin-bottom: 20px !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .product-services-filter-block .btm-links a {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .product-services-filter-block .btm-links a {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .product-services-filter-block .btm-links a {
    font-size: 24px !important;
  }
}

.product-services-main .product-services-filter-block .dropdown-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9999;
  line-height: normal;
}

.product-services-main .product-services-filter-block .dropdown-close img {
  max-width: 20px;
}

.product-services-main .new-treatment-filter .btn-grey {
  border: none;
  position: relative;
  margin: 10px 1px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  background: #d6d5d5 !important;
  text-align: left !important;
  padding-left: 15px !important;
  color: #000000 !important;
  text-transform: uppercase !important;
  padding: 8px 10px !important;
  border-radius: 8px !important;
  line-height: 1.42857143;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .new-treatment-filter .btn-grey {
    font-size: 16px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .new-treatment-filter .btn-grey {
    font-size: 18px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .new-treatment-filter .btn-grey {
    font-size: 20px !important;
  }
}

.product-services-main .new-treatment-filter .btn-grey .btn-num {
  background: #000000 !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  display: inline-block;
  position: absolute;
  right: 15px;
  color: #fff !important;
  top: -5px;
  font-size: 18px;
  font-weight: 600;
  text-align: center !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .new-treatment-filter .btn-grey .btn-num {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .new-treatment-filter .btn-grey .btn-num {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .new-treatment-filter .btn-grey .btn-num {
    font-size: 24px !important;
  }
}

.product-services-main .new-treatment-filter .click-to1 {
  margin-top: 0px;
  float: left;
  font-style: italic;
}

.product-services-main .published-price {
  font-weight: 600;
  font-size: 20px !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .published-price {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .published-price {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .published-price {
    font-size: 26px !important;
  }
}

.product-services-main .product-inventory-search .content-block ul {
  padding-left: 0px;
  margin-top: 0px;
}

.product-services-main .product-inventory-search .content-block ul li {
  padding: 5px;
}

.product-services-main .product-inventory-search .content-block ul li a {
  color: #222;
}

.product-services-main .btn-swipe {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff !important;
  border-radius: 50%;
  background: #929292;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
  position: relative;
}

.product-services-main .clinical-perameters {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.product-services-main .clinical-perameters img {
  width: 24px;
}

.product-services-main .clinical-perameters a {
  float: left;
  margin-right: 15px;
  margin-top: 10px;
}

.product-services-main .clinical-perameters ul {
  padding-left: 0px;
  margin-top: 30px;
}

.product-services-main .clinical-perameters ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

@media (min-width: 1920px) {
  .product-services-main .clinical-perameters ul li {
    font-size: inherit !important;
  }
}

.product-services-main .clinical-perameters ul li a {
  margin-top: 0px !important;
}

.product-services-main .clinical-perameters ul li a img {
  max-width: 20px;
}

.product-services-main .clinical-perameters .clinical-para-view-btn {
  position: relative;
  left: -60px;
  top: 0;
}

.product-services-main .add-package .fab-minus-icon {
  border-radius: 100% !important;
  background: #cba750 !important;
  color: #fff !important;
  right: -60px !important;
  top: 0px !important;
  position: absolute;
}

.product-services-main .add-package .fab-minus-icon .v-icon {
  font-size: 18px !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .add-package .fab-minus-icon .v-icon {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .add-package .fab-minus-icon .v-icon {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .add-package .fab-minus-icon .v-icon {
    font-size: 24px !important;
  }
}

.product-services-main .add-package .bg-grey {
  background: #efefef;
}

.product-services-main .add-package .line1 {
  margin: 0;
  border-top: 2px solid #7f7f7f;
}

.product-services-main .add-package .total-price-div .span1 {
  padding: 10px;
  display: block;
}

.product-services-main .add-package .total-price-div .span1 .dollar-symbol {
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .add-package .total-price-div .span1 .dollar-symbol {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .add-package .total-price-div .span1 .dollar-symbol {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .add-package .total-price-div .span1 .dollar-symbol {
    font-size: 26px !important;
  }
}

.product-services-main .add-package .total-price-div .span1 .color-red {
  color: #fe2600;
}

.product-services-main .add-package .offer-price {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  margin-left: 20px;
  display: block;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .add-package .offer-price {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .add-package .offer-price {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .add-package .offer-price {
    font-size: 26px !important;
  }
}

.product-services-main .add-package .map-table .table > tbody > tr > td {
  border-bottom: 2px solid #7f7f7f;
  border-bottom: 0;
}

.product-services-main .add-package .map-table .table > tbody > tr > td:first-child {
  width: 20%;
}

.product-services-main .add-package .map-table .table:before {
  content: "Month";
  position: absolute;
  top: -20px;
  left: 20%;
  margin-left: 10px;
}

.product-services-main .add-package .map-table td.h-1 {
  text-align: left;
  background: #FFF !important;
}

.product-services-main .add-package .map-table td {
  text-align: center;
}

.product-services-main .add-package .map-table td:nth-child(2n) {
  text-align: center;
}

.product-services-main .add-package .map-table td:nth-child(even) {
  background: #eff3f4;
}

.product-services-main .add-package .map-table td:nth-child(odd) {
  background: #e1e1e1;
}

.product-services-main .add-package .map-table .fa-circle {
  color: #000000;
}

.product-services-main .add-package .map-table .table > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 2px solid #000000;
}

.product-services-main .add-package .map-table .table > tbody > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 2px solid #000000;
  border-bottom: 0;
}

.product-services-main .add-package .map-table .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 2px solid #000000;
  border-bottom: 0;
}

.product-services-main .add-package .map-table .table > tfoot > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 2px solid #000000;
  border-bottom: 0;
}

.product-services-main .add-package .map-table .table > thead > tr:first-child td {
  border-top: none;
}

.product-services-main .add-package .map-table .table > thead > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 2px solid #000000;
  border-bottom: 0;
}

.product-services-main .big-label .v-label {
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .big-label .v-label {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .big-label .v-label {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .big-label .v-label {
    font-size: 26px !important;
  }
}

.product-services-main .treatment-grey-div .v-text-field.v-text-field--solo .v-input__control {
  min-height: 32px;
}

.product-services-main .treatment-grey-div .v-text-field.v-text-field--enclosed .v-text-field__details {
  min-height: 0;
}

.product-services-main .treatment-detail-card header.v-sheet.v-sheet--tile.theme--light.v-toolbar {
  height: unset !important;
}

.product-services-main .treatment-detail-card .normal-card .v-toolbar__content {
  height: unset !important;
}

.product-services-main .treatment-detail-card .v-toolbar__content {
  height: unset !important;
}

.product-services-main .treatment-detail-card .copy-btn {
  position: relative !important;
  top: 3px;
}

.product-services-main .product-detail-card .product-height {
  height: 65vh;
}

@media (min-width: 1920px) {
  .product-services-main .product-detail-card .product-height {
    height: 80vh;
  }
}

.product-services-main .product-detail-card .product-detail-card-title .v-text-field__details {
  min-height: 0;
}

.product-services-main .product-detail-card .expiry-block #datepicker .v-input {
  display: inline-block;
}

.product-services-main .product-detail-card .product-tab-table tbody > tr:nth-of-type(odd) {
  background-color: #fff !important;
}

.product-services-main .product-detail-card .product-tab-table tbody > tr.active {
  background-color: #f5f5f5 !important;
}

.product-services-main .product-detail-card header.v-sheet.v-sheet--tile.theme--light.v-toolbar {
  height: unset !important;
}

.product-services-main .product-detail-card header.v-sheet.v-sheet--tile.theme--light.v-toolbar .v-toolbar__content {
  height: unset !important;
  padding: 0px;
}

.product-services-main .product-detail-card .myproduct-table .table thead tr th {
  border-top: none;
}

.product-services-main .product-detail-card .myproduct-table .table tr td {
  border-top: 1px solid #ddd;
}

.product-services-main .product-detail-card .myproduct-table .table tr td:first-child,
.product-services-main .product-detail-card .myproduct-table .table tr th:first-child {
  width: 10%;
}

.product-services-main .product-detail-card .myproduct-table .table tr td:nth-child(2),
.product-services-main .product-detail-card .myproduct-table .table tr th:nth-child(2) {
  width: 15%;
}

.product-services-main .product-detail-card .myproduct-table .table tr td:nth-child(3),
.product-services-main .product-detail-card .myproduct-table .table tr th:nth-child(3) {
  width: 10%;
}

.product-services-main .product-detail-card .myproduct-table .table tr td:nth-child(4),
.product-services-main .product-detail-card .myproduct-table .table tr th:nth-child(4) {
  width: 10%;
}

.product-services-main .product-detail-card .myproduct-table .table tr td:nth-child(5),
.product-services-main .product-detail-card .myproduct-table .table tr th:nth-child(5) {
  width: 10%;
}

.product-services-main .product-detail-card .myproduct-table .table tr td:nth-child(6),
.product-services-main .product-detail-card .myproduct-table .table tr th:nth-child(6) {
  width: 10%;
}

.product-services-main .product-detail-card .myproduct-table .table tr td:nth-child(7),
.product-services-main .product-detail-card .myproduct-table .table tr th:nth-child(7) {
  width: 10%;
  text-align: center;
}

.product-services-main .product-detail-card .myproduct-table .table tr td:nth-child(8),
.product-services-main .product-detail-card .myproduct-table .table tr th:nth-child(8) {
  width: 10%;
  text-align: center;
}

.product-services-main .product-detail-card .myproduct-table .table tr td:nth-child(9),
.product-services-main .product-detail-card .myproduct-table .table tr th:nth-child(9) {
  width: 15%;
  text-align: center;
}

.product-services-main .product-detail-card .myproduct-table .table tr td:nth-child(9) a.icon-danger,
.product-services-main .product-detail-card .myproduct-table .table tr th:nth-child(9) a.icon-danger {
  margin: 0 5px !important;
}

.product-services-main .treatment-form .tinymce {
  height: unset;
}

.product-services-main .treatment-form .unit-special-section .v-input {
  max-width: 94%;
}

.product-services-main .checkbox-center .v-input__control {
  margin: 3px 50px;
}

@media (max-width: 425px) and (min-width: 320px) {
  .product-services-main .checkbox-center .v-input__control {
    margin: 3px 0px;
  }
}

.product-services-main .package-form .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed .v-select__selections {
  min-height: 56px;
}

.product-services-main .package-form .v-text-field .v-label {
  overflow: unset;
}

.product-services-main .treatment-track table thead tr td {
  text-align: center;
}

.product-services-main .treatment-track table thead tr td:nth-of-type(odd) {
  background-color: #e1e1e1;
}

.product-services-main .treatment-track table thead tr td:nth-of-type(even) {
  background-color: #eff3f4;
}

.product-services-main .treatment-track table thead tr td:nth-of-type(1) {
  background-color: #ffffff;
  text-align: left;
}

.product-services-main .treatment-track table tbody tr td {
  text-align: center;
}

.product-services-main .treatment-track table tbody tr td:nth-of-type(odd) {
  background-color: #e1e1e1;
}

.product-services-main .treatment-track table tbody tr td:nth-of-type(even) {
  background-color: #eff3f4;
}

.product-services-main .treatment-track table tbody tr td:nth-of-type(1) {
  background-color: #ffffff;
  text-align: left;
}

.product-services-main .trtmnt-brdr {
  background-color: #7f7f7f;
  border: 1.1px solid #7f7f7f;
}

.product-services-main .list-prc .theme--light.v-text-field > .v-input__control > .v-input__slot:before {
  border-color: transparent;
}

.product-services-main .list-prc .v-input__slot {
  top: -9px;
}

.product-services-main .list-prc .theme--light.v-text-field:not(.v-input--has-state) > .v-input__control > .v-input__slot:hover:before {
  border-color: transparent;
}

.product-services-main .list-prc .v-text-field > .v-input__control > .v-input__slot:after {
  border-color: transparent;
}

.product-services-main .ad-upload {
  float: right;
  padding-top: 5px;
  margin: 0px 12px;
}

.product-services-main .ad-upload .v-input__prepend-outer {
  display: none;
}

.product-services-main .ad-upload .v-input__slot:before {
  content: unset !important;
}

.product-services-main .ad-upload .v-input__slot:after {
  content: unset !important;
}

.product-services-main .ad-upload .v-file-input__text {
  background-color: #cba750;
  padding: 0px 20px;
  border-radius: 8px;
  font-size: 14px;
  color: #fff !important;
  cursor: pointer;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .product-services-main .ad-upload .v-file-input__text {
    font-size: 16px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .product-services-main .ad-upload .v-file-input__text {
    font-size: 18px !important;
  }
}

@media (min-width: 3840px) {
  .product-services-main .ad-upload .v-file-input__text {
    font-size: 20px !important;
  }
}

.product-services-main .ad-upload .v-input input {
  max-height: 29px !important;
}

.product-services-main .ad-upload input {
  max-height: 29px;
}

.product-services-main .clinical-para-upload {
  position: relative;
  left: -69px;
  width: 30%;
  float: left;
  height: 45px;
}

.product-services-main .clinical-para-upload .v-input__control {
  height: 40px;
}

.product-services-main .clinical-para-upload .v-text-field__slot {
  height: 40px;
}

.product-services-main .clinical-para-upload .v-input__slot {
  position: relative;
  top: -4px;
  cursor: pointer !important;
  display: block;
}

.product-services-main .clinical-para-upload .v-input__slot:before {
  content: unset !important;
}

.product-services-main .clinical-para-upload .v-input__slot:after {
  content: unset !important;
}

.product-services-main .clinical-para-upload .v-input__slot .v-text-field__slot {
  width: 100%;
}

.product-services-main .clinical-para-upload .v-input__slot .v-input__append-inner {
  width: 0%;
}

.product-services-main .clinical-para-upload .v-file-input__text,
.product-services-main .clinical-para-upload .v-icon.v-icon.v-icon--link {
  color: transparent !important;
}

.product-services-main .clinical-para-upload .v-text-field__details {
  overflow: unset;
}

.product-services-main .clinical-para-upload .v-messages__wrapper .v-messages__message {
  width: 145px;
}

.product-services-filter-ul {
  width: 1160px;
  right: auto !important;
  left: 0 !important;
  line-height: normal;
  padding: 10px 0 18px 0;
}

.product-services-filter-ul li {
  width: 380px;
  padding: 0px 10px 5px 10px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
}

.product-services-filter-ul .product-services-filter-ul-cb {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.product-services-filter-ul .btn-num {
  align-items: unset !important;
}

.downtime-btn-slider {
  width: 400px;
  right: auto !important;
  left: 0 !important;
  line-height: normal;
  padding-top: 40px !important;
}

.downtime-btn-block {
  left: 200px;
}

.ps-product-detail-modal .pspd-modal-tabs .v-tab {
  color: #fff !important;
  opacity: 1 !important;
}

.ps-product-detail-modal .product-detail-table .all-none {
  font-size: 12px !important;
  margin: 0 5px 0 0px !important;
  cursor: pointer;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .ps-product-detail-modal .product-detail-table .all-none {
    font-size: 14px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .ps-product-detail-modal .product-detail-table .all-none {
    font-size: 16px !important;
  }
}

@media (min-width: 3840px) {
  .ps-product-detail-modal .product-detail-table .all-none {
    font-size: 18px !important;
  }
}

.ps-product-detail-modal .product-detail-table .action-btn {
  color: #222;
  margin: 0 5px;
}

.ps-product-detail-modal .product-detail-table tr td .w3-badge {
  height: 15px;
  width: 15px;
}

.ps-product-detail-modal .product-detail-table th,
.ps-product-detail-modal .product-detail-table td {
  vertical-align: middle;
}

.btn-num {
  align-items: center;
  border-radius: 24px;
  color: #fff !important;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  min-width: 24px;
  background-color: #000;
  margin-left: 7px;
  border: 0px solid #ffffff;
  padding: 0px 7px;
}

.treatment-menu .treatment-menu-a {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9999;
  line-height: normal;
}

.treatment-menu .menu-close {
  max-width: 20px;
}

.treatment-menu .clear-btn-treatment {
  margin-right: 20px !important;
  font-size: 18px !important;
  color: #222;
  cursor: pointer !important;
  padding: 0 !important;
}

@media (min-width: 1920px) and (max-width : 2559px) {
  .treatment-menu .clear-btn-treatment {
    font-size: 20px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .treatment-menu .clear-btn-treatment {
    font-size: 22px !important;
  }
}

@media (min-width: 3840px) {
  .treatment-menu .clear-btn-treatment {
    font-size: 24px !important;
  }
}

.treatment-menu .clear-btn-treatment.theme--light.v-btn:hover:before {
  opacity: 0;
}

.treatment-menu .clear-btn-treatment.theme--light.v-btn--active:before,
.treatment-menu .theme--light.v-btn--active:hover:before,
.treatment-menu .theme--light.v-btn:focus:before {
  opacity: 0;
}

.treatment-menu .clear-btn-treatment span.v-ripple__animation.v-ripple__animation--visible.v-ripple__animation--in {
  opacity: 0 !important;
}

.pd-images-table tr td:first-child,
.pd-images-table tr th:first-child {
  width: 90%;
}

.pd-images-table tr td:nth-child(2),
.pd-images-table tr th:nth-child(2) {
  width: 10%;
}

.package-detail-card header.v-sheet.v-sheet--tile.theme--light.v-toolbar .v-toolbar__content {
  height: 64px !important;
}

.appointments-main .calender-card .calendar-clock {
  color: #222 !important;
  cursor: pointer;
  margin-top: 4px !important;
  float: right;
}

.appointments-main .calender-card .list-name {
  width: 70% !important;
  display: inline-block;
  padding-top: 4px;
}

.appointments-main ul.appointment-tabs {
  list-style: none;
  padding-left: 0;
  border: 2px solid #7a7a7a;
  float: left;
  width: auto;
  margin-bottom: 0;
}

.appointments-main ul.appointment-tabs li {
  float: left;
  width: auto;
  border-right: 2px solid #7a7a7a;
}

.appointments-main ul.appointment-tabs li:last-child {
  border: none;
}

.appointments-main ul.appointment-tabs li a {
  padding: 10px 35px;
  font-size: 18px;
  float: left;
  color: #222;
}

.appointments-main ul.appointment-tabs li a.active {
  background: #000000;
  color: #fff;
}

.appointments-main .medi {
  color: #6a6a6a !important;
  font-weight: 600;
}

.appointments-main .contact-detail {
  height: 30px !important;
  min-height: 30px !important;
}

.appointments-main .loyalty-tier {
  font-size: 16px;
}

.appointments-main .divider-app {
  margin-top: 10px;
  margin-bottom: 10px;
}

.appointments-main .appointment-font {
  font-size: 15px;
  margin-bottom: 5px;
}

.appointments-main .text-div {
  margin-bottom: 10px;
}

.appointments-main .reminders-block .data-block .title-r {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  word-wrap: break-word;
  float: left;
  width: 100%;
  color: #222 !important;
  line-height: normal !important;
}

.appointments-main .reminders-block .data-block .title-r span {
  width: 100%;
  color: #222 !important;
  font-weight: normal !important;
  font-size: 16px !important;
  display: block;
  margin-bottom: 5px !important;
}

.appointments-main .reminders-block .data-block .title-r span:first-child {
  width: 100% !important;
  color: #6a6a6a !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
}

.appointments-main .availability-btn-icon .toogle-btn {
  width: 100%;
  background: transparent !important;
}

.appointments-main .availability-btn-icon .v-icon.v-icon {
  color: #fff !important;
  font-size: 18px;
}

.appointments-main .availability-btn-icon .btn-with-txt {
  margin: 0 !important;
  border-radius: 10px 0px 0px 10px !important;
  width: 84%;
  height: 35px !important;
  opacity: 1 !important;
  min-width: 39px !important;
}

.appointments-main .availability-btn-icon .btn-with-txt p {
  margin: 0;
  color: #ffffff;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .appointments-main .availability-btn-icon .btn-with-txt {
    width: 80%;
  }
}

.appointments-main .availability-btn-icon .btn-with-icon {
  margin: 0 !important;
  border-radius: 0px 10px 10px 0px !important;
  width: 16%;
  height: 35px !important;
  opacity: 1 !important;
  color: #ffffff;
}

.appointments-main .availability-btn-icon .btn-with-txt.btn-bg-1 {
  background-color: #cba750 !important;
}

.appointments-main .availability-btn-icon .btn-with-icon.btn-bg-2 {
  background-color: #bd9b4a !important;
}

.appointments-main .availability-btn-icon .btn-with-txt.btn-bg-3 {
  background-color: #51c1ed !important;
}

.appointments-main .availability-btn-icon .btn-with-icon.btn-bg-4 {
  background-color: #4bb3dc !important;
}

.appointments-main .availability-btn-icon .v-btn:not(.v-btn--text):not(.v-btn--outlined).v-btn--active:before {
  opacity: 0;
}

.appointments-main .wd100 {
  width: 100%;
}

.appointments-main .v-picker__body.theme--light {
  width: unset !important;
}

.appointments-main .custom-full-calender {
  height: calc(100vh - 180px);
}

@media (min-width: 2560px) {
  .appointments-main .custom-full-calender {
    height: calc(100vh - 245px);
  }
}

.time-appointment-modal {
  max-width: 85% !important;
  width: 85% !important;
}

.time-appointment-modal #time-appointment-modal-card .selectable-time.selected {
  color: #fff !important;
}

.time-appointment-modal #time-appointment-modal-card .selectable-time.greyed-time .v-list-item__content {
  color: #fff !important;
}

.time-appointment-modal .foreground-color-div .v-input__slot .v-input__append-inner {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  border-radius: 4px;
  padding-left: 0;
}

.background-note-modal #background-note-modal-card .selectable-bg-note-time.selected {
  color: #fff !important;
}

.background-note-modal #background-note-modal-card .scrollbar .edit-style,
.background-note-modal #background-note-modal-card #demo-app-calendar .fc-scrollgrid-section .fc-scroller .edit-style,
#demo-app-calendar .fc-scrollgrid-section .background-note-modal #background-note-modal-card .fc-scroller .edit-style,
.background-note-modal #background-note-modal-card .patient-record-main .record-notes-table table tbody .edit-style,
.patient-record-main .record-notes-table table .background-note-modal #background-note-modal-card tbody .edit-style {
  overflow: unset !important;
}

.background-note-modal #background-note-modal-card .selectable-bg-note-time.greyed-time .v-list-item__content {
  color: #fff !important;
}

.copy-appointment-modal #copy-appointment-modal-card .selectable-copy-appt-time.greyed-time,
.copy-appointment-modal #copy-appointment-modal-card .selectable-copy-appt-time.selected {
  color: #fff !important;
}

#demo-app-calendar {
  max-width: 100%;
  width: 100%;
}

#demo-app-calendar .fc-scrollgrid-section .fc-scroller table tr td.fc-timegrid-slot:before {
  content: unset;
}

#demo-app-calendar .fc-v-event.fc-timegrid-event {
  overflow: hidden;
}

#demo-app-calendar .fc-header-toolbar .fc-button-group .fc-button-active:focus {
  box-shadow: none !important;
}

#demo-app-calendar .fc-header-toolbar .fc-button-group .fc-icon {
  vertical-align: top;
}

.website-unavailable-border-style {
  border: 2px var(--fc-event-border-color, #3788D8) dotted !important;
}

.user-working-hours-modal .v-input .v-text-field__details {
  height: 0;
  min-height: 0;
}

.view-quotation-appt-modal {
  width: 80% !important;
  max-width: 80% !important;
}

.view-quotation-appt-modal table tr th:first-child,
.view-quotation-appt-modal table tr td:first-child {
  width: 2.5%;
}

.view-quotation-appt-modal table tr th:nth-child(2),
.view-quotation-appt-modal table tr td:nth-child(2) {
  width: 10%;
}

.view-quotation-appt-modal table tr th:nth-child(3),
.view-quotation-appt-modal table tr td:nth-child(3) {
  width: 19.5%;
}

.view-quotation-appt-modal table tr th:nth-child(4),
.view-quotation-appt-modal table tr td:nth-child(4) {
  width: 15%;
}

.view-quotation-appt-modal table tr th:nth-child(5),
.view-quotation-appt-modal table tr td:nth-child(5) {
  width: 10%;
}

.view-quotation-appt-modal table tr th:nth-child(6),
.view-quotation-appt-modal table tr td:nth-child(6) {
  width: 10%;
}

.view-quotation-appt-modal table tr th:nth-child(7),
.view-quotation-appt-modal table tr td:nth-child(7) {
  width: 10%;
}

.view-quotation-appt-modal table tr th:nth-child(8),
.view-quotation-appt-modal table tr td:nth-child(8) {
  width: 13%;
}

.view-quotation-appt-modal table tr th:nth-child(9),
.view-quotation-appt-modal table tr td:nth-child(9) {
  width: 10%;
}

.view-appointment-temp-modal table {
  table-layout: fixed;
}

.view-appointment-temp-modal table tr th:first-child,
.view-appointment-temp-modal table tr td:first-child {
  width: 15%;
}

.view-appointment-temp-modal table tr th:nth-child(2),
.view-appointment-temp-modal table tr td:nth-child(2) {
  width: 15%;
}

.view-appointment-temp-modal table tr th:nth-child(3),
.view-appointment-temp-modal table tr td:nth-child(3) {
  width: 18%;
}

.view-appointment-temp-modal table tr th:nth-child(4),
.view-appointment-temp-modal table tr td:nth-child(4) {
  width: 10%;
}

.view-appointment-temp-modal table tr th:nth-child(5),
.view-appointment-temp-modal table tr td:nth-child(5) {
  width: 12%;
}

.view-appointment-temp-modal table tr th:nth-child(6),
.view-appointment-temp-modal table tr td:nth-child(6) {
  width: 20%;
}

.view-appointment-temp-modal table tr th:nth-child(7),
.view-appointment-temp-modal table tr td:nth-child(7) {
  width: 10%;
}

.followup .theme--light.v-toolbar {
  background-color: #51c1ed;
  color: #fff;
  font-size: 20px;
}

.followup .followup-main-table .VueTables__table .glyphicon-chevron-down:before {
  top: auto;
}

.followup .followup-main-table .VueTables__table .glyphicon-chevron-up:before {
  top: auto;
}

.followup #followup-header {
  background-color: #51c1ed !important;
}

.followup #followup-header a {
  color: #fff;
}

.followup .myproduct-table .table {
  table-layout: fixed;
}

.followup .myproduct-table .table thead {
  background-color: #efefef;
}

.followup .myproduct-table .table thead tr th {
  border-top: none;
  position: relative !important;
  padding-top: 40px;
}

.followup .myproduct-table .table tr td,
.followup .myproduct-table .table tr th {
  padding: 8px 4px;
}

.followup .myproduct-table .table tr td:first-child,
.followup .myproduct-table .table tr th:first-child {
  width: 11%;
}

.followup .myproduct-table .table tr td:nth-child(2),
.followup .myproduct-table .table tr th:nth-child(2) {
  width: 14%;
}

.followup .myproduct-table .table tr td:nth-child(3),
.followup .myproduct-table .table tr th:nth-child(3) {
  width: 10%;
}

.followup .myproduct-table .table tr td:nth-child(4),
.followup .myproduct-table .table tr th:nth-child(4) {
  width: 15%;
}

.followup .myproduct-table .table tr td:nth-child(5),
.followup .myproduct-table .table tr th:nth-child(5) {
  width: 16%;
}

.followup .myproduct-table .table tr td:nth-child(6),
.followup .myproduct-table .table tr th:nth-child(6) {
  width: 10%;
}

.followup .myproduct-table .table tr td:nth-child(7),
.followup .myproduct-table .table tr th:nth-child(7) {
  width: 8%;
}

.followup .myproduct-table .table tr td:nth-child(8),
.followup .myproduct-table .table tr th:nth-child(8) {
  width: 8%;
}

.followup .myproduct-table .table tr td:nth-child(9),
.followup .myproduct-table .table tr th:nth-child(9) {
  width: 8%;
}

.followup .myproduct-table .table tr td .glyphicon:before,
.followup .myproduct-table .table tr th .glyphicon:before {
  top: auto;
  position: unset;
  right: unset;
}

.followup .followup-server-table tbody > tr:nth-of-type(odd) {
  background-color: #fff !important;
}

.followup .followup-server-table tbody > tr.active {
  background-color: #f5f5f5 !important;
}

.followup .spent-amount {
  background-color: #efefef;
  /* padding: 10px; */
  font-size: 16px;
  font-weight: 600;
  text-align: end;
  position: absolute;
  left: -75%;
  top: 8px;
  /* width: 100px; */
  font-size: 14px;
  text-transform: uppercase;
}

@media (min-width: 1920px) {
  .followup .spent-amount {
    font-size: inherit !important;
  }
}

.followup-history .h-followup-history-btn {
  padding: 0 8px !important;
}

.followup-history .v-toolbar__content {
  padding: 0 5px;
  height: unset !important;
}

.followup-history .theme--light.v-toolbar {
  font-size: 20px;
}

.followup-history .theme--light.v-btn.v-btn--disabled:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
  background-color: #cba750 !important;
  opacity: 0.6 !important;
}

.followup-history .theme--light.v-btn.v-btn--disabled,
.followup-history .theme--light.v-btn.v-btn--disabled .v-btn__loading,
.followup-history .theme--light.v-btn.v-btn--disabled .v-icon {
  color: #ffffff !important;
}

.followup-history .follow-up-history-table .table thead tr th {
  border-top: none;
}

.followup-history .follow-up-history-table .table tr td:first-child,
.followup-history .follow-up-history-table .table tr th:first-child {
  width: 20%;
}

.followup-history .follow-up-history-table .table tr td:nth-child(2),
.followup-history .follow-up-history-table .table tr th:nth-child(2) {
  width: 60%;
}

.followup-history .follow-up-history-table .table tr td:nth-child(3),
.followup-history .follow-up-history-table .table tr th:nth-child(3) {
  width: 20%;
}

.followup-history .sep {
  margin-top: 5px;
  margin-bottom: 5px;
}

.follow-up-header-bg {
  background-color: #efefef;
}

.create-follow-up-main .v-input--selection-controls__input {
  margin-right: 4px;
}

.create-follow-up-main .v-icon.v-icon {
  font-size: 24px;
}

.create-follow-up-main .v-input--selection-controls__ripple:before {
  border-radius: inherit;
  bottom: 0;
  content: "";
  position: absolute;
  opacity: 0.2;
  left: 4px;
  right: 0;
  top: 4px;
  transform-origin: center center;
  transform: scale(0.2);
  transition: inherit;
  width: 25px;
  height: 25px;
}

.create-follow-up-main .v-radio {
  margin-right: 7px;
}

.standby-main .standby-main-card {
  height: calc( 100vh - 250px);
}

@media (min-width: 2560px) {
  .standby-main .standby-main-card {
    height: calc( 100vh - 305px);
  }
}

.standby-main .standby-main-card .table {
  table-layout: fixed;
}

.standby-main .calender-card .calendar-clock {
  color: #222 !important;
  cursor: pointer;
  margin-top: 4px !important;
  float: right;
}

.standby-main .calender-card .list-name {
  width: 70% !important;
  display: inline-block;
  padding-top: 4px;
}

.standby-main ul.appointment-tabs {
  list-style: none;
  padding-left: 0;
  border: 2px solid #7a7a7a;
  float: left;
  width: auto;
  margin-bottom: 0;
}

.standby-main ul.appointment-tabs li {
  float: left;
  width: auto;
  border-right: 2px solid #7a7a7a;
}

.standby-main ul.appointment-tabs li:last-child {
  border: none;
}

.standby-main ul.appointment-tabs li a {
  padding: 10px 35px;
  font-size: 18px;
  float: left;
  color: #222;
}

.standby-main ul.appointment-tabs li a.active {
  background: #000000;
  color: #fff;
}

.standby-main .medi {
  color: #6a6a6a !important;
  font-weight: 600;
}

.standby-main .contact-detail {
  height: 30px !important;
  min-height: 30px !important;
}

.standby-main .loyalty-tier {
  font-size: 16px;
}

.standby-main .divider-app {
  margin-top: 10px;
  margin-bottom: 10px;
}

.standby-main .appointment-font {
  font-size: 15px;
  margin-bottom: 5px;
}

.standby-main .text-div {
  margin-bottom: 10px;
}

.standby-main .reminders-block .data-block .title-r {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  word-wrap: break-word;
  float: left;
  width: 100%;
  color: #222 !important;
  line-height: normal !important;
}

.standby-main .reminders-block .data-block .title-r span {
  width: 100%;
  color: #222 !important;
  font-weight: normal !important;
  font-size: 16px !important;
  display: block;
  margin-bottom: 5px !important;
}

.standby-main .reminders-block .data-block .title-r span:first-child {
  width: 100% !important;
  color: #6a6a6a !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
}

.standby-main .product-detail-card .product-detail-card-title .v-text-field__details {
  min-height: 0;
}

.standby-main .product-detail-card .expiry-block #datepicker .v-input {
  display: inline-block;
}

.standby-main .product-detail-card .myproduct-table .table thead tr th {
  border-top: none;
}

.standby-main .product-detail-card .myproduct-table .table tr td {
  font-size: 14px;
}

.standby-main .product-detail-card .myproduct-table .table tr td:first-child,
.standby-main .product-detail-card .myproduct-table .table tr th:first-child {
  width: 16%;
}

.standby-main .product-detail-card .myproduct-table .table tr td:nth-child(2),
.standby-main .product-detail-card .myproduct-table .table tr th:nth-child(2) {
  width: 10%;
}

.standby-main .product-detail-card .myproduct-table .table tr td:nth-child(3),
.standby-main .product-detail-card .myproduct-table .table tr th:nth-child(3) {
  width: 8%;
}

.standby-main .product-detail-card .myproduct-table .table tr td:nth-child(4),
.standby-main .product-detail-card .myproduct-table .table tr th:nth-child(4) {
  width: 8%;
}

.standby-main .product-detail-card .myproduct-table .table tr td:nth-child(5),
.standby-main .product-detail-card .myproduct-table .table tr th:nth-child(5) {
  width: 14%;
}

.standby-main .product-detail-card .myproduct-table .table tr td:nth-child(6),
.standby-main .product-detail-card .myproduct-table .table tr th:nth-child(6) {
  width: 10%;
}

.standby-main .product-detail-card .myproduct-table .table tr td:nth-child(7),
.standby-main .product-detail-card .myproduct-table .table tr th:nth-child(7) {
  width: 12%;
}

.standby-main .product-detail-card .myproduct-table .table tr td:nth-child(8),
.standby-main .product-detail-card .myproduct-table .table tr th:nth-child(8) {
  width: 7%;
}

.standby-main .product-detail-card .myproduct-table .table tr td:nth-child(9),
.standby-main .product-detail-card .myproduct-table .table tr th:nth-child(9) {
  width: 8%;
}

.standby-main .product-detail-card .myproduct-table .table tr td:nth-child(10),
.standby-main .product-detail-card .myproduct-table .table tr th:nth-child(10) {
  width: 7%;
}

.standby-main .product-detail-card .myproduct-table .table tr td:nth-child(10) a.icon-danger,
.standby-main .product-detail-card .myproduct-table .table tr th:nth-child(10) a.icon-danger {
  margin: 0 5px !important;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .standby-main .product-detail-card .myproduct-table .table tr td:nth-child(10),
  .standby-main .product-detail-card .myproduct-table .table tr th:nth-child(10) {
    width: 9%;
  }
}

.standby-main .white-bg .theme--light.v-toolbar {
  background-color: #fff;
}

.standby-main .sep {
  margin-bottom: 5px;
  margin-top: 5px;
}

.standby-main .v-menu__content--fixed {
  min-width: unset !important;
}

.list_apt .modal-body .myproduct-table .table thead tr th {
  border-top: none;
}

.list_apt .modal-body .myproduct-table .table tr td:first-child,
.list_apt .modal-body .myproduct-table .table tr th:first-child {
  width: 10%;
}

.list_apt .modal-body .myproduct-table .table tr td:nth-child(2),
.list_apt .modal-body .myproduct-table .table tr th:nth-child(2) {
  width: 12%;
}

.list_apt .modal-body .myproduct-table .table tr td:nth-child(3),
.list_apt .modal-body .myproduct-table .table tr th:nth-child(3) {
  width: 6%;
}

.list_apt .modal-body .myproduct-table .table tr td:nth-child(4),
.list_apt .modal-body .myproduct-table .table tr th:nth-child(4) {
  width: 12%;
}

.list_apt .modal-body .myproduct-table .table tr td:nth-child(5),
.list_apt .modal-body .myproduct-table .table tr th:nth-child(5) {
  width: 11%;
}

.list_apt .sep {
  margin: 0;
}

.list_apt .theme--light.v-text-field > .v-input__control > .v-input__slot:before {
  border-color: rgba(255, 255, 255, 0.42);
}

.list_apt .theme--light.v-text-field:not(.v-input--has-state) > .v-input__control > .v-input__slot:hover:before {
  border-color: rgba(253, 253, 253, 0.87);
}

.workinghours-main {
  /*.v-input input{
      display: none;
  }*/
}

.workinghours-main .dayclass .v-text-field__details {
  display: none;
}

.workinghours-main .v-select__selection--comma {
  padding: 7px;
  margin: 0 3px;
}

.workinghours-main .v-text-field--outlined > .v-input__control > .v-input__slot {
  min-height: 40px;
  height: 20px;
}

.workinghours-main .v-text-field--outlined {
  border-radius: 0px;
}

.workinghours-main .v-text-field.v-text-field--enclosed .v-input__append-inner {
  margin-top: 13px;
  padding: 0;
}

.workinghours-main .v-input__icon {
  height: 16px;
  min-width: 34px;
  width: 20px;
}

.workinghours-main .workinghour-card {
  background: #efefef;
  padding: 4px;
  /*.v-select.v-text-field--outlined:not(.v-text-field--single-line) .v-select__selections{
      padding-left: 6px;
  }*/
  /*.v-input__icon{
      min-width: 18px;
      width: 18px;
  }*/
  /*.v-icon.v-icon{
      font-size: 18px;
  }*/
}

.workinghours-main .workinghour-card .workinghour-checkbox {
  padding: 15px 8px;
}

.workinghours-main .workinghour-card .dayclass {
  width: 31.7%;
  display: inline-block;
  margin-top: 6px;
}

.workinghours-main .workinghour-card .no-lable .v-input--selection-controls__input {
  left: 15px;
}

.workinghours-main .workinghour-card .v-text-field.v-text-field--enclosed > .v-input__control > .v-input__slot {
  padding: 0px;
}

.workinghours-main .workinghour-card .addbreakbtn {
  max-width: 11%;
}

@media (max-width: 425px) and (min-width: 320px) {
  .workinghours-main .workinghour-card .addbreakbtn {
    max-width: 33.3333333333%;
  }
}

.workinghours-main .workinghour-availbilitycard {
  font-size: 17px;
}

.workinghours-main .workinghour-availbilitycard .availbilitytext {
  font-size: 17px;
  font-weight: 600;
}

.workinghours-main .workinghour-availbilitycard .myproduct-table .table > tbody > tr > td {
  border-top: 0;
}

.workinghours-main .workinghour-availbilitycard .myproduct-table .table {
  font-size: 14px;
}

.workinghours-main .workinghour-availbilitycard .myproduct-table .table thead tr th {
  border-top: none;
  color: #aaa;
  padding: 8px 0px;
}

.workinghours-main .workinghour-availbilitycard .myproduct-table .table tr td,
.workinghours-main .workinghour-availbilitycard .myproduct-table .table tr th {
  padding: 8px 0px;
}

.workinghours-main .workinghour-availbilitycard .myproduct-table .table tr td:first-child,
.workinghours-main .workinghour-availbilitycard .myproduct-table .table tr th:first-child {
  width: 6%;
}

.workinghours-main .workinghour-availbilitycard .myproduct-table .table tr td:nth-child(2),
.workinghours-main .workinghour-availbilitycard .myproduct-table .table tr th:nth-child(2) {
  width: 10%;
}

.workinghours-main .workinghour-availbilitycard .myproduct-table .table tr td:nth-child(3),
.workinghours-main .workinghour-availbilitycard .myproduct-table .table tr th:nth-child(3) {
  width: 13%;
}

.workinghours-main .workinghour-availbilitycard .myproduct-table .table tr td:nth-child(4),
.workinghours-main .workinghour-availbilitycard .myproduct-table .table tr th:nth-child(4) {
  width: 8%;
  text-align: end;
}

.workinghours-main .workinghour-availbilitycard .myproduct-table .table tr td:nth-child(4) a.icon-danger,
.workinghours-main .workinghour-availbilitycard .myproduct-table .table tr th:nth-child(4) a.icon-danger {
  margin: 0 5px !important;
}

.waitingroom-card {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFF;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.waitingroom-card .box-padd {
  padding: 0 12px;
}

.waitingroom-card .box-title {
  font-size: 16px;
  padding: 15px 12px;
  color: #000000;
  margin-bottom: 0;
  font-weight: normal;
}

.waitingroom-card .box-title .fa {
  padding-top: 5px;
}

.waitingroom-card h2 {
  margin: 0;
}

.waitingroom-card .box-title.bg-1 {
  background-color: #516ae9;
}

.waitingroom-card .box-title.bg-2 {
  background-color: #3d3d3d;
}

.waitingroom-card .box-title.bg-3 {
  background-color: #00adef;
}

.waitingroom-card .box-title.bg-4 {
  background-color: #000000;
}

.waitingroom-card .box-title.bg-5 {
  background-color: #999529;
}

.waitingroom-card .box-title.bg-6 {
  background-color: #efefef;
}

.waitingroom-card .token-table {
  padding: 0;
}

.waitingroom-card .token-table thead tr td {
  font-size: 12px;
  font-weight: bold;
  color: #6a6a6a !important;
  border-top: none;
}

.waitingroom-card .token-table thead tr td:first-child {
  width: 25%;
}

.waitingroom-card .token-table thead tr td:nth-child(2) {
  width: 25%;
}

.waitingroom-card .token-table thead tr td:nth-child(3) {
  width: 25%;
}

.waitingroom-card .token-table thead tr td:nth-child(4) {
  width: 25%;
}

.waitingroom-card .token-table tbody tr td {
  border: none;
}

.waitingroom-card .token-table tbody tr td:first-child {
  width: 25%;
}

.waitingroom-card .token-table tbody tr td:nth-child(2) {
  width: 25%;
}

.waitingroom-card .token-table tbody tr td:nth-child(3) {
  width: 25%;
}

.waitingroom-card .token-table tbody tr td:nth-child(4) {
  width: 25%;
}

.waitingroom-card .due-btn {
  width: 15px;
  border-radius: 50%;
  height: 15px;
  margin-top: 3px;
}

.waitingroom-card .due-btn.bg1 {
  background-color: #e31515;
}

.waitingroom-card .due-btn.bg2 {
  background-color: #f8ba00;
}

.waitingroom-card .due-btn.bg3 {
  background-color: #00990c;
}

.v-card .v-toolbar {
  box-shadow: none;
}

.avail-website .availwebsite-table .table thead tr th {
  border-top: none;
}

.avail-website .availwebsite-table .table tr td:first-child,
.avail-website .availwebsite-table .table tr th:first-child {
  width: 12%;
}

.avail-website .availwebsite-table .table tr td:nth-child(2),
.avail-website .availwebsite-table .table tr th:nth-child(2) {
  width: 16%;
}

.avail-website .availwebsite-table .table tr td:nth-child(3),
.avail-website .availwebsite-table .table tr th:nth-child(3) {
  width: 15%;
}

.avail-website .availwebsite-table .table tr td:nth-child(4),
.avail-website .availwebsite-table .table tr th:nth-child(4) {
  width: 12%;
}

.avail-website .availwebsite-table .table tr td:nth-child(5),
.avail-website .availwebsite-table .table tr th:nth-child(5) {
  width: 7%;
  text-align: end;
}

.avail-website .availwebsite-table .table tr td:nth-child(5) a.icon-danger,
.avail-website .availwebsite-table .table tr th:nth-child(5) a.icon-danger {
  margin: 0 5px !important;
}

.nonavailschedule .workinghour-card {
  background: #efefef;
  padding: 4px;
  padding-left: 17px;
}

.nonavailschedule .workinghour-card .workinghour-checkbox {
  padding: 15px 8px;
}

.nonavailschedule .workinghour-card .dayclass {
  width: 31.7%;
  display: inline-block;
  margin-top: 6px;
}

.nonavailschedule .workinghour-card .no-lable .v-input--selection-controls__input {
  left: 15px;
}

.nonavailschedule .workinghour-card .v-text-field.v-text-field--enclosed > .v-input__control > .v-input__slot {
  padding: 0px;
}

.nonavailschedule .workinghour-card .addbreakbtn {
  max-width: 11%;
}

@media (max-width: 425px) and (min-width: 320px) {
  .nonavailschedule .workinghour-card .addbreakbtn {
    max-width: 33.3333333333%;
  }
}

.nonavailschedule .workinghour-card .v-select__selection--comma {
  padding: 7px;
  margin: 0 3px;
}

.nonavailschedule .workinghour-card .v-input input {
  display: none;
}

.nonavailschedule .workinghour-card .v-text-field--outlined > .v-input__control > .v-input__slot {
  min-height: 40px;
  height: 20px;
}

.nonavailschedule .workinghour-card .v-text-field--outlined {
  border-radius: 0px;
}

.nonavailschedule .workinghour-card .v-text-field.v-text-field--enclosed .v-input__append-inner {
  margin-top: 13px;
  padding: 0;
}

.nonavailschedule .workinghour-card .v-input__icon {
  height: 16px;
  min-width: 34px;
  width: 20px;
}

.nonavailschedule .workinghour-card .v-text-field.v-text-field--enclosed .v-text-field__details {
  display: none;
}

.oneoffavail .workinghour-card {
  background: #efefef;
  padding: 4px;
  padding-left: 17px;
}

.oneoffavail .workinghour-card .workinghour-checkbox {
  padding: 15px 8px;
}

.oneoffavail .workinghour-card .dayclass {
  width: 31.7%;
  display: inline-block;
  margin-top: 6px;
}

.oneoffavail .workinghour-card .no-lable .v-input--selection-controls__input {
  left: 15px;
}

.oneoffavail .workinghour-card .v-text-field.v-text-field--enclosed > .v-input__control > .v-input__slot {
  padding: 0px;
}

.oneoffavail .workinghour-card .addbreakbtn {
  max-width: 11%;
}

@media (max-width: 425px) and (min-width: 320px) {
  .oneoffavail .workinghour-card .addbreakbtn {
    max-width: 33.3333333333%;
  }
}

.oneoffavail .workinghour-card .v-select__selection--comma {
  padding: 7px;
  margin: 0 3px;
}

.oneoffavail .workinghour-card .v-input input {
  display: none;
}

.oneoffavail .workinghour-card .v-text-field--outlined > .v-input__control > .v-input__slot {
  min-height: 40px;
  height: 20px;
}

.oneoffavail .workinghour-card .v-text-field--outlined {
  border-radius: 0px;
}

.oneoffavail .workinghour-card .v-text-field.v-text-field--enclosed .v-input__append-inner {
  margin-top: 13px;
  padding: 0;
}

.oneoffavail .workinghour-card .v-input__icon {
  height: 16px;
  min-width: 34px;
  width: 20px;
}

.oneoffavail .workinghour-card .v-text-field.v-text-field--enclosed .v-text-field__details {
  display: none;
}

.p-x-15 {
  padding: 0 15px !important;
}

.p-0 {
  padding: 0px !important;
}

.m-0 {
  margin: 0px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-18 {
  padding: 18px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-5 {
  padding: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-0 {
  margin: 0px !important;
}

.m-t--5 {
  margin-top: -5px !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-t-8 {
  margin-top: 8px !important;
}

.m-b-8 {
  margin-bottom: 8px !important;
}

.p-l-7 {
  padding-left: 7px;
}

.p-r-7 {
  padding-right: 7px;
}

.p-t-0 {
  padding-top: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.m-t-1 {
  margin-top: 1px !important;
}

.m-t-3 {
  margin-top: 3px !important;
}

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

.m-b-3 {
  margin-bottom: 3px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-7 {
  margin-top: 7px !important;
}

.p-t-2 {
  padding-top: 2px !important;
}

.p-t-3 {
  padding-top: 3px !important;
}

.p-t-4 {
  padding-top: 4px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-7 {
  padding-top: 7px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-8 {
  margin-bottom: 8px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-l-24 {
  padding-left: 24px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

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

.m-t-12 {
  margin-top: 12px !important;
}

.p-t-8 {
  padding-top: 8px !important;
}

.p-b-8 {
  padding-bottom: 8px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-12 {
  padding-top: 12px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-l-12 {
  padding-left: 12px !important;
}

.m-r-8 {
  margin-right: 8px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-12 {
  margin-top: 12px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-t-18 {
  margin-top: 18px !important;
}

.p-t-18 {
  padding-top: 18px !important;
}

.m-b-18 {
  margin-bottom: 18px !important;
}

.p-b-18 {
  padding-bottom: 18px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-22 {
  padding-top: 22px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-22 {
  padding-bottom: 22px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-28 {
  margin-top: 28px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.l-h-40 {
  line-height: 40px !important;
}

.l-h-36 {
  line-height: 36px !important;
}

.w46 {
  width: 46px !important;
}

@media (max-width: 767px) {
  .pl-xs-0 {
    padding-left: 0 !important;
  }

  .ml-xs-0 {
    margin-left: 0 !important;
  }

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

  .pl-xs-15 {
    padding-left: 15px !important;
  }
}

@media (max-width: 992px) {
  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-15 {
    padding-top: 15px !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .pt-sm-15 {
    padding-top: 15px !important;
  }

  .pb-sm-15 {
    padding-bottom: 15px !important;
  }

  .pl-sm-15 {
    padding-left: 15px !important;
  }
}

@media (max-width: 1626px) and (min-width: 1264px) {
  .p-l-md-1 {
    padding-left: 1px !important;
  }
}

.menu-date .menuable__content__active {
  min-width: unset;
}

.wdth238 {
  min-width: 238px !important;
}

.padding-5-10 {
  padding: 5px 10px !important;
}

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

@media (min-width: 1920px) and (max-width : 2559px) {
  .font-20 {
    font-size: 22px !important;
  }
}

@media (min-width: 2560px) and (max-width : 3839px) {
  .font-20 {
    font-size: 24px !important;
  }
}

@media (min-width: 3840px) {
  .font-20 {
    font-size: 26px !important;
  }
}

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

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

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

.width-3 {
  width: 3% !important;
}

.width-5 {
  width: 5% !important;
}

.width-15 {
  width: 15% !important;
}

.top-190 {
  top: 190px !important;
}

.top-275 {
  top: 275px !important;
}

.center-pos {
  margin: 0 auto;
}

.m-t-79 {
  margin-top: 79px !important;
}

@media (max-width: 1263px) and (min-width: 320px) {
  .m-t-sm-30 {
    margin-top: 30px !important;
  }
}

@media (max-width: 425px) and (min-width: 320px) {
  .m-t-xs-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .v-application .p-l-15.pl-sm-0 {
    padding-left: 15px !important;
  }

  .v-application .p-l-30.pl-sm-0 {
    padding-left: 30px !important;
  }

  .v-application .p-l-10.pl-sm-0 {
    padding-left: 10px !important;
  }
}

/* overwrite this css because of some update issue in app.css */

@media (min-width: 992px) {
  #appMain.v-application .pt-sm-15 {
    padding-top: 0px !important;
  }
}

/* overwrite this css because of some update issue in app.css */

.v-btn.v-btn--icon {
  box-shadow: none !important;
  padding-right: 0 !important;
  width: auto !important;
}

.v-btn.v-btn--icon:before {
  opacity: 0 !important;
  background-color: transparent !important;
}

.v-btn.v-btn--icon .v-icon {
  font-size: 20px !important;
}

