html { scroll-behavior: smooth; } 

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}
.selector-for-some-widget {
    box-sizing: content-box;
  }

body{
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header {
  padding: 100px 0 75px;
}

section {
  padding: 80px 0 80px 0;
}

#status-board, .province-board{
  margin: -70px 8% -80px 8%;
}
i.big-arrow{
  margin-left: -1px;
  margin-right: -1px;
  font-size: medium;
}

.total-arrow-up{
  font-size: medium;
  font-weight: 900;
}
i.province-arrow{
  margin-left: -1px;
  margin-right: -1px;
  font-size: small;
}

.province-arrow-up{
  font-size: small;
  font-weight: 800;
}
i.province-deaths-arrow-up, i.province-recovered-arrow-up {
  margin-left: -4.5px!important;
  margin-right: -4.5px!important;
}

#graphs-page{
  padding-top: 100px;
}
.col{
  text-align: center;
}

.bg-secondary {
  background-color: #2c3e50 !important;
}

.backgroundImage{
  background-image: url('/img/backgroundimage.jpeg');
  opacity: 0.84;
  
}
.banner-link{
  font-size: 19px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 80%;
  margin: auto;
  color: black;
  background-color: whitesmoke;
}
.banner-link > span > a.address {
  color: #2c3e50;
}
.banner{
  align-items: center;
  background-color: #145A32;
  background: rgb(245, 245, 245);
  opacity: 0.8;
  width: 80.5%;
  margin-top: 1%;
  margin-bottom: 1.5%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
}
.banner-text{
  font-weight: 800;
  color: rgb(3, 63, 29);
  padding-top: 15px;
  margin-bottom: -0.5%;
}
.pv-pv-name{
  
}
.pv-pv{
  
}
.canada-status-table-total-row{
  font-size: large;
}

.pull-right {
  text-align: right;
}

#global-case-label{
  font-weight: 800;
  font-size: xx-large;
}
#canada-case-label{
  font-weight: 850;
  font-size: xx-large;
}
#british-columbia-case-label{
  font-weight: 700;
  font-size: x-large;
}

.total-confirmed-value{
  color: red;
  font-weight: 800;
  font-size: xx-large;
}

.total-test-value{
  color: rgb(14, 79, 158);
  font-weight: 700;
  font-size: x-large;
}
.total-deaths-value{
  color: rgb(82, 2, 2);
  font-weight: 800;
  font-size: xx-large;
}
.total-waiting-value{
  color: rgb(83, 98, 117);
  font-weight: 700;
  font-size: x-large;
}
.total-recovered-value{
  color: rgb(0, 179, 80);
  font-weight: 800;
  font-size: xx-large;
}
.total-active-value {
  /* color: rgb(153, 92, 0); */
  color: rgb(0, 93, 104);
  font-weight: 800;
  font-size: xx-large;
}
.total-hosp-value{
  color: rgb(122, 67, 106);
  font-weight: 700;
  font-size: x-large;
}
.total-lethality-value{
  color: rgb(66, 64, 30);
  font-weight: 800;
  font-size: xx-large;
}
.total-ICU-value{
  color: rgb(150, 20, 107);
  font-weight: 700;
  font-size: x-large;
}



.content{
  margin: 0 4%;
}

.jumbotron{
  
  padding: 1rem 1rem !important;

  /* margin-bottom: 7%; */
}
.alert.alert-info{
  width: 78.5%;
}
.container{
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

#worldmap{ 
  margin: 0%;
}
#regions_div{
  padding-right: 0px;
  padding-left: 0px;
}
#canadaMap{
  
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 2%;
}
#regions_div{
  width: 100%;
  /* min-height: 500px; */
}
.jumbotron{
  background-color: white!important;
}

.alert-warning{
  width: 70%;
}

/* table */

.th{
  font-weight: 750;
}
.th-all{
  font-size: x-large;
}
.pv-value{
  font-weight: 600;
  font-size: x-large;
}

.row.canada-case-table{
  display: table;
  width: 100%;
}
.col.canada-case-table-col{
  display: table-cell;
}



/* uptable */
.canada-status-table{
  width: 100%;
  margin: auto;
}

.thead-light{
  background-color: rgb(245, 245, 245)
}

.canada-status-table{
  text-align: center;
}

.global-status-table{
  width: 100%;

}

.global-status-table{
  text-align: center;
}

.col.global-status-table{
  padding-right: 0!important;
  padding-left: 0!important;
}
.countryList-table.table1{
  width: 98%;
  margin: auto;
  
}
.countryList-table.table2{
  width: 98%;
  margin: auto;
}
.table-confirmed{
  color: red;
  
  
}
.table-deaths{
  color: rgb(82, 2, 2);
  
  
}
.table-recovered{
  color: rgb(0, 179, 80);
  
  
}
.table-country-name{
  
}

