/* responsive style elements by screen size */
#main_jumbo {
    padding-top:40px;
    padding-left:10%;
    padding-right:10%;
    background: #042548;
}

.table_header{
  font-weight: bold;
  font-size: 18px;
  color: #ffffff !important;
}

#empty_img{
    width:25px;
}

#main_table{
    /*width:80%;*/
    padding-top:20px;
    color: #ffffff;
    border-color: #25C1FF;
}

.modal-footer-button-margin{
  margin-top:-8px
}
#amm_dex_index_table{
  color: #ffffff !important; 
  border-color: #25C1FF;
}

#recent_blocks_table{
    padding-top:20px;
    color: #ffffff;
    border-color: #25C1FF;
}

#asset_events_table{
  padding-top:20px;
  color: #ffffff;
  border-color: #25C1FF;
}

        /* MAKE TABLE ROWS CLICKABLE LINKS */
.href_block {
    display:block;
    height:100%;
    width:100%;
    color: #ffffff;
    border: 0px;
}

.card_adjusted{
  background: #042548;
  border-color: #25C1FF;
}

/* datatable */
#bans_table_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid rgba(0, 226, 194, 0.3);
  background-color: rgba(0, 226, 194, 0.1);
  background: rgba(0, 226, 194, 0.1);
  border-radius: 10px;
}
#bans_table_paginate .paginate_button.current {
  outline: none;
  border: 1px solid rgba(0, 226, 194, 0.5);
  background-color: rgba(0, 226, 194, 0.1);
  background: rgba(0, 226, 194, 0.1);
  border-radius: 10px;
}

.costum_paginate_button:hover {
  color: white !important;
  border: 1px solid rgba(0, 226, 194, 0.3);
  background-color: rgba(0, 226, 194, 0.1);
  background: rgba(0, 226, 194, 0.1);
  border-radius: 10px;
}
.costum_paginate_button.current {
  outline: none;
  border: 1px solid rgba(0, 226, 194, 0.5);
  background-color: rgba(0, 226, 194, 0.1);
  background: rgba(0, 226, 194, 0.1);
  border-radius: 10px;
}

.dataTables_wrapper{ /*the text on dropdown how many rows per page*/
    color: #ffffff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
      color: white !important;
      border: 1px solid rgba(0, 226, 194, 0.3);
      background-color: rgba(0, 226, 194, 0.1);
      background: rgba(0, 226, 194, 0.1);
      border-radius: 10px;
    }

    /*below block of css for change style when active*/
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
      outline: none;
      border: 1px solid rgba(0, 226, 194, 0.5);
      background-color: rgba(0, 226, 194, 0.1);
      background: rgba(0, 226, 194, 0.1);
      border-radius: 10px;
    }
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
      outline: none;
      border: 1px solid rgba(0, 226, 194, 0.5);
      background-color: rgba(0, 226, 194, 0.1);
      background: rgba(0, 226, 194, 0.1);
      border-radius: 10px;
    }
#bans_table{
    padding-top:20px;
    color: #ffffff;
    border-color: #25C1FF;
}
table.dataTable thead th{
  border-bottom: 3px solid #25C1FF;
}
[name="bans_table_length"]{ /* the number in the rows per page dropdown*/
    color: #ffffff !important;
}
#bans_table_filter [type="search"] { /*the text in the datatable standard search field*/
    color: #ffffff !important;
}
/*.sorting{
    border-bottom: 3px solid #25C1FF;
}*/
.sorting.sorting_asc{
    border-bottom: 3px solid #25C1FF;
}
.sorting.sorting_desc{
    border-bottom: 3px solid #25C1FF;
}
#one_ca_info_table{
    width:40%;
}

.ca_swap_order_book_table{    
    color: #ffffff;
    border-color: #25C1FF;
}

#amm_dex_trades_table{
    width: 100%;
    color: #ffffff;
    border-color: #25C1FF;
    margin-top: 30px;
    display:block;
}
.tbody_scroll{
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;
  display:block;
  overflow-y:scroll;
  height:400px;
  /*overflow-x: scroll;
  display: flex;*/
  
}
.tbody_scroll_x{
  display: block;
    overflow-x: scroll;
    white-space: nowrap;
    width:390px;
  
}

.hideScrollbar::-webkit-scrollbar{
  display: none; 
 }
 /*desktop wallet (and maybe everywhere) remove scrollbar*/
::-webkit-scrollbar { 
  display: none; 
}


.td_scroll{
  width:11%
}



#calculator {
    padding-top:80px;
    width:400px;
}

