    :root {
    /* save button */ 
    --save-button-bg: #627768;
    --save-button-fc: #ffffff;

    /* clear button */
    --clear-button-bg: #cda44b;
    --clear-button-fc: #000;

    /* close button */
    --close-button-bg: #fff;
    --close-button-fc: #000;

    /* header */ 
    --header-text-color: #ffffff;  
    --header-text-align: left;
    --header-bg: #627768;

    /* picker container */
    --picker-bg: #fff;
    --picker-selection-bg: #0000ff;
    --picker-selection-fc: #fff; 
    --picker-max-width: 400px;
    --picker-min-width: 350px;
                
    --primary:#627768;
    --secondary: #cda44b;
    --ternery: #627768;
}
    
            .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}



.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
            html,
body {
  height: 100%;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#layoutAuthentication {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#layoutAuthentication #layoutAuthentication_content {
  min-width: 0;
  flex-grow: 1;
}
#layoutAuthentication #layoutAuthentication_footer {
  min-width: 0;
}

#layoutSidenav {
  display: flex;
}
#layoutSidenav #layoutSidenav_nav {
  flex-basis: 225px;
  flex-shrink: 0;
  transition: transform 0.15s ease-in-out;
  z-index: 1038;
  transform: translateX(-225px);
}
#layoutSidenav #layoutSidenav_content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  flex-grow: 1;
  min-height: calc(100vh - 56px);
  margin-left: -225px;
}

.sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
  transform: translateX(0);
}
.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1037;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 992px) {
  #layoutSidenav #layoutSidenav_nav {
    transform: translateX(0);
  }
  #layoutSidenav #layoutSidenav_content {
    margin-left: 0;
    transition: margin 0.15s ease-in-out;
  }

  .sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    transform: translateX(-225px);
  }
  .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content {
    margin-left: -225px;
  }
  .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
    display: none;
  }
}
.sb-nav-fixed .sb-topnav {
  z-index: 1039;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
  width: 225px;
  height: 100vh;
  z-index: 1038;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
  padding-top: 56px;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu {
  overflow-y: auto;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
  padding-left: 225px;
  top: 30px;
}
        
        .container{
    width: 94%;
    margin: 0 auto;
}
.box{
    z-index: -1;
    width: 500px;
    height: 500px;
    position: fixed;
    border-radius: 125px;
    transform: rotate(40deg);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
    background-image: linear-gradient( var(--secondary), var(--ternery), var(--primary) );
}
.box1{
    top:300px;
    left: -220px;
}
.box2{
    top:-100px;
    right:-200px;
}
#main{
    margin: 2vh auto;
}
form{
    width: 80vw;
    padding: 10px;
    margin: 0 auto;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.7);
    transition: all ease-in-out 400ms;
}
form:hover{
    background: rgba(219, 218, 216, 0.1);
    backdrop-filter: blur(10px);
}
.form-check-input:checked {
    border:none;
    background-color: var(--ternery);
}
.btn-primary{
    border:none;
    color:white;
    background-color: var(--ternery);
    transition: all ease-in-out 200ms;

}
.btn-primary:hover{
    transform: translateY(2px);
    background-color: var(--primary);
}

@media only screen and (min-width: 1024px){
    form{
        width: 40vw;
    }
}
@media only screen and (max-width: 425px) {
    .box{
        width: 200px;
        height: 200px;
        border-radius: 50px;
    }
    .box1{
        top: 50vh;
        left: -75px;
    }
    .box2{
        top: -100px;
        right: -100px;
    }
    form{
        width: 100%;
    }
    
}

.place-selector a,
.place-selector button {
	text-decoration: none;
	display: inline-block;
	border-radius: 6px;
	border:1px;
	background: #627768;
	height: 40px;
	width: 17%;
	min-width: 120px;
	margin-right: 3px;
	line-height: 40px;
	text-align: center;
	color: white;
	cursor: pointer;
}

.place-selector a:hover,
.place-selector button:hover {
	background: #cda44b;
	color: #000;
}


.weekDays-selector{
	line-height: 3em;
	}
          
