/* CSS -AIZAT */

.page-wrapper {
  background: #eef5f9;
  position: relative;
  transition: .2s ease-in;
}

/* Landing Page - Aizat */

.senarai-container {
  width: 20%;
  padding: 0 5px;
}

.max-w-20 {
  width: 20rem;
}

.line-height-40 {
  line-height: 40px;
}

.title {
  color: #eee;
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
}

.subtitle {
  color: #eee;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.input-container {
  height: 50px;
  position: relative;
  width: 100%;
}

.ic1 {
  margin-top: 40px;
}

.ic2 {
  margin-top: 20px;
}

.ic3 {
  margin-top: 20px;
}

.input-pass {
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4F5467;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #cad9e9;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-pass:focus ~ .cut,
.input-pass:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
}

.input-pass:focus ~ .placeholder,
.input-pass:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-31px) translateX(0px) scale(1);
}

.input-pass:not(:placeholder-shown) ~ .placeholder {
  color: #141416;
}

.input-pass:focus ~ .placeholder {
  color: #037bff;
  left: 12px;
}

.input {
  height: calc(3.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #4F5467;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #cad9e9;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input .select2-container--default .select2-selection--single {
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #cad9e9 !important;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #444 !important;
    line-height: 32px !important;
}

.cut {
  /* background-color: #fff; */
  border-radius: 10px;
  height: 40px;
  left: 5px;
  position: absolute;
  top: -40px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 100px;
}

.cut-short {
  width: 50px;
}

.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
}

.placeholder {
  left: 12px;
  font-size: 14px;
  line-height: 16px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 13px;
  font-weight: 500;
  background-color: #fff0 !important;
  opacity: 1;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-35px) translateX(-10px) scale(1);
}

.input:not(:placeholder-shown) ~ .placeholder {
  color: #141416;
  font-weight: 600;
}

.input:focus ~ .placeholder {
  color: #037bff;
  left: 12px;
}

.label-select {
  left: 10px;
  font-size: 14px;
  line-height: 16px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 10px;
  font-weight: 500;
  transform: translateY(-35px) translateX(-10px) scale(1);
  color: #141416;
}

.ic1 textarea.form-control {
    min-height: calc(1.5em + 1.55rem + 2px);
    border: 2px solid #cad9e9;
}

