﻿body {
    background:#d3d3d3;
    font-family:"Open Sans", sans serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: "Open Sans", sans serif;
  font-weight: 300;
}
img{
    max-width: 100%;
}
.logo_wrap{
    margin: 14px 0 7px 0px;
    float: left;
}

.site_branding{
font-family: "Open Sans", sans serif;
color:#fff;
font-size: 24px;
white-space: nowrap;
font-weight: 300;
padding:10px 0 0 20px;
float: left;
}
.navbar{
    margin-bottom: 0;
    border-radius:0;
  position: fixed;
  width: 100%;
  z-index: 2;
}

.navbar-header{
    width: 100%;
}

.side-menu-wrap {
    width: 280px;
    background: linear-gradient(180deg, #2c2c2c 0%, #1a1a1a 100%);
    position: fixed;
    bottom: 0;
    top: 77px;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.15);
}

.side-menu-wrap::-webkit-scrollbar {
    width: 6px;
}

.side-menu-wrap::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

.side-menu-wrap::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.side-menu-wrap::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}

.site-menu {
    padding: 8px 0 60px;    margin: 0;
    background: transparent;
}

.site-menu li {
    margin: 1px 6px; 
}

.site-menu li .nav-link {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px; 
    width: 100%;
    border-radius: 6px; 
    transition: all 0.2s ease;
    text-decoration: none;
    font-weight: 400;
}

.site-menu li .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none;
}

