@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(icons/MaterialIcons-Regular.woff2) format("woff2");
}

.upgrade-needed {
  max-width: 100%;
  margin: 8% 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;
}

.upgrade-needed h2 {
  margin: 5px;
}

body {
  transition: opacity 0.4s;
}

.fb-share-button > span > iframe {
  width: 89px !important;
  height: 33px !important;
}

body.trigger-position-left #enable-toolbar-trigger {
  /* right:-40px !important; */
}

h1,
h2 {
  text-align: center;
  font-size: 2em;
}

.top-button {
  display: inline;
  height: 45px;
  font-size: 1.2em;

  margin: 5px;
  background-color: transparent;
  border-radius: 2px;
  border-bottom: 2px solid transparent;
}

.top-button:hover {
  background-color: transparent;
  /* border-bottom-color: silver; */
}

#review {
  display: none;
  max-width: 500px;
  flex-direction: column;
  margin-left: 0px;
  align-items: center;
  background-color: silver;
}

.closeWindow {
  background-color: #788c89;
  border-radius: 50px;
}

#review > input,
#review > textarea {
  background-color: white;
  color: black;
  border: 0px;
  margin: 5px;
  width: 200px;
  border-radius: 5px;
}

#review > textarea {
  height: 200px;
}

textarea {
  resize: none;
}

.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: 34px;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  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;
}

#selected-month {
  word-spacing: 2px;
  text-align: left;
  padding-left: 0px;
}

#selected-month > option:checked {
  text-align: left;
}

#allOptions > tr > td > button {
  padding: 5px 3px;
}

#simulator-table > thead > tr {
  position: sticky;
  top: 0;
  background: #141f1f;
}

button[name="cancle"] {
  background-color: #ba1111;
  animation: cancle-apear 1s;
}

button[name="ok"] {
  background-color: SeaGreen;
  animation: cancle-apear 1s;
}

button[name="ok"]:hover {
  background-color: #22804b;
}

.closeWindow:hover,
button[name="cancle"]:hover {
  background-color: #e42a2a;
}

.navbar {
  display: flex;
  padding: 15px;
  width: 100%;
  background-color: #0a1010;
  align-items: center;
  justify-content: space-between;
}

.s-maof-back {
  padding: 0px;
  border-radius: 5px;
  transition: box-shadow 0.3s;
  width: 100px;
}

.s-maof-back:hover {
  box-shadow: rgba(255, 255, 255, 0.35) 0px 0px 18px, rgba(255, 255, 255, 0.23) 0px 0px 10px;
}

.graph-head {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.graph-head > h3 {
  margin: 0;
}

.export-buttons > button {
  padding: 5px 3px;
  background-color: #141f1f;
  border-radius: 45px;
}

.export-buttons > button > span {
  color: #cecece;
}

#strategy-title {
  font-size: 1.7em;
  padding-top: 0px;
  text-decoration: underline;
  cursor: pointer;
}

#htmlLight {
  /* background-color: #f0f8ff; */
  /* color: black !important; */
  background-color: white;
}

/* #htmlLight * {
  color: black;
} */

#htmlLight .strategies-search {
  background-color: #f0f8ff !important;
}

#htmlLight .pagination-number {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #185bc3;
  background-color: #fff;
}

#htmlLight .pagination-number.active {
  color: #00367c;
  font-weight: 700;
  font-size: 17px;
}

/* #htmlLight #nextButton {
  background-color: #476b6b82 !important;
}
#htmlLight #prevButton {
  background-color: #476b6b82 !important;
} */

#htmlLight #nextButton,
#htmlLight #prevButton {
  transition: background-color 0.3s ease;
  cursor: pointer;
}

#htmlLight #nextButton:hover,
#htmlLight #prevButton:hover {
  background-color: #f9f9f9;
}

#htmlLight tr.active:hover,
tr.strategy:hover {
  background-color: #f9f9f9;
}

#htmlLight .top-container {
  margin-top: 0px !important;
}

* {
  font-family: "Rubik", "Arial", sans-serif;
}

