.Selectable
  .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside) {
  background-color: #f0f8ff !important;
  color: #4a90e2;
}
.Selectable .DayPicker-Day {
  border-radius: 0 !important;
}
.Selectable .DayPicker-Day--start {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.Selectable .DayPicker-Day--end {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rv-xy-plot__axis__tick__text {
  fill: #878b91;
}

.ReactTable .-pagination .-pageJump input {
  width: 40px;
}

.ReactTable .rt-thead .rt-th.rt-resizable-header {
  align-items: center;
  display: flex;
  outline: none;
}

.ReactTable .rt-tbody .rt-td {
  align-items: center;
  display: flex;
}

.ReactTable .rt-thead .rt-th.-sort-desc,
.ReactTable .rt-thead .rt-th.-sort-asc {
  box-shadow: none;
  position: relative;
}

.ReactTable .rt-thead .rt-th.-sort-desc::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 10%;
}

.ReactTable .rt-thead .rt-th.-sort-asc::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 10%;
}

.ReactTable .rt-tr {
  height: 45px;
}

.modal-content {
  border-radius: 0;
}

/* Styles of table element inside the app details page */
table.app-details-content-table {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 20px;
  box-shadow: #ccccd0 0px 0px 0px 1px;
  border-radius: 3px;
  border-collapse: collapse;
}

table.app-details-content-table p {
  margin: 0;
}

@media only screen and (max-width: 479px) {
  table.app-details-content-table {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

table.app-details-content-table tr:nth-child(odd) {
  background-color: #f8f9fb;
}

table.app-details-content-table tr:last-child td:first-child {
  border-radius: 0 0 0 3px;
}

table.app-details-content-table tr:last-child td:last-child {
  border-radius: 0 0 3px 0;
}

table.app-details-content-table tr:first-child {
  border-bottom: 1px solid ${border};
}

table.app-details-content-table th {
  background-color: #f8f9fb;
  padding: 12px 20px;
  text-align: left;
  color: #131313;
}

table.app-details-content-table th:first-child {
  border-radius: 3px 0 0 0;
}

table.app-details-content-table th:last-child {
  border-radius: 0 3px 0 0;
}

table.app-details-content-table th p,
table.app-details-content-table th p > b {
  color: black;
}

table.app-details-content-table td {
  padding: 12px 20px;
  color: black;
  vertical-align: top;
}

table.app-details-content-table td p {
  color: black;
  padding-top: 20px;
}

table.app-details-content-table td p:first-child {
  padding-top: 0;
}

table.app-details-content-table td p i {
  font-style: italic !important;
}
