
header.pf-v5-c-masthead{
    background-color: #EEF1FE !important;
    color: #000000 !important;
}

.cs_decode_result_block_h3{
    margin-bottom: 8px;
}
.cs_decode_result_block_textarea{
    border: none;
    width: 100%;
    outline: none;
    border-radius: 10px;
    white-space: pre-line;
    resize: none;
    line-height: 1.5;
}
.cs_decode_result_block_textarea:focus{
    border: 1px solid black;
}

.cs-drop-file-block{
    position: relative;
    display: inline-block;
    max-width: 158px;
}
.cs-drop-file-block-btn{
    position: relative;
    display: block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    border-radius: 4px;
    background-color: #06c;
    line-height: 22px;
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #06c;
    margin: 0;
    transition: background-color 0.2s;
    min-width: 162px;
}
.cs-drop-file-block-btn--light{
    background-color: transparent;
    color: #06c;
}
.cs-drop-file-block-text{
    padding: 0 10px;
    display: block;
    margin-top: 10px;
}
.cs-drop-file-block input{
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.app-preloader-lib{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.3);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app-preloader-lib:after{
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    animation: app-preloader-lib-spin 2s linear infinite;
    top: 50%;
}
@keyframes app-preloader-lib-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.app-files-manager{
    display: flex;
}
.app-files-manager__row{
    flex-shrink: 0;
}
.app-files-manager__row:first-child{
    margin-right: 25px;
}
.app-files-disk{
    border: 1px solid #cccccc;
    padding: 15px;
    margin-bottom: 25px;
}
.app-files-disk-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}
.app-files-disk-body{

}

.cs-answer-row-link{
    visibility: hidden;
}
.cs-answer-row:hover .cs-answer-row-link{
    visibility: visible;
}

.cs-answer-float-menu{
    position: absolute;
    top: 6px;
    right: 6px;
    display: none;
    z-index: 5;
}
.cs-answer-row:hover .cs-answer-float-menu{
    display: block;
}