   body.navbar-fixed { margin-top:55px; }
        .filename, td, th { white-space:nowrap  }
        .navbar-brand { font-weight:bold; }
       a {
  text-decoration: none;
  color: white;
}
        
      .bread-crumb { color:#cccccc;font-style:normal; }
        
    
        .hidden { display:none  }
       
      
        .right { text-align:right  }
       
        


        .preview-img { max-width:100%;max-height:80vh;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAKklEQVR42mL5//8/Azbw+PFjrOJMDCSCUQ3EABZc4S0rKzsaSvTTABBgAMyfCMsY4B9iAAAAAElFTkSuQmCC);cursor:zoom-in }
        
       
  
        .preview-video { position:relative;max-width:100%;height:0;padding-bottom:62.5%;margin-bottom:10px  }
        .preview-video video { position:absolute;width:100%;height:100%;left:0;top:0;background:#000  }
        

        .filename { text-align: left; max-width:80%;overflow:hidden;text-overflow:ellipsis  }
        
       
        i.go-back { font-size:1.2em;color:#007bff; }

        .main-nav { padding:0.2rem 1rem;box-shadow:0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)  }
        
       
      
        .c-preview-img { max-width: 300px; }
   :root {
                --bs-bg-opacity: 1;
                --bg-color: #f3daa6;
                --bs-dark-rgb: 28, 36, 41 !important;
                --bs-bg-opacity: 1;
            }
            .table-dark { --bs-table-bg: 28, 36, 41 !important; }
            
            body.theme-dark { background-image: linear-gradient(90deg, #1c2429, #263238); color: #CFD8DC; }
            .list-group .list-group-item { background: #343a40; }
            .theme-dark .navbar-nav i, .navbar-nav .dropdown-toggle, .break-word { color: #CFD8DC; }
  .drop-area {
            border: 2px dashed #4caf50;
            border-radius: 10px;
            width: 100%;
            height: 150px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: #4caf50;
            font-size: 16px;
            transition: background-color 0.3s;
        }
        .drop-area.hover {
            background-color: #f0f0f0;
        }
         .progress-bar {
            width: 100%;
            background-color: #f3f3f3;
            border-radius: 5px;
            margin-top: 10px;
        }
        .progress {
            height: 20px;
            width: 0;
            background-color: #4caf50;
            border-radius: 5px;
            text-align: center;
            color: white;
            line-height: 20px;
        }
        .progress-info {
            margin-top: 10px;
            font-size: 14px;
        }

form :where(i, p){
  color: #6990F2;
}
.table {
        border-collapse: collapse;
        width: 100%;
        margin: 20px 0;
        background-color: #282c34; /* Темный фон */
        color: #ffffff; /* Белый текст */
    }
    
    .table th, .table td {
        padding: 15px;
        text-align: right;
        border-bottom: 1px solid #444; /* Добавьте границу между строками */
    }

    .table th {
        background-color: #4a4e54; /* Цвет заголовка */
        font-size: 1em; /* Увеличенный размер шрифта заголовка */
    }

    .filename a {
        color: #fff; /* Цвет ссылок */
        text-decoration: none; /* Уберите подчеркивание */
    }

    
     .inline-actions a i {
        color: white;
        text-decoration: none;
        
    }
    .inline-actions a:hover {
        color: #ffffff; /* Цвет иконок при наведении */
    }

    .custom-checkbox-input {
        width: 20px;
        height: 20px;
    }

    .custom-control-label {
        margin-bottom: 0;
    }

    .custom-checkbox-td {
        padding: 0;
    }