*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
        'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex='-1']:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: none;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
    -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='time'] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}

.w-max {
    width: 1152px;
}

.w-max-strict {
    width: 1152px;
    min-width: 1152px;
    max-width: 1152px;
}

.card-response {
    width: 270px;
    height: 380px;
    min-width: 270px;
    min-height: 380px;
    max-width: 270px;
    max-height: 380px;
}

.card-grid-response {
    display: grid;
    grid-template-columns: repeat(4, 270px);
    grid-gap: 24px;
    gap: 24px;
}
/*Глобальные стили для кнопок в компетишене, которые просила Алёна) */
.comps-btn_white {
    font-family: "Inter";
    padding: 12px 32px 12px 24px;
    border: 1px solid #B6B6B5;
    border-radius: 3px;
    height: 48px;
    display: flex;
    place-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: transparent;
    transition: border 0.5s;
    white-space: pre;
}

.comps-btn_black {
    font-family: "Inter";
    padding: 12px 32px 12px 24px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid transparent;
    border-radius: 3px;
    height: 48px;
    display: flex;
    place-items: center;
    justify-content: center;
    cursor: pointer;
    letter-spacing: -0.02em;
    background-color: #151514;
    transition: background-color 0.5s;
    white-space: pre;
}

.comps-btn_white > * {
    color: #151514;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
}

.comps-btn_black > * {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
}

.comps-btn_black:hover, 
.comps-btn_black:focus,
.comps-btn_black:active {
    background-color: #1F1F1F;
    transition: background-color 0.5s;
}

.comps-btn_white:hover,
.comps-btn_white:focus,
.comps-btn_white:active {
    border: 1px solid #8E9193;
    transition: border 0.5s;
}

@media (max-width: 1280px) {
    .w-max {
        width: 940px;
    }

    .w-max-strict {
        width: 940px;
        min-width: 940px;
        max-width: 940px;
    }

    .card-response {
        width: 221.25px;
        height: 311.38px;
        min-width: 221.25px;
        min-height: 311.38px;
        max-width: 221.25px;
        max-height: 311.38px;
    }

    .card-grid-response {
        display: grid;
        grid-template-columns: repeat(4, 221.25px);
        grid-gap: 19.6px;
        gap: 19.6px;
    }
}

::-webkit-scrollbar {
    width: 10px; /* ширина scrollbar */
    height: 10px;
}
::-webkit-scrollbar-track {
    background: transparent; /* цвет дорожки */
}
::-webkit-scrollbar-thumb {
    border-radius: 3px; /* закругления плашки */
    background: rgba(0, 0, 0, 0.596);
    border: 1px solid rgba(254, 254, 254, 0.13);
}

.onlines-font {
    font-family: 'Space Grotesk', sans-serif !important;
}

.onlines-desc {
    font-family: 'Montserrat' !important;
}

.ModalMenuContextsMobile__outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999999999;
}

.ModalMenuContextsMobileGeo__outer {
  position: fixed;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2A3034;
  z-index: 9999999999;
}

.ModalMenuContextsMobile__outer svg {
  color: #8E9193;
}

