body{
	background:#f1f4f5;
    color:#37474f;
    font-family: Calibri, sans-serif;
    font-size: 14px;
}

html {
    scroll-behavior: smooth;
}

input#totalbiaya {
    font-size: 30px !important;
    font-weight: bold;
    color: #097ec4;
}

input[type="search"]:focus {
    border: 1px solid #FFBF00 !important;
    outline-offset: 0px;
}

.update-status {
    font-size: 16px;
    font-weight: 600;
}

/*//////// TABLE ////////*/

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px 10px 10px !important;
    border-bottom: 1px solid #111;
}

.table td {
    border: 1px;
    border-style: ridge;
    /*vertical-align: middle;*/
    /*padding: 3px !important;*/
}

.tbl-rincian {
    font-weight: 600;
    text-align: right;
    min-width: max-content;
}

td.dataTables_empty {
    font-size: 25px !important;
    font-weight: bold;
    color: #FFBF00;
    padding:50px !important;
}

table {
    font-size:13px !important;
    line-height: 15px;
}

.table th {
    white-space: nowrap;
    border: 1px;
    border-style: ridge;
}

/*//////// END TABLE ////////*/

/* STANDART FONT SIZE*/

a.dropdown-item {
    font-size: 14px !important;
}

select#jalur {
    font-size: 14px !important;
}

select#metode {
    font-size: 14px !important;
}

.ui-autocomplete {
    max-width: 100%;
    max-height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
}
* html .ui-autocomplete {
    height: 120px;
    width: 100%;
}

textarea.form-control {
    font-size: 14px !important;
}

.fail-alert{
    color:#f52222;
}

.prefix{
    position:absolute;
    background-color: #c1b4b4;
    color: white;
    padding: 7px 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.form-control {
    font-size: 14px !important;
}

.form-control-with-prefix{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left:90px;
}

.form-group-with-prefix{
    display:flex;
    position:relative;
}

.red {
    color:red;
    font-weight:bold;
}

/* STANDART FONT SIZE*/

marquee{
    font-size:18px;
}


@media only screen and (max-device-width: 850px){
           marquee {
                max-width: 80% !important;
            } 
        }

.card-body-admin{
    padding:20px;
    margin:20px;
}

.top-header-admin{
    font-size:2rem;
    margin-left:20px;
}

.header-admin{
    font-size:18px;
    font-weight:bold;
    color: #000;
}

.label-admin{
    font-size:14px;
    font-weight:600;
}

.label {
    font-size: 14px;
}

.spasi-admin{
    margin-top:10px;
    display: flex;
    align-items: flex-end;
}

.bg-texas2{
    color:white;
    background:#263238;
}

.bg-texas{
    background:#FFBF00;
    color:#000;
}

.card{
    border-radius: 8px;
}

.card-body{
    border-radius: 3px;
	background:white;
}

/* GANTI KURS DOLLAR */
.bg-texas3{
    color:#000000;
    background:#FFBF00;
}


/* SIDE BAR AND NAV BAR PROPERTY */

.category{
    color:rgba(163,175,183,.9);;
    font-size:14px;
    margin-left:15px;
    padding:40px 10px 0px 10px;
}

.sidebar .aktif{
  color:#000;
  background:#FFBF00;
}

.mylogo{
  height:62px;    
  width:0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #FFBF00;
  overflow-x: hidden;
  transition: 0.5s;

  display:flex;
  justify-content: center;
  align-items: center;
}

.mylogo img{
	width: 75%;
    height: auto;
    /* margin: 15px 0px 0px 15px; */
}

.sidebar {
  margin-top:62px;    
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #263238;
  overflow-x: hidden;
  transition: 0.5s;
}

.fitur{
    display:inline;
    margin-left:15px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color:rgba(163,175,183,.9);
  display: block;
  transition: 0.3s;
  white-space: nowrap;
}

.sidebar a:hover {
  color: rgba(255,255,255,.8);
  background:rgba(255,255,255,.02);;
}

#mySidebar,#myLogo{
  width:180px;
}

#main,.fixed-top { 
  margin-left:180px;
  transition: margin-left .5s;
}

#main .konten{
  margin-top:72px;    
  /*padding: 16px 0px 0px 0px;*/
}

#wrapper.toggled #mySidebar,#wrapper.toggled #myLogo{
  width:0px;
}

