@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);
}

#main-content .bos-simulator {
    min-height: 500px;
    width: 1180px;
    overflow-x: hidden;
    position: relative;
}

#main-content .bos-simulator,
#main-content .bos-simulator * {
    color: white;
    padding: 5px;
}

#main-content #strategies-container {
    width: 100%;
}

#main-content .bos-simulator,
/* #main-content #strategy-body *, */
#main-content #strategies-container,
#main-content #strategies-container thead tr th {
    background-color: #0a1010;
}

#main-content .upgrade-needed {
    max-width: 100%;
    margin: 8% auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
}

#main-content .upgrade-needed>p {
    font-size: 1.1em;
    font-weight: 400;
}

#main-content .upgrade-needed>a {
    font-size: 1.25em;
    font-weight: 600;
    color: #222;
    padding: 5px 20px;
    background: white;
    border-radius: 5px;
    text-decoration: none;
}

#alertMessage {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#main-content .upgrade-needed h2 {
    margin: 5px;
}

#main-content body {
    transition: opacity 0.4s;
}

#main-content .fb-share-button>span>iframe {
    width: 89px !important;
    height: 33px !important;
}

#main-content body.trigger-position-left #enable-toolbar-trigger {
    /* right:-40px !important; */
}

#main-content h1,
#main-content h2 {
    text-align: center;
    font-size: 2em;
}

#main-content .white-bg,
#main-content .white-bg #boslogin span {
    background-color: white;
    color: black;
}

#main-content .white-bg #boslogin span {
    font-size: 18px;
}

#main-content .top-button {
    display: inline;
    height: 45px;
    font-size: 1.2em;

    margin: 5px;
    background-color: transparent;
    border-radius: 2px;
    border-bottom: 2px solid transparent;
}

#main-content .top-button:hover {
    background-color: transparent;
    /* border-bottom-color: silver; */
}

#main-content #review {
    display: none;
    max-width: 500px;
    flex-direction: column;
    margin-left: 0px;
    align-items: center;
    background-color: silver;
}

#main-content .closeWindow {
    background-color: #788c89;
    border-radius: 50px;
}

#main-content #review>input,
#main-content #review>textarea {
    background-color: white;
    color: #141f1f;
    border: 0px;
    margin: 5px;
    width: 200px;
    border-radius: 5px;
}

#main-content #review>textarea {
    height: 200px;
}

#main-content textarea {
    resize: none;
}

#main-content .hand-money-icon {
    background: url(icons/hand-money-icon-8.svg) center / contain no-repeat;
    display: inline-block;
    aspect-ratio: 1;
    direction: ltr;
    height: 22px;
}

#main-content .material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    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;
}

#main-content #allOptions>tr>td>button {
    padding: 5px 3px;
    height: 32px;
}

#main-content #allOptions>tr>td>button>span {
    line-height: 1;
    padding: 0;
}

#main-content #simulator-table>thead>tr {
    position: sticky;
    top: 0;
    background: #141f1f;
}

.key-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    align-items: center;
}

.key-container>span {
    text-align: start;
}

.key-container label {
    display: inline-block;
    width: 100%;
}

.key-container input[type="radio"] {
    display: none;
}

.key-container input[type="radio"]:checked+label {
    background-color: rgb(108, 157, 230);
}

#simulator-table,
.bs-table-res,
.newStrategy table {
    width: 100%;
}

#main-content button[name="cancel"] {
    background-color: #ba1111;
    animation: cancel-apear 1s;
}

button[name="ok"] {
    background-color: SeaGreen !important;
    animation: cancel-apear 1s;
}

button[name="ok"]:hover {
    background-color: #22804b !important;
}

#main-content .closeWindow:hover,
#main-content button[name="cancel"]:hover {
    background-color: #e42a2a;
}

#main-content .navbar {
    display: flex;
    padding: 15px;
    width: 100%;
    background-color: #0a1010;
    align-items: center;
    justify-content: space-between;
}

#main-content .s-maof-back {
    padding: 0px;
    border-radius: 5px;
    transition: box-shadow 0.3s;
    width: 100px;
}

#main-content .s-maof-back:hover {
    box-shadow: rgba(255, 255, 255, 0.35) 0px 0px 18px,
        rgba(255, 255, 255, 0.23) 0px 0px 10px;
}

#main-content .graph-head {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

