.bg-bottom-left {
    position: fixed;
    bottom:-1vw;
    left: 0
}
.bg-bottom-right {
    position: fixed;
    bottom:-1vw;
    right: 0
}

@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
  }
body { 
    
	/* background-image: linear-gradient(45deg, #e9efff, #716bc4);  */
	background-color: rgb(238, 244, 255);
	font-family: 'Muli', sans-serif !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
}

.courses-container {
	
}

.course {
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	display: flex;
	max-width: 100%; 
	overflow: hidden;
	width: 100%;
    flex-direction: row;
}

.course h6 { 
	margin: 0.8vw 0 0;
	letter-spacing: 1px;
	text-transform: capitalize;
    font-size: 0.9rem;
	color: #001F61;
}

.course h2 {
    font-size: 2rem;
	letter-spacing: 1px;
	margin: 0.2vw 0;
	color: #001F61;
}

.course-preview {
	/* background-color: #46dbc9; */
	color: #fff;
	padding: 30px;
	max-width: 35%;
	
	background-image: url(../../images/footer-bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 60px;
}

.course-preview a {
	color: #fff;
	display: inline-block;
	font-size: 0.9rem; 
	margin-top: 1vw;
	text-decoration: none;
	font-family: 'Muli', sans-serif ;
}

.course-info {
	padding: 30px;
	position: relative;
	width: 100%;
}

.progress-container { 
	width: 100%;
    display: flex;
}

.progress {
	background-color: #ddd;
	border-radius: 3px;
	height: 1.5vh;
	width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
	flex-direction: column;
}

.progress-achieved {
	border-radius: 3px;
	background-image: linear-gradient(to right, #F7971E 0%, #FFD200  100%);
	
	content: ''; 
	top: 0;
	left: 0;
	height: 1.5vh; 
	 
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.progress-text { 
    font-size: 1rem;
	letter-spacing: 1px;
    margin-top: -0.2rem;
    margin-left: 0.5rem;
}
.btn-border {
	/* linear-gradient(to right, #F7971E 0%, #FFD200 100%) */
	border-radius: 100rem;
	padding: 1rem;
	font-family: "Avenir Next";
	font-size: 1rem;
	padding: 0.5rem 3rem;
	color: #F7971E!important;
	box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
	border: solid 4px transparent;
	background-image: linear-gradient(
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0)
	  ),
	  linear-gradient(101deg, #F7971E, #FFD200);
	background-origin: border-box;
	background-clip: content-box, border-box;
	box-shadow: 2px 1000px 1px rgba(255, 255, 255, 0.9) inset;
  }
  
  .btn-border:hover {
	box-shadow: none;
	color: white!important;
  }
  

.btn {
	background: linear-gradient(105deg,#8733f0 0%, #5b45f3 100%);
	border: 0;
	border-radius: 50px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 12px 25px; 
	bottom: 30px; 
    width: 100%;
	letter-spacing: 1px;
}

/* SOCIAL PANEL CSS */
.social-panel-container {
	position: fixed;
	right: 0;
	bottom: 80px;
	transform: translateX(100%);
	transition: transform 0.4s ease-in-out;
}

.social-panel-container.visible {
	transform: translateX(-10px);
}

.social-panel {	
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 16px 31px -17px rgba(0,31,97,0.6);
	border: 5px solid #001F61;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-itrems: center;
	font-family: 'Muli';
	position: relative;
	height: 169px;	
	width: 370px;
	max-width: calc(100% - 10px);
}

.social-panel button.close-btn {
	border: 0;
	color: #97A5CE;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.social-panel button.close-btn:focus {
	outline: none;
}

.social-panel p {
	background-color: #001F61;
	border-radius: 0 0 10px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 17px 6px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0;
	transform: translateX(-50%);
	text-align: center;
	width: 235px;
}

.social-panel p i {
	margin: 0 5px;
}

.social-panel p a {
	color: #FF7500;
	text-decoration: none;
}

.social-panel h4 {
	margin: 20px 0;
	color: #97A5CE;	
	font-family: 'Muli';	
	font-size: 14px;	
	line-height: 18px;
	text-transform: uppercase;
}

.social-panel ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.social-panel ul li {
	margin: 0 10px;
}

.social-panel ul li a {
	border: 1px solid #DCE1F2;
	border-radius: 50%;
	color: #001F61;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-itrems: center;
	height: 50px;
	width: 50px;
	text-decoration: none;
}

.social-panel ul li a:hover {
	border-color: #FF6A00;
	box-shadow: 0 9px 12px -9px #FF6A00;
}

.floating-btn {
	border-radius: 26.5px;
	background-color: #001F61;
	border: 1px solid #001F61;
	box-shadow: 0 16px 22px -17px #03153B;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 20px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}

.floating-btn:hover {
	background-color: #ffffff;
	color: #001F61;
}

.floating-btn:focus {
	outline: none;
}

.floating-text {
	background-color: #001F61;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-family: 'Muli';
	padding: 7px 15px;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 998;
}

.floating-text a {
	color: #FF7500;
	text-decoration: none;
}

@media screen and (max-width: 480px) {

	.social-panel-container.visible {
		transform: translateX(0px);
	}
	
	.floating-btn {
		right: 10px;
	}
}

.numberCircle {
    border-radius: 50%;
    width: 18vh;
    height: 18vh;
    font-size: 5vh;
    
    padding: 5vh 2.5vh;

    background: #fff;
    border: 2px dashed #1f4a8d;
    color: #1f4a8d;
    text-align: center;
    align-self: center;
 
}

.course h7{
	margin: 0.8vw 0 0;
	letter-spacing: 1px;
	text-transform: capitalize;
    font-size: 0.8rem;
    width: 100%;
    text-align: left;
    opacity: 0.8;
}
.dasar-content2 td{
    padding: 0;
    margin: 0;
	letter-spacing: 0.1rem;
	text-transform: capitalize;
    font-size: 0.6rem;
    text-align: left;
    opacity: 0.9;
	font-family: 'Muli', sans-serif ;
}
.respon{
    font-size: 1.2rem;
    text-align: center;
    margin-top: 1vw;
	font-family: 'Muli', sans-serif ;
}




.card{ 
	border-radius: 1rem;
}
/* FORM SURVEY */ 
.text-head {
	font-family: 'Muli', sans-serif ;
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
}

#heading{
	color: #2A265F;
	font-size: 1rem;
}
.fs-title{
    font-size: 1.2rem; 
    margin-top: 1vw;
	font-family: 'Muli', sans-serif ;
}
.modal{
	padding: 0!important;
}
.modal-dialog {
	height: 100vh;
	width: 100vw; 
	margin: 0;
	padding: 0;
  }
  
  .modal-content {
	  width: 100vw;
	height: auto;
	min-height: 100%;
	border-radius: 0;
  }
  #progressbar{
	  text-align: center; 
	  margin: auto;
	  width: 50%;
	  padding: 0; 
  } 
  #progressbar li{ 
    font-size: .8rem;
    width: 25%;
    float: center; 
  }
  #progressbar li:before{
	width: 3rem;
	height: 3rem;
	font-size: 1rem;
  }
  #msform{
	  font-size: 1rem;
	  margin: auto;
	  width: 75%;
	  letter-spacing: 0;

  }
  #msform .form-group{
	  margin-bottom: 0.5rem;
  }
	#msform input, #msform textarea, #msform select {
		padding: .4rem .5rem;
		margin: .1rem .3rem;
	}
	
	
	#msform .btn-wrapper{
		margin-top: 2rem;
		text-align: center;
  
	} 
	#msform .btn{
		position: inherit;
		margin: auto!important;
  
	} 
	#msform fieldset{
		background-color: transparent;
		text-align: left;
	}
	.modal-body-bg{
		opacity: 0.4; 
		background-image: url('../img/drawkit-grape-pack-illustration-17.svg'); 
		background-repeat: no-repeat;
		background-position-x: left;
		background-position-y: bottom;
		background-size: 30%;
		width: 120%;
		height: 100vh;
		position: fixed;
	}
