body {
    margin: 0;
    font-family: museo-sans, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #596579; /* LT Slate */
    line-height: 1.75;
}

input[type='time']::-webkit-calendar-picker-indicator {
    background: none;
    display: none;
    pointer-events: none;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

a.is-active {
    border-bottom: 2px solid #0074c8;
}

/*// Unified Navigationn //*/
header.MuiAppBar-root {
    text-transform: uppercase;
}
header.MuiAppBar-root ul.MuiList-root a,
  /* header.MuiAppBar-root ul.MuiList-root a li { font-size: 14px; } */
  .MuiListItem-button:hover,
  .MuiListItem-button:active {
    background-color: rgba(0, 0, 0, 0);
}
header.MuiAppBar-root i {
    font-size: 28px;
}
header.MuiAppBr-root ul.MuiList-root .MuiButtonBase-root .MuiListItemText-root .MuiTypography-root {
    font-size: 14px;
}
header.MuiAppBr-root ul.MuiList-root .MuiListItemText-root {
    margin: 0px !important;
}
span.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
/*//Footer//*/
footer h4 {
    color: white;
}
footer ul li {
    margin: 8px 0px;
}
footer {
    display: block;
    position: relative;
    overflow: hidden;
}
footer::after {
    content: '';
    background: url('https://locumtenens.com/images/locumtenens_com_logo_mark--white.svg');
    background-repeat: no-repeat;
    opacity: 0.05;
    top: -30px;
    left: 0;
    bottom: 0;
    right: -150px;
    position: absolute;
    z-index: 0;
    background-size: 50%;
    background-position: center right;
    pointer-events: none;
}
footer ul li a {
    color: #c0dbf1;
    text-decoration: none;
}
footer img.footer-image {
    width: 80%;
    margin-top: 20px;
}
ul.footer-bottom-info {
    text-align: left;
}
ul.footer-bottom-info a {
    color: #c0dbf1;
}
ul.footer-bottom-info li {
    margin: 0 10px 0 0;
}

.footerBottom {
    background: #356094;
    padding: 5px 0px;
}

/* // Cred App // */
.credStatusDesc {
    color: inherit;
}
.credExpiringTag {
    color: red;
    font-size: 20px;
    padding-top: 10px;
}

.credStatusDesc span.credStatusDescText {
    font-size: 12px;
    margin-top: -16px;
    border-bottom: 1px solid white;
    text-transform: none;
}
.credAppAdditionalDelete {
    color: red;
    text-align: right;
    cursor: pointer;
}
.credAppAddMoreButton {
    background: #f7f7f7;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px;
    color: #0074c8;
    cursor: pointer;
    margin: 30px 0px;
}

.credAppAdditionalHeaderTitle {
    color: #356094;
    text-align: left;
    font-weight: 700;
}
.MuiIconButton-colorSecondary:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    cursor: default;
}

.credStatus > .statusComplete {
    color: #009639;
}
.statusIncomplete {
    color: #ea3219;
}

.inputLabel {
    color: #6d707e;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    text-align: left;
}

/*//TEST//*/
.test-red {
    background: red;
}
.test-blue {
    background: blue;
}
.test-green {
    background: green;
}

.presentsList {
    border-bottom: 1px solid #ccc;
}

.ltds-m-0 {
    margin: 0px;
}
.ltds-subhead {
    color: #84808f;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0px;
}

.MuiFormControl-root label span.MuiFormControlLabel-label {
    text-transform: none;
}

.MuiOutlinedInput-input {
    padding: 12px;
}

/*// Cred App Styles //*/
.credAppContent {
    padding-top: 40px;
}
.credAppFirstHeader,
.credAppAdditionalHeader {
    padding: 20px 0px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin: 20px 0px;
}

/* slick list */
.slick-list {
    padding-bottom: 3px !important;
}

