


.form-control,
.form-select { padding-top: .5rem; padding-bottom: .5rem; }
.form-control-lg,
.form-select-lg { padding-top: .75rem; padding-bottom: .75rem; }
.form-control-sm{ padding: .25rem .5rem; }


.lang-btn { display: inline-flex; align-items: center; height: 100%; white-space: nowrap; }


.lang-btn .lang-name { font-size: .875rem; font-weight: 600; letter-spacing: .02em; }


.topbar-actions .btn,
.topbar-actions .avatar { height: 2.4rem; }
.topbar-actions .btn-icon { width: 2.4rem; }
.dropdown-menu img { width: 18px; height: 18px; margin-right: .5rem; border-radius: 2px; object-fit: cover; }


.min-vh-50 { min-height: 50vh; }


.ihtml img { max-width: 100%; height: auto; }
.ihtml table { width: auto !important; }




.topbar-stats { color: var(--bs-secondary-color); }
.topbar-stats > span + span { padding-left: .9rem; border-left: 1px solid var(--bs-border-color); }


.sidebar-storage .progress.is-unlimited { opacity: .35; }




.download-btn:not([disabled]) [data-status="disabled"] { display: none !important; }
.download-btn[disabled]       [data-status="active"]   { display: none !important; }
.download-btn[disabled] {
  background-color: var(--bs-primary-bg-subtle) !important;
  border-color: var(--bs-primary-bg-subtle) !important;
  color: var(--bs-primary-text-emphasis) !important;
  opacity: 1;
}
.download-btn { line-height: 1.4; }
.xsmall { font-size: .75em !important; }


.codes-textarea { position: relative; }
.codes-textarea .form-control {
  border: 0 !important; border-radius: 0;
  background-color: var(--bs-tertiary-bg); resize: vertical;
}
.codes-textarea .form-control:focus { box-shadow: none; }
.codes-textarea .btn { position: absolute; right: .5rem; bottom: .5rem; }


.block-tabs { box-shadow: inset 0 -1px 0 var(--bs-border-color); white-space: nowrap; flex-wrap: nowrap; overflow-x: auto; }
.block-tabs .nav-link { font-weight: 600; font-size: .875rem; border-bottom: 3px solid transparent; color: var(--bs-secondary-color); padding: .8rem 1.5rem; }
.block-tabs .nav-link:hover { color: var(--bs-primary); }
.block-tabs .nav-link.active { border-color: var(--bs-primary); color: var(--bs-primary); background: transparent; }


.preview-image img { width: 100%; height: 100%; object-fit: contain; cursor: zoom-in; }
.preview-image .btn-expand { position: absolute; bottom: 1rem; right: 1rem; z-index: 2; }


.relatedFile:last-child { border-bottom: 0 !important; }
.relatedFile-link { display: block; }


.notfound { padding: 3rem 1rem; text-align: center; margin: auto; max-width: 700px; }

.min-w-0 { min-width: 0; }




.otp-input {
  letter-spacing: .5em; text-indent: .5em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-weight: 600;
}


.slide-image { display: inline-block; position: relative; max-width: 100%; }
.slide-image .img { width: 100%; max-width: 694px; display: block; opacity: 0; }
.slide-image .img2,
.slide-image .img3,
.slide-image .img4 { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; }
.slide-image.animated .img  { animation: .5s xfsFadeIn forwards; }
.slide-image.animated .img2 { animation: 1s xfsFadeIn forwards; }
.slide-image.animated .img3 { animation: 1s xfsFadeIn .25s forwards; }
.slide-image.animated .img4 { animation: 1s xfsFadeIn .5s forwards; }
@keyframes xfsFadeIn { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .slide-image.animated .img,
  .slide-image.animated .img2,
  .slide-image.animated .img3,
  .slide-image.animated .img4 { animation: none; opacity: 1; }
}


