/* Color Theme
--------------------------------- */
/* Color Scale
--------------------------------- */
/* Other Colors
--------------------------------- */
/* DO NOT DELETE THIS FILE */
/* 
    Write your own custom color variables 
    Example:

    @color1: #ff00ff;
    @color2: #00ff00;
*/
/* Fonts
--------------------------------- */
/* Sizes
--------------------------------- */
/* Logo
---------------------------------- */
/* DO NOT DELETE THIS FILE */
/* 
    Write your own custom variables 
    Example:

    @font-size: 18px;
    @font-family: Arial, sans-serif;
*/
/* Class Functions
----------------------------------------- */
/* WRITE YOUR CUSTOM STYLING BELOW */
input.days {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin: 0;
  text-indent: -1px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-background-clip: initial;
  -moz-background-clip: initial;
  background-clip: initial;
  overflow: hidden;
  background: rebeccapurple;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem!important;
  top: 9px;
  left: 20px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.22);
}
font-face {
  font-family: 'BLOKK';
  src: url('/Custom/Styles/webfonts/BLOKKr.eot');
  src: url('/Custom/Styles/webfonts/BLOKK.eot?#iefix') format('embedded-opentype'), url('/Custom/Styles/webfonts/BLOKK.woff') format('woff'), url('/Custom/Styles/webfonts/BLOKK.svg#BLOKKNeue-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.animationbtn {
  position: inherit;
  left: 4%;
  -webkit-transform: translateX(-50%) translateY(50%);
  -moz-transform: translateX(-50%) translateY(50%);
  transform: translateX(0%) translateY(0%);
  overflow: hidden;
  cursor: pointer;
}
.check {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #878E88;
  display: none;
}
.check.active {
  display: block;
}
.check:before,
.check:after {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
}
.check:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 10px;
  background: white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  top: 54px;
  left: 48%;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  transform-origin: top left;
}
.check:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 10px;
  background: white;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  top: 61px;
  left: 50%;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  transform-origin: top left;
}
.check.active:before {
  width: 50px;
}
.check.active:after {
  width: 30px;
}
