*{ box-sizing: border-box; 
   padding: 0;
   margin: 0;
 font-family: sans-serif;}


#loader-wrapper{ text-align: center; }

#loader-wrapper img{width: 250px;}



.search_loader{text-align:center;
   margin:5px 0;
   padding:50px 0;
   background:rgb(245, 245, 255);
   display: none;
}

.search_loader img{ width: 25px;}

.chat_link{text-decoration: none;}

.friends-search-wrapper{display: grid;
                           grid-template-columns: 80% 20%;
                            margin-bottom: 5px;}

.friends-search-wrapper input{width: 100%;
                              padding: 4px;
                              border: 1px solid rgba(0, 0, 0, 0.1);
                                  outline: none;
                                  background: inherit;
                                  color: rgba(0, 0, 0, 0.9);}


.friends-search-wrapper input::placeholder{
                                  word-spacing: 1.7px;
                                  color: rgba(0,0, 0, 0.8); }



.friends-search-wrapper button{width: 100%;
                                   padding: 4px;
                                  border: 1px solid rgba(0,0,0, 0.1);
                                  outline: none;
                                  cursor: pointer;
                                background: rgba(0, 0,0,0.1);
                               color: rgba(255, 255, 255, 0.6);}

.friends-wrapper{display: grid;
                grid-template-columns:20% 80%;
                padding: 5px 5px;
                margin-bottom: 1px;
                grid-gap: 2px;
               border-bottom: 1px solid rgba(0, 0, 0, 0.08);}


 .friends-wrapper .friends-users-picture{}

 .friends-wrapper .friends-users-picture img{ 

    width: 65px;
    height: 65px;
    object-fit: cover; 
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 7px;}

.friends-wrapper .friends-content{margin-left: 5px;  margin-top: 5px;
  margin-right: 2px;}

@media screen and (max-width: 400px){

.friends-wrapper .friends-content{margin-left: 12px;}
}
.friends-wrapper .friends-content .username{ 
word-spacing: 1.6px;
 word-wrap: break-word;
 font-size: 15px;
 text-transform: capitalize;
 margin-bottom: 10px;
color:#038;}

.friends-wrapper .friends-content .btn-wrapper{
display: grid;
grid-template-columns: auto auto;
grid-gap: 6px;
}


.friends-wrapper .friends-content .btn-wrapper button{
 cursor: pointer;
 font-size: 14px;
 outline: none;
  border: none;
   color: white;
   border-radius: 2px;
padding: 5px 15px;
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.1);}


.friends-wrapper .friends-content .btn-wrapper .follow-btn{
 /*margin-right: 13px;*/
    background: #068;
   }


.friends-wrapper .friends-content .btn-wrapper .see-profile-btn{
 background: /*#086*/rgba(200, 200, 200, 0.13);
  color:#037;
   }


.load_more_friends{ text-align: center;
                     padding:15px 2px;
                     color:#039;
                     word-spacing: 1.7px;
                     font-size: 16px;
                     cursor:pointer;
                  background:rgba(0, 0, 0, 0.05);
                  display: none;}

   
.no-friends-alert{text-align: center;
                  padding: 50px 2px;
                  font-size: 15px;
                  font-weight: bold;
                  background: rgb(245, 245, 255);
                  word-spacing: 1.7px;}

.no-friends-alert .btn-wrapper{margin-top:20px;
                              text-align: center;}
.no-friends-alert .btn-wrapper button{padding: 3px 25px;
                          background: #068;
                          color: white;
                        border-radius: 20px;
                     font-weight: normal;
                   border: 2px solid white;
                 word-spacing: 1.6px;
                 cursor: pointer;
                 font-size: 14px;}


#translate-link{ margin-top: 10px;
                font-weight: normal;
                color: #028; 
               cursor: pointer;
               font-size: 14px;}

.no-friends-alert{text-align: center;
                  padding: 50px 2px;
                  font-size: 15px;
                  font-weight: bold;
                  background: rgb(245, 245, 255);
                  word-spacing: 1.7px;}
.no-friends-alert .btn-wrapper{margin-top:20px;
                              text-align: center;}


.no-friends-alert .btn-wrapper button{padding: 4px 25px;
                          background: #068;
                          color: white;
                        border-radius: 20px;
                     font-weight: normal;
                   border: 2px solid white;
                 word-spacing: 1.6px;
                 cursor: pointer;
                 font-size: 14px;}


.friends-dialog-wrapper{display: none; 
                        z-index: 999;
                       position: fixed;
                        top: 0;
                        left: 0;
                        background: rgb(0, 0, 0);
                        background: rgba(0, 0, 0, 0.5);
                        width: 100%;
                        height: 100%;
                        text-align: left;}

.message-dialog-content{
                        padding: 10px 25px;
                      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.8);
                     margin: 5% auto;
                   width: 95%;}

/*modifyng the modal size on big devices*/

@media screen and (min-width: 700px){
.message-dialog-content{
                     margin: 5% auto;
                   width: 50%;}
               }

.message-dialog-content .message-title{ font-weight: bold; font-size: 15px; word-spacing: 1.7px;}

.message-dialog-content .message-content{ margin-top: 10px;
                                 word-spacing: 1.6px; 
                                line-height: 20px;}

.message-dialog-btn-wrapper{ margin-top: 20px; padding-bottom:15px ;}

.delete_ok_btn{
   margin-right: 25px;
    background: #068;
     color: white;
      font-size: 14px;
   padding: 7px 15px;
   border: none;
   outline: none;
   border-radius: 3px;
  cursor: pointer;}

.cancel-delete-btn{
border: 1px solid rgba(0, 0, 0, 0.2);
 color: rgba(0, 0, 0, 0.8);
padding: 5px 15px;
outline: none;
border-radius: 3px;
 cursor: pointer;
 font-size: 14px;}



.no-friends-alert{text-align: center;
                  padding: 40px 2px;
                  font-size: 15px;
                  background: rgba(0,0,0,0.1);
                  word-spacing: 1.7px;
                 color: crimson;}

.no-friends-alert .btn-wrapper{margin-top:20px;
                              text-align: center;}


.no-friends-alert .btn-wrapper button{
                           padding: 4px 25px;
                          background: #034;
                          color: white;
                        border-radius: 20px;
                     font-weight: normal;
                   border: 1px solid rgba(255, 255, 255, 0.1);
                 word-spacing: 1.6px;
                 cursor: pointer;
                 font-size: 14px;}

#loader-wrapper{text-align:center;
                padding:50px 2px;}

#loader-wrapper img{width: 45px;}

#loader-wrapper #loading-text{color:#039;
                            font-weight: bold;
                           margin-top: 15px;
                         word-spacing: 1.9px;}


#quiz-go-home-btn{display:none;}