* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    font-family: 'Kanit', sans-serif;
}

body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.9);
}

/* Add a thumb */
body::-webkit-scrollbar-thumb {
    background: rgba(250, 250, 250, 0.5);
}

body,
html {
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

body,
html {
    height: 100%;
    background-image: url('../img/logo_polantas.png');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.space-bar {
    margin-bottom: 10px;
}

.space-applicant {
    margin-top: 100px;

}

.navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 16px;
}

/* Start Modul Pelajar */
.title-modul {
    border-radius: 20px;
    color: #FFF;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 20px;
}

.title-modul h2 {
    margin-top: 20px;
    text-align: center;
    color: #FFF;
}

.line {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}


/* End Modul Pelajar */

/* ------------------------------------------------------------------------------------------ Bahaya Section Starts */
section #bahaya {
    padding-bottom: 60px;
}

#bahaya .space-bahaya {
    margin-top: 100px;
}

#bahaya .title-bahaya {
    border-radius: 20px;
    color: #FFF;
    padding-bottom: 5px;
    padding-top: 5px;
}

#bahaya .title-bahaya p {
    text-align: center;
    color: #FFF;
}

#bahaya {
    background-color: rgba(255, 255, 255, 0.9);
    background-repeat: repeat-y;
    background-position: 50% 0;
}

#bahaya h2 {
    text-align: center;
    padding-top: 20px;
    color: #FFF;
}

#bahaya .line {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

/* ------------------------------------------------------------------------------------------ Pricing Section Starts */

section#pricing {
    padding-bottom: 60px;
}

#pricing #portfolio {
    background-color: rgba(255, 255, 255, 0.9);
}

#pricing .space-modul {
    margin-top: 100px;
}

#pricing .title-info {
    border-radius: 20px;
}

#pricing .modul {
    border: 2px solid rgba(18, 87, 255, .1);
    padding-top: 10px;
    border-radius: 20px;
}

#pricing .row {
    text-align: center !important;
    margin-top: 15px;
}

#pricing {
    background-attachment: fixed;
    /* background-image: url(../images/3_1.jpg); */
    background-color: rgba(255, 255, 255, 0.9);
    background-repeat: repeat-y;
    background-position: 50% 0;
}

#pricing h2 {
    padding-top: 20px;
    color: #FFF;
}

#pricing p {
    color: #fff;
}

#pricing .line {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    width: 100px;
    margin-left: auto;
    margin-right: auto;

}

#pricing .smallline {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    padding-bottom: 10px;
    width: 100px;
    text-align: center;
    margin: 10px auto 30px;
}

#pricing .picture img {
    width: 100%;
    height: auto;
    background: transparent;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
    border: 3px solid #FFF;
}

#pricing .heading-1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    top: -200px;
    margin-bottom: -40px;
}

#pricing .circle {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    color: #000;
    top: -90px;
    margin-bottom: -20px;
    padding-top: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 3px solid #ccc;
}

#pricing .circle span.price {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}

#pricing .circle span {
    font-size: 18px;
}

#pricing .p-table {
    position: relative;
    top: -40px;
}

#pricing .p-table ul {
    padding: 0;
    margin: 0;
}

#pricing .p-table ul li {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(256, 256, 256, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    list-style-type: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#pricing .p-table ul li:hover {
    background-color: rgba(256, 256, 256, 0.1);
}

#pricing .btn {
    color: #000;
    background-color: #ccc;
    padding-top: 6px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-left: 20px;
    font-size: 18px;
    margin-bottom: 60px;
}

#pricing .p {
    background-color: #fff;
}

#pricing .col-md-3:hover .circle {
    background-color: #003cff;
    color: #fff;
}

#pricing .col-md-3:hover .btn {
    background-color: #003cff;
    color: #FFF;
}

/* ------------------------------------------------------------------------------------------ Pricing Section 2 Starts */

section#pricing2 {
    padding-bottom: 60px;
}

#pricing2 #portfolio {
    background-color: rgba(255, 255, 255, 0.9);
}

#pricing2 .space-modul {
    margin-top: 100px;
}

#pricing2 .row {
    text-align: center !important;
}

#pricing2 .modul {
    border: 2px solid rgba(18, 87, 255, .1);
    text-align: center;
    border-radius: 20px;
}

#pricing2 {
    background-attachment: fixed;
    /* background-image: url(../images/3_1.jpg); */
    background-color: rgba(255, 255, 255, 0.9);
    background-repeat: repeat-y;
    background-position: 50% 0;
}

#pricing2 h2 {
    padding-top: 20px;
    color: #FFF;
}

#pricing2 p {
    text-align: center;
    color: #fff;
}

#pricing2 .line {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    /* margin-bottom: 60px; */
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

#pricing2 .smallline {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    width: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#pricing2 .picture img {
    width: 100%;
    height: auto;
    background: transparent;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
    border: 3px solid #FFF;
}

#pricing2 .heading-1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    top: -200px;
    margin-bottom: -40px;
}

