  *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background:url(./pics\ 1.jpg);
    backdrop-filter: blur(5px) brightness(0.9);
    background-size: cover;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overall-container {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    
}
.sidebar-left {
    width: 80vw;
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    margin-top: 1rem;
    margin-left: 1rem;
}
.remove-sidebar {
    display: none;
}
.chats {
    font-family: sans-serif;
    font-size: 20px;
    color: #ffffff;
}
.sidebar-header {
    display: flex;
    justify-content: space-evenly;

    align-items: center;
}
.left-header-img {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.sidebar-icons {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}
#hamburger-side {
    font-size: 20px;
    color: #228b22;
    cursor: pointer;
}
.search-box {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    border: none;
    width: 70vw;
    height: 25px;
    margin-left: 1rem;
    padding: 1.2rem;
}
.search-section {
    margin-bottom: 2rem;
}
span {
    display: block;
    font-family: sans-serif;
    font-weight: 200;
    color: darkgray;
    font-size: 12px;
}
i {
    color: #ffffff;
}

.chat-list {
    display: flex;
    align-items: center;
    gap: 1rem;
    list-style-type: none; 
    border-bottom: 0.5px solid #514f4f;
    height: 50px;
    cursor: pointer;
}
.chat-list:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.chat-list:last-child {
    border-bottom: none;
}
.chat-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 1rem 0rem 1rem 1rem;
    cursor: pointer;
}

h4 {
    font-family: sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 200;
}
.chat-list-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.main {
    display: none;
    margin-top: 1rem;
    margin-left: 0rem;
    width: 80vw;
    background-color: rgba(0, 0, 0, 0.7);
    border-left: 0.5px solid #514f4f;
    border-right: 0.5px solid #514f4f;
    border-radius: 10px;
}
.show-main {
    display: block;
}
.main-header {
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid #514f4f;
    justify-content: space-around;
}
.main-img {
    margin-right: 1.5rem;
    margin-left: 2rem;
}
.main-figure {
    display: flex;
    align-items: center;
}
.main-header-icons {
    display: flex;
   align-items: center;
   gap: 0.5rem;
}
#hamburger-main {
    margin-left: 1.5rem;
    font-size: 16px;
}
.main-header-icons i {
    display: flex;
    align-items: center;
    font-size: 11px;
     color:#228b22;
}
.h2-text {
    color: #ffffff;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 200;
}
.text-1, .text-2, .text-3, .text-4, .text-5, .text-6, .text-7, .text-8, .text-9, .text-10 {
    font-size: 10px;
    font-family: sans-serif;
    color: #ffffff;
   
}
.text-1 {
    width: 80px;
    height: 30px;
    background-color:#228b22;
    margin: 3rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
    margin-left: 50vw;
}
.text-2 {
    width: 160px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 3rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
}
.text-3 {
    width: 110px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 3rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
}
.text-4 {
    width: 160px;
    height: 30px;
    background-color:#228b22;
    margin: 3rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
    margin-left: 30vw;
}
.text-5 {
    width: 150px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 3rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
}
.text-6 {
     width: 170px;
    height: 30px;
    background-color:#228b22;
    margin: 3rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
    margin-left: 30vw;
}
.text-7 {
     width: 100px;
    height: 30px;
    background-color:#228b22;
    margin: 3rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
    margin-left: 50vw;
}
.text-8 {
     width: 100px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 3rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
}
.message-section {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 1rem;
}
#message-icon {
    font-size: 16px;
    color:#228b22;
}
.message-section input {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    width: 40vw;
    height: 30px;
    border-radius: 50px;
    padding: 1rem;
}
.message-section input::placeholder {
    font-size: 16px;
}

.sidebar-right {
    display: none;
    width: 250px;
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 1rem;
    border-radius: 0px 10px 10px 0px;
}

.right-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.right-img-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 4rem;
    margin-left: 2rem;
}
.right-header {
    height: 180px;
    border-bottom: 0.5px solid #514f4f;
}
.article {
    display: flex;
    align-items: center;
   justify-content: space-between;
   margin: 1.5rem;
   padding: 1rem;
  border-bottom: 0.5px solid #514f4f;;
}
.art-text {
    font-size: 16px;
    font-family: sans-serif;
    color: #ffffff;
}
#down-icon {
    font-size: 7px;
} 
.extra-text {
    display: none;
}









 /*TABLET */

