.masterstudy-date-field{display:flex;height:40px;border-radius:4px;border:1px solid #dbe0e9}.masterstudy-date-field-label{display:flex;min-width:123px;align-items:center;justify-content:center;padding:0 10px 0 7px;color:var(--accent-100);font-size:14px;font-style:normal;font-weight:700;line-height:normal;white-space:nowrap;background:var(--accent-10)}.masterstudy-date-field-label::before{display:flex;font-family:stmlms;font-style:normal;font-variant:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none;text-transform:none;content:var(--stmlms-icon-calendar);font-size:22px;font-weight:400;margin-right:10px;line-height:normal}.masterstudy-date-field-value{display:flex;width:220px;align-items:center;justify-content:center;padding:0 20px;color:#001931;font-size:14px;font-style:normal;font-weight:400;line-height:normal;white-space:nowrap;background:#fff;transition:.3s;border-top-right-radius:4px;border-bottom-right-radius:4px}.masterstudy-date-field:hover{cursor:pointer}.masterstudy-date-field:hover .masterstudy-date-field-value{border-color:var(--accent-100)}@media (max-width:767px){.masterstudy-date-field-value{width:100%;justify-content:flex-start}}