.notificationContainer {
  display: inline-flex;
  position: fixed;
  z-index: 999;
  top: 140px;
  width: 400px;
  right: 40%;
  border-radius: 4px 0 0 4px;
  padding: 10px 25px 10px 10px;
  transition: all 0.5s ease-out;
  &.active {
    right: 0;
  }
  .closeIcon {
    position: absolute;
    right: 12px;
    top: -12px;
    img {
      width: 25px;
      cursor: pointer;
    }
  }
}

.success {
  border: 1px solid#429117;
  border-left-width: 10px;
  background: #deeee5;
}

.error {
  border: 1px solid#d53124;
  border-left-width: 10px;
  background: #fdd4d1;
}

.warning {
  border: 1px solid#c28d00;
  border-left-width: 10px;
  background: #ebcf84;
}

.toast-message {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  white-space: normal;
  width: 400px;
  word-wrap: break-word;
}
.p-12 {
  padding: 12px !important;
}

.ft-filter {
  display: inline-flex;
  padding: 12px;
  gap: 12px;
}

.ft-TransactionLogFilterResetBtn {
  width: 90px;
  height: 43px;
  margin-top: 18px;
  margin-left: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.26) !important;
  color: black !important;
  border: 1px solid #ff6600 !important;
}

.inforIcon-div {
  padding-bottom: 4px;
}

.infoIcon {
  -webkit-transform: none !important;
}

.ftResetBtn {
  width: 90px;
  height: 43px;
  margin-top: 18px;
  margin-left: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.26) !important;
  color: black !important;
  border: 1px solid #ff6600 !important;
}

.ftFilterLabel {
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  margin-bottom: 0px;
  display: inherit;
  color: #666;
}

.ftTestCaseNameInput {
  width: 300px;
}
.add-tag-input-field {
  position: relative;
  left: 8px;
}

.align-flex-center {
  display: flex;
  align-items: center;
  width: 17%;
}

.text-field-label {
  font-size: 14.5px;
  color: #797979;
  padding-right: 5px;
  display: flex;
  align-items: center;
  margin-left: 0.8rem;
}

.create-new-feature-dropdown {
  width: 250px;
  padding: 12px !important;
  font-size: 14px;
}

.nf-summary {
  display: inline-flex;
  padding: 8px;
  gap: 300px;
  font-size: 13px;
  line-height: 16px;
}

.nf-summary-label {
  color: #161313;
  background-color: #6666664f;
  border-radius: 4px;
  padding: 4px 8px;
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
}
.lbl-span {
  color: #666;
  font-size: 14.5px;
}
.new-feature-field {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sub-feature-input {
  width: 15.75rem;
}
