body {
  font-family: "Open Sans", sans-serif;
  color: black;
  max-width: 100vw;
  overflow-x: hidden;
}

:root {
  --soft-gray: #fafafa;
  --bg-gray: rgb(242, 242, 242);
  --gray: rgb(191, 191, 191);
  --darker-gray: rgb(127, 127, 127);
  --font-size-ten: 0.833rem;
  --font-size-eleven: 0.917rem;
  --font-size-twelve: 1rem;
  --font-size-eight: 0.667rem;
  --font-size-seven: 0.583rem;
  --font-size-fourteen: 1.167rem;
  --font-size-24: 1.5rem;
  --font-size-10: 0.625;
  --font-size-12: 0.75rem;
  --font-size-14: 0.875rem;
  --font-size-16: 1rem;
  --font-size-10: 0.625rem;
  --green-color: #76cc11;
}
button,
label,
p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
.collapse-textVp,
.collapse-text,
.accordion-header {
  word-break: break-word;
}
/* .collapse {
  height: 40px;
} */
p {
  margin-bottom: 0;
}

main {
  max-width: 1440px;
  margin: auto;
  min-height: calc(100vh);
  padding: 2.25rem 0rem;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  box-shadow: none;
  outline: 0 none;
}

a:focus,
a:active {
  background: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none !important;
  outline: none;
}

p {
  overflow-wrap: break-word !important;
  word-wrap: break-word;
}

input {
  color: black !important;
}

button,
label,
p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif !important;
  overflow-wrap: break-word !important;
  word-wrap: break-word;
  word-break: break-word;
}

