/*Main color*/
/*Datepickk*/
.d-noscroll {
    overflow: hidden;
}
#Datepickk {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 60;
    border: 1px solid rgba(212,212,216,1);
    border-radius: 5px;
    width: 100%;
    height: 100%;
    font-family: inherit;
    color: inherit;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
#Datepickk.MSIE:not(.wrapped):not(.inline) .d-calendar {
    height: 560px;
}
#Datepickk.d-show .d-overlay {
    animation-name: show;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}
#Datepickk.d-hide > * {
    animation-name: DatepickkHide;
    animation-duration: .2s;
    animation-timing-function: linear;
    animation-fill-mode: both;
}
#Datepickk.d-hide .d-overlay {
    animation-name: show;
    animation-duration: .15s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    animation-direction: reverse;
}
#Datepickk .d-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(55, 58, 71, 0.95);
    z-index: 1;
}
#Datepickk .d-title {
    color: white;
    text-align: center;
    position: relative;
    font-size: 30px;
    margin: 25px 0;
    z-index: 2;
}
#Datepickk .d-confirm {
    border: none;
    position: relative;
    background-color: transparent;
    outline: none;
    font-family: inherit;
    font-size: 30px;
    font-weight: 500;
    color: white;
    margin: 25px 0;
    cursor: pointer;
    padding: 0;
    z-index: 2;
}
#Datepickk .d-title:empty,
#Datepickk .d-confirm:empty {
    display: none;
}
@media (max-height: 528px) {
    #Datepickk .d-title,
    #Datepickk .d-confirm {
        font-size: inherit;
        margin: 15px 0;
    }
    #Datepickk .d-calendar {
        font-size: inherit;
    }
}
#Datepickk.multi .d-calendar,
#Datepickk.multi .d-legend {
    max-width: 800px;
}
#Datepickk.multi .d-table {
    position: relative;
    padding-top: 35px;
}
#Datepickk.multi .d-table:before {
    content: attr(data-month);
    text-align: right;
    width: 100%;
    font-size: 1em;
    padding: 5px 10px 5px 0;
    box-sizing: border-box;
    color: #CCC;
    position: absolute;
    left: 0;
    top: 0;
}
#Datepickk.inline.d-show .d-calendar {
    animation: none;
}
#Datepickk.inline,
#Datepickk.wrapped {
    position: static;
    z-index: 0;
}
#Datepickk.inline .d-calendar,
#Datepickk.wrapped .d-calendar {
    box-shadow: none;
    z-index: 0;
    max-width: none;
    max-height: none;
}
#Datepickk.inline .d-confirm,
#Datepickk.wrapped .d-confirm,
#Datepickk.inline .d-title,
#Datepickk.wrapped .d-title {
    color: #222;
}
#Datepickk.inline .d-overlay,
#Datepickk.wrapped .d-overlay {
    display: none;
}
#Datepickk.inline .d-legend,
#Datepickk.wrapped .d-legend {
    color: #222!important;
    max-width: none;
    max-height: none;
}
#Datepickk.fullscreen .d-calendar {
    max-width: none;
    max-height: none;
}
#Datepickk.fullscreen .d-calendar input + label {
    outline: 1px solid #eaeaea;
    box-sizing: border-box;
    align-items: flex-start !important;
    justify-content: flex-end !important;
}
#Datepickk.fullscreen .d-calendar input + label text {
    padding: 5px 10px 0 0;
}
#Datepickk.fullscreen .d-legend {
    max-width: none;
}
#Datepickk .d-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    z-index: 2;
    background-color: whitesmoke;
    max-width: 500px;
    position: relative;
    color: white;
}
#Datepickk .d-legend:empty {
    height: 0;
}
#Datepickk .d-legend p {
    backface-visibility: visible !important;
    animation-name: DatepickfadeInUp;
    animation-duration: .5s;
    animation-fill-mode: both;
    margin: 0;
    padding: 15px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    color: #1B353F;
}
#Datepickk .d-legend p:after {
    content: attr(data-legend);
}
#Datepickk .d-legend p span {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 10px;
}
#Datepickk .d-calendar {
    margin: 0;
    background-color: white;
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.6);
    font-size: inherit;
    width: 100%;
    position: relative;
    max-width: 500px;
    max-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
    z-index: 2;
    border-radius: 5px;
}
#Datepickk .d-header {
    position: relative;
}
#Datepickk .d-header p {
    margin: .5em 0;
    text-align: center;
}
#Datepickk .d-header i {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    transition: background-color 0.2s ease;
    transform: translateY(-50%);
}
#Datepickk .d-header i:before,
#Datepickk .d-header i:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
}
#Datepickk .d-header i:before {
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
}
#Datepickk .d-header i:after {
    border-top: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid rgba(0, 0, 0, 0);
    transition: border-color 0.2s ease;
}
#Datepickk .d-header i#d-previous {
    left: 20px;
}
#Datepickk .d-header i#d-previous:before {
    border-right: 10px solid #8895a8;
    top: 3px;
    left: 7px;
}
#Datepickk .d-header i#d-previous:after {
    border-right: 7px solid #fff;
    top: 6px;
    left: 10px;
}
#Datepickk .d-header i#d-next {
    right: 20px;
}
#Datepickk .d-header i#d-next:before {
    border-left: 10px solid #8895a8;
    top: 3px;
    left: 8px;
}
#Datepickk .d-header i#d-next:after {
    border-left: 7px solid #fff;
    top: 6px;
    left: 8px;
}
#Datepickk .d-header i{
    background-color: #fff;
}
#Datepickk .d-header i:hover {
    background-color: rgba(232,232,232,1);
}
#Datepickk .d-header i:hover:after {
    border-left-color: rgba(232,232,232,1);
    border-right-color: rgba(232,232,232,1);
}
#Datepickk .d-header i#d-previous:hover:after {
    border-right-color: rgba(232,232,232,1);
}
#Datepickk .d-header i#d-next:hover:after {
    border-left-color: rgba(232,232,232,1);
}
#Datepickk .d-month {
    cursor: pointer;
    white-space: nowrap;
}
#Datepickk .d-year {
    margin-left: 10px;
    cursor: pointer;
}
#Datepickk .d-year:before {
    content: "";
}
#Datepickk .d-month-picker {
    display: flex;
    justify-content: space-between;
    background-color: rgba(75, 85, 99, 0.7);
    text-shadow: 1px 1px 0 rgba(15,15,15,0.1);
    height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: height .2s ease;
}
#Datepickk .d-month-picker.d-show {
    height: 44px;
    pointer-events: auto;
}
#Datepickk .d-month-picker > div {
    width: calc(100% / 12);
    text-align: center;
    line-height: 44px;
    color: white;
    cursor: pointer;
}
#Datepickk .d-month-picker > div:hover,
#Datepickk .d-month-picker > div:focus {
    background-color: var(--color-pink);
    color: white;
}
#Datepickk .d-month-picker > div.current {
    background-color: var(--color-blue);
    color: white;
}
#Datepickk .d-year-picker {
    display: flex;
    justify-content: space-between;
    background-color: rgba(75, 85, 99, 0.7);
    text-shadow: 1px 1px 0 rgba(15,15,15,0.1);
    height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: height .2s ease;
}
#Datepickk .d-year-picker.d-show {
    height: 44px;
    pointer-events: auto;
}
#Datepickk .d-year-picker > div {
    width: calc(100% / 11);
    text-align: center;
    line-height: 44px;
    color: white;
    cursor: pointer;
}
#Datepickk .d-year-picker > div:hover,
#Datepickk .d-year-picker > div:focus {
    background-color: var(--color-pink);
    color: white;
}
#Datepickk .d-year-picker > div.current {
    background-color: var(--color-blue);
    color: white;
}
#Datepickk .d-weekdays {
    display: flex;
}
#Datepickk .d-week {
    background-color: transparent;
    color: var(--color-grey-150);
    display: flex;
    width: 100%;
}
#Datepickk .d-week + .d-week {
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}
#Datepickk .d-week > div {
    flex-basis: calc(100% / 7);
    text-align: center;
}
#Datepickk .d-week > div p {
    margin: .2em 0;
    font-size: 0.8em;
    font-weight: 600;
}
@media (max-height: 540px) {
    #Datepickk .d-week {
        display: none;
    }
}
#Datepickk .d-table {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
#Datepickk .d-table:first-child:nth-last-child(n + 3),
#Datepickk .d-table:first-child:nth-last-child(n + 3) ~ div {
    flex: 0;
    flex-basis: calc(100% / 3 - 1px);
    /*-1px due to browser render*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#Datepickk .d-table label:nth-of-type(7n) .d-date-legends {
    padding-right: 0;
}
#Datepickk .d-table label:nth-last-of-type(-n + 7) .d-date-legends {
    padding-bottom: 0;
}
#Datepickk .d-table input {
    display: none;
}
#Datepickk .d-table input + label {
    flex-basis: calc(100% / 7);
    -ms-flex-preferred-size: 14.28%;
    /*Keep -> IE render fail*/
    display: flex;
    margin: 2px 0;
    padding: 2px 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, background 0.2s ease, color 0.2s ease;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}
