body{
  height: 100%;
  width: 100%;
	max-width: 1920px;
	background-color: #eceff1;
	margin: auto;
}

footer {
  position: fixed;
  left: 120px;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}
ul.stepper li a {

    padding: 1.5rem;
		padding-left: 0;
    text-align: center;

}

.stepper-vertical li:not(:last-child)::after {

    position: absolute;
    top: 3.44rem;
    left: 0.8rem;
    width: 1px;
    height: calc(100% - 40px);
    content: "";
    background-color: rgba(0,0,0,0.1);

}

.navbar{
	z-index: 1;
}
.md-accordion .card .card-header {
    padding: 1rem 1.5rem;
    background: transparent;
    border-bottom: 0;
}
.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.md-accordion .card .fa-angle-down {

    float: right;

}

.counter.counter-lg {

    top: -65px;

}
.counter {

    position: relative;
    top: -23px;
    left: auto;
    z-index: 2;
    padding: 1px 7px;
    margin-left: -23px;
    font-size: 11px;
    color: #fff;
    background-color: #fe1212;
    border-radius: 10em;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);

}
*, ::before, ::after {

    box-sizing: border-box;

}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.sticky + .content {
  padding-top: 102px;
}

.badgeTime {

    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

/*
| -------------------------------------------------------------------
| Custom round size
| -------------------------------------------------------------------
*/
.round-10{
	border-radius: 10px;
}

.round-20{
	border-radius: 20px;
}

.round-30{
	border-radius: 30px;
}

.round-40{
	border-radius: 40px;
}

.round-50{
	border-radius: 50px;
}

.round-60{
	border-radius: 60px;
}

.round-70{
	border-radius: 70px;
}

.round-80{
	border-radius: 80px;
}

.round-90{
	border-radius: 90px;
}

.round-100{
	border-radius: 100px;
}


/*
| -------------------------------------------------------------------
| Custom class css
| -------------------------------------------------------------------
*/
.border-left-primary {
		border: 0px !important;
    border-left: .25rem solid #4e73df !important;
}

.team-section .avatar img {
    max-width: 200px;
    height: auto;
}

.card.card-cascade.narrower{
  margin-top: 1.25rem;
}

.card.card-cascade.narrower .view.view-cascade {
    margin-top: -1.25rem;
    margin-right: 4%;
    margin-left: 4%;
}

.card.card-cascade .view.view-cascade.gradient-card-header {
    padding: 1.6rem 1rem;
    color: #fff;
    text-align: center;
}

.card.card-cascade .view.view-cascade {1
    border-radius: .25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}

.card.card-cascade .view.view-cascade.gradient-card-header .card-header-title {
    font-weight: 500;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

*, ::before, ::after {
    box-sizing: border-box;
}

.card.card-cascade.wider {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card.card-cascade.wider .view.view-cascade {
    z-index: 2;
}

.card.card-cascade .view.view-cascade.gradient-card-header {
    padding: 1.6rem 1rem;
    color: #fff;
    text-align: center;
}

.card.card-cascade .view.view-cascade {
    border-radius: .25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}

.card.card-cascade.wider .card-body.card-body-cascade {
    z-index: 1;
    margin-right: 4%;
    margin-left: 4%;
    background: #fff;
    border-radius: 0 0 .25rem .25rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

/*
| -------------------------------------------------------------------
| Custom color
| -------------------------------------------------------------------
*/
.can-you-feel-tonight{
	background: #4568DC;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #B06AB3, #4568DC);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #B06AB3, #4568DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.background{
	background: #D3CCE3;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #E9E4F0, #D3CCE3);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #E9E4F0, #D3CCE3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.mauve{
	background: #3f51b5;  /* fallback for old browsers */
	background: -webkit-l	inear-gradient(to right, #734b6d, #42275a);  /* Chrome 10-25, Safari 5.1-6 */
	}

.blood-rose{
	background: #673AB7;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #512DA8, #673AB7);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #512DA8, #673AB7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.sea-salt{
	background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
}

.c-winter-neva{
  background-image: linear-gradient(180deg, #a1c4fd 0%, #c2e9fb 100%);
}

.c-army-crisp{
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
}

.c-maron-cream{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,241,232,1) 73%, rgba(119,30,24,1) 74%, rgba(117,18,23,1) 97%, rgba(255,225,225,1) 97%);
}

.c-happy-fisher{
  background: #3f51b5;  /* fallback for old browsers */
}

.c-blue-gradient{
  background: rgb(31,117,196);
  background: linear-gradient(180deg, rgba(31,117,196,1) 0%, rgba(0,31,59,1) 100%);
}

.white-outline{
  -webkit-filter: drop-shadow(0px 0px 0 white)
                  drop-shadow(-0px -0px 0 white);
  filter: drop-shadow(0px 0px 0 white)
          drop-shadow(-0px -0px 0 white);
}
.sidebarTbl{
  width: 260px;
  margin-top: 20px;
}

.sidebarTbl a{
  padding: 10px;
  color: white;
}

.sidebarIcon{
  height: 80px;
  width: 80px;
  border: 0;
  padding: 0;
  color: white;
}

.sidebarMenu{
  width: 180px;
  height: 80px;
  color: white;
}

.keyword{
  width:80%;
  border: none;
	background-color: inherit;
}

@media (max-width: 415px) {
	.keyword{
		width: 70%
	}

		.logo-cari{
			width: 50%!important;
		}


}

@media (max-width: 991px){
	#dropdown{
    transition:all  1s!important;
	}

	footer{
		visibility: hidden;
		width: 0;
	}

	.pagination .page-item .page-link {
	    font-size: 0.5rem;
	}

	.loginInfo{
		visibility: hidden;
		height: 0px;
		width: 0px;
	}

	.m-desk{
		display: none;
			height: 0px;
			visibility: hidden;
	}

	.login-form {
		width: 100%;
		position: fixed;
		top: 50px;
	}
	.media-body{
			padding: 0.5rem;
	}

	.loginInfo{
		visibility: collapse;
		height: 0px;
	}

	.sidebarUser{
	  position: absolute;
	  bottom:   0px;
	}
  .card{
    padding: 0!important;
    box-shadow: 0px 0 0;
  }

	.navbar-brand{
		visibility: hidden;
	}

	.main-panel, .navbar-toggler {
    padding-left: 12px;
    transition: margin  1s;
  }

  .main-panel{
    width: 100vw;
    padding: 0 14px ;
  }

  .sidebar-wrapper {
	  position: fixed;
	  top: 0;
    display: block;
    margin-left: -270px;
    width: 260px!important;
    height: 100%;
    transition: margin 1s;
		z-index: 1;
  }
}

@media (min-width: 992px){
	.m-view{
		display: none;
		height: 0px;
		visibility: hidden;
	}
	.dropdown-toggler{
		visibility:hidden;
		width: 0;
	}

	.sidebarUser{
			visibility: hidden;
	}

  .main-panel{
    margin-left: 120px!important;
    margin-right: 2rem;
    margin-top: 16px;
  }

  .navbar{
    height: 66px;
    padding: .625rem .9375rem;
    padding-top: 0.625rem;
    padding-right: 0.9375rem;
    padding-bottom: 0.625rem;
    padding-left: 0.9375rem;
  }

	.navbar-brand{
    width: 100px !important;
    visibility: visible!important;
  }

  .sidebar-wrapper {
    overflow: hidden;
    margin-top: 16px;
    margin-left: 20px!important;
    display: block;
    width: 80px;
    z-index: 1030;
    height: 100%;
    transition: width 0.5s;
    border-radius: 5px 5px 0 0
  }

	.sidebar-wrapper:hover{
    width: 260px;
  }

  .navbar-nav{
    margin-left: 100px;
  }

	.nav-link{
    color: black !important;
    visibility: visible!important;
  }
}