#pricing2 .circle {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #ccc;
    color: #000;
    top: -90px;
    margin-bottom: -20px;
    padding-top: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 3px solid #ccc;
}

#pricing2 .circle span.price {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}

#pricing2 .circle span {
    font-size: 18px;
}

#pricing2 .p-table {
    position: relative;
    top: -40px;
}

#pricing2 .p-table ul {
    padding: 0;
    margin: 0;
}

#pricing2 .p-table ul li {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(256, 256, 256, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    list-style-type: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#pricing2 .p-table ul li:hover {
    background-color: rgba(256, 256, 256, 0.1);
}

#pricing2 .btn {
    color: #000;
    background-color: #ccc;
    padding: 6px 20px;
    font-size: 18px;
    margin-bottom: 60px;
}

#pricing2 .p {
    background-color: #fff;
}

#unduh {
    display: flexbox;
}


/* ------------------------------------------------------------------------------------------ Our Services Section Starts */
#our-services .item {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

#services .line {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #e5e5e5;
    margin-bottom: 60px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

#services .circle {
    width: 150px;
    height: 150px;
    background: transparent;
    border: 3px solid #000;
    border-radius: 150px;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    padding-top: 32px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#services .circle i {
    font-size: 80px;
}

#services .item:hover .circle {
    background-color: #000;
    color: #fff;
}

#services .item:hover i {
    color: #fff;
}

#services .smallline {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #e5e5e5;
    margin-top: 3px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#services .heading-1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    color: #000;
}

#services .heading-2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 12px;
    color: #000;
}

#services .description {
    margin-top: 6px;
    margin-bottom: 30px;
}

/* ------------------------------------------------------------------------------------------ Practice Section Starts */
section #practice {
    padding-top: 60px;
    padding-bottom: 60px;
}

#practice {
    margin-bottom: 100px;
}

#practice #portfolio {
    background-color: rgba(255, 255, 255, 0.9);
}

#practice .title-practice {
    border-radius: 20px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}

#practice .space-practice {
    margin-top: 100px;
}

#practice h2 {
    padding-top: 20px;
    color: #FFF;
}

#practice p {
    color: #fff;
}

#practice .line {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    width: 100px;
    /* margin-bottom: 60px; */
    margin-left: auto;
    margin-right: auto;
}



/* ------------------------------------------------------------------------------------------ Informasi Section Starts */
section#informasi {
    padding-bottom: 60px;
}

#informasi .space-bahaya {
    margin-top: 100px;
}

#informasi .modul {
    border: 2px solid rgba(18, 87, 255, .1);
    padding-top: 10px;
    border-radius: 20px;
}

#informasi .title_baru {
    margin-top: 10px;
    background-color: #1c51fe;
    border-radius: 20px;
    padding: 10px;
}

#informasi .title_panjang {
    margin-top: 10px;
    background-color: #1c51fe;
    border-radius: 10px;
    padding: 10px;
}

#informasi .row {
    text-align: center !important;
}

#informasi {
    background-attachment: fixed;
    /* background-image: url(../images/3_1.jpg); */
    background-color: rgba(255, 255, 255, 0.9);
    background-repeat: repeat-y;
    background-position: 50% 0;
    color: #fff;
}

#informasi h5 {
    padding-top: 20px;
    color: #FFF;
}

#informasi p {
    color: #FFF;
}

#informasi .line {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

#informasi .smallline {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    width: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#informasi .picture img {
    width: 100%;
    height: auto;
    background: transparent;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
    border: 3px solid #FFF;
}

#informasi .heading-1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    top: -200px;
    margin-bottom: -40px;
}

#informasi .circle {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #ccc;
    color: #000;
    top: -90px;
    margin-bottom: -20px;
    padding-top: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 3px solid #ccc;
}

#informasi .circle span.price {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}

#informasi .circle span {
    font-size: 18px;
}

#informasi .p-table {
    position: relative;
    top: -40px;
    color: #000;
}

#informasi .p-table ul {
    padding: 0px;
    margin: 0px;
}

#informasi .p-table ul li {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(256, 256, 256, 0.2);
    border-bottom-color: rgba(204, 204, 204, 0.2);
    list-style-type: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#informasi .p-table ul li:hover {
    background-color: rgba(256, 256, 256, 0.1);
}

#informasi .btn {
    color: #000;
    background-color: #ccc;
    padding-top: 6px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-left: 20px;
    font-size: 18px;
    margin-bottom: 60px;
}

#informasi .p {
    background-color: #fff;
}

#informasi .col-md-3:hover .circle {
    background-color: #003cff;
    color: #fff;
}

#informasi .col-md-3:hover .btn {
    background-color: #003cff;
    color: #FFF;
}

/* ------------------------------------------------------------------------------------------ Teori Section Starts */
section #teori {
    padding-top: 60px;
    padding-bottom: 60px;
}

#teori .container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: rgba(255, 255, 255, .9);
}

.data-pemohon {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

#teori .data-pemohon th {
    color: #000;
}

#teori .data-pemohon tr {
    color: #000;
}

