/* style.css */
body {
    background: var(--bg-primary);
    color: var(--text-primary);
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: var(--text-secondary);
    transition: 0.2s;
}

a:hover, a:active, a:focus {
    color: var(--text-primary);
    transition: 0.2s;
}

.active {
    color: var(--text-primary);
}

/* HEADER & MENUS */
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.5em;
    display: grid;
    justify-content: center;
    align-items: center;
    background: var(--bg-secondary) !important;
    font-size: 1em;
    border-bottom: 1px solid var(--border-primary);
    z-index: 500;
}

.menu .brand {
    letter-spacing: 2px;
}

.menu .title {
    font-size: 1.5em;
    font-weight: 600;
}

.title span {
    color: var(--text-accent);
}

.title a {
    color: var(--text-primary);
}

.title a:hover, .title a:active, .title a:focus {
    font-weight: 600;
}

.menu ul {
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
    float: right;
}

.menu li {
    margin-left: 30px;
    display: inline;
}

.main-menu {
    display: block;
}

.side-menu {
    display: none;
}

.side-menu li {
    border-radius: 20px;
    padding: 7px 15px 7px 15px;
    border: 2px solid var(--border-side-menu);
}

.side-menu li:hover, .side-menu li:active, .side-menu li:focus {
    cursor: pointer;
}
.search-menu li{
 margin: 0;   
}

.search-menu li, .search-button {
    background: var(--border-accent);
}

.search-menu li:hover, .search-menu li:active, .search-menu li:focus, .search-button:hover, .search-button:active, .search-button:focus {
    cursor: pointer;
    border: 2px solid var(--border-accent);
    background: transparent;
    color: var(--text-primary);
    transition: 0.2s;
}

.search-menu li, .search-button {
    border-radius: 80px;
    padding: 7px 10px 7px 10px;
    border: 2px solid var(--border-accent);
}

.col-xs-2 .search-menu{
    width: 100%;
}

.dark-light-,.search-in-{
    border: none!important;
    background: none!important;
    padding: 7px 10px 7px 10px;
}

.search, .menus {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 501;
}

.search .container {
    width: 80%;
    height: 350px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--bg-primary);
    border-radius: 5px;
    color: var(--text-secondary);
}

.search-top {
    width: 100%;
    padding: 10px 15px;
    font-size: 1.2em;
    text-align: right;
}

.search-top span:hover {
    cursor: pointer;
}

.search-top span:active {
    cursor: pointer;
    color: var(--text-search-active);
}

.search-body {
    justify-content: center;
    text-align: center;
}

.search-body-content {
    padding: 0 20px;
    margin-top: 20px;
}

.search-body-content a {
    color: var(--text-primary);
}

.search-form {
    width: 100%;
}

.search-input {
    width: 55%;
    background: var(--bg-tertiary);
    border: 0;
    height: 40px;
    border: 2px solid var(--border-accent);
    border-radius: 80px;
    padding-left: 10px;
    outline: none;
    color: var(--text-primary);
    font-size: 1em;
}

.search-button {
    font-size: 1.2em;
    color: var(--text-primary);
}

.menus {
    background: var(--bg-tertiary);
}

.menus .side-menu {
    display: block;
}

.mobile-menu {
    position: absolute;
    top: 100px;
    left: 5%;
}

