.first_text {
    zindex: -1;
    overflow: hidden;
}

.shadow_first_text {
    box-shadow: inset 0px -112px 100px -71px white;
    height: 90px;
    z-index: 1;
    margin-top: -90px;
    position: relative;
    pointer-events: none;
}

.no_shadow_first_text {
    box-shadow: none !important;
}

.more_text {
    display: none;
}

.btn-default {
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    color: #737373;
}

.btn-default:hover {
    border: 1px solid #474747;
    border-radius: 4px;
    color: #474747;
}

.anchor_box {
    background: var(--color-anchor-box-bg);
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}


.table_price {
    border-spacing: 0;
    border-collapse: separate;
    border: 1px solid var(--color-table-border);
    border-radius: 5px;
    color: #333333;
}
  
.table_price th {
    background: var(--color-table-bg);
    color: var(--color-table-th-text-color);
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    border-right: 1px solid var(--color-table-border);
}

.table_price td {
    font-size: 14px;
    vertical-align: middle;
    border-right: 1px solid var(--color-table-border);
    color: #333333;
}

.table_price tr > td:last-child {
    border-right: none;
}

.table_price tr > th:last-child {
    border-right: none;
}

.box-border-bottom {
    border-bottom: 3px solid var(--color);
    cursor:pointer;
}

.box-border-bottom > .text {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 33px;
    overflow: hidden;
}

.footer {
    border-top: 1px solid #C9C9C9; 
    background: var(--color-footer-bg); 
    background-image:url('/themes/abia/assets/img/footer-bg.png');
    background-repeat: no-repeat; 
    background-position: bottom 0px left 0px;
}

.sub-menu-box {
    border: 1px solid var(--color-table-border); 
    border-radius:5px; 
    padding: 20px;
    margin-bottom: 20px;
}

.sub-menu-box::-webkit-scrollbar {
    width: 5px;
}

.sub-menu-box::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.sub-menu-box::-webkit-scrollbar-thumb {
background: var(--color);
}

/* Handle on hover */
.sub-menu-box::-webkit-scrollbar-thumb:hover {
background: #555;
}

.sub-menu-box  div {
    margin-bottom: 10px;
}

.sub-menu-box  div:last-child {
    margin-bottom: 0px;
}

.sub-menu-box a {
    color: #333333;
}

.sub-menu-box a:hover {
    color: var(--color-hover);
}

.footer .accordion-button {
    box-shadow: none;
}

.vrach-schedule-next {
    background: var(--color);
}

.vrach-schedule-next:hover {
    background: var(--color-hover);
}

.vrach-schedule-next.disabled:hover {
    background: #C9C9C9;
    cursor: auto;
}

.doctors-main .name {
    height: 40px;
    font-size:14px;
    font-weight:bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.doctors-main .text-resp {
    height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.doctors-main .doc-content {
    display: none;
}

.doctors-main .doc-image {
    height: 100px;
}

.doctors-main .doc {
    cursor: pointer;
}

.doctors-main .doc.active {
    border-bottom: 3px solid #458D42;
}

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

.page-item {
    margin-left: 10px;
} 

.page-link {
    font-size: var(--bs-pagination-font-size);
    color: #050404;
    background-color: none;
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    border-radius: 4px;
    margin-left: 10px;
} 

.page-link.active, .active > .page-link {
    z-index: 3;
    color: #ffffff;
    background-color: var(--color);
    border-color: var(--color);
    border-radius: 4px;
}


.blog-tag {
    position: absolute;
    background: #EF772C;
    border-radius: 4px;
    color: white;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    top: 15px;
    left: 15px;
}

.icon-block {
    border:1px solid #A8CDA9; 
    border-radius:4px;
    color: #333333;
}

.mobile-banner {
    position: absolute; 
    top: 10%;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
}

.mobile-banner-header {
    display:inline-block;
    font-weight: 500;
    color: white;
    padding: 10px 30px 10px 30px;
    background: var(--mobile-banner-h2);
}

.mobile-banner-header.clinic {
    background: linear-gradient(180deg, #EF772C 0%, #FFA56C 100%);
}

.mobile-banner-header.plastic {
    background:  #6A89B7;
}

.mobile-banner-header.cosmo {
    background: linear-gradient(180deg, #BDA2C2 0%, #8C6380 100%);
}

.anchor_box a {
    color: var(--color-anchor-a);
}

.anchor_box a:hover {
    color: var(--color-anchor-a-hover);
}

#mobile-menu {
    position: absolute;
    overflow: scroll;
    padding-bottom: 50px;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 2000;
    
}

.top-menu-mobile-item {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C9C9C9;
    position: relative;
    display: flex;
    font-weight: bold;
    color: #333333;
}

.top-menu-mobile-item::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("/themes/abia/assets/img/arow-right.svg");
    background-repeat: no-repeat;
    margin-top: 3px;
}

.top-sub-menu-mobile-item-header {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C9C9C9;
    position: relative;
    font-weight: bold;
    display: flex;
    color: #333333;
}

.top-sub-menu-mobile-item-header::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("/themes/abia/assets/img/arow-back.svg");
    background-repeat: no-repeat;
    margin-top: 3px;
}

.top-sub-menu-mobile-item {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    display: flex;
    color: #333333;
}

.mobile-header-2.hide {
    display: none !important;
}

.mobile-header-2.show {
    display: flex;
}

.mobile-search.hide {
    display: none !important;
}

.blog img {
    max-width: 100%;
    height: auto;
}

.page ol, ul {
    padding-left: 2rem;
}

.plus {
    float: right;
    font-size: 40px;
    margin-top: 7px;
}

input:focus {
    outline: none;
}

.input-error {
    border: 1px solid red;
}

.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - 10px);
    vertical-align: bottom;
}

.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

[data-click] {
    cursor: pointer;    
}

[data-click][data-expand] th {
    padding-left: 30px;
}

.price-expand {
    display: flex;
}

.price-expand::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-image: var(--image-price-arrow);
    background-repeat: no-repeat;
    margin-top: 3px;
}

.cookie-banner {
    position: fixed;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(19 19 19 / 80%);
    color: #fff;
    padding: 15px;
    text-align: center;
    font-family: Arial, sans-serif;
    z-index: 9999;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.cookie-banner a {
    color: #4CAF50;
    text-decoration: underline;
}
  