@import url("./font-awesome.min.css");

.header-profile-user {
	height: 50px;
	width: 50px;
	background-color: #f6f6f6;
	padding: 3px;
}

.rounded-circle {
	border-radius: 50% !important;
}

.box-image-profile {
	background-color: #f8f8f9;
	padding: 15px;
}

.img-border {
	margin: 0 0 15px 0;
}

.img-border img {
	margin: 0 auto;
	display: block;
}

.img-fit {
	object-fit: cover !important;
}

.img-profile {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: block;
}

.btn-edit-photo {
	font-size: 12px !important;
	color: #fff !important;
	margin-bottom: 26px !important;
	margin-left: 10px;
}

.backg-none {
	background: none !important;
}

.profile-box {
	margin-top: -15px;
	height: 79px;
}

.profile-user {
	margin-top: 3px !important;
	margin-left: -10px !important;
}

.profile-user-title {
	color: #10324a !important;
	font-weight: 600;
	font-size: 14px;
}

.login-bisnis-footer {
	background: #428bca;
	color: #fff;
	text-align: center;
	padding: 20px;
	border-radius: 0px 0px 19px 19px;
	font-size: 12px;
}

.login-bisnis-footer p {
	font-size: 12px;
}

.login-bisnis-a {
	color: #fff;
	font-weight: 700;
}

.login-margin {
	margin-top: 9px !important;
}

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

.register-modals-footer {
	margin-top: -28px;
	background: #10324a !important;
}

.elearning-circle {
	color: #999 !important;
}
.register-form-landing{
	background: #f8f7fa;
    border-radius: 20px;
	border:.5px solid #10324A;
    text-align: center;
}

.register-form-landing p{
	font-size: 10px;
    margin-bottom: 0;
}

.register-form-body {
    padding: 25px 80px;
}

.register-form-footer {
	border-radius: 20px;
	text-align: center;
	-webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.7);
	box-shadow: 0 0 10px rgba(204, 204, 204, 0.7);
}

.register-form-footer p {
	background-color: #10324A;
	border-radius: 0px 0px 20px 20px;
	padding: 20px;
	font-size: 12px !important;
	color: #fff;
}

.disabled-btn {
	background-color: #dad9d9 !important;
	pointer-events: none;
}

.btn-more-elearning {
	float: right;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
	font-size: 14px !important;
}

.title-belajar {
	color: #333 !important;
	font-size: 31px !important;
	padding-top: 114px !important;
	margin-left: 80px;
}

.img-belajar {
	width: 460px;
	height: auto;
}

.btn-more-elearning:hover {
	background-color: #f8f8f9;
}

.style-result-basic-test {
	font-size: 16px;
	font-weight: 700;
	color: #959595;
}

.btn-swal-profile {
	background-color: #10324a;
}

@media only screen and (min-width: 769px) {
	.menu-space {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.li-space {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	.dis-flex {
		display: flex;
	}

	.box-btn-vacancy {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
}

.dis-flex {
	display: flex;
	gap: 15px;
	justify-content: space-between;
}

.dis-flex .description.matchmaking{
	width: 100%;
}

.dis-flex .box-btn-vacancy a{
	position: unset !important;
}
.box-btn-vacancy {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

@media only screen and (max-width: 768px) {
	.profile-box {
		height: 60px;
	}
	.register-form-body {
		padding: 25px;
	}
	.register-form-landing {
		padding: 0 !important;
	}
	.modal-login-reg {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) !important;
	}
}

@media (max-width: 425px) {
	.mt-mobile {
		margin-top: 35px !important;
	}

	.dis-flex{
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}

}

/* remove collapse to hamburger bootstrap */

.navbar-collapse.collapse {
	display: block!important;
}

.navbar-nav>li, .navbar-nav {
	float: left !important;
}

.navbar-nav.navbar-right:last-child {
	margin-right: -15px !important;
}

.navbar-right {
	float: right!important;
}

/* The side navigation menu */

.sidenav {
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 60px;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.3s;
	border-right: 1px solid #ddd;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 0;
	border: none;
}

.sidebar-content{
    height: 100%;
	overflow-y: auto;
    padding-top: 15px;
	width: 220px;
}

/* The navigation menu links */

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 14px;
	color: #2a6496;
	display: block;
	transition: 0.3s;
}

.sidenav a.active {
	color: #428bca;
	font-weight: bold;
}

/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
	color: #EF1214;
}

/* Position and style the close button (top right corner) */

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.sidenav.open {
	width: 220px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
	.sidenav a {
		font-size: 16px;
	}
}

.sub-menu-sidebar{
    padding-left: 10px;
}

.lowongan-chev,.belajar-chev{
    position: relative;
}

.lowongan-chev::before{
    font-family: "Font Awesome 5 Free";
    content: "\f077"; /*chevron down*/
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-50%, -50%);
}

