﻿.intrBroker{
    font-size: 16px;
    font-weight:bold;
    color: rebeccapurple;
}

.relativePos {
    font-size: 11px;
    font-style: italic;
}

.priceFutNorm {
    font-size: 12px;
}

.unPrice {
    font-weight: bold;
    color: purple;
    font-size: 20px;
}

.futureGo {
    color: indianred;
}

.socketStuff {
    margin: 5px;
    padding: 5px;
    border: 3px solid purple;
    border-radius: 15px;
    display: inline-flex;
}

.fullActive {
    background-color: lightgreen;
    padding: 15px;
    border-radius: 15px;
}

.boldContracts {
    font-weight: bold;
}

.onStrike {
    /*font-weight: bold;*/
}

.warningMessage {
    color: red;
}


.laidOd {
    color: green;
    font-weight: bold;
}

.yesPrice {
    color: darkgreen;
}

.noPrice {
    color: indianred;
}

.formBox {
    margin: 5px;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.bid {
    color: green;
}

.ask {
    color: darkred;
}

.ourO {
    font-weight: bold;
}


.impliedVol {
    color: mediumvioletred;
}
 

.scrollTable {
    height: 400px;
    overflow: scroll;
}

/*.formBorder {
    margin: 30px;
}*/

.attemptTrade-True {
    color: white;
    background-color: forestgreen;
}

.attemptTrade-False {
    color: white;
    background-color: saddlebrown;
}


.autoWalletName {
    color: orangered;
}
.smartContAlert {
    color: mediumvioletred;
}

.claimEpoc {
    margin: 5px;
    padding: 5px;
    border: 1px solid grey;
}

.holder {
    display: block;
}

.tinyPosition {
    display: none;
}

.oldTiny {
    display: none;
}

.actionReq {
    box-shadow: 0px 6px 20px rgb(0 0 0 / 20%) !important; /*margin: 10px;*/
    padding: 10px;
    border-radius: 12px !important;
    background: white;
    color: black;
    font-weight: bold;
}

.formBorder {
    box-shadow: 0px 6px 20px rgb(0 0 0 / 20%) !important; /*margin: 10px;*/
    padding: 10px;
    border-radius: 12px !important;
}

.position {
    border: 1px solid blue;
    /*margin: 10px;*/
    padding: 10px;
}



.kalshiPosition {
    font-weight: bold;
    color: darkslategrey;
}

.gamma {
    color: maroon;
}

.theta {
    color: blue;
}

.delta {
    color: purple;
}

.kalshiTable td {
    word-wrap: break-word;
    max-width: 150px;
}

.pacaButtons {
    margin-top: 140px;
/*    display: flex;
    flex-wrap: wrap;*/
}

.typeCount {
    color: purple;
}

.tradeable {
    font-weight: bold;
    font-size: 20px;
}

.yesPrice {
    color: green;
}

.noPrice {
    color: red;
}

/*.removeThreadButton {
    float: right;
    margin-top: -25px;
}*/

.tradeMe {
    background-color: lightgreen;
}

.volAdjCheck {
    border: 1px solid grey;
    border-radius: 15px;
    width: auto;
    padding: 5px;
}