.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}
.react-calendar--doubleView {
  width: 700px;
}
.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}
.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}
.react-calendar button:enabled:hover {
  cursor: pointer;
}
.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 1em;
}
.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}
.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}
.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}
.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}
.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  font-weight: bold;
}
.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}
.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}
.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}
.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  line-height: 16px;
}
.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}
.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__tile--now {
  background: #ffff76;
}
.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}
.react-calendar__tile--hasActive {
  background: #76baff;
}
.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}
.react-calendar__tile--active {
  background: #006edc;
  color: white;
}
.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}
.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}

.react-calendar {
  width: 100%;
}
.react-calendar__tile {
  padding: 20px 6.6667px;
}
.w-100 {
  width: 100%;
}
.w-90 {
  width: 90%;
}
.unselected-option {
  border: 1px solid;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  border-radius: 10px;
  max-width: 100%;
  min-width: 220px;
}
.selected-option {
  border: 1px solid;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  border-radius: 10px;
  max-width: 100%;
  min-width: 220px;
  background-color: #007bff;
  color: white;
}
.justify-content-center {
  justify-content: center;
}
.selected-device-option {
  border: 1px solid;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  border-radius: 10px;
  max-width: 100%;
  min-width: 220px;
  background-color: #007bff;
  color: white;
}
.unselected-device-option {
  border: 1px solid;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  border-radius: 10px;
  max-width: 100%;
  min-width: 220px;
}

.hide-md {
  display: none;
}
@media (max-width: 768px) {
  .edqUNB,
  .jagyAS,
  .nEfQI,
  .idHSdn {
    display: block !important;
    border: 1px solid #748daf !important;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .MiRHA,
  .FlMgL {
    display: none !important;
  }
  .gydTdW,
  .DdiNg,
  .cEWUfo,
  .iDzGLV,
  .bwwycr {
    padding: 10px;
    display: block !important;
  }
  .dAzbSn,
  .khNHXb {
    display: none;
  }
  .data-container {
    display: flex;
    justify-content: space-between;
  }
  .hide-md {
    display: block !important;
    font-weight: 700;
  }
  .iDzGLV {
    display: block !important;
  }
}

.hide-md {
  display: none;
}
@media (max-width: 768px) {
  .edqUNB {
    display: block !important;
    border: 1px solid #748daf !important;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .nEfQI {
    display: block !important;
    border: 1px solid #748daf !important;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .MiRHA {
    display: none !important;
  }
  .gydTdW {
    padding: 10px;
    display: block !important;
  }
  .dAzbSn {
    display: none;
  }
  .data-container {
    display: flex;
    justify-content: space-between;
  }
  .hide-md {
    display: block !important;
    font-weight: 700;
  }
  .iDzGLV {
    display: block !important;
  }
  .cEkUkh {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .DdiNg {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

.hide-md {
  display: none;
}
@media (max-width: 768px) {
  .edqUNB,
  .jagyAS,
  .nEfQI,
  .idHSdn {
    display: block !important;
    border: 1px solid #748daf !important;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .MiRHA,
  .FlMgL {
    display: none !important;
  }
  .gydTdW,
  .DdiNg,
  .cEWUfo,
  .iDzGLV,
  .bwwycr {
    padding: 10px;
    display: block !important;
  }
  .dAzbSn,
  .khNHXb {
    display: none;
  }
  .data-container {
    display: flex;
    justify-content: space-between;
  }
  .hide-md {
    display: block !important;
    font-weight: 700;
  }
  .iDzGLV {
    display: block !important;
  }
}

.hide-md {
  display: none;
}
.w-100 {
  width: 100%;
}
.mr-xs-0 {
  margin-right: 20px;
}
.reset-div {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: right;
}
@media (max-width: 768px) {
  .edqUNB,
  .jagyAS,
  .nEfQI,
  .idHSdn {
    display: block !important;
    border: 1px solid #748daf !important;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .MiRHA,
  .FlMgL {
    display: none !important;
  }
  .gydTdW,
  .DdiNg,
  .cEWUfo,
  .iDzGLV,
  .bwwycr {
    padding: 10px;
    display: block !important;
  }
  .dAzbSn,
  .khNHXb {
    display: none;
  }
  .data-container {
    display: flex;
    justify-content: space-between;
  }
  .hide-md {
    display: block !important;
    font-weight: 700;
  }
  .iDzGLV {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .mr-xs-0 {
    margin-right: 0px ;
  }
}

.hide-md {
  display: none;
}
.w-100 {
  width: 100%;
}
.mr-xs-0 {
  margin-right: 20px;
}
.reset-div {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: right;
}
@media (max-width: 768px) {
  .edqUNB,
  .jagyAS,
  .nEfQI,
  .idHSdn {
    display: block !important;
    border: 1px solid #748daf !important;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .MiRHA,
  .FlMgL {
    display: none !important;
  }
  .gydTdW,
  .DdiNg,
  .cEWUfo,
  .iDzGLV,
  .bwwycr {
    padding: 10px;
    display: block !important;
  }
  .dAzbSn,
  .khNHXb {
    display: none;
  }
  .data-container {
    display: flex;
    justify-content: space-between;
  }
  .hide-md {
    display: block !important;
    font-weight: 700;
  }
  .iDzGLV {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .mr-xs-0 {
    margin-right: 0px ;
  }
}

.hide-md {
  display: none;
}
@media (max-width: 768px) {
  .edqUNB,
  .jagyAS,
  .nEfQI,
  .idHSdn {
    display: block !important;
    border: 1px solid #748daf !important;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .MiRHA,
  .FlMgL {
    display: none !important;
  }
  .gydTdW,
  .DdiNg,
  .cEWUfo,
  .iDzGLV,
  .bwwycr {
    padding: 10px;
    display: block !important;
  }
  .dAzbSn,
  .khNHXb {
    display: none;
  }
  .data-container {
    display: flex;
    justify-content: space-between;
  }
  .hide-md {
    display: block !important;
    font-weight: 700;
  }
  .iDzGLV {
    display: block !important;
  }
}

