.tooltip{animation:tooltipAnimation 4s ease-in-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:2vw;height:auto;height:150px;left:50%;margin:0 auto;overflow:hidden;padding-block:40px;padding-right:40px;position:fixed;text-align:center;top:20px;transform:translate(-50%);width:60%;z-index:1010}.tooltip_content_wrapper{align-items:center;display:flex;gap:50px;height:100%;justify-content:flex-start;margin:0 auto;position:relative;width:90%}@media screen and (max-width:768px){.tooltip_content_wrapper{gap:30px}}@media screen and (max-width:480px){.tooltip_content_wrapper{gap:20px}}@media screen and (max-width:375px){.tooltip_content_wrapper{gap:15px}}.tooltip .status_wrapper{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:flex-start}.tooltip .status_wrapper svg{aspect-ratio:1/1;height:50px;width:50px}@media screen and (max-width:768px){.tooltip .status_wrapper svg{height:40px;width:40px}}@media screen and (max-width:480px){.tooltip .status_wrapper svg{height:30px;width:30px}}.tooltip .text_wrapper{align-items:center;background:#00000073;border-radius:0 5px 5px 0;display:flex;height:100%;justify-content:flex-start;min-width:clamp(120px,55vw,300px);padding:10px 50px 10px 10px}@media screen and (max-width:768px){.tooltip{height:110px;min-width:200px;padding-block:30px;padding-right:30px;width:90%}}@media screen and (max-width:480px){.tooltip{height:100px;min-width:90px;padding-block:20px;padding-right:20px;width:95%}}.tooltip_success{background:#071212cc;border:2px solid var(--success-border)}.tooltip_success .text_wrapper{border-left:2px solid var(--success-border)}.tooltip_info{border:1px solid var(--text-grey)}.tooltip_warning{background:#24160ecc;border:1px solid var(--warning-border)}.tooltip_warning .text_wrapper{border-left:2px solid var(--warning-border)}.tooltip_error{background:#240e18cc;border:1px solid var(--error-border)}.tooltip_error .text_wrapper{border-left:2px solid var(--error-border)}.tooltip_default{border:1px solid var(--btn-color)}@keyframes tooltipAnimation{0%{opacity:0;top:-100%}10%{opacity:1;top:5%}90%{opacity:1;top:5%}to{opacity:0;top:-100%}}
