@import 'public-booking/main_dependencies';

.time-range.ui-version--2 {
  font-family: $font-family-base;

    .calendar {
      background-color: #ffffff;
      border-radius: 2px;
      border: solid 1px #e1e1e1;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
      margin: 40px 0 40px 0;
      width: 100%;

      &__header {
        background-color: #FFFFFF;

        &--tools {
          padding: 20px;
        }

        &__buttons {
          &__btn {
            width: 31px;
            height: 31px;
            border-radius: 2px;
            background-color: #ffffff;
            border: solid 1px #ededed;
            font-weight:normal;
            &--left {
              border-radius: 2px 2px 0 0;
            }
            &--right {
              border-radius: 0 0 2px 2px;
            }
          }
        }

        &__duration {
          margin-left: 20px;

          &__text {
            font-size: 18px;
            font-weight: 600;
            line-height: 1.22;
            text-align: left;
            color: $bb-main-gray;
          }
        }

        &__days {
          height: 52px;
          background-color: #fafafa;
          font-size: 14px;
          text-align: left;
          color: $bb-main-gray;
          &__day {
            padding: 18px 10px 18px 10px;
            border: solid 1px #e1e1e1 !important;
            font-size: 14px;
            text-align: left;
            color: $bb-main-gray;
          }
        }

        &__label {
          font-size: 18px !important;
          font-weight: 600 !important;
          line-height: 1.22 !important;
          //text-align: center !important;
          color: $bb-main-gray !important;
        }
      }

      &__body {
        &__day {
          border: solid 1px #e1e1e1;
          &__moment {
            &--am {
              border-bottom: solid 1px #e1e1e1;
            }
            &--pm {
              border-bottom: 0;
            }
          }
        }
      }


  }
}