.nvstmodal
{
	background-color: #000;
    min-width:300px;
    min-height: 100px;
    padding:10px 40px 10px 20px;
    color:#fff;
    font-weight:normal;
    font-family: tahoma;
    font-size:16px;
    position:absolute;
    z-index:99999999;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(100,100,100,1);
	-moz-box-shadow: 10px 10px 5px 0px rgba(100,100,100,1);
	box-shadow: 10px 10px 5px 0px rgba(100,100,100,1);
}



.nvstmodal .close 
{
    width: 25px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    color: #fff;
    border: 0;
    height: 25px;
    margin: 0;
    font-size: 25px;
    cursor: pointer;
    position:absolute;
    top: 5px;
    right: 5px;
}




.buttonok, .tickok 
{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}



.buttonok 
{
  width: 100px;
  height: 40px;
  background: dodgerblue;
  border-radius: 6px;
  transition: all .3s cubic-bezier(0.67, 0.17, 0.40, 0.83);
  position: absolute;
}

.buttonok svg 
{
  transform: rotate(180deg);
  transition: all .5s;
}

.button__circle
{
  width: 40px;
  height: 40px;
  background: mediumseagreen;
  border-radius: 50%;
  transform: rotate(-180deg);
}

.buttonok:hover 
{
  cursor: pointer;
}

.tickok 
{
  color: white;
  font-size: 20px;
  transition: all .9s;
}
