body,
html {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
*{
  margin: 0;
}


  

body {
 
    width: 100%;
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
  }



a {
    text-decoration: none;
    color: #fff;
}


.site-privacy{
  padding-left: 35px;
  padding-right: 35px;
}

.button_small {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 0px;
  text-decoration: none;
  width: 70px;
  display: block;
  background-color: #3B77F1;
  border-radius: 80px;
  right: 35px;
  top: 10px;
  position: absolute;
  text-align: center;
  }


.button_small:hover {
      background-color: #134FC4;
  }

.text_small_dialog_modal{
padding-bottom: 10px;
}  

.link_text {
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}  

.long_text {
  font-size: 14px;
  color:#b5b4b9;
  text-align: left;
  padding: 20px 20px 0px 20px;
  margin: auto;
  width: 50%;
  }  


  h1 {
    font-size: 28px;
    color:#000000;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 600px;
     }  

   h3 {
    font-size: 18px;
    color:#fff;
    text-align: left;
    padding-bottom: 10px;
    max-width: 600px;
     }  
    
     .long_text ul {
      display: block;
      font-size: 16px;
      color:#8a96a3;
      text-align: left;
      padding-bottom: 10px;
      padding-left: 0px;
      max-width: 600px;
      }
      
     .long_text li {
      padding-bottom: 22px;
      padding-bottom: 0px;
      }

      .long_text_last {
        font-size: 14px;
        color:#b5b4b9;
        text-align: left;
        padding: 20px 20px 50px 20px;
        margin: auto;
        width: 50%;
        }  

        .long_text_last ul {
          display: block;
          font-size: 16px;
          color:#8a96a3;
          text-align: left;
          padding-bottom: 10px;
          padding-left: 0px;
          max-width: 600px;
          }
          
         .long_text_last li {
          padding-bottom: 22px;
          padding-bottom: 0px;
          }


.footer {
  position:static;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #F8F9FA;
  color: white;
  text-align: center;
 margin-top: 0px;
 color: #8a96a3;
 font-size: 14px;
 font-weight: 400;
 padding-top: 10px;
 padding-bottom: 10px;
}

.footer a {
  position:static;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
 margin-top: 50px;
 color: #8a96a3;
 font-size: 14px;
 font-weight: 400;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 10px;
 padding-right: 10px;
}

.footer2 {
  position:static;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #F8F9FA;
  color: white;
  text-align: center;
 margin-top: 0px;
 color: #8a96a3;
 font-size: 14px;
 font-weight: 400;
 padding-top: 10px;
 padding-bottom: 10px;
}

.footer2 a {
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
 color: #8a96a3;
 font-size: 12px;
 font-weight: 400;
}



.modal {
  position: absolute;
  top: 0;
  bottom 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  /* background: rgba(77, 77, 77, 0.7);  */
  background: rgba(0, 0, 0, 0.8); 
  transition: all 200ms;
  z-index: 4000;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  padding: 10px;
  }

  .modal:target {
    visibility: visible;
    opacity: 1;
  }

.modalcontent {
  background: #212528;
  border-radius: 20px;
  padding-left: 10px;
  max-width: 90%;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  text-align: center
  }

  #modalbox1 .modalcontent {
    padding-bottom: 10px;
    }

    #modalbox2 .modalcontent {
      padding-bottom: 10px;
      }

      #modalbox3 .modalcontent {
        padding-bottom: 10px;
        }

        #modalbox4 .modalcontent {
          padding-bottom: 10px;
          }

          #modalbox5 .modalcontent {
            padding-bottom: 10px;
            }

    .modalbackground {
      position: fixed;
      backdrop-filter: blur(5px);
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      -webkit-backdrop-filter: blur(5px);
}


body #modalbox1 {
  // block scroll for mobile;
  // causes underlying page to jump to top;
  // prevents scrolling on all screens
  overflow: hidden;
  position: fixed;
}

