<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****
Author: Brajlal Prasad
Author URI: https://www.hindicode.in/brajlal
Description: myhindicode Themes is a based on bootstrap.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: BP-Hindicode
*****/

/******* Site Logo *******/
.logo {
    font-family: "Baloo 2", cursive;
    font-size: 22px !important;
}

/******* Google Search for site *******/

.google-search {
    min-width: 300px;
    max-width: 300px;
}

.gsc-control-cse {
    padding: 3px 3px 0 !important;
    border: none !important;
    background-color: #292b2c !important;
}

.gsc-search-button-v2 {
    padding: 11px 27px !important;
}

.gsc-input {
    padding-right: 0 !important;
}

/******* Extra Css *******/



.bg-lighter {
    background-color: #ebebeb;
}

.bg-transparent {
    background-color: #ffffff;
    opacity: 0.4;
}

.text-justify {
    text-align: justify !important;
}

/***** Scroller navbar *****/
.mw-nav-scroller {
    position: relative;
    z-index: 2;
    /* height: 3.2rem; */
    overflow-y: hidden;
}

.mw-nav-scroller .mw-nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.mw-mainnav ul {
    font-weight: 700 !important;
    flex-direction: row;
    display: flex;
    margin-right: auto !important;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.mw-mainnav a:link {
    display: block;
    padding: 0.5rem 1rem;
    /* color: white; */
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}

.mw-mainnav a:visited {
    /* color: white; */
    color: rgba(0, 0, 0, 0.7);
}

.mw-mainnav a:hover {
    color: #ffffff;
    background-color: #6c757d;
}


/******* Bootstrap Modification *******/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 1rem !important;
    font-weight: 600 !important;
}

/******* Main Body CSS *******/

article {
    line-height: 1.7;
    text-align: justify;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

article li {
    line-height: 1.4 !important;
    padding-bottom: 15px !important;
    font-size: 17px !important;
}

a:link {
    text-decoration: none;
}

/* List items with jet icon */
article ul {
    list-style: none;
    padding-left: 1rem !important;
}
article ul li:before {
    content: "\f0fb";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #0a3e5f;
}

.mw-meta span {
    margin-right: 10px;
    margin-left: 1px;
}

.code-head {
    border-radius: 8px 8px 0 0;
    background-color: #e0dede;
    padding: 5px 10px;
}

.code-body {
    color: #ffffff;
    border-radius: 0 0 8px 8px;
    background-color: #122b3b;
    /* background-color: #141212; */
    padding: 10px;
    width: auto;
    font-size: 16px;
    overflow-x: auto;
    white-space: nowrap;
    line-height: 1.3;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
    text-align: justify;
}

.post-notes-info {
    background-color: #cff4fc !important;
    border-left: 5px solid #9eeaf9 !important;
    border-top: 1px solid #9eeaf9 !important;
    border-right: 1px solid #9eeaf9 !important;
    border-bottom: 1px solid #9eeaf9 !important;
    padding: 0.75rem;
    margin-bottom: 1.25rem;
    color: #087990;
}
.post-notes-warning {
    background-color: #fff3cd !important;
    border-left: 5px solid #ffe69c !important;
    border-top: 1px solid #ffe69c !important;
    border-right: 1px solid #ffe69c !important;
    border-bottom: 1px solid #ffe69c !important;
    padding: 0.75rem;
    margin-bottom: 1.25rem;
    color: #997404 !important;
}

/* ************************************************************************** */
.bp-fs-13 {
    font-size: 13px !important;
}
.bp-fs-14 {
    font-size: 14px !important;
}
.bp-fs-15 {
    font-size: 15px !important;
}

/* Dashboard Card************************************************************************** */
.bg-card-wrapper {
    border-radius: 6px;
    /* margin-right: 10px; */
    padding-right: 20px;
    width: 205px;
    max-height: 60px;
}

.bg-card-header {
    border-radius: 6px 0 0 6px;
    padding: 14px 20px;
    color: rgb(255, 255, 255);
    margin-right: 10px;
    height: 59px;
}

.bp-card-wrap-1 {
    background-color: rgb(13, 82, 185, 0.8);
    border: 1px solid rgb(13, 82, 185);
}

.bp-card-header-1 {
    background-color: rgb(13, 82, 185);
}

.bp-card-wrap-2 {
    background-color: rgb(1, 133, 29, 0.8);
    border: 1px solid rgb(1, 133, 29);
}

.bp-card-header-2 {
    background-color: rgb(1, 133, 29);
}

.bp-card-wrap-3 {
    background-color: rgb(216, 149, 4, 0.8);
    border: 1px solid rgb(216, 149, 4);
}

.bp-card-header-3 {
    background-color: rgb(216, 149, 4);
}

.bp-card-wrap-4 {
    background-color: rgb(114, 4, 216, 0.8);
    border: 1px solid rgb(114, 4, 216);
}

.bp-card-header-4 {
    background-color: rgb(114, 4, 216);
}

.bp-card-wrap-5 {
    background-color: rgb(4, 126, 196, 0.8);
    border: 1px solid rgb(4, 126, 196);
}

.bp-card-header-5 {
    background-color: rgb(4, 126, 196);
}

.bp-card-wrap-6 {
    background-color: rgba(8, 155, 155, 0.8);
    border: 1px solid rgb(8, 155, 155);
}

.bp-card-header-6 {
    background-color: rgb(0, 133, 133);
}

.resposnove-adsense-body {
    padding: 1px;
    width: auto;
    overflow-x: auto;
    text-align: justify;
    overflow-y: hidden !important;
}

.bp-sidebar-sticky {
    position: sticky;
    top: 0;
}
.bp-error-report{
    /* background-color: #fbd8d6; */
    border: 1px solid  #087990;
    border-radius: 7px;
}
.bp-bg-lighter {
    background-color: #d7d7d7c1;
    border-radius: 17px;
    padding: 8px 12px 8px 10px;
}

.bp-user-img {
    width: 60px;
    min-width: 60px;
    height:60px;
    max-height:60px;font-size: 40px !important;
    text-align: center;
 }
 
 .user-status {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
}
</pre></body></html>