@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../icons/MaterialIcons-Regular.woff2) format('woff2');
}

@font-face {
  font-family: 'MiriamLibre';
  font-weight: normal;
  src: url(/wp-includes/fonts/NotoSansHebrew-Medium.ttf);
}
@font-face {
  font-family: 'MiriamLibre';
  font-weight: bold;
  src: url(/wp-includes/fonts/NotoSansHebrew-Bold.ttf);
}
@font-face {
  font-family: 'eng';
  font-weight: normal;
  src: url(/wp-includes/fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: 'eng';
  font-weight: bold;
  src: url(/wp-includes/fonts/Lato-Bold.ttf);
}

.upgrade-needed {
  max-width: 270px;
  margin: 10% auto;
  display: flex;
flex-direction: column;
align-items: center;
text-align: justify;
}

.upgrade-needed>p {
  font-size: 1.1em;
  font-weight: 400;

}

.upgrade-needed>a {
  font-size: 1.25em;
  font-weight: 600;
  color: #222;
      padding: 5px 20px;
  background: white;
  border-radius: 5px;
  text-decoration: none;
}

body {
  padding: 10px;
  overflow: hidden;
}

@media screen, print {
  canvas {
    background-image: url(../profit/watermark.png);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
  }
}


#review {
  display: none;
  width: 100vw;
  flex-direction: column;
  margin-left: 0px;
  align-items: center;
  background-color: silver;
}

.closeWindow {
  background-color: #788c89;
  border-radius: 50px;
  padding: 14px 24px;
}

.closeWindow:hover, button[name="cancle"]:hover {
  background-color: #e4462a;
}

#review>input, #review>textarea {
  background-color: white;
  font-size: 35px;
  color: black;
  border: 0px;
  margin: 15px;
  width: 70vw;
  border-radius: 15px;
}

#review>textarea {
  height: 200px;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  /* font-size: 22px; */
  font-size: 1.8em;
  line-height: 0.8;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.export-buttons {
  display: flex;
flex-direction: row;
align-items: flex-start;
position: relative;
}
.export-buttons>button {
    padding: 5px 3px;
    background-color: #141f1f;
    border-radius: 0px;
}
.export-buttons>button>span {
    color: #ababab;
    font-size: 1.1em;
}

.option-buttons {
  display: flex;
  justify-content: space-evenly;
  padding: 10px 0;
}
.option-buttons>button {
  padding: 15px 13px 11px;
}
.option-buttons-first {
  padding: 10px 0 0;
}

.option-buttons-first>button {
  padding: 8px;
  width: 96%;
}
.option-buttons-first>button>.lds-ellipsis div {
  background: #ffffff;
}
tr.nonactive {
  height: 36px;
}

#simulator-table>thead>tr>th {
  padding: 10px;
}
#simulator-table>thead>tr {
  position: sticky;
    top: 0;
    background: #141f1f;
}

#allOptions>tr>td>button {
  padding: 5px 3px;
}
#allOptions>tr>td>input, #allOptions>tr>td>select {
  padding: 5px;
  font-size: 1em;
  height: 36px;
}

#strategy-title {
    font-size: 1.5em;
    padding-top: 0px;
    text-decoration: underline;
    /* max-height: 70px; */
    /* overflow: hidden; */
    overflow-wrap: break-word;
}


html {
  background-color: #0a1010;
  overflow-y: scroll;
  cursor: default;
}

/* width */
::-webkit-scrollbar {
  border-radius: 10px;
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #476b6b;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3d5c5c;
}

input[type=range] {
  height: 24px;
  -webkit-appearance: none;
  margin: 10px 0;
  min-width: 80px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  background: #334d4d;
  border-radius: 10px;
}
input[type=range]::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  border-radius: 10px;
  background: #75a3a3;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #334d4d;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  /* animation: 0.2s; */
  background: #334d4d;
  border-radius: 10px;
}

