.pri-btn {
  position: relative;
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}
.pri-btn::before {
  content: "";
  position: absolute;
  background-color: #77BD3D;
  transition: 0.3s ease-out;
  z-index: 0;
  border-radius: 10px;
}
.pri-btn span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 6.5px 14px;
  color: #ffffff;
  border: 1px solid #77BD3D;
  border-radius: 10px;
  background: transparent;
  transition: 0.2s 0.1s;
}
.pri-btn:hover span {
  color: #77BD3D;
  transition: 0.2s 0.1s;
}
.pri-btn.hover-filled-slide-down::before {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.pri-btn.hover-filled-slide-down:hover::before {
  height: 0%;
}

.sec-btn, .dt-button {
  color: #666;
  border: 1px solid #AAAAAA;
  padding: 6.5px;
  border-radius: 6px;
  text-decoration: unset;
  font-size: 13px;
}
.sec-btn:hover, .dt-button:hover {
  border-color: #77BD3D;
  color: #77BD3D;
}
.sec-btn.active, .active.dt-button {
  border-color: #77BD3D !important;
  color: #77BD3D;
}

.btn {
  background: unset;
  box-shadow: unset;
}
.btn:hover {
  border: 1px solid #77BD3D !important;
  transition: 0.2s ease;
}

.back-btn {
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}
.back-btn:hover {
  color: #77BD3D;
  transform: translate3d(-5px, 0, 0);
}

.filter-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.filter-toggle-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}

.filter-toggle-switch {
  position: relative;
  display: block;
  width: 46px;
  height: 26px;
  border-radius: 10px;
  background: #e8ecf1;
  border: 1px solid #cdd5df;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  box-sizing: border-box;
}

.filter-toggle-input:focus-visible + .filter-toggle-switch {
  outline: 2px solid rgba(119, 189, 61, 0.35);
  outline-offset: 2px;
}

.filter-toggle-input:checked + .filter-toggle-switch {
  background: #77BD3D;
  border-color: rgb(99.5792, 158.1552, 51.0448);
}

.filter-toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.18);
  transition: transform 0.2s ease;
  pointer-events: none;
}

.filter-toggle-input:checked + .filter-toggle-switch .filter-toggle-thumb {
  transform: translateX(20px);
}

.report-filters-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
}

.report-filters-toggle-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.report-filters-toggle {
  color: #666;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: unset !important;
  background: unset !important;
  cursor: pointer;
  transition: 0.2s ease;
}
.report-filters-toggle:hover {
  color: #77BD3D;
}
.report-filters-toggle i {
  align-self: baseline;
}

.report-filters-toggle.active {
  color: #77BD3D;
}

.report-filters-toggle-funnel {
  font-size: 14px;
}

.report-filters-toggle-count {
  position: absolute;
  top: -4px;
  right: -4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #77BD3D;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.report-filters-advanced,
#report-filters-advanced {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 30;
  min-width: min(360px, 90vw);
  max-width: min(560px, 95vw);
  padding: 14px 16px;
  border: 1px solid #e3e8ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.report-filters-toggle-text,
.report-filters-toggle-icon,
#toggle_filters_text,
#toggle_filters_icon {
  display: none;
}

@media (max-width: 900px) {
  .report-filters-toolbar {
    flex-wrap: wrap;
    align-items: stretch;
  }
  .report-filters-advanced,
  #report-filters-advanced {
    position: static;
    min-width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}
.box {
  margin: 15px 0;
}