.collapsed.lowongan-chev::before{
    font-family: "Font Awesome 5 Free";
    content: "\f078"; /*chevron up*/
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-50%, -50%);
}

.belajar-chev::before{
    font-family: "Font Awesome 5 Free";
    content: "\f077"; /*chevron down*/
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-50%, -50%);
}

.collapsed.belajar-chev::before{
    font-family: "Font Awesome 5 Free";
    content: "\f078"; /*chevron up*/
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-50%, -50%);
}

.nav-center {
	display: grid;
	align-items: center;
}

.sidebarHamburger {
	font-size: 20px;
	cursor: pointer;
	padding: 15px 0;
	display: inline-block;
	margin-right: 15px;
}

.bar-close::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d" !important;
    position: relative;
    top: 0;
    right: 0;
}

.sidebarHamburger::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c9";
    position: relative;
    top: 0;
    right: 0;
}

.logo {
	margin-left: 15px;
	width: 55px;
	display: inline-block;
}

.logo-sidebar-ugj{
	display: inline-block;
	position: absolute;
	top: 52%;
	left: 8.5%; 
	transform: translate(-50%, -50%);
	width: 120px;
}

.logo-sidebar {
	width: 100px;
}

.logo-login {
	display: inline-block;
	position: absolute;
	top: 52%;
	left: 6%; 
	transform: translate(-50%, -50%);
	width: 120px;
}

@media (max-width:426px) {
	.logo {
		display: none;
	}

	.logo-login {
		display: inline-block;
		width: 60px;
		padding: 20px 0;
	}
}

@media (min-width:426px) {
	.home-sidebar{
		display: none !important;
	}
}

.popoverUser {
	padding: 5px 0 !important;
}

.popoverUser span:hover {
	color: #EF1214 !important;
}

.contentMenu ul, .contentLogin ul {
	list-style-type: none;
}

.contentMenu ul li, .contentLogin ul li {
	padding: 5px 0;
}

.contentMenu ul li a {
	display: block;
	color: #262626 !important;
}

.contentMenu ul li a:hover {
	color: #EF1214 !important;
}

.contentLogin ul li a {
	display: block;
	color: #262626;
}

.contentLogin ul li .register {
	color: #fff;
}

.contentLogin ul li a:hover {
	color: #EF1214;
}

.btn-menu-container {
	display: none;
	padding: 13px 0;
	color: #10324A;
}

.btn-menu-container > a {
	color: #10324A;
	font-weight: bold;
	font-size: 12px;
}

.btn-menu-login {
	font-size: 22px;
	margin-left: 10px;
	padding: 6px 20px 8px;
}

#sub-menu-login {
	display: none;
}

@media (max-width: 767px) {
	.btn-menu-container {
		display: block;
	}
	.log-reg-container {
		display: none;
	}
}

.contentLogin {
	width: 244px;
}

.popover {
	position: fixed;
}

.sidebarHamburger {
	color: #10324a;
}

.sidebarHamburger:hover {
	color: #EF1214;
}

.popover {
	top: 50px !important;
}

