body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #141519;
}

.navbar-default {
    background-color: #282d34;
    border-color: #282d34;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active {
    color: #f7f7f7;
    font-weight: bold;
    text-transform: uppercase;
}

.card-home {
    border: 1px solid #e1cd0a;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 75px;
}

.pd-8 {
    padding: 8px;
}

.pd-15 {
    padding: 15px;
}

.card-home-footer {
    background: #282d34;
    padding: 12px;
    border-radius: 1px 1px 10px 10px;
    text-align: center;
}

.card-home-footer p {
    margin-top: 0px;
    font-size: 20px;
}

.btn-gold {
    background: #f7ce06;
    background: linear-gradient(360deg, #e4d00a 10%, #996515 100%);
    font-weight: bold;
    color: #000;
}

.btn-gold:hover {
    color: #000;
}

.bg-grey {
    background: #313131;
}

.title-bg-grey {
    text-align: center;
    background: #313131;
    padding-top: 15px;
    padding-bottom: 15px;
}

.w-100 {
    width: 100%;
}

.card {
    background: #282d34;
    border-radius: 5px;
}

.mg-b-25 {
    margin-bottom: 25px;
}

.img-responsive {
    width: 100%;
}

p.title {
    font-size: 16px;
    font-weight: bold;
}

.pd-custom {
    padding: 10px 78px;
}

.btn-blue {
    display: block;
    background: linear-gradient(360deg, rgb(1 55 77) 27%, rgb(78 157 218) 68%);
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    word-wrap: break-word;
    white-space: normal;
}

.btn-blue:hover {
    color: #fff;
}

.pd-30 {
    padding: 30px;
}

.f-19 {
    font-size: 19px;
}

.f-28 {
    font-size: 28px !important;
}

.no-bg-br-only {
    border: 1px solid #313131;
    background: #000000;
}

.d-flex-center {
    display: flex;
    justify-content: center;
}

.mg-t-10 {
    margin-top: 10px;
}

.mg-t-25 {
    margin-top: 25px;
}

.mg-b-50 {
    margin-bottom: 50px;
}

.btn-transparent,
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
    background: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.table-custom {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin: 0 auto;
}

.table-custom tbody tr {
    background: #141519;
    font-weight: bold;
    border: 1px solid #1e8c8c;
    border-bottom: 15px solid #141519;
}

.table-custom tbody tr td {
    border: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.table-custom thead tr th {
    border: 0;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
}

.table-custom tbody tr td.weight-blue {
    background: linear-gradient(360deg, rgb(1 55 77) 27%, rgb(78 157 218) 68%);
    font-weight: bold;
}

.table-custom tbody tr td.soft-blue {
    /* background: #005d92; */
    background: linear-gradient(360deg, rgb(1 55 77) 27%, rgb(78 157 218) 68%);
    font-weight: bold;
}

.text-white {
    color: #fff;
    font-weight: bold;
}

.pd-50 {
    padding: 50px;
}

.custom-search {
    background: #313131;
    border: 0;
    border-radius: 50px;
    width: 50%;
    margin: 0 auto;
    height: 50px;
    color: #fff;
    text-align: center;
    margin-bottom: 38px;
    margin-top: 38px;
}

.modal-custom .modal-footer {
    text-align: center !important;
}

.modal-custom .modal-footer span {
    color: #000;
}

.logo {
    margin-top: -18px;
    width: 109px;
    padding-top: 4px;
}

.modal-custom .modal-header {
    background: #141519;
    border: 0;
    color: #fff;
}

.modal-custom .modal-body {
    background: #121519;
    color: #fff;
    padding: 85px;
    padding-top: 1px;
}

.modal-custom .modal-body p {
    font-size: 18px;
    margin-bottom: 0px;
    font-family: tahoma;
}

.modal-logo {
    margin: 0 auto;
    display: block;
    width: 150px;
}

.modal-custom .modal-body .card {
    padding: 15px;
    padding-bottom: 20px;
    padding-top: 25px;
}

.card-block {
    background: #121519;
    border: 1px solid #828282;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5px;
    padding: 10px;
}

.card-block.grey {
    background: #282d34;
    border: 0;
}

.card-block p {
    margin-bottom: 0px;
    font-weight: 900;
}

.mg-b-35 {
    margin-bottom: 35px !important;
}

.mg-b-30 {
    margin-bottom: 30px !important;
}

.mg-b-15 {
    margin-bottom: 15px !important;
}

.modal-custom .modal-body a {
    width: 50%;
    margin-bottom: 10px;
}

.blue-text {
    color: #02bee6;
}

.wd-84-center {
    width: 84%;
    margin: 0 auto;
}

.wd-full {
    width: 100%;
}

.card-block-custom {
    height: 255px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.eight-columns {
    padding-left: 0;
    list-style: none;
    width: 100%;
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
}

.f-54 {
    font-size: 54px;
}

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

.f-18 {
    font-size: 18px;
}

.d-block {
    display: block;
}

.mg-bt-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.d-flex {
    display: flex;
}

.space-around {
    justify-content: space-around;
}

.card-transparent {
    border: 1px solid #545454;
}

.pd-25 {
    padding: 25px;
}

.table-hover>tbody>tr:hover {
    background-color: #02bee6;
}

.table-draw tbody tr {
    background: #1a1d22;
}

.footer {
    background: #fff;
    color: #000;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    margin-top: 50px;
}

.content {
    min-height: calc(100vh - 172px);
    padding-top: 65px;
}

a.text-white:hover {
    color: #fff;
    text-transform: none;
    text-decoration: none;
}

.card-guide-detail .card-footer p {
    color: #fff !important;
    font-weight: 300;
}

.star-checked {
    color: #f7ce06;
}

.custom-blue-bg {
    margin-left: 37%;
    margin-right: 37%;
    background-image: url('../images/background result-min.png');
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
}

.pd-5 {
    padding: 5px;
}

.pd-20-10 {
    padding: 20px 10px;
}

.mg-b-0 {
    margin-bottom: 0;
}

.mg-t-0 {
    margin-top: 0;
}

@media(max-width : 768px) {
    .pd-50 {
        padding: 25px;
    }

    .modal-custom .modal-body {
        background: #1a1d22;
        color: #fff;
        padding: 20px;
    }

    .custom-blue-bg {
        margin-left: 15%;
        margin-right: 15%;
    }

    .modal-custom .modal-body a {
        width: 100%;
        margin-bottom: 10px;
    }

    .pd-custom {
        padding: 10px 10px;
    }

    .f-19 {
        font-size: 12px;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .title-bg-grey {
        margin-top: 0px;
    }

    .navbar-default {
        background-color: #1a1d22;
        border-color: #1a1d22;
    }

    .mobile-card-home {
        margin-bottom: 15px;
    }

    .mobile-card-home h1 {
        font-size: 16px;
        margin: 0;
    }

    .mobile-card-home p {
        font-size: 13px;
        margin: 0;
    }

    .flag-custom-mobile {
        font-size: 15px;
        display: inline-flex !important;
    }

    h1.after-flag {
        font-size: 14px;
        text-align: right;
        display: inline-flex;
    }

    .text-yellow {
        color: #f7ce06 !important;
    }

    .btn-gold {
        padding: 3px 10px;
    }

    .draw-mobile {
        font-size: 20px !important;
    }

    .pd-r-0 {
        padding-right: 0;
    }

    h2.mobile {
        font-size: 14px;
        font-weight: bold;
    }

    .footer {
        padding: 15px 9px;
        margin-top: 10px;
    }

    .card-block {
        width: 100%;
    }

    .wd-84-center {
        width: inherit;
        margin-right: -15px;
        margin-left: -15px;
    }

    .pd-0-mobile {
        padding: 0px;
    }

    .pd-l-0-mobile {
        padding-left: 0;
    }

    .pd-r-0-mobile {
        padding-right: 0;
    }

    .min-height-25 {
        min-height: 19px;
    }

    .flag-custom {
        display: none !important;
    }

    .modal-custom .modal-body .card {
        padding: 15px;
        padding-bottom: 10px;
    }

    .table-custom tbody tr {
        background: #4e4e4e;
        font-weight: bold;
        border: 1px solid #1e8c8c;
        border-bottom: 10px solid #1a1d22;
    }

    .table-responsive {
        border: 0;
    }

    .custom-search {
        width: 100%;
    }

    .modal-custom .modal-body p {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .card-bandar-mobile {
        border: 1px solid #fff;
        padding: 12px;
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .card-bandar-mobile.weight-blue {
        background: linear-gradient(360deg, rgb(1 55 77) 27%, rgb(78 157 218) 68%);
        padding: 12px;
        margin-bottom: 15px;
        border-radius: 10px;
        border: 1px solid rgb(0 233 254);
    }

    .card-bandar-mobile.soft-blue {
        background: linear-gradient(360deg, rgb(1 55 77) 27%, rgb(78 157 218) 68%);
        padding: 12px;
        margin-bottom: 15px;
        border-radius: 10px;
        border: 1px solid rgb(0 233 254);
    }

    .card-bandar-mobile h3.position,
    .card-bandar-mobile h3.bandar-name,
    .card-bandar-mobile h3.min-dp,
    .card-bandar-mobile h3.min-wd {
        margin: 0;
    }

    h3.bandar-name {
        font-size: 30px;
        font-weight: bold;
    }

    h3.min-dp,
    h3.min-wd {
        font-size: 13px;
    }

    .card-bandar-mobile .star-checked {
        font-size: 21px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-default .navbar-toggle {
        border-color: #f7ce06;
        background: linear-gradient(360deg, #e4d00a 10%, #996515 100%);
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .desktop-only-table {
        display: none;
    }

    .card-block-custom {
        height: 236px;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .custom-navbar-nav li {
        display: inline-block;

    }

    .custom-navbar-nav li a {
        padding: 10px 11px;
    }

    .custom-navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }

    .custom-navbar-nav .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }

    .card-guide-detail .card-body img {
        width: 100% !important;
    }
}

@media(min-width: 769px) {
    .table-responsive {
        overflow-x: hidden;
    }

    .desktop-only {
        display: block;
    }

    .desktop-only-table {
        display: table-cell;
    }

    .mobile-only {
        display: none;
    }

    .btn-close-absolute {
        display: none;
    }

    .pd-r-0-desktop {
        padding-right: 0;
    }

    .pd-lr-5-desktop {
        padding-left: 5px;
        padding-right: 5px;
    }

    .pd-l-0-desktop {
        padding-left: 0;
    }
}

.btn-close-absolute {
    position: absolute;
    right: 0;
    display: block;
}

.flag-custom {
    position: absolute !important;
    font-size: 55px;
    border-radius: 100%;
}

.f-70 {
    font-size: 70px;
}

.wd-100 {
    width: 100%;
}

.five-columns {
    padding-left: 0;
    list-style: none;
    width: 100%;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}

.card-guide {
    background: #000;
    border-radius: 10px;
}

.card-guide-detail {
    background: #000;
    border-radius: 10px;
}

.card-guide-detail .card-body {
    padding: 6px;
    color: #fff;
}

.card-guide-detail .card-body p {
    color: #fff !important;
}

.card-guide .card-body {
    padding: 6px;
    min-height: 140px;
}

.card-guide p.title {
    color: #f4cc06;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.card-guide p.subtitle {
    color: #fff;
    font-weight: normal;
}

.card-guide p.date {
    font-weight: normal;
}

.btn-yellow-guide {
    background: #f4cc06;
    color: #000;
    font-weight: bold;
    border-radius: 0px 0px 5px 5px;
}

.text-yellow {
    color: #f4cc06;
}

.flag-icon-square {
    font-size: 36px;
    margin-bottom: 10px;
}

.text-upper {
    text-transform: uppercase;
}

.custom-navbar-nav {
    width: 100%;
    background: #282d34;
    border-top: 1px solid #54595f;
    border-bottom: 1px solid #54595f;
    margin-top: -20px;
    margin-bottom: 30px;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    position: fixed;
    margin-top: -13px;
    transition-property: position;
    transition-duration: 4s;
    z-index: 99;
    height: 55px;
}

.custom-navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
}

.custom-navbar-nav li a:hover,
.custom-navbar-nav li a:active,
.custom-navbar-nav li a:focus {
    background-color: transparent;
}

.navbar-fixed {
    position: fixed;
    margin-top: -13px;
    transition-property: position;
    transition-duration: 4s;
    z-index: 99;
}

.statistik-page {
    padding-top: 50px;
}

.text-gold {
    background: -webkit-linear-gradient(#feae31, #efe457);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.col-2 {
    display: flex;
    padding-right: 5px;
    padding-left: 14px;
    flex-direction: row;
    justify-content: space-between;
    float: left;
}

.wd-50 {
    width: 50%;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.loader {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100vh;
    z-index: 99999999;
    background: #00000091;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.d-none {
    display: none;
}

.toto-box {
    display: table-cell;
    border: 1px solid #fff;
    width: 35px;
    height: 15px;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 4px;
}

.cell-wrapper {
    padding: 0px 27%;
    margin: 0 auto;
    width: 100%;
}

@media(max-width: 767px) {
    .cell-wrapper {
        padding: 0px 6%;
        margin: 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-nav.navbar-center {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 16px;
}

.lds-ellipsis div {
    position: absolute;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

.lds-ellipsis-cust {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 16px;
}

.lds-ellipsis-cust div {
    position: absolute;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis-cust div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis-cust div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis-cust div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis-cust div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

.cust-logo {
    width: 16%;
    height: auto;
    border-radius: 8px;
}

.cust-logo-oregon {
    max-width: 200px;
    height: auto;
    border-radius: 8px;
}

.cust-logo-pcso {
    max-width: 140px;
    height: auto;
    border-radius: 8px;
}

.font-th {
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.pd-top-cust {
    padding-top: 10px;
}

@media(min-width: 769px) {
    .mobile-only-cust {
        display: none;
    }
}

@media(max-width: 768px) {
    .desktop-only-cust {
        display: none;
    }

}


#pop-up-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#pop-up-wrapper {
    width: 94%;
    min-width: 350px;
    max-width: 500px;
    min-height: 210px;
    position: relative;
    z-index: 11;
    overflow: visible;
    /*border-radius: 5px;*/
    /*box-shadow: 0 1px 2px rgba(255, 255, 255, 0.07), 0 2px 4px rgba(255, 255, 255, 0.07),
        0 4px 8px rgba(255, 255, 255, 0.07), 0 8px 16px rgba(255, 255, 255, 0.07), 0 16px 32px rgba(255, 255, 255, 0.07),
        0 32px 64px rgba(255, 255, 255, 0.07);*/
}

#pop-up-wrapper img {
    width: 100%;
    /*border-radius: 5px 5px 0 0;*/
}

#pop-up-wrapper button {
    width: 100%;
    padding: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    border: none;
    border-radius: 0 0 5px 5px;
    margin: 0;
    /* background-color: #3ab1c1; */
    background: linear-gradient(360deg, #e4d00a 10%, #996515 100%);
}

.gray-bg {
    /*background: #777 no-repeat;*/
    background: transparent;

}

.swirl-in-fwd {
    -webkit-animation: swirl-in-fwd 0.6s ease-out both;
    animation: swirl-in-fwd 0.6s ease-out both;
}

.x-mark-container {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: black;
    border-radius: 50%;
    width: 8%;
}

#bg-black {
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fade-in {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-out {
    -webkit-animation: fade-out 1s ease-out both;
    animation: fade-out 1s ease-out both;
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media(min-width: 980px) {
    .isgp {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .isgp::before,
    .isgp::after {
        container:"";
    }
}

