.view-switch a.use{
  float: right;
}
.leopard-served-by-provider .attachment-preview::after{
  content: '';
  position: absolute;
  background: url('../images/cloud-icon.svg') no-repeat;
  width: 24px;
  height: 24px;
  z-index: 90;
  right: 5%;
  top: 80%;
}
input.error{border: 1px solid #FF0000;}
#nou_leopard_wom_resync_data{margin-top: 10px;}
.current-sync-process, .leopard-sync-notice-title{color: #000;}
.leopard-sync-notice .current-sync-process, .leopard-sync-notice-title{color: #fff;}
.leopard-sync-notice a{color: #FF0000;padding-left: 15px;}
.leopard-sync-notice{
  background: #565c70 !important;
  position: relative;
}
.leopard-sync-notice .leopard-sync-notice-title{
  display: inline-block;
}
.leopard-sync-notice .leopard-sync-notice-wrap{
  padding: 10px;
}
.leopard-sync-notice .progress-bar{
  width: 60%;
}
.leopard-sync-notice .spin_loading{
  margin-left: 10px;
  width: 9px;
  height: 9px;
}
.leopard-sync-notice::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    box-shadow: inset 0 -10px 20px -10px rgba(0,0,0,.2),inset 0 0 5px rgba(0,0,0,.1),0 8px 8px -5px rgba(0,0,0,.25);
}
.leopard-sync-notice .progress_count{padding-right: 10px;}
#leopard-wordpress-offload-media-wrap .spin_loading{margin-right: 10px;}
.col-right .card .spin_loading {
    border: 3px solid #3333331c;
    border-top-color: #333;
}
.col-right .card .progress-bar .progress{
  background: #016087;
}

/* Date Range Filter Styles */
#leopard_served_date_range {
  position: absolute !important;
  left: 25%;
  box-shadow: 0 1px 1px rgba(0,0,0,.04);
  border: 1px solid #c3c4c7;
  padding: 10px;
  background-color: #c3c4c7;
  display: none;
}

/* Bucket Management Styles */
.leopard-bucket-management-wrap h2 {
  color: #e53935;
  margin-bottom: 20px;
}

.connection-status-box {
  margin-bottom: 20px;
  padding: 15px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.test-connection-section {
  margin-top: 20px;
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 4px;
}

#connection-results {
  margin-top: 10px;
  display: none;
}

.leopard-loading {
  display: none;
}

.leopard-loading .spinner {
  float: none;
}

.bucket-action-buttons {
  display: flex;
  gap: 5px;
}

.empty-bucket {
  display: none;
  background: #f0ad4e;
  border-color: #eea236;
}

.debug-info {
  display: none;
}

.debug-info pre {
  max-height: 300px;
  overflow: auto;
  background: #f0f0f0;
  padding: 10px;
  font-size: 12px;
}

/* Enhanced Sync Styles */
.notice.notice-warning {
  margin: 15px 0;
}

.enhanced-sync-menu-item {
  color: #00b9eb;
}

.enhanced-sync-tab {
  background-color: #f0f6fc;
  color: #2271b1;
  font-weight: bold;
  border-bottom-color: #f0f6fc;
}

#debug_output {
  display: none;
  margin-top: 15px;
  padding: 10px;
  background: #f0f0f0;
  border: 1px solid #ddd;
  font-family: monospace;
  max-height: 200px;
  overflow: auto;
}

#debug_toggle {
  margin-bottom: 15px;
}

.description {
  margin-left: 10px;
}

#paused_sync_operations {
  display: none;
}

#sync_progress_section {
  display: none;
}

#sync_progress_inner {
  width: 0%;
}

#resume_sync {
  display: none;
}

#sync_summary {
  display: none;
}

#file_status_container {
  display: none;
}

/* One-click Sync Styles */
.progress-bar[role="progressbar"] {
  width: 0%;
}

/* Enhanced Progress Bar Styles */
.progress-bar {
  position: relative;
  height: 20px;
  background-color: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  margin: 15px 0;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

.progress-bar.enhanced {
  height: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.progress-bar #percent {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  z-index: 2;
}

.progress-bar.enhanced #percent {
  right: 0;
  top: -18px;
  line-height: 15px;
  height: 15px;
  color: #2271b1;
}

.leopard-progress-percent {
  line-height: 9px;
  height: 9px;
  right: -5%;
}

