body, html{
    font-family:Arial;
    margin:0px;
    height: 100%;
    letter-spacing: .025em !important;
}
p, h1, h2, h3, h4, h5 {
    margin: 0;
}
a{
   text-decoration: none; 
}
#calendar{
    max-width:1400px;
    margin:auto;
}
#fh {
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
}
#leftsidebar {
    width: 25%;
    max-width: 250px;
    padding:30px;
    margin:0px;
    background: rgb(42, 44, 58);
}
#currentbalance {
  position: relative;
}
#currentbalance p {
  margin: 10px 7px;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 700 !important;
}
#currentbalance b {
  font-weight: 700;
  font-size: 1rem !important;
  position: relative;
  top: -4px;
  right: -5px;
  color: rgb(60, 154, 239);
}
#currentbalance u {
  text-decoration: none;
  color: rgb(60, 154, 239);
}
#currentbalance span {
  display: inline-block;
  margin-left: 10px;
  border-radius: 8px;
  background: rgb(60, 154, 239);
  padding: 0 8px;
  line-height: 1.75rem !important;
  cursor: pointer;
  color: #fff;
}
#faux-modal {
    display:none;
}
#faux-modal.active {
    display:block;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.9);
  color: #fff;
  padding: 50px;
}
#faux-top {
  position: relative;
  width: 50%;
  background: rgba(60,63,78,1);
  left: 25%;
  max-width: 1000px;
  border-radius: 10px 10px 0 0;
  padding: 10px;
}
#faux-top p  {
  margin: 0;
  display: inline;
  font-size: 17px;
}
#faux-top span {
  display: inline-block;
  padding: 0 8px;
  line-height: 1.75rem !important;
  cursor: pointer;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 7px;
  border-radius: 50px;
}
#faux-middle  {
  position: relative;
  width: 50%;
  background: rgb(47, 50, 65);
  left: 25%;
  max-width: 1000px;
  padding: 10px;
}
#faux-bottom  {
  position: relative;
  width: 50%;
  background: rgb(42, 44, 58);
  left: 25%;
  max-width: 1000px;
  padding: 10px;
  display: flex;
}
#faux-head {
  margin: 0;
  padding: 15px 10px 10px;
  display: flex;
}
#faux-head div {
  width: 75%;
}
#faux-head div + div {
  width: 25%;
  text-align: center;
}
#faux-head div span {
  display: block;
  background: rgba(60, 154, 239, 0.1);
  color:rgb(229, 231, 235);
  padding: 10px;
  border-radius: 25px;
  font-size: 20px;
  line-height: 1em;
  margin-top: 5px;
}
.error, .good {
  background: rgb(235, 75, 104);
  display: inline-block;
  padding: 5px 10px 6px 8px;
  border-radius: 15px;
  font-size: 15px;
}
.good {
  background: rgb(82, 202, 150);
}
#faux-table h4 {
  text-align: center;
  font-weight: 500;
  font-size: 19px;
  padding: 8px;
}
.introbar {
  background: rgb(42, 44, 58);
  display: flex;
  border: 1px solid rgb(56, 58, 73);
  padding: 8px;
  border-radius: 50px;
}
.introbar p, .transactionrow span {
    display: inline-block;
    width: 25%;
}
.transactionrow, .addtransactionrow {
    margin-top: 10px;
}
.transactionrow p, .addtransactionrow p {
    text-align:center;
}
.transactionrow span.d, .addtransactionrow span.d {
    color:  rgb(82, 202, 150);
    text-transform: uppercase;
    font-size: 14px;
  font-weight: 600;
}
.transactionrow span.w {
    color: rgb(235, 75, 104);
    text-transform: uppercase;
    font-size: 14px;
  font-weight: 600;
}
.newtransactionbtn {
  display: block;
  background: rgb(235, 75, 104);
  padding: 10px 20px 11px;
  border-radius: 50px;
  font-size: 14px;
  cursor: pointer;
}
.savebtn {
  display: block;
  background: rgb(82, 202, 150);
  padding: 10px 20px 11px;
  border-radius: 50px;
  font-size: 14px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.Tamount {
  background: rgba(0,0,0,.05);
  font-size: 16px;
  color: #000;
  padding: 5px 10px;
  border-radius: 25px;
  border: 1px #fff dashed;
  text-align: center;
}

#importer {
  margin: 20px 0;
  border: 1px solid rgb(89, 91, 106);
  border-radius: 6px;
  padding: 20px;
}

