/*//////////////////////////////////////////////////////////////////
[ RESETTER ]*/

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/* 
table {
    border-collapse: collapse;
    border-spacing: 0;
} */

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
    font-family: Poppins-Bold !important;
}

body {
    /* background: linear-gradient(10deg, rgba(42, 137, 224, 1) 0%, rgb(255, 255, 255) 80%); */
    background: linear-gradient(10deg, rgba(42, 137, 224, 1) 0%, rgb(255, 255, 255) 80%);
}

/*//////////////////////////////////////////////////////////////////
[ CONTENT ]*/
.content {

    position: fixed;
    /* height: 100vh; */
    width: 200vh;
    /* display: block; */
    top: 20%;
    left: 30vh;
    margin-top: -100px;
    margin-left: -200px;

}

.top-bar {
    width: 100%;
    height: 10vh;
    background-color: white;
}

.nav-logo-left {
    float: left;
}

.nav-logo-left img {
    margin-top: 10px;
    margin-left: 30px;
    height: 70px;
}

.nav-logo-right {
    float: right;
}

.nav-logo-right img {
    margin-top: 10px;
    margin-right: 30px;
    height: 70px;
}

.container {
    width: 80%;
    height: 80vh;
    margin: auto;
    padding: 30px;
    box-sizing: border-box;
}

.title-center {
    width: 80%;
    height: 70px;
    background-color: rgba(255, 255, 255, 1);
    margin: auto;
    text-align: center;
    line-height: 70px;
    border-radius: 25px;
}

.main-form {
    margin-top: 150px;
    text-align: center;

}

.main-form input {
    text-align: center;
    width: 80%;
    height: 250px;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(18, 99, 212);
    border: none;
    outline: none;
    font-size: 200px;
    border-bottom: 5px solid white;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.main-form input:focus {
    border-bottom: 5px solid rgb(18, 99, 212);
    transition: border-bottom 2s;
}

input:focus::placeholder {
    color: rgba(0, 145, 226, 0);
    transition: 0.5s;
}

input::placeholder {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.5);
}

.button-container {
    margin: 50px auto;
    text-align: center;
}

.button {
    font-size: 20px;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 30px;
    width: 200px;
    height: 50px;
}

.button:hover {
    background-color: rgb(18, 99, 212);
    transition: 0.5s;
}

.top-bar {
    width: 100%;
    height: 10vh;
    background-color: white;
}

.nav-logo-left {
    float: left;
}

.nav-logo-left img {
    margin-top: 10px;
    margin-left: 30px;
    height: 70px;
}

.nav-logo-right {
    float: right;
}

.nav-logo-right img {
    margin-top: 10px;
    margin-right: 30px;
    height: 70px;
}

.container {
    width: 80%;
    height: 80vh;
    margin: 10px auto;
    padding: 30px;
    box-sizing: border-box;
}

.title-center {
    width: 80%;
    height: 70px;
    background-color: rgba(255, 255, 255, 1);
    margin: auto;
    text-align: center;
    line-height: 70px;
    border-radius: 25px;
}

.main-form {
    margin-top: 150px;
    text-align: center;

}

.main-form input {
    text-align: center;
    width: 80%;
    height: 250px;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(18, 99, 212);
    border: none;
    outline: none;
    font-size: 200px;
    border-bottom: 5px solid white;
}

.main-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.main-form input:focus {
    border-bottom: 5px solid rgb(18, 99, 212);
    transition: border-bottom 2s;
}

input:focus::placeholder {
    color: rgba(0, 145, 226, 0);
    transition: 0.5s;
}

input::placeholder {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.5);
}

.button-container {
    margin: 50px auto;
    text-align: center;
}

.button {
    font-size: 20px;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 30px;
    width: 200px;
    height: 50px;
}

.button:hover {
    background-color: rgb(18, 99, 212);
    transition: 0.5s;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
}


.body {
    width: 100%;
    height: 100vh;
    display: flex;
    flex: wrap;
    justify-content: center;
    align-items: center;
    background: linear-gradient(10deg, rgba(42, 137, 224, 1) 0%, rgb(255, 255, 255) 80%);
}

.container-hasil {
    width: 80%;
    background-color: white;
    border-radius: 10px;
}

.no-undian {
    float: left;
    width: 35%;
    height: 120px;
    border-bottom: 5px solid rgb(18, 99, 212);
    ;
    text-align: center;
    line-height: 120px;
}

.status {
    float: right;
    width: 65%;
    height: 120px;
    border-bottom: 5px solid #E6E7E8;
    text-align: center;
    line-height: 120px;
    color: orange;
}

.clear {
    clear: both;
}

.nama {
    width: 100%;
    min-height: 170px;
    display: flex;
    flex: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
}

.title-rekening {
    float: left;
    width: 35%;
    height: 100px;
    background-color: rgb(99, 162, 250);
    text-align: center;
    line-height: 100px;
}

.rekening {
    padding: 0 20px;
    float: right;
    width: 65%;
    height: 100px;
}

.title-alamat {
    float: left;
    width: 35%;
    height: 100px;
    background-color: rgb(150, 189, 243);
    text-align: center;
    line-height: 100px;
}

.alamat {
    padding: 10px 20px;
    float: right;
    width: 65%;
    height: 150px;
    border-bottom: 5px solid #E6E7E8;
    overflow: hidden;
}

.logo {
    float: left;
    padding-top: 55px;
    text-align: center;
    width: 70%;
    height: 200px;
}

.tengahmenu {
    width: 80%;
    margin: auto;
    text-align: center;
    /* height: 99vh; */
    /* border-radius: 25px; */
}

.kiri {
    width: 80%;
    margin: auto;
    text-align: left;
    line-height: 10vh;
    border-radius: 25px;
}

.wrap-button {
    float: right;
    text-align: center;
    width: 30%;
    height: 200px;
    padding-top: 25px;
}

a {
    text-decoration: none;
}

.button-hasil {
    width: 200px;
    height: 80px;
    outline: none;
    border: none;
    background-color: orange;
    color: white;
    border-radius: 10px;
    transition: 0.5s;
    cursor: pointer;
}

.button-simpan {
    width: 200px;
    height: 80px;
    outline: none;
    border: none;
    background-color: blue;
    color: white;
    border-radius: 10px;
    transition: 0.5s;
    cursor: pointer;
}

.button-hasil:hover {
    color: black;
    background-color: salmon;
}

.button-simpan:hover {
    color: black;
    background-color: skyblue;
}

.big-text {
    font-family: Poppins-Bold;
    font-size: 100px;
}

.med-text {
    font-family: Poppins-Bold;
    font-size: 60px;
}

.small-text {
    font-family: Poppins-Bold;
    font-size: 25px;
}

.med2-text {
    font-family: Poppins-Bold;
    font-size: 70px;
}


/*//////////////////////////////////////////////////////////////////
[ CONTENT - MEDIA RESIZE MAX - 600PX ]*/

@media only screen and (max-width: 600px) {}