* {
    margin: 0;
    padding: 0;
}

.utilify-service {
    font-size: 16px;
}

#view-map{
    z-index: 1;
}

.font-600 {
    font-weight: 600;
}

.header-service {
    display: flex;
    margin-top: 15px;
    line-height: 30px;
    margin-bottom: 15px;
}

#detail_info .title-service {
    font-size: 16px;
}

.introductory-photo img {
    width: 100%;
    height: 125px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.header-service .link-home {
    text-decoration: none;
    color: #061839;
}

.header-service .link-home:hover {
    color: #144ab3;
}

.shop-header {
    margin-bottom: 20px;
}

.shop-header .operating-time {
    color: #676a78;
}

.nav-tabs .nav-link {
    border: none;
    color: #3d434a;
    font-size: 18px;
}

.nav-tabs .nav-link.active {
    font-weight: 500;
    color: #061839;
    border-bottom: 2px solid #144ab3;
}

.search-hospital .input-filter input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
}

.input-filter {
    position: relative;
    height: 50px;
    padding: 10px;
    font-size: 17px;
    border-radius: 25px;
    border: 1px solid #ccc;
}

.input-filter .icon-search {
    width: 30px;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

.hospital-directory {
    border-top: 1px solid #ccc;
}

.hospital-directory .total-hospital {
    margin-top: 16px;
    color: #6B788E;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

.list-hospital {
    margin-bottom: 0;
    height: 310px;
    overflow: auto;
}

.list-hospital .item {
    color: #000;
    border-bottom: 1px solid #ccc;
}

.list-hospital .item-index {
    padding: 16px 24px;
    cursor: pointer;
    align-items: baseline;
}

.list-hospital .item:hover {
    border-radius: 2px;
    background-color: #EAF4FF;
}

.list-hospital .item:hover .checkmark {
    background-color: #2cb5d2;
}

.filter-checked {
    display: block;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
}

.filter-checked input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    transform: translateY(-80%);
    height: 18px;
    width: 18px;
    background-color: #ccc;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.filter-checked input:checked~.checkmark {
    background-color: #2cb5d2;
}

.checkmark::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.btn-submit,
.button-close,
.btn-handle {
    border: none;
    outline: none;
    background: transparent;
}

.search-hospital .button-close {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
}

.button-close .icon-close {
    color: #657384;
    font-size: 20px;
}

.input-filter input:focus {
    box-shadow: none;
}

.input-filter .form-control {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 315px;
    width: 100%;
}

.button-handle .btn-handle {
    border: none;
    outline: none;
    font-weight: 500;
    color: #000029;
    background: transparent;
}

.button-handle {
    line-height: 30px;
    text-align: center;
    justify-content: center;
}

.btn-handle .icon-double {
    font-size: 12px;
}

.btn-handle {
    border: none;
    background: none;
    color: #007bff;
    cursor: pointer;
}

.list-hospital .item:last-child {
    margin-bottom: none;
    padding-bottom: none;
    border: none;
}

.detail-info .address {
    font-size: 16px;
    font-weight: 600;
    color: #676a78;
}

.detail-info .info_address {
    font-weight: 500;
}

.opening-times {
    align-items: center;
}

.opening-times p {
    margin: 0;
}

.opening-times .divide {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #676a78;
}

.opening-times .open {
    color: #007bff;
    font-weight: 600;
}

.opening-times .closed {
    color: #676a78;
    font-weight: 500;
}

.opening-times .closed-at {
    color: #676a78;
}

.detail-info .phone {
    color: #676a78;
    font-weight: 600;
}

.color-phone {
    color: #000;
}

.url-handle {
    margin-top: 10px;
    height: 40px;
    display: flex;
    align-items: center;
}

.url-handle .url {
    padding: 6px 12px;
    text-decoration: none;
}

.url-handle .see-directions {
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    background-color: #007bff;
    border: 1px solid #007bff;
}

.url-handle .call-advice {
    color: #007bff;
    font-weight: 600;
    border-radius: 20px;
    background-color: #eaeffa;
    border: 1px solid #eaeffa;
}

.boder-divide {
    border-top: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.list-hospital .item.active {
    background-color: #f0f8ff;
    border-left: 3px solid #007bff;
}

.checkmark {
    margin-left: 4px;
}

.checkmark.active {
    background-color: #2cb5d2;
    border-color: #2cb5d2;
}

.focus-none:focus {
    box-shadow: none;
}

/* select 2 */

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.select2-search__field,
.select2-search__field:focus,
.select2-search__field:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.no-data {
    display: flex;
    min-height: 328px;
    align-items: center;
    justify-content: center;
}

.map-container {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}

.btn-view-map {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 10;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    padding: 4px 8px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
}

.btn-view-map:hover {
    background-color: #f0f0f0;
}

.map-size {
    width: 100%;
    height: 100%;
}

.map-size iframe {
    width: 100%;
    height: 100%;
}

.closed.color-red {
    color: #c70707;
}