.tidybot-chat-container {
    position: fixed;
    width: 400px;
    height: 600px;
    z-index: 999998;
    box-shadow: 0 5px 40px rgba(0,0,0,0.16);
    background: white;
    border-radius: 10px;
    display: none;
    overflow: hidden;
}

.tidybot-chat-header {
    position: relative !important;
    z-index: 1 !important;
    height: 75px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 16px !important;
    color: white !important;
    font-weight: bold !important;
    border-radius: 10px 10px 0 0 !important;
    background-color: var(--tidybot-button-color, #006aa7) !important;
}



/* Header text container */
#tidybot-header-text {
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    position: relative !important;
    z-index: 10 !important;
}

/* Header name styling */
#tidybot-header-name.team-name {
    color: #ffffff !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 15 !important;
}

/* Header title styling */
#tidybot-header-title.tidybot-header-title {
    text-align: center !important;
    font-size: 1.2rem !important;
    font-weight: bold !important;
    color: #ffffff !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
    position: relative !important;
    z-index: 15 !important;
}

.tidybot-header-toggle {
    background-color: var(--tidybot-button-color, #006aa7) !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 2rem !important;
    font-weight: bold !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    transition: background-color 0.2s ease !important;
    line-height: 1 !important;
}

.tidybot-header-toggle:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.tidybot-chat-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
    border-radius: 10px;
    border-radius: 10px;
}

.tidybot-chat-container:has(.tidybot-chat-header) .tidybot-chat-wrapper {
    height: calc(100% - 75px);
    border-radius: 0 0 10px 10px;
}

.tidybot-chat-scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto !important;
    overflow-x: visible !important;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.2) transparent;
<<<<<<< .mine
    border-radius: 10px;
    /* Zorg ervoor dat TidyCal embed goed kan scrollen */
    min-height: 1000px !important;
||||||| .r3292514
=======
    border-radius: 10px;
>>>>>>> .r3428656
}

.tidybot-chat-scroll::-webkit-scrollbar {
    width: 6px;
}

.tidybot-chat-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.tidybot-chat-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 3px;
}

.tidybot-chat-content {
    width: 100%;
    min-height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
<<<<<<< .mine
    border-radius: 10px;
    overflow: visible !important;
||||||| .r3292514
=======
    border-radius: 10px;
    overflow: hidden;
>>>>>>> .r3428656
}

.tidybot-chat-content iframe {
<<<<<<< .mine
    width: 100% !important;
    height: 1200px !important;
    border: none !important;
    display: block !important;
    min-height: 1200px !important;
    border-radius: 10px !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 1 !important;
||||||| .r3292514
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    min-height: 500px;
=======
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    display: block !important;
    min-height: 500px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 1 !important;
>>>>>>> .r3428656
}

/* Agressieve TidyCal iframe styling */
.tidycal-embed,
.tidycal-embed iframe,
iframe.tidycal-embed,
iframe[id*="tidycal"],
iframe[src*="tidycal"] {
    height: 1200px !important;
    min-height: 1200px !important;
    max-height: none !important;
    overflow: visible !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
}

/* TidyCal specifieke aanpassingen voor nieuwe embed code */
.tidybot-chat-content .tidycal-embed {
    min-height: 1500px !important;
    height: 1500px !important;
    overflow: visible !important;
    border-radius: 10px !important;
}

.tidybot-chat-content iframe {
    min-height: 1500px !important;
    height: 1500px !important;
    overflow: visible !important;
    border-radius: 10px !important;
}

/* Verberg TidyCal admin teksten */
.tidybot-chat-content [data-testid="admin-badge"],
.tidybot-chat-content [data-testid="admin-notice"],
.tidybot-chat-content .admin-badge,
.tidybot-chat-content .admin-notice,
.tidybot-chat-content .tidycal-admin-badge,
.tidybot-chat-content .tidycal-admin-notice {
    display: none !important;
}

/* Fix voor TidyCal calendar scroll - Agressieve styling */
.tidybot-chat-content .tidycal-embed,
.tidybot-chat-content .tidycal-embed *,
.tidybot-chat-content .tidycal-embed .calendar-container,
.tidybot-chat-content .tidycal-embed .calendar-grid,
.tidybot-chat-content .tidycal-embed .calendar-view,
.tidybot-chat-content .tidycal-embed .calendar,
.tidybot-chat-content .tidycal-embed .calendar-body,
.tidybot-chat-content .tidycal-embed .nice-dates-grid,
.tidybot-chat-content .tidycal-embed .nice-dates-grid_container,
.tidybot-chat-content .tidycal-embed .btype-row,
.tidybot-chat-content .tidycal-embed .btype-col-2 {
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
    min-height: 1500px !important;
    position: relative !important;
}

/* Specifieke TidyCal elementen forceren */
.tidybot-chat-content .tidycal-embed .nice-dates-grid {
    height: auto !important;
    min-height: 1500px !important;
    overflow: visible !important;
}

.tidybot-chat-content .tidycal-embed .nice-dates-grid_container {
    height: auto !important;
    min-height: 1500px !important;
    overflow: visible !important;
    transform: none !important;
}

.tidybot-chat-content .tidycal-embed .calendar-day,
.tidybot-chat-content .tidycal-embed .calendar-slot,
.tidybot-chat-content .tidycal-embed .day,
.tidybot-chat-content .tidycal-embed .slot {
    overflow: visible !important;
}

