/* Layout */
/* line 2, ../scss/_layout.scss */
h1, h2, h3 {
  font-family: 'Ubuntu';
}

/* line 6, ../scss/_layout.scss */
body.single-post .elementor-widget-theme-post-content {
  color: #475467;
  font-family: 'Inter';
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px;
}
/* line 13, ../scss/_layout.scss */
body.single-post .elementor-widget-theme-post-content .has-large-font-size {
  font-family: 'Ubuntu';
  font-weight: 500;
  font-size: 30px !important;
  line-height: 38px !important;
}
@media (max-width: 767px) {
  /* line 13, ../scss/_layout.scss */
  body.single-post .elementor-widget-theme-post-content .has-large-font-size {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}
/* line 24, ../scss/_layout.scss */
body.single-post .elementor-widget-theme-post-content .has-medium-font-size {
  font-family: 'Ubuntu';
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 32px !important;
}
@media (max-width: 767px) {
  /* line 24, ../scss/_layout.scss */
  body.single-post .elementor-widget-theme-post-content .has-medium-font-size {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
/* line 35, ../scss/_layout.scss */
body.single-post .elementor-widget-theme-post-content .wp-block-quote {
  margin-left: 0;
  border-left: 2px solid #418EC6 !important;
}
/* line 40, ../scss/_layout.scss */
body.single-post .elementor-widget-theme-post-content figcaption {
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}
/* line 47, ../scss/_layout.scss */
body.single-post .elementor-widget-theme-post-content blockquote .has-medium-font-size {
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 36px !important;
}
@media (max-width: 767px) {
  /* line 47, ../scss/_layout.scss */
  body.single-post .elementor-widget-theme-post-content blockquote .has-medium-font-size {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
/* line 56, ../scss/_layout.scss */
body.single-post .elementor-widget-theme-post-content blockquote .has-small-font-size {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
  font-style: normal;
}

/* line 65, ../scss/_layout.scss */
#index-filters-toggle {
  font-family: 'Ubuntu';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
  background: #fff;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 10px 25px;
}
/* line 75, ../scss/_layout.scss */
#index-filters-toggle:before {
  content: '';
  display: inline-block;
  background: url(../images/filter-lines.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  left: -5px;
}

/* line 88, ../scss/_layout.scss */
.index-filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
/* line 92, ../scss/_layout.scss */
.index-filters-wrapper button {
  font-family: 'Ubuntu';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
  background: #fff;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 10px 25px;
}
/* line 102, ../scss/_layout.scss */
.index-filters-wrapper button.active {
  background-color: #47AEF9;
  border: 1px solid #47AEF9;
  color: #fff;
}

/* line 111, ../scss/_layout.scss */
#yanco-filter-tags span {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 8px;
  border-radius: 50px;
  margin-right: 14px;
}
/* line 119, ../scss/_layout.scss */
#yanco-filter-tags span i {
  font-style: normal;
  font-weight: 600;
  font-family: 'Inter';
  margin-left: 6px;
  cursor: pointer;
}

/* line 129, ../scss/_layout.scss */
.hasDatepicker {
  border: 1px solid #aaa !important;
  border-radius: 3px  !important;
  padding: 5px  !important;
  background-color: transparent  !important;
  color: inherit !important;
}

/* line 137, ../scss/_layout.scss */
#filters-menu-stock,
#filters-menu-trade {
  position: absolute;
  right: 0;
  top: 13px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 439px) {
  /* line 137, ../scss/_layout.scss */
  #filters-menu-stock,
  #filters-menu-trade {
    right: 5px;
  }
}

/* line 152, ../scss/_layout.scss */
.facetwp-facet.facetwp-facet-blog_search_bar.facetwp-type-search[data-name="blog_search_bar"] {
  margin-bottom: 0 !important;
}
/* line 154, ../scss/_layout.scss */
.facetwp-facet.facetwp-facet-blog_search_bar.facetwp-type-search[data-name="blog_search_bar"] i.facetwp-icon {
  left: 15px;
  right: auto;
}