.progress-bar .bar {
  position: relative;
  display: block;
  height: 20px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar.enhanced .bar {
  height: 10px;
  border-radius: 5px;
}

.progress-bar .progress {
  display: block;
  height: 100%;
  width: 0%;
  background-color: #2271b1;
  background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  animation: progress-bar-stripes 2s linear infinite;
  transition: width 0.5s ease-in-out;
  border-radius: 10px;
}

.progress-bar.enhanced .progress {
  background-image: none;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

@keyframes progress-bar-stripes {
  from { background-position: 40px 0; }
  to { background-position: 0 0; }
}

/* Progress Details Styles */
.progress-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}

/* Progress count styling for better visibility */
.iziToast .progress_count,
.leopard-sync-notice .progress_count,
.progress-details .progress_count {
  display: inline-block;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  margin-left: 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.estimated-time {
  font-style: italic;
  color: #ffffff;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3px 8px;
  border-radius: 10px;
  display: inline-block;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* Sync Status Container Styles */
.sync-status-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sync-status-icon {
  margin-right: 15px;
}

.sync-status-info {
  flex: 1;
}

.sync-operation-name {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}

.sync-status-message {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
}

.file-status-container {
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  max-height: 400px;
  overflow-y: auto;
  background: #f9f9f9;
}

.file-status-container h3 {
  margin-top: 0;
}

.current-file-container {
  margin-bottom: 10px;
  padding: 8px;
  border-left: 4px solid #ffba00;
  background: #fff8e5;
}

#current-processing-file {
  word-break: break-all;
  font-family: monospace;
  display: block;
  margin-top: 5px;
  padding: 4px 8px;
  background: #f5f5f5;
  border-radius: 2px;
}

.file-status-summary {
  margin-bottom: 10px;
  display: flex;
  gap: 20px;
}

.status-count.success-count {
  background: #eaffee;
  padding: 8px 12px;
  border-radius: 4px;
  border-left: 3px solid #46b450;
}

.status-count.failed-count {
  background: #fbeaea;
  padding: 8px 12px;
  border-radius: 4px;
  border-left: 3px solid #dc3232;
}

.status-count.success-rate {
  background: #f0f6fc;
  padding: 8px 12px;
  border-radius: 4px;
  border-left: 3px solid #2271b1;
}

#file-status-list {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  min-height: 50px;
}

/* Import/Export Styles */
#downloadAnchorElem {
  display: none;
}

/* Provider Description Styles */
.nou_leopard_wom_description {
  margin-top: 10px;
}
#leopard-wordpress-offload-media-wrap .sync-action{
  display: inline-block;
  width: 100%;
}
#leopard-wordpress-offload-media-wrap .hidden{
  display: none !important;
}
#leopard-wordpress-offload-media-wrap .nav-tab, #leopard-wordpress-offload-media-wrap .col-right h2{
  font-size: 12px;
}
#leopard-wordpress-offload-media-wrap .sync-content-provider-col, 
#leopard-wordpress-offload-media-wrap .col-left, 
#leopard-wordpress-offload-media-wrap .col-right{
  float: left;
}
.sync-tab select, .sync-tab input.nou_leopard_wom_input_text{
  width: 60%;
}
#leopard-wordpress-offload-media-wrap .sync-content-provider-col{
  width: 45%;
  padding-right: 10px;
}
#leopard-wordpress-offload-media-wrap .col-left{
  width: 75%;
  padding-right: 30px;
}

#leopard-wordpress-offload-media-wrap .col-right{
  width: 20%;
}
.filemanager-display{
  display: inline-block;
  width: 90%;
}
.filemanager-display .view-url:before {
    content: "\f103";
}
.filemanager-display .view-shortcode:before {
    content: "\f546";
}
.nou_leopard_wom_admin_parent_wrap {
    margin-bottom: 20px;
}

.nou_leopard_wom_admin_parent_wrap .nou_leopard_wom_title {
    width: 10rem;
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
}

.nou_leopard_wom_admin_parent_wrap .nou_leopard_wom_input_text {
    margin-left: 1rem;
}

.nou_leopard_wom_admin_parent_wrap .nou_leopard_wom_description {
    display: block;
    margin-left: 11.2rem;
    font-style: italic;
    margin-top: 5px;
}

.nou_leopard_wom_admin_parent_wrap .nou_leopard_wom_input_number {
    margin-left: 1rem;
    width: 4rem;
}

.nou_leopard_wom_admin_parent_wrap .nou_leopard_wom_textarea {
    margin-left: 1rem;
    width: 30rem;
    height: 4rem;
}

.nou_leopard_wom_admin_parent_wrap .nou_leopard_wom_description_checkbox {
    display: block;
    margin-left: 11.2rem;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 20px;
}

.select2 {
    margin-left: 1rem;
}

.nou_leopard_wom_error_accessing_class {
    margin-top: 30px;
}

.nou_leopard_wom_error_accessing_class img {
    vertical-align: middle;
    margin-left: 10px;
}

