body {
    font-size: 10pt !important;
}

.main-container {
    margin-top: 3.5rem;
}

.template-viewport-parent {
    width: calc(100% - 350px);
    position: relative;
}

.template-viewport {
    width: 600px;
    box-sizing: border-box;
    background: #fff;
    margin: 0rem auto;
    position: relative;
    overflow: hidden;
}

.judul-edit-halaman {
    padding: 1rem;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    background: #fff;
}

.template-control-panel {
    position: fixed;
    top: 3rem;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 350px;
}

.elemen-control-panel {
    position: fixed;
    top: 3rem;
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: 280px;
}

.tempat-elemen {
    overflow-x: auto;
    max-height: calc(100% - 4rem);
}

.elemen-list {
    padding: 0.3rem;
    border-bottom: thin solid #000;
}

.btn-xs {
    padding: .15rem .3rem;
    font-size: .7rem;
    border-radius: .15rem;
}

.draggable {
    user-select: none;         /* Biar gak bisa diseleksi teks */
    -webkit-user-drag: none;   /* Nonaktifkan drag default di WebKit (Chrome, Safari) */
    -webkit-user-select: none; 
    -moz-user-select: none;
    -ms-user-select: none;
}

.draggable.element {
    border: thin solid #000;
}

.font-dropdown {
  position: relative;
  width: 100%;
  min-height: calc(1.5em + (.5rem + 2px));
  padding: .25rem;
  font-size: .875rem;
  border-radius: .2rem;
}

.font-selected {
  border: 1px solid #ccc;
  padding: 8px;
  cursor: pointer;
}

.font-options {
  border: 1px solid #ccc;
  border-top: none;
  display: none;
  position: absolute;
  background: white;
  z-index: 10;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}

.font-option {
  padding: 8px;
  cursor: pointer;
}

.font-option:hover {
  background: #f0f0f0;
}