/* line 160, ../scss/_layout.scss */
.yanco-category-label {
  font-size: 14px;
  font-family: "Inter";
  line-height: 20px;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 50px;
}

/* line 169, ../scss/_layout.scss */
.facetwp-type-checkboxes[data-name="categories"] {
  display: flex;
  flex-wrap: wrap;
}
/* line 172, ../scss/_layout.scss */
.facetwp-type-checkboxes[data-name="categories"] .facetwp-checkbox {
  margin-right: 10px;
  margin-bottom: 10px;
  background-image: none;
  padding: 2px 7px;
  border-radius: 50px;
}
/* line 179, ../scss/_layout.scss */
.facetwp-type-checkboxes[data-name="categories"] .facetwp-checkbox.checked:after {
  content: 'x';
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-family: 'Inter';
  margin-left: 6px;
  cursor: pointer;
}
/* line 189, ../scss/_layout.scss */
.facetwp-type-checkboxes[data-name="categories"] .facetwp-checkbox .facetwp-display-value {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
/* line 195, ../scss/_layout.scss */
.facetwp-type-checkboxes[data-name="categories"] .facetwp-checkbox .facetwp-counter {
  display: none;
}

/* line 201, ../scss/_layout.scss */
input.facetwp-search {
  border-radius: 50px;
  background-color: #fff;
  padding-left: 50px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  /* line 201, ../scss/_layout.scss */
  input.facetwp-search {
    border-radius: 8px;
  }
}

/* line 211, ../scss/_layout.scss */
.elementor-pagination {
  display: flex;
  justify-content: center;
  font-family: 'Inter' !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500 !important;
  border-top: 1px solid #E4E7EC;
  padding-top: 20px;
  margin-top: 40px;
}
/* line 221, ../scss/_layout.scss */
.elementor-pagination .page-numbers {
  color: #667085;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 227, ../scss/_layout.scss */
.elementor-pagination .page-numbers.current {
  background-color: #F5FDFF;
  color: #47AEF9;
}
/* line 231, ../scss/_layout.scss */
.elementor-pagination .page-numbers:not(.next):not(.prev) {
  width: 40px;
}
/* line 235, ../scss/_layout.scss */
.elementor-pagination .page-numbers.prev {
  margin-left: 0;
  margin-right: auto !important;
}
/* line 239, ../scss/_layout.scss */
.elementor-pagination .page-numbers.next {
  margin-left: auto !important;
  margin-right: 0;
}

/* table styles */
/* line 246, ../scss/_layout.scss */
.yanco-table {
  border: none;
  font-family: 'Inter';
  font-size: 14px !important;
  line-height: 24px;
  color: #000;
}
@media (min-width: 768px) {
  /* line 253, ../scss/_layout.scss */
  .yanco-table thead th {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  /* line 246, ../scss/_layout.scss */
  .yanco-table {
    font-size: 12px !important;
  }
}
/* line 260, ../scss/_layout.scss */
.yanco-table .aktive, .yanco-table b, .yanco-table strong {
  font-size: 14px !important;
  font-weight: 700 !important;
}
@media (max-width: 767px) {
  /* line 260, ../scss/_layout.scss */
  .yanco-table .aktive, .yanco-table b, .yanco-table strong {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  /* line 267, ../scss/_layout.scss */
  .yanco-table .dt-column-title {
    font-family: "Ubuntu Condensed", sans-serif !important;
    font-size: 13px !important;
    color: #606367;
    font-weight: 400 !important;
  }
}
@media (max-width: 767px) and (max-width: 439px) {
  /* line 267, ../scss/_layout.scss */
  .yanco-table .dt-column-title {
    font-size: 11px !important;
  }
}

/* line 278, ../scss/_layout.scss */
.yanco-table th {
  vertical-align: middle;
}
/* line 281, ../scss/_layout.scss */
.yanco-table tr, .yanco-table td, .yanco-table th {
  border: none;
}
/* line 284, ../scss/_layout.scss */
.yanco-table td {
  border-bottom: 1px solid #DBDCE1 !important;
}
/* line 287, ../scss/_layout.scss */
.yanco-table thead {
  font-family: 'Ubuntu';
}
/* line 290, ../scss/_layout.scss */
.yanco-table thead > tr > th.dt-orderable-asc:hover,
.yanco-table thead > tr > th.dt-orderable-desc:hover,
.yanco-table thead > tr > td.dt-orderable-asc:hover,
.yanco-table thead > tr > td.dt-orderable-desc:hover {
  outline: 0 !important;
}
/* line 297, ../scss/_layout.scss */
.yanco-table .open-trade {
  padding: 6px;
  border-radius: 4px;
}
/* line 300, ../scss/_layout.scss */
.yanco-table .open-trade:before {
  display: inline-block;
  content: '';
  width: 9px;
  height: 10px;
  margin-right: 5px;
}
@media (max-width: 439px) {
  /* line 300, ../scss/_layout.scss */
  .yanco-table .open-trade:before {
    width: 7px;
    height: 8px;
    margin-right: 1px;
  }
}
/* line 314, ../scss/_layout.scss */
.yanco-table span.in-profit {
  background-color: #B7FC8D;
  color: #16500C;
}
/* line 317, ../scss/_layout.scss */
.yanco-table span.in-profit:before {
  background: url(../images/arr-up.png) no-repeat;
  background-position: center;
  background-size: 9px 10px;
}
@media (max-width: 439px) {
  /* line 317, ../scss/_layout.scss */
  .yanco-table span.in-profit:before {
    background-size: 7px 8px;
  }
}
/* line 327, ../scss/_layout.scss */
.yanco-table span.in-loss {
  background-color: #F9DEDC;
  color: #980800;
}
/* line 330, ../scss/_layout.scss */
.yanco-table span.in-loss:before {
  background: url(../images/arr-down.png) no-repeat;
  background-position: center;
  background-size: 9px 10px;
}
@media (max-width: 439px) {
  /* line 330, ../scss/_layout.scss */
  .yanco-table span.in-loss:before {
    background-size: 7px 8px;
  }
}
/* line 340, ../scss/_layout.scss */
.yanco-table .trade-type {
  min-width: 80px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
/* line 347, ../scss/_layout.scss */
.yanco-table .trade-type-sale {
  background-color: #F9DEDC;
  color: #980800;
}
/* line 351, ../scss/_layout.scss */
.yanco-table .trade-type-profit, .yanco-table .trade-type-purchase {
  background-color: #B7FC8D;
  color: #16500C;
}
/* line 356, ../scss/_layout.scss */
.yanco-table .trade-type-split {
  background-color: #D6CAF4;
  color: #8755FD;
}
/* line 360, ../scss/_layout.scss */
.yanco-table .trade-type-assignment {
  background-color: #FFEFB6;
  color: #EA911B;
}

/* line 367, ../scss/_layout.scss */
.force-one-line {
  white-space: nowrap;
}

/* line 371, ../scss/_layout.scss */
.dt-info {
  display: none !important;
}

/* line 375, ../scss/_layout.scss */
.dt-search {
  position: relative;
}
@media (min-width: 768px) {
  /* line 375, ../scss/_layout.scss */
  .dt-search {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  /* line 375, ../scss/_layout.scss */
  .dt-search {
    width: 220px;
  }
}
/* line 383, ../scss/_layout.scss */
.dt-search:before {
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
  background: url(../images/icon-search.png) no-repeat;
  background-position: 5px 50%;
  background-size: 20px 20px;
  position: absolute;
  left: 15px;
  top: 7px;
}
/* line 395, ../scss/_layout.scss */
.dt-search input {
  height: 44px;
  line-height: 44px;
  border: 1px solid #D0D5DD !important;
  padding: 0 15px 0 45px !important;
  border-radius: 9px !important;
}

/* line 404, ../scss/_layout.scss */
.stock-desktop-items {
  color: #9A999E;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  /* line 414, ../scss/_layout.scss */
  #stock-table {
    table-layout: fixed;
    width: 100%;
  }
  /* line 417, ../scss/_layout.scss */
  #stock-table tfoot {
    display: none;
  }

  /* line 421, ../scss/_layout.scss */
  .stock-desktop-items {
    display: none;
  }

  /* line 424, ../scss/_layout.scss */
  #stock-table th,
  #stock-table td {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 5px 5px 5px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  /* line 424, ../scss/_layout.scss */
  #stock-table th,
  #stock-table td {
    padding: 5px 5px 5px 5px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  /* line 435, ../scss/_layout.scss */
  #stock-table td {
    padding: 15px 5px 5px 5px !important;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  /* line 440, ../scss/_layout.scss */
  #stock-table th {
    padding: 5px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 445, ../scss/_layout.scss */
  #stock-table th.portfolio-column.all,
  #stock-table th.portfolio-column.mobile,
  #stock-table td.portfolio-column.all,
  #stock-table td.portfolio-column.mobile {
    width: 20%;
  }

  /* line 451, ../scss/_layout.scss */
  [data-elementor-type="header"] > .e-flex > .e-con-inner {
    justify-content: flex-start;
    gap: 0;
  }
  /* line 454, ../scss/_layout.scss */
  [data-elementor-type="header"] > .e-flex > .e-con-inner .elementor-widget-icon {
    margin-left: auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  /* line 462, ../scss/_layout.scss */
  #trade-table .aktive, #trade-table b, #trade-table strong {
    position: relative;
    padding-bottom: 55px;
  }
  /* line 466, ../scss/_layout.scss */
  #trade-table .aktive.trade-type-sell, #trade-table b.trade-type-sell, #trade-table strong.trade-type-sell {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  /* line 472, ../scss/_layout.scss */
  .chart-container {
    height: 400px;
  }

  /* line 478, ../scss/_layout.scss */
  #cash-table_wrapper .dt-column-order,
  #trade-table_wrapper .dt-column-order,
  #stock-table_wrapper .dt-column-order {
    position: relative;
    right: -4px;
  }

  /* line 485, ../scss/_layout.scss */
  #stock-table_wrapper .dt-orderable-asc:last-child .dt-column-order {
    right: 0;
  }

  /* line 490, ../scss/_layout.scss */
  #cash-table_wrapper {
    display: none !important;
  }

  /* line 494, ../scss/_layout.scss */
  #trade-table th {
    padding: 5px 5px 5px 5px !important;
  }
  /* line 497, ../scss/_layout.scss */
  #trade-table .col-type {
    text-align: center;
  }
  /* line 500, ../scss/_layout.scss */
  #trade-table tfoot {
    display: none;
  }

  /* line 505, ../scss/_layout.scss */
  #stock-table .col-udvikling,
  #stock-table .col-vurdering {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 513, ../scss/_layout.scss */
  table.dataTable td {
    font-size: 12px;
    white-space: normal;
    word-wrap: break-word;
  }

  /* line 518, ../scss/_layout.scss */
  #stock-table tbody tr:last-child td {
    border-bottom: 0 !important;
  }
}
@media (max-width: 439px) {
  /* line 524, ../scss/_layout.scss */
  table.dataTable td {
    font-size: 10px !important;
  }
}
/* line 529, ../scss/_layout.scss */
.quantity-mobile {
  display: block;
  font-weight: 500;
  font-size: 11px;
  color: #9A999E;
}
@media (min-width: 768px) {
  /* line 529, ../scss/_layout.scss */
  .quantity-mobile {
    display: none !important;
  }
}

