
#login-screen {
    position: fixed;
    inset: 0;
   opacity: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-family: 'Roboto', system-ui, sans-serif;
     transition: opacity 0.5s, display 0.5s;
  
  transition-behavior: allow-discrete;
}
#login-screen.is-visible {
    display: flex;
    opacity: 1;
}
@starting-style {
  #login-screen.is-visible {
    opacity: 0;
  }
}
.select2_emp_img {
  border-radius: 16px;
  margin-right: 10px;
  border: 1px solid #1e1717;
 height: 28px;
  width: 28px;
}
.login-card {
    background: #0000007a;
    padding: 40px 50px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    width: 380px;
    max-width: 90vw;
    text-align: center;
}

.login-card .logo {
    width: 280px;
    margin-bottom: 20px;
}

.login-card h2 {
    margin: 0 0 30px;
    color: #333;
    font-weight: 500;
}

.login-card input {
    width: 100%;
    padding: 14px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
}

.login_button {
    width: 250px;
    padding: 14px;
    margin-top: 10px;
    background: #cc0000;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
    transition: background 0.2s;
}

.login_button:hover {
    background: #880000;
}
.progress-ring__circle {
    transition: 0.35s stroke-dashoffset;
    /* axis compensation */
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.cpb-progress-container{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    justify-items: center;
}

.back-ring, .front-ring{
    grid-area: 1/1/1/1;
    width: 100%;
    height: 100%;
}

.progress-icon{
    grid-area: 1/1/1/1;
    width: 25%;
    height: 25%;
}

.progress-text{
    grid-area: 1/1/1/1;
    margin: 0;
    color: white;
    font-weight: bold;
}
.table-container {
  flex: 0 0 auto;
        border-collapse: collapse;
        width: 100%;
}
.table-container th, .table-container td {
       
        padding: 2px !important;
        text-align: left;
}
.small_notes_box {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0; /* Ensure it can shrink */
}
.cust_info_notes_header {
    flex: 0 0 auto;
    
    
   margin-top:10px;
   margin-bottom:5px;
}
.cust_info_notes {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 5px;
    min-height: 0; /* Ensure it can shrink */
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

element.style {
    width: 140px;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.btn-label {
    position: relative;
    padding-left: 44px !important;
}
.btn-short {
    line-height: 1;
    font-size:12px;
padding: 9px 6px;

}
.btn2 {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.btn2-grey {
    color: #2b2a2adc;
    background-color: #c9c9c9;
    border-color: #6b6b6b;
}
.btn2:hover {
    color: #080808;
    background-color: #a1a1a1dc !important;
    border-color: #3b3b3b;
}
.btn2 {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .5rem .9rem;
    font-size: .875rem;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: top;
    width: 49px;
    height: 49px;
    margin:auto auto
}

.loading img {
    width: 36px;
    z-index: 9;
}


.cust_info_small_pop { 
    resize: both;
    overflow: hidden; /* Remove scrolling from popup */
    min-width: 200px;
    min-height: 200px;
    width: 500px;
    height: 500px;
    padding: 10px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    position: absolute;
    z-index: 99999999999999999999999999999999999;
    border-radius: 4px;
    -webkit-box-shadow: 9px 10px 28px -2px rgba(0, 0, 0, 0.49);
    box-shadow: 9px 10px 28px -2px rgba(0, 0, 0, 0.49);
   
}

.qcontact_closeicon {
float: right;
    color: #DDD;
       
    position: absolute;
    top: 10px;
    right: 10px;
}
.qcontact_closeicon:hover {
    color: #000;
}
#left_wide {
    width: 200px;
    height: 100%;
    background-color: #fff;
   
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dedee8;
    z-index: 200000;
}

#main_menu {
    list-style: none;
    font-size: 14px;
    color: #222;
}

.dialog2_n {
    background: none !important;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999;
    border-bottom: 1px solid #999;
}

.dialog2_nw {
    background: none !important;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.dialog2_ne {
    background: none !important;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.dialog2_title {
    color: #333 !important;
}

.dialog2_content {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

.new_cust_text {
    padding: 2px;
    width: 200px;
    height: 15px;
}

.hourswindow {
    background-color: #fff;
    border: 1px solid #999;
    position: fixed;
    z-index: 999999999;
    margin-top: 20px;
    padding: 20px;
}

#bl_minimize {
    display: none;
}

#bl {
    left: 0px !important;
    bottom: 10px !important;
    top: auto !important;
    width: 188px;
}

#bl_row3 {
    display: none;
}

body {
    background-color: transparent;
    margin: 0;
    height: 100%;
    color: #000000;
    padding: 0 0 0 0;
    /*padding bottom size of fixedbox*/
}

#dock {
    width: 100%;
    
    position: absolute;
    bottom: 0;
    left: 0;
  
    background-color: #fff;
}

#dock_icons {
    position: absolute;
    left: 5px;
    bottom: 1px;
    z-index: 100001;
}

#dock_icons .icon_button {
    height: 24px;
    width: 22px;
    padding-left: 6px;
    float: left;
    cursor: pointer;
    display: block;
    position: relative;
}

.icon_button:hover {
    background-color: #ececec;
}

