/* QUI C'è IL CSS PER LA SEZIONE KONDREAL STUDIO */

.page-studio {
    font-family: "Roboto", sans-serif;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #ccc #fff;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 20px;
    border: 0;
}

input,
select {
    font-size: 16px;
    font-size: max(16px, 1em);
    font-family: inherit;
    padding: 0.25em 0.5em;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
}

.wrap-content-dashboard {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    position: relative;
    padding: 0;
}

.page-studio .overlay-studio {
    display: none;
}

.wrap-content-dashboard .action-navigation {
    width: 100%;
    padding: 0 0 15px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.wrap-content-dashboard .action-navigation-mobile {
    display: none;
}

.wrap-content-dashboard .resp-asset-menu {
    cursor: pointer;
    width: 31px;
    height: 31px;
    line-height: 33px;
    /* float: left; */
    border: 1px solid #d9d9d9;
    text-align: center;
    color: #3d414c;
    background: #fff;
    order: 1;
}

.wrap-content-dashboard .resp-asset-menu svg {
    margin-top: 6px;
}

.wrap-content-dashboard .resp-asset-menu.chiudi-menu {
    border: 0;
}

p.upgrade-studi {
    color: #3d414c;
    padding-bottom: 10px;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 4px 10px;
    display: inline-block;
    margin: 0 0 0 10px;
    order: 2;
}

p.upgrade-studi a {
    text-decoration: underline;
    font-size: 14px !important;
    color: #3d414c !important;
}

p.upgrade-studi a span.piano-text-mobile {
    width: auto;
    color: #3d414c !important;
    text-transform: none;
    font-size: 14px !important;
    text-decoration: underline;
}

.wrap-content-dashboard .action-navigation a.guida-pagina {
    /* float: right; */
    text-align: right;
    color: #3d414c;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 5px 10px;
    order: 3;
    margin-left: auto;
}

.wrap-content-dashboard .dashboard-navigation-void {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    padding: 30px 30px;
    display: block;
}

.wrap-content-dashboard .dashboard-navigation {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    padding: 30px 0 30px 15px;
    border-right: 1px solid #d9d9d9;
    position: fixed;
    height: calc(110vh - 83px);
    overflow: hidden;
    top: 0;
    bottom: 0;
    position: sticky;

    /* overflow: auto;
	position: sticky;
	height: 100vh;
	top: 0px;
	bottom: 0px; */
}

.wrap-content-dashboard .dashboard-navigation.navigation-closed,
.wrap-content-dashboard .dashboard-navigation-void.navigation-closed {
    transform: translateX(-400px);
    position: absolute;
}

.dashboard-navigation form {
    width: 90%;
}

.wrap-content-dashboard .dashboard-content {
    width: 100%;
    max-width: calc(100% - 310px);
    padding: 30px 0 0 0;
    background-color: rgb(247, 248, 250);
    position: relative;
}

.wrap-content-dashboard .dashboard-content-content {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 10px;
    min-height: calc(100vh - 360px);
}

.wrap-content-dashboard .dashboard-content.expanded {
    width: 100%;
    max-width: 100%;
}

.dashboard-navigation select {
    position: relative;
    display: block;
    height: 30px;
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 1.3;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    color: #3d414c;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    /*background-image: url(../images/freccia.png);*/
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
}

.dashboard-navigation select::-ms-expand {
    display: none;
}

.dashboard-navigation select:hover {
    border-color: #888;
}

.dashboard-navigation select:focus {
    border-color: #cea16e;
    outline: none;
}

/**
 *
 * CUSTOM SELECT PER FILTRI
 *
 */
.custom-select {
    position: relative;
    height: 30px;
    margin: 0 0 15px 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    color: #3d414c;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /*background-image: url(../images/freccia.png);*/
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
    padding: 0 10px;
    background: #fff;
}

.custom-select span {
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    color: #444;
    line-height: 30px;
}

.custom-select ul {
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 10000;
    list-style: none;
    margin: 0 !important;
    left: 0;
    top: 29px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: none;
    padding-left: 6px;
    /* max-height: 400px;
	overflow: auto; */
}

.custom-select ul li {
    padding: 5px;
    cursor: pointer;
    font-size: 13px;
    color: #000;
    line-height: 1.3;
}

.custom-select i {
    font-size: 10px;
}

.custom-select ul li.main-commodity i,
.custom-select span.main-commodity i {
    color: #ff8c00;
}

.custom-select ul li.main-stocks i,
.custom-select span.main-stocks i {
    color: #3966bd;
}

.custom-select ul li.main-precious-metals i,
.custom-select span.main-precious-metals i {
    color: #ffbe00;
}

.custom-select ul li.main-bonds i,
.custom-select span.main-bonds i {
    color: #3da200;
}

.custom-select ul li.main-real-estate i,
.custom-select span.main-real-estate i {
    color: #00afdc;
}

.custom-select ul li.main-cripto i,
.custom-select span.main-cripto i {
    color: #860096;
}

.custom-select ul li:hover,
ul.asset-posts li:hover {
    background-color: #f5f5f5;
}

.dashboard-navigation li.open {
    background: #002c5c;
    border-radius: 6px;
    color: #fff !important;
}

.dashboard-navigation li.open:hover,
.custom-select ul li.open:hover {
    background: #002c5c !important;
    color: #fff !important;
}

.dashboard-navigation li.open .content-title {
    color: #fff !important;
}

.custom-select ul li:last-child {
    border-bottom: none;
}

.dashboard-navigation .navbar-form {
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.dashboard-navigation .navbar-form .form-group {
    position: relative;
}

.dashboard-navigation .navbar-form .form-group input {
    font-size: 13px;
    border: 1px solid #d9d9d9;
    color: #3d414c;
    box-sizing: border-box;
    height: 30px;
    box-shadow: none;
}

.dashboard-navigation .navbar-form .form-group i {
    position: absolute;
    right: 10px;
    top: 7px;
    color: #d9d9d9;
}

/* .dashboard-navigation select#sub-asset-class {
	margin-bottom: 0;
} */

.dashboard-navigation #wrap-sub-sub-asset-class ul ul,
.dashboard-navigation #wrap-result-ajax-search ul {
    border-left: 1px solid #d9d9d9;
    margin-left: 7px;
}

.dashboard-navigation #wrap-sub-sub-asset-class>ul>li {
    padding: 5px 0;
}

