/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-elementor
Description: A child theme of Hello Elementor Theme
Author: Your Name
Author URI: https://yourwebsite.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles below this line */

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

.il_member #user_history th, #manage_site th {
    background-color: #0a0f7a !important;
    color: #fff !important;
}
.il_member .download-plugin a.manage_lic {
    color: #000 !important;
}
.download-plugin {
    width: 100%;
    margin: 50px auto;
    max-width: 1140px;
    padding: 0px 10px;
}
.download-plugin-top a, .download-plugin-bottom a {
    background: #0057fc;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #FFFFFF !important;
    padding: 14px 28px 11px;
    font-family: "Custom Font", Sans-serif;
    border-radius: 3px;
    display: inline-block;
}
.download-plugin-top a:hover, .download-plugin-bottom a:hover{
    background: #1043B2;
}
.download-plugin-top{
    width: 100%;
    margin-bottom: 30px;
}
.download-plugin-bottom {
    width: 100%;
    margin-top: 30px;
    text-align: right;
}
.download-plugin-table {
    width: 100%;
}
.download-plugin-table table {
    width: 100%;
    margin: 0px;
}
.download-plugin-table table thead {
    background: #111f79;
    color: #fff;
}
.download-plugin-table table thead th, .download-plugin-table table tbody td {
    border: 1px solid #fff;
    padding: 15px !important;
}
.download-plugin-table table thead th {
    font-size: 16px;
    font-weight: 600;
    vertical-align: top;
}
.download-plugin-table table tbody tr td {
    background: #E7EAED !important;
    color: #111f79;
    font-size: 16px !important;
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
}
.download-plugin-table table tbody tr:nth-child(odd) td{
    background: #CCD2D8 !important;
}
.il_actions {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    max-width: max-content;
    float: right;
}
.download-plugin-table table tbody tr td a {
    text-align: center;
    margin: 0 auto;
    width: max-content;
    display: inline-block;
    background: #0257fb;
    color: #fff;
    padding: 10px 14px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
}
.download-plugin-table table tbody tr td a:hover {
    background: #1043B2;
}
.download-plugin-table tfoot {
    position: sticky;
    bottom: 0;
    background: #111f79;
    color: #fff;
}
.download-plugin-table tfoot th {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 18px !important;
}
.download-plugin-table .credit-usage-results table thead tr th,
.download-plugin-table .credit-usage-results table tbody tr td{
    text-align: center;
}
.manage-main-wrap {
    margin-bottom: 30px;
}
span.current-license-title {
    font-size: 20px;
    font-weight: 700;
}
a.manage_cancel_lic, .btn-ai-credit-usages-right a{
    background: #0057fc;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #FFFFFF !important;
    padding: 14px 28px 11px;
    font-family: "Custom Font", Sans-serif;
    border-radius: 3px;
    display: inline-block;
}
a.manage_cancel_lic:hover,
.btn-ai-credit-usages-right a:hover{
    background: #1043B2;
}
.btn-ai-credit-usages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}
.btn-ai-credit-usages-right {
    text-align: right;
}
.btn-ai-credit-usages-left h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0px 0px 10px;
}
.btn-ai-credit-usages-left h2 {
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
}
.download-plugin-table .credit-usage-results {
    margin: 0px;
}

@media(max-width:767px){
.download-plugin-table {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
.download-plugin-table table thead th, .download-plugin-table table tbody td {
    white-space: nowrap;
}
.btn-ai-credit-usages {
    flex-direction: column;
    text-align: center;
}
.manage-main-wrap {
    gap: 20px;
    flex-direction: column;
    text-align: center;
}
}