.main-logo {
  width: 90%;
  object-fit: cover;
  max-width: 400px;
  margin: 0 auto;
}
input[type=range]::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border-radius: 10px;
  background: #75a3a3;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #334d4d;
  border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
  background: #334d4d;
  border-radius: 10px;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  height: 18px;
  width: 18px;
  border-radius: 10px;
  background: #75a3a3;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #334d4d;
}
input[type=range]:focus::-ms-fill-upper {
  background: #334d4d;
}

@keyframes cd-graph-in {
  0% {
    height: 85px
  }
  100% {
    height: 45vh;
  }
}

@keyframes cd-graph-out {
  0% {
    height: 45vh;
  }
  100% {
    height: 85px
  }
}

@keyframes cd-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes cancle-apear {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes cd-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cd-bounce-down {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes cd-bounce-up {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes enter-new-right {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes cd-bounce-right {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes cd-bounce-right-out {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-100px);
    opacity: 0;
  }
}
   * {
     font-family: 'MiriamLibre', 'eng', sans-serif;
     box-sizing: border-box;
     color: white;
   }

   table {
     border: 0px;
     direction: rtl;
     /* float: right; */
     width: 100%;
     text-align: center;
     border-spacing: 0;
   }

   #allOptions>tr:not(.nonactive) {
     background-color: #293d3d;
     height: 36px;
     animation: cd-bounce-up 0.4s;
   }

   .transparent-layer {
     position: relative;
height: 36px;
background-color: white;
opacity: 0;
width: 100%;
margin-top: -36px;
   }

   .strategy>td {
     height: 30px;
     box-sizing: content-box;
     overflow: hidden;
   }


   tr.strategy>td:first-child {
     border-radius: 0px 10px 10px 0px;
     max-width: 25vw;
   }

   tr.strategy>td:last-child {
     border-radius: 10px 0px 0px 10px;
   }

     td, input, select {
      direction: ltr;
      text-align: center;
    }

    td>input, td>select {
      font-size: 1.1em;
    }

    .alertMessage-box>ul>li>input {
      font-size: 1.1em;
      background-color: #3e5b5b;
    padding: 5px 10px;
    border-radius: 5px;
    direction: rtl;
}
    }
    select:focus-visible {
      outline: 0px;
    }
    input:focus-visible {
      outline: 0px;
    }
    td:focus-within {
      background-color: #527a7a;
    }


    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        cursor:pointer;
        display:block;
        width:8px;
        color: #333;
        text-align:center;
        position:relative;
    }
    input[type=number]:focus::-webkit-inner-spin-button {
        /* background: transparent url('../icons/outline_unfold_more_white_24dp.png') no-repeat 50% 50%; */
        width: 14px;
        height: 14px;
        padding: 4px;
        position: relative;
        right: 4px;
        border-radius: 10px;
    }

#notactive {
  border-radius: 10px 0px 0px 10px;
}
#notactive:focus-within {
  background-color: inherit;
}

#edit-rows-screen {
  background-color: #334d4d;
  position: fixed;
  top: 40px;
  left: 0px;
  right:0px;
  margin: auto auto;
  height: 70vh;
  width: 90vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.17em;
  display: none;
  animation: cd-bounce-down 0.3s;
  border-radius:7px;
  border: 2px solid #ffc266;
  overflow-x:hidden;
  overflow-y:scroll;
}

#edit-rows-screen-container{
  display:none;
  position:fixed;
  top:0;
  bottom:0;
  right:0;
  left:0;
  height:100vh;
  width:100vw;
}

#closeStrategy {
  display: flex;
  flex-direction: column;
}
#closeStrategy>li {
  display: flex;
  flex-direction: row;
}
#closeStrategy>li>* {
  width: 31%;
  border-radius: 5px;
  margin: 1%;
}
#closeStrategy>li:first-child {
  font-weight: 600;
}