.dashboard-navigation #wrap-sub-sub-asset-class>ul>li.open-menu i {
    transform: rotate(180deg);
}

.dashboard-navigation #wrap-sub-sub-asset-class,
.dashboard-navigation #wrap-result-ajax-search {
    margin-top: 20px;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 120px);
}

.dashboard-navigation #wrap-sub-sub-asset-class ul,
.dashboard-navigation #wrap-result-ajax-search ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 95%;
}

.dashboard-navigation #wrap-result-ajax-search ul {
    margin-left: 0;
}

.dashboard-navigation #wrap-sub-sub-asset-class li,
.dashboard-navigation #wrap-result-ajax-search li {
    cursor: pointer;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding: 5px 0 5px 10px;
    color: #fff;
    font-size: 14px;
}

.dashboard-navigation #wrap-sub-sub-asset-class li:hover,
.dashboard-navigation #wrap-result-ajax-search li:hover {
    background-color: #002c5c;
}

.dashboard-navigation #wrap-sub-sub-asset-class li span,
.dashboard-navigation #wrap-result-ajax-search li span,
.upgrade-studi span,
.contenuto-non-accessibile span {
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    margin-right: 6px;
    width: 20px;
    line-height: 20px;
    display: inline-block;
}

.dashboard-navigation #wrap-sub-sub-asset-class li i,
.dashboard-navigation #wrap-result-ajax-search li i {
    margin-left: auto;
    color: #d9d9d9;
}

.dashboard-navigation #wrap-sub-sub-asset-class li span.l1,
.dashboard-navigation #wrap-result-ajax-search li span.l1,
.contenuto-non-accessibile span.l1 {
    background-color: #d6e5dd;
    color: #07763b;
}

.dashboard-navigation #wrap-sub-sub-asset-class li span.l2,
.dashboard-navigation #wrap-result-ajax-search li span.l2,
.upgrade-studi span.l2,
.contenuto-non-accessibile span.l2 {
    background-color: #cfd7e5;
    color: #253e68;
}

.dashboard-navigation #wrap-sub-sub-asset-class li span.l3,
.dashboard-navigation #wrap-result-ajax-search li span.l3,
.upgrade-studi span.l3,
.contenuto-non-accessibile span.l3 {
    background-color: #ece3d9;
    color: #c9a170;
}

.dashboard-navigation #wrap-sub-sub-asset-class li span.l4,
.dashboard-navigation #wrap-result-ajax-search li span.l4,
.upgrade-studi span.l4,
.contenuto-non-accessibile span.l4 {
    background-color: #d9d9d9;
    color: #3d414c;
}

.contenuto-non-accessibile {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 100px 30px;
    background-color: #fff;
    position: relative;
    border: 1px solid #e4e4e4;
}

.contenuto-non-accessibile a {
    color: #7a7a7a;
    text-decoration: underline;
}

.contenuto-non-accessibile a:hover {
    color: #c99e65;
}