/*///// Crossroads /////*/
/*// Utility //*/
.cr-p-0 {
    padding: 0rem;
}
.cr-p-1 {
    padding: 0.5rem;
}
.cr-p-2 {
    padding: 1rem;
}
.cr-p-3 {
    padding: 1.5rem;
}
.cr-p-4 {
    padding: 2rem;
}
.cr-p-5 {
    padding: 2.5rem;
}
.cr-p-6 {
    padding: 3rem;
}
.cr-p-7 {
    padding: 3.5rem;
}
.cr-p-8 {
    padding: 4rem;
}
.cr-pt-0 {
    padding-top: 0rem;
}
.cr-pt-1 {
    padding-top: 0.5rem;
}
.cr-pt-2 {
    padding-top: 1rem;
}
.cr-pt-3 {
    padding-top: 1.5rem;
}
.cr-pt-4 {
    padding-top: 2rem;
}
.cr-pt-5 {
    padding-top: 2.5rem;
}
.cr-pt-6 {
    padding-top: 3rem;
}
.cr-pt-7 {
    padding-top: 3.5rem;
}
.cr-pt-8 {
    padding-top: 4rem;
}
.cr-pr-0 {
    padding-right: 0rem;
}
.cr-pr-1 {
    padding-right: 0.5rem;
}
.cr-pr-2 {
    padding-right: 1rem;
}
.cr-pr-3 {
    padding-right: 1.5rem;
}
.cr-pr-4 {
    padding-right: 2rem;
}
.cr-pr-5 {
    padding-right: 2.5rem;
}
.cr-pr-6 {
    padding-right: 3rem;
}
.cr-pr-7 {
    padding-right: 3.5rem;
}
.cr-pr-8 {
    padding-right: 4rem;
}
.cr-pb-0 {
    padding-bottom: 0rem;
}
.cr-pb-1 {
    padding-bottom: 0.5rem;
}
.cr-pb-2 {
    padding-bottom: 1rem;
}
.cr-pb-3 {
    padding-bottom: 1.5rem;
}
.cr-pb-4 {
    padding-bottom: 2rem;
}
.cr-pb-5 {
    padding-bottom: 2.5rem;
}
.cr-pb-6 {
    padding-bottom: 3rem;
}
.cr-pb-7 {
    padding-bottom: 3.5rem;
}
.cr-pb-8 {
    padding-bottom: 4rem;
}
.cr-pl-0 {
    padding-left: 0rem;
}
.cr-pl-1 {
    padding-left: 0.5rem;
}
.cr-pl-2 {
    padding-left: 1rem;
}
.cr-pl-3 {
    padding-left: 1.5rem;
}
.cr-pl-4 {
    padding-left: 2rem;
}
.cr-pl-5 {
    padding-left: 2.5rem;
}
.cr-pl-6 {
    padding-left: 3rem;
}
.cr-pl-7 {
    padding-left: 3.5rem;
}
.cr-pl-8 {
    padding-left: 4rem;
}

.cr-m-0 {
    margin: 0rem;
}
.cr-m-1 {
    margin: 0.5rem;
}
.cr-m-2 {
    margin: 1rem;
}
.cr-m-3 {
    margin: 1.5rem;
}
.cr-m-4 {
    margin: 2rem;
}
.cr-m-5 {
    margin: 2.5rem;
}
.cr-m-6 {
    margin: 3rem;
}
.cr-m-7 {
    margin: 3.5rem;
}
.cr-m-8 {
    margin: 4rem;
}
.cr-mt-0 {
    margin-top: 0rem;
}
.cr-mt-1 {
    margin-top: 0.5rem;
}
.cr-mt-2 {
    margin-top: 1rem;
}
.cr-mt-3 {
    margin-top: 1.5rem;
}
.cr-mt-4 {
    margin-top: 2rem;
}
.cr-mt-5 {
    margin-top: 2.5rem;
}
.cr-mt-6 {
    margin-top: 3rem;
}
.cr-mt-7 {
    margin-top: 3.5rem;
}
.cr-mt-8 {
    margin-top: 4rem;
}
.cr-mr-0 {
    margin-right: 0rem;
}
.cr-mr-1 {
    margin-right: 0.5rem;
}
.cr-mr-2 {
    margin-right: 1rem;
}
.cr-mr-3 {
    margin-right: 1.5rem;
}
.cr-mr-4 {
    margin-right: 2rem;
}
.cr-mr-5 {
    margin-right: 2.5rem;
}
.cr-mr-6 {
    margin-right: 3rem;
}
.cr-mr-7 {
    margin-right: 3.5rem;
}
.cr-mr-8 {
    margin-right: 4rem;
}
.cr-mb-0 {
    margin-bottom: 0rem;
}
.cr-mb-1 {
    margin-bottom: 0.5rem;
}
.cr-mb-2 {
    margin-bottom: 1rem;
}
.cr-mb-3 {
    margin-bottom: 1.5rem;
}
.cr-mb-4 {
    margin-bottom: 2rem;
}
.cr-mb-5 {
    margin-bottom: 2.5rem;
}
.cr-mb-6 {
    margin-bottom: 3rem;
}
.cr-mb-7 {
    margin-bottom: 3.5rem;
}
.cr-mb-8 {
    margin-bottom: 4rem;
}
.cr-ml-0 {
    margin-left: 0rem;
}
.cr-ml-1 {
    margin-left: 0.5rem;
}
.cr-ml-2 {
    margin-left: 1rem;
}
.cr-ml-3 {
    margin-left: 1.5rem;
}
.cr-ml-4 {
    margin-left: 2rem;
}
.cr-ml-5 {
    margin-left: 2.5rem;
}
.cr-ml-6 {
    margin-left: 3rem;
}
.cr-ml-7 {
    margin-left: 3.5rem;
}
.cr-ml-8 {
    margin-left: 4rem;
}

