/*------------------------------------------------------------------
Project:    CIMB
Version:    1.0
Last change:    11.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 6";

-------------------------------------------------------------------*/

@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, .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, .search-img {
    height: 20px;
    width: 21px;
}

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

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

#search-button, .custom-btn-search {
    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;

}

.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;
}


#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;
    width: 100%;
    display: flex;
    margin: 0;
}

#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: 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;
    max-width: 200px;
}

#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-md-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;
}

/* Info Update */
.info-container {
    background-color: #F3EDED70;
    padding: 19px 30px;
    border-radius: 16px;
}
#transaksiBankOfficerFilter.info-promo {
    display: flex;
    align-items: center;
    background-color: #F3EDED70;
    padding: 19px 30px;
    border-radius: 16px;
}
#transaksiBankOfficerFilter.info-promo li {
    margin-right: 25px;
}
.flex-1 {
    flex: 1;
}
.form-red.info-promo, .form-date.info-promo {
    min-width: 229px;
    background-color: white;
}
.add-info__date {
    display: flex;
}
.add-info__date .showCalendar.calendarButton {    
    font-size: 10px;
    padding: 6px 16px;
}
.promo-img {
    border: 1px solid #898989;    
    max-width: 364px;
    height: 180px;
    display: flex;
}
.promo-img__container {
    display: flex;
}
.promo-img__container label, .prime-btn {
    display: inline-block;
    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;
    align-self:flex-end;   
    margin-left: 16px; 
    cursor: pointer;
}
.promo-img__container label:hover, .prime-btn:hover {
    background: #992034;
    color: white;
}

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

.lower-table {
    padding: 2.3% 4.63%;    
    border-radius: 22px;
    box-shadow: 0 20px 40px 0 rgba(169, 169, 169, 0.4);
}

.lower-table.lower-table__disabled {
    opacity: 0.5;
    pointer-events: none;
}
/* End Info Update */


/* #custom by blipcom */
.chosen-container.chosen-container-multi {
    width: 100% !important;
    /* max-width: 600px !important; */
}
/* #end custom by blipcom */

/*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-hover.td-hover__right {
    right: 14px;
    word-break: break-word;
    min-width: 160px;
}

.custom-of {
    overflow-y: auto;
}

.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-md-3 a{
text-align: center;
opacity: 0.45;
color: #9b9b9b;
font-weight: 400;
height: 59px;
display: block;
vertical-align: middle;
}


#notificationBar .col-md-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-md-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-md-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 */


/* Tutorial */