table {
  border: 0px;
  direction: rtl;
  /* float: right; */
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.strategy > td {
  height: 42px;
  box-sizing: content-box;
}

#user-strategies-table-body tr:hover {
  background-color: #f9f9f9;
}
#user-strategies-table-body tr {
  border-bottom: 1px solid #c9cfe080;
}

tr.strategy > td:first-child {
  border-radius: 0px 4px 4px 0px;
}

tr.strategy > td:last-child {
  border-radius: 4px 0px 0px 4px;
}

input,
td {
  direction: ltr;
  text-align: center;
}

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: 4px;
}

.algo-button.disAlgo {
  background-color: #ababab;
  color: #2c3b3b;
}

#notactive {
  border-radius: 4px 0px 0px 4px;
}

#notactive:focus-within {
  background-color: inherit;
}

#resetGraph {
  display: inline;
}

#resetGraph2 {
  display: inline;
}

.sp-table {
  background-color: #476b6b;
}

.sp-table > tr > td:first-child {
  border-radius: 0px 4px 4px 0px;
}

.sp-table > tr:first-child > td:last-child:hover {
  background-color: #527a7a;
}

.sp-table > tr:first-child > td:last-child > button {
  background: transparent;
  width: 100%;
}

.strike {
  width: 7em;
}

.quantity {
  width: 5em;
}

.commission {
  width: 5em;
  border-bottom: 2px solid silver;
  border-radius: 2px;
}

.open_premium,
.curr_premium,
.curr_profit {
  width: 8em;
}

.profit {
  background-color: inherit;
  max-width: 200px;
  text-align: right;
  margin: 0px auto;
}

.profit > tbody > tr > td {
  width: 40px;
}

.profit > thead > tr > th > h3 {
  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;
}

.menu {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -15px;
  margin-bottom: -15px;
  /* align-items: flex-start; */
  align-items: center;
  flex-direction: row;
}

.expand-menu {
  /* background: #262626; */
  /* width: 100%; */

  position: absolute;
  min-width: 100px;
  /* top: 50px; */
  right: 410px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(41 61 61 / 70%);
  border-radius: 5px;
  animation: cd-bounce-down 0.4s;
  z-index: 5;
}

.expand-menu > a > button {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1em;
}

/* NEW */
.expand-menu {
  right: 0;
  min-width: 130px;
}

.tools-dropdown {
  position: relative;
}

.tools-dropdown {
  display: inline;
  padding: 0;
}

.tools-dropdown-content a {
  text-decoration: none;
}

.tools-dropdown:hover .tools-dropdown-content {
  display: flex;
  align-items: flex-start;
}

.sim-grid {
  opacity: 0;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(14, auto);
  grid-gap: 10px;
}

.table-scroll {
  padding-top: 0;
  max-height: 47vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.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;
  z-index: 5000;
}

.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;
}

.top-buttons {
  text-align: left;
  position: block;
  z-index: 10;
  justify-content: flex-end;
}

.logo {
  height: 30px;
  /* width: 228px; */
  object-fit: contain;
  /* position: absolute;
    top: 10px;
    left: 15px; */
  z-index: 1;
}

.main-logo {
  width: 90%;
  object-fit: cover;
  max-width: 400px;
  margin: 20px auto;
}

.option-buttons {
  display: flex;
  margin: 5px auto;
  width: 100%;
}

.option-buttons > button {
  box-sizing: border-box;
  margin: 0 0.5%;
  width: 19%;
}

.optionsItems {
  grid-column: 1 / span 2;
  grid-row: 3 / span 6;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Info {
  /* background-color: beige; */
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
  height: 100%;
  table-layout: fixed;
}

.chart-container1 {
  /* background-color: beige; */
  grid-column: 1 / span 2;
  grid-row: 9 / span 4;
  height: 100%;
  text-align: center;
}

.BnSCont {
  display: block;
  grid-column: 3 / span 1;
  grid-row: 1 / span 5;
  height: 100%;
  width: 30vw;
  text-align: center;
  /* background-color: beige; */
}

.updateCommission {
  grid-column: 3 / span 1;
  grid-row: 6 / span 1;
  height: 100%;
  width: 30vw;
  text-align: center;
  flex-direction: column;
}

.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%;
  width: 30vw;
}