.profit-trades {

  display: flex;
  align-items: center;
  justify-content: center;

  display: none;
}
.profit-trades>p {
  padding: 0px 15px;
  margin: 0 10px;
  border-radius: 10px;
}
#profit-table{
  display: none;
  table-layout: fixed;
  max-height: 225px;
    overflow-y: scroll;
    display: none;
}

#month-profit, #profit-table {
  list-style-type: none;
  padding-inline-start: 0;
  width: 100%;
}
#month-profit>li, #profit-table>li {
  display: flex;
}
#month-profit>li>p, #profit-table>li>p {
  width: 50%;
    text-align: center;
    margin: 0;
}
#profit-table + button {
  margin: 0 auto;
    width: 100%;
    background: transparent;
    border-bottom: 2px solid;
    border-radius: 2px;
    margin-bottom: 30px;

    display: none;
}

.trades-filter{
  display: flex;
  justify-content: space-between;
}

.trades-filter>div>select {
  background-color: #0a1010;
  margin-bottom: 10px;
}
#sp-table {
  background-color: #334d4d;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right:0px;
  height: 80%;
  width: 90%;
  /* border: 1px solid gold; */
  border: 2px solid #ffc266;
  border-radius: 7px;
  margin: auto auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* justify-content: flex-end; */
  align-items: center;
  font-size: 1.17em;
  display: none;
  z-index: 11;
  animation: cd-bounce-down 0.3s;
  overflow-x: hidden;
  overflow-y:scroll;
}
.two-line-input>input{
  border-radius: 5px;
  background-color: #3d5c5c;
  width: 90%;
  font-size: 1em;
  padding: 5px;
}

#monthBnS {
  font-size: 1.3em;
  background-color: #141f1f;
}
#monthBnS>option {
  font-size: 0.6em;
}
.one-line-buttons{
  margin: 10px 0 0;
  width: 80%;
  display: flex;
  justify-content: space-around;
}

.two-line-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 10px;
  margin-top:15px;
}

.nospace {
  margin: 0 !important;
}

.one-line-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1% 0;
}

#notactive {
  /* margin: 10% 0; */
}

.resize-graph {
  position: fixed;
  bottom: 45px;
  left: 0px;
  background-color: #85adad;
  padding: 0px;
  width: 100%;
  min-height: 60px;
  resize: vertical;
  overflow: hidden;
  height: 60px;

}

.resize-graph-clone {
  display: block;
  height: 50vh;
}

.hand-money-icon{
  font-size: 22px;
  line-height: 0.8;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  height: 24px;
}

#activeResize {
  width: 100%;
  height: 50px;
  background-color: #c2d6d6;

}

.resize-graph-base {
  position: fixed;
  bottom: 45px;
  left: 0px;
  height: 60px;
  background-color: #85adad;
  width: 100vw;
}
.selectGraph {
  position: relative;
  display: grid;
    grid-template-columns: repeat(3,33%);
    align-items: stretch;
    width: 95%;
    margin: 0px auto;
    z-index: 2;
    padding: 0px;
}

.selectGraph>button {
  margin: 10px;
  padding: 11px 0;
}

#resetGraph, #resetGraph2 {
  display: inline;
}