.btn.btn-permohonan-tab.active {
    color: #fff;
    background: linear-gradient(90deg, #037bff 0%, #181c32 100%);
}

.three-button {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
    background: linear-gradient(90deg, #037bff 0%, #181c32 100%);
    color: #fff;
    transition: 0.3s;
}

.three-button:hover {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
    background: linear-gradient(90deg, #181c32 0%, #037bff 100%);
    color: #fff;
    cursor: pointer;
    transform: translateY(0) scale(1.1);
}

.five-btn-1 {
  background: #270082;
  color: #fff;
}
.five-btn-1:hover {
  background: #4f11e0;
  color: #fff;
  transition: 0.3s;
}

.five-btn-2 {
  background: #2f2fb9;
  color: #fff;
}
.five-btn-2:hover {
  background: #3a3afd;
  color: #fff;
  transition: 0.3s;
}

.five-btn-3 {
  background: #7A0BC0;
  color: #fff;
}
.five-btn-3:hover {
  background: #a010fb;
  color: #fff;
  transition: 0.3s;
}

.five-btn-4 {
  background: #fa58b6;
  color: #fff;
}
.five-btn-4:hover {
  background: #fb23a1;
  color: #fff;
  transition: 0.3s;
}

.five-btn-5 {
  background: #0dcaf0;
  color: #fff;
}
.five-btn-5:hover {
  background: #6bdef5;
  color: #fff;
  transition: 0.3s;
}

.btn.btn-primary {
    color: #000000;
    border-color: var(--kt-primary);
    background-color: #ffc402;
}

nav {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: .2em 2em;
  float: right;
}

nav ul li {
  display: inline-block;
  margin: 0;
  padding: .2em .7em;
}

nav a {
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
  font-family: Ubuntu;
  font-size: 1.15em;
  font-weight: lighter;
  letter-spacing: 1px;
  transition: .25s ease-in-out;
}

nav a:hover {
  color: rgb(220, 120, 0);
}

.nav-bg {
  content: '';
  position: absolute;
  display: block;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgb(50, 50, 50);
  transition: .45s ease-in-out;
}

.bg-hidden {
  top: -100%;
  opacity: 0;
}

.bg-visible {
  top: 0;
  opacity: 1;
}

h1 {
  text-align: center;
  font-family: Ubuntu;
  letter-spacing: 1px;
}

.hero {
  position: relative;
  width: 100%;
  height: 500px;
  background: rgb(50, 50, 50);
  background: url(https://doninmass.files.wordpress.com/2013/04/walking-in-rain-painting-wallpaper-hd.jpg) no-repeat 50% 50% fixed;
  background-size: 130%;
  overflow: hidden;
}

.hero h1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: .3em;
  font-size: 3em;
  font-weight: lighter;
}

.content-wrapper {
  width: 100%;
  /* height: 3000px; */
  padding: 1em 10%;
}

.content-wrapper h1 {
  margin: 0;
  color: rgb(220, 120, 0);
}

.content-wrapper p {
  font-family: "Open Sans";
  text-indent: 1.5em;
}

/* FIVE BOX EFFECT - AIZAT */

.box-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  margin: 0;
}
.box{
  padding: 10px;
  margin: 2%;
  background: white;
  width: 100%;
  border: 1px solid #d6d6d6;
  box-shadow: 0 2px 3px 0px rgb(0 0 0 / 15%);
  border-radius: 10px;
  transition: .2s all;
}
.box-wrap:hover .box{
  filter:blur(3px);
  opacity:.5;
  transform: scale(.98);
  box-shadow:none;
}
.box-wrap:hover .box:hover{
  transform:scale(1);
  filter:blur(0px);
  opacity:1;
  box-shadow:0 8px 20px 0px rgba(0,0,0,0.125);
}

/* Breadcrumb Baru */

nav.inner-page {
  position: relative;
  z-index: 9999;
  top: 0;
  left: 10px;
  width: 20%;
  height: 35px;
}

nav ul, nav li.breadcrumb-item {
  margin: -2px;
}

.page-breadcrumb .page-title {
    margin-bottom: 10px !important;
}

.first a:hover {
    color: #ffffff !important;
}

.active-1 {
    color: #ffffff !important;
    font-weight: 600;
}


.breadcrumb>li+li:before {
    content: "" !important;
    padding: 10px 0;
}

ol li {
    margin: 7px 0 5px 0;
}

.breadcrumb {
    padding: 0 5px !important;
    font-size: 14px;
    color: #aaa !important;
    letter-spacing: 2px;
    border-radius: 5px !important;
}

.breadcrumb-item a {
  color: #aaa;
}

.breadcrumb-item i {
  line-height: 35px;
  padding: 0 5px;
}

.breadcrumb-item span {
  padding: 0 5px;
  font-size: 1.075rem!important;
  line-height: 35px;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0 !important;
}

.breadcrumb-item .fa {
    color: rgb(0, 183, 255) !important;
    padding: 0;
}

/* a {
    text-decoration: none !important;
    color: #aaa !important;
}

a:focus,
a:active {
    outline: none !important;
    box-shadow: none !important;
} */


.fa-caret-right {
    font-size: 15px !important;
}

@media (max-width: 767px) {
    .breadcrumb {
        font-size: 10px;

    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0;
    }

    .fa {
        font-size: 9px !important;
    }

    .breadcrumb {
        letter-spacing: 1px !important;
    }
    .fa-caret-right:before {
    content: "\f0da";
    vertical-align: super !important ;
        
    }
}


/* MEDIA - AIZAT */

.container-five {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1400px) {
  .container-five {
    max-width: 1320px;
  }
}

@media (min-width: 1200px) {
  .container-five {
    max-width: 1340px;
  }
  .senarai-container {
    width: 20%;
    padding: 0 5px;
  }
}

/* @media (min-width: 1120px) {
  .container-five {
    max-width: 1020px;
  }
  .senarai-container {
    width: 33%;
    padding: 0 5px;
  }
} */

@media (max-width:992px){
  .container-five {
    max-width: 1180px;
  }
  .senarai-container {
    width: 33%;
    padding: 0 5px;
  }
}

/* @media (min-width: 768px) {
  .container-five {
    max-width: 720px;
  }
} */

@media (max-width:700px){
  .max-w-20 {
    width: 100%;
    margin: 5px 0 !important;
  }
  .senarai-container {
    width: 100%;
    padding: 0 5px;
  }
}