
.rd-container-attachment {
  position: absolute;
}
.rd-month {
  display: inline-block;
  margin-right: 25px;
}
.rd-month:last-child {
  margin-right: 0;
}
.rd-back,
.rd-next {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
}
.rd-back[disabled],
.rd-next[disabled] {
  cursor: default;
}
.rd-back {
  float: left;
  margin-left: 10px;
}
.rd-next {
  float: right;
  margin-right: 10px;
}
.rd-back:before {
  display: block;
  content: '\2190';
}
.rd-next:before {
  display: block;
  content: '\2192';
}
.rd-day-body {
  width: 44px!important;
  height: 44px!important;
  color: rgba(26, 26, 26, 0.61);
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
cursor: pointer;
}
.rd-day-body:hover{
border-radius: 50%;
background: rgba(3, 77, 130, 0.07);
color: #034D82;
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 164.103% */
}
.rd-day-selected,
.rd-time-selected,
.rd-time-option:hover {
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    background: #034D82;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 13.625px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.rd-month-label {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 14.875px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
}
.rd-day-prev-month, .rd-day-next-month {
color: rgba(26, 26, 26, 0.61);
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
background: none;
}
th.rd-day-head {
  color: #1A1A1A;
  text-align: center;
  font-family: Inter;
  font-size: 13.25px;
  font-style: normal;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
}
.rd-day-disabled {
    cursor: not-allowed;
    color: #c8c8c8;
}
.rd-day-disabled:hover{
  background: none !important;
  color: #c8c8c8;
  font-weight: 400;
}
.rd-time {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  min-width: 80px;
}
.rd-time-list {
  display: none;
  position: absolute;
  overflow-y: scroll;
  max-height: 160px;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #333;
}
.rd-time-selected {
  padding: 5px;
}
.rd-time-option {
  padding: 5px;
}
.rd-day-concealed {
  visibility: hidden;
}

.rd-days {
  margin-top: 20px;
}