.sidebar-wrapper {
  /*background-image: url(../assets/images/bg-themes/1.png) !important;*/
  /*background-size: cover !important;*/
  background-color: #fff;
}
.sidebar-wrapper .metismenu a {
  /*color: rgb(255 255 255 / 85%) !important;*/
  color: #262a2a !important;
}
.sidebar-wrapper .metismenu .mm-active > a,
html.color-sidebar .sidebar-wrapper .metismenu a:active,
html.color-sidebar .sidebar-wrapper .metismenu a:focus,
html.color-sidebar .sidebar-wrapper .metismenu a:hover {
  color: #fff;
  text-decoration: none;
  background: rgb(255 255 255 / 18%);
  border-radius: 5px;
}
.sidebar-header {
  background: #fff;
}
.sidebar-wrapper .metismenu ul {
  background: none;
  border: none;
}

.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
  color: #262a2a !important;
  background: #fda700;
  border-radius: 5px;
  /*box-shadow: 0 5px 10px 1px #c8c8c8;*/
}

.sidebar-wrapper .metismenu .mm-active > a {
  background: #fda700;
  color: #262a2a !important;
  border-radius: 5px;
  /*box-shadow: 0 5px 10px 1px #c8c8c8;*/
}

.sidebar-wrapper .metismenu a:active {
  color: #fda700 !important;
}
.mm-collapse.metismenu .mm-active a:active {
  color: #fda700 !important;
}

.sidebar-wrapper .metismenu a {
  padding: 2px 10px;
}
.menu-label {
  padding: 0px 13px 5px 5px;
}

.metismenu .hover-box .parent-icon i, .sidebar-wrapper .metismenu ul a i ,.sidebar-wrapper .metismenu a .parent-icon ,.shortcut-box-div .parent-icon{
  color: #262a2a;
  font-size: 16px;
  background: #f6f6f6;
  border-radius: 5px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:3px;
}

.shortcut-box-div .parent-icon{
  background: #fda700;
  margin:0 5px 0 0;
}



/*index Short cut Box*/


.ShortCut-Box {
    padding: 10px;
    font-size: 13px;
    border-radius: 0.375rem;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
    width: fit-content;
    color: #000;
    width: auto;
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
}

