/* 
Theme Name: StoriesConnected
Text Domain: StoriesConnected
Version: 1.1
Description: Question Platform
Tags: left-sidebar, responsive
Author: Smooth Digital Ltd
Author URI: https://www.smoothdigital.biz
*/

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #ee3577;
    --red: #dc3545;
    --orange: #f68e62;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #767575;
    --gray-dark: #434242;
    --primary: #07b6b6;
    --secondary: #4f4f4f;
    --third: #058686;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #c2c2c2;
    --lightgray: #eeeeee;
    --dark: #434242;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* Font Sizes */
    --font-normal: 1em;
    --font-small: 0.8125rem;
    /* Sidebar */
    --sidebar-width: 280px;
    --content-max-width: 860px;
}

/* @font-face {
    font-family: 'BritannicBold';
    src: url('/sc/wp-content/themes/storiesconnected/assets/fonts/britannic-bold.woff2') format('woff2'),
        url('/sc/wp-content/themes/storiesconnected/assets/fonts/britannic-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BritannicRegular';
    src: url('/sc/wp-content/themes/storiesconnected/assets/fonts/britannic-regular.woff2') format('woff2'),
        url('/sc/wp-content/themes/storiesconnected/assets/fonts/britannic-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    line-height: 1.15;
}

body {
    color: var(--secondary);
    overflow-x: hidden;
    font-family: 'BritannicRegular', sans-serif;
}

a {
    color: var(--third);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--gray-dark);
    font-weight: bold
}

.btn {
    font-weight: bold;
    padding: .375rem 1rem;
    height: 2.75rem;
    transition: all 0.4s ease-in-out
}


.btn:focus,
.btn.focus {
    box-shadow: none !important
}

.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--third);
}

.btn-primary:hover {
    background-color: var(--third);
    border-color: var(--primary);
}

.btn-primary:active {
    background-color: var(--light) !important;
    border-color: var(--gray-dark) !important;
}

.btn-primary:focus {
    background-color: var(--light) !important;
    border-color: var(--gray-dark) !important;
}

.btn-primary:disabled {
    background-color: var(--light) !important;
    border-color: var(--gray-dark) !important;
}

.form-control {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    height: 2.75rem;
    border-color: var(--light)
}

.theme-bg-light {
    background: var(--light) !important
}

.theme-bg-dark {
    background: var(--dark) !important
}

.theme-bg-foot {
    background: var(--primary) !important;
    position: fixed;
    bottom: 0;
    width: 100%;

}

.header {
    position: fixed;
    left: 0;
    top: 35px;
    height: 100vh;
    width: var(--sidebar-width);
    background: var(--primary);
    color: #fff;
    z-index: 9999;
}

.header .site-title {
    color: var(--white);
    font-size: 1.2em;
    display: block;
}

.header .btn-primary {
    background: rgba(0, 0, 0, 0.3);
    border-color: transparent;
    font-size: 1rem;
    padding-top: 0.5rem
}

.header .btn-primary:hover {
    background: rgba(0, 0, 0, 0.4);
    border-color: transparent
}

.header .navbar {
    padding: 1.2rem 0rem;
}

.header .navbar-dark .navbar-toggler {
    border: none;
    padding: .25rem .6rem
}

.header .navbar-dark .navbar-toggler:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.header .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(256,256,256, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.header .nav-item {
    font-weight: bold
}

.header .nav-item.active a {
    color: rgba(0, 0, 0, 0.5)
}

.header .nav-item.active a:hover {
    text-decoration: none;
    list-style: none;
}

.header .nav-item a {
    color: rgba(255, 255, 255, 0.8)
}

.header .nav-item a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6)
}

.logo {
    width: 78px;
}

.social-list a {
    width: 32px;
    height: 32px;
    padding-top: 5px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    background-color: #fff
}

.social-list a:hover {
    color: var(--secondary);
    background-color: rgba(255, 255, 255, 0.8)
}

.main-wrapper {
    margin-left: var(--sidebar-width);
    background: #fff;
}

main-wrapper-front {
    margin-left: 0;
}

.main-wrapper .container {
    max-width: 100%;
}

.main-wrapper-front .container {
    max-width: var(--content-max-width);
}

/* .page-title {
    position:sticky;
    top:0;
    z-index:9999;
    transition:all .2s;
} 
.sticky{
    padding:1em 0 !important;
}*/
.page-title .heading {
    font-size: 2rem;
    font-weight: bold;
    color: white;
}