.paging { display: flex; align-items: center; flex-wrap: wrap; }
.paging:empty { display: none; }
.paging-centered .paging { justify-content: center; }
.paging-centered .paging small { display: block; width: 100%; text-align: center; padding-top: 1rem; }
.paging a,
.paging span {
  height: 40px; min-width: 40px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 .85rem; margin: .25rem;
  border-radius: var(--wp-radius-sm);
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary-text-emphasis);
  font-size: .875rem; font-weight: 500; text-decoration: none;
}
.paging a:hover { background-color: var(--bs-primary-border-subtle); }
.paging span { background-color: var(--bs-primary); color: #fff; }
.paging small { color: var(--bs-secondary-color); margin-left: auto; font-size: .8em; }


.fileItem {
  background: var(--wp-surface);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--wp-radius);
  height: 100%;
  overflow: hidden;
  transition: box-shadow .15s ease, border-color .15s ease;
}
.fileItem:hover { border-color: var(--bs-primary-border-subtle); box-shadow: var(--wp-shadow, 0 2px 14px -6px rgba(7,39,120,.18)); }
.fileItem-cover { position: relative; display: flex; align-items: center; justify-content: center; height: 120px; background: var(--bs-tertiary-bg); }
.fileItem-cover img.thumb { width: 100%; height: 100%; object-fit: cover; }
.fileItem-cover img.icon { width: 48px; height: 48px; object-fit: contain; }
.fileItem-cover svg { display: block; }
.fileItem-addto,
.fileItem-added { position: absolute; top: .5rem; right: .5rem; width: 2rem; height: 2rem; padding: 0;
  display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; }
.fileItem-added { color: #fff; }

.thumb-sm { width: 28px; height: 28px; object-fit: cover; border-radius: 4px; background: var(--bs-tertiary-bg); }


.thumb-icon { width: 28px; font-size: 22px; line-height: 1; text-align: center;
  color: var(--bs-secondary-color); display: inline-block; }


.fileItem-cover .cover-icon { font-size: 48px; line-height: 1; color: var(--bs-secondary-color); }


.ft-image   { --ft-rgb: 147, 51, 234; }   
.ft-video   { --ft-rgb: 219, 39, 119; }   
.ft-audio   { --ft-rgb: 8, 145, 178; }    
.ft-archive { --ft-rgb: 217, 119, 6; }    
.ft-pdf     { --ft-rgb: 220, 38, 38; }    
.ft-doc     { --ft-rgb: 37, 99, 235; }    
.ft-sheet   { --ft-rgb: 22, 163, 74; }    
.ft-slide   { --ft-rgb: 234, 88, 12; }    
.ft-text    { --ft-rgb: 71, 85, 105; }    
.ft-code    { --ft-rgb: 79, 70, 229; }    
.ft-app     { --ft-rgb: 13, 148, 136; }   
.ft-font    { --ft-rgb: 101, 163, 13; }   
.ft-torrent { --ft-rgb: 2, 132, 199; }    
.ft-other   { --ft-rgb: 107, 114, 128; }  
.ft-folder  { --ft-rgb: 234, 179, 8; }    

.ft,
.thumb-icon.ft,
.fileItem-cover .cover-icon.ft { color: rgb(var(--ft-rgb, 107, 114, 128)); }
.file-icon.ft { color: rgb(var(--ft-rgb, 107, 114, 128)); background-color: rgba(var(--ft-rgb, 107, 114, 128), .12); }

.fileItem-title { font-size: .875rem; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fileItem-title a { text-decoration: none; }
.fileItem-date,
.fileItem-info { font-size: .75rem; color: var(--bs-secondary-color); }


.text-list { list-style: none; padding-left: 0; }
.text-list li { padding-left: 1.75rem; margin-bottom: .5rem; position: relative; }
.text-list li::before {
  content: "\f26e"; font-family: "bootstrap-icons"; color: var(--bs-success);
  position: absolute; left: 0; top: 0;
}

.break-all { word-break: break-all; }


#gdpr-cookie-notice {
  position: fixed; bottom: 0; left: 0; width: 100%; z-index: 10000;
  display: flex; align-items: center; justify-content: space-between; column-gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--wp-sidebar-bg); color: var(--wp-sidebar-color);
  border-top: 3px solid var(--bs-primary);
  font-size: .8125rem;
}


