body {
    background-color: #191f28 !important;
}

.header {
    background: #1c222c !important;
    border-bottom: none !important;
    -webkit-box-shadow: 20px 0px 6px 0px #000000 !important;
}

.main-menu {
    background: #1c222c;
    -webkit-box-shadow: 0px 7px 8px 0px #000000 !important;
}

.main-menu li>a {
    border-top: 1px solid #2c2d2d !important;
}

.kt-logo {
    background: #1c222c;
}

.kt-input-search {
    background: transparent;
}

.form-control,
.dataTables_filter input {
    background-color: transparent;
    border: 1px solid #3e3e3e;
}

.kt-mainpanel {
    background: transparent;
}

.kt-pagetitle {
    background-color: transparent;
}

.kt-headpanel {
    -webkit-box-shadow: 10px 1px 9px 0px #c1c1c1;
    -moz-box-shadow: 10px 1px 9px 0px #c1c1c1;
}

.kt-sideleft {
    box-shadow: -20px 0px 12px 13px #6d6d6d !important;
}

.profile-header {
    color: #b3b3b3;
}

.form-control-label {
    color: #b3b3b3;
}

.form-control,
.dataTables_filter input {
    color: #6b6b6b8c !important;
}

.form-control,
.dataTables_filter input {
    color: #6b6b6b !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #3e3e3e !important;
    border-radius: 10px;
}

.select2-dropdown {
    border: 1px solid #3e3e3e !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6b6b6b !important;
    line-height: 32px;
}

.select2-dropdown {
    background-color: #191f28 !important;
    border: 1px solid #aaa;
}

.modal .select2-dropdown {
    background-color: #fdfdfd !important;
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    background: #191f28;
    color: #868ba1;
}

.modal .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    background-color: #fdfdfd !important;
    color: #868ba1;
}


/*--------------- TABLES -------------- */

table.dataTable {
    border: none !important;
    background-color: transparent !important;
}

table.dataTable th {
    background-color: transparent !important;
}

.table th,
.table td {
    border-top: none !important;
}

table.dataTable tr:nth-child(even) {
    background-color: #0a0d13;
}

table.dataTable tr:nth-child(even):hover {
    background-color: #12171f;
}

.table th,
.table td {
    color: #b5b5b5 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-right: 1px solid #3e3e3e;
    border-top: 1px solid #3e3e3e;
    border-bottom: 1px solid #3e3e3e;
    border-left: 1px solid #3e3e3e;
}

.dataTables_wrapper .dataTables_paginate .previous {
    border-left: 1px solid #3e3e3e;
}


/* -------------- TABLE END ------------------ */


/* -------------  CARD ------------------------ */

.card {
    background-color: rgb(0 0 0 / 50%) !important;
}

.card-body-title {
    color: #b1b1b1;
    font-size: 13px;
}

.tx-inverse {
    color: #bdbdbd;
}

.form-control:disabled,
.dataTables_filter input:disabled,
.form-control[readonly],
.dataTables_filter input[readonly] {
    background-color: transparent;
    opacity: 1;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid #cccccc;
    border-radius: 10px;
}

.form-control:focus,
.dataTables_filter input:focus {
    color: #b7b7b7 !important;
    background-color: transparent !important;
}

.form-control::-webkit-input-placeholder {
    color: #8a8a8a;
    opacity: 1;
}

select option {
    background: #191f28;
    color: #b7b7b7;
}

.modal select option {
    background: #f8f9fa;
    color: #b7b7b7;
}

.AccNameTd {
    color: #fff !important;
}


/* .channelrow td{
  box-shadow: 0px 3px 5px -3px #ffffff !important;
} */

.card {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 35%) !important;
}

.dropdown-menu.show {
    background: #191f28 !important;
    -webkit-box-shadow: 00px 0px 6px 0px #000000 !important;
}


