/* Definitions */
:root {
	--neo-main: #e0e5ec;
	--neo-main-light: #fff9;
	--neo-main-dark: #0002;
	
	/* Shadows */

	--neo-shadow-plate: 0 -15px 15px rgba(255, 255, 255, 0.05), inset 0 -15px 15px rgba(255, 255, 255, 0.05), 0 15px 15px rgba(0, 0, 0, 0.3), inset 0 15px 15px rgba(0, 0, 0, 0.3);

	--neo-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;

	--neo-shadow-button: 7px 7px 9px rgba(0, 0, 0, .15), -7px -7px 9px rgba(255, 255, 255, .65);
	--neo-shadow-button-hover: inset 7px 7px 9px rgba(0, 0, 0, .15), inset -7px -7px 9px rgba(255, 255, 255, .65);

	--border-radius: .55rem !important;

	--primary: purple;
	--primary-hover: rgb(105, 1, 105);
	--secondary: #4267B2;
	--secondary-hover: #234c9c;
	--green: green;
	--mute: #6c757d;
	--mute-hover: #5a6268;
	--text: black;
	--text-dark: rgb(70, 70, 70);
	--accent: ;
}

/* Generals */
.font-s8 {
	font-size: 0.8rem !important;
}

.text-mute {
	color: grey;
	font-style: italic;
	text-decoration: underline;
}

.font-bold {
	font-weight: bold;
}

.no-shadow {
	box-shadow: none !important;
}

.modal-close {
	right: 10px;
	color: red;
	cursor: pointer;
	z-index: 99999;
}

.color-primary {
	color: var(--primary) !important;
}

.color-secondary {
	color: var(--secondary) !important;
}

.color-success {
	color: var(--green) !important;
}

.bg-primary {
	background-color: var(--primary) !important;
}

.bg-secondary {
	background-color: var(--secondary) !important;
}

.swal2-container {
	z-index: 99999 !important;
}

.pagination .page-item>a {
  margin: 0 3px;
  /* box-shadow:  0 .5rem 1rem rgba(0,0,0,.15)!important; */
  border: 0;
  -webkit-box-shadow: var(--neo-shadow-button);
  -moz-box-shadow: var(--neo-shadow-button);
  box-shadow: var(--neo-shadow-button);
  border-radius: 0.2rem !important;
  color: #333;
	background-color: var(--neo-main) !important;
}

.btn-primary{
    background-color:#4267B2; 
    border-color:#4267B2
}