#dock_icons .icon {
    margin-top: 4px;
    height: 16px;
    width: 16px;
    display: block;
}

#dock_icons .tickets {
    background: url("../images/sm_icons/report.png") top left no-repeat;
}

#dock_icons .schedule {
    background: url("../images/sm_icons/calendar.png") top left no-repeat;
}

#dock_icons .contacts {
    background: url("../images/sm_icons/vcard.png") top left no-repeat;
}

#dock_icons .settings {
    background: url("../images/sm_icons/cog.png") top left no-repeat;
}

#dock_icons .files {
    background: url("../images/sm_icons/sdfsfles.png") top left no-repeat;
}

#unassignedLog {
    padding: 2px;
    height: 190px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    border: 1px solid #000000;
    bottom: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    left: 0;
    padding: 0px;
    position: absolute;
    width: 350px;
    z-index: 999999999;
}

#systemmenu {
    padding: 5px;
    height: 265px;
    width: 200px;
    position: absolute;
    bottom: 26px;
    left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #f0f0f0;
    border: 0px solid #000000;
    z-index: 999999999;
}

.unassignedDrag {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #fffff2;
}

.callLogEntry td {
    cursor: pointer;
}

.callLogEntry_over td {
    background-color: #e3e3e3;
}

.callLogAction {
    cursor: pointer;
}

#notifications_img {
    background: transparent url("../images/small_notice.gif") no-repeat scroll center top;
    width: 18px;
    height: 16px;
    padding: 0px 0 0;
    position: absolute;
    bottom: 4px;
    right: 57px;
    cursor: pointer;
    z-index: 102000;
    margin: 0 1px 1px 1px;
    cursor: pointer;
}

#notifications_notify {
    position: absolute;
    bottom: 15px;
    left: -46px;
}

#notifications_img,
#notifications_text * {
    font-size: 9px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #ffffff;
}

#notifications_title {
    background-color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    background-image: url(../images/grey_bg_4.jpg);
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
}

#notifications_contents {
    margin: 0 7px;
    font-size: 11px;
}

#notifications_contents ul {
    list-style: none;
    padding-left: 3px;
}

.notifications_item {
    padding: 3px 0;
}

.notifications_item a,
.notifications_item a:hover {
    display: block;
    text-decoration: none;
}

.notifications_clear {
    cursor: pointer;
    width: 16px;
    vertical-align: middle;
}

.notifications_date,
.notifications_ticket {
    color: #aaaaaa;
}

#notifications_popup {
    position: absolute;
    bottom: 25px;
    right: 0px;
    width: 330px;
    border: 1px solid #000000;
    background: #ffffff;
    z-index: 101000;
}

#notifications_img.notificiations_open {
    background: #ffffff;
    border: 1px solid #000000;
    border-top: 1px solid #ffffff;
    margin: -1px;
    padding-top: 3px;
    color: #000000;
}

#notifications_img.notificiations_open * {
    color: #000000;
}

.incoming_left {}

.unassignedEntry {
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 320px;
    color: #000000;
    background-image: none;
    padding: 4px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-top-color: #ebebeb;
    border-right-color: #ebebeb;
    border-bottom-color: #ebebeb;
    border-left-color: #ebebeb;
}

#unassignedHeader {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    overflow: hidden;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
}

#dock_right {
    width: 64px;
    height: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100001;
}

#main_menu {

    width: 180px;
}

#main_menu a {
    text-decoration: none;
    font-family: "LatoRegular", "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
}

#main_menu i {
    text-align: center;
    width: 20px;
}

#main_menu>li {
    position: relative;
    padding-top: 3px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 3px;
    color: #2f2f2f;
    border: 1px solid #fff0;
    margin-top: 6px;
    display: block;
}

#main_menu .children {
    list-style: none;
}

#main_menu .children>li>a {
    color: #94989d;
    font-size: 13px;
    display: block;
    padding: 5px 0 5px 21px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    list-style: none;
}

#main_menu .children>li>a:hover {
    color: #242424;
}

#main_menu>li:hover {
    cursor: pointer;
}

.mainmenutext {
    padding-left: 16px;
    position: absolute;
    top: 14px;
}

#dock_hidden {
    /*	overflow:hidden;
	width: 100%;
	height: 26px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color:#999999;
	opacity:0.6;
	_filter:alpha(opacity='60');
	z-index: 1;*/
}

div#contentall {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

div#networkslogo {
    top: 5px;
    right: 5px;
    position: absolute;
    background: url("../images/networks-logo.jpg") no-repeat;
    width: 191px;
    height: 82px;
    z-index: 1;
}

.login_label {
    padding: 10px;
    text-align: right;
    float: left;
    width: 100px;
    font-size: 14px;
    color: #ffffff;
}

.login_input {
    width: 100px;
    vertical-align: baseline;
    left: 1px;
    margin: 5px;
}

.login_error {
    width: 250px;
    color: #f00;
}

#login_window {
    background: #f1f1f1;
    overflow: hidden;
}

#login_user {
    background: #fff url(/images/user.png) no-repeat 95% center;
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 5px;
    border: 1px solid #000;
    padding: 10px;
    height: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555;
    
    width: 250px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 1);
    outline: none;
}

