/* Otomatik doldurma sırasında arka plan ve metin rengi */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px rgb(20, 20, 20) inset !important;
    box-shadow: 0 0 0px 1000px rgb(20, 20, 20) inset !important;
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
}






.rounded-2 {
    border-radius: 20px !important;
}


.ms-2 {
    margin-left: 0;
}


.bg-warning {
    background-color: #198754!important;
}

.grey {
    background-color: #404040 !important;

}

.statis .box {
    height: 100%;
}

.h3, h3 {
    font-size: calc(0.7rem + .6vw);
}

.lead {
    font-size: 0.9rem;
}

.charts .chart-container {
    border-radius: 10px;
}



.progress-container {
    width: 100%;
    background-color: #ffffff1f;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: rgb(175, 175, 175);
}

.progress-bar {
    height: 35px;
    width: 0;
    background-color: #ffffff;
    text-align: center;
    line-height: 30px;
    color: rgb(0, 0, 0);
    font-size: 10px;
    font-weight: bold;
    border-radius: 25px 0 0 25px;
    transition: width 0.5s ease-in-out;
}



@media (max-width: 990px) {
    .topcard {
        margin-top: 20px;
    }
    

}












.histtext {
    margin-left: 10px;
}

.paymenthistory {
    height: 400px;
    overflow: auto;
    padding: 5px 10px;
}

#paymentamount {
    margin-left: 20px;
    font-size: 15px;
}

.paymentlist {
    font-size: 12px;
    /* border-bottom: 2px solid rgb(41, 41, 41); */
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 4px 8px;
    background-color: #1e1e1e;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.paymentlist p {
    margin-bottom: 0px;
}

#dekont {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    /* background-color: rgb(66, 66, 66); */
    border: 1px solid rgb(41, 41, 41);
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: bold;
}

.material-icons {
    margin-right: 10px;
}

#paymenthistoryamount {
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-left: 4px solid #f79621;
    color: #f79621;
    background-color: #272727;
    border-radius: 0px 10px 10px 0px;
    padding: 10px 40px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
}




.wrap_general {
    overflow: hidden;
    white-space: nowrap;
    width: 20%;
    text-overflow: ellipsis;
    margin: 0px 10px;
}

.wrap_dekont {
    width: 100%;
}

.btc_1 {
    background-color: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 120px;
    border: 10px solid #ee5261;
}

.btc_2 {

    background-color: #f79621;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 120px;
    border: 10px solid #ffa538;
}

.btc_3 {
    background-color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 120px;
    border: 10px solid #2b7ffd;
}


.btc_4 {

    background-color: #f7a440;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 120px;
    border: 5px solid #f79621;
}


.wrap_dekont a {
    text-decoration: none;
    color: white;
}

.wrap_general {
    color: rgb(126, 126, 126);
}

.wrap_dekont {
    color: white;
    display: none;
}

.fa-eye {
    font-size: 15px;
}

.sidebar, #wrapper {
    display: none;
}

.loading_screen {
    display: flex;
    background-color: rgb(8, 8, 8);
    z-index: 999999999;
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}
