:root {
    --aurablue: #244289; /* Aura'da kullanılan genel renk kodu */
    --aurablue-inactive: #90a5d7; /* Aura'da kullanılan genel renk kodu */
    --light-border-color: lightgrey; /* border rengi örn. fund compare chartın oralardaki card yapısındaki border */
    /* Bootstrap breakpoints start */
    --bs-sm-breakpoint: 576px;
    --bs-md-breakpoint: 768px;
    --bs-lg-breakpoint: 992px;
    --bs-xl-breakpoint: 1200px;
    --bs-xxl-breakpoint: 1400px;
    /* Bootstrap breakpoints end */
}

.info-icon-custom {
    font-size: 15px !important;
    border: 1px solid black;
    border-radius: 50%;
    width: 15px;
    padding: 2px 2px;
    color: black;
}

.aurablue {
    color: var(--aurablue) !important;
}

.auraWhite {
    color: white;
    transition: all 0.3s ease;
}

.aurabluebg {
    background-color: var(--aurablue);
}

.breadcrumbAura {
    background-color: var(--aurablue);
}

.lang-link.active {
    color: #244289 !important;
    font-weight: bold;
}

.inner .icons a {
    color: #244289 !important;
    margin-right: 10px !important;
    font-size: 20px !important;
    transition: font-weight 0.3s ease !important;
}

.inner .icons a:hover {
    font-weight: bold !important;
}

body, * {
    font-family: 'Helvetica', sans-serif !important;
}


.footerWrite {
    margin-top: 50px;
}

.footerWrite p {
    line-height: 1.4;
    font-size: 16px;
}

footer ul li {
    font-size: 16px;
}

.inner .CategoryHead {
    color: #244289 !important;
    font-weight: bold !important;
}

.inner .categoryButton {
    background: #244289 !important;
    color: white !important;
    border-radius: 10px;
    width: 40%;
    font-size: 15px;
    margin-top: 15px;
}

.MediaHeader {
    color: #244289 !important;
    font-weight: bold;
}

.MediaHeaderRoute {
    color: #244289 !important;
}

.mediaDesc {
    font-size: 15px;
}

.mediaCardDesc {
    font-size: 15px;
    font-weight: bold;
    color: #244289;
    padding: 10px;
}

.mediaCardRoute {
    color: #244289;
    font-size: 15px;
    float: right;
    position: relative;
    font-weight: bold;
    right: 15px;
    bottom: 15px;
}

.mediabtn {
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 15px;
    color: White;
    background-color: var(--aurablue);
    border-color: var(--aurablue);
}