button {
  word-break: break-all;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2 {
  width: 100% !important;
}

select {
  opacity: 0;
}

.select2-container--default .select2-selection--single {
  display: flex !important;
  align-items: center !important;
}

.select2-selection__arrow {
  display: none !important;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0.75rem;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  padding-right: 1.5rem;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
  font-size: 0.833rem;
  outline: none;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #d9d9d9 !important;
  border-radius: 10px !important;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  overflow: hidden;
}

.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
}
.select2-search--dropdown .select2-search__field:focus {
  outline: none;
  border: 1px solid var(--green-color) !important;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: black;
  line-height: 1.3;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #959595;
  font-size: 0.875rem;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default
  .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  font-size: 0.875rem;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 217px;
  overflow-y: auto;
  font-size: 0.875rem;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ebebeb;
  color: black;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f0f0f0;
  color: black;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-selection__rendered:focus {
  outline: none !important;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid var(--green-color);
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  outline: none !important;
  border: none !important;
  display: none;
}
.select2-container--classic
  .select2-search--dropdown
  .select2-search__field:focus {
  outline: none;
  border: none;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
header {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 999;
}

header.hide {
  display: none;
}
.navbar {
  background: white;
  height: 55px;
  font-family: "Open Sans", sans-serif;
  --font-size-eleven: 0.967rem;
  box-shadow: 0px 1px 0px #00000029;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 0.5rem 1rem;
  padding-right: 20px;
}

.navbar select {
  opacity: 0;
}

.header-pro-logo {
  height: 39px;
  width: 39px;
  object-fit: contain;
}

.dropdown-menu {
  border-radius: 15px;
  padding: 0.5rem 0;
  max-width: 270px;
  min-width: 215px;
  border: 1px solid #d9d9d9;
  /* height: calc(100vh - 50px); */
  max-height: 380px;
  overflow-y: auto;
}

.dropdown-menu.notification {
  min-width: 18rem;
  padding: 1rem 0;
  max-height: 405px;
}

.dropdown-item .text {
  margin-left: 0.7rem;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-item {
  padding: 0.5rem 1rem !important;
}

.message-container {
  display: flex;
  align-items: center;
}

.message-container.read .read-notif {
  background-color: #76cc11;
  pointer-events: none;
}

.message-container.read a {
  color: black;
}

.message-container:hover {
  background-color: #f0f0f0;
}

.message-container a {
  display: flex;
  font-size: var(--font-size-eight);
  color: gray;
  text-decoration: none;
  padding: 0.5rem 1rem;
}

.message-container a p {
  padding-left: 0.5rem;
}
.message-container a .time {
  font-size: var(--font-size-seven);
}

.message-container a .message {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: keep-all;
  word-break: break-all;
  width: auto;
  padding-right: 1rem;
}

.notif-title {
  font-size: var(--font-size-eleven);
  padding: 0rem 1rem;
}

.message-container img {
  max-height: 48.024px;
  max-width: 48.024px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

nav .nav-link {
  font-size: 1rem;
  color: black;
  position: relative;
  height: 2.5rem;
  display: flex;
  align-items: center;
}

.dropdown-menu .nav-link {
  height: auto;
}

.nav-link.red-dot::after {
  content: "";
  position: absolute;
  right: 20%;
  top: 20%;
  height: 10px;
  width: 10px;
  background-color: red;
  border-radius: 50%;
}

.read-notif {
  display: block;
  flex: 0 0 10px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 0.5px solid gray;
  padding: 0;
  background-color: transparent;
  align-self: center;
  pointer-events: all;
}

.read-notif.read {
  background-color: #76cc11;
}

.read-all-btn {
  background: none;
  padding: 0;
  border: none;
  outline: none;
  font-size: var(--font-size-eight);
  margin-left: 1rem;
  color: #76cc11;
}

nav .nav-link:hover {
  color: #76cc11;
}
.dropdown-item.nav-link:hover {
  color: black;
  background-color: #f0f0f0;
}

.bell-icon {
  width: 1rem !important;
}

ul.nav-tabs {
  padding-left: 0;
}

.nav-item:last-of-type {
  padding-right: 0 !important;
}

.nav-item:last-of-type .nav-link {
  padding-right: 0 !important;
}

.nav-item {
  position: relative;
}

.menu-text {
  max-width: 72px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.lang-container {
  display: flex;
  position: relative;
  height: 100%;
  padding: 0 0.5rem;
}

.lang-container .abrev {
  display: flex;
  align-items: center;
}

.select2-dropdown.navbar-dropdown {
  min-width: 200px;
  right: 0;
  left: -7rem !important;
  top: 0.5rem;
}

.lang-container .select2-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}

.select2-container
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  display: none !important;
}

.lang-container .select2-selection__rendered {
  display: none !important;
}

.lang-container:hover {
  color: var(--green-color);
}

.abrev .abrev-lang-head {
  margin-left: 5px;
}

.tooltip {
  pointer-events: none;
}

.col-custom:nth-of-type(1) {
  /* min-width: 27%; */
  /* width: 352px; */
  flex-grow: 1;
  width: 25%;
  /* min-width: 352px; */
  padding: 0 8px;
}
.col-custom:nth-of-type(2) {
  /* min-width: 27%; */
  /* width: 352px; */
  flex-grow: 1;
  width: 25%;
  /* min-width: 352px; */
  padding: 0 8px;
}
.col-custom:nth-of-type(3) {
  /* min-width: 27%; */
  /* width: 352px; */
  flex-grow: 1;
  width: 25%;
  /* min-width: 352px; */
  padding: 0 8px;
}

.col-customBtn {
  /* min-width: 15%; */
  width: 16.68%;
  padding: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrapper-search {
  margin-left: -8px;
  margin-right: -8px;
}

/* media queries */

@media (min-width: 375px) and (max-width: 520px) {
  .logo-vp {
    height: 22px !important;
  }
}
@media (min-width: 320px) and (max-width: 666px) {
  .wrapper-search {
    position: relative;
    /* gap: 0%; */
  }
}
@media (max-width: 320px) {
  .view-body {
    padding: 10px !important;
    z-index: 10;
  }
  .logo-vp {
    height: 18px !important;
  }
  .accordion-item.active .accordion-body {
    padding: 15px !important;
  }
}
@media (min-width: 479px) and (max-width: 480px) {
  .col-6 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .user-icon {
    font-size: 4rem !important;
  }
  .logo-vp {
    height: 12px !important;
  }
  .mb-card {
    padding: 0 10px !important;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .wrapper-logoImg:not(:last-of-type) {
    padding-bottom: 14px !important;
  }
}
@media (min-width: 567px) and (max-width: 568px) {
  .col-6 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .accordion-item.active .accordion-body {
    padding: 15px !important;
  }
  .user-icon {
    font-size: 4rem !important;
  }
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .logo-vp {
    height: 16px !important;
  }
  .mb-card {
    padding: 0 10px !important;
  }
}
@media (max-width: 575px) {
  .mb-card:nth-child(odd) {
    padding: 0 10px 0px 15px;
  }
  .mb-card:nth-child(even) {
    padding: 0 15px 0px 10px;
  }
}
@media (max-width: 666px) {
  .col-custom:not(:nth-last-child(1)) {
    margin-bottom: 14px;
  }

  .col-custom3:not(:nth-last-child(1)) {
    margin-bottom: 14px !important;
  }
  .col-custom3 {
    width: 100%;
    flex-basis: 100%;
    padding-left: 8px;
    padding-right: 8px;
    /* flex: 1 !important; */
  }
  .col-custom {
    width: 100%;
    /* flex: 1 !important; */
  }

  .wrapperCard {
    font-size: 0.875rem !important;
  }
  .wrapperCard-desc {
    font-size: 0.625rem !important;
  }
  .collapse-textVp {
    font-size: 0.625rem !important;
  }

  .collapse-text {
    font-size: 0.875rem !important;
    line-height: 140%;
    /* or 22px */
  }
}

@media (min-width: 640px) and (max-width: 766px) {
  .wrapper-search {
    justify-content: space-between;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .col-custom:nth-of-type(1) {
    /* min-width: 27%; */
    /* width: 352px; */
    flex-grow: 3;
    max-width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .col-custom:nth-of-type(2) {
    /* min-width: 27%; */
    /* width: 50%; */
    flex-grow: 3;
    margin-left: 0;
    margin-right: 0;
    max-width: 50%;
    padding: 0;
    padding-right: 8px;
  }
  .col-custom:nth-of-type(3) {
    /* min-width: 27%; */
    /* width: 50%; */
    flex-grow: 3;
    max-width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    padding-left: 8px;
  }
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .mb-card {
    padding: 0 10px !important;
  }
  .accordion-item.active .accordion-body {
    padding: 15px !important;
  }
  .col-custom:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    margin-bottom: 14px;
  }

  .col-customBtn {
    width: 50%;
    padding: 0;
    padding-right: 8px;
  }
  .col-customBtn {
    width: 50% !important;
    margin-left: 0;
    margin-right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* .col-custom3 {
    flex: 1 1 0px;
    margin-bottom: 0 !important;
  } */
  .col-custom3 {
    /* flex: 1 1 0px; */
    width: 33.333%;
    padding-left: 8px;
    padding-right: 8px;
  }
  /* .col-custom3:not(:nth-last-child(1)) {
    margin-right: 16px;
  } */
  .mt-customcard {
    margin-top: 35px !important;
  }

  .select-container-category,
  .wrapper-btn {
    margin-left: auto;
  }
  .search,
  .select-container-category,
  .select-container-feature,
  .wrapper-btn {
    width: 98%;
  }

  .wrapper-search {
    position: relative;
  }
}
@media (min-width: 640px) and (max-width: 800px) {
  .wrapperCard {
    font-size: 0.875rem !important;
  }
  .wrapperCard-desc {
    font-size: 0.625rem !important;
  }
  .collapse-textVp {
    font-size: 0.625rem !important;
  }
}
@media (max-width: 240px) {
  .user-icon {
    font-size: 4rem !important;
  }
}
@media (min-width: 844px) and (max-width: 900px) {
  .wrapperCard {
    font-size: 1rem !important;
  }
  .wrapperCard-desc {
    font-size: 0.74rem !important;
  }
  .collapse-textVp {
    font-size: 0.74rem !important;
  }
}
@media (max-width: 767px) {
  .navbar-expand-md .navbar-collapse {
    display: flex;
    flex-basis: auto;
    flex-direction: row;
  }
  .col-customContainer {
    width: 100%;
    flex-grow: 0;
    flex-wrap: wrap;
    gap: 0;
  }
  .mt-filter {
    margin-top: 7px;
  }
  .mb-filter {
    margin-bottom: 5px;
  }
  .col-custom:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    flex-basis: 100%;
    margin-bottom: 14px;
  }
  .col-customBtn {
    width: 100%;
  }
  .button-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .wrapperCard {
    margin-bottom: 4px !important;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-nav {
    flex-direction: row;
  }

  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .wrapper {
    padding: 20px;
  }
  .logo-vp {
    height: 18px;
  }
  .user-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6rem;
    color: #cecece;
  }
  .view-body {
    border: 1px solid #cecece;
    box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 15px !important;
    z-index: 10;
  }
}
@media (min-width: 400px) and (max-width: 450px) {
  /*     font-size: 1rem !important;*/
  .wrapperCard {
    font-size: 1rem !important;
  }
  .wrapperCard-desc {
    font-size: 0.688rem !important;
  }
  .collapse-textVp {
    font-size: 0.688rem !important;
  }
}
@media (min-width: 768px) {
  .logo-vp {
    height: 21px;
    position: relative;
  }
  .mt-filter {
    margin-top: 15px;
  }
  .mb-filter {
    margin-bottom: 5px;
  }
  .mt-customcard {
    margin-top: 35px !important;
  }
  .user-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7rem;
    color: #cecece;
  }
  .wrapperCard {
    margin-bottom: 5px !important;
  }
  .view-body {
    border: 1px solid #cecece;
    box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px;
    /* width: 204px; */
    z-index: 10;
  }
  /* .card-profile {
    aspect-ratio: 1/1;
  } */
  .col-custom3 {
    /* flex: 1 1 0px; */
    width: 33.333%;
    padding-left: 8px;
    padding-right: 8px;
  }
  /* .col-custom3:last-of-type {
  } */
}
@media (min-width: 767px) and (max-width: 991px) {
  main {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .wrapper-search {
    margin-left: -8px;
    margin-right: -8px;
  }
  .col-custom:nth-of-type(1) {
    /* min-width: 27%; */
    /* width: 352px; */
    flex-grow: 1;
    width: 25%;
    /* min-width: 352px; */
    margin-left: 0;
    margin-right: 0;
    padding: 0 8px;
  }
  .col-custom:nth-of-type(2) {
    /* min-width: 27%; */
    /* width: 352px; */
    flex-grow: 1;
    width: 25%;
    /* min-width: 352px; */
    padding: 0 8px;
  }
  .col-custom:nth-of-type(3) {
    /* min-width: 27%; */
    /* width: 352px; */
    flex-grow: 1;
    width: 25%;
    /* min-width: 352px; */
    padding: 0 8px;
  }

  .col-customBtn {
    /* min-width: 15%; */
    width: 25%;
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .mb-card {
    padding: 0 10px;
  }
}

@media (min-width: 1000px) {
  .logo-vp {
    height: 20px;
    position: relative;
  }
}
@media (max-width: 1199px) {
  .wrapper {
    padding: 20px;
  }
}
@media (max-width: 400px) {
  .nav-item {
    position: static;
  }

  .dropdown-menu {
    right: 1rem;
    top: auto;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
  }

  .dropdown-menu.notification {
    width: 80%;
  }

  .select2-dropdown.navbar-dropdown {
    min-width: 200px;
    top: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .user-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8rem;
    color: #cecece;
  }
  .collapse-text {
    margin-left: 2px;
  }
  .logo-vp {
    height: 28.86px;
  }
  .view-body {
    padding: 24px;
  }
  .accordion-item.active .accordion-body {
    padding: 23px !important;
  }
}
@media (max-width: 370px) {
  .select2-dropdown.navbar-dropdown {
    right: 0;
    left: 0 !important;
    top: 0.5rem;
  }
}
@media (min-width: 1366px) and (max-width: 1439px) {
  .wrapper {
    max-width: 1290px !important;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .wrapper-search {
    position: relative;

    /* margin-right: 8px; */
  }

  .wrapper-search {
    position: relative;
  }
  footer {
    padding: 90px 0 70px;
  }
}
@media (min-width: 1191px) {
  .closeSearch {
    position: absolute;
    top: 13px;
    right: 19px;
    display: flex;
    align-items: center;
    color: #bfbfbf;
    font-size: 18px;
    display: none;
    cursor: pointer;
  }
}

@media (max-width: 720px) {
  :root {
    --font-size-24: 22px;
  }
}
@media (max-width: 1200px) {
  .tooltip {
    display: none;
  }
}
@media (min-width: 1200px) {
  .wrapper-search {
    position: relative;
    /* gap: 17px; */
    /* margin-right: 8px; */
  }
  .col-custom3 {
    /* flex: 1 1 0px; */
    width: 33.333%;
    padding-left: 11px;
    padding-right: 11px;
  }
  /* .wrapper-btn {
    min-width: 15%;
  } */
  .col-custom:nth-of-type(1) {
    /* min-width: 27%; */
    /* width: 352px; */
    flex-grow: 1;
    width: 25%;
    /* min-width: 352px; */
    padding: 0 11px;
  }
  .col-custom:nth-of-type(2) {
    /* min-width: 27%; */
    /* width: 352px; */
    flex-grow: 1;
    width: 25%;
    /* min-width: 352px; */
    padding: 0 11px;
  }
  .col-custom:nth-of-type(3) {
    /* min-width: 27%; */
    /* width: 352px; */
    flex-grow: 1;
    width: 25%;
    /* min-width: 352px; */
    padding: 0 11px;
  }

  .col-customBtn {
    /* min-width: 15%; */
    width: 16.68%;
    padding: 0 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .wrapper {
    padding: 0;
  }
  .mb-card {
    margin-bottom: 30px;
  }
  .card-profile {
    /* height: 190px;
    max-height: 190px; */
    /* aspect-ratio: 1/1; */
    margin-bottom: 10px;
    background: #e8e8e8;
    border-radius: 15px;
    position: relative;
    border: none;
    /* width: 190px; */
  }
  .col-xl-2 {
    padding: 0 17.914px;
  }
}

@media (max-width: 500px) {
  main {
    padding: 0 20px;
    padding-top: 23px;
  }
}
/* end media queries */

.button {
  width: fit-content !important;
  font-size: 1rem;
  font-weight: 400 !important;
  padding: 7px 13px !important;
  cursor: pointer !important;
  word-break: break-all;
}
.d-flex {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
}

.bold {
  font-weight: bold;
}

.text-primary {
  color: var(--green-color) !important;
}

.green-text {
  color: #76cc11;
}

.red-text {
  color: #ff0000;
}

.gray-text {
  color: #959595;
}

.caption {
  font-size: 0.85rem;
  color: #000;
}
.text-btn {
  background: none;
  outline: none !important;
  border: none;
  padding: 0;
}
.twentyfivebold {
  font-size: 1.6rem !important;
  font-weight: 700;
}
.fourteenbold {
  font-size: 0.875rem !important;
  font-weight: 700;
}

.fourteenpx {
  font-size: var(--font-size-14);
}
.tenpx {
  font-size: 0.833rem;
}

.eightpx {
  font-size: var(--font-size-eight);
}
.elevenpx {
  font-size: 0.917rem;
}

.twelvepx {
  font-size: var(--font-size-12);
}

.sixteenpx {
  font-size: var(--font-size-16);
}
.ninepx {
  font-size: 0.75rem;
}
.font-weight-light {
  font-weight: 400;
}
.font-weight-x-bold {
  font-weight: 800;
}
.font-weight-bold {
  font-weight: 700 !important;
}

.underline-btn {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}
.break-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.btn-primary {
  min-height: 46px;
  padding: 0 36px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 800;
  color: #fff !important;
  word-break: break-all;
}

.btn-primary:focus,
.btn-primary:active {
  background-color: #ffeded !important;
  border: 1px solid #ffeded !important;
  box-shadow: none !important;
}
.btn-outline-primary,
.btn-fill-light,
.btn-edit-sm {
  min-height: 46px;
  padding: 0 36px;
  border-radius: 4px;
  font-weight: 800;
  border: 1px solid;
  outline: none;
  word-break: break-all;
  line-height: 1.2;
}
.btn-fill-light.active {
  background-color: var(--green-color);
  color: #fff !important;
}
.btn-fill-light.active:hover {
  background-color: var(--green-color);
  filter: brightness(0.95);
}
.btn-outline-primary:hover,
.btn-fill-light:hover,
.btn-edit-sm:hover {
  background-color: var(--green-color);
}
a.btn.btn-primary {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.btn-rounded {
  border-radius: 2rem;
}
.btn-fill-light {
  background: rgb(223, 251, 223);
  border-radius: 30px;
  min-height: unset;
  padding: 12px 0.75rem;
  color: var(--green-color) !important;
  width: 100%;
}

.btn-fill-light:hover {
  color: #fff !important;
}
.btn-fill-light svg {
  margin-left: 0;
}
.btn-edit-sm {
  padding: 0.2rem 0.8rem;
  border-radius: 1rem;
  font-size: 0.7rem;
  min-height: 1rem;
}
.btn-edit-sm:hover {
  color: #fff;
}
.btn.focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.bg-dark {
  background-color: #262626 !important;
}

.form-control {
  border-radius: 6px !important;
  height: 40px;
  border-color: #b8b8b8;
}

.form-control:focus {
  border-color: var(--green-color) !important;
}

.modal-dialog {
  margin: 0.5rem auto !important;
  padding: 0 20px;
}
footer {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}
footer.hide {
  display: none;
}
footer img {
  height: 40px;
  margin-bottom: 30px !important;
  font-size: 1rem;
}
footer .copyright {
  color: rgba(255, 255, 255, 0.4);
}
footer h3 {
  margin-bottom: 18px;
  color: #fff;
}

footer a {
  color: #fff !important;
  font-size: 1rem;
}

footer .socials a {
  margin: 0 16px;
  font-size: 1.5rem;
  text-decoration: none !important;
}

footer .footer-wrapper {
  max-width: 677px;
  margin: 0 auto;
}

footer .comp-desc a {
  color: #8c8c8c !important;
  font-size: 0.75rem;
  text-decoration: underline;
}

footer .comp-desc {
  font-size: 0.75rem;
  line-height: 1.75;
}

footer p {
  color: #8c8c8c;
}

footer .select-wrapper p {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 7px;
  line-height: 1.5;
}

footer .select-wrapper {
  margin-bottom: 37px;
}

footer .select2-container {
  max-width: 250px;
}

footer .select2-container--default .select2-selection--single {
  background: transparent;
  color: white;
  margin: 0 auto;
}

footer
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: white;
  font-size: 1rem !important;
}

.select2-dropdown.footer-dropdown {
  background-color: #252525 !important;
  max-width: 250px;
  min-width: unset;
  overflow: hidden;
}

.footer-dropdown
  .select2-container--default
  .select2-results
  > .select2-results__options {
  max-height: 100px !important;
}

.footer-dropdown ul {
  max-height: 120px !important;
}

.footer-dropdown ul li {
  color: #fff !important;
}

.footer-dropdown ul li.select2-results__option--selected {
  color: #252525 !important;
  font-size: 0.875rem !important;
}

.footer-dropdown ul li {
  font-size: 0.875rem !important;
}

.footer-dropdown ul li.select2-results__option--highlighted {
  color: #252525 !important;
  font-size: 0.875rem !important;
}

footer .select-container.rotate span.arrow-icon {
  transform: translateY(-50%) rotate(180deg);
}

footer
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  display: block;
  max-width: 250px;
  padding-right: 1.4rem !important;
  padding-left: 1.4rem !important;
}

footer .select-container {
  position: relative;
  display: inline-block;
  width: 200px;
}

.footer-dropdown .select2-search--dropdown .select2-search__field:focus {
  border: none !important;
}

footer .select2-container .select2-selection--single {
  border: 1px solid #fff;
  display: flex;
  text-align: center;
  justify-content: center;
}

footer .select2-container--default .select2-selection--single {
  border-radius: 6px !important;
}

footer
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-radius: 6px !important;
}

footer .select-container span.arrow-icon {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: transparent !important;
  -webkit-transform: translateY(-50%);
  /* WebKit */
  -moz-transform: translateY(-50%);
  /* Mozilla */
  -o-transform: translateY(-50%);
  /* Opera */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: var(--font-size-ten);
  transition: transform 250ms ease;
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("./_reset.css");
@import url("./_customClass.css");
@import url("./_navbar.css");
@import url("./_footer.css");
@import url("./_select2.css");

main {
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper {
  max-width: 1325px;
  margin: auto;
}

/* filter */
.wrapper-search {
  position: relative;
  /* margin-right: 8px; */
}
.select2-search__field {
  background-color: white;
}
input.inputSearch::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #959595;
  opacity: 1; /* Firefox */
}

input.inputSearch:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #959595;
}

input.inputSearch::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #959595;
}
.select-container-category
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.select-container-feature
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  padding-left: 18px;
  padding-right: 32px;
}
/* .elemen-search:not(:last-of-type) {
  margin-right: 16px;
} */
.search,
.select-container-category,
.select-container-featur,
.wrapper-btn {
  /* min-width: 26.871%; */
  min-height: 40px;
  height: 40px;
  /* width: 100%; */
}
.select-container-feature .select2-container *:focus,
.select-container-category .select2-container *:focus {
  border: 1px solid #7bce19 !important;
}
.mt-customcard {
  margin-top: 23px;
}
.closeSearch {
  position: absolute;
  top: 13px;
  right: 15px;
  display: flex;
  align-items: center;
  color: #bfbfbf;
  font-size: 18px;
  display: none;
  cursor: pointer;
}
.collapse-text {
  color: #76cc11;
  font-size: 1rem;
  display: inline !important;
  cursor: pointer;
  line-height: 140%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
  /* or 22px */
}

.collapse-text::after {
  content: "\f107";
  color: #7dcb22;
  font-size: inherit !important;
  font-family: "FontAwesome";
  margin-left: 5px;
}
.collapse-text[aria-expanded="true"]::after {
  content: "\f106";
  font-family: "FontAwesome";
  margin-left: 5px;
  font-size: inherit !important;
}
.wrapper-search .search input {
  border-radius: 30px !important;
  /* position: absolute; */
  height: 100%;
  border-radius: 30px;
  width: 100%;
  padding: 0 1.9rem 0 2.6rem;
  color: black;
  vertical-align: middle;
  font-weight: 400;
  font-size: var(--font-size-14);
  background-color: #fff;
  border: 1px solid #ced4da;
}
.search input:placeholder-shown {
  text-overflow: ellipsis;
}
.search input::-webkit-input-placeholder {
  text-overflow: ellipsis;
}
.search input::-moz-placeholder {
  text-overflow: ellipsis;
}
.search input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.search input:-moz-placeholder {
  text-overflow: ellipsis;
}
.wrapper-search .search input:focus,
.select-container-feature:focus {
  border: 1px solid #7bce19 !important;
}
.wrapper-search .search .icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #959595;
  font-size: 16px;
  pointer-events: none;
}

.search {
  position: relative;
}

.inputSearch::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.wrapper-search select {
  opacity: 1;
}
.select-container-category {
  position: relative;
}
.select2-selection[aria-controls="select2-category-container"] {
  background: #ffffff !important;
  border: 1px solid #ced4da;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
}

.select-container-category span.arrow-icon {
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  background-color: transparent !important;
  -webkit-transform: translateY(-50%);
  /* WebKit */
  -moz-transform: translateY(-50%);
  /* Mozilla */
  -o-transform: translateY(-50%);
  /* Opera */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #b5b5b5;
  font-size: 12px;
  font-weight: 900;
  transition: transform 250ms ease;
}
.select-container-category.rotate span.arrow-icon {
  transform: translateY(-50%) rotate(180deg);
}

/* feature */

.select-container-feature {
  position: relative;
}
.select2-selection[aria-controls="select2-feature-container"] {
  background: #ffffff !important;
  border: 1px solid #ced4da;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
}

.select-container-feature span.arrow-icon {
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 51%;
  background-color: transparent !important;
  -webkit-transform: translateY(-50%);
  /* WebKit */
  -moz-transform: translateY(-50%);
  /* Mozilla */
  -o-transform: translateY(-50%);
  /* Opera */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #b5b5b5;
  font-size: 12px;
  font-weight: 900;
  transition: transform 250ms ease;
}
.select-container-feature.rotate span.arrow-icon {
  transform: translateY(-50%) rotate(180deg);
}

/* remove */

.btn-remove {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  border-radius: 100px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  border: 1px solid #f2f2f2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* identical to box height, or 20px */
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;

  color: #495057;
}
.btn-remove:disabled {
  background-color: #f7f7f7;
}
.btn-remove:disabled,
.btn-remove:disabled:hover,
.btn-remove:disabled:active,
.btn-remove:disabled:hover:active {
  width: 100%;
  height: 100%;
  cursor: not-allowed;
  word-break: break-word;
  border-radius: 100px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  /* identical to box height, or 20px */

  text-align: center;
  background-color: #f7f7f7;
  color: #495057;
}
.btn-remove:not([disabled]):hover {
  background-color: #d6d6d6 !important;
  color: #495057;
}

/* card */
.card-profile {
  /* height: 190px;
  max-height: 190px; */

  margin-bottom: 10px;
  background: #e8e8e8;
  border-radius: 15px;
  position: relative;
  border: none;
  width: 100%;
  padding-top: 100%;
}

.accordion-body {
  /*border-top: none;
  */ /*padding: 5px 10px;
  */
  display: none;
  overflow: hidden;
  padding: 0;
  /*overflow: hidden;
  z-index: 10;
  */
}
.accordion-item.active .accordion-body {
  display: block;
  padding: 15px;
  overflow: hidden !important;
  /*overflow: hidden;
  z-index: 10;
  */
  border: 1px solid #cecece;
  box-shadow: 0px 0px 4px 5px rgb(0 0 0 / 2%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  /* padding: 23px; */
  z-index: 10;
  background-color: white;
  position: absolute;
  display: block;
}

.accordion-item .accordion-header .collapse-textVp::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  margin: auto 0;

  font-size: 14px !important;
  line-height: 100%;
  color: #76cc11;
  margin-left: 4px;
  /* font-weight: 400; */
  font-weight: 700;
}
.accordion-item.active .accordion-header .collapse-textVp::after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 700;
  color: #bbb;
  margin: auto 0;
  font-size: 14px !important;
  line-height: 100%;
  color: #76cc11;
  margin-left: 4px;
}
.mb-card {
  margin-bottom: 22px;
}
.tooltip-inner {
  font-size: 12px;
}
.user-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 5rem; */
  color: #cecece;
  top: 0;
}

.profile-img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: white;
}
.wrapperCard {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 1.063rem;
  line-height: 140%;
}
.wrapperCard-desc {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #595959;
}
.wrapper-logoImg {
  width: 100%;
  position: relative;
}
.wrapper-logoImg:not(:last-of-type) {
  padding-bottom: 18px;
}
.view-body {
  border: 1px solid #cecece;
  box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  /* padding: 23px; */
  z-index: 10;
  background-color: white;
  position: absolute;
  display: block;
}
.reverse {
  top: auto;
  bottom: 100%;
}
.collapse-textVp {
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  /* identical to box height, or 17px */
  margin-top: 6px;
  color: #76cc11;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
/* .accordion-header {
  font-weight: 700;
  font-size: 12px;
  
  color: #76cc11;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
} */
/* .accordion-header {
  margin-top: 6px;
} */
.collapse-textVp::after {
  content: "\f107";
  color: #7dcb22;
  font-size: inherit !important;
  font-family: "FontAwesome";
}
.collapse-textVp[aria-expanded="true"]::after {
  content: "\f106";
  font-family: "FontAwesome";

  font-size: inherit !important;
}
