
/* 
    PALETA KOLOROW
    czarny: #000; 
    czerwony: #2ecc71;
*/
    
*{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

body{
    background: #070b1f;
    font-family: system-ui, sans-serif;
    font-size:16px;
    line-height: 21px;
    font-weight: normal;
    color:#fff;
    margin:0;
    padding:0;
}

a{
    color:#2ecc71;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

ul, img{border:0;padding:0;margin:0;list-style:none;}

img{max-width: 100%;height:auto;}

#root{
    overflow: hidden;
}

.container{ 
    width:1400px;
    margin:auto;
}

.row{
    overflow: hidden;
}

#page-title{
    padding: 60px 0;
}

#page-title h1{
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1px;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-gap: 20px;
    align-items: center;
    max-width: 500px;
    margin: auto;
    font-weight: 600;
}

#page-title h1::after, #page-title h1::before{
    content: " ";
    display: block;
    border-bottom: 1px solid #2ecc71;
    border-top: 1px solid #2ecc71;
    height: 5px;
} 

input,textarea,select,button{
    font-family: system-ui, sans-serif;
    font-size:16px;
    background:none;
    border:0;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
    outline: inherit;
    color:#2ecc71;
}

input, textarea, select{
    border: 0;
    background: #1d1e3a;
    color: #fff;
}

input[type="text"]:selected{
    outline: inherit;
}

textarea{
    height:150px;
    max-height: 500px;
}

button, input[type="submit"]{
    font-size:16px;
    font-weight: 600;
    color:#fff;
    background:#2ecc71;
    padding:10px 30px;
    border-radius: 10px;
    border:0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #2ecc71;
    -webkit-transition: .5s;
    transition: .5s;
}

button:hover, input[type="submit"]:hover{
    background: none;
}

.btn{
    display: block;
    font-size:16px;
    font-weight: normal;
    padding:15px 30px;
    border:0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 10px;
}

.btn.green{
    background:#2ecc71;
    color:#fff;
}

h1,h2,h3,h4,h5{
    color:#fff;
    font-weight: 600;
}

h1{
    font-size:32px;
    line-height:37px;
}

h2{
    font-size:30px;
    line-height:35px;
}

h3{
    font-size:25px;
    line-height:30px;
}

h4{
    font-size:20px;
    line-height:25px;
}

#header{
    background: #1d1e3a;
    overflow: hidden;
    padding:15px 0;
}

#header .back{
    background:#fff url(../img/back.svg) no-repeat center;
    background-size:23px;
    width:44px;
    height:44px;
    font-size: 0;
    color: transparent;
    display: block;
}

.header .logo{
    background: url(../img/pastedlogo.svg) no-repeat center left;
    background-size: 40px;
    padding-left: 50px;
    float: left;
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    margin-top: 0;
}

.header p{
    margin: 0;
}

.header .logo p::first-letter {
  text-transform: uppercase;
}

.header .logo span{
    color: #2ecc71;
}

.header .logo.logoimg{
    background: none !important;
}

.header .logo.logoimg img{
    width: 110px;
}

#header #menu{
    display: block;
    margin-top: 9px;
    float: left;
}

#header .avatar-container{
    float: left;
    margin-left: 30px;
}

#header .avatar-container img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100px;
    border: 2px solid #2ecc71;
    display: grid;
}

#header #menu a{
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    margin-right: 30px;
}

#header #menu a:last-child{
    margin-right: 0;
}

#header .menu-rwd{
    background: url(../img/menu.svg) no-repeat center;
    background-size: 25px;
    width: 25px;
    height: 25px;
    display: none;
}

#header #search-icon{
    background: url(/media/img/search.svg) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    float: left;
    margin-top: 10px;
    margin-left:30px;
}

#footer {
    padding-top: 60px;
}

#footer .container{
    padding: 30px 0;
    border-top: 1px solid #1d1e3a;
    overflow: hidden;
}

#footer h4{
    margin-top: 0;
}

#footer p{
    font-size: 14px;
}

p::first-letter {
  text-transform: uppercase;
}

#footer .left{
    float: left;
    width: 50%;
    padding-right: 60px;
}

#footer .left .right{
    float: right;
    width: 50%;
    padding-left: 60px;
}

.full-menu{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#1d1e3a;
    display: none;
    z-index: 3;
}

.full-menu .close{
    position: absolute;
    top:20px;
    right:20px;
    display: block;
    width:25px;
    height:25px;
    background: url(../img/close.svg) no-repeat center;
    background-size:25px;
}

.full-menu ul{
    margin-top:70px;
}

.full-menu ul li{
    border-bottom: 1px solid #94A1B2;
}

.full-menu ul li a{
    display: block;
    padding:15px 20px;
    color:#fff;
}

.full-menu .buttons{
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px;
    padding-top:40px;
    background:#1d1e3a;
}

.full-menu .buttons .register{
    display: block;
    margin-top:20px;
    font-weight: 500;
    color:#2ecc71;
    text-decoration: underline;
}

.left{
    float:left;
}

.right{
    float:right;
}

.account-user .content-user{
    margin-bottom: 20px;
    padding-bottom: 21px;
    border-bottom: 1px solid #fff;
}