body #modalbox2 {
  // block scroll for mobile;
  // causes underlying page to jump to top;
  // prevents scrolling on all screens
  overflow: hidden;
  position: fixed;
}

body #modalbox3 {
  // block scroll for mobile;
  // causes underlying page to jump to top;
  // prevents scrolling on all screens
  overflow: hidden;
  position: fixed;
}

body #modalbox4 {
  // block scroll for mobile;
  // causes underlying page to jump to top;
  // prevents scrolling on all screens
  overflow: hidden;
  position: fixed;
}

body #modalbox5 {
  // block scroll for mobile;
  // causes underlying page to jump to top;
  // prevents scrolling on all screens
  overflow: hidden;
  position: fixed;
}





 .title_dialog_modal {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-top: 0px;
  text-align: center;
 
}


.text_dialog_modal {
  max-width: 700px;
  text-align: center;
  color: #8a96a3;
  font-size: 18px;
  font-weight: 400;

  display: inline-block;
  margin: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}


.button1{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button1  .button_dialog_modal {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 0px;
  padding: 14px 0;
  text-decoration: none;
  display: inline-block;
  width: 216px;
  background-color: #3B77F1;
  background-size: 500px 200px;
  border-radius: 80px;
  margin: auto;
}
.button1 .button_dialog_modal:hover {
  background-color: #337ecc;
  color: #fff;
}

.button2{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button2  .button_dialog_modal {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 0px;
  padding: 14px 0;
  text-decoration: none;
  display: inline-block;
  width: 216px;
  background-color: #f3a233;
  background-size: 500px 200px;
  border-radius: 80px;
  margin: auto;
}
.button2 .button_dialog_modal:hover {
  background-color: #c28229;
  color: #fff;
}

.button3{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button3  .button_dialog_modal {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 0px;
  padding: 14px 0;
  text-decoration: none;
  display: inline-block;
  width: 216px;
  background-color: #329af7;
  background-size: 500px 200px;
  border-radius: 80px;
  margin: auto;
}
.button3 .button_dialog_modal:hover {
  background-color: #287bc6;
  color: #fff;
}

.button4{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button5{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button6{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button4  .button_dialog_modal {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 0px;
  padding: 14px 0;
  text-decoration: none;
  display: inline-block;
  width: 216px;
  background-color: #ff3b74;
  background-size: 500px 200px;
  border-radius: 80px;
  margin: auto;
}
.button4 .button_dialog_modal:hover {
  background-color: #cc2f5d;
  color: #fff;
}

.button5  .button_dialog_modal {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 0px;
  padding: 14px 0;
  text-decoration: none;
  display: inline-block;
  width: 216px;
  background-color: #f55333;
  background-size: 500px 200px;
  border-radius: 80px;
  margin: auto;
}
.button5 .button_dialog_modal:hover {
  background-color: #ab3a24;
  color: #fff;
}

.button6  .button_dialog_modal {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 0px;
  padding: 14px 0;
  text-decoration: none;
  display: inline-block;
  width: 216px;
  background-color: #67c953;
  background-size: 500px 200px;
  border-radius: 80px;
  margin: auto;
}
.button6 .button_dialog_modal:hover {
  background-color: #488c3a;
  color: #fff;
}



.button_dialog_modal {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 0px;
  padding: 14px 0;
  text-decoration: none;
  display: inline-block;
  width: 216px;
  background-color: #d31e1e;
  background-size: 500px 200px;
  border-radius: 80px;
  margin: auto;
}
.button_dialog_modal:hover {
  background-color: #cccbd5;
  color: #fff;
}



.main {
  width: 100%;
  height: 100vh;
  display: flex;
  text-align: left;
}

.badge {
  width: 60px;
  position: absolute;
  margin-left: -180px;
  margin-top: 70px;
   display: inline-block;
border-radius: 100px;

padding: 5px 5px;

  
}


.image {
  text-align: center;
  position: relative;
  background-color: #fff;
  padding-top: 0px;
}

.chat {
  text-align: center;
  background-color: #fff;
  padding-top: 50px;
}

.chat2 {
  text-align: center;
padding-bottom: 0px;
}

.chat3 {
  text-align: center;
padding-bottom: 0px;

}

.chat img  {
width: 400px;
}

.chat2 img  {
  width: 400px;
  }


  .blog_img {
    text-align: center;
    background-color: #000;
    padding-top: 0px;
    padding-bottom: 30px;
   }

  .blog_img img  {
  border-radius: 10px;
 width: 600px;
}


.image_footer {
      width: 150px;
      height: 150px;
      padding-top: 0px;
      padding-bottom: 0px;
      margin-bottom: 0px;
      padding: 0px !important;
      border-radius: 100%;
      margin-top: 0px;
      }
      /*border-radius: 50%;
      -moz-border-radius: 50%
      overlayColor: #000;*/
     }

   

 .textbox {
  text-align: center;
  position: relative;
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
 }

 .textbox2 {
  text-align: center;
  position: relative;
  background-color: #212528;
  padding-top: 0px;
  padding-bottom: 50px;
 }

 .iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  }

  .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.textbox3 {
  text-align: center;
  position: relative;
  background-color: #F8F9FA;
  padding-top: 50px;
  padding-bottom: 50px;
 }

 .textbox4 {
  text-align: center;
  position: relative;
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 30px;
 }

 .textbox_icons {
  text-align: center;
  position: relative;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
 }

 .textbox_icons_last {
  text-align: center;
  position: relative;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 50px;
 }



.title {
text-align: center;
position: relative;
padding-top: 80px;
padding-bottom: 100px;
background-color: #ffffff;
margin-bottom: 0px;
/*
background: rgba(255, 255, 255, 0.9)url(../img/messages_banner.png);
*/

/*
background: rgba(255, 255, 255, 0.9)url(../img/messages_banner.png);
*/





/*background-image: linear-gradient(180deg, #b496fe, #7b4ff9);*/

background-repeat: no-repeat;

background-size: cover;
background-position: center;
background-blend-mode: darken;
}



 


 .image_dialog0 {
  width: 150px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  padding: 0px !important;
  border-radius: 20%;
  margin-top: 30px;
  
  /*border-radius: 50%;
  -moz-border-radius: 50%
  overlayColor: #000;*/
  }
.image_dialog {
  width: 150px;
  height: 150px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding: 0px !important;
  border-radius: 100%;
  margin-top: 0px;

/*border-radius: 50%;
-moz-border-radius: 50%
overlayColor: #000;*/
}

.title_dialog0 {
  color: #4D4D4D;
  font-size: 40px;
  font-weight: 800;
  margin-top: 0px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  font-family: 'Nunito', sans-serif;
 }

 .title_dialog0 span {
  color: #3B77F1;
}

.title_dialog {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  font-family: 'Nunito', sans-serif;
}

.title_dialog span  {
  color: #f3a233;
}

.title_dialog1 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  
}

.title_dialog1 span  {
  color: #3B77F1;
}

.title_dialog2 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  font-family: 'Nunito', sans-serif;
}

.title_dialog2 span  {
  color: #f3a233;
}

.title_dialog3 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  font-family: 'Nunito', sans-serif;
}

.title_dialog3 span  {
  color: #329af7;
}

.title_dialog4 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  font-family: 'Nunito', sans-serif;
}

