:root {
  --G2-AI-Gradient: linear-gradient(307deg, rgba(87, 70, 178, 0.70) 14.06%, #FF492C 87.52%);
}
.cm-veera-popup .g2-modal iframe {
  height: calc(100vh - 87px);
}

.cm-veera-popup .g2-modal-close {
  top: 0;
  right: 5px;
  width: 19px;
  height: 25px;
}

.cm-veera-popup .g2-modal{
  max-width: 80%; 
  max-height: 100%;
  padding: 18px;
  opacity:0;
  visibility:hidden;
  display:block;
  transition:0.4s ease opacity;
}
.cm-veera-popup .g2-modal::backdrop {
  opacity: 0.8;
  background-color: black;
}
.cm-veera-popup dialog[open]{
  opacity:1;
  visibility:visible;
  transition:0.3s ease opacity;
}

.cm-veera-popup .g2-modal:before {
  display: none;
}

a.cm-amma-btn:hover {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #ff492cb2, #5746b2b2) border-box;
  transform: translateY(-6px);
}
a.cm-amma-btn:hover svg * {
  fill: #fff;
}
a.cm-amma-btn svg * {
  fill: #FF492C;
}

a.cm-amma-btn {
  color: #5746B2;
  display: flex;
  width: 324px;
  align-items: center;
  justify-content: center;
  border-radius: 72.889px;
  padding: 25px 51px;
  margin-top: 40px;
  text-decoration: none;
  position: relative;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #ff492cb2, #5746b2b2) border-box;
  border: 3px solid transparent;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, border .2s ease-in-out, color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out,border .2s ease-in-out,color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out,transform .2s ease-in-out,border .2s ease-in-out,color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out,transform .2s ease-in-out,border .2s ease-in-out,color .2s ease-in-out;
  transition: all background-color .2s ease-in-out,transform .2s ease-in-out,border .2s ease-in-out,color .2s ease-in-out;
}
a.cm-amma-btn:hover:before{
  display:none; 
}



a.cm-amma-btn svg {
  width: 24px;
  height: 24px;
  margin-right:10px
}

@media (max-width:767px){
  .cm-veera-popup .g2-modal{
    calc(100% - 40px)
  } 
}