/* :: 6.17.0 Profile */
.profile-content-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    background: #ffffcc;
    background: -webkit-linear-gradient(to right, #fff2cc, #ffffcc);
    background: linear-gradient(to right, #3c4059, #1a1a19);
}

.profile-settings-option a {
    display: block;
    position: absolute;
    top: 2rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 99;
    box-shadow: 0 1px 16px 0 rgba(16, 13, 209, 0.175);
}

.profile-settings-option a i {
    line-height: 32px;
}

.profile-settings-option a:hover, .profile-settings-option a:focus {
    background-color: #100DD1;
    color: #ffffff;
}

.user-meta-data {
    position: relative;
    z-index: 1;
}

.user-meta-data .user-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
}

.user-meta-data .user-thumbnail img {
    border-radius: 1rem;
}

.user-meta-data .user-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    width: calc(100% - 100px);
    padding-left: 1rem;
    position: relative;
    color: #fff;
    font-weight: 700;
}

.nickname {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.user-meta-data .user-content .user-tag {
    background-color: #e42f08;
    padding: 0.125rem 0.5rem 0.1rem;
    border-radius: 4px;
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
}

.user-meta-data .user-content .user-meta-data p {
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1;
}

.user-meta-data .user-content .user-meta-data p span {
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: #f1f1f1;
}

.user-meta-data .user-content .user-meta-data p span.counter {
    font-size: 18px;
    margin-bottom: 0.375rem;
    font-weight: 700;
    color: #fff;
}

.my-visitors-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 28px;
    padding-bottom: 30px;
}

.user-total-count-chart {
    position: relative;
    z-index: 1;
    background-color: #dcebfd;
    border-radius: 0.5rem;
    padding: 1rem 1rem 0.5rem 0.5rem;
}

.traffic-source-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 30px;
}

.traffic-source-chart {
    position: relative;
    z-index: 1;
    background-color: #dcebfd;
    border-radius: 0.5rem;
    padding: 1rem 1rem 1rem 0.5rem;
}

/* :: 6.18.0 Comment */
.live-video-comments {
    position: relative;
    z-index: 1;
    padding-top: 25px;
    padding-bottom: 4px;
}

.comment-sorting-option {
    position: relative;
    z-index: 2;
}

.comment-sorting-option .btn {
    background-color: #dcebfd;
    padding: 0.125rem 0.5rem 0.1rem;
    text-align: center;
    font-size: 1rem;
    color: #020b10;
    line-height: 1;
    border-radius: 2rem;
}

.comment-sorting-option .btn::after {
    display: none;
}

.comment-sorting-option .btn:hover, .comment-sorting-option .btn:focus {
    background-color: #e42f08;
    color: #ffffff;
}

.comment-sorting-option .dropdown-menu {
    border: 1px solid #e6e6e6;
    min-width: 140px;
    max-width: 180px;
    box-shadow: 0 2px 12px rgba(15, 16, 19, 0.175);
}

.comment-sorting-option .dropdown-menu .dropdown-item {
    padding: .25rem 0.75rem;
    color: #020b10;
    font-size: 13px;
    font-weight: 500;
}

.comment-sorting-option .dropdown-menu .dropdown-item:hover {
    background-color: #dcebfd;
}

.single-comment-wrap {
    position: relative;
    z-index: 1;
}

.single-comment-wrap .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    border-radius: 50%;
}

.single-comment-wrap .comment-author img {
    border-radius: 50%;
}

.single-comment-wrap .comment-meta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    padding-left: 1rem;
}

.single-comment-wrap .comment-meta .comments-author-name {
    font-size: 14px;
    margin-bottom: 0.25rem;
}

.single-comment-wrap .comment-meta .post-date {
    display: block;
    font-size: 12px;
    color: #797494;
    font-weight: 400;
}

.single-comment-wrap .comment-meta .comment-text {
    font-size: 14px;
    color: #797494;
    margin-bottom: 0.5rem;
}

.single-comment-wrap .comment-meta .like-count span {
    font-size: 14px;
}

.single-comment-wrap .comment-meta .like-count a {
    font-size: 14px;
    display: inline-block;
    color: #797494;
    border: 1px solid #e6e6e6;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-left: 0.5rem;
}

.single-comment-wrap .comment-meta .like-count a i {
    line-height: 29px;
}

