/*Variables*/
:root {
    --brand-main-color: #082152;
}

.components-reconnect-dialog {
    margin: 25% 1rem !important;
    height: auto !important;
}

/*Landing Page*/
.dummy-class {
    color: white;
    width: auto;
}

.landing-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    background-image: url('/images/BackGrounds/landingpage-background.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.landing-intro {
    height: 5vh;
    background-color: red;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px black;
}

.landing-header {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: white;
    /* Set font color to white */
    text-shadow: 5px 5px 0px black;
    /* Add a black text shadow */
}

.landing-paragraph {
    font-size: 1rem;
    margin-bottom: 15px;
    color: white;
    /* Set font color to white */
    text-shadow: 2px 2px 0px black;
    /* Add a black text shadow */
}

.landing-content {
    max-width: 600px;
    margin: 0 10px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

.landing-footer {
    margin-top: 50px;
    font-size: 0.9em;
    color: #00bfff;
    /* Use a vibrant color */
}

.landing-button {
    margin-top: 20px;
    padding: 12px 24px;
    font-size: 1.1em;
    color: white;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-shadow: 3px 3px 0px black;
}

.landing-button:hover {
    background-color: #0056b3;
    text-shadow: 3px 3px 0px gray;
}

/*Message Box*/
.message-box {
    min-width: 300px;
    width: 50vw;
    margin: 20px auto;
    padding: 0px;
    background-color: #dff0d8;
    border: 1px solid #3e8e41;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

.message-box h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.message-box p {
    text-align: center;
    margin-bottom: 20px;
}

.message-box .continue-button {
    background-color: #3e8e41;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px auto;
    display: block;
}

.continue-button:hover {
    background-color: #2f6d31;
}

.continue-button:active {
    background-color: #228b22;
}


.message-box-header {
    background-color: #3e8e41;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 0px;
}

.message-box-danger {
    background-color: #ff9999;
}

.message-box-header-danger {
    background-color: #cc3333;
}

.message-box .continue-button-danger {
    background-color: #cc3333 !important;
}

.continue-button-danger:hover {
    background-color: #ff6666 !important;
}

.continue-button-danger:active {
    background-color: #aa8b22 !important;
}

/*Login Page*/

/*DashboardMenu*/
.vlr-menu-button {
    width: 100%;
    height: 11vh;
    padding: 0 !important;
    border-radius: 1rem;
}

.vlr-menu-button-text {
    font-weight: lighter;
    font-size: 1.4rem;
    color: var(--brand-main-color) !important;
}

.vlr-menu-icon {
    width: 5rem !important;
    height: 4rem !important;
    font-weight: lighter;
    font-size: 3rem !important;
    background-color: #942291;
    color: #FFFFFF;
    border-radius: 3rem 3rem 1rem !important;
}

/*Dashboards*/


.vlr-dashboard-currency {
    font-weight: lighter;
    font-size: 0.8rem;
}

.vlr-dashboard-title {
    font-weight: lighter;
    font-size: 1.5rem;
    padding: 5px;
    border-radius: 10px;
    width: 100%;
}

.vlr-dashboard-title2 {
    font-size: 1.2rem;
}

.vlr-dashboard-chart-title {
    font-size: 0.8rem;
    margin-top: -60px;
    margin-left: -20px;
}

.vlr-dashboard-secondary-label {
    font-size: 0.6rem;
    color: var(--rz-text-disabled-color);
    margin-right: 20px;
}

.vlr-dashboard-secondary-value {
    font-size: 0.8rem;
    color: var(--rz-text-disabled-color);
}

/*DashboardTileMoney.razor*/
.vlr-dashboard-tile-money-legend-item-text span.rz-legend-item-text {
    font-size: 8px;
}

/*DashboardTiles*/


.vlr-tile-percent-value {
    font-family: 'Courier New', Courier, monospace;
    color: white;
    font-size: 2.5em;
    font-weight: bolder;
}

.vlr-tile-percent-text {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 0.7em;
    font-weight: bolder;
    padding-top: 0.5rem;
}



.vlr-tile-table-cell {
    border-top: 2px solid white;
    border-right: 2px solid white;
}



.vlr-tile-bar-label {
    position: absolute;
    top: -20px;
    /* Etiketi kolonun üstüne yerleştir */
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.8em;
    color: #555;
}

.vlr-tile-bar-x-label {
    /* position: absolute;
    left: 50%; 
    transform: translateX(-50%);*/
    font-size: 0.6em;
    color: #555;
    font-weight: bolder;
}

/* .vlr-bar-chart-container {
    display: flex;
    position: relative;
    width: 100%;
    height: 100px;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-end;
    gap: 5px;
    position: relative;
} */

.vlr-target-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 2px dashed #f44336;
    /* Hedef çizgisinin stili */
    z-index: 1;
    /* Kolonların arkasında kalmaması için */
}

.vlr-target-line-label {
    position: absolute;
    right: 0;
    bottom: calc(36% / 40.5 * 200px - 5px);
    /* Etiketin konumu (ayarlanmalı) */
    font-size: 0.7em;
    color: #f44336;
}

/*MoneyTile*/
.vlr-money-tile-current-value-container {
    position: relative;
    width: 140px;
    height: 140px;
    margin-bottom: 0px;
    margin: 0 auto;
    text-align: center;
}

.vlr-mobile-tile-outer-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 8px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 50px rgba(25, 118, 210, 0.95);
}

.vlr-mobile-tile-inner-circle {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background-color: #1976d288;
    /* Güncel değer fon rengi */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 15px rgba(25, 118, 210, 0.9);
}

.vlr-mobile-tile-inner-circle-variant {
    background-color: #00000088;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
}


/*
VlrTileColumn.razor
VlrTile.Razor
*/
.vlr-tile-header {
    background-color: #00000088;
    color: #FFFFFF;
    text-align: left;
    padding: 0.2rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.1rem !important;
    width: 100%;
    border-radius: 0.2rem;
    box-shadow: 3px 3px 5px #00000066;
}

.vlr-tile-bar {
    width: 100%;
    background-color: #00897b;
    /* Kolon rengi */
    border-radius: 10px 10px 0 0;
    /* Üst köşeleri yuvarlak */
    border: 1px solid #88888888;
    position: relative;
}

.vlr-tile-bar-text {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.7rem;
    font-weight: bolder;
    width: 100%;
    text-align: center;
}

.vlr-tile-table-header {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.7rem;
    font-weight: bolder;
    background-color: #5F9EA0;
    width: 100%;
    text-align: center;
    color: white;
}

.vlr-tile-table-text {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.7rem;
    font-weight: bolder;
    background-color: #5F9EA088;
    width: 100%;
    text-align: center;
    border-top: 1px dotted grey;
}

.vlr-dashboard-value {
    font-weight: 400;
    font-size: 2rem;
}

/*Insights.razor*/
.vlr-stack {
    background-color: #192b41;
    color: #ffffff;
    --rz-gap: 0.5rem;
    flex-wrap: nowrap;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 4px 4px 5px #192b41AA !important;
}