.form-label {
  display: block;
  color: #2D2D2D;
  font-family: Gilroy;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding-bottom: 0.5rem;
}

.SumoSelect {
  width: 100% !important;
}
.SumoSelect input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.SumoSelect > .CaptionCont > label {
  width: 3.13rem;
}
@media only screen and (max-width: 1024px) {
  .SumoSelect > .CaptionCont > label {
    width: 2.63rem;
  }
}
.SumoSelect > .CaptionCont > label > i {
  background-image: url("/assets/img/icons/drop-arrow.svg");
  width: 1.5rem !important;
  height: 1.5rem !important;
}
@media only screen and (max-width: 1024px) {
  .SumoSelect > .CaptionCont > label > i {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }
}

.SumoSelect .placeholder, .SumoSelect .search-txt, .SumoSelect .CaptionCont > span {
  padding: 0 !important;
  color: #2D2D2D !important;
  font-family: Gilroy;
  font-size: 0.9375rem;
  font-style: normal !important;
  font-weight: 500;
  line-height: 110%;
}
@media only screen and (max-width: 1024px) {
  .SumoSelect .placeholder, .SumoSelect .search-txt, .SumoSelect .CaptionCont > span {
    font-size: 0.875rem;
  }
}

.SumoSelect .placeholder {
  opacity: 0.5 !important;
}

.SumoSelect .search-txt {
  display: none;
  align-items: center;
  height: 100%;
  padding: 0.62rem 1rem 0.62rem 1rem !important;
  background: none;
}
.SumoSelect .search-txt::-moz-placeholder {
  color: rgba(45, 45, 45, 0.5) !important;
}
.SumoSelect .search-txt::placeholder {
  color: rgba(45, 45, 45, 0.5) !important;
}
@media only screen and (max-width: 1024px) {
  .SumoSelect .search-txt {
    padding: 0.5rem 0.75rem 0.5rem 0.75rem !important;
  }
}

.SumoSelect.open .search-txt {
  display: flex;
}

.SumoSelect .CaptionCont {
  border-radius: 0.375rem;
  border: 1px solid #E0E0E0 !important;
  background: #F8F8FA !important;
  height: 3rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.62rem 3.12rem 0.62rem 1rem;
  box-shadow: none !important;
}
@media only screen and (max-width: 1024px) {
  .SumoSelect .CaptionCont {
    padding: 0.78rem 2.63rem 0.78rem 0.75rem;
    border-radius: 0.5rem;
    height: 2.5rem;
  }
}

.SumoSelect.open .optWrapper {
  top: 3.5rem;
}
@media only screen and (max-width: 1024px) {
  .SumoSelect.open .optWrapper {
    top: 2.8rem;
  }
}

.SumoSelect[is-selected=false] .reset-all {
  display: none;
}

.SumoSelect:has(.no-match[style="display: block;"]) .select-all, .SumoSelect:has(.no-match[style="display: block;"]) .reset-all {
  display: none !important;
}