#main-content .graph-head>h3 {
    margin: 0;
}

#main-content .export-buttons>button {
    padding: 5px 3px;
    background-color: #141f1f;
    border-radius: 45px;
}

#main-content .export-buttons>button>span {
    color: #cecece;
}

#main-content #strategy-title {
    font-size: 1.7em;
    padding-top: 0px;
    text-decoration: underline;
    cursor: pointer;
}

#main-content html {
    background-color: #0a1010;
    overflow-y: scroll;
    overflow-x: auto;
    max-width: 100vw;
    cursor: default;
}

/* width */
#main-content ::-webkit-scrollbar {
    border-radius: 4px;
    width: 5px;
}

/* Track */
#main-content ::-webkit-scrollbar-track {
    background-color: #141f1f;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: none;
}

/* Handle */
#main-content ::-webkit-scrollbar-thumb {
    background: #476b6b;
    border-radius: 4px;
}

/* Handle on hover */
#main-content ::-webkit-scrollbar-thumb:hover {
    background: #3d5c5c;
}

#main-content input[type="range"] {
    height: 24px;
    -webkit-appearance: none;
    margin: 10px 0;
    min-width: 80px;
}

#main-content input[type="range"]:focus {
    outline: none;
}

#main-content input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    animate: 0.2s;
    background: #334d4d;
    border-radius: 4px;
}

#main-content input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 4px;
    background: #75a3a3;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3px;
}

#main-content input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #334d4d;
}

#main-content input[type="range"]::-moz-range-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    animate: 0.2s;
    background: #334d4d;
    border-radius: 4px;
}

#main-content input[type="range"]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    border-radius: 4px;
    background: #75a3a3;
    cursor: pointer;
}

#main-content input[type="range"]::-ms-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

#main-content input[type="range"]::-ms-fill-lower {
    background: #334d4d;
    border-radius: 4px;
}

#main-content input[type="range"]::-ms-fill-upper {
    background: #334d4d;
    border-radius: 4px;
}

#main-content input[type="range"]::-ms-thumb {
    margin-top: 1px;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    background: #75a3a3;
    cursor: pointer;
}

#main-content input[type="range"]:focus::-ms-fill-lower {
    background: #334d4d;
}

#main-content input[type="range"]:focus::-ms-fill-upper {
    background: #334d4d;
}

#bos-popup-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-content .bos-simulator .entry #boslogin {
    background-color: #141f1f;
    padding: 20px;
    border: 2px solid #ffc266 !important;
    animation: cd-bounce-down 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@keyframes cd-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes cd-bounce-down {
    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-left {
    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;
    }
}

@keyframes cd-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes cd-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#main-content
/* * {
    font-size: 14px;
    font-family: 'MiriamLibre', 'eng', sans-serif;
    padding: 5px;
    box-sizing: border-box;
    color: white;
} */

#main-content table {
    border: 0px;
    direction: rtl;
    /* float: right; */
    width: 100%;
    text-align: center;
}

#main-content .strategy>td {
    height: 30px;
    box-sizing: content-box;
}

#main-content tr.active:hover,
#main-content tr.strategy:hover {
    background-color: #1f2e2e;
    /* cursor: pointer; */
}

#main-content tr.strategy>td:first-child {
    border-radius: 0px 4px 4px 0px;
}

#main-content tr.strategy>td:last-child {
    border-radius: 4px 0px 0px 4px;
}

#main-content input,
#main-content td {
    direction: ltr;
    text-align: center;
    margin-bottom: 0;
    border-bottom: 0 !important;
}

#main-content select:focus-visible {
    outline: 0px;
}

#main-content input:focus-visible {
    outline: 0px;
}

#main-content td:focus-within {
    background-color: #527a7a;
}

#main-content input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    cursor: pointer;
    display: block;
    width: 8px;
    color: #333;
    text-align: center;
    position: relative;
}

#main-content 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;
}

#main-content .algo-button.disAlgo {
    background-color: #ababab;
    color: #2c3b3b;
}

#main-content #notactive {
    border-radius: 4px 0px 0px 4px;
}

#main-content #notactive:focus-within {
    background-color: inherit;
}

#main-content #resetGraph {
    display: inline;
}

#main-content #resetGraph2 {
    display: inline;
}

#main-content .sp-table {
    background-color: #476b6b;
}

#main-content .sp-table>tr>td:first-child {
    border-radius: 0px 4px 4px 0px;
}

