/*Theme Styling Starts- LightGrey*/
body.lightgrey {
  background-color: transparent;
  background: linear-gradient(90deg, #f0f2f5, #f0f2f5) !important;
  font-family: Calibri !important;
}

.lightgrey .input-section {
  background-color: #fff !important; /*#fff*/
  box-shadow: -9px -7px 6px -1px rgb(0 0 0 / 10%), 5px -5px 4px -1px rgb(0 0 0 / 6%);
  color: #414141;
}

.lightgrey .mat-list-item-content {
  color: #5d5d5d;
}

.lightgrey button.form-icons-border {
  border: 2px solid #8e8e8e;
  background-color: transparent;
  border-radius: 5px;
}

  .lightgrey button.form-icons-border:hover {
    border: 2px solid #9a55ff;
    background-color: transparent;
    border-radius: 5px;
  }

.lightgrey button .material-icons {
  font-size: 20px !important;
}

  .lightgrey button .material-icons.icon-l {
    font-size: 29px !important;
    font-weight: bold;
  }

  .lightgrey button .material-icons:hover {
    color: #9a55ff;
  }

.lightgrey .alert {
  border: 1px solid #fbb6f0 !important;
  background: linear-gradient(to right, #edc9ef, #b8eefb) !important;
}

.lightgrey .btn-primary {
  --bs-btn-color: #fff !important;
  --bs-btn-bg: #fe7096 !important;
  --bs-btn-border-color: #fe7096 !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #f59355 !important;
  --bs-btn-hover-border-color: #f9721b !important;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: #f59355 !important;
  --bs-btn-active-border-color: #f9721b !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff !important;
  --bs-btn-disabled-bg: #f59355 !important;
  --bs-btn-disabled-border-color: #f9721b !important;
  font-weight: 500 !important;
}

.lightgrey .panel-heading {
  color: #5e5e5e; /* #6f6f6f;*/
}

.lightgrey .table-readonly-data {
  color: #2d2d2d;
  background-color: #ffd0e1;
}

  .lightgrey .table-readonly-data thead {
  }

  .lightgrey .table-readonly-data:not(.noalternate) tr:nth-child(even) {
  }

  .lightgrey .table-readonly-data:not(.noalternate) tr:nth-child(odd) {
    background-color: #dbbcce;
  }

    .lightgrey .table-readonly-data:not(.noalternate) tr:nth-child(odd):hover {
      background-color: #D0A8C2;
      transition: background-color .20s ease-in-out;
    }

  .lightgrey .table-readonly-data.grey-noalternate {
    color: #6f6f6f !important;
    background-color: #dee2e6 !important;
  }

  .lightgrey .table-readonly-data.grey {
    color: #6f6f6f;
    background-color: #dee2e6;
  }

    .lightgrey .table-readonly-data.grey thead {
    }

    .lightgrey .table-readonly-data.grey:not(.noalternate) tr:nth-child(even) {
    }

    .lightgrey .table-readonly-data.grey:not(.noalternate) tr:nth-child(odd) {
      background-color: #cacdd1;
    }

.lightgrey .admin-head .orgname {
  color: #383838;
}

.lightgrey .admin-head .loggedin-user {
  color: #5a5a5a; /* #e2e2e2;*/
}

  .lightgrey .admin-head .loggedin-user a,
  .lightgrey .admin-head .loggedin-user button {
    color: #75cad4 !important; /* #3c0095 !important;*/
  }

.lightgrey .overlay-progress {
  background-color: rgb(255 255 255 / 91%);
  background-image: url('../images/loader2.gif');
}

.lightgrey .mat-drawer-side {
  /*background-color:rgb(225, 191, 227) !important;*/
  background-color: #fff !important;
  border: 0px solid #e1bfe3;
  border-right: 0px solid #e1bfe3 !important;
  /*border-right: solid 1px rgba(0,0,0,.12);*/
  box-shadow: 7px 7px 6px -1px rgb(0 0 0 / 10%), 2px 3px 4px -1px rgb(0 0 0 / 6%);
  z-index: -1 !important;
}

.lightgrey .mat-expansion-panel {
  background-color: #d0d0d0 !important;
}

.lightgrey .jqx-widget-content, .lightgrey .jqx-grid-cell {
  background-color: transparent !important; /*#e1e1e1*/
  color: #414141;
}

.lightgrey div[role='row'] {
  background-color: #fff;
  color: #414141;
}

.lightgrey .search-box {
  background-color: #ecacc3 !important; /*#bde1ff*/
}

  .lightgrey .search-box:focus {
    border: 0px solid transparent !important;
    background-color: #ecacc3 !important;
  }

.lightgrey .jqx-grid {
  border-color: #fbf5ff !important;
}

.lightgrey .jqx-grid-column-header, .lightgrey .jqx-grid-columngroup-header {
  border-color: #fbf5ff !important;
}

.lightgrey .jqx-widget .jqx-grid-cell, .lightgrey .jqx-widget .jqx-grid-column-header, .lightgrey .jqx-widget .jqx-grid-group-cell {
  border-color: #ededef !important;
}

.lightgrey .jqx-widget-header {
  border-color: #f5fbff !important;
  background-color: #ffd0e1 !important; /*#daffff*/
}

.lightgrey input[type=text].jqx-input, .lightgrey input[type=password].jqx-input {
  border-color: #fbf5ff !important;
}

.lightgrey .jqx-fill-state-pressed, .lightgrey .jqx-fill-state-normal {
  border-color: #fbf5ff !important;
}

.lightgrey button.jqx-button, input[type=button].jqx-button, input[type=submit].jqx-button, div.jqx-button {
  /*background-image: linear-gradient(90deg,#daffff,#237070) !important;*/
  background-color: #f59355; /* #ffc9dd; #8dcaca;*/
  color: #fff;
}

.lightgrey .input-element {
  background-color: transparent;
  border: 2px solid #fff;
}

  .lightgrey .input-element:focus {
    border: 2px solid #737373;
    outline: none;
  }

.lightgrey .input-element-nb {
  background-color: transparent;
  border: 0px solid #fff;
}

  .lightgrey .input-element-nb:focus {
    background-color: rgba(0,0,0,0.2) !important;
    border: 0px solid #fff !important;
    outline: none;
  }

.lightgrey .custom-ripple .mat-focused .mat-form-field-label {
  color: #fff !important;
}

.lightgrey .custom-ripple .mat-form-field-ripple {
  background-color: #fff !important;
}

.lightgrey .custom-ripple .mat-datepicker-toggle {
  color: #fff !important;
}

.lightgrey .custom-ripple .mat-form-field-underline {
  background-color: #fff !important;
}

.lightgrey div.jqx-grid-cell:has(> div.red), .lightgrey div[role='row']:has(> div.red) {
  background-color: #ff5b5b !important;
}

.lightgrey div.jqx-grid-cell:has(> div.green), .lightgrey div[role='row']:has(> div.green) {
  background-color: green !important;
}

.lightgrey .home-banner {
  color: #fff;
}

.lightgrey .bg-gradient-1 {
  background: linear-gradient(to right, #ffbf96, #fe7096) !important;
}

.lightgrey .bg-gradient-2 {
  background: linear-gradient(to right, #90caf9, #047edf 99%) !important
}

.lightgrey .bg-gradient-3 {
  background: linear-gradient(to right, #84d9d2, #07cdae) !important;
}

.lightgrey .dashboard-section .filter-controls {
  background-color: #ff91b8 !important;
}

  .lightgrey .dashboard-section .filter-controls.trans-back {
    background-color: transparent !important;
  }

.lightgrey .access-mgmt {
  color: #6f6f6f;
  background-color: #dee2e6;
}

  .lightgrey .access-mgmt .parent-row {
    background-color: aliceblue;
  }

  .lightgrey .access-mgmt thead {
    background-color: #cacdd1;
  }

  .lightgrey .access-mgmt tr:nth-child(even) {
  }

  .lightgrey .access-mgmt tr:nth-child(odd) {
    /*background-color: #cacdd1;*/
  }

  .lightgrey .access-mgmt .titlecol {
  }

  .lightgrey .access-mgmt .subtitlecol {
  }

  .lightgrey .access-mgmt .mat-checkbox {
  }

  .lightgrey .access-mgmt thead tr {
  }

.lightgrey .popOverride {
  --bs-popover-bg: #dfdfdf !important;
}

  .lightgrey .popOverride .memberPop {
    background-color: #dfdfdf !important;
  }


.lightgrey .trans-grid .jqx-grid {
  background-color: transparent !important;
}

.lightgrey .trans-grid .jqx-widget-header {
  background-color: transparent !important;
}

.lightgrey .trans-grid .jqx-grid-pager {
  background-color: transparent !important;
}

.lightgrey .modalpop .nsm-content {
  background-color: #e0e0e0;
}

.lightgrey .jqx-popup.jqx-fill-state-focus {
  background-color: #fff;
  border: 2px solid #d0d0d0;
}
/*Theme Styling Ends - LightGrey*/


/*Theme Styling Starts - PowerRed*/

/*Login Page Starts*/
.power-red .navbar-inverse {
  /*background: radial-gradient(circle at 10% 20%, rgb(221, 49, 49) 0%, rgb(119, 0, 0) 90%);*/
  background: radial-gradient(circle at 10% 20%, rgb(188, 41, 41) 0%, rgb(119, 0, 0) 90%);
  border-color: #770000;
  color: #fff;
}

  .power-red .navbar-inverse a, .power-red .navbar-inverse ul a {
    color: #fff;
  }

.power-red .text-danger {
  color: #fe0500;
}

.power-red .loginBox {
  display: flex;
  width: 430px;
  position: relative;
  margin: 0 auto;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 1);
  color: #848484;
  box-shadow: 0px 0px 400px 6px rgba(0,0,0,0.4), 0px 7px 13px -3px rgba(0,0,0,0.3), 0px 0px 0px -1px rgba(0,0,0,0.3) inset;
}

  .power-red .loginBox a {
    font-size: 16px;
    font-weight: bold;
    color: #770000; /*#00b5d2 ; */
  }

  .power-red .loginBox input[type='submit'] {
    background: radial-gradient(circle at 10% 20%, rgb(188, 41, 41) 0%, rgb(119, 0, 0) 90%);
    border-color: #770000;
    color: #fff;
    font-size: 17px;
    transition: 0.3s;
  }

    .power-red .loginBox input[type='submit']:hover {
      background-color: rgb(188, 41, 41);
      opacity: 0.8
    }

  .power-red .loginBox .form-group {
    margin-bottom: 10px;
  }

  .power-red .loginBox .checkbox {
    width: 111px;
  }

    .power-red .loginBox .checkbox input[type="checkbox"] {
      margin-left: 0px !important;
    }

.power-red .login-container {
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

.power-red .screen {
  background: linear-gradient(90deg, #991010, #9c4b9a);
  position: relative;
  height: 600px;
  width: 360px;
  box-shadow: 0px 0px 24px #dd6969;
}

.power-red .screen__content {
  z-index: 1;
  position: relative;
  height: 100%;
}

.power-red .screen__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.power-red .screen__background__shape {
  transform: rotate(45deg);
  position: absolute;
}

.power-red .screen__background__shape1 {
  height: 520px;
  width: 520px;
  background: #FFF;
  top: -50px;
  right: 120px;
  border-radius: 0 72px 0 0;
}

.power-red .screen__background__shape2 {
  height: 220px;
  width: 220px;
  background: #e13b4d;
  top: -172px;
  right: 0;
  border-radius: 32px;
}

.power-red .screen__background__shape3 {
  height: 540px;
  width: 190px;
  background: linear-gradient(270deg, #d62222, #6a679e);
  top: -24px;
  right: 0;
  border-radius: 32px;
}

.power-red .screen__background__shape4 {
  height: 400px;
  width: 200px;
  background: #cc0000;
  top: 420px;
  right: 50px;
  border-radius: 60px;
}

.power-red .login {
  width: 320px;
  padding: 30px;
  padding-top: 110px;
}

.power-red .login__field {
  padding: 20px 0px;
  position: relative;
}

.power-red .login__icon {
  position: absolute;
  top: 30px;
  color: #7875B5;
}

.power-red .login__input {
  display: block;
  border: none;
  border-bottom: 2px solid #D1D1D4;
  background: none;
  padding: 10px;
  padding-left: 5px;
  font-weight: 700;
  width: 75%;
  transition: .2s;
}

  .power-red .login__input:active,
  .power-red .login__input:focus,
  .power-red .login__input:hover {
    outline: none;
    border-bottom-color: #6A679E;
  }

.power-red .login__submit {
  background: #fff;
  font-size: 14px;
  margin-top: 30px;
  padding: 16px 20px;
  border-radius: 26px;
  border: 1px solid #E8D3D3;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%;
  color: #A30000;
  box-shadow: 0px 2px 2px #FF7272;
  cursor: pointer;
  transition: .2s;
}

  .power-red .login__submit:active,
  .power-red .login__submit:focus,
  .power-red .login__submit:hover {
    border-color: #991010;
    outline: none;
  }

.power-red .button__icon {
  font-size: 24px;
  margin-left: auto;
  color: #7875B5;
}

.power-red .social-login {
  position: absolute;
  height: 140px;
  width: 160px;
  text-align: center;
  bottom: 0px;
  right: 0px;
  color: #fff;
}

  .power-red .social-login a {
    color: #fff;
  }

    .power-red .social-login a:hover {
      font-weight: bold;
      text-decoration: none;
    }

.power-red .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.power-red .social-login__icon {
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 0px 8px #7875B5;
}

  .power-red .social-login__icon:hover {
    transform: scale(1.5);
  }

/*Login Page Ends*/
body.power-red {
  background-color: transparent;
  background: linear-gradient(90deg, #f0f2f5, #f0f2f5) !important;
  font-family: Calibri !important;
}

.power-red .mat-toolbar {
  background: radial-gradient(circle at 10% 20%, rgb(188, 41, 41) 0%, rgb(119, 0, 0) 90%);
}

.power-red .input-section {
  background-color: #fff !important; /*#fff*/
  box-shadow: -9px -7px 6px -1px rgb(0 0 0 / 10%), 5px -5px 4px -1px rgb(0 0 0 / 6%);
  color: #414141;
}

.power-red .mat-list-item-content {
  color: #5d5d5d;
}

.power-red button.form-icons-border {
  border: 2px solid #8e8e8e;
  background-color: transparent;
  border-radius: 5px;
}

  .power-red button.form-icons-border:hover {
    border: 2px solid #9a55ff;
    background-color: transparent;
    border-radius: 5px;
  }

.power-red button .material-icons {
  font-size: 20px !important;
}

  .power-red button .material-icons.icon-l {
    font-size: 29px !important;
    font-weight: bold;
  }

  .power-red button .material-icons:hover {
    color: #9a55ff;
  }

.power-red .alert {
  border: 1px solid #fbb6f0 !important;
  background: linear-gradient(to right, #edc9ef, #b8eefb) !important;
}

.power-red .btn-primary {
  --bs-btn-color: #fff !important;
  --bs-btn-bg: #fe7070 !important;
  --bs-btn-border-color: #fe7070 !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #f59355 !important;
  --bs-btn-hover-border-color: #f9721b !important;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: #f59355 !important;
  --bs-btn-active-border-color: #f9721b !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff !important;
  --bs-btn-disabled-bg: #f59355 !important;
  --bs-btn-disabled-border-color: #f9721b !important;
  font-weight: 500 !important;
}

.power-red .panel-heading {
  color: #5e5e5e; /* #6f6f6f;*/
}

.power-red .table-readonly-data {
  color: #2d2d2d;
  background-color: #d0d0d0;
}

  .power-red .table-readonly-data thead {
  }

  .power-red .table-readonly-data:not(.noalternate) tr:nth-child(even) {
  }

  .power-red .table-readonly-data:not(.noalternate) tr:nth-child(odd) {
    background-color: #dbbcce;
  }

    .power-red .table-readonly-data:not(.noalternate) tr:nth-child(odd):hover {
      background-color: #D0A8C2;
      transition: background-color .20s ease-in-out;
    }

  .power-red .table-readonly-data.grey-noalternate {
    color: #6f6f6f !important;
    background-color: #dee2e6 !important;
  }

  .power-red .table-readonly-data.grey {
    color: #6f6f6f;
    background-color: #dee2e6;
  }

    .power-red .table-readonly-data.grey thead {
    }

    .power-red .table-readonly-data.grey:not(.noalternate) tr:nth-child(even) {
    }

    .power-red .table-readonly-data.grey:not(.noalternate) tr:nth-child(odd) {
      background-color: #cacdd1;
    }

.power-red .admin-head .orgname {
  color: var(--secondary-text);
}

.power-red .admin-head .loggedin-user {
  color: var(--light-text-1); /* #e2e2e2;*/
}

  .power-red .admin-head .loggedin-user a,
  .power-red .admin-head .loggedin-user button {
    color: #ffd00e !important; /* #3c0095 !important;*/
  }

.power-red .overlay-progress {
  background-color: rgb(255 255 255 / 91%);
  background-image: url('../images/loader2.gif');
}

.power-red .mat-drawer-container {
  min-height: 100vh;
  max-height: 200vh;
}

.power-red .mat-drawer-side {
  /*background-color:rgb(225, 191, 227) !important;*/
  background: linear-gradient(to bottom, #fbfbfb, #dcdcdc) !important;
  /*background: linear-gradient(180deg,rgb(183, 39, 39),rgb(37, 0, 0)) !important;*/
  border-radius: unset !important;
  margin-bottom: 0px;
  min-height: 100vh;
  max-height: 200vh;
  border: 0px solid #e1bfe3;
  border-right: 0px solid #e1bfe3 !important;
  /*border-right: solid 1px rgba(0,0,0,.12);*/
  box-shadow: 7px 7px 6px -1px rgb(0 0 0 / 10%), 2px 3px 4px -1px rgb(0 0 0 / 6%);
  z-index: -1 !important;
}

.power-red .mat-expansion-panel {
  background-color: #d0d0d0 !important;
}

.power-red .jqx-widget-content, .power-red .jqx-grid-cell {
  background-color: transparent !important; /*#e1e1e1*/
  color: #414141;
}

.power-red div[role='row'] {
  background-color: #fff;
  color: #414141;
}

.power-red .search-box {
  background-color: #d0d0d0 !important; /*#bde1ff*/
  transition: background-color .20s ease-in-out;
}

  .power-red .search-box:focus {
    outline: none !important;
    border: 0px solid transparent !important;
    background-color: #aba9a9 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }

.power-red .jqx-grid {
  border-color: #fbf5ff !important;
  box-shadow: rgb(155 153 153) 0px 0px 24px;
}

.power-red .jqx-grid-column-header, .power-red .jqx-grid-columngroup-header {
  border-color: #fbf5ff !important;
}

.power-red .jqx-widget .jqx-grid-cell, .power-red .jqx-widget .jqx-grid-column-header, .power-red .jqx-widget .jqx-grid-group-cell {
  border-color: #ededef !important;
}

.power-red .jqx-widget-header {
  border-color: #f5fbff !important;
  background-color: #d0d0d0 !important; /*#daffff*/
}

.power-red input[type=text].jqx-input, .power-red input[type=password].jqx-input {
  border-color: #fbf5ff !important;
}

.power-red .jqx-fill-state-pressed, .power-red .jqx-fill-state-normal {
  border-color: #fbf5ff !important;
}

.power-red button.jqx-button, input[type=button].jqx-button, input[type=submit].jqx-button, div.jqx-button {
  /*background-image: linear-gradient(90deg,#daffff,#237070) !important;*/
  background-color: #ffbf96; /* #ffc9dd; #8dcaca;*/
  color: #fff;
}

.power-red .input-element {
  background-color: transparent;
  border: 2px solid #fff;
}

  .power-red .input-element:focus {
    border: 2px solid #737373;
    outline: none;
  }

.power-red .input-element-nb {
  background-color: transparent;
  border: 0px solid #fff;
}

  .power-red .input-element-nb:focus {
    background-color: rgba(0,0,0,0.2) !important;
    border: 0px solid #fff !important;
    outline: none;
  }

.power-red .custom-ripple .mat-focused .mat-form-field-label {
  color: #fff !important;
}

.power-red .custom-ripple .mat-form-field-ripple {
  background-color: #fff !important;
}

.power-red .custom-ripple .mat-datepicker-toggle {
  color: #fff !important;
}

.power-red .custom-ripple .mat-form-field-underline {
  background-color: #fff !important;
}

.power-red div.jqx-grid-cell:has(> div.red), .power-red div[role='row']:has(> div.red) {
  background-color: #ff5b5b !important;
}

.power-red div.jqx-grid-cell:has(> div.green), .power-red div[role='row']:has(> div.green) {
  background-color: green !important;
}

.power-red .home-banner {
  color: #fff;
}

.power-red .bg-gradient-1 {
  background: linear-gradient(to right, #ffbf96, #fe7096) !important;
}

.power-red .bg-gradient-2 {
  /*background: linear-gradient(to right, #90caf9, #047edf 99%) !important*/
  background: linear-gradient(to right, #ff9292, #ffbf96) !important;
}

.power-red .bg-gradient-3 {
  background: linear-gradient(to right, #ffbf96, #cecece) !important;
}

.power-red .dashboard-section .filter-controls {
  background-color: #d0d0d0 !important;
}

  .power-red .dashboard-section .filter-controls.trans-back {
    background-color: transparent !important;
  }

  .power-red .dashboard-section .filter-controls .filterBtn {
    background-color: #acacac;
  }

.power-red .access-mgmt {
  color: #6f6f6f;
  background-color: #dee2e6;
}

  .power-red .access-mgmt .parent-row {
    background-color: aliceblue;
  }

  .power-red .access-mgmt thead {
    background-color: #cacdd1;
  }

  .power-red .access-mgmt tr:nth-child(even) {
  }

  .power-red .access-mgmt tr:nth-child(odd) {
    /*background-color: #cacdd1;*/
  }

  .power-red .access-mgmt .titlecol {
  }

  .power-red .access-mgmt .subtitlecol {
  }

  .power-red .access-mgmt .mat-checkbox {
  }

  .power-red .access-mgmt thead tr {
  }

.power-red .popOverride {
  --bs-popover-bg: #dfdfdf !important;
}

  .power-red .popOverride .memberPop {
    background-color: #dfdfdf !important;
  }


.power-red .trans-grid .jqx-grid {
  background-color: transparent !important;
}

.power-red .trans-grid .jqx-widget-header {
  background-color: transparent !important;
}

.power-red .trans-grid .jqx-grid-pager {
  background-color: transparent !important;
}

.power-red .modalpop .nsm-content {
  background-color: #e0e0e0;
}

.power-red .jqx-popup.jqx-fill-state-focus {
  background-color: #fff;
  border: 2px solid #d0d0d0;
}

/*New Starts*/
.power-red .mat-select-value,
.power-red .mat-select-arrow {
  color: var(--secondary-text) !important;
}

.power-red .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: var(--accent) !important;
}

.power-red .mat-form-field-label {
  color: var(--muted) !important;
}

.power-red .mat-nav-list .mat-list-item:hover,
.power-red .mat-nav-list .mat-list-item.active {
  background-color: var(--shadow-color-dark) !important;
}
/*New Ends*/

/*Theme Styling Ends - PowerRed*/

/*Theme Styling Starts - Fitspeex Dark*/

body.theme-fitspeex-dark {
  background-color: var(--bg);
  background: var(--bg-grad) !important;
  font-family: Calibri !important;
}

.theme-fitspeex-dark .mat-toolbar {
  background: radial-gradient(circle at 10% 20%, rgb(188, 41, 41) 0%, rgb(119, 0, 0) 90%);
}

.theme-fitspeex-dark .input-section {
  background-color: var(--card-bg-secondary) !important; /*#fff*/
  box-shadow: -9px -7px 6px -1px rgb(0 0 0 / 10%), 5px -5px 4px -1px rgb(0 0 0 / 6%);
  color: var(--secondary-text);
  border: 1px solid var(--panel-border) !important;
}

.theme-fitspeex-dark .mat-list-item-content {
  color: var(--secondary-text-2);
}

.theme-fitspeex-dark button.form-icons-border {
  border: 0px solid #8e8e8e;
  background-color: transparent;
  border-radius: 5px;
}

  .theme-fitspeex-dark button.form-icons-border:hover {
    border: 0px solid #9a55ff;
    background-color: transparent;
    border-radius: 5px;
  }

.theme-fitspeex-dark button .material-icons {
  color: var(--accent);
}

  .theme-fitspeex-dark button .material-icons:hover {
    color: var(--accent-hover);
  }

.theme-fitspeex-dark .alert {
  background: var(--alert-strip-bg);
  border: var(--alert-strip-border);
  color: var(--alert-text);
}

.theme-fitspeex-dark .success {
  background: var(--success-strip-bg);
  border: var(--success-strip-border);
  color: var(--success-color);
}

.theme-fitspeex-dark .btn-primary {
  --bs-btn-color: #fff !important;
  --bs-btn-bg: #fe7070 !important;
  --bs-btn-border-color: #fe7070 !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #f59355 !important;
  --bs-btn-hover-border-color: #f9721b !important;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: #f59355 !important;
  --bs-btn-active-border-color: #f9721b !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff !important;
  --bs-btn-disabled-bg: #f59355 !important;
  --bs-btn-disabled-border-color: #f9721b !important;
  font-weight: 500 !important;
}

.theme-fitspeex-dark .panel-heading {
  color: var(--secondary-text); /* #6f6f6f;*/
}

.theme-fitspeex-dark .table-readonly-data:not(.skip-global-style):not(.no-style-override) {
  color: var(--secondary-text);
  background-color: var(--readonly-table-back);
}

  .theme-fitspeex-dark .table-readonly-data:not(.skip-global-style):not(.no-style-override) thead {
    color: var(--text);
  }

.theme-fitspeex-dark .table-readonly-data:not(.noalternate):not(.skip-global-style) tr:nth-child(even) {
}

.theme-fitspeex-dark .table-readonly-data:not(.noalternate):not(.skip-global-style) tr:nth-child(odd) {
  background-color: var(--readonly-table-back);
}

  .theme-fitspeex-dark .table-readonly-data:not(.noalternate):not(.skip-global-style) tr:nth-child(odd):hover {
    background-color: var(--readonly-table-back-hover);
    transition: background-color .20s ease-in-out;
  }

.theme-fitspeex-dark .table-readonly-data.grey-noalternate:not(.skip-global-style) {
  color: var(--muted) !important;
  background-color: var(--input-bg) !important;
}

.theme-fitspeex-dark .table-readonly-data.grey:not(.skip-global-style) {
  color: var(--muted);
  background-color: var(--readonly-table-grey-back);
  border-color: var(--table-border) !important;
}

  .theme-fitspeex-dark .table-readonly-data.grey:not(.skip-global-style) thead {
  }

.theme-fitspeex-dark .table-readonly-data.grey:not(.noalternate):not(.skip-global-style) tr:nth-child(even) {
}

.theme-fitspeex-dark .table-readonly-data.grey:not(.noalternate):not(.skip-global-style) tr:nth-child(odd) {
  background-color: var(--readonly-table-grey-alternate);
}

.theme-fitspeex-dark .admin-head .orgname {
  color: var(--secondary-text);
}

.theme-fitspeex-dark .admin-head .loggedin-user {
  color: var(--light-text-1); /* #e2e2e2;*/
}

  .theme-fitspeex-dark .admin-head .loggedin-user a,
  .theme-fitspeex-dark .admin-head .loggedin-user button {
    color: var(--accent) !important; /* #3c0095 !important;*/
  }

.theme-fitspeex-dark .overlay-progress {
  background-color: var(--overlay-bg);
  /*background-image: url('../images/loader2.gif');*/
}
  /* Add a pseudo-element to replace the GIF image */
  .theme-fitspeex-dark .overlay-progress::after {
    content: "";
    width: 48px;
    height: 48px;
    border: 4px solid var(--spinner-track); /* Subtle dark-mode track */
    border-left-color: var(--accent); /* Your theme's primary teal/blue accent */
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
  }

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.theme-fitspeex-dark .mat-drawer-container {
  min-height: 100vh;
  max-height: 200vh;
}

.theme-fitspeex-dark .mat-drawer-side {
  /*background-color:rgb(225, 191, 227) !important;*/
  background: linear-gradient(to bottom, var(--card-bg), var(--card-bg-secondary)) !important;
  /*background: linear-gradient(180deg,rgb(183, 39, 39),rgb(37, 0, 0)) !important;*/
  border-radius: unset !important;
  margin-bottom: 0px;
  min-height: 100vh;
  max-height: 200vh;
  border: 0px solid var(--side-nav-border);
  border-right: 0px solid var(--side-nav-border) !important;
  /*border-right: solid 1px rgba(0,0,0,.12);*/
  box-shadow: 7px 7px 6px -1px rgb(0 0 0 / 10%), 2px 3px 4px -1px rgb(0 0 0 / 6%);
  z-index: -1 !important;
  background: var(--card-bg-secondary) !important;
  border-right: 1px solid var(--panel-border) !important;
}

.theme-fitspeex-dark .mat-expansion-panel {
  background-color: var(--card-bg-secondary) !important;
  border: 1px solid var(--panel-border) !important;
}

.theme-fitspeex-dark .jqx-widget-content, .theme-fitspeex-dark .jqx-grid-cell {
  background-color: transparent !important; /*#e1e1e1*/
  color: var(--secondary-text);
}

.theme-fitspeex-dark div[role='row'] {
  background-color: var(--card-bg);
  color: var(--secondary-text);
}

.theme-fitspeex-dark .dashboard-section .filter-controls .search-box {
  background-color: var(--card-bg) !important;
}

.theme-fitspeex-dark .search-box {
  background-color: var(--card-panel-bg-2) !important; /*#bde1ff*/
  transition: background-color .20s ease-in-out;
  color: var(--secondary-text);
}

  .theme-fitspeex-dark .search-box:focus {
    outline: none !important;
    border: 0px solid transparent !important;
    background-color: var(--shadow-color-dark) !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: var(--text) !important;
  }

.theme-fitspeex-dark .jqx-grid {
  border-color: var(--table-border) !important;
  box-shadow: var(--shadow-color-dark) 0px 0px 24px;
}

.theme-fitspeex-dark .jqx-grid-column-header, .theme-fitspeex-dark .jqx-grid-columngroup-header {
  border-color: var(--table-border) !important;
}

.theme-fitspeex-dark .jqx-widget .jqx-grid-cell, .theme-fitspeex-dark .jqx-widget .jqx-grid-column-header, .theme-fitspeex-dark .jqx-widget .jqx-grid-group-cell {
  border-color: var(--table-border) !important;
}

.theme-fitspeex-dark .jqx-widget-header {
  border-color: var(--table-border) !important;
  background-color: var(--table-header) !important; /*#daffff*/
}

.theme-fitspeex-dark input[type=text].jqx-input,
.theme-fitspeex-dark input[type=password].jqx-input {
  border-color: var(--table-border) !important;
}

  .theme-fitspeex-dark input[type=text].jqx-input:focus,
  .theme-fitspeex-dark input[type=password].jqx-input:focus {
    background-color: rgba(0,0,0,0.9) !important;
    border: 1px solid var(--border-color) !important;
  }

/*New Starts*/
.theme-fitspeex-dark .jqx-fill-state-pressed, .theme-fitspeex-dark .jqx-fill-state-normal {
  border-color: var(--table-border) !important;
}

.theme-fitspeex-dark .jqx-scrollbar-state-normal, .theme-fitspeex-dark .jqx-fill-state-normal {
  background-color: var(--bg) !important;
}

.theme-fitspeex-dark .bg-gradient-3 .jqx-scrollbar-state-normal,
.theme-fitspeex-dark .bg-gradient-3 .jqx-fill-state-normal {
  background-color: var(--shadow-color-dark) !important;
}

.theme-fitspeex-dark .jqx-listitem-state-normal {
  background-color: var(--table-header) !important;
}

.theme-fitspeex-dark .jqx-widget {
  color: var(--secondary-text) !important;
}

.theme-fitspeex-dark .jqx-menu {
  border: 1px solid var(--table-border);
}

  .theme-fitspeex-dark .jqx-menu ul {
    background-color: var(--bg) !important;
    color: var(--secondary-text) !important;
  }

    .theme-fitspeex-dark .jqx-menu ul li
    .theme-fitspeex-dark .jqx-fill-state-focus {
      background-color: var(--card-bg) !important;
      color: var(--secondary-text) !important;
    }

.theme-fitspeex-dark .jqx-fill-state-hover {
  background-color: var(--bg) !important;
  color: var(--secondary-text) !important;
}

.theme-fitspeex-dark .jqx-fill-state-disabled {
  background-color: var(--muted) !important;
  color: var(--text) !important;
}

.theme-fitspeex-dark a:not(.skip-global-style) {
  color: var(--bs-link-color) !important;
}

.theme-fitspeex-dark a:hover:not(.skip-global-style) {
  color: var(--bs-link-hover-color) !important;
}

.theme-fitspeex-dark .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: var(--input-bg);
}

.theme-fitspeex-dark .mat-option {
  background-color: var(--input-bg);
  color: var(--secondary-text);
}

  .theme-fitspeex-dark .mat-option:hover,
  .theme-fitspeex-dark .mat-option:hover:not(.mat-option-disabled) {
    background-color: var(--card-panel-bg);
    color: var(--secondary-text);
  }

  .theme-fitspeex-dark .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),
  .theme-fitspeex-dark .mat-option.mat-active {
    background-color: var(--bg) !important;
    color: var(--accent) !important;
  }

.theme-fitspeex-dark .mat-select-value,
.theme-fitspeex-dark .mat-select-arrow {
  color: var(--secondary-text) !important;
}

.theme-fitspeex-dark .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: var(--accent) !important;
}

.theme-fitspeex-dark .mat-form-field-label {
  color: var(--muted) !important;
}

.theme-fitspeex-dark .table-readonly-data:not(.skip-global-style) .mat-form-field-label {
  color: var(--secondary-text-2) !important;
}

.theme-fitspeex-dark .table-readonly-data:not(.skip-global-style) .mat-checkbox-frame {
  background-color: var(--secondary-text-2) !important;
}

.theme-fitspeex-dark .dashboard-section .section-content {
  color: var(--secondary-text) !important;
}

.theme-fitspeex-dark .mat-checkbox-label {
  color: var(--secondary-text-2) !important;
}

.theme-fitspeex-dark .mat-checkbox-disabled .mat-checkbox-label {
  color: var(--muted) !important;
}

.theme-fitspeex-dark .mat-checkbox-frame {
  border-color: var(--border-color) !important;
}

.theme-fitspeex-dark .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.theme-fitspeex-dark .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: var(--accent) !important;
}

.theme-fitspeex-dark .mat-datepicker-content {
  background-color: var(--bg) !important;
  color: var(--secondary-text) !important;
}

.theme-fitspeex-dark .mat-calendar-table-header,
.theme-fitspeex-dark .mat-calendar-body-label {
  color: var(--muted);
}

.theme-fitspeex-dark .mat-calendar-body-cell-content,
.theme-fitspeex-dark .mat-date-range-input-separator {
  color: var(--text) !important;
}

.theme-fitspeex-dark .mat-datepicker-toggle,
.theme-fitspeex-dark .mat-datepicker-content .mat-calendar-next-button,
.theme-fitspeex-dark .mat-datepicker-content .mat-calendar-previous-button {
  color: var(--secondary-text) !important;
}

.theme-fitspeex-dark .mat-button.mat-primary.mat-button-disabled,
.theme-fitspeex-dark .mat-button.mat-accent.mat-button-disabled,
.theme-fitspeex-dark .mat-button.mat-warn.mat-button-disabled,
.theme-fitspeex-dark .mat-button.mat-button-disabled.mat-button-disabled,
.theme-fitspeex-dark .mat-icon-button.mat-primary.mat-button-disabled,
.theme-fitspeex-dark .mat-icon-button.mat-accent.mat-button-disabled,
.theme-fitspeex-dark .mat-icon-button.mat-warn.mat-button-disabled,
.theme-fitspeex-dark .mat-icon-button.mat-button-disabled.mat-button-disabled,
.theme-fitspeex-dark .mat-stroked-button.mat-primary.mat-button-disabled,
.theme-fitspeex-dark .mat-stroked-button.mat-accent.mat-button-disabled,
.theme-fitspeex-dark .mat-stroked-button.mat-warn.mat-button-disabled,
.theme-fitspeex-dark .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: var(--muted) !important;
}

.theme-fitspeex-dark .mat-form-field-underline {
  background-color: var(--input-underline-color) !important;
}

.theme-fitspeex-dark .mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, var(--input-underline-color) 0%, var(--input-underline-color) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.theme-fitspeex-dark .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: var(--accent) !important;
}

.theme-fitspeex-dark .mat-input-element {
  color: var(--secondary-text) !important;
}

  .theme-fitspeex-dark .mat-input-element:disabled {
    color: var(--muted) !important;
  }

.theme-fitspeex-dark .table-readonly-data:not(.skip-global-style) button .material-icons {
  color: var(--secondary-text);
}

  .theme-fitspeex-dark .table-readonly-data:not(.skip-global-style) button .material-icons:hover {
    color: var(--text);
  }

.theme-fitspeex-dark .bg-gradient-3 .panel-primary {
  border-width: 0px !important;
}

.theme-fitspeex-dark .ng2-tag-input {
  border-width: 0px !important;
  border-bottom: var(--input-border) !important;
}

.theme-fitspeex-dark .ng2-tag-input--focused {
  border-bottom: var(--input-focus-border) !important;
}

.theme-fitspeex-dark .ng2-tag-input__text-input {
  color: var(--secondary-text) !important;
}

.theme-fitspeex-dark .form-control {
  border: 1px solid var(--input-border) !important;
  background-color: transparent;
}

.theme-fitspeex-dark tag {
  background: var(--shadow-color-dark) !important;
  color: var(--secondary-text) !important;
  box-shadow: 0 2px 3px 1px var(--shadow-color-dark) !important;
}

  .theme-fitspeex-dark tag:not(.readonly):not(.tag--editing):focus {
    background: var(--shadow-color) !important;
    color: var(--secondary-text) !important;
    box-shadow: 0 2px 3px 1px var(--shadow-color) !important;
  }

.theme-fitspeex-dark .membership-info .fieldname,
.theme-fitspeex-dark .personal-info .fieldname {
  color: var(--secondary-text-2) !important;
}

.theme-fitspeex-dark .mat-expansion-panel-header-title,
.theme-fitspeex-dark .mat-expansion-panel .mat-expansion-indicator::after {
  color: var(--secondary-text) !important;
}

.theme-fitspeex-dark table.table {
}

  .theme-fitspeex-dark table.table:not(.skip-global-style) td:not(.no-style-override),
  .theme-fitspeex-dark table.table:not(.skip-global-style) th:not(.no-style-override) {
    border-bottom: var(--card-border);
  }

.theme-fitspeex-dark table.table-bordered:not(.skip-global-style) td:not(.no-style-override),
.theme-fitspeex-dark table.table-bordered:not(.skip-global-style) th:not(.no-style-override) {
  border: var(--card-border);
  color: var(--secondary-text-2);
}

.theme-fitspeex-dark table:not(.skip-global-style) td button {
  color: var(--shadow-color) !important;
}

.theme-fitspeex-dark .table-hover > tbody > tr:hover > * {
  color: var(--secondary-text-2) !important;
}

.theme-fitspeex-dark .bg-white {
  background-color: var(--card-bg) !important;
}

.theme-fitspeex-dark .nsm-content {
  background: var(--overlay-pop-bg) !important;
  border: 1px solid var(--panel-border);
}

  .theme-fitspeex-dark .nsm-content .modal-title {
    color: var(--secondary-text-2);
  }

  .theme-fitspeex-dark .nsm-content .nsm-dialog-btn-close {
    color: var(--accent) !important;
  }

.theme-fitspeex-dark .overlay.nsm-overlay-open {
  background: var(--overlay-bg) !important;
}

.theme-fitspeex-dark .controlsBar button {
  /*background: var(--input-bg) !important;
  color: var(--secondary-text-2) !important;*/
  cursor: pointer;
}

.theme-fitspeex-dark .mat-nav-list .mat-list-item {
}

  .theme-fitspeex-dark .mat-nav-list .mat-list-item:hover,
  .theme-fitspeex-dark .mat-nav-list .mat-list-item.active {
    background-color: var(--shadow-color-dark) !important;
  }

.theme-fitspeex-dark .invoice-print-preview {
  background-color: var(--invoice-preview-bg) !important;
}

.theme-fitspeex-dark .ng2-tag-input delete-icon path {
  fill: var(--secondary-text-2) !important
}

  .theme-fitspeex-dark .ng2-tag-input delete-icon path:hover {
    fill: var(--accent) !important
  }
/* Optional: Completely reset or unset global properties for the ignored table */
.theme-fitspeex-dark .skip-global-style {
  all: unset;
}
/*New Ends*/
.theme-fitspeex-dark button.jqx-button, input[type=button].jqx-button, input[type=submit].jqx-button, div.jqx-button {
  /*background-image: linear-gradient(90deg,#daffff,#237070) !important;*/
  background-color: #ffbf96; /* #ffc9dd; #8dcaca;*/
  color: #fff;
}

.theme-fitspeex-dark .input-element,
.theme-fitspeex-dark .list-group input:not(.ng2-tag-input__text-input):not(.no-style-override) {
  background-color: transparent;
  border: var(--input-border);
  color: var(--secondary-text);
}

  .theme-fitspeex-dark .input-element:focus,
  .theme-fitspeex-dark .list-group input:focus:not(.ng2-tag-input__text-input):not(.no-style-override) {
    border: var(--input-focus-border);
    outline: none;
  }

  .theme-fitspeex-dark .input-element option {
    background-color: var(--input-bg);
  }

    .theme-fitspeex-dark .input-element option:hover {
      background-color: var(--input-hover-bg);
    }

.theme-fitspeex-dark .input-element-nb {
  background-color: transparent;
  border: 0px solid #fff;
  text-align: center;
  color: var(--secondary-text);
}

  .theme-fitspeex-dark .input-element-nb:focus {
    background-color: rgba(0,0,0,0.9) !important;
    border: 1px solid var(--border-color) !important;
    outline: none;
  }

.theme-fitspeex-dark .custom-ripple .mat-focused .mat-form-field-label {
  color: #fff !important;
}

.theme-fitspeex-dark .custom-ripple .mat-form-field-ripple {
  background-color: #fff !important;
}

.theme-fitspeex-dark .custom-ripple .mat-datepicker-toggle {
  color: #fff !important;
}

.theme-fitspeex-dark .custom-ripple .mat-form-field-underline {
  background-color: #fff !important;
}

.theme-fitspeex-dark div.jqx-grid-cell:has(> div.red), .theme-fitspeex-dark div[role='row']:has(> div.red) {
  background-color: var(--alert-text) !important;
}

.theme-fitspeex-dark div.jqx-grid-cell:has(> div.green), .theme-fitspeex-dark div[role='row']:has(> div.green) {
  background-color: green !important;
}

.theme-fitspeex-dark .home-banner {
  color: #fff;
}

.theme-fitspeex-dark .bg-gradient-1 {
  background: var(--gradient-bg-1) !important;
}

.theme-fitspeex-dark .bg-gradient-2 {
  /*background: linear-gradient(to right, #90caf9, #047edf 99%) !important*/
  background: var(--gradient-bg-2) !important;
}

.theme-fitspeex-dark .bg-gradient-3 {
  background: var(--gradient-bg-3) !important;
}

.theme-fitspeex-dark .dashboard-section .filter-controls {
  background-color: var(--card-bg) !important;
  color: var(--text);
}

  .theme-fitspeex-dark .dashboard-section .filter-controls.trans-back {
    background-color: transparent !important;
  }

  .theme-fitspeex-dark .dashboard-section .filter-controls .filterBtn {
    background-color: var(--bg);
    color: var(--secondary-text);
    border: 1px solid var(--table-border);
  }

    .theme-fitspeex-dark .dashboard-section .filter-controls .filterBtn:hover {
      background-color: var(--card-bg);
    }

.theme-fitspeex-dark .access-mgmt {
  color: var(--secondary-text-2);
  background-color: var(--readonly-table-grey-back);
}

  .theme-fitspeex-dark .access-mgmt .parent-row {
    background-color: var(--readonly-table-back);
  }

  .theme-fitspeex-dark .access-mgmt thead {
    background-color: var(--table-header);
  }

  .theme-fitspeex-dark .access-mgmt tr:nth-child(even) {
  }

  .theme-fitspeex-dark .access-mgmt tr:nth-child(odd) {
    /*background-color: #cacdd1;*/
  }

  .theme-fitspeex-dark .access-mgmt .titlecol {
  }

  .theme-fitspeex-dark .access-mgmt .subtitlecol {
  }

  .theme-fitspeex-dark .access-mgmt .mat-checkbox {
  }

  .theme-fitspeex-dark .access-mgmt thead tr {
  }

.theme-fitspeex-dark .popOverride {
  --bs-popover-bg: var(--popover-bg) !important;
}

  .theme-fitspeex-dark .popOverride .memberPop {
    background-color: var(--popover-bg) !important;
  }

.theme-fitspeex-dark .profile-pic {
  background-color: var(--shadow-color-dark) !important;
}

.theme-fitspeex-dark .trans-grid .jqx-grid {
  background-color: transparent !important;
}

.theme-fitspeex-dark .trans-grid .jqx-widget-header {
  background-color: transparent !important;
}

.theme-fitspeex-dark .trans-grid .jqx-grid-pager {
  background-color: transparent !important;
}

.theme-fitspeex-dark .modalpop .nsm-content {
  background-color: #e0e0e0;
}

.theme-fitspeex-dark .jqx-popup.jqx-fill-state-focus {
  background-color: #fff;
  border: 1px solid var(--table-border);
}


/*Theme Styling Ends - Fitspeex Dark*/
.theme-fitspeex-dark button .material-icons,
.power-red button .material-icons,
.theme-light button .material-icons,
.theme-violet button .material-icons,
.theme-ocean button .material-icons,
.theme-forest button .material-icons {
  font-size: 20px !important;
}

  .theme-fitspeex-dark button .material-icons.icon-l,
  .power-red button .material-icons.icon-l,
  .theme-light button .material-icons.icon-l,
  .theme-violet button .material-icons.icon-l,
  .theme-ocean button .material-icons.icon-l,
  .theme-forest button .material-icons.icon-l {
    font-size: 29px !important;
    font-weight: bold;
  }

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.mat-drawer-side .mat-nav-list .mat-list-item.active {
}