.two-cols {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.one-line-input>input {
   transform:scale(1.8);
   margin: 20px;
   background-color: #3d5c5c;
}

.two-line-input>select {
   transform:scale(1.3);
   margin: 5px;
   border-radius: 5px;
   padding: 5px;
   background-color: #3d5c5c;
}

.sp-table>tr:first-child>td:last-child:hover{
      background-color: #527a7a;
}
.sp-table>tr:first-child>td:last-child>button{
      background: transparent;
}
   .strike {
     width: 4em;
   }
   .quantity {
     width: 3em;
   }
   .commission {
     width: 5em;
   }
   .open_premium, .curr_premium, .curr_profit {
     width: 5em;
   }
   .profit {
     background-color: inherit;
     text-align: right;
     margin: 0px auto;
     table-layout: fixed;
   }
   .profit>tbody>tr>td,  .profit>tbody>tr>th  {
     text-align: center;

   }
   .profit>thead>tr>th {
     text-align: center;
     margin: 0 auto;
   }
   #window-top{
     display: none;
      position: absolute;
      z-index: 10;
      height:230px;
      width: 90%;
      top:25%;
      left:5%;
      border: 3px solid #9999ff;
   }
   #blank-window-top{
      background-color: white;
      opacity: 0.85;
      position: absolute;
      top:0px;
      left:0px;
      height:100%;
      width: 100%;
   }
    #iframe-window-top {
      position: absolute;
      top:0px;
      left:0px;
      z-index: 10;
    }
   #button-window-top {
     position: absolute;
     top:0px;
     left:0px;
    z-index: 11;
   }

.sim-grid {
  opacity: 0px;
  padding: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
}

.sim-grid>div, .sim-grid>table {
  margin-bottom: 15px;
padding-bottom: 15px;
}

.table-scroll {
  height: 40vh;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 98%;
  margin: 0 1%;
}

.top-buttons {
  text-align: center;
  position: block;
  z-index: 10;
}
.top-buttons{
  display: flex;
  margin: 5px auto;
}

.top-buttons>button:nth-child(2) {
  animation: enter-new-right 0.5s;
}

.top-buttons>button:nth-child(3) {
  animation: enter-new-right 0.8s;
}

.top-buttons>button:nth-child(4) {
  animation: enter-new-right 1.1s;
}

.top-button {
  background-color: transparent;
  border-radius: 2px;
  border-bottom: 2px solid transparent;
  width: 100%;
    text-align: right;
  transition: 0.3s;

}
.top-button:hover {
  background-color: transparent;
  border-bottom-color: silver;
}

   .optionsItems {
     grid-column: 1 / span 2;
     grid-row: 3 / span 6;
     height: 100%;
   }
   .Info{
     /* background-color: beige; */
     grid-column: 1 / span 2;
     grid-row: 1 / span 2;
     height: 100%;
     min-height: 160px;
     table-layout: fixed;
   }

   .chart-container1 {
     /* background-color: beige; */
     grid-column: 1 / span 2;
     grid-row: 9 / span 4;
     height: 100%;
     text-align: center;
   }

   .chart-container {
     width: 200%;
     transition: transform 0.4s;
   }


   .BnSCont {
     display: block;
     grid-column: 3 / span 1;
     grid-row: 1 / span 5;
     height: 100%;
     text-align: center;
     /* background-color: beige; */
   }

   .updateCommission {
     display: flex;
     grid-column: 3 / span 1;
     grid-row: 6 / span 1;
     height: 100%;
     justify-content: center;
     flex-direction: column;
     padding: 15px;
   }
   .updateCommission>p {
   margin: 0;
   font-size: 0.9em;
   color: #b8bfc7;
      }

   .ProfitCont {
     display: flex;
     grid-column: 3 / span 1;
     grid-row: 7 / span 4;
     height: 100%;
   }

    .chart-container2 {
      text-align: center;
      grid-column: 3 / span 1;
      grid-row: 11 / span 3;
      height: 100%;
      width: 30vw;
    }
.conteiner {
  background-color: #141f1f;
}

#chart, #chart2 {
  margin-top: -25px;
}