#main-content .sp-table>tr:first-child>td:last-child:hover {
    background-color: #527a7a;
}

#main-content .sp-table>tr:first-child>td:last-child>button {
    background: transparent;
    width: 100%;
}

#main-content .strike {
    width: 6em;
}

#main-content .quantity {
    width: 5em;
}

#main-content .commission {
    width: 5em;
    border-bottom: 2px solid silver;
    border-radius: 2px;
}

#main-content .open_premium,
#main-content .curr_premium,
#main-content .curr_profit {
    width: 6em;
}

#main-content .profit {
    background-color: inherit;
    max-width: 200px;
    text-align: right;
    margin: 0px auto;
}

#main-content .profit>tbody>tr>td {
    width: 40px;
}

#main-content .profit>thead>tr>th>h3 {
    text-align: center;
    margin: 0 auto;
}

#main-content #window-top {
    display: none;
    position: absolute;
    z-index: 10;
    height: 230px;
    width: 90%;
    top: 25%;
    left: 5%;
    border: 3px solid #9999ff;
}

#main-content #blank-window-top {
    background-color: white;
    opacity: 0.85;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

#main-content #iframe-window-top {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

#main-content #button-window-top {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 11;
}

#main-content .menu {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -15px;
    margin-bottom: -15px;
    /* align-items: flex-start; */
    align-items: center;
    flex-direction: row;
}

#main-content .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;
}

#main-content .expand-menu>a>button {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 1em;
}

/* NEW */
#main-content .expand-menu {
    right: 0;
    min-width: 130px;
}

#main-content .tools-dropdown {
    position: relative;
}

#main-content .tools-dropdown {
    display: inline;
    padding: 0;
}

#main-content .tools-dropdown-content a {
    text-decoration: none;
}

#main-content .tools-dropdown:hover .tools-dropdown-content {
    display: flex;
    align-items: flex-start;
}

#main-content .sim-grid {
    /* opacity: 0; */
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(14, auto);
    grid-gap: 10px;
}

#main-content .sim-grid tr,
#main-content .sim-grid th {
    background-color: #141f1f;
}

#main-content .sim-grid .profit th {
    text-align: right;
}

#main-content .table-scroll {
    padding-top: 0;
    max-height: 47vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

#main-content .alert-settings>li {
    display: flex;
    align-items: flex-start;
}

#main-content .alert-settings>li>a {
    background: #d5dbdb;
    border-radius: 3px;
    padding: 5px 10px;
    color: #222;
    cursor: pointer;
}

#main-content .alert-settings>li>input {
    margin-top: 14px;
}

#main-content .alert-settings>li>.note-information>p {
    margin: 0;
    text-align: right;
}

#main-content .alert-settings>li>.note-information {
    flex-direction: column;
}

#main-content .alert-settings>li>.note-information>p:nth-child(2) {
    opacity: 0.8;
    font-size: 0.95em;
}

#main-content .alert-settings>li>.note-information>p:last-child {
    opacity: 0.7;
    font-size: 0.9em;
}

#main-content .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;
}

#main-content .small-alert>li {
    color: #222;
    width: 95%;
}

#main-content .small-alert>li:first-child {
    height: 0px;
    text-align: left;
    padding: 0;
    width: 100%;
}

#main-content .small-alert>li>a>span {
    font-size: 14px;
    width: 20px;
    color: #fff;
    background: #293d3d;
    border-radius: 50%;
    padding: 3px;
    cursor: pointer;
}

#main-content .top-buttons {
    text-align: left;
    position: block;
    z-index: 10;
    justify-content: flex-end;
}

#main-content
/* .logo {
    height: 30px;
    /* width: 228px; */
/* object-fit: contain; */
/* position: absolute;
    top: 10px;
    left: 15px; */
/* z-index: 1; */
/* } */

#main-content */ .main-logo {
    width: 90%;
    object-fit: cover;
    max-width: 400px;
    margin: 20px auto;
}

#main-content .option-buttons {
    display: flex;
    margin: 5px auto;
    width: 100%;
}

#main-content .option-buttons>button {
    box-sizing: border-box;
    margin: 0 0.5%;
    width: 19%;
}

#main-content .optionsItems {
    grid-column: 1 / span 3;
    grid-row: 3 / span 6;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#main-content .Info {
    /* background-color: beige; */
    grid-column: 1 / span 3;
    grid-row: 1 / span 2;
    height: 100%;
    table-layout: fixed;
}

