:root,
:host {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
    --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
    --fa-font-duotone-regular: normal 400 1em/1 "Font Awesome 6 Duotone";
    --fa-font-duotone-light: normal 300 1em/1 "Font Awesome 6 Duotone";
    --fa-font-duotone-thin: normal 100 1em/1 "Font Awesome 6 Duotone";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
    --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
    --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
    --fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 6 Sharp";
    --fa-font-sharp-duotone-solid: normal 900 1em/1 "Font Awesome 6 Sharp Duotone";
    --fa-font-sharp-duotone-regular: normal 400 1em/1 "Font Awesome 6 Sharp Duotone";
    --fa-font-sharp-duotone-light: normal 300 1em/1 "Font Awesome 6 Sharp Duotone";
    --fa-font-sharp-duotone-thin: normal 100 1em/1 "Font Awesome 6 Sharp Duotone";
}

svg:not(:root).svg-inline--fa,
svg:not(:host).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.svg-inline--fa.fa-2xs {
    vertical-align: 0.1em;
}

.svg-inline--fa.fa-xs {
    vertical-align: 0em;
}

.svg-inline--fa.fa-sm {
    vertical-align: -0.0714285705em;
}

.svg-inline--fa.fa-lg {
    vertical-align: -0.2em;
}

.svg-inline--fa.fa-xl {
    vertical-align: -0.25em;
}

.svg-inline--fa.fa-2xl {
    vertical-align: -0.3125em;
}

.svg-inline--fa.fa-pull-left {
    margin-right: var(--fa-pull-margin, 0.3em);
    width: auto;
}

.svg-inline--fa.fa-pull-right {
    margin-left: var(--fa-pull-margin, 0.3em);
    width: auto;
}

.svg-inline--fa.fa-li {
    width: var(--fa-li-width, 2em);
    top: 0.25em;
}

.svg-inline--fa.fa-fw {
    width: var(--fa-fw-width, 1.25em);
}

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.fa-layers-counter,
.fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center;
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -0.125em;
    width: 1em;
}

.fa-layers svg.svg-inline--fa {
    transform-origin: center center;
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}