#main_frame_div{
  width:80%;
}

.pools_details_summary{
  padding-bottom:10px;
  font-size:20px;
  text-align:left
}

.explore_two_assets_fonts{
  font-size: 20px;
}





@media all and (max-device-width: 1500px){
    #main_frame_div{
    width:90%;
    padding-top:20px;
    }
    #main_jumbo {
        padding-top:40px;
        padding-left: 5%;
        padding-right: 5%;
        background: #042548;
    }
}
@media all and (max-device-width: 1000px){
    #main_frame_div{
    width:96%;
    padding-top:20px;
    }
    #main_jumbo {
        padding-top:40px;
        padding-left: 2%;
        padding-right: 2%;
        background: #042548;
    }
    #empty_img {
    width:0px;
    }
    #one_ca_info_table{
    width:70%;
    }
    /*these are for desktop wallet*/
    .pools_details_summary{
      padding-bottom:10px;
      font-size:15px;
      text-align:left
    }
    .explore_two_assets_fonts{
      font-size: 16px;
    }    
}

@media all and (max-device-width: 850px){
    #main_jumbo {
        padding-top:40px;
        padding-left: 2%;
        padding-right: 2%;
        background: #042548;
    }
    #one_ca_info_table{
    width:100%;
    }
    
    #ca_swap_order_book_table{
    color:#ffffff;
    }
}
@media all and (max-device-width: 450px){
    #calculator {
    padding-top:80px;
    width:95%;
    }
    #one_ca_info_table{
    width:95%;
    }
    #ca_swap_order_book_table{
    width:95%;
    color:#ffffff;
    }
}



/* VARIOUS */
/*asset id grey*/
.asset_id_grey{
  color:#6c757d
}
/*add cursor hand to details */
.details {
cursor: pointer;
}
/*remove arrow from details */
details > summary {
  list-style: none;
}
details > summary::marker, /* Latest Chrome, Edge, Firefox */
details > summary::-webkit-details-marker /* Safari */ {
  display: none;
}
/*removes arrow in Details it in old chromium 83 (desktop wallet)*/
details summary::-webkit-details-marker { 
  display:none;
}

/*desktop wallet chromium 83, deactivate highlighting of clicked objects*/
.noSelect {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.noSelect:focus {
  outline: none !important;
}

.table_title{
    color: #AB37E6;
}
.asset_id_column{
    display: flex;
    align: right;
    width:5%;
    white-space:nowrap;
}
.asset_name_column{
    align: left;
    white-space:nowrap;
    width:50%;
}

.colored_link{
    color: #00E2C2;
}

.container_frame {
    border: 1px solid #25C1FF;
    border-radius: 10px;
    padding: 10px;
}

.link_symbol {
  padding-bottom:6px; 
  padding-left:10px;
}

.sell_row{
  color: "red"
}

.buy_row{
  color: "#3dec0d" /*green*/
}

/* table constructed from divs*/
.explore_assets_table{
    width: 1200px; /*70%;*/
}
.asset_description_span{
    word-wrap:break-word;
    display:inline-block;
    width:100%;
 }

 .table_mobile_text_wrap{
  word-wrap:break-word;
  display:inline-block;
  width:100%;
 }

.div_table_checkmark_column{
    /*width:180px;*/
    width:15%;
    display:inline-block;
    text-align:center;
}
.div_table_emission_column{
    /*width:300px;*/
    width:15%;
    display:inline-block;
    text-align:right;
}
.div_table_asset_name_column{
    /*width:350px;*/
    width:31%;
    display:inline-block;
}
.div_table_asset_id_column{
    /*width:35px;*/
    width:4%;
    display:inline-block;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: rgba(0, 226, 194, 0.1);
  color: #ffffff;
}
.hover_row.negative:hover {
  background-color: rgba(0, 226, 194, 0.1);
  color: #ffffff;  
}

.hover_row.negative.clicked {
   background-color: #042548;
   color: #ffffff;
}
.hover_row.negative.clicked, .hover_row.negative.clicked:hover {
   background-color: #042548;
   color: #ffffff;
}

.details_open {
  background-color: rgba(0, 226, 194, 0.1);
}

.checkmark_icon{
    width:25px;
}

.social_media_symbol_mobile{
  width:30px;
  margin-right:5px;
  font-weight: bold;
}

.crossed_out_X{
    font-family: 'Metropolis-Bold', Georgia, sans-serif;
    font: Metropolis-Bold, Georgia, sans-serif;
    color: red;
}
.hover_grow:hover {
    transform: scale(1.05);
}
.hover_grow_more:hover {
  transform: scale(1.10);
}
.hover_glow:hover {    
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 10px rgba(0, 226, 194, 0.6);
}

.href_block {
    display:block;
    color: #ffffff;
    border: 0px;
}
.href_block:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn-outline-primary {
    border-color: #0B76FF !important;/* #25C1FF !important;*/
    --bs-btn-active-bg: #25C1FF !important;
    --bs-btn-color: #25C1FF !important;
    --bs-btn-active-color: #042548 !important;
    border-radius: 10px;
}
.btn-outline-primary:hover {
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 10px rgba(0, 226, 194, 0.6);
  outline: 0 none;
}

.btn-outline-primary-blue {
    margin-bottom:10px;
    border-color: #0B76FF !important;
    --bs-btn-active-bg: #0B76FF !important;
    --bs-btn-color: #25C1FF !important;
    --bs-btn-active-color: white !important;
    border-radius: 10px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 14px rgba(0, 226, 194, 0.6);*/


}

.modal-header{
  color:black;
  height: 50px;
}
.modal-footer{
  background-color:white;
  height: 50px;
}

.form-control {
    background-color: #042548 !important;
    border-color: #0B76FF !important;
    border-radius: 10px;
    color: white;
}
.form-control:hover {
    border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 10px rgba(0, 226, 194, 0.6);
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);*/
  outline: 0 none;
  color: white;
}
.input-group-text{
    background-color: #042548 !important;
    border-color: #0B76FF !important;
    border-radius: 10px;
    color: white;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 10px rgba(0, 226, 194, 0.6);
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);*/
  outline: 0 none;
  color: white;
}