#standard-table_wrapper .multi-table2 th.sorting_asc, #standard-table_wrapper .multi-table2 th.sorting_desc {
  background: linear-gradient(to bottom, #dfdfdf 0%, #f8f8f8 100%);
}
#standard-table_wrapper .multi-table2 th {
  padding-right: 30px;
  white-space: nowrap;
  height: 50px;
  border-top: 1px solid rgba(208, 208, 208, 0.7882352941) !important;
}
#standard-table_wrapper .multi-table2 th::after {
  position: absolute;
  right: 8px;
}
#standard-table_wrapper .multi-table2 th.sorting_asc::after {
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  content: "\f884";
}
#standard-table_wrapper .multi-table2 th.sorting_desc::after {
  font-family: "Font Awesome 7 Pro";
  content: "\f160";
  font-weight: 900;
}
#standard-table_wrapper #standard-table_length {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  min-width: 120px;
  background: unset;
  box-shadow: unset;
  margin: unset;
  padding: unset;
}
#standard-table_wrapper #standard-table_length label {
  display: block;
  margin: 0;
}
#standard-table_wrapper #standard-table_length select::-ms-expand {
  display: none;
}
#standard-table_wrapper #standard-table_length:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 48%;
  width: 7px;
  height: 7px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}
#standard-table_wrapper #standard-table_length select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 30px;
  line-height: normal;
  padding: 0 30px 0 10px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #AAAAAA;
  border-radius: 8px;
  box-shadow: none;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#standard-table_wrapper #standard-table_length select:hover {
  border-color: #77BD3D;
}
#standard-table_wrapper #standard-table_length select:focus {
  outline: none;
  border-color: #77BD3D;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
#standard-table_wrapper #standard-table_filter {
  background: unset;
  box-shadow: unset;
  padding: unset;
  margin: unset;
}
#standard-table_wrapper #standard-table_filter input {
  padding: 7px 5px;
  border-radius: 8px;
  font-weight: unset;
  height: 30px;
}
#standard-table_wrapper #standard-table_filter input::placeholder {
  color: grey;
}
#standard-table_wrapper .dt-buttons {
  float: right;
}
#standard-table_wrapper .dt-buttons:before {
  content: unset;
}
#standard-table_wrapper .dt-buttons .dt-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  min-width: 64px;
  font-size: 13px;
  padding: 6.5px;
  background: unset;
  color: #666;
}
#standard-table_wrapper .dt-buttons .dt-button:hover {
  border: 1px solid #77BD3D !important;
}
#standard-table_wrapper .dt-buttons .buttons-excel {
  margin-right: unset;
}
#standard-table_wrapper .dt-buttons .buttons-csv {
  margin-left: 5px;
  margin-right: 5px;
}
#standard-table_wrapper .colvis {
  margin: 15px 0;
}
#standard-table_wrapper .colvis .colvis-sub {
  position: relative;
}
#standard-table_wrapper .colvis .colvis-sub .dropdown {
  order: 2;
  margin-left: auto;
}
#standard-table_wrapper .report-quick-links-toolbar {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-left: 8px;
  align-items: center;
}
#standard-table_wrapper .report-quick-links-toolbar__visible {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
#standard-table_wrapper .report-quick-links-toolbar .btn.small {
  margin: 0;
  padding: 6px 10px;
  border: 1px solid #cfd6dc;
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
  font-size: 13px;
  line-height: 1.2;
}
#standard-table_wrapper .report-quick-links-toolbar .btn.small:hover {
  border: 1px solid #77BD3D !important;
}
#standard-table_wrapper .report-quick-links-toolbar .btn.small.active {
  background: #77BD3D;
  border-color: #77BD3D;
  color: #fff;
}
#standard-table_wrapper .login-action-icons {
  display: inline-flex;
  align-items: center;
  gap: 0px;
}
#standard-table_wrapper .login-action-icons i {
  font-size: 12px;
}
#standard-table_wrapper .login-action-icons i:hover {
  color: #77BD3D;
  transition: 0.2s ease;
}
#standard-table_wrapper .import_succeeded {
  background: #77BD3D;
}
#standard-table_wrapper .dataTables_paginate a {
  background: unset;
  transition: 0.2s ease;
  font-size: 13px;
}
#standard-table_wrapper .dataTables_paginate a:hover {
  border: 1px solid #77BD3D !important;
  transition: 0.2s ease;
}
#standard-table_wrapper .dataTables_paginate a.current {
  background-color: rgba(208, 208, 208, 0.7882352941);
  font-weight: 600;
}
#standard-table_wrapper .dataTables_info {
  margin-top: 15px;
  border: 1px solid #AAAAAA;
  box-shadow: unset;
  background: unset;
  font-size: 13px;
}
#standard-table_wrapper .dataTables_paginate.paging_simple_numbers {
  margin-top: 17px;
}
#standard-table_wrapper .dataTables_paginate.paging_simple_numbers span.ellipsis {
  position: relative;
  top: 8px;
  right: 2px;
}
#standard-table_wrapper #standard-table tbody td .font-green {
  color: #77BD3D;
}
#standard-table_wrapper #standard-table td > span {
  display: flex;
  gap: 5px;
  align-items: center;
}
#standard-table_wrapper #standard-table tfoot .sticky-column {
  border-right: 1px solid #AAAAAA !important;
}
#standard-table_wrapper #standard-table tfoot tr:first-child td {
  font-weight: 600;
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  border-right: unset;
  height: 40px;
}
#standard-table_wrapper #standard-table tfoot tr:nth-child(2) {
  color: grey;
}
#standard-table_wrapper #standard-table tfoot tr:nth-child(2) td {
  font-size: 12px;
}