@media only screen and (max-width: 600px) {
    .course-preview{
        max-width: 100%;
    }
    .course{
        flex-direction: column;
    } 
	.fs-title{
		font-size: 0.6rem;  
	}
	
	#msform{ 
		width: 100%;  
	}
	
	#msform .form-group{
		margin-bottom: 0.1rem;
	}
	#msform .stars{
		margin-bottom: 2rem;
	}
	#form-wrapper{
		padding: 0.2rem!important;
	}
	
	.modal-body-bg{  
		opacity: 0.2; 
		background-position-x: right;
		background-position-y: bottom;
		background-size: 100%; 
	}
	#progressbar{
		width: 100%;
	}
	 
  }


  
  /* The switch - the box around the slider */
  .switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 28px;
  }

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #edca55;;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked+.slider {
    background-color: #46dbc9;
  }

  input:focus+.slider {
    box-shadow: 0 0 1px #46dbc9
  }

  input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }



  /* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
	visibility: hidden; /* Hidden by default. Visible on click */
	min-width: 250px; /* Set a default minimum width */
	margin-left: -125px; /* Divide value of min-width by 2 */
	background-color: #333; /* Black background color */
	color: #fff; /* White text color */
	text-align: center; /* Centered text */
	border-radius: 2px; /* Rounded borders */
	padding: 16px; /* Padding */
	position: fixed; /* Sit on top of the screen */
	z-index: 999999999; /* Add a z-index if needed */
	left: 50%; /* Center the snackbar */
	bottom: 60px; /* 30px from the bottom */
  }
  
  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  #snackbar.show {
	visibility: visible; /* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
	However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
   /* Show the snackbar when clicking on a button (class added with JavaScript) */
   #snackbar.danger {
	background-color: rgb(196, 0, 0); 
  }
  #snackbar.success {
	background-color: rgb(0, 194, 52); 
  }
  #snackbar.warning {
	background-color: rgb(214, 203, 0); 
  }

  /* Animations to fade the snackbar in and out */
  @-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 60px; opacity: 1;}
  }
  
  @keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 60px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
	from {bottom: 60px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
	from {bottom: 60px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
  }