﻿.psm-pricedrop {
    display: none;
    position: fixed;
    padding-top: 4%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgb(0 0 0 / 60%);
    max-height: 100vh;
    font-size: 16px;
    padding-bottom: 4%;
    z-index: 99999999 !important;
}

.psm-pricedrop-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 500px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 70%);
    max-height: 80vh;
    max-width: 767vh;
    overflow: auto;
    position: relative;
    color: black;
}

.psm-pricedrop-header {
    font-size: 28px;
    text-align: left;
    margin-bottom: 8px;
    display: block;
    font-weight: 700;
}

.psm-pricedrop-text {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
}

#div-pricedrop-form > div:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    #div-pricedrop-form > div:nth-child(1) input {
        flex: 0 0 45%;
        margin: 7px 0;
        padding: 7px;
        border-color: #e7e7e7;
        box-shadow: none;
        background-color: white;
        border-style: solid;
        font-size: 14px !important;
        color: black;
    }

#div-pricedrop-form label {
    margin-right: 5px;
}

.psm-pricedrop-alert {
    margin-top: 10px;
}

.psm-PD-LinkType {
    cursor: pointer;
}

.psm-pricedrop-alert > div {
    display: flex;
    justify-content: flex-start;
}

    .psm-pricedrop-alert > div div:nth-child(2) {
        margin-left: 30px;
    }

.psm-pricedrop-content .legalize {
    line-height: 16px;
    margin-top: 10px;
}

    .psm-pricedrop-content .legalize i {
        color: #696969;
        font-size: 12px;
    }

button#psm-PD-FormSubmit {
    margin: 0 0 20px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 5px 15px;
    border: none;
}

.psm-PD-ButtonType {
    overflow: hidden;
    width: auto;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    display: flex;
    justify-content: center;
    box-shadow: none;
    border-radius: 5px;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
}

    .psm-PD-ButtonType::before {
        content: '\f0f3';
        font-family: 'FontAwesome';
        margin-right: 3px;
        font-size: 12px;
    }

.div-pricedrop-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.PD-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

.PD-input-group {
    width: 100%;
    max-width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.PD-form-input {
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.PD-error-msg {
    color: red;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}
