.container404 {
  display: table;
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  width: 100%;
  background: #fff;
}

.content404{
  display: table-cell;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
  padding: 140px 30px;
}

.inner-wrapper{
  display: inline-block;
}

.top-title{
  color: #4384F5;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 25px;
}

.main-title{
  line-height: 0;
  font-size: 90px;
  font-weight: 800;
  color: #4384F5;
}

.svg-wrap{
  display: inline-block;
  font-size: 0;
  vertical-align: super;
}

#lego{
  padding: 5px;
}

.blurb{
  margin-top: 30px;
  color: #B6BECC;
}

.lego-btn{
  background: #4384F5;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  padding: 12px 25px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */



@media only screen and (max-width: 440px){

  .main-title{
    font-size: 60px;
  }

  #lego{
    width: 50px;
    height: 55px;
    padding: 10px 5px;
  }
  
  .blurb,
  .lego-btn{
    font-size: 18px;
  }


}


.stepingbtnnn{
	box-shadow: unset !important;
	color:#fff !important;
}

.imgsukses{
	position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
/*
background-color:#fff;
background-clip: border-box;
border: 1px solid
rgba(0,0,0,.125);
border-radius: .25rem
*/
}

.fnt{
	font-size:12px !important;
}

.pratinjau-img {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.centered-ptratinjau-text {
  font-size:30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.heder-text-h1{
	font-size:16px;
	margin-top:10px;
	text-align:center;
}
.no-padx{
	padding:unset;
}

.no-padxx{
	padding:none !important;
}

.no_marg{
	margin-bottom:unset;
}

.bolder{
	font-weight:bold;
}
.mg-btm-10{
	margin-bottom:10px;
}

.pd-btm-22{
	padding-bottom: 22px !important;
}

.card-border-none{
	border:none !important;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
}

.kecilfont{
	font-size:10px !important;
}

.programimagecards{
	max-width:100%!important;
	max-height:100% !important;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

.mximage{
	width:100%!important;
	height:350px !important;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.bodernonex{
	border:none !important;
}

.form-control{
	font-size:12px !important;
}
.btn-decrement,.btn-increment{
	padding:0 0 0 0 !important;
	font-size:12px !important;
}

.btnfn12{
	font-size:12px !important;
}

.bg_one{
	    background: linear-gradient(to top right, #f9f2f5 0%, #ede7ef 100%);
}

.div-kanan{
	margin-left:60px;
	font-size:10px;
}
.div-kanan-banget{
	float:right;
	font-size:10px;
}

.rowtenors{
	margin-bottom: -25px;
}

.rowwraptenor{
	margin-bottom:20px;
}
.sampah{
	margin-top:10px;
}
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-success {
    color: #fff !important;
    background-color: #28b779 !important;
    border-color: #28b779 !important;
}

.btn-default {
    background-color: #2255a4;
}

.file-upload {
  background-color: #ffffff;
  width: 600px;
  margin: 0 auto;
  padding: 20px;
}



.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
  border: 2px dashed #e0e0e0;
  position: relative;
  height:350px !important;
  width: 100%;
  border-radius: 5px;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.file-upload-input-p {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  border: 2px dashed #e0e0e0;
  position: relative;
  height: 350px;
  width: 100%;
  border-radius: 5px;
  padding-bottom: 30px;
}

.image-upload-wraping {
  border: 2px dashed #e0e0e0;
  position: relative;
  height: auto;
  width: 100%;
  border-radius: 5px;
}

.image-upload-wrapingx {
  border: 2px dashed #e0e0e0;
  position: relative;
  height: 350px;
  width: 100%;
  border-radius: 5px;
  /*padding-bottom: 30px;*/
}

.image-upload-wraps {
  border: 2px dashed #e0e0e0;
  position: relative;
  /*height:200px;*/
  width: 100%;
  border-radius: 5px;
}

.imagetestx {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.filenameshow{
	font-size:10px !important;
}

.error{
	font-size:10px;
	color:red;
}

/*
.image-dropping,
.image-upload-wrap:hover {
  background-color: #1FB264;
  border: 4px dashed #ffffff;
}

*/

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
  font-size:10px;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
  padding: 60px 0;
  font-size:12px !important;
}

.file-upload-image {
/*
  max-height: 200px;
  max-width: 200px;
  margin: auto;
 
/*
height:100% !important;
width:100% !important;
*/
/*padding: 20px;*/
margin:auto;


}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

.imagetest{
	width:30%;
	height:auto;
	/*display: block;*/
  	margin-left: auto;
  	margin-right: auto;
	/*padding-top: 40%;*/
}


.imagetestx {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
	float: left;
}

.filenameshow{
	font-size:10px !important;
}

.error{
	font-size:10px;
	color:red;
}

.judulatas{
	font-size:14px !important;
	font-family: 'Rubik', sans-serif;
}

.judulatas-pad{
	margin-top:8px;
	color:#333333
}

.grey-text{
	color:#828282;
}

.rata-kiri{
	text-align:left;
}

.btn-primary {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee;
}


/*** ERROR PAGE ***/
#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 560px;
  width: 100%;
  padding-left: 160px;
  line-height: 1.1;
}

.notfound .notfound-404 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 140px;
  height: 140px;
  background-image: url('../img/emoji.png');
  background-size: cover;
}

.notfound .notfound-404:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(2.4);
      -ms-transform: scale(2.4);
          transform: scale(2.4);
  border-radius: 50%;
  background-color: #f2f5f8;
  z-index: -1;
}

.notfound h1 {
  font-family: 'Nunito', sans-serif;
  font-size: 65px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #151723;
  text-transform: uppercase;
}

.notfound h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #151723;
}

.notfound p {
  font-family: 'Nunito', sans-serif;
  color: #999fa5;
  font-weight: 400;
}

.notfound a {
  font-family: 'Nunito', sans-serif;
  display: inline-block;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  color: #388dbc;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    width: 110px;
    height: 110px;
  }
  .notfound {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 110px;
  }
}

#dvLoading{
	background: url('../img/loader.gif') no-repeat center center;
	height: 100px;
	width: 100px;
	position: fixed;
	z-index: 1000;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
}

/*** JUALAN OL ***/
.lblwrning{
	font-size:12px;
}

.lblkatalog{
	font-size:12px;
}