

/* Start:/local/templates/imc/components/imc/docs_list/.default/style.css?1760098391538*/


.imc-doc-list .imc-loader {
    width: 48px;
    height: 48px;
    border: 5px solid #dbe5ff;
    border-bottom-color:  #1c58ff;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

@keyframes rotation {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
} 

.documents__list .documents__item {
	cursor: initial;
}
a.documents__name  {
	color: var(--colorMain);
	text-decoration: none;
	cursor: pointer;
}
/* End */
/* /local/templates/imc/components/imc/docs_list/.default/style.css?1760098391538 */
