html{
    top: 0;
    left: 0;
}

body{
    /* background-image: linear-gradient(-225deg, #DFFFCD 0%, #90F9C4 48%, #39F3BB 100%); */
    /* background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
    /* background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%); */
    /* background-image: linear-gradient(to right, #438fc8, #5e93cb, #7397ce, #859bd0, #95a0d1); */
    /* background-color: #eef9ff;  */
    background-color: #102631; 
    font-family: poppins;   
    /* background-image: linear-gradient(to right top, #22577e, #327594, #4d94a8, #6fb2ba, #95d1cc); */
}


.apil_bg{
  background-image: url('../img/apil_t.png');
  background-repeat: no-repeat;
  background-size: 694px;
  background-position: 1100px;

  
}

.text_button{
  font-size:13px ;
}

.card-no-border{
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;

}

.data-traffic{
    
    background-color: #06385c;
    /* margin-left: -33px; */
    min-width: 100%;
    padding: 2rem 1rem;
    box-shadow: -1px 16px 13px -7px rgba(0,0,0,0.22);
 
}

.shadow_card_css{
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.22);
}

.morphism{
    background: rgba( 255, 255, 255, 0.4 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 20px );
-webkit-backdrop-filter: blur( 20px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.backgound_header_blue{
    background-color: #06385c;
  }
.backgound_header_green{
    background-color: #065c14;
  }

  .border-radius-top{
    border-radius: 56px 58px 10px 10px;
  }


  .tambah_traffic_btn a:link {
    color: rgb(194, 193, 193) !important;
  }

  .tambah_traffic_btn a:hover {
    color: rgb(148, 148, 148) !important;
  }
 
  .tambah_traffic_btn_ac a:active {
    color: rgb(235, 18, 18);
  }
 
  

.circle { 
  width: 50px;
  height: 50px;
  background: rgb(158, 172, 235); 
  -moz-border-radius: 70px; 
  -webkit-border-radius: 70px; 
  border-radius: 70px;
}

.poppins_b{
  font-family: poppins_b;
}

.bookman_old_style{
  font-family: bookman;
}
.sony_s{
  font-family: sony_s;
}

.lcd_font{
  font-family: lcd_font;
}


.crud_form_css{
  min-height:600px;
  background-color:white;
  padding:20px;
  border-radius:16px;
  box-shadow: -8px 10px 5px 1px rgba(0,0,0,0.07);
}

.landing_page{
  background-color:#0a4275;
  min-height:400px;
  margin-top:-150px;
  padding-top:10px;
  padding-left:65px;
  /* background-image: url("../img/gambar_keren.svg");
  background-repeat: no-repeat;
  background-position: 850px 40px; 
  background-size: 350px;; */
}
.countdown-box{
 background-color:#022b4b;
 /* padding: 2px; */
 border: 2px solid #353434;
 box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.30);
 border-radius: 3px 3px 3px 3px;

}



.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

@font-face {
  font-family: sony_s;
  src: url('../font/Sony_Sketch_EF/Sony_Sketch_EF.ttf');
}

@font-face {
  font-family: bookman;
  src: url('../font/bookman/BOOKOS.TTF');
}

@font-face {
  font-family: poppins;
  src: url('../font/Poppins/Poppins-Regular.ttf');
}
@font-face {
  font-family: poppins_b;
  src: url('../font/Poppins/Poppins-SemiBold.ttf');
}
@font-face {
  font-family: lcd_font;
  src: url('../font/lcd/LCD.ttf');
}


.loading_spinner {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 10px solid rgba(63, 63, 63, 0.3);
  border-radius: 50%;
  border-top-color: rgb(6, 128, 23);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}

@keyframes animate {
  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      /* border-radius: 0; */
  }
  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      /* border-radius: 50%; */
  }
}
@keyframes animate {
  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }
  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      /* border-radius: 50%; */
  }
}

.background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: #094875;
  overflow: hidden;
}
.background li {
  position: absolute;
  display: block;
  list-style: none;
  /* width: 20px;
  height: 20px; */
  background-repeat: no-repeat;
  background-size: 60px;
  opacity: 0.2;
  /* background: rgba(255, 255, 255, 0.2); */
  background-image: url('../img/javiswhite.png');
  animation: animate 25s linear infinite;
}




