/*------------------------------------------------------------------
Project:    CIMB
Version:    1.0
Last change:    13.09.2019
Assigned to:    
[Table of contents]
1. Font
2. Menu
3. Login Page
ON PROGRESS
[Color codes]
Default: ;
Color : ;
[Typography]
New Update :
Please search "BATCH 7";
-------------------------------------------------------------------*/

@import "reset.css";
@import "common.css";

/*1. FONT*/

@font-face {
    font-family: 'SF UI Text';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SFUIText-Regular.woff') format('woff');
}

.sf-regular {
    font-family: 'SF UI Text';
}

@font-face {
    font-family: 'SF UI Text Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SFUIText-RegularItalic.woff') format('woff');
}

@font-face {
    font-family: 'SF UI Text Light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SFUIText-Light.woff') format('woff');
}

@font-face {
    font-family: 'SF UI Text Light Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SFUIText-LightItalic.woff') format('woff');
}

@font-face {
    font-family: 'SF UI Text Medium';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SFUIText-Medium.woff') format('woff');
}

@font-face {
    font-family: 'SF UI Text Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SFUIText-MediumItalic.woff') format('woff');
}

@font-face {
    font-family: 'SF UI Text Semibold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SFUIText-Semibold.woff') format('woff');
}

@font-face {
    font-family: 'SF UI Text Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SFUIText-SemiboldItalic.woff') format('woff');
}

@font-face {
    font-family: 'SF UI Text Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SFUIText-Bold.woff') format('woff');
}

.sf-bold {
    font-family: 'SF UI Text Bold';
}

@font-face {
    font-family: 'SF UI Text Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SFUIText-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'SF UI Text Heavy';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SFUIText-Heavy.woff') format('woff');
}

@font-face {
    font-family: 'SF UI Text Heavy Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SFUIText-HeavyItalic.woff') format('woff');
}


/** 2. MENU
 ---------------------------------------------------------*/

#menuMerchant li {
    display: block;
    transition-duration: 0.5s;
}

#menuMerchant li:hover {
    cursor: pointer;
}

#menuMerchant ul li ul {
    visibility: hidden;
    opacity: 0;
    position: relative;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    display: none;
}

#menuMerchant ul li:hover>ul,
#menuMerchant ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

#menuMerchant ul li ul li {
    clear: both;
    width: 100%;
}

menu {
    padding-left: 0;
}


/*=====================*/


/** 3. LOGIN PAGE
 ---------------------------------------------------------*/

#loginLogo {
    height: 45px;
    width: 208px;
    margin-left: 64px;
    margin-top: 57px;
}

#loginTitle {
    margin-bottom: 80px;
    color: #FFFFFF;
    font-family: "SF UI Text Medium";
    font-size: 26px;
    font-weight: 500;
    line-height: 24px;
}

.formLabel {
    color: #FFFFFF;
    font-family: "SF UI Text";
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 16px;
    margin-bottom: 13px;
}

.form-line {
    border: none;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: white;
    background: transparent;
    background-image: none;
    border-bottom: 1px solid white;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    letter-spacing: 1.5px;
    line-height: 19px;
}

.submitLogin {
    height: 40px;
    width: 100%;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    color: #992034;
    font-family: "SF UI Text";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 16px;
    text-align: center;
}

.hover-red:hover {
    background: #992034;
    color: white;
    transition: ease-in-out 0.15s;
}

.hover-text-red:hover {
    color: #992034;
    transition: ease-in-out 0.15s;
}


/*=====================*/


/** 2. WELCOME PAGE
 ---------------------------------------------------------*/

.header {
    height: 213px;
    width: 100%;
    background: linear-gradient(221.56deg, #CC0F1C 0%, #992034 100%);
}

#logo {
    margin-top: 50px;
    margin-left: 40px;
    max-height: 45px;
    max-width: 208px;
}

#rightNav {
    margin-top: 50px;
    padding: 0;
    float: right;
}

#rightNav li {
    float: left;
    list-style: none;
    color: white;
    margin-left: 30px;
}

.notification {
    height: 26px;
    width: 22px;
    position: relative;
    top: -5px;
}

.notification-badge {
    color: #C21321;
    font-family: "SF UI Text";
    font-size: 11px;
    line-height: 13px;
    width: 13px;
    height: 13px;
    background-color: #FFFFFF;
    border-radius: 50%;
    position: relative;
    top: -28px;
    right: -13px;
    text-align: center;
}

.log-out {
    height: 23px;
    width: 25px;
    margin-right: 74px;
    margin-left: 35px;
}

.right-nav-text {
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 13px;
}

.line-5 {
    height: 44px;
    width: 2px;
    border-right: 1px solid #C5C5C5;
    position: relative;
    top: -10px;
}

#search-wrap {
    margin-right: 50px;
    margin-top: 25px;
    float: right;
}

#searchContainer {
    position: relative;
    /*width: 25%;*/
    float: right;
}

.welcome-title {
    color: #4A4A4A;
    font-family: "SF UI Text";
    font-size: 30px;
    line-height: 36px;
}

.welcome-name {
    color: #4A4A4A;
    font-family: "SF UI Text";
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 2.42px;
    line-height: 35px;
}

.welcome-text {
    color: #4A4A4A;
    font-family: "SF UI Text";
    font-size: 16px;
    line-height: 19px;
}

.welcome-notification {
    color: #4A4A4A;
    font-family: "SF UI Text";
    font-size: 16px;
    line-height: 19px;
}

#welcomeBanner .swiper-pagination {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    width: auto !important;
    left: auto !important;
    margin: 0;
    z-index: 1;
}

#welcomeBanner .swiper-pagination-bullet {
    position: relative;
    width: 20px;
    border-radius: 0 !important;
    height: 2px !important;
    background: #C0C0C0 !important;
    color: white !important;
    opacity: 0.5 !important;
    margin-bottom: 15px;
    transition: 0.5s;
    display: block;
}

#welcomeBanner .swiper-pagination-bullet:hover {
    transition-timing-function: ease-in;
    width: 30px !important;
    border-radius: 0 !important;
    height: 2px !important;
    background: #C0C0C0 !important;
    color: white !important;
    opacity: 0.5 !important;
    margin-bottom: 15px;
    display: block;
    transition: 0.5s;
}

#welcomeBanner .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 0 !important;
    height: 1px !important;
    background: #CB0F1C !important;
    color: white;
    opacity: 1 !important;
    transition: 0.5s;
}

.footer-copy {
    color: #4A4A4A;
    font-family: "SF UI Text";
    font-size: 10px;
    letter-spacing: 1.67px;
    line-height: 12px;
}

#footer-menu li {
    list-style: none;
    float: right;
    color: #4A4A4A;
    font-family: "SF UI Text";
    font-size: 11px;
    letter-spacing: 1.83px;
    line-height: 13px;
    text-align: right;
    margin-left: 30px;
}

#grayWrap {
    background-color: rgba(186, 186, 186, 0.72);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    display: none;
}


/*=====================*/


/**  MENU
 ---------------------------------------------------------*/

.menu-still {
    height: 90px;
    width: 90%;
    border-radius: 22px;
    background-color: #FFFFFF;
    box-shadow: 0 20px 40px 0 rgba(163, 163, 163, 0.4);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    /*Update Batch 4*/
    z-index: 1;
    /*End Update Batch 4*/
}

.menu-icon {
    height: 22px;
    margin-top: 34px;
    width: 41px;
    margin-left: 30px;
}

.menu-text {
    height: 13px;
    width: 39px;
    transform: rotate(360deg);
    color: #992034;
    font-family: "SF UI Text";
    font-size: 11px;
    letter-spacing: 1.57px;
    line-height: 13px;
    margin-top: 39px;
    text-align: center;
    float: right;
}

.form-search {
    border: none;
    padding-right: 40px;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #992034;
    background: transparent;
    background-image: none;
    border-bottom: 1px solid #992034;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    line-height: 19px;
    font-family: "SF UI Text";
    font-size: 14px;
}

.form-search::placeholder {
    color: #992034;
}

#search-icon {
    height: 20px;
    width: 21px;
}

input:focus,
textarea,
button {
    outline: none !important;
}

#date-icon {
    height: 20px;
    width: 21px;
}

#search-button {
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 1vw;
    background: transparent;
    border: 0
}

.caret-icon {
    color: #D1D1D1;
}


/*=====================*/


/** MENU ON SCROLL
 ---------------------------------------------------------*/

.fixed-header {
    position: fixed;
    height: 80px;
    width: 90%;
    z-index: 3;
    background: linear-gradient(221.56deg, #CC0F1C 0%, #992034 100%);
    top: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}

.table-fixed {
    border-top: 0.5px solid rgba(255, 255, 255, 0.4);
    height: 80px;
    width: 90%;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    background: linear-gradient(221.56deg, #CC0F1C 0%, #992034 100%);
    box-shadow: 0 20px 40px 0 rgba(163, 163, 163, 0.4);
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 110px;
    z-index: 2;
    border-bottom: 0;
}

.table-fixed-title {
    position: relative;
    top: 12px;
    margin: auto;
    /*left: 55%;*/
    display: block;
    /* top: 50%;
    transform: translate(-50%,-50%);*/
}

.table-fixed-title th {
    border-bottom: 0 !important;
    color: white !important;
}

.checkbox-white {
    border: 1px solid white !important;
}

.form-search-fixed {
    border: none;
    display: block;
    width: 100%;
    height: 34px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: white;
    background: transparent;
    background-image: none;
    border-bottom: 1px solid white;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    line-height: 19px;
    font-family: "SF UI Text";
    font-size: 14px;
}

.form-search-fixed::placeholder {
    color: white;
}

.form-date-fixed {
    height: 35px;
    width: 200px;
    padding-left: 10px;
    text-align: left;
    border: 1px solid white !important;
    border-radius: 8px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    color: white !important;
    font-family: "SF UI Text";
    font-size: 10px;
    letter-spacing: 0.91px;
    line-height: 12px;
    background: transparent;
}

.form-date-fixed::placeholder {
    color: white !important;
}

.caret-icon-fixed {
    color: white !important;
}

.export-select-fixed {
    opacity: 0.4;
}


/*=====================*/


/** SIDE NAV
 ---------------------------------------------------------*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #992034;
}

.sidenav .closebtn {
    position: relative;
    font-size: 36px;
    margin-bottom: 79px;
    margin-left: 40px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.close-icon {
    height: 25.82px;
    width: 26px;
    margin-top: 10px;
}

.tutup {
    transform: rotate(360deg);
    color: #000000;
    font-family: "SF UI Text";
    font-size: 11px;
    letter-spacing: 1.57px;
    line-height: 13px;
}

#list-wrap>li {
    list-style: none;
    margin-bottom: 40px;
}

.list-icon {
    font-size: 30px;
    height: auto;
    position: relative;
    margin-right: 26px;
}

.list-text {
    color: black;
    font-family: "SF UI Text";
    font-size: 16px;
    letter-spacing: 2.29px;
    line-height: 19px;
}

.list-caret {
    height: 18.17px;
    width: 10.36px;
    position: relative;
    top: 4px;
}

.nested {
    margin-top: 20px;
    display: none;
    list-style: none;
}

.nested li {
    color: #000000;
    font-family: "SF UI Text";
    font-size: 14px;
    line-height: 34px;
    margin-left: 50px;
}


/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */

.active {
    display: block;
}

.text-active {
    color: #992034 !important;
}

.line-active {
    height: 1px;
    width: 29px;
    border-top: 1.5px solid #992034;
    position: relative;
    top: 19px;
    left: -40px;
}


/*=====================*/


/** 3. LAPORAN CALON GERAI PAGE
 ---------------------------------------------------------*/

.table-title {
    transform: rotate(360deg);
    color: #992034;
    font-family: "SF UI Text";
    font-size: 14px;
    letter-spacing: 2.33px;
    margin-bottom: 40px;
    line-height: 16px;
    text-transform: uppercase;
}

#table-report_paginate {
    margin: auto;
    width: 100%;
    text-align: center;
    padding-top: 72px;
}

.paginate_button.current {
    background: transparent !important;
    border: 0 !important;
    color: #992034 !important;
    font-family: "SF UI Text" !important;
    font-size: 16px !important;
    letter-spacing: 2.29px !important;
    line-height: 19px !important;
}

table.dataTable #table-report thead .sorting_asc {
    background-image: url("../images/integration/upArrow.gif");
}

