html, body {
    height: 100%;
}
body {
    font-size: 16px;
}
.top-panel {
    width: 100%;
    display: flex;
    justify-content: end;
}
.logout {
    padding: 5px 7px;
}
label {
    font-size: 14px !important;
    position: relative;
}
.red {
    color: red;
}
.hidden {
    display: none !important;
}
#preview-upload-photo-bl {
    /* border: 1px solid #eee;
    padding-top: 10px;
    padding-left: 10px; */
}
.upload-photo {
    width: 200px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #000;
}
.form-signin {
    max-width: 330px;
    padding: 10px;
}
.n-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.n-loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3edb34; 
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 2s linear infinite;
    z-index: 99999;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.title-id {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
#id-val, #id-val-res {
    font-size: 28px;
    display: inline-block;
    padding: 10px 20px;
    background: #78e29d;
}
.field {
    margin-bottom: 10px;
}
.field2 {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
#error-files-msg {
    pointer-events: none;
    display: block;
    opacity: 1;
    transition: opacity .3s ease;
    border-radius: 8px;
    font-size: 13px;
    background: #b10606;
    padding: .5em 1em;
    color: #fff;
}
.visibleblock {
    display: block !important;
}

.last-add-list-nelikvid-item {
    display: flex;
}
.last-add-list-nelikvid-item img {
    height: 80px;
}
.last-add-list-nelikvid-item-img {
    margin-right: 10px;
    width: 64px;
    overflow: hidden;
}
.last-add-list-nelikvid-item-date {
    margin-bottom: 10px;
    font-size: 13px;
}

.hint-block {
    display: inline-block;
}
.hint-icon {
    cursor: pointer;
    display: block;
    width: 17px;
    height: 17px;
    font-size: 16px;
    border: 1px solid blue;
    font-weight: bold;
    border-radius: 17px;
    text-align: center;
    margin-left: 5px;
    background: #ccc;
    line-height: 14px;
}
.hint-message {
    display: none;
    position: absolute;
    z-index: 10;
    background: #eee;
    padding: 10px;
    width: 250px;
    text-align: left;
    top: 20px;
    left: 0;
    outline: 1px solid #000;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.hint-icon-close {
    display: block;
    width: 17px;
    height: 17px;
    position: relative;
    top: -13px;
    right: -221px;
    margin-bottom: -16px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #000;
}
/* .hint-icon-close::after {
    content: "X";
    cursor: pointer;
    display: block;
    width: 17px;
    height: 17px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-left: 5px;
    position: absolute;
    color: #000;
} */
.hint-message.act {
    display: block;
}