        .tim-row {
            margin-bottom: 20px;
        }
        
        .sidebar .sidebar-wrapper {
            background: #033e73;
        }
        
        .sidebar .logo,
        .off-canvas-sidebar .logo {
            padding: 7px 0.7rem;
            background-color: rgb(40, 74, 121);
        }

        .btnRounded {
            background-color:#033e73;;
            display: inline-block;
            color: white;
            border-radius: 5px;
          }
        
        .navbar.navbar-transparent {
            background-color: #3AA0EF !important;
            box-shadow: none;
            border-bottom: 1px solid#ddd;
        }
        
        .navbar.navbar-transparentperusahaan {
            background-color: #2C4F81 !important;
            box-shadow: none;
            border-bottom: 1px solid#ddd;
        }
        
        .sidebar[data-color="white"] .logo .simple-text,
        .off-canvas-sidebar[data-color="white"] .logo .simple-text {
            color: #fff;
            font-size: 25px;
        }
        
        .nav[data-color="white"] .logo .simple-text,
        .off-canvas-sidebar[data-color="white"] .logo .simple-text {
            color: #FFF;
            font-size: 25px;
        }
        
        .tim-white-buttons {
            background-color: #777777;
        }
        
        .sidebartulisan {
            color: #666;
            height: 20px;
            text-transform: capitalize;
        }
        
        .fa {
            background: #FFF;
            border-radius: 100px;
            color: #FFFFFF;
            margin-left: 15px;
        }
        
        .fa-heart {
            color: rgb(31, 29, 29);
        }
        
        .garis {
            background-color: #FFF;
        }
        
        .jarak {
            margin-top: -15pt;
        }
        
        .dropbtn {
            background-color: #edecb7;
            color: white;
            padding: 16px;
            font-size: 16px;
            border: none;
            cursor: pointer;
        }
        /* Dropdown button on hover & focus */
        
        .dropbtn:hover,
        .dropbtn:focus {
            background-color: #f0ee8d;
        }
        /* The search field */
        
        #myInput {
            box-sizing: border-box;
            background-image: url('searchicon.png');
            background-position: 14px 12px;
            background-repeat: no-repeat;
            font-size: 16px;
            padding: 14px 20px 12px 45px;
            border: none;
            border-bottom: 1px solid #ddd;
        }
        /* The search field when it gets focus/clicked on */
        
        #myInput:focus {
            outline: 3px solid #ddd;
        }
        /* The container <div> - needed to position the dropdown content */
        
        .dropdown {
            position: relative;
            display: inline-block;
        }
        
        .sidebar1 {
            position: fixed;
            top: 0;
            height: 100%;
            bottom: 0;
            left: 0;
            z-index: 1030;
        }
        
        .sidebar1 .sidebar-wrapper1 {
            position: fixed;
            height: calc(100vh - 75px);
            overflow: auto;
            z-index: 4;
            padding-bottom: 100px;
        }
        /* Dropdown Content (Hidden by Default) */
        
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #FFFFFF;
            min-width: 230px;
            border: 3px solid #ddd;
            border-radius: 5px;
            z-index: 1;
        }
        
        .dropdown-content1 {
            display: none;
            position: absolute;
            background-color: #FFFFFF;
            min-width: 230px;
            border: 2px solid rgb(117, 117, 117);
            border-radius: 5px;
            z-index: 1;
        }
        
        .highcharts-figure,
        .highcharts-data-table table {
            min-width: 320px;
            max-width: 800px;
            margin: 1em auto;
        }
        
        .highcharts-data-table table {
            font-family: Verdana, sans-serif;
            border-collapse: collapse;
            border: 1px solid #EBEBEB;
            margin: 10px auto;
            text-align: center;
            width: 100%;
            max-width: 500px;
        }
        
        .highcharts-data-table caption {
            padding: 1em 0;
            font-size: 1.2em;
            color: #555;
        }
        
        .highcharts-data-table th {
            font-weight: 600;
            padding: 0.5em;
        }
        
        .highcharts-data-table td,
        .highcharts-data-table th,
        .highcharts-data-table caption {
            padding: 0.5em;
        }
        
        .highcharts-data-table thead tr,
        .highcharts-data-table tr:nth-child(even) {
            background: #f8f8f8;
        }
        
        .highcharts-data-table tr:hover {
            background: #f1f7ff;
        }
        
        input[type="number"] {
            min-width: 50px;
        }
        /* Links inside the dropdown */
        
        .dropdown-content a {
            color: black;
            /* padding: 12px 16px; */
            text-decoration: none;
            display: block;
        }
        /* Change color of dropdown links on hover */
        
        .dropdown-content a:hover {
            background-color: #f1f1f1
        }
        /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
        
        .show {
            display: block;
            margin-left: -120px;
        }
        
        .garisrekap {
            background-color: dimgrey;
            width: 50pt;
        }
        
        .page-heading {
            background-color: #FFFFFF;
            padding: 0.5em 2em;
        }
        
        .row1 {
            margin-left: -30px;
            margin-top: -30px;
            margin-right: -30px;
            height: 50pt;
        }
        
        .tombol {
            margin-top: -55px;
            margin-left: 680px;
        }
        
        .hr1 {
            background-color: grey;
            height: 2pt;
            margin-top: 10pt;
        }
        
        .hr2 {
            background-color: gray;
            height: 1pt;
            margin-top: 10pt;
        }
        
        .btn-warning {
            margin-left: 50px;
            height: 50px;
            width: 400px;
            margin-top: 5px;
        }
        
        #navbarDropdown {
            color: #fff;
        }
        
        .typography-line {
            padding-left: 25%;
            margin-bottom: 35px;
            position: relative;
            display: block;
            width: 100%;
        }
        
        .typography-line span {
            bottom: 10px;
            color: #c0c1c2;
            display: block;
            font-weight: 400;
            font-size: 13px;
            line-height: 13px;
            left: 0;
            position: absolute;
            width: 260px;
            text-transform: none;
        }
        
        .tab {
            float: left;
            border: 1px solid #ccc;
            background-color: #f1f1f1;
            width: 30%;
            height: 300px;
        }
        /* Style the buttons inside the tab */
        
        .tab button {
            display: block;
            background-color: inherit;
            color: black;
            padding: 22px 16px;
            width: 100%;
            border: none;
            outline: none;
            text-align: left;
            cursor: pointer;
            transition: 0.3s;
            font-size: 17px;
        }
        /* Change background color of buttons on hover */
        
        .tab button:hover {
            background-color: #ddd;
        }
        /* Create an active/current "tab button" class */
        
        .tab button.active {
            background-color: #ccc;
        }
        /* Style the tab content */
        
        .tabcontent {
            float: left;
            padding: 0px 12px;
            border: 1px solid #ccc;
            width: 70%;
            border-left: none;
            height: 300px;
        }
        
        .tim-row {
            padding-top: 60px;
        }
        
        .tim-row h3 {
            margin-top: 0;
        }
        
        .offline-doc .page-header {
            display: flex;
            align-items: center;
        }
        
        .offline-doc .footer {
            position: absolute;
            width: 100%;
            background: transparent;
            bottom: 0;
            color: #fff;
            z-index: 1;
        }
        /* @media all and (min-width: 992px) {
    .sidebar .nav>li.active-pro {
      position: absolute;
      width: 100%;
      bottom: 10px;
    }
  } */
        
        .card.card-upgrade .card-category {
            max-width: 530px;
            margin: 0 auto;
        }
        /* Nucleo Style */
        
        .demo-iconshtml {
            font-size: 62.5%;
        }
        
        .demo-icons body {
            font-size: 1.6rem;
            font-family: sans-serif;
            color: #333333;
            background: white;
        }
        
        .demo-icons a {
            color: #608CEE;
            text-decoration: none;
        }
        
        .demo-icons header {
            text-align: center;
            padding: 100px 0 0;
        }
        
        .demo-icons header h1 {
            font-size: 2.8rem;
        }
        
        .demo-icons header p {
            font-size: 1.4rem;
            margin-top: 1em;
        }
        
        .demo-icons header a:hover {
            text-decoration: underline;
        }
        
        .demo-icons .nc-icon {
            font-size: 34px;
        }
        
        .demo-icons section h2 {
            border-bottom: 1px solid #e2e2e2;
            padding: 0 0 1em .2em;
            margin-bottom: 1em;
        }
        
        .demo-icons ul {
            padding-left: 0;
        }
        
        .demo-icons ul::after {
            clear: both;
            content: "";
            display: table;
        }
        
        .demo-icons ul li {
            width: 20%;
            float: left;
            padding: 16px 0;
            text-align: center;
            border-radius: .25em;
            -webkit-transition: background 0.2s;
            -moz-transition: background 0.2s;
            transition: background 0.2s;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            overflow: hidden;
        }
        
        .demo-icons ul li:hover {
            background: #f4f4f4;
        }
        
        .demo-icons ul p,
        .demo-icons ul em,
        .demo-icons ul input {
            display: inline-block;
            font-size: 1rem;
            color: #999999;
            -webkit-user-select: auto;
            -moz-user-select: auto;
            -ms-user-select: auto;
            user-select: auto;
            white-space: nowrap;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            cursor: pointer;
        }
        
        .demo-icons ul p {
            padding: 20px 0 0;
            font-size: 12px;
            margin: 0;
        }
        
        .demo-icons ul p::selection,
        .demo-icons ul em::selection {
            background: #608CEE;
            color: #efefef;
        }
        
        .demo-icons ul em {
            font-size: 12px;
        }
        
        .demo-icons ul em::before {
            content: '[';
        }
        
        .demo-icons ul em::after {
            content: ']';
        }
        
        .demo-icons ul input {
            text-align: center;
            background: transparent;
            border: none;
            box-shadow: none;
            outline: none;
            display: none;
        }
        
        body {
            margin: 0;
            font-size: 15px;
            font-family: Arial, Helvetica, sans-serif;
        }
        
        .header {
            background-color: #f1f1f1;
            text-align: center;
        }
        
        #navbar {
            overflow: hidden;
            background-color: #033e73;
            color: #333;
        }
        
        /* #navbar a {
            float: right;
            display: block;
            color: #333;
            text-align: center;
            padding: 7px 7px;
            text-decoration: none;
            font-size: 15px;
        }
        
        #navbar a:hover {
            background-color: #eee;
            color: #222;
        } */
        /* #navbar a.active {
    background-color: #239ea6;
    color: white;
} */
        
        .sidenormal {
            margin: 0px 0px 0px;
        }
        /* Right-aligned section inside the top navigation */
        
        .navbar-right {
            float: right;
        }
        
        .content {
            padding: 16px;
        }
        
        .sticky {
            position: fixed;
            top: 0;
            right: 0;
            z-index: 1;
        }
        
        .sticky+.content {
            padding-top: 60px;
        }
        
        ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            width: 200px;
            background-color: #aaaaaa;
        }
        
        li a {
            display: block;
            color: #000;
            padding: 8px 16px;
            text-decoration: none;
        }
        /* Change the link color on hover */
        
        li a:hover {
            background-color: #555;
            color: white;
        }
        
        .col {
            float: left;
            width: auto;
        }
        /* Clear floats after the columns */
        
        .row:after {
            content: "";
            display: table;
            clear: both;
        }
        
        .nav-tab {
            width: 100%;
            background: #033e73;
        }
        
        .nav-tab>li {
            width: 100%;
            border: 1px solid #09667b;
        }
        
        .nav-tab>.active>a {
            color: #333;
            background: #eee;
        }
        
        .nav-tab>li:not(.active)>a:hover,
        .nav-tab>li:not(.active)>a:focus {
            color: #333;
            background: #eee;
        }
        
        .item-search {
            width: 95%;
            display: block;
            margin-left: auto;
            margin-right: auto;
            color: black;
            border-radius: 5px;
            margin-bottom: 20px;
        }
        
        .modal {
            padding-right: 0px !important;
        }
        
        body:not(.modal-open) {
            padding-right: 0px !important;
        }
        
        .text-control {
            border-radius: 3px;
            height: 50px;
            border-radius: 5pt;
            text-align: center
        }
        
        .footnote {
            padding-right: 15px;
            padding-top: 15px;
            padding-bottom: 5px;
            padding-left: 15px;
            background: #222222;
        }
        
        .simbol {
            background: #222;
        }
        
        .act-btn {
            background: transparent;
            display: none;
            width: 100px;
            height: 100px;
            line-height: 70px;
            text-align: center;
            color: white;
            font-size: 30px;
            border-radius: 50%;
            font-weight: bold;
            text-decoration: none;
            transition: ease all 0.3s;
            position: fixed;
            right: 30px;
            bottom: 30px;
        }
        
        .fade-in {
            display: block;
            -webkit-animation: fadein 2s;
            /* Safari, Chrome and Opera > 12.1 */
            -moz-animation: fadein 2s;
            /* Firefox < 16 */
            -ms-animation: fadein 2s;
            /* Internet Explorer */
            -o-animation: fadein 2s;
            /* Opera < 12.1 */
            animation: fadein 2s;
        }
        
        @keyframes fadein {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        /* Firefox < 16 */
        
        @-moz-keyframes fadein {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        /* Safari, Chrome and Opera > 12.1 */
        
        @-webkit-keyframes fadein {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        /* Internet Explorer */
        
        @-ms-keyframes fadein {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        /* Opera < 12.1 */
        
        @-o-keyframes fadein {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        /* untuk header slide */
        
        * {
            box-sizing: border-box
        }
        /* Slideshow container */
        
        .slideshow-container {
            position: relative;
            margin: auto;
        }
        /* Hide the images by default */
        
        .mySlides {
            display: none;
        }
        /* Next & previous buttons */
        
        .prev,
        .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            width: auto;
            margin-top: -22px;
            padding: 16px;
            color: white;
            font-weight: bold;
            font-size: 18px;
            transition: 0.6s ease;
            border-radius: 0 3px 3px 0;
            user-select: none;
        }
        /* Position the "next button" to the right */
        
        .next {
            right: 0;
            border-radius: 3px 0 0 3px;
        }
        /* On hover, add a black background color with a little bit see-through */
        
        .prev:hover,
        .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }
        /* Caption text */
        
        .text {
            color: #f2f2f2;
            font-size: 15px;
            padding: 8px 12px;
            position: absolute;
            bottom: 8px;
            width: 100%;
            text-align: center;
        }
        /* Number text (1/3 etc) */
        
        .numbertext {
            color: #f2f2f2;
            font-size: 12px;
            padding: 8px 12px;
            position: absolute;
            top: 0;
        }
        /* The dots/bullets/indicators */
        
        .dot {
            cursor: pointer;
            height: 15px;
            width: 15px;
            margin: 0 2px;
            background-color: #bbb;
            border-radius: 50%;
            display: inline-block;
            transition: background-color 0.6s ease;
        }
        
        .active,
        .dot:hover {
            background-color: #717171;
        }
        /* Fading animation */
        
        .fade {
            -webkit-animation-name: fade;
            -webkit-animation-duration: 1.5s;
            animation-name: fade;
            animation-duration: 1.5s;
        }
        
        @-webkit-keyframes fade {
            from {
                opacity: .4
            }
            to {
                opacity: 1
            }
        }
        
        @keyframes fade {
            from {
                opacity: .4
            }
            to {
                opacity: 1
            }
        }
        .card {
            /* Add shadows to create the "card" effect */
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
            transition: 0.3s;
          }
        
          /* On mouse-over, add a deeper shadow */
          .card:hover {
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
          }
        
          /* Add some padding inside the card container */
          .container {
            padding: 2px 10px;
          }
        
          div.flex{
              display:flex;
          }

          .flex-spacebetween{
              justify-content: space-between;
          }
        
          .label-nav {
            font-size: 15px;
            text-align: center;
            float: right;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
          }
          .nav-center {
            font-size: 15px;
            text-align: center;
            float: right;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
          }
        
          div.center-vertical {
            display: flex;
            align-items: center;
            justify-content: center;
          }
        
          .label-nav:hover {
            background-color: #eee;
            color: black;
          }
        
          .no-bg {
            border: none;
          }
        
          .round {
            border-radius: 5px;
            border: none;
          }
        
          .hidephone {
            display: none;
          }
          .showphone{
              display:block;
          }
        
          .marginphone {
            margin-left: 30px;
          }
        
          @media (min-width:900px) {
            .hidephone {
              display: flex;
            }
            .showphone{
                display: none;
            }
            .marginphone {
              margin-left: 0px;
            }
          }