.cursor-pointer {
  cursor: pointer;
}

.box-chaptca {
  /* border-left: 1px solid #ced4da;
  border-top: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da; */
}

.text-input {
  color: rgba(5, 83, 167, 0.6);
}

.error-input {
  border-left: 1px solid #ff0000;
  border-top: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
}

/* 
-----------------------------------
BACKGROUND OPACITY
-----------------------------------
*/
.bg-trans-0 {
  background: transparent;
}

.bg-hitam-1 {
  background: rgba(0, 0, 0, 0.1);
}
.bg-hitam-2 {
  background: rgba(0, 0, 0, 0.3);
}
.bg-hitam-3 {
  background: rgba(0, 0, 0, 0.5);
}

.bg-white-1 {
  background: rgba(255, 255, 255, 0.1);
}
.bg-white-2 {
  background: rgba(255, 255, 255, 0.3);
}
.bg-white-3 {
  background: rgba(255, 255, 255, 0.5);
}

.bg-heat-1 {
  background: rgba(245, 222, 179, 0.1);
}
.bg-heat-2 {
  background: rgba(245, 222, 179, 0.3);
}
.bg-heat-3 {
  background: rgba(245, 222, 179, 0.5);
}

.bg-slate_gray-1 {
  background: rgba(112, 128, 145, 0.1);
}
.bg-slate_gray-2 {
  background: rgba(112, 128, 145, 0.3);
}
.bg-slate_gray-3 {
  background: rgba(112, 128, 145, 0.5);
}

.bg-steel_blue-1 {
  background: rgba(70, 130, 180, 0.1);
}
.bg-steel_blue-2 {
  background: rgba(70, 130, 180, 0.3);
}
.bg-steel_blue-3 {
  background: rgba(70, 130, 180, 0.5);
}

.bg-golden_rod-1 {
  background: rgba(184, 134, 11, 0.1);
}
.bg-golden_rod-2 {
  background: rgba(184, 134, 11, 0.3);
}
.bg-golden_rod-3 {
  background: rgba(184, 134, 11, 0.5);
}

.bg-lemon_chiffon-1 {
  background: rgba(255, 250, 205, 0.1);
}
.bg-lemon_chiffon-2 {
  background: rgba(255, 250, 205, 0.3);
}
.bg-lemon_chiffon-3 {
  background: rgba(255, 250, 205, 0.5);
}

.bg-sea_green-1 {
  background: rgba(143, 188, 144, 0.1);
}
.bg-sea_green-2 {
  background: rgba(143, 188, 144, 0.3);
}
.bg-sea_green-3 {
  background: rgba(143, 188, 144, 0.5);
}

.bg-salmon-1 {
  background: rgba(250, 128, 114, 0.1);
}
.bg-salmon-2 {
  background: rgba(250, 128, 114, 0.3);
}
.bg-salmon-3 {
  background: rgba(250, 128, 114, 0.5);
}

/* 
-----------------------------------
LINK HOVER
-----------------------------------
*/
.ln-height {
  line-height: 14px;
}
.dark-primary {
  color: #343a40;
}
.dark-primary:hover {
  color: #007bff;
}

.dark-secondary {
  color: #343a40;
}
.dark-secondary:hover {
  color: #6c757d;
}
.dark-success {
  color: #343a40;
}
.dark-success:hover {
  color: #28a745;
}
.dark-danger {
  color: #343a40;
}
.dark-danger:hover {
  color: #dc3545;
}
.dark-warning {
  color: #343a40;
}
.dark-warning:hover {
  color: #ffc107;
}
.dark-info {
  color: #343a40;
}
.dark-info:hover {
  color: #17a2b8;
}

.primary-dark {
  color: #007bff;
}
.primary-dark:hover {
  color: #343a40;
}

.primary-secondary {
  color: #007bff;
}
.primary-secondary:hover {
  color: #6c757d;
}

.primary-success {
  color: #007bff;
}
.primary-success:hover {
  color: #28a745;
}

.primary-danger {
  color: #007bff;
}
.primary-danger:hover {
  color: #dc3545;
}
.primary-warning {
  color: #007bff;
}
.primary-warning:hover {
  color: #ffc107;
}
.primary-info {
  color: #007bff;
}
.primary-info:hover {
  color: #17a2b8;
}

/* 
-----------------------------------
HEADER
-----------------------------------
*/
.hdr-logo-brand {
  height: 40px;
}
.hdr-logo-brand-full {
  display: block;
}
.hdr-logo-brand-icon {
  display: none;
}
.hdr-td-btn-daftar {
  margin: 0 auto;
  width: 100px;
}
.hdr-td-btn-login {
  margin: 0 auto;
  width: 100px;
}
.hdr-nama-level {
  display: block;
}
.hdr-td-btn-bell {
  margin: 0 auto;
  width: 50px;
}
.hdr-td-btn-menu {
  margin: 0 auto;
}

@media (max-width: 600px) {
  .hdr-logo-brand-full {
    display: none;
  }
  .hdr-nama-level {
    display: none;
  }
  .hdr-logo-brand-icon {
    display: block;
  }
}

/* 
-----------------------------------
MAIN
-----------------------------------
*/
.main-wira {
  height: 50px;
}

.pt-6 {
  padding-top: 60px;
}
.pt-7 {
  padding-top: 70px;
}

.border-opt {
  border-top: 1px solid #6c757d;
  /* border-bottom:1px solid #6c757d; */
}
.border-opt:hover {
  /* background: url('../img/hover.png') repeat top left !important; */
  color: #007bff;
}
.pb-main {
  height: 60px;
}
.pb-main-fix {
  height: 50px;
}