#main-content .chart-container1 {
    /* background-color: beige; */
    grid-column: 1 / span 3;
    grid-row: 9 / span 4;
    height: 100%;
    text-align: center;
}

#main-content .BnSCont {
    display: block;
    grid-column: 4 / span 2;
    grid-row: 1 / span 5;
    height: 100%;
    /* width: 30vw; */
    text-align: center;
    /* background-color: beige; */
}

#main-content .updateCommission {
    grid-column: 4 / span 2;
    grid-row: 6 / span 1;
    height: 100%;
    /* width: 30vw; */
    text-align: center;
    flex-direction: column;
}

#main-content .updateCommission>p {
    margin: 0;
    font-size: 0.9em;
    color: #b8bfc7;
}

#main-content .ProfitCont {
    display: flex;
    grid-column: 4 / span 2;
    grid-row: 7 / span 4;
    height: 100%;
    /* width: 30vw; */
}

#main-content .chart-container2 {
    text-align: center;
    grid-column: 4 / span 2;
    grid-row: 11 / span 2;
    height: 100%;
    /* width: 30vw; */
}

#main-content .conteiner {
    background-color: #141f1f;
}

/* #main-content */
/* .allOptions>tr:nth-child(even) {
  background-color: #283e3e;
} */

#main-content #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;
    }
}

#main-content tr.nonactive {
    background-color: #141f1f;
}

#main-content tr.nonactive>td {
    color: #ababab;
}

#main-content .newStrategy {
    margin-top: 0;
    background: #476b6b;
    border-radius: 5px;
}

#main-content .newStrategy>h1 {
    margin-top: 0;
}

#main-content .newStrategy input {
    border-bottom: 2px solid silver !important;
}

#main-content .newStrategy>table>thead>tr th,
#main-content .newStrategy input {
    background: #476b6b !important;
}

#main-content .newStrategy>table>tbody>tr>td>input {
    border-bottom: 2px solid silver;
}

#main-content .newStrategy>table>tbody>tr>td:last-child {
    border: 2px solid silver !important;
    border-radius: 3px !important;
}

#main-content #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;
}

#main-content .chart-range {
    text-align: center;
}

#main-content
/* .chartjs-size-monitor {
  max-height: 230px;
} */

#main-content .green-b {
    background-color: #239b56;
}

#main-content .red-b {
    background-color: #cb4335;
}

#main-content .white-b {
    background-color: #1a1a1a;
}

#main-content .two-rows {
    list-style-type: none;
    font-weight: bold;
    text-align: center;
    display: grid;
    grid-template-columns: auto auto;
}

#main-content .cancel-cornfirm {
    list-style-type: none;
    font-weight: bold;
    text-align: center;
}

#main-content .cancel-cornfirm>li {
    display: inline-block;
}

#main-content .two-rows>li>ul {
    list-style-type: none;
    font-weight: normal;
}

#main-content .bs-table {
    direction: rtl;
}

#main-content .bs-table-lable {
    font-weight: bold;
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

#main-content .bs-table>tbody>tr>td {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#main-content input,
#main-content select {
    background-color: inherit !important;
    border-width: 0px;
    margin-bottom: 0;
}

#main-content select.tool {
    background-color: #1a2727;
}

#main-content #create-stategy>thead>tr>th {
    text-align: center;
}

#main-content #month {
    text-align: center;
    width: 150px;
}

#main-content .month>option,
#main-content .type>option,
#main-content #month-skew>option {
    background-color: #293d3d;
    font-size: 1.2em;
}

#main-content button {
    background-color: #476b6b;
    border-radius: 4px;
    border-width: 0px;
    padding: 7px 15px;
    cursor: pointer;
}

#main-content input[type="submit"] {
    cursor: pointer;
}

#main-content button:hover {
    background-color: #527a7a;
}

#main-content button:active {
    background-color: #669999;
}

#main-content .button-share {
    border-radius: 15px;
    margin: 5px;
    height: 30px;
    width: 30px;
    background-size: cover;
}

#main-content #facebook-share {
    /* background-image: url('icons/facebook.png'); */
    background-image: url("wp-includes/images/fb-icon.svg");
    background-color: #141f1f;
}

#main-content #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;
}

