.info_titleDiv {
    height: 73px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.info_titleDiv h1 {
    font-size: 61px;
    font-weight: 700;
    color: #000000;
    line-height: 73px;
    font-family: 'Inter', sans-serif;
    cursor: default;
}

.vector {
    border: 3px solid #29ABE2;
    height: 59px;
}

.info_titleDiv span {
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
    color: #2A3647;
    font-family: 'Inter', sans-serif;
    cursor: default;
}

.main_checkingDiv {
    position: relative;
    top: 27px;
    left: 2px;
    width: 560px;
    height: calc(100% - 255px);
    margin-bottom: 32px;
    padding-left: 28px;
}

.To_Done_mainDiv {
    width: 560px;
    height: 168px;
    display: flex;
    gap: 32px;
    margin-bottom: 28px;
}

.toDo_mainDiv {
    width: 264px;
    border-radius: 30px;
    padding: 38px 18px;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    cursor: pointer;
}

.toDo_mainDiv:hover {
    background-color: #2A3647;
    transform: scale(1.1);
    transition: transform 0.3s ease;

    .image_Todo {
        background-color: #ffffff;
    }

    .toDo_num {
        color: #ffffff;
    }

    .toDo_title {
        color: #ffffff;
    }

    .editImage {
        filter: brightness(20%);
    }
}

.toDo_Title_Urgent {
    color: black !important;
}

.toDo_Title_Urgent:hover {
    color: white !important;
}

.image_Todo {
    width: 69px;
    height: 69px;
    background: #2A3647;
    border-radius: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toDo_numberDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.toDo_num {
    font-family: 'Inter', sans-serif;
    font-size: 64px;
    line-height: 76.8px;
    font-weight: 600;
    color: #000000;
}

.toDo_title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #2A3647;
}

.done_main {
    width: 264px;
    border-radius: 30px;
    padding: 38px 18px;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    cursor: pointer;
}

.done_main:hover {
    background-color: #2A3647;
    transform: scale(1.1);
    transition: transform 0.3s ease;

    .image_box {
        background-color: #ffffff;
    }

    .done_title {
        color: #ffffff;
    }

    .done_number {
        color: #ffffff;
    }

    .vector_image {
        filter: brightness(20%);
        ;
    }
}

.image_box {
    width: 69px;
    height: 69px;
    background-color: #2A3647;
    border-radius: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.done_numberDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.done_number {
    font-family: 'Inter', sans-serif;
    font-size: 64px;
    line-height: 76.8px;
    font-weight: 600;
    color: #000000;
}

.done_title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #2A3647;
}

.mainTime_UrgentDiv {
    background-color: #ffffff;
    padding: 28px 60px;
    border-radius: 30px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px
}

.mainTime_UrgentDiv:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    background-color: #2A3647;

    .urgent_Number {
        color: #ffffff;
    }

    .urgent_title {
        color: #ffffff !important;
    }

    .urgentVector {
        color: #ffffff;
    }

    .Datespan {
        color: #ffffff;
    }

    .date_title {
        color: #ffffff;
    }

    .toDo_Title_Urgent {
        color: white !important;
    }
}

.urgentImage_div {
    width: 69px;
    height: 69px;
}

.urgent_Box {
    width: 130px;
    height: 96px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.urgentt_div {
    text-align: center;
}

.urgent_Number {
    font-family: 'Inter', sans-serif;
    font-size: 64px;
    line-height: 76.8px;
    font-weight: 600;
    color: #000000;
}

.urgent_title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #2A3647;
}

.urgent_title:hover {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: white;
}

.urgentImage {
    width: 60px;
    height: 60px;
}

.urgentVector {
    height: 102px;
    background-color: #2A3647;
    border: 2px solid #D1D1D1;
}

.Date_box {
    width: 178px;
    height: 57px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 13px;
}

.Datespan {
    font-weight: 700;
    font-size: 21px;
    line-height: 29px;
    color: #2A3647;
    font-family: 'Inter', sans-serif;
}

.date_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    color: #2A3647;
    font-family: 'Inter', sans-serif;
}

.tasksmain_Board {
    width: 560px;
    height: 170px;
    display: flex;
    gap: 28px;
}

.board_Div {
    width: 168px;
    height: 168px;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.board_Div:hover {
    background-color: #2A3647;
    transform: scale(1.1);
    transition: transform 0.3s ease;

    .boardNumber {
        color: #ffffff;
    }

    .board_title {
        color: #ffffff;
    }
}

.board_info {
    width: 83px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.boardNumber {
    font-family: 'Inter', sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 79px;
    color: #000000;
}

.board_title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 24px;
    font-size: 20px;
    color: #2A3647;
    text-align: center;
}