.mobile-menu-list li {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.tb-header-home {
    margin: 0;
    padding-top: 300px;
    padding-bottom: 200px;
    text-align: center;
}

.tb-header-home h1 {
    font-family: Source Serif Pro;
    font-size: 3.5em;
    font-weight: 400;
}

.tb-header-home h2 {
    margin-top: 10px;
    font-weight: 300;
    font-size: 1.5em;
    color: var(--text-accent);
}

.tb-header-home p, .tb-header p {
    margin-top: 20px;
}

.tb-header, .tb-header-post {
    margin: 0;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 100px;
}

.tb-header h1 {
    font-size: 3.5em;
    font-weight: 500;
}

.tb-header h2, .tb-header-post h2 {
    font-weight: 300;
    font-size: 1.2em;
}

.tb-header-post h1 {
    font-size: 2.5em;
    font-weight: 400;
    border-bottom: 1px solid var(--border-primary);
    padding-bottom: 20px;
}

.tb-header-post h2 {
    margin-top: 20px;
}

.tb-post-data p {
    text-align: start;
}

.tb-post-data h3, .tb-post-data h4, .tb-post-data h5, .tb-post-data h6 {
    text-align: left;
    font-weight: 500;
    margin-left: 2em;
    margin-top: 25px;
}

.tb-post-data h4, .tb-post-data h5, .tb-post-data h6 {
    margin-left: 3.5em;
}

.tb-post-data a {
    color: var(--text-accent);
    transition: .2s;
}

.tb-post-data a:hover {
    transition: .2s;
}

.tb-post-data ol, li {
    text-align: left;
    margin-top: 25px;
}

/* BODY */
.tb-bg-normal {
    background: var(--bg-primary);
    width: 100%;
}

.tb-bg-active {
    background: var(--bg-active);
    width: 100%;
}

.tb-bg-gradient {
    background: var(--bg-gradient-start) !important;
    background: -webkit-linear-gradient(to right, var(--bg-gradient-start), var(--bg-gradient-end)) !important;
    background: linear-gradient(to right, var(--bg-gradient-start), var(--bg-gradient-end)) !important;
    width: 100%;
}

.tb-content {
    font-weight: 400;
    text-align: center;
    padding: 100px 0;
}

.tb-content h2, h3, h4, h5, h6, p, pre {
    padding: 10px;
}

.tb-margin-up {
    margin-top: 50px;
}

.tb-margin-bottm {
    margin-bottom: 50px;
}

.tb-margin-up-small {
    margin-top: 25px;
}

.tb-margin-down-small {
    margin-bottom: 25px;
}

.btn {
    color: var(--text-primary);
    background: var(--bg-button);
    border-radius: 50px;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    outline: none;
    transition: 0.2s;
    white-space: nowrap;
}

.btn-lg {
    font-size: 1.1em;
    padding: 14px 22px;
}

.btn-md {
    font-size: 1em;
    padding: 14px 22px;
}

.btn-sl {
    font-size: 1em;
    padding: 10px 20px;
}

.btn:hover, .btn:active, .btn:focus {
    background: var(--bg-button-hover);
    box-shadow: var(--shadow-button);
    transition: 0.2s;
}

.tb-beta {
    font-size: 0.9em;
    letter-spacing: 0.4em;
    color: var(--text-beta);
}

.btn-red {
    background: var(--bg-button-red);
}

.btn-red:hover, .btn-red:active, .btn-red:focus {
    background: var(--bg-button-red-hover);
}

.btn-dark-red {
    background: var(--bg-button-dark-red);
}

.btn-dark-red:hover, .btn-dark-red:active, .btn-dark-red:focus {
    background: var(--bg-button-dark-red-hover);
}

.inactive-link {
    pointer-events: none;
    cursor: default;
}

.over-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* HOME PAGE */
.display-c img{
    border-left: 2px solid #006cc6;
    background: var(--text-full-bg);
}

.display-cpp img{
    border-left: 2px solid #c60045;
    background: var(--bg-active);
}

.display-cs img{
    border-left: 2px solid #9927b6;
    background: var(--bg-active);
}

.display-py img{
    border-left: 2px solid #f0cd2b;
    background: var(--bg-active);
}

#algos h3 {
    color: var(--text-primary);
    padding: 10px 18px;
    border-radius: 5px;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 2em;
}

#algos .full-bg {
    display: flex;
    justify-content: center;
    height: 362px;
    border-radius: 5px;
    transition: .2s;
}

#algos .full-bg:hover {
    transition: .2s;
    background: var(--bg-product);
}

#algos .full-bg:hover h3, #algos .full-bg:hover h4 {
    color: var(--text-full-bg) !important;
}

#scripts .c-name, #scripts .c-code {
    font-weight: 400;
}

