/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline;}.container-inline .details-wrapper{display:block;}
.clearfix:after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li:after{content:", ";}.item-list__comma-list li:last-child:after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon:before{display:block;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:20px;}.system-status-counter__status-icon--error:before{background-image:url(/themes/contrib/stable/images/core/icons/e32700/error.svg);}.system-status-counter__status-icon--warning:before{background-image:url(/themes/contrib/stable/images/core/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked:before{background-image:url(/themes/contrib/stable/images/core/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/themes/contrib/stable/images/core/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/themes/contrib/stable/images/core/icons/787878/twistie-up.svg);}
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:1.5em;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 5px 2px;background:transparent url(/themes/contrib/stable/images/core/throbber-active.gif) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1000;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/themes/contrib/stable/images/core/loading-small.gif);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
/* @license MIT https://github.com/enyo/dropzone/blob/master/LICENSE */
@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0px)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:1px solid rgba(0,0,0,.8);border-radius:5px;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:3em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom,#eee,#ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:rgba(255,255,255,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{transform:scale(1.05,1.05);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(0.77,0,0.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;animation:slide-in 3s cubic-bezier(0.77,0,0.175,1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px;background:rgba(0,0,0,.8);border-radius:50%}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px;fill:#fff}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:20px;top:50%;margin-top:-10px;left:15%;right:15%;border:3px solid rgba(0,0,0,.8);background:rgba(0,0,0,.8);border-radius:10px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#fff;display:block;position:relative;height:100%;width:0;transition:width 300ms ease-in-out;border-radius:17px}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#b10606;padding:.5em 1em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #b10606}
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.typify-consent-bar{width:100%;position:fixed;bottom:0;left:0;z-index:9999;background:#f9f9f9;padding:60px;}.typify-consent-bar .typify-consent-bar-content{padding-left:120px;background-image:url(/modules/typify/typify_consent_mode/img/cookies.svg);background-size:83px;background-repeat:no-repeat;}.typify-consent-bar .bar-title{color:#333;overflow:hidden;position:relative;font-size:28px;font-weight:600;width:-moz-fit-content;width:fit-content;margin-bottom:20px;}.typify-consent-bar .bar-description{font-size:16px;margin-bottom:40px;}.typify-consent-bar.hidden{display:none;}.typify-consent-bar .typify-content-manage{margin-bottom:40px;}.typify-consent-bar .typify-content-manage .typify-content-manage-item input[type=checkbox]{display:none;}.typify-consent-bar .typify-content-manage label{color:#222222;font-weight:500;font-size:18px;padding-left:40px;background:url(/modules/typify/typify_consent_mode/img/unchecked.svg) no-repeat 0 50%;}.typify-consent-bar .typify-content-manage label.active,.typify-consent-bar .typify-content-manage label.default{background:url(/modules/typify/typify_consent_mode/img/checked.png) no-repeat 0 50%;}.typify-consent-bar .typify-content-manage label span{font-weight:400;}.typify-consent-bar .typify-content-manage.hidden{display:none;}.typify-consent-bar .button{text-transform:initial;font-size:16px;}.typify-consent-bar .button.hidden{display:none;}.typify-consent-bar .button.manage,.typify-consent-bar .button.changes{border:solid 2px #1e1e1e;margin-right:10px;color:#1e1e1e;}.typify-consent-bar .button.accept{background-color:#1e1e1e;border:solid 2px #1e1e1e;color:#fff;}.typify-consent-bar .button.accept:hover,.typify-consent-bar .button.accept:focus,.typify-consent-bar .button.accept:active{border:2px solid #1e1e1e;}@media (max-width:768px){.typify-consent-bar{padding:20px;}.typify-consent-bar .bar-title{font-size:22px;margin-bottom:10px;}.typify-consent-bar .bar-title:after{height:10px;bottom:5px;}.typify-consent-bar .bar-description{font-size:14px;margin-bottom:20px;}.typify-consent-bar .typify-consent-bar-content{padding-top:70px;padding-left:0;background-size:53px;}.typify-consent-bar .typify-content-manage{margin-bottom:20px;}.typify-consent-bar .typify-content-manage label{font-size:14px;padding-left:30px;background:url(/modules/typify/typify_consent_mode/img/unchecked.svg) no-repeat 0 0;}.typify-consent-bar .typify-content-manage label.active,.typify-consent-bar .typify-content-manage label.default{background:url(/modules/typify/typify_consent_mode/img/checked.png) no-repeat 0 0;}.typify-consent-bar .typify-consent-bar__actions{display:flex;flex-direction:column;gap:10px;}.typify-consent-bar .typify-consent-bar__actions .button{margin:0;font-size:14px;}}
.tfo-box{padding:40px;background-color:#fff;}.tfo-box .box-title{margin-bottom:10px;color:#555555;}.tfo-box .fields-wrapper .form-item{display:inline-block;margin-top:0;}.tfo-box .fields-wrapper .form-item input,.tfo-box .fields-wrapper .form-item select{border-radius:5px;}.tfo-box .fields-wrapper .form-item-search{max-width:calc(100% - 440px);}.tfo-box .fields-wrapper .form-item-category{min-width:250px;}.tfo-box .fields-wrapper .button{margin:0;width:170px;}.search-count-box{position:absolute;bottom:-190px;left:80px;right:80px;}.tfo-count-clear{padding:30px 0;margin:0 0 10px 0;}.tfo-count-clear .form-wrapper{display:inline-block;}.tfo-count-clear .form-wrapper.clear-wrapper{float:right;color:#888888;}.tfo-count-clear .count-wrapper{color:#555555;}.tfo-count-clear .count-wrapper .count{font-weight:500;}.tfo-count-clear .clear-filter-link{font-size:16px;color:#888888;}.tfo-count-clear .clear-filter-link:hover{color:#cc0706;text-decoration:none;}.tfo-no-results{padding:50px 80px 40px;min-height:300px;}.tfo-results-wrapper .form-item.form-type-checkbox input{display:block;height:24px;width:24px;}.tfo-results-wrapper .table-wrapper{overflow-x:auto;}.tfo-results-wrapper .table-select{width:100%;position:relative;border-spacing:0 10px;border-collapse:separate;}.tfo-results-wrapper .table-select thead{font-size:16px;margin-bottom:30px;position:relative;}.tfo-results-wrapper .table-select thead:after{content:"";height:1px;width:100%;display:block;position:absolute;left:0;right:0;top:70px;background-color:#888888;}.tfo-results-wrapper .table-select th{color:#555555;padding:8px 20px 25px;font-weight:400;}.tfo-results-wrapper .table-select th.download-all{height:74px;}.tfo-results-wrapper .table-select th.download-all.active button{display:inline-block;}.tfo-results-wrapper .table-select th.download-all button{display:none;}.tfo-results-wrapper .table-select th:first-of-type{width:5%;}.tfo-results-wrapper .table-select th.col-type{width:5%;}.tfo-results-wrapper .table-select th:last-of-type{width:17%;}.tfo-results-wrapper .table-select th.col-size,.tfo-results-wrapper .table-select th.col-created{width:10%;}.tfo-results-wrapper .table-select th.col-created{width:14%;}.tfo-results-wrapper .table-select tr input[type=checkbox]{height:22px;width:22px;position:relative;margin:auto;}.tfo-results-wrapper .table-select tr input[type=checkbox]:after{display:block;content:"";height:24px;width:24px;top:-1px;left:-1px;right:0;bottom:0;position:absolute;background-image:url(/modules/typify/typify_files_overview/img/icons/checkbox.png);background-repeat:no-repeat;background-position:center;background-size:contain;}.tfo-results-wrapper .table-select tr.active input[type=checkbox]:after{background-image:url(/modules/typify/typify_files_overview/img/icons/checkbox-active.png);}.tfo-results-wrapper .table-select tbody{width:100%;}.tfo-results-wrapper .table-select .file-row{overflow:hidden;border:1px solid red;}.tfo-results-wrapper .table-select .file-row td{color:#555555;padding:10px 20px;background-color:#fff;border:1px solid #fff;border-right:0;border-left:0;}.tfo-results-wrapper .table-select .file-row td:first-of-type{border-left:1px solid #fff;border-radius:5px 0 0 5px;}.tfo-results-wrapper .table-select .file-row td:last-of-type{border-right:1px solid #fff;border-radius:0 5px 5px 0;}.tfo-results-wrapper .table-select .file-row td.col-size,.tfo-results-wrapper .table-select .file-row td.col-created{font-size:14px;}.tfo-results-wrapper .table-select .file-row td .file-icon{background-image:url(/modules/typify/typify_files_overview/img/icons/file-DOC.png);}.tfo-results-wrapper .table-select .file-row td .file-icon.type-pdf{background-image:url(/modules/typify/typify_files_overview/img/icons/file-PDF.png);}.tfo-results-wrapper .table-select .file-row td .file-icon.type-jpg{background-image:url(/modules/typify/typify_files_overview/img/icons/file-JPG.png);}.tfo-results-wrapper .table-select .file-row td .file-icon.type-png{background-image:url(/modules/typify/typify_files_overview/img/icons/file-PNG.png);}.tfo-results-wrapper .table-select .file-row td .file-icon.type-pptx{background-image:url(/modules/typify/typify_files_overview/img/icons/file-PPTX.png);}.tfo-results-wrapper .table-select .file-row td .file-icon.type-xlsx{background-image:url(/modules/typify/typify_files_overview/img/icons/file-XLSX.png);}.tfo-results-wrapper .table-select .file-row td .file-icon.type-mp4{background-image:url(/modules/typify/typify_files_overview/img/icons/file-MP4.png);}.tfo-results-wrapper .table-select .file-row .form-type-checkbox{height:24px;width:24px;}.tfo-results-wrapper .table-select .file-row .form-type-checkbox input{opacity:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;}.tfo-results-wrapper .table-select .file-row.selected td{border-color:#cc0706;}.tfo-results-wrapper .table-select .file-row.selected td:first-of-type{border-left:1px solid #cc0706;}.tfo-results-wrapper .table-select .file-row.selected td:last-of-type{border-right:1px solid #cc0706;}.tfo-results-wrapper .table-select .file-row.selected td.col-name{font-weight:500;}.tfo-results-wrapper .form-wrapper{margin-bottom:40px;}.tfo-results-wrapper .form-wrapper:last-of-type{margin-bottom:0;}.tfo-results-wrapper .form-wrapper h2{margin-bottom:30px;}@media screen and (max-width:991px){.tfo-box .fields-wrapper .form-item-search{max-width:100%;width:100%;}}@media screen and (max-width:576px){.tfo-results-wrapper .table-select th:first-of-type,.tfo-results-wrapper .table-select .file-row td:first-of-type{padding-right:0;}.tfo-results-wrapper .table-select .col-type,.tfo-results-wrapper .table-select .col-created,.tfo-results-wrapper .table-select .col-size{display:none;}.tfo-results-wrapper .table-select .with-download,.tfo-results-wrapper .table-select .download-btn{position:relative;text-indent:-999px;width:40px;}.tfo-results-wrapper .table-select .with-download i,.tfo-results-wrapper .table-select .download-btn:before{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;}}
