.h-border-none {
  border: none !important;
}

/* === */

.c-bar {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 20;
  cursor: pointer;
}

.c-bar__wrapper {
  border: 1px solid rgb(166, 166, 166);
  width: 100%;
  box-sizing: border-box;
  border-radius: 40px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  margin: 12px 0 80px 0;
  display: flex;
  align-items: center;
  position: relative;
}

.c-bar-menu {
  visibility: hidden;
  position: absolute;
  top: 0;
  margin-top: 96px;
  border-radius: 16px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

.c-bar-menu-full {
  top: 0;
  margin-top: 96px;
  border-radius: 16px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  width: 100%;
}

.c-bar-menu--active {
  visibility: visible;
}

.c-bar__content {
  width: 100%;
  display: flex;
}

.c-bar__title {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  margin-bottom: 4px;
  overflow: hidden;
  height: 20px;
}

.c-bar__placeholder {
  color: #a6a6a6;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 20px;
}

.c-bar__input,
.c-bar__input:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background: transparent;
  height: 16px;
  box-sizing: border-box;
}

.c-bar__cell {
  overflow: hidden;
  width: 100%;
}

.c-bar__cell-full {
  overflow: hidden;
  width: 100%;
}

.c-bar__cell-inner {
  border-radius: 40px;
  padding: 20px 0;
}

.c-bar__cell:first-child:first-child > .c-bar__cell-inner {
  padding-left: 40px;
}

.c-bar__cell-body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 16px;
  border-right: solid 1px #a6a6a6;
  height: 44px;
}

.c-bar__cell-inner--active {
  background-color: #e8f4f6;
}

.c-bar__btn {
  display: inline-block;
  background-color: #41a9a5;
  color: white;
  width: 48px;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
  margin: 16px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.06);
}

/* === */

.c-bar-menu__two-col {
  display: flex;
  width: 100%;
}

.c-bar-menu__col {
  width: 100%;
  border-right: solid 1px #a6a6a64d;
}

.c-bar-menu__col:last-child {
  border: none;
}

.c-bar-menu__li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px;
  padding: 11px 12px 11px 20px;
  border-radius: 10px;
}

.c-bar-menu__li--active {
  background-color: #e8f4f6;
}

.c-bar-menu__li-sub {
  display: flex;
  align-items: center;
  color: #41a9a5;
}

.c-bar-menu__next {
  visibility: visable;
}

.c-bar-menu__next--hidden {
  visibility: hidden;
}

.c-bar-menu__checkbox {
  width: 28px;
  height: 28px;
  margin: 0 12px 0 0;
  border-radius: 4px;
  border: solid 1px #a6a6a6;
  cursor: pointer;
}

.c-bar-menu__checkbox--checked {
  background-color: #41a9a5;
}

.c-bar-menu__count {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 100%;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
  color: white;
  background-color: #41a9a5;
}

.c-bar-menu__checkbox-group {
  display: flex;
  align-items: center;
}

/* === */

.c-menu__btn-primary {
  padding: 8px 28px;
  border-radius: 28px;
  height: 38px;
  margin: 0 4px 0 0;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #41a9a5;
}

.c-menu__btn-secondary {
  padding: 8px 28px;
  margin: 0 4px 0 0;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  color: #41a9a5;
}

.c-bar-menu__btns {
  border-top: solid 1px #a6a6a64d;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}

/* === */

.c-bar-menu__fixed-col {
  width: 100%;
  height: 439px;
  padding: 16px 0 34px;
  border-radius: 16px;
  overflow-y: scroll;
}

.c-fixed-col__li {
  width: 100%;
  padding: 11px 0 11px 32px;
}

.c-fixed-col__li:hover {
  background-color: #ececec;
}

/* === */
.c-bar-menu__checkbox-row {
  margin: 32px 32px 8px 32px;
}
.c-bar-menu__checkbox-item {
  display: flex;
  margin-bottom: 24px;
}
