
.container-fluid {
  background:
  linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 1)),
  url('/static/img/custom/jalan.jpg') no-repeat center center;
  background-size: cover;
  min-height: 800px;    }

#content {
  background: linear-gradient(rgba(255, 255, 255, .5), rgba(0, 0, 0, 1))
}




.card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;    }

.card-deskripsi {
  text-align: center;     padding: 20px;      background-color: rgba(50, 125, 180, 0.35);     border-radius: 30px;    border-style: double;   border-width: 4px;      width: 50%;     color: #feb200;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.img-profile {
  width: 25px !important;     height: 25px !important;  }

.navbar {
  height: 40px; }

.bg-gradient-custom-primary {
  background-image: linear-gradient(180deg, rgba(34, 52, 104, 1), rgba(34, 52, 50, 1));
}

.nav-link.collapsed {
  color: #feb200 !important;
}

.nav-link {
  color: #feb200 !important;
}

.bg-custom-kunyit {
  background-color: #feb200;
}


.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}


.wrapper {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}


.pull-right {
  float: right;
}

a,
a:active {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #999;
}

.arrow-steps .step {
  font-size: 14px;
  text-align: center;
  color: #666;
  cursor: default;
  margin: 0 2px;      padding: 8px 10px 8px 30px;     min-width: 180px;
  float: left;
  position: relative;
  background-color: #d9e3f7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.2s ease;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid #d9e3f7;
  z-index: 2;
  transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
  right: auto;
  left: 0;
  border-left: 17px solid #fff;
  z-index: 0;
}

.arrow-steps .step:first-child:before {
  border: none;
}

.arrow-steps .step:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
  position: relative;
}

.arrow-steps .step span:before {
  opacity: 0;
  content: "✔";
  position: absolute;
  top: -2px;
  left: -20px;
}

.arrow-steps .step.done span:before {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.5s;
  -moz-transition: opacity 0.3s ease 0.5s;
  -ms-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {      color: #feb200;
  font-weight: bold;
  background-color: #223468;
}

.arrow-steps .step.current:after {    border-left: 17px solid #223468;
}

.custom-btn {
  background-color: #4CAF50;    color: white;    border: none;  }

.custom-btn:hover {
  background-color: #45a049;  }







.pdf-viewer {
  width: 100%;
  height: 800px;      border: none;
}

.pdf-container {
  margin-top: 20px;
}

#CESA4 {
    background-color: #b7e9f6;
}

#CESA5 {
    background-color: #92dff3;
}

#CESA_AL {
    background-color: #B3E5B3;
}

#CESA_AK {
    background-color: #B3E5B3;
}

#HVAG {
    background-color: #eed7a1;
}

.btn-primary {
    background-color: #161853;
    border-color: #292C6D;
}

.btn-secondary {
    background-color: #505050;
    border-color: #A8A196;
}

.btn-success {
    background-color: #226B80;
    border-color: #40A798;
}

.btn-info {
    background-color: #125D98;
    border-color: #3C8DAD;
}

.btn-warning {
    background-color: #FF8343;
    border-color: #F1DEC6;
}

.btn-danger {
    background-color: #990000;
    border-color: #FF6600;
}

.btn-no-outline {
    background-color: transparent;     border: none;     box-shadow: none;     padding: 0;     font-size: 24px;     color: #007BFF; }

.btn-no-outline:hover {
    color: #0056b3; }