/* line 540, ../scss/_layout.scss */
.elementor-location-header .elementor-menu-cart__product-price.product-price .quantity .product-quantity {
  display: none;
}

/* line 545, ../scss/_layout.scss */
.elementor-menu-cart__product-image.product-thumbnail {
  display: none;
}

/* line 549, ../scss/_layout.scss */
.elementor-menu-cart__product {
  grid-template-columns: 0% auto;
}

/* line 553, ../scss/_layout.scss */
.ast-mini-cart-price-wrap {
  float: left;
  max-width: 100%;
  font-family: 'Inter';
}

/* line 559, ../scss/_layout.scss */
.elementor-menu-cart__product-name, .elementor-menu-cart__product-price {
  padding-left: 0px;
  font-family: 'Inter';
}

/* line 564, ../scss/_layout.scss */
.added_to_cart.wc-forward {
  display: none;
}

@media (min-width: 768px) {
  /* line 569, ../scss/_layout.scss */
  #stock-table thead,
  #trade-table thead,
  #cash-table thead {
    position: sticky;
    top: 70px;
    background: #fff;
  }
  /* line 576, ../scss/_layout.scss */
  .admin-bar #stock-table thead, .admin-bar
  #trade-table thead, .admin-bar
  #cash-table thead {
    top: 102px;
  }

  /* line 583, ../scss/_layout.scss */
  #cash-table_wrapper .dt-column-order,
  #trade-table_wrapper .dt-column-order,
  #stock-table_wrapper .dt-column-order {
    position: relative;
    right: -4px;
  }

  /* line 589, ../scss/_layout.scss */
  #stock-table tr th:nth-child(3),
  #stock-table tr td:nth-child(3),
  #stock-table tr th:nth-child(4),
  #stock-table tr td:nth-child(4),
  #stock-table tr th:nth-child(6),
  #stock-table tr td:nth-child(6),
  #stock-table tr th:nth-child(7),
  #stock-table tr td:nth-child(7) {
    display: none;
  }
  /* line 599, ../scss/_layout.scss */
  #stock-table > tbody > tr > th, #stock-table > tbody > tr > td {
    padding-top: 24px;
    padding-bottom: 12px;
  }

  /* line 612, ../scss/_layout.scss */
  #cash-table_wrapper,
  #stock-table_wrapper {
    margin-bottom: 50px;
  }

  /* line 616, ../scss/_layout.scss */
  .display-on-mobile-only {
    display: none !important;
  }

  /* line 619, ../scss/_layout.scss */
  .chart-container {
    height: 600px;
  }
}
/* line 624, ../scss/_layout.scss */
.extra-data-wrapper {
  font-weight: 500;
  font-size: 14px;
  color: #9A999E;
}
@media (max-width: 767px) {
  /* line 624, ../scss/_layout.scss */
  .extra-data-wrapper {
    position: absolute;
    width: 230px;
  }
}
@media (max-width: 439px) {
  /* line 624, ../scss/_layout.scss */
  .extra-data-wrapper {
    font-size: 10px;
  }
}
/* line 636, ../scss/_layout.scss */
.extra-data-wrapper div b,
.extra-data-wrapper div span:nth-child(2) {
  margin-left: 10px;
  font-size: 14px !important;
}
@media (max-width: 439px) {
  /* line 636, ../scss/_layout.scss */
  .extra-data-wrapper div b,
  .extra-data-wrapper div span:nth-child(2) {
    font-size: 10px !important;
  }
}

