/*-----------------
	14. Login
-----------------------*/

.account-page {
	background-color: #fff;
}
.account-page .content {
    padding: 50px 0;
}
.login-right {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	padding: 25px;
}
.login-header {
	margin-bottom: 20px;
}
.login-header p {
	margin-bottom: 0;
}
.login-header h3 {
    font-size: 18px;
    margin-bottom: 3px;
}
.login-header h3 a {
    color: #0de0fe;
    float: right;
    font-size: 15px;
    margin-top: 2px;
}
.login-right .dont-have {
    color: #3d3d3d;
    margin-top: 20px;
    font-size: 13px;
}
.login-right .dont-have a {
	color: #09dca4;
}
.login-btn {
    font-size: 18px;
    font-weight: 500;
}
.login-or {
	color: #d4d4d4;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}
.or-line {
	background-color: #e5e5e5;
	height: 1px;
	margin-bottom: 0;
	margin-top: 0;
	display: block;
}
.span-or {
	background-color: #fff;
	display: block;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	text-align: center;
	top: -3px;
	width: 42px;
}
.forgot-link {
    color: #3d3d3d;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
	font-weight:400;
}
.btn-facebook {
    background-color: #3a559f;
    color: #fff;
    font-size: 13px;
    padding: 8px 12px;
}
.btn-google {
    background-color: #dd4b39;
    color: #fff;
    font-size: 13px;
    padding: 8px 12px;
}
.social-login .btn:hover, .social-login .btn:focus {
	color: #fff;
}
.container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}

.chat-page .content > .container-fluid {
	padding: 0;
}

.content {
	min-height: 200px;
	padding: 30px 0 0;
}

@media only screen and (max-width: 1199px) {
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}

}

@media only screen and (max-width: 991.98px) {
	.login-left {
		display: none;
	}
}
@media only screen and (max-width: 575px) {
  .buttonlogin-left {
    display: none;
  }
}
.form-group {
	margin-bottom: 1.25rem;
}

/*-----------------
	10. Focus Label
-----------------------*/

.form-focus {
	height: 50px;
	position: relative;
}
.form-focus .focus-label {
	font-size: 14px;
	font-weight: 400;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translate3d(0, 22px, 0) scale(1);
	-ms-transform: translate3d(0, 22px, 0) scale(1);
	-o-transform: translate3d(0, 22px, 0) scale(1);
	transform: translate3d(0, 22px, 0) scale(1);
	transform-origin: left top;
	transition: 240ms;
	left: 12px;
	top: -8px;
	z-index: 1;
	color: #b8b8b8;
	margin-bottom: 0;
}
.form-focus.focused .focus-label {
	opacity: 1;
	top: -18px;
	font-size: 12px;
	z-index: 1;
}
.form-focus .form-control:focus ~ .focus-label, 
.form-focus .form-control:-webkit-autofill ~ .focus-label {
	opacity: 1;
	font-weight: 400;
	top: -18px;
	font-size: 12px;
	z-index: 1;
}
.form-focus .form-control {
	height: 50px;
	padding: 21px 12px 6px;
}
.form-focus .form-control::-webkit-input-placeholder {
	color: transparent;
	transition: 240ms;
}
.form-focus .form-control:focus::-webkit-input-placeholder {
	transition: none;
}
.form-focus.focused .form-control::-webkit-input-placeholder {
	color: #bbb;
}
.form-focus.select-focus .focus-label {
	opacity: 1;
	font-weight: 300;
	top: -20px;
	font-size: 12px;
	z-index: 1;
}
.form-focus .select2-container .select2-selection--single {
	border: 1px solid #e3e3e3;
	height: 50px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	right: 7px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #ccc transparent transparent;
	border-style: solid;
	border-width: 6px 6px 0;
	height: 0;
	left: 50%;
	margin-left: -10px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #ccc;
	border-width: 0 6px 6px;
}
.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 30px;
	padding-left: 12px;
	padding-top: 10px;
}
.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #676767;
	font-size: 14px;
	font-weight: normal;
	line-height: 38px;
}
.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #fc6075;
}

.form-control {
  border-color: #dcdcdc;
  color: #333;
	font-size: 15px;
  min-height: 46px;
	padding: 6px 15px;
}
.table .form-control {
	font-size: 14px;
	min-height: 38px;
}
.container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}
.form-control::-webkit-input-placeholder {
	color: #858585;
	font-size: 14px;
}
.form-control::-moz-placeholder {
	color: #858585;
	font-size: 14px;
}
.form-control:-ms-input-placeholder {
	color: #858585;
	font-size: 14px;
}
.form-control::-ms-input-placeholder {
	color: #858585;
	font-size: 14px;
}
.form-control::placeholder {
	color: #858585;
	font-size: 14px;
}