.weekDays-selector input {
	display: none!important;
	}

.weekDays-selector input[type=checkbox] + label {
  display: inline-block;
  border-radius: 6px;
  background: #dddddd;
  height: 40px;
  width: 60px;
  margin-right: 3px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.weekDays-selector input[type=checkbox]:checked + label {
  background: #cda44b;
  color: #000;
}

.input-group-addon:not(:last-child) {
    border-right: 0;
}

.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn, .input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child)>.btn, .input-group-btn:not(:last-child)>.btn-group>.btn, .input-group-btn:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon {
	min-width: 100px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #000;
    text-align: center;
    background-color: #cda44b;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}
            .input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.btn{border:1px solid black !important;}

div.more {
  display: none;
  margin: 10px 0 0 0;
  padding: 10px;
  background-color: #eee;
  position: relative;
}
div.more.visible {
  display: block;
}
div.more li {
  list-style: none;
  line-height: 1.4em;
  font-size: 90%;
}
div.more .close {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #c0c7d4;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
.search-result h2 
    {width: 70%;}
    
    .actions span {
        white-space:nowrap;  
    }   
    
    .confirmation-message {


    left: 10% !important;
    width: 80% !important;

}
  
}
.search-result {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  position: relative;
}
.search-result.new-job {
  border-left: 5px solid #627768;
}

.search-result.full-job {
  border-left: 5px solid #a1320b !important;
}
.search-result.new-job .badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px 10px;
  border-radius: 15px;
  border: 2px solid #cda44b;
  background-color: rgba(205, 164, 75, 0.2);
  color:#627768;
}

.search-result a {
  text-decoration: none;

}
.search-result .icon {
  margin: 0 15px 0 0;
}
.search-result .reviews {
  color: #fd8925;
}
.search-result .actions {
  color: #c0c7d4;
  margin-top: 10px;
  font-size: 90%;
}
.search-result span {
  margin-right: 10px;
}
.search-result div > div p {
  color: #000;
  margin-top: 10px;
}
.search-result .company, .search-result .stars, .search-result .reviews {
  font-size: 110%;
  margin-right: 0 !important;
  margin-top: 5px !important;
}
.search-result .stars {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 86px;
  background: url(https://www.indeed.com/cmp/_s/s/40b77a6/5stars_lg.png) 0px 33px;
  background-size: 85px 32px;
}
.search-result .stars-inner {
  display: inline-block;
  height: 16px;
  width: 86px;
  background: url(https://www.indeed.com/cmp/_s/s/40b77a6/5stars_lg.png) 0 17px;
  background-size: 85px 32px;
}
.ncur{cursor:default !important}
.lhigh{background: #cda44b !important;
  color: #000;}


.confirmation-message {
	display: none;
	padding: 1em;
	border: 1px solid #666;
	border-radius: 5px;
	z-index: 199;
	position: absolute;
	    top: 50%;
    left: 33%;
    width: 40%;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	background: rgba(237, 237, 237, 1);
}

.confirm-button {
	background: rgba(164, 179, 87, 1) !important;
}
.cancel-button {
	background: rgba(248, 80, 50, 1) !important;
}

.overlayover {
	display: none;
	position: fixed;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.7;
	background: #333;
}



.buttonover {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
  border-radius: 2px;
  border: 0;
  padding: 0 8px;
  margin: 0;
  display: inline-block;
  color: #fff;
  background-color: #333;
  position: relative;
  height: 36px;
  min-width: 64px;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}
.rd{font-weight:700;
color:#a1320b !important;
}

#survey-form input {color:black !important;


}
#survey-form select {color:black !important;


}

.nmb{margin-bottom:0px!important}

.dspflex {
    display: flex;
    align-items: center;
}

.npr {
    padding-right: 0;
}
.npl {
    padding-left: 0;
}
.captcha-image {
    border-radius: 5px;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    object-fit: contain !important;
}
.text-center {
    text-align: center !important;

}

.refresh-captcha {
    cursor: pointer;
}
.fa-3x {
    font-size: 2em !important;
}