body .ga4-container { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background-color: #f5f5f7; color: #333; display: flex; justify-content: center; align-items: flex-start; width: 90%; min-height: 800px; background-color: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); border-radius: 10px; overflow: hidden; margin: 20px auto; } .ga4-menu { width: 30%; background-color: #f8f9fa; padding: 20px; box-sizing: border-box; border-right: 1px solid #dee2e6; } .ga4-menu h2 { font-size: 1.2em; margin: 0; padding: 10px 0; border-bottom: 1px solid #dee2e6; } .ga4-menu h3 { font-size: 1em; cursor: pointer; margin: 10px 0; padding: 10px; color: #495057; display: flex; justify-content: space-between; align-items: center; background-color: #e9ecef; border-top-right-radius: 20px; border-bottom-right-radius: 20px; transition: background 0.3s, color 0.3s; } .ga4-menu h3:hover { background-color: #dde5eb; } .ga4-menu h3 .fa { margin-left: 10px; transition: transform 0.3s; } .ga4-menu h3.open .fa { transform: rotate(90deg); } .ga4-menu ul { list-style-type: none; padding-left: 0; margin: 0; } .ga4-menu ul li { padding: 10px; background: #f8f9fa; margin-bottom: 3px; cursor: pointer; border-radius: 20px; font-size: 0.9em; transition: background 0.3s, color 0.3s; } .ga4-menu ul li:hover { background: #e2e6ea; } .ga4-menu ul li.selected { background: #d6e4f0; color: #0056b3; } .ga4-menu .items { display: none; padding-left: 15px; } .ga4-content { width: 70%; padding: 7px; box-sizing: border-box; text-align: center; } .ga4-container h1 { font-size: medium; text-align: left; margin: 27px 0px 19px 0px; padding: 0px; } .ga4-input-group { display: flex; align-items: center; justify-content: flex-start; margin-top: 5px; } .ga4-input-group input { width: 150px; padding: 6px; margin: 20px 0; border: 1px solid #ccc; border-radius: 5px; font-size: 16px; } .ga4-input-group button { padding: 6px 11px; border: none; background-color: #007bff; color: white; font-size: 12px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; cursor: pointer; margin-left: 10px; } .ga4-input-group button:hover { background-color: #0056b3; } #ga4-show-modal { background-color: #28a745; margin-left: 10px; } #ga4-show-modal:hover { background-color: #218838; } .ga4-content img { max-width: 100%; height: auto; margin-top: 20px; border-radius: 10px; } .ga4-content p { font-size: 1em; margin-top: 20px; color: #333; text-align: left; } .ga4-modal { display: none; position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.4); padding-top: 60px; } .ga4-modal-content { background-color: #fefefe; margin: 5% auto; padding: 20px; border: 1px solid #888; width: 80%; max-width: 600px; border-radius: 10px; } .ga4-close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .ga4-close:hover, .ga4-close:focus { color: black; text-decoration: none; cursor: pointer; } .ga4-menu h4 { display: flex; align-items: center; font-size: 1.2em; margin: 10px 0; } .ga4-menu h4 .fa { margin-right: 8px; }
