@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

* {
    margin: 0;
    padding: 0;
}

html, body, #root {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1024px) {
    html, body, #root {
        min-width: 1024px;
        min-height: 768px;
    }
}

.react-tooltip {
    z-index: 10000000 !important;
    border-radius: 8px !important;
}

.contexify_item {
    height: 48px !important;
}
.contexify_itemContent {
    padding: 0 8px !important;
    height: 100% !important;
}

body {
    background: #EBEEF3;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
}

.react-calendar-heatmap .color-scale-25  { fill: #77c1f2; }
.react-calendar-heatmap .color-scale-50  { fill: #3b97d3; }
.react-calendar-heatmap .color-scale-75  { fill: #1a6da3; }
.react-calendar-heatmap .color-scale-100 { fill: #044d7d; }

.DayPicker-Day--today {
    color: #3b97d3 !important;
}

.Toastify__progress-bar {
    background-color: #3B97D3 !important;
}

.Toastify__toast--info {
    color: #2c3e50 !important;
    background: white !important;
}

.contexify__item:not(.contexify__item--disabled):hover>.contexify__item__content {
    background: #3B97D3 !important;
}

.contexify__item__content {
    padding: 0 12px !important;
    height: 48px !important;
    display: flex;
    align-items: center;
}

.contexify__item__content i.fa {
    width: 24px;
    margin-right: 16px !important;
    font-size: 16px !important;
    text-align: center;
}

::selection {
    background: #20242b;
    color: white;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.25);
}

.react-trello-board > div {
    width: calc(100% - 40px);
}

.react-trello-lane > div {
    width: 100%;
    max-width: 100%;
    transition: all 0.3s;
    max-height: 700px;
    padding-right: 8px;
    overflow-y: scroll;
}

.react-trello-lane > div::-webkit-scrollbar {
    width: 5px;
}

.react-trello-lane > div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.react-trello-lane > div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.25);
}

.react-trello-lane > header > span:first-child {
    font-weight: normal !important;
    font-size: 16px !important;
    cursor: default !important;
}

.react-trello-card > div:nth-child(2) {
    font-size: 15px !important;
    line-height: 22px !important;
    margin-bottom: 8px;
}

.react-trello-card > div:nth-child(3) {
    font-size: 16px !important;
}

.react-trello-card > header > span:first-child {
    font-size: 16px !important;
    font-weight: normal !important;
}

.react-trello-card > header > span {
    line-height: 26px !important;
}

.react-trello-card > header > span:nth-child(2) {
    font-size: 12px !important;
    padding-right: 0 !important;
    width: auto !important;
}

.react-trello-lane > header {
    align-items: center !important;
}

.react-trello-lane > header > span:nth-child(2) {
    padding-right: 0 !important;
}

.react-trello-lane {
    vertical-align: top !important;
}


.react-kanban-board {
    width: 100%;
    user-select: none;
}

.react-kanban-board > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 8px;
    width: 100%;
}

.react-kanban-board > div > div > div:nth-child(2) > div > div {
    width: 100%;
}

.react-kanban-board > div > div > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.react-kanban-column {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}