@import "highcharts.css";
@import "stocktools/gui.css";
@import "annotations/popup.css";

html {
    font-family: "New York CE", Helvetica, serif;
    color: #666;
    -webkit-text-stroke: 1px rgba(0,0,0,0);
    overflow-y: scroll;
    font-size: 18px;
}
body {
    background-color: #f4f6f9;
}
.login-container {
    margin-top: 50px;
    max-width: 400px;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

h4{
    font-size: 16px;
}
fieldset{
    border: 1px solid  #BDE678;
}
.result-column-1{
    width:245px
}
.result-item{
    width:205px
}
.star{
    font-size: 18px;
    background-color: tomato;
    border-radius: 22px;
    color: white;
    width: 21px;
    text-align: center;
    padding: 3px;
}
.rm-buokmark img{
    width: 24px;
    height: 24px;
    background-color: transparent;
}
.flip{
    text-decoration: none;
}
.flip:hover{
    background-color: transparent;
}
.flip>div:nth-child(2) {
    display: none;
}

.flip:hover>div:nth-child(2) {
    display: block;
    background-color: transparent;
}

.flip:hover>div:first-child {
    display: none;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}
.banner {
    border-radius: 12px 12px 0 0;
    background-color: #E4F1FC;
    padding: 15px;
}

.banner2 {
    font-size: 18px;
    text-align: left;
    border-radius: 5px;
    background: #f8ffff; /*f7feef*/
    box-shadow: 1px 1px 0px 0px rgba(73, 106, 72, 0.4), 0px 0px 2px 3px rgba(194, 234, 176, 0.4) inset;
    margin: 5px;
    padding: 5px;
}
 

#content {
    background: white;
    border: 1px solid #eff4f7;
    border-radius: 0 0 12px 12px;
    padding: 10px 4%;
    overflow: hidden;
}
._h3{
    margin: 1px 0 2px 0;
    font-weight: bold;
}
.activeMarket{
    width: 15px;
    border-radius: 10px;
    display: inline-block;
    height: 15px;
    margin-right: 5px;
}
.plus-profit{
    background-color: greenyellow;
}
.minus-profit{
    background-color: #fdb5c2;
}
.mega-minus-profit{
    background-color: #ff6666;
}
.transition-slide{
    padding: 3px;
    font-style: italic;
    color: orange;
}
.giga-minus-profit{
    background-color: #c50000;
}
.down-change{
    color: oklch(63.7% 0.237 25.331);
}
.up-change{
    color:  oklch(62.7% 0.194 149.214);
}
.highcharts-tooltip{

}
.highcharts-crosshair{

}
.highlight-tag22{
    fill: 'red';
    color: 'blue';
}
.highcharts-flags-series .highcharts-point .highcharts-label-box {
    stroke: var(--highcharts-neutral-color-40);
    fill:  unset;
    transition: fill 250ms;
}
/* Animácia pri zapnutej notifkácii */
/* ZÁKLAD IKONY */
.notify-icon {
    opacity: 0.8;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

/* ANIMÁCIA BLINK */
.notify-icon.notify {
    animation: pulseBlink 1s infinite ease-in-out;
}

@keyframes pulseBlink {
    0%   { opacity: 0.2; transform: scale(0.9); }
    50%  { opacity: 1;   transform: scale(1.2); }
    100% { opacity: 0.2; transform: scale(0.9); }
}

/* FARBY – čistý CSS ekvivalent Tailwind farieb */
.notify-success { fill: #22c55e; } /* green-500 */
.notify-info    { fill: #3b82f6; } /* blue-500 */
.notify-warning { fill: #eab308; } /* yellow-500 */
.notify-danger  { fill: #ef4444; } /* red-500 */