#importer h5 {
    text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

#importer p {
    color: #fff;
  font-size: 13px;
  line-height: 1.5em;
  padding: 5px 12px 10px;
}

#importer input {
  background: rgba(60, 154, 239, 0.1);
  color: rgb(229, 231, 235);
  padding: 10px;
  border-radius: 25px;
  font-size: 16px;
  line-height: 1em;
  margin-top: 5px;
  text-align: center;
  max-width:100%;
}

#importer input[type="file"]::file-selector-button {
  display: none;
}

#importer button {
  display: block;
  background: rgba(60,63,78,1);
  padding: 10px 20px 11px;
  border-radius: 50px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  margin: 8px 0;
  width: 100%;
  transition: .5s;
}

#importer button:hover {
    background: rgb(60, 154, 239);

}
#mainpage {
    width:100%;
    min-width:75%;
}
#trade_display {
  background: rgb(24, 25, 33);
  padding: 30px;
  margin: 0;

}
#trade_display_header {
  border: 1px solid #fff;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between
}
#trade_display_header h4 {
    color: #fff;
  font-weight: 500;
  font-size: 18px;
}
#trade_display_header h4 span {
    display: inline-block;
  padding: 3px 7px 3px 5px;
  background: rgba(60,63,78,1);
  border-radius: 50px;
  line-height: 1em;
  font-size: 14px;
  position: relative;
  top: -3px;
}
#trade_display_header p {
    color: #fff;
  font-size: 13px;
  margin-top: 6px;
}
#trade_display_header p i {
}
#filter-form label {
    color:#fff;
}
#filter-form button {
    background: rgba(60,63,78,1);
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  margin: 8px 0;
  transition: .5s;
}
#filter-form button:hover {
  background: rgb(60, 154, 239);
}
#filter-form select, #filter-form input {
  background: #000;
  color: rgb(229, 231, 235);
  padding: 6px 12px;
  border-radius: 7px;
  font-size: 12px;
  line-height: 1em;
  border: 1px solid rgba(255,255,255,.3);
}
#trade_display_key {
  border: 1px solid #fff;
  border-top: none;
  border-bottom: none;
  padding: 20px 30px 10px;
}
#trade_display_key div {
    width:100%;
  display: flex;
  justify-content: space-between;
  border-bottom:1px solid #fff;
  padding-bottom: 12px;
}
#trade_display_key p {
    color: #fff;
    font-size: 14px;
  line-height: 1em;
  width:8.33%;
}
#trade_display_body {
    border: 1px solid #fff;
    border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 10px 30px 20px;
}
#trade_display_body div {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,.3);
}
#trade_display_body p {
    color: #fff;
    font-size: 16px;
  line-height: 1.3em;
  width:8.33%;

}
#trade_display_body p i {
  font-style: normal;
  color: rgb(16, 185, 129);
  padding: 3px 6px;
  border-radius: 10px;
  line-height: 1em;
  font-size: 13px;
  text-transform: uppercase;
  background: rgba(16, 185, 129, 0.082);
  border: 1px solid rgba(16, 185, 129, 0.19);

}
#trade_display_body p u {
  text-decoration: none;
  color: rgb(239, 68, 68);
  padding: 3px 6px;
  border-radius: 10px;
  line-height: 1em;
  font-size: 13px;
  text-transform: uppercase;
  background: rgba(239, 68, 68, 0.082);
  border: 1px solid rgba(239, 68, 68, 0.19);
}
#trade_display_body p.loss{
    color: rgb(239, 68, 68);
}
#trade_display_body p.pro {
    color: rgb(16, 185, 129);
}
.transactionrow.trades {
    display: flex;
}
.transactionrow.trades span span {
    background: rgba(60,63,78,1);
  text-align: center;
  padding: 5px 9px;
  display: inline;
  margin: 0 25px 0 15px;
  border-radius: 50px;
  transition: .5s;
  cursor:pointer;
}
.transactionrow.trades span span:hover {
    background: rgb(235, 75, 104);
}
.transactionrow.trades span + span {}
.transactionrow.trades span + span + span {
  background: rgba(60,63,78,1);
  border-radius: 50px;
  text-align: center;
  padding: 8px 10px;
  display: inline-block;
  margin: 0 10px;
}
.transactionrow.trades span + span + span + span {}
.transactionrow.trades span.long p, .transactionrow.trades span.xlong p{
    text-align: center;
  display: inline-block;
  background: rgb(235, 75, 104);
  padding: 8px 20px;
  border-radius: 25px;
}
.transactionrow.trades span.xlong p {
    background: rgba(82,202,150);
}
.pagenation {
  display: block;
  text-align: right;
  margin: 10px;
}
.pagenation a {
    display: inline-block;
  border: 1px solid rgba(60,63,78,1);
  color: rgba(60,63,78,1);
  padding: 6px 8px;
  line-height: 1em;
  font-size: 12px;
  margin: 0 2px;
  transition: .5s;
  cursor:pointer;
}
.pagenation a:hover {
    border-color:rgb(60, 154, 239);
    color:rgb(60, 154, 239);
}
#Nav-menu {
    max-width:160px;
    margin:40px;
}
#Nav-menu a{
    display: inline-block;
    margin-bottom: 10px;
}
#Nav-menu a:hover{}
#Nav-menu span{
    display: inline-block;
  background: green;
  width: 20px;
  height: 20px;
  border-radius: 0;
  padding: 0;
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}
#Nav-menu p{
    display: inline-block;
  line-height: 1em !important;
  font-weight: 500 !important;
  color: white;
  padding: 0;
  margin: 0;
}
.fc-daygrid-day-events {
    text-align:center;
    color: var(--fc-event-bg-color);
}
.fc-h-event .fc-event-main {
  color: var(--fc-event-bg-color);
}
.fc-h-event {
  background-color:  none !important;
  border: none !important;
  display: inline-block;
}
.fc-daygrid-event-harness a {
    background: none !important;
   // color:  inherit;
    cursor: pointer;
}
.fc-daygrid-day-events div {
    font-weight: 600;
    font-size: 17px;
}
.fc-daygrid-day-events div + div, .fc-daygrid-day-events div + div a, .fc-daygrid-day-events div + div a div {
    color:#000 !important;
    font-weight:400;
    font-size: 14px;
}
.ctrades {
    margin-top:0;
}
.ctrades div {
    padding-bottom:8px;
}
.ctrades div span {
    text-align:center;
    font-weight: 600;
    color: rgb(60, 154, 239);
}
.ctrades div span + span {
    text-align: right;
    color:#fff;
}
.ctrades div span + span  + span {

}
#calculate_display {
  background: rgb(24, 25, 33);
  color:#fff;
  padding: 30px;
  margin: 0;
  min-height:93.5%;
}
.calculate_header {
    padding: 10px 20px;
  background: rgb(42, 44, 58);
  border-radius: 3px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.cal_title {
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
  line-height: 1em;
  margin-right: 10px;
}
.cal_title + span {
    display: inline-block;
  font-weight: 600;
  font-size: 17px;
  line-height: 1em;
  margin-right: 10px;
}
#dollarRisk {
}
.cal_red {
    background: #eb4b6845;
  padding: 8px 16px;
  border-radius: 8px;
  color: #eb4b68;
  border: 1px solid  #eb4b68;
}
.cal_red1 {
     color: #eb4b68;
     margin: 4px 0;
}
.cal_green1 {
     color: #52ca96;
     margin: 4px 0;
}
.cal_yellow1 {
     color: #eab308;
     margin: 4px 0;
}
.cal_blue1 {
     color: #4fa5ff;
     margin: 4px 0;
}
.cal_title + span input {
    background: rgba(24, 25, 33, .3);
  font-size: 16px;
  line-height: 1em;
  border: none;
  margin: 0 5px;
  width: 100px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  color: #eab308;
  border-bottom: 1px dotted  #eab308;
  padding: 8px 16px;
    
}
#trade_calculator {
    background: rgb(42, 44, 58);
    width: 80%;
    max-width: 470px;
    padding:20px;
}

