/*------------------------------------------
Template Name: AdminEx Dashboard
Author: ThemeBucket
-------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url('bootstrap.css');
@import url('bootstrap-reset.css');
@import url('jquery-ui-1.10.3.css');
@import url('../fonts/css/font-awesome.min.css');

body {
    background: #fff; /* Tema putih untuk body */
    font-family: 'Open Sans', sans-serif;
    color: #333;
    line-height: 20px;
    overflow-x: hidden;
    font-size: 14px;
}

input, select, textarea {
    font-family: 'Open Sans', sans-serif;
    color: #767676;
}

a {
    color: #428bca;
}

a:focus, a:active, a:hover {
    outline: none;
    transition: all 0.3s;
    color: #3071a9;
}

h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
}

hr {
    border-color: #ddd;
}

.mtop10 {
    margin-top: 10px;
}

/*-------------------------------
            LOGIN STYLES
-------------------------------*/

.login-body {
    background: #C5F0E4 url("../images/bglogin.png") no-repeat fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.form-signin {
    max-width: 330px;
    margin: 100px auto;
    background: #fff;
    border-radius: 5px;
}

.form-signin-heading img {
    margin-bottom: 20px; /* Ubah angka ini sesuai kebutuhan */
}

.form-signin .btn-login {
    background: #428bca;
    color: #fff;
    transition: all 0.3s;
}

.sign-title {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: -60px;
    left: 0;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.form-signin .checkbox {
    margin-bottom: 14px;
    font-size: 13px;
}

.form-signin .checkbox {
    font-weight: normal;
    color: #fff;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 0;
}

.form-signin .checkbox a, .form-signin .checkbox a:hover {
    color: #fff;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"], .form-signin input[type="password"] {
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #eaeaec;
    background: #eaeaec;
    box-shadow: none;
    font-size: 12px;
}

.form-signin .btn-login {
    background: #6bc5a4;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    margin: 20px 0 5px;
    padding: 5px;
    transition: all 0.3s;
    font-size: 30px;
}

.form-signin .btn-login:hover {
    background: #688ac2;
    transition: all 0.3s;
}

.form-signin p {
    text-align: left;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: normal;
}

.form-signin a, .form-signin a:hover {
    color: #6bc5a4;
}

.form-signin a:hover {
    text-decoration: underline;
}

.login-wrap {
    padding: 20px;
    position: relative;
}

.registration {
    color: #c7c7c7;
    text-align: center;
    margin-top: 15px;
}

/*---------------------------------
            LEFT SIDE
----------------------------------*/

.left-side {
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2a2d36; /* Ganti dengan warna gelap */
}

.sticky-left-side {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
}

.sticky-left-side .custom-nav {
    margin-top: 50px;
}

.left-side-collapsed .sticky-left-side {
    overflow-y: visible;
}

.logo {
    padding-top: 5px;
    height: 50px;
}

.logo a {
    font-size: 28px;
    color: #fff; /* Warna logo */
    margin: 0 0 0 20px;
    text-decoration: none;
    display: inline-block;
}

.left-side-inner {
    padding: 0px;
    margin-bottom: 50px;
}

.left-side .searchform {
    display: none;
}

.left-side .searchform::after {
    content: '';
    display: block;
    clear: both;
}

.left-side .searchform input {
    padding: 10px;
    width: 90%;
    margin: 0 0 20px 12px;
    border-radius: 2px;
    border: none;
}

.custom-nav {
    margin-bottom: 10px;
}

.custom-nav > li > a {
    color: #fff; /* Warna teks di sidebar */
    padding: 12px 20px;
    border-radius: 0;
}

.custom-nav > li > a:hover,
.custom-nav > li > a:active {
    background-color: #424d63; /* Ganti dengan warna hover */
    color: #fff; /* Warna teks saat hover */
}

.custom-nav .sub-menu-list {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    background: #14181f;
}

.custom-nav .sub-menu-list > li > a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 10px 5px 10px 50px;
    transition: all 0.2s ease-out 0s;
}

.custom-nav .sub-menu-list > li > a:hover,
.custom-nav .sub-menu-list > li > a:active,
.custom-nav .sub-menu-list > li > a:focus {
    text-decoration: none;
    color: #65cea7;
    background: #2a323f;
}

/*------------------------------------------
            HEADER SECTION
-------------------------------------------*/

.header-section {
    background: #fff; /* Warna header tetap putih */
    border-bottom: 1px solid #eff0f4;
}