/* Pagination */
.page-link {
	font-size: 0.8rem;
	padding: .3rem .5rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.word_count {
	color: blue;
}

.slick-prev, .slick-next {
	font-family: 'Line Awesome Free';
  font-weight: 900;
	width: 35px !important;
	height: 35px !important;
	font-size: 30px !important;
	color: var(--text-dark) !important;
	background-color: var(--neo-main) !important;
	content: "\f060" !important;
	border-radius: 50%;
	box-shadow: 7px 7px 9px rgba(0, 0, 0, .15), -7px -7px 9px rgba(255, 255, 255, .65);;
}

.slick-prev:before, .slick-next:before {
	content: unset !important;
}

.slick-prev, .slick-next {
	content: "\f060" !important;
}

.img-thumbnail {
	padding: .50rem;
	background-color: var(--neo-main);
	border: 1px solid var(--neo-main);
	border-radius: .25rem;
	max-width: 100%;
	height: auto;
}

.card-footer {
	background-color: transparent;
}

.input-group-prepend {
	min-width: 42px !important;
}

.input-group-text {
	width: 100%;
}

.card {
	margin: 0;
}

.no-border {
	border: 0;
}

.neo-shadow {
	border: 0 !important;
	background-color: #e0e5ec !important;
	box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
}

.neo-shadow-plate {
	-webkit-box-shadow: var(--neo-shadow-plate) !important;
          box-shadow: var(--neo-shadow-plate) !important;
}

.rounded {
	border-radius: .75rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.neo-shadow-input {
	background-color: #ecf0f3;
	transition: 0.25s ease;
	border-radius: 8px;
	box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
}

.neo-shadow-input:hover, .neo-shadow-input:focus {
	outline: 0;
	border: 1px solid var(--neo-main);
	background-color: #ecf0f3;
	transition: 0.25s ease;
	border-radius: 8px;
	box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
}

.neo-shadow-button {
	background-color: var(--neo-main);
	box-shadow: 7px 7px 9px rgba(0, 0, 0, .15), -7px -7px 9px rgba(255, 255, 255, .65);
}

.neo-shadow-button:hover, .neo-shadow-button:focus {
	outline: 0;
	box-shadow: inset 7px 7px 9px rgba(0, 0, 0, .15), inset -7px -7px 9px rgba(255, 255, 255, .65);
}



/* Body */
.main-wrapper {
	background-color: #e0e5ec;
	width: 100%;
	min-height: 100vh;
}

/* Header */
.navbar-nav .nav-item {
	margin-bottom: .5rem;
	margin-top: .5rem;
}

.navbar-nav .nav-link {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
	text-align: center;
	color: #212529 !important;

	border-radius: .5rem;
	box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
	
}

.navbar {
	padding: 1rem 1rem;
}

.navbar-nav .nav-link:hover {
	box-shadow: inset 7px 7px 9px rgba(0, 0, 0, .15), inset -7px -7px 9px rgba(255, 255, 255, .65);
}

/* Footer */
footer a {
  font-size: 0.9rem !important;
}

.context-dark,
.bg-gray-dark,
.bg-primary {
  color: rgba(0, 0, 0, 0.8);
}

.footer-classic a,
.footer-classic a:focus,
.footer-classic a:active {
  color: #000;
}

.nav-list li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-list li a:hover:before {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 23px;
  font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.social-container .col {
  border: 1px solid rgba(255, 255, 255, 0.1);
}


.mri {
  padding: 5px;
  border-radius: 50%;
  /* border: 1px solid grey; */
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 10px 5px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mri {
	box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
}

.mri:hover {
	box-shadow: inset 7px 7px 9px rgba(0, 0, 0, .15), inset -7px -7px 9px rgba(255, 255, 255, .65);
}

.twt-icon {
	color: #1da1f2;
}

.fb-icon {
	color: #3b5998;
}

.yt-icon {
	color: #ff0000;
}

.ig-icon {
	background: linear-gradient(#feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
	-webkit-background-clip: text, border;
  -webkit-text-fill-color: transparent;
}

/* Search Bar */
.search-title {
	font-weight: 700;
}

.search-title {
	font-size: 1rem;
}

/* Categories */

.category a {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid rgb(236, 234, 234);
  color: rgb(61, 61, 61);
  font-weight: 400;
}

.category {
  border: 0;
  border-radius: 10px;
  background-color: rgb(146, 132, 132);
  /* width: calc(50% - 7.5px); */
  width: calc(100% - 7.5px);
  margin-right: 15px;
  margin-bottom: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-direction: column;
  height: 120px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
	padding: 6px;
}

.overlay {
  position: absolute;
	border-radius: .5rem;
  bottom: 0;
	left: 0;
  background: rgba(0, 0, 0, 0.3); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
	height: 100%;
  transition: .5s ease;
  color: white;
  font-size: 20px;
  padding: 10px;
  text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.category .card-body {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	padding: .5rem .5rem !important;
}

.category-title {
	padding: 4px 5px;
	border-radius: .5rem;
	font-style: normal;
  font-size: 0.9rem;
	-webkit-font-smoothing: antialiased;
	line-height: 18px;
	color: #fff;
}

.category:hover {
  margin-top: -5px;
  transition: all .4s ease-in-out;
}

.category:hover .overlay {
  background-color: rgba(0, 0, 0, 0.1);
}

.profile-inner-area {
	color: #424141;
}

/* Profile Cards */
.profile-pics {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.profile {
	height: 100%;
	min-height: 270px;
}

.profile-img-area {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.profile-img-area .profile-inner-area {
	height: calc(100% - 10px);
	width: calc(100% - 10px);
	border-radius: 50%;
	/* background-color: red; */
}

.profile-inner-area img {
	height: 65%;
	width: 65%;
	/* border-radius: 50%; */
	object-fit: contain;
}

.profile-title {
	font-size: 16px;
	font-weight: 700;
	color: #31344b;
	margin: 10px 0 5px 0;
}



/* Carousel Profile Card */
.multiple {
	padding: 20px;
}


/* ***********************************************  */
/* PROFILE PAGE */
/* Gallery */


.product__carousel {
  display: block;
  max-width: 700px;
  margin: 0;
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
	border: 1px solid #ebebeb;
	border-radius: 3px;
	margin-bottom: 5px;
}
.product__carousel .gallery-top .swiper-slide {
	position: relative;
	overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
	min-width: 100%;
	min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
	color: #ff3720;
}
.product__carousel .gallery-thumbs .swiper-slide {
	position: relative;
	transition: border .15s linear;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	cursor: pointer;
	overflow: hidden;
  height: calc(100% - 2px);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border-color: #000;
}
.product__carousel .gallery-thumbs .swiper-slide img {
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%; */

	object-fit: cover;
	width: 100%;
	height: 100%;
}

.gallery-top > .swiper-wrapper > .swiper-slide {
  width: 100% !important;
}

.product__carousel {
  max-width: unset;
}

.gallery-top {
  height: 400px;
}

.product__carousel .gallery-thumbs .swiper-slide {
  height: 100%;
}

/* Accordion */

.accordion>.card:not(:last-of-type) {
	border-bottom: unset;
	border-radius: .25rem;
	margin-bottom: 10px;
	border: 1px solid rgba(0,0,0,.125);
}

.accordion>.card:not(:first-of-type) {
	border-radius: .25rem;
	border: 1px solid rgba(0,0,0,.125);
}

.accordion>.card>.card-header {
	padding: .05rem 1.25rem;
}

.accordion>.card>.card-header>h5>.btn {
	font-weight: 500 !important;
	text-decoration: none;
	color: black;
}

.accordion>.card>.card-header>h5>.btn:focus {
	outline: none !important;
	box-shadow: none;
}

.accordion>.card-header {
position: relative;
}


.caret {
position: absolute;
right: 0;
padding-right: 10px;
}

/* Slider Profile Card */

/* ***********************************************  */
/* REGISTER	 PAGE */
/* Tab */

.tabContainer{
	position: relative;
	/* top: 50%;
	left: 50%; */
	/* transform: translate(-50%,-50%); */
	max-width: 600px;
	padding: 50px 48px 5px 48px;
}

.tabPanel{
	box-shadow:inset 7px 7px 15px rgba(55,84,170,.15),
			inset	-7px -7px 20px rgba(255,255,255,1),
			inset	0px 0px 4px rgba(255,255,255,0),
			0px 0px 4px rgba(255,255,255,.2);
	border-radius: 10px;
	padding: 20px;
	transition: box-shadow .6s ease;
	display: none;
}
.tabPanel.active{
	display: flex;
	flex-direction: column;
	animation: anim .6s ease-in-out;
}

.buttonContainer{
	display: flex;
	flex-direction: column;
	border: 4px solid #e0e5ec;
	border-radius: 15px;
	margin-bottom: 15px;
}

.buttonContainer button{
	padding: 10px;
	color: #535d74;
	background: #e0e5ec;
	box-shadow: inset 0px 0px 4px rgba(255,255,255,.2);
	transition: box-shadow .4s ease;
	cursor: pointer;
	border: none;
	outline: none;
}
.buttonContainer button:first-child{
	border-radius: 11px 11px 0 0;
}
.buttonContainer button:last-child{
	border-radius: 0 0 11px 11px ;
}
.buttonContainer button.active{
	font-weight: 700;
	color: #28a745;
	box-shadow:inset 7px 7px 15px rgba(55,84,170,.15),
			inset	-7px -7px 20px rgba(255,255,255,1),
			inset	0px 0px 4px rgba(255,255,255,0);
}

@keyframes anim{
	0%{
		opacity: 0.6;
	}
	100%{
		opacity: 1;
	}
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	/* Search Bar */
	.search-title {
		font-size: 1.3rem;
	}

	/* Tab Modal */
	.buttonContainer{
		flex-direction: row;
	}

	.buttonContainer button:first-child{
		border-radius: 11px 0 0 11px;
	}
	.buttonContainer button:last-child{
		border-radius: 0 11px 11px 0;
	}

	/* Category */
	.category-title {
		font-size: 1.05rem;
	}
}

/* DASHBOARD */
.dashboard-side-nav {
	/* height: 100%; */
}

.dashboard-mobile-side-nav {
	background-color: var(--neo-main);
	height: 100%;
	width: 0;
	position: fixed !important; /* Stay in place */
  z-index: 10001;
	top: 0; /* Stay at the top */
  left: 0;
	overflow-x: hidden;
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.dashboard-side-nav li {
	padding: 5px 15px;
	background-color: var(--neo-main);
	margin-bottom: 15px;
	color: var(--text);
	box-shadow: var(--neo-shadow-button);
	border-radius: var(--border-radius);
}

.dashboard-side-nav li>a {
	color: var(--text);
}

.dashboard-side-nav li>a:hover, .dashboard-side-nav li.active a {
	text-decoration: none;
	color: var(--primary) !important;
}

.dashboard-side-nav li:hover, .dashboard-side-nav li.active {
	box-shadow: var(--neo-shadow-button-hover);
}

.dashboard-side-nav p {
	padding: 0;
	line-height: 0.8;
}

.uploader {
	display: none;
}

.upload-label {
	display: inline-block;
	background-color: #f3f3f3;
	color: white;

	background-size: cover;
	background-position: center; 
	background-repeat: no-repeat;

	height: 110px !important;
	width: 110px !important;

	border-radius: 50%;
	padding: .50rem;
	background-color: var(--neo-main);
	border: .4rem solid var(--neo-main) !important;
}

.upload-label.profile-pics {
	height: 120px !important;
	width: 120px !important;
}


.select-grid {
	justify-content: center;
}

.form-group label{
    
    font-size: 13px;
}

.icon {
	padding: 3px 5px;
	background-color: var(--primary);
	border-radius: 50%;
	cursor: pointer;

}

.icon.select {
	top: calc(50% - 10px); 
	right: calc(50% - 10px);
	position: absolute;
}

.icon.clear {
	font-size: 1rem;
	top: -5px; 
	left: -5px; 
	display: none;
	position: absolute;
}



/* Time/Date Section */

/* Digital Time */
.dashboard-timer .digital {
  display: flex;
  justify-content: center;
	background-color: var(--neo-main);
}

.dashboard-timer .box {
  background-color: var(--color-grey-dark-5);
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 5px;
	padding: 5px;
  font-size: 1.5em;
	font-weight: bold;
  color: #1da1f2;
	box-shadow: var(--neo-shadow);
  /* text-shadow: 0 0 7.2rem rgba(100, 221, 23, 0.85); */
}

.dashboard-timer .time:last-child div {
  color: #1da1f2;
  text-shadow: 0 0 7.2rem rgba(3, 155, 229, 0.85);
}
/* 
.dashboard-timer .box:last-child {
  font-size: 2em;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-transform: uppercase;
} */

.dashboard-timer .box-big {
  margin-bottom: 10px;
}

.dashboard-timer .box-small {
  font-size: 0.8rem;
	line-height: 1;
}

/* Analogue Clock */
.clock {
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 4px solid var(--neo-main);
  background: url(../images/clock.png);
  background-size: cover;
  border-radius: 50%;
  -webkit-box-shadow: var(--neo-shadow-plate);
          box-shadow: var(--neo-shadow-plate);
}

.clock::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  z-index: 10000;
}

.clock .hour,
.clock .min,
.clock .sec {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clock .hr,
.clock .mn,
.clock .sc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  border-radius: 50%;
}

.clock .hour .hr {
  height: 80px;
  width: 80px;
}

.clock .hour .hr::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 40px;
  background: #ff105e;
  z-index: 10;
  border-radius: 6px 6px 0 0;
}

.clock .min .mn {
  height: 90px;
  width: 90px;
}

.clock .min .mn::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 50px;
  background: #fff;
  z-index: 11;
  border-radius: 6px 6px 0 0;
}

.clock .sec .sc {
  height: 110px;
  width: 110px;
}

.clock .sec .sc::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 80px;
  background: #008eff;
  z-index: 12;
  border-radius: 6px 6px 0 0;
}

.clock .hr,
.clock .mn,
.clock .sc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  border-radius: 50%;
}

/* Calendar */
.vanilla-calendar {
	width: 200px !important;
	height:230px !important;
	color: purple;

}

.vanilla-calendar .vanilla-calendar-date {
	font-size: 0.75rem !important;
	padding: 2px 0 !important;

}

.vanilla-calendar .vanilla-calendar-week span {
	font-size: 0.8em !important;
}

/* Accordion */
.accordion>.card {
	background-color: var(--neo-main) !important;
	box-shadow: var(--neo-shadow);
	border: 1px solid var(--neo-main) !important;
}

.accordion>.card:not(:last-of-type) {
	border-bottom: unset;
	border-radius: .25rem;
	margin-bottom: 10px;
	border: 1px solid rgba(0,0,0,.125);
}

.accordion>.card:not(:first-of-type) {
	border-radius: .25rem;
	border: 1px solid rgba(0,0,0,.125);
}

.accordion>.card>.card-header {
	padding: .05rem 0.25rem;
	
	background-color: var(--neo-main);
	border-bottom: 1px solid var(--neo-main);
	box-shadow: 0 5px 10px var(--neo-main-dark);
}

.accordion>.card>.card-header>h5>.btn {
	font-weight: 500 !important;
	text-decoration: none;
	color: black;
}

.accordion>.card>.card-header>h5>.btn:focus {
	outline: none !important;
	box-shadow: none;
}

.accordion>.card-header {
position: relative;
}


.caret {
position: absolute;
right: 0;
padding-right: 10px;
}

/* Dashboard: Profile Gallery */
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
	row-gap: 10px;
	justify-items: center;
	align-items: center;
}

.job-gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
	row-gap: 10px;
	justify-items: center;
	align-items: center;
}

.gallery-grid div {
	background-color: var(--neo-main);
	min-width: 10px;
	min-height: 10px;
}

.job-results {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 15px;
	row-gap: 15px;
}

.job-card {
	padding: 15px 10px;
	width: 100%;
	justify-content: space-around;
	/* border: 2px solid var(--secondary); */
	border-radius: var(--border-radius);
	/* box-shadow: var(--neo-shadow); */

	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: flex-start;
}

.job-card:hover {
	cursor: pointer;
}

.job-body .category:hover {
  margin-top: unset;
  transition: unset;
}

.job-card .title {
	color: grey;
	font-style: italic;
	font-size: 1rem;
	text-decoration: underline;
}

.job-card .job-col .body {
	display: flex;
	align-items: flex-end;
	padding-top: 10px;
}

.job-card .job-col .body p {
	margin: 0;
}

.status-btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
	color: #fff;
	display: block;
  width: 100%;
	text-align: center;
}

.status-btn.open {
	background-color: var(--secondary);
	border-color: var(--secondary);
}

.status-btn.closed {
	background-color: var(--mute);
	border-color: var(--mute);
}

/* Manage Posted Job Page */
table tr, table td {
	font-size: 0.9rem;
}

table th {
	font-size: 0.8rem;
	vertical-align: top !important;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid var(--dark);
}

.table-bordered td, .table-bordered th {
	border: 1px solid var(--dark);
}

table tr input, table td input {
	font-size: 0.8rem !important;
}

table .itemno, table .quantity {
	min-width: 60px;
}

table .itemname {
	min-width: 200px;
}

table .price, table .total {
	min-width: 70px;
}

/* Landing page Job Card */

.job-card-section .card {
	border: 0;
	/* box-shadow: var(--neo-shadow); */
	overflow: hidden;
}

.circle-card {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	background-color: var(--neo-main);
	margin: 0 auto;
}

.job-card-section .card-body {
	border: var(--neo-main);
	background-color: var(--neo-main);
	height: 50%;
	/* background-color: red; */
	padding-top: 8px;
	text-align: center;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px 5px;
	padding-top: 1px;
}


.job-card-section .card-header {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background-color: var(--neo-main);
	text-align: center;
	border: 0;
	height: 50%;
	padding-top: 15px;
	padding-bottom: 10px;
}

.circle-title {
	font-size: 0.95em !important;
	margin: 0;
}

.circle-job {
	font-size: 0.9em !important;
	margin: 0;
	font-weight: bolder;
}

.circle-card hr {
	width: 60%;
	margin: 0 auto;
	background-color: var(--secondary);
}

.circle-price {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8rem;
	font-weight: bold;
}

.rect-card  {
	background-color: var(--neo-main);
	align-items: center;
}

.rect-card hr {
	background-color: var(--secondary);
}

.rect-card .card-body .job, .rect-card .card-body .price {
  font-size: 0.9em;
	font-weight: bold;
	margin: 0;
}

.rect-card .card-header .title {
	font-size: 0.9rem;
	margin: 0;
}

.rect-card .card-header {
	padding-bottom: 0;
}

.rect-card:not(:first-of-type) {
	border-right: 2px solid red;
}


table th, table td {
	text-align: center;
}

/* Profile Card Grid */
.profile-card-grid {
	display: grid;
	column-gap: 20px;
	background-color: var(--neo-main);
}

.profile-card-grid .card {
	width: 200px;
}

.str_move {
	background-color: var(--neo-main);
	padding: 20px 0;
}

.moverRight span {
	border: 5px solid #ccc;
	background: #f1f1f1;
	color: #999;
	margin: 0 5px;
	text-align: center;
	font: 40px/100px Arial, Helvetica, sans-serif;
	width: 100px;
	height: 100px;
	display: inline-block;
	vertical-align: top;
}

/* Invoice Design */

.invoice-from {
	font-size: 0.9rem;
}

.w-150 {
	min-width: 150px !important;
}

.profile-nav {
	height: 48px;
	width: 48px;
	display: flex;
	justify-content: center;
	background-color: var(--neo-main);
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid var(--neo-main) !important;
	cursor: pointer;
}

.profile-nav img {
	width: auto;
	object-fit: cover;
	border-radius: 50%;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	/* Carousel Profile  Card */
	.carousel-inner .carousel-item-right.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(33.333%);
	}
    
	.carousel-inner .carousel-item-left.active, 
	.carousel-inner .carousel-item-prev {
		transform: translateX(-33.333%);
	}

	/* Gallery */
	.product__carousel .gallery-top {
		height: 400px !important;
	}

	.product__carousel .gallery-thumbs {
		height: 100px !important;
	}
	
	/* Profile Gallery */
	.gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	/* Job Gallery */
	.job-gallery-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.job-card {
		grid-template-columns: repeat(5, 1fr);
	}
	/* Pagination */
	.page-link {
		font-size: 1rem;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
	}
	
	.w-md-100 {
		width: 100% !important;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

	/* Navigation */
	.navbar-nav .nav-item {
		margin: 0 .5rem;
	}
	
	.navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;

	}

	/* Search Bar */
	.search-title {
		font-size: 1.5rem;
	}
	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.multiple {
		padding: 30px;
	}

	.dashboard-side-nav {
		/* height: 100%; */
	}

	/* Profile Gallery */
	.gallery-grid {
		grid-template-columns: repeat(5, 1fr);
	}
 }