.SumoSelect .optWrapper {
  position: absolute !important;
  border-radius: 0.5rem;
  border: 1px solid #E0E0E0;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 0 !important;
}
.SumoSelect .optWrapper .opt.disabled {
  display: none !important;
}
.SumoSelect .optWrapper .options {
  border-radius: 0;
  padding: 0.3rem 0.75rem;
  max-height: 250px !important;
}
@media only screen and (max-width: 1024px) {
  .SumoSelect .optWrapper .options {
    padding: 0.25rem 0.63rem;
  }
}
.SumoSelect .optWrapper .reset-all {
  position: absolute;
  padding: 0.78rem 0.5rem !important;
  border: none;
  top: 0.75rem;
  right: 1rem;
  z-index: 5;
  color: var(--Dark-blue, #3777D8);
  font-family: Gilroy;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.00938rem;
}
@media only screen and (max-width: 1024px) {
  .SumoSelect .optWrapper .reset-all {
    font-size: 0.875rem;
    letter-spacing: -0.00875rem;
  }
}
.SumoSelect .optWrapper .select-all, .SumoSelect .optWrapper .options li.opt, .SumoSelect .optWrapper .options li.opt > li.opt {
  position: relative;
  padding: 0.815rem 0 0.815rem 2.5rem !important;
  border: none;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .SumoSelect .optWrapper .select-all, .SumoSelect .optWrapper .options li.opt, .SumoSelect .optWrapper .options li.opt > li.opt {
    padding: 0.75rem 0 0.75rem 2.5rem !important;
  }
}
.SumoSelect .optWrapper .select-all > span, .SumoSelect .optWrapper .options li.opt > span, .SumoSelect .optWrapper .options li.opt > li.opt > span {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 2.5rem !important;
  height: 100% !important;
  margin: 0 !important;
}
.SumoSelect .optWrapper .select-all > span i, .SumoSelect .optWrapper .options li.opt > span i, .SumoSelect .optWrapper .options li.opt > li.opt > span i {
  width: 1.25rem !important;
  height: 1.25rem !important;
  border-radius: 0.25rem !important;
  border: 2px solid #E0E0E0 !important;
  background: #FFF !important;
  box-shadow: none !important;
  top: 50% !important;
  left: 0.5rem !important;
  transform: translateY(-50%);
  margin: 0 !important;
  transition: background 300ms ease, border 300ms ease;
}
.SumoSelect .optWrapper .select-all > span i::before, .SumoSelect .optWrapper .options li.opt > span i::before, .SumoSelect .optWrapper .options li.opt > li.opt > span i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 0.75rem;
  transform: translate(-50%, -50%);
  background-image: url("/assets/img/icons/check.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.SumoSelect .optWrapper .select-all label, .SumoSelect .optWrapper .options li.opt label, .SumoSelect .optWrapper .options li.opt > li.opt label {
  color: #2D2D2D;
  font-family: Gilroy;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3125rem;
  transition: color 300ms ease;
}
@media only screen and (max-width: 1024px) {
  .SumoSelect .optWrapper .select-all label, .SumoSelect .optWrapper .options li.opt label, .SumoSelect .optWrapper .options li.opt > li.opt label {
    font-size: 0.875rem;
  }
}
.SumoSelect .optWrapper .select-all:hover, .SumoSelect .optWrapper .select-all.selected, .SumoSelect .optWrapper .options li.opt:hover, .SumoSelect .optWrapper .options li.opt.selected, .SumoSelect .optWrapper .options li.opt > li.opt:hover, .SumoSelect .optWrapper .options li.opt > li.opt.selected {
  background: transparent !important;
}
.SumoSelect .optWrapper .select-all:hover label, .SumoSelect .optWrapper .select-all.selected label, .SumoSelect .optWrapper .options li.opt:hover label, .SumoSelect .optWrapper .options li.opt.selected label, .SumoSelect .optWrapper .options li.opt > li.opt:hover label, .SumoSelect .optWrapper .options li.opt > li.opt.selected label {
  color: #3777D8;
}
.SumoSelect .optWrapper .select-all.selected span > i, .SumoSelect .optWrapper .options li.opt.selected span > i, .SumoSelect .optWrapper .options li.opt > li.opt.selected span > i {
  background: #3777D8 !important;
  border-color: #3777D8 !important;
}
.SumoSelect .optWrapper .select-all.partial span > i, .SumoSelect .optWrapper .options li.opt.partial span > i, .SumoSelect .optWrapper .options li.opt > li.opt.partial span > i {
  background: #3777D8 !important;
  border-color: #3777D8 !important;
}
.SumoSelect .optWrapper .select-all.partial span > i::before, .SumoSelect .optWrapper .options li.opt.partial span > i::before, .SumoSelect .optWrapper .options li.opt > li.opt.partial span > i::before {
  background-image: url("/assets/img/icons/indeterminate.svg") !important;
}
.SumoSelect .optWrapper .select-all {
  margin: 0.6rem 0.75rem 0.185rem 0.75rem !important;
}
@media only screen and (max-width: 1024px) {
  .SumoSelect .optWrapper .select-all {
    padding: 0.69rem 0.5rem 0.69rem 2.5rem !important;
    margin: 0.62rem 0.62rem 0.25rem 0.62rem !important;
  }
}
.SumoSelect .optWrapper .select-all::before {
  content: "";
  position: absolute;
  bottom: -0.185rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E0E0E0;
}
.SumoSelect .optWrapper > .MultiControls {
  padding: 0.75rem;
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.75rem;
  position: relative !important;
  border-top: 1px solid #E0E0E0 !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 1024px) {
  .SumoSelect .optWrapper > .MultiControls {
    padding: 0.62rem;
  }
}
.SumoSelect .optWrapper > .MultiControls > p.btnOk {
  display: inline-flex;
  padding: 0.75rem 1.75rem !important;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.5rem !important;
  background: #000;
  box-shadow: none;
  border: none !important;
  color: #FFF;
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  cursor: pointer;
  outline: none;
  transition: background 300ms ease, color 300ms ease;
}
@media only screen and (max-width: 1024px) {
  .SumoSelect .optWrapper > .MultiControls > p.btnOk {
    padding: 0.5rem 1.75rem !important;
    gap: 0.625rem;
    font-size: 0.875rem;
  }
}
.SumoSelect .optWrapper > .MultiControls > p.btnOk:hover, .SumoSelect .optWrapper > .MultiControls > p.btnOk:active {
  background: #262626;
}
.SumoSelect .optWrapper > .MultiControls > p.btnOk:disabled, .SumoSelect .optWrapper > .MultiControls > p.btnOk.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.SumoSelect .optWrapper > .MultiControls .btnCancel {
  display: inline-flex;
  padding: 0.75rem 1.75rem !important;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.5rem !important;
  background: #F8F8FA;
  box-shadow: none;
  border: none !important;
  color: #3D3D3D;
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  cursor: pointer;
  outline: none;
  transition: background 300ms ease, color 300ms ease;
}
@media only screen and (max-width: 1024px) {
  .SumoSelect .optWrapper > .MultiControls .btnCancel {
    padding: 0.5rem 1.75rem !important;
    gap: 0.625rem;
    font-size: 0.875rem;
  }
}
.SumoSelect .optWrapper > .MultiControls .btnCancel:hover, .SumoSelect .optWrapper > .MultiControls .btnCancel:active {
  background: #F0F0F2;
}
.SumoSelect .optWrapper > .MultiControls .btnCancel:disabled, .SumoSelect .optWrapper > .MultiControls .btnCancel.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.SumoSelect .optWrapper .no-match {
  color: #2D2D2D;
  font-family: Gilroy;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3125rem;
  transition: color 300ms ease;
  padding: 0.815rem 1.5rem !important;
}
@media only screen and (max-width: 1024px) {
  .SumoSelect .optWrapper .no-match {
    padding: 0.75rem 1.5rem !important;
    font-size: 0.875rem;
  }
}

.SumoSelect.open .optWrapper.isFloating .options {
  box-shadow: none;
}

.SumoSelect > .optWrapper.isFloating {
  max-height: 390px;
  width: 100%;
  right: auto !important;
  bottom: auto !important;
}

.btn-checkbox {
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0.625rem 1.125rem 0.625rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  border-radius: 0.5rem;
  background: #F2F2F6;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 1024px) {
  .btn-checkbox {
    padding: 0.5rem 0.875rem 0.5rem 0.75rem;
    gap: 0.25rem;
  }
}
.btn-checkbox:has(input:checked) {
  background: #3695D8;
}
.btn-checkbox input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.btn-checkbox input:checked ~ .btn-checkbox__box::before {
  opacity: 0;
}
.btn-checkbox input:checked ~ .btn-checkbox__box::after {
  opacity: 1;
}
.btn-checkbox input:checked ~ .btn-checkbox__name {
  color: #fff;
}
.btn-checkbox__box {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  position: relative;
}
.btn-checkbox__box::before, .btn-checkbox__box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 300ms ease;
}
.btn-checkbox__box::before {
  opacity: 1;
  background-image: url("/assets/img/icons/check-dot.svg");
}
.btn-checkbox__box::after {
  opacity: 0;
  background-image: url("/assets/img/icons/check-dot-active.svg");
}
.btn-checkbox__name {
  color: #3D3D3D;
  font-family: Gilroy;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 160% */
  letter-spacing: -0.00938rem;
  transition: color 300ms ease;
}
@media only screen and (max-width: 1024px) {
  .btn-checkbox__name {
    font-size: 0.875rem;
    letter-spacing: -0.00875rem;
  }
}

