
.custom-select {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	display: inline-block;
	width: 100%;
	height: calc(1.1em + 1.25rem + 2px);
	/*padding: .625rem 1.75rem .625rem .75rem;*/
	vertical-align: middle;
	color: #8898aa;
	border: 1px solid #dee2e6;
	border-radius: .375rem;
	background: url(data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 …\'%3e%3cpath fill=\'%2332325d\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e) no-repeat right .75rem center/8px 10px;
		background-color: #fff;
		box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select-sm {
	font-size: .75rem;
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
}

.dataTables_wrapper{font-size:.875rem}table.dataTable{margin-bottom:1.25rem!important;border-bottom:1px solid #e9ecef}table.dataTable tbody>tr.selected{background-color:#5e72e4}.dataTables_info,.dataTables_length,.dt-buttons{padding-left:1.5rem}.dataTables_length .form-control{margin:0 .375rem}.dataTables_filter{display:inline-block;float:right;padding-right:1.5rem}.dataTables_paginate{padding-right:1.5rem}


.error {
	color: red;
	font-style: italic;
	font-size: 13px;
}

.text-center {
	text-align: center!important;
}

.bootstrap-tagsinput{
	display:inline-block;max-width:100%;padding:.25rem;cursor:text;vertical-align:middle;color:#8898aa;border:0 solid transparent;border-radius:.25rem;background-color:#fff;
	box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
	border: 0;
	transition: box-shadow .15s ease;
	min-width: 100%;
	min-height: 45px;

}
.bootstrap-tagsinput input{width:auto;max-width:inherit;margin:0;padding:0 6px;border:none;outline:0;background-color:transparent;box-shadow:none
}
.bootstrap-tagsinput input::-ms-input-placeholder{opacity:1;color:#adb5bd}
.bootstrap-tagsinput input::placeholder{opacity:1;color:#adb5bd}
.bootstrap-tagsinput input:focus{border:none;box-shadow:none}
.bootstrap-tagsinput .badge{line-height:1.5;text-transform: none;position:relative;margin:.125rem;padding:.625rem .625rem .5rem;transition:all .15s ease;color:#fff;border-radius:.25rem;background:#6c69e4;box-shadow:0 1px 2px rgba(68,68,68,.25)}
@media (prefers-reduced-motion:reduce){
	.bootstrap-tagsinput .badge{transition:none}
}
.bootstrap-tagsinput .badge:hover{padding-right:1.5rem}
.bootstrap-tagsinput [data-role=remove]{position:absolute;top:50%;margin-left:10px;cursor:pointer;transform:translate(0,-50%);color:#fff}
.bootstrap-tagsinput [data-role=remove]:after{font-size:16px;content:'×'}

.img-center-sm {
	margin: auto;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.img-center {
	margin: auto;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
    height: auto;
}
.img-tentang {
	max-height: 80px; 
}
.mb-sm {
	margin-bottom: 1rem;
}
.blob.blue {
    box-shadow: 0 0 0 0 rgba(46, 62, 119, 1);
    animation: pulse-blue 2s infinite;
}

.bl-danger {
  border-left: 3px solid #f5365c !important;
}

.bl-green {
  border-left: 3px solid #2dce89 !important;
}

.bl-primary {
  border-left: 3px solid #174aa3 !important;
}


@keyframes pulse-blue {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(46, 62, 119, 0.7);
    }
    
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(46, 62, 119, 0);
    }
    
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(46, 62, 119, 0);
    }
}
.blob.white {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}



  .ct-example {
    margin-bottom: 2rem;
    border-bottom: none; 
  }
  .ct-example .tab-content .tab-example-result {
    background-color: #fff;
    border: 1px solid #e6ecf1;
    padding: 1.25rem;
    border-radius: .25rem;
  }
  .ct-example .nav-tabs-code .nav-link.active {
    background: #5e72e4;
    font-size: 0.9rem;
    font-weight: 600;
    color : #fff;
  }

  .custom-control-input:disabled~.custom-control-label::before {
    background-color: transparent;
  }
  .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #5e72e4; 
  }
  .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #5e72e4;
  }

.album-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 200px !important;
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
.album-thumbnail:hover {
  -webkit-filter: opacity(.8);
  filter: opacity(.8);
}