.single-comment-wrap .comment-meta .like-count a:hover, .single-comment-wrap .comment-meta .like-count a:focus {
    color: #ffffff;
    background-color: #ea4c62;
    border-color: #ea4c62;
}

.single-comment-wrap .comment-meta .reply {
    font-size: 12px;
    color: #797494;
    font-weight: 700;
}

.single-comment-wrap .comment-meta .reply:hover {
    color: #100DD1;
}

.children-comments-list {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 2px solid #e6e6e6;
}

.comment-form {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
}

.comment-form textarea {
    border-radius: 0.5rem;
    width: 100%;
    height: 45px;
    background-color: #dcebfd;
    color: #020b10;
    font-size: 13px;
    border: 0;
    padding: 0.75rem 1rem;
}

.comment-form button {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
}

.comment-form.reply-comment-form {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: fixed;
    width: calc(100% - 2rem);
    margin-bottom: 0;
    left: 1rem;
    right: 1rem;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    bottom: 74px;
}

.comment-form.reply-comment-form.show {
    opacity: 1;
    visibility: visible;
}

.comment-form.reply-comment-form textarea {
    border-radius: 0.375rem;
    height: 55px;
    font-size: 12px;
    padding: 0.5rem 1rem;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    box-shadow: 0 2px 24px rgba(16, 13, 209, 0.175);
}

/* :: 6.19.0 Live */
.live-video-url {
    position: relative;
    z-index: 1;
}

.live-video-info {
    position: relative;
    z-index: 1;
    background: #ffffcc;
    background: -webkit-linear-gradient(to right, #fff2cc, #ffffcc);
    background: linear-gradient(to right, #fff2cc, #ffffcc);
    padding-top: 30px;
    padding-bottom: 30px;
}

.live-video-info .viwer-count {
    font-size: 14px;
}

.live-video-info .video-time {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.live-video-info .video-time span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #ea4c62;
    display: inline-block;
}

.live-video-description {
    position: relative;
    z-index: 1;
    padding-top: 26px;
    padding-bottom: 11px;
}

/* :: 6.20.0 Tags */
.popular-tags-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 28px;
    padding-bottom: 26px;
}

.popular-tags-list a {
    border-radius: 42px;
}

/* :: 6.21.0 Element */
.element-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 30px;
}

.newsten-owl-carousel-slides {
    position: relative;
    z-index: 1;
}

.newsten-owl-carousel-slides .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 15px;
    width: 30px;
    height: 30px;
    background-color: #e42f08;
    color: #ffffff;
    text-align: center;
    border-radius: 0.125rem;
}

.newsten-owl-carousel-slides .owl-prev i {
    line-height: 30px;
}

.newsten-owl-carousel-slides .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-color: #e42f08;
    color: #ffffff;
    text-align: center;
    border-radius: 0.125rem;
}

.newsten-owl-carousel-slides .owl-next i {
    line-height: 30px;
}

.newsten-owl-carousel-slides .owl-dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 15px;
}

.newsten-owl-carousel-slides .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 3px;
}

.newsten-owl-carousel-slides .owl-dots .owl-dot.active {
    background-color: #e42f08;
}

.newsten-media {
    position: relative;
    z-index: 1;
}

.newsten-media img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
}

.list-unstyled {
    padding: 0.375rem 0.5rem;
    border: 2px solid #e6e6e6;
}

.pagination .page-link {
    color: #020b10;
    border: 1px solid #e6e6e6;
}

.pagination .page-link:hover, .pagination .page-link:focus {
    background-color: #dcebfd;
    box-shadow: none;
    color: #100DD1;
}

.pagination .page-item.active .page-link {
    background-color: #100DD1;
    border-color: #100DD1;
    color: #ffffff;
}

.progress {
    background-color: #dcebfd;
    border-radius: 5rem;
}

.alert {
    font-size: 14px;
}

.modal-open {
    padding-right: 0 !important;
}

.modal-open .modal {
    padding-right: 0 !important;
}

.post-share-modal .close {
    border: 1px solid #e6e6e6;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
}

.post-share-modal .close i {
    font-size: 14px;
    line-height: 28px;
}

.post-share-modal h6 {
    font-size: 14px;
    margin-top: 0.25rem;
}

.modal-content {
    border: 0;
    border-radius: 0.5rem;
}

/* :: 6.22.0 Settings */
.settings-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 30px;
}

