*::-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;
}

/**custom color ferguen**/
body {
    background: #3d74ab;
     background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-image : url(../assets/images/bg-blue.avif);
  background-size: cover;
}

.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;
}

.disabled {
    pointer-events:none;
    opacity:0.6;    
}

 /* End custom CSS */

.modal-fullscreen .modal-content{
     background: #3d74ab;
     background-image: url('../assets/images/bg-blue.avif');
     background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size:cover;
}


.font-estetik {
    font-family: 'Sacramento', cursive !important;
    color: #ffffff !important;
}

.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;
}

.card-body {
    overflow-wrap: break-word !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: #111;
    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: #111;
    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: #111;
}

.btn-kirim {
    background: #ebe7e0;
    color: #0c0c0c;
}

.btn-kirim:hover {
    background: #396ca0;
}

.btn-kirim:focus {
    background: #396ca0;
}


.bg-komen {
    background: #876526;
} 

.page-li {
    position: relative;
    display: block;
    padding: 0.375rem;
    font-size: 1rem;
    color: #d8dde3;
    text-decoration: none;
    background-color: #111;
    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;
}



