
.rbc-btn {
    color: inherit;
    font: inherit;
    margin: 0
}

button.rbc-btn {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
    overflow: visible;
    text-transform: none
}

button[disabled].rbc-btn {
    cursor: not-allowed
}

button.rbc-input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.rbc-calendar {
    align-items: stretch;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%
}

.rbc-calendar *,
.rbc-calendar :after,
.rbc-calendar :before {
    box-sizing: inherit
}

.rbc-abs-full,
.rbc-row-bg {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.rbc-ellipsis,
.rbc-event-label,
.rbc-row-segment .rbc-event-content,
.rbc-show-more {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.rbc-rtl {
    direction: rtl
}

.rbc-off-range {
    color: #999
}

[theme=dark] .rbc-off-range {
    color: #7b8198
}

.rbc-off-range-bg {
    background: #e6e6e6
}

[theme=dark] .rbc-off-range-bg {
    background: #353945
}

.rbc-header {
    border-bottom: 1px solid #e7eaed;
    flex: 1 0;
    font-size: 90%;
    font-weight: 700;
    min-height: 0;
    overflow: hidden;
    padding: .5rem;
    text-align: center;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap
}

[theme=dark] .rbc-header {
    border-bottom-color: #3d4349
}

.rbc-header+.rbc-header {
    border-left: 1px solid #e7eaed
}

[theme=dark] .rbc-header+.rbc-header {
    border-left-color: #3d4349
}

.rbc-rtl .rbc-header+.rbc-header {
    border-left-width: 0;
    border-right: 1px solid #e7eaed
}

[theme=dark] .rbc-rtl .rbc-header+.rbc-header {
    border-right-color: #3d4349
}

.rbc-header>a,
.rbc-header>a:active,
.rbc-header>a:visited {
    color: inherit;
    text-decoration: none
}

.rbc-button-link {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    margin: 0;
    padding: 0;
    -webkit-user-select: text;
    user-select: text
}

.rbc-row-content {
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    z-index: 4
}

.rbc-row-content-scrollable {
    display: flex;
    flex-direction: column;
    height: 100%
}

.rbc-row-content-scrollable .rbc-row-content-scroll-container {
    -ms-overflow-style: none;
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: none
}

.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
    display: none
}

.rbc-today {
    background-color: #f6f8ff
}

[theme=dark] .rbc-today {
    background-color: rgba(4, 5, 13, .3)
}

.rbc-toolbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    justify-content: center;
    margin-bottom: 1rem
}

.rbc-toolbar .rbc-toolbar-label {
    flex-grow: 1;
    padding: 0 1rem;
    text-align: center
}

.rbc-toolbar button {
    background: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1rem;
    color: #373a3c;
    display: inline-block;
    line-height: normal;
    margin: 0;
    padding: .375rem 1rem;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.rbc-toolbar button.rbc-active,
.rbc-toolbar button:active {
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
    box-shadow: none
}

.rbc-toolbar button.rbc-active:focus,
.rbc-toolbar button.rbc-active:hover,
.rbc-toolbar button:active:focus,
.rbc-toolbar button:active:hover {
    background-color: #d4d4d4;
    border-color: #8c8c8c;
    color: #373a3c
}

.rbc-toolbar button:focus,
.rbc-toolbar button:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #373a3c
}

.rbc-btn-group {
    display: inline-block;
    white-space: nowrap
}

