/* ----------------------- Switch Button Styles ----------------------- */
.k-switch {
    margin: 2.5px 0px;
  }
  
  .k-switch-md {
    width: 50px;
    height: 22px;
  }
  
  .k-switch-md .k-switch-track {
    width: 50px;
    height: 22px;
  }
  
  .k-switch-md .k-switch-thumb {
    width: 16px;
    height: 16px;
  }
  
  /* Switched ON */
  .k-switch-md.k-switch-on .k-switch-thumb-wrap {
    left: calc(100% - 9px - 3px);
  }
  
  .k-switch-on .k-switch-track {
    background-color: #1d3058 !important; /* Teal: rgb(0, 109, 91) */
    border-color: #1d3058 !important;
  }
  
  .k-switch-on .k-switch-thumb {
    background-color: white !important;
  }
  
  /* Switched OFF */
  .k-switch-md.k-switch-off .k-switch-thumb-wrap {
    left: calc(15px - 3px);
  }
  
  .k-switch-off .k-switch-track {
    background-color: #ccd5de !important;
  }
  
  .k-switch-off .k-switch-thumb {
    background-color: #9b9b9b !important;
  }
  /* -------------------------------------------------------------------- */
  
  /* ------------------------- Search Bar Styles ------------------------ 
  .k-input-md {
      width: 100% !important;
  } */
  /* -------------------------------------------------------------------- */
  
  /*------------------- CheckBoxes/Radio Buttons Style -------------------*/
  .aw-checkbox-group {
    width: max-content !important;
  }
  
  .aw-checkbox-group > table > tbody > tr > td {
    width: max-content !important;
  }
  
  .aw-checkbox-group > table > tbody > tr > td > .k-checkbox-label {
    margin-right: 16px;
  }
  
  .k-radio-label {
    margin-right: 16px;
  }
  /* -------------------------------------------------------------------- */
  
  /*-------------------------- Form Wizard Styles ------------------------*/
  .aw-stepper-wizard {
    margin-bottom: 5px !important;
  }
  /* -------------------------------------------------------------------- */
  
  #BAS_FRAME_left_wr {
    background-color: #2e4475;
  }
  
  .aw-panel-header.k-selected,
  .aw-panel-header-placeholder.k-selected {
    background-color: #2e4475 !important;
  }
  
  .col-xs-5ths,
  .col-sm-5ths,
  .col-md-5ths,
  .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .col-xs-5ths {
    width: 20%;
    float: left;
  }
  
  .ir-body {
    width: 100%;
  }
  
  h1 {
    font-size: 36px;
    line-height: 48px;
  }
  
  .ir-menu {
    width: 200px !important;
    background: #0d83dd;
    color: #fff;
  }
  
  .ir-menu ul,
  .ir-menu li,
  .ir-menu a,
  .ir-menu span {
    background: transparent !important;
    color: #ffffff !important;
    border: 0px none !important;
  }
  
  .ir-menu span {
    cursor: pointer;
    font-size: 18px !important;
    margin: 0px !important;
  }
  
  .ir-menu span::before {
    font-size: 24px !important;
    line-height: 24px !important;
    opacity: 0.6 !important;
    margin-right: 15px !important;
    transform: translateY(1px);
    vertical-align: baseline !important;
  }
  
  .ir-menu .k-sprite {
    line-height: 24px !important;
    width: 28px !important;
    height: 28px !important;
  }
  .ir-healthcheck {
    padding-top: 80px;
    background-color: rgb(250, 250, 250);
    border: 1px solid rgb(192, 192, 192);
    height: 400px;
  }
  
  .ir-icon .fa {
    margin-left: 8px !important;
  }
  
  .ir-icon .fa.k-sprite,
  .ir-icon .fa.k-sprite::before {
    margin-right: 8px !important;
    font-size: 26px !important;
    line-height: 32px !important;
  }
  
  .ir-menu .k-link {
    padding: 8px 0px 8px 8px !important;
    border: 0px none !important;
  }
  
  .ir-menu .k-link:hover,
  .ir-menu .k-link:active {
    background: #258fe0 !important;
  }
  
  .ir-menu .k-selected,
  .ir-menu .k-state-focused {
    background: #3d9ce4 !important;
    box-shadow: none !important;
    color: #ffffff !important;
  }
  
  .ir-menu-header {
    width: 100%;
    max-width: 200px;
    margin-top: auto !important;
    padding: 0px 10px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1px;
  }
  
  .ir-menu-header img {
    width: 100% !important;
    max-width: 100px !important;
    vertical-align: middle !important;
  }
  
  .ir-menu-header .ir-logo {
    font-size: 25px;
    line-height: 75px;
    border-width: 3px;
    font-weight: 700;
    width: 80px;
    height: 80px;
    color: #f9ad9c;
    border-color: #f9ad9c;
    text-align: center;
    border-style: solid;
    background-color: #fff;
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
  }
  
  .ir-menu-header .ir-name {
    margin-top: -5px;
    font-size: 14px;
    line-height: 10px;
    opacity: 0.6 !important;
    padding: 0 32px;
    display: block;
    white-space: normal;
  }
  
  .ir-menu-header .ir-company {
    font-size: 14px;
    line-height: 18px;
    padding: 0 15px;
    display: block;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
  }
  
  .ir-menu-footer {
    width: 100%;
    max-width: 180px;
    opacity: 0.5;
    position: absolute;
    bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    text-align: center;
  }
  
  .ir-menu-footer img {
    width: 100%;
    text-align: center !important;
    margin: 0 auto !important;
  }
  
  .ir-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto !important;
    padding-bottom: 20px;
  }
  
  .ir-container .k-widget {
    border: 0px none !important;
  }
  
  .ir-container .k-pager-wrap {
    background-image: none !important;
  }
  
  .ir-left {
    text-align: left;
  }
  
  .ir-right {
    text-align: right;
  }
  
  .ir-page-header {
    border-bottom: 1px solid #cdd4d9;
  }
  
  .ir-button-green {
    font-size: 26px;
    line-height: 98px;
    background-color: #85c51f;
    color: #ffffff !important;
    border: 2px solid transparent;
    transition: background-color 0.15s;
    padding: 10px 20px;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    border-radius: 5px;
  }
  
  .ir-button-green:hover {
    background-color: #acdf5a;
    text-decoration: none !important;
    cursor: pointer;
  }
  
  .ir-button-green-plus {
    font-size: 26px;
    line-height: 25px;
    background-color: #85c51f;
    color: #ffffff !important;
    border: 2px solid transparent;
    transition: background-color 0.15s;
    padding: 10px 20px;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    border-radius: 5px;
  }
  
  .ir-button-green-plus:hover {
    background-color: #acdf5a;
    text-decoration: none !important;
  }
  
  .ir-button-blue {
    font-size: 18px;
    line-height: 68px;
    background-color: #0d83dd;
    color: #ffffff !important;
    border: 2px solid transparent;
    transition: background-color 0.15s;
    padding: 10px 20px;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    border-radius: 5px;
  }
  
  .ir-button-blue:hover {
    background-color: #48a6ee;
    text-decoration: none !important;
  }
  
  .ir-button-blue i {
    margin-right: 8px;
  }
  
  .ir-circle-bg {
    background: url("ellipse-bottom-opening-large-desktop.png") no-repeat center
      center;
    margin-top: 45px;
    height: 137px;
    padding: 20px;
    text-align: center;
    position: relative;
  }
  
  .ir-circle-bg p {
    color: #9d9d9d;
    vertical-align: baseline;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
  }
  
  .ir-blue-text span {
    font-size: 64px;
    line-height: 64px;
    color: #0d83dd;
    cursor: pointer;
  }
  
  .ir-glance {
    background: #fbfdfe;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    top: 145px;
    right: 280px;
  }
  
  .ir-glance::before {
    content: "";
    width: 116px;
    height: 70px;
    position: absolute;
    top: -30px;
    left: -50px;
    background: url("arrow-left-up.png") no-repeat;
  }
  
  .ir-glance p {
    font-family: "dancing_script_otregular" !important;
    color: #0d83dd;
    font-size: 22px !important;
    line-height: 26px !important;
    margin-left: 10px;
  }
  
  .ir-categories {
    margin-top: 80px;
  }
  
  .ir-categories .col-sm-3 {
    padding: 30px;
  }
  
  .ir-custom-box {
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #cdd4d9;
    box-shadow: 0 0 0 3px rgba(6, 41, 66, 0.05);
    padding: 25px;
    position: relative;
    min-height: 307px;
    margin-bottom: 35px;
  }
  
  .ir-custom-box:hover {
    border: 1px solid #969796;
  }
  
  .ir-custom-box::before {
    background-image: url("clipboard.svg");
    background-size: 30px 15px;
    width: 30px;
    height: 15px;
    display: block;
    content: "";
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
  }
  
  .ir-add-box {
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    background: transparent;
    border: 2px dashed #cdd4d9;
    padding: 25px;
    padding-top: 118px;
    padding-bottom: 118px;
    opacity: 0.6;
    min-height: 307px;
    margin-bottom: 35px;
  }
  
  .ir-add-box:hover {
    opacity: 1;
    background: #ebf2f7;
  }
  
  .ir-add-box i {
    color: #85c51f;
  }
  
  .ir-custom-box i {
    font-size: 55px !important;
    vertical-align: baseline;
    margin-bottom: 20px;
  }
  
  .ir-custom-box h3 {
    line-height: 40px;
  }
  
  .ir-round-color-blue h4 {
    color: #0d83dd !important;
    font-family: "robotoregular" !important;
  }
  .ir-round-color-green h4 {
    color: #85c51f !important;
    font-family: "robotoregular" !important;
  }
  .ir-round-color-orange h4 {
    color: #f9ad9c !important;
    font-family: "robotoregular" !important;
  }
  
  .ir-color-blue {
    color: #0d83dd !important;
  }
  
  .ir-color-green {
    color: #85c51f !important;
  }
  
  .ir-color-orange {
    color: #f9ad9c !important;
  }
  
  .ir-list-header p {
    font-size: 14px !important;
    line-height: 18px !important;
    color: #8394a1 !important;
  }
  
  .ir-notitle-section {
    margin-top: 35px;
  }
  
  .ir-notitle-section h3 {
    font-size: 18px;
  }
  
  .ir-header-small .ir-hide-mobile {
    text-align: right;
  }
  
  .lightSlider li {
    margin-top: 10px !important;
  }
  
  .lSPager {
    display: none !important;
  }
  
  .ir-hide-medium,
  .ir-hide-small {
    display: none;
  }
  
  .lSPrev::before {
    font-family: "Font Awesome 5 Free";
    content: "\f137";
    font-size: 32px;
    color: #959596;
  }
  
  .lSNext::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-size: 32px;
    color: #959596;
  }
  
  .lSPrev:hover,
  .lSNext:hover {
    text-decoration: none !important;
  }
  
  .lSPrev,
  .lSNext {
    display: none !important;
  }
  
  .ir-hide-large .ir-custom-box,
  .ir-hide-medium .ir-custom-box,
  .ir-hide-small .ir-custom-box,
  .ir-hide-large .ir-add-box,
  .ir-hide-medium .ir-add-box,
  .ir-hide-small .ir-add-box {
    width: 90%;
  }
  
  .ir-notitle-section:hover .lSPrev,
  .ir-notitle-section:hover .lSNext {
    display: inline-block !important;
  }
  
  .lSAction > .lSNext {
    right: 15px !important;
  }
  
  .ir-border {
    width: 70%;
    border: 1px solid #cdd4d9;
    padding-left: 50px;
    text-align: right;
    position: absolute;
    right: 0px;
  }
  
  .k-overlay {
    background-color: #ffffff !important;
    opacity: 0.9 !important;
  }
  
  div.k-window {
    max-width: 900px;
  }
  
  .k-window .aw-form-body {
    border: 1px solid #ffffff !important;
    background-color: #ffffff !important;
  }
  
  .k-header {
    border-color: #ffffff !important;
    background-image: none !important;
  }
  
  .k-widget.k-window {
    top: 4% !important;
  }
  
  .aw-form {
    background-color: #ffffff !important;
    border: 0px none !important;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  
  .aw-form-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #ffffff !important;
  }
  
  .aw-form-buttons {
    border-top: 0px none !important;
  }
  
  .k-toolbar {
    background-image: none !important;
    border: 0px none !important;
  }
  
  .k-tabstrip:focus {
    box-shadow: none !important;
  }
  
  .aw-panel-header.k-selected {
    background-color: #2e4475;
    padding: 0px;
    border-radius: 5px;
  }
  
  .aw-panel-tool {
    color: #ffffff !important;
    font-size: 22px !important;
    margin-right: 20px !important;
    line-height: 20px !important;
  }
  
  .aw-panel-header span.aw-panel-tool {
    line-height: 20px !important;
  }
  
  .aw-panel-header {
    font-size: 18px !important;
    font-family: "robotoregular" !important;
  }
  
  .aw-panel-header-icon::before {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-right: 10px !important;
    vertical-align: baseline !important;
    opacity: 0.7 !important;
    width: 22px !important;
    height: 22px !important;
    overflow: visible !important;
  }
  
  .aw-panel-header span {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-right: 10px !important;
    vertical-align: baseline !important;
    opacity: 0.7 !important;
    width: 22px !important;
    height: 22px !important;
    overflow: visible !important;
  }
  
  .aw-column-multi .aw-html {
    position: inherit !important;
  }
  
  /*
  .k-overflow-anchor.k-button::before {
      display:inline-block !important;
      font-family: 'Font Awesome 5 Free';
      content: "\f078";
      margin-top:0px !important;
      margin-bottom:0px !important;
      opacity:.7;
      padding:0px !important;
      color: #85C51F !important;
  }
  
  .k-overflow-anchor.k-button.k-state-border-down::before {
      display:inline-block !important;
      font-family: 'Font Awesome 5 Free';
      content: "\f077";
      margin-top:0px !important;
      margin-bottom:0px !important;
      opacity:.7;
      padding:0px !important;
      color: #0D83DD !important;
  }
  */
  
  .k-overflow-anchor.k-button:focus {
    box-shadow: none !important;
  }
  
  .k-overflow-anchor {
    height: auto !important;
    width: auto !important;
  }
  
  .k-overflow-container li {
    padding: 5px 10px !important;
    border: 2px solid #eee !important;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  
  .k-overflow-container li:hover {
    padding: 5px 10px !important;
    border: 2px solid #eee !important;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #0d83dd !important;
    color: #ffffff !important;
  }
  
  .k-overflow-container a:hover {
    background-color: #0d83dd !important;
    color: #ffffff !important;
  }
  
  .k-overflow-container a:active {
    background-color: #0d83dd !important;
    color: #ffffff !important;
  }
  
  .k-overflow-container li a span.k-sprite {
    display: none !important;
  }
  
  .k-overflow-container li a.k-button:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-image: none !important;
    border: 0px none !important;
  }
  
  .k-overflow-container li a.k-button:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-image: none !important;
    border: 0px none !important;
  }
  
  .k-overflow-container li a.k-selected,
  .k-overflow-container li a.k-button:active {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-image: none !important;
    border: 0px none !important;
  }
  
  .ir-hide-buttons .k-button {
    display: none !important;
  }
  
  .ir-center-buttons {
    text-align: center !important;
    padding-bottom: 30px !important;
  }
  
  .aw-fieldset-legend span {
    font-size: 14px !important;
  }
  
  .ir-hide-buttons .k-toolbar > .k-button,
  .ir-hide-buttons .ir-invoice-line .k-button {
    display: inline-block !important;
  }
  
  .ir-hide-buttons .k-button.ir-button-generate {
    display: inline-block !important;
  }
  
  a:focus {
    outline: none !important;
  }
  
  a:focus,
  a:hover {
    text-decoration: none !important;
  }
  
  .ir-right-space .aw-panel {
    padding-right: 20px;
  }
  
  .ir-left-space .aw-panel {
    padding-left: 20px;
  }
  
  .ir-staff-list-header {
    padding: 2.5em 2.727em;
    margin: 0px;
    font-size: 11px;
    color: #35373d;
  }
  
  .ir-staff-wrapper {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #dbdbdb;
    padding: 1.25em 0;
    margin-left: 2.5em;
  }
  
  .k-selected .ir-staff-wrapper {
    border-top: 1px solid #6abd2d;
    border-bottom: 1px solid #6abd2d;
  }
  
  /*
  .ir-staff-edit-form .aw-picture-wrapper {
      padding-left: 50px;
  }
  */
  
  .ir-staff {
    background-color: rgb(250, 250, 250);
  }
  .ir-chart .k-chart {
    background-color: rgb(250, 250, 250);
    border: solid 1px rgb(192, 192, 192);
  }
  
  .ir-staff-name {
    font-size: 20px;
    color: #35373d;
    padding-bottom: 5px;
  }
  
  .ir-staff-title {
    font-size: 14px;
    line-height: 14px;
    color: #8a8b8f;
    text-transform: uppercase;
    display: inline-block;
  }
  
  .ir-staff-details-image,
  .ir-staff-list-details {
    display: inline-block;
  }
  
  .ir-staff-list-image {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
  }
  .ir-staff-list-image img {
    border-radius: 50%;
  }
  
  .ir-staff-details-image img {
    border-radius: 45px;
    border: 2px solid #737374;
    margin-right: 20px;
  }
  
  .ir-staff-list-details {
    vertical-align: middle;
    margin: 0px;
    padding: 15px;
  }
  
  .ir-staff-list-details dt {
    font-weight: normal;
  }
  
  .k-pager-wrap .k-link.k-pager-nav {
    border-color: #337ab7 !important;
    border-radius: 0px !important;
    background-color: #337ab7 !important;
    color: #ffffff !important;
  }
  
  .k-pager-wrap .k-link.k-pager-nav .k-icon {
    margin-top: 0px !important;
  }
  
  .k-pager-wrap .k-link.k-pager-nav.k-state-disabled {
    opacity: 1 !important;
  }
  
  .k-pager-numbers a:hover {
    background-color: #85c51f !important;
    color: #ffffff !important;
  }
  
  .k-pager-numbers {
    color: #ffffff !important;
    border-color: #eee !important;
  }
  
  .k-pager-numbers a {
    border-color: #eee !important;
  }
  
  .k-pager-numbers .k-selected {
    border-style: solid;
    border-width: 1px;
    text-align: center;
    border-radius: 0px !important;
    background-image: none !important;
    background-color: #85c51f !important;
    border-color: #eee !important;
    color: #ffffff !important;
  }
  
  .k-pager-nav .k-icon.k-i-seek-w {
    background-image: none !important;
  }
  
  /*
  .k-pager-nav .k-i-seek-w::before {
      content: "\f048" !important;
      font-family: 'Font Awesome 5 Free';
      color: #ffffff;
      font-size: 14px;
      line-height: 15px;
      vertical-align: middle;
  }
  */
  
  .k-pager-nav .k-icon.k-i-arrow-w {
    background-image: none !important;
  }
  
  /*
  .k-pager-nav .k-i-arrow-w::before {
      content: "\f0d9" !important;
      font-family: 'Font Awesome 5 Free';
      color: #ffffff;
      font-size: 14px;
      line-height: 15px;
      vertical-align: middle;
  }
  */
  
  .k-pager-nav .k-icon.k-i-arrow-e {
    background-image: none !important;
  }
  
  /*
  .k-pager-nav .k-i-arrow-e::before {
      content: "\f0da" !important;
      font-family: 'Font Awesome 5 Free';
      color: #ffffff;
      font-size: 14px;
      line-height: 15px;
      vertical-align: middle;
  }
  */
  
  .k-pager-nav .k-icon.k-i-seek-e {
    background-image: none !important;
  }
  
  /*
  .k-pager-nav .k-i-seek-e::before {
      content: "\f051" !important;
      font-family: 'Font Awesome 5 Free';
      color: #ffffff;
      font-size: 14px;
      line-height: 15px;
      vertical-align: middle;
  }
  */
  
  /*
  .k-pager-numbers .k-current-page .k-link::after {
      background-image:none !important;
      content: "\f0d7" !important;
      font-family: 'Font Awesome 5 Free';
      top:9px !important;
  }
  */
  
  .k-tabstrip > .k-button {
    border: 1px solid #cdd4d9 !important;
    border-radius: 5px;
    padding: 3px 19px !important;
    top: 5px !important;
  }
  
  .ir-icon .fa {
    margin-left: 8px !important;
  }
  
  .ir-icon .fa.k-sprite,
  .ir-icon .fa.k-sprite::before {
    margin-right: 8px !important;
    font-size: 26px !important;
    line-height: 32px !important;
  }
  
  .ir-icon .fa.k-sprite {
    margin-top: -4px !important;
  }
  
  .ir-kanban-col-header {
    font-weight: bold;
    padding: 10px 8px 0px;
    color: #595959 !important;
  }
  
  .ir-kanban-col-header-num-items {
    font-weight: 400;
    padding: 0px 8px 8px;
    color: #6b808c;
    font-size: 14px;
  }
  
  .ir-kanban-col-header-icon {
    position: absolute;
    top: 24px;
    right: 10px;
    opacity: 0.5;
  }
  
  .ir-kanban-column {
    position: relative;
    background-color: #f2f2f2;
    border: solid 1px rgb(201, 201, 201);
    border-radius: 3px;
  }
  
  .ir-kanban-col-element {
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding: 6px 8px 6px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(9, 45, 66, 0.25);
    margin-bottom: 8px;
    min-height: 20px;
  }
  
  .ir-kanban-priority-wrapper {
    overflow: auto;
    position: relative;
  }
  
  .ir-kanban-date {
    float: right;
    padding-bottom: 3px;
    font-size: 13px;
    color: #6b808c;
  }
  
  .ir-kanban-priority {
    float: left;
    height: 8px;
    margin: 3px 4px 4px 0;
    max-width: 40px;
    min-width: 40px;
    padding: 0;
    text-shadow: none;
    border-radius: 4px;
    width: auto;
  }
  
  .ir-kanban-priority-critical {
    background-color: red;
  }
  
  .ir-kanban-priority-high {
    background-color: #ff9f1a;
  }
  
  .ir-kanban-priority-normal {
    background-color: #3333ff;
  }
  
  .ir-kanban-priority-low {
    background-color: #339900;
  }
  
  .ir-kanban-new-issue {
    font-weight: 400;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 4px;
    color: #6b808c;
    font-size: 16px;
  }
  
  .ir-kanban-new-issue-icon {
    padding-left: 4px;
  }
  
  @media screen and (max-width: 1450px) {
    .ir-circle-bg {
      background: url("ellipse-bottom-opening-medium-desktop.png") no-repeat
        center center;
    }
    .ir-glance {
      right: 230px;
    }
  }
  
  @media screen and (max-width: 1270px) {
    .ir-circle-bg {
      background: url("ellipse-bottom-opening-large-tablet-landscape.png")
        no-repeat center center;
      height: 150px;
    }
    .ir-glance {
      right: 160px;
    }
    .ir-blue-text span {
      font-size: 34px;
    }
    .ir-circle-bg p {
      font-size: 14px;
    }
    .ir-add-box {
      padding-top: 70px;
    }
    .ir-add-box i {
      width: 100%;
      font-size: 55px;
    }
    .ir-add-box h3 {
      font-size: 18px;
    }
    .ir-custom-box h3 {
      font-size: 18px;
    }
  }
  
  @media screen and (max-width: 1140px) {
    .ir-glance {
      right: 110px;
    }
    .searchBox::before {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 1060px) {
    .ir-circle-bg {
      background: url("ellipse-bottom-opening-large-tablet-portrait.png")
        no-repeat center center;
    }
    .ir-blue-text span {
      font-size: 24px;
    }
    .ir-circle-bg p {
      font-size: 12px;
    }
    .ir-glance {
      right: 70px;
      top: 135px;
    }
    .ir-header-small .ir-searchbox-settings {
      width: 210px;
    }
    .ir-hide-large {
      display: none;
    }
    .ir-hide-medium {
      display: block;
    }
  }
  
  @media screen and (max-width: 980px) {
    .ir-glance {
      right: 30px;
      top: 145px;
    }
    .ir-add-box {
      min-height: 320px;
    }
    .ir-custom-box {
      min-height: 320px;
    }
    .ir-header-small .ir-button-blue i {
      display: none !important;
    }
    .ir-page-header h1 {
      display: none !important;
    }
    .ir-page-header .ir-button-green-plus {
      width: 94% !important;
      margin: 0 auto;
    }
    .ir-page-header .ir-button-green {
      width: 94% !important;
      margin: 0 auto;
    }
    .ir-mob-text h4 {
      font-size: 18px !important;
    }
  }
  
  @media screen and (max-width: 880px) {
    .ir-circle-bg {
      background: url("ellipse-bottom-opening-medium-tablet-portrait.png")
        no-repeat center center;
    }
    .ir-glance {
      display: none !important;
    }
    .ir-header-small .ir-button-blue {
      font-size: 14px;
      padding: 10px 10px;
    }
    .ir-header-small h3 {
      font-size: 18px;
    }
    .ir-header-small .ir-searchbox-settings {
      width: 180px;
    }
  }
  
  @media screen and (max-width: 770px) {
    .ir-circle-bg {
      display: none !important;
    }
    .ir-left,
    .ir-right {
      text-align: center;
    }
    .ir-container-header {
      text-align: center;
    }
    .ir-list-header {
      display: none !important;
    }
    .ir-header-small {
      text-align: center !important;
    }
    .ir-header-small .col-sm-4 {
      margin: 0 auto !important;
    }
    .ir-header-small .ir-searchbox-settings {
      margin: 0 auto !important;
      margin-top: 25px !important;
      width: 280px;
    }
    .ir-header-small .ir-button-blue {
      ont-size: 16px;
      padding: 10px 20px;
    }
    .ir-header-small .ir-hide-mobile {
      text-align: center;
      margin: 0 auto;
      margin-top: 25px !important;
    }
    .ir-hide-medium {
      display: none;
    }
    .ir-hide-small {
      display: block;
    }
  }
  
  @media (min-width: 768px) {
    .col-sm-5ths {
      width: 20%;
      float: left;
    }
  }
  
  @media (min-width: 992px) {
    .col-md-5ths {
      width: 20%;
      float: left;
    }
  }
  
  @media (min-width: 1200px) {
    .col-lg-5ths {
      width: 20%;
      float: left;
    }
  }
  .hiddenOverflow * {
    overflow: hidden !important;
  }
  
  .ir-icon .fa {
    margin-left: 8px !important;
  }
  
  .ir-icon .fa.k-sprite,
  .ir-icon .fa.k-sprite::before {
    margin-right: 8px !important;
    font-size: 26px !important;
    line-height: 32px !important;
  }
  
  .ir-icon .fa.k-sprite {
    margin-top: -4px !important;
  }
  
  .ir-kanban-col-header {
    font-weight: bold;
    padding: 10px 8px 0px;
    color: #595959;
  }
  
  .ir-kanban-col-header-TBA {
    font-weight: bold;
    padding: 10px 8px 0px;
    color: rgb(255, 255, 255);
  }
  
  .headerTBA {
    color: rgb(255, 255, 255) !important;
  }
  
  .ir-kanban-col-header-num-items {
    font-weight: 400;
    padding: 0px 8px 8px;
    color: #6b808c;
    font-size: 14px;
  }
  
  .ir-kanban-col-header-icon {
    position: absolute;
    top: 24px;
    right: 10px;
    opacity: 0.5;
  }
  
  .ir-kanban-column {
    position: relative;
    background-color: #f2f2f2;
    border: solid 1px rgb(201, 201, 201);
    border-radius: 3px;
    margin-bottom: 10px;
  }
  
  .TBA {
    background-color: rgb(64, 64, 64) !important;
    border: solid 1px rgb(201, 201, 201) !important;
  }
  
  .COM {
    background-color: rgb(44, 114, 59) !important;
    border: solid 1px rgb(201, 201, 201) !important;
  }
  
  .ir-kanban-col-element {
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding: 6px 8px 6px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(9, 45, 66, 0.25);
    margin-bottom: 8px;
    min-height: 20px;
  }
  
  .ir-kanban-priority-wrapper {
    overflow: auto;
    position: relative;
  }
  
  .ir-kanban-date {
    float: right;
    padding-bottom: 3px;
    font-size: 13px;
    color: #6b808c;
  }
  
  .ir-kanban-priority {
    float: left;
    height: 8px;
    margin: 3px 4px 4px 0;
    max-width: 40px;
    min-width: 40px;
    padding: 0;
    text-shadow: none;
    border-radius: 4px;
    width: auto;
  }
  
  .ir-kanban-priority-critical {
    background-color: red;
  }
  
  .ir-kanban-priority-high {
    background-color: #fb6c6c;
  }
  
  .ir-kanban-priority-medium {
    background-color: #ff9f1a;
  }
  .ir-kanban-priority-low {
    background-color: #339900;
  }
  
  .ir-kanban-priority-other {
    background-color: #303030;
  }
  
  .ir-kanban-new-issue {
    font-weight: 400;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 4px;
    color: #6b808c;
    font-size: 16px;
  }
  
  .ir-kanban-new-issue-icon {
    padding-left: 4px;
  }
  
  .task .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: rgb(0, 0, 0);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    opacity: 0.7;
  
    position: absolute;
    z-index: 1;
  }
  
  .task:hover .tooltiptext {
    visibility: visible;
  }
  
  .progress {
    position: absolute;
    right: 0;
    margin-top: 35px;
    margin-right: 20px;
    width: 60%;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .progress span {
    display: inline-block;
    height: 100%;
  }
  
  .progress span.TasksTBA {
    background-color: #d73fb9;
  }
  
  .progress span.TasksNYC {
    background-color: #9f8383;
  }
  
  .progress span.TasksPEN {
    background-color: #7e7e7e;
  }
  
  .progress span.TasksPCR {
    background-color: #666666;
  }
  
  .progress span.TasksPIN {
    background-color: #4d4c4c;
  }
  
  .progress span.TasksOHO {
    background-color: #373737;
  }
  
  .progress span.TasksQUO {
    background-color: #2d2d2d;
  }
  
  .progress span.TasksCCN {
    background-color: #202020;
  }
  
  .progress span.TasksCAN {
    background-color: #000000;
  }
  
  .progress span.TasksASG {
    background-color: #b8b8b8;
  }
  
  .progress span.TasksIP {
    background-color: #ffcc55;
  }
  
  .progress span.TasksPAR {
    background-color: #ffb509;
  }
  
  .progress span.TasksPH1 {
    background-color: #f2ff00;
  }
  
  .progress span.TasksCPT {
    background-color: #aeff71;
  }
  
  .progress span.TasksIAC {
    background-color: #fb3333;
  }
  
  .progress span.TasksCTP {
    background-color: #77d133;
  }
  
  .progress span.TasksCOM {
    background-color: #2713ff;
  }
  
  .progress span.TasksFAUO {
    background-color: #ee80ff;
  }
  
  .progress span.TasksPTA {
    background-color: #2ac6ff;
  }
  
  .card {
    /* For Online Users Card */
    display: flex;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 270px;
    height: auto;
  }
  .card-logo {
    font-size: 0;
    line-height: 0;
    border-width: 3px;
    font-weight: 700;
    width: 80px;
    height: 80px;
    color: #f9ad9c;
    border-color: #f9ad9c;
    text-align: center;
    border-style: solid;
    background-color: #fff;
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin: auto;
    margin-left: 10px;
  }
  
  .card-image {
    width: 100% !important;
    max-width: 100px !important;
    background-size: cover; /* Cover the entire area */
    background-position: center; /* Center the image */
  }
  
  .card-content {
    padding: 10px; /* Spacing inside the content */
    flex: 1; /* Allows the content to fill the remaining space */
    font-size: 1em;
    container-name: sidebar;
  }
  
  .message-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 300px;
    margin: 8px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .message-card:hover {
    transform: scale(1.05);
  }
  .message-card-header {
    background-color: #f5f3e7;
    color: black;
    padding: 5px;
    font-size: 15px;
    text-align: left;
  }
  .message-card-body {
    padding: 5px;
    color: #333;
    margin: 15px 5px 20px 15px;
    max-height: 20px;
    overflow: hidden;
    text-align: center;
  }
  .message-card-footer {
    background-color: #f8f9fa;
    padding: 1px;
    text-align: left;
    border-top: 1px solid #e3e6f0;
  }
  @media (min-width: 600px) {
    .message-card {
      flex-direction: row;
      max-width: 300px;
    }
    .message-card-body {
      padding: 0 0px;
    }
  }
  
  .message-right {
    float: right;
  }
  
  .m-button {
    color: inherit;
    background: none;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    user-select: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    position: relative;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
      border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  }
  
  .m-button-outline-primary {
    box-shadow: none;
    border-color: currentColor;
    color: #337ab7;
    background-color: transparent;
  }
  
  .m-button-md {
    padding-inline: 0.75rem;
    font-size: 13px;
    line-height: 1.5;
  }
  
  .m-button-outline-primary:hover,
  .m-button-outline-primary.m-hover {
    border-color: #337ab7;
    color: white;
    background-color: #337ab7;
  }
  
  .m-button-outline-primary:focus,
  .m-button-outline-primary.m-focus {
    box-shadow: 0 0 0px 0.25rem rgba(51, 122, 183, 0.5);
  }
  
  .m-button-outline-primary:active,
  .m-button-outline-primary.m-active {
    border-color: #337ab7;
    color: white;
    background-color: #337ab7;
  }
  
  .m-button-outline-primary.m-selected {
    border-color: #337ab7;
    color: white;
    background-color: #337ab7;
  }
  
  .k-split-button .k-button:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }
  
  .k-button-outline-primary {
    box-shadow: none;
    border-color: currentColor;
    color: #337ab7;
    background-color: transparent;
    border-radius: 10px !important;
  }
  
  .k-split-button .k-button {
    border-radius: 10px;
  }
  
  .k-button:not(.k-button-outline-primary, .k-toggle-button),
  .k-menu-popup {
    border-radius: 10px;
  }
  
  /*TechServices InnNextGen*/
  @keyframes progressBar {
    0% {
      width: 0%;
    }
  }
  
  @media (min-width: 600px) {
    .cardContainer {
      max-width: 400px;
    }
  }
  
  @media (min-width: 900px) {
    .cardContainer {
      max-width: 800px;
    }
  }
  
  @media (min-width: 480px) {
    .cardCourses {
      max-width: 100%; /* Full width for mobile devices */
      height: auto; /* Auto height for mobile devices */
    }
  
    .image-containerCourses div {
      height: 60%; /* Adjusted height for mobile */
    }
  
    .cardCourses .label {
      position: relative; /* Make label static for mobile */
      transform: none; /* Remove translate for mobile */
      left: 0; /* Remove left positioning */
    }
  }
  
  /* Bar Chart Animation for Technical Service Critical Path */
  
  @keyframes fillBarCPTS {
    from {
      width: 0;
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @media (max-width: 768px) {
    .card-containerCPTS {
      flex-direction: column;
      align-items: center;
    }
  
    .bar-chartCPTS {
      width: 100%;
      flex-direction: row;
      flex-wrap: wrap;
    }
  
    .barCPTS {
      width: 100%;
      margin-bottom: 10px;
    }
  }
  
  /* Responsive Design for Critical Path Type Custom Query Filter */
  @media (max-width: 600px) {
    .cardCPT {
      flex-direction: row;
      align-items: flex-start;
      align-items: center;
      display: flex;
    }
  
    .legendCPT {
      margin-bottom: 0px;
      margin-right: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .contentCPT {
      width: 100%;
    }
  }
  
  .k-window-titlebar {
    background-color: #1d3058 !important;
    color: white !important;
  }
  
  .k-panelbar > .k-panelbar-header > .k-link.k-selected {
    color: #ffffff;
    background-color: #1d3058 !important;
  }
  
  .k-panelbar > .k-item > .k-link.k-selected:hover,
  .k-panelbar > .k-item > .k-link.k-selected.k-hover,
  .k-panelbar > .k-panelbar-header > .k-link.k-selected:hover,
  .k-panelbar > .k-panelbar-header > .k-link.k-selected.k-hover {
    background-color: #497896 !important;
  }
  
  .k-stepper .k-step-current .k-step-indicator {
    border-color: #1d3058 !important;
    color: white !important;
    background-color: #1d3058 !important;
  }
  
  .k-stepper .k-step-current:hover .k-step-indicator,
  .k-stepper .k-step-current.k-hover .k-step-indicator,
  .k-stepper .k-step-current.k-step-hover .k-step-indicator {
    background-color: #497896 !important;
  }
  
  .k-list-item.k-selected,
  .k-selected.k-list-optionlabel {
    color: #ffffff !important;
    background-color: #1d3058 !important;
  }
  
  .k-list-item.k-selected:hover,
  .k-selected.k-list-optionlabel:hover,
  .k-list-item.k-selected.k-hover,
  .k-selected.k-hover.k-list-optionlabel {
    color: #ffffff !important;
    background-color: #497896 !important;
  }
  
  .k-stepper .k-step-done:hover .k-step-indicator,
  .k-stepper .k-step-done.k-hover .k-step-indicator,
  .k-stepper .k-step-done.k-step-hover .k-step-indicator {
    background-color: #497896 !important;
  }
  
  .k-stepper .k-step-current .k-step-indicator {
    border-color: #1d3058 !important;
    color: white !important;
    background-color: #1d3058 !important;
  }
  
  .k-stepper .k-step-current:hover .k-step-indicator,
  .k-stepper .k-step-current.k-hover .k-step-indicator,
  .k-stepper .k-step-current.k-step-hover .k-step-indicator {
    background-color: #497896 !important;
  }
  
  .k-stepper .k-step-current.k-step-disabled .k-step-indicator,
  .k-stepper .k-step-current.k-disabled .k-step-indicator,
  .k-stepper .k-step-current:disabled .k-step-indicator {
    border-color: #1d3058 !important;
    color: white !important;
    background-color: #1d3058 !important;
  }
  
  .k-stepper .k-step-done .k-step-indicator {
    border-color: #1d3058 !important;
    color: white !important;
    background-color: #1d3058 !important;
  }
  
  .k-progressbar .k-selected {
    background-color: #1d3058 !important;
  }
  
  .k-progressbar-chunk .k-selected {
    background-color: #1d3058 !important;
  }
  
  .k-circular-progressbar-arc {
    stroke: #1d3058 !important;
  }
  
  .k-button-solid-primary {
    border-color: #1d3058 !important;
    color: white;
    background-color: #1d3058 !important;
  }
  
  .k-chart,
  .k-sparkline,
  .k-stockchart {
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;  */
  }
  
  #BAS_FRAME_left_wr {
    background-color: #ffffff !important;
  }
  .k-panelbar > .k-panelbar-header > .k-link.k-selected {
    color: #f9f9f9 !important;
  }
  .k-tabstrip-items-wrapper .k-item {
    color: #00a4a4 !important;
  }
  
  .k-panelbar > .k-item > .k-link,
  .k-panelbar > .k-panelbar-header > .k-link {
    color: #00a4a4 !important;
    background-color: #ffffff !important;
  }
  
  .aw-panel-header {
    font-size: 18px !important;
    font-family: Arial, sans serif !important;
  }
  
  .k-splitter {
    font-family: Arial, sans serif !important;
  }
  
  .k-splitbar:focus,
  .k-splitbar.k-focus {
    background: teal !important;
  }
  
  /* Custom Grid style */
  
  /* .customgrid .k-spacer {
      display: none;
  }
  
  .customgrid .k-toolbar-item.k-toolbar-tool {
      flex: 1;
  }
  
  .customgrid .k-toolbar-item.k-toolbar-tool .k-input {
      width: 100%;
  } */
  
  .customgrid .k-svg-icon.k-svg-i-filter {
    width: 10px;
  }
  
  .customgrid .k-split-button-arrow {
    display: none;
  }
  
  .customgrid .k-table-thead {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  .customgrid .k-column-title {
    white-space: wrap !important;
  }
  
  .customgrid .k-button {
    border: none;
  }
  .customgrid .fa-ellipsis-v {
    margin-right: 0px;
  }
  .customgrid .k-split-button .k-button:first-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
  
  .customgrid tr .k-table-td,
  .customgrid tr .k-toolbar-md {
    padding-block: 0rem !important;
  }
  
  .customgrid td .k-button-solid-base {
    background-color: transparent !important;
  }
  
  .customgrid td .k-button-solid-base:hover,
  .customgrid .k-button-solid-base.k-hover {
    box-shadow: none !important;
  }
  
  /* For expansion of rows */
  
  .customgrid .aw-form-body .k-toolbar > .k-button {
    background-color: #e4e7eb !important;
  }
  
  .customgrid .aw-form-body .k-toolbar > .k-button:hover {
    background-color: #ced3db !important;
  }
  
  .customgrid .k-detail-row .aw-horiz-top-toolbar {
    padding-block: 0.5rem !important;
  }
  
  .customgrid .aw-inline-img img {
    object-fit: cover;
  }
  
  /* Custom design for queries that serve as panels */
  
  .queryAsPanel {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
    border-radius: 7px;
    padding-left: 0px;
    overflow: hidden !important;
  }
  
  /* Custom Timeline design */
  
  .customTimeline .k-timeline-flag {
    background-color: #497896;
    color: white;
  }
  
  .customTimeline .k-timeline-circle {
    background-color: #497896;
  }
  
  .customTimeline .k-timeline-horizontal {
    padding-left: 0px;
  }
  
  .k-timeline-card {
    width: 100%;
  }
  
  .k-timeline-vertical {
    margin-block: 15px !important;
  }
  
  .k-timeline-vertical .k-timeline-event {
    padding-block: 10px !important;
  }
  
  .k-card-header {
    padding-top: 0 !important;
    padding-block: 0 !important;
  }
  
  .k-card-actions {
    padding-block: 0 !important;
  }
  
  .k-card-header .k-card-title + .k-card-subtitle {
    margin-top: 10px !important;
    margin-left: 3px !important;
  }
  
  /* .row > .queryAsPanel {
      margin-right: 15px !important;
  } */
  
  .queryAsPanel .k-chart {
    box-shadow: none !important;
  }
  
  /* Custom Gantt Styles */
  .customGantt .k-task-summary-complete {
    color: #69df69;
  }
  
  .customGantt .k-task-single .k-task-complete {
    background-color: #69df69;
    border-radius: 0px;
  }
  
  .customGantt .k-treelist-group {
    font-weight: bold;
  }
  .customGantt .k-column-title {
    font-weight: bold;
  }
  .customGantt .k-header {
    font-weight: bold;
  }
  
  .customGantt
    .k-gantt-content
    .k-gantt-treelist
    .k-treelist
    .k-grid-container
    .k-grid-content
    .k-grid-table
    tbody
    .k-treelist-group
    .k-table-td {
    white-space: wrap !important;
  }
  
  .customGanttFilters .k-listview.k-listview-bordered {
    overflow: hidden;
  }
  
  /* custom collapsible technical service milestone and status */
  .customCollapse .aw-panel-header.k-selected,
  .aw-panel-header-placeholder.k-selected {
    background-color: #ffffff !important;
    color: black !important;
    padding-left: 15px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size: 13px !important;
    font-weight: bold !important;
  }
  
  .customCollapse .aw-panel-tool {
    color: #000000 !important;
    position: initial !important;
    margin-left: 10px !important;
  }
  
  .customCollapseSummary .aw-panel-header.k-selected,
  .aw-panel-header-placeholder.k-selected {
    background-color: #ffffff !important;
    color: black !important;
    padding-left: 15px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size: 13px !important;
    font-weight: bold !important;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
  }
  
  .customCollapseSummary .aw-panel-tool {
    color: #000000 !important;
    position: initial !important;
    margin-left: 10px !important;
  }
  
  /* Custom Query for Custom Report */
  .reportQuery .k-grid .k-table-alt-row {
    background-color: white;
  }
  
  .noScroll .k-grid-content {
    overflow-y: hidden !important;
  }
  
  .noScroll .k-grid-header {
    padding-right: 0px !important;
  }
  
  /* Custom Query to have a fit content height - Bernard*/
  .reportChartQuery {
    height: fit-content !important;
  }

  .reportDeflaggingStyle .k-column-title{
    white-space: wrap !important;
    font-weight: 700;
  }

  .reportDeflaggingStyle .k-reset{
    background-color: #64a9e3;
    color: white;
  }
  .reportDeflaggingStyle .k-table-td{
    padding: 0;
  }
  .reportDeflaggingStyle td .k-table-td .k-group-cell{
    max-width: 10px;
  }

  /* Custom Column Widths for Deals Dashboard */
  .dealStatusContainer {
    width: 12% !important;
  }
  
  .dealQueriesContainer {
    width: 88% !important;
  }
  
  /* Custom colors for form buttons */
  .newObjectButton {
    background-color: #008000 !important;
    border-color: #008000 !important;
  }
  
  /* Custom NavBar */
  
  .InntempoNavbar {
    scrollbar-width: none;
  }
  
  .InntempoNavbar.k-panelbar > .k-panelbar-header > .k-link {
    /* color: #1d3058 !important; */
    color: #365a71 !important;
  }
  
  .InntempoNavbar.k-panelbar > .k-panelbar-header > .k-link.k-selected {
    /* color: #1d3058 !important; */
    color: white !important;
  }
  
  .InntempoNavbar .k-panelbar-item.k-level-1 .k-link {
    /* color: #497896 !important; */
    color: #57a0cf !important;
  }
  .InntempoNavbar.aw-modern-left-menu.k-panelbar .k-link .k-sprite {
    line-height: 2em !important;
    opacity: 1 !important;
  }
  .InntempoNavbar .k-panelbar-item-text {
    position: relative;
    top: -15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-bottom: 10px;
  }
  .InntempoNavbar .k-svg-icon {
    position: relative;
    top: -10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-bottom: 10px;
  }
  .InntempoNavbar .k-link.k-selected {
    background-color: #add4ff !important;
    /* color: white !important; */
  }
  
  .InntempoNavBarShowCollapse {
    color: #365a71 !important;
    background-color: white !important;
    border-color: #dee2e6 !important;
  }
  
  /* Custom Menu Burger Mobile*/
  .InntempoBurgerMenuMobile {
    background-color: #1d3058 !important;
    border-color: transparent !important;
  }
  
  /* Custom NavBar Mobile*/
  .InntempoNavbarMobile {
    background-color: #1d3058;
    border-style: none;
  }
  
  .InntempoNavbarMobile.k-panelbar > .k-panelbar-header > .k-link {
    /* color: #1d3058 !important; */
    color: #ced3db !important;
    background-color: #1d3058 !important;
  }
  
  .InntempoNavbarMobile.k-panelbar > .k-panelbar-header > .k-link.k-selected {
    /* color: #1d3058 !important; */
    color: white !important;
  }
  
  .InntempoNavbarMobile .k-panelbar-item.k-level-1 .k-link {
    /* color: #497896 !important; */
    color: #57a0cf !important;
  }
  .InntempoNavbarMobile.aw-modern-left-menu.k-panelbar .k-link .k-sprite {
    line-height: 2em !important;
    opacity: 1 !important;
  }
  .InntempoNavbarMobile .k-panelbar-item-text {
    position: relative;
    top: -15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-bottom: 10px;
  }
  .InntempoNavbarMobile .k-svg-icon {
    position: relative;
    top: -10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-bottom: 10px;
    color: #ced3db !important;
  }
  .InntempoNavbarMobile .k-link.k-selected {
    background-color: #add4ff !important;
    /* color: white !important; */
  }
  
  .k-pane.k-scrollable.aw_left_min_width .InntempoNavbar .k-sprite {
    font-size: 24px !important;
  }
  
  /* For form tabs */
  .k-tabstrip-items .k-link {
    color: #3961b7 !important;
  }
  
  /* For Deals Rooms Mix */
  .DealsRoomsMixCustom {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
  }
  
  .k-drawer-wrapper {
    scrollbar-width: none !important;
  }
  
  .customCalendar .aw-cal-event {
    /* mix-blend-mode: difference; */
    text-shadow: 1px 1px 1px black;
  }
  
  /* For Icon of Check Circle and Ban, Center the table header in the grid */
  .CustomTSicon .fa-check-circle:before {
    content: "\f058";
    font-size: 24px;
    color: green;
  }
  
  .CustomTSicon .fa-ban:before {
    content: "\f05e";
    font-size: 24px;
    color: red;
  }
  
  .CustomTSicon .k-grid .k-table-th {
    text-align: center;
  }
  
  .CustomTSicon .k-column-title {
    flex-basis: 100%;
  }
  
  /* For Top Bar */
  .customHamburgerBtn {
    position: absolute;
    height: 90%;
    width: 35px;
  }
  
  .customHamburgerBtn .k-sprite {
    font-size: 1.3em !important;
  }
  
  /* For Left Bar */
  
  #BAS_FRAME_left {
    overflow: visible !important;
    scrollbar-width: none;
  }
  
  #BAS_FRAME_left > div {
    height: 120%;
  }
  
  #BAS_FRAME_left > div > ul {
    overflow: scroll;
    height: 80%;
    scrollbar-width: none;
    padding-bottom: 200px;
  }
  
  /* For deal custom query */
  
  .CustomGrid .k-listview-content {
    display: grid;
    grid-template-columns: 32% 32% auto;
    gap: 10px;
  }
  
  .customgrid .aw-inline-img img {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  
  @media only screen and (max-width: 1200px) {
    .CustomGrid .k-listview-content {
      grid-template-columns: 45% 45%;
    }
  }
  
  @media only screen and (max-width: 984px) {
    .CustomGrid .k-listview-content {
      grid-template-columns: auto;
    }
  }
  
  /* For deal statuses custom query */
  
  .customSideSelector {
    display: flex;
    flex-direction: column;
  }
  
  @media only screen and (max-width: 984px) {
    .customSideSelector {
      flex-direction: row;
      flex-wrap: wrap;
    }
  }
  
  .collapsibleSideSelector .aw-panel-header.k-selected {
    background-color: rgba(255, 255, 255, 0) !important;
    color: rgb(74, 81, 87);
    height: 20px !important;
    line-height: 1.2;
    font-size: 12px !important;
    font-family: "poppins", Arial, Helvetica, sans-serif !important;
  }
  
  .collapsibleSideSelector .aw-panel-tool {
    color: #000 !important;
    font-size: 13px !important;
    top: 42%;
    right: -15px;
  }
  
  /* For announcements */
  .customAnnouncements .k-table-row {
    height: 35px;
  }
  
  /* Deal Record Dashboard */
  
  .DealContracts .aw-form-body {
    padding: 0px 0px 0px 0px;
  }
  
  /* Flex Grid Style */
  .customFlexGrid .k-listview-content {
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
  }
  
  .customFlexGrid .k-listview {
    overflow: visible !important;
  }
  
  .customFlexGrid .k-listview-content {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 5px;
  }
  
  @media only screen and (max-width: 1800px) {
    .customFlexGrid .k-listview-content {
      grid-template-columns: auto;
    }
  }
  
  /* Transparent background operations with Records tree view*/
  
  .customTree .k-split-button .k-button:first-child {
    background-color: transparent !important;
    border-color: transparent !important;
  }
  
  .customTree .k-split-button .k-split-button-arrow.k-button-md {
    background-color: transparent !important;
    border-color: transparent !important;
  }
  
  /* Custom Tree View */
  .customTree td {
    white-space: wrap !important;
    padding: 0;
  }
  .customTree tr td .k-table-td {
    padding: 0;
    height: 10px;
  }
  .customTree .k-column-title {
    font-weight: bold;
  }
  .customTree .k-table-group-row {
    font-weight: 700;
  }
  .customTree tr .k-toolbar-md {
    padding-block: 0;
    padding-inline: 0;
  }

  .customTree .k-table-td {
    height: 29px;
    padding-block: 0 !important;
  }
  
  /* collapsible for chartjs (TechnicalServices)*/
  
  .customCollapseCPTS .aw-panel-header.k-selected,
  .aw-panel-header-placeholder.k-selected {
    background-color: rgb(49 43 43 / 9%) !important;
    color: black !important;
    padding-left: 15px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size: 13px !important;
    font-weight: bold !important;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif !important;
  }
  
  .customCollapseCPTS .aw-panel-tool {
    color: #000000 !important;
    position: initial !important;
    margin-left: 10px !important;
  }
  
  .customCollapseCPTS .aw-panel-header.k-selected,
  .aw-panel-header-placeholder.k-selected {
    background-color: rgb(49 43 43 / 9%) !important;
    color: black !important;
    padding-left: 15px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size: 13px !important;
    font-weight: bold !important;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif !important;
  }
  
  .customCollapseCPTS .aw-panel-tool {
    color: #000000 !important;
    position: initial !important;
    margin-left: 10px !important;
  }
  
  /* collapsible for chartjs (PreOpening)*/
  
  .customCollapseCPPreOpening .aw-panel-header.k-selected,
  .aw-panel-header-placeholder.k-selected {
    background-color: rgb(49 43 43 / 9%) !important;
    color: black !important;
    padding-left: 15px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size: 13px !important;
    font-weight: bold !important;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif !important;
  }
  
  .customCollapseCPPreOpening .aw-panel-tool {
    color: #000000 !important;
    position: initial !important;
    margin-left: 10px !important;
  }
  
  .customCollapseCPPreOpening .aw-panel-header.k-selected,
  .aw-panel-header-placeholder.k-selected {
    background-color: rgb(49 43 43 / 9%) !important;
    color: black !important;
    padding-left: 15px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size: 13px !important;
    font-weight: bold !important;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif !important;
  }
  
  .customCollapseCPPreOpening .aw-panel-tool {
    color: #000000 !important;
    position: initial !important;
    margin-left: 10px !important;
  }
  
  /* Next 10 Projects */
  
  .SystemQuarter .aw-form-body {
    padding: 0px;
  }
  
  /* ProductGroupCustom Container */
  
  .productGroupContainer {
    container-name: productGroupContainer;
    container-type: inline-size;
  }
  
  /* Hider Class */
  .hiddenPanel {
    display: none;
  }
  
  .CustomPictureHolder .k-listview-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Equal width 4 columns */
    gap: 10px;
  }
  
  .CustomPictureHolder .aw-inline-img img {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  
  @media only screen and (max-width: 1200px) {
    .CustomPictureHolder .k-listview-content {
      grid-template-columns: repeat(2, 1fr); /* 2 columns for medium screens */
    }
  }
  
  @media only screen and (max-width: 984px) {
    .CustomPictureHolder .k-listview-content {
      grid-template-columns: 1fr; /* 1 column for mobile */
    }
  }
  
  /* START of Technical Services Brand and Logo Guidelines Operation with records */
  .CustomPictureHolder
    a.aw-link-no-text.aw-mobile-lvb.k-button.k-button-solid-primary {
    top: 6% !important;
    right: 6% !important;
    z-index: 3 !important;
  }
  
  .CustomPictureHolder
    a.aw-link-no-text.aw-mobile-lvb.k-button.k-button-solid-primary:hover {
    transform: translateY(-2px) !important; /* More subtle than recordContainer */
    box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.4) !important; /* Lighter shadow */
    cursor: pointer;
  }
  
  /* END of Technical Services Brand and Logo Guidelines Operation with records */
  
  /* SpecificDesignPerspective edit button adjustment */
  .CustomPictureHolder .aw-mobile-lvb .k-sprite,
  .aw-mobile-lvb .k-sprite::before {
    margin-right: 0px;
    color: white;
  }
  
  /* SupplyChainContractDashboard ContractSupportingDocuments Custom Form Style */
  .contract-support-document span.k-cell-inner {
    padding: 8px 10px;
  }
  
  .contract-support-document svg {
    display: none;
  }
  
  /* .form-inline .contract-support-document {
      padding: 8px;
  } */
  
  .contract-support-document td.k-table-td {
    padding: 12px 15px;
    font-size: 11px;
  }
  
  /* Vendor View Form Style */
  .view-vendor-records .form-inline .form-group {
    width: 100% !important;
  }
  
  /* Custom grid for mobile*/
  .customMobileGrid .k-split-button-arrow {
    display: none;
  }
  .customMobileGrid .k-button {
    border: none;
  }
  .customMobileGrid .fa-ellipsis-v {
    margin-right: 0px;
  }
  .customMobileGrid .k-split-button .k-button:first-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
  
  .customMobileGrid .k-grid .k-cell-inner > .k-link {
    width: auto;
    /* display: flex; */
    flex-flow: row nowrap;
    align-items: center;
    justify-content: inherit;
    flex: 1;
    overflow: hidden;
  }
  
  .customMobileGrid tr .k-table-td,
  .customMobileGrid tr .k-toolbar-md {
    padding-block: 0rem !important;
    white-space: wrap !important;
  }
  
  .customMobileGrid td .k-button-solid-base {
    background-color: transparent !important;
  }
  
  .customMobileGrid td .k-button-solid-base:hover,
  .customMobileGrid .k-button-solid-base.k-hover {
    box-shadow: none !important;
  }
  
  /* For expansion of rows */
  
  .customMobileGrid .aw-form-body .k-toolbar > .k-button {
    background-color: #e4e7eb !important;
  }
  
  .customMobileGrid .aw-form-body .k-toolbar > .k-button:hover {
    background-color: #ced3db !important;
  }
  
  .customMobileGrid .k-detail-row .aw-horiz-top-toolbar {
    padding-block: 0.5rem !important;
  }
  
  .customMobileGrid .aw-inline-img img {
    object-fit: cover;
  }
  
  /* Top Bar Mobile */
  
  .customTopBarMobile {
    background-color: #faf8f8 !important;
    margin-top: 0px !important;
  }
  
  /* Top Bar */
  @media screen and (max-width: 1450px) {
    .topBarDivisionName {
      display: none;
    }
  }
  
  /* Form Buttons */
  
  .formSideBtn {
    top: 22px !important;
    background-color: white !important;
    border: 2px solid;
    color: rgb(0, 147, 245);
    border-color: rgb(0, 147, 245) !important;
    font-size: 13px;
    border-radius: 5px;
  }
  
  .formSideBtn:hover {
    color: rgb(88, 172, 228);
    border-color: rgb(88, 172, 228) !important;
  }
  
  .FormSideBtns 
  
  /* Blinking Button Style */
  .blinking-button {
    padding: 8px 35px;
    border-radius: 48px 0px;
    border: 0px solid #6c8003;
  }
  @keyframes blink {
    0%,
    100% {
      background-color: #1d3058;
    }
    50% {
      background-color: #88cdd3;
    }
  }
  .blinking-button {
    background-color: #88cdd3;
    color: white;
    animation: blink 1s linear infinite;
  }
  
  /* Unlock width of form */
  .freeForm {
    max-width: none !important;
  }
  
  div.k-window:has(.freeForm) {
    max-width: none !important;
  }
  
  /*column menu*/
  .areaCustom .k-grid .k-cell-inner .k-grid-filter,
  .k-grid .k-cell-inner .k-header-column-menu,
  .k-grid .k-cell-inner .k-grid-header-menu {
    margin-inline-end: 0px !important;
  }
  
  /*Product table styles*/
  .productTable {
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  
  .subProductLabel {
    display: none;
  }
  
  .subProductList {
    display: none;
  }
  
  /* Spec Item Form */
  .extBtn {
    top: 1px !important;
  }
  
  .giveWrapping .k-table-td {
    text-wrap: wrap !important;
    white-space: wrap !important;
    word-wrap: break-word !important;
  }


  .soft-opening {
    background-color: #c9000f; /* Blue */
    color: white;
    padding: 1px 3px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    margin-right: 4px;
    display: inline-block;
}

.full-opening {
    background-color: #000000; /* Yellow-ish */
    color: white;
    padding: 1px 3px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    margin-right: 4px;
    display: inline-block;
}

.pre-opening {
  background-color: #7e017e; /* Yellow-ish */
  color: white;
  padding: 1px 3px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: bold;
  margin-right: 4px;
  display: inline-block;
}

.gm-due {
  background-color: #fc06fa; /* Yellow-ish */
  color: white;
  padding: 1px 3px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: bold;
  margin-right: 4px;
  display: inline-block;
}

.renovation-start {
  background-color: #c9000f;
  color: white;
  /* padding: 1px 3px; */
  /* border-radius: 4px; */
  font-size: 10px;
  font-weight: bold;
  margin-right: 4px;
  display: block;
  width: 100%;
  height: 12px;
  margin-top: 4px;
  text-align: center;
}

.renovation-end {
  background-color: #000000;
  color: white;
  /* padding: 1px 3px; */
  /* border-radius: 4px; */
  font-size: 10px;
  font-weight: bold;
  margin-right: 4px;
  display: block;
  width: 100%;
  height: 12px;
  margin-top: 4px;
  text-align: center;
}

/* Only hide column menu for dynamic columns (those with 'quarter-col-header' class) */
.k-grid .quarter-col-header .k-cell-inner .k-grid-filter,
.k-grid .quarter-col-header .k-cell-inner .k-header-column-menu,
.k-grid .quarter-col-header .k-cell-inner .k-grid-header-menu {
  display: none !important;
}

.k-grid .year-shade-a {
  background-color: #f9f9f9;
}

.k-grid .year-shade-b {
  background-color: #e8f4fd;
}

.shaded-range {
  background-color: rgba(0, 128, 128, 0.15); /* Light teal shading */
}


.WizardForm .k-chip-content {
    padding-block: .5em;
    padding-inline: 0;
    margin-block: -.5em;
    margin-inline: 0;
    min-width: 0;
    max-width: 250px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    overflow: hidden;
    flex: 1 1 auto;
}

.WizardForm span .k-input-inner {
    white-space: pre-wrap;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.range-indicator {
  display: block;
  background-color: #00aaaa;
  height: 8px;
  margin-top: 4px;
  width: 100%;
}

.k-scheduler .k-event * {
  font-size: 12px !important;
}

/* Form Sparator Modifiers */
.formSection .aw-fieldset-legend {
  margin-bottom: 0.4em !important;
}

/* Form Button Modifiers */
.left-align-form-btn .aw-form-buttons {
  padding-top: 0px !important;
  padding-left: 0px !important;
}