#scripts .c-name:hover {
    cursor: pointer;
}

/* BLOG POST */
.tb-blog-container {
    margin-top: -50px;
}

.tb-blog-post {
    margin-top: 50px;
}

.blog-posts h3 {
    text-align: left;
}

.blog-posts a {
    font-weight: 600;
    color: var(--text-primary);
}

.blog-posts a:hover, a:focus {
    font-weight: 600;
}

.blog-posts h3 a:hover, h3 a:active, h3 a:focus {
    letter-spacing: 0;
}

.blog-posts p {
    font-size: 1em;
    font-weight: 400;
}

.blog-posts .img {
    filter: grayscale(1);
}

.blog-stamp {
    padding: 20px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.8em;
}

.featured-posts h5 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.5em;
}

.featured-posts span {
    font-weight: 300;
    font-size: 1.2em;
}

.blogs-header h2 {
    margin-bottom: 25px;
}

.page-info {
    border-top: 1px solid var(--border-primary);
    padding: 20px;
}

.page-info h5, .page-info p {
    margin: 0;
    padding-top: 5px;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 2px;
    padding: 10px 20px;
    background: var(--bg-page-info);
    border: 1px solid var(--border-primary);
    text-align: center;
}

/* COURSES */
.img-c{
    background: var(--bg-primary);
}

.course-posts h3, .gadget-posts h3 {
    text-align: center;
}

.course-posts .img {
    filter: grayscale(0);
}

.course-stamp {
    letter-spacing: 1px;
    margin: 20px 0;
    font-weight: 300;
}

.course-stamp p {
    letter-spacing: 0;
    margin: -20px 0 -10px 0 !important;
    font-weight: 300;
}

.text-info-c {
    color: var(--text-info-c);
}

.text-info-cpp {
    color: var(--text-info-cpp);
}

.text-info-cs {
    color: var(--text-info-cs);
}

.text-info-py {
    color: var(--text-info-py);
}

.tb-header-post .course-header h1 {
    font-weight: 600;
}

.page-next-forward .btn {
    color: var(--text-primary);
}

.page-forward {
    text-align: right;
}

.page-next {
    text-align: left;
}

.tb-courses h4 {
    text-transform: none;
    font-size: 1.1em;
}

.tb-text-left {
    margin-left: 2.5em;
}

.tb-cert a {
    color: var(--text-primary);
}

.tb-cert a:hover {
    color: var(--text-primary);
    font-weight: 600;
}

/* NOTES POSTS */
.note-list, .script-lists, .algo-list {
    text-align: left;
}

.note-list ol, .script-lists ol, .algo-list ol, .default-list ol {
    counter-reset: li;
    list-style: none;
    font-size: 1em;
    padding: 0;
}

.note-list a, .script-lists a, .algo-list a, .default-list a {
    color: var(--text-primary);
    position: relative;
    display: block;
    padding: 1em 1.5em;
    margin: 1em 0;
    background: var(--bg-tertiary);
    box-shadow: inset 0.4em 0 var(--text-info-note);
    transition: box-shadow 1s;
    transition: 0.2s;
    font-weight: 400;
}

.default-list a {
    font-weight: 400 !important;
    box-shadow: inset 0.4em 0 var(--text-accent);
}

.script-lists a {
    box-shadow: inset 0.4em 0 var(--text-info-script);
}

.algo-list a {
    box-shadow: inset 0.4em 0 var(--text-info-algo);
}

.note-list a:hover, .note-list a:active, .note-list a:focus, .script-lists a:hover, .script-lists a:active, .script-lists a:focus, .algo-list a:hover, .algo-list a:active, .algo-list a:focus, .default-list a:hover, .default-list a:active, .default-list a:focus {
    background: var(--bg-secondary);
    box-shadow: inset 0.8em 0 var(--text-info-note);
    transition: 0.2s;
    letter-spacing: 0;
}

.default-list a:hover, .default-list a:active, .default-list a:focus {
    box-shadow: inset 0.8em 0 var(--text-accent);
}

