/* customised css - docsteam DALnet@2026 */

body {
    font-family: roboto, sans-serif;
}
a{
    text-decoration: none;
}
form {
    display: flex;
    justify-content: center;
}
form input{
    width: 100%;
}
.result {
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 5px 20px;
}
.result-title{
    font-size: 20px;
    margin: 5px 0;
}
.green-url{
    font-size: 14px;
    font-weight: 300;
    padding: 2px 0;
    color: green;
    margin: 5px 0;
}
.snippet{
    line-height: 1.57;
    word-wrap: break-word
}
.pages{
    display: flex;
    padding: 10px 20px;
}
.page{
    margin: 0 5px;
}
.gs-snippet{
    padding: 5px;
    margin: 5px;
    border: 1px solid rgb(255,204,51);
    background-color: rgb(255,244,194);
}
.text-input{
    padding: 5px;
    outline: #efefef;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    border: solid 1px #00205c;
    border-radius: 0px;
    width: 231px;
}
.text-input::placeholder{
    text-align: center;
}
.submit-button {
    font-size: 16px;
    color: white;
    background: #00205c;
    border: none;
    border-radius: 0px;
    padding: 0px;
    width: 50px;
    height: 30px;
    margin: 0px;
    display: inherit;
    justify-content: center;
    align-items: center;
}
.submit-button img{
    width: 15px;
    height: 16px;
    fill: white;
}

.logo-search-image{
    width: 100%;
    max-width: 320px
}

@media(max-width: 420px){
.result {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    }
.result-title{
    font-size: large
    }
.green-url{
    font-size: 14px;
    font-weight: 300;
    padding: 2px 0;
    color: green;
    margin: 5px 0;
    }
.snippet{
    line-height: 1.57;
    font-size: small;
    }
.pages{
    display: flex;
    padding-left: inherit;
    font-size: 1.2em;
    margin-bottom: 10px;
    }
.page{
    margin: 0 5px;
    }
.gs-snippet{
    padding: 5px;
    margin: 5px;
    border: 1px solid rgb(255,204,51);
    background-color: rgb(255,244,194);
    }
}

/* Dark Mode Overrides */

html, body {
    background-color: #0d1117 !important;
    color: #c9d1d9 !important;
}

/* Links */
a:active, a:link, a:visited {
    color: #58a6ff !important;
}

/* Header bars or coloured sections */
.blue-background {
    background-color: #183968 !important;
    color: #c9d1d9 !important;
}

/* Inputs */
.text-input {
    background-color: #0d1117 !important;
    color: #c9d1d9 !important;
    border: 1px solid #30363d !important;
}

/* Buttons */
.submit-button {
    background-color: #30363d !important;
    color: #c9d1d9 !important;
}
.submit-button svg {
    fill: #c9d1d9 !important;
}

/* Content containers */
.content,
.content-4,
.align-left,
.align-right,
.justify,
.justify-team,
.justify-credits,
.justify-news {
    color: #c9d1d9 !important;
}

/* Footer */
.footer {
    color: #c9d1d9 !important;
}
.footer hr {
    border-color: #30363d !important;
}

/* Tables (if present) */
table, th, td {
    color: #c9d1d9 !important;
    border-color: #30363d !important;
}

/* Code blocks (if present) */
pre, code {
    background-color: #161b22 !important;
    color: #c9d1d9 !important;
}

/* Toggle switch colours */
.slider {
    background-color: #444 !important;
}
.slider:before {
    background-color: #c9d1d9 !important;
}
input:checked + .slider {
    background-color: #58a6ff !important;
}
input:checked + .slider:before {
    background-color: #0d1117 !important;
}

    