.chart-display {
  width: 47%;
  margin: 1.5% 1.5% 0% 1.5%;
  height: calc(45vh - 110px);
  padding-bottom: 15px;
}
.allOptions>tr:nth-child(even) {
  background-color: #283e3e;
}

   tr.nonactive {
     background-color: #141f1f;
   }

   tr.nonactive>td {
    color: #ababab;
   }

   #nav-mobile {
     text-align: left;
     max-width: 50px;
   }
   #nav-mobile>div {
     position: absolute;
   min-width: 200px;
   display: none;
   z-index: 1;
   flex-direction: column;
   align-items: stretch;
   justify-content: center;
   background: #476b6b;
   border-radius: 5px;
   overflow: hidden;
   }
   #nav-mobile>.right {
     right: 15px;
   }
   #nav-mobile>.left {
     left: 15px;
   }
   #nav-mobile > button {
     display: flex;
     align-items: center;
       padding: 0;
       width: 50px;
       justify-content: center;
       background-color: transparent;
   }
   #nav-mobile:hover > div {
     display: flex;
   }
   .bold {
     font-weight: bold;
   }

   .left-nav-mobile{
     display: flex;
     align-items: center;
   }

   .top-menu{
     display: flex;
flex-direction: column;
align-items: flex-end;
height: 0px;
overflow: hidden;
transition: height 0.4s;
/* background-color: #476b6b; */
width: 200px;
position: absolute;
align-items: stretch;
top:18px;
right: 18px;
   }
   .top-menu>button:first-child {
     width: 70px;
     background-color: #0a1010;
     border-radius: 5px 5px 0px 0px;

   }
   .top-menu>button:not(:first-child) {
     border-radius: 0;
   }

   .logo {
     /* height: 28px; */
    width: 180px;
    object-fit: contain;
    margin: 7px 3px;
   }
#menu-button {
  text-align: center;
      padding: 11px 0;
  border-radius: 5px 5px 0px 0px;
position: absolute;
right: 18px;
     width: 70px;
     background-color: transparent;
}
   .top-menu.open{
     height: 300px;
   }

.top-menu>button {
  margin: -1px;
}

.mobile-tools-dropdown{
  min-width: 200px;
    /* display: flex; */
    display: none;
    flex-direction: column;
    margin:0;
    padding:0;
    background-color: #2f5050;
}

.arrow-drop-down{
  /* display: block; */
  transform: rotate(90deg);
  position: absolute;
    top: 146px;
    transition: 1s all;
}

.arrow-drop-down-active{
  transform: rotate(0);

}

.mobile-tools-dropdown-item{
  background-color: transparent;
    border-radius: 2px;
    border-bottom: 2px solid transparent;
    width: 100%;
    text-align: right;
    transition: 0.3s;
    font-size: 1em;
    border-width: 0px;
    padding: 11px 22px;
    background-color: #2f5050;
}

.mobile-tools-dropdown-item.disable{
     pointer-events: none;
     color: grey;
     /* backgroun */
}

#block-page{
  position: fixed;
  box-sizing: border-box;
  overflow-y: auto;
  margin:0;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background:rgba(255,255,255,0.85);
  display: none;
  z-index: 100;
}

.chart-range {
  text-align: center;
}

.chartjs-size-monitor {
  max-height: 230px;
}

.green-b {
  background-color: #239B56;
}

.red-b {
  background-color: #CB4335;
}

.white-b {
  background-color: #1a1a1a;
}

.two-rows {
  list-style-type: none;
  font-weight: bold;
  text-align: center;
  display: grid;
  grid-template-columns: auto auto;
}

.cancle-cornfirm {
  list-style-type: none;
  font-weight: bold;
  text-align: center;
}

.cancle-cornfirm>li {
  display: inline-block;
}

.two-rows>li>ul {
  list-style-type: none;
  font-weight: normal;
}

.bs-table {
  direction: rtl;
}

