/* app css stylesheet */
/* body{background-image: url(/images/main_bg.jpg);background-size: cover;opacity: 0.8;} */
/* td{color: #fff;} */

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

.form-control{transition: ease;
}
.search_btn{transition: ease;}

.collapse{display: block !important;}
.navbar-brand{padding: 0 !important;align-items: center;margin-left: 0px;}
.hash{text-align: center;display: block;}
.table_box th{text-align: center;text-overflow: ellipsis;}
.table_box1 td{text-align: center;text-overflow: ellipsis;}
.table_box th:nth-of-type(1){width: 10%;}
.table_box th:nth-of-type(2){width: 10%;}
.table_box th:nth-of-type(3){width: 10%;}
.table_box th:nth-of-type(4){width: 10%;}
.table_box th:nth-of-type(5){width: 10%;}

.table_box1 td:nth-of-type(1){width: 10%;}
.table_box1 td:nth-of-type(2){width: 10%;}
.table_box1 td:nth-of-type(3){width: 10%;}
.table_box1 td:nth-of-type(4){width: 10%;}
.table_box1 td:nth-of-type(5){width: 10%;}
.blockdiv{overflow: hidden !important;}
/* .transactions{overflow: hidden !important;} */

.table_scroll{
    width: 100% !important;
    overflow: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
 
}
.table_scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
th,td{font-size: 13px;}
@media screen and (min-width:300px){
    .hash{text-align: center;display: none;}
    
    .navbar-brand{margin-left: 20px;}
    .form-group{
      
        height: 34px;
        margin: 0 auto;
    }
    .btn_subox{
        width: 80% !important;
        margin: 0 auto;
    }
    .search_btn{
    width: 80%;
    margin: 0 auto;
  
}
.form-control{
    width: 80% !important;margin: 0 auto;
}
.conbox{padding-top: 190px !important;
position: relative;}
canvas {
    position: fixed;
    top: -10%;
    left: 0;
    display: none;
}
}
@media screen and (min-width:769px){
    .hash{text-align: center;display: block;}
   
    .table_box th:nth-of-type(1){width: 15%;}
    .table_box th:nth-of-type(2){width: 100%;}
    .table_box th:nth-of-type(3){width: 20%;}
    .table_box th:nth-of-type(4){width: 20%;}
    .table_box th:nth-of-type(5){width: 15%;}

    .table_box1 td:nth-of-type(1){width: 15%;}
    .table_box1 td:nth-of-type(2){width: 100%;}
    .table_box1 td:nth-of-type(3){width: 20%;}
    .table_box1 td:nth-of-type(4){width: 20%;}
    .table_box1 td:nth-of-type(5){width: 15%;}
    .navbar-form{display: flex;}
    .form-control{
        width: 300px !important;transition: ease;
    }
    .search_btn{ width: 100px;margin-left: 10px;transition: ease;}

    .conbox{padding-top: 70px !important;}
/*     
    canvas {
        position: fixed;
        top: 0;
        left: 0;
    }
    .conbox{position: absolute;
    left: 50%;transform: translateX(-50%);} */
 
}

@media screen and (min-width:1025px){
    th,td{font-size: 15px;}
} 