.fa-layers-counter {
    background-color: var(--fa-counter-background-color, #ff253a);
    border-radius: var(--fa-counter-border-radius, 1em);
    box-sizing: border-box;
    color: var(--fa-inverse, #fff);
    line-height: var(--fa-counter-line-height, 1);
    max-width: var(--fa-counter-max-width, 5em);
    min-width: var(--fa-counter-min-width, 1.5em);
    overflow: hidden;
    padding: var(--fa-counter-padding, 0.25em 0.5em);
    right: var(--fa-right, 0);
    text-overflow: ellipsis;
    top: var(--fa-top, 0);
    transform: scale(var(--fa-counter-scale, 0.25));
    transform-origin: top right;
}

.fa-layers-bottom-right {
    bottom: var(--fa-bottom, 0);
    right: var(--fa-right, 0);
    top: auto;
    transform: scale(var(--fa-layers-scale, 0.25));
    transform-origin: bottom right;
}

.fa-layers-bottom-left {
    bottom: var(--fa-bottom, 0);
    left: var(--fa-left, 0);
    right: auto;
    top: auto;
    transform: scale(var(--fa-layers-scale, 0.25));
    transform-origin: bottom left;
}

.fa-layers-top-right {
    top: var(--fa-top, 0);
    right: var(--fa-right, 0);
    transform: scale(var(--fa-layers-scale, 0.25));
    transform-origin: top right;
}

.fa-layers-top-left {
    left: var(--fa-left, 0);
    right: auto;
    top: var(--fa-top, 0);
    transform: scale(var(--fa-layers-scale, 0.25));
    transform-origin: top left;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-2xs {
    font-size: 0.625em;
    line-height: 0.1em;
    vertical-align: 0.225em;
}

.fa-xs {
    font-size: 0.75em;
    line-height: 0.0833333337em;
    vertical-align: 0.125em;
}

.fa-sm {
    font-size: 0.875em;
    line-height: 0.0714285718em;
    vertical-align: 0.0535714295em;
}

.fa-lg {
    font-size: 1.25em;
    line-height: 0.05em;
    vertical-align: -0.075em;
}

.fa-xl {
    font-size: 1.5em;
    line-height: 0.0416666682em;
    vertical-align: -0.125em;
}

.fa-2xl {
    font-size: 2em;
    line-height: 0.03125em;
    vertical-align: -0.1875em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    left: calc(-1 * var(--fa-li-width, 2em));
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em);
    line-height: inherit;
}

.fa-border {
    border-color: var(--fa-border-color, #eee);
    border-radius: var(--fa-border-radius, 0.1em);
    border-style: var(--fa-border-style, solid);
    border-width: var(--fa-border-width, 0.08em);
    padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
    animation-name: fa-beat;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
    animation-name: fa-bounce;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
    animation-name: fa-fade;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
    animation-name: fa-beat-fade;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
    animation-name: fa-flip;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
    animation-name: fa-shake;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
    animation-name: fa-spin;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
    --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
    animation-name: fa-spin;
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {

    .fa-beat,
    .fa-bounce,
    .fa-fade,
    .fa-beat-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

@keyframes fa-beat {

    0%,
    90% {
        transform: scale(1);
    }

    45% {
        transform: scale(var(--fa-beat-scale, 1.25));
    }
}

@keyframes fa-bounce {
    0% {
        transform: scale(1, 1) translateY(0);
    }

    10% {
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    }

    30% {
        transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    }

    50% {
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    }

    57% {
        transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    }

    64% {
        transform: scale(1, 1) translateY(0);
    }

    100% {
        transform: scale(1, 1) translateY(0);
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, 0.4);
    }
}

@keyframes fa-beat-fade {

    0%,
    100% {
        opacity: var(--fa-beat-fade-opacity, 0.4);
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(var(--fa-beat-fade-scale, 1.125));
    }
}

@keyframes fa-flip {
    50% {
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    }
}

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg);
    }

    4% {
        transform: rotate(15deg);
    }

    8%,
    24% {
        transform: rotate(-18deg);
    }

    12%,
    28% {
        transform: rotate(18deg);
    }

    16% {
        transform: rotate(-22deg);
    }

    20% {
        transform: rotate(22deg);
    }

    32% {
        transform: rotate(-12deg);
    }

    36% {
        transform: rotate(12deg);
    }

    40%,
    100% {
        transform: rotate(0deg);
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    transform: rotate(90deg);
}

.fa-rotate-180 {
    transform: rotate(180deg);
}

.fa-rotate-270 {
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1, -1);
}

.fa-rotate-by {
    transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
    display: inline-block;
    vertical-align: middle;
    height: 2em;
    position: relative;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: var(--fa-stack-z-index, auto);
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1.25em;
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2.5em;
}

.fa-inverse {
    color: var(--fa-inverse, #fff);
}

.sr-only,
.fa-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.svg-inline--fa .fa-primary {
    fill: var(--fa-primary-color, currentColor);
    opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa .fa-secondary {
    fill: var(--fa-secondary-color, currentColor);
    opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-primary {
    opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
    opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
    fill: black;
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    background-color: #fff
}

.logo {
    font-size: 2.5em;
    font-weight: 700;
    color: #000;
    flex-grow: 1;
    margin-right: 40px
}

.connect-wallet {
    background-color: #000;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 1em;
    font-weight: 500
}

.nav-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px
}

.main-content {
    text-align: left;
    width: 100%;
    background-color: #fff
}

.title {
    display: flex;
    align-items: center;
    font-size: 2.5em;
    margin-bottom: 20px;
    font-weight: 700;
    color: #000
}

.title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 20px
}

.title-container h1 {
    font-size: 3px;
    font-weight: 700;
    color: #333
}

.search-form {
    position: relative;
    margin-bottom: 20px
}

.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #888
}

.search-input {
    width: 100%;
    padding: 12px 12px 12px px;
    font-size: 1em;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 2px 5px #0000001a;
    transition: none
}

.search-input:focus {
    outline: none;
    border-color: #525469
}

.network-selector {
    margin-bottom: 40px;
    background-color: #fff
}

.network-selector p {
    margin: 0 0 10px;
    color: #555
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-button {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 2px 5px #0000001a;
    color: #000
}

.dropdown-logo {
    width: 20px;
    height: 20px;
    margin-right: 8px
}

.dropdown-arrow {
    margin-left: 8px
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
    box-shadow: 0 2px 5px #0000001a;
    z-index: 1000
}

.dropdown-menu li {
    padding: 8px 16px
}

.dropdown-menu li a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none
}

.dropdown-menu li a:hover {
    background-color: #f0f0f0
}

.info-section {
    margin-top: 40px;
    background-color: #fff
}

.info-section a {
    color: #646cff;
    text-decoration: none
}

.info-section a:hover {
    color: #535bf2
}

.approvals-list {
    margin-top: 40px;
    background-color: #fff
}

.approval-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd
}

