table,
th,
td {
    border: 1px solid rgb(231, 228, 228);
    text-align: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

td {
    color: black;
}

.alert-text {
    color: red;
    font-size: 12px;
}

/* <------------------------Variable--------------------> */
:root {
    --asidebg: #000000;
    --slideractivebg: #F6ED56;
    --slidermenuhover: #79dae87d;
    --slidermenucolor: #fff;
    --slidermenuhovercolor: #000;
}

.mb-1 {
    margin-bottom: 1rem;
}

.dataTables_wrapper.form-inline .row {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
}

.dataTables_wrapper.form-inline .row table {
    box-sizing: border-box;
}

.dataTables_wrapper input,
.dataTables_wrapper select {
    padding-left: 10px;
    padding-right: 10px;
}

.dataTables_length select {
    margin: 0 5px;
}

.btn-light {
    background-color: #e2e6ea !important;
}

.toggle-handle {
    background-color: #c2c4c7 !important;
}

.stati.bg-wet_asphalt {
    background: #343a40;
    color: white;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-dashboard a div {
    width: auto !important;
}

.stati {
    padding: 1em;
    box-shadow: 0px 0.2em 0.4em rgb(0 0 0 / 80%);
    transition: margin 0.5s ease, box-shadow 0.5s ease;
}

.row.dash-row {
    margin-left: 0;
    margin-right: 0;
}

.stati div span {
    width: 100%;
    color: #fff !important;
    display: block;
}

.box-dashboard a div span {
    font-size: 1.2em !important;
}

.toggle.ios,
.toggle-on.ios,
.toggle-off.ios,
.toggle .toggle-on,
.toggle .toggle-off,
.toggle {
    border-radius: 20rem !important;
}

.btn-primary .toggle-handle {
    right: 7px;
    border-radius: 50% !important;
}

.btn-light.off .toggle-handle {
    left: 7px;
    border-radius: 50% !important;
}

.sidebar li.active {
    background-color: #007bff !important;
    color: #fff !important;
    border-radius: 0.5rem !important;
}

.btn-primary .toggle-handle {
    right: 18px;
    border-radius: 50% !important;
    width: 36px;
}

.btn-light.off .toggle-handle {
    left: 18px;
    border-radius: 50% !important;
    width: 36px;
}

.btn-primary .toggle-group label {
    margin-right: 10px !important;
}

.btn-light .toggle-group label {
    margin-left: 20px;
}

.center {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.width_30 {
    width: 30%;
}

/* <------------New----------> */
.login-logo img {
    width: 350px;
    height: 80x;
}

.layout-fixed .main-sidebar {
    background: var(--asidebg) !important;
}

.login-card-body,
.register-card-body {
    background-color: #fff;
    border-radius: 20px;
}

.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text {
    background-color: #fff;
    color: #171717 !important;
}

/*.btn:not(:disabled):not(.disabled) {
    background: #d50c0b;
    border: none;
}*/
.login-box-msg,
.register-box-msg {
    color: #0d2e35;
    font-weight: 700;
}

.icheck-primary>input:first-child:checked+input[type="hidden"]+label::before,
.icheck-primary>input:first-child:checked+label::before {
    background-color: #192935 !important;
    border: none;
    border-radius: 50%;
}

label:not(.form-check-label):not(.custom-file-label) {
    color: #171717 !important;
}

.sidebar li.active {
    background-color: var(--slideractivebg) !important;
    color: white !important;
    border-radius: 0.5rem !important;
}

.main-sidebar .sidebar li a {
    color: var(--slidermenucolor);
}

.sidebar li.active a {
    color: var(--slidermenuhovercolor);
}

.main-sidebar {
    background: rgb(1 38 57);
}

.content {
    background-color: white;
}

.box.box-primary {
    background-color: white;
    border-top-color: #68707c !important;
    margin-left: 10px;
    margin-right: 10px;
}

.box {
    box-shadow: 0 1px 7px 3px rgb(0 0 0 / 26%) !important;
    border-top: 3px solid #68707c !important;
    border-radius: 10px !important;
}

.btn-group .fa-edit {
    color: white;
}

.bg-primary {
    background-color: #68707c !important;
    color: white;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    background-color: white;
    border-color: #171717;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: white !important;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover {
    background-color: #68707c;
}

.card {
    border-radius: 20px;
}

.card-footer .btn-default {
    color: white !important;
}

.stati.bg-wet_asphalt {
    background: var(--asidebg);
    border-radius: 20px;
    color: white;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btncopy {
    border: none;
    background-color: white;
    border-radius: 5px;
    font-weight: 600;
    width: 100px;
    height: auto;
    margin: 10px;
    font-size: 12px;
}

.btncopy:focus {
    background-color: #171717;
    color: #68707c;
}

.copylinksection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.textareacopy {
    border: none;
    overflow: hidden;
    outline: none;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
    background-color: #68707c !important;
    color: #171717;
    font-weight: 600;
}

.box-dashboard {
    margin: 5px 0;
}

.main-footer {
    color: #0000007a;
}

.main-footer a {
    color: #68707c;
}

.form-control input {
    background-color: rgb(255, 0, 0);
    border-radius: 4px;
    cursor: pointer;
}

.content-wrapper {
    background-color: #fff !important;
}

h1 {
    margin: 60px 0 0 60px;
}

.counterW {
    margin: 0 0 0 60px;
}

.ratingW {
    position: relative;
    margin: 10px 0 0 0;
    display: flex;
    justify-content: center;
    padding: 0;
}

.ratingW li {
    display: inline-block;
    margin: 0px;
}

.ratingW li a {
    display: block;
    position: relative;
    /*margin:0 3px;  width:28px; height:27px;color:#ccc; background:url('../img/ico/icoStarOff.png') no-repeat; background-size:100%;*/
}

/*.ratingW li.on a {background:url('../img/ico/icoStarOn.png') no-repeat; background-size:100%;}*/

.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 1.2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #ddd;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 15px;
}

.star:before,
.star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #ddd;
    border-left: 1em solid transparent;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.star:after {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.ratingW li.on .star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 1.2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #fc0;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 15px;
}

.ratingW li.on .star:before,
.ratingW li.on .star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #fc0;
    border-left: 1em solid transparent;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.ratingW li.on .star:after {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.action-btn {
    width: 32px;
    height: 28px;
    line-height: 30px;
    border-radius: 5px;
    background: #323232 !important;
}

.action-btn span {
    font-size: 16px;
    line-height: 0;
    display: block;
}

.action-btn i {
    color: #fff;
}

/* <---------------------Search Option------------------> */
.searchbar {
    width: 100% !important;
    align-items: center;
}

.searchbar .inputone {
    width: 100% !important;
    height: 40px;
    font-size: 20px;
    padding: 0 40px;
    border-radius: 20px;
    border: none;
    margin: 0 10px;
    background-color: #e8e8e8;
    position: relative;
    z-index: 1;
}

.boxone {
    display: flex;
}

.searchicon {
    margin: 10px 20px;
    font-size: 20px;
    color: #757575;
    position: absolute;
    z-index: 2;
}

.searchbar h4 {
    text-align: center;
    margin: 0 !important;
}

/**
 * Simple HTML/CSS switch
 */
.switch {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
    border-radius: 20px;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}

.switch::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28),
        0 0 0 20px rgba(128, 128, 128, 0.1);
}

input:checked+.switch {
    background: #28c717;
}

input:checked+.switch::before {
    left: 27px;
    background: #fff;
}

input:checked+.switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

/*<-----New--------->*/
.sidebar-mini.sidebar-collapse .main-sidebar {
    z-index: 10000 !important;
}

.user-menu>.dropdown-menu {
    box-shadow: 1px 1px 14px 8px #0000002e !important;
}

.nav-pills>li>a {
    border: none !important;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span {
    background-color: unset !important;
    color: white !important;
    display: inline-block !important;
}

div.dataTables_wrapper div.dataTables_info {
    text-align: start !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
    margin: 0 !important;
}

div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: start !important;
}

.sidebar-mini.sidebar-collapse aside.main-sidebar:hover .sidebar ul li a span {
    /* color:var( --slidermenucolor); */
    display: inline-block !important;
}

.main-footer strong {
    margin-left: 20px !important;
}

.sidebar li.active li a span {
    color: #d99100 !important;
}

.sidebar-open #sidebar-overlay {
    display: contents !important;
}

.nav>li>a:hover {
    background-color: var(--slidermenuhover) !important;
    color: var(--slidermenuhovercolor) !important;
}

.nav.content-nav>li>a:hover {
    background-color: unset !important;
    color: unset !important;
}

.btn-primary {
    background-color: #e00c0b !important;
}

.user-header {
    background-color: #25343c !important;
}

/* ----> */
.forgotp {
    font-weight: 600 !important;
    float: right;
    margin-top: 5px;
    font-size: 14px;
}

.loginpagelink {
    font-weight: 600 !important;
}

.loginpagelink:hover {
    color: #d50c0b !important;
}

.login-page {
    background-color: #000000 !important;
    height: 80vh !important;
}

.loginlogo {
    width: 100px;
    height: 100px;
    display: block;
    margin: 13px auto;
}

.asidelogo {
    max-width: 100px;
    width: 100%;
    height: auto;
    display: block;
    margin: 13px auto;
}

.brand-link {
    text-align: center;
}

* {
    margin: 0;
    padding: 0;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc !important;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700 !important;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217 !important;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08 !important;
}

.bedge-label {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: white;
}

.fs-14 {
    font-size: 14px;
}


/* Modified from: https://github.com/mukulkant/Star-rating-using-pure-css */


/* New Css */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

.data_cheack {
    text-align: start;
}

.table_header_menu {
    background-color: #000;
    width: 100%;
}

#total_checked {
    margin: 0;
    min-width: 90px;
    width: 100%;
}