.paysys {
  display: inline-flex; align-items: center; justify-content: center;
  width: 108px; height: 56px; padding: .5rem;
  border: 1px solid var(--bs-border-color); border-radius: var(--wp-radius-sm);
  background: var(--wp-surface); transition: border-color .15s ease, box-shadow .15s ease;
}
.paysys img { max-width: 100%; max-height: 100%; object-fit: contain; }
.paysys-link:hover .paysys { border-color: var(--bs-primary); box-shadow: 0 0 0 3px var(--bs-primary-bg-subtle); }


#progress .progressbar { width: 100%; height: 8px; border-radius: 999px; background: var(--bs-tertiary-bg); overflow: hidden; }
#progress .progress-bar { height: 100%; background: var(--bs-primary); }


.comparison-table { min-width: 720px; }
.comparison-table thead th {
  font-size: 1.0625rem; font-weight: 700; color: var(--bs-emphasis-color);
  padding-top: 1.1rem; padding-bottom: 1.1rem; border-bottom-width: 1px;
}
.comparison-table td { padding-top: .85rem; padding-bottom: .85rem; }
.comparison-table .feature-col {
  position: sticky; left: 0; z-index: 2;
  background: var(--wp-surface);
  color: var(--bs-secondary-color);
  width: 32%; min-width: 220px;
}
.comparison-table thead .feature-col { color: var(--bs-emphasis-color); }
.comparison-table .premium { background: var(--bs-primary-bg-subtle); }
.comparison-table thead .premium { color: var(--bs-primary-text-emphasis); }
.comparison-table tbody tr:hover .feature-col { background: var(--bs-tertiary-bg); }
.cmp-yes { color: var(--bs-success); font-size: 1.25rem; }
.cmp-no  { color: var(--bs-danger);  font-size: 1.25rem; opacity: .55; }


.premiumPlan { transition: border-color .15s ease, box-shadow .15s ease; }
.premiumPlan:hover { border-color: var(--bs-primary-border-subtle); box-shadow: 0 2px 14px -6px rgba(7,39,120,.18); }


.premium-features {
  gap: .5rem .625rem;
}
.premium-features li {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .9375rem;
  line-height: 1.3;
}
.premium-features li i {
  color: var(--bs-success);
  font-size: 1rem;
  flex-shrink: 0;
}


.plan-switch {
  border-radius: 100rem;
}
.plan-switch > .btn {
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}
.plan-switch > .btn:first-child {
  border-top-left-radius: 100rem;
  border-bottom-left-radius: 100rem;
  padding-left: 1.6rem;
}
.plan-switch > .btn:last-child {
  border-top-right-radius: 100rem;
  border-bottom-right-radius: 100rem;
  padding-right: 1.6rem;
}


[ng-cloak], .ng-cloak { display: none !important; }


.dropbox { position: relative; }
.dropbox input[type="file"] {
  position: absolute; left: 0; top: 0;
  width: 100%; height: 100%;
  cursor: pointer; opacity: 0;
}

.dropbox { padding: 3rem 1rem; }




.uploadItem { border: 1px solid var(--bs-border-color); border-radius: var(--wp-radius-lg); background: var(--wp-surface); }
.upload-results { margin-top: 0; }


.upload-queue-item { padding: .85rem 0; border-top: 1px solid var(--bs-border-color); }
.upload-queue-item:last-child { border-bottom: 1px solid var(--bs-border-color); }
.upload-queue-item .file-icon { width: 2.4rem; height: 2.4rem; font-size: 1.15rem; }


.upload-progress { height: 6px; }
.upload-queue-item .progress-bar.file-error { background: var(--bs-danger) !important; }


@media (min-width: 992px) {
  .upload-options { position: sticky; top: 1rem; }
}


#remote_progress_bar { transition: width .4s ease; }


.upload-options-toggle { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: .5rem; padding: 0; border: 0; background: none; color: inherit; font-weight: 600; }
.upload-options-toggle .bi-chevron-down { transition: transform .2s ease; }
.upload-options-toggle[aria-expanded="true"] .bi-chevron-down { transform: rotate(180deg); }
.upload-options-body { padding-top: 1rem; }
@media (min-width: 992px) {
  .upload-options-body { padding-top: 0; }
}




