body {
    background-color: rgb(25, 25, 25);
    color :#f7f7f7;
} 
.menuDiv{
    min-width: 250px;
    display: none;
    background-color: #f7f7f7;
    position: absolute;
    right: 15px;
    border-radius: 5px;       
    border-top-right-radius: 0px;
    margin-top: -2px;
  border: 1px solid #c0c0c0;
  padding: 5px;
  z-index: 999;
 
}
tbody{
    background-color: #fff;
}
thead{
    background-color: #00b7ff;
    color: #fff;
}
.box-container{
    min-height: auto;
    padding: 0!important;;
}
 .content-div{
    min-height: 500px;
    height: 87vh;
    background-color: #f7f7f7;
    color:#000000;
    padding: 10px!important;
 }
.menu-button:focus {
    outline: none;
}
 
.menu-container:focus-within .menuDiv {
    display: flex;
    flex-direction: column;
}
.menuDiv ul li i {
    color: #00b7ff;
    width: 20px;
    padding: 8px 12px;
    margin-right: 10px;
    float: left;
}
.menuDiv ul li a {
    color: #00b7ff;
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    
    width: 85%;
    float: left;
}
 
.menuDiv ul li a:hover {
    background-color: #00b7ff;
    color: #f7f7f7;
}
    .color-row {
        text-align: center;
        text-align: center;
        font: bold 20px Sans-Serif;
        padding: 5px 0;

    }


    .color-row span {
        -webkit-filter: invert(100%);
        filter: invert(100%);
        font-size: 12px;
        text-transform: capitalize;

        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    }

    .piller-container {
        text-align: center;
        padding-top: 13px;
        height: 100%;

    }

    .sub-piller-container {
        background: rgb(3, 129, 179);
        background: linear-gradient(90deg, rgba(3, 129, 179, 1) 0%, rgba(19, 143, 191, 1) 35%, rgba(0, 183, 255, 1) 100%);
    }

    /* svg {
        position: absolute;
        margin-left: -100%;
        background-color: #0000002b;
    } */
    .btn-custom {
         
        border-radius: 10px;
        background: transparent;
         
        place-items: center;
        border: 0;
        cursor: pointer;
        flex: 0 0 36px;
        color:#fff;
      }
    #search-result-count {
        font-size: 12px;
        padding: 10px;
        padding-left: 10px;
        background-color: #fff;
        border-radius: 50%;
        color: #00b7ff;
        width: 35px;
        position: absolute;
        margin-top: -35px;
        margin-left: 167px;
        line-height: 1;
        padding-left: 5.5px;
        text-align: center;
    }

    .slow-spin {
        -webkit-animation: fa-spinX 3s infinite linear;
        animation: fa-spinX 3s infinite linear;
    }

    @keyframes fa-spinX {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }

    .opacity-01 {
        opacity: 0.1;
    }

    .bar {}

    .bar1 {
        fill: rgba(17, 197, 32);
    }

    .bar2 {
        fill: rgba(70, 23, 133);
    }


    .bar3 {
        fill: rgba(108, 122, 24);
    }


    .bar4 {
        fill: rgba(236, 75, 0);

    }


    .bar5 {
        fill: rgba(64, 21, 218);
    }


    .bar6 {
        fill: rgba(160, 216, 28);
    }


    .bar7 {
        fill: rgba(122, 24, 114);
    }


    .bar8 {
        fill: rgba(236, 75, 0);
    }

    .bar9 {
        fill: rgba(122, 24, 53);

    }

    .bar10 {
        fill: rgba(0, 149, 236);
    }

    .bar:hover {
        opacity: 0.4;
    }

    input[readonly] {
        background-color: #eee;
        cursor: not-allowed;
    }

    .input-color {
        height: 36px;
        margin-top: 1px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .no-radius {
        border-radius: 0;
    }

    .custom-search-input {
        padding: 3px;
        border: solid 1px #E4E4E4;
        border-radius: 6px;
        background-color: #fff;
    }

    .custom-search-input input {
        border: 0;
        box-shadow: none;
    }

    .custom-search-input button {
        margin: 2px 0 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: #666666;
        padding: 0 8px 0 10px;
        border-left: solid 1px #ccc;
    }

    .custom-search-input button:hover {
        border: 0;
        box-shadow: none;
        border-left: solid 1px #ccc;
    }

    .custom-search-input .glyphicon-search {
        font-size: 23px;
    }

    .btn-default:hover {
        background-color: #c0c0c0;
    }

    .btn.focus,
    .btn:focus {
        outline: 0;
        box-shadow: none;
    }

    .btn-info:hover {
        background-color: #00b7ff;
    }

    .text-search {
        font-size: 40px;
        color: #fff;
    }

    .search-img-in-video-txt {
        font-size: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 5px;
    }

    .video-tile {
        background-color: #188cb9;
        border-radius: 8px;
    }

    #video-player {
        background-color: #188cb9;
        border-radius: 8px;
    }


    .col-md-4 {
        float: left;
    }

    .hide {
        display: none;
    }

    .btn-group-xs>.btn,
    .btn-xs {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    .btn-float-right {
        position: absolute;
        right: 5px;
        margin-top: -19px;
        height: 22px;
    }

    .sidebar {
        background-color: rgb(25, 25, 25);
        padding: 10px;
        height: 100vh;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        position: sticky;

        top: 0;
    }

    .btn-noborder {
        border-radius: 0px;
    }


    .search-img-in-video {
        margin-top: -81px;
        right: 1px;
        position: absolute;
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
        width: 28px;
        text-align: center;
        padding: 5px;
    }

    .search-img-in-video-research {
        margin-top: -120px;
        right: 1px;
        position: absolute;
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
        width: 28px;
        text-align: center;
        padding: 5px;
    }


    .search-img-expand {
        position: absolute;
        bottom: 6px;
        right: 0;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 5px;
        padding-left: 5px;
        width: 29px;
        padding-left: 7px;
    }

    .search-container {}

    .div-search-bottom {
        position: absolute;
        bottom: 7px;
        width: 93%;
    }

    .form-control-row {
        padding: 10px;
        background-color: #00b7ff;
        color: white;
        border-radius: 4px;
        margin-bottom: 10px;
        width: 100%;
        min-height: 58px;
    }

    .full-width {
        width: 100%;
    }

    .btn-search {
        font-size: 20px !important;
    }

    .btn-search:hover {
        background-color: #00b7ff;
        color: white;
    }

    .nav-item {
        width: 100%;
    }

    .person-info {
        max-width: 200px;
        position: relative;
        background: #e4fbf8;
        padding: 5px;
        border-radius: 4px;
        min-width: 150px;
        margin-left: 7px;
        min-height: 300px;
        border: 0.5px solid #c0c0c0;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

    .shadow-box {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

    .invert {
        mix-blend-mode: difference;
    }

    .color-box {
        width: 30px;
        height: 30px;
        border: 0.5px solid #c0c0c0;
        border-radius: 4px;
        cursor: pointer;
        float: left;
        margin: 1px;
    }

    .color-box:hover {
        border: 1px solid #000000;
    }

    .left-container {
        background: #f5f5f5;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .left-container-img {
        background-size: contain;
        background-position: center;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        margin: 0 20px;
    }


    .left-container {
        width: 300px;
        height: 300px;
        float: left;
        margin: 10px;

    }

    .files-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 20px;
        clear: both;
    }

    .delete-btn {
        width: 22px;
        height: 22px;
    }

    .btn-danger {
        background-color: red;
        color: white;
        border: none;
        cursor: pointer;
    }

    .btn-fix-31 {
        height: 31px;
        position: relative;
        width: 31px;
        text-align: center;
    }

    .btn-info {
        background-color: #00b7ff;
        color: white;
        border: none;
        border-radius: 3px;
        padding: 2px 6px;
        cursor: pointer;
        font-size: 10px;
        padding-bottom: 3px;
    }

    .btn-default {
        background-color: #808080ad;
        color: white;
        border: none;
        border-radius: 3px;
        padding: 2px 6px;
        cursor: pointer;
        font-size: 10px;
        padding-bottom: 3px;
    }

    .text-left {
        text-align: left;
    }

    .person-info {
        text-align: left;
    }

    .file-item {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #f5f5f5;
        align-content: center;
        text-align: center;
        font-size: 10px;
    }
 
 
    .nav-tabs {
        width: 100%;
    }

    .mb-4 {
        margin-bottom: 3%;
    }

    .mb-5 {
        margin-bottom: 4%;
    }

    .fa-spin {
        margin-top: 6px;
    }

    /* Container styles */
    .upload-container {
        max-width: 600px;
        margin: 30px auto;
        padding: 20px;

        text-align: center;
    }

    /* File input styles */
    #fileInput {
        display: none;
    }

    .upload-button {
        display: inline-block;
        padding: 12px 24px;
        background: #4CAF50;
        color: white;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .upload-button:hover {
        background: #45a049;
    }

    /* Progress container styles */
    #progress {
        margin-top: 20px;
    }

    .progress-item {
        margin-bottom: 15px;
        padding: 15px;
        border-radius: 6px;
        background: #f5f5f5;
    }

    .progress-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
    }

    .file-name {
        font-weight: 500;
        color: #333;
    }

    .progress-percentage {
        color: #666;
    }

    /* Progress bar styles */
    .progress-bar-container {
        width: 100%;
        height: 6px;
        background: #ddd;
        border-radius: 3px;
        overflow: hidden;
    }

    .progress-bar {
        height: 100%;
        background: #4CAF50;
        transition: width 0.3s ease;
    }

    /* Status messages */
    .status {
        margin-top: 5px;
        font-size: 0.9em;
    }

    .success {
        color: #4CAF50;
    }

    .error {
        color: #f44336;
    }

    /* Drag and drop zone */
    .drag-zone {
        border: 2px dashed #ccc;
        border-radius: 8px;
        padding: 40px;
        text-align: center;
        margin: 20px 0;
        transition: all 0.3s;
    }

    .drag-zone.dragover {
        border-color: #4CAF50;
        background: rgba(76, 175, 80, 0.1);
    }

    /* Animation for progress */
    @keyframes progress-animation {
        0% {
            background-position: 0 0;
        }

        100% {
            background-position: 50px 50px;
        }
    }

    .progress-bar.active {
        background-image: linear-gradient(45deg,
                rgba(255, 255, 255, 0.15) 25%,
                transparent 25%,
                transparent 50%,
                rgba(255, 255, 255, 0.15) 50%,
                rgba(255, 255, 255, 0.15) 75%,
                transparent 75%,
                transparent);
        background-size: 50px 50px;
        animation: progress-animation 2s linear infinite;
    }
 
 
    .label-min {
        font-size: 12px;
        position: absolute;
        margin-top: -18px;
        color: #00b7ff;
    }

    .video-tile {
        display: inline-block;
        margin: 10px 1px;

        height: 228px;
        vertical-align: top;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        background-position: center;
    }

    .video-tile-txt {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 5px;
        border-radius: 8px;
    }

    .video-top-bar {
        width: 115%;
        margin-left: -15px;
    }

    .video-top-bar-icon-warning {
        color: #0b0b0b !important;
        border: 1px solid #ffc107 !important;
        background-color: rgba(255, 193, 7, 0.7) !important;
    }

    .video-top-bar-icon-success {
        color: #000 !important;
        border: 1px solid #24FB05 !important;
        background-color: rgba(36, 251, 5, 0.74) !important;
    }

    .video-top-bar-icon {
        width: 31px;
        height: 31px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        border: 1px solid #fff;
        text-align: center;
        margin-right: 11px;
        margin-top: 2px;
        border-radius: 15px;
        padding: 3px;
    }

    .progress-bar {
        height: 3px;
        margin-bottom: 2px;
        background-color: transparent !important;
    }

    .progress {
        background-color: red;
    }
   