.content-wrapper {
  height: auto;
  padding: 80px 24px;
}

.content-block {
  background-color: #21222d;
  border-radius: 10px;
  padding: 16px;
}

header {
  z-index: 1035;
}

.Search-Button-Placeholder {
  color: #757a81;
  font-size: 1rem;
}

.section-top-serach {
  width: calc(100% - 100px);
  min-width: 200px;
  max-width: 600px;
  display: block;
}

.search {
  justify-content: space-between;
  font-weight: 500;
  display: flex;
  box-shadow: 0 0 40px #3333331a;
}

.search input {
  text-indent: 25px;
  height: 50px;
  padding-right: 2.3rem;
}

.search input:focus {
  box-shadow: none;
  border: 4px solid #de97f6ac;
}

.ms-n5 {
  margin-left: -60px;
  padding-right: .75rem;
}

.search-menu-container {
  padding-top: 48px;
  font-size: 12px;
}

.cdn-field {
  align-items: center;
  display: flex;
}

.tool-tip-btn {
  color: #fff;
  font-size: 12px;
}

.search-cfg {
  color: #999;
  width: 73px;
}

.modal-content {
  background-color: #fff;
}

.accordionMarketingMenu .accordion-button, .accordionMarketingMenu .accordion-header, .marketingMenu {
  border-radius: unset;
  box-shadow: none;
  color: #757a81;
  background-color: #141414;
  font-weight: 800;
}

.accordionMarketingMenu .accordion-item {
  border: none;
}

.accordion-button span {
  margin-left: 10px;
}

.marketingMenu span {
  margin-left: 16px;
  font-weight: 400;
}

.accordionMarketingMenu .accordion-button {
  width: 95%;
}

.accordion-button:not(.collapsed):after, .accordion-button.collapsed:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23616161'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.tool-tip-form {
  min-width: 300px;
  font-size: 12px;
}

.input-wrapper {
  flex-direction: column;
  flex: 1;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper i {
  color: #b5b6ba;
  z-index: 1;
  font-style: normal;
  position: absolute;
  top: 37px;
  right: 8px;
}

.input-wrapper input {
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: border-color .35s ease;
  border-color: #dadbdd;
  min-width: 120px;
  min-height: 36px;
  transition: border-color .35s;
}

#accordionMarketingMenu .accordion-button {
  width: 95%;
}

.empty-content-block {
  background-color: unset;
  width: 100%;
  height: 240px;
  font-size: 12px;
}

table {
  font-size: 12px;
}

table .btn {
  font-size: 10px;
}

.modal-header, .modal-footer {
  border: none;
}

.channel-id-txt {
  color: #565869;
  word-break: break-all;
  background: #f7f7f8;
  border: 1px solid #ececf1;
  border-radius: 8px;
  width: 100%;
  padding: 3px 8px;
  font-size: 8px;
  display: inline-flex;
}

.sort-select {
  width: 96px;
}

.tm-select {
  color: #fff;
  appearance: none;
  border: none;
  padding: .75rem;
  font-size: 12px;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='white'  d='m2 5 6 6 6-6'/></svg>") right .5rem center / 12px 9px no-repeat !important;
}

.tm-select:focus {
  box-shadow: none;
}

.ellipsis-2 {
  -webkit-line-clamp: 2;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.col-chn {
  width: 20%;
}

.col-options {
  width: 200px;
}

.field-content {
  padding-left: .5rem;
}

.condition-box {
  align-items: center;
  display: flex;
}

@media (width <= 1199.98px) {
  table {
    min-width: 1000px;
  }
}

@media (width <= 48rem) {
  .Search-Button-Placeholder {
    font-size: .8rem;
  }

  .content-wrapper {
    padding: 40px 12px 140px;
  }

  .condition-box {
    align-items: unset;
    padding-top: .75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  }

  .search-menu-container .condition-box:first-child {
    padding-top: 0;
  }

  .cdn-field {
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
    width: calc(100% - 73px);
    display: grid;
  }

  .search-cfg {
    padding: .75rem 0;
  }

  .search-menu-container .form-check {
    margin-left: .75rem !important;
  }
}

.search-menu-container .form-check {
  min-height: auto;
}

tr td {
  vertical-align: middle;
}

tbody tr {
  height: unset;
}

.nav-link-active:hover {
  color: #fff;
}

.content-block .heading {
  padding-bottom: 32px;
}

.channel-id-txt i:hover {
  color: #1276e5;
}