#Datepickk .d-table input + label text {
    z-index: 9;
    pointer-events: none;
    position: relative;
    font-size: 0.9em;
    padding-top: 3px;
    padding-bottom: 4px;
}
#Datepickk .d-table input + label[style*="linear-gradient"] text {
    text-shadow: 0 0 20px black;
}
#Datepickk .d-table input + label.today text:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--color-blue);
    position: absolute;
    bottom: -5px;
    left: 0;
}
#Datepickk .d-table input + label:before {
    content: '';
    position: absolute;
    top: 12.5%;
    left: 12.5%;
    width: 75%;
    height: 75%;
    border-radius: 5px;
    background-color: var(--color-blue);
    transition: transform 0.1s ease-out;
    transform: scaleX(0);
    transform-origin: left;
}
#Datepickk .d-table input + label.legend-hover {
    animation: legendhover 1s infinite;
    z-index: 10;
}
@keyframes legendhover {
    0% {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, -5px);
    }
    100% {
        transform: translate(0, 0px);
    }
}
#Datepickk .d-table input + label.next,
#Datepickk .d-table input + label.prev {
    color: #ccc;
}
#Datepickk .d-table input + label [data-tooltip]:after {
    content: '';
    border-radius: 100%;
    background-color: #1B363F;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    right: -10px;
}
#Datepickk .d-table input + label .d-tooltip {
    position: absolute;
    background-color: #1B363F;
    color: #FFF;
    padding: 7px;
    font-size: .7em;
    z-index: 13;
    text-align: center;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -5px);
    display: none;
}
#Datepickk .d-table input + label .d-tooltip:before {
    content: '';
    border-bottom: 7px solid #1B363F;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    top: -7px;
    left: 50%;
    position: absolute;
    margin-left: -5px;
}
#Datepickk .d-table input + label .d-tooltip:empty {
    display: none!important;
}
#Datepickk .d-table input + label:hover .d-tooltip {
    display: block;
}
#Datepickk .d-table input:checked + label {
    color: white;
}
#Datepickk .d-table input:checked + label:before {
    transform: scaleX(1);
}
#Datepickk .d-table input:disabled + label {
    cursor: not-allowed;
    color: #ccc;
    border-radius: 5px;
}
#Datepickk .d-table input + label.d-hidden {
    cursor: default;
    color: #ccc!important;
    background: #f0f0f0!important;
    text-decoration: line-through;
}
#Datepickk .d-table input + label.d-hidden:after {
    content: none;
}
#Datepickk .d-tables {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}
#Datepickk .d-tables:not(.locked) input:not(:checked) + label:not(.hidden):hover {
    color: #222;
    background-color: #eaeaea;
    border-radius: 5px;
}
#Datepickk .d-tables.locked label {
    cursor: default;
}
#Datepickk .d-tables.range:not(.before) input:not(.single):checked + label {
    color: white;
}
#Datepickk .d-tables.range:not(.before) input:not(.single):checked + label ~ label:not(.hidden) {
    color: white;
}
#Datepickk .d-tables.range:not(.before) input:not(.single):checked + label ~ label:not(.hidden):before {
    transform: scaleX(1);
    background-color: rgba(96, 165, 250,0.5);
}
#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ label:hover ~ label,
#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ label:focus ~ label {
    color: #666;
}
#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ label:hover ~ label:before,
#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ label:focus ~ label:before {
    transform: scaleX(0);
}
#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ label:hover ~ label.next,
#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ label:focus ~ label.next,
#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ label:hover ~ label.prev,
#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ label:focus ~ label.prev {
    color: #ccc;
}
#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ input:checked + label {
    color: white;
}
#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ input:checked + label:before {
    transform: scaleX(1);
    background-color: var(--color-blue);
}
#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ input:checked + label ~ label {
    color: inherit;
}
#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ input:checked + label ~ label.next,
#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ input:checked + label ~ label.prev {
    color: #ccc;
}
#Datepickk .d-tables.range:not(.before) input:not(.single):checked ~ input:checked + label ~ label:before {
    transform: scaleX(0);
}
#Datepickk .d-tables.range.before input:not(.single):not(:checked) + label {
    color: white;
}
#Datepickk .d-tables.range.before input:not(.single):not(:checked) + label:before {
    transform: scaleX(1);
    background-color: rgba(233, 90, 126, 0.3);
}
#Datepickk .d-tables.range.before input:not(.single):checked + label ~ label {
    color: inherit;
}
#Datepickk .d-tables.range.before input:not(.single):checked + label ~ label.next,
#Datepickk .d-tables.range.before input:not(.single):checked + label ~ label.prev {
    color: #ccc;
}
#Datepickk .d-tables.range.before input:not(.single):checked + label ~ label:before {
    transform: scaleX(0);
}
#Datepickk .d-fadeInUp {
    backface-visibility: visible !important;
    animation-name: DatepickfadeInUp;
    animation-duration: .5s;
    animation-fill-mode: both;
}
@keyframes DatepickBGShow {
    from {
        opacity: 0;
    }
}
@keyframes DatepickfadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.d-fadeInUp {
    animation-name: DatepickfadeInUp;
}
#Datepickk.d-show > * {
    animation-name: DatepickkShow;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}