.chart-container2 {
  text-align: center;
  grid-column: 3 / span 1;
  grid-row: 11 / span 2;
  height: 100%;
  width: 30vw;
}

.conteiner {
  background-color: #141f1f;
}

/* .allOptions>tr:nth-child(even) {
  background-color: #283e3e;
} */

#allOptions > tr:not(.nonactive) {
  background-color: #293d3d;
  animation: cd-bounce-up 0.4s;
}

@keyframes cd-bounce-up {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

tr.nonactive {
  background-color: #141f1f;
}

tr.nonactive > td {
  color: #ababab;
}

.newStrategy {
  margin-top: 0;
  background: #476b6b;
  border-radius: 5px;
}

.newStrategy > h1 {
  margin-top: 0;
}

.newStrategy > table > tbody > tr > td > input {
  border-bottom: 2px solid silver;
}

.newStrategy > table > tbody > tr > td:last-child {
  border: 2px solid silver;
  border-radius: 3px !important;
}

#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, 1fr);
}

input,
select {
  background-color: inherit;
  border-width: 0px;
  width: 98px;
  background-repeat: no-repeat;
  background-size: 10px;
}

select.tool {
  background-color: #1a2727;
}

#month {
  text-align: center;
}

.month > option,
.type > option,
#month-skew > option {
  background-color: #293d3d;
  font-size: 1.2em;
}

button {
  background-color: #476b6b;
  border-radius: 4px;
  border-width: 0px;
  padding: 7px 15px;
  cursor: pointer;
}

input[type="submit"] {
  cursor: pointer;
}

button:hover {
  background-color: #527a7a;
}

button:active {
  background-color: #669999;
}

.button-share {
  border-radius: 15px;
  margin: 5px;
  height: 30px;
  width: 30px;
  background-size: cover;
}

#facebook-share {
  background-image: url("icons/facebook.png");
  background-image: url("https://bestoptionsimulator.com/wp-includes/images/fb-icon.svg");
  background-color: #141f1f;
}

#tweeter-share {
  background-image: url("../wp-includes/images/X_logo_2023.png");
  background-color: #141f1f;
  background-position: center;
  background-size: 65%;
  background-repeat: no-repeat;
}

#whatsapp-share {
  background-image: url("../wp-includes/images/whatsapp-icon.svg");
  background-color: #141f1f;
}

.green {
  /* background-color: LightGreen; */
  color: SeaGreen;
  font-weight: bolder;
  border-radius: 4px;
}

.red {
  /* background-color: Tan; */
  color: Tomato;
  font-weight: bolder;
  border-radius: 4px;
}

.upside-green {
  color: #087c32;
}

.upside-red {
  color: #d91400;
}

#alertMessage {
  z-index: 25;
}

.alertMessage-box {
  display: flex;
  border: 2px solid #ffc266;
  padding: 10px;
  text-align: center;
  background-color: #1f2e2e;
  overflow-y: auto;
  margin: 0 auto;
  box-shadow: 0px 0px 10px black;
  animation: cd-bounce-down 0.3s;
  flex-direction: column;
  justify-content: space-around;
  z-index: 20;
}

.alertMessage-box > ul {
  list-style-type: none;
}

.alertMessage-box > ul > li > input {
  background-color: #3e5b5b;
}

.s-settings {
  display: flex;
  flex-direction: column;
}

.s-settings > li {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.s-settings > li > * {
  margin: 5 0 5 10px;
  border-radius: 5px;
}

.s-settings > li > a {
  border: 1px solid white;
}

#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;
}

.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;
}

#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%;
}

#notes {
  z-index: 25;
  display: flex;
  position: fixed;
  left: -350px;
  top: 0px;
  height: calc(100vh - 45px);
  padding-top: 30px;
  width: 350px;
  background-color: #95b7b7;
  color: #151e1e;
  flex-direction: column;
  align-content: space-around;
  justify-content: flex-start;
  align-items: stretch;
  transition: left 0.8s;
}