#teori .data-pemohon table {
    text-align: center;
}

#teori .data-pemohon table th {
    color: #000;
}

#teori .container video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#teori .question {
    text-align: center;
    padding: 20px 20px;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#teori .answer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 15px 15px 0;
    background-color: #2979ff;
    border-radius: 10px;
    text-align: left;
    color: #fff;

}

#teori li {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    list-style-type: none;
}

#teori button {
    width: 100%;
    padding: 5px 0;
    border: none;
    background-color: #2979ff;
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fafafa;
}

#teori label:hover {
    background-color: #f4dd5b;
    color: black;
    border-radius: 10px;
    width: 100%;
    border: none;
    font-size: 18px;
}

#teori button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #1c51fe;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

#teori-test button:hover {
    background-color: red;
    border-radius: 10px;
}

/*  Dashboard Start */

#detail-pemohon {
    background-color: rgba(255, 255, 255, 0.9);
}

.no_antrian {
    margin-bottom: 50px;
    text-align: center;
    background-color: #003cff;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    color: #fff;
}

.no_antrian table.th {
    background-color: #ccc;
}

.no_antrian span {
    font-family: Arial, serif;
    font-size: 40px;
    font-weight: bold;
}

.detail_pemohon {
    height: 800px;
}

.btn-teori {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

#timer-container {
    width: 100%;
    margin: 0;
}

#timer {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#result-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 25px;
    width: 850px;
    background-color: black;
    box-shadow: 0 0 10px rgba(255, 255, 255, .3);
}

#result-container h3 {
    text-align: center;
    color: #fafafa;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 4px solid #2979ff;
}

#score {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}

.daftar {
    margin-top: 20px;
    width: 100%;
    padding: 5px 0;
    border: none;
    background-color: #2979ff;
    border-radius: 10px;
}

.daftar a {
    text-decoration: none;
    color: #fafafa;
    font-family: Arial, serif;
    text-transform: uppercase;
}

.daftar a:hover {
    color: #000;
}

/* End login */

/* ------------------------------------------------------------------------------------------ Teori Section Starts */
/* ------------------------------------------------------------------------------------------ Practice Section Starts */
section #petunjuk-test {
    padding-top: 100px;
    padding-bottom: 100px;
}

#petunjuk-test {
    background-color: rgba(255, 255, 255, .9);
    text-align: center;
}

#petunjuk-test .title-petunjuk {
    padding-top: 10px;
    border-radius: 20px;
    text-align: center;
    color: #FFF;
    margin-bottom: 10px;
}

#petunjuk-test .space-petunjuk {
    margin-top: 100px;
}

#petunjuk-test .line {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

#petunjuk-test .btn-petunjuk {
    list-style-type: none;
    margin-top: 50px;
    margin-bottom: 150px;
    background-color: #003cff;
    padding: 20px;
    border-radius: 20px;
}

#petunjuk-test .btn-petunjuk a {
    text-decoration: none;
    color: #fafafa;
    font-family: Arial, serif;
    text-transform: uppercase;
}

#petunjuk-test .btn-petunjuk:hover {
    background-color: red;
}

#petunjuk-test .aturan-main {
    display: flexbox;
    text-align: left;
    padding: 30px 10px 60px 5px;
    font-weight: normal;
}

/* Registrasi Pemohon */
#regis-box {
    width: 700px;
    padding: 20px;
    border: 1px solid #000000;
    background-color: rgb(14, 87, 255);
    font-size: 18px;
    color: #000000;
    font-family: Arial, serif;
    font-weight: bold;
    border-radius: 10px;
    /* text-transform: uppercase; */
}

#regis-box h1 {
    text-align: center;
    color: #fafafa;
    margin-bottom: 30px;
    border-bottom: 2px solid #fff;
}

#regis-box input {
    width: calc(100% - 20px);
    padding: 8px 10px;
    /* margin-bottom: 15px; */
    border: none;
    border-bottom: 2px solid #fff;
    color: #000000;
    font-size: 18px;
}

#regis-box select {
    width: calc(100% - 20px);
    padding: 8px 10px;
    /* margin-bottom: 15px; */
    border: none;
    border-bottom: 2px solid #2979ff;
    font-size: 18px;
}

#regis-box .regis {
    margin-top: 20px;
    border: none;
    border-radius: 10px;
}

/* End Registrasi Pemohon */


/* Start Form Login */
#login-box {
    padding: 20px;
    border: 1px solid #ccc;
    border: none;
    background-color: rgb(14, 87, 255);
    font-size: 18px;
    color: #fafafa;
    font-family: Arial, serif;
    font-weight: bold;
    border-radius: 10px;
}

#login-box .daftar {
    margin-top: 20px;
    width: 100%;
    padding: 5px 0;
    color: #FFF;
    border: none;
    background-color: #2979ff;
    border-radius: 10px;
}

#login-box button:hover {
    background-color: #ff0000;
    border-radius: 10px;
}

#login-box a:hover {
    background-color: #ff0000;
    border-radius: 10px;
}

/* End Form Login */
