body{
    width: auto;
    max-width: 100%;
    height:100vh;
    min-height:797px;
    margin: 0;
    font-family:var(--font-family);
    background-color: var(--NewBody);
    font-variant: normal;
    font-weight: 400;
    font-size: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
}
header .Layout{
     width: auto;
     height: auto;
     max-width:1100px;
     min-width:600px;
     margin-left:auto;
     margin-right: auto;
     padding-left:16px;
     padding-right:16px;
     position: relative;
     z-index:1;
}
.layout{
     position: relative;
     z-index: 2;
     max-width:1100px;
     min-width: 600px;
     width: auto;
     height: auto;
     margin-left:auto;
     margin-right: auto;
     padding-left:16px;
     padding-right:16px;
}
.body{
    position: relative;
    z-index: 5;
    width:auto;
    height: auto;
    padding-top: 10px;
    margin-top:47px;
}
.IDContent{
    overflow: hidden;
     margin-top: 0px;
    position: relative;
}
.content{
    position: relative;
    width: auto;
    height: auto;
    margin-top:0px;
    margin-bottom:10px;
}
.idecontener_center{
    border-left: solid 1px var(--NewBorder);
    border-right: solid 1px var(--NewBorder);

    overflow: hidden;
    width:auto;
    height:auto;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 0px 0px 0px 0;
    background-color: var(--NewContener);

}
.NewAcaunt{
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    width: auto;
    height: auto;
}
.linkAcaunt{
text-decoration: none;
 overflow: hidden;
 position: relative;
}
.imgAcaunt{
    overflow: hidden;
    position: relative;
    width: auto;
    height: auto;
    border: 2px solid var(--NewBorder);
    border-radius:20px;

}
.imgAcau{
  width:auto;
  height:auto;
  object-fit: cover;
  max-width:100%;
  max-height:310px;
  min-width:100%;
  min-height:100%;
}
.discriptorAcaun{
    margin-top:10px;
    text-align: center;
}
.spanAcaun{
    background: none;
    color:#8f8f8f;
    font-weight: 600;
    font-size: 16px;
}
.pAcaun{
    color:#8f8f8f;
     font-weight: 400;
    font-size: 16px;
}
:root{
    --layout:1295px;
}