::-webkit-scrollbar {
  width: 12px;
  border-radius: 7px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 7px !important;
}

::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 1px;
  border-radius: 7px !important;
}

::-webkit-scrollbar-thumb:hover {
  background: #666;
}

.text-left {
  text-align: left !important;
}

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

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

.justify-center {
  justify-content: center !important;
}

.w-max {
  width: 100% !important;
}

.h-max {
  height: 100% !important;
}

.fit {
  padding: 0 !important;
  margin: 0 !important;
}
.pointer {
  cursor: pointer !important;
}
.center-div {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.center-card-content {
  display: flex !important;
  justify-content: center !important;
}

.center-div-align {
  display: flex;
  align-items: center;
}

.center-div-justify {
  display: flex;
  justify-content: center;
}

.center {
  justify-content: center;
  text-align-last: center;
}

.column_space-around {
  display: flex !important;
  flex-direction: column;
  justify-content: space-around;
}

.end-justify {
  display: flex;
  justify-content: flex-end !important;
}

.start-justify {
  display: flex;
  justify-content: flex-start !important;
}

.end-align {
  display: flex;
  align-items: flex-end !important;
}

.color_white {
  color: #fff !important;
}

.v-dialog > .v-card {
  overflow: hidden;
}

.overflow_h {
  overflow: hidden;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.position_relative {
  position: relative;
}
.position_absolute {
  position: absolute;
}


.v-btn {
  text-transform: none !important;
}

.ltr-item {
  direction: ltr !important;
}

.v-calendar-weekly__head {
  border-bottom: 1px solid gray;
}

.v-calendar-weekly__head > .v-calendar-weekly__head-weekday {
  padding: 5px !important;
  text-transform: capitalize;
}

.v-calendar-weekly__day-label {
  cursor: default !important;
}

.v-calendar-weekly__day {
  min-height: 130px;
}

.v-data-table-header > tr > th {
  font-weight: 700;
  font-size: 14px !important;
}

.detail-hidden-input > .v-input__control > .v-input__slot {
  margin: 0;
}

.detail-hidden-input > .v-input__control > .v-text-field__details {
  display: none;
}

.small-input {
  margin: 0 !important;
  padding: 0 !important;
}

.small-input > .v-input__control {
  padding: 0;
  margin: 0;
}

.small-input > .v-input__control > .v-input__slot {
  padding: 0;
  margin: 0;
}

.v-input__slot.backcolor > fieldset {
  border: 1px solid #dcdfe5 !important;
}

.small-input > .v-input__control > .v-messages {
  display: none;
}

.color_gray {
  color: #77838f;
}

td {
  height: 55px !important;
}

th {
  height: 55px !important;
}

.main_con {
  height: 100%;
  padding: 30px;
  padding-top: 60px;
}

.parent-form > div {
  padding-left: 5px;
  padding-right: 5px;
}

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

.toasted .primary.success,
.toasted.toasted-primary.success {
  background-color: #26c99a !important;
}

.v-btn {
  letter-spacing: 0 !important;
}

.height_72 {
  height: 72px;
}

.min_height_72 {
  min-height: 72px !important;
}

.min_height_72_header > .v-list-group__header {
  min-height: 72px !important;
}

.decoration {
  text-decoration: none;
}

.base_table-header {
  table-layout: fixed;
  background-color: #602eaa;
}

.base_table-header > th {
  color: white !important;
  padding-top: 7px;
  padding-bottom: 7px;
}

.min-col {
  width: 32px;
}

.parent-footer {
  display: flex;
  padding: 10px;
  padding-top: 20px;
  align-items: center;
}

.parent-footer > .v-input {
  width: 100px;
  height: 40px;
  max-width: 100px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}

.parent-footer > .v-input > .v-input__control {
  min-height: 40px !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.parent-footer > .footer-left_btn {
  margin-right: 5px;
}

.parent-footer > .footer-right_btn {
  margin-left: 5px;
}

.height_171 {
  height: 171px !important;
  min-height: 171px !important;
}

.height_110 {
  height: 110px !important;
  min-height: 110px !important;
}

.theme--light.v-calendar-weekly .v-calendar-weekly__day.v-outside {
  background-color: var(--v-lightcolor) !important;
}

.theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside {
  background-color: var(--v-lightcolor) !important;
}

.min_calendar {
  border: none !important;
  font-size: 20px !important;
}

.min_calendar > div > .v-calendar-weekly__head-weekday {
  border: none !important;
  font-size: 20px !important;
}

.min_calendar > .v-calendar-weekly__week > .v-calendar-weekly__day {
  min-height: 50px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #909399;
}

.height_20 {
  height: 20px;
}

.v-date-picker-header > .v-btn > .v-btn__content > i {
  font-size: 40px !important;
  color: #07c1f6 !important;
}

.v-input__append-inner {
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.border_ca {
  border: 1px solid #cacaca;
}

.primary-border {
  border: 1px solid #602eaa;
}
.blue-texts {
  color: #6f9bbf !important;
}
.shadow-red {
  box-shadow: 0 0 10px 1px red !important;
}
.custom-border {
  border-right: 2px solid #9AC1E8 !important;
  margin-right: 5px !important;
}

.border_right_a1 {
  border-right: 1px solid #a1a1a1;
}
.border_a1 {
  border: 1px solid #d9d9d9 !important;
}

.border_bottom_a1 {
  border-bottom: 1px solid #a1a1a1;
}

.border_top_a1 {
  border-top: 1px solid #a1a1a1;
}

.white-space_pl {
  white-space: pre-line;
}
.white-space_nowrap {
  white-space: nowrap !important;
}

.task_Green {
  background: green;
}

.task_Gold {
  background: gold;
}

.task_DarkOrange {
  background: #ff8c00;
}

.task_Red {
  background: red;
}

.task_Plum {
  background: plum;
}

.task_RoyalBlue {
  background: #4169e1;
}

.width_80 {
  width: 80px !important;
  max-width: 80px !important;
}
dialog .width_80 > img {
  width: 80px;
  height: 80px;
}

.width_80 > video {
  width: 80px;
  height: 80px;
}

.close-dialog {
  top: 27px;
  right: 20px;
  position: absolute;
  cursor: pointer;
}

.table-lable {
  width: 109px;
  height: 30px;
  display: flex;
  color: #fff;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}

.center-checkbox > .v-input__control > .v-input__slot {
  display: block;
  text-align: center;
}

.center-checkbox > .v-input__control > .v-input__slot > div {
  padding-right: 0 !important;
}

.action_img {
  width: 22px !important;
  height: 22px !important;
}

.calendar_parent_width {
  min-width: 1500px !important;
}

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

.border-50 {
  border-radius: 50% !important;
}
.border-24 {
  border-radius: 24px !important;
}
.border-107 {
  border-radius: 107.94px !important;
}

.table-collapse {
  border-collapse: collapse;
}

/* .v-dialog {
  background: rgb(33 33 33 / 9%) !important;
} */

.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 {
  line-height: 1.2 !important;
}

.height_90 {
  height: 90vh;
}

.height_40 {
  height: 40px;
}

.height_70 {
  height: 70px;
}

.height_200 {
  height: 200px;
}

.height_500 {
  height: 500px;
}
.height_66 {
  height: 66px !important;
}

.opacity_0 {
  opacity: 0;
}

.opacity-9 {
  opacity: 0.9;
}

.z-index-1 {
  z-index: 1;
}

.mdi-magnify::before,
.mdi-sort::before {
  font-size: 17px !important;
}

.filter-form .v-list-item__content,
.filter-item input {
  font-size: 13px;
  font-weight: 100;
  text-align: center;
}

.v-input--dense .v-select__selection--comma {
  font-size: 13px;
  font-weight: 100;
  text-align: center !important;
  /* margin: 5px 4px 30px 0 !important; */
  /* margin-left:45px !important ; */
}

.filter-item .v-input__slot {
  padding: 0 6px !important;
}

.filter-form .v-list-item__icon {
  margin-left: 5px !important;
}

.filter-item .v-input__prepend-outer {
  margin-left: 0 !important;
}

.filter-item .v-input__append-outer {
  margin-right: 0 !important;
}

th {
  padding-right: 5px !important;
  padding-left: 0 !important;
  padding-bottom: 14px !important;
  padding-top: 7px !important;
}

td {
  text-align: center;
  padding-right: 5px !important;
  padding-left: 4px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.text-red {
  color: red;
}

.text-green {
  color: green;
}

.text-orange {
  color: orange;
}

.mdi-chevron-down::before {
  color: #000 !important;
}

th {
  text-align: center !important;
}

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

.v-input__append-inner {
  display: flex !important;
  align-items: center !important;
}

.place-content-center {
  place-content: center;
}

.enamad {
  cursor: pointer;
  width: 125px;
}

.center-box {
  place-self: center;
  text-align: -webkit-center;
}

.text-align-last-center {
  text-align-last: center !important;
}

.float_left {
  float: left;
}

.even_row {
  background: #f2f2f2;
}

/* .test .v-text-field--outlined > .v-input__control > .v-input__slot fieldset {
  color: #602ea6 !important;
  color: #602ea6 !important;
} */

.center-radio .v-input--selection-controls__input,
.center-radio .v-label {
  margin-top: 11px;
}

.white-space-pre-line {
  white-space: pre-line;
}

.footer {
  background-color: #d3d3d3 !important;
}

.ap_card {
  /* background-color: #6ec48f !important; */
  border: 1px solid #602eaa !important;
  text-align: center;
}

.ap_card .v-chip {
  color: white !important;
  background-color: #602eaa !important ;
}
.active {
  background-color: #f0f7fd !important;
}
.nowrap-overflow {
  flex-wrap: nowrap !important;
}
.position-top {
  position: absolute !important;
  top: 10px !important;
}
.width-296 {
  width: 296px !important;
}

.width-365 {
  width: 365px !important;
}
.box-shadow-none {
  box-shadow: none !important;
}
.text-field-width {
  width: 296px !important;
}
.v-rating .v-icon {
  padding: 0px !important;
}

.round-style {
  background-color: white;
  padding: 2px 8px;
  border-radius: 20px;
}


.width130-height40 {
  width: 130px !important ;
  height: 40px !important;
}
.width130-height32 {
  width: 130px !important ;
  height: 32px !important;
}
.object-fit-contain {
  object-fit: contain;
}

.width-250 {
  width: 250px;
}

.width-365 {
  width: 365px !important;
}

.blue-1 {
  color: #34afc0 !important;
}
.purple-1 {
  color: #7325bd !important;
}

.gray3-border {
  border: 1px solid #d9d9d9 !important;
}

.primary500-border {
  border: 1px solid #6f9bbf !important;
}

.radius-6 {
  border-radius: 6px !important;
}
.radius-top-6 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.radius-bottom-6 {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

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

.radius-24 {
  border-radius: 24px !important;
}
.radius-30 {
  border-radius: 30px !important;
}
.radius-32 {
  border-radius: 32px !important;
}
.radius-40 {
  border-radius: 40px !important;
}
.radius-15 {
  border-radius: 15px !important;
}
.radius-12 {
  border-radius: 12px !important;
}
.border-radius-13 {
  border-radius: 13px !important;
}

.radius-14 {
  border-radius: 14px !important;
}
.radius-16 {
  border-radius: 16px !important;
}
.radius-18 {
  border-radius: 18px !important;
}
.radius-99 {
  border-radius: 99px !important;
}

.day-sheet-style {
  width: 80px;
  height: 42px;
}
.error-box {
  background-color: #fdecea !important;
  color: #d32f2f !important;
  background-color: #fff !important;
  overflow: hidden !important;
}
.card-thrapi:hover {
  background-color: #ddebf7 !important;
  border-radius: 30px !important;
  width: 100vw;
}
.breadcrumb-link {
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #00000073 !important;
}
.breadcrumb-links {
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #00000073 !important;
}
.breadcrumb-separator {
  color: #404040 !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}
.border-blue-1 {
  border: 1px solid #6f9bbf !important ;
}
.border-img-class {
  border: 2px solid #edeefe !important;
}
.box-shadw-class {
  box-shadow: 0px 2px 14px 0px #1c1c1c1f !important;
}
.img-cover{
  object-fit: cover !important;
}
.background-cover{
  background-size: cover !important;
}
.redius-buttom {
  border-radius: 0 0 40px 40px !important;
  object-fit: cover;
}
.bord-1-color-gray {
  border: 1px solid #dfdfdf !important;
}
.color-per {
  color: #5d2da5 !important;
}
.back-transparent {
  background-color: transparent !important;
}
.activePanel {
}
.avatar-fixed {
  z-index: 2 !important;
  position: absolute;
  top: 14%;
}
.mobile-avatar {
  position: absolute;
  right: 20px;
  margin-top: -35px; /* نصف ارتفاع تصویر */
}
.radius-13 {
  border-radius: 13.5px !important;
}
.radius-8 {
  border-radius: 8px !important;
}

.thrapist-type {
  font-size: 14px !important;
  color: #000000 !important;
  font-weight: 500 !important;
}
.test-fle {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}
.style-name-md {
  font-weight: 700 !important;
  font-size: 20px !important;
}
.style-name-sm {
  font-weight: 500 !important;
  font-size: 18px !important;
}
.radius-107 {
  border-radius: 107.94px !important;
}
.phone-text {
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #000000 !important;
}
.vedio-text {
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #000000 !important;
}

.about-thrapist {
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #2c2c2c !important;
}
.activeMenue {
  /* width: 325px; */
  width: 100%;
  height: 57px;
  background-color: #f0f7fd;
}
.active {
  width: 325px;
  height: 57px;
  border-radius: 0px 0px 0 0;
  /* background-color: rgb(60, 70, 78); */
}
.activeUserMenu {
  height: 57px;
  border-radius: 0px 0px 0 0;
  background-color: #f0f7fd;
}
.activeTo {
  width: 100%;
  height: 57px;
  border-radius: 12px 12px 0 0;
  background-color: #f0f7fd;
}
.activeTop {
  height: 57px;
  border-radius: 12px 12px 0 0;
  background-color: #f0f7fd;
}
.activeBottom {
  width: 325px;
  height: 57px;
  border-radius: 0px 0px 12px 12px;
  background-color: #f0f7fd;
}
.breadcrumb {
  width: 325px;
  height: 57px;
  border-radius: 12px 12px 0 0;
  background-color: #f0f7fd;
}
.card-texts {
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #2c2c2c !important;
}
.card-texts-thrapist {
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #202020 !important;
}
.font-s14 {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #202020 !important;
}
.all-li-text {
  font-weight: 500 !important;
  font-size: 16px !important;
}
.fonts18 {
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #202020 !important;
}
.font14gray {
  min-height: none !important;
  font-size: 14px !important;
  color: #777777 !important;
}
.fonts16 {
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #777777 !important;
}
.textsColor {
  color: #353535 !important;
}
.box-shadow1 {
  box-shadow: 0px 0px 5.24px 0px #00000040 !important;
}
.box-shadow2 {
  box-shadow: 0px 2px 20px 0px #1c1c1c0f !important;
}
.box-shadow3 {
  box-shadow: 0px 1px 4px 0px #0000000F !important;
}
.font14cyan {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #777777 !important;
}

.border1-13 {
  border: 1.13px solid #ebecf2 !important;
}
.border1 {
  border: 1px solid #ebecf2 !important;
}
.border1-gray {
  border: 1px solid #adadad !important;
}
.border2-gray {
  border: 1px solid #dfdfdf !important;
}
.border-gray1{
  border: 1.13px solid #c3c5d8 !important;
}

.border-dashed-gray {
  border-top: 2px dashed #c4c4c4 !important;
}
.border-dashed {
  border-top: 0.25px dashed #c4c4c4 !important;
}
.border-img {
  border: 2px solid #84b8e3 !important;
}
.color-black-text {
  color: #202020 !important;
}
.border-bottom {
  border-bottom: 1px solid #e0e0e0 !important ;
}
.border-bottom-gray {
  border-bottom: 2px solid #5B5B5B !important ;
}

.mr-12p {
  margin-right: 12%;
}

.back-transparent {
  background-color: transparent !important;
}
bord .weight-500 {
  font-weight: 500 !important;
}
.weight-700 {
  font-weight: 700 !important;
}
.weight-400 {
  font-weight: 400 !important;
}
.weight-500-size14 {
  font-weight: 500 !important;
  font-size: 14px !important;
}
.gradient-back {
  background: linear-gradient(
    89.39deg,
    #fce3e9 1.67%,
    #d3e5f5 99.31%
  ) !important;
}
.gradient-back-2 {
  background: linear-gradient(260.25deg, #fbd7df 20.2%, #4a5089 102.24%) !important;
}
.gradient-back-3 {
  background: linear-gradient(260.25deg, #fbd7df -1.17%, #4a5089 102.24%) !important;
}
.gradient-back-4 {
  background: linear-gradient(90deg, #EDEEFE 22.8%, #FCE3E9 100%) !important;
}
.gradient-back-5 {
  background: linear-gradient(90deg, #FCE3E9 22.8%, #EDEEFE 100%) !important;
}
.custom-gradient-back {
  background: linear-gradient(
    89.39deg,
    #c3c5d8 1.67%,
    #fbd7df 99.31%
  ) !important;
}
.custom-gradient-card {
  background: linear-gradient(
    23.39deg,
    #fbd7df 9.67%,
    #fff 40%,
    #9AC1E8 181.31%
  ) !important;
}
.custom-gradient-mobile {
  background: linear-gradient(
    89.39deg,
    #B1B4CC 1.67%,
    #FBD7DF 99.31%
  ) !important;
}
.divider-style {
  width: fit-content !important;
  margin: 0 auto !important ;
}
.d-flex-column {
  display: flex !important;
  flex-direction: column !important;
}
.border-24-top {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}

.border-16-top {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}
.border-1-gray {
  border: 1px solid #e2e2e2 !important;
}
.border-1-gray-bottom {
  border-bottom: 1px solid #e2e2e2 !important;
}
.color-black {
  color: #212121 !important;
}
.timer-number {
  color: #6f9bbf !important;
}
.timer-text {
  color: #868686 !important;
}
.style-divider {
  left: 87px !important;
  min-width: 360px !important ;
  position: relative !important;
}
.style-divider-mobile {
  min-width: 360px !important ;
  position: relative !important;
}
.activePanel {
  width: 325px;
  height: 57px;
  margin-bottom: 0 !important;
  border-radius: 0px 0px 12px 12px;
  background-color: #f0f7fd;
}
.activePanelReservation {
  width: 325px;
  border-radius: 0px 0px 12px 12px;
  margin-bottom: 0 !important;
  background-color: #f0f7fd !important;
}
.activePanelReservationTop {
  width: 325px;
  border-radius: 12px 12px 0px 0px;
  margin-bottom: 0 !important;
  background-color: #f0f7fd !important;
}
.navigation-style {
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100vh !important;
}
.height-57 {
  height: 57px !important;
}
.height-0 {
  height: 0px !important;
}
.text-wrap-auto {
  text-wrap: auto !important;
}
.z-index-1{
  z-index: 1 !important;
}