/* phpcs:ignore */
.panelhelper-plugin-fw-banner {
    width: 700px;
    height: 90px;
    background: url('../images/banner.png');


}

.panelhelper-table {
    border-collapse: collapse;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.panelhelper-table th,
.panelhelper-table td {
    padding: 8px;
    text-align: left;
}

.panelhelper-table th {
    background-color: #353839;
    color: #fff;
    font-size: 16px;
    font-weight: Normal;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.panelhelper-table tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.panelhelper-table tr:nth-child(even) {
    background-color: #fff;
}

.panelhelper-table tr[type="dark"] td {
    background-color: #333;
    color: #fff;
}

.panelhelper-table td {
    padding-left: 20px;
    color: #808080; /* Dark grey text color */
    font-size: 15px;
}

.button-link-ph {
    display: inline-block !important;
    padding: 5px 10px !important;
    margin: 20px 0 !important;
    border: 2px solid #353839 !important;
    border-radius: 5px !important;
    color: #353839!important;
    background-color: transparent !important;
    text-decoration: none !important;
    text-align: center !important;
    font-size: 14px !important;
    cursor: pointer !important;
    white-space: nowrap;
    
}
#serverch {
    margin-bottom: 3px;
    margin-left: 10px; /* Add margin to the left */
    width: calc(100% - 10px); /* Make dropdown width equal to button width */
    max-width: 200px; /* Optional: Set maximum width for the dropdown */
}

.button-submit {
    display: inline-block !important;
    padding: 5px 10px !important;
    margin: 20px 0 !important;
    border: 2px solid #353839 !important;
    border-radius: 5px !important;
    color: #353839!important;
    background-color: transparent !important;
    text-decoration: none !important;
    text-align: center !important;
    font-size: 14px !important;
    cursor: pointer !important;
    
    
}

.button-link-ph:hover {
    background-color: #353839!important;
    color: white !important;
}
.wrap-add {
    margin-top: 30px;
    background-color: #f9f9f9;
    padding-top: 80px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding-left: 250px;
    padding-right: 250px;
    padding-bottom: 30px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;

  }

.wrap-items{
    width: 200px;
    position: relative;
    
}
.wrap-items label,
.wrap-items input,
.wrap-items button {
    display: block;
    width: 100%;
    box-sizing: border-box; /* Ensure padding and border are included in the width */

}


.panelhelper-title{
font-weight: bold;

font-size: 30px;

}
.panelhelper-title-product{
    font-weight: bold;
    font-size: 10px;
    margin:10px;
}


    .panelhelper-options-groups-wrapper select,
    .panelhelper-options-groups-wrapper input[type="text"] {
        width: 50%; /* Set both the select and input field to take up 100% width */
    }


    #panelhelper_settings .nav-tab {
    display: inline-block !important;
    padding: 5px 10px !important;
    margin: 20px 0 !important;
    border: 2px solid #353839 !important;
    border-radius: 5px !important;
    color: #353839 !important;
    background-color: transparent !important;
    text-decoration: none !important;
    text-align: center !important;
    font-size: 18px !important;
    margin-left: 5px !important;
    cursor: pointer !important;
}

#panelhelper_settings .nav-tab-active{
    background-color: #353839!important;
    color: white !important;
}

.panelhelper-table-dashboard {
    border-collapse: collapse;
    width: 30%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.panelhelper-table-dashboard th,
.panelhelper-table-dashboard td {
    padding: 8px;
    text-align: left;
}

.panelhelper-table-dashboard th {
    background-color: #353839;
    color: #fff;
    font-size: 16px;
    font-weight: Normal;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.panelhelper-table-dashboard tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.panelhelper-table-dashboard tr:nth-child(even) {
    background-color: #fff;
}

.panelhelper-table-dashboard tr[type="dark"] td {
    background-color: #333;
    color: #fff;
}

.panelhelper-table-dashboard td {
    padding-left: 20px;
    color: #808080; /* Dark grey text color */
    font-size: 15px;
}

#panelhelper_settings .status-tab {
    font-weight: 600;
    line-height: 1.71428571;
    display: inline-block !important;
    padding: 5px 10px !important;
    margin: 20px 0 !important;
    border: 2px solid #353839 !important;
    border-radius: 5px !important;
    color: #353839 !important;
    background-color: transparent !important;
    text-decoration: none !important;
    text-align: center !important;
    font-size: 18px !important;
    margin-left: 5px !important;
    cursor: pointer !important;
}

.panelhelper-premiumcheck-container{
background:white;
width: 700px;
padding: 35px;
border-radius: 15px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding-bottom: 0px !important;

}
.panelhelper-premiumcheck-container label {
    font-size: 20px;
    padding-right:5px;
}
.panelhelper-premiumcheck-plan-title {
    font-size: 40px !important;
    font-weight: 600; 
    padding-bottom: 20px;
    
    
}
.panelhelper-premiumcheck-verify-title {
        font-size: 26px !important;
        font-weight: 500; 
        padding-bottom: 20px;
}
.panelhelper-premium-visit-button {
    background-color: #50C878; /* Green */
    border: none;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    float: right;
}

.panelhelper-premiumcheck-verified-title {
    font-size: 20px !important;
    padding-bottom: 20px;
}

#parentboxph {
    display: flex;
    margin: 10px;
  }