span#procent {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
    color: #3949AB;
}

span#procent::after {
    content: '%';
}

.canvas-wrap {
    position: relative;
    width: 300px;
    height: 300px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  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 */
.modal-content {
  text-align: center;
  /* background-color: #fefefe; */
  margin: 15% auto;
  padding: 20px;
  /* border: 1px solid #888; */
  width: 80%;
  /* height: 50vh; */
}

.ecodes_banner {
  align-self: center;
  width: 100vh;
}

/* The Close Button */
.ecodes_modal_close_btn {
  color: #fff;
  padding: 20px;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background-color: #000;
  background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  overflow: hidden;
  outline:none;
  text-decoration: none;
}

.ecodes_modal_close_btn:hover,
.ecodes_modal_close_btn:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: Transparent;
}