#login_pass {
    background: #fff url(/images/locked.png) no-repeat 95% center;
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 5px;
    border: 1px solid #000;
    padding: 10px;
    height: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555;
    width: 100%;
    webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    width: 250px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 1);
    outline: none;
}

.ok_button {
    border-color: #770000 !important;
    color: #fff !important;
    margin-top: 10px !important;
    width: 242px !important;
    padding: 7px !important;
    moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 5px !important;
    height: auto !important;
    font-size: 13px !important;
    line-height: 1.428571429 !important;
    webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1) !important;
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1) !important;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1) !important;
    background: #cf0404 !important;
    /* Old browsers */
    background: -moz-linear-gradient( top, #cf0404 18%, #cf0404 41%, #ff3019 99%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient( top, #cf0404 18%, #cf0404 41%, #ff3019 99%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( to bottom, #cf0404 18%, #cf0404 41%, #ff3019 99%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019', GradientType=0) !important;
    /* IE6-9 */
}

@media screen {
    body>div#dock {
        position: fixed;
    }
}

.dialog_content {
    overflow: auto;
}

.itemdelete {
    position: relative;
    right: 5px;
    background-position: right;
    float: right;
}

.inventory_new {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #999999;
    padding: 8px;
}

.tobeschitems {
    font-size: 12px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

.timesheetItem {
    position: absolute;
    left: 0;
    width: 100%;
}

.timesheetItem .handle {
    position: absolute;
    top: 0;
    left: 71px;
    width: 17px;
    height: 15px;
    border: #333333 solid 1px;
    border-right: 0;
    background: url(../images/green_bg.jpg);
    overflow: hidden;
    cursor: move;
}

.timesheetItem .handle.finalized {
    cursor: default;
}

.timesheetItem .visBox {
    margin-left: 87px;
    background-color: #518787;
    border-top: #000 solid 1px;
    background-repeat: repeat-x;
    background: url(../images/green_bg.jpg);
    font-size: 12px;
    color: #fff;
    padding: 2px;
    padding-left: 6px;
    font-weight: bold;
}

.timesheetItem .resizeHandle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #000000;
    overflow: hidden;
    cursor: ns-resize;
}

.timesheetItem.break .handle,
.timesheetItem.break .visBox,
.timesheetItem.finalized_break .handle,
.timesheetItem.finalized_break .visBox {
    background: url(../images/blue_bg_timesheets.jpg);
}

.timesheetItem.nonbill .handle,
.timesheetItem.nonbill .visBox {
    background: url(../images/red_bg_timesheets.jpg);
}

.timesheetItem.finalized_nonbill .handle,
.timesheetItem.finalized_nonbill .visBox {
    background: url(../images/red_bg_timesheets.jpg);
}

#timesheet_container .clearfix {
    height: 16px;
    border-bottom: 1px solid #cccccc;
    background-color: #fff;
    width: 100%;
}

#timesheet_container .clearfix span {
    float: left;
    width: 82px;
    background-color: #666;
    text-align: center;
    font-size: 11px;
    color: #fff;
    padding: 2px;
    border-right: 1px solid #333;
}

.contact_li {}

#showdesktop {
    position: absolute;
    bottom: 3px;
    left: 3px;
    cursor: pointer;
    z-index: 102000;
}

.reminder_icon {
    height: 12px;
    width: 12px;
    position: absolute;
    right: 3px;
    bottom: 2px;
    cursor: default;
}

.badge-danger {
    background-color: #d9534f;
}
.bg-danger {
    --vz-bg-opacity: 1;
    background-color: rgb(221 46 0) !important;
}


.pull-right {
    float: right !important;
}

.overlay_mac_os_x_dialog {
    background-color: #ff7224;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.mac_os_x_dialog_nw {
    background: transparent url(mac_os_x_dialog/L.png) repeat-y top left;
    width: 16px;
    height: 16px;
}

.mac_os_x_dialog_n {
    background: transparent url(mac_os_x_dialog/bg.gif) repeat 0 0;
    height: 18px;
}

.mac_os_x_dialog_ne {
    background: transparent url(mac_os_x_dialog/R.png) repeat-y top left;
    width: 16px;
    height: 16px;
}

.mac_os_x_dialog_w {
    background: transparent url(mac_os_x_dialog/L.png) repeat-y top left;
    width: 16px;
}

.mac_os_x_dialog_e {
    background: transparent url(mac_os_x_dialog/R.png) repeat-y top right;
    width: 16px;
}

.mac_os_x_dialog_sw {
    background: transparent url(mac_os_x_dialog/BL.png) no-repeat 0 0;
    width: 31px;
    height: 40px;
}

.mac_os_x_dialog_s {
    background: transparent url(mac_os_x_dialog/B.png) repeat-x 0 0;
    height: 40px;
}

.mac_os_x_dialog_se,
.mac_os_x_dialog_sizer {
    background: transparent url(mac_os_x_dialog/BR.png) no-repeat 0 0;
    width: 31px;
    height: 40px;
}

.mac_os_x_dialog_sizer {
    cursor: se-resize;
}