.footer {
    color: rgba(255, 255, 255, 0.7);
    height: 40px;
}

.footer a {
    color: #fff;
    font-family: 'BritannicRegular', sans-serif;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99999;
}

.copyright,
.footer-menu {
    margin: 0;
}

.footer-menu ul {
    /* list-style: none; */
    padding: 0;
    margin: 0;
    display: flex;
    margin-right: 300px;
}

.footer-menu li {
    margin-right: 10px;
}

.footer-menu a {
    /* text-decoration: none; */
    color: #fff;
    /* Adjust the color as needed */
}

/* Add separator between menu items */
.footer-menu li:not(:last-child)::after {
    content: " | ";
    color: #fff;
    /* Adjust the color as needed */
}

.gradient {
    background: rgb(43, 43, 43);
    background: linear-gradient(151deg, var(--orange) 0%, var(--pink) 35%, var(--primary) 100%) !important;
}

.bgheader {
    background: var(--primary) !important;
    max-height: 120px;
}

.content .post .title {
    font-size: 1.275rem
}

.content .post .title a {
    color: var(--gray-dark)
}

.content .post .title a:hover {
    color: var(--gray-dark)
}

.content .post .post-thumb {
    max-width: 160px;
    border-radius: 2px
}

.content .post .intro {
    font-size: 0.875rem
}

.content .post .more-link {
    font-size: var(--font-small);
}

.meta {
    color: #8f8f8f;
    font-size: var(--font-small);
}

.meta span {
    display: inline-block;
    margin-right: .25em;
}

.meta span a {
    color: #8f8f8f
}

.meta span.tag {
    background-color: var(--lightgray);
    padding: 0 .5em;
    border-radius: 5px;
}

.meta span a:hover {
    color: var(--secondary)
}



.meta span:last-child:after {
    display: none
}

.blog-nav a {
    background: var(--primary);
    color: #fff;
    font-size: 1rem;
    padding: 1rem;
    font-weight: bold;
    position: relative
}

.blog-nav a:hover {
    background: var(--secondary);
}

.blog-nav a-prev {
    border-right: 1px solid var(--secondary);
}

.blog-nav .arrow-prev {
    position: absolute;
    left: 1rem;
    top: 1.25rem;
    color: #fff
}

.blog-nav .arrow-next {
    position: absolute;
    right: 1rem;
    top: 1.25rem;
    color: #fff
}

.content .title {
    font-weight: bold;
    font-size: 2rem
}

.content .content-body p,
.content .content-body li {
    font-size: 1.125rem;
    line-height: 1.6
}

.content .content-body h1 {
    font-size: 2.125rem
}

.content .content-body h2 {
    font-size: 2rem
}

.content .content-body h3 {
    font-size: 1.75rem
}

.content .content-body h4 {
    font-size: 1.5rem
}

.content .content-body h5 {
    font-size: 1.25rem
}

.content .content-body h6 {
    font-size: 1.125rem
}

.content .image-caption {
    color: #8f8f8f;
    font-size: 0.875rem
}

.content .image-caption a {
    color: #8f8f8f;
    text-decoration: underline
}

.content .image-caption a:hover {
    color: var(--secondary)
}

.content .blockquote {
    font-family: Georgia, "Times New Roman", Times, serif;
    border-left: 2px solid var(--gray-dark);
    font-size: 1.5rem
}

.content .blockquote p {
    font-size: 1.5rem
}

@media (prefers-reduced-motion: reduce) {
    .social-list a {
        transition: none
    }

    .btn {
        transition: none
    }
}

@media only screen and (max-width: 1520px) {
    .dropdown {
        top: 20px !important;
    }

    .var_nav {
        margin-bottom: 3px !important;
    }

    .pt-md-4 {
        padding-top: 0rem !important;
    }

    h1 {
        font-size: 2rem !important;
    }

    .notification_dropdown {
        top: 46px !important;
        right: 150px;
        position: fixed;
        z-index: 99999;
        list-style: none;
    }

    .profile-btn .profile-text {
        display: inline;
    }

    .copyright {
        padding-left: 280px;
    }

    .footer-menu ul {
        margin-right: 0px;
    }
}

@media (min-width: 1650px) {
    .notification_dropdown {
        top: 46px !important;
        right: 150px;
        position: fixed;
        z-index: 99999;
        list-style: none;
    }

    .profile-btn .profile-text {
        display: inline;
    }

    .copyright {
        padding-left: 280px;
    }

    .footer-menu ul {
        margin-right: 0px;
    }
}

