.stock_notifier_gateway_box {
  background-color: rgba(24, 138, 101, 0.02);
  border: 1px solid rgba(57, 203, 155, 0.25);
  padding: 22px 24px;
  margin-bottom: 18px;
  position: relative;
  border-radius: 2px;
}
.gateway_target_head {
  color: #1f3448;
  font-size: 17px;
  width: 250px;
}

.gateway_target_head {
  float: left;
}
.gateway_box_close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  z-index: 1;
}
.gateway_collapse_box {
  display: block;
}

.notifier_gate_for {
  font-style: italic;
}

.gateway_for_list {
  color: #5e5e5e;
  opacity: 0.62;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 60px;
}

.icon_gear,
.icon_gear\:regular {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2321eeab' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-settings'%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.icon_gear_dims {
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 12px;
}
.icon_drag_dims {
  height: 18px;
  width: 16px;
}
.gateway_configure_gateway {
  position: absolute;
  top: 22px;
  cursor: pointer;
  z-index: 2;
  right: 78px;
}
@media only screen and (max-width: 822px) {
  .gateway_target_head {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 576px) {
  .notifier_gate_for {
    display: none;
  }
  .gateway_target_head {
    font-size: 13px !important;
  }
  .stock_notifier_gateway_box {
    padding: 17px 13px;
  }

  .icon_gear_dims {
    margin-top: -3px;
    margin-right: -6px;
  }
}
