﻿// @font-face {
//     font-family: "date-dropper";
//     src: url("./datedropper.ttf");
//     font-weight: normal;
//     font-style: normal;
// }

.nk-date-dropper-container {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  padding-top: 0;
  padding-bottom: 0;
}

.nk-date-dropper-control {
  .nk-date-dropper-icon-trigger {
    position: absolute;
    cursor: pointer;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,<svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='26px' height='26px' viewBox='0 0 26 26' enable-background='new 0 0 26 26' xml:space='preserve'><g><path fill-rule='evenodd' clip-rule='evenodd' fill='#D4D8E9' d='M19.61,7.61c-0.22-0.22-0.47-0.33-0.75-0.33h-1.08v-0.8 c0-0.37-0.14-0.68-0.39-0.95c-0.26-0.25-0.58-0.39-0.94-0.39h-0.54c-0.38,0-0.69,0.14-0.94,0.39c-0.27,0.27-0.39,0.58-0.39,0.95 v0.8h-3.22v-0.8c0-0.37-0.14-0.68-0.39-0.95c-0.27-0.25-0.58-0.39-0.95-0.39H9.48c-0.37,0-0.68,0.14-0.95,0.39 C8.27,5.8,8.14,6.11,8.14,6.48v0.8H7.08c-0.3,0-0.55,0.11-0.77,0.33C6.09,7.83,6,8.08,6,8.36v10.72c0,0.28,0.09,0.51,0.31,0.75 c0.22,0.2,0.47,0.31,0.77,0.31h11.78c0.28,0,0.53-0.11,0.75-0.31c0.2-0.24,0.31-0.47,0.31-0.75V8.36 C19.92,8.08,19.81,7.83,19.61,7.61z M16.64,9.08c-0.06,0.06-0.12,0.08-0.19,0.08h-0.54c-0.08,0-0.14-0.02-0.19-0.08 c-0.06-0.05-0.08-0.11-0.08-0.19V6.48c0-0.06,0.02-0.12,0.08-0.18c0.05-0.05,0.11-0.08,0.19-0.08h0.54c0.07,0,0.13,0.03,0.19,0.08 c0.05,0.06,0.08,0.12,0.08,0.18v2.41C16.72,8.97,16.69,9.03,16.64,9.08z M16.45,10.5h2.41v2.41h-2.41V10.5z M13.23,10.5h2.68v2.41 h-2.68V10.5z M16.45,13.45h2.41v2.67h-2.41V13.45z M10.2,9.08c-0.06,0.06-0.12,0.08-0.18,0.08H9.48c-0.07,0-0.14-0.02-0.18-0.08 C9.23,9.03,9.22,8.97,9.22,8.89V6.48c0-0.06,0.01-0.12,0.08-0.18c0.04-0.05,0.11-0.08,0.18-0.08h0.54c0.06,0,0.12,0.03,0.18,0.08 c0.05,0.06,0.08,0.12,0.08,0.18v2.41C10.28,8.97,10.25,9.03,10.2,9.08z M13.23,13.45h2.68v2.67h-2.68V13.45z M16.45,16.66h2.41 v2.42h-2.41V16.66z M10.02,10.5h2.68v2.41h-2.68V10.5z M13.23,16.66h2.68v2.42h-2.68V16.66z M7.08,10.5h2.4v2.41h-2.4V10.5z M10.02,13.45h2.68v2.67h-2.68V13.45z M7.08,13.45h2.4v2.67h-2.4V13.45z M10.02,16.66h2.68v2.42h-2.68V16.66z M7.08,16.66h2.4v2.42 h-2.4V16.66z'/></g></svg>");
  }
  .nk-date-dropper-wrapper {
    display: flex;
    align-items: center;
    position: relative;
  }
}

[class^="pick-i-"]:before,
[class*=" pick-i-"]:before {
  //font-family: "date-dropper" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pick-i-lng:before {
  content: "\6a";
}

.pick-i-lkd:before {
  content: "\62";
}

.pick-i-ckd:before {
  content: "\65";
}

.pick-i-r,
.pick-i-l {
  &:before {
    //font: normal normal normal 14px/1 "date-dropper" !important;
    font-size: 16px !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    color: #2e5bc9;
  }

  &:hover {
    &:before {
      color: #04133b;
    }
  }
}

.pick-i-r:before {
  content: "\f054";
}

.pick-i-l:before {
  content: "\f053";
}

.pick-i-min:before {
  content: "\61";
}

.pick-i-exp:before {
  content: "\63";
}

.picker-input {
  cursor: text;
}

.picker-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.picker-modal-overlay.tohide {
  opacity: 0;
  visibility: hidden;
}

