/*!
 * BuzzKit v0.1.9 (https://buzzkit.studio/)
 * Copyright 2021-2022 Touching Destiny Multi-Media Publishers inc.
 * All Rights Reserved
 */

:root {
    --bk-blue: #0d6efd;
    --bk-indigo: #6610f2;
    --bk-purple: #6f42c1;
    --bk-pink: #d63384;
    --bk-red: #dc3545;
    --bk-orange: #fd7e14;
    --bk-yellow: #ffc107;
    --bk-green: #198754;
    --bk-teal: #20c997;
    --bk-cyan: #0dcaf0;
    --bk-white: #fff;
    --bk-gray: #6c757d;
    --bk-gray-dark: #343a40;
    --bk-gray-100: #f8f9fa;
    --bk-gray-200: #e9ecef;
    --bk-gray-300: #dee2e6;
    --bk-gray-400: #ced4da;
    --bk-gray-500: #adb5bd;
    --bk-gray-600: #6c757d;
    --bk-gray-700: #495057;
    --bk-gray-800: #343a40;
    --bk-gray-900: #212529;
    --bk-primary: #F97827;
    --bk-secondary: #EA3F24;
    --bk-success: #198754;
    --bk-info: #0dcaf0;
    --bk-warning: #ffc107;
    --bk-danger: #dc3545;
    --bk-light: #f8f9fa;
    --bk-dark: #212529;
    --bk-primary-rgb: 249, 120, 39;
    --bk-primary-rgba: 249, 120, 39, 0.8;
    --bk-primary-hover-rgba: 249, 120, 39, 1;
    --bk-secondary-rgb: 108, 117, 125;
    --bk-success-rgb: 25, 135, 84;
    --bk-info-rgb: 13, 202, 240;
    --bk-warning-rgb: 255, 193, 7;
    --bk-danger-rgb: 220, 53, 69;
    --bk-light-rgb: 248, 249, 250;
    --bk-dark-rgb: 33, 37, 41;
    --bk-white-rgb: 255, 255, 255;
    --bk-black-rgb: 0, 0, 0;
    --bk-body-color-rgb: 33, 37, 41;
    --bk-body-bg-rgb: 255, 255, 255;
    --bk-font-sans-serif: system-ui, -apple-system, Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bk-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bk-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bk-body-font-family: var(--bs-font-sans-serif);
    --bk-body-font-size: 1rem;
    --bk-body-font-weight: 400;
    --bk-body-line-height: 1.5;
    --bk-body-color: #212529;
    --bk-body-bg: #fff;
    --bk-body-text-align: left;

    --bk-bg-opacity: 0.5;

    --custom-border-radius: 5px;
}
/* TOC START */
/* Styles table of contents */
/* tag                  search for
 * details              find: HTML details element styling
 * a                    find: HTML a element styling
 * input                find: HTML input element styling
 * nav                  find: HTML nav element styling
 * button               find: HTML button element styling
 *                      find:
 *                      find:
 *                      find:
 *                      find:
 *                      find:
 *
 *
 * BOOTSTRAP BLOCKS
 * container            find:
 * container-fluid      find:
 *          find:
 *          find:
 *          find:
 *
 * CUSTOM BLOCKS
 *
 *                      find: HTML offcanvas element styling
 *          find:
 *          find:
 *          find:
   TOC END ***/


body {
    margin: 0;
    font-family: var(--bk-body-font-family);
    font-size: var(--bk-body-font-size);
    font-weight: var(--bk-body-font-weight);
    line-height: var(--bk-body-line-height);
    color: var(--bk-body-color);
    text-align: var(--bk-body-text-align);
    background-color: var(--bk-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hr:not([size]) {
    height: 1px;
}






/******* HTML a element styling ***/
a {
    color: rgba(var(--bk-primary-rgba)) !important;
    text-decoration: underline;
}
a:hover {
    color: rgba(249, 120, 39, 1) !important;
}

a:active {
    color: rgba(128,128,128,0.5) !important;
}
/* HTML a element styling END ***/

/******* HTML nav element styling ***/
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none !important;
}



.nav-item {
    padding-right:0 !important;
    padding-left:0 !important;
    list-style:none !important;
}

.nav-link {
    padding-right:0 !important;
    padding-left:0 !important;
}

.vertical-nav-item {
    background-color: transparent !important;
    list-style:none !important;
}

.vertical-nav-item a {
    color: rgba(96,96,96,0.8) !important;
}

.vertical-nav-item a:hover {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.vertical-nav-item::selection {
    background-color: rgba(0,0,0,1);
}


.nav-tabs {
    border-bottom: 1px solid rgba(128,128,128,0.2);
}


.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: rgba(128,128,128,0.2) rgba(128,128,128,0.2) rgba(128,128,128,0.2);
    isolation: isolate;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: rgba(var(--bk-light-rgb), var(--bk-bg-opacity)) !important;
    border-color: rgba(128,128,128,0.2) rgba(128,128,128,0.2) rgba(var(--bk-light-rgb), var(--bk-bg-opacity));
}
/*#fff;*/
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* HTML nav element styling END ***/

/******* HTML input element styling ***/
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(var(--bk-primary-rgba)) !important;  /* #F97827;  */
    border: 1px solid rgba(var(--bk-primary-rgba)) !important;
    border-radius: 0.25rem;
}

