@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";
    background-color: #2a2a2a;
    background-image:
            url('waves2.png'),
            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;
}

#options-div{
    width: 80%;
}

#dropdowns-div{
    width: 30%;
}

.dropdowns-div-dropdown{
    width: 50%
}

#logout-button{

}

#worldmap-wrapper{
    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;
}

.calendarDay{
    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;
}

#main-graphs-div{
    display: flex;
}

#heatmap-graph{
    border-radius: 50px 0 0 0!important;
    width: 80vw !important;
    height: 60vh;
}

#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;
}/**/

#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;
}