.qtip-default {
  border: 1px solid #dcdcdc !important;
  background: #fff !important;
  color: #333 !important;
  border-radius: 6px !important;
  padding: 0px !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px !important;
  max-width: 220px !important;
  transition: ease-in-out 0.1s;
}

.qtip-tip {
  display: none !important;
}

.qtip-content {
  text-align: center !important;
}

.cache-icon:before {
  font-size: 16px;
  position: relative;
  top: 23px;
  right: 5px;
  color: #666;
}

.text-clickable {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: black;
  text-underline-offset: 3px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.text-clickable:hover {
  color: #77BD3D;
  text-decoration-color: #77BD3D;
}
.text-clickable:focus-visible {
  outline: 2px solid rgba(119, 189, 61, 0.35);
  outline-offset: 3px;
}

.deal_box {
  background: unset !important;
  box-shadow: unset !important;
  padding: unset !important;
}
.deal_box .btn-small {
  box-shadow: unset !important;
  background: unset !important;
}

.page-heading-with-cache {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.page-heading-with-cache .cache-box {
  position: unset !important;
  top: unset !important;
  right: unset !important;
  background-image: unset !important;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0px 5px;
  padding: 5px;
  border-color: rgba(208, 208, 208, 0.7882352941);
  align-items: center;
  font-size: 11px;
  height: unset !important;
}
.page-heading-with-cache .cache-box .clearcache {
  color: #00a3d9;
  position: relative;
  text-decoration: underline;
  transition: 0.2s ease;
  font-size: unset;
  padding: unset;
  border: unset !important;
}
.page-heading-with-cache .cache-box i {
  flex-shrink: 0;
  color: #666;
  font-size: 16px;
  margin: 0;
}

.report-filters-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  width: 100%;
  padding: 0;
}

.report-filters-main,
#report-filters-advanced {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 12px 16px;
  align-items: end;
  justify-items: start;
}

.report-filters-main {
  width: 100%;
  align-items: start;
}

.filter-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  justify-self: start;
  width: max-content;
  max-width: 100%;
}

.filter-label {
  font-size: 13px;
  font-weight: 600;
  color: #666;
  line-height: 1.2;
}
.filter-label i {
  color: #666;
}

.filter-control {
  min-width: 0;
}

.filter-control input[type=text] {
  min-height: 30px;
  border: 1px solid #cfd6dc;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  font-size: 13px;
  width: 100%;
  padding: 0 30px;
}