.mac_os_x_dialog_close {
    width: 19px;
    height: 19px;
    background: transparent url(mac_os_x_dialog/close.gif) no-repeat 0 0;
    position: absolute;
    top: 12px;
    left: 25px;
    cursor: pointer;
    z-index: 1000;
}

.mac_os_x_dialog_minimize {
    width: 19px;
    height: 19px;
    background: transparent url(mac_os_x_dialog/minimize.gif) no-repeat 0 0;
    position: absolute;
    top: 12px;
    left: 45px;
    cursor: pointer;
    z-index: 1000;
}

.mac_os_x_dialog_maximize {
    width: 19px;
    height: 19px;
    background: transparent url(mac_os_x_dialog/maximize.gif) no-repeat 0 0;
    position: absolute;
    top: 12px;
    left: 65px;
    cursor: pointer;
    z-index: 1000;
}

.mac_os_x_dialog_title {
    float: left;
    height: 14px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
    width: 100%;
    color: #000;
}

.mac_os_x_dialog_content {
    overflow: auto;
    color: #222;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10px;
    background: transparent url(mac_os_x_dialog/bg.gif) repeat 0 0;
}

.mac_os_x_dialog_buttons {
    text-align: center;
}


.crm_loader{
    display: block;
    position: relative;
    height: 25px;
    width: 200px;
    background: #fff;
    overflow: hidden;
        margin: 0 auto;
    border: 1px solid #ccc;
    top: 60px;
  }
  .crm_loader:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #FF3D00;
    animation: 6s prog ease-in infinite;
  }
  @keyframes prog {
    to  {   width: 100%;}
  }
  
.todoItem {
    padding-left: 5px;
    background-color: #efefef;
}
.circle-progress-value {
	stroke-width: 12px;
	stroke: #2574d1;
}
.circle-progress-circle {
	stroke-width: 6px;
	stroke: hsl(0, 0%, 83%);
}
.circle-progress-text {
	fill: #2574d1;
}

.circle-progress {
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 auto;
}
.circle-progress-text {
	fill: #292929;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Roboto', 'sans-serif';
}
.slider_div {
    background-color: white;
    width: 100px;
    border: 1px solid #CCCC;
    display: none;
    float: left;
    padding: 15px;
    margin-left: 53px;
    z-index: 9999999;
    position: absolute;
    padding-right: 50px;
    height: 19px;
    -webkit-box-shadow: 2px 2px 11px -4px #000000; 
box-shadow: 2px 2px 11px -4px #0000005e;
}



#slider-round {
    height: 10px;
}

#slider-round .noUi-connect {
    background: #c0392b;
}

#slider-round .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px; /* half the width */
    border-radius: 9px;
}
.slider-styled .noUi-handle .noUi-touch-area {
    border: 1px solid transparent;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    width: auto;
    height: auto;
}

/* Show a border when hovering the area the handle responds to */
.slider-styled .noUi-handle:hover .noUi-touch-area {
    border: 1px dashed #7f7f7f;
}
.noUi-horizontal .noUi-handle {
    width: 27px;
    height: 28px;
    right: -17px;
    top: -6px;
    border-radius: 50%;
}
.noUi-connect {
    background: #2574d1;
}
.percent_item_checkbox {
    position: absolute;
    top: 16px;
    right: 5px;
    width: 14px;
}
.perc_check {
    font-size:14px;
    font-weight: 600;
}
/* Customize the label (the container) */

  

  
  /* Create a custom checkbox */
  .checkmark {
    position: relative;
    top: -19px;
    left: 40px;
    height: 20px;
    width: 20px;
    background-color: #fdfbfb;
    border: 1px solid #ccc;
    border-radius: 2px;
  }
  
  .checkmark_inside_blue {
    color: #2574d1;
    font-size: 20px;
    margin-right: 1px;
    display: none;
  }
/* Create the checkmark/indicator (hidden when not checked) */

/* CSS moved from index.php for better organization */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.logindialog_n {
  display: none;
}

.logindialog_content {
  text-align: center;
}

#overlay_modal .dialog {
  background: none !important;
  background-color: transparent !important;
}

.dialog {
  background-color: transparent !important;
}

/* Non-CSS3 browser styles */
.recurring {
  background: #FFFFFF;
  padding: 1px;
  border: 1px solid #7f9db9;
  padding-left: 3px;
  width: 146px;
  height: 14px;
  position: relative;
  cursor: default;
}

.recurring .downArrow {
  background: left top url('../images/downArrows.gif');
  width: 15px;
  height: 14px;
  position: absolute;
  top: 1px;
  right: 1px;
}

.recurringActive {
  background: #BFD6FF;
}

/* IE specific clearfix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .clearfix {
      zoom: 1;
      display: block;
  }
  .shadetabs li {
      display: inline;
  }
  img#nwbg {
      z-index: -1;
      background-color: #000000;
  }
  body {
      height: 100%;
      overflow: hidden;
      font-size: 100%;
  }
  div#contentall {
      width: 100%;
      height: 100%;
      overflow: hidden;
  }
}
  
  /* Timer indicator container */
.timer-indicator-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin-top: 8px;
    grid-column: 1 / -1; /* Span full width */
}