#main-content #whatsapp-share {
    background-image: url("wp-includes/images/whatsapp-icon.svg");
    background-color: #141f1f;
}

#main-content .green {
    /* background-color: LightGreen; */
    color: SeaGreen;
    font-weight: bolder;
    border-radius: 4px;
}

#main-content .red {
    /* background-color: Tan; */
    color: Tomato;
    font-weight: bolder;
    border-radius: 4px;
}

#main-content .upside-green {
    color: SeaGreen;
    font-weight: bolder;
    border-radius: 4px;
}

#main-content .upside-red {
    color: Tomato;
    font-weight: bolder;
    border-radius: 4px;
}

#main-content #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;
    color: white;
}

.alertMessage-box>p {
    font-size: 14px;
    padding: 5px;
    color: white;
}

.alertMessage-box button {
    background-color: #476b6b;
    border-radius: 4px;
    border-width: 0px;
    padding: 7px 15px;
    cursor: pointer;
    color: white;
    font-size: 14px;
}

.alertMessage-box button[name="cancel"] {
    background-color: #ba1111;
    animation: cancel-apear 1s;
}

.alertMessage-box button:hover {
    background-color: #527a7a;
}

.alertMessage-box button[name="cancel"]:hover {
    background-color: #e42a2a;
}

.alertMessage-box>ul {
    list-style-type: none;
}

.alertMessage-box>ul li {
    padding: 5px;
}

.alertMessage-box>ul>li>input {
    background-color: #3e5b5b !important;
    border-bottom: 0px !important;
    text-align: center;
    border-width: 0;
    color: white;
}

.confirm-bos,
.alertMessage-box .cancel-confirm {
    display: inline-flex;
    justify-content: center;
    margin: 0px auto;
}

.confirm-bos {
    width: 100%;
    gap: 10px;
}

.s-settings {
    display: flex;
    flex-direction: column;
}

.s-settings>li {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.s-settings>li>* {
    margin: 5px 0 5px 10px;
    border-radius: 5px;
}

.s-settings>li>a {
    border: 1px solid white;
    color: white;
    padding: 5px;
}

#main-content #closeStrategy {
    display: flex;
    flex-direction: column;
}

#main-content #closeStrategy>li {
    display: flex;
    flex-direction: row;
}

#main-content #closeStrategy>li>* {
    width: 31%;
    border-radius: 5px;
    margin: 1%;
}

#main-content #closeStrategy>li:first-child {
    font-weight: 600;
}

#main-content .curve-border-right {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#main-content .curve-border-left {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#main-content #open-profit,
#main-content #close-profit,
#main-content #total-profit {
    padding: 5px 20px;
}

#main-content .cancel-confirm {
    display: inline-flex;
    justify-content: center;
    margin: 0px auto;
}

#main-content textarea[name="inputPrompt"] {
    background-color: #476b6b;
    direction: rtl;
    width: 100%;
}

#main-content #notes {
    display: flex;
    position: absolute;
    left: -350px;
    top: 0px;
    height: 100%;
    width: 300px;
    background-color: #95b7b7;
    color: #151e1e;
    flex-direction: column;
    align-content: space-around;
    justify-content: flex-start;
    align-items: stretch;
    transition: left 0.8s;
}

#main-content #notes textarea {
    color: black;
    background-color: #c2d6d6;
    border: 1px solid black;
}

#main-content .note {
    display: flex;
    margin: 5px 0px;
    border-radius: 4px;
    background-color: #c2d6d6;
    flex-direction: column;
    align-items: start;
}

#main-content .note>p {
    color: #151e1e;
    overflow: hidden;
    padding: 20px auto;

    margin: 0;
}

#main-content .note>.username {
    color: #3e5b5b !important;
    border-radius: 3px;
    height: 30px;
    font-size: 1.2em;
    font-weight: 600;
}

#main-content .comment {
    flex-direction: column;
    animation: enter-new-right 0.3s;
}

#main-content #notes>button,
#main-content .comment>button {
    margin: 5px auto 5px 5px;
}

#main-content .note-date {
    font-size: 0.8em;
    grid-column: 1 / span 2;
    margin: 0px;
    text-align: left;
    color: #141f1f;
}

#main-content .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;
    padding: 0;
}

#main-content .note-info>div {
    padding-bottom: 0;
}

#main-content .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;
}

