﻿.PopUpMainConatiner {
    border: none;
    bottom: 0;
    display: none;
    position: fixed;
    z-index: 999;
    width: 790px;
    height: 390px;
    border-top-left-radius: 4%;
}

.PopupParent {
    display: flex;
    flex-direction: row;
    width: 790px;
    height: 390px;
    box-shadow: -8px -8px 10px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    border-top-left-radius: 4%;
}

#Heading {
    padding-top: 8%;
    padding-bottom: 1px;
}

.PopUpHeading h1 {
    margin-top: 13%;
    font-size: 30px;
    margin: 0.67em 0;
    color: black;
    font-weight: 900;
}

.PopUpLeft {
    width: 50%;
    text-align: center;
    background-color: whitesmoke;
    border-top-left-radius: 4%;
}

    .PopUpLeft h2 {
        margin-left: 6%;
        margin-right: 6%;
        line-height: 22px;
        font-size: 17px;
        font-weight: 800;
        color: black;
    }

.PopUpSubmitbtn {
    background-color: #374047;
    color: white;
    border: 1px solid #ecb01e3b;
    font-weight: 900;
    font-size: larger;
}

.PopUpInputBoxes {
    margin-top: 3%;
}

    .PopUpInputBoxes input {
        display: block;
        height: 50px;
        width: 80%;
        margin-left: 10%;
        margin-top: 2%;
        border-radius: 4px;
    }

    .PopUpInputBoxes .message {
        margin-top: 5px;
        padding-left: 44px;
        text-align: left;
        color: red;
    }

    .PopUpInputBoxes .waitmessage {
        margin-top: 5px;
        padding-left: 44px;
        text-align: left;
        color: green;
        }
.PopUpEmailInput::placeholder {
    font-size: 20px;
}

.PopUpRight {
    width: 50%;
    border-top-right-radius: 1%;
    position: relative;
}



.PopUpSlideoutimg {
    position: absolute;
    background-position: center;
    width: 100%;
    height: 100%;
    border-top-right-radius: 1%;
    top: 0;
    right: 0;
    background-color: black;
}

.PopUpclose {
    cursor: pointer;
    transition: all 0.2s ease;
    position: absolute;
    top: 4px;
    right: 11px;
    width: 48px;
}

.PopUpEmailInput {
    padding-left: 16px !important;
    font-size: 19px !important;
}

@media screen and (max-width: 800px) {
    .PopUpLeft {
        width: 100%;
        border-top-left-radius: 4%;
    }

    .PopUpRight {
        display: none;
        width: 0%;
    }

    .PopUpclose {
        cursor: pointer;
        transition: all 0.2s ease;
        position: absolute;
        top: 2px;
        right: 2px;
        width: 36px;
    }

    .PopupParent {
        width: 390px;
        height: 390px;
        box-shadow: -8px -8px 10px rgba(0, 0, 0, 0.3);
        border-radius: 2px;
        bottom: 0;
        border-top-left-radius: 4%;
    }

    .PopUpMainConatiner {
        border: none;
        bottom: 0;
        display: none;
        position: fixed;
        z-index: 999;
        width: 390px;
        height: 390px;
        border-top-left-radius: 4%;
    }

    .PopUpSubmitbtn {
        width: 80% !important;
        margin-top: 2% !important;
    }

    .PopUpEmailInput {
        padding-left: 16px !important;
        font-size: 19px !important;
    }
}

@media screen and (max-width: 600px) {
    .PopUpSubmitbtn {
        width: 80% !important;
        margin-top: 2% !important;
    }
}
