/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 30, 2022, 3:36:48 PM
    Author     : ryan
*/

.pop_body{
  width:100%;
  border:1px solid red;
  padding:10px;
}

.pop_wrap{
  background:white;
  position:absolute;
}

.pop_footer{
  margin-top:10px;
}

.pop_arrow_red{
  position: absolute;
    background: transparent;
    margin-left: -8px;
    margin-top: 14px;
    border-left: 18px solid red;
    border-bottom: 18px solid transparent;
    transform: rotate(-45deg);
}

.pop_arrow_white{
  position: absolute;
    background: transparent;
    margin-left: -6px;
    margin-top: 14px;
    border-left: 18px solid white;
    border-bottom: 18px solid transparent;
    transform: rotate(-45deg);
}

.pop_body{
  background:#e6e6e6;
}

.pop_wrap .btn{
  background:#4bbb04 !important;
  height: 30px;
    line-height: 30px;
    margin-top: 8px;
}