/*------------ timer ------------*/
.timer {
  font-size: 24px;
  font-weight: bold;
}

.timer-digit {
  background-color: #28A745; 
  color: white;
  padding: 2px 5px;
  border-radius: 5px;
}
/*------------ timer ------------*/
/*------------ e-book button ------------*/
._df_button:hover {
  background-color: #f0f0f0;
  color: #333; 
  cursor: pointer;
  filter: brightness(70%);
}
/*------------ e-book button ------------*/

/*------------ form-check-input ------------*/
.form-check-input-ujian {
  width: 25px; 
  height: 25px;
  cursor: pointer;
  border-radius: 4px;
  accent-color: #007bff;
}
/*------------ form-check-input ------------*/
/*------------ btn landing ------------*/
.btn-landing-hover {
    display: inline-block;
    position: relative;
}

.btn-landing {
    transition: all 0.3s ease;
}

.btn-landing-hover:hover .btn-landing {
    filter: brightness(70%);
}


.btn-landing {
  width: 198px;
  height: 198px;
}
/*------------ btn landing ------------*/

/*------------ list no indent ------------*/
ul.no-indent {
  padding-left: 0;
  margin-left: 0;
  list-style-position: inside;
}
/*------------ list no indent ------------*/

/*------------ komentar ------------*/
.img-komentar {
  width: 72px!important;
  height: 96px!important;  
}
/*------------ komentar ------------*/
/*------------ table detail ------------*/
.th {
  text-align: left!important;
  padding: 4px!important;
  width: 175px!important;
  vertical-align: top!important;
}

.td {
  padding: 4px!important;
  vertical-align: top!important;
}
/*------------ table detail ------------*/

/*------------ brand ------------*/
.brand-container {
  display: flex;
  align-items: center;
  justify-content: center; /* Agar konten berada di tengah */
}

.brand-container.column {
  flex-direction: column;
  text-align: center;
}

.logo {
  margin-right: 8px;
}

.brand-container.column .logo {
  margin-right: 0;
  margin-bottom: 8px;
}
/*------------ brand ------------*/

/*------------ profile ------------*/
.circle { 
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
} 
.circle img { 
  width: 60.75px; 
  height: 81px;
  margin-left: -18.25px;
}


.profile-card {
  max-width: 600px;
  margin: auto;
  background: #ffffff;
  padding: 25px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.profile-card img {
  width: 200px;
  height: auto;
  border-radius: 10px;
}
.profile-card h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
.profile-card p {
  color: #343a40;
  font-size: 18px;
  margin-bottom: 10px;
}
.profile-card .btn-group {
  width: 100%;
}
.profile-card .btn-group .btn {
  width: 50%;
}

.img-profile {
  width: 216px!important;
  height: 288px!important;
  border: 10px solid white!important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5)!important;
  border-radius: 0px!important;
}
.img-background {
  width: 400px!important;
  border: 10px solid white!important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5)!important;
  border-radius: 0px!important;
}
/*------------ profile ------------*/

/*------------ Landing ------------*/
.background-landing {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center middle;
}

.content-landing {
  min-height:calc(100vh - calc(10rem - 7px));
  margin-top:calc(6rem);
}

.footer-landing {
  background:#fff;
  border-top:1px solid #dee2e6;
  color:#869099;
  padding:1rem;
}
/*------------ Landing ------------*/

/*------------ Jml Laporan ------------*/

.jml-laporan {
  width: 200px;
}

@media (min-width: 992px) {
  .jml-laporan {
    width: 350px;
  }
}

/*------------ Jml Laporan ------------*/

/*------------ Preview ------------*/
.col-preview {
  max-height: 500px;
  overflow-y: auto;
}
/*------------ Preview ------------*/

/*------------ Drag and drop ------------*/
.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 25px;
  border: 1px dashed rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  transition: 0.2s;
 
}