.algo-list a:hover, .algo-list a:active, .algo-list a:focus {
    box-shadow: inset 0.8em 0 var(--text-info-algo);
}

.script-lists a:hover, .script-lists a:active, .script-lists a:focus {
    box-shadow: inset 0.8em 0 var(--text-info-script);
}

.note-list span, .script-lists span, .algo-list span, .default-list span {
    font-weight: bold;
    color: var(--text-primary);
}

.tb-header-post .notes-header h1, .gadgets-header h1, .scripts-header h1 {
    font-weight: 600;
    border-bottom: 0;
}

.tb-header-post .notes-header span, .blogs-header span, .scripts-header h2 a {
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 2px;
    padding: 10px 20px;
    background: var(--bg-page-info);
    border: 1px solid var(--border-primary);
    display: inline;
    font-weight: 500;
}

.scripts-header h2 {
    font-size: 1em !important;
}

.scripts-header a:active, .scripts-header a:focus {
    letter-spacing: 2px;
    font-weight: 500;
}

.notes-body h2 {
    font-weight: 500;
    text-align: left;
}

.notes-body h4 {
    text-transform: none;
}

.notes-body .img {
    filter: grayscale(1);
}

/* SCRIPTS */
.tb-scripts h3 {
    text-align: center;
}

.tb-scripts .note b {
    color: var(--text-info-script);
}

/* ALGOS LOGIC */
.tb-algos .note b {
    color: var(--text-info-algo);
}

.tb-algos h3, .tb-algos h4 {
    margin: 0;
    letter-spacing: 0;
}

.tb-border-right {
    border-right: 1px solid var(--border-tertiary);
}

.tb-border-left {
    border-left: 1px solid var(--border-tertiary);
}

.tb-algos .algo-text i, .algo-text i, .algo-text var {
    font-weight: 300;
    font-style: italic;
    font-size: 1.1em;
}

.tb-algos .note i, .tb-algos .note var {
    font-size: 1em !important;
}

/* for mathJax plugin */
.MJX-TEX {
    font-size: 1.2em;
    font-weight: 400;
}

/* SCRIPT POST */
.script-list h3 {
    text-align: center;
    padding-top: 20px;
    border-top: 2px solid var(--border-primary);
    border-left: 2px solid var(--border-primary);
    border-top-left-radius: 5px;
}

.script-list .script-post-border {
    border-bottom: 2px solid var(--border-primary);
    border-right: 2px solid var(--border-primary);
    padding-bottom: 40px;
    border-bottom-right-radius: 5px;
}

/* GADGETS */
.tb-header-post .gadgets-header h2 {
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 2px;
    font-weight: 500;
}

.tb-product {
    width: 100%;
    background: var(--bg-product);
    border-radius: 5px;
    display: flex;
}

.tb-product img {
    justify-content: center;
    width: 250px;
    height: 250px;
    object-fit: contain;
    overflow: hidden;
    filter: grayscale(1);
    padding: 20px;
}

/* TOOLS */
.tools-img-1 .img {
    border-top: 2px solid var(--border-accent-orange);
    border-left: 2px solid var(--border-accent-orange);
}

.tools-img-2 .img {
    border-top: 2px solid var(--border-accent-red);
    border-left: 2px solid var(--border-accent-red);
}

.tools-img-3 .img {
    border-top: 2px solid var(--border-accent);
    border-left: 2px solid var(--border-accent);
}

.tools-img-4 .img {
    border-top: 2px solid var(--border-accent-dark-red);
    border-left: 2px solid var(--border-accent-dark-red);
}

/* OTHER PAGES */
/* SEARCH */
.search-page .search-input {
    width: 80%;
}

/* CONTACT */
#email {
    font-weight: 500;
    color: var(--text-email);
    cursor: pointer;
}

/* REPORT */
.report-page #msg_2 {
    color: var(--text-report-success);
}

