﻿body {
    font-family: "Inter", "Roboto", "Helvetica Neue", Helvetica, Arial;

}

.mod-skin-dark:not(.mod-skin-light) {
    --dt-html-background: #272346;
}

h2 span {
    color: #55D6B7;
}


td.position-sort, th.position-sort {
    width: 0px;
    display: none;
}

.investieren-position-table colgroup col:last-of-type {}

.description {
    font-size: 16px;
    color: #616163;
    line-height: 22px;
    margin-bottom: 16px;
}

table .profile-image--29 {
    width: 29px;
    height: 29px;
}

.util-hr-black {
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}

.wl-margin {
    margin: 0px 0.6em 1em;
    width: calc(100% - 1.2em);
}

.wl-filter h2 {
    margin-bottom: 0;
}


.goldesel-whitebox .stocksearchInput, .goldesel-whitebox .stocksearchInput2 {
    font-family: Roboto, FontAwesome, 'Font Awesome 6 Sharp';
    position: relative;
    vertical-align: top;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: 0;
    border-width: 0px !important;
    font-size: 12px;
    line-height: 16px;
    min-width: 210px;
    border: 1px solid rgba(246, 246, 246, 0.85) !important;
    background: #F6F6F6;
    height: 48px;
    border-radius: 11px;

}

span.text-success b {
    color: #5DCF4C !important;
}

span.text-danger b {
    color: #E92D2D !important;
}

.investieren-position-table td {
    vertical-align: middle;
    /* Aligns content to the middle vertically */
}

table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
    border-bottom: 0px solid rgba(255, 255, 255, 0.3);
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
    border-bottom: 0px solid rgba(0, 0, 0, 0.3);
}

.mod-skin-dark .goldesel-whitebox .stocksearchInput, .mod-skin-dark .goldesel-whitebox .stocksearchInput2 {
    background-color: #353256 !important;
    border: 1px solid #383461 !important;
    border-radius: 8px;
}

.mod-skin-dark .header-icon, .mod-skin-dark .goldesel-whitebox .stocksearchInput::placeholder, .goldesel-whitebox .stocksearchInput2::placeholder {
    color: #E4E1FF;
    opacity: 0.5;
}

.mod-skin-dark .dropdown-toggle, .mod-skin-dark .btn-wl {
    color: #A19FB6 !important;
    border: 1px solid #504E68 !important;
}