.rbc-btn-group>button:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.rbc-btn-group>button:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child) {
    border-radius: 1rem;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child) {
    border-radius: 1rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.rbc-btn-group>button:not(:first-child):not(:last-child) {
    border-radius: 0
}

.rbc-btn-group button+button {
    margin-left: -1px
}

.rbc-rtl .rbc-btn-group button+button {
    margin-left: 0;
    margin-right: -1px
}

.rbc-btn-group+.rbc-btn-group,
.rbc-btn-group+button {
    margin-left: 1rem
}

.rbc-day-slot .rbc-background-event,
.rbc-event {
    background-color: #d3dafe;
    border: none;
    border-radius: 1rem;
    box-shadow: none;
    box-sizing: border-box;
    color: #4d69fa;
    cursor: pointer;
    font-weight: 700;
    margin: 0;
    padding: .5rem 1rem;
    text-align: left;
    transition: all .2s ease-in-out;
    width: 100%
}

.rbc-day-slot .rbc-slot-selecting .rbc-background-event,
.rbc-slot-selecting .rbc-day-slot .rbc-background-event,
.rbc-slot-selecting .rbc-event {
    cursor: inherit;
    pointer-events: none
}

.rbc-day-slot .rbc-selected.rbc-background-event,
.rbc-event.rbc-selected {
    background-color: #a1b0fd
}

.rbc-day-slot .rbc-background-event:focus,
.rbc-event:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 218, 254, .5)
}

.rbc-day-slot .rbc-background-event:hover,
.rbc-event:hover {
    box-shadow: 0 1.6rem 3rem rgba(0, 0, 0, .1)
}

.rbc-event-label {
    font-size: 80%
}

.rbc-event-overlaps {
    box-shadow: 0 1.6rem 3rem rgba(0, 0, 0, .1)
}

