/**
 * Theme Name:  Buro
 */
.Regular {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.Bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.Medium {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.pointer:hover {
  cursor: pointer;
}
.pointer:hover * {
  cursor: pointer;
}
.overflow {
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.block {
  display: block;
  float: left;
}
.block100 {
  display: block;
  float: left;
  width: 100%;
}
.transition {
  transition: all 0.2s linear;
}
.ui-datepicker {
  width: 310px;
  background: #fff;
  padding: 22px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.37);
  border-radius: 10px;
}
.ui-datepicker-header {
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: relative;
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
.ui-datepicker-header a {
  position: absolute;
}
.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
}
.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
}
.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-calendar th span {
  border-radius: 6px;
  border: 1px solid #DCDEE1;
  width: 32px;
  height: 32px;
  display: block;
  line-height: 30px;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.ui-datepicker-calendar td a {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 6px;
  background: #FAFAFA;
  font-size: 13px;
  line-height: 32px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.ui-datepicker-calendar td a:hover {
  background: #0D84FB;
  color: #fff;
}
.ui-datepicker-calendar td.ui-datepicker-today a {
  background: #DBDDE1;
}
.ui-datepicker-calendar td.ui-datepicker-today a:hover {
  background: #0D84FB;
}
.dark .ui-datepicker {
  background: #1d1d1d;
}
.dark .ui-datepicker-calendar td a {
  background: #2b2b2b;
}
.dark .ui-datepicker-calendar th span {
  border-color: #3C3C3C;
}
.dark .ui-datepicker-calendar td.ui-datepicker-today a {
  background: #828282;
}
.dark .ui-datepicker-calendar td a:hover {
  background: #0D84FB;
}
@media screen and (max-width: 480px) {
  .ui-datepicker {
    left: 0 !important;
    width: 100%;
  }
  .ui-datepicker-calendar td a,
  .ui-datepicker-calendar th span {
    width: 100%;
    height: 10vw;
    line-height: normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .locked-by-datepicker {
    overflow: hidden;
  }
}
