body, html {
    height: 100%;
}

#root {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.my-parent-center {
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    top: 0;
    left: 0;
    overflow: auto;
}

.my-block-center {
    height: 250px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.my-footer-p {
    font-size: 10px;
    margin-bottom: 0;
}

.fileLoadInput {
    display: none;
}

.fileLoadInputWrapper {
    background: gray;
    position: relative;
    cursor: pointer;
}

.fileLoadInputOverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}

/*.dropdown-menu-right {*/
/*    right: 0; left: auto;*/
/*}*/