.bs-table-lable {
  font-weight: bold;
  float: right;
  display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.bs-table>tbody>tr>td {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  align-items: center;
}


input, select {
  background-color: inherit;
  border-width: 0px;
}
.month>option, .type>option {
  background-color: #293d3d;
  font-size: 1em;
}

.exit-window {
  position: absolute;
  top: 5px;
  left: 5px;

}

.exit-window>button {
  background-color: #788c89;
}

button {
  background-color: #476b6b;
  border-radius: 10px;
  font-size: 1em;
  border-width: 0px;
  padding: 11px 22px;
}

.icon-button {
  padding: 10px 9px 5px 9px;
margin: 5px;
}


button:hover {
  background-color: #527a7a;
}

button:active {
  background-color: #669999;
}

.green {
  /* background-color: #9fdf9f; */
  color: #2fa42f;
  font-weight: bolder;
    /* border-radius: 10px; */
}

.red {
  /* background-color: #ff9999; */
  color: tomato;
  font-weight: bolder;

    /* border-radius: 10px; */
}

.upside-green {
  color: SeaGreen;
  font-weight: bolder;
  font-size: 1.2em;
}

.upside-red {
  color: Tomato;
  font-weight: bolder;
  font-size: 1.2em;
}

.alertMessage-box {
  display: flex;
  border: 2px solid #ffc266 ;
  padding: 30px;
  width: 80vw;
  max-height: 90vh;
  font-size: 1.4em;
  text-align: center;
  background-color: #1f2e2e;
  overflow-y: scroll;
  box-shadow: 0px 0px 10px black;
  animation: cd-bounce-down 0.3s;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
}

.alertMessage-box>ul {
  list-style-type: none;
  padding-inline-start: 0;
  text-align: right;
    /* padding: 5%; */
    font-size: 0.8em;
}

.s-settings>li>a {
  border: 1px solid white;
}
.s-settings>li>* {
  border-radius: 5px;
  padding: 1px 10px 5px;
}

.curve-border-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.curve-border-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.alert-settings>li {
  display: flex;
align-items: flex-start;
}
.alert-settings>li>a {
  background: #d5dbdb;
  border-radius: 3px;
  padding: 5px 10px;
      color: #222;
      cursor: pointer;
}
.alert-settings>li>input {
  margin-top: 14px;
}
.alert-settings>li>.note-information>p {
  margin: 0;
  text-align: right;
}
.alert-settings>li>.note-information {
  flex-direction: column;
}
.alert-settings>li>.note-information>p:nth-child(2) {
  opacity: 0.8;
  font-size: 0.95em;
}
.alert-settings>li>.note-information>p:last-child {
  opacity: 0.7;
  font-size: 0.9em;
}
.small-alert {
  position: fixed;
top: 0;
right: 0;
list-style-type: none;
background: #889a9a;
width: 276px;
border-radius: 10px;
border: 2px solid;
padding: 10px;
margin: 15px;
animation: cd-bounce-left 0.4s;
transition: 0.4s;
}
.small-alert>li {
      color: #222;
      width: 95%;

}
.small-alert>li:first-child {
      height: 0px;
      text-align: left;
      padding: 0;
width: 100%;
}
.small-alert>li>a>span {
  font-size: 14px;
width: 20px;
color: #fff;
background: #293d3d;
border-radius: 50%;
padding: 3px;
cursor: pointer;
}

#open-profit, #close-profit, #total-profit {
  padding: 5px 20px;
}

.cancle-confirm {
  display: inline-flex;
  justify-content: center;
  margin: 0px auto;
}
textarea[name=inputPrompt] {
  background-color: #476b6b;
  direction: rtl;
  width: 100%;
}

button[name=cancle] {
  position: absolute;
    top: 0px;
    left: 0px;
    margin: 5%;
    width: 36px;
    height: 36px;
    padding: 6px;
    background-color: #00000080;
    animation: cancle-apear 1s;
    border-radius: 50%;
}

#notes {
  display: flex;
  position: fixed;
  left: -100%;
  top: 0px;
  height: 100%;
    padding: 30px 10px;
  width: 100%;
  background-color: #95b7b7;
  color: #151e1e;
  flex-direction: column;
    align-content: space-around;
    justify-content: flex-start;
    align-items: stretch;
    transition: left 0.4s;
}