.country-table{
  margin: 0 2% 0 2%;
}
.global-statistics{
  text-align: center;
  font-size: xx-large;
  font-weight: 900;
  margin-bottom: 5%;
  

}

.card-deck .card{
  margin-right: 8px !important;
  margin-left: 8px !important;
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}

.donate-button{
  margin-top: 2%;
  text-align: center;
}

p.count{
  display: inline-block;
}
p.count1, p.count2{
  display: inline-block;
}
span.total-arrow-up{
  display: inline-block;

}
span.province-arrow-up{
  display: inline-block;
}
i.country-arrow{
  font-size: 13px;
  margin-left: -1px;
  margin-right: -1px;
}

.column-block{
  display: flow-root;
  
}
.additional-txt{
  color: #2c3e50;
}
.canada{
  font-weight: 530;
}

.update-info{
  margin: auto;
  width: 85%!important;
  padding-top: 1px;
  text-align: left;
  padding-bottom: 1%!important;

}
.update-info-ol{
  display: inline-flex;
}
p.status-table{
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.global-case-row{
  margin: 0!important;
}
.global-case-info{
  font-size: x-small;
}
.up-arrow-explanation{
  font-size: x-small;
}
.font-small{
  padding-top:4px;
  font-size: x-small;
}
.jumbotron.border.border-info{
  border-width: medium!important;
}
.jumbotron.border.border-warning{
  border-width: medium!important;
}

.physicalDistancingVideo{
  margin-left: 10%;
  margin-right: 10%;
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}
.physicalDistancingVideo iframe, .physicalDistancingVideo object, .physicalDistancingVideo embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.rate-of-change{
  color: #172e44;
  font-weight: 700;
}

.graph-province{
  padding: 0!important;

}

.header-graph{
  padding: 170px 0 75px;
}

.nav-link.graphs{
  color: #145A32;
  font-size: large;
}

.nav-link.graphs{
  font-size: medium!important;
  padding-bottom: 1px!important;
}
.btn-provincial-graphs{
  border: 2px solid midnightblue!important;
}
.provincial-graphs-btn2{
  width: 100%;
  margin: auto;
}
.provincial-graphs-btn{
  text-align: center;
}
.navbar{
  padding: 1px!important;
}
.navbar-toggler-icon {

  width: 1.3em!important;
  height: 1.3rem!important;

}
.navbar-toggler {
  padding: .15rem .15rem!important;
}
.province-test-table, .province-case-table{
  width: 80%;
}
.toggle-btn{
  display: none;
}

.status-table-th.canada-total-province-th, .status-table-th.canada-total-confirmed-th, .status-table-th.canada-total-deaths-th, .status-table-th.canada-total-recovered-th, .status-table-th.canada-total-active-th, .status-table-th.canada-total-test-th{
  background-image: url('../img/sort-icon-png-20.png');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right; 
  font-size: large;
}
.country-table-th-column{
  background-image: url('../img/sort-icon-png2-20.png');
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: bottom; 
  font-size: large;
}
.status-table-th.canada-total-province-th:hover, .status-table-th.canada-total-confirmed-th:hover, .status-table-th.canada-total-deaths-th:hover, .status-table-th.canada-total-recovered-th:hover, .status-table-th.canada-total-active-th:hover, .status-table-th.canada-total-test-th:hover{
  background-color: lightskyblue;
  cursor: pointer;
}
.country-table-th-column:hover{
  background-color: lightskyblue;
  cursor: pointer;
}
.table-active-country, .table-activePerOneMil-rate{
  color: rgb(0, 93, 104);
}

/* front-dashboard */

.front-board{
  width: 78.5%;
  padding-top: 30px;
  margin: auto;
}
#front-board-table{
  color: whitesmoke;
  font-weight: 500!important;
  width: 100%;
}
.front-board-row-canada{

}
.front-board-global{
  border-top:solid whitesmoke 0.5px;
}
#front-board-table{
  /* background-color: #343a40; */
  background-color: rgb(10, 10, 10);
}
.th.fboard-totalConfirmed, .th.fboard-totalDeaths, th.fboard-totalRecovered, .th.fboard-totalActive{
  font-weight: 500!important;
  font-size: 28px;
  color: whitesmoke;
}
.fboard-totalConfirmed{
  font-size:24px;
  color: red;
  margin-bottom: 0!important;
  
}
.fboard-totalDeaths{
  font-size:24px;
  color: rgb(114, 50, 50);
  margin-bottom: 0!important;
  
}
.fboard-totalRecovered{
  font-size:24px;
  color:rgb(0, 179, 80);
  margin-bottom: 0!important;
  
}
.fboard-totalActive{
  font-size:24px;
  color:rgb(0, 93, 104);
  margin-bottom: 0!important;
  
}
.sub-fboard-totalConfirmed, .sub-fboard-totalDeaths, .sub-fboard-totalRecovered, .sub-fboard-totalActive{
  font-size:20px;
  display: block;
}

