@font-face {
    font-family: 'QuarkLight';
    src: url('../../assets/fonts/quark-light.eot');
    src: url('../../assets/fonts/quark-light.eot') format('embedded-opentype'),
         url('../../../assets/fonts/quark-light.woff') format('woff'),
         url('../../../assets/fonts/quark-light.ttf') format('truetype'),
         url('../../../assets/font/quark-light.svg#QuarkLight') format('svg');
}

@font-face {
    font-family: 'QuarkBold';
    src: url('../../assets/fonts/quark-bold.eot');
    src: url('../../assets/fonts/quark-bold.eot') format('embedded-opentype'),
         url('../../assets/fonts/quark-bold.woff') format('woff'),
         url('../../assets/fonts/quark-bold.ttf') format('truetype'),
         url('../../assets/font/quark-bold.svg#QuarkBold') format('svg');
}

@font-face {
    font-family: 'CSPraJad';
    src: url('../../assets/fonts/CSPraJad.eot') format('embedded-opentype'),
         url('../../assets/fonts/CSPraJad.woff') format('woff'),
         url('../../assets/fonts/CSPraJad.ttf') format('truetype'),
         url('../../assets/font/CSPraJad.svg#CSPraJad') format('svg');
}

@font-face {
    font-family: 'Anakotmai';
    src: url('../../assets/fonts/anakotmai-light.eot') format('embedded-opentype'),
         url('../../assets/fonts/anakotmai-light.woff') format('woff'),
         url('../../assets/font/anakotmai-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Anakotmai';
    src: url('../../assets/fonts/anakotmai-medium.eot') format('embedded-opentype'),
         url('../../assets/fonts/anakotmai-medium.woff') format('woff'),
         url('../../assets/font/anakotmai-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Anakotmai';
    src: url('../../assets/fonts/anakotmai-bold.eot') format('embedded-opentype'),
         url('../../assets/fonts/anakotmai-bold.woff') format('woff'),
         url('../../assets/fonts/anakotmai-bold.ttf') format('truetype'),
         url('../../assets/font/anakotmai-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* Desktop Mode */
@media screen and (min-width: 1024px) {

  html, body {
    background-color: #e1e1e1;
    height: 100%;
    width: 100%;
    font-family: 'CSPraJad', Arial, sans-serif;
    margin: 0 auto;
    overflow-x: hidden;
  }

  #header{
    background: #f9f9f97d;
        width: 100%;
        height: 60px;
        color: #392d66;
        position: fixed;
        z-index: 999;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
  }

  .content{
  padding:10px;
  }

  .hmnn{
    font-size: 1.8em;
    float: left;
    margin: 0;
    margin-top: -4px;
    color:#ededed;
  }

  .hmnnn{
    font-size: 1.8em;
    float: right;
    margin-top: -35px;
    color:#ededed;
  }

  .ahm{
  color:#ededed;
  }

  .hhl {
    font-family: 'Anakotmai', Arial, sans-serif;
    font-size: 2em;
  }

  #container{
  width:100%;
  padding-top: 60px;
  padding-bottom: 10px;
  }

  .conta {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .conta1 {
    padding-left: 250px;
    padding-right: 20px;
  }

  #floatleft{
    float: left;
    font-family: 'QuarkBold',sans-serif;
  font-weight: lighter;
  font-size: 1.7em;
  color: #424242;
  }

  .testimg{
  	height: 100%;
  	width: 100%;
  }

  #testDiv{
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    background: #f2f2f2;
    border-radius: 20px;
  }

  .testimgdiv{
    height: 90px;
    width: 90px;
  	display: inline-block;
  }

  label > input{ /* HIDE RADIO */
    display:none;
  }
  label > input + .select{ /* IMAGE STYLES */
    cursor:pointer;
    border:2px solid transparent;
  }
  label > input:checked + .select{ /* (CHECKED) IMAGE STYLES */
    border:3px solid rgba(0, 0, 0, 0.32);
  }

  .btns {
    background: rgb(150, 175, 182);
    width: 100px;
    height: 50px;
    border: 0;
    color: rgb(229, 244, 248);
    font-family: 'QuarkLight', Arial, sans-serif;
    font-size: 20px;
  }

  .btns:hover{
    background: rgb(176, 201, 208);
    width: 100px;
    height: 50px;
    border: 0;
    color: rgb(212, 231, 236);
    font-family: 'QuarkLight', Arial, sans-serif;
    font-size: 20px;
  }

  .postit {
    background: rgb(121 184 190);
    width: 100%;
    min-height: 230px;
    max-height: 230px;
    padding-top: 1px;
    padding-bottom: 10px;
    color: white;
    text-align: justify;
    font-size: 1.2em;
    overflow-x: scroll;
    display: grid;
      align-content: space-between;
      justify-content: center;
      align-items: center;
      justify-items: center;
  }

  .replyf {
    font-family: 'CSPraJad', Arial, sans-serif;
    width: 94%;
    border-bottom: rgb(217, 217, 217) 2px solid;
    border-top: 0px;
    font-size: 1.2em;
    padding: 10px;
  }

  textarea {
    resize: none;
  }

  .dbcard{
    background: #ffffff63;
    height: 80px;
    margin: 10px;
    border-radius: 15px;
    color: white;
    padding: 10px;
    margin-left: 250px;
    margin-right: 400px;
  }

  .purl{
  -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
  }

  .nmmv{
    float:left;
    font-size: 1.6em;
    margin-left: 15px;
    color:rgb(138, 138, 138);
  }

  a{
  text-decoration:inherit;
  }

  .search {
    width: 100%;
        border: 0;
        background: rgb(249, 249, 249);
        font-size: 1.3em;
        color: rgb(43 43 43);
        font-family: 'Quarklight';
        border-radius: 30px;
        padding: 10px;
  }

  .logib{
    width: 80%;
      margin-top: 20px;
      font-size: 1.5em;
      padding: 10px;
      font-family: 'QuarkLight', Arial, sans-serif;
      border: #2c25657d 2px solid;
      border-radius: 20px;
  }

  .logo{
    width: 221px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    margin-top: 92px;
  }

  .logibb {
    width: 80%;
    margin-top: 20px;
    font-size: 1.5em;
    padding: 10px;
    font-family: 'QuarkLight', Arial, sans-serif;
    border: #2c25657d 2px solid;
    border-radius: 20px;
  }

  .alignc{
  text-align:center;
  }

  .loginbtn{
  font-family: 'QuarkLight', Arial, sans-serif;
  background: #6cc1c1;
    color: #c7f4f4;
    width: 87%;
    height: 55px;
    margin-top: 23px;
    font-size: 26px;
    border: 0px;
  }

  .loginbtn:hover {
    font-family: 'QuarkLight', Arial, sans-serif;
    background: #5CA9A9;
    color: #AAD7D7;
    width: 87%;
    height: 55px;
    margin-top: 23px;
    font-size: 26px;
    border: 0px;
  }

  .regisbtn {
    font-family: 'Anakotmai', Arial, sans-serif;
    background: rgb(255 255 255 / 0%);
    color: #ffffff;
    width: 85%;
    height: 60px;
    margin-top: 23px;
    font-size: 1.2em;
    border: #ffffff 1px solid;
    border-radius: 50px;

  }

  .regisbtn:hover{
    font-family: 'Anakotmai', Arial, sans-serif;
        background: #2c2565;
        color: #ffffff;
        width: 35%;
        height: 60px;
        margin-top: 23px;
        font-size: 1.2em;
        border: 0px;
        border-radius: 50px;
  }

  .regisbtnnnnnn {
    font-family: 'Anakotmai', Arial, sans-serif;
        background: rgb(255 255 255 / 0%);
        color: #2c2565;
        width: 35%;
        height: 60px;
        margin-top: 23px;
        font-size: 1.2em;
        border: #392d66 1px solid;
        border-radius: 50px;
  }

  .regisbtnnnnnn:hover{
    font-family: 'Anakotmai', Arial, sans-serif;
        background: #2c2565;
        color: #ffffff;
        width: 35%;
        height: 60px;
        margin-top: 23px;
        font-size: 1.2em;
        border: 0px;
        border-radius: 50px;
  }

  .regisbtnn{
    font-family: 'Anakotmai', Arial, sans-serif;
    background: rgb(255 255 255 / 0%);
    color: #ffffff;
    width: 85%;
    height: 60px;
    margin-top: 23px;
    font-size: 1.2em;
    border: #ffffff 1px solid;
    border-radius: 50px;
  }

  .regisbtnn:hover {
    font-family: 'QuarkLight', Arial, sans-serif;
    background: #A95D5D;
    color: #CBA5A5;
    width: 87%;
    height: 55px;
    margin-bottom: 23px;
    font-size: 26px;
    border: 0px;
  }

  #paperdb1{
    width: 380px;
      height: 89%;
      background: #ffffff8f;
      position: fixed;
      right: 1%;
      margin-top: 70px;
      border-radius: 20px;
  }

  #paperdb{
    width: 380px;
      /* height: 89%; */
      background: #ffffff8f;
      position: fixed;
      right: 1%;
      margin-top: -110px;
      border-radius: 20px;
  }

  #footer{
    width: 250px;
    height: 85%;
    position: fixed;
    z-index: 999;
    color: #ffffff;
    margin-top: 60px;

  }

  .ftcontent{
    padding: 10px;
  font-size: 2em;
  text-align: center;
  margin: 10px;
  background: #ffffffa3;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  height: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-content: center;
      justify-content: flex-start;
      align-items: flex-start;

  }

  .frd{
    font-family: 'Anakotmai', Arial, sans-serif;
    color: #9a829e;
    font-size: 0.6em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10%;
  }

  .inboxbtn{
      font-family: 'Anakotmai', Arial, sans-serif;
      color: #9a829e;
      font-size: 0.6em;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      margin-top: 20%;
  }

  .wallsbtn{
    font-family: 'Anakotmai', Arial, sans-serif;
    color: #9a829e;
    font-size: 0.6em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10%;
  }

  .inboxbtn:hover{
    color: #9a829e;
  }

  .frd:hover{
   color: #7d6d80;
  }

  .wallsbtn:hover{
  color: #7d6d80;
  }

  .prf:hover{
  color: #7d6d80;
  }

  .textmenu{

  }

  .immenu{
        width: 40px;
  }

  .prf{
    margin-top: 10%;
  }

  .replybtn{
    border: none;
  background: none;
  color: #264a76;
  font-size: 1em;
  }

  .lbr{
    padding: 20px;
  }

  .doh{
    font-family: 'Anakotmai', Arial, sans-serif;
  }

  .loginbtns{
    font-family: 'Anakotmai', Arial, sans-serif;
      background: #2c2565;
      color: #ffffff;
      width: 35%;
      height: 60px;
      margin-top: 23px;
      font-size: 1.2em;
      border: 0px;
      border-radius: 50px;
  }

  /* The Modal (background) */
  .modalLogin {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.2s;
    animation-name: fadeIn;
    animation-duration: 0.2s
  }

  /* Modal Content/Box */
  .modal-contentLogin {
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    width: 100%;
    height: 50%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.2s;
    animation-name: slideIn;
    animation-duration: 0.2s;
    border-top-right-radius: 50px;
      border-top-left-radius: 50px;
  }

  /* Add Animation */
  @-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
  }

  @keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
  }

  @-webkit-keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
  }

  @keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
  }


  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.2s;
    animation-name: fadeIn;
    animation-duration: 0.2s
  }

  /* Modal Content/Box */
  .modal-content {
    background-color: #ffffff;
    border: 1px solid #888;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.2s;
    animation-name: slideIn;
    animation-duration: 0.2s
  }

  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 3%;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  /* The Close Button */
  .closex {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 3%;
  }

  .closex:hover,
  .closex:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .cardw {
    width: 45%;
    height: 250px;
    margin-right: 15px;
    background: #eeeeee;
    /* float: left;
    display: inline; */
    /* margin-left: 15px; */
    margin-bottom: 15px;
    flex-grow: 1;
    border-radius: 30px;
    font-size: 0.7em;
  }

  .timeho{
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.8em;
    text-align: left;
    margin-left: 80px;
  }

  .cardhl{
    width: 100%;
    background: #515151;
    height: 73px;
    display: block;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .textcard{
    margin-top: 30px;
    font-size: 1.6em;
    color: white;
  }

  .cardph{
  -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
      float: left;
    margin-left: 8px;
    margin-top: 8px;
  }

  .nna {
    text-align: left;
    font-size: 1.7em;
    width: 260px;
    margin-left: 80px;
    padding-top: 8px;
    color: rgba(255, 255, 255, 0.77);
  }

  .shoutbtn{
    position: fixed;
      bottom: 10%;
      z-index: 9999;
      background: #372243cf;
      backdrop-filter: blur(50px);
      -webkit-backdrop-filter: blur(50px);
      color: white;
      border-radius: 100px;
      right: 2%;
      padding-top: 24px;
      padding-bottom: 24px;
      padding-left: 29px;
      padding-right: 27px;
      font-size: 1.5em;
  }

  .contentdisplay{
    padding: 15px;
    text-align: center;
    padding-left: 250px;
    padding-right: 400px;
		display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #headers{
    background: #f9f9f97d;
        height: 60px;
        color: #392d66;
        position: fixed;
        z-index: 999;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    width: 360px;
  }

  .reply{
    margin-top: 5px;
  }

  #display{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 35px;
    padding-right: 400px;
    padding-left: 250px;
  }

  .srdv{
    padding-left: 250px;
  	padding-left: 258px;
  	padding-right: 428px;
  	padding-top: 10px;
  }

  .dbcardfam{
    margin: 8px;
    border-radius: 15px;
    color: white;
    float: left;
    width: 100px;
    padding: 7px;
    padding-bottom: 20px;
    text-align: center;
		    height: auto;
				background:#eeeeee;
  }

  .txtarwrite{
    font-size: 1.5em;
font-family: CSPrajad; padding:10px;width: 338px;
min-height: 280px;
  }

}