.datepicker {
  position: relative;
}
.datepicker::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  background-image: url("/assets/img/icons/calendar.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .datepicker::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.datepicker input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  padding: 0.625rem 3.12rem 0.625rem 1rem;
  align-items: center;
  gap: 0.625rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 0.375rem;
  border: 1px solid #E0E0E0;
  background: #F8F8FA;
  width: 100%;
  color: #2D2D2D;
  font-family: Gilroy;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  .datepicker input {
    padding: 0.5rem 2.63rem 0.5rem 0.75rem;
    font-size: 0.875rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
}
.datepicker input::-moz-placeholder {
  color: rgba(45, 45, 45, 0.5);
}
.datepicker input::placeholder {
  color: rgba(45, 45, 45, 0.5);
}

.daterangepicker {
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border: none;
  width: auto !important;
}
@media only screen and (max-width: 767px) {
  .daterangepicker {
    margin-top: 0.8rem;
  }
}
.daterangepicker::before {
  display: none;
}
.daterangepicker::after {
  display: none;
}
.daterangepicker .drp-calendar {
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  max-width: none;
}
.daterangepicker .drp-calendar .calendar-table {
  padding: 0 !important;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.75rem;
}
@media only screen and (max-width: 1490px) {
  .daterangepicker .drp-calendar .calendar-table .table-condensed {
    gap: 0.5rem;
  }
}
.daterangepicker .drp-calendar .calendar-table .table-condensed thead {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 1490px) {
  .daterangepicker .drp-calendar .calendar-table .table-condensed thead {
    gap: 0.5rem;
  }
}
.daterangepicker .drp-calendar .calendar-table .table-condensed thead tr {
  width: 100%;
  flex-shrink: 0;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0.75rem;
}
@media only screen and (max-width: 1490px) {
  .daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) {
    padding: 0.62rem;
  }
}
.daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E0E0E0;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) th:not(.month):not(.prev):not(.next) {
  display: none;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) .month {
  color: #2D2D2D;
  text-align: center;
  font-family: Gilroy;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6875rem;
  padding: 0.41rem;
  height: auto;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) .prev, .daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border: none;
}
@media only screen and (max-width: 1490px) {
  .daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) .prev, .daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) .next {
    width: 2rem;
    height: 2rem;
  }
}
.daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) .prev:hover, .daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) .next:hover {
  background: transparent;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) .prev span, .daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) .next span {
  display: none;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) .prev::before, .daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) .next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) .prev {
  left: 0.75rem;
}
@media only screen and (max-width: 1490px) {
  .daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) .prev {
    left: 0.62rem;
  }
}
.daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) .prev::before {
  background-image: url("/assets/img/icons/d-arrow-left.svg");
}
.daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) .next {
  right: 0.75rem;
}
@media only screen and (max-width: 1490px) {
  .daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) .next {
    right: 0.62rem;
  }
}
.daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(1) .next::before {
  background-image: url("/assets/img/icons/d-arrow-right.svg");
}
.daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5rem;
  padding: 0 0.75rem;
}
@media only screen and (max-width: 1490px) {
  .daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(2) {
    padding: 0 0.62rem;
    gap: 0.25rem;
  }
}
.daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(2) th {
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #828282;
  text-align: center;
  font-family: Gilroy;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3125rem;
  cursor: auto;
}
@media only screen and (max-width: 1490px) {
  .daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(2) th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
.daterangepicker .drp-calendar .calendar-table .table-condensed tbody {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  padding: 0 0.75rem 0.75rem 0.75rem;
}
@media only screen and (max-width: 1490px) {
  .daterangepicker .drp-calendar .calendar-table .table-condensed tbody {
    padding: 0 0.62rem 0.62rem 0.62rem;
    gap: 0.25rem;
  }
}
.daterangepicker .drp-calendar .calendar-table .table-condensed tbody tr {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5rem;
}
@media only screen and (max-width: 1490px) {
  .daterangepicker .drp-calendar .calendar-table .table-condensed tbody tr {
    gap: 0.25rem;
  }
}
.daterangepicker .drp-calendar .calendar-table .table-condensed tbody td {
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  color: #2D2D2D;
  text-align: center;
  font-family: Gilroy;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}
@media only screen and (max-width: 1490px) {
  .daterangepicker .drp-calendar .calendar-table .table-condensed tbody td {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }
}
.daterangepicker .drp-calendar .calendar-table .table-condensed tbody td.ends {
  opacity: 0.3;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed tbody td.disabled {
  text-decoration: none;
  pointer-events: none;
  cursor: auto;
  opacity: 0.3;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed tbody td.active {
  background: #3777D8;
  color: #fff;
}
.daterangepicker .drp-buttons {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem;
}
@media only screen and (max-width: 1490px) {
  .daterangepicker .drp-buttons {
    padding: 0.62rem;
  }
}
.daterangepicker .drp-buttons .btn {
  margin: 0;
}

body:has(.regForm) .search-header {
  padding-bottom: 5.45rem;
}
@media only screen and (max-width: 1024px) {
  body:has(.regForm) .search-header {
    padding-bottom: 4.5rem;
  }
}

.regForm {
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}
.regForm.form_show {
  pointer-events: all;
  opacity: 1;
}
.regForm__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 1024px) {
  .regForm__wrapper {
    gap: 1.5rem;
  }
}
.regForm__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .regForm__header .arrow-link span {
    display: none;
  }
}
.regForm__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.regForm__buttons {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .regForm__buttons {
    gap: 0.75rem;
  }
}
@media only screen and (max-width: 1024px) {
  .regForm__buttons .btn {
    width: 100%;
  }
}
.regForm__grid-2 {
  display: grid;
  gap: 1.25rem 1rem;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1024px) {
  .regForm__grid-2 {
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .regForm__grid-2 {
    grid-template-columns: 1fr;
  }
}
.regForm__grid-3 {
  display: grid;
  gap: 1.25rem 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1024px) {
  .regForm__grid-3 {
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .regForm__grid-3 {
    grid-template-columns: 1fr;
  }
}
.regForm__field {
  position: relative;
  min-width: 0;
}
.regForm__cldr-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .regForm__cldr-list {
    gap: 0.75rem;
  }
}
