.wadsow-ai-account-bg
{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2C3338;
}

.wadsow-ai-account-bg button
{
display: flex !important;
justify-content: center !important;
align-items: center !important;
padding: 8px 24px !important;
gap: 8px !important;
height: 40px !important;
background: #F6F7F7 !important;
border: 1px solid #E0E0E0 !important;
border-radius: 10px !important;
font-style: normal !important;
font-weight: 600 !important;
font-size: 14px !important;
line-height: 16px !important;
color: #222222 !important;
text-transform: none !important;
}

.wadsow-account-keys
{
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: flex-start;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    color: #1E1E1E;
}

.wadsow-account-keys-table
{
    margin-top: 16px;
    width: 100% !important;
}

.wadsow-account-keys-table table .wadsow-keys-table-header 
{
padding: 12px 24px !important;
height: 44px !important;
background: #FFF7F5 !important;
border-width: 1px 0px !important;
border-style: solid !important;
border-color: #E6E6E6 !important;
}

.wadsow-account-keys-table table tr th 
{
font-style: normal !important;
font-weight: 400 !important;
font-size: 14px !important;
line-height: 16px !important;
color: #111111 !important;
text-transform: none !important;
padding: 12px 24px !important;
}

.wadsow-account-keys-table table tr td 
{
padding: 12px 24px !important;
height: 48px !important;
border-bottom: 1px solid #E6E6E6 !important;  
font-style: normal !important;
font-weight: 400 !important;
font-size: 14px !important;
line-height: 20px !important;
color: #1E1E1E !important;
}

.wadsow-account-keys-table table tr td .status-badge
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.wadsow-account-keys-table table tr td .status-active
{
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px;
color: #22AD80;
}

.wadsow-account-keys-table table tr td .status-inactive
{
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px;
color: #888888;
}
 
.wadsow-account-keys-table table tr td .status-limit
{
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px;
color: #EB001B;
}


.status-dot-active
{
width: 8px;
height: 8px;
background: #22AD80;
border-radius: 50%;
}

.status-dot-inactive
{
width: 8px;
height: 8px;
background: #888888;
border-radius: 50%;
}

.status-dot-limit
{
width: 8px;
height: 8px;
background: #EB001B;
border-radius: 50%;
}


.wadsow-account-keys-table-no-record
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #111111;
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.wadsow-account-keys-table-no-record-txt
{
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 24px;
text-align: center;
color: #111111;
}

.wadsow-account-keys-table-no-record button
{
    margin-bottom: 8px;
}

.wadsow-account-keys-table-no-record img
{
    margin-bottom: 8px;
}


/* Modal Styles */
.wadsow-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.wadsow-modal.show {
    display: block;
}

.wadsow-modal-content {
    background-color: #fff;
    margin: 10% auto; 
    border-radius: 10px;
    width: 560px;
    height: 354px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.wadsow-close { 
    float: right; 
    cursor: pointer;
}
  
 
.wadsow-pop-content-container {
    height: 354px;
    display: flex;
    flex-direction: column;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #222222;
}

.wadsow-pop-content-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #EBEDEF !important;
}

.wadsow-pop-content-top2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px; 
}

.wadsow-pop-content-top-txt
{
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #1F1F1F;
}


.wadsow-pop-content-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 40px;
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    border-top: 1px solid #EBEDEF !important;
}

.wadsow-pop-content-middle {
    margin-top: 80px;   /* height of the top div */ 
    padding: 32px 48px;
    overflow-y: auto;
    height: calc(354px - 120px); /* full height minus top+bottom */ 
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.wadsow-pop-content-middle-input
{
display: flex !important;
align-items: center !important;
padding: 12px 16px !important;
gap: 4px !important;
width: 100% !important;
height: 40px !important;
background: #FFFFFF !important;
border: 1px solid #E6E6E6 !important;
border-radius: 10px !important;
}

.wadsow-cancel-btn
{
display: flex !important;
justify-content: center !important;
align-items: center !important;
padding: 8px 24px !important;
gap: 8px !important;
height: 40px !important;
background: #F6F7F7 !important;
border: 1px solid #E0E0E0 !important;
border-radius: 10px !important;
font-style: normal !important;
font-weight: 600 !important;
font-size: 14px !important;
line-height: 16px !important;
color: #222222 !important;
text-transform: none !important;
}

.wadsow-submit-btn
{
display: flex !important;
justify-content: center !important;
align-items: center !important;
padding: 8px 24px !important;
gap: 8px !important;
height: 40px !important;
background: #22AD80 !important;
border: 1px solid transparent !important;
border-radius: 10px !important;
font-style: normal !important;
font-weight: 600 !important;
font-size: 14px !important;
line-height: 16px !important;
color: #FFFFFF !important;
text-transform: none !important;
}


.wadsow-pop-content-middle2 {
    margin-top: 5px;   /* height of the top div */ 
    padding: 36px 40px;
    overflow-y: auto; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.wadsow-success-key
{
    margin-bottom: 9px;
}

.wadsow-pop-content-middle2-txt
{
    display: flex;
    gap: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #111111;
    justify-content: center;
    align-items: center;
}

.wadsow-key-value
{
display: flex;
justify-content: center;
align-items: center;
padding: 10px 16px;
gap: 23px;
height: 44px;
background: #FFF7F5;
border: 1px solid #FFD6CC;
border-radius: 10px;
margin-top: 8px;
}

.wadsow-copy-icon
{
    background-color: transparent !important;
    border: 1px solid transparent !important;
    padding: 0px !important;
}



/* Menu Dropdown */
.wadsow-menu-wrapper {
    position: relative;
}

.wadsow-menu-wrapper button {
    cursor: pointer !important; 
    background-color: transparent !important;
    border: 1px solid transparent !important;
    padding: 0px !important;
}
 

.wadsow-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 1000;
  
    flex-direction: column;
    align-items: flex-start;
    padding: 6px 0px;
    gap: 4px;  
    width: 200px; 
    background: #FFFFFF; 
    box-shadow: 0px 0px 40px rgba(69, 71, 69, 0.2);
    border-radius: 10px;

}

.wadsow-dropdown-menu.show {
    display: block;
}

.wadsow-dropdown-menu a {
    display: block;
    padding: 9px 16px !important;
    color: #111111 !important;
    text-decoration: none !important;
    transition: background 0.2s;
}

.wadsow-dropdown-menu a:hover {
    background: #f5f5f5;
}

.wadsow-dropdown-menu-copy
{
font-style: normal;
font-weight: 500;
font-size: 13px; 
display: flex;
align-items: center;
gap: 10px;
color: #111111;
}

.wadsow-dropdown-menu-discon
{
    color:#EB001B !important;
}

.wadsow-dropdown-menu-con
{
    color:#22AD80;
}