:root {
    --red: #e1261c;
    --green: #1b8833;
    --blue: #169bd5;
    --black: rgb(22, 22, 22);
    --gray: #595959;
    --dark: #565251;
}

html, body {
    box-sizing: border-box;
}

body {
    padding: 0px;
    margin: 0px;
    min-height: 100vh;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px;
}

header {
    height: 83px;
    border-bottom: 2px solid var(--red);
    background-color: white;
    box-shadow: 0px 4px 10px rgb(224, 224, 224);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-left {
    width: 110px;
    height: 51px;
    background-color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 51px;
    cursor: pointer;
    position: relative;
}

.logo-left:hover {
    opacity: 0.8;
}

.logo-left img {
    max-height: 23px;
}

.logo-left i {
    font-size: 20px;
    margin-right: 16px;
}

.logo-left a {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.header-left {
    display: flex;
    align-items: center;
}

.header-left svg {
    margin-left: 10px;
    cursor: pointer;
}

.header-left svg:hover {
    opacity: .8;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-right a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 40px;
    margin: 0px 30px;
}

.header-right p {
    margin-bottom: 0px;
}

.header-right svg {
    height: 20px;
    color: var(--gray);
    opacity: .8;
    transition: .2s all linear;
}

.header-right svg:hover {
    opacity: 1;
}

.header-right a {
    color: var(--gray);
    text-decoration: none;
    margin-top: 5px;
}

.left-menu {
    display: flex;
    flex-direction: column;
}

.left-menu-img {
    height: 45px;
    width: 45px;
    background-color: var(--red);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 45px;
}

.main-container {
    margin-top: 20px;
}

.single-left-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
}

.single-left-menu:first-child {
    margin-top: 0px;
}

.single-left-menu a {
    margin-left: 20px;
    margin-bottom: 0px;
    font-size: 16px;
    max-width: 165px;
    line-height: 17px;
    font-weight: 400;
    text-decoration: none;
    color: var(--black);
}

.single-left-menu a:hover {
    color: var(--blue);
}

.white-bg {
    background-color: white;
}

.dymisje {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fake-a {
    text-decoration: none;
}

.dymisja {
    background-color: black;
    color: white;
    padding: 3px 10px;
    height: 25px;
}

.dymisja-count {
    background-color: black;
    color: white;
    padding: 3px 10px; 
    margin-left: 5px;
    height: 25px;
    font-weight: 500;
}

.dymisja-who {
    margin-left: 5px;
    background-color: rgb(236, 236, 236);
    height: 25px;
    padding: 3px 10px;
    font-weight: 500;
    color: rgb(100, 100, 100);
    display: flex;
    align-items: center;
    padding-left: 0px;
}

.dymisja-who span {
    margin-left: 10px;
}

.dymisja-who img {
    height: 25px;
    margin-right: 5px;
}

h1 {
    font-size: 30px;
    line-height: 38px;
    margin-top: 30px;
    font-weight: 700;
}

.center-col p {
    margin-top: 20px;
    font-size: 17px;
}

.single-vote {
    width: 70px;
    height: 32px;  
    display: flex;
    justify-content: center;
    align-items: center; 
    color: white;
    border-radius: 5px;
}

.single-vote i {
    margin-right: 5px;
}

.vote-up {
    background-color: var(--green);
}

.vote-down {
    background-color: var(--red);
}

.vote-comment {
    background-color: gray;
}

.a-vote {
    text-decoration: none;
    margin-left: 10px;
}

.a-vote:first-child {
    margin-left: 0px;
}

.vote-article {
    display: flex;
    align-items: center;
}

.center-col img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.dymisja-img {
    height: 25px !important;
    width: auto !important;
    margin-top: 0px !important;
}

.center-col .podpis-1 {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 0px;
    margin-top: 3px;
}

.center-col .podpis-2 {
    font-size: 13px;
    color: var(--gray);
    opacity: .9;
    margin-bottom: 0px;
    margin-top: 3px;
    font-style: italic;
}

.center-col p a {
    text-decoration: none;
}

.center-col p a:hover {
    text-decoration: underline;
}

.fake-vid {
    width: 100%;
    height: 300px;
    background-color: var(--black);
    color: rgb(161, 161, 161);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    cursor: pointer;
}

.fake-vid:hover i {
    color: white;
}

.komentarze {
    font-weight: 700;
}

.news {
    margin-top: 20px;
    font-weight: 700;
}

.comment-zone {
    margin-top: 30px;
}

.like {
    border-radius: 5px;
    display: flex;
    padding: 5px 10px;
    color: white;
    font-weight: 600;
    background-color: #3b5998;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}


.like p {
    margin: 0px;
    font-weight: 600;
    font-size: 14px;
}

.like i {
    margin-right: 10px;
}

.like-a {
    text-decoration: none;
    display: flex;
}

.vote-article {
    margin-top: 10px;
}

footer {
    margin-top: 60px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}

footer ul {
    display: flex;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

footer ul li {
    margin: 25px;
    font-size: 16px;
}

.comment-zone input {
    width: 100%;
    border: 3px solid rgb(194, 194, 194);
    padding: 5px 10px;
    font-size: 15px;
}

.comment-zone input:focus {
    outline: none;
}

.center-col .single-comment {
    background-color: rgb(238, 238, 238);
    padding: 10px;
    margin-top: 5px;
}

.center-col .first-comment {
    margin-top: 15px !important;
}

.center-col .single-comment p {
    font-size: 15px;
    margin: 0px;
}

.center-col .single-comment p span {
    font-weight: bold;
}

.col-aside-right {
    padding-top: 800px;
}

.aside-right-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aside-menu-single {
    padding: 0px 5px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    color: rgb(99, 112, 224);
    height: 100%;
}

.aside-menu-single:hover {
    color: var(--black);
}

.aside-right-top {
    border-bottom: 4px solid rgb(228, 228, 228);
    padding: 10px 0px;
}

.active-right {
    color: var(--black);
}

.single-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    position: relative;
}

.single-right-img {
    height: 94px;
    min-width: 94px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-right a {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.single-right p {
    margin-left: 15px;
    font-size: 14px;
    margin-bottom: 0px;
    cursor: pointer;
}

.single-right p:hover {
    color: rgb(99, 112, 224);
}

.fb-mobile {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
}

.fb-mobile img {
    max-height: 40px;
}

.fb-mobile form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 416px;
}

.fb-mobile form input {
    width: 100%;
    max-width: 416px;
    padding: 12px;
    background-color: #f5f6f7;
    border-radius: 5px;
    border: 1px solid #dcdcdd;
    margin-top: 10px;
    font-size: 14px;
}

.fb-mobile form input:focus {
    outline: none;
    border-color: #3b5998;
}

.fb-mobil-btn {
    font-weight: 700;
    color: white;
    background-color: #2360d3 !important;
    font-size: 16px !important;
    margin-top: 15px !important;
}

.mobile-forgot-pass {
    color: #2360d3;
    margin-top: 30px !important;
    font-size: 15px;
    text-decoration: none;
} 

.mobile-forgot-pass:hover {
    text-decoration: underline;
}

.or {
    margin-top: 15px;
    font-size: 14px;
    display: flex;
    width: 100%;
    align-items: center;
    max-width: 416px;
}

.or p {
    margin: 0px 15px;
}

.or-line {
    width: 100%;
    height: 1px;
    background-color: rgb(194, 194, 194);
}

.new-konto {
    background-color: #00a400;
    font-weight: 700;
    font-size: 15px;
    border: none;
    color: white;
    padding: 11px;
    margin-top: 15px;
    border-radius: 5px;
}

.left-langs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.right-langs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
}

.langs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 150px;
    width: 100%;
    max-width: 416px;
}

.langs a {
    text-decoration: none;
    color: gray !important;
}

.footer-1 {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: gray;
}

.footer-1 p {
    margin: 0px 10px;
}

.footer-2 {
    margin-top: 10px;
    color: gray;
    font-size: 11px;
}

.fb-mobile {
    display: none;
}

/* FB PC */

.fb-pc-left img {
    height: 100px;
}

.fb-pc {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 80vh;
}

.fb-pc-left p{
    font-weight: 500;
    font-size: 24px;
    max-width: 500px;
    padding-left: 15px;
}

.fb-pc form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 400px;
    padding: 30px;
    border-radius: 15px;
    background-color: rgb(238, 238, 238);
    box-shadow: 0px 5px 10px rgb(223, 223, 223);
}

.fb-pc form input {
    width: 100%;
    padding: 14px 16px;
    color: black;
    border: 1px solid rgb(196, 196, 196);
    border-radius: 5px;
    font-size: 16px;
    margin-top: 10px;
}

.fb-pc form input:focus {
    outline: none;
}

.fb-pc form .fb-mobil-btn {
    color: white !important;
    font-size: 20px;
}

.fake-vid {
    background-position: center;
    background-size: cover;
    background-position: center;
}

.p-title {
    font-weight: 700;
    font-size: 22px !important;
}

.age-verify {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.login-form {
    padding: 25px;
    background-color: white;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 335px;
    position: relative;
}

.login-form img {
    max-width: 150px;
}

.login-form input {
    width: 100%;
    max-width: 416px;
    padding: 12px;
    background-color: #f5f6f7;
    border-radius: 5px;
    border: 1px solid #dcdcdd;
    margin-top: 10px;
    font-size: 14px;
}

.login-form input:focus {
    outline: none;
}

.login-form p {
    font-size: 20px;
}

.fb-submit {
    background-color: #2360d3 !important;
    color: white;
    font-weight: 700;
    font-size: 20px !important;
}

.exit {
    position: absolute;
    top: 20px;
    right: 20px;

}

.exit i {
    font-size: 20px;
    color: #2360d3;
    cursor: pointer;
}