﻿#calcWeightPartialView .calc-weight-header {
    padding: 16px 0 12px 0;
}

    #calcWeightPartialView .calc-weight-title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 20px;
        color: #121212;
        margin: 0 0 19px 0;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.01em;
    }

#calcWeightPartialView .calc-weight-underline {
    width: 100%;
    height: 4px;
    background: #1D9BF0; /* figmadaki mavi çizgi */
    margin-bottom: 16px;
}

#calcWeightPartialView .calc-weight-tabs {
    display: flex;
    gap: 8px;
    margin-top: 2px;
}

#calcWeightPartialView .calc-weight-tab {
    padding: 5px 16px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 100px;
    background-color: #FFFFFF;
    color: rgba(0, 0, 0, 0.4);
    font-family: 'Nacelle', sans-serif;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.005em;
    transition: color .15s ease, border-color .15s ease, background-color .15s ease;
}

    #calcWeightPartialView .calc-weight-tab:hover {
        border-color: rgba(0, 0, 0, 0.6);
        color: rgba(0, 0, 0, 0.6);
    }

    #calcWeightPartialView .calc-weight-tab.active {
        background: #FFFFFF;
        color: rgba(0, 0, 0, 1);
        border-color: rgba(0, 0, 0, 1); /* interactive/primary/default */
        font-weight: 600;
    }

#calcWeightPartialView .calc-weight-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 31px;
}

#calcWeightPartialView .calc-weight-form-group {
    flex: 1;
    margin-right: 8px;
}

    #calcWeightPartialView .calc-weight-form-group label {
        display: block;
        font-family: 'Space Grotesk', sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: -0.01em;
        color: #121212;
        margin-bottom: 8px;
    }

    #calcWeightPartialView .calc-weight-form-group input,
    #calcWeightPartialView .calc-weight-form-group select {
        width: 100%;
        padding: 10px 12px;
        border: 1px solid rgba(14, 15, 12, 0.12);
        border-radius: 8px;
        background: #fff;
        font-size: 14px;
        line-height: 150%;
        color: #121212;
    }

/* Büyük select görünümü */
#calcWeightPartialView .select-lg {
    width: 100%;
    height: 52px;
    padding: 0 44px 0 14px;
    border: 1px solid #CDCFDB;
    border-radius: 4px;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    color: #111827;
    background-color: #FFFFFF;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: none;
}

#calcWeightPartialView .select-lg:focus {
    border-color: #bfc3cf;
    box-shadow: 0 0 0 3px rgba(17, 191, 43, 0.12);
}

/* Profil bilgi kutusu (mavi alan) */
#calcWeightPartialView .profile-info {
    display: block;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 17px;
    border: 1px solid rgba(14, 15, 12, 0.12);
    background: linear-gradient(to right, #b5d9ec, #bcc5d6);
    color: #fff;
}

#calcWeightPartialView .profile-info-title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.01em;
    margin-bottom: 6px;
    color: #121212;
}

#calcWeightPartialView .profile-info-text {
    font-family: 'Nacelle', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: rgba(0, 0, 0, 0.75);
}

#calcWeightPartialView .calc-weight-return {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 43px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    border: 1px solid #CDCFDB;
    min-height: 87px;
}

#calcWeightPartialView .calc-weight-return-title {
    margin: 0 0 4px 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #121212;
}

#calcWeightPartialView .calc-weight-return-sub {
    margin: 0;
    color: #000;
    opacity: .54;
    font-family: 'Nacelle', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.01em;
}

#calcWeightPartialView .calc-weight-return-value {
    display: flex;
    align-items: center;
    gap: 10px;
}

#calcWeightPartialView .calc-weight-coin-icon {
    display: inline-flex;
    width: 46px; /* 45.75px ~ 46px */
    height: 46px;
    align-items: center;
    justify-content: center;
}

#calcWeightPartialView .calc-weight-percentage {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #121212;
}

