
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
.PendingRequest-img {
    width: 400px;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #ddd;
}

    .PendingRequest-img:hover {
        opacity: 0.7;
    }


@media (max-width: 650px) {
    
    .navbar .youtube-header {
        display: none;
    }

    nav > div, navbar-nav {
        width: auto !important;
    }
}

body.light .youtube-rw img.youtube-light {
    display: none;
}

body.dark .youtube-rw img.youtube-dark {
    display: none;
}

tr[monetize-status="false"] {
    background: #edc382db;
}

.miss-select {
    border: solid 1px red;
    box-shadow: 0 0 5px black;
}

.Short {
    width: 100%;
    background-color: #dc3545;
    margin-top: 5px;
    height: 3px;
    color: #dc3545;
    font-weight: 500;
    font-size: 12px;
}

.Weak {
    width: 100%;
    background-color: #ffc107;
    margin-top: 5px;
    height: 3px;
    color: #ffc107;
    font-weight: 500;
    font-size: 12px;
}

.Good {
    width: 100%;
    background-color: #28a745;
    margin-top: 5px;
    height: 3px;
    color: #28a745;
    font-weight: 500;
    font-size: 12px;
}

.Strong {
    width: 100%;
    background-color: #8bc34a;
    margin-top: 5px;
    height: 3px;
    color: #8bc34a;
    font-weight: 500;
    font-size: 12px;
}

.buttons-page-length {
    margin: 0px 10px 0px 10px;
    color: #626262 !important;
    border-radius: 5%;
}

.buttons-colvis {
    margin: 0px 10px 0px 10px;
    background-color: #6777ef;
    border-radius: 5%;
}

.theme-white .dropdown-item.active {
    color: #fff !important;
    background-color: #6777ef !important;
}

.search-grid {
    left: 0px;
    position: absolute;
    margin: 15px;
    z-index: 2;
}

.green-box-shadow, .profile-widget-picture .green-box-shadow {
    box-shadow: #15bf00 0px 0px 20px 3px;
}

.red-box-shadow, .profile-widget-picture .red-box-shadow {
    box-shadow: #bf0000 0px 0px 20px 3px;
}

.orange-box-shadow, .profile-widget-picture .orange-box-shadow {
    box-shadow: #ff5400 0px 0px 20px 3px;
}

.avatar-item .channel-avatar-badge {
    position: absolute;
    bottom: -9px;
    right: 0;
    background-color: #fff;
    color: #000;
    box-shadow: 0 4px 25px 0 rgba(0,0,0,0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    width: 17px;
    height: 17px;
    right: -40px;
}
    .avatar-item .channel-avatar-badge i {
        font-size: 10px;
        margin-right: 0px!important;
    }


.un-background {
    background: unset;
    border: unset;
    color: #6777ef;
}

.div.dataTables_wrapper div.dataTables_length select {
    width: auto !important;
}



.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #EDE9F1 !important;
    color: #502675 !important;
}

.select2-container.select2-container--open .select2-selection--single {
    background-color: #fefeff;
    border-color: #502675 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #EDE9F1 !important;
    color: #502675 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container.select2-container--focus .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single,
.select2-container--default .select2-selection--multiple .select2-results__option--highlighted[aria-selected] {
    background-color: #502675 !important;
    color: #F9F9F9 !important;
}

.select2-container .select2-selection--multiple,
.select2-container.select2-container--focus .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single {
    background-color: #fefeff !important;
    border-color: #502675 !important;
}

.select2-container .select2-selection--multiple, .select2-container .select2-selection--single {
    border-color: #502675 !important;
}

.note-toolbar.card-header,
.note-editor.note-frame {
    border-color: #502675 !important;
}

.dataTables_length select {
    padding: 10px 10px !important;
}

.swal2-container {
    z-index: 1051!important;
}