/* npx tailwindcss -i ./src/static/css/input.css -o ./src/static/css/output.css --watch */ .button { -moz-appearance: none; -webkit-appearance: none; align-items: center; border: 1px solid transparent; border-radius: 4px; box-shadow: none; font-size: 1rem; height: 2.5em; justify-content: flex-start; line-height: 1.5; padding-bottom: calc(.5em - 1px); padding-left: calc(.75em - 1px); padding-right: calc(.75em - 1px); padding-top: calc(.5em - 1px); position: relative; vertical-align: top; background-color: #fff; border-color: #fff; border-width: 1px; color: #363636; cursor: pointer; justify-content: center; padding-bottom: calc(.5em - 1px); padding-left: 1em; padding-right: 1em; padding-top: calc(.5em - 1px); text-align: center; white-space: nowrap; border-bottom-left-radius: 0; border-top-left-radius: 0; } .footer-search-bar { border: 0px; width: 100%; border-radius: 4px; height: 2.5em; padding-bottom: calc(.5em - 1px); padding-left: calc(.75em - 1px); padding-right: calc(.75em - 1px); padding-top: calc(.5em - 1px); font-size: 1rem; color: #363636; border-bottom-right-radius: 0; border-top-right-radius: 0; } .footer-search-bar:focus, .footer-search-bar:hover { outline: none !important; box-shadow: none; border: none; } .spacer { min-height: 60px; } html, body { margin: 0px; } .columns, .column{ margin:0px; padding:0px; } section .navbar-item span{ color: #4F545A; display: inline; text-align: center; -webkit-text-stroke-color: #fff; font-weight: 700; font-size: 14px; } section .navbar-brand img { max-height:none; border: 0; margin: 0; padding: 0; } .navbar{ border-bottom: 1px solid #BBB; height:78px; } .navbar-brand{ margin: 0 0rem 0 2rem; } a.try-cloud-link{ align-items: center; display: flex; background-image: none; border: 1px solid #5866F6; padding: 0px 20px; white-space: nowrap; margin:13px; font-weight: 500; border-radius: 2px; background-color: #5866F6; color: #FFFFFF; transition: background-color .6s; transition: color .6s; } a.try-cloud-link:hover { background-color: var(--c-indigo-650) !important; border-color: var(--c-indigo-650); color: var(--c-neutral-100) !important; } /* blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul { margin: revert; padding: revert; } */ li p { margin: 8px; } .dot { background: #000; float: left; height: 8px; margin-left: 5px; width: 8px; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; opacity: 0; } .box p { margin: 8px; } .box { text-wrap: wrap; word-wrap: break-word; } code { overflow-wrap: break-word; /* Allows breaking within words to prevent overflow */ white-space: pre-wrap; /* Preserves whitespace, including line breaks */ } ul { list-style-type: disc; } ol { list-style-type: decimal; } .faceted{ border-radius: 0.3rem; padding: 0.2rem 0.4rem; background-color: #EEE; float: right; } input[type="checkbox"] { display: none; } input[type="checkbox"] + label { position: relative; padding-left: 30px; cursor: pointer; display: inline-block; } input[type="checkbox"] + label::before { content: ''; position: absolute; left: 0; top: 0; width: 20px; /* Adjust the size as needed */ height: 20px; /* Adjust the size as needed */ border: 1px solid #000; /* Border thickness and color */ background-color: #fff; /* Background color when unchecked */ transition: background-color 0.3s; } input[type="checkbox"] + label::after { content: ''; position: absolute; left: 1px; /* Adjust the position as needed */ top: 0px; /* Adjust the position as needed */ width: 16px; /* Adjust the size as needed */ height: 16px; /* Adjust the size as needed */ background-image: url('data:image/svg+xml;utf8,'); /* SVG tick */ background-repeat: no-repeat; background-size: contain; opacity: 0; /* Initially hidden */ transition: opacity 0.3s; } input[type="checkbox"]:checked + label::after { opacity: 1; } .hljs { background: unset; }