.calendar-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  .calendar-input-date {
    width: 40%;
  }
}

.calendar-title-btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #eee;
}

.custom-popup {
  .confirm {
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    z-index: 1;
    padding: 0 20px;
    color: $primary-color;
    line-height: 46px;
    cursor: pointer;
  }
}

.custom-tabs {
  height: 400px;
  position: relative;

  .nut-tab-pane {
    padding: 0;
  }

  .nut-tabs__titles {
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    .custom-tab-item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 10px;
    }
  }

  .nut-tabs__titles-item {
    width: auto !important;
    margin-right: 10px;

    .nut-tabs__titles-item__line {
      width: 100% !important;
      bottom: 0;
    }
  }

  .nut-calendar__header .nut-calendar__weekdays {
    box-shadow: none;
  }

  .nut-calendar__month-title {
    display: none;
  }
}

.custom-date-picker {
  height: calc(400px - 86px) !important;
  .nut-picker__column {
    height: 100% !important;
    margin: 20px 0;
  }
}