div.date-dropper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: translateX(-50%);
  line-height: 1;
  font-family: sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  margin-top: -8px;
  transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

div.nk-date-dropper-picker:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-top-left-radius: 4px;
  background: #fff;
}

.build-top {
  .nk-date-dropper-picker:before {
    display: none;
  }
  .nk-date-dropper-picker:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-top-left-radius: 4px;
    background: #fff;
  }
}

div.date-dropper.picker-focus {
  opacity: 1;
  visibility: visible;
  margin-top: 8px;
}

div.date-dropper.picker-modal {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  position: fixed !important;
  margin: 0 !important;
}

.picker-modal .nk-date-dropper-picker:before {
  display: none;
}
.picker-modal .nk-date-dropper-picker:after {
  display: none;
}

div.date-dropper .picker {
  overflow: hidden;
}

div.date-dropper .picker ul {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}

div.date-dropper .picker ul.pick {
  position: relative;
  overflow: hidden;
  max-height: 100px;
}

div.date-dropper .picker ul.pick:nth-of-type(2) {
  box-shadow: 0 1px rgba(0, 0, 0, 0.06);
}

div.date-dropper .picker ul.pick li {
  position: absolute;
  font-family: "RobotoMedium" !important;
  font-size: 16px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0.5;
  display: block;
}

div.date-dropper .picker ul.pick li.pick-afr {
  transform: translateX(100%);
}

div.date-dropper .picker ul.pick li.pick-bfr {
  transform: translateX(-100%);
}

div.date-dropper .picker ul.pick li.pick-sl {
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
}

div.date-dropper .picker ul.pick li span {
  font-size: 16px;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  bottom: 24px;
}

div.date-dropper .picker ul.pick .pick-arw {
  position: absolute;
  top: 0;
  height: 100%;
  width: 25%;
  font-size: 10px;
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  opacity: 0;
  background-color: #fff;
  transform: scale(0);
}

div.date-dropper .picker ul.pick .pick-arw i {
  line-height: 0;
  top: 50%;
  position: relative;
  display: block;
  transform: translateY(-50%);
}

div.date-dropper .picker ul.pick .pick-arw.pick-arw-s1 {
  opacity: 1;
  transform: scale(1.2);
}

div.date-dropper .picker ul.pick .pick-arw.pick-arw-r {
  right: 0;
}

div.date-dropper .picker ul.pick .pick-arw.pick-arw-r i {
  right: 0;
}

div.date-dropper .picker ul.pick .pick-arw.pick-arw-l {
  left: 0;
}

div.date-dropper .picker ul.pick .pick-arw.pick-arw-l i {
  left: 0;
}

div.date-dropper .picker ul.pick .pick-arw.pick-arw-s2.pick-arw-r {
  transform: translateX(100%);
}

div.date-dropper .picker ul.pick .pick-arw.pick-arw-s2.pick-arw-l {
  transform: translateX(-100%);
}

@media only screen and (max-width: 480px) {
  div.date-dropper .picker ul.pick .pick-arw {
    transform: scale(1);
    opacity: 0.4;
  }
}

div.date-dropper .picker ul.pick.pick-m,
div.date-dropper .picker ul.pick.pick-y,
div.date-dropper .picker ul.pick.pick-l {
  height: 60px;
  line-height: 60px;
}

div.date-dropper .picker ul.pick.pick-m {
  font-size: 32px;
}

div.date-dropper .picker ul.pick.pick-y {
  font-size: 24px;
}

div.date-dropper .picker ul.pick.pick-y.pick-jump .pick-arw.pick-arw-s1.pick-arw-r i {
  right: 16px;
}

div.date-dropper .picker ul.pick.pick-y.pick-jump .pick-arw.pick-arw-s1.pick-arw-l i {
  left: 16px;
}

div.date-dropper .picker ul.pick.pick-y.pick-jump .pick-arw.pick-arw-s2.pick-arw-r,
div.date-dropper .picker ul.pick.pick-y.pick-jump .pick-arw.pick-arw-s2.pick-arw-l {
  transform: translateX(0);
}

div.date-dropper .picker ul.pick.pick-y.pick-jump .pick-arw {
  transform: scale(1.6);
}

div.date-dropper .picker ul.pick.pick-d {
  height: 100px;
  line-height: 80px;
  font-size: 64px;
  font-weight: bold;
}

div.date-dropper .picker ul.pick.pick-l {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  transform: translateY(32px);
  transition: all 0.4s ease;
}

div.date-dropper .picker ul.pick.pick-l.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

div.date-dropper .picker .pick-lg {
  z-index: 1;
  margin: 0 auto;
  max-height: 0;
  overflow: hidden;
}

