
:root {
  --bs-primary: #1b428e;
  --bs-primary-rgb: 27, 66, 142;
}

/* bootstrap 配色カスタム */
.app-header {
  margin-bottom: 20px;
  padding: 10px;
  height: 64px;
  display: flex;
  align-items: center;
  background-color: #464646;
}

.app-header--fullscreen {
  margin-bottom: 0;
}

.app-header__title {
  flex-grow: 1;
}

.app-main__title {
  margin-bottom: 36px;
}

.app-form {
  margin-bottom: 32px;
}

.app-form-action-btn {
  min-width: 106px;
}

.app-field {
  margin-bottom: 24px;
}

.app-resources-table {
  table-layout: fixed;
}

.app-resources-table__title-data {
  overflow: hidden;
  text-overflow: ellipsis;
}

.app-body {
  min-width: 1024px;
  overflow-x: scroll;
}

.app-main {
  width: 1024px;
}

.app-bulk-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}

.app-bulk-actions__label {
  margin-right: 8px;
}

.map-container {
  width: 95vw;
  height: 95vh;
  margin: 0 auto;
  overscroll-behavior: none;
}

.leaflet-container {
  overscroll-behavior: none;
}

.leaflet-interactive {
  z-index: 1;
}

.leaflet-bottom {
  bottom: 20px !important;
}

.leaflet-control-rotate-toggle {
  display: none !important;
}

.leaflet-control-attribution {
  display: none;
}

.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button {
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
}

.user-index-page {
  height: 100vh;
}
.user-index-page .table-wrap {
  margin: 20px 120px 20px 120px;
}
.user-index-page .input-form {
  margin: 20px;
}
.user-index-page .notice_message {
  color: green;
  margin: 20px;
  padding: 20px;
  font-size: 20px;
  background: white;
}
.user-index-page .discarded td {
  color: gray;
}

.ListHeader {
  padding: 10px;
}

.select-month-button {
  padding: 20px;
}

.prev-month {
  padding-right: 10px;
}

.next-month {
  padding-left: 10px;
}

.search-clear,
.search-submit {
  padding-left: 10px;
  padding-right: 10px;
}

.management-number {
  width: 20%;
}