.depot-additional-info {
    margin-left: 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.community-stocks h3, .goldesel-stocks h3 {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.goldesel-whitebox table button.btn-info {
    color: #47D7B4;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #47D7B4 !important;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 700;
}

.goldesel-whitebox table button.btn-info:hover {
    color: #000;
    background: #47D7B4;
}

.mod-skin-dark .goldesel-whitebox table button.btn-info {
    color: #63FFDA;
    border: 1px solid #63FFDA !important;
}

.mod-skin-dark .goldesel-whitebox table button.btn-info:hover {
    background: #63FFDA;
    color: #000;
}

.goldesel-whitebox table button.btn-info:disabled {
    opacity: 0.15;
    cursor: not-allowed;
}

.premium-feature-False {
    box-shadow: none;
}

.premium-feature-False div table, tr.premium-feature-False  {
    filter: blur(8px);
}

.premium-feature-False .investieren-position-table .position-name {
    cursor: not-allowed !important;
}


th.add-wl-button, th.add-wl-button {
    width: 115px;
}

td.add-wl-button button.btn-info {
    padding: 5px 10px;
}

.community-stocks h3 img {
    width: 65px;
    height: 50px;
}

.goldesel-stocks h3 {
    display: flex;
    align-items: center;
}

.goldesel-stocks p {
    font-size: 14px;
}

.tt-suggestion {
    text-align: left;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.wl-details {
    font-size: 12px;
    display: flex;
    flex: 0 0 auto;
}

.wl-details .positionen {
    margin-right: 24px;
}

.wl-Name {
    display: inline-block;
}

table {
    font-size: 12px;
    line-height: 16px;
}

th {
    font-weight: 900;
}

td {
    vertical-align: top;
}

.td-stock {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}

tr.tbl-row {
    border-bottom: 1px solid rgba(198, 198, 200, 0.5);
}


tr th {
    padding-bottom: 10px;
}

tr.tbl-row td {
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: middle;
}

.price {
    color: #85858B;
}

.text-success {
    color: #34C759 !important;
}

.text-danger {
    color: #ff3b30 !important;
}

.table-detail-box {
    background: #D8D8DF;
    border-radius: 5px;
    padding: 3px 5px;
    display: -webkit-box;
    width: fit-content;
}

.copy {
    cursor: pointer;
}

.toggleCollapse {
    margin-top: 3px;
}

table.w-100 {
    table-layout: fixed;
    width: calc(100% - 36px) !important;

}

.td1 {
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    visibility: visible;
    height: 16px;
}

.td2 {
    width: 80px;
}

.td3 {
    width: 130px;
}

.td4 {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.td5 {
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.td6 {
    width: 90px;
}

.td7 {
    width: 100%;
    padding-right: 10px;
}

.td8 {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
}

.td9 {
    width: 36px;
}

.table-detail-box2 {
    font-size: 14px;
    line-height: 18px;
    padding: 3px 0;
    display: block;
}

strong {
    font-weight: 700;
}

table.investieren-position-table td.position-name, table.investieren-position-table th.position-name {
    max-width: 260px;
}

table.investieren-position-table td.isin-cell, table.investieren-position-table th.isin-cell {
    width: 130px;
}

.goldesel-stocks table td.position-name, .goldesel-stocks table th.position-name {
    max-width: 200px;
}

.community-stocks table td.position-name, .community-stocks table th.position-name {
    max-width: 200px;
}

.sideMenuOverlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1999;
    opacity: 0.6;
    background-color: #000;
    display: none;
}

.sideMenu {
    position: fixed;
    right: -450px;
    top: 0px;
    width: 450px;
    height: 100%;
    z-index: 2999;
    background-color: #F2F2F7;
    overflow: scroll;
    padding: 40px 50px;
    font-size: 15px;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.sideMenu::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.sideMenuModal input, .sideMenuModal select {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.mod-skin-dark .sideMenuModal input, .mod-skin-dark .sideMenuModal select {
    background-color: rgba(0, 0, 0, .15);
    border-color: rgba(0, 0, 0, .35);
    border-radius: 4px;
    color: #fff;
}

.sideMenu h1 {
    font-size: 32px;
    font-weight: 900;
}

.sideMenu h4 {
    font-size: 24px;
}

.sideMenu h5 {
    font-size: 12px;
    font-weight: 700;
    width: 100%;
}

.sideMenuModal {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 15px;
    width: 100%;
}

.sideMenuModal {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.goldesel-whitebox a {
    color: inherit;
    text-decoration: underline !important;
}

.mb20 {
    margin-bottom: 20px;
}

.mt25rem {
    margin-top: 2.5rem;
}

.sideMenu .listItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sideMenu .listItem .listItemDescription {
    font-size: 16px;
    font-family: SFProText;
    flex: 1 1 auto;
    margin: 0 10px;
}


.sideMenu .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.sideMenu .btn-close {
    background-color: #7676801F;
    border-radius: 50%;
    color: #fff;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0px;
}

.sideMenu .btn-close i {
    font-size: 16px;
}

.mobile-pos {
    background-color: #E3E3E9;
    border-radius: 20px;
    padding: 16px;
    margin-bottom: 6px;
    font-size: 11px;
}

.mobile-pos-1 {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.btn-grey2 {
    color: #212529;
    background-color: #E3E3E9 !important;
    border-color: #E3E3E9;
}

.modify-button {
    margin-left: 10px;
}

.mobile-buttons {
    flex: 2 0 auto;
    text-align: right;
    min-width: 36px;
    display: flex;
    justify-content: flex-end;
}

.mobile-pos-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    font-size: 12px;
    margin: 12px 0;
    margin-left: -12px;
}

.mobile-pos-2-detail {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    margin-left: 12px;
}

.mobile-pos-2-box span:not(:last-child) {
    padding-right: 3px;
}

.mobile-pos-2-box {
    background-color: #FFFFFF;
    padding: 3px 5px;
    border-radius: 5px;
}

.mobile-pos-4 {
    text-align: right;
}

.wl-header .tt-menu {
    margin-top: 0px;
    padding: 4px 0;
    border-radius: 18px;
    backdrop-filter: blur(30px) brightness(70%);
    -webkit-backdrop-filter: blur(30px) brightness(70%);
    overflow: hidden;
    margin-top: 5px;
    width: calc(100% + 0px) !important;
    font-size: 12px;
    line-height: 24px;
    position: relative;
    vertical-align: top;
    background-color: transparent;
    border: 0;
    z-index: 1001 !important;
}

.search-group {
    width: 100%;
}

table.investieren-position-table td.position-price, table.investieren-position-table th.position-price {
    white-space: nowrap;
    text-overflow: inherit;
    overflow: visible;
}


.wl-filter .dropdown-menu {
    margin-top: 0px;
    padding: 4px 0;
    border-radius: 18px;
    backdrop-filter: blur(30px) brightness(70%);
    -webkit-backdrop-filter: blur(30px) brightness(70%);
    overflow: hidden;
    margin-top: 5px;
    font-size: 12px;
    line-height: 24px;
    position: relative;
    vertical-align: top;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    width: fit-content !important;
}

h3.searchTemplates {
    font-size: 8px;
    font-family: SFProTextBold;
    color: #fff;
    margin-top: 15px;
    margin-left: 15px;
}

.wl-header-big {
    text-align: left;
    width: 100%;
}

.tt-suggestion, .wl-filter .dropdown-item {
    padding: 6px 15px 6px 15px;
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 2550, 255, 0.125);
    margin-left: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    line-height: 14px;
    font-weight: normal;
    margin-bottom: 0px;
    min-height: 40px;
    background-color: transparent;
    margin-bottom: 0px;
}


.tt-suggestion:last-child, .wl-filter .dropdown-item:last-child {
    border-bottom: 0px solid rgba(255, 2550, 255, 0.125);
}

span.symbol2 {
    background-color: black;
    font-size: 8px;
    font-family: SFProTextMedium;
    border-radius: 2px;
    padding: 2px 3px;
    line-height: 14px;
}

.tt-suggestion.tt-cursor {}

.tt-suggestion:hover, .wl-filter .dropdown-item:hover {
    cursor: pointer;
    background-color: rgba(255, 2550, 255, 0.3);
}

.tt-suggestion p {
    margin: 0;
}


.dropdown-menu .active>a,
.dropdown-menu .active>a:hover {
    color: #333333;
    text-decoration: none;
    background-color: #0081c2;
}


.typeahead .active>a,
.typeahead .active>a:hover {
    color: red;
    /* Change the typeahead background color here if you'd like */
    background-color: Green;
    /* Turns off the default background gradients */
    background-image: none;
}

.twitter-typeahead, .tt-hint, .tt-input, .tt-menu, .wl-filter .dropdown-menu {
    width: 100%;
    min-width: 110px;
}


.mod-skin-dark:not(.mod-skin-light) .tt-menu {
    background-color: #2B274B;
}


.twitter-typeahead-active, .wl-filter .dropdown-item:active {
    background-color: black !important;
    color: #FFF !important;
}



.searchfiled::-webkit-input-placeholder {
    color: black;
}

.searchfiled::placeholder {
    /* Most modern browsers support this now. */
    color: black;
}

input[type="search"].dark {
    background: #222;
    color: #fff;
}

input[type="search"].light {
    background: #fff;
    color: #222;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    border-radius: 50em;
    background: url('../img/svg/xmark-solid.svg') no-repeat 50% 50%;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
}

input[type="search"]:focus::-webkit-search-cancel-button {
    opacity: .3;
    pointer-events: all;
}

input[type="search"].dark::-webkit-search-cancel-button, input[type="search"].twitter-typeahead-active::-webkit-search-cancel-button {
    filter: invert(1);
}

#reminderBox {
    width: 100%;
}

#reminderBox.dp-none {
    display: none;
}

.wl-details-tablet {
    display: none;
}

#wl-filter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.wl-filter .add-wl {
    display: none;
}

#WatchlistList:after {
    float: right;
}

.pl-47, table.investieren-position-table td.pl-47 {
    padding-left: 47px;
}

.border-none {
    border: none !important;
}

table.investieren-position-table tr.border-none td {
    padding-bottom: 0px;
}

td.analyst-rating span {
    font-weight: bolder;
}

td.analyst-rating, th.analyst-rating {
    width: 150px;
    padding-left: 2px;
    padding-right: 2px;
}


#toggleMoreBtn {
    display: none;
}

.trend-theme-info {
    font-style: italic;
}

@media (max-width: 1199.9px) {
    .wl-details-tablet {
        display: flex;
    }

    .wl-details-desktop {
        display: none;
    }
}

@media (max-width: 767.9px) {
    .sideMenu {
        width: 100%;
        padding: 30px 16px;
    }

    div.position-name-detail span.isin {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    div.position-name-detail span.isin a.href-unstyled {
        margin-right: 6px;
    }


    .wl-filter .add-wl {
        display: flex;
    }

    table.investieren-position-table td.analyst-rating, table.investieren-position-table thead th.analyst-rating {
        width: 150px;
        padding-right: 0px;
        text-align: right;
    }

    table.investieren-position-table td.position-name, table.investieren-position-table th.position-name {
        padding-left: 0px;
    }

    h2 {
        font-size: 28px;
        font-weight: 700;
    }

    .flex-container {
        display: block;
        overflow: auto;
        overflow: visible;
    }

    .flex-container .dropdown-menu.show {
        transform: unset !important;
        position: fixed !important;
    }

    .flex-container::-webkit-scrollbar {
        display: none;
    }

    .wl-details {
        width: 100%;
        justify-content: space-between;
        margin-top: 10px;
    }

    .refresh-date {
        text-align: right;
    }

    .wl-filter {
        display: block
    }

    #wl-filter h2 {
        display: none;
    }

    #wl-filter h2.show {
        display: block;
        margin-bottom: 12px;
    }

    .pl-47, table.investieren-position-table td.pl-47 {
        padding-left: 37px;
    }

    #toggleMoreBtn {
        display: none;
    }

    #ModifyWl_18465 {
        display: none;
    }

    #wl-filter:nth-child(2) {
        width: 100%;
    }

    .btn-wl-group {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .WatchlistListDropdown {
        flex: 1 1 auto;
        margin-right: 8px;
    }

    #editWatchlist button {
        padding-top: 3px;
        padding-bottom: 3px;
        height: 38px;
    }

    .wl-filter::-webkit-scrollbar {
        display: none;
    }

    .description {
        margin-bottom: 6px;
    }

    .btn2 {
        font-size: 9px;
    }

    .btn-icon2 {
        width: calc(1.2rem + 2px);
        line-height: 1.2rem;
    }

    .td-stock {
        margin-right: 12px;
    }

    #wl-filter {
        display: block;
        width: 100%;
    }

    .btn-wl-group button {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    #newWatchlistList {
        display: none;
    }

    #WatchlistList {
        width: 100%;
        padding-top: 4px;
        padding-bottom: 4px;
        height: 38px;
    }

    .goldesel-whitebox .stocksearchInput, .goldesel-whitebox .stocksearchInput2 {
        height: 38px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

}