.title_dialog4 span  {
  color: #ff3b74;
}

.title_dialog5 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  font-family: 'Nunito', sans-serif;
}

.title_dialog5 span  {
  color: #f55333;
}

.title_dialog6 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  font-family: 'Nunito', sans-serif;
}

.title_dialog6 span  {
  color: #67c953;
}


.text_dialog {
  text-align: center;
  color: #8a96a3;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
 }

 .text_title {
  text-align: center;
  color: #8a96a3;

  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
 }

 .text_title_bold {
  text-align: center;
  color: #8D8D8D;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
 }




 .text_title_header {
  text-align: center;
  color: #3B77F1;
  font-size: 30px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
 }



.button{
  text-align: center;
 padding-top: 50px;
 padding-bottom: 50px;
 background-color: #000000;
}

.button_download{
  text-align: center;
 padding-top: -50px;
 padding-bottom: 50px;
 background-color: #000000;
}

.button_bg{
  text-align: center;
 padding-top: -50px;
 padding-bottom: 50px;
 background-color: #212528;
}

.button1{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button2{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button_dialog {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 14px 0;
  margin-top: 0px;
  text-decoration: none;
  display: inline-block;
  width: 216px;
  background-color: #ffffff;
  background-size: 500px 200px;
  border-radius: 80px;
  margin: auto;
 }

 .button_dialog:hover {
  color: #ffffff;
  background-color: #cccbd5;;
  }

  .button_dialog1 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 14px 0;
    margin-top: 0px;
    text-decoration: none;
    display: inline-block;
    width: 216px;
    background-color: #3B77F1;
    background-size: 500px 200px;
    border-radius: 80px;
    margin: auto;
   }
  
   .button_dialog1:hover {
    color: #ffffff;
    background-color: #337ecc;
    }

    .button_dialog2 {
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      text-align: center;
      padding: 14px 0;
      margin-top: 0px;
      text-decoration: none;
      display: inline-block;
      width: 216px;
      background-color: #f3a233;
      background-size: 500px 200px;
      border-radius: 80px;
      margin: auto;
     }
    
     .button_dialog2:hover {
      color: #ffffff;
      background-color: #c28229;;
      }

      .button_dialog3 {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        padding: 14px 0;
        margin-top: 0px;
        text-decoration: none;
        display: inline-block;
        width: 216px;
        background-color: #329af7;
        background-size: 500px 200px;
        border-radius: 80px;
        margin: auto;
       }
      
       .button_dialog3:hover {
        color: #ffffff;
        background-color: #287bc6;;
        }

        .button_dialog4 {
          color: #fff;
          font-size: 16px;
          font-weight: 500;
          text-align: center;
          padding: 14px 0;
          margin-top: 0px;
          text-decoration: none;
          display: inline-block;
          width: 216px;
          background-color: #ff3b74;
          background-size: 500px 200px;
          border-radius: 80px;
          margin: auto;
         }
        
         .button_dialog4:hover {
          color: #ffffff;
          background-color: #cc2f5d;;
          }

          .button_dialog5 {
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            text-align: center;
            padding: 14px 0;
            margin-top: 0px;
            text-decoration: none;
            display: inline-block;
            width: 216px;
            background-color: #f55333;
            background-size: 500px 200px;
            border-radius: 80px;
            margin: auto;
           }
          
           .button_dialog5:hover {
            color: #ffffff;
            background-color: #ab3a24;;
            }

            .button_dialog6 {
              color: #fff;
              font-size: 16px;
              font-weight: 500;
              text-align: center;
              padding: 14px 0;
              margin-top: 0px;
              text-decoration: none;
              display: inline-block;
              width: 216px;
              background-color: #67c953;
              background-size: 500px 200px;
              border-radius: 80px;
              margin: auto;
             }
            
             .button_dialog6:hover {
              color: #ffffff;
              background-color: #488c3a;;
              }




  #modalbox1 .modalcontent {
    padding-bottom: 10px;
    }

    #modalbox2 .modalcontent {
      padding-bottom: 10px;
      }

      #modalbox3 .modalcontent {
        padding-bottom: 10px;
        }

        #modalbox4 .modalcontent {
          padding-bottom: 10px;
          }

          #modalbox5 .modalcontent {
            padding-bottom: 10px;
            }

    body #modalbox1 {
      // block scroll for mobile;
      // causes underlying page to jump to top;
      // prevents scrolling on all screens
      overflow: hidden;
      position: fixed;
    }

    body #modalbox2 {
      // block scroll for mobile;
      // causes underlying page to jump to top;
      // prevents scrolling on all screens
      overflow: hidden;
      position: fixed;
    }

    body #modalbox3 {
      // block scroll for mobile;
      // causes underlying page to jump to top;
      // prevents scrolling on all screens
      overflow: hidden;
      position: fixed;
    }

    body #modalbox4 {
      // block scroll for mobile;
      // causes underlying page to jump to top;
      // prevents scrolling on all screens
      overflow: hidden;
      position: fixed;
    }

    body #modalbox5 {
      // block scroll for mobile;
      // causes underlying page to jump to top;
      // prevents scrolling on all screens
      overflow: hidden;
      position: fixed;
    }





