.long-text__text {
    font-size: 14px
}

.long-text__text.short {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 44px
}

.time-table {
    overflow-x: auto;
    border: 1px solid #979797;
    border-radius: 4px
}

@media only screen and (max-width: 959.98px) {
    .time-table {
        border: none
    }
}

.time-table-header__td {
    text-align: center
}

.time-table-item {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .1)
}

.time-table-item.v-chip.v-size--small {
    height: 26px;
    padding: 0 6px;
    font-weight: 600;
    font-size: 14px
}

.time-table-days__item {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .6);
    font-weight: 600
}

.time-table-days__item:first-child {
    margin-left: 5px !important
}

.time-table-days__item.v-chip.v-size--large {
    font-size: 14px
}

.time-table-days__item.v-chip--label {
    border-radius: 0 !important;
    border: 2px solid transparent !important
}

.time-table-days__item.v-chip--active {
    border: 2px solid currentColor !important
}

.time-table-days__item.v-chip--active:before {
    background-color: transparent
}

.time-table table {
    border-spacing: 0;
    transition: all .3s ease;
    left: 0;
    position: relative;
    width: 100%
}

.time-table td {
    padding: 10px;
    font-size: .875rem;
    font-weight: 600;
    border-bottom: 1px dashed #979797;
    border-right: 1px solid #979797;
    min-width: 250px
}

.time-table td:first-child {
    min-width: auto;
    width: auto
}

@media only screen and (max-width: 959.98px) {
    .time-table td {
        min-width: auto;
        border: none
    }
}

.time-table .filled-bg {
    background-color: #979797;
    color: #fff
}

.time-table .filled-bg td:first-child {
    width: auto;
    min-width: auto
}

.doctor-item {
    flex-direction: column
}

@media only screen and (max-width: 959.98px) {
    .doctor-item .v-card__title {
        font-size: 16px;
        line-height: 1.5
    }

    .doctor-item .v-card__subtitle, .doctor-item .v-card__text {
        font-size: 14px;
        line-height: 1.5
    }
}

.doctor-item__info-block {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 20px
}

.doctor-item__info-block .v-card__title {
    font-size: 16px;
    line-height: 1.4
}

.doctor-item__info-block .v-card__subtitle {
    font-size: 14px
}

@media only screen and (max-width: 959.98px) {
    .doctor-item__info-block {
        flex-direction: column;
        padding: 16px 8px
    }

    .doctor-item__info-block > div {
        width: 100%
    }
}

.doctor-item__image {
    max-width: 130px !important;
    min-height: 110px !important;
    max-height: 110px !important
}

@media only screen and (max-width: 959.98px) {
    .doctor-item__image {
        max-width: 30% !important
    }
}