/* line 647, ../scss/_layout.scss */
.mobile-verdi-cash-samlet {
  border: none;
}
@media (min-width: 768px) {
  /* line 647, ../scss/_layout.scss */
  .mobile-verdi-cash-samlet {
    max-width: 400px;
  }
}
/* line 655, ../scss/_layout.scss */
.mobile-verdi-cash-samlet th, .mobile-verdi-cash-samlet td {
  border: none;
}
/* line 660, ../scss/_layout.scss */
.mobile-verdi-cash-samlet tbody tr:nth-child(4) td {
  border-bottom: 1px solid #DBDCE1 !important;
}
/* line 665, ../scss/_layout.scss */
.mobile-verdi-cash-samlet tbody tr.header-row th {
  border-bottom: 1px solid #DBDCE1 !important;
}
/* line 670, ../scss/_layout.scss */
.mobile-verdi-cash-samlet td {
  font-family: 'Inter';
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #9B999E !important;
  padding: 5px;
}
@media (max-width: 439px) {
  /* line 670, ../scss/_layout.scss */
  .mobile-verdi-cash-samlet td {
    font-size: 11px !important;
  }
}
/* line 680, ../scss/_layout.scss */
.mobile-verdi-cash-samlet th {
  font-family: "Ubuntu Condensed", sans-serif !important;
  font-size: 13px !important;
  color: #606367;
  font-weight: 400 !important;
  padding: 5px;
}
@media (max-width: 439px) {
  /* line 680, ../scss/_layout.scss */
  .mobile-verdi-cash-samlet th {
    font-size: 11px !important;
  }
}
/* line 690, ../scss/_layout.scss */
.mobile-verdi-cash-samlet strong {
  font-family: 'Inter';
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  color: #000 !important;
}
@media (max-width: 439px) {
  /* line 690, ../scss/_layout.scss */
  .mobile-verdi-cash-samlet strong {
    font-size: 11px !important;
  }
}
/* line 700, ../scss/_layout.scss */
.mobile-verdi-cash-samlet td:nth-child(2),
.mobile-verdi-cash-samlet td:nth-child(3),
.mobile-verdi-cash-samlet th:nth-child(2),
.mobile-verdi-cash-samlet th:nth-child(3) {
  text-align: right;
}

