/* input {
    background: none;
} */


/* BUTTON ndfu_render_btn_select() */

.ndfu-uploader__btn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}
.ndfu-uploader__btn svg {
    display: flex;
    flex: 0 0 auto;
}
.new.ndfu-uploader__text {
    margin: unset;
}

.ndfu-uploader__btn .add_image_action--active {
    position: absolute;
    top: 200%;
    left: -50%;
    display: flex;
    z-index: 11;
}


.fileupload__content * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
}

.fileupload__content {
    position: relative;
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    padding: 0 15px;
}

#create_album_modal {
    z-index: 55555;
}

.upload-progress {
    display: flex;
    width: 100%;
    /* max-width: 650px; */
    min-width: 150px;
    height: 15px;
    outline: 1px solid blue;
}
.uploadProgress {
    width: 0;
    background: red;
}

.tg-0lax img{
    width: 100px;
    height: 150px;
    object-fit: contain;
}

.upload-file-progress {
    display: flex;
    width: 100%;
    height: 15px;
    outline: 1px solid blue;
}


.uploadFileProgress {
    width: 0;
    background: red;
}

table#changeFileTable th {
    /* word-break: unset; */
    width: 1px;
    word-break: normal;
}
table#changeFileTable td {
    word-break: unset;
    width: 1px;
    /* white-space: nowrap; */
 }
#changeFileTable {
    width: 100%;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    border-collapse: collapse;
    outline: 1px solid #e3e3e3;
    margin-top: 15rem;
}
#changeFileTable th {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    background-color: #F8F8F8;
    padding: 12px 10px;
}
#changeFileTable td{
	/* padding: 5px 10px;
	border: 1px solid #eee;
	text-align: left; */

    font-weight: 400;
    font-size: 14px;
    padding: 12px 10px;
}
#changeFileTable tbody tr:nth-child(odd){
	background: #fff;
}
#changeFileTable tbody tr:nth-child(even){
	background: #F7F7F7;
}
#changeFileTable thead {
    font-size: 16px;
}
#changeFileTable tbody {
    font-size: 14px;
}

#metaListTable {
	border: 1px solid #eee;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;


}
#metaListTable th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
#metaListTable td{
	padding: 5px 10px;
	border: 1px solid #eee;
	text-align: left;
}
#metaListTable tbody tr:nth-child(odd){
	background: #fff;
}
#metaListTable tbody tr:nth-child(even){
	background: #F7F7F7;
}


.coincidence  {
    position: relative;
    transform: scale(1);
}
.coincidence_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #000;
    color: #fff;
}
.fileupload_dragNdrop {
    width: 150px;
    height: 150px;
    border: 1px solid #2f6e5b;
    background-image: url(../icon/drag-and-drop.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.main_section_media.nd_upload__dropzone,
.main_section_media.nd_upload__dropzone {
    position: relative;
}
.main_section_media.nd_upload__dropzone--active {
    /* background: rgba(0, 0, 0, 0.10); */
    /* border: 2px dashed var(--green, rgba(50, 110, 91, 0.4)); */
    position: relative;
}
.nd_upload__dropzone--active::after {
    position: absolute;
    content: "";
    border-radius: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.10);
    border: 2px dashed var(--green, rgba(50, 110, 91, 0.4));
}
.col-lg-7 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin: 15px;
}

#labelUpload {
    display: flex;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #2f6e5b;
    background:#2f6e5b;
    height: 100%;
    color: #fff;
}



.action-image__inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;

}
.cancel-image {
    background: #bf0000;
    color: #fff;
}


/* .disabled {
    cursor:not-allowed;
    background: rgb(145, 145, 145);
} */

/* Drag And Drop */
.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none;
}
.box.is-dragover {
background-color: grey;
}

.box__input {
    position: relative;
    text-align: center;
}
.box__button
{
font-weight: 700;
color: #e5edf1;
background-color: #39bfd3;
display: block;
padding: 8px 16px;
margin: 40px auto 0;
}
.box__button:hover,
.box__button:focus
{
    background-color: #0f3c4b;
}



.box.has-advanced-upload {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.box {
    /* font-size: 1.25rem; */
    background-color: #c8dadf;
    position: relative;
}



.box.has-advanced-upload .box__icon {
width: 100%;
height: 80px;
fill: #92b0b3;
display: block;
margin-bottom: 40px;
overflow: hidden;
}
.box__file {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.box__file + label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 130px 0;
    width: 100%;
}_
.box.has-advanced-upload .box__dragndrop {
display: inline;
}
.box__button {
    font-weight: 700;
    color: #e5edf1;
    background-color: #39bfd3;
    display: block;
    padding: 8px 16px;
    margin: 40px auto 0;
}



#submitUpload {
    position: absolute;
    display: flex;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #2f6e5b;
    background: #2f6e5b;
    color: #fff;
    bottom: 50rem;
    left: 50%;
    transform: translateX(-50%);
}
/* Инпут вписать категорию */

