/*-----------------------------------------------------------------------
Template Name      : Carenix - Medical Care and Clinic HTML Template
Author             : pus_infotech
Author Portfolio   : https://themeforest.net/user/pus_infotech
Version            : 1.0.0
-----------------------------------------------------------------------
CSS TABLE OF CONTENTS
-----------------------------------------------------------------------
- base
    - variables
    - mixin
    - reset
    - typography
    - forms

- components
    - accordion
    - breadcrumb
    - buttons
    - offcanvus
    - widget

- theme
    - animations
    - common
    - preloader
    - spacing
    - theme-class

- layout
    -header
        - header
        - meanmenu
    - footer
        - footer
    - section
        - hero
        - micon
        - about
        - services
        - why-choose
        - appointment
        - portfolio
        - testimonials
        - marquee
        - doctor
        - cta
        - features
        - partners
        - faq
        - pricing
        - blog
        - instagram
        - contact
        - video
        - how-it-work
        - counter
        - skills
        - gallery
        - authentication
        - product
        - cart
        - checkout
        - wishlist

Main Style file-> assets/css/main.css
-----------------------------------------------------------------------*/
#appointment_services {
    display: none !important;
}
.select2-container {
    width: 100% !important;
    display: block !important;
}

/* Style the multi-select selection area */
.select2-container--default .select2-selection--multiple {
    border-radius: 10px !important;
    padding: 4px !important;
    min-height: 50px !important;
    height: auto !important;
    background: #fff !important;
    overflow-y: visible !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
}

/* Style the selected choices (tags) inside the multi-select */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #035E58 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 1px 10px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    box-shadow: 0 1px 2px rgba(3,94,88,0.08) !important;
    transition: background 0.2s;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    margin-right: 6px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: color 0.2s;
}

/* Style the search input inside the multi-select */
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px !important;
    color: #035E58 !important;
    padding: 4px 8px !important;
    margin-top: 0 !important;
    min-width: 80px !important;
    flex: 1 1 80px !important;
    height: 28px !important;
    line-height: 1.5 !important;
}

.select2-container--default .select2-selection--multiple .select2-search--inline {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    min-width: 80px !important;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
    color: #b0b0b0 !important;
    opacity: 1 !important;
    font-size: 12px !important;
}

/* --- Custom styles for the select2 dropdown --- */
.select2-container--default .select2-dropdown {
    background-color: #fff !important;
    border: 1px solid #035E58 !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 16px rgba(3,94,88,0.10) !important;
    padding: 0 !important;
    z-index: 9999 !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 250px !important;
    overflow-y: auto !important;
    padding: 4px 0 !important;
}

.select2-container--default .select2-results__option {
    padding: 10px 16px !important;
    font-size: 14px !important;
    color: #035E58 !important;
    background: transparent !important;
    transition: background 0.2s, color 0.2s;
    cursor: pointer !important;
    border-radius: 6px !important;
    margin: 2px 8px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #035E58 !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #e6f7f5 !important;
    color: #035E58 !important;
    font-weight: 600 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #b0b0b0 !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    margin: 8px !important;
    outline: none !important;
    color: #035E58 !important;
    background: #f8f8f8 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
    color: #b0b0b0 !important;
    opacity: 1 !important;
    font-size: 13px !important;
}




.book-appointment-btn {
    background-color: #035E58;
    color: white;
}

.book-appointment-btn:hover {
    border: #035E58 solid 1px;
    color: #035E58;
}
.h-100 {
    height: 120px !important;
}

.btn-cross:hover {
    background-color: grey !important;
    color: white !important;
    border: grey solid 1px !important;
}
