/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    text-transform: capitalize;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/* Thiet lap quang cao*/

.ads {
    width: 100%;
}

.ads-margin {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.ads-left {
    display: none;
    position: absolute;
    top: 155px;
    left: 0;
    text-align: left;
    height: 600px;
}

.ads-right {
    display: none;
    position: absolute;
    top: 155px;
    right: 0;
    text-align: right;
}

.ads-content {
    height: 600px;
}

.ads-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.ads-title {
    display: block;
    text-align: center;
    background: 0 0;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    opacity: .6
}

.horizontal-title {
    text-align: left !important
}

.ads, .ads-left, .ads-right {
    z-index: 100;
}

@media (min-width: 1340px) {
    .ads-left {
        display: block;
    }

    .ads-right {
        display: block;
    }

    .ads-content {
        width: 160px;
    }
}

@media (min-width: 1880px) {
    .ads-left {
        display: block;
    }

    .ads-right {
        display: block;
    }

    .ads-content {
        width: 300px;
    }
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    background: #fff7ee;
    height: 100%;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" */
    font-family: 'Arimo', sans-serif;
    color: #000;
    line-height: 1.414;
}

a {
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}


ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {}

table {
    border-collapse: collapse;
}

table th, table td {
    font-weight: normal;
}

input, select, textarea, button {
    background-color: transparent;
    outline: none;
}

button {
    -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
}

input, button {
    border: 0;
}

.container {
    position: relative;
    max-width: 946px;
    margin: auto;
    /* padding: 0 20px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    width: 100%;
}

.font-bold {
    font-weight: bold;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline-block;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-r-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bz {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-r {
    position: relative;
}

.bg-fff {
    background-color: #fff;
}

.absolute {
    position: absolute;
    top: 50%;
}

.text-overflow {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.m-r {
    margin-right: 10px;
}

.m-t {
    margin: 10px 0;
}

.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.gif {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

#loading_img {
    width: 50px;
    height: 50px;
    background-color: transparent !important;
}

.hidden {
    display: none;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.font-fff {
    color: #fff;
}

.center-box {
    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;
}

.al {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loadingImage {
    width: 50px;
    height: 50px;
    background-color: transparent !important;
    -webkit-animation: loadingAnimation 1s linear infinite;
    animation: loadingAnimation 1s linear infinite;
}

@-webkit-keyframes loadingAnimation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadingAnimation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.clear {
    clear: both;
}

.throw-ads-970x90, .throw-ads-300x600, .throw-ads-160x600, .throw-ads-300x250, .throw-ads-768x90, .throw-ads-728x90, .throw-ads-468x60, .throw-ads-320x50, .span-ads, .throw-ads-200x200, .throw-ads-320x90 {
    display: none;
}

.throw-ads-160x600 {
    min-width: 160px;
    width: 160px;
}

.throw-ads-160x600-left {
    margin-right: 30px;
}

.throw-ads-160x600-right {
    margin-left: 30px;
}

/*menu*/
.header {
    position: relative;
    padding: 8px 0.5em 0 0.5em;
    background: white;
    padding-bottom: 8px;
    box-shadow: 0 0.25em 0.75em #CCC;
    -moz-box-shadow: 0 .25em .75em #CCC;
    -webkit-box-shadow: 0 0.25em 0.75em #CCC;
}

.header__menu img {}

.header__menu--logo {
    margin-right: 5em;
    margin-left: 0.5em
}

.header__menu--logo h1 {
    margin: 0;
}

.header__menu--share-button {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.header__menu--share-button>a {
    display: inline-block;
    margin-right: 5px;
}

/*game_item*/


.omegle__grid--content {
    word-break: break-word;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: var(--color-white);
    padding: 3rem;
    margin: 2rem 0 6rem;
}

.omegle__grid--content a,
footer a {
    color: rgb(0, 0, 238);
}

footer a.poi::before {
    content: "•";
    margin: 0 3px;
}

.in-note {
    text-align: center;
    font-weight: bold;
    font-size: .9em;
    color: #555;
    margin: 1em 0;
    padding: 0;
    height: 3.5em;
    line-height: 3.5em;
    vertical-align: middle;
}

.omegle__grid--content-text>p {
    margin-bottom: 1em;
    margin-top: 1em;
}

.monitoringnotice {
    border-radius: 0.5em;
    -moz-border-radius: .5em;
    -webkit-border-radius: 0.5em;
    border: 1px solid #CCC;
    box-shadow: 0 0 0.75em #bfdeff;
    -webkit-box-shadow: 0 0 0.75em #bfdeff;
    -moz-box-shadow: 0 0 .75em #bfdeff;
    padding: 0;
    margin: auto;
    margin-top: 0.5em;
    margin-bottom: 1em;
    text-align: center;
    max-width: 36em;
    background: #bfdeff;
    position: relative;
    overflow: hidden;
}

.monitoringnotice h2 {
    line-height: 1;
    padding: 0.3134em 0;
    font-size: 1.595em;
    margin: 0;
    background: #bfdeff;
}

button {
    cursor: pointer;
}

.topictageditor {
    background: white;
    cursor: text;
    border: 1px solid #CCC;
    position: relative;
    padding: 0.25em;
    margin-bottom: 0.408em;
    text-align: left;
    padding: 4px;
    min-height: 40px;
    border-radius: 3px / 5px;
    position: relative;
    background: linear-gradient(0deg, rgb(247, 247, 247), rgb(255, 255, 255));
}

.tag-input1 {
    width: 100%;
    height: 100%;
}

.tag {
    cursor: default;
    background: #6CB5FF;
    border-radius: 0.25em;
    padding: 0 0.25em;
    margin: 0 0.25em 0.5em;
    line-height: 2;
    white-space: nowrap;
    color: #000 !important;
    display: inline-block;
}

.omegle__grid--content .tag a {
    color: #000 !important;
    cursor: pointer;
}

/*ktmanh chatintypes*/
.chatintypes {
    margin: 0 8px;
}

.chatintypes-flex {
    display: flex;
}

.chatintypes-flex--item {
    width: 100%;
}

.chatintypes--left {
    padding-right: 28px;
    box-sizing: border-box;
}

.chatintypes--right {
    width: 275px;
    min-width: 275px;
}

.chatintypes-flex--item-title {
    text-align: center;
    font-size: 1.25em;
    color: #000;
    margin-bottom: 0.2em;
}

.topictageditor::after {
    content: "Add your interests (optional)";
    color: #AAA;
    cursor: text;
    padding-left: 1px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
    font-family: "Lucida Grande", Lucida, sans-serif;
    font-size: 21px;
    position: absolute;
    inset: 0px;
    display: block;
}

.topicplaceholder {
    color: #AAA;
    cursor: text;
    padding-left: 1px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
    font-family: "Lucida Grande", Lucida, sans-serif;
    font-size: 21px;
    position: absolute;
    inset: 0px;
    display: block;
}

.topictageditor.hastag::after {
    display: none;
}

#videobtnunmoderated {
    font-size: .7em;
    border-radius: 0.5em;
    background: rgb(238, 238, 238);
    font-weight: normal;
    padding: 0.333em 0px;
    display: inline;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 1.5em;
    color: rgb(51, 51, 51);
    text-decoration: none;
    cursor: pointer;
}

.privacy-box {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.4);
}

.privacy-box--content {
    position: relative;
    background-color: rgb(255, 255, 255);
    margin: 15% auto;
    padding: 1em;
    width: 50%;
    min-width: 300px;
    box-shadow: rgba(0, 0, 0, 0.333) 5px 5px 10px 5px;
    border-radius: 2em;
}

.privacy-box--content-item {
    margin: 1em 0;
}

.privacy-box--content-item .input-checkbox {
    font-size: 1.5em;
    width: 1em;
    height: 1em;
    float: left;
    margin-right: 0.5em;
}

.confirm-privacy-button {
    padding: 1px 6px 4px;
    border: 0.5px solid;
    border-radius: 3px;
    font-size: 1.5em;
}

.confirm-privacy-button:disabled {
    background-color: #eeeeee;
    color: rgba(16, 16, 16, 0.3);
    pointer-events: none;
    border-color: rgba(118, 118, 118, 0.3);

}

.confirm-privacy-button {
    background-color: #efefef;
    color: #000;
    border-color: #1a1a1a;
    cursor: pointer;
}

.confirm-privacy-button:not(:disabled):hover {
    background-color: #e3e3e3;
}

.privacy-close {
    color: rgb(85, 85, 85);
    text-decoration: none;
    font-size: 2em;
    position: absolute;
    top: 0.25em;
    right: 0.5em;
    line-height: 1;
    cursor: pointer;
}

.main {
    margin: 40px 8px;
}

.omegle__grid--content-text-mobile {
    display: none;
}

.text__area h1,
.text__area h2,
.text__area h3,
.text__area h4,
.text__area h5,
.text__area h6 {
    font-size: revert;
    margin: revert;
}

.text__area p {
    margin: 1em 0;
}

.text__area ul, .text__area ol {
    padding-left: 1.5em;
    list-style: disc;
    margin-bottom: 1em;
}

.text__area li {
    list-style: disc;
}

:root {
    --color-black: #555555;
    --color-white: #ffffff;
    --color-blue: #528CF7;
}

@media(max-width:978px) {
    .omegle__grid--content {
        padding: 1.25rem 0.625rem;
    }
}


@media(max-width:850px) {
    .header__menu--share-button {
        display: none;
    }

    .header__menu {
        flex-direction: column;
        align-items: center;
    }

    .header__menu--logo {
        margin: 0;
    }

    .standwink-image {
        display: none;
    }

    .omegle__grid--content-text-mobile {
        display: block;
    }

    .omegle__grid--content-text-desktop {
        order: 3;
    }

    .omegle__grid--content {
        display: flex;
        flex-direction: column;
    }

    .monitoringnotice.omegle__grid--content-text-desktop {
        display: none;
    }
}

@media (max-width:768px) {
    .chatintypes-flex {
        flex-direction: column;
    }

    .chatintypes--right {
        order: -1;
        width: 100%;
        min-width: 100%;
    }

    .chatintypes-flex--item-grid {
        justify-content: center;
    }

    .chatintypes--right .chatintypes-flex--item-title, #videobtnunmoderated {
        display: none;
    }

    .tag {
        line-height: 1.5;
    }

    .in-note {
        line-height: unset;
        height: unset;
    }

    .chatintypes--left {
        padding-right: 0;
    }

}