.note {
  display: flex;
  margin: 5px 0px;
  padding: 10px;
  border-radius: 4px;
  background-color: #c2d6d6;
      flex-direction: column;
}
.note>p {
  color: #151e1e;
  overflow: hidden;
  padding: 20px auto;

      margin: 0;
}
.note>.username {
  color: #3e5b5b !important;
  border-radius: 3px;
  height: 30px;
  font-size: 1.2em;
    font-weight: 600;
}
.comment {
  flex-direction: column;
  animation: enter-new-right 0.3s;
}
#notes>button, .comment>button {
  margin: 10px;
}

.note-date {
  font-size: 0.8em;
  grid-column: 1 / span 2;
  margin: 0px;
  text-align: left;
  color: #5f5f5f;
}

.note-info {
  display: flex;
  flex-direction: row;
    width: 96%;
    margin: 2%;
    flex-wrap: wrap;
    grid-column: 1 / span 2;
    justify-content: space-between;
    align-items: flex-end;
}
.note-info>div {
  padding-bottom: 0;
}
.note-info>div>button {
  font-size: 0.9em;
  background: white;
  padding: 3px 4px 5px;
  margin: 3px 3px 0;
  border: 1px solid #476b6b;
  border-radius: 2px;
  color: #141f1f;
}

.note-reply {
  font-size: 0.8em;
  grid-column: 1 / span 2;
  padding: 5px 10px;
  margin: 0px;
  color: #4d3319;
  background-color: #cc9966;
  border-radius: 10px;
}


.note-owner>textarea {
  background: #ffffffaa;
  color: #151e1e;
}

.note-comment {
  background-color: #c2d6d6;
}

/* div .noteOwner {
  border: 2px solid #334d4d;
} */

/* .note .noteOwner {
  background-color: #669999;
} */

#notes>textarea, .comment>textarea {
  background-color: #c2d6d6;
  color: #151e1e;
  border-radius: 10px;
  resize: none;
  font-size: 1.1em;
  padding: 10px;
}

#notes>textarea {
  margin-top: 10%;
}

.share-options {
  display: flex;
  position: fixed;
  top: -100px;
  height: 100px;
  left: 0;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  background-color: #85adad;
  transition: 0.4s;
  z-index: 10;
}

.button-share {
  border-radius: 50%;
  margin: 5px;
  height: 45px;
  width: 45px;
  background-size: cover;
}

#facebook-share {
  background-image: url('https://bestoptionsimulator.com/wp-includes/images/fb-icon.svg');
}
#tweeter-share {
  background-image: url('../../wp-includes/images/X_logo_2023.png');
  background-position: center;
  background-size: 65%;
  background-repeat: no-repeat;
}
#whatsapp-share {
  background-image: url('../../wp-includes/images/whatsapp-icon.svg');
}

.notes-display {
  display: flex;
  justify-content: center
}

.note-form {
  display: flex;
align-items: center;
justify-content: space-evenly;
    padding: 10px;
}
.note-form>label {
  color: #3e5b5b;
  font-weight: bold;
}

#notes-list {
  list-style-type: none;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding-inline-start: 0;

}

.notification_start, .algo_start{
  display: none;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px;

  animation: enter-new-right 0.3s;
}

.algo_start.disAlgo>button {
  background-color: #ababab;
  color: #2c3b3b;
  width: 28%;
}

.disable-algo{
  background-color: #ababab;
  color: #2c3b3b;
  width: 28%;
}

.disable-button{
  background-color: #ababab;
  color: #2c3b3b;
}

.notification_start>input{
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
  margin: 0px 20px;
  font-size: 1.1em;
  width: 30%;
}

#notification-status {
  width: 30%;
  text-align: center;
  border-radius: 10px;

}

.notification_start {
  flex-wrap: wrap;
  justify-content: space-around;
}