.popover-arrow-menu, .popover-arrow-login-m{
	display: none !important;
}

/* notification style */

.popover-notif {
	max-width: 400px;
}

.popover-notif {
	padding: 0 !important;
}

.notificationContent {
    color: #10324A;
	word-wrap: break-word;
	display: block;
	padding-left: 10px;
	height: 350px;
	/* same height as scroll */
	width: 368px;
}

@media (max-width: 426px) {
	.notificationContent {
		width: 300px;
	}
	/* .popover-notif{
        left: 9px !important;
    }

    .arrow-notif{
        left: 54.3% !important;
    } */
}

.notificationContent .notif-scroll {
	height: 350px;
	/* same height as content */
	overflow-y: auto;
	position: relative;
	overflow-x: hidden;
	margin-top: 5px;
	padding: 0 10px 0 0;
}

.notificationContent ul {
	list-style-type: none;
}

.notificationContent li {
    position: relative;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.notificationContent li:hover{
    background-color: #F8F8F8;
}

.notificationContent li a {
	color: #000;
}


#mySidenav .sub-menu-sidebar a{
	margin-bottom: 1px solid #ddd;
}

.unread-notif::before{
    content: "•";
    position: absolute;
    font-size: 25px;
    right: 5%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #EF1214;
}


.unread-time{
    color: #EF1214 !important;
}

.delete-notif{
	position: absolute;
	color: #707070 !important;
	top: 50%;
	right: 1%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}

.notificationContent li:hover .delete-notif{
	display: block !important;
}

.delete-notif{
	display: none;
}

