html,
body {
    /* color: white; */
}

.horizonBox * {
    font-size: 12px;
    font-family: "MiriamLibre", "eng", sans-serif;
    padding: 5px;
    box-sizing: border-box;
    /* color: white; */
}

body {
    /* font: 10px sans-serif; */
    float: right;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    width: 100%;
    direction: rtl;
}

.horizonBox canvas {
    background-image: url("profit/opacity-watermark-2.png");
    background-repeat: no-repeat;
    background-size: 450px;
    background-position: center;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    color: grey;
}

.user-settings {
    z-index: 100;
}

/* ---NAV-MENU CSS AND ANIMATION--- */
.disable {
    pointer-events: none;
    color: grey;
}

.top-button {
    cursor: pointer;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-menu {
    list-style: none;
    display: flex;
    margin-top: 0;
}

.nav-menu>li a span {
    transition: 0.3s;
    font-size: 1.2rem;
}

.nav-menu>li a {
    background: none;
    overflow: hidden;
    position: relative;
    transition: none;
    display: block;
    text-decoration: none;
}

.nav-menu>li a:hover {
    color: #3caba6;
}

.nav-menu>li a>span {
    z-index: 5;
    position: relative;
    display: block;
}

.nav-menu>li a:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
}

.nav-menu>li a:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
}

.nav-menu>li a:before {
    z-index: 1;
    height: 30px;
}

.nav-menu>li a:after {
    z-index: 2;
    font-size: 1.2rem;
}

.nav-menu>li a {
    transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1),
        background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1),
        color 0.3s cubic-bezier(0.42, 0, 0.58, 1),
        background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    padding-top: 0;
    padding-bottom: 0;
}

.nav-menu>li a:after {
    align-items: center;
    background: transparent;
    content: attr(data-link-alt);
    display: flex;
    font-weight: bold;
    justify-content: center;
    transform: translateY(50%);
    opacity: 0;
}

.nav-menu>li.active a:after,
.nav-menu>li a:hover:after {
    transform: translateY(0%);
    opacity: 1;
}

.dropdown-item:after {
    color: blue;
    opacity: 0;
}

.nav-menu>li.active a span,
.nav-menu>li a:hover span {
    transform: translateY(-100%);
    opacity: 0;
}

/* END NAVBAR MENU */

.buttons-graph {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    top: 450px;
    direction: rtl;
    text-align: center;
}

.button {
    display: inline-grid;
    box-sizing: border-box;
    position: relative;
    margin: 10px;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    background-color: SlateBlue;
    cursor: pointer;
}

.frame-title {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.frame-title h2 {
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 17px;
}

#box-longshort .frame-title h2 {
    font-size: 24px;
}

.frame-title h3 {
    margin: 0;
    margin-top: 3px;
}

/* .frame-title h3{
    position: absolute;
    top: 0;
    left: 0;
    margin:0;
  } */

.frame-position-map,
.frame-vix,
.frame-galum-ta35,
.chart-frame {
    display: block;
    top: 300px;
    padding-bottom: 30px;
    width: 100%;
    height: 230px;
    text-align: center;
}

.frame-vix {
    padding: 0;
}

.frame-cont {
    position: absolute;
    width: 100%;
}

#map-graph,
#map-graph-around {
    display: block;
    width: auto;
    height: 424px;
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
}

.export-buttons {
    display: flex;
    justify-content: center;
    /* align-items: flex-start; */
    align-items: center;
    align-content: space-around;
    flex-direction: row;
    position: relative;
    /* flex-wrap: wrap; */
}

.export-buttons>button {
    margin: 3px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullLine {
    width: 50px;
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto;
    margin-top: 20px;
    direction: ltr;
}

.fullLineShortLong {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    direction: ltr;
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
}

.fullLineShortLong>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.4s;
}

.fullLineShortLongInfo {
    display: flex;
    justify-content: space-between;
}

.fullLineShortLongInfo>div {
    display: flex;
    align-items: center;
}

.fullLineShortLongInfo>div>h3,
.fullLineShortLongInfo>span {
    /* font-size: 1.3em */
    font-size: 12px;
    margin: 0;
}

#long-part,
#short-part {
    /*font-size: 1.3em;*/
}

.partlinesqweez {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 19px;
    transition: width 0.8s;
    justify-content: center;
    width: 92%;
}

