@border-radius-base: 6px;

@btn-border-radius-base: 4px;
@btn-line-height: 23px;
@btn-font-weight: 800;
@btn-padding-horizontal-base: 25px - 1px;

@btn-primary-color: #fff;
@btn-primary-bg: #000000;
@btn-primary-bg-light: #333333;

@btn-height-base: 40px;
@btn-height-lg: 48px;
@btn-font-size-lg: 18px;

@input-border-color: #e6e2db;
@input-height-base: 48px;
@input-height-lg: 56px;
@input-height-sm: 30px;
@input-addon-bg: @primary-color;
@input-addon-color: white;
@input-line-height: 18px;
@input-prefix-suffix-margin: 8px;

@select-border-color: #cbcfdd;

@breadcrumb-base-color: #a3adb7;
@breadcrumb-last-item-color: #a3adb7;
@breadcrumb-font-size: 14px;
@breadcrumb-icon-font-size: 14px;
@breadcrumb-link-color: @primary-color;
@breadcrumb-link-color-hover: @primary-color;
@breadcrumb-separator-color: #a3adb7;

@checkbox-size: 19px;
@checkbox-color: black;
@checkbox-border-radius: 5px;

@layout-sider-background: transparent;

@collapse-panel-border-radius: 0px;

.cr-hide-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  &::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
  }
}

.ant-layout-sider-trigger {
  background: transparent;
  width: 20px !important;
  height: 20px;
  position: absolute;
  top: 0px;
  right: 10px;
}

.available-spots-list {
  &::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    padding-left: 17px;
  }
  &::-webkit-scrollbar-track {
    width: 6px;
  }
  &::-webkit-scrollbar-thumb {
    background: #dadee2;
    border-radius: 24px;
  }
}

.ant-upload.ant-upload-select-picture-card {
  width: auto;
  height: auto;
  margin: 0;
}

.ant-form-item-label {
  label {
    font-weight: 700;
  }
}

.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  border-bottom: none;
}

.ant-table-thead
  > tr
  > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none;
}
