@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;0,800;1,500&display=swap');

/* SCROLLBAR */

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background-color: rgba(70, 70, 70);
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(30, 30, 30);
}

/* INDEX.HTML */

html,
body {
  height: 100%;
}

body {
    padding: 30px;
    background-image: url('../static/img/tlo.png') !important;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.navbar {
    justify-content: space-between;
}

/* NAV */

.titlebox {
    font-size: 2em;
    color: aliceblue;
    text-align: center;
}


textarea {
    width: 900px;
    height: 450px;
    line-height: 1.5em;

}


.userbox:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5), inset 0px 0px 10px rgba(0, 0, 0, 0.4);
    padding-left: 25px;
    padding-right: 25px;
    transition: all .3s ease-in-out;
}

.userbox {
    justify-content: center;
    padding: 15px;
    background: #141414;
    border-radius: 25px;
    width: 50%;
    border: 1px solid #242424;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.logo {
    vertical-align: middle;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    background-color: #202020;
    display: flex;
    margin: 15px;
    border: 1px solid #242424;

}

.logo_dashboard {
    vertical-align: middle;
    width: 75px;
    border-radius: 50%;
    background-color: #202020;
    align-self: right;
    border: 1px solid #242424;
}

.logo_dashboard:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}


.logo:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}



.loggedin {
    color: white;
    padding: 5px;
}


.useravatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #242424;
}

.serveravatar{
    vertical-align: middle;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 2px solid #c9c9c9;
    margin: 5px;
    position: absolute;
    direction: rtl;
    margin-bottom: 20px;
    box-shadow: 0 0 40px 18px #00000040;

}



.background-img {
    height: 100px; 
    opacity: .5; 
    filter: blur(5px); 
    background-size: cover; 
    background-position: center center; 
    overflow: hidden;
    border-radius: 15px;
}

.socialmedia {
    background: #141414;
    border-radius: 10px;
    color: white;
    margin-left: 25px;
    width: auto;
    padding: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3), inset 0px 0px 10px rgba(0, 0, 0, 0.2);

}

.social-text {
    text-align: center; 
    position: absolute; 
    padding: 20px; 
    border-color: white;
    color: white;
    text-decoration: none !important;
}

.socialicons-box {
    width: 65px; 
    height: 65px;
    border-radius: 50%;
}

.box-index {
    display: flex;
}

.container-index {
    background: #141414;
    border-radius: 10px;
    color: white;
    padding: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    display: grid;
    width: 70%;


}

.footer-bar {
    padding: 15px;
    background-color: #141414;
    color: white;
    border-radius: 15px;
}

.index-bar {
    padding: 25px; 
    position: relative;
}


