html[data-bs-theme=dark] {
  /**
  * Adjustment dark theme Emoji Picker
  */
  /**
  * Adjustment dark theme border and typography
  */
  /**
  * Adjustment dark theme quil editor placeholder
  */
  /**
  * Adjustment dark theme button
  */
  /**
  * Adjustment dark theme slider
  */
  /**
  * Adjustment dark theme table
  */
  /**
  * Adjustment dark theme multiselect js
  */
  /**
  * Adjustment dark theme organization structure
  */
  /**
  * Adjustment dark theme select2
  */
  /**
  * Adjustment dark theme leave-type.css
  */
}
html[data-bs-theme=dark] .emoji-picker-wrapper .emoji-picker-content .emoji-picker-item:hover {
  background-color: #3c4148 !important;
}
html[data-bs-theme=dark] .emoji-picker-wrapper .emoji-picker-content .emoji-picker-data .data-reaction {
  border-color: #494c51;
  background-color: #2c3035;
}
html[data-bs-theme=dark] .emoji-picker-wrapper .emoji-picker-content .emoji-picker-data .data-reaction:hover {
  background-color: #3c4148;
}
html[data-bs-theme=dark] .emoji-picker-wrapper .emoji-picker-content .emoji-picker-data .data-reaction span {
  color: #ffffff;
}
html[data-bs-theme=dark] .emoji-picker-wrapper .emoji-picker-content .emoji-picker-action {
  background-color: #2c3035;
  border-color: #494c51;
}
html[data-bs-theme=dark] .emoji-picker-wrapper .emoji-picker-content .emoji-picker-action:hover {
  background-color: #3c4148;
}
html[data-bs-theme=dark] .emoji-picker-wrapper .emoji-picker-content .emoji-picker-action img {
  filter: invert(1) brightness(100);
}
html[data-bs-theme=dark] .border-dashed {
  border-color: var(--vz-border-color) !important;
}
html[data-bs-theme=dark] p {
  color: rgba(var(--vz-body-color-rgb), var(--vz-text-opacity)) !important;
}
html[data-bs-theme=dark] #reminder-notification .navigation-tabs .content-row .col-12 .content-outer {
  border-color: var(--vz-border-color) !important;
}
html[data-bs-theme=dark] #company-policy .content-row .col-12 .content-outer {
  border-color: var(--vz-border-color) !important;
}
html[data-bs-theme=dark] #company-policy .content-row .col-12 .content-outer a {
  color: #3577f1;
}
html[data-bs-theme=dark] #job-vacancy .content-row .col-12 .content-outer {
  border-color: var(--vz-border-color) !important;
}
html[data-bs-theme=dark] #job-vacancy .content-row .col-12 .content-outer span {
  color: rgba(var(--vz-body-color-rgb), var(--vz-text-opacity)) !important;
}
html[data-bs-theme=dark] #shortcut span {
  color: rgba(var(--vz-body-color-rgb), 1) !important;
}
html[data-bs-theme=dark] #userEmployee .accordion-body .menu-link.active {
  color: #5ea3cb !important;
}
html[data-bs-theme=dark] #userEmployeeContent .nav.nav-tabs-custom .nav-item .nav-link.active {
  color: #5ea3cb !important;
}
html[data-bs-theme=dark] .ql-editor.ql-blank[data-placeholder]::before {
  color: #686868;
}
html[data-bs-theme=dark] .ql-toolbar.ql-snow {
  border-color: #32383e !important;
}
html[data-bs-theme=dark] .ql-container.ql-snow {
  border-color: #32383e !important;
}
html[data-bs-theme=dark] .btn-outline-primary {
  color: #3577f1 !important;
}
html[data-bs-theme=dark] .btn-outline-primary:hover {
  color: #ffffff !important;
}
html[data-bs-theme=dark] .btn-outline-primary:hover * {
  color: #ffffff !important;
}
html[data-bs-theme=dark] .btn-outline-primary * {
  color: #3577f1 !important;
}
html[data-bs-theme=dark] label.toggle input:checked + .slider {
  background-color: #3577f1;
}
html[data-bs-theme=dark] label.toggle .slider {
  border: 1px solid #32383e !important;
  background-color: #212529 !important;
}
html[data-bs-theme=dark] label.toggle .labels::after {
  color: #cccccc !important;
}
html[data-bs-theme=dark] .table-color-header thead tr th {
  background-color: #292e32 !important;
  color: #ffffff !important;
}
html[data-bs-theme=dark] .multi-wrapper .non-selected-wrapper {
  background-color: #262a2f !important;
  border-color: #32383e !important;
}
html[data-bs-theme=dark] .multi-wrapper .selected-wrapper {
  background-color: #262a2f !important;
}
html[data-bs-theme=dark] .multi-wrapper .item:hover {
  background-color: #42474d !important;
}
html[data-bs-theme=dark] #render-menus {
  background-color: #1a1d21;
}
html[data-bs-theme=dark] .js__three {
  background-color: #292e32;
}
html[data-bs-theme=dark] .select2-dropdown {
  border-color: #32383e !important;
}
html[data-bs-theme=dark] .select2-dropdown input {
  border-color: #32383e !important;
}
html[data-bs-theme=dark] .select2-dropdown .select2-results__option--selected {
  background-color: #4a4f55 !important;
}
html[data-bs-theme=dark] .select2-container--default .select2-selection--multiple {
  background-color: #262a2f !important;
}
html[data-bs-theme=dark] .select2-container--default .select2-selection--single {
  border-color: #2a2f34 !important;
}
html[data-bs-theme=dark] .wrapp-container {
  border-color: #4c5155 !important;
}