@media (max-width: 1366px) {
    .profile-btn .profile-text {
        display: none;
    }

    .notification_dropdown {
        top: 21px !important;
        right: 100px;
    }

    .var_nav {
        top: -9px !important;
        margin-bottom: 8px !important;
    }

    .copyright {
        padding-left: 280px;
    }

    .footer-menu ul {
        margin-right: 0px;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav {
        display: inline-flex !important;
    }

    .var_nav {
        top: 0px !important;
        margin-bottom: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-bottom: 16px !important;

    }

    .dropdown {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
    }

    .footermarg {
        margin-left: 0px !important;
    }

    .page-title {
        position: static;
    }

    .header {
        position: sticky;
        width: inherit;
        height: auto
    }

    .header .site-title {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0rem;
        color: var(--white);
        font-size: 1.5em;
        display: block;
    }

    .header .btn-primary {
        width: 100%
    }

    .header .navbar {
        padding: 1rem
    }

    .main-wrapper {
        margin-left: 0
    }

    .copyright {
        padding-left: 10px;
    }

    .footer-menu ul {
        margin-right: 0px;
    }
}

@media (max-width: 767.98px) {
    .headerImage {
        display: none !important;
    }


    #custom-login-form {
        padding-top: 0px !important;
    }

    .footer-menu {
        display: none !important;
    }

    .social-media-icons {
        margin-right: 10px;
    }

    .mobileloginheader {
        display: inline;
    }

    .footer-content {
        padding: 0px 10px;
    }

    .header-content img {
        display: none !important;
    }

    .header {
        top: 0px !important;
    }

    .copyright {
        padding-left: 0px;
    }
}

@media (max-width: 460px) {
    .headerImage {
        display: none !important;
    }

    .header-content {
        display: none;
    }

    #front-main-wrap-image {
        height: 200px;
        width: 200px;
    }

    #custom-login-form {
        padding-top: 0px !important;
    }

    .footer-menu {
        display: none !important;
    }

    .social-media-icons {
        margin-right: 10px;
    }

    .mobileloginheader {
        display: inline;
    }

    .footer-content {
        padding: 0px 10px;
    }

    .header-content img {
        display: none !important;
    }

    .header {
        top: 0px !important;
    }

    .copyright {
        padding-left: 0px;
    }
}

/* -------------------------------------------------------------------------- */
/*	12. Comments
/* -------------------------------------------------------------------------- */

.storieswrap {
    margin-top: 60px;
}

/* Comment Headers ----------------------------- */

.comments-wrapper {
    margin-top: 3rem;
}

.comment-reply-title {
    margin: 0 0 4rem 0;
    text-align: center;
}

#postContent {
    min-height: 150px;
}

/* Comment Item ----------------------------- */

/* COMMENT HEADER */

.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
    padding-top: 3.5rem;
}

div.comment:first-of-type {
    margin-top: 3.5rem;
    padding-top: 0;
}

div {
    scrollbar-width: thin;
}

.comments .comments-header+div {
    margin-top: 0;
    padding-top: 0;
}

.comment-body {
    position: relative;
}

.comment .comment {
    padding-left: 5%;
}

.comment-meta {
    line-height: 1.1;
    margin-bottom: 0;
    min-height: 5rem;
    padding-left: 5rem;
    position: relative;
}

.hide-avatars .comment-meta {
    min-height: 0;
    padding-left: 0;
}

.comment-meta a {
    color: inherit;
}

.comment-author {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.027777778em;
}

.comment-author a {
    text-decoration: underline;
}

.comment-author a:hover,
.comment-author a:focus {
    text-decoration: none;
}

.comment-meta .avatar {
    height: 4rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
}

.comment-author .url {
    text-decoration: underline;
}

.comment-metadata {
    color: var(--gray);
    font-size: var(--font-small);
    font-weight: 500;
    margin-top: 0.6rem;
}

.comment-metadata a {
    text-decoration: none;
}

.comment-metadata a:focus,
.comment-metadata a:hover {
    text-decoration: underline;
}


/* COMMENT CONTENT */

.comment-content.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 100%;
    background-color: var(--lightgray);
    padding: .5em;
}

.comment-content.entry-content .alignleft {

    /*rtl:ignore*/
    margin-left: 0;
}

.comment-content.entry-content .alignright {

    /*rtl:ignore*/
    margin-right: 0;
}

/* COMMENT FOOTER */

