.card-fill {
    border: none !important;
}

.tradingview-widget-container {
    position: relative;
    height: 600px;
    /* Adjust height as needed */
    width: 100%;
    /* Adjust width as needed */
}

.tradingview-widget-container__widget {
    position: absolute;
    height: 100%;
    width: 100%;
}

.chart.chart-container {
    height: 100%;
}


.col-md-1-5 {
    flex: 0 0 auto;
    width: 12.5%;
}

.col-md-11-5 {
    flex: 0 0 auto;
    width: 87.5%;
}

button.btn-notification {
    width: 90%;
    padding: 7px;
    background: transparent linear-gradient(260deg, #D21AFE 0%, #4C05B9 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: white;
    position: sticky;
    top: 30%;
    left: 0%;
}

.bg-white {
    background: white;
}

.min-height {
    min-height: 100vh;
}

.check-verity {
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 40%;
}

.card-verity.check-verity {
    width: 70%;
    justify-content: center;
    text-align: center;
    background: transparent !important;
    box-shadow: none !important;
}

.alert {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.alert ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.klinecharts-pro {
    --klinecharts-pro-primary-color: #1677ff;
    --klinecharts-pro-hover-background-color: rgba(22, 119, 255, 0.15);
    --klinecharts-pro-background-color: #FFFFFF;
    --klinecharts-pro-popover-background-color: #FFFFFF;
    --klinecharts-pro-text-color: #051441;
    --klinecharts-pro-text-second-color: #76808F;
    --klinecharts-pro-border-color: #ebedf1;
    --klinecharts-pro-selected-color: rgba(22, 119, 255, 0.15);
}

/* Dark theme customization */
.klinecharts-pro[data-theme="dark"] {
    --klinecharts-pro-hover-background-color: rgba(22, 119, 255, 0.15);
    --klinecharts-pro-background-color: #151517;
    --klinecharts-pro-popover-background-color: #1c1c1f;
    --klinecharts-pro-text-color: #F8F8F8;
    --klinecharts-pro-text-second-color: #929AA5;
    --klinecharts-pro-border-color: #292929;
}