.thumbnail-container {
    border: 1px solid #898989;
    border-radius: 4px;
    padding: 8px 16px 8px 8px;
    display: flex;
    align-items: center;
    margin: 2px 0;
}
.thumbnail-container img{
    border-radius: 8px;
    margin-right: 16px;
}
.thumbnail-container__inputs {
    flex: 1;    
}
.thumbnail-container__inputs input{
    display: block;
    width: 100%;
    padding: 12px 16px;
    border-radius: 2px;
    border: 1px solid #898989;
}
.thumbnail-remove, .thumbnail-copy{
    all: unset;
    color: #992034;
    font-size: 10px;
    text-transform: uppercase;
    flex: 1;
    margin: 8px;
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.thumbnail-copy{    
    border: 1px solid #992034;
    border-radius: 8px;
    padding: 11px;
}
.thumbnail-copy:hover{    
    background-color: #992034;
    color: white;
}
.thumbnail-btn__container {
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.thumbnail-upload__container {
    width: 128px;
    height: 128px;
    padding: 32px 21px;
    border-radius: 2px;
    border: 1px solid #992034;    
    color: #992034;
    text-align: center;
    font-size: 10px;
    margin-top: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.thumbnail-upload__container:hover {
    transform: scale(1.03);
    transition: all 0.3s ease-in-out;
}
/* ENd Tutorial */

/* Resize Table */
#tableRowTitle.table-fixed-title #sortCol.bg-remove {
    background: none !important;
}
.bg-remove {
    background: none !important;
}
/* End Resize Table  */

/* laporan v2 */

.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;
}

/* End Laporan */


.dropdown-menu {
    max-height: 350px;
    overflow-y: auto;
}
.trumbowyg-button-pane {
    z-index: 1;
}
/** RESPONSIVE;
 ---------------------------------------------------------*/
/* Info promo */
.pending-btn {
    color: #992034;
    border: 1px solid #992034;
    width: 100%;
    display: inline-block;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
}

.pending-btn:hover {
    transition: all 0.3s ease-in-out;
    color: white;
    background-color: #992034;
}

.img-row {
    padding-left: 60px;
}

.top-nav-tabs {
    list-style-type: none;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 16px;
}

.top-nav-tabs li a{
    padding: 8px 16px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #B54352;
    border: 1px solid #A51C2E;
    transition: all ease-in-out 0.3s;
}
.top-nav-tabs li:first-child a{
    /* border-right: none; */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.top-nav-tabs li:not(:first-child) a {
    border-left: none;
}
.top-nav-tabs li:last-child a{    
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.top-nav-tabs .top-nav-tabs__active, .top-nav-tabs li a:hover {
    background-color: #A51C2E;
    color: white;
    transition: all ease-in-out 0.3s;
}


.btn-2 {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}
.c-btn-success {
    background-color: #E7F3D6;
    color: #38AA00;
}
.c-btn-warning {
    background-color: #FCE09F;
    color: #DE7D00;
}
.c-btn-danger {
    background-color: #FFD1D9;
    color: #992034;
}

.dropdown-menu>li>a {
    white-space: initial;
    word-break: break-word;
}
.dropdown-list input {
    width: 95%;
    margin: auto;
    display: block;
}
 @media screen and (max-width: 1166px) {
     #transaksiBankOfficerFilter.info-promo {
         flex-wrap: wrap;
     }
     .add-info__date {
        display: block;
    }
    .img-row {
        padding-left: 0px;
    }
 }
 /* Info promo */

 /* Bank product parameter */
.table-box {
    box-shadow: 0 20px 40px 0 rgb(163 163 163 / 40%);
    padding: 6% 4%;
    border-radius: 22px;
}
.normal-select {
    border: 1px solid #979797;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
    width: 100%;
    max-width: 364px;
}
.form-header {
    background-color: #F3EDED;
    border-radius: 16px;
    padding: 16px 32px;
    margin-bottom: 32px;
}
.px-2 {
    padding-left: 32px;
    padding-right: 32px;
}
.text-danger {
    color: #992034;
}
.btn-sm {    
    display: inline-block;
    padding-left: 10px;
    text-align: left;
    border: 1px solid #992034;
    border-radius: 8px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
    color: #992034;
    background: transparent;
    font-family: "SF UI Text";
    font-size: 10px;
    letter-spacing: 0.91px;
    line-height: 12px;
}
.btn-sm:hover {    
    transition: all 0.3s ease-in-out;
    background-color: #992034;
    color: white;
}
.upload-img {
    display: flex;    
    flex-wrap: wrap;
}
.uploaded-img {
    padding: 4px;
    border: 1px solid #898989;
    border-radius: 2px;
    margin-right: 14px;
    margin-bottom: 3px;
    max-width: 270px;    
    height: 240px;
}
.table-bg {
    text-align: center;
    width: 100%;
}
.table-bg th{
    background-color: #F3EDED;    
    opacity: 0.5;    
    padding: 8px;
    text-align: center;
    border: 1px solid transparent;
    text-transform: uppercase;
}
.basic-calendar {    
    max-width: 364px;
    position: relative;
}
.basic-calendar button{
    position: absolute;
    right: 7px;
    top: -7px;
}
.header-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 25px;
}
.header-btns .btn-status-small, .header-btns .btn-red-small{
    padding: 12px 24px;
    font-size: 10px;    
}
.header-btns .btn-status-small {
    background-color: white;
}
.header-btns .btn-status-small:hover {
    color: #992034;
    transform: scale(1.03)
}
.header-btns .btn-red-small:hover {
    color: white;
    background-color: #992034;
    transform: scale(1.03)
}
.table-fixed-title.table-tr {
    margin: initial;
    left: 6%;
}
.single-date.single-month .month-wrapper .month1 {
    width: 100%;
}
[data-file] {
    display: block !important;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
/* Bank product parameter End */

/* Check version */
.tab-table {
    width: 240px;
    background-color: #F4F3F4;
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 36px;
}
.tab-table td a{
    border-radius: 8px;
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;   
    color:  #898989;     
    text-align: center;
    width: 100%;
    transition: all 0.2s ease-in-out;
}
.tab-table td{
    text-align: center;
}
.tab-table td a:hover,.tab-table td a.tab-2__active{
    background-color: #992034;
    color: white;
    transition: all 0.2s ease-in-out;
}
.select-1 {
    border: none;
    outline: none;
    width: 100%;    
    padding-bottom: 4px;
    border-bottom: 1px solid #898989;;
}
.check-app__btn-container {
    display: flex;
    justify-content: end;
    margin-top: 24px;
}
.btn-p2 {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}
.c-btn-success {
    background-color: #E7F3D6;
    color: #38AA00;
}
.c-btn-warning {
    background-color: #FCE09F;
    color: #DE7D00;
}
.c-btn-danger {
    background-color: #FFD1D9;
    color: #992034;
}
[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;
}

[data-custom-table] .dataTables_wrapper .dataTables_paginate {
    float: initial;
    text-align: center;
    padding-top: 72px;
}
.table-box.table-box__fill {
    margin-left: -60px;
    margin-right: -60px;
}

/* Check version End */

/* Daftar tolakan Start */
.form-btn.tolakan-btn {
    width: 100px;
}
.tolakan-menu {
    display: flex;
    flex-direction: row;
}
.tolakan-menu #search-wrap{
    width: 80%;
}
.tolakan-menu #searchContainer{
    float: initial;
    max-width: 1168px;
}
.tokalan-menu__btn {
    margin-right: 78px;    
}
.tab-table {
    width: 240px;
    background-color: #F4F3F4;
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 36px;
}
.tab-table td a{
    border-radius: 8px;
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;   
    color:  #898989;     
    text-align: center;
    width: 100%;
    transition: all 0.2s ease-in-out;
}
.tab-table td{
    text-align: center;
}
.tab-table td a:hover,.tab-table td 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;
    padding-top: 72px !important;
}
.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;
    word-break: break-word;
}
.ditolak-bar-top {
    background-color: #F3EDED;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 8px;
    margin-bottom: 68px;
}
/* Daftar tolakan End  */
.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;
}
.td-btn .btn-status {
    padding: 8px 4px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bd-start {
    border-left: 1px solid #DCDCDC;
}

.btn-status-res.btn-status {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    gap: 8px;
}
.custom-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 16px;  
}
.cg-md-3 {
    grid-column: span 3;
    min-height: 100px;
}
.my-wrapper {
    margin-top: 27px;
}
.my-btn {
    background-color: white;
    border: 1px solid #992034;
}
.my-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.my-search {
    padding: 8px;
    border: 1px solid #EBEBEB;
    font-size: 14px;
    border-radius: 8px;
    color: #992034;
}
.my-btn-p {
    background-color: #992034;
    border: 1px solid #992034;
    color: white;
    padding: 8px;
    display: inline-block;
    border-radius: 8px;
}
.my-btn-o:hover {
    background-color: #992034;
    color: white;
}
.my-btn-o {
    background-color: white;
    border: 1px solid #992034;
    color: #992034;
    padding: 8px;
    display: inline-block;
    border-radius: 8px;
}
.my-btn-p:hover {
    background-color: white;
    color: #992034;
}
.w-200 {
    width: 150px;
    max-width: 150px;
}
.w-100 {
    width: 100%;
}
.my-table th{
    color: #A3A3A3;
}
.hover-container {
    position: relative;
}
.hover-container:hover .hover-data {
    display: none;
   
}
.hover-container .hover-complete {
    display: none;
}
.hover-container:hover .hover-complete {
    display: block;
    box-shadow: 0 10px 20px 0 rgba(163, 163, 163, 0.76);
    position: absolute;
    padding: 16px;
    background-color: white;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    z-index: 2;
}
.hover-r:hover,.hover-r:active:hover, .hover-r:active,
.hover-r.btn-default.active, .hover-r.btn-default:active, .open > .hover-r.dropdown-toggle.btn-default  {
    background: #F3EDED;
}
table.dataTable.my-table tbody td, table.dataTable.my-table th{
    font-family: "SF UI Text";
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 25px 21px 25px 8px;
    border-bottom: 1px solid #DCDCDC !important;
}