.filter-field--select .filter-control {
  position: relative;
  display: inline-block;
  min-width: 120px;
  background: unset;
  box-shadow: unset;
  margin: unset;
  padding: unset;
}
.filter-field--select .filter-control label {
  display: block;
  margin: 0;
}
.filter-field--select .filter-control select::-ms-expand {
  display: none;
}
.filter-field--select .filter-control:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 48%;
  width: 7px;
  height: 7px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}
.filter-field--select .filter-control select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 36px;
  line-height: normal;
  padding: 0 30px 0 10px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #AAAAAA;
  border-radius: 8px;
  box-shadow: none;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.filter-field--select .filter-control select:hover {
  border-color: #77BD3D;
}
.filter-field--select .filter-control select:focus {
  outline: none;
  border-color: #77BD3D;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.filter-field--select .filter-control {
  width: 100%;
  min-width: 0;
}
.filter-field--select .chosen-container {
  width: 100% !important;
}
.filter-field--select .chosen-single {
  display: flex !important;
  align-items: center;
  height: 30px !important;
  padding: 0 34px 0 10px !important;
  border: 1px solid #cfd6dc !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #666 !important;
}
.filter-field--select .chosen-single span {
  line-height: 34px;
  color: #666;
}
.filter-field--select .chosen-container-single .chosen-single div {
  width: 0 !important;
  overflow: hidden !important;
  background: none !important;
}
.filter-field--select .chosen-container-single .chosen-single div b {
  display: none !important;
  background: none !important;
}
.filter-field--select .chosen-drop {
  border: 1px solid #cfd6dc !important;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  margin-top: -4px !important;
  border-top: none !important;
}
.filter-field--select .chosen-search input {
  border: 1px solid #cfd6dc !important;
  border-radius: 6px;
  padding: 6px 8px !important;
  background-image: none !important;
}

.filter-field--date_range .filter-range {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  align-items: center;
}
.filter-field--date_range .filter-range-separator {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
}

.filter-date-wrap {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  max-height: 30px;
}
.filter-date-wrap input.date,
.filter-date-wrap input[type=text].date {
  padding-right: 32px;
}
.filter-date-wrap i {
  position: relative;
  bottom: 24px;
  color: #666;
  left: 3px;
}

#clear-backup-date {
  border-bottom: unset !important;
  margin-top: 10px;
  color: #666;
}
#clear-backup-date span {
  font-size: 9px;
  top: unset;
  color: #666;
}

.filter-date-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #8b95a5;
  font-size: 14px;
  line-height: 1;
}

.filter-field--date input[type=text] {
  width: 100%;
}

.filter-field--checkbox {
  grid-column: span 1;
  min-width: 0;
  max-width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  justify-content: flex-start;
}
.filter-field--checkbox .filter-control {
  display: flex;
  align-items: center;
  min-height: 0;
  order: 1;
}
.filter-field--checkbox .filter-label {
  font-size: 13px;
  order: 2;
  margin-bottom: 0;
  font-weight: 500;
}

.report-filters-actions {
  display: flex;
  align-items: center;
}

.report-filters-toggle-wrap {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  justify-self: start;
}

.report-filters-actions {
  margin-top: 12px;
}

.report-filters-actions .btn-submit {
  padding: 0 16px;
  border-radius: 10px;
}

.report-filters-advanced,
#report-filters-advanced {
  grid-template-columns: 1fr;
}

.report-filters-footer {
  position: relative;
  padding-top: 8px;
  width: 100%;
}

.report-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin-top: 8px;
}

.report-active-filters-label {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #666;
}

.report-active-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid #AAAAAA;
  border-radius: 999px;
  background: #f8fafc;
  color: #666;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  transition: 0.2s ease;
}
.report-active-filter-chip:hover {
  border-color: #77BD3D;
  color: rgb(89.8688, 142.7328, 46.0672);
}
.report-active-filter-chip i {
  font-size: 10px;
  line-height: 1;
}

.quick-links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px 16px;
  width: 100%;
}

.quick-links-main {
  flex: 1 1 auto;
  min-width: 0;
}