.mediaImg {
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.mediaImgCus1 {
    width: 745px;
    height: 392px;
}

.mediaImgCus2 {
    width: 535px;
    height: 338px;
}

.mediaImgCus3 {
    width: 100%;
    height: 315px;
}

.fundCheck {
    background: #D9E1F1;
}

.fundCheckButton {
    border-radius: 10px;
    background: #244289 !important;
    height: 4em;
}

/* Styles for wrapping the search box */
.indexNav .nav-link .active {
    color: red !important;
}


/* Bootstrap 4 text input with search icon */

.searchIndex {
    padding-left: 2.375rem !important;
}

.Monthly {
    background: linear-gradient(to top, #1D428A, white);
}

.MonthlyCardHeader {
    color: #244289 !important;
    font-weight: bold !important;
    font-size: 20px;
    height: 70px;
}

.circleCard {
    width: 80px;
    height: 80px;
    background-color: #244289;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
}


.MonthlyKey {
    font-weight: bold;
    font-size: 15px;
}

.MonthlyValue {
    color: #244289;
    font-size: 21px;
    font-weight: bold;
}

.RiskHead {
    font-weight: bold;
    font-size: 15px;
}

.severity {
    color: #244289;
    font-size: 18px;
    font-weight: bold;
}

.RiskSeverity7 {
    color: #750000;
    font-size: 25px;
    font-weight: bold;
}

.RiskSeverity6 {
    color: #750000;
    font-size: 15px;
}

.RiskSeverity5 {
    color: #750000;
    font-size: 15px;
}

.RiskSeverity4 {
    color: #750000;
    font-size: 15px;
}

.RiskSeverity3 {
    color: #750000;
    font-size: 15px;
}

.RiskSeverity2 {
    color: #750000;
    font-size: 15px;
}

.RiskSeverity1 {
    color: #750000;
    font-size: 15px;
}


.gradient-container {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to right, #B5C4E0, #91A5CD, #5C77AB, #3B5C9C, #1D428A);
    border-radius: 10px;
}

.number {
    position: relative;
    color: white;
    justify-content: center;
    flex: 1;
    display: flex;
}

/*.number::before {
content: '';
position: absolute;
top: 50%;
left: 50%;

width: 20px;
height: 20px;
background-color: transparent;  
}*/


.number.one.selected::before {
    content: '1';
    background-color: #B5C4E0;
}

.number.two.selected::before {
    content: '2';
    background-color: #B5C4E0;
}

.number.three.selected::before {
    content: '3';
    background-color: #91A5CD;
}

.number.four.selected::before {
    content: '4';
    background-color: #5C77AB;
}

.number.five.selected::before {
    content: '5';
    background-color: #3B5C9C;
}

.number.six.selected::before {
    content: '6';
    background-color: #3B5C9C;
}

.number.seven.selected::before {
    content: '7';
    background-color: #1D428A;
}


.number.selected::before {
    content: '';
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    position: absolute;
    left: 5px;
    top: -10px;
    width: 45px;
    height: 45px;
    border: 1px solid white;
    border-radius: 100%;
    z-index: 1;
}

.selected {
    font-weight: bold;
}

.one {
    color: white;
}

.two {
    color: white;
}

.three {
    color: white;
}

.four {
    color: white;
}

.five {
    color: white;
}

.six {
    color: white;
}

.seven {
    color: white;
}


.RiskSeverity1 {
    color: #1D428A;
    font-size: 23px;
    font-weight: bold;
}

.RiskSeverity2 {
    color: #1D428A;
    font-size: 23px;
    font-weight: bold;
}

.RiskSeverity3 {
    color: #1D428A;
    font-size: 23px;
    font-weight: bold;
}

.RiskSeverity4 {
    color: #1D428A;
    font-size: 23px;
    font-weight: bold;
}

.RiskSeverity5 {
    color: #1D428A;
    font-size: 23px;
    font-weight: bold;
}

.RiskSeverity6 {
    color: #1D428A;
    font-size: 23px;
    font-weight: bold;
}

.RiskSeverity7 {
    color: #1D428A;
    font-size: 23px;
    font-weight: bold;
}


.sliderButtonFund {
    background: white !important;
    color: #244289 !important;
    font-weight: bold !important;
    border-radius: 15px !important;
    font-size: 13px !important;
    padding: 11px !important;
    line-height: 1.3 !important;
}

.sliderButtonCall {
    background: #244289 !important;
    color: white !important;
    font-weight: bold !important;
    border-radius: 15px !important;
    font-size: 13px !important;
    padding: 11px !important;
    line-height: 1.3 !important;
    border: 1px solid white !important;
    margin-left: 20px !important;
}

.indexNav {
    /* background removed */
    /*border-bottom: 2px solid white;*/
    padding: 0;
}

.indexNav .nav-link:hover {
    border: none;
    font-weight: bold;
    outline: 0;
    color: white;
    text-decoration: none;
    font-weight: bold !important;
}

.auraWhite:hover {
    outline: 0;
    font-weight: bold !important;
    font-size: 15px;
    transition: all 0.3s ease;
}

.indexNav .nav-link {
    border: none;
    color: gray !important;
    font-size: 14px;
}

.indexNav .nav-link.active {
    color: #244289 !important;
    background: none !important;
    border: 0;
    border-bottom: 3px solid #5a83e5 !important;
    padding: 5px;
    font-size: 17px;
    font-weight: bold;
    border-radius: 0px;
}

input[type="text"]::placeholder:after {
    content: "*";
    color: red;
}

#scroll-top:hover {
    background: #244289 !important;
}

.contactHeader {
    margin-top: 30px;
    margin-bottom: 30px;
}

.contactH {
    color: white;
    font-size: 25px;
    padding: 0;
    margin: 0;
}

.language-nav a:nth-child(2) {
    padding: 0;
}

.checkbox-container {
    display: flex;
    align-items: center;
}

.contactCheckbox {
    margin-top: 30px;
    margin-bottom: 30px;
}

.contactCheckbox input[type="checkbox"] {
    height: 30px !important;
    width: 30px !important;
    margin-right: 10px;
}

.contactCheckbox label {
    font-size: 16px;
}

.category {
    background: #EFEFF4;
    border-radius: 15px;
}

.categoryFund {
    background: #D9E1F1;
    border-radius: 0 0 20px 20px;
}

.fa-rotate-90 { /* medya-blog sağ okun hareketi */
    transform: rotate(90deg);
}

.breadcrumb-trail span {
    margin-right: 5px;
}

.breadcrumbAura a {
    color: White;
}

.breadcrumbAura .currentLinkSpan {
    text-decoration: underline;
    color: #8ea0c5;
}

.owlaurastyle {
    background-color: transparent !important;
}

.owlaurastyle .themesflat-testimonials.style-2 .text {
    background-color: transparent !important;
}

.owlaurastyle .themesflat-testimonials.style-2 .testimonial-item {
    padding-top: 0 !important;
}

.owlaurastyle.owl-drag .owl-item {
    margin-right: 0 !important;
    border-top: 1px solid var(--aurablue);
    border-bottom: 1px solid var(--aurablue);
    border-left: 1px solid var(--aurablue);
    padding: 60px 0;
}

.owlaurastyle.owl-drag .owl-item:nth-child(4) {
    border-right: 1px solid var(--aurablue);
}

.owlaurastyle.owl-drag .owl-item:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.owlaurastyle.owl-drag .owl-item:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.top-bar-socials .icons a {
    padding: 0px 25px;
}

/*searchbar start*/
.modalsearch {
    padding: 35px;
}

.modalsearch .searchFont div {
    font-size: 1.5rem;
}

.modalsearch .custom-search-input-group {
    height: 50px;
    font-size: 16px;
}

.modalsearch .searchbuttonsmost a {
    background: #edf7ff;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    padding: 9px 12px;
}

.modalsearch .searchbuttons a {
    font-weight: 600;
    background-color: #fff;
    border: 1px solid var(--aurablue);
    border-radius: 4px;
    color: var(--aurablue);
    padding: 11px 40px;
    font-size: 12px;
}

.modalsearch .searchbuttons a:hover {
    font-weight: 600;
    background-color: var(--aurablue);
    border: 1px solid var(--aurablue);
    border-radius: 4px;
    color: #fff;
    padding: 11px 40px;
    font-size: 12px;
}

.modalsearch input {
    font-size: 1.5rem;
}

.modalsearch .form-select a {
    font-size: 1.5rem;
}

.searchfontsize div {
    font-size: 1.5rem !important;
}

/*searchbar end*/

/*start*/
.chart-row .searchFont div {
    font-size: 1.5rem;
    padding: 6px;
}

.chart-row .form-control {
    border-radius: 10px !important;
}

.chart-row .tags-badge {
    color: #1A428A !important;
    font-weight: 700;
}

.chart-row .custom-search-input-group {
    height: 50px;
    font-size: 16px;
}

.chart-row .searchbuttons button {
    font-size: 16px;
    padding: 12px;
    background-color: var(--aurablue);
    border: 0;
}

.chart-row .searchbuttons button:active {
    background-color: var(--aurablue);
}

.chart-row input {
    font-size: 1.5rem;
}

.chart-row .form-select a {
    font-size: 1.5rem;
}

.chart-row div {
    font-size: 1.5rem !important;
}

.chart-table table thead th {
    border-color: #3A3A3A !important;
    font-size: 14px;
}

.chart-table table tbody tr td {
    color: #1A428A;
    font-weight: 600;
    font-size: 12px;
}

.chart-table .svg-btn {
    stroke: #B2B2B2;
}

.chart-table .svg-btn.active {
    stroke: #1A428A;
}

.aura-text {
    color: #1A428A;
    font-size: 14px;
    font-weight: 400;
}

.aura-check-input {
    --bs-form-check-bg: #F5F6FA !important;
}

.aura-check-input:checked[type=radio] {
    --bs-form-check-bg-image: none !important;
    --bs-form-check-bg: #1A428A !important;
    background-color: #1A428A;
    border-color: #1A428A;
}

/*end*/
.medianavcustom .medianavitem.active {
    background-color: var(--aurablue);
}


.medianavcustom .mediaborders {
    padding: 5px 10px;
    font-size: 15px;
    color: var(--aurablue);
}

.medianavcustom .medianavitem:hover {
    background-color: var(--aurablue) !important;
    color: white;
}

.medianavcustom .active {
    color: white;
}

.medianavcustom .mediaanactive {
    color: var(--aurablue);
}

.medianavcustom .mediaborders {
    border: 1px solid var(--aurablue);
    border-radius: 10px;
}

.mediaImg {

    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.mediaImgCus4 {
    height: 225px;
}

.mediapar {
    height: 72px;
    overflow: hidden;
}

/*card start*/
.card-link {
    color: #1D428A;
    font-weight: 500;
}

.card-link svg {
    margin-left: 8px;
}

.text-auro-blue {
    color: var(--aurablue) !important;
}

/*.auro-button {*/
/*    color: #F58601;*/
/*    border-color: #F58601;*/
/*    font-weight: 600;*/
/*}*/
/*    .auro-button:hover {*/
/*        color: #FFFFFF;*/
/*        border-color: #F58601;*/
/*        background-color: #F58601;*/
/*        font-weight: 600;*/
/*    }*/

/*megamenu start*/
.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 2;
    top: 0;
}

.headeroverlay {
    z-index: 3;
    background-color: white;
}

/* Mega Menu */
.mega-menu {
    position: fixed;
    top: 104px;
    left: 53%;
    transform: translateX(-50%);
    background-color: white;
    display: none;
    z-index: 3;
    width: 860px;
}

.menu-item:hover .mega-menu {
    display: block;
}

.newAccountbtn {
    font-size: 15px;
    background-color: var(--aurablue);
    padding: 6px 18px;
    border: 0;
}

.newAccountbtn:hover, .newAccountbtn:active {
    font-size: 15px;
    background-color: var(--aurablue) !important;
    padding: 6px 18px;
    border: 1px;
    border-color: var(--aurablue) !important;
}

.mega-menu-content {
    padding: 20px 40px 5px;
}

.mega-menu-content a {
    display: block;
    color: var(--aurablue);
    margin-bottom: 8px;
    text-decoration: none;
    padding: 5px 15px 0;
    background-color: #f7fbfe;
    font-size: 13px;
    width: 50%;
}

.mega-menu-content a:hover {
    font-weight: bold;
    background-color: white;
}

/*megamenu end*/
/*media start*/
.mediaImages img {
    filter: brightness(0.7);
}

.mediaImageBorderRadius img {
    border-radius: 15px;
}

.mediaImages .mediaImagesContent {
    position: absolute;
    bottom: 10%;
    left: 10%;
    right: 0;
    color: white;
}

.mediaImages .mediaImagesContent .mediaTittle {
    font-size: 20px;
    width: 75%;
    display: block;
    color: white;
}

/*media end*/
.contactCustom .contactHeading {
    font-size: 30px !important;
}

.contactCustom input[type="text"], .contactCustom input[type="email"], .contactCustom textarea {
    padding: 10px 25px !important;
}

.contactCustom input[type="text"], .contactCustom input[type="email"] {
    height: 60px !important;
}

.contactCustom .text {
    font-size: 18px !important;
}

/*index-owl-carousel staryart*/
.owlim.owl-loaded {
    background: transparent;
}


.owlim .owl-stage {
    margin-top: 30px;
    width: max-content !important;
    padding-top: 40px;
    padding-bottom: 30px;
}

.auraMainCarousel {
    transition: all 1s ease;
}

.auraMainCarousel:hover {
    scale: 1.04;
    transition: all 0.3s ease;
}

.auraMainCarousel .carouselContent {
    background-color: #6993e2;
    border-radius: 20px;
    height: 650px;
    overflow: hidden;
}

.carouselContent h4 {
    font-size: 22px;
    color: white;
}

.carouselParagraphFix {
    height: 170px;
    overflow: hidden;
    margin-bottom: 25px;
}

.carouselContent p {
    font-size: 18px;
    color: white;
}

.auraMainCarousel {
    position: relative;
}

.auraMainCarousel .carouselPadding {
    padding: 70px 50px 20px;
}

.auraMainCarousel .carouselReadmore {
    padding-right: 20px;
    padding-bottom: 10px;
}

.auraMainCarousel .carouselReadmore > * {
    color: white;
}

.auraCardTop {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0px;
}

.auraCardTop div {
    font-size: 20px;
    font-weight: bold;
    color: #1D428A;
    background-color: white;
    border: 4px solid #6993e2;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: white;
    border: none;
    border-radius: 50%;
    color: #000;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}

.owl-prev {
    left: 20px;
}

.owl-next {
    right: 20px;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.ourTeam .nav-item {
    margin-right: 20px;
}

.ourTeam .nav-item .nav-link {
    color: black !important;
}

.ourTeam .nav-item .active {
    color: var(--aurablue) !important;
    border-bottom: 3px solid var(--aurablue);
    padding-bottom: 20px;
    border-radius: 0;
}

.teamImg {
    background-color: #f9fafc;
}

/*.owlim .owl-item:last-child {*/
/*    margin-right: -445px; */
/*}*/
.mainCard img {
    width: 330px;
    height: 240px;
}

.mainCard h5 {
    text-align: center;
    padding-top: 50px;
    color: var(--aurablue);
    font-size: 30px;
}

.mainCard p {
    text-align: center;
    padding: 0 130px 25px;
    color: var(--aurablue);
    font-size: 16px;
}

.mainCard1 {
    background-color: #ffe9ba;
    height: 100%;
}

.mainCard2 {
    background-color: #ddf4c6;
    height: 100%;
}

.mainCardPos {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mainCard3 {
    background-color: #cfe0ff;
}

.teamModalIcons {
    color: White;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: bold;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

/*ik*/
.hrBackground {
    background-color: #ebf2ff;
}

.auraPolicies p {
    font-size: 18px;
}

.auraAdverts {
    background-color: #f8f8f8;
}

.auraAdverts p {
    font-size: 16px;
}

.auraAdvertsFooter a {
    font-size: 16px;
}

.hrApplyButtonMargin {
    margin-bottom: 40px;
}

.ApplyPadding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.hrApply {
    padding: 15px 60px;
    font-size: 16px;
    color: white;
    border-radius: 10px;
    border: none;
}

.hrApply:hover {
    padding: 15px 60px;
    font-size: 17px;
    color: white;
    border-radius: 10px;
    border: none;
    background: var(--aurablue);
}

.hrApply:active {
    padding: 15px 60px !important;
    font-size: 17px !important;
    color: white !important;
    border-radius: 10px !important;
    border: none !important;
    background: var(--aurablue) !important;
}

.mediaDetailPadding {
    margin-bottom: 30px;
}

.mediaDetail p {
    font-size: 16px;
}

.mediaDetail a {
    font-size: 18px;
    width: 20%;
    border: none;
}

.mediaDetail a:hover {
    font-size: 19px;
    width: 20%;
    border: 1px;
    border-color: var(--aurablue);
    background: var(--aurablue);
}

.mediaDetail a:active {
    font-size: 19px !important;
    width: 20% !important;
    border: 1px !important;
    border-color: var(--aurablue) !important;
    background: var(--aurablue) !important;
}

.investmentMarginTop {
    margin-top: 580px;
}

.InvestmentPagination {
    margin-bottom: 50px;
}

.investmentParagraph {
    font-size: 16px;
}

.InvestmentPagination > * {
    font-size: 16px;
}

.manageBg1 {
    background-color: #ebf2ff;
    height: 425px;
}

.manageBg2 {
    background-color: #f8f8f8;
    height: 425px;
}

.managePadd {
    padding: 40px 75px 75px;
}

.manageImg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.hbuyFund {
    background-color: #f8f8f8;
    height: 100%;
    position: relative;
}

.buyFundSteps {
    padding: 30px 25px 10px;
}

.hbuyNums {
    position: absolute;
    top: 0;
}

.hbuyFundStepNum {
    background-color: var(--aurablue);
    color: white;
    font-size: 25px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    justify-content: center;
    display: flex;
    text-align: center;
    align-items: center;
}

.fundDetailCircle {
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--aurablue);
    color: white;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
}

.fundDetailp p {
    font-size: 16px;
}

.fundDetailbg {
    background-color: #f7f9fb;
}

.fundDetailTable {
    padding: 5px 20px;
}

.fundDetailTableHeight {
    height: 340px;
}

.fundDetailTable .fundDetailBorder {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e9;
    padding: 8px 20px;
}

.fundDetailTable .fundDetailBorder:last-child {
    border-bottom: 0 !important;
}

.fundTableLast {
    border-bottom: 0 !important;
}

.auraAccordionItem {
    border: none;
}

.auraAccordionBg, .auraAccordionButtonBg {
    background-color: #d9e1f1;
}

.auraAccordionButtonBg:not(.collapsed) {
    background-color: #d9e1f1 !important;
}

.auraAccordionButtonBg:not(.collapsed) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.auraAccordionButton {
    padding: 5px;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 15px !important;
}

.auraAccordionTitle {
    margin-left: 50px;
    font-size: 14pt;
}

.auraAccordionBody {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    padding-bottom: 20px;
}

.auraAccordionButton div {
    font-size: 35px;
}

.accordionBorder {
    /*border-bottom: 1px solid black;*/
}

.auraAccordionButton div span {
    padding-bottom: 5px;
}

.auraAccordionButtonBg:not(.collapsed)::after {
    color: var(--aurablue);
}

.auraAccordionButtonBg::after {
    width: 20px;
    height: 20px;
    background-size: 100%;
    color: var(--aurablue);
    margin-right: 50px;
}

.InvSelect {
    width: 25%;
    font-size: 15px;
    color: #244289 !important;
    border-color: #244289;
    border-radius: 9px;
    text-align: center;
}

.InvSelect:focus {
    border-color: #244289;
    color: #244289 !important;
    font-weight: bold;
    outline: 0;
    box-shadow: 0 0 0 0 !important;
}

.auraAccordionItemData .table > :not(caption) > * > * {
    background-color: transparent;
}

.auraAccordionItemData .table {
    padding: 20px 40px;
}

.auraAccordionYears {
    background-color: transparent;
    border: 1px solid var(--aurablue);
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    text-align: center;
    height: 35px !important;
    color: var(--aurablue);
}

.auraAccordionYears option {
    background-color: white;
}

.rect-1-em {
    height: 1em;
    width: 1em;
}

.rect-20 {
    height: 22px;
    width: 22px;
}

.rect-30 {
    height: 30px;
    width: 30px;
}

.accordion-icon-wrapper {
    background-image: var(--bs-accordion-btn-active-icon);
    transition: all 0.3s ease !important;
}

.accordion-button:not(.collapsed) > .accordion-icon-wrapper {
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
    transform: var(--bs-accordion-btn-icon-transform);
}

.cursor-pointer {
    cursor: pointer;
}

.detail-icon {
    color: var(--aurablue);
}

.detail-icon:hover {
    color: var(--aurablue-inactive);
}

.date-custom-button {
    border-color: #1D428A;
    background-color: white;
    color: var(--aurablue);
    font-size: 14px;
    padding: 4px 10px;
}

.date-custom-button:hover {
    background-color: var(--aurablue);
    color: white;
}

.offcanvas-body * {
    font-size: 14px;
}

.button-group-custom {
}

.button-group-custom .btn {
    color: #A6A3A3;
    background-color: transparent;
    border: none;
    font-size: 16px;
}

.button-group-custom .btn:last-child {
    padding-right: 0 !important;
}

.button-group-custom .btn.active {
    color: var(--aurablue) !important;
    background-color: transparent;
}

.button-group-custom .btn:hover {
    color: var(--aurablue) !important;
}

.button-group-custom .btn:active {
    color: var(--aurablue) !important;
    background-color: transparent;
}

.chart-title {
    color: #244289;
    font-family: "Helvetica", serif;
    font-weight: bolder;
    font-size: 18px;
}

/* Bootstrap tooltip customization start */

.tooltip-main {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: 700;
    background: #f3f3f3;
    border: 1px solid #737373;
    color: #737373;
    margin: 4px 121px 0 5px;
    float: right;
    text-align: left !important;
}

.tooltip-qm {
    float: left;
    margin: -2px 0px 3px 4px;
    font-size: 12px;
}

.tooltip-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 236px !important;
    /*height: 76px;*/
    font-size: 12px;
    padding: 10px 15px 10px 20px;
    background: #516ea6;
    color: white;
    border: 1px solid #1f438b;
    text-align: left;
}
.tippy-box[data-theme~='custom-blue'] {
    background-color: #516ea6; /* Arka plan rengi */
    color: white; 
    border-radius: 4px; 
    padding: 5px 10px; 
font-size: 9pt;
}

.tippy-arrow {
    color:  #516ea6; 
}
.tooltip.show {
    opacity: 1;
}


/* Bootstrap tooltip customization end */

.chart-wrapper {
    border: 1px solid var(--light-border-color);
    padding: 5px;
    border-radius: 10px;
}

.line-hr {
    border-bottom: 1px solid var(--light-border-color);
    height: 2px;
    width: 100%;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.line-scrollable {
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#nav-home-tab, #nav-profile-tab {
    /* background removed */
    /*border-bottom: 3px solid rgba(255, 255, 255, 1);*/
    border-radius: 0;
}

.inner {
    display: flex;
}

.auraTableAuto {
    table-layout: auto;
    width: 100%;
}

.auraSelectWidth {
    width: 8%;
}

.select2-container {
    width: 100% !important;
}

.select2-results__options {
    min-height: 250px;
}

.auraManageMob {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.auraInvestmentImgM {
    height: 500px;
    width: 100%;
    object-fit: fill;
    aspect-ratio: 4 / 3;
}
.nav-pills{
    margin-left:0 !important;
}