#wrapper.toggled #main,#wrapper.toggled .fixed-top{
  margin-left:0px;
}

#menu-toggle::after{
  font-family: "FontAwesome";
  content: "\f00d";	
  font-size: 20px;
}

#wrapper.toggled #menu-toggle::after{
  content: "\f0c9";	
}

.form-pass{
    width:100%;
    display:flex;
    position:relative;
}

.form-pass span{
    position:absolute;
    font-size:20px;
    top:0;
    right:0;
    margin-right:5px;
    padding:7px;
}

/* SIDE BAR AND NAV BAR PROPERTY ENDS HERE */

/* MENU DASHBOARD */

.container-900{
    max-width:900px;
}

.container-900 .card{
    margin:0px 20px 0px 20px;
}

.head{
    color:#fefefe;
    font-size:20px;
}

.value{
    margin-top:15px;
    color:#fefefe;
    font-size:50px;
    text-align:center;
}

.expt {
    display: flex;
    align-items: center;
}

/*////////MODAL////////*/

form {
    margin-bottom: 0;
}

.modal-content {
    border: none !important;
}

.modal-body {
    padding: 30px !important;
    max-height: calc(((100vh - 75px) - 75px) - 35px);
    overflow-y: auto;
}

.modal-body2 {
    padding: 15px !important;
    max-height: calc(((100vh - 75px) - 75px) - 35px);
    overflow-y: auto;
}

.modal-body3 {
    padding: 15px !important;
    max-height: calc(((100vh - 75px) - 75px) - 55px);
    overflow-y: auto;
}

div#table_exp_wrapper {
    font-size: 11px !important;
}

.modal a{
    font-size:16px;
    color:#097EC4;
}

.modal .btn-secondary{
    color:white;
}

.modal a{
    text-decoration:none;
}

.modal .card-body{
    padding:10px 10px 10px 10px;
    background:#e9ecef;
    -webkit-box-shadow: 2px 2px 15px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 15px -5px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 15px -5px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.modal .card-body .judul{
    margin-bottom:10px;
    font-weight:600;
    color:#097EC4;
}

.modal .hasil{
    font-weight:600;
    line-height:1;
}

.modal .detil{
    font-weight:600;
}

.modal .card-body .hasil2{
    font-size:25px;
    font-weight:600;
}

.modal a img{
    width:48px;
}

.modal a .wa-pos{
    padding-top:10px;
    padding-bottom:10px;
}

.modal a .wa-pos2{
    padding-top:16px;
    padding-bottom:16px;
}

.modal a .status{
    font-size:11px;
    color:#a79f9f;
}

.modal a .icon{
    font-size:20px;
    padding-top:20px;
    padding-bottom:20px;
    color:#097EC4;
}

/* TAB */

.nav-pills .nav-link{
    color: #495057;
    background: #ffffff;
    margin-left: 5px;
    font-weight: 600;
    border: 1px solid #495057;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color:#ffbf00;
    color:#000;
    border: 1px solid #ffbf00;
}

a{
    color:#097EC4;
}

a:hover{
    color:#036f0a;
}


/*//////// BOTTON ////////*/
.btn {
    font-weight:600 !important;
}

.btn.bg-texas:hover {
    color: #000;
}

.swal2-styled.swal2-confirm {
    background-color: #FFBF00 !important;
    color: #000 !important;
}

button.btn.btn-block.btn-secondary {
    background: #37474f;
    color: white;
}

/*//////// END BOTTON ////////*/


/*//////// LACAK ////////*/

.st-status {
    background: rgb(0 123 255 / 15%);
    padding: 5px;
    border-radius: 4px;
    font-weight: bold;
    border-left: 5px solid #097ec4;
}
/*//////// END LACAK ////////*/


/*////////// STYLE TABEL ///////////*/

.st-wallpaper1{
    background: #007bff;
    color:#fff;
    border-radius:4px;
    padding:5px;
    font-weight:bold;
    width: fit-content;
}

.st-wallpaper2{
    background: #3ea70d;
    color:white;
    border-radius:4px;
    padding:5px;
    font-weight:bold;
}

.st-bold {
    font-weight: bold;
}

.st-resi {
    font-weight: bold;
    font-size:18px;
}

.st-vendor{
    color:#000;
    font-weight: bold;
    margin-top:5px;

}

.st-total {
    background: rgba(255, 255, 255, 0.9);
    color: #111;
    padding: 5px;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #000;
}

.st-ongkr {
    background: #17a2b8;
    padding: 5px;
    color: white;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
}

.st-editor {
    color: #dc3545;
    font-weight: bold;
}

.dashboard-row-first,
.dashboard-row-second,
.dashboard-row-third{
    padding:10px 30px;
}

.dashboard-row-first .col-sm-12,
.dashboard-row-second .col-sm-12,
.dashboard-row-third .col-sm-12{
    padding:5px 5px;
}


/*///////// END STYLE TABEL ////////////*/

/*///////// Style Pre-Loading ////////////*/
        .preloader {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 9999;
          /*background-color:;*/
        }

        .loading {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          font: 18px arial;
          color: #000;
          background: #FFBF00;
          padding: 10px 25px 10px 25px;
          border-radius: 5px;
        }

        .isDisabled {
          color: currentColor;
          cursor: not-allowed;
          opacity: 0.5;
          text-decoration: none;
          pointer-events: none;
        }
      
/*///////// Akhir Style Pre-Loading ////////////*/


/*/////////// Back To Top ////////*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #FFBF00;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

#myBtn:hover {
    background-color: #555;
    color:white;
}


/*///// Animation ////////*/
.blink {
    color : #FFBF00;
      animation: blink 2s steps(5, start) infinite;
      -webkit-animation: blink 1s steps(5, start) infinite;
    }
    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
    }

