@charset "utf-8";

#aichat {text-align: center; position: fixed; right: 2%; bottom: 2%; z-index: 9999; background: #004ea2; color: #fff; border-radius: 10px; box-shadow: 0 0 7px #555; padding: 10px 10px; cursor: pointer;}
#aichat p {line-height: 1.4}
#aichat p.launcher {margin: 0; font-size: 18px; color: #004ea2; line-height: 1; padding: 3% 2%; background: #fedf32; font-weight: bold; border-radius: 2em; font-feature-settings: "palt"; font-family: "ŸàƒSƒVƒbƒN","Yu Gothic",sans-serif;}
#aichat p.launcher .icon {background: url(/shared/images/ai_chat_icon.png) no-repeat left center; padding: 5px 0 5px 34px;}
#aichat p.doui {font-size: 13px; margin: 0.5em 0 0.3em;}
#aichat p.doui a {color: #fedf32;}
#aichat p.doui a:hover {text-decoration: none;}
#aichat p.pinfo {font-size: 11px; margin: 0;}

.modaal-container {height: 100%}
.modaal-wrapper {z-index: 10002}
.modaal-overlay {z-index: 10001}
.modaal-close {right: 2%}
.modaal-inner-wrapper {padding-left: 2%; padding-right: 2%}