@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:500|Inter:500,400|Inter+Tight:500,400,700");
/* The following line is used to measure usage of this code. You can remove it if you want. */
/*@import url("https://px.animaapp.com/656addf32a379210f2f36a50.656addf42a379210f2f36a53.x7PB9fW.hcp.png");*/


 p{
	 margin-bottom:0px !important;
 }
.screen a {
  display: contents;
  text-decoration: none;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.listeners-active,
.listeners-active * {
  pointer-events: auto;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
  display: none;
}

.listeners-active-click,
.listeners-active-click * {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

.label {
  align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 8px;
  justify-content: center;
  position: relative;
}
 body{
		 
		   font-family: var(--font-family-inter) !important;
		   line-height:24px;
	 
    overflow-y: auto;
    position: relative;
    margin: 0;
 
  
 
	 }
	  footer {
    
    height: auto;
    bottom: 0;
    width: 100%;
    padding: 13px !important;
    background: unset;
}

.verified_icon_div{
  display: none;
}