body {
    color: #fff;
    background: #0069ca;
    font-size: 15px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0
}
*,::after,::before {
    box-sizing: border-box
}
#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 {position: relative;}

form #query {width: 100%;border: none;padding: 13px 15px;background: #fff;border-radius: 5px;line-height: 22px;font-weight: 400;font-size: 16px;outline: none;}

form #button {
    top: 0;
    color: #fff;
    background: 0 0;
    border-radius: 2px;
    font-size: 16px;
    line-height: 22px;
    padding: 7px 15px;
    border: none;
    margin: 6px;
	position: absolute;
    right: 0;
}
form #button img{
    width: 20px;
    height: auto;
}
.hero-input-Search {
    position: relative;
    padding-bottom: 10px;
    display: flex;
}
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: 49px;
}
 #search {
    background: #005fb6;
    border-radius: 10px;
    padding: 30px 20px;
    }
 #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;
    display: block;
    padding: 3px 15px;
    cursor: pointer;
}

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

#form_text {
    font-size: 12px;
    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 15px 0;}
#text h4 {
    font-size: 18px;
    font-weight: 400;
    color: #222;
}
.two {
    background-color: #ddffdd;
    border-left: 6px solid #4caf50;
    color: black;
}
.one {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
}
.three {
    background-color: #e7f3fe;
    border-left: 6px solid #2196f3;
}
.four {
    background-color: #ffc;
    border-left: 6px solid #ffeb3b;
}
#text h2 {
    padding-top: 0;
    font-size: 17px;
    text-align: center;
    color: #222;
    text-transform: uppercase;
    font-weight: 400;
}
#text h3 {
    font-size: 18px;
    font-weight: 400;
    color: #222;
}
#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;
}
.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: 16px;
    }

    #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: 100%;
}