@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&family=PT+Sans:ital,wght@0,700;1,400;1,700&display=swap";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__navigation-icon:before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle:after,
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:before {
  border-bottom-color: #aeaeae;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:after {
  top: 0;
}
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:before {
  top: -1px;
  border-bottom-color: #aeaeae;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle:after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle:after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle:before {
  bottom: -1px;
  border-top-color: #aeaeae;
}
.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}
.react-datepicker {
  font-family: Helvetica Neue, helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}
.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}
.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^="bottom"] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement="bottom-end"]
  .react-datepicker__triangle,
.react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^="top"] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^="right"] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^="left"] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}
.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}
.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: 700;
  font-size: 0.944rem;
}
.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *:before {
  border-color: #a6a6a6;
}
.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next:before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous:before {
  transform: rotate(225deg);
  right: -7px;
}
.react-datepicker__month-container {
  float: left;
}
.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}
.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}
.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption,
.react-datepicker__input-time-container
  .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__input
  input {
  width: auto;
}
.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__input
  input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__input
  input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__input
  input[type="time"] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container
  .react-datepicker-time__input-container
  .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}
.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 0.85rem);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: #fff;
  font-weight: 700;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}
.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}
.react-datepicker__day-names {
  margin-bottom: -8px;
}
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: 700;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: #f0f;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: #000;
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range) {
  background-color: #216ba580;
}
.react-datepicker__month--selecting-range
  .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range
  .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range
  .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range
  .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range
  .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range
  .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range
  .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range
  .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}
.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
}
.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}
.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover
  .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover
  .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover
  .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover
  .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover
  .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover
  .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}
.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}
.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover
  .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover
  .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover
  .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover
  .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover
  .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover
  .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}