.notification-message {
  font-size: small;
  background-color: whitesmoke;
}

#more{
  display: none;
}
@media screen and (max-width: 768px) {
  header{
    padding-bottom: 45px;
  }
  .front-board{
    width: 100%;
    padding-top: 25px;
    margin: auto;
  }
  .th.fboard-totalConfirmed, .th.fboard-totalDeaths, th.fboard-totalRecovered, .th.fboard-totalActive{
    font-weight: 400!important;
    font-size: 16px;
    color: whitesmoke;
  }
  .title.tag-canada, .title.tag-global{
    font-size:14px;
    font-weight: 400;
  }
  .fboard-totalConfirmed, .fboard-totalDeaths, .fboard-totalRecovered, .fboard-totalActive{
    font-size:14px;
  }
  
  .sub-fboard-totalConfirmed, .sub-fboard-totalDeaths, .sub-fboard-totalRecovered, .sub-fboard-totalActive{
    font-size:10px;
  }

  .speak-icon{
    font-size: medium!important;
  }

  #status-board, .province-board{
    margin: -70px 1% -80px 1%;
  } 
  i.big-arrow{
    margin-left: -2px;
    margin-right: -2px;
    font-size: x-small;
  }
  i.total-arrow{
    font-size: x-small;
  }
  i.province-arrow{
    font-size: x-small;
  }
  
  .province-arrow-up{
    font-size: x-small;
    font-weight: 550;
  }
  p.count2{
    display: block!important;
    margin-bottom: -3px!important;
  }
  span.total-arrow-up{
    display: block;
    margin-top: -5px!important;
  }
  span.province-arrow-up{
    display: block;
    margin-top: -5px!important;
    padding-bottom: 3px;
  }


}




@media screen and (max-width: 644px) {
  .banner-text{
    font-size: larger;
  }
  .alert.alert-info{
    margin-top: 2%;
    font-size: small;
    border-radius: 0.5rem;
  }
  header{
    padding-bottom: 1px;
  }
  .notification-message {
    font-size: x-small;
    background-color: whitesmoke;
  }
}



