/* --- General Styles --- */
body {
    background-color: #f4f7fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* --- Sidebar Styles --- */
.sidebar {
     min-height: calc(100vh - 46px);
    background-color: #2c3e50;
    color: #ecf0f1;
    width: 250px;
    padding-top: 20px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.sidebar h4 {
    text-align: center;
    margin-bottom: 30px;
    color: #3498db;
}

.sidebar .nav-link {
    color: #ecf0f1;
    padding: 10px 20px;
    margin-bottom: 5px;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 4px;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
    background-color: #34495e;
    color: #ffffff;
}

.content {
    flex-grow: 1;
    padding: 30px;
}

header h1 {
    color: #fff;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    font-weight: bold;
    color: #555;
}

.bg-primary {
    background-color: #3498db !important;
}

.bg-success {
    background-color: #2ecc71 !important;
}

.bg-warning {
    background-color: #f1c40f !important;
}

.card-body h5,
.card-body p {
    color: white;
}

.table {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.table th {
    background-color: #ecf0f1;
    color: #7f8c8d;
}

.container-fluid{
    padding-top: 15px;
}
.hidden{
    display: none;
}

.toggle-table {
    cursor: pointer;
}
.reset-main-body{
    width: 50% !important;
    margin: auto !important;
}

/* Chetu CSS */
.panel-footer span.decline {
    color: #F75D59;
}

.panel-footer{
    font-size: 16px;
    font-weight: 600;
}

.panel-heading {
    font-size: 14px;
    font-weight: 600;
}
.table-container .panel-heading {
    font-size: 18px;
    font-weight: 600;
}

.navbar-inverse .navbar-brand {
    color: #ffff !important;
}
.panel-default>.call-filter {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.call-filter-content{
    min-height: 60px;
    align-content: center;
}
.call-left-float{
    float: left;
}

.call-right-float {
    float: right;
}

.forget-btn{
    float: right;
    margin: 0px;
    padding: 0 !important;
}

.video-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.video-player {
    width: 45vw;
    height: 400px;
    background-color: #000;
    border: 1px solid #ccc;
}

#remote-mobile-user-video-container {
    border: 3px solid red;
}

#incoming-call-notification {
    padding: 15px;
}
.pull-left{
    margin-left: 0px !important;
}
.panel-footer .ms-3 {
    margin-left: 0px !important;
}

    .video-view {
        width: 400px;
        height: 300px;
        background-color: #000;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
    }
    .video-player p {
        color: white;
        text-align: center;
        padding-top: 130px;
    }
    /* Controls Bar Styling */
    .controls-bar {
        display: flex;
        justify-content: center;
        gap: 15px;
        padding: 10px 0;
        background-color: #2c3e50;
        border-radius: 0 0 8px 8px;
    }
   
    .control-btn.leave {
        background-color: #e74c3c;
    }
    .control-btn.leave:hover {
        background-color: #c0392b;
    }
    .control-btn.off {
        background-color: #95a5a6; 
    }
    div#calls-container-row {
    margin-top: 20px;
}

.call_name {
    font-size: x-large;
    font-weight: 500;
}
span.loc_name {
    font-size: 24px;
    padding-left: 5px;
}
.dash_opt{
    font-size: 20px;
    padding-left: 5px;
}

/*add new css 12th dec 2025*/
ul.sidebar-menu-items li a {
    display:flex;
    gap:12px;
}

body {
    background-color: #f4f4f4;
}

.video-card {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: contents !important;
}


.video-label {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8em;
    margin: 0;
}

/* Styling for the incoming call panels */
.call-panel .panel-heading { padding: 15px; }
.call-panel .panel-footer { padding: 10px 15px; background-color: #f9f9f9; }
.panel-green { border-color: #d6e9c6; }
.panel-primary { border-color: #bce8f1; }
.panel-warning { border-color: #faebcc; }

button.off {
    background-color: #dc3545;
    border-color: #dc3545;
}

.camera-off-overlay {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
    text-transform: uppercase;
}

p#connection-status {
    font-size: 30px;
    margin: auto;
    text-align: center;
}

/*write new css 22th dec 2025*/
.navbar-min-container{
    display:flex;
    justify-content:space-between;
    align-items: center;
    background: #010101;
    padding: 8px 16px;
}

.header-container img.logo-img{
    width:54px;
    height:auto;
}
.header-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

a.navbar-title {
    color: #fff;
    font-size: 18px;
     text-decoration: none;
}
a.navbar-title:focus{
    outline:none;
}
ul li.menu-list-items {
    margin-right:16px;
}
ul li.menu-list-items a{
    display:flex;
    align-items: end;
    gap:8px;
    color:#fff;
    
}
ul li.menu-list-items a.active{
   background-color: #EEF2FF;
    color: #000;
    border-radius:6px;
}
ul li.menu-list-items a:hover{
    background-color: #EEF2FF;
    color: #000;
    border-radius:6px;
}
    
ul li.menu-list-items a span.dash_opt{
    font-size:16px;
    color:#fff;
    padding-left:0;
    
}
ul li.menu-list-items a:hover span.dash_opt, ul li.menu-list-items a.active span.dash_opt{
    color:#000;
    
}
ul.nav li a.custom-toggle{
    display: flex;
    gap: 6px;
    align-items: center;
    color:#fff;
}
ul.nav li a.custom-toggle:hover{
    background-color:transparent;
    color:#fff;
}
div[id^="agora-video-player-"] {
    background-color: transparent !important;
}

video{
    border-radius: 10px;
}

.filter-group-wrapper {
    padding: 10px 0;
}

.filter-btn {
    border-radius: 8px !important;
    padding: 8px 20px !important;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    border: 1px solid transparent !important;
    margin-right: 8px;
    background: transparent !important;
    color: #6c757d !important;
}

.filter-btn:hover {
    background-color: #f1f3f5 !important;
    color: #343a40 !important;
}

.filter-btn.btn-primary {
    background-color: #0d6efd !important;
    color: #ffffff !important;
    font-weight: 600;
    border: 1px solid #0d6efd !important;
    box-shadow: 0 4px 8px rgba(13, 110, 253, 0.2);
}

.filter-btn:focus {
    box-shadow: none !important;
}

div#wrapper {
    height: 100vh;
}
div#wrapper main{
    height: 100%;
}
.imput-label{

 color:#333 !important;   
}

.dt-paging .pagination {
    display: flex !important;
}

button.page-link, button.page-link.first, button.page-link.previous, button.page-link.last  {
    font-size: 16px;
}
.form-select-sm{
    font-size: 1.5rem;
}
button#apply-custom:hover, button#apply-custom:focus {
    color: #fff;
}
.btn {
    padding: 8px 14px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
}

transitions style {
    box-shadow: rgba(52, 58, 64, 0.345) 0px 0px 0px 1.37136px;
}
element.style {
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

transitions style {
    box-shadow: rgba(52, 58, 64, 0.345) 0px 0px 0px 1.37136px;
}
element.style {
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}
.admin-reg-btn{
    text-align: center;
    justify-content: center;
}

label.lab-clr{
    color: #333;
}

.custom-navbar{
background-color: #010101;
}

.navbar-light .navbar-toggler-icon{
  filter: invert(100%);
}

.custom-navbar {
    display: none;
}