.dashboard-navigation #wrap-sub-sub-asset-class li span.new-post {
    width: 7px;
    height: 7px;
    padding: 0;
    background-color: rgba(206, 161, 110, 1);
    position: absolute;
    left: 4px;
}

.dashboard-navigation #wrap-result-ajax-search li span.new-post {
    width: 7px;
    height: 7px;
    padding: 0;
    background-color: rgba(206, 161, 110, 1);
    position: absolute;
    left: 4px;
}

.dashboard-navigation #wrap-sub-sub-asset-class li .wrap-extra-asset {
    margin-left: auto;
}

.dashboard-navigation #wrap-sub-sub-asset-class li img.icona-asset {
    margin-right: 6px;
    width: 20px;
    height: auto;
    background: #fff;
    padding: 2px;
    border-radius: 20px;
}

.dashboard-navigation #wrap-sub-sub-asset-class li span.count-post {
    background-color: #d9d9d9;
    color: #3d414c;
    padding: 1px 6px;
    display: inline;
    margin-right: 0;
}

.dashboard-navigation #wrap-sub-sub-asset-class li span.content-title,
.dashboard-navigation #wrap-result-ajax-search li span.content-title {
    width: calc(100% - 40px);
    color: #fff;
    text-align: left;
    text-transform: none;
    font-size: 14px;
    line-height: 15px;
}

.dashboard-content .wrap-content-asset {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 0;
    min-height: 100vh;
}