.partlinesqweez>span {
    position: relative;
    margin: auto -37px -21px auto;
    font-weight: bold;
    font-size: 12px;
    top: -29px;
}

.partline {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    height: 5px;
    transition: width 0.8s;
    justify-content: center;
}

#red3,
#yellow3,
#green3,
#center2,
#green4,
#yellow4,
#red4 {
    /* flex:1; */
    width: 15%;
}

#red1,
#red2,
#red3,
#red4,
#shortLine,
#partline5 {
    background-color: #b92d2e;
}

#partline4 {
    background-color: #da9450;
}

#yellow1,
#yellow2,
#yellow3,
#yellow4,
#partline3 {
    background-color: #e9c415;
}

#green1,
#green2,
#green3,
#green4,
#partline2 {
    /* background-color: #18cf55; */
    background-color: #0ea741;
}

#center,
#center2,
#partline1,
#longLine {
    background-color: #147704;
}

#galumTools,
#sqweez-rate,
#galum2 {
    width: 5px;
    height: 35px;
    background-color: black;
    position: relative;
    transition: left 0.5s;
    /* left: -100%; */
    top: -30px;
    padding-left: 1px;
}

div#galumTools {
    padding-left: 1px;
}

#sqweez-rate {
    top: -34px;
    height: 5px;
    width: 16px;
    right: 79px;
}

#sqweez-rate::before {
    content: "";
    position: absolute;
    top: -5px;
    right: -9px;
    border-top: 10px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 16px solid black;
}

#sqweez-rate {
    position: relative;
    transition: top 0.3s ease;
}

.smooth-move {
    transition: top 0.3s ease;
}

#galum2 {
    height: 25px;
}

#span8,
#span9,
#span17 {
    left: 24px;
    background-color: black;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px 10px;
    position: relative;
    top: -15px;
}

#span9 {
    top: -6px;
    left: 5px;
}

#nav-mobile>div {
    position: absolute;
    min-width: 200px;
    display: none;
    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;
    z-index: 1;
}

