.custom-tooltip__container{position:relative;width:100%}.custom-tooltip{height:auto;position:absolute;z-index:9998;max-width:350px;width:auto;min-width:100px;margin-top:-15px;padding:6px 13px;border-radius:4px;border:2px solid #fff;background-color:#fff;color:#000;animation:fadeIn 1s}.custom-tooltip__arrow{transform:rotate(45deg);background-color:#fff;border-left:2px solid #fff;border-top:2px solid #fff;margin-top:-11px;margin-bottom:3px;width:7px;height:7px}.custom-tooltip--success{border:2px solid #34b56d;background-color:#34b56d;color:#fff;font-weight:500;margin-top:-10px}.custom-tooltip__arrow--success{background-color:#34b56d;border-left:2px solid #34b56d;border-top:2px solid #34b56d}.custom-tooltip--danger{border:2px solid red;top:-2px}.custom-tooltip__arrow--danger{border-left:2px solid red;border-top:2px solid red}.custom-tooltip--informer{z-index:0;position:-webkit-sticky!important;position:sticky!important;max-width:none;background-color:#fae3d4;border:2px solid #fae3d4}.custom-tooltip__arrow--informer{background-color:#fae3d4;border-left:2px solid #fae3d4;border-top:2px solid #fae3d4}.custom-tooltip__arrow--right{position:absolute;margin:0;left:-5px;top:20px}.custom-tooltip--right{margin-top:0}.custom-tooltip__arrow--danger.custom-tooltip__arrow--right{transform:rotate(315deg)}@media (min-width:768px){.custom-tooltip--danger{top:12px}}