.header-section::after {
    clear: both;
    display: block;
    content: '';
}

.toggle-btn {
    width: 52px;
    height: 50px;
    font-size: 20px;
    padding: 15px;
    cursor: pointer;
    float: left;
    color: #212121;
    border-right: 1px solid #e7e7e7;
    transition: all 0.2s ease-out 0s;
}

.toggle-btn:hover {
    background: #65CEA7;
    color: #fff;
    border-right-color: #65CEA7;
}

.menu-right {
    float: right;
    margin-right: 15px;
}

/*------------------------------
         FOOTER CONTENT STYLES
---------------------------------*/

footer {
    background: #fff; /* Warna footer tetap putih */
    padding: 15px;
    color: #7A7676;
    font-size: 12px;
    position: static;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #eff0f4;
}

.container footer {
    width: 79.5%;
    position: absolute;
    bottom: 0;
}

/*-----------------------------------
     HEADER STATISTICS STYLES
-------------------------------------*/

.state-info {
    position: absolute;
    right: 15px;
    top: 20px;
}

.state-info .panel {
    float: right;
    margin-left: 15px;
}

.state-info .panel .summary {
    float: left;
    margin-right: 20px;
}

.state-info .panel .summary span {
    color: #49586e;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
}

.state-info .panel .summary h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
}

.state-info .panel .summary h3.green-txt {
    color: #65cea7;
}

.state-info .panel .summary h3.red-txt {
    color: #fc8675;
}

.chart-bar {
    float: right;
    margin-top: 5px;
}

/*-----------------------------------
    GENERAL STATISTICS STYLES
-------------------------------------*/

.state-overview {
    color: #fff;
}

.state-overview .panel {
    padding: 35px 20px;
}

.state-overview .purple {
    background: #6a8abe;
    box-shadow: 0 5px 0 #5f7cab;
}

.state-overview .red {
    background: #fc8675;
    box-shadow: 0 5px 0 #e27869;
}

.state-overview .blue {
    background: #5ab6df;
    box-shadow: 0 5px 0 #51a3c8;
}

.state-overview .green {
    background: #4acacb;
    box-shadow: 0 5px 0 #42b5b6;
}

.state-overview .symbol, .state-overview .state-value {
    display: inline-block;
}

.state-overview .symbol {
    width: 35%;
}

.state-overview .symbol i {
    font-size: 40px;
}

.state-overview .state-value {
    width: 62%;
}