.settings-card {
    margin-bottom: 1rem;
    background-color: #dcebfd;
    border-radius: 2rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.settings-card:last-child {
    margin-bottom: 0;
}

.single-settings {
    position: relative;
    z-index: 1;
}

.single-settings .title {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-settings .title i {
    display: inline-block;
    color: #100DD1;
    font-size: 1rem;
    margin-right: 0.5rem;
}

.single-settings .title span span {
    font-size: 10px;
    margin-left: 0.25rem;
}

.single-settings .data-content {
    font-size: 12px;
    font-weight: 700;
}

.single-settings .data-content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-settings .data-content i {
    margin-left: 0.25rem;
    font-size: 1rem;
}

.single-settings .toggle-button-cover {
    position: relative;
    z-index: 1;
}

.single-settings .knobs,
.single-settings .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.single-settings .button.r {
    position: relative;
    width: 45px;
    height: 21px;
    overflow: hidden;
    border: 1px solid #ffffff;
}

.single-settings .button.r,
.single-settings .button.r .layer {
    border-radius: 100px;
}

.single-settings .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.single-settings .knobs {
    z-index: 2;
}

.single-settings .layer {
    width: 100%;
    background-color: transparent;
    transition: 0.3s ease all;
    z-index: 1;
}

.single-settings .knobs:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    background-color: #100DD1;
    border-radius: 50%;
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

.single-settings .checkbox:active + .knobs:before {
    width: 45px;
    border-radius: 100px;
}

.single-settings .checkbox:checked:active + .knobs:before {
    margin-left: -26px;
}

.single-settings .checkbox:checked + .knobs:before {
    content: '';
    left: 24px;
    background-color: #e42f08;
}

.single-settings .checkbox:checked ~ .layer {
    background-color: #ffffff;
}

/* :: 6.23.0 Night Mode */
#previewPage[data-theme="dark"] {
    background-color: #ffffff;
}

#previewPage[data-theme="dark"] body {
    background-color: #ffffff;
}

#previewPage[data-theme="dark"] .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
    color: #020b10;
}

#previewPage[data-theme="dark"] p {
    color: #797494;
}

#previewPage[data-theme="dark"] h1,
#previewPage[data-theme="dark"] h2,
#previewPage[data-theme="dark"] h3,
#previewPage[data-theme="dark"] h4,
#previewPage[data-theme="dark"] h5,
#previewPage[data-theme="dark"] h6 {
    color: #020b10;
}

#previewPage[data-theme="dark"] .preview-hero-area .preview-content-wrapper .current-version {
    color: #ffffff;
}

[data-theme="dark"] {
    background-color: #0C153B;
}

[data-theme="dark"] body {
    background-color: #0C153B;
}

[data-theme="dark"] p {
    color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] #preloader {
    background-color: #0C153B;
}

[data-theme="dark"] a,
[data-theme="dark"] a:hover,
[data-theme="dark"] a:focus {
    color: #ffffff;
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6 {
    color: rgba(255, 255, 255, 0.8);
}

[data-theme="dark"] .header-area {
    background-color: #0C153B;
    box-shadow: 0 3px 12px rgba(255, 255, 255, 0.175);
}

[data-theme="dark"] .footer-nav-area {
    background-color: #0C153B;
    box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175);
}

[data-theme="dark"] .card {
    border-color: #242644;
    background-color: #242644;
}

[data-theme="dark"] .newsten-footer-nav ul li a {
    color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .newsten-footer-nav ul li.active a {
    color: #ffaf00;
}

[data-theme="dark"] .newsten-footer-nav ul li a:hover,
[data-theme="dark"] .newsten-footer-nav ul li a:focus {
    color: #ffaf00;
}

[data-theme="dark"] .top-search-form form .form-control {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.125);
}

[data-theme="dark"] .btn-warning:hover, [data-theme="dark"] .btn-warning:focus {
    color: #ffffff;
    background-color: #282958;
    border-color: #282958;
}

[data-theme="dark"] .btn-danger:hover, [data-theme="dark"] .btn-danger:focus {
    background-color: #282958;
    border-color: #282958;
}

[data-theme="dark"] .btn-primary:hover, [data-theme="dark"] .btn-primary:focus {
    background-color: #282958;
    border-color: #282958;
}

[data-theme="dark"] .btn-success:hover, [data-theme="dark"] .btn-success:focus {
    background-color: #282958;
    border-color: #282958;
}