.upgrade-needed {
    max-width: 100%;
    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;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.box20 {
    width: 18%;
    margin: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box50 {
    /* width: 48%; */
    /* margin: 1%; */
    width: 100%;
    display: flex;
    flex-direction: column;
    /* padding-bottom: 35px; */
    /* height: 355px; */
    background-color: #1a2727;
    border-radius: 10px;
}

#visSqeezRow>.box50 {
    /* width: 48%; */
    /* margin: 1%; */
    width: 991px;
    display: flex;
    flex-direction: column;
    /* padding-bottom: 35px; */
    /* height: 355px; */
    background-color: #1a2727;
    border-radius: 10px;
}

.box30 {
    margin-top: 6px;
    display: flex;
    height: 293px;
    width: 155px;
    flex-direction: column;
    background-color: #1a2727;
    border-radius: 10px;
}

.box70 {
    width: 68%;
    margin: 1%;
    display: flex;
    flex-direction: column;
}

.box80 {
    width: 78%;
    margin: 1%;
    display: flex;
    flex-direction: column;
}

.box100 {
    width: 98%;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    margin-top: 15px;
}

.horizonBox {
    width: 100%;
    display: flex;
    margin-top: -8px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
    /* margin-right: -10px; */
    color: white;
}

.horizonBox>div {
    background-color: #1a2727;
    border-radius: 10px;
    /* box-shadow: 2px 2px 5px black; */
}

h5 {
    margin: 0;
}

h2 {
    margin-top: 10px;
}

.menu>div>a {
    text-decoration: none;
}

.nav-right {
    padding: 0;
}

.nav-right>a {
    text-decoration: none;
    padding: 11px 22px;
    margin: 0;
}

.menu>div {
    padding: 15px 0;
}

.menu>div>a {
    text-decoration: none;
    padding: 7px 15px;
    margin: 10px;
}

.mobileonly {
    display: none;
}

.desktoponly {
    display: block;
}

::-webkit-scrollbar {
    width: 5px;
}

.logout-message-box {
    height: auto;
    width: 500px;
    position: absolute;
    top: 50%;
    left: 30%;
}

@media only screen and (max-width: 900px) {
    .mobileonly {
        display: block;
        margin-right: -20px;
    }

    .desktoponly {
        display: none;
    }

    .box20 {
        width: 96%;
        margin: 2%;
        flex-direction: row;
    }

    .box50,
    .box80,
    .box30,
    .box70,
    .box100 {
        /* width: 96%;
    margin: 2%; */
        width: 100%;
    }

    .fullLineShortLongInfo>div {
        flex-direction: column;
    }

    .mobile-tools-dropdown {
        min-width: 200px;
        /* display: flex; */
        display: none;
        flex-direction: column;
        padding: 0;
    }

    .arrow-drop-down {
        /* display: block; */
        transform: rotate(90deg);
        position: absolute;
        top: 146px;
        transition: 1s all;
        padding: 0;
    }

    .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;
    }

    .logout-message-box {
        height: auto;
        width: 250px;
        position: absolute;
        top: 50%;
        /* left:30%; */
    }

    .logout-message-box ul {
        gap: 15px;
    }

    .alert-sign-out-button {
        background-color: tomato;
    }

    .tools-logo {
        /* height: 40px; */
        width: 230px;
        object-fit: contain;
        z-index: 1;
    }

    .logo {
        height: 40px;
        /* width: 230px; */
        object-fit: contain;
        z-index: 1;
    }

    .galum-frame-galum-container {
        flex-direction: column;
    }

    #galum-avg {
        margin: 0;
        width: 100%;
    }

    #galum-avg>fieldset {
        width: 100%;
        height: 100%;
        flex-direction: row;
        margin: 0;
        padding: 0;
    }

    .box50.galum-box {
        height: 355px;
        margin: 0;
        width: 100%;
    }

    #galum-avg>fieldset>div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0;
    }

    #sqweez-rate {
        right: unset;
    }

    #visSqeezRow {
        height: unset;
        flex-direction: column;
    }

    .fullLine {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        direction: ltr;
        height: 0px;
        box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
    }

    .partlinesqweez {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px;
        height: 5px;
        transition: width 0.8s;
        justify-content: center;
        width: 20%;
    }

    .partlinesqweez>span {
        position: relative;
        margin: auto -25px -40px auto;
        font-weight: bold;
        font-size: 1.2em;
        top: 0;
    }

    #sqweez-rate {
        width: 5px;
        height: 35px;
        background-color: black;
        position: relative;
        transition: left 0.5s;
        top: -30px;
    }

    #span9 {
        left: 24px;
        background-color: black;
        color: white;
        font-weight: bold;
        border-radius: 10px;
        padding: 5px 10px;
        position: relative;
        top: -15px;
    }

    .box30 {
        height: 120px;
    }

    #visSqeezRow>.box50 {
        width: 96%;
    }

    #sqweez-rate::before {
        display: none;
    }
}

.upgrade-now-btn:hover,
.upgrade-now-btn:focus {
    box-shadow: 0 0.5em 0.5em -0.4em #ffed60;
    transform: translateY(-0.25em);
    background-color: #000;
    transition: all 1s;
    color: #fff;
}

/* fallback */
@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    /* font-size: 24px; */
    line-height: 1;
    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>button>span {
    color: #cecece;
    font-size: 19px;
}

.export-buttons {
    display: flex;
    justify-content: center;
    /* align-items: flex-start; */
    align-items: center;
    align-content: space-around;
    flex-direction: row;
    position: relative;
    /* flex-wrap: wrap; */
}

.export-buttons>button {
    margin: 3px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 3px;
    background-color: #141f1f;
    border-radius: 45px;
    font-size: 12px !important;
    border: 1px solid #1a2727;
}

.export-buttons>span {
    font-size: 12px !important;
}

.export-buttons>button:hover {
    background-color: #527a7a;
    cursor: pointer;
}

#galumSelect,
#vixSelect {
    background: #1a2727;
    color: #fff;
    font-size: 12px;
    border: none;
}

#galumSelect option,
#vixSelect option {
    background: #fff;
    color: #000;
}

span.number-span {
    margin-left: 0;
}

#galum-avg div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#vixSelect {
    background-color: #1a2727;
}

.vixSelectTradingOptions {
    background-color: #fff;
}

.vixSelectTradingTools {
    background-color: #1a2727;
}

/* #vixSelect > option{
  color:black !important;
} */

.position-fullLine {
    display: flex;
    max-width: 100%;
    /* margin-right: -61px; */
    flex-direction: row-reverse;
}

/* //TODO add this if needed to chagne the sqweez look */
/* #sqweez-rate {
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
} */

/* #sqweez-rate{
    transition: top 0.5s ease;
    top:0;
     position: relative;
} */