.wp-block-vivid360-ps-filter .formBg {
  border-radius: var(--Corner-Radius, 4px);
  border: 1px solid #e4e4e4;
  background: var(--Neutral-White, #fff);
  -webkit-box-shadow: 0px 2px 18px 0px rgba(51,51,51,0.24);
          box-shadow: 0px 2px 18px 0px rgba(51,51,51,0.24);
  padding: 16px;
}
.wp-block-vivid360-ps-filter .formBg .ps_label {
  color: #333;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: Invention;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.wp-block-vivid360-ps-filter .ps_heading {
  color: var(--colorPrimary);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: Invention;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
}
.wp-block-vivid360-ps-filter .ps_plan {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}
.wp-block-vivid360-ps-filter .ps_plan label {
  display: block;
  margin: 0px 0px 8px 0px;
  color: #333;
  font-family: Invention;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
.wp-block-vivid360-ps-filter .ps_plan select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px;
  border-radius: 5px !important;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
}
.wp-block-vivid360-ps-filter .ps_state {
  padding-bottom: 24px;
  position: relative;
}
.wp-block-vivid360-ps-filter .ps_state label {
  display: block;
  margin: 0px 0px 8px 0px;
  margin: 0px 0px 8px 0px;
  color: #333;
  font-family: Invention;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
.wp-block-vivid360-ps-filter .ps_state select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px; /* Add space for the caret icon */
  border-radius: 5px !important;
  cursor: pointer;
  padding-right: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.wp-block-vivid360-ps-filter #submitBtn {
  margin-right: 32px;
  margin-top: 8px;
  border-radius: 4px;
  background-color: #a4a4a4;
  padding: 16px;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: Invention;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  width: auto;
  height: 50px;
}
.wp-block-vivid360-ps-filter #submitBtn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 0px;
}
.wp-block-vivid360-ps-filter #submitBtn.bg_change {
  background-color: var(--colorPrimary);
}
.wp-block-vivid360-ps-filter #submitBtn.bg_change:focus {
  color: var(--colorWhite);
  background-color: var(--colorPrimary);
  -webkit-box-shadow: var(--focusRingColor);
          box-shadow: var(--focusRingColor);
  margin-left: 0px;
}
.wp-block-vivid360-ps-filter #submitBtn.bg_change:hover {
  border-color: var(--colorPrimaryDark);
  background-color: var(--colorPrimaryDark);
}
.wp-block-vivid360-ps-filter #submitBtn.bg_change:active {
  background-color: var(--colorPrimaryLight);
  color: var(--colorPrimaryDark);
}
.wp-block-vivid360-ps-filter .formBg .clear_values {
  color: var(--Neutral-Dark-Text, #333);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: Invention;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-decoration: underline;
}
.wp-block-vivid360-ps-filter .formBg .clear_values:active {
  -webkit-box-shadow: 0 0 0.125rem 0.125rem rgba(0,0,0,0.5);
          box-shadow: 0 0 0.125rem 0.125rem rgba(0,0,0,0.5);
  color: var(--colorPrimary);
  border-radius: 5px;
  text-decoration: underline;
}
.wp-block-vivid360-ps-filter .formBg .clear_values:hover {
  color: var(--colorPrimaryDark);
  text-decoration: none;
}
.wp-block-vivid360-ps-filter .formBg select {
  border-radius: 4px;
  border: 1px solid #000;
  background: #fff;
  width: 100%;
  color: #757575;
  padding: 9.5px 12px;
  padding-right: 36px;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-family: Invention;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.wp-block-vivid360-ps-filter .formBg select:hover {
  border: 2px solid var(--colorPrimary);
}
.wp-block-vivid360-ps-filter .formBg select:active {
  background-color: var(--colorPrimaryLight);
  color: var(--colorPrimaryDark);
}
.wp-block-vivid360-ps-filter .formBg a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
@media (max-width: 768px) {
  .formBg .ps_heading {
    -webkit-font-feature-settings: 'clig' off, 'liga' off;
            font-feature-settings: 'clig' off, 'liga' off;
    font-family: Invention;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.select-dropdown {
  position: relative;
  max-width: 100%;
  line-height: 21px;
}
.select-dropdown::last-child {
  margin-right: 0px;
}
.select-dropdown__button {
  color: #616161;
  border: 1px solid #cecece;
  border-radius: 3px;
  cursor: pointer;
  text-align: left;
  width: 100%;
  border: 1px solid #000;
  padding: 9.5px 12px;
  color: #333;
  font-weight: normal;
  font-size: 0.875rem;
  font-family: Invention;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px !important;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  padding-right: 36px;
}
.select-dropdown__button:hover {
  outline: none;
  border: 2px solid var(--colorPrimary);
  background: unset;
  color: unset !important;
}
.select-dropdown__button:active {
  color: #333 !important;
  background: unset !important;
  color: unset;
}
.select-dropdown__button:focus {
  outline: none;
  background: unset;
  color: unset;
}
.select-dropdown__button:focus-visible {
  -webkit-box-shadow: 0 0 1px 3px rgba(0,0,0,0.5);
          box-shadow: 0 0 1px 3px rgba(0,0,0,0.5);
  background: unset;
  color: unset;
}
.select-dropdown__button:focus-within {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  color: unset;
}
.select-dropdown__button .arrow {
  position: absolute;
  right: 8px;
  top: 12px;
}
.select-dropdown__button .arrow.icon-caret-down:before,
.select-dropdown__button .arrow.icon-caret-up:before,
.select-dropdown__button .arrow.icon-warning-solid:before {
  height: 1rem;
  width: 1rem;
  margin-left: 8px;
}
.select-dropdown__button .arrow-down {
  border-top: 5px solid #000;
}
.select-dropdown__button .arrow-up {
  border-bottom: 5px solid #000;
}
.select-dropdown__button:has(> i.icon-warning-solid) {
  border: 1px solid #f00;
}
.select-dropdown__button:has(~ ul.active),
.select-dropdown__button:has(~ i.icon-warning-solid) {
  border: 1px solid #000;
}
.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #cecece;
  border-top: 0px solid transparent;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  margin-top: -4px;
  border-radius: 0 0 5px 5px;
  border-bottom: 1px solid var(--colorBlack);
  border-left: 1px solid var(--colorBlack);
  border-right: 1px solid var(--colorBlack);
}
.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  background: #fff;
  line-height: 1.4;
  cursor: pointer;
  color: #616161;
  text-align: left;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 0.563rem 0.75rem 0.625rem 0.75rem;
  color: #333;
  font-weight: normal;
  font-size: 0.875rem;
  margin: 0;
}
.select-dropdown__list-item:hover {
  background: var(--colorPrimary);
  color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.select-dropdown__list-item:active {
  background: var(--colorPrimaryDark);
  color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.select-dropdown__list-item:focus {
  background: var(--colorPrimaryDark);
  color: #fff;
}
.select-dropdown__list-item[data-disable="true"] {
  cursor: not-allowed;
  pointer-events: none;
  color: var(--colorMediumGray);
}
