.icon-container {
    cursor: pointer;
    font-size: 13px;
}

.icon-container svg {
    width: 20px;
    height: 20px;
}

button.close {
    color: #000;
    opacity: 1;
    width: 18px;
    background: transparent;
    padding: 13px 12px;
    box-shadow: none;
    box-sizing: content-box;
    height: 1em;
    border: 0;
    border-radius: .375rem;
}

pre {
  letter-spacing: 0.0312rem;
  font-family: "Nunito", sans-serif;
  font-size: 0.875rem;
}

.select2-container .select2-selection--single {
    height: 50px !important;
    border-radius: 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
    padding: 0px 20px !important; /* Top-Bottom / Left-Right */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
}

/* Dropdown Hasil */
.select2-results__options {
    max-height: 400px !important;
}

.select2-results__option {
    padding: 15px !important;
}

