/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */.eventItem{font-family:var(--font-jost);position:relative}.eventItem .font-semibold{font-family:var(--font-cormorant)}.eventItem p{font-size:14px;margin-bottom:0}.eventItem .btn-buy{align-items:center;display:flex;gap:5px;height:40px;justify-content:center;width:120px}.event-info{display:flex;font-family:var(--font-jost);gap:20px}.event-info div{align-items:center;display:flex;gap:7.5px}.event-info p{margin:0}#datepicker{background-color:#f5f5f5;padding:5px}#datepicker .ui-datepicker-header{border-bottom:1px solid #fff;display:flex;justify-content:space-between;padding:10px 0;position:relative}#datepicker .ui-datepicker-header .ui-datepicker-title{font-size:18px;font-weight:600;left:0;margin-left:auto;margin-right:auto;position:absolute;right:0;text-align:center;z-index:9}#datepicker .ui-datepicker-header .ui-datepicker-next,#datepicker .ui-datepicker-header .ui-datepicker-prev{font-size:20px;z-index:10}#datepicker .ui-datepicker-header .ui-datepicker-next span,#datepicker .ui-datepicker-header .ui-datepicker-prev span{overflow:hidden;text-indent:-9999px}#datepicker .ui-datepicker-header .ui-datepicker-prev span{background:url(/icons/arrow-left-line.svg) 50% no-repeat!important;display:block;height:20px;width:20px}#datepicker .ui-datepicker-header .ui-datepicker-next span{background:url(/icons/arrow-right-line.svg) 50% no-repeat!important;display:block;height:20px;width:20px}#datepicker .ui-datepicker-calendar{margin:10px 0}#datepicker table{font-size:14px;font-weight:400;width:100%}#datepicker table th{font-weight:400}#datepicker table tr{display:grid;gap:2px;grid-template-columns:repeat(7,1fr);text-align:center}#datepicker table tr td{display:flex;height:0;padding-bottom:calc(100% - 1px);place-content:center;position:relative;width:100%}#datepicker table tr td .ui-state-active,#datepicker table tr td .ui-state-hover{background-color:#0000;border-radius:50%}#datepicker table tr td .ui-state-default:hover{background-color:#00000080;border-radius:50%;color:#fff}#datepicker table tr td a{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%}@media screen and (max-width:576px){.event-info{flex-direction:column;gap:10px}}