#table-report thead th {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 2px solid #DCDCDC;
}

#table-report tbody tr td {
    border-bottom: 1px solid #DCDCDC;
}

#table-report .no-footer {
    border-bottom: 0;
}

#table-report_paginate .paginate_button:hover {
    background: transparent;
    color: #992034 !important;
    border: 0px solid transparent;
}

#table-report_paginate .paginate_button:active {
    background: transparent;
    color: #992034 !important;
    border: 0px solid transparent;
    box-shadow: none !important;
}

#tableRowTitle #sortCol {
    background-image: url("../images/sort/sort_desc.png");
}

#tableRowTitle.table-fixed-title #sortCol {
    background-image: url(../images/sort-fixed/sort_desc.png) !important;
}

table.dataTable.no-footer {
    border-bottom: 0 !Important;
}

#table-report .noSort {
    background-image: none !important;
    cursor: default;
}


/*CHECKBOX*/


/* The container */

.checkbox-wrap {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #4A4A4A;
    border-radius: 8px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}


/* On mouse-over, add a grey background color */

.checkbox-wrap:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.checkbox-wrap input:checked~.checkmark {
    background-color: #992034;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkbox-wrap input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkbox-wrap .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topCheckBox {
    margin-left: 18px;
}

#table-report thead tr th {
    color: #A3A3A3;
    font-family: "SF UI Text Medium";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}

#table-report tbody td {
    color: #000000;
    font-family: "SF UI Text";
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 25px 8px;
}

.table-arrow {
    width: 29px;
}

.td-hover {
    height: auto;
    width: auto;
    min-width: 100%;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(163, 163, 163, 0.76);
    position: absolute;
    top: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    color: #4A4A4A;
    font-family: "SF UI Text Medium";
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    z-index: 1;
}

.hoverable {
    position: relative;
}


.form-date, .date-picker-1 {
    height: 35px;
    width: 200px;
    padding-left: 10px;
    text-align: left;
    border: 1px solid #992034;
    border-radius: 8px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    color: #992034;
    font-family: "SF UI Text";
    font-size: 10px;
    letter-spacing: 0.91px;
    line-height: 12px;
}

.form-date::placeholder {
    color: #992034;
    font-family: "SF UI Text";
    font-size: 10px;
    letter-spacing: 0.91px;
    line-height: 12px;
    text-align: left;
    padding-left: 5px;
}

#date-wrap {
    margin-right: 30px;
    margin-top: 25px;
    float: right;
}


/*DATEPICKER*/

.date-picker-wrapper {
    position: absolute;
    z-index: 3 !important;
    border: 0 !important;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 20px !important;
    color: #aaa;
    box-sizing: initial;
    max-width: 852px;
    margin-top: 30px;
    border-radius: 20px;
    background-color: #FFFFFF !important;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.22);
}

.date-picker-wrapper .gap {
    display: none !important;
}

.date-picker-wrapper .drp_top-bar {
    display: none !important;
}

.date-picker-wrapper .month-wrapper {
    border: 0 !important;
    border-radius: 3px;
    background-color: transparent !important;
    padding: 5px;
    cursor: default;
    position: relative;
    _overflow: hidden;
    width: 100% !important;
    padding: 10px 30px !important;
}

.date-picker-wrapper .month-wrapper table.month1 {
    width: 45%;
    float: left;
}

.date-picker-wrapper .month-wrapper table.month2 {
    width: 45% !important;
    float: right !important;
}

.date-picker-wrapper .month-wrapper table .week-name th {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}

.februari-2019 {
    height: 20px;
    width: 105px;
}

.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-family: "SF UI Text";
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
}

.date-picker-wrapper .select-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    color: #A3A3A3;
    font-family: "SF UI Text Medium";
    font-size: 12px;
    font-weight: 500 !important;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
}

.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
    margin: 0px;
    width: 45px !important;
    height: 32px !Important;
    padding: 0 !important;
}

.date-picker-wrapper .month-wrapper table tbody tr:not(:last-child) {
    border-bottom: 0.5px solid #C5C5C5;
}

.export-select {
    height: 35px;
    width: 85px;
    border: 1px solid #D1D1D1;
    border-radius: 8px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    background: transparent;
    margin-top: 28px;
}

.export-select-red {
    border: 1px solid #992034 !important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #992034 !important;
    text-decoration: none;
    background-color: transparent;
}

.download-icon {
    height: 17px;
    width: 20px;
}

.download-list {
    border: 0;
    left: 10px;
    z-index: 4;
    position: absolute;
    margin-top: 10px;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.22);
    padding-bottom: 0;
    padding-top: 10px;
    text-transform: uppercase;
}

.download-text {
    width: 100%;
    color: #992034;
    font-family: "SF UI Text Medium";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 14px;
    padding: 12px 0;
    margin: 0;
}

.linomargin {
    margin: 0;
}


/*=====================*/


/** 4. LAPORAN CALON MERCHANT PAGE
 ---------------------------------------------------------*/

.oval {
    height: 20px;
    width: 20px;
    background-color: #55C091;
    border-radius: 25px;
}

.status-oval {
    position: absolute;
    color: #4A4A4A;
    font-family: "SF UI Text";
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    padding-top: 5px;
    display: none;
    width: 100%;
    margin: auto;
    left: 0;
}


/*=====================*/


/** 5. PERSETUJUAN PAGE
 ---------------------------------------------------------*/

.btn-status {
    height: 47px;
    width: 166px;
    padding: 15px 40px;
    border: 1px solid #A51C2E;
    border-radius: 8px;
    color: #B54352;
    font-family: "SF UI Text Medium";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    background: transparent;
}

.btn-status:hover {
    height: 47px;
    width: 166px;
    padding: 15px 40px;
    border: 1px solid #A51C2E;
    border-radius: 8px;
    color: white;
    font-family: "SF UI Text Medium";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    background: #B54352;
    transition: 0.5s;
}

.modal-name {
    color: #898989;
    font-family: "SF UI Text Medium";
    font-size: 13px;
    letter-spacing: 1.08px;
    line-height: 20px;
    text-transform: uppercase;
}

.modal-description {
    color: #4A4A4A;
    font-family: "SF UI Text Medium";
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.modal-content {
    width: 775px;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);
    margin: auto !important;
    height: fit-content !important;
    pointer-events: auto;

}

.modal-body {
    width: 65%;
    margin: auto;
}

.modal-header {
    border-bottom: 0;
}

.modal-title {
    color: #992034;
    font-family: "SF UI Text";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 63px;
}

.modal-close-button {
    height: 19.96px;
    width: 20px;
}

.modal-close {
    background: 0;
    border: 0;
    box-shadow: 0;
    margin-top: 30px;
    margin-left: 30px;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    cursor: pointer;
}

button.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}


#persetujuanModal {
    padding-left: 0 !important;
    width: 100%;
    height: 100vh;
}

.modal-footer {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 50px;
}

.modal-dialog {
    height: 100vh !important;
    max-width: 100% !important;
    display: flex !important;
    margin: auto !important;
    justify-content: center !important;
    align-items: center !important;
    pointer-events: none;
}

#modalButton {
    list-style: none;
}

#modalButton li {
    float: left;
    margin: 0px 5px;
}

a:active {
    color: inherit;
}

a:focus {
    color: inherit;
    text-decoration: none;
}

.btn-red {
    height: 47px;
    width: 166px;
    padding: 15px 40px;
    border: 1px solid #A51C2E;
    border-radius: 8px;
    color: white;
    font-family: "SF UI Text Medium";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    background-color: #992034;
}

.btn-red:hover {
    height: 47px;
    width: 166px;
    padding: 15px 40px;
    border: 1px solid #992034;
    border-radius: 8px;
    color: #992034;
    font-family: "SF UI Text Medium";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    background-color: transparent;
    transition: 0.5s;
}

.form-btn {
    position: relative;
    height: 35px;
    width: 200px;
    padding-left: 10px;
    text-align: left;
    border: 1px solid #992034;
    border-radius: 8px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    color: #992034;
    background: transparent;
    font-family: "SF UI Text";
    font-size: 10px;
    letter-spacing: 0.91px;
    line-height: 12px;
}

#plus-icon {
    position: absolute;
    height: 12px;
    width: 12px;
    right: 15px;
}

.modal-name-grey {
    color: #BABABA;
    font-family: "SF UI Text Medium";
    font-size: 13px;
    letter-spacing: 1.08px;
    line-height: 20px;
    text-transform: uppercase;
}

