.elementor-43461 .elementor-element.elementor-element-5c58bdbf{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-43461 .elementor-element.elementor-element-582a107d > .elementor-widget-container{padding:20px 20px 20px 20px;}@media(max-width:1024px){.elementor-43461 .elementor-element.elementor-element-5c58bdbf{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(min-width:1600px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-582a107d */#affwp-affiliate-dashboard {display:flex;gap: 20px}
#affwp-affiliate-dashboard-tabs {
    width: 20%;
    max-width: 300px;
    padding: 30px 20px !important;
    border-radius: 24px;
    background-image: linear-gradient(122deg, rgba(131, 96, 225, 0.2) 0%, rgba(131, 96, 225, 0) 100%);
    border: 2px solid rgb(131, 96, 225) !important;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
    border-radius: 24px;
    background-color: rgba(255,255,255,0);
    color:white;
    border: 1px solid rgb(255,255,255,0);
    padding: 10px 20px;
    transition: 0.8s ease;
    display: block;
    margin-bottom: 10px;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li:last-child a {
    margin-bottom: 0px;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a:hover,
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a {
    background-color: rgba(255,255,255,0.2);
    border: 1px solid rgb(255,255,255,0.3);
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li  {
    display: block !important;
    margin-bottom: 10px !important;
    background-color: transparent !important;
}

.affwp-tab-content {
    padding: 30px 20px !important;
    border-radius: 24px;
    background-image: linear-gradient(122deg, rgba(131, 96, 225, 0.2) 0%, rgba(131, 96, 225, 0) 100%);
    border: 2px solid rgb(131, 96, 225) !important;
    width: -moz-available;
    width: -webkit-fill-available;
    height: fit-content;
    margin-bottom: 10px;
}

.affwp-tab-content h4 {
    font-weight: bold;
    font-family: "Satoshi", sans-serif;
    font-size:  2em;
    color: rgb(231, 231, 231);
}

table.affwp-table td, table.affwp-table th {color:white;
}

table.affwp-table th {
    background: rgba(0,0,0,0.2);
}


 @media (max-width: 1024px) {
     #affwp-affiliate-dashboard {display:block;}
     #affwp-affiliate-dashboard-tabs {width: 100%;max-width: none;}
     #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li  {
        display: inline-block !important;
        margin-bottom: 20px !important;
    }
    
    #affwp-affiliate-dashboard-tabs li:first-child {
        display: block !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }
 }/* End custom CSS */