.rbc-event-continues-prior {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.rbc-event-continues-after {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.rbc-event-continues-earlier {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.rbc-event-continues-later {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.rbc-row {
    display: flex;
    flex-direction: row
}

.rbc-row-segment {
    padding: 0 1px 1px
}

.rbc-selected-cell {
    background-color: rgba(0, 0, 0, .1)
}

.rbc-show-more {
    background-color: hsla(0, 0%, 100%, .3);
    color: #adb5bd;
    font-size: 85%;
    font-weight: 700;
    height: auto;
    line-height: normal;
    text-decoration-style: dotted;
    transition: all .2s ease-in-out;
    z-index: 4
}

.rbc-show-more:focus,
.rbc-show-more:hover {
    color: #495057
}

.rbc-month-view {
    border: 1px solid #dee2e6;
    border-radius: 1rem;
    display: flex;
    flex: 1 0;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

[theme=dark] .rbc-month-view {
    border-color: #495057
}

.rbc-month-header {
    display: flex;
    flex-direction: row
}

.rbc-month-row {
    display: flex;
    flex: 1 0;
    flex-basis: 0;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative
}

.rbc-month-row+.rbc-month-row {
    border-top: 1px solid #e7eaed
}

[theme=dark] .rbc-month-row+.rbc-month-row {
    border-top-color: #3d4349
}

.rbc-date-cell {
    flex: 1 1;
    min-width: 0;
    padding-right: .5rem;
    text-align: right
}

.rbc-date-cell.rbc-now {
    font-weight: 700
}

.rbc-date-cell>a,
.rbc-date-cell>a:active,
.rbc-date-cell>a:visited {
    color: inherit;
    text-decoration: none
}

.rbc-row-bg {
    display: flex;
    flex: 1 0;
    flex-direction: row;
    overflow: hidden
}

.rbc-day-bg {
    flex: 1 0
}

.rbc-day-bg+.rbc-day-bg {
    border-left: 1px solid #e7eaed
}

[theme=dark] .rbc-day-bg+.rbc-day-bg {
    border-left-color: #3d4349
}

.rbc-rtl .rbc-day-bg+.rbc-day-bg {
    border-left-width: 0;
    border-right: 1px solid #e7eaed
}

[theme=dark] .rbc-rtl .rbc-day-bg+.rbc-day-bg {
    border-right-color: #3d4349
}

.rbc-overlay {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1.6rem 3rem rgba(0, 0, 0, .1);
    padding: 1rem;
    position: absolute;
    z-index: 5
}

.rbc-overlay>*+* {
    margin-top: 1px
}

.rbc-overlay-header {
    border-bottom: 1px solid #e5e5e5;
    margin: -1rem -1rem .5rem;
    padding: .25rem 1rem
}

.rbc-agenda-view {
    display: flex;
    flex: 1 0;
    flex-direction: column;
    overflow: auto
}

.rbc-agenda-view table.rbc-agenda-table {
    border: 1px solid #e7eaed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

[theme=dark] .rbc-agenda-view table.rbc-agenda-table {
    border-color: #3d4349
}

.rbc-agenda-view table.rbc-agenda-table tbody>tr>td {
    padding: .5rem 1rem;
    vertical-align: top
}

.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: lowercase
}

.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td {
    border-left: 1px solid #e7eaed
}

[theme=dark] .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td {
    border-left-color: #3d4349
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td {
    border-left-width: 0;
    border-right: 1px solid #e7eaed
}

[theme=dark] .rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td {
    border-right-color: #3d4349
}

.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr {
    border-top: 1px solid #e7eaed
}

[theme=dark] .rbc-agenda-view table.rbc-agenda-table tbody>tr+tr {
    border-top-color: #3d4349
}

.rbc-agenda-view table.rbc-agenda-table thead>tr>th {
    border-bottom: 1px solid #e7eaed;
    padding: .5rem 1rem;
    text-align: left
}

[theme=dark] .rbc-agenda-view table.rbc-agenda-table thead>tr>th {
    border-bottom-color: #3d4349
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th {
    text-align: right
}

.rbc-agenda-time-cell {
    text-transform: lowercase
}

.rbc-agenda-time-cell .rbc-continues-after:after {
    content: " »"
}

.rbc-agenda-time-cell .rbc-continues-prior:before {
    content: "« "
}

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
    white-space: nowrap
}

.rbc-agenda-date-cell {
    background: #fff;
    color: #323232
}

.rbc-agenda-event-cell {
    width: 100%
}

.rbc-time-column {
    display: flex;
    flex-direction: column;
    min-height: 100%
}

.rbc-time-column .rbc-timeslot-group {
    flex: 1 1
}

.rbc-timeslot-group {
    border-bottom: 1px solid #e7eaed;
    display: flex;
    flex-flow: column nowrap;
    min-height: 4rem
}

[theme=dark] .rbc-timeslot-group {
    border-bottom-color: #3d4349
}

.rbc-header-gutter,
.rbc-time-gutter {
    flex: none
}

.rbc-label {
    padding: 0 .5rem
}

.rbc-day-slot {
    position: relative
}

.rbc-day-slot .rbc-events-container {
    bottom: 0;
    left: 0;
    margin-right: 1rem;
    position: absolute;
    right: 0;
    top: 0
}

.rbc-day-slot .rbc-events-container.rbc-rtl {
    left: 1rem;
    right: 0
}

.rbc-day-slot .rbc-background-event,
.rbc-day-slot .rbc-event {
    align-items: flex-start;
    border: 1px solid #a1b0fd;
    display: flex;
    flex-flow: column wrap;
    max-height: 100%;
    min-height: 1.5rem;
    overflow: hidden;
    position: absolute
}

.rbc-day-slot .rbc-background-event {
    opacity: .75
}

.rbc-day-slot .rbc-event-label {
    flex: none;
    padding-right: .3333333333rem;
    width: auto
}

.rbc-day-slot .rbc-event-content {
    word-wrap: break-word;
    flex: 1 1;
    height: 100%;
    line-height: 1;
    min-height: 1em;
    width: 100%
}

.rbc-day-slot .rbc-time-slot {
    border-top: 1px solid #fff
}

[theme=dark] .rbc-day-slot .rbc-time-slot {
    border-top-color: #555d65
}

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
    background-color: #fff;
    border-right: 1px solid #e7eaed;
    left: 0;
    margin-right: -1px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 10
}

[theme=dark] .rbc-time-view-resources .rbc-time-gutter,
[theme=dark] .rbc-time-view-resources .rbc-time-header-gutter {
    border-right-color: #3d4349
}

.rbc-time-view-resources .rbc-time-header {
    overflow: hidden
}

.rbc-time-view-resources .rbc-time-header-content {
    flex: 1 0;
    flex-basis: 0;
    min-width: auto
}

.rbc-time-view-resources .rbc-time-header-cell-single-day {
    display: none
}

.rbc-time-view-resources .rbc-day-slot {
    min-width: 10rem
}

.rbc-time-view-resources .rbc-day-bg,
.rbc-time-view-resources .rbc-header {
    flex: 1 1;
    flex-basis: 0;
    width: 10rem
}

.rbc-time-header-content+.rbc-time-header-content {
    margin-left: -1px
}

.rbc-time-slot {
    flex: 1 0
}

.rbc-time-slot.rbc-now {
    font-weight: 700
}

.rbc-day-header {
    text-align: center
}

.rbc-slot-selection {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 75%;
    padding: .25rem;
    position: absolute;
    width: 100%;
    z-index: 10
}

.rbc-slot-selecting {
    cursor: move
}

.rbc-time-view {
    border: 1px solid #dee2e6;
    border-radius: 1rem;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    width: 100%
}

[theme=dark] .rbc-time-view {
    border-color: #495057
}

.rbc-time-view .rbc-time-gutter {
    white-space: nowrap
}

.rbc-time-view .rbc-allday-cell {
    box-sizing: initial;
    height: 100%;
    position: relative;
    width: 100%
}

.rbc-time-view .rbc-allday-cell+.rbc-allday-cell {
    border-left: 1px solid #e7eaed
}

[theme=dark] .rbc-time-view .rbc-allday-cell+.rbc-allday-cell {
    border-left-color: #3d4349
}

.rbc-time-view .rbc-allday-events {
    position: relative;
    z-index: 4
}

.rbc-time-view .rbc-row {
    box-sizing: border-box;
    min-height: 1.5rem
}

.rbc-time-header {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row
}

.rbc-time-header.rbc-overflowing {
    border-right: 1px solid #e7eaed
}

[theme=dark] .rbc-time-header.rbc-overflowing {
    border-right-color: #3d4349
}

.rbc-rtl .rbc-time-header.rbc-overflowing {
    border-left: 1px solid #e7eaed;
    border-right-width: 0
}

[theme=dark] .rbc-rtl .rbc-time-header.rbc-overflowing {
    border-left-color: #3d4349
}

.rbc-time-header>.rbc-row:first-child {
    border-bottom: 1px solid #e7eaed
}

[theme=dark] .rbc-time-header>.rbc-row:first-child {
    border-bottom-color: #3d4349
}

.rbc-time-header>.rbc-row.rbc-row-resource {
    border-bottom: 1px solid #e7eaed
}

[theme=dark] .rbc-time-header>.rbc-row.rbc-row-resource {
    border-bottom-color: #3d4349
}

.rbc-time-header-cell-single-day {
    display: none
}

.rbc-time-header-content {
    border-left: 1px solid #e7eaed;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    min-width: 0
}

[theme=dark] .rbc-time-header-content {
    border-left-color: #3d4349
}

.rbc-rtl .rbc-time-header-content {
    border-left-width: 0;
    border-right: 1px solid #e7eaed
}

[theme=dark] .rbc-rtl .rbc-time-header-content {
    border-right-color: #3d4349
}

.rbc-time-header-content>.rbc-row.rbc-row-resource {
    border-bottom: 1px solid #e7eaed;
    flex-shrink: 0
}

[theme=dark] .rbc-time-header-content>.rbc-row.rbc-row-resource {
    border-bottom-color: #3d4349
}

.rbc-time-content {
    align-items: flex-start;
    border-top: 2px solid #dee2e6;
    display: flex;
    flex: 1 0;
    overflow-y: auto;
    position: relative;
    width: 100%
}

[theme=dark] .rbc-time-content {
    border-top-color: #495057
}

.rbc-time-content>.rbc-time-gutter {
    flex: none
}

.rbc-time-content>*+*>* {
    border-left: 1px solid #e7eaed
}

[theme=dark] .rbc-time-content>*+*>* {
    border-left-color: #3d4349
}

.rbc-rtl .rbc-time-content>*+*>* {
    border-left-width: 0;
    border-right: 1px solid #e7eaed
}

[theme=dark] .rbc-rtl .rbc-time-content>*+*>* {
    border-right-color: #3d4349
}

.rbc-time-content>.rbc-day-slot {
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.rbc-current-time-indicator {
    background-color: #46bcaa;
    height: 1px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 3
}