.note {
  display: flex;
  margin: 5px 0px;
  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: 5px auto 5px 5px;
}

.note-date {
  font-size: 0.8em;
  grid-column: 1 / span 2;
  margin: 0px;
  text-align: left;
  color: #141f1f;
}

.note-info {
  display: flex;
  flex-direction: row;
  width: 100%;
  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: 4px;
}

.note-owner > textarea {
  background: #ffffffaa;
  color: #151e1e;
}

.note-comment {
  background-color: #c2d6d6;
}

#trade-table {
  transition: 0.4s;
}

.cont-trades {
  display: flex;
  flex-wrap: nowrap;
}

select[name="type"],
select[name="sort"] {
  background: #2b3636;
}

.trades-filter {
  display: flex;
  justify-content: space-between;
}

.cont-trades > div:first-child {
  /* width: calc(100% - 300px); */
  width: 100%;
}

/* .trades-filter>div {
  background: #2b3636;
  border-radius: 5px;
} */

.trades-filter-content {
  background: #2b3636;
  border-radius: 5px;
}

.cont-trades > div {
  padding: 0 20px;
}

.profit-trades {
  display: flex;
  flex-direction: column;
  width: 300px;
  justify-content: flex-start;
  position: sticky;
  top: 0px;
  bottom: 0px;
  border-right: 1px solid #ffffff29;
  visibility: hidden;
}

.profit-trades > h3 {
  margin: 0;
  text-align: center;
  font-size: 1.6em;
}

.profit-trades > p {
  margin-top: 0;
  padding: 5px;
  text-align: center;
  font-size: 1.7em;
  border-radius: 5px;
}

.profit-trades > p > span {
  font-size: 1.7em;
  line-height: 1.4em;
}

.profit-trades > table {
  table-layout: fixed;
}

/* div .noteOwner {
  border: 2px solid #334d4d;
} */

/* .note .noteOwner {
  background-color: #669999;
} */

#notes > textarea,
.comment > textarea {
  background-color: #c2d6d6;
  color: #151e1e;
  border-radius: 4px;
  padding: 10px;
}

.notes-display {
  display: flex;
  justify-content: center;
}

#exit-notes {
  width: 26px;
  padding: 0;
  border-radius: 50%;
}

#exit-notes > span {
  font-size: 14px;
}
tr,
th {
  font-size: 14px;
}

.note-form {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.note-form > label {
  color: #3e5b5b;
  font-weight: bold;
}

#notes-list {
  list-style-type: none;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.notification_start {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #293d3d;
  animation: enter-new-right 0.3s;
}

.notification_start > input {
  background-color: #3d5c5c;
  margin: 0px 20px;
}

.BnSheader {
  display: flex;
  align-items: center;
  justify-content: center;
}

button.active {
  background-color: #527a7a;
  font-weight: bold;
}

.option-buttons > button:first-child {
  display: none;
}

#skew {
  position: relative;
  width: 100%;
  height: 360px;
}

#skew-chart {
  height: 100% !important;
  width: 100% !important;
}

#skew-graph {
  position: relative;
  width: 100%;
  /* height: 373px; */
}

.BnSCont-tab {
  display: flex;
  justify-content: space-between;
}

.BnSCont-tab > button {
  border-radius: 0;
  width: 48%;
}

#BnSCont-tab1 {
  background-color: #779f9f;
  color: #0a1010;
  font-weight: bold;
}

#user-settings {
  text-align: left;
  z-index: 20;
}

#user-settings > div {
  position: absolute;
  min-width: 100px;
  left: 8px;
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  background: #293d3d;
  border-radius: 5px;
  animation: cd-bounce-down 0.4s;
}

#user-settings > button {
  display: flex;
  align-items: center;
  padding: 0;
  min-width: 100px;
  justify-content: center;
}

#user-settings:hover > div {
  display: flex;
}

