.timer-space {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.ant-radio-button-wrapper {
    border: 1px solid #ee9100;
}

    .ant-radio-button-wrapper:first-child {
        border-left: 1px solid #ee9100;
    }

.address h3 {
    font-weight: 400;
}

.booking-card .ant-card-head {
    background: #095e93;
}

.booking-card .ant-card-head-title {
    font-size: 25px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.btn-booking,
.ant-btn.btn-booking {
    background: #1977cc;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.ant-btn.btn-booking {
    height: 40px;
    line-height: 1.3;
}

    .btn-booking:hover,
    .ant-btn.btn-booking:hover {
        background: #1c84e3;
        color: #fff;
    }
/*
    css clinic booking
*/
.main-content {
    padding-top: 100px;
    min-height: 853px;
}

.navbar-dark .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.booking-card .booking-result .ant-result {
    padding: 15px 32px;
}

.booking-card .ten-khung-gio {
    margin-bottom: 5px;
}

.booking-card .timer-limit {
    max-height: 150px;
    overflow: auto;
}

.chat_icon_bottom {
    position: fixed;
    bottom: 70px;
    right: 7px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    width: 60px;
}

    .chat_icon_bottom img {
        max-width: 100%;
        max-height: 70px;
        margin-bottom: 10px;
    }

.hide-booking-card .ant-card-head {
    display: none
}

.clinic-booking .ant-card-head-title {
    color: #1b6ec2;
    font-weight: 700;
}

.clinic-booking .list-branch .ant-card-body {
    min-height: 250px;
    overflow-y: auto;
    min-height: 250px;
    overflow-y: auto;
}

    .clinic-booking .list-branch .ant-card-body .ant-card-grid {
        box-shadow: 1px 0 0 0 #d5e1ed, 0 1px 0 0 #d5e1ed, 1px 1px 0 0 #d5e1ed, 1px 0 0 0 #d5e1ed inset, 0 1px 0 0 #d5e1ed inset;
    }

    .clinic-booking .list-branch .ant-card-body .ant-card-hoverable:hover {
        border-color: transparent;
        box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
    }

.clinic-booking .in_search_doctor .ant-input-lg {
    padding: 6px 11px;
}
/*
    css clinic result
*/
.result .ant-table-thead > tr > th {
    color: rgb(255 255 255);
    background: #1977cc;
}
.result .ant-btn:hover, .result .ant-btn:focus, .result .ant-btn:active {
    text-decoration: none;
    background: #1c84e3;
    color: #fff;
}
@media only screen and (max-width: 450px) {
    .doctors .member .member-info {
        min-width: calc(100% - 80px);
    }
}