/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.dropdown-w3c {
	background-color: rgba(255,255,255,1) !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-header-w3c {
	color: black !important;
}

.w3c-a, .w3c-dropdown-button {
    padding-left: 1px !important;
    padding-right: 1px !important;
}
.block-center {
    margin-left:auto;
    margin-right: auto;
}
.text-center {
    text-align: center;
}
.w3c-ul {
    display: inline-flex;
    list-style: none;
    margin-left: -45px;
}
#w3c-dropdown + .dropdown-menu {
    max-width: 120px !important;
}
.w3c-a {
    border: none !important;
}

/** New css **/
.dropdown {
  position: relative;
  display: inline-block;
  top: -6px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  border-radius: 5px;
  text-align: left;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown span {
    color: white;
	position: relative;
	top: -5px;
}

.dropdown-content p {
    color: black;
    font-size: 12px;
	margin: 0;
	text-align: left;
}

.bahasa {
    position: relative !important;
    top: 4px !important;
    font-size: 14px;
}