.datatable_search_field_in_footer {
    width: 120px;
    display:inline-block;
    background: #042548;
    color:#ffffff;
    border-radius: 10px;
    border: 1px solid #0B76FF;
    padding-left: 10px;
    font-size: 16px;
    display:inline-block;
}

.flex {
display : flex;
}  /* use in div for keeping stuff in the same line */

.copyToClipboardButton {
  background-color: transparent;
  border-color: transparent;
}

#calc_table {
    color: #ffffff;
    border-color: #25C1FF;
    border: 2px solid #25C1FF;
    border-radius: 6px;
    padding: 10px;
    
}

#table_body {
    border-top: 3px solid #25C1FF;
}

.numbers {
    font-family: Arial, sans-serif;
    font: Arial, sans-serif;
    font-weight: normal;
}


body {
    font-family: 'Metropolis-Regular', Georgia, sans-serif;
    font: Metropolis-Regular, Georgia, sans-serif;
    color: #ffffff;
    background: #042548;
    letter-spacing: 0.7px;
}

.top-title {
    color:#00E2C2;
    font: 3.5rem Metropolis-Bold, Georgia, sans-serif;
    letter-spacing: 1px;
}

.top-title-small {
    color:#00E2C2;
    font: 3rem Metropolis-Bold, Georgia, sans-serif;
    text-decoration: none;
    letter-spacing: 0.8px;
}
.table-container {
    background-color:#AB37E6;
    padding-top:30px,
}

  .chart-container {
    width: 70%;
    height: 70%;
    margin: auto;
  }

.my_textform {
    width:500px;
    height:200px
}


/*   HYPERLINKS */
a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #0B76FF;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

/* TOOLTIPS */
.tooltip_button {
    background-color:transparent;
    border-color:transparent;
}
.tooltip_icon {
    width:18px;
    padding-bottom:2px;
}

.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  width: 150px;
  color: black;
  font-size: 12px;
  font: Arial;
  background-color: #25C1FF;
  border-radius: 10px;
  border: 3px solid #0B76FF;
  padding: 10px 15px 10px 15px;
}

.tooltip-text::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  /*background-color: #0B76FF;*/
  background-color: #25C1FF;
  padding: 5px;
  z-index: 1;
}

.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -40px;
  left: -50%;
}

#top::before {
  top: 80%;
  left: 45%;
}

#bottom {
  top: 30px;
  left: -64px;/*-350%;*/
}

#bottom::before {
  top: -5%;
  left: 45%;
}

#left {
  top: -8px;
  right: 120%;
}

#left::before {
  top: 35%;
  left: 94%;
}

#right {
  top: -8px;
  left: 120%;
}

#right::before {
  top: 35%;
  left: -2%;
}

.hover-text {
  position: relative;
  display: inline-block;
  text-align: center;
}

