html, body, main {
    background-color: #F1F1F1;
}

@font-face {
    font-family: "Roboto";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
    font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
    font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

*, *::after, *::before {
    box-sizing: border-box;
}

html, body, main {
    background-color: #F1F1F1;
}

html.active, body.active, main.active {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    color: #2961FE;
    font-family: Roboto;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #2961FE;
    min-height: 100vh;
    font-family: "Roboto";
    font-weight: 400;
    background-color: #fff;
}

body.active-body {
    overflow: hidden;
}

.ts {
    border: 1px solid black;
}

.w100 {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 36px;
}

a,
button {
    color: #2961FE;
}

.container {
    max-width: 1920px;
    width: 100%;
    padding: 0 80px;
    padding: 0 0;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .container {
        padding: 0 20px;
    }
}

@media (max-width: 850px) {
    .container {
        padding: 0 15px;
    }
}

@media (max-width: 670px) {
    .container {
        padding: 0 0px;
    }
}

.container .row {
    max-width: 1920px;
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
}

.nav ul {
    display: flex;
    gap: 30px;
}

.nav li {
    list-style-type: none;
}

.nav li a {
    font-weight: bold;
    text-decoration: none;
}

.nav li a.active {
    text-decoration: underline;
}

/* calendar-widget.scss*/
.d-none {
    display: none;
}

.wsd-calendar-widget {
    z-index: 1;
    position: relative;
    width: 100%;
    width: 719px;
    width: 821px;
    max-height: 100vh;
    font-family: Roboto;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    padding: 51px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2px;
    background: #F1F1F1;
    background: #F1F1F1;
}

.wsd-calendar-widget, .wsd-calendar-widget *, .wsd-calendar-widget *::after, .wsd-calendar-widget *::before {
    box-sizing: border-box;
}

.wsd-calendar-widget * {
    font-size: 19px;
}

.wsd-calendar-widget .wsdcw--top-nav {
    display: none;
    padding: 10px 0 10px 10px;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    width: 301px;
}

.wsd-calendar-widget .wsdcw--top-nav .top-nav-title {
    font-weight: 700;
}

.wsd-calendar-widget .wsdcw--top-nav .top-nav-title.sel {
    color: #000;
}

@media (max-width: 740px) {
    .wsd-calendar-widget .wsdcw--top-nav {
        width: 427px;
    }
}

@media (max-width: 740px) and (max-width: 450px) {
    .wsd-calendar-widget .wsdcw--top-nav {
        width: 301px;
    }
}

@media (max-width: 550px) {
    .wsd-calendar-widget {
        padding: 16px 0;
        background: #F1F1F1;
    }

    .wsd-calendar-widget.active input[name=FROM],
  .wsd-calendar-widget.active input[name=TO],
  .wsd-calendar-widget.active input[name=from],
  .wsd-calendar-widget.active input[name=to] {
        order: 2;
    }

    .wsd-calendar-widget.active[data-step=filter-from] .wsdcw--top-nav, .wsd-calendar-widget.active[data-step=filter-to] .wsdcw--top-nav {
        display: flex;
    }
}

.wsd-calendar-widget .wsdcw--date-fields {
    display: inline-flex;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
}

@media (max-width: 550px) {
    .wsd-calendar-widget .wsdcw--date-fields {
        flex-direction: column;
        width: 357px;
    }
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp {
    width: calc((100% - 5px) / 2);
}

@media (max-width: 550px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp {
        width: 357px;
    }
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool {
    width: 100%;
    width: 357px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

@media (max-width: 740px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool {
        width: 301px;
        width: 427px;
    }
}

@media (max-width: 740px) and (max-width: 450px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool {
        width: 301px;
    }
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
    position: relative;
    width: 357px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 6px;
    border: 0.5px solid #969FA8;
    border-top: 0px solid #969FA8;
    background: #fff;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel * {
    transition: 1s;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.disable {
    background: #EFF0F0;
}

@media (max-width: 740px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        width: 301px;
        width: 427px;
        height: 61px;
    }
}

@media (max-width: 740px) and (max-width: 450px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        width: 301px;
        height: 41px;
    }
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .tool-sel-title {
    color: #2961FE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active.wsdcw--tool-sel-year svg {
    opacity: 0;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active.wsdcw--tool-sel-year .tool-sel-title {
    display: none;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .tool-sel-title svg.arrow_down {
    transition: 1s;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .tool-sel-title svg.arrow_down {
    transform: rotate(180deg);
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active.wsdcw--tool-sel-year .wsdcw--sel-filter {
    display: flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active.wsdcw--tool-sel-year .wsdcw--sel-filter svg {
    display: none;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active.wsdcw--tool-sel-year .wsdcw--sel-filter .tool-filter-wrapp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active.wsdcw--tool-sel-year .wsdcw--sel-filter input {
    -moz-appearance: textfield;
 /* Firefox */
    font-family: "Roboto", sans-serif;
    color: #2961FE;
    font-weight: 700;
    font-weight: 400;
    flex-grow: 1;
    border: 0;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active.wsdcw--tool-sel-year .wsdcw--sel-filter input:focus {
    outline: none;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active.wsdcw--tool-sel-year .wsdcw--sel-filter input::-webkit-outer-spin-button,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active.wsdcw--tool-sel-year .wsdcw--sel-filter input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
 /* <-- Apparently some margin are still there even though it's hidden */
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel svg {
  stroke: #161E20;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel svg.disable {
  stroke: #969FA8;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown {
  text-transform: capitalize;
  display: none;
  position: absolute;
  top: 51.5px;
  left: -0.5px;
  z-index: 100;
  max-height: 361px;
  overflow-x: hidden;
  overflow-y: auto;
  gap: 4%;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
  height: 52px;
  width: 357px;
  padding: 11px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 0.5px solid #969FA8;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item.d-none {
  display: none;
}
@media (max-width: 740px) {
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
    width: 301px;
    width: 427px;
  }
}
@media (max-width: 740px) and (max-width: 450px) {
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
    width: 301px;
  }
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
  display: block;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown .current {
  background: #EFF0F0;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week {
  width: 357px;
  display: flex;
  align-items: flex-start;
  background: #fff;
  border: 0.5px solid #969FA8;
  border-top: 0.5px solid #969FA8;
  border-top: 0;
  display: none;
}
@media (max-width: 740px) {
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week {
    width: 301px;
    width: 427px;
  }
}
@media (max-width: 740px) and (max-width: 450px) {
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week {
    width: 301px;
  }
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank-first,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day {
  display: flex;
  width: 51px;
  height: 51px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #000;
  border: 0;
  border-right: 0.5px solid #969FA8;
}
@media (max-width: 740px) {
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank-first,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day {
    width: 43px;
    height: 43px;
    width: 61px;
    height: 61px;
  }
}
@media (max-width: 740px) and (max-width: 450px) {
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank-first,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day {
    width: 41px;
    height: 41px;
  }
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank-first:first-child,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank:first-child,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day:first-child {
  border-left: 0.5px solid #969FA8;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank-first:first-child,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank:first-child,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day:first-child {
  border-left: 0;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank-first:last-child,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank:last-child,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day:last-child {
  border-right: 0;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank-first.last-no-sun,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank.last-no-sun,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day.last-no-sun {
  border-right: 0.5px solid #969FA8;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank-first.month-day,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank.month-day,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day.month-day {
  background: #F6F6F6;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank-first {
  border-right: 0.5px solid #969FA8;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank {
  border: 0;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool.active .wsdcw--week {
  display: flex;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--day-blank {
  width: 100%;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month {
  width: 100%;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week {
  border-top: 0;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--day {
  color: #6CA3FE;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--day.current {
  color: #fff;
  background: #2879FF;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--day.month-period {
  color: #2961FE;
  background: #D4F6FF;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child {
  justify-content: end;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child .wsdcw--day-blank:first-child {
  width: 40px;
  background: transparent;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child .wsdcw--day-blank-first:first-child {
  background: transparent;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim {
  position: relative;
  display: flex;
  width: 100%;
  height: 51px;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  text-transform: uppercase;
  border: 0.5px solid #969FA8;
  background: #F6F6F6;
  background: #F6F6F6;
  background: #fff;
}
@media (max-width: 740px) {
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim {
    height: 43px;
  }
}
@media (max-width: 740px) {
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim {
    height: 61px;
  }
}
@media (max-width: 740px) and (max-width: 450px) {
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim {
    height: 41px;
  }
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
  position: relative;
  display: flex;
  padding: 5px 3px 5px 23px;
  padding: 5px 3px 5px 22px;
  padding: 5px 22px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  flex-basis: calc(100% - 0px);
  justify-content: space-between;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .cw-date-field {
  display: flex;
  gap: 3px;
  justify-content: space-between;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label {
  color: #434C4E;
  text-align: center;
  font-weight: 300;
  flex-basis: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  white-space: nowrap;
  flex-grow: 0;
  flex-shrink: 1;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-to.small {
  display: none;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b {
  flex-grow: 1;
  flex-shrink: 0;
  color: #000;
  display: flex;
  justify-content: start;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date span.date {
  flex-grow: 1;
  flex-shrink: 0;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .cwd {
  width: 25px;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .cwm {
  width: 25px;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .cwy {
  width: 60px;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .cwd:-moz-placeholder-shown {
  width: 34px;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .cwd:placeholder-shown {
  width: 34px;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .cwm:-moz-placeholder-shown {
  width: 37px;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .cwm:placeholder-shown {
  width: 37px;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .cwy:-moz-placeholder-shown {
  width: 60px;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .cwy:placeholder-shown {
  width: 60px;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date span.date,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date input,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input {
  padding: 0;
  font-family: Roboto;
  font-style: normal;
  line-height: normal;
  color: #000;
  white-space: nowrap;
  font-weight: 700;
  border: 0;
  background-color: transparent;
  outline: none;
  border: 0;
  box-shadow: none;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date span.date::-moz-placeholder, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date input::-moz-placeholder, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input::-moz-placeholder {
  color: #B2B4B4;
  font-weight: 300;
  text-transform: uppercase;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date span.date::placeholder,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date input::placeholder,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input::placeholder {
  color: #B2B4B4;
  font-weight: 300;
  text-transform: uppercase;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date span.date:-webkit-autofill, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date input:-webkit-autofill, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input:-webkit-autofill {
  border: 0;
  background: transparent;
  background-color: transparent;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date span.date :-internal-autofill-selected, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date span.date:-internal-autofill-selected, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date span.date:autofill, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date span.date:-webkit-autofill,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date input :-internal-autofill-selected,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date input:-internal-autofill-selected,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date input:autofill,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date input:-webkit-autofill,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input :-internal-autofill-selected,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input:-internal-autofill-selected,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input:autofill,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input:-webkit-autofill {
  border: 0;
  background: transparent;
  background-color: transparent;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date input:-internal-autofill-selected {
  color: #000;
  white-space: nowrap;
  font-weight: 700;
  border: 0;
  background-color: transparent;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date input:-internal-autofill-selected::-moz-placeholder {
  color: #B2B4B4;
  font-weight: 400;
  font-weight: 300;
  text-transform: uppercase;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date input:-internal-autofill-selected::placeholder {
  color: #B2B4B4;
  font-weight: 400;
  font-weight: 300;
  text-transform: uppercase;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date input:-internal-autofill-selected:-webkit-autofill {
  border: 0;
  background: transparent;
  background-color: transparent;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date input:-internal-autofill-selected :-internal-autofill-selected, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date input:-internal-autofill-selected:-internal-autofill-selected, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date input:-internal-autofill-selected:autofill, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date input:-internal-autofill-selected:-webkit-autofill {
  border: 0;
  background: transparent;
  background-color: transparent;
}
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date input::-webkit-outer-spin-button,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date input[type=number] {
    -moz-appearance: textfield;
 /* Firefox */
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date span.date {
    color: #000;
    white-space: nowrap;
    font-weight: 700;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date span.dot {
  /* margin-bottom: -3px; */
    height: 96%;
    align-self: end;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date {
    padding: 5px 3px 5px 22px;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date {
    padding: 5px 22px;
}

@media (max-width: 740px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date {
        padding: 5px 3px 5px 22px;
        gap: 0;
    }
}

@media (max-width: 450px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date {
        padding: 5px 3px 5px 12px;
        gap: 0;
    }
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim:hover {
    background: #fff;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--calendar {
    width: 24px;
    height: 24px;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--calendar svg {
    width: 24px;
    height: 24px;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear {
    position: relative;
    display: none;
    display: none;
    padding: 5px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear swg {
    fill: #2879FF;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip {
    z-index: 100;
    position: absolute;
    top: 53px;
    width: 180px;
    height: 44px;
    background: #D4F6FF;
    border: 1px solid #2879FF;
    color: #434C4E;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    display: none;
    justify-content: center;
    align-items: center;
    transform: translateX(calc(-50% + 12px));
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.active {
    display: flex;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip::after {
    content: "";
    position: absolute;
    top: -9px;
    left: calc(50% - 9px);
    height: 18px;
    width: 18px;
    background: #D4F6FF;
    border: 1px solid #2879FF;
    border-bottom: 1px solid #D4F6FF;
    border-right: 1px solid #D4F6FF;
    transform: rotate(45deg);
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear:hover .tip {
    display: flex;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date span.date,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear {
    display: none;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date input {
    display: none;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date span.date {
    display: flex;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected.active .cw-date b, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected.active .cw-date input {
    display: flex;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected.active .cw-date span.date {
    display: none;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected > * {
    background: #D4F6FF;
    background: #D4F6FF;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected.active, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected.active > * {
    background: #fff;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected:not(.active) .di--clear {
    display: flex;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.filled .di--clear {
    display: flex;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected b, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active b {
    color: #000;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim ~ .wsdcw--caltool,
.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim ~ .wsdcw--caltool {
    display: none;
}

.wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active ~ .wsdcw--caltool, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active ~ .wsdcw--caltool {
    display: flex;
}

.wsd-calendar-widget .wsdcw--error-fields {
    display: none;
    margin-top: 3px;
    padding: 0px 7px;
    align-items: center;
    gap: 5px;
    color: #C80000;
}

.wsd-calendar-widget .wsdcw--error-fields .error-icon {
    width: 26px;
    height: 26px;
}

.wsd-calendar-widget .wsdcw--error-fields .error-icon svg {
    fill: #C80000;
}

.wsd-calendar-widget .wsdcw--error-fields .error-icon svg path {
    stroke: #C80000 !important;
}

.wsd-calendar-widget .wsdcw--error-fields .error-text {
    text-align: center;
    font-weight: 400;
}

@media (max-width: 550px) {
    .wsd-calendar-widget .wsdcw--error-fields {
        width: 421px;
    }
}

@media (max-width: 480px) {
    .wsd-calendar-widget .wsdcw--error-fields {
        width: 365px;
    }
}

.wsd-calendar-widget.error:not(.active) .wsdcw--error-fields {
    display: flex;
}

.wsd-calendar-widget .wsdcw--footer {
    display: none;
}

.wsd-calendar-widget .wsdcw--footer.show {
    padding: 14px 10px;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    background: #F6F6F6;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}

.wsd-calendar-widget .wsdcw--footer.show a {
    color: #B2B4B4;
    text-decoration: none;
}

.wsd-calendar-widget .wsdcw--footer.show a.cancel:hover {
    text-decoration: underline;
}

.wsd-calendar-widget .wsdcw--footer.show .applay {
    display: flex;
    padding: 4px 8px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    color: #fff;
    background: #B2B4B4;
}

.wsd-calendar-widget .wsdcw--footer.show.active a.cancel {
    color: #2879FF;
}

.wsd-calendar-widget .wsdcw--footer.show.newdate a.applay {
    color: #fff;
    background: #2879FF;
}

.wsd-calendar-widget.active .wsdcw--footer.show {
    display: flex;
}

@media (max-width: 740px) {
    .wsd-calendar-widget {
        width: 100%;
        width: 607px;
    }
}

@media (max-width: 630px) {
    .wsd-calendar-widget {
        align-items: center;
    }
}

@media (max-width: 550px) {
    .wsd-calendar-widget {
        flex-direction: column;
        width: 301px;
        width: 427px;
    }
}

@media (max-width: 550px) and (max-width: 450px) {
    .wsd-calendar-widget {
        width: 301px;
    }
}

.wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp.wgt-from .wsdcw--calim {
    background: #fff;
}

.wsd-calendar-widget.active[data-step=wgt-to] .wsdcw--date-fields .wsdcw--calim-wrapp.wgt-to .wsdcw--calim {
    background: #fff;
}

@media (min-width: 550px) {
  /*
  719*570
  51
  11
  13

  w = 719 + 51 + 51 
  h = 570 + 51 + 51

  k 570/719
  h 100
  w = h - 51 - 51 / k + 51 + 51
  rh 100 - 51 - 51 / 11

  */
    .wsd-calendar-widget {
        background-color: #F1F1F1;
        width: 1953px;
        width: 1832.117px;
        padding: 60.4415px;
        gap: 4.74px;
        gap: 11.851px;
    }

    .wsd-calendar-widget.dev::after {
        position: absolute;
        right: -300px;
        top: 0;
        border: 1px solid red;
        color: red;
        font-weight: 700;
        content: "def: over max";
        height: 100px;
        width: 300px;
        background-color: pink;
        opacity: 0.5;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wsd-calendar-widget.active {
        height: 1600px;
        height: 1479.117px;
    }

    .wsd-calendar-widget * {
        font-size: 45.035px;
    /*font-size: 19px;*/
    }

    .wsd-calendar-widget .wsdcw--date-fields {
        gap: 11.851px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp {
        width: 846.18px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool {
        width: 846.18px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        width: 846.18px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel svg {
        width: 56.886px;
        height: 56.886px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        padding: 0;
        height: 120.883px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .sel-dropdown-bg {
        display: none;
        position: absolute;
        left: -0.5px;
        z-index: 99;
        width: 100%;
        height: 858.032px;
        max-height: 858.032px;
        top: 120.883px;
        border: 1px solid #B2B4B4;
        content: "month";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown {
        width: 100%;
        height: 602.042px;
        max-height: 602.042px;
        content: "month";
        top: 120.883px;
        border: 1px solid #B2B4B4;
        border: 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 30%;
        height: 120.883px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year {
        background-color: #F1F1F1;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.current, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.filled {
        background-color: #fff;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .sel-dropdown-bg {
        height: 978.915px;
        max-height: 978.915px;
        content: "year";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown {
        height: 977.915px;
        max-height: 977.915px;
        content: "year ";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 21%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .sel-dropdown-bg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-evenly;
        align-items: start;
        border: 1px solid #B2B4B4;
        padding: 10px 0;
        padding: 23.702px 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        border-bottom: none;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week {
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank-first,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day {
        width: 120.883px;
        height: 120.883px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child {
        justify-content: end;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child .wsdcw--day-blank:first-child {
        width: 120.883px;
        background: transparent;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim {
        height: 120.883px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        gap: 1px;
    }
}

@media (min-width: 550px) and (max-height: 500px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 550px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b {
        position: relative;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input {
        width: auto;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy {
        width: 104.2915789474px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd {
        width: 20%;
        width: 52.1457894737px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm {
        width: 20%;
        width: 52.1457894737px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:-moz-placeholder-shown {
        width: 104.2915789474px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:placeholder-shown {
        width: 104.2915789474px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:-moz-placeholder-shown {
        width: 80.5889473684px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:placeholder-shown {
        width: 80.5889473684px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:-moz-placeholder-shown {
        width: 71.1078947368px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:placeholder-shown {
        width: 71.1078947368px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label {
        content: "short: false; active: false";
        flex-shrink: 2;
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-to.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-to.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-from.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-to.small {
        display: none;
    }
}

@media (min-width: 550px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar {
        width: 56.886px;
        height: 56.886px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar svg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar svg,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar svg {
        width: 56.886px;
        height: 56.886px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear {
        padding: 0;
        width: 9%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear svg {
        width: 56.886px;
        height: 56.886px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip {
        z-index: 100;
        position: absolute;
        top: 53px;
        top: 56.886px;
        width: 180px;
        width: 40vh;
        height: 44px;
        height: 56.886px;
        top: 105.883px;
        top: 140.421px;
        width: 483.532px;
        height: 120.883px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        color: #434C4E;
        text-align: center;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: none;
        display: none;
        justify-content: center;
        align-items: center;
        left: 50%;
        transform: translateX(calc(-50% + 12px));
        transform: translateX(calc(-50% + 1px));
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.active,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.active {
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip::after {
        content: "";
        position: absolute;
        top: -9px;
        top: 56.886px;
        left: calc(50% - 9px);
        left: calc(50% - 0px);
        height: 18px;
        width: 18px;
        width: 0.5vh;
        height: 0.5vh;
        top: calc(-24.781015px + 74%);
        top: calc(-24.781015px + 21%);
        left: 50%;
        width: 49.56203px;
        height: 49.56203px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        border-bottom: 1px solid #D4F6FF;
        border-right: 1px solid #D4F6FF;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right {
        left: calc(100% + 15px);
        transform: translateX(-100%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right::after {
        left: 90%;
        transform: none;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--footer.show {
        height: 120.883px;
        padding: 0;
        padding: 5px 10px;
        width: 100%;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields {
        padding: 0px 7px;
        padding-top: 14.2212px;
        gap: 5px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon {
        width: 61.6265px;
        height: 61.6265px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon svg {
        width: 61.6265px;
        height: 61.6265px;
    }
}

@media (min-width: 550px) and (max-height: 2160px), (min-width: 550px) and (max-width: 1953px) {
    .wsd-calendar-widget {
        background-color: #F1F1F1;
        width: 1953px;
        width: 1832.117px;
        padding: 60.4415px;
        gap: 4.74px;
        gap: 11.851px;
    }

    .wsd-calendar-widget.dev::after {
        position: absolute;
        right: -300px;
        top: 0;
        border: 1px solid red;
        color: red;
        font-weight: 700;
        content: "3840px x 2160px : 1600 | pre: 1953px*1600px";
        height: 100px;
        width: 300px;
        background-color: pink;
        opacity: 0.5;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wsd-calendar-widget.active {
        height: 1600px;
        height: 1479.117px;
    }

    .wsd-calendar-widget * {
        font-size: 45.035px;
    /*font-size: 19px;*/
    }

    .wsd-calendar-widget .wsdcw--date-fields {
        gap: 11.851px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp {
        width: 846.18px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool {
        width: 846.18px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        width: 846.18px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel svg {
        width: 56.886px;
        height: 56.886px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        padding: 0;
        height: 120.883px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .sel-dropdown-bg {
        display: none;
        position: absolute;
        left: -0.5px;
        z-index: 99;
        width: 100%;
        height: 858.032px;
        max-height: 858.032px;
        top: 120.883px;
        border: 1px solid #B2B4B4;
        content: "month";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown {
        width: 100%;
        height: 602.042px;
        max-height: 602.042px;
        content: "month";
        top: 120.883px;
        border: 1px solid #B2B4B4;
        border: 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 30%;
        height: 120.883px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year {
        background-color: #F1F1F1;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.current, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.filled {
        background-color: #fff;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .sel-dropdown-bg {
        height: 978.915px;
        max-height: 978.915px;
        content: "year";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown {
        height: 977.915px;
        max-height: 977.915px;
        content: "year ";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 21%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .sel-dropdown-bg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-evenly;
        align-items: start;
        border: 1px solid #B2B4B4;
        padding: 10px 0;
        padding: 23.702px 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        border-bottom: none;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week {
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank-first,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day {
        width: 120.883px;
        height: 120.883px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child {
        justify-content: end;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child .wsdcw--day-blank:first-child {
        width: 120.883px;
        background: transparent;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim {
        height: 120.883px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        gap: 1px;
    }
}

@media (min-width: 550px) and (max-height: 2160px) and (max-height: 500px), (min-width: 550px) and (max-width: 1953px) and (max-height: 500px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 550px) and (max-height: 2160px), (min-width: 550px) and (max-width: 1953px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b {
        position: relative;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input {
        width: auto;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy {
        width: 104.2915789474px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd {
        width: 20%;
        width: 52.1457894737px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm {
        width: 20%;
        width: 52.1457894737px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:-moz-placeholder-shown {
        width: 104.2915789474px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:placeholder-shown {
        width: 104.2915789474px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:-moz-placeholder-shown {
        width: 80.5889473684px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:placeholder-shown {
        width: 80.5889473684px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:-moz-placeholder-shown {
        width: 71.1078947368px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:placeholder-shown {
        width: 71.1078947368px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label {
        content: "short: false; active: false";
        flex-shrink: 2;
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-to.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-to.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-from.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-to.small {
        display: none;
    }
}

@media (min-width: 550px) and (max-height: 2160px), (min-width: 550px) and (max-width: 1953px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar {
        width: 56.886px;
        height: 56.886px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar svg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar svg,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar svg {
        width: 56.886px;
        height: 56.886px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear {
        padding: 0;
        width: 9%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear svg {
        width: 56.886px;
        height: 56.886px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip {
        z-index: 100;
        position: absolute;
        top: 53px;
        top: 56.886px;
        width: 180px;
        width: 40vh;
        height: 44px;
        height: 56.886px;
        top: 105.883px;
        top: 140.421px;
        width: 483.532px;
        height: 120.883px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        color: #434C4E;
        text-align: center;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: none;
        display: none;
        justify-content: center;
        align-items: center;
        left: 50%;
        transform: translateX(calc(-50% + 12px));
        transform: translateX(calc(-50% + 1px));
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.active,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.active {
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip::after {
        content: "";
        position: absolute;
        top: -9px;
        top: 56.886px;
        left: calc(50% - 9px);
        left: calc(50% - 0px);
        height: 18px;
        width: 18px;
        width: 0.5vh;
        height: 0.5vh;
        top: calc(-24.781015px + 74%);
        top: calc(-24.781015px + 21%);
        left: 50%;
        width: 49.56203px;
        height: 49.56203px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        border-bottom: 1px solid #D4F6FF;
        border-right: 1px solid #D4F6FF;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right {
        left: calc(100% + 15px);
        transform: translateX(-100%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right::after {
        left: 90%;
        transform: none;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--footer.show {
        height: 120.883px;
        padding: 0;
        padding: 5px 10px;
        width: 100%;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields {
        padding: 0px 7px;
        padding-top: 14.2212px;
        gap: 5px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon {
        width: 61.6265px;
        height: 61.6265px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon svg {
        width: 61.6265px;
        height: 61.6265px;
    }
}

@media (min-width: 550px) and (max-height: 1920px), (min-width: 550px) and (max-width: 1953px) {
    .wsd-calendar-widget {
        background-color: #F1F1F1;
        width: 1585px;
        width: 1486.895px;
        padding: 49.0525px;
        gap: 3.847px;
        gap: 9.618px;
    }

    .wsd-calendar-widget.dev::after {
        position: absolute;
        right: -300px;
        top: 0;
        border: 1px solid red;
        color: red;
        font-weight: 700;
        content: "2560px x 1536px : 1300 | pre: 1953px*1600px";
        height: 100px;
        width: 300px;
        background-color: pink;
        opacity: 0.5;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wsd-calendar-widget.active {
        height: 1300px;
        height: 1201.895px;
    }

    .wsd-calendar-widget * {
        font-size: 36.549px;
    /*font-size: 19px;*/
    }

    .wsd-calendar-widget .wsdcw--date-fields {
        gap: 9.618px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp {
        width: 686.74px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool {
        width: 686.74px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        width: 686.74px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel svg {
        width: 46.167px;
        height: 46.167px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        padding: 0;
        height: 98.105px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .sel-dropdown-bg {
        display: none;
        position: absolute;
        left: -0.5px;
        z-index: 99;
        width: 100%;
        height: 696.353px;
        max-height: 696.353px;
        top: 98.105px;
        border: 1px solid #B2B4B4;
        content: "month";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown {
        width: 100%;
        height: 488.6px;
        max-height: 488.6px;
        content: "month";
        top: 98.105px;
        border: 1px solid #B2B4B4;
        border: 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 30%;
        height: 98.105px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year {
        background-color: #F1F1F1;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.current, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.filled {
        background-color: #fff;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .sel-dropdown-bg {
        height: 794.458px;
        max-height: 794.458px;
        content: "year";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown {
        height: 793.458px;
        max-height: 793.458px;
        content: "year ";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 21%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .sel-dropdown-bg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-evenly;
        align-items: start;
        border: 1px solid #B2B4B4;
        padding: 10px 0;
        padding: 19.236px 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        border-bottom: none;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week {
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank-first,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day {
        width: 98.105px;
        height: 98.105px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child {
        justify-content: end;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child .wsdcw--day-blank:first-child {
        width: 98.105px;
        background: transparent;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim {
        height: 98.105px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        gap: 1px;
    }
}

@media (min-width: 550px) and (max-height: 1920px) and (max-height: 500px), (min-width: 550px) and (max-width: 1953px) and (max-height: 500px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 550px) and (max-height: 1920px), (min-width: 550px) and (max-width: 1953px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b {
        position: relative;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input {
        width: auto;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy {
        width: 84.6397894737px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd {
        width: 20%;
        width: 42.3198947368px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm {
        width: 20%;
        width: 42.3198947368px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:-moz-placeholder-shown {
        width: 84.6397894737px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:placeholder-shown {
        width: 84.6397894737px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:-moz-placeholder-shown {
        width: 65.4034736842px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:placeholder-shown {
        width: 65.4034736842px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:-moz-placeholder-shown {
        width: 57.7089473684px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:placeholder-shown {
        width: 57.7089473684px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label {
        content: "short: false; active: false";
        flex-shrink: 2;
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-to.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-to.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-from.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-to.small {
        display: none;
    }
}

@media (min-width: 550px) and (max-height: 1920px), (min-width: 550px) and (max-width: 1953px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar {
        width: 46.167px;
        height: 46.167px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar svg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar svg,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar svg {
        width: 46.167px;
        height: 46.167px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear {
        padding: 0;
        width: 9%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear svg {
        width: 46.167px;
        height: 46.167px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip {
        z-index: 100;
        position: absolute;
        top: 53px;
        top: 46.167px;
        width: 180px;
        width: 40vh;
        height: 44px;
        height: 46.167px;
        top: 86.105px;
        top: 114.135px;
        width: 392.42px;
        height: 98.105px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        color: #434C4E;
        text-align: center;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: none;
        display: none;
        justify-content: center;
        align-items: center;
        left: 50%;
        transform: translateX(calc(-50% + 12px));
        transform: translateX(calc(-50% + 1px));
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.active,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.active {
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip::after {
        content: "";
        position: absolute;
        top: -9px;
        top: 46.167px;
        left: calc(50% - 9px);
        left: calc(50% - 0px);
        height: 18px;
        width: 18px;
        width: 0.5vh;
        height: 0.5vh;
        top: calc(-20.111525px + 74%);
        top: calc(-20.111525px + 21%);
        left: 50%;
        width: 40.22305px;
        height: 40.22305px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        border-bottom: 1px solid #D4F6FF;
        border-right: 1px solid #D4F6FF;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right {
        left: calc(100% + 12px);
        transform: translateX(-100%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right::after {
        left: 90%;
        transform: none;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--footer.show {
        height: 98.105px;
        padding: 0;
        padding: 5px 10px;
        width: 100%;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields {
        padding: 0px 7px;
        padding-top: 11.5416px;
        gap: 5px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon {
        width: 50.01425px;
        height: 50.01425px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon svg {
        width: 50.01425px;
        height: 50.01425px;
    }
}

@media (min-width: 550px) and (max-height: 1600px), (min-width: 550px) and (max-width: 1585px) {
    .wsd-calendar-widget {
        background-color: #F1F1F1;
        width: 1279px;
        width: 1199.835px;
        padding: 39.5825px;
        gap: 3.105px;
        gap: 7.761px;
    }

    .wsd-calendar-widget.dev::after {
        position: absolute;
        right: -300px;
        top: 0;
        border: 1px solid red;
        color: red;
        font-weight: 700;
        content: "2560px x 1600px : 1000 | pre: 1585px*1300px";
        height: 100px;
        width: 300px;
        background-color: pink;
        opacity: 0.5;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wsd-calendar-widget.active {
        height: 1039.5825px;
        height: 960.4175px;
    }

    .wsd-calendar-widget * {
        font-size: 29.493px;
    /*font-size: 19px;*/
    }

    .wsd-calendar-widget .wsdcw--date-fields {
        gap: 7.761px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp {
        width: 554.15px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool {
        width: 554.15px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        width: 554.15px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel svg {
        width: 37.254px;
        height: 37.254px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        padding: 0;
        height: 79.165px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .sel-dropdown-bg {
        display: none;
        position: absolute;
        left: -0.5px;
        z-index: 99;
        width: 100%;
        height: 561.916px;
        max-height: 561.916px;
        top: 79.165px;
        border: 1px solid #B2B4B4;
        content: "month";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown {
        width: 100%;
        height: 394.27px;
        max-height: 394.27px;
        content: "month";
        top: 79.165px;
        border: 1px solid #B2B4B4;
        border: 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 30%;
        height: 79.165px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year {
        background-color: #F1F1F1;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.current, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.filled {
        background-color: #fff;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .sel-dropdown-bg {
        height: 641.081px;
        max-height: 641.081px;
        content: "year";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown {
        height: 640.081px;
        max-height: 640.081px;
        content: "year ";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 21%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .sel-dropdown-bg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-evenly;
        align-items: start;
        border: 1px solid #B2B4B4;
        padding: 10px 0;
        padding: 15.522px 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        border-bottom: none;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week {
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank-first,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day {
        width: 79.165px;
        height: 79.165px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child {
        justify-content: end;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child .wsdcw--day-blank:first-child {
        width: 79.165px;
        background: transparent;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim {
        height: 79.165px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        gap: 1px;
    }
}

@media (min-width: 550px) and (max-height: 1600px) and (max-height: 500px), (min-width: 550px) and (max-width: 1585px) and (max-height: 500px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 550px) and (max-height: 1600px), (min-width: 550px) and (max-width: 1585px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b {
        position: relative;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input {
        width: auto;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy {
        width: 68.2995789474px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd {
        width: 20%;
        width: 34.1497894737px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm {
        width: 20%;
        width: 34.1497894737px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:-moz-placeholder-shown {
        width: 68.2995789474px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:placeholder-shown {
        width: 68.2995789474px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:-moz-placeholder-shown {
        width: 52.7769473684px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:placeholder-shown {
        width: 52.7769473684px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:-moz-placeholder-shown {
        width: 46.5678947368px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:placeholder-shown {
        width: 46.5678947368px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label {
        content: "short: false; active: false";
        flex-shrink: 2;
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-to.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-to.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-from.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-to.small {
        display: none;
    }
}

@media (min-width: 550px) and (max-height: 1600px), (min-width: 550px) and (max-width: 1585px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar {
        width: 37.254px;
        height: 37.254px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar svg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar svg,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar svg {
        width: 37.254px;
        height: 37.254px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear {
        padding: 0;
        width: 9%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear svg {
        width: 37.254px;
        height: 37.254px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip {
        z-index: 100;
        position: absolute;
        top: 53px;
        top: 37.254px;
        width: 180px;
        width: 40vh;
        height: 44px;
        height: 37.254px;
        top: 69.165px;
        top: 91.7835714286px;
        width: 316.66px;
        height: 79.165px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        color: #434C4E;
        text-align: center;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: none;
        display: none;
        justify-content: center;
        align-items: center;
        left: 50%;
        transform: translateX(calc(-50% + 12px));
        transform: translateX(calc(-50% + 1px));
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.active,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.active {
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip::after {
        content: "";
        position: absolute;
        top: -9px;
        top: 37.254px;
        left: calc(50% - 9px);
        left: calc(50% - 0px);
        height: 18px;
        width: 18px;
        width: 0.5vh;
        height: 0.5vh;
        top: calc(-16.228825px + 74%);
        top: calc(-16.228825px + 21%);
        left: 50%;
        width: 32.45765px;
        height: 32.45765px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        border-bottom: 1px solid #D4F6FF;
        border-right: 1px solid #D4F6FF;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right {
        left: calc(100% + 10px);
        transform: translateX(-100%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right::after {
        left: 90%;
        transform: none;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--footer.show {
        height: 79.165px;
        padding: 0;
        padding: 5px 10px;
        width: 100%;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields {
        padding: 0px 7px;
        padding-top: 9.3132px;
        gap: 5px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon {
        width: 40.3585px;
        height: 40.3585px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon svg {
        width: 40.3585px;
        height: 40.3585px;
    }
}

@media (min-width: 550px) and (max-height: 1536px), (min-width: 550px) and (max-width: 1279px) {
    .wsd-calendar-widget {
        background-color: #F1F1F1;
        width: 1279px;
        width: 1199.835px;
        padding: 39.5825px;
        gap: 3.105px;
        gap: 7.761px;
    }

    .wsd-calendar-widget.dev::after {
        position: absolute;
        right: -300px;
        top: 0;
        border: 1px solid red;
        color: red;
        font-weight: 700;
        content: "2048px x 1536px : 1000 | pre: 1279px*1039.5825px";
        height: 100px;
        width: 300px;
        background-color: pink;
        opacity: 0.5;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wsd-calendar-widget.active {
        height: 1039.5825px;
        height: 960.4175px;
    }

    .wsd-calendar-widget * {
        font-size: 29.493px;
    /*font-size: 19px;*/
    }

    .wsd-calendar-widget .wsdcw--date-fields {
        gap: 7.761px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp {
        width: 554.15px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool {
        width: 554.15px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        width: 554.15px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel svg {
        width: 37.254px;
        height: 37.254px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        padding: 0;
        height: 79.165px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .sel-dropdown-bg {
        display: none;
        position: absolute;
        left: -0.5px;
        z-index: 99;
        width: 100%;
        height: 561.916px;
        max-height: 561.916px;
        top: 79.165px;
        border: 1px solid #B2B4B4;
        content: "month";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown {
        width: 100%;
        height: 394.27px;
        max-height: 394.27px;
        content: "month";
        top: 79.165px;
        border: 1px solid #B2B4B4;
        border: 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 30%;
        height: 79.165px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year {
        background-color: #F1F1F1;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.current, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.filled {
        background-color: #fff;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .sel-dropdown-bg {
        height: 641.081px;
        max-height: 641.081px;
        content: "year";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown {
        height: 640.081px;
        max-height: 640.081px;
        content: "year ";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 21%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .sel-dropdown-bg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-evenly;
        align-items: start;
        border: 1px solid #B2B4B4;
        padding: 10px 0;
        padding: 15.522px 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        border-bottom: none;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week {
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank-first,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day {
        width: 79.165px;
        height: 79.165px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child {
        justify-content: end;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child .wsdcw--day-blank:first-child {
        width: 79.165px;
        background: transparent;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim {
        height: 79.165px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        gap: 1px;
    }
}

@media (min-width: 550px) and (max-height: 1536px) and (max-height: 500px), (min-width: 550px) and (max-width: 1279px) and (max-height: 500px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 550px) and (max-height: 1536px), (min-width: 550px) and (max-width: 1279px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b {
        position: relative;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input {
        width: auto;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy {
        width: 68.2995789474px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd {
        width: 20%;
        width: 34.1497894737px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm {
        width: 20%;
        width: 34.1497894737px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:-moz-placeholder-shown {
        width: 68.2995789474px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:placeholder-shown {
        width: 68.2995789474px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:-moz-placeholder-shown {
        width: 52.7769473684px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:placeholder-shown {
        width: 52.7769473684px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:-moz-placeholder-shown {
        width: 46.5678947368px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:placeholder-shown {
        width: 46.5678947368px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label {
        content: "short: false; active: false";
        flex-shrink: 2;
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-to.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-to.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-from.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-to.small {
        display: none;
    }
}

@media (min-width: 550px) and (max-height: 1536px), (min-width: 550px) and (max-width: 1279px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar {
        width: 37.254px;
        height: 37.254px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar svg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar svg,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar svg {
        width: 37.254px;
        height: 37.254px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear {
        padding: 0;
        width: 9%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear svg {
        width: 37.254px;
        height: 37.254px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip {
        z-index: 100;
        position: absolute;
        top: 53px;
        top: 37.254px;
        width: 180px;
        width: 40vh;
        height: 44px;
        height: 37.254px;
        top: 69.165px;
        top: 91.7835714286px;
        width: 316.66px;
        height: 79.165px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        color: #434C4E;
        text-align: center;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: none;
        display: none;
        justify-content: center;
        align-items: center;
        left: 50%;
        transform: translateX(calc(-50% + 12px));
        transform: translateX(calc(-50% + 1px));
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.active,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.active {
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip::after {
        content: "";
        position: absolute;
        top: -9px;
        top: 37.254px;
        left: calc(50% - 9px);
        left: calc(50% - 0px);
        height: 18px;
        width: 18px;
        width: 0.5vh;
        height: 0.5vh;
        top: calc(-16.228825px + 74%);
        top: calc(-16.228825px + 21%);
        left: 50%;
        width: 32.45765px;
        height: 32.45765px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        border-bottom: 1px solid #D4F6FF;
        border-right: 1px solid #D4F6FF;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right {
        left: calc(100% + 10px);
        transform: translateX(-100%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right::after {
        left: 90%;
        transform: none;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--footer.show {
        height: 79.165px;
        padding: 0;
        padding: 5px 10px;
        width: 100%;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields {
        padding: 0px 7px;
        padding-top: 9.3132px;
        gap: 5px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon {
        width: 40.3585px;
        height: 40.3585px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon svg {
        width: 40.3585px;
        height: 40.3585px;
    }
}

@media (min-width: 550px) and (max-height: 1080px), (min-width: 550px) and (max-width: 1279px) {
    .wsd-calendar-widget {
        background-color: #F1F1F1;
        width: 910px;
        width: 853.117px;
        padding: 28.4415px;
        gap: 2.231px;
        gap: 5.577px;
    }

    .wsd-calendar-widget.dev::after {
        position: absolute;
        right: -300px;
        top: 0;
        border: 1px solid red;
        color: red;
        font-weight: 700;
        content: "1920px x 1080px : 750 | pre: 1279px*1039.5825px";
        height: 100px;
        width: 300px;
        background-color: pink;
        opacity: 0.5;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wsd-calendar-widget.active {
        height: 750px;
        height: 693.117px;
    }

    .wsd-calendar-widget * {
        font-size: 21.192px;
    /*font-size: 19px;*/
    }

    .wsd-calendar-widget .wsdcw--date-fields {
        gap: 5.577px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp {
        width: 398.2px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool {
        width: 398.2px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        width: 398.2px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel svg {
        width: 26.769px;
        height: 26.769px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        padding: 0;
        height: 56.883px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .sel-dropdown-bg {
        display: none;
        position: absolute;
        left: -0.5px;
        z-index: 99;
        width: 100%;
        height: 403.758px;
        max-height: 403.758px;
        top: 56.883px;
        border: 1px solid #B2B4B4;
        content: "month";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown {
        width: 100%;
        height: 283.302px;
        max-height: 283.302px;
        content: "month";
        top: 56.883px;
        border: 1px solid #B2B4B4;
        border: 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 30%;
        height: 56.883px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year {
        background-color: #F1F1F1;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.current, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.filled {
        background-color: #fff;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .sel-dropdown-bg {
        height: 460.641px;
        max-height: 460.641px;
        content: "year";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown {
        height: 459.641px;
        max-height: 459.641px;
        content: "year ";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 21%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .sel-dropdown-bg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-evenly;
        align-items: start;
        border: 1px solid #B2B4B4;
        padding: 10px 0;
        padding: 11.154px 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        border-bottom: none;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week {
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank-first,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day {
        width: 56.883px;
        height: 56.883px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child {
        justify-content: end;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child .wsdcw--day-blank:first-child {
        width: 56.883px;
        background: transparent;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim {
        height: 56.883px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        gap: 1px;
    }
}

@media (min-width: 550px) and (max-height: 1080px) and (max-height: 500px), (min-width: 550px) and (max-width: 1279px) and (max-height: 500px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 550px) and (max-height: 1080px), (min-width: 550px) and (max-width: 1279px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b {
        position: relative;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input {
        width: auto;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy {
        width: 49.0762105263px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd {
        width: 20%;
        width: 24.5381052632px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm {
        width: 20%;
        width: 24.5381052632px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:-moz-placeholder-shown {
        width: 49.0762105263px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:placeholder-shown {
        width: 49.0762105263px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:-moz-placeholder-shown {
        width: 37.9225263158px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:placeholder-shown {
        width: 37.9225263158px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:-moz-placeholder-shown {
        width: 33.4610526316px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:placeholder-shown {
        width: 33.4610526316px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label {
        content: "short: false; active: false";
        flex-shrink: 2;
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-to.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-to.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-from.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-to.small {
        display: none;
    }
}

@media (min-width: 550px) and (max-height: 1080px), (min-width: 550px) and (max-width: 1279px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar {
        width: 26.769px;
        height: 26.769px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar svg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar svg,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar svg {
        width: 26.769px;
        height: 26.769px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear {
        padding: 0;
        width: 9%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear svg {
        width: 26.769px;
        height: 26.769px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip {
        z-index: 100;
        position: absolute;
        top: 53px;
        top: 26.769px;
        width: 180px;
        width: 40vh;
        height: 44px;
        height: 26.769px;
        top: 49.883px;
        top: 66.1352857143px;
        width: 227.532px;
        height: 56.883px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        color: #434C4E;
        text-align: center;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: none;
        display: none;
        justify-content: center;
        align-items: center;
        left: 50%;
        transform: translateX(calc(-50% + 12px));
        transform: translateX(calc(-50% + 1px));
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.active,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.active {
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip::after {
        content: "";
        position: absolute;
        top: -9px;
        top: 26.769px;
        left: calc(50% - 9px);
        left: calc(50% - 0px);
        height: 18px;
        width: 18px;
        width: 0.5vh;
        height: 0.5vh;
        top: calc(-11.661015px + 74%);
        top: calc(-11.661015px + 21%);
        left: 50%;
        width: 23.32203px;
        height: 23.32203px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        border-bottom: 1px solid #D4F6FF;
        border-right: 1px solid #D4F6FF;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right {
        left: calc(100% + 7px);
        transform: translateX(-100%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right::after {
        left: 90%;
        transform: none;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--footer.show {
        height: 56.883px;
        padding: 0;
        padding: 5px 10px;
        width: 100%;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields {
        padding: 0px 7px;
        padding-top: 6.6924px;
        gap: 5px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon {
        width: 28.99975px;
        height: 28.99975px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon svg {
        width: 28.99975px;
        height: 28.99975px;
    }
}

@media (min-width: 550px) and (max-height: 768px), (min-width: 550px) and (max-width: 910px) {
    .wsd-calendar-widget {
        background-color: #F1F1F1;
        width: 635px;
        width: 595.6px;
        padding: 19.7px;
        gap: 1.545px;
        gap: 3.863px;
    }

    .wsd-calendar-widget.dev::after {
        position: absolute;
        right: -300px;
        top: 0;
        border: 1px solid red;
        color: red;
        font-weight: 700;
        content: "1024px x 768px : 500 | pre: 910px*750px";
        height: 100px;
        width: 300px;
        background-color: pink;
        opacity: 0.5;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wsd-calendar-widget.active {
        height: 519.75px;
        height: 480.35px;
    }

    .wsd-calendar-widget * {
        font-size: 14.678px;
    /*font-size: 19px;*/
    }

    .wsd-calendar-widget .wsdcw--date-fields {
        gap: 3.863px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp {
        width: 276px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool {
        width: 276px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        width: 276px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel svg {
        width: 18.541px;
        height: 18.541px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        padding: 0;
        height: 39.5px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .sel-dropdown-bg {
        display: none;
        position: absolute;
        left: -0.5px;
        z-index: 99;
        width: 100%;
        height: 280.363px;
        max-height: 280.363px;
        top: 39.5px;
        border: 1px solid #B2B4B4;
        content: "month";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown {
        width: 100%;
        height: 196.63px;
        max-height: 196.63px;
        content: "month";
        top: 39.5px;
        border: 1px solid #B2B4B4;
        border: 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 30%;
        height: 39.5px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year {
        background-color: #F1F1F1;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.current, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.filled {
        background-color: #fff;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .sel-dropdown-bg {
        height: 319.863px;
        max-height: 319.863px;
        content: "year";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown {
        height: 318.863px;
        max-height: 318.863px;
        content: "year ";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 21%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .sel-dropdown-bg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-evenly;
        align-items: start;
        border: 1px solid #B2B4B4;
        padding: 10px 0;
        padding: 7.726px 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        border-bottom: none;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week {
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank-first,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day {
        width: 39.5px;
        height: 39.5px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child {
        justify-content: end;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child .wsdcw--day-blank:first-child {
        width: 39.5px;
        background: transparent;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim {
        height: 39.5px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        gap: 1px;
    }
}

@media (min-width: 550px) and (max-height: 768px) and (max-height: 500px), (min-width: 550px) and (max-width: 910px) and (max-height: 500px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 550px) and (max-height: 768px), (min-width: 550px) and (max-width: 910px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b {
        position: relative;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input {
        width: auto;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy {
        width: 33.9911578947px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd {
        width: 20%;
        width: 16.9955789474px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm {
        width: 20%;
        width: 16.9955789474px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:-moz-placeholder-shown {
        width: 33.9911578947px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:placeholder-shown {
        width: 33.9911578947px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:-moz-placeholder-shown {
        width: 26.2658947368px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:placeholder-shown {
        width: 26.2658947368px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:-moz-placeholder-shown {
        width: 23.1757894737px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:placeholder-shown {
        width: 23.1757894737px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label {
        content: "short: false; active: false";
        flex-shrink: 2;
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-to.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-to.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-from.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-to.small {
        display: none;
    }
}

@media (min-width: 550px) and (max-height: 768px), (min-width: 550px) and (max-width: 910px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar {
        width: 18.541px;
        height: 18.541px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar svg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar svg,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar svg {
        width: 18.541px;
        height: 18.541px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear {
        padding: 0;
        width: 9%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear svg {
        width: 18.541px;
        height: 18.541px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip {
        z-index: 100;
        position: absolute;
        top: 53px;
        top: 18.541px;
        width: 180px;
        width: 40vh;
        height: 44px;
        height: 18.541px;
        top: 34.5px;
        top: 45.7857142857px;
        width: 158px;
        height: 39.5px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        color: #434C4E;
        text-align: center;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: none;
        display: none;
        justify-content: center;
        align-items: center;
        left: 50%;
        transform: translateX(calc(-50% + 12px));
        transform: translateX(calc(-50% + 1px));
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.active,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.active {
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip::after {
        content: "";
        position: absolute;
        top: -9px;
        top: 18.541px;
        left: calc(50% - 9px);
        left: calc(50% - 0px);
        height: 18px;
        width: 18px;
        width: 0.5vh;
        height: 0.5vh;
        top: calc(-8.0975px + 74%);
        top: calc(-8.0975px + 21%);
        left: 50%;
        width: 16.195px;
        height: 16.195px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        border-bottom: 1px solid #D4F6FF;
        border-right: 1px solid #D4F6FF;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right {
        left: calc(100% + 5px);
        transform: translateX(-100%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right::after {
        left: 90%;
        transform: none;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--footer.show {
        height: 39.5px;
        padding: 0;
        padding: 5px 10px;
        width: 100%;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields {
        padding: 0px 7px;
        padding-top: 4.6356px;
        gap: 5px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon {
        width: 20.0860833333px;
        height: 20.0860833333px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon svg {
        width: 20.0860833333px;
        height: 20.0860833333px;
    }
}

@media (min-width: 550px) and (max-height: 600px), (min-width: 550px) and (max-width: 635px) {
    .wsd-calendar-widget {
        background-color: #F1F1F1;
        width: 510px;
        width: 478.3px;
        padding: 15.85px;
        gap: 1.243px;
        gap: 3.108px;
    }

    .wsd-calendar-widget.dev::after {
        position: absolute;
        right: -300px;
        top: 0;
        border: 1px solid red;
        color: red;
        font-weight: 700;
        content: "1280 x 600 : 400 | pre: 635px*519.75px";
        height: 100px;
        width: 300px;
        background-color: pink;
        opacity: 0.5;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wsd-calendar-widget.active {
        height: 423.7735px;
        height: 392.0735px;
    }

    .wsd-calendar-widget * {
        font-size: 11.809px;
    /*font-size: 19px;*/
    }

    .wsd-calendar-widget .wsdcw--date-fields {
        gap: 3.108px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp {
        width: 222px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool {
        width: 222px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        width: 222px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel svg {
        width: 14.916px;
        height: 14.916px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        padding: 0;
        height: 31.697px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .sel-dropdown-bg {
        display: none;
        position: absolute;
        left: -0.5px;
        z-index: 99;
        width: 100%;
        height: 224.987px;
        max-height: 224.987px;
        top: 31.697px;
        border: 1px solid #B2B4B4;
        content: "month";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown {
        width: 100%;
        height: 157.868px;
        max-height: 157.868px;
        content: "month";
        top: 31.697px;
        border: 1px solid #B2B4B4;
        border: 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 30%;
        height: 31.697px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year {
        background-color: #F1F1F1;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.current, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.filled {
        background-color: #fff;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .sel-dropdown-bg {
        height: 256.684px;
        max-height: 256.684px;
        content: "year";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown {
        height: 255.684px;
        max-height: 255.684px;
        content: "year ";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 21%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .sel-dropdown-bg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-evenly;
        align-items: start;
        border: 1px solid #B2B4B4;
        padding: 10px 0;
        padding: 6.216px 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        border-bottom: none;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week {
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank-first,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day {
        width: 31.697px;
        height: 31.697px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child {
        justify-content: end;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child .wsdcw--day-blank:first-child {
        width: 31.697px;
        background: transparent;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim {
        height: 31.697px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        gap: 1px;
    }
}

@media (min-width: 550px) and (max-height: 600px) and (max-height: 500px), (min-width: 550px) and (max-width: 635px) and (max-height: 500px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 550px) and (max-height: 600px), (min-width: 550px) and (max-width: 635px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b {
        position: relative;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input {
        width: auto;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy {
        width: 27.3471578947px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd {
        width: 20%;
        width: 13.6735789474px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm {
        width: 20%;
        width: 13.6735789474px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:-moz-placeholder-shown {
        width: 27.3471578947px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:placeholder-shown {
        width: 27.3471578947px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:-moz-placeholder-shown {
        width: 21.1318947368px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:placeholder-shown {
        width: 21.1318947368px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:-moz-placeholder-shown {
        width: 18.6457894737px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:placeholder-shown {
        width: 18.6457894737px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label {
        content: "short: false; active: false";
        flex-shrink: 2;
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-to.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-to.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-from.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-to.small {
        display: none;
    }
}

@media (min-width: 550px) and (max-height: 600px), (min-width: 550px) and (max-width: 635px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar {
        width: 14.916px;
        height: 14.916px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar svg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar svg,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar svg {
        width: 14.916px;
        height: 14.916px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear {
        padding: 0;
        width: 9%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear svg {
        width: 14.916px;
        height: 14.916px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip {
        z-index: 100;
        position: absolute;
        top: 53px;
        top: 14.916px;
        width: 180px;
        width: 40vh;
        height: 44px;
        height: 14.916px;
        top: 27.697px;
        top: 36.7532857143px;
        width: 126.788px;
        height: 31.697px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        color: #434C4E;
        text-align: center;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: none;
        display: none;
        justify-content: center;
        align-items: center;
        left: 50%;
        transform: translateX(calc(-50% + 12px));
        transform: translateX(calc(-50% + 1px));
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.active,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.active {
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip::after {
        content: "";
        position: absolute;
        top: -9px;
        top: 14.916px;
        left: calc(50% - 9px);
        left: calc(50% - 0px);
        height: 18px;
        width: 18px;
        width: 0.5vh;
        height: 0.5vh;
        top: calc(-6.497885px + 74%);
        top: calc(-6.497885px + 21%);
        left: 50%;
        width: 12.99577px;
        height: 12.99577px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        border-bottom: 1px solid #D4F6FF;
        border-right: 1px solid #D4F6FF;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right {
        left: calc(100% + 4px);
        transform: translateX(-100%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right::after {
        left: 90%;
        transform: none;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--footer.show {
        height: 31.697px;
        padding: 0;
        padding: 5px 10px;
        width: 100%;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields {
        padding: 0px 7px;
        padding-top: 3.7296px;
        gap: 5px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon {
        width: 16.159px;
        height: 16.159px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon svg {
        width: 16.159px;
        height: 16.159px;
    }
}

@media (min-width: 550px) and (max-height: 480px), (min-width: 550px) and (max-width: 510px) {
    .wsd-calendar-widget {
        background-color: #F1F1F1;
        width: 375px;
        width: 351.697px;
        padding: 11.6515px;
        gap: 0.914px;
        gap: 2.285px;
    }

    .wsd-calendar-widget.dev::after {
        position: absolute;
        right: -300px;
        top: 0;
        border: 1px solid red;
        color: red;
        font-weight: 700;
        content: "640 x 480 : 300 | pre: 510px*423.7735px";
        height: 100px;
        width: 300px;
        background-color: pink;
        opacity: 0.5;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wsd-calendar-widget.active {
        height: 311.6515px;
        height: 288.3485px;
    }

    .wsd-calendar-widget * {
        font-size: 8.681px;
    /*font-size: 19px;*/
    }

    .wsd-calendar-widget .wsdcw--date-fields {
        gap: 2.285px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp {
        width: 163.1px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool {
        width: 163.1px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        width: 163.1px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel svg {
        width: 10.966px;
        height: 10.966px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        padding: 0;
        height: 23.303px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .sel-dropdown-bg {
        display: none;
        position: absolute;
        left: -0.5px;
        z-index: 99;
        width: 100%;
        height: 165.406px;
        max-height: 165.406px;
        top: 23.303px;
        border: 1px solid #B2B4B4;
        content: "month";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown {
        width: 100%;
        height: 116.062px;
        max-height: 116.062px;
        content: "month";
        top: 23.303px;
        border: 1px solid #B2B4B4;
        border: 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 30%;
        height: 23.303px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year {
        background-color: #F1F1F1;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.current, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.filled {
        background-color: #fff;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .sel-dropdown-bg {
        height: 188.709px;
        max-height: 188.709px;
        content: "year";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown {
        height: 187.709px;
        max-height: 187.709px;
        content: "year ";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 21%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .sel-dropdown-bg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-evenly;
        align-items: start;
        border: 1px solid #B2B4B4;
        padding: 10px 0;
        padding: 4.57px 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        border-bottom: none;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week {
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank-first,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day {
        width: 23.303px;
        height: 23.303px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child {
        justify-content: end;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child .wsdcw--day-blank:first-child {
        width: 23.303px;
        background: transparent;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim {
        height: 23.303px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        gap: 1px;
    }
}

@media (min-width: 550px) and (max-height: 480px) and (max-height: 500px), (min-width: 550px) and (max-width: 510px) and (max-height: 500px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 550px) and (max-height: 480px), (min-width: 550px) and (max-width: 510px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b {
        position: relative;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input {
        width: auto;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy {
        width: 20.1033684211px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd {
        width: 20%;
        width: 10.0516842105px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm {
        width: 20%;
        width: 10.0516842105px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:-moz-placeholder-shown {
        width: 20.1033684211px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:placeholder-shown {
        width: 20.1033684211px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:-moz-placeholder-shown {
        width: 15.5344210526px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:placeholder-shown {
        width: 15.5344210526px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:-moz-placeholder-shown {
        width: 13.7068421053px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:placeholder-shown {
        width: 13.7068421053px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label {
        content: "short: false; active: false";
        flex-shrink: 2;
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-to.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-to.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-from.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-to.small {
        display: none;
    }
}

@media (min-width: 550px) and (max-height: 480px), (min-width: 550px) and (max-width: 510px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar {
        width: 10.966px;
        height: 10.966px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar svg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar svg,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar svg {
        width: 10.966px;
        height: 10.966px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear {
        padding: 0;
        width: 9%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear svg {
        width: 10.966px;
        height: 10.966px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip {
        z-index: 100;
        position: absolute;
        top: 53px;
        top: 10.966px;
        width: 180px;
        width: 40vh;
        height: 44px;
        height: 10.966px;
        top: 20.303px;
        top: 26.961px;
        width: 93.212px;
        height: 23.303px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        color: #434C4E;
        text-align: center;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: none;
        display: none;
        justify-content: center;
        align-items: center;
        left: 50%;
        transform: translateX(calc(-50% + 12px));
        transform: translateX(calc(-50% + 1px));
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.active,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.active {
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip::after {
        content: "";
        position: absolute;
        top: -9px;
        top: 10.966px;
        left: calc(50% - 9px);
        left: calc(50% - 0px);
        height: 18px;
        width: 18px;
        width: 0.5vh;
        height: 0.5vh;
        top: calc(-4.777115px + 74%);
        top: calc(-4.777115px + 21%);
        left: 50%;
        width: 9.55423px;
        height: 9.55423px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        border-bottom: 1px solid #D4F6FF;
        border-right: 1px solid #D4F6FF;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right {
        left: calc(100% + 3px);
        transform: translateX(-100%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right::after {
        left: 90%;
        transform: none;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--footer.show {
        height: 23.303px;
        padding: 0;
        padding: 5px 10px;
        width: 100%;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields {
        padding: 0px 7px;
        padding-top: 2.742px;
        gap: 5px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon {
        width: 11.8798333333px;
        height: 11.8798333333px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon svg {
        width: 11.8798333333px;
        height: 11.8798333333px;
    }
}

@media (min-width: 550px) and (max-height: 350px), (min-width: 550px) and (max-width: 375px) {
    .wsd-calendar-widget {
        background-color: #F1F1F1;
        width: 258.2px;
        width: 242.157px;
        padding: 8.0215px;
        gap: 0.629px;
        gap: 1.573px;
    }

    .wsd-calendar-widget.dev::after {
        position: absolute;
        right: -300px;
        top: 0;
        border: 1px solid red;
        color: red;
        font-weight: 700;
        content: "640 x 350 : 200 | pre: 375px*311.6515px";
        height: 100px;
        width: 300px;
        background-color: pink;
        opacity: 0.5;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wsd-calendar-widget.active {
        height: 216.043px;
        height: 200px;
    }

    .wsd-calendar-widget * {
        font-size: 5.977px;
    /*font-size: 19px;*/
    }

    .wsd-calendar-widget .wsdcw--date-fields {
        gap: 1.573px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp {
        width: 112.3px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool {
        width: 112.3px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        width: 112.3px;
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel svg {
        width: 7.55px;
        height: 7.55px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel {
        padding: 0;
        height: 16.043px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .sel-dropdown-bg {
        display: none;
        position: absolute;
        left: -0.5px;
        z-index: 99;
        width: 100%;
        height: 113.874px;
        max-height: 113.874px;
        top: 16.043px;
        border: 1px solid #B2B4B4;
        content: "month";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown {
        width: 100%;
        height: 79.902px;
        max-height: 79.902px;
        content: "month";
        top: 16.043px;
        border: 1px solid #B2B4B4;
        border: 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 30%;
        height: 16.043px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year {
        background-color: #F1F1F1;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.current, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year.filled {
        background-color: #fff;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .sel-dropdown-bg {
        height: 129.917px;
        max-height: 129.917px;
        content: "year";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown {
        height: 128.917px;
        max-height: 128.917px;
        content: "year ";
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        width: 21%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .sel-dropdown-bg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-evenly;
        align-items: start;
        border: 1px solid #B2B4B4;
        padding: 10px 0;
        padding: 3.146px 0;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        border-bottom: none;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week {
        width: 100%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day-blank-first,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw--week .wsdcw--day {
        width: 16.043px;
        height: 16.043px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child {
        justify-content: end;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--caltool .wsdcw-month .wsdcw--week:first-child .wsdcw--day-blank:first-child {
        width: 16.043px;
        background: transparent;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim {
        height: 16.043px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        gap: 1px;
    }
}

@media (min-width: 550px) and (max-height: 350px) and (max-height: 500px), (min-width: 550px) and (max-width: 375px) and (max-height: 500px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 550px) and (max-height: 350px), (min-width: 550px) and (max-width: 375px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b {
        position: relative;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input {
        width: auto;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy {
        width: 13.8414736842px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd {
        width: 20%;
        width: 6.9207368421px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm {
        width: 20%;
        width: 6.9207368421px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:-moz-placeholder-shown {
        width: 13.8414736842px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwy:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwy:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwy:placeholder-shown {
        width: 13.8414736842px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:-moz-placeholder-shown {
        width: 10.6956842105px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwm:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwm:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwm:placeholder-shown {
        width: 10.6956842105px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:-moz-placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:-moz-placeholder-shown {
        width: 9.4373684211px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b input.cwd:placeholder-shown, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b input.cwd:placeholder-shown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b input.cwd:placeholder-shown {
        width: 9.4373684211px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label {
        content: "short: false; active: false";
        flex-shrink: 2;
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date label.label-to.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-from.small, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date label.label-to.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-from.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date label.label-to.small {
        display: none;
    }
}

@media (min-width: 550px) and (max-height: 350px), (min-width: 550px) and (max-width: 375px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar {
        width: 7.55px;
        height: 7.55px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date .di--calendar svg, .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date .di--calendar svg,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date .di--calendar svg {
        width: 7.55px;
        height: 7.55px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear {
        padding: 0;
        width: 9%;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear svg {
        width: 7.55px;
        height: 7.55px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip {
        z-index: 100;
        position: absolute;
        top: 53px;
        top: 7.55px;
        width: 180px;
        width: 40vh;
        height: 44px;
        height: 7.55px;
        top: 14.043px;
        top: 18.6267142857px;
        width: 64.172px;
        height: 16.043px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        color: #434C4E;
        text-align: center;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: none;
        display: none;
        justify-content: center;
        align-items: center;
        left: 50%;
        transform: translateX(calc(-50% + 12px));
        transform: translateX(calc(-50% + 1px));
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.active,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.active {
        display: flex;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip::after {
        content: "";
        position: absolute;
        top: -9px;
        top: 7.55px;
        left: calc(50% - 9px);
        left: calc(50% - 0px);
        height: 18px;
        width: 18px;
        width: 0.5vh;
        height: 0.5vh;
        top: calc(-3.288815px + 74%);
        top: calc(-3.288815px + 21%);
        left: 50%;
        width: 6.57763px;
        height: 6.57763px;
        background: #D4F6FF;
        border: 1px solid #2879FF;
        border-bottom: 1px solid #D4F6FF;
        border-right: 1px solid #D4F6FF;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right {
        left: calc(100% + 2px);
        transform: translateX(-100%);
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip-right.tip-right::after,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .di--clear .tip.tip-right::after {
        left: 90%;
        transform: none;
        transform: rotate(45deg) translateX(-74%);
    }

    .wsd-calendar-widget .wsdcw--footer.show {
        height: 16.043px;
        padding: 0;
        padding: 5px 10px;
        width: 100%;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields {
        padding: 0px 7px;
        padding-top: 1.8876px;
        gap: 5px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon {
        width: 8.1791666667px;
        height: 8.1791666667px;
    }

    .wsd-calendar-widget:not(.active) .wsdcw--error-fields .error-icon svg {
        width: 8.1791666667px;
        height: 8.1791666667px;
    }
}

@media (max-width: 10000px), (max-height: 10000px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim {
        padding: 15px;
        gap: 10px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date {
        padding: 15px 33px;
        gap: 16px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date .cw-date-field {
        content: "cw-date-field num: 1";
        gap: 16px;
    }

    .wsd-width-widget::after {
        position: absolute;
        top: 0px;
        left: -50%;
        content: "cw-date-field num: 1";
        content: "pad: 1";
        z-index: 20;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .di--clear {
        padding: 7.5px;
        width: 9%;
    }
}

@media (max-width: 3840px), (max-height: 2160px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim {
        padding: 15px;
        gap: 10px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date {
        padding: 15px 33px;
        gap: 16px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date .cw-date-field {
        content: "cw-date-field num: 2";
        gap: 16px;
    }

    .wsd-width-widget::after {
        position: absolute;
        top: 0px;
        left: -50%;
        content: "cw-date-field num: 2";
        content: "pad: 2";
        z-index: 20;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .di--clear {
        padding: 7.5px;
        width: 9%;
    }
}

@media (max-width: 2560px), (max-height: 1536px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim {
        padding: 12px;
        gap: 10px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date {
        padding: 12px 25px;
        gap: 12px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date .cw-date-field {
        content: "cw-date-field num: 3";
        gap: 12px;
    }

    .wsd-width-widget::after {
        position: absolute;
        top: 0px;
        left: -50%;
        content: "cw-date-field num: 3";
        content: "pad: 3";
        z-index: 20;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .di--clear {
        padding: 6px;
        width: 9%;
    }
}

@media (max-width: 2560px), (max-height: 1600px), (max-width: 2048px), (max-height: 1536px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim {
        padding: 10px;
        gap: 8px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date {
        padding: 10px 20px;
        gap: 10px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date .cw-date-field {
        content: "cw-date-field num: 4";
        gap: 10px;
    }

    .wsd-width-widget::after {
        position: absolute;
        top: 0px;
        left: -50%;
        content: "cw-date-field num: 4";
        content: "pad: 4";
        z-index: 20;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .di--clear {
        padding: 5px;
        width: 9%;
    }
}

@media (max-width: 1920px), (max-height: 1080px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim {
        padding: 7px;
        gap: 5px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date {
        padding: 7px 15px;
        gap: 8px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date .cw-date-field {
        content: "cw-date-field num: 5";
        gap: 8px;
    }

    .wsd-width-widget::after {
        position: absolute;
        top: 0px;
        left: -50%;
        content: "cw-date-field num: 5";
        content: "pad: 5";
        z-index: 20;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .di--clear {
        padding: 3.5px;
        width: 9%;
    }
}

@media (max-width: 1440px), (max-height: 900px), (max-width: 1360px), (max-height: 768px), (max-width: 1280px), (max-height: 1024px), (max-width: 1024px), (max-height: 768px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim {
        padding: 5px;
        gap: 5px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date {
        padding: 5px 5px 5px 13px;
        gap: 8px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date .cw-date-field {
        content: "cw-date-field num: 6";
        gap: 8px;
    }

    .wsd-width-widget::after {
        position: absolute;
        top: 0px;
        left: -50%;
        content: "cw-date-field num: 6";
        content: "pad: 6";
        z-index: 20;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .di--clear {
        padding: 2.5px;
        width: 9%;
    }
}

@media (max-width: 800px), (max-height: 600px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim {
        padding: 4px;
        gap: 3px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date {
        padding: 4px 8px;
        gap: 7px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date .cw-date-field {
        content: "cw-date-field num: 7";
        gap: 7px;
    }

    .wsd-width-widget::after {
        position: absolute;
        top: 0px;
        left: -50%;
        content: "cw-date-field num: 7";
        content: "pad: 7";
        z-index: 20;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .di--clear {
        padding: 2px;
        width: 9%;
    }
}

@media (max-width: 640px), (max-height: 480px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim {
        padding: 3px;
        gap: 2px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date {
        padding: 3px 6px;
        gap: 6px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date .cw-date-field {
        content: "cw-date-field num: 8";
        gap: 6px;
    }

    .wsd-width-widget::after {
        position: absolute;
        top: 0px;
        left: -50%;
        content: "cw-date-field num: 8";
        content: "pad: 8";
        z-index: 20;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .di--clear {
        padding: 1.5px;
        width: 9%;
    }
}

@media (max-width: 640px), (max-height: 350px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim {
        padding: 2px;
        gap: 2px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date {
        padding: 2px 6px;
        gap: 5px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date .cw-date-field {
        content: "cw-date-field num: 9";
        gap: 5px;
    }

    .wsd-width-widget::after {
        position: absolute;
        top: 0px;
        left: -50%;
        content: "cw-date-field num: 9";
        content: "pad: 9";
        z-index: 20;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .di--clear {
        padding: 1px;
        width: 9%;
    }
}

@media (max-width: 550px), (max-height: 350px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim {
        padding: 2px;
        gap: 2px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date {
        padding: 2px 2px 2px 3px;
        gap: 3px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date .cw-date-field {
        content: "cw-date-field num: 10";
        gap: 3px;
    }

    .wsd-width-widget::after {
        position: absolute;
        top: 0px;
        left: -50%;
        content: "cw-date-field num: 10";
        content: "pad: 10";
        z-index: 20;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .di--clear {
        padding: 1px;
        width: 9%;
    }
}

@media (max-width: 550px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim {
        padding: 5px;
        gap: 7px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date {
        padding: 2px 11px 2px 22px;
        gap: 7px;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date .cw-date-field {
        content: "cw-date-field num: 11";
        gap: 7px;
    }

    .wsd-width-widget::after {
        position: absolute;
        top: 0px;
        left: -50%;
        content: "cw-date-field num: 11";
        content: "pad: 11";
        z-index: 20;
    }

    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .di--clear {
        padding: 2.5px;
        width: 9%;
    }
}

@media (max-width: 320px), (max-height: 480px) {
    .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.active .cw-date b,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date b,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim.selected .cw-date b {
        flex-grow: 1;
        flex-shrink: 0;
    }
}

@media (max-width: 550px) {
  /* mobile popup widget */
}

@media (max-width: 550px) and (max-width: 550px) {
    .wsd-calendar-widget .cw-date {
        width: calc(427px - 9%);
        width: 365px;
        flex-basis: 365px;
    }

    .wsd-calendar-widget .di--clear {
        width: 41px;
        flex-basis: 41px;
        justify-content: center;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 450px) {
    .wsd-calendar-widget .wsdcw--calim.selected:not(.active) .di--calendar {
        display: none;
    }
}

@media (max-width: 550px) and (max-width: 550px) {
    .wsd-calendar-widget .di--clear {
        width: 41px;
        flex-basis: 41px;
        justify-content: center;
    }

    .wsdcw--mob-popup {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        background: #fff;
        overflow-y: auto;
        overflow: hidden;
    }

    .wsdcw--mob-popup .wsd-calendar-widget {
        background: #fff;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 550px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--top-nav {
        width: 427px;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 550px) and (max-width: 450px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--top-nav {
        width: 301px;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 550px) {
    .wsdcw--mob-popup .wsd-calendar-widget.active input[name=FROM],
  .wsdcw--mob-popup .wsd-calendar-widget.active input[name=TO],
  .wsdcw--mob-popup .wsd-calendar-widget.active input[name=from],
  .wsdcw--mob-popup .wsd-calendar-widget.active input[name=to] {
        order: 2;
    }

    .wsdcw--mob-popup .wsd-calendar-widget.active[data-step=filter-from] .wsdcw--top-nav, .wsdcw--mob-popup .wsd-calendar-widget.active[data-step=filter-to] .wsdcw--top-nav {
        display: flex;
    }
}

@media (max-width: 550px) and (max-width: 550px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields {
        width: 427px;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp {
        width: 427px;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim {
        width: 427px;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 450px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim {
        width: 301px;
    }
}

@media (max-width: 550px) and (max-width: 550px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        width: calc(427px - 9%);
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 450px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim .cw-date {
        padding: 5px 3px 5px 12px;
        width: calc(301px - 9%);
    }
}

@media (max-width: 550px) and (max-width: 550px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel .sel-dropdown-bg {
        display: none;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active {
        position: absolute;
        top: 60px;
        left: 0;
        height: calc(100vh - 128px - 43px - 15px);
        width: 100vw;
        background: #fff;
        border: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .tool-sel-title {
        display: none;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active.wsdcw--tool-sel-month svg, .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active.wsdcw--tool-sel-year svg {
        opacity: 0;
        display: none;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active.wsdcw--tool-sel-month svg.ico-serch, .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active.wsdcw--tool-sel-month svg.btn-filter-close, .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active.wsdcw--tool-sel-year svg.ico-serch, .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active.wsdcw--tool-sel-year svg.btn-filter-close {
        opacity: 1;
        display: block;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--sel-filter {
        display: flex;
        display: inline-flex;
        top: 0;
        left: 10px;
        width: calc(100% - 20px);
        background: #D4F6FF;
        justify-content: space-between;
        padding: 10px 16px 10px 40px;
        padding: 10px 16px 10px 30px;
        align-items: center;
        gap: 15px;
        flex-shrink: 0;
        height: 61px;
        position: relative;
        width: calc(100% + 11px);
        left: 0;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 450px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--sel-filter {
        padding: 10px 10px 10px 10px;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 450px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--sel-filter {
        height: 41px;
    }
}

@media (max-width: 550px) and (max-width: 550px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--sel-filter .ico {
        display: block;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--sel-filter .tool-filter-wrapp {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-grow: 1;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--sel-filter .tool-filter-wrapp .btn-filter-close {
        opacity: 0;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--sel-filter:not(.sel) .tool-filter-wrapp .btn-filter-close {
        opacity: 0;
        width: 0;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--sel-filter input {
        color: #000;
        font-size: 19px;
        font-weight: 700;
        background: #D4F6FF;
        flex-grow: 1;
        border: 0;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--sel-filter input:focus {
        outline: none;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--sel-filter input::-moz-placeholder {
        color: #000;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--sel-filter input::placeholder {
        color: #000;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--sel-filter.sel {
        padding: 10px 16px 10px 40px;
        padding: 10px 30px 10px 10px;
        background: #fff;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 450px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--sel-filter.sel {
        padding: 10px 10px 10px 0px;
    }
}

@media (max-width: 550px) and (max-width: 550px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--sel-filter.sel .ico-serch {
        opacity: 0;
        width: 0;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--sel-filter.sel .tool-filter-wrapp .btn-filter-close {
        opacity: 1;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--sel-filter.sel input {
        background: #fff;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        top: 71px;
        width: calc(100% - 20px);
        left: 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 2px 0;
        gap: 10px 5px;
        justify-content: space-between;
        max-height: 361px;
        max-height: 427px;
        max-height: 518.5px;
        position: relative;
        top: 10px;
        left: 0px;
        width: 301px;
        width: 427px;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        flex-basis: 31%;
        height: 61px;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 450px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        height: 41px;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 450px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--tool-sel-dropdown {
        width: 301px;
    }
}

@media (max-width: 550px) and (max-width: 550px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active .wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        flex-basis: 21%;
        width: 21%;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields [data-brouser=chrome] .wsdcw--day.month-day[data-value="1"][data-day="1"] {
        border-left: 0.5px solid #969FA8;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw-month {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw-month.wgt-from {
        height: calc(100vh - 128px - 295px - 15px + 41px);
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw-month.wgt-to {
        height: calc(100vh - 128px - 354px - 15px - 30px + 41px);
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw-month[data-step=filter-to] .wsdcw--top-nav {
        display: flex;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 450px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw-month.wgt-from {
        height: calc(100vh - 128px - 205px - 15px + 61px);
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw-month.wgt-to {
        height: calc(100vh - 128px - 246px - 15px - 15px + 61px);
    }
}

@media (max-width: 550px) and (max-width: 550px) {
    .wsdcw--mob-popup .wsd-calendar-widget[data-step=filter-from] .wsdcw--date-fields, .wsdcw--mob-popup .wsd-calendar-widget[data-step=filter-to] .wsdcw--date-fields {
        overflow: hidden;
    }

    .wsdcw--mob-popup .wsd-calendar-widget[data-step=filter-from] .wsdcw--tool-sel:not(.active), .wsdcw--mob-popup .wsd-calendar-widget[data-step=filter-to] .wsdcw--tool-sel:not(.active) {
        display: none;
    }

    .wsdcw--mob-popup .wsd-calendar-widget[data-step=filter-from] .wsdcw--calim-wrapp[data-wt="1"] {
        display: none;
    }

    .wsdcw--mob-popup .wsd-calendar-widget[data-step=filter-to] .wsdcw--calim-wrapp[data-wt="0"] {
        display: none;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--footer {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        border: 0;
        box-shadow: none;
        width: 301px;
        background: transparent;
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 0 0 10px;
        width: 427px;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 450px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--footer {
        width: 301px;
    }
}

@media (max-width: 550px) and (max-width: 550px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--footer a {
        height: 61px;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 450px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--footer a {
        height: 41px;
    }
}

@media (max-width: 550px) and (max-width: 550px) {
    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--footer a.cancel {
        color: #2961FE;
        border: 1px solid #2961FE;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
        background: #fff;
        text-decoration: none;
        order: 2;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--footer a.applay {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
        order: 1;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--footer.active a.cancel {
        text-decoration: none;
        color: #2961FE;
        border: 1px solid #2961FE;
    }

    .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--footer.newdate a.applay {
        color: #fff;
        background: #2961FE;
    }

    .wsdcw--mob-popup .wsd-calendar-widget[data-step=filter-from] .wsdcw--footer a.applay, .wsdcw--mob-popup .wsd-calendar-widget[data-step=filter-to] .wsdcw--footer a.applay {
        background: #B2B4B4;
    }

    .wsdcw--mob-popup .wsd-calendar-widget[data-step=filter-from].filter-sel .wsdcw--footer a.applay, .wsdcw--mob-popup .wsd-calendar-widget[data-step=filter-to].filter-sel .wsdcw--footer a.applay {
        background: #2961FE;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 550px) {
    .wsdcw--mob-popup.active .wsd-calendar-widget,
  .wsdcw--mob-popup .wsd-calendar-widget,
  .wsd-calendar-widget {
        padding: 0 16px;
        padding: 15px;
        background-color: #fff;
        width: 100vw;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--top-nav,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--top-nav,
  .wsd-calendar-widget .wsdcw--top-nav {
        width: 427px;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields,
  .wsd-calendar-widget .wsdcw--date-fields {
        width: 427px;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp {
        width: 100% !important;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim {
        width: 427px;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date {
        width: 427px;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 550px) and (max-width: 450px) {
    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label {
        display: none;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 550px) {
    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-from.small, .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-to.small,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-from.small,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-to.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-from.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-to.small {
        display: none;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 550px) and (max-width: 450px) {
    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-from.small, .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-to.small,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-from.small,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-to.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-from.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-to.small {
        display: flex;
    /* show label-to.small */
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 550px) {
    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool {
        width: 427px;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw--tool-sel,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw--tool-sel,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw--tool-sel {
        width: 427px;
        width: 100%;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw--week,
  .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month,
  .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month .wsdcw--week,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw--week,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month .wsdcw--week,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw--week,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month .wsdcw--week {
        width: 427px;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw--week .wsdcw--day,
  .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month .wsdcw--day,
  .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month .wsdcw--week .wsdcw--day,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw--week .wsdcw--day,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month .wsdcw--day,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month .wsdcw--week .wsdcw--day,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw--week .wsdcw--day,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month .wsdcw--day,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month .wsdcw--week .wsdcw--day {
        width: 61px;
        height: 61px;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-from,
  .wsdcw--mob-popup .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-from,
  .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-from {
        display: flex;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-from.label-from.small, .wsdcw--mob-popup.active .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-from.label-to.small,
  .wsdcw--mob-popup .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-from.label-from.small,
  .wsdcw--mob-popup .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-from.label-to.small,
  .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-from.label-from.small,
  .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-from.label-to.small {
        display: none;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp.wgt-to,
  .wsdcw--mob-popup .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp.wgt-to,
  .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp.wgt-to {
        display: none;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget.active[data-step=wgt-to] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-to,
  .wsdcw--mob-popup .wsd-calendar-widget.active[data-step=wgt-to] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-to,
  .wsd-calendar-widget.active[data-step=wgt-to] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-to {
        display: flex;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget.active[data-step=wgt-to] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-to.label-from.small, .wsdcw--mob-popup.active .wsd-calendar-widget.active[data-step=wgt-to] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-to.label-to.small,
  .wsdcw--mob-popup .wsd-calendar-widget.active[data-step=wgt-to] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-to.label-from.small,
  .wsdcw--mob-popup .wsd-calendar-widget.active[data-step=wgt-to] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-to.label-to.small,
  .wsd-calendar-widget.active[data-step=wgt-to] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-to.label-from.small,
  .wsd-calendar-widget.active[data-step=wgt-to] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-to.label-to.small {
        display: none;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget[data-step=wgt-from] .wsdcw--calim-wrapp.wgt-to,
  .wsdcw--mob-popup .wsd-calendar-widget[data-step=wgt-from] .wsdcw--calim-wrapp.wgt-to,
  .wsd-calendar-widget[data-step=wgt-from] .wsdcw--calim-wrapp.wgt-to {
        display: none;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown {
        gap: 5px;
        height: 461px;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        flex-basis: 23%;
        width: 23%;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 450px) {
    .wsdcw--mob-popup.active .wsd-calendar-widget,
  .wsdcw--mob-popup .wsd-calendar-widget,
  .wsd-calendar-widget {
        padding: 0 16px;
        padding: 15px;
        background-color: #fff;
        width: 100vw;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--top-nav,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--top-nav,
  .wsd-calendar-widget .wsdcw--top-nav {
        width: 301px;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields,
  .wsd-calendar-widget .wsdcw--date-fields {
        width: 301px;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp {
        width: 100% !important;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim {
        width: 301px;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date {
        width: 301px;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 450px) and (max-width: 450px) {
    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label {
        display: none;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 450px) {
    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-from.small, .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-to.small,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-from.small,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-to.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-from.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-to.small {
        display: none;
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 450px) and (max-width: 450px) {
    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-from.small, .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-to.small,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-from.small,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-to.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-from.small,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim.filled .cw-date label.label-to.small {
        display: flex;
    /* show label-to.small */
    }
}

@media (max-width: 550px) and (max-width: 550px) and (max-width: 450px) {
    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool {
        width: 301px;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw--tool-sel,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw--tool-sel,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw--tool-sel {
        width: 301px;
        width: 100%;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw--week,
  .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month,
  .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month .wsdcw--week,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw--week,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month .wsdcw--week,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw--week,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month .wsdcw--week {
        width: 301px;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw--week .wsdcw--day,
  .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month .wsdcw--day,
  .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month .wsdcw--week .wsdcw--day,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw--week .wsdcw--day,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month .wsdcw--day,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month .wsdcw--week .wsdcw--day,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw--week .wsdcw--day,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month .wsdcw--day,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--caltool .wsdcw-month .wsdcw--week .wsdcw--day {
        width: 43px;
        height: 43px;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-from,
  .wsdcw--mob-popup .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-from,
  .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-from {
        display: flex;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-from.label-from.small, .wsdcw--mob-popup.active .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-from.label-to.small,
  .wsdcw--mob-popup .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-from.label-from.small,
  .wsdcw--mob-popup .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-from.label-to.small,
  .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-from.label-from.small,
  .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-from.label-to.small {
        display: none;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp.wgt-to,
  .wsdcw--mob-popup .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp.wgt-to,
  .wsd-calendar-widget.active[data-step=wgt-from] .wsdcw--date-fields .wsdcw--calim-wrapp.wgt-to {
        display: none;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget.active[data-step=wgt-to] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-to,
  .wsdcw--mob-popup .wsd-calendar-widget.active[data-step=wgt-to] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-to,
  .wsd-calendar-widget.active[data-step=wgt-to] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-to {
        display: flex;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget.active[data-step=wgt-to] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-to.label-from.small, .wsdcw--mob-popup.active .wsd-calendar-widget.active[data-step=wgt-to] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-to.label-to.small,
  .wsdcw--mob-popup .wsd-calendar-widget.active[data-step=wgt-to] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-to.label-from.small,
  .wsdcw--mob-popup .wsd-calendar-widget.active[data-step=wgt-to] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-to.label-to.small,
  .wsd-calendar-widget.active[data-step=wgt-to] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-to.label-from.small,
  .wsd-calendar-widget.active[data-step=wgt-to] .wsdcw--date-fields .wsdcw--calim-wrapp .wsdcw--calim .cw-date label.label-to.label-to.small {
        display: none;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget[data-step=wgt-from] .wsdcw--calim-wrapp.wgt-to,
  .wsdcw--mob-popup .wsd-calendar-widget[data-step=wgt-from] .wsdcw--calim-wrapp.wgt-to,
  .wsd-calendar-widget[data-step=wgt-from] .wsdcw--calim-wrapp.wgt-to {
        display: none;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown {
        gap: 5px;
        height: 361px;
    }

    .wsdcw--mob-popup.active .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item,
  .wsdcw--mob-popup .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item,
  .wsd-calendar-widget .wsdcw--date-fields .wsdcw--tool-sel.active.wsdcw--tool-sel-year .wsdcw--tool-sel-dropdown .wsdcw--tool-sel-item {
        flex-basis: 23%;
        width: 23%;
    }
}

@media (max-width: 550px) {
    body.wsdcw--p-active {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        overflow-y: hidden;
    }
}

.wsd-calendar-widget .cw-cancel,
.wsd-calendar-widget .cw-applay {
    cursor: default;
}

.wsd-calendar-widget input,
.wsd-calendar-widget .active > .cw-cancel,
.wsd-calendar-widget .newdate > .cw-applay,
.wsd-calendar-widget .wsdcw--calim,
.wsd-calendar-widget .wsdcw--caltool .wsdcw--tool-sel,
.wsd-calendar-widget .wsdcw-month .month-day {
    cursor: pointer;
}

.wsd-calendar-widget.error[data-err="1"] .wgt-to .wsdcw--calim {
    border-color: red;
}

.wsd-calendar-widget.error[data-err="2"] .wsdcw--calim {
    border-color: red;
}

/* end calendar-widget.scss*/
.wsd-width-widget {
    z-index: 100;
    position: absolute;
    right: 0;
    top: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media (max-width: 850px), (max-height: 170px) {
    .wsd-width-widget {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

.mk-v h4 {
    font-family: "Great Vibes", cursive;
    font-size: 1.5em;
    text-align: right;
    padding: 0 50px;
    margin: 10px;
}

@media (max-width: 850px) {
    .mk-v h4 {
        text-align: center;
    }
}

/* greed-lines.css */
.dev .container {
    border: solid 1px red;
}

.dev .vertical-center {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    border: 0;
    background-color: #f00;
}

/* / greed-lines.css */
/*# sourceMappingURL=style.css.map */