.site-menu li.active .nav-link,
.site-menu li.selected .nav-link {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

.site-menu li .nav-link .menu-icon {
    font-size: 16px;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
    opacity: 0.9;
}

.site-menu li.active .nav-link .menu-icon,
.site-menu li.selected .nav-link .menu-icon {
    opacity: 1;
}

.menu-group-toggle {
    cursor: pointer;
    user-select: none;
}

.menu-group-toggle .nav-link {
    justify-content: space-between;
    padding-right: 12px;
}

.menu-group-toggle .nav-link > span {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.menu-group-toggle i.fa-chevron-down {
    transition: transform 0.25s ease;
    font-size: 11px;
    flex-shrink: 0;
    opacity: 0.6;
}

.menu-group-toggle:hover i.fa-chevron-down {
    opacity: 1;
}

.menu-group-toggle.collapsed i.fa-chevron-down {
    transform: rotate(-90deg);
}

.menu-group {
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease;
    opacity: 1;
    margin: 0;
    padding: 0;
}


.menu-group .nav-item {
    margin: 1px 6px 1px 12px; 
}

.menu-group .nav-item .nav-link {
    padding: 7px 12px 7px 32px;
    font-size: 13px;
}

.menu-group.collapsed {
    max-height: 0 !important;
    opacity: 0;
}

.menu-group .nav-item {
    margin: 2px 8px 2px 16px;
}

.menu-group .nav-item .nav-link::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: all 0.2s ease;
}

.menu-group .nav-item.active .nav-link::before,
.menu-group .nav-item.selected .nav-link::before {
    background: #fff;
    width: 6px;
    height: 6px;
}

.operator-info-section {
    background: rgba(255, 255, 255, 0.05);
    padding: 16px;
    margin: 12px 8px 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.operator-info-title {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.operator-info-item {
    margin-bottom: 10px;
    border: none !important;
}

.operator-info-value {
    color: #1a73e8; 
    font-weight: 600;
}

.operator-info-item .nav-link {
    padding: 6px 0 !important;
    background: none !important;
}

.operator-info-item .small {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
}

.operator-info-item .nav-link > div:not(.small) {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 400;
}

.side-menu-offset {
    margin-left: 280px;
}

.menu-separator {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 8px 12px; 
}

@media (max-width: 1366px) {
    .side-menu-wrap {
        width: 260px;
    }

    .side-menu-offset {
        margin-left: 260px;
    }

    .site-menu li .nav-link {
        font-size: 13px;
        padding: 9px 12px; 
        gap: 10px;
    }

    .site-menu li .nav-link .menu-icon {
        font-size: 15px;
        width: 18px;
    }
}

@media (max-width: 1024px) {
    .side-menu-wrap {
        width: 240px;
    }

    .side-menu-offset {
        margin-left: 240px;
    }

    .site-menu li .nav-link {
        font-size: 12px;
        padding: 8px 10px; 
    }

    .operator-info-section {
        padding: 12px;
    }
}

@media (min-width: 1920px) {
    .side-menu-wrap {
        width: 300px;
    }

    .side-menu-offset {
        margin-left: 300px;
    }

    .site-menu li .nav-link {
        font-size: 15px;
        padding: 12px 18px;
    }
}

@media (max-height: 768px) {
    .site-menu {
        padding: 8px 0 60px;
    }

    .site-menu li .nav-link {
        padding: 6px 10px; 
    }

    .menu-group .nav-item .nav-link {
        padding: 7px 12px 7px 32px;
    }

    .operator-info-section {
        margin: 8px 8px 16px;
    }
}

@media (min-height: 1080px) {
    .site-menu {
        padding: 16px 0 100px;
    }

    .site-menu li .nav-link {
        padding: 13px 16px;
    }
}

.main-content {
    background: #d3d3d3;
    padding: 110px 35px 35px;
}

.main-content h2 {
    margin-top: 0px !important;
}

.user_actions{
    float:right;
    color:#fff;
    font-size:14px;
    line-height:40px;
    position:relative;
    padding-right:55px;
    margin-top:18px;
    margin-right:1%;
}
.user_actions strong{

}
.user_actions a{
color: #f15a24;
float: none;
}
.user_actions .user_image{
    font-size: 36px;
    border-radius: 50px;
    display: inline-block;
    overflow: hidden;
    background: #676767;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;

}
.user_actions .user_image i{
    top: 5px;
    position: relative;
    left: -5px;
}
.user_actions .user_image img{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -18px;
}
.page_title{
  font-weight: 300;
  font-size: 60px;
  color: #9c9696;
  padding: 0;
  margin: 0 0 30px;
  letter-spacing: -0.02em;
  position: relative;
  padding-bottom: 20px;
}
.page_title small{
    position: absolute;
    bottom: -10px;
    left:0;

}


.login_layout{
    background-size: cover;
    background-attachment:fixed;
}
.login_layout .main-content{background: none;}
.login_wrapper{
    background: rgba(255,255,255,0.8);
    margin-top: 100px;
    padding:100px 75px;
}
.login_wrapper h1{
font-size: 64px;
color: #9c9696;
margin: 0;
padding-bottom: 20px;
letter-spacing: -0.05em;
 }
.login_wrapper .login_form_row{
padding-bottom: 30px;
 }
.login_wrapper label {
font-size: 14px;
color:#3e3939;
font-weight:normal;
display: block;
}
.login_wrapper input[type="text"],
.login_wrapper input[type="password"]{
border:1px solid #b5b3b3;
border-radius: 4px;
background-color: rgba(207, 202, 202, 0.2);
}
.login_wrapper .action-btn{
float: right;
padding: 10px 30px;
 }
 .forgot_pass_link{
    color: #d75c30;
    font-size: 14px;
 }

.custom_tabpanels{

}
.custom_tabpanels .nav-tabs{
clear: both;
margin-bottom: 15px;

}
.custom_tabpanels .nav-tabs > li{
    width: 33.3%;
    background-color: #e9e9e9;
}

.custom_tab_nav{
position: relative;
overflow: hidden;
}
.custom_tab_nav img{
    float: left;
    border:1px solid #d3d3d3;
    margin-right: 15px;
    height:50px;
}
.custom_tab_nav .status_label{
text-transform: uppercase;
font-size: 10px;
display: block;font-weight: bold;
}
.custom_tab_nav .status_label.winner{
    color: #c72fe3;
}
.custom_tab_nav .custom_tab_linktitle{
margin:0;
padding: 0;
line-height: 1;

}
.custom_tab_nav .tab_indicator{
position: absolute;
right: 0px;
top:10px;
text-transform: capitalize;
font-size: 12px;
}
.custom_tab_nav .tab_open{
display: none;
}
.custom_tab_nav .tab_closed{
display: block;
}
.nav-tabs > li.active .tab_closed{
    display: none;
}
.nav-tabs > li.active .custom_tab_nav .tab_open{
    display: block;
}
.nav-tabs > li.active{
    background-color: #fff;
    padding-bottom: 15px;
    margin-bottom: -15px;
}
.custom_tabpanels .nav-tabs > li.active > a, .custom_tabpanels .nav-tabs > li.active > a:hover, .custom_tabpanels .nav-tabs > li.active > a:focus,
.custom_tabpanels .nav-tabs > li > a:hover{
    border:none;
}
.custom_tabpanels .tab-content{
    padding:0;
}

.show-answer
{
    width:900px;
    margin-top: 90px;
}

.stop-wrapper{
   position: relative;
  z-index: 1111;
  float: left;
  padding: 15px;

}
.clearme{
  clear: both;
}

.grid-wrapper{
  display: flex;
  flex-wrap: wrap;
}

table {
    background-color: #e1e1e1;
}

.site-menu, .site-menu ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.menu-group .nav-item .nav-link::before {
    content: none !important;
    display: none !important;
}


.table tbody tr.clickable-row,
.table tbody tr.sms-row {
    cursor: pointer;
}

    .table tbody tr.clickable-row > td,
    .table tbody tr.sms-row > td {
        transition: background-color 0.15s ease;
    }

    .table tbody tr.clickable-row:hover > td,
    .table tbody tr.sms-row:hover > td {
        background-color: #f8f9fa !important;
    }

    .table tbody tr.clickable-row.active-row > td,
    .table tbody tr.sms-row.active-row > td {
        background-color: #e3f2fd !important;
    }

#incoming-call-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 99999;
    display: none;
}

#incoming-call-card {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 380px;
    max-width: calc(100vw - 32px);
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
    padding: 18px;
    border: 1px solid #ddd;
}

.incoming-call-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.incoming-call-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 16px;
}

.incoming-call-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#alarm-overlay {
    position: fixed;
    inset: 0;
    background: rgba(120, 0, 0, 0.72);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

#alarm-card {
    width: min(760px, 96vw);
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
    overflow: hidden;
    border: 4px solid #c62828;
}

#alarm-header {
    background: #c62828;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    font-weight: 700;
}

#alarm-badge {
    font-size: 26px;
    letter-spacing: 0.5px;
}

#alarm-timer {
    font-size: 20px;
}

#alarm-title {
    font-size: 30px;
    font-weight: 800;
    color: #c62828;
    padding: 26px 24px 8px 24px;
}

#alarm-subtitle {
    font-size: 18px;
    padding: 0 24px 24px 24px;
    color: #222;
}

#alarm-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 24px 24px 24px;
}



