/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.pgfw-badge {
    background-color: blue;
    color: white;
    border-radius: 10px;
    padding: 2px;
}

.pgfw-badge {
    background-color: blue;
    color: white;
    border-radius: 10px;
    padding: 2px;
}

.pgfw-single-pdf-download-button img {
    display: inline;
    width:auto;
    height:25px;
}

.pgfw-single-pdf-download-button {
    margin-right: 15px;
}
.pgfw-bulk-pdf-download-button{
    background-color: #2196F3;
    color: #ffffff;
    margin-right: 15px;
    max-width: 100px;
    margin: 0 auto;
    padding: 2px 5px;
    border-radius: 3px;
}
.pgfw-single-pdf-download-button:focus {
    outline:none;
}
a.pgfw-single-pdf-download-button, .wps_pgfw_whatsapp_share_icon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:5px;
}
.wps_pgfw_whatsapp_share_icon img {
    display: inline-block;
}
/*Floating element CSS*/

.wps_pgw-button_wrapper {
    position: fixed;
    top: 10%;
    right: -260px;
    z-index: 999999;
    display: flex;
    align-items: flex-start;
    transition: right 0.6s ease-in-out;
}

/*Floating Button*/
.wps_pgw-button {
    position: relative;
    right: 20px;
    cursor: pointer;
    z-index: 1;
    transition: transform 0.3s ease-in-out;
}

.wps_pgfw-display-value {
    background-color: #333333;
    height: 20px;
    width: 20px;
    display: flex;
    font-size: 10px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    font-weight: bold;
    letter-spacing: 1px;
}

.wps_pgw-button img {
    all: unset;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 24%);
}

.wps_pgw-button:hover {
    transform: scale(1.1);
}

/*floating box*/
.wps_pgw-button_content {
    min-height: 200px;
    max-height: 400px;
    overflow: auto;
    background-color: #ffffff;
    position: relative;
    padding: 10px;
    min-width: 245px;
    width: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    display: flex;
    flex-direction: column;
}

/*Inner element of floating box*/
.pgfw_bulk_wrapper ul:not(:first-child) {
    margin: 0 !important;
    padding: 0 0 10px !important;
}

.pgfw_bulk_title {
    font-weight: 600;
    font-size: 12px;
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 23%);
    margin: 0 0 10px !important;
    color: #2196F3;
    text-align: left;
}

.pgfw_bulk_title>li {
    margin-right: 5px;
}

.wps_pgw-button_content button {
    border: none;
    padding: 5px 10px;
    background-color: #2196F3;
    color: #ffffff;
    border-radius: 3px;
    margin-bottom: 10px;
    flex-grow: 1;
}

.pgfw_bulk_content {
    text-align: left;
}

.pgfw_bulk_content li {
    margin-right: 5px;
}

.pgfw_bulk_content-title {
    font-size: 10px;
    letter-spacing: 1px;
    color: #333333;
}

.pgfw-delete-this-products-bulk {
    background-color: #ffc9c9;
    font-size: 12px;
    padding: 5px 8px;
    text-transform: capitalize;
    color: #b33c3c;
    border-radius: 3px;
}

/*Classes used in JS*/
.wps_pgw-out {
    right: 0;
}

/*popup modal of email input=========start*/
#TB_window {
    z-index: 1000000 !important;
    width: 90% !important;
    max-width: 400px;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    box-shadow: 0 0 0 5000px rgb(0 0 0 / 74%) !important;
}
#TB_ajaxContent {
    width: auto !important;
    height:unset !important;
    min-height: 305px;
}
/*popup modal*/
.wps_pgfw_email_input {
    display: flex;
    flex-direction: column;
}

.wps_pgfw_email_input label {
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.wps_pgfw_email_input input {
    border: 1px solid #333333 !important;
    box-shadow: none !important;
    background-color: rgb(26 51 101 / 5%) !important;
    margin-bottom: 10px;
}

.wps_pgfw_email_input input:focus {
    outline:none;
    box-shadow: none;
}

.wps_pgfw_email_button {
    margin-top: 10px;
}

.wps_pgfw_email_button button {
    background-color: #333333;
    color: #ffffff;
    border:none;
}

.wps_pgfw_email_button button:focus {
    border:none;
    outline:none;
    color:#ffffff;
}
#pgfw-user-email-submittion-message {
    margin-top: 10px;
}

@media screen and (max-width: 480px) {
    #pgfw-user-email-submittion-message {
        width: 100%;
        max-width: 275px;
        margin-top: 10px;
    }
} 
