/* body {
    margin-top: 20px;
}

.file-manager-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.file-manager-actions>* {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.file-manager-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.file-item {
    position: relative;
    z-index: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #eee;
    cursor: pointer;
}

.file-item:hover,
.file-item.focused {
    border-color: rgba(0, 0, 0, 0.05);
}

.file-item.focused {
    z-index: 2;
}

.file-item * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-decoration: none;
}

.dark-style .file-item:hover,
.dark-style .file-item.focused {
    border-color: rgba(255, 255, 255, 0.2);
}

.file-item-checkbox {
    margin: 0 !important;
}

.file-item-select-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.file-item-img {
    background-color: transparent;
    background-position: center center;
    background-size: cover;
}

.file-item-name {
    display: block;
    overflow: hidden;
}

.file-manager-col-view .file-item {
    margin: 0 0.25rem 0.25rem 0;
    padding: 1.25rem 0 1rem 0;
    width: 9rem;
    text-align: center;
}

[dir="rtl"] .file-manager-col-view .file-item {
    margin-right: 0;
    margin-left: 0.25rem;
}

.file-manager-col-view .file-item-img,
.file-manager-col-view .file-item-icon {
    display: block;
    margin: 0 auto 0.75rem auto;
    width: 4rem;
    height: 4rem;
    font-size: 2.5rem;
    line-height: 4rem;
}

.file-manager-col-view .file-item-level-up {
    font-size: 1.5rem;
}

.file-manager-col-view .file-item-checkbox,
.file-manager-col-view .file-item-actions {
    position: absolute;
    top: 6px;
}

.file-manager-col-view .file-item-checkbox {
    left: 6px;
}

[dir="rtl"] .file-manager-col-view .file-item-checkbox {
    right: 6px;
    left: auto;
}

.file-manager-col-view .file-item-actions {
    right: 6px;
}

[dir="rtl"] .file-manager-col-view .file-item-actions {
    right: auto;
    left: 6px;
}

.file-manager-col-view .file-item-name {
    width: 100%;
}

.file-manager-col-view .file-manager-row-header,
.file-manager-col-view .file-item-changed {
    display: none;
}

.file-manager-row-view .file-manager-row-header,
.file-manager-row-view .file-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0.125rem 0;
    padding: 0.25rem 3rem 0.25rem 2.25em;
    width: 100%;
}

[dir="rtl"] .file-manager-row-view .file-manager-row-header,
[dir="rtl"] .file-manager-row-view .file-item {
    padding-right: 2.25em;
    padding-left: 3rem;
}

.file-manager-row-view .file-item-img,
.file-manager-row-view .file-item-icon {
    display: block;
    margin: 0 1rem;
    width: 2rem;
    height: 2rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 2rem;
}

.file-manager-row-view .file-item-level-up {
    font-size: 1rem;
}

.file-manager-row-view .file-item-checkbox,
.file-manager-row-view .file-item-actions {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.file-manager-row-view .file-item-checkbox {
    left: 10px;
}

[dir="rtl"] .file-manager-row-view .file-item-checkbox {
    right: 10px;
    left: auto;
}

.file-manager-row-view .file-item-actions {
    right: 10px;
}

[dir="rtl"] .file-manager-row-view .file-item-actions {
    right: auto;
    left: 10px;
}

.file-manager-row-view .file-item-changed {
    display: none;
    margin-left: auto;
    width: 10rem;
}

[dir="rtl"] .file-manager-row-view .file-item-changed {
    margin-right: auto;
    margin-left: 0;
}

.file-manager-row-view .file-item-name {
    width: calc(100% - 4rem);
}

.file-manager-row-view .file-manager-row-header {
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    font-weight: bold;
}

.file-manager-row-view .file-manager-row-header .file-item-name {
    margin-left: 4rem;
}

[dir="rtl"] .file-manager-row-view .file-manager-row-header .file-item-name {
    margin-right: 4rem;
    margin-left: 0;
}

.light-style .file-item-name {
    color: #4e5155 !important;
}

.light-style .file-item.selected .file-item-select-bg {
    opacity: 0.15;
}

.dropdown-menu.dropdown-menu-right {
    left: 31px;
    min-width: 8rem;
}

.dropdown-menu-right .dropdown-item {
    font-size: 12px;
} */



/* // play list css  */
/* body {
    background: #262626;
} */
.videolisting{
    background: #3a3a3a;
}
.yutube-modal-lg.modal-lg {
    max-width: 1183px;
}

.video-wrapper {
    top: 330px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 85%;
    height: auto;
    box-shadow: 0 10px 20px black;
    color: white;
    font-family: sans-serif;
    transition: all .5s ease;
}

.video-wrapper .video {
    width: 100px;
}

.video-wrapper .canvas {
    background: transparent;
    margin: 0;
    padding: 0;
    color: white;
    transition: all .5s ease;
}

.video-wrapper .name {
    background: grey;
    width: 100px;
    height: 50px;
    padding: 10px;
    font-weight: bolder;
    font-family: sans-serif;
}

