.eventItem{position:relative;font-family:var(--font-jost)}.eventItem .font-semibold{font-family:var(--font-cormorant)}.eventItem p{font-size:14px;margin-bottom:0}.eventItem .btn-buy{height:40px;justify-content:center;gap:5px;align-items:center;width:120px;display:flex}.event-info{gap:20px;font-family:var(--font-jost);display:flex}.event-info div{gap:7.5px;align-items:center;display:flex}.event-info p{margin:0}#datepicker{padding:5px;background-color:#f5f5f5}#datepicker .ui-datepicker-header{padding:10px 0;justify-content:space-between;position:relative;border-bottom:1px solid #fff;display:flex}#datepicker .ui-datepicker-header .ui-datepicker-title{font-size:18px;font-weight:600;margin-right:auto;right:0;position:absolute;text-align:center;margin-left:auto;left:0;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{height:20px;background:url(https://zoramello.fun/icons/arrow-left-line.svg) 50% no-repeat!important;width:20px;display:block}#datepicker .ui-datepicker-header .ui-datepicker-next span{height:20px;background:url(https://zoramello.fun/icons/arrow-right-line.svg) 50% no-repeat!important;width:20px;display:block}#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{grid-template-columns:repeat(7,1fr);gap:2px;text-align:center;display:grid}#datepicker table tr td{height:0;position:relative;padding-bottom:calc(100% - 1px);width:100%;place-content:center;display:flex}#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{color:#fff;background-color:#00000080;border-radius:50%}#datepicker table tr td a{height:100%;justify-content:center;position:absolute;align-items:center;width:100%;display:flex}@media screen and (max-width:576px){.event-info{flex-direction:column;gap:10px}}