/* Responsive CSS Example */
* {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
}

body {
    text-align: center;
    min-width: 350px;
    max-width: 1000px;
    padding: 0 5px;
}

h1, h2, h3, h4, h5, h6 {
    padding: 10px 5px;
    font-size: large;
    text-transform: capitalize;
}

h6 {
    color: darkred
}

.red {
    color: red;
}

.bold {
    font-weight: bold;
}

.line {
    display: flex;
    background: red;
    height: 2px;
}

u {
    color: mediumblue;
}

hr {
    border: none;
    margin: 10px;
    display: block;
    clear: both;
    background: #00f;
    height: 2px;
}

header {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc;
}

.right {
    padding-right: 10px;
    clear: both;
}

.large {
    font-size: x-large;
}

.shadow_white {
    text-shadow: 2px 2px 1px #fff;
}

.shadow_black {
    text-shadow: 1px 1px 1px #000;
}

.logo {
    flex: auto;
    text-align: left;
}

nav {
    display: flex;
    flex-grow: 1;
    align-items: center;
    position: sticky;
}

nav a {
    flex: auto;
    margin: 2px;
    color: black;
    text-decoration: none;
    line-height: 42px;
    background: #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #555;
}

nav a:hover {
    background: red;
    color: #fff;
}

.uli ul {
    list-style: decimal;
    list-style-position: outside;
    text-align: start;
}

.uli li {
    text-align: left;
    padding-left: 10px;
    margin-top: 10px;
}

.forum {
    margin: 5px;
}

.forum p {
    display: flex;
    flex-wrap: wrap;
    text-transform: capitalize;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.05)
}

.forum p a {
    flex: auto;
    color: black;
    background: #eee;
    line-height: 38px;
    padding: 5px;
    border-radius: 10px;
    text-align: left;
}

.sn {
    background: blue;
    color: white;
    padding: 5px;
    margin-right: 5px;
}

.text {
    flex-grow: 0;
    text-align: center;
    padding: 20px 5px;
    margin-bottom: 10px;
    width: 100%;
    font-size: x-large;
    font-weight: bold;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px #fff;
    line-height: 32px;
    background: linear-gradient(rgb(228, 228, 228), rgb(255, 255, 255));
    border: 2px solid black;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.by {
    float: right;
    font-weight: bold;
    padding-left: 5px;
    font-size: large;
}

.at {
    float: right;
    font-size: medium;
    color: #888;
    text-shadow: 1px 1px 1px white;
}

.text h1 {
    color: blue;
    text-shadow: 1px 1px 1px #fff;
    font-size: x-large;
    padding: 5px;
    text-transform: capitalize;
}

u {
    color: #559402ff;
}

.related {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
}

.related h1 {
    color: crimson;
    font-size: x-large;
}

.relatedMatch {
    flex: auto;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 1px;
    border-radius: 10px;
    background: #fde4f9ff;
    text-transform: capitalize;
    border: 2px solid darkcyan;
}

.relatedMatch:hover {
    background: lightgrey;
    border: 2px solid #000;
}

.relatedMatch a {
    height: 100%;
    font-weight: bold;
    text-transform: capitalize;
    color: black;
    font-size: large;
    text-shadow: 2px 2px 2px #fff;
}

b {
    color: black;
}

.btn p {
    display: flex;
    flex-wrap: wrap;
    margin: 5px auto;
}

.btn p a {
    flex: auto;
    text-transform: capitalize;
    margin: 1px;
    line-height: 32px;
    padding: 7px 15px;
    background: darkolivegreen;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.btn p a:hover {
    background: black;
}

main {
    margin-top: 10px;
    clear: both;
}

main h1 {
    color: black;
    text-shadow: none;
    font-size: large;
    text-align: start;
    padding: 10px 10px 5px 10px;
}

main p {
    padding: 10px;
    text-align: justify;
    text-transform: none;
}

main ul {
    margin-top: 10px;
    list-style: decimal-leading-zero;
}

main ul li {
    padding: 5px 0;
    text-transform: none;
    text-align: left;
}

.result {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

.result span {
    padding: 10px 0;
    width: 100%;
    background: darkslategray;
}

.result span h1 {
    font-size: x-large;
    flex: auto;
    color: yellow;
    text-shadow: 0px 0px 2px #000;
}

.result p {
    color: aliceblue;
}

p.r {
    font-size: xx-large;
    font-weight: bold;
    color: aqua;
    text-shadow: 0px 0px 2px #000;

}

.magic {
    background: darkgrey;
    padding: 10px;
}

input[type=number],
input[type=tel],
input[type=email],
input[type=password],
input[type=text],
input[type=time] {
    display: flex;
    text-transform: none;
    flex-direction: column;
    color: #000;
    background: rgb(255, 254, 247);
    font-size: x-large;
    font-weight: 700;
    padding: 7px 10px;
    margin: 5px auto;
    text-transform: none;
}

input[type=number] {
    background: black;
    color: white;
    cursor: none;
}

input[type=number]::placeholder {
    color: white
}

input[type=button],
input[type=reset],
button,
input[type=submit] {
    font-size: large;
    padding: 10px 15px;
    margin: 1px;
    margin-top: 15px;
}

input[type="search"] {
    margin: 10px auto;
    padding: 8px 12px;
    border: 2px solid #000;
    border-radius: 4px;
    font-size: 16px;
    background: lightgoldenrodyellow;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease-in-out;
}

input[type="search"]:focus {
    border-color: #007bff;
    /* Highlight border on focus */
    outline: none;
    /* Remove default outline */
}

.search {
    background: blue;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background-size: contain;
    cursor: pointer;
    opacity: 0.7;
}

input[type="search"]::-webkit-search-cancel-button:hover {
    opacity: 1;
}

textarea {
    display: flex;
    width: 100%;
    color: #000;
    font-size: x-large;
    text-transform: capitalize;
    background: lightyellow
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}