/* Tablet Mode */
@media screen and (min-width: 768px) and (max-width: 1023px) {

  html, body {
    background-color: #e1e1e1;
    height: 100%;
    width: 100%;
    font-family: 'CSPraJad', Arial, sans-serif;
    margin: 0 auto;
    overflow-x: hidden;
  }

  .txtarwrite{
    font-size: 1.5em;
font-family: CSPrajad; padding:10px;width: 106%;
min-height: 280px;
  }

  .srdv{
    padding-left: 20%;
    padding-right: 40%;
    padding-top: 10px;
  }

  .dbcardfam{
    margin-top: 10px;
    border-radius: 15px;
    color: white;
    float: left;
    width: 100px;
    padding: 7px;
    padding-bottom: 20px;
    text-align: center;
    height: auto;
    background: #eeeeee;
  }

  #display{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 35px;
    padding-right: 36%;
    padding-left: 19%;
  }

  #headers{
    width: 34%;
    height: 60px;
    color: #392d66;
    position: fixed;
    z-index: 999;
    background: #fafafa;
  }

  .reply{
    margin-top: 20px;
  }

  #header{
    background: #f9f9f97d;
        width: 100%;
        height: 60px;
        color: #392d66;
        position: fixed;
        z-index: 999;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
  }

  .content{
  padding:10px;
  }

  .contentdisplay{
    padding: 15px;
    text-align: center;
    padding-left: 20%;
    padding-right: 35%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hmnn{
    font-size: 1.8em;
    float: left;
    margin: 0;
    margin-top: -4px;
    color:#ededed;
  }

  .hmnnn{
    font-size: 1.8em;
    float: right;
    margin-top: -35px;
    color:#ededed;
  }

  .ahm{
  color:#ededed;
  }

  .hhl {
    font-family: 'Anakotmai', Arial, sans-serif;
    font-size: 1.4em;
  }

  #container{
  width:100%;
  padding-top: 60px;
  padding-bottom: 10px;
  }

  .conta {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .conta1 {
    padding-left: 250px;
    padding-right: 20px;
  }

  #floatleft{
    float: left;
    font-family: 'QuarkBold',sans-serif;
  font-weight: lighter;
  font-size: 1.7em;
  color: #424242;
  }

  .testimg{
  	height: 100%;
  	width: 100%;
  }

  #testDiv{
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    background: #f2f2f2;
    border-radius: 20px;
  }

  .testimgdiv{
    height: 90px;
    width: 90px;
  	display: inline-block;
  }

  label > input{ /* HIDE RADIO */
    display:none;
  }
  label > input + .select{ /* IMAGE STYLES */
    cursor:pointer;
    border:2px solid transparent;
  }
  label > input:checked + .select{ /* (CHECKED) IMAGE STYLES */
    border:3px solid rgba(0, 0, 0, 0.32);
  }

  .btns {
    background: rgb(150, 175, 182);
    width: 100px;
    height: 50px;
    border: 0;
    color: rgb(229, 244, 248);
    font-family: 'QuarkLight', Arial, sans-serif;
    font-size: 20px;
  }

  .btns:hover{
    background: rgb(176, 201, 208);
    width: 100px;
    height: 50px;
    border: 0;
    color: rgb(212, 231, 236);
    font-family: 'QuarkLight', Arial, sans-serif;
    font-size: 20px;
  }

  .postit {
    background: rgb(121 184 190);
    width: 100%;
    min-height: 230px;
    max-height: 230px;
    padding-top: 1px;
    padding-bottom: 10px;
    color: white;
    text-align: justify;
    font-size: 1.2em;
    overflow-x: scroll;
    display: grid;
      align-content: space-between;
      justify-content: center;
      align-items: center;
      justify-items: center;
  }

  .replyf {
    font-family: 'CSPraJad', Arial, sans-serif;
    width: 94%;
    border-bottom: rgb(217, 217, 217) 2px solid;
    border-top: 0px;
    font-size: 1.2em;
    padding: 10px;
  }

  textarea {
    resize: none;
  }

  .dbcard{
    background: #ffffff63;
    height: 80px;
    margin: 10px;
    border-radius: 15px;
    color: white;
    padding: 10px;
    margin-left: 20%;
    margin-right: 37%;
  }

  .purl{
  -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
  }

  .nmmv{
    float:left;
    font-size: 1.6em;
    margin-left: 15px;
    color:rgb(138, 138, 138);
  }

  a{
  text-decoration:inherit;
  }

  .search {
    width: 100%;
        border: 0;
        background: rgb(249, 249, 249);
        font-size: 1.3em;
        color: rgb(43 43 43);
        font-family: 'Quarklight';
        border-radius: 30px;
        padding: 10px;
  }

  .logib{
    width: 80%;
      margin-top: 20px;
      font-size: 1.5em;
      padding: 10px;
      font-family: 'QuarkLight', Arial, sans-serif;
      border: #2c25657d 2px solid;
      border-radius: 20px;
  }

  .logo{
    width: 221px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    margin-top: 92px;
  }

  .logibb {
    width: 80%;
    margin-top: 20px;
    font-size: 1.5em;
    padding: 10px;
    font-family: 'QuarkLight', Arial, sans-serif;
    border: #2c25657d 2px solid;
    border-radius: 20px;
  }

  .alignc{
  text-align:center;
  }

  .loginbtn{
  font-family: 'QuarkLight', Arial, sans-serif;
  background: #6cc1c1;
    color: #c7f4f4;
    width: 87%;
    height: 55px;
    margin-top: 23px;
    font-size: 26px;
    border: 0px;
  }

  .loginbtn:hover {
    font-family: 'QuarkLight', Arial, sans-serif;
    background: #5CA9A9;
    color: #AAD7D7;
    width: 87%;
    height: 55px;
    margin-top: 23px;
    font-size: 26px;
    border: 0px;
  }

  .regisbtn {
    font-family: 'QuarkLight', Arial, sans-serif;
    background: rgba(193, 108, 108, 0);
    color: #c16c6c;
    width: 87%;
    height: 55px;
    margin-top: 23px;
    font-size: 26px;
    border: #c16c6c 1px solid;
  }

  .regisbtn:hover{
  font-family: 'QuarkLight', Arial, sans-serif;
  background: #c16c6c;
    color: #f9caca;
    width: 87%;
    height: 55px;
    margin-top: 23px;
    font-size: 26px;
    border: 0px;
  }

  .regisbtnnnnnn {
    font-family: 'QuarkLight', Arial, sans-serif;
    background: rgba(193, 108, 108, 0);
    color: #c16c6c;
    width: 87%;
    height: 55px;
    font-size: 26px;
    border: #c16c6c 1px solid;
  }

  .regisbtnnnnnn:hover{
  font-family: 'QuarkLight', Arial, sans-serif;
  background: #c16c6c;
    color: #f9caca;
    width: 87%;
    height: 55px;
    font-size: 26px;
    border: 0px;
  }

  .regisbtnn{
  font-family: 'QuarkLight', Arial, sans-serif;
  background: #c16c6c;
    color: #f9caca;
    width: 87%;
    height: 55px;
    margin-bottom: 23px;
    font-size: 26px;
    border: 0px;
  }

  .regisbtnn:hover {
    font-family: 'QuarkLight', Arial, sans-serif;
    background: #A95D5D;
    color: #CBA5A5;
    width: 87%;
    height: 55px;
    margin-bottom: 23px;
    font-size: 26px;
    border: 0px;
  }

  #paperdb1{
    width: 35%;
      height: 93%;
      background: #ffffff8f;
      position: fixed;
      right: 1%;
      margin-top: 70px;
      border-radius: 20px;
  }

  #paperdb{
    width: 35.5%;
      /* height: 89%; */
      background: #ffffff8f;
      position: fixed;
      right: 1%;
      margin-top: -110px;
      border-radius: 20px;
  }

  #footer{
    width: 20%;
    height: 91.5%;
    position: fixed;
    z-index: 999;
    color: #ffffff;
    margin-top: 60px;

  }

  .ftcontent{
    padding: 10px;
  font-size: 2em;
  text-align: center;
  margin: 10px;
  background: #ffffffa3;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  height: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-content: center;
      justify-content: flex-start;
      align-items: flex-start;

  }

  .frd{
    font-family: 'Anakotmai', Arial, sans-serif;
    color: #9a829e;
    font-size: 0.6em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10%;
  }

  .inboxbtn{
      font-family: 'Anakotmai', Arial, sans-serif;
      color: #9a829e;
      font-size: 0.6em;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      margin-top: 20%;
  }

  .wallsbtn{
    font-family: 'Anakotmai', Arial, sans-serif;
    color: #9a829e;
    font-size: 0.6em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10%;
  }

  .inboxbtn:hover{
    color: #9a829e;
  }

  .frd:hover{
   color: #7d6d80;
  }

  .wallsbtn:hover{
  color: #7d6d80;
  }

  .prf:hover{
  color: #7d6d80;
  }

  .textmenu{
    font-size: 0.7em;
        margin-left: 6px;
  }

  .immenu{
        width: 20px;
  }

  .prf{
    margin-top: 10%;
  }

  .replybtn{
    border: none;
  background: none;
  color: #264a76;
  font-size: 1em;
  }

  .lbr{
    padding: 20px;
  }

  .doh{
    font-family: 'Anakotmai', Arial, sans-serif;
  }

  .loginbtns{
    font-family: 'Anakotmai', Arial, sans-serif;
      background: #2c2565;
      color: #ffffff;
      width: 35%;
      height: 60px;
      margin-top: 23px;
      font-size: 1.2em;
      border: 0px;
      border-radius: 50px;
  }

  /* The Modal (background) */
  .modalLogin {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.2s;
    animation-name: fadeIn;
    animation-duration: 0.2s
  }

  /* Modal Content/Box */
  .modal-contentLogin {
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    width: 100%;
    height: 50%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.2s;
    animation-name: slideIn;
    animation-duration: 0.2s;
    border-top-right-radius: 50px;
      border-top-left-radius: 50px;
  }

  /* Add Animation */
  @-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
  }

  @keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
  }

  @-webkit-keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
  }

  @keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
  }


  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.2s;
    animation-name: fadeIn;
    animation-duration: 0.2s
  }

  /* Modal Content/Box */
  .modal-content {
    background-color: #ffffff;
    border: 1px solid #888;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.2s;
    animation-name: slideIn;
    animation-duration: 0.2s
  }

  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 3%;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  /* The Close Button */
  .closex {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 3%;
  }

  .closex:hover,
  .closex:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .cardw {
    width: 45%;
    height: 200px;
    margin-right: 15px;
    background: #eeeeee;
    margin-bottom: 15px;
    flex-grow: 1;
    border-radius: 30px;
    font-size: 0.5em;
  }

  .timeho{
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.8em;
    text-align: left;
  }

  .cardhl{
    width: 100%;
    background: #515151;
    height: 65px;
    display: block;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .textcard{
    margin-top: 10%;
    font-size: 1.6em;
    color: white;
  }

  .cardph{
    -webkit-border-radius: 500px;
      -moz-border-radius: 500px;
      border-radius: 500px;
      float: left;
      margin-left: 8px;
      margin-top: 8px;
    /*  width: 25%; */
      margin-right: 2px;
  }

  .nna {
    text-align: left;
    font-size: 1.7em;
    width: 100%;
    padding-top: 8px;
    color: rgba(255, 255, 255, 0.77);
  }

  .shoutbtn{
    position: fixed;
      bottom: 10%;
      z-index: 9999;
      background: #372243cf;
      backdrop-filter: blur(50px);
      -webkit-backdrop-filter: blur(50px);
      color: white;
      border-radius: 100px;
      right: 2%;
      padding-top: 24px;
      padding-bottom: 24px;
      padding-left: 29px;
      padding-right: 27px;
      font-size: 1.5em;
  }

}