div.date-dropper .picker .pick-lg.down {
  animation: down 0.8s ease;
}

div.date-dropper .picker .pick-lg .pick-h {
  color: #152e71;
}

div.date-dropper .picker .pick-lg ul:after {
  content: "";
  display: table;
  clear: both;
}

div.date-dropper .picker .pick-lg ul li {
  float: left;
  text-align: center;
  width: 14.285714286%;
  line-height: 36px;
  height: 36px;
  font-size: 12px;
  color: #2e5bc9;
}

div.date-dropper .picker {
  .pick-y,
  .pick-m {
    li {
      font-family: "RobotoMedium" !important;
      font-size: 16px;
      color: #333333;
    }
  }
}

div.date-dropper .picker .pick-lg ul.pick-lg-h {
  padding: 0 16px;
  font-family: "RobotoMedium" !important;

  li {
    color: #333333;
  }
}

div.date-dropper .picker .pick-lg ul.pick-lg-b {
  padding: 16px;
}

div.date-dropper .picker .pick-lg ul.pick-lg-b li {
  position: relative;
  z-index: 1;
}

div.date-dropper .picker .pick-lg ul.pick-lg-b li:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}

div.date-dropper .picker .pick-lg ul.pick-lg-b li.pick-current-day {
  &:before {
    background-color: #e9ebf4;
    transform: translate(-50%, -50%) scale(1);
  }

  &.pick-sl:before {
    background-color: #02a686;
  }
}

div.date-dropper .picker .pick-lg ul.pick-lg-b li.pick-lk {
  opacity: 0.3;
  color: #2e5bc9;

  &:before {
    height: 0;
  }
}

div.date-dropper .picker .pick-lg ul.pick-lg-b li.pick-sl:before {
  transform: translate(-50%, -50%) scale(1);
}

div.date-dropper .picker .pick-btns {
  margin: -1px;
  position: relative;
  z-index: 2;
  height: 56px;
  display: none;
}

div.date-dropper .picker .pick-btns div {
  cursor: pointer;
  line-height: 0;
}

div.date-dropper .picker .pick-btns .pick-submit {
  margin: 0 auto;
  width: 56px;
  height: 56px;
  line-height: 64px;
  border-radius: 56px;
  font-size: 24px;
  cursor: pointer;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
  position: relative;
  top: 0;
}

div.date-dropper .picker .pick-btns .pick-submit:after {
  //font-family: "date-dropper" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 60px;
  content: "\65";
}

div.date-dropper .picker .pick-btns .pick-submit:hover {
  top: 4px;
  box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.04), 0 0 0 8px rgba(0, 0, 0, 0.04);
}

div.date-dropper .picker .pick-btns .pick-btn {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 0;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  margin: 8px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.03);
}

div.date-dropper .picker .pick-btns .pick-btn:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  transform: scale(1.2);
}

div.date-dropper .picker .pick-btns .pick-btn:after {
  //font-family: "date-dropper" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.date-dropper .picker .pick-btns .pick-btn.pick-btn-sz {
  right: 0;
  transform-origin: right bottom;
}

div.date-dropper .picker .pick-btns .pick-btn.pick-btn-sz:after {
  content: "\63";
}

div.date-dropper .picker .pick-btns .pick-btn.pick-btn-lng {
  left: 0;
  transform-origin: left bottom;
}

div.date-dropper .picker .pick-btns .pick-btn.pick-btn-lng:after {
  content: "\6a";
}

div.date-dropper.picker-lg {
  width: 388px !important;
}

div.date-dropper.picker-lg ul.pick.pick-d {
  transform: scale(0);
  max-height: 0 !important;
}

div.date-dropper.picker-lg .pick-lg {
  max-height: 320px;
}

div.date-dropper.picker-lg .pick-btns .pick-btn.pick-btn-sz:after {
  content: "\61";
}

@media only screen and (max-width: 480px) {
  div.date-dropper.picker-lg {
    width: 300px !important;
  }

  div.date-dropper.picker-lg {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    margin: 0;
  }

  div.date-dropper.picker-lg:before {
    display: none;
  }
}

