/*#v-pills_vypuski img, div[name="editArticleModal"] img{
    height: 20px;
    width: 20px;
    margin-top: 8px;
    margin-left: 5px;
    cursor: pointer;
}*/

/*div[name="file_list"]{
    display: grid;
}*/

div[name='article_form'] div[name="editArticle"]{
    margin-bottom: 50px;
}

div[name='article_form'] button[name="save_article"]{
    margin-left: 30%;
}

div[name='article_form'] #editArticleAccordion{
    margin: 20px 0 20px 0;
}

div[name='article_form'] #btn-back-to-top{
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: none;
}

span[name="fullInfoIcon"]{
    margin-left: 40%;
    font-size: 20px;
    cursor: pointer;
}

#articleDOIspan{
    top: 0;
    cursor: pointer;
}

div[name='langModal'] {
    margin-top: 10px;
    margin-left: 25px;
}

div[name='langModal'] > div.custom-radio {
    padding-right: 15px;
}

.spnr{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(164, 164, 234, 0.5);
    z-index: 4444;
}

.spinner-border{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    width: 3rem;
    height: 3rem;
}


