/***

====================================================================
	Pools Page
====================================================================

***/
/* Headline */
.separator {
    height: 3px;
    display: inline-block;
    background-color: #a42327;
    content: "";
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    border-radius: 2px;
    text-align: left;
}

.welcome-section-pools {
    position: relative;
    padding-top: 60px;
}

.welcome-section-pools:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    height: 213px;
    background: url(../images/background/1.png) no-repeat;
}

@media (max-width: 767px) {
    .welcome-section-pools {
        padding-top: 30px;
    }
}

.white {
    color: #e1dddd;
    text-shadow: 2px 3px 6px #000000c7;
}
.primary-color {
    color: #ffffff;
}

a:hover {
    text-decoration: none !important;
}

a:active,
a:focus,
a:hover,
a,
a:active,
a:focus,
a:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active {
    outline: none !important;
    box-shadow: none !important;
}

section {
    position: relative;
}

#section3 {
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 60px;
    z-index: 0;
}

.col-lg-12,
.col-md-12,
.col-md-6 {
    padding-right: 18px;
    padding-left: 18px;
}

.mb-4 {
    margin-bottom: 2.2rem !important;
}

.bold {
    font-weight: 700;
}

h6 {
    line-height: 1.2;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
}

h6 {
    font-size: 22px;
    font-weight: 600;
}

p {
    line-height: 27px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #dcdcdc;
    letter-spacing: 1px;
    font-size: 16.2px;
}

.btn-primary {
    box-shadow: 0px 2px 8px 0px #090909 !important;
    border-radius: 15px;
    background-color: #3a589e;
    color: #fff;
    border: none;
    font-size: 18.2px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-primary:active,
.btn-primary:hover {
    background-color: #9b51e0;
}

.btn-primary.btn-sm {
    border-radius: 15px;
    background-color: #444240;
    color: #fff;
    border: none;
    text-shadow: 2px 2px 5px #00000073;
    font-size: 23px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.8) !important;
}

h6.primary-color {
    font-weight: 700;
}

.card {
    display: block;
    line-height: 1.42857143;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #343434bf;
    transition: box-shadow 0.25s;
    border: none;
}

.card:hover {
    -webkit-transform: scale(1.016);
    -moz-transform: scale(1.016);
    transform: scale(1.016);
    -webkit-transition: -webkit-transform 0.5s
        cubic-bezier(0.6, 0.23, 0.32, 0.95);
    transition: transform 0.5s cubic-bezier(0.6, 0.23, 0.32, 0.95);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.accordion-toggle[aria-expanded="true"]:before {
    transform: rotate(0deg);
}

.img-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 83px;
    opacity: 0.9;
    /* background: #9B51E0; */
    border-radius: 15px 0 15px 0px;
    z-index: 5;
    overflow: hidden;
}

.card-content {
    padding: 15px;
}

.card-content p {
    margin-bottom: -10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #a3a19f;
    text-shadow: 2px 2px 3px #000000a3;
}

.special-offer {
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: 53%;
    left: 50%;
}

* {
    transition: filter 0.25s ease;
}
.show-data {
    margin: 0 auto;
}

.show-data:hover {
    color: #6b6868;
}

a:hover {
    color: #6b6868;
}