#main-content .note-reply {
    font-size: 0.8em;
    grid-column: 1 / span 2;
    padding: 5px 10px;
    margin: 0px;
    color: #4d3319;
    background-color: #cc9966;
    border-radius: 4px;
}

#main-content .note-owner>textarea {
    background: #ffffffaa;
    color: #151e1e;
}

#main-content .note-comment {
    background-color: #c2d6d6;
}

#main-content #trade-table {
    transition: 0.4s;
}

#main-content .cont-trades {
    display: flex;
    flex-wrap: nowrap;
}

#main-content select[name="type"],
#main-content select[name="sort"] {
    background: #2b3636;
}

#main-content .trades-filter {
    display: flex;
    justify-content: space-between;
}

#main-content .cont-trades>div:first-child {
    /* width: calc(100% - 300px); */
    width: 100%;
}

#main-content
/* .trades-filter>div {
  background: #2b3636;
  border-radius: 5px;
} */

#main-content .trades-filter-content {
    background: #2b3636;
    border-radius: 5px;
}

#main-content .cont-trades>div {
    padding: 0 20px;
}

#main-content .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;
}

#main-content .profit-trades>h3 {
    margin: 0;
    text-align: center;
    font-size: 1.6em;
}

#main-content .profit-trades>p {
    margin-top: 0;
    padding: 5px;
    text-align: center;
    font-size: 1.7em;
    border-radius: 5px;
}

#main-content .profit-trades>p>span {
    font-size: 1.7em;
    line-height: 1.4em;
}

#main-content .profit-trades>table {
    table-layout: fixed;
}

#main-content
/* div .noteOwner {
  border: 2px solid #334d4d;
} */

#main-content
/* .note .noteOwner {
  background-color: #669999;
} */

#main-content #notes>textarea,
#main-content .comment>textarea {
    background-color: #c2d6d6;
    color: #151e1e;
    border-radius: 4px;
    padding: 10px;
}

#main-content .notes-display {
    display: flex;
    justify-content: center;
}

#main-content #exit-notes {
    width: 20px;
    height: 20px;
    line-height: 0;
    padding: 0;
    border-radius: 50%;
}

#main-content #exit-notes>span {
    font-size: 16px;
    padding: 0;
}

#main-content .note-form {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#main-content .note-form>label {
    color: #3e5b5b;
    font-weight: bold;
}

#main-content #notes-list {
    list-style-type: none;
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
}

#main-content .notification_start {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #293d3d;
    animation: enter-new-right 0.3s;
}

#main-content .notification_start>input {
    background-color: #3d5c5c;
    margin: 0px 20px;
}

#main-content .BnSheader {
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-content button.active {
    background-color: #527a7a;
    font-weight: bold;
}

#main-content .option-buttons>button:first-child {
    display: none;
}

#main-content #skew {
    position: relative;
    width: 100%;
    height: 360px;
}

#main-content #skew-chart {
    height: 100% !important;
    width: 100% !important;
}

#main-content #skew-graph {
    position: relative;
    width: 100%;
    /* height: 373px; */
}

#main-content .BnSCont-tab {
    display: flex;
    justify-content: space-between;
}

#main-content .BnSCont-tab>button {
    border-radius: 0;
    width: 48%;
}

#main-content #BnSCont-tab1 {
    background-color: #779f9f;
    color: #0a1010;
    font-weight: bold;
}

#main-content #user-settings {
    text-align: left;
    /* z-index: 20; */
}

#main-content #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;
}

#main-content #user-settings>button {
    display: flex;
    align-items: center;
    padding: 0;
    min-width: 100px;
    justify-content: center;
}

#main-content #user-settings:hover>div {
    display: flex;
}

#main-content .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;
}

#main-content .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
}

#main-content .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);
}

#main-content .lds-ellipsis div:nth-child(1) {
    left: -22px;
    animation: lds-ellipsis1 0.6s infinite;
}

#main-content .lds-ellipsis div:nth-child(2) {
    left: -22px;
    animation: lds-ellipsis2 0.6s infinite;
}

#main-content .lds-ellipsis div:nth-child(3) {
    left: 2px;
    animation: lds-ellipsis2 0.6s infinite;
}

#main-content .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 {
    #main-content 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;
    }

    #main-content .logout-message-box {
        height: auto;
        width: 300px;
        position: absolute;
        top: 50%;
    }
}