@keyframes DatepickkShow {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
}
@keyframes DatepickkHide {
    to {
        opacity: 0;
        transform: translateY(50px);
    }
}

.logo-title{
    position: relative;
    font-size: 25px;
    font-weight: bold;
    color: rgba(48,49,48,1);
    padding-left: 8px;
}
.logo-title sup{
    display: inline-block;
    position: absolute;
    top:10px;
    right:-10px;
    font-size: 8px;
}

.header-menu{
    font-weight: 600;
}
.header-menu a.active{
    border-color: var(--color-pink);
    color: var(--color-grey-900);
}

#header-user-menu{
    top:50px;
    right:25px;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    z-index:100;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
}
#header-user-menu.inactive{
    top: -100px;
    right: 35px;
    box-shadow: 20px 15px 20px 5px rgba(25,25,25,0.3);
    transform: rotateX(90deg) skew(20deg, 15deg);
    z-index:0;
}

#my-timeline{
    position: relative;
    min-height: 200px;
}
.jqtl-container{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
    border-radius: .375rem;
    --tw-border-opacity: 1;
    border-color: rgba(228,228,231,var(--tw-border-opacity));
}

.jqtl-ruler-line-rows{
    border: none !important;
    outline: none !important;
}
.jqtl-ruler-line-item{
    font-family: var(--main-font-family) !important;
    font-weight: bold;
    color: rgb(75, 85, 99);
    border: none !important;
    outline: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0;
}
.jqtl-ruler-line-rows[data-ruler-scope="month"] span{
    position: absolute;
    left:20px;
    color:var(--main-color);
    opacity:0.7;
    transition: opacity 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
}
.jqtl-ruler-line-rows[data-ruler-scope="month"] span.active{
    opacity:1;
}

