body {
    background: #F5F5F5;
}

.desktop-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
}

::-webkit-scrollbar {
    width: 0;
    display: none;
}

a {
    color: black;
    text-decoration: none;
}

.html-topic h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 61px;
    line-height: 120%;
    margin: 0px;
    width: 315px;
    height: 73px;
}

.html-topic p {
    margin: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    line-height: 120%;
    height: 32px;
    margin-left: 30px;
}

.html-topic-sub {
    display: flex;
    align-items: center;
}

.desktop {
    margin-left: 230px;
    margin-top: 80px;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    z-index: 2;
}


.html-topic {
    display: flex;
    align-items: center;
    margin-left: 123px;
    margin-top: 82px;
    margin-bottom: 87px;
}

.line {
    width: 0px;
    height: 59px;
    border: 3px solid #29ABE2;
    border-radius: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.flex-center {
    display: flex;
    align-items: center;
}

.task-container {
    width: 580px;
    height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 123px;

}

.status-container {
    display: flex;
    justify-content: space-between;
}

.single-container {
    display: flex;
    width: 180px;
    height: 180px;
    justify-content: center;
    align-items: center;
}

.task-status {

    width: 170px;
    height: 170px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.task-status:hover {
    background: #2A3647;
    color: white;
    width: 180px;
    height: 180px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.task-status:active {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
    color: black;
}


.task-status p {
    width: 87px;
    height: 50px;
    font-weight: 400;
    font-size: 21px;
    line-height: 120%;
    margin-top: 0px;

}

.number {
    font-weight: 600;
    font-size: 64px;
}

.urgency {
    width: 580px;
    height: 150px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.urgency:hover {
    background: #2A3647;
    color: white;
    width: 590px;
    height: 160px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.urgency:active {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: black;
}

.u-circle {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.orange{
    background: #FF3D00;
}

.blue{
    background: #2A3647;

}

.u-circle img {
    Width: 34.19px !important;
    height: 25.12px !important;
    ;
}

.urgency:active .deadline-date {
    color: black;
}

.urgency:active .deadline-container p {
    color: black;
}

.urgency:hover .deadline-date {
    color: white;

}

.urgency:hover .deadline-container p {
    color: white;

}

.urgent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 75px;
    text-decoration: none;

}

.urgent-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 19px;
}

.urgent-container p {
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
    width: 52px;
    height: 19px;
    text-decoration: none;
}

.urgent img {
    width: 60px;
    height: 60px;
}

.urgent-nr {
    width: 50px;
    height: 56px;
    font-weight: 600;
    font-size: 47px;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.line-grey {
    width: 0px;
    height: 102.02px;
    border: 2px solid #D1D1D1;
    border-radius: 10px;
    margin-left: 62px;
    margin-right: 62px;

}

.deadline-date {
    width: 178px;
    height: 25px;
    font-weight: 700;
    font-size: 21px;
}

.deadline-container {
    color: #2A3647;
}


.deadline-container p {
    margin-bottom: 0px;
    margin-top: 13px;
    font-weight: 400;
    font-size: 16px;
    width: 148px;
    height: 19px;
}

.do-counter-container {
    display: flex;
    justify-content: space-between;
    cursor: pointer;

}

.do-inner-container {
    width: 282.5px;
    height: 160px;
}

.do-counter:hover {
    background: #2A3647;
    color: white;
    width: 282.5px;
    height: 160px;
}

.do-counter:hover .blue{
    background-color: white;
}


.do-counter:hover .blue img{
    filter: invert(17%) sepia(50%) saturate(416%) hue-rotate(176deg) brightness(30%) contrast(87%);
    
}

.do-counter:hover .do-nr-container p {
    color: white;
}

.do-counter:active {
    background: #F9F9F9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #2A3647;
    ;
}

.do-counter {
    width: 272.5px;
    height: 150px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.do-counter p {
    font-weight: 400;
    font-size: 21px;
    margin: 0px;
    color: #2A3647
}

.img-container {
    position: relative;
    width: 69px;
    height: 69px;
}

.do-counter-img {
    width: 69px;
    height: 69px;



}



.do-nr-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 32.5px;

}

.do-nr {
    font-weight: 600;
    font-size: 64px;

}

.greeting-container {
    margin-left: 67px;
    margin-right: 53px;
}

.greeting-container p {
    margin: 0px;
    font-weight: 500;
    font-size: 47px;
    line-height: 120%;
    width: 370px;
    height: 56px;
}

.greeting-container h3 {
    margin: 0px;
    width: 385px;
    height: 77px;
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    color: #29ABE2;
}

.responsive-greet{
    height:calc(100vh - 80px);;
    background-color: #F6F7F8;
    display: flex !important;
    position: absolute;
    left: 230px;
    right: 0px;
    top:80px;
    z-index: 80;
    align-items: center;
    margin: 0px;
    animation-name: myAnimation;
    animation-duration: 3000ms;
    animation-fill-mode: forwards;
}

@keyframes myAnimation{
    0%{
      opacity: 1;
    }
    50%{
      opacity: 1;

    }
    100%{
      display: none;
      opacity: 0;
      z-index: -80;

    }
  }