/*// Typography //*/
p {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.5rem;
    line-height: 1.3;
    color: #2a3953;
    font-weight: 700;
}

h1 {
    font-size: 1.802rem;
}
h2 {
    font-size: 1.602rem;
}
h3 {
    font-size: 1.424rem;
}
h4 {
    font-size: 1.266rem;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 0.875rem;
    text-transform: uppercase;
}
small,
.text_small {
    font-size: 0.889rem;
}

a.textLink {
    color: #0077c8;
    background: none;
    font-weight: 700;
    opacity: 0.8;
    text-decoration: underline;
    transition: all 0.6s;
    cursor: pointer;
}
a.textLink:hover {
    opacity: 1;
}

.pageHeader {
    margin-top: 2rem;
    margin-bottom: 0px;
}
.tileHeader {
    color: #88909f; /* LT Steel */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    display: block;
}

.cr-text-bold {
    font-weight: bold;
}
.cr-text-sm {
    font-size: 0.875rem;
}

.cr-text-left {
    text-align: left;
}
.cr-text-center {
    text-align: center;
}
.cr-text-right {
    text-align: right;
}

/*// Colors //*/
/*/ Text color /*/
.cr-white {
    color: #ffffff;
}
.cr-journey {
    color: #0077c8 !important;
}
.cr-journey75 {
    color: #4099d6;
}
.cr-journey50 {
    color: #7fbae3;
}
.cr-journey25 {
    color: #bfddf1;
}
.cr-journey10 {
    color: #e5f1fa;
}
.cr-foundation {
    color: #326295;
}
.cr-emerald {
    color: #009639;
}
.cr-emerald75 {
    color: #40b06a;
}
.cr-emerald50 {
    color: #7fca9b;
}
.cr-emerald25 {
    color: #bfe5cd;
}
.cr-emerald10 {
    color: #e5f4eb;
}
.cr-pomegranate {
    color: #8a1b61;
}
.cr-pomegranate75 {
    color: #a75488;
}
.cr-pomegranate50 {
    color: #c48caf;
}
.cr-pomegranate25 {
    color: #e2c5d7;
}
.cr-pomegranate10 {
    color: #f3e7ef;
}
.cr-pepper {
    color: #ea3219;
}
.cr-pepper75 {
    color: #ef6552;
}
.cr-pepper50 {
    color: #f4988b;
}
.cr-pepper25 {
    color: #facbc5;
}
.cr-pepper10 {
    color: #fdeae7;
}
.cr-sunflower {
    color: #ffc56e;
}
.cr-sunflower75 {
    color: #ffd392;
}
.cr-sunflower50 {
    color: #ffe2b6;
}
.cr-sunflower25 {
    color: #fff1da;
}
.cr-sunflower10 {
    color: #fff9f0;
}
.cr-midnight {
    color: #2a3953;
}
.cr-slate {
    color: #596579;
}
.cr-slate10 {
    color: #eeeff1;
}
.cr-steel {
    color: #88909f;
}
.cr-smoke {
    color: #d9dfe5;
}

