
body{
      font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;
}

.modal_customize {
  display: none;
  position: fixed;
  z-index: 1000; 
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);

}


.modal_customize-content {
  background-color: #95b2dd;
  margin: auto;
  padding: 10px;
  border: 2px dashed #7a7ad5;
  width: 55%;
}

.modal_customize-content .power-url strong{color:#3b37af;text-decoration: underline;}


.close_modal {
color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: red;
    margin-bottom: 10px;
    line-height: 20px;
    height: 25px;
    width: 25px;
    text-align: center;
}

.close_modal:hover,
.close_modal:focus {
  color: #fff;
  background: #e00000;
  text-decoration: none;
  cursor: pointer;
}

@media(max-width: 1192px){
  .modal_customize-content {
    width: 80%;
  }
}