/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap');

@font-face {
    font-family: 'Nota Sans Telugu';
    src: url('Noto Sans Telugu Regular.ttf');
 }

body {
    font-family: 'Quicksand', 'Nota Sans Telugu', sans-serif!important;
}

.nav-link:hover {
    color: antiquewhite!important;
}

h5 {
    color: #fff;
    /* letter-spacing: 1.5px; */
}

header form input, aside form input {
    background-color: #000;
    color: #ddd!important;
    border: 1px solid #555;
    padding: 5px;
    border-radius: 10px;
    /* -moz-box-shadow:    1px 1px 6px 5px #333;
    -webkit-box-shadow: 1px 1px 6px 5px #333;
    box-shadow:         1px 1px 6px 5px #333; */
}

.search input:focus {
    background-color: #ddd!important;
    color: black!important;
}

*:focus, *:active {
    outline: none!important;
    box-shadow: none!important;
}

.list-group-item {
    border-bottom: none!important;
}

.card .list-group-item:first-child {
    border-left: none;
    border-top-left-radius: 0;
}

.card .list-group-item:last-child {
    border-right: none;
    border-top-right-radius: 0!important;
}

.post p {
    line-height: 1.8em;
}

.post-box h4:hover {
    color: #f0e68c!important;
}

.post h5, .post-box h5 {
    line-height: 1.6em;
}

@media screen and (min-width: 769px) {
    .post-box, .post {
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
    .post *:not(h4) {
        padding: 10px 20px;
        text-align: justify!important;
        line-height: 2rem;
    }
    .nav-link:hover {
        border-bottom: 1px #ffbd59 solid;
    }
    textarea[name="message"] {
        height: 200px;
    }
    #comment-form textarea {
        width: 500px;
        height: 200px;
    }
}

@media screen and (max-width: 769px) {
    .post-box ul {
        flex-direction: column!important;
    }
    .post-box h4, .post-box p {
        padding: 0.1rem!important;
    }
    .post *:not(h4) {
        text-align: justify!important;
        line-height: 2rem;
    }
    textarea[name="message"] {
        width: 300px;
        height: 200px;
    }
    .footer-ad {
        flex-direction: column!important;
    }
    #comment-form textarea {
        width: 300px;
        height: 150px;
    }
}

#register-form input:not(#id_avatar), #login-form input {
    border-radius: 5px;
    border: none;
}

#register-form input:focus:not(#id_avatar), #login-form input:focus {
    background-color: #000000;
    color: #ddd;
    border: #ddd 1px solid;
}

#pagination>* {
    border: none;
    margin: 5px 10px;
}

#pagination ul li a {
    border-radius: 20%;
    text-align: center;
}

.comment-avatar img {
    border-radius: 50%!important;
    overflow: hidden;
    object-fit: cover;
    width: 50px;
    height: 50px;
}

.unique-comment .username {
    color: burlywood!important;
}

.unique-comment a:hover {
    color: #ddd;
}

.order-by select {
    background-color: black;
    color: #ddd;
    border: none;
}

#comment-form textarea {
    background-color: #ddd;
    color: #000;
    border: 1px solid #222;
    border-radius: 10px;
    padding: 10px;
    resize: none;
}

#profile form input:not(#avatar) {
    width: inherit;
    background-color: #ddd;
    border: none;
    border-radius: 5px;
    padding: 4px;
}

#profile form input:not(#avatar):focus {
    background-color: #000;
    color: #ddd;
    border: 1px #333 solid;
}

footer a:hover {
    color: #ddd!important;
}

input {
    border-radius: 5px!important;
    border: none;
}

textarea {
    border-radius: 5px;
    border: none;
    resize: none!important;
    width: auto;
}

/* .footer-logo img, .logo {
    filter: grayscale(100%);
} */
/* 
table {
    box-sizing: border-box;
} */