/* line 708, ../scss/_layout.scss */
.portfolio-button-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 708, ../scss/_layout.scss */
  .portfolio-button-wrapper {
    justify-content: center;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  /* line 708, ../scss/_layout.scss */
  .portfolio-button-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 439px) {
  /* line 708, ../scss/_layout.scss */
  .portfolio-button-wrapper {
    padding: 0 5px;
  }
}

/* line 727, ../scss/_layout.scss */
.portfolio-button {
  font-family: 'Ubuntu Condensed';
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #DADDE0;
  border-radius: 50px;
  background-color: #fff;
  color: #3C4043;
  padding: 10px 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 727, ../scss/_layout.scss */
  .portfolio-button {
    width: 40%;
  }
}
@media (max-width: 439px) {
  /* line 727, ../scss/_layout.scss */
  .portfolio-button {
    font-size: 11px;
  }
}
/* line 743, ../scss/_layout.scss */
.portfolio-button.active {
  border: 1px solid #E8F0FD;
  background-color: #E8F0FD;
  color: #3265CC;
}

/* line 750, ../scss/_layout.scss */
.trade-table-filters,
.stock-table-filters {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  gap: 15px;
  align-items: center;
}
/* line 757, ../scss/_layout.scss */
.trade-table-filters label,
.stock-table-filters label {
  font-family: 'Ubuntu Condensed';
  font-size: 16px;
  line-height: 18px;
  max-width: 220px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  /* line 757, ../scss/_layout.scss */
  .trade-table-filters label,
  .stock-table-filters label {
    max-width: 240px;
  }
}

