.toggle-icon{ padding: 10px; margin-bottom: 18px; } .search{ border-top-right-radius: 32px !important; border-bottom-right-radius: 32px !important; background-color: #fff; } .google{ border-top-left-radius: 32px !important; border-bottom-left-radius: 32px !important; background-color: #fff; } .input-group-prepend { margin-right: -2px !important; } .input-group-append { margin-left: -2px !important; } .form-control:focus { color: #495057; background-color: #fff; border-color: #ced4da; outline: 0; box-shadow: 0 0 0 0 !important; } .form-control{ border-right: 0 !important; border-left: 0 !important; background-color: #fff; } .container { position: relative; width: 100%; overflow: hidden; /* 16:9 Aspect Ratio */ } .google_result{ background-color: #fff; width: 500px; height: 500px; z-index:2; position: absolute; margin-top:28px; border: 4px solid black; overflow: auto; } .google_result > div { background-color: #fff; border: 1px solid #ccc; padding: 10px; margin: 10px 0; border-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } .header { font-size: 1.5rem; font-weight: bold; } .link { color: #1a0dab; text-decoration: underline; } .link:hover { color: #0d0d0d; } .content { font-size: 0.9rem; color: #545454; }