.choose-file-button {
  flex-shrink: 0;
  background-color: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-message {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
/*------------ Drag and drop ------------*/

/*------------ scrollbar ------------*/
/*::-webkit-scrollbar {
  width: 10px !important;
}
 
::-webkit-scrollbar-track {     
  background: #F8F9FA !important;    
}
 
::-webkit-scrollbar-thumb {
  background: #DC3545 !important;
  border-radius: 4px !important;
}

::-webkit-scrollbar-thumb:hover {
  background: #c82333 !important;
}*/
/*------------ scrollbar ------------*/

/*------------ Sticky Footer ------------*/
main > .container {
  padding: 60px 15px 0;
}


.footer {
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
/*------------ Sticky Footer ------------*/

/*------------ header ------------*/
.header-title {
  text-align: center;
}

.header-button {
  text-align: center;
}

@media (min-width: 992px) {
  .header-title {
    text-align: left;
  }

  .header-button {
    text-align: right;
  }
}
/*------------ header ------------*/

/*------------ img-size ------------*/
.h-500 {
  height: 32rem !important;
}

@media (max-width: 576px) {
  .h-500 {
    height: 16rem !important;
  }  
}

.img-w-100-hm-100 {
  max-height: 100px !important;
  width: 100px !important;
}

.img-w-100-mh-60 {
  max-height: 60px !important;
  width: 100%!important;
}

.img-w-100-mh-45 {
  max-height: 45px !important;
  width: 100%!important;
}

.img-w-75-hm-100 {
  max-height: 100px !important;
  width: 75px !important;
}

.img-w-30 {
  width: 30px !important;
}

.img-w-40 {
  width: 40px !important;
}


.img-w-50 {
  width: 50px !important;
}

.img-w-55 {
  width: 55px !important;
}

.img-w-60 {
  width: 60px !important;
}

.img-w-75 {
  width: 75px !important;
}

.img-w-85 {
  width: 85px !important;
}

.img-w-100 {
  width: 100px !important;
}

.img-w-150 {
  width: 150px !important;
}

.img-w-200 {
  width: 200px !important;
}

.img-w-250 {
  width: 250px !important;
}

.img-w-300 {
  width: 300px !important;
}

.img-hm-200 {
  max-height: 200px !important;
}

/*------------ img-size ------------*/

/*------------ scroll to top ------------*/
.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: #007bff;
  line-height: 46px;
}

.scroll-to-top:focus {
  background-color: #0069d9;
  color: white;
}

.scroll-to-top:hover {
  background-color: #0069d9;
  color: white;
}

.scroll-to-top i {
  font-weight: 800;
}
/*------------ scroll to top ------------*/

/*------------ textarea ------------*/
textarea {
  min-height: 100px;
  max-height: 250px;
}
/*------------ textarea ------------*/


.background-plain {
  background-image: url('../../assets/img/img_properties/background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center middle;
}


/*------------ cards ------------*/

.cards tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 25px;
}

.cards tbody tr {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 17rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.cards thead {
  display: none;
}

.cards tbody td {
  display: block;
  border: none;
}

.cards td:before {
  content: attr(data-label);
  font-weight: bold;
  color: #808080;
  display: block;
}

.provider-img {
  margin: 0;
  border-radius: 5px 5px 0 0;
}

.table-responsive {
  overflow-x: auto;
}


/*------------ cards-lab-virtual ------------*/

.cards-lab-virtual tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 25px;
}

.cards-lab-virtual tbody tr {
  display: flex;
  flex-direction: column;
  width: 45%;
  border: 0.0625rem solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.cards-lab-virtual tbody tr td iframe {
  height: 50vh;
}

.cards-lab-virtual thead {
  display: none;
}

.cards-lab-virtual tbody td {
  display: block;
  border: none;
}

.cards-lab-virtual td:before {
  content: attr(data-label);
  font-weight: bold;
  color: #808080;
  display: block;
}
