.btn-right .btn-ui-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.cs-checkbox {
  position: relative;
  padding-left: 38px;
  font-size: 16px;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 12px;
}

.cs-checkbox input {
  display: none;
}

.cs-checkbox span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #9f9f9f;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.cs-checkbox input + span {
  transition: all 0.2s ease;
}

.cs-checkbox span:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 12px;
  height: 6px;
  border-left: 2px solid var(--pri);
  border-bottom: 2px solid var(--pri);
  transform: rotate(-45deg);
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}

.cs-checkbox input:checked + span:after {
  visibility: visible;
  opacity: 1;
}

.cs-checkbox input:checked + span:before {
  border-color: var(--pri);
}

.cs-checkbox input:checked + span {
  color: var(--pri);
}

/* .card {
  padding: 30px 30px 22px;
} */

.ns-product-types-container .no-rate-plan .card {
  padding: 0;
  background: transparent;
}

.no-rate-plan .card .cs-row {
  margin: 0px;
}

.ns-selection-container {
  position: relative;
  display: inline-block;
  width: 100%;
  /* margin-bottom: 20px; */
}

.ns-product-types-container .header-common-block .tile-common {
  padding-left: 0;
}

.ns-selection-container .head-col-channel {
  display: flex;
  background-color: var(--white);
  margin: 0;
  padding-left: 19px;
  min-height: 52px;
  width: 100%;
  align-items: center;
  border-left: 12px solid var(--pri);
  border-radius: 10px 10px 10px 10px;
  position: relative;
  z-index: 2;
  box-shadow: 0 2px 2px rgb(0 0 0 / 7%);
  cursor: pointer;
}

.channel-detail .MuiBox-root {
  margin-left: 12px;
  margin-top: -6px;
  margin-bottom: 0;
  display: block;
}

.channel-detail .card {
  border-radius: 0 0 20px 20px;
  margin-top: 1px;
  position: relative;
  z-index: 1;
  padding-top: 16px;
}

.channel-detail .open-selections .ns-collapse-arrow {
  transform: rotate(180deg);
}

.channel-detail label.MuiFormControlLabel-root {
  position: relative;
  z-index: 1;
}

.ns-selection-container .MuiTouchRipple-root,
.ns-selection-container .MuiCheckbox-root {
  color: var(--grey) !important;
}

.ns-selection-container .MuiTouchRipple-root,
.ns-selection-container .MuiCheckbox-root.Mui-checked,
.MuiCheckbox-root.Mui-checked,
.ns-selection-container .MuiCheckbox-root.MuiCheckbox-indeterminate {
  color: var(--pri) !important;
}

.ns-selection-container.ns-red .head-col-channel {
  border-color: var(--red);
}

.ns-selection-container.ns-red .MuiTouchRipple-root,
.ns-selection-container.ns-red .MuiCheckbox-root.Mui-checked,
.ns-selection-container.ns-red .MuiCheckbox-root.MuiCheckbox-indeterminate {
  color: var(--red) !important;
}

.ns-selection-container.ns-blue .head-col-channel {
  border-color: var(--blue-2);
}

.ns-selection-container.ns-blue .MuiTouchRipple-root,
.ns-selection-container.ns-blue .MuiCheckbox-root.Mui-checked,
.ns-selection-container.ns-blue .MuiCheckbox-root.MuiCheckbox-indeterminate {
  color: var(--blue-2) !important;
}

.ns-selection-container .ns-collapse-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 6px;
  cursor: pointer;
}

.ns-selection-container .ns-collapse-arrow:before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid var(--grey);
  border-bottom: 2px solid var(--grey);
  transform: rotate(-45deg);
  transition: 0.1s;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: -4px;
  margin: auto;
}

.ns-selection-container.open-selections > .ns-collapse-arrow {
  transform: rotate(-225deg);
}

.ns-selection-container > .MuiBox-root {
  max-height: 0;
  transition: 0.1s;
  overflow: hidden;
}

.ns-selection-container.open-selections > .MuiBox-root,
.ns-selection-container.active > .MuiBox-root {
  max-height: 100%;
}

.mp-add-channel .cs-search-block input[type="text"] {
  padding-left: 10px !important;
}

@media screen and (max-width: 1600px) {
  .ns-selection-container .ns-collapse-arrow:before {
    width: 7px;
    height: 7px;
  }
}

@media screen and (max-width: 991px) {
  .mp-add-channel .cs-search-block {
    width: 220px;
  }

  .mp-add-channel .tile-common p {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .ns-selection-container .ns-collapse-arrow:before {
    width: 7px;
    height: 7px;
  }

  .ns-selection-container .head-col-channel {
    position: sticky;
    top: 118px;
  }
}