@media screen and (max-width: 760px) {

  html, body {
    background-color: #e1e1e1;
    height: 100%;
    width: 100%;
    font-family: 'CSPraJad', Arial, sans-serif;
    margin: 0 auto;
    overflow-x: hidden;
  }

  #header{
    background: #f9f9f97d;
        width: 100%;
        height: 60px;
        color: #392d66;
        position: fixed;
        z-index: 999;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
  }

  .content{
  padding:10px;
  }

  .hmnn{
    font-size: 1.8em;
    float: left;
    margin: 0;
    margin-top: -4px;
    color:#ededed;
  }

  .hmnnn{
    font-size: 1.8em;
    float: right;
    margin-top: -35px;
    color:#ededed;
  }

  .ahm{
  color:#ededed;
  }

  .hhl {
    font-family: 'Anakotmai', Arial, sans-serif;
    font-size: 2em;
  }

  #container{
  width:100%;
  padding-top: 60px;
  padding-bottom: 10px;
  }

  .conta {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .conta1 {
    padding-left: 250px;
    padding-right: 20px;
  }

  #floatleft{
    float: left;
    font-family: 'QuarkBold',sans-serif;
  font-weight: lighter;
  font-size: 1.7em;
  color: #424242;
  }

  .testimg{
  	height: 100%;
  	width: 100%;
  }

  #testDiv{
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    background: #f2f2f2;
    border-radius: 20px;
  }

  .testimgdiv{
    height: 90px;
    width: 90px;
  	display: inline-block;
  }

  label > input{ /* HIDE RADIO */
    display:none;
  }
  label > input + .select{ /* IMAGE STYLES */
    cursor:pointer;
    border:2px solid transparent;
  }
  label > input:checked + .select{ /* (CHECKED) IMAGE STYLES */
    border:3px solid rgba(0, 0, 0, 0.32);
  }

  .btns {
    background: rgb(150, 175, 182);
    width: 100px;
    height: 50px;
    border: 0;
    color: rgb(229, 244, 248);
    font-family: 'QuarkLight', Arial, sans-serif;
    font-size: 20px;
  }

  .btns:hover{
    background: rgb(176, 201, 208);
    width: 100px;
    height: 50px;
    border: 0;
    color: rgb(212, 231, 236);
    font-family: 'QuarkLight', Arial, sans-serif;
    font-size: 20px;
  }

  .postit {
    background: rgb(121 184 190);
    width: 100%;
    min-height: 230px;
    max-height: 230px;
    padding-top: 1px;
    padding-bottom: 10px;
    color: white;
    text-align: justify;
    font-size: 1.2em;
    overflow-x: scroll;
    display: grid;
      align-content: space-between;
      justify-content: center;
      align-items: center;
      justify-items: center;
  }

  .replyf {
    font-family: 'CSPraJad', Arial, sans-serif;
    width: 94%;
    border-bottom: rgb(217, 217, 217) 2px solid;
    border-top: 0px;
    font-size: 1.2em;
    padding: 10px;
  }

  textarea {
    resize: none;
  }

  .dbcard{
    background: #ffffff63;
    height: 80px;
    margin: 10px;
    border-radius: 15px;
    color: white;
    padding: 10px;
    margin-left: 250px;
    margin-right: 400px;
  }

  .purl{
  -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
  }

  .nmmv{
    float:left;
    font-size: 1.6em;
    margin-left: 15px;
    color:rgb(138, 138, 138);
  }

  a{
  text-decoration:inherit;
  }

  .search {
    width: 100%;
        border: 0;
        background: rgb(249, 249, 249);
        font-size: 1.3em;
        color: rgb(43 43 43);
        font-family: 'Quarklight';
        border-radius: 30px;
        padding: 10px;
  }

  .logib{
    width: 80%;
      margin-top: 20px;
      font-size: 1.5em;
      padding: 10px;
      font-family: 'QuarkLight', Arial, sans-serif;
      border: #2c25657d 2px solid;
      border-radius: 20px;
  }

  .logo{
    width: 221px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    margin-top: 92px;
  }

  .logibb {
    width: 80%;
    margin-top: 20px;
    font-size: 1.5em;
    padding: 10px;
    font-family: 'QuarkLight', Arial, sans-serif;
    border: #2c25657d 2px solid;
    border-radius: 20px;
  }

  .alignc{
  text-align:center;
  }

  .loginbtn{
  font-family: 'QuarkLight', Arial, sans-serif;
  background: #6cc1c1;
    color: #c7f4f4;
    width: 87%;
    height: 55px;
    margin-top: 23px;
    font-size: 26px;
    border: 0px;
  }

  .loginbtn:hover {
    font-family: 'QuarkLight', Arial, sans-serif;
    background: #5CA9A9;
    color: #AAD7D7;
    width: 87%;
    height: 55px;
    margin-top: 23px;
    font-size: 26px;
    border: 0px;
  }

  .regisbtn {
    font-family: 'QuarkLight', Arial, sans-serif;
    background: rgba(193, 108, 108, 0);
    color: #c16c6c;
    width: 87%;
    height: 55px;
    margin-top: 23px;
    font-size: 26px;
    border: #c16c6c 1px solid;
  }

  .regisbtn:hover{
  font-family: 'QuarkLight', Arial, sans-serif;
  background: #c16c6c;
    color: #f9caca;
    width: 87%;
    height: 55px;
    margin-top: 23px;
    font-size: 26px;
    border: 0px;
  }

  .regisbtnnnnnn {
    font-family: 'QuarkLight', Arial, sans-serif;
    background: rgba(193, 108, 108, 0);
    color: #c16c6c;
    width: 87%;
    height: 55px;
    font-size: 26px;
    border: #c16c6c 1px solid;
  }

  .regisbtnnnnnn:hover{
  font-family: 'QuarkLight', Arial, sans-serif;
  background: #c16c6c;
    color: #f9caca;
    width: 87%;
    height: 55px;
    font-size: 26px;
    border: 0px;
  }

  .regisbtnn{
  font-family: 'QuarkLight', Arial, sans-serif;
  background: #c16c6c;
    color: #f9caca;
    width: 87%;
    height: 55px;
    margin-bottom: 23px;
    font-size: 26px;
    border: 0px;
  }

  .regisbtnn:hover {
    font-family: 'QuarkLight', Arial, sans-serif;
    background: #A95D5D;
    color: #CBA5A5;
    width: 87%;
    height: 55px;
    margin-bottom: 23px;
    font-size: 26px;
    border: 0px;
  }

  #paperdb1{
    width: 380px;
      height: 89%;
      background: #ffffff8f;
      position: fixed;
      right: 1%;
      margin-top: 70px;
      border-radius: 20px;
  }

  #paperdb{
    width: 380px;
      /* height: 89%; */
      background: #ffffff8f;
      position: fixed;
      right: 1%;
      margin-top: -110px;
      border-radius: 20px;
  }

  #footer{
    width: 250px;
    height: 85%;
    position: fixed;
    z-index: 999;
    color: #ffffff;
    margin-top: 60px;

  }

  .ftcontent{
    padding: 10px;
  font-size: 2em;
  text-align: center;
  margin: 10px;
  background: #ffffffa3;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  height: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-content: center;
      justify-content: flex-start;
      align-items: flex-start;

  }

  .frd{
    font-family: 'Anakotmai', Arial, sans-serif;
    color: #9a829e;
    font-size: 0.6em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10%;
  }

  .inboxbtn{
      font-family: 'Anakotmai', Arial, sans-serif;
      color: #9a829e;
      font-size: 0.6em;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      margin-top: 20%;
  }

  .wallsbtn{
    font-family: 'Anakotmai', Arial, sans-serif;
    color: #9a829e;
    font-size: 0.6em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10%;
  }

  .inboxbtn:hover{
    color: #9a829e;
  }

  .frd:hover{
   color: #7d6d80;
  }

  .wallsbtn:hover{
  color: #7d6d80;
  }

  .prf:hover{
  color: #7d6d80;
  }

  .textmenu{

  }

  .immenu{
        width: 40px;
  }

  .prf{
    margin-top: 10%;
  }

  .replybtn{
    border: none;
  background: none;
  color: #264a76;
  font-size: 1em;
  }

  .lbr{
    padding: 20px;
  }

  .doh{
    font-family: 'Anakotmai', Arial, sans-serif;
  }

  .loginbtns{
    font-family: 'Anakotmai', Arial, sans-serif;
      background: #2c2565;
      color: #ffffff;
      width: 35%;
      height: 60px;
      margin-top: 23px;
      font-size: 1.2em;
      border: 0px;
      border-radius: 50px;
  }

  /* The Modal (background) */
  .modalLogin {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.2s;
    animation-name: fadeIn;
    animation-duration: 0.2s
  }

  /* Modal Content/Box */
  .modal-contentLogin {
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    width: 100%;
    height: 50%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.2s;
    animation-name: slideIn;
    animation-duration: 0.2s;
    border-top-right-radius: 50px;
      border-top-left-radius: 50px;
  }

  /* Add Animation */
  @-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
  }

  @keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
  }

  @-webkit-keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
  }

  @keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
  }


  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.2s;
    animation-name: fadeIn;
    animation-duration: 0.2s
  }

  /* Modal Content/Box */
  .modal-content {
    background-color: #ffffff;
    border: 1px solid #888;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.2s;
    animation-name: slideIn;
    animation-duration: 0.2s
  }

  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 3%;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  /* The Close Button */
  .closex {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 3%;
  }

  .closex:hover,
  .closex:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .cardw {
    width: 45%;
    height: 250px;
    margin-right: 15px;
    background: #eeeeee;
    /* float: left;
    display: inline; */
    /* margin-left: 15px; */
    margin-bottom: 15px;
    flex-grow: 1;
    border-radius: 30px;
    font-size: 0.7em;
  }

  .timeho{
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.8em;
    text-align: left;
    margin-left: 80px;
  }

  .cardhl{
    width: 100%;
    background: #515151;
    height: 73px;
    display: block;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .textcard{
    margin-top: 30px;
    font-size: 1.6em;
    color: white;
  }

  .cardph{
  -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
      float: left;
    margin-left: 8px;
    margin-top: 8px;
  }

  .nna {
    text-align: left;
    font-size: 1.7em;
    width: 260px;
    margin-left: 80px;
    padding-top: 8px;
    color: rgba(255, 255, 255, 0.77);
  }

  .shoutbtn{
    position: fixed;
      bottom: 10%;
      z-index: 9999;
      background: #372243cf;
      backdrop-filter: blur(50px);
      -webkit-backdrop-filter: blur(50px);
      color: white;
      border-radius: 100px;
      right: 2%;
      padding-top: 24px;
      padding-bottom: 24px;
      padding-left: 29px;
      padding-right: 27px;
      font-size: 1.5em;
  }

  .contentdisplay{
    padding: 15px;
    text-align: center;
    padding-left: 250px;
    padding-right: 400px;
		display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #headers{
    background: #f9f9f97d;
        height: 60px;
        color: #392d66;
        position: fixed;
        z-index: 999;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    width: 360px;
  }

  .reply{
    margin-top: 5px;
  }

  #display{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 35px;
    padding-right: 400px;
    padding-left: 250px;
  }

  .srdv{
    padding-left: 250px;
  	padding-left: 258px;
  	padding-right: 428px;
  	padding-top: 10px;
  }

  .dbcardfam{
    margin: 8px;
    border-radius: 15px;
    color: white;
    float: left;
    width: 100px;
    padding: 7px;
    padding-bottom: 20px;
    text-align: center;
		    height: auto;
				background:#eeeeee;
  }

  .txtarwrite{
    font-size: 1.5em;
font-family: CSPrajad; padding:10px;width: 338px;
min-height: 280px;
  }

}