.doctor-item__actions {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

@media only screen and (max-width: 959.98px) {
    .doctor-item__actions {
        width: 100%;
        text-align: center;
        margin-top: 10px
    }
}

.doctor-item__sub-text {
    font-size: 14px;
    color: #7f7f7f
}

.doctor-item__body {
    background-color: #ececec;
    padding: 16px 24px;
    border-radius: 6px;
    position: relative
}

.doctor-item__body:after {
    content: " ";
    width: 20px;
    height: 20px;
    top: -10px;
    position: absolute;
    background: inherit;
    right: 28px;
    transform: rotate(45deg)
}

@media only screen and (max-width: 959.98px) {
    .doctor-item__body {
        padding: 16px 8px
    }
}

.theme--light.v-stepper.mis-stepper {
    background: transparent;
    overflow: unset
}

.theme--light.v-stepper.mis-stepper .v-stepper__header {
    box-shadow: none;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 959.98px) {
    .theme--light.v-stepper.mis-stepper .v-stepper__header {
        padding: 0 15px
    }
}

.theme--light.v-stepper.mis-stepper .v-stepper__header .v-stepper__step {
    margin: 0 2px;
    width: 180px;
    height: 55px;
    font-weight: 700;
    flex-grow: 1;
    padding: 15px
}

.theme--light.v-stepper.mis-stepper .v-stepper__header .v-stepper__step .v-stepper__step__step {
    background-color: transparent !important;
    font-size: 16px;
    font-weight: 700;
    margin-right: 0
}

.theme--light.v-stepper.mis-stepper .v-stepper__header .v-stepper__step:hover {
    background-color: transparent
}

.theme--light.v-stepper.mis-stepper .v-stepper__header .v-stepper__step:after, .theme--light.v-stepper.mis-stepper .v-stepper__header .v-stepper__step:before {
    content: "";
    background-color: #d3d3d3;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%
}

.theme--light.v-stepper.mis-stepper .v-stepper__header .v-stepper__step:before {
    top: 0;
    transform: skewX(33deg)
}

.theme--light.v-stepper.mis-stepper .v-stepper__header .v-stepper__step:after {
    bottom: 0;
    transform: skewX(-33deg) translateY(-1px)
}

.theme--light.v-stepper.mis-stepper .v-stepper__header .v-stepper__step.v-stepper__step--active:after, .theme--light.v-stepper.mis-stepper .v-stepper__header .v-stepper__step.v-stepper__step--active:before {
    background-color: #284e77
}

.theme--light.v-stepper.mis-stepper .v-stepper__header .v-stepper__step.v-stepper__step--complete:after, .theme--light.v-stepper.mis-stepper .v-stepper__header .v-stepper__step.v-stepper__step--complete:before {
    background-color: #3ac33d
}

.theme--light.v-stepper.mis-stepper .v-stepper__header .v-stepper__step div, .theme--light.v-stepper.mis-stepper .v-stepper__header .v-stepper__step span {
    position: relative;
    z-index: 2
}

.theme--light.v-stepper.mis-stepper .v-stepper__header .v-stepper__step .v-stepper__label {
    color: #fff;
    text-shadow: none
}

@media only screen and (max-width: 959.98px) {
    .theme--light.v-stepper.mis-stepper .v-stepper__header .v-stepper__step {
        width: auto;
        height: 50px;
        padding: 15px
    }
}

.theme--light.v-stepper.mis-stepper .v-stepper__content {
    padding-left: 0;
    padding-right: 0
}

div.v-dialog > .v-card > .v-card__title {
    font-size: 18px;
    line-height: 1.3
}

.theme--light .v-btn-toggle > .v-btn.v-btn {
    opacity: 1;
    border-radius: 4px !important
}

.Specialty {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 1em;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .Specialty {
        grid-template-columns:repeat(1, 1fr)
    }
}

.Specialty__item {
    padding: 1.5em 2em;
    border: 1px solid rgba(165, 174, 164, .3);
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
    transition: all .3s ease;
    box-shadow: 0 0 3px rgba(165, 174, 164, .1);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.Specialty__item img {
    max-width: 10px
}

.Specialty__item:hover {
    box-shadow: 0 4px 8px rgba(165, 174, 164, .2);
    background: rgba(39, 130, 204, .05)
}

.Specialty__item:active {
    color: #575757;
    box-shadow: 0 4px 8px rgba(39, 130, 204, .2);
    background: rgba(39, 130, 204, .3)
}

.Specialty__title {
    text-align: center;
    font-size: 18px;
    font-weight: 600
}

@media only screen and (max-width: 768px) {
    .Specialty__title {
        font-size: 14px
    }
}

.Specialty__icon {
    display: flex;
    justify-content: center;
    margin-bottom: 1em
}

.Specialty__icon img {
    max-width: 35%
}

.text-label {
    font-weight: 700;
    font-size: 15px;
    color: #7f7f7f
}

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

.form-group {
    display: flex;
    align-items: center
}

.form-group__label {
    margin-bottom: 26px;
    min-width: 104px;
    white-space: nowrap
}

@media only screen and (max-width: 959.98px) {
    .form-group {
        flex-direction: column;
        align-items: flex-start
    }

    .form-group__label {
        margin-bottom: 10px
    }

    .form-group .v-text-field {
        width: 100%
    }
}

.doctor-item-selected .v-card__title {
    font-size: 16px
}

.doctor-item-selected .v-card__subtitle {
    font-size: 14px
}

.doctor-item-selected .doctor-item-selected__text {
    font-size: 14px;
    font-weight: 600;
    color: #333
}

.doctor-item-selected .doctor-item-selected__text .theme--light.v-icon {
    color: #333
}