.nou_leopard_wom_error_accessing_class span {
    vertical-align: middle;
    margin-left: 10px;
    font-weight: bold;
}

.nou_leopard_wom_AJAX_checking_credentials {
    margin-top: 30px;
    text-align: center;
    width: 20rem;
}

.nou_leopard_wom_button_AJAX {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1000;
    top: 0;
    text-align: center;
}

.nou_leopard_wom_bad_settings{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    top: 0;
    text-align: center;
}

.nou_leopard_wom_bad_settings_containter{
    margin-top: 100px;
}

.nou_leopard_wom_sub_button_AJAX {
    padding: 30px 50px;
    border-radius: 10px;
    background: rgb(220, 220, 220);
    display: inline-block;
}

.nou_leopard_wom_button_AJAX_attachment_detail {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 500;
    top: 0;
    text-align: center;
}

.nou_leopard_wom_Container_S3_file_manager {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 500;
    top: 0;
    text-align: left;
}

.nou_leopard_wom_Container_S3_file_manager a {
    text-decoration: none;
}

.nou_leopard_wom_File_Manager_Main_Div_Padding {
    padding: 20px;
}

.nou_leopard_wom_ul_File_Manager_Bucket_Name * {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}


.nou_leopard_wom_ul_File_Manager {
    text-align: left;

}

.nou_leopard_wom_ul_File_Manager li {
    /*border-top: 1px solid rgba(194, 194, 194, 0.87);*/
    padding: 5px 0;
}

.YTIH_WC_amazon_s3_storage_ajax_loading_S3_files {
    margin: 20px 0 0 20px;
    text-align: center;
}

.YTIH_WC_amazon_s3_storage_ajax_loading_individual_action {
    text-align: center;
}

body .media-modal-content .actions .yith_wc_as3s_deleting_button{
    text-decoration: none;
    color: darkred;
}
body .media-modal-content .actions .yith_wc_as3s_deleting_button:hover{
    color: red;
}

.nou_leopard_wom_Container_doactions_individual a{
    text-decoration: none;
}

/* Absolute Center Spinner */
.nou_leopard_wom_loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* Transparent Overlay */
.nou_leopard_wom_loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.nou_leopard_wom_loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.nou_leopard_wom_loading.active{display: block;}
.nou_leopard_wom_loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
.red{color: #ff0000;}
#adminmenu #toplevel_page_leopard_offload_media img{max-width: 20px;opacity: 1;}
#adminmenu #toplevel_page_leopard_offload_media_licenser img{max-width: 20px;opacity: 1;}
#leopard-wordpress-offload-media-wrap h1 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
}
#adminmenu #toplevel_page_leopard_offload_media li:last-child a{
  color: #0073aa;
  text-decoration: underline;
  font-weight: 600
}
#copy_files_to_bucket_card .current-sync-process{
  color: #333333;
  padding-bottom: 5px;
}
/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.media #the-list .media-icon img{min-width: 60px;}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
#spin_loading, .spin_loading {
  display: inline-block;
  margin-right: 3px;
  width: 12px;
  height: 12px;
  border: 3px solid #0000004f;
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
/* Override for legacy progress count styles */
.progress_count:not(.iziToast .progress_count):not(.leopard-sync-notice .progress_count):not(.progress-details .progress_count) {
  display: inline-block;
  padding-left: 7px;
  font-size: 11px;
  font-weight: 700;
}
.leopard-sync-notice #spin_loading, .spin_loading{
  border: 3px solid #7d7979;
  border-top-color: #fff;
}
@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}

/*-------------------------
  File manager
-------------------------*/


.filemanager {
  width: 100%;
  max-width:1340px;
  position: relative;
  padding: 13px;
}

@media all and (max-width: 965px) {
  .filemanager {
    margin: 30px auto 0;
    padding: 1px;
  }
}


/*-------------------------
  Breadcrumps
-------------------------*/


.filemanager .breadcrumbs {
  margin-left:20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
}

.filemanager .breadcrumbs a:link, .breadcrumbs a:visited {
  text-decoration: none;
}

.filemanager .breadcrumbs a:hover {
  text-decoration: underline;
}