/* @media only screen and (max-width: 767px) {

} */

@media only screen and (max-width: 991px) {

    
    .container-fluid-sm{
        padding-left:0px;
        padding-right:0px;
    }
    .card-body-admin{
        margin:0px;
    }
    #main,.fixed-top { 
        margin-left:0px;
    }
    .mylogo{
        z-index: 1031;
    }
    .sidebar{
        z-index: 1031;
    }
    .dashboard-row-first,
    .dashboard-row-second,
    .dashboard-row-third{
        padding:0px;
    }
    .dashboard-row-first .col-sm-12,
    .dashboard-row-second .col-sm-12,
    .dashboard-row-third .col-sm-12{
        padding:5px 0px;
    }

    input[name='submit']{
        width:100%;
    }
    #pills-tab{
        flex-wrap: nowrap;
        float: none!important;
    }
    #pills-tab .nav-item{
        width:100%;
    }

    /*#myLogo img{
        width:35%;
    }*/

    #mySidebar,#myLogo{
        width:300px;
    }

    /*#mySidebar .category{*/
    /*    font-size: 20px;*/
    /*    padding-left:20px;*/
    /*}*/

    /*#mySidebar a{*/
    /*    font-size: 25px;*/
    /*    padding-left:20px;*/
    /*}*/

}

/*//////// Responsive Mobile /////////*/

.grafik {
    padding:20px;
}

@media (max-width:500px) {
    #main {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .grafik {
        padding: 14px;
    }
    
    .card-50 {
        width: 50%;
    }
    
    .margin-5px {
        margin:5px;
    }
    
    .modal-body {
        padding: 20px!important;
    }
    
    .top-header-admin {
        margin-left:0px !important;
    }
    
    .space-1 {
        margin-bottom: 10px;
    }
    
    #mySidebar,#myLogo{
        width:60%;
    }
    
    .ui-autocomplete {
        max-width: 80%;
        max-height: 120px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    
    * html .ui-autocomplete {
        height: 120px;
        width: 80%;
    }
    
    a#menu-toggle {
        margin-left: -20px !important;
    }
}


/*/////// SPACE /////*/
.space-1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.middle {
    display: flex !important;
    align-items: center !important;
}

.buktiFoto,.editBuktiFoto{
    display: none;
    width: 100%;
    height: 100%;
    transition: transform .2s;
    object-fit: cover;
    overflow: hidden;
}
.buktiFoto:hover,.editBuktiFoto:hover{
    transform: scale(1.5);
    border:1px solid black;
    z-index:9999;
}

.form-control-file {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.preview-logo{
    display:flex;
    align-items: center;
    justify-content: center;
    width:102px;
    height:102px;
    border:1px solid black;
    margin:auto;
}

/*//////// New CSS 2024 /////////*/
.crop {
    width: 50px;
    height: 50px;
    object-fit: cover;
    overflow: hidden;
}

