HEX
Server: Apache
System: Linux sxb1plmcpnl510113.prod.sxb1.secureserver.net 4.18.0-553.58.1.lve.el8.x86_64 #1 SMP Fri Jul 4 12:07:06 UTC 2025 x86_64
User: acnbijigo78q (10488831)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/acnbijigo78q/public_html/wp-content/plugins/reset/style.css
.tab-container {
    margin-top: 20px;
  }
  .tab-button {
    background-color: #f1f1f1;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 18px;
    font-size: 14px;
    padding: 0.5rem 1rem;
    border:1px solid #000;
    margin-bottom: -1px;
    text-decoration: none;
    display: inline-block;

  }

  .tab-button:hover {
    background-color: #ddd;
  }

  .tab-button.active {
    background-color: #fff;
    font-weight: bold;
    border-bottom: 0;
    z-index: 9;
    position: relative;
    margin-bottom: -22px;
    bottom: -1px !important;
    padding-bottom: 0.55rem;
    padding-top: 9px !important;
}
  .tab-content {
    border: 1px solid #000;
    padding: 20px;
    background-color: #fff;
  }

  .tab-pane {
    display: none;
  }
  .form-table td {
    margin-bottom: 9px;
    padding: 0px 0px !important;
    line-height: 1.3;
    vertical-align: middle;
}
h4{
    margin-top:0px !important;
}
.tab-pane.active {
  display: block;
}
button.button.button-primary.table {
  margin-top: 20px;
}
input.button.button-primary.theme{
  margin-top: 20px;
}
input.button.button-primary.comments{
  margin-top: 20px;
}
span.rating-stars {
    color: #ffb900 !important;
	transition: transform 0.2s !important; / Smooth transition for the zoom effect /

}

.rating-stars:hover{
    transform: scale(1.1) !important; / Zoom in on hover (adjust the scale value as needed) /
	display:inline-block !important;
}
td.plugin-title.column-primary strong{
	font-weight:400;
}