@media screen and (max-width: 415px) {
  .banner-link{
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    color: black;
    background-color: whitesmoke;
    margin-bottom: 10px;
  }
  .front-board{
    padding-bottom: 15px;
  }
  .toggle.btn.btn-info{
    width: 85.875px!important; height: 18.5938px!important;
  }
  .row.justify-content-center.country-table{
    margin-right:10px!important;
  }
  .chartWrapper {
    position: relative;
    overflow: scroll;
  }
  
  .chartWrapper > canvas {
    position: absolute;
    left: 0;
    pointer-events: none;
    
  }
  
  .chartAreaWrapper {
    width: 520px;    
  }


  .jumbotron{
  
    padding: 0.3rem 0.3rem !important;
  
    /* margin-bottom: 7%; */
  }
  .canada-status-table {
    width: 100%;
    font-size: x-small;
  }
  .country-table-th-deaths{
    width: 55px;
  }
  .countryList-table.table1{
    
    font-size: small;
    
  }
  .countryList-table.table2{
    font-size: small;
  }
  .country-table-th-column{
    font-size: 11.7px;
  }
  .canada-total-province-th{
    background-size: 10px 10px!important;
    font-size: x-small!important;
    width: 11%;
  }
  .canada-total-confirmed-th{
    background-size: 10px 10px!important;
    font-size: small!important;
    width: 26%;
  }
  .canada-total-deaths-th{
    background-size: 10px 10px!important;
    font-size: small!important;
    width: 20%;
  }
  .canada-total-recovered-th{
    background-size: 10px 10px!important;
    font-size: small!important;
    width: 23%;
  }
  .canada-total-active-th{
    background-size: 10px 10px!important;
    font-size: small!important;
    width: 19%;
  }
  .canada-status-table-total-row{
    font-size: medium;
  }
  .canada-total-test-th{
    background-size: 10px 10px!important;
    font-size: x-small!important;
    width: 11%;
  }

  .th-cases-1m{
    width: 50px;
  }
  .th-deaths-1m{
    width: 50px;
  }

  .graph-page-table{
    width: 100%!important;
  }
  .physicalDistancingVideo{
    margin-right: 0!important;
    margin-left: 0!important;
  }
  .country-table{
    margin: auto
  }
  .image{
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .th-all {
    font-size: medium;
  }

  .total-confirmed-value {
    color: red;
    font-weight: 700;
    font-size: large;
  }
  .total-test-value {
    color: rgb(14, 79, 158);
    font-weight: 600;
    font-size: medium;
  }
  .total-arrow-up {
    font-size: x-small;
    font-weight: 700;
  }
  .total-deaths-value {
    color: rgb(82, 2, 2);
    font-weight: 700;
    font-size: medium;
  }
  .total-waiting-value{
    color: rgb(83, 98, 117);
    font-weight: 600;
    font-size: medium;
  }
  .total-recovered-value {
    color: rgb(0, 179, 80);
    font-weight: 700;
    font-size: medium;
  }
  .total-active-value {
    /* color: rgb(153, 92, 0); */
    color: rgb(0, 93, 104);
    font-weight: 700;
    font-size: medium;
  }
  .total-hosp-value{
    color: rgb(122, 67, 106);
    font-weight: 600;
    font-size: medium;
  }
  .total-lethality-value {
    color: rgb(66, 64, 30);
    font-weight: 700;
    font-size: medium;
  }
  .total-ICU-value{
    color: rgb(150, 20, 107);
    font-weight: 600;
    font-size: medium;
  }
  p.count2{
    display: block!important;
    margin-bottom: -3px!important;
  }
  span.total-arrow-up{
    display: block;
    margin-top: -5px!important;
  }
  span.province-arrow-up{
    display: block;
    margin-top: -5px!important;
    padding-bottom: 3px;
  }
  span.vaccinated.province-arrow-up{
    display: inline;
    margin-top: -5px!important;
    padding-bottom: 3px;
  }

  .pv-value{
    font-size: medium;
  }
}

@media screen and (max-width: 320px) {
  /* p.count1{
    display: block;
  } */
  /* p.count{
    display: block;
  } */
 
  .canada-total-province-th{
    font-size: x-small;
    width: 10%;
  }
  .canada-total-confirmed-th{
    font-size: x-small;
    width: 30%;
  }
  .canada-total-deaths-th{
    font-size: x-small;
    width: 20%;
  }
  .canada-total-recovered-th{
    font-size: x-small;
    width: 30%;
  }
  .pv-pv-name{
    font-size: small;
  }
  .total-confirmed-value {
    color: red;
    font-weight: 600;
    font-size: medium;
  }
  .total-deaths-value {
    color: rgb(82, 2, 2);
    font-weight: 600;
    font-size: medium;
  }
  .total-recovered-value {
    color: rgb(0, 179, 80);
    font-weight: 600;
    font-size: medium;
  }
  .pv-value{
    font-size: small;
  }
  span.total-arrow-up{
    display: block;
    font-size: x-small;
    margin-top: -5px!important;
  }
  span.province-arrow-up{
    display: block;
    font-size: x-small;
    margin-top: -5px!important;
    margin-bottom: -3px!important;
  }

  i.province-arrow{
    margin-left: -1px;
    margin-right: -1px;
    font-size: x-small;
  }
  p.status-table{
    margin-top:0.1rem!important;
  }

  .th.fboard-totalConfirmed, .th.fboard-totalDeaths, th.fboard-totalRecovered, .th.fboard-totalActive{
    font-size: 14px!important;
  }
  .fboard-totalConfirmed, .fboard-totalDeaths, .fboard-totalRecovered, .fboard-totalActive{
    font-size:12px;
    
  }
  
  .sub-fboard-totalConfirmed, .sub-fboard-totalDeaths, .sub-fboard-totalRecovered, .sub-fboard-totalActive{
    font-size:9px;
  }
  .title.tag-canada, .title.tag-global{
    font-size:10px;
    font-weight: 400;
  }



}
@media screen and (min-width: 991px) {
  .jumbotron.border.border-info{
    width: 75%;
    margin: auto;
  }
}
.barchart-canada{
  margin: auto;
}
.read-more-data{
  font-size: medium;
}
.image{
  margin-left: 10%;
  margin-right: 10%;
}
.socialDistancing{
  width: 100%;
}
#font-small{
  font-size: x-small;
}
#lineChart, #lineChart2, #barChart{
  padding-right: 15px;
}
@media screen and (min-width: 991px) {
  .container-visualization{
    margin-left: 10%;
    margin-right: 12%;
  }
}
@media screen and (max-width: 990px) {
  #lineChart, #lineChart2, #barChart{
    padding-right: 22px!important;
  }
  
}
@media screen and (min-width: 748px) {
  #lineChart, #lineChart2, #barChart{
    padding-right: 22px!important;
  }
  
}