.comment-footer-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: var(--font-small);
    font-weight: 600;
    justify-content: flex-start;
    letter-spacing: 0.030833333em;
    line-height: 1;
    margin: 1.5rem 0 -1rem -1.5rem;
    text-transform: uppercase;
}

.comment-footer-meta>* {
    margin: 0 0 1rem 1.5rem;
}

.comment-reply-link {
    background-color: var(--primary);
    border-radius: 2px;
    color: #fff;
    display: block;
    padding: 0.7rem;
}

.bypostauthor .comment-footer-meta .by-post-author {
    display: block;
}

.comment-footer-meta a {
    text-decoration: none;
}

.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
    text-decoration: underline;
}


/* Pingbacks & Trackbacks ------------------------- */

.pingback .comment-meta,
.trackback .comment-meta {
    padding-left: 0;
}


/* Comments Pagination ---------------------------- */

.comments-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 6rem;
    text-align: center;
}

.comments-pagination.only-next {
    justify-content: flex-end;
}

.comments-pagination .page-numbers {
    display: none;
    text-decoration: none;
}

.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
    text-decoration: underline;
}

.comments-pagination .prev,
.comments-pagination .next {
    display: block;
}

.comments-pagination .prev {
    left: 0;
}

.comments-pagination .next {
    right: 0;
    text-align: right;
}


/* Comment Respond ---------------------------- */

.comment-respond::after {
    clear: both;
    content: "";
    display: block;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
    color: #6d6d6d;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: -3rem 0 4rem 0;
    text-align: center;
}

.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
    color: inherit;
    text-decoration: none;
}

.comment-respond .comment-notes a:focus,
.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:focus,
.comment-respond .logged-in-as a:hover {
    text-decoration: underline;
}

.comment-respond p {
    line-height: 1.1;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.comment-respond p:not(.comment-notes) {
    max-width: 58rem;
}

.comment-form-cookies-consent {
    align-items: baseline;
    display: flex;
}

.comment-respond>p:last-of-type {
    margin-bottom: 0;
}

.comment-respond label {
    display: block;
}

.comment-respond input[type="checkbox"]+label {
    font-size: 1.5rem;
    line-height: 1.25;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
    margin-bottom: 0;
}

.comment-respond textarea {
    height: 15rem;
}

.comment-respond #submit {
    display: block;
}

.comment-respond .comments-closed {
    text-align: center;
}


/* Reply Respond ---------------------------- */

.comments .comment-respond {
    padding: 3rem 0 0;
}

.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
    text-align: left;
}

.comment-reply-title small {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.0277em;
    margin: 0.5rem 0 0 0;
    white-space: nowrap;
}

.comment-reply-title small a {
    text-decoration: none;
}

.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
    text-decoration: underline;
}


/* Nav Menu */
ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.var_nav {
    position: relative;
    background: #242424;
    width: 280px;
    height: 36px;
    top: 0px;
    margin-bottom: 12px;
    border-top-right-radius: 10px;
    /* Add border-radius to the top right corner */
    border-bottom-right-radius: 10px;
    /* Add border-radius to the bottom right corner */
}

.link_bg {
    width: 20px;
    height: 36px;
    position: absolute;
    background: var(--third);
    color: #fff;
    z-index: 2;
}

.link_bg i {
    position: relative;
}

.link_title {
    position: absolute;
    width: 100%;
    z-index: 3;
    color: #000;
}