@media only screen and (max-width: 1000px) {
    #main-content .s-maof-back {
        width: 200px;
        border-radius: 10px;
    }

    #main-content body {
        overflow-x: hidden;
        font-size: 1em;
    }

    #main-content .mobile-hide {
        display: none;
    }

    #main-content #profit_destanation,
    #main-content #name {
        width: 80px;
    }

    #main-content .sim-grid {
        padding: 0px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(28, auto);
        width: 100vw;
    }

    #main-content .optionsItems {
        grid-column: 1;
        grid-row: 3 / span 6;
    }

    #main-content .Info {
        /* background-color: beige; */
        grid-column: 1;
        grid-row: 1 / span 3;
    }

    #main-content .chart-container1 {
        grid-column: 1;
        grid-row: 9 / span 4;
        height: 100%;
        width: 95%;
        text-align: center;
    }

    #main-content .BnSCont {
        grid-column: 1;
        grid-row: 13 / span 5;
        width: 100vw;
    }

    #main-content .updateCommission {
        grid-column: 1;
        grid-row: 18 / span 1;
        width: 100vw;
    }

    #main-content .ProfitCont {
        grid-column: 1;
        grid-row: 19 / span 4;
        height: 100%;
        width: 100vw;
    }

    #main-content .chart-container2 {
        grid-column: 1;
        grid-row: 23 / span 3;
        height: 100%;
        width: 95%;
    }

    #main-content .strike {
        width: 4em;
    }

    #main-content .quantity {
        width: 4em;
    }

    #main-content .open_premium {
        width: 4em;
    }
}

#main-content .logout-message-box {
    height: auto;
    width: 500px;
    position: absolute;
    top: 50%;
    left: 30%;
}

@media screen and (max-width: 650px) {
    #main-content .logout-message-box {
        height: auto;
        width: 250px;
        position: absolute;
        top: 50%;
    }

    #main-content .arrow-drop-down {
        transform: rotate(90deg);
        position: absolute;
        top: 146px;
        transition: 1s all;
        padding: 0;
    }

    #main-content .mobile-tools-dropdown {
        min-width: 200px;
        /* display: flex; */
        display: none;
        flex-direction: column;
        padding: 0;
        background-color: #2f5050;
    }

    #main-content .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;
    }

    #main-content .nav-right {
        padding: 0;
    }

    #main-content .nav-right>a {
        text-decoration: none;
        padding: 11px 22px;
        margin: 0;
    }

    #main-content .arrow-drop-down-active {
        transform: rotate(0);
    }
}

#main-content .alert-sign-out-button {
    background-color: red;
}

#main-content #enable-toolbar-buttons li button span {
    font-size: 20px;
}

@media screen and (max-width: 480px) {
    #main-content body #enable-toolbar #enable-toolbar-buttons li.enable-button-desktop.enable-button-close button span.button-title {
        font-size: 20px !important;
    }

    #main-content 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;
    }
}

@media (max-width: 768px) {
    #main-content .bos-simulator {
        width: 100%;
        margin-top: 25px;
    }

    #main-content .newStrategy>table>tbody>tr>td:last-child {
        border: unset !important;
    }

    #create-stategy th {
        text-align: center;
    }

    .nav-container {
        flex-direction: column-reverse;
        height: 150px;
    }

    .nav-container>div:nth-child(1) {
        height: 70%;
    }

    .nav-container>div:nth-child(2) {
        height: 30%;
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
    }

    #user-settings>div {
        left: 140px !important;
    }

    .nav-menu>li a span {
        font-size: 1rem !important;
    }

    #main-content .sim-grid {
        display: flex !important;
        flex-direction: column;
        width: 100%;
    }

    #main-content .Info {
        width: 100%;
    }

    #main-content .Info thead tr:nth-child(1) {
        display: flex;
        width: 370px;
    }

    #main-content .Info thead tr:nth-child(1) th:nth-child(2) {
        width: 165px;
    }

    #main-content .Info thead tr:nth-child(2) th {
        text-align: center;
    }

    #main-content .table-scroll {
        overflow-x: scroll;
    }

    #main-content .table-scroll::-webkit-scrollbar {
        display: none;
    }

    #main-content .BnSCont,
    #main-content .chart-container1,
    #main-content .chart-container2 {
        width: 100%;
    }

    #main-content #total-profit {
        padding: 0;
    }
}