/*-------------general-------------*/
.protect_wordpress_files_wizard .container.top{
    margin-top: 20px;
}
.protect_wordpress_files_wizard h1, 
.protect_wordpress_files_wizard .h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.protect_wordpress_files_wizard .pr-5, 
.protect_wordpress_files_wizard .px-5 {
    padding-right: 3rem !important;
}
.protect_wordpress_files_wizard .mr-2, 
.protect_wordpress_files_wizard .mx-2 {
    margin-right: 0.5rem !important;
}
.protect_wordpress_files_wizard img {
    vertical-align: middle;
    border-style: none;
}
.protect_wordpress_files_wizard p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.protect_wordpress_files_wizard .btn,
.protect_wordpress_files_upload .btn{
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #212529;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.protect_wordpress_files_wizard .btn-success,
.protect_wordpress_files_upload .btn-success{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    background-image: linear-gradient(to right, #7CCF6F, #4FC77F);
}
.protect_wordpress_files_wizard .color434F5E{
    color: #fff;
    background-color: #434F5E;
    border-color: #434F5E;
    background-image: linear-gradient(to right, #434F5E, #434F5E);
    color: #fff !important;
}
.protect_wordpress_files_wizard .ins-txt-shadow {
    text-shadow: 0px 0px 10px rgba(32, 76, 235, 0.1);
}
.protect_wordpress_files_wizard .color697B90 {
    color: #697B90;
}
.protect_wordpress_files_wizard .btn.btn-transparent {
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    border-color: #E4E9FD;
}
.protect_wordpress_files_wizard .button.return-link{
    display: block;
    position: absolute;
    right: 88px;
}
.protect_wordpress_files_wizard .dashicons{
    padding-top: 5px;
}
/**************************************Upload-area************************************/
.protect_wordpress_files_upload{
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    width: 95%;
}
.notice, 
div.error, 
div.updated, 
.notice-error, 
div.error,
.update-nag{ display: none !important; }
.protect_wordpress_files_upload .js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.protect_wordpress_files_upload .inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}
.protect_wordpress_files_upload .inputfile{
    display: none;
}
.protect_wordpress_files_upload .inputfile:focus + label,
.protect_wordpress_files_upload .inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.protect_wordpress_files_upload .inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.protect_wordpress_files_upload .inputfile + label {
    color: #f1e5e6;
    background-color: #5561fd;
    opacity: 0.80;
}
.protect_wordpress_files_upload .inputfile:focus + label,
.protect_wordpress_files_upload .inputfile.has-focus + label,
.protect_wordpress_files_upload .inputfile + label:hover {
    background-color: #5561fd;
    opacity: 0.30;
}
.protect_wordpress_files_upload .btn-submit .btn-submit:disabled{
    opacity: 0.65;
    cursor: not-allowed;
}
/**************************************Progress Bar************************************/
.protect_wordpress_files_upload .progressbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background:#eee;
    height:35px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}
.protect_wordpress_files_upload .progressbar-title {
    position:absolute;
    top:0;
    left:0;
    width:110px;
    font-weight:bold;
    font-size:13px;
    color:#ffffff;
    background:#6adcfa;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}
.protect_wordpress_files_upload .progressbar-title span {
    display:block;
    background:rgba(0, 0, 0, 0.1);
    padding:0 20px;
    height:35px;
    line-height:35px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}
.protect_wordpress_files_upload .progressbar-bar {
    height:35px;
    width:0;
    background:#6adcfa;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.protect_wordpress_files_upload .progressbar-bar-percent {
    position:absolute;
    right:10px;
    top:0;
    font-size:11px;
    height:35px;
    line-height:35px;
    color:#ffffff;
    color:rgba(0, 0, 0, 0.4);
}
.protect_wordpress_files_upload .progress-msg .fa,
.protect_wordpress_files_upload .progress-msg span{
    font-size: 16px !important;
    color: #20BAFC;
}
.protect_wordpress_files_upload .uploaded_link{
    position: relative;
}
.protect_wordpress_files_upload .uploaded_link input[type="text"]{
    font-size: 20px;
    width: 100%;
}
.protect_wordpress_files_upload .uploaded_link .copy-linkage{
    position: absolute;
    right: -1px;
    top: 0px;
    padding: 8px;
}
.protect_wordpress_files_upload .copy_message{
    padding: 10px;
    background: green;
    color: #fff;
    border: 1px solid green;
    margin-top: 5px;
}