#calcWeightPartialView .calc-weight-distribution {
    background: #fff;
    border-radius: 8px;
    padding: 0;
    box-shadow: none;
    border: none;
}

/* Alt yatay ayıraç */
#calcWeightPartialView .horizontal-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(14, 15, 12, 0.12); /* #0E0F0C1F */
    margin: 19px 0 17px 0; /* üst-alt boşluk */
}

#calcWeightPartialView .calc-weight-distribution-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border-bottom: none;
    background: transparent;
    margin-bottom: 8px;
}

#calcWeightPartialView .calc-weight-distribution-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #121212;
    margin: 0;
}

#calcWeightPartialView .calc-weight-period-select {
    padding: 8px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: white;
}

#calcWeightPartialView .calc-weight-table-container {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    overflow: hidden;
}

#calcWeightPartialView .calc-weight-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    #calcWeightPartialView .calc-weight-table th {
        text-align: left;
        padding: 12px 14px;
        border-bottom: 1px solid #E5E7EB;
        color: #374151;
        font-family: 'Space Grotesk', sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: -0.01em;
        background: #FCFCFC;
    }

    #calcWeightPartialView .calc-weight-table td {
        padding: 14px 14px;
        border-bottom: 1px solid #E5E7EB;
        vertical-align: middle;
        background: #fff;
        font-family: 'Nacelle', sans-serif;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    #calcWeightPartialView .calc-weight-table tbody tr:hover { background-color: #f9fafb; }
    #calcWeightPartialView .calc-weight-table tbody tr:last-child td { border-bottom: none; }

#calcWeightPartialView .calc-weight-fund-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

#calcWeightPartialView .calc-weight-fund-logo {
    width: 32px;
    height: 32px;
    border-radius: 6px;
}

#calcWeightPartialView .calc-weight-fund-info {
    display: flex;
    flex-direction: column;
}

#calcWeightPartialView .calc-weight-fund-title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #111827;
    margin: 0 0 4px 0;
}

#calcWeightPartialView .calc-weight-fund-description {
    font-family: 'Space Grotesk', sans-serif;
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.01em;
    margin: 0;
}

#calcWeightPartialView .calc-weight-cell-right {
    text-align: right;
    color: rgba(0, 0, 0, 1);
    font-family: 'Nacelle', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

/* Getiri renkleri - Resimdeki renk kodlarına göre güncellendi */
#calcWeightPartialView .return-positive { 
    color: rgba(17, 191, 43, 1); 
    font-family: 'Nacelle', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
}
#calcWeightPartialView .return-negative { 
    color: rgba(234, 67, 53, 1); 
    font-family: 'Nacelle', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
}

/* Ağırlık sütunu için stil */
#calcWeightPartialView .weight-value {
    font-family: 'Nacelle', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: rgba(0, 0, 0, 1);
}

#calcWeightPartialView .calc-weight-update-date {
    background: #e7f9ea;
    color: rgba(17, 191, 43, 1);
    text-align: center;
    padding: 8px 12px;
    border-radius: 8px;
    font-family: 'Nacelle', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    width: 378px;
}

#calcWeightPartialView .calc-weight-update-date-value {
    font-weight: 600;
    font-style: SemiBold;
}

/* Fon sayacı */
#calcWeightPartialView .calc-weight-fund-count {
    padding: 0 0 8px 0;
    color: #6B7280;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.01em;
}

/* Select wrapper ve ikon stili (IyıGelirPicks ile uyumlu) */
#calcWeightPartialView .calc-weight-select-wrapper {
    position: relative;
}

#calcWeightPartialView .calc-weight-select-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #111827;
}

/* Select2 özelleştirmeleri (IyıGelirPicks ile uyumlu) */
#calcWeightPartialView .select2-container--default .select2-selection--single {
    height: 52px !important;
    border: 1px solid #CDCFDB !important;
    border-radius: 4px !important;
}

