.icon-buttons {
    margin: 10px 0;
}

.icon-btn {
    background: #0d1b2a; /* Dark navy */
    border: none;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
/*     font-size: 22px; */
    cursor: pointer;
    transition: all 0.3s ease;
}

.icon-btn span {
/*     font-size: 12px; */
    margin-top: 7px;
}
.f-20{
    font-size: 20px !important;
}
.disabled-btn {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}
.modal-dialog.mw-1000px {
    max-width: 90%;  /* almost full width, responsive */
}
.text-end{
    display: flex;
    justify-content: flex-end;
}
.thead {
    background-color: #f2f3f5 !important;
    font-weight: 600 !important;
}
.button-group {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.btntab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: none;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    min-width: 50px;
}

.btntab i {
    font-size: 22px;
    margin-bottom: 6px;
}

.btntab:hover {
    background: #0056b3;
}

.btntab.lead { background-color: #b87333; }
.btntab.script { background-color: #28a745; }
.btntab.script2 { background-color: #ffc107; }
.btntab.email { background-color: #007bff; }
.btntab.chat { background-color: #e83e8c; }

.btntab:hover {
    transform: scale(1.05);
    opacity: 0.9;
}
