a {
	text-decoration:none;
	color: #476DAF;
}

small{
	font-size: 12px;
}

body{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
}

main {
  flex: 1;
}

.inputerror{
	border: 1px solid red !important;
}

.message_error{
	font-size: 12px;
	color: red;
}

.message_success{
	font-size: 14px;
	color: #32cd32;
	font-weight: bold;
}

#copy-status{
	color: green; 
	font-size: 14px; 
	display: inline-block; 
	position: relative; 
	font-weight: normal;
}

.main-content {
  margin: 15px;
}

.page-header {
  align-content: center;
  height: 100vh;
  overflow: hidden;
}

.card-plain {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.navbar {
  border-radius: 10px;
  background: white;
  height: 70px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 0px 15px 0 rgb(111 128 209 / 26%);
}

.btn-primary {
  background-color: #476DAF;
  padding: 5px 15px 5px 15px;
  color: white;
  height: fit-content;
  border-radius: 10px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

.btn-primary i, .btn-secondary i{
	font-size: 10px;
    vertical-align: top;
}

.btn-primary:hover {
  background-color: #476DAF;
  color: white;
  box-shadow: 0 0px 15px 0 rgba(0, 21, 255, 0.258);
}

.btn-secondary {
  background-color: #D0E4FF;
  padding: 5px 15px 5px 15px;
  height: fit-content;
  border-radius: 10px;
  text-decoration: none;
  color: #476DAF;
  font-size: 12px;
  font-weight: bold;
}

.btn-secondary:hover {
  background-color: #476DAF;
  color: white;
  box-shadow: 0 0px 15px 0 rgba(70, 94, 218, 0.623)
}

#brand_name {
  padding-left: 5px;
  color: #476DAF;
}

.click-card {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.click-card .card-brand {
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0px 15px 0 rgb(111 128 209 / 26%);
  text-align: center;
  min-height: 150px;
  align-content: center;
}

.click-card .card-brand:hover {
  box-shadow: 0 0px 15px 0 rgba(38, 66, 208, 0.495);
  outline: 2px solid #476DAF;
}

.click-card .card-brand:active {
  box-shadow: 0 0px 15px 0 rgba(38, 66, 208, 0.495);
  outline: 2px solid #476DAF;
}

.brand-active {
  box-shadow: 0 0px 15px 0 rgba(38, 66, 208, 0.495);
  outline: 2px solid #476DAF;
  border-radius: 10px;
}

.click-card .card-brand img {
  width: 60%;
  border-radius: 10px;
}

.counter-count {
  font-size: 52px;
  font-weight: 900;
}

.offcanvas.offcanvas-start {
  width: 60%;
}

.card-product-sel {
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0px 15px 0 rgb(111 128 209 / 26%);
  height: 80vh;
  overflow-y: auto;
  width: 100%;
}

.card-product-sel .logo {
  height: 100px;
}

.form-switch .form-check-input:checked {
  color: #476DAF;
  background-color: #476DAF;
  border: #476DAF;
}

.form-switch .form-check-input:checked,
.form-switch .form-check-input {
  height: 30px;
  width: 60px;
  cursor: pointer;
}

.card-detail-product {
  background: white;
  border-radius: 10px;
  box-shadow: 0 0px 15px 0 rgb(111 128 209 / 26%);
  min-height: 250px;
  width: 100%;
  padding: 15px;
}

.card-detail-product h6{
	background: rgb(3,24,62);
	background: linear-gradient(90deg, rgba(3,24,62,1) 0%, rgba(71,109,175,1) 20%, rgba(255,255,255,1) 100%);
    color: #fff;
    padding: 5px 10px;
    font-size: 11px;
    margin: 10px 0;
    width: 95%;
	text-transform: uppercase;
}	

.card-detail-desc {
  background: white;
  border-radius: 10px;
  box-shadow: 0 0px 15px 0 rgb(111 128 209 / 26%);
  height: auto;
  overflow-y: auto;
  max-height: 500px;
  width: 100%;
  padding: 15px;
}

.logo-detail {
  width: 150px;
}

.link {
  font-size: 12px;
  color: #476DAF;
  font-weight: bold;
  word-wrap: break-word;
}

.card-img-product {
  background: white;
  border-radius: 10px;
  box-shadow: 0 0px 15px 0 rgb(111 128 209 / 26%);
  min-height: 200px;
  width: 100%;
  align-content: center;
}

.dropdown-toggle::after {
  content: none;
}

.card-img-product .detail-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 80%;
  min-height: 250px;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

#pdf-canvas {
  border: 1px solid black;
  width: 100%;
  height: auto;
}

.card-list {
  background: white;
  border-radius: 10px;
  border: 2px solid #E2EAF5;
  padding: 5px;
  color: black;
  text-decoration: none;
  width: 100%;
}

.card-list .product {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: white;
}

.card-list .product .img-product {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 100%;
  border-radius: 10px;
}

.card-list .product img {
  height: 60px;
  width: fit-content;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.card-list:hover {
  box-shadow: 0 0px 15px 0 rgb(111 128 209 / 26%);
  border: 2px solid #476DAF;
}

.data-tidak-ada {
  text-align: center;
  min-height: 100%;
  align-content: center;
}

.form-select {
  cursor: pointer;
}

.offcanvas-header{
	z-index: 9999;
	background: #fff;
}

.offcanvas-body{
	position: relative;
	top: -50px;
	margin-top: 10px;
}

.offcanvas-body embed{
	width: 100%;
	height: 80vh;
}

.table th{
	background: #f0f0f0;
}

footer {
	background-color: #476DAF;
	color: #fff;
	font-size: 14px;
}

.copyright a{
	color: #fff;
	text-decoration: underline;
}

/* Custom styles for the datepicker */
.ui-datepicker {
  background: #f5f5f5;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
}
.ui-datepicker-header {
  background: #476DAF;
  color: #fff;
  font-weight: bold;
}



@media (max-width:576px) {
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background: white;
    color: white;
    margin-top: 25px;
    border-radius: 10px;
    padding: 15px;
  }

  .card-plain {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}