/*****************************************/
/*  SEC AND THE CITY                     */
/*  satc.io - DApp          			       */
/*                                       */
/*  CSS		      					    			     */
/*  Release: v1.0.4           			     */
/*  Date: Mar 01, 2024           			   */
/*                                       */
/*****************************************/

body { 
    background-color: black; 
    padding: 0; 
    color: white; 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center;
    font-family: 'Roboto', Arial, sans-serif;
    padding-top: 136px;
}
header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url('../img/header_bkgnd.jpg');
    background-repeat: repeat-x;

}
.loading {
		height: 300px;
    color: #ff0090;
    font-size: 2.0em;
    text-align: center;
    align-items: center;
    display: flex;
}
.logo img {
    height: 72px;
    margin-top: 5px;
    width: auto;
}
.menu {
		width: 48px;
    text-align: left;
    display: flex;
}
.head_title {
		width: 100%;
		font-size: clamp(1.2rem, 2.8vw, 2.8rem);
		line-height: 1.0em;
		align-items: center;
    text-align: left;
    margin-left: 8px;
    display: flex;
}
.head_title img{
	  width: 32px;
    height: auto;
    cursor: pointer;
}
.head_subtitle_left {
		position: absolute;
		top: 57px;
		left: 180px;
		font-size: clamp(0.8rem, 1.2vw, 1.2rem);
}
.head_subtitle_right {
		position: absolute;
		top: 62px;
		right: 6px;
		font-size: clamp(0.7rem, 1.0vw, 1.0rem);
}
.menu img {
    width: 36px;
    height: auto;
    cursor: pointer;
}
.social-icons {
    display: flex;
    padding: 4px;
}
.social-icons a img {
    width: 32px;
    height: auto;
}
#dropdownMenu {
    background-color: black;
    border: 1px solid #ff0090;
    padding: 10px;
    position: fixed;
    z-index: 9999;
    left: 100px;
    top: 80px;
}
#dropdownMenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#dropdownMenu ul li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}

#dropdownMenu ul li a:hover {
    background-color: #ff0090;
}
.top_bar {
    background-color: black;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 80px;
    align-items: center;
    justify-content: center;
}
.address_bar {
	margin: 0 auto;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
  box-shadow: 0 12px 8px -8px black;
}
.address_bar div {
	text-align: center;
  align-items: center;
  justify-content: center;
}
.address_bar .break {
  margin-right: 20px;
  display: inline-block;
}
@media (max-width: 600px) {
  .address_bar .break {
  	margin-right: 0;
  	height: 0;
    display: block;
  }
}
.address_button_holder {
    background-color: #ff0090;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    padding: 6px 12px;
    text-align: center;
    cursor: pointer;
    margin-right: 12px;
}
.address_button_newbie {
    background-color: black;
    color: white;
    border: 1px solid #ff0090;
    border-radius: 5px;
    padding: 6px 12px;
    text-align: center;
    cursor: pointer;
    margin-left: 12px;
}
.address_button_unlink {
    background-color: #ff0090;
    color: white;
    border: 1px solid #ff0090;
    border-radius: 3px;
    margin-left: 8px;
    text-align: center;
    cursor: pointer;
}
.hodler_address {
    background-color: black;
    color: white;
    border: 1px solid #ff0090;
    border-radius: 3px;
    margin-left: 8px;
    text-align: center;
    cursor: pointer;
}
.TokenCanvas_Container {
	display: flex; 
	align-items: center;
  flex-wrap: wrap; 
  justify-content: center; 
	width: 100%;
	height: 100%;
  margin: 0;
  padding: 0;
}
.tokenbox { 
    width: 144px;
    height: 100%;
    margin: 10px; 
    background-color: #ff0090; 
    border-radius: 10px; 
    overflow: hidden; 
    display: flex; 
    flex-direction: column; 
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5), 5px 5px 10px rgba(255, 0, 144, 0.8);
}
.tokenbox_promo { 
    width: 144px;
    height: 100%;
    margin: 10px; 
    background-color: #4060FF; 
    border-radius: 10px; 
    overflow: hidden; 
    display: flex; 
    flex-direction: column; 
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5), 5px 5px 10px rgba(64, 96, 255, 0.8);
}
.vaults_separator {
		width: 100%;
		margin-top: 20px;
		text-align: center;
		display: none;
}
.tokenbox_expired { 
    width: 110px;
    height: 100%;
    margin: 30px 5px 5px 5px;
    background-color: #888888; 
    border-radius: 8px; 
    display: flex; 
    flex-direction: column; 
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5), 5px 5px 10px rgba(255, 0, 144, 0.8);
}
.box_click_to_show { 
    width: 106px;
    height: 220px;
    margin: 30px 5px 5px 5px; 
    background-color: #333333;
    border: 1px dashed #ff0090;
    border-radius: 8px; 
    border-color: #ff0090;
    font-size: 1.6em;
    text-align: center;
    display: flex;
    align-items: flex-end;
}
.box_click_to_show a {
	color: white;
  text-decoration: none;
}