table.dataTable.my-table th{
    font-weight: 500 !important;
    font-family: "SF UI Text Medium";
}

.my-pagination .dataTables_paginate .paginate_button{
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}
.my-pagination .dataTables_paginate {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    flex-wrap: wrap;
}
.my-pagination .dataTables_paginate .paginate_button:hover {
    background: transparent;
    color: #992034 !important;
}
.my-pagination .dataTables_paginate .paginate_button.current {
    color: #992034 !important;
}
.my-file {
    display: block !important;
    padding: 8px;
    border: 1px solid gray;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 16px;
}
.my-select {
    padding: 8px;
    border: 1px solid gray;
    border-radius: 8px;
    width: 100%;
    display: block;
}
.my-textarea {
    padding: 8px;
    border: 1px solid gray;
    border-radius: 8px;
    width: 100%;
    display: block;
}
.icon {
    height: 24px;
    width: 24px;
}
.btn-reset {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.hover-text-red:hover {
    color: #992034;
}
table.dataTable.my-table.reset-table tbody td, table.dataTable.my-table.reset-table th {
    text-align: unset;
}
table.dataTable.my-table.reset-table tbody td.text-right, table.dataTable.my-table.reset-table th.text-right {
    text-align: right;
}
.mt-8 {
    margin-top: 32px;
}
.f-normal {
    font-weight: normal;
}
.r-margin {
    margin: 0;
}
.r-lh {
    line-height: 0;
}
.c-pointer {
    cursor: pointer;
}
@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, .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;
    }

    .form-btn.tolakan-btn{
        width: 100%;
    }

    /*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-md-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*/

    /* Info promo update */

    #transaksiBankOfficerFilter.info-promo {
        display: block;
    }
    .promo-img__container {
        display: block;
    }
    .promo-img__container label{
        margin-left: 0;
        margin-top: 8px;
    }
    .table-box.table-box.table-box__fill {
        margin-left: 0;
        margin-right: 0;
    } 
    /* End Info promo update */


    /* Daftar tolakan mobile */
     .tolakan-menu {
        flex-direction: column;
    }
    .tolakan-menu #search-wrap {
        width: 100%;
    }
    /* Daftar tolakan mobile end */
    .table-responsive.td-btn {
        width: 1000px;
    }
    .trc {
        overflow-x: scroll;                
    }
    .top-nav-tabs.tnb-res {
        flex-direction: column;
        gap: 4px;
    }
    .top-nav-tabs.tnb-res li, .top-nav-tabs.tnb-res li a{
        width: 100%;
        text-align: center;
    }
    .top-nav-tabs.tnb-res li a {
        border-radius: 8px;
        font-size: 12px;
        border: 1px solid #A51C2E;
    }

}

