/* CLASSES:

-bold
-firstclass
-secondclass

Darkest
#390E48
#48125A
#5F1778
#711C8E
#8E23B2
#B02BDE
#cb32ff
Brand Color

#CF40FF
#D559FF
#DB70FF
#E28DFF
#E79FFF
#EBAFFF
#F0C5FF
#F4D3FF
#F7DFFF
#FAEBFF
#FDF7FF
#FFFFFF

Lightest

*/

:root {
    --pesablue0: #390E48;
    --pesablue1: #48125A;
    --pesablue2: #5F1778;
    --pesablue3: #711C8E;
    --pesablue4: #8E23B2;
    --pesablue5: #B02BDE;
    --pesablue6: #cb32ff;
    --pesablue7: #CF40FF;
    --pesablue8: #D559FF;
    --pesablue9: #DB70FF;
    --pesablue10: #E28DFF;
    --pesablue11: #E79FFF;
    --pesablue12: #EBAFFF;
    --pesablue13: #F0C5FF;

    /*


Brand Color

#CF40FF
#D559FF
#DB70FF
#E28DFF
#E79FFF
#EBAFFF
#F0C5FF
#F4D3FF
#F7DFFF
#FAEBFF
#FDF7FF
#FFFFFF  Lightest White
     */


    --pesagray0: #181816;
    --pesagray1: #31302d;
    --pesagray2: #494843;
    --pesagray3: #616059;
    --pesagray4: #79786f;
    --pesagray5: #929086;
    --pesagray6: #aaa89c;
    --pesagray7: #b6b4aa;
    --pesagray8: #c2c1b8;
    --pesagray9: #cecdc6;
    --pesagray10: #dbdad5;
    --pesagray11: #e7e6e3;
    --pesagray12: #eeedeb;
    --pesagray13: #f0f0ee;
    --pesagray14: #f3f2f1;
    --pesagray15: #f8f7f6;
    --pesagray16: #fafaf9;
    --pesagray17: #fdfcfc;
}

.top-header {
    margin-bottom: 70px;
}

.headerlogo {
    max-width: 240px;
    display: block;
    margin-bottom: 10px;
    margin-top: 15px;
}

.analysis-links-row > a {
    color: var(--pesablue1);
    text-decoration: none !important;
    background-color: rgba(225, 138, 255, 0.19);
    padding: 7px;
    margin-right: 14px;
    border-radius: 10px;
    line-height: 40px;
    white-space: nowrap;
    font-size: 0.8em;
}

nav {
    border-top: solid 1px var(--pesablue13);
    margin-bottom: 20px;
    padding-top: 20px;
    line-height: 40px;
}


nav > a {
    color: var(--pesablue1);
    text-decoration: none !important;
    background-color: rgba(225, 138, 255, 0.19);
    padding: 7px;
    margin-right: 14px;
    border-radius: 10px;
    line-height: 40px;
    white-space: nowrap;

}

nav > a:hover {
    color: var(--pesablue3);
    text-decoration: none !important;
    background-color: rgba(225, 138, 255, 0.34);
    font-weight: 500;
}

.analysis-button {
    border: solid 1px var(--pesablue12) !important;
    color: var(--pesablue6);
    padding: 4px;
    border-radius: 6px;
    font-size: 12px !important;
    text-decoration: none;
    opacity: 0.8;
}

.live-signal-link {
    color: var(--pesablue1);
    text-decoration: none !important;
    background-color: rgba(225, 138, 255, 0.19);
    padding: 8px;
    margin-right: 14px;
    border-radius: 10px;
    font-size: 1.1em;
    border: solid 2px transparent;
    transition: 0.3s;
}

.live-signal-link:hover {
    border: solid 2px rgb(255, 139, 0);
    background: none;
    transition: 0.3s;
}

body {
    font-family: "Barlow Semi Condensed", sans-serif;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    zoom: 1.2;
}

main {
    padding-bottom: 50px;
}

.container {
    width: 100%;
    max-width: 800px;
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 60px;
}

.guide-container {
    width: 100%;
    max-width: 800px;
    background-color: transparent;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 60px;
}