.background li:nth-child(0) {
  left: 25%;
  width: 143px;
  height: 143px;
  bottom: -143px;
  animation-delay: 1s;
}
.background li:nth-child(1) {
  left: 88%;
  width: 161px;
  height: 161px;
  bottom: -161px;
  animation-delay: 2s;
}
.background li:nth-child(2) {
  left: 59%;
  width: 149px;
  height: 149px;
  bottom: -149px;
  animation-delay: 7s;
}
.background li:nth-child(3) {
  left: 62%;
  width: 124px;
  height: 124px;
  bottom: -124px;
  animation-delay: 12s;
}
.background li:nth-child(4) {
  left: 9%;
  width: 190px;
  height: 190px;
  bottom: -190px;
  animation-delay: 6s;
}
.background li:nth-child(5) {
  left: 73%;
  width: 172px;
  height: 172px;
  bottom: -172px;
  animation-delay: 21s;
}
.background li:nth-child(6) {
  left: 79%;
  width: 136px;
  height: 136px;
  bottom: -136px;
  animation-delay: 4s;
}
.background li:nth-child(7) {
  left: 29%;
  width: 137px;
  height: 137px;
  bottom: -137px;
  animation-delay: 13s;
}
.background li:nth-child(8) {
  left: 39%;
  width: 185px;
  height: 185px;
  bottom: -185px;
  animation-delay: 30s;
}
.background li:nth-child(9) {
  left: 38%;
  width: 101px;
  height: 101px;
  bottom: -101px;
  animation-delay: 6s;
}

.table-cetak-traffic thead{
   
  border: 1px solid black;
  border-collapse: collapse;
}

.table-cetak-traffic tr{
   
    border: 1px solid black;
    border-collapse: collapse;
}
.table-cetak-traffic th{
   
    border: 1px solid black;
    border-collapse: collapse;
}
.table-cetak-traffic td{
   
    border: 1px solid black;
    border-collapse: collapse;
}



.item:hover {
  background: #e1e1e1;
  border: 2px solid #272727;
  cursor: pointer;
}





[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
  
}
[data-title]:after {
  content: attr(data-title);
  background: #333;
  background: rgba(0, 0, 0, .8);
  border-radius: 5px;
  bottom: -34px;
  color: #fff;
  left: 20%;
  top: 90%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 250px;
  height: 40px;
  transition: all 0.1s ease 0.5s;
  font-size: 10px;
  visibility: hidden;
  
}
[data-title] {
  position: relative;
}

/* Landing Page */

.img_banner{
  float:left;
  width:70vh;
}

@media (max-width: 1182px) { 
  .landing-title {
      margin-top: 5px !important; ;
      font-size: 70px !important; ; 
  }
  .landing-subtitle {
      font-size: 15px !important; ;
      margin-top: 25px !important; ;
  }
}
@media (max-width: 860px) { 
  .landing-title {
      margin-top: 5px !important; ;
      font-size: 50px !important; ; 
  }
  .landing-subtitle {
      font-size: 15px !important; ;
      margin-top: 15px !important; ;
  }
  .img_banner{
    float:left;
    width:50vh;
  }
}
@media (max-width: 692px) { 
  .landing-title {
      margin-top: 5px !important; ;
      font-size: 50px !important; ; 
  }
  .landing-subtitle {
      font-size: 15px !important; ;
      margin-top: -5px !important; ;
      margin-left: -0px !important; ;
  }
  .img_banner{
    float:left;
    width:30vh;
  }
}

@media (max-width: 1758px) { 
  .font-resize-navbar {
      font-size: 12px !important; ; 
   }
}
@media (max-width: 1644px) { 
  .font-resize-navbar {
      font-size: 9px !important; ; 
   }
}
@media (max-width: 1658px) { 
  
  .font-resize-navbar {
      font-size: 10px !important; ; 
   }
}
@media (max-width: 1352px) { 
  .time_traffic {
    font-size: 10px !important; ; 
 }
  .font-resize-navbar {
      font-size: 9px !important; ; 
      margin-top:5px;
   }
}
@media (max-width: 1254px) { 
  .time_traffic {
    font-size: 9px !important; ; 
    margin-top:5px;
 }
  .font-resize-navbar {
      font-size: 9px !important; 
      
   }
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.lds-ellipsis div {
  position: absolute;
  top: 13px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #49fc79;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
    
  }
}


