/*
  Theme Name: Newspaper HTML Template
  Author: mohasagorit.solutions
  Support: info@mohasagorit.solutions
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Google Fonts
2. Theme Default
3. Section Heading
4. Header
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
*/

/*
==========================================
    Google Fonts
==========================================
*/
/* font-family: 'Poppins', sans-serif;  */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
/*  font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

/*
==========================================
    Theme Default Css
==========================================
*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --themeColor: #f0542c;
    --white: #ffffff;
    --black: #103C54;
    --red: #d60000;
}

img {
    max-width: 100%;
}

p {
    color: var(--black);
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black);
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

*::-moz-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*::-webkit-input-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*:-ms-input-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*::-ms-input-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*::placeholder {
    color: #555555;
    opacity: 1;
    font-size: 14px;
}

*::-moz-selection {
    background: #ffffff;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #ffffff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ffffff;
    color: #fff;
    text-shadow: none;
}

.section_padding {
    padding: 20px 0px;
}

.padding_top_space {
    padding-top: 15px;
}

.padding_bottom_space {
    padding-bottom: 15px;
}

.border_page {
    border-top: 1px solid #dddddd;
}

/*
==============================================================
    Section Heading Area Css
==============================================================
*/
.section_heading h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: var(--black);
    margin-bottom: 12px;
}

.sub_category_area {
    display: flex;
    justify-content: start;
    align-items: center;
}

.sub_category_area li {
    display: inline-block;
}