.table_header_space {
    padding: 0 40px 0 0;
}

.feature_select {
    padding: 7px;
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 600;
}

.feature_select option {
    background-color: #000000c7;
}

.video_mangetable thead th {
    color: #606060;
    font-size: 15px;
}

.video_mangetable tbody td {
    font-size: 14px;
}

.video_mangetable input[type="checkbox"] {
    accent-color: #333;
    height: 20px;
    width: 20px;
}

.header_option {
    list-style: none;
    position: absolute;
    z-index: 9;
    color: #000;
    background: #fff;
    max-width: 150px;
    box-shadow: 1px 2px 8px 3px #00000047;
    width: 100%;
    padding: 0;
    top: 20px;
    right: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.header_option p {
    line-height: 2;
    padding: 0 10px;
    cursor: pointer;
    margin: 0;
}

.header_option_set {
    cursor: pointer;
    text-align: center;
}

.header_option_set p {
    margin: 0;
    text-align: center;
    padding: 10px;
    border: 1px solid #1f1f1f;
}

.header_option_set p:hover {
    border: 1px solid #fff;
}

.header_option p:hover {
    background-color: #333;
    color: #fff;
}

.sub_option {
    background: #fff;
    max-width: 200px;
    position: absolute;
    width: 100%;
    box-shadow: 1px 2px 8px 3px #00000047;
    border-radius: 5px;
    z-index: 9;
}

.moreaction_value {
    background: #fff;
    max-width: 200px;
    position: absolute;
    width: 100%;
    box-shadow: 1px 2px 8px 3px #00000047;
    border-radius: 5px;
    z-index: 9;
}

.moreaction_value p {
    margin: 0;
    line-height: 2;
    padding: 5px 10px;
    cursor: pointer;
    color: #000;
    text-align: center;
}

.sub_option_value {
    margin: 0;
    line-height: 2;
    padding: 5px 10px;
    cursor: pointer;
}

.sub_option_value:hover {
    background-color: #333;
    color: #fff;
}

.moreaction_value p:hover {
    background-color: #333;
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: transparent !important;
    border: none;
}

.subcategory {
    cursor: pointer;
}

.close_btn {
    width: 100%;
    float: right;
    text-align: end;
}

.close_btn p {
    margin: 0;
    font-size: 22px;
}

#table_id.dataTable thead>tr>th.sorting_asc:first-child {
    padding: 10px;
    background-image: none;
}