.notif-icon::before{
    font-family: "Font Awesome 5 Free";
    content:"\f0f3";
    font-weight: 400;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.notif-message{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 25px;
	margin: 10px 0;
    color: #10324A;
}

.no-notification {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
  }

.notif-time{
    color: #10324A;
    font-size: 11px;
    padding: 0 25px;
}

.notification-class{
    position: relative;
}

.counter-notif::before{
    content: "•";
    position: absolute;
    top: 17px;
    left: 7px;
    font-size: 30px;
    color: #EF1214;
}

.counter-notif:hover::before{
    content: "•";
    position: absolute;
    top: 17px;
    left: 7px;
    font-size: 30px;
    color: #ddd;
}
.downloadApp .content{
    padding: 40px 0 !important;
}

.downloadApp .appsContent{
    display: flex;
    align-items: center;
    justify-content: center;
}

.downloadApp .appsContent img{
    width: 100%;
    height: 100%;
}

.video-doc{
	width: 340px;
}

.candidate-name span{
	display: none;
	padding: 10px 0;
	text-transform: capitalize;
	font-weight: bold;
}

@media (max-width: 425px){
	.candidate-name-lg{
		display: none;
	}

	.candidate-name span{
		display: block;
	}
}


.btn-location{
    padding: 0px 10px !important;
}
.well-noBorder{
    background-color: transparent;
    border: transparent;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.category-grid {
	overflow: hidden;
	height: 1070px;
}

.show-category{
	height: 100% !important;
	transition: all .03 ease;
}

.category-grid a {
	color: #000;
}

.btn-cat>button{
	display: block;
	margin: 0 auto;
}

.category-box{
	border: .5px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0;
	transition: all .3s ease;
}

.category-box >.cat-img{
	margin-bottom: 10px;
}

.category-box >.cat-img img{
	width: 35px;
	border-radius: 10px
}

.category-box >.cat-name{
	width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-box:hover{
	color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.error404{
  background-image: url('../images/backgrounds/page-404.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0;
}

.error404 .btn-back-error{
	position: absolute;
  left: 0;
  right: 0;
  top: 200px;
  bottom: 0;
  margin: auto;
}

@media (max-width: 425px) {
	.error404 .btn-back-error{
		top: 80px;
	}

	.error404{
		padding: 150px 0;
	}

}

@media (max-width: 1024px) {
	.error404 .btn-back-error{
		top: 100px;
	}

	.error404{
		padding: 150px 0;
	}
}

.profile-details th, td {
	padding: 15px 0;
  }

.profile-details td:nth-child(1){
	width: 160px;
	font-weight: 600;
}

.profile-details td:nth-child(2){
	width: 16px;
}

.profile-details-box{
	background-color: inherit;
}

.about-me{
	padding-bottom: 25px;
}
.about-me > div{
	padding-bottom: 10px;
}

.address-text{
	color: #10324a;
	margin-top: -20px;

}

.address-text p{
	margin: 0;
}

.redyCare-call{
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.redyCare-call .img-container{
	width: 35px;
}

.redyCare-call .img-container img{
	width: 100%;
	margin: 0 auto;
	display: block;
}

.redyCare-call a{
	color: #10324a;
}

.redyCare-call a:hover{
	color: #EF1214;
}

.box-pass{
	position: relative;
}

.toggle-password, .toggle-password-confirm{
	position: absolute;
	right: 15px;
    top: 10px;
	color: #a7a7a7;
	cursor: pointer;
}

.reg-eye-pass{
	right: 40px !important;
}

.apply-activity{
    width: 100%;
}

.apply-activity > a{
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #7d7d7d;
}
.apply-activity > a:hover{
    color: #ef1214;
}

.download-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pb-matchmaking{
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.pb-matchmaking .progress{
	border-radius: 30px;
    border: 1px solid #10324A;
	background-color: #fff;
}
.pb-matchmaking .progress .progress-bar{
	-webkit-box-shadow:unset;
	box-shadow: unset;
	border-radius: 10px;
}

.match-mark.fa{
	font-size: 20px;
}

.match-mark.fa-check-circle:before {
    content: "\f058";
    color: green;
}
.match-mark.fa-times-circle:before {
    content: "\f057";
    color: red;
}

.pb-matchmaking .match-btn-percentage{
	cursor: pointer;
}
.pb-matchmaking .progress{
	transition: .3s ease-in;
}

.pb-matchmaking .progress:hover{
	-webkit-box-shadow: 0px 0px 15px 10px rgba(66,139,202,1);
	-moz-box-shadow: 0px 0px 15px 10px rgba(66,139,202,1);
	box-shadow: 0px 0px 10px 0px rgba(66,139,202,1);
	transition: .3s ease-in;
}

.bar-green{
	color: #fff;
	background-color: #238823;
}
.bar-yellow{
	color: black;
	background-color: #ffbf00;
}
.bar-red{
	color: #fff;
	background-color: #d2222d;
}
.partner-redy{
    margin-top: 25px;
}

.partner-redy .company-box{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    transition: all .1s ease-in-out;
	width: 150px;
	height: 125px;
	display: flex;
    align-items: center;
	box-shadow: 2px 2px 2px 1px #ddd;
}

.partner-grid{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-flow: wrap;
}

.partner-redy .img-container{
    text-align: center;
}

.partner-redy .img-container img{
    width: 100%;
    margin: 0 auto;
	filter: grayscale(0);
}

.partner-redy .company-box:hover {
	box-shadow: 2px 2px 5px 0 #10324a;
    transition: all .1s ease-in-out;
}

.partner-redy .company-box:hover .img-container img{
	filter: grayscale(0);
}

.bg-f8{
	background-color: #f8f8f9;
}

.activity-grid{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.activity-grid > div{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 15px;
    background-color: #10324a;
    color: #fff;
	text-align: center;
	width: 300px;
    height: 300px;
}

.activity-grid .img-container{
	width: 200px;
    margin: 0 auto 10px;
}

.shareButtons{
	margin-bottom: 15px;
}

.btn-vacancy {
	position: unset !important;
	width: 130px;
}

.download-view {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.skill-pills{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.skill-pills > .content-pills{
	background-color: #eee;
	color: #333333;
	padding: 5px 10px;
	border-radius: 20px;
	font-weight: 400;
	width: 200px;
	text-align: center;
}