.sub_category_area li a {
    font-size: 14px;
    color: #000;
    display: block;
    list-style: none;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.sub_category_area li a:hover {
    background: #ddd;
    color: #b63333;
}


/*
==============================================================
    Header Area Css
==============================================================
*/
.header_top {
    /* border-bottom: 1px solid #dddddd; */
    padding: 2px 0px;
}

.header_top_border {
    border-bottom: 1px solid #dddddd;
}

.header_middle {
    padding-bottom: 10px;
    padding-top: 4px;
}

.header_top_calendar {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 100%;
}

.header_top_calendar i {
    font-size: 12px;
    color: var(--black);
}

.header_top_calendar span {
    font-size: 12px;
}

.header_top_location_temperature {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.header_top_location i {
    font-size: 12px;
    color: var(--black);
}

.header_top_location select {
    font-size: 11px;
    outline: none;
}

.header_top_temperature {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header_top_temperature i {
    font-size: 12px;
    color: var(--black);
}

.header_top_temperature p {
    font-size: 12px;
}



.header_middle_toggle_search {
    display: flex;
    align-items: center;
    height: 100%;
}

.header_middle_toggle {
    line-height: 0px;
    width: 10%;
    float: left;
    overflow: hidden;
}

.header_toggle_btn {
    font-size: 22px;
    color: var(--black);
    border: none;
    background-color: transparent;
    line-height: 0px;
}

.header_middle_search {
    position: relative;
    width: 100%;
    float: left;
}

.header_middle_search input {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 5px 8px;
    font-size: 14px;
    padding-right: 40px;
}

.header_middle_search_btn {
    border: navajowhite;
    background: #dddddd;
    position: absolute;
    top: 0;
    right: 0;
    color: var(--black);
    font-size: 17px;
    padding: 6px 10px;
}

.header_middle_logo {
    width: 260px;
    margin: 0 auto;
}

.header_middle_logo img {
    max-width: 100%;
    max-height: auto;
}

.header_middle_notification i {
    font-size: 20px;
    color: var(--black);
}

.header_middle_auth i {
    font-size: 20px;
    color: var(--black);
}

.header_middle_notification_auth {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
    height: 100%;
}





/* Ripple magic */
.breaking_news_content {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid var(--themeColor);
}

.breaking_news_label {
    padding: 6px 15px;
    background: var(--themeColor);
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    width: 200PX;
    text-align: center;
}

.breaking_news_marquee {
    background-color: #22212112;
    padding: 6px 0px;
}

.breaking_news_marquee a {
    color: #000000;
}

.breaking_news_marquee span {
    padding-right: 51px;
    position: relative;
}

.breaking_news_label_ripple {
    position: relative;
    overflow: hidden;
}

/* .breaking_news_marquee span::before {
    content: '\f1ea';
    font-family: Font Awesome;
    margin-left: 1rem;
    margin-right: 0.4rem;
} */

/* .breaking_news_label_ripple:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, .5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
} */

@keyframes breaking_news_label_ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1;
    }

    20% {
        transform: scale(25, 25);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

.breaking_news_label_ripple::after {
    animation: breaking_news_label_ripple 1.5s ease-out infinite;
}




.header_bottom_menu {
    border-bottom: 1px solid #dddddd;
}

.header_bottom_menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.header_bottom_menu ul li {
    display: inline-block;
}

.header_bottom_menu ul li .header_bottom_menu_link {
    color: var(--black);
    font-size: 16px;
    display: block;
    transition: .3s;
    padding: 5px 0px;
}

.header_bottom_menu ul li .header_bottom_menu_link:hover {
    color: var(--themeColor);
}

.offcanvas_start_content {
    width: 300px;
}

.mobile_menu_toggle_logo img {
    width: 180px;
}

.offcanvas_close_icon {
    border: none;
    background-color: transparent;
    font-size: 25px;
    color: var(--black);
}

.offcanvan_menu {
    padding: 0px 20px 20px 20px;
}

.offcanvan_menu ul li {
    border-bottom: 1px solid #dddddd;
    display: block;
}

.offcanvan_menu ul li .offcanvan_menu_link {
    font-size: 16px;
    color: var(--black);
    display: block;
    padding: 20px 0px;
}

.offcanvan_menu ul li .offcanvan_menu_link:hover {
    color: var(--themeColor);
}

.mobile_device_notification_auth {
    display: none;
}

/*
==============================================================
    Advertisement Banner Area Css
==============================================================
*/
.advertisement_banner_content {
    padding: 15px 0px;
    /* border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd; */
}

.advertisement_banner {
    width: 100%;
    height: 100px;
}

.advertisement_banner img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

/*
==============================================================
    Latest News Area Css
==============================================================
*/
.single_latest_news {
    background-color: #ece6e65c;
    height: 100%;
    position: relative;
}

.latest_news_post_time {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.latest_news_image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.latest_news_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.single_latest_news:hover .latest_news_image img {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.latest_news_content {
    padding: 10px 15px;
    padding-bottom: 15px;
}

.latest_news_title a h3 {
    transition: .3s;
}

.single_latest_news:hover .latest_news_title a h3 {
    color: var(--themeColor);
}

.latest_news_title h3 {
    font-weight: 600;
    font-size: 15px;
    color: var(--black);
    line-height: 21px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.latest_news_description {
    margin-top: 10px;
    margin-bottom: 15px;
}

.latest_news_description span {
    font-size: 13px;
    line-height: 22px;
}

.latest_news_post_time p {
    font-size: 11px;
    line-height: 10px;
}

/*
==============================================================
    Category News Area Css
==============================================================
*/
.category_news_list_content {
    width: 65%;
    float: left;
    padding-right: 10px;
}

.category_news_list_image {
    width: 35%;
    float: left;
    overflow: hidden;
    text-align: right;
}

.category_news_list_image img {
    height: 50px;
    width: 75px;
    transition: .3s;
}

.category_news_list_title h3 {
    font-weight: 600;
    font-size: 14px;
    color: var(--black);
    line-height: 20px;
    transition: .3s;
}

.category_news_list ul li:hover .category_news_list_title h3 {
    color: var(--themeColor);
}

.category_news_list ul li:hover .category_news_list_image img {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.category_news_list_post_date p {
    font-size: 12px;
    margin-top: 7px;
}

.category_news_list ul li {
    border-bottom: 1px solid #dddddd;
    display: block;
    overflow: hidden;
}

.category_news_list ul li:last-child {
    border-bottom: none;
}

.category_news_list ul li .category_news_list_link {
    display: block;
    overflow: hidden;
    padding: 10px 0px;
}

.category_news_advertisement_banner {
    height: 260px;
    margin-bottom: 20px;
}

.category_news_advertisement_banner img {
    width: 100%;
    height: 100%;
}

/*
==============================================================
    Multiple News Area Css
==============================================================
*/
.multiple_news_tab_content {}

.multiple_news_tab_content ul {}

.multiple_news_tab_content ul li {
    border-bottom: 1px solid #dddddd;
}

.multiple_news_tab_content ul li:last-child {
    border-bottom: none;
}

.multiple_news_tab_content ul li .multiple_news_tab_content_link {
    padding: 15px 0px;
    display: block;
    transition: .3;
}

.multiple_news_tab_content ul li:hover .multiple_news_tab_content_link h4 {
    color: var(--themeColor);
}

.multiple_news_tab_content_link span {
    font-size: 30px;
    font-weight: 800;
    color: #dddddd;
    padding-bottom: 10px;
    display: block;
}

.multiple_news_image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.multiple_news_image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: .3s;
}

.multiple_news_content:hover .multiple_news_image img {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.multiple_news_tab_content_link h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: var(--black);
    line-height: 26px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.nav-pills .nav-link.multiple_news_nav_link {
    border-radius: 0;
    font-weight: 600;
    color: var(--black);
    padding: 0;
    padding-bottom: 5px;
    background-color: transparent;
}

.multiple_news_nav_item {
    padding-right: 20px;
}

.multiple_news_nav_item:last-child {
    padding-right: 0px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
    border-bottom: 2px solid var(--red)
}

.multiple_news_content_banner {
    position: relative;
}

.multiple_news_content_banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5e2ced9c;
}

.multiple_news_content_banner_title {
    position: absolute;
    bottom: 25px;
    left: 0;
    padding: 0px 50px;
    z-index: 999;
}

.multiple_news_content_banner_title h2 {
    color: var(--white);
    font-size: 23px;
    transition: .3s;
}

.multiple_news_content_banner_title h2:hover {
    color: var(--themeColor);
}

.multiple_news_title h3 {
    font-weight: 600;
    font-size: 16px;
    color: var(--black);
    line-height: 26px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.multiple_news_content:hover .multiple_news_title h3 {
    color: var(--themeColor);
}

.multiple_news_post_time p {
    font-size: 13px;
    line-height: 22px;
}

.multiple_news_title {
    margin-top: 10px;
    margin-bottom: 15px;
}

.multiple_news_advertisement_banner img {
    width: 100%;
}

/*
==============================================================
    Scroll to top Css
==============================================================
*/
.scroll-to-top-button {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 18px;
    background-color: var(--themeColor);
    color: #fff;
    border: none;
    border-radius: 2px;
    font-size: 17px;
    cursor: pointer;
    transition: opacity .3s ease-in-out;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.scroll-to-top-button:hover {
    background-color: var(--black);
    transition: 0.4s all linear;
}

/*
==============================================================
    Footer Area Css
==============================================================
*/
.footer_area {
    background-color: #202932;
}

.footer_top {
    padding-top: 30px;
    padding-bottom: 25px;
}

.footer_menu {}

.footer_menu ul {}

.footer_menu ul li {
    display: block;
}

.footer_menu ul li .footer_menu_link {
    color: var(--white);
    display: inline-block;
    font-size: 16px;
    padding: 5px 0px;
}

.footer_menu ul li .footer_menu_link:hover {
    color: var(--themeColor);
}

.footer_address_social {
    background: rgba(255, 255, 255, 0.09);
    padding: 30px;
    border-radius: 20px;
}

.footer_address ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.footer_address ul li:last-child {
    margin-bottom: 0px;
}

.footer_address ul li p {
    color: var(--white);
}

.footer_address ul li i {
    color: var(--white);
}

.footer_address ul li .footer_address_link {
    display: flex;
    align-items: center;
    gap: 10px;
}


.footer_social_media {
    margin-top: 20px;
    margin-left: 40px;
}

.footer_social_media .footer_social_media_title {
    color: var(--themeColor);
    display: inline-block;
    font-size: 16px;
    margin: 0px 20px;
}

.footer_social_media ul li {
    display: inline-block;
    padding: 0px 3px;
}

.footer_social_media ul li .footer_social_media_link {
    color: var(--black);
    background-color: var(--white);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    font-size: 18px;
}

.footer_social_media ul li .footer_social_media_link:hover {
    color: var(--themeColor);
}

.footer_management_list {}

.footer_management_list ul {}

.footer_management_list ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer_management_list ul li:last-child {
    margin-bottom: 0px;
}

.footer_management_list ul li i {
    color: var(--white);
    font-size: 25px;
}

.footer_management_list ul li span {
    color: #c9c8c8;
    font-size: 16px;
}

.footer_management_list ul li p {
    color: var(--white);
    font-size: 18px;
    line-height: 22px;
}

.footer_management_list {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}



.footer_copyright p {
    color: var(--white);
}

.copyright_link {
    color: var(--red);
}

.footer_bottom {
    border-top: 1px solid #8888884f;
    padding-top: 10px;
    padding-bottom: 5px;
}

.develop_by p {
    color: var(--white);
}

.develop_by_link {
    color: var(--themeColor);
}

.develop_by_link:hover {
    color: var(--themeColor);
}

.develop_by {
    text-align: right;
}

.footer_playstore_list {
    text-align: center;
}

.footer_playstore_list .footer_playstore_list_tittle {
    color: var(--themeColor);
    display: inline-block;
    font-size: 16px;
}

.footer_playstore_list ul li {
    display: inline-block;
}

.footer_playstore_list_link img {
    width: 160px;
}

.footer_playstore {
    padding-top: 20px;
}



/*
==========================================
    Single Details Page Area Css
==========================================
*/
.single_details_page_banner {
    width: 100%;
    height: 100%;
    margin: 0;
}

.single_details_page_banner img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.single_details_page_title {
    margin-bottom: 20px;
}

.single_details_page_title h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
}

.single_details_page_details p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: justify;
}

.single_details_page_content .author_info {
    font-weight: 600;
}

.single_details_page_content .author_info .author_location {
    font-weight: 300;
    font-size: 12px;
}

.single_details_page_content .published_date {
    font-weight: 100;
    font-size: 12px;
}


/*
==========================================
    Package shareable social icons Css
==========================================
*/

/* old design start*/

/*
#social-links {
    margin: 0 auto;
    max-width: 500px;
}

.sharable_social_btn {
    margin: 15px 14px;
}

.sharable_social_btn #social-links ul li {
    display: inline-block;
}

.sharable_social_btn #social-links ul li a {
    border: 1px solid #ccc;
    margin: 0px 2px;
    font-size: 20px;
    color: #4e4d4d;
    background-color: #dcdfdc;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    display: block;
}

.sharable_social_btn #social-links ul li a:hover {
    background-color: #4e4d4d;
    border: 1px solid #a8a7a7;
    color: #dcdfdc;
} */
/* old design end*/


/* new design start*/
#social-links ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#social-links ul li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
}

#social-links ul li:last-child {
    margin-right: 0px;
}

#social-links ul li .social-button span {
    color: var(--white);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 18px;
    transform: .3s;
}

#social-links ul li .social-button span:hover {
    color: var(--black);
}

#social-links ul li a span.fa-facebook-square {
    background-color: #3A589B;
}

#social-links ul li a span.fa-twitter {
    background-color: #1DA1F2;
}