.ModalMenuContextsMobile__header {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.ModalMenuContextsMobile__arrow-right {
  margin-right: 8px;
}

.ModalMenuContextsMobile__word {
  margin-right: 17px;
}

.ModalMenuContextsMobile__category {
  margin-right: auto;
}

.ModalMenuContextsMobile__category div {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #151514;
  padding-top: 2px;
}

.ModalMenuContextsMobile__list-links {
  position: absolute;
  right: 0;
  top: 60px;
  padding-right: 10px;
  color: #8E9193;
  margin-bottom: 20px;
}

.ModalMenuContextsMobile__list-links div {
  margin: 8px 0;
}

.ModalMenuContextsMobile__list-links a {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}

.ModalMenuContextsMobile__item--active {
  color: #151514;
}

.ModalMenuContextsMobile__list {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  padding-left: 10px;
  color: #8E9193;
}

.ModalMenuContextsMobile__list div {
  margin: 8px 0;
}

.ModalMenuContextsMobile__list a {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}

.ModalMenuContextsMobile__item--active {
  color: #151514;
}

.ProjectCardLayoutNew__rank {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  font-family: Inter, sans-serif;
}

.ProjectCardLayoutNew__rank-value {
  font-weight: 700;
  font-size: 20px;
  color: #FEFEFE;
  margin: 0 8px;
}

.ProjectCardLayoutNew__rank-heart {
  margin: 0 3px;
}

.date-input {
    height: 100%;
}
.date-input, .react-date-picker__wrapper, .react-date-picker__inputGroup, .react-calendar,.react-date-picker__calendar {
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    z-index: 10;
    width: 270px !important;
    max-width: 270px !important;
}

.date-input.black-theme :is(input, .react-date-picker__inputGroup__leadingZero) {
    color: rgba(144, 144, 144, 1) !important; 
}

.date-input :is(input, .react-date-picker__inputGroup__leadingZero) {
    color: #151514; 
}

.date-input.black-theme :is(input, .react-date-picker__inputGroup__leadingZero)::placeholder {
    color: rgba(144, 144, 144, 1) !important; 
}

.date-input :is(input, .react-date-picker__inputGroup__leadingZero)::placeholder {
    color: #909090 !important; 
}

.react-date-picker__inputGroup__input--hasLeadingZero {
    padding-left: calc(1px + 0.49em);
}

.react-date-picker__wrapper {
    border-radius: 4px;
    border: 1px solid #B6B6B5 !important;
}

.react-date-picker__wrapper:hover {
    border: 1px solid #B6B6B5 !important;
}

.react-date-picker__inputGroup {
    display: flex;
    align-items: center;
}

.react-date-picker__inputGroup__input {
    height: auto !important;
} 

@media(max-width: 1280px) {
    .date-input, .react-date-picker__wrapper, .react-date-picker__inputGroup, .react-calendar,.react-date-picker__calendar {
        position: relative;
        width: 220px !important;
        max-width: 220px !important;
    }
}

@media(max-width: 992px) {
    .react-date-picker__inputGroup {
        min-width: 164px;
    }
}


@media(max-width: 743px) {
    /* .date-input {
        height: 40px !important;
    } */
    .date-input, .react-date-picker__wrapper, .react-date-picker__inputGroup {        
        width: 100% !important;
        max-width: 100% !important;
    }
    .date-input.black-theme :is(input, .react-date-picker__inputGroup__leadingZero) {
        color: rgba(144, 144, 144, 1) !important;
    }
    .react-date-picker__wrapper {
        border: 1px solid transparent !important;
        background-color: #F2F2F2;
    }
    .date-input.black-theme .react-date-picker__wrapper {
        background-color: #3F4548;
    }
}

@media(max-width: 320px) {
    .date-input {
        /* height: 56px !important; */
        /* width: 221px !important; */
    }
    .react-date-picker__wrapper {
        /* width: 221px !important; */
        border: 1px solid transparent !important;
        background-color: #F2F2F2;
    }
    .react-date-picker__inputGroup__input {
        /* width: 70px !important;
        max-width: 70px !important;
        min-width: 40px !important; */
    }
}


.react-calendar__navigation {
    position: relative;
    margin-bottom: 0 !important;
    padding: 12px 16px 0 16px !important;
}

.react-calendar__navigation button:disabled {
    background-color: transparent !important;
}

.react-calendar__navigation button:disabled svg path {
    fill: #B6B6B5 !important;
}

.react-calendar__navigation__label {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    /* text-transform: uppercase; */
}

.react-calendar__navigation__label::first-letter {
    text-transform: uppercase;
}

.react-calendar__navigation__label::after {
    content: '';
    background-image: url(/brg/static/media/chevron.da651488a6089c797d99.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 3.5px;
    transform: rotate(-90deg);
    right: -10px;
    width: 12px;
    height: 12px;
    display: block;
}

.react-calendar__navigation__next-button {
    position: absolute;
    top: 30%;
    width: 16px;
    height: 16px;
    right: 13.5px;
    min-width: 5px !important;
    background-image: url(/brg/static/media/chevron.da651488a6089c797d99.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    padding: 0;
    color: transparent !important;
    transform: rotate(-90deg) translateY(-30%);;
}

.react-calendar__navigation__prev-button {
    position: absolute;
    background-image: url(/brg/static/media/chevron.da651488a6089c797d99.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    color: transparent !important;
    padding: 0;
    width: 16px;
    height: 16px;
    top: 30%;
    right: 46px;
    min-width: 5px !important;
    transform: rotate(90deg) translateY(-30%);
}


.react-calendar__navigation__prev2-button {
    display: none !important;
}

.react-calendar__navigation__next2-button {
    display: none;
}


.react-calendar__month-view__days__day {
    display: flex;
    justify-content: center;
    color: #909090 !important;
    margin: 0  0 6px 0!important;
    padding: 1.5px 0 !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}

.react-calendar__month-view__days__day--neighboringMonth {
    color: #BFBFBF !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    margin: 0  0 6px 0!important;
    padding: 1.5px !important;
}

.react-calendar__month-view__weekdays {
    margin-bottom: 8px !important;
}

.react-calendar__month-view__weekdays__weekday {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    padding-right: 14px !important;
    text-transform: lowercase !important;
}

.react-calendar__month-view__weekdays__weekday * {
    text-decoration: none !important;
}

.react-calendar__navigation__label__labelText {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #909090 !important;
}

.react-date-picker__inputGroup__divider {
    color: transparent;
    display: none;
}

.date-input.not-empty .react-date-picker__inputGroup__divider {
    position: relative;
    left: -0.5px;
    width: 4px;
    display: block;
}

/* .react-date-picker__inputGroup {
    max-width: 189px;
} */


.react-date-picker__inputGroup__divider::before {
    content: '.';
    position: absolute;
    bottom: 1px;
    left: 0;
    display: block;
    color: #151514;
}

.date-input.black-theme .react-date-picker__inputGroup__divider::before {
    color: #F2F2F2 !important;
}

.react-date-picker__inputGroup__input {
    border: none;
    outline: none;
}

.react-date-picker__inputGroup {
    padding-left: 16px !important;
}

.react-date-picker__inputGroup__input:invalid {
    background-color: transparent !important;
}

.react-date-picker__calendar {
    z-index: 3 !important;
}

.react-date-picker__calendar {
    /* max-width: 221px !important;
    max-height: 256px !important; */
}

.react-calendar__viewContainer {
    padding: 4px 16px 24px 16px !important;
}

/* .react-calendar {
    max-width: 221px !important;
    max-height: 256px !important;
} */


.react-date-picker__inputGroup__leadingZero {
    color: #151514 !important;
}

.react-date-picker__inputGroup__month::placeholder {
    opacity: 0;
}

.react-date-picker__inputGroup__year::placeholder {
    opacity: 0;
}

/* .react-calendar__tile {
    display: flex;
    justify-content: center;
    color: #909090 !important;
    margin: 0  0 12px 0!important;
    padding: 3px !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
} */


.react-calendar__year-view .react-calendar__tile {
    display: flex;
    justify-content: center;
    color: #151514 !important;
    margin: 0  0 12px 0!important;
    padding: 0 !important;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
}

.react-calendar button .react-calendar__tile--now {
    color: white;
}

.react-calendar button:hover {
    border-radius: 3px;
}

.react-calendar__tile--active {
    background-color: #151514 !important;
    border-radius: 3px;
}

.react-calendar__tile--active * {
    color: white !important;
}

.react-calendar__tile--hasActive {
    background-color: #151514 !important;
    border-radius: 3px;
    color: white;
}

.react-calendar__tile--hasActive * {
    padding: 2px !important;
    color: white;
}

.react-calendar__tile--now {
    background-color: #909090 !important;
    color: white !important;
    border-radius: 3px;
}

/* .date-input::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    /* background:url("./date32.svg") #f7f9fc no-repeat 97% 50%;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}

/* input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    right: 10px;
    top: 50%;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
  }

  input[type=date]::-webkit-clear-button {
    color: #BFBFBF;
  }
  input[type=date]::-webkit-datetime-edit { padding: 1em; }
  input[type=date]::-webkit-datetime-edit-fields-wrapper { background: silver; }
  input[type=date]::-webkit-datetime-edit-text { color: red; padding: 0 0.3em; }
  input[type=date]::-webkit-datetime-edit-month-field { color: blue; }
  input[type=date]::-webkit-datetime-edit-day-field { color: green; }
  input[type=date]::-webkit-datetime-edit-year-field { color: purple; }
  input[type=date]::-webkit-inner-spin-button { display: none; }
  input[type=date]::-webkit-datetime-edit {
    -webkit-flex: 1;
    -webkit-user-modify: read-only !important;
    display: inline-block;
    min-width: 0;
    overflow: hidden;
    color: tomato;
} */

  /* input[type=date]{
	background:url("./date32.svg") #f7f9fc no-repeat 97% 50%;
    } */

/* @media(max-width: 940px) {
    .date-input::after {
        content: '';
        position: absolute;
        width: 32px;
        height: 32px;
        background:url("./date24.svg") #f7f9fc no-repeat 97% 50%;
        display: inline-block;
        top: 50%;
        transform: translateY(-50%);
        right: 16px;
    }
} */
.truncated-text-container {
    display: inline-block;
  }
  
  .truncated-text {
    display: inline-block;
    white-space: nowrap;
  }
  
  .truncated-text.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 200px; */
  }
  
  .truncated-text[title] {
    cursor: pointer;
  }

  .mobile-container {

    background-color: #909090;

    a {
      -webkit-box-orient: vertical;
    }
  }
.react-grid-layout {
    position: relative;
    transition: height 200ms ease;
  }
  .react-grid-item {
    transition: all 200ms ease;
    transition-property: left, top, width, height;
  }
  .react-grid-item img {
    pointer-events: none;
    -webkit-user-select: none;
            user-select: none;
  }
  .react-grid-item.cssTransforms {
    transition-property: transform, width, height;
  }
  .react-grid-item.resizing {
    transition: none;
    z-index: 1;
    will-change: width, height;
  }
  
  .react-grid-item.react-draggable-dragging {
    transition: none;
    z-index: 3;
    will-change: transform;
  }
  
  .react-grid-item.dropping {
    visibility: hidden;
  }
  
  .react-grid-item.react-grid-placeholder {
    background: 'grey';
    opacity: 0.2;
    transition-duration: 100ms;
    z-index: 2;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  
  .react-grid-item.react-grid-placeholder.placeholder-resizing {
    transition: none;
  }
  
  .react-grid-item > .react-resizable-handle {
    position: absolute;
    width: 20px;
    height: 20px;
  }
  
  .react-grid-item > .react-resizable-handle::after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 5px;
    height: 5px;
    border-right: 2px solid rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  }
  
  .react-resizable-hide > .react-resizable-handle {
    display: none;
  }
  
  .react-grid-item > .react-resizable-handle.react-resizable-handle-sw {
    bottom: 0;
    left: 0;
    cursor: sw-resize;
    transform: rotate(90deg);
  }
  .react-grid-item > .react-resizable-handle.react-resizable-handle-se {
    bottom: 0;
    right: 0;
    cursor: se-resize;
  }
  .react-grid-item > .react-resizable-handle.react-resizable-handle-nw {
    top: 0;
    left: 0;
    cursor: nw-resize;
    transform: rotate(180deg);
  }
  .react-grid-item > .react-resizable-handle.react-resizable-handle-ne {
    top: 0;
    right: 0;
    cursor: ne-resize;
    transform: rotate(270deg);
  }
  .react-grid-item > .react-resizable-handle.react-resizable-handle-w,
  .react-grid-item > .react-resizable-handle.react-resizable-handle-e {
    top: 50%;
    margin-top: -10px;
    cursor: ew-resize;
  }
  .react-grid-item > .react-resizable-handle.react-resizable-handle-w {
    left: 0;
    transform: rotate(135deg);
  }
  .react-grid-item > .react-resizable-handle.react-resizable-handle-e {
    right: 0;
    transform: rotate(315deg);
  }
  .react-grid-item > .react-resizable-handle.react-resizable-handle-n,
  .react-grid-item > .react-resizable-handle.react-resizable-handle-s {
    left: 50%;
    margin-left: -10px;
    cursor: ns-resize;
  }
  .react-grid-item > .react-resizable-handle.react-resizable-handle-n {
    top: 0;
    transform: rotate(225deg);
  }
  .react-grid-item > .react-resizable-handle.react-resizable-handle-s {
    bottom: 0;
    transform: rotate(45deg);
  }
  
  .js-drag-item {
    cursor: move;
    position: absolute;
    width: 50%;
    height: 50px;
    top: 0px;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
  }
.OpencallsPage__nowrap {
  white-space: nowrap;
}

.rdp {
    --rdp-cell-size: 56px;
    --rdp-accent-color: #151514;
    --rdp-background-color: #e7edff;
    --rdp-accent-color-dark: #3003e1;
    --rdp-background-color-dark: #180270;
    --rdp-outline: 2px solid var(--rdp-accent-color);
    /* Outline border for focused elements */
    --rdp-outline-selected: 3px solid var(--rdp-accent-color);
    /* Outline border for focused _and_ selected elements */

    /* margin: 1em; */
    background-color: #fefefe;
    border-radius: 8px;
    padding: 32px 38px;
    font-family: 'Inter';
}

/* Hide elements for devices that are not screen readers */
.rdp-vhidden {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    position: absolute !important;
    top: 0;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    border: 0 !important;
}

/* Buttons */
.rdp-button_reset {
    appearance: none;
    position: relative;
    margin: 0;
    padding: 0;
    cursor: default;
    color: inherit;
    background: none;
    font: inherit;

    -moz-appearance: none;
    -webkit-appearance: none;
}

.rdp-button_reset:focus-visible {
    /* Make sure to reset outline only when :focus-visible is supported */
    outline: none;
}

.rdp-button {
    border: none;
}

.rdp-button[disabled] {
    opacity: 0.25;
}

.rdp-button:not([disabled]) {
    cursor: pointer;
}

.rdp-button:focus-visible:not([disabled]),
.rdp-button:active:not([disabled]) {
    color: inherit;
    background-color: var(--rdp-background-color);
    /* border: var(--rdp-outline); */
}

.card-cell button:hover:not([disabled]) {
    background-color: #E7E7E7;
}

.rdp-months {
    display: flex;
}

.rdp-month {
    margin: 0 1em;
}

.rdp-month:first-child {
    margin-left: 0;
}

.rdp-month:last-child {
    margin-right: 0;
}

.rdp-table {
    margin: 0;
    max-width: calc(var(--rdp-cell-size) * 7);
    border-collapse: collapse;
    /* border-spacing: 10px 10px; */
}

.rdp-with_weeknumber .rdp-table {
    max-width: calc(var(--rdp-cell-size) * 8);
    border-collapse: collapse;
}

.rdp-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    text-align: left;
    margin-bottom: 30px;
}

.rdp-multiple_months .rdp-caption {
    position: relative;
    display: block;
    text-align: center;
}

.rdp-caption_dropdowns {
    position: relative;
    display: inline-flex;
}

.rdp-caption_label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0 0 0 10px;
    white-space: nowrap;
    color: #909090;
    border: 0;
    border: 2px solid transparent;
    font-family: inherit;
    font-weight: bold;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}

.rdp-nav {
    white-space: nowrap;
    color: #909090;
}

.rdp-multiple_months .rdp-caption_start .rdp-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.rdp-multiple_months .rdp-caption_end .rdp-nav {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.rdp-nav_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0.25em;
    border-radius: 100%;
}

/* ---------- */
/* Dropdowns  */
/* ---------- */

.rdp-dropdown_year,
.rdp-dropdown_month {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.rdp-dropdown {
    -webkit-appearance: none;
            appearance: none;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: inherit;
    opacity: 0;
    border: none;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.rdp-dropdown[disabled] {
    opacity: 1;
    opacity: initial;
    color: inherit;
}

.rdp-dropdown:focus-visible:not([disabled])+.rdp-caption_label,
.rdp-dropdown:active:not([disabled])+.rdp-caption_label {
    background-color: var(--rdp-background-color);
    border: var(--rdp-outline);
    border-radius: 6px;
}

.rdp-dropdown_icon {
    margin: 0 0 0 5px;
}

.rdp-head {
    border: 0;
}

.rdp-head_row,
.rdp-row {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(7, var(--rdp-cell-size));
    grid-column-gap: 16px;
    column-gap: 16px;
}

.rdp-head_cell {
    vertical-align: middle;
    text-transform: uppercase;
    /* font-size: 0.75em; */
    text-align: center;
    height: 100%;
    height: var(--rdp-cell-size);
    padding: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #909090;
}

.rdp-tbody {
    border: 0;
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 10px;
    row-gap: 10px;
}

.rdp-tfoot {
    margin: 0.5em;
}

.rdp-cell {
    width: var(--rdp-cell-size);
    height: 100%;
    height: var(--rdp-cell-size);
    padding: 0;
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #909090;
}

.rdp-weeknumber {
    font-size: 0.75em;
}

.rdp-weeknumber,
.rdp-day {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: var(--rdp-cell-size);
    max-width: var(--rdp-cell-size);
    height: var(--rdp-cell-size);
    margin: 0;
    /* border: 2px solid transparent; */
    border-radius: 3px;
    font-weight: 400;
}

.rdp-day_selected:not([disabled]),
.rdp-day_selected:focus:not([disabled]),
.rdp-day_selected:active:not([disabled]),
.rdp-day_selected:hover:not([disabled]) {
    color: white;
    background-color: var(--rdp-accent-color);
}

.rdp-day_selected:focus:not([disabled]) {
    /* Since the background is the same use again the outline */
    /* outline: var(--rdp-outline); */
    /* outline-offset: 2px; */
    z-index: 1;
}

.rdp:not([dir='rtl']) .rdp-day_range_start:not(.rdp-day_range_end) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rdp:not([dir='rtl']) .rdp-day_range_end:not(.rdp-day_range_start) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.rdp[dir='rtl'] .rdp-day_range_start:not(.rdp-day_range_end) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.rdp[dir='rtl'] .rdp-day_range_end:not(.rdp-day_range_start) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rdp-day_range_end.rdp-day_range_start {
    border-radius: 100%;
}

.rdp-day_range_middle {
    border-radius: 0;
}

.testTest * {
    border: 0px solid transparent !important;
}

.testTest {
    width: 200px;
}

.testTest .bg__value-container {
    /* direction: rtl; */
}