.timer-status-text {
    margin-left: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #495057;
}

.auto-paused-timer-modal {
    position: fixed;
    inset: 0;
    z-index: 10060;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    
}

.auto-paused-timer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.42);
}

.auto-paused-timer-dialog {
    position: relative;
    width: min(520px, calc(100vw - 32px));
    max-height: calc(100vh - 48px);
    overflow: auto;
    background: #ffffff;
    border: 1px solid #d6dbe3;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.24);
    max-width: 400px;
}

.auto-paused-timer-loader {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.86);
    border-radius: 8px;
}

.auto-paused-timer-loader .standard-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
}

.auto-paused-timer-loader .standard-loader-container {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auto-paused-timer-header {
    padding: 12px 16px 10px;
    border-bottom: 1px solid #e5e7eb;
}

.auto-paused-timer-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #495057;
}

.auto-paused-timer-subtitle {
    margin-top: 4px;
    color: #64748b;
    font-size: 12px;
}

.auto-paused-timer-list {
    padding: 10px 16px 4px;
}

.auto-paused-timer-card {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 10px 12px;
    background: #ffffff;
    border: 1px solid #b7e6c7;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.12);
}

.auto-paused-timer-status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #22c55e;
    flex: 0 0 auto;
}

.auto-paused-timer-main {
    min-width: 0;
    flex: 1 1 auto;
}

.auto-paused-timer-ticket {
    font-weight: 700;
    color: #16a34a;
    line-height: 1.1;
}

.auto-paused-timer-client {
    color: #495057;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.auto-paused-timer-title {
    color: #64748b;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.auto-paused-timer-time {
    flex: 0 0 auto;
    color: #16a34a;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.auto-paused-timer-footer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px 16px 16px;
}

.auto-paused-timer-footer .btn {
    width: 100%;
    text-align: left;
}

/* Timer Popup Minimize/Expand Animations */
.floating-timer-popup {
    transition: all 0.3s ease;
}

.floating-timer-popup[data-minimized="true"] {
    height: auto;
}

.floating-timer-popup[data-minimized="false"] {
    height: auto;
}

.floating-timer-body {
    transition: all 0.3s ease;
    overflow: hidden;
}

.floating-timer-popup[data-minimized="true"] .floating-timer-body {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
}

.floating-timer-popup[data-minimized="false"] .floating-timer-body {
    max-height: 400px;
    padding: 12px;
    opacity: 1;
}

/* Dragging state styles */
.timer-popup-dragging {
    cursor: grabbing !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
    transform: scale(1.02);
}

.timer-popup-dragging .floating-timer-header {
    cursor: grabbing !important;
}

/* Toggle button animations */
#timer_popup_toggle_btn {
    transition: transform 0.2s ease;
    
    font-size: 19px;
    padding: 0px;
   
    border: 1px solid #efefef;
    border-radius: 4px;;
    line-height: 0;
}

#timer_popup_toggle_btn:hover {
    transform: scale(1.1);
    background-color: #efefef;
}

/* Minimized header with active timer info */
.floating-timer-popup[data-minimized="true"] .floating-timer-header {
    padding: 8px 12px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.floating-timer-popup[data-minimized="false"] .floating-timer-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Smooth width transitions for minimized state */
.floating-timer-popup[data-minimized="true"] {
    width: auto;
    min-width: 250px;
    max-width: 400px;
}

/* Active timer animation in minimized header */
.floating-timer-popup[data-minimized="true"] .timer-active-animation {
    margin-right: 8px;
}

/* Enhanced Timer Popup CSS Classes */
/* Main popup container */
.enhanced-timer-popup {
        position: fixed;
    width: 400px; 
    z-index: 9999;
    background: white;
    border: 5px solid #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Header styles */
.enhanced-timer-header {
    background: #FFF;
    padding: 8px 12px;
    border-bottom: 0px solid #ddd;
    border-radius: 8px 8px 0 0;
    cursor: move;
}

.enhanced-timer-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.enhanced-timer-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.enhanced-timer-title-icon {
    font-size: 16px;
    color: #495057;
}

.enhanced-timer-title-text {
    font-weight: 600;
    color: #495057;
    font-size: 14px;
}

.enhanced-timer-toggle-btn {
    background: none;
    border: none;
    font-size: 16px;
    color: #6c757d;
    cursor: pointer;
}

/* Body styles */
.enhanced-timer-body {
    padding: 12px;
    max-height: 400px;
    overflow-y: auto;
    background-color: #fcfbfc;
    border: 10px solid #FFF;
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.1); 
box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.1);
}

/* Timer row styles */
.timer-row {
    border-radius: 8px;
    padding: 10px;
    padding-right:8px;
    height: 44px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
    border:1px solid #efefef;
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.3); 
box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.3);
}
.timer-row .btn-danger {
  color: #fff;
  background: #ff584d;
background: linear-gradient(173deg,rgba(255, 88, 77, 1) 0%, rgba(209, 43, 31, 1) 100%);
  border-color: #D12B1F;
 padding:0px !important;
 
}

.timer-row .btn-danger:hover {
  color: #fff;
  background: #a71818 !important;
  border-color: #a71818;
}