.filemanager .breadcrumbs .arrow {
  color:  #6a6a72;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}


/*-------------------------
  Search box
-------------------------*/


.filemanager .search {
  position: absolute;
  padding-right: 30px;
  cursor: pointer;
  right: 0;
  font-size: 17px;
  color: #ffffff;
  display: block;
  width: 40px;
  height: 40px;
}

.filemanager .search:before {
  content: '';
  position: absolute;
  margin-top:12px;
  width: 10px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  right: 8px;
}

.filemanager .search:after {
  content: '';
  width: 3px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 2px;
  position: absolute;
  top: 23px;
  right: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.filemanager .search input[type=search] {
  border-radius: 2px;
  color: #4D535E;
  background-color: #FFF;
  width: 250px;
  height: 44px;
  margin-left: -215px;
  padding-left: 20px;
  text-decoration-color: #4d535e;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: none;
  outline: none;
  border: none;
  padding-right: 10px;
  -webkit-appearance: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color:    #4d535e;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #4d535e;
  opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #4d535e;
  opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:    #4d535e;
}


/*-------------------------
  Content area
-------------------------*/

.filemanager .data {
  z-index: -3;
  overflow: scroll;
  max-height: 400px;
  padding: 20px;
  width: 90%;
  padding-top: 0;
}

.filemanager .data.animated {
  -webkit-animation: showSlowlyElement 700ms; /* Chrome, Safari, Opera */
  animation: showSlowlyElement 700ms; /* Standard syntax */
}
.filemanager .data li {
  border-radius: 3px;
  background-color: #373743;
  width: 235px;
  height: 110px;
  list-style-type: none;
  margin: 5px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0.3em;
  z-index: 1;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s background-color;
}
.filemanager .data.list li{
  width: 100%;
}
.filemanager .data li:hover {
  background-color: #42424E;

}

.filemanager .data li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.filemanager .data li .name {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  width: 125px;
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 40px;
}
.filemanager .data.list li .name{
  width: 100%;
}
.filemanager .data li .details {
  color: #b6c1c9;
  font-size: 13px;
  font-weight: 400;
  width: 55px;
  height: 10px;
  top: 64px;
  white-space: nowrap;
  position: absolute;
  display: inline-block;
}

.filemanager .nothingfound {
  background-color: #373743;
  width: 23em;
  height: 21em;
  margin: 0 auto;
  display: none;
  font-family: Arial;
  -webkit-animation: showSlowlyElement 700ms; /* Chrome, Safari, Opera */
  animation: showSlowlyElement 700ms; /* Standard syntax */
}

.filemanager .nothingfound .nofiles {
  margin: 30px auto;
  top: 3em;
  border-radius: 50%;
  position:relative;
  background-color: #d72f6e;
  width: 11em;
  height: 11em;
  line-height: 11.4em;
}
.filemanager .nothingfound .nofiles:after {
  content: 'Ã—';
  position: absolute;
  color: #ffffff;
  font-size: 14em;
  margin-right: 0.092em;
  right: 0;
}

.filemanager .nothingfound span {
  margin: 0 auto auto 6.8em;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  height: 13px;
  position: relative;
  top: 2em;
}

@media all and (max-width:965px) {

  .filemanager .data li {
    width: 100%;
    margin: 5px 0;
  }

}

/* Chrome, Safari, Opera */
@-webkit-keyframes showSlowlyElement {
  100%    { transform: scale(1); opacity: 1; }
  0%    { transform: scale(1.2); opacity: 0; }
}

/* Standard syntax */
@keyframes showSlowlyElement {
  100%    { transform: scale(1); opacity: 1; }
  0%    { transform: scale(1.2); opacity: 0; }
}


/*-------------------------
    Icons
-------------------------*/

.icon {
  font-size: 23px;
}
.icon.folder {
  display: inline-block;
  margin: 1em;
  background-color: transparent;
  overflow: hidden;
}
.icon.folder:before {
  content: '';
  float: left;
  background-color: #7ba1ad;

  width: 1.5em;
  height: 0.45em;

  margin-left: 0.07em;
  margin-bottom: -0.07em;

  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;

  box-shadow: 1.25em 0.25em 0 0em #7ba1ad;
}
.icon.folder:after {
  content: '';
  float: left;
  clear: left;

  background-color: #a0d4e4;
  width: 3em;
  height: 2.25em;

  border-radius: 0.1em;
}
.icon.folder.full:before {
  height: 0.55em;
}
.icon.folder.full:after {
  height: 2.15em;
  box-shadow: 0 -0.12em 0 0 #ffffff;
}

.icon.file {
  width: 2.5em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  border-radius: 0.25em;
  color: #FFF;
  display: inline-block;
  margin: 0.9em 1.2em 0.8em 1.3em;
  position: relative;
  overflow: hidden;
  box-shadow: 1.74em -2.1em 0 0 #A4A7AC inset;
}
.icon.file:first-line {
  font-size: 13px;
  font-weight: 700;
}
.icon.file:after {
  content: '';
  position: absolute;
  z-index: -1;
  border-width: 0;
  border-bottom: 2.6em solid #DADDE1;
  border-right: 2.22em solid rgba(0, 0, 0, 0);
  top: -34.5px;
  right: -4px;
}

.icon.file.f-avi,
.icon.file.f-flv,
.icon.file.f-mkv,
.icon.file.f-mov,
.icon.file.f-mpeg,
.icon.file.f-mpg,
.icon.file.f-mp4,
.icon.file.f-m4v,
.icon.file.f-wmv {
  box-shadow: 1.74em -2.1em 0 0 #7e70ee inset;
}
.icon.file.f-avi:after,
.icon.file.f-flv:after,
.icon.file.f-mkv:after,
.icon.file.f-mov:after,
.icon.file.f-mpeg:after,
.icon.file.f-mpg:after,
.icon.file.f-mp4:after,
.icon.file.f-m4v:after,
.icon.file.f-wmv:after {
  border-bottom-color: #5649c1;
}

.icon.file.f-mp2,
.icon.file.f-mp3,
.icon.file.f-m3u,
.icon.file.f-wma,
.icon.file.f-xls,
.icon.file.f-xlsx {
  box-shadow: 1.74em -2.1em 0 0 #5bab6e inset;
}
.icon.file.f-mp2:after,
.icon.file.f-mp3:after,
.icon.file.f-m3u:after,
.icon.file.f-wma:after,
.icon.file.f-xls:after,
.icon.file.f-xlsx:after {
  border-bottom-color: #448353;
}

.icon.file.f-doc,
.icon.file.f-docx,
.icon.file.f-psd{
  box-shadow: 1.74em -2.1em 0 0 #03689b inset;
}

.icon.file.f-doc:after,
.icon.file.f-docx:after,
.icon.file.f-psd:after {
  border-bottom-color: #2980b9;
}

.icon.file.f-gif,
.icon.file.f-jpg,
.icon.file.f-jpeg,
.icon.file.f-pdf,
.icon.file.f-png {
  box-shadow: 1.74em -2.1em 0 0 #e15955 inset;
}
.icon.file.f-gif:after,
.icon.file.f-jpg:after,
.icon.file.f-jpeg:after,
.icon.file.f-pdf:after,
.icon.file.f-png:after {
  border-bottom-color: #c6393f;
}

.icon.file.f-deb,
.icon.file.f-dmg,
.icon.file.f-gz,
.icon.file.f-rar,
.icon.file.f-zip,
.icon.file.f-7z {
  box-shadow: 1.74em -2.1em 0 0 #867c75 inset;
}
.icon.file.f-deb:after,
.icon.file.f-dmg:after,
.icon.file.f-gz:after,
.icon.file.f-rar:after,
.icon.file.f-zip:after,
.icon.file.f-7z:after {
  border-bottom-color: #685f58;
}

.icon.file.f-html,
.icon.file.f-rtf,
.icon.file.f-xml,
.icon.file.f-xhtml {
  box-shadow: 1.74em -2.1em 0 0 #a94bb7 inset;
}
.icon.file.f-html:after,
.icon.file.f-rtf:after,
.icon.file.f-xml:after,
.icon.file.f-xhtml:after {
  border-bottom-color: #d65de8;
}

.icon.file.f-js {
  box-shadow: 1.74em -2.1em 0 0 #d0c54d inset;
}
.icon.file.f-js:after {
  border-bottom-color: #a69f4e;
}

.icon.file.f-css,
.icon.file.f-saas,
.icon.file.f-scss {
  box-shadow: 1.74em -2.1em 0 0 #44afa6 inset;
}
.icon.file.f-css:after,
.icon.file.f-saas:after,
.icon.file.f-scss:after {
  border-bottom-color: #30837c;
}
.filemanager .data li.files .name{top: 33px;}
.data li .icon {
  margin-right: 5px;
}
.data li .switch {
  position: absolute;
  top: 54%;
}
.onoffswitch {
    position: relative; width: 72px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: inline-block; overflow: hidden; cursor: pointer;
    color: #FFFFFF;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Public";
    padding-left: 8px;
    background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Private";
    padding-right: 8px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 13px; margin: 3.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 48px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wom_import label{
  position: relative;
}
.wom_import label input{
  position: absolute;
  right: -20%;
}
#copy_files_to_bucket_card .step-1 .current-sync-process{
  visibility: hidden;
  padding-bottom: 10px;
}
.card .output li{
  font-size: 11px;
}
.card .output ul{
  height: 100px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.leopard-tooltip {
  text-decoration:none;
  position:relative;
}
 
.leopard-tooltip span {
  display:none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white; 
}
 
.leopard-tooltip span img {
  float:left;
  margin:0px 8px 8px 0;
  max-width: 100%;
  height: auto;
}
 
.leopard-tooltip:hover span {
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1000;
  width:auto;
  min-width:600px;
  height: auto;
  border:1px solid black;
  margin-top:12px;
  margin-left:32px;
  overflow:hidden;
  padding:8px;
}
table.wc_status_table td mark, table.wc_status_table th mark {
  background: transparent none;
}
table.wc_status_table td mark.yes, table.wc_status_table th mark.yes {
  color: #7ad03a;
}
#smartwizard{max-width: 500px;}
.copy-process.step-1{padding-bottom: 20px;}
@media all and (max-width: 767px) {
  #smartwizard{max-width: 400px;}
}
#posts-filter > div.wp-filter > div.filter-items > div.actions {
  position:relative;
}
#leopard_served_date_range{
  position: absolute !important;
  left: 25%;
  box-shadow: 0 1px 1px rgba(0,0,0,.04);
  border: 1px solid #c3c4c7;
  padding: 10px;
  background-color: #c3c4c7;
}

#LeopardDateRangeToggleToast .iziToast-buttons {
  display: block !important;
}
#media-attachment-cloud-filter-date-range-from, #media-attachment-cloud-filter-date-range-to{
  display: none !important;
}