.accordion-toggle {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.accordion-toggle:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    transform: rotate(-90deg);
    margin-left: 10px;
    font-weight: 900;
    color: #ffffff;
    float: left;
    background-color: #580000;
    border-radius: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.accordion-toggle:hover {
    color: #6b6868;
}

.accordion-toggle:before {
    transition: 0.3s;
}

@media (min-width: 1200px) {
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

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

@media (min-width: 992px) {
    .datuk-homepage .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    #section3 {
        background-color: #252525;
        padding-bottom: 45px;
        z-index: 0;
    }

    h6 {
        font-size: 20px;
    }

    p {
        font-size: 16.2px;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media (max-width: 576px) {
    .isikel {
        /* margin: 0px 15px 0px 12px; */
        text-align: center;
        font-size: 16px !important;
        font-weight: bold;
        color: #ffffff;
        text-shadow: 2px 2px 3px #000000a3;
        text-transform: uppercase;
        text-align: right;
    }
    table,
    th,
    td {
        text-align: center;
        border: none;
        height: 37px !important;
        font-family: verdana;
        font-size: 11px !important;
        text-shadow: 1px 1px 2px #000000a3;
        border: 2px solid #303030;
        box-shadow: 0px 1px 0px 0px #403838;
    }

    .mb-4 {
        margin-bottom: 1.8rem !important;
    }
}
@media screen and (max-width: 1000px) and (min-width: 200px) {
    .card-content p {
        margin-bottom: -10px;
        text-align: center;
        font-size: 17px;
        font-weight: bold;
    }
    .special-offer {
        position: absolute;
        transform: translate(-50%, -50%);
        bottom: 50%;
        left: 50%;
    }
    .keluar {
        background: #910303;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 20px;
        color: #ffffff;
        font-weight: bold;
        font-size: 15px !important;
        border-radius: 5px;
    }
    .result {
        line-height: 1.2;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 600;
        font-size: 62px;
    }
    .btn-primary.btn-sm {
        border-radius: 0px;
        background-color: #4c4c4c;
        color: #dbd8d8;
        border: none;
        font-size: 20px;
        font-family: "Lato", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin: 0px 0px 0px 0px;
    }
    .hilang {
        display: none !important;
    }
    .muncul {
        display: block !important;
    }
}
.muncung {
    display: none;
}

.keluar {
    background: #910303;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.8);
    font-size: 20px;
    border-radius: 8px;
}

.nomor_keluaran {
    background: #540000;
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.8);
    font-size: 30px;
    border-radius: 8px;
    align-items: center;
}

.digit_number {
    background-color: #910303;
    padding: 3px 5px;
}

.isikel {
    text-align: center; /* Jika Anda ingin memusatkan horizontal secara keseluruhan */
}

.keluar-bg {
    padding: 10px 30px;
}
.isikel {
    /* margin: 0px 15px 0px 12px; */
    margin-left: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 3px #000000a3;
    text-transform: uppercase;
    text-align: right;
}

.tablekel {
    display: block;
    line-height: 0px;
    /* border-radius: 9px; */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #101010;
    transition: box-shadow 0.25s;
    border: none;
}
table {
    border-collapse: collapse;
    width: 100%;
}
table,
th {
    text-align: center;
    border: none;
    height: 50px;
    font-family: verdana;
    /* box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); */
    font-size: 21px;
    text-shadow: 1px 1px 2px #000000a3;
    box-shadow: 0px 1px 0px 0px #403838;
}
td {
    text-align: center;
    border: none;
    height: 60px;
    font-family: verdana;
    /* box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); */
    font-size: 21px;
    text-shadow: 1px 1px 2px #000000a3;
    box-shadow: 0px 1px 0px 0px #403838;
}
tr:nth-child(even) {
    background-color: #e0e0e0;
}
th {
    background-color: #ae2529;
    color: white;
}
table.imgt {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #999999;
    border-collapse: collapse;
}
table.imgt th {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #353535 0%, #2b2b2b 100%);
    background-image: linear-gradient(to bottom, #232323 0%, #3e3e3e 100%);
    border: 1px;
    padding: 8px;
    height: 40px !important;
    border-style: solid;
    border-color: #3f3f3f;
    text-align-last: center;
}
table.imgt td {
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    padding: 0px;
    border-bottom: 0.5px dotted #0f0c0c00;
    border: 2px solid #3030302e;
}

.result-table td.head {
    color: #fff;
    background: #540000;

    text-transform: uppercase;
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
    .result-table td.head {
        color: #fff;
        background: #540000;
        width: 33%;
        text-transform: uppercase;
    }
}

.ganti {
    animation: changeBackground 0.8s cubic-bezier(0, -0.76, 0.35, 0.87) infinite !important;
}

@keyframes changeBackground {
    0% {
        background-color: #fca103;
    }
    100% {
        background-color: #540000;
    }
}

.hari {
    text-align: left;
}

/* Start Section FAQ */
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
.black {
    color: #d6d6d6;
}
section {
    position: relative;
}
#section4 {
    background-color: #04172e;
    padding-bottom: 30px;
    padding-top: 30px;
}
.col-lg-12,
.col-md-12 {
    padding-right: 18px;
    padding-left: 18px;
}
.bold {
    font-weight: 700;
}
.head {
    width: 350px;
}
h2,
h3 {
    line-height: 1.2;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
}
h2 {
    font-weight: 700;
    color: #dcdcdc;
    font-size: 35px;
}
h3 {
    font-size: 21px;
}
p {
    line-height: 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #dcdcdc;
    letter-spacing: 1px;
    font-size: 20px;
}
.red-line {
    width: 100%;
    background-color: #000000c2;
    content: "";
    margin: 0 auto 1px 0;
    box-shadow: 0 1px 1px 0 #635e5e;
    text-align: center;
    margin-bottom: 10px;
}
.datuk-schedule p {
    font-size: 17.2px;
}
* {
    transition: filter 0.25s;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}
@media (max-width: 768px) {
    #section4 {
        background-color: #04172e;
        padding-bottom: 57px;
        padding-top: 40px;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 24px;
    }
    p {
        font-size: 16.2px;
    }
    .datuk-schedule p {
        font-size: 16.2px;
        line-height: 1.655;
    }
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
}
.single-datuk {
    margin-top: -15px;
}
/* End Section FAQ */