#textCategory {
    display: flex;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #2f6e5b;
    color: #2f6e5b;
}
#textCategory::placeholder {
    color: #2f6e5b;

}

/* META MODAL */

.meta-modal {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.meta-modal__info {
    position: relative;
    display: flex;
    flex-direction: column;
    /* min-width: 420px; */
    max-width: 800px;
    height: auto;
    background: #fff;
    border-radius: 2%;
    padding: 8px;
    font-size: 12px;
    z-index: 5555;
}

.meta-modal__close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;

    top: -30px;
    right: 10px;

    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: rgb(15, 85, 21);
    color: #fff;
    cursor: pointer
}
.meta-modal__close:hover {
    background: rgb(7, 122, 17);
}


/* ACTION MODAL */

.modal_uploader {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100vh;
    height: 100%;
    background: rgba(61, 61, 61, 0.4);
    z-index: 555;
}
.modal_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 360px;
    min-height: 400px;
    width: 100%;
    height: 100%;
    max-width: 420px;
    max-height: 500px;
    padding: 15px;
    border-radius: 5%;
    background: #fff;
}
.modal_title p {
    text-align: center;
    font-size: 12px;
}
.modal_action {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
    font-size: 12px;
}
.modal_action__btn {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    font-size: 12px;
}
.modal_action label {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;

}
.modal_action button {
    text-align: center;
    padding: 10px 5px;
    font-size: 12px;
}

.image-previwe--after {
    overflow: hidden;
}

.modal_image-preview {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
}
.modal_image-preview img{
    display: flex;
    max-width: 365px;
}



/* single btn uploader */

.inputUploadBtn__block {
    margin: 15rem 0;
}
.inputUploadBtn__block p {
    font-size: 16px;
}



#btnUploadFiles {
    display: flex;
    /* justify-content: center; */
    /* gap: 12px; */
}

#inputUploadBtn  {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.btnFiles {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnFiles svg {
    width: 100%;
    height: 100%;
}


.fileUploader {
    position: relative;
    font-family: 'Proxima Nova';
    font-style: normal;
}
.fileUploader label{
    gap: 15px;
}
.ndmodal__header {
    padding: 15px;
}



.content__progress .ndmodal-content__preview {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100px;
    min-width: 100px;
    height: 100px;
}
.content__progress .ndmodal-content__preview img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* display: none; */
}
.content__progress .ndmodal-content__preview .prev_pdf {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*  */



.ndmodal-content.content__progress {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 10px;
    border-radius: 12px;
}
.ndmodal-content__progress {
    margin: auto 0 20px;
}
.ndmodal-content__progress p {
    margin-bottom: 10px;
    color: #444444;
    width: 400;
    font-size: 16px;
    font-family: 'Proxima Nova';
    font-style: normal;

}

.ndmodal-content__action {
    display: flex;
    flex-direction: row;
    gap: 5px;
    background-color: #fff;
    border-radius: 8px;
}
.fileUploader__progress {
    display: block;
    background: #B7BDCE;
    height: 4px;
    border-radius: 3px;
}
.fileUploader__progress span {
    display: block;
    background: #326E5B;
    height: 100%;
    border-radius: 3px;
    width: 0;
}
.ndmodal-content__footer {
    margin-top: auto;
    padding: 10px;
}




.ndmodal-ulpoad-progress {
    /* position: absolute; */
    right: 0;
    top: 100%;
    min-width: 320px;
    z-index: 5000;
    position: fixed;
	top: 200px;
	right: 60px;
}
@media screen and (max-width:650px) {
    .ndmodal-ulpoad-progress {
        top: 110px;
        right: 12px;
    }
}
.ndmodal-ulpoad-progress .ndmodal__header{
    padding: 9px 22px;
}
.ndmodal-ulpoad-progress .ndmodal-header__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
}
.ndmodal-ulpoad-progress .ndmodal-content__footer {
    display: flex;
    gap: 5px;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.12);
}
.ndmodal-ulpoad-progress .ndmodal-content__footer button {
    font-size: 14px;
    padding: 12px 24px;
}
.ndmodal-ulpoad-progress .ndmodal-content__action{
    flex-direction: column;
    width: 100%;
    background: transparent;
}
.ndmodal-ulpoad-progress .ndmodal-content__action .nd-preloader{

}

.ndmodal-ulpoad-progress .ndmodal-content__action .nd-preloader .nd-preloader-layer-1{
    width: 30px;
    height: 30px;
}

.ndmodal-ulpoad-progress .ndmodal-content__action .nd-preloader .nd-preloader-layer-2{
    width: 20px;
    height: 20px;
}

