.am-tips-dialog{position:relative;width:100%;padding:0 8px;padding:0 var(--am-tips-dialog-container-spacing,8px);box-sizing:border-box;font-size:15px;font-size:var(--am-tips-dialog-font-size,15px)}.am-tips-dialog .am-button{box-shadow:none}.am-tips-dialog-wrap{display:flex;align-items:center;background:rgba(0,0,0,.75);position:relative;box-shadow:0 4px 10px 0 rgba(51,51,51,.2);border-radius:8px;border-radius:var(--am-tips-dialog-border-radius,8px);padding:8px 12px;padding:var(--am-tips-dialog-v-spacing,8px) var(--am-tips-dialog-spacing,12px);height:100%}.am-tips-dialog-arrow{position:absolute;width:15px;height:8px}.am-tips-dialog-arrow-bottom-left{bottom:-8px;left:26px}.am-tips-dialog-arrow-bottom-right{bottom:-8px;right:26px}.am-tips-dialog-arrow-bottom-center{bottom:-8px;left:50%;margin-left:-8px}.am-tips-dialog-arrow-top-left{top:-8px;left:26px;transform:rotate(180deg)}.am-tips-dialog-arrow-top-right{top:-8px;right:26px;transform:rotate(180deg)}.am-tips-dialog-arrow-top-center{top:-8px;left:50%;margin-left:-8px;transform:rotate(180deg)}.am-tips-dialog-arrow-left{top:50%;left:-11px;margin-top:-4px;transform:rotate(90deg) translateY(6%)}.am-tips-dialog-arrow-right{top:50%;right:-11px;margin-top:-4px;transform:rotate(-90deg) translateY(6%)}.am-tips-dialog-wrap .am-tips-dialog-rectangle{padding:0 16px 0 6px}.am-tips-dialog-wrap::before .am-tips-dialog-rectangle{display:none}.am-tips-dialog-close{margin-left:12px;margin-left:var(--am-tips-dialog-h-spacing,12px);align-self:flex-start;height:22px;height:var(--am-tips-dialog-icon-size,22px);width:22px;width:var(--am-tips-dialog-icon-size,22px)}.am-tips-dialog-close:before{transform:rotate(45deg)}.am-tips-dialog-close:after{transform:rotate(-45deg)}.am-tips-dialog-close-container{margin-left:12px;margin-left:var(--am-tips-dialog-close-btn-spacing,12px);padding-top:6px;box-sizing:border-box;position:relative;height:100%;align-self:stretch}.am-tips-dialog-icon{background-color:#fff;background-color:var(--am-tips-dialog-icon-bg-color,#fff);border-radius:4px;border-radius:var(--am-tips-dialog-border-radiu,4px);margin-right:12px;margin-right:var(--am-tips-dialog-h-spacing,12px)}.am-tips-dialog-icon .a-image{height:36px;height:var(--am-tips-dialog-image-size,36px);width:36px;width:var(--am-tips-dialog-image-size,36px)}.am-tips-dialog-content{flex:1}
|