#detail-dashboard {
    position: relative;
    width: 100%;
    height: 100%;

    & .card {
        background-color: #FFFFFF;
        position: relative;
        height: 100%;
        width: 100%;

        & .card-content {
            padding: 1rem 2rem;
            display: flex;
            justify-content: space-between;
            flex-direction: row;
            width: 100%;

            & .left-content {
                display: flex;
                flex-direction: column;

                #to-main {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    padding: 0.5rem 0.625rem;
                    column-gap: 0.5rem;
                    outline: none;
                    border: none;
                    background-color: #FFFFFF;
                    margin-bottom: 0.45rem;
                    max-width: 6rem;

                    & span {
                        color: #0c0c0c;
                        font-size: 13px !important;
                        font-weight: 500;
                        line-height: 15px;
                    }

                    &:hover {
                        background-color: rgba(133, 133, 133, 0.1);
                    }

                    &:active {
                        background-color: rgba(133, 133, 133, 0.2);
                    }
                }

                h6 {
                    font-size: 18px !important;
                    line-height: 22px;
                    font-weight: 500;
                    color: #0c0c0c;
                    margin-bottom: 1.75rem;
                }

                .project-detail {
                    display: flex;
                    flex-direction: column;
                    padding: 0 0.75rem;

                    .detail {
                        display: flex;
                        flex-direction: row;
                        column-gap: 2.5rem;

                        p {
                            color: #0c0c0c;
                            font-size: 14px !important;
                            font-weight: 500;
                            line-height: 17px;
                        }
                    }
                }
            }

            & .right-content {
                display: flex;
                flex-direction: column;

                & .input-group {
                    display: flex;
                    flex-direction: column;
                    margin-bottom: 2rem;

                    label {
                        align-self: self-start;
                        font-size: 14px !important;
                        font-weight: 500;
                        line-height: 17px;
                    }

                    select {
                        width: 100%;
                        max-width: 12rem;

                        & + .selectize-control {
                            width: 100%;
                            max-width: 12rem;
                        }
                    }
                }

                & .project-nilai {
                    display: flex;
                    flex-direction: column;
                    padding: 0 0.75rem;

                    .detail {
                        display: flex;
                        flex-direction: row;
                        column-gap: 2.5rem;

                        p {
                            color: #0c0c0c;
                            font-size: 14px !important;
                            font-weight: 500;
                            line-height: 17px;
                        }
                    }
                }
            }
        }
    }

    .scoreboard {
        display: flex;
        justify-content: space-between;
        background-color: #FFFFFF;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
        border-radius: 0.5rem;
        padding: 1.25rem 2rem;

        & h6 {
           font-size: 14px !important;
           font-weight: 400;
           line-height: 17px;
           margin-bottom: 0.5rem;
        }

        & h3 {
            font-size: 20px !important;
            line-height: 24px;
            font-weight: 500;
            margin-bottom: 0.25rem;
        }

        & p {
            font-size: 10px !important;
            font-weight: 400;
            line-height: 12px;
            margin: 0;
        }

        & img {
            object-fit: cover;
            height: 60px;
            width: 60px;
        }
    }

    #tambah-data {
        background-color: rgba(55, 92, 180, 1);
        color: #FFFFFF;
        font-size: 13px !important;
        font-weight: 500;
        line-height: 15px;
        padding: 0.5rem;
        border-radius: 100px;
        outline: none;
        border: none;
        box-shadow: none;
    }

    #table-invoice thead tr th,
    #table-bayar thead tr th,
    #table-rap thead tr th,
    #table-progress thead tr th{
        background-color: rgba(220, 220, 220, 1);
    }
    #table-invoice tbody tr td,
    #table-bayar tbody tr td,
    #table-rap tbody tr td,
    #table-progress tbody tr td{
        background-color: #FFFFFF;
    }
    #table-invoice thead tr th,
    #table-invoice tbody tr td,
    #table-bayar thead tr th,
    #table-bayar tbody tr td,
    #table-rap thead tr th,
    #table-rap tbody tr td,
    #table-progress thead tr th,
    #table-progress tbody tr td{
        border: 1px solid rgba(133, 133, 133, 1) !important;
    }

    .dokumen-box {
        position: relative;
        height: 100%;
        width: 100%;
        background-color: #FFFFFF;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
        padding: 1.25rem 1.5rem;
        display: flex;
        flex-direction: column;

        & h6 {
            font-size: 14px !important;
            font-weight: 700;
            line-height: 17px;
            color: #0c0c0c;
            margin-bottom: 1.25rem;
        }

        & ul {
            position: relative;
            height: 100%;
            padding: 0;
            margin: 0;
            list-style: none;

            &::after {
                content: "";
                position: absolute;
                width: 1px;
                left: 6px;
                margin-left: -1px;
                top: 0;
                height: calc(100% - 32px);
                background-color: rgba(133, 133, 133, 1);
                margin-top: 4px;
            }

            & li {
                display: flex;
                flex-direction: column;
                margin-bottom: 1.5rem;

                & .circle-base {
                    height: 12px;
                    width: 12px;
                    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
                    background-color: rgba(241, 241, 241, 1);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 999px;
                    z-index: 10;

                    & .circle-yellow {
                        height: 8px;
                        width: 8px;
                        background-color: rgba(255, 140, 0, 1);
                        border-radius: 999px;
                    }

                    & .circle-blue {
                        height: 8px;
                        width: 8px;
                        background-color: rgba(55, 92, 180, 1);
                        border-radius: 999px;
                    }

                    & .circle-pink {
                        height: 8px;
                        width: 8px;
                        background-color: rgba(255, 105, 180, 1);
                        border-radius: 999px;
                    }

                    & .circle-green {
                        height: 8px;
                        width: 8px;
                        background-color: rgba(0, 201, 0, 1);
                        border-radius: 999px;
                    }

                    & .circle-brown {
                        height: 8px;
                        width: 8px;
                        background-color: rgba(108, 0, 46, 1);
                        border-radius: 999px;
                    }
                }

                & span {
                    font-size: 13px !important;
                    font-weight: 400;
                    line-height: 15px;
                }

                & button {
                    border: none;
                    outline: none;
                    background-color: transparent;
                    box-shadow: none;
                    padding: 0;
                    border-radius: 999px;
                }

                & .box-dokumen {
                    border-radius: 8px;
                    background-color: rgba(55, 92, 180, 0.1);
                    margin-left: 1.8rem;
                    margin-top: 0.5rem;
                    width: calc(100% - 20px);
                    padding: 0.625rem 0.75rem;
                    display: flex;
                    flex-direction: row;
                    column-gap: 0.75rem;

                    & .btn-download {
                        height: 2rem;
                        width: 2rem;
                        border-radius: 99999px;
                        outline: none;
                        border: 1px solid rgba(133, 133, 133, 1);
                        padding: 0;
                    }
                }
            }
        }
    }
}
