/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/*
#bulk-add-favorites,
#bulk-remove-favorites,
#export-favorites {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    border: 1px solid #005e8c;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s, opacity 0.3s;
}

#bulk-add-favorites:hover,
#bulk-remove-favorites:hover,
#export-favorites:hover {
    background-color: #005e8c;
}

#bulk-add-favorites.disabled,
#bulk-remove-favorites.disabled,
#export-favorites.disabled {
    background-color: #cccccc;
    border-color: #b3b3b3;
    cursor: not-allowed;
    opacity: 0.6;
}
*/

#bulk-add-favorites.adding,
#bulk-remove-favorites.removing,
#export-favorites.exporting {
    opacity: 0.6;
    cursor: not-allowed;
}

#export-favorites.exported {
    opacity: 0.75;
    cursor: not-allowed;
    background-color: #cccccc;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
}

/* SweetAlert2 Custom Styles */
.swal2-custom-popup {
    font-family: 'Inter', Arial, sans-serif !important;
	font-weight: 400;
    z-index: 9999 !important;
    border-radius: 4px !important;
    padding: 20px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    background-color: #fff !important;
}

.swal2-standard-popup {
	width: 400px;
	margin-bottom: 4px !important; /* Margin from bottom edge of viewport */
}

.swal2-success-popup {
    width: 400px !important;
    padding: 10px !important;
}

.swal2-success-popup .swal2-html-container {
    font-size: 18px !important; /* Increase font size for success popup text */
}

.swal2-error-popup,
.swal2-warning-popup {
    width: 400px !important;
	padding-top: 10px !important;
}

.swal2-confirm {
    background-color: #5266EB !important;
    color: #fff !important;
    padding: 8px 40px !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    border: none !important;
    outline: none !important;
    margin: 0 12px !important;
}

.swal2-cancel {
    background-color: #DD3333 !important;
	opacity: 0.5;
    color: #fff !important;
    padding: 8px 40px !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    border: none !important;
    outline: none !important;
    margin: 0 12px !important;
}

.swal2-cancel:hover {
    opacity: 1 !important; /* Full opacity on hover */
}

.swal2-html-container {
    font-size: 18px !important;
    color: #28253B !important;
    margin: 0px 0 !important;
    padding-bottom: 12px !important; /* Adjust this value for bottom padding */
}

.swal2-icon {
    width: 80px !important;
    height: 80px !important;
    transform: scale(0.8) !important; /* Proportionally scale down by 60% */
    margin: 0 auto 2px !important;
}
.swal2-success {
    border-color: #28a745 !important;
}
.swal2-success .swal2-success-ring {
    border-color: rgba(40, 167, 69, 0.2) !important;
}
.swal2-success .swal2-success-line-tip,
.swal2-success .swal2-success-line-long {
    background-color: #28a745 !important;
}

.swal2-error {
    border-color: #D333 !important;
}

.swal2-error .swal2-x-mark-line-left,
.swal2-error .swal2-x-mark-line-right {
    background-color: #D333 !important;
}

.swal2-footer {
    font-size: 14px !important;
    color: #188554 !important;
    margin-top: 10px !important;
}

.swal2-footer a {
    color: #188554 !important;
    text-decoration: underline !important;
}

.swal2-count {
    color: #5266EB !important; /* Color for dynamic count */
}