.report-page #name, .report-page #email, .report-page #message {
    margin-top: 10px;
    border: 2px solid var(--border-accent-orange);
    border-radius: 22px;
    font-weight: normal;
    color: var(--text-primary);
    background: var(--bg-tertiary);
    resize: none;
    width: 80%;
    font-size: 1em;
    padding: 10px;
    outline: none;
    cursor: default;
}

.report-page #message {
    height: 300px;
}

.report-page .btn {
    margin-top: 25px;
    outline: none;
    border: none;
    cursor: pointer;
}

/* SITEMAP */
.sitemap-page a {
    color: var(--text-primary);
}

/* FOOTER */
.footer {
    text-align: left;
    margin-bottom: 0 !important;
}

.footer h4 {
    font-size: 1em;
    border-bottom: 2px solid var(--border-tertiary);
}

.footer p {
    text-align: start;
}

.footer-menus {
    width: 50%;
}

.footer-brand, .foot-t-b {
    border-top: 1px solid var(--border-tertiary);
}

.footer-brand .row {
    margin-top: 40px;
}

.foot-up li span {
    text-align: center;
    background: var(--bg-footer-menu);
    font-size: 1em;
    padding: 22px;
    border-radius: 50px;
    cursor: pointer !important;
}

.foot-up li span:hover {
    background: var(--bg-footer-menu-hover);
}

#f-txt{
    padding: 5px 0;
    margin: 0;
    text-align: center
}

.footer-logo {
  width: 150px;
  filter: invert(var(--f-logo));
}

/* Extra Options */
/* Counters */
.tb-counter {
    padding: 50px 0;
}

.tb-counter .jq-count {
    font-size: 2.5em;
    font-weight: 400;
}

.jq-txt {
    font-size: 0.9em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-top: 20px;
}

/* side menu list */
.tb-side-list {
    background: var(--bg-side-list);
    margin-top: 50px;
    padding: 0;
    border: 1px solid var(--border-secondary);
    border-radius: 5px;
}

.tb-side-list h3 {
    text-decoration: underline;
    text-underline-position: under;
}

.tb-side-list h3, h4 {
    padding: 14px 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.tb-side-list h4 {
    font-weight: 400;
    font-size: 1em;
    border-bottom: 2px solid var(--border-secondary);
    text-align: left;
    margin-top: 15px;
}

.tb-side-list li {
    margin: 0;
}

.tb-side-list li a {
    padding: 16px;
    display: flex;
    justify-content: start;
    color: var(--text-primary);
    font-weight: 300;
    font-size: 1em;
    cursor: pointer;
    transition: 0.2s;
}

.tb-side-list a:hover {
    background: var(--bg-side-list-hover);
    transition: 0.2s;
}

/* page count */
.page-number span, .list-number span, .foot-up span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    font-weight: 600;
    text-align: center;
    font-size: .9em;
    border-radius: 5px;
    background: var(--bg-page-info);
}

.page-number span {
    margin-right: 10px;
}

.page-number a[href^="#"] span {
    color: var(--text-info-script);
}

.page-number a[href^="#"] {
    pointer-events: none;
}

.list-number span {
    width: 32px;
    background: var(--bg-footer-menu-hover);
}

.tb-side-expand {
    padding: 16px;
    text-align: center;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: none;
}

.tb-side-expand::before {
    content: "" !important;
}

.tb-side-list a:active, .tb-side-list a:focus {
    letter-spacing: 0;
}

.lang-tag h3 {
    text-decoration: none;
    background: var(--bg-lang-tag);
    border-radius: 5px;
}

/* start code & syntax */
.syntax {
    background: var(--bg-code);
    border-left: 3px solid var(--border-accent);
    border-radius: 5px;
    color: var(--text-code-info);
    page-break-inside: avoid;
    word-wrap: break-word;
    font-family: Source Code Pro;
    font-size: 15px;
    overflow: auto;
    width: 100%;
    padding: 0.5em;
    overflow: auto;
    margin: 0 0 20px 0;
    text-align: left;
    white-space: pre;
    font-style: italic;
}