@media screen and (min-width: 768px) {

body {
    background:url(./pics\ 1.jpg);
    backdrop-filter: blur(5px) brightness(0.9);
    background-size: cover;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overall-container {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    height: auto
}
.sidebar-left {
    display: block;
    width: 150px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px 0 0 10px;
    margin-top: 1rem;
    margin-left: 1rem;
}
.chats {
    font-family: sans-serif;
    font-size: 16px;
    color: #ffffff;
}
.sidebar-header {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.sidebar-icons {
    margin-left:0;
    display: flex;
    gap: 5px;
    font-size: 7px;
    margin-left: -1rem;
}
#hamburger-side {
    display: none;
}

.search-box {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    border: none;
    width: 120px;
    height: 20px;
    margin-left: 1rem;
    padding: 1rem;
}
.search-section {
    margin-bottom: 1rem;
}
span {
    display: block;
    font-family: sans-serif;
    font-weight: 200;
    color: darkgray;
    font-size: 10px;
    margin-top: 4px;
}
i {
    color: #ffffff;
}

.chat-list {
    display: flex;
    align-items: center;
    gap: 1rem;
    list-style-type: none; 
    border-bottom:  0.5px solid #514f4f;
    height: 60px;
}
.chat-list:last-child {
    border-bottom: none;
}
.chat-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 1rem 0rem 1rem 1rem;
    
}

h4 {
    font-family: sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: 200;
}
.chat-list-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.main {
    display: block;
    margin-top: 1rem;
    margin-left: 0rem;
    width: 300px;
    background-color: rgba(0, 0, 0, 0.7);
    border-left: 0.5px solid #514f4f;
    border-right: 0.5px solid #514f4f;
    border-radius: 0rem;
    position: relative;
}
.main-header {
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid #514f4f;
    gap: 2rem;
}
.main-img {
    margin-right: 1rem;
    margin-left: 2rem;
}
.main-figure {
    display: flex;
    align-items: center;
}
.main-header-icons {
    display: flex;
    gap: 1rem;
}
.main-header-icons i {
    font-size: 12px;
     color:#228b22;
     cursor: pointer;
}
#hamburger-main{
    display: none;
}
.h2-text {
    color: #ffffff;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 200;
}
.text-1, .text-2, .text-3, .text-4, .text-5, .text-6, .text-7, .text-8, .text-9, .text-10 {
    font-size: 12px;
    font-family: sans-serif;
    color: #ffffff;
   
}
.text-1 {
    width: 100px;
    height: 30px;
    background-color:#228b22;
    margin: 1rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
    margin-left: 11rem;
}
.text-2 {
    width: 200px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 1rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
}
.text-3 {
    width: 200px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 1rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
}
.text-4 {
    width: 200px;
    height: 30px;
    background-color:#228b22;
    margin: 1rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
    margin-left: 4rem;
}
.text-5 {
    width: 200px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 1rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
}
.text-6 {
     width: 200px;
    height: 30px;
    background-color:#228b22;
    margin: 1rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
    margin-left: 4rem;
}
.text-7 {
     width: 110px;
    height: 30px;
    background-color:#228b22;
    margin: 1rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
    margin-left: 10rem;
}
.text-8 {
     width: 100px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 1rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
}
.message-section {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-left: 2rem;
    position: absolute;
    bottom: 0;
}
#message-icon {
    font-size: 12px;
    color:#228b22;
    cursor: pointer;
}
.message-section input {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    width: 100px;
    height: 20px;
    border-radius: 50px;
    padding: 1rem;
}
.message-section input::placeholder {
    font-size: 16px;
}

.sidebar-right {
    display: block;
    width: 150px;
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 1rem;
    border-radius: 0px 10px 10px 0px;
}

.right-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}
.right-img-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 4rem;
    margin-left: 2rem;
}
.right-header {
    height: 180px;
    border-bottom:  0.5px solid #514f4f;
}
.article {
    display: flex;
    align-items: center;
   justify-content: space-between;
   margin: 0rem;
   padding: 0.6rem;
  border-bottom:  0.5px solid #514f4f;
  cursor: pointer;
}
.article:last-child {
    border-bottom:none;
}
.article:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.art-text {
    font-size: 12px;
    font-family: sans-serif;
    color: #ffffff;
    margin: 1rem;
}
#down-icon {
    font-size: 7px;
} 

}