.form-modal-grey {
    border: none;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #BABABA;
    background: transparent;
    background-image: none;
    border-bottom: 1px solid #BABABA;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    letter-spacing: 1.5px;
    line-height: 19px;
    position: relative;
    top: -10px;
    font-family: "SF UI Text";
    font-size: 14px;
    line-height: 20px;
}

.form-modal {
    border: none;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4A4A4A;
    background: transparent;
    background-image: none;
    border-bottom: 1px solid #898989;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    letter-spacing: 1.5px;
    line-height: 19px;
    position: relative;
    top: -10px;
    font-family: "SF UI Text";
    font-size: 14px;
    line-height: 20px;
}

.btn-simpan {
    height: 35px;
    width: 106px;
    border: 1px solid #992034;
    border-radius: 8px;
    background: transparent;
    transform: rotate(360deg);
    color: #992034;
    font-family: "SF UI Text";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 14px;
}

.btn-simpan:hover {
    height: 35px;
    width: 106px;
    border: 1px solid #992034;
    border-radius: 8px;
    background: #992034;
    transform: rotate(360deg);
    color: white;
    font-family: "SF UI Text";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 14px;
}


/*=====================*/


/** 6. PEMELIHARAAN DATA BANK
 ---------------------------------------------------------*/

.deleteModalFooter .btn-status {
    margin-right: 30px;
}

.btn-side-by-side {
    display: inline;
}

.deleteModalText {
    color: #992034;
    font-family: "SF UI Text";
    font-size: 24px;
    max-width: 300px;
    line-height: 29px;
    margin: auto;
    text-align: center;
}

.deleteModalFooter {
    max-width: 421px;
    margin: auto;
}

#parameter-icon {
    top: 7px;
    height: 18.1px;
    width: 13.81px;
    position: absolute;
    right: 15px;
}

.parameter-text {
    color: #4A4A4A;
    font-family: "SF UI Text";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 14px;
    padding: 10px 30px;
}

.parameter-list {
    left: unset;
    max-width: 400px;
    width: 100%;
    right: 30px !important;
    border: 0;
    z-index: 4;
    position: absolute;
    margin-top: 10px;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.22);
    padding-bottom: 6px;
    padding-top: 6px;
    text-transform: uppercase;
}

#parameterAplikasiKeterangan {
    background-position: 65%
}

#parameterAplikasiMedia {
    background-position: 75%
}

#parameterAplikasiWaktu {
    background-position: 75%
}

.form-group-gray {
    margin-bottom: 40px;
}

.form-gray {
    border: none;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4A4A4A;
    background: transparent;
    background-image: none;
    border-bottom: 1px solid #898989;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    letter-spacing: 1.5px;
    line-height: 19px;
    position: relative;
    top: -10px;
    font-family: "SF UI Text";
    font-size: 14px;
    line-height: 20px;
}

.label-gray {
    color: #898989;
    font-family: "SF UI Text";
    font-size: 16px;
    letter-spacing: 1.33px;
    line-height: 19px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 100%;
}

.jabatan-text {
    color: #898989 !important;
    font-family: "SF UI Text";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 200px;
}

#jabatan-list {
    right: 60px !important;
    border: 0;
    left: 10px;
    z-index: 4;
    position: absolute;
    top: 250px;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.22);
    padding-bottom: 6px;
    padding-top: 6px;
    text-transform: uppercase;
    max-width: 200px;
}

.btn-label-gray {
    color: #898989;
    font-family: "SF UI Text";
    font-size: 16px;
    letter-spacing: 1.33px;
    line-height: 19px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    border: 0;
    background: 0;
    text-align: left;
    padding-left: 0;
    margin-left: 0;
}

#perubahanDataUserBank .btn-status-small {
    margin-right: 30px;
}

.btn-status-small {
    padding: 11px 30px;
    border: 1px solid #A51C2E;
    border-radius: 8px;
    color: #B54352;
    font-family: "SF UI Text Medium";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    background: transparent;
}

.btn-status-small:hover {
    padding: 11px 30px;
    border: 1px solid #A51C2E;
    border-radius: 8px;
    color: white;
    font-family: "SF UI Text Medium";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    background: #B54352;
    transition: 0.5s;
}

.btn-red-small {
    padding: 11px 30px;
    border: 1px solid #A51C2E;
    border-radius: 8px;
    color: white;
    font-family: "SF UI Text Medium";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    background: #9C2639;
}

.btn-red-small:hover {
    padding: 11px 30px;
    border: 1px solid #A51C2E;
    border-radius: 8px;
    color: #9C2639;
    font-family: "SF UI Text Medium";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    background: transparent;
    transition: 0.5s;
}

#selectJabatanIcon {
    margin-left: 30px;
    font-size: 20px;
}

.form-readonly {
    color: #898989;
    font-family: "SF UI Text";
    font-size: 14px;
    line-height: 20px;
}


/*UPDATE BATCH 3*/

.form-gray-textarea {
    border: none;
    padding: 24px;
    display: block;
    width: 100%;
    min-height: 346px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4A4A4A;
    background: transparent;
    background-image: none;
    border: 1px solid #898989;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    letter-spacing: 1.5px;
    line-height: 19px;
    position: relative;
    top: -10px;
    font-family: "SF UI Text";
    font-size: 14px;
    line-height: 20px;
}

.form-gray-limited {
    border: none;
    display: block;
    width: 100%;
    max-width: 364px;
    height: 34px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4A4A4A;
    background: transparent;
    background-image: none;
    border-bottom: 1px solid #898989;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    letter-spacing: 1.5px;
    line-height: 19px;
    position: relative;
    top: -10px;
    font-family: "SF UI Text";
    font-size: 14px;
    line-height: 20px;
}

.input-container {
    border: none;
    display: block;
    width: 100%;
    max-width: 364px;
    height: 34px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4A4A4A;
    background: transparent;
    background-image: none;
    border-bottom: 1px solid #898989;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    letter-spacing: 1.5px;
    line-height: 19px;
    position: relative;
    top: -10px;
    font-family: "SF UI Text";
    font-size: 14px;
    line-height: 20px;
}

input[type='file'] {
    display: none;
}

.file-info {
    font-size: 0.9em;
}

.browse-btn {
    position: absolute;
    top: 0;
    right: -150px;
    min-width: 106px;
    border-radius: 8px;
    border: 1px solid #992034;
    color: #992034;
    font-family: "SF UI Text";
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
}

.browse-btn:hover {
    background: #992034;
    color: white;
}

.labelInfo {
    color: #b6b6b6;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

#kategori-list {
    right: 60px !important;
    border: 0;
    left: 10px;
    z-index: 4;
    position: absolute;
    top: 30px;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.22);
    padding-bottom: 6px;
    padding-top: 6px;
    text-transform: uppercase;
    max-width: 200px;
}

#kategoriArrow {
    background-position: 80%;
}

#namaPesanArrow {
    background-position: 80%;
}

#isiPesanArrow {
    background-position: 80%;
}

.titleName {
    margin-top: 80px;
    color: #a41c2e;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.messageTitle {
    color: #4a4a4a;
    margin-top: 29px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 34px;
    text-transform: uppercase;
}

.messageDate {
    color: #bdbdbd;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
}

.messageDescription {
    color: #898989;
    font-size: 14px;
    margin-top: 43px;
    font-weight: 400;
    line-height: 24px;
}

#messageBtnSection {
    margin-top: 80px;
    margin-bottom: 100px;
}

.form-red {
    height: 35px;
    min-width: 150px;
    /*Update batch 4*/
    padding-right: 30px;
    /*End Update batch 4*/
    padding-left: 10px;
    text-align: left;
    border: 1px solid #992034;
    border-radius: 8px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    color: #992034;
    font-family: "SF UI Text";
    font-size: 10px;
    letter-spacing: 0.91px;
    line-height: 12px;
    position: relative;
    background: transparent;
    text-transform: uppercase;
}

.form-wrap {
    position: relative;
    margin-top: 25px;
}

.form-icon {
    position: absolute;
    right: 10px;
    top: 12px;
}

.form-red-dropwdown {
    border: 0;
    left: 0px;
    top: 50px;
    z-index: 993;
    position: absolute;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.22);
    padding-bottom: 6px;
    padding-top: 6px;
    text-transform: uppercase;
    width: 300px;
    max-width: 250px;
    padding: 6px;
}

#rightButton {
    list-style: none;
    text-align: right;
}

#rightButton li {
    display: inline-block;
    margin-right: 20px;
}

.dropdown-text {
    padding: 8px 0;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dropdown-list-icon {
    margin-right: 10px;
}

#roleNavigationWrap {
    border-radius: 6px;
    background-color: rgba(238, 238, 238, 0.48);
    width: fit-content;
}

#roleNavigation {
    list-style: none;
    padding-left: 0;
    padding: 20px 10px;
}

#roleNavigation li {
    display: inline;
}

#roleNavigation li.active a {
    min-width: 95px;
    height: 40px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    background-color: #b51828;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 27px;
}

#roleNavigation li a {
    min-width: 95px;
    height: 40px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    background-color: rgba(238, 238, 238, 0.48);
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 27px;
}

#roleNavigation li:hover a {
    min-width: 95px;
    height: 40px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    background-color: #b51828;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 27px;
}

.roleInfo {
    color: #818181;
    font-size: 14px;
    font-weight: 400;
    margin-top: 50px;
}

.transaksiWrap {
    box-shadow: 10px 10px 30px 0 rgba(163, 163, 163, 0.3);
    border-radius: 10px;
}

.userInfo .swiper-slide a {
    transition: all .2s ease-in-out;
}

.userInfo .swiper-slide a.active {
    transform: scale(1.02);
}

a.active .transaksiHead {
    background-color: #b51828;
}

a.active .transaksiName {
    color: white;
}

a.active .totalTransaksi {
    color: white;
}

a.active .totalTransaksiNominal {
    color: white;
}

