.config-container{
    width: 100%;
    height: 100%;

}

.config-title{
    width: 50%;
    height: 15%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    padding-top: 54px;
    text-align: center;
}

.config-elm{
    width: 100%;
    height: 40%;
}

.config-cols-pdf{
    width: 100%;
    height: 95%;
    display: flex;
    flex-wrap: wrap;
}

.config-pdf{
    width: 18%;
    height: 29%;
    border: 1px solid #1ddcf8;
    margin-left: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.config-inp{
    position: initial !important;
    opacity: 1 !important;
    pointer-events: initial !important;
    width: 20px;
    height: 20px;
}

.config-lbl{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 90%;
    height: 30%;
    color: black
}

.config-spn{
    font-size: 16px;
}

.config-save{
    border-radius: 20px;
    width: 200px;
    height: 40px;
    color: white;
    background-color: #1ddcf8;
    font-size: 20px;
    border: 0;
    margin-left: 10px;
    outline: none;
}


@media only screen and (max-width: 450px) {
    .config-title {
        width: 88%;
        height: 7%;
        margin-left: auto;
        margin-right: auto;
        font-size: 23px;
        padding-top: 2px;
        text-align: center;
    }

    .config-elm {
        width: 100%;
        height: 90%;
    }

    .config-pdf {
        width: 46%;
        height: 13%;
        border: 1px solid #1ddcf8;
        margin-left: 10px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        margin-bottom: 5px;
        align-items: center;
    }

    .config-lbl {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 90%;
        height: auto;
        color: black;
    }

}