.ndmodal-ulpoad-progress .ndmodal-content__action .nd-preloader .nd-preloader-layer-3 {
    width: 10px;
    height: 10px;
}
.ndmodal-ulpoad-progress .success_message,
.ndmodal-ulpoad-progress .error_message {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #B7BDCE;
}
.ndmodal-ulpoad-progress .error_message {
    color: #946F9C;
}



.ndmodal-ulpoad-results {
    position: absolute;
    right: -100%;
    z-index: 15;
    background: #fff;
    border-radius: 12px;

}
.content__results.content__results {
    gap: 25px;
    padding: 35px 10px 22px;

}
.content__results .ndmodal-content__preview {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* max-width: 100px; */
    /* max-height: 100px; */
    gap: 5px;

}
.content__results .ndmodal-content__preview .image-preview__upload{
    min-width: 75px;
    max-width: 155px;
    height: 100px;
    flex: 0 0 32.5%;
    display: flex;
}
.content__results .ndmodal-content__preview .image-preview__upload img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.content__results .ndmodal-content__preview .image-preview__upload .prev_pdf {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content__results .ndmodal-content__preview .image-preview__upload.image-preview__upload--more {
    position: relative;
}
.image-preview__upload--more a{
    font-family: Proxima Nova;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;

}





.upload-more__count {
    position: absolute;
    content: "";
    color: #fff;
    font-size: 20px;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.ndmodal-ulpoad-folders .ndmodal__inner{
    width: 715px;
}
.ndmodal-ulpoad-folders .ndmodal-content{
    padding: 35px 60px 22px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.ndmodal-ulpoad-folders .ndmodal-content__prompt{
    margin-bottom: 20px;
}
.ndmodal-ulpoad-folders .ndmodal-content__footer{
    margin-top: 42px;
    display: flex;
    justify-content: center;
}
.ndmodal-ulpoad-folders .create-folder{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 0px 0px;
    margin: 25px 32px 15px;
}
.ndmodal-ulpoad-folders .create-folder svg {
    width: 40px;
    height: 40px;
}

.ndmodal-content__current-folders {
    max-height: 260px;
    overflow: hidden;
    overflow-y: scroll;

    min-height: 260px;
}
.ndmodal-content__current-folders::-webkit-scrollbar-thumb {
    background: #B7BDCE;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 1px #B7BDCE;
}
.ndmodal-content__current-folders::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}
.ndmodal-content__current-folders::-webkit-scrollbar-track {
    -webkit-box-shadow: unset;
    border-radius: 8px;
}
.ndmodal-content__folders {
    width: 100%;
}
.ndmodal-content__folders ul{
    display: flex;
    flex-direction: column;
    gap: 15px;

}

.ndmodal-content__folders li {
    display: flex;
    flex-direction: column;
}
.ndmodal-content__folders ul.children {
    margin-left: 40px;
}

.ndmodal-content__folders ul.folder-children {
    display: none;
}



.folder-item .selectit.inputCheckbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.folder-item .selectit.inputCheckbox div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;

}
.folder-item .selectit.inputCheckbox div img,
.folder-item .selectit.inputCheckbox div svg:first-child {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    flex: 1 0 auto;
}



.folder-item div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.folder-svg--active {
    transform: rotate(180deg);
}
.ndmodal-content__folders ul.folder-children.folder-dropdonw--active {
    display: flex;
}

/* search folders */

.search-folders {
    position: relative;
    width: 100%;
}
.search-folders svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}


/*  */