.jqtl-ruler-line-rows[data-ruler-scope="day"]{
    background: transparent !important;
}
.jqtl-ruler-line-rows[data-ruler-scope="day"] .jqtl-ruler-line-item{
    background: #fff;
    border: none !important;
    line-height: 1.1em !important;
}
.jqtl-ruler-line-rows[data-ruler-scope="day"] .jqtl-ruler-line-item.timeline-today{
    background: var(--color-blue);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
}
.jqtl-ruler-line-rows[data-ruler-scope="day"] .jqtl-ruler-line-item.timeline-today.active{
    background-color: var(--color-pink);
}
.jqtl-ruler-line-rows[data-ruler-scope="day"] .jqtl-ruler-line-item.timeline-today span{
    color: #fff;
}
.jqtl-ruler-line-rows[data-ruler-scope="day"] .jqtl-ruler-line-item small{
    opacity: 0.8;
    font-size: 0.8em;
}
.jqtl-ruler-line-rows[data-ruler-scope="day"] .jqtl-ruler-line-item.timeline-weekend-day{
    background: #F2F3F5 !important;
}
.jqtl-ruler-line-rows[data-ruler-scope="day"] .jqtl-ruler-line-item.timeline-weekend-day span{
    color: rgb(156, 163, 175);
}
.jqtl-ruler-line-rows[data-ruler-scope="day"] .jqtl-ruler-line-item.timeline-first-day{
    border-left: 1px solid #eee !important;
}