#calcWeightPartialView .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 52px !important;
    padding-left: 14px !important;
    padding-right: 44px !important;
    color: #111827 !important;
}

#calcWeightPartialView .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #9CA3AF !important;
}

#calcWeightPartialView .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

#calcWeightPartialView .select2-container--focus .select2-selection--single {
    border-color: #bfc3cf !important;
    box-shadow: 0 0 0 3px rgba(17, 191, 43, 0.12) !important;
}

#calcWeightPartialView .select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #f9fafb !important;
    color: inherit !important;
}

#calcWeightPartialView .select2-container .select2-results__option--selected {
    background-color: #effdf4 !important;
}

#calcWeightPartialView .select2-container .select2-results__option[aria-selected="true"] {
    background-color: #f9fafb !important;
    color: inherit !important;
}

#calcWeightPartialView .select2-container .select2-results > .select2-results__options {
    max-height: 240px !important;
    overflow-y: auto !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

#calcWeightPartialView .select2-container .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.calc-weight-select-wrapper {
    width: 438px;
}
.calc-weight-form {
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;      
  }
  .calc-weight-form-group {
    flex: 1;                     
    max-width: 438px;            
  }

#calcWeightPartialView .fund-comparison__data-table-header--item {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 150% !important;
    letter-spacing: -0.01em !important;
    color: #6B7280 !important;
}

#calcWeightPartialView .fund-comparison__data-table-header--ratio {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 150% !important;
    letter-spacing: -0.01em !important;
    color: #6B7280 !important;
    text-align: right !important;
}

  .calc-weight-icon-coin{
    width: 61px;
    height: 61px;
    margin-right: 16px;
    color: rgba(17, 191, 43, 1);
  }

/* Fund comparison tablosu için veri hücrelerinin stilleri */
#calcWeightPartialView .fund-comparison__data-table-table td {
    font-family: 'Nacelle', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

/* Ağırlık sütunu için siyah renk */
#calcWeightPartialView .fund-comparison__data-table-table td:nth-child(2) {
    color: rgba(0, 0, 0, 1);
}

/* Aylık getiri sütunu için pozitif/negatif renkler */
#calcWeightPartialView .fund-comparison__data-table-table td:nth-child(3).positive {
    color: rgba(17, 191, 43, 1);
}

#calcWeightPartialView .fund-comparison__data-table-table td:nth-child(3).negative {
    color: rgba(234, 67, 53, 1);
}

/* Fund comparison tablosu için fon adı (code) stili */
#calcWeightPartialView .fund-comparison__data-table-item-name-text {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 20.05px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
}

/* Fund comparison tablosu için fon açıklaması (name-text) stili */
#calcWeightPartialView .fund-comparison__data-table-item-code {
    font-family: 'Nacelle', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20.05px;
    letter-spacing: 0px;
    color: rgba(125, 131, 152, 1);
}

/* Fund comparison tablosu için ağırlık ve aylık getiri değerleri (ratio-value) stili */
#calcWeightPartialView .fund-comparison__data-table-ratio-value {
    font-family: 'Nacelle', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20.05px;
    letter-spacing: 0%;
    text-align: right;
    color: rgba(0, 0, 0, 1);
}

/* Fund comparison tablosu için pozitif getiri değerleri */
#calcWeightPartialView .fund-comparison__data-table-ratio-value.return-positive {
    font-family: 'Nacelle', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20.05px;
    letter-spacing: 0%;
    text-align: right;
    color: rgba(17, 191, 43, 1);
}

/* Fund comparison tablosu için negatif getiri değerleri */
#calcWeightPartialView .fund-comparison__data-table-ratio-value.return-negative {
    font-family: 'Nacelle', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20.05px;
    letter-spacing: 0%;
    text-align: right;
    color: rgba(234, 67, 53, 1);
}

#calcWeightPartialView .fund-comparison__data-table-content {
    overflow: visible !important;
    max-height: none !important;
}