 
      .ngr-modal-header {
                flex-shrink: 0;
            }
            .ngr-modal-body {
                 padding:10px;          
            }
            .ngr-modal-header {
                display: flex;
                 padding:10px;
                justify-content: space-between;
                align-items: center;
                margin-bottom:5px;
            }
            .ngr-modal-header h2 {
                margin: 0;
                font-size: 1.5rem;
            }
            .ngr-close {
                font-size: 28px;
                font-weight: bold;
                cursor: pointer;
                color: #666;
            }
            .ngr-close:hover {
                color: #000;
            }
            .bold{
              font-weight:bold;
            }
            @keyframes modalSlideDown {
                from {
                    transform: translateY(-100px);
                    opacity: 0;
                }
                to {
                    transform: translateY(0);
                    opacity: 1;
                }
            }
              .ngr-modalbody {
                 overflow-y: auto;
                 width: 100%;
              }

              /* Gaya untuk scrollbar */
              .ngr-modalbody::-webkit-scrollbar {
                width: 5px;

              }

              .ngr-modalbody::-webkit-scrollbar-thumb {
                background-color: #888;
                border-radius: 8px;
              }

              .ngr-modalbody::-webkit-scrollbar-thumb:hover {
                background-color: #555;
              }
    .ngr-modal-header h2 {
            margin: 0;
            font-size: 1.5rem;
        }

        .ngr-close {
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            color: #666;
        }

        .ngr-close:hover {
            color: #000;
        }

        /* Modal Body Styles */
        .modal-body {
            padding: 10px;
        }

        .ngr-modalbody {
            overflow-y: auto;
            width: 100%;
        }

        /* Scrollbar Styles */
        .ngr-modalbody::-webkit-scrollbar {
            width: 5px;
        }

        .ngr-modalbody::-webkit-scrollbar-thumb {
            background-color: #888;
            border-radius: 8px;
        }

        .ngr-modalbody::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }
        .form-footer1{
          margin-right:5px;
        }

        /* Form Styles */
        .ngr-form {
            width: 100%;
            padding: 15px;
        }
        .ngr-form1 {
            width: 100%;
           display:block;
        }

        .form-group {
            margin-bottom: 1rem;
        }

        .input-wrapper {
            position: relative;
            display: flex;
            align-items: center;
        }

        .input-wrapper i {
            position: absolute;
            color: #666;
            z-index: 10;
            pointer-events: none;
        }

        .left-icon i {
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
        }

        .right-icon i {
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
        }

        .form-control {
            width: 100%;
            position: relative;
            z-index: 1;
        }

        .left-icon .form-control {
            padding-left: 35px !important;
        }

        .right-icon .form-control {
            padding-right: 35px !important;
        }



        /* Validation Styles */
        .form-control.invalid {
            border-color: #dc3545 !important;
            background-color: #fff !important;
        }

        .form-control.invalid:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
        }

        .error-message {
            color: #dc3545;
            font-size: 12px;
            margin-top: 5px;
        }

        /* Animation Keyframes */

        /* Footer Styles */
        .modal-footer {
            padding: 10px;
            display: flex;
            justify-content: flex-end;
            gap:0px;
            border-top: 1px solid #dee2e6;
            margin-top: 15px;
        }

        /* Datepicker Styles */
        #datepicker {
            background-color: #fff !important;
            cursor: pointer !important;
        }
        
        .ui-datepicker {
            z-index: 9999 !important;
        }
        .form-control.invalid {
            border-color: #dc3545 !important;
            background-color: #fff !important;
        }
        .form-control.invalid:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
        }
        .error-message {
            color: #dc3545;
            font-size: 12px;
            margin-top: 5px;
        }
        .form-group {
            margin-bottom: 1rem;
        }
        .input-wrapper {
            position: relative;
            display: flex;
            align-items: center;
        }
        .input-wrapper i {
            color: #666;
        }
        .form-control {
            width: 100%;
            position: relative;
            z-index: 1;
        }
        .form-control:focus {
            position: relative;
            z-index: 1;
        }

        /* Radio dan Checkbox Styles */
        .radio-group, .checkbox-group {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .form-check {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .form-check-input {
           margin-right:10px;
        }

        .form-check-label {
            margin: 0px;
            padding-left:0px;
            cursor: pointer;
        }

        /* Select Styles */
        select.form-control {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 8px center;
            background-size: 1em;
        }

        /* Password Input Styles */
        .input-wrapper {
            position: relative;
        }

        .password-input {
            padding-right: 40px !important;
        }

        .toggle-password {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            cursor: pointer;
            padding: 0;
            z-index: 2;
            color: #666;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
        }

        .toggle-password:hover {
            color: #333;
        }

        .toggle-password:focus {
            outline: none;
        }

        /* Search Input Styles */
        .search-input {
            width: 100%;
            position: relative;
        }

        .search-results {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: white;
            border: 1px solid #ddd;
            border-top: none;
            border-radius: 0 0 4px 4px;
            max-height: 200px;
            overflow-y: auto;
            z-index: 1000;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .search-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .search-item {
            padding: 8px 12px;
            cursor: pointer;
            transition: background-color 0.2s;
        }

        .search-item:hover {
            background-color: #f5f5f5;
        }

        .search-item.selected {
            background-color: #e9ecef;
        }

        .search-item.hidden {
            display: none;
        }

        /* Multibox Styles */
        .input-wrapper {
            position: relative;
            margin-bottom: 10px;
        }

        .multibox-input {
            width: 100%;
            padding-right: 30px;
        }

        .selected-items {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            margin-top: 5px;
        }

        .selected-tag {
            background: #e9ecef;
            border-radius: 3px;
            padding: 2px 8px;
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 0.9em;
        }

        .remove-tag {
            cursor: pointer;
            color: #666;
            border: none;
            background: none;
            padding: 0;
            font-size: 14px;
            display: flex;
            align-items: center;
        }

        .remove-tag:hover {
            color: #dc3545;
        }

        .multibox-results {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: white;
            border: 1px solid #ddd;
            border-radius: 4px;
            max-height: 200px;
            overflow-y: auto;
            z-index: 1000;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .multibox-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .multibox-item {
            padding: 8px 12px;
        }

        .multibox-label {
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
        }

        .multibox-item:hover {
            background-color: #f5f5f5;
        }

        .multibox-checkbox {
            margin: 0;
        }

        .multibox-item.hidden {
            display: none;
        }

        /* File Upload Styles */
        .file-upload-wrapper {
            width: 100%;
        }

        .file-upload-area {
            position: relative;
            width: 100%;
            min-height: 150px;
            border: 2px dashed #dee2e6;
            border-radius: 8px;
            background: #f8f9fa;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .file-upload-area:hover {
            background: #fff;
            border-color: #adb5bd;
        }

        .file-upload-area.dragover {
            background: #fff;
            border-color: #0d6efd;
        }

        .file-upload-content {
            text-align: center;
            color: #6c757d;
        }

        .file-upload-content i {
            font-size: 48px;
            color: #adb5bd;
            margin-bottom: 10px;
        }

        .file-upload-content p {
            margin: 0;
            font-size: 16px;
            color: #495057;
        }

        .file-support {
            display: block;
            font-size: 12px;
            color: #6c757d;
            margin-top: 5px;
        }

        .file-input {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
        }

        /* Preview styles */
        .file-preview {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 15px;
        }

        .file-preview-item {
            position: relative;
            display: flex;
            align-items: center;
            padding: 8px 12px;
            background: #fff;
            border: 1px solid #dee2e6;
            border-radius: 6px;
            max-width: 50%;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }

        .file-content {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-right: 25px;
        }

        .file-content i {
            font-size: 24px;
            color: #6c757d;
        }

        .file-name {
            font-size: 0.875rem;
            color: #495057;
            max-width: 150px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .remove-file {
            position: absolute;
            right: 8px;
            background: none;
            border: none;
            color: #dc3545;
            cursor: pointer;
            padding: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .remove-file:hover {
            background: rgba(220, 53, 69, 0.1);
        }
    .datepicker {
            background-color: #fff !important;
            cursor: pointer !important;
        }
        .ui-datepicker {
            z-index: 9999 !important;
        }
        .form-control.invalid {
            border-color: #dc3545 !important;
            background-color: #fff !important;
        }
        .form-control.invalid:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
        }
        .error-message {
            color: #dc3545;
            font-size: 12px;
            margin-top: 5px;
        }
        .form-group {
            margin-bottom: 1rem;
        }
        .input-wrapper {
            position: relative;
            display: flex;
            align-items: center;
        }
        .input-wrapper i {
            color: #666;
        }
        .form-control {
            width: 100%;
            position: relative;
            z-index: 1;
        }
        .form-control:focus {
            position: relative;
            z-index: 1;
        }

        /* Radio dan Checkbox Styles */
        .radio-group, .checkbox-group {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .form-check {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .form-check-input {
           margin-right:10px;
        }

        .form-check-label {
            margin: 0px;
            padding-left:0px;
            cursor: pointer;
        }

        /* Select Styles */
        select.form-control {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 8px center;
            background-size: 1em;
        }

        /* Password Input Styles */
        .input-wrapper {
            position: relative;
        }

        .password-input {
            padding-right: 40px !important;
        }

        .toggle-password {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            cursor: pointer;
            padding: 0;
            z-index: 2;
            color: #666;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
        }

        .toggle-password:hover {
            color: #333;
        }

        .toggle-password:focus {
            outline: none;
        }

        /* Search Input Styles */
        .search-input {
            width: 100%;
            position: relative;
        }

        .search-results {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: white;
            border: 1px solid #ddd;
            border-top: none;
            border-radius: 0 0 4px 4px;
            max-height: 200px;
            overflow-y: auto;
            z-index: 1000;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .search-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .search-item {
            padding: 8px 12px;
            cursor: pointer;
            transition: background-color 0.2s;
        }

        .search-item:hover {
            background-color: #f5f5f5;
        }

        .search-item.selected {
            background-color: #e9ecef;
        }

        .search-item.hidden {
            display: none;
        }

        /* Multibox Styles */
        .input-wrapper {
            position: relative;
            margin-bottom: 10px;
        }

        .multibox-input {
            width: 100%;
            padding-right: 30px;
        }

        .selected-items {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            margin-top: 5px;
        }

        .selected-tag {
            background: #e9ecef;
            border-radius: 3px;
            padding: 2px 8px;
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 0.9em;
        }

        .remove-tag {
            cursor: pointer;
            color: #666;
            border: none;
            background: none;
            padding: 0;
            font-size: 14px;
            display: flex;
            align-items: center;
        }

        .remove-tag:hover {
            color: #dc3545;
        }

        .multibox-results {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: white;
            border: 1px solid #ddd;
            border-radius: 4px;
            max-height: 200px;
            overflow-y: auto;
            z-index: 1000;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .multibox-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .multibox-item {
            padding: 8px 12px;
        }

        .multibox-label {
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
        }

        .multibox-item:hover {
            background-color: #f5f5f5;
        }

        .multibox-checkbox {
            margin: 0;
        }

        .multibox-item.hidden {
            display: none;
        }
     .file-info {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .file-size {
            font-size: 0.75rem;
            color: #6c757d;
        }

        .file-name {
            font-size: 0.875rem;
            color: #495057;
            max-width: 150px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .file-content {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-right: 25px;
        }

        .file-content i {
            font-size: 24px;
            color: #6c757d;
            min-width: 24px;
            text-align: center;
        }

        .file-preview-item {
            background: #f8f9fa;
            border: 1px solid #dee2e6;
            border-radius: 4px;
            padding: 8px;
            margin-bottom: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .remove-file {
            background: none;
            border: none;
            color: #dc3545;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 4px;
            transition: background-color 0.2s;
        }

        .remove-file:hover {
            background-color: rgba(220, 53, 69, 0.1);
        }
           /* Tambahkan ini ke dalam combinedStyle atau file CSS Anda */
        .richtext-wrapper {
            border: 1px solid #ddd;
            border-radius: 4px;
            overflow: hidden;
        }

        .richtext-editor {
            display: flex;
            flex-direction: column;
        }

        .richtext-toolbar {
            background-color: #f5f5f5;
            border-bottom: 1px solid #ddd;
            padding: 5px;
            display: flex;
            gap: 5px;
        }

        .toolbar-btn {
            background: none;
            border: none;
            cursor: pointer;
            padding: 5px;
            font-size: 16px;
            color: #666;
        }

        .toolbar-btn:hover {
            background-color: #e9ecef;
        }

        .richtext-content {
            padding: 10px;
            min-height: 150px;
            border: none;
            outline: none;
            resize: vertical;
            overflow-y: auto;
        }
  .ngr-modalbody {
     overflow-y: auto; /* Tambahkan scrollbar vertikal */
     width: 100%;
  }

  /* Gaya untuk scrollbar */
  .ngr-modalbody::-webkit-scrollbar {
    width: 5px;

  }

  .ngr-modalbody::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 8px;
  }

  .ngr-modalbody::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }

  .ngr-modalbody {
     overflow-y: auto; /* Tambahkan scrollbar vertikal */
     width: 100%;
  }

 .uk-modal-body {
     overflow-y: auto; /* Tambahkan scrollbar vertikal */

  }

  /* Gaya untuk scrollbar */
  .uk-modal-body::-webkit-scrollbar {
    width: 5px;

  }

  .uk-modal-body::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 8px;
  }

  .uk-modal-body::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }




/* Media Object */
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.media-img {
  margin-right: 1rem;
}

.media-img-right {
  margin-left: 1rem;
  order: 2;
}

.media-content {
  margin-bottom: 0;
}

/* Nested media objects */
.media .media {
  margin-top: 1rem;
  padding-left: 1rem;
}



h1,h2,h3,h4,h5,h6{
  margin-bottom: 0px;
}

    .terminal {
      background-color: #1e1e1e;
      border-radius: 8px;
      overflow: hidden;
      font-family: monospace;
      margin: 0px 0;
      margin-bottom: 10px;
    }

    .terminal-header {
      background-color: #2d2d2d;
      padding: 8px 12px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: white;
    }

    .terminal-copy-btn {
      background: transparent;
      border: 1px solid #666;
      color: white;
      padding: 4px 8px;
      border-radius: 4px;
      cursor: pointer;
    }

    .terminal-content {
      padding: 12px;
      color: white;
      line-height: 1.5;
    }

    .terminal-code-btn {
      display: block;
      width: 100%;
      padding: 10px;
      background: #2d2d2d;
      color: #e06c75;
      border: none;
      border-top: 1px solid #3d3d3d;
      cursor: pointer;
      font-family: monospace;
      font-size: 14px;
      text-align: center;
    }

    .terminal-code-btn:hover {
      background: #3d3d3d;
    }

    /* Warna ikon bahasa pemrograman */
    .terminal-header .fa-html5 {
      color: #e34f26;
    }
    .terminal-header .fa-css3-alt {
      color: #264de4;
    }
    .terminal-header .fa-js {
      color: #f7df1e;
    }
    .terminal-header .fa-python {
      color: #3776ab;
    }
    .terminal-header .fa-php {
      color: #777bb4;
    }
    .terminal-header .fa-java {
      color: #007396;
    }
    .terminal-header .fa-react {
      color: #61dafb;
    }
    .terminal-header .fa-vuejs {
      color: #4fc08d;
    }
    .terminal-header .fa-angular {
      color: #dd0031;
    }
    .terminal-header .fa-node-js {
      color: #339933;
    }
    .terminal-header .fa-sass {
      color: #cc6699;
    }
    /*  FROM wizard-steps  */

          .wizard-steps {
              display: flex;
              justify-content: space-between;
              list-style: none;
              padding: 0;
              margin: 0;
              position: relative;
          }

          .wizard-step {
              flex: 1;
              text-align: center;
              position: relative;
              cursor: pointer;
              display: flex;
              align-items: center;
          }

          .ngrstep-number {
              width: 45px;
              height: 45px;
              border-radius: 50%;
              background-color: #e9ecef;
              color: #6c757d;
              display: flex;
              align-items: center;
              justify-content: center;
              font-weight: bold;
/*              margin-right:5px;*/
              transition: all 0.3s ease;
          }

          .step-content {
            text-align: left;
            flex: 1;
            position: relative;
          }

          .step-title {
              display: block;
              align-items: left;
              color: #6c757d;
              font-size: 14px;
              margin-bottom: 5px;
              transition: all 0.3s ease;
          }

          .step-line {
              position: absolute;
              top: 100%;
              left: 0px;
              right:0px;
              height:1px;
              background-color: #e9ecef;
              transform: translateY(-80%);
              z-index: -1;
          }

          .wizard-step.active .ngrstep-number {
              background-color: #007bff;
              color: white;
          }

          .wizard-step.active .step-title {
              color: #007bff;
              font-weight: bold;
          }

          .wizard-step.completed .ngrstep-number {
              background-color: #28a745;
              color: white;
          }

          .wizard-step.completed .step-line {
/*              background-color: #28a745;*/
          }

          .wizard-content {
              padding: 20px 0;
          }

          .wizard-footer {
              margin-top:1px;
              padding-top: 1px;
              border-top: 1px solid #e9ecef;
              display: flex;
              justify-content: space-between;
          }

          .wizard-footer button {
              min-width: 120px;
          }

          @media (max-width: 768px) {
              .step-title {
                  font-size: 12px;
              }
              
              .ngrstep-number {
                  width: 40px;
                  height: 40px;
                  margin-right: 5px;
              }
          }
                table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
      }
      th,
      td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
      }
      th {
        background-color: #f2f2f2;
      }
.list-inline-skills .list-inline-item a {
    display: block;
    background-color: #fff;
    border: 1px solid #c0ccda;
    padding-top: 3px;
    padding-bottom: 1px;
    padding-left: 8px;
    padding-right: 8px;
    color: #1b2e4b;
    border-radius: 0.25rem;
    margin-bottom:10px;
}