.modalgift {
   position: fixed;
   z-index: 99998;
   background: #ffffff73;
   width: 100%;
   height: 100%;
   top: 0px;
   display: none;
   justify-content: center;
   align-items: center;
}
.modalgift .modalgift__content {
   width: 400px;
   background: white;
   border: solid 1px #f15b40;
   padding: 20px;
   position: relative;
}

.modalgift.active{
   display: flex;
}

.modalgift__content svg {
   width: 30px;
   position: absolute;
   right: -15px;
   top: -15px;
   background: white;
   cursor: pointer;
}
.modalgift__content path {
   fill: #f15b40;
}

.retornogift.error_msg{
   text-align: center;
   font-size: 1.9rem;
   line-height: 2.4rem;
   letter-spacing: .01em;
   font-weight: 700;
   font-family: 'TradeGothic', sans-serif;
}


.modalgift__content .retornogift{
   text-align: center;
   font-size: 1.6rem;
   font-weight: 700;
   font-family: 'TradeGothic', sans-serif;
   margin: 0.8rem 0;
}
.sendgift .retornogift.error{
   color:red;
}

.loader{
   z-index: 99999;
}
a.noticia__socials--item.giftnews {
   background: #869a97;
}