/*/ Background color /*/
.cr-bg-journey {
    background-color: #0077c8 !important;
    color: white !important;
}
.cr-bg-journey75 {
    background-color: #4099d6;
}
.cr-bg-journey50 {
    background-color: #7fbae3;
}
.cr-bg-journey25 {
    background-color: #bfddf1;
}
.cr-bg-journey10 {
    background-color: #e5f1fa;
}
.cr-bg-journey--gradient {
    background: transparent linear-gradient(308deg, #0077c8 0%, #4099d6 100%) 0% 0% no-repeat
        padding-box;
    padding: 1.5rem;
    color: white;
}
.cr-bg-foundation {
    background-color: #326295;
}
.cr-bg-emerald {
    background-color: #009639;
}
.cr-bg-emerald75 {
    background-color: #40b06a;
}
.cr-bg-emerald50 {
    background-color: #7fca9b;
}
.cr-bg-emerald25 {
    background-color: #bfe5cd;
}
.cr-bg-emerald10 {
    background-color: #e5f4eb;
}
.cr-bg-emerald-gradient {
    background: transparent linear-gradient(308deg, #009639 0%, #40b06a 100%) 0% 0% no-repeat
        padding-box;
    padding: 1.5rem;
    color: white;
}
.cr-bg-pomegranate {
    background-color: #8a1b61;
}
.cr-bg-pomegranate75 {
    background-color: #a75488;
}
.cr-bg-pomegranate50 {
    background-color: #c48caf;
}
.cr-bg-pomegranate25 {
    background-color: #e2c5d7;
}
.cr-bg-pomegranate10 {
    background-color: #f3e7ef;
}
.cr-bg-pepper {
    background-color: #ea3219;
}
.cr-bg-pepper75 {
    background-color: #ef6552;
}
.cr-bg-pepper50 {
    background-color: #f4988b;
}
.cr-bg-pepper25 {
    background-color: #facbc5;
}
.cr-bg-pepper10 {
    background-color: #fdeae7;
}
.cr-bg-pepper--gradient {
    background: transparent linear-gradient(316deg, #ea3219 0%, #ef6552 100%) 0% 0% no-repeat
        padding-box;
    padding: 1.5rem;
    color: white;
}
.cr-bg-sunflower {
    background-color: #ffc56e;
}
.cr-bg-sunflower75 {
    background-color: #ffd392;
}
.cr-bg-sunflower50 {
    background-color: #ffe2b6;
}
.cr-bg-sunflower25 {
    background-color: #fff1da;
}
.cr-bg-sunflower10 {
    background-color: #fff9f0;
}
.cr-bg-sunflower--gradient {
    background: transparent linear-gradient(316deg, #ffc56e 0%, #ffd392 100%) 0% 0% no-repeat
        padding-box;
    padding: 1.5rem;
}
.cr-bg-midnight {
    background-color: #2a3953;
    color: white;
}
.cr-bg-slate {
    background-color: #4d5965;
}
.cr-bg-slate10 {
    background-color: #eeeff1;
}
.cr-bg-slate--gradient {
    background: transparent linear-gradient(316deg, #596579 0%, #abb1bb 100%) 0% 0% no-repeat
        padding-box;
    padding: 1.5rem;
}
.cr-bg-steel {
    background-color: #88909f;
}

/*/ Buttons /*/
.button {
    padding: 0.5rem 1rem;
    transition: all 0.3s;
}
.button--midnight {
    background-color: #2a3953 !important;
    color: white !important;
}
.button--midnight:hover {
    background-color: #122340 !important;
}

.img-fw {
    max-width: 100%;
}

.align-right {
    display: flex !important;
    justify-content: right !important;
}

/*/ Status Chips /*/
.cr-chip {
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    border: 1px solid;
    padding: 0.25rem;
    border-radius: 8px;
    text-align: center;
}
.cr-chip--statusPepper {
    border-color: #ea3219 !important;
    color: #ea3219 !important;
    background: #fdeae7 !important;
}
.cr-chip--statusSunflower {
    border-color: #e0ad60 !important;
    color: #e0ad60 !important;
    background: #fff9f0 !important;
}
.cr-chip--statusEmerald {
    border-color: #009639 !important;
    color: #009639 !important;
    background: #e5f4eb !important;
}
.cr-chip--statusJourney {
    border-color: #0077c8 !important;
    color: #0077c8 !important;
    background: #e5f1fa !important;
}
.cr-chip--statusSlate {
    border-color: #4d5965 !important;
    color: #4d5965 !important;
    background: #eeeff1 !important;
}

select {
    margin-top: 8px !important;
    margin-bottom: 4px !important;
}

/*/ HR /*/
hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #d9dfe5; /* old IE */
    background-color: #d9dfe5; /* Modern Browsers */
}

/* Flexbox stuff */
.YourTeamGridCards {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}

.YourTeamGridTitle {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.YourTeamGridCard {
    min-width: 270px;
    max-width: 270px;
    height: 270px;
}

@media only screen and (max-device-width: 480px) {
    .YourTeamGridCards {
        justify-content: space-around;
    }
}

@media only screen and (max-width: 495px) and (min-device-width: 481px) {
    .YourTeamGridCards {
        justify-content: space-around;
    }
}

@media only screen and (min-width: 496px) and (min-device-width: 481px) {
    .YourTeamGridCards {
        justify-content: flex-start;
    }
}

/* react-day-picker styles. */
.rdp-root {
    --rdp-accent-color: #0077c8; /* The accent color used for selected days and UI elements. */
    --rdp-accent-background-color: #e5f1fa; /* The accent background color used for selected days and UI elements. */

    --rdp-day-height: 44px; /* The height of the day cells. */
    --rdp-day-width: 44px; /* The width of the day cells. */

    --rdp-day_button-border-radius: 100%; /* The border radius of the day cells. */
    --rdp-day_button-border: 2px solid transparent; /* The border of the day cells. */
    --rdp-day_button-height: 42px; /* The height of the day cells. */
    --rdp-day_button-width: 42px; /* The width of the day cells. */

    --rdp-selected-border: 2px solid var(--rdp-accent-color); /* The border of the selected days. */
    --rdp-disabled-opacity: 0.5; /* The opacity of the disabled days. */
    --rdp-outside-opacity: 0.75; /* The opacity of the days outside the current month. */
    --rdp-today-color: var(--rdp-accent-color); /* The color of the today's date. */

    --rdp-dropdown-gap: 0.5rem; /* The gap between the dropdowns used in the month captons. */

    --rdp-months-gap: 2rem; /* The gap between the months in the multi-month view. */

    --rdp-nav_button-disabled-opacity: 0.5; /* The opacity of the disabled navigation buttons. */
    --rdp-nav_button-height: 2.25rem; /* The height of the navigation buttons. */
    --rdp-nav_button-width: 2.25rem; /* The width of the navigation buttons. */
    --rdp-nav-height: 2.75rem; /* The height of the navigation bar. */

    --rdp-range_middle-background-color: var(
        --rdp-accent-background-color
    ); /* The color of the background for days in the middle of a range. */
    --rdp-range_middle-color: inherit; /* The color of the range text. */

    --rdp-range_start-color: white; /* The color of the range text. */
    --rdp-range_start-background: linear-gradient(
        var(--rdp-gradient-direction),
        transparent 50%,
        var(--rdp-range_middle-background-color) 50%
    ); /* Used for the background of the start of the selected range. */
    --rdp-range_start-date-background-color: var(
        --rdp-accent-color
    ); /* The background color of the date when at the start of the selected range. */

    --rdp-range_end-background: linear-gradient(
        var(--rdp-gradient-direction),
        var(--rdp-range_middle-background-color) 50%,
        transparent 50%
    ); /* Used for the background of the end of the selected range. */
    --rdp-range_end-color: white; /* The color of the range text. */
    --rdp-range_end-date-background-color: var(
        --rdp-accent-color
    ); /* The background color of the date when at the end of the selected range. */

    --rdp-week_number-border-radius: 100%; /* The border radius of the week number. */
    --rdp-week_number-border: 2px solid transparent; /* The border of the week number. */

    --rdp-week_number-height: var(--rdp-day-height); /* The height of the week number cells. */
    --rdp-week_number-opacity: 0.75; /* The opacity of the week number. */
    --rdp-week_number-width: var(--rdp-day-width); /* The width of the week number cells. */
    --rdp-weeknumber-text-align: center; /* The text alignment of the weekday cells. */

    --rdp-weekday-opacity: 0.75; /* The opacity of the weekday. */
    --rdp-weekday-padding: 0.5rem 0rem; /* The padding of the weekday. */
    --rdp-weekday-text-align: center; /* The text alignment of the weekday cells. */

    --rdp-gradient-direction: 90deg;
}

.rdp-root[dir='rtl'] {
    --rdp-gradient-direction: -90deg;
}

.rdp-root[data-broadcast-calendar='true'] {
    --rdp-outside-opacity: unset;
}

/* Root of the component. */
.rdp-root {
    position: relative; /* Required to position the navigation toolbar. */
    box-sizing: border-box;
}

.rdp-root * {
    box-sizing: border-box;
}

.rdp-day {
    width: var(--rdp-day-width);
    height: var(--rdp-day-height);
    text-align: center;
}

.rdp-day_button {
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    justify-content: center;
    align-items: center;
    display: flex;

    width: var(--rdp-day_button-width);
    height: var(--rdp-day_button-height);
    border: var(--rdp-day_button-border);
    border-radius: var(--rdp-day_button-border-radius);
}

.rdp-day_button:disabled {
    cursor: revert;
}

.rdp-caption_label {
    z-index: 1;

    position: relative;
    display: inline-flex;
    align-items: center;

    white-space: nowrap;
    border: 0;
}

.rdp-dropdown:focus-visible ~ .rdp-caption_label {
    outline: 5px auto Highlight;
    outline: 5px auto -webkit-focus-ring-color;
}

.rdp-button_next,
.rdp-button_previous {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    appearance: none;

    width: var(--rdp-nav_button-width);
    height: var(--rdp-nav_button-height);
}

.rdp-button_next:disabled,
.rdp-button_previous:disabled {
    cursor: revert;

    opacity: var(--rdp-nav_button-disabled-opacity);
}

.rdp-chevron {
    display: inline-block;
    fill: var(--rdp-accent-color);
}

.rdp-root[dir='rtl'] .rdp-nav .rdp-chevron {
    transform: rotate(180deg);
}

.rdp-root[dir='rtl'] .rdp-nav .rdp-chevron {
    transform: rotate(180deg);
    transform-origin: 50%;
}

.rdp-dropdowns {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: var(--rdp-dropdown-gap);
}
.rdp-dropdown {
    z-index: 2;

    /* Reset */
    opacity: 0;
    appearance: none;
    position: absolute;
    inset-block-start: 0;
    inset-block-end: 0;
    inset-inline-start: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: inherit;
    border: none;
    line-height: inherit;
}

.rdp-dropdown_root {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.rdp-dropdown_root[data-disabled='true'] .rdp-chevron {
    opacity: var(--rdp-disabled-opacity);
}

.rdp-month_caption {
    display: flex;
    align-content: center;
    height: var(--rdp-nav-height);
    font-weight: bold;
    font-size: large;
}

.rdp-months {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: var(--rdp-months-gap);
    max-width: fit-content;
    padding: 20px;
}

.rdp-month_grid {
    border-collapse: collapse;
}

.rdp-nav {
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;

    display: flex;
    align-items: center;

    height: var(--rdp-nav-height);
}

.rdp-weekday {
    opacity: var(--rdp-weekday-opacity);
    padding: var(--rdp-weekday-padding);
    font-weight: 500;
    font-size: smaller;
    text-align: var(--rdp-weekday-text-align);
    text-transform: var(--rdp-weekday-text-transform);
}

.rdp-week_number {
    opacity: var(--rdp-week_number-opacity);
    font-weight: 400;
    font-size: small;
    height: var(--rdp-week_number-height);
    width: var(--rdp-week_number-width);
    border: var(--rdp-week_number-border);
    border-radius: var(--rdp-week_number-border-radius);
    text-align: var(--rdp-weeknumber-text-align);
}

/* DAY MODIFIERS */
.rdp-today:not(.rdp-outside) {
    color: var(--rdp-today-color);
}

.rdp-selected {
    font-weight: bold;
    font-size: large;
}

.rdp-selected .rdp-day_button {
    border: var(--rdp-selected-border);
}

.rdp-outside {
    opacity: var(--rdp-outside-opacity);
}

.rdp-disabled {
    opacity: var(--rdp-disabled-opacity);
}

.rdp-hidden {
    visibility: hidden;
    color: var(--rdp-range_start-color);
}

.rdp-range_start {
    background: var(--rdp-range_start-background);
}

.rdp-range_start .rdp-day_button {
    background-color: var(--rdp-range_start-date-background-color);
    color: var(--rdp-range_start-color);
}

.rdp-range_middle {
    background-color: var(--rdp-range_middle-background-color);
}

.rdp-range_middle .rdp-day_button {
    border-color: transparent;
    border: unset;
    border-radius: unset;
    color: var(--rdp-range_middle-color);
}

.rdp-range_end {
    background: var(--rdp-range_end-background);
    color: var(--rdp-range_end-color);
}

.rdp-range_end .rdp-day_button {
    color: var(--rdp-range_start-color);
    background-color: var(--rdp-range_end-date-background-color);
}

.rdp-range_start.rdp-range_end {
    background: revert;
}

.rdp-focusable {
    cursor: pointer;
}