.quick-links-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #667085;
  line-height: 1.2;
}

.quick-links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
  font-size: 0;
}

.quick-links-list .btn.small {
  margin: 0;
  padding: 4px 6px;
  border: 1px solid #cfd6dc;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.2;
}

.quick-links-list .btn.small.active {
  background: #77BD3D;
  border-color: #77BD3D;
  color: #fff;
}

.quick-links-aside {
  flex: 0 0 auto;
}

.report-filter-box {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 0 4px;
  border: none;
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  margin-bottom: 25px;
  background-color: rgba(255, 255, 255, 0.5490196078);
}

.filter-field--date_range {
  width: 100%;
  max-width: 340px;
}
.filter-field--date_range .filter-range {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.filter-field--select {
  grid-column: span 1;
  width: 100%;
  max-width: 220px;
}

.filter-field--date {
  grid-column: span 1;
  width: 100%;
  max-width: 180px;
}

@media (max-width: 900px) {
  .report-filters-main,
  .report-filters-advanced,
  #report-filters-advanced {
    grid-template-columns: 1fr;
  }
  .report-filters-toggle-wrap {
    grid-column: auto;
    grid-row: auto;
  }
  .report-filters-actions {
    margin-top: 0;
  }
  .quick-links {
    flex-direction: column;
    align-items: stretch;
  }
  .quick-links-aside {
    width: 100%;
  }
  .filter-field--date_range,
  .filter-field--select,
  .filter-field--date,
  .filter-field--checkbox {
    grid-column: auto;
  }
}
i {
  color: grey;
}

.simple-dropdown {
  color: #666;
  order: 2;
  padding: 0;
  font-size: 13px;
}
.simple-dropdown:hover {
  border: 1px solid #77BD3D;
}
.simple-dropdown > li {
  position: relative;
  padding: 6.5px;
}
.simple-dropdown > li > ul {
  min-width: 120px;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  display: none;
  background: #fff;
  z-index: 9999;
  border: 1px solid #AAAAAA;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.simple-dropdown > li:hover > ul {
  display: block;
}
.simple-dropdown > li > ul > li:hover {
  background-color: rgba(208, 208, 208, 0.7882352941);
  color: unset !important;
}
.simple-dropdown > li > ul > li a {
  display: block;
  width: 100%;
  padding: 5px;
  color: #666;
  text-decoration: none;
  box-sizing: border-box;
}

.dropdown-checkmark {
  color: #666;
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  border: 1px solid #AAAAAA;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
  max-height: 30px;
}
.dropdown-checkmark:hover {
  border-color: #77BD3D !important;
}
.dropdown-checkmark > li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 6.5px;
}
.dropdown-checkmark > li > ul {
  position: absolute;
  display: none;
  min-width: 180px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  z-index: 9999;
  top: 96%;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  left: -1px;
}
.dropdown-checkmark > li:hover > ul {
  display: block;
}
.dropdown-checkmark > li > ul > li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 10px 0 8px;
  transition: 0.2s ease;
}
.dropdown-checkmark > li > ul > li:hover {
  background: #f5f7fa;
  color: inherit;
}
.dropdown-checkmark > li > ul > li input {
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #cfd6dc;
  border-radius: 4px;
  background: #fff;
  transition: 0.2s ease;
  display: block !important;
}
.dropdown-checkmark > li > ul > li input:checked {
  border-color: rgba(119, 189, 61, 0.45);
  background: rgba(119, 189, 61, 0.08);
}
.dropdown-checkmark > li > ul > li input:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #77BD3D;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.dropdown-checkmark > li > ul > li label {
  display: block;
  flex: 1 1 auto;
  padding: 0 !important;
  color: #666;
  line-height: 1.3;
  cursor: pointer;
  background-image: unset !important;
}
.dropdown-checkmark > li > ul > li label:hover {
  color: #666;
  background: transparent;
}