.areaBtn {
  background: red;
  margin-top: 3px;
  padding: 5px 0px 5px 0px;
}

/* 
-----------------------------------
BOX SHADOW
-----------------------------------
*/
.boxShadow {
  box-shadow: -1px -1px 4px rgba(255, 255, 255, 1),
    -1px -1px 6px rgba(255, 255, 255, 0.5),
    inset 1px 1px 2px rgba(255, 255, 255, 0.1), 1px 1px 4px rgba(0, 0, 0, 0.15);
}
.boxShadow:hover {
  box-shadow: inset -1px -1px 4px rgba(255, 255, 255, 1),
    inset -1px -1px 6px rgba(255, 255, 255, 0.5),
    inset 1px 1px 2px rgba(255, 255, 255, 0.1),
    inset 1px 1px 4px rgba(0, 0, 0, 0.15);
}

/* 
-----------------------------------
SCROL
-----------------------------------
*/
.scrollup {
  bottom: 13px;
  font-size: 37px;
  color: #2596be;
  height: 40px;
  position: fixed;
  right: 22px;
  text-align: center;
  width: 40px;
  z-index: 999;
}

div.scroll {
  margin: 4px, 4px;
  padding: 4px;
  margin-bottom: 5px;
  width: 100%;
  min-height: 250px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  border: 1px solid rgb(126, 126, 126);
}

/* .search-table-outter {border:2px solid red;} */
.search-table {
  table-layout: fixed;
}
/* .search-table, td, th{border-collapse:collapse; border:1px solid #777;} */

/* th{padding:20px 7px; font-size:15px; color:#444; background:#66C2E0;}
td{padding:5px 10px; height:35px;} */

.search-table-outter {
  overflow-x: scroll;
}
/* th, td { min-width: 200px; } */

/* 
-----------------------------------
LOADER
-----------------------------------
*/
.wira_pre_loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
}
.wira_pre_loader .wira_loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font: 14px Arial;
  color: #000;
}

/* 
-----------------------------------
FONT SIZE
-----------------------------------
*/
.f-10 {
  font-size: 10px;
}
.f-11 {
  font-size: 11px;
}
.f-12 {
  font-size: 12px;
}
.f-13 {
  font-size: 13px;
}
.f-14 {
  font-size: 14px;
}
.f-15 {
  font-size: 15px;
}
.f-16 {
  font-size: 16px;
}
.f-17 {
  font-size: 17px;
}
.f-18 {
  font-size: 18px;
}
.f-19 {
  font-size: 19px;
}
.f-20 {
  font-size: 20px;
}

/* 
-----------------------------------
LINE HEIGHT
-----------------------------------
*/
.lh-10 {
  line-height: 10px;
}
.lh-12 {
  line-height: 12px;
}
.lh-14 {
  line-height: 14px;
}
.lh-16 {
  line-height: 16px;
}
.lh-18 {
  line-height: 18px;
}
.lh-20 {
  line-height: 20px;
}
.lh-22 {
  line-height: 22px;
}
.lh-24 {
  line-height: 24px;
}
.lh-26 {
  line-height: 26px;
}
.lh-28 {
  line-height: 28px;
}
.lh-30 {
  line-height: 30px;
}

/* 
-----------------------------------
CHANGE FOTO
-----------------------------------
*/
.foto-member {
  width: 50px;
  height: 63px;
  cursor: pointer;
}
.foto-member:hover {
  width: 50px;
  height: 63px;
  cursor: pointer;
  border: 1px solid #fff;
}

.changeImg {
  position: relative;
  cursor: pointer;
}
.changeImg_icon {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.changeImg span {
  display: none;
  align-content: center;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  /* z-index: 100; */
  color: #000;
}
.changeImg:hover span {
  display: block;
  margin-left: 12%;
  margin-right: 12%;
}

.miring-left:hover {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.miring-right:hover {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

.myzoom:hover {
  transform: scale(1.02);
  border: 1px solid rgb(255, 255, 255);
}

.notification {
  background-color: #a7a3a3;
  color: white;
  text-decoration: none;
  padding: 6px 12px;
  position: relative;
  display: inline-block;
}

.notification .badge {
  position: absolute;
  top: -3px;
  right: -8px;
  padding: 2px 4px;
  border-radius: 50%;
  background-color: red;
  color: white;
  font-size: 12px;
}

.form fieldset {
  padding: 2em 1em 0 1em !important;
  margin: 0 0 0.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-radius: 0px;
  background-color: rgba(155, 152, 152, 0.247);
}

.form legend {
  color: #000;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  margin-bottom: 5px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  background-color: rgb(240, 240, 240);
}

/* fieldset {
  padding: 0 1em 1em 1em !important;
  margin: 0 0 0.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  border-radius: 0px;
  background-color: rgba(155, 152, 152, 0.247);
}

legend {
  color: #000;
  font-size: 12px !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  margin-bottom: 5px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  background-color: rgb(214, 213, 213);
} */

.blink {
  animation: berkedip 0.5s steps(5, start) infinite;
  -webkit-animation: berkedip 0.5s steps(5, start) infinite;
}
@keyframes berkedip {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes berkedip {
  to {
    visibility: hidden;
  }
}

.wira_tabel_info td {
  vertical-align: top;
  font-size: 12px;
  padding: 0px 5px 0px 5px;
}

.border-input-group {
  border-top: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
}

.btn-pil {
  position: relative;
  /* background: linear-gradient(90deg, #BE844D 1.35%, #FFD700 72.52%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* font-size: 0.85rem; */
  border-radius: 25px;
}

.btn-pil::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 1.5px;
}

.img-hero {
  animation: shake 8s;
  animation-iteration-count: infinite;
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

.pembatas {
  height: 100px;
}