.approval-item span {
    color: #000
}

.revoke-btn {
    background-color: #ff4d4d;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer
}

.revoke-btn:hover {
    background-color: #e60000
}

#masterFooter .back-to-top {
    color: #212529;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s ease
}

#masterFooter .list-unstyled {
    padding: 0;
    list-style: none
}

#masterFooter .footer-link {
    color: #212529;
    text-decoration: none;
    font-size: .875rem;
    transition: color .3s ease
}

#masterFooter .bg-primary {
    background-color: #007bff;
    font-size: .75rem;
    padding: .25rem .5rem
}

#masterFooter .external-link-icon {
    color: #93a3b8;
    font-size: 12px;
    padding-left: 4px
}

#masterFooter .border-top {
    border-color: #dee2e6;
    padding: .1rem 0
}

#masterFooter .row.justify-content-between.align-items-center.fs-sm {
    font-size: .875rem
}

#masterFooter .col-md p {
    color: #6c757d
}

#masterFooter .col-md.text-md-end {
    text-align: right
}

#masterFooter .donation-link {
    color: #007bff;
    text-decoration: none;
    transition: color .3s ease
}

#masterFooter .donation-link:hover {
    color: #0056b3
}

#masterFooter .heart-icon {
    color: #fb5656
}

#masterFooter .row {
    display: flex;
    flex-wrap: wrap
}

#masterFooter .col-lg-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

#masterFooter .col-md-4,
#masterFooter .col-6 {
    flex: 1 1 30%;
    margin-bottom: 2rem
}

@media (max-width: 991px) {
    #masterFooter .col-lg-4 {
        padding-right: 0
    }

    #masterFooter .col-lg-4 {
        margin-bottom: 1.5rem
    }
}

@media (max-width: 767px) {
    #masterFooter .col-6 {
        margin-bottom: 1.5rem
    }

    #masterFooter .col-md.text-md-end {
        text-align: left
    }
}

.clear-signature-btn {
    position: relative;
    cursor: not-allowed
}

.clear-signature-btn:hover:after {
    content: "Search owner's key.";
    position: absolute;
    top: -8px;
    left: 55%;
    transform: translate(-35%);
    padding: 5px;
    background-color: #585656;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
    box-shadow: 0 2px 5px #3f3e3e4d;
    max-width: 200px
}

.clear-signature-btn:hover:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 100%;
    transform: translate(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #333;
    z-index: 10
}

:root {
    font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color-scheme: light;
    color: #213547;
    background-color: #fff;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #fff
}

.app-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.app-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #fff;
    flex: 1
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    background-color: #fff;
    position: relative
}

.logo {
    font-size: 2.5em;
    font-weight: 700;
    color: #000;
    margin-right: 40px
}

.hamburger {
    display: none;
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    color: #000
}

.nav-bar-right {
    display: flex;
    align-items: center
}

.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px
}

.nav-links li {
    display: inline
}

.nav-links a {
    font-weight: 500;
    color: #000;
    text-decoration: none
}

.nav-links a:hover {
    color: #535bf2
}

@media (max-width: 768px) {
    .hamburger {
        display: block
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 85%;
        left: 0;
        right: 0;
        background-color: #f8f9fa;
        padding: 15px 20px;
        box-shadow: 0 4px 8px #0000001a;
        border-radius: 0 0 8px 8px;
        z-index: 1000;
        flex-direction: column;
        gap: 10px
    }

    .nav-links.mobile-open {
        display: flex
    }

    .nav-links.mobile-hidden {
        display: none
    }

    .nav-links li {
        width: 90%;
        display: block;
        margin: 0;
        padding: 1px 10px;
        border-bottom: 1px solid #e9ecef
    }

    .nav-links li:last-child {
        border-bottom: none
    }

    .nav-links a {
        display: block;
        font-size: 1em;
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
        transition: color .3s ease, background-color .3s ease
    }

    .nav-links a:hover {
        color: #535bf2;
        background-color: #e9ecef;
        border-radius: 4px;
        padding-left: 5px
    }

    .more-dropdown a {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .dropdown-arrow {
        font-size: .8em;
        margin-left: 5px
    }
}

.main-content {
    text-align: left;
    width: 100%;
    background-color: #fff;
    padding: 0 10px
}

.title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    font-size: 3em
}

