@charset "UTF-8";.cmcdrive-btn{cursor:pointer;width:-moz-max-content;width:max-content;display:flex;align-items:center;color:#fff;padding:8px 12px;border-radius:30px;border:1px solid transparent;line-height:1;text-decoration:none;transition:all .2s ease-in-out;font-size:.875rem;gap:7px}.cmcdrive-btn .cmcdrive-spinner{margin:2px 10px 0 0}.cmcdrive-btn.btn-primary{background-color:#2f7df6}.cmcdrive-btn.btn-primary:hover{color:#fff;background-color:#0a61e8}.cmcdrive-btn.btn-secondary{background-color:#5c637e;border-color:#5c637e;color:#fff}.cmcdrive-btn.btn-secondary:hover{background-color:#4b5266}.cmcdrive-btn.btn-success{background-color:#00d084;border-color:#00d084}.cmcdrive-btn.btn-success:hover{color:#fff;background-color:#00c674}.cmcdrive-btn.btn-warning{background-color:#f9d6b7;color:#a65300}.cmcdrive-btn.btn-warning:hover{background-color:#fc9;color:#c60}.cmcdrive-btn.btn-danger{background-color:#fee2e2;color:#dc2626;border:1px solid #fca5a5}.cmcdrive-btn.btn-danger:focus,.cmcdrive-btn.btn-danger:hover{background-color:#fecaca;color:#b91c1c;border-color:#f87171}.cmcdrive-btn.btn-danger:active{background-color:#fca5a5;color:#991b1b}.cmcdrive-btn.btn-info{background-color:#b4d8e7;color:#1f4e6e}.cmcdrive-btn.btn-info:hover{background-color:#00a5e6;color:#00558f}.cmcdrive-btn.btn-light{background-color:#f1f1f1;border-color:#f1f1f1}.cmcdrive-btn.btn-light:hover{background-color:#e6e6e6}.cmcdrive-btn.btn-dark{background-color:#0071e6;border-color:#0071e6}.cmcdrive-btn.btn-dark:hover{background-color:#0058c6;color:#fff}.cmcdrive-btn.btn-link{background-color:transparent;border-color:transparent;color:#0071e6}.cmcdrive-btn.btn-link:hover{color:#0058c6}.cmcdrive-btn.btn-outline-primary{background-color:transparent;border-color:var(--cmcdrive-color-primary);color:var(--cmcdrive-color-primary)}.cmcdrive-btn.btn-outline-primary:hover{background-color:var(--cmcdrive-color-primary);color:#fff}.cmcdrive-btn.btn-outline-secondary{background-color:transparent;border-color:#f1f1f1;color:#f1f1f1}.cmcdrive-btn.btn-outline-secondary:hover{background-color:#f1f1f1;color:#fff}.cmcdrive-btn.btn-outline-success{background-color:transparent;border-color:#00d084;color:#00d084}.cmcdrive-btn.btn-outline-success:hover{background-color:#00d084;color:#fff}.cmcdrive-btn.btn-outline-warning{background-color:transparent;border-color:#ffc800;color:#ffc800}.cmcdrive-btn.btn-outline-warning:hover{background-color:#ffc800;color:#fff}.cmcdrive-btn.btn-outline-danger{background-color:transparent;border-color:#ff5b5b;color:#ff5b5b}.cmcdrive-btn.btn-outline-danger:hover{background-color:#ff5b5b;color:#fff}.cmcdrive-btn.btn-outline-info{background-color:transparent;border-color:#00b5ff;color:#00b5ff}.cmcdrive-btn.btn-outline-info:hover{background-color:#00b5ff;color:#fff}.cmcdrive-btn.btn-outline-light{background-color:transparent;border-color:#f1f1f1;color:#f1f1f1}.cmcdrive-btn.btn-outline-light:hover{background-color:#f1f1f1;color:#fff}.cmcdrive-btn.btn-outline-dark{background-color:transparent;border-color:#0071e6;color:#0071e6}.cmcdrive-btn.btn-outline-dark:hover{background-color:#0071e6;color:#fff}.cmcdrive-btn.btn-outline-link{background-color:transparent;border-color:#0071e6;color:#0071e6}.cmcdrive-btn.btn-outline-link:hover{background-color:#0071e6;color:#fff}.cmcdrive-btn.disabled{color:#999;cursor:not-allowed;background:#f1f1f1!important;border-color:#ccc}.cmcdrive-tooltip{z-index:9999999!important}.cmcdrive-tooltip:before{z-index:-1!important}.cmcdrive-tooltip.react-tooltip__show{opacity:1!important;visibility:visible!important}.cmcdrive-notice{border-radius:5px;border:1px solid #f1f1f1;border-left-width:5px;background:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);padding:10px 12px;margin:10px 0;display:flex}.cmcdrive-notice .cmcdrive-notice-content{margin:0;text-align:left;font-size:13px;line-height:1.5;color:#757575}.cmcdrive-notice .cmcdrive-notice-content p{margin:7px 0;line-height:normal}.cmcdrive-notice .cmcdrive-notice-content h5{margin:5px 0;font-weight:500;font-size:14px;line-height:normal}.cmcdrive-notice .cmcdrive-notice-content code{padding:2px 4px;border-radius:3px;font-family:monospace;font-size:13px;background-color:rgba(0,0,0,.05)}.cmcdrive-notice .cmcdrive-notice-content a{color:#0071e6;text-decoration:none;font-weight:500}.cmcdrive-notice .cmcdrive-notice-content a:hover{color:#0058c6}.cmcdrive-notice.cmcdrive-notice-info{border-color:rgba(0,181,255,.5);background:rgba(0,181,255,.1);border-left-color:#00b5ff}.cmcdrive-notice.cmcdrive-notice-warning{border-color:rgba(255,200,0,.5);background:rgba(255,200,0,.1);border-left-color:#ffc800}.cmcdrive-notice.loading-method-info .cmcdrive-notice-content .description{display:block}@media (max-width:767px){.cmcdrive-notice .cmcdrive-notice-content{flex-wrap:wrap}}.cmcdrive-hidden{display:none!important}.file-item-checkbox{cursor:pointer;display:none;border-radius:5px;width:-moz-max-content;width:max-content;padding:4px}.file-item-checkbox .box{width:20px;height:20px;border:1px solid #ddd;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;box-shadow:rgba(99,99,99,.2) 0 2px 8px 0}.file-item-checkbox .box:after{content:"";display:none;width:6px;height:11px;border:solid var(--cmcdrive-color-primary);border-width:0 2px 2px 0;transform:rotate(45deg);box-sizing:border-box;margin-top:-2px}.file-item-checkbox .box:hover{border-color:var(--cmcdrive-color-primary);box-shadow:0 0 0 2px var(--cmcdrive-color-primary-lighter)}.file-item-checkbox .box:hover:after{display:block;border-color:#999}.file-item-checkbox:hover{background-color:rgba(0,0,0,.15)}.file-item-checkbox:hover .box{box-shadow:0 0 0 2px var(--cmcdrive-color-primary-lighter)}.file-item-checkbox.checked{background-color:rgba(0,0,0,.15)}.file-item-checkbox.checked .box{border-color:var(--cmcdrive-color-primary-lighter);color:var(--cmcdrive-color-primary);background:#fff;box-shadow:0 0 0 1px var(--cmcdrive-color-primary-lighter)}.file-item-checkbox.checked .box:after{display:block}.cmcdrive-swal{z-index:99999999!important}.cmcdrive-swal .swal2-confirm{background-color:#2f7df6!important}.cmcdrive-swal .swal2-close:focus{background:0 0;color:inherit;box-shadow:none}.cmcdrive-swal .swal2-cancel,.cmcdrive-swal .swal2-deny{background-color:#f08080!important}.cmcdrive-swal.save-settings-toast .swal2-popup{display:flex!important;padding:10px}.cmcdrive-swal.save-settings-toast .swal2-popup .swal2-html-container{margin-left:5px}.cmcdrive-swal.cmcdrive-swal-toast .swal2-popup{display:flex!important;padding:10px}.cmcdrive-swal.cmcdrive-swal-toast .swal2-popup .swal2-html-container{margin-left:5px}.cmcdrive-swal .swal2-input{width:auto!important}.cmcdrive-swal .swal2-title{font-size:1.2rem;color:#333;font-weight:500}.cmcdrive-swal .swal2-html-container{font-size:1rem;line-height:1.5;color:#555}.cmcdrive-swal .swal2-textarea:focus{border-color:#ddd!important;box-shadow:none!important}.cmcdrive-swal.cmcdrive-review-remind-swal .swal2-deny{background-color:#999!important}.cmcdrive-swal .swal2-validation-message{display:block;text-align:center}.cmcdrive-swal-reverse .swal2-cancel,.cmcdrive-swal-reverse .swal2-deny{background-color:#2f7df6!important}.cmcdrive-swal-reverse .swal2-confirm{background-color:#f08080!important}.cmcdrive-swal.cmcdrive-import-swal .swal2-modal{padding:10px}.cmcdrive-swal.cmcdrive-import-swal .swal2-modal .swal2-title{margin-bottom:10px}.cmcdrive-swal.proof-swal .swal2-textarea{font-size:14px;font-weight:400}.cmcdrive-swal.no-icon .swal2-title{margin-top:10px}.cmcdrive-swal.migration-swal .migration-status{display:flex;flex-direction:column}.cmcdrive-swal.migration-swal .migration-status p{margin:5px 0}.cmcdrive-swal.migration-swal .migration-status p span{font-weight:700}.cmcdrive-swal.migration-swal .migration-progress{display:flex;align-items:center;justify-content:center;flex-direction:column}.cmcdrive-swal.migration-swal .migration-progress .progress-message.completed{color:#2f7df6;font-weight:600}.cmcdrive-swal.cmcdrive-pro-video-swal .swal2-popup{background:#111}.cmcdrive-swal.cmcdrive-pro-video-swal .swal2-popup .swal2-title{color:#fff}.cmcdrive-loading-spinner{display:flex;justify-content:center;margin-top:3rem}.cmcdrive-loading-spinner svg{width:2.5rem;height:2.5rem}.cmcdrive-divi-loading-spinner{display:flex;justify-content:center}.cmcdrive-divi-loading-spinner svg{width:100px;height:100px}.cmcdrive-spinner{border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;width:20px;min-width:20px;height:20px;animation:cmcdrive-spin 2s linear infinite;display:flex}.cmcdrive-spinner.spinner-large{border-width:4px;width:50px;height:50px;animation:cmcdrive-spin 1s linear infinite;margin:30px auto}@keyframes cmcdrive-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.cmcdrive-disabled{pointer-events:none!important}.cmcdrive-select{max-width:700px;text-align:left;font-size:14px;font-weight:400}.cmcdrive-select__input{height:auto!important;min-height:auto!important}.cmcdrive-select__input:focus{box-shadow:none!important}.cmcdrive-select__control{border:1px solid #ccc;border-radius:10px!important;box-shadow:none;transition:all .2s ease;font-size:14px}.cmcdrive-select__control--is-focused{border-color:#2271b1;box-shadow:0 0 0 1px #2271b1}.cmcdrive-select__value-container{padding:4px 15px}.cmcdrive-select__placeholder,.cmcdrive-select__single-value{display:flex;align-items:center;font-size:14px}.cmcdrive-select__single-value img{width:20px;height:20px;margin-right:8px;-o-object-fit:contain;object-fit:contain;border-radius:4px;z-index:9}.cmcdrive-select__menu{z-index:1000;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.08);overflow:hidden}.cmcdrive-select__option{display:flex;align-items:center;padding:8px 12px;cursor:pointer;font-size:14px;color:#333;background-color:#fff;transition:all .2s ease}.cmcdrive-select__option:hover{background-color:#f0f8ff}.cmcdrive-select__option img{width:20px;height:20px;margin-right:8px;-o-object-fit:contain;object-fit:contain;border-radius:4px}.cmcdrive-select__option .shortcode-id{margin-right:8px;white-space:nowrap;color:#666}.cmcdrive-select__option .shortcode-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.cmcdrive-select__option--is-focused{background-color:#f0f8ff}.cmcdrive-select__option--is-selected{background-color:#2271b1;color:#fff}.cmcdrive-select__option--is-selected img{filter:brightness(1.2)}.cmcdrive-select.select-shortcode{width:100%;z-index:9}.cmcdrive-module-builder .components-form-toggle,.cmcdrive-settings .components-form-toggle{width:-moz-max-content;width:max-content;background:#fff;padding:3px;border-radius:15px;height:auto}.cmcdrive-module-builder .components-form-toggle__track,.cmcdrive-settings .components-form-toggle__track{width:44px;height:22px;border-radius:22px}.cmcdrive-module-builder .components-form-toggle__thumb,.cmcdrive-settings .components-form-toggle__thumb{background:#5c6377;border:none;width:15px;height:15px;border-radius:25px;top:6px;left:6px}.cmcdrive-module-builder .components-form-toggle.is-checked .components-form-toggle__thumb,.cmcdrive-settings .components-form-toggle.is-checked .components-form-toggle__thumb{background:#fff;transform:translateX(22px)}.cmcdrive-module-builder .components-form-toggle.is-checked .components-form-toggle__track,.cmcdrive-settings .components-form-toggle.is-checked .components-form-toggle__track{background:#2f7df6}.cmcdrive-module-builder .components-form-toggle.disabled,.cmcdrive-settings .components-form-toggle.disabled{opacity:.3}.cmcdrive-module-builder .components-checkbox-control .components-h-stack,.cmcdrive-settings .components-checkbox-control .components-h-stack{align-items:center;gap:10px}.cmcdrive-icon{display:inline-block;width:20px;height:20px;background-color:currentColor}.cmcdrive-icon.icon-pro{-webkit-mask:url(../images/pro.svg) no-repeat center;mask:url(../images/pro.svg) no-repeat center}.cmcdrive-icon.icon-search{-webkit-mask:url(../images/icons/search.svg) no-repeat center;mask:url(../images/icons/search.svg) no-repeat center}.cmcdrive-icon.icon-drive{-webkit-mask:url(../images/icons/drive.svg) no-repeat center;mask:url(../images/icons/drive.svg) no-repeat center}.cmcdrive-pro-icon{width:30px;height:30px;margin-left:5px;background:#ffc300;padding:3px 5px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.cmcdrive-pro-icon .cmcdrive-icon{background:#fff;margin:0}body.cmcdrive_module_builder_page{background:#f7f8fa}body.cmcdrive_module_builder_page #wpfooter{display:none}@media (max-width:767px){body.cmcdrive_module_builder_page #wpcontent{padding-right:10px}}.notifications-panel{display:flex;flex-direction:column;gap:16px}.notifications-panel .notification-events-layout{display:flex;align-items:flex-start;gap:14px}.notifications-panel .notification-category-list{overflow:hidden;border:1px solid #e4eaf3;border-radius:10px}.notifications-panel .notification-category{display:flex;align-items:center;width:100%;gap:12px;padding:16px;border:0;border-bottom:1px solid #e4eaf3;background:#fff;text-align:left;cursor:pointer}.notifications-panel .notification-category:last-child{border-bottom:0}.notifications-panel .notification-category.active{background:#f5f9ff;box-shadow:inset 3px 0 0 #1769ff}.notifications-panel .notification-category .category-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;flex:0 0 38px;border-radius:8px;font-size:20px}.notifications-panel .notification-category>span:not(.category-icon){flex:1 1 auto;min-width:0}.notifications-panel .notification-category strong{display:block;color:#101a37;font-size:13px;font-weight:600}.notifications-panel .notification-category small{display:block;margin-top:4px;color:#526078;font-size:12px}.notifications-panel .notification-category em{padding:4px 8px;border:1px solid #d9e2f1;border-radius:999px;background:#fff;color:#1769ff;font-style:normal;font-size:12px;font-weight:600}.notifications-panel .notification-category.tone-blue .category-icon{background:#eaf2ff;color:#1769ff}.notifications-panel .notification-category.tone-green .category-icon{background:#e8f8ee;color:#16a34a}.notifications-panel .notification-category.tone-teal .category-icon{background:#e7fbf6;color:#0f9f8f}.notifications-panel .notification-category.tone-orange .category-icon{background:#fff1e8;color:#f97316}.notifications-panel .notification-category.tone-purple .category-icon{background:#f3eaff;color:#7c3aed}.notifications-panel .notification-events-table-wrap{flex:1;min-width:0;overflow-x:auto;border:1px solid #e4eaf3;border-radius:10px;background:#fff}.notifications-panel .notification-events-table{width:100%;min-width:680px;border-spacing:0;border-collapse:separate;table-layout:fixed}.notifications-panel .notification-events-table td,.notifications-panel .notification-events-table th{padding:13px 16px;border-bottom:1px solid #e9eef6;vertical-align:middle}.notifications-panel .notification-events-table th{background:#f8fafc;color:#334155;font-size:12px;font-weight:700;line-height:1.35;text-align:center}.notifications-panel .notification-events-table th:first-child{text-align:left}.notifications-panel .notification-events-table td:nth-child(1),.notifications-panel .notification-events-table th:nth-child(1){width:auto}.notifications-panel .notification-events-table td:nth-child(2),.notifications-panel .notification-events-table td:nth-child(3),.notifications-panel .notification-events-table th:nth-child(2),.notifications-panel .notification-events-table th:nth-child(3){width:150px}.notifications-panel .notification-events-table td:nth-child(4),.notifications-panel .notification-events-table th:nth-child(4){width:150px}.notifications-panel .notification-events-table tbody tr:last-child td{border-bottom:0}.notifications-panel .notification-events-table .event-name{text-align:left}.notifications-panel .notification-events-table .event-name strong{display:block;color:#101a37;font-size:13px;font-weight:600}.notifications-panel .notification-events-table .event-name small{display:block;margin-top:4px;color:#526078;font-size:12px}.notifications-panel .notification-events-table .event-priority-cell,.notifications-panel .notification-events-table .event-toggle-cell{text-align:center}.notifications-panel .notification-events-table .event-unavailable{color:#94a3b8;font-size:14px;font-weight:600}.notifications-panel .priority{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;min-width:76px;padding:5px 10px;border:1px solid #d9e2f1;border-radius:999px;background:#fff;color:#334155;font-size:12px;font-weight:600}.notifications-panel .priority:before{content:"";width:7px;height:7px;margin-right:7px;border-radius:999px;background:#f59e0b}.notifications-panel .priority.priority-critical:before,.notifications-panel .priority.priority-high:before{background:#ef4444}.notifications-panel .priority.priority-low:before{background:#16a34a}.notifications-panel .recipients-delivery-section{display:flex;flex-direction:column;gap:14px}.notifications-panel .recipient-input-wrap{display:flex;flex-direction:column;gap:8px;padding:7px;border:1px solid #d9e2f1;border-radius:8px;background:#fff}.notifications-panel .recipient-entry-row{display:flex;flex-wrap:wrap;gap:8px}.notifications-panel .recipient-entry-row input{flex:1;min-width:260px;border:0;box-shadow:none}.notifications-panel .recipient-entry-row input:focus{box-shadow:none}.notifications-panel .recipient-chips{display:flex;flex-wrap:wrap;gap:7px}.notifications-panel .recipient-chip{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border:1px solid #cfe0ff;border-radius:7px;background:#eef5ff;color:#1769ff;font-size:12px;font-weight:600}.notifications-panel .recipient-chip button{padding:0;border:0;background:0 0;color:#526078;cursor:pointer}.notifications-panel .recipient-tags{display:flex;flex-direction:column;gap:10px;text-align:left}.notifications-panel .recipient-tags strong{display:block;color:rgba(16,26,55,.75);font-size:13px;font-weight:500}.notifications-panel .recipient-tags div{display:flex;flex-wrap:wrap;gap:8px}.notifications-panel .recipient-tags button{padding:7px 10px;border:1px solid #cfe0ff;border-radius:7px;background:#fff;color:#1769ff;font-size:12px;font-weight:600;cursor:pointer}.notifications-panel .recipient-tags button:hover{background:#eaf2ff}.notifications-panel .delivery-schedule-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:10px;border:1px solid #e4eaf3;border-radius:9px;background:#f8fafc;color:#526078;font-size:13px;width:-moz-fit-content!important;width:fit-content!important}.notifications-panel .delivery-schedule-row input,.notifications-panel .delivery-schedule-row select{width:auto;min-width:100px;height:38px;border:1px solid #d9e2f1;border-radius:8px;background:#fff}.notifications-panel .delivery-schedule-row input[type=number]{width:76px;min-width:76px}@media (max-width:1180px){.notifications-panel .notification-events-layout{flex-direction:column}}@media (max-width:760px){.notifications-panel .notification-events-table{min-width:620px}.notifications-panel .notification-events-table td,.notifications-panel .notification-events-table th{padding-right:12px;padding-left:12px}.notifications-panel .notification-events-table td:nth-child(2),.notifications-panel .notification-events-table td:nth-child(3),.notifications-panel .notification-events-table th:nth-child(2),.notifications-panel .notification-events-table th:nth-child(3){width:135px}.notifications-panel .notification-events-table td:nth-child(4),.notifications-panel .notification-events-table th:nth-child(4){width:130px}}.filters-panel{display:flex;flex-direction:column;gap:14px}.filters-panel .filters-intro p{margin:0;color:#526078;font-size:14px}.filters-panel .filter-number-field label{display:flex;align-items:center;gap:6px;margin:14px 0 8px;color:#101a37;font-size:13px;font-weight:600}.filters-panel .filter-token-input{display:flex;align-items:center;flex-wrap:wrap;min-height:42px;gap:8px;border-radius:8px;background:#fff;flex:1;max-width:400px}.filters-panel .filter-token-input.disabled{background:#f8fafc;opacity:.7}.filters-panel .filter-token-input input{flex:1;min-width:180px;height:28px;border:0;box-shadow:none;color:#17213b;font-size:13px}.filters-panel .filter-token-input input:focus{box-shadow:none;outline:0}.filters-panel .extension-filter-control,.filters-panel .name-pattern-control{display:flex;width:100%;flex-direction:column;gap:12px;min-width:0}.filters-panel .extension-filter-control .filter-token-input,.filters-panel .name-pattern-control .filter-token-input{flex:0 1 auto;width:100%;max-width:400px}.filters-panel .filter-token{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:3px 8px;border:1px solid #bfd5ff;border-radius:6px;background:#eef5ff;color:#1769ff;font-size:13px;font-weight:600}.filters-panel .filter-token button{width:18px;height:18px;padding:0;border:0;background:0 0;color:#1769ff;cursor:pointer;line-height:1}.filters-panel .filter-number-field small{display:block;margin:7px 0 0;color:#526078;font-size:12px}.filters-panel .filter-presets{display:flex;flex-direction:column;gap:10px;text-align:left}.filters-panel .filter-presets>strong{display:block;color:#17213b;font-size:12px;font-weight:700}.filters-panel .filter-presets>span{display:block;margin-top:-6px;color:#526078;font-size:12px;line-height:1.4}.filters-panel .filter-presets div{display:flex;flex-wrap:wrap;gap:10px}.filters-panel .filter-presets button{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 12px;border:1px solid #d9e2f1;border-radius:7px;background:#fff;color:#17213b;font-size:13px;font-weight:500;cursor:pointer}.filters-panel .filter-presets button:hover{border-color:#9fc0ff;background:#f5f9ff;color:#1769ff}.filters-panel .filter-presets button i{color:#1769ff;font-size:17px}.filters-panel .filter-apply-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:10px}.filters-panel .filter-apply-row>span{margin:0}.filters-panel .filter-apply-row .components-base-control{margin:0}.filters-panel .filter-apply-row .components-base-control__field{display:flex;align-items:center;margin:0}.filters-panel .filter-apply-row .components-checkbox-control__label{color:#17213b;font-size:13px;text-transform:capitalize}.filters-panel .pattern-examples{padding:12px;border:1px solid #e4eaf3;border-radius:8px;background:#fbfdff}.filters-panel .pattern-examples>strong{display:block;margin-bottom:10px;color:#17213b;font-size:12px;font-weight:700}.filters-panel .pattern-example-grid{display:flex;flex-wrap:wrap;gap:10px}.filters-panel .pattern-example{flex:1 1 150px;min-width:0}.filters-panel .pattern-example code{display:inline-flex;margin-bottom:7px;padding:4px 8px;border:1px solid #bfd5ff;border-radius:5px;background:#eef5ff;color:#1769ff;font-size:12px}.filters-panel .pattern-example span{display:block;color:#526078;font-size:12px;line-height:1.35}.filters-panel .filter-number-grid{display:flex;flex-wrap:wrap;gap:14px}.filters-panel .filter-number-field{flex:1 1 220px;max-width:320px;text-align:left}.filters-panel .filter-number-field.compact{max-width:280px}.filters-panel .filter-number-field label{margin-top:0}.filters-panel .filter-number-field input{width:100%;min-height:38px;border:1px solid #d9e2f1;border-radius:8px;color:#17213b;font-size:13px}@media (max-width:760px){.filters-panel .filter-number-field,.filters-panel .pattern-example{flex-basis:100%}}.shortcode-module-body .setting-card{border:1px solid #e4eaf3;border-radius:10px;background:#fff;box-shadow:0 10px 28px rgba(16,26,55,.04)}.shortcode-module-body .setting-card.is-collapsed .setting-card-head{border-bottom:0}.shortcode-module-body .setting-card-head{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid #e9eef6;color:#101a37}.shortcode-module-body .setting-card-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px}.shortcode-module-body .setting-card-icon.blue{background:#edf4ff;color:#1769ff}.shortcode-module-body .setting-card-icon.purple{background:#f5edff;color:#8b3dff}.shortcode-module-body .setting-card-icon.green{background:#eafaf0;color:#16a34a}.shortcode-module-body .setting-card-icon.orange{background:#fff3e8;color:#f97316}.shortcode-module-body .setting-card-icon.red{background:#fff0f0;color:#ff2b2b}.shortcode-module-body .setting-card-icon i{font-size:18px}.shortcode-module-body .setting-card-title{flex:1;min-width:0;text-align:left}.shortcode-module-body .setting-card-title strong{display:block;color:#101a37;font-size:16px;font-weight:600;line-height:1.25}.shortcode-module-body .setting-card-title span{display:block;margin-top:3px;color:#526078;font-size:12px;line-height:1.35}.shortcode-module-body .setting-card-toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin-left:auto;border:0;border-radius:8px;background:0 0;color:#17213b;cursor:pointer;transition:background .15s ease,color .15s ease}.shortcode-module-body .setting-card-toggle:focus,.shortcode-module-body .setting-card-toggle:hover{background:#f4f7fb;color:#1769ff}.shortcode-module-body .setting-card-toggle-icon{width:18px;height:18px;font-size:18px}.shortcode-module-body .setting-card-body{display:flex;flex-direction:column;gap:15px;padding:16px 18px 18px}.shortcode-module-body .setting-card-body[hidden]{display:none}.shortcode-module-body .setting-group{display:flex;flex-direction:column;border:1px solid #e4eaf3;border-radius:8px;background:#fff}.shortcode-module-body .setting-group.setting-sub-group{border:none;padding-left:35px}.shortcode-module-body .setting-row{display:flex;align-items:center;gap:14px;min-height:58px;padding:13px 16px;border-bottom:1px solid #e9eef6}.shortcode-module-body .setting-row:last-child{border-bottom:0}.shortcode-module-body .setting-row.nested{padding-left:42px;background:#fbfdff}.shortcode-module-body .setting-row.disabled{opacity:.72}.shortcode-module-body .setting-row.has-children{align-items:stretch;flex-direction:column;gap:0;padding:0}.shortcode-module-body .setting-row.has-children>.setting-row-main{padding:13px 16px}.shortcode-module-body .setting-row.has-children.nested>.setting-row-main{padding-left:42px}.shortcode-module-body .setting-row.setting-row-column{align-items:flex-start;flex-direction:column}.shortcode-module-body .setting-row.setting-row-column .setting-row-copy-wrap{flex:0 1 auto;width:100%}.shortcode-module-body .setting-row.setting-row-column>:not(.setting-row-copy-wrap,.cmcdrive-spinner){width:100%}.shortcode-module-body .setting-row-main{display:flex;align-items:center;gap:14px;min-width:0;width:100%}.shortcode-module-body .setting-row-children{display:flex;flex-direction:column;margin-left:42px;border-top:1px solid #e9eef6;background:#fbfdff}.shortcode-module-body .setting-row-children>.naming-template-field,.shortcode-module-body .setting-row-children>.setting-row{border-bottom:1px solid #e9eef6}.shortcode-module-body .setting-row-children>.naming-template-field:last-child,.shortcode-module-body .setting-row-children>.setting-row:last-child{border-bottom:0}.shortcode-module-body .entry-folder-settings>.setting-row-children{margin-top:0}.shortcode-module-body .setting-row-copy-wrap{display:flex;align-items:center;gap:14px;flex:1 1 auto;min-width:0}.shortcode-module-body .setting-row-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px}.shortcode-module-body .setting-row-icon.blue{background:#edf4ff;color:#1769ff}.shortcode-module-body .setting-row-icon.purple{background:#f5edff;color:#8b3dff}.shortcode-module-body .setting-row-icon.green{background:#eafaf0;color:#16a34a}.shortcode-module-body .setting-row-icon.orange{background:#fff3e8;color:#f97316}.shortcode-module-body .setting-row-icon.red{background:#fff0f0;color:#ff2b2b}.shortcode-module-body .setting-row-icon i{width:16px;height:16px;font-size:16px}.shortcode-module-body .setting-row-copy{flex:1 1 auto;min-width:0;text-align:left}.shortcode-module-body .setting-row-copy strong{display:flex;align-items:center;gap:7px;color:rgba(0,0,0,.85);font-size:13px;font-weight:600;line-height:1.35}.shortcode-module-body .setting-row-copy span{display:block;margin-top:3px;color:rgba(0,0,0,.75);font-size:13px;line-height:1.4}.shortcode-module-body .setting-row-copy .setting-learn-more{display:inline-flex;align-items:center;gap:5px;margin-left:10px;color:#1769ff;font-weight:500;text-decoration:none;white-space:nowrap}.shortcode-module-body .setting-row-copy .setting-learn-more:hover{color:#0f55d8}.shortcode-module-body .setting-row-copy .setting-learn-more .dashicons{width:14px;height:14px;font-size:14px}.shortcode-module-body .setting-row-copy .setting-inline-notice{display:flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;max-width:100%;margin-top:12px;padding:7px 10px;border:1px solid #bfdbfe;border-radius:6px;background:#eff6ff;color:#0b5cff;box-sizing:border-box}.shortcode-module-body .setting-row-copy .setting-inline-notice .dashicons{width:16px;height:16px;font-size:16px;color:#0b5cff}.shortcode-module-body .setting-row-copy .setting-inline-notice span{display:inline;margin-top:0;color:inherit}.shortcode-module-body .setting-row-copy .setting-inline-notice>div{display:flex;align-items:center;gap:7px}.shortcode-module-body .setting-row-copy .setting-inline-notice a{text-decoration:none;display:flex;align-items:center;gap:5px;font-weight:500}.shortcode-module-body .setting-pro-badge{display:inline-flex!important;align-items:center;min-height:20px;margin-top:0!important;padding:0 8px;border-radius:999px;background:#fff4d8;color:#b7791f!important;font-size:11px!important;font-weight:700;line-height:1}.shortcode-module-body .setting-choice-group{display:inline-flex;flex-wrap:wrap;gap:8px}.shortcode-module-body .setting-choice-group button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;padding:0 12px;border:1px solid #d9e2f1;border-radius:8px;background:#fff;color:#42506a;font-size:12px;font-weight:600;cursor:pointer}.shortcode-module-body .setting-choice-group button.active{border-color:#1769ff;background:#f5f9ff;color:#1769ff}.shortcode-module-body .setting-choice-group button:disabled{cursor:not-allowed;opacity:.6}.shortcode-module-body .setting-choice-group.has-images{gap:12px}.shortcode-module-body .setting-choice-group.has-images button{flex-direction:column;align-items:stretch;justify-content:flex-start;width:150px;min-height:128px;padding:8px;text-align:center;gap:8px}.shortcode-module-body .setting-choice-group.has-images .setting-choice-image{display:block;width:100%;height:86px;-o-object-fit:contain;object-fit:contain;border:1px solid #dfe7f3;border-radius:6px;background:#f8fafc}.shortcode-module-body .setting-action-control{display:flex;flex-wrap:wrap;gap:8px}.shortcode-module-body .setting-action-control.align-end{justify-content:flex-end}.shortcode-module-body .setting-action-control.align-center{justify-content:center}.shortcode-module-body .setting-inline-fields{display:flex;flex-wrap:wrap;gap:14px;text-align:left}.shortcode-module-body .setting-inline-fields>*{flex:1 1 240px;min-width:0}.shortcode-module-body .setting-inline-fields.two>*{flex-basis:calc(50% - 7px)}.shortcode-module-body .setting-inline-fields.fields-sorting .setting-field:first-child{flex-basis:60%}.shortcode-module-body .setting-inline-fields.fields-sorting .setting-field:last-child{flex-basis:35%}.shortcode-module-body .setting-field{display:flex;flex-direction:column;gap:7px}.shortcode-module-body .setting-field>span{color:#101a37;font-size:13px;font-weight:600}.shortcode-module-body .setting-help-text{margin:6px 0 0;color:#526078;font-size:12px;line-height:1.45}.shortcode-module-body .setting-select-wrap{min-width:300px}.shortcode-module-body .setting-notice{display:flex;align-items:flex-start;gap:8px;padding:11px 12px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#1e3a8a;font-size:12px;line-height:1.45}@media (max-width:760px){.shortcode-module-body .setting-row{align-items:flex-start;flex-direction:column}.shortcode-module-body .setting-inline-fields.two>*,.shortcode-module-body .setting-inline-fields>*{flex-basis:100%}.shortcode-module-body .setting-select-wrap{width:100%;min-width:0}}.shortcode-module-body{display:flex;flex-direction:column;gap:14px}.shortcode-module-body .setting-inline-fields{display:flex;flex-wrap:wrap;gap:14px 18px}.shortcode-module-body .setting-inline-fields>*{flex:1 1 240px;min-width:0}.shortcode-module-body .setting-inline-fields.two>*{flex-basis:calc(50% - 9px)}.shortcode-module-body .setting-inline-fields.compact{gap:10px;margin-top:10px}.shortcode-module-body .setting-field{min-width:0}.shortcode-module-body .setting-field>span{display:block;margin-bottom:7px;color:#101a37;font-size:13px;font-weight:600}.shortcode-module-body .setting-field.split{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:wrap;gap:16px}.shortcode-module-body .setting-field.split>*{flex:1 1 220px;min-width:0}.shortcode-module-body .gallery-thumbnail-settings{display:flex;flex-wrap:wrap;gap:18px;width:100%;align-items:start}.shortcode-module-body .gallery-thumbnail-settings>.setting-field{min-width:0}.shortcode-module-body .gallery-thumbnail-settings>.setting-field.split{display:contents}.shortcode-module-body .gallery-thumbnail-settings .components-select-control{width:100%;max-width:520px}.shortcode-module-body .gallery-thumbnail-settings .components-select-control select{min-height:38px;padding:0 36px 0 12px;border:0;border-radius:8px;background:#fff;box-shadow:none;color:#17213b;font-size:13px}.shortcode-module-body .gallery-thumbnail-settings .components-input-control__container{border-radius:8px}.shortcode-module-body .gallery-thumbnail-settings .components-input-control__backdrop{border:1px solid #d9e2f1;border-radius:8px;box-shadow:none}.shortcode-module-body .gallery-thumbnail-choice{min-width:0}.shortcode-module-body .gallery-thumbnail-choice>span{display:block;margin-bottom:7px;color:#101a37;font-size:13px;font-weight:600}.shortcode-module-body .gallery-thumbnail-choice .setting-action-control{justify-content:flex-start}.shortcode-module-body .gallery-thumbnail-choice .setting-help-text{max-width:280px}.shortcode-module-body .thumbnail-settings-row{align-items:flex-start}.shortcode-module-body .thumbnail-settings-row .setting-row-copy-wrap{padding-top:0}.shortcode-module-body .thumbnail-size-control{display:flex;align-items:center;flex-wrap:wrap;gap:14px;width:100%;max-width:680px;margin-left:0}.shortcode-module-body .thumbnail-size-control .components-select-control{flex:0 1 260px;min-width:180px;max-width:280px;margin:0}.shortcode-module-body .thumbnail-size-control .components-select-control select{min-height:38px;padding:0 36px 0 12px;border:0;border-radius:8px;background:#fff;box-shadow:none;color:#17213b;font-size:13px}.shortcode-module-body .thumbnail-size-control .components-input-control__container{border-radius:8px}.shortcode-module-body .thumbnail-size-control .components-input-control__backdrop{border:1px solid #d9e2f1;border-radius:8px;box-shadow:none}.shortcode-module-body .thumbnail-custom-size-fields{display:flex;align-items:flex-start;flex:1 1 360px;gap:10px;min-width:260px}.shortcode-module-body .thumbnail-custom-size-fields .components-base-control{flex:1 1 0;min-width:0}.shortcode-module-body .components-base-control{margin-bottom:0}.shortcode-module-body .components-base-control .components-base-control__field{display:block;margin-bottom:0}.shortcode-module-body .components-base-control .components-base-control__label{display:block;margin-bottom:7px;color:#101a37;font-size:13px;font-weight:600;text-transform:none}.shortcode-module-body .components-base-control .components-base-control__help{margin:7px 0 0;color:#526078;font-size:12px;line-height:1.35}.shortcode-module-body input[type=number],.shortcode-module-body input[type=text],.shortcode-module-body select,.shortcode-module-body textarea{width:300px;min-height:38px;border:1px solid #d9e2f1;border-radius:8px;color:#17213b;font-size:13px}.shortcode-module-body textarea{min-height:150px;padding:12px;resize:vertical}.shortcode-module-body .setting-toggle-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px 14px}.shortcode-module-body .setting-toggle-grid>*{flex:1 1 260px;min-width:0}.shortcode-module-body .overlay-caption-options{padding:13px 16px;border-bottom:1px solid #e9eef6;background:#fbfdff}.shortcode-module-body .overlay-caption-options>.setting-row{min-height:0;padding:0;border:0;background:0 0}.shortcode-module-body .setting-range-control{display:flex;align-items:center;gap:14px;width:100%;max-width:450px}.shortcode-module-body .setting-range-control.compact{margin-top:0}.shortcode-module-body .setting-range-control .components-range-control{flex:1;min-width:160px;max-width:100%;width:100%}.shortcode-module-body .setting-range-control .components-range-control{margin-bottom:0}.shortcode-module-body .setting-range-control .components-base-control__field{display:flex;align-items:center;gap:14px;margin-bottom:0;width:100%}.shortcode-module-body .setting-range-control .components-range-control__root,.shortcode-module-body .setting-range-control .components-range-control__wrapper{flex:1 1 auto;min-width:0}.shortcode-module-body .setting-range-control .components-range-control__number{display:none}.shortcode-module-body .setting-reset-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 38px;width:38px;height:38px;padding:0;border:1px solid #d9e2f1;border-radius:8px;background:#fff;color:#526078;cursor:pointer;transition:all .18s ease}.shortcode-module-body .setting-reset-button .dashicons{width:18px;height:18px;font-size:18px;line-height:1}.shortcode-module-body .setting-reset-button:hover:not(:disabled){border-color:#3f6df6;background:#eef4ff;color:#3157d6}.shortcode-module-body .setting-reset-button:disabled{cursor:not-allowed;opacity:.45}.shortcode-module-body .setting-number-unit{display:flex;align-items:stretch;overflow:hidden;border:1px solid #d9e2f1;border-radius:8px;background:#f8fafc}.shortcode-module-body .setting-number-unit input{flex:1 1 auto;min-width:0;min-height:36px;border:0;border-radius:0;background:#fff;box-shadow:none;width:auto}.shortcode-module-body .setting-number-unit span{display:inline-flex;align-items:center;padding:0 9px;color:#526078;font-size:12px;font-weight:600}.shortcode-module-body .setting-device-control{display:flex;flex-direction:column;gap:12px;width:100%;max-width:760px}.shortcode-module-body .setting-device-slider-row{display:flex;align-items:center;gap:14px;width:400px}.shortcode-module-body .setting-device-slider-row .components-range-control{flex:1;min-width:160px;max-width:100%;width:100%;margin-bottom:0}.shortcode-module-body .setting-device-slider-row .components-base-control__field{margin-bottom:0}.shortcode-module-body .setting-device-slider-row .components-range-control__root,.shortcode-module-body .setting-device-slider-row .components-range-control__wrapper{flex:1 1 auto;min-width:0}.shortcode-module-body .setting-checkbox-options{display:flex;flex-wrap:wrap;gap:10px}.shortcode-module-body .setting-checkbox-options .components-base-control{margin:0}.shortcode-module-body .setting-checkbox-options .components-base-control__field{display:flex;align-items:center;min-height:36px;margin:0;padding:0 12px;border:1px solid #d9e2f1;border-radius:8px;background:#fff}.shortcode-module-body .setting-checkbox-options .components-checkbox-control__label{color:#17213b;font-size:13px;font-weight:500}@media (max-width:1180px){.shortcode-module-body .setting-toggle-grid>*{flex-basis:calc(50% - 7px)}}@media (max-width:760px){.shortcode-module-body .setting-range-control{align-items:stretch;flex-direction:column}.shortcode-module-body .setting-device-slider-row{align-items:stretch;flex-direction:column}.shortcode-module-body .gallery-thumbnail-settings>*,.shortcode-module-body .gallery-thumbnail-settings>.setting-field.split>*,.shortcode-module-body .setting-field.split>*,.shortcode-module-body .setting-inline-fields.two>*,.shortcode-module-body .setting-inline-fields>*,.shortcode-module-body .setting-toggle-grid>*{flex-basis:100%}.shortcode-module-body .gallery-thumbnail-settings{grid-template-columns:1fr}.shortcode-module-body .thumbnail-size-control{width:100%;margin-left:0}.shortcode-module-body .thumbnail-custom-size-fields{flex-direction:column;min-width:0;width:100%}}.permissions-panel{display:flex;flex-direction:column;gap:14px}.permissions-panel .components-form-toggle{margin:0}.naming-template-field .naming-template-input-wrap{position:relative;display:flex;align-items:center;gap:8px;flex:1;max-width:700px}.naming-template-field .naming-template-input-wrap input{flex:1;min-width:260px;min-height:40px;padding:0 14px;border:1px solid #d9e2f1;border-radius:8px;background:#fff;color:#17213b;font-size:13px}.naming-template-field .naming-template-input-wrap input:focus{border-color:#1769ff;box-shadow:0 0 0 1px rgba(23,105,255,.08)!important}.naming-template-field .cmcdrive-insert-tag-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 14px;border:1px solid #1769ff;border-radius:8px;background:#fff;color:#1769ff;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.naming-template-field .cmcdrive-insert-tag-toggle i{width:14px;height:14px;font-size:14px;line-height:1}.naming-template-field .cmcdrive-insert-tag-toggle:focus,.naming-template-field .cmcdrive-insert-tag-toggle:hover:not(:disabled){background:#f5f9ff;box-shadow:0 0 0 1px rgba(23,105,255,.08);outline:0}.naming-template-field .cmcdrive-insert-tag-toggle:disabled{cursor:not-allowed;opacity:.55}.naming-template-field .naming-template-popover{position:absolute;z-index:40;top:calc(100% + 6px);right:0;width:min(100%,520px);min-width:520px;border:1px solid #d9e2f1;border-radius:8px;background:#fff;box-shadow:0 18px 45px rgba(16,26,55,.14);overflow:hidden}.naming-template-field .naming-template-popover-header{display:flex;flex-direction:column;gap:12px;padding:14px 16px 10px}.naming-template-field .naming-template-popover-header strong{color:#101a37;font-size:13px;font-weight:700}.naming-template-field .naming-template-search{position:relative}.naming-template-field .naming-template-search input[type=search]{width:100%;min-width:0;padding-right:38px}.naming-template-field .naming-template-search i{position:absolute;right:12px;top:50%;width:16px;height:16px;color:#8b98ad;font-size:16px;transform:translateY(-50%)}.naming-template-field .naming-template-tabs{display:flex;gap:6px;padding:0 10px;border-bottom:1px solid #e4eaf3;overflow-x:auto}.naming-template-field .naming-template-tabs button{position:relative;padding:10px 8px;border:0;background:0 0;color:#42506a;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.naming-template-field .naming-template-tabs button:after{content:"";position:absolute;right:8px;bottom:0;left:8px;height:2px;border-radius:2px 2px 0 0;background:0 0}.naming-template-field .naming-template-tabs button.active{color:#1769ff}.naming-template-field .naming-template-tabs button.active:after{background:#1769ff}.naming-template-field .naming-template-tabs button:focus{outline:0;color:#1769ff}.naming-template-field .naming-template-popover-body{display:flex;flex-direction:column;gap:12px;max-height:300px;padding:14px;overflow-y:auto}.naming-template-field .naming-template-empty{padding:18px 10px;color:#526078;font-size:13px;text-align:center}.naming-template-field .naming-template-popover-footer{display:flex;align-items:center;gap:8px;padding:11px 14px;border-top:1px solid #e4eaf3;background:#f8fbff;color:#526078;font-size:12px}.naming-template-field .naming-template-popover-footer i{width:14px;height:14px;color:#6f7f96;font-size:14px}.naming-template-field .naming-template-tag-group{display:flex;flex-direction:column;gap:8px;margin-top:10px;text-align:left}.naming-template-field .naming-template-tag-group:first-of-type{margin-top:0}.naming-template-field .naming-template-tag-group>span{color:#526078;font-size:12px;font-weight:600}.naming-template-field .naming-template-tag-group>div{display:flex;flex-wrap:wrap;gap:8px}.naming-template-field .naming-template-tag-group button{padding:6px 9px;border:1px solid #cfe0ff;border-radius:7px;background:#f8fbff;color:#1769ff;font-size:12px;font-weight:600;line-height:1;cursor:pointer}.naming-template-field .naming-template-tag-group button:hover:not(:disabled){border-color:#1769ff;background:#eef5ff}.naming-template-field .naming-template-tag-group button:disabled{cursor:not-allowed;opacity:.55}.naming-template-field .naming-template-tag-group button.dynamic-form-field-tag{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:120px;max-width:220px;padding:8px 10px;line-height:1.25}.naming-template-field .naming-template-tag-group button.dynamic-form-field-tag span{overflow:hidden;max-width:100%;color:#17213b;text-overflow:ellipsis;white-space:nowrap}.naming-template-field .naming-template-tag-group button.dynamic-form-field-tag code{padding:0;border:0;background:0 0;color:#1769ff;font-family:Consolas,monospace;font-size:11px;line-height:1.2}.naming-template-field .naming-template-form-examples{margin-top:3px;padding:10px;border:1px solid #e4eaf3;border-radius:8px;background:#f8fbff}.naming-template-field .naming-template-form-examples p{margin:0 0 8px;color:#526078;font-size:12px;line-height:1.45}.naming-template-field .naming-template-form-examples>div{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.naming-template-field .naming-template-form-examples span{color:#344054;font-size:12px;font-weight:600}.naming-template-field .naming-template-form-examples code{padding:4px 7px;border:1px solid #d8e2f0;border-radius:6px;background:#fff;color:#344054;font-family:Consolas,monospace;font-size:12px;line-height:1.2;cursor:pointer}.naming-template-field .naming-template-form-examples code:hover{border-color:#1769ff;color:#1769ff;background:#eef5ff}.naming-template-field .preview{display:inline-flex;align-items:center;gap:5px;width:-moz-fit-content!important;width:fit-content!important;min-height:36px;padding:0 7px;border:1px solid #bfd5ff;border-radius:6px;background:#f5f9ff;color:#17213b;font-size:12px}.naming-template-field .preview i{color:#1769ff;font-size:18px;width:18px;height:18px}.naming-template-field .preview .muted{color:#7d8aa2}.naming-template-field .naming-template-form-hint{margin-top:12px}@media (max-width:640px){.naming-template-field .naming-template-input-wrap{flex-wrap:wrap}.naming-template-field .naming-template-input-wrap .cmcdrive-insert-tag-toggle,.naming-template-field .naming-template-input-wrap input{width:100%}.naming-template-field .naming-template-popover{width:100%}}.cmcdrive-module-builder{width:calc(100% + 20px);margin-left:-20px;font-size:15px}@media (max-width:767px){.cmcdrive-module-builder{width:100%;margin-left:0}}.cmcdrive-module-builder *{box-sizing:border-box}.cmcdrive-module-builder-header{display:flex;flex-wrap:wrap;align-items:center;background:#fff;padding:12px 15px;border-bottom:1px solid #e5e5e5;justify-content:space-between;z-index:99;position:sticky;top:32px}.cmcdrive-module-builder-header .btn-back{border:none;background:0 0;padding:0;border-right:1px solid #ccc;padding-right:7px;margin-right:10px;cursor:pointer;color:#5c637e;height:30px}.cmcdrive-module-builder-header .header-title{display:flex;align-items:center;font-size:1.2em;font-weight:500;margin-right:auto;max-width:70%;gap:10px}.cmcdrive-module-builder-header .header-title .header-icon{width:32px;margin-top:3px}.cmcdrive-module-builder-header .header-title label{line-height:1;text-transform:capitalize}.cmcdrive-module-builder-header .header-title .shortcode-id{margin-left:7px;font-size:.8em;color:#777;font-weight:400}.cmcdrive-module-builder-header .header-title .input-wrap{display:flex;align-items:center;justify-content:center;margin-left:10px;border:1px solid rgba(92,99,126,.3);border-radius:30px;overflow:hidden;height:40px;font-size:15px;flex:1}.cmcdrive-module-builder-header .header-title .input-wrap .module-type-icon{margin-right:0;padding-left:10px;padding-right:5px;width:40px;height:100%;border-right:1px solid #ddd;background:#eee}.cmcdrive-module-builder-header .header-title .input-wrap .shortcode-title{background:#fff;position:relative;border:none;height:100%;display:flex;align-items:center;padding:10px;cursor:text;min-width:200px;max-width:500px;text-align:left}.cmcdrive-module-builder-header .header-title .input-wrap .shortcode-title:active,.cmcdrive-module-builder-header .header-title .input-wrap .shortcode-title:focus,.cmcdrive-module-builder-header .header-title .input-wrap .shortcode-title:focus-visible,.cmcdrive-module-builder-header .header-title .input-wrap .shortcode-title:hover{border:none;box-shadow:none;outline:0}.cmcdrive-module-builder-header .header-title .input-wrap .module-types-tooltip{width:500px}.cmcdrive-module-builder-header .header-title .input-wrap .module-types-tooltip .cmcdrive-module-types{padding:0;width:100%;gap:10px}.cmcdrive-module-builder-header .header-title .input-wrap .module-types-tooltip .cmcdrive-module-types .module-type{width:100%;flex-direction:row;text-align:left;padding:15px}.cmcdrive-module-builder-header .header-title .input-wrap .module-types-tooltip .cmcdrive-module-types .module-type .icon-wrap{width:60px;height:60px;margin-right:7px}.cmcdrive-module-builder-header .header-title .input-wrap .module-types-tooltip .cmcdrive-module-types .module-type .type-meta{flex:1;overflow:hidden}.cmcdrive-module-builder-header .header-title .input-wrap .module-types-tooltip .cmcdrive-module-types .module-type .type-meta p{margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmcdrive-module-builder-header .header-actions{display:flex}.cmcdrive-module-builder-header .header-actions .components-button-group{border-radius:30px;border:1px solid #ddd;box-shadow:rgba(0,0,0,.16) 0 1px 4px;overflow:hidden}.cmcdrive-module-builder-header .header-actions .components-button-group button{color:#555c66;background:#f8f8f8;height:38px;line-height:1.5;transition:all .3s ease;box-shadow:none;font-weight:500}.cmcdrive-module-builder-header .header-actions .components-button-group button i{margin-right:7px}.cmcdrive-module-builder-header .header-actions .components-button-group button:first-child{border-top-left-radius:30px;border-bottom-left-radius:30px}.cmcdrive-module-builder-header .header-actions .components-button-group button:last-child{border-top-right-radius:30px;border-bottom-right-radius:30px;border-left:1px solid #ddd}.cmcdrive-module-builder-header .header-actions .components-button-group button:hover{background:rgba(47,125,246,.05);color:#2f7df6}.cmcdrive-module-builder-header .header-actions .shortcode-wrap{display:flex;align-items:center;justify-content:flex-start;position:relative;width:-moz-max-content;width:max-content}.cmcdrive-module-builder-header .header-actions .shortcode-wrap code{padding:10px 10px 10px 35px;background:#fafafa;color:#5c637e;border-radius:7px;border:1px solid rgba(47,125,246,.2);font-size:12px;word-break:break-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cmcdrive-module-builder-header .header-actions .shortcode-wrap i{left:3px;color:#5c637e;padding:7px;border-radius:30px;height:auto;width:auto;cursor:pointer;position:absolute;font-size:24px}.cmcdrive-module-builder-header .header-actions .btn-back{background:#5c637e;color:#fff;border-color:rgba(47,125,246,.3)}.cmcdrive-module-builder-header .header-actions .btn-back:hover{background:#464c61}.cmcdrive-module-builder-header .header-actions .btn-save{margin-left:15px}.cmcdrive-module-builder-header .header-actions .btn-save.disabled{opacity:.5;pointer-events:none;background:#ddd;border-color:#ddd;color:#555}.cmcdrive-module-builder-header .header-actions .btn-save.disabled:hover{background:#ddd;border-color:#ddd}.cmcdrive-module-builder-header .header-actions .btn-cancel{margin-right:15px}@media (max-width:767px){.cmcdrive-module-builder-header{margin-left:-10px;margin-right:-10px;padding:10px;top:-50px}.cmcdrive-module-builder-header .header-title img{width:30px;margin-right:5px}.cmcdrive-module-builder-header .header-title label{font-size:1em}.cmcdrive-module-builder-header .header-title .shortcode-title{height:35px;min-height:unset;margin-left:auto;border-radius:5px;color:#555;font-size:14px;font-weight:400;width:150px}.cmcdrive-module-builder-header .header-actions .add-new-btn{margin-left:auto}.cmcdrive-module-builder-header .header-actions button{overflow:hidden;padding:7px;font-size:.8em;margin-left:10px;height:35px}.cmcdrive-module-builder-header .header-actions button:first-child{margin-left:0}.cmcdrive-module-builder-header .header-actions button i{margin-right:3px}.cmcdrive-module-builder-header .header-actions button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cmcdrive-module-builder-header:has(.btn-back) .header-title img,.cmcdrive-module-builder-header:has(.btn-back) .header-title label{display:none}.cmcdrive-module-builder-header:has(.btn-back) .header-actions{justify-content:center}.cmcdrive-module-builder-header:has(.btn-back) .header-actions .shortcode-wrap{width:90px;height:35px}.cmcdrive-module-builder-header:has(.btn-back) .header-actions .shortcode-wrap code{height:35px;padding-top:7px}}.cmcdrive-module-builder-header{min-height:70px;padding:14px 20px;gap:14px;flex-wrap:nowrap;background:#fff;border-bottom:1px solid #e6ecf8;box-shadow:0 10px 28px rgba(11,27,77,.04)}.cmcdrive-module-builder-header .btn-back{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 10px;margin:0 12px 0 0;border:1px solid #e3eaf7;border-radius:8px;background:#fff;color:#0d1b45;font-size:14px;font-weight:400;line-height:1;box-shadow:0 8px 18px rgba(16,32,82,.035)}.cmcdrive-module-builder-header .btn-back i{width:18px;height:18px;font-size:18px;line-height:18px}.cmcdrive-module-builder-header .btn-back:hover{color:#2f7df6;border-color:rgba(47,125,246,.25);background:#f8fbff}.cmcdrive-module-builder-header .header-title{flex:1 1 auto;min-width:280px;max-width:none;gap:14px;margin-right:0;color:#071331}.cmcdrive-module-builder-header .header-title .header-icon{width:32px;height:32px;margin:0}.cmcdrive-module-builder-header .header-title .builder-title-text{font-size:18px;font-weight:600}.cmcdrive-module-builder-header .header-title .module-title-wrap{display:flex;flex-direction:column;gap:3px;min-width:0}.cmcdrive-module-builder-header .header-title label{display:flex;align-items:center;gap:3px;color:#071331;font-size:18px;font-weight:500;line-height:1.15;cursor:text}.cmcdrive-module-builder-header .header-title .shortcode-id{margin-left:4px;color:#46557e;font-size:13px;font-weight:500}.cmcdrive-module-builder-header .header-title .shortcode-title{min-width:130px;max-width:360px;color:#17234d;font-size:14px;font-weight:400;line-height:1.35;padding:10px;outline:0;border:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:text;text-align:left}.cmcdrive-module-builder-header .header-title .shortcode-title:empty{min-height:18px}.cmcdrive-module-builder-header .header-title .shortcode-title:active,.cmcdrive-module-builder-header .header-title .shortcode-title:focus,.cmcdrive-module-builder-header .header-title .shortcode-title:focus-visible,.cmcdrive-module-builder-header .header-title .shortcode-title:hover{border:0;box-shadow:none;outline:0}.cmcdrive-module-builder-header .header-title .module-type-input{height:40px;display:inline-flex;align-items:center;gap:0;margin-left:12px;padding:0 10px 0 0;border:1px solid #e3eaf7;border-radius:8px;background:#fff;color:#17234d;font-size:14px;font-weight:600;box-shadow:0 8px 18px rgba(16,32,82,.035);overflow:hidden}.cmcdrive-module-builder-header .header-title .module-type-input img{width:40px;height:46px;margin:0;background:rgba(47,125,246,.1);padding:7px}.cmcdrive-module-builder-header .header-title .module-type-input:hover{border-color:rgba(47,125,246,.28);background:#f8fbff}.cmcdrive-module-builder-header .header-save-status{display:inline-flex;align-items:center;gap:8px;margin-left:auto;color:#2a365a;font-size:13px;font-weight:500;white-space:nowrap}.cmcdrive-module-builder-header .header-save-status i{width:20px;height:20px;font-size:20px;line-height:20px}.cmcdrive-module-builder-header .header-save-status.is-saved i{color:#00c95a}.cmcdrive-module-builder-header .header-save-status.is-dirty i{color:#f59e0b}.cmcdrive-module-builder-header .header-actions{align-items:center;gap:12px;margin-left:12px}.cmcdrive-module-builder-header .header-actions .btn-cancel{height:40px;margin:0;border-radius:8px}.cmcdrive-module-builder-header .header-actions .add-new-btn,.cmcdrive-module-builder-header .header-actions .btn-save,.cmcdrive-module-builder-header .header-actions .header-action-btn{height:40px;min-width:94px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 12px;margin:0;border-radius:8px;font-size:13px;font-weight:500;line-height:1;cursor:pointer;text-decoration:none;transition:all .2s ease}.cmcdrive-module-builder-header .header-actions .add-new-btn i,.cmcdrive-module-builder-header .header-actions .btn-save i,.cmcdrive-module-builder-header .header-actions .header-action-btn i{width:19px;height:19px;font-size:19px;line-height:19px;margin:0}.cmcdrive-module-builder-header .header-actions .header-action-btn{border:1px solid #e3eaf7;background:#fff;color:#0d1b45;box-shadow:0 8px 18px rgba(16,32,82,.035)}.cmcdrive-module-builder-header .header-actions .header-action-btn:hover{color:#2f7df6;border-color:rgba(47,125,246,.28);background:#f8fbff}.cmcdrive-module-builder-header .header-actions .add-new-btn,.cmcdrive-module-builder-header .header-actions .btn-save{min-width:132px;border:1px solid #2f7df6;background:#2f7df6;color:#fff;box-shadow:0 12px 24px rgba(47,125,246,.22)}.cmcdrive-module-builder-header .header-actions .add-new-btn:hover,.cmcdrive-module-builder-header .header-actions .btn-save:hover{color:#fff;background:#0a65f2;border-color:#0a65f2}@media (max-width:1280px){.cmcdrive-module-builder-header{flex-wrap:wrap}.cmcdrive-module-builder-header .header-save-status{margin-left:0}.cmcdrive-module-builder-header .header-actions{width:100%;margin-left:0;justify-content:flex-end}}@media (max-width:767px){.cmcdrive-module-builder-header{top:-50px;margin-left:-10px;margin-right:-10px;padding:10px;gap:10px}.cmcdrive-module-builder-header .btn-back{min-width:46px;padding:0 12px}.cmcdrive-module-builder-header .btn-back span{display:none}.cmcdrive-module-builder-header .header-title{min-width:0;width:calc(100% - 58px)}.cmcdrive-module-builder-header .header-title .header-icon{width:38px;height:38px}.cmcdrive-module-builder-header .header-title label{font-size:16px}.cmcdrive-module-builder-header .header-title .shortcode-title{max-width:180px;font-size:12px}.cmcdrive-module-builder-header .header-title .module-type-input{height:38px;padding:0 10px;margin-left:0}.cmcdrive-module-builder-header .header-save-status{width:100%}.cmcdrive-module-builder-header .header-actions{justify-content:stretch;gap:8px;overflow-x:auto}.cmcdrive-module-builder-header .header-actions .add-new-btn,.cmcdrive-module-builder-header .header-actions .btn-cancel,.cmcdrive-module-builder-header .header-actions .btn-save,.cmcdrive-module-builder-header .header-actions .header-action-btn{height:40px;min-width:-moz-max-content;min-width:max-content;padding:0 12px}.cmcdrive-module-builder-header:has(.btn-back) .header-title img{display:block}.cmcdrive-module-builder-header:has(.btn-back) .header-title label{display:flex}.cmcdrive-module-builder-header:has(.btn-back) .header-actions{justify-content:stretch}}.cmcdrive-module-builder .no-item-placeholder{padding:3rem 5em;border-radius:10px;border:1px solid rgba(47,125,246,.3);background:#fff;margin:50px auto 0;width:-moz-max-content;width:max-content;display:flex;align-items:center;justify-content:center;flex-direction:column}.cmcdrive-module-builder .no-item-placeholder img{width:200px;margin-left:-40px}.cmcdrive-module-builder .no-item-placeholder h3{color:#7a7a7a;margin:1.5em;font-weight:500}.cmcdrive-module-builder .no-item-placeholder button{margin-top:1em}.cmcdrive-module-builder .cmcdrive-module-builder-form{overflow-y:unset}.cmcdrive-module-builder-form{display:flex;flex-wrap:nowrap;align-items:flex-start;background:#f8fafe;min-height:calc(100vh - 80px)}.cmcdrive-module-builder-form .module-builder-sidebar{width:260px;flex:0 0 260px;background:#fff;max-width:260px;padding:20px 16px 70px;position:sticky;top:100px;height:calc(100vh - 102px);border:1px solid #e6ecf8;box-shadow:0 12px 30px rgba(11,27,77,.04);display:flex;align-items:stretch;flex-direction:column;transition:all .3s ease;overflow-y:auto;overflow-x:hidden}.cmcdrive-module-builder-form .module-builder-sidebar::-webkit-scrollbar{width:5px;height:5px}.cmcdrive-module-builder-form .module-builder-sidebar::-webkit-scrollbar-thumb{background-color:#d3d3d3;border-radius:4px}.cmcdrive-module-builder-form .module-builder-sidebar::-webkit-scrollbar-thumb:hover{background-color:#b3b3b3}.cmcdrive-module-builder-form .module-builder-sidebar::-webkit-scrollbar-track{background:#f0f0f0}.cmcdrive-module-builder-form .module-builder-sidebar .sidebar-collapser{background:#fff;align-self:center;box-sizing:content-box;cursor:pointer;position:absolute;height:40px;min-height:40px;transition:all .3s ease;overflow:hidden;border-radius:10px;color:#15265b;border:1px solid #e6ecf8;z-index:9;padding:0 5px;right:18px;bottom:18px}.cmcdrive-module-builder-form .module-builder-sidebar .sidebar-collapser svg{width:24px;height:24px;margin:auto;display:block;transition:all .3s ease;background:0 0;border-radius:50%;padding:3px;opacity:.75}.cmcdrive-module-builder-form .module-builder-sidebar .sidebar-collapser:hover svg{opacity:1}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs{display:flex;flex-direction:column;align-items:stretch;gap:18px}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab{display:flex;align-items:center;flex-direction:row;justify-content:flex-start;text-align:left;gap:16px;padding:12px;background:#fff;border:1px solid #e6ecf8;width:100%;color:#17234d;border-radius:10px;min-height:90px;box-shadow:0 10px 24px rgba(16,32,82,.035);transition:all .25s ease}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab-wrap{max-width:100%;position:relative;cursor:pointer;width:100%;display:flex;align-items:center;justify-content:center}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab-wrap:not(:last-child){margin-bottom:0}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab-wrap.active .shortcode-tab{background:rgba(47,125,246,.075);border-color:rgba(47,125,246,.35);color:#051235}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab-wrap.active .shortcode-tab .tab-icon{background:rgba(47,125,246,.12)}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab-wrap:not(.active):hover .shortcode-tab{border-color:rgba(47,125,246,.25);box-shadow:0 14px 32px rgba(16,32,82,.06)}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon{width:48px;height:48px;min-width:48px;margin-bottom:0;background:rgba(47,125,246,.1);border-radius:7px;display:flex;align-items:center;justify-content:center}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon:before{content:"";display:block;width:28px;height:28px;background-color:#2f7df6;mask-size:cover;-webkit-mask-size:cover}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon.icon-type:before{-webkit-mask:url(../images/module-builder/tabs/type.svg) no-repeat center/cover;mask:url(../images/module-builder/tabs/type.svg) no-repeat center/cover}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon.icon-sources:before{-webkit-mask:url(../images/module-builder/tabs/sources.svg) no-repeat center;mask:url(../images/module-builder/tabs/sources.svg) no-repeat center}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon.icon-filters{background:rgba(142,53,242,.12)}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon.icon-filters:before{background-color:#8e35f2;-webkit-mask:url(../images/module-builder/tabs/filters.svg) no-repeat center;mask:url(../images/module-builder/tabs/filters.svg) no-repeat center}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon.icon-advanced{background:rgba(25,199,101,.12)}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon.icon-advanced:before{background-color:#19c765;-webkit-mask:url(../images/module-builder/tabs/advanced.svg) no-repeat center;mask:url(../images/module-builder/tabs/advanced.svg) no-repeat center}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon.icon-notifications{background:rgba(255,149,0,.12)}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon.icon-notifications:before{background-color:#ff9500;-webkit-mask:url(../images/module-builder/tabs/notifications.svg) no-repeat center;mask:url(../images/module-builder/tabs/notifications.svg) no-repeat center}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon.icon-permissions:before{-webkit-mask:url(../images/module-builder/tabs/permissions.svg) no-repeat center;mask:url(../images/module-builder/tabs/permissions.svg) no-repeat center}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab .tab-name{display:block;font-size:15px;text-transform:none;font-weight:500;white-space:nowrap}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab .tab-description{display:block;color:#46557e;font-size:12px;line-height:1.55;margin-top:6px}.cmcdrive-module-builder-form .module-builder-sidebar.sidebar-collapsed{max-width:84px;flex-basis:84px;width:84px;padding:18px 14px 70px;top:100px}.cmcdrive-module-builder-form .module-builder-sidebar.sidebar-collapsed .sidebar-collapser{align-self:center;transform:rotate(180deg);width:40px;display:flex;align-items:center;justify-content:center;padding:0}.cmcdrive-module-builder-form .module-builder-sidebar.sidebar-collapsed .shortcode-tab{padding:0;min-height:56px;justify-content:center}.cmcdrive-module-builder-form .module-builder-sidebar.sidebar-collapsed .shortcode-tab-wrap{height:56px;width:56px}.cmcdrive-module-builder-form .module-builder-sidebar.sidebar-collapsed .shortcode-tab-wrap:not(:last-child){margin-bottom:0}.cmcdrive-module-builder-form .module-builder-sidebar.sidebar-collapsed .shortcode-tab .tab-icon{margin-bottom:0;width:30px;height:30px;min-width:30px}.cmcdrive-module-builder-form .module-builder-sidebar.sidebar-collapsed .shortcode-tab .tab-icon:before{width:22px;height:22px}.cmcdrive-module-builder-form .module-builder-sidebar.sidebar-collapsed .shortcode-tab .tab-meta{display:none}@media (max-width:767px){.cmcdrive-module-builder-form .module-builder-sidebar{width:100%;max-width:100%;flex-basis:100%;background:0 0;height:auto;min-height:auto;margin:20px 0;padding:0;position:static;border:0}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs{flex-direction:row;gap:12px;overflow-x:auto}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab{background:0 0;padding:0;border:0;color:#777}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab .tab-name{font-size:.7em;font-weight:400;text-transform:capitalize}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon{width:26px;height:26px;min-width:26px;margin-bottom:7px;background:0 0}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon:before{width:24px;height:24px;background:#777}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab-wrap{width:auto;min-width:76px}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab-wrap:not(:last-child){margin-bottom:0}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab-wrap:not(:last-child):after{display:none}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab-wrap.active .shortcode-tab{background:0 0;color:#2f7df6}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab-wrap.active .shortcode-tab .tab-icon{background:0 0}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab-wrap.active .shortcode-tab .tab-icon:before{background-color:#2f7df6}.cmcdrive-module-builder-form .module-builder-sidebar .shortcode-tabs .shortcode-tab-wrap.active .shortcode-tab .tab-name{font-weight:500}}.cmcdrive-module-builder-form .module-builder-content{flex:1;min-width:0;padding:10px}.cmcdrive-module-builder-form:has(.module-builder-sidebar) .module-builder-content{width:auto;max-width:none;min-height:100vh;display:flex;flex-direction:column}.cmcdrive-module-builder-form:has(.module-builder-sidebar):has(.sidebar-collapser) .module-builder-content{max-width:none}.cmcdrive-module-builder-form.editor-mode{padding:0;gap:0}.cmcdrive-module-builder-form.editor-mode .module-builder-sidebar{top:0}.cmcdrive-module-builder-form.editor-mode .module-builder-content{padding:0;display:flex;flex-direction:column;height:calc(100vh - 50px);width:100%;max-width:100%!important}.shortcode-module{padding:15px}.shortcode-module-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px;width:100%;border-bottom:1px solid #e5e5e5;padding-bottom:10px}.shortcode-module-header .module-title{flex:1;text-align:left}.shortcode-module-header .module-title h2{font-size:18px;margin-bottom:5px;font-weight:600;text-align:left;margin-top:0;color:#555}.shortcode-module-header .module-title span{font-size:14px}.shortcode-module-header .module-type{cursor:pointer;display:flex;align-items:center;margin-left:15px;border:1px solid rgba(47,125,246,.3);padding:10px 12px;border-radius:5px;background:#fff;transition:all .2s ease-in-out}.shortcode-module-header .module-type-title{margin-right:10px;font-weight:400;font-size:1em}.shortcode-module-header .module-type img{width:20px;height:20px;margin-right:7px}.shortcode-module-header .module-type-name{font-size:1em;font-weight:500}.shortcode-module-header .module-type:hover{background:rgba(213,240,219,.3)}@media (max-width:767px){.shortcode-module .shortcode-module-header{flex-flow:column-reverse;align-items:center;text-align:center}.shortcode-module .shortcode-module-header .module-title h2{text-align:center;margin-top:10px}.shortcode-module .shortcode-module-header .module-type{display:none}.shortcode-module .shortcode-module-header .shortcode-wrap{display:none}.shortcode-module .shortcode-types{gap:10px}.shortcode-module .shortcode-types .shortcode-type{width:calc(50% - 5px);text-align:center;padding:1em}}.cmcdrive-module-builder .components-form-toggle,.cmcdrive-module-builder-modal .components-form-toggle,.cmcdrive-table-builder .components-form-toggle{width:-moz-max-content;width:max-content;background:#fff;padding:3px;border-radius:15px;height:auto;line-height:0}.cmcdrive-module-builder .components-form-toggle__track,.cmcdrive-module-builder-modal .components-form-toggle__track,.cmcdrive-table-builder .components-form-toggle__track{width:44px;height:22px;border-radius:22px;border-color:#5c637e}.cmcdrive-module-builder .components-form-toggle__thumb,.cmcdrive-module-builder-modal .components-form-toggle__thumb,.cmcdrive-table-builder .components-form-toggle__thumb{background:#5c637e;border:none;width:15px;height:15px;border-radius:25px;top:6px;left:6px}.cmcdrive-module-builder .components-form-toggle.is-checked .components-form-toggle__thumb,.cmcdrive-module-builder-modal .components-form-toggle.is-checked .components-form-toggle__thumb,.cmcdrive-table-builder .components-form-toggle.is-checked .components-form-toggle__thumb{background:#fff;transform:translateX(22px)}.cmcdrive-module-builder .components-form-toggle.is-checked .components-form-toggle__track,.cmcdrive-module-builder-modal .components-form-toggle.is-checked .components-form-toggle__track,.cmcdrive-table-builder .components-form-toggle.is-checked .components-form-toggle__track{background:#5695f8}.cmcdrive-module-builder .components-base-control__field,.cmcdrive-module-builder-modal .components-base-control__field,.cmcdrive-table-builder .components-base-control__field{margin-bottom:0;display:flex;align-items:center}.cmcdrive-module-builder .components-base-control__field .components-checkbox-control__input,.cmcdrive-module-builder-modal .components-base-control__field .components-checkbox-control__input,.cmcdrive-table-builder .components-base-control__field .components-checkbox-control__input{border-color:rgba(92,99,126,.5);margin:0}.cmcdrive-module-builder .components-base-control__field .components-checkbox-control__input-container,.cmcdrive-module-builder-modal .components-base-control__field .components-checkbox-control__input-container,.cmcdrive-table-builder .components-base-control__field .components-checkbox-control__input-container{margin:0}.cmcdrive-module-builder .components-base-control__field .components-checkbox-control__input:checked,.cmcdrive-module-builder-modal .components-base-control__field .components-checkbox-control__input:checked,.cmcdrive-table-builder .components-base-control__field .components-checkbox-control__input:checked{background:#5695f8;border-color:#5695f8}@media (max-width:767px){.cmcdrive-module-builder,.cmcdrive-module-builder-modal,.cmcdrive-table-builder{margin-top:0}.cmcdrive-module-builder .shortcode-tabs,.cmcdrive-module-builder-modal .shortcode-tabs,.cmcdrive-table-builder .shortcode-tabs{flex-wrap:wrap;justify-content:space-around}.cmcdrive-module-builder .shortcode-tabs .shortcode-tab,.cmcdrive-module-builder-modal .shortcode-tabs .shortcode-tab,.cmcdrive-table-builder .shortcode-tabs .shortcode-tab{margin-right:0!important}.cmcdrive-module-builder .shortcode-tabs .shortcode-tab .tab-index,.cmcdrive-module-builder-modal .shortcode-tabs .shortcode-tab .tab-index,.cmcdrive-table-builder .shortcode-tabs .shortcode-tab .tab-index{height:2em;width:2em}.cmcdrive-module-builder .shortcode-tabs .shortcode-tab:not(:last-child):after,.cmcdrive-module-builder-modal .shortcode-tabs .shortcode-tab:not(:last-child):after,.cmcdrive-table-builder .shortcode-tabs .shortcode-tab:not(:last-child):after{width:1em;height:.3em}.cmcdrive-module-builder .module-builder-content,.cmcdrive-module-builder-modal .module-builder-content,.cmcdrive-table-builder .module-builder-content{padding:0;max-width:100%!important;width:100%!important}}.source-picker-card .setting-group{border:none}.cmcdrive-select-sources-wrap{display:flex;flex-wrap:wrap;align-items:flex-start}.cmcdrive-select-sources-wrap .source-title-wrap{width:100%;margin:10px 0 15px 0;text-align:left}.cmcdrive-select-sources-wrap .source-title-wrap h3,.cmcdrive-select-sources-wrap .source-title-wrap h4{margin-bottom:5px;color:#333}.cmcdrive-select-sources-wrap .source-title-wrap p{margin:0}.cmcdrive-select-sources-wrap .cmcdrive-file-browser{border:1px solid #eee;border-radius:10px;overflow:hidden;flex:1;height:auto;background:#fff}.cmcdrive-select-sources-wrap .cmcdrive-file-browser-header{position:static;z-index:9}.cmcdrive-select-sources-wrap .cmcdrive-file-browser-header .header-title i{color:#555;display:flex;align-items:center;justify-content:center}.cmcdrive-select-sources-wrap .cmcdrive-file-browser-body{align-items:normal}.cmcdrive-select-sources-wrap .cmcdrive-file-browser .cmcdrive-sidebar-wrap{width:200px}.cmcdrive-select-sources-wrap .cmcdrive-file-browser .cmcdrive-sidebar-wrap.sidebar-collapsed{width:50px;flex-basis:50px}.cmcdrive-select-sources-wrap .cmcdrive-file-browser .cmcdrive-sidebar-wrap .sidebar-uploader{display:none}.cmcdrive-select-sources-wrap .cmcdrive-file-browser .cmcdrive-sidebar-wrap .sidebar-brand .sidebar-brand-logo img{max-width:140px}.cmcdrive-select-sources-wrap .cmcdrive-file-browser .cmcdrive-body{background:#fff}.cmcdrive-select-sources-wrap .cmcdrive-file-browser .select-btn{position:absolute;color:#fff;right:10px;border:1px solid rgba(47,125,246,.3);z-index:2;display:flex;align-items:center;border-radius:3px;padding:5px;background:#2f7df6;cursor:pointer;line-height:1;transition:background .3s ease;font-size:1em}.cmcdrive-select-sources-wrap .cmcdrive-file-browser .select-btn i{margin-right:0}.cmcdrive-select-sources-wrap .cmcdrive-file-browser .select-btn span{margin-left:5px;display:none;font-size:14px}.cmcdrive-select-sources-wrap .cmcdrive-file-browser .select-btn.active{background:#ff9f10;border-color:#dc8400}.cmcdrive-select-sources-wrap .cmcdrive-file-browser .select-btn:hover span{display:block}.cmcdrive-select-sources-wrap .cmcdrive-file-browser .file-list .file-item:hover .file-item-checkbox{display:block}.cmcdrive-select-sources-wrap .cmcdrive-file-browser .file-list:not(.list-view) .file-item:not(.folder-item) .select-btn{top:10px}.cmcdrive-select-sources-wrap .cmcdrive-selected-list{width:32%;min-width:300px;max-width:360px;margin-left:16px;padding:12px;border:1px solid #e6ecf8;border-radius:14px;background:#fff;position:sticky;top:120px;box-shadow:0 14px 32px rgba(11,27,77,.045)}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .no-files-message{display:flex;justify-content:center;align-items:center;font-size:15px;color:#7582a5;margin:30px auto}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .no-files-message i{margin-right:5px}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-list-tools{display:flex;gap:10px;margin-bottom:14px}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-search{height:42px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid #e6ecf8;border-radius:10px;background:#fff;box-shadow:0 8px 18px rgba(16,32,82,.025);width:100%}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-search i{width:18px;height:18px;color:#7582a5;font-size:18px;line-height:18px}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-search input{width:100%;min-width:0;padding:0;border:0;background:0 0;color:#17234d;font-size:13px;font-weight:400;outline:0;box-shadow:none}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-search input::-moz-placeholder{color:#7c87a4}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-search input::placeholder{color:#7c87a4}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-filter-btn{width:44px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e6ecf8;border-radius:10px;background:#f9fbff;color:#425173;cursor:pointer}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-filter-btn i{width:18px;height:18px;font-size:18px;line-height:18px}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-filter-btn:hover{color:#2f7df6;border-color:rgba(47,125,246,.28);background:#f5f8ff}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-groups{padding:16px 14px;border:1px solid #e6ecf8;border-radius:13px;background:#fff}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-group{text-align:left}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-group+.selected-group{margin-top:20px}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-group h5{display:inline-flex;align-items:center;gap:8px;margin:0 0 10px;color:#17234d;font-size:15px;font-weight:600;line-height:1.2}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-group h5 span{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0;line-height:1;border-radius:999px;background:#eef4ff;color:#2f7df6;font-size:12px;font-weight:600}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-group .cmcdrive-dnd-list{overflow:hidden;border:1px solid #e6ecf8;border-radius:10px;background:#fff}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-group .cmcdrive-dnd-list:empty{display:none}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .cmcdrive-dnd-item{-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#fff;transition:margin .2s ease,background .2s ease,border .2s ease,transform .2s ease;cursor:grab}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .cmcdrive-dnd-item:last-child .selected-item{border-bottom:none}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .cmcdrive-dnd-item:active{cursor:grabbing}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .cmcdrive-dnd-item.dragging{opacity:.6;background:#f8f8f8;box-shadow:0 4px 12px rgba(0,0,0,.15);transform:scale(1.02);z-index:1000}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .cmcdrive-dnd-item.is-over{padding-top:30px}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .cmcdrive-dnd-item.is-invalid-over{border-color:#e57373;background:#fff5f5;cursor:not-allowed;position:relative}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .cmcdrive-dnd-item.is-invalid-over::after{content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:14px;opacity:.8}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-total{display:flex;align-items:center;gap:10px;padding:7px 10px;border:1px solid #e6ecf8;border-radius:12px;background:#f8fbff;box-shadow:0 8px 18px rgba(16,32,82,.025);margin-bottom:15px}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-total-title{display:block;color:#333;font-size:14px;font-weight:600;line-height:1.25}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-total-count-wrap{display:flex;align-items:center;gap:5px;font-weight:500}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .selected-total-count-wrap span{display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:500;background:rgba(47,125,246,.85);padding:4px;border-radius:50%;font-size:12px;border:1px solid rgba(47,125,246,.3);line-height:1;min-width:22px;height:22px}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .clear-selected-items{padding:7px 10px;border:1px solid #f1b8b8;border-radius:8px;background:#fff;color:#dc4c4c;font-size:13px;font-weight:400;cursor:pointer;margin-left:auto;white-space:nowrap}.cmcdrive-select-sources-wrap .cmcdrive-selected-list .clear-selected-items:hover{border-color:#dc4c4c;background:#fff7f7}.cmcdrive-select-sources-wrap .cmcdrive-selected-list>p{margin:0;color:#7582a5;font-size:13px;text-align:center;margin-top:20px}.cmcdrive-select-sources-wrap .no-account-placeholder{width:auto;flex:1;margin-top:0}@media (max-width:767px){.cmcdrive-select-sources-wrap{flex-direction:column}.cmcdrive-select-sources-wrap .cmcdrive-selected-list{width:100%;max-width:none;min-width:0;margin-left:0}}.selected-item{display:flex;align-items:center;gap:10px;padding:8px;border-bottom:1px solid #e6ecf8;color:#17234d;font-size:13px;font-weight:500}.selected-item-index{margin-left:0;color:#7582a5;font-size:13px}.selected-item .item-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:0}.selected-item .selected-item-size{margin-left:auto;color:#66708f;font-size:12px;font-weight:500;white-space:nowrap}.selected-item .drag-file-item{width:18px;height:18px;flex:0 0 18px;margin-right:0;fill:#52607f;transition:fill .3s ease,transform .2s ease,box-shadow .3s ease}.selected-item .drag-file-item:focus,.selected-item .drag-file-item:hover{fill:#17234d;transform:scale(1.1)}.selected-item .remove-item{display:flex;align-items:center;justify-content:center;height:22px;border:0;border-radius:50%;background:0 0;color:#52607f;font-size:20px;line-height:22px;opacity:.8;cursor:pointer;transition:all .3s ease}.selected-item .remove-item:hover{opacity:1;color:#dc4c4c;background:#fff1f1}.selected-item .dashicons-category,.selected-item .dashicons-move,.selected-item img{margin-right:0;color:#8f8f8f}.selected-item .dashicons-move{cursor:pointer}.selected-item .dashicons-move:hover{color:#555}.selected-item .file-item{display:flex;align-items:center;overflow:hidden;flex:1;cursor:pointer;gap:9px;font-size:13px;font-weight:400}.selected-item .file-item>img{width:20px;max-width:20px;min-height:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.selected-item.sortable-item{border:none}.cmcdrive-shortcode-preview,.cmcdrive-shortcode-preview *{box-sizing:border-box}.cmcdrive-shortcode-preview-container{z-index:99999!important}.cmcdrive-shortcode-preview-container,.cmcdrive-shortcode-preview-container *{box-sizing:border-box}.cmcdrive-shortcode-preview-popup{display:flex!important;align-items:center;justify-content:center;position:absolute!important;background:0 0;width:97%!important;height:95%!important}.cmcdrive-shortcode-preview-popup .swal2-html-container{width:100%!important;height:100%!important;background:#fff;border-radius:.5rem!important;margin:auto!important}.cmcdrive-shortcode-preview-header{display:flex;align-items:center;justify-content:space-between;padding:.8em;border-bottom:1px solid #ddd;margin-bottom:1em;position:sticky;top:0;z-index:10;background:#fff;box-shadow:0 .5rem 1rem rgba(0,0,0,.1)}.cmcdrive-shortcode-preview-header .header-title i{margin-right:7px}.cmcdrive-shortcode-preview-header button i{margin-right:0}.cmcdrive-shortcode-preview .preview-inner{text-align:left;padding:1rem 2em}.swal2-container.swal2-top-end{z-index:99999!important}.cmcdrive-module-builder-modal-wrap{background:#f7f8fa}.cmcdrive-module-builder.module-builder{margin-left:0;width:100%;background:#f7f8fa}.cmcdrive-module-builder.module-builder .cmcdrive-module-builder-header{top:0}.cmcdrive-module-builder.module-builder .cmcdrive-module-builder-form .module-builder-sidebar{top:67px}.cmcdrive-module-builder.module-builder .cmcdrive-module-builder-form .cmcdrive-select-sources-wrap .cmcdrive-selected-list{top:80px}.cmcdrive-module-types-wrap{display:flex;flex-direction:column;height:100%;min-height:0;background:#fff}.cmcdrive-module-types-wrap *{box-sizing:border-box}.cmcdrive-module-types-wrap .module-types-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px 30px 22px;border-bottom:1px solid #edf1f5}.cmcdrive-module-types-wrap .module-types-heading{min-width:0;display:flex;align-items:center;gap:12px}.cmcdrive-module-types-wrap .module-types-heading .module-types-heading-title{display:flex;align-items:flex-start;flex-direction:column;gap:3px}.cmcdrive-module-types-wrap .module-types-heading .module-types-heading-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(180deg,#f2f7ff 0,#edf4ff 100%);border:1px solid #d8e7ff;padding:9px;-o-object-fit:contain;object-fit:contain;box-shadow:0 8px 18px rgba(47,125,246,.08);flex-shrink:0}.cmcdrive-module-types-wrap .module-types-heading h3{margin:0;font-size:18px;line-height:1.1;font-weight:500;color:#1f2937}.cmcdrive-module-types-wrap .module-types-heading p{margin:0;font-size:14px;line-height:1.4;color:#667085}.cmcdrive-module-types-wrap .module-types-tools{display:flex;align-items:center;gap:14px;flex-shrink:0}.cmcdrive-module-types-wrap .module-types-search{width:320px;height:44px;display:flex;align-items:center;gap:10px;border:1px solid #dbe3ec;border-radius:12px;background:#fff;padding:0 14px;box-shadow:0 6px 16px rgba(15,23,42,.03)}.cmcdrive-module-types-wrap .module-types-search .dashicons{color:#98a2b3;font-size:18px;width:18px;height:18px}.cmcdrive-module-types-wrap .module-types-search input{width:100%;border:none;box-shadow:none;background:0 0;padding:0;color:#344054;font-size:15px}.cmcdrive-module-types-wrap .module-types-search input:focus{outline:0;box-shadow:none}.cmcdrive-module-types-wrap .module-types-close{width:42px;height:42px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#98a2b3;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.cmcdrive-module-types-wrap .module-types-close i{font-size:24px;width:24px;height:24px}.cmcdrive-module-types-wrap .module-types-close:hover{color:#475467;border-color:#cbd5e1;background:#f8fafc}.cmcdrive-module-types-wrap .module-types-filterbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 30px;border-bottom:1px solid #edf1f5;background:#fff}.cmcdrive-module-types-wrap .module-types-tabs{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cmcdrive-module-types-wrap .module-types-tab{height:40px;padding:0 16px;border:1px solid transparent;border-radius:14px;background:0 0;color:#475467;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.cmcdrive-module-types-wrap .module-types-tab .dashicons{width:16px;height:16px;font-size:16px}.cmcdrive-module-types-wrap .module-types-tab:hover{color:#1f2937;background:#f8fafc;border-color:#e5e7eb}.cmcdrive-module-types-wrap .module-types-tab.active{color:#0a61e8;background:linear-gradient(180deg,#f3f8ff 0,#edf5ff 100%);border-color:rgba(47,125,246,.22);box-shadow:inset 0 0 0 1px rgba(47,125,246,.05)}.cmcdrive-module-types-wrap .module-types-count{color:#0a61e8;background:#eef5ff;border:1px solid #d9e8ff;border-radius:999px;padding:8px 14px;font-size:14px;font-weight:500;white-space:nowrap}.cmcdrive-module-types{padding:18px 20px 28px;background:#fff;overflow-y:auto;flex:1;min-height:0}.cmcdrive-module-types .module-types-empty{min-height:280px;border:1px dashed #d5dbe3;border-radius:18px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;color:#667085;background:#fafcff}.cmcdrive-module-types .module-types-empty h4{margin:0 0 8px;color:#344054;font-size:18px}.cmcdrive-module-types .module-types-empty p{margin:0;font-size:14px}.cmcdrive-module-types .module-types-section+.module-types-section{margin-top:26px}.cmcdrive-module-types .module-types-section-header{display:flex;align-items:center;gap:8px;margin:0 8px 14px;color:#344054;font-size:13px;font-weight:500;letter-spacing:.03em;text-transform:uppercase}.cmcdrive-module-types .module-types-section-header .dashicons{font-size:16px;width:16px;height:16px;color:#7c3aed}.cmcdrive-module-types .module-types-grid{display:flex;flex-wrap:wrap;gap:18px}.cmcdrive-module-types .module-type{position:relative;width:calc((100% - 54px)/ 4);min-height:154px;padding:15px;border:1px solid #e9edf3;border-radius:16px;background:#fff;text-align:left;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:all .22s ease;box-shadow:0 10px 26px rgba(15,23,42,.04)}.cmcdrive-module-types .module-type:hover{transform:translateY(-2px);border-color:#cfe0ff;box-shadow:0 14px 32px rgba(15,23,42,.08)}.cmcdrive-module-types .module-type:focus{outline:0;border-color:#86b7fe;box-shadow:0 0 0 4px rgba(59,130,246,.08)}.cmcdrive-module-types .module-type.loading{cursor:wait}.cmcdrive-module-types .module-type.active{border-color:rgba(47,125,246,.32);box-shadow:0 16px 36px rgba(47,125,246,.12);background:linear-gradient(180deg,#f3f8ff 0,#edf5ff 100%)}.cmcdrive-module-types .module-type.pro-feature .pro-badge{display:inline-flex}.cmcdrive-module-types .module-type .module-type-main{display:flex;align-items:flex-start;gap:16px;min-width:0}.cmcdrive-module-types .module-type .icon-wrap{width:40px;min-width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid #eee}.cmcdrive-module-types .module-type .icon-wrap.icon-browser{background:#eaf2ff}.cmcdrive-module-types .module-type .icon-wrap.icon-gallery{background:#f0e9ff}.cmcdrive-module-types .module-type .icon-wrap.icon-review,.cmcdrive-module-types .module-type .icon-wrap.icon-uploader{background:#ebfaef}.cmcdrive-module-types .module-type .icon-wrap.icon-media{background:#fff0f5}.cmcdrive-module-types .module-type .icon-wrap.icon-search{background:#eaf8ee}.cmcdrive-module-types .module-type .icon-wrap.icon-embed{background:#eafcff}.cmcdrive-module-types .module-type .icon-wrap.icon-list{background:#fff0f8}.cmcdrive-module-types .module-type .icon-wrap.icon-slider{background:#edf4ff}.cmcdrive-module-types .module-type .icon-wrap img{width:22px;height:22px}.cmcdrive-module-types .module-type .type-meta{min-width:0;flex:1}.cmcdrive-module-types .module-type .type-head{display:flex;align-items:center;justify-content:flex-start;gap:10px;margin-bottom:5px}.cmcdrive-module-types .module-type .type-title{margin:0;color:rgba(31,41,55,.85)!important;font-size:15px;line-height:1.35;font-weight:500}.cmcdrive-module-types .module-type .description{margin:0;color:#667085!important;font-size:14px;line-height:1.6}.cmcdrive-module-types .module-type .pro-badge{display:none;align-items:center;gap:4px;padding:6px 9px;border-radius:999px;background:#fff5d8;color:#b7791f;font-size:11px;font-weight:500;white-space:nowrap;border:1px solid #eee}.cmcdrive-module-types .module-type .pro-badge i{margin:0}.cmcdrive-module-types .module-type .module-type-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:15px}.cmcdrive-module-types .module-type .type-hint{display:inline-flex;align-items:center;min-height:28px;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:400;line-height:1.3;border:1px solid rgba(219,227,236,.75);color:#475467;background:#fff}.cmcdrive-module-types .module-type .type-arrow{width:34px;min-width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dbe3ec;border-radius:50%;color:rgba(71,84,103,.75);background:#fff;transition:all .2s ease}.cmcdrive-module-types .module-type .type-arrow .dashicons{width:16px;height:16px;font-size:16px}.cmcdrive-module-types .module-type.active .type-arrow,.cmcdrive-module-types .module-type:hover .type-arrow{color:#111827;border-color:#c4ced8;background:#f8fafc}.cmcdrive-module-types .module-type.tone-blue .type-hint{color:#3b82f6;background:#edf4ff}.cmcdrive-module-types .module-type.tone-purple .type-hint{color:#8b5cf6;background:#f1ebff}.cmcdrive-module-types .module-type.tone-pink .type-hint,.cmcdrive-module-types .module-type.tone-rose .type-hint{color:#ec4899;background:#ffeaf5}.cmcdrive-module-types .module-type.tone-green .type-hint{color:#22a652;background:#eaf8ee}.cmcdrive-module-types .module-type.tone-amber .type-hint{color:#f59e0b;background:#fff4db}.cmcdrive-module-types .module-type.tone-cyan .type-hint{color:#06b6d4;background:#e7fbff}.cmcdrive-module-types .module-type.tone-sky .type-hint{color:#60a5fa;background:#edf5ff}.module-types-modal .cmcdrive-modal-content{width:min(1380px,100vw - 72px);max-width:100%;height:min(840px,100vh - 72px);max-height:calc(100vh - 72px);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 30px 80px rgba(15,23,42,.22);display:flex;flex-direction:column}.module-types-modal .module-types-footer{padding:12px 15px;border-top:1px solid #edf1f5;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;position:sticky;bottom:0;z-index:4;margin-top:auto}.module-types-modal .module-types-footer-help{display:flex;align-items:center;gap:14px;min-width:0}.module-types-modal .footer-help-icon{width:38px;min-width:38px;height:38px;border-radius:12px;background:#fff7df;color:#f5a524;display:inline-flex;align-items:center;justify-content:center;font-size:18px}.module-types-modal .footer-help-content{display:flex;flex-direction:column;gap:2px;min-width:0}.module-types-modal .footer-help-content strong{color:#1f2937;font-size:14px;font-weight:700}.module-types-modal .footer-help-content span{color:#667085;font-size:14px}.module-types-modal .module-types-footer-actions{display:flex;align-items:center;gap:12px;justify-content:flex-end;width:100%}.module-types-modal .cmcdrive-btn{min-width:114px;height:42px;border-radius:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}.module-types-modal .btn-cancel{border:1px solid #dbe3ec;background:#fff;color:#344054}.module-types-modal .btn-cancel:hover{background:#f8fafc;border-color:#c9d3de}.module-types-modal .btn-continue{border:1px solid #0a61e8;background:linear-gradient(180deg,#63acff 0,#1e67e8 100%);color:#fff}.module-types-modal .btn-continue:hover:not(:disabled){background:linear-gradient(180deg,#2f7df6 0,#0a61e8 100%);border-color:#0a61e8}.module-types-modal .btn-continue:disabled{opacity:.55;cursor:not-allowed}.module-types-modal.modal-update .cmcdrive-modal-content{width:min(1120px,100vw - 72px);height:min(840px,100vh - 72px)}.module-types-modal.form-builder-modal .cmcdrive-modal-content{width:min(720px,100vw - 72px);height:auto;max-height:calc(100vh - 72px)}.module-types-modal.form-builder-modal .cmcdrive-module-types-wrap{min-height:0}.module-types-modal.form-builder-modal .cmcdrive-module-types-wrap .module-types-header{align-items:center;padding:26px 30px 22px}.module-types-modal.form-builder-modal .cmcdrive-module-types-wrap .module-types-heading{align-items:center}.module-types-modal.form-builder-modal .cmcdrive-module-types-wrap .module-types-heading h3{font-size:18px}.module-types-modal.form-builder-modal .cmcdrive-module-types-wrap .module-types-tools{gap:0}.module-types-modal.form-builder-modal .cmcdrive-module-types{padding:22px 30px 28px;overflow-y:visible}.module-types-modal.form-builder-modal .module-types-simple-list{gap:16px}.module-types-modal.form-builder-modal .module-types-simple-list .module-type{width:calc((100% - 16px)/ 2);min-height:188px}.module-types-modal.form-builder-modal .module-types-footer{padding:12px 15px}@media (max-width:1180px){.module-types-modal .cmcdrive-module-types .module-types-grid .module-type{width:calc((100% - 36px)/ 3)}}@media (max-width:920px){.module-types-modal .cmcdrive-modal-content{width:calc(100vw - 24px);height:calc(100vh - 24px);max-height:calc(100vh - 24px)}.module-types-modal .cmcdrive-module-types-wrap .module-types-filterbar,.module-types-modal .cmcdrive-module-types-wrap .module-types-footer,.module-types-modal .cmcdrive-module-types-wrap .module-types-header{padding-left:18px;padding-right:18px}.module-types-modal .cmcdrive-module-types-wrap .module-types-filterbar,.module-types-modal .cmcdrive-module-types-wrap .module-types-footer,.module-types-modal .cmcdrive-module-types-wrap .module-types-header{flex-direction:column;align-items:stretch}.module-types-modal .cmcdrive-module-types-wrap .module-types-tools{width:100%}.module-types-modal .cmcdrive-module-types-wrap .module-types-search{width:100%}.module-types-modal .cmcdrive-module-types{padding:16px}.module-types-modal .cmcdrive-module-types .module-types-grid .module-type{width:calc((100% - 18px)/ 2)}.module-types-modal .module-types-footer-help{width:100%}.module-types-modal .module-types-footer-actions{width:100%;justify-content:flex-end}}@media (max-width:640px){.module-types-modal .cmcdrive-module-types-wrap .module-types-heading h3{font-size:22px}.module-types-modal .cmcdrive-module-types .module-types-grid .module-type{width:100%}.module-types-modal .cmcdrive-module-types .module-type{min-height:auto}.module-types-modal .module-types-footer-actions{flex-direction:column-reverse}.module-types-modal .module-types-footer-actions .cmcdrive-btn{width:100%}}.cmcdrive-shortcode-list-wrap.modern-listing-ui{padding:16px 20px 24px;background:linear-gradient(180deg,#f8fbff 0,#fff 100%)}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-no-results{padding:40px 20px;text-align:center;color:#667085;font-size:15px;display:flex;flex-direction:column;align-items:center;gap:10px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-no-results i{font-size:34px;width:34px;height:34px;color:#c0cad8}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-page-top{display:flex;align-items:center;gap:14px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-page-title-row{display:flex;gap:10px;flex-direction:column}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-page-title-wrap{min-width:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list-title{margin:0;color:#0f172a;font-size:20px;line-height:1.15;font-weight:500;text-align:left;padding:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list-title .shortcode-list-count{color:#667085;font-size:16px;font-weight:400;margin-left:8px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-page-description{margin:-6px 0 4px;color:#667085;font-size:15px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-stats-grid{display:flex;gap:14px;flex:1;margin-left:auto;justify-content:flex-end}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-stat-card{background:#fff;border:1px solid #e6edf5;border-radius:16px;padding:14px 16px;display:flex;align-items:center;gap:14px;box-shadow:0 12px 28px rgba(15,23,42,.05);width:30%;max-width:320px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-stat-card .stat-icon{width:42px;min-width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-stat-card .stat-icon img{width:24px;height:24px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-stat-card .stat-meta{display:flex;flex-direction:column;gap:3px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-stat-card .stat-meta span{font-size:13px;color:#667085}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-stat-card .stat-meta strong{font-size:1.15rem;line-height:1;color:#111827}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-stat-card.tone-purple .stat-icon{background:#f3edff;color:#7c3aed}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-stat-card.tone-green .stat-icon{background:#eaf8ef;color:#2f7df6}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-stat-card.tone-amber .stat-icon{background:#fff4e7;color:#f97316}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-stat-card.tone-sky .stat-icon{background:#edf4ff;color:#3b82f6}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel{display:flex;align-items:center;justify-content:space-between;gap:14px;position:relative;overflow:visible;padding:15px;margin:30px 0 30px 0;border-radius:8px;background:#fff;border:1px solid #edf2f7}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-main{display:flex;gap:30px;flex:1;align-items:end}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .search-wrap,.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .settings-filter-type,.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .settings-sort-by,.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .settings-status-type{margin:0;display:flex;flex-direction:column;gap:6px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .search-wrap h4,.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .settings-filter-type h4,.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .settings-sort-by h4,.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .settings-status-type h4{margin:0;padding-left:4px;font-size:11px;line-height:1;letter-spacing:.03em;text-transform:uppercase;color:#8a94a6;font-weight:500}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .search-wrap{position:relative;border:1px solid #e4eaf3;border-radius:8px;background:linear-gradient(180deg,#fff 0,#fdfefe 100%);min-height:42px;display:flex;align-items:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.8);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;flex:1;max-width:320px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .search-wrap:focus-within,.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .search-wrap:hover{border-color:#cfd9ea;box-shadow:0 8px 20px rgba(15,23,42,.05);background:#fff}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .search-wrap .search-input{border:none;box-shadow:none;width:100%;background:0 0;font-size:14px;font-weight:500;color:#0f172a;height:100%;position:absolute;padding:0 40px;z-index:1}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .search-wrap .search-input::-moz-placeholder{color:#98a2b3;font-weight:400}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .search-wrap .search-input::placeholder{color:#98a2b3;font-weight:400}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .search-wrap .search-submit{position:absolute;left:16px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;z-index:2}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .search-wrap .search-submit svg{width:18px;height:18px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .search-wrap .search-submit svg circle,.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .search-wrap .search-submit svg path{stroke:#94a3b8}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .search-wrap .search-dismiss{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .search-wrap .search-dismiss:hover{background:#f1f5f9}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .components-select-control{margin:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .components-base-control__field{margin:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .components-input-base .components-flex-item{position:absolute;top:-12px;left:10px;z-index:2;background:#fff}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .components-input-base .components-flex-item label{color:rgba(0,0,0,.6);padding:5px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .components-input-control__container{border-radius:16px;background:linear-gradient(180deg,#fff 0,#fdfefe 100%)}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .components-select-control select{width:100%;border-radius:8px;height:42px;border-color:#e4eaf3;box-shadow:none;padding:0 38px 0 14px;color:rgba(0,0,0,.75);font-size:13px;font-weight:500;background:0 0;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .components-select-control select:focus,.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .components-select-control select:hover{border-color:#cfd9ea;box-shadow:0 8px 20px rgba(15,23,42,.05);background:#fff}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .components-input-control__suffix{right:12px;color:#94a3b8}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel .components-input-control__backdrop{border-radius:8px;border-color:#e4eaf3}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-list-column-settings-wrap{position:relative}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-list-column-settings{width:42px;height:42px;border:1px solid #e4eaf3;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#475467;cursor:pointer;background:linear-gradient(180deg,#fff 0,#fdfefe 100%);transition:.2s ease;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-list-column-settings .column-settings-icon{font-size:18px;width:18px;height:18px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-list-column-settings.is-open,.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-list-column-settings:hover{border-color:#cfd9ea;color:#4f46e5;box-shadow:0 8px 20px rgba(15,23,42,.07)}.cmcdrive-shortcode-list-wrap.modern-listing-ui .columns-popover{position:absolute;top:calc(100% + 12px);right:0;width:min(390px,100vw - 80px);padding:14px 16px 16px;background:#fff;border:1px solid #dfe7f1;border-radius:18px;box-shadow:0 18px 44px rgba(15,23,42,.14);z-index:50}.cmcdrive-shortcode-list-wrap.modern-listing-ui .columns-popover-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid #edf2f7}.cmcdrive-shortcode-list-wrap.modern-listing-ui .columns-popover-header h4{margin:0;font-size:18px;line-height:1.2;color:rgba(0,0,0,.75)}.cmcdrive-shortcode-list-wrap.modern-listing-ui .columns-popover-header p{margin:4px 0 0;font-size:13px;line-height:1.5;color:#667085}.cmcdrive-shortcode-list-wrap.modern-listing-ui .popover-close-btn{width:32px;min-width:32px;height:32px;border:none;border-radius:12px;background:#f8fafc;color:#98a2b3;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;right:10px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .popover-close-btn:hover{color:#475467;background:#eef2f7}.cmcdrive-shortcode-list-wrap.modern-listing-ui .columns-option-grid{display:flex;gap:10px 12px;padding:14px 0;flex-wrap:wrap}.cmcdrive-shortcode-list-wrap.modern-listing-ui .column-option-card{min-height:40px;padding:8px 10px;border:1px solid transparent;border-radius:10px;background:#fff;display:flex;align-items:center;gap:8px;color:#1f2937;font-size:14px;font-weight:500;cursor:pointer;transition:.2s ease;text-align:left;width:48%}.cmcdrive-shortcode-list-wrap.modern-listing-ui .column-option-card>.dashicons{color:#475467;font-size:16px;width:16px;height:16px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .column-option-card.is-selected,.cmcdrive-shortcode-list-wrap.modern-listing-ui .column-option-card:hover{border-color:#e3defd;background:#f8f6ff;box-shadow:none}.cmcdrive-shortcode-list-wrap.modern-listing-ui .check-mark{width:18px;min-width:18px;height:18px;border-radius:5px;border:1px solid #d0d5dd;display:inline-flex;align-items:center;justify-content:center;background:#fff;position:relative;box-sizing:border-box}.cmcdrive-shortcode-list-wrap.modern-listing-ui .check-mark::before{content:"";position:absolute;width:4px;height:9px;border:solid #4f46e5;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transform-origin:center;top:1px;left:5px;transition:transform .2s ease}.cmcdrive-shortcode-list-wrap.modern-listing-ui .check-mark.is-visible::before{transform:rotate(45deg) scale(1)}.cmcdrive-shortcode-list-wrap.modern-listing-ui .columns-helper-note{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid #c8efd3;border-radius:12px;background:linear-gradient(180deg,#fbfffc 0,#f4fff8 100%);color:#475467;font-size:13px;line-height:1.5}.cmcdrive-shortcode-list-wrap.modern-listing-ui .columns-helper-note .dashicons{color:#2f7df6;width:22px;height:22px;font-size:22px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .columns-popover-footer{display:flex;align-items:center;justify-content:flex-start;gap:16px;padding-top:14px;border-top:1px solid #edf2f7}.cmcdrive-shortcode-list-wrap.modern-listing-ui .columns-reset-btn{border:none;background:0 0;color:#667085;display:inline-flex;align-items:center;gap:10px;font-size:14px;cursor:pointer}.cmcdrive-shortcode-list-wrap.modern-listing-ui .columns-reset-btn:hover{color:#111827}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-view-switch{display:inline-flex;align-items:center;border-radius:8px;background:#f8fbff;border:1px solid #e6edf5}.cmcdrive-shortcode-list-wrap.modern-listing-ui .view-switch-btn{height:40px;width:40px;border-radius:6px;border:1px solid transparent;background:0 0;color:#64748b;justify-content:center}.cmcdrive-shortcode-list-wrap.modern-listing-ui .view-switch-btn.active{color:#4f46e5;border-color:#d9ddff;background:#fff;box-shadow:0 8px 18px rgba(99,102,241,.1)}.cmcdrive-shortcode-list-wrap.modern-listing-ui .view-switch-btn:hover{color:#334155;background:rgba(255,255,255,.72)}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-list-wrap{background:#fff;border-radius:8px;border:1px solid #edf2f7}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-selection-toolbar{padding:10px 14px;display:flex;align-items:center;gap:14px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .selection-badge{min-width:26px;height:26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#eef2ff;color:#4f46e5;font-weight:700;font-size:13px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .selection-text{color:#475467;font-size:14px;font-weight:400}.cmcdrive-shortcode-list-wrap.modern-listing-ui .btn-activate,.cmcdrive-shortcode-list-wrap.modern-listing-ui .btn-danger,.cmcdrive-shortcode-list-wrap.modern-listing-ui .btn-deactivate,.cmcdrive-shortcode-list-wrap.modern-listing-ui .btn-info{border-radius:999px;height:34px;padding:0 8px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .btn-activate.disabled,.cmcdrive-shortcode-list-wrap.modern-listing-ui .btn-danger.disabled,.cmcdrive-shortcode-list-wrap.modern-listing-ui .btn-deactivate.disabled,.cmcdrive-shortcode-list-wrap.modern-listing-ui .btn-info.disabled{color:rgba(0,0,0,.35);background:#f8fafc!important;border-color:#f0f1f4}.cmcdrive-shortcode-list-wrap.modern-listing-ui .btn-activate{background:#edf9f0;color:#2f7df6;border:1px solid #d8f1df}.cmcdrive-shortcode-list-wrap.modern-listing-ui .btn-deactivate{background:#fff5ec;color:#f97316;border:1px solid #ffe0c7}.cmcdrive-shortcode-list-wrap.modern-listing-ui .btn-info{background:#eef4ff;color:#3b82f6;border:1px solid #dce8ff}.cmcdrive-shortcode-list-wrap.modern-listing-ui .btn-danger{background:#fff1f4;color:#e11d48;border:1px solid #ffd8e2}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-table-panel{overflow:visible;position:relative}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list{width:100%;border-collapse:collapse;background:0 0;min-width:1180px;margin:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list thead th{background:#f8fbff;color:#344054;font-size:13px;font-weight:700;text-align:left;padding:12px 14px;border-bottom:1px solid #e6edf5;border-top:1px solid #e6edf5}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list thead th.col-selection{width:20px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list thead th.col-id{width:60px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list thead th.col-actions{text-align:right}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list thead th .module-sort-header{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:0;border:0;background:0 0;color:inherit;font:inherit;font-weight:700;line-height:1.2;cursor:pointer;text-align:left}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list thead th .module-sort-header .dashicons{width:14px;height:14px;color:#98a2b3;font-size:14px;line-height:14px;opacity:.75;transition:color .18s ease,opacity .18s ease}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list thead th .module-sort-header.is-active,.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list thead th .module-sort-header:hover{color:#2f7df6}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list thead th .module-sort-header.is-active .dashicons,.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list thead th .module-sort-header:hover .dashicons{color:#2f7df6;opacity:1}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list tbody td{padding:12px 14px;border-bottom:1px solid #edf2f7;vertical-align:middle;background:#fff;transition:background-color .18s ease,border-color .18s ease}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list tbody tr.cmcdrive-shortcode-list-item{transition:box-shadow .18s ease}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list tbody tr.cmcdrive-shortcode-list-item:hover td{background:#eef5ff;border-bottom-color:#d7e6ff}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list tbody tr.cmcdrive-shortcode-list-item:hover .module-cell-icon{background:#e4eeff;box-shadow:0 8px 18px rgba(47,125,246,.12)}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list tbody tr.cmcdrive-shortcode-list-item:hover .module-cell-meta .shortcode-title{color:#2f7df6}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list tbody tr:last-child td{border-bottom:none}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-cell{display:flex;align-items:center;gap:12px;min-width:0;text-align:left}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-cell-icon{width:38px;height:38px;border-radius:10px;background:#f8fafc;padding:6px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-cell-meta{min-width:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-cell-meta .shortcode-title{padding:0;background:0 0;border:none;box-shadow:none;color:rgba(0,0,0,.85);font-weight:500;text-align:left;justify-content:flex-start;height:auto;min-height:0;font-size:14px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-cell-subtitle{display:flex;align-items:center;gap:6px;margin-top:4px;color:#667085;font-size:12px;flex-wrap:wrap}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-cell-subtitle .dot{color:#c0c7d1}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-cell-subtitle a{color:#475467;font-weight:500;text-decoration:none}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-cell-subtitle a:hover{color:#2563eb}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-author-avatar{width:20px;height:20px;border-radius:999px;-o-object-fit:cover;object-fit:cover}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-type-cell{display:inline-flex;align-items:center;gap:7px;min-width:0;flex-wrap:wrap}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-integration-source{display:inline-flex;align-items:center;justify-content:center;width:24px;min-width:24px;height:24px;border:1px solid #d7e4f5;border-radius:999px;background:#fff;box-shadow:0 4px 10px rgba(16,24,40,.06);text-decoration:none}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-integration-source img{width:18px;height:18px;border-radius:999px;-o-object-fit:contain;object-fit:contain}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-integration-source span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-integration-source:hover{border-color:#2f7df6;box-shadow:0 5px 12px rgba(47,125,246,.14)}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-type-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 7px;border-radius:7px;font-size:12px;font-weight:400}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-type-badge img{width:13px;height:13px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-type-badge.tone-blue{background:#eaf2ff;color:#3b82f6}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-type-badge.tone-purple{background:#f1ebff;color:#8b5cf6}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-type-badge.tone-green{background:#eaf8ee;color:#2f7df6}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-type-badge.tone-rose{background:#fff0f4;color:#ec4899}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-type-badge.tone-sky{background:#edf6ff;color:#3b82f6}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-type-badge.tone-pink{background:#fff0f8;color:#ec4899}.cmcdrive-shortcode-list-wrap.modern-listing-ui .col-shortcode-status .col-status-wrap{display:inline-flex;align-items:center;gap:6px;padding:3px 8px 3px 5px;border-radius:999px;color:#0a61e8;cursor:pointer}.cmcdrive-shortcode-list-wrap.modern-listing-ui .col-shortcode-status .col-status-wrap .components-form-toggle{padding:0;line-height:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .col-shortcode-status .col-status-wrap .components-form-toggle .components-form-toggle__track{width:28px;height:15px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .col-shortcode-status .col-status-wrap .components-form-toggle .components-form-toggle__thumb{top:2px;left:2px;width:11px;height:11px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .col-shortcode-status .col-status-wrap .components-form-toggle.is-checked .components-form-toggle__thumb{transform:translateX(12px)}.cmcdrive-shortcode-list-wrap.modern-listing-ui .col-shortcode-status .col-status-wrap .status-label{font-size:12px;font-weight:500}.cmcdrive-shortcode-list-wrap.modern-listing-ui .col-shortcode-status .col-status-wrap.status-inactive{color:#b45309}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-shortcode-copy{display:flex;align-items:center;gap:8px;cursor:pointer}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-shortcode-copy code{display:inline-flex;align-items:center;padding:7px 12px;border-radius:8px;border:1px solid #dde4ee;background:#fbfcfe;color:#475467;font-size:12px;white-space:nowrap}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-shortcode-copy code:hover{background:#f8f9fb;border-color:#cfd9ea}.cmcdrive-shortcode-list-wrap.modern-listing-ui .copy-shortcode-btn{width:32px;min-width:32px;height:32px;border-radius:4px;border:1px solid #dde4ee;background:#fff;color:rgba(0,0,0,.6);padding:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .copy-shortcode-btn:hover{background:#f8f9fb;border-color:#cfd9ea}.cmcdrive-shortcode-list-wrap.modern-listing-ui .col-locations .shortcode-locations{display:inline-flex;justify-content:center}.cmcdrive-shortcode-list-wrap.modern-listing-ui .col-locations .location-count{min-width:32px;height:30px;padding:0 10px;border-radius:10px;border:1px solid #d7deea;background:#fff;color:#475467;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.cmcdrive-shortcode-list-wrap.modern-listing-ui .col-locations .location-count:hover{border-color:#a5b4fc;color:#4f46e5;background:#f8faff}.cmcdrive-shortcode-list-wrap.modern-listing-ui .col-locations .locations-tooltip{padding:14px;max-width:260px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .col-locations h3{margin:0 0 10px;font-size:14px;color:#111827}.cmcdrive-shortcode-list-wrap.modern-listing-ui .col-locations .location-item{margin-bottom:8px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .col-locations .location-item:last-child{margin-bottom:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .col-locations .location-item a{display:flex;align-items:center;gap:4px;color:#475467;text-decoration:none;white-space:nowrap;overflow:hidden}.cmcdrive-shortcode-list-wrap.modern-listing-ui .col-locations .location-item a .location-title{overflow:hidden;text-overflow:ellipsis}.cmcdrive-shortcode-list-wrap.modern-listing-ui .col-locations .location-item a i{font-size:14px;width:14px;height:14px;color:#94a3b8}.cmcdrive-shortcode-list-wrap.modern-listing-ui .col-created strong{color:rgba(0,0,0,.85);font-weight:500;display:block;font-size:14px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .col-created span{display:block;margin-top:3px;color:#667085;font-size:12px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-row-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end;position:relative}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-row-actions .btn-insert{background:var(--cmcdrive-color-primary);border:1px solid var(--cmcdrive-color-primary);color:#fff;gap:5px;font-size:13px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-row-actions .btn-insert img{width:16px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-row-actions .cmcdrive-btn{height:36px;border-radius:10px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .btn-primary{background:#fff;border:1px solid #d7deea;color:#475467}.cmcdrive-shortcode-list-wrap.modern-listing-ui .btn-primary:hover{border-color:#a5b4fc;color:#4f46e5;background:#f8faff}.cmcdrive-shortcode-list-wrap.modern-listing-ui .btn-primary.btn-view-selections{background:#3c91e6}.cmcdrive-shortcode-list-wrap.modern-listing-ui .row-actions-menu-wrap{position:relative;display:inline-flex}.cmcdrive-shortcode-list-wrap.modern-listing-ui .btn-tools{width:36px;min-width:36px;padding:0;justify-content:center;background:#fff;border:1px solid #d7deea;color:#475467}.cmcdrive-shortcode-list-wrap.modern-listing-ui .btn-tools.is-open,.cmcdrive-shortcode-list-wrap.modern-listing-ui .btn-tools:hover{border-color:#8cb0ff;color:#4f46e5;box-shadow:0 10px 22px rgba(79,70,229,.12)}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-actions-popover{position:absolute;top:calc(100% + 12px);right:0;width:210px;padding:10px;background:#fff;border:1px solid #dfe7f1;border-radius:16px;box-shadow:0 18px 40px rgba(15,23,42,.14);z-index:40;max-height:min(420px,100vh - 48px);overflow-y:auto}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-actions-popover:before{content:"";position:absolute;top:-8px;right:18px;width:14px;height:14px;background:#fff;border-top:1px solid #dfe7f1;border-left:1px solid #dfe7f1;transform:rotate(45deg)}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-actions-popover.placement-top{top:auto;bottom:calc(100% + 12px)}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-actions-popover.placement-top:before{top:auto;bottom:-8px;border-top:none;border-left:none;border-right:1px solid #dfe7f1;border-bottom:1px solid #dfe7f1}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-actions-group{display:flex;flex-direction:column;padding:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-actions-group+.module-actions-group{border-top:1px solid #edf2f7}.cmcdrive-shortcode-list-wrap.modern-listing-ui .group-title{color:#667085;font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;padding:0 10px 4px;display:none}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-action-item{width:100%;border:none;background:0 0;border-radius:12px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:rgba(0,0,0,.75);font-size:14px;cursor:pointer;text-align:left}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-action-item i{color:rgba(0,0,0,.6)}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-action-item:hover{background:#f8fbff}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-action-item.danger{color:#ef4444;background:#fff6f5}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-action-item.danger:hover{background:#ffeceb}.cmcdrive-shortcode-list-wrap.modern-listing-ui .item-main{display:inline-flex;align-items:center;gap:10px;font-size:14px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .item-shortcut{min-width:24px;height:24px;padding:0 8px;border-radius:8px;border:1px solid #e4e7ec;color:#667085;font-size:11px;display:inline-flex;align-items:center;justify-content:center;background:#fff}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-grid-panel{padding:0;overflow:hidden}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-grid{display:flex;flex-wrap:wrap;gap:16px;padding:16px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card{background:#fff;border:1px solid #e6edf5;border-radius:18px;padding:16px;box-shadow:0 12px 28px rgba(15,23,42,.05);display:flex;flex-direction:column;flex:1 1 calc(20% - 16px);min-height:240px;min-width:220px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-head,.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-top{display:flex;align-items:flex-start;gap:12px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-selection .components-base-control{margin:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-selection .components-checkbox-control__input-container{margin-right:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-head{min-width:0;flex:1}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-meta{min-width:0;flex:1}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-meta h4{margin:0;font-size:15px;line-height:1.2;color:rgba(0,0,0,.85);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-title-row{display:flex;align-items:center;gap:8px;min-width:0;margin-bottom:8px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-id{flex-shrink:0;display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;background:#f3f6fb;color:#667085;font-size:11px;font-weight:600}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-meta-top{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-meta-top .module-grid-card-status,.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-meta-top .module-type-badge{flex-shrink:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-meta-top .grid-status-toggle{display:flex;align-items:center;justify-content:center;padding:3px 5px;border-radius:8px;gap:5px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-meta-top .grid-status-toggle .components-form-toggle{padding:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-meta-top .grid-status-toggle .components-form-toggle__track{width:24px;height:14px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-meta-top .grid-status-toggle .components-form-toggle__thumb{width:10px;height:10px;top:2px;left:2px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-meta-top .grid-status-toggle .components-form-toggle.is-checked .components-form-toggle__thumb{transform:translateX(9px)}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-meta-top .grid-status-toggle .status-label{font-size:12px;font-weight:400}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-meta-top .grid-status-toggle.status-active{background:#e6f4ea;border-color:#c6efd1;color:#0a61e8}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-meta-top .grid-status-toggle.status-inactive{background:#fff1f4;border-color:#ffd8e2;color:#b45309}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-subtitle{display:flex;align-items:center;gap:6px;margin-top:5px;color:#667085;font-size:12px;flex-wrap:wrap}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-subtitle .dot{color:#c0c7d1}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-subtitle a{color:#475467;font-weight:600;text-decoration:none}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-status.grid-status-toggle{padding:2px 7px 2px 4px;border-radius:999px;white-space:nowrap;display:inline-flex;align-items:center;gap:5px;border:1px solid #d8f1df;background:#edf9f0;color:#2f7df6}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-status.grid-status-toggle .components-form-toggle{padding:0;line-height:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-status.grid-status-toggle .components-form-toggle .components-form-toggle__track{width:22px;height:12px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-status.grid-status-toggle .components-form-toggle .components-form-toggle__thumb{top:1px;left:1px;width:10px;height:10px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-status.grid-status-toggle .components-form-toggle.is-checked .components-form-toggle__thumb{transform:translateX(10px)}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-status.grid-status-toggle .status-label{font-size:11px;font-weight:500}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-status.grid-status-toggle.status-inactive{background:#fff1f4;border-color:#ffd8e2;color:#e11d48}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-body{margin-top:12px;display:flex;flex-direction:column;gap:12px;flex:1}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-shortcode{display:flex;align-items:center;gap:8px;margin-top:auto;cursor:pointer}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-shortcode code{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;min-height:32px;padding:0 10px;border-radius:7px;border:1px solid #dde4ee;background:#fbfcfe;color:#475467;font-size:12px;overflow:hidden}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-shortcode code.ellipsis-middle .end,.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-shortcode code.ellipsis-middle .start{white-space:nowrap}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-shortcode code.ellipsis-middle .start{min-width:0;overflow:hidden;text-overflow:ellipsis;text-align:right}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-shortcode code.ellipsis-middle .middle{flex-shrink:0;padding:0 2px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-shortcode code.ellipsis-middle .end{flex-shrink:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-shortcode code:hover{background:#f8f9fb;border-color:#cfd9ea}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-actions{display:flex;gap:8px;margin-top:14px;align-items:center}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-actions .cmcdrive-btn{height:36px;border-radius:10px;justify-content:center}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-actions .btn-primary{min-width:0;width:100%}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-actions .btn-primary.btn-view-selections{min-width:40px;width:40px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card-actions .btn-preview{min-width:0;width:100%}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list-footer.modern-footer{margin-top:14px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #edf2f7}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list-footer.modern-footer .cmcdrive-pagination{margin:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list-footer.modern-footer .cmcdrive-pagination li{margin:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .footer-results-text{color:#667085;font-size:14px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .footer-per-page{display:flex;align-items:center;gap:10px;min-width:210px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .footer-per-page .components-select-control{margin:0}.cmcdrive-shortcode-list-wrap.modern-listing-ui .footer-per-page select{border-radius:10px;height:35px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .footer-per-page .components-input-control__backdrop{border-color:#e4eaf3;border-radius:7px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .footer-per-page span{color:#667085;font-size:14px;white-space:nowrap}@media (max-width:1380px){.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-stat-card{flex:1 1 calc(50% - 14px);width:auto}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card{flex-basis:calc(25% - 16px)}}@media (max-width:1180px){.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-panel{flex-direction:column;align-items:stretch}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-main{flex-wrap:wrap}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-view-switch{justify-content:flex-end}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card{flex-basis:calc(33.333% - 16px)}.cmcdrive-shortcode-list-wrap.modern-listing-ui .columns-popover{width:min(360px,100vw - 48px)}}@media (max-width:900px){.cmcdrive-shortcode-list-wrap.modern-listing-ui{padding:14px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list-footer.modern-footer,.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-page-title-row,.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-selection-toolbar{flex-direction:column;align-items:stretch}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-filter-main,.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-stats-grid{flex-direction:column}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card{flex-basis:calc(50% - 16px)}.cmcdrive-shortcode-list-wrap.modern-listing-ui .column-option-card{flex:1 1 calc(50% - 12px)}}@media (max-width:640px){.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-grid-card{flex-basis:100%}.cmcdrive-shortcode-list-wrap.modern-listing-ui .modules-view-switch{flex-direction:column}.cmcdrive-shortcode-list-wrap.modern-listing-ui .view-switch-btn{width:100%}.cmcdrive-shortcode-list-wrap.modern-listing-ui .module-row-actions{flex-wrap:wrap;justify-content:flex-start}.cmcdrive-shortcode-list-wrap.modern-listing-ui .cmcdrive-shortcode-list{display:block;overflow-x:auto}.cmcdrive-shortcode-list-wrap.modern-listing-ui .columns-popover{right:auto;left:0;width:min(100vw - 40px,420px);padding:18px}.cmcdrive-shortcode-list-wrap.modern-listing-ui .columns-popover-footer{flex-direction:column;align-items:stretch}}.cmcdrive-module-builder-modal{height:100%;display:flex;flex-direction:column;background:#f7f8fa;scrollbar-width:thin;scrollbar-color:rgba(100,116,139,.35) rgba(247,248,250,.6)}.cmcdrive-module-builder-modal *{box-sizing:border-box}.cmcdrive-module-builder-modal::-webkit-scrollbar{width:10px;height:10px}.cmcdrive-module-builder-modal::-webkit-scrollbar-track{background:0 0}.cmcdrive-module-builder-modal::-webkit-scrollbar-thumb{background-color:rgba(100,116,139,.35);border-radius:8px;border:2px solid transparent;background-clip:padding-box}.cmcdrive-module-builder-modal::-webkit-scrollbar-thumb:hover{background-color:rgba(100,116,139,.5)}.cmcdrive-module-builder-modal-wrap{height:100%}.cmcdrive-module-builder-modal-wrap.inline-select .shortcode-module{padding:0}.cmcdrive-module-builder-modal-wrap.inline-select .module-builder-content{height:auto;max-width:100%;min-height:auto}.cmcdrive-module-builder-modal-container{z-index:99999999!important}.cmcdrive-module-builder-modal-container .swal2-popup{width:95%;height:90vh;padding:0;overflow:hidden}.cmcdrive-module-builder-modal-container .swal2-popup .swal2-html-container{margin:0;border-radius:.5rem;overflow-y:auto;padding:0}.cmcdrive-module-builder-modal-header{display:flex;align-items:center;padding:12px 1rem;border-bottom:1px solid #eaeaea;background:#fff;z-index:99;box-shadow:0 0 .5rem rgba(0,0,0,.1);position:sticky;top:0}.cmcdrive-module-builder-modal-header .header-title{display:flex;align-items:center}.cmcdrive-module-builder-modal-header .header-title i{margin-right:7px;color:#47cf64;height:26px;font-size:26px;width:26px}.cmcdrive-module-builder-modal-header .header-title h3{font-size:18px;margin:0;font-weight:500;color:#555}@media (max-width:600px){.cmcdrive-module-builder-modal-header .header-title h3{font-size:1rem}}.cmcdrive-module-builder-modal-header .input-wrap{display:flex;align-items:center;justify-content:center;margin-left:10px;border:1px solid rgba(92,99,126,.3);border-radius:7px;overflow:hidden;height:40px}.cmcdrive-module-builder-modal-header .input-wrap img{margin-right:0;padding:5px;width:40px;height:100%;border-right:1px solid #ddd;background:#eee}.cmcdrive-module-builder-modal-header .input-wrap .shortcode-title{background:#fff;position:relative;border:none;height:100%}.cmcdrive-module-builder-modal-header .input-wrap .shortcode-title:active,.cmcdrive-module-builder-modal-header .input-wrap .shortcode-title:focus,.cmcdrive-module-builder-modal-header .input-wrap .shortcode-title:hover{border:none;box-shadow:none}.cmcdrive-module-builder-modal-header .close{margin-left:auto;margin-right:15px}.cmcdrive-module-builder-modal-header .header-actions{display:flex;margin-left:auto}.cmcdrive-module-builder-modal-header button{padding:7px 10px;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cmcdrive-module-builder-modal-header .done .cmcdrive-spinner{display:none}.cmcdrive-module-builder-modal-header .done.loading i{display:none}.cmcdrive-module-builder-modal-header .done.loading .cmcdrive-spinner{display:inline-block}.cmcdrive-module-builder-modal .shortcode-module .media-uploader-post-content{margin-bottom:30px}.cmcdrive-module-builder-modal .shortcode-module .media-uploader-post-content textarea{width:100%;height:auto;padding:8px 12px;line-height:27px;vertical-align:top}.cmcdrive-module-builder-modal .shortcode-module-header{align-items:flex-start}.cmcdrive-module-builder-modal .shortcode-module-header .module-title{line-height:1}.cmcdrive-module-builder-modal .shortcode-module .cmcdrive-selected-list{top:20px}.cmcdrive-module-builder-modal .shortcode-module-body>.settings-field:last-child{margin-bottom:0}.cmcdrive-module-builder-form{margin:0;overflow-y:auto;flex:1;display:flex}.cmcdrive-module-builder-form .content-sources .settings-field.form-entry-field{margin-top:20px}.cmcdrive-module-builder-form .content-sources .form-entry-title{margin-top:30px}.cmcdrive-module-builder-form .content-sources #cmcdrive-select-files{width:100%;margin-bottom:20px}.cmcdrive-module-builder-form .content-sources #cmcdrive-select-files .cmcdrive-body{max-height:400px}.cmcdrive-module-placeholder{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;max-width:100%;width:420px;margin:auto;box-shadow:0 2px 8px rgba(0,0,0,.04)}.cmcdrive-module-placeholder img{width:48px;margin-bottom:5px}.cmcdrive-module-placeholder .title{font-size:20px;font-weight:600;color:#1f2937;margin:18px 0}.cmcdrive-module-placeholder .subtitle{font-size:16px;font-weight:500;color:#374151;margin-top:15px;margin-bottom:3px}.cmcdrive-module-placeholder .description{font-size:14px;color:#6b7280;margin-bottom:15px!important}.cmcdrive-module-placeholder .divider{margin:18px 0 5px;font-size:14px;color:#9ca3af;font-weight:500;position:relative}.cmcdrive-module-placeholder .divider::after,.cmcdrive-module-placeholder .divider::before{content:"";height:1px;background:#e5e7eb;position:absolute;top:50%;width:40%}.cmcdrive-module-placeholder .divider::before{left:0}.cmcdrive-module-placeholder .divider::after{right:0}.cmcdrive-module-placeholder select{min-width:260px;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:14px;color:#374151;width:100%;cursor:pointer;transition:border-color .2s ease}.cmcdrive-module-placeholder select:focus{border-color:#2f7df6;outline:0}.cmcdrive-module-placeholder select:hover{border-color:#9ca3af}.cmcdrive-module-placeholder .components-input-control__backdrop{border-radius:6px!important;border-color:#d1d5db!important}.cmcdrive-module-placeholder .cmcdrive-btn.btn-primary{margin-top:0;padding:10px 16px;font-size:14px;background-color:#2f7df6;border:none;color:#fff;border-radius:6px;display:inline-flex;align-items:center;transition:background-color .2s ease;line-height:normal}.cmcdrive-module-placeholder .cmcdrive-btn.btn-primary:hover{background-color:#0a61e8}.cmcdrive-module-placeholder .cmcdrive-btn.btn-primary i{font-size:16px;width:16px;height:16px;margin-right:4px}.cmcdrive-module-placeholder .cmcdrive-btn.btn-primary.btn-configure{margin-top:15px}.cmcdrive-module-placeholder.pro-placeholder h4{margin-top:20px;margin-bottom:0;font-size:1.5rem;color:#ff9458;font-weight:500}.cmcdrive-module-placeholder .select2-container{width:100%!important;min-width:260px;max-width:100%;margin-bottom:10px}.cmcdrive-module-placeholder .select2-container .select2-selection{height:44px;display:flex;align-items:center;text-align:left;border:1px solid #d1d5db;border-radius:6px;background:#fff;padding:0;box-shadow:none}.cmcdrive-module-placeholder .select2-container .select2-selection .select2-selection__rendered{width:100%;min-width:0;display:flex;align-items:center;height:100%;line-height:normal;font-size:15px;color:#374151;padding:0 54px 0 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmcdrive-module-placeholder .select2-container .select2-selection .select2-selection__rendered .cmcdrive-select2-selection{min-width:0;display:flex;align-items:center;gap:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmcdrive-module-placeholder .select2-container .select2-selection .select2-selection__rendered .cmcdrive-select2-selection img{width:20px;height:20px;flex:0 0 20px;margin-right:0;vertical-align:middle}.cmcdrive-module-placeholder .select2-container .select2-selection .select2-selection__clear{position:absolute;top:50%;right:31px;height:20px;margin:0;color:#6b7280;font-size:20px;line-height:18px;transform:translateY(-50%);z-index:2}.cmcdrive-module-placeholder .select2-container .select2-selection .select2-selection__clear:hover{color:#1f2937}.cmcdrive-module-placeholder .select2-container .select2-selection .select2-selection__arrow{top:50%;right:9px;width:18px;height:18px;transform:translateY(-50%)}.cmcdrive-module-placeholder .select2-container .select2-selection .select2-selection__arrow b{margin-top:-2px}.cmcdrive-module-placeholder .select2-container.select2-container--open .select2-selection{border-color:#2f7df6;box-shadow:0 0 0 1px rgba(47,125,246,.12)}.cmcdrive-select2-option{font-size:15px;display:flex;align-items:center}.cmcdrive-select2-option img{width:20px;height:20px;margin-right:5px;vertical-align:middle}.cmcdrive-shortcode-data-modal-container .cmcdrive-shortcode-data-modal-input{height:50px;padding:1rem;border-radius:.5rem;line-height:1.2;font-size:.878885rem;background:#f5f5f5;color:#555;width:300px!important;margin:30px auto auto;text-align:center}.cmcdrive-shortcode-data-modal-container .swal2-confirm{background:#2f7df6}.cmcdrive-module-builder-modal-container:has(.module-types-modal.modal-init){background:0 0}.cmcdrive-module-builder-modal-container:has(.module-types-modal.modal-init) .cmcdrive-module-builder{display:none}.cmcdrive-module-builder-modal-container:has(.module-types-modal.modal-init) .cmcdrive-module-builder-modal-wrap,.cmcdrive-module-builder-modal-container:has(.module-types-modal.modal-init) .swal2-html-container{background:0 0}.cmcdrive-file-browser{display:flex;flex-flow:column;align-items:flex-start;width:100%;font-size:16px}.cmcdrive-file-browser *{box-sizing:border-box}.cmcdrive-file-browser-wrap>.no-account-placeholder{max-width:500px}.cmcdrive-file-browser .btn-primary{background:var(--cmcdrive-color-primary);color:#fff;border-color:var(--cmcdrive-color-primary-lighter)}.cmcdrive-file-browser .btn-primary:hover{background:var(--cmcdrive-color-primary-light-alt)}.cmcdrive-file-browser-header{display:flex;align-items:center;background:#f6f8fa!important;border-bottom:1px solid #e5e5e5;padding:10px!important;position:sticky;top:32px;width:100%;z-index:2;height:50px;flex-wrap:nowrap}.cmcdrive-file-browser-header .header-title{display:flex;align-items:center;font-size:1em;font-weight:600;color:#fff}.cmcdrive-file-browser-header .header-title i,.cmcdrive-file-browser-header .header-title img{margin-right:10px;background:#fff;padding:5px;height:35px;width:35px;border-radius:50%;color:#fff}.cmcdrive-file-browser-header .header-action{display:flex;align-items:center;margin-left:auto;justify-content:flex-end}.cmcdrive-file-browser-header .header-action-item{margin-left:10px;cursor:pointer;color:#555;height:30px;width:32px;border-radius:5px;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;border:none;background:0 0}.cmcdrive-file-browser-header .header-action-item img{width:18px}.cmcdrive-file-browser-header .header-action-item:hover{background:var(--cmcdrive-color-primary-lighter)}.cmcdrive-file-browser-header .header-action-item.action-options{margin-left:0}.cmcdrive-file-browser-header .header-action-item.action-sidebar-toggle{margin-left:0;margin-right:10px}.cmcdrive-file-browser-header .user-box{display:flex;align-items:center;width:auto;padding:5px;height:45px;background:0 0;margin-left:auto}.cmcdrive-file-browser-header .user-box .user-info{display:flex;flex-direction:column;line-height:1;overflow:hidden;text-align:left}.cmcdrive-file-browser-header .user-box .user-info span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmcdrive-file-browser-header .user-box .user-info .user-name{font-size:.9em;font-weight:600;color:#3d3d3d;margin-bottom:3px}.cmcdrive-file-browser-header .user-box .user-info .user-email{color:#7a7a7a;font-weight:300;font-size:.875em}.cmcdrive-file-browser-header .user-box .user-image{width:35px;height:35px;border-radius:50%}.cmcdrive-file-browser-header .user-box-modal{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:260px;border-radius:10px;max-height:75vh;overflow-y:auto}.cmcdrive-file-browser-header .user-box-modal::-webkit-scrollbar{width:5px;display:none}.cmcdrive-file-browser-header .user-box-modal::-webkit-scrollbar-track{background:var(--cmcdrive-color-primary-lighter)}.cmcdrive-file-browser-header .user-box-modal::-webkit-scrollbar-thumb{background:var(--cmcdrive-color-primary-light)}.cmcdrive-file-browser-header .user-box-modal::-webkit-scrollbar-thumb:hover{background:var(--cmcdrive-color-primary)}.cmcdrive-file-browser-header .user-box-modal:hover::-webkit-scrollbar{display:block}.cmcdrive-file-browser-header .user-box-modal-wrap{border-radius:10px;padding:0;opacity:1;box-shadow:0 1px 0 0 #e5e5e5}.cmcdrive-file-browser-header .user-box-modal-wrap:after,.cmcdrive-file-browser-header .user-box-modal-wrap:before{left:calc(100% - 45px)}.cmcdrive-file-browser-header .user-box-modal-title{font-size:1.2em;font-weight:500;display:block;position:sticky;background:#fff;top:0;width:100%;text-align:center;padding:15px;box-shadow:0 1px 0 0 #e5e5e5;margin-bottom:7px}.cmcdrive-file-browser-header .user-box-modal button{margin:10px auto 20px auto;padding:8px 12px;font-size:1em;line-height:1.5}.cmcdrive-file-browser-header .user-box-modal>div:last-child{margin-bottom:15px}.cmcdrive-file-browser-header .user-box-account{display:flex;align-items:center;border:1px solid #e5e5e5;padding:7px;border-radius:5px;cursor:pointer;width:calc(100% - 30px);margin:7px}.cmcdrive-file-browser-header .user-box-account.active,.cmcdrive-file-browser-header .user-box-account:hover{background:var(--cmcdrive-color-primary-lighter);color:#000}.cmcdrive-file-browser-header .user-box-account img{width:30px;height:30px;border-radius:50%;margin-right:10px}.cmcdrive-file-browser-header .user-box-account .account-info{display:flex;flex-flow:column;overflow:hidden;text-align:left;line-height:1.5}.cmcdrive-file-browser-header .user-box-account .account-info .account-name{font-size:1.1em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmcdrive-file-browser-header .user-box-account .account-info .account-email{font-size:1em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7a7a7a}.cmcdrive-file-browser-header .user-box-account .active-badge{background:var(--cmcdrive-color-primary);color:#fff;border-radius:50%;position:relative}.cmcdrive-file-browser-header .user-box .user-arrow{width:16px;margin-left:10px}.cmcdrive-file-browser-header:empty{display:none}.cmcdrive-file-browser-header:has(.user-box) .cmcdrive-search-bar{margin-right:30px}.cmcdrive-file-browser .cmcdrive-search-bar{display:flex;align-items:center;position:relative;margin-bottom:0;height:38px;margin-left:auto;margin-right:auto;max-width:450px;width:auto;padding:5px 15px;border:1px solid #ddd;border-radius:20px;background:#fafafa;flex:1 1 auto}.cmcdrive-file-browser .cmcdrive-search-bar input{min-height:unset;border:none!important;transition:all .3s ease;padding:0;background:0 0;box-shadow:none;width:100%;margin:0 12px 0 0;height:100%;background:0 0!important;font-size:13px}.cmcdrive-file-browser .cmcdrive-search-bar input:focus{outline:0;border:none;box-shadow:none}.cmcdrive-file-browser .cmcdrive-search-bar .search-submit{margin-left:0;display:flex;align-items:center;justify-content:center;margin-bottom:0;margin-right:-7px;padding:0;line-height:1;background:0 0!important}.cmcdrive-file-browser .cmcdrive-search-bar .search-dismiss{background:0 0;cursor:pointer;display:flex;margin-right:10px}.cmcdrive-file-browser .cmcdrive-search-bar .search-dismiss path,.cmcdrive-file-browser .cmcdrive-search-bar .search-dismiss svg{margin-bottom:0;transition:all .3s ease}.cmcdrive-file-browser .cmcdrive-search-bar .search-dismiss:hover path,.cmcdrive-file-browser .cmcdrive-search-bar .search-dismiss:hover svg{stroke:#444}.cmcdrive-file-browser .cmcdrive-search-bar.error{border-color:#f77066}.cmcdrive-file-browser-body{display:flex;align-items:flex-start;flex-wrap:wrap;width:100%;height:100%;position:relative}.cmcdrive-file-browser .cmcdrive-sort{display:flex;align-items:center}.cmcdrive-file-browser .cmcdrive-sort-select{font-weight:600;cursor:pointer;padding:3px 5px;border-radius:5px}.cmcdrive-file-browser .cmcdrive-sort-select:hover{background:#ddd}.cmcdrive-file-browser .cmcdrive-sort-modal{width:220px;padding:0;border-radius:7px;opacity:1!important;box-shadow:rgba(149,157,165,.2) 0 8px 24px}.cmcdrive-file-browser .cmcdrive-sort-modal .sort-item{display:flex;align-items:center;margin-bottom:15px;padding-left:25px;cursor:pointer;font-size:14px}.cmcdrive-file-browser .cmcdrive-sort-modal .sort-item i{margin-right:5px;display:none}.cmcdrive-file-browser .cmcdrive-sort-modal .sort-item.active{color:var(--cmcdrive-color-primary);padding-left:0}.cmcdrive-file-browser .cmcdrive-sort-modal .sort-item.active i{display:inline-block}.cmcdrive-file-browser .cmcdrive-sort-modal .sort-item:hover{color:var(--cmcdrive-color-primary)}.cmcdrive-file-browser .cmcdrive-sort-modal-inner{display:flex;flex-direction:column}.cmcdrive-file-browser .cmcdrive-sort-modal-inner-section{border-bottom:1px solid #ddd;padding:15px}.cmcdrive-file-browser .cmcdrive-sort-modal-inner-section:last-child{border-bottom:0}.cmcdrive-file-browser .cmcdrive-sort-modal-inner-section-title{font-size:.9em;margin-bottom:10px;display:block;font-weight:600;text-align:left}.cmcdrive-file-browser .cmcdrive-breadcrumb{display:flex;align-items:center;overflow:hidden;flex-wrap:nowrap;flex:1 1 auto;min-width:0}.cmcdrive-file-browser .cmcdrive-breadcrumb .breadcrumb-item{font-size:.875em;display:flex;align-items:center;cursor:pointer;padding:5px;border-radius:5px;line-height:1;font-weight:500;color:rgba(0,0,0,.65);white-space:nowrap;position:relative;margin-bottom:0;border:none;background:0 0;max-width:200px}.cmcdrive-file-browser .cmcdrive-breadcrumb .breadcrumb-item i{margin-left:3px}.cmcdrive-file-browser .cmcdrive-breadcrumb .breadcrumb-item i.dashicons-arrow-right-alt2{width:13px;height:15px;font-size:15px}.cmcdrive-file-browser .cmcdrive-breadcrumb .breadcrumb-item i.dashicons-admin-home{margin-right:5px;margin-left:0}.cmcdrive-file-browser .cmcdrive-breadcrumb .breadcrumb-item i:last-child{display:none}.cmcdrive-file-browser .cmcdrive-breadcrumb .breadcrumb-item span{margin-bottom:0;max-width:100%;overflow:hidden;text-overflow:ellipsis}.cmcdrive-file-browser .cmcdrive-breadcrumb .breadcrumb-item:first-child{margin-left:0}.cmcdrive-file-browser .cmcdrive-breadcrumb .breadcrumb-item:after{content:"";font-family:Dashicons;margin-left:7px}.cmcdrive-file-browser .cmcdrive-breadcrumb .breadcrumb-item:not(:last-child):after{content:"\f345"}.cmcdrive-file-browser .cmcdrive-breadcrumb .breadcrumb-item.active{color:#444}.cmcdrive-file-browser .cmcdrive-breadcrumb .breadcrumb-item.active:after{content:"\f140";height:auto;width:auto;font-size:22px;margin-left:3px}.cmcdrive-file-browser .cmcdrive-breadcrumb .breadcrumb-item:hover{color:var(--cmcdrive-color-primary);background:var(--cmcdrive-color-primary-lighter)}@media (max-width:768px){.cmcdrive-file-browser .cmcdrive-breadcrumb{max-width:100%;flex:1}}.cmcdrive-file-browser .collapsed-breadcrumbs{width:210px;opacity:1!important;box-shadow:rgba(149,157,165,.2) 0 8px 24px;padding:10px 0}.cmcdrive-file-browser .collapsed-breadcrumbs-item{cursor:pointer;font-size:14px;padding:7px 15px;display:flex;align-items:center}.cmcdrive-file-browser .collapsed-breadcrumbs-item:hover{color:var(--cmcdrive-color-primary)}.cmcdrive-file-browser .collapsed-breadcrumbs-item i{margin-right:5px;font-size:1em;height:1em;width:1em}.cmcdrive-file-browser .collapsed-breadcrumbs-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.cmcdrive-file-browser .collapsed-breadcrumbs-item:before{content:"\f345";font-family:Dashicons,serif;margin-right:7px}.cmcdrive-file-browser .cmcdrive-root-placeholder{display:flex;flex-direction:column;align-items:center;width:-moz-max-content;width:max-content;margin:3rem auto;padding:50px 30px;border-radius:15px;min-width:30em;box-shadow:rgba(149,157,165,.2) 0 2px 2px;border:1px solid #e5e5e5;background:#f9fafc}.cmcdrive-file-browser .cmcdrive-root-placeholder .cmcdrive-placeholder-svg,.cmcdrive-file-browser .cmcdrive-root-placeholder img{width:200px;margin-bottom:1em}.cmcdrive-file-browser .cmcdrive-root-placeholder-title{font-size:1em;font-weight:500;margin:15px 0 5px 0;color:var(--cmcdrive-color-primary)}.cmcdrive-file-browser .cmcdrive-root-placeholder-text{color:#7a7a7a}.cmcdrive-file-browser .cmcdrive-root-placeholder .cmcdrive-btn{margin-top:30px}.cmcdrive-file-browser .cmcdrive-root-placeholder.empty-folder-placeholder img,.cmcdrive-file-browser .cmcdrive-root-placeholder.search-folder-placeholder img{width:100px;box-shadow:none}.cmcdrive-file-browser .cmcdrive-root-placeholder.search-placeholder .cmcdrive-placeholder-svg{width:100px;margin-bottom:1em}.cmcdrive-file-browser .cmcdrive-root-placeholder.search-placeholder .cmcdrive-root-placeholder-title{margin-bottom:1.5em}.cmcdrive-file-browser .cmcdrive-root-placeholder.search-placeholder:not(.empty-placeholder) .cmcdrive-root-placeholder-title{margin-top:0;margin-bottom:1.5em}.cmcdrive-file-browser .cmcdrive-root-placeholder.search-placeholder .cmcdrive-search-bar{border:1px solid #ddd;padding:10px 20px;border-radius:5px}.cmcdrive-file-browser .cmcdrive-root-placeholder.search-placeholder .cmcdrive-search-bar .search-dismiss{display:none}.cmcdrive-file-browser .cmcdrive-root-placeholder.search-placeholder .cmcdrive-search-bar input{margin-left:0}.cmcdrive-file-browser .cmcdrive-root-placeholder.search-placeholder .cmcdrive-search-bar button{margin-top:0;background:0 0;padding:0;cursor:pointer;border:none}.cmcdrive-file-browser .cmcdrive-root-placeholder .cmcdrive-file-uploader{position:relative!important;right:unset;left:unset;bottom:unset;z-index:unset;box-shadow:none;border:none!important;margin:0}.cmcdrive-file-browser .cmcdrive-root-placeholder .cmcdrive-file-uploader .cmcdrive-file-uploader-inner{background:0 0!important;border:none!important;padding:0!important}.cmcdrive-file-browser .cmcdrive-root-placeholder .cmcdrive-file-uploader .cmcdrive-file-uploader-inner>i,.cmcdrive-file-browser .cmcdrive-root-placeholder .cmcdrive-file-uploader .cmcdrive-file-uploader-inner>p{display:none}.cmcdrive-file-browser .cmcdrive-root-placeholder .cmcdrive-file-uploader .cmcdrive-file-uploader-inner .browse-folder{display:none}@media (max-width:767px){.cmcdrive-file-browser .cmcdrive-root-placeholder{min-width:350px}}.cmcdrive-file-browser:has(.cmcdrive-sidebar-wrap) .cmcdrive-body{width:calc(100% - 294px)}.cmcdrive-file-browser .cmcdrive-sidebar{display:flex;flex-direction:column;width:100%}.cmcdrive-file-browser .cmcdrive-sidebar-wrap{width:250px;border-right:1px solid #e5e5e5;position:sticky;background:#f6f8fa}.cmcdrive-file-browser .cmcdrive-sidebar-wrap.sidebar-collapsed{width:68px;flex-basis:68px}.cmcdrive-file-browser .cmcdrive-sidebar-wrap.sidebar-collapsed .cmcdrive-sidebar .sidebar-collapser{transform:rotate(180deg);position:unset;opacity:1;padding:0;width:100%;background:0 0;border:none}.cmcdrive-file-browser .cmcdrive-sidebar-wrap.sidebar-collapsed .cmcdrive-sidebar .sidebar-collapser svg{background:0 0;width:35px;height:35px}.cmcdrive-file-browser .cmcdrive-sidebar-wrap.sidebar-collapsed .cmcdrive-sidebar .sidebar-folders .file-item .file-item-name,.cmcdrive-file-browser .cmcdrive-sidebar-wrap.sidebar-collapsed .cmcdrive-sidebar .sidebar-folders .file-item>i{display:none}.cmcdrive-file-browser .cmcdrive-sidebar-wrap.sidebar-collapsed .cmcdrive-sidebar .sidebar-folders .sub-item{display:none}.cmcdrive-file-browser .cmcdrive-sidebar-wrap.sidebar-collapsed .sidebar-brand{justify-content:center}.cmcdrive-file-browser .cmcdrive-sidebar-wrap.sidebar-collapsed .sidebar-brand-logo,.cmcdrive-file-browser .cmcdrive-sidebar-wrap.sidebar-collapsed .sidebar-create{display:none}.cmcdrive-file-browser .cmcdrive-sidebar-wrap.sidebar-collapsed .sidebar-folders{width:100%}.cmcdrive-file-browser .cmcdrive-sidebar-wrap.sidebar-collapsed .sidebar-folders .root-item{justify-content:center;padding:12px 8px}.cmcdrive-file-browser .cmcdrive-sidebar-wrap.sidebar-collapsed .sidebar-folders .root-item>i{margin:0}.cmcdrive-file-browser .cmcdrive-sidebar-wrap.sidebar-collapsed .sidebar-collapser{justify-content:center;align-self:center;width:48px;padding:0}.cmcdrive-file-browser .cmcdrive-sidebar-wrap.sidebar-collapsed .sidebar-collapser .sidebar-collapser-icon{transform:rotate(0)}.cmcdrive-file-browser .cmcdrive-sidebar-wrap.sidebar-collapsed .sidebar-collapser .sidebar-collapser-label{display:none}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-collapser{background:#f2f2f3;align-self:flex-end;box-sizing:content-box;cursor:pointer;position:absolute;height:40px;transition:all .3s ease;overflow:hidden;border-top-left-radius:30px;border-bottom-left-radius:30px;color:rgba(0,0,0,.65);border:1px solid #e5e5e5;padding:0 5px}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-collapser svg{width:30px;height:30px;display:block;transition:all .3s ease;padding:5px;opacity:.75}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-collapser:hover svg{opacity:1}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-brand{display:flex;align-items:center;min-height:42px;justify-content:space-between}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-brand-toggle{display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid transparent;background:0 0;color:rgba(0,0,0,.65);cursor:pointer;transition:all .2s ease;width:32px;height:30px;border-radius:3px}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-brand-toggle:hover{background:var(--cmcdrive-color-primary-lighter)}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-brand-logo{display:flex;align-items:center;min-width:0}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-brand-logo img{max-width:150px;-o-object-fit:contain;object-fit:contain}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-uploader{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e5e5e5;margin:5px auto 10px;padding-bottom:15px;width:100%}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-uploader button{padding:7px 10px;font-size:.875em;transition:background .3s ease;background:var(--cmcdrive-color-primary)}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-uploader button.active{background:#fff;color:var(--cmcdrive-color-primary);border-color:var(--cmcdrive-color-primary-light)}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-uploader button.disabled{background:#ddd}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-uploader button.disabled:hover{background:#ddd!important}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-folders{display:flex;flex-direction:column}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-folders .root-item{padding:10px 12px;cursor:pointer;display:flex;align-items:center;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:rgba(0,0,0,.65)}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-folders .root-item .file-item-footer{display:flex;align-items:center;gap:5px}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-folders .root-item .file-icon-wrap{line-height:1}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-folders .root-item img{width:16px}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-folders .root-item.active{background:var(--cmcdrive-color-primary-lighter);color:var(--cmcdrive-color-primary);border-right:5px solid;gap:5px}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-folders .root-item:hover{color:var(--cmcdrive-color-primary)}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-folders .dashicons-arrow-down-alt2,.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-folders .dashicons-arrow-right-alt2{font-size:14px;height:14px;color:#777;margin-right:3px}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-folders .dashicons-arrow-down-alt2:hover,.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-folders .dashicons-arrow-right-alt2:hover{color:#555}.cmcdrive-file-browser .cmcdrive-sidebar .storage-info-wrap{display:flex;align-items:center;margin-top:30px;border-top:1px solid #e5e5e5;padding:15px}.cmcdrive-file-browser .cmcdrive-sidebar .storage-info-wrap i{margin-right:10px}.cmcdrive-file-browser .cmcdrive-sidebar .storage-info-wrap .storage-info{display:flex;flex-direction:column;flex:1}.cmcdrive-file-browser .cmcdrive-sidebar .storage-info-wrap .storage-info-sidebar{width:100%;height:10px;background:var(--cmcdrive-color-primary-lighter);border-radius:5px;position:relative}.cmcdrive-file-browser .cmcdrive-sidebar .storage-info-wrap .storage-info-sidebar .storage-info-fill{position:absolute;top:0;left:0;width:0;height:100%;background:var(--cmcdrive-color-primary);border-radius:5px}.cmcdrive-file-browser .cmcdrive-sidebar .storage-info-wrap .storage-info-sidebar .storage-info-fill.fill-danger{background:#f44336}.cmcdrive-file-browser .cmcdrive-sidebar .storage-info-wrap .storage-info span{font-size:.8em;margin-top:5px}.cmcdrive-file-browser .cmcdrive-sidebar .tree-main{height:100%;overflow-y:auto}.cmcdrive-file-browser .cmcdrive-sidebar .tree-item{padding:10px 10px;cursor:pointer;display:flex;flex-wrap:wrap;align-items:center;transition:all .2s ease-in-out;font-size:14px;text-align:left;color:rgba(0,0,0,.65)}.cmcdrive-file-browser .cmcdrive-sidebar .tree-item i,.cmcdrive-file-browser .cmcdrive-sidebar .tree-item>img{margin-right:5px}.cmcdrive-file-browser .cmcdrive-sidebar .tree-item>img{max-width:20px;max-height:20px;min-height:16px}.cmcdrive-file-browser .cmcdrive-sidebar .tree-item i{color:inherit}.cmcdrive-file-browser .cmcdrive-sidebar .tree-item .cmcdrive-spinner{margin-right:5px;border-bottom-color:#f9fafc;border-right-color:#f9fafc;border-left-color:#f9fafc}.cmcdrive-file-browser .cmcdrive-sidebar .tree-item span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex:1}.cmcdrive-file-browser .cmcdrive-sidebar .tree-item:hover{background:rgba(240,248,255,.6)}.cmcdrive-file-browser .cmcdrive-sidebar .tree-item.active{background:var(--cmcdrive-color-primary-lighter);border-right:3px solid var(--cmcdrive-color-primary)}.cmcdrive-file-browser .cmcdrive-sidebar .tree-item.tab-item{min-height:48px}.cmcdrive-file-browser .cmcdrive-sidebar .tree-item.tab-item .tab-icon{margin-right:7px}.cmcdrive-file-browser .cmcdrive-sidebar .tree-item.tab-item.active{background:var(--cmcdrive-color-primary-light-alt);color:#fff}.cmcdrive-file-browser .cmcdrive-sidebar .tree-item.tab-item.active .tab-icon{color:#fff}.cmcdrive-file-browser .cmcdrive-sidebar .tree-item.tab-item.active path,.cmcdrive-file-browser .cmcdrive-sidebar .tree-item.tab-item.active svg{stroke:#fff}.cmcdrive-file-browser .cmcdrive-sidebar .sub-item{margin-left:20px}.cmcdrive-file-browser .cmcdrive-sidebar .sub-item .tree-item{padding:8px 5px}.cmcdrive-file-browser .cmcdrive-sidebar .sub-item .sub-item{margin-left:15px}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-collapser{position:static;display:inline-flex;align-items:center;justify-content:flex-start;align-self:stretch;gap:8px;min-height:44px;margin-top:auto;padding:0 12px;border:0;border-radius:10px;background:0 0;color:rgba(0,0,0,.75);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-collapser .sidebar-collapser-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex:0 0 24px;transition:transform .2s ease,color .2s ease}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-collapser .sidebar-collapser-icon:before{content:"«";font-size:28px;line-height:1}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-collapser .sidebar-collapser-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-collapser:hover{background:var(--fbm-primary-soft);color:var(--fbm-primary)}.cmcdrive-file-browser .cmcdrive-sidebar .sidebar-collapser:hover .sidebar-collapser-icon{color:var(--fbm-primary)}@media (max-width:767px){.cmcdrive-file-browser .cmcdrive-sidebar{max-width:80%;height:100%;background:#f5f9fd}.cmcdrive-file-browser .cmcdrive-sidebar-wrap{width:100%;max-width:100%;position:absolute;z-index:3;background:rgba(0,0,0,.5);height:100%}}@media (max-width:767px){.cmcdrive-file-browser-header{top:0;align-items:center;height:auto;padding:7px;margin-left:0;width:100%;justify-content:center}.cmcdrive-file-browser-header .cmcdrive-search-bar{flex:none;border:none;padding:0;margin-right:0;margin-left:auto}.cmcdrive-file-browser-header .cmcdrive-search-bar input{width:0;height:0;min-height:0;border:none;transition:all .3s ease;padding:0;margin:0;border:0;background:0 0;box-shadow:none}.cmcdrive-file-browser-header .cmcdrive-search-bar .search-submit{margin:0}.cmcdrive-file-browser-header .cmcdrive-search-bar i.dashicons-dismiss{margin-left:15px}.cmcdrive-file-browser-header .cmcdrive-search-bar i.dashicons-search{height:35px}.cmcdrive-file-browser-header .cmcdrive-search-bar.active{position:absolute;width:calc(100% - 20px);z-index:2;height:45px;background:#f7f8fa;border:1px solid #e5e5e5;padding:5px 15px;box-shadow:0 0 10px rgba(0,0,0,.1)}.cmcdrive-file-browser-header .cmcdrive-search-bar.active input{width:100%;min-height:35px;height:35px;padding:0 10px;font-size:14px}.cmcdrive-file-browser-header .cmcdrive-search-bar.active .search-dismiss{display:block}.cmcdrive-file-browser-header .header-action-item{margin-left:.875em}.cmcdrive-file-browser-header .header-action-item.sidebar-toggle{margin-left:0;margin-right:auto}.cmcdrive-file-browser-header .user-box{padding:5px;border-radius:30px;height:40px}.cmcdrive-file-browser-header .user-box .user-info{display:none}.cmcdrive-file-browser-header .user-box .user-arrow{margin-left:0}.cmcdrive-file-browser-header .user-box .user-image{width:30px;height:30px;margin-right:5px}.cmcdrive-file-browser-header .user-box-modal-wrap{right:10px;left:auto}.cmcdrive-file-browser-body .cmcdrive-body .body-action{position:unset;-moz-column-gap:2px;column-gap:2px}.cmcdrive-file-browser-body .cmcdrive-body .body-action .body-action-item{margin-left:0}.cmcdrive-file-browser-body .cmcdrive-body .body-action .body-action-item .action-item-icon{margin-right:0}.cmcdrive-file-browser-body .cmcdrive-body .body-action .body-action-item .action-item-label{display:none}.cmcdrive-file-browser-body .cmcdrive-body .body-action .body-action-item.action-details,.cmcdrive-file-browser-body .cmcdrive-body .body-action .body-action-item.action-direct-link,.cmcdrive-file-browser-body .cmcdrive-body .body-action .body-action-item.action-preview{display:none}.cmcdrive-file-browser-body .cmcdrive-body .body-action .body-action-item.action-sort{margin-right:auto}.cmcdrive-file-browser-body .cmcdrive-body .body-action .body-action-item.action-bulk{display:none}}.cmcdrive-body{display:flex;flex-direction:column;padding:10px;flex:1;width:100%;height:100%;max-width:100%;background:#fff}.cmcdrive-body .body-action{display:flex;align-items:center;width:100%;flex-wrap:wrap;margin-bottom:10px;margin-top:15px;border-radius:3px;position:sticky;top:0;z-index:2;gap:5px;justify-content:flex-end;padding:5px 10px;border:1px solid #e5e5e5;background:#f6f8fa}.cmcdrive-body .body-action-item{cursor:pointer;color:#555;border-radius:5px;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;border:1px solid #e5e5e5;background:#fafafa;padding:7px 9px;font-size:14px;line-height:1;gap:7px}.cmcdrive-body .body-action-item img{width:18px;max-height:18px}.cmcdrive-body .body-action-item:hover{background:var(--cmcdrive-color-primary-lighter)}.cmcdrive-body .body-action-item.action-sort img{width:16px}.cmcdrive-body .body-action-item.action-sort .action-item-label{margin-right:5px}.cmcdrive-body .body-action-item.action-bulk{margin-right:auto}.cmcdrive-body .body-action-item.action-bulk .file-item-checkbox{display:flex;padding:0}.cmcdrive-body .body-action-item.action-photo-proof{background:var(--cmcdrive-color-primary);color:#fff}.cmcdrive-body .body-action-item.action-photo-proof svg{width:20px;margin-right:7px}.cmcdrive-body .body-action-item.action-photo-proof svg path{fill:#fff}.cmcdrive-body .body-action-item.action-photo-proof .selection-count{margin-left:5px}.cmcdrive-body .body-action-item.action-photo-proof:hover{background:var(--cmcdrive-color-primary-light-alt)}.cmcdrive-body .body-action-item.action-photo-proof.disabled{background:#ddd;color:#999}.cmcdrive-body .body-action-item.action-photo-proof.disabled:hover{background:#ddd!important}.cmcdrive-body .body-action-item.action-photo-proof.disabled path,.cmcdrive-body .body-action-item.action-photo-proof.disabled svg{fill:#999}.cmcdrive-body .body-action-item.action-sidebar-toggle{margin-left:0;margin-right:10px}.cmcdrive-body .body-action-item.action-update.loading i{animation:cmcdrive-spin 1s linear infinite}.cmcdrive-body .body-action-item.active{background:var(--cmcdrive-color-primary);color:#fff}.cmcdrive-body .body-action:not(:has(.action-bulk)) .action-sort{margin-right:auto}.cmcdrive-body .body-action:has(.action-select-all) .action-select-all{margin-right:auto}.cmcdrive-body .body-action:has(.action-select-all) .action-bulk{margin-right:0}.cmcdrive-body .body-action .body-action-files-count{display:flex;align-items:center;line-height:1.4;font-weight:500;color:#5f6368;border-radius:6px;white-space:nowrap;padding:4px 8px;font-size:13px}.cmcdrive-body .body-action:empty{display:none}.cmcdrive-body.bulk-select .file-list .file-item>.file-item-checkbox{display:flex}.cmcdrive-body.bulk-select .cmcdrive-gallery-item .file-item-checkbox{display:block}.cmcdrive-body .file-list{display:flex;align-items:flex-start;flex-wrap:wrap;overflow-y:auto}.cmcdrive-body .file-list .go-prev{display:flex!important;align-items:center;flex-direction:row!important;padding:10px;cursor:pointer!important;justify-content:flex-start!important;background:var(--cmcdrive-color-primary-lighter);transition:all .3s ease;font-size:1em;font-weight:300}.cmcdrive-body .file-list .go-prev i{position:relative;transition:all .3s ease;left:0}.cmcdrive-body .file-list .go-prev span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cmcdrive-body .file-list .file-item{display:flex;flex-direction:column;width:25%;margin:7px;border-radius:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:auto;position:relative;aspect-ratio:1/.8;justify-content:flex-end;box-shadow:rgba(0,0,0,.05) 0 6px 24px 0,rgba(0,0,0,.08) 0 0 0 1px;transition:transform .3s ease}.cmcdrive-body .file-list .file-item>.file-item-checkbox{position:absolute;top:8px;left:8px;z-index:4;padding:3px;border:1px solid rgba(221,221,221,.9);border-radius:7px;background:rgba(255,255,255,.94);box-shadow:0 8px 18px rgba(0,0,0,.12)}.cmcdrive-body .file-list .file-item .cmcdrive-file-thumbnail{-o-object-position:center;object-position:center;-webkit-user-drag:none;box-shadow:none}.cmcdrive-body .file-list .file-item .cmcdrive-file-thumbnail.has-thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cmcdrive-body .file-list .file-item .cmcdrive-file-thumbnail-wrap{height:100%;width:100%;border-radius:5px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.cmcdrive-body .file-list .file-item .file-playback-icon{position:absolute;top:calc(50% - 20px);left:50%;transform:translate(-50%,-50%);color:#fff;font-size:40px;width:auto;height:auto;opacity:.7;transition:opacity .3s ease;cursor:pointer;border:2px solid #fff;border-radius:50%;padding:5px;background:rgba(0,0,0,.5)}.cmcdrive-body .file-list .file-item .file-playback-icon:before{left:3px;position:relative}.cmcdrive-body .file-list .file-item .file-media-duration{position:absolute;right:10px;bottom:60px;display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:2px 7px;border-radius:6px;background:rgba(15,23,42,.45);color:#fff;font-size:11px}.cmcdrive-body .file-list .file-item .file-item-footer{display:flex;flex-wrap:wrap;align-items:center;border-top:1px solid #e5e5e5;z-index:1;background:#fff;line-height:1;border-bottom-left-radius:5px;border-bottom-right-radius:5px;padding:10px;gap:5px}.cmcdrive-body .file-list .file-item .file-item-footer .file-icon-wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:20px}.cmcdrive-body .file-list .file-item .file-item-footer .file-icon-wrap .file-icon{width:18px;height:18px;-webkit-user-drag:none}.cmcdrive-body .file-list .file-item .file-item-footer .file-icon-wrap .shortcut-icon{position:absolute;left:15px;bottom:8px;border:1px solid #ddd;border-radius:50%}.cmcdrive-body .file-list .file-item .file-item-footer .file-item-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:13px;font-weight:400;margin-right:auto;flex:1;text-align:left}.cmcdrive-body .file-list .file-item .file-item-footer .divider{width:100%}.cmcdrive-body .file-list .file-item .file-item-footer .file-item-meta{width:100%;display:flex;align-items:center;padding:0 3px;font-size:.75em;font-weight:400;color:#999}.cmcdrive-body .file-list .file-item .file-item-footer .file-item-meta:empty{display:none}.cmcdrive-body .file-list .file-item .file-item-footer .file-item-options{margin-left:auto;cursor:pointer;color:#565656;position:absolute;right:5px;bottom:13px;background:#fff;padding:2px 3px;border-radius:3px;opacity:0;pointer-events:none;transition:opacity .18s ease,color .18s ease,background .18s ease}.cmcdrive-body .file-list .file-item .file-item-footer .file-item-options i{transform:rotate(90deg);font-size:18px;width:18px;height:18px}.cmcdrive-body .file-list .file-item .file-item-footer .file-item-options:hover{color:var(--cmcdrive-color-primary)}.cmcdrive-body .file-list .file-item .file-item-review-tag{position:absolute;top:5px;right:5px;padding:5px 5px;border:1px solid #ddd;border-radius:5px;background:#fff;cursor:pointer;display:flex;align-items:center}.cmcdrive-body .file-list .file-item .file-item-review-tag:not(:has(.review-tag-label)){display:none}.cmcdrive-body .file-list .file-item .file-item-review-tag .review-tag-label{margin:0 5px;font-size:14px;font-weight:500;color:#fff;line-height:normal}.cmcdrive-body .file-list .file-item .file-item-review-tag:has(.review-tag-label) i{color:#fff;font-size:16px;width:16px;height:16px}.cmcdrive-body .file-list .file-item .file-item-review-tag .dashicons-no-alt{color:#fff;opacity:.7;display:none}.cmcdrive-body .file-list .file-item .file-item-review-tag:hover .dashicons-no-alt{opacity:1}.cmcdrive-body .file-list .file-item .review-tag-modal{width:150px;padding:0;border-radius:7px;box-shadow:rgba(149,157,165,.2) 0 8px 24px}.cmcdrive-body .file-list .file-item .review-tag-modal-inner{display:flex;flex-direction:column}.cmcdrive-body .file-list .file-item .review-tag-modal .tag-item{display:flex;align-items:center;padding:8px 15px;cursor:pointer;font-size:14px;box-sizing:border-box;transition:all .2s ease-in-out;font-weight:500}.cmcdrive-body .file-list .file-item .review-tag-modal .tag-item i{margin-right:3px;display:none}.cmcdrive-body .file-list .file-item .review-tag-modal .tag-item span{line-height:1}.cmcdrive-body .file-list .file-item .review-tag-modal .tag-item.active{background:var(--cmcdrive-color-primary-lighter)}.cmcdrive-body .file-list .file-item .review-tag-modal .tag-item:hover{background:#ddd}.cmcdrive-body .file-list .file-item .review-tag-modal .tag-item:last-child{margin-bottom:0}.cmcdrive-body .file-list .file-item.active{border:1px solid var(--cmcdrive-color-primary-lighter-alt);transform:scale(1.03)}.cmcdrive-body .file-list .file-item.active .file-item-footer{background:#eff6ff;color:#172033;border-top-color:rgba(37,99,235,.32)}.cmcdrive-body .file-list .file-item.active .file-item-footer:has(.file-item-checkbox.checked) .file-icon,.cmcdrive-body .file-list .file-item.active .file-item-footer:has(.file-item-checkbox.checked) .shortcut-icon{display:none}.cmcdrive-body .file-list .file-item.active .file-item-footer .file-item-size{color:#2563eb}.cmcdrive-body .file-list .file-item.active .file-item-footer .file-item-date{color:#475569}.cmcdrive-body .file-list .file-item.active .file-item-footer .file-item-options{color:#2563eb;opacity:1;pointer-events:auto}.cmcdrive-body .file-list .file-item.active .file-item-footer .file-item-checkbox.checked{display:flex;padding:0;border:1px solid rgba(37,99,235,.32)}.cmcdrive-body .file-list .file-item:hover{transform:scale(1.03)}.cmcdrive-body .file-list .file-item:hover>.file-item-checkbox{display:flex}.cmcdrive-body .file-list .file-item:hover .file-playback-icon{opacity:1}.cmcdrive-body .file-list .file-item:hover .file-item-options{opacity:1;pointer-events:auto}.cmcdrive-body .file-list .file-item:hover .file-item-footer .file-icon-wrap:has(.file-item-checkbox) .file-icon,.cmcdrive-body .file-list .file-item:hover .file-item-footer .file-icon-wrap:has(.file-item-checkbox) .shortcut-icon{display:none}.cmcdrive-body .file-list .file-item:hover .file-item-footer .file-icon-wrap .file-item-checkbox{display:flex}.cmcdrive-body .file-list .file-item:hover .file-item-review-tag{display:flex}.cmcdrive-body .file-list .file-item:hover .file-item-review-tag .dashicons-no-alt{display:block}.cmcdrive-body .file-list .file-item>.file-item-checkbox.checked{display:flex}.cmcdrive-body .file-list .file-item:focus-within .file-item-options{opacity:1;pointer-events:auto}.cmcdrive-body .file-list .file-item.folder-item{height:50px;justify-content:center;position:relative;order:1}.cmcdrive-body .file-list .file-item.folder-item .file-item-footer{border-top:0;height:100%;border-radius:5px}.cmcdrive-body .file-list .file-item.folder-item .file-item-footer .file-item-name{line-height:1.5}.cmcdrive-body .file-list .file-item.folder-item:has(.file-item-size){height:58px}.cmcdrive-body .file-list .file-item:not(.folder-item){order:3}.cmcdrive-body .file-list .file-item:not(.folder-item) .file-item-size{display:flex;align-items:center}.cmcdrive-body .file-list .file-item:not(.folder-item) .file-item-size:after{content:"";display:inline-block;width:4px;height:4px;background:rgba(0,0,0,.35);border-radius:50%;margin:0 7px}@media (max-width:768px){.cmcdrive-body .file-list .file-item .file-item-footer .file-icon-wrap{margin-right:5px}.cmcdrive-body .file-list .file-item .file-item-footer .file-icon-wrap:has(.file-item-checkbox) .file-icon,.cmcdrive-body .file-list .file-item .file-item-footer .file-icon-wrap:has(.file-item-checkbox) .shortcut-icon{display:none}.cmcdrive-body .file-list .file-item .file-item-footer .file-icon-wrap .file-item-checkbox{display:flex}}.cmcdrive-body .file-list .folder-file-divider{width:100%;order:2}.cmcdrive-body .file-list:not(.list-view) .file-item{max-width:230px}.cmcdrive-body .file-list.list-view{flex-flow:column;align-items:center}.cmcdrive-body .file-list.list-view .go-prev{padding:12px 10px!important}.cmcdrive-body .file-list.list-view .list-view-header{display:flex;align-items:center;width:100%;font-size:1em;position:sticky;top:0;margin-top:10px;margin-bottom:15px;z-index:1;line-height:1}.cmcdrive-body .file-list.list-view .list-view-header .col-name{width:50%;padding-left:50px}.cmcdrive-body .file-list.list-view .list-view-header .col-size{width:20%;text-align:center}.cmcdrive-body .file-list.list-view .list-view-header .col-modified{width:25%;text-align:center}.cmcdrive-body .file-list.list-view .list-view-header:not(:has(.col-modified)) .col-name,.cmcdrive-body .file-list.list-view .list-view-header:not(:has(.col-size)) .col-name{width:70%}.cmcdrive-body .file-list.list-view .list-view-header:not(:has(.col-size)):not(:has(.col-modified)) .col-name{width:90%}.cmcdrive-body .file-list.list-view .file-item{width:100%!important;overflow:visible;margin:0;border-radius:0;padding:5px 10px;font-size:.875em;flex-direction:row;align-items:center;justify-content:space-between;border:1px solid transparent;border-bottom-color:#eee;box-shadow:none;aspect-ratio:auto;background:#fff}.cmcdrive-body .file-list.list-view .file-item:has(>.file-item-checkbox){padding-left:44px}.cmcdrive-body .file-list.list-view .file-item>.file-item-checkbox{top:50%;left:10px;transform:translateY(-50%)}.cmcdrive-body .file-list.list-view .file-item .file-item-date{font-size:.75em;font-weight:400;margin:0 5px;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.cmcdrive-body .file-list.list-view .file-item.active{transform:none;background:var(--cmcdrive-color-primary-lighter-alt);color:#fff}.cmcdrive-body .file-list.list-view .file-item.active .file-item-date{color:inherit}.cmcdrive-body .file-list.list-view .file-item:hover{transform:none;background:var(--cmcdrive-color-primary-lighter-alt);color:#fff}.cmcdrive-body .file-list.list-view .file-item:hover .file-item-footer .file-item-options{color:inherit;opacity:1;pointer-events:auto}.cmcdrive-body .file-list.list-view .file-item:hover .file-item-size{color:inherit}.cmcdrive-body .file-list.list-view .file-item:hover .file-item-date{color:inherit}.cmcdrive-body .file-list.list-view .file-item.folder-item{height:45px}.cmcdrive-body .file-list.list-view .file-item .file-item-footer{border:0;width:70%;background:0 0;height:33px}.cmcdrive-body .file-list.list-view .file-item .file-item-footer .file-item-name{width:70%}.cmcdrive-body .file-list.list-view .file-item .file-item-footer .file-item-size{width:30%;text-align:center}.cmcdrive-body .file-list.list-view .file-item .file-item-footer .file-item-options{position:absolute;right:0}.cmcdrive-body .file-list.list-view .file-item .file-item-footer .file-icon-wrap{margin-left:0}.cmcdrive-body .file-list.list-view .file-item .file-item-footer:not(:has(.file-item-size)) .file-item-name{width:100%}.cmcdrive-body .file-list.list-view .file-item:not(:has(.file-item-date)) .file-item-footer{width:90%}.cmcdrive-body .file-list.list-view .file-item:last-child{border-bottom:0}.cmcdrive-body .file-list.list-view .file-item .file-item-checkbox .box{border-color:#fff}.cmcdrive-body .file-list.list-view .file-item .file-item-review-tag{background:0 0;margin-right:30px}.cmcdrive-body .file-list.list-view .root-item{padding:15px 10px;font-size:1em;justify-content:flex-start}@media (max-width:767px){.cmcdrive-body .file-list.list-view .list-view-header .col-name{width:65%}.cmcdrive-body .file-list.list-view .list-view-header .col-modified{display:none}.cmcdrive-body .file-list.list-view .file-item .file-item-footer{width:90%}.cmcdrive-body .file-list.list-view .file-item .file-item-date{display:none}}.cmcdrive-body .file-list.empty .list-view-header{display:none}.cmcdrive-body .file-list.empty+.cmcdrive-file-uploader{margin:10px 7px}.cmcdrive-body .file-list.cmcdrive-item-col-1 .file-item{width:100%}.cmcdrive-body .file-list.cmcdrive-item-col-1:not(.list-view) .file-item{margin:4px}.cmcdrive-body .file-list.cmcdrive-item-col-2 .file-item{width:calc(50% - 14px)}.cmcdrive-body .file-list.cmcdrive-item-col-3 .file-item{width:calc(33.33% - 14px)}.cmcdrive-body .file-list.cmcdrive-item-col-4 .file-item{width:calc(25% - 14px)}.cmcdrive-body .file-list.cmcdrive-item-col-5 .file-item{width:calc(20% - 14px)}.cmcdrive-body .file-list.cmcdrive-item-col-6 .file-item{width:calc(16.66% - 14px)}.cmcdrive-body .file-list.cmcdrive-item-col-7 .file-item{width:calc(14.28% - 14px)}.cmcdrive-body .file-list.cmcdrive-item-col-8 .file-item{width:calc(12.5% - 14px)}.cmcdrive-body .file-list .cmcdrive-noselect,.cmcdrive-body .file-list .cmcdrive-noselect *{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.cmcdrive-body .file-list .cmcdrive-selection-rect{position:absolute;pointer-events:none;border:1px solid #4a90e2;background:rgba(74,144,226,.12);z-index:999;will-change:left,top,width,height}.cmcdrive-body .file-list .file-item.cmcdrive-selecting{background:#f0f8ff}.cmcdrive-body .search-result-info{font-size:1em;margin:10px 0 15px 5px;display:flex;align-items:center}.cmcdrive-body .search-result-info .clear-button{margin-left:10px}.cmcdrive-body .loading-wrap{display:flex;justify-content:center;height:100%;width:100%;position:absolute;top:0;left:0;z-index:9}.cmcdrive-body .loading-wrap img,.cmcdrive-body .loading-wrap svg{width:120px;margin-top:2em;height:120px}.cmcdrive-body:has(.body-action) .loading-wrap img,.cmcdrive-body:has(.body-action) .loading-wrap svg{margin-top:200px}.cmcdrive-body.loading{min-height:15em}.cmcdrive-body.loading:not(.lazy-loading) .file-list,.cmcdrive-body.loading:not(.lazy-loading) .react-photo-gallery--gallery{opacity:.3}.cmcdrive-body.loading:not(.lazy-loading) .file-list .file-item,.cmcdrive-body.loading:not(.lazy-loading) .react-photo-gallery--gallery .file-item{transform:none;transition:none}.cmcdrive-body.lazy-loading .loading-wrap{position:unset}.cmcdrive-body.lazy-loading .loading-wrap img{margin-top:-1em}.cmcdrive-body .cmcdrive-load-more{margin:20px auto;padding:12px 18px}.cmcdrive-body .cmcdrive-pagination{margin:30px auto 20px;padding:0}.cmcdrive-details{display:flex;flex-flow:column;padding:20px 15px}.cmcdrive-details-wrap{width:250px;position:sticky;border-left:1px solid #e5e5e5;background:#fff}.cmcdrive-details .close-details{align-self:flex-end;cursor:pointer;font-size:1.25em;opacity:.5;margin:-5px 0 5px 0}.cmcdrive-details .close-details:hover{opacity:1}.cmcdrive-details .details-item{display:flex;align-items:center;margin-bottom:15px;flex-wrap:wrap;line-height:1.5}.cmcdrive-details .details-item img{width:20px;height:20px;margin-right:10px}.cmcdrive-details .details-item-label{font-size:14px;font-weight:500;color:#444;width:80px;display:flex;align-items:center;justify-content:space-between}.cmcdrive-details .details-item-label:after{content:":";margin-right:10px}.cmcdrive-details .details-item.name{font-weight:500;font-size:14px;margin-bottom:20px;flex-wrap:nowrap}.cmcdrive-details .details-item.name span{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;line-height:1.5em;max-height:3em;white-space:pre-wrap}.cmcdrive-details .details-item-value{font-size:14px;color:#555;word-break:break-all;max-width:100%}.cmcdrive-details .details-item.field-location{flex-direction:column;align-items:flex-start}.cmcdrive-details .details-item.field-location .details-item-value{margin-top:7px}.cmcdrive-details .details-item.field-location .location-wrap{display:flex;align-items:center;border:1px solid #ddd;border-radius:5px;padding:5px;cursor:pointer}.cmcdrive-details .details-item.field-location .location-wrap img{margin-right:5px}.cmcdrive-details .details-item.field-location .location-wrap span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cmcdrive-details .details-item.field-location .location-wrap:hover{background:#f5f5f5}.cmcdrive-details .details-item.field-description{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:space-between}.cmcdrive-details .details-item.field-description .details-item-label{margin-bottom:5px}.cmcdrive-details .details-item.field-description .description-placeholder,.cmcdrive-details .details-item.field-description .details-item-value{width:100%;color:#777;font-size:14px}.cmcdrive-details .details-item.field-description .dashicons{cursor:pointer;padding:0 5px;box-sizing:content-box;margin-top:5px}.cmcdrive-details .details-item.field-description form,.cmcdrive-details .details-item.field-description textarea{width:100%}.cmcdrive-details .details-placeholder{font-size:1em}@media (max-width:767px){.cmcdrive-details{max-width:80%;height:100%;margin-left:auto;background:#fff}.cmcdrive-details-wrap{width:100%;max-width:100%;position:absolute;z-index:2;background:rgba(0,0,0,.5);height:100%}}.cmcdrive-shortcode-wrap .cmcdrive-details-wrap{width:220px}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header{display:grid!important;grid-template-columns:minmax(240px,1.7fr) minmax(96px,.55fr) minmax(96px,.55fr) minmax(96px,.5fr) minmax(150px,.75fr) 74px;align-items:center!important;gap:14px;width:100%!important;min-height:42px;padding:0 12px;border-bottom:1px solid #e8eef7;background:#f8fafc;box-sizing:border-box;font-size:14px}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header>*{min-width:0!important;width:auto!important;max-width:none!important;margin:0!important;color:inherit!important;font:inherit!important;line-height:inherit!important;text-align:left;text-decoration:none!important;text-transform:none!important;letter-spacing:0!important;box-shadow:none!important;white-space:nowrap!important}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header .sortable,.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header button{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:0 0!important;cursor:pointer;gap:5px}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header .col-name{grid-column:1}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header .col-type{grid-column:2}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header .col-owner{grid-column:3}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header .col-size{grid-column:4}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header .col-modified{grid-column:5}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header .col-actions{grid-column:6;text-align:center}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header:not(:has(.col-modified)){grid-template-columns:minmax(240px,1.7fr) minmax(96px,.55fr) minmax(96px,.55fr) minmax(96px,.5fr) 74px}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header:not(:has(.col-modified)) .col-actions{grid-column:5}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header:not(:has(.col-size)){grid-template-columns:minmax(240px,1.7fr) minmax(96px,.55fr) minmax(96px,.55fr) minmax(150px,.75fr) 74px}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header:not(:has(.col-size)) .col-modified{grid-column:4}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header:not(:has(.col-size)) .col-actions{grid-column:5}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header:not(:has(.col-size)):not(:has(.col-modified)){grid-template-columns:minmax(240px,1.7fr) minmax(96px,.55fr) minmax(96px,.55fr) 74px}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header:not(:has(.col-size)):not(:has(.col-modified)) .col-actions{grid-column:4}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item{display:grid!important;grid-template-columns:minmax(240px,1.7fr) minmax(96px,.55fr) minmax(96px,.55fr) minmax(96px,.5fr) minmax(150px,.75fr) 74px;align-items:center!important;gap:14px;width:100%!important;max-width:none!important;box-sizing:border-box}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item.go-prev{display:flex!important}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item .file-item-footer{grid-column:1;min-width:0;width:auto!important;max-width:none!important}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item .file-item-type{grid-column:2}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item .file-item-owner{grid-column:3}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item .file-item-size{grid-column:4}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item .file-item-date{grid-column:5}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item .file-item-actions{grid-column:6;position:static!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;margin:0!important}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item .file-item-actions,.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item .file-item-date,.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item .file-item-owner,.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item .file-item-size,.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item .file-item-type{min-width:0;max-width:none;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item:not(:has(.file-item-date)){grid-template-columns:minmax(240px,1.7fr) minmax(96px,.55fr) minmax(96px,.55fr) minmax(96px,.5fr) 74px}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item:not(:has(.file-item-date)) .file-item-actions{grid-column:5}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item:not(:has(.file-item-size)){grid-template-columns:minmax(240px,1.7fr) minmax(96px,.55fr) minmax(96px,.55fr) minmax(150px,.75fr) 74px}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item:not(:has(.file-item-size)) .file-item-date{grid-column:4}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item:not(:has(.file-item-size)) .file-item-actions{grid-column:5}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item:not(:has(.file-item-size)):not(:has(.file-item-date)){grid-template-columns:minmax(240px,1.7fr) minmax(96px,.55fr) minmax(96px,.55fr) 74px}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item:not(:has(.file-item-size)):not(:has(.file-item-date)) .file-item-actions{grid-column:4}@media (max-width:767px){.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item,.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header{grid-template-columns:minmax(0,1fr) 42px!important}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header .col-modified,.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header .col-owner,.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header .col-size,.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header .col-type{display:none!important}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .list-view-header .col-actions{grid-column:2!important;text-align:right}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item .file-item-date,.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item .file-item-owner,.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item .file-item-size,.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item .file-item-type{display:none!important}.cmcdrive-file-browser .cmcdrive-body .file-list.list-view .file-item .file-item-actions{grid-column:2!important}}.file-manager-modern{--fbm-sidebar-width:250px;--fbm-bg:#f8fafc;--fbm-surface:#ffffff;--fbm-border:#e1e8f2;--fbm-border-strong:#d7e0ee;--fbm-ink:#172033;--fbm-text:var(--fbm-ink);--fbm-muted:#64748b;--fbm-primary:var(--cmcdrive-color-primary);--fbm-primary-soft:rgba(37, 99, 235, 0.08);--fbm-radius:8px;align-items:stretch;background:#f8fafc;color:#172033;font-size:13px;font-weight:400;min-height:640px}.file-manager-modern button,.file-manager-modern input,.file-manager-modern select{font-size:13px;font-weight:400}.file-manager-modern .cmcdrive-file-browser-body{display:flex;flex-wrap:nowrap;min-height:720px}.file-manager-modern .cmcdrive-sidebar-wrap{width:var(--fbm-sidebar-width);flex:0 0 var(--fbm-sidebar-width);min-height:100%;border-right:1px solid var(--fbm-border);background:#fff;box-shadow:18px 0 40px rgba(15,23,42,.03)}.file-manager-modern .cmcdrive-sidebar-wrap .cmcdrive-sidebar{padding:12px;gap:20px;height:100%}.file-manager-modern .cmcdrive-sidebar-wrap .sidebar-create{display:flex;flex-direction:column;gap:10px;margin-top:15px}.file-manager-modern .cmcdrive-sidebar-wrap .sidebar-new-button{display:inline-flex;align-items:center;justify-content:flex-start;gap:12px;min-height:44px;border:1px solid var(--fbm-primary);border-radius:8px;padding:0 18px;width:-moz-max-content;width:max-content;background:#fff;color:var(--fbm-primary);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.file-manager-modern .cmcdrive-sidebar-wrap .sidebar-new-button i{font-size:18px;width:18px;height:18px}.file-manager-modern .cmcdrive-sidebar-wrap .sidebar-new-button:hover{background:var(--fbm-primary);color:#fff;box-shadow:0 10px 24px rgba(37,99,235,.18);transform:translateY(-1px)}.file-manager-modern .cmcdrive-sidebar-wrap .sidebar-new-button.disabled,.file-manager-modern .cmcdrive-sidebar-wrap .sidebar-new-button:disabled{cursor:not-allowed;opacity:.55;transform:none;box-shadow:none}.file-manager-modern .cmcdrive-sidebar-wrap .sidebar-folders{margin-top:2px;gap:4px;padding-top:8px;border-top:1px solid var(--fbm-border);flex:1 1 auto;min-height:0;overflow-y:auto}.file-manager-modern .cmcdrive-sidebar-wrap .sidebar-folders .root-item{min-height:38px;padding:9px 12px;border-radius:5px;font-size:13px;font-weight:400;border-right:0;color:var(--fbm-text)}.file-manager-modern .cmcdrive-sidebar-wrap .sidebar-folders .root-item.active{background:linear-gradient(90deg,rgba(37,99,235,.1),rgba(37,99,235,.03));color:var(--fbm-primary);border-right:0}.file-manager-modern .cmcdrive-sidebar-wrap .sidebar-folders .root-item:hover{background:#f8fafc;color:var(--fbm-primary)}.file-manager-modern .cmcdrive-body.modern-body{width:auto!important;min-width:0;flex:1 1 auto;padding:0 15px 20px;gap:14px;background:#f8fafc;position:relative}.file-manager-modern .cmcdrive-body.modern-body>.cmcdrive-file-browser-header{position:sticky;top:32px;z-index:2;width:calc(100% + 30px);height:64px;min-height:64px;margin:0 -15px;padding:10px 12px!important;gap:14px;border-bottom:1px solid #e8eef7;box-shadow:none;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(12px)}.file-manager-modern .cmcdrive-body.modern-body>.cmcdrive-file-browser-header .header-action-item.action-sidebar-toggle{width:20px;height:20px;margin-right:0;border:1px solid transparent;border-radius:12px;color:var(--fbm-text)}.file-manager-modern .cmcdrive-body.modern-body>.cmcdrive-file-browser-header .header-action-item.action-sidebar-toggle:hover{border-color:var(--fbm-border);background:var(--fbm-primary-soft)}.file-manager-modern .cmcdrive-body.modern-body>.cmcdrive-file-browser-header .cmcdrive-breadcrumb{flex:1 1 auto}.file-manager-modern .cmcdrive-body.modern-body>.cmcdrive-file-browser-header .cmcdrive-breadcrumb .breadcrumb-item{max-width:240px;padding:6px 2px;border-radius:3px;color:var(--fbm-text);font-size:13px;font-weight:500}.file-manager-modern .cmcdrive-body.modern-body>.cmcdrive-file-browser-header .cmcdrive-breadcrumb .breadcrumb-item:not(:last-child):after{color:#94a3b8;margin-left:5px}.file-manager-modern .cmcdrive-body.modern-body>.cmcdrive-file-browser-header .cmcdrive-breadcrumb .breadcrumb-item.active{color:var(--fbm-primary);background:0 0}.file-manager-modern .cmcdrive-body.modern-body>.cmcdrive-file-browser-header .cmcdrive-search-bar{flex:0 1 430px;max-width:430px;height:35px;margin-left:auto;margin-right:20px;padding:0 14px 0 18px;border-color:var(--fbm-border);border-radius:7px;background:#f8fafc;box-shadow:inset 0 0 0 1px rgba(255,255,255,.8)}.file-manager-modern .cmcdrive-body.modern-body>.cmcdrive-file-browser-header .cmcdrive-search-bar input{color:var(--fbm-text);font-size:13px;font-weight:400}.file-manager-modern .cmcdrive-body.modern-body>.cmcdrive-file-browser-header .cmcdrive-search-bar:focus-within{border-color:var(--fbm-primary);background:#fff;box-shadow:0 0 0 3px rgba(37,99,235,.12)}.file-manager-modern .cmcdrive-body.modern-body>.cmcdrive-file-browser-header .user-box{height:44px;padding:4px 6px;border:1px solid transparent;border-radius:14px}.file-manager-modern .cmcdrive-body.modern-body>.cmcdrive-file-browser-header .user-box:hover{border-color:var(--fbm-border);background:#f8fafc}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px 12px;padding:10px;border:1px solid #e8eef7;border-radius:7px;background:#fff;box-shadow:none;overflow:visible;margin:0}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .body-action-item,.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-toggle,.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-selection-status,.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter-toggle,.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-view-button{min-height:35px;border:1px solid var(--fbm-border);border-radius:8px;background:#fff;color:var(--fbm-text);font-size:13px;font-weight:400;box-shadow:0 1px 1px rgba(15,23,42,.02)}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-selection-status{display:inline-flex;align-items:center;gap:10px;padding:0 16px;color:var(--fbm-muted);white-space:nowrap;margin-right:auto}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-selection-status strong{color:var(--fbm-primary);font-weight:500}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar>.body-action-item{flex:0 0 auto;width:-moz-max-content;width:max-content}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .body-action-item{padding:0 10px;gap:8px}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .body-action-item.active,.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .body-action-item:hover{border-color:rgba(37,99,235,.28);background:var(--fbm-primary-soft);color:var(--fbm-primary)}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .body-action-item.action-upload{border-color:var(--fbm-primary);background:var(--fbm-primary);color:#fff}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .body-action-item.action-upload:hover{background:var(--cmcdrive-color-primary-light-alt);color:#fff}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .body-action-item.action-delete{color:#dc2626}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .body-action-item.action-delete:hover{border-color:#fecaca;background:#fff1f2}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter{flex:0 0 auto;position:relative;width:-moz-max-content;width:max-content;z-index:2}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter-control{display:inline-flex;align-items:center;width:100%;min-height:38px;border:1px solid #e1e8f2;border-radius:8px;background:#fff;overflow:hidden}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter-control.active,.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter-control:hover{border-color:rgba(37,99,235,.38);background:rgba(37,99,235,.08);color:var(--fbm-primary)}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter-toggle{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;flex:1 1 auto;min-width:0;min-height:36px;padding:0 10px;border:0;border-radius:0;background:0 0;color:var(--fbm-ink);font-size:13px;font-weight:400;cursor:pointer}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter-toggle.active,.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter-toggle:hover{background:0 0;color:var(--fbm-primary)}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter-toggle .modern-type-filter-label{color:var(--fbm-muted)}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter-toggle .modern-type-filter-value{max-width:84px;overflow:hidden;color:var(--fbm-ink);text-overflow:ellipsis;white-space:nowrap}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter-toggle em{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:22px;padding:0 8px;border-radius:999px;background:#eef2ff;color:#64748b;font-style:normal;font-size:12px;font-weight:400}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter-toggle .dashicons-arrow-down-alt2{margin-left:auto;font-size:16px;width:16px;height:16px}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter-clear{display:inline-flex;align-items:center;justify-content:center;flex:0 0 32px;width:32px;min-height:36px;padding:0;border:0;border-left:1px solid #e8eef7;background:0 0;color:#94a3b8;cursor:pointer}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter-clear:hover{color:#dc2626;background:#fff1f2}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter-clear i{font-size:16px;width:16px;height:16px}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter-menu{position:absolute;top:calc(100% + 8px);left:0;width:200px;padding:8px;border:1px solid #e1e8f2;border-radius:10px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.14);z-index:40}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter-option{display:flex;align-items:center;gap:10px;width:100%;min-height:35px;padding:8px 10px;border:0;border-radius:8px;background:0 0;color:var(--fbm-ink);font-size:13px;font-weight:400;text-align:left;cursor:pointer}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter-option.active,.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter-option:hover{background:rgba(37,99,235,.08);color:var(--fbm-primary)}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter-option em{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:22px;margin-left:auto;padding:0 8px;border-radius:999px;background:#eef2ff;color:#64748b;font-style:normal;font-size:12px;font-weight:400}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-view-controls{align-self:center;display:flex;align-items:center;gap:12px;flex:unset;margin-left:0;padding-top:0;border-top:0}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-view-segment{display:inline-flex;align-items:stretch;min-height:35px;overflow:hidden;border:1px solid #d7e0ee;border-radius:8px;background:#fff}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-view-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:35px;padding:0 14px;border:0;border-radius:0;background:0 0;color:var(--fbm-ink);cursor:pointer}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-view-button+.modern-view-button{border-left:1px solid #d7e0ee}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-view-button.active,.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-view-button:hover{background:rgba(37,99,235,.08);color:var(--fbm-primary)}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-filter{position:relative;flex:0 0 auto}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-toggle{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;min-height:35px;padding:0 10px;border:1px solid #e1e8f2;color:var(--fbm-ink);cursor:pointer}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-toggle.active,.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-toggle:hover{border-color:rgba(37,99,235,.38);background:rgba(37,99,235,.08);color:var(--fbm-primary)}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-toggle .modern-density-label{color:var(--fbm-muted)}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-toggle .modern-density-value{min-width:0;overflow:hidden;color:var(--fbm-ink);text-overflow:ellipsis;white-space:nowrap}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-toggle .dashicons-arrow-down-alt2{margin-left:auto;font-size:16px;width:16px;height:16px}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-icon{position:relative;display:inline-block;flex:0 0 20px;width:20px;height:20px;color:currentColor}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-icon:after,.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-icon:before{content:"";position:absolute;left:0;border-radius:2px;background:currentColor}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-icon:before{width:4px}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-icon:after{right:0}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-icon.density-icon-compact:before{top:3px;height:3px;box-shadow:0 6px 0 currentColor,0 12px 0 currentColor}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-icon.density-icon-compact:after{top:3px;height:3px;box-shadow:0 6px 0 currentColor,0 12px 0 currentColor}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-icon.density-icon-comfortable:before{top:2px;height:4px;box-shadow:0 7px 0 currentColor,0 14px 0 currentColor}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-icon.density-icon-comfortable:after{top:2px;height:4px;box-shadow:0 7px 0 currentColor,0 14px 0 currentColor}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-icon.density-icon-large-preview:before{top:2px;width:6px;height:5px;box-shadow:0 7px 0 currentColor,0 14px 0 currentColor}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-icon.density-icon-large-preview:after{top:2px;height:5px;box-shadow:0 7px 0 currentColor,0 14px 0 currentColor}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-menu{position:absolute;top:calc(100% + 8px);right:0;width:275px;padding:12px;border:1px solid #e1e8f2;border-radius:8px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.14);z-index:40}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-menu-title{margin:2px 10px 8px;color:#17213b;font-size:13px;font-weight:500}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-option{display:flex;align-items:center;gap:12px;width:100%;min-height:62px;padding:10px 12px;border:0;border-radius:8px;background:0 0;color:var(--fbm-ink);text-align:left;cursor:pointer}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-option.active,.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-option:hover{background:rgba(37,99,235,.08);color:var(--fbm-primary)}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-option .modern-density-option-copy{display:flex;min-width:0;flex:1 1 auto;flex-direction:column;gap:3px}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-option .modern-density-option-label{color:inherit;font-size:13px;font-weight:500;line-height:1.2}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-option .modern-density-option-description{color:var(--fbm-muted);font-size:12px;font-weight:400;line-height:1.3}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-option.active .modern-density-option-description{color:var(--fbm-primary)}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-option .dashicons-yes{flex:0 0 16px;margin-left:auto;font-size:16px;width:16px;height:16px}.file-manager-modern .cmcdrive-body.modern-body .file-list{gap:16px;width:100%;overflow:visible}.file-manager-modern .cmcdrive-body.modern-body .file-list .file-item,.file-manager-modern .cmcdrive-body.modern-body .file-list .go-prev{width:auto!important;max-width:none!important;margin:0!important;border:1px solid #e1e8f2;border-radius:8px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.035)}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view){--fbm-grid-item-size:186px;--fbm-grid-footer-height:50px;display:grid!important;grid-template-columns:repeat(auto-fill,minmax(var(--fbm-grid-item-size),1fr));grid-auto-rows:auto;align-items:start;justify-content:start}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .folder-file-divider{display:block;grid-column:1/-1;width:100%;height:1px;min-height:1px;margin:0}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item{flex:0 0 var(--fbm-grid-item-size)!important;width:100%!important;min-width:var(--fbm-grid-item-size)!important;height:var(--fbm-grid-item-size)!important;min-height:var(--fbm-grid-item-size)!important;max-height:var(--fbm-grid-item-size)!important}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .go-prev{grid-column:1/-1;display:inline-flex;align-items:center;justify-content:flex-start;width:100%!important;min-width:0!important;max-width:var(--fbm-grid-item-size)!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding:0 14px!important;gap:8px;background:#fff}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item{aspect-ratio:1/1;overflow:hidden}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item>.file-item-checkbox{position:absolute;top:10px;left:10px;z-index:6;align-items:center;justify-content:center;padding:3px;border:1px solid rgba(203,213,225,.9);border-radius:7px;background:rgba(255,255,255,.94);box-shadow:0 8px 18px rgba(15,23,42,.12);backdrop-filter:blur(4px)}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item.active>.file-item-checkbox,.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item:hover>.file-item-checkbox{display:flex}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item>.file-item-checkbox.checked{display:flex}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item.folder-item{aspect-ratio:auto;justify-content:center;height:52px!important;min-height:52px!important;max-height:52px!important;padding:0 12px}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item.folder-item .file-item-footer{align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;width:100%;height:100%;padding:0 20px 0 0;border:0;gap:2px 10px;background:0 0}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item.folder-item .file-icon-wrap{position:static;flex:0 0 24px;width:24px;height:24px;margin:0}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item.folder-item .file-icon-wrap .file-icon{width:100%;height:100%}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item.folder-item .file-item-name{flex:1;width:auto;min-width:0}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item.folder-item .file-item-meta{flex:none;width:auto;margin-left:auto;padding:0}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item.folder-item .file-item-options{right:8px;bottom:50%;transform:translateY(50%);background:0 0}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item .cmcdrive-file-thumbnail-wrap{position:absolute;inset:0 0 var(--fbm-grid-footer-height);height:auto;min-height:0;max-height:calc(var(--fbm-grid-item-size) - var(--fbm-grid-footer-height));border-radius:8px 8px 0 0}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item .file-item-footer{padding:10px;border-radius:0 0 8px 8px;gap:3px 5px;overflow:hidden}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item .file-item-name{font-size:13px;font-weight:500;width:95%}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item .file-item-date,.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item .file-item-size{color:#64748b;font-size:12px;line-height:1.2;white-space:nowrap}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item .file-item-date{margin-left:0}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .file-item .file-media-duration{position:absolute;right:10px;bottom:60px;display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:2px 7px;border-radius:6px;background:rgba(15,23,42,.45);color:#fff;font-size:11px}.file-manager-modern .cmcdrive-body.modern-body .file-list:not(.list-view) .go-prev{aspect-ratio:auto;justify-content:flex-start!important;overflow:visible}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view{display:flex!important;flex-direction:column;align-items:stretch;gap:0;border:1px solid #e8eef7;border-radius:8px;background:#fff;overflow:hidden}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header{display:grid!important;grid-template-columns:minmax(240px,1.7fr) minmax(96px,.55fr) minmax(96px,.55fr) minmax(96px,.5fr) minmax(150px,.75fr) 74px;gap:14px;align-items:center;width:100%;min-height:40px;margin:0;padding:0 12px;border-bottom:1px solid #e8eef7;background:#f8fafc;color:#64748b;font-size:12px;font-weight:600;line-height:1.2}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header>*{display:block!important;min-width:0;width:auto!important;max-width:none!important;margin:0!important;color:inherit!important;font:inherit!important;line-height:inherit!important;text-align:left;text-decoration:none!important;text-transform:none!important;letter-spacing:0!important;box-shadow:none!important;white-space:nowrap!important}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header .sortable,.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header button{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:0 0!important}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header .col-name{grid-column:1}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header .col-type{grid-column:2}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header .col-owner{grid-column:3}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header .col-size{grid-column:4}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header .col-modified{grid-column:5}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header .col-actions{grid-column:6;text-align:center;white-space:nowrap}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header .sortable{display:inline-flex!important;align-items:center;justify-content:flex-start;gap:4px;cursor:pointer}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header .sortable:hover{color:#2563eb}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header .sortable .dashicons{width:14px;height:14px;font-size:14px}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header:not(:has(.col-modified)){grid-template-columns:minmax(240px,1.7fr) minmax(96px,.55fr) minmax(96px,.55fr) minmax(96px,.5fr) 74px}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header:not(:has(.col-modified)) .col-actions{grid-column:5}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header:not(:has(.col-size)){grid-template-columns:minmax(240px,1.7fr) minmax(96px,.55fr) minmax(96px,.55fr) minmax(150px,.75fr) 74px}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header:not(:has(.col-size)) .col-modified{grid-column:4}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header:not(:has(.col-size)) .col-actions{grid-column:5}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header:not(:has(.col-size)):not(:has(.col-modified)){grid-template-columns:minmax(240px,1.7fr) minmax(96px,.55fr) minmax(96px,.55fr) 74px}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header:not(:has(.col-size)):not(:has(.col-modified)) .col-actions{grid-column:4}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item,.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .go-prev{flex:0 0 auto;width:100%!important;min-height:56px;padding:8px 12px;border:0;border-bottom:1px solid #eef2f7;border-radius:0;box-shadow:none;transform:none;font-size:14px}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item{display:grid!important;grid-template-columns:minmax(240px,1.7fr) minmax(96px,.55fr) minmax(96px,.55fr) minmax(96px,.5fr) minmax(150px,.75fr) 74px;align-items:center;gap:14px;aspect-ratio:auto;background:#fff}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item:has(>.file-item-checkbox){padding-left:46px}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item>.file-item-checkbox{position:absolute;top:50%;left:12px;z-index:4;transform:translateY(-50%);padding:2px;border:1px solid rgba(203,213,225,.9);border-radius:7px;background:#fff;box-shadow:0 6px 14px rgba(15,23,42,.08)}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item>.file-item-checkbox .box{width:18px;height:18px}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item:last-child{border-bottom:0}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item.active,.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item:hover{transform:none;background:#f1f6ff;color:#172033}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item.active>.file-item-checkbox,.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item:hover>.file-item-checkbox{display:flex}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item.active .file-item-footer,.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item:hover .file-item-footer{color:#172033}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item.active .file-item-footer .file-item-options,.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item.active .file-item-footer .file-item-size,.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item:hover .file-item-footer .file-item-options,.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item:hover .file-item-footer .file-item-size{color:#2563eb}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item.active .file-item-date,.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item:hover .file-item-date{color:#475569}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item>.file-item-checkbox.checked{display:flex}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .cmcdrive-file-thumbnail-wrap{position:absolute;top:50%;left:46px;width:64px;height:44px;min-height:44px;border:1px solid #e8eef7;border-radius:7px;transform:translateY(-50%)}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-playback-icon{top:50%;left:78px;font-size:20px;padding:3px}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-footer{grid-column:1;display:flex;align-items:center;min-width:0;height:auto;min-height:0;padding:0;border:0;background:0 0;gap:10px}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-footer .file-icon-wrap{width:28px;height:28px;margin:0}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-footer .file-icon{width:24px;height:24px}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-footer .file-item-name{width:auto;min-width:0;color:#172033;font-size:13px;font-weight:500;line-height:1.25}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item:has(.cmcdrive-file-thumbnail-wrap) .file-item-footer{padding-left:78px}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-date,.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-owner,.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-size,.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-type{min-width:0;overflow:hidden;color:#64748b;font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-type{grid-column:2}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-owner{grid-column:3}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-size{grid-column:4;padding-left:0}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-size:after{display:none}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-date{grid-column:5;margin:0;text-align:left}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-actions{grid-column:6;position:static;display:inline-flex!important;align-items:center;justify-content:center;width:100%;height:28px;margin:0;border-radius:6px;color:#64748b}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item.folder-item{height:auto}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item:not(:has(.file-item-date)){grid-template-columns:minmax(240px,1.7fr) minmax(96px,.55fr) minmax(96px,.55fr) minmax(96px,.5fr) 74px}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item:not(:has(.file-item-date)) .file-item-actions{grid-column:5}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item:not(:has(.file-item-size)){grid-template-columns:minmax(240px,1.7fr) minmax(96px,.55fr) minmax(96px,.55fr) minmax(150px,.75fr) 74px}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item:not(:has(.file-item-size)) .file-item-date{grid-column:4}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item:not(:has(.file-item-size)) .file-item-actions{grid-column:5}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item:not(:has(.file-item-size)):not(:has(.file-item-date)){grid-template-columns:minmax(240px,1.7fr) minmax(96px,.55fr) minmax(96px,.55fr) 74px}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item:not(:has(.file-item-size)):not(:has(.file-item-date)) .file-item-actions{grid-column:4}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .go-prev{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .go-prev i,.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .go-prev span{grid-column:auto!important;grid-row:auto!important}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .go-prev i{flex:0 0 20px;width:20px;height:20px;margin:0!important}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .go-prev span{flex:0 1 auto;min-width:0;width:auto!important;margin:0!important;padding-left:0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left!important}.file-manager-modern .cmcdrive-body.modern-body.density-compact .file-list:not(.list-view){--fbm-grid-item-size:160px;--fbm-grid-footer-height:40px;gap:12px;grid-template-columns:repeat(auto-fill,minmax(var(--fbm-grid-item-size),1fr));grid-auto-rows:auto}.file-manager-modern .cmcdrive-body.modern-body.density-large-preview .file-list:not(.list-view){--fbm-grid-item-size:226px;--fbm-grid-footer-height:64px;gap:18px;grid-template-columns:repeat(auto-fill,minmax(var(--fbm-grid-item-size),1fr));grid-auto-rows:auto}.file-manager-modern .cmcdrive-body.modern-body.density-large-preview .file-list:not(.list-view) .file-item.folder-item .file-icon-wrap{top:52px}.file-manager-modern .cmcdrive-body.modern-body.density-compact .file-list.list-view .list-view-header{min-height:34px}.file-manager-modern .cmcdrive-body.modern-body.density-compact .file-list.list-view .file-item,.file-manager-modern .cmcdrive-body.modern-body.density-compact .file-list.list-view .go-prev{min-height:44px;padding-top:5px;padding-bottom:5px}.file-manager-modern .cmcdrive-body.modern-body.density-compact .file-list.list-view .file-item .file-item-footer{gap:8px}.file-manager-modern .cmcdrive-body.modern-body.density-large-preview .file-list.list-view .list-view-header{min-height:46px}.file-manager-modern .cmcdrive-body.modern-body.density-large-preview .file-list.list-view .file-item,.file-manager-modern .cmcdrive-body.modern-body.density-large-preview .file-list.list-view .go-prev{min-height:82px;padding-top:10px;padding-bottom:10px}.file-manager-modern .cmcdrive-body.modern-body.density-large-preview .file-list.list-view .file-item .file-item-footer{gap:12px}.file-manager-modern .cmcdrive-body.modern-body.density-large-preview .file-list.list-view .file-item .file-item-name{font-size:14px}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer{display:flex;flex-wrap:wrap;align-items:center;gap:16px 28px;width:100%;padding:12px 15px;border:1px solid var(--fbm-border);border-radius:10px;background:var(--fbm-surface);color:var(--fbm-muted);box-shadow:none}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-browser-footer-count{color:var(--fbm-text);font-size:14px;font-weight:400;line-height:1}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-browser-footer-sync{display:inline-flex;align-items:center;gap:8px;color:#059669;font-size:14px;font-weight:400;line-height:1}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-browser-footer-sync i{width:18px;height:18px;font-size:18px;line-height:1}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-browser-footer-pagination{display:inline-flex;align-items:center;justify-content:flex-end;gap:14px;margin-left:auto;min-width:0}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-per-page{position:relative;flex:0 0 auto}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-per-page-toggle{display:inline-flex;align-items:center;justify-content:space-between;gap:18px;min-height:38px;padding:0 14px;border:1px solid var(--fbm-border);border-radius:8px;background:#fff;color:#475569;font-size:14px;font-weight:400;line-height:1;cursor:pointer}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-per-page-toggle.active,.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-per-page-toggle:hover{border-color:rgba(37,99,235,.38);background:rgba(37,99,235,.06);color:#2563eb}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-per-page-toggle .dashicons{width:16px;height:16px;font-size:16px}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-per-page-menu{position:absolute;right:0;bottom:calc(100% + 8px);z-index:40;width:190px;padding:8px;border:1px solid var(--fbm-border);border-radius:10px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.14)}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-per-page-option{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:36px;padding:8px 10px;border:0;border-radius:8px;background:0 0;color:var(--fbm-text);font-size:13px;font-weight:400;text-align:left;cursor:pointer}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-per-page-option.active,.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-per-page-option:hover{background:rgba(37,99,235,.08);color:#2563eb}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-per-page-option .dashicons{width:16px;height:16px;font-size:16px}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-pagination{margin:0}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-pagination li{min-width:42px;height:38px;padding:0 14px;border-color:var(--fbm-border);color:#64748b;font-size:14px;font-weight:400;background:#fff}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-pagination li.selected,.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-pagination li:hover{background:#2f7df6;border-color:#2f7df6;color:#fff}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-pagination li.disabled{background:#f1f5f9;color:#94a3b8}.file-manager-modern.sticky-toolbar .cmcdrive-body.modern-body .body-action.modern-toolbar{top:95px}.file-manager-modern.hover-actions-disabled .cmcdrive-body.modern-body .file-list .file-item .file-item-footer .file-item-options{opacity:1;pointer-events:auto}@media (max-width:1200px){.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-selection-status,.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-type-filter,.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-view-controls{flex-basis:100%}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-view-controls{justify-content:flex-start}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-browser-footer-pagination{margin-left:0;justify-content:flex-start;flex-wrap:wrap}}@media (max-width:760px){.file-manager-modern .cmcdrive-body.modern-body{padding-right:10px;padding-left:10px}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-view-controls{align-items:stretch;flex-direction:column;gap:8px}.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-filter,.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-density-toggle,.file-manager-modern .cmcdrive-body.modern-body .body-action.modern-toolbar .modern-view-segment{width:100%}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer{padding:12px}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-browser-footer-pagination,.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-pagination{width:100%}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-browser-footer-pagination{align-items:stretch;flex-direction:column}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-per-page-toggle{width:100%}.file-manager-modern .cmcdrive-body.modern-body .cmcdrive-browser-footer .cmcdrive-pagination{justify-content:flex-start;overflow-x:auto}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header{grid-template-columns:minmax(0,1fr) 42px}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header .col-modified,.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header .col-owner,.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header .col-size,.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header .col-type{display:none}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .list-view-header .col-actions{text-align:right}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item{grid-template-columns:minmax(0,1fr) 42px;gap:10px}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .cmcdrive-file-thumbnail-wrap{flex-basis:54px;width:54px;height:40px;min-height:40px}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-footer{grid-column:1;padding-left:0}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-footer .file-item-size{display:none}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item:has(.cmcdrive-file-thumbnail-wrap) .file-item-footer{padding-left:64px}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-date,.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-owner,.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-size,.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-type{display:none}.file-manager-modern .cmcdrive-body.modern-body .file-list.list-view .file-item .file-item-actions{grid-column:2}.file-manager-modern .cmcdrive-body.modern-body .go-prev{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;width:100%!important;min-height:46px;padding:8px 12px!important;box-sizing:border-box}.file-manager-modern .cmcdrive-body.modern-body .go-prev i,.file-manager-modern .cmcdrive-body.modern-body .go-prev span{grid-column:auto!important;grid-row:auto!important}.file-manager-modern .cmcdrive-body.modern-body .go-prev i{flex:0 0 20px;width:20px;height:20px;margin:0!important}.file-manager-modern .cmcdrive-body.modern-body .go-prev span{flex:0 1 auto;min-width:0;width:auto!important;margin:0!important;padding-left:0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left!important}}.cmcdrive-context-menu{z-index:99999999;min-width:240px;padding:8px 0;background-color:rgba(255,255,255,.98);border:1px solid rgba(15,23,42,.08);border-radius:12px;list-style:none;font-size:13px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:400;line-height:1.5;color:#111827;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;box-shadow:0 14px 34px rgba(15,23,42,.16),0 3px 8px rgba(15,23,42,.08)}.cmcdrive-context-menu *{box-sizing:border-box}.cmcdrive-context-menu .context-menu-section{padding:0 8px 7px}.cmcdrive-context-menu .context-menu-section+.context-menu-section{padding-top:7px;border-top:1px solid #edf1f7}.cmcdrive-context-menu .context-menu-section:last-child{padding-bottom:0}.cmcdrive-context-menu .context-menu-section-title{padding:0 9px 4px;color:#687082;font-size:10px;font-weight:500;line-height:1.2;letter-spacing:.1em;text-transform:uppercase;display:none}.cmcdrive-context-menu .context-menu-item{display:flex;align-items:center;gap:9px;min-height:34px;padding:6px 9px;cursor:pointer;transition:background-color .18s ease,color .18s ease;width:100%;position:relative;border-radius:7px;color:#111827}.cmcdrive-context-menu .context-menu-item.disabled{color:#9ca3af}.cmcdrive-context-menu .context-menu-item.delete{color:#dc2626}.cmcdrive-context-menu .context-menu-item i,.cmcdrive-context-menu .context-menu-item img{flex:0 0 auto;width:18px;height:18px;margin:0;color:currentColor;font-size:18px;line-height:1}.cmcdrive-context-menu .context-menu-item img{-o-object-fit:contain;object-fit:contain}.cmcdrive-context-menu .context-menu-item span{flex:1 1 auto;min-width:0;color:currentColor;font-size:13px;font-weight:400;line-height:1.25;white-space:nowrap}.cmcdrive-context-menu .context-menu-item:hover{background-color:#f3f6fc}.cmcdrive-context-menu .context-menu-item:hover .pro-badge{transform:scale(1.1)}.cmcdrive-context-menu .context-menu-item.delete:hover{background:#fef2f2}.cmcdrive-context-menu .context-menu-item .pro-badge{position:absolute;right:10px;background:#fdb837;color:#fff;padding:4px 6px;border-radius:4px;font-size:10px;font-weight:400;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 0 5px rgba(0,0,0,.1);transition:transform .2s ease}.cmcdrive-context-menu .context-menu-item .pro-badge i{margin-right:2px;height:auto;width:auto;font-size:13px}.cmcdrive-context-menu .context-submenu{width:100%}.cmcdrive-context-menu .context-submenu .react-contexify__submenu-arrow,.cmcdrive-context-menu .context-submenu>i{margin-left:auto}.cmcdrive-context-menu .context-submenu-label{display:flex;align-items:center;gap:9px;min-width:0;width:100%}.cmcdrive-context-menu .context-submenu-label i{flex:0 0 auto;width:18px;height:18px;margin:0;color:currentColor;font-size:18px;line-height:1}.cmcdrive-context-menu .context-submenu-label span{flex:1 1 auto;min-width:0;color:currentColor;font-size:13px;font-weight:400;line-height:1.25;white-space:nowrap}.cmcdrive-context-menu .react-contexify__submenu-arrow{color:currentColor;font-size:14px}.cmcdrive-context-menu.react-contexify__submenu{min-width:230px;padding:8px}.share-modal *{box-sizing:border-box}.share-modal .swal2-popup.cmcdrive-share-popup{width:min(760px,100vw - 32px)!important;padding:0!important;border-radius:10px;color:#162033;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.share-modal .swal2-html-container{margin:0;padding:0;overflow:visible;text-align:left}.share-modal .swal2-title{display:none}.share-modal .swal2-close{top:24px;right:24px;width:30px;height:30px;color:#566174;font-size:32px;font-weight:300;line-height:30px}.share-modal .swal2-close:focus{outline:0;background:0 0;color:#2563eb;box-shadow:none}.share-modal .cmcdrive-share-panel{padding:28px}.share-modal .share-modal-header{display:flex;align-items:center;gap:10px;margin-bottom:24px;padding-right:42px}.share-modal .share-modal-header h3{margin:0 0 4px;color:#15233a;font-size:22px;font-weight:500;line-height:1.15;letter-spacing:0}.share-modal .share-modal-header p{margin:0;color:#667085;font-size:14px;font-weight:400;line-height:1.4}.share-modal .share-modal-icon{display:flex;align-items:center;justify-content:center;flex:0 0 54px;width:54px;height:54px;border-radius:50%;background:#eef4ff;color:#2f6eea}.share-modal .share-modal-icon i{width:auto;height:auto;font-size:27px;line-height:1}.share-modal .share-modal-section{margin-top:22px}.share-modal .share-modal-section h4{margin:0 0 10px;color:#202a3d;font-size:15px;font-weight:500;line-height:1.25}.share-modal .share-link-types{display:flex;gap:14px}.share-modal .share-link-type{display:flex;align-items:center;flex:1 1 0;gap:14px;min-width:0;min-height:72px;padding:15px 18px;border:1px solid #d9e0ea;border-radius:10px;background:#fff;color:#172033;cursor:pointer;text-align:left;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.share-modal .share-link-type i{flex:0 0 auto;width:auto;height:auto;color:#344054;font-size:24px;line-height:1}.share-modal .share-link-type span{display:flex;flex-direction:column;gap:4px;min-width:0}.share-modal .share-link-type strong{color:#1f2937;font-size:15px;font-weight:500;line-height:1.2}.share-modal .share-link-type small{color:#667085;font-size:13px;font-weight:400;line-height:1.3}.share-modal .share-link-type:focus,.share-modal .share-link-type:hover{border-color:#8fb2ff;background:#f8fbff;outline:0}.share-modal .share-link-type.active{border-color:#3f72ff;background:#f7faff;box-shadow:0 0 0 1px rgba(63,114,255,.12)}.share-modal .share-link-type.active i,.share-modal .share-link-type.active strong{color:#2f6eea}.share-modal .share-link-field{display:flex;align-items:center;gap:12px;min-height:62px;border:1px solid #d9e0ea;border-radius:10px;padding:10px 12px 10px 16px;background:#fff}.share-modal .share-link-field>i{flex:0 0 auto;width:auto;height:auto;color:#475467;font-size:22px;line-height:1}.share-modal .share-link-field input,.share-modal .share-link-field textarea{flex:1 1 auto;min-width:0;width:100%;border:0;box-shadow:none;background:0 0;color:#1f2937;font-size:14px;font-family:inherit;font-weight:400;line-height:1.4;outline:0}.share-modal .share-link-field textarea{min-height:70px;resize:vertical}.share-modal .share-link-field button{display:flex;align-items:center;justify-content:center;flex:0 0 auto;gap:7px;min-width:92px;min-height:42px;border:0;border-radius:8px;background:#2f6eea;color:#fff;cursor:pointer;font-size:14px;font-weight:500;line-height:1;transition:background-color .18s ease,transform .18s ease}.share-modal .share-link-field button i{width:auto;height:auto;font-size:18px;line-height:1}.share-modal .share-link-field button:focus,.share-modal .share-link-field button:hover{background:#245ed0;outline:0}.share-modal .share-link-field button:active{transform:translateY(1px)}.share-modal .share-link-field.is-embed{align-items:flex-start}.share-modal .share-copy-status{display:flex;align-items:center;gap:8px;margin-top:10px;color:#22a15f;font-size:13px;font-weight:500;line-height:1.3}.share-modal .share-copy-status i{width:auto;height:auto;font-size:18px;line-height:1}.share-modal .share-links{display:flex;flex-wrap:wrap;gap:10px}.share-modal .share-links .share-item{display:flex;align-items:center;flex:1 1 160px;gap:12px;min-width:0;min-height:60px;border:1px solid #d9e0ea;border-radius:10px;padding:7px 10px;background:#fff;cursor:pointer;color:#1f2937;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;text-align:left}.share-modal .share-links .share-item i{flex:0 0 auto;font-size:30px;width:auto;height:auto;line-height:1;color:#2f6eea}.share-modal .share-links .share-item span{display:flex;flex-direction:column;gap:3px;min-width:0}.share-modal .share-links .share-item strong{color:#1f2937;font-size:14px;font-weight:500;line-height:1.25}.share-modal .share-links .share-item small{color:#667085;font-size:12px;font-weight:400;line-height:1.3}.share-modal .share-links .share-item:focus,.share-modal .share-links .share-item:hover{border-color:#b6c5db;box-shadow:0 10px 24px rgba(15,23,42,.08);outline:0;transform:translateY(-1px)}.share-modal .share-links .share-item.email i{color:#2f6eea}.share-modal .share-links .share-item.whatsapp i{color:#27ae60}.share-modal .share-links .share-item.facebook i{color:#2f6eea}.share-modal .share-links .share-item.twitter i{color:#111827}.share-modal .share-links .share-item.linkedin i{color:#2567b3}.share-modal .share-links .share-item.telegram i{color:#2f93d8}.share-modal .share-links .share-item.more i{color:#667085}@media (max-width:782px){.share-modal .cmcdrive-share-panel{padding:28px 20px}.share-modal .swal2-close{top:22px;right:18px}.share-modal .share-modal-header{gap:14px;margin-bottom:30px;padding-right:42px}.share-modal .share-modal-header h3{font-size:24px}.share-modal .share-modal-header p{font-size:15px}.share-modal .share-modal-icon{flex-basis:56px;width:56px;height:56px}.share-modal .share-modal-icon i{font-size:28px}.share-modal .share-link-field,.share-modal .share-link-types{flex-direction:column;align-items:stretch}.share-modal .share-link-field{gap:12px}.share-modal .share-link-field>i{display:none}.share-modal .share-link-field button{width:100%}.share-modal .share-links .share-item{flex-basis:100%}}.move-folders{display:flex;flex-direction:column;align-items:flex-start;max-height:300px;overflow-y:auto;border:1px solid #eee;border-radius:4px;padding:10px}.move-folders-wrap button{margin:20px auto 0;padding:10px 20px;display:flex}.move-folders-wrap button .cmcdrive-spinner{margin-right:10px}.move-folders,.move-folders *{box-sizing:border-box}.move-folders::-webkit-scrollbar{width:5px}.move-folders::-webkit-scrollbar-track{background:#f1f1f1}.move-folders::-webkit-scrollbar-thumb{background:#999;border-radius:5px}.move-folders .move-folder{display:flex;align-items:center;justify-content:flex-start;text-align:left;width:100%;cursor:pointer;padding:7px 0;border-radius:3px}.move-folders .move-folder>.cmcdrive-spinner{margin-left:10px}.move-folders .move-folder-wrap{width:100%;padding-left:20px;text-align:left}.move-folders .move-folder-wrap.empty{margin:10px 0;padding-left:30px;display:flex;align-items:center;color:#c73e1d;font-size:.875rem}.move-folders .move-folder-wrap.empty i{margin-right:5px}.move-folders .move-folder i{margin-right:10px}.move-folders .move-folder img{width:22px;height:22px;margin-right:10px}.move-folders .move-folder .file-item-checkbox .box{border-color:#999}.move-folders .move-folder span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.move-folders .move-folder:hover{background-color:#f5f5f5}.move-folders .move-folder:hover:has(.file-item-checkbox) img{display:none}.move-folders .move-folder:hover:has(.file-item-checkbox) .file-item-checkbox{display:flex;padding:0;border:1px solid #fff;margin-right:10px}.move-folders .move-folder.active{background-color:var(--cmcdrive-color-primary-lighter)}.move-folders .move-folder.active img{display:none}.move-folders .move-folder.active .file-item-checkbox{display:flex;padding:0;border:1px solid #fff;margin-right:10px}.cmcdrive-download-popup{z-index:999999!important}.cmcdrive-download-wrap #cmcdrive-download-status{font-size:1.3rem;font-weight:600;margin:15px auto 5px}.cmcdrive-download-wrap #cmcdrive-hidden-download{display:none}.cmcdrive-copy-swal,.cmcdrive-move-swal{z-index:99999}.import-files{display:flex;flex-wrap:wrap;flex-direction:column}.import-files .import-file{width:100%;display:flex;align-items:center;margin-bottom:5px;padding:7px;border:1px solid #eee;border-radius:4px;box-sizing:border-box;overflow:hidden}.import-files .import-file .import-file-thumb{width:50px;height:50px;margin-right:10px}.import-files .import-file .import-file-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.import-files .import-file .import-file-info{flex:1;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;text-align:left;line-height:1}.import-files .import-file .import-file-info .import-file-name{font-size:14px;font-weight:600;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.import-files .import-file .import-file-info .import-file-size{font-size:12px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.import-files .import-file .import-file-actions{display:flex;align-items:center;margin-left:10px}.import-files .import-file .import-file-actions .cmcdrive-spinner{margin-right:7px}.import-files .import-file .button-link-delete{display:flex;align-items:center;justify-content:center;background:#f5f5f5;color:#333;border:1px solid #eee;border-radius:4px;padding:5px;cursor:pointer;transition:background-color .2s ease;margin-left:10px;font-size:14px;font-weight:600;line-height:1;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.import-files .import-file .button-link-delete:hover{background-color:#e5e5e5}.import-files .import-file .button-link-delete:active{background-color:#ddd}.import-files .import-file .button-link-delete:focus{outline:0}.react-contexify{position:fixed;opacity:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#fff;box-sizing:border-box;box-shadow:0 10px 30px -5px rgba(0,0,0,.3);border-radius:6px;min-width:200px}.context-submenu{width:100%}.react-contexify__submenu--is-open,.react-contexify__submenu--is-open>.react-contexify__item__content{color:#fff;background-color:#4393e6}.react-contexify__submenu--is-open>.react-contexify__submenu{pointer-events:initial;opacity:1}.react-contexify .react-contexify__submenu{position:absolute;top:-6px;pointer-events:none;transition:opacity 275ms}.react-contexify__submenu-arrow{margin-left:auto;font-size:12px}.react-contexify__submenu-arrow i{margin-right:0!important}.react-contexify__separator{width:100%;height:1px;cursor:default;margin:4px 0;background-color:rgba(0,0,0,.2)}.react-contexify__will-leave--disabled{pointer-events:none}.react-contexify__item{cursor:pointer;position:relative}.react-contexify__item:focus{outline:0}.react-contexify__item:not(.react-contexify__item--disabled):hover>.react-contexify__submenu{pointer-events:initial;opacity:1}.react-contexify__item--disabled{cursor:default;opacity:.5}.react-contexify__item__content{display:flex;align-items:center;white-space:nowrap;color:#333;position:relative;width:100%;gap:5px;text-align:left}.react-contexify__theme--dark{background-color:rgba(40,40,40,.98)}.react-contexify__theme--dark .react-contexify__submenu{background-color:rgba(40,40,40,.98)}.react-contexify__theme--dark .react-contexify__separator{background-color:#eee}.react-contexify__theme--dark .react-contexify__item__content{color:#fff}.react-contexify__theme--light .react-contexify__separator{background-color:#eee}.react-contexify__theme--light .react-contexify__submenu--is-open,.react-contexify__theme--light .react-contexify__submenu--is-open>.react-contexify__item__content{color:#4393e6;background-color:#e0eefd}.react-contexify__theme--light .react-contexify__item:not(.react-contexify__item--disabled):focus>.react-contexify__item__content,.react-contexify__theme--light .react-contexify__item:not(.react-contexify__item--disabled):hover>.react-contexify__item__content{color:#4393e6;background-color:#e0eefd}.react-contexify__theme--light .react-contexify__item__content{color:#666}@keyframes react-contexify__scaleIn{from{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes react-contexify__scaleOut{from{opacity:1}to{opacity:0;transform:scale3d(.3,.3,.3)}}.react-contexify__will-enter--scale{transform-origin:top left;animation:react-contexify__scaleIn .3s}.react-contexify__will-leave--scale{transform-origin:top left;animation:react-contexify__scaleOut .3s}@keyframes react-contexify__fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes react-contexify__fadeOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.react-contexify__will-enter--fade{animation:react-contexify__fadeIn .3s ease}.react-contexify__will-leave--fade{animation:react-contexify__fadeOut .3s ease}@keyframes react-contexify__flipInX{from{transform:perspective(800px) rotate3d(1,0,0,45deg)}to{transform:perspective(800px)}}@keyframes react-contexify__flipOutX{from{transform:perspective(800px)}to{transform:perspective(800px) rotate3d(1,0,0,45deg);opacity:0}}.react-contexify__will-enter--flip{backface-visibility:visible!important;transform-origin:top center;animation:react-contexify__flipInX .3s}.react-contexify__will-leave--flip{transform-origin:top center;animation:react-contexify__flipOutX .3s;backface-visibility:visible!important}@keyframes swing-in-top-fwd{0%{transform:rotateX(-100deg);transform-origin:top;opacity:0}100%{transform:rotateX(0);transform-origin:top;opacity:1}}@keyframes react-contexify__slideIn{from{opacity:0;transform:scale3d(1,.3,1)}to{opacity:1}}@keyframes react-contexify__slideOut{from{opacity:1}to{opacity:0;transform:scale3d(1,.3,1)}}.react-contexify__will-enter--slide{transform-origin:top center;animation:react-contexify__slideIn .3s}.react-contexify__will-leave--slide{transform-origin:top center;animation:react-contexify__slideOut .3s}.cmcdrive-shortcode-gallery .cmcdrive-file-browser-header .photo-proofing-btn .selection-count{margin-left:3px}.cmcdrive-module-gallery{overflow:hidden}.cmcdrive-module-gallery .file-item-checkbox{position:absolute;z-index:1}.cmcdrive-module-gallery .file-item-checkbox .box{border:1px solid #eee;box-shadow:rgba(0,0,0,.35) 0 5px 15px}.cmcdrive-module-gallery .file-list{overflow:hidden}.cmcdrive-module-gallery .file-list .file-item{position:relative;border-radius:0}.cmcdrive-module-gallery .file-list .file-item .cmcdrive-gallery-folder-images{transition:all .3s ease-in-out}.cmcdrive-module-gallery .file-list .file-item:hover{transform:none}.cmcdrive-module-gallery .file-list .file-item:hover .cmcdrive-gallery-folder-images{transition:all .3s ease-in-out;transform:scale(1.07);box-shadow:0 0 0 1px #ddd}.cmcdrive-module-gallery .file-list .file-item.active{transform:none}.cmcdrive-module-gallery .file-list .file-item.active .cmcdrive-gallery-folder-images{transition:all .3s ease-in-out;transform:scale(1.07);box-shadow:0 0 0 1px #ddd}.cmcdrive-module-gallery .file-list .file-item .file-item-footer{font-size:1rem}.cmcdrive-module-gallery .file-list .file-item .file-item-footer>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.95em;font-weight:300;margin-right:auto;flex:1;text-align:left}.cmcdrive-module-gallery .file-list .file-item:not(.folder-item){max-width:100%}.cmcdrive-module-gallery .file-list .file-item:not(.folder-item) .file-item-footer{background:rgba(0,0,0,.5)!important;color:#fff!important;padding:15px 10px!important;position:absolute;bottom:0;left:0;width:100%;justify-content:center;border:none!important}.cmcdrive-module-gallery .file-list .file-item:not(.folder-item) .file-item-footer i{margin-right:5px}.cmcdrive-module-gallery .file-list .file-item:not(.folder-item) .file-item-footer img{background:rgba(255,255,255,.9);padding:0 2px;border-radius:3px;box-sizing:content-box}.cmcdrive-module-gallery .file-list .file-item:not(.folder-item) .file-item-footer span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cmcdrive-module-gallery .file-list .file-item:last-child{margin-right:auto!important}.cmcdrive-module-gallery .cmcdrive-gallery-folder-images{position:relative;width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.cmcdrive-module-gallery .cmcdrive-gallery-folder-images img{position:absolute;-webkit-user-drag:none;opacity:0;pointer-events:none;animation-name:image-fade-out;animation-duration:1.5s}.cmcdrive-module-gallery .cmcdrive-gallery-folder-images img.active{animation-name:image-fade;animation-duration:1.5s;opacity:1}.cmcdrive-module-gallery .cmcdrive-gallery-folder-images img:not([src*=drive-thirdparty]){width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cmcdrive-module-gallery .cmcdrive-gallery-folder-images i{height:auto;width:auto;font-size:3.5rem;color:#555}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item{overflow:hidden;position:relative;cursor:pointer}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item img{transition:all .3s ease-in-out;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item .file-playback-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:40px;width:auto;height:auto;opacity:.7;transition:opacity .3s ease;cursor:pointer;border:1px solid #fff;border-radius:50%;padding:5px;background:rgba(0,0,0,.5)}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item .file-playback-icon:before{left:3px;position:relative}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item .file-item-review-tag{position:absolute;top:5px;right:5px;padding:5px 5px;border:1px solid #ddd;border-radius:5px;background:#fff;cursor:pointer;display:flex;align-items:center;z-index:1}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item .file-item-review-tag:not(:has(.review-tag-label)){display:none}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item .file-item-review-tag .review-tag-label{margin:0 5px;font-size:14px;font-weight:500;color:#fff;line-height:normal}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item .file-item-review-tag:has(.review-tag-label) i{color:#fff;font-size:16px;width:16px;height:16px}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item .file-item-review-tag .dashicons-no-alt{color:#fff;opacity:.7;display:none}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item .file-item-review-tag:hover .dashicons-no-alt{opacity:1}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item .review-tag-modal{width:150px;padding:0;border-radius:7px;box-shadow:rgba(149,157,165,.2) 0 8px 24px}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item .review-tag-modal-inner{display:flex;flex-direction:column}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item .review-tag-modal .tag-item{display:flex;align-items:center;padding:8px 15px;cursor:pointer;font-size:14px;box-sizing:border-box;transition:all .2s ease-in-out;font-weight:500}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item .review-tag-modal .tag-item i{margin-right:3px;display:none}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item .review-tag-modal .tag-item span{line-height:1}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item .review-tag-modal .tag-item.active{background:var(--cmcdrive-color-primary-lighter)}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item .review-tag-modal .tag-item:hover{background:#ddd}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item .review-tag-modal .tag-item:last-child{margin-bottom:0}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item:hover .file-item-checkbox{display:block}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item:hover img{box-shadow:0 0 0 1px #ddd;transition:all .3s ease-in-out;transform:scale(1.07)}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item:hover .file-item-review-tag{display:flex}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item:hover .file-item-review-tag .dashicons-no-alt{display:block}.cmcdrive-module-gallery .react-photo-gallery--gallery .cmcdrive-gallery-item.active .file-item-checkbox{display:block}.cmcdrive-module-gallery.gallery-view-rounded .file-list .file-item{border-radius:5px}.cmcdrive-module-gallery.gallery-view-rounded .react-photo-gallery--gallery .cmcdrive-gallery-item{border-radius:7px}.cmcdrive-module-gallery.gallery-layout-grid .file-list .file-item{width:var(--column-width)}.cmcdrive-module-gallery.gallery-layout-grid .file-list .file-item:not(.folder-item){aspect-ratio:var(--aspect-ratio)}.cmcdrive-module-gallery.gallery-layout-grid .react-photo-gallery--gallery .cmcdrive-gallery-item{width:var(--column-width);aspect-ratio:var(--aspect-ratio)}.cmcdrive-module-gallery.gallery-layout-masonry .file-list .file-item{width:var(--column-width)}.cmcdrive-module-gallery.gallery-layout-masonry .file-list .file-item:not(.folder-item){aspect-ratio:var(--aspect-ratio)}.cmcdrive-module-gallery.gallery-layout-justified .file-list .file-item{width:var(--column-width)}.cmcdrive-module-gallery.gallery-layout-justified .file-list .file-item:not(.folder-item){aspect-ratio:var(--aspect-ratio)}@keyframes image-fade{from{opacity:.4}to{opacity:1}}@keyframes image-fade-out{from{opacity:1}to{opacity:0}}.cmcdrive-module-uploader,.cmcdrive-module-uploader *{box-sizing:border-box}.cmcdrive-module-uploader .dashicons-cloud-upload{width:auto;height:auto}.cmcdrive-module-uploader.cmcdrive-form-uploader{margin-top:1rem!important}.cmcdrive-module-uploader .upload-confirmation{display:none!important;margin:20px 0;text-align:center;flex-direction:column;align-items:center}.cmcdrive-module-uploader .upload-confirmation h3{color:var(--cmcdrive-color-primary)}.cmcdrive-module-uploader.show-confirmation{border-style:solid!important}.cmcdrive-module-uploader.show-confirmation .upload-confirmation{display:flex!important}.cmcdrive-module-uploader.show-confirmation .upload-confirmation .upload-confirmation-message{margin-top:10px;font-size:15px;color:#555;margin-bottom:15px}.cmcdrive-module-uploader.show-confirmation .cmcdrive-file-uploader-inner{display:none!important}.cmcdrive-file-uploader{display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:10px!important;border:1px dashed var(--cmcdrive-color-primary-light)!important;padding:3px!important;max-width:500px;width:100%!important;background:#fff!important;font-size:16px}.cmcdrive-file-uploader *{box-sizing:border-box}.cmcdrive-file-uploader:not(.cmcdrive-form-uploader){margin:auto}.cmcdrive-file-uploader.drag-active{border-color:var(--cmcdrive-color-primary);border-width:2px;background-color:#bfdbfe;box-shadow:rgba(149,157,165,.2) 0 8px 24px}.cmcdrive-file-uploader.drag-active *{pointer-events:none}.cmcdrive-file-uploader-body{display:flex;align-items:center;flex-direction:column;width:100%!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cmcdrive-file-uploader-body h3{font-size:1.2em;font-weight:600;margin-bottom:10px!important}.cmcdrive-file-uploader-body .max-size-label{font-size:.875em;margin-top:1em;color:#999}.cmcdrive-file-uploader .cmcdrive-file-uploader-inner{display:flex!important;align-items:center!important;flex-direction:column!important;border-radius:7px!important;padding:30px 20px!important;background-color:var(--cmcdrive-color-primary-lighter)!important;justify-content:center;width:100%!important;border:1px dashed #ddd!important}.cmcdrive-file-uploader .cmcdrive-file-uploader-inner p{font-weight:400;margin:5px 0!important;color:#555;line-height:1;font-size:.875em}.cmcdrive-file-uploader .cmcdrive-file-uploader-inner .dashicons-cloud-upload{font-size:50px;height:auto;width:auto;line-height:1;color:#555}.cmcdrive-file-uploader .cmcdrive-file-uploader-inner .cmcdrive-file-uploader-buttons{display:flex;margin-top:20px}.cmcdrive-file-uploader .cmcdrive-file-uploader-inner .cmcdrive-min-files-hint{margin-top:8px;font-size:13px;color:#555}.cmcdrive-file-uploader .cmcdrive-file-uploader-inner .upload-info{display:flex;align-items:center;line-height:1}.cmcdrive-file-uploader .cmcdrive-file-uploader-inner .upload-info span{margin-right:5px}.cmcdrive-file-uploader .cmcdrive-file-uploader-inner .upload-info span:after{content:"|";margin-left:5px;color:#000}.cmcdrive-file-uploader .cmcdrive-file-uploader-inner .upload-info span:last-child{margin-right:0}.cmcdrive-file-uploader .cmcdrive-file-uploader-inner .upload-info span:last-child:after{content:"";margin-left:0}.cmcdrive-file-uploader .cmcdrive-file-uploader-inner .cmcdrive-file-uploader-add-more{margin-top:15px}.cmcdrive-file-uploader .cmcdrive-file-uploader-inner .upload-folder-selection{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;margin:10px 0}.cmcdrive-file-uploader .cmcdrive-file-uploader-inner .upload-folder-selection span{margin-bottom:7px}.cmcdrive-file-uploader .cmcdrive-file-uploader-inner .upload-folder-selection select{max-width:100%;width:300px;height:40px;border:1px solid #ddd;border-radius:5px;padding:0 10px;font-size:.875em;color:#555;background-color:#fff;cursor:pointer;transition:all .3s ease-in-out}.cmcdrive-file-uploader .cmcdrive-file-uploader-inner .upload-folder-selection select:focus{border-color:var(--cmcdrive-color-primary)}.cmcdrive-file-uploader .cmcdrive-file-uploader-inner .upload-folder-selection select option{color:#555}.cmcdrive-file-uploader.required-error{border-color:red}.cmcdrive-file-uploader .upload-file-list-wrapper{display:flex;flex-direction:column;z-index:50;margin-top:5px!important;width:100%!important;max-height:400px;max-width:100%;overflow:hidden!important;background-color:#fff!important;box-shadow:rgba(149,157,165,.2) 0 8px 24px!important;bottom:1em;right:1em}.cmcdrive-file-uploader .upload-file-list-wrapper.fixed{position:fixed}.cmcdrive-file-uploader .upload-file-list-wrapper .start-upload{margin:10px auto}@media (max-width:991px){.cmcdrive-file-uploader .upload-file-list-wrapper{max-height:300px;right:0}}.cmcdrive-file-uploader .upload-file-list{display:flex;flex-flow:column;flex-wrap:nowrap!important;overflow-y:auto!important}.cmcdrive-file-uploader .upload-file-list-header{display:flex;align-items:center;padding:10px 15px!important;background-color:var(--cmcdrive-color-primary)!important;color:#fff;line-height:1;border-radius:5px;margin-bottom:5px}.cmcdrive-file-uploader .upload-file-list-header .file-count{margin-right:5px}.cmcdrive-file-uploader .upload-file-list-header i{cursor:pointer;height:26px!important;width:26px!important;border:1px solid!important;border-radius:50%!important;font-size:22px!important;display:flex;align-items:center;justify-content:center}.cmcdrive-file-uploader .upload-file-list-item{display:flex;align-items:center;padding:8px 12px!important;border-bottom:1px solid #eaeaea!important;width:100%!important;transition:background-color .3s ease-in-out}.cmcdrive-file-uploader .upload-file-list-item img{width:25px!important;height:25px!important;margin-right:7px!important;border-radius:3px;align-self:flex-start}.cmcdrive-file-uploader .upload-file-list-item .file-info{display:flex;flex-wrap:wrap;overflow:hidden;width:100%;line-height:1}.cmcdrive-file-uploader .upload-file-list-item .file-info .upload-item{display:flex;align-items:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex:1}.cmcdrive-file-uploader .upload-file-list-item .file-info .upload-item-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-right:4px;line-height:1.5;color:#777;font-weight:400;font-size:14px}.cmcdrive-file-uploader .upload-file-list-item .file-info .upload-item-size{font-size:.75em;color:#999}.cmcdrive-file-uploader .upload-file-list-item .file-info .upload-item .add-description{background:#6c757d;color:#fff;border:none;padding:5px;border-radius:3px;font-size:12px;font-weight:500;margin-left:10px;cursor:pointer;line-height:1;opacity:.7}.cmcdrive-file-uploader .upload-file-list-item .file-info .upload-item .add-description.disabled{opacity:.5;cursor:not-allowed;background:#f1f1f1;color:#999}.cmcdrive-file-uploader .upload-file-list-item .file-info .upload-item .add-description.cancel{background:#ff9f10;color:#fff;margin-left:10px;opacity:.8}.cmcdrive-file-uploader .upload-file-list-item .file-info .upload-item .add-description:hover{opacity:1}.cmcdrive-file-uploader .upload-file-list-item .file-info-percentage{margin-left:auto;text-align:right;font-size:.875em;display:flex;align-items:center;width:-moz-max-content;width:max-content}.cmcdrive-file-uploader .upload-file-list-item .file-info-percentage .cmcdrive-spinner{margin-top:0;margin-right:5px;border-radius:50%}.cmcdrive-file-uploader .upload-file-list-item .file-info-progress{width:100%;height:4px;background-color:#ddd;border-radius:.25em;margin-top:7px;overflow:hidden;position:relative;align-items:center;justify-content:space-between;display:none}.cmcdrive-file-uploader .upload-file-list-item .file-info-progress-bar{width:var(--percentage);height:100%;background-color:var(--cmcdrive-color-primary-light-alt);border-radius:.25em;position:absolute;left:0;top:0;transition:width .5s ease-in-out}.cmcdrive-file-uploader .upload-file-list-item .file-info-error{color:red;width:100%;font-size:.75em;margin-top:3px}.cmcdrive-file-uploader .upload-file-list-item .file-info .cmcdrive-spinner{width:20px;margin-left:7px}.cmcdrive-file-uploader .upload-file-list-item .file-info .percentage{margin:0 7px}.cmcdrive-file-uploader .upload-file-list-item .file-info i{margin-left:7px;height:22px!important;width:22px!important;font-size:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.cmcdrive-file-uploader .upload-file-list-item .file-info i:not(.dashicons-saved,.dashicons-no-alt){border:1px solid #ddd}.cmcdrive-file-uploader .upload-file-list-item .file-info .dashicons-controls-play{padding-left:3px}.cmcdrive-file-uploader .upload-file-list-item .file-info .remove-file{background:#ff9f10;color:#fff;margin-left:10px;opacity:.5}.cmcdrive-file-uploader .upload-file-list-item .file-info .file-description{font-size:14px!important;color:#666!important;margin-top:5px;border:1px solid #ddd;padding:3px 5px;line-height:1.5;border-radius:5px;width:100%!important;min-height:auto;height:40px}.cmcdrive-file-uploader .upload-file-list-item .file-info .file-description:disabled{background:#f1f1f1}.cmcdrive-file-uploader .upload-file-list-item .file-info .file-description:focus{border-color:var(--cmcdrive-color-primary);outline:0}.cmcdrive-file-uploader .upload-file-list-item .file-info .file-description:focus::-moz-placeholder{color:#999}.cmcdrive-file-uploader .upload-file-list-item .file-info .file-description:focus::placeholder{color:#999}.cmcdrive-file-uploader .upload-file-list-item .file-info .file-description::-webkit-scrollbar{width:5px}.cmcdrive-file-uploader .upload-file-list-item .file-info .file-description::-webkit-scrollbar-track{background:#f1f1f1}.cmcdrive-file-uploader .upload-file-list-item .file-info .file-description::-webkit-scrollbar-thumb{background:#ccc}.cmcdrive-file-uploader .upload-file-list-item .file-info .file-description::-webkit-scrollbar-thumb:hover{background:#bbb}.cmcdrive-file-uploader .upload-file-list-item:hover{background-color:#e0f2fe}.cmcdrive-file-uploader .upload-file-list-item.uploaded .file-info .dashicons-saved{background:var(--cmcdrive-color-primary);color:#fff}.cmcdrive-file-uploader .upload-file-list-item.uploaded .file-info .remove-file{background:0 0;color:#ff9f10;border:1px solid #ff9f10;opacity:.7}.cmcdrive-file-uploader .upload-file-list-item.uploaded .file-info .remove-file:hover{background:#ff9f10;color:#fff;opacity:1}.cmcdrive-file-uploader .upload-file-list-item.uploaded .file-info-progress{display:flex}.cmcdrive-file-uploader .upload-file-list-item.uploaded .file-info-progress-bar{width:100%}.cmcdrive-file-uploader .upload-file-list-item.uploaded .file-info .upload-item-name{color:#333}.cmcdrive-file-uploader .upload-file-list-item.active .file-info .remove-file{opacity:.7}.cmcdrive-file-uploader .upload-file-list-item.active .file-info-progress{display:flex}.cmcdrive-file-uploader .upload-file-list-item.active .file-info .upload-item-name{color:#555}.cmcdrive-file-uploader .upload-file-list::-webkit-scrollbar{width:5px}.cmcdrive-file-uploader .upload-file-list::-webkit-scrollbar-track{background:#f1f1f1}.cmcdrive-file-uploader .upload-file-list::-webkit-scrollbar-thumb{background:#ccc}.cmcdrive-file-uploader .upload-file-list::-webkit-scrollbar-thumb:hover{background:#bbb}.cmcdrive-file-uploader .cancel-upload{position:absolute;top:15px;right:15px;cursor:pointer;border-radius:5px;display:flex;align-items:center;justify-content:center;padding:5px 7px;min-width:unset;min-height:unset;overflow:hidden}.cmcdrive-file-uploader .cancel-upload i{margin-right:0}.cmcdrive-file-uploader .cancel-upload span{font-size:14px;display:none}.cmcdrive-file-uploader .cancel-upload:hover span{display:inline-block}.cmcdrive-file-uploader .cmcdrive-file-uploader-buttons button,.cmcdrive-file-uploader .start-upload{display:flex;align-items:center;white-space:nowrap;cursor:pointer;border-radius:.25em;border:none;padding:.375rem .5em;margin:.5em;background-color:var(--cmcdrive-color-primary,#2f7df6);box-shadow:rgba(149,157,165,.2) 0 8px 24px;color:#fff;transition:all .2s ease-in-out;font-weight:400;font-size:.87em}.cmcdrive-file-uploader .cmcdrive-file-uploader-buttons button span,.cmcdrive-file-uploader .start-upload span{margin-left:5px}.cmcdrive-file-uploader .cmcdrive-file-uploader-buttons button:hover,.cmcdrive-file-uploader .start-upload:hover{background-color:var(--cmcdrive-color-primary-light-alt,#5695f8)}.cmcdrive-file-uploader .dashicons{font-family:dashicons!important}.cmcdrive-file-browser .cmcdrive-file-uploader{position:absolute!important;left:50%;transform:translateX(-50%);top:0;z-index:3;box-shadow:0 0 10px rgba(0,0,0,.2)}.cmcdrive-file-browser .cmcdrive-file-uploader:has(.upload-file-list-wrapper) .cmcdrive-file-uploader-inner .dashicons-cloud-upload{display:none}@media (max-width:767px){.cmcdrive-file-browser .cmcdrive-file-uploader{position:absolute!important;height:100%;right:unset;bottom:unset;width:calc(100% - 20px)!important;justify-content:flex-start;background:rgba(0,0,0,.5)!important}.cmcdrive-file-browser .cmcdrive-file-uploader .cmcdrive-file-uploader-inner{background:linear-gradient(var(--cmcdrive-color-primary-lighter),var(--cmcdrive-color-primary-lighter)),#fff!important}}.cmcdrive-file-browser:has(.cmcdrive-file-uploader){position:relative;min-height:400px}.cmcdrive-file-browser:has(.cmcdrive-file-uploader):after{width:100%;height:100%;content:"";position:absolute;top:0;left:0;background:rgba(0,0,0,.5);z-index:2}.ff-el-is-error .cmcdrive-file-uploader,.frm_blank_field .cmcdrive-file-uploader,.gfield_error .cmcdrive-file-uploader,.mf-input-wrapper.has-error .cmcdrive-file-uploader,.nf-error .cmcdrive-file-uploader,.wpforms-has-error .cmcdrive-file-uploader{border-color:red!important}body.cmcdrive_page_cmcdrive-private-files{background:#f6f8fb}body.cmcdrive_page_cmcdrive-private-files.swal2-shown{overflow:auto!important;padding-right:0!important}.cmcdrive-private-files{width:calc(100% + 20px);margin-left:-20px;color:#1f2937;font-size:14px}.cmcdrive-private-files,.cmcdrive-private-files *{box-sizing:border-box}.cmcdrive-private-files-header{position:sticky;top:32px;z-index:99;display:flex;align-items:center;gap:12px;padding:12px 20px;border-bottom:1px solid #e4e8f0;background:#fff}.cmcdrive-private-files-header .header-title{display:flex;align-items:center;gap:16px;margin-right:auto;line-height:1.2}.cmcdrive-private-files-header .header-title img{width:52px;height:52px}.cmcdrive-private-files-header .header-title-text{display:flex;flex-direction:column;gap:3px}.cmcdrive-private-files-header .header-title-text h3{margin:0;color:#111827;font-size:20px;font-weight:500}.cmcdrive-private-files-header .header-title-text span{color:#475467;font-size:14px;font-weight:400}.cmcdrive-private-files-header .cmcdrive-btn{display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 16px;border-radius:8px;font-size:14px;font-weight:400}.cmcdrive-private-files-header .cmcdrive-btn.btn-outline-info{border-color:#8bb7ff;background:#fff;color:#2f7df6}.cmcdrive-private-files-header .cmcdrive-btn.btn-outline-info:hover{background:#eef4ff;color:#0a65f2}.cmcdrive-private-files .private-files-list{position:relative;min-height:70vh;padding:24px}.cmcdrive-private-files .private-files-list-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}.cmcdrive-private-files .private-files-list-header .nav-items{display:flex;align-items:center;gap:28px;margin:0;padding:0;list-style:none}.cmcdrive-private-files .private-files-list-header .nav-items li{position:relative;margin:0;padding:13px 0;color:#344054;font-size:14px;font-weight:400;cursor:pointer}.cmcdrive-private-files .private-files-list-header .nav-items li span{text-transform:capitalize}.cmcdrive-private-files .private-files-list-header .nav-items li:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:0 0}.cmcdrive-private-files .private-files-list-header .nav-items li.active,.cmcdrive-private-files .private-files-list-header .nav-items li:hover{color:#2f7df6}.cmcdrive-private-files .private-files-list-header .nav-items li.active:after{background:#2f7df6}.cmcdrive-private-files .private-files-list-header .users-search{display:flex;align-items:center;width:min(100%,310px);height:48px;padding:0 16px;border:1px solid #dfe3ea;border-radius:8px;background:#fff;color:#667085}.cmcdrive-private-files .private-files-list-header .users-search .dashicons{width:22px;height:22px;margin-right:12px;font-size:22px}.cmcdrive-private-files .private-files-list-header .users-search input{width:100%;min-height:0;margin:0;padding:0;border:0;background:0 0;box-shadow:none;color:#1f2937;font-size:14px;font-weight:400}.cmcdrive-private-files .private-files-list-header .users-search input:focus{border:0;box-shadow:none;outline:0}.cmcdrive-private-files .private-files-list .private-files-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.cmcdrive-private-files .private-files-list .private-files-stat{display:flex;align-items:center;gap:15px;padding:15px;border:1px solid #e4e8f0;border-radius:8px;background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.04)}.cmcdrive-private-files .private-files-list .private-files-stat .stat-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 40px;width:40px;height:40px;border-radius:10px;font-size:24px}.cmcdrive-private-files .private-files-list .private-files-stat span,.cmcdrive-private-files .private-files-list .private-files-stat strong{display:block}.cmcdrive-private-files .private-files-list .private-files-stat strong{margin-bottom:6px;color:#111827;font-size:22px;font-weight:500;line-height:1}.cmcdrive-private-files .private-files-list .private-files-stat span{color:#475467;font-size:14px;font-weight:400}.cmcdrive-private-files .private-files-list .private-files-stat.stat-total .stat-icon{background:#eef4ff;color:#2f7df6}.cmcdrive-private-files .private-files-list .private-files-stat.stat-access .stat-icon{background:#e8f7ee;color:#1f9d45}.cmcdrive-private-files .private-files-list .private-files-stat.stat-no-access .stat-icon{background:#fff4e5;color:#f97316}.cmcdrive-private-files .private-files-list .private-files-stat.stat-shared .stat-icon{background:#f4edff;color:#7c3aed}.cmcdrive-private-files .private-files-list .private-files-table-wrap{overflow:hidden;border:1px solid #e4e8f0;border-radius:8px;background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.04)}.cmcdrive-private-files .private-files-list .private-files-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;background:#fff}.cmcdrive-private-files .private-files-list .private-files-table td,.cmcdrive-private-files .private-files-list .private-files-table th{text-align:left;vertical-align:middle}.cmcdrive-private-files .private-files-list .private-files-table thead{background:#f8fafc}.cmcdrive-private-files .private-files-list .private-files-table thead th{padding:16px 22px;border-bottom:1px solid #e4e8f0;color:#475467;font-size:13px;font-weight:500}.cmcdrive-private-files .private-files-list .private-files-table thead th:nth-child(1){width:25%}.cmcdrive-private-files .private-files-list .private-files-table thead th:nth-child(2){width:13%}.cmcdrive-private-files .private-files-list .private-files-table thead th:nth-child(3){width:47%}.cmcdrive-private-files .private-files-list .private-files-table thead th:nth-child(4){width:15%;text-align:center}.cmcdrive-private-files .private-files-list .private-files-table tbody tr{transition:background-color .15s ease}.cmcdrive-private-files .private-files-list .private-files-table tbody tr:hover{background:#fbfdff}.cmcdrive-private-files .private-files-list .private-files-table tbody td{padding:10px 20px;border-bottom:1px solid #eef1f5;color:#344054;font-size:14px;font-weight:400}.cmcdrive-private-files .private-files-list .private-files-table tbody td:last-child{white-space:nowrap}.cmcdrive-private-files .private-files-list .private-files-table tbody tr:last-child td{border-bottom:0}.cmcdrive-private-files .private-files-list .user-cell{display:flex;align-items:center;gap:10px;min-width:0}.cmcdrive-private-files .private-files-list .user-avatar{flex:0 0 35px;width:35px;height:35px;overflow:hidden;border-radius:50%}.cmcdrive-private-files .private-files-list .user-avatar .avatar,.cmcdrive-private-files .private-files-list .user-avatar img{width:35px;height:35px;border-radius:50%}.cmcdrive-private-files .private-files-list .user-meta{min-width:0}.cmcdrive-private-files .private-files-list .user-meta small,.cmcdrive-private-files .private-files-list .user-meta strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmcdrive-private-files .private-files-list .user-meta strong{margin-bottom:2px;color:#111827;font-size:14px;font-weight:500;line-height:1}.cmcdrive-private-files .private-files-list .user-meta small{color:#475467;font-size:13px}.cmcdrive-private-files .private-files-list .role-badge{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:6px 10px;border:1px solid #d8e7ff;border-radius:8px;background:#eef4ff;color:#2f7df6;font-size:12px;font-weight:400}.cmcdrive-private-files .private-files-list .role-badge.is-admin{border-color:#c9f0d3;background:#e8f7ee;color:#16803a}.cmcdrive-private-files .private-files-list .role-badge .dashicons{width:15px;height:15px;font-size:15px}.cmcdrive-private-files .private-files-list .assigned-files{display:flex;flex-direction:column;gap:10px;min-width:0}.cmcdrive-private-files .private-files-list .assigned-summary{display:flex;align-items:center;gap:6px;color:#475467;font-size:13px}.cmcdrive-private-files .private-files-list .assigned-summary .dashicons{width:18px;height:18px;color:#2f7df6;font-size:18px}.cmcdrive-private-files .private-files-list .assigned-summary span:first-of-type{color:#2f7df6}.cmcdrive-private-files .private-files-list .assigned-summary .summary-separator{color:#98a2b3}.cmcdrive-private-files .private-files-list .assigned-chips{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.cmcdrive-private-files .private-files-list .assigned-chip,.cmcdrive-private-files .private-files-list .assigned-more{display:inline-flex;align-items:center;max-width:190px;min-height:30px;border:1px solid #dfe3ea;border-radius:7px;background:#fff;color:#344054;font-size:12px;font-weight:400;box-shadow:0 1px 2px rgba(16,24,40,.03)}.cmcdrive-private-files .private-files-list .assigned-chip{gap:7px;padding:6px 2px 9px 6px}.cmcdrive-private-files .private-files-list .assigned-chip img{flex:0 0 16px;width:16px;height:16px;-o-object-fit:contain;object-fit:contain}.cmcdrive-private-files .private-files-list .assigned-chip>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmcdrive-private-files .private-files-list .assigned-chip .assigned-chip-remove{display:inline-flex;min-width:18px;height:18px;margin-left:2px;padding:0;color:#98a2b3}.cmcdrive-private-files .private-files-list .assigned-chip .assigned-chip-remove:hover{color:#b42318}.cmcdrive-private-files .private-files-list .assigned-more{border-color:#d8e7ff;background:#eef4ff;color:#2f7df6;cursor:pointer;padding:6px 9px}.cmcdrive-private-files .private-files-list .assigned-more:hover{border-color:#8bb7ff;background:#dceaff;color:#0a65f2}.cmcdrive-private-files .private-files-list .assigned-empty{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:590px;padding:12px 14px;border:1px dashed #d8dee8;border-radius:8px;background:#fbfdff;color:#475467}.cmcdrive-private-files .private-files-list .assigned-empty>span{display:flex;align-items:center;gap:8px;font-size:13px}.cmcdrive-private-files .private-files-list .assigned-empty .dashicons{color:#667085}.cmcdrive-private-files .private-files-list .assigned-empty .components-button{height:auto;padding:0;color:#2f7df6;font-size:13px;font-weight:400}.cmcdrive-private-files .private-files-list .row-actions-wrap{display:flex;align-items:center;justify-content:flex-end;gap:12px}.cmcdrive-private-files .private-files-list .manage-access-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 14px;border:1px solid #8bb7ff;border-radius:8px;background:#fff;color:#2f7df6;font-size:13px;font-weight:400}.cmcdrive-private-files .private-files-list .manage-access-btn:hover{background:#eef4ff;color:#0a65f2}.cmcdrive-private-files .private-files-list .row-more-btn{display:inline-flex;align-items:center;justify-content:center;min-width:32px;width:32px;height:32px;padding:0;border:0;border-radius:8px;background:0 0;color:#344054}.cmcdrive-private-files .private-files-list .row-more-btn:hover{background:#f2f4f7}.cmcdrive-private-files .private-files-list .private-files-empty{padding:34px 20px;text-align:center;color:#667085}.cmcdrive-private-files .private-files-list-footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;padding:18px 24px;border:1px solid #e4e8f0;border-top:0;border-radius:0 0 8px 8px;background:#fff;color:#667085;font-size:13px}.cmcdrive-private-files .private-files-list-footer .cmcdrive-pagination{justify-content:center;margin:0 auto}.cmcdrive-private-files .private-files-list-footer .footer-per-page{display:flex;align-items:center;justify-content:flex-end;gap:10px;white-space:nowrap}.cmcdrive-private-files .private-files-list-footer .footer-per-page .components-base-control{width:82px;margin-bottom:0}.cmcdrive-private-files .private-files-list-footer .footer-per-page .components-base-control__field{margin-bottom:0}.cmcdrive-private-files .private-files-list-footer .footer-per-page .components-select-control__input{min-height:40px;border-radius:8px}.cmcdrive-private-files .private-files-list-footer .components-select-control .components-input-control__backdrop{border-color:#ddd;border-radius:7px}.cmcdrive-private-files .private-files-list .swal2-container{position:absolute;width:100%;height:100%;z-index:9}.cmcdrive-private-files .cmcdrive-pro-modal-wrap{position:absolute;z-index:9;border-radius:8px}.cmcdrive-private-files .cmcdrive-pro-modal-close{display:none}@media (max-width:1200px){.cmcdrive-private-files .private-files-list .private-files-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.cmcdrive-private-files .private-files-list .private-files-table{table-layout:auto}}@media (max-width:782px){.cmcdrive-private-files-header{position:relative;top:0;align-items:flex-start;flex-direction:column}.cmcdrive-private-files-header .header-title img{width:44px;height:44px}.cmcdrive-private-files .private-files-list{padding:16px}.cmcdrive-private-files .private-files-list-header{align-items:stretch;flex-direction:column}.cmcdrive-private-files .private-files-list-header .nav-items{overflow-x:auto;gap:18px}.cmcdrive-private-files .private-files-list-header .users-search{width:100%}.cmcdrive-private-files .private-files-list .private-files-stats{grid-template-columns:1fr}.cmcdrive-private-files .private-files-list .private-files-table-wrap{overflow-x:auto}.cmcdrive-private-files .private-files-list .private-files-table{min-width:920px}.cmcdrive-private-files .private-files-list-footer{grid-template-columns:1fr;text-align:center}.cmcdrive-private-files .private-files-list-footer .footer-per-page{justify-content:center}}.cmcdrive-details .details-file-name{width:calc(100% - 20px)}.cmcdrive-player{--plyr-range-fill-background:var(--cmcdrive-color-primary);--plyr-video-control-background-hover:var(--cmcdrive-color-primary);--plyr-audio-control-background-hover:var(--cmcdrive-color-primary);line-height:1.5;display:flex;align-items:flex-start;flex-direction:column;height:100%;background-color:#fff}.cmcdrive-player.playlist-left,.cmcdrive-player.playlist-right{padding:10px}.cmcdrive-player.playlist-left .media-wrap,.cmcdrive-player.playlist-right .media-wrap{flex-direction:column;align-items:flex-start;border:none}.cmcdrive-player.playlist-left .media-wrap .cmcdrive-player-media-wrap,.cmcdrive-player.playlist-right .media-wrap .cmcdrive-player-media-wrap{margin-left:0}.cmcdrive-player.playlist-left .cmcdrive-player-playlist .playlist-item-wrap,.cmcdrive-player.playlist-right .cmcdrive-player-playlist .playlist-item-wrap{padding:5px 0}.cmcdrive-player.playlist-left.type-audio .media-wrap,.cmcdrive-player.playlist-right.type-audio .media-wrap{border:1px solid #eee}.cmcdrive-player.playlist-left{flex-wrap:wrap;flex-direction:row;-moz-column-gap:10px;column-gap:10px}.cmcdrive-player.playlist-left .cmcdrive-player-playlist{width:calc(40% - 10px);order:1;margin:0;padding-right:10px;border-right:1px solid #eee}.cmcdrive-player.playlist-left .playlist-search{margin:0}.cmcdrive-player.playlist-left .media-wrap{flex:1;order:2;position:sticky;top:10px;z-index:9}.cmcdrive-player.playlist-left:has(.cmcdrive-player-playlist) .media-wrap{max-width:60%}.cmcdrive-player.playlist-right{flex-wrap:wrap;flex-direction:row;-moz-column-gap:10px;column-gap:10px;padding-right:5px}.cmcdrive-player.playlist-right .cmcdrive-player-playlist{width:calc(40% - 10px);order:2;margin:0;padding-left:10px;border-left:1px solid #eee;padding-right:5px}.cmcdrive-player.playlist-right .playlist-search{margin:0}.cmcdrive-player.playlist-right .media-wrap{flex:1;order:1;position:sticky;top:10px;z-index:9}.cmcdrive-player.playlist-right:has(.cmcdrive-player-playlist) .media-wrap{max-width:60%}.cmcdrive-player.playlist-bottom .playlist-search{width:calc(100% - 20px);margin:10px auto}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist{display:flex;flex-wrap:wrap;padding:20px}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-search{width:100%;margin:0 0 10px 0}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap{width:calc(20% - 16px);margin:8px;padding:0;border-radius:5px;overflow:hidden;transition:all .3s linear;border:1px solid #ddd}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap:last-child{margin-right:auto}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap:hover{box-shadow:rgba(0,0,0,.35) 0 5px 15px}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap .playlist-item{flex-direction:column;position:relative;padding:0;font-size:1rem}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap .playlist-item img{width:100%;aspect-ratio:16/9;margin:0;height:unset}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap .playlist-item .item-name{margin-right:unset;max-width:100%;font-size:14px;padding:0 7px;width:100%;flex:1}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-pause,.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-play{position:absolute;top:15%;color:#eee;width:60px;font-size:50px;border:2px solid;border-radius:50%;height:60px;padding:5px;background:rgba(0,0,0,.5)}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-pause.dashicons-controls-play:before,.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-play.dashicons-controls-play:before{position:relative;left:3px;top:-2px}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-pause.dashicons-controls-pause:before,.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-play.dashicons-controls-pause:before{position:relative;left:-2px;top:-2px}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap .playlist-item .item-meta{padding:3px 7px 4px 7px;justify-content:space-between;width:100%}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap .playlist-item .item-meta .item-size{margin:0}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap .playlist-item:not(.folder-item) .item-index{position:absolute;left:0;top:0;background:rgba(51,51,51,.7);color:#fff;padding:7px;font-size:14px;line-height:1;border-bottom-right-radius:5px}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap .playlist-item:not(.folder-item) .item-name{border-top:1px solid #ddd}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap.folder-item-wrap{height:50px;display:flex;align-items:center}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap.folder-item-wrap .folder-item{flex-direction:row;padding:0 5px 0 10px;overflow:hidden}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap.folder-item-wrap .folder-item img{width:30px;height:20px}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap.folder-item-wrap .folder-item .item-meta{display:none}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap.folder-item-break{width:100%;height:0;border:#ffdead;padding:0;margin:0}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap:has(.playlist-item.active){border-color:var(--cmcdrive-color-primary)}@media screen and (max-width:767px){.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-pause,.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-play{width:40px;height:40px;font-size:30px}.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-pause.dashicons-controls-play:before,.cmcdrive-player.playlist-grid .cmcdrive-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-play.dashicons-controls-play:before{left:0}}.cmcdrive-player .media-wrap{width:100%;display:flex;align-items:center;flex-wrap:wrap}.cmcdrive-player .media-wrap .current-item{display:flex;align-items:center;overflow:hidden;justify-content:flex-start;text-align:center;width:100%;flex:1}.cmcdrive-player .media-wrap .current-item img{margin-right:10px;width:40px}.cmcdrive-player .media-wrap .current-item .item-caption{display:flex;flex-direction:column;overflow:hidden}.cmcdrive-player .media-wrap .current-item .item-caption .item-title{font-weight:500;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cmcdrive-player .media-wrap .current-item .item-caption .item-description{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cmcdrive-player .media-wrap .cmcdrive-player-media-wrap{position:relative}.cmcdrive-player .media-wrap iframe{border:none;aspect-ratio:16/9}.cmcdrive-player.type-video .cmcdrive-player-media-wrap{width:100%;height:0;overflow:hidden;padding-bottom:56.25%}.cmcdrive-player.type-video .cmcdrive-player-media-wrap .cmcdrive-player-media-video,.cmcdrive-player.type-video .cmcdrive-player-media-wrap .plyr,.cmcdrive-player.type-video .cmcdrive-player-media-wrap video{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.cmcdrive-player.type-video .cmcdrive-player-media-wrap:has(.plyr--loading) .plyr__control--overlaid{background:url(../images/preloader/default.svg) no-repeat center center;opacity:1;visibility:visible}.cmcdrive-player.type-video .cmcdrive-player-media-wrap:has(.plyr--loading) .plyr__control--overlaid svg{opacity:0}.cmcdrive-player.type-audio .media-wrap{padding:15px;border-bottom:1px solid #ddd;background:#f5f5f5}.cmcdrive-player.type-audio .cmcdrive-player-media-wrap{margin-left:auto}.cmcdrive-player.type-audio .cmcdrive-player-media-wrap .plyr__controls{padding:0;background:0 0}.cmcdrive-player .cmcdrive-player-playlist{width:100%;height:100%;overflow-y:auto}.cmcdrive-player .cmcdrive-player-playlist .playlist-item{position:relative;cursor:pointer;display:flex;align-items:center;color:#333;padding:3px;font-size:1rem}.cmcdrive-player .cmcdrive-player-playlist .playlist-item.active{color:var(--cmcdrive-color-primary);font-weight:500}.cmcdrive-player .cmcdrive-player-playlist .playlist-item.active .dashicons-controls-pause,.cmcdrive-player .cmcdrive-player-playlist .playlist-item.active .dashicons-controls-play{border-color:var(--cmcdrive-color-primary);color:var(--cmcdrive-color-primary)}.cmcdrive-player .cmcdrive-player-playlist .playlist-item:not(:has(img)){padding:5px}.cmcdrive-player .cmcdrive-player-playlist .playlist-item-wrap{border-bottom:1px solid #eee;padding:5px 10px}.cmcdrive-player .cmcdrive-player-playlist .playlist-item-wrap .sub-item{margin-left:30px}.cmcdrive-player .cmcdrive-player-playlist .playlist-item-wrap:hover{background-color:#f5f5f5}.cmcdrive-player .cmcdrive-player-playlist .playlist-item .item-index{margin-right:7px;white-space:nowrap}.cmcdrive-player .cmcdrive-player-playlist .playlist-item .cmcdrive-spinner{margin-left:0;width:18px;height:18px;margin-right:5px}.cmcdrive-player .cmcdrive-player-playlist .playlist-item img{width:30px;height:30px;-o-object-fit:cover;object-fit:cover;border-radius:3px;margin-right:5px}.cmcdrive-player .cmcdrive-player-playlist .playlist-item .item-name{margin-right:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cmcdrive-player .cmcdrive-player-playlist .playlist-item .item-size{margin:0 10px;white-space:nowrap}.cmcdrive-player .cmcdrive-player-playlist .playlist-item .item-duration{display:inline-flex;align-items:center;margin-right:10px}.cmcdrive-player .cmcdrive-player-playlist .playlist-item .item-duration i{color:#555;font-size:18px;margin-right:3px}.cmcdrive-player .cmcdrive-player-playlist .playlist-item .item-meta{display:flex;align-items:center;color:#777;font-size:12px}.cmcdrive-player .cmcdrive-player-playlist .playlist-item .dashicons{font-size:25px;color:#555c66;height:auto;width:auto}.cmcdrive-player .cmcdrive-player-playlist .playlist-item .dashicons.dashicons-arrow-down,.cmcdrive-player .cmcdrive-player-playlist .playlist-item .dashicons.dashicons-arrow-right{margin-left:-5px;margin-right:5px}.cmcdrive-player .cmcdrive-player-playlist .playlist-item .dashicons:hover{color:#444;border-color:var(--cmcdrive-color-primary)}.cmcdrive-player .cmcdrive-player-playlist .search-result-info{display:flex;align-items:center;margin-bottom:7px;margin-top:7px;width:100%}.cmcdrive-player .cmcdrive-player-playlist .search-result-info .clear-button{margin-left:7px;padding:7px 10px}.cmcdrive-player .cmcdrive-player-playlist::-webkit-scrollbar{width:5px;height:5px}.cmcdrive-player .cmcdrive-player-playlist::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}.cmcdrive-player .cmcdrive-player-playlist::-webkit-scrollbar-track{background:#eee;border-radius:10px}.cmcdrive-player .cmcdrive-player-playlist.cmcdrive-item-col-1 .playlist-item-wrap{width:100%}.cmcdrive-player .cmcdrive-player-playlist.cmcdrive-item-col-1:not(.list-view) .file-item{margin:4px}.cmcdrive-player .cmcdrive-player-playlist.cmcdrive-item-col-2 .playlist-item-wrap{width:calc(50% - 16px)}.cmcdrive-player .cmcdrive-player-playlist.cmcdrive-item-col-3 .playlist-item-wrap{width:calc(33.33% - 16px)}.cmcdrive-player .cmcdrive-player-playlist.cmcdrive-item-col-3 .playlist-item-wrap .file-item-footer .file-item-size{display:none}.cmcdrive-player .cmcdrive-player-playlist.cmcdrive-item-col-4 .playlist-item-wrap{width:calc(25% - 16px)}.cmcdrive-player .cmcdrive-player-playlist.cmcdrive-item-col-5 .playlist-item-wrap{width:calc(20% - 16px)}.cmcdrive-player .cmcdrive-player-playlist.cmcdrive-item-col-6 .playlist-item-wrap{width:calc(16.66% - 16px)}.cmcdrive-player .cmcdrive-player-playlist.cmcdrive-item-col-7 .playlist-item-wrap{width:calc(14.28% - 16px)}.cmcdrive-player .cmcdrive-player-playlist.cmcdrive-item-col-8 .playlist-item-wrap{width:calc(12.5% - 16px)}.cmcdrive-player .cmcdrive-player-controls{display:flex;align-items:center;justify-content:center;width:100%;margin:15px 0}.cmcdrive-player .cmcdrive-player-controls button{margin:0 10px;padding:0;border:none;background:0 0;cursor:pointer;color:#555;transition:color .3s linear}.cmcdrive-player .cmcdrive-player-controls button i{font-size:28px;height:28px;width:28px}.cmcdrive-player .cmcdrive-player-controls button:hover{color:var(--cmcdrive-color-primary)}.cmcdrive-player .cmcdrive-player-controls:empty{display:none}.cmcdrive-player:not(.playlist-grid) .playlist-item-wrap:last-child{border-bottom:0}.cmcdrive-player:not(.playlist-grid) .playlist-item:last-child{border-bottom:0}.cmcdrive-player .playlist-no-items{display:flex;align-items:center;justify-content:center;width:100%;font-size:20px;color:#777;padding:30px}.cmcdrive-player .playlist-no-items i{margin-right:10px}.cmcdrive-player .playlist-search{position:relative;display:flex;align-items:center;transition:width .3s linear;line-height:1;overflow:hidden;border:1px solid #ddd;border-radius:5px;width:100%;padding:0 15px;margin:10px 0}.cmcdrive-player .playlist-search .search-dismiss{cursor:pointer}.cmcdrive-player .playlist-search input{height:40px;padding:0 15px;font-size:14px;width:100%;border:none!important;box-shadow:none!important;border-radius:0!important;background:0 0}.cmcdrive-player .playlist-search input:focus{outline:0}.cmcdrive-player .playlist-search .search-submit{position:relative;z-index:2}.cmcdrive-player .playlist-search .search-submit .dashicons{font-family:dashicons}.cmcdrive-player .playlist-search:has(input:focus){box-shadow:rgba(0,0,0,.24) 0 3px 8px}.cmcdrive-player .playlist-search.active .input-wrap{right:-10px}.cmcdrive-player .playlist-search.active .search-submit svg{fill:#333}.cmcdrive-player video{display:inline-block;max-width:100%;min-height:100%}.cmcdrive-player audio{display:none;max-width:100%;width:100%}.cmcdrive-player .plyr__controls .plyr__controls__item.plyr__time{white-space:nowrap}.cmcdrive-player .plyr__control:focus{background:0 0;color:currentColor}.cmcdrive-player .plyr__volume input[type=range]{max-width:60px}.cmcdrive-player.size-sm.type-audio .media-wrap,.cmcdrive-player.size-xs.type-audio .media-wrap{flex-direction:column}.cmcdrive-player.size-sm.type-audio .media-wrap .current-item,.cmcdrive-player.size-xs.type-audio .media-wrap .current-item{justify-content:center}.cmcdrive-player.size-sm.type-audio .media-wrap .current-item img,.cmcdrive-player.size-xs.type-audio .media-wrap .current-item img{width:30px}.cmcdrive-player.size-sm.type-audio .media-wrap .cmcdrive-player-media-wrap,.cmcdrive-player.size-xs.type-audio .media-wrap .cmcdrive-player-media-wrap{margin-top:15px;margin-left:0}.cmcdrive-player.size-sm .plyr__volume input[type=range],.cmcdrive-player.size-xs .plyr__volume input[type=range]{max-width:40px;min-width:40px}.cmcdrive-player.size-sm.playlist-left,.cmcdrive-player.size-sm.playlist-right,.cmcdrive-player.size-xs.playlist-left,.cmcdrive-player.size-xs.playlist-right{flex-direction:column}.cmcdrive-player.size-sm.playlist-left .cmcdrive-player-playlist,.cmcdrive-player.size-sm.playlist-left .media-wrap,.cmcdrive-player.size-sm.playlist-right .cmcdrive-player-playlist,.cmcdrive-player.size-sm.playlist-right .media-wrap,.cmcdrive-player.size-xs.playlist-left .cmcdrive-player-playlist,.cmcdrive-player.size-xs.playlist-left .media-wrap,.cmcdrive-player.size-xs.playlist-right .cmcdrive-player-playlist,.cmcdrive-player.size-xs.playlist-right .media-wrap{width:100%;max-width:100%!important}.cmcdrive-player.size-sm.playlist-left .media-wrap,.cmcdrive-player.size-sm.playlist-right .media-wrap,.cmcdrive-player.size-xs.playlist-left .media-wrap,.cmcdrive-player.size-xs.playlist-right .media-wrap{position:unset}.cmcdrive-player.size-sm.playlist-left .cmcdrive-player-playlist,.cmcdrive-player.size-sm.playlist-right .cmcdrive-player-playlist,.cmcdrive-player.size-xs.playlist-left .cmcdrive-player-playlist,.cmcdrive-player.size-xs.playlist-right .cmcdrive-player-playlist{order:999}.cmcdrive-player.size-xs.type-audio .plyr__controls .plyr__controls__item{padding:3px}.cmcdrive-player.size-xs.type-audio .plyr__controls .plyr__controls__item.plyr__time.plyr__time--duration{display:none}.cmcdrive-lightbox{z-index:999999;position:fixed}.cmcdrive-lightbox .lg-backdrop{background:rgba(0,0,0,.9)!important}.cmcdrive-lightbox .lg-sub-html h4,.cmcdrive-lightbox .lg-sub-html p{color:inherit}.cmcdrive-lightbox:not(.gallery-lightbox) .lg-sub-html{background:#111!important;display:flex;align-items:center;padding:10px 15px;max-width:calc(100% - 100px)}.cmcdrive-lightbox .lg-outer .lg-thumb-item{height:60px}.cmcdrive-lightbox .item-name{display:flex;align-items:center;max-width:75%;overflow:hidden}.cmcdrive-lightbox .item-name img{margin-right:10px;width:24px}.cmcdrive-lightbox .item-name span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.cmcdrive-lightbox.no-download .lg-download{display:none}.cmcdrive-lightbox .lg-outer[data-lg-slide-type=iframe] .lg-actual-size,.cmcdrive-lightbox .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,.cmcdrive-lightbox .lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,.cmcdrive-lightbox .lg-outer[data-lg-slide-type=video] .lg-actual-size,.cmcdrive-lightbox .lg-outer[data-lg-slide-type=video] .lg-zoom-in,.cmcdrive-lightbox .lg-outer[data-lg-slide-type=video] .lg-zoom-out{display:none}.cmcdrive-lightbox .lg-outer[data-lg-slide-type=iframe] .cmcdrive-hidepopout{width:60px;height:55px;position:absolute;opacity:1;right:12px;top:0;z-index:10000000;background-color:#d1d1d1;cursor:default!important}.cmcdrive-lightbox .lg-item:has(video>source[type*="audio/"]) .lg-video-cont{margin-top:-60px;max-height:60px;max-width:500px}.cmcdrive-lightbox .lg-item:has(video>source[type*="audio/"]) .lg-video-cont .lg-video-poster{margin-top:-20px;max-width:100px!important;height:100px!important;max-height:none!important}@media (max-width:767px){.cmcdrive-lightbox .lg-item .lg-video-cont{max-width:90%!important}}@media (max-width:767px){.cmcdrive-lightbox .lg-sub-html{display:none!important}}.cmcdrive-select-files-modal .components-modal__header{border-bottom:1px solid #ddd;box-shadow:0 1px 5px rgba(0,0,0,.1)}.cmcdrive-select-files-modal .components-modal__header-heading{width:100%}.cmcdrive-select-files-modal .shortcode-module-header{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:30px auto}.cmcdrive-select-files-modal .shortcode-module-header .module-title{font-size:1.2rem;margin-bottom:10px;font-weight:600}.cmcdrive-select-files-modal .shortcode-module .shortcode-types{display:flex;flex-wrap:wrap;justify-content:center}.cmcdrive-select-files-modal .shortcode-module .shortcode-types .shortcode-type{width:calc(20% - 20px);margin:10px;padding:2rem 1.5rem;border:1px solid #ddd;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;max-width:250px;transition:background .3s ease}.cmcdrive-select-files-modal .shortcode-module .shortcode-types .shortcode-type i{height:auto;width:auto;border-radius:50%;padding:15px;border:1px solid #ddd}.cmcdrive-select-files-modal .shortcode-module .shortcode-types .shortcode-type span{font-size:1rem;margin-top:15px}.cmcdrive-select-files-modal .shortcode-module .shortcode-types .shortcode-type.active{background:var(--cmcdrive-color-primary-light);border:1px solid var(--cmcdrive-color-primary);color:#fff}.cmcdrive-select-files-modal .shortcode-module .shortcode-types .shortcode-type.active i{border:1px solid #fff}.cmcdrive-select-files-modal .shortcode-module .shortcode-types .shortcode-type:hover{background:var(--cmcdrive-color-primary-light);border:1px solid var(--cmcdrive-color-primary);color:#fff}.cmcdrive-select-files-modal .shortcode-module .shortcode-types .shortcode-type:hover i{border:1px solid #fff}.cmcdrive-select-files-modal .shortcode-module .settings-field{display:flex;flex-wrap:wrap;margin-bottom:10px;align-items:center;border:1px dashed #ddd;border-radius:5px;padding:12px 18px}.cmcdrive-select-files-modal .shortcode-module .settings-field-title{font-size:1.2rem;margin-bottom:20px;font-weight:600}.cmcdrive-select-files-modal .shortcode-module .settings-field-label{width:200px;font-weight:600;font-size:1rem;display:flex;justify-content:space-between}.cmcdrive-select-files-modal .shortcode-module .settings-field-label:after{content:":";margin-left:auto}.cmcdrive-select-files-modal .shortcode-module .settings-field-content{display:flex;flex-direction:column;align-items:flex-start;margin-left:20px;flex:1}.cmcdrive-select-files-modal .shortcode-module .settings-field-content .components-button i{margin-right:5px}.cmcdrive-select-files-modal .shortcode-module .settings-field-content .description{font-size:.8rem;margin-top:10px;text-align:left}.cmcdrive-select-files-modal .shortcode-module .settings-field.filter-field .filter-field-input{display:flex;flex-direction:column}.cmcdrive-select-files-modal .shortcode-module .settings-field.filter-field .filter-field-all{display:flex;align-items:center;justify-content:flex-start;margin-top:15px;flex-wrap:wrap}.cmcdrive-select-files-modal .shortcode-module .settings-field.filter-field .filter-field-all>div{display:flex;align-items:center}.cmcdrive-select-files-modal .shortcode-module .settings-field.filter-field .filter-field-all>div:first-child{margin-right:20px}.cmcdrive-select-files-modal .shortcode-module .settings-field.filter-field .filter-field-all-label{margin-right:10px;font-weight:500}.cmcdrive-select-files-modal .shortcode-module .settings-field.filter-field .filter-field-all .description{width:100%;text-align:left}.cmcdrive-select-files-modal .shortcode-module .settings-field.sort-field .sort-field-section{display:flex;flex-direction:column}.cmcdrive-select-files-modal .shortcode-module .settings-field.sort-field .sort-field-section:first-child{margin-right:35px;padding-right:15px;border-right:1px solid #ddd}.cmcdrive-select-files-modal .shortcode-module .settings-field.sort-field .sort-field-section-wrap{display:flex;margin:15px 30px}.cmcdrive-select-files-modal .shortcode-module .settings-field.sort-field .sort-field-section-label{margin-bottom:15px;font-weight:500;text-align:left}.cmcdrive-select-files-modal .shortcode-module .settings-field.sort-field .sort-field-section .sort-item{display:flex;align-items:center;margin-bottom:10px;cursor:pointer;position:relative}.cmcdrive-select-files-modal .shortcode-module .settings-field.sort-field .sort-field-section .sort-item i{display:none;position:absolute;left:-25px}.cmcdrive-select-files-modal .shortcode-module .settings-field.sort-field .sort-field-section .sort-item.active{color:var(--cmcdrive-color-primary)}.cmcdrive-select-files-modal .shortcode-module .settings-field.sort-field .sort-field-section .sort-item.active i{display:block}.cmcdrive-select-files-modal .shortcode-module .settings-field.filter-users-field .filter-users-group{display:flex;flex-direction:column}.cmcdrive-select-files-modal .shortcode-module .settings-field.filter-users-field .filter-users{margin-top:15px;display:flex;flex-direction:column;border:1px dashed #ddd;padding:15px;border-radius:7px}.cmcdrive-select-files-modal .shortcode-module .settings-field.filter-users-field .filter-users-title{font-weight:500;font-size:1rem;margin-bottom:10px;text-align:left}.cmcdrive-select-files-modal .shortcode-module .settings-field.filter-users-field .filter-users-section{display:flex;align-items:center}.cmcdrive-select-files-modal .shortcode-module .settings-field.filter-users-field .filter-users-section:first-child{margin-right:20px}.cmcdrive-select-files-modal .shortcode-module .settings-field.filter-users-field .filter-users-section-label{margin-right:10px;font-weight:500}.cmcdrive-select-files-modal .shortcode-module .settings-field.filter-users-field .filter-users-section-wrap{display:flex;flex-wrap:wrap;margin-bottom:15px}.cmcdrive-select-files-modal .shortcode-module .settings-field.filter-users-field .filter-users-section-wrap .description{width:100%}.cmcdrive-select-files-modal .shortcode-module .settings-field input,.cmcdrive-select-files-modal .shortcode-module .settings-field select{height:40px;border-radius:5px;border:1px solid #ddd;font-size:.8rem;width:350px;max-width:100%}.cmcdrive-select-files-modal .shortcode-module .settings-field input:disabled,.cmcdrive-select-files-modal .shortcode-module .settings-field select:disabled{background:#f5f5f5;color:#aaa;cursor:not-allowed}.cmcdrive-select-files-modal .shortcode-module .settings-field .cmcdrive-select{width:400px}.cmcdrive-select-files-modal-header{display:flex;align-items:center;justify-content:space-between}.cmcdrive-select-files-modal-header .header-title{font-size:1.2rem;color:var(--cmcdrive-color-primary);display:flex;align-items:center}.cmcdrive-select-files-modal-header .header-title i{margin-right:10px}.cmcdrive-select-files-modal-header button{padding:7px 8px}.cmcdrive-scope-modal .swal2-popup{width:900px!important;max-width:calc(100vw - 24px)!important;padding:0!important;border-radius:10px!important;box-shadow:0 32px 90px rgba(15,23,42,.22)!important}.cmcdrive-auth{--cmcdrive-border:#e5ebf3;--cmcdrive-text:#101828;--cmcdrive-muted:#667085;--cmcdrive-safe:#12a150;--cmcdrive-safe-soft:#eafaf1;--cmcdrive-safe-border:#4bd083;--cmcdrive-balanced:#2563eb;--cmcdrive-balanced-soft:#eef4ff;--cmcdrive-power:#f0445a;--cmcdrive-power-soft:#fff0f3;padding:20px 10px}.cmcdrive-auth .cmcdrive-auth-header{text-align:center;margin-bottom:16px}.cmcdrive-auth .cmcdrive-auth-header .cmcdrive-auth-kicker{display:inline-flex;align-items:center;justify-content:center;color:#18a957;font-weight:500;gap:6px}.cmcdrive-auth .cmcdrive-auth-header .cmcdrive-auth-kicker img{width:35px;height:35px;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.cmcdrive-auth .cmcdrive-auth-header h3{margin:0 0 6px;font-size:15px;line-height:1.15;font-weight:400;color:rgba(16,24,40,.72)}.cmcdrive-auth .cmcdrive-auth-header p{margin:0;font-size:15px;line-height:1.4;color:#5f6c8d}.cmcdrive-auth .cmcdrive-auth-intro{max-width:690px;margin:0 auto 14px;padding:12px 14px;border:1px solid #dff0e5;border-radius:18px;background:linear-gradient(180deg,#fbfffc 0,#f6fbf8 100%);display:flex;align-items:center;gap:12px}.cmcdrive-auth .cmcdrive-auth-intro .cmcdrive-auth-intro-icon{width:42px;height:42px;border-radius:12px;background:#def8e8;color:#18a957;display:flex;align-items:center;justify-content:center;flex:0 0 auto;box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}.cmcdrive-auth .cmcdrive-auth-intro .cmcdrive-auth-intro-icon .dashicons{font-size:22px;width:22px;height:22px}.cmcdrive-auth .cmcdrive-auth-intro .cmcdrive-auth-intro-copy{display:flex;flex-direction:column;gap:4px;text-align:left}.cmcdrive-auth .cmcdrive-auth-intro .cmcdrive-auth-intro-copy strong{color:#101828;font-size:16px;font-weight:600}.cmcdrive-auth .cmcdrive-auth-intro .cmcdrive-auth-intro-copy span{font-size:13px;color:var(--cmcdrive-muted)}.cmcdrive-auth .cmcdrive-scope-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch}.cmcdrive-auth .cmcdrive-scope-card{position:relative;display:flex;flex-direction:column;min-width:0;min-height:100%;padding:14px 14px 0;border:1px solid var(--cmcdrive-border);border-radius:18px;background:linear-gradient(180deg,#fff 0,#f8fbff 100%);box-sizing:border-box;cursor:pointer;outline:0;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}.cmcdrive-auth .cmcdrive-scope-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(15,23,42,.08)}.cmcdrive-auth .cmcdrive-scope-card:focus-visible{border-color:rgba(47,125,246,.55);box-shadow:0 0 0 4px rgba(47,125,246,.12)}.cmcdrive-auth .cmcdrive-scope-card.disabled{opacity:.9}.cmcdrive-auth .cmcdrive-scope-card.disabled:hover{transform:translateY(-2px)}.cmcdrive-auth .cmcdrive-scope-card .pro-badge{position:absolute;top:18px;right:18px;border-radius:999px;background:#fdb837;color:#fff;text-align:center;padding:6px 10px;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:1;z-index:2}.cmcdrive-auth .cmcdrive-scope-card .pro-badge i{margin-right:4px;color:#fff}.cmcdrive-auth .cmcdrive-scope-card.card-app_folder .cmcdrive-card-icon{background:#dcfce9;color:#14a757}.cmcdrive-auth .cmcdrive-scope-card.card-specific_folders .cmcdrive-card-icon{background:#e9f0ff;color:#3167ec}.cmcdrive-auth .cmcdrive-scope-card.card-entire_drive .cmcdrive-card-icon{background:#ffe9ee;color:#e44568}.cmcdrive-auth .cmcdrive-scope-card.tone-safe.is-selected .cmcdrive-card-icon,.cmcdrive-auth .cmcdrive-scope-card.tone-safe:hover .cmcdrive-card-icon{background:#c9f7da;box-shadow:0 14px 28px rgba(18,161,80,.16)}.cmcdrive-auth .cmcdrive-scope-card.tone-safe.is-selected .cmcdrive-scope-card-eyebrow,.cmcdrive-auth .cmcdrive-scope-card.tone-safe.is-selected .cmcdrive-scope-level,.cmcdrive-auth .cmcdrive-scope-card.tone-safe:hover .cmcdrive-scope-card-eyebrow,.cmcdrive-auth .cmcdrive-scope-card.tone-safe:hover .cmcdrive-scope-level{background:rgba(18,161,80,.1)}.cmcdrive-auth .cmcdrive-scope-card.tone-safe.is-selected .cmcdrive-card-icon{background:#bff3d2;box-shadow:0 14px 28px rgba(18,161,80,.22)}.cmcdrive-auth .cmcdrive-scope-card.tone-safe.is-selected .cmcdrive-scope-card-eyebrow,.cmcdrive-auth .cmcdrive-scope-card.tone-safe.is-selected .cmcdrive-scope-level{background:rgba(18,161,80,.12)}.cmcdrive-auth .cmcdrive-scope-card.tone-safe.is-selected .cmcdrive-auth-card-footer{background:linear-gradient(180deg,#e7f8ee 0,#dbf3e5 100%)}.cmcdrive-auth .cmcdrive-scope-card.tone-balanced.is-selected .cmcdrive-card-icon,.cmcdrive-auth .cmcdrive-scope-card.tone-balanced:hover .cmcdrive-card-icon{background:#dce8ff;box-shadow:0 14px 28px rgba(37,99,235,.16)}.cmcdrive-auth .cmcdrive-scope-card.tone-balanced.is-selected .cmcdrive-scope-card-eyebrow,.cmcdrive-auth .cmcdrive-scope-card.tone-balanced.is-selected .cmcdrive-scope-level,.cmcdrive-auth .cmcdrive-scope-card.tone-balanced:hover .cmcdrive-scope-card-eyebrow,.cmcdrive-auth .cmcdrive-scope-card.tone-balanced:hover .cmcdrive-scope-level{background:rgba(37,99,235,.1)}.cmcdrive-auth .cmcdrive-scope-card.tone-balanced.is-selected .cmcdrive-card-icon{background:#d6e5ff;box-shadow:0 14px 28px rgba(37,99,235,.2)}.cmcdrive-auth .cmcdrive-scope-card.tone-balanced.is-selected .cmcdrive-scope-card-eyebrow,.cmcdrive-auth .cmcdrive-scope-card.tone-balanced.is-selected .cmcdrive-scope-level{background:rgba(37,99,235,.12)}.cmcdrive-auth .cmcdrive-scope-card.tone-power.is-selected .cmcdrive-card-icon,.cmcdrive-auth .cmcdrive-scope-card.tone-power:hover .cmcdrive-card-icon{background:#ffdce3;box-shadow:0 14px 28px rgba(240,68,90,.14)}.cmcdrive-auth .cmcdrive-scope-card.tone-power.is-selected .cmcdrive-scope-card-eyebrow,.cmcdrive-auth .cmcdrive-scope-card.tone-power.is-selected .cmcdrive-scope-level,.cmcdrive-auth .cmcdrive-scope-card.tone-power:hover .cmcdrive-scope-card-eyebrow,.cmcdrive-auth .cmcdrive-scope-card.tone-power:hover .cmcdrive-scope-level{background:rgba(240,68,90,.09)}.cmcdrive-auth .cmcdrive-scope-card.tone-power.is-selected .cmcdrive-card-icon{background:#ffd2db;box-shadow:0 14px 28px rgba(240,68,90,.18)}.cmcdrive-auth .cmcdrive-scope-card.tone-power.is-selected .cmcdrive-scope-card-eyebrow,.cmcdrive-auth .cmcdrive-scope-card.tone-power.is-selected .cmcdrive-scope-level{background:rgba(240,68,90,.11)}.cmcdrive-auth .cmcdrive-scope-card.tone-safe .cmcdrive-auth-card-footer,.cmcdrive-auth .cmcdrive-scope-card.tone-safe .cmcdrive-auth-link,.cmcdrive-auth .cmcdrive-scope-card.tone-safe .cmcdrive-scope-card-eyebrow,.cmcdrive-auth .cmcdrive-scope-card.tone-safe .cmcdrive-scope-level{color:var(--cmcdrive-safe)}.cmcdrive-auth .cmcdrive-scope-card.tone-safe:hover{border-color:rgba(18,161,80,.34);background:linear-gradient(180deg,#fff 0,#f6fcf8 100%)}.cmcdrive-auth .cmcdrive-scope-card.tone-safe.is-selected{border-color:var(--cmcdrive-safe-border);background:linear-gradient(180deg,#fff 0,#f1fbf5 100%);box-shadow:0 18px 46px rgba(18,161,80,.16)}.cmcdrive-auth .cmcdrive-scope-card.tone-balanced .cmcdrive-auth-link,.cmcdrive-auth .cmcdrive-scope-card.tone-balanced .cmcdrive-scope-card-eyebrow,.cmcdrive-auth .cmcdrive-scope-card.tone-balanced .cmcdrive-scope-level{color:var(--cmcdrive-balanced)}.cmcdrive-auth .cmcdrive-scope-card.tone-balanced:hover{border-color:rgba(37,99,235,.32);background:linear-gradient(180deg,#fff 0,#f5f9ff 100%)}.cmcdrive-auth .cmcdrive-scope-card.tone-balanced.is-selected{border-color:rgba(37,99,235,.52);background:linear-gradient(180deg,#fff 0,#eef5ff 100%);box-shadow:0 18px 44px rgba(37,99,235,.14)}.cmcdrive-auth .cmcdrive-scope-card.tone-power .cmcdrive-auth-link,.cmcdrive-auth .cmcdrive-scope-card.tone-power .cmcdrive-scope-card-eyebrow,.cmcdrive-auth .cmcdrive-scope-card.tone-power .cmcdrive-scope-level{color:var(--cmcdrive-power)}.cmcdrive-auth .cmcdrive-scope-card.tone-power:hover{border-color:rgba(240,68,90,.3);background:linear-gradient(180deg,#fff 0,#fff7f8 100%)}.cmcdrive-auth .cmcdrive-scope-card.tone-power.is-selected{border-color:rgba(240,68,90,.46);background:linear-gradient(180deg,#fff 0,#fff1f4 100%);box-shadow:0 18px 44px rgba(240,68,90,.12)}.cmcdrive-auth .cmcdrive-scope-card .cmcdrive-scope-card-top{display:none;align-items:flex-start;justify-content:space-between;gap:12px;min-height:32px;margin-bottom:10px}.cmcdrive-auth .cmcdrive-scope-card .cmcdrive-scope-card-badge{display:flex;flex-direction:row;align-items:flex-start}.cmcdrive-auth .cmcdrive-scope-card .cmcdrive-scope-card-eyebrow{display:inline-flex;align-items:center;background:rgba(17,24,39,.05);border-radius:999px;padding:6px 12px;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.cmcdrive-auth .cmcdrive-card-icon{font-size:28px;display:flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:7px;margin:0 auto 10px;box-shadow:0 14px 28px rgba(15,23,42,.08);transition:background .22s ease,color .22s ease,box-shadow .22s ease}.cmcdrive-auth .cmcdrive-card-body{display:flex;flex:1;flex-direction:column}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-scope-level{display:inline-flex;align-self:center;margin-bottom:10px;padding:5px 10px;border-radius:999px;background:rgba(15,23,42,.04);font-size:12px;font-weight:500;line-height:1;transition:background .22s ease,color .22s ease}.cmcdrive-auth .cmcdrive-card-body strong{display:block;margin-bottom:6px;font-size:15px;line-height:1.1;color:#08153a;font-weight:600;text-align:center;letter-spacing:-.01em}.cmcdrive-auth .cmcdrive-card-body p{margin:0 0 10px;font-size:13px;color:#566582;line-height:1.45;text-align:center}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-permissions{display:none;flex-direction:column;gap:8px;border-top:1px solid rgba(15,23,42,.09);padding:10px 0 0;margin-top:6px}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-permissions .permission-item{display:flex;align-items:flex-start;gap:12px;font-size:13px;color:#101828;text-align:left;line-height:1.45}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-permissions .permission-item i{font-size:17px;width:17px;height:17px;margin-top:1px}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-permissions .permission-item i.dashicons-saved{color:#19b15d}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-permissions .permission-item i.dashicons-lock{color:#f0445a}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-permissions .permission-item i.dashicons-shield-alt{color:#3167ec}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-permissions .permission-item i.dashicons-groups{color:#3167ec}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-card-actions{margin-top:auto;padding:12px 0 12px}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-learn-more{margin:0 0 12px;padding:10px 12px;border-radius:12px;background:rgba(15,23,42,.035);border:1px solid rgba(15,23,42,.06);text-align:left}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-learn-more .learn-more-title{display:flex;align-items:center;font-size:15px;font-weight:500;color:#101828;margin-bottom:5px}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-learn-more .learn-more-title strong{margin:0 0 0 4px;font-size:13px;font-weight:500;background:rgba(15,23,42,.08);padding:2px 6px;border-radius:6px;color:#3340a7}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-learn-more ul{margin:0;padding-left:0}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-learn-more li{margin:0 0 6px;color:#566582;font-size:12px;line-height:1.45}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-learn-more li:last-child{margin-bottom:0}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-learn-more .cmcdrive-auth-learn-more-scope{margin-top:10px;padding-top:10px;border-top:1px solid rgba(15,23,42,.08);display:flex;flex-direction:column;gap:6px}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-learn-more .cmcdrive-auth-learn-more-scope span{font-size:12px;font-weight:600;color:#101828}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-learn-more .cmcdrive-auth-learn-more-scope code{display:block;padding:7px 9px;border-radius:8px;background:#eef2ff;color:#3340a7;font-size:11px;line-height:1.4;word-break:break-all}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-link{border:0;background:0 0;padding:0;font-size:13px;font-weight:400;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:color .18s ease,transform .18s ease}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-link:hover{transform:translateX(2px)}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-link .dashicons{font-size:18px;width:18px;height:18px}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-card-footer{margin:0 -14px;padding:10px 14px;background:linear-gradient(180deg,#edf9f1 0,#e1f5e8 100%);border-top:1px solid rgba(18,161,80,.12);display:none;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:600;transition:background .22s ease,color .22s ease}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-card-footer .dashicons{font-size:14px;width:14px;height:14px}.cmcdrive-auth .cmcdrive-check{position:absolute;top:14px;right:14px;background:linear-gradient(180deg,#63acff 0,#1e67e8 100%);color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 14px 24px rgba(47,125,246,.22)}.cmcdrive-auth .cmcdrive-auth-footer{margin-top:14px;text-align:center}.cmcdrive-auth .privacy-text-wrap{border:1px solid var(--cmcdrive-border);border-left:0;border-right:0;background:linear-gradient(180deg,#fff 0,#fcfdff 100%);padding:0;text-align:left;margin:24px 0 12px;overflow:hidden}.cmcdrive-auth .privacy-text-wrap .privacy-text-btn{font-size:15px;color:rgba(0,0,0,.72);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;padding:7px 12px}.cmcdrive-auth .privacy-text-wrap .privacy-text-btn img{width:28px;height:28px}.cmcdrive-auth .privacy-text-wrap .privacy-text-btn span{margin:0;font-weight:500;font-size:14px;color:rgba(16,24,40,.72);white-space:nowrap}.cmcdrive-auth .privacy-text-wrap .privacy-text-btn .cmcdrive-privacy-link{color:rgba(16,24,40,.72);font-size:12px;font-weight:500;text-align:right;white-space:nowrap}.cmcdrive-auth .privacy-text-wrap .privacy-text-btn i{color:#667085}.cmcdrive-auth .privacy-text-wrap .privacy-text{border-top:1px solid var(--cmcdrive-border);padding:10px 12px}.cmcdrive-auth .privacy-text-wrap .privacy-text .privacy-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.cmcdrive-auth .privacy-text-wrap .privacy-text .privacy-point{display:flex;gap:14px;min-width:0}.cmcdrive-auth .privacy-text-wrap .privacy-text .privacy-point>.dashicons{width:34px;height:34px;min-width:34px;border-radius:12px;background:#e8f8ef;color:#19a957;display:flex;align-items:center;justify-content:center;font-size:16px}.cmcdrive-auth .privacy-text-wrap .privacy-text .privacy-point strong{display:block;font-size:13px;color:#101828;font-weight:500}.cmcdrive-auth .privacy-text-wrap .privacy-text .privacy-point p{margin:0;font-size:12px;line-height:1.45;color:#667085}.cmcdrive-auth .cmcdrive-btn{margin:0 auto;min-height:44px;border-radius:999px!important;background:linear-gradient(180deg,#4d8cff 0,#3578f6 100%)!important;border-color:transparent!important;color:#fff!important;font-size:14px!important;box-shadow:0 18px 30px rgba(53,120,246,.28);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.cmcdrive-auth .cmcdrive-btn:focus,.cmcdrive-auth .cmcdrive-btn:hover{background:linear-gradient(180deg,#4486fd 0,#2d70f0 100%)!important;color:#fff!important;border-color:transparent!important;transform:translateY(-1px);box-shadow:0 20px 34px rgba(53,120,246,.32)}.cmcdrive-auth .cmcdrive-btn img{background:#fff;border-radius:50%;padding:3px;margin-right:5px}.cmcdrive-auth .recommended-badge{display:inline-flex;align-items:center;justify-content:center;min-width:auto;height:28px;padding:0 10px;border-radius:999px;background:linear-gradient(180deg,#63acff 0,#1e67e8 100%);color:#fff;box-shadow:0 12px 20px rgba(47,125,246,.24);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.cmcdrive-auth .permission-item{display:flex;gap:6px}.cmcdrive-auth .cmcdrive-auth-note{margin:10px 0 0;color:#667085;font-size:12px;display:flex;align-items:center;justify-content:center;gap:8px}.cmcdrive-auth .cmcdrive-auth-note .dashicons{font-size:18px;width:16px;height:16px}.cmcdrive-auth .cmcdrive-auth-links{margin-top:8px;display:flex;align-items:center;justify-content:center;gap:14px;color:#3578f6}.cmcdrive-auth .cmcdrive-auth-links .separator{color:#98a2b3}.cmcdrive-auth .cmcdrive-auth-mini-link{border:0;padding:0;background:0 0;color:#3578f6;font-size:13px;font-weight:500;cursor:pointer;text-decoration:none}@media (max-width:1200px){.cmcdrive-auth{padding:24px 22px 24px}.cmcdrive-auth .cmcdrive-auth-header h2{font-size:30px}.cmcdrive-auth .cmcdrive-auth-header p{font-size:14px}.cmcdrive-auth .cmcdrive-scope-cards{gap:18px}}@media (max-width:960px){.cmcdrive-auth .cmcdrive-auth-header h2{font-size:26px}.cmcdrive-auth .cmcdrive-auth-header p{font-size:14px}.cmcdrive-auth .cmcdrive-auth-intro{padding:18px}.cmcdrive-auth .cmcdrive-scope-cards,.cmcdrive-auth .privacy-text .privacy-points{grid-template-columns:1fr}}@media (max-width:640px){.cmcdrive-auth{padding:18px 14px 18px}.cmcdrive-auth .cmcdrive-auth-header .cmcdrive-auth-kicker{padding:10px 16px;font-size:13px}.cmcdrive-auth .cmcdrive-auth-header h2{font-size:24px}.cmcdrive-auth .cmcdrive-auth-header p{font-size:15px}.cmcdrive-auth .cmcdrive-auth-intro{flex-direction:column;text-align:center}.cmcdrive-auth .cmcdrive-auth-intro .cmcdrive-auth-intro-copy{text-align:center}.cmcdrive-auth .cmcdrive-scope-card{padding:14px 14px 0}.cmcdrive-auth .cmcdrive-card-body strong{font-size:20px}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-permissions .permission-item,.cmcdrive-auth .cmcdrive-card-body p{font-size:15px}.cmcdrive-auth .cmcdrive-card-body .cmcdrive-auth-card-footer{margin:0 -14px;padding-inline:14px;font-size:14px}.cmcdrive-auth .privacy-text-wrap .privacy-text-btn{grid-template-columns:1fr auto}.cmcdrive-auth .privacy-text-wrap .privacy-text-btn img{display:none}.cmcdrive-auth .privacy-text-wrap .privacy-text-btn span{font-size:16px}.cmcdrive-auth .privacy-text-wrap .privacy-text-btn .cmcdrive-privacy-link{display:none}.cmcdrive-auth .cmcdrive-auth-links{flex-wrap:wrap;gap:8px}}:root{--cd-bg:rgba(0, 0, 0, 0.92);--cd-header-bg:rgba(18, 18, 18, 0.95);--cd-accent:#2271b1;--cd-text:#ffffff;--cd-muted:rgba(255, 255, 255, 0.6);--cd-radius:8px;--cd-transition:0.35s cubic-bezier(.22, .61, .36, 1);--cd-thumb-size:60px}.cmcdrive-preview-overlay{position:fixed;inset:0;z-index:9999999;background:var(--cd-bg);display:flex;flex-direction:column;opacity:0;animation:cdMount .3s ease forwards}.cmcdrive-preview-overlay.closing{animation:cdUnmount .25s ease forwards}.cmcdrive-preview-overlay .cd-preview-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:var(--cd-header-bg);color:var(--cd-text);backdrop-filter:blur(8px);border-bottom:1px solid #444}.cmcdrive-preview-overlay .cd-preview-header .cd-preview-title{flex:1;font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmcdrive-preview-overlay .cd-preview-header .cd-preview-nav{display:flex;align-items:center;gap:12px;color:var(--cd-muted);margin-right:15px}.cmcdrive-preview-overlay .cd-preview-header .cd-preview-nav button{background:0 0;border:none;color:var(--cd-text);cursor:pointer;padding:6px;border-radius:4px;transition:background .2s ease}.cmcdrive-preview-overlay .cd-preview-header .cd-preview-nav button:hover{background:rgba(255,255,255,.08)}.cmcdrive-preview-overlay .cd-preview-header .cd-preview-actions{display:flex;gap:10px}.cmcdrive-preview-overlay .cd-preview-header .cd-preview-actions a,.cmcdrive-preview-overlay .cd-preview-header .cd-preview-actions button{background:0 0;border:none;color:var(--cd-text);cursor:pointer;padding:6px;border-radius:4px;transition:background .2s ease;text-decoration:none;line-height:1}.cmcdrive-preview-overlay .cd-preview-header .cd-preview-actions a:hover,.cmcdrive-preview-overlay .cd-preview-header .cd-preview-actions button:hover{background:rgba(255,255,255,.08)}.cmcdrive-preview-overlay .cd-preview-body{flex:1;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.cmcdrive-preview-overlay .cd-preview-stage{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.cmcdrive-preview-overlay .cd-preview-slide{max-width:95vw;max-height:calc(100vh - 80px);transition:transform var(--cd-transition),opacity var(--cd-transition);will-change:transform,opacity;display:flex;position:relative}.cmcdrive-preview-overlay .cd-preview-slide.dragging{transition:none}.cmcdrive-preview-overlay .cd-preview-slide.slide-right{animation:cdSlideRight var(--cd-transition)}.cmcdrive-preview-overlay .cd-preview-slide.slide-left{animation:cdSlideLeft var(--cd-transition)}.cmcdrive-preview-overlay .cd-preview-slide.loading audio,.cmcdrive-preview-overlay .cd-preview-slide.loading iframe,.cmcdrive-preview-overlay .cd-preview-slide.loading img,.cmcdrive-preview-overlay .cd-preview-slide.loading video{opacity:0}.cmcdrive-preview-overlay .cd-preview-iframe,.cmcdrive-preview-overlay .cd-preview-img,.cmcdrive-preview-overlay .cd-preview-video{max-width:100%;max-height:100%;border-radius:var(--cd-radius);box-shadow:0 25px 60px rgba(0,0,0,.5);background:#111;transition:transform .3s ease,opacity .3s ease;-o-object-fit:contain;object-fit:contain;opacity:1}.cmcdrive-preview-overlay .cd-preview-iframe{width:90vw;height:calc(100vh - 80px);border:none}.cmcdrive-preview-overlay .cd-thumb-strip{height:calc(var(--cd-thumb-size) + 20px);padding:10px 20px;display:flex;align-items:center;overflow-x:auto;gap:10px;background:rgba(0,0,0,.4);backdrop-filter:blur(6px);scrollbar-width:none}.cmcdrive-preview-overlay .cd-thumb-strip::-webkit-scrollbar{display:none}.cmcdrive-preview-overlay .cd-thumb-strip .cd-thumb{width:var(--cd-thumb-size);height:var(--cd-thumb-size);flex-shrink:0;-o-object-fit:cover;object-fit:cover;border-radius:6px;opacity:.5;cursor:pointer;transition:transform .25s ease,opacity .25s ease}.cmcdrive-preview-overlay .cd-thumb-strip .cd-thumb:hover{transform:scale(1.05)}.cmcdrive-preview-overlay .cd-thumb-strip .cd-thumb.active{opacity:1;outline:2px solid var(--cd-accent);transform:scale(1.08)}.cmcdrive-preview-overlay .cd-lb-loader{position:absolute;inset:0;background:rgba(10,10,10,.6);display:flex;align-items:center;justify-content:center;z-index:20;width:100%;height:100%;min-width:50px;min-height:50px}.cmcdrive-preview-overlay .cd-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:cd-spin 1s linear infinite}@keyframes cd-spin{to{transform:rotate(360deg)}}@keyframes cdMount{from{opacity:0}to{opacity:1}}@keyframes cdUnmount{from{opacity:1}to{opacity:0}}@keyframes cdSlideRight{from{transform:translateX(70px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes cdSlideLeft{from{transform:translateX(-70px);opacity:0}to{transform:translateX(0);opacity:1}}@media (max-width:768px){.cmcdrive-preview-overlay .cd-preview-iframe{width:100vw;height:75vh}.cmcdrive-preview-overlay .cd-thumb-strip{height:calc(var(--cd-thumb-size) - 10px);padding:8px}}.cmcdrive-account-item{padding:1rem;display:flex;flex-wrap:wrap;border:1px solid #eee;box-shadow:0 0 .5rem rgba(0,0,0,.1);border-radius:.5rem;align-items:center;width:100%;margin-bottom:1rem;background:#fff}.cmcdrive-account-item-avatar{width:50px;height:50px;margin-right:1rem;border-radius:50%}.cmcdrive-account-item-info{display:flex;flex-flow:column;flex:1}.cmcdrive-account-item-info .account-name{font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px}.cmcdrive-account-item-info .account-scope{font-size:12px;font-weight:400;display:flex;flex-wrap:wrap;gap:6px;align-items:center;background:rgba(239,68,68,.1);color:#991b1b;border:1px solid rgba(239,68,68,.3);padding:4px 8px;border-radius:30px;max-width:100%;line-height:1.2}.cmcdrive-account-item-info .account-scope i{color:#ef4444;width:16px;height:16px;font-size:16px}.cmcdrive-account-item-info .account-scope.scope-app_folder{background:rgba(16,185,129,.1);color:#047857;border-color:rgba(16,185,129,.3)}.cmcdrive-account-item-info .account-scope.scope-app_folder i{color:#10b981}.cmcdrive-account-item-info .account-scope.scope-specific_folders{background:rgba(59,130,246,.1);color:#1e40af;border-color:rgba(59,130,246,.3)}.cmcdrive-account-item-info .account-scope.scope-specific_folders i{color:#3b82f6}.cmcdrive-account-item-info .account-email{color:#757575;display:flex;align-items:center;gap:8px}.cmcdrive-account-item .cmcdrive-account-item-action{margin-left:auto;display:flex;align-items:center;gap:15px}.no-account-placeholder{display:flex;flex-flow:column;align-items:center;margin:10vh auto;padding:1.5rem 1rem;border-radius:.5rem;background:#fff;box-shadow:0 0 .5rem rgba(0,0,0,.1);text-align:center;width:100%;max-width:none;min-width:0}.no-account-placeholder>img{width:200px;margin-bottom:15px}.no-account-placeholder .placeholder-heading{font-size:1.2rem;margin-bottom:7px;font-weight:600}.no-account-placeholder button{margin-top:1.5rem;padding:7px 10px;background:#fff;color:#555;border:1px solid #ccc}.no-account-placeholder button img{width:24px;height:24px;margin-right:10px}.specific-folders-placeholder{flex-direction:column;align-items:center;background:#f9fafc;width:580px;max-width:100%;min-width:0;justify-content:center;padding:30px 30px 50px;border-color:#e2e7f0;border-radius:7px;background:linear-gradient(180deg,#fff 0,#fbfdff 100%);box-shadow:0 1px 2px rgba(16,24,40,.04),0 18px 50px rgba(47,125,246,.06);text-align:center;display:flex;margin:54px auto auto}.specific-folders-placeholder .specific-folders-illustration{position:relative;display:flex;justify-content:center;width:260px;max-width:100%;margin-bottom:18px}.specific-folders-placeholder .specific-folders-illustration:before{content:"";position:absolute;inset:28px 8px 12px;border-radius:999px;background:#f3f7ff;filter:blur(22px)}.specific-folders-placeholder .specific-folders-illustration svg{position:relative;z-index:1;max-width:100%;height:auto}.specific-folders-placeholder .cmcdrive-root-placeholder-title{margin:0 0 12px;color:rgba(31,41,55,.9);font-size:20px;font-weight:500;line-height:1.25}.specific-folders-placeholder .cmcdrive-root-placeholder-text{margin:0;color:#5f6675;font-size:16px;line-height:1.55}.specific-folders-placeholder .specific-folders-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:34px}.specific-folders-placeholder .cmcdrive-btn{min-height:48px;margin-top:0;padding:0 24px;border-radius:6px;font-size:15px;line-height:1;box-shadow:0 8px 18px rgba(47,125,246,.18)}.specific-folders-placeholder .change-access-btn{background:#fff;color:#2f3645;border-color:#dce2ea;box-shadow:none}.specific-folders-placeholder .change-access-btn:hover{background:#f8fafc;color:#1f2937;border-color:#cbd5e1}.add-account-btn{padding:10px 15px!important;background:#fff;color:#555!important;border:1px solid #ccc!important;height:40px;font-weight:500;margin:20px auto;min-height:48px}.add-account-btn img{width:24px;height:24px;margin-right:5px}.add-account-btn span{display:flex;align-items:center}.add-account-btn:hover{background:rgba(47,125,246,.05)!important;border-color:#bbb!important;color:#333!important}.account-security-note{display:flex;align-items:center;gap:10px;width:100%;margin-top:22px;padding:15px;border:1px solid #e5e9f2;border-radius:10px;background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.04),0 10px 28px rgba(47,125,246,.04)}.account-security-note-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#edf3ff;color:#2f7df6}.account-security-note-icon .dashicons{width:24px;height:24px;font-size:24px}.account-security-note-content{min-width:0}.account-security-note-content h4{margin:0 0 5px;color:#1f2937;font-size:15px;font-weight:500;line-height:1.2}.account-security-note-content p{margin:0;color:#6b7280;font-size:14px;line-height:1.45}.account-security-note-link{display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;margin-left:auto;color:#2f7df6;font-size:13px;text-decoration:none}.account-security-note-link .dashicons{width:16px;height:16px;font-size:16px}.account-security-note-link:focus,.account-security-note-link:hover{color:#0a61e8;text-decoration:none}@media (max-width:782px){.account-security-note{align-items:flex-start;flex-wrap:wrap;padding:18px}.account-security-note-icon{flex-basis:48px;width:48px;height:48px}.account-security-note-icon .dashicons{width:26px;height:26px;font-size:26px}.account-security-note-content{flex:1 1 calc(100% - 66px)}.account-security-note-link{width:100%;margin-left:66px}}.cmcdrive .cmcdrive-spinner{margin-top:0;border-radius:50%}.sortable-item{z-index:999999}.cmcdrive-select-sources-wrap .cmcdrive-browser-wrap{flex:1;margin-right:1rem}.cmcdrive-select-sources-wrap .cmcdrive-selected-list{width:24%;max-width:300px}.cmcdrive-select-sources-wrap.view-list .cmcdrive-browser-wrap{width:100%;margin-right:0}.cmcdrive-select-sources-wrap.view-list .cmcdrive-selected-list{width:100%;max-width:100%;margin-top:1rem}.cmcdrive-pagination{display:flex;padding:0}.cmcdrive-pagination li{justify-content:center!important;flex-wrap:wrap!important;list-style:none;position:relative;display:flex;align-items:center;padding:8px 16px;text-decoration:none!important;font-size:15px;border:1px solid #dee2e6;margin:0 0 0 -1px;cursor:pointer;height:35px}.cmcdrive-pagination li.selected,.cmcdrive-pagination li:hover{background:var(--cmcdrive-color-primary);color:#fff;border-color:var(--cmcdrive-color-primary)}.cmcdrive-pagination li.disabled{background:#eee;cursor:not-allowed}.cmcdrive-pagination li:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.cmcdrive-pagination li:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.cmcdrive-pagination li svg{fill:currentColor}.cmcdrive-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:99999999}.cmcdrive-modal-overlay.module-types-modal .cmcdrive-modal-content{max-width:1500px}.cmcdrive-modal-overlay.form-builder-modal .cmcdrive-modal-content{max-width:700px}.cmcdrive-modal-content{background:#fff;border-radius:8px;position:relative;z-index:1000;width:95%;max-height:90vh;padding:0;overflow:auto}.close-btn{background:red;color:#fff;border:none;padding:10px;margin-top:20px;cursor:pointer;border-radius:4px}.cmcdrive-move-modal .components-modal__content{display:flex;flex-flow:column}.cmcdrive-file-item .cmcdrive-file-thumbnail{-webkit-user-drag:none}.file-rename-config{text-align:left}.file-rename-config .tag-search-input{margin:15px 0 15px 0}.file-rename-config .description+fieldset{margin-top:15px}.file-rename-config .tags-heading{margin:15px 0 0 0;display:block;font-size:14px;font-weight:500;padding:15px;background:#f1f1f1;border-radius:7px;cursor:pointer;width:100%}.file-rename-config .tags-heading i{margin-right:7px;height:auto;width:auto;transition:all .2s ease-in-out;border-radius:3px}.file-rename-config .tags-heading i:hover{background:#2f7df6;color:#fff}.file-rename-config fieldset{margin-bottom:10px;padding:5px 10px 10px;border:1px solid #eee;border-radius:6px}.file-rename-config fieldset legend{font-weight:500;font-size:14px;padding:0 7px}.file-rename-config fieldset .tags-grid{display:flex;flex-wrap:wrap;gap:7px}.file-rename-config fieldset .tags-grid button{background-color:#f5f5f5;color:#555;border:1px solid #ddd;border-radius:4px;padding:5px;height:auto;font-size:13px;cursor:pointer;transition:all .2s ease-in-out}.file-rename-config fieldset .tags-grid button:hover{background-color:rgba(47,125,246,.05)!important;border-color:rgba(47,125,246,.5);color:#2f7df6!important}.file-rename-config fieldset .tags-grid button:focus{outline:0;box-shadow:0 0 0 2px rgba(38,132,255,.3)}.file-rename-config .preview{margin-top:10px;padding:10px 12px;background:#f0f8ff;border:1px solid #cce4ff;border-radius:6px;font-size:14px;color:#333;display:flex;align-items:center;justify-content:center;width:-moz-max-content;width:max-content}.file-rename-config .preview i{margin-right:5px;color:#2684ff}.file-rename-config .preview strong{margin-right:5px}.file-rename-config .cmcdrive-field-hint{border:1px solid #ccd0d4;border-radius:6px;font-size:13px;overflow:hidden;width:100%}.file-rename-config .cmcdrive-field-hint summary{display:flex;align-items:center;gap:8px;padding:12px 16px;font-weight:600;cursor:pointer;background:#f7f7f7}.file-rename-config .cmcdrive-field-hint summary .toggle-icon{width:10px;height:10px;border:solid #555;border-width:0 1.5px 1.5px 0;padding:3px;transform:rotate(45deg);transition:transform .2s ease-in-out;margin-right:4px}.file-rename-config .cmcdrive-field-hint summary .dashicons{color:#0073aa;font-size:18px;height:18px;width:18px}.file-rename-config .cmcdrive-field-hint summary .cmcdrive-summary-title{flex:1}.file-rename-config .cmcdrive-field-hint summary .cmcdrive-learn-more{font-size:12px;text-decoration:none;color:#0073aa}.file-rename-config .cmcdrive-field-hint summary .cmcdrive-learn-more:hover{text-decoration:underline;color:#005177}.file-rename-config .cmcdrive-field-hint[open] summary{border-bottom:1px solid #dcdcdc}.file-rename-config .cmcdrive-field-hint[open] summary .toggle-icon{transform:rotate(135deg)}.file-rename-config .cmcdrive-field-hint .cmcdrive-hint-content section{padding:10px 15px;border:1px solid #ddd;margin:10px;border-radius:5px;background:#f9f9f9}.file-rename-config .cmcdrive-field-hint .cmcdrive-hint-content section .cmcdrive-form-title{display:flex;flex-wrap:wrap;align-items:center;gap:5px;font-size:14px;color:#23282d;margin-bottom:8px;margin-top:0;border-radius:5px;font-weight:600}.file-rename-config .cmcdrive-field-hint .cmcdrive-hint-content section .cmcdrive-form-title img{width:20px;height:20px;-o-object-fit:contain;object-fit:contain;border-radius:3px}.file-rename-config .cmcdrive-field-hint .cmcdrive-hint-content section .cmcdrive-form-title span{font-weight:500;display:inline-block;margin-right:5px}.file-rename-config .cmcdrive-field-hint .cmcdrive-hint-content section .cmcdrive-hint-example p{margin-top:0;margin-bottom:6px;line-height:1.6;font-size:14px}.file-rename-config .cmcdrive-field-hint .cmcdrive-hint-content section .cmcdrive-hint-example .cmcdrive-code-group{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.file-rename-config .cmcdrive-field-hint .cmcdrive-hint-content section .cmcdrive-hint-example .cmcdrive-code-group .cmcdrive-label{font-weight:500}.file-rename-config .cmcdrive-field-hint .cmcdrive-hint-content section .cmcdrive-hint-example .cmcdrive-code-group code{background:#eef1f4;padding:3px 6px;border-radius:4px;font-family:Consolas,monospace;font-size:13px;cursor:pointer;border:1px solid #ddd;transition:all .2s ease-in-out}.file-rename-config .cmcdrive-field-hint .cmcdrive-hint-content section .cmcdrive-hint-example .cmcdrive-code-group code:hover{background:rgba(47,125,246,.1);border-color:rgba(47,125,246,.5);color:#2f7df6!important}.template-folder{border-radius:5px;font-size:.9rem;color:#555;display:flex;flex-wrap:wrap;align-items:center;width:-moz-max-content;width:max-content;line-height:1}.template-folder:empty{display:none}.template-folder-account{margin-right:10px}.template-folder-item{background:#fff;padding:5px 2px 5px 10px;font-size:.8rem;display:flex;align-items:center;justify-content:center;max-width:280px;overflow:hidden;border:1px solid #ddd;border-radius:7px}.template-folder-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-folder-item .folder-index{min-width:15px}.template-folder i,.template-folder img{margin-right:7px;width:20px}.template-folder-wrap{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.template-folder-wrap .specific-folders-empty{color:#94a3b8;font-size:13px}.template-folder-wrap button{font-size:.875rem;padding:7px}.template-folder-wrap button.btn-danger{background:#ff9f10;border-color:rgba(255,159,16,.5)}.template-folder-wrap button.btn-danger:hover{background:rgba(255,159,16,.8)}.template-folder-btn{margin-top:15px;margin-bottom:10px}.template-folder-error{color:#ff9f10;font-size:.8rem;margin-top:10px;display:flex;align-items:center}.template-folder-error i{margin-right:5px}.template-folder .template-folder-remove-btn{color:#ff9f10;cursor:pointer;margin-left:5px;padding:0;height:auto;min-width:auto}.cmcdrive-slider{--slide-height:300px;--slide-gap:5px;position:relative;width:100%;max-width:100%}.cmcdrive-slider .slick-list{overflow:hidden}.cmcdrive-slider .slick-slide{height:var(--slide-height);box-sizing:border-box;padding:0}.cmcdrive-slider .slick-slide>div{height:100%;position:relative;margin:0 var(--slide-gap)}.cmcdrive-slider .slick-slide .slider-item{height:100%}.cmcdrive-slider .slider-img-wrap{height:100%;width:100%;position:relative;overflow:hidden}.cmcdrive-slider .slider-img-wrap img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;display:block}.cmcdrive-slider .slider-content-wrap{position:absolute;inset:0;padding:1rem;color:#fff;opacity:0;background:linear-gradient(to bottom,rgba(0,0,0,.5) 50%,rgba(0,0,0,0) 100%);transition:opacity .3s ease-in-out;display:flex;align-items:center;justify-content:center}.cmcdrive-slider .slick-slide:hover .slider-content-wrap{opacity:1}.cmcdrive-slider .slick-slider{padding:0 50px}.cmcdrive-slider .slick-dots{bottom:-40px;display:flex!important;justify-content:center;position:static;margin-top:14px;z-index:30}.cmcdrive-slider .slick-dots li{width:auto;height:auto}.cmcdrive-slider .slick-dots li button{width:8px;height:8px;padding:0;background:#ccc;border-radius:50%}.cmcdrive-slider .slick-dots li button:before{display:none}.cmcdrive-slider .slick-dots li.slick-active button{background:#000}.cmcdrive-slider .cmcdrive-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:42px;height:42px;border-radius:50%;border:none;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.cmcdrive-slider .cmcdrive-arrow svg{width:14px;height:14px;fill:#fff}.cmcdrive-slider .cmcdrive-arrow:hover{background:rgba(0,0,0,.8)}.cmcdrive-slider .arrow-prev{left:0}.cmcdrive-slider .arrow-next{right:0}.cmcdrive-shortcode-wrap{-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow-y:auto;margin-bottom:1rem;color:#333;box-sizing:border-box;width:var(--module-width);height:var(--module-height)}.cmcdrive-shortcode-wrap *{box-sizing:inherit}.cmcdrive-shortcode-wrap::-webkit-scrollbar{width:5px}.cmcdrive-shortcode-wrap::-webkit-scrollbar-thumb{background:var(--cmcdrive-color-primary-light);border-radius:10px}.cmcdrive-shortcode-wrap::-webkit-scrollbar-track{background:#ddd;border-radius:10px}.cmcdrive-shortcode-wrap.cmcdrive-shortcode-browser,.cmcdrive-shortcode-wrap.cmcdrive-shortcode-gallery,.cmcdrive-shortcode-wrap.cmcdrive-shortcode-review,.cmcdrive-shortcode-wrap.cmcdrive-shortcode-search{border:1px solid #ddd;border-radius:.5rem}.cmcdrive-shortcode-wrap.cmcdrive-shortcode-browser .cmcdrive-file-browser,.cmcdrive-shortcode-wrap.cmcdrive-shortcode-gallery .cmcdrive-file-browser,.cmcdrive-shortcode-wrap.cmcdrive-shortcode-review .cmcdrive-file-browser,.cmcdrive-shortcode-wrap.cmcdrive-shortcode-search .cmcdrive-file-browser{align-items:stretch}.cmcdrive-shortcode-wrap.cmcdrive-shortcode-browser .cmcdrive-file-browser .cmcdrive-details,.cmcdrive-shortcode-wrap.cmcdrive-shortcode-browser .cmcdrive-file-browser .cmcdrive-file-browser-header,.cmcdrive-shortcode-wrap.cmcdrive-shortcode-gallery .cmcdrive-file-browser .cmcdrive-details,.cmcdrive-shortcode-wrap.cmcdrive-shortcode-gallery .cmcdrive-file-browser .cmcdrive-file-browser-header,.cmcdrive-shortcode-wrap.cmcdrive-shortcode-review .cmcdrive-file-browser .cmcdrive-details,.cmcdrive-shortcode-wrap.cmcdrive-shortcode-review .cmcdrive-file-browser .cmcdrive-file-browser-header,.cmcdrive-shortcode-wrap.cmcdrive-shortcode-search .cmcdrive-file-browser .cmcdrive-details,.cmcdrive-shortcode-wrap.cmcdrive-shortcode-search .cmcdrive-file-browser .cmcdrive-file-browser-header{top:0}.cmcdrive-shortcode-wrap.cmcdrive-shortcode-search .cmcdrive-file-browser-header{height:70px}.cmcdrive-shortcode-wrap.cmcdrive-shortcode-search .cmcdrive-file-browser-header .header-action{width:100%}.cmcdrive-shortcode-wrap.cmcdrive-shortcode-search .cmcdrive-file-browser-header .header-action .cmcdrive-search-bar{margin-left:0;width:100%;height:50px;position:relative}.cmcdrive-shortcode-wrap.cmcdrive-shortcode-audioVideo{overflow:hidden}.cmcdrive-shortcode-wrap.cmcdrive-shortcode-slider{overflow-y:unset}.cmcdrive-shortcode-wrap.cmcdrive-shortcode-media{border:1px solid #eee;overflow-y:unset}.cmcdrive-video-player video{position:static;transform:none}.cmcdrive-video-player audio{height:revert!important}.cmcdrive-embed-wrap{max-width:100%;width:100%}.cmcdrive-embed-wrap audio,.cmcdrive-embed-wrap img,.cmcdrive-embed-wrap video{max-width:100%}.cmcdrive-embed-wrap video{aspect-ratio:16/9}.cmcdrive-embed-wrap iframe{width:100%;border:none;overflow:hidden}.cmcdrive-embed-wrap iframe[height=""]{aspect-ratio:1.414/1;height:auto;max-height:100vh}.cmcdrive-gallery-item .cmcdrive-gallery-item-overlay,.cmcdrive-slider .slick-slide>div .cmcdrive-gallery-item-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);transition:all .3s ease-in-out;color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;opacity:0;padding:15px;pointer-events:none;text-align:center}.cmcdrive-gallery-item .cmcdrive-gallery-item-overlay .overlay-title,.cmcdrive-slider .slick-slide>div .cmcdrive-gallery-item-overlay .overlay-title{font-weight:500;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;min-height:20px;font-size:15px}.cmcdrive-gallery-item .cmcdrive-gallery-item-overlay .overlay-description,.cmcdrive-slider .slick-slide>div .cmcdrive-gallery-item-overlay .overlay-description{margin-bottom:7px;max-height:100%;overflow:hidden;line-height:1.2;font-size:14px}.cmcdrive-gallery-item .cmcdrive-gallery-item-overlay .overlay-description:last-child,.cmcdrive-slider .slick-slide>div .cmcdrive-gallery-item-overlay .overlay-description:last-child{margin-bottom:0}.cmcdrive-gallery-item .cmcdrive-gallery-item-overlay .overlay-size,.cmcdrive-slider .slick-slide>div .cmcdrive-gallery-item-overlay .overlay-size{font-size:13px;line-height:1.5}.cmcdrive-gallery-item .cmcdrive-gallery-item-overlay.type-always,.cmcdrive-slider .slick-slide>div .cmcdrive-gallery-item-overlay.type-always{opacity:1;top:auto;bottom:0;height:auto;padding:10px 15px;max-height:40%}.cmcdrive-gallery-item:hover .cmcdrive-gallery-item-overlay,.cmcdrive-slider .slick-slide>div:hover .cmcdrive-gallery-item-overlay{opacity:1}.cmcdrive-email-required{max-width:500px;margin:20px auto;padding:2rem;background:#f1f1f1;border-radius:.5rem;text-align:center}.cmcdrive-email-required>img{max-width:100px;margin-bottom:15px}.cmcdrive-email-required h3{font-size:24px;font-weight:500;margin-bottom:10px;margin-top:10px}.cmcdrive-email-required p{font-size:15px;margin-top:5px;margin-bottom:10px;color:#555;padding-bottom:0;line-height:normal}.cmcdrive-access-denied-placeholder{width:100%;min-height:280px;margin:16px auto;padding:24px 16px;display:flex;align-items:center;justify-content:center;background:#f8fbff;border-radius:10px;box-sizing:border-box;font-family:inherit}.cmcdrive-access-denied-placeholder *{box-sizing:border-box}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-card{width:100%;max-width:560px;padding:28px 32px 26px;display:flex;flex-direction:column;align-items:center;background:rgba(255,255,255,.96);border:1px solid #e0e9f6;border-radius:10px;box-shadow:0 12px 28px rgba(15,23,42,.08);text-align:center}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-illustration{position:relative;width:112px;height:88px;margin:0 auto 14px}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-orbit{position:absolute;left:8px;right:8px;top:36px;height:32px;border:1px solid #cfe0ff;border-left-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-radius:50%;transform:rotate(-10deg)}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-shield{position:absolute;left:50%;top:0;width:58px;height:68px;display:flex;align-items:center;justify-content:center;transform:translateX(-50%);color:#fff;background:linear-gradient(180deg,#4c91ff 0,#075fe5 100%);clip-path:polygon(50% 0,93% 20%,89% 70%,50% 100%,11% 70%,7% 20%);box-shadow:0 10px 20px rgba(47,125,246,.22)}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-shield:before{content:"";position:absolute;inset:7px 8px 10px;border:2px solid rgba(255,255,255,.72);clip-path:polygon(50% 0,93% 20%,89% 70%,50% 100%,11% 70%,7% 20%)}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-shield:after{content:"";position:absolute;left:50%;bottom:0;width:74px;height:24px;transform:translateX(-50%);background:rgba(232,240,255,.9);border-radius:50%;z-index:-1}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-shield .dashicons{position:relative;z-index:1;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#2f7df6;font-size:16px;line-height:1;background:#fff;border-radius:7px;box-shadow:0 6px 12px rgba(15,23,42,.14)}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-dot{position:absolute;border-radius:50%;background:#c6d9fb}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-dot.dot-one{left:20px;top:18px;width:8px;height:8px}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-dot.dot-two{right:17px;top:38px;width:8px;height:8px}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-dot.dot-three{right:22px;top:60px;width:4px;height:4px}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-cross{position:absolute;width:10px;height:10px}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-cross:after,.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-cross:before{content:"";position:absolute;left:50%;top:50%;width:10px;height:2px;border-radius:999px;background:#bdd6ff;transform-origin:center}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-cross:before{transform:translate(-50%,-50%) rotate(45deg)}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-cross:after{transform:translate(-50%,-50%) rotate(-45deg)}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-cross.cross-one{right:14px;top:12px}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-message{max-width:460px;margin:0 auto 20px}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-message h1,.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-message h2,.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-message h3{margin:0 0 8px;color:#10213d;font-size:20px;line-height:1.3;font-weight:500;letter-spacing:0}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-message p{margin:0;color:#4f5e78;font-size:14px;line-height:1.55;font-weight:400}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-help{width:100%;padding-top:16px;display:flex;align-items:center;justify-content:center;gap:5px;color:#3f4e67;border-top:1px solid #d8e0eb;font-size:13px;line-height:1.5;font-weight:400}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-help .dashicons{width:16px;height:16px;color:#526f9b;font-size:16px;line-height:1;flex:0 0 auto}@media (max-width:767px){.cmcdrive-access-denied-placeholder{min-height:240px;padding:18px 12px}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-card{padding:24px 18px 22px}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-illustration{width:104px;height:82px;margin-bottom:12px}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-shield{width:54px;height:64px}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-message{margin-bottom:18px}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-message h1,.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-message h2,.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-message h3{font-size:19px;margin-bottom:8px}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-message p{font-size:14px}.cmcdrive-access-denied-placeholder .cmcdrive-access-denied-help{align-items:flex-start;font-size:14px;text-align:left}}.cmcdrive-email-required input{width:100%;max-width:300px;padding:10px;margin-left:auto;margin-right:auto;margin-bottom:10px;border:1px solid #ddd;border-radius:.5rem}.cmcdrive-email-required button{padding:10px 20px;border:0;border-radius:.5rem;background:var(--cmcdrive-color-primary);color:#fff;cursor:pointer;transition:all .3s ease-in-out;height:38px;margin-top:10px;display:inline-flex;align-items:center;justify-content:center}.cmcdrive-email-required button i{margin-top:-5px;margin-right:7px}.cmcdrive-email-required button img{margin-right:5px;border:1px solid #fff;border-radius:50%;display:none}.cmcdrive-email-required button:hover{background:var(--cmcdrive-color-primary-dark)}.cmcdrive-email-required form{display:flex;flex-direction:column;align-items:center}.cmcdrive-email-required form.loading button img{display:inline-block}.cmcdrive-email-required form.loading button i{display:none}.cmcdrive-email-required .cmcdrive-form-error{margin:10px 0 0 0;color:#dc3545!important}.cmcdrive-password-protected{width:100%;min-height:520px;margin:20px auto;padding:48px 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f8fbff 0,#fff 100%);border-radius:16px;box-sizing:border-box;font-family:inherit}.cmcdrive-password-protected *{box-sizing:border-box}.cmcdrive-password-protected .cmcdrive-password-card{width:100%;max-width:520px;padding:44px 40px 34px;display:flex;flex-direction:column;align-items:stretch;background:rgba(255,255,255,.96);border:1px solid #e8eef7;border-radius:14px;box-shadow:0 20px 54px rgba(15,23,42,.1)}.cmcdrive-password-protected .cmcdrive-password-illustration{position:relative;width:172px;height:132px;margin:0 auto 18px}.cmcdrive-password-protected .cmcdrive-password-cloud{position:absolute;left:18px;right:18px;bottom:14px;height:34px;border-radius:999px;background:#eaf2ff}.cmcdrive-password-protected .cmcdrive-password-cloud:after,.cmcdrive-password-protected .cmcdrive-password-cloud:before{content:"";position:absolute;bottom:0;border-radius:50%;background:#eaf2ff}.cmcdrive-password-protected .cmcdrive-password-cloud:before{left:22px;width:52px;height:52px}.cmcdrive-password-protected .cmcdrive-password-cloud:after{right:18px;width:42px;height:42px}.cmcdrive-password-protected .cmcdrive-password-lock{position:absolute;left:50%;top:2px;width:104px;height:104px;display:flex;align-items:center;justify-content:center;transform:translateX(-50%);border-radius:50%;background:#e8f0ff}.cmcdrive-password-protected .cmcdrive-password-lock:before{content:"";position:absolute;width:46px;height:32px;top:37px;border:7px solid #2f7df6;border-bottom:0;border-radius:22px 22px 0 0}.cmcdrive-password-protected .cmcdrive-password-lock .dashicons{position:relative;z-index:1;width:58px;height:52px;margin-top:32px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;line-height:1;border-radius:10px;background:linear-gradient(180deg,#4c91ff 0,#0964e8 100%);box-shadow:0 12px 24px rgba(47,125,246,.28)}.cmcdrive-password-protected .cmcdrive-password-spark{position:absolute;width:10px;height:10px}.cmcdrive-password-protected .cmcdrive-password-spark:after,.cmcdrive-password-protected .cmcdrive-password-spark:before{content:"";position:absolute;left:50%;top:50%;border-radius:999px;background:#bdd6ff;transform:translate(-50%,-50%)}.cmcdrive-password-protected .cmcdrive-password-spark:before{width:10px;height:3px}.cmcdrive-password-protected .cmcdrive-password-spark:after{width:3px;height:10px}.cmcdrive-password-protected .cmcdrive-password-spark.spark-one{left:26px;top:42px}.cmcdrive-password-protected .cmcdrive-password-spark.spark-two{right:18px;top:64px}.cmcdrive-password-protected .cmcdrive-password-spark.spark-three{right:58px;top:24px}.cmcdrive-password-protected .cmcdrive-password-message{text-align:center;margin-bottom:30px}.cmcdrive-password-protected .cmcdrive-password-message h1,.cmcdrive-password-protected .cmcdrive-password-message h2,.cmcdrive-password-protected .cmcdrive-password-message h3{margin:0 0 12px;color:#10213d;font-size:28px;line-height:1.25;font-weight:600;letter-spacing:0}.cmcdrive-password-protected .cmcdrive-password-message p{margin:0;color:#526078;font-size:16px;line-height:1.5;font-weight:400}.cmcdrive-password-protected .cmcdrive-password-form{width:100%;display:flex;flex-direction:column;align-items:stretch}.cmcdrive-password-protected .cmcdrive-password-label{margin-bottom:10px;color:#17243d;font-size:14px;line-height:1.4;font-weight:600;text-align:left}.cmcdrive-password-protected .cmcdrive-password-input-wrap{width:100%;height:56px;display:flex;align-items:center;padding:0 14px;gap:12px;border:1px solid #c9d7ec;border-radius:8px;background:#fff;box-shadow:0 0 0 3px rgba(47,125,246,.1);transition:border-color .2s ease,box-shadow .2s ease}.cmcdrive-password-protected .cmcdrive-password-input-wrap:focus-within{border-color:#2f7df6;box-shadow:0 0 0 4px rgba(47,125,246,.14)}.cmcdrive-password-protected .cmcdrive-password-input-wrap>.dashicons{width:20px;height:20px;color:#7d8aa3;font-size:20px;line-height:1;flex:0 0 auto}.cmcdrive-password-protected .cmcdrive-password-input-wrap input{width:100%;min-width:0;height:100%;margin:0;padding:0;border:0;outline:0;box-shadow:none;color:#17243d;background:0 0;font-size:15px;font-weight:400}.cmcdrive-password-protected .cmcdrive-password-input-wrap input:focus{border:0;outline:0;box-shadow:none}.cmcdrive-password-protected .cmcdrive-password-input-wrap input::-moz-placeholder{color:#8b96aa;opacity:1}.cmcdrive-password-protected .cmcdrive-password-input-wrap input::placeholder{color:#8b96aa;opacity:1}.cmcdrive-password-protected .cmcdrive-password-toggle{width:32px;height:32px;margin:0;padding:0;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#7d8aa3;background:0 0;border:0;border-radius:6px;cursor:pointer;transition:color .2s ease,background .2s ease}.cmcdrive-password-protected .cmcdrive-password-toggle .dashicons{width:20px;height:20px;font-size:20px;line-height:1}.cmcdrive-password-protected .cmcdrive-password-toggle:focus,.cmcdrive-password-protected .cmcdrive-password-toggle:hover{color:#2f7df6;background:#eef5ff;outline:0;box-shadow:none}.cmcdrive-password-protected .cmcdrive-password-submit{width:100%;height:56px;margin-top:20px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;color:#fff;background:linear-gradient(180deg,#2f7df6 0,#075fe5 100%);border:0;border-radius:8px;box-shadow:0 14px 24px rgba(47,125,246,.22);cursor:pointer;font-size:16px;line-height:1;font-weight:600;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.cmcdrive-password-protected .cmcdrive-password-submit .dashicons{width:20px;height:20px;font-size:20px;line-height:1}.cmcdrive-password-protected .cmcdrive-password-submit img{display:none;margin:0;border:1px solid rgba(255,255,255,.8);border-radius:50%}.cmcdrive-password-protected .cmcdrive-password-submit:focus,.cmcdrive-password-protected .cmcdrive-password-submit:hover{color:#fff;background:linear-gradient(180deg,#1f71f2 0,#0558d5 100%);box-shadow:0 16px 26px rgba(47,125,246,.28);transform:translateY(-1px);outline:0}.cmcdrive-password-protected .cmcdrive-password-form.loading .cmcdrive-password-submit{pointer-events:none;opacity:.85}.cmcdrive-password-protected .cmcdrive-password-form.loading .cmcdrive-password-submit img{display:inline-block}.cmcdrive-password-protected .cmcdrive-password-form.loading .cmcdrive-password-submit .dashicons{display:none}.cmcdrive-password-protected .cmcdrive-form-error{display:none;width:100%;margin:22px 0 0;padding:14px 16px;align-items:center;gap:12px;color:#d52f45!important;background:#fff5f5;border:1px solid #ff9aa8;border-radius:8px;font-size:15px;line-height:1.4;font-weight:400;text-align:left}.cmcdrive-password-protected .cmcdrive-form-error:not(:empty){display:flex}.cmcdrive-password-protected .cmcdrive-form-error:before{content:"!";width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#d52f45;border:2px solid #d52f45;border-radius:50%;font-size:15px;font-weight:600;line-height:1}@media (max-width:640px){.cmcdrive-password-protected{min-height:460px;padding:28px 14px}.cmcdrive-password-protected .cmcdrive-password-card{padding:34px 22px 28px}.cmcdrive-password-protected .cmcdrive-password-message h1,.cmcdrive-password-protected .cmcdrive-password-message h2,.cmcdrive-password-protected .cmcdrive-password-message h3{font-size:24px}.cmcdrive-password-protected .cmcdrive-password-message p{font-size:15px}}.cmcdrive-login-screen{width:100%;min-height:620px;margin:20px auto;padding:54px 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f8fbff 0,#fff 100%);border-radius:16px;box-sizing:border-box;font-family:inherit}.cmcdrive-login-screen *{box-sizing:border-box}.cmcdrive-login-screen .cmcdrive-login-card{width:100%;max-width:560px;padding:46px 42px 38px;display:flex;flex-direction:column;align-items:stretch;background:rgba(255,255,255,.96);border:1px solid #e0e9f6;border-radius:14px;box-shadow:0 20px 54px rgba(15,23,42,.1)}.cmcdrive-login-screen .cmcdrive-login-illustration{position:relative;width:144px;height:118px;margin:0 auto 18px}.cmcdrive-login-screen .cmcdrive-login-lock{position:absolute;left:50%;top:0;width:92px;height:92px;display:flex;align-items:center;justify-content:center;transform:translateX(-50%);border-radius:50%;background:#e8f0ff}.cmcdrive-login-screen .cmcdrive-login-lock:before{content:"";position:absolute;width:40px;height:30px;top:28px;border:5px solid #2f7df6;border-bottom:0;border-radius:20px 20px 0 0}.cmcdrive-login-screen .cmcdrive-login-lock .dashicons{position:relative;z-index:1;width:46px;height:40px;margin-top:22px;display:flex;align-items:center;justify-content:center;color:#2f7df6;font-size:22px;line-height:1;border:4px solid #2f7df6;border-radius:8px;background:#cfe0ff;box-shadow:0 10px 22px rgba(47,125,246,.18)}.cmcdrive-login-screen .cmcdrive-login-ring,.cmcdrive-login-screen .cmcdrive-login-spark{position:absolute}.cmcdrive-login-screen .cmcdrive-login-spark{width:8px;height:8px}.cmcdrive-login-screen .cmcdrive-login-spark:after,.cmcdrive-login-screen .cmcdrive-login-spark:before{content:"";position:absolute;left:50%;top:50%;border-radius:999px;background:#bdd6ff;transform:translate(-50%,-50%)}.cmcdrive-login-screen .cmcdrive-login-spark:before{width:8px;height:3px}.cmcdrive-login-screen .cmcdrive-login-spark:after{width:3px;height:8px}.cmcdrive-login-screen .cmcdrive-login-spark.spark-one{left:20px;top:36px}.cmcdrive-login-screen .cmcdrive-login-spark.spark-two{right:18px;top:48px}.cmcdrive-login-screen .cmcdrive-login-spark.spark-three{right:48px;top:80px}.cmcdrive-login-screen .cmcdrive-login-ring{width:10px;height:10px;border:3px solid #bdd6ff;border-radius:50%}.cmcdrive-login-screen .cmcdrive-login-ring.ring-one{right:30px;top:28px}.cmcdrive-login-screen .cmcdrive-login-ring.ring-two{left:26px;top:70px}.cmcdrive-login-screen .cmcdrive-login-message{margin-bottom:30px;text-align:center}.cmcdrive-login-screen .cmcdrive-login-message h1,.cmcdrive-login-screen .cmcdrive-login-message h2,.cmcdrive-login-screen .cmcdrive-login-message h3{margin:0 0 12px;color:#10213d;font-size:32px;line-height:1.2;font-weight:600;letter-spacing:0}.cmcdrive-login-screen .cmcdrive-login-message p{margin:0;color:#5a6680;font-size:17px;line-height:1.5;font-weight:400}.cmcdrive-login-screen .cmcdrive-login-form{width:100%;display:flex;flex-direction:column;align-items:stretch}.cmcdrive-login-screen .login-password,.cmcdrive-login-screen .login-username{width:100%;margin:0 0 22px;padding:0}.cmcdrive-login-screen .login-password label,.cmcdrive-login-screen .login-username label{display:block;margin:0 0 10px;color:#17243d;font-size:15px;line-height:1.4;font-weight:600;text-align:left}.cmcdrive-login-screen .cmcdrive-login-input-wrap{width:100%;height:56px;display:flex;align-items:center;gap:12px;padding:0 16px;color:#71819c;background:#fff;border:1px solid #cfd9e8;border-radius:8px;box-shadow:0 8px 20px rgba(15,23,42,.04);transition:border-color .2s ease,box-shadow .2s ease}.cmcdrive-login-screen .cmcdrive-login-input-wrap:focus-within{border-color:#2f7df6;box-shadow:0 0 0 4px rgba(47,125,246,.12)}.cmcdrive-login-screen .cmcdrive-login-input-wrap>.dashicons{width:22px;height:22px;color:#65758f;font-size:22px;line-height:1;flex:0 0 auto}.cmcdrive-login-screen .cmcdrive-login-input-wrap input[type=password],.cmcdrive-login-screen .cmcdrive-login-input-wrap input[type=text]{width:100%;min-width:0;height:100%;margin:0;padding:0;color:#17243d;background:0 0;border:0;outline:0;box-shadow:none;font-size:15px;font-weight:400}.cmcdrive-login-screen .cmcdrive-login-input-wrap input[type=password]:focus,.cmcdrive-login-screen .cmcdrive-login-input-wrap input[type=text]:focus{border:0;outline:0;box-shadow:none}.cmcdrive-login-screen .cmcdrive-login-input-wrap input[type=password]::-moz-placeholder,.cmcdrive-login-screen .cmcdrive-login-input-wrap input[type=text]::-moz-placeholder{color:#8b96aa;opacity:1}.cmcdrive-login-screen .cmcdrive-login-input-wrap input[type=password]::placeholder,.cmcdrive-login-screen .cmcdrive-login-input-wrap input[type=text]::placeholder{color:#8b96aa;opacity:1}.cmcdrive-login-screen .cmcdrive-password-toggle{width:32px;height:32px;margin:0;padding:0;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#65758f;background:0 0;border:0;border-radius:6px;cursor:pointer;transition:color .2s ease,background .2s ease}.cmcdrive-login-screen .cmcdrive-password-toggle .dashicons{width:20px;height:20px;font-size:20px;line-height:1}.cmcdrive-login-screen .cmcdrive-password-toggle:focus,.cmcdrive-login-screen .cmcdrive-password-toggle:hover{color:#2f7df6;background:#eef5ff;outline:0;box-shadow:none}.cmcdrive-login-screen .cmcdrive-login-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:4px 0 24px}.cmcdrive-login-screen .login-remember{margin:0;padding:0}.cmcdrive-login-screen .login-remember label{display:flex;align-items:center;gap:10px;margin:0;color:#17243d;font-size:15px;line-height:1.4;font-weight:400;cursor:pointer}.cmcdrive-login-screen .login-remember input[type=checkbox]{width:22px;height:22px;margin:0;flex:0 0 auto;border:1px solid #b9c7dc;border-radius:5px;accent-color:#2f7df6;cursor:pointer}.cmcdrive-login-screen .cmcdrive-login-help-link,.cmcdrive-login-screen .cmcdrive-login-register a{color:#0969ed;text-decoration:none!important;font-size:15px;line-height:1.4;font-weight:400}.cmcdrive-login-screen .cmcdrive-login-help-link:focus,.cmcdrive-login-screen .cmcdrive-login-help-link:hover,.cmcdrive-login-screen .cmcdrive-login-register a:focus,.cmcdrive-login-screen .cmcdrive-login-register a:hover{color:#0756c7;text-decoration:underline!important;outline:0}.cmcdrive-login-screen .login-submit{width:100%;margin:0;padding:0;position:relative;display:flex;align-items:center}.cmcdrive-login-screen .login-submit .cmcdrive-spinner{position:absolute;left:18px;display:none;border-color:rgba(255,255,255,.5);border-top-color:#fff;width:18px;min-width:18px;height:18px;z-index:1}.cmcdrive-login-screen .login-submit button,.cmcdrive-login-screen .login-submit input[type=submit]{width:100%;height:56px;margin:0;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(180deg,#2f7df6 0,#075fe5 100%);border:0;border-radius:8px;box-shadow:0 14px 24px rgba(47,125,246,.22);cursor:pointer;font-size:17px;line-height:1;font-weight:600;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.cmcdrive-login-screen .login-submit button:focus,.cmcdrive-login-screen .login-submit button:hover,.cmcdrive-login-screen .login-submit input[type=submit]:focus,.cmcdrive-login-screen .login-submit input[type=submit]:hover{color:#fff;background:linear-gradient(180deg,#1f71f2 0,#0558d5 100%);box-shadow:0 16px 26px rgba(47,125,246,.28);transform:translateY(-1px);outline:0}.cmcdrive-login-screen .cmcdrive-login-link{width:100%;height:56px;margin:0;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(180deg,#2f7df6 0,#075fe5 100%);border:0;border-radius:8px;box-shadow:0 14px 24px rgba(47,125,246,.22);font-size:17px;line-height:1;font-weight:600;text-decoration:none!important;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.cmcdrive-login-screen .cmcdrive-login-link:focus,.cmcdrive-login-screen .cmcdrive-login-link:hover{color:#fff;background:linear-gradient(180deg,#1f71f2 0,#0558d5 100%);box-shadow:0 16px 26px rgba(47,125,246,.28);transform:translateY(-1px);outline:0}.cmcdrive-login-screen .cmcdrive-form-error{display:none;width:100%;margin:18px 0 0;padding:13px 15px;align-items:center;gap:10px;color:#d52f45!important;background:#fff5f5;border:1px solid #ff9aa8;border-radius:8px;font-size:14px;line-height:1.4;font-weight:400;text-align:left}.cmcdrive-login-screen .cmcdrive-form-error:not(:empty){display:flex}.cmcdrive-login-screen .cmcdrive-form-error:before{content:"!";width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#d52f45;border:2px solid #d52f45;border-radius:50%;font-size:14px;font-weight:600;line-height:1}.cmcdrive-login-screen .cmcdrive-login-divider{width:100%;margin:30px 0 22px;display:flex;align-items:center;gap:20px;color:#6a7489;font-size:15px;line-height:1;font-weight:400}.cmcdrive-login-screen .cmcdrive-login-divider:after,.cmcdrive-login-screen .cmcdrive-login-divider:before{content:"";height:1px;flex:1;background:#d8e0eb}.cmcdrive-login-screen .cmcdrive-login-register{margin:0;color:#5a6680;font-size:15px;line-height:1.5;font-weight:400;text-align:center}@media (max-width:640px){.cmcdrive-login-screen{min-height:560px;padding:28px 14px}.cmcdrive-login-screen .cmcdrive-login-card{padding:34px 22px 30px}.cmcdrive-login-screen .cmcdrive-login-message h1,.cmcdrive-login-screen .cmcdrive-login-message h2,.cmcdrive-login-screen .cmcdrive-login-message h3{font-size:26px}.cmcdrive-login-screen .cmcdrive-login-message p{font-size:15px}.cmcdrive-login-screen .cmcdrive-login-meta{flex-direction:column;align-items:flex-start}}.cmcdrive-disqus-wrap{display:none}.cmcdrive-link{display:block}.cmcdrive-list-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:1rem;padding:0;list-style:none}.cmcdrive-list-wrap .cmcdrive-list-item{width:100%;display:flex;align-items:center;text-decoration:none;color:#333;transition:all .3s ease-in-out;font-size:15px;padding:10px;border:0;border-bottom:1px solid #ddd;border-radius:0}.cmcdrive-list-wrap .cmcdrive-list-item a{text-decoration:none!important}.cmcdrive-list-wrap .cmcdrive-list-item:hover{background:#f9f9f9}.cmcdrive-list-wrap .cmcdrive-list-item .item-icon{margin-right:10px;width:16px;height:16px}.cmcdrive-list-wrap .cmcdrive-list-item .item-name{margin-right:auto}.cmcdrive-list-wrap .cmcdrive-list-item .item-action{margin-right:15px}.cmcdrive-list-wrap .cmcdrive-list-item .item-action:last-child{margin-right:0}.cmcdrive-list-wrap .cmcdrive-list-item .cmcdrive-link{display:inline-block;margin-right:1rem;text-decoration:none}.cmcdrive-list-wrap a{text-decoration:none;color:#333}.cmcdrive-list-wrap.list-style-1 .item-action-text,.cmcdrive-list-wrap.list-style-3 .item-action-text{display:none}.cmcdrive-list-wrap.list-style-2 .item-action,.cmcdrive-list-wrap.list-style-4 .item-action{padding:7px 10px;border:0;border-radius:7px;background:var(--cmcdrive-color-primary);color:#fff;cursor:pointer;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center}.cmcdrive-list-wrap.list-style-2 .item-action:hover,.cmcdrive-list-wrap.list-style-4 .item-action:hover{background:var(--cmcdrive-color-primary-dark)}.cmcdrive-list-wrap.list-style-2 .item-action i,.cmcdrive-list-wrap.list-style-4 .item-action i{margin-right:5px}.cmcdrive-list-wrap.list-style-3 .cmcdrive-list-item,.cmcdrive-list-wrap.list-style-4 .cmcdrive-list-item{border:1px solid #ddd;border-radius:.5rem;padding:15px;margin-bottom:10px}[data-widget_type="cmcdrive_browser.default"] .elementor-widget-empty-icon:empty,[data-widget_type="cmcdrive_shortcodes.default"] .elementor-widget-empty-icon:empty{height:200px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSIwIDAgOTkgOTkiIGZpbGw9Im5vbmUiPgo8cGF0aCBkPSJNOTguNTEzMyA0OS4yMTMxQzk4LjUxMzMgNzYuMzkyOCA3Ni40NjA0IDk4LjQyNjIgNDkuMjU2NyA5OC40MjYyQzIyLjA1MyA5OC40MjYyIDAgNzYuMzkyOCAwIDQ5LjIxMzFDMCAyMi4wMzM1IDIyLjA1MyAwIDQ5LjI1NjcgMEM3Ni40NjA0IDAgOTguNTEzMyAyMi4wMzM1IDk4LjUxMzMgNDkuMjEzMVoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNjgwXzIzNjUpIi8+CjxwYXRoIGQ9Ik0yNy42OTUzIDcwLjU1ODdDMjcuOTY1OSA3MC4wNDM1IDI4LjE0NjIgNjkuNzA3NSAyOC4zMjY2IDY5LjM5MzlDMzEuMTY3NSA2NC40ODg1IDM0LjA1MzUgNTkuNTgzIDM2Ljg3MTkgNTQuNjc3NkMzNy4yNzc3IDUzLjk2MDggMzcuNzUxMiA1My43MzY4IDM4LjU2MjkgNTMuNzM2OEM0OC42NjM5IDUzLjc1OTIgNTguNzY0OCA1My43NTkyIDY4Ljg2NTggNTMuNzU5MkM2OS4xNTg5IDUzLjc1OTIgNjkuNDc0NiA1My43MzY4IDY5Ljc2NzcgNTMuNzgxNkM3MS4xNDMgNTMuOTM4NCA3MS44MTk0IDU1LjA1ODQgNzEuMTY1NiA1Ni4yOTAzQzY4Ljc5ODIgNjAuNzI1NCA2Ni4zNjMxIDY1LjEzODEgNjMuOTczMSA2OS41NzMxQzYzLjUyMjIgNzAuNDI0MyA2Mi43NTU2IDcwLjU4MTEgNjEuODc2MyA3MC41ODExQzU3LjI5OTMgNzAuNTgxMSA1Mi43MjIzIDcwLjU4MTEgNDguMTIyNyA3MC41ODExQzQxLjgwOTYgNzAuNTgxMSAzNS40OTY1IDcwLjU4MTEgMjkuMjA1OSA3MC41ODExQzI4Ljc1NSA3MC41NTg3IDI4LjMyNjYgNzAuNTU4NyAyNy42OTUzIDcwLjU1ODdaIiBmaWxsPSIjMjY4M0ZCIi8+CjxwYXRoIGQ9Ik0zMS4wNTY2IDI1LjI4OTVDMzEuMzA0NiAyNS42NDc5IDMxLjQ4NSAyNS45MTY3IDMxLjY0MjggMjYuMTg1NUMzNC40NjExIDMxLjAyMzcgMzcuMjU2OSAzNS44ODQ0IDQwLjA5NzggNDAuNzAwMkM0MC40NTg2IDQxLjMwNSA0MC40MzYgNDEuNzA4MiA0MC4wOTc4IDQyLjMxM0MzNC44NjcgNTEuMjcyNyAyOS42NTg3IDYwLjI1NDggMjQuNDI3OCA2OS4yMTQ1QzI0LjAyMiA2OS45MzEzIDIzLjU3MSA3MC41MzYxIDIyLjYyNDEgNzAuNTEzN0MyMS42OTk2IDcwLjQ5MTMgMjEuMjcxMyA2OS44NjQxIDIwLjg4OCA2OS4xNDczQzE4LjYzMzMgNjQuOTgxMSAxNi4zNzg2IDYwLjgxNDggMTQuMTAxNCA1Ni42NDg1QzEzLjY1MDQgNTUuODE5NyAxMy41ODI4IDU1LjEwMyAxNC4wNzg4IDU0LjI1MThDMTkuNjAyOCA0NC44MjE3IDI1LjEwNDIgMzUuMzY5MiAzMC42MjgyIDI1LjkxNjdDMzAuNzE4NCAyNS43Mzc1IDMwLjg1MzcgMjUuNTU4MyAzMS4wNTY2IDI1LjI4OTVaIiBmaWxsPSIjMDFBQjQ3Ii8+CjxwYXRoIGQ9Ik02OC42NDM5IDUwLjMzMTVDNjguMTI1MyA1MC4zNTM5IDY3Ljc2NDYgNTAuMzc2MyA2Ny40MDM4IDUwLjM3NjNDNjEuODc5OSA1MC4zNzYzIDU2LjM1NTkgNTAuMzUzOSA1MC44NTQ1IDUwLjM5ODdDNTAuMDQyOCA1MC4zOTg3IDQ5LjU2OTMgNTAuMTk3MSA0OS4xNjM1IDQ5LjQ1NzlDNDQuMTEzIDQwLjcyMjIgMzkuMDM5OSAzMi4wMzEyIDMzLjk4OTUgMjMuMzE3OUMzMi43NzE5IDIxLjI3OTYgMzMuNDI1OCAyMC4xNTk2IDM1LjgxNTggMjAuMTM3MkM0MC4zOTI4IDIwLjEzNzIgNDQuOTY5OCAyMC4xMzcyIDQ5LjU2OTMgMjAuMTM3MkM1MC41NjE0IDIwLjEzNzIgNTEuMjgyOSAyMC40MDYgNTEuODAxNCAyMS4zMDJDNTcuMzAyOSAzMC43OTkzIDYyLjg0OTQgNDAuMjc0MiA2OC4zNzM0IDQ5Ljc0OTFDNjguNDQxIDQ5Ljg4MzUgNjguNDg2MSA1MC4wMTc5IDY4LjY0MzkgNTAuMzMxNVoiIGZpbGw9IiNGRUI5MDEiIHN0eWxlPSImIzEwOyIvPgo8cGF0aCBkPSJNNjguODc5NCA3Ni41MDMyQzc3LjY5MjYgNzYuNTAzMiA4NC44MzcxIDY5LjM2NjEgODQuODM3MSA2MC41NjIxQzg0LjgzNzEgNTEuNzU4IDc3LjY5MjYgNDQuNjIwOSA2OC44Nzk0IDQ0LjYyMDlDNjAuMDY2MiA0NC42MjA5IDUyLjkyMTcgNTEuNzU4IDUyLjkyMTcgNjAuNTYyMUM1Mi45MjE3IDY5LjM2NjEgNjAuMDY2MiA3Ni41MDMyIDY4Ljg3OTQgNzYuNTAzMloiIGZpbGw9IiNGNzgzMkUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02OC44Nzk0IDczLjIwODlDNzUuODc2NCA3My4yMDg5IDgxLjU0MjggNjcuNTQzNSA4MS41NDI4IDYwLjU2MjFDODEuNTQyOCA1My41ODA2IDc1Ljg3NjQgNDcuOTE1MyA2OC44Nzk0IDQ3LjkxNTNDNjEuODgyNCA0Ny45MTUzIDU2LjIxNiA1My41ODA2IDU2LjIxNiA2MC41NjIxQzU2LjIxNiA2Ny41NDM1IDYxLjg4MjQgNzMuMjA4OSA2OC44Nzk0IDczLjIwODlaTTg0LjgzNzEgNjAuNTYyMUM4NC44MzcxIDY5LjM2NjEgNzcuNjkyNiA3Ni41MDMyIDY4Ljg3OTQgNzYuNTAzMkM2MC4wNjYyIDc2LjUwMzIgNTIuOTIxNyA2OS4zNjYxIDUyLjkyMTcgNjAuNTYyMUM1Mi45MjE3IDUxLjc1OCA2MC4wNjYyIDQ0LjYyMDkgNjguODc5NCA0NC42MjA5Qzc3LjY5MjYgNDQuNjIwOSA4NC44MzcxIDUxLjc1OCA4NC44MzcxIDYwLjU2MjFaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNjMuNTIzNSA2MS4wOTgyQzY0LjA5NzcgNjEuNjcxNiA2NC42NTI5IDYyLjIyNTkgNjUuMjI3MSA2Mi43OTkzQzY1LjcyNDggNjMuMjk2MyA2Ni4yMjI1IDYzLjc5MzMgNjYuNzIwMiA2NC4yOTAyQzY3LjA4MzkgNjQuNjUzNCA2Ny4xMDMxIDY1LjE2OTUgNjYuNzU4NSA2NS40OTQ0QzY2LjQxNCA2NS44Mzg1IDY1Ljg5NzEgNjUuODE5NCA2NS41MzM0IDY1LjQ1NjJDNjQuNjE0NiA2NC41Mzg3IDYzLjY5NTggNjMuNjIxMiA2Mi43NzY5IDYyLjcwMzhDNjIuNDUxNSA2Mi4zNzg4IDYyLjEyNjEgNjIuMDUzOSA2MS44MDA3IDYxLjcyODlDNjEuNDE3OCA2MS4zNDY3IDYxLjQxNzggNjAuODMwNiA2MS44MDA3IDYwLjQ0ODNDNjMuMDQ0OSA1OS4yMDU5IDY0LjI4OTIgNTcuOTQ0NCA2NS41NTI2IDU2LjcwMTlDNjUuODIwNSA1Ni40MzQzIDY2LjE0NiA1Ni4zNzcgNjYuNDkwNSA1Ni41MTA4QzY2Ljc5NjggNTYuNjQ0NiA2Ni45ODgyIDU2Ljk1MDQgNjYuOTg4MiA1Ny4yOTQ1QzY2Ljk4ODIgNTcuNTIzOCA2Ni44NzM0IDU3LjcxNSA2Ni43MDExIDU3Ljg4N0M2NS42ODY2IDU4LjkwMDEgNjQuNjUyOSA1OS45MzIyIDYzLjYzODMgNjAuOTQ1M0M2My42MTkyIDYxLjAyMTcgNjMuNTgwOSA2MS4wNiA2My41MjM1IDYxLjA5ODJaIiBmaWxsPSJ3aGl0ZSIvPgoKPHBhdGggZD0iTTc0LjIyMDQgNjAuOTI0OUM3My43NDE4IDYwLjQ0NyA3My4yNjMzIDU5Ljk2OTIgNzIuODAzOSA1OS41MTA0QzcyLjIxMDQgNTguOTE3OSA3MS41OTc5IDU4LjMyNTQgNzEuMDA0NSA1Ny43MTM3QzcwLjc3NDggNTcuNDg0NCA3MC42OTgyIDU3LjE3ODUgNzAuNzkzOSA1Ni44NzI3QzcwLjg4OTYgNTYuNTY2OSA3MS4xMDAyIDU2LjM3NTcgNzEuNDI1NiA1Ni4zMTg0QzcxLjczMTkgNTYuMjYxMSA3MS45OTk5IDU2LjM1NjYgNzIuMjEwNCA1Ni41NjY5QzcyLjg4MDQgNTcuMjM1OSA3My41MzEzIDU3LjkwNDkgNzQuMjAxMiA1OC41NTQ3Qzc0Ljc3NTUgNTkuMTI4MiA3NS4zNjg5IDU5LjcyMDcgNzUuOTQzMiA2MC4yOTQxQzc2LjMwNjkgNjAuNjU3MyA3Ni4zMDY5IDYxLjE5MjUgNzUuOTQzMiA2MS41NTU3Qzc0LjY5ODkgNjIuNzk4MSA3My40NzM4IDY0LjAyMTQgNzIuMjI5NiA2NS4yNjM4QzcxLjkyMzMgNjUuNTY5NiA3MS41NDA1IDY1LjY0NjEgNzEuMTk1OSA2NS40NzQxQzcwLjY5ODIgNjUuMjA2NSA3MC42MDI1IDY0LjU1NjYgNzEuMDA0NSA2NC4xNTUyQzcxLjM2ODIgNjMuNzcyOSA3MS43NTEgNjMuNDA5NyA3Mi4xMzM5IDYzLjAyNzRDNzIuNzg0NyA2Mi4zNzc2IDczLjQzNTYgNjEuNzI3NyA3NC4xMDU1IDYxLjA1ODdDNzQuMTI0NyA2MS4wMjA1IDc0LjE2MyA2MC45ODIyIDc0LjIyMDQgNjAuOTI0OVoiIGZpbGw9IndoaXRlIi8+Cgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE2ODBfMjM2NSIgeDE9Ijk4LjUxMzMiIHkxPSI0MS4yMTYiIHgyPSItNy4zODM5OSIgeTI9IjU3Ljg1NDEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzk0QjJGRiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM0MkI0RkYiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPg==);background-color:rgba(47,125,246,.1);background-repeat:no-repeat;border:2px dashed rgba(47,125,246,.5);background-position:center;padding:2rem;box-sizing:content-box}.elementor-element-edit-mode .cmcdrive-download-link a,.elementor-element-edit-mode .cmcdrive-view-link a{pointer-events:none}.elementor-element-edit-mode .cmcdrive-embed{pointer-events:none}.elementor-field-type-google_drive_upload .cmcdrive-shortcode-uploader{width:100%}.elementor-field-type-google_drive_upload .cmcdrive-shortcode-uploader+.upload-file-list{height:0!important;width:0!important;opacity:0!important;min-height:1px!important;padding:0!important;border:none!important;min-width:0!important;max-width:1px!important}#woocommerce-product-data ul.wc-tabs li.upload_options_options a:before{content:"\f13b";font-family:dashicons}.cmcdrive-woocommerce{display:inline-flex;float:right;margin-right:10px}.cmcdrive-woocommerce .cmcdrive-wc-button{display:inline-flex!important;margin-left:auto!important;align-items:center}.cmcdrive-woocommerce .cmcdrive-wc-button img{margin-right:5px}.upload-box-settings{margin:20px;border:1px solid #ddd;padding:5px;border-radius:5px}.upload-box-settings h4{margin:10px}.upload-box-settings .form-field{display:flex;align-items:center}.upload-box-settings .form-field label{width:auto;margin-right:15px}.upload-box-settings .form-field select{max-width:350px}.upload-box-settings .cmcdrive-upload-folder-info{display:inline-flex;align-items:center;margin-right:10px;font-size:14px;color:#555;border:1px solid #eee;padding:5px 10px;border-radius:3px;background-color:#f9f9f9}.upload-box-settings .cmcdrive-upload-folder-info img{width:16px;margin-right:8px}.upload-box-settings .cmcdrive-wc-configure-module{display:inline-flex;margin-left:20px}.upload-box-settings .form-field .description{display:block;clear:both;margin:20px 0 10px 0}.upload-box-settings .form-field .upload_folder_name{width:100%}.cmcdrive-wc-upload-wrap{margin:20px 0;display:block}.cmcdrive-wc-upload-wrap .upload-button{display:flex!important;align-items:center;width:-moz-max-content;width:max-content;text-align:center;margin-bottom:15px!important;float:none!important;padding:10px 15px;background-color:#f7f7f7;border:1px solid #ddd;border-radius:3px;cursor:pointer;transition:all .2s ease-in-out;color:#333;font-weight:600;font-size:14px;box-shadow:0 1px 2px rgba(0,0,0,.1)}.cmcdrive-wc-upload-wrap .upload-button:hover{background-color:#f0f0f0;border-color:#ccc}.cmcdrive-wc-upload-wrap .upload-button i{margin-right:5px}.cmcdrive-wc-upload-wrap .cmcdrive-shortcode-wrap{--module-width:0;--module-height:0;visibility:hidden;position:absolute;overflow:hidden;z-index:-1;max-width:100%;clear:both}.cmcdrive-wc-upload-wrap .cmcdrive-shortcode-wrap .cmcdrive-file-uploader-inner .dashicons-cloud-upload{display:none}.cmcdrive-wc-upload-wrap .cmcdrive-shortcode-wrap .cmcdrive-file-uploader{margin:0}.cmcdrive-wc-upload-wrap .cmcdrive-wc-upload-description{margin:0;font-size:15px;clear:both}.cmcdrive-wc-upload-wrap .wc-file-list-wrap{margin-top:15px;clear:both}.cmcdrive-wc-upload-wrap .wc-file-list-wrap h4{font-size:1.2rem;margin-bottom:10px}.cmcdrive-wc-upload-wrap .wc-file-list-wrap .wc-file-list{margin:10px 0;padding:0;list-style:none}.cmcdrive-wc-upload-wrap .wc-file-list-wrap .wc-file-list li{display:flex;align-items:center;margin:3px;font-size:12px;font-weight:600;color:#333;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cmcdrive-wc-upload-wrap .wc-file-list-wrap .wc-file-list li img{margin-right:5px;width:16px}.cmcdrive-wc-upload-wrap .wc-file-list-wrap .wc-file-list li .dashicons-no-alt{color:#ff9f10;cursor:pointer;margin-left:15px;margin-right:0}.cmcdrive-wc-upload-wrap.active .upload-button{background-color:#007cba;border-color:#006ba1;color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2)}.cmcdrive-wc-upload-wrap.active .upload-button:hover{background-color:#006ba1;border-color:#005a8c}.cmcdrive-wc-upload-wrap.active .cmcdrive-shortcode-wrap{--module-width:500px;--module-height:auto;display:flex;visibility:visible;position:relative;overflow:visible;z-index:1;margin-bottom:0}.cmcdrive-wc-upload-wrap.has-uploaded-files .cmcdrive-shortcode-wrap:has(.upload-file-list-wrapper),.cmcdrive-wc-upload-wrap:not(.active) .cmcdrive-shortcode-wrap:has(.upload-file-list-wrapper){--module-width:500px;--module-height:auto;display:flex;visibility:visible;position:relative;overflow:visible;z-index:1;margin-bottom:0}.cmcdrive-wc-upload-wrap.has-uploaded-files .cmcdrive-shortcode-wrap:has(.upload-file-list-wrapper) .cmcdrive-file-uploader,.cmcdrive-wc-upload-wrap:not(.active) .cmcdrive-shortcode-wrap:has(.upload-file-list-wrapper) .cmcdrive-file-uploader{border:1px solid #eee!important;padding:0;overflow:hidden}.cmcdrive-wc-upload-wrap.has-uploaded-files .cmcdrive-shortcode-wrap:has(.upload-file-list-wrapper) .cmcdrive-file-uploader .cmcdrive-file-uploader-body,.cmcdrive-wc-upload-wrap:not(.active) .cmcdrive-shortcode-wrap:has(.upload-file-list-wrapper) .cmcdrive-file-uploader .cmcdrive-file-uploader-body{display:none!important}.cmcdrive-wc-upload-wrap.has-uploaded-files .cmcdrive-shortcode-wrap:has(.upload-file-list-wrapper) .cmcdrive-file-uploader .upload-file-list-wrapper,.cmcdrive-wc-upload-wrap:not(.active) .cmcdrive-shortcode-wrap:has(.upload-file-list-wrapper) .cmcdrive-file-uploader .upload-file-list-wrapper{margin-top:0!important}.cmcdrive-wc-upload-wrap.has-uploaded-files .cmcdrive-shortcode-wrap:has(.upload-file-list-wrapper) .cmcdrive-file-uploader .upload-file-list-wrapper .upload-file-list-header,.cmcdrive-wc-upload-wrap:not(.active) .cmcdrive-shortcode-wrap:has(.upload-file-list-wrapper) .cmcdrive-file-uploader .upload-file-list-wrapper .upload-file-list-header{border-bottom-left-radius:0;border-bottom-right-radius:0}.cmcdrive-wc-upload-wrap.has-uploaded-files.active .cmcdrive-shortcode-wrap .cmcdrive-file-uploader-body{display:block!important}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table{table-layout:fixed;width:100%}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order .cart_item_uploader td{padding:0!important}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order .cmcdrive-wc-upload-wrap{width:100%;max-width:100%;text-align:left;margin:12px 0 0;overflow:hidden}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order .cmcdrive-wc-upload-wrap .upload-button{max-width:100%;width:auto;white-space:normal}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order .cmcdrive-wc-upload-wrap .cmcdrive-shortcode-wrap{width:100%;max-width:100%;min-width:0}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order .cmcdrive-wc-upload-wrap .cmcdrive-shortcode-wrap .cmcdrive-file-uploader{max-width:100%;min-width:0;font-size:14px}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order .cmcdrive-wc-upload-wrap .cmcdrive-shortcode-wrap .cmcdrive-file-uploader-inner{padding:24px 12px!important;min-width:0}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order .cmcdrive-wc-upload-wrap .cmcdrive-shortcode-wrap .cmcdrive-file-uploader-inner .cmcdrive-file-uploader-buttons{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:14px}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order .cmcdrive-wc-upload-wrap .cmcdrive-shortcode-wrap .cmcdrive-file-uploader-inner .cmcdrive-file-uploader-buttons button{margin:0!important;white-space:nowrap}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order .cmcdrive-wc-upload-wrap .cmcdrive-shortcode-wrap .upload-file-list-wrapper{width:100%!important;max-width:100%;min-width:0;box-shadow:none!important}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order .cmcdrive-wc-upload-wrap .cmcdrive-shortcode-wrap .upload-file-list-header{padding:9px 12px!important;line-height:1.25}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order .cmcdrive-wc-upload-wrap .cmcdrive-shortcode-wrap .upload-file-list-item{min-width:0;padding:8px!important}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order .cmcdrive-wc-upload-wrap .cmcdrive-shortcode-wrap .upload-file-list-item img{flex:0 0 25px}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order .cmcdrive-wc-upload-wrap .cmcdrive-shortcode-wrap .upload-file-list-item .file-info{min-width:0}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order .cmcdrive-wc-upload-wrap .cmcdrive-shortcode-wrap .upload-file-list-item .file-info .upload-item{min-width:0}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order .cmcdrive-wc-upload-wrap .cmcdrive-shortcode-wrap .upload-file-list-item .file-info .upload-item-name{min-width:0}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order .cmcdrive-wc-upload-wrap .cmcdrive-shortcode-wrap .upload-file-list-item .file-info .file-description{min-width:0;max-width:100%}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order .cmcdrive-wc-upload-wrap .cmcdrive-shortcode-wrap .upload-file-list-item .file-info-percentage{flex-shrink:0}.woocommerce-page.woocommerce-checkout form #order_review td.product-name:has(.cmcdrive-wc-upload-wrap){flex-wrap:wrap}.woocommerce-page.woocommerce-checkout .wc-block-components-order-summary__content:has(.cmcdrive-wc-upload-wrap){display:block}.woocommerce-page.woocommerce-checkout .wc-block-components-order-summary__content:has(.cmcdrive-wc-upload-wrap) .wc-block-components-order-summary-item{flex-wrap:wrap}.woocommerce-page.woocommerce-checkout .wc-block-components-order-summary__content:has(.cmcdrive-wc-upload-wrap) .wc-block-components-order-summary-item .cmcdrive-wc-upload-wrap{width:100%;border:1px solid #e5e5e5;margin-top:10px;padding:10px;border-radius:5px}.woocommerce-page.woocommerce-checkout .wc-block-components-order-summary__content:has(.cmcdrive-wc-upload-wrap) .wc-block-components-order-summary-item .cmcdrive-wc-upload-wrap h3{display:none}.woocommerce-page.woocommerce-checkout .wc-block-components-order-summary__content:has(.cmcdrive-wc-upload-wrap) .wc-block-components-order-summary-item .cmcdrive-wc-upload-wrap .cmcdrive-wc-upload-description{margin-bottom:10px}.variation-cmcdrive_wc_uploader,.wc-block-components-product-details__cmcdrive-wc-uploader{display:none!important}.cmcdrive-wc-uploaded-files{display:flex;flex-direction:column;margin:0!important;padding:0!important}.cmcdrive-wc-uploaded-files-wrap{width:30%;padding:0}.cmcdrive-wc-uploaded-files li{margin-bottom:5px!important}.cmcdrive-wc-uploaded-files a{display:flex;text-decoration:none;font-size:.875rem;overflow:hidden;transition:all .2s ease-in-out}.cmcdrive-wc-uploaded-files a img{margin-right:5px!important;width:20px!important}.cmcdrive-wc-uploaded-files a span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cmcdrive-wc-uploaded-files a:hover{color:#333}.dokan-section-content .upload-box-settings{padding:0;margin:0;border:none}.dokan-section-content .upload-box-settings h4{margin:10px 0;font-size:18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd;padding-bottom:7px}.dokan-section-content .upload-box-settings h4 a{font-size:15px;text-decoration:none;font-weight:500}.dokan-section-content .upload-box-settings .dokan-cmcdrive-select-module{display:flex;align-items:center;margin-top:10px}.dokan-section-content .upload-box-settings .dokan-cmcdrive-select-module label{font-weight:700;margin-right:10px;margin-bottom:0}.dokan-section-content .upload-box-settings .dokan-cmcdrive-select-module select{flex:1;max-width:300px;border-color:#ddd;border-radius:3px}.dokan-section-content .upload-box-settings .dokan-cmcdrive-select-module .cmcdrive-wc-configure-module{height:38px}.cmcdrive-hidden{display:none!important}.cmcdrive-direct-content-html,body{margin:0!important;padding:0!important}#cmcdrive-direct-content{font-family:roboto,sans-serif}#cmcdrive-direct-content.type-embed{width:100%;height:100vh;overflow:hidden;position:relative}#cmcdrive-direct-content.type-embed .cmcdrive-embed{width:100%;height:100%;border:none}#cmcdrive-direct-content.type-embed .cmcdrive-shortcode-wrap .cmcdrive-embed-wrap{height:100%}