#pbd-custom-pop-up-firearm-overlay, #pbd-custom-pop-up-regulated-overlay, #pbd-custom-pop-up-ammo-pellet-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
    display: none;
}

#pbd-custom-pop-up-firearm-modal, #pbd-custom-pop-up-regulated-modal, #pbd-custom-pop-up-ammo-pellet-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    z-index: 9999;
    border-radius: 8px;
    width: 600px;
    display: none;
}

#pbd-custom-pop-up-firearm-header, #pbd-custom-pop-up-regulated-header, #pbd-custom-pop-up-ammo-pellet-header {
    font-size: 30px;
    margin-bottom: 15px;
    color: red;
}

#pbd-custom-pop-up-firearm-bold-message1, #pbd-custom-pop-up-firearm-bold-message2, #pbd-custom-pop-up-firearm-bold-message3, #pbd-custom-pop-up-regulated-bold-message1, #pbd-custom-pop-up-regulated-bold-message2, #pbd-custom-pop-up-ammo-pellet-bold-message1
{
    font-weight: bold;
    font-size: 16px;
    margin-top: 7px;
}

#pbd-custom-pop-up-highlight-red {
    font-size: 18px;
    color: red;
}

#pbd-custom-pop-up-firearm-sub-header{
    color: red;
    font-size: 24px;
    margin-bottom: 15px;
}

#pbd-custom-pop-up-firearm-message1, #pbd-custom-pop-up-firearm-message2, #pbd-custom-pop-up-firearm-message3, #pbd-custom-pop-up-regulated-message1, #pbd-custom-pop-up-regulated-message2, #pbd-custom-pop-up-ammo-pellet-message1 {
    font-size: 16px;
    margin-bottom: 15px;
    color: rgb(91, 91, 91);
}

#pbd-custom-pop-up-firearm-message4 {
    font-size: 20px;
    color: rgb(91, 91, 91);
    margin-bottom: 15px;
}

#pbd-custom-pop-up-firearm-message4 span {
    color: red;
}


#pbd-custom-pop-up-firearm-action-container, #pbd-custom-pop-up-regulated-action-container, #pbd-custom-pop-up-ammo-pellet-action-container {
    display: flex;
    justify-content: flex-end;
}

#pbd-custom-pop-up-firearm-back, #pbd-custom-pop-up-firearm-proceed, #pbd-custom-pop-up-regulated-back, #pbd-custom-pop-up-regulated-proceed, #pbd-custom-pop-up-ammo-pellet-back, #pbd-custom-pop-up-ammo-pellet-proceed {
    margin: 10px;
    padding: 10px 20px;
    cursor: pointer;
    background-color: rgb(151, 151, 151);
}

#pbd-custom-pop-up-firearm-proceed, #pbd-custom-pop-up-regulated-proceed, #pbd-custom-pop-up-ammo-pellet-proceed {
    color: white;
    background-color: red;
}

@media screen and (max-width: 600px) {
    #pbd-custom-pop-up-firearm-modal, #pbd-custom-pop-up-regulated-modal, #pbd-custom-pop-up-ammo-pellet-modal {
        width: 90%;
        padding: 20px;
    }
}