@import url('https://fonts.googleapis.com/css?family=Bai+Jamjuree:400,700&display=swap');

body {
    background-color: #1a1d22;
    font-family: 'Bai Jamjuree', sans-serif;
}

hr {
    border-color: #3d4246;
    margin: 30px 0;
}

.banner-wrapper img {
    width: 100% !important;
}

.header-wrapper .logo-box {
    padding: 20px 0;
}
.header-wrapper .navbar {
    background: #2d3139;
    border-radius: 5px;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.5);
    margin-bottom: 10px;
    padding: 15px;
}
.header-wrapper .navbar .navbar-toggler {
    font-size: 15px;
    outline: none !important;
}
.header-wrapper .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 199, 73, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header-wrapper .navbar .navbar-collapse {
    border-top: 1px solid #3d4246;
}
.header-wrapper .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #ffffff !important;
    font-weight: bold;
}

.content-wrapper .content-box,
.result-wrapper .result-box {
    position: relative;
    background: #2d3139;
    border-radius: 5px;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.5);
}
.content-wrapper .content-box .content-thumbnail,
.content-wrapper .content-box .content-thumbnail img {
    border-radius: 5px 5px 0 0;
}
.content-wrapper .content-box .content-article {
    padding: 15px;
}
.content-wrapper .content-box .content-article * {
    color: #ffffff;
}
.content-wrapper .content-box .content-article h5 {
    font-size: 20px;
}
.content-wrapper .content-box .content-article p {
    margin: 0;
    text-align: justify;
}
.content-wrapper .content-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 15px;
}

.category-wrapper .category-box {
    position: relative;
    background: #2d3139;
    border-radius: 5px;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.5);
}
.category-wrapper .category-box .category-header {
    background: #555c68;
    border-radius: 5px 5px 0 0;
}
.category-wrapper .category-box .category-header .category-title {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 0 !important;
}
.category-wrapper .category-box .category-content {
    min-height: 120px;
    max-height: 120px;
    height: 120px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .8);
    background-size: 100%;
    background-position: center center;
}
.category-wrapper .category-box .category-content .category-date {
    min-height: 120px;
    max-height: 120px;
    height: 120px;
    line-height: 120px;
}
.category-wrapper .category-box .category-content .category-date p {
    min-height: 32px;
    max-height: 32px;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 0 3px 10px rgba(0,0,0,.8);
}
.category-wrapper .category-box .category-content .category-date .category-link {
    line-height: 1;
    margin-top: 10px;
}
.category-wrapper .category-box .category-article {
    padding: 15px;
}
.category-wrapper .category-box .category-article .category-title {
    color: #ffffff !important;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.category-wrapper .category-box .category-article hr {
    margin: 10px;
}

.list-agent .list-agent-header {
    position: relative;
    padding: 8px;
}
.list-agent .list-agent-header .agent-header-rank {
    min-width: 50px;
    max-width: 50px;
    width: 50px;
    margin-right: 10px;
}
.list-agent .list-agent-body .agent-wrapper .agent-box {
    position: relative;
    border: 1px solid #575a5f;
    border-radius: 5px;
    padding: 8px;
    margin: 5px 0;
}
.list-agent .list-agent-body .agent-wrapper .agent-box.top-1 {
    background: linear-gradient(to bottom,#82dc57,#16ba89);
}
.list-agent .list-agent-body .agent-wrapper .agent-box.top-2 {
    background: #4a7644;
}
.list-agent .list-agent-body .agent-wrapper .agent-box.top-3 {
    background: #3a5237;
}
.list-agent .list-agent-body .agent-wrapper .agent-box .agent-rank {
    background: #575a5f;
    border-radius: 5px;
    min-width: 50px;
    max-width: 50px;
    width: 50px;
    min-height: 50px;
    max-height: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    margin-right: 10px;
}
.list-agent .list-agent-body .agent-wrapper .agent-box .agent-name {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 18px;
}
.list-agent .list-agent-body .agent-wrapper .agent-box .agent-cash {
    font-size: 14px;
}
.list-agent .list-agent-body .agent-wrapper .agent-box .agent-review {
    line-height: 1.3;
    font-size: 14px;
}
.list-agent .list-agent-body .agent-wrapper .agent-box .agent-button .btn {
    background-color: #fdd600 !important;
    border-radius: 5px;
    min-height: 30px;
    max-height: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    padding: 0 10px;
}

.result-wrapper .result-box .result-header {
    background: #555c68;
    border-radius: 5px 5px 0 0;
}
.result-wrapper .result-box .result-header .result-title {
    color: #ffffff;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 0 !important;
}
.result-wrapper .result-box .result-date {
    color: #ffffff;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 0 !important;
}
.result-wrapper .result-box .result-number {
    min-height: 120px;
    max-height: 120px;
    height: 120px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .8);
    background-size: 100%;
    background-position: center center;
}
.result-wrapper .result-box .result-number .result-digit {
    min-height: 120px;
    max-height: 120px;
    height: 120px;
    line-height: 120px;
    color: #ffffff;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    text-shadow: 0 3px 10px rgba(0,0,0,.8);
}
.result-wrapper .result-box .result-history .btn {
    background-color: #fdd600 !important;
    border-radius: 5px;
    padding: 10px 15px;
    color: #000000;
    font-weight: 700;
    font-size: .8em;
    line-height: 1;
}
.result-wrapper .result-box .result-lastview hr {
    margin: 15px 0 5px;
    border-color: #555c68;
}
.result-wrapper .result-box .result-lastview .result-lastview-title {
    color: #ffffff;
    font-weight: bold;
}
.result-wrapper .result-box .result-lastview .result-lastview-title .btn {
    background-color: #980000 !important;
    border-radius: 5px;
    min-height: 30px;
    max-height: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    padding: 0 10px;
}
.result-today-wrapper .result-today-box {
    background: #1a1d22;
    border: 1px solid #980000;
    border-radius: 5px;
    padding: 10px;
}
.result-today-wrapper .result-today-box .result-title {
    font-size: 20px;
    font-weight: 700;
}
.result-today-wrapper .result-number {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 10px 0 !important;
    padding: 20px;
    background: radial-gradient(#980000, transparent, transparent);
}

table {
    white-space: nowrap !important;
}

.table-result {
    border-radius: 5px;
}
.table-result thead {
    background:#2d3139;
}
.table-result thead,
.table-result thead tr:first-child {
    border-radius: 5px 5px 0 0;
}
.table-result thead tr:first-child th:first-child {
    border-radius: 5px 0 0 0;
}
.table-result thead tr:first-child th:last-child {
    border-radius: 0 5px 0 0;
}
.table-result thead tr th {
    font-size: 16px;
}
.table-result tbody {
    background: #3d4246;
    border-radius: 0 0 5px 5px;
}
.table-result tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.1);
}
.table-result tbody tr:last-child {
    border-radius: 0 0 5px 5px;
}
.table-result tbody tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}
.table-result tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}
.table-result tbody tr td {
    font-size: 14px;
    vertical-align: middle !important;
}
.table-result tbody tr td:last-child {
    font-weight: bold;
    font-size: 18px;
    color: #fdd600 !important;
}