.jqtl-present-time{
    border-color: var(--color-blue);
}
.jqtl-present-time::before, .jqtl-present-time::after{
    background-color: var(--color-blue);
}
.jqtl-present-time, .jqtl-present-time::before, .jqtl-present-time::after{
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
}
.jqtl-present-time.active{
    border-color: var(--color-pink);
}
.jqtl-present-time.active::before, .jqtl-present-time.active::after {
    background-color: var(--color-pink);
}

.jqtl-side-index-item{
    width: 230px !important;
}
.timeline-user-link{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-family: var(--main-font-family) !important;
    font-weight: 600;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
}

.timeline-user-link.birthday:after{
    content:"";
    position:absolute;
    right:10px;
    bottom:6px;
    width: 24px;
    height: 26px;
    background: transparent url(/images/birthday-cake_animated_once.gif?70086fde670d042ab776a22a607a86b2) right bottom no-repeat;
    background-size: auto 32px;
    z-index:10;
}

.timeline-user-img{
    margin:0 7px 0 12px !important;
    width: 24px !important;
    height: 24px !important;
    transition: all 0.3s ease 0s;
}
.delete-form-holder .timeline-user-img{
    margin-left:0 !important;
}
.timeline-user-text{
    width: calc(100% - 56px);
    color: rgb(107 114 128 / var(--tw-text-opacity));
    transition: all 0.3s ease 0s;
}
.timeline-user-link:hover .timeline-user-img, .timeline-list-item-user:hover .timeline-user-img{
    outline:2px solid var(--color-pink);
}
.timeline-user-link:hover{
    background: rgba(155,145,165,0.1);
}
.timeline-user-link:hover .timeline-user-text, .timeline-list-item-user:hover p{
    color: var(--color-pink) !important;
}