/* line 772, ../scss/_layout.scss */
#trade_table_filter_reset,
#stock_table_filter_reset {
  color: #3265CC;
  font-family: 'Ubuntu Condensed';
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}

/* line 782, ../scss/_layout.scss */
#index-filters-toggle {
  margin-bottom: 25px;
}

/* line 785, ../scss/_layout.scss */
.chart-container {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  /* line 785, ../scss/_layout.scss */
  .chart-container {
    margin-top: 1rem;
  }
}

/* line 794, ../scss/_layout.scss */
body.page:not(.elementor-page):not(.woocommerce-page) .elementor-location-header {
  background-color: #fff;
}
/* line 800, ../scss/_layout.scss */
body.page:not(.elementor-page):not(.woocommerce-page) #content .ast-container {
  width: 100% !important;
  max-width: initial;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 807, ../scss/_layout.scss */
body.page:not(.elementor-page):not(.woocommerce-page) #content #primary {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 812, ../scss/_layout.scss */
body.page:not(.elementor-page):not(.woocommerce-page) #content #primary #main article.type-page {
  background-color: transparent;
  padding: 0px;
}
/* line 817, ../scss/_layout.scss */
body.page:not(.elementor-page):not(.woocommerce-page) #content #primary #main article.type-page header.entry-header h1 {
  padding-top: 90px;
  padding-bottom: 40px;
  font-family: 'Ubuntu';
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 817, ../scss/_layout.scss */
  body.page:not(.elementor-page):not(.woocommerce-page) #content #primary #main article.type-page header.entry-header h1 {
    font-size: 30px;
    line-height: 44px;
  }
}
/* line 833, ../scss/_layout.scss */
body.page:not(.elementor-page):not(.woocommerce-page) #content #primary #main article.type-page .entry-content {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 840, ../scss/_layout.scss */
body.page:not(.elementor-page):not(.woocommerce-page) #content #primary #main article.type-page .entry-content * {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

