* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
header {
  display: block;
  box-shadow: 2px 2px 5px #ccc;
  position: relative;
  z-index: 33;
}
.top-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.head-left {
  display: flex;
  gap: 15px;
  align-items: center;
}
.logo-om {
  margin-right: 40px;
}
.share-btn {
  border: none;
  background: none;
  padding: 0;
}
.share-btn img {
  max-width: 100%;
}
.head-right {
  display: flex;
  gap: 10px;
  align-items: start;
}
.min-part {
  background: #fff7ee;
  padding: 15px 0;
}
.center-box-pop {
  display: grid;
  place-items: center;
}
.center-pop {
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  width: 95%;
  max-width: 720px;
  box-shadow: inset 0 0 0.5em #bbb;
}
.line-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.line-box p {
  font-size: 16px;
  color: #000;
}
.center-cont-block {
  text-align: center;
}
.center-cont-block h6 {
  color: #111;
  font-size: 14px;
}
.video-center-block {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: end;
  margin-bottom: 15px;
}
.video-center-block p {
  font-size: 16px;
  color: #000;
}
.video-center-block a {
  display: inline-block;
}
.video-center-block a img {
  height: 50px;
}
.flag-block {
  float: left;
  width: 100%;
}
.flag-box {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  max-width: 300px;
}
.flag-block p {
  float: left;
  font-size: 16px;
  color: #000;
  text-align: left;
  margin-bottom: 15px;
}
.block-box {
  float: left;
  width: 100%;
}
.moni-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.moni-block h4 {
  background: #bfdeff;
  box-shadow: inset 0 0 0.5em #bbb;
  color: #111;
  border-radius: 8px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 700;
  padding: 6px 30px 10px 30px;
}
.age-text {
  font-size: 13px !important;
}
.talk-block {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}
.talk-block h4 {
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  font-size: 20px;
}
footer {
  background: #fff7ee;
}
.ft-box {
  padding: 10px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ft-box p,
.ft-box a {
  font-size: 12px;
}
.interests-taik {
  display: block;
}
.interests-taik form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.interests-taik input[type="text"] {
  padding: 10px;
  font-size: 16px;
  width: 100%;
}
.interests-taik button[type="submit"] {
  padding: 4px;
  font-size: 16px;
  color: #000;
  border-radius: 6px;
  border: 1px solid #000;
}
.interests-taik button[type="submit"] i {
  color: blue;
}
.free-cm-app-tape-detect, .free-cm-app-country-selector2 {
  display: none;
}
/* .chat-bottom-block {
  display: flex;
  gap: 10px;
  flex-basis: 100%;
  align-content: stretch;
} */
.new-esc,
.send-button-enter {
  flex-shrink: 0;
}
.textarea-block {
  flex-grow: 1;
}
.textarea-block textarea {
  width: 100%;
  border: 1px solid #ccc;
  height: 100%;
  padding: 10px;
  font-size: 14px;
  color: #000;
}
.textarea-block textarea:focus, .textarea-block textarea:focus-visible, .textarea-block textarea:focus-within{
    border: none;
}
.new-esc button,
.send-button-enter button {
  width: 113px;
  height: 100%;

}
.new-esc button {
  border: 1px solid #ccc;
  color: #fff;
  
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7bbdff+0,0a83fe+100 */
  background: linear-gradient(
    to bottom,
    #7bbdff 0%,
    #0a83fe 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.send-button-enter button {
  border: 1px solid #ccc;
  background: #fff;
  color: #ccc;
  border-radius: 0 0 10px 0;
}
.new-esc button h5 {
  font-size: 16px;
  margin-bottom: 3px;
}
.new-esc button h6 {
  font-size: 14px;
  opacity: 0.7;
}
.send-button-enter button h5 {
  font-size: 16px;
  margin-bottom: 3px;
}
.send-button-enter button h6 {
  font-size: 14px;
  opacity: 0.7;
  color: #2b95ff;
}
.error-title-please {
  color: #111;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.newchat-block {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111;
}
.error-connecting {
  border: 1px solid #ccc;
  box-shadow: inset 0 0 0.5em #bbb;
  background: #fff;
  margin-bottom: 15px;
  padding: 15px;
  height: calc(40vh - 224px);
}
.newchat {
  border: none;
}
.find-block {
  label {
    color: #000;
    font-size: 14px;
  }
}
.formet-page-block {
  overflow: hidden;
  border-radius: 8px;
  margin: 10px;
  height: 100%;
}
.video-box {
  display: flex;
  gap: 10px;
  align-content: stretch;
  height: 100vh;
}
.video-boxes{
    flex-shrink: 0;
}
.chat-box-block{
    flex-grow: 1;
}
.col-video {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 0px;
}
.video-box-black {
  height: 49.1vh !important;
  width: 569px !important;
  background: #000;
  aspect-ratio: 1 !important;
  margin-left: 6px;
  margin-top: 5px;
}
.buttons-boxes {
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 200;
}
.buttons-boxes a {
  background: #e6167f;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 4px;
  height: 50px;
  line-height: 27px;
}
@media (max-width: 992px) {
  .logo-om,
  .logo-om {
    width: 100px;
  }
  .logo-om img,
  .logo-om img {
    width: 100%;
  }
  .video-box{
    flex-direction: column;
  }
  .video-box-black {
	aspect-ratio: 16 /9;
}
}
@media (max-width: 575px) {
  .talk-block {
    flex-direction: column;
    gap: 15px;
  }
  .chat-bottom-block{
    flex-direction: column;
  }
  .new-esc button, .send-button-enter button{
    width: 100%;
    padding: 10px 20px;
    
  }
  .send-button-enter button{
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 480px) {
  .dnone-mob {
    display: none;
  }
  .head-right button {
    display: none;
  }
  .logo-om,
  .logo-om {
    width: 80px;
  }
}
