body.cs,
html {
  height: 100% !important;
  font-family: "Quicksand", sans-serif;
  color: #777;
}

.bgimg-1 {
  background-image: url("../img/bg.png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.card-blue {
  background-image: linear-gradient(#1071d1, #0657a8);
  border-radius: 5px;
}

.card-blue-login {
  background-image: linear-gradient(#1071d1, #0657a8);
  border-radius: 5px;
  height: 74vh;
}

.c-pink {
  color: #f5abab;
}

.c-green {
  color: #27ae60;
}

.c-b {
  color: #0657a8;
}

.c-o {
  color: #ff831f;
}

.c-grey {
  color: rgb(165, 165, 165) !important;
}

.b-200 {
  font-weight: 200;
}

.b-300 {
  font-weight: 300;
}

.b-400 {
  font-weight: 400;
}

.b-500 {
  font-weight: 500;
}

.b-600 {
  font-weight: 600;
}

.b-700 {
  font-weight: 700;
}

.input-group-text-cs {
  background-color: #fff !important;
  /* border-top: 1px solid #ced4da !important;
        border-bottom: 1px solid #ced4da !important;
        border-left: 1px solid #ced4da !important; */
  border: 1px solid #5ba9f7;
  border-right: 1px solid #ffffff !important;
}

.input-group-text-cs-r {
  background-color: #fff !important;
  border: 1px solid #5ba9f7;
  border-left: 1px solid #ffffff !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.form-control-cs {
  border: 1px solid #78b3ee;
  border-left: 1px solid #ffffff !important;
  height: 50px;
  font-weight: 600;
}

.form-control-cs-c {
  border: 1px solid #78b3ee;
  border-left: 1px solid #ffffff !important;
  border-right: 1px solid #ffffff !important;
  height: 50px;
  font-weight: 600;
}

.form-control-cs-cb {
  border: 1px solid #78b3ee;
  /* border-left: 1px solid #ffffff !important; */
  border-right: 1px solid #ffffff !important;
  height: 50px;
  font-weight: 600;
}

.icons-cs {
  font-size: 20px;
}

.gr-o {
  background-image: linear-gradient(to right, #ff831f, #ff4f0a);
}

.c-b {
  color: #0657a8;
}

.c-grey {
  color: #4d525938;
}

.center-cs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shadow-cs {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.125);
  border: 1px solid rgba(0, 0, 0, 0.125);
}

[class*="sidebar-light"] .brand-link {
  border-bottom: 1px solid #fff !important;
}

.navbar-nav {
  align-items: center;
}

.nav-link-cs {
  padding: 0px 0px !important;
}

.bg-box-blue {
  background-color: #2d9bdb1c;
}

.box {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.42rem;
  width: 40px;
  height: 40px;
}

.img-profile {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 0.42rem;
}

.img-profile-card {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 0.6rem;
}

.box img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* font-size: 20px; */
}

.bullet {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  top: 0px;
  right: 0px;
  margin-top: -5px;
  margin-right: -5px;
  background-color: #eb5757 !important;
  border-radius: 50%;
}

.c-warning {
  color: #ffa800;
}

.sidebar-light-warning .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #0657a8 !important;
  color: #fff !important;
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.12),
    0 1px 2px rgba(255, 255, 255, 0.24) !important;
}

.nav-pills .nav-link {
  border-radius: 0px !important;
}

.os-content {
  padding: 48px 0px 0px !important;
}

.nav-sidebar .nav-item > .nav-link {
  margin-bottom: 0px !important;
}

.nav-link-side {
  padding: 0.9rem 1rem !important;
  border-bottom: 0.5px solid #2d9bdb80;
}

[class*="sidebar-light-"] .sidebar a {
  color: #0657a8;
}

[class*="sidebar-light-"] .nav-sidebar > .nav-item:hover > .nav-link {
  background-color: #0657a8;
  color: #fff;
}

.content-wrapper {
  padding: 18px;
}

.alert-warning {
  background-color: #f8e4a5;
  color: #b76625;
  border: none;
}