/* line 854, ../scss/_layout.scss */
#returns-container {
  margin-bottom: 2rem;
}

/* line 858, ../scss/_layout.scss */
.data-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 0;
  align-items: center;
}
@media screen and (min-width: 768px) {
  /* line 858, ../scss/_layout.scss */
  .data-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  /* line 858, ../scss/_layout.scss */
  .data-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 873, ../scss/_layout.scss */
.data-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 0 8px;
  border-left: 3px solid #e7eaee;
}
/* line 880, ../scss/_layout.scss */
.data-item .data-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 885, ../scss/_layout.scss */
.data-item .data-header .data-title {
  color: #64748B;
  font-family: "Manrope", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}
/* line 893, ../scss/_layout.scss */
.data-item .data-main {
  display: flex;
  align-items: baseline;
}
/* line 897, ../scss/_layout.scss */
.data-item .data-main .data-value {
  color: #191D23;
  font-family: "Manrope", Sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
/* line 905, ../scss/_layout.scss */
.data-item .data-main .data-change {
  display: flex;
  align-items: center;
  margin-left: 8px;
  color: #1D4ED8;
}
/* line 911, ../scss/_layout.scss */
.data-item .data-main .data-change svg {
  width: 12px;
  height: 12px;
  fill: #1D4ED8;
  margin-right: 4px;
}
/* line 918, ../scss/_layout.scss */
.data-item .data-main .data-change .data-percentage-change {
  font-family: "Manrope", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #1D4ED8;
  margin-bottom: 0;
}
/* line 928, ../scss/_layout.scss */
.data-item .data-main .data-change.data-change-up svg {
  transform: translate(3px, -3px);
}
/* line 932, ../scss/_layout.scss */
.data-item .data-main .data-change.data-change-down {
  color: #ea4335;
}
/* line 934, ../scss/_layout.scss */
.data-item .data-main .data-change.data-change-down svg {
  transform: translate(3px, -2px) rotate(180deg);
  fill: #ea4335;
}
/* line 938, ../scss/_layout.scss */
.data-item .data-main .data-change.data-change-down .data-percentage-change {
  color: #ea4335;
}

/* line 946, ../scss/_layout.scss */
#stock-table tfoot,
#cash-table {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 953, ../scss/_layout.scss */
  .hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 956, ../scss/_layout.scss */
  .hide-desktop {
    display: none;
  }
}
/* line 959, ../scss/_layout.scss */
.last-made-trade {
  background-color: #edfbff !important;
}

/* line 963, ../scss/_layout.scss */
.ui-datepicker-title {
  display: flex;
  justify-content: center;
  gap: 7px;
}