.files-total {
  display: inline-block; min-width: 1.25rem; padding: 0 .3rem;
  background: var(--bs-tertiary-bg); color: var(--bs-secondary-color);
  border-radius: var(--wp-radius-sm);
  font-size: .6875rem; line-height: 1.4; text-align: center;
}


.files td.file_public,
.files td.file_premium_only { background: var(--bs-success-bg-subtle); }

.files .fld-name a:hover .text-truncate,
.files .file-name a:hover .text-truncate { color: var(--bs-primary); }


.card-has-dropdown { overflow: visible; }
.card-has-dropdown > .table-responsive:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}


.search { position: relative; flex: 1 1 auto; }
.ui-autocomplete { z-index: 1060 !important; }


.bottom-space { height: .5rem; }


.modal-export textarea { min-height: 260px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .8125rem; }


.settings-table > tbody > tr > td { padding: .25rem .5rem; vertical-align: middle; }
.settings-table > tbody > tr > td:first-child {
  width: 25%; color: var(--bs-secondary-color); font-size: .875rem;
}
.settings-table > tbody > tr > td.border-start { border-left: 1px solid var(--bs-border-color) !important; width: auto; }
.settings-table .col-form-label { padding-top: 0; padding-bottom: 0; }
.admin-settings input.form-control,
.admin-settings .form-select { max-width: 500px; }
.admin-settings .input-group .form-control { max-width: 250px; }

@media (max-width: 767.98px) {
  .settings-table > tbody > tr > td { display: block; width: 100%; }
  .settings-table > tbody > tr > td:first-child { padding-bottom: 0; }
  .settings-table > tbody > tr > td.border-start { border-left: 0 !important; }
  .settings-table > tbody > tr > td.text-lg-end { text-align: left !important; }
}




.files-total {
  background: var(--bs-tertiary-bg); color: var(--bs-secondary-color);
  margin-left: .5rem; padding: 0 .4rem; min-width: 1.25rem;
  text-align: center; border-radius: 5px; font-size: 11px; flex-shrink: 0;
}


td.file_public,
td.file_premium_only { background: var(--bs-success-bg-subtle); }

.bottom-space { height: .5rem; }


.modal-export textarea { min-height: 240px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .8125rem; }


.settings-table > :not(caption) > * > * { padding: .6rem 1rem; }
.settings-table td:first-child {
  width: 34%; color: var(--bs-secondary-color);
  background: var(--bs-tertiary-bg); font-size: .875rem;
}
.settings-table .col-form-label { padding-top: 0; padding-bottom: 0; }
@media (max-width: 991.98px) {
  .settings-table, .settings-table tbody, .settings-table tr, .settings-table td { display: block; width: 100%; }
  .settings-table td:first-child { background: transparent; padding-bottom: .1rem; text-align: left !important; }
  .settings-table td.border-start { border-left: 0 !important; padding-top: 0; }
}


.js-header:empty { display: none; }
.js-header h4 { font-size: 1.05rem; font-weight: 700; margin: 0; }





input[type="date"].form-control { padding-right: .5rem; }
input[type="date"]::-webkit-calendar-picker-indicator { cursor: pointer; opacity: .6; }
input[type="date"]:hover::-webkit-calendar-picker-indicator { opacity: 1; }



.code {
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre;
  overflow-x: auto;
  background-color: var(--bs-dark);
  color: var(--bs-gray-400, #ced4da);
  font-size: .85em;
  border-radius: var(--wp-radius-sm);
}


.doc-page h2 {
  font-size: 1.3rem;
  margin-top: 2.2rem;
  border-bottom: 1px solid var(--bs-border-color);
  padding-bottom: .3rem;
}
.doc-page code {
  background: var(--bs-tertiary-bg);
  border-radius: 4px;
  padding: .12em .4em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .9em;
}
.doc-page pre {
  background: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--wp-radius-sm);
  padding: .9rem 1rem;
  overflow-x: auto;
}
.doc-page pre code { background: none; padding: 0; }
.doc-page ul { padding-left: 1.4rem; }
.doc-page li { margin: .35rem 0; }
.doc-page .note {
  background: var(--bs-warning-bg-subtle);
  border-left: 4px solid var(--bs-warning);
  padding: .6rem .9rem;
  border-radius: 4px;
  margin: 1rem 0;
}


