﻿/*body {
  background: #ddd;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index:9999;
}*/
.webgen {
    background: rgba(0,0,0,.4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}



.popuph2 {
    color: #007fed;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.contentwebgen p {
    color: #001818;
}

/*.wrap {
  position: absolute;
  overflow: hidden;
  top: 10%;
  right: 10%;
  bottom: 85px;
  left: 10%;
  padding: 20px 20px;
  display: block;
  border-radius: 4px;
  transform: translateY(20px);
  transition: all 0.5s;
  visibility: hidden;
  z-index:9999;
  height:fit-content;
  
  
  
  
}*/



.wrap {
    /* position: absolute; */
    overflow: hidden;
    top: 10%;
    /* right: 10%; */
    /* bottom: 85px; */
    /* left: 10%; */
    padding: 30px 30px;
    display: block;
    border-radius: 4px;
    transform: translateY(20px);
    transition: all 0.5s;
    visibility: hidden;
    z-index: 9999;
    height: fit-content;
    width: 40%;
    margin: auto;
    margin-top: 10%;
}

@media( max-width: 640px ) {
    .wrap {
        position: relative;
        width: 90%;
    }
}

.wrap .contentwebgen {
    opacity: 0;
}

.wrap:before {
    position: absolute;
    width: 1px;
    height: 1px;
    background: white;
    content: "";
    bottom: 10px;
    left: 50%;
    top: 95%;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wrap.active {
    display: block;
    visibility: visible;
    box-shadow: 2px 3px 16px silver;
    transition: all 600ms;
    transform: translateY(0px);
    transition: all 0.5s;
}

    .wrap.active:before {
        height: 2000px;
        width: 2000px;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        margin-left: -1000px;
        margin-top: -1000px;
        display: block;
        -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .wrap.active .contentwebgen {
        position: relative;
        z-index: 1;
        opacity: 1;
        transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

a.button.alert {
  /*  width: 20px;
    height: 20px;*/
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 1000px;
    background: #d75f70;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    line-height: 120%;
}

    a.button.alert:hover {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    a.button.alert.active {
        transform: rotate(135deg);
        transition: transform 0.5s;
    }

.glyphicon-plus:before {
    content: "\2b";
}

#Popupbody {
    background: rgba(0,0,0,.4);
    cursor: pointer;
    display: block;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.submitbtn {
    width: 222px;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    height: 50px;
    padding: 15px;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    background: #008000;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.webgen a:hover {
    color: #47e947;
}