#social-links ul li a span.fa-linkedin {
    background-color: #0077B5;
}

#social-links ul li a.instagram {
    background-color: #F56305;
}

#social-links ul li a span.fa-pinterest {
    background-color: #B7081B;
}

#social-links ul li a.envelope {
    background-color: #DC4F43;
}

#social-links ul li a span.fa-whatsapp {
    background-color: #10C044;
}

#social-links ul li a span.fa-telegram {
    background-color: #3596F5;
}

#social-links ul li a.skype {
    background-color: #00A6E8;
}

#social-links ul li a span.fa-reddit {
    background-color: #00A6E8;
}

/* new design end*/




/*
==========================================
    Searched Result Details Area Css
==========================================
*/

.searched_news_info {
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    margin-top: 2px;
    padding: 0px 0px !important;
    width: 100%;
}

.searched_info_news_slug li a {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

/* Search results container */
.searched_results-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

/* News item styling */
.searched_news-item {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

.searched_news-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* News item title styling */
.searched_news-title {
    font-size: 20px;
    font-weight: bold;
}

/* News item description styling */
.searched_news-description {
    font-size: 14px;
    margin-top: 10px;
}


/*
==========================================
    Breadcrumbs Area Css
==========================================
*/
.breadcrumbs-table-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 140px;
}

.breadcrumbs-title {
    margin-bottom: 20px;
}

.breadcrumbs-title h2 {

    color: var(--black);
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

.page p {
    margin-bottom: 15px;
}

.breadcrumbs-list ul li {
    display: inline-block;
}

.breadcrumbs-list ul li .breadcrumbs-list-link {
    color: var(--black);
    font-size: 14px;
    display: block;
}

.breadcrumbs-list ul li .breadcrumbs-list-link:hover {
    color: var(--themeColor);
}

.breadcrumbs-list ul li .breadcrumbs-list-link i {
    font-size: 12px;
}


/*
==========================================
    Auth Area Css
==========================================
*/
.auth_content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.auth_header {
    background-color: #D4DAF9;
    padding: 30px 0px 70px 20px;
}

.auth_header_title h4 {
    font-size: 24px;
}

.auth_header_subtitle {
    padding-top: 5px;
}

.auth_logo {
    width: 200px;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.auth_body {
    margin-top: 30px;
}

.auth_form_group {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.auth_form_group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    padding-bottom: 2px;
}

.auth_form_group input {
    width: 100%;
    border: 1px solid #dddddd;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 3px;
}

.form_btn_submit {
    border: none;
    background-color: #485EC4;
    color: var(--white);
    text-align: center;
    display: block;
    width: 100%;
    padding: 7px 0px;
    border-radius: 3px;
}

.auth_body_bg {
    background-color: #F8F8FB;
    padding: 10px 30px 20px 30px;
    position: relative;
}

.auth_footer {
    text-align: center;
    padding-top: 20px;
}

.auth_footer_title p {
    font-size: 15px;
    font-weight: 500;
}

.auth_social_media {
    padding-top: 10px;
    padding-bottom: 10px;
}

.auth_social_media ul li {
    display: inline-block;
}

.auth_social_media_link {
    color: var(--white);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    border-radius: 50%;
    font-size: 16px;
}

.auth_social_media_link.auth_facebook {
    background-color: #556EE6;
}

.auth_social_media_link.auth_twitter {
    background-color: #50A5F1;
}

.auth_social_media_link.auth_google {
    background-color: #F46A6A;
}

.auth_already_login {
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth_already_login_link {
    font-size: 14px;
    color: #485EC4;
    font-weight: 500;
    padding-left: 5px;
}

.auth_already_login p {
    font-size: 14px;
}

.auth_footer_copyright {
    padding-top: 5px;
}

.auth_footer_copyright p {
    font-size: 14px;
}

/*
==========================================
    User profile page related Css start
==========================================
*/

.section-heading-animation {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: text-top;
    background-color: var(--themeColor);
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

.profile-area {
    background-color: var(--white);
}

.section-padding {
    padding: 80px 0px;
}

.profile-left-side {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    background-color: var(--white);
}

.profile-logo {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.profile-logo img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

.profile-user-name {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.profile-user-name strong {
    color: var(--black);
}

.profile-list ul li {
    padding: 10px 0px;
    border-top: 1px solid #ddd;
}

.profile-list ul li .profile-list-link {
    display: block;
    color: var(--black);
}

.profile-list ul li .profile-list-link:hover {
    color: var(--themeColor);
}

.profile-left-side .profile-list ul li .profile-list-link-logout {
    display: block;
    color: var(--themeColor);
}

.profile-list ul li .profile-list-link i {
    margin-right: 15px;
}


/* personal profile start */
.personal-profile-cart {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    background-color: var(--white);
}

.personal-profile-image {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.personal-profile-image img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 100%;
}

.personal-profile-image-upload {
    color: var(--black);
    padding: 10px;
    /* border: 1px solid var(--black); */
    display: block;
    border-radius: 3px;
    margin-top: 25px;
    margin-bottom: 20px;
    background-color: #0e3e5529;
    z-index: -999999;
    width: 100%;
}

.personal-profile-image-upload-label {
    display: block;
}

.personal-profile-image-upload-label input {
    display: none;
}

.personal-profile-image-upload-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    cursor: pointer;
}

.personal-profile-form-group {
    margin-bottom: 15px;
}

.personal-profile-form-item label {
    display: block;
}

.personal-profile-form-item input {
    width: 100%;
    border: 1px solid var(--black);
    border-radius: 3px;
    padding: 10px;
    color: var(--black);
}

.personal-profile-form-btn {
    text-align: center;
    display: block;
}

.personal-profile-form-btn-link {
    border: none;
    background-color: var(--black);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    width: 100%;
}

.personal-profile-table,
.personal-profile-table-content {
    background: var(--themeColor);
    width: 100%;
    border-radius: 8px;
}

.personal-profile-table,
.personal-profile-table-content {
    background: var(--themeColor);
    width: 100%;
    border-radius: 8px;
}

.personal-profile-table thead {
    background-color: var(--black);
}

.personal-profile-table th,
.personal-profile-table tr {
    text-align: left;
}

.personal-profile-table th {
    white-space: nowrap;
    padding: 10px 24px;
}

.personal-profile-table th,
.personal-profile-table tr {
    text-align: left;
}

.personal-profile-table thead tr th {
    color: var(--themeColor);
}

.personal-profile-table th,
.personal-profile-table tr {
    text-align: left;
}

.personal-profile-table tr td {
    padding: 16px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .02em;
    color: var(--black);
}


/*
==============================================================
    Journalist Area Css
==============================================================
*/
.single_team_content {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: all .5s ease;
}

.team_image img {
    width: 100%;
    filter: grayscale(100%);
    width: 100%;
    filter: grayscale(0%);
    transition: 0.5s;
}

.team_image img:hover {
    transform: scale(1.1);
}

.team_content {
    border: 1px solid #e9ebee;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: var(--white);
    transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.team_member_name {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    color: var(--black);
    letter-spacing: .1em;
    line-height: 1;
}

.team_member_designation {
    text-transform: uppercase;
    color: #686a6f;
    font-size: 14px;
    margin: 0;
    line-height: 1;
    letter-spacing: .1em;
    margin-top: 10px;
}

/*
==========================================
    Subcategory wise news Area Css
==========================================
*/

.subcategory_news_container {
    margin: 20px auto;
    text-align: center;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.subcategory_news_section-description {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

.subcategory_news_cta_button {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background-color: var(--themeColor);
    border-radius: 5px;
    transition: 0.3s ease;
}

.subcategory_news_cta_button:hover {
    background-color: var(--black);
    color: var(--white);
}



/*
==========================================
    Responsive Area Css
==========================================
*/
@media only screen and (min-width:1400px) {
    .container {
        /* max-width: 90%; */
    }
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {

    .category_news_advertisement_banner {
        height: 200px;
    }
}

@media screen and (max-width: 992px) {
    .display_none_992_device {
        display: none;
    }

    .footer_management_list ul li {
        margin-bottom: 5px;
    }

    .footer_management_list ul li p {
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width: 768px) {
    .display_none_768_device {
        display: none;
    }

    .header_middle_search {
        margin-left: 10px;
        margin-right: 10px;
    }

    .header_middle_logo {
        padding-top: 5px;
    }

    .header_top_calendar {
        justify-content: center;
    }

    .header_top_calendar span {
        font-size: 10px;
    }

    .weather_img_show img {
        width: 40px;
        height: 30px;
    }

    .header_top_temperature {
        margin-top: -6px;
    }

    .header_top_location_temperature {
        justify-content: center;
    }

    .mobile_device_notification_auth {
        display: block;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .header_middle_toggle_search {
        justify-content: space-between;
        padding-top: 5px;
    }

    .breaking_news_label {
        padding: 6px 5px;
        width: 122px;
    }

    .advertisement_banner {
        height: 80px;
    }

    .advertisement_banner_content {
        padding: 0px;
        border-top: none;
        border-bottom: none;
        padding-top: 5px;
    }

    .multiple_news_content_banner_title {
        bottom: 10px;
        padding: 0px;
        padding-left: 12px;
    }

    .multiple_news_content_banner_title h2 {
        font-size: 18px;
    }

    .single_details_page_banner {
        width: 100%;
        height: 100%;
    }

    .single_details_page_title h2 {
        font-size: 22px;
    }

    .footer_copyright {
        text-align: center;
        margin-bottom: 7px;
    }

    .develop_by {
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .footer_menu ul li {
        display: inline-block;
        border-right: 1px solid #dddddd;
        line-height: 13px;
        margin-bottom: 20px;
    }

    .footer_menu ul li:last-child {
        border-right: none;
    }

    .footer_menu ul li .footer_menu_link {
        padding: 0px 15px;
    }

    .single_details_page_banner {
        width: 100%;
        height: 100%;
    }

}

@media screen and (max-width: 400px) {
    .header_middle_logo {
        width: 200px;
    }

    .auth_body_bg {
        padding: 10px 20px;
    }

    .auth_already_login_link {
        font-size: 12px;
    }
}

@media screen and (max-width: 380px) {
    .header_top_calendar i {
        display: none;
    }

    .header_top_calendar p {
        font-size: 10px;
        line-height: 18px;
        text-align: center;
    }
}

@media screen and (max-width: 350px) {
    .auth_footer_copyright p {
        font-size: 12px;
    }

    .auth_already_login p {
        font-size: 12px;
    }

}