.text-content strong.badge { margin: 0 3px; }


.tooltip-light { position: relative; }
.tooltip-light .tooltiptext {
  visibility: hidden;
  width: 120px;
  bottom: 40px;
  left: 50%;
  margin-left: -60px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: var(--wp-radius-sm);
  position: absolute;
  z-index: 1;
}
.tooltip-light:hover .tooltiptext { cursor: pointer; visibility: visible; }
.tooltip-light .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.monitor-table tr td { white-space: nowrap; }
.monitor-table .speed { width: 110px; overflow: hidden; }
.monitor-table a.filename {
  max-width: 300px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  vertical-align: bottom;
}


.user-url .form-control[readonly] { background: transparent; }
.earn-mode { padding: .85rem 1rem; border: 1px solid var(--bs-border-color); border-radius: var(--wp-radius-sm); }
.earn-mode:has(input:checked) { border-color: var(--bs-primary); background: var(--bs-primary-bg-subtle); }
.earn-mode .form-check-input { margin-top: .2rem; }




.form-switcher { display: inline-flex; align-items: center; gap: .5rem; vertical-align: middle; }
.form-switcher label { flex: 1 1 auto; font-size: .75rem; color: var(--bs-secondary-color); margin: 0; }
.form-switcher input[type="checkbox"] {
  appearance: none; -moz-appearance: none;
  min-width: 38px; width: 38px; height: 22px;
  border: 0 !important; outline: 0 !important; box-shadow: none !important;
  border-radius: 25px; cursor: pointer;
  transition: background-color .2s ease, background-position .2s ease;
  background-color: var(--bs-gray-400, #ced4da);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Ccircle cx='8' cy='8' r='7.4' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 3px 50%;
}
.form-switcher input[type="checkbox"]:checked {
  background-color: var(--bs-success);
  background-position: calc(100% - 3px) 50%;
}
.form-switcher input:disabled,
.form-switcher input:disabled ~ label { opacity: .5; cursor: not-allowed; }

.form-switcher .switcher-status::after { content: "Disabled"; min-width: 48px; display: block; }
.form-switcher input:checked ~ .switcher-status::after { content: "Enabled"; }

.files .form-switcher input[type="checkbox"] { width: 32px; min-width: 32px; height: 18px; background-size: 14px; background-position: 2px 50%; }
.files .form-switcher input[type="checkbox"]:checked { background-position: calc(100% - 2px) 50%; }


.check-radio { display: flex; align-items: center; gap: .5rem; }
.check-radio label { flex: 1 1 auto; margin: 0; }
.check-radio input[type="radio"],
.check-radio input[type="checkbox"] {
  appearance: none; -moz-appearance: none;
  width: 18px; min-width: 18px; height: 18px;
  background-color: var(--wp-surface);
  border: 1px solid var(--bs-border-color);
  background-repeat: no-repeat; background-position: 50%;
  transition: background-color .2s ease, border-color .2s ease;
  cursor: pointer;
}
.check-radio input[type="radio"] { border-radius: 50%; }
.check-radio input[type="checkbox"] { border-radius: var(--wp-radius-sm); }
.check-radio input:checked { border-color: var(--bs-primary); background-color: var(--bs-primary); }
.check-radio input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23fff'/%3E%3C/svg%3E");
}
.check-radio input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9' fill='none'%3E%3Cpath d='M3.9 5.5 1.7 3.3.3 4.7l3.8 3.8L9.8 1.7 8.3.4 3.9 5.5Z' fill='%23fff'/%3E%3C/svg%3E");
}
.check-radio input:focus-visible { outline: 2px solid var(--bs-primary-border-subtle); outline-offset: 1px; }


