@font-face{
	font-family: 'muli';
	src: url('../fonts/Muli.ttf');
  	font-display: swap;
}
@font-face{
	font-family: 'bold';
	src: url('../fonts/Muli-Bold.ttf');
  	font-display: swap;
}
@font-face{
	font-family: 'light';
	src: url('../fonts/Muli-Light.ttf');
  	font-display: swap;
} 
@font-face{
	font-family: 'regular';
	src: url('../fonts/FredokaOne-Regular.otf');
  	font-display: swap;
}
/*.ui-datepicker-calendar {
    display: none; 
    }â€‹*/

input[type="text"]#subdomaintwo{
    -webkit-appearance:none!important;
    color:red;
    text-align:right;
    /*width:75px;*/
    /*border:1px solid gray;*/
    border-left:0px;
    margin:0 0 0 -7px;
    background:transparent;
    position: absolute;
    top: 0.5rem;
    right: 3rem;
    color: #00bbdc;
    font-family: 'light';
    border: none;
    font-size: 1.5rem;

}
input[type="text"]#subdomaintwo1{
    -webkit-appearance:none!important;
    color:red;
    text-align:right;
    /*width:75px;*/
    /*border:1px solid gray;*/
    border-left:0px;
    margin:0 0 0 -7px;
    background:transparent;
    position: absolute;
    top: 0.5rem;
    right: 3rem;
    color: #00bbdc;
    font-family: 'light';
    border: none;
    font-size: 1.5rem;

}
input[type="text"]#employee_email{
    -webkit-appearance:none!important;
    /*border:1px solid gray;*/
    /*border-right:0px;*/
    outline:none;
    position: relative;
}
input[type="text"]#manager_email{
    -webkit-appearance:none!important;
    /*border:1px solid gray;*/
    /*border-right:0px;*/
    outline:none;
    position: relative;
}
.head-banner-image{
  width: 100%; 
  height: 80vh; 
  object-fit: cover; 
  object-position: center; 
  position: relative;
}
.head-banner-title{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  color: #FFFFFF;
  background-color: #00bbdc;
  font-family: 'regular';
  padding: 0.7rem;
  text-align: center;
}
 .confirm-msg{
	font-family: 'regular';
	color: #00bbdc;
	font-size: 1.5em;
}
.confirm-col{
	margin: 0;
   	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}
.note{
	font-size: 1.5rem;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #00bbdc;
	border-color: #00bbdc;
}
.pagination>li>a, .pagination>li>span{
	line-height: 1.2;
	font-size: 0.7em;
	color: #00bbdc;
}
.froneri-body{
	background-color: #e5f4f7;
	font-size: calc(1em + 1vw);
}
.froneri-header{
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;

}
.froneri-navigator{
	position: fixed;
	width: 100%;
	z-index: 99999;
	background-color: white !important;
}