.menu {
  
  background-color: #161618;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  
}

header {
  list-style: none;
   width: 100%;
   overflow: hidden;
   position: fixed;
   top: 0px;
   z-index: 2002;
}

hr{
  border-color: #F8F9FA;
border-width: 0.5px;



}


 
 

    .logo {
      color: #4D4D4D;
      font-size: 24px;
      font-weight: 800;
      font-family: 'Nunito', sans-serif;
    
     }
    
.logo span  {
  color: #3B77F1;
}

.logo_blog {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  font-family: 'Nunito', sans-serif;
 }

 .logo_blog span  {
  color: #337ecc;
}

.blog_list  {
  margin-top: 100px;
}


.text_menu span {
  color: #f3a233;
  font-size: 12px;
  font-weight: 700;
}

.menu a {
  text-decoration: none;
  color: #8a96a3;
  display: list-item;
  font-size: 16px;
  font-weight: 400;
  padding-top: 20px;
  list-style: none;
}

.menu a:hover {
  color: #f3a233;
}

.text_menu.active{
  color: #fff !important; 
}

 

.logout .button_logout {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  display: inline-block;
  width: 80px;
  background-color: #f3a233;
  background-size: 500px 200px;
  border-radius: 80px;
  position: fixed;
  bottom: 10px;
  
 }

 .logout .button_logout:hover {
  color: #000;
  background-color: #8a96a3;
  
 }