#table_id.dataTable thead>tr>th.sorting_desc:first-child {
    padding: 10px;
    background-image: none;
}

#table_id tbody>tr>td:first-child {
    text-align: center !important;
}

#table_id_wrapper {
    margin: 10px 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff !important;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: 80808021 !important;
}

.count-badge {
    color: white;
    position: absolute;
    min-width: 18px;
    padding: 2px;
    display: flex;
    min-height: 18px;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    background: #22313c;
    border-radius: 100%;
    top: -13px;
    right: -10px;
}

/*Kishan dropdown*/

.category-box {
    position: relative;
}

.selected-cetegory {
    width: 100%;
    max-width: 800px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    padding: 6px;
    align-items: center;
    border-radius: 3px;
}

.selected-cetegory .category-name {
    font-size: 17px;
    margin: 0;
}

/*.option-box{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        max-width: 285px;
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);            
        border-radius: 4px;
        margin: 0 0 10px 0;
        background: #fff;
        min-height: 300px;
        position: absolute;
        top: 0;
        padding-top: 10px;
        z-index: 100; 
    }*/
.option-box .option-list {
    max-height: 250px;
    overflow-y: scroll;
}

/* width */
.option-list::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.option-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.option-list::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.option-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.category-option {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}

.category-option label {
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.category-option label input.category-redio {
    margin: 0;
    margin-right: 6px;
}

.category-option label span {
    max-width: calc(100% - 40px);
    line-height: 20px;
}

.footer-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    padding: 8px;
    border-top: 1px solid #e6e6e6;
}

