<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
.highlight-green {
  background-color: rgba(144, 238, 144, 0.5); /* Light green with 50% transparency */
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 7px; /* Add rounded corners */
  line-height: 1.5;
}

.highlight-green:hover {
  background-color: rgba(144, 238, 144, 1.0); /* Light green with 50% transparency */
  z-index: 2;
}  

.highlight-yellow {
  background-color: rgba(241, 241, 152, 0.5);/* Light green with 50% transparency */
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 7px; /* Add rounded corners */
  line-height: 1.5;
}

.highlight-yellow:hover {
  background-color: rgb(241, 241, 152);; /* Light green with 50% transparency */
  z-index: 2;
}

.highlight-red {
  background-color: rgba(240, 128, 128, 0.5); /* Light green with 50% transparency */
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 7px; /* Add rounded corners */
  line-height: 1.5;
}

.highlight-red:hover {
  background-color: rgba(240, 128, 128, 1.0); /* Light green with 50% transparency */
  z-index: 2;
}

/* Reset the scaling effect for small screens */
@media (max-width: 767px) {
  .highlight-red:hover {
    transform: scale(1);
  }
}

/* Apply scaling effect for larger screens */
@media (min-width: 768px) {
  .highlight-red:hover {
    transform: scale(1.5);
  }
}

/* Reset the scaling effect for small screens */
@media (max-width: 767px) {
  .highlight-yellow:hover {
    transform: scale(1);
  }
}

/* Apply scaling effect for larger screens */
@media (min-width: 768px) {
  .highlight-yellow:hover {
    transform: scale(1.5);
  }
}

/* Reset the scaling effect for small screens */
@media (max-width: 767px) {
  .highlight-green:hover {
    transform: scale(1);
  }
}

/* Apply scaling effect for larger screens */
@media (min-width: 768px) {
  .highlight-green:hover {
    transform: scale(1.5);
  }
}

.full-page-textarea {
  width: 100%;
  height: 120px;
  resize: none;
  border: none;
  outline: none;
  padding: 20px;
  margin: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); /* Add shadows */
  border-radius: 10px; /* Round corners */
  overflow: auto;
}



.modal {
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    z-index: 10;
  }
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

/* Add this class to your CSS */
.larger-text {
  font-size: 1.2em;
  line-height: 2; /* Add this line to increase the space between lines */
}

.img-responsive {
  width: 200px;
  height: 200px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content-wrap {
  flex-grow: 1;
}

.youtube-wrapper {
  position: relative;
  width: 80%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 auto;
}
.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}