.watermark-position { display: grid; grid-template-columns: repeat(3, 48px); width: max-content;
  border: 1px solid var(--bs-border-color); border-radius: var(--wp-radius-sm); overflow: hidden; }
.watermark-position .check-radio { width: 48px; height: 36px; justify-content: center; }
.watermark-position .check-radio:nth-child(-n+6) { border-bottom: 1px solid var(--bs-border-color); }
.watermark-position .check-radio:not(:nth-child(3n+1)) { border-left: 1px solid var(--bs-border-color); }


.admin-settings input.form-control,
.admin-settings .form-select { max-width: 500px; }
.admin-settings .input-group .form-control { max-width: 250px; }
.admin-settings .status {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .375rem 1rem; font-size: .875rem; font-weight: 500;
  border-radius: var(--wp-radius-sm); border: 1px solid transparent; vertical-align: middle;
}




.control-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; }


.btn-more { width: 2.5rem; padding-left: 0; padding-right: 0; }


#xfiles tr.hi2 > td { background-color: var(--bs-primary-bg-subtle); }
#xfiles td.pub { box-shadow: inset 3px 0 0 var(--bs-success); }
#xfiles a.filename {
  display: inline-block;
  max-width: clamp(220px, 23vw, 720px);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  vertical-align: middle;
}


.btn-outline-light {
  --bs-btn-color: var(--bs-secondary-color);
  --bs-btn-border-color: var(--bs-border-color);
  --bs-btn-hover-color: var(--bs-emphasis-color);
  --bs-btn-hover-bg: var(--bs-tertiary-bg);
  --bs-btn-hover-border-color: var(--bs-secondary-border-subtle);
  --bs-btn-active-color: var(--bs-emphasis-color);
  --bs-btn-active-bg: var(--bs-secondary-bg);
  --bs-btn-active-border-color: var(--bs-secondary-border-subtle);
}


.bg-primary .btn-outline-light {
  --bs-btn-color: #fff;
  --bs-btn-border-color: rgba(255, 255, 255, .65);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-active-color: var(--bs-primary);
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
}


.thumb-strip { display: flex; gap: .5rem; overflow-x: auto; padding: .25rem 0; }
.thumb-strip img { height: 90px; width: auto; border-radius: var(--wp-radius-sm); flex: 0 0 auto; }


tr.hi > td { background-color: var(--bs-tertiary-bg); }


.actions { white-space: nowrap; }
td.nopad { padding: 0; }

span.status { padding: 4px 10px; border-radius: 16px; display: inline-block; min-width: 64px; }


.nicEdit-main { padding: 4px 8px; }
.nicEdit-panelContain { border-radius: var(--wp-radius-sm) var(--wp-radius-sm) 0 0; }


.block {
  border: 1px solid var(--bs-border-color);
  background-color: var(--wp-surface);
  border-radius: var(--wp-radius);
  text-align: left;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}


td.highlight { background-color: var(--bs-warning-bg-subtle); font-weight: 600; }