.code-info, .output-info {
    margin: 20px 0 0 0;
    background: var(--bg-code-info);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 3px solid var(--border-code);
    font-family: Source Code Pro;
    font-size: 0.9em;
    color: var(--text-code-info);
    padding: 0.6em;
    width: 100%;
    display: flex;
    justify-content: end;
}

.c-name {
    padding: 0 20px 0 0;
}

.c-code {
    border-left: 1px solid var(--border-tertiary);
    padding: 0 10px 0 20px;
    cursor: pointer;
}

.code, .output {
    background: var(--bg-code);
    border-left: 3px solid var(--border-code);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    page-break-inside: avoid;
    font-family: Source Code Pro;
    font-size: 15px;
    overflow: auto;
    word-wrap: break-word;
    width: 100%;
    text-align: start;
    padding: 0.5em;
    overflow: auto;
    white-space: pre;
    counter-reset: line;
    margin: 0 0 20px 0;
}

.code-table {
    border: 0;
    text-align: left;
}

.code-table table, .code-table tr, .code-table td {
    text-align: left;
    padding: 4px;
    margin: 0 !important;
    border: 0;
    font-weight: 300;
}

.code-line {
    color: var(--text-code-line);
    font-weight: 500 !important;
    width: 25px;
    padding-right: 12px !important;
    font-style: normal;
}

.code-data {
    font-style: italic;
    width: 100%;
}

.code-table {
    width: 100%;
}

.code-table td {
    border-bottom: 1px solid var(--border-code-table);
}

.code-table tr:last-child > td {
    border-bottom: 0;
}

.output {
    padding: 1em;
}

.output, .output-info {
    border-left: 3px solid var(--border-output);
}

.output-info {
    padding-left: 1em;
    justify-content: start;
    letter-spacing: 2px;
}

.tb-code, .tb-code-x {
    background: var(--bg-code-info);
    color: var(--text-code);
    font-style: italic;
    font-weight: 500;
    padding: 5px;
    border-radius: 5px;
    font-size: 15px;
}

.tb-code-x {
    background: transparent;
    padding: 0;
    line-height: 1.5;
}

/* end code & syntax */

@media screen and (max-width: 1200px) {
    .search .container {
        top: 40%;
    }
    .tb-product img {
        padding: 50px;
    }
}