.account-menu li{
    height: 25px;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.account-menu .l1 a{
    background: url(/media/img/dashboard.svg) no-repeat center left;
    background-size: 20px;
    padding-left: 30px;
}

.account-menu .l2 a{
    background: url(/media/img/mypaste.svg) no-repeat center left;
    background-size: 20px;
    padding-left: 30px;
}

.account-menu .l3 a{
    background: url(/media/img/templates.svg) no-repeat center left;
    background-size: 20px;
    padding-left: 30px;
}

.account-menu .l4 a{
    background: url(/media/img/setting.svg) no-repeat center left;
    background-size: 20px;
    padding-left: 30px;
}

.account-menu .l5 a{
    background: url(/media/img/logout.svg) no-repeat center left;
    background-size: 20px;
    padding-left: 30px;
}

.account-user img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 2px solid #2ecc71;
    border-radius: 100%;
    display: table;
    margin: auto;
}

.account-user .username{
    font-weight: 600;
}

.account-user .user-links p{
    margin: 0;
    text-align: left;
}

.account-user .user-links a{
    color: #fff;
    margin: 5px 0;
    display: block;
}

.account-user .user-links .telegram-link {
    background: url(/media/img/telegram.svg) no-repeat center left;
    background-size: 20px;
    padding-left: 30px;
}

.account-user .user-links .discord-link {
    background: url(/media/img/discord.svg) no-repeat center left;
    background-size: 20px;
    padding-left: 30px;
}

.account-user .user-links .website-link {
    background: url(/media/img/website.svg) no-repeat center left;
    background-size: 20px;
    padding-left: 30px;
}

.account-user .user-bio{
    text-align: left;
}

.account-user .user-bio .bio{
    font-weight: 600;
    margin-top: 21px;
}

.account-user .level{
    overflow: hidden;
    display: table;
    margin: auto;
}

.account-user .level li{
    float: left;
}

.account-user .level img{
    width: 25px;
    height: 25px;
    margin: 0 2.5px;
    border: 0;
}

.dashboard-content h2{
    margin-top: 0;
}

.items .content2 a{
    color: #fff;
    text-decoration: underline;
}

.items .content{
    padding-right: 60px;
    min-height: 50px;
}

.items .content p{
    font-size: 15px;
    line-height: 20px;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination a {
    margin: 0 5px;
    padding: 0 8px;
    text-decoration: none;
    color: #2ecc71;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.pagination a.active {
    background-color: #2ecc71;
    color: white;
    border: 1px solid #2ecc71;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.spancolor{
    color: #2ecc71;
}

.range{
    width: 32%;
    float: left;
    margin-right: 2%;
    background: #1d1e3a;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    min-height: 250px;
}

.range:nth-child(3n){
    margin-right: 0;
}

.range p{
    margin-bottom: 0;
}

.range p.completed{
    font-weight: bold;
    color: #2ecc71;
}

.range h4{
    height: 40px;
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.range.newbie h4{
    background: url(/media/img/newbie.svg) no-repeat center right;
    background-size: 40px;
    padding-right: 30px;
}

.range.active h4{
    background: url(/media/img/active.svg) no-repeat center right;
    background-size: 40px;
    padding-right: 30px;
}

.range.popular h4{
    background: url(/media/img/popular.svg) no-repeat center right;
    background-size: 40px;
    padding-right: 30px;
}

.range.expert h4{
    background: url(/media/img/expert.svg) no-repeat center right;
    background-size: 40px;
    padding-right: 30px;
}

.range.guru h4{
    background: url(/media/img/guru.svg) no-repeat center right;
    background-size: 40px;
    padding-right: 30px;
}

.range.legendary h4{
    background: url(/media/img/legendary.svg) no-repeat center right;
    background-size: 40px;
    padding-right: 30px;
}

.range.legendary h4{
    background: url(/media/img/legendary.svg) no-repeat center right;
    background-size: 40px;
    padding-right: 30px;
}

.recapp{
    display: table;
    margin: auto;
    margin: 10px auto 15px auto;
}

@media (max-width:1400px){
	/* RWD dla szerokosci (1280px - 960px) */

	.container, .containerfull{
		width:auto;
        margin:0 20px;
	}
}

@media (max-width:1275px){
	/* RWD dla szerokosci (1280px - 960px) */
    
    #page-title h1{
        font-size: 20px;
        line-height: 25px;
        display: block;
    }
    
    #page-title h1::after, #page-title h1::before{
        margin: 10px 0;
    }
    
    #header{
        padding: 10px 0 8px 0;
    }
    
    #header #menu{
        display: none;
    }
    
    #header .menu-rwd{
        margin-left: 30px;
        margin-top: 13px;
        display: inline-block;
    }
    
    .header .logo{
        background-size: 30px;
        padding-left: 40px;
        font-size: 25px;
        line-height: 30px;
        margin-top: 5px;
    }
    
    #footer .left, #footer .right{
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    
    #footer .right{
        margin-top: 60px;
    }
        
    .full-menu .logo{
        display: block;
        margin-top: 17px;
    }
        
    .dashboard-menu, .dashboard-content{
        width: 100% !important;
        float: none !important;
    }
    
    .account-user .level img{
        width: 20px;
        height: 20px;
    }
    
    .range{
        width: 100%;
        float: none;
        margin-right: 0;
    }
    
    .recent-pastes .col-25 {
        max-width: 50%;
        width: 50%;
    }

    .recent-pastes .col-75 {
        max-width: 50%;
        width: 50%;
    }

    .recent-pastes .col-25:first {
        padding-right: 10px;
    }
    
    .recent-pastes .col-25.c2{
        text-align: right;
    }
    
    .paste-header, .paste {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (max-width:760px){
	/* RWD dla szerokosci (1280px - 960px) */
    .custom-textarea{
        padding-top: 60px !important;
    }
}





::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #94A1B2;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #94A1B2;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #94A1B2;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #94A1B2;
}