@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, .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;
    }

    .form-btn.tolakan-btn{
        width: 100%;
    }

    /*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-md-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*/
    .bd-start {
        border: none;
    }

    .cg-md-3 {
        grid-column: span 12;
    }


}

@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;    
    }
}

@media screen and (max-width: 991px) {
    .my-flex {
        flex-direction: column;
        width: 100%;
    }
    .w-100-md, .w-100-md.w-200  {
        width: 100%;
        max-width: 100%;
    }
    .my-wrapper .dropdown-menu {
        width: 100%;
    }
}

#download-wrap {
    margin-right: 20px;
    padding-bottom: 20px;
    float: right;
}

.export-select-v2 {
    height: 36px;
    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: 25px;
}

.download-text-v2 {
    width: 100%;
    color: #992034;
    font-family: "SF UI Text Medium";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 14px;
    padding: 15px 0;
}
.modal-dialog {
    margin: auto;
}
.text-center {
    margin: auto;
}
.modal {
    --bs-modal-width: 100%;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
}
.dropdown-toggle::after {
    display: none;
}
.card, .card:hover {
    box-shadow: none;
    border: none;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-group {
    margin-top: 15px;
}
.w-100-md.Aligner.my-btn-p.w-200 {
    font-size: 14px;
}
footer {
    margin-top: 32px;
}
.nb .dropdown-toggle:after {
    content: '\f107';
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -15px;
    margin-right: 10px;
}
#jabatan-list {
    top: 100%;
}