.jqtl-event-node{
    margin-top: 4px;
    border-radius: 13px;
}
.jqtl-event-node.hover{
    box-shadow: 0 0 1px 2px var(--color-pink);
}
.jqtl-event-node.hover::after {
    z-index: 6;
    background-color: rgba(18,18,18,0.1);
}
.jqtl-event-node[data-uid$="Birthday"]{
    background: transparent url(/images/birthday-cake_animated_once.gif?70086fde670d042ab776a22a607a86b2) center right 5px no-repeat;
    background-size: auto 100%;
    z-index: 10;
}
.jqtl-event-node[data-uid$="Birthday"]:hover{
    background: transparent url(/images/birthday-cake_animated.gif?2c7ec3d74abdc3678a3d327f1e1b9bea) center right 5px no-repeat;
    background-size: auto 100%;
}
.jqtl-event-node[data-uid$="Birthday"]:hover:after{
    display: none;
}

.jqtl-event-label{
    padding: 0 13px;
    margin:0 0 2px 0;
    font-size: 0.9em;
    line-height:1em;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(15,15,15,0.1);
}

.side-popup{
    opacity:0.5;
    right: -100%;
    transition: all 0.6s cubic-bezier(0.34, 1.16, 0.54, 1) 0s;;
}
.side-popup.active{
    opacity: 1;
    right:0;
}

.leave_type{
    margin:1px 0;
    transition: all 0.3s ease 0s;
}
.leave_type:first-of-type{
    border-radius: 5px 5px 0 0;
}
.leave_type:last-of-type{
    border-radius: 0 0 5px 5px;
}
.leave_type.active{
    color: #fff;
    text-shadow: 1px 1px 0 rgba(15,15,15,0.5);
}
.leave_type.active label{
    border-color: #FFF;
    background: mediumaquamarine;
    transition: all 0.9s ease-in-out 0s;
}