.link_title:hover .icon {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.link_title a {
    display: block;
    position: absolute;
    float: left;
    font-family: arial;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 70px;
    text-align: center;
    border-top-right-radius: 10px;
    /* Add border-radius to the top right corner */
    border-bottom-right-radius: 10px;
    /* Add border-radius to the bottom right corner */
}

.var_nav:hover .link_bg {
    width: 100%;
    background: var(--third);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top-right-radius: 10px;
    /* Add border-radius to the top right corner */
    border-bottom-right-radius: 10px;
    /* Add border-radius to the bottom right corner */
}

.var_nav:hover a {
    /* font-weight:bold; */
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.icon {
    position: relative;
    width: 70px;
    height: 40px;
    text-align: center;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    float: left;
    transition: all .5s ease-in-out;
    float: left;
}

.icon i {
    top: 22px;
    position: relative;
}

span {
    margin-top: 6px;
    display: block;
    font-family: 'BritannicRegular', sans-serif;
}

a.custom-link:hover {
    text-decoration: none;
    /* Remove underline on hover */
    color: var(--white);
    /* Change color on hover */
    font-size: 16px;
    /* You can add other styles for hover state here */
}


/*Write your story button*/
.story-button {
    width: 200px;
    height: 50px;
    background-color: #efeded;
    border: none;
    color: var(--primary);
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    border: solid 2px;
    padding: 10px;
    font-family: 'BritannicBold', sans-serif;
}

.story-button:hover {
    background-color: var(--primary);
    color: var(--white);
    border: solid 2px var(--third);
}

.story-button i {
    font-size: 26px;
}

.forButton {
    display: flex;
    justify-content: center;
    margin: 130px 0px 10px 0px;
}

.forFrontPageImage {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 110px;
}

.forLoginForm {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.headerImageMob {
    /* display:block;  */
    /* display: flex;
    justify-content: center; */
    /* margin-left:280px;  */
    height: 30px;
    width: 300px;
}

.headerImage {
    /* display:block;  */
    /* display: flex;
    justify-content: center; */
    /* margin-left:280px;  */
    height: 120px;
    width: 1400px;
}

.page-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-content {
    position: fixed;
    background-color: var(--primary);
    left: 0;
    width: 100%;
    z-index: 9999;
}

.account-button {
    margin-right: 20px;
}

.dropdown-item:active {
    background-color: var(--primary);
}

#custom-login-form {
    min-width: 300px;
    margin: 0 auto;
    border-radius: 5px;
}

#custom-login-form input[type="text"],
#custom-login-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0 10px 0;
    border: solid 1px #07b6b6;
    box-sizing: border-box;
    border-radius: 10px;
}

#custom-login-form input[type="submit"] {
    background-color: var(--primary);
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'BritannicRegular', sans-serif;
    min-width: 100px;
}

#custom-login-form input[type="submit"]:hover {
    background-color: var(--third);
}

#custom-login-form label {
    display: block;
    margin-bottom: 5px;
    font-family: 'BritannicRegular', sans-serif;
}

#custom-login-form .rememberme {
    float: left;
    width: 48%;
}

#custom-login-form .submit-container {
    float: right;
    width: 48%;
}

#custom-login-form .message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
}

#custom-login-form a {
    color: var(--primary);
    text-decoration: none;
    font-family: 'BritannicRegular', sans-serif;
}

#custom-login-form a:hover {
    text-decoration: underline;
}

#custom-login-form .register-button {
    display: block;
    margin-top: 10px;
    /* Adjust margin as needed */
    border-radius: 5px;
}

#custom-login-form p {
    margin: 0;
}

/* Register Form */
#custom-registration-form {
    max-width: 400px;
    margin: 0 auto;
}

.login-remember {
    float: right;
}

.registration-form {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.registration-form label {
    display: block;
    margin-bottom: 8px;
    font-family: 'BritannicRegular', sans-serif;
}

.registration-form input[type="text"],
.registration-form input[type="email"],
.registration-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.registration-form input[type="submit"] {
    background-color: var(--primary);
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'BritannicRegular', sans-serif;
}

.registration-form input[type="submit"]:hover {
    background-color: var(--third);
}

.success-message {
    color: var(--third);
}

.error-message {
    color: #ff0000;
}

.alreadyAccount {
    font-family: 'BritannicRegular', sans-serif;
}

.alreadyAccount a {
    color: var(--primary);
}

/* Forgot Password Form */
#custom-forgot-password-form {
    max-width: 400px;
    margin: 0 auto;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#custom-forgot-password-form input[type="text"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    box-sizing: border-box;
}

#custom-forgot-password-form input[type="submit"] {
    background-color: var(--primary);
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'BritannicRegular', sans-serif;
    margin-top: 10px;
}

#custom-forgot-password-form input[type="submit"]:hover {
    background-color: var(--third);
}

#custom-forgot-password-form label {
    display: block;
    margin-bottom: 5px;
    font-family: 'BritannicRegular', sans-serif;
}

#custom-forgot-password-form .message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
}

#custom-forgot-password-form a {
    color: var(--primary);
    text-decoration: none;
}

#custom-forgot-password-form a:hover {
    text-decoration: underline;
}

.login-register-links {
    margin-top: 20px;
}

/* Archive.php */
.article-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    text-align: center;
}

.article {
    border: 1px solid #07b6b6;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}

.view-more-container {
    margin-top: 20px;
    text-align: center;
}

.view-more-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #cfcfcf;
    text-decoration: none;
    border-radius: 5px;
}

