#calendar{width:100%;max-width:380px;text-align:center;color:#555555;position:relative;.calendar-header{margin-bottom:12px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;position:relative}.calendar-button{cursor:pointer;height:100%;background-image:url(/assets/free-withdrawal/calendar-arrow.svg);background-repeat:no-repeat;position:relative;background-position:50% 50%}.calendar-button#next-month{transform:rotate(180deg)}.calendar-body{position:relative}.calendar-month{color:#2d333e;font-weight:500}.calendar-days{margin-bottom:12px}.calendar-dates span,.calendar-days span{display:flex;align-items:center;justify-content:center;width:32px;height:32px;justify-self:center}.calendar-days span{font-size:14px;box-sizing:border-box;color:rgba(0,0,0,.8)}.calendar-dates span{line-height:1.34;font-size:16px;box-sizing:border-box}.calendar-dates,.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);justify-content:space-between;-moz-column-gap:1px;column-gap:1px;row-gap:9px}.date{border-radius:50%}.date.current-date{font-weight:700;color:#194797;background-color:#edf1f7}.date.highlighted{font-weight:700;background-color:#194797;color:#fff}}