/* Toggle Switch Styles */
.nou_leopard_toggle_container {
  display: flex;
  align-items: center;
  margin-left: 11rem;
}

.nou_leopard_toggle_switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin-right: 10px;
}

.nou_leopard_toggle_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.nou_leopard_toggle_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.nou_leopard_toggle_slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

.nou_leopard_toggle_switch input:checked + .nou_leopard_toggle_slider {
  background-color: #2196F3;
}

.nou_leopard_toggle_switch input:checked + .nou_leopard_toggle_slider:before {
  transform: translateX(30px);
}

.nou_leopard_toggle_label {
  font-weight: normal;
  margin-right: 10px;
}

.nou_leopard_toggle_status {
  display: inline-block;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 5px;
}

.nou_leopard_toggle_status.enabled {
  background-color: #e1f5e1;
  color: #107c10;
}

.nou_leopard_toggle_status.disabled {
  background-color: #f8d7da;
  color: #721c24;
}

.nou_leopard_toggle_status.pending {
  background-color: #fff3cd;
  color: #856404;
}

.nou_leopard_toggle_status.error {
  background-color: #f8d7da;
  color: #721c24;
}

/* Enhanced Sync System Styles */
.enhanced-sync-container {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,.04);
  border: 1px solid #c3c4c7;
  padding: 20px;
  margin-top: 20px;
  border-radius: 3px;
}

