﻿ a {
            text-decoration: none !important;
        }

        .bg_homebefore {
            background: #f4f4f4;
        }

        li a {
            font-weight: 500;
        }

        .modal-header {
            min-height: 52.43px !important;
        }

        .navigation {
            float: unset;
            margin: 0;
        }

        .bg_homebefore {
            background: #f4f4f4;
        }

        .kode-navigation-wrapper .navigation {
            padding: 0px 0;
        }

        .navbar-dark .navbar-brand {
            color: #fff;
        }

        .navbar-brand {
            float: left;
            height: 57px;
            padding: 15px 15px;
            font-size: 18px;
            line-height: 20px;
        }

        .dl-menuwrapper button {
            border: none;
            width: 40px;
            height: 40px;
            text-indent: -900em;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            outline: none;
            background: #333;
            padding: 0px;
            border-radius: 0;
        }

        .navbar-dark .navbar-nav .nav-link.active {
            background: rgba(228, 122, 46, .2);
            border-bottom: 2px solid #E47A2E;
            transition: none;
            height: 40px;
        }

        .kode-navigation-wrapper .navigation {
            padding: 0px 0;
            /*background: #7f2828 !important;*/
        }

        .kode-navigation-wrapper {
            float: left;
            width: 100%;
            /* background-color: #fff; */
            /*height: 50px;*/
        }

        .scroll-h {
            overflow: hidden;
        }

            .scroll-h::-webkit-scrollbar {
                height: 10px;
                width: 8px;
            }

            .scroll-h::-webkit-scrollbar-track {
                background: transparent;
            }

            .scroll-h::-webkit-scrollbar-thumb {
                background: #878484;
                border-radius: 5rem;
                border: 3px solid white;
            }

                .scroll-h::-webkit-scrollbar-thumb:hover {
                    border-radius: 5rem;
                    border: 1px solid white;
                }

        .bdha-header {
            overflow: auto;
            overflow-y: hidden;
            position: static;
            /*for submenues to work*/
        }
        /* positioned sub menues*/
        .position-hover-menu .dropdown {
            --abs-y: 0px;
            --abs-x: 0px;
            position: absolute;
            top: var(--abs-y);
            left: var(--abs-x);
            z-index: 10000000;
            /*display: none;*/
        }
        /*.position-hover-menu .dropdown:hover {
                display: block !important;
                opacity: 1;
                visibility: visible;
                transform: rotateX(0deg);
            }*/

        .navigation ul li {
            position: static;
            margin: 0;
        }

        .kode-navigation-wrapper .navigation {
            position: static;
        }

        .navigation ul li:not(:hover) > ul, .navigation ul li:not(:hover) > .sub-menu, .navigation ul li:not(:hover) > .children {
            left: 0;
            top: 0;
        }

        .navbar-dark .navbar-nav .nav-link,
        .navbar-dark .navbar-nav .nav-link:focus,
        .navbar-dark .navbar-nav .nav-link:hover,
        .navbar-dark .navbar-nav .nav-link.active {
            padding: 0px 0px 18px 12px;
            color: #ffffff;
        }

            .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
                padding: 0px 12px 18px 12px;
                color: white;
                text-decoration: none;
            }

                .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
                    color: #d9368b;
                    border-bottom: 2px solid #d9368b;
                    transition: none;
                }

        .kode-navigation-wrapper .navigation {
            position: static;
        }

        .navigation ul li:not(:hover) > ul, .navigation ul li:not(:hover) > .sub-menu, .navigation ul li:not(:hover) > .children {
            left: 0;
            top: 0;
        }

        .navbar-dark .navbar-nav .nav-link,
        .navbar-dark .navbar-nav .nav-link:focus,
        .navbar-dark .navbar-nav .nav-link:hover,
        .navbar-dark .navbar-nav .nav-link.active {
            padding: 0px 0px 18px 12px;
            color: #ffffff;
        }

            .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
                padding: 0px 12px 18px 12px;
                color: white;
                text-decoration: none;
            }

        .tab-btn-group {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            padding: 1rem;
        }

        .tab-btn {
            flex: 1;
            height: 100%;
            /* border: 1px solid #d6d0d0; */
            padding: 0.6rem;
            border-radius: 1rem;
            background: #0a101a69;
            font-weight: 500;
            color: white;
            outline: none;
            transition: background 0.5s;
            white-space: nowrap;
            border: none;
            box-shadow: 1px 1px 1px 1px #e5e5e521;
        }

        .top-header:hover .tab-btn {
            background: #4d4d4d;
        }

        .top-header .tab-btn:focus,
        .top-header .tab-btn.active {
            background: #7f2828;
            color: white;
            outline: none;
        }

        .tab-btn > i {
            /*scale: 1.2;*/
            margin-right: 1.1rem;
            line-height: 1.2;
        }

        .stories-box {
            min-width: 200px;
        }



         body {
            font-family: system-ui;
            background: #f4f4f4;
        }

        .top-header {
            position: relative;
            /*height: 100px;*/
            max-height: 20%;
            overflow: hidden;
        }

        .header-banner {
            position: relative;
            /*background: url('/Content/img/PenDown/Cover1 -Edit.jpg');*/
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: left center;
        }

            .header-banner::after {
                position: absolute;
                content: '';
                /* inset: 0; */
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(to top, #00000038, transparent);
            }

        .banner-img {
            max-width: 100%;
            width: 100%;
        }

        .header-options {
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
            max-width: 500px;
        }

        .top-header .social {
            position: absolute;
            right: 0;
            bottom: 0;
            margin: 1rem;
            color: white;
            overflow: visible;
        }

        .top-header .logindv {
            position: absolute;
            right: 0;
            bottom: 0;
            margin: 0 2rem 5rem 0;
            color: white;
            overflow: visible;
        }

        .logindv ul {
            list-style: none;
        }

        .top-header .social a {
            display: inline-block;
            width: 30px;
            height: 30px;
            padding: 1px 0;
            text-align: center;
            font-size: 22px;
            border: 1px solid currentColor;
            color: white;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            font-size: 1.2rem;
            background: #06493e;
            box-shadow: 0 0 5px #aee1dd;
            margin-right: 0.5rem;
        }

            .top-header .social a > i {
                color: inherit;
            }

        .category .fa-ul {
            display: flex;
            flex-wrap: wrap;
        }

        .sidebar .sidebar-widget .tags a,
        .category > .fa-ul li {
            border-radius: 2rem;
            box-shadow: 0 0 5px #cdc5c56e;
            border: 1px solid #ddd9d9;
            margin-left: 0.5rem;
            margin-bottom: 1rem;
            padding: 0.3rem 1rem;
            /*font-size: 1.3rem;*/
        }

        .main-sidebar {
            position: fixed;
            top: 30vh;
            left: -300px;
            height: 50vh;
            width: 250px;
            max-width: 100%;
            background: white;
            z-index: 100000;
            transition: left .3s ease-in-out, top .3s;
            border-radius: 1rem;
        }

            .main-sidebar.show {
                left: 20px;
                box-shadow: 0 0 5px 5px #3b393975;
            }

        .footer-bottom {
            position: relative;
            padding: 25px 0;
            background: #7f2828;
        }

        .top-header {
            padding: 0;
        }

        .menulist a {
            color: white;
            font-family: system-ui;
            padding: 6px;
            font-size: 16px;
        }




        .main-sidebar .show {
            top: 243px;
            position: fixed;
            right: inherit;
            z-index: 1100;
            width: 258px;
            height: 100%;
        }

        .main-sidebar {
        }



        .head-top {
            display: flex;
            justify-content: space-evenly;
            padding: 20px;
        }

            .head-top a {
                display: flex;
                flex-direction: column;
                align-items: center;
                color: #d9368b;
                text-decoration: none;
                gap: 7px;
            }

        /*.menu-head-box {
            font-size:1.6rem;
        }*/
        .menu-head-box a div:nth-child(1) {
            font-size: 2.5rem;
            font-weight: 600;
            width: 4rem;
            height: 4rem;
            background: #7f28281f;
            color: #7f2828;
            border-radius: 50%;
            text-align: center;
            margin: 0px auto 0.9rem;
        }

        .menu-head-box a div:nth-child(2) {
            color: black;
        }

        .menu-body ul {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            .menu-body ul li a {
                text-decoration: none;
                color: black;
                display: flex;
                align-items: center;
                gap: 6px;
                border-top: 1px solid #c4c4c4;
                padding: 0.9rem 2.3rem;
            }

                .menu-body ul li a i {
                    color: #7f2828;
                }

        .menu-foot {
            background: gray;
        }

        .backdrop-layer {
            position: fixed;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: #0000004d;
            opacity: 0;
            pointer-events: none;
            z-index: 1000;
            transition: opacity 1s ease-in-out;
        }

        .enable-backdrop .backdrop-layer {
            opacity: 1;
            pointer-events: initial;
        }

        .enable-backdrop {
            overflow: hidden;
        }

         .header a.nav-link {
            padding: 0;
            color: black;
        }

        .navigation ul li a {
            font-weight: 500;
            /*color: inherit;*/
            padding: 0.5rem 1rem !important;
            border-radius: 0.45rem;
        }

        .navigation ul li:hover > a {
            color: inherit !important;
            /*background: var(--layer);*/
        }

        .fixed-links a > i {
            margin-right: 0.9rem;
        }
        .fixed-links a{
            color:white;
        }




        /*.navbar-nav a {
            font-weight: bold !important;
            font-size: 16px !important;
        }*/

        .navbar-nav:hover {
            color: #f6a53d;
            border-radius: 4px;
        }




         .option-hidden {
            visibility: hidden;
        }

        .navbar-nav:hover {
            color: #ffffff;
            background: #E47A2E;
            border: 1px solid #E47A2E;
            box-shadow: 0 0 5px #cdc5c56e;
        }