.srv-name { white-space: nowrap; }
.no-outline { outline: none !important; }
.server-selector { margin: 5px; }
.server-selector.active { background-color: var(--bs-primary); border-color: var(--bs-primary); color: #fff; }
.inactive { opacity: .4; pointer-events: none; }

.loadbar {
  width: 7px; height: 25px;
  background-color: var(--wp-surface);
  border: 1px solid var(--bs-border-color);
  position: relative; display: inline-block;
}
.loadbar .bar {
  width: 100%; display: block; position: absolute; bottom: 0;
  font-size: 12px; color: #fff;
  background:
    linear-gradient(var(--bs-danger), var(--bs-danger)) left/100% calc(100% - 20px),
    linear-gradient(var(--bs-warning), var(--bs-warning)) left/100% calc(100% - 8px),
    var(--bs-success);
}


.actions button { min-width: 100px; }


.changed { border: 2px solid var(--bs-danger) !important; }


.dbcheck .wizard {
  border: 1px solid var(--bs-border-color);
  border-radius: var(--wp-radius);
  padding: 1rem 1.25rem;
  background: var(--wp-surface);
}
.dbcheck .wizard-actions { margin-top: 1rem; text-align: right; display: flex; gap: .5rem; justify-content: flex-end; align-items: center; }
.dbcheck .wizard-actions label { margin-right: auto; }
.dbcheck .progressbar-outer { margin: auto; }
.dbcheck a { cursor: pointer; }
.dbcheck table { width: 100%; }
.dbcheck input:disabled,
.dbcheck .btn:disabled { opacity: .5; cursor: not-allowed !important; }
.dbcheck .important { color: var(--bs-danger); font-weight: 600; }
.dbcheck .filename { word-break: break-all; text-align: left; }



.js-header-actions { overflow-x: auto; }
.js-header-actions [data-topbar-actions] { display: flex; align-items: center; gap: .5rem; flex-wrap: nowrap; }
.js-header-actions .btn { white-space: nowrap; }

@media (max-width: 1399.98px) { .app-topbar .topbar-stats { display: none !important; } }

#chart_div { line-height: 360px; }


.settings-logo input[type="file"] {
  position: absolute; left: 0; top: 0;
  width: 100%; height: 100%; opacity: 0; cursor: pointer;
}
.nav.tabs { position: relative; }
#get-more-mods {
  position: absolute; right: 18px; top: 8px;
  background: var(--bs-primary-bg-subtle);
  color: var(--bs-primary-text-emphasis);
  font-weight: 700; border-radius: var(--wp-radius-sm);
  padding: .25rem .6rem; font-size: .8125rem; text-decoration: none;
}
#get-more-mods:hover { background: var(--bs-primary-border-subtle); }


.crud .dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-left: 6px; vertical-align: middle; }
.crud .dot.red { background: var(--bs-danger); }
.crud .dot.green { background: var(--bs-success); }
.crud thead a { color: inherit; text-decoration: none; white-space: nowrap; }
.crud thead a:hover { text-decoration: underline; }
.crud .row-actions a { opacity: .65; }
.crud .row-actions a:hover { opacity: 1; }



.files-card-header,
.tabs-card-header {
  display: flex;
  flex-wrap: nowrap;
  gap: .5rem;
  padding-bottom: 0;                
}
.files-view-tabs,
.view-tabs {
  align-self: stretch;              
  align-items: flex-end;            
  min-width: 0;
  border-bottom: 0;                 
}
.files-view-tabs .nav-link,
.view-tabs .nav-link {
  font-weight: 500;                 
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
}
.files-view-tabs .nav-link.active,
.view-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}


.view-tabs { flex-wrap: wrap; }


.stats-chart {
  position: relative;
  height: 200px;
}


@media (max-width: 575.98px) {
  .files-view-tabs .nav-link,
  .view-tabs .nav-link {
    padding-left: .6rem;
    padding-right: .6rem;
    font-size: .8125rem;
  }
}


.fld-new-input {
  width: 100%;
  max-width: 22rem;
  padding: .25rem 0;
  border: 0;
  border-bottom: 1px solid var(--bs-border-color);
  border-radius: 0;
  background: transparent;
  color: inherit;
}
.fld-new-input:focus {
  outline: 0;
  border-bottom-color: var(--bs-primary);
}
.fld-new-input::placeholder { color: var(--bs-secondary-color); }


.files-breadcrumb {
  --crumb-h: 1.6rem;                  
  --crumb-gap: .2rem;
}
.files-breadcrumb .breadcrumb {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23b0b7c3' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='M6 3l5 5-5 5'/%3E%3C/svg%3E");
  --bs-breadcrumb-item-padding-x: var(--crumb-gap);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: var(--crumb-gap);
  font-size: .9375rem;
  line-height: 1;
}

.files-breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  gap: var(--crumb-gap);
  min-width: 0;
}
.files-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: flex;
  align-items: center;
  height: var(--crumb-h);
  padding-right: 0;                 
}
.files-breadcrumb .crumb {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  height: var(--crumb-h);
  padding: 0 .6rem;
  border-radius: 999px;
  background: var(--bs-primary-bg-subtle);
  color: var(--bs-primary-text-emphasis);
  text-decoration: none;
  white-space: nowrap;
}
a.crumb:hover { filter: brightness(.96); }

