.calender_container{position:relative;width:664px;height:100%;min-height:500px;max-height:800px;border-radius:20px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;background-color:var(--smtcColorTextInversed)}.calender_header{font-size:22px;flex-shrink:0;color:var(--smtcColorTextPrimary);padding:24px;display:flex;justify-content:space-between;line-height:26px}.calender_content{margin-top:16px;border:1px solid var(--smtcColorBorderDefault);height:-moz-fit-content;height:fit-content;width:614px;border-radius:16px;padding:20px 22px}@media screen and (max-width:768px){.calender_container{width:100%;max-width:100%;height:100%;min-height:100%;max-height:100%;border-radius:0}.calender_header{height:44px;font-size:17px;font-weight:700;color:var(--smtcColorTextPrimary);line-height:22px;display:flex;padding:11px 16px}}