|  | @@ -3,18 +3,20 @@
 | 
	
		
			
				|  |  |  //
 | 
	
		
			
				|  |  |  // Base styles
 | 
	
		
			
				|  |  |  //
 | 
	
		
			
				|  |  | +$colorbutton : #3e3a8e;
 | 
	
		
			
				|  |  | +$colortheme : #3e3a8e;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  .btn {
 | 
	
		
			
				|  |  |    display: inline-block;
 | 
	
		
			
				|  |  |    font-family: $btn-font-family;
 | 
	
		
			
				|  |  |    font-weight: $btn-font-weight;
 | 
	
		
			
				|  |  | -  color: $body-color;
 | 
	
		
			
				|  |  | +  color: $colorbutton;
 | 
	
		
			
				|  |  |    text-align: center;
 | 
	
		
			
				|  |  |    text-decoration: if($link-decoration == none, null, none);
 | 
	
		
			
				|  |  |    white-space: $btn-white-space;
 | 
	
		
			
				|  |  |    vertical-align: middle;
 | 
	
		
			
				|  |  |    user-select: none;
 | 
	
		
			
				|  |  | -  background-color: transparent;
 | 
	
		
			
				|  |  | +  background-color: $colorbutton;
 | 
	
		
			
				|  |  |    border: $btn-border-width solid transparent;
 | 
	
		
			
				|  |  |    @include button-size(
 | 
	
		
			
				|  |  |      $btn-padding-y,
 | 
	
	
		
			
				|  | @@ -196,21 +198,32 @@ input[type="button"] {
 | 
	
		
			
				|  |  |    padding-bottom: 0;
 | 
	
		
			
				|  |  |    margin-right: 20px;
 | 
	
		
			
				|  |  |    margin-top: 3%;
 | 
	
		
			
				|  |  | -  background: #3e3a8e;
 | 
	
		
			
				|  |  | +  background: $colorbutton;
 | 
	
		
			
				|  |  |    display: inline;
 | 
	
		
			
				|  |  |    border-radius: 7px;
 | 
	
		
			
				|  |  | -}
 | 
	
		
			
				|  |  | +  transition: ease background-color 250ms;
 | 
	
		
			
				|  |  | +  &:hover {
 | 
	
		
			
				|  |  | +    background-color: $colorbutton; opacity: 0.9;
 | 
	
		
			
				|  |  | +}}
 | 
	
		
			
				|  |  |  .btn-labeled-2 {
 | 
	
		
			
				|  |  |    padding-top: 0;
 | 
	
		
			
				|  |  |    padding-bottom: 0;
 | 
	
		
			
				|  |  |    margin-top: 3%;
 | 
	
		
			
				|  |  | -  background: #3e3a8e;
 | 
	
		
			
				|  |  | +  background:$colorbutton;
 | 
	
		
			
				|  |  | +  transition: ease background-color 250ms;
 | 
	
		
			
				|  |  | +  &:hover {
 | 
	
		
			
				|  |  | +    background-color: $colorbutton; opacity: 0.9;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .btn-login {
 | 
	
		
			
				|  |  | -  background: #3e3a8e;
 | 
	
		
			
				|  |  | +  background: $colorbutton;
 | 
	
		
			
				|  |  | +  transition: ease background-color 250ms;
 | 
	
		
			
				|  |  | +  &:hover {
 | 
	
		
			
				|  |  | +    background-color: $colorbutton; opacity: 0.8;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .navbar-color {
 | 
	
		
			
				|  |  | -  background-color: #3e3a8e;
 | 
	
		
			
				|  |  | +  background-color: $colortheme;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .posisi-btn-1 {
 | 
	
		
			
				|  |  |    position: relative;
 | 
	
	
		
			
				|  | @@ -227,8 +240,12 @@ input[type="button"] {
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .btn-colorpenjadwalan {
 | 
	
		
			
				|  |  |    // display: inline-block;
 | 
	
		
			
				|  |  | -  background-color: #3e3a8e;
 | 
	
		
			
				|  |  | -  height: 35px;
 | 
	
		
			
				|  |  | +  background-color:$colorbutton;
 | 
	
		
			
				|  |  | +  height: 35px;   
 | 
	
		
			
				|  |  | +  transition: ease background-color 250ms;
 | 
	
		
			
				|  |  | +  &:hover {
 | 
	
		
			
				|  |  | +    background-color: $colorbutton; opacity: 0.9;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .text-btn-penjadwalan-1 {
 | 
	
		
			
				|  |  |    letter-spacing: 0.02em;
 | 
	
	
		
			
				|  | @@ -256,11 +273,15 @@ input[type="button"] {
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .btn-header {
 | 
	
		
			
				|  |  |    display: inline-block;
 | 
	
		
			
				|  |  | -  background-color: #3e3a8e;
 | 
	
		
			
				|  |  | +  background-color: $colorbutton;
 | 
	
		
			
				|  |  |    width: auto;
 | 
	
		
			
				|  |  |    height: 34px;
 | 
	
		
			
				|  |  |    margin-left: 5px;
 | 
	
		
			
				|  |  |    border: 0;
 | 
	
		
			
				|  |  | +  transition: ease background-color 250ms;
 | 
	
		
			
				|  |  | +  &:hover {
 | 
	
		
			
				|  |  | +    background-color: $colorbutton; opacity: 0.9;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .margin-l-5 {
 | 
	
		
			
				|  |  |    margin-right: 5px;
 | 
	
	
		
			
				|  | @@ -268,7 +289,7 @@ input[type="button"] {
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .btn-radius .button-kirimlaporan {
 | 
	
		
			
				|  |  |    border: 0;
 | 
	
		
			
				|  |  | -  background-color: #3e3a8e;
 | 
	
		
			
				|  |  | +  background-color: $colorbutton;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .btn-radius .button-lihatpemantauan {
 | 
	
		
			
				|  |  |    border: 0;
 | 
	
	
		
			
				|  | @@ -282,8 +303,9 @@ input[type="button"] {
 | 
	
		
			
				|  |  |    color: #3e3a8e;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .margin-left-auto {
 | 
	
		
			
				|  |  | -  float: right;
 | 
	
		
			
				|  |  | +  float: left;
 | 
	
		
			
				|  |  |    margin-top: -3px;
 | 
	
		
			
				|  |  | +  margin-right: auto;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .icon-laporan-baru {
 | 
	
		
			
				|  |  |    margin-left: 5px;
 | 
	
	
		
			
				|  | @@ -292,7 +314,7 @@ input[type="button"] {
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .modals {
 | 
	
		
			
				|  |  |    // height: 40px;
 | 
	
		
			
				|  |  | -  background-color: #3e3a8e;
 | 
	
		
			
				|  |  | +  background-color: $colortheme;
 | 
	
		
			
				|  |  |    padding: 5px;
 | 
	
		
			
				|  |  |    margin-bottom: -2px;
 | 
	
		
			
				|  |  |    border-radius: 5px;
 | 
	
	
		
			
				|  | @@ -303,7 +325,7 @@ input[type="button"] {
 | 
	
		
			
				|  |  |    border-radius: 5px;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .modals-verifikasi {
 | 
	
		
			
				|  |  | -  background-color: #3e3a8e;
 | 
	
		
			
				|  |  | +  background-color: $colortheme;
 | 
	
		
			
				|  |  |    padding: 5px;
 | 
	
		
			
				|  |  |    border-radius: 5px;
 | 
	
		
			
				|  |  |  }
 |