body {
  color: #1f506c;
  background-color: #e7edef;
  font-family: Arial, Helvetica, sans-serif !important;
  max-width: 480px;
  margin: 0 auto;
  height: 100%;
	 background-image: linear-gradient(to bottom, rgba(184, 232, 193, 0.07), rgba(221, 234, 234, 0.91), rgba(0, 0, 0, 0.5));
}
.page {
  background-color: #e7edef;
	height: auto;
}

/* #scaner { display:none;} */
#hasilScan  { display:none;} 

.warna2 {
  background: #bae8dd;
}
.register-container {
	padding: 5px;
	margin-bottom: 32px;
}
}
.container {
  padding: 10px;
  margin-bottom: 10px;
}

.iw-limiter {
    max-width: 500px;
}
p {
  color: #593a1c;
}
/** Style associated with image viewer. */

.capture-box {
    margin-bottom: 10px;
    justify-content: center;
    display: flex;
}

.capture-box .image-block {
    /* max-width: 60%; */
    /* flex: 1 1 auto; */
    width: 60vw;
}

.capture-box .info-block {
    width: 40vw;
    color: rgb(66, 66, 66);
    padding-top: 5px;
    padding-left: 30px;
}

@media(max-width: 480px) {
    .capture-box {
       display: block;
    }

    .capture-box .image-block {
        width: 100%;
    }
    
    .capture-box .info-block {
        width: 100%;
        color: rgb(66, 66, 66);
        padding-top: 15px;
        padding-left: 0px;
    }
}

/* @media only screen and (min-width: 600px) {} */

.capture-box .image-block img {
    width: 100%;
}

.capture-box .info-block .title {
    color: rgb(59, 58, 91);
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: 1px solid #80808029;
    margin-bottom: 5px;
}

.capture-box .info-block .metadata {
    margin-top: 10px;
}

.capture-box .info-block .categories {
    padding: 5px 0px;
    font-style: italic;
    margin-top: 10px;
}

.capture-box .info-block .categories .category a {
    color: grey;
}

.capture-box .info-block .links {
    padding: 5px;
    margin-top: 10px;
}

/** CSS for widget-self **/
.widget-self {
    display: flex;
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 10px;
}

.widget-self .section-image {
    width: 30vw;
}

.widget-self .section-info {
    width: 70vw;
    padding-left: 20px;
}

.widget-self .section-info .quote {
    font-style: italic;
    margin-top: 10px;
}

@media(max-width: 750px) {
    .widget-self {
        display: block;
        margin-bottom: 20px;
        background: #f7f7f7;
        padding: 10px;
    }
    
    .widget-self .section-image {
        width: 100%;
    }
    
    .widget-self .section-info {
        width: 100%;
        padding: 10px;
    }
    
    .widget-self .section-info .quote {
        font-style: italic;
        margin-top: 10px;
    }
}

/** CSS for widget-self-photos **/
.widget-self-photos {
    display: block;
    margin-top: 20px;
    background: #f7f7f7;
    padding: 10px;
    justify-content: center;
    box-shadow: #0000001a 5px 6px 20px 3px
}

.widget-self-photos .header {
    width: 100%;
}

.widget-self-photos .section {
    width: 100%;
}

.widget-self-photos .header img {
    width: 400px;
}

.widget-self-photos .body {
    padding: 10px;
    font-style: italic;
}

.widget-self-photos .footer {
    padding: 10px;
    border-top: 1px solid #0000001f;
}

@media(min-width: 700px) {
    .widget-self-photos {
        display: flex;
        margin-top: 20px;
        background: #f7f7f7;
        padding: 10px;
        justify-content: center;
        box-shadow: #0000001a 5px 6px 20px 3px
    }
    
    .widget-self-photos .header {
        width: 30vw;
    }

    .widget-self-photos .section {
        width: 70vw;
    }

    .widget-self-photos .header img {
        width: 100%;
    }
    
    .widget-self-photos .body {
        padding: 10px;
        font-style: italic;
    }
    
    .widget-self-photos .footer {
        width: 100%;
        padding: 10px;
        border-top: none;
    }
}

@media(min-width: 1360px) {
    .widget-self-photos {
        width: 300px;
        display: inline-block;
        background: #f7f7f7;
        padding: 0px;
        justify-content: center;
        box-shadow: #0000001a 5px 6px 20px 3px;
        position: fixed;
        top:140px;
        left: 20px;
        overflow: hidden;
    }
    
    .widget-self-photos .header {
        width: 100%;
    }

    .widget-self-photos .section {
        width: 100%;
    }

    .widget-self-photos .header img {
        width: 100%;
    }
    
    .widget-self-photos .body {
        padding: 10px;
    }
    
    .widget-self-photos .footer {
        border-top: 1px solid #0000001f;
        /* background: #0000000d; */
        padding: 10px;
    }
}


/** custom modification **/
#reader {
    width: 100%;
}

.empty {
    display: block;
    width: 100%;
    height: 20px;
}
.alert {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
#scanapp_ad {
    display: none;
}
@media(max-width: 1360px) {
	#scanapp_ad {
		display: block;
	}
}

#reader { 
background-color:#a6bf4c; 
min-height: 337.5px;
display: inline-block;
}