.mr-cs {
  margin-right: 20px;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 0.5em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
  margin-right: 10px;
  outline: none !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.btn-primary {
  background-color: #0657a8;
}

.btn-primary-bonus {
  background-color: #0657a8;
  color: #fff;
}

.btn-primary-bonus:hover {
  color: #fff;
}

.btn-primary img {
  position: absolute;
  right: 50px;
  margin-top: 3px;
}

.sidebar .judul {
  margin-left: 20px;
}

.p-20-cs {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 60px;
}

.alert-primary-cs {
  background-color: #2d9bdb13;
  color: #2d9cdb;
  padding: 7px !important;
  margin-bottom: 0px !important;
}

.form-check:hover {
  background-color: #f8f8f8;
}

.form-check-input {
  margin-left: -2.4rem;
}

.btn {
  font-size: 0.8em;
}

.btn-secondary-cs {
  background-color: #bdbdbd;
}

.text-g-o {
  background: -webkit-linear-gradient(#ff831f, #ff4f0a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-outline-warning-cs {
  border-color: #ff4f0a !important;
  color: #ff4f0a;
}

.btn-outline-warning-cs:hover {
  background-image: linear-gradient(to right, #ff831f, #ff4f0a);
  color: #fff;
}

.progress-bar,
.progress {
  border-radius: 10px;
}

.tombol-nomor:hover {
  background-color: #ff831f;
  color: #ffffff;
  cursor: pointer;
}

.tombol-nomor-active {
  background-color: #ff831f !important;
  color: #ffffff !important;
}

.tombol-nomor-answer {
  background-color: #27ae60 !important;
  color: #ffffff !important;
}
.tombol-nomor-kosong {
  background-color: #bdbdbd !important;
  color: #ffffff !important;
}
.tombol-nomor-salah {
  background-color: #f5abab !important;
  color: #ffffff !important;
}

.tombol-nomor {
  border-radius: 5px;
  background-color: #f5abab;
  margin: 5px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  /* border: 1px solid #2e49f7; */
  font-weight: 700;
  color: #e83333;
}

@media (min-width: 576px) {
  .tombol-nomor {
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 768px) {
  .tombol-nomor {
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 992px) {
  .tombol-nomor {
    width: 27px;
    height: 27px;
    font-size: 10px;
  }
}

@media (min-width: 1200px) {
  .tombol-nomor {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  .tombol-nomor {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}

.table-detail-ujian p > span {
  font-size: 30px;
}

.table-detail-ujian th {
  border-bottom: 1px solid #fff !important;
}

.border-n-l {
  border-left: 1px solid #fff !important;
}

.border-n-r {
  border-right: 1px solid #fff !important;
}

.modal-footer {
  border-top: 1px solid #fff;
}

.tb-custom tbody tr td {
  vertical-align: top;
  font-size: 1rem;
  color: rgb(90, 90, 90);
}

.alert-blue {
  background-color: #0657a8;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
}

.alert-benar {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-red {
  background-color: #eb5757;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
}

.card-hasil {
  border-radius: 0.5rem;
}

.card-hasil hr.orange {
  border-top: 3px dashed rgba(255, 255, 255, 0.575);
}

.card-hasil hr {
  border-top: 3px dashed rgba(211, 211, 211, 0.74);
}

.fst-italic {
  font-style: italic !important;
}

.border-bb {
  border-bottom: 5px solid #1071d1;
}

.btn-border-custom {
  border-radius: 50px;
  background-color: #0657a810;
  color: #0657a8;
}

.alert-info-cs {
  background-color: #0657a810;
  color: #0657a8;
}

.box-icon {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #0657a8;
}

.box-icon i {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* font-size: 20px; */
}

.border-cs {
  border-radius: 10px !important;
}

.ket {
  padding: 5px 14px;
  position: absolute;
  bottom: 10px;
  left: 15px;
  border-radius: 50px;

  color: #fff;
  font-size: 12px;
}

.ket-upgrade {
  padding: 5px 20px;
  border-radius: 5px;
  margin-left: -20px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  max-width: 80%;
  position: absolute;
  display: inline;
}
.ket-invoice {
  padding: 5px 20px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  /* position: absolute; */
  display: inline;
}
.ket1 {
  padding: 5px 14px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  /* position: absolute; */
}
.ket2 {
  padding: 5px 14px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  /* position: absolute; */
}

.bg-orenge {
  background-color: #ff831f;
}

.bg-green {
  background-color: #27ae60;
}
.bg-boxblue {
  background-color: #0657a8;
}

/* .box-video {
    position: relative;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: #000;
    background-image: url('https://wowslider.com/sliders/demo-93/data1/images/sunset.jpg')
} */

.icons-fb {
  /* font-size: 15px; */
  color: #0657a8;
}

.icons-tw {
  font-size: 15px;
  color: #59a9f8;
}

.icons-ig {
  font-size: 15px;
  color: #a80680;
}

.profile {
  position: relative;
  width: 100px;
  height: 100px;
}

.profile .btn {
  position: absolute;
  right: -15px;
  bottom: -15px;

  border-radius: 50px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 0.5rem 0.75rem !important;
}

.form-profile label {
  font-weight: 400 !important;
}

.nav-sidebar > .nav-item .nav-icon {
  font-size: 1.5rem !important;
}

.btn-search {
  padding: 15px 0px;
}

.btn-primary-2 .upgrade {
  position: absolute;
  right: 50px;
  margin-top: -28px;

  padding: 2px 24px;
  background-color: rgba(255, 255, 255, 0.164);
  border-radius: 50px;
}

.btn-primary-2 {
  background-color: #0657a8;
  color: #fff;
}

.btn-primary-2:hover {
  background-color: #0069d9;
  color: #fff;
}

.nav-header {
  font-size: 1rem !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar .close1 {
  visibility: hidden;
}

.sidebar-collapse .main-sidebar:hover .close1 {
  visibility: visible;
}

/* .form-check-input {
    margin-top: 0px !important;
} */

/* update */

@media (min-width: 276px) {
  .box-login {
    padding: 0px;
  }

  .box-login h1 {
    margin-top: 50px;
    font-size: 25px;
  }

  .box-login .title {
    margin-top: 50px;
  }

  .box-login .form-control,
  .box-login .text-right .c-b,
  .navbar-nav .name,
  .konten-ket table,
  .konten-ket li,
  .konten-ket span,
  .konten-ket p,
  .head-card a,
  .kelas-online span,
  .bantuan #accordion p,
  .alert-warning {
    font-size: 12px;
  }

  .head-card h5 {
    font-size: 15px;
  }

  .group-class .d-flex {
    justify-content: start;
    font-size: 12px;
  }

  .group-class button {
    margin-top: 8px;
  }

  .d-flex-cs {
    display: inline;
  }

  .d-flex-cs .d-flex {
    font-size: 13px;
    padding-bottom: 10px;
  }

  .d-flex-cs .badge {
    margin-top: -15px;
  }

  .d-flex-cs .keterangan {
    margin-left: 0px;
    margin-top: 10px;
  }

  .detail-akun {
    padding-left: 0px;
    padding-top: 30px;
  }

  .mobile {
    font-size: 12px;
  }

  .table-detail-ujian {
    display: none;
  }

  .btn-primary-bonus img {
    position: absolute;
    right: 30px;
    margin-top: -6px;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .box-login {
    padding: 3rem;
  }

  .box-login h1 {
    margin-top: 0px;
    font-size: 2.5rem;
  }

  .box-login .title {
    margin-top: 0px;
  }

  .box-login .form-control,
  .box-login .text-right .c-b,
  .navbar-nav .name,
  .konten-ket table,
  .konten-ket li,
  .konten-ket span,
  .konten-ket p,
  .head-card a,
  .kelas-online span,
  .bantuan #accordion p,
  .alert-warning {
    font-size: 1rem;
  }

  .head-card h5 {
    font-size: 1.25rem;
  }

  .group-class .d-flex {
    justify-content: center;
    font-size: 1rem;
  }

  .group-class button {
    margin-top: 0px;
  }

  .d-flex-cs {
    display: flex;
  }

  .d-flex-cs .keterangan {
    margin-left: 1rem;
    margin-top: 0px;
    padding-right: 30px;
  }

  .keterangan .d-flex {
    padding-bottom: 0px;
  }

  .detail-akun {
    padding-left: 1.5rem;
    padding-top: 0px;
  }

  .mobile {
    display: none;
  }

  .table-detail-ujian {
    display: inline-table;
  }

  .btn-primary-bonus img {
    right: 50px;
  }
}

.dropdown-menu-right-cs {
  right: 20px !important;
}

.ribbon.bg-warning {
  color: #ffff !important;
  background-color: #ff831f !important;
}