.form-select{
    --tw-border-opacity: 1;
    background: #fff;
    border: 1px solid rgba(212,212,216,var(--tw-border-opacity));
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: 600 !important;
}
.form-select:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236,72,153,var(--tw-border-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}
.form-textarea {
    --tw-border-opacity: 1;
    background: #fff;
    border: 1px solid rgba(212,212,216,var(--tw-border-opacity));
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.form-textarea:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236,72,153,var(--tw-border-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}


.timeline-list-tab.active, .timeline-list-tab.active:hover{
    color: var(--color-pink);
    border-color: var(--color-pink);
}

.hotkeys {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    color: #aaa;

}

.hotkey {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
}

.hotkey-icon {
    fill: currentColor;
    stroke: none;
    width: 1.5em;
    height: 1.5em;
}

.hotkey .primary {
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hotkey .secondary {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;

}

.container.auth {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color: #fff;
}

.login_holder {
    background-color: rgba(255,255,255,0.13);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 50px 35px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
    max-width: 90vw;
}

.login_holder .title{
    text-transform: uppercase;
    font-weight:bold;
    font-size: 2em;
}
.login_holder input{
    color: #fff;
    text-shadow:0 0 2px rgba(0,0,0,0.8);
    font-weight: bold;
}
.login_holder .form-group span{
    color: rgba(245,155,34, 1);
}


.overlay_form{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 25px;
    height: 100%;

    border-radius: 0 var(--calendar-border-radius) var(--calendar-border-radius) 0;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    box-shadow: inset 0 0 125px rgba(0,0,0,0.05), inset -5px -5px 25px rgba(0,0,0,0.1), 0 0 40px -6px rgba(255, 255, 255, 0.4);
}

form{
    width: 400px;
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding: 0 15px;
}

svg.close-button {
    position: fixed;
    right: 20px;
    top:20px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 3;
}
svg.close-button line {
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    transform-origin: center;
}
svg.close-button:hover line{
    animation: cross 0.4s ease-in-out forwards;
}

@keyframes cross {
    0% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(0);
        filter: blur(5px);
    }
    100% {
        transform: scaleX(1);
    }
}

.form-prompt{
    font-size:1.3em;
    text-align: center;
    font-weight: bold;
}
.form-group.two-columns{
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-control{
    color: inherit;
    display: block;
    height: 35px;
    width: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(4.5px);
            backdrop-filter: blur(4.5px);
    padding: 0 10px;
    margin:0;
    outline: 1px solid rgba(255,255,255,0.3);
    font-size: 14px;
    font-weight: 300;
}
textarea.form-control{
    padding: 10px;
    min-height: 3em;
}

label{
    display: block;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
}
.form-control::-moz-placeholder{
    color: #e5e5e5;
}
.form-control::placeholder{
    color: #e5e5e5;
}
.form-control:focus {
    outline: 1px solid rgba(255,255,255,0.5);
}

.btn.btn-primary{
    margin-top: 30px;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    color: #080710;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
}
.btn.btn-primary.invertion{
    background-color: transparent;
    color: rgba(255,255,255,0.9);
    border: 2px solid rgba(255,255,255,0.9);
}
.form-group.two-columns > div{
    margin: 0 10px;
}
.form-group.two-columns .btn{
    min-width: 80px;
}


.image-upload {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}

.image-container {
    margin:0 auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow:  0 15px 45px -25px rgba(18,18,18,0.3);
}

.image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.image-upload .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(236, 72, 153, 0.3);
    opacity: 0;
    transition: opacity 0.3s;
    cursor: pointer;
}
.image-upload .overlay input{
    display:none;
}

.image-upload .overlay svg{
    fill: #fff;
    width: 16px;
    height: 16px;
}
.image-upload .overlay label {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    z-index:17;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.image-container:hover .overlay {
    opacity: 1;
}




@media(max-width: 1440px) {
}
@media(max-width: 1199px) {

}
@media(max-width: 991px) {

}

@media(max-width: 768px){
    .jqtl-side-index-item{
        width: 46px !important;
    }
    .jqtl-side-index-item a{
        justify-content: center;
    }

    .timeline-user-img {
        margin: 0 !important;
    }
    .timeline-user-link.birthday:after{
        right:1px;
        bottom:1px;
        background-size: auto 18px;
    }

    .hotkeys{
        display: none;
    }

    footer{
        width: 93vw !important;
        margin-bottom: 0 !important;
        padding: 0 0 3vh 0 !important;
    }

}

@media(max-width: 420px){
    main.container{
        padding:2rem 1rem !important;
    }
    .login_holder{
        padding: 40px 25px;
    }
}

/*
! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.-mt-px {
  margin-top: -1px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2\/4 {
  height: 50%;
}
.h-3 {
  height: 0.75rem;
}
.h-3\/4 {
  height: 75%;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-full {
  height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-12 {
  width: 3rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-help {
  cursor: help;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-l-8 {
  border-left-width: 8px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[32px\] {
  border-top-width: 32px;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}
.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-pink-500 {
  fill: #ec4899;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-4 {
  line-height: 1rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}


:root {
    --main-color: rgba(75, 85, 99,1);
    --color-pink: rgb(236, 72, 153);
    --color-blue: #60A5FA;
    --color-grey-150:rgb(156, 163, 175);
    --color-grey-900:rgb(17, 24, 39);
    --header-height: 0;
    --main-font-family: Inter var,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}
/* resources/css/app.css */
html {
    scroll-behavior: smooth;
    font-family: var(--main-font-family);
    line-height: 1.5;
}

body{
    margin: 0;
    font-family: inherit;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--main-color);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: rgba(250,250,250,1);
}
#app{
    z-index:2;
    position: relative;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}

main.container{
    margin:0 auto;
    padding:2rem;
    max-width: 100%;
}