.files-breadcrumb .breadcrumb-item.active .crumb {
  font-weight: 700;
  color: var(--bs-primary-text-emphasis);
  background: color-mix(in srgb, var(--bs-primary-bg-subtle) 78%, var(--bs-primary) 22%);
}

@supports not (background: color-mix(in srgb, red 50%, blue)) {
  .files-breadcrumb .breadcrumb-item.active .crumb { background: var(--bs-primary-bg-subtle); }
}


.fld-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: var(--crumb-h, 2rem);
  width: var(--crumb-h, 2rem);
  border: 1px solid var(--bs-border-color);
  border-radius: 999px;
  line-height: 1;
  color: var(--bs-secondary-color);
  text-decoration: none;
}
.fld-share-btn:hover,
.fld-share-btn:focus {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}


.row-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .125rem .4rem;
  line-height: 1;
  font-size: 1rem;
}
.row-menu-btn {
  --bs-btn-color: var(--bs-secondary-color);
  --bs-btn-hover-color: var(--bs-body-color);
  --bs-btn-active-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-hover-bg: var(--bs-secondary-bg);
  --bs-btn-active-bg: var(--bs-secondary-bg);
  --bs-btn-border-color: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  padding: .125rem .4rem;
  line-height: 1;
  opacity: .55;
  
  font-size: 1rem;
}
tr:hover .row-menu-btn,
.row-menu-btn:focus-visible,
.row-menu-btn[aria-expanded="true"] { opacity: 1; }


.files .table td > .form-check-input,
.files .table th > .form-check-input {
  display: block;
  margin: 0;
}

.files .table > thead { vertical-align: middle; }

.files .table td > .dropdown {
  display: flex;
  align-items: center;
}
.row-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.ui-confirm .modal-dialog { max-width: 26rem; }
.ui-confirm .modal-content { --bs-modal-bg: #fff; background: #fff; }
.ui-confirm-title { font-weight: 700; }
.ui-confirm-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.ui-confirm-icon.tone-danger  { background: var(--bs-danger-bg-subtle);  color: var(--bs-danger); }
.ui-confirm-icon.tone-primary { background: var(--bs-primary-bg-subtle); color: var(--bs-primary); }


.ui-flash-wrap {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1090;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  width: min(24rem, calc(100vw - 2rem));
}
.ui-flash {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  padding: .75rem .85rem;
  background: #fff;
  border: 1px solid var(--bs-border-color);
  border-left: 4px solid var(--bs-secondary);
  border-radius: var(--wp-radius);
  box-shadow: var(--wp-shadow);
  animation: ui-flash-in .18s ease-out;
}
.ui-flash.leaving { opacity: 0; transform: translateX(.5rem); transition: all .25s ease-in; }
.ui-flash-icon { font-size: 1.1rem; line-height: 1.4; }
.ui-flash-success { border-left-color: var(--bs-success); }
.ui-flash-success .ui-flash-icon { color: var(--bs-success); }
.ui-flash-danger  { border-left-color: var(--bs-danger); }
.ui-flash-danger  .ui-flash-icon { color: var(--bs-danger); }
.ui-flash-warning { border-left-color: var(--bs-warning); }
.ui-flash-warning .ui-flash-icon { color: var(--bs-warning); }
.ui-flash-info    { border-left-color: var(--bs-primary); }
.ui-flash-info    .ui-flash-icon { color: var(--bs-primary); }
@keyframes ui-flash-in { from { opacity: 0; transform: translateX(1rem); } to { opacity: 1; transform: none; } }


.modal-content {
  border: 0;
  border-radius: var(--wp-radius-lg);
  box-shadow: var(--wp-shadow);
}


.app-content .hero-section {
  background: none;
}



.app-content .pricing-band {
  background: none !important;
}


.app-content .faq-band {
  background: none !important;
}




.app-content .pricing-section + .pricing-section {
  border-top: 1px solid var(--bs-border-color);
}


.app-content .premiumPlan {
  padding: 1rem !important;
}






.icon-google { color: #ea4335; }