.dashboard-content .wrap-content-asset h1 {
    font-size: 20px;
    background: #fff;
    color: #002c5c;
    margin: 0;
    padding: 10px 10px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.dashboard-content .wrap-content-asset h1 span.new-post-title {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 3px 6px;
    background: rgba(206, 161, 110, 1);
    border-radius: 8px;
    margin-right: 10px;
}

.dashboard-content .grafico .wp-block-columns {
    margin-bottom: 0;
}

.dashboard-content .grafico .wp-block-column {
    padding: 20px 45px;
}

.dashboard-content .grafico .wp-block-column:nth-child(3),
.dashboard-content .grafico .wp-block-column:nth-child(4) {
    padding-top: 0;
}

.dashboard-content .grafico {
    background-color: #fff;
    position: relative;
    border: 1px solid #e4e4e4;
}

.dashboard-content .flex-video.widescreen,
.dashboard-content .responsive-embed.widescreen {
    padding-bottom: 62%;
}

.dashboard-content iframe {
    width: 100%;
    max-width: 100%;
}

.dashboard-content .hider {
    z-index: 2;
    height: 79px;
    /* transform: translateY(-53px); */
    background-color: rgb(247, 248, 250);
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
}

.dashboard-content .grafico-description {
    background-color: #fff;
    padding: 15px 15px;
    border: 1px solid #e4e4e4;
}

.dashboard-content .grafico-description p {
    font-size: 14px !important;
}

.dashboard-content .grafico-description p a {
    font-size: 14px !important;
    color: #002c5c;
    text-decoration: underline;
}

.dashboard-content .powerbi {
    font-size: 14px !important;
}

.dashboard-content .powerbi a {
    font-size: 14px !important;
    font-weight: 900;
    font-style: italic;
    color: #002c5c;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.loading .wrap-loading-animation {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loading img {
    position: relative;
    z-index: 101;
    color: #fff;
    text-align: center;
    height: auto;
    width: 300px;
    margin: 0 auto;
    animation-name: stretch;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes stretch {
    0% {
        transform: scale(0.95);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.nessun-risultato {
    font-size: 13px;
    color: #333;
    background-color: #fcc;
    display: block;
    padding: 10px;
    border-left: 5px #c00 solid;
    margin: 0 !important;
}

/**
 *
 * Loading Animation Ajax Search
 *
 */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 20px;
}

.lds-ring span {
    margin-left: 34px;
    padding-top: 7px;
    position: absolute;
    font-size: 14px;
    color: #fff;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 8px;
    border: 2px solid #c99e65;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #c99e65 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1440px) {
    .loading .wrap-loading-animation {
        transform: translate(-50%, -200%);
    }

    .wrap-content-dashboard .dashboard-content-content {
        max-width: 1200px;
    }

    .wrap-content-dashboard .dashboard-navigation {
        height: 100vh;
    }
}

@media (max-width: 1024px) {
    .wrap-content-dashboard .action-navigation-mobile {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .wrap-content-dashboard .action-navigation-mobile img {
        width: 160px;
        height: auto;
    }

    .wrap-content-dashboard {
        display: block;
    }

    .wrap-content-dashboard .dashboard-navigation {
        position: fixed;
        top: 0;
        left: 0;
        height: 103vh;
        z-index: 101;
        padding-top: 10px;
        padding-bottom: 0;
    }

    .dashboard-navigation #wrap-sub-sub-asset-class,
    .dashboard-navigation #wrap-result-ajax-search {
        height: calc(100% - 220px);
    }

    .wrap-content-dashboard .dashboard-navigation-void {
        display: none;
    }

    .page-studio .overlay-studio {
        display: none;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 100;
    }

    .wrap-content-dashboard .dashboard-content {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 733px) {
    .wrap-content-dashboard .resp-asset-menu {
        order: 1;
    }

    p.upgrade-studi {
        order: 3;
        width: 100%;
        flex-basis: 100%;
        margin: 10px 0 0 0;
    }

    .wrap-content-dashboard .action-navigation a.guida-pagina {
        order: 2;
    }
}

@media (max-width: 480px) {
    p.upgrade-studi span.piano-text-mobile {
        display: none;
    }

    .wrap-content-dashboard .resp-asset-menu {
        transform: rotate(180deg);
    }
}

@media (max-width: 414px) {

    .dashboard-content .flex-video.widescreen,
    .dashboard-content .responsive-embed.widescreen {
        padding-bottom: 65%;
    }
}

@media (max-width: 375px) {

    p.upgrade-studi,
    p.upgrade-studi a span.piano-text-mobile {
        font-size: 13px !important;
    }
}

@media (max-width: 360px) {
    .upgrade-studi span {
        margin-right: 0;
    }
}

/*** Icone scala temporale ***/
.dashboard-content .wrap-content-asset .shin-asset-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 20px;
    background: #fff;
    color: #002c5c;
    margin: 0;
    padding: 10px 10px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.dashboard-content .wrap-content-asset .shin-asset-title h1 {
    padding: 0;
    border: none;
}

.dashboard-content .wrap-content-asset .shin-asset-title .shin-asset-subtitle {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 10px;
}

.dashboard-content .wrap-content-asset .shin-asset-title .shin-asset-subtitle .fal {
    color: #000;
}

.dashboard-content .wrap-content-asset .shin-asset-title ul.shin-asset-timeframes {
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 0;
    list-style: none;
}

.dashboard-content .wrap-content-asset .shin-asset-title ul.shin-asset-timeframes li {
    display: none;
}

.dashboard-content .wrap-content-asset .shin-asset-title ul.shin-asset-timeframes li.shin-selected {
    display: inline-block;
}

.dashboard-content .wrap-content-asset .shin-asset-title ul.shin-asset-timeframes .shin-asset-timeframe {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
}

.dashboard-content .wrap-content-asset .shin-asset-title ul.shin-asset-timeframes .shin-asset-timeframe.shin-selected {
    width: 20px;
    padding: 0;
    color: #fff;
    background-color: #002c5c;
    border-radius: 3px;
}

@media (min-width: 733px) {
    .dashboard-content .wrap-content-asset .shin-asset-title {
        align-items: center;
    }

    .dashboard-content .wrap-content-asset .shin-asset-title ul.shin-asset-timeframes li {
        display: inline-block;
    }

    .dashboard-content .wrap-content-asset .shin-asset-title ul.shin-asset-timeframes li:after {
        content: ' | ';
    }

    .dashboard-content .wrap-content-asset .shin-asset-title ul.shin-asset-timeframes li:last-child:after {
        content: '';
    }

    .dashboard-content .wrap-content-asset .shin-asset-title ul.shin-asset-timeframes .shin-asset-timeframe {
        height: 28px;
        margin: 0 9px;
        line-height: 28px;
        font-size: 14px;
    }

    .dashboard-content .wrap-content-asset .shin-asset-title ul.shin-asset-timeframes .shin-asset-timeframe.shin-selected {
        width: 28px;
    }
}

/*** Tooltip ***/
.ui-widget.ui-widget-content {
    max-width: none !important;
    padding: 8px 12px !important;
    border: solid 2px #707070 !important;
    border-radius: 8px !important;
    box-shadow: 3px 3px 3px rgba(150, 150, 150, 0.8) !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    color: #707070 !important;
}

@media screen and (min-width: 1024px) {
    .ui-widget.ui-widget-content {
        font-size: 14px !important;
    }
}



.wp-block-column {
    width: 50%;
    margin-bottom: 30px !important;
}

p.has-text-color {
    margin: 0;
}

body .is-layout-flex {
    display: flex;
    align-items: start;
    background: #fff;
    padding: 10px;
}


.logoBar {
    display: none !important;
}

.grafico iframe {
    height: 80vh;
}

.assetmenu.blockasset {
    display: block;
    padding-top: 20px !important;
}

@media only screen and (max-width: 639px) {
    .grafico iframe {
        height: 40vh;
    }

    .logoBar {
        display: none !important;
    }
}