/* line 969, ../scss/_layout.scss */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  padding: 5px;
  font-size: 14px;
  font-weight: 500;
}

/* line 975, ../scss/_layout.scss */
table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > th.dt-ordering-asc, table.dataTable thead > tr > th.dt-ordering-desc, table.dataTable thead > tr > td.dt-orderable-asc, table.dataTable thead > tr > td.dt-orderable-desc, table.dataTable thead > tr > td.dt-ordering-asc, table.dataTable thead > tr > td.dt-ordering-desc {
  padding-right: 10px !important;
}

/* line 982, ../scss/_layout.scss */
.yanco-table thead tr th:not(:first-child) {
  text-align: center;
}
/* line 989, ../scss/_layout.scss */
.yanco-table tbody tr td:not(:first-child) {
  text-align: center;
}

/* line 996, ../scss/_layout.scss */
.ui-datepicker-next,
.ui-datepicker-prev {
  pointer-events: none;
}

@media (min-width: 1300px) {
  /* line 1002, ../scss/_layout.scss */
  .display-on-mobile-and-tablet {
    display: none !important;
  }
}
/* line 1008, ../scss/_layout.scss */
body:not(.logged-in) .only-for-logged-in {
  display: none;
}

/* line 1015, ../scss/_layout.scss */
body.active-subscription:not(.elementor-editor-active) .choose-subscription-section,
body.active-subscription:not(.elementor-editor-active) .get-access-section,
body.active-subscription:not(.elementor-editor-active) .about-us-section {
  display: none;
}
/* line 1022, ../scss/_layout.scss */
body.active-subscription:not(.elementor-editor-active) .elementor-widget-template.show-for-active-subscription .choose-subscription-section,
body.active-subscription:not(.elementor-editor-active) .elementor-widget-template.show-for-active-subscription .get-access-section,
body.active-subscription:not(.elementor-editor-active) .elementor-widget-template.show-for-active-subscription .about-us-section {
  display: flex;
}

/* line 1031, ../scss/_layout.scss */
body.user-is-administrator:not(.elementor-editor-active) .choose-subscription-section,
body.user-is-administrator:not(.elementor-editor-active) .get-access-section,
body.user-is-administrator:not(.elementor-editor-active) .about-us-section {
  display: flex;
  opacity: 0.6;
}
/* line 1037, ../scss/_layout.scss */
body.user-is-administrator:not(.elementor-editor-active) .choose-subscription-section::before,
body.user-is-administrator:not(.elementor-editor-active) .get-access-section::before,
body.user-is-administrator:not(.elementor-editor-active) .about-us-section::before {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 45px;
  content: 'Kan kun ses af brugere der ikke er betalende medlemmer - Du er administrator.';
  color: white;
  font-weight: 600;
  line-height: 1.3;
  padding: 30% 10%;
  z-index: 100;
}
/* line 1056, ../scss/_layout.scss */
body.user-is-administrator:not(.elementor-editor-active) .elementor-widget-template.show-for-active-subscription .choose-subscription-section,
body.user-is-administrator:not(.elementor-editor-active) .elementor-widget-template.show-for-active-subscription .get-access-section,
body.user-is-administrator:not(.elementor-editor-active) .elementor-widget-template.show-for-active-subscription .about-us-section {
  opacity: 1;
}
/* line 1061, ../scss/_layout.scss */
body.user-is-administrator:not(.elementor-editor-active) .elementor-widget-template.show-for-active-subscription .choose-subscription-section::before,
body.user-is-administrator:not(.elementor-editor-active) .elementor-widget-template.show-for-active-subscription .get-access-section::before,
body.user-is-administrator:not(.elementor-editor-active) .elementor-widget-template.show-for-active-subscription .about-us-section::before {
  content: '';
  background-color: transparent;
}

/* line 1069, ../scss/_layout.scss */
.udvikling-description {
  font-size: 20px;
  line-height: 30px;
}
