::-webkit-scrollbar {
  width: 1vw; /* THIS WILL RESET THE DEFAULT SCORLLBAR STYLING */
}

/* TO STYLE THE SCROLLBAR TRACK */
::-webkit-scrollbar-track {
  background-color: #ffffff; /* THIS WILL SET THE COLOR OF THE SCROLLBAR TRACK */
}

/* TO STYLE THE SCROLLBAR THUMB */
::-webkit-scrollbar-thumb {
  background-color: rgb(0 175 255 / 15%);
  border: 0.3vw solid #ffffff;
  border-radius: 5vw;
}
.polda-logo {
  width: 70% !important;
  text-align: center;
  padding-top: 6px;
}
.logo-wrapper {
  text-align: center;
}
.col-polda-act a {
  width: 40%;
  max-width: 50%;
  padding: 0px;
}
.cuacacss1 {
  display: inline-flex;
  width: 80px;
  height: 80px;
  shape-rendering: geometricPrecision;
}
.cuacacss2,
.cuacacss3 {
  display: flex;
  height: 80px;
  shape-rendering: geometricPrecision;
}

span.pemisah-judul {
  font-size: 12px;
  padding-top: 20px;
}
.input-icon-force {
  top: 70%;
  position: absolute;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dataanggotaatensi {
  text-align: center !important;
}
.landing-home .navbar-brand img {
  height: 65px;
}
@media screen and (max-width: 600px) {
  .footer {
    margin-left: 0px !important;
  }
  footer {
    margin-left: 0px !important;
  }
}
.page-wrapper .page-header.closeheader {
  transition: all 0.3s ease;
}
div#medpagebody {
  margin-left: 0px;
  min-height: calc(100vh - 50px);
  margin-top: 50px;
}
div#medpageheader {
  margin-left: 0px;
  width: 100%;
}
div#medheaderwrap {
  padding: 10px 30px;
}
div#medpagetitle {
  padding-top: 10px;
  padding-bottom: 10px;
}
#medpagebody .tab-content > .active .row {
  justify-content: center;
}
/* Exam Group */
#cammed-results {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
#cammed-results .excamresult {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: -1px -1px 10px 3px rgb(50 171 226 / 39%);
  box-shadow: -1px -1px 10px 3px rgb(50 171 226 / 39%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#cammed-results img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  cursor: pointer;
}
#cammed-results p {
  padding: 0px 15px 0px 15px;
  margin-bottom: 0px;
}
#cammed-results .exf1 {
  padding-top: 10px;
  font-weight: 600;
  text-align: center;
}
#cammed-results .exf3 {
  padding-bottom: 10px;
}
#get_data_vitals,
#get_data_audio,
#get_data_picts {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
#get_data_vitals svg,
#get_data_audio svg,
#get_data_picts svg {
  margin-right: 5px;
}
#cammed-results .excamresults {
}
#cammed-results .excamresults .excamresult {
  margin-bottom: 50px;
  box-shadow: -1px -1px 10px 3px rgb(50 171 226 / 39%);
  border-radius: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f8f8f8;
}
#cammed-results .excamresults .excamresult img {
  border-radius: 15px 15px 0px 0px;
  cursor: pointer;
}
#cammed-results .excamresults .excamresult .exf1 {
  padding: 0px 15px;
  padding-top: 15px;
  margin-bottom: 0px;
  font-weight: 600;
}
#cammed-results .excamresults .excamresult .exf2 {
  padding: 0px 15px;
  margin-bottom: 0px;
}
#cammed-results .excamresults .excamresult .exf3 {
  padding: 0px 15px;
  padding-bottom: 15px;
}
.full-screen-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  z-index: 99;
  border-radius: 15px !important;
  transition: all 0.3s ease;
}

.full-screen-image img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}
.off-screen {
  position: absolute;
  left: -9999px;
}
/* Add some styling for the modal */
#imageModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 99;
}
@media all and (orientation: landscape) {
    #imageModal img {
        width: 100%;
        max-width:100%;
    }
}
#imageModal img {
  max-width: 75%;
  width:100%;
  height: auto;
  display: block;
  margin: auto;
  cursor: pointer;
  border-radius: 15px;
}
/* Close button style */
.close-button {
  position: absolute;
  top: 4rem;
  right: 6rem;
  font-size: 40px;
  cursor: pointer;
  color: white;
  border: solid 1px var(--theme-deafult);
  background: var(--theme-deafult);
  height: 60px;
  padding: 0px 17px;
  border-radius: 100px;
}
/* Set a fixed height for the images to prevent layout shifts */

/* Add a loading indicator */
.loading-indicator {
  display: flex;
  text-align: center;
  margin: 20px;
  width: 100%;
  height: 50vh;
  position: relative;
  vertical-align: middle;
}

#audiomed-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
#audiomed-results div {
  border-bottom: solid 1px var(--theme-deafult) !important;
  margin: 20px;
}
#audiomed-results .exa1 {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
#audiomed-results .exa1 small {
  font-weight: 600;
}
#audiomed-results .exa2 {
  margin-bottom: 0px;
}
#audiomed-results .exa3 {
  margin-bottom: 0px;
}
#audiomed-results hr {
  color: #b1dff4 !important;
}
.ribbon-success {
  background: var(--theme-deafult) !important;
}
.ribbon-bookmark.ribbon-success:before {
  border-color: var(--theme-deafult) !important;
  border-right-color: transparent !important;
}
.wawaiforcebtn {
  border-color: var(--theme-deafult) !important;
  color: var(--theme-deafult) !important;
}
.wawaiforcebtn svg,
.wawaiforcebtn i {
  margin-right: 7px;
}
.wawaiforcebtn:hover,
.wawaiforcebtn:focus {
  background-color: var(--theme-deafult) !important;
  border-color: var(--theme-deafult) !important;
  color: white !important;
}
.pdfbtndownload {
  margin-bottom: 20px;
}
@keyframes animationbtndanger {
        0% {
          background-color: #ff0000;
          box-shadow: 0 0 5px #ff0000;
        }
        50% {
          background-color: #ff8080;
          box-shadow: 0 0 20px #ff8080;
        }
        100% {
          background-color: #ff0000;
          box-shadow: 0 0 5px #ff0000;
        }
      }