/*-----------------
	7. Modal
-----------------------*/

.modal {
	-webkit-overflow-scrolling: touch;
}
.modal-footer.text-center {
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.modal-footer.text-left {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
}
.modal-dialog.modal-md {
    max-width: 600px;
}
.custom-modal .modal-content {
	border: 0;
    border-radius: 10px;
}
.custom-modal .modal-header {
    padding: 1.25rem;
}
.custom-modal .modal-footer {
    padding: 1.25rem;
}
.custom-modal .modal-body {
    padding: 1.25rem;
}
.custom-modal .close {
    background-color: #a0a0a0;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 26px;
    width: 20px;
    z-index: 99;
}
.custom-modal .modal-title {
	font-size: 20px;
}
.modal-backdrop.show {
    opacity: 0.4;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
}
.modal .card {
	box-shadow: unset;
}

/*-------------------

     Custom dari edumy

--------------------*/

/*== My Resume Page ==*/
.my_resume_textarea label{
  color: #221f1f;
}
.my_resume_textarea textarea{
  border: 1px solid #dddddd;
  color: #7f7f7f;
  padding: 20px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);  /* Firefox 3.5 - 3.6 */
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.my_resume_textarea textarea:focus{
  border: 1px solid #dddddd;
  box-shadow: none;
  outline: none;
}
.my_resume_eduarea{
  margin-top: 10px;
}
.my_resume_eduarea .title{
  font-size: 20px;
}
.my_resume_eduarea .title a{
  color: #00d664;
  font-size: 16px;
}
.my_resume_eduarea .title a span{
  margin-left: 10px;
}
.my_resume_eduarea .details{
  padding: 15px 15px 15px 80px;
  position: relative;
}
.my_resume_eduarea .content{
  margin-bottom: 30px;
  padding: 15px 15px 15px 50px;
  position: relative;
  text-align: left;
}
.my_resume_eduarea .content:nth-child(3){
  padding-bottom: 0;
  margin-bottom: 0;
}
.my_resume_eduarea .content:nth-child(3),
.my_resume_eduarea .content:nth-child(4){
  padding-top: 0;
  position: relative;
}
.my_resume_eduarea .content:nth-child(3) .circle,
.my_resume_eduarea .content:nth-child(4) .circle{
  top: 0;
}
.my_resume_eduarea .content:nth-child(3):before,
.my_resume_eduarea .content:nth-child(4):before{
  top: 9px;
}
.my_resume_eduarea .content:nth-child(3):after{
  top: -90px;
}
.my_resume_eduarea .content:nth-child(4):after{
  display: none;
}
.my_resume_eduarea .content.style2:nth-child(3):after{
  display: none;
}
.my_resume_eduarea .content:after {
  background-color: #f9fafc;
  content: "";
  height: 112px;
  left: 8px;
  position: absolute;
  top: 33px;
  width: 4px;
  z-index: -9;
}
.my_resume_eduarea .content.style2:after{
  display: none;
}
.my_resume_eduarea .content .circle {
  background-color: #2441e7;
  border-radius: 50%;
  height: 10px;
  left: 5px;
  position: absolute;
  top: 25px;
  width: 10px;
}
.my_resume_eduarea .content .circle:before{
  background-color: #ffffff;
  border: 2px solid #2441e7;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 18px;
  z-index: -1;
}
.my_resume_eduarea .content.style2{
  margin-bottom: 45px;
}
.my_resume_eduarea .content.style2 .circle {
  background-color: #c75533;
  border-radius: 50%;
  height: 10px;
  left: 5px;
  position: absolute;
  top: 25px;
  width: 10px;
}
.my_resume_eduarea .content.style2 .circle:before{
  background-color: #ffffff;
  border: 2px solid #c75533;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 18px;
  z-index: -1;
}
.my_resume_eduarea .content.style3 .circle{
  background-color: #192675;
  border-radius: 50%;
  height: 10px;
  left: 5px;
  position: absolute;
  top: 10px;
  width: 10px;
}
.my_resume_eduarea .content.style3 .circle:before{
  background-color: #ffffff;
  border: 2px solid #192675;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 18px;
  z-index: -1;
}
.my_resume_eduarea .content .edu_center{
  color: #2441e7;
  margin-bottom: 0;
}
.my_resume_eduarea .content .edu_stats{
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
}
.my_resume_eduarea .content .edu_stats small{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.6;
}
.my_resume_eduarea .content .edu_center{
  font-size: 15px;
  font-family: "Open Sans";
  color: rgb(126, 126, 126);
  line-height: 1.6;
}
.my_resume_eduarea .edu_stats_list li:first-child {
  background-color: #d1eaff;
}
.my_resume_eduarea .edu_stats_list li:nth-child(2) {
  background-color: #bae5d7;
}
.my_resume_eduarea .edu_stats_list li:last-child {
  background-color: #c1ebc9;
}
.my_resume_eduarea .edu_stats_list li {
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.sign_up_modal:before {
  background-color: rgba(0, 0, 0, .9);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-backdrop{
  display: none;
}
.sign_up_modal .modal-header {
  background-color: #3452ff;
  border-radius: 50%;
  border: none;
  height: 50px;
  position: absolute;
  right: -20px;
  text-align: center;
  top: -20px;
  width: 50px;
}
.sign_up_modal .modal-header button.close{
  margin-top: -5px;
  margin-right: 0;
  margin-left: 4px;
  opacity: 1;
  padding: 0;
}
.sign_up_modal .modal-header button.close span{
  color: #ffffff;
}
.sign_up_modal .modal-header button.close span:focus{
  border: none;
  outline: none;
  text-shadow: none;
}
.sign_up_tab li.nav-item{
  text-align: center;
  width: 50%;
}
.sign_up_tab li.nav-item .nav-link{
  background-color: #f9fafc;
  height: 70px;
  line-height: 65px;
  margin: 0;
  padding: 0;
}
.sign_up_tab li.nav-item .nav-link{
  border: none;
  color: #0a0a0a;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.sign_up_tab li.nav-item .nav-link.active{
  background-color: #ffffff;
  border: none;
}

/*== LogIn Register Page ==*/
.our-log {
  background-color: #f9fafc;
}
.login_form {
  padding: 40px 40px 0;
}
.sign_up_form .divide,
.login_form .divide{
  position: relative;
}
.sign_up_form .divide .lf_divider,
.login_form .divide .lf_divider{
  background-color: #f9fafc;
  height: 20px;
  left: 0;
  line-height: 20px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -10px;
  width: 62px;
}
.sign_up_form.inner_page,
.login_form.inner_page {
  padding: 0 80px 0;
}

.sign_up_form.inner_page .custom-control-label::before,
.login_form.inner_page .custom-control-label::before{
  top: 4px;
}


.modal-content .custom-control-label::before{
  top: 4px;
}


.login_form.inner_page .heading h3{
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}
.login_form .heading {
  margin-bottom: 40px;
}
.login_form .heading h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 25px;
  font-weight: bold;
}
.login_form.inner_page .heading p {
  margin-bottom: 0;
}
.login_form.inner_page .form-control{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  
}
.login_form .form-control{
  border: 1px solid #dddddd;
  color: #6f7074;
  border-radius: 5px;
  
  color: #6f7074;
  height: 50px;
  margin-bottom: 20px;
}
.login_form .form-control:focus{
  border: 1px solid #dddddd;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Firefox 3.5 - 3.6 */
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.login_form .form-check-input {
  height: 17px;
  width: 17px;
}
.login_form .form-check-label{
  color: #0a0a0a;
  font-size: 14px;
  padding-left: 8px;
}
.login_form button {
  border-radius: 4px;
  height: 50px;
  margin-bottom: 40px;
}
.login_form .btn-log {
  font-family: 'Nunito', sans-serif;
  font-size: 19px;
  font-weight: bold;
  height: 55px;
}
.login_form .btn-fpswd{
  color: #c75533;
  font-size: 14px;
}
/*== SignUP Form ==*/
.sign_up_form {
  padding: 40px 40px 0;
}
.sign_up_form .heading {
  margin-bottom: 40px;
}
.sign_up_form .form-control{
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #7f7f7f;
  height: 50px;
  margin-bottom: 20px;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Firefox 3.5 - 3.6 */
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.sign_up_form .form-control:focus{
  outline: none;
}
.sign_up_form.inner_page .form-control{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  /* Firefox 3.5 - 3.6 */
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.sign_up_form .form-check-input {
  border-radius: 2px;
  height: 15px;
  width: 15px;
}

/*== Button Area ==*/
.btn {
  border-radius: 4px;
}
.btn.dbxshad {
  -webkit-box-shadow:0px 1px 4px 0px rgba(36, 65, 231, 0.3);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:0px 1px 4px 0px rgba(36, 65, 231, 0.3);  /* Firefox 3.5 - 3.6 */
  box-shadow:0px 1px 4px 0px rgba(36, 65, 231, 0.3);
}
.btn.circle {
  border-radius: 27px;
}
.btn.white {
  background-color: #ffffff;
  color: #2441e7;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none;
  outline: none;
}
.btn-thm {
  background-color: #2441e7;
  border: 2px solid #2441e7;
  border-radius: 5px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;}

.btn-thm.rounded {
  background-color: #2441e7;
  border-radius: 5px;
  color: #ffffff;}

.btn-thm:hover,
.btn-thm:active,
.btn-thm:focus{
  background-color: #ffffff;
  border-color: #2441e7;
  color: #2441e7; }

.btn-thm.white:hover,
.btn-thm.white:active,
.btn-thm.white:focus{
  background-color: #2441e7;
  border-color: #2441e7;
  color: #ffffff;  
}
.btn-thm2 {
  background-color: #192675;
  border-color: #192675;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn-thm2:hover,
.btn-thm2:active,
.btn-thm2:focus {
  background-color: #ffffff;
  border-color: #192675;
  color: #192675; }

.btn-thm3 {
  background-color: #ff1053;
  border: 2px solid #ff1053;
  border: none;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn-thm3:hover,
.btn-thm3:active,
.btn-thm3:focus {
  background-color: #ffffff;
  border-color: #ff1053;
  color: #ff1053; }

.btn-dark {
  background-color: #051925;
  border-color: #051925;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  border: 2px solid #051925;
}
.btn-dark:hover, 
.btn-dark:active, 
.btn-dark:focus {
  background-color: #ffffff;
  border-color: #051925;
  color: #051925;
}
.btn-yellow {
  background-color: #F0C900;
  border-color: #F0C900;
  color: #333333;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
    color: #333333; }

.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
  color: #ffffff; }

.btn-white {
  background-color: #ffffff;
  border-color: #eeeeee;
  color: #303030;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn-white:hover, .btn-white:active, .btn-white:focus {
  color: #2441e7;
}
.btn-gray {
  background-color: #f9fafc;
  border-color: #f9fafc;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
  background-color: #2441e7;
  color: #ffffff;
}
.btn-green {
  background-color: #28B928;
  border-color: #28B928;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn-green:hover, .btn-green:active, .btn-green:focus {
  color: #ffffff;
}
.btn-blue {
  background-color: #1c327e;
  border-color: #1c327e;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  background-color: #2441e7;
  border-color: #2441e7;
  color: #ffffff; 
}
.btn-transparent {
  background-color: transparent;
  border-color: #2441e7;
  color: #2441e7;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
  background-color: #2441e7;
  color: #ffffff;
  border: 2px solid;
  border-color: #2441e7;
}
.btn-transparent2 {
  background-color: transparent;
  border-color: -webkit-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  border-color: -o-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  border-color: -ms-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  border-color: -moz-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  border-color: linear-gradient(60deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  color: #4568dc;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-transparent2:hover, .btn-transparent2:active, .btn-transparent2:focus {
  background: -webkit-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  background: -o-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  background: -ms-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  background: -moz-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  background: linear-gradient(60deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  color: #ffffff;
}
.btn-default {
  font-size: 14px;
  padding: 8px 15px;
}

.bgc-fb {
  background-color: #3B5998;
}

.color-gogle {
  color: #EA4335;
}
.bgc-gogle {
  background-color: #EA4335;
}

.color-white {
  color: #ffffff !important;
}

/*-----------------
	Custom
-----------------------*/

.loginn {
    padding-top: 200px;
    padding-bottom: 100px;
}

.iconlayanan {
  width: 35px;
  height: auto;
}
.iconproduk {
  width: 40px;
  height: auto;
  margin-right: 20px;
}

.selengkapnya {
    padding-top: 20px;
}

a.titlebreadcrumb {
    color: #a0abca;
}
span.titlebreadcrumb {
    color: #a0abca;
}

.wawidget {
    position: fixed;
    bottom: auto;
    right: -65px;
    z-index: 100;
    left: auto;
    transform: rotate(-90deg);
    top: 50%;
    margin-top: -30px;
}


