@import url('https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
    /*font-family: "Montserrat";*/
    font-family: 'Open Sauce Two', sans-serif;
    /*background-color: #2a2a2a;
    background-image:*/
    /*        url('waves2.webp'),*/
    /*        linear-gradient(109.6deg, rgb(0, 0, 0) 11.2%, rgb(11, 108, 119) 91.1%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
    margin: 0;
    color: #e5e5e5;
    height: max-content;
}

#bg-img{
    background-image:
            url('waves2.webp'),
            linear-gradient(109.6deg, rgb(0, 0, 0) 11.2%, rgb(11, 108, 119) 91.1%);
    position: fixed;
    top: -10vh;
    z-index: -999;
    background-repeat: repeat-y;
    width: 100vw;
    height: 110vh;
    background-size: contain;
}

#options-div{
    width: 80%;
}

#dropdowns-div{
    width: 30%;
}

.dropdowns-div-dropdown{
    width: 50%
}

#logout-button{

}

#worldmap-wrapper{
    font-family: 'Open Sauce Two', sans-serif;
    /*font-family: "Montserrat", sans-serif !important;*/
    zoom: 30%;
    width: 20%;
    text-align: center;
    vertical-align: middle !important;
    margin-left: 50px;
    margin-right: 50px;
    background-color: rgba(0,0,0,11.0%);
    border-radius: 0px 75px 0px 0px;
    height: 60%;
}

#exchange-status{
    font-size: 3rem;
}

.calendar{
    overflow-y: auto;
    /*height: 210vh;*/
    min-height: 163vh;
    height: 163vh;
    max-height: 210vh;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3)
    transparent;
}

.calendar::-webkit-scrollbar {
  width: 8px;
}

.calendar::-webkit-scrollbar-track {
  background: transparent;
}

.calendar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.dash-dropdown-content::-webkit-scrollbar {
  width: 8px;
}

.dash-dropdown-content::-webkit-scrollbar-track {
  background: transparent;
}

.dash-dropdown-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.calendarDay{
    font-family: 'Open Sauce Two', sans-serif;
    /*font-family: "Montserrat", sans-serif;*/
}

.calendarBox{
    border-radius: 3rem ;
    background-color: rgba(0, 0, 0, 0.38);
    font-size: 2rem;
}

.calendarTime{

}

.news{
    text-align: left;
    padding: 2px;
    padding-left: 5px;
    font-size: 30px;
    background-color: rgba(0,0,0,11.0%);
    border-radius: 0px 0px 75px 75px;
}

.news-text{
    padding: 10px;
}

.left-column-headings{
    text-align: center !important;
    font-size: 50px !important;
    background-color: rgba(0, 0, 0, 0.38);
    margin-top: 0;
    padding: 10px;
}

#Markets{
    border-radius: 0 75px 0 0;
    letter-spacing: 0.25rem;
}

#main-graphs-div{
    display: flex;
}

#heatmap-graph{
    border-radius: 50px 0 0 0!important;
    width: 80vw !important;
    height: 60vh!important;
}

#open-interest{
    height: 20vh!important;
}


/* plotly graph*/
.dash-graph.graph-class {
    background-color: rgba(0,0,0,11.0%);
    border-radius: 5px;
    padding-bottom: 10px;
}

.modebar{
    zoom: 0.7;
}

#loading-chart{
}

.Select-control{
    background: rgba(0, 31, 31, 0.58);
    border-color: rgba(21, 232, 227, 0.7) !important;
    border-width: 0.12rem;
    transition: 0.3s ease;
}

.Select-control:hover{
    background: rgba(0, 54, 54, 0.72);
    border-color: rgba(21, 232, 227, 0.83) !important;
    transition: 0.3s ease;
}

.VirtualizedSelectFocusedOption{
    transition: 0.3s ease
}

.VirtualizedSelectOption{
    transition: 0.3s ease
}

.Select-value-label{
    color: #ffffff !important;
}

.is-open>.Select-control{
    background: rgba(0, 31, 31, 0.58);
    color: #ffffff !important;
}

.Select-value{
    color: #ffffff !important;
}