@-moz-keyframes picker_locked {
  0%,
  100% {
    -webkit-transform: translateX(-50%) translate3d(0, 0, 0);
    -moz-transform: translateX(-50%) translate3d(0, 0, 0);
    -ms-transform: translateX(-50%) translate3d(0, 0, 0);
    -o-transform: translateX(-50%) translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -moz-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -ms-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -o-transform: translateX(-50%) translate3d(-2px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(-50%) translate3d(2px, 0, 0);
    -moz-transform: translateX(-50%) translate3d(2px, 0, 0);
    -ms-transform: translateX(-50%) translate3d(2px, 0, 0);
    -o-transform: translateX(-50%) translate3d(2px, 0, 0);
  }
}

@-webkit-keyframes picker_locked {
  0%,
  100% {
    -webkit-transform: translateX(-50%) translate3d(0, 0, 0);
    -moz-transform: translateX(-50%) translate3d(0, 0, 0);
    -ms-transform: translateX(-50%) translate3d(0, 0, 0);
    -o-transform: translateX(-50%) translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -moz-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -ms-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -o-transform: translateX(-50%) translate3d(-2px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(-50%) translate3d(2px, 0, 0);
    -moz-transform: translateX(-50%) translate3d(2px, 0, 0);
    -ms-transform: translateX(-50%) translate3d(2px, 0, 0);
    -o-transform: translateX(-50%) translate3d(2px, 0, 0);
  }
}

@keyframes picker_locked {
  0%,
  100% {
    -webkit-transform: translateX(-50%) translate3d(0, 0, 0);
    -moz-transform: translateX(-50%) translate3d(0, 0, 0);
    -ms-transform: translateX(-50%) translate3d(0, 0, 0);
    -o-transform: translateX(-50%) translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -moz-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -ms-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -o-transform: translateX(-50%) translate3d(-2px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(-50%) translate3d(2px, 0, 0);
    -moz-transform: translateX(-50%) translate3d(2px, 0, 0);
    -ms-transform: translateX(-50%) translate3d(2px, 0, 0);
    -o-transform: translateX(-50%) translate3d(2px, 0, 0);
  }
}

@-moz-keyframes picker_locked_large_mobile {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
  }
}

@-webkit-keyframes picker_locked_large_mobile {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
  }
}

@keyframes picker_locked_large_mobile {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
  }
}

div.date-dropper.picker-rmbl {
  -webkit-animation: picker_locked 0.4s ease;
  -moz-animation: picker_locked 0.4s ease;
  animation: picker_locked 0.4s ease;
}

@media only screen and (max-width: 480px) {
  div.date-dropper.picker-rmbl.picker-lg {
    -webkit-animation: picker_locked_large_mobile 0.4s ease;
    -moz-animation: picker_locked_large_mobile 0.4s ease;
    animation: picker_locked_large_mobile 0.4s ease;
  }
}

div.date-dropper.picker-lkd .pick-submit {
  background-color: rgba(0, 0, 0, 0.04) !important;
  color: rgba(0, 0, 0, 0.2) !important;
}

div.date-dropper.picker-lkd .pick-submit:hover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

div.date-dropper.picker-lkd .pick-submit:after {
  content: "\62" !important;
}

div.date-dropper.picker-fxs {
  transition: width 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
}

div.date-dropper.picker-fxs ul.pick.pick-d {
  transition: top 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), transform 0.8s cubic-bezier(1, -0.55, 0.2, 1.37),
    max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), background-color 0.4s ease;
}

div.date-dropper.picker-fxs ul.pick.pick-y {
  transition: background-color 0.4s ease;
}

div.date-dropper.picker-fxs ul.pick li {
  transition: transform 0.4s ease, opacity 0.4s ease;
}

div.date-dropper.picker-fxs ul.pick .pick-arw {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

div.date-dropper.picker-fxs ul.pick .pick-arw i {
  transition: right 0.2s ease, left 0.2s ease;
}

div.date-dropper.picker-fxs .pick-lg {
  transition: max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37);
}

div.date-dropper.picker-fxs .pick-lg .pick-lg-b li:before {
  transition: transform 0.2s ease;
}

div.date-dropper.picker-fxs .pick-btns .pick-submit {
  transition: top 0.2s ease, box-shadow 0.4s ease, background-color 0.4s ease;
}

div.date-dropper.picker-fxs .pick-btns .pick-btn {
  transition: all 0.2s ease;
}

@media only screen and (max-width: 480px) {
  div.date-dropper.picker-fxs {
    transition: opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
  }

  div.date-dropper.picker-fxs ul.pick.pick-d,
  div.date-dropper.picker-fxs .pick-lg {
    transition: none;
  }
}

div.date-dropper.vanilla {
  border-radius: 6px;
  width: 180px;
}

div.date-dropper.vanilla .picker {
  border-radius: 6px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
}

