
body {
    background: #25292A;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    font-family: 'Roboto', Arial, Helvetica, sans-serif, Georgia, serif;
    font-size: 14px;
    margin: 0;
}

section {
    display: block;
}

p {
    display: block;
    margin-top: 0px;
}

.btn-main {
    max-width: 500px;
    width: 100%;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 187, 252, 0.5);
    white-space: normal;
    margin: 0px;
    border: 2px solid #00BBFC;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    outline: none;
    margin: auto;
}

.btn-main:hover {
    background-color: #00BBFC;
    border: 2px solid transparent;
}

.btn-main-icon {
    height: 30px;
    width: auto;
    vertical-align: middle;
}

.btn-main-text {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 100%;
    font-weight: bold;
    vertical-align: middle;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
}

.loader {
    border: 5px solid rgba(0, 187, 252, 0.5);
    border-top: 5px solid #00BBFC;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: auto;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

a {
    color: #FEFEFE;
    font-size: 16px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.link_text {
    color: #FEFEFE;
    font-size: 16px;
    margin: 30px 0 20px 0;
}

.link_text a {
    line-height: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.link_text a:hover {
    color: #B0B3C5;
}

.content_area {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.intro {
    padding: 50px 0px 20px;
    text-align: center;
}

.intro {
    max-width: 700px;
    width: 90%;
    margin: auto;
}

.intro-logo {
    max-width: 500px;
    width: 100%;
    height: auto;
}

.intro-title {
    font-size: 28px;
    line-height: 145%;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
}

.intro-subtitle {
    margin-bottom: 36px;
}

.intro-subtitle p, .register-subtitle p {
    font-size: 18px;
    line-height: 145%;
    margin-bottom: 0px;
}



.followus {
    max-width: 500px;
    width: 90%;
    padding: 50px 0px 80px;
    margin: auto;
    text-align: center;
}

.followus-title {
    font-size: 24px;
    line-height: 145%;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
}

.followus-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.followus-list-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}

.followus-list-item-icon {
    width: 50px;
    cursor: pointer;
}

.content {
    width: 75%;
    margin: auto;
}

.separator {
    margin-top: 60px;
    border-bottom: 2px solid #3aa8d9;
}

.download_img {
    border-radius: 5px;
    cursor: pointer;
}

.os-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    margin: auto;
}

.os-list-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}

.os-list-item-icon {
    width: 25px;
}

.image-item {

}

.image-item-left {
	float: left;
}

.image-item-left img {
	width: 300px;
	border: 1px solid #FFFFFF;
}

.image-item-right {
	padding-top: 10px;
	font-size: 18px;
}

.image-item-right a {
	width: 200px;
}

/* =============================================
   SECTION CONTAINER
   ============================================= */
.section-container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media (min-width: 1200px) {
    .section-container {
        width: 85%;
    }
}

/* =============================================
   SITE NAVBAR
   ============================================= */
.site-navbar {
    background: #1a1d1e;
    border-bottom: 1px solid #333;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.site-navbar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 56px;
}

.site-navbar-logo img {
    height: 28px;
    width: auto;
}

.site-navbar-logo:hover {
    text-decoration: none;
}

.site-navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
}

.site-navbar-nav a {
    color: #aaa;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.site-navbar-nav a:hover {
    color: #00BBFC;
    text-decoration: none;
}

.site-navbar-nav a.active {
    color: #00BBFC;
}

.site-navbar-toggle {
    display: none;
    background: none;
    border: none;
    color: #aaa;
    font-size: 24px;
    cursor: pointer;
    padding: 4px 8px;
}

@media (max-width: 768px) {
    .site-navbar-toggle {
        display: block;
    }

    .site-navbar-nav {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: absolute;
        top: 56px;
        left: 0;
        right: 0;
        background: #1a1d1e;
        border-bottom: 1px solid #333;
        padding: 16px 0;
        gap: 0;
    }

    .site-navbar-nav.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .site-navbar-nav a {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* =============================================
   SITE FOOTER
   ============================================= */
.site-footer {
    padding: 50px 0 30px;
    background: #1a1d1e;
    text-align: center;
}

.site-footer .followus {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 24px;
    padding: 0;
}

.site-footer .followus-title {
    font-size: 18px;
    margin-bottom: 16px;
}

.site-footer .followus-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
}

.site-footer .followus-list-item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}

.site-footer .followus-list-item-icon {
    width: 40px;
    height: 40px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.site-footer .followus-list-item-icon:hover {
    opacity: 0.75;
}

.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.footer-nav a {
    color: #ccc;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.footer-nav a:hover {
    color: #00BBFC;
    text-decoration: none;
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    margin-bottom: 16px;
}

.footer-links a {
    color: #888;
    font-size: 14px;
    text-decoration: none;
}

.footer-links a:hover {
    color: #00BBFC;
    text-decoration: underline;
}

.footer-seo {
    max-width: 700px;
    margin: 0 auto 16px;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
}

.footer-copyright {
    color: #555;
    font-size: 13px;
    margin: 0;
}/* =============================================
   USERS SEARCH PAGE
   ============================================= */

html {
    scroll-behavior: smooth;
}

/* --- Header --- */
.us-header {
    text-align: center;
    padding: 50px 0 20px;
}

.us-header h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 8px;
}

.us-header-subtitle {
    color: #888;
    font-size: 15px;
    margin: 0;
}

/* --- Search --- */
.us-search {
    padding: 16px 0;
    border-bottom: 1px solid #333;
    background: #1E2122;
}

.us-search-input {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
    background: #2C3032;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 14px 18px;
    color: #fff;
    font-size: 16px;
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.us-search-input:focus {
    border-color: #00BBFC;
}

.us-search-input::-webkit-input-placeholder {
    color: #666;
}

.us-search-input::-moz-placeholder {
    color: #666;
}

.us-search-input:-ms-input-placeholder {
    color: #666;
}

.us-search-input::-ms-input-placeholder {
    color: #666;
}

.us-search-input::placeholder {
    color: #666;
}

/* --- Results --- */
.us-results {
    padding: 30px 0 60px;
    min-height: 300px;
}

.us-results-empty {
    text-align: center;
    color: #666;
    font-size: 15px;
    padding: 40px 0;
}

.us-results-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
    max-width: 800px;
    margin: 0 auto;
}

.us-user-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #2a2e2f;
    border: 1px solid #333;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.us-user-card:hover {
    border-color: #00BBFC;
    text-decoration: none;
}

.us-user-card-flag {
    font-size: 24px;
    line-height: 1;
}

.us-user-card-name {
    font-weight: 700;
    font-size: 15px;
}

.us-user-card-country {
    color: #888;
    font-size: 13px;
    text-transform: uppercase;
}

.us-loader {
    text-align: center;
    padding: 40px 0;
}
