@font-face {
  font-family: "PowerCentra-Book";
  src: url(PowerCentra-Book.otf);  
}
.nitro-person{
  margin:10px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
 1border:1px solid blue;
  
}
.nitro-person__avatar{
  flex-basis:100px;
  flex-shrink:0;
  flex-grow:0;
  padding-top:20px;
1border:1px solid red;
}
.nitro-person__avatar img{
  display:inline-block;
  width:100px !important;
  height:100px !important;
  border-radius:50%;
}
.nitro-person__detail{
  flex-basis:300px;
  padding-left:10px;
  flex-grow: 1;
  min-width: 200px;
1border: 1px soldi purple;
}
.nitro-person__detail > div{
  font-family: "PowerCentra-Book" !important;
  margin-bottom: 10px;
}
.nitro-person__detail  a{
  font-family: "PowerCentra-Book" !important;
}
.nitro-person__name{
  font-size:24px;
  font-weight:bold;
  line-height: 30px;
}
.nitro-person__title{
  color:#888;
  font-size:1.1em;
}
.nitro-person__territory{
  font-size:1.1em;
  font-weight:500;
}
.nitro-person-search_res__results .nitro-person__avatar{
  padding-top: 0;
}
.nitro-person-search_res__results .nitro-person{
  width:300px;
}
.nitro-person-search_res__results .nitro-person__action{
  padding-left: 10px;
}
.nitro-person-edit{
  display: flex;
  gap:20px;
  flex-wrap: wrap;
}
.nitro-person-edit > div{
  margin-bottom: 10px;
}
.nitro-person-edit > div > *{
  display: block;
  margin-bottom: 5px;
}
.nitro-person-edit label{
  font-weight: bold;
}
.nitro-person-edit select{
  border: 1px solid #8c8f94 !important;
  border-radius: 3px !important;
  padding: 0 24px 0 8px !important;
  font-size: 14px !important;
}