@media screen and (max-width: 992px) {
    .search-menu {
        position: absolute;
        left: -30px;
    }
    .jq-txt, .tb-margin-down {
        margin-bottom: 30px !important;
    }
    .tb-margin-up-mobile {
        margin-top: 25px;
    }
    .tb-side-expand {
        display: block;
    }
    .tb-side-expand-list {
        display: none;
    }
    .tb-product {
        display: table;
    }
    .tb-product img {
        padding: 20px;
    }
    .page-next, .page-forward {
        text-align: center;
    }
    .tb-border-right, .tb-border-left {
        border: 0;
    }
    .algo-text table {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 768px) {
    .menu .container {
        width: 650px;
    }
    .main-menu {
        display: none;
    }
    .side-menu {
        display: block;
    }
    .search-menu {
        left: 240px;
    }
    .tb-header-home {
        padding-top: 180px;
        padding-bottom: 120px;
    }
    .tb-header-home h1 {
        font-size: 2.5em;
    }
    .btn-lg {
        font-size: 1em;
    }
    .btn-md {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 650px) {
    .menu .container {
        width: 550px;
    }
    .search-menu {
        left: 175px;
    }
    .tb-post-data h3 {
        margin-left: 0em;
    }
    .tb-post-data h4, .tb-post-data h5, .tb-post-data h6 {
        margin-left: 2em;
    }
    .tb-algos h4, .tb-algos h5 {
        margin-left: 0;
    }
    .tb-text-left {
        margin-left: 0em;
    }
    .algo-text table {
        white-space: nowrap;
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .menu .container {
        width: 450px;
    }
    .search-menu {
        left: 110px;
    }
    .tb-header-home h1 {
        font-size: 2em;
    }
    .tb-header-home h2 {
        font-size: 1.2em;
    }
    .table-mobile th:nth-child(3), .table-mobile td:nth-child(3), .table-mobile th:last-of-type, .table-mobile td:last-of-type {
        display: none;
    }
    .mobile-dispaly-no {
        display: none;
    }
    .mobile-dispaly-yes {
        display: block;
    }
    .tb-code {
        background: transparent;
        padding: 0;
        line-height: 1.5;
    }
}

@media screen and (max-width: 450px) {
    .menu .container {
        width: 350px;
    }
    .search-menu {
        left: 40px;
    }
    .search-input {
        width: 70%;
    }
    .tb-content {
        padding: 50px 0;
    }
}

@media screen and (max-width: 350px) {
    .menu .container {
        width: 300px;
    }
    .search-menu {
        left: 10px;
    }
}

/* PRINT */
@page {
    size: A4;
    margin: 30px 0 30px 0;
}

@page:first {
    margin: 0 0 20px 0;
}

@media print {
    *,
    *:before,
    *:after {
        background: var(--print-bg) !important;
        color: var(--print-color) !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .menu {
        border-bottom: 1px solid var(--print-border-light);
        position: absolute;
    }
    .menu .title {
        font-weight: bolder;
    }
    .main-menu, .side-menu, .search-menu, .btn, footer, #new, img, .tb-side-expand-list, .lang-tag, .tb-side-expand, .featured-posts, .code-info, .page-info {
        display: none;
    }
    .tb-blog-container .col-md-4 {
        display: none !important;
    }
    .tb-header-home {
        margin-top: 200px;
    }
    .tb-header-post {
        padding-bottom: 20px;
    }
    .tb-header, .tb-header-post, .tb-content {
        margin: 0;
    }
    .tb-counter {
        margin-top: 100px;
    }
    h2, h3, h4, table {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    .syntax, .code, .code-info, .output, .output-info {
        border-left: 3px solid var(--print-border) !important;
        border-radius: 0;
    }
    .code-table {
        page-break-after: auto;
        page-break-inside: auto;
    }
    .code-table td {
        color: var(--print-color);
        font-weight: 400;
    }
    .output-info {
        font-weight: bold;
    }
    .note, .note-full {
        border-bottom: 1px solid var(--print-border);
        border-radius: 0;
    }
    .note-full {
        border: 1px solid var(--print-border);
    }
    .tb-border-right, .tb-border-left {
        border: 0;
    }
    main::after {
        content: "www.techbaz.org";
        display: block;
        text-align: center;
    }
}

/* Filters */
.filter-grayscale {
    filter: grayscale(1);
}

.filter-invert {
    filter: invert(1) !important;
}

/* Other Config */
.tb-top-border {
    border-top: 1px solid var(--border-note);
    border-left: 1px solid var(--border-note);
}

.text-300 {
    font-weight: 300;
}

.text-400 {
    font-weight: 400;
}

.text-500 {
    font-weight: 500;
}

.text-700 {
    font-weight: 700;
}

.text-small {
    font-size: 15px;
}

.text-small-2 {
    font-size: 0.9em;
}

.text-normal {
    text-align: left !important;
    font-style: normal !important;
}

.text-italic {
    font-style: italic;
}

.text-underline, u {
    text-decoration: underline;
    text-underline-position: under;
}

.text-big {
    font-size: 1.2em;
}

.text-bold {
    font-weight: bold;
}

.text-info {
    color: var(--text-info);
}

.text-info-note {
    color: var(--text-info-note);
}

.text-info-algo {
    color: var(--text-info-algo);
}

.text-info-script {
    color: var(--text-info-script);
}

.text-danger {
    color: var(--text-danger);
}

.text-warning {
    color: var(--text-warning);
}

.text-success {
    color: var(--text-success);
}

.tag-h4 {
    text-transform: none;
    font-size: 1em;
}

.padding-tb {
    margin: 40px 0;
}

.mar-pad-non {
    padding: 0;
    margin: 0;
}

a:active, a:focus {
    letter-spacing: 0;
    font-weight: 400;
}