.table.table-valign-middle > thead > tr > th,
.table.table-valign-middle > tbody > tr > td,
.table.table-valign-middle > tfoot > tr > td {
    vertical-align: middle;
}

table.table-borderless,
table.table-borderless > tbody > tr,
table.table-borderless > tbody > tr > td,
table.table-borderless > thead > tr,
table.table-borderless > thead > tr > th,
table.table-borderless > tfoot > tr,
table.table-borderless > tfoot > tr > td {
    border: none !important;
}

.clinic-gallery-preview {
    max-width: 160px;
    height: auto;
}

/*=== CITY MAP ===*/

.map-block {
    position: relative;
    overflow: hidden;
}

.map-block > div {
    position: relative;
    margin: 20px -80px 0px;
}

@media (min-width: 1200px) {
    .map-block > div {
        margin: 0 -170px 0 -40px;
    }
}

@media (max-width: 768px) {
    .map-block > div {
        margin: 20px -40px 0px;
    }
}

.map-block > div > div {
    position: relative;
    transform-origin: top left;
}

.map-block__dot {
    white-space: nowrap;
    position: absolute;
    line-height: 23px;
    height: 65px;
    width: 65px;
    display: block;
    color: #000000;
    text-transform: uppercase;
    background: url(../img/map-dot.png) left top no-repeat;
    cursor: move;
}

.map-block__dot:before {
    content: "↕";
    position: absolute;
    top: 30%;
    right: 0;
    margin-top: -35px;
    width: 24px;
    font-size: 24px;
    line-height: 50px;
    height: 50px;
    text-align: center;
}

.map-block__dot:after {
    content: "↔";
    position: absolute;
    text-align: center;
    left: 30%;
    bottom: 0;
    margin-left: -35px;
    width: 50px;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
}

@media (max-width: 768px) {
    .map-block__dot {
        font-size: 22px;
    }
}

.map-block__dot > i {
    position: absolute;
    display: block;
    left: 11.5px;
    top: 50%;
    transform-origin: top left;
}

.map-block__dot > i > i {
    display: block;
    transform-origin: top left;
    height: 8px;
    background: url(../img/map-dot2.png);
}

/*=== END CITY MAP ===*/

table.table .img-thumbnail, .img-thumbnail.small {
    max-width: 160px;
    height: auto;
    max-height: 90px;
}

.alert-container {
    position: fixed;
    top: 30px;
    margin: 0 auto;
}

#article_categories_container .list-item-title {
    display: inline;
}

#article_categories_container .list-item-controls .btn {
    font-size: 14px;
    padding: 7px 9px;
}

#article_categories_container .list-item-controls {
    display: inline;
    margin: -6px -11px 0 -6px;
    height: 36px;
}

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

#clinic_videos_container .dd3-content {
    height: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.form-group.form-inline .select2 {
    max-width: 30% !important;
}

.btn-help {
    position: absolute;
    left: 15%;
    top: 11%;
    background: none;
    border: none;
}

.btn-help-locale {
    position: absolute;
    left: 23%;
    top: 9%;
    background: none;
    border: none;
}

.table-help {
    border-collapse: collapse;
    width: 95%;
    margin: 15px;
}

.table-help td {
    border: 1px solid #ddd;
    padding: 8px;
}

.table-help th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}

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

.mx-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.comments-count {
    position: absolute;
    top: -4px;
    right: 1px;
    color: #fff;
    background-color: #f84932;
    width: 17px;
    border-radius: 50% !important;
    font-size: 11px;
    z-index: 2;
}

.have-comments::before {
    color: #30c587;
}

.text_counter {
    margin-bottom: 15px;
}

.negative-appointment-stat {
    color: #f84932
}

.positive-appointment-stat {
    color: #30c587
}

.container-badge {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    align-items: center;
    margin-bottom: 8px;
}

.badge-lg {
    height: auto !important;
    font-size: 14px !important;
    padding: 2px 2px 2px 6px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    border-radius: 3px !important;
}
.badge-close {
    font-size: 20px;
    padding:0 6px;
    cursor: pointer;
}