.view-more-button a {
    color: #000;
    text-decoration: none;
}

.view-more-button a:hover {
    color: #000;
    text-decoration: none;
}

.view-more-button:hover {
    background-color: #afaeae;
    color: #000;
    cursor: pointer;
}

#posttitle {
    text-decoration: none;
    color: #07b6b6;
}

#posttitle:hover {
    color: #058686;
}

/* Add this to your existing styles or in a separate stylesheet */
.modal {
    display: none;
    position: fixed;
    top: 24% !important;
    left: 32% !important;
    width: 50% !important;
    max-width: 50% !important;
    height: 43% !important;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border: solid 1px #000;
    border-radius: 20px;
}

.modal-content {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

label,
textarea {
    display: block;
    margin-bottom: 10px;
}

textarea {
    width: 100%;
    height: 100%;
    margin-top: 10px !important;
}

::placeholder {
    color: #07b6b6;
}

#postTitle {
    width: 100%;
}

.modal-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.back-button,
.post-button {
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.back-button {
    background-color: #ccc;
}

.post-button {
    background-color: #07b6b6;
    color: #fff;
}

/* Comments */

.bdge {
    height: 21px;
    background-color: orange;
    color: #fff;
    font-size: 11px;
    padding: 8px;
    border-radius: 4px;
    line-height: 3px;
}

.comments {
    text-decoration: underline;
    text-underline-position: under;
    cursor: pointer;
}

.dot {
    height: 7px;
    width: 7px;
    margin-top: 3px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.hit-voting:hover {
    color: blue;
}

.hit-voting {
    cursor: pointer;
}

.comment-text-sm {
    background-color: #F2F3F5;
    padding: 2px 10px 10px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.commented-user {
    background-color: #F2F3F5;
    padding: 5px 10px 2px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.nav-link {
    padding: 0rem 0rem;
}

.social-media-icons a i {
    transition: opacity 0.3s ease;
}

.social-media-icons a:hover i {
    opacity: 0.7;
    /* Adjust the opacity value as needed */
}

.card {
    top: 110px;
    border: none;
}



.dropdown-menu {
    overflow: unset;
    min-width: 18.5rem;
    padding: 1rem 0 0rem;
    top: 100%;
}

.dz-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.widget-media .timeline .timeline-panel .media {
    width: 2.188rem;
    height: 2.188rem;
    background: #eee;
    border-radius: 100%;
    overflow: hidden;
    font-size: 0.813rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    align-self: start;
}

.widget-media .timeline .timeline-panel:hover {
    background-color: rgba(13, 153, 255, 0.05);
    cursor: pointer;
}

.widget-media .timeline .timeline-panel {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0.8rem 0.75rem;
    margin: 0 -5px;
    border-radius: 0.375rem;
    position: relative;
    transition: all 0.5s;
}

.widget-media .timeline .timeline-panel .media-body h6,
.widget-media .timeline .timeline-panel .media-body .h6 {
    font-size: 0.813rem;
    line-height: 1rem;
    font-family: 'poppins', sans-serif;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.media-body {
    flex: 1;
}

.me-2 {
    margin-right: 0.5rem !important;
}

small {
    font-size: 0.775em;
    font-family: 'poppins', sans-serif;
    color: #afafaf;
}

.d-block {
    display: block !important;
}

.notification_dropdown .dropdown-menu-end .all-notification {
    display: block;
    padding: 0.9375rem 1.875rem 14px;
    color: var(--primary);
    text-align: center;
    border-top: 0.0625rem solid #f1f1f1;
    font-size: 0.813rem;
    font-family: 'poppins', sans-serif;
}

.by-wpdiscuz {
    display: none;
}

#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-header .wpd-comment-link {
    display: none;
}

.wnbell_notifications_lists_menu {
    min-width: 18.5rem;
    padding: 0rem 0 0rem;
    max-height: 400px;
}

.wnbell-dropdown-menu {
    padding: 1rem !important;
}

.wnbell_user_item_link:hover {
    text-decoration: none;
    color: #000;
}

.wnbell_notification_item_menu:hover {
    background-color: rgb(45 233 200 / 5%);
}

#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-left {
    z-index: 0;
}

#wpdcom.wpd-layout-3 .wpd-comment.wpd-reply .wpd-comment-left {
    z-index: 0;
}

.wnbell_header {
    font-size: 20px;
    margin-left: 15px;
}

.footermarg {
    margin-left: 0px;
}