/* JXB ADMIN PANEL STYLE */
/* MAKE WITH LOVE BY: @GPRMNP */

/* 
COLOR
PRIMARY : #1C5DDC
PRIMARY SECONDARY : #D9E6FF
SECONDARY : #9F9F9F
GREY : #DDDDDD
WARNING : #FFB26B

FONT
SMALL: 14px
MID: 16px
LARGE: 22px

FORMAT CLASS : jxb-section-classname
*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');
body, *{
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin:0px;
    padding:0px;
}

/* LOADER */
.jxb-loader{
    background:#fff;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: block;
    position: fixed;
}

.jxb-loader .jxb-bounce{
    animation: bounce2 2s ease infinite;
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* AUTH */
.jxb-bg-auth{
    background-image: url('../images/login.png');
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.jxb-bg-auth .jxb-icon-top-left{
    position: absolute;
    width: 150px;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.jxb-bg-auth .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jxb-card-auth{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 45px 28px;
}

.jxb-color-primary{
    color: #3B62AF;
}

.jxb-card-auth p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #9A9A9A;
    margin-bottom: 25px;
}

.jxb-card-auth .jxb-forgot-password{
    color: #3B62AF;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    margin: 20px 0px;
    display: block;
    transition: 0.3s;
}

.jxb-card-auth .jxb-forgot-password:hover{
    color:#153269;
}

.jxb-card-auth .jxb-btn-login{
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    background: #3B62AF;
    border-radius: 5px;
    padding: 10px 0px;
    transition: 0.3s;
}

.jxb-card-auth .jxb-btn-login:hover{
    background:#153269;
}

/* LABEL */
label{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* FORM CONTROL */
.form-control{
    background: #FFFFFF;
    border: 1px solid rgba(59, 98, 175, 0.5);
    border-radius: 5px;
    font-size: 17px;
    padding: 10px 16px;
}

/* CHOSEN */
.chosen-container{
    width: 100% !important;
}

.chosen-container-single .chosen-single span{
    margin-top:6px !important
}

.chosen-container-single .chosen-single{
    height:38px !important
}

.chosen-container-single .chosen-single div{
    top: 7px !important;
}
/* END CHOOSEN */

/* TOKEN INPUT */
.token-input-token-facebook p {
    font-size: 1.0em;
    color: #fff;
}
.token-input-selected-token-facebook p {
    color: #fff;
}

ul.token-input-list {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    width: 400px;
    border: 1px solid #999;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list li {
    list-style-type: none;
}

ul.token-input-list li input {
    border: 0;
    width: 350px;
    padding: 3px 8px;
    background-color: white;
    -webkit-appearance: caret;
}

li.token-input-token {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    margin: 3px;
    padding: 3px 5px;
    background-color: #d0efa0;
    color: #000;
    font-weight: bold;
    cursor: default;
    display: block;
}

li.token-input-token p {
    float: left;
    padding: 0;
    margin: 0;
}

li.token-input-token span {
    float: right;
    color: #777;
    cursor: pointer;
}

li.token-input-selected-token {
    background-color: #08844e;
    color: #fff;
}

li.token-input-selected-token span {
    color: #bbb;
}

div.token-input-dropdown {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 12px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 3px;
    list-style-type: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fafafa;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff;
}

div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #d0efa0;
}

ul.token-input-list-facebook {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    border: 1px solid #8496ba;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-facebook {
    overflow: hidden;
    height: auto !important;
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #5D87FF;
    color: #000;
    cursor: default;
    border: 1px solid #5D87FF;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

li.token-input-token-facebook p {
    display: inline;
    padding: 0;
    margin: 0;
    word-break: break-all;
    white-space: break-spaces;
}

li.token-input-token-facebook span {
    color: #fff;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #3b5998;
    color: #fff;
}
/* END TOKEN INPUT */

/* CAMPURAN */
.jxb-header-icon-menu-i{
    font-size: 24px;
    margin-top: -4px;
}
.user-profile-img{
    display: flex;
    line-height: 10px;
}
.user-profile-img div {
    margin-left: 10px;
}
.user-profile-img div h4{
    font-size: 16px;
    margin-bottom: 0px;
}
.user-profile-img div small{
    font-size: 11px;
}
table.dataTable, table.dataTable>tbody>tr.child ul.dtr-details{
    width:100% !important;
}
.jxb-flex-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.text-right{
    text-align: right !important;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: flex !important;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}
table.dataTable>tbody>tr.child ul.dtr-details>li{
    border-bottom: 0px solid #000 !important;
}

.float-right{
    float:right !important;
}

.form-otp .form-control-otp {
    display: block;
    height: 50px;
    margin-right: 0.5rem;
    text-align: center;
    font-size: 1.25rem;
    min-width: 0;
}
.form-otp .form-control-otp:last-child {
    margin-right: 0;
}

@media(max-width:767px) {
    table.dataTable>tbody>tr.child ul.dtr-details {
        display: inline-block !important;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    table.dataTable>tbody>tr.child ul.dtr-details>li{
        border-bottom: 0px solid #efefef !important;
    }
}
.control-label{
    font-weight: 500 !important;
}
/* ANIMATION */
@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
.timeline-widget .timeline-item .timeline-time{
    width:100px
}

.cke_notification{
    display: none !important;
}