.invalid-feedback{
	font-family: 'light';
	color: red;
	font-size: 0.55em;
}
.left-ice-cream{
	background-image: url('../images/left-hand.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 70vh;
}
.right-ice-cream{
	background-image: url('../images/left-hand.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}
.head-title-section{
	color: #505353;
	font-family: 'regular';
	font-size: 1.5em;
	margin-top: 7em;
}
.head-sub-section{
	color: #505353;
	font-family:'light';
	font-size: 0.8em;
}
.values-section{
	background-color: #00bbdc;
	padding: 2em 0em;
}
.side-title{
	color: white;
	font-family: 'regular';
	font-size: 1.3em;
}
.grid-values{
	display: grid;
  	grid-template-columns: repeat(auto-fit, minmax(12em, 1fr));
  	grid-column-gap: 20px;
	grid-row-gap: 30px;
}
.grid-values figure{
	text-align: center;
}
.grid-values .grid-image{
	width: 3em;	
}
.click-icon{
	cursor: pointer;
}
.modal-body .modal-image{
	width: 5em;
}
.value-cap{
	color: white;
	font-family: 'muli';
	margin-top: 0.5em;
	font-size: 0.8em;
}
.dep-input{
	border: none;
	box-shadow: none;
	font-family: 'muli';
	font-weight: bold;
	color: black;
}
.serach-dep-form{
	background-color: white; 
	padding: 1em;
}
.topnav {
  float: left;
  position: relative;
  margin-top: -0.3em;
  width: 100%;
  
}

.topnav input[type=text] {
	padding: 6px;
  	margin-top: 8px;
	font-size: 17px;
  	border: 1px solid #505353;
  	background-color: transparent;
  	border-radius: 5px 0px 0px 5px; 
  	width: 100%;
}

.topnav .search-container button {
  	padding: 7px 25px;
  	background: #00bbdc;
  	color: white;
  	font-size: 17px;
  	border: none;
  	cursor: pointer;
  	border-radius: 0px 5px 5px 0px;
  	position: absolute;
  	top: 8px;
  	right: -67px;
}

.topnav .search-container button:hover {
  	background: #0b8ca3;
}
.search-container .search-field{
	font-family: 'muli';
	font-size: 0.7em;
	float: right;
}
.search-container .search-field::placeholder{
	color: #505353;
	font-family: 'light';
	font-size: 0.8em;
}
.apply-job-btn{
	background-color: #00bbdc;
	color: white;
	font-family: 'light';
	font-size: 0.55em;
	border-radius: 5px;
	border-color: #00bbdc;
	padding: 0.7em 0.5em;
}
.apply-job-btn a{
	color: white;
	text-decoration: none;
}
.downward-btn{
	background-color: transparent;
	font-family: 'muli';
	border: none;
	font-weight: bold;
}
.downward-btn:hover{
	background-color: #cfe4e8;
}
.down-arrow{
	color: #00bbdc;
}
.submenu-items{
	font-family: 'muli';
}
.input-calendar{
	border: 1px solid #505353;
  	background-color: transparent;
  	border-radius: 5px;
  	font-family: 'muli';
}
.vacancy-title{
	font-family: 'light';
	color: #505353;
	font-size: 0.8em;
}
.vacancy-card{
	background-color: #f8feff;
	padding: 1em 1em;
	margin: 0.5em 0em;
	box-shadow: 0px 0px 10px 0px #9fc1c8;
	border-radius: 10px;
	padding: 2em 1em;
	height: 12em;
	position: relative;}
	/*height: 10em;*/
}
.apply-btn2{
    background-color: #00bbdc;
    color: white;
    font-family: 'muli';
    box-shadow: 0px 0px 10px 0px #9fc1c8;
    font-size: 0.6em;
    border: none;
    border-radius: 5px;
    padding: 0.5em 1em;
    position: absolute;
    top: 0;
    right: 0;
}
.job-title{
	font-family: 'regular';
	color: #00bbdc;
	font-size: 0.62em;
	line-height: 1.2;
}
.job-title-part1{
	font-family: 'light';
}
.job-info{
	font-family: 'light';
	color: #505353;
	font-size: 0.5em;
	margin-top: 0.5em;
}
.job-info span{
	font-family: 'bold';
}
.job-info i{
	color: #00bbdc;
}
/*.froneri-footer{
	background-color: #f8feff;
	color: #00bbdc;
	font-size: 0.5em;
	font-family: 'light';
	padding: 2em 0em;
	font-weight: bold;
}
.footer-text span{
	margin-right: 1em;
}
.social-icon{
	margin-right: 2em;
}
.footer-grid{
	display: grid;
  	grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
  	grid-column-gap: 1em;
  	grid-row-gap: 1em;
  	text-align: center;
}*/
.page-side-title{
	font-family: 'regular';
	color: #505353;
	font-size: 1.3em;
	margin-top: 3em;
}
.page-side-info{
	font-family: 'light';
	color: #505353;
	font-size: 0.6em;
}
.right-side-card{
	background-color: #f8feff;
	border-radius: 10px 0px 0px 10px; 
	box-shadow: 0px 0px 10px 0px #9fc1c8;
	margin-top: 4em;
	padding: 0em 3em;
}
.card-side-title{
	font-family: 'regular';
	color: #505353;
	font-size: 1.3em;
}
.done-icon{
	width: 1em;
	margin-right: 1em;
}
.left-side-card{
	background-color: #f8feff;
	border-radius: 0px 10px 10px 0px; 
	box-shadow: 0px 0px 10px 0px #9fc1c8;
	margin-top: 4em;
	padding: 0em 3em;
}
.side-number{
	color: #00bbdc;
	font-family: 'regular';
	font-size: 3em;
	margin-top: 1em;
}
.card-number-sub{
	font-family: 'regular';
	color: #505353;
	font-size: 1.3em;
	margin-top: -1em;
}
.card-job-title{
	color: #00bbdc;
	font-family: 'muli';
	font-size: 0.6em;
}
.card-job-info{
	color: #505353;
	font-family: 'light';
	font-size: 0.6em;
}
.description .p{
	font-family: 'light';
	font-size: 0.6em;
}
.apply-btn{
	background-color: #00bbdc;
	color: white;
	font-family: 'muli';
	box-shadow: 0px 0px 10px 0px #9fc1c8;
	font-size: 0.6em;
	border: none;
	border-radius: 5px;
	padding: 0.7em 3em;
}
.apply-btn a{
	color: white;
	text-decoration: none;
}
.down-text{
	color: #505353;
	font-family: 'light';
	background-color: transparent;
	border: none;
	font-size: 0.7em;
}
.down-text:hover{
	background-color: transparent;
}
.side-down-arrow{
	color: white;
	background-color: #00bbdc;
	border-radius: 50px;
	font-size: 0.6em;
	padding: 0.5em;
	margin-left: 1em;
}
.dropdown-menu-center {
  	left: 50% !important;
  	right: auto !important;
  	text-align: center !important;
  	transform: translate(-50%, 0) !important;
}
.form-card{
	background-color: #f8feff;
	box-shadow: 0px 0px 10px 0px #9fc1c8;
	border-radius: 10px;
	padding: 2em 2em;
}
.form-card .form-control{
	background-color: transparent;
	border: 1px solid #00bbdc;
}
.form-card .form-control::placeholder, .form-card .form-control{
	color: #505353;
	font-family: 'light';
}
.form-subtitle{
	font-family: 'light';
	color: #5053538c;
	font-size: 0.7em;
}
.form-btn{
	background-color: #00bbdc;
	color: white;
	font-family: 'muli';
	box-shadow: 0px 0px 10px 0px #9fc1c8;
	font-size: 0.6em;
	border: none;
	border-radius: 5px;
	padding: 0.5em 2em;
}
.cv-upload{
	display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}
.form-label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'light';
	color: #505353;
	font-size: 0.6em;
	font-weight: 100;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #00bbdc;

}
.froneri-footer{
	background-color: #f8feff;
	color: #00bbdc;
	/*font-size: 0.5em;*/
	font-family: 'light';
	padding: 2em 0em;
	font-weight: bold;
}
.froneri-footer{
	font-size: 0.7em;
}
.footer-text span{
	margin-right: 1em;
}
.social-icon{
	margin-right: 2em;
}
.footer-grid{
	display: grid;
  	grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
  	grid-column-gap: 1em;
  	grid-row-gap: 1em;
  	text-align: center;
}
.footer-social{
	width: 2em;
}
input[type=checkbox], input[type=radio]{
	display: none;
}
/* On mouse-over, add a grey background color */
.form-label:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.form-label input:checked ~ .checkmark {
  background-color: #00bbdc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-label .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-device-width: 768px)
and (max-device-width: 1023px){
	/*.vacancy-card{
		height: 12em;
	}*/
	.apply-job-btn{
		float: left;
	}
	.froneri-header{
		height: 38vh;
	}
}
@media only screen and (min-device-width: 320px)
and (max-device-width: 766px){
	.btn-col{
		text-align: center;
	}
	.froneri-header{
		height: 27vh;
		background-size: 100% 100%;
	}
	.head-title-section{
		margin-top: 2.5em;
	}
	.head-sub-section, .head-title-section{
		text-align: center;
	}
	.head-sub-section{
		font-size: 0.7em;
	}
	.vacancy-card{
		height: 13em;
	}
}