.body-right {
  width: 850px;
  margin-left: 30px;
  padding-top: 30px;
  overflow-y: auto;
}

.app_stores{
  background-color: #F8F9FA;
}

.app_stores_down{
  background-color: #F8F9FA;
}

.row {
  display: flex;
      justify-content: center;
}

.column {
  float: left;
  width: 15%;
  margin-top: 20px;
  margin-bottom: 20px;
 
   padding-right: 10px;
   padding-left: 0px;
  
 }




  
  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }




.box {
  display: inline-block; 
  background-color: #161618;
  width: 220px;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-right: 30px;
}

 /* Clear floats */
 .box:after {
  content: "";
  clear: both;
  display: table;
  }




.count {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
 }



.user {
 
}

#user-img{
  border-radius: 100%;
  width: 30px;
  height: 30px;
  object-fit: cover;
  float:left;
  margin-bottom: 10px;
 
}

.user-info {
  padding-top: 5px;
 
}

#user-name{
  font-size: 14px; 
  padding-left: 10px;
  color: #f3a233;
  color: #fff;
  font-weight: 500;
}

#user-name2{
  font-size: 14px; 
  padding-left: 10px;
  color: #f3a233;
  font-weight: 500;
}

#registration{
  font-size: 14px; 
  color:#fff;
  color: #8a96a3;
  padding-left: 20px;
}

#by-user{
  font-size: 14px; 
  color:#fff;
  padding-left: 20px;
  font-weight: 500;
}

#age{
  font-size: 14px; 
  color:#fff;
  color: #8a96a3;
  padding-left: 20px;
}