.timer-row .btn-warning {
  color: #fff;

background: #F1A247;
 padding:0px !important;
  border-color: #E98337;
}
.timer-row .btn-warning:hover {
  color: #fff;
background: #F7BB54;
  border-color: #FFD64E;
}

.timer-row:last-child {
    margin-bottom: 4px;
}

.timer-row-active {
    border: 1px solid #FFF;
    background: #fff;
}

.timer-row-paused {
    border: 0px solid #ffc107;
    
}
.timer-row-paused:hover {
    
    background: #fff;
}

/* Timer row content */
.timer-row-left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.timer-icon-container {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timer-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.timer-ticket-number {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 1px;
    white-space: nowrap;
}

.timer-ticket-number-active {
    color: #28a745;
}

.timer-ticket-number-paused {
    color: #F1A247;
}

.timer-client-name {
    font-size: 11px;
    font-weight: 600;
    color: #495057;
    line-height: 1.1;
    white-space: nowrap;
}

.timer-row-spacer {
    flex: 1;
}

.timer-row-right {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

.timer-time-display {
    font-size: 13px;
    font-weight: bold;
    margin-right: 6px;
}

.timer-time-display-active {
    color: #28a745;
}

.timer-time-display-paused {
    color: #F1A247;
}

/* Timer action buttons */
.timer-action-btn {
    padding: 0px;
    font-size: 20px;
    width: 26px;
    height: 26px;
    border-radius: 5px;
}

/* Paused timer icon */
.timer-paused-icon {
    font-size: 18px;
    color: #F1A247;
}

/* No timers message */
.no-timers-message {
    text-align: center;
    padding: 20px;
    color: #6c757d;
}

.no-timers-icon {
    font-size: 32px;
    margin-bottom: 8px;
}

.no-timers-text {
    font-size: 12px;
    margin: 0;
}

.no-timers-subtext {
    font-size: 10px;
    margin: 4px 0 0 0;
}

/* Minimized header styles */
.minimized-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 6px 8px;
    height: 40px;
}

.minimized-timer-info {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.minimized-timer-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.minimized-ticket-number {
    font-size: 11px;
    font-weight: 500;
    color: #28a745;
    line-height: 1.1;
    margin-bottom: 1px;
    white-space: nowrap;
}

.minimized-client-name {
    font-size: 13px;
    font-weight: 600;
    color: #495057;
    line-height: 1.1;
    white-space: nowrap;
}

.minimized-timer-controls {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.minimized-time-display {
    font-weight: bold;
    color: #28a745;
    font-size: 15px;
    white-space: nowrap;
}

.minimized-toggle-btn {
    background: none;
    border: none;
    font-size: 16px;
    color: #6c757d;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

/* Minimized header for paused timers */
.minimized-header-paused {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px;
}

.minimized-paused-info {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.minimized-paused-icon {
    font-size: 16px;
    color: #495057;
    flex-shrink: 0;
}

.minimized-paused-text {
    font-weight: 600;
    color: #495057;
    font-size: 14px;
}
.main_menu_root {
        padding-top: 15px;
        padding-inline-start: 0;
        margin-block-start: 0;
        margin-block-end: 0;
        list-style: none;
    }

    .main_menu_hidden {
        display: none !important;
    }

    .main_menu_new_ticket_icon {
        color: #5858a2;
    }

    body.menu-expanded .main_menu_badge_count {

        position: relative;
        right: -10px;

    }


    .main_menu_msp_badge {
        background-color: #757575;
    }

    .main_menu_tsbubble_close {
        float: right;
    }

    .main_menu_bubblecontent_compact {
        margin-top: 0;
    }

    body.menu-expanded #left_wide {
        width: 200px !important;
    }

    body.menu-collapsed #left_wide {
        width: 41px !important;
    }

    body.menu-expanded.menu-pinned #left_wide {
        box-shadow: none !important;
    }

    body.menu-expanded:not(.menu-pinned) #left_wide {
        box-shadow: 11px 5px 31px -9px rgba(0, 0, 0, 0.5) !important;
    }

    body.menu-collapsed #left_wide {
        box-shadow: none !important;
    }

    #left_wide {
        overflow: hidden;
        transition: width 0.2s ease, box-shadow 0.2s ease;
    }

    #main_menu {
        position: static !important;
        top: auto !important;
        left: 0 !important;
        width: 180px !important;
        margin: 0 !important;
        padding-inline-start: 0 !important;
        list-style: none;

    }

    body.menu-collapsed #main_menu {
        width: 41px !important;
        margin-left: -10px !important;
    }

    #main_menu>li {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 1px !important;
    }

    #main_menu .navmenu_divs:hover {
        border: 1px solid #5982c023 !important;
        border-radius: 5px !important;
        background: #efefef;
    }

    #main_menu .navmenu_divs {
        position: relative !important;
        left: 0 !important;
        display: flex !important;
        align-items: center !important;
        gap: 15px !important;



        padding: 7px 10px !important;
        border: 1px solid transparent !important;
        box-sizing: border-box;
        white-space: nowrap;
        transition: background-color .4s linear, color 0.12s ease;
    }

    body.menu-collapsed #main_menu .navmenu_divs {
        display: block !important;
        margin-left: -1px !important;

        width: 41px !important;



        padding-left: 8px !important;
    }

    #main_menu .navmenu_divs>i {
        width: 20px !important;
        margin: 0 !important;
        flex: 0 0 20px;
        text-align: center;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        transform: none !important;
    }

    #main_menu .navmenu_divs span {
        position: static !important;
        left: auto !important;
        top: auto !important;
        margin: 0 !important;
        line-height: 1 !important;
        transition: opacity 0.12s ease;
        opacity: 1 !important;
        visibility: visible !important;
    }

    body.menu-collapsed #main_menu .navmenu_divs span {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none;
    }

    body.menu-expanded #main_menu>li.menu_section_active .navmenu_divs,
    body.menu-collapsed #main_menu>li.menu_section_active .navmenu_divs {
        background-color: #7084c7;
        color: #ffffff;
    }

    body.menu-expanded #main_menu>li.menu_section_active .navmenu_divs::after {
        content: '';
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #323439;
        border-bottom-left-radius: 100px 20px;
        border-bottom-right-radius: 100px 20px;
    }

    body.menu-collapsed #main_menu>li.menu_section_active .navmenu_divs {
        width: 41px;
    }


    body.menu-collapsed #menu-pin-btn {
        display: none !important;
    }

    body.menu-collapsed #tbi_count {
        left: 6px !important;
        top: -6px !important;
        font-size: 9px;
        /* width: 18px; */
        position: relative;

        padding: 5px !important;
        font-weight: bold;
    }

    #qsearch_box,
    #qsearch_icon,
    #tbi_count {
        transition: all 0.18s ease;
    }

    #dock,
    #timeclock_area_mainmenu,
    #tsbubble,
    #nw_logo,
    #nw_logo_tiny,
    #qsearch {
        transition: opacity 0.16s ease, visibility 0.16s ease;
    }

    body.menu-expanded #dock {
        border-top: 1px solid #ccc;
        padding-top: 8px;
    }

    #dock {
        position: relative !important;
        height: auto !important;
     
        left: auto !important;
        bottom: auto !important;
    
        background-color: #fff;
        display: flex;
        align-items: center;
        gap: 0;
    }

    #dock_profile_dropdown {
        flex: 1 1 auto;
        min-width: 0;
    }

    #dock_profile_trigger {
        width: 100%;
        border: 0;
        border-radius: 0px;
    
        color: #1f2937;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 6px 10px;
        text-align: left;
        box-shadow: none !important;
    }

    #dock_profile_trigger::after {
        margin-left: auto;
        color: #6b7280;
    }

   
    #dock_profile_avatar {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        object-fit: cover;
        background: #d6dbe7;
        flex: 0 0 30px;
        margin-right: 10px;
    }

    #dock_profile_text {
        display: flex;
        flex-direction: column;
        min-width: 0;
        line-height: 1.15;
    }

    #dock_profile_name {
        font-weight: 600;
        font-size: 13px;
        color: #1f2937;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #dock_profile_role {
        display: none;
    }

    #dock_profile_dropdown .dropdown-menu {
      min-width: 199px;
    border-top: 1px solid #c2c7cd;
    border-radius: 0px;
    box-shadow: 0px -3px 16px 0px rgba(16, 24, 40, 0.18);
    }

    #dock_profile_dropdown .dropdown-item {
        font-size: 13px;
        padding: 8px 12px;
        color:#000;
    }


    body.menu-expanded #dock,
    body.menu-expanded #timeclock_area_mainmenu,
    body.menu-expanded #qsearch {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    body.menu-collapsed #dock,
    body.menu-collapsed #timeclock_area_mainmenu,
    body.menu-collapsed #qsearch {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    body.menu-expanded #nw_logo {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    body.menu-collapsed #nw_logo {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    body.menu-expanded #nw_logo_tiny {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    body.menu-collapsed #nw_logo_tiny {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    body.menu-expanded #qsearch_box {
        width: 168px !important;
    }

    body.menu-collapsed #qsearch_box {
        width: 20px !important;
    }

    #timeclock_reminder_overlay {
        position: fixed;
        inset: 0;
        z-index: 300500;
    }

    #timeclock_reminder_backdrop {
        position: absolute;
        inset: 0;
        background: rgba(15, 23, 42, 0.56);
    }

    #timeclock_reminder_spotlight {
        position: fixed;
        border-radius: 12px;
        border: 2px solid #8ab6ff;
        box-shadow: 0 0 0 9999px rgba(15, 23, 42, 0.56), 0 8px 20px rgba(0, 0, 0, 0.35);
        pointer-events: none;
    }

    #timeclock_reminder_card {
        position: fixed;
        width: 300px;
        background: #ffffff;
        border-radius: 10px;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
        border: 1px solid #dfe4ea;
        padding: 14px 14px 12px 14px;
    }

    #timeclock_reminder_close {
        position: absolute;
        top: 8px;
        right: 8px;
        border: 0;
        background: transparent;
        color: #6c757d;
        font-size: 13px;
        line-height: 1;
        cursor: pointer;
    }

    #timeclock_reminder_title {
        font-size: 15px;
        font-weight: 600;
        color: #1f2937;
        margin-bottom: 6px;
        padding-right: 20px;
    }

    #timeclock_reminder_text {
        font-size: 12px;
        color: #4b5563;
        margin-bottom: 10px;
    }

    #timeclock_reminder_actions {
        display: flex;
        justify-content: flex-end;
        gap: 8px;
    }

    body.menu-expanded #qsearch_icon {
        left: 147px !important;
    }

    body.menu-collapsed #qsearch_icon {
        left: -1px !important;
    }

    .main_menu_context {
        position: fixed;
        z-index: 2147483647;
        min-width: 140px;
        background: #fff;
        border: 1px solid #cfcfcf;
        border-radius: 6px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
        display: none;
        padding: 4px 0;
    }

    body.main-menu-context-open #left_wide .simplebar-track {
        pointer-events: none !important;
    }

    .main_menu_context_item {
        display: block;
        width: 100%;
        border: 0;
        background: transparent;
        text-align: left;
        padding: 7px 12px;
        font-size: 13px;
        color: #2f2f2f;
        cursor: pointer;
    }

    .main_menu_context_item:hover {
        color: #09348a;
        cursor: pointer;
    }

    .main_menu_context_item i {
        margin-right: 8px;
    }

    /* Base transitions and styles (add if not present) */
    #main_menu .navmenu_divs span {
        overflow: hidden;
        /* Clips text during reveal */
        white-space: nowrap;
        /* Prevents wrapping */
        transition: max-width 0.12s ease, opacity 0.12s ease;
        /* Base transition */
    }

    #nw_logo {
        overflow: hidden;
        white-space: nowrap;
        transition: max-width 0.16s ease, opacity 0.16s ease;
        /* Assume this is your full logo text/container; adjust if it's an image */
    }

    #nw_logo_tiny {
        transition: opacity 0.16s ease;
        /* Simple fade for tiny icon, as it's narrow */
    }

    #timeclock_area_mainmenu {
        overflow: hidden;
        white-space: nowrap;
        /* If it has text */
        transition: max-width 0.16s ease, opacity 0.16s ease;
        /* Adjust if this needs different handling */
    }

    #dock,
    #tsbubble,
    #qsearch {
        transition: opacity 0.16s ease;
        /* Your existing fade, now with delay on expand */
    }

    /* Collapsed state: Hide without delay, no space taken */
    body.menu-collapsed #main_menu .navmenu_divs span {
        max-width: 0;
        opacity: 0;
        pointer-events: none;
        transition-delay: 0s !important;
        /* Immediate hide on collapse */
    }

    body.menu-collapsed #nw_logo {
        max-width: 0;
        opacity: 0;
        pointer-events: none;
        transition-delay: 0s !important;
        /* Remove any display: none !important; from original */
    }

    body.menu-collapsed #nw_logo_tiny {
        opacity: 1;
        pointer-events: auto;
        transition-delay: 0s !important;
        /* Shows immediately on collapse */
        /* Remove any display: none !important; */
    }

    body.menu-collapsed #timeclock_area_mainmenu {
        max-width: 0;
        opacity: 0;
        pointer-events: none;
        transition-delay: 0s !important;
    }

    body.menu-collapsed #dock,
    body.menu-collapsed #showdesktop,
    body.menu-collapsed #timeclock_area_mainmenu,
    body.menu-collapsed #qsearch {
        opacity: 0;
        pointer-events: none;
        transition-delay: 0s !important;
        /* Remove visibility: hidden !important; */
    }

    /* Expanded state: Reveal with slight delay for smoother feel */
    body.menu-expanded #main_menu .navmenu_divs span {
        max-width: 140px;
        /* Adjust to fit your longest text + padding */
        opacity: 1;
        pointer-events: auto;
        transition-delay: 0.1s !important;
        /* Delay reveal so background expands first */
    }

    body.menu-expanded #nw_logo {
        max-width: 180px;
        /* Adjust to fit your full logo width */
        opacity: 1;
        pointer-events: auto;
        transition-delay: 0.1s !important;
    }

    body.menu-expanded #nw_logo_tiny {
        opacity: 0;
        pointer-events: none;
        transition-delay: 0s !important;
        /* Hides immediately on expand */
    }

    body.menu-expanded #timeclock_area_mainmenu {
        max-width: 180px;
        /* Adjust to fit the clock panel */
        opacity: 1;
        pointer-events: auto;
        transition-delay: 0.12s !important;
        /* Slightly longer delay if it's at the bottom */
    }

    body.menu-expanded #dock,
    body.menu-expanded #showdesktop,
    body.menu-expanded #timeclock_area_mainmenu,
    body.menu-expanded #qsearch,
    body.menu-expanded .menu_section_active {
        opacity: 1;
        pointer-events: auto;
        transition-delay: 0.08s !important;
        /* Short delay to stagger */
        /* Remove visibility: visible !important; */
    }
    .btn-label.right {
    padding-left: 12px !important;
    padding-right: 44px !important;
}
.input-group-text {
    
    padding: 3px 7px;
}