#job-grid-view {
	display: none;
}

.link-disabled {
	pointer-events: none;
  	cursor: default;
}


.custom-option-design {
	height: 50px;
	background: red;
}

@media (min-width: 768px) {
	.job-grid-view-design {
		display: none;
	}
}

.vue-dropdown {
	padding: 32px;
	overflow: auto;
}

.vue-dropdown .main-title-cover {
	position: relative;
	margin-bottom: 32px;
}

.vue-dropdown .main-title-cover .title {
	font-size: 20px;
}

.vue-dropdown .main-title-cover .modal-close-btn {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

.vue-dropdown .main-title-cover .modal-close-btn img {
	width: 16px;
}

.vue-dropdown .main-title-cover .border-line{
	position: absolute;
	height: 3px;
	width: 50px;
	background-color: #0C9869;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, 0);
}

.vue-dropdown .category-lists {
	align-content: flex-start;
}

.vue-dropdown .category-lists .category {
	height: 50px;
	width: 100%;
	border-radius: 6px;
	border: 1px solid #0C9869;
	padding: 0 12px;
	width: 100%;
	margin-bottom: 16px;
}

.vue-dropdown .category-lists .cate-name {
	font-size: 15px;
	line-height: 50px;
	width: calc(100% - 30px);
	margin: 0 5px 0 0;
}

.vue-dropdown .category-lists .checkbox {
	margin: 11px 0;
}

.vue-dropdown .category-lists .checkbox span{
	width: 25px;
	height: 25px;
}

.vue-dropdown .modal-btn-lists {
	margin: auto;
	margin-top: 20px;
	justify-content: space-between;
}

.vue-dropdown .modal-btn-lists .cancel-btn {
	margin-right: 10px;
}

.vue-dropdown .modal-btn-lists .done-btn {
	margin-left: 10px;
}

.vue-dropdown .modal-btn-lists button{
	width: 250px;
	height: 50px;
	font-size: 15px;
}

.dropdown-button {
	width: 100%;
	padding: 14px 0px;
}

.dropdown-menu {
	z-index: 1;
}

.custom-slide-fade-enter-active {
	transition: all .5s ease;
}
.custom-slide-fade-leave-active {
	transition: all .5s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.custom-slide-fade-enter, .custom-slide-fade-leave-to
/* .slide-fade-leave-active below version 2.1.8 */ {
	transform: translateY(10px);
	opacity: 0;
}
.bounce-enter-active {
  animation: bounce-in .5s;
}
.bounce-leave-active {
  animation: bounce-in .5s reverse;
}
@keyframes bounce-in {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

.favorite-listview-icon, .unfavorite-listview-icon {
  width: 25px;
  position: absolute;
  top: 8%;
  right: 3%;
  cursor: pointer;
}

.favorite-gridview-icon, .unfavorite-gridview-icon {
  width: 25px;
  position: absolute;
  top: 6%;
  right: 3%;
  cursor: pointer;
}

.favorite-listview-icon, .favorite-gridview-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #0C9869;
}

.favorite-listview-icon img, .favorite-gridview-icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
}

.header-btn:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.fav-btn-background {
	background-color: rgba(0, 0, 0, 0.05);
}

.apply-div {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.apply-div > button {
  width: 200px;
}

.apply-div > a {
  text-decoration: none;
}