.video-wrapper .category {
    line-height: .01;
    color: #3a3a3a;
    font-weight: bold;
}

.video-wrapper .range {
    line-height: .01;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.video-wrapper p {
    display: inline;
    padding: none;
}

.video-wrapper .list {
    background: #3a3a3a;
    overflow: auto;
    margin: 0;
    padding: 12px;
    width: 100%;
    height: 345px;
    align-items: middle;
}

.video-wrapper a {
    color: white;
    font-family: sans-serif;
    text-decoration: none;
    font-size: 12px;
}

.video-wrapper img {
    vertical-align: middle;
    transition: .5s ease;
    filter: brightness(80%);
    width: 20px;
    height: 20px;
}


.activefile {
    width: 28px !important;
    box-shadow: 0 0 20px black !important;
    filter: brightness(120%) !important;
}

.video-wrapper span {
    background: url(title.ico);
    width: 100px;
    height: 100px;
    color: white;
}

.video-wrapper .video-title {
    display: block;
    padding: 10px;
    background: #3c3c3e;
}
table.canvas-video {
    background: #000;
    width: 100%;
}
.audio-wrapper td.videoframe {
    width: 376px;
    padding: 10px;
}
.audio-wrapper .audio-backimgh >img {
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
    margin:0 auto 20px;
}
.video-wrapper video {
    height: 500;
}
.audio-backimgh {
    display: flex;
}
.video-wrapper .video-title:hover {
    background: grey;
}

.titlevideo-name {
    background: black;
    padding: 13px;
}

.videomodel-content {
    background: none;
    box-shadow: none;
    border: none;
}

.videomodel-content .btn-close {
    position: absolute;
    background-color: #d31f24;
    opacity: 1;
    background-image: none;
    padding: 15px !important;
    right: -16px !important;
    top: -20px !important;
    border-radius: 50%;
    z-index: 1;
}

.common-model-style .btn-close::after,
.common-model-style .btn-close::before {
    position: absolute;
    left: 22px;
    content: " ";
    height: 26px;
    width: 3px;
    background-color: #fff;
    top: 10px;
}

.common-model-style .btn-close::before {
    transform: rotate(-136deg);
}

.common-model-style .btn-close:after {
    transform: rotate(-52deg);
}

.common-model-style .btn-close:hover {
    background-color: #32a337;
}

.common-model-style .btn-close {
    position: absolute;
    background-color: #d31f24;
    opacity: 1;
    background-image: none;
    padding: 23px;
    right: 23px;
    top: 79px;
    border-radius: 50%;
    z-index: 1;
    border: none;
}
/* .pdfs-file-model-btn .btn-close::after {
    left: 28px !important;
    top: 17px !important;
} */
.pdfs-file-model-btn .btn-close::before {
    left: 28px;
    top: 17px;
}
/* .audio-backimgh img:hover {
    width: unset !important;
    box-shadow: unset !important;
    filter: none !important;
} */

.audio-frame {
    width: 100%;
}

.audio-wrapper {
    top: 280px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 50%;
    height: auto;
    box-shadow: 0 10px 20px black;
    color: white;
    font-family: sans-serif;
    transition: all .5s ease;
}

/* // play list css  */

@media (max-width: 1399px) {
    .video-wrapper video {
        height: 453px !important;
    }
    .video-wrapper video,
    iframe {
        height: 453px !important;
    }

    .video-wrapper .list {
        height: 262px;
    }

    /* .video-wrapper {

        width: 75%;
    } */
}

@media (max-width:991px) {

    .video-wrapper video,
    iframe {
        width: 428px;
    }

    .video-wrapper .list {
        height: 210px;
    }

    .video-wrapper span {
        font-size: 10px;
    }

    .video-wrapper .range {

        font-size: 10px;
    }

    .video-wrapper {
        width: 66%;
    }
}

@media (max-width:768px) {
    td.videoframe {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .video-wrapper video,
    iframe {
        width: 100%;
    }
    .video-wrapper video { 
        height: 400;
    }
    .audio-wrapper td.videoframe {
        width: 100%;
        padding: 10px;
        display: flex;
        flex-direction: column;
    }
    
    .video-wrapper .list {
        height: 156px;
    }

    table.canvas-video {
        display: block;
    }

    table.canvas-video tbody {
        display: block;
        width: 100%;
    }

    table.canvas-video tbody tr {
        display: flex;
        flex-direction: column;
    }

    .video-wrapper .list {
        height: auto;
        width: 100%;
        display: flex;
    }

    .video-wrapper a {
        font-size: 9px;
        white-space: nowrap;
    }
}

@media (max-width:575px) {

    .audio-wrapper .audio-backimgh >img {
        width: 100%;
        height: 150px;
    }
    .video-wrapper .list {
        height: 67px;
    }

    .video-wrapper a {

        font-size: 7px;
    }

    .video-wrapper .range {
        font-size: 8px;
    }

    .video-wrapper span {
        font-size: 7px;
        line-height: 7px;
    }

    .video-wrapper video,
    iframe {
        width: 100%;
        height: auto;
    }

    .video-wrapper {
        top: 228px;
    }

    .video-wrapper img {
        height: 28px;
        width: 28px;
        margin-right: 3px;
    }

    .activefile {
        width: 30px !important;
    }

    .video-wrapper .list {
        height: 104px;
    }

    .titlevideo-name {
        background: black;
        padding: 6px;
    }
    .modal-dialog.modal-lg.yutube-modal-lg .video-wrapper .common-model-style .btn-close::after, .common-model-style .btn-close::before {
        left: 22px !important;
        height: 24px !important;
        width: 3px !important;
        top: 10px !important;
    }
    .modal-dialog.modal-lg.yutube-modal-lg .video-wrapper .common-model-style .btn-close::after, .common-model-style .btn-close::before {
        left: 22px !important;
        height: 24px !important;
        width: 3px;
        top: 9px;
    }

    /* .common-model-style .btn-close::after,
    .common-model-style .btn-close::before {
        left: 14px;
        height: 13px;
        width: 3px;
        top: 9px;
    } */

    .common-model-style .btn-close {
        padding: 15px;
        right: 0px;
        top: -16px;
    }

    .video-wrapper .list {
        overflow: auto;
        white-space: nowrap;
    }
/*
    .common-model-style .btn-close {
        padding: 10px !important;
        right: -12px !important;
        top: -11px !important;
    } */

    /* .common-model-style .btn-close::after,
    .common-model-style .btn-close::before {
        left: 9px !important;
        height: 12px !important;
        width: 3px !important;
        top: 4px !important;
    } */
}

@media (min-width: 768px) {
    .light-style .file-manager-row-view .file-item-changed {
        display: block;
    }

    .light-style .file-manager-row-view .file-item-name {
        width: calc(100% - 15rem);
    }
}

@media (min-width: 992px) {

    .light-style .file-manager-col-view .file-item-checkbox,
    .light-style .file-manager-col-view .file-item-actions {
        opacity: 1;
    }

    .light-style .file-manager-col-view .file-item:hover .file-item-checkbox,
    .light-style .file-manager-col-view .file-item.focused .file-item-checkbox,
    .light-style .file-manager-col-view .file-item.selected .file-item-checkbox,
    .light-style .file-manager-col-view .file-item:hover .file-item-actions,
    .light-style .file-manager-col-view .file-item.focused .file-item-actions,
    .light-style .file-manager-col-view .file-item.selected .file-item-actions {
        opacity: 1;
    }
}

.material-style .file-item-name {
    color: #4e5155 !important;
}

.material-style .file-item.selected .file-item-select-bg {
    opacity: 0.15;
}

@media (min-width: 768px) {
    .material-style .file-manager-row-view .file-item-changed {
        display: block;
    }

    .material-style .file-manager-row-view .file-item-name {
        width: calc(100% - 15rem);
    }
}

@media (min-width: 992px) {

    .material-style .file-manager-col-view .file-item-checkbox,
    .material-style .file-manager-col-view .file-item-actions {
        opacity: 0;
    }

    .material-style .file-manager-col-view .file-item:hover .file-item-checkbox,
    .material-style .file-manager-col-view .file-item.focused .file-item-checkbox,
    .material-style .file-manager-col-view .file-item.selected .file-item-checkbox,
    .material-style .file-manager-col-view .file-item:hover .file-item-actions,
    .material-style .file-manager-col-view .file-item.focused .file-item-actions,
    .material-style .file-manager-col-view .file-item.selected .file-item-actions {
        opacity: 1;
    }
}

.dark-style .file-item-name {
    color: #fff !important;
}

.dark-style .file-item.selected .file-item-select-bg {
    opacity: 0.15;
}

@media (min-width: 768px) {
    .dark-style .file-manager-row-view .file-item-changed {
        display: block;
    }

    .dark-style .file-manager-row-view .file-item-name {
        width: calc(100% - 15rem);
    }
}

@media (min-width: 992px) {

    .dark-style .file-manager-col-view .file-item-checkbox,
    .dark-style .file-manager-col-view .file-item-actions {
        opacity: 0;
    }

    .dark-style .file-manager-col-view .file-item:hover .file-item-checkbox,
    .dark-style .file-manager-col-view .file-item.focused .file-item-checkbox,
    .dark-style .file-manager-col-view .file-item.selected .file-item-checkbox,
    .dark-style .file-manager-col-view .file-item:hover .file-item-actions,
    .dark-style .file-manager-col-view .file-item.focused .file-item-actions,
    .dark-style .file-manager-col-view .file-item.selected .file-item-actions {
        opacity: 1;
    }
}
@media (max-width: 767px){
    .video-wrapper video, iframe {
        max-width: 380px;
    }
    .video-wrapper video, iframe {
        height: auto!important;
    }
    .pdfs-file-model-btn .btn-close::after {
        left: 22px !important;
        top: 10px !important;
    }
}