.file_uploader_previe_progress {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #E9EBF0;
    width: 100%;
    height: 100%;
}
.UploadFilesStreamProgress {
    display: flex;
    flex-direction: column;
    gap: 9px;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #444444;
    width: 240px;
}
.ndmodal .UploadFilesStreamProgress p {
    text-align: center;
}
.ndmodal .UploadFilesStreamProgress .button-action {
    padding: 18px 24px;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

/* FIX FOR NEW GALLERY */
.svg_arrow.rotated {
    transform: rotate(180deg);
    transform-origin: center
}
li.cat-item-none {
    display:none;
}
/* END */

@media only screen and (max-width: 650px) {
    #btnUploadFiles {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        width: 45px;
        height: 45px;
        padding: 10px;
        border-radius: 50%;
        box-shadow: 0px 2px 12px rgb(0 0 0 / 12%);
    }
    #btnUploadFiles p.new {
        display: none;
    }
    /* #open_create_modal {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        width: 45px;
        height: 45px;
        padding: 10px;
        border-radius: 50%;
        box-shadow: 0px 2px 12px rgb(0 0 0 / 12%);
    } */
    #open_create_modal p.new {
        /* display: none; */
    }
    /* #tabs-nav li:first-child {
        order: 1;
    }
    #tabs-nav li:nth-child(2) {
        order: 2;
    }
    #tabs-nav > li:nth-child(3) {
        display: none;
    }
    #tabs-nav > li:nth-child(4) {
        display: none;
    } */
    .ndmodal-ulpoad-progress {
        left: unset;
        width: 323px;
        /* transform: translateX(-50%); */
    }
    .ndmodal-ulpoad-results {
        right: -15%;
        width: 325px;
    }
    .ndmodal-content__action {
        padding: 10px 8px;
        width: 100%;
    }
    .content__results .ndmodal-content__preview .image-preview__upload {
        min-width: 75px;
        max-width: 100%;
        height: 100px;
        flex: 0 0 calc(50% - 5px);
        gap: 5px;
        display: flex;
    }
    .ndmodal-ulpoad-folders .ndmodal-content{
        padding: 25px;
    }
    .ndmodal-content__folders {
        width: 100%;
    }
    .ndmodal-content__folders ul.folder-children.folder-dropdonw--active {
        margin-top: 15px;
    }

    .ndmodal-ulpoad-folders .ndmodal-content__footer button {
        width: 100%;
    }

    .ndmodal-ulpoad-progress .ndmodal-content__footer {
        flex-direction: column;
    }
    .ndmodal-content__current-folders {
        max-height: 150px;
        overflow: hidden;
        overflow-y: scroll;

        min-height: 150px;
    }

    .ndmodal-ulpoad-folders .ndmodal__header {
        padding: 9px 22px;
    }
}

.upload_type_warning {
    background: white;
	padding: 12px 60px;
	border-radius: 15px;
    width: 100%;
}

p.new_grey {
    color: #b1b1b1!important;
    font-size: 14px!important;
}

@media screen and (max-width: 650px) {
    .upload_type_warning {
        position: absolute;
        background: white;
        padding: 12px 14px;
        border-radius: 0px;
        /* z-index: 5; */
        bottom: 0;
    }
    p.new_grey {
        text-align: center!important;
    }
}
.ndmodal-content__error {
    display: flex;
    /* width: 339px; */
    /* min-width: 100%; */
    margin: 15px 10px;
    gap:8px;
    padding: 8px 10px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background: var(--white, #FFF);
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.ndmodal-content__error span {
    margin-bottom: 0px !important;
    margin-right: auto;
    font-size: 12px;
    color: #bf0000;
}

.error_ul_modal {
    width: 410px;
    margin: 0 auto;
}
.error_li_item {
    padding: 16px 0;
    width: 410px;
    border-bottom: solid 1px rgba(183, 189, 206, .3);
}
.error_li_item:last-child {
    border-bottom: none;
}
.main_err_info {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
}

.err_filename {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 6px;
}

.ext_size {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.ext_size span{
    color: var(--gray, #B7BDCE);
    margin-left: 6px;
}

.info_error_red {
    color: #bf0000;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.errors_btn {
    display: flex;
    flex-flow: row;
    width: 410px;
    margin: 0 auto;
    justify-content: center;
}

.errors_btn input {
    margin: 0 !important;
    max-width: 190px !important;
}


.select_file_btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #fff;
    border-radius: 100px;
}

input[select-from-device] {
    display: none;
}
[data="crop-image-container"]  {
    position: relative;
    cursor: pointer;
}
[data="crop-image-container"] .select_file_btn {
    width: 56px;
    height: 56px;
    border-radius: 30px;
    border: 1px solid #B7BDCE;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    bottom: -30px;
    left: 50%;
    top: unset;
    transform: translateX(-50%);
    flex: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}



.select_file_btn__actions {
    border-radius: 25px;
    background: #FFF;
    padding: 22px 15px;
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
    position: absolute;
    left: 50%;
    translate: -20%;
    top: 125%;
    z-index: 15;
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
    justify-content: center;
}
.select_file_btn__actions i {
    display: block;
    width: 24px;
    height: 24px;
}
.select_file_btn__actions i::before {
    background: #B7BDCE;
}
.select_file_btn__action{
    align-items: center;
    flex-flow: row nowrap;
    gap: 8px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
.select_file_btn__action:hover p {
    color: #B7BDCE;
}






@media only screen and (max-width: 650px) {

    .errors_btn {
        display: flex;
        flex-flow: row wrap;
        max-width: 100%;
        margin: 0 auto;
    }

    .errors_btn input {
        margin: 0 !important;
        width: 100% !important;
        max-width: 190px;
    }

    .modal_wrapper.err_wrapper.attachment_modal {
        height: unset;
        width: 100%;
        /* margin: 0; */
        margin-top: auto;
        position: absolute;
        bottom: 0;
        padding-bottom: 20px;
    }
    h3.err_wrapper_title {
        font-size: 20px!important;
		line-height: 25px !important;
		max-width: 70% !important;
		text-align: center !important;
    }
}