/* LAPTOP */
@media screen and (min-width: 1024px) {
 
body {
    background:url(./pics\ 1.jpg);
    backdrop-filter: blur(5px) brightness(0.9);
    background-size: cover;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
}
.overall-container {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    height: auto;
    
}
.sidebar-left {
    width: 250px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px 0 0 10px;
    margin-top: 1rem;
    margin-left: 1rem;
}
.chats {
    font-family: sans-serif;
    font-size: 28px;
    color: #ffffff;
}
.sidebar-header {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.sidebar-icons {
    display: flex;
    gap: 1rem;
    font-size: 12px;
}
.search-box {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    border: none;
    width: 220px;
    height: 25px;
    margin-left: 1rem;
    padding: 1.2rem;
}
.search-section {
    margin-bottom: 2rem;
}
span {
    display: block;
    font-family: sans-serif;
    font-weight: 200;
    color: darkgray;
    font-size: 12px;
}
i {
    color: #ffffff;
}

.chat-list {
    display: flex;
    align-items: center;
    gap: 1rem;
    list-style-type: none; 
    border-bottom: 0.5px solid #514f4f;
    height: 60px;
}
.chat-list:last-child {
    border-bottom: none;
}
.chat-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 1rem 0rem 1rem 1rem;
    
}

h4 {
    font-family: sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 200;
}
.chat-list-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.main {
    margin-top: 1rem;
    margin-left: 0rem;
    width: 500px;
    background-color: rgba(0, 0, 0, 0.7);
    border-left: 0.5px solid #514f4f;
    border-right: 0.5px solid #514f4f;
    border-radius: 0rem;
    position: relative;
}
.main-header {
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid #514f4f;
    gap: 11rem;
}
.main-img {
    margin-right: 1.5rem;
    margin-left: 2rem;
}
.main-figure {
    display: flex;
    align-items: center;
}
.main-header-icons {
    display: flex;
    gap: 1.2rem;  
}
#hamburger-main {
    display: none;
}
.main-header-icons i {
    font-size: 20px;
     color:#228b22;
}
.h2-text {
    color: #ffffff;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 200;
}
.text-1, .text-2, .text-3, .text-4, .text-5, .text-6, .text-7, .text-8, .text-9, .text-10 {
    font-size: 12px;
    font-family: sans-serif;
    color: #ffffff;
   
}
.text-1 {
    width: 100px;
    height: 30px;
    background-color:#228b22;
    margin: 1rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
    margin-left: 23rem;
}
.text-2 {
    width: 200px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 1rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
}
.text-3 {
    width: 200px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 1rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
}
.text-4 {
    width: 200px;
    height: 30px;
    background-color:#228b22;
    margin: 3rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
    margin-left: 17rem;
}
.text-5 {
    width: 200px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 1rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
}
.text-6 {
     width: 200px;
    height: 30px;
    background-color:#228b22;
    margin: 1rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
    margin-left: 17rem;
}
.text-7 {
     width: 120px;
    height: 30px;
    background-color:#228b22;
    margin: 1rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
    margin-left: 22rem;
}
.text-8 {
     width: 100px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 1rem;
    align-content: center;
    border-radius: 50px;
    text-align: center;
}
.message-section {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-left: 1rem;
    margin-bottom: 1rem;
    position: absolute;
    bottom: 0;
}
#message-icon {
    font-size: 16px;
    color:#228b22;
}
.message-section input {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    width: 300px;
    height: 30px;
    border-radius: 50px;
    padding: 1rem;
}
.message-section input::placeholder {
    font-size: 16px;
}

.sidebar-right {
    display: block;
    width: 250px;
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 1rem;
    border-radius: 0px 10px 10px 0px;
}
.right-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.right-img-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 4rem;
    margin-left: 2rem;
}
.right-header {
    height: 180px;
    border-bottom: 0.5px solid #514f4f;
}
.article {
    display: flex;
    align-items: center;
   justify-content: space-between;
   padding: 1rem;
  border-bottom: 0.5px solid #514f4f;;
}
.art-text {
    font-size: 16px;
    font-family: sans-serif;
    color: #ffffff;
    margin: 1rem;
}
#down-icon {
    font-size: 12px;
} 
.extra-text {
    display: none;
}
}