input[type=text], input[type=password], input[type=email], input[type=search], input[type=number] {
  padding: 5px;
  background: #fff;
  color: #666;
  border: 1px solid #AAAAAA;
  border-radius: 8px;
  transition: 0.2s ease;
}

input[type=search] {
  padding: 5px;
  background: #fff;
  color: #666;
  border: 1px solid #AAAAAA;
  border-radius: 8px;
}

#news_button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 25px;
  width: 25px;
  margin: 0 4px 0 0;
  border-radius: 4px;
  color: #484848 !important;
  text-decoration: none;
}
#news_button :hover {
  color: #999;
  cursor: pointer;
}

.news_button_active {
  color: #999;
}

#news_notification {
  height: 15px;
  width: 15px;
  position: absolute;
  right: 4px;
  bottom: 14px;
  background: #cc1010;
  border-radius: 999px;
  z-index: 2;
  text-align: center;
  line-height: 14px;
  color: white !important;
  font-size: 11px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

#news_content_box {
  height: auto;
  width: 80%;
  background-color: white;
  position: absolute;
  top: 55px;
  right: 45px;
  z-index: 2;
  display: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
}

.news_divider {
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  opacity: 0.3;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 80%, rgba(255, 255, 255, 0) 100%);
}

.news_arrow {
  position: absolute;
  height: 20px;
  width: 20px;
  z-index: 3;
  top: 35px;
  right: -20px;
  border-top: 10px solid transparent;
  border-left: 10px solid white;
  border-bottom: 10px solid transparent;
}

.news_header {
  background-color: #5DA524;
  height: 43px;
  text-align: center;
  line-height: 43px;
  color: white;
  position: relative;
  border-radius: 8px 8px 0 0;
}

.news_close_x {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

#news_content {
  height: auto;
  overflow-y: auto;
  width: 100%;
  padding: 10px 15px 0 10px;
  max-height: 500px;
}

#news_content_list {
  height: auto;
  width: 100%;
  padding: 10px 15px 0 10px;
}

.news_notification_dot {
  background: red;
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 999px;
  margin-left: 6px;
}

.news_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}

.news_box {
  height: auto;
  padding: 12px 14px 17px 14px;
  margin-bottom: 15px;
}

.news_box_list {
  height: auto;
  padding: 12px 14px 17px 14px;
  margin-bottom: 15px;
}

.news_date {
  font-size: 11px;
  opacity: 0.4;
  padding-top: 4px;
}

.news_message {
  font-size: 12px;
  color: #555;
}

#news_footer {
  height: 50px;
  padding: 0 15px;
}

.news_button {
  width: 100%;
}

.news_bounce {
  -webkit-animation: notification_bounce 3s linear infinite;
  animation: notification_bounce 3s linear infinite;
}

@keyframes notification_bounce {
  0% {
    transform: scale(1.3, 0.7) translate(0, 1px);
  }
  2% {
    transform: scale(0.9, 1.2) translate(0, -2px);
  }
  7% {
    transform: scale(1, 1) translate(0, -3px);
  }
  10% {
    transform: scale(1.2, 0.8) translate(0, 3px);
  }
  13% {
    transform: scale(1.1, 0.9) translate(0, 2px);
  }
  17% {
    transform: scale(1, 1) translate(0, 0);
  }
  32% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*Tablet*/
/*Laptop*/
@media only screen and (min-width: 769px) {
  #news_content_box {
    width: 350px;
    left: 270px;
    right: unset;
  }
  .news_arrow {
    left: -20px;
    border-top: 10px solid transparent;
    border-right: 10px solid white;
    border-bottom: 10px solid transparent;
    border-left: unset;
  }
  #news_content_box {
    width: 550px;
  }
  .news_arrow {
    top: 80px;
  }
}
/*Desktop*/
@media only screen and (min-width: 1025px) {
  #news_content_box {
    width: 700px;
  }
}
/*Wide screen*/

/*# sourceMappingURL=main.css.map */