.box_click_to_show a:hover {
	color: #ff0090;
  text-decoration: none;
}
.token_name
{
	color: white;
	font-size: 1.0em;
	line-height: 1em;
	height: 2em;
	padding: 6px;
	border-bottom: 1px solid white;
	position: relative;
	text-align: center;	
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.token_name::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
    border-radius: 50%;
}
.token_name_inner {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: auto;
}
.token_name_inner a:link,
.token_name_inner a:visited,
.token_name_inner a:hover {
  color: white;
  text-decoration: none;
}
.token_icon {
		width: 100%;
		height: 100%;
		padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: black;
    border: 2px solid #ff0090;
    box-sizing: border-box;
}
.tooltip {
  position: relative;
  z-index: 9;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  font-size: 1.0em;
  white-space: nowrap;
  background-color: rgba(255, 0, 144, 0.8);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px;
  position: absolute;
  top: -38px;
  left: -6px;
}
.data {
		width: 100%;
		height: 100%;
    padding: 4px;
    background-color: black;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tokenref_links {
		display: inline;
		cursor: pointer;
    list-style-type: none;
    padding: 0;
    text-align: left;
}
.tokenref_links li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.tokenref_icon {
    vertical-align: middle;
    display: inline-flex;
}
.tokenref_icon svg {
    fill: white;
    width: 16px;
    height: 16px;
}
.tokenref_text {
    vertical-align: middle;
    font-size: 1.0em;
}
.countdown {
    text-align: center;
    width: 100%;
    padding: 4px;
}
.rewards {
    text-align: center;
    font-size: 0.8em;
    width: 100%;
    padding: 2px;
}
.big-font-size {
		font-size: 1.0em;
    overflow: hidden;
}
.medium-font-size {
		font-size: 0.8em;
    overflow: hidden;
}
.data p {
    margin: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.responsive-font {
    font-size: clamp(12px, 1.2vw, 15px);
}
.icon_img {
    justify-content: center;
    align-items: center;
}
.icon_img img {
		display: block; 
    height: 128px;
    width: 128px;
}
.you_are_in_button {
    margin: 0 auto;
    width: 100%;
    font-size: 0.8em;
    background-color: #00bb40;
    color: white;
    border: 1px solid white;
    border-radius: 3px;
    padding: 2px;
    font-weight: bold;
}
.join_now_button {
    margin: 0 auto;
    width: 100%;
    font-size: 0.8em;
    cursor: pointer;
    background-color: #0000ee;
    color: white;
    border: 1px solid white;
    border-radius: 3px;
    padding: 2px;
}
.low_satc_button {
    margin: 0 auto;
    width: 100%;
    font-size: 0.8em;
    cursor: pointer;
    background-color: #ee0000;
    color: white;
    border: 1px solid white;
    border-radius: 3px;
    padding: 2px;
}
.satc_rules_button {
    margin: 0 auto;
    width: 100%;
    height: 28px;
    font-size: 0.8em;
    font-weight: bold;
    cursor: pointer;
    background-color: white;
    color: #ff0090;
    border: 1px solid #ff0090;
    border-radius: 3px;
    padding: 2px;
}
.vault_info {
		font-size: 0.9em;
		text-align: center;
		margin-bottom: 4px;
}
.vault_info a {
	color: white;
  text-decoration: none;
}

.vault_info a:hover {
	color: #ff0090;
  text-decoration: none;
}
.footer_container {
		width: 100%;
}
.footer_links {
    list-style-type: none;
    margin-top: 24px;
    padding: 0;
    text-align: center;
}
.footer_links li {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.footer_icon {
    vertical-align: middle;
    margin-right: 0px;
    display: inline-flex;
}
.footer_icon svg {
    fill: white;
    width: 16px;
    height: 16px;
}
.footer_text {
    vertical-align: middle;
    font-size: clamp(0.875rem, 1.2vw, 1.5rem);
}
.footer_copyright {
    text-align: center;
    vertical-align: middle;
}
.copyright_text {
    font-size: clamp(0.75rem, 1vw, 0.875rem);
    margin-right: 12px;
}
.footer_icon svg + .copyright_text {
    margin-left: 0.5em;
}
@media (max-device-width: 768px) {
    body {
        max-width: 360px;
        margin: 0 auto; 
    }
}
@media screen and (max-width: 640px) {
    .hide-on-narrow {
        display: none !important;
    }
}
@media screen and (max-width: 800px) {
    .hide-on-mid-narrow {
        display: none !important;
    }
}
a {
	color: #7790ff;
  text-decoration: none;
}

a:hover {
	color: #ff0090;
  text-decoration: none;
}