/*
.modal .modal-body {
    background-color: #191f28;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

 .modal .modal-header {
    border: 0;
    background: var(--color-Dark) !important;
    color: #ffffff !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.modal .modal-footer {
    border: 0;
    background: var(--color-Default) !important;
    color: var(--btn-primary-color) !important;
}

.modal .modal-body input[type=text]{
    background: transparent !important;
    border: 0.5px solid #6b6b6b !important;
    color: #6b6b6b !important
}


pre {
    color: #b5b5b5 !important;
} */

.channelrow td {
    /* background-color: var(--color-Default) !important; */
    color: var(--color-super-light) !important;
    font-weight: bold;
    /* border-bottom: 1px solid var(--color-Dark) !important; */
}

.channelrow {
    background-color: #1c222c !important;
}

.onlineofflineblocks {
    color: #b5b5b5 !important;
    background-color: #353e4c !important;
    font-size:11px !important;
    font-weight:bold;
    padding: 3px
}

.card_bottom_label {
    color: #b5b5b5 !important;
}

.modal .table td {
    color: #212529 !important;
}

.modal .table th {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_filter {
    color: #b3b3b3 !important;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.pagination>li>a,
.pagination>li>span {
    background-color: transparent;
    border: 1px solid #3e3e3e;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff !important;
    background-color: var(--color-Dark) !important;
    border-color: var(--color-Dark) !important;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.nav-search-small {
    border: 1px solid #3e3e3e !important;
}

.tabletopheading {
    color: #b5b5b5 !important;
}

.modal .form-control-label {
    color: #4c4c4c;
}

input[readonly] {
    background-color: #1e242d !important;
    border: 1px solid #3e3e3e;
}

input[readonly]:focus {
    background-color: #1e242d !important;
    border: 1px solid #3e3e3e;
}


.modal input[readonly] {
    background-color: #e9ecef !important;
    border: 1px solid #3e3e3e;
}

.modal input[readonly]:focus {
    background-color: #e9ecef !important;
    border: 1px solid #3e3e3e;
}

.form-control:focus, .dataTables_filter input:focus {
    color: #6b6b6b !important;

}

.highlighedblock{
    background-color:#0a0d13;
}

/* SELECT 2 START */

.select2-container--default .select2-selection--multiple {
    background-color: #191f28 !important;
    border: 1px solid #3e3e3e !important;
    border-radius: 4px !important;
    cursor: text !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #262e3a !important;
    border: 1px solid #3e3e3e !important;
    border-radius: 4px !important;
    cursor: default !important;
    float: left !important;
    margin-right: 5px !important;
    margin-top: 5px !important;
    padding: 0px 8px 0px 16px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #f04533 !important;
    opacity: 0.9;
    left: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #6b6b6b !important;
}

/* SELECT 2 END */

.modal .table.dataTable th {
    color: #111 !important;
}

.modal .table.dataTable tr:nth-child(even) {
    background-color: #e7e7e7 !important;
}

.custom-meta-card{
    background: #12171f !important;
    border-bottom: #12171f !important;
    -webkit-box-shadow: 0px 0px 6px 0px #111318 !important;
}

.remove-metadata-btn{
    border: 1px solid #3f1b1b;
    background-color: #3f1b1b;
    -webkit-box-shadow: 0px 0px 6px 0px #111318 !important;
}

.remove-metadata-btn-sm{
    border: 1px solid #3f1b1b;	
    background-color: #3f1b1b;	
    -webkit-box-shadow: 0px 0px 6px 0px #111318 !important;
}

.ckbox span{
    color: #b3b3b3;
}

.select2-container--default .select2-search--inline .select2-search__field {
    color: #6b6b6b !important;
}

.select2-container--default.select2-container .select2-selection--multiple {
    background: #0c0f14 !important;
}

.devider {
    background-color: #191f28;
}

.sidebar li .submenu{
    background-color: #00000024;
      /* background-color: #ffeff4; */
}