@charset "UTF-8";:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

*,::after,::before {
    box-sizing: border-box
}

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

body {
    color: #eeeeee;
    background: #0a5891;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0
}

#nav {
    max-width: 600px;
    border-bottom: 1px #aaaaaa5c solid;
    margin: 0 auto 30px;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    font-size: 15px;
}

#nav a {
    color: #fff;
    text-decoration: none;
    margin-right: 5%
}

#nav a:last-child {
    margin-right: 0
}
.langs-wrap {
    position: relative
}

.langs {
    display: none
}

ul.langs {
    margin: 0;
    list-style: none;
    width: 140px;
    position: absolute;
    background-color: #fff;
    border-radius: 4px;
    padding: 0;
    z-index: 3;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

li.lang-item a {
    padding: 8px 10px;
    display: block;
    color: #111111!important;
}

li.lang-item a:hover {
    background-color: #f0f0f0;
}
.align-items-center {
    align-items: center!important;
}
.d-flex {
    display: flex!important;
}
.ms-1 {
    margin-left: 0.25rem!important;
}
#content {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 10px;
}

#content #logo {
    border: none;
    margin: 0 auto 20px;
}

form {
    box-shadow: 0 3px 6px #245a86;
    width: 100%;
    height: 40px;
    margin: 0 auto 5px;
    position: relative;
    background-color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
}

form #query {background-color: transparent;font-size: 14px;font-family: open sans,sans-serif;float: left;width: 86.9666666667%;height: 40px;border: none;line-height: 40px;padding: 5px;outline: none;}

form #button {color: #ffffff;background-color: #0a5891;font-size: 13px;font-family: 'Roboto', sans-serif;font-weight: 700;float: left;width: 12.48351254480287%;height: 30px;border-radius: 5px;margin: 5px 0.5376344086021505% 3px 0;cursor: pointer;-webkit-appearance: none;border: 1px solid #305b639e;}

form #suggestions {
    background-color: #fff;
    text-align: left;
    width: 100%;
    border-top: 1px #f0f0f0 solid;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    display: none;
    position: absolute;
    top: 40px
}
 #search {
    width: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 7%);
    }
 #search label {
    text-align: center;
    display: block;
    font-weight: 700;
    margin: 0 auto;
    color: #fff;
    padding: 5px;
}
form #suggestions span {
    color: #2c2c2c;
    line-height: 23px;
    padding-left: 1%;
    display: block;
    cursor: pointer
}

form #suggestions span:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

#form_text {
    font-size: 11px;
    text-align: center;
}

#form_text a:link,#form_text a:visited {
    color: #fff
}

#form_text a:hover,#form_text a:active {
    text-decoration: none
}

#control_sources {
    color: #fff;
    background-color: #0d97d6;
    font-weight: 600;
    text-decoration: none;
    border-radius: 2px;
    margin-top: 15px;
    padding: 5px 1.666666666666667%;
    display: inline-block
}

#sources {
    width: 38.33333333333333%;
    margin: 15px auto 0;
    display: none
}

#sources #left {
    float: left;
    width: 43.47826086956522%;
    margin-right: 13.04347826086957%
}

#sources #right {
    float: left;
    width: 43.47826086956522%
}

#sources a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 5px 0;
    display: block
}

#sources .enabled {
    background-color: #2c2c2c
}

#sources .disabled {
    background-color: #0d97d6
}

#load {
    font-size: 50px;
    width: 100%;
    margin: 60px auto;
    display: none
}

#text {
    text-align: justify;
    width: 100%;
    margin: 32px auto;
}

#text h1 {font-size: 26px;font-weight: 400;text-align: center;margin: 0 0 5px 0;}
#text h2 {text-align: center;}
#text h3 {
}

#text p {
    width: 100%;
    line-height: 24px;
    text-align: justify;
    margin: 16px 0 0 0;
}

#text p:first-of-type {
    margin-top: 0;
}

#text p:last-of-type {
    margin-bottom: 0
}

#text a:link,#text a:visited {
    color: #fff;
    text-decoration: underline;
}

#text a:hover,#text a:active {
    text-decoration: underline;
}

#footer {
    max-width: 600px;
    border-top: 1px #aaaaaa59 solid;
    margin: 30px auto 0;
    padding: 5px 0
}