.bold {
  font-weight: bold;
  /* box-shadow: 0px 0px 2px 2px #fff; */
  /* text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc, 1px 1px 10px #fff; */
  color: #3caba6;
}

.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);
  }
}

@media screen, print {
  canvas {
    /* background-image: url(profit/watermark.png); */
    background-image: url(profit/opacity-watermark-2.png);
    /* background-size: contain; */
    background-size: 450px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .logout-message-box {
    height: auto;
    width: 300px;
    position: absolute;
    top: 50%;
  }
}

@media only screen and (max-width: 1000px) {
  .s-maof-back {
    width: 200px;
    border-radius: 10px;
  }

  body {
    overflow-x: hidden;
    font-size: 1em;
  }

  .mobile-hide {
    display: none;
  }

  #profit_destanation,
  #name {
    width: 80px;
  }

  .sim-grid {
    padding: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(28, auto);
    width: 100vw;
  }

  .optionsItems {
    grid-column: 1;
    grid-row: 3 / span 6;
  }

  .Info {
    /* background-color: beige; */
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .chart-container1 {
    grid-column: 1;
    grid-row: 9 / span 4;
    height: 100%;
    width: 95%;
    text-align: center;
  }

  .BnSCont {
    grid-column: 1;
    grid-row: 13 / span 5;
    width: 100vw;
  }

  .updateCommission {
    grid-column: 1;
    grid-row: 18 / span 1;
    width: 100vw;
  }

  .ProfitCont {
    grid-column: 1;
    grid-row: 19 / span 4;
    height: 100%;
    width: 100vw;
  }

  .chart-container2 {
    grid-column: 1;
    grid-row: 23 / span 3;
    height: 100%;
    width: 95%;
  }

  .strike {
    width: 4em;
  }

  .quantity {
    width: 4em;
  }

  .open_premium {
    width: 4em;
  }
}

.logout-message-box {
  height: auto;
  width: 500px;
  position: absolute;
  top: 50%;
  left: 30%;
}

@media screen and (max-width: 650px) {
  .logout-message-box {
    height: auto;
    width: 250px;
    position: absolute;
    top: 50%;
  }

  .arrow-drop-down {
    transform: rotate(90deg);
    position: absolute;
    top: 146px;
    transition: 1s all;
    padding: 0;
  }

  .mobile-tools-dropdown {
    min-width: 200px;
    /* display: flex; */
    display: none;
    flex-direction: column;
    padding: 0;
    background-color: #2f5050;
  }

  .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;
  }

  .nav-right {
    padding: 0;
  }

  .nav-right > a {
    text-decoration: none;
    padding: 11px 22px;
    margin: 0;
  }

  .arrow-drop-down-active {
    transform: rotate(0);
  }
}

.alert-sign-out-button {
  background-color: red;
}

#enable-toolbar-buttons li button span {
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  body #enable-toolbar #enable-toolbar-buttons li.enable-button-desktop.enable-button-close button span.button-title {
    font-size: 20px !important;
  }

  canvas {
    /* background-image: url(profit/watermark.png); */
    background-image: url(profit/opacity-watermark-2.png);
    /* background-size: contain; */
    background-size: 250px;
    /* background-position: center; */
    background-position: right;
    background-repeat: no-repeat;
  }
}

.title {
  font-family: Rubik;
  font-weight: 600;
  font-size: 24px;
  color: #00367c;
  vertical-align: middle;
  margin-bottom: 20px;
}

.title svg {
  margin-bottom: -6px;
}

.close-icon svg {
  fill: #d9d9d9;
}

.open-icon svg {
  fill: #006bb7;
}

tbody tr {
  cursor: pointer;
}

tbody td {
  height: 64px;
}

.pagination-nav #nextButton,
.pagination-nav #prevButton {
  width: 38px;
  height: 22px;
  border-radius: 5px;
  border: 1px solid #ffa527;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-strategies-table-header th {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 3px solid #c9cfe080;
}

#user-strategies-body {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 2px 0px 1px #c9cfe0;
  /* box-shadow: -1px 0px 4px 0px #00000040, 1px 3px 4px 0px #00000040; */
}
