

.woocommerce-account .dot-table th,
.woocommerce-account .dot-table td {
    padding: 6px !important;
    text-align: -webkit-center;
    align-content: center;
    text-align-last: center;
    text-align: -webkit-center;
    font-size: 11px !important;
}

.tooltip-icon_dot {
    position: relative;
    cursor: pointer;
    margin: 8px;
    font-weight: bold;
    color: #c88a5a;
    font-size: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tooltip-icon_dot:hover .tooltip-text_dot {
    visibility: visible;
    opacity: 1;
}

.tooltip-text_dot {
    visibility: hidden;
    opacity: 0;
    width: 300px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -150px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    transition: opacity 0.3s;
}

.tooltip-text_dot::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}






#add_product_image_preview,
#edit_product_image_preview {
    max-width: 150px;
    display: block;
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #c88a5a;
    padding: 5px;
    border-radius: 5px;
}

.swal2-confirm.swal2-styled {
    background-color: #c88a5a !important;
    border: none;
    color: #fff !important;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
}

.dot-hidden {
    display: none;
}

.dot-summary-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
}

.dot-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex: 1;
    min-width: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.dot-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.dot-card:hover {
    transform: translateY(-5px);
}

.dot-card-icon {
    font-size: 40px;
    color: #c88a5a;
    margin-right: 15px;
}

.dot-card-content h3 {
    font-size: 18px;
    margin: 0 0 5px;
    color: #6c757d;
}

.dot-card-content .dot-amount {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.dot-sales-card .dot-card-icon {
    color: #c88a5a;
}

.dot-balance-card .dot-card-icon {
    color: #6c757d;
}

/* Responsividad */
@media (max-width: 768px) {
    .dot-card {
        flex: 1 1 100%;
    }
}

/* Page product manager */

.dot-add-product-button {
    margin-bottom: 20px;
    text-align: left;
}

.dot-product-table-wrapper {
    overflow-x: none;
    margin-bottom: 20px;
}

.dot-product-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.dot-product-table th,
.dot-product-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.dot-product-table th {
    background-color: #f8f8f8;
    color: #333;
}

.dot-button-primary,
.dot-button-secondary,
.dot-button-danger {
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
    width: fit-content;
}

.dot-button-primary {
    background-color: #c88a5a;
    color: #fff;
}

.dot-button-primary:hover {
    background-color: #a77a4f;
}

.dot-button-secondary {
    background-color: #6c757d;
    color: #fff;
}

.dot-button-secondary:hover {
    background-color: #565d64;
}

.dot-button-danger {
    background-color: #dc3545;
    color: #fff;
}

.dot-button-danger:hover {
    background-color: #c82333;
}

.dot-form-group {
    margin-bottom: 15px;
}

.dot-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    transition: border-color 0.2s ease-in-out;
}

.dot-input:focus {
    border-color: #c88a5a;
    outline: none;
}

.dot-image-preview {
    max-width: 100px;
    max-height: 100px;
}

.image-upload .image-input {
    display: none;
}

.image-upload img {
    cursor: pointer;
}

@media (max-width: 768px) {
    .dot-add-product-button {
        text-align: center;
    }

    .dot-product-table-wrapper {
        width: 100%;
        overflow-x: scroll;
    }
}


.dot-order-details-alert {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.dot-order-details {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.dot-order-details li {
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
}

.dot-order-details strong {
    color: #c88a5a;
}

.topcigars-contact-footer {
    text-align: center;
    margin-top: 20px;
    padding: 15px 0;
    background-color: #f9f9f9;
    font-size: 16px;
    font-weight: 400;
}

.topcigars-contact-footer a {
    color: #0073aa;
    text-decoration: none;
}

.topcigars-contact-footer a:hover {
    text-decoration: underline;
}