#footer a {
    color: #fff;
    text-decoration: none;
    margin-right: 5%;
}

#footer a:last-child {
    margin-right: 0
}

.clear {
    clear: both
}

#error {
    text-align: center;
    width: 100%;
    margin: 60px auto
}

#error a {
    color: #fff
}
#content a.brand {color: #fff;text-decoration: none;font-size: 40px;font-weight: 700;margin-bottom: 30px;display: block;text-transform: uppercase;}
#results {
    text-align: justify;
    width: 100%;
    margin: 60px auto
}

#results p {
    line-height: 23px;
    margin: 0
}

#results p:last-of-type {
    margin-bottom: 15px!important
}

#results p a {
    color: #fff
}

.result {
    background-color: #fdfdfd;
    text-align: center;
    width: 96.66666666666667%;
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 1.666666666666667%
}

.result .name {
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    color: #003261;
}

.result .properties {
    font-size: 11px;
    width: 100%;
    margin: 0 auto 15px;
    color: #003261;
}

.result .options a {
    color: #fff;
    background-color: #0085ff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 2px;
    padding: 15px;
    display: inline-block;
    height: 48px;
    margin-right: 10px;
}

.result .options a:last-child {
    margin-right: 0;
    color: #0085ff;
    background-color: #fdfdfd;
    width: 60px;
    height: 48px;
    border: 1px #0085ff solid;
}
#text h2 {text-align: center;
}
    

.file {
    font-size: 15px;
    font-family: fjalla one,sans-serif;
    color: #282828;
    background-color: #fff;
    text-align: center;
    width: 96.66666666666667%;
    border-radius: 2px;
    padding: 1.666666666666667%
}

.file .name {
    font-size: 16px;
    font-family: fjalla one,sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden
}

.file .progress {
    width: 100%;
    margin: 15px auto
}

.file .progress a {
    color: #2c2c2c
}

.file .options {
    width: 100%;
    display: none
}

.file  a {
    color: #fff;
    background-color: #3fb5c4;
    font-size: 14px;
    font-family: fjalla one,sans-serif;
    border-radius: 3px;
    text-decoration: none;
    border-radius: 2px;
    margin-right: .8333333333333333%;
    padding: 5px 1.666666666666667%;
    margin: 3px;
    display: inline-block
}

.file .options a:last-child {
    margin-right: 0
}

.file .options a i {
    font-size: 15px
}

.file .cloud {
    width: 100%;
    border-top: 1px #f0f0f0 solid;
    margin-top: 15px;
    padding-top: 15px;
    display: none
}

.file .providers a {
    color: #0d97d6;
    font-weight: 600;
    text-decoration: none;
    border: 1px #0d97d6 solid;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 5px 0;
    display: block
}

.file .providers a:last-child {
    margin-bottom: 0
}

.file .providers a i {
    font-size: 15px
}

.file .provider_progress {
    margin: 15px auto
}

.file .provider_option {
    display: none
}

.file .provider_option a {
    color: #fff;
    background-color: #2c2c2c;
    text-decoration: none;
    border-radius: 2px;
    padding: 5px 1.666666666666667%;
    display: inline-block
}

.file .show {
    display: block
}

.margin {
    margin-bottom: 15px
}
li {
    margin: 10px 0;
}


.text {
    color: #2c2c2c;
    background-color: #fff;
    text-align: justify;
    width: 96.66666666666667%;
    border-radius: 2px;
    margin-top: 15px;
    padding: 1.666666666666667%
}
#content .logo {
    color: #f4f4f4;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 40px auto;
}
#content #logo-img {
    display: block;
    margin: 10px auto;
    padding: 0;
}
@media only screen and (max-width: 550px) {
    .frameme {
        /* height:230px; */
    }

    #logo {
        width: 50%
    }

    form {
        width: 100%;
    }

    form #query {
        font-size: 14px;
    }

    #sources {
        width: 58.33333333333333%
    }

    #text {
        width: 96%;
        margin: 60px auto 0
    }

    #results {
        width: 96%
    }
	#content a.brand{
		   font-size: 21px
    }
#search label {
padding: 7px;
}
#form_text {
       padding: 7px;
}
form #button {
    font-size: 12px;
    width: 15.38351254480287%;
}
form #query {
    width: 83.9666666667%;
}

