/******************************  Side Bar  *************************************/
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
  height: 100vh;
  /* background-color: #fff; */
  background: #f4f7fc 0% 0% no-repeat padding-box;
  opacity: 1;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
  width: 250px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .content {
    padding-left: 250px;
  }
}
/*----------------show sidebar button----------------*/
#close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
*.show {
  display: block !important;
}
*.hide {
  display: none !important;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 72px;
  height: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  z-index: 99999;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 10px);
  height: calc(100% - 10px);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: space-around;
  justify-content: space-around;
}

/*--------------------sidebar-content----------------------*/
#sidebar {
  position: fixed;
  top: 0;
  background-color: #fff;
}
#sidebar .large-logo {
  /* width: 100%;
  padding: 3vh calc(128px - 7vh); */
  /* margin-bottom: 2vh; */
  width: 8.594vmax;
  margin-top: 2vh;
}
#sidebar .small-logo {
  margin-top: 38px;
  margin-left: 11px;
  width: 51px;
  height: 58px;
  opacity: 1;
}
#sidebar .side-bar-menu {
  padding: 0.5vh 0px;
  cursor: pointer;
  margin-left: 0px;
}
#sidebar .link-icon img {
  width: 24.97px;
  opacity: 1;
  margin-left: 14.8px;
}
#sidebar .link-text p {
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #171725;
  opacity: 1;
  margin-top: auto;
  margin-bottom: auto;
}
#sidebar .hide-button {
  display: block;
  width: 18px;
  height: 60px;
  background: #e4151a 0% 0% no-repeat padding-box;
  border-radius: 0px 10px 10px 0px;
  opacity: 1;
  /* margin-right: -18px;
  margin-top: 180px; */
  transform: translate(18px, 180px);
  position: absolute;
  cursor: pointer;
  z-index: 99999999;
}
#sidebar .hide-button div {
  color: #fff;
  font-size: 20px;
  margin-top: 21px;
}
#sidebar hr {
  margin: 2.4vh 1.5rem !important;
  border: 1px solid #c6c6c6;
}
#sidebar .profile-image.big {
  width: 12.315vh;
  height: 12.315vh;
  border-radius: 50%;
  margin-top: 5vh;
  margin-bottom: 1.5vh;
  box-shadow: 0px 3px 6px #00000029;
}
#sidebar .profile-image.small {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  margin-top: 5vh;
  margin-bottom: 1.5vh;
  box-shadow: 0px 3px 6px #00000029;
}
#sidebar .profile-name {
  font: normal normal normal 14px/18px Montserrat;
  letter-spacing: 0px;
  color: #e4151a;
}
#sidebar .profile-subscription {
  font: normal normal bold 14px/18px Montserrat;
  letter-spacing: 0px;
  color: #e4151a;
}

/*--------------------------content-----------------------------*/

.page-wrapper .content {
  display: inline-block;
  width: 100%;
  padding-left: 72px;
  padding-top: 0px;
}

.page-wrapper .content > div {
  padding: 20px 40px;
}

.page-wrapper .content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/
.sidebar-content::-webkit-scrollbar {
  width: 11px;
}
.sidebar-content {
  scrollbar-width: thin;
  scrollbar-color: #fff #fff;
}
.sidebar-content::-webkit-scrollbar-track {
  background: #fff;
}
.sidebar-content::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 6px;
  border: 3px solid #fff;
}

/*------------------------------------Active Sidebar Menu -----------------------------*/
.row.side-bar-menu.align-items-center.active {
  background-color: rgb(210, 50, 42, 0.05);
  border-radius: 0px 4px 4px 0px;
  border-left: 4px solid #e4151a;
}
.row.side-bar-menu.align-items-center.active .link-icon img {
  opacity: 1 !important;
  filter: invert(10%) sepia(100%) saturate(6844%) hue-rotate(355deg)
    brightness(91%) contrast(89%);
  margin-left: 10.8px !important;
}
.row.side-bar-menu.align-items-center.active .link-text p {
  opacity: 1 !important;
  color: #d2322a !important;
  font-weight: 600 !important;
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
  #sidebar .large-logo {
    /* width: 100%;
    padding: 3vh calc(128px - 7vh); */
    /* margin-bottom: 2vh; */
    width: 22.5vmax;
    margin-top: 2vh;
  }
  #sidebar .row {
    margin-right: -15px !important;
  }
}
