.phone-contact-list
{
  background-color: #e2e2e2;
  height: 100vh;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  display: none;
  font-size: var(--antic-font-size);
  overflow: hidden;
  color: #1e1e1e;
}

.phone-contact-list header
{
  position: absolute;
  top: 0;
  left: 0;
  height: 5vw;
  z-index: 50;
  margin: 1vw 2vw 0 2vw;
  width: calc(100vw - 4vw);
}

.phone-contact-list header .status-bar
{
  display: flex;
  width: calc(100vw - 3vw);
}

.phone-contact-list header .status-bar .right
{
  margin-right: 0;
  margin-left: 0.3vw;
}

.phone-contact-list header .status-bar .first
{
  margin-left: auto;
}

.phone-contact-list header .status-bar .text
{
  font-size: 3.6vw;
}

.phone-contact-list header .status-bar .ico
{
  font-size: 80%;
  margin-top: 0;
}

.phone-contact-list content
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10;
  height: calc(98vh - 3vw);
  margin-top: 3vw;
}

.phone-contact-list content.content-ua-ff
{
  height: calc(94vh - 3vw);
}

.phone-contact-list content .contextual-menu
{
  width: 100vw;
  text-align: right;
  margin-top: 3vh;
}

.phone-contact-list content .rows
{
  margin: 6vw 3vw 3vw 3vw;
  width: calc(100vw - 6vw);
  height: calc(100vh - 40vw);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

.phone-contact-list content .rows .list-alphab
{
  position: relative;
  color: #4988de;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 65vh;
}

.phone-contact-list content .rows .list-alphab div
{
  margin: auto;
  height: 2%;
  font-size: 80%;
}

.phone-contact-list content .rows .icone-add {
    position: fixed;
    z-index: 50;
    bottom: 10vh;
    right: 11vw;
    background-color: rgb(76, 175, 80);
    border-radius: 50%;
    height: 12vw;
    width: 12vw;
    display: flex;
}

.phone-contact-list content .rows .icone-add span
{
  margin: auto;
}

.phone-contact-list content .rows .row
{
  display: flex;
  width: 100%;
  padding: 0;
  border-bottom: 1px transparent !important;
}

.phone-contact-list content .rows .row .ico
{
  font-size: 2.7em;
  margin-top: 3vw;
  opacity: 1;
}

.phone-contact-list content .rows .row .name
{
  border-top: 1px solid rgba(0,0,0,0.1) !important;
  width: 90%;
  line-height: 6vw;
  padding-bottom: 3vw;
  padding-top: 3vw;
}

.phone-contact-list content .rows .row .name[antic-mode="nuit"] {
  border-top: 1px solid rgba(255,255,255,0.1) !important;
}

.phone-contact-list content .rows .row .name .info
{
  font-size: 0.8em;
  opacity: 0.6;
}

.phone-contact-list footer
{
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100vw;
  z-index: 51;
  background: #4b4b4b;
  height: calc(60px + 0.9vw);
}

.phone-contact-list footer.footer-ua-ff
{
  bottom: calc(2.6vh + 0.9vw);
  height: calc(70px + 0.9vw);
}

.phone-contact-list footer .footer-menu
{
  width: 100vw;
  display: flex;
}

.phone-contact-list footer .footer-menu div
{
  margin: auto;
  text-align: center;
  font-size: 0.75em;
  width:16vw;
}

.phone-contact-list footer .footer-menu div .ico
{
  font-size: 2.4em;
}
