.custom-space{
    padding:10px 0px;
}

.form-item{
    display: flex;
    flex-direction: column;
    gap:10px;
}

.InnerBox {
    background: #00828f;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 11px;
    gap: 30px;
    color: #fff;
    margin-bottom: 25px;
    border-radius: .375rem;
}

.CountFiles span {
    font-size: 25px;
}

.CountFiles {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 50px;
}

.Counts p {
    margin: 0;
    font-size: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
}

.input-date{
    display: flex;

}

.btn-primary{   
    background: #00828f;
    border: none;
}

.btn-primary:hover{
    background: #00828f;
}

@media (max-width:767.97px)  {
    .CountFiles span {
        font-size: 25px;
    }

    .InnerBox {
        padding: 15px 15px;
        gap: 25px;
    }

    .Counts p {
        font-size: 20px;
    }

    .Counts p {
    width: 180px;
    }
    .custom-space{
        padding:10px 0px;
    }

}

@media (max-width:425px) {

    .CountFiles span {
        font-size: 20px;
    }

    .Counts p{
        font-size:14px;
    }
}