.ns-span-filter-list {
  display: flex;
  grid-gap: 1rem;
  grid-gap: 1rem;
  gap: 1rem;
  margin-bottom: 0;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: 1px solid #d7d7d7;
}
.ns-span-filter-list .ns-filter-span {
  display: inline-block;
  padding: 10px 30px 10px 18px;
  font-size: 14px;
  top: 1px;
  position: relative;
}
.ns-span-filter-list .ns-filter-span.active {
  border-bottom: 2px solid var(--pri);
  color: var(--pri);
}
/* .ns-span-filter-list .ns-filter-span.active:first-child {
  padding-right: 20px;
} */
.ns-span-filter-list .ns-filter-span button {
  padding: 5px;
  margin-left: 5px;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.1s;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  right: 4px;
  top: 5px;
  font-size: 17px;
  line-height: 16px;
}
.ns-span-filter-list .ns-filter-span button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.cs-row.schedule-form {
  display: none;
  padding-top: 20px;
}
.cs-row.schedule-form.show {
  display: flex;
}
.ns-flex-grow {
  flex: 1 !important;
  max-width: 100% !important;
}
.cs-row.ns-align-top {
  align-items: flex-start;
}
.mh-50 {
  min-height: 50px;
}
.v-center {
  display: flex;
  align-items: center;
}
.policy-type-col .form-control {
  padding-left: 50px;
}
.dropdown-no-label legend {
  display: none;
}

.cancelling-schedule-block {
  display: flex;
  width: 100%;
}
.cancelling-schedule-block .form-control {
  width: 50%;
}
/* .cancelling-schedule-block .form-control:first-child fieldset.MuiOutlinedInput-notchedOutline {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.cancelling-schedule-block .form-control:nth-child(2) fieldset.MuiOutlinedInput-notchedOutline {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -1px;
	top: 0;
} */
.cancelling-schedule-block .policy-info {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  margin: auto;
  top: 2px;
  position: relative;
  margin-left: 5px;
}
.cancelling-schedule-block .dropdown-floating {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}
.cancelling-schedule-block .dropdown-floating .MuiOutlinedInput-notchedOutline {
  border: none;
  /* top: 0; */
}
.cancelling-schedule-block
  .form-control
  .MuiOutlinedInput-root.Mui-focused
  fieldset {
  box-shadow: none;
  /* top: 0; */
}
.cancelling-schedule-block .MuiTypography-root {
  text-align: right;
}
.pt-0 {
  padding-top: 0 !important;
}

@media screen and (max-width: 1200px) {
  .policy-type-col .form-control {
    padding-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .ns-span-filter-list .ns-filter-span {
    padding: 10px 30px 10px 10px;
    font-size: 11px;
  }
  .ns-span-filter-list .ns-filter-span button {
    font-size: 12px;
    top: 3px;
  }
  .ns-span-filter-list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ns-span-filter-list .ns-filter-span {
    padding: 8px 38px 8px 10px;
    font-size: 11px;
    border-radius: 0;
  }
  .ns-span-filter-list {
    gap: 8px;
  }
  .ns-span-filter-list .ns-filter-span button {
    top: 1px;
  }
  .policy-type-col .form-control {
    padding-left: 0;
  }
  .policy-type-col .form-control {
    padding-left: 0;
  }
  .policy-type-col .form-control label.MuiFormControlLabel-root {
    height: 34px;
  }
  .schedule-card {
    position: relative;
  }
  .schedule-card .btn-filled {
    font-size: 11px;
    padding: 0 6px;
    position: absolute;
    top: 15px;
    right: 10px;
    min-height: 30px;
  }
  .cs-row.schedule-form {
    padding-top: 0;
  }
  .schedule-card .ns-span-filter-list {
    margin-bottom: 10px;
  }
  .ns-span-filter-list .ns-filter-span button {
    top: 7px;
    padding: 0px 4px;
  }
}