.btn i {
    margin-right: 0px;
}

.btn-wl-group button {
    border-radius: 9px !important;
}

.btn-wl {
    height: 48px;
    border-radius: 9px;
    border: 1px solid rgba(218, 218, 218, 0.5);
    margin-left: 14px;
}

.search-group .btn-grey {
    border-radius: 9px;
}

.mod-skin-dark:not(.mod-skin-light) .sideMenuOverlay {
    opacity: 0.4;
    background-color: #fff;
}

.mod-skin-dark:not(.mod-skin-light) .sideMenu {
    background-color: #2B274B;
}

.mod-skin-dark:not(.mod-skin-light) .sideMenuModal {
    background-color: #272346;
}

.description {
    font-size: 15px;
}

.goldesel-whitebox a {
    text-decoration: none !important;
}

.goldesel-whitebox a:hover {
    color: inherit;
    text-decoration: none !important;
}

.mod-skin-dark:not(.mod-skin-light) .fontSizeContainerDescription, .mod-skin-dark:not(.mod-skin-light) .sideMenu h1, .mod-skin-dark:not(.mod-skin-light) .sideMenu h4,
.mod-skin-dark:not(.mod-skin-light) .description, .mod-skin-dark:not(.mod-skin-light) .wl-details,
.mod-skin-dark:not(.mod-skin-light) h2, .mod-skin-dark:not(.mod-skin-light) .mobile-pos, .mod-skin-dark:not(.mod-skin-light) .price {
    color: white;
}