.sort-button-group {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.create-road-damage {
  padding-right: 20px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

.input-group-text {
  background: #EBEBEB;
}

.accordion-button:not(.collapsed)::before {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::before {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.accordion-button::after {
  display: none;
}

.accordion-button {
  width: auto;
  padding: 0;
  color: black;
  background-color: transparent;
  box-shadow: none;
}

.select2-container--default .select2-selection--multiple {
  height: 100%;
}

.select2-container .select2-search--inline .select2-search__field {
  height: 20px !important;
}

.search_field .select2-container .select2-selection--single {
  height: 38px !important;
  line-height: 38px !important;
}
.search_field .select2-container .select2-selection--single .select2-selection__rendered {
  height: 38px !important;
  line-height: 38px !important;
}
.search_field .select2-container .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
  right: 10px !important;
}

.fixed-below-header {
  position: fixed;
  width: 100%;
  top: 64px;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.road-damage-table {
  margin-top: 290px;
}

.photo-list-pane {
  margin-top: 241px;
}

tr.selected {
  outline: 2px solid #0d6efd !important;
  outline-offset: -2px;
}

tr td {
  border-color: var(--bs-border-color);
  vertical-align: middle;
}

td.textarea-data {
  white-space: normal;
  max-width: 17.5em;
  min-width: 17.5em;
  text-align: start;
}

tr.repaired td {
  background: #aaa;
}

.table-wrap {
  overflow-x: scroll;
  flex-shrink: 3;
  height: auto;
}

.photo-list-pane {
  width: 350px;
  overflow-y: auto;
  flex-shrink: 1;
}

.photo-list-pane .photo-list {
  display: flex;
  flex-direction: column;
}

.photo-list-pane .list-title {
  background: #EBEBEB;
}

.photo-list-pane .photo-list .photo-list-item {
  width: 220px;
  height: 140px;
  list-style: none;
  justify-content: center;
}

.photo-list-pane .photo-list .photo-list-item img {
  max-width: 100%;
  object-fit: contain;
}

.table-header-row {
  border-top: none;
  border-bottom: none;
}

th {
  position: sticky;
  top: 0;
  left: 0;
  background: #e2e3e5;
  border: none;
}

th:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.5px solid #bfc1c3;
  border-top: 0.5px solid #bfc1c3;
  border-bottom: 0.5px solid #bfc1c3;
  z-index: -1;
}

th .both-icon i {
  height: 10px;
  position: relative;
  top: -7px;
}

td.sorted {
  background: lightblue;
}

tr.repaired td.sorted {
  background: lightblue;
}

.road-damage-form-top .form-field-title {
  min-width: 130px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.road-damage-form-top .id-field {
  width: 100px;
}

.road-damage-edit-page .form-select {
  min-width: 130px;
}

.road-damage-edit-form {
  width: calc(100% - 16px);
  display: grid;
  grid-template-columns: 310px 310px auto;
  gap: 16px;
}
.road-damage-edit-form .form-inputs {
  overflow: scroll;
}
.road-damage-edit-form .accordion-button:not(.collapsed)::before {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.road-damage-edit-form .accordion-button::before {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.road-damage-edit-form .accordion-button::after {
  display: none;
}
.road-damage-edit-form .accordion-button {
  width: auto;
  padding: 0;
  color: black;
  background-color: transparent;
  box-shadow: none;
}
.road-damage-edit-form .form-field-title {
  min-width: 130px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.road-damage-edit-form .photo-list {
  display: flex;
}
.road-damage-edit-form .photo-list .photo-list-item {
  position: relative;
  width: 220px;
  height: 140px;
  list-style: none;
  justify-content: center;
}
.road-damage-edit-form .photo-list .photo-list-item img {
  max-width: 100%;
  object-fit: contain;
}
.road-damage-edit-form .photo-list .photo-delete-button {
  position: absolute;
  top: 8px;
  right: 8px;
}
.road-damage-edit-form .photo-list .situation-picture-print-button, .road-damage-edit-form .photo-list .situation-map-print-button, .road-damage-edit-form .photo-list .result-picture-print-button {
  position: absolute;
  top: 8px;
  left: 8px;
}
.road-damage-edit-form .cursor-pointerrow:hover {
  cursor: pointer;
  background-color: #d5d4d4;
}

.photo-form {
  overflow-x: auto;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.App__content {
  display: grid;
  grid-template-columns: 300px 1fr auto;
  grid-template-rows: 100%;
  max-height: 100vh;
  overflow: hidden;
  transition: 0.5s;
}
.App__content.sidebar-close {
  transition: 0.5s;
  grid-template-columns: 40px 1fr auto;
}

.map-content {
  overscroll-behavior: none;
}

.road-damage-form {
  width: 350px;
  overflow-y: scroll;
}
.road-damage-form .photo-list .photo-list-item {
  position: relative;
  width: 100%;
  height: 180px;
  list-style: none;
}
.road-damage-form .photo-list .photo-list-item img {
  max-width: 100%;
  object-fit: contain;
}
.road-damage-form .photo-list .photo-delete-button {
  position: absolute;
  top: 8px;
  right: 8px;
}

.App .Sidebar {
  grid-row: 1/3;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.App .Sidebar > ul {
  overflow-y: scroll;
}

.road-damage-map-footer {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  gap: 16px;
}

.show-layer-checkbox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  gap: 16px;
  z-index: 1000;
}

.road-damage-map-bottom-content-left {
  width: 300px;
}

.edit-mode-icon {
  position: absolute;
  left: 50px;
  top: 10px;
  z-index: 500;
}

.example-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 500;
  width: 32px;
  height: 32px;
}

.set-current-position-button {
  position: absolute;
  bottom: 144px;
  right: 10px;
  border-radius: 2px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  background-color: #fff;
  width: 47px;
  height: 47px;
  line-height: 24px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
  z-index: 400;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.MapHeader__left {
  width: 420px;
}
.MapHeader__left .header-input-date {
  width: 134px;
}

.MapHeader__right {
  width: 420px;
}

.MapHeader__Crumb::before {
  color: currentColor;
  content: ">";
  font-weight: bold;
  padding: 0 6px;
  transform: translateY(-2px);
}

.MapHeader__LockIcon {
  transform: translateY(-2px);
}

.MapHeader .document-select {
  /* ドキュメントタイトル部分にtext-truncateを効かせるために固定幅にする */
  max-width: 200px;
  width: 200px;
}

.MapHeader .header-date-picker {
  z-index: 1001;
  position: absolute;
  top: 40px;
  left: 0;
}

.MapHeader .header-input-date {
  width: 240px;
}

.MapHeader .short-title {
  width: 106px;
}

.DrawingFormDialogColorPalette__item {
  width: 24px;
  height: 24px;
}

/* 黒色に黒のボーダーだとactiveかどうか判断できないため暫定で白を入れる */
.DrawingFormDialogColorPalette__item--active::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}

.DrawingFormDialogColorPalette__item--active {
  border: 2px solid #000;
}

.Sidebar .team-header {
  color: #000;
}

.Sidebar .team-header--border-top {
  border-top: 1px solid rgb(70, 70, 70);
}

.road-damages-aggregates .form-select {
  min-width: 130px;
}
.road-damages-aggregates th, .road-damages-aggregates td {
  padding: 4px 8px;
}
.road-damages-aggregates th {
  position: sticky;
  top: 0;
  left: 0;
  background: #e2e3e5;
  border: none;
}
.road-damages-aggregates .aggregate-type-row th {
  top: 0;
}
.road-damages-aggregates .inspection-area-row th {
  top: 32px;
}
.road-damages-aggregates th th:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.5px solid #bfc1c3;
  border-top: 0.5px solid #bfc1c3;
  border-bottom: 0.5px solid #bfc1c3;
  z-index: -1;
}
.road-damages-aggregates th.empty-cell {
  z-index: 1;
}
.road-damages-aggregates td.year-month-cell {
  position: sticky;
  top: 0;
  left: 0;
  background: #e2e3e5;
  border: none;
}
.road-damages-aggregates td.year-month-cell:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.5px solid #bfc1c3;
  border-top: 0.5px solid #bfc1c3;
  border-bottom: 0.5px solid #bfc1c3;
  z-index: -1;
}

.main-login {
  text-align: center;
  height: 100vh;
}

.main-title {
  padding-top: 40px;
  margin-bottom: 25px;
  font-size: 64px;
}

.navbar {
  height: 50px;
}

.new_user {
  text-align: -webkit-center;
}

.login-field {
  width: 15%;
  height: 100%;
  text-align: left;
}

.field {
  margin-bottom: 10px;
}

.field-title {
  font-size: 14px;
}

.email-field {
  width: 22%;
  height: 100%;
  text-align: left;
}

.link-form {
  padding-top: 20px;
}

.form-input {
  margin-left: 20px;
  margin-top: 20px;
  height: 100vh;
}

.alert_message {
  color: red;
  margin: 20px;
  padding: 20px;
  font-size: 20px;
  background: white;
}

.notice_message {
  color: green;
  margin: 20px;
  padding: 20px;
  font-size: 20px;
  background: white;
}

.new-password-field {
  width: 22%;
  height: 100%;
  text-align: left;
}

.PatrolApp__content {
  display: grid;
  grid-template-columns: 300px 1fr auto;
  grid-template-rows: 100%;
  max-height: 100vh;
  overflow: hidden;
  transition: 0.5s;
}
.PatrolApp__content.sidebar-close {
  transition: 0.5s;
  grid-template-columns: 40px 1fr auto;
}

.patrol-form {
  width: 350px;
}

.map-bottom-content-small {
  font-size: 12px;
}

.aggregate-info {
  height: 18px;
  min-width: 300px;
}

.map-bottom-content-right {
  width: 140px;
}

.joint-height-icon {
  font-size: 15px;
  color: black;
  background: white;
  border: solid 1px gray;
  border-radius: 3px;
  padding: 0px 3px;
  white-space: nowrap;
  min-width: 60px;
  min-height: 23.75;
  text-align: center;
}

.before-joint-height-icon {
  background: #ccc;
}

.PatrolMapHeader {
  height: 50px;
}

.PatrolMapHeader__left {
  /* (100% - 右メニューの横幅) */
  width: 440px;
}
.PatrolMapHeader__left .header-select-year {
  width: 134px;
}

.PatrolMapHeader__right {
  width: 480px;
}

.co-routines-index-page {
  overflow: hidden;
}
.co-routines-index-page .form-select {
  width: 134px;
  background-color: #f8f9fa;
}
.co-routines-index-page .btn-outline-secondary {
  color: #000000;
}
.co-routines-index-page .btn:hover {
  color: #000000;
}
.co-routines-index-page .box {
  background-color: #f0f0f0;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.co-routines-index-page .vertical-table tr {
  min-width: 154px;
}
.co-routines-index-page .header {
  height: 47px;
}
.co-routines-index-page tr.selected {
  border-width: 2px !important;
  border-color: #0d6efd !important;
}
.co-routines-index-page td {
  padding: 4px;
  font-size: 15px;
}
.co-routines-index-page .scrollable-table {
  height: 255px;
  overflow: scroll;
}
.co-routines-index-page .measurement-table {
  height: 255px;
}
.co-routines-index-page .unit-damage-info-header {
  width: 276px;
}
.co-routines-index-page .bg-blue {
  background: blue;
}
.co-routines-index-page .bg-pink {
  background: pink;
}
.co-routines-index-page .bg-light-green {
  background: #9ACD32;
}

.co-routines-map {
  min-height: 300px;
  width: 100%;
  overflow: hidden;
}

.co-routines-map-content {
  height: 100%;
  width: 100%;
  position: relative;
}

.example-icon {
  z-index: 500;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.as-routines-index-page {
  overflow: hidden;
}
.as-routines-index-page .form-select {
  width: 134px;
  background-color: #f8f9fa;
}
.as-routines-index-page .btn-outline-secondary {
  color: #000000;
}
.as-routines-index-page .btn:hover {
  color: #000000;
}
.as-routines-index-page .box {
  background-color: #f0f0f0;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.as-routines-index-page .vertical-table tr {
  min-width: 154px;
}
.as-routines-index-page .header {
  height: 47px;
}
.as-routines-index-page tr.selected {
  border-width: 2px !important;
  border-color: #0d6efd !important;
}
.as-routines-index-page td {
  padding: 4px;
  font-size: 15px;
}
.as-routines-index-page .scrollable-table {
  height: 255px;
  overflow: scroll;
}
.as-routines-index-page .scrollable-viewer {
  max-height: 255px;
  overflow: scroll;
}
.as-routines-index-page .measurement-table {
  height: 255px;
}
.as-routines-index-page .unit-damage-info-header {
  width: 276px;
}

.as-routines-map {
  min-height: 300px;
  width: 100%;
  overflow: hidden;
}

.as-routines-map-content {
  height: 100%;
  width: 100%;
  position: relative;
}

.example-icon {
  z-index: 500;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.master-management-page {
  display: grid;
  grid-template-columns: 300px 1fr auto;
  grid-template-rows: 100%;
  max-height: 100vh;
  height: 100vh;
  overflow: hidden;
}

.master-management-header {
  min-height: 44px;
}

.rdrCalendarWrapper {
  box-sizing: border-box;
  background: #ffffff;
  display: inline-flex;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.rdrDateDisplay {
  display: flex;
  justify-content: space-between;
}

.rdrDateDisplayItem {
  flex: 1 1;
  width: 0;
  text-align: center;
  color: inherit;
}

.rdrDateDisplayItem + .rdrDateDisplayItem {
  margin-left: 0.833em;
}

.rdrDateDisplayItem input {
  text-align: inherit;
}

.rdrDateDisplayItem input:disabled {
  cursor: default;
}

.rdrMonthAndYearWrapper {
  box-sizing: inherit;
  display: flex;
  justify-content: space-between;
}

.rdrMonthAndYearPickers {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdrNextPrevButton {
  box-sizing: inherit;
  cursor: pointer;
  outline: none;
}

.rdrMonths {
  display: flex;
}

.rdrMonthsVertical {
  flex-direction: column;
}

.rdrMonthsHorizontal > div > div > div {
  display: flex;
  flex-direction: row;
}

.rdrMonth {
  width: 27.667em;
}

.rdrWeekDays {
  display: flex;
}

.rdrWeekDay {
  flex-basis: 14.2857142857%;
  box-sizing: inherit;
  text-align: center;
}

.rdrDays {
  display: flex;
  flex-wrap: wrap;
}

.rdrInfiniteMonths {
  overflow: auto;
}

.rdrDateRangeWrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.rdrDateInput {
  position: relative;
}

.rdrDateInput input {
  outline: none;
}

.rdrDateInput .rdrWarning {
  position: absolute;
  font-size: 1.6em;
  line-height: 1.6em;
  top: 0;
  right: 0.25em;
  color: #FF0000;
}

.rdrDay {
  box-sizing: inherit;
  width: 14.2857142857%;
  position: relative;
  font: inherit;
  cursor: pointer;
}

.rdrDayNumber {
  display: block;
  position: relative;
}

.rdrDayNumber span {
  color: #1d2429;
}

.rdrDayDisabled {
  cursor: not-allowed;
}

@supports (-ms-ime-align: auto) {
  .rdrDay {
    flex-basis: 14.285% !important;
  }
}
.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge {
  pointer-events: none;
}

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview {
  pointer-events: none;
}

.rdrDateRangePickerWrapper {
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.rdrStaticRanges {
  display: flex;
  flex-direction: column;
}

.rdrStaticRange {
  font-size: inherit;
}

.rdrInputRange {
  display: flex;
}

.rdrCalendarWrapper {
  color: #000000;
  font-size: 12px;
}

.rdrDateDisplayWrapper {
  background-color: rgb(239, 242, 247);
}

.rdrDateDisplay {
  margin: 0.833em;
}

.rdrDateDisplayItem {
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
  border: 1px solid transparent;
}

.rdrDateDisplayItem input {
  cursor: pointer;
  height: 2.5em;
  line-height: 2.5em;
  border: 0px;
  background: transparent;
  width: 100%;
  color: #849095;
}

.rdrDateDisplayItemActive {
  border-color: currentColor;
}

.rdrDateDisplayItemActive input {
  color: #7d888d;
}

.rdrMonthAndYearWrapper {
  align-items: center;
  height: 60px;
  padding-top: 10px;
}

.rdrMonthAndYearPickers {
  font-weight: 600;
}

.rdrMonthAndYearPickers select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 10px 30px 10px 10px;
  border-radius: 4px;
  outline: 0;
  color: #3e484f;
  background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
  background-position: right 8px center;
  cursor: pointer;
  text-align: center;
}

.rdrMonthAndYearPickers select:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.rdrMonthPicker, .rdrYearPicker {
  margin: 0 5px;
}

.rdrNextPrevButton {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0.833em;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #EFF2F7;
}

.rdrNextPrevButton:hover {
  background: #E1E7F0;
}

.rdrNextPrevButton i {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  text-align: center;
  border-style: solid;
  margin: auto;
  transform: translate(-3px, 0px);
}

.rdrPprevButton i {
  border-width: 4px 6px 4px 4px;
  border-color: transparent rgb(52, 73, 94) transparent transparent;
  transform: translate(-3px, 0px);
}

.rdrNextButton i {
  margin: 0 0 0 7px;
  border-width: 4px 4px 4px 6px;
  border-color: transparent transparent transparent rgb(52, 73, 94);
  transform: translate(3px, 0px);
}

.rdrWeekDays {
  padding: 0 0.833em;
}

.rdrMonth {
  padding: 0 0.833em 1.666em 0.833em;
}

.rdrMonth .rdrWeekDays {
  padding: 0;
}

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName {
  display: none;
}

.rdrWeekDay {
  font-weight: 400;
  line-height: 2.667em;
  color: rgb(132, 144, 149);
}

.rdrDay {
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  line-height: 3em;
  height: 3em;
  text-align: center;
  color: #1d2429;
}

.rdrDay:focus {
  outline: 0;
}

.rdrDayNumber {
  outline: 0;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rdrDayToday .rdrDayNumber span {
  font-weight: 500;
}

.rdrDayToday .rdrDayNumber span:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #3d91ff;
}

.rdrDayToday:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span:after, .rdrDayToday:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span:after, .rdrDayToday:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span:after, .rdrDayToday:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span:after {
  background: #fff;
}

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span, .rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span, .rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span, .rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span {
  color: rgba(255, 255, 255, 0.85);
}

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge {
  background: currentColor;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px;
}

.rdrSelected {
  left: 2px;
  right: 2px;
}

.rdrStartEdge {
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px;
}

.rdrEndEdge {
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px;
}

.rdrSelected {
  border-radius: 1.042em;
}

.rdrDayStartOfMonth .rdrInRange, .rdrDayStartOfMonth .rdrEndEdge, .rdrDayStartOfWeek .rdrInRange, .rdrDayStartOfWeek .rdrEndEdge {
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px;
}

.rdrDayEndOfMonth .rdrInRange, .rdrDayEndOfMonth .rdrStartEdge, .rdrDayEndOfWeek .rdrInRange, .rdrDayEndOfWeek .rdrStartEdge {
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px;
}

.rdrDayStartOfMonth .rdrDayInPreview, .rdrDayStartOfMonth .rdrDayEndPreview, .rdrDayStartOfWeek .rdrDayInPreview, .rdrDayStartOfWeek .rdrDayEndPreview {
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  border-left-width: 1px;
  left: 0px;
}

.rdrDayEndOfMonth .rdrDayInPreview, .rdrDayEndOfMonth .rdrDayStartPreview, .rdrDayEndOfWeek .rdrDayInPreview, .rdrDayEndOfWeek .rdrDayStartPreview {
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  border-right-width: 1px;
  right: 0px;
}

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview {
  background: rgba(255, 255, 255, 0.09);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  bottom: 3px;
  pointer-events: none;
  border: 0px solid currentColor;
  z-index: 1;
}

.rdrDayStartPreview {
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  left: 0px;
}

.rdrDayInPreview {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.rdrDayEndPreview {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  right: 2px;
  right: 0px;
}

.rdrDefinedRangesWrapper {
  font-size: 12px;
  width: 226px;
  border-right: solid 1px #eff2f7;
  background: #fff;
}

.rdrDefinedRangesWrapper .rdrStaticRangeSelected {
  color: currentColor;
  font-weight: 600;
}

.rdrStaticRange {
  border: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border-bottom: 1px solid #eff2f7;
  padding: 0;
  background: #fff;
}

.rdrStaticRange:hover .rdrStaticRangeLabel, .rdrStaticRange:focus .rdrStaticRangeLabel {
  background: #eff2f7;
}

.rdrStaticRangeLabel {
  display: block;
  outline: 0;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left;
}

.rdrInputRanges {
  padding: 10px 0;
}

.rdrInputRange {
  align-items: center;
  padding: 5px 20px;
}

.rdrInputRangeInput {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px rgb(222, 231, 235);
  margin-right: 10px;
  color: rgb(108, 118, 122);
}

.rdrInputRangeInput:focus, .rdrInputRangeInput:hover {
  border-color: rgb(180, 191, 196);
  outline: 0;
  color: #333;
}

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after {
  content: "";
  border: 1px solid currentColor;
  border-radius: 1.333em;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  background: transparent;
}

.rdrDayPassive {
  pointer-events: none;
}

.rdrDayPassive .rdrDayNumber span {
  color: #d5dce0;
}

.rdrDayPassive .rdrInRange, .rdrDayPassive .rdrStartEdge, .rdrDayPassive .rdrEndEdge, .rdrDayPassive .rdrSelected, .rdrDayPassive .rdrDayStartPreview, .rdrDayPassive .rdrDayInPreview, .rdrDayPassive .rdrDayEndPreview {
  display: none;
}

.rdrDayDisabled {
  background-color: rgb(248, 248, 248);
}

.rdrDayDisabled .rdrDayNumber span {
  color: #aeb9bf;
}

.rdrDayDisabled .rdrInRange, .rdrDayDisabled .rdrStartEdge, .rdrDayDisabled .rdrEndEdge, .rdrDayDisabled .rdrSelected, .rdrDayDisabled .rdrDayStartPreview, .rdrDayDisabled .rdrDayInPreview, .rdrDayDisabled .rdrDayEndPreview {
  filter: grayscale(100%) opacity(60%);
}

.rdrMonthName {
  text-align: left;
  font-weight: 600;
  color: #849095;
  padding: 0.833em;
}

body.map-body {
  overflow: hidden;
}