.state-overview .state-value .value {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.state-overview .state-value .title {
    font-size: 14px;
}

/*-----------------------------------
    MORE STATISTICS BOX
-------------------------------------*/

.panel.deep-purple-box {
    background: #49586e;
    box-shadow: 0 5px 0 #424f63;
    color: #fff;
}

ul.bar-legend {
    list-style-type: none;
    margin-top: 55px;
    padding-left: 0px;
}

ul.bar-legend li {
    display: block;
    margin-bottom: 10px;
}

ul.bar-legend li span {
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

ul.bar-legend li span.blue {
    background: #5ab6df;
}

ul.bar-legend li span.green {
    background: #4bcacc;
}

ul.bar-legend li span.purple {
    background: #6a8bbe;
}

ul.bar-legend li span.red {
    background: #fb8575;
}

/*-----------------------------------
    REVENUE STATES STYLES
-------------------------------------*/

.revenue-states h4 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #49586e;
}

.revenue-states .icheck .single-row {
    float: left;
    width: auto;
}

.revenue-states .icheck .checkbox {
    padding-left: 0;
    margin-top: 0;
}

.revenue-states .icheck .checkbox label {
    font-size: 12px;
}

ul.revenue-nav {
    list-style-type: none;
    float: right;
    margin-top: 20px;
    padding: 0;
}

ul.revenue-nav li {
    display: inline-block;
    margin-left: 5px;
}

ul.revenue-nav li a {
    background: #4a596f;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
}

ul.revenue-nav li a:hover, ul.revenue-nav li a:focus, ul.revenue-nav li.active a {
    background: #65cea7;
    color: #fff;
}

/*-----------------------------------
    CHAT STYLES
-------------------------------------*/

.chats {
    margin: 0;
    padding: 0;
    margin-top: -15px;
    margin-right: 10px;
}

.chats li {
    list-style: none;
    padding: 8px 0 5px;
    margin: 7px auto;
    font-size: 12px;
}

.chats li img.avatar {
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.chats li.in img.avatar {
    float: left;
    margin-right: 10px;
}

.chats li .name {
    font-size: 13px;
    font-weight: 400;
}

.chats li .datetime {
    color: #adadad;
    font-size: 13px;
    font-weight: 400;
}

.chats li.out img.avatar {
    float: right;
    margin-left: 10px;
}

.chats li .message {
    display: block;
    padding: 5px;
    position: relative;
}

.chats li.in .message {
    text-align: left;
    margin-left: 65px;
}

.chats li.in .message .arrow {
    display: block;
    position: absolute;
    top: 15px;
    left: -8px;
    width: 0;
    height: 0;

    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.chats li.out .message .arrow {
    display: block;
    position: absolute;
    top: 15px;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #eff0f4;
}

.chats li.out .message {
    border-right: 2px solid #eff0f4;
    margin-right: 65px;
    text-align: right;
}

.chats li.out .name,
.chats li.out .datetime {
    text-align: right;
}

.chat-form {
    margin-top: 15px;
    padding: 10px;
    background-color: #eff0f4;
    clear: both;
}

.chat-form .input-cont {
    margin-right: 55px;
}

.chat-form .input-cont input {
    margin-bottom: 0px;
}

.chat-form .input-cont input {
    border: 1px solid #ddd;
    width: 94%;
    margin-top: 0;
    border-radius: 0;
}

.chat-form .input-cont input {
    background-color: #fff !important;
}

/*--------------------------
      PROFILE STYLE
--------------------------*/

.profile-pic img {
    border: 5px solid #F1F2F7;
    border-radius: 50%;
    height: 150px;
    margin: 10px 0;
    width: 150px;
}

.profile-desk h1 {
    color: #49586e;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.profile-desk .designation {
    color: #49586e;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
}

.profile-desk p {
    line-height: 25px;
    margin-bottom: 40px;
}

.p-follow-btn {
    background: #eff0f4;
    color: #a4a4a4;
}

.p-follow-btn:hover, .btn-post {
    background: #6bc5a4;
    color: #fff;
}

.btn-post:hover {
    background: #2a323f;
    color: #fff;
}

ul.p-social-link {
    list-style-type: none;
}

ul.p-social-link li {
    display: inline-block;
}

ul.p-social-link li a {
    background: #eff0f4;
    color: #bfbfc1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

ul.p-social-link li a:hover, ul.p-social-link li.active a {
    color: #6bc5a4;
}

.p-text-area, .p-text-area:focus {
    border: medium none;
    box-shadow: none;
    color: #C3C3C3;
    font-size: 16px;
    font-weight: 300;
}

.p-option li a {
    color: #adadad;
    font-size: 15px;
}

.p-option li a:hover {
    background: #6bc5a4;
    color: #fff;
}

ul.p-info {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

ul.p-info li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

ul.p-info li:last-child {
    margin-bottom: 0;
}

ul.p-info .title, ul.p-info .desk {
    float: left;
}

ul.p-info .title {
    width: 40%;
}

ul.p-info .desk {
    width: 60%;
    color: #65cea7;
}

/*------------------------------------
    GOOGLE MAPS & VECTOR MAPS STYLE
-------------------------------------*/
.gmaps {
    height: 350px;
    width: 100%;
}

.vmaps {
    width: 100%;
    height: 400px;
}

/*--------------------------------------------
       Dashboard Event Calendar, charts
--------------------------------------------*/
.event-calendar {
    background: #1fb5ac;
    border-radius: 6px;
    min-height: 474px;
}
.calendar-block {
    float: right !important;
    border-radius: 0 5px 5px 0px;
    background: #fff;
    z-index: 1000;
}
.event-list-block {
    border-radius: 5px 0px 0px 5px;
    background: #f2f2f2;
    z-index: 100;
    overflow: hidden;
}
.event-calendar .fc-toolbar {
    display: none;
}
.event-list-title {
    background: #1fb5ac;
    padding: 5px 20px;
    color: #fff;
}
.calendar-inner {
    display: flex;
}
.event-list-title h3 {
    display: inline-block;
}
.event-list {
    overflow-y: auto;
    max-height: 450px;
}
.event-list ul {
    margin: 0;
    padding: 0;
}
.event-list li {
    list-style: none;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
.event-list li:hover {
    background: #f9f9f9;
}

/*---------------------------------
      CHARTS STYLES
-----------------------------------*/
.chart-container {
    margin-top: 30px;
    margin-bottom: 30px;
}
.chart-container h4 {
    font-size: 18px;
    font-weight: bold;
    color: #49586e;
    margin-bottom: 15px;
}
