.iron-search-wrapper {
    position: relative;
    width:60%
    /*max-width: 700px;*/
}

.iron-search-input {
    width: 100%;
    padding: 7px 10px !important;
    border-radius: 10px !important;
    border: 1px solid #033a88 !important;
    font-size: 14px !important;
    transition: .2s;
    color: #000 !important;
}

.iron-search-input:focus {
    outline: none;
    border-color: #033a88;
    box-shadow: 0 0 0 3px rgba(3,58,136,.1);
}

.iron-search-results {
    position: absolute;
    top: calc(100% + 10px);
    width: 100%;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0,0,0,.15);
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: .25s ease;
    z-index: 99;
}

.iron-search-results.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.iron-search-results table {
    width: 100%;
    border-collapse: collapse;
}

.iron-search-results th {
    background: #033a88;
    color: #fff;
    padding: 12px;
    font-weight: 500;
}

.iron-search-results td {
    padding: 12px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.iron-search-results tr:hover td {
    background: #f5f8ff;
}

.iron-search-results a {
    color: #033a88;
    text-decoration: none;
    font-weight: 500;
}

.iron-empty {
    padding: 20px;
    text-align: center;
    color: #666;
}


.iron-title {
    font-weight: 500;
    color: #033a88;
}


.iron-pagination {
    display: flex;
    justify-content: right;
    gap: 8px;
    padding: 12px;
    background: #f9fbff;
}

.iron-page {
    padding: 6px 12px;
    border-radius: 8px;
    background: #e8eeff;
    color: #033a88;
    cursor: pointer;
    font-size: 13px;
    transition: .2s;
}

.iron-page:hover {
    background: #033a88;
    color: #fff;
}

.iron-page.active {
    background: #033a88;
    color: #fff;
    pointer-events: none;
}




.iron-agent {
    text-align: right;
    white-space: nowrap;
}

.iron-agent-link {
    font-size: 18px;
    text-decoration: none;
    margin: 0 4px;
}


.iron-agent-link:hover {
    transform: scale(1.2);
}



/* دکمه بستن */
.iron-close-btn {
    position: absolute;
    top: 10px;
    left: 12px;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    z-index: 10;
}

.iron-close-btn:hover {
    transform: scale(1.2);
}


/* Overlay لودینگ */
.iron-loading-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

/* اسپینر */
.iron-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(3,58,136,0.2);
    border-top: 4px solid #033a88;
    border-radius: 50%;
    animation: ironSpin 0.8s linear infinite;
}

@keyframes ironSpin {
    to { transform: rotate(360deg); }
}







.iron-open-agents {
    background:#033a88;
    color:#fff;
    border:none;
    padding:6px 12px;
    border-radius:8px;
    cursor:pointer;
}

.iron-agents-popup {
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.4);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.iron-agents-box {
    background:#fff;
    width:500px;
    max-height:80vh;
    overflow:auto;
    border-radius:14px;
    padding:20px;
    position:relative;
}

.iron-agents-box table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px !important;
    overflow: hidden;
}

.iron-agents-box th {
    background:#033a88;
    color:#fff;
    padding:10px;
}

.iron-agents-box td {
    font-size: 13px;
    padding:10px;
    border-bottom:1px solid #eee;
}

.iron-agent-profile-btn {
    background:#033a88;
    color:#fff;
    padding:4px 8px;
    border-radius:6px;
    text-decoration:none;
}
.iron-agent-profile-btn:hover{
    color:#fff;
}

.iron-agents-close {
    position:absolute;
    top:8px;
    left:8px;
    cursor:pointer;
    font-weight:bold;
}

.iron-phone-link {
    color:#033a88;
    font-weight:500;
    text-decoration:none;
}

.iron-phone-link:hover {
    text-decoration:underline;
}



/*.iron-table-wrapper {*/
/*    position:relative;*/
/*}*/

.iron-vat-toggle {
    position:absolute;
    top:-34px;
    left:0;
    background:#fff;
    padding:6px 12px;
    border-radius:10px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
    font-size:12px;
    display:none;
}

.iron-vat-toggle label{
    display:flex;
    align-items:center;
}

