/* Reset some default browser styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, span{
    color: #fff;
}

p{
    color: #fff;
    margin-bottom: 0px !important;
}

.fs14{
    font-size: 14px;
}

.fs12{
    font-size:12px ;
}

.fs10{
    font-size:10px ;
}

/* Body styling */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #2d4964 !important;
    color: #fff;
}

.page div{
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
header {
    background: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

header h1 {
    margin: 0;
}

/* Navigation */
nav a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

.banner img{
    max-height: 300px;
    filter: sepia(50%);
}

.bannert-text{
    font-family: "Orbitron", serif;
}

.navbar-brand {
    font-family: "Orbitron", serif !important;
}

/* Footer */
footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover {
    color: #ec6464;
}

footer p {
    margin: 0;
}

label{
    color: #fff;
}

.user_icon{
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: border .4s;
}

.user_icon:hover{
    border: 1px solid #fa7d7d;
}

.user_name{
    font-size: 10px;
}

.bg-naveVlue{
    background-color: #2f5070;
}

.nav-link{
    border-bottom: transparent;
}

.nav-link.active {
    border-bottom: 1px solid #fff;
}

.form-control{
    background-color: #2d4862 !important;
    color: #fff !important;
}

.form-control::placeholder{
    color: #fff !important;
}

.form-control:focus{
    background-color: #2d4862 !important;
    color: #fff !important;
}

.note-current-fontname{
    color: #000 !important;
}

nav  .btn-outline-info:hover{
    background-color: #333;
    color: #fff;
}

.card{
    background: #2f5070 !important;
    color: #fff;
}

.badge{
    font-size: 10px !important;
}

.btn{
    line-height: 1 !important;
}

.page-link {
    color: #ffffff !important;
    background-color: #237baf00 !important;
    border: 1px solid #72aae1 !important;
}

.page-item.active .page-link {
    background-color: #076387 !important;
    color: #fff;
}

.page-item.disabled .page-link {
    color: #ffffff  !important;
    pointer-events: none !important;
    background-color: #737373 !important;
}

.btn-info {
    color: #ffffff !important;
}

.note-editor.note-frame.focused {
    border: 2px solid #3d84ef !important;
    box-shadow: 0 0 5px rgba(39, 109, 215, 0.303) !important;
}

.latest-post-body div:hover{
    background: #2d4862 !important;
    transition:.4s
}

#categories{
    margin-top: 54px;
}

#categories div:hover{
    background: #2d4862 !important;
    transition:.4s
}


.cat-link:hover  span, .cat-link.active span{
    color: #a1adfe !important;
}

.notification-count{
    position: relative;
    top: -6px;
    color: red;
    padding: 2px;
    font-size: 12px;
}

.active-count {
    position: relative;
    top: -6px;
    color: rgb(255, 200, 0);
    padding: 2px;
    font-size: 12px;
}

.user-container{
    position: relative;
}

.active-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #28a745;
    border-radius: 50%;
    border: 1px solid #ffffff;
    top: 25px;
    right: 0px;
}

.active-dot2 {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #28a745;
    border-radius: 50%;
    border: 1px solid #ffffff;
    top: 43px;
    left: 16px;
}


/* Summer note  */
.note-dropdown-item span, .note-dropdown-item p, .note-dropdown-item h1, .note-dropdown-item h1, .note-dropdown-item h2,.note-dropdown-item h3, .note-dropdown-item h4, .note-dropdown-item h5, .note-dropdown-item h6{
    color:#000;
}

/* Tag */

.tag-container {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    min-height: 38px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.tag {
    background-color: #007bff;
    color: white;
    padding: 5px 8px;
    border-radius: 4px;
    margin: 2px;
    width: fit-content;
}

.tag .remove-tag {
    margin-left: 5px;
    cursor: pointer;
    font-weight: bold;
}

.tag-input {
    border: none;
    outline: none;
    flex-grow: 1;
    padding: 5px;
}

#suggested-tags {
    margin-top: 10px;
}

.tag-suggestion {
    background: #057b90;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 5px;
    display: inline;
    cursor: pointer;
}

.tag-suggestion:hover {
    background: #4e4bfa;
}

.topic-area p{
    font-size: 12px;
}

.link-text{
    color: #9fe8e8;
}

.link-text:hover{
    color: #a1adfe;
}

.like-icon{
    font-size: 10px;
}

.comment-count{
    position: absolute;
    color: #000;
    font-size: 11px;
    top: 13px;
    left: 17px;
}

.topic-icon{
    font-size: 10px;
}