[data-theme="dark"] .btn-info:hover, [data-theme="dark"] .btn-info:focus {
    background-color: #282958;
    border-color: #282958;
}

[data-theme="dark"] .page-nav li a {
    background-color: #332858;
    color: #ffffff;
}

[data-theme="dark"] .page-nav li a:hover,
[data-theme="dark"] .page-nav li a:focus {
    color: #ffaf00;
}

[data-theme="dark"] .back-button a {
    color: #ffffff;
}

[data-theme="dark"] .back-button a:hover,
[data-theme="dark"] .back-button a:focus {
    color: #ffaf00;
}

[data-theme="dark"] .single-settings .button.r {
    border-color: rgba(255, 255, 255, 0.15);
}

[data-theme="dark"] .single-settings .data-content a:hover, [data-theme="dark"] .single-settings .data-content a:focus {
    color: #ffaf00;
}

[data-theme="dark"] .search-form a {
    background-color: rgba(255, 255, 255, 0.15);
}

[data-theme="dark"] .top-catagories-wrapper .catagory-title {
    color: #020b10;
}

[data-theme="dark"] .catagory-card {
    background-color: transparent;
    border-color: transparent;
}

[data-theme="dark"] .single-trending-post {
    background-color: #282958;
    border-color: #282958;
}

[data-theme="dark"] .single-trending-post .post-content .post-title:hover, [data-theme="dark"] .single-trending-post .post-content .post-title:focus {
    color: #ffaf00;
}

[data-theme="dark"] .tabs-news-wrapper.bg-gray {
    background-color: #282958 !important;
}

[data-theme="dark"] .tabs-news-wrapper .nav-tabs {
    background-color: transparent;
    box-shadow: 0 1px 18px 10px rgba(255, 255, 255, 0.125);
}

[data-theme="dark"] .single-news-post {
    background-color: #0C153B;
}

[data-theme="dark"] .single-news-post .post-content .post-title:hover, [data-theme="dark"] .single-news-post .post-content .post-title:focus {
    color: #ffaf00;
}

[data-theme="dark"] .single-news-post.bg-gray {
    background-color: #282958 !important;
}

[data-theme="dark"] .single-news-post.bg-gray .post-content .post-title:hover, [data-theme="dark"] .single-news-post.bg-gray .post-content .post-title:focus {
    color: #ffaf00;
}

[data-theme="dark"] .single-blog-info .post-catagory:hover, [data-theme="dark"] .single-blog-info .post-catagory:focus {
    background-color: #282958;
}

[data-theme="dark"] .modal-content {
    background-color: #282958;
}

[data-theme="dark"] .user-meta-data .user-content h6 {
    color: #020b10;
}

[data-theme="dark"] .profile-settings-option a {
    color: #020b10;
}

[data-theme="dark"] .profile-settings-option a:hover, [data-theme="dark"] .profile-settings-option a:focus {
    color: #ffffff;
}

[data-theme="dark"] .border,
[data-theme="dark"] .border-left,
[data-theme="dark"] .border-right,
[data-theme="dark"] .border-bottom,
[data-theme="dark"] .border-top {
    border-color: rgba(255, 255, 255, 0.175) !important;
}

[data-theme="dark"] .children-comments-list {
    border-left-color: rgba(255, 255, 255, 0.175);
}

[data-theme="dark"] #scrollIndicator {
    background-color: #ffaf00;
}

[data-theme="dark"] .newsten-footer-nav ul li a::after {
    background-color: #ffaf00;
}

[data-theme="dark"] .single-comment-wrap .comment-meta .like-count a {
    color: #ffaf00;
    border-color: rgba(255, 255, 255, 0.175);
}

[data-theme="dark"] .single-comment-wrap .comment-meta .like-count a:hover, [data-theme="dark"] .single-comment-wrap .comment-meta .like-count a:focus {
    color: #ffffff;
    border-color: #ea4c62;
    background-color: #ea4c62;
}

[data-theme="dark"] .video-title {
    color: #020b10;
}

[data-theme="dark"] .search-post-wrapper h4 {
    color: #020b10;
}

[data-theme="dark"] .search-page-form .search-via-voice {
    color: #020b10;
}

[data-theme="dark"] .single-recommended-post .bookmark-customize-option .dropdown-menu {
    background-color: #0C153B;
}

[data-theme="dark"] .single-recommended-post .bookmark-customize-option .dropdown-menu .dropdown-item:hover, [data-theme="dark"] .single-recommended-post .bookmark-customize-option .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.125);
}