.Select--multi .Select-value{
    border-color: rgba(21, 232, 227, 0.7) !important;
    background-color: rgba(0, 31, 31, 0.58) !important;
}

.Select--multi .Select-value-icon{
    border-color: rgba(21, 232, 227, 0.7) !important;
}

.Select-menu-outer{
    background: rgba(0, 31, 31, 0.90);
    color: #ffffff;
    border-color: rgba(21, 232, 227, 0.7) !important;
}/**/

.dash-dropdown{
    background: rgba(0, 31, 31, 0.90);
    color: #ffffff;
    border-color: rgba(21, 232, 227, 0.7) !important;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
}

.dash-dropdown-content{
    background: unset;
    background: rgba(0, 31, 31, 0.90);
}

.dash-dropdown-option-text{
    color: #ffffff
}

#liqs-bar-chart .modebar{
    left: 0;
}

.chart-page-custom-button{
    /*--bulma-box-link-hover-shadow: 0 0.5em 1em -0.125em hsla(221, 14%, 4%, 0.1), 0 0 0 1px hsla(233, 100%, 63%, 1);*/
    /*--bulma-link: #15e8e3;*/
    --bulma-link: #15e8e3;
    background: rgba(5, 87, 85, 0.06);
    transition: 0.3s ease;
    border-width: 0.15rem;
    border-radius: 1.5rem;
    border-color: rgba(21, 232, 227, 0.7);
    color: #15e8e3;
}

.chart-page-custom-button:hover{
    background: #15e8e3;
    color: #012826;
    transition: 0.3s ease;
}

input[type='checkbox']:checked {
    background-color: rgba(5, 224, 211, 0.11);
}
input[type='checkbox']:checked:after {
    content: '\2713';
    color:white;

}

input[type='checkbox']{
    text-align: center;
    /*display: table-cell;*/
    vertical-align: middle;
    width: 15px !important;
    height: 15px !important;
    appearance:none;
    border-radius:10%;
    border: 1px solid rgba(21, 232, 227, 0.7);
    box-shadow: none;
    font-size: 0.6em;
    margin-right: 5px;
    transition: 0.3s ease;
}

input[type='checkbox']:hover{
    background: rgba(0, 255, 248, 0.55);
    transition: 0.3s ease;
}

    .menu-container {
      position: relative;
      display: inline-block;
    }

    .hamburger {
      background: none;
      border: none;
      cursor: pointer;
      font-size: 1.5rem;
    }

    .menu {
      position: absolute;
      top: 2.2rem;
      left: 0;
      background: rgba(0, 54, 54, 0.61);
      color: white;
      border: 1px solid #919191;
      list-style: none;
      padding: 0.5rem 0;
      width: 150px;
    }

    .menu li {
      padding: 0.5rem 1rem;
        transition: 0.2s ease;
    }

    .menu li:hover {
      background-color: rgba(1, 110, 110, 0.76);
      transition: 0.2s ease;
    }

    .menu li a {
      text-decoration: none;
      color: inherit;
      display: block;
    }

    .hidden {
      display: none;
    }

    #chart-link{
        background-color: #15E8E3;
        color:#695e5e!important;
        box-shadow: rgb(73 231 227 / 53%) 0px 0px 10px 2px;
        transition: 0.2s ease;
    }

    #chart-link:hover{
        background-color: #03f6da;
        color: #3f3c3c !important;
        box-shadow: rgba(23, 239, 234, 0.69) 0px 0px 10px 2px;
        transition: 0.2s ease;
    }

    #home-link{
        color: rgb(171, 177, 191);
        font-size: 2em;
        transition: 0.2s ease;
    }

    #home-link:hover{
        color: rgb(219, 223, 231);
        transition: 0.2s ease;
    }

    #hamburger-btn{
        transition: 0.2s ease;
    }

    #hamburger-btn:hover{
        transition: 0.2s ease;
        color: rgb(219, 223, 231);
    }

    .selection-text{
        font-family: "Open Sauce Two", sans-serif !important;
    }

    .box{
        /*this is for the klines ruler*/
        opacity: 1!important;
    }

