*                                   {margin: 0; padding: 0; box-sizing: border-box;}
.success--placeholder               {position: absolute; z-index: 999999999999999; background: #fff; top: 0; left: 0; right: 0; bottom: 0; overflow-y: auto; overflow-x: hidden; display: flex; justify-content: center; padding: 10px; align-items: center;}
.success                            {background: #fff; border: 1px solid #00000026; border-radius: 7px; width: calc(100% - 20px); max-width: 560px; max-height: calc(100% - 20px); display: flex; padding: 20px 15px 15px 15px; flex-direction: column; gap: 10px; align-items: center; height: fit-content;}
.success *                          {font-family: 'Source Sans 3';}
.success__head                      {display: flex; flex-direction: column; align-items: center;}
.success__head--icon                {width: 100px; height: 100px;}
.success__head--text                {color: #43a047; font-size: 14px; margin-top: 5px;}
.success__head--text2               {font-size: 24px; font-weight: bold; color: #000;}
.success__body                      {margin: 0 0 12px 0; text-align: center; display: flex; flex-direction: column; gap: 7px;}
.success__item                      {display: flex; flex-direction: column; align-items: center; align-content: center;}
.success__item>div:first-child      {font-size: 15px; color: #222;}
.success__item>div:last-child       {color: #666; font-size: 14px;}
.color-green                        {color: #43a047!important; font-size: 15px!important; background: linear-gradient(45deg, #43a04730, transparent); font-weight: bold; padding: 3px 6px;}
.success_desc                       {font-size: 12px; color: #555; text-align: center;}
.success_desc a                     {text-decoration: none; color: #555; font-weight: bold;}
.success_ok                         {border: 3px solid #f27a1a; border-radius: 4px; font-size: 16px; background: #f27a1a; font-weight: 700; padding: 10px 0; text-align: center; color: #fff; cursor: pointer; margin: 5px 0; width: 100%;}
@media screen and (max-width: 900px){
    .success--placeholder           {zoom: .8;}
}