/* Specifieke TidyCal embed fixes */
.tidybot-chat-content .tidycal-embed {
    min-height: 1500px !important;
    height: 1500px !important;
    overflow: visible !important;
    position: relative !important;
}

.tidybot-chat-content .tidycal-embed > div {
    overflow: visible !important;
    max-height: none !important;
}

/* Zorg ervoor dat de chat container niet de scroll blokkeert */
.tidybot-chat-container {
    overflow: visible !important;
}

.tidybot-chat-wrapper {
    overflow: visible !important;
}

/* Verberg "This is only visible to you" tekst - CSS fallback */
.tidybot-chat-content div[style*="position: fixed"] {
    display: none !important;
}

.tidybot-chat-content div[style*="z-index: 9999"] {
    display: none !important;
}

.tidybot-chat-content div[style*="background: rgba"] {
    display: none !important;
}

/* Specifieke TidyCal admin elementen verbergen */
.tidybot-chat-content [data-testid*="admin"],
.tidybot-chat-content [class*="admin"],
.tidybot-chat-content [id*="admin"] {
    display: none !important;
}

/* Specifieke selectors voor TidyCal admin elementen */
.tidybot-chat-content iframe body div[style*="position: fixed"],
.tidybot-chat-content iframe body div[style*="z-index: 9999"],
.tidybot-chat-content iframe body div[style*="background: rgba"],
.tidybot-chat-content iframe body div[style*="color: white"] {
    display: none !important;
}

/* Legacy TidyCal aanpassingen */
.tidybot-chat-content .btype-row {
    min-height: 1500px;
    overflow: visible;
    border-radius: 10px;
}

.tidybot-chat-content .calendar-container {
    min-height: 1500px;
    overflow: visible;
    border-radius: 10px;
}

.tidybot-chat-content .nice-dates-grid {
    min-height: 1500px;
    overflow: visible;
}

/* Afronden van de booking container */
.tidybot-chat-content .container.booking-page-container {
    border-radius: 10px;
    overflow: hidden;
}

/* Afronden van de booking cards */
.tidybot-chat-content .item {
    border-radius: 10px !important;
}

/* Afronden van de buttons */
.tidybot-chat-content .btn {
    border-radius: 8px;
}

/* Afronden van de profile picture */
.tidybot-chat-content .profilepic {
    border-radius: 50%;
    overflow: hidden;
}

<<<<<<< .mine
.tidybot-chat-content .profilepic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Forceer iframe styling */
.tidycal-embed {
    min-height: 1500px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    margin-top: 75px !important;
}

/* Zorg ervoor dat de container de iframe afrondt */
#tidybot-chat-container {
    border-radius: 10px !important;
    overflow: hidden !important;
}

#tidybot-chat-container iframe {
    border-radius: 10px !important;
    overflow: hidden !important;
}

||||||| .r3292514
=======
.tidybot-chat-content .profilepic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Forceer iframe styling */
.tidycal-embed {
    border-radius: 10px !important;
    overflow: hidden !important;
}

/* Zorg ervoor dat de container de iframe afrondt */
#tidybot-chat-container {
    border-radius: 10px !important;
    overflow: hidden !important;
}

#tidybot-chat-container iframe {
    border-radius: 10px !important;
    overflow: hidden !important;
}

>>>>>>> .r3428656
.tidybot-chat-container.bottom-right {
    bottom: 100px;
    right: 20px;
}

.tidybot-chat-container.bottom-left {
    bottom: 100px;
    left: 20px;
}

.tidybot-toggle-button {
    position: fixed;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    color: white;
    text-align: center;
    font-size: 20px;
    line-height: 65px;
    cursor: pointer;
    z-index: 999999;
    box-shadow: 0 3px 15px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease-in-out;
}

.tidybot-toggle-button svg {
    width: 95%;
    height: 95%;
    margin-left: -0.25mm;
    margin-top: -0.25mm;
}

.tidybot-toggle-button.bottom-right {
    bottom: 20px;
    right: 20px;
}

.tidybot-toggle-button.bottom-left {
    bottom: 20px;
    left: 20px;
}

.tidybot-toggle-button.active {
    transform: scale(1.1);
}

@keyframes tidybot-fade-in {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.tidybot-chat-container {
    animation: tidybot-fade-in 0.3s ease-out forwards;
}

/* Scrollbare TidyCal embed container */
.tidycal-embed .container,
.tidycal-embed .container-lg-wide {
    max-height: 550px !important;
    overflow-y: auto !important;
}

.tidycal-embed,
.tidycal-embed .container,
.tidycal-embed .container-lg-wide {
    max-height: 80vh !important;
    overflow-y: auto !important;
}

.tidycal-embed .btype-col-2 {
    max-height: 70vh !important;
    overflow-y: auto !important;
}

.tidycal-embed .profilepic-sm,
.tidycal-embed .team-name,
.tidycal-embed h1.fw-bold,
.tidycal-embed h1,
.tidycal-embed .btype-col-1,
.tidycal-embed .btype-col-3 {
    display: none !important;
}

.tidycal-embed .btype-row {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.tidycal-embed .btype-col-2,
.tidycal-embed .calendar-container {
    max-height: 80vh !important;
    overflow-y: auto !important;
}

.tidycal-embed h1.h4.fw-bold {
    font-size: 1rem !important;
    margin-top: 0.2em !important;
    margin-bottom: 0.2em !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.1 !important;
} 