.enhanced-sync-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.enhanced-sync-title {
  font-size: 20px;
  font-weight: 600;
  color: #1d2327;
}

.enhanced-sync-actions {
  display: flex;
  gap: 10px;
}

.enhanced-sync-description {
  background-color: #f0f7fc;
  border-left: 4px solid #00a0d2;
  padding: 15px;
  margin-bottom: 20px;
}

.file-status-container {
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin-top: 15px;
  border-radius: 3px;
}

.file-status-header {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.file-status-list {
  max-height: 300px;
  overflow-y: auto;
}

.file-status-item {
  padding: 8px;
  margin-bottom: 5px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.file-status-item.success {
  background-color: #f0f7f0;
  border-left: 3px solid #46b450;
}

.file-status-item.failed {
  background-color: #fef7f7;
  border-left: 3px solid #dc3232;
}

.file-status-item.in-progress {
  background-color: #fcf9e8;
  border-left: 3px solid #ffb900;
}

.file-status-icon {
  font-size: 16px;
  width: 20px;
  text-align: center;
}

.file-status-details {
  flex: 1;
}

.file-status-name {
  font-weight: 500;
  margin-bottom: 3px;
}

.file-status-meta {
  color: #777;
  font-size: 12px;
  display: flex;
  gap: 15px;
}

.sync-controls {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

/* Make the Enhanced Sync menu item stand out in the admin menu */
#adminmenu li.current a[href="admin.php?page=leopard_offload_media_enhanced_sync"],
#adminmenu li a[href="admin.php?page=leopard_offload_media_enhanced_sync"] {
  color: #00b9eb !important;
  font-weight: bold;
}

.sync-operation-selector {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.sync-operation-selector select {
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
  padding: 8px;
}

.sync-summary {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}

.sync-stat-card {
  padding: 15px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  text-align: center;
}

.sync-stat-number {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0;
  color: #2271b1;
}

.sync-stat-label {
  color: #646970;
  font-size: 14px;
}

.sync-progress {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sync-progress-bar {
  height: 10px;
  background-color: #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
}

.sync-progress-inner {
  height: 100%;
  background-color: #2271b1;
  border-radius: 5px;
  width: 0%;
  transition: width 0.5s ease-in-out;
}

/* Enhanced Sync System Styles */
.leopard-enhanced-sync-container {
  max-width: 1200px;
  margin: 20px 0;
}

.leopard-enhanced-sync-intro {
  margin-bottom: 20px;
}

/* Analytics Dashboard Styles */
.analytics-dashboard-section {
  margin: 30px 0;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.analytics-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.analytics-card {
  flex: 1 1 calc(50% - 20px);
  min-width: 300px;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.analytics-card h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: #2271b1;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.chart-container {
  position: relative;
  height: 250px;
}

/* File Analysis Styles */
.file-analysis-section {
  margin: 30px 0;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.file-analysis-tabs {
  display: flex;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.file-analysis-tab {
  padding: 10px 15px;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-bottom: none;
  margin-right: 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
  font-weight: normal;
}

.file-analysis-tab.active {
  background: #fff;
  border-bottom-color: #fff;
  font-weight: bold;
  position: relative;
  top: 1px;
}

.file-analysis-tab-content {
  display: none;
}

.file-analysis-tab-content.active {
  display: block;
}

.file-analysis-header {
  margin-bottom: 20px;
}

.file-analysis-header h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #2271b1;
}

.file-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}

.file-type-card {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.file-type-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
}

.file-type-icon.image {
  background: #4CAF50;
}

.file-type-icon.video {
  background: #2196F3;
}

.file-type-icon.document {
  background: #FF9800;
}

.file-type-icon.audio {
  background: #9C27B0;
}

.file-type-icon.other {
  background: #607D8B;
}

.file-type-name {
  font-weight: bold;
  margin-bottom: 5px;
}

.file-type-count, .file-type-size {
  font-size: 12px;
  color: #666;
}

.file-type-loading {
  grid-column: 1 / -1;
  text-align: center;
  padding: 20px;
  color: #666;
}

/* Smart Recommendations Styles */
.smart-recommendations-section {
  margin: 30px 0;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.recommendations-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.recommendation-card {
  flex: 1 1 calc(33.333% - 20px);
  min-width: 250px;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  text-align: center;
}

.recommendation-icon {
  margin-bottom: 15px;
}

.recommendation-icon .dashicons {
  font-size: 36px;
  width: 36px;
  height: 36px;
  color: #2271b1;
}

.recommendation-card h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: #2271b1;
}

.recommendation-card p {
  margin-bottom: 15px;
  color: #666;
  min-height: 60px;
}

/* Performance Metrics Styles */
.performance-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 15px 0;
  background: #f0f7fc;
  padding: 15px;
  border-radius: 5px;
  border-left: 4px solid #2271b1;
}

.performance-metric {
  flex: 1 1 calc(33.333% - 15px);
  min-width: 150px;
}

.metric-label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #2271b1;
}

.metric-value {
  font-size: 18px;
}

.current-file-size {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
  font-style: italic;
}

/* File Status Header with Export Buttons */
.file-status-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.file-status-actions {
  display: flex;
  gap: 10px;
}

.file-status-actions .button {
  display: flex;
  align-items: center;
}

.file-status-actions .dashicons {
  margin-right: 5px;
}

/* Sync Operation Cards */
.sync-operation-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.sync-operation-card {
  flex: 1 1 250px;
  max-width: 350px;
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sync-operation-card:hover {
  border-color: #2271b1;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.sync-operation-card.selected {
  border-color: #2271b1;
  background-color: #f0f6fb;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.sync-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sync-card-icon {
  font-size: 30px;
  margin-bottom: 10px;
  color: #2271b1;
  background: #f0f6fb;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sync-card-icon .dashicons {
  width: 30px;
  height: 30px;
  font-size: 30px;
}

.sync-operation-card h4 {
  margin: 0 0 10px;
  font-size: 16px;
}

.sync-operation-card p {
  margin: 0;
  color: #666;
  font-size: 13px;
}

.sync-action-buttons {
  margin: 20px 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.progress-container {
  margin: 20px 0;
}

.progress-bar {
  height: 20px;
  background-color: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}

.progress-inner {
  height: 100%;
  background-color: #2271b1;
  border-radius: 10px;
  transition: width 0.3s ease;
}

.progress-info {
  font-size: 14px;
  color: #666;
}

.current-file-container {
  margin: 15px 0;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 5px;
}

.current-file-container h4 {
  margin-top: 0;
  margin-bottom: 10px;
}

.current-file {
  font-family: monospace;
  word-break: break-all;
}

.sync-control-buttons {
  margin: 20px 0;
  display: flex;
  gap: 10px;
}

.summary-section {
  margin: 20px 0;
}

.status-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}

.status-item {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
  min-width: 150px;
  flex: 1;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.status-label {
  font-weight: bold;
  margin-bottom: 5px;
}

.status-value {
  font-size: 24px;
  color: #2271b1;
}

.file-status-section {
  margin: 20px 0;
}

.file-status-list {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0;
  background: #fff;
}

.file-status-item {
  display: flex;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

.file-status-item:last-child {
  border-bottom: none;
}

.file-status-item.success {
  border-left: 4px solid #00a32a;
}

.file-status-item.failed {
  border-left: 4px solid #d63638;
}

.file-status-item.in-progress {
  border-left: 4px solid #f0c33c;
  background-color: #fffdf7;
}

.file-status-icon {
  width: 20px;
  text-align: center;
  margin-right: 10px;
  font-weight: bold;
}

.file-status-item.success .file-status-icon {
  color: #00a32a;
}

.file-status-item.failed .file-status-icon {
  color: #d63638;
}

.file-status-item.in-progress .file-status-icon {
  color: #f0c33c;
}

.file-status-details {
  flex: 1;
}

.file-status-name {
  font-weight: bold;
  margin-bottom: 3px;
}

.file-status-meta {
  display: flex;
  font-size: 12px;
  color: #666;
  gap: 10px;
}

.empty-status-message {
  padding: 20px;
  text-align: center;
  color: #666;
  font-style: italic;
}

.leopard-enhanced-sync-notice {
  margin-top: 30px !important;
}

.paused-operations-section {
  margin: 20px 0;
}

/* Multi-column layout for file selection */
.nou_leopard_wom_file_list {
  max-height: 400px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #ddd;
  background: #f9f9f9;
}

.nou_leopard_wom_file_checklist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
}

@media (max-width: 1200px) {
  .nou_leopard_wom_file_checklist {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nou_leopard_wom_file_checklist {
    grid-template-columns: 1fr;
  }
}

.nou_leopard_wom_file_checklist li {
  margin: 0;
  padding: 8px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  list-style: none;
}

.nou_leopard_wom_file_checklist li label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.nou_leopard_wom_file_checklist li input[type="checkbox"] {
  margin-top: 2px;
  margin-right: 8px;
}

.nou_leopard_wom_file_checklist .file-path {
  font-size: 12px;
  word-break: break-all;
}

/* File permission button styles */
.nou_leopard_wom_permission_button {
  margin-left: 10px !important;
}

.nou_leopard_wom_file_selection_container {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.nou_leopard_wom_file_selection_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.nou_leopard_wom_file_selection_header input[type="text"] {
  flex: 1;
  margin-right: 10px;
}

.nou_leopard_wom_file_selection_footer {
  margin-top: 15px;
  text-align: right;
}

.nou_leopard_wom_file_selection_footer button {
  margin-left: 10px;
}

.progress-mini {
  height: 10px;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 5px;
}

.progress-mini .progress-inner {
  height: 100%;
  background-color: #2271b1;
  border-radius: 5px;
}

#debug_output {
  white-space: pre-wrap;
  word-break: break-all;
  font-size: 12px;
  line-height: 1.4;
}

/* Responsive Adjustments */
@media (max-width: 782px) {
  .analytics-card,
  .recommendation-card {
    flex: 1 1 100%;
  }
  
  .performance-metric {
    flex: 1 1 100%;
  }
  
  .status-item {
    flex: 1 1 calc(50% - 20px);
  }
}

/* Column headers styling for file selection */
.nou_leopard_wom_column_headers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 10px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 1200px) {
  .nou_leopard_wom_column_headers {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nou_leopard_wom_column_headers {
    grid-template-columns: 1fr;
  }
}

.nou_leopard_wom_column {
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

.nou_leopard_wom_column label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nou_leopard_wom_column input[type="checkbox"] {
  margin-right: 5px;
}

/* CORS warning dialog */
.nou_leopard_wom_cors_warning {
  background-color: #fff8e5;
  border: 1px solid #f0c36d;
  border-radius: 3px;
  padding: 15px;
  margin: 10px 0;
}

.nou_leopard_wom_cors_warning p {
  margin: 0 0 10px 0;
}

.nou_leopard_wom_cors_warning strong {
  color: #e67e22;
}

/* Font CORS button */
#nou_leopard_wom_font_cors {
  margin-left: 10px !important;
}

/* File selection footer with select all/deselect all buttons */
.nou_leopard_wom_file_selection_footer {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}

.nou_leopard_wom_file_selection_footer .left-buttons {
  display: flex;
}

.nou_leopard_wom_file_selection_footer .right-buttons {
  display: flex;
}

.nou_leopard_wom_file_selection_footer button {
  margin-left: 10px;
}