
  .form-sidebar-md {
    position: fixed;
    right: 0;
    width: 50%;
    display: none;
    z-index: 1050;
    background: #fff;
    top: 0;
    bottom: 0;
    height: 100%;
    box-shadow: 5px 1px 40px rgba(0, 0, 0, .1);
    transition: all .3s ease;
    overflow: auto;
  }

  .form-sidebar-sm {
    right: 0;
    width: 30%;
    display: none;
    transition: all .3s ease;
    position: fixed;
    display: none;
    z-index: 1050;
    background: #fff;
    top: 0;
    bottom: 0;
    height: 100%;
    box-shadow: 5px 1px 40px rgba(0, 0, 0, .1);
    transition: all .3s ease;
    overflow: auto;
  }


  @media (max-width: 768px) {

    .form-sidebar-md {
      right: 0%;
      width: 100%;
      display: none;
      transition: all .3s ease
    }

    .form-sidebar-sm {
      right: 0%;
      width: 100%;
      display: none;
      transition: all .3s ease
    }
  }

  #WaktuLoading {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8);
  }

  .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn-circle {
    border-radius: 50%;
  }

  .bg-blur {
    background: linear-gradient(to bottom, rgba(237, 237, 237, 1) 0%, rgba(250, 250, 250, 1) 43%, rgba(227, 227, 227, 1) 100%);
  }

  table.dataTable.cell-border tbody th,
  table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
  }

  table.dataTable.cell-border tbody tr th:first-child,
  table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd
  }

  table.dataTable.cell-border tbody tr:first-child th,
  table.dataTable.cell-border tbody tr:first-child td {
    border-top: none
  }

  :root {
    --code-color: darkred;
    --code-bg-color: #f6f6f6;
    --code-font-size: 14px;
    --code-line-height: 1.4;
    --scroll-bar-color: #c5c5c5;
    --scroll-bar-bg-color: #f6f6f6;
  }

  pre {
    color: var(--code-color);
    font-size: var(--code-font-size);
    line-height: var(--code-line-height);
    background-color: var(--code-bg-color);
  }

  .code-block {
    max-height: 100px;
    overflow: auto;
    padding: 8px 7px 5px 15px;
    margin: 0px 0px 0px 0px;
    border-radius: 7px;
  }

  * {
    scrollbar-width: thin;
    scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
  }

  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 12px;
  }

  *::-webkit-scrollbar-track {
    background: var(--scroll-bar-bg-color);
  }

  *::-webkit-scrollbar-thumb {
    background-color: var(--scroll-bar-color);
    border-radius: 20px;
    border: 3px solid var(--scroll-bar-bg-color);
  }
  #timer {
    position: fixed;
    width: 16%;
    height: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1001;
    background-color: #222;
    border-bottom-left-radius: .6em;
    border-bottom-right-radius: .6em;
  }

  #timer div {
    display: inline-block;
    line-height: 1;
    padding: 0px;
    width: 50px;
    height: 45px;
    text-align: center;
  }

  #timer span {
    display: block;
    font-size: 13px;
    color: white;
    margin: 2px -3px
  }

  #timer #titles {
    display: block;
    font-size: 13px;
    color: white;
    padding: 2px;
    margin: 0 10px 0 8px;
    text-align: center;
  }

  #timer #titles i {
    vertical-align: middle;
  }

  #timer #days {
    font-size: 22px;
    color: #db4844;
  }

  #timer #hours {
    font-size: 22px;
    color: #f07c22;
  }

  #timer #minutes {
    font-size: 22px;
    color: #f6da74;
  }

  #timer #seconds {
    font-size: 22px;
    color: #abcd58;
  }

  @media (min-width:899px) {
    #timer {
      position: fixed;
      width: 16%;
      height: 70px;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 1001;
      background-color: #222;
      border-bottom-left-radius: .6em;
      border-bottom-right-radius: .6em;
    }

    #timer div {
      display: inline-block;
      line-height: 1;
      padding: 0;
      margin: 0;
      width: 20%;
      height: 40px;
    }

    #timer span {
      display: block;
      font-size: 15px;
      color: white;
    }

    #timer #days {
      font-size: 20px;
      color: #db4844;
      text-align: center;
    }

    #timer #hours {
      font-size: 20px;
      color: #f07c22;
      text-align: center;
    }

    #timer #minutes {
      font-size: 20px;
      color: #f6da74;
      text-align: center;
    }

    #timer #seconds {
      font-size: 20px;
      color: #abcd58;
      text-align: center;
    }

    #timer #titles {
      display: block;
      font-size: 15px;
      color: white;
      padding: 2px;
      margin: 0;
      text-align: center;
    }

    #timer #titles i {
      vertical-align: middle;
    }
  }

  @media (max-width:898px) {
    #timer {
      position: fixed;
      width: 30%;
      height: 65px;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 1001;
      background-color: #222;
      border-bottom-left-radius: .6em;
      border-bottom-right-radius: .6em;
    }

    #timer div {
      display: inline-block;
      line-height: 1;
      padding: 0px;
      width: 20%;
      height: 40px;
    }

    #timer span {
      display: block;
      font-size: 12px;
      color: white;
    }

    #timer #days {
      font-size: 17px;
      color: #db4844;
      text-align: center;
    }

    #timer #hours {
      font-size: 17px;
      color: #f07c22;
      text-align: center;
    }

    #timer #minutes {
      font-size: 17px;
      color: #f6da74;
      text-align: center;
    }

    #timer #seconds {
      font-size: 17px;
      color: #abcd58;
      text-align: center;
    }

    #timer #titles {
      display: block;
      font-size: 12px;
      color: white;
      padding: 2px;
      margin: 0;
      text-align: center;
    }

    #timer #titles i {
      vertical-align: middle;
    }
  }