div.date-dropper.vanilla .pick-l {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

div.date-dropper.vanilla:before,
div.date-dropper.vanilla .pick-submit,
div.date-dropper.vanilla .pick-lg-b .pick-sl:before,
div.date-dropper.vanilla .pick-m,
div.date-dropper.vanilla .pick-lg-h {
  background-color: #feac92;
}

div.date-dropper.vanilla .pick-y.pick-jump,
div.date-dropper.vanilla .pick li span,
div.date-dropper.vanilla .pick-lg-b .pick-wke,
div.date-dropper.vanilla .pick-btn {
  color: #feac92;
}

div.date-dropper.vanilla .picker,
div.date-dropper.vanilla .pick-l {
  background-color: #ffffff;
}

div.date-dropper.vanilla .picker,
div.date-dropper.vanilla .pick-arw,
div.date-dropper.vanilla .pick-l {
  color: #9ed7db;
}

div.date-dropper.vanilla .pick-m,
div.date-dropper.vanilla .pick-m .pick-arw,
div.date-dropper.vanilla .pick-lg-h,
div.date-dropper.vanilla .pick-lg-b .pick-sl,
div.date-dropper.vanilla .pick-submit {
  color: #faf7f4;
}

div.date-dropper.vanilla.picker-tiny:before,
div.date-dropper.vanilla.picker-tiny .pick-m {
  background-color: #ffffff;
}

div.date-dropper.vanilla.picker-tiny .pick-m,
div.date-dropper.vanilla.picker-tiny .pick-m .pick-arw {
  color: #9ed7db;
}

div.date-dropper.leaf {
  border-radius: 6px;
  width: 180px;
}

div.date-dropper.leaf .picker {
  border-radius: 6px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
}

div.date-dropper.leaf .pick-l {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

div.date-dropper .picker .pick-lg .pick-disable {
  cursor: default;
  color: #b1b1b1;
}

div.date-dropper.leaf:before,
div.date-dropper.leaf .pick-submit,
div.date-dropper.leaf .pick-lg-b .pick-sl:before,
div.date-dropper.leaf .pick-m,
div.date-dropper.leaf .pick-lg-h {
  background-color: #1ecd80;
}

div.date-dropper.leaf .pick-y.pick-jump,
div.date-dropper.leaf .pick li span,
div.date-dropper.leaf .pick-lg-b .pick-wke,
div.date-dropper.leaf .pick-btn {
  color: #1ecd80;
}

div.date-dropper.leaf .picker,
div.date-dropper.leaf .pick-l {
  background-color: #fefff2;
}

div.date-dropper.leaf .picker,
div.date-dropper.leaf .pick-arw,
div.date-dropper.leaf .pick-l {
  color: #528971;
}

div.date-dropper.leaf .pick-m,
div.date-dropper.leaf .pick-m .pick-arw,
div.date-dropper.leaf .pick-lg-h,
div.date-dropper.leaf .pick-lg-b .pick-sl,
div.date-dropper.leaf .pick-submit {
  color: #fefff2;
}

div.date-dropper.leaf.picker-tiny:before,
div.date-dropper.leaf.picker-tiny .pick-m {
  background-color: #fefff2;
}

div.date-dropper.leaf.picker-tiny .pick-m,
div.date-dropper.leaf.picker-tiny .pick-m .pick-arw {
  color: #528971;
}

div.date-dropper.primary {
  border-radius: 6px;
  width: 180px;
}

div.date-dropper.primary .picker {
  border-radius: 6px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
}

div.date-dropper.primary .pick-l {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

div.date-dropper.primary .pick-lg-b .pick-sl:before {
  background-color: #02a686;
}

div.date-dropper.primary:before {
  z-index: 1;
}

div.date-dropper.primary:before,
div.date-dropper.primary .pick-submit,
div.date-dropper.primary .pick-m,
div.date-dropper.primary .pick-lg-h {
  background-color: #ffffff;
}

div.date-dropper.primary .picker,
div.date-dropper.primary .pick-l {
  background-color: #ffffff;
}

div.date-dropper.primary .picker,
div.date-dropper.primary .pick-arw,
div.date-dropper.primary .pick-l {
  color: #4d4d4d;
}

div.date-dropper.primary .pick-m,
div.date-dropper.primary .pick-m .pick-arw,
div.date-dropper.primary .pick-lg-h,
div.date-dropper.primary .pick-submit {
  color: black;
}

div.date-dropper.primary .pick-lg-b .pick-sl {
  color: #ffffff;
}

div.date-dropper.primary.picker-tiny:before,
div.date-dropper.primary.picker-tiny .pick-m {
  background-color: #ffffff;
}

div.date-dropper.primary.picker-tiny .pick-m,
div.date-dropper.primary.picker-tiny .pick-m .pick-arw {
  color: #4d4d4d;
}

div.date-dropper .null {
  transition: none;
}