#trade_calculator h2 {
    font-size: 17px;
  padding-bottom: 7px;
  border-bottom: 1px dotted rgba(255,255,255,.25);
  margin-bottom: 15px;
  padding-left: 10px;
    font-weight: 400;
    position:relative;
}

#trade_calculator p {
    font-size: 14px;
  padding-bottom: 5px;
}
#trade_calculator p + span {
    margin-bottom: 15px;
    display:block;
}

#trade_calculator p + span input {
    background: rgba(24, 25, 33, .3);
  font-size: 16px;
  line-height: 1em;
  border: none;
  margin: 0;
  color: #eab308;
  padding: 3px 10px;
  text-transform: uppercase;  
  -webkit-appearance: none;
  -moz-appearance: textfield;  
}
.trade_paramanters {
  display: flex;
  justify-content: space-between;
}
.trade_p {
    width:48%;
}
.cal_grid_title {
    text-align:center;
    padding:5px;
    border:1px dotted rgba(255,255,255,.25);
    color: #4fa5ff;
    background:rgba(255,255,255,.04);
    margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 1em;
}
.cal_grid {
    text-align:center;
    background:rgba(255,255,255,.04);
    padding:5px;
}

.hot {
    color: #de2d26;
}
.heat {
   color:  #fc9272;
   border: 1px dotted;
}
.warm {
    color: #fee0d2;
}