.transaksiHead {
    padding: 25px;
    background-color: #efefef;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.transaksiName {
    color: #992034;
    font-family: "SF UI Text";
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.totalTransaksi {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    margin-top: 10px;
}

.totalTransaksiNominal {
    color: #992034;
    font-family: "SF UI Text";
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 0;
}

.transaksiKolom {
    padding: 25px;
    border-bottom: 0.5px solid #dfdfdf;
}

.transaksiPembayaran {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 8px;
}

.transaksiAlamat {
    color: #ababab;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 4px;
}

.transaksiDate {
    color: #ababab;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.transaksiNominal {
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    margin-top: 40px;
}

.transaksiBerhasil {
    color: #90c73e;
}

.transaksiPending {
    color: #f7d00e;
}

.transaksiGagal {
    color: #4a4a4a;
}

.transaksiGagalMinus {
    color: #ed1d24;
}

.transaksiIcon {
    max-width: 30px;
    max-height: 30px;
    margin-bottom: 10px;
}

.transaksiFooter {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 10px;
    background: transparent;
}

.userInfo .swiper-slide {
    padding: 10px;
    margin-bottom: 20px;
}

.transaksiBody {
    max-height: 702px;
    overflow-y: scroll;
}

.container-firstpage-left {
    margin-left: 7.5%;
    padding-left: 15px;
}

.graphName {
    margin-top: 100px;
    margin-bottom: 15px;
    color: #992034;
    font-family: "SF UI Text";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.21px;
    text-transform: uppercase;
}

.graphDate {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.21px;
    margin-bottom: 60px;
}


.container-firstpage-left .col-lg-12 {
    padding-right: 0;
}

#transaksiBankOfficerFilter {
    list-style: none;
    padding-left: 0;
}

#transaksiBankOfficerFilter li {
    display: inline-block;
    margin-right: 25px;
}

#transaksiBankOfficerFilter .form-wrap {
    margin-top: 0;
}

.transaksiBody::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    background-color: transparent;
}

.transaksiBody::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.transaksiBody::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ececec;
}

[class="0-legend"] {
    list-style: none;
    cursor: pointer;
    padding-left: 0;
}

[class="0-legend"] li {
    display: inline-block;
    font-size: 12px;
    padding: 0 5px;
}

[class="0-legend"] li.hidden {
    text-decoration: line-through;
}

[class="0-legend"] li span {
    border-radius: 25px;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    width: 20px;
    position: relative;
    top: 5px;
}


/*END BATCH 3*/


/*UPDATE BATCH 4*/

.form-red-white {
    height: 35px;
    min-width: 150px;
    padding-right: 30px;
    padding-left: 10px;
    text-align: left;
    border: 1px solid white;
    border-radius: 8px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    color: white;
    font-family: "SF UI Text";
    font-size: 10px;
    letter-spacing: 0.91px;
    line-height: 12px;
    position: relative;
    background: transparent;
    text-transform: uppercase;
}

.form-dropwdown-input {
    border: 0;
    left: 0px;
    top: 50px;
    z-index: 4;
    position: absolute;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.22);
    padding-bottom: 6px;
    padding-top: 6px;
    text-transform: uppercase;
    min-width: 370px;
    padding: 40px 30px;
}

.label-gray-dropdown {
    color: #898989;
    font-family: "SF UI Text";
    font-size: 12px;
    letter-spacing: 1.33px;
    line-height: 19px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 100%;
}

.btn-label-gray-dropdown {
    color: #898989;
    font-family: "SF UI Text";
    font-size: 12px;
    letter-spacing: 1.33px;
    line-height: 19px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    border: 0;
    background: 0;
    text-align: left;
    padding-left: 0;
    margin-left: 0;
}

.label-readonly {
    color: #c2c2c2 !important;
}

.form-readonly {
    color: #c2c2c2 !important;
    border-bottom: 0.5px solid #898989 !important;
}

.td-status {
    position: relative;
}

.calendarButton {
    color: #992034;
    font-family: "SF UI Text";
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    min-width: 180px;
    padding: 10px 10px;
    border-radius: 8px;
    background: none;
    white-space: nowrap;
    border: 1px solid #992034;
    position: relative;
    left: 40px;
    top: -10px;
}

.calendarButton #date-icon {
    display: inline-block;
}

.form-gray-select {
    border: none;
    display: block;
    width: 100%;
    max-width: 364px;
    height: 34px;
    outline: 0;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4A4A4A;
    background: transparent;
    background-image: none;
    border-bottom: 1px solid #898989;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    letter-spacing: 1.5px;
    line-height: 19px;
    position: relative;
    top: -10px;
    font-family: "SF UI Text";
    font-size: 14px;
    line-height: 20px;
}


/*the container must be positioned relative:*/

.custom-select {
    position: relative;
    border-bottom: 1px solid #898989;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: DodgerBlue;
}


/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: black transparent transparent transparent;
}


/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    border-color: transparent transparent black transparent;
    top: 7px;
}


/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    padding: 8px 16px;
    border: 0;
    font-size: 12px;
    background: transparent;
    color: #4A4A4A;
    padding: 10px;
    cursor: pointer;
    user-select: none;
}


/*style items (options):*/

.select-items {
    background: white;
    position: absolute;
    top: 100%;
    color: #4A4A4A;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.22);
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.form-dropwdown-input {
    position: absolute;
    left: -50%;
}

.form-group-dropdown {
    margin-bottom: 25px;
}

.label-gray-group {
    color: #898989;
    font-family: "SF UI Text";
    font-size: 16px;
    letter-spacing: 1.33px;
    line-height: 19px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 100%;
}

.btn-hub {
    width: 166px;
    padding: 10px 40px;
    border: 1px solid #A51C2E;
    border-radius: 8px;
    color: #B54352;
    font-family: "SF UI Text Medium";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    background: transparent;
}

.btn-hub:hover {
    width: 166px;
    padding: 10px 40px;
    border: 1px solid #A51C2E;
    border-radius: 8px;
    color: white;
    font-family: "SF UI Text Medium";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    background: #B54352;
    transition: 0.5s;
}

#laporanTableSubject {
    background-position: 85%;
}

table thead span.sort-icon {
    display: inline-block;
    padding-left: 20px;
    width: 16px;
    height: 16px;
}

.td-left {
    text-align: left !important;
}

#arrowTanggalUpload {
    background-position: 90%;
}

#arrowTanggalDihapus {
    background-position: 87%;
}


/*END BATCH 4*/


/*UPDATE BATCH 5*/

#notificationBar {
    border-radius: 6px;
    background-color: rgba(238, 238, 238, 0.48);
    padding: 10px;
    margin-bottom: 50px;
}

#notificationBar .col-lg-3 a {
    text-align: center;
    opacity: 0.45;
    color: #9b9b9b;
    font-weight: 400;
    height: 59px;
    display: block;
    vertical-align: middle;
}


#notificationBar .col-lg-3 .active {
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    background-color: #b51828;
    color: white;
    opacity: 1;
    min-height: 59px;
}



#notificationBar .col-lg-3 a:hover {
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    background-color: #b51828;
    color: white;
    opacity: 1;
    min-height: 59px;
}


#notificationBar .col-lg-3 a p {
    position: relative;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.form-text-menu {
    min-width: 250px;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border-bottom: 1px solid #9b9b9b;
    ;
    padding-right: 50px;
    padding-bottom: 10px;
}

.form-text-menu::placeholder {
    color: #9b9b9b;
}

.form-text-menu-fixed {
    min-width: 250px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border-bottom: 1px solid white;
    ;
    padding-right: 50px;
    background: transparent;
    padding-bottom: 10px;
}

.form-text-menu-fixed::placeholder {
    color: white;
}

.refund-title-text {
    color: #90c73e;
    font-family: "SF UI Text";
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2.5px;
    line-height: 34px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.refund-checklist {
    width: 34px;
    height: 34px;
    margin-bottom: 20px;
}

#refund-table td {
    padding-bottom: 21px;
    color: #929292;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.33px;
}

#refund-table .table-option {
    text-transform: uppercase;
    width: 250px;
}

.refund-price {
    color: #787878;
    font-size: 25px;
    font-weight: 600;
    margin-top: 37px;
    margin-bottom: 59px;
}

#pesanBroadcastKeterangan {
    background-position: 75%;
}

.notifikasi-detail-title-text {
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 34px;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 60px;
}

.notifikasi-table-title {
    transform: rotate(360deg);
    color: #992034;
    font-family: "SF UI Text";
    font-size: 14px;
    letter-spacing: 2.33px;
    margin-bottom: 15px;
    line-height: 16px;
    text-transform: uppercase;
}


/*END BATCH 5 */


/*BATCH 6*/

#kategori-list-2 {
    right: 60px !important;
    border: 0;
    left: 0;
    z-index: 4;
    position: absolute;
    top: 30px;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.22);
    padding-bottom: 6px;
    padding-top: 6px;
    text-transform: uppercase;
    max-width: 200px;
}

.form-gray-rounded {
    border: none;
    border-radius: 10px;
    padding: 24px;
    display: block;
    width: 100%;
    min-height: 346px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4A4A4A;
    background: transparent;
    background-image: none;
    border: 1px solid #898989;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    letter-spacing: 1.5px;
    line-height: 19px;
    position: relative;
    top: -10px;
    font-family: "SF UI Text";
    font-size: 14px;
    line-height: 20px;
}

#subyekPemeliharaanArrow {
    background-position: 65%;
}


/*END BATCH 6 */


/*BATCH 7 */

#dataUserNama {
    background-position: 50%;
    padding-left: 10px !important;
}

#dataUserWrap {
    border-radius: 6px;
    background-color: rgba(238, 238, 238, 0.48);
    width: fit-content;
}

#dataUserNavigation {
    list-style: none;
    padding-left: 0;
    padding: 10px 10px;
}

#dataUserNavigation li {
    display: inline-block;
}

#dataUserNavigation li.active a {
    min-width: 170px;
    display: inline-block;
    height: 40px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    background-color: #b51828;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 27px;
}

#dataUserNavigation li a {
    text-align: center;
    min-width: 170px;
    display: inline-block;
    height: 40px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    background-color: rgba(238, 238, 238, 0.48);
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 27px;
}

#dataUserNavigation li:hover a {
    min-width: 170px;
    display: inline-block;
    height: 40px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    background-color: #b51828;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 27px;
}

.form-red-wrap {
    white-space: nowrap;
    display: inline-table;
    position: relative;
    height: 35px;
    width: 100%;
    padding-left: 10px;
    text-align: left;
    border: 1px solid #992034;
    border-radius: 8px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    color: #992034;
    background: transparent;
    font-family: "SF UI Text";
    font-size: 10px;
    letter-spacing: 0.91px;
    line-height: 12px;
}

.form-red-wrap-white {
    position: relative;
    height: 35px;
    width: 100%;
    padding-left: 10px;
    text-align: left;
    border: 1px solid white;
    border-radius: 8px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    color: white;
    background: transparent;
    font-family: "SF UI Text";
    font-size: 10px;
    letter-spacing: 0.91px;
    line-height: 12px;
}