table {
    width: 100%;
    border-collapse: collapse;
    padding-bottom: 12px;
    padding-top: 12px;
}

th, td {
    padding: 9px;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.circle {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 3px;
}

.red {
    background-color: #F74923;
}

.gray {
    background-color: #e4e4e4;
}

.green {
    background-color: #26b726;
}

.buygreen {
    color: #26b726;
}

.sellred {
    color: #F74923;
}

.buysellarrow {
    max-width: 35px;
}

.buyup {

}


.selldown {
    rotation: 180%
}

.text2 {
    display: block;
    font-size: 1em;
    color: var(--pesagray6);
    font-weight: 400;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.single-currency-row {
    border-radius: 9px;
    margin-bottom: 20px;
}

#signalsTable {
    border-radius: 12px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
}

#signalsTableHeader {
    background: none;
    opacity: 0.8;
}

.horizontal-divider {
    display: block;
    width: 97%;
    border: solid 1px #e7e7e7;
    height: 0px !important;
    margin-bottom: 8px;
    margin-top: 8px;
}

.time-column {
    width: 16%;
}

.symbol-cell {
    font-size: 1.5em;
    border-right: solid 2px rgba(229, 229, 229, 0.84);
    text-align: left;
}

.symbol-cell2 {
    font-size: 1.7em;
    text-align: left;
}

.padding-top-1 {
    padding-top: 15px;
}

.indicator-row {
    display: block;
    border-bottom: solid 1px #e1e1e1;
    padding: 7px 0 8px 0;
    white-space: nowrap;
    font-weight: 500;
    font-size: 1em;


}

.indicator-cell {
    font-size: 0.8em;
}

.indicator-cell2 {
    vertical-align: middle;
}

.lighter1 {
    opacity: 0.8;
}

.lighter2 {
    opacity: 0.6;
}

.lighter3 {
    opacity: 0.4;
}

.lighter4 {
    opacity: 0.25;
}


h1 {
    color: #8008C4;
    margin-bottom: 15px;
}

h2 {
    color: var(--pesablue5);
    margin-bottom: 15px;
    font-size: 1.8em;
    opacity: 0.8;
}

form {
    margin-bottom: 20px;
}

label {
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
}

select, input[type="text"] {
    width: 95%;
    max-width: 400px;
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid #CA42F7;
    border-radius: 5px;
}

button {
    background-color: #CA42F7;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1.15em;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 95%;
    margin-top: 15px;
}

button:hover {
    background-color: #9A33B5;
}

.results {
    margin-top: 20px;
    background-color: #EED4FB;
    padding: 15px;
    border-radius: 5px;
    text-align: left;
    color: #5E0A75;
}


.stoplosscalculatorbody {
    background-color: #F4F4F4;
    color: #5E0A75;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;

}

.forminput1 {
    font-size: 1.2em;
    max-width: 400px;
}

.results {
    background-color: rgba(255, 255, 255, 0.78);
}

.results > p {
    font-size: 1.4em !important;
    border-bottom: solid 2px var(--pesablue13);
    font-weight: 600;
}


.containersl {
    text-align: center;
    background-color: rgba(238, 238, 238, 0.75);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 90%;
}

.footerlogo {
    max-width: 190px;
    opacity: 0.7;
}

.footercontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0.8em;
    padding: 15px;
    color: #737373;
    border-top: solid 3px rgba(0, 0, 0, 0.05);
}

.time-above-table {
    color: var(--pesagray5);
    margin: 12px;
    margin-left: 20px;
    padding-bottom: 20px !important;
    font-size: 1.1em;
}

/*FIRST BREAKPOINT*/
@media (max-width: 650px) {

    body {
        zoom: 0.85;
    }

    .symbol-cell {
        font-size: 1.55em;
    }

    .circle {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 1px;
    }

    .time-column {
        width: 7%;
        font-size: 0.7em;
    }

    nav {
        line-height: 45px !important;
    }

    nav > {
        line-height: 45px !important;
        white-space: nowrap;

    }

}