.BnSheader {
  display: flex;
  align-items: center;
justify-content: center;
}

button.active {
  background-color: #527a7a;
  font-weight: bold;
}

.top-buttons>button:first-child {
  display: none;
}

#delta, #gamma, #theta, #vega, #bsprofit {
  padding: 0px;
}

.quantity-mobile {
  display: flex;
    flex-direction: row;
    align-items: center;
        justify-content: space-around;
    width: 80%;
    padding: 0px;
}

.quantity-mobile>input {
  border-radius: 5px;
    background-color: #3d5c5c;
    width: 50%;
    font-size: 1em;
    padding: 5px;
}

.quantity-mobile>select {
  transform: scale(1.3);
  padding: 0px;
}

#editRowQuantityType {
  background-color: #334d4d;
}
/* .green-option, .green-option option:checked {
  background-color: green !important;
}

.red-option, .green-option option:checked {
  background-color: tomato !important;
} */

/*
@media only screen and (orientation: portrait) {

body {
  overflow-x: hidden;
  box-sizing: border-box;
}
  .mobile-hide {
    display: none;
  }
  /* #profit_destanation, #name {
    width: 80px;
  } */

  /*.optionsItems {
width: 100%;
  }
  .Info{
width: 100%;
  }

  .chart-container1 {
    height: 100%;
    width: 100%;
  }

  .chart-container {
    display: none;
    width: 200vw;
    padding: 0px;
    box-sizing: border-box;
  }


  .BnSCont {
    width: 100%;
  }

  .ProfitCont {
    height: 100%;
    width: 100%;
  }

   .chart-container2 {
width: 100%;
   }

   .strike {
     width: 4em;
   }
   .quantity {
     width: 4em;
   }
   .open_premium{
     width: 4em;
   }
   .top-buttons {
     flex-direction: column;
   }
   .top-buttons>button {
     display: none;
     margin: 3px;
   }
   .top-buttons>button:first-child {
     display: block;
   }

} */

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
}
.lds-ellipsis div {
  position: absolute;
  top: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #404f4f;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: -22px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: -22px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 2px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 26px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.logout-message-box{
   height: auto;
    width: 300px;
    position:absolute;
    top:50%;
    /* left:30%; */
}

.logout-message-box ul{
   gap:15px;
}

.alert-sign-out-button{
  background-color: red;
}

.delete-popup-btn{
  font-size: 0.8em;
  margin:10px;
}

.search-label{
  margin-right: 5px;
  position: absolute;
  margin-top: 5px;
}

.strategies-search{
  color: #fff;
  background-color: #293d3d;
  border: 2px solid black;
  border-radius: 7px;
  max-width: 115px;
  /* margin-right:42px; */
}


.material-icons.search-icon-mobile{
  font-size: 18px;

}
.search-container{
  display: flex;
  align-items: center;
}

.pagination-nav{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.pagination-number,
.pagination-button{
font-size: 1.1rem;
background-color: transparent;
border: none;
margin: 0.25rem 0.25rem;
cursor: pointer;
height: 2.5rem;
width: 2.5rem;
border-radius: .2rem;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  color: #0085b6;
  background-color: transparent;
}

.pagination-number.active {
  color: #0085b6;
  background-color: #0a1010;
}
.hidden {
display: none;
}

.strategy.golden-font td{
  color: #e0c327;
}

.bos-user-img{
  height:20px;
  padding:0;
}

.gold{
  color: #e0c327;
}

.yield-table-container{

  display: flex;
  align-items: center;
  justify-content: center;

}
.yield-table{
  width: auto;
}

.yield-table h3,
.yield-table td,
.yield-table span{
  margin:0;
  padding:3px;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 13px;
}

.yield-table span{
  font-size: 12px;
}

.yield-head-image{
  display: flex;
  align-items: center;
}

.openOrClosedImage{
  width: 10px;
  height: 10px;
  margin-top: 5px;
}
