body {
    font-family: Roboto, sans-serif;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.form-control {
    background-color: #f8f8f8!important;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 20px;
}

.h1, h1 {
    font-size: 48px;
    line-height: 56px;
    font-style: normal;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 26px;
}

h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 30px;
}

.table thead th {
    border-top: initial;
    font-weight: normal!important;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.table a {
    color: #000000;
}

.table tbody tr {
    height: 56px;
}

.table tbody td {
    padding-top: 16px;
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    vertical-align: middle;
}


.bg-home {
    background-image: url('../img/main.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    margin-top: -36px;
}


.header {
margin-bottom: 36px!important;
}

.header-menu img {
max-width: 76px;
}

.links a {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.links a.active, .links a:hover {
text-decoration: none;
border-bottom: 2px solid #06AC6D;
padding-bottom: 2.29em!important;
}

.balance img {
    margin-right: 14px;
}

.balance {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.balance span {
    color: rgba(0, 0, 0, 0.6);
    font-weight: normal;
    font-size: 12px;
}

.balance p {
    margin: 0;
    padding: 0;
}

.container.register {
max-width: 480px;
}

.register h1 {
font-size: 24px;
line-height: 32px;
text-align: center;
}

.register h6 {
font-size: 18px;
line-height: 24px;
margin-bottom: 12px;
margin-top: 20px;
}

.sertificates .invalid-feedback.visible,
.photo .invalid-feedback.visible {
text-align: center;
display: block;
}

.photo .invalid-feedback.oc-visible {
    text-align: center;
    display: block;
}

.phone .invalid-feedback.visible {
display: block;
}

.clinic-photo {
margin-top: 18px;
margin-bottom: 12px;
border: 1px solid rgba(0, 0, 0, 0.04);
box-sizing: border-box;
border-radius: 19px;
overflow: hidden;
}

.clinic-photo img {
width: 96px;
height: 96px;
}

.register label {
font-size: 16px;
line-height: 24px;
color: rgba(0, 0, 0, 0.6);
}

.register button.btn-success {
padding: 20px;
background: #06AC6D;
text-transform: uppercase;
margin-bottom: 80px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 14px;
    float: right;
}

.switch.left {
    float: left;
}

.day {
    margin-bottom: 32px;
}

.day .form-group, .day input {
    margin-bottom: 0!important;
}

.day_of_week {
    display: none;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    bottom: -3px;
    background-color: grey;
    -webkit-transition: .4s;
    transition: .4s;
}

input.success:checked + .slider {
    background-color: rgba(6, 172, 109, 0.5);
}
input.success:checked + .slider:before {
    background-color: #06AC6D;
}

input.success:checked + .day_of_week {
    display: block;
}

input.success:disabled + .slider {
    background-color: rgba(6, 172, 109, 0.2);
}
input.success:disabled + .slider:before {
    background-color: rgba(6, 172, 109, 0.5);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.photo-uploader {
    width: 30px;
    height: 30px;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 5px;
    position: absolute;
    bottom: 0;
    right: 38%;
}

.photo-uploader img {
    width: 20px;
    height: 20px;
    vertical-align: baseline;
}

.file-uploader input, .photo-uploader input {
    visibility:hidden;
    width:0;
    height:0;
    position:absolute
}

.file-uploader__empty{
    position:relative
}

.file-uploader__filled{
    -webkit-box-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    align-items:center;
    display:none
}
.file-uploader__list{
    list-style:none;
    padding-inline-start: 0;
}
.file-uploader__item{
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:-webkit-box;
    display:flex;
    -webkit-box-pack:justify;
    justify-content:space-between;
    margin-bottom:16px
}
.file-uploader__item:last-child{
    margin-bottom:0
}
.file-uploader__item-block{
    display:-webkit-inline-box;
    display:inline-flex;
    -webkit-box-align:center;
    align-items:center
}
.file-uploader__item-img {
    display:-webkit-inline-box;
    display:inline-flex;
    -webkit-box-align:center;
    align-items:center;
}
.file-uploader__item-name{
    margin:0 11px
}
.file-uploader__item .remove-file {
    background: transparent;
    border: none;
    max-height: 24px;
}
@media (max-width:600px) {
    .file-uploader__item{
        display:block
    }
    .file-uploader__item-img {
        width:50px
    }
    .file-uploader__item-remove {
        margin-top:10px
    }
}

.main-services {
    margin-bottom: 36px;
}

.other-services .table-responsive {
    padding-bottom: 180px;
}

.dataTables_length,
.dataTables_filter,
.main-services .dataTables_info,
.main-services .dataTables_paginate {
    display: none;
}

table.orders td, table.orders th {
    font-weight: normal!important;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
}

table.dataTable td {
    color: #000000;
}

table.dataTable .btn-outline-success {
    max-height: 32px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    padding: 4px 20px;
}

.paginate_button a {
    color: #06AC6D;
}

.page-item.active .page-link {
    background-color: #06AC6D;
    border-color: #06AC6D;
}

.modal-header {
    border-bottom: initial;
}

.modal-header .close {
    background: rgba(0,0,0,0.04);
    border-radius: 50%;
    padding: 11px;
    margin: 0;
    font-size: 14px;
}

.modal-footer {
    border-top: initial;
}

.modal-footer button,
.modal-footer .footer-button,
.row-child button {
    text-transform: uppercase;
    color: #06AC6D;
}

.modal-content label {
    font-size: 14px;
    line-height: 20px;
}

.modal-content h6 {
    margin-top: 1rem;
}

.modal-content .photo {
    margin-bottom: 2rem;
}

.modal-content .photo .clinic-photo img {
    width: 96px;
    height: 96px;
}

.modal-content .photo-uploader {
    margin-bottom: -0.4rem;
}

/* Меню в таблицах */
.dropdown-btn {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.3);
    border: none;
    cursor: pointer;
}

.dropdown-in-list-content {
    display: none;
    position: absolute;
    right: 50px;
    background-color: #fff;
    min-width: 180px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1000;
    padding: 8px 0;
}

.dropdown-in-list-content .buttons {
    display: flex;
}

.dropdown-in-list-content .buttons .buttons-chunk {
    display: flex;
    flex-direction: column;
}

.dropdown-in-list-content a,
.dropdown-in-list-content button {
    color: black !important;
    padding: 10px 14px;
    text-decoration: none;
    background-color: #fff;
    display: block;
}

.dropdown-in-list-content a:hover,
.dropdown-in-list-content button:hover {
    background-color: #f4f4f4;
    cursor: pointer;
}

.dropdown-in-list-content a:disabled:hover,
.dropdown-in-list-content button:disabled:hover {
    color: black;
    background-color: #cccccc;
}

.dropdown-in-list-content a:disabled,
.dropdown-in-list-content button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

/* breadcrumbs */
.breadcrumb {
    padding: 0;
    background-color: transparent;
    margin-bottom: 26px;
}

.breadcrumb-item {
    color: #000000!important;
}

.breadcrumb-item a {
    color: #000000!important;
    text-decoration: underline;
}

.filters .form-group {
    margin-right: 1rem;
    margin-bottom: 0;
}

.filters .form-control {
    background-color: #ffffff!important;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 23px;
    margin-bottom: 0;
}

.avatar-in-list img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    border-radius: 50%;
}

.photo-uploader.r-0 {
    right: 0;
}

.doctor-param {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    letter-spacing: -0.0013em;
    color: rgba(0, 0, 0, 0.6);
}

.doctor-name {
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: -0.0013em;
    color: #000;
}

.tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 2rem;
}

.tabs .nav-tabs {
    border-bottom: inherit;
}

.tabs .nav-tabs .nav-link {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 24px;
    padding: 1rem;
}

.tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #06AC6D;
    background-color: transparent;
    border-color: #fff #fff #06AC6D;
    border-bottom: 2px solid #06AC6D;
}

.btn-edit-profile {
    background: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    margin-bottom: 7px;
    padding: 10px 16px 10px 19px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.btn-edit-profile i {
    padding-right: 7px;
}

#profile p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

#profile p span {
    color: rgba(0, 0, 0, 0.6);
}

.details-control {
    cursor: pointer;
}

.doctor-services td {
    padding: 24px;
    background: #f8f8f8;
}

.doctor-services tr.odd > td,
.doctor-services tr.even > td {
    padding: .75rem;
    background: transparent;
}

.row-child h6 {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 12px;
}

.row-child p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 17px;
}

