/* The Modal (background) */
#ar-product-modal.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
#ar-product-modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  min-width: 400px; 
  max-width: 600px;
}

/* The Close Button */
 #ar-product-modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

 #ar-product-modal .close:hover,
 #ar-product-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.ar-widget-delete-btn {
    color: #b32d2e;
}

.product-three-model-button {
  display: none;
}

.ios-file-box{
  margin: 5px 0px;
}
.ar-widget-description{
  font-size: 11px;
  color:#646970;
}
.ar-widget-heading{
  margin-bottom: 10px;
  font-weight: bold;
}
#ar-features-listings li {
  padding: 12px 0;
  border-bottom: 1px solid #c3c4c7;
  margin-bottom: 0px;
}

#ar-features-listings li:last-child{
  border:0px;
}

#ar-features-listings{
  margin:0;
}

#ar-placement-select{
  width: 100%;
}

.ar-feedback-section{
  border-top: 1px solid #c3c4c7;
  margin-top: 12px;
}

.ar-bitbute-logo{
  width: 18px;
  opacity: 0.5;
}
.ar-bitbute-logo:hover{
  opacity: 1;
}

.ar-model-settings-header a{
  display: flex;
  align-items: center;
  text-decoration: none;
  color:#000;
  font-size: 22px;
  font-weight: bold;
}

.ar-model-settings-header .ar-logo-bitbute-image{
  width:30px;
  margin-right:8px
}

.ar-logo-container{
  border-bottom: 1px solid rgba(0,0,0,0.2);
  margin-right: 20px;
  padding: 20px 0px;
  display: flex;
}