.marginTop15{
    margin-top: 15px;
}
.alert-box {
    background-color: #f7f8fa;
    border-color: #f7f8fa;
    color: #31708f;
    padding:20px;
}
.alert-box-text {
    font-size: 26px;
}
.width800{
    width: 800px;
}
.alert {
    padding: 3%!important;
    margin-top: 2%!important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-info {
    background-color: #f7f8fa!important;
    border-color: #f7f8fa!important;
    color: #31708f;
}
.text-CWH-Blue {
    color: #234994;
}
.search-box {
    width: 80%;
    font-size: 18px;
    border: 1px solid #ccc;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    min-height: auto;
    position: relative;
    background-color: #fff;
    font-family: Arial,'HelveticaNeueRegular';
}
.address h3, .address h4, .address h5 {
    font-family: Arial,'HelveticaNeueCondensedBold';
    color: #234994;
    margin-bottom: 5px;
}
.internal-only h3, .internal-only h4 {
    color: red;
    font-family: Arial,'HelveticaNeueCondensedBold';
    border-bottom: none;
    margin-bottom: 5px;
}
div.bkAvailable {
    margin-top: 23px;
}
.bookNow{
    margin-top: 23px;
}

.vaccination_container {
    margin-left: -15px;
    margin-right: -15px;
}

.vaccination_event {
    font-family: Arial, Helvetica, sans-serif;
    padding: 16px;
    border: 1px solid #0053A3;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    transition: background-color 0.3s ease;
}

.disabled_event {
    cursor: default;
    background: #F5F5F5;
}

.vaccination_event__disabled_event {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 8px;
}

.vaccination_event.active {
    background-color: #EFF6FF;
}

.vaccination_event:hover {
    cursor: pointer;
    background-color: #EFF6FF;
}

.disabled_event:hover {
    cursor: default;
    background: #F5F5F5;
}

.vaccination_event__title {
    font-weight: 700;
    color: #234994;
    font-size: 16px;
    margin: 0;
    margin-bottom: 8px;
}

.vaccination_event__description, .vaccination_event__description p{
    font-weight: 400;
    color: #404040;
    font-size: 12px;
    margin: 0;
}

.vaccination_event__description_italic, .vaccination_event__description_italic p{
    font-weight: 400;
    color: #404040;
    font-size: 10px;
    font-style: italic;
    margin: 0;
}

.vaccination_event__description ul{
    padding-inline-start: 1.2em;
}

.vaccination_event__bookBtn {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    background-color: #5CB85C;
    color: #fff;
    border-radius: 0;
    border: 1px solid #0053A3;
    width: 105px;
    max-width: 100%;
    height: 48px;
    text-align: center;
    padding: 16px 24px 16px 24px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.disabledBtn {
    width: 150px;
    color: #737373;
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
}

.disabledBtn:hover {
    cursor: default;
}

.vaccination_event p {
    text-overflow: clip;
}

.vaccination_event:hover .vaccination_event__bookBtn, .vaccination_event__bookBtn.active {
    color: #0053A3;
    border: none;
    color: #fff;
    background-color: #5CB85C;
    text-decoration: none;
}

.vaccination_event:hover .disabledBtn{
    color: #737373;
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
    text-decoration: none;
}

.vaccination_event__private_vaccination {
    max-width: 100%;
}

.vaccination_event__price {
    font-size: 24px;
    font-weight: 700;
    color: #234994;
    margin: 0 60px 0 0;
    text-align: end;
}

.vaccination_event_consultant_price {
    margin: 0 50px 0 0;
}

.vaccination_event__details_container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.storeList .row {
    border-bottom: none !important;
}

#serachResultTitle {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 16px;
}

#serachResultTitle h2 {
    color: #404040;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 -15px 0 -15px;
}

.vaccination__divider {
    margin: 16px 0;
}

.storeList {
    transition: opacity 0.5s ease;
    opacity: 1;
    margin: 0
}

.storeList .vaccination__result_title {
    margin-left: -30px;
    margin-right: -30px;
}

.vaccination__result_title h2 {
    text-align: center;
    font-size: 30;
    color: #234994;
}

.vaccination_event__unavailable_message {
    display: flex;
    color: #CA0B0B;
    border: 1px solid #CA0B0B;
    border-radius: 6px;
    padding: 16px;
    width: 370px;
    max-width: 100%;
    margin-top: 8px;
    background-color: #FEF2F2;
}

.vaccination_event__unavailable_message span {
    font-size: 12px;
    line-height: 24px;
    margin-left: 16px;
}

.noData {
    margin-left: -15px;
    margin-right: -15px;
}


@media screen and (max-width: 767px) {
    .vaccination_container {
        margin: 0;
    }

    #serachResultTitle {
        margin-left: 0;
        margin-right: 0;  
    }

    .vaccination_event {
        flex-direction: column;
        align-items: unset;
        gap: 8px;
    }

    .storeList {
        margin: 0;
    }

    .storeList .row {
        margin-left: 0;
        margin-right: 0;  
    }

    .vaccination__result_title > div {
        padding-left: 0;
        padding-right: 0;
    }

    .vaccination_event__details_container {
        gap: 8px;
        flex-direction: column;
        align-items: flex-start;
    }
}