.form-dropdown-noborder {
    height: 35px;
    min-width: 100px;
    /*Update batch 4*/
    padding-right: 30px;
    /*End Update batch 4*/
    padding-left: 10px;
    text-align: left;
    border: 0;
    border-radius: 8px;
    box-shadow: 0;
    color: #992034;
    font-family: "SF UI Text";
    font-size: 10px;
    letter-spacing: 0.91px;
    line-height: 12px;
    position: relative;
    background: transparent;
    text-transform: uppercase;
}

.form-dropdown-noborder-white {
    height: 35px;
    min-width: 100px;
    /*Update batch 4*/
    padding-right: 30px;
    /*End Update batch 4*/
    padding-left: 10px;
    text-align: left;
    border: 0;
    border-radius: 8px;
    box-shadow: 0;
    color: white;
    font-family: "SF UI Text";
    font-size: 10px;
    letter-spacing: 0.91px;
    line-height: 12px;
    position: relative;
    background: transparent;
    text-transform: uppercase;
}

.form-text-red {
    height: 35px;
    min-width: 100px;
    padding-right: 30px;
    padding-left: 10px;
    text-align: left;
    border: 0;
    border-radius: 8px;
    box-shadow: 0;
    letter-spacing: 0.91px;
    line-height: 12px;
    position: relative;
    background: transparent;
    color: #992034;
    font-family: "SF UI Text";
    font-size: 14px;
    font-weight: 400;
}

.form-text-red::placeholder {
    height: 35px;
    min-width: 100px;
    padding-right: 30px;
    padding-left: 10px;
    text-align: left;
    border: 0;
    border-radius: 8px;
    box-shadow: 0;
    letter-spacing: 0.91px;
    line-height: 12px;
    position: relative;
    background: transparent;
    color: #992034;
    font-family: "SF UI Text";
    font-size: 14px;
    font-weight: 400;
}

#buttonDual {
    min-width: 50px;
}

.vl {
    border-left: 1px solid #992034;
    height: 20px;
    position: absolute;
    top: 6px;
}

.vl-white {
    border-left: 1px solid white;
    height: 20px;
    position: absolute;
    top: 6px;
}

.form-text-red-white {
    height: 35px;
    min-width: 100px;
    padding-right: 30px;
    padding-left: 10px;
    text-align: left;
    border: 0;
    border-radius: 8px;
    box-shadow: 0;
    letter-spacing: 0.91px;
    line-height: 12px;
    position: relative;
    background: transparent;
    color: white;
    font-family: "SF UI Text";
    font-size: 14px;
    font-weight: 400;
}

.form-text-red-white::placeholder {
    height: 35px;
    min-width: 100px;
    padding-right: 30px;
    padding-left: 10px;
    text-align: left;
    border: 0;
    border-radius: 8px;
    box-shadow: 0;
    letter-spacing: 0.91px;
    line-height: 12px;
    position: relative;
    background: transparent;
    color: white;
    font-family: "SF UI Text";
    font-size: 14px;
    font-weight: 400;
}


/* ==================== */
/* Otp IE fix */
[data-otp]{
    background: none;
    border: none;
    outline: none;
    color: white;
    border-bottom: 1px solid white;
    display: inline-block;
    width: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-right: 8px;
    padding-bottom: 4px;
}
[data-otp]:last-child{    
    margin-right: 0;
}
[data-otp]::-ms-clear {  display: none; width : 0; height: 0; }
[data-otp]::-ms-reveal {  display: none; width : 0; height: 0; }
/* Otp IE fix end */


/** REG NEW GERAI
 * ----------------------------------------------------------*/

.reg-calongerai .regTitle {
    margin-bottom: 26px !important;
}

.reg-calongerai h5 {
    color: #fff !important;
    margin: 30px 0 50px;
}

.reg-calongerai textarea {
    height: 60px;
}

.btn-kembali {
    position: relative;
    top: 10px;
}

.form-control-select {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    padding: 0;
    background: url("../images/default/batch1/dropdown.svg") white no-repeat 98.5% !important;
    background: url("../images/default/batch1/dropdown.svg") white no-repeat calc(100% - 10px) !important;
    background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid #fff;
}


/*For IE*/

.form-control-select::-ms-expand {
    display: none;
}

.txtarea-bdr {
    border: 1px solid #fff;
    background: transparent;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

.txtarea-100 {
    height: 100px !important;
}

.txtarea-50 {
    height: 50px !important;
}

.error-display {
    color: #FF0000;
    font-style: italic;
}

.error-alert {
    border-color: #FF0000;
    color: #FF0000;
}

#select_provinsi_chosen,
#select_kota_chosen,
#select_kecamatan_chosen,
#select_kelurahan_chosen {
    width: 100% !important;
}

.chosen-container-single .chosen-single {
    background: url("../js/chosen/gh-pages/dropdown.svg") no-repeat 98.5% !important;
    background: url("../js/chosen/gh-pages/dropdown.svg") no-repeat calc(100% - 10px) !important;
    background-color: rgba(0, 0, 0, 0);
    background-color: transparent !important;
    color: #ffffff;
    height: 35px;
    padding-top: 5px;
    border: 0;
}

.chosen-container .chosen-drop {
    background: rgba(45, 37, 39, 0.82);
}

.chosen-container .chosen-results li {
    color: #ffffff;
}

.chosen-container-single .chosen-search input[type="text"] {
    color: #ffffff;
    border-radius: 5px;
    height: 35px;
    margin-top: 7px;
}

.chosen-container-active .chosen-single {
    border: 1px solid #787878;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container .chosen-results li.highlighted {
    background: #787878 !important;
}


/*step 3 register calon gerai*/

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    color: #fff;
}

.desc-passwd p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}


/*step 1 register calon gerai*/

.txt-notice {
    position: relative;
    top: -66px;
    left: 96%;
    width: 12px;
    color: #fff;
}

.tooltip {
    width: 275px;
}


/* bootstrap Tooltip */

.tooltip-inner {
    color: #353958;
    max-width: 400px !important;
    background: #fff;
}

.tooltip.top>.tooltip-arrow {
    border-width: .4rem .4rem 0;
    border-top-color: #fff;
}


/*register 2 calon gerai*/

#partitioned {
    padding-left: 9px;
    letter-spacing: 50px;
    border: 0;
    background-image: linear-gradient(to left, #fff 80%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-position-x: center;
    background-position-x: center;
    background-size: 65px 1px;
    background-repeat: repeat-x;
    background-position-x: 45px;
    width: 270px;
    font-size: 24px;
}

#divInner {
    left: 0;
    position: sticky;
}

#divOuter {
    width: 250px;
    overflow: hidden;
    margin: 0 auto;
}

.register-verif-pin {
    text-align: center;
}


/*register 0 calon gerai*/

.reg-calongerai p {
    color: #fff !important;
}

.regTitleP {
    font-size: 21px;
}

.reg-calongerai .btn-red:hover {
    height: 47px;
    width: 166px;
    padding: 15px 40px;
    border: 1px solid #992034;
    border-radius: 8px;
    color: #ffffff;
    font-family: "SF UI Text Medium";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    background-color: #840B1F;
    transition: 0.5s;
}

.reg-calongerai .deleteModalText {
    color: #992034 !important;
}

.bgr-reg-gerai {
    background: rgba(255, 255, 255, 0.11);
    padding: 20px;
    border-radius: 5px;
}

.btn-refresh {
    height: 40px;
    width: 40px;
    padding: 0;
    margin-left: 10px;
}

.btn-refresh .fa {
    font-size: 29px;
}

.fa-eye,
.fa-eye-slash {
    font-size: 20px;
}


/*END BATCH 7 */


/* Resize Table */

#tableRowTitle.table-fixed-title #sortCol.bg-remove {
    background: none !important;
}

.bg-remove {
    background: none !important;
}


/* End Resize Table  */

/* Laporan */
.laporan-filters {
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0;
    margin-bottom: 2rem;
}
.laporan-filters .form-wrap{
    margin: 0;
}
.laporan-filters .search-cotainer{
    max-width: 150px;
}
.custom-table {
    width: 100%;
    max-width: 400px;
    background-color: #F1EFF1;    
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 1rem;
}
.custom-table table{
    width: 100%;        
}
.custom-table tr td:first-child{
    text-align: start;
    opacity: 0.6;    
}
.custom-table tr td:last-child{
    font-weight: 700;
    color: #992034; 
    text-align: end;
}
.trans-column {
    width: 100%;
    /* padding-bottom: 2rem; */
}
.trans-column td {
    vertical-align: top;
    padding: 3px;
}
.trans-column tr td .transaksiNominal {    
    margin: 0;
    word-break: break-word;    
}
.trans-column tr td:last-child {    
    vertical-align: bottom;    
}
.tab-2 {
    list-style-type: none;
    display: flex;
    align-items: center;
    padding-left: 0;    
    background-color: #F4F3F4;
    width: max-content;
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 36px;
    gap: 4px;
}
.tab-2 li a{
    border-radius: 8px;
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;   
    color:  #898989; 
    transition: all 0.2s ease-in-out;
}
.tab-2 li a:hover, .tab-2 li a.tab-2__active{
    background-color: #992034;
    color: white;
    transition: all 0.2s ease-in-out;
}
.dataTables_wrapper .dataTables_paginate {
    float: initial !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    color: #992034 !important;
    border: none;
}
[data-custom-table] thead tr th {
    color: #A3A3A3;
    font-family: "SF UI Text Medium";
    font-size: 12px;
    font-weight: 500 !important;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;    
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 2px solid #DCDCDC !important;
}
[data-custom-table] thead tr.table-fixed-title th {    
    border-bottom: none !important;
}
[data-custom-table] tbody td {
    color: #000000;
    font-family: "SF UI Text";
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 25px 8px !important;
    border-bottom: 1px solid #DCDCDC;
}

.switch-mode label{
    color: white;
    font-size: 12px;
    padding: 6px 14px;    
    min-width: 108px;
    color: #A51C2E;
    background-color: white;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0;
    text-align: center;
}
.switch-mode {
    display: flex;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;        
    width: max-content;
}
.switch-mode .switch-mode__active {
    color: white;
    background-color: #A51C2E;
}
.td-hover.td-hover__right {
    right: 14px;
    word-break: break-word;
    min-width: 160px;
}

