/* body{

	background:#f1f4f5;
    color:#37474f;
    font-family: Roboto,sans-serif;
    font-size: 10px;
} */

body{

	background:#f1f4f5;
    color:#37474f;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

/* NEW EDIT 2021 */

.dropdown-menu.dropdown-menu-right.show {
    font-size: 14px !important;
}

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

.modal-body {
    padding: 30px !important;
}

.modal-body2 {
    padding: 15px !important;
}

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

.error{
    color:red;
}

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

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

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

/* NEW EDIT 2021 */

.uppercase {
    text-transform: uppercase;
}

marquee{
    font-size:18px;
}

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

.top-header-admin {
    font-size: 25px;
    font-weight: bold;
    color: #0375ac;
    margin-left: 20px;
}

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

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

.label-input{
    font-size:16px;
}

.spasi-admin{
    margin-top:10px;
}

.bg-texas {
    color: white;
    background: #0375ac;
}


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


.bg-texas3 {
    color: white;
    background: #0375ac;
    padding: 30px;
}

.card{
    border-radius: 8px;
}

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

/* GANTI KURS DOLLAR */
.bg-texas3{
    color:white;
    background:#0375ac;
}


/* SIDE BAR AND NAV BAR PROPERTY */

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

.sidebar .aktif{
  color:white;
  background:#222c32;
}

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

.mylogo img{
	width:110px;
	height:auto;
	margin: 15px 0px 12px 35px;
}

.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 20px;
  text-decoration: none;
  font-size: 12px;
  color:rgba(163,175,183,.9);
  display: block;
  transition: 0.3s;
}

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

/* 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;
}

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

.modal a{
    font-size:16px;
    color:#0375ac;
}

.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:#0375ac;
}

.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:#0375ac;
}

/* TAB */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color:#0375ac;
}

a{
    color:#0375ac;
}

a:hover{
    color:#036f0a;
}