.input__box__container {
    gap: var(--gap-small);
}
.upload-pdf-div {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    width: 100%;
    height: 431px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    & .headings-sec {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        & .upload-svg {
            background: linear-gradient(180deg, #f4f4f4 0%, #fff0 100%);
            border-radius: 18px;
            padding: 12px;
            box-shadow: 0px -5px 60px 0px #0000000d;
            width: 60px;
            height: 60px;
            margin-bottom: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            img {
                width: 44px;
                height: 44px;
                padding: 12px;
                border-radius: 12px;
                background-color: #fff;
                box-shadow: 0px -5px 60px 0px #0000000D;

            }
        }
        & .heading {
            font-weight: 600;
            font-size: 16px;
            color: #101010;
            line-height: 24px;
            margin-bottom: 8px;
        }
        & p {
            font-weight: 400;
            font-size: 12px !important;
            color: #8d8f94;
        }
    }
    & .browse-file {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #e5e5e5;
        border-radius: 35px;
        padding: 8px 14px;
        background: #fff;
        gap: 6px;
        color: #101010;
        font-size: 16px;
        line-height: 20px;
        cursor: pointer;
        img {
            padding: 8px;
            width: 30px;
            height: 30px;
            background: #f9f9f9;
            border-radius: 20px;
            overflow: visible;
        }
    }
}
