body {
    display: none;
}
.bg-pattern {
}
.bg-pattern::before {
  background-image: url(../assets/images/spikes.png);
  background-size: 400px;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.33;
  background-attachment: fixed;
}
.fa{
  color:#354052;
}

a:hover > .fas, a:hover > .far, a:hover > .fab{
  opacity: 0.7;
}

.text-justify p {
  text-align: justify !important;
}
.strong, b, strong {
  font-weight: bolder !important;
}
.text-black{
  color: #354052 !important;
}
.mt-n1 {margin-top: -0.25rem !important;}
.mt-n2 {margin-top: -0.5rem !important;}
.mt-n3 {margin-top: -1rem !important;}
.mt-n4 {margin-top: -1.5rem !important;}
.mt-n5 {margin-top: -3rem !important;}
.mx-n1 {margin-right: -0.25rem !important; margin-left: -0.25rem !important;}
.mx-n2 {margin-right: -0.5rem !important; margin-left: -0.5rem !important;}
.mx-n3 {margin-right: -1rem !important; margin-left: -1rem !important;}
.mx-n4 {margin-right: -1.5rem !important; margin-left: -1.5rem !important;}
.mx-n5 {margin-right: -3rem !important; margin-left: -3rem !important;}
iframe{
  height: 480px;
  width: 100%;
}

.navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:hover {
  color: #206bc4;
}
@media screen and (max-width: 47.98rem) {
  .dropdown-submenu .dropdown-menu{
    margin-top:0;
    margin-left: 10px;
  }
  iframe{
  height: 320px;
  }
}
/* submenu */
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

/* Hover menu active */
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.dropdown-toggle span{
  white-space: normal;
  line-height: 1.2;
}

#notifikasi .dropdown-item{
  min-width: 22rem;
  white-space: normal;    
}
.embed-responsive .card-img-top {
  object-fit: cover;
}
.card-footer.clean {
  background-color:unset;
  border-top: none;
}
/* TABLE CUSTOM style */
table td, table th, .table td, .table th {
  font-size: .800rem;
}
.table.th-center th,.table.td-center td{
  text-align: center;
}
.table-jawaban tr{
  border-bottom: 1px solid rgba(110,117,130,.2) !important;
}
.table-jawaban td:first-child{
  border-right: 1px solid rgba(110,117,130,.2) !important;
}
.table-jawaban tr:last-child{
  border-bottom: none !important;
}

.form-check-label {
  line-height: 1.7142857;
  padding: .125rem 0;
}
/* PLUGIN style */
/* CKEDITOR style */
  .ck-editor__editable_inline {
    min-height: 240px;
  }
/* DATEPICKER style */
.flatpickr-months .flatpickr-current-month {
  font-weight: 400;
  width: 200px;
  left: 5%;
}
.flatpickr-months .numInputWrapper .arrowDown, .flatpickr-months .numInputWrapper .arrowUp {
  display: block;
}

/* BROWSER style */
@-moz-document url-prefix() {
  .embedpdf{
      /* margin-top:-33px; */
  }
}

.popper,
.tooltip {
  position: absolute;
  z-index: 9999;
  color: black;
  width: 150px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
  text-align: center;
	opacity: 1;
}
.style5 .tooltip {
  background: #1E252B;
  color: #FFFFFF;
  max-width: 200px;
  width: auto;
  font-size: .8rem;
  padding: .5em 1em;
}
.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #d2e1f3;
}
.style5 .tooltip .tooltip-arrow {
  border-color: #1E252B;
}
.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px;
}
.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip .tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #354052;
	text-align: center;
	background-color: #d2e1f3;
	border-radius: 3px;
}