/* End Laporan */

.dropdown-menu {
    max-height: 350px;
    overflow-y: auto;
}

/** RESPONSIVE;
 ---------------------------------------------------------*/

@media screen and (max-width: 767px) {
    /*LOGIN PAGE*/
    #loginContainer {
        padding: 0 30px;
    }
    #loginLogo {
        height: 45px;
        width: 208px;
        margin-left: 0px;
        margin-top: 57px;
    }
    #loginTitle {
        margin-bottom: 80px;
        color: #FFFFFF;
        font-family: "SF UI Text Medium";
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
    }
    .formLabel {
        color: #FFFFFF;
        font-family: "SF UI Text";
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 16px;
        margin-bottom: 13px;
    }
    /*END LOGIN PAGE*/
    #list-wrap {
        padding-left: 10px;
    }
    .sidenav a {
        text-decoration: none;
        font-size: 11px;
        color: #000000;
        display: block;
        transition: 0.3s;
    }
    .sidenav .closebtn {
        position: relative;
        font-size: 36px;
        margin-bottom: 79px;
        margin-left: 15px;
    }
    #logo {
        margin-top: 50px;
        margin-left: 15px;
        max-height: 45px;
        max-width: 150px;
    }
    .menu-still {
        padding-bottom: 30px;
        height: auto;
        width: 90%;
        border-radius: 22px;
        background-color: #FFFFFF;
        box-shadow: 0 20px 40px 0 rgba(163, 163, 163, 0.4);
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: -50px;
    }
    #footer-menu {
        padding-left: 0;
        margin-left: 0;
        margin-top: 30px;
    }
    #footer-menu li {
        text-align: left;
        list-style: none;
        float: none;
        color: none;
        font-family: "SF UI Text";
        font-size: 10px;
        letter-spacing: 1.83px;
        line-height: none;
        text-align: none;
        margin-left: 0;
        margin-top: 10px;
    }
    .menu-still .export-select {
        float: right;
    }
    .menu-still .download-list {
        border: 0;
        z-index: 4;
        right: 10px;
        top: 60px;
        position: absolute;
        border-radius: 20px;
        background-color: #FFFFFF;
        box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.22);
        padding-bottom: 0;
        text-transform: uppercase;
    }
    /*#footer-menu li {
        margin-top: 20px;
        list-style: none;
        float: right;
        color: #4A4A4A;
        font-family: "SF UI Text";
        font-size: 8px;
        letter-spacing: 1.8px;
        line-height: 1px;
        text-align: right;
        margin-left: 15px;
    }*/
    #searchContainer {
        position: relative;
        width: 100%;
        float: right;
    }
    #search-wrap {
        margin-right: 5px;
        width: 100%;
        float: left;
    }
    .right-nav-text {
        font-size: 7px;
        letter-spacing: 2px;
        line-height: 13px;
    }
    #rightNav {
        float: left;
    }
    #rightNav li a {
        font-size: 8px;
    }
    #rightNav li {
        margin-left: 10px;
        display: inline;
    }
    #rightNav li:first-child {
        margin-left: 15px;
    }
    .log-out {
        margin-right: 10px;
        margin-left: 15px;
    }
    .menu-icon {
        margin-left: 10px;
    }
    .menu-text {
        margin-right: 15%;
    }
    .line-5 {
        height: 30px;
        width: 2px;
        border-right: 1px solid #C5C5C5;
        position: relative;
        top: -5px;
    }
    .table-fixed {
        border-top: 0.5px solid rgba(255, 255, 255, 0.4);
        height: 80px;
        width: 90%;
        border-bottom-left-radius: 22px;
        border-bottom-right-radius: 22px;
        background: linear-gradient(221.56deg, #CC0F1C 0%, #992034 100%);
        box-shadow: 0 20px 40px 0 rgba(163, 163, 163, 0.4);
        position: relative;
        left: none;
        transform: none;
        top: 110px;
        z-index: 1;
        border-bottom: 0;
    }
    .table-responsive {
        border: 0;
    }
    #table-report th:not(#sortCol) {
        white-space: nowrap;
        padding: 10px 30px !important;
    }
    #table-report .checkbox-wrap {
        width: 50px !important;
    }
    .deleteModalFooter .btn-status {
        margin-right: 0;
    }
    .btn-side-by-side {
        display: 0;
        margin-top: 10px;
    }
    #perubahanDataUserBank .btn-status-small {
        margin-right: 10px;
    }
    .parameter-list {
        top: 50px;
        right: 0 !important;
        min-width: 100%;
        border: 0;
        z-index: 4;
        position: absolute;
        margin-top: 10px;
        border-radius: 20px;
        background-color: #FFFFFF;
        box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.22);
        padding-bottom: 6px;
        padding-top: 6px;
        text-transform: uppercase;
    }
    .download-text {
        font-size: 10px;
    }
    #date-wrap {
        float: left;
        width: 100%;
    }
    .form-date {
        height: 35px;
        width: 100%;
        padding-left: 10px;
        text-align: left;
        border: 1px solid #992034;
        border-radius: 8px;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        color: #992034;
        font-family: "SF UI Text";
        font-size: 10px;
        letter-spacing: 0.91px;
        line-height: 12px;
    }
    .date-picker-wrapper {
        left: 5%;
        right: 5%;
    }
    .date-picker-wrapper .month-wrapper table.month1 {
        width: 100%;
        float: left;
    }
    .date-picker-wrapper .month-wrapper table.month2 {
        width: 100% !important;
        float: left !important;
    }
    .date-picker-wrapper .month-wrapper {
        border: 0 !important;
        border-radius: 3px;
        background-color: transparent !important;
        padding: 5px;
        cursor: default;
        position: relative;
        _overflow: hidden;
        width: 100% !important;
        padding: 10px 0 !important;
    }
    #parameterAplikasiKeterangan {
        background-position: right;
        min-width: 500px;
    }
    #parameterAplikasiMedia {
        background-position: right;
        min-width: 100px;
    }
    #parameterAplikasiWaktu {
        background-position: right;
        min-width: 100px;
    }
    .modal-close {
        background: 0;
        border: 0;
        box-shadow: 0;
        margin-top: 10px;
        margin-left: 10px;
    }
    .label-gray {
        color: #898989;
        font-family: "SF UI Text";
        font-size: 14px;
        letter-spacing: 1.33px;
        line-height: 19px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 20px;
        width: 100%;
    }
    .btn-label-gray {
        color: #898989;
        font-family: "SF UI Text";
        font-size: 14px;
        letter-spacing: 1.33px;
        line-height: 19px;
        font-weight: 400;
        text-transform: uppercase;
        width: 100%;
        border: 0;
        background: 0;
        text-align: left;
        padding-left: 0;
        margin-left: 0;
    }
    .modal-body {
        width: 85%;
        margin: auto;
    }
    .btn-status {
        width: 100%
    }
    .btn-red {
        width: 100%
    }
    .btn-status:hover {
        width: 100%
    }
    .btn-red:hover {
        width: 100%
    }
    #persetujuanModal {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    #ubahKeteranganModal {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    #deleteModal {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    #ubahWaktuModal {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .modal-title {
        color: #992034;
        font-family: "SF UI Text";
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 3px;
        line-height: 21px;
        margin-top: 30px;
        text-align: center;
        margin-bottom: 63px;
    }
    .form-btn {
        position: relative;
        height: 35px;
        width: 100%;
        padding-left: 10px;
        text-align: left;
        border: 1px solid #992034;
        border-radius: 8px;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        color: #992034;
        background: transparent;
        font-family: "SF UI Text";
        font-size: 10px;
        letter-spacing: 0.91px;
        line-height: 12px;
    }
    /*WELCOME PAGE*/
    .welcome-title {
        color: #4A4A4A;
        font-family: "SF UI Text";
        font-size: 20px;
        line-height: 36px;
    }
    .welcome-name {
        color: #4A4A4A;
        font-family: "SF UI Text";
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 2.42px;
        line-height: 35px;
    }
    .welcome-text {
        color: #4A4A4A;
        font-family: "SF UI Text";
        font-size: 12px;
        line-height: 19px;
    }
    .welcome-notification {
        color: #4A4A4A;
        font-family: "SF UI Text";
        font-size: 12px;
        line-height: 19px;
    }
    #welcomeBanner .swiper-pagination {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -25px;
        width: auto !important;
        left: auto !important;
        margin: 0;
        z-index: 1;
    }
    /*END WELCOME PAGE*/
    /*UPDATE BATCH 3 MOBILE*/
    .browse-btn {
        z-index: 1;
        position: absolute;
        top: -20px;
        right: 0;
        min-width: 106px;
        border-radius: 8px;
        border: 1px solid #992034;
        color: #992034;
        font-family: "SF UI Text";
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 10px;
        text-align: center;
    }
    .input-container {
        margin-top: 30px;
    }
    #kategoriArrow {
        background-position: 100%;
    }
    #namaPesanArrow {
        background-position: 100%;
    }
    #isiPesanArrow {
        background-position: 100%;
    }
    #rightButton {
        padding-left: 0;
    }
    #rightButton li:first-child {
        margin-top: 100px;
    }
    #rightButton li {
        display: block;
        margin-right: 0;
        margin-top: 10px;
    }
    #rightButton li .form-red {
        width: 100%;
    }
    #rightButton li .form-wrap {
        margin-top: 0;
    }
    .container-firstpage-left {
        margin-left: 0;
        padding-left: 0;
    }

    .container-firstpage-left .col-lg-12 {
        padding-right: 0;
        padding-left: 5px;
    }
    #roleNavigationWrap {
        border-radius: 6px;
        background-color: rgba(238, 238, 238, 0.48);
        width: 100%;
    }
    #roleNavigation {
        list-style: none;
        padding-left: 0;
        padding: 20px 10px;
    }
    #roleNavigation li {
        display: inline-block;
        width: 23%;
        text-align: center;
    }
    #roleNavigation li.active a {
        min-width: 95px;
        height: 40px;
        box-shadow: 0 2px 9px rgba(0, 0, 0, 0.03);
        border-radius: 6px;
        background-color: #b51828;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        padding: 9px 10px;
    }
    #roleNavigation li a {
        min-width: 95px;
        height: 40px;
        box-shadow: 0 2px 9px rgba(0, 0, 0, 0.03);
        border-radius: 6px;
        background-color: rgba(238, 238, 238, 0.48);
        color: #9b9b9b;
        font-size: 16px;
        font-weight: 600;
        padding: 9px 10px;
    }
    #roleNavigation li:hover a {
        min-width: 95px;
        height: 40px;
        box-shadow: 0 2px 9px rgba(0, 0, 0, 0.03);
        border-radius: 6px;
        background-color: #b51828;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        padding: 9px 10px;
    }
    .graphName {
        margin-top: 30px;
        margin-bottom: 15px;
        color: #992034;
        font-family: "SF UI Text";
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.21px;
        text-transform: uppercase;
    }
    .graphDate {
        color: #4a4a4a;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.21px;
        margin-bottom: 60px;
    }
    #transaksiBankOfficerFilter {
        list-style: none;
        padding-left: 0;
    }
    #transaksiBankOfficerFilter li {
        display: inline-block;
        margin-right: 0;
        width: 100%;
    }
    #transaksiBankOfficerFilter .form-wrap {
        margin-top: 10px;
    }
    #transaksiBankOfficerFilter .form-red {
        width: 100%;
    }
    .titleName {
        margin-top: 30px;
        color: #a41c2e;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    .totalTransaksi {
        color: #4a4a4a;
        font-size: 12px;
        font-weight: 400;
        margin-top: 20px;
        margin-top: 10px;
    }
    .totalTransaksiNominal {
        color: #992034;
        font-family: "SF UI Text";
        font-size: 12px;
        font-weight: 700;
        text-align: right;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .transaksiNominal {
        text-align: right;
        font-size: 12px;
        font-weight: 600;
        margin-top: 40px;
    }
    .transaksiDate {
        color: #ababab;
        font-size: 8px;
        font-weight: 400;
        margin: 0;
    }
    .transaksiAlamat {
        color: #ababab;
        font-size: 10px;
        font-weight: 500;
        margin: 0;
        padding-bottom: 4px;
    }
    /* END BATCH 3 MOBILE*/
    /*UPDATE BATCH 4 MOBILE*/
    .calendarButton {
        color: #992034;
        font-family: "SF UI Text";
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        min-width: 180px;
        padding: 10px 10px;
        border-radius: 8px;
        background: none;
        white-space: nowrap;
        border: 1px solid #992034;
        position: relative;
        left: 0;
        margin-top: 20px;
    }
    .form-dropwdown-input {
        position: absolute;
        left: 0%;
        width: 100%;
        min-width: 0;
    }
    #laporanTableSubject {
        background-position: 100%;
    }
    #arrowTanggalUpload {
        background-position: 100%;
    }
    #arrowTanggalDihapus {
        background-position: 100%;
    }
    /* END BATCH 4 MOBILE*/
    /*BATCH 5 MOBILE*/
    .form-text-menu {
        width: 100%;
        color: #9b9b9b;
        font-size: 14px;
        font-weight: 400;
        border: 0;
        border-bottom: 1px solid #9b9b9b;
        ;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #pesanBroadcastKeterangan {
        background-position: 100%;
    }
    #refund-table td {
        padding-bottom: 21px;
        color: #929292;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1.33px;
    }
    #refund-table .table-option {
        text-transform: uppercase;
        width: 150px;
    }
    /*END BATCH 5 MOBILE*/
    /*BATCH 6 Mobile*/
    #subyekPemeliharaanArrow {
        background-position: 100%;
    }
    /*END BATCH 6 MOBILE*/
    /*batch 7 mobile*/
    #dataUserNama {
        background-position: 100%;
        padding-left: 10px;
    }
    .form-text-red-white {
        height: 35px;
        width: 100%;
        padding-right: 30px;
        padding-left: 10px;
        text-align: left;
        border: 0;
        border-radius: 8px;
        box-shadow: 0;
        letter-spacing: 0.91px;
        line-height: 12px;
        position: relative;
        background: transparent;
        color: white;
        font-family: "SF UI Text";
        font-size: 14px;
        font-weight: 400;
    }
    .form-text-red-white::placeholder {
        height: 35px;
        width: 100%;
        padding-right: 30px;
        padding-left: 10px;
        text-align: left;
        border: 0;
        border-radius: 8px;
        box-shadow: 0;
        letter-spacing: 0.91px;
        line-height: 12px;
        position: relative;
        background: transparent;
        color: white;
        font-family: "SF UI Text";
        font-size: 14px;
        font-weight: 400;
    }
    .form-text-red {
        height: 35px;
        width: 100%;
        padding-right: 30px;
        padding-left: 10px;
        text-align: left;
        border: 0;
        border-radius: 8px;
        box-shadow: 0;
        letter-spacing: 0.91px;
        line-height: 12px;
        position: relative;
        background: transparent;
        color: #992034;
        font-family: "SF UI Text";
        font-size: 14px;
        font-weight: 400;
    }
    .form-text-red::placeholder {
        height: 35px;
        width: 100%;
        padding-right: 30px;
        padding-left: 10px;
        text-align: left;
        border: 0;
        border-radius: 8px;
        box-shadow: 0;
        letter-spacing: 0.91px;
        line-height: 12px;
        position: relative;
        background: transparent;
        color: #992034;
        font-family: "SF UI Text";
        font-size: 14px;
        font-weight: 400;
    }
    #dataUserWrap {
        border-radius: 6px;
        background-color: rgba(238, 238, 238, 0.48);
        width: 100%;
        white-space: nowrap;
    }
    #dataUserNavigation {
        list-style: none;
        padding-left: 0;
        padding: 10px 10px;
    }
    #dataUserNavigation li {
        display: inline-block;
        width: 50%;
    }
    #dataUserNavigation li.active a {
        min-width: 0;
        display: inline-block;
        height: 40px;
        box-shadow: 0 2px 9px rgba(0, 0, 0, 0.03);
        border-radius: 6px;
        background-color: #b51828;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        padding: 9px 0;
        width: 100%
    }
    #dataUserNavigation li a {
        text-align: center;
        min-width: 0;
        display: inline-block;
        height: 40px;
        box-shadow: 0 2px 9px rgba(0, 0, 0, 0.03);
        border-radius: 6px;
        background-color: rgba(238, 238, 238, 0.48);
        color: #9b9b9b;
        font-size: 16px;
        font-weight: 600;
        padding: 9px 27px;
        width: 100%
    }
    #dataUserNavigation li:hover a {
        min-width: 0;
        display: inline-block;
        height: 40px;
        box-shadow: 0 2px 9px rgba(0, 0, 0, 0.03);
        border-radius: 6px;
        background-color: #b51828;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        padding: 9px 27px;
    }
    .custom-of {
        overflow-y: auto;
    }
    .custom-of {
        overflow-y: auto;
    }

    /*end batch 7 mobile*/
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /*LOGIN PAGE*/
    #loginContainer {
        padding: 0 30px;
    }
    #loginLogo {
        height: 45px;
        width: 208px;
        margin-left: 0px;
        margin-top: 57px;
    }
    #loginTitle {
        margin-bottom: 80px;
        color: #FFFFFF;
        font-family: "SF UI Text Medium";
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
    }
    .formLabel {
        color: #FFFFFF;
        font-family: "SF UI Text";
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 16px;
        margin-bottom: 13px;
    }
    /*END LOGIN PAGE*/
    #list-wrap {
        padding-left: 10px;
    }
    .sidenav a {
        text-decoration: none;
        font-size: 11px;
        color: #000000;
        display: block;
        transition: 0.3s;
    }
    .sidenav .closebtn {
        position: relative;
        font-size: 36px;
        margin-bottom: 79px;
        margin-left: 15px;
    }
    #logo {
        margin-top: 50px;
        margin-left: 15px;
        max-height: 45px;
        max-width: 150px;
    }
    .menu-still {
        padding-bottom: 30px;
        height: auto;
        width: 90%;
        border-radius: 22px;
        background-color: #FFFFFF;
        box-shadow: 0 20px 40px 0 rgba(163, 163, 163, 0.4);
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: -50px;
    }
    #footer-menu {
        padding-left: 0;
        margin-left: 0;
        margin-top: 30px;
    }
    #footer-menu li {
        text-align: left;
        list-style: none;
        float: none;
        color: none;
        font-family: "SF UI Text";
        font-size: 10px;
        letter-spacing: 1.83px;
        line-height: none;
        text-align: none;
        margin-left: 0;
        margin-top: 10px;
    }
    .menu-still .export-select {
        float: right;
    }
    .menu-still .download-list {
        border: 0;
        z-index: 4;
        right: 10px;
        top: 60px;
        position: absolute;
        border-radius: 20px;
        background-color: #FFFFFF;
        box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.22);
        padding-bottom: 0;
        text-transform: uppercase;
    }
    /*#footer-menu li {
        margin-top: 20px;
        list-style: none;
        float: right;
        color: #4A4A4A;
        font-family: "SF UI Text";
        font-size: 8px;
        letter-spacing: 1.8px;
        line-height: 1px;
        text-align: right;
        margin-left: 15px;
    }*/
    #searchContainer {
        position: relative;
        width: 100%;
        float: right;
    }
    #search-wrap {
        margin-right: 5px;
        width: 100%;
        float: left;
    }
    .right-nav-text {
        font-size: 7px;
        letter-spacing: 2px;
        line-height: 13px;
    }
    #rightNav {
        float: left;
    }
    #rightNav li a {
        font-size: 8px;
    }
    #rightNav li {
        margin-left: 10px;
        display: inline;
    }
    #rightNav li:first-child {
        margin-left: 15px;
    }
    .log-out {
        margin-right: 10px;
        margin-left: 15px;
    }
    .menu-icon {
        margin-left: 10px;
    }
    .menu-text {
        margin-right: 15%;
    }
    .line-5 {
        height: 30px;
        width: 2px;
        border-right: 1px solid #C5C5C5;
        position: relative;
        top: -5px;
    }
    .table-fixed {
        border-top: 0.5px solid rgba(255, 255, 255, 0.4);
        height: 80px;
        width: 90%;
        border-bottom-left-radius: 22px;
        border-bottom-right-radius: 22px;
        background: linear-gradient(221.56deg, #CC0F1C 0%, #992034 100%);
        box-shadow: 0 20px 40px 0 rgba(163, 163, 163, 0.4);
        position: relative;
        left: none;
        transform: none;
        top: 110px;
        z-index: 1;
        border-bottom: 0;
    }
    .table-responsive {
        border: 0;
    }
    #table-report th:not(#sortCol) {
        white-space: nowrap;
        padding: 10px 30px !important;
    }
    #table-report .checkbox-wrap {
        width: 50px !important;
    }
    .deleteModalFooter .btn-status {
        margin-right: 0;
    }
    .btn-side-by-side {
        display: 0;
        margin-top: 10px;
    }
    #perubahanDataUserBank .btn-status-small {
        margin-right: 10px;
    }
    .parameter-list {
        top: 50px;
        right: 0 !important;
        min-width: 100%;
        border: 0;
        z-index: 4;
        position: absolute;
        margin-top: 10px;
        border-radius: 20px;
        background-color: #FFFFFF;
        box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.22);
        padding-bottom: 6px;
        padding-top: 6px;
        text-transform: uppercase;
    }
    .download-text {
        font-size: 10px;
    }
    #date-wrap {
        float: left;
        width: 100%;
    }
    .form-date {
        height: 35px;
        width: 100%;
        padding-left: 10px;
        text-align: left;
        border: 1px solid #992034;
        border-radius: 8px;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        color: #992034;
        font-family: "SF UI Text";
        font-size: 10px;
        letter-spacing: 0.91px;
        line-height: 12px;
    }
    .date-picker-wrapper {
        left: 5%;
        right: 5%;
    }
    .date-picker-wrapper .month-wrapper table.month1 {
        width: 100%;
        float: left;
    }
    .date-picker-wrapper .month-wrapper table.month2 {
        width: 100% !important;
        float: left !important;
    }
    .date-picker-wrapper .month-wrapper {
        border: 0 !important;
        border-radius: 3px;
        background-color: transparent !important;
        padding: 5px;
        cursor: default;
        position: relative;
        _overflow: hidden;
        width: 100% !important;
        padding: 10px 0 !important;
    }
    #parameterAplikasiKeterangan {
        background-position: right;
        min-width: 500px;
    }
    #parameterAplikasiMedia {
        background-position: right;
        min-width: 100px;
    }
    #parameterAplikasiWaktu {
        background-position: right;
        min-width: 100px;
    }
    .modal-close {
        background: 0;
        border: 0;
        box-shadow: 0;
        margin-top: 10px;
        margin-left: 10px;
    }
    .label-gray {
        color: #898989;
        font-family: "SF UI Text";
        font-size: 14px;
        letter-spacing: 1.33px;
        line-height: 19px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 20px;
        width: 100%;
    }
    .btn-label-gray {
        color: #898989;
        font-family: "SF UI Text";
        font-size: 14px;
        letter-spacing: 1.33px;
        line-height: 19px;
        font-weight: 400;
        text-transform: uppercase;
        width: 100%;
        border: 0;
        background: 0;
        text-align: left;
        padding-left: 0;
        margin-left: 0;
    }
    .modal-body {
        width: 85%;
        margin: auto;
    }
    .btn-status {
        width: 100%
    }
    .btn-red {
        width: 100%
    }
    .btn-status:hover {
        width: 100%
    }
    .btn-red:hover {
        width: 100%
    }
    #persetujuanModal {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    #ubahKeteranganModal {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    #deleteModal {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    #ubahWaktuModal {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .modal-title {
        color: #992034;
        font-family: "SF UI Text";
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 3px;
        line-height: 21px;
        margin-top: 30px;
        text-align: center;
        margin-bottom: 63px;
    }
    .form-btn {
        position: relative;
        height: 35px;
        width: 100%;
        padding-left: 10px;
        text-align: left;
        border: 1px solid #992034;
        border-radius: 8px;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        color: #992034;
        background: transparent;
        font-family: "SF UI Text";
        font-size: 10px;
        letter-spacing: 0.91px;
        line-height: 12px;
    }
    /*WELCOME PAGE*/
    .welcome-title {
        color: #4A4A4A;
        font-family: "SF UI Text";
        font-size: 20px;
        line-height: 36px;
    }
    .welcome-name {
        color: #4A4A4A;
        font-family: "SF UI Text";
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 2.42px;
        line-height: 35px;
    }
    .welcome-text {
        color: #4A4A4A;
        font-family: "SF UI Text";
        font-size: 12px;
        line-height: 19px;
    }
    .welcome-notification {
        color: #4A4A4A;
        font-family: "SF UI Text";
        font-size: 12px;
        line-height: 19px;
    }
    #welcomeBanner .swiper-pagination {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -25px;
        width: auto !important;
        left: auto !important;
        margin: 0;
        z-index: 1;
    }
    /*END WELCOME PAGE*/
    /*UPDATE BATCH 3 TABLET*/
    .browse-btn {
        z-index: 1;
        position: absolute;
        top: -20px;
        right: 0;
        min-width: 106px;
        border-radius: 8px;
        border: 1px solid #992034;
        color: #992034;
        font-family: "SF UI Text";
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 10px;
        text-align: center;
    }
    .input-container {
        margin-top: 30px;
    }
    #kategoriArrow {
        background-position: 100%;
    }
    #namaPesanArrow {
        background-position: 100%;
    }
    #isiPesanArrow {
        background-position: 100%;
    }
    #rightButton {
        padding-left: 0;
    }
    #rightButton li:first-child {
        margin-top: 100px;
    }
    #rightButton li {
        display: block;
        margin-right: 0;
        margin-top: 10px;
    }
    #rightButton li .form-red {
        width: 100%;
    }
    #rightButton li .form-wrap {
        margin-top: 0;
    }
    .container-firstpage-left {
        margin-left: 0;
        padding-left: 0;
    }

    .container-firstpage-left .col-lg-12 {
        padding-right: 0;
        padding-left: 5px;
    }
    .graphName {
        margin-top: 30px;
        margin-bottom: 15px;
        color: #992034;
        font-family: "SF UI Text";
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.21px;
        text-transform: uppercase;
    }
    .graphDate {
        color: #4a4a4a;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.21px;
        margin-bottom: 60px;
    }
    #transaksiBankOfficerFilter {
        list-style: none;
        padding-left: 0;
    }
    #transaksiBankOfficerFilter li {
        display: inline-block;
        margin-right: 0;
        width: 100%;
    }
    #transaksiBankOfficerFilter .form-wrap {
        margin-top: 10px;
    }
    #transaksiBankOfficerFilter .form-red {
        width: 100%;
    }
    .totalTransaksi {
        color: #4a4a4a;
        font-size: 12px;
        font-weight: 400;
        margin-top: 20px;
        margin-top: 10px;
    }
    .totalTransaksiNominal {
        color: #992034;
        font-family: "SF UI Text";
        font-size: 12px;
        font-weight: 700;
        text-align: right;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .transaksiNominal {
        text-align: right;
        font-size: 12px;
        font-weight: 600;
        margin-top: 40px;
    }
    .transaksiDate {
        color: #ababab;
        font-size: 8px;
        font-weight: 400;
        margin: 0;
    }
    .transaksiAlamat {
        color: #ababab;
        font-size: 10px;
        font-weight: 500;
        margin: 0;
        padding-bottom: 4px;
    }
    #roleNavigationWrap {
        border-radius: 6px;
        background-color: rgba(238, 238, 238, 0.48);
        width: 100%;
    }
    #roleNavigation {
        list-style: none;
        padding-left: 0;
        padding: 20px 10px;
    }
    #roleNavigation li {
        display: inline-block;
        width: 23%;
        text-align: center;
    }
    #roleNavigation li.active a {
        min-width: 95px;
        height: 40px;
        box-shadow: 0 2px 9px rgba(0, 0, 0, 0.03);
        border-radius: 6px;
        background-color: #b51828;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        padding: 9px 25px;
    }
    #roleNavigation li a {
        min-width: 95px;
        height: 40px;
        box-shadow: 0 2px 9px rgba(0, 0, 0, 0.03);
        border-radius: 6px;
        background-color: rgba(238, 238, 238, 0.48);
        color: #9b9b9b;
        font-size: 16px;
        font-weight: 600;
        padding: 9px 20px;
    }
    #roleNavigation li:hover a {
        min-width: 95px;
        height: 40px;
        box-shadow: 0 2px 9px rgba(0, 0, 0, 0.03);
        border-radius: 6px;
        background-color: #b51828;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        padding: 9px 20px;
    }
    /* END BATCH 3 TABLET*/
    /*UPDATE BATCH 4 TABLET*/
    .calendarButton {
        color: #992034;
        font-family: "SF UI Text";
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        min-width: 180px;
        padding: 10px 10px;
        border-radius: 8px;
        background: none;
        white-space: nowrap;
        border: 1px solid #992034;
        position: relative;
        left: 0;
        margin-top: 20px;
    }
    .form-dropwdown-input {
        position: absolute;
        left: 0%;
        width: 100%;
        min-width: 0;
    }
    #laporanTableSubject {
        background-position: 100%;
    }
    #arrowTanggalUpload {
        background-position: 100%;
    }
    #arrowTanggalDihapus {
        background-position: 100%;
    }
    /* END BATCH 4 TABLET*/
    /*BATCH 5 TABLET*/
    .form-text-menu {
        width: 100%;
        color: #9b9b9b;
        font-size: 14px;
        font-weight: 400;
        border: 0;
        border-bottom: 1px solid #9b9b9b;
        ;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #pesanBroadcastKeterangan {
        background-position: 100%;
    }
    /*END BATCH 5 TABLET*/
    /*BATCH 6 TABLET*/
    #subyekPemeliharaanArrow {
        background-position: 100%;
    }
    /*END BATCH 6 MOBILE*/
    /*BATCH 7 TABLET*/
    #dataUserNama {
        background-position: 50%;
        padding-left: 10px;
    }
    /*end batch 7*/
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #loginContainer {
        padding: 0 70px;
    }
    #loginLogo {
        height: 45px;
        width: 208px;
        margin-left: 0;
        margin-top: 70px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1457px) {}

@media screen and (min-width: 1919px) {}

@media screen and (max-width: 1457px) {
    .max-table-size {
        width: 1800px !important;
    }
}

.switch-mode label{
    color: white;
    font-size: 12px;
    padding: 6px 14px;    
    min-width: 108px;
    color: #A51C2E;
    background-color: white;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0;
    text-align: center;
}
.switch-mode {
    display: flex;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;        
    width: max-content;
}
.switch-mode .switch-mode__active {
    color: white;
    background-color: #A51C2E;
}
.dropdown-toggle::after {
    display: none;
}

.form-red-dropwdown input {
    width: 100%;
}
.dropdown-toggle::after {
    display: none;
}