#html5-qrcode-button-camera-permission { 
padding: 6px 20px;
margin-bottom: 20px; 
}

#html5-qrcode-anchor-scan-type-change { 
padding: 8px 10px;
margin-top: 5px;
color: white;
}
.html5-qrcode-element {
cursor: pointer;
outline: none;
padding: 8px 20px;
margin-bottom: 20px;
border: 1px solid #828282;
border-radius: 3px;
background-color: #3fa9f5;
background-image: linear-gradient(#3fa9f5, #0a76c4);
color: #fff;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#html5-qrcode-button-file-selection { font-size: 14px; max-width: 200px; overflow: hidden;}
#scanned-result { color: #000; font-size: 14px;}
#button-start {}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#nopeg { max-width: 150px;}
.lblinput {
	max-width: 100%;
	color: #593a1c;
	margin: 0 auto;
}
.btn2 {
	padding: 5px 10px;
	min-width: 100px;
	border: 1px solid #4c92d0;
	border-radius: 3px;
	background-color: #3fa9f5;
	background-image: linear-gradient(#3fa9f5, #0a76c4);
	color: #fff;
	font-size: 15px;
}
.btn2:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.grad {
  margin-bottom: 10px;
}

.input-text, select{ 
border: 1px solid #96c0ea;
height: 32px;
padding: .175rem .75rem;
margin: 3px 5px 5px 0px;
}
#scanned-result .input-text {
	background-color: #cccadb;
}
.input-group, .custom-file, select {
  margin: 0px;
  font-size: 15px;
	align-items: center;
}
.input-group-text {
  background-color: #b9d1f0;
  padding: .375rem .3rem;
  width: 2.5rem;
  text-align: center;
}
label .fa {
  font-size: 1.5em !important;
  color: #cea321;
  margin: 0 auto;
}
#btnKirimTip {
  margin-top: 10px;
  margin-bottom: 20px;
}
#btnKirimTip ["disabled"] {background-color:grey;}
#btnKirimTip:disabled {
  color: #fff;
  background-image: linear-gradient(#dfdea8, #99927d);
  border: 1px solid #ace6aa;
  box-shadow: none;
}
#lblTip {
  color: #64401f;
  font-size: 16px;
}
#html5-qrcode-select-camera { margin: 10px auto; padding: 8px 4px;}
.sumput { display: none;}
.kecil{ font-size: 14px;}
.kecil .lblinput{
  min-width: 100px;
}
.kecil i { font-size: 16px; color: blue; margin-left: 1px;}
.infoText {
	color: #64401f;
	background-color: #c2dbc3b0;
	border: none;
	padding: 4px 5px;
	font-weight: 600;
	max-width: 130px;
}
.modal-title {
  color: #306229;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
@media (min-width: 576px){
.modal-dialog {
  max-width: 440px;
}
}
.btn-close {
  background-color: #32911f;
  border-color: #1f8839;
  min-width: 120px;
  color: #fff;
}
.btn-close:hover {
  background-color: #69d940;
}
#btnSubmit { margin-top: -2px; font-size: 14px;}
#TampilBarcd, #TampilQrcd{ max-width:200px;}
.iconLeft { margin-right: 10px;}
.btn-pendek {
  background-color: #A8FFAD;
  border-color: #d3cbea;
	padding: 3px 4px;
	margin-top: -2px;
}
@media (max-width: 414px){
.kecil .lblinput {
    margin-bottom: 10px;
}
}
#viewTopUp { display: none; margin-top: 10px;}
.input-group-prepend label { }
#OptTopup {
   height: calc(1.3em + .75rem + 2px);
	padding: .275rem 1.75rem .275rem .5rem;
}
#viewTopUp label { width: 140px; }
#nominalUp { text-align: right; width: 150px;}
.angka { text-align: right;}

#idnama {width: 65%;	max-width: 65%;}
@media screen and (max-width: 322px){
#idnama {width: 90%; max-width: 90%;}
}
.modal-open {
  height: 100%;
}

#txtHasil {  width: 90%; margin: 5px auto; min-height: 82px;}
.iconright {margin-left: 10px;}
.tekscenter {
  margin: 10px auto;
}
#btnCopy { margin-top: 0px;}
.wrapper { text-align:center;}


    /*------------ qr-scanner-nimic----------------- */
    #video-container {
        line-height: 0;
    }

    #video-container.example-style-1 .scan-region-highlight-svg,
    #video-container.example-style-1 .code-outline-highlight {
        stroke: #64a2f3 !important;
    }

    #video-container.example-style-2 {
        position: relative;
        overflow: hidden;
    }
    #video-container.example-style-2 .scan-region-highlight {
        border-radius: 30px;
        outline: rgba(0, 0, 0, .25) solid 50vmax;
    }
    #video-container.example-style-2 .scan-region-highlight-svg {
        display: none;
    }
    #video-container.example-style-2 .code-outline-highlight {
        stroke: rgba(255, 255, 255, .5) !important;
        stroke-width: 15 !important;
        stroke-dasharray: none !important;
    }

    #flash-toggle {
        display: none;
    }

    input[type="file"] {
        display: block;
        margin-bottom: 16px;
    }
	#qr-video { 
		width: 100%;
	}
	.setting { text-align: left;}
	/* end -------------qr-scanner-nimic ---------------*/