.footer-btn {
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    color: #065fd4;
    padding: 8px 4px;
    cursor: pointer;
}

.category-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    padding: 8px;
    border-top: 1px solid #e6e6e6;
}

.category-input {
    width: 100%;
    padding: 8px 6px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.btn-grey {
    color: #065fd4;
}

.delete-category {
    cursor: pointer;
}

/*End*/

/*Chart Js*/
.card-light {
    box-shadow: 1px 1px 6px 0px #00000070;
    padding: 15px;
    border-radius: 15px;
    margin: 10px 0;
    min-height: 80px;
    height: 110px;
}

.padding10 {
    padding-bottom: 30px;
}

.Plan-chart {
    max-width: 100px !important;
    height: 400px !;
}

.chart_name {
    background-color: #25343c;
    border-radius: 10px 10px 0 0;
    padding: 6px 10px;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

.chart_name p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.my_chart {
    max-width: 800px;
    height: max-content;
    width: 100%;
}

.my_chart canvas {
    max-width: 800px !important;
    height: 100px !important;
    max-height: 300px !important;
    min-height: 300px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.mychart canvas {
    min-height: 200px !important;
}

/*End*/

/* Analysis Page */
.analysis_page .tabs {
    display: flex;
}

.analysis_page .tabbtn {
    font-size: 15px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-weight: 600;
    margin: 0 8px;
}

.analysis_page .tabbtn.active {
    border-bottom: 2px solid #01070a;
}

.analysis_page .tabbtn:hover {
    border-bottom: 2px solid #01070a;
}

.analysis_page.tabbtn.active {
    background-color: lightgreen;
}

.analysis_page .content.active {
    display: block;
}

.analysis_page.tab-sections {
    margin-top: 50px;
}

.analysis_page .content {
    display: none;
}

.selected_range {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
}

.range_option {
    position: absolute;
    background: #fff;
    box-shadow: 1px 1px 5px 3px #00000026;
    border-radius: 5px;
    padding: 11px 0;
    max-width: 150px;
    width: 100%;
    right: 6px;
    z-index: 9999;
    cursor: pointer;
}

.range_option_value {
    padding: 10px;
    margin: 0;
}

.range_option_value:hover {
    background-color: #000;
    color: #fff;
}

.analysis_chart {
    max-width: 100%;
    padding: 20px;
    height: auto;
    border: 1px solid #8080804d;
    border-radius: 5px;
}

.data_summery {
    background-color: #fff;
    /* box-shadow: 1px 1px 5px 3px #00000026;    */
    border: 1px solid #8080804d;
    padding: 20px 15px;
    border-radius: 5px;
    margin: 15px 0;
}

.data_summery h4 {
    font-weight: 600;
    font-size: 20px;
}

.margin0 {
    margin: 0;
}

.analysis_heading {
    text-align: center;
    margin: 50px 0;
    font-size: 18px;
    height: 50px;
    font-weight: 600;
}

.content_table {
    width: 70%;
    margin: 10px 0;
}

.content_table th {
    text-align: start !important;
    color: gray;
}

.content_table tbody td:first-child {
    width: 70%;
    text-align: start;
    padding: 10px;
}

.content_table tbody td img {
    width: 80px;
    height: auto;
}

.content_table tbody td span {
    margin: 0 5px;
}

.content_table,
th,
td {
    border-bottom: 1px solid #8080804d !important;
    border: none;
}

.content_table tr:nth-child(even) {
    background-color: transparent !important;
}

.selected_range {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
}

.range_option {
    position: absolute;
    background: #fff;
    box-shadow: 1px 1px 5px 3px #00000026;
    border-radius: 5px;
    padding: 11px 0;
    max-width: 150px;
    width: 100%;
    right: 6px;
    z-index: 9999;
    cursor: pointer;
}

.range_option_value {
    padding: 10px;
    margin: 0;
}

.range_option_value:hover {
    background-color: #000;
    color: #fff;
}

.analysis_chart {
    max-width: 100%;
    padding: 20px;
    height: auto;
    border: 1px solid #8080804d;
    border-radius: 5px;
}

.data_summery {
    background-color: #fff;
    border: 1px solid #8080804d;
    padding: 20px 15px;
    border-radius: 5px;
    margin: 15px 0;
}

.data_summery h4 {
    font-weight: 600;
    font-size: 20px;
}

.margin0 {
    margin: 0;
}

.analysis_heading {
    text-align: center;
    margin: 50px 0;
    font-size: 18px;
    height: 50px;
    font-weight: 600;
    width: 70%;
}

.content_table {
    width: 70%;
    margin: 10px 0;
}

.content_table th {
    text-align: start !important;
    color: gray;
}

.content_table tbody td:first-child {
    width: 70%;
    text-align: start;
    padding: 10px;
}

.content_table tbody td img {
    width: 80px;
    height: auto;
}

.content_table tbody td span {
    margin: 0 5px;
}

.content_table,
th,
td {
    border-bottom: 1px solid #8080804d !important;
    border: none;
}

.content_table tr:nth-child(even) {
    background-color: transparent !important;
}

.custom_range {
    position: absolute;
    background: #ffff;
    padding: 10px;
    box-shadow: 1px 1px 5px 3px #00000026;
    border-radius: 4px;
    z-index: 99999;
    right: 6px;
    cursor: pointer;
    top: 10%;
    max-width: 250px;
    width: 100%;
}

.date_picker input[type=date] {
    padding: 3px;
    margin: 5px 0;
    width: 100%;
}

.datepick_btn {
    padding: 0 10px;
    margin: 5px 3px;
    border: none;
    background-color: #0e1b24;
    color: #fff;
    border: 1px solid #000;
}

.datepick_btn:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.error_msg {
    color: red;
    font-weight: 600;
    margin: 0;
}

/*mithil css*/
.selected_opt {
    border: 1px solid #ccc;
    width: 100%;
    position: relative;
}

.select_option {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select_option input[type="checkbox"] {
    margin-right: 10px;
    height: 15px;
    width: 15px;
    accent-color: #000;
}

.select_option p {
    margin: 0;
    font-size: 20px;
}

.select_option_group {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 0;
    background-color: #fff;
    padding: 15px 15px 0 15px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    border-radius: 5px;
    max-height: 241px;
    height: auto;
    overflow-y: auto;
}

.selected_val {
    margin: 0;
    padding: 6px;
    font-size: 18px;
}

/* message modal*/

.messege_section {
    max-width: 80%;
    display: block;
    margin-left: auto;
    height: 340px;
    overflow-y: auto;
}

.messege_section .send_messege {
    max-width: fit-content;
    width: 100%;
    background-color: #0e1b24;
    margin-top: 15px;
    padding: 10px;
    border-radius: 10px 10px 0 10px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-left: auto;
    font-size: 15px;
}

.messege_section .messege_time {
    text-align: end;
    font-size: 12px;
    font-weight: 600;
}

.model_scroll_css.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 5px;
}

.model_scroll_css.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background: #0e1b24;
    border-radius: 30px;
}

.messege_section1::-webkit-scrollbar {
    width: 5px;
}

.messege_section1::-webkit-scrollbar-thumb {
    background: #0e1b24;
    border-radius: 30px;
}

.messege_section1 {
    height: 480px !important;
    margin-right: auto !important;
    max-width: 100%;
    display: block;
    height: 340px;
    overflow-y: auto;
    width: 100%;
}

.messege_section1 .send_messege1 {
    max-width: fit-content;
    width: 100%;
    background-color: #0e1b24;
    padding: 10px;
    border-radius: 10px 10px 0 10px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-right: auto !important;
    font-size: 15px;
    margin-left: 15px;
    margin-bottom: 5px;
}

.messege_section1 .send_messege1 p {
    margin: 0;
}

.messege_section1 .messege_time1 {
    text-align: start;
    font-size: 12px;
    font-weight: 600;
}

.messege_section1 .messege_time1 p {
    margin-left: 17px;
    margin-top: 2px;
    margin-bottom: 10px;
}

.messege_section1 .messege_layout1 {
    max-width: fit-content;
    width: 475px;
    margin-right: auto;
    margin-top: 25px;
}

.sender_profile {
    display: flex;
    align-items: center;
}

.sender_profile_name h3 {
    margin: 0;
    margin-left: 10px;
    font-weight: 700;
    font-size: 18px;
}

.sender_profile_picture {
    margin-left: 15px;
    margin-bottom: 10px;
}

.sender_profile_picture img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.sender_profile_name p {
    font-size: 11px;
    margin: 0;
    margin-left: 10px;
    line-height: 1;
    font-weight: 600;
}

.messege_section1 .replay_messege_layout {
    width: 400px;
    margin-left: 75px;
    /* margin-right: 0; */
}

.replay_messege_layout .send_messege1 {
    margin-left: 10px;
}

/* Video Section */
.video_container {
    position: relative;
    width: 100%;
    min-height: 30vh;
    overflow-y: auto;
    height: 100%;
}
.video_container::-webkit-scrollbar {
  width: 5px;

}

/* Track */
.video_container::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.video_container::-webkit-scrollbar-thumb {
  background: #0e1b24; 
  border-radius: 10px
}

/* Handle on hover */
.video_container::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.list-item {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 90%;
    box-shadow: 1px 1px 8px 0px #0000004d;
    right: 10px;
    border-radius: 10px;
    margin: 10px auto;
}

.item-content {
    height: 100%;
}

.video_section {
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 10px auto;

}

.video_source video {
    width: 100%;
    border-radius: 18px 18px 0 0;
}

.video_title {
    font-size: 20px;
    font-weight: 600;
    color: #0e1b24;
    margin: 5px 0;
}

.video_card {
    background-color: #ffff;
    border-radius: 18px;
    box-shadow: 1px 1px 10px 6px #00000012;
    position: relative;
}

.rearrenge_icon {
    position: absolute;
    top: 5px;
    font-size: 17px;
    background: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    right: 13px;
    cursor: all-scroll;
}

.rearrenge_icon p {
    margin: 0;
}

.video_name {
    padding: 0px 10px 5px 10px;
}

.video_name p {
    color: #0e1b24;
    font-weight: 600;
    margin: 0;

}

.video_section_bg {
    background-color: #80808014;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
}
.open_btn{
    width: 100% !important;
    display: inline-block;
    text-decoration: none;
    background-color: #0e1b24;
    color: #ffff !important;
    border: 2px solid #0e1b24;
    padding: 5px 4px;
    text-align: center;
    font-weight: 600;
}
.open_btn:hover{
    background-color: #fff !important;
    color: #0e1b24 !important;
    border: 2px solid #fff !important;
}
.video_section .dropdown-toggle::after{
    display: none;
}
.video_dropdowm_menu{
    background-color: transparent !important;
    color: #0e1b24;
    border: none;
}
.video_dropdowm_menu:hover{
    color: #0e1b24;
    border: none;
    background-color:transparent !important ;
}
.dropdown-center:focus-visible {
    outline: none !important;
}
.video_dropdowm_menu:focus-visible {
    outline: none !important;
}