/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body {
  font-family: 'Open Sans', sans-serif;
  color: black;
  max-width: 100vw;
  overflow-x: hidden;
}

.select2-container--default .select2-selection--single {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.select2-selection__arrow {
  display: none !important;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  -moz-user-select: none;
  -ms-user-select: none;
  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;
  -o-text-overflow: ellipsis;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  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 {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  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;
  -moz-user-select: none;
  -ms-user-select: none;
  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%;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  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;
  -o-text-overflow: ellipsis;
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
  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: -o-linear-gradient(top, white 50%, #eee 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, white),
    to(#eee)
  );
  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: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eee),
    to(#ccc)
  );
  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: -o-linear-gradient(top, white 0%, #eee 50%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(50%, #eee)
  );
  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: -o-linear-gradient(top, #eee 50%, white 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eee),
    to(white)
  );
  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;
  -webkit-box-shadow: none;
  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;
}

: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;
}

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='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='url']:focus,
input[type='color']:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

a:focus,
a:active {
  background: transparent !important;
  -webkit-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,
h4,
h5,
ul,
li {
  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 {
  width: 100% !important;
}

select {
  opacity: 0;
}

/* header {
  position: -webkit-sticky; 
  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;
  -webkit-box-shadow: 0px 1px 0px #00000029;
  box-shadow: 0px 1px 0px #00000029;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0.5rem 1rem;
  padding-right: 20px;
}

.navbar select {
  opacity: 0;
}

.header-pro-logo {
  height: 39px;
  width: 39px;
  -o-object-fit: contain;
  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 !important;
}

.dropdown-item .text {
  margin-left: 0.7rem;
  font-size: 1rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-item {
  padding: 0.5rem 1rem !important;
}

.message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  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%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

nav .nav-link {
  font-size: 1rem;
  color: black;
  position: relative;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 0.5px solid gray;
  padding: 0;
  background-color: transparent;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  pointer-events: all;
}

.read-notif.read {
  background-color: #76cc11;
}

nav .nav-link:hover {
  color: #76cc11;
}

.dropdown-item.nav-link:hover {
  color: black;
  background-color: #f0f0f0;
}

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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tooltip {
  pointer-events: none;
}

@media (max-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

@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%;
  }
}

.button {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  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) */
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: flex;
}

.bold {
  font-weight: bold;
}

.green-text {
  color: #76cc11;
}

.text-btn {
  background: none;
  outline: none !important;
  border: none;
  padding: 0;
}

.eightpx {
  font-size: var(--font-size-eight);
}

.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.focus,
.btn:focus {
  outline: none;
  -webkit-box-shadow: 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;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
  outline: none;
}

.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 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 .select-container {
  position: relative;
  display: inline-block;
  width: 200px;
}

footer .select-container span.arrow-icon {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: transparent !important;
  -webkit-transform: translateY(-50%);
  /* WebKit */
  /* Mozilla */
  /* Opera */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: var(--font-size-ten);
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  -o-transition: transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

@media (min-width: 768px) {
  footer {
    padding: 90px 0 70px;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

main {
  padding: 0 20px;
  padding-top: 30px;
  padding-bottom: 100px;
}

/* .wrapper {
  max-width: 1200px;
  margin: 0 auto;
} */

.select-container {
  position: relative;
  color: #c2c2c2;
  margin-left: 8px;
}

.select-container select {
  font-weight: 400;
}

.select-container input {
  display: block;
  width: 100%;
  /* Standard */
  height: 40px;
  padding: 0.375rem 0.75rem;
  font-size: 0.833rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.select-container span.arrow-icon {
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* WebKit */
  /* Mozilla */
  /* Opera */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #959595;
  background-color: white;
  font-size: var(--font-size-ten);
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  -o-transition: transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

@media (max-width: 550px) {
  main {
    padding-top: 30px;
  }

  .select-container {
    margin: 0 !important;
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.switch {
  position: relative;
  width: 30px;
  height: 20px;
}

.switch input[type='checkbox'] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 30px;
  height: 100%;
  background: #c2c2c2;
  display: block;
  border-radius: 100px;
  position: absolute;
  top: 0rem;
  left: 0;
}

.switch label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 2px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  /* WebKit */
  /* Mozilla */
  /* Opera */
  /* Internet Explorer */
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  /* CSS3 */
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.switch input:checked + label {
  background: #4dc91c;
}

.switch input:checked + label:after {
  /* Firefox */
  /* WebKit */
  /* Opera */
  left: -o-calc(100% - 2px);
  /* Standard */
  left: calc(100% - 2px);
  /* WebKit */
  /* Mozilla */
  /* Opera */
  /* Internet Explorer */
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

html,
body {
  -webkit-overflow-scrolling: touch !important;
  height: 100% !important;
  position: relative;
}

body {
  font-family: 'Open Sans', sans-serif;
}

button,
a {
  outline: none;
}

button:focus {
  outline: none;
}

@media screen and (min-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  overflow-x: hidden;
  color: #000;
}

input:focus,
select:focus,
input:focus {
  border-color: #e94151 !important;
  -webkit-box-shadow: 0 0 0 2px rgba(238, 126, 51, 0.07) !important;
  box-shadow: 0 0 0 2px rgba(238, 126, 51, 0.07) !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.5;
}

::-moz-placeholder {
  color: #888787 !important;
}

::-webkit-input-placeholder {
  color: #888787 !important;
}

:-ms-input-placeholder {
  color: #888787 !important;
}

::-ms-input-placeholder {
  color: #888787 !important;
}

::placeholder {
  color: #888787 !important;
}

body {
  font-family: 'Open Sans', sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  color: black;
  text-decoration: none;
}

input,
textarea {
  color: #000 !important;
}

input[type='text'] + p {
  margin-top: 0.25rem !important;
}

p,
label {
  overflow-wrap: break-word;
}

label {
  display: inline;
}

select {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

option {
  max-width: 200px;
}

main {
  min-height: calc(100vh - 40px);
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-overflow: ellipsis;
}

::-moz-placeholder {
  /* Firefox 19+ */
  text-overflow: ellipsis;
}

.phone-wrapper {
  margin-left: 2rem;
}

.phone-wrapper .preview-btn {
  position: fixed;
  left: 50%;
  bottom: 2rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  display: none;
  pointer-events: all;
  color: #888787;
  font-size: 0.91rem;
  -webkit-overflow-scrolling: touch;
  z-index: 1030;
}

.phone-container {
  height: 680px;
  width: 331px;
  position: sticky;
  top: 0rem;
  pointer-events: all;
  border: 15px solid black;
  border-radius: 50px;
}

.phone-container .close-preview-btn {
  position: fixed;
  top: 2rem;
  right: 2rem;
  font-size: 1.4rem;
  color: white;
  background: rgba(0, 0, 0, 0.2);
  height: 30px;
  width: 30px;
  outline: none;
  border: none;
  border-radius: 50%;
  pointer-events: all;
  z-index: 9999;
  display: none;
}

.phone-container .content-box {
  height: 100%;
  width: 100%;
  position: relative;
}

.phone-container .content-box .content {
  height: 100%;
  width: 100%;
}

.phone-container .content-box .content .iframe {
  border-radius: 33px;
}

.phone-container .content-box .content button {
  width: 100%;
}

.phone-container .content-box .content .link {
  color: #0044cc;
  text-decoration: underline;
  cursor: pointer;
}

.content-wrapper.hide {
  display: none;
}

@media screen and (max-width: 1250px) {
  .phone-wrapper {
    background-color: rgba(255, 255, 255, 0);
    height: 100vh;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transition: background-color 100ms;
    -o-transition: background-color 100ms;
    transition: background-color 100ms;
    pointer-events: none;
  }

  .phone-wrapper.show {
    pointer-events: all;
    overflow-y: scroll;
  }

  .phone-wrapper.show .phone-container {
    display: block;
  }

  .phone-wrapper.show .preview-btn {
    display: none;
  }

  .phone-wrapper .preview-btn {
    display: block;
  }

  .phone-container {
    display: none;
    margin-top: 0;
    min-width: 0px;
    height: 100%;
    width: 100%;
    padding: 0;
    height: 100%;
    border: none;
    border-radius: 0;
  }

  .phone-container .content-box {
    border: none;
    border-radius: 0;
  }

  .phone-container .content-box .content {
    height: 100%;
    width: 100%;
  }

  .phone-container .content-box .content .iframe {
    border-radius: 0;
  }

  .phone-container .close-preview-btn {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.button {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: 0.833rem;
  font-weight: 400 !important;
  padding: 0.3rem 0.7rem !important;
  cursor: pointer !important;
  word-break: break-all;
}

.d-flex {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-btn {
  background: none;
  outline: none !important;
  border: none;
}

.font-weight-x-bold {
  font-weight: 800;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.eightpx {
  font-size: 0.667rem !important;
}

.pointer {
  cursor: pointer;
}

.break-word {
  word-break: break-all;
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

footer {
  padding: 90px 0 136px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}

footer img {
  width: 12rem;
  margin-bottom: 30px !important;
  font-size: 1rem;
}

@media (min-width: 768px) {
  footer {
    padding: 90px 0 70px;
  }
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-item {
  min-height: 42px;
}

.nav-tabs .nav-item .nav-link {
  border: 1px solid #76cc11;
  margin: 0 0.3rem;
  border-radius: 1.8rem;
  font-size: 16px;
  font-weight: 800;
  color: #76cc11;
  line-height: 140%;
  padding: 8px 16px !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link:hover {
  border: 1px solid #76cc11;
  background: #76cc11;
  color: #fff;
}

@media (max-width: 767px) {
  .nav-tabs {
    border-bottom: none;
  }

  .nav-tabs .nav-item {
    min-height: 38px;
  }

  .nav-tabs .nav-item .nav-link {
    border: 1px solid #76cc11;
    margin: 0 0.3rem;
    border-radius: 1.8rem;
    font-size: 0.875rem;
    font-weight: 800;
    color: #76cc11;
  }

  .nav-tabs .nav-item .nav-link.active,
  .nav-tabs .nav-item .nav-link:hover {
    border: 1px solid #76cc11;
    background: #76cc11;
    color: #fff;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.modal {
  overflow: auto !important;
}

.select2 {
  width: 100%;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}

main .content-wrapper {
  max-width: 720px;
  min-height: 100vh;
  width: 100%;
  padding: 0 0rem 0 0;
}

main .content-wrapper .nav-tabs .nav-item {
  padding: 0 !important;
  margin-bottom: 10px;
}

main .content-wrapper .nav-tabs .nav-item .nav-link {
  min-height: 38px;
}
@media screen and (min-width: 768px) {
  main .content-wrapper .nav-tabs .nav-item .nav-link {
    min-height: 42px;
  }
}
@media (max-width: 500px) {
  main .content-wrapper {
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
  }

  main .content-wrapper {
    max-width: 720px;
    min-height: 100vh;
    width: 100%;
    padding: 0 0rem 0 0;
  }

  main .content-wrapper .nav-tabs .nav-item {
    padding: 0 !important;
    margin-bottom: 10px;
  }

  main .content-wrapper .nav-tabs .nav-item .nav-link {
    padding: 8px 16px !important;
  }
}

.head-logo {
  max-width: 300px;
  max-height: 35px;
  height: auto;
  width: auto;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #76cc11;
  border-color: #76cc11;
}

.narrow-modal {
  max-width: 450px;
}

.modal-content {
  border-radius: 1rem !important;
  margin: auto;
}

.modal-dialog {
  padding: 0;
}

.ghost {
  opacity: 0;
}

.select-group select {
  opacity: 1;
}

.draggable-cursor * {
  cursor: move !important;
  /* fallback: no `url()` support or images disabled */
  cursor: -webkit-grabbing !important;
  /* Chrome 1-21, Safari 4+ */
  /* Firefox 1.5-26 */
  cursor: grabbing !important;
  /* W3C standards syntax, should come least */
}

main.hide .content-wrapper {
  display: none;
  margin-top: 0;
}

main.hide {
  margin-top: 0;
}

header {
  position: relative;
  height: 55px;
}

header .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
}

#deleteModal .modal-dialog {
  max-width: 200px;
}

media .phone-container {
  top: 4rem;
}

footer {
  padding-left: 20px;
  padding-right: 20px;
}

#js--show-top-ten-modal .modal-content {
  margin-left: 20px;
  margin-right: 20px;
}

textarea.form-control {
  min-height: 40px;
  height: 40px;
}

textarea.form-control:focus {
  border-color: #76cc11;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 440px) {
  .select-group select {
    width: 65% !important;
  }
}

a:hover {
  color: #007bff;
}

.btn-role.text-green:hover {
  color: #6abe0a;
}

header {
  /* 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;
  -webkit-box-shadow: 0px 1px 0px #00000029;
  box-shadow: 0px 1px 0px #00000029;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0.5rem 1rem;
  padding-right: 20px;
}

.navbar select {
  opacity: 0;
}

.header-pro-logo {
  height: 39px;
  width: 39px;
  -o-object-fit: contain;
  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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-item {
  padding: 0.5rem 1rem !important;
}

.message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  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%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

nav .nav-link {
  font-size: 1rem;
  color: black;
  position: relative;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 0.5px solid gray;
  padding: 0;
  background-color: transparent;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.lang-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  padding: 0 0.5rem;
}

.lang-container .abrev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
}

@media (max-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

@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 (max-width: 370px) {
  .select2-dropdown.navbar-dropdown {
    right: 0;
    left: 0 !important;
    top: 0.5rem;
  }
}

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 {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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 */
  /* Mozilla */
  /* Opera */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: var(--font-size-ten);
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  -o-transition: transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

@media (min-width: 768px) {
  footer {
    padding: 90px 0 70px;
  }
}