#body{
  font-size: 14px; 
  color:#fff;
  color: #8a96a3;
  padding-left: 20px;
}

#location{
  font-size: 14px; 
  color:#fff;
  color: #8a96a3;
  padding-left: 20px;
}

#report{
  font-size: 14px; 
  color:#fff;
  color: #8a96a3;
  padding-left: 20px;
}


.button_block {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 5px 15px;
  text-decoration: none;
  display: inline-block;
  background-color: #f3a233;
  border-radius: 80px;
  float: right;
  margin-right: 30px;

 
 }

 .button_block:hover {
  color: #fff;
  background-color: #d60000;
 
 }

 .button_unblock {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 5px 15px;
  text-decoration: none;
  display: inline-block;
  background-color: #8a96a3;
  border-radius: 80px;
  float: right;
  margin-right: 30px;

 
 }

 .button_unblock:hover {
  color: #000;
  background-color: #f3a233;
 
 }


 /* Clear floats */
 .user:after {
  content: "";
  clear: both;
  display: table;
  }

  .user-info:after {
    content: "";
    clear: both;
    display: table;
    }

  .button_block:after {
    content: "";
    clear: both;
    display: table;
    }

    .button_unblock:after {
      content: "";
      clear: both;
      display: table;
      }

  

  


.modal {
  position: absolute;
  top: 0;
  bottom 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  /* background: rgba(77, 77, 77, 0.7);  */
  background: rgba(0, 0, 0, 0.8); 
  transition: all 200ms;
  z-index: 4000;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  margin: 0px;
  }

.modal:target {
  visibility: visible;
  opacity: 1;
}


.modalcontent {
  position: relative;
  background: none
  border-radius: 20px;
  padding-left: 10px;
  max-width: 90%;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

  .image_dialog_modal{
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px !important;
    border-radius: 20%;
   }

  .modalbackground {
    position: fixed;
    backdrop-filter: blur(5px);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(5px);

  }

  #modalbox1 .modalcontent {
    padding-bottom: 10px;
    }

    #modalbox2 .modalcontent {
      padding-bottom: 10px;
      }

      #modalbox3 .modalcontent {
        padding-bottom: 10px;
        }

        #modalbox4 .modalcontent {
          padding-bottom: 10px;
          }

          #modalbox5 .modalcontent {
            padding-bottom: 10px;
            }

    body #modalbox1 {
      // block scroll for mobile;
      // causes underlying page to jump to top;
      // prevents scrolling on all screens
      overflow: hidden;
      position: fixed;
    }

    body #modalbox2 {
      // block scroll for mobile;
      // causes underlying page to jump to top;
      // prevents scrolling on all screens
      overflow: hidden;
      position: fixed;
    }

    body #modalbox3 {
      // block scroll for mobile;
      // causes underlying page to jump to top;
      // prevents scrolling on all screens
      overflow: hidden;
      position: fixed;
    }

    body #modalbox4 {
      // block scroll for mobile;
      // causes underlying page to jump to top;
      // prevents scrolling on all screens
      overflow: hidden;
      position: fixed;
    }

    body #modalbox5 {
      // block scroll for mobile;
      // causes underlying page to jump to top;
      // prevents scrolling on all screens
      overflow: hidden;
      position: fixed;
    }

    .modalclose {
      position: absolute;
      right: 15px;
      top: 5px;
      color: #fff;
      text-decoration: none;
      font-size: 36px;
      }





    



/* Text Input (FORM) */
input,
textarea,
button {
    border: none;
    width: 716px;
    padding: 0px 0px;
    width: 49%;
    }

input:focus,
textarea:focus {
outline: none;
font-family: 'Roboto', sans-serif;
  }

input {
    margin-bottom: 15px;
    width: 716px;
    border-radius: 80px;
    border-style: solid;
    border-color: #8a96a3;
    border-width: 1px;
    height: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #000;
    width: 30%;
    width: 380px;
}
input:nth-child(3){
margin: 0;
}
.inputbox{
  float: left;
  width: 85%; 
 
}