.table-agent thead {
    background: #424955;
    text-transform: uppercase;
}
.table-agent tbody {
    background: #1a1d22;
}
.table-agent thead tr th,
.table-agent tbody tr td {
    font-size: 14px;
}
.table-agent thead tr th {
    color: #fdd600 !important;
}
.table-agent tbody tr td {
    padding: 10px;
    vertical-align: middle !important;
}
.table-agent tbody tr td.money {
    color: #82dc57 !important;
}
.table-agent tbody tr td a {
    padding: 5px 10px;
    border-radius: 3px;
    background: #fdd600;
    color: #0b0b0b !important;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
.table-agent tbody tr td.stars {
    text-align: center;
}
.table-agent tbody tr td.stars img {
    width: 15px;
    max-width: 15px;
}
.table-agent tbody tr td:first-child {
    font-weight: bold;
}

.table-history tbody tr td {
    vertical-align: middle !important;
}
.table-history tbody tr td:last-child {
    font-weight: bold;
    font-size: 14px;
    color: #ffffff !important;
}

.text-black {
    color: #000000 !important;
}

.sidebar-banner img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .header-wrapper .logo-box .img-logo {
        height: 40px;
        min-height: 40px;
        max-height: 40px;
    }
    .img-kepala{
        height: 250px;
        min-height: 250px;
        max-height: 250px;
        position: center;
    }
    .header-wrapper .navbar {
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0;
        padding: 0;
    }
    .header-wrapper .navbar .navbar-collapse {
        border-top: none !important;
    }
    .header-wrapper .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        height: 80px;
        line-height: 80px;
        padding: 0 10px !important;
        font-size: 13px;
        text-transform: uppercase;
    }
}
.accordion-menu {
  z-index:1;
  width: 80%;
  max-width: 350px;
  margin: 31px auto 20px;
  background: #1a1d22;
  border-radius: 4px;
  padding: 0 0px !important;
  font-size: 13px;
  text-transform: uppercase;
}

.accordion-menu li.open .dropdownlink {
  color: #CDDC39;
}
.accordion-menu li.open .dropdownlink .fa-chevron-down {
  transform: rotate(180deg);
}

.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;
}

.dropdownlink {
  height:20px;
  cursor: pointer;
  display: block;
  padding: 0 20px !important;
  color:white;
  font-weight: bold;
  font-size:13px;
  
}
.dropdownlink i {
  position: absolute;
  top: 17px;
  left: 16px;
}
.dropdownlink .fa-chevron-down {
  right: 12px;
  left: auto;
}

.submenuItems {
  display:none;
  background: #1a1d22;
}
.submenuItems li {
    display:none;
}

.submenuItems a {
  text-decoration: none;
  display: block;
  color: white;
  padding: 12px 0px 12px 0px;
  transition: all 0.4s ease-out;
}
.submenuItems a:hover {
  background-color: #2d3139;
  color: white;
}