[data-theme="dark"] .comment-sorting-option .btn {
    background-color: rgba(255, 255, 255, 0.125);
    color: #ffffff;
}

[data-theme="dark"] .comment-sorting-option .dropdown-menu {
    border-color: transparent;
    background-color: #282958;
}

[data-theme="dark"] .comment-sorting-option .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .comment-sorting-option .dropdown-menu .dropdown-item:hover, [data-theme="dark"] .comment-sorting-option .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.125);
}

[data-theme="dark"] .comment-form textarea {
    background-color: rgba(255, 255, 255, 0.175);
    color: #ffffff;
}

[data-theme="dark"] .change-password-card .form-control {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: transparent;
}

[data-theme="dark"] .change-password-card .form-control:focus {
    border-color: #ffaf00;
}

[data-theme="dark"] .login-wrapper {
    background-color: #0C153B;
}

[data-theme="dark"] .login-wrapper .login-shape2 img {
    opacity: 0.15;
}

[data-theme="dark"] .login-wrapper .login-shape img {
    opacity: 0.15;
}

[data-theme="dark"] .register-form .form-control {
    border-color: rgba(255, 255, 255, 0.175);
    background-color: rgba(255, 255, 255, 0.175);
    color: #ffffff;
}

[data-theme="dark"] .register-form .form-control:focus {
    border-color: #ffaf00;
}

[data-theme="dark"] .register-form form > .form-group > label {
    color: #ffaf00;
}

[data-theme="dark"] .login-meta-data a:hover, [data-theme="dark"] .login-meta-data a:focus {
    color: #ffaf00;
}

[data-theme="dark"] .single-settings .title i {
    color: #ffffff;
}

[data-theme="dark"] .form-control {
    border-color: rgba(255, 255, 255, 0.125);
    background-color: rgba(255, 255, 255, 0.125);
    color: #ffffff;
}

[data-theme="dark"] .accordion .card .btn {
    color: #ffffff;
}

[data-theme="dark"] .custom-select option {
    background-color: #0C153B;
}

[data-theme="dark"] .list-unstyled {
    border-color: rgba(255, 255, 255, 0.125);
}

[data-theme="dark"] .modal-header {
    border-bottom-color: rgba(255, 255, 255, 0.125);
}

[data-theme="dark"] .modal-footer {
    border-top-color: rgba(255, 255, 255, 0.125);
}

[data-theme="dark"] .close {
    color: #ffffff;
}

[data-theme="dark"] .pagination .page-link {
    color: #ffffff;
    border-color: #282958;
    background-color: #282958;
}

[data-theme="dark"] .pagination .page-link:hover, [data-theme="dark"] .pagination .page-link:focus {
    color: #ffaf00;
}

[data-theme="dark"] .search-page-form form input {
    background-color: #ffffff;
    color: #020b10;
}

[data-theme="dark"] .sidenav-wrapper {
    background-color: #0C153B;
}

[data-theme="dark"] .time-date-weather-wrapper::before {
    background: -webkit-linear-gradient(top, rgba(12, 21, 59, 0.25) 0%, rgba(12, 21, 59, 0.75) 50%, #0c153b 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 21, 59, 0.25)), color-stop(50%, rgba(12, 21, 59, 0.75)), color-stop(100%, #0c153b));
    background: -o-linear-gradient(top, rgba(12, 21, 59, 0.25) 0%, rgba(12, 21, 59, 0.75) 50%, #0c153b 100%);
    background: linear-gradient(to bottom, rgba(12, 21, 59, 0.25) 0%, rgba(12, 21, 59, 0.75) 50%, #0c153b 100%);
}

[data-theme="dark"] .time-date-weather-wrapper .weather-update p {
    color: #ffffff;
}

[data-theme="dark"] .time-date-weather-wrapper .time-date #dashboardDate,
[data-theme="dark"] .time-date-weather-wrapper .time-date .running-time {
    color: #ffaf00;
}

[data-theme="dark"] .sidenav-nav li a {
    color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .sidenav-nav li a:hover, [data-theme="dark"] .sidenav-nav li a:focus {
    color: #ffaf00;
}

[data-theme="dark"] .single-blog-info {
    background-color: #0C153B;
}

[data-theme="dark"] .alert-dismissible .close {
    color: #020b10;
}
