body{
    /* background-color: transparent;
    background-image: linear-gradient(150deg,#5400FF 0%,#2CD259 100%); */
    /* background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; */
    color:#000;
    /* font-family: 'Exo', sans-serif; */
    /* font-family: 'Nunito Sans', sans-serif; */
    font-family: Arial;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #F2F2F2;;
    font-size:1rem;
}

.container{
    max-width: 540px !important;
    background-color: #FFF;
    /* padding: 0 !important; */
}

a{
    color:#f60;
    text-decoration: none;
}

a:hover{
    color:#ff8000;
}

footer{
    background-color: #25282B;
    padding:2rem 0 1rem 0;
    color: #fff !important;
}

footer a{
    color: #FFF !important;
}

.container{
    max-width: 1240px;
    z-index: 10;
    padding: 0 0.5rem;
}

.fs-15{
    font-size:1.2rem;
}

.fs-18{
    font-size:1.5rem;
}

.fs-20{
    font-size: 2rem !important;
}

.btn{
    font-weight: 500;
}

.btn-warning{
    background-color: #f60;
    color:#fff;
    border:none;
}

.text-spacing-2{
    letter-spacing: 3px;
}

.font-big{
    font-size:1.8rem;
}

a.active{
    padding-bottom: 3px;
    border-bottom: 3px solid #ffffff;
}

.text-orange{
    color: #ff8000;
}

.text-green{
    color: #46dc06;
}

.text-red{
    color : red;
}

.text-right{
    text-align: right;
}

table td{
    font-size: 0.9rem;
}

table.footer td{
    vertical-align: top;
    color:#FFF;
    /* font-size: 0.9rem; */
}

header{
    background: linear-gradient(148.08deg, #FEC163 9.87%, rgba(253, 182, 44, 0.7) 49.01%, #DE4313 102.19%);
    /* height: 350px;
    position: static;
    top:0; */
}

.section-one{
    /* margin-top: -350px; */
}

.section-two{
    /* margin-top:  */
    /* padding-top: 3rem; */
}

.form-control {
    font-size: 0.9rem;
    font-family: Arial;
    padding:0.7rem 1.2rem;
}

.form-group{
    margin-bottom: 1rem;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: Arial;
    opacity: 1; /* Firefox */
}

.primary-color{
    color: #FF6600;
}

.family-monsterat{
    font-family: 'Montserrat', sans-serif;
}

.btn-gradient{
    background-image: linear-gradient(to right, #e0144c, #e81f4a, #f02849, #f83146, #ff3a44);
    color: #fff;
}

.bg-middle{
    background-color: #DDDDDD;
    padding: 2rem 0 0 0;
    text-shadow: 2px -3px 5px rgb(255 255 255 / 75%)
}

.text-left{
    text-align: left !important;
}

.img-user{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 1px;
    object-fit: cover;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contestant-uname{
    display: block;
    font-weight: 700;
    font-size:1rem;
}


table.contest th {
    font-size: 11px;
    font-weight: 500;
    height: 54px;
    padding: 21px 0 14px;
    text-align: left;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #9299a2;
    border-bottom: solid 2px #FF6600 !important;
}


/* STEP LIS*/
.step-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: step-list;
}

.step-list__item {
    position: relative;
    min-height: 4em;
    padding: 0.85em 0 0.85em 4.5em;
    counter-increment: step-list;
    font-size: 1em;
}

.step-list.-champion .step-list__item:not(:last-child)::before {
    border-left-color: #FF6600;
}


.step-list__item::after {
    content: counter(step-list);
    position: absolute;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bolder;
    width: 3em;
    height: 3em;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #9299a2;
}

.step-list__item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 1.55em;
    top: 3.2em;
    bottom: 0;
    border-left: 2px dotted #9299a2;
}

.step-list.-champion .step-list__item::after {
    width: 3em;
    height: 3em;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #FF6600;
}

.wow-info{
    border: 1px solid #ff8000;
    padding: 0.8rem 1.2rem;
    border-radius: 10px;
}

.bg-prize{
    background-image: url("../img/gebyar/bg_gp.png");
    background-size: cover;
    background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: center;
}

.img-prize{
    filter: drop-shadow(3px 2px 10px #FFF);
    max-height: 175px;
}

.line-height-15{
    line-height: 2rem;
}
/*FOOTER*/
.divider-footer{
    border-top : 2px solid #FFF;
}

.grecaptcha-badge {
    visibility: hidden !important;
    bottom: 90px !important;
}