.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon:after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  padding: 5px 0;
  clear: left;
}
.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #000c;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}
.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}
.react-datepicker__aria-live {
  position: absolute;
  -webkit-clip-path: circle(0);
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}
.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}
.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translate(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translate(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: 0;
    transform: translate(0);
  }
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translate(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px #0000001a, 0 2px 15px #0000000d;
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1;
}
.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}
.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}
.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light,
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}
.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}
.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}
@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}
.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}
@keyframes Toastify__bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}
.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}
@keyframes Toastify__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}
.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}
@keyframes Toastify__flipIn {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}
.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}
@keyframes Toastify__slideInRight {
  0% {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInLeft {
  0% {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInUp {
  0% {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInDown {
  0% {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}
.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}
@keyframes Toastify__spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.sun-editor {
  width: auto;
  height: auto;
  box-sizing: border-box;
  font-family: Helvetica Neue;
  border: 1px solid #dadada;
  background-color: #fff;
  color: #000;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.sun-editor * {
  box-sizing: border-box;
  -webkit-user-drag: none;
  overflow: visible;
}
.sun-editor-common button,
.sun-editor-common input,
.sun-editor-common select,
.sun-editor-common textarea {
  font-size: 14px;
  line-height: 1.5;
}
.sun-editor-common blockquote,
.sun-editor-common body,
.sun-editor-common button,
.sun-editor-common code,
.sun-editor-common dd,
.sun-editor-common div,
.sun-editor-common dl,
.sun-editor-common dt,
.sun-editor-common fieldset,
.sun-editor-common form,
.sun-editor-common h1,
.sun-editor-common h2,
.sun-editor-common h3,
.sun-editor-common h4,
.sun-editor-common h5,
.sun-editor-common h6,
.sun-editor-common input,
.sun-editor-common legend,
.sun-editor-common li,
.sun-editor-common ol,
.sun-editor-common p,
.sun-editor-common pre,
.sun-editor-common select,
.sun-editor-common td,
.sun-editor-common textarea,
.sun-editor-common th,
.sun-editor-common ul {
  margin: 0;
  padding: 0;
  border: 0;
}
.sun-editor-common dl,
.sun-editor-common li,
.sun-editor-common menu,
.sun-editor-common ol,
.sun-editor-common ul {
  list-style: none !important;
}
.sun-editor-common hr {
  margin: 6px 0 !important;
}
.sun-editor textarea {
  resize: none;
  border: 0;
  padding: 0;
}
.sun-editor button {
  border: 0;
  background-color: transparent;
  touch-action: manipulation;
  cursor: pointer;
  outline: none;
}
.sun-editor button,
.sun-editor input,
.sun-editor select,
.sun-editor textarea {
  vertical-align: middle;
}
.sun-editor button span {
  display: block;
  margin: 0;
  padding: 0;
}
.sun-editor button .txt {
  display: block;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sun-editor button * {
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.sun-editor svg {
  fill: currentColor;
}
.sun-editor .se-svg,
.sun-editor button > svg {
  width: 16px;
  height: 16px;
  margin: auto;
  fill: currentColor;
  display: block;
  text-align: center;
  float: none;
}
.sun-editor .close > svg,
.sun-editor .se-dialog-close > svg {
  width: 10px;
  height: 10px;
}
.sun-editor .se-btn-select > svg {
  float: right;
  width: 10px;
  height: 10px;
}
.sun-editor .se-btn-list > .se-list-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
}
.sun-editor .se-line-breaker > button > svg {
  width: 24px;
  height: 24px;
}
.sun-editor button > i:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 15px;
  line-height: 2;
}
.sun-editor button > [class="se-icon-text"] {
  font-size: 20px;
  line-height: 1;
}
.sun-editor .se-arrow,
.sun-editor .se-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 11px solid transparent;
}
.sun-editor .se-arrow.se-arrow-up {
  top: -11px;
  left: 20px;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #dadada;
}
.sun-editor .se-arrow.se-arrow-up:after {
  top: 1px;
  margin-left: -11px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.sun-editor .se-toolbar .se-arrow.se-arrow-up:after {
  border-bottom-color: #fafafa;
}
.sun-editor .se-arrow.se-arrow-down {
  top: 0;
  left: 0;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #dadada;
}
.sun-editor .se-arrow.se-arrow-down:after {
  top: -12px;
  margin-left: -11px;
  content: " ";
  border-bottom-width: 0;
  border-top-color: #fff;
}
.sun-editor .se-toolbar .se-arrow.se-arrow-down:after {
  border-top-color: #fafafa;
}
.sun-editor .se-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.sun-editor button {
  color: #000;
}
.sun-editor .se-btn {
  float: left;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 4px;
  margin: 1px !important;
  padding: 0;
  font-size: 12px;
  line-height: 27px;
}
.sun-editor .se-btn:enabled:focus,
.sun-editor .se-btn:enabled:hover {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0 none;
}
.sun-editor .se-btn:enabled:active {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  box-shadow: inset 0 3px 5px #c1c1c1;
}
.sun-editor .se-btn-primary {
  color: #000;
  background-color: #c7deff;
  border: 1px solid #80bdff;
  border-radius: 4px;
}
.sun-editor .se-btn-primary:focus,
.sun-editor .se-btn-primary:hover {
  color: #000;
  background-color: #80bdff;
  border-color: #3f9dff;
  outline: 0 none;
}
.sun-editor .se-btn-primary:active {
  color: #fff;
  background-color: #3f9dff;
  border-color: #4592ff;
  box-shadow: inset 0 3px 5px #4592ff;
}
.sun-editor input,
.sun-editor select,
.sun-editor textarea {
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.sun-editor input:focus,
.sun-editor select:focus,
.sun-editor textarea:focus {
  border: 1px solid #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #c7deff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sun-editor .se-btn:enabled.active {
  color: #4592ff;
  outline: 0 none;
}
.sun-editor .se-btn:enabled.active:focus,
.sun-editor .se-btn:enabled.active:hover {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0 none;
}
.sun-editor .se-btn:enabled.active:active {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  box-shadow: inset 0 3px 5px #c1c1c1;
}
.sun-editor .se-btn:enabled.on {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0 none;
}
.sun-editor .se-btn:enabled.on:focus,
.sun-editor .se-btn:enabled.on:hover {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  outline: 0 none;
}
.sun-editor .se-btn:enabled.on:active {
  background-color: #c1c1c1;
  border-color: #b1b1b1;
  box-shadow: inset 0 3px 5px #b1b1b1;
}
.sun-editor .se-btn-list:disabled,
.sun-editor .se-btn:disabled,
.sun-editor button:disabled {
  cursor: not-allowed;
  background-color: inherit;
  color: #bdbdbd;
}
.sun-editor .se-loading-box {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 2147483647;
}
.sun-editor .se-loading-box .se-loading-effect {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  height: 25px;
  width: 25px;
  border-top: 2px solid #07d;
  border-right: 2px solid transparent;
  border-radius: 50%;
  animation: spinner 0.8s linear infinite;
  margin: -25px 0 0 -25px;
}
.sun-editor .se-line-breaker {
  position: absolute;
  display: none;
  width: 100%;
  height: 1px;
  cursor: text;
  border-top: 1px solid #3288ff;
  z-index: 7;
}
.sun-editor .se-line-breaker > button.se-btn {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  top: -15px;
  float: none;
  left: -50%;
  background-color: #fff;
  border: 1px solid #0c2240;
  opacity: 0.6;
  cursor: pointer;
}
.sun-editor .se-line-breaker > button.se-btn:hover {
  opacity: 0.9;
  background-color: #fff;
  border-color: #041b39;
}
.sun-editor .se-line-breaker-component {
  position: absolute;
  display: none;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #0c2240;
  opacity: 0.6;
  border-radius: 4px;
  cursor: pointer;
  z-index: 7;
}
.sun-editor .se-line-breaker-component:hover {
  opacity: 0.9;
}
.sun-editor .se-toolbar {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  padding: 0;
  margin: 0;
  background-color: #fafafa;
  outline: 1px solid #dadada;
  z-index: 5;
}
.sun-editor .se-toolbar-shadow {
  display: block !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  outline: none !important;
  border: none !important;
  z-index: 0 !important;
}
.sun-editor .se-toolbar-cover {
  position: absolute;
  display: none;
  font-size: 36px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fefefe;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
  z-index: 4;
}
.sun-editor .se-toolbar-separator-vertical {
  display: inline-block;
  height: 0;
  width: 0;
  margin: 0;
  vertical-align: top;
}
.sun-editor .se-toolbar.se-toolbar-balloon,
.sun-editor .se-toolbar.se-toolbar-inline {
  display: none;
  position: absolute;
  box-shadow: 0 3px 9px #00000080;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.sun-editor .se-toolbar.se-toolbar-balloon {
  z-index: 2147483647;
  width: auto;
}
.sun-editor .se-toolbar.se-toolbar-sticky {
  position: fixed;
  top: 0;
}
.sun-editor .se-toolbar-sticky-dummy {
  display: none;
  position: static;
  z-index: -1;
}
.sun-editor .se-btn-module {
  display: inline-block;
}
.sun-editor .se-btn-module-border {
  border: 1px solid #dadada;
  border-radius: 4px;
  margin-left: 1px;
  margin-right: 1px;
}
.sun-editor .se-btn-module-enter {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.sun-editor .se-toolbar-more-layer {
  margin: 0 -3px;
  background-color: #fafafa;
}
.sun-editor .se-toolbar-more-layer .se-more-layer {
  display: none;
  border-top: 1px solid #dadada;
}
.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 4px 3px 0;
}
.sun-editor .se-btn-module .se-btn-more.se-btn-more-text {
  width: auto;
  padding: 0 4px;
}
.sun-editor .se-btn-module .se-btn-more:focus,
.sun-editor .se-btn-module .se-btn-more:hover {
  color: #000;
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  outline: 0 none;
}
.sun-editor .se-btn-module .se-btn-more.on {
  color: #333;
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  outline: 0 none;
}
.sun-editor .se-btn-module .se-btn-more.on:hover {
  color: #000;
  background-color: #c1c1c1;
  border-color: #b1b1b1;
  outline: 0 none;
}
.sun-editor .se-menu-list,
.sun-editor .se-menu-list li {
  float: left;
  padding: 0;
  margin: 0;
}
.sun-editor .se-menu-list li {
  position: relative;
}
.sun-editor .se-btn-select {
  width: auto;
  display: flex;
  padding: 4px 6px;
}
.sun-editor .se-btn-select .txt {
  flex: auto;
  text-align: left;
}
.sun-editor .se-btn-select.se-btn-tool-font {
  width: 100px;
}
.sun-editor .se-btn-select.se-btn-tool-format {
  width: 82px;
}
.sun-editor .se-btn-select.se-btn-tool-size {
  width: 78px;
}
.sun-editor .se-btn-tray {
  position: relative;
  width: 100%;
  height: auto;
  padding: 4px 3px 0;
  margin: 0;
}
.sun-editor .se-menu-tray {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.sun-editor .se-submenu {
  overflow-x: hidden;
  overflow-y: auto;
}
.sun-editor .se-menu-container {
  overflow-x: unset;
  overflow-y: unset;
}
.sun-editor .se-list-layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  z-index: 5;
  border: 1px solid #bababa;
  border-radius: 4px;
  padding: 6px 0;
  background-color: #fff;
  box-shadow: 0 3px 9px #00000080;
  outline: 0 none;
}
.sun-editor .se-list-layer .se-list-inner {
  padding: 0;
  margin: 0;
  overflow-x: initial;
  overflow-y: initial;
  overflow: visible;
}
.sun-editor .se-list-layer button {
  margin: 0;
  width: 100%;
}
.sun-editor .se-list-inner ul {
  width: 100%;
  padding: 0;
}
.sun-editor .se-list-inner li > button {
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
}
.sun-editor .se-list-inner .se-list-basic li {
  width: 100%;
}
.sun-editor .se-list-inner .se-list-basic li button.active {
  background-color: #80bdff;
  border: 1px solid #3f9dff;
  border-left: 0;
  border-right: 0;
}
.sun-editor .se-list-inner .se-list-basic li button.active:hover {
  background-color: #3f9dff;
  border: 1px solid #4592ff;
  border-left: 0;
  border-right: 0;
}
.sun-editor .se-list-inner .se-list-basic li button.active:active {
  background-color: #4592ff;
  border: 1px solid #407dd1;
  border-left: 0;
  border-right: 0;
  box-shadow: inset 0 3px 5px #407dd1;
}
.sun-editor .se-list-inner .se-list-checked li button > .se-svg {
  float: left;
  padding: 6px 6px 0 0;
}
.sun-editor .se-list-inner .se-list-checked li button > .se-svg > svg {
  display: none;
}
.sun-editor .se-list-inner .se-list-checked li button.se-checked {
  color: #4592ff;
}
.sun-editor
  .se-list-inner
  .se-list-checked
  li
  button.se-checked
  > .se-svg
  > svg {
  display: block;
}
.sun-editor .se-btn-list {
  width: 100%;
  height: auto;
  min-height: 32px;
  padding: 0 14px;
  cursor: pointer;
  font-size: 12px;
  line-height: normal;
  text-indent: 0;
  text-decoration: none;
  text-align: left;
}
.sun-editor .se-btn-list.default_value {
  background-color: #f3f3f3;
  border-top: 1px dotted #b1b1b1;
  border-bottom: 1px dotted #b1b1b1;
}
.sun-editor .se-btn-list:focus,
.sun-editor .se-btn-list:hover {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0 none;
}
.sun-editor .se-btn-list:active {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  box-shadow: inset 0 3px 5px #c1c1c1;
}
.sun-editor .se-list-layer.se-list-font-size {
  min-width: 140px;
  max-height: 300px;
}
.sun-editor .se-list-layer.se-list-font-family {
  min-width: 156px;
}
.sun-editor .se-list-layer.se-list-font-family .default {
  border-bottom: 1px solid #ccc;
}
.sun-editor .se-list-layer.se-list-line {
  width: 125px;
}
.sun-editor .se-list-layer.se-list-line hr {
  border-width: 1px 0 0;
  height: 1px;
}
.sun-editor .se-list-layer.se-list-align .se-list-inner {
  left: 9px;
}
.sun-editor .se-list-layer.se-list-format {
  min-width: 156px;
}
.sun-editor .se-list-layer.se-list-format li {
  padding: 0;
  width: 100%;
}
.sun-editor .se-list-layer.se-list-format ul .se-btn-list {
  line-height: 100%;
}
.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value="h1"] {
  height: 40px;
}
.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value="h2"] {
  height: 34px;
}
.sun-editor .se-list-layer.se-list-format ul p {
  font-size: 13px;
}
.sun-editor .se-list-layer.se-list-format ul div {
  font-size: 13px;
  padding: 4px 2px;
}
.sun-editor .se-list-layer.se-list-format ul h1 {
  font-size: 2em;
  font-weight: 700;
  color: #333;
}
.sun-editor .se-list-layer.se-list-format ul h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: #333;
}
.sun-editor .se-list-layer.se-list-format ul h3 {
  font-size: 1.17em;
  font-weight: 700;
  color: #333;
}
.sun-editor .se-list-layer.se-list-format ul h4 {
  font-size: 1em;
  font-weight: 700;
  color: #333;
}
.sun-editor .se-list-layer.se-list-format ul h5 {
  font-size: 0.83em;
  font-weight: 700;
  color: #333;
}
.sun-editor .se-list-layer.se-list-format ul h6 {
  font-size: 0.67em;
  font-weight: 700;
  color: #333;
}
.sun-editor .se-list-layer.se-list-format ul blockquote {
  font-size: 13px;
  color: #999;
  height: 22px;
  margin: 0;
  background-color: transparent;
  line-height: 1.5;
  border-color: #b1b1b1;
  padding: 0 0 0 7px;
  border-left: 5px #b1b1b1;
  border-style: solid;
}
.sun-editor .se-list-layer.se-list-format ul pre {
  font-size: 13px;
  color: #666;
  padding: 4px 11px;
  margin: 0;
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.sun-editor .se-selector-table {
  display: none;
  position: absolute;
  top: 34px;
  left: 1px;
  z-index: 5;
  padding: 5px 0;
  float: left;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px #0000002d;
}
.sun-editor .se-selector-table .se-table-size {
  font-size: 18px;
  padding: 0 5px;
}
.sun-editor .se-selector-table .se-table-size-picker {
  position: absolute !important;
  z-index: 3;
  font-size: 18px;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
.sun-editor .se-selector-table .se-table-size-highlighted {
  position: absolute !important;
  z-index: 2;
  font-size: 18px;
  width: 1em;
  height: 1em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==)
    repeat;
}
.sun-editor .se-selector-table .se-table-size-unhighlighted {
  position: relative !important;
  z-index: 1;
  font-size: 18px;
  width: 10em;
  height: 10em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC)
    repeat;
}
.sun-editor .se-selector-table .se-table-size-display {
  padding-left: 5px;
}
.sun-editor .se-list-layer.se-table-split {
  top: 36px;
}
.sun-editor .se-list-layer .se-selector-color {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 270px;
  height: auto;
  padding: 0;
  margin: auto;
}
.sun-editor .se-list-layer .se-selector-color .se-color-pallet {
  width: 100%;
  height: 100%;
  padding: 0;
}
.sun-editor .se-list-layer .se-selector-color .se-color-pallet li {
  display: flex;
  float: left;
  position: relative;
  margin: 0;
}
.sun-editor .se-list-layer .se-selector-color .se-color-pallet button {
  display: block;
  cursor: default;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}
.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,
.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,
.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover {
  border: 3px solid #fff;
}
.sun-editor .se-form-group {
  display: flex;
  width: 100%;
  min-height: 40px;
  height: auto;
  padding: 4px;
}
.sun-editor .se-form-group input {
  flex: auto;
  display: inline-block;
  width: auto;
  height: 33px;
  font-size: 12px;
  margin: 1px 0;
  padding: 0;
  border-radius: 0.25rem;
  border: 1px solid #ccc;
}
.sun-editor .se-form-group button,
.sun-editor .se-submenu-form-group button {
  float: right;
  width: 34px;
  height: 34px;
  margin: 0 2px !important;
}
.sun-editor .se-form-group button.se-btn {
  border: 1px solid #ccc;
}
.sun-editor .se-form-group > div {
  position: relative;
}
.sun-editor .se-form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.sun-editor .se-form-group-label {
  width: 100%;
  height: auto;
  padding: 0 4px;
}
.sun-editor .se-form-group-label label {
  font-size: 13px;
  font-weight: 700;
}
.sun-editor .se-submenu .se-form-group input {
  width: auto;
  height: 33px;
  color: #555;
}
.sun-editor .se-submenu .se-form-group .se-color-input {
  width: 72px;
  text-transform: uppercase;
  border: none;
  border-bottom: 2px solid #b1b1b1;
  outline: none;
}
.sun-editor .se-submenu .se-form-group .se-color-input:focus {
  border-bottom: 3px solid #b1b1b1;
}
.sun-editor .se-wrapper {
  position: relative !important;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 1;
}
.sun-editor .se-wrapper .se-wrapper-inner {
  width: 100%;
  height: 100%;
  min-height: 65px;
  overflow-y: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  user-select: auto;
  -o-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
}
.sun-editor .se-wrapper .se-wrapper-inner:focus {
  outline: none;
}
.sun-editor .se-wrapper .se-wrapper-code {
  background-color: #191919;
  color: #fff;
  font-size: 13px;
  word-break: break-all;
  padding: 4px;
  margin: 0;
  resize: none !important;
}
.sun-editor .se-wrapper .se-wrapper-wysiwyg {
  display: block;
}
.sun-editor .se-wrapper .se-wrapper-code-mirror {
  font-size: 13px;
}
.sun-editor .se-wrapper .se-placeholder {
  position: absolute;
  display: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 1;
  color: #b1b1b1;
  font-size: 13px;
  line-height: 1.5;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin-top: 0;
  padding-top: 16px;
  padding-left: 16px;
  margin-left: 0;
  padding-right: 16px;
  margin-right: 0;
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.sun-editor .se-resizing-bar {
  display: flex;
  width: auto;
  height: auto;
  min-height: 16px;
  border-top: 1px solid #dadada;
  padding: 0 4px;
  background-color: #fafafa;
  cursor: ns-resize;
}
.sun-editor .se-resizing-bar.se-resizing-none {
  cursor: default;
}
.sun-editor .se-resizing-back {
  position: absolute;
  display: none;
  cursor: default;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
}
.sun-editor .se-resizing-bar .se-navigation {
  flex: auto;
  position: relative;
  width: auto;
  height: auto;
  color: #666;
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 1.5;
  background: transparent;
}
.sun-editor .se-resizing-bar .se-char-counter-wrapper {
  flex: none;
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 13px;
  background: transparent;
}
.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink {
  color: #b94a48;
  animation: blinker 0.2s linear infinite;
}
.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label {
  margin-right: 4px;
}
.sun-editor .se-dialog {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
}
.sun-editor .se-dialog button,
.sun-editor .se-dialog input,
.sun-editor .se-dialog label {
  font-size: 14px;
  line-height: 1.5;
  color: #111;
  margin: 0;
}
.sun-editor .se-dialog .se-dialog-back {
  background-color: #222;
  opacity: 0.5;
}
.sun-editor .se-dialog .se-dialog-back,
.sun-editor .se-dialog .se-dialog-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-content {
  position: relative;
  width: auto;
  max-width: 500px;
  margin: 1.75rem auto;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  outline: 0;
  box-shadow: 0 3px 9px #00000080;
}
@media screen and (max-width: 509px) {
  .sun-editor .se-dialog .se-dialog-inner .se-dialog-content {
    width: 100%;
  }
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 0 10px !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  border-radius: 4px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-header {
  height: 50px;
  padding: 6px 15px;
  border-bottom: 1px solid #e5e5e5;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close {
  float: right;
  font-weight: 700;
  text-shadow: 0 1px 0 #fff;
  -webkit-appearance: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title {
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 2.5;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-body {
  position: relative;
  padding: 15px 15px 5px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form {
  margin-bottom: 10px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer {
  margin-top: 10px;
  margin-bottom: 0;
}
.sun-editor .se-dialog .se-dialog-inner input:disabled {
  background-color: #f3f3f3;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text {
  width: 100%;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,
.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w {
  width: 70px;
  text-align: center;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x {
  margin: 0 8px;
  width: 25px;
  text-align: center;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer {
  height: auto;
  min-height: 55px;
  padding: 10px 15px 0;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer > div {
  float: left;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer > div > label {
  margin: 0 5px 0 0;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio {
  margin-left: 12px;
  margin-right: 6px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check {
  margin-left: 12px;
  margin-right: 4px;
}
.sun-editor
  .se-dialog
  .se-dialog-inner
  .se-dialog-form-footer
  .se-dialog-btn-check {
  margin-left: 0;
  margin-right: 4px;
}
.sun-editor
  .se-dialog
  .se-dialog-inner
  .se-dialog-form-footer
  label:first-child {
  margin-right: 16px;
  margin-left: 0;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files {
  position: relative;
  display: flex;
  align-items: center;
}
.sun-editor
  .se-dialog
  .se-dialog-inner
  .se-dialog-form
  .se-dialog-form-files
  > input {
  flex: auto;
}
.sun-editor
  .se-dialog
  .se-dialog-inner
  .se-dialog-form
  .se-dialog-form-files
  .se-dialog-files-edge-button {
  flex: auto;
  opacity: 0.8;
  border: 1px solid #ccc;
}
.sun-editor
  .se-dialog
  .se-dialog-inner
  .se-dialog-form
  .se-dialog-form-files
  .se-dialog-files-edge-button.se-file-remove
  > svg {
  width: 8px;
  height: 8px;
}
.sun-editor
  .se-dialog
  .se-dialog-inner
  .se-dialog-form
  .se-dialog-form-files
  .se-dialog-files-edge-button:hover {
  background-color: #f0f0f0;
  outline: 0 none;
}
.sun-editor
  .se-dialog
  .se-dialog-inner
  .se-dialog-form
  .se-dialog-form-files
  .se-dialog-files-edge-button:active {
  background-color: #e9e9e9;
  box-shadow: inset 0 3px 5px #d6d6d6;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select {
  display: inline-block;
  width: auto;
  height: 34px;
  font-size: 14px;
  text-align: center;
  line-height: 1.42857143;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control {
  display: inline-block;
  width: 70px;
  height: 34px;
  font-size: 14px;
  text-align: center;
  line-height: 1.42857143;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 0 4px;
}
.sun-editor
  .se-dialog
  .se-dialog-inner
  .se-dialog-form
  .se-input-form.se-input-url {
  direction: ltr;
}
.sun-editor
  .se-dialog
  .se-dialog-inner
  .se-dialog-form
  .se-input-form.se-input-url:disabled {
  text-decoration: line-through;
  color: #999;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio {
  width: 70px;
  margin-left: 4px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a {
  color: #004cff;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert {
  border: 1px solid #ccc;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0 none;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  box-shadow: inset 0 3px 5px #c1c1c1;
}
.sun-editor .se-dialog-tabs {
  width: 100%;
  height: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.sun-editor .se-dialog-tabs button {
  background-color: #e5e5e5;
  border-right: 1px solid #e5e5e5;
  float: left;
  outline: none;
  padding: 2px 13px;
  transition: 0.3s;
}
.sun-editor .se-dialog-tabs button:hover {
  background-color: #fff;
}
.sun-editor .se-dialog-tabs button.active {
  background-color: #fff;
  border-bottom: 0;
}
.sun-editor
  .se-dialog
  .se-dialog-inner
  .se-dialog-form
  .se-input-form.se-math-exp {
  resize: vertical;
  height: 14em;
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 4px;
  direction: ltr;
}
.sun-editor
  .se-dialog
  .se-dialog-inner
  .se-dialog-form
  .se-input-select.se-math-size {
  width: 6em;
  height: 28px;
  margin-left: 1em;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview {
  font-size: 13px;
}
.sun-editor
  .se-dialog
  .se-dialog-inner
  .se-dialog-form
  .se-math-preview
  > span {
  display: inline-block;
  box-shadow: 0 0 0 0.1rem #c7deff;
}
.sun-editor
  .se-dialog
  .se-dialog-inner
  .se-dialog-form
  .se-math-preview
  > span
  * {
  direction: ltr;
}
.sun-editor
  .se-dialog
  .se-dialog-inner
  .se-dialog-form
  .se-math-preview
  > .se-math-katex-error {
  color: #b94a48;
  box-shadow: 0 0 0 0.1rem #f2dede;
}
.sun-editor
  .se-dialog
  .se-dialog-inner
  .se-dialog-form
  .se-math-preview
  > .se-math-katex-error
  svg {
  width: auto;
  height: 30px;
  color: #b94a48;
}
.sun-editor .se-dialog .se-dialog-inner .se-link-preview {
  display: block;
  height: auto;
  max-height: 18px;
  font-size: 13px;
  font-weight: 400;
  font-family: inherit;
  color: #666;
  background-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: pre;
}
.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form {
  width: 100%;
  display: flex;
  margin-top: 4px;
}
.sun-editor
  .se-dialog
  .se-dialog-inner
  .se-anchor-preview-form
  .se-svg.se-anchor-preview-icon {
  flex: unset;
  display: none;
  line-height: 1.5;
  color: #4592ff;
}
.sun-editor
  .se-dialog
  .se-dialog-inner
  .se-anchor-preview-form
  .se-link-preview {
  flex: auto;
  margin: 0;
}
.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel {
  height: 34px;
}
.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn {
  width: 46px;
  color: #3f9dff;
}
.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper {
  display: flex;
  line-height: 1.5;
  padding-top: 6px;
}
.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview {
  text-align: left;
}
.sun-editor .se-controller .se-arrow.se-arrow-up {
  border-bottom-color: #00000040;
}
.sun-editor .se-controller {
  position: absolute;
  display: none;
  overflow: visible;
  z-index: 6;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 5px 10px #0003;
  line-break: auto;
}
.sun-editor .se-controller .se-btn-group {
  position: relative;
  display: flex;
  vertical-align: middle;
  padding: 2px;
  top: 0;
  left: 0;
}
.sun-editor .se-controller .se-btn-group .se-btn-group-sub {
  left: 50%;
  min-width: auto;
  width: -moz-max-content;
  width: max-content;
  display: none;
}
.sun-editor .se-controller .se-btn-group .se-btn-group-sub button {
  margin: 0;
  min-width: 72px;
}
.sun-editor .se-controller .se-btn-group button {
  position: relative;
  min-height: 34px;
  height: auto;
  border: none;
  border-radius: 4px;
  margin: 1px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
}
.sun-editor .se-controller .se-btn-group button:focus:enabled,
.sun-editor .se-controller .se-btn-group button:hover:enabled {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0 none;
}
.sun-editor .se-controller .se-btn-group button:active:enabled {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  box-shadow: inset 0 3px 5px #c1c1c1;
}
.sun-editor .se-controller .se-btn-group button span {
  display: block;
  padding: 0;
  margin: 0;
}
.sun-editor .se-controller .se-btn-group button:enabled.active {
  color: #4592ff;
  outline: 0 none;
}
.sun-editor .se-controller .se-btn-group button:enabled.active:focus,
.sun-editor .se-controller .se-btn-group button:enabled.active:hover {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0 none;
}
.sun-editor .se-controller .se-btn-group button:enabled.active:active {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  box-shadow: inset 0 3px 5px #c1c1c1;
}
.sun-editor .se-controller .se-btn-group button:enabled.on {
  background-color: #e1e1e1;
  border-color: #d1d1d1;
  outline: 0 none;
}
.sun-editor .se-controller .se-btn-group button:enabled.on:focus,
.sun-editor .se-controller .se-btn-group button:enabled.on:hover {
  background-color: #d1d1d1;
  border-color: #c1c1c1;
  outline: 0 none;
}
.sun-editor .se-controller .se-btn-group button:enabled.on:active {
  background-color: #c1c1c1;
  border-color: #b1b1b1;
  box-shadow: inset 0 3px 5px #b1b1b1;
}
.sun-editor .se-controller .se-form-group input {
  min-width: 120px;
}
.sun-editor .se-controller-resizing {
  margin-top: -50px !important;
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
}
.sun-editor
  .se-controller-resizing
  .se-btn-group
  .se-btn-group-sub.se-resizing-align-list {
  width: 74px;
}
.sun-editor .se-resizing-container {
  position: absolute;
  display: none;
  outline: 1px solid #3f9dff;
  background-color: transparent;
}
.sun-editor .se-resizing-container .se-modal-resize {
  position: absolute;
  display: inline-block;
  background-color: #3f9dff;
  opacity: 0.3;
}
.sun-editor .se-resizing-container .se-resize-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sun-editor .se-resizing-container .se-resize-dot > span {
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #3f9dff;
  border: 1px solid #4592ff;
}
.sun-editor .se-resizing-container .se-resize-dot > span.tl {
  top: -5px;
  left: -5px;
  cursor: nw-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.tr {
  top: -5px;
  right: -5px;
  cursor: ne-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.bl {
  bottom: -5px;
  left: -5px;
  cursor: sw-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.br {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.lw {
  left: -7px;
  bottom: 50%;
  cursor: w-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.th {
  left: 50%;
  top: -7px;
  cursor: n-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.rw {
  right: -7px;
  bottom: 50%;
  cursor: e-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.bh {
  right: 50%;
  bottom: -7px;
  cursor: s-resize;
}
.sun-editor .se-resizing-container .se-resize-display {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
}
.sun-editor .se-controller-table,
.sun-editor .se-controller-table-cell {
  width: auto;
}
.sun-editor .se-controller-link,
.sun-editor .se-controller-table,
.sun-editor .se-controller-table-cell {
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
}
.sun-editor .se-controller-link:after,
.sun-editor .se-controller-link:before {
  box-sizing: border-box;
}
.sun-editor .se-controller-link .link-content {
  padding: 0;
  margin: 0;
}
.sun-editor .se-controller-link .link-content a {
  display: inline-block;
  color: #4592ff;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  margin-left: 5px;
}
.sun-editor .se-select-list {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: auto;
  max-width: 100%;
  background-color: #fff;
  padding: 0;
  margin: 0;
  border: 1px solid #bababa;
  box-shadow: 0 3px 9px #00000080;
  outline: 0 none;
}
.sun-editor .se-select-list .se-select-item {
  line-height: 28px;
  min-height: 28px;
  font-size: 13px;
  padding: 0 5px;
  margin: 2px 0;
  cursor: pointer;
}
.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,
.sun-editor
  .se-select-list:not(.__se_select-menu-mouse-move)
  .se-select-item.active {
  background-color: #e1e1e1;
}
.sun-editor .se-dialog-form-files .se-select-list {
  width: 100%;
}
.sun-editor .se-file-browser {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
}
.sun-editor .se-file-browser button,
.sun-editor .se-file-browser input,
.sun-editor .se-file-browser label {
  font-size: 14px;
  line-height: 1.5;
  color: #111;
  margin: 0;
}
.sun-editor .se-file-browser .se-file-browser-back {
  background-color: #222;
  opacity: 0.5;
}
.sun-editor .se-file-browser .se-file-browser-back,
.sun-editor .se-file-browser .se-file-browser-inner {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content {
  position: relative;
  width: 960px;
  max-width: 100%;
  margin: 20px auto;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  outline: 0;
  box-shadow: 0 3px 9px #00000080;
}
.sun-editor .se-file-browser .se-file-browser-header {
  height: auto;
  min-height: 50px;
  padding: 6px 15px;
  border-bottom: 1px solid #e5e5e5;
}
.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close {
  float: right;
  font-weight: 700;
  text-shadow: 0 1px 0 #fff;
  -webkit-appearance: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.sun-editor
  .se-file-browser
  .se-file-browser-header
  .se-file-browser-close
  > svg {
  width: 12px;
  height: 12px;
}
.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 2.2;
}
.sun-editor .se-file-browser .se-file-browser-tags {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  margin: 0 -15px;
}
.sun-editor .se-file-browser .se-file-browser-tags a {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 6px 12px;
  margin: 8px 0 8px 8px;
  color: #333;
  text-decoration: none;
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
}
.sun-editor .se-file-browser .se-file-browser-tags a:hover {
  background-color: #e1e1e1;
}
.sun-editor .se-file-browser .se-file-browser-tags a:active {
  background-color: #d1d1d1;
}
.sun-editor .se-file-browser .se-file-browser-tags a.on {
  background-color: #ebf3fe;
  color: #4592ff;
}
.sun-editor .se-file-browser .se-file-browser-tags a.on:hover {
  background-color: #d8e8fe;
}
.sun-editor .se-file-browser .se-file-browser-tags a.on:active {
  background-color: #c7deff;
}
.sun-editor .se-file-browser .se-file-browser-body {
  position: relative;
  height: auto;
  min-height: 350px;
  padding: 20px;
  overflow-y: auto;
}
.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content {
    width: 748px;
  }
}
@media screen and (max-width: 768px) {
  .sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content {
    width: 600px;
  }
}
.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column {
  position: relative;
  display: block;
  height: auto;
  float: left;
}
.sun-editor
  .se-file-browser
  .se-file-browser-list.se-image-list
  .se-file-item-column {
  width: calc(25% - 20px);
  margin: 0 10px;
}
@media screen and (max-width: 992px) {
  .sun-editor
    .se-file-browser
    .se-file-browser-list.se-image-list
    .se-file-item-column {
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .sun-editor
    .se-file-browser
    .se-file-browser-list.se-image-list
    .se-file-item-column {
    width: calc(50% - 20px);
  }
}
.sun-editor
  .se-file-browser
  .se-file-browser-list.se-image-list
  .se-file-item-img {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  height: auto;
  border-radius: 4px;
  outline: 0;
  margin: 10px 0;
}
.sun-editor
  .se-file-browser
  .se-file-browser-list.se-image-list
  .se-file-item-img:hover {
  opacity: 0.8;
  box-shadow: 0 0 0 0.2rem #3288ff;
}
.sun-editor
  .se-file-browser
  .se-file-browser-list.se-image-list
  .se-file-item-img
  > img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  outline: 0;
  height: auto;
}
.sun-editor
  .se-file-browser
  .se-file-browser-list.se-image-list
  .se-file-item-img
  > .se-file-img-name {
  position: absolute;
  z-index: 1;
  font-size: 13px;
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
  background-color: transparent;
  width: 100%;
  height: 30px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.sun-editor
  .se-file-browser
  .se-file-browser-list.se-image-list
  .se-file-item-img
  > .se-file-img-name.se-file-name-back {
  background-color: #333;
  opacity: 0.6;
}
.sun-editor .se-notice {
  position: absolute;
  top: 0;
  display: none;
  z-index: 7;
  width: 100%;
  height: auto;
  word-break: break-all;
  font-size: 13px;
  color: #b94a48;
  background-color: #f2dede;
  padding: 15px;
  margin: 0;
  border: 1px solid #eed3d7;
  user-select: auto;
  -o-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
}
.sun-editor .se-notice button {
  float: right;
  padding: 7px;
}
.sun-editor .se-tooltip {
  position: relative;
  overflow: visible;
}
.sun-editor .se-tooltip .se-tooltip-inner {
  visibility: hidden;
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 120%;
  left: 50%;
  background: transparent;
  opacity: 0;
  z-index: 1;
  line-height: 1.5;
  transition: opacity 0.5s;
  margin: 0;
  padding: 0;
  bottom: auto;
  float: none;
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  left: -50%;
  font-size: 0.9em;
  margin: 0;
  padding: 4px 6px;
  border-radius: 2px;
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: unset;
  white-space: nowrap;
  cursor: auto;
}
.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom-color: #333;
}
.sun-editor .se-tooltip:hover .se-tooltip-inner {
  visibility: visible;
  opacity: 1;
}
.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut {
  display: block !important;
}
.sun-editor
  .se-tooltip
  .se-tooltip-inner
  .se-tooltip-text
  .se-shortcut
  > .se-shortcut-key {
  display: inline;
  font-weight: 700;
}
.sun-editor.se-rtl .se-btn-tray {
  direction: rtl;
}
.sun-editor.se-rtl .se-btn-select svg {
  margin: auto 1px;
}
.sun-editor.se-rtl .se-btn-select .txt {
  flex: auto;
  text-align: right;
  direction: rtl;
}
.sun-editor.se-rtl .se-btn-list {
  text-align: right;
}
.sun-editor.se-rtl .se-btn-list > .se-list-icon {
  margin: -1px 0 0 10px;
}
.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix),
.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li {
  float: right;
}
.sun-editor.se-rtl .se-list-layer * {
  direction: rtl;
}
.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote {
  padding: 0 7px 0 0;
  border-right-width: 5px;
  border-left-width: 0;
}
.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li {
  float: right;
}
.sun-editor.se-rtl .se-list-inner .se-list-checked li button > .se-svg {
  float: right;
  padding: 6px 0 0 6px;
}
.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,
.sun-editor.se-rtl .se-wrapper .se-placeholder {
  direction: rtl;
}
.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut {
  direction: ltr;
}
.sun-editor.se-rtl .se-dialog * {
  direction: rtl;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio {
  margin-left: 0;
  margin-right: 4px;
}
.sun-editor.se-rtl
  .se-dialog
  .se-dialog-inner
  .se-dialog-header
  .se-dialog-close {
  float: left;
}
.sun-editor.se-rtl .se-dialog-tabs button,
.sun-editor.se-rtl
  .se-dialog
  .se-dialog-inner
  .se-dialog-header
  .se-modal-title {
  float: right;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text {
  padding-right: 34px;
}
.sun-editor.se-rtl
  .se-dialog
  .se-dialog-inner
  .se-dialog-footer
  .se-btn-primary {
  float: left;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer > div {
  float: right;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer > div > label {
  margin: 0 0 0 5px;
}
.sun-editor.se-rtl
  .se-dialog
  .se-dialog-inner
  .se-dialog-form-footer
  label:first-child {
  margin-left: 16px;
  margin-right: 0;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview {
  margin-left: 4px;
  text-align: right;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn {
  float: right;
}
.sun-editor.se-rtl .se-file-browser * {
  direction: rtl;
}
.sun-editor.se-rtl .se-file-browser .se-file-browser-tags {
  text-align: right;
}
.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a {
  margin: 8px 8px 0;
}
.sun-editor.se-rtl
  .se-file-browser
  .se-file-browser-header
  .se-file-browser-close {
  float: left;
}
.sun-editor.se-rtl .se-controller .se-btn-group,
.sun-editor.se-rtl .se-resizing-container .se-resize-display {
  direction: rtl;
}
.sun-editor .se-btn-module-border.module-float-left {
  float: left;
}
.sun-editor .se-btn-module-border.module-float-right {
  float: right;
}
.sun-editor .se-error {
  color: #d9534f;
}
.sun-editor input.se-error:focus,
select.se-error:focus,
textarea.se-error:focus {
  border: 1px solid #f2dede;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #eed3d7;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sun-editor hr.__se__solid {
  border-style: solid none none;
}
.sun-editor hr.__se__dotted {
  border-style: dotted none none;
}
.sun-editor hr.__se__dashed {
  border-style: dashed none none;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes spinner {
  to {
    transform: rotate(361deg);
  }
}
.sun-editor-editable {
  font-family: Helvetica Neue;
  font-size: 13px;
  color: #333;
  background-color: #fff;
  line-height: 1.5;
  word-break: normal;
  word-wrap: break-word;
  padding: 16px;
  margin: 0;
}
.sun-editor-editable * {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.sun-editor-editable.se-rtl * {
  direction: rtl;
}
.sun-editor-editable .se-component > figure {
  direction: ltr;
}
.sun-editor-editable audio,
.sun-editor-editable figcaption,
.sun-editor-editable figure,
.sun-editor-editable iframe,
.sun-editor-editable img,
.sun-editor-editable td,
.sun-editor-editable th,
.sun-editor-editable video {
  position: relative;
}
.sun-editor-editable span {
  display: inline;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
.sun-editor-editable span.katex {
  display: inline-block;
}
.sun-editor-editable span.katex * {
  direction: ltr;
}
.sun-editor-editable a {
  color: #004cff;
  text-decoration: none;
}
.sun-editor-editable span[style~="color:"] a {
  color: inherit;
}
.sun-editor-editable a:focus,
.sun-editor-editable a:hover {
  cursor: pointer;
  color: #0093ff;
  text-decoration: underline;
}
.sun-editor-editable a.on {
  color: #0093ff;
  background-color: #e8f7ff;
}
.sun-editor-editable pre {
  display: block;
  padding: 8px;
  margin: 0 0 10px;
  font-family: monospace;
  color: #666;
  line-height: 1.45;
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  white-space: pre-wrap !important;
  word-wrap: break-word;
  overflow: visible;
}
.sun-editor-editable ol {
  list-style-type: decimal;
}
.sun-editor-editable ol,
.sun-editor-editable ul {
  list-style-position: outside;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}
.sun-editor-editable ul {
  list-style-type: disc;
}
.sun-editor-editable li {
  display: list-item;
  text-align: -webkit-match-parent;
  margin-bottom: 5px;
}
.sun-editor-editable ol ol,
.sun-editor-editable ol ul,
.sun-editor-editable ul ol,
.sun-editor-editable ul ul {
  margin: 0;
}
.sun-editor-editable ol ol,
.sun-editor-editable ul ol {
  list-style-type: lower-alpha;
}
.sun-editor-editable ol ol ol,
.sun-editor-editable ul ol ol,
.sun-editor-editable ul ul ol {
  list-style-type: upper-roman;
}
.sun-editor-editable ol ul,
.sun-editor-editable ul ul {
  list-style-type: circle;
}
.sun-editor-editable ol ol ul,
.sun-editor-editable ol ul ul,
.sun-editor-editable ul ul ul {
  list-style-type: square;
}
.sun-editor-editable sub,
.sun-editor-editable sup {
  font-size: 75%;
  line-height: 0;
}
.sun-editor-editable sub {
  vertical-align: sub;
}
.sun-editor-editable sup {
  vertical-align: super;
}
.sun-editor-editable p {
  display: block;
  margin: 0 0 10px;
}
.sun-editor-editable div {
  display: block;
  margin: 0;
  padding: 0;
}
.sun-editor-editable blockquote {
  display: block;
  font-family: inherit;
  font-size: inherit;
  color: #999;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0 5px 0 20px;
  border: solid #b1b1b1;
  border-width: 0 0 0 5px;
}
.sun-editor-editable blockquote blockquote {
  border-color: #c1c1c1;
}
.sun-editor-editable blockquote blockquote blockquote {
  border-color: #d1d1d1;
}
.sun-editor-editable blockquote blockquote blockquote blockquote {
  border-color: #e1e1e1;
}
.sun-editor-editable.se-rtl blockquote {
  padding-left: 5px;
  padding-right: 20px;
  border-left-width: 0;
  border-right-width: 5px;
}
.sun-editor-editable h1 {
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}
.sun-editor-editable h1,
.sun-editor-editable h2 {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}
.sun-editor-editable h2 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
.sun-editor-editable h3 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.sun-editor-editable h3,
.sun-editor-editable h4 {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}
.sun-editor-editable h4 {
  font-size: 1em;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}
.sun-editor-editable h5 {
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}
.sun-editor-editable h5,
.sun-editor-editable h6 {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}
.sun-editor-editable h6 {
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
}
.sun-editor-editable hr {
  display: flex;
  border-width: 1px 0 0;
  border-color: #000;
  -o-border-image: initial;
  border-image: initial;
  height: 1px;
}
.sun-editor-editable hr.__se__solid {
  border-style: solid none none;
}
.sun-editor-editable hr.__se__dotted {
  border-style: dotted none none;
}
.sun-editor-editable hr.__se__dashed {
  border-style: dashed none none;
}
.sun-editor-editable hr.on {
  border-color: #4592ff;
  box-shadow: 0 0 0 0.1rem #c7deff;
}
.sun-editor-editable table {
  display: table;
  table-layout: auto !important;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
}
.sun-editor-editable.se-rtl table {
  margin: 0 0 10px auto;
}
.sun-editor-editable table thead {
  border-bottom: 2px solid #333;
}
.sun-editor-editable table tr {
  border: 1px solid #efefef;
}
.sun-editor-editable table th {
  background-color: #f3f3f3;
}
.sun-editor-editable table td,
.sun-editor-editable table th {
  border: 1px solid #e1e1e1;
  padding: 0.4em;
  background-clip: padding-box;
}
.sun-editor-editable table.se-table-size-auto {
  width: auto !important;
}
.sun-editor-editable table.se-table-size-100 {
  width: 100% !important;
}
.sun-editor-editable table.se-table-layout-auto {
  table-layout: auto !important;
}
.sun-editor-editable table.se-table-layout-fixed {
  table-layout: fixed !important;
}
.sun-editor-editable table td.se-table-selected-cell,
.sun-editor-editable table th.se-table-selected-cell {
  outline: 1px double #4592ff;
}
.sun-editor-editable.se-disabled * {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.sun-editor-editable .se-component {
  display: flex;
  padding: 1px;
  margin: 0 0 10px;
}
.sun-editor-editable[contenteditable="true"] .se-component {
  outline: 1px dashed #e1e1e1;
}
.sun-editor-editable[contenteditable="true"] .se-component.se-component-copy {
  box-shadow: 0 0 0 0.2rem #3f9dff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sun-editor-editable .__se__float-left {
  float: left;
  margin-right: 4px;
}
.sun-editor-editable .__se__float-right {
  float: right;
  margin-left: 4px;
}
.sun-editor-editable .__se__float-center {
  float: center;
}
.sun-editor-editable .__se__float-none {
  float: none;
}
.sun-editor-editable audio,
.sun-editor-editable iframe,
.sun-editor-editable img,
.sun-editor-editable video {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  max-width: 100%;
}
.sun-editor-editable[contenteditable="true"]:not(.se-read-only) figure:after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: default;
  display: block;
  background: transparent;
}
.sun-editor-editable[contenteditable="true"] figure a,
.sun-editor-editable[contenteditable="true"] figure iframe,
.sun-editor-editable[contenteditable="true"] figure img,
.sun-editor-editable[contenteditable="true"] figure video {
  z-index: 0;
}
.sun-editor-editable[contenteditable="true"] figure figcaption {
  display: block;
  z-index: 2;
}
.sun-editor-editable[contenteditable="true"] figure figcaption:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #c7deff;
}
.sun-editor-editable .se-image-container,
.sun-editor-editable .se-video-container {
  width: auto;
  height: auto;
  max-width: 100%;
}
.sun-editor-editable figure {
  display: block;
  outline: none;
  padding: 0;
  margin: 0;
}
.sun-editor-editable .__se__float-center figure,
.sun-editor-editable .__se__float-left figure,
.sun-editor-editable .__se__float-right figure {
  margin: auto !important;
}
.sun-editor-editable figure figcaption {
  padding: 1em 0.5em;
  margin: 0;
  background-color: #f9f9f9;
  outline: none;
}
.sun-editor-editable figure figcaption p {
  line-height: 2;
  margin: 0;
}
.sun-editor-editable .se-image-container a img {
  padding: 1px;
  margin: 1px;
  outline: 1px solid #4592ff;
}
.sun-editor-editable .se-video-container iframe,
.sun-editor-editable .se-video-container video {
  outline: 1px solid #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.sun-editor-editable .se-video-container figure {
  left: 0;
  width: 100%;
  max-width: 100%;
}
.sun-editor-editable audio {
  width: 300px;
  height: 54px;
}
.sun-editor-editable audio.active {
  outline: 2px solid #80bdff;
}
.sun-editor-editable.se-show-block div,
.sun-editor-editable.se-show-block h1,
.sun-editor-editable.se-show-block h2,
.sun-editor-editable.se-show-block h3,
.sun-editor-editable.se-show-block h4,
.sun-editor-editable.se-show-block h5,
.sun-editor-editable.se-show-block h6,
.sun-editor-editable.se-show-block li,
.sun-editor-editable.se-show-block ol,
.sun-editor-editable.se-show-block p,
.sun-editor-editable.se-show-block pre,
.sun-editor-editable.se-show-block ul {
  border: 1px dashed #3f9dff !important;
  padding: 14px 8px 8px !important;
}
.sun-editor-editable.se-show-block ol,
.sun-editor-editable.se-show-block ul {
  border: 1px dashed #d539ff !important;
}
.sun-editor-editable.se-show-block pre {
  border: 1px dashed #27c022 !important;
}
.se-show-block p {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==)
    no-repeat;
}
.se-show-block div {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==)
    no-repeat;
}
.se-show-block h1 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC)
    no-repeat;
}
.se-show-block h2 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==)
    no-repeat;
}
.se-show-block h3 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC)
    no-repeat;
}
.se-show-block h4 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC)
    no-repeat;
}
.se-show-block h5 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC)
    no-repeat;
}
.se-show-block h6 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC)
    no-repeat;
}
.se-show-block li {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==)
    no-repeat;
}
.se-show-block ol {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==)
    no-repeat;
}
.se-show-block ul {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==)
    no-repeat;
}
.sun-editor-editable .__se__p-bordered,
.sun-editor .__se__p-bordered {
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  padding: 4px 0;
}
.sun-editor-editable .__se__p-spaced,
.sun-editor .__se__p-spaced {
  letter-spacing: 1px;
}
.sun-editor-editable .__se__p-neon,
.sun-editor .__se__p-neon {
  font-weight: 200;
  font-style: italic;
  background: #000;
  color: #fff;
  padding: 6px 4px;
  border: 2px solid #fff;
  border-radius: 6px;
  text-transform: uppercase;
  animation: neonFlicker 1.5s infinite alternate;
}
@keyframes neonFlicker {
  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  to {
    text-shadow: -0.2rem -0.2rem 1rem #fff, 0.2rem 0.2rem 1rem #fff,
      0 0 2px #f40, 0 0 4px #f40, 0 0 6px #f40, 0 0 8px #f40, 0 0 10px #f40;
    box-shadow: 0 0 0.5px #fff, inset 0 0 0.5px #fff, 0 0 2px #08f,
      inset 0 0 2px #08f, 0 0 4px #08f, inset 0 0 4px #08f;
  }
  20%,
  24%,
  55% {
    text-shadow: none;
    box-shadow: none;
  }
}
.sun-editor-editable .__se__t-shadow,
.sun-editor .__se__t-shadow {
  text-shadow: -0.2rem -0.2rem 1rem #fff, 0.2rem 0.2rem 1rem #fff,
    0 0 0.2rem #999, 0 0 0.4rem #888, 0 0 0.6rem #777, 0 0 0.8rem #666,
    0 0 1rem #555;
}
.sun-editor-editable .__se__t-code,
.sun-editor .__se__t-code {
  font-family: monospace;
  color: #666;
  background-color: #1b1f230d;
  border-radius: 6px;
  padding: 0.2em 0.4em;
}
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
:before,
:after {
  --tw-content: "";
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 991px) {
  .container {
    max-width: 991px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.inset-y-0 {
  top: 0;
  bottom: 0;
}
.left-0 {
  left: 0;
}
.left-1\/2 {
  left: 50%;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0;
}
.right-4 {
  right: 1rem;
}
.right-\[24px\] {
  right: 24px;
}
.top-0 {
  top: 0;
}
.top-1\/2 {
  top: 50%;
}
.top-\[0px\] {
  top: 0;
}
.top-\[100px\] {
  top: 100px;
}
.top-\[120px\] {
  top: 120px;
}
.top-\[45\%\] {
  top: 45%;
}
.top-\[4px\] {
  top: 4px;
}
.top-\[77px\] {
  top: 77px;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[1\] {
  z-index: 1;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.-m-1 {
  margin: -0.25rem;
}
.-m-1\.5 {
  margin: -0.375rem;
}
.-m-2 {
  margin: -0.5rem;
}
.-m-2\.5 {
  margin: -0.625rem;
}
.m-auto {
  margin: auto;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[13px\] {
  margin-bottom: 13px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[16px\] {
  margin-left: 16px;
}
.ml-\[25px\] {
  margin-left: 25px;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mr-\[16px\] {
  margin-right: 16px;
}
.mr-\[1p5x\] {
  margin-right: 1p5x;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mr-\[27px\] {
  margin-right: 27px;
}
.mr-\[40px\] {
  margin-right: 40px;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[-30px\] {
  margin-top: -30px;
}
.mt-\[-40px\] {
  margin-top: -40px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[43px\] {
  margin-top: 43px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.hidden {
  display: none;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-60 {
  height: 15rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[128px\] {
  height: 128px;
}
.h-\[129px\] {
  height: 129px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[152px\] {
  height: 152px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[62px\] {
  height: 62px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[860px\] {
  height: 860px;
}
.h-\[90px\] {
  height: 90px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[550px\] {
  min-height: 550px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-2\/6 {
  width: 33.333333%;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[128px\] {
  width: 128px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[142px\] {
  width: 142px;
}
.w-\[146px\] {
  width: 146px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[152px\] {
  width: 152px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[62px\] {
  width: 62px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[95\%\] {
  width: 95%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[130px\] {
  min-width: 130px;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[170px\] {
  min-width: 170px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[230px\] {
  min-width: 230px;
}
.min-w-\[410px\] {
  min-width: 410px;
}
.min-w-\[96px\] {
  min-width: 96px;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[170px\] {
  max-width: 170px;
}
.max-w-\[174px\] {
  max-width: 174px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[230px\] {
  max-width: 230px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[332px\] {
  max-width: 332px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[415px\] {
  max-width: 415px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.flex-shrink-0,
.shrink-0 {
  flex-shrink: 0;
}
.table-fixed {
  table-layout: fixed;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.divide-gray-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: #6b72801a;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[22px\] {
  border-radius: 22px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[25px\] {
  border-radius: 25px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[9px\] {
  border-radius: 9px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-b-\[15px\] {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.rounded-l-\[4px\] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-r-\[4px\] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b,
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-\[\#00000029\] {
  border-color: #00000029;
}
.border-\[\#007456\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 116 86 / var(--tw-border-opacity));
}
.border-\[\#2778E6\] {
  --tw-border-opacity: 1;
  border-color: rgb(39 120 230 / var(--tw-border-opacity));
}
.border-\[\#707070\] {
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}
.border-\[\#D1D1D1\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
}
.border-\[\#bacbd533\] {
  border-color: #bacbd533;
}
.border-\[\#d9d9d9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-\[\#ddd\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-\[\#e5e5e5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-\[\#fdaa29\] {
  --tw-border-opacity: 1;
  border-color: rgb(253 170 41 / var(--tw-border-opacity));
}
.border-\[black\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}
.border-e-red-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 242 242 / var(--tw-border-opacity));
}
.bg-\[\#00000029\] {
  background-color: #00000029;
}
.bg-\[\#0074560d\] {
  background-color: #0074560d;
}
.bg-\[\#007456\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 116 86 / var(--tw-bg-opacity));
}
.bg-\[\#0C9688\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 150 136 / var(--tw-bg-opacity));
}
.bg-\[\#18A2B8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 162 184 / var(--tw-bg-opacity));
}
.bg-\[\#1967D21A\] {
  background-color: #1967d21a;
}
.bg-\[\#1967D226\] {
  background-color: #1967d226;
}
.bg-\[\#1BAE81\] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 174 129 / var(--tw-bg-opacity));
}
.bg-\[\#253846\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 56 70 / var(--tw-bg-opacity));
}
.bg-\[\#279ecb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 158 203 / var(--tw-bg-opacity));
}
.bg-\[\#28990A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 153 10 / var(--tw-bg-opacity));
}
.bg-\[\#2F88E1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(47 136 225 / var(--tw-bg-opacity));
}
.bg-\[\#34A8531A\] {
  background-color: #34a8531a;
}
.bg-\[\#34A85326\] {
  background-color: #34a85326;
}
.bg-\[\#5d1138c4\] {
  background-color: #5d1138c4;
}
.bg-\[\#71bd44\] {
  --tw-bg-opacity: 1;
  background-color: rgb(113 189 68 / var(--tw-bg-opacity));
}
.bg-\[\#B8E2DE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(184 226 222 / var(--tw-bg-opacity));
}
.bg-\[\#C058BD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(192 88 189 / var(--tw-bg-opacity));
}
.bg-\[\#CFE2F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(207 226 243 / var(--tw-bg-opacity));
}
.bg-\[\#D6A71E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 167 30 / var(--tw-bg-opacity));
}
.bg-\[\#D930251A\] {
  background-color: #d930251a;
}
.bg-\[\#DC3545\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 53 69 / var(--tw-bg-opacity));
}
.bg-\[\#DCF3E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 243 229 / var(--tw-bg-opacity));
}
.bg-\[\#DCFDFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 253 255 / var(--tw-bg-opacity));
}
.bg-\[\#DDF3EE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 243 238 / var(--tw-bg-opacity));
}
.bg-\[\#E3E3E3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.bg-\[\#ECF9FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 249 255 / var(--tw-bg-opacity));
}
.bg-\[\#ECFFFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 255 250 / var(--tw-bg-opacity));
}
.bg-\[\#EEEEEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-\[\#F0F5F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 247 / var(--tw-bg-opacity));
}
.bg-\[\#F0F8F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 248 244 / var(--tw-bg-opacity));
}
.bg-\[\#F5ECFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 236 255 / var(--tw-bg-opacity));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-\[\#F5FFF2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 255 242 / var(--tw-bg-opacity));
}
.bg-\[\#F6F6F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-\[\#F9AB001A\] {
  background-color: #f9ab001a;
}
.bg-\[\#FCFCFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
}
.bg-\[\#FFC108\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 8 / var(--tw-bg-opacity));
}
.bg-\[\#FFFAEB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 235 / var(--tw-bg-opacity));
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#bd684491\] {
  background-color: #bd684491;
}
.bg-\[\#dbecd6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 236 214 / var(--tw-bg-opacity));
}
.bg-\[\#ddd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}
.bg-\[\#ecf1ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 241 255 / var(--tw-bg-opacity));
}
.bg-\[\#eee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-\[\#eeedd8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 237 216 / var(--tw-bg-opacity));
}
.bg-\[\#f0eded\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 237 237 / var(--tw-bg-opacity));
}
.bg-\[\#f2f2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-\[\#f5ecff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 236 255 / var(--tw-bg-opacity));
}
.bg-\[\#f6f6f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-\[\#f9f9f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-\[\#fdaa29\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 170 41 / var(--tw-bg-opacity));
}
.bg-\[\#fefefe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 254 254 / var(--tw-bg-opacity));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff00\] {
  background-color: #fff0;
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[gray\] {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity));
}
.bg-\[green\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 0 / var(--tw-bg-opacity));
}
.bg-\[white\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[40px\] {
  padding: 40px;
}
.p-\[7px\] {
  padding: 7px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[010px\] {
  padding-left: 010px;
  padding-right: 010px;
}
.px-\[0px\] {
  padding-left: 0;
  padding-right: 0;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[3px\] {
  padding-left: 3px;
  padding-right: 3px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[0px\] {
  padding-left: 0;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[2px\] {
  padding-left: 2px;
}
.pl-\[5px\] {
  padding-left: 5px;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-\[40px\] {
  padding-right: 40px;
}
.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-end {
  text-align: end;
}
.align-middle {
  vertical-align: middle;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[900\] {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[19px\] {
  line-height: 19px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[27px\] {
  line-height: 27px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[35px\] {
  line-height: 35px;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-\[40px\] {
  line-height: 40px;
}
.leading-\[56px\] {
  line-height: 56px;
}
.leading-\[64px\] {
  line-height: 64px;
}
.text-\[\#000000\],
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#0067b8\] {
  --tw-text-opacity: 1;
  color: rgb(0 103 184 / var(--tw-text-opacity));
}
.text-\[\#007456\] {
  --tw-text-opacity: 1;
  color: rgb(0 116 86 / var(--tw-text-opacity));
}
.text-\[\#009688\] {
  --tw-text-opacity: 1;
  color: rgb(0 150 136 / var(--tw-text-opacity));
}
.text-\[\#0096F1\] {
  --tw-text-opacity: 1;
  color: rgb(0 150 241 / var(--tw-text-opacity));
}
.text-\[\#040404\] {
  --tw-text-opacity: 1;
  color: rgb(4 4 4 / var(--tw-text-opacity));
}
.text-\[\#0606066f\] {
  color: #0606066f;
}
.text-\[\#06060687\] {
  color: #06060687;
}
.text-\[\#060606\] {
  --tw-text-opacity: 1;
  color: rgb(6 6 6 / var(--tw-text-opacity));
}
.text-\[\#086AA5\] {
  --tw-text-opacity: 1;
  color: rgb(8 106 165 / var(--tw-text-opacity));
}
.text-\[\#111111\] {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-\[\#147492\] {
  --tw-text-opacity: 1;
  color: rgb(20 116 146 / var(--tw-text-opacity));
}
.text-\[\#1967D2\] {
  --tw-text-opacity: 1;
  color: rgb(25 103 210 / var(--tw-text-opacity));
}
.text-\[\#1F8EEF\] {
  --tw-text-opacity: 1;
  color: rgb(31 142 239 / var(--tw-text-opacity));
}
.text-\[\#2778E6\] {
  --tw-text-opacity: 1;
  color: rgb(39 120 230 / var(--tw-text-opacity));
}
.text-\[\#2B9BDE\] {
  --tw-text-opacity: 1;
  color: rgb(43 155 222 / var(--tw-text-opacity));
}
.text-\[\#2c86bc\] {
  --tw-text-opacity: 1;
  color: rgb(44 134 188 / var(--tw-text-opacity));
}
.text-\[\#306b8e\] {
  --tw-text-opacity: 1;
  color: rgb(48 107 142 / var(--tw-text-opacity));
}
.text-\[\#313131\] {
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / var(--tw-text-opacity));
}
.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-\[\#34A853\] {
  --tw-text-opacity: 1;
  color: rgb(52 168 83 / var(--tw-text-opacity));
}
.text-\[\#3783DB\] {
  --tw-text-opacity: 1;
  color: rgb(55 131 219 / var(--tw-text-opacity));
}
.text-\[\#4E4E4E\] {
  --tw-text-opacity: 1;
  color: rgb(78 78 78 / var(--tw-text-opacity));
}
.text-\[\#535353\] {
  --tw-text-opacity: 1;
  color: rgb(83 83 83 / var(--tw-text-opacity));
}
.text-\[\#555555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.text-\[\#5A4898\] {
  --tw-text-opacity: 1;
  color: rgb(90 72 152 / var(--tw-text-opacity));
}
.text-\[\#5FACE8\] {
  --tw-text-opacity: 1;
  color: rgb(95 172 232 / var(--tw-text-opacity));
}
.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-\[\#696969\] {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}
.text-\[\#70707076\] {
  color: #70707076;
}
.text-\[\#71B22F\] {
  --tw-text-opacity: 1;
  color: rgb(113 178 47 / var(--tw-text-opacity));
}
.text-\[\#7c7980\] {
  --tw-text-opacity: 1;
  color: rgb(124 121 128 / var(--tw-text-opacity));
}
.text-\[\#848484\] {
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity));
}
.text-\[\#B9B9B9\] {
  --tw-text-opacity: 1;
  color: rgb(185 185 185 / var(--tw-text-opacity));
}
.text-\[\#D93025\] {
  --tw-text-opacity: 1;
  color: rgb(217 48 37 / var(--tw-text-opacity));
}
.text-\[\#F9AB00\] {
  --tw-text-opacity: 1;
  color: rgb(249 171 0 / var(--tw-text-opacity));
}
.text-\[\#ddd\] {
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[red\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-\[white\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
html,
body {
  color: #242424;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: Mulish, sans-serif;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
}
.text-start {
  text-align: start;
}
p {
  margin: 0;
  color: #242424;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: Mulish, sans-serif;
}
h1 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  font-family: Mulish, sans-serif;
}
h2 {
  font-size: 45px;
  line-height: 58px;
  font-weight: 500;
  font-family: Mulish, sans-serif;
}
h3 {
  font-size: 25px;
  line-height: 36px;
  font-weight: 500;
  font-family: Mulish, sans-serif;
}
h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-family: Mulish, sans-serif;
}
h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: Mulish, sans-serif;
}
h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  font-family: Mulish, sans-serif;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  outline: none !important;
  font-family: Mulish, sans-serif;
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  font-family: Mulish, sans-serif;
}
.hidden {
  overflow: hidden;
}
i {
  font-family: fontawesome;
  font-style: inherit;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-check:not(.form-switch) .form-check-input[type="checkbox"] {
  outline: none;
}
.form-control:focus {
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}
input:focus {
  outline: 0;
  box-shadow: none;
  background: none;
}
textarea:focus {
  border: 1px solid transparent !important;
  box-shadow: none;
  border-radius: 0 !important;
  outline-color: #007456 !important;
}
input:disabled {
  background: rgba(204, 204, 204, 0.4392156863) !important;
}
input ::-moz-placeholder {
  color: #666;
}
input ::placeholder {
  color: #666;
}
.primary-border-color {
  border: 1px solid #05ad00;
}
.primary-border-radius {
  border-radius: 6px;
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
select:disabled {
  background: rgba(204, 204, 204, 0.4392156863) !important;
}
.section-padding {
  padding: 25px 0;
}
.user-section-padding {
  padding: 10px 0;
}
.secondary-theme-bg-color {
  background: #05ad00;
}
.secondary-theme-text-color {
  color: #05ad00;
}
.dark-bg-color {
  background-color: #393554;
}
.theme-transparent-bg {
  background-color: #f0f8f3;
}
.form-field-bg {
  background: #f0f8f3;
}
.secondar-theme-border-color {
  border: 1px solid #05ad00;
}
.primary-bg {
  background: #007456;
}
.form-field-color {
  color: #000;
}
.primary-border-radius {
  border-radius: 16px;
}
.primary-box-shadow {
  box-shadow: 0 3px 6px #00000029;
}
.primary-card-padding {
  padding: 30px 25px;
}
.secondary-card-padding {
  padding: 15px 25px;
}
svg {
  display: inline-block;
}
.max-height-table {
  max-height: 300px;
  overflow-y: scroll;
}
button[disabled] {
  cursor: no-drop;
  background: rgba(230, 208, 208, 0.231372549);
}
input:-internal-autofill-selected {
  background-color: #fff !important;
  background-image: none !important;
}
input:-webkit-autofill {
  background-color: #fff !important;
  background-image: none !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.info-bg-color {
  background-color: #007456;
}
.info-text-color {
  color: #007456;
}
.border-botton-color {
  border-bottom: 1px solid #eef2f5;
}
.white-bg {
  background-color: #fff;
}
.white-text {
  color: #fff;
}
.theme-color {
  color: #242424;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.z-index-99999 {
  z-index: 999999 !important;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 39px;
}
.one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.two-line-h-0 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.breadcrumbs {
  overflow: hidden;
}
.breadcrumbs ul li:last-child a {
  max-width: 270px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.active-border {
  border: 1px solid #13d16b;
}
.border-bottom {
  border-bottom: 1px solid #007456;
}
.no-margin {
  margin: 0 !important;
}
.Toastify__toast-container {
  z-index: 1000000000000000000 !important;
}
.hover-effect {
  position: relative;
  top: 0;
  transition: all 0.2s ease;
}
.hover-effect:hover {
  top: -3px;
}
.no-existing {
  text-align: center;
  padding: 10px 20px;
  background: #007456;
  border-radius: 6px;
  color: #fff;
}
.no-existing p {
  color: #fff;
}
.primary-btn {
  padding: 5px 10px;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  background-color: #007456;
  border-radius: 5px;
  font-family: Mulish, sans-serif;
  border: none;
  line-height: 28px !important;
  transition: all 0.3s linear;
}
.primary-btn:hover {
  background-color: #007456b5;
}
.primary-transparent-btn {
  padding: 5px 10px;
  font-weight: 600;
  color: #242424;
  font-size: 14px;
  background-color: #f0f8f3;
  border-radius: 5px;
  font-family: Mulish, sans-serif;
  border: none;
}
.secondary-btn {
  padding: 5px 20px;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  background-color: #007456;
  border-radius: 17px;
  font-family: Mulish, sans-serif;
  border: none;
}
.secondary-transparent-btn {
  padding: 5px 20px;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  background-color: transparent;
  border-radius: 17px;
  font-family: Mulish, sans-serif;
  border: 1px solid #007456;
}
.primary-language-btn {
  background-color: #007456;
  color: #fff;
  padding: 0 4px;
  font-size: 12px;
}
.secondary-language-btn {
  background-color: #fff;
  color: #007456;
  padding: 0 4px;
  font-size: 12px;
}
.sm-remove-btn {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  padding: 4px 10px;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s linear;
  line-height: 24px;
}
.sm-remove-btn:hover {
  border: 1px solid transparent;
  background-color: #dc3545;
  color: #fff;
}
.sm-transparent-btn {
  background-color: transparent;
  border: 1px solid #007456;
  padding: 4px 10px;
  color: #007456;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s linear;
  line-height: 24px;
}
.sm-transparent-btn:hover {
  border: 1px solid transparent;
  background-color: #007456;
  color: #fff;
}
.lg-transparent-btn {
  background-color: transparent;
  border: 1px solid #007456;
  padding: 4px 10px;
  color: #007456;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s linear;
  line-height: 28px !important;
}
.lg-transparent-btn:hover {
  border: 1px solid transparent;
  background-color: #007456;
  color: #fff;
}
.secondary-theme-btn {
  border: none;
  border-radius: 6px;
  background-color: #05ad00;
  padding: 9px 10px;
  color: #fff;
  min-width: 120px !important;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
}
.view-action-btn {
  border: none;
  cursor: pointer;
  background-color: #009688;
  padding: 3px 8px;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
}
.view-action-btn svg {
  fill: #fff !important;
}
.edit-action-btn,
.reset-action-btn {
  border-radius: 4px;
  border: none;
  cursor: pointer;
  background-color: #009688;
  padding: 3px 8px;
  display: inline-block;
  color: #fff;
}
.primary-details-btn {
  border-radius: 6px;
  background-color: #32b1a4;
  text-align: center;
  padding: 6px 10px;
}
.global-search-btn {
  background-color: #27cb73;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 32px;
  padding: 12px 18px;
  color: #fff;
}
.job-card-shadow {
  text-align: center;
  background: #fefefe 0% 0% no-repeat padding-box;
  box-shadow: 0 3px 6px #0000001f;
  border-radius: 14px;
  padding: 25px 20px;
}
.website-link {
  padding: 11px 30px;
  border: 1px solid #007456;
  border-radius: 23px;
  display: inline-block;
  margin-bottom: 9px;
}
.org-search-radio {
  position: relative;
}
.org-search-radio input[type="radio"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background-color: #d5d5d5;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  outline: none;
  position: relative;
  overflow: hidden;
}
.org-search-radio input[type="radio"]:checked {
  position: relative;
  background-color: #007456;
}
.org-search-radio input[type="radio"]:checked:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  width: 10px;
  background-color: red;
  display: none;
  color: #fff;
  transform: translate(-62%, -62%) rotate(42deg);
  border-radius: 5px;
  cursor: pointer;
}
.org-search-radio input[type="radio"]:checked + :after {
  content: "";
  position: absolute;
  left: 13px;
  top: 51%;
  height: 42%;
  width: 2px;
  display: block;
  background-color: #fff;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transform: translate(-62%, -62%) rotate(42deg);
}
.org-search-radio input[type="radio"]:checked + :before {
  content: "";
  position: absolute;
  left: 7px;
  top: 53%;
  height: 23%;
  width: 2px;
  background-color: #fff;
  border-radius: 5px;
  color: #fff;
  transform: translate(-50%, -50%) rotate(-36deg);
  display: block;
  cursor: pointer;
}
.horizontal-wrapper-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 3px 6px #0000001f;
  padding: 30px;
}
.reset-btn {
  background-color: #c82333;
  border: none;
  border-radius: 4px;
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.translator-wrapper .bangla-btn {
  border: none;
  background-color: #fff;
  color: #007456;
  padding: 0 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
}
.translator-wrapper .english-btn {
  border: none;
  background-color: #007456;
  color: #fff;
  padding: 0 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 12px;
}
.section-title h2 {
  color: #007456;
  line-height: 38px;
  margin-bottom: 30px;
}
.section-title h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  background: #d2e4c1;
  height: 1px;
}
.scrolling::-webkit-scrollbar {
  width: 9px;
}
.scrolling::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgb(235, 228, 228);
  border-radius: 10px;
}
.scrolling::-webkit-scrollbar-thumb {
  background-color: #ebebeb;
  border-radius: 10px;
  outline: 1px solid #fff;
}
.single-field label {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  font-weight: 600;
}
.single-field label.required {
  position: relative;
}
.single-field label.required:after {
  content: "*";
  left: auto;
  right: -10px;
  position: absolute;
  color: red;
}
.single-field input {
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 35px;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 6px;
  color: #4b5675;
}
.single-field textarea {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  color: #4b5675;
}
.single-field textarea:focus {
  outline-color: #d9d9d9 !important;
}
.single-field .error {
  color: red;
  display: block;
}
.single-field select {
  height: 40px;
  width: 270px;
}
.full-form-field {
  display: flex;
  align-items: center;
}
.full-form-field .error,
.one-align .error {
  color: red;
  display: block;
}
.select-single-field label {
  display: inline-block;
  position: relative;
  font-weight: 600;
  margin-bottom: 5px !important;
}
.select-single-field label.required {
  position: relative;
}
.select-single-field label.required:after {
  content: "*";
  left: auto;
  right: -10px;
  position: absolute;
  color: red;
}
.select-single-field .error {
  color: red;
}
.css-1nmdiq5-menu {
  z-index: 999999 !important;
}
.error {
  color: red;
  display: block;
}
input[type="checkbox"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background-color: #d5d5d5;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  outline: none;
  position: relative;
  overflow: hidden;
}
input[type="checkbox"]:after {
  content: "";
  position: absolute;
  left: 62%;
  top: 60%;
  height: 60%;
  width: 2px;
  background-color: #fff;
  display: none;
  color: #fff;
  transform: translate(-62%, -62%) rotate(42deg);
  border-radius: 5px;
  cursor: pointer;
}
input[type="checkbox"]:before {
  content: "";
  position: absolute;
  left: 33%;
  top: 62%;
  height: 31%;
  width: 2px;
  background-color: #fff;
  display: block;
  border-radius: 5px;
  color: #fff;
  transform: translate(-50%, -50%) rotate(-36deg);
  display: none;
  cursor: pointer;
}
input[type="checkbox"]:checked {
  background-color: #007456;
  cursor: pointer;
}
input[type="checkbox"]:checked:after,
input[type="checkbox"]:checked:before {
  display: block;
  cursor: pointer;
}
.otp-content-wrapper .otp-top-content {
  text-align: center;
  margin-top: 50px;
}
.otp-content-wrapper .otp-top-content input {
  border: 1px solid #ddd;
  height: 40px;
  width: 40px !important;
  border-radius: 6px;
  background-color: #fff;
  color: #3a3a3a;
  font-weight: 900;
  margin-right: 16px;
  box-shadow: 0 3px 6px #00000029;
}
.otp-content-wrapper .otp-top-content span {
  display: none;
}
.otp-content-wrapper .otp-top-content div {
  display: block !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
.otp-content-wrapper .verify-opt-bottom-content {
  display: flex;
  justify-content: space-between;
  max-width: 200px;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hm_hyperModalWrapper .hm_hyperModalContentWrapper {
    width: 80% !important;
  }
  .hm_hyperCloseIcon {
    width: 52% !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hm_hyperModalWrapper .hm_hyperModalContentWrapper {
    width: 95% !important;
  }
  .hm_hyperCloseIcon {
    width: 52% !important;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .hm_hyperModalWrapper .hm_hyperModalContentWrapper {
    width: 95% !important;
  }
  .otp-content-wrapper .otp-top-content input {
    height: 34px !important;
    width: 34px !important;
    margin-right: 10px;
  }
  .hm_hyperCloseIcon {
    width: 52% !important;
  }
  .otp-top-content h3 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
  }
}
.otp-content-wrapper .otp-top-content input:last-child {
  margin-right: 0;
}
.loading-spinner {
  position: relative;
  padding-left: 19px;
}
.loading-spinner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) 40%, #000 41%);
  background-repeat: no-repeat;
  transform: rotate(60deg) translateY(-50%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 50%, #ffffff 0)
      center/2px 100%,
    linear-gradient(90deg, #9e9e9e 50%, rgb(255, 255, 255) 0) center/100% 2px;
  animation: s3 1s infinite steps(12);
  transform: rotate(60deg);
}
.react-datepicker-wrapper {
  display: block !important;
}
.react-datepicker-popper {
  z-index: 999999999 !important;
}
.list-loading-wrapper {
  min-height: 200px;
  position: relative;
}
.list-loader {
  width: 50px;
  height: 50px;
  display: grid;
  border-radius: 50%;
  position: absolute;
  left: 47%;
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) 40%, #000 41%);
  background: linear-gradient(
        0deg,
        rgba(118, 109, 244, 0.5019607843) 50%,
        #766df4 0
      )
      center/4px 100%,
    linear-gradient(
        90deg,
        rgba(118, 109, 244, 0.2509803922) 50%,
        rgba(118, 109, 244, 0.7490196078) 0
      )
      center/100% 4px;
  background-repeat: no-repeat;
  animation: s3 1s infinite steps(12);
}
.list-loader:before,
.list-loader:after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}
.list-loader:after {
  opacity: 0.83;
  transform: rotate(60deg);
}
@keyframes s3 {
  to {
    transform: rotate(1turn);
  }
}
.basic-card-info {
  padding: 20px 15px;
  background: #fff;
  box-shadow: 0 0 7px 2px #a49a9a40;
  border-radius: 4px;
  margin-bottom: 20px;
}
.basic-card-info h4 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
}
.basic-card-info h4 span {
  display: block;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  color: red;
}
.admin-breadcrumb {
  background-color: #fff;
  box-shadow: 0 1px 2px #0000001a;
  padding: 20px 0;
}
.admin-breadcrumb .admin-breadcrumb-inner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin-breadcrumb .admin-breadcrumb-inner-content .heading-content h4 {
  font-size: 25px;
  font-weight: 700;
}
.admin-breadcrumb .admin-breadcrumb-inner-content .heading-content p {
  font-style: italic;
  color: #000;
}
.admin-breadcrumb .admin-breadcrumb-inner-content .breadcrumb-content ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.admin-breadcrumb .admin-breadcrumb-inner-content .breadcrumb-content ul li a {
  color: #009688;
}
.admin-breadcrumb
  .admin-breadcrumb-inner-content
  .breadcrumb-content
  ul
  li
  a:hover {
  text-decoration: underline;
}
.admin-breadcrumb
  .admin-breadcrumb-inner-content
  .breadcrumb-content
  ul
  li:after {
  content: "";
  position: absolute;
  right: -11px;
  height: 89%;
  width: 2px;
  background-color: #000;
  transform: rotate(15deg) translateY(-50%);
  top: 50%;
}
.admin-breadcrumb
  .admin-breadcrumb-inner-content
  .breadcrumb-content
  ul
  li:last-child {
  margin-right: 0;
}
.admin-breadcrumb
  .admin-breadcrumb-inner-content
  .breadcrumb-content
  ul
  li:last-child:after {
  display: none;
}
.admin-breadcrumb
  .admin-breadcrumb-inner-content
  .breadcrumb-content
  ul
  li:first-child {
  margin-right: 5px;
}
.admin-breadcrumb
  .admin-breadcrumb-inner-content
  .breadcrumb-content
  ul
  li:first-child:first-child {
  display: none;
}
.admin-breadcrumb .admin-breadcrumb-inner-content .breadcrumb-content ul li a {
  display: inline-block;
}
.table-content-wrapper {
  overflow: scroll;
  overflow-x: scroll;
}
.table-content-wrapper .admin-table table {
  border: 1px solid #ddd;
  width: 100%;
}
.table-content-wrapper .admin-table table thead tr th {
  text-align: left;
  padding: 10px;
  border: 1px solid #ddd;
}
.table-content-wrapper .admin-table table tbody tr:nth-child(2n) {
  background-color: #dddddd52;
}
.table-content-wrapper .admin-table table tbody tr td {
  padding: 10px;
  border: 1px solid #ddd;
  min-width: 150px;
  color: #666;
}
.profile-page .hm_hyperModalWrapper.hm_visible {
  z-index: 9 !important;
}
.profile-page .hm_hyperModalContentWrapper {
  width: 40% !important;
  height: auto !important;
}
.govt-job-status-modal .hm_hyperModalWrapper.hm_visible {
  z-index: 9 !important;
}
.govt-job-status-modal .hm_hyperModalContentWrapper {
  width: 30% !important;
  height: auto !important;
}
.hm_hyperModalWrapper.hm_visible {
  z-index: 9 !important;
}
.pagination-wrapper {
  margin-top: 23px;
}
.pagination-wrapper .pagination-content .pageNumbers {
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  float: right;
}
.pagination-wrapper .pagination-content .pageNumbers li {
  display: inline-block;
  padding: 0 13px;
  color: #737373;
  transition: all 0.3s linear;
  border-right: none;
  cursor: pointer;
  border-left: 1px solid #ddd;
  line-height: 36px;
}
.pagination-wrapper .pagination-content .pageNumbers li button {
  border: none;
  background-color: transparent;
  padding: 0 13px;
  border-radius: 2px;
  color: #3a3a3a;
}
.pagination-wrapper .pagination-content .pageNumbers li.active {
  background-color: #009688;
  color: #fff;
}
.pagination-wrapper .pagination-content .pageNumbers li:last-child {
  border-right: none;
  padding: 0;
  border-left: none;
  border-left: 1px solid #ddd;
}
.pagination-wrapper .pagination-content .pageNumbers li:hover {
  background-color: #009688;
  color: #fff;
}
.pagination-wrapper .pagination-content .pageNumbers li:first-child {
  padding: 0;
  border-left: none;
}
.static-pagination {
  text-align: right;
}
.static-pagination button {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 4px 10px;
}
.search-flex-wrapper {
  display: flex;
}
.auto-complete-search {
  position: relative;
}
.auto-complete-search input {
  border: 1px solid #ddd;
  line-height: 34px;
  border-radius: 4px;
  padding: 0 10px 0 24px;
}
.auto-complete-search .search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  font-size: 15px;
  color: #666;
}
.date-filter-start-end {
  display: flex;
}
.date-filter-start-end .start-date input {
  border: none;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.date-filter-start-end .end-date input {
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.global-search-wrapper {
  position: relative;
}
.global-search-wrapper input {
  width: 100%;
  padding-left: 19px;
}
.global-search-wrapper svg {
  height: 17px;
  width: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.progressbar-loader {
  position: relative;
  left: 0;
  top: 0;
  animation: move 5s linear infinite;
  height: 5px;
  width: 20%;
  opacity: 0;
  visibility: hidden;
  background-color: #007456;
}
@keyframes move {
  0% {
    opacity: 1;
    visibility: visible;
    background-color: #007456;
    width: 20%;
  }
  20% {
    opacity: 1;
    visibility: visible;
    background-color: #007456;
    width: 40%;
  }
  40% {
    opacity: 1;
    visibility: visible;
    background-color: #007456;
    width: 60%;
  }
  60% {
    opacity: 1;
    visibility: visible;
    background-color: #007456;
    width: 80%;
  }
  80% {
    opacity: 1;
    visibility: visible;
    background: #007456;
    width: 90%;
  }
  to {
    opacity: 1;
    visibility: visible;
    background-color: #007456;
    width: 100%;
  }
}
.global-search-wrapper-container {
  padding: 7px 10px;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0 3px 6px #00000029;
  border: 0.5px solid #dddddd;
  border-radius: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.global-search-wrapper-container .global-search-wrapper {
  position: relative;
  width: 100%;
}
.global-search-wrapper-container .global-search-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 1px;
  background: rgba(112, 112, 112, 0.1294117647);
}
.global-search-wrapper-container .global-search-wrapper input {
  padding-left: 44px;
  padding-right: 10px;
}
.global-search-wrapper-container .global-search-wrapper svg {
  height: 17px;
  width: 17px;
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  left: 14px;
}
.global-search-wrapper-container .organization-type-search-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
.global-search-wrapper-container
  .organization-type-search-wrapper
  .global-search-btn-wrapper
  button {
  background-color: #71bd44;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 11px;
  padding: 6px 18px;
  color: #fff;
}
.global-search-wrapper-container
  .select-organization-type
  .css-1ab15um-control {
  border: none !important;
}
.banner-content-item .search-select-expiration-wrapper {
  display: none;
}
.react-pagination-wrapper ul li {
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 34px;
}
.react-pagination-wrapper ul li.active {
  background: #009688;
  color: #fff;
}
.react-pagination-wrapper ul li a {
  padding: 6px 10px;
}
.tooltip-wrapper {
  display: flex;
  padding: 10px 20px;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
}
.tooltip-wrapper .tooltip-text h3 {
  color: #fff;
  font-size: 16px;
}
.tooltip-wrapper .close {
  width: 30px;
  text-align: right;
}
.tooltip-wrapper .close span {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  padding: 4px;
}
.language-translate-toogler {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999 !important;
}
.language-translate-toogler .button-position {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background-color: #007456;
  padding: 4px 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: absolute;
  right: 200px;
  top: 0;
  transition: all 0.3s linear;
}
.language-translate-toogler .change-button-position {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background-color: #007456;
  padding: 4px 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: absolute;
  transition: all 0.3s linear;
  right: 0;
  top: 0;
}
.language-translate-toogler .lanuage-inner-content {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 4px #0000004d;
  width: 200px;
  transition: all 0.3s linear;
  z-index: 999;
}
.language-translate-toogler .lanuage-inner-content button {
  display: inline-block;
  width: 50%;
}
.language-translate-toogler .lanuage-inner-content-position-change {
  position: absolute;
  right: -200px;
  top: 0;
  padding: 10px;
  background-color: #ddd;
  width: 200px;
  transition: all 0.3s linear;
}
.language-translate-toogler .lanuage-inner-content-position-change button {
  display: inline-block;
  width: 50%;
}
.language-translate-toogler .choose-language-wrapper h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 6px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.language-translate-toogler .choose-language-wrapper .choose-language {
  margin-top: 13px;
}
.language-translate-toogler .choose-language-wrapper .choose-language button {
  padding: 10px;
}
.language-translate-toogler
  .choose-language-wrapper
  .choose-language
  button.bangla {
  background: #71bd44;
  color: #fff;
}
.language-translate-toogler
  .choose-language-wrapper
  .choose-language
  button.english {
  background: #3c40c6;
  color: #fff;
}
.general-notice-page .notice-inner-content h3 {
  font-size: 16px;
  line-height: 22px;
  padding-right: 41px;
  margin-top: 30px;
}
.general-notice-page .hm_hyperModalWrapper .hm_hyperModalContentWrapper {
  width: 80% !important;
  height: 80% !important;
}
.general-notice-page .hm_hyperCloseIconWrapper {
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.general-notice-page .hm_hyperCloseIconWrapper i {
  font-size: 20px;
}
.form-content {
  margin-top: 15px;
  margin-bottom: 10px;
}
.form-content input {
  border-bottom: 1.2px solid #ddd;
  padding: 5px 0;
  width: 100%;
}
.user-profile-dashboard-hide {
  height: 100%;
  position: fixed;
  top: 63px;
  left: -100%;
  background-color: #333;
  color: #fff;
  padding: 20px;
  transition: all 0.3s linear;
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.user-profile-dashboard-hide .css-dip3t8 {
  background-color: #333 !important;
}
.user-profile-dashboard-hide .css-1wvake5 {
  border-right: none !important;
}
.user-profile-dashboard-hide .ps-active {
  background-color: transparent !important;
  color: #007456;
}
.user-profile-dashboard-hide .css-z5rm24,
.user-profile-dashboard-hide .css-edu7i6,
.user-profile-dashboard-hide .ps-menu-button:hover,
.user-profile-dashboard-hide .ps-menu-button.ps-open:hover,
.user-profile-dashboard-hide .ps-menu-button .ps-submenu-content.ps-open,
.user-profile-dashboard-hide .ps-menu-button .ps-submenu-content.css-z5rm24 {
  background-color: transparent !important;
}
.user-profile-dashboard-hide ul li {
  line-height: 38px;
}
.user-profile-dashboard-hide ul li a {
  height: auto !important;
}
.user-profile-dashboard {
  height: 100%;
  position: fixed;
  top: 63px;
  left: 0;
  background-color: #333;
  color: #fff;
  padding: 20px;
  transition: all 0.3s linear;
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.user-profile-dashboard .css-dip3t8 {
  background-color: #333 !important;
}
.user-profile-dashboard .css-1wvake5 {
  border-right: none !important;
}
.user-profile-dashboard .ps-active {
  background-color: transparent !important;
  color: #007456;
}
.user-profile-dashboard .css-z5rm24,
.user-profile-dashboard .css-edu7i6,
.user-profile-dashboard .ps-menu-button:hover,
.user-profile-dashboard .ps-menu-button.ps-open:hover,
.user-profile-dashboard .ps-menu-button .ps-submenu-content.ps-open,
.user-profile-dashboard .ps-menu-button .ps-submenu-content.css-z5rm24 {
  background-color: transparent !important;
}
.user-profile-dashboard ul li {
  line-height: 38px;
}
.user-profile-dashboard ul li a,
.add-skills .css-1ab15um-control {
  height: auto !important;
}
.verify-email {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.verify-email .inner-content {
  text-align: center;
}
.verify-email .inner-content .verify-email-logo {
  width: 80px;
  margin: auto;
}
.verify-email .inner-content .verify-email-logo img {
  height: 100%;
  width: 100%;
}
.verify-email .inner-content h2 {
  color: #000;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
}
.secondary-search-wrapper {
  padding: 7px 10px;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0 3px 6px #00000029;
  border: 0.5px solid #dddddd;
  border-radius: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.secondary-search-wrapper .single-search-field {
  position: relative;
  width: 100%;
}
.secondary-search-wrapper .single-search-field svg {
  height: 17px;
  width: 17px;
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  left: 14px;
}
.secondary-search-wrapper .single-search-field input {
  padding-left: 44px;
  padding-right: 10px;
  line-height: 35px;
  width: 100%;
}
.secondary-search-wrapper .single-search-field .btn-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #71bd44;
  font-weight: 500;
  border-radius: 11px;
  text-align: center;
}
.secondary-search-wrapper .single-search-field .btn-wrapper button {
  font-size: 14px;
  padding: 6px 18px;
  min-width: 130px;
  max-width: 130px;
  text-transform: uppercase;
  color: #fff;
}
.profile-page .add-overview-wrapper .hm_hyperModalWrapper.hm_visible {
  z-index: 99999999 !important;
}
.profile-page .add-overview-wrapper .hm_hyperModalContentWrapper {
  width: 28% !important;
}
.profile-page .add-overview-wrapper .close-icon {
  width: 25px;
  height: 25px;
}
.profile-page .add-overview-wrapper .email-change-modal-wrapper {
  padding: 20px 10px;
  margin-top: 30px;
}
.profile-page
  .add-overview-wrapper
  .email-change-modal-wrapper
  .heading-content {
  text-align: center;
}
.profile-page
  .add-overview-wrapper
  .email-change-modal-wrapper
  .single-field
  label {
  text-align: left;
}
.profile-page .add-overview-wrapper .email-change-absolute {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  line-height: 35px;
  background-color: #dcf3e5;
  padding: 0 10px;
}
.job-not-found-wrapper {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.job-not-found-wrapper .not-found-inner-content {
  position: relative;
  margin-top: 40px;
}
.job-not-found-wrapper .not-found-inner-content .bottom {
  position: absolute;
  left: 10px;
  z-index: -1;
  height: 30px;
  width: 101px;
  top: -23px;
}
.top-header-area {
  padding: 3px 0;
}
.top-header-area .social-icon ul li {
  display: inline-block;
  margin-right: 12px;
  text-align: center;
}
.top-header-area .social-icon ul li:last-child {
  margin-right: 0;
}
.top-header-area .social-icon ul li a {
  display: inline-block;
}
.header-menu-area {
  box-shadow: 0 3px 6px #00000021;
  background: #fff;
}
.header-menu-area .logo {
  height: 93px;
  width: 100px;
}
.header-menu-area .logo a {
  display: inline-block;
}
.header-menu-area .logo a img {
  height: 100%;
  width: 100%;
}
.header-menu-area .header-menu ul li {
  display: inline-block;
  margin-right: 20px;
  line-height: 93px;
}
.header-menu-area .header-menu ul li:last-child {
  margin-right: 0;
}
.header-menu-area .header-menu ul li a {
  display: inline-block;
  color: #242424;
}
.header-menu-area .header-menu ul li.primary-btn a {
  color: #fff;
}
.notice-icon {
  position: relative;
}
.notice-icon:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4zNDEiIGhlaWdodD0iMTcuMzQxIiB2aWV3Qm94PSIwIDAgMTcuMzQxIDE3LjM0MSI+CiAgPGcgaWQ9Im5ldy0xLXN2Z3JlcG8tY29tIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0wLjAwNCkiPgogICAgPHBhdGggaWQ9IlBhdGhfMzcwNTEiIGRhdGEtbmFtZT0iUGF0aCAzNzA1MSIgZD0iTTE3LjM0MSw4LjY3NCwxNS4yLDYuOTI2bC45ODItMi41ODZMMTMuNDQ4LDMuOWwtLjQ0My0yLjczMS0yLjU4Ni45ODJMOC42NzEsMCw2LjkyMSwyLjE0OCw0LjMzNiwxLjE2NiwzLjg5MywzLjlsLTIuNzMxLjQ0My45ODIsMi41ODZMMCw4LjY3NGwyLjE0NCwxLjc0OUwxLjE2MiwxMy4wMWwyLjczMS40NDMuNDQzLDIuNzMxTDYuOTIxLDE1LjJsMS43NDksMi4xNDRMMTAuNDE5LDE1LjJsMi41ODYuOTgyLjQ0My0yLjczMSwyLjczMS0uNDQzTDE1LjIsMTAuNDIzWk03LjIwOCwxMC42MjdsLS40ODcuMWEuMDc0LjA3NCwwLDAsMS0uMDc4LS4wMjdMNS4zMTQsOS4xNDJsLS4wMjEsMCwuMzQ0LDEuNzQ4YS4wNC4wNCwwLDAsMS0uMDMzLjA0OWwtLjQ2My4wOTFBLjAzOS4wMzksMCwwLDEsNS4wOTIsMTFMNC41NjEsOC4zYS4wMzkuMDM5LDAsMCwxLC4wMzItLjA0OWwuNDkxLS4xYS4wNzcuMDc3LDAsMCwxLC4wNzcuMDI3TDYuNDksOS43NGwuMDIsMEw2LjE2NSw3Ljk4NEEuMDQuMDQsMCwwLDEsNi4yLDcuOTM1bC40NjMtLjA5MWEuMDM5LjAzOSwwLDAsMSwuMDQ5LjAzM2wuNTMxLDIuN0EuMDM5LjAzOSwwLDAsMSw3LjIwOCwxMC42MjdabTIuNC0uNDcyLTEuNzg1LjM1MWEuMDQuMDQsMCwwLDEtLjA0OS0uMDMzbC0uNTMxLTIuN2EuMDM5LjAzOSwwLDAsMSwuMDMzLS4wNDlMOS4wNiw3LjM3MmEuMDM5LjAzOSwwLDAsMSwuMDQ5LjAzM2wuMDg2LjQzOGEuMDM5LjAzOSwwLDAsMS0uMDMyLjA0OWwtMS4yLjIzNmEuMDIyLjAyMiwwLDAsMC0uMDIuMDI5bC4xMDguNTUyYS4wMjMuMDIzLDAsMCwwLC4wMy4wMmwxLS4yYS4wMzkuMDM5LDAsMCwxLC4wNDkuMDMzTDkuMjE0LDlhLjAzOS4wMzksMCwwLDEtLjAzMy4wNDlsLTEsLjJhLjAyMi4wMjIsMCwwLDAtLjAyLjAyOWwuMTE0LjU3N2EuMDIyLjAyMiwwLDAsMCwuMDI5LjAybDEuMi0uMjM2YS4wMzkuMDM5LDAsMCwxLC4wNDkuMDMzbC4wODYuNDM4QS4wMzkuMDM5LDAsMCwxLDkuNjA4LDEwLjE1NVptMi45ODgtLjYzYS4wNTEuMDUxLDAsMCwxLS4wNDUuMDUybC0uNDA5LjA4YS4wNTQuMDU0LDAsMCwxLS4wNjEtLjAzMUwxMS4yNTcsNy45OWwtLjAwOCwwTDExLjEsOS44MTlhLjA1NC4wNTQsMCwwLDEtLjA0NS4wNTFsLS40MDkuMDgxYS4wNTQuMDU0LDAsMCwxLS4wNTctLjAzMkw5LjMzOSw3LjM2Yy0uMDA5LS4wMjQsMC0uMDQyLjAyNC0uMDQ4bC41MjgtLjFhLjA0Ni4wNDYsMCwwLDEsLjA1Ny4wMzFsLjc0NSwxLjY2OS4wMDgsMCwuMTMxLTEuODQxYS4wNTQuMDU0LDAsMCwxLC4wNDUtLjA1MmwuMzU2LS4wN2EuMDUzLjA1MywwLDAsMSwuMDU3LjAzMmwuODM0LDEuNjUxLjAwOSwwTDEyLjE3NSw2LjhhLjA0NC4wNDQsMCwwLDEsLjA0MS0uMDUxbC41MjQtLjFjLjAyOS0uMDA2LjA0LjAwOS4wNDEuMDM0WiIgZmlsbD0iI2RlMWExYSIvPgogIDwvZz4KPC9zdmc+Cg==);
  position: absolute;
  left: 90%;
  top: -6px;
  height: 10px;
  width: 10px;
}
.menu-list-item li {
  transition: all 0.3s linear;
}
.menu-list-item li:hover {
  color: #007456;
}
.user-profile-icon {
  display: inline-block;
  margin-top: 16px;
  padding-bottom: 11px;
}
.user-profile-dropdown-menu {
  position: absolute;
  min-width: 200px;
  background: #fff;
  right: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  max-width: 200px;
  transition: all 0.3s linear;
  box-shadow: 0 1px 1px 1px #0000002b;
}
.user-profile-dropdown-menu ul li {
  width: 100%;
  line-height: 30px;
  transition: all 0.3s linear;
}
.user-profile-dropdown-menu ul li:hover {
  background-color: #007456;
  color: #fff;
}
.user-profile-dropdown-menu ul li a {
  display: inline-block;
  width: 100%;
  padding: 4px 18px;
}
.user-profile-dropdown-menu-hide {
  position: absolute;
  min-width: 200px;
  background: #fff;
  right: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  max-width: 200px;
  transition: all 0.3s linear;
  box-shadow: 0 1px 1px 1px #0000002b;
  opacity: 0;
  visibility: hidden;
}
.user-profile-dropdown-menu-hide ul li {
  width: 100%;
  line-height: 30px;
  transition: all 0.3s linear;
}
.user-profile-dropdown-menu-hide ul li:hover {
  background-color: #007456;
  color: #fff;
}
.user-profile-dropdown-menu-hide ul li a {
  display: inline-block;
  width: 100%;
  padding: 4px 18px;
}
.user-profile-icon .avatar {
  border-radius: 50%;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px #00000017;
  background: #fff;
  transition: all 0.2s ease;
}
.desktop-menu-item li a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background: #007456;
  opacity: 0;
  transition: all 0.5s linear;
  visibility: hidden;
}
.desktop-menu-item li a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #71bd44;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s linear;
}
.desktop-menu-item li a:hover:after {
  opacity: 1;
  visibility: visible;
  width: 50%;
  transform: translate(-100%);
}
.desktop-menu-item li a:hover:before {
  opacity: 1;
  width: 50%;
  visibility: visible;
  transform: translate(100%);
}
.desktop-menu-item li a.active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background: #007456;
  visibility: hidden;
}
.desktop-menu-item li a.active:before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #71bd44;
  bottom: 0;
  transition: all 0.5s linear;
}
.desktop-menu-item li a {
  position: relative;
}
.desktop-menu-item li a.active {
  position: relative;
  color: #007456;
  background-color: transparent;
}
.desktop-menu-item li a.active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background: #007456;
  opacity: 1;
  visibility: visible;
}
.desktop-menu-item li a.active:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 3px;
  background-color: #71bd44;
  bottom: 0;
  transition: all 0.5s linear;
  opacity: 1;
  visibility: visible;
}
.main-logo {
  position: relative;
  padding-bottom: 10px;
}
.main-logo:after {
  content: "Beta Version";
  position: absolute;
  right: 0;
}
.main-logo .logo {
  width: 120px;
}
.footer-section .social-icon p {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
}
.footer-section .social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer-section .social-icon ul li:last-child {
  margin-right: 0;
}
.footer-section .social-icon ul li a svg {
  height: 15px;
  width: 15px;
}
.footer-section .single-menu-content h2 {
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 28px;
}
.footer-section .single-menu-content ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  position: relative;
}
.footer-section .single-menu-content ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 50%;
  width: 1px;
  background-color: #007456;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  transform: translateY(-50%) scale(0);
}
.footer-section .single-menu-content ul li a:hover {
  padding-left: 8px;
}
.footer-section .single-menu-content ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}
.footer-section .all-jobs-play-store {
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
}
.footer-section .all-jobs-play-store .play-store-inner-content h5 {
  font-size: 14px;
  font-weight: 500;
  color: #242424;
}
.footer-section .all-jobs-play-store .play-store-inner-content p {
  font-size: 10px;
  line-height: 16px;
}
.footer-section .all-jobs-play-store .play-store-inner-content ul li {
  display: inline-block;
}
.footer-section .all-jobs-play-store .play-store-inner-content ul li a {
  display: block;
  width: 100%;
}
.admin-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  display: flex;
  background-color: #009688;
  z-index: 1030;
  padding-right: 15px;
}
.admin-header .top-header-container {
  width: 100%;
}
.admin-header .top-header-container .top-header-inner-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.admin-header
  .top-header-container
  .top-header-inner-content
  .admin-header-logo
  h3 {
  background-color: #087d71;
  padding: 10px;
  width: 250px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
}
.admin-header
  .top-header-container
  .top-header-inner-content
  .top-header-right-sidebar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 21px;
}
.admin-header
  .top-header-container
  .top-header-inner-content
  .top-header-right-sidebar
  .top-header-action
  ul
  li {
  display: inline-block;
  margin-right: 20px;
}
.admin-header
  .top-header-container
  .top-header-inner-content
  .top-header-right-sidebar
  .top-header-action
  ul
  li:last-child {
  margin-right: 0;
}
.admin-header
  .top-header-container
  .top-header-inner-content
  .top-header-right-sidebar
  .top-header-action
  ul
  li
  .search-optin {
  position: relative;
}
.admin-header
  .top-header-container
  .top-header-inner-content
  .top-header-right-sidebar
  .top-header-action
  ul
  li
  .search-optin
  .search-field
  input {
  padding: 6px 10px;
  border-radius: 4px;
  background: #d2ebe8;
  color: #000;
}
.admin-header
  .top-header-container
  .top-header-inner-content
  .top-header-right-sidebar
  .top-header-action
  ul
  li
  .search-optin
  .search-button {
  transform: translateY(-50%);
  position: absolute;
  right: 10px;
  top: 50%;
}
.admin-sidebar .ps-sidebar-root {
  background-color: #222d32;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  margin-top: 55px;
  border: none;
}
.admin-sidebar .ps-menu-button:hover {
  background-color: #0d1214 !important;
}
.admin-sidebar .css-dip3t8 {
  background-color: #222d31 !important;
}
.admin-sidebar .ps-menuitem-root,
.admin-sidebar .ps-submenu-root {
  color: #fff;
}
.admin-sidebar .css-16jesut > .ps-menu-button:hover {
  background-color: #0d1214;
}
.admin-sidebar .ps-submenu-content,
.admin-sidebar .ps-submenu-content:hover {
  background-color: #222d31 !important;
}
.admin-sidebar .css-1tqrhto > .ps-menu-button:hover {
  background-color: #0d1214 !important;
}
.admin-sidebar .ps-submenu-content .ps-menuitem-root .ps-menu-button {
  height: inherit !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.admin-sidebar .ps-submenu-content .ps-menu-label {
  position: relative;
  padding-left: 27px;
}
.admin-sidebar .ps-submenu-content .ps-menu-label:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.admin-sidebar .teletalk-logo-content {
  display: flex;
  align-items: center;
  background: #222d31;
  width: 100%;
  margin: auto;
  padding: 30px 20px;
  transition: all 0.3s linear;
}
.admin-sidebar .teletalk-logo-content .logo {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 18px;
  transition: all 0.3s linear;
}
.admin-sidebar .teletalk-logo-content .logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.admin-sidebar .teletalk-logo-content .short-logo {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.3s linear;
}
.admin-sidebar .teletalk-logo-content .short-logo img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.admin-sidebar .teletalk-logo-content .text-content {
  transition: all 0.3s linear;
}
.admin-sidebar .teletalk-logo-content .text-content span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.ps-active {
  background-color: #0d1214;
}
.css-1654oxy > .ps-menu-button:hover {
  background-color: #0d1214 !important;
}
.svg-bold {
  font-size: 25px;
  fill: #fff;
}
.svg-semi-bold {
  font-size: 20px;
  fill: #fff;
}
.ps-sidebar-container::-webkit-scrollbar {
  display: none !important;
}
.admin-main-content {
  margin-left: 250px;
  background-color: #e5e5e5;
  margin-top: 56px;
  transition: all 0.3s linear;
}
.short-admin-main-content {
  margin-left: 79px;
  background-color: #e5e5e5;
  margin-top: 56px;
  transition: all 0.3s linear;
}
.admin-container {
  padding: 0 15px;
}
.admin-sidebar .ps-menu-root ul li a {
  display: flex;
  width: 100%;
}
.recruiter-profile-sidebar {
  box-shadow: 34px 34px 89px #e1e1e136;
}
.recruiter-profile-sidebar .ps-active {
  background-color: #007456 !important;
  border-radius: 8px;
}
.recruiter-profile-sidebar .ps-sidebar-container nav ul li.ps-active {
  color: #fff !important;
  border-radius: 8px;
  background-color: #007456 !important;
}
.recruiter-profile-sidebar .ps-sidebar-container nav ul li.ps-menu-button {
  background-color: #007456 !important;
}
.recruiter-profile-sidebar
  .ps-sidebar-container
  nav
  ul
  li.ps-menu-button:hover {
  background-color: #007456 !important;
}
.recruiter-profile-sidebar .css-1654oxy > .ps-menu-button:hover {
  background-color: #007456 !important;
}
.forgot-password-otp-send-page {
  height: calc(100vh - 100px);
}
.forgot-password-otp-send-page .forgot-password-send-otp-wrapper {
  padding: 44px;
  max-width: 440px;
  min-width: 440px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 6px #0003;
  overflow: hidden;
  background-color: #fff;
}
.forgot-password-otp-send-page .forgot-password-send-otp-wrapper h4 {
  font-size: 24px;
  font-weight: 800;
  margin-top: 11px;
}
.forgot-password-otp-send-page .forgot-password-send-otp-wrapper .logo {
  width: 167px;
  margin: auto auto 60px;
}
.forgot-password-otp-send-page .forgot-password-send-otp-wrapper .logo img {
  height: 100%;
  width: 100%;
}
.forgot-password-otp-send-page .forgot-password-send-otp-wrapper .form-content {
  margin-top: 15px;
  margin-bottom: 10px;
}
.forgot-password-otp-send-page
  .forgot-password-send-otp-wrapper
  .form-content
  input {
  border-bottom: 1.2px solid #ddd;
  padding: 5px 0;
  width: 100%;
}
.forgot-password-otp-send-page
  .hm_hyperModalWrapper
  .hm_hyperModalContentWrapper {
  width: 31%;
  height: auto;
}
.forgot-password-otp-send-page
  .hm_hyperModalContentWrapper
  .hm_hyperCloseIconWrapper {
  height: 20px !important;
  width: 20px !important;
}
.reset-password-modal-container .otp-send-container .logo {
  width: 167px;
  margin: auto auto 60px;
}
.reset-password-modal-container .otp-send-container .logo img {
  height: 100%;
  width: 100%;
}
.reset-password-modal-container .otp-send-container h4 {
  font-size: 24px;
  font-weight: 800;
  margin-top: 11px;
}
.reset-password-pop-up-container .form-content {
  margin-top: 15px;
  margin-bottom: 10px;
}
.reset-password-pop-up-container .form-content input {
  border-bottom: 1.2px solid #ddd;
  padding: 5px 0;
  width: 100%;
}
.category-card {
  background: #fff;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 16px;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  position: relative;
  padding: 20px 30px;
  top: 0;
}
.category-card:hover {
  background: #fff;
  box-shadow: 0 3px 6px #00000029;
  border: 1px solid #007456;
  top: -3px;
}
.category-card .category-icon {
  flex-shrink: 0;
  margin-right: 10px;
  height: 50px;
  width: 50px;
}
.category-card .category-content h4 {
  color: #242424;
  line-height: 17px;
}
.text {
  color: red;
}
.company-card {
  position: relative;
  top: 0;
  transition: all 0.2s ease;
}
.company-card:hover {
  top: -3px;
}
.company-card .company-card-view-inner .company-info-wrapper .company-info h4 {
  line-height: 18px;
}
.company-card .company-card-view-inner .company-partner-logo ul li {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #ebebeb;
  padding: 2px;
}
.company-card .company-card-view-inner .company-partner-logo ul li img {
  height: 30px;
  width: 30px;
}
.private-job-card {
  position: relative;
  top: 0;
  transition: all 0.2s ease;
}
.private-job-card:hover {
  top: -3px;
}
.private-job-card .job-info-wrapper .job-info {
  margin-bottom: 9px;
}
.private-job-card .job-info-wrapper .job-info .company-info {
  height: 75px;
  width: 70%;
}
.private-job-card .job-info-wrapper .job-info .company-info h4 {
  line-height: 21px;
  color: #242424;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.private-job-card .job-info-wrapper .job-info .logo {
  width: 60px;
  height: 60px;
}
.private-job-card .job-info-wrapper .job-content {
  margin-top: 12px;
}
.private-job-card .job-info-wrapper .job-content ul li {
  line-height: 31px;
  display: flex;
}
.private-job-card .job-info-wrapper .job-content ul li svg {
  margin-right: 10px;
  flex-shrink: 0;
  height: 30px;
}
.private-job-card .job-info-wrapper .job-content ul li span {
  display: inline-block;
  color: #000;
  font-size: 14px;
}
.private-job-card .job-info-wrapper .hot-job-content {
  margin-top: 12px;
}
.private-job-card .job-info-wrapper .hot-job-content ul li {
  line-height: 31px;
}
.private-job-card .job-info-wrapper .hot-job-content ul li a {
  display: flex;
}
.private-job-card .job-info-wrapper .hot-job-content ul li svg {
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 4px;
}
.private-job-card .job-info-wrapper .hot-job-content ul li span {
  display: inline-block;
  color: #000;
  font-size: 14px;
}
.job-card {
  text-align: center;
  background: #fefefe 0% 0% no-repeat padding-box;
  box-shadow: 0 3px 6px #00000073;
  border-radius: 14px;
  padding: 25px 20px;
}
.job-card .job-card-img-wrapper {
  height: 60px;
  width: 60px;
  margin: auto;
}
.job-card .job-card-img-wrapper img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.job-card .job-card-inner-card {
  background: #f7f9fa;
  border-radius: 7px;
  padding: 14px 4px;
  margin-top: 20px;
  overflow: hidden;
}
.job-card .job-card-inner-card .job-title {
  font: 700 18px/23px Mulish;
  letter-spacing: 0px;
  color: #060606;
}
.job-card .job-website-link a {
  display: inline-block;
  font-size: 12px;
  color: #625f5f;
}
.job-card .total-openings {
  font: 600 16px/20px Mulish;
  letter-spacing: 0px;
  color: #060606;
}
.job-card .total-openings h6 {
  color: #060606;
  font-weight: 600;
  margin-left: 8px;
}
.job-card .total-openings h6 span {
  color: #060606;
  font-weight: 600;
  display: inline-block;
}
.job-card .view-job-btn-wrapper button {
  border: none;
  background-color: #f0f8f3;
  border-radius: 5px;
  color: #007456;
  padding: 10px 20px;
  font-weight: 700;
}
.advertisment-wrapper {
  padding: 4px;
  border: 1px solid #3fc391;
}
.newsletter-area {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}
.newsletter-area .news-letter-wrapper .news-letter-content .icon {
  flex-shrink: 0;
  margin-right: 20px;
}
.newsletter-area .news-letter-wrapper .news-letter-content .text-content h3 {
  font-size: 25px;
  color: #fff;
}
.newsletter-area .news-letter-wrapper .news-letter-content .text-content p {
  color: #fff;
}
.newsletter-area .news-letter-wrapper .form-action .input-field input {
  width: 100%;
  height: 40px;
  border: 1px solid #eeeeee;
  border-radius: 23px;
  padding: 0 12px;
  color: #3a3a3a;
  background-color: #fff;
}
.newsletter-area .news-letter-wrapper .form-action .action-button button {
  border-radius: 25px;
  background-color: #fff;
  color: #007456;
  padding: 0 20px;
  height: 40px;
}
.app {
  transition: background-color 1.5s;
}
.banner-white-area {
  overflow-y: hidden;
  background: url(../slider-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.banner-white-area .home-search-organization {
  display: none;
}
.banner-white-area
  .global-search-wrapper-container
  .organization-type-search-wrapper {
  display: blok !important;
  width: auto !important;
}
.banner-content-wrapper .banner-job-card-wrapper {
  display: flex;
  justify-content: flex-start;
}
.banner-content-wrapper .banner-job-card-wrapper .banner-job-card {
  color: #000;
  text-align: left;
  margin-right: 15px;
  display: flex;
  justify-content: flex-start;
  border-radius: 4px;
  border: 1px dashed #007456;
  min-width: 303px;
  transition: all 0.3s linear;
}
.banner-content-wrapper .banner-job-card-wrapper .banner-job-card:hover {
  background: rgba(0, 116, 86, 0.0901960784);
}
.banner-content-wrapper .banner-job-card-wrapper .banner-job-card:last-child {
  margin-right: 0;
}
.banner-content-wrapper .banner-job-card-wrapper .banner-job-card:hover {
  box-shadow: none;
}
.banner-content-wrapper
  .banner-job-card-wrapper
  .banner-job-card
  .banner-job-count
  h6 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #007456;
}
.banner-content-wrapper
  .banner-job-card-wrapper
  .banner-job-card
  .banner-job-count
  span {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #007456;
  font-weight: 500;
}
.banner-content-wrapper
  .banner-job-card-wrapper
  .banner-job-card
  .banner-job-count
  b {
  font-size: 14px;
}
.banner-content-wrapper .banner-job-card-wrapper .banner-private-job {
  margin-left: 20px;
}
.banner-content-wrapper .banner-govt-job-img-wrapper {
  height: 50px;
  width: 50px;
  margin-bottom: 6px;
  margin-right: 10px;
}
.banner-content-wrapper .banner-bottom-icon-wrapper {
  margin-top: 1.25rem;
}
.banner-content-wrapper .banner-bottom-icon-wrapper .banner-bottom-icon-item {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.banner-content-wrapper
  .banner-bottom-icon-wrapper
  .banner-bottom-icon-item
  .banner-bottom-icon {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #fff;
  border-radius: 8px;
  flex-shrink: 0;
}
.banner-content-wrapper
  .banner-bottom-icon-wrapper
  .banner-bottom-icon-item
  .banner-bottom-icon
  svg {
  height: 30px;
  width: 30px;
}
.banner-content-wrapper
  .banner-bottom-icon-wrapper
  .banner-bottom-icon-item
  .banner-bottom-icon-count {
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  background-color: #007456;
  padding: 14px 20px;
  position: relative;
  top: 0;
  transition: all 0.2s ease;
}
.banner-content-wrapper
  .banner-bottom-icon-wrapper
  .banner-bottom-icon-item
  .banner-bottom-icon-count:hover {
  top: -3px;
}
.banner-content-wrapper
  .banner-bottom-icon-wrapper
  .banner-bottom-icon-item
  .banner-bottom-icon-count
  h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
}
.banner-content-wrapper
  .banner-bottom-icon-wrapper
  .banner-bottom-icon-item
  .banner-bottom-icon-count
  h4 {
  font-size: 31px;
  line-height: 38px;
  font-weight: 900;
}
.hero-banner-right-wrapper {
  position: relative;
  margin-top: 20px;
}
.hero-banner-right-wrapper .hero-banner-img {
  width: 430px;
  float: right;
}
.banner-content-item {
  margin-top: 20px;
  position: relative;
}
.banner-content-item h3 {
  font-size: 32px;
}
.alljobs-category-page-area .alljobs-category-page-title h2 {
  text-align: center;
  letter-spacing: 0px;
  color: #59387f;
  text-transform: uppercase;
}
.alljobs-category-page-area .alljobs-category-horizontal-line-area {
  margin-top: -26px;
}
.alljobs-category-page-area
  .alljobs-category-horizontal-line-area
  .custom1-colum {
  flex: 0 0 auto;
  width: 38.66666667%;
}
.alljobs-category-page-area
  .alljobs-category-horizontal-line-area
  .custom2-colum {
  flex: 0 0 auto;
  width: 22.66666667%;
}
.alljobs-category-page-area
  .alljobs-category-horizontal-line-area
  .custom3-colum {
  flex: 0 0 auto;
  width: 38.66666667%;
}
.alljobs-category-page-area .category-page-job-card {
  background: #fefefe 0% 0% no-repeat padding-box;
  box-shadow: 0 3px 6px #0000001f;
  border-radius: 14px;
  padding: 14px 20px;
}
.alljobs-category-page-area .category-page-job-card .category-card-top-content {
  display: flex;
  justify-content: space-between;
}
.alljobs-category-page-area
  .category-page-job-card
  .category-card-top-content
  .category-logo-card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 8px;
  opacity: 1;
  width: 98px;
  height: 80px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alljobs-category-page-area
  .category-page-job-card
  .category-card-top-content
  .category-logo-card
  img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.alljobs-category-page-area
  .category-page-job-card
  .category-card-top-content
  .category-card-top-content-wrapper {
  padding-left: 15px;
  width: 100%;
}
.alljobs-category-page-area
  .category-page-job-card
  .category-card-top-content
  .category-card-top-content-wrapper
  .category-card-top-content-title
  h5 {
  font: 700 20px/25px Mulish;
  letter-spacing: 0px;
  color: #000;
  font-size: 17px;
}
.alljobs-category-page-area
  .category-page-job-card
  .category-card-top-content
  .category-card-top-content-wrapper
  .category-card-date-location {
  display: flex;
  justify-content: space-between;
}
.alljobs-category-page-area
  .category-page-job-card
  .category-card-top-content
  p {
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  color: #5f5f5f;
}
.alljobs-category-page-area
  .category-page-job-card
  .category-card-top-content
  .salary-label {
  padding-left: 5px;
}
.alljobs-category-page-area
  .category-page-job-card
  .category-card-middle-content {
  padding-top: 15px;
}
.alljobs-category-page-area
  .category-page-job-card
  .category-card-middle-content
  button {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.25px solid #838282;
  border-radius: 4px;
  padding: 3px 7px;
  color: #000;
  font-size: 12px;
}
.alljobs-category-page-area
  .category-page-job-card
  .category-card-bottom-content {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.alljobs-category-page-area
  .category-page-job-card
  .category-card-bottom-content
  .vertical-line {
  border-left: 1px solid #707070;
  height: 20px;
}
.alljobs-category-page-area
  .category-page-job-card
  .category-card-bottom-content
  b {
  font-size: 13px;
}
.profile-tab {
  margin-top: 30px;
}
.profile-tab ul li {
  display: inline-block;
  margin-right: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.profile-tab ul li.active {
  border-bottom: 5px solid #007456;
  background: transparent;
}
.user-descrption-wrapper .single-description-wrapper .header-content-wrapper {
  display: flex;
  justify-content: space-between;
}
.user-descrption-wrapper
  .single-description-wrapper
  .header-content-wrapper
  .edit-profile
  button {
  border: 1px solid #2778e6;
  padding: 4px 10px;
  color: #2778e6;
  font-size: 15px;
  border-radius: 4px;
}
.user-descrption-wrapper .description-inner-content .single-info {
  display: flex;
  justify-content: space-between;
  background: #f6f6f6;
  margin-bottom: 4px;
  padding: 10px 20px;
  border-radius: 10px;
  align-items: center;
}
.user-descrption-wrapper .description-inner-content .single-info .heading-name {
  width: 50%;
  text-align: left;
}
.user-descrption-wrapper
  .description-inner-content
  .single-info
  .heading-name
  h6 {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.user-descrption-wrapper .description-inner-content .single-info .heading-text {
  width: 50%;
  text-align: left;
}
.user-descrption-wrapper
  .description-inner-content
  .single-info
  .heading-text
  h6 {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.user-descrption-wrapper .ant-collapse {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.user-descrption-wrapper .ant-collapse .ant-collapse-item {
  border-bottom: none;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  margin-bottom: 15px;
}
.profile-sidebar-wrapper .proifle-sidebar-inner-content {
  background-color: #f5fff2;
  padding: 20px 15px;
}
.profile-sidebar-wrapper
  .proifle-sidebar-inner-content
  .single-sidebar-content
  ul
  li {
  display: block;
  line-height: 30px;
  padding: 8px 10px;
  border-radius: 10px;
  cursor: pointer;
}
.profile-sidebar-wrapper
  .proifle-sidebar-inner-content
  .single-sidebar-content
  ul
  li.active {
  background-color: #007456;
  color: #fff;
}
.govt-job-card {
  position: relative;
  transition: all 0.2s ease;
  top: 0;
}
.govt-job-card:hover {
  top: -3px;
}
.govt-job-card .job-info-wrapper .job-info .logo {
  height: 50px;
  width: 50px;
  margin-right: 15px;
}
.govt-job-card .job-info-wrapper .job-info .company-info h4 {
  line-height: 24px;
}
.govt-job-card .job-info-wrapper .job-info .company-info h6 svg {
  display: inline-block;
  margin-right: 5px;
}
.govt-job-card .css-1ab15um-control {
  background-color: #f0f8f3;
}
.read-before-apply-wrapper {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0 3px 6px #0000001f;
  border-radius: 14px;
  opacity: 1;
  padding: 20px 30px;
  margin: 10px 0 20px;
}
.read-before-apply-wrapper .read-before-apply .title {
  font-size: 22px;
  font-weight: 700;
}
.read-before-apply-wrapper .read-before-apply .apply-info p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.read-before-apply-wrapper .read-before-apply .apply-info .deadline {
  margin: 20px 0;
  font-weight: 700;
  font-size: 14px;
}
.read-before-apply-wrapper .read-before-apply .apply-info .apply-online {
  color: #fff;
  background-color: #007456;
  border: none;
  border-radius: 26px;
  padding: 7px 22px;
  font-size: 18px;
}
.read-before-apply-wrapper .read-before-apply .organization-info h2 {
  font-size: 20px;
  font-weight: 700;
}
.read-before-apply-wrapper .read-before-apply .organization-info p {
  margin: 0;
  font-size: 14px;
  color: #676767;
  text-align: justify;
}
.job-card-wrapper {
  height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 8px 0 0;
}
.job-card-wrapper .job-card-container {
  background: #fff;
  border-radius: 8px;
  padding: 20px 15px;
  margin-bottom: 10px;
  box-shadow: 0 3px 6px #00000029;
  margin-top: 10px;
}
.job-card-wrapper .job-card-container.active {
  background: #f7f7f7;
  border: 1px solid #13d16b;
}
.job-card-wrapper .job-card-container .job-card-company-info .card-logo {
  height: 60px;
  width: 60px;
  border: 1px solid #ddd;
  padding: 5px;
}
.pdf-viewer-wrapper .pdf-viewer {
  height: 90vh;
}
.govt-job-detail-page .job-info-wrapper {
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  margin-bottom: 10px;
  padding: 20px 30px;
}
.govt-job-detail-page
  .job-info-wrapper
  .application-start
  .application-start-info {
  margin-left: 12px;
}
.govt-job-detail-page
  .job-info-wrapper
  .application-start
  .application-start-info
  p {
  margin: 0;
  color: #000;
  font-size: 14px;
}
.govt-job-detail-page .job-info-wrapper .application-end .application-end-info {
  margin-left: 12px;
}
.govt-job-detail-page .job-info-wrapper .application-end p {
  margin: 0;
  color: #000;
  font-size: 14px;
}
.govt-job-detail-page .job-info-wrapper .app-view .app-view-info {
  margin-left: 12px;
}
.govt-job-detail-page .job-info-wrapper .app-view p {
  margin: 0;
  color: #000;
  font-size: 14px;
}
.govt-job-detail-page .job-info-wrapper .app-icon {
  color: #007456;
  font-size: 22px;
  padding: 5px 6px;
  border-radius: 50%;
  background-color: #0074560d;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 36px;
}
.govt-job-detail-page .job-info-wrapper .application-action h6 {
  font-size: 14px;
}
.govt-job-detail-page .job-info-wrapper .application-action span {
  display: inline-block;
}
.top-card-wrapper {
  box-shadow: 0 3px 6px #00000029;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.top-card-wrapper .company-info .card-logo {
  width: 100px;
  height: 100px;
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.top-card-wrapper .card-info-wrapper .card-info .card-title {
  font-size: 21px;
  line-height: 31px;
}
.top-card-wrapper .card-info-wrapper .card-badge .badge {
  color: #fff;
  padding: 8px 10px;
  margin-right: 8px;
  border-radius: 13px;
  font-weight: 700;
}
.top-card-wrapper .card-info-wrapper .job-no p {
  margin: 0;
  color: #000;
  font-size: 14px;
}
.top-card-wrapper .card-action {
  flex-direction: column;
}
.top-card-wrapper .card-action .wishlist {
  color: #007456;
  border: 1px solid #007456;
  background-color: #fff;
  border-radius: 24px;
  padding: 6px 25px;
}
.top-card-wrapper .card-action .apply {
  color: #fff;
  background-color: #007456;
  border-radius: 24px;
  padding: 6px 25px;
}
.horizontal-card-wrapper .inner-content {
  justify-content: space-between;
  align-items: center;
  border: 1px solid #b5b5b5;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.horizontal-card-wrapper .inner-content .basic-info .logo {
  height: 70px;
  width: 70px;
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 10px;
}
.horizontal-card-wrapper .inner-content .basic-info .logo img {
  height: 100%;
  width: 100%;
}
.horizontal-card-wrapper .inner-content .basic-info .info h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.horizontal-card-wrapper .inner-content .basic-info .info span {
  display: block;
}
.horizontal-card-wrapper .inner-content .tag-info {
  max-width: 30%;
}
.horizontal-card-wrapper .inner-content .tag-info h5 {
  color: #4b4b4b;
  font-weight: 600;
  font-size: 17px;
}
.horizontal-card-wrapper .inner-content .tag-info h5 span {
  display: inline-block;
  font-weight: 500;
}
.horizontal-card-wrapper .inner-content .action {
  max-width: 30%;
}
.call-to-action-menu-content ul li {
  display: inline-block;
  margin-right: 10px;
}
.call-to-action-menu-content ul li:last-child {
  margin-right: 0;
}
.call-to-action-menu-content ul li a {
  background: transparent;
  padding: 10px 20px;
  color: #999;
  border-radius: 5px;
  border: 1px solid #05ad00;
}
.call-to-action-menu-content ul li a.active {
  background: #05ad00;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
}
.filter-search-options {
  position: relative;
}
.filter-search-options .package-filter input {
  height: auto !important;
}
.filter-search-options input {
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
  height: 35px;
  padding: 0 10px;
}
.filter-search-options .search-icon {
  border: none;
  position: absolute;
  right: 0;
  background-color: #009688;
  height: 100%;
  width: 35px;
  color: #fff;
  font-size: 20px;
}
.general-notice-desccription .notice-inner-content h3 {
  margin-bottom: 10px;
}
.general-notice-desccription .attachment-show {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px 10px;
  margin-top: 20px;
}
.general-notice-desccription iframe {
  width: 100%;
  height: 500px !important;
}
.product-card-loading {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}
.product-card-loading .loading-image {
  background-image: linear-gradient(
    90deg,
    #ececec 0px,
    #f4f4f4 40px,
    #ececec 80px
  );
  background-size: 250px;
  animation: shine-loading-image 2s infinite ease-out;
}
@keyframes shine-loading-image {
  0% {
    background-position: -32px;
  }
  40%,
  to {
    background-position: 208px;
  }
}
.login-page {
  height: calc(100vh - 100px);
}
.login-page .login-main-wrapper {
  padding: 44px;
  max-width: 440px;
  min-width: 440px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 6px #0003;
  overflow: hidden;
  background-color: #fff;
}
.login-page .login-main-wrapper .logo {
  width: 167px;
  margin: auto auto 60px;
}
.login-page .login-main-wrapper .logo img {
  width: 100%;
  height: 100%;
}
.login-page .login-main-wrapper .login-email-content {
  position: relative;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  width: 100%;
  margin-top: 11px;
}
.login-page .login-main-wrapper .login-email-content .heading-content h4 {
  font-size: 24px;
  font-weight: 800;
}
.login-page .login-main-wrapper .login-email-content .form-content {
  margin-top: 15px;
  margin-bottom: 10px;
}
.login-page .login-main-wrapper .login-email-content .form-content input {
  border-bottom: 1.2px solid #ddd;
  padding: 5px 0;
  width: 100%;
}
.login-page .login-main-wrapper .login-email-content .footer-content {
  margin-bottom: 10px;
}
.login-page .login-main-wrapper .login-password-content {
  position: relative;
  transition: all 0.2s ease-in-out;
}
.login-page
  .login-main-wrapper
  .login-password-content
  .password-heading-content
  h4
  b {
  color: #888;
  margin-right: 9px;
  cursor: pointer;
}
.login-page
  .login-main-wrapper
  .login-password-content
  .password-heading-content
  h4
  span {
  display: inline-block;
  font-size: 14px;
}
.login-page
  .login-main-wrapper
  .login-password-content
  .password-heading-content
  h3 {
  font-size: 24px;
  font-weight: 600;
}
.login-page .login-main-wrapper .login-password-content .email-or-phone-text {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  margin: 10px 0;
}
.login-page
  .login-main-wrapper
  .login-password-content
  .email-or-phone-text
  .arrow {
  flex-shrink: 0;
  margin-right: 10px;
  cursor: pointer;
}
.login-page
  .login-main-wrapper
  .login-password-content
  .email-or-phone-text
  .arrow
  svg {
  fill: #888;
}
.login-page
  .login-main-wrapper
  .login-password-content
  .email-or-phone-text
  .email-phone-content
  h4 {
  font-size: 16px;
}
.login-page .login-main-wrapper .login-password-content .password-field {
  margin-bottom: 20px;
}
.login-page .login-main-wrapper .login-password-content .password-field input {
  border-bottom: 1.2px solid #ddd;
  padding: 5px 0;
  width: 100%;
}
.login-page .login-main-wrapper .login-password-content .footer-content {
  margin-bottom: 10px;
}
.register-page .hm_hyperModalContentWrapper {
  height: auto !important;
  width: 40% !important;
}
.register-page .hm_hyperModalWrapper.hm_visible {
  visibility: visible;
  opacity: 1;
  z-index: 99999999999 !important;
}
.register-page .registration-modal .register-content .signup-form-title h1 {
  font-size: 22px;
}
.recruiter-authentication-page .hm_hyperModalContentWrapper {
  height: auto !important;
  width: 40% !important;
}
.login-wrapper .login-banner-area {
  background: #f8f8f8;
  flex-direction: column;
}
.login-wrapper .login-banner-area .banner-logo {
  background: #fff;
  width: 400px;
  height: 400px;
}
.login-wrapper .login-banner-area .banner-logo img {
  margin-top: 73px;
  height: 325px;
  width: 224px;
}
.login-wrapper .login-banner-area .banner-text-area .banner-text h2 {
  font-size: 30px;
  color: #007456;
  font-family: Mulish, sans-serif;
  line-height: 38px;
}
.login-wrapper .login-banner-area .banner-text-area .banner-text span {
  color: #007456;
}
.login-wrapper .login-banner-area .banner-text-area .banner-button {
  margin-top: 15px;
}
.login-wrapper
  .login-banner-area
  .banner-text-area
  .banner-button
  .banner-create-acc {
  border: 1px solid #007456;
  border-radius: 8px;
  font-size: 17px;
  padding: 8px 15px;
}
.login-wrapper .login-form-wrapper {
  box-shadow: 0 2px 6px #0003;
}
.login-wrapper .login-form-wrapper .login-form-top-area .login-logo {
  width: 140px;
  margin: auto;
}
.login-wrapper .login-form-wrapper .login-form-top-area .login-top-text {
  margin: 20px 0 32px;
}
.login-wrapper .login-form-wrapper .form-wrapper .remember .ant-form-item {
  margin-bottom: 0;
}
.login-wrapper .login-form-wrapper .login-button {
  background: #007456;
  box-shadow: 34px 34px 89px #329d9c36;
  border-radius: 12px;
  color: #fff;
  padding: 8px 0;
}
.register-page .signup-wrapper .signup-info {
  background-color: #fff;
  padding: 50px;
}
.register-page .signup-wrapper .signup-info .signup-logo {
  width: 200px;
}
.register-page .signup-wrapper .signup-info .signup-logo img {
  width: 144px;
  height: 140px;
}
.register-page
  .signup-wrapper
  .signup-info
  .signup-info-wrapper
  .signup-info-box {
  margin-bottom: 25px;
}
.register-page
  .signup-wrapper
  .signup-info
  .signup-info-wrapper
  .signup-info-box
  .notification-icon {
  margin-right: 10px;
  height: 40px;
  width: 40px;
}
.register-page
  .signup-wrapper
  .signup-info
  .signup-info-wrapper
  .signup-info-box
  .info-details
  p {
  color: #000;
}
.register-page .signup-wrapper .signup-info .signup-info-bottom p {
  margin: 0;
  color: #007456;
  font-size: 15px;
}
.register-page
  .signup-wrapper
  .signup-info
  .signup-info-bottom
  p
  .customer-care {
  font-size: 18px;
  font-weight: bolder;
  color: #007456;
}
.register-page .signup-wrapper .signup-info .signup-info-bottom .login {
  border: 1px solid #007456;
  border-radius: 8px;
  color: #007456;
  background: #fff;
  padding: 6px 12px;
}
.register-page .signup-wrapper .signup-form-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
}
.register-page .signup-wrapper .signup-form-wrapper .signup-form {
  background: #fff;
  box-shadow: 0 2px 6px #0003;
}
.register-page
  .signup-wrapper
  .signup-form-wrapper
  .signup-form
  .signup-form-title
  h1 {
  line-height: 30px;
  font-size: 24px;
  font-weight: 800;
}
.signup-button {
  margin-top: 15px;
  background: #007456;
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  border-radius: 12px;
}
.agreement .ant-form-item {
  margin-bottom: 0;
}
.login-logo {
  width: 167px;
  margin: auto auto 60px;
}
.recruter-top-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us-page .contact-basic-info {
  margin: auto;
  border-radius: 10px;
}
.contact-us-page .contact-basic-info h3 {
  margin-bottom: 13px;
  font-size: 24px;
  color: #000;
}
.contact-us-page .contact-basic-info .contact-social {
  margin-top: 20px;
  background: #fff;
  padding: 30px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.contact-us-page .contact-basic-info .contact-social .cell-number {
  margin-bottom: 10px;
}
.contact-us-page .contact-basic-info .contact-social .cell-number span,
.contact-us-page .contact-basic-info .contact-social .email span {
  display: inline-block;
  color: #058db8;
}
.contact-us-page .address-info {
  margin: 10px auto auto;
  border-radius: 10px;
}
.contact-us-page .address-info .single-address {
  display: flex;
  margin-bottom: 16px;
}
.contact-us-page .address-info .single-address .area {
  flex-shrink: 0;
  margin-right: 10px;
}
.contact-us-page .address-info .single-address .area span {
  color: #0070c6;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
.contact-us-page .feedback-form {
  border-radius: 10px;
  box-shadow: 11px 12px 25px #00000014;
  background: #fff;
}
.contact-us-page .feedback-form .heading h3 {
  padding: 11px 30px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2117647059);
  font-weight: 600;
}
.contact-us-page .feedback-form .add-content {
  padding: 30px;
}
@media (min-width: 1020px) and (max-width: 1600px) {
  .alljobs-style-lamp-swing.alljobs-image-animation {
    position: absolute;
    right: 8%;
    top: -80px;
  }
  .banner-content-wrapper-img {
    height: 400px;
    width: 400px;
    margin-top: 250px;
  }
  .alljobs-image-animation.alljobs-style-lamp-swing .style-lamp-swing:after {
    height: 400px;
  }
  .footer-section .all-jobs-play-store .play-store-inner-content ul li a {
    width: 100%;
  }
}
.pro-sidebar-wrapper button {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .user-descrption-wrapper .description-inner-content .single-info {
    display: block;
  }
  .user-descrption-wrapper
    .description-inner-content
    .single-info
    .heading-name,
  .profile-tab ul li {
    width: 100%;
  }
  .profile-right-section-content .text-end {
    text-align: left;
    width: 100%;
    margin-top: 17px;
  }
  .profile-page .hm_hyperModalContentWrapper {
    width: 90% !important;
  }
  .profile-page .hm_hyperModalContentWrapper .remove-modal button {
    margin-bottom: 10px;
  }
  .horizontal-card-wrapper .inner-content .basic-info .logo {
    height: auto;
    width: auto;
  }
  .horizontal-card-wrapper .inner-content .basic-info .info {
    margin-bottom: 10px;
  }
  .horizontal-card-wrapper .inner-content .tag-info {
    max-width: 100%;
  }
  .horizontal-card-wrapper .inner-content .tag-info span {
    margin-bottom: 10px;
  }
  .horizontal-card-wrapper .inner-content .action {
    max-width: 100%;
    margin-top: 10px;
  }
  .horizontal-card-wrapper .inner-content .action a {
    margin-bottom: 10px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .language-translate-toogler {
    top: 53px;
  }
  .main-logo:after {
    bottom: -5px;
  }
  .secondary-card-padding {
    padding: 15px;
  }
  .banner-bottom-icon-count h4 {
    font-size: 20px !important;
    font-weight: 500;
  }
  .global-search-wrapper-container .search-select-wrapper {
    display: none;
  }
  .global-search-wrapper-container .global-search-wrapper svg {
    left: 0;
  }
  .global-search-wrapper-container .global-search-wrapper input {
    font-size: 14px;
    padding-left: 24px;
  }
  .hero-banner-img {
    display: none;
  }
  .top-text {
    margin-bottom: 29px !important;
  }
  .top-text h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 3px;
  }
  .top-text h3 {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .banner-white-area {
    height: auto;
  }
  .banner-content-wrapper .banner-job-card-wrapper {
    display: block;
  }
  .banner-content-wrapper .banner-job-card-wrapper .banner-job-card {
    min-width: 100%;
    margin-bottom: 10px;
  }
  .login-page .login-main-wrapper {
    padding: 20px;
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 6px #0003;
    overflow: hidden;
  }
  .login-page .login-main-wrapper .logo,
  .login-logo {
    margin-bottom: 20px;
  }
  .forgot-password-otp-send-page .forgot-password-send-otp-wrapper {
    padding: 20px;
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 6px #0003;
    overflow: hidden;
  }
  .signup-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 11px !important;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
  .signup-form-wrapper-relative {
    display: flex;
    position: relative !important;
  }
  .recruter-top-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px !important;
    top: 50%;
    position: relative;
  }
  .main-search-page {
    display: block !important;
    width: 100% !important;
    background: transparent !important;
  }
  .main-search-page .global-search-wrapper {
    margin-bottom: 10px;
  }
  .main-search-page .global-search-wrapper input {
    height: 40px;
  }
  .main-search-page .organization-type-search-wrapper {
    display: block !important;
  }
  .main-search-page .organization-type-search-wrapper .search-select-wrapper {
    display: block !important;
    margin-bottom: 10px;
  }
  .pagination-wrapper .pagination-content .pageNumbers {
    float: left;
  }
  .pagination-wrapper .pagination-content .pageNumbers li {
    line-height: 27px;
    padding: 0 6px;
  }
  .pagination-wrapper .pagination-content .pageNumbers li button {
    padding: 0 6px;
  }
  .react-pagination-wrapper .text-right {
    text-align: left;
  }
  .register-page .registration-modal {
    padding: 20px !important;
  }
  .register-page .hm_hyperModalContentWrapper,
  .recruiter-authentication-page .hm_hyperModalContentWrapper {
    width: 100% !important;
  }
  .job-seeker-pro-sidebar-wrapper
    .show-sidebar-wrapper.job-seeker-profile-sidebar {
    display: block;
    position: fixed;
    top: 64px;
    height: 500px;
    overflow-y: scroll;
    z-index: 9;
    width: 100%;
    left: 0;
  }
  .job-seeker-pro-sidebar-wrapper .job-seeker-profile-sidebar-hide {
    display: none;
  }
  .contact-us-page .address-info .single-address {
    display: block;
  }
  .desktop-menu-area {
    display: none;
  }
  .profile-page .add-overview-wrapper .hm_hyperModalContentWrapper {
    width: 80% !important;
  }
}
@media (min-width: 320px) and (max-width: 600px) {
  .call-to-action-menu-content ul li {
    margin-bottom: 30px;
  }
}
.before\:absolute:before {
  content: var(--tw-content);
  position: absolute;
}
.before\:left-12:before {
  content: var(--tw-content);
  left: 3rem;
}
.before\:top-3:before {
  content: var(--tw-content);
  top: 0.75rem;
}
.before\:z-10:before {
  content: var(--tw-content);
  z-index: 10;
}
.before\:block:before {
  content: var(--tw-content);
  display: block;
}
.before\:h-\[2px\]:before {
  content: var(--tw-content);
  height: 2px;
}
.before\:bg-black:before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.after\:absolute:after {
  content: var(--tw-content);
  position: absolute;
}
.after\:right-\[-15px\]:after {
  content: var(--tw-content);
  right: -15px;
}
.after\:text-\[\#666\]:after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.after\:content-\[\'\/\'\]:after {
  --tw-content: "/";
  content: var(--tw-content);
}
.last\:mr-0:last-child {
  margin-right: 0;
}
.last\:after\:hidden:last-child:after {
  content: var(--tw-content);
  display: none;
}
.hover\:bg-\[\#007456\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 116 86 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.hover\:text-\[\#fff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-green-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 128 61 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.group:last-child .group-last\:pointer-events-none {
  pointer-events: none;
}
.group:last-child .group-last\:text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .sm\:mr-10 {
    margin-right: 2.5rem;
  }
  .sm\:mr-2 {
    margin-right: 0.5rem;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-1\/3 {
    width: 33.333333%;
  }
  .sm\:w-\[200px\] {
    width: 200px;
  }
  .sm\:w-\[380px\] {
    width: 380px;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:min-w-0 {
    min-width: 0px;
  }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:items-end {
    align-items: flex-end;
  }
  .sm\:gap-0 {
    gap: 0px;
  }
  .sm\:p-\[10px\] {
    padding: 10px;
  }
  .sm\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sm\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-right {
    text-align: right;
  }
  .sm\:text-\[25px\] {
    font-size: 25px;
  }
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .md\:sticky {
    position: sticky;
  }
  .md\:top-\[120px\] {
    top: 120px;
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mr-10 {
    margin-right: 2.5rem;
  }
  .md\:mr-2 {
    margin-right: 0.5rem;
  }
  .md\:mr-3 {
    margin-right: 0.75rem;
  }
  .md\:mr-\[15px\] {
    margin-right: 15px;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-\[200px\] {
    width: 200px;
  }
  .md\:w-\[728px\] {
    width: 728px;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:min-w-0 {
    min-width: 0px;
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:gap-0 {
    gap: 0px;
  }
  .md\:gap-28 {
    gap: 7rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:p-\[10px\] {
    padding: 10px;
  }
  .md\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .md\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .md\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-\[12px\] {
    font-size: 12px;
  }
  .md\:text-\[32px\] {
    font-size: 32px;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:font-semibold {
    font-weight: 600;
  }
  .md\:before\:w-\[100\%\]:before {
    content: var(--tw-content);
    width: 100%;
  }
}
@media (min-width: 991px) {
  .\32md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .\32md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .\32md\:gap-4 {
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }
  .lg\:top-\[120px\] {
    top: 120px;
  }
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .lg\:mb-\[0px\] {
    margin-bottom: 0;
  }
  .lg\:mr-10 {
    margin-right: 2.5rem;
  }
  .lg\:mr-2 {
    margin-right: 0.5rem;
  }
  .lg\:mr-\[0px\] {
    margin-right: 0;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:mt-\[-15px\] {
    margin-top: -15px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[198px\] {
    height: 198px;
  }
  .lg\:h-\[80px\] {
    height: 80px;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-\[150px\] {
    width: 150px;
  }
  .lg\:w-\[197px\] {
    width: 197px;
  }
  .lg\:w-\[20\%\] {
    width: 20%;
  }
  .lg\:w-\[200px\] {
    width: 200px;
  }
  .lg\:w-\[26\%\] {
    width: 26%;
  }
  .lg\:w-\[30\%\] {
    width: 30%;
  }
  .lg\:w-\[300px\] {
    width: 300px;
  }
  .lg\:w-\[70\%\] {
    width: 70%;
  }
  .lg\:w-\[728px\] {
    width: 728px;
  }
  .lg\:w-\[80\%\] {
    width: 80%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:min-w-0 {
    min-width: 0px;
  }
  .lg\:min-w-\[400px\] {
    min-width: 400px;
  }
  .lg\:min-w-\[450px\] {
    min-width: 450px;
  }
  .lg\:min-w-\[600px\] {
    min-width: 600px;
  }
  .lg\:min-w-\[80\%\] {
    min-width: 80%;
  }
  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }
  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }
  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-0 {
    gap: 0px;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:p-\[10px\] {
    padding: 10px;
  }
  .lg\:p-\[30px\] {
    padding: 30px;
  }
  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lg\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lg\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .lg\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pl-\[20px\] {
    padding-left: 20px;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-\[14px\] {
    font-size: 14px;
  }
  .lg\:text-\[16px\] {
    font-size: 16px;
  }
  .lg\:text-\[19px\] {
    font-size: 19px;
  }
  .lg\:text-\[20px\] {
    font-size: 20px;
  }
  .lg\:text-\[24px\] {
    font-size: 24px;
  }
  .lg\:text-\[32px\] {
    font-size: 32px;
  }
  .lg\:font-extrabold {
    font-weight: 800;
  }
  .lg\:leading-\[72px\] {
    line-height: 72px;
  }
}
@media (min-width: 1200px) {
  .\32lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .\32lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .xl\:mb-0 {
    margin-bottom: 0;
  }
  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .xl\:mb-8 {
    margin-bottom: 2rem;
  }
  .xl\:mb-\[0px\] {
    margin-bottom: 0;
  }
  .xl\:mr-10 {
    margin-right: 2.5rem;
  }
  .xl\:mr-2 {
    margin-right: 0.5rem;
  }
  .xl\:mr-4 {
    margin-right: 1rem;
  }
  .xl\:mr-\[0px\] {
    margin-right: 0;
  }
  .xl\:mt-0 {
    margin-top: 0;
  }
  .xl\:block {
    display: block;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:h-\[80px\] {
    height: 80px;
  }
  .xl\:w-1\/2 {
    width: 50%;
  }
  .xl\:w-1\/3 {
    width: 33.333333%;
  }
  .xl\:w-\[100\%\] {
    width: 100%;
  }
  .xl\:w-\[150px\] {
    width: 150px;
  }
  .xl\:w-\[20\%\] {
    width: 20%;
  }
  .xl\:w-\[200px\] {
    width: 200px;
  }
  .xl\:w-\[26\%\] {
    width: 26%;
  }
  .xl\:w-\[30\%\] {
    width: 30%;
  }
  .xl\:w-\[300px\] {
    width: 300px;
  }
  .xl\:w-\[40\%\] {
    width: 40%;
  }
  .xl\:w-\[70\%\] {
    width: 70%;
  }
  .xl\:w-\[728px\] {
    width: 728px;
  }
  .xl\:w-\[80\%\] {
    width: 80%;
  }
  .xl\:w-\[85\%\] {
    width: 85%;
  }
  .xl\:w-\[88\%\] {
    width: 88%;
  }
  .xl\:w-auto {
    width: auto;
  }
  .xl\:min-w-\[300px\] {
    min-width: 300px;
  }
  .xl\:min-w-\[400px\] {
    min-width: 400px;
  }
  .xl\:min-w-\[450px\] {
    min-width: 450px;
  }
  .xl\:min-w-\[600px\] {
    min-width: 600px;
  }
  .xl\:min-w-\[80\%\] {
    min-width: 80%;
  }
  .xl\:max-w-\[400px\] {
    max-width: 400px;
  }
  .xl\:max-w-\[600px\] {
    max-width: 600px;
  }
  .xl\:max-w-\[80\%\] {
    max-width: 80%;
  }
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:items-end {
    align-items: flex-end;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:justify-center {
    justify-content: center;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
  .xl\:gap-4 {
    gap: 1rem;
  }
  .xl\:p-\[40px\] {
    padding: 40px;
  }
  .xl\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .xl\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .xl\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .xl\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xl\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .xl\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .xl\:pl-\[20px\] {
    padding-left: 20px;
  }
  .xl\:pt-24 {
    padding-top: 6rem;
  }
  .xl\:text-left {
    text-align: left;
  }
  .xl\:text-right {
    text-align: right;
  }
  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:text-\[19px\] {
    font-size: 19px;
  }
  .xl\:text-\[24px\] {
    font-size: 24px;
  }
  .xl\:text-\[32px\] {
    font-size: 32px;
  }
  .xl\:leading-\[73px\] {
    line-height: 73px;
  }
}
@media (min-width: 1536px) {
  .\32xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .\32xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .\32xl\:mb-0 {
    margin-bottom: 0;
  }
  .\32xl\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .\32xl\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .\32xl\:mb-\[0px\] {
    margin-bottom: 0;
  }
  .\32xl\:mr-2 {
    margin-right: 0.5rem;
  }
  .\32xl\:mr-4 {
    margin-right: 1rem;
  }
  .\32xl\:mr-\[0px\] {
    margin-right: 0;
  }
  .\32xl\:mt-0 {
    margin-top: 0;
  }
  .\32xl\:block {
    display: block;
  }
  .\32xl\:flex {
    display: flex;
  }
  .\32xl\:h-\[80px\] {
    height: 80px;
  }
  .\32xl\:w-1\/2 {
    width: 50%;
  }
  .\32xl\:w-1\/3 {
    width: 33.333333%;
  }
  .\32xl\:w-\[100\%\] {
    width: 100%;
  }
  .\32xl\:w-\[150px\] {
    width: 150px;
  }
  .\32xl\:w-\[20\%\] {
    width: 20%;
  }
  .\32xl\:w-\[200px\] {
    width: 200px;
  }
  .\32xl\:w-\[26\%\] {
    width: 26%;
  }
  .\32xl\:w-\[30\%\] {
    width: 30%;
  }
  .\32xl\:w-\[300px\] {
    width: 300px;
  }
  .\32xl\:w-\[40\%\] {
    width: 40%;
  }
  .\32xl\:w-\[70\%\] {
    width: 70%;
  }
  .\32xl\:w-\[728px\] {
    width: 728px;
  }
  .\32xl\:w-\[80\%\] {
    width: 80%;
  }
  .\32xl\:w-\[85\%\] {
    width: 85%;
  }
  .\32xl\:w-\[88\%\] {
    width: 88%;
  }
  .\32xl\:w-auto {
    width: auto;
  }
  .\32xl\:min-w-\[300px\] {
    min-width: 300px;
  }
  .\32xl\:min-w-\[400px\] {
    min-width: 400px;
  }
  .\32xl\:min-w-\[450px\] {
    min-width: 450px;
  }
  .\32xl\:min-w-\[600px\] {
    min-width: 600px;
  }
  .\32xl\:min-w-\[80\%\] {
    min-width: 80%;
  }
  .\32xl\:max-w-\[400px\] {
    max-width: 400px;
  }
  .\32xl\:max-w-\[600px\] {
    max-width: 600px;
  }
  .\32xl\:max-w-\[80\%\] {
    max-width: 80%;
  }
  .\32xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .\32xl\:items-end {
    align-items: flex-end;
  }
  .\32xl\:items-center {
    align-items: center;
  }
  .\32xl\:justify-center {
    justify-content: center;
  }
  .\32xl\:justify-between {
    justify-content: space-between;
  }
  .\32xl\:gap-4 {
    gap: 1rem;
  }
  .\32xl\:p-\[40px\] {
    padding: 40px;
  }
  .\32xl\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .\32xl\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .\32xl\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .\32xl\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .\32xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .\32xl\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .\32xl\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .\32xl\:pl-\[20px\] {
    padding-left: 20px;
  }
  .\32xl\:text-left {
    text-align: left;
  }
  .\32xl\:text-right {
    text-align: right;
  }
  .\32xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .\32xl\:text-\[19px\] {
    font-size: 19px;
  }
  .\32xl\:text-\[27px\] {
    font-size: 27px;
  }
  .\32xl\:text-\[32px\] {
    font-size: 32px;
  }
  .\32xl\:leading-\[72px\] {
    line-height: 72px;
  }
}