.price-check {
    margin-bottom: 32px;
}

.price-check-input {
    margin-top: -13px;
}

.price-check-input .form-check-input {
    margin-top: 0.8rem;
}

td.uniquePrice {
    background-color: rgba(241, 182, 67, 0.13);
}

td.defaultPrice {
    background-color: rgba(0, 122, 255, 0.1);
}

.modal-body .doctor-photo {
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    border-radius: 19px;
    width: 64px;
    height: 64px;
}

.modal-body .doctor-param {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 4px;
    color: rgba(0, 0, 0, 0.6);
}

.modal-body .doctor-name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 4px;
}

.modal-content .form-group .invalid-feedback.visible {
    display: block;
}

.dataTables_info, .dataTables_paginate {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.iti {
    display: block!important;
}

div.dataTables_wrapper div.dataTables_processing {
    top: 55px!important;
}

.rating-stars {
    position: relative;
    display: block;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.04);
    white-space: nowrap;
    font-size: 16px;
}

.rating-stars-full {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.order-param {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.order-param span {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 4px;
}

h3.order-block-title {
    font-size: 30px;
    line-height: 28px;
    font-weight: normal;
    margin: 2rem 0;
    color: #000000;
}

.timeline .col {
    padding: 15px 0 0 0;
}

.timeline .col:last-child {
    border-color: transparent;
}

.timeline-item::before {
    content: '';
    position: absolute;
    top: -6px;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 50%;
}

.timeline-item {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    border-top: 2px solid #000000;
}

.timeline-item span {
    color: rgba(0, 0, 0, 0.6);
    margin-top: 15px;
}

.nav-order {
    position: fixed;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.nav-order .nav-link {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
}

.nav-order .nav-link.active {
    border-left: 2px solid #06AC6D;
    color: #06AC6D;
}

.report-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 64px;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    z-index: 9;
}

.footer-title {
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.16);
}

.report-footer .price {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #000000;
}

.report-footer .price span {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
}

.report-footer .price.red {
    color: #FF3B30;
}

.report-footer .price.green {
    color: #06AC6D;
}

.footer-button-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #06AC6D;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.subtitle {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
}

.profile-param {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.profile-param span {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 4px;
}

.profile-param p {
    margin: 0;
}

.btn-edit-link {
    color: #06AC6D;
    text-transform: uppercase;
}

.btn-edit-link:hover {
    color: #06AC6D;
    text-decoration: none;
}

.btn-logout {
    padding: 20px 50px;
    color: #FF3B30;
    border: 1px solid #FF3B30;
    box-sizing: border-box;
    border-radius: 4px;
    text-transform: uppercase;
}

.btn-logout:hover {
    color: #FFFFFF;
    background-color: #FF3B30;
}

.photo-upload-button {
    margin-bottom: 16px;
    visibility: hidden;
}

.clinic-profile .clinic-param {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.clinic-profile .clinic-param span {
    color: rgba(0, 0, 0, 0.6);
}