.mod-skin-dark:not(.mod-skin-light) .btn-grey {
    background-color: #2B274B;
    color: #fff;
}

.mod-skin-dark:not(.mod-skin-light) .btn-grey.active {
    background-color: #fff;
    color: #000;
}

.mod-skin-dark:not(.mod-skin-light) .goldesel-whitebox .stocksearchInput, .mod-skin-dark:not(.mod-skin-light) .goldesel-whitebox .stocksearchInput2 {
    background-color: transparent;
}

.mod-skin-dark:not(.mod-skin-light) table {
    color: #fff;
}

.mod-skin-dark:not(.mod-skin-light) .table-detail-box {
    background: #585A5F;
}

.mod-skin-dark:not(.mod-skin-light) .mobile-pos {
    background-color: #585A5F;
}

.mod-skin-dark:not(.mod-skin-light) .mobile-pos-2-box {
    background-color: #000000;
}

.mod-skin-dark:not(.mod-skin-light) tr.tbl-row {
    border-bottom: 1px solid rgba(39, 39, 41, 0.5);
}

.mod-skin-dark:not(.mod-skin-light) .searchfiled::-webkit-input-placeholder, .mod-skin-dark:not(.mod-skin-light) .searchfiled::placeholder {
    /* Most modern browsers support this now. */
    color: white;
}

.investieren-position-table th {
    white-space: nowrap;
}

.dt-search {
    display: none;
}

.investieren-position-table {
    width: calc(100% - 1.2em);
    margin: 0 0.6em 1em 0.6em;
}
.wl-card {
    padding: 0px;
}
.investieren-position-table th:nth-child(2), .investieren-position-table td:nth-child(2) {}

@media (max-width: 876px) {
    .depot-additional-info {
        margin-left: 0px;
        margin-top: 0px;
        font-size: 12px;
    }

    .depot-additional-info span:first-of-type {
        padding-right: 5px !important;
    }

    #addBtn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}