.video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
}
.video-bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    animation-name: fade-in;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}
.video-bg-overlay{
    position:absolute;
    top:0;right:0;bottom:0;left:0;
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 40%, rgba(0,0,0,0.9) 70%, rgba(0,0,0,0.8) 90%,rgba(0,0,0,0.2) 100%);
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.theme-01-border {
    --tw-border-opacity: 1;
    border-color: rgba(125,211,252,var(--tw-border-opacity));
}
.theme-02-border {
    --tw-border-opacity: 1;
    border-color: rgba(240,171,252,var(--tw-border-opacity));
}
.theme-03-border {
    --tw-border-opacity: 1;
    border-color: rgba(249,168,212,var(--tw-border-opacity));
}
.theme-04-border {
    --tw-border-opacity: 1;
    border-color: rgba(253,224,71,var(--tw-border-opacity));
}
.theme-05-border {
    --tw-border-opacity: 1;
    border-color: rgba(253,186,116,var(--tw-border-opacity));
}
.theme-06-border {
    --tw-border-opacity: 1;
    border-color: rgba(190,242,100,var(--tw-border-opacity));
}
.theme-07-border {
    --tw-border-opacity: 1;
    border-color: rgba(196,181,253,var(--tw-border-opacity));
}
.theme-08-border {
    --tw-border-opacity: 1;
    border-color: rgba(253,164,175,var(--tw-border-opacity));
}
.theme-09-border {
    --tw-border-opacity: 1;
    border-color: rgba(147,197,253,var(--tw-border-opacity));
}

.bg-cool-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249,250,251,var(--tw-bg-opacity));
}
.bg-cool-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243,244,246,var(--tw-bg-opacity));
}

.loader-blur{
    filter: blur(3px);
    transition: all 0.3s ease 0s;
}

.list-all-cards, .hotkeys{
    width: 90vw;
    margin:0 auto 8vh auto;
    padding: 0 0 2vh 0;
}
.list-all-cards .nft{
    margin: 0 20px 0 0;
}


footer{
    width: 90vw;
    margin:0 auto 8vh auto;
    padding: 0 0 2vh 0;
}
footer a.logout{
    display: flex;
    align-items: center;
    font-size: 0.8em;
}


.loader-holder{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.loader {
    height: 150px;
    width: 100px;
    border-radius: 55px 55px 10px 10px;
    position: relative;
    background: #FF3D00;

    background-image: linear-gradient(0deg,
    #f63a99 25%,
    #30dcf6 25%,
    #30dcf6 25%,
    #30dcf6 50%,
    #f2d200 50%,
    #f2d200 50%,
    #f2d200 75%,
    #70ca5c 75%);
    background-position: 0px 0px;
    background-size: auto 175px;
    background-repeat: repeat-y;
    animation: colorShift 6s linear infinite;

}
.loader:before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 15px;
    width: 15px;
    height: 100px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.5);

}

.loader:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50% , 0);
    box-shadow: 0 15px 2px rgba(0, 0, 0, 0.25) inset;
    width: 32px;
    height: 45px;
    background: #E09C5F;
    border-radius: 0 0 12px 12px;
}

@keyframes colorShift {
    to {    background-position: 0 175px}
}

.success-animation{
    position: absolute;
    top:50%;
    right:0;
    bottom:0;
    left:50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.4s ease-in-out 0s;
}
.success-animation.active{
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
    left:0;
    top:-15px;
}
.success-animation img{
    width: 75px;
    height:75px;
}

.user-info-holder .avatar{
    width: 120px;
    height: 120px;
}
.user-info-holder .timeline-list-item-user,
.user-info-holder .count-wirking-days{
    display: none;
}
.user-status-icon{
    display: inline;
    width: 12px;
    height: 12px;
    fill: rgba(5,155,50,0.4);
}
.user-status-icon.inactive{
    fill: rgba(255,0,0,0.4);
}
.timeline-list_item.past_item{
    opacity:0.5;
    filter: grayscale(0.5);
    transition: all 0.3s ease-in-out 0s;
}
.timeline-list_item.past_item:hover{
    opacity:1;
    filter: grayscale(0);
}
#preloader{
    position: absolute;
    left:-9991px;
    height: 1px;
    width: 1px;
    overflow:hidden;
}
.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:border-pink-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity));
}
.hover\:border-red-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-pink-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-pink-600:hover {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}
.hover\:text-pink-700:hover {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity));
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}
.focus\:ring-pink-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.group:hover .group-hover\:text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}
@media (prefers-color-scheme: dark) {

  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 640px) {

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) {

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}