.form{

text-align: center;
top: 50%;
left: 50%;
padding-top: 15px;

 
}


.form input[type="text"], [type="email"] , [type="password"]  {
    box-sizing: border-box;
    padding-left: 35px;
}



input:-webkit-autofill {
  -webkit-box-shadow:0 0 0 50px #000 inset; /* Change the color to your own background color */
  -webkit-text-fill-color: #000;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px #000 inset;
  -webkit-text-fill-color: #000;
}  

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 50px #000 inset !important;
    background-color: #000 !important;
    background-clip: content-box !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill{
  -webkit-text-fill-color: #fff !important;
}

   


.form button {
   margin-top: 15px;
   margin-bottom: 0px;
   width: 380px;
   border-radius: 80px;
   color: #000000;
   font-size: 20px;
   font-weight: 500;
   text-align: center;
   height: 60px;
   background-color: #f3a233;
  
}

.form button:hover {
background-color: #c28220;
}

.logo {
  text-align: left;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  background-color: #ffffff;
  }

  .logo_blog {
    text-align: center;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #212528;
    }


.box {
  display: inline-block; 
  background-color: #161618;
  width: 180px;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-right: 30px;
}

 /* Clear floats */
 .box:after {
  content: "";
  clear: both;
  display: table;
  }




.count {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
 }
 


 @media screen and (max-width:900px){
 .blog_img img  {
  border-radius: 10px;
  width: 400px;
}



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

  .logo {
    text-align: left;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #ffffff;
    }

  .title {
    text-align: center;
    padding-top: 40px;
    font-size: 16px;
    /*
    background: rgba(255,255,255,0.7)url(../img/messages_banner_app.png);
    background-repeat: repeat-x;
   */

    
    background: rgba(255, 255, 255, 0.9)url(../);
    background-repeat: repeat-x;
  

   
  
 

  

 
  
  
    background-position: center;
    background-blend-mode: darken;
   }  

   .image_dialog0 {
    width: 150px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding: 0px !important;
    border-radius: 20%;
    margin-top: 100px;
  }  




  .body-right {
  width: 850px;
  margin-left: 30px;
  padding-top: 30px;
  overflow-y: auto;
  }
  .box {
  display: inline-block;
  background-color: #161618;
  width: 220px;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-right: 30px;
  }
  /* Clear floats */
  .box:after {
  content: "";
  clear: both;
  display: table;
  }



 
  .count {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
  }
  .user {
  }
  #user-img{
  border-radius: 100%;
  width: 30px;
  height: 30px;
  object-fit: cover;
  float:left;
  margin-bottom: 10px;
  margin-right: 10px;
  }
  .user-info {
  padding-top: 5px;
  }
  #user-name{
  font-size: 14px;
  padding-left: 10px;
  color: #f3a233;
  color: #fff;
  font-weight: 500;
  }
  #user-name2{
  font-size: 14px;
  padding-left: 10px;
  color: #f3a233;
  font-weight: 500;
  }
  #registration{
  font-size: 14px;
  color:#fff;
  color: #8a96a3;
  padding-left: 10px;
  }
  #by-user{
  font-size: 14px;
  color:#fff;
  padding-left: 20px;
  font-weight: 500;
  }
  #age{
  font-size: 14px;
  color:#fff;
  color: #8a96a3;
  padding-left: 40px;
  }
  #body{
  font-size: 14px;
  color:#fff;
  color: #8a96a3;
  padding-left: 40px;
  }
  #location{
  font-size: 14px;
  color:#fff;
  color: #8a96a3;
  padding-left: 40px;
  }
  #report{
  font-size: 14px;
  color:#fff;
  color: #8a96a3;
  padding-left: 40px;
  }
  .user-info span{
  display: block;
  padding-left: 100px;
  }
  .button_block {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 5px 15px;
  text-decoration: none;
  display: inline-block;
  background-color: #f3a233;
  border-radius: 80px;
  margin-right: 30px;
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
  }
  .button_block:hover {
  color: #fff;
  background-color: #d60000;
  }
  .button_unblock {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 5px 15px;
  text-decoration: none;
  display: inline-block;
  background-color: #8a96a3;
  border-radius: 80px;
  margin-right: 30px;
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
  }
  .button_unblock:hover {
  color: #000;
  background-color: #f3a233;
  }

  .form input[type="text"], [type="email"], [type="password"]{
    padding-left: 25px;
    width: 89%;
    border: 1px solid #8a96a3;
    margin-bottom: 18px;
  }
  form :nth-child(3){
    float: none;
    margin-bottom: 18px;
  }
  .form textarea{
    width: 89%;
    border: 1px solid #8a96a3;
  }
  .form button{
    width: 89%;
  }

  .footer a::after{
    content: "\a";
    white-space: pre;
  }
  
  .footer a::before{
    content: "\a";
    white-space: pre;
  }

  .column {
    float: left;
    width: 35%;
     margin-top: 15px;
     margin-bottom: 15px;
   }

   .button_small {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0px;
    text-decoration: none;
    width: 70px;
    display: block;
    background-color: #3B77F1;
    border-radius: 80px;
    right: 5px;
    top: 10px;
    position: absolute;
    text-align: center;
    }

    .chat img  {
      width: 300px;
      }

      .chat2 img  {
        width: 300px;
        }

        .long_text {
          font-size: 14px;
          color:#b5b4b9;
          text-align: left;
          padding: 20px 20px 0px 20px;
          margin: auto;
          width: 80%;
        }  

        .long_text_last {
          font-size: 14px;
          color:#b5b4b9;
          text-align: left;
          padding: 20px 20px 50px 20px;
          margin: auto;
          width: 80%;
        }  
    
      
        .blog_img img  {
        border-radius: 10px;
        width: 300px;
      }
      



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

    .button_small {
      color: #fff;
      font-size: 10px;
      font-weight: 500;
      padding: 8px 0px;
      text-decoration: none;
      width: 50px;
      display: block;
      background-color: #3B77F1;
      border-radius: 80px;
      right: 5px;
      top: 10px;
      position: absolute;
      text-align: center;
      }
    
    
    .button_small:hover {
          background-color: #337ecc;
      }

    .title_dialog {
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      margin-top: 10px;
      margin-left: 20px;
      margin-right: 20px;
      text-align: center;
      
     }

     .text_dialog {
      text-align: center;
      color: #8a96a3;
      font-size: 16px;
      font-weight: 400;
      margin-top: 10px;
      margin-bottom: 10px;
      margin-left: 20px;
      margin-right: 20px;
    }

    .text_title {
      text-align: center;
      color: #ffffff;
      font-size: 16px;
      font-weight: 400;
      margin-top: 10px;
      margin-bottom: 10px;
      margin-left: 20px;
      margin-right: 20px;
    }

    .text_title_bold {
      text-align: center;
      color: #ffffff;
      font-size: 16px;
      font-weight: 700;
      margin-top: 10px;
      margin-bottom: 10px;
      margin-left: 20px;
      margin-right: 20px;
    }

    .text_title_header {
      text-align: center;
      color: #ffffff;
      font-size: 30px;
      font-weight: 700;
      margin-top: 50px;
      margin-bottom: 10px;
      margin-left: 20px;
      margin-right: 20px;
    }

    .chat img  {
      width: 250px;
      }

      .chat2 img  {
        width: 250px;
        }


        .blog_img {
          text-align: center;
          background-color: #000;
          padding-top: 0px;
          padding-bottom: 30px;
         }

        .blog_img img  {
          border-radius: 10px;
          width: 200px;
        }

    

      

  