


.btn-primary {
background-color:#0f90fa;
color:#fff;
}
.btn-primary:hover {
    background-color:#32a1fc;
    color:#fff;
    }
    button {
   border: none;
   background:none;
}
    body {
        background-color:#1A202C;
        --bg-opacity: 1;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .rc-checkbox-inner {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: none;
        background-color: rgba(33, 33, 33, 0.4);
        border-radius: 2px;
        border: 1px solid hsla(0, 0%, 100%, .6);
        outline: 0;
    }

    .rc-checkbox {
        white-space: nowrap;
        cursor: pointer;
        outline: none;
        display: inline-block;
        position: relative;
        line-height: 0;
        vertical-align: middle;
        outline: 0;
    }

    .delete {
        position: relative;
        top: 0;
        left: 0;
        float: right;
        margin-top: -120px;
        padding-left: 30px;
        color: white;
    }

    .video-header .video-item-checkbox {
        
    }


    .card-img-top {
        height: 190px;
        width: 100%;
        object-fit: cover;
        background-color: #000;
        border-radius: 9px 9px 0 0 !important;
    }

    .col-xs-3 {
        max-width: 420px;
    }

    .overlay-mt {
        margin-top: 110px;
    }

    .title_video {
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        max-width: 260px;
        margin-top: -5px;
        opacity: 0.9;
        margin-left: -2px;
    }

    .card-body {
        text-align: left;
    }

    .a-link {
        color: #e1edf8;
    }

    .a-link:hover {
        color: #c1d7e8;
    }

    .edit-title-input {
        border: 1px solid transparent;
        padding-top: 10px;
        text-overflow: ellipsis;
        font-weight: 600;
        font-size: 16px;
        color: #171717;
        resize: none;
        background: transparent;
    }

    .card {
        border-radius: 6px;
    }

    .video-url {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin: 0;
        font-size: .875rem;
        margin-top: 5px;
    }

    .link-button svg {
        position: relative;
        top: 0;
        font-size: 10px;
        margin-right: 2px;
    }

    svg:not(:root).svg-inline--fa {
        overflow: visible;
    }

    .svg-inline--fa.fa-w-16 {
        width: 1em;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    .svg-inline--fa {
        display: inline-block;
        font-size: inherit;
        height: 1em;
        overflow: visible;
        vertical-align: -0.125em;
    }

    .link-button {
        font-size: 10px;
        color: #fff;
        font-weight: 600;
        border-radius: 3px;
        padding: 1px 5px;
        margin: 0 10px;
        position: relative;
        top: -2px;
        background: #1c6aa5;
        cursor: pointer;
        display: inline-block;
        text-align: center;
    }

    .link-button:hover {
        background: #2575b2;
    }

    .play-button {
        color: hsla(0, 0%, 100%, .9);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        text-align: center;
        font-size: 30px;
        filter: drop-shadow(0 0 3px rgba(0, 0, 0, .8));
        align-items: center;
        justify-content: center
    }

    .video-thumbnail-container .play-button svg {
        display: none;
        pointer-events: none
    }

    .video-thumbnail-container:hover .play-button svg {
        display: block
    }

    @media screen and (max-width: 500px) {
        .title_video {
            max-width: 230px;
        }
    }

    @media screen and (max-width: 500px) {
        .mobile {
            display: none;
        }
    }

    .preloader {
        width: 50px;
        height: 50px;
        margin: 70px auto;
        border: 5px solid #000;
        border-radius: 50%;
        border-top-color: transparent;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        100% {
            transform: rotate(360deg);
        }
    }

.guest {
display: flex;
align-items: center;
gap: 1rem;
background: #fff;
border-radius: 8px;
overflow: hidden;
color: var(--cp-color-1);
font-size: 1.1rem;
white-space: nowrap;
margin-top:10px;
border-bottom: 1px solid var(--cp-color-13);
border-right: 1px solid var(--cp-color-13);
}
.guest:hover {
background: #f1f1f1;  
}

.small-text {
font-size:10px;  
}

@media screen and (max-width: 500px) {
    .mobile {
    
    display:none;
    }
    .file-field {
        width:100%;
        }
    } 

