
.container__block { /* Задаём свойства элементов HTML-класса «контейнер» */
    display: grid; /* Режим отображения меняем на «сетку» */

    border-radius: 5px; /* Скругляем углы на 5 пикселей */
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    column-gap: 1%;
    row-gap: 1%;
}
.container__block *{
    text-align: center; /* Контент размещаем в центре по горизонтали */
}
.folder__block__img{
    display: block;
    border: 1px solid #d2dee3;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}
.folder__img{
    height: 150px;
    width: 110px;
    padding: 20px 20px 20px 20px;
}



.block__delete{
    position: absolute;

    margin: 0 0 0 45px;
}


.block__search{
    margin: 0 0 20px 0;
}

.search_bar  {
    display: flex;
    max-width: 651px;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.search_bar input {
    height: 50px;
    line-height: 50px;
    padding: 0px 70px 0 20px !important;
    width: 500px;
    border: 2px solid #e7e7e7;
    background: transparent;
}

.btn-primary{
    color: #fff!important;
    background-color: #0d6efd!important;
    border-color: #0d6efd!important;
}
.btn {
    padding: 10px 10px!important;
}

.folder__block__img:hover {
    background: #ecf2f5 ;
}
.btn-primary.button{
    max-width: 170px;
    margin: 0 0 0 10px;
    height: 47px;
}

/***************************************************/
input-file-row {
    display: inline-block;
}
.input-file {
    position: relative;
    display: inline-block;
}
.input-file span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: .875rem;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    border-radius: 8px;
    background-color: #419152;
    line-height: 22px;
    height: 47px;
    padding: 10px 10px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
}

.input__button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: .875rem;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    border-radius: 8px;
    background-color: #0d6efd;
    line-height: 22px;
    height: 47px;
    padding: 10px 10px;
    box-sizing: border-box;
    border: none;
    margin: 0 0 0 20px;
    transition: background-color 0.2s;
}



.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

/* Focus */
.input-file input[type=file]:focus + span {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Hover/Active */
.input-file:hover span {
    background-color: #0f511d;
}
.input__button:hover  {
    background-color: #0047ac;
}




/* Disabled */
.input-file input[type=file]:disabled + span {
    background-color: #eee;
}

/* Список файлов */
.input-file-list {
    padding: 10px 0;
}
.input-file-list-item {
    margin-bottom: 10px;
}
.input-file-list-remove {
    color: red;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
}


/***************************************************/

.add__file{
    display: flex;
}

.block__file{
    display: flex;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 10px 5px 10px 5px;
    align-items: center;

}
.block__file:hover{
    background: #ecf2f5 ;
}

textarea:focus, input:focus {
    outline: none;
    border: 4px solid #9fc3fb;
}

.search__file{
    padding: 10px;
    margin: 0 0 30px 0;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.red{
    color: #444;
}
.red:hover{
    color: red;
}

table {
    width: 100%;
}
.content_block{
    width: 47%;
    position: fixed;
    top: 30px;
    right: 0;
}
.app-header{
    height: 0!important;
}
.delete__bl{
    position: absolute;
    height: 50px;
    top: 0;
    left: 0;
}

.delete__bl {
    position: absolute;
    height: 50px;
    top: 2px;
    left: -52px;
}
.delete__bl img{
    cursor: pointer;
    max-width: 50px;
}
.img__pdf img{
    max-width: 30px;
    height: 30px;
}
.img__pdf{
    margin:  0 10px 0 10px;
}
.back img {
    max-width: 50px;
    margin: 1rem 0 0 1rem;
    cursor: pointer;
}
.content_toggle{
    cursor: pointer;
}