.passwordless.input-group-text {
    background-color: var(--bk-dark) !important;  /* #F97827;  */
    border: 1px solid var(--bk-dark) !important;
}
/* HTML input element styling END ***/

/******* HTML button element styling ***/
.btn-primary {
    color: #fff;
    background-color: rgba(var(--bk-primary-rgba)) !important;
    border-color: rgba(var(--bk-primary-rgba)) !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: rgba(var(--bk-primary-rgba)) !important;
    border-color: rgba(var(--bk-primary-rgba)) !important;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: rgba(var(--bk-primary-rgba)) !important;
    border-color: rgba(var(--bk-primary-rgba)) !important;
    box-shadow: 0 0 0 0.25rem rgba(var(--bk-primary-rgba)) !important;
}

.btn-secondary {
    /*background-color:transparent !important;*/
}

.btn-secondary:hover {
    /*background-color:transparent !important;*/
}

.btn-secondary.menu-button {
    align-content: flex-start !important;
    justify-content: center !important;
    text-align: left !important;
    background-color: rgba(128,128,128,0.05) !important;
    border-color: rgba(128,128,128,0.1) !important;
    border-right-style:none;
    border-left-style:none;
    border-radius: 0;
    color: rgba(128,128,128,0.8) !important;
}
.btn-secondary.menu-button:hover {
    background-color: rgba(128,128,128,0.25) !important;
}

.menu-icon {
    margin-right:5px;
}

.btn-close {
    filter: invert(1) grayscale(100%) brightness(50%);
}

/* HTML button element styling END ***/

/******* HTML offcanvas element styling ***/
.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
    width:100% !important;
}

/* HTML offcanvas element styling END ***/

.hex-text-block {
    font-family: Roboto, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    display: inline-block;
    background: transparent !important;
    border-radius: 0;
    padding: 2px;
    border: none !important;
    height: 16px;
    width: 54px;
    vertical-align: top;
    text-align: center;
}

.rgb-text-block {
    font-family: Roboto, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    display: inline-block;
    background: transparent !important;
    border-radius: 0;
    padding: 2px;
    margin: 0 1px;
    border: none !important;
    height: 16px;
    width: 23px;
    vertical-align: top;
    text-align: center;
}


.text-label {
    position: relative;
    top: -3px !important;
    font-family: Roboto, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: small;
    color:#888;
}

/******** HTML details element styling ***
    HTML Details native toggle (show/hide)
    of a summary statement's detail value.
    SYNTAX:

    <details>
        <summary>Details</summary>
        Something small enough to escape casual notice.
    </details>

*/

details {
    /*border: 1px solid #aaa;*/
    background-color: rgba(128,128,128,0.2);
    border: none;
    border-radius: 4px;
    padding: .5em .5em 0;
}

summary {
    font-weight: bold;
    margin: -.5em -.5em 0;
    padding: .5em;
}

details[open] {
    padding: .5em;
}

details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: .5em;
}

.input-group>.form-control {
    background-color:transparent !important;;
}
.form-control {
    border: 1px solid rgba(128,128,128,0.5)
}

.avatar {
    border-radius: var(--custom-border-radius);
    overflow: hidden;
    max-width: 100%;
}
.avatar.image {
    object-fit: cover;
}

.avatar.no-image {
    background-color: #333;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 5px;
}




/* iPhone 4 */
@media(device-width: 320px) {
    .iphone-d-none {
        display:none;
    }
}
/* Galaxy Fold */
@media(device-width: 280px) {
    .folded {
        display:none;
    }
}

/* Jio Phone 2 */
@media(device-width: 240px) {
    .tiny {
        display:none;
    }
}

@media(device-width: 240px) {
    .jio-phone-d-none {
        display:none;
    }
}


@media(device-width: 240px) {
    .jio-phone {
        font-size:0.7em !important;

    }
}


@media(device-width: 280px) {
    .folded {
        display:none;
    }
}

/*  HTML details element styling END ****/