.wtoggle.skew {
  --width: 70px;
  --height: 25px;
  display: inline-block;
  cursor: pointer;
  transform: skew(-10deg);
  overflow: hidden;
}

.wtoggle__input {
  display: none;
}

.wtoggle__fill {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  font-family: sans-serif;
  position: relative;
  width: var(--width);
  height: var(--height);
  color: #FFFFFF;
  background: rgb(235,75,104);
  transition: all 0.5s ease;
}
.wtoggle__input:checked ~ .wtoggle__fill {
  background: rgb(82,202,150);
  overflow: hidden;
}
.wtoggle__fill::before {
  content: "Short";  
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
}
.wtoggle__fill::after {
  content: "Long";  
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  transform: translate(100%);
}
.wtoggle__input:checked ~ .wtoggle__fill::after {
  transform: translate(0%);
}
.wtoggle__input:checked ~ .wtoggle__fill::before {
  transform: translate(-100%);
}
#calculate_body {
display: flex;
  justify-content: space-between;
}
#trade_lookup_history {
  width: 80%;
  max-width: 1025px;
}
#position_size {
    background: rgba(60,63,78,1);
    padding:20px;
    margin-bottom:15px;
}
#position_size h3 + div {
    display: flex;
  justify-content: space-between;
  margin-top:5px;
}
.maxsizebox, .thirdsizebox, .startersizebox {
    width:30%;
    margin:0 1%;
    padding:8px;
    border: 1px solid rgb(89, 91, 106);
  border-radius: 6px;
    text-align:center;    
    background:rgb(82,202,150);
}
.maxsizebox p, .thirdsizebox p, .startersizebox p {
    font-size: 13px;
    padding:8px;    
}
.maxsizebox span, .thirdsizebox span, .startersizebox span {
    display:block;
    padding:8px;
    
}
.startersizebox {
    background: #fee0d2;
    color:#000;
}
.thirdsizebox {
    background: rgb(60, 154, 239);
}
#Lookup_history div {
    display:flex;
  justify-content: space-between; 
  margin-bottom: 8px;
  padding-bottom: 9px;
   position: relative;
  background-image: linear-gradient(to right, transparent, white, transparent);
  background-size: 100% 1px; /* Adjust line thickness here */
  background-repeat: no-repeat;
  background-position: bottom;
}
#Lookup_history div span {
    text-align:center; 
    width:17%;   
}
#Lookup_history .history_header { 
    padding:8px;
    border: 1px solid rgb(56, 58, 73);
}
#record_me {
    display: none;
  font-size: 12px;
  padding: 8px 16px;
  top: -10px;
  line-height: 1em;
  cursor: pointer;
}
#record_me.savebtn {
    display: inline-block;
}
