.AVP_modal {
  
  max-width: 500px;
  height: 85%;
  min-width: 250px;
  position: fixed;
  background-color: #252F34;
  width: 100%;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  
}

.AVP_modal_phone {
  
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  background-color: rgba(10,20,20,0.8);
  z-index: 999;
  
}

.AVP_modal_top {
  
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #12181A;
  z-index: 1;
  
}

.AVP_modal_top_button {
  
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  text-align: center;
  line-height: 47px;
  color: #D2E6EF;
  border: none;
  border-left: 1px #243036 solid;
  background: none;
  
}

.AVP_modal_top_button:hover {
  
  background-color: #1A2226;
  
}

.AVP_modal_bottom {
  
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #12181A;
  margin-left: -1px;
  z-index: 1;
  
}

.AVP_name {
  
  color: #566F7A;
  line-height: 50px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 0;
  display: inline-block;
  font-size: 13px;
  
}

.AVP_name i{
  
  color: #73A7BE;
  position: relative;
  left: -3px;
  
}

.AVP_modal_bottom_button {
  
  height: 50px;
  width: 23.6%;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  line-height: 47px;
  color: #ACC5D0;
  border: none;
  border-left: 1px #243036 solid;
  background: none;
  font-size: 12px;
  
}

.AVP_container {

  width: 100%;
  height: 75%;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  
}

.AVP_container2 {
  
  position: fixed;
  overflow: auto;
  width: 100%;
  height: 100%;
  cursor: pointer;
  
}

.AVP_container2::-webkit-scrollbar { width: 0px; height: 0px; }
.AVP_container2::-webkit-scrollbar-button {  display: none; }
.AVP_container2::-webkit-scrollbar-track {  background-color: #909DA7; }
.AVP_container2::-webkit-scrollbar-track-piece { background-color: #ffffff; }
.AVP_container2::-webkit-scrollbar-thumb { height: 0px; background-color: #909DA7; border-radius: 0px; }
.AVP_container2::-webkit-scrollbar-corner { background-color: #909DA7; }
.AVP_container2::-webkit-resizer { background-color: #909DA7; }
.AVP_container2::scrollbar { width: 0px; height: 0px; }
.AVP_container2::scrollbar-button {  display: none; }
.AVP_container2::scrollbar-track {  background-color: #909DA7; }
.AVP_container2::scrollbar-track-piece { background-color: #ffffff; }
.AVP_container2::scrollbar-thumb { height: 0px; background-color: #909DA7; border-radius: 0px; }
.AVP_container2::scrollbar-corner { background-color: #909DA7; }
.AVP_container2::resizer { background-color: #909DA7; }

#AVP_container > span > i{

  position: absolute;
  top: 40%;
  font-size: 65px;
  left: 40%;
  transform: translate(-40%, -40%);
  
}

.AVP_container img{

  position: absolute;
  top: 50%;
  max-width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}

.AVP_container button{

  position: absolute;
  right: 10px;
  top: 2px;
  height: 35px;
  width: 35px;
  line-height: 18px;
  border: none;
  background: rgba(20,20,20,0.8);
  color: white;
  border-radius: 100%;
  font-size: 35px;
  z-index: 2;
  
}

#AVP_listing {
  
  position: absolute;
  left: 10px;
  top: 5px;
  display: inline-block;
  padding: 4px 0.8em;
  background: rgba(20,20,20,0.8);
  color: white;
  border-radius: 20px;
  font-size: 12px;
  z-index: 2;
  
}