.network-logo {
    margin-right: 10px;
    height: 70px;
    width: auto
}

.title-container h1 {
    font-size: 3em;
    font-weight: 700;
    color: #333
}

@media (max-width: 768px) {
    .title-container {
        flex-direction: column;
        padding: 15px
    }

    .title-container h1 {
        font-size: 2em
    }
}

.search-form {
    position: relative;
    margin-bottom: 20px;
    width: 100%
}

.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #888;
    cursor: pointer
}

.search-input {
    width: 100%;
    padding: 12px 12px 12px 40px;
    font-size: 1em;
    border: 1px solid #000000;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 2px 5px #0000001a;
    transition: none
}

.search-input:focus {
    outline: none;
    border-color: #272835
}

.info-section {
    margin-top: 20px;
    padding: 0 10px
}

.info-section h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000
}

.info-section p {
    margin-bottom: 20px;
    color: #555;
    font-size: 1em
}

@media (max-width: 768px) {
    .info-section h2 {
        font-size: 1.5em
    }

    .info-section p {
        font-size: .9em
    }
}

.signatures-list {
    margin-top: 10px;
    background-color: #fff
}

.signatures-table-container {
    margin: 20px 0;
    width: 100%;
    overflow-x: auto
}

.signatures-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    box-shadow: 0 2px 5px #0000001a
}

.signatures-table th,
.signatures-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.signatures-table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #495057;
    text-transform: uppercase;
    font-size: .9rem
}

.signatures-table td {
    color: #212529;
    font-size: .95rem;
    max-width: 200px
}

.clear-signature-btn {
    background-color: #726969;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: .9rem
}

.clear-signature-btn:hover {
    background-color: #a8a2a2
}

.loading-text {
    text-align: center;
    color: #555;
    padding: 20px
}

.fake-phishing-text {
    color: red;
    font-weight: 450
}

.warning-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle
}

#masterFooter {
    background-color: #f8f9fa;
    color: #212529;
    width: 100%;
    font-size: .875rem;
    box-shadow: 0 -2px 10px #0000000d
}

#masterFooter .container-xxl {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

#masterFooter .d-flex.justify-content-between {
    padding: 2rem 0
}

#masterFooter .d-flex.gap-2 {
    gap: .5rem
}

#masterFooter .social-icon {
    background-color: #adb5bd;
    border: none;
    color: #fff;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: background-color .3s ease, transform .2s ease
}

#masterFooter .social-icon:hover {
    background-color: #6c757d;
    transform: scale(1.1)
}

#masterFooter .back-to-top {
    color: #212529;
    text-decoration: none;
    font-weight: 500
}

#masterFooter .back-to-top:hover {
    color: #535bf2
}

#masterFooter hr {
    border-color: #dee2e6;
    margin: 0
}

#masterFooter .row {
    display: flex;
    justify-content: space-between;
    padding: 0rem 0
}

#masterFooter .col-lg-4 {
    flex: 1;
    padding-right: 2rem
}

#masterFooter .h6 {
    font-size: 1rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem;
    text-transform: uppercase
}

#masterFooter .list-unstyled {
    padding: 0;
    list-style-type: none
}

#masterFooter .list-unstyled li {
    margin-bottom: .5rem
}

#masterFooter .fs-sm {
    font-size: .875rem;
    color: #6c757d
}

#masterFooter .footer-link {
    color: #212529;
    text-decoration: none;
    font-size: .875rem
}

#masterFooter .footer-link:hover {
    color: #535bf2
}

@media (max-width: 768px) {
    #masterFooter .row {
        flex-direction: column;
        text-align: center
    }

    #masterFooter .col-lg-4 {
        margin-bottom: 2rem
    }
}