*::-webkit-scrollbar {
    width: 0.875rem;
}

*::-webkit-scrollbar-button {
    display: none;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    border: 0.25rem solid transparent;
    background-clip: content-box;
    background-color: #bbbbbb;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #aaaaaa;
}


html {
    scroll-behavior: smooth;
}

body {
    overflow: overlay;
    font-family: 'Josefin Sans', sans-serif;
    padding: 0 !important;
    max-width: 550px !important;
    margin: 0 auto;
}

.disabled {
    pointer-events:none; 
    opacity:0.6;    
}

/**custom color ferguen**/
body {
    background: #673e2a url('../assets/images/bgcoklat.jpg');
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: center;
}

.box-utama {
     max-width: 550px !important;
     position: relative;
     margin: 0 auto

}
.box-kiri-atas {
    width: 100px;
    height:170px;
    position: absolute;
    top: 0;
    left: 0;
    overflow:hidden;
}

.box-kanan-atas {
    width: 100px;
    height:170px;
    position: absolute;
    top: 0;
    right: 0;
    overflow:hidden;
}

.box-samping-kiri {
    position: absolute;
    width: 150px;
    top: -120px;
    left: 0;
    overflow: hidden;
    z-index: 1;
    padding:20px 0 20px 0;
}

.box-samping-kanan {
    position: absolute;
    width: 200px;
    top: -120px;
    right: 0px;
    overflow: hidden;
    z-index: 1;
    padding:20px 0 20px 0;
}


.box-hadiah{
	position:fixed;
	width:100px;
	height:40px;
	top:1%;
	right:0px;
	background-color:#212226;
	color:#FFF;
	/*border-radius:50px;*/
	text-align: center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  border-top-left-radius :50px;
  border-bottom-left-radius :50px;
}

.my-hadiah{
	margin-top:4px;
}


.font-estetik {
    font-family: 'Sacramento', cursive !important;
    
}

.estetik-dark {
    color: #513707 !important;
}

.estetik-light {
    color: #ffffff !important;
}


.modal-content{
     background: #673e2a url('../assets/images/bgcoklat.jpg');
     background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  max-width: 550px;
  overflow:hidden;
  margin: 0 auto;
}

.cropper {
    width: 12rem;
    height: 12rem;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.cropper>img {
    display: inline;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.cropperhome {
    width: 18rem;
    height: 18rem;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.cropperhome>img {
    display: inline;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.btn-music {
    position: fixed;
    bottom: 9vh;
    right: 2vh;
    z-index: 1055;
}

.btn-exit-fullscreen {
    position: fixed;
    bottom: 15vh;
    right: 2vh;
    z-index: 1055;
}
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #212529;
    z-index: 1055 !important;
}

.sections {
    position: relative;
    background-color: #876526 !important; margin-top: -5px; margin-bottom: -5px;
}

.fill{
    fill: #876526;
    fill-opacity:1;
}


.card-body {
    overflow-wrap: break-word !important;
}

.kartu{
 background-color: #876526 !important; 
}

.bg-nav {
   background-color: #513707 !important;
}

.form-control-c {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #513707;
    background-clip: padding-box;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-select-c {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8f8686;
    background-color: #513707;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #fff;
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.form-comment {
    background-color: #876526;
}

.btn-kirim {
    background: #513707;
    color: #fff;
}

.btn-kirim:hover {
    background: #673e2a;
}

.bg-komen {
    background: #876526;
} 

.page-li {
    position: relative;
    display: block;
    padding: 0.375rem;
    font-size: 1rem;
    color: #d8dde3;
    text-decoration: none;
    background-color: #876526;
    border: 1px solid #b5c1cd;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.footer {
    background-color: #876526;
}

