html {
  scroll-behavior: smooth;
}

a, a:hover {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

/* Fonts */
body {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}

p {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

h1 {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
}

h2 {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
}

h3 {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
}

h4 {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}

h5 {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}

ul{
  list-style-type: none;
}

.red-link {
  color: #e62243!important;
}

body {
  background-color: #F0F0F0;
  color: black;
  font-family: montserrat, sans-serif;
}

#mainnav{
  background-color: transparent;
}

.card-img-top{
  padding: 2.25rem;
  height: 175px;
  object-fit: contain;
}

.navbar {
  position: absolute;
  width: 100%;
}

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

.tekst-center-header{
  margin-top: -125px;
  padding: 20px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.cursor-pointer {
  cursor: pointer;
}

.rounded-1 {
  border-radius: .5rem!important;
}
.rounded-2 {
  border-radius: 1rem!important;
}

.purple-circle {
  background-color: #4b2771;
  border-radius: 100%;
  color: white;
}

.btn{
  border-radius: 0;
  padding: 10px 30px;
  border: none;
  font-weight: bold;
  font-family: poppins, sans-serif;
}

.btn-link {
  color: #1F5075 !important;
  background-color: transparent;
  font-family: poppins, sans-serif;
}

.blue-section{
  background-color:#009FE3!important;
}

.btn-primary {
  background-color: #1F5075;
}

.btn-primary:hover {
  background: #009FE3;
}

.btn-header {
  background: #FFFFFF;
  color: #1F5075;
  font-weight: bold!important;
}

.text-blue {
  color: #009fe3;
}

.text-petrol {
  color: black;
}
.bg-petrol {
  background-color: #1F5075!important;
  transition: .2s;
}
.bg-light-petrol {
  background-color: transparent;
}
.border-petrol {
  background-color: white;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.brightness-dark {
  filter: brightness(0);
}

.bg-red {
  background-color: #E61A45;
}

.border-red {
  border: 3px solid #E61A45;
}

.text-red {
  color: #E61A45;
}

.break-word {
  word-wrap:break-word;
  /* overflow: hidden; */
}

/* navbar */
.navbar-brand > img {
  height: 40px;
}

#navbarNav > ul > .nav-item > .nav-link {
  color: white!important;
  margin-right: 10px;
}
#navbarNav > ul > .nav-item:hover > .nav-link {
  color: black;
}

.navbarScroll {
  background-color: #009FE3!important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  transition: .6s;
}

#navbarNav > ul > .nav-item-active > .nav-link {
  color: black;
}

#navbarNav .dropdown-toggle::after {
    display:none;
}

#navbarNav .dropdown-menu .dropdown-item {
  color: white;
}

#navbarNav .dropdown:hover > .dropdown-menu {
  display: block;
  background-color: #009fe3;
  padding-top:0px!important;
  padding-left: .5rem!important;
  margin-left: -.5rem!important;
}
#navbarNav .dropdown:hover > .nav-link {
  border-bottom: 1px solid white;
}

#navbarNav .dropdown-menu-wrapper {
  border-left: 1px solid white;
}

#navbarNav .dropdown > .dropdown-menu .dropdown-item:hover {
  color: #1E6188;
}

#navbarNav .dropdown:hover .dropdown-menu {
  display: block;
}
#navbarNav .dropdown-menu {
  margin-top: 0px;
}

#navbarNav .dropdown-menu {
  border: none;
  border-radius: 0;
  margin: 0!important;
}

#navbarNav .dropdown-menu:after, .arrow_box:before {
	bottom: 100%;
	left: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

/* #navbarNav .dropdown-menu:after {
	border-bottom-color: white;
	border-width: 10px;
	margin-left: -10px;
} */

#navbarNav .dropdown-menu:before {
	border-bottom-color: #009fe3;
	border-width: 16px;
	margin-left: -16px;
}

.searchbox {
  position:relative;
  min-width:50px;
  width:0%;
  height:50px;
  float:right;
  overflow:hidden;
  border: 2px solid white;
  border-radius: 25px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.searchbox-icon:hover {
  background-color: #222222;
}

.searchbox-input {
  top:0;
  right:0;
  border:0;
  outline:0;
  background:#009fe3;
  width:100%;
  height:50px;
  margin:0;
  padding:0px 55px 0px 20px;
  color:white;
}

.searchbox-input::-webkit-input-placeholder {
  color: white;
}

.searchbox-input:-moz-placeholder {
  color: white;
}

.searchbox-input::-moz-placeholder {
  color: white;
}

.searchbox-input:-ms-input-placeholder {
  color: white;
}

.searchbox-icon,
.searchbox-submit{
  width:50px;
  height:50px;
  display:block;
  position:absolute;
  top:0;
  right:0;
  padding:0;
  margin:0;
  border:0;
  outline:0;
  line-height:50px;
  text-align:center;
  cursor:pointer;
  color:#FFFFFF;
  background:#009fe3;
}

.searchbox-icon {
  transform: rotate(90deg);
}

.searchbox-open {
  width:150px;
}

.searchbox-open .searchbox-icon {
  background:#009fe3;
}

/* welcome.blade.php */
#welcomeheader {
  background-color: #009fe3b3;
}

#register {
  scroll-margin: 66px;
}

#welcomeheader > h1 {
  font-weight: 100;
  font-size: 400%;
  text-shadow: -2px 2px 24px #000;
  font-family: 'TUDelft';
}
#owl-candidates .owl-dots {
  z-index: 100000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.candidate-description {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 64px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #009fe3!important;
}
.carousel-control-next, .carousel-control-prev {
  z-index: 100;
}
.btn--icon {
  padding: 1.5rem;
  width: 50px;
  height: 50px;
}
.btn--icon:hover:after {
  background-color:#222!important;
}
.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}
.carousel__arrowcontainer {
  position: absolute;
  left: 50%;
  bottom: 80px;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.onhover-arrow_left:before, .onhover-arrow_right:before {
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
}
.list-arrow li:after, .onhover-arrow_left:after, .onhover-arrow_right:after {
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
}
.onhover-arrow_right:after, .onhover-arrow_right:before {
  -webkit-transform-origin: right!important;
  transform-origin: right!important;
}
.onhover-arrow_left:after, .onhover-arrow_left:before, .onhover-arrow_right:after, .onhover-arrow_right:before {
  -webkit-transition: -webkit-transform .2s cubic-bezier(.56,0,0,1.6);
  transition: -webkit-transform .2s cubic-bezier(.56,0,0,1.6);
  transition: transform .2s cubic-bezier(.56,0,0,1.6);
  transition: transform .2s cubic-bezier(.56,0,0,1.6),-webkit-transform .2s cubic-bezier(.56,0,0,1.6);
  content: '';
  width: .5em;
  height: 1px;
  display: block;
  -webkit-transform-origin: left;
  transform-origin: left;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.onhover-arrow_left:hover:before, .onhover-arrow_right:hover:before, a:hover .onhover-arrow_left:before, a:hover .onhover-arrow_right:before{
  -webkit-transform: translate(-50%,-50%) rotate(25deg);
  transform: translate(-50%,-50%) rotate(25deg);
}
.onhover-arrow_left:hover:after, .onhover-arrow_right:hover:after, a:hover .onhover-arrow_left:after, a:hover .onhover-arrow_right:after {
  -webkit-transform: translate(-50%,-50%) rotate(-25deg);
  transform: translate(-50%,-50%) rotate(-25deg);
}
.carousel__arrowcontainer .carousel-control-next {
  margin-right: 5px;
}
.carousel__arrowcontainer .carousel-control-prev {
  margin-left: 5px;
}

#navbox {
  background-color: #009fe3;
  padding: 20px 30px;
  margin-bottom: 80px;
  position: absolute;
  bottom: 0;
  right: 30px;
}

#navbox > h2  {
  font-size: 14px;
}

#navbox > a  {
  font-size: 14px;
  display: block;
  margin-top: 15px;
}

#overons {
  background-color: white;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.videoWrapper iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card {
  padding-bottom:5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
}

.card-deck .card {
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.card-bordered {
  border: 1px solid #009fe3;
}

.card .cardheaderimage > .overlay {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  background-color:#000;
  opacity:0;
}

.card:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom:0px;
  border-bottom: 6px solid #009fe3;
}

.card:hover .cardheaderimage, .eliminated .cardheaderimage {
  position: relative;
}

.card:hover .cardheaderimage > .overlay {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity:0.7;
}

.eliminated .cardheaderimage > .overlay {
  opacity:0.5;
}

.cardheaderimage {
  background-size: cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  width: 100%;
  padding-top: 50%;
}

.card-title {
  color: #009fe3;
  font-size: 20px;
}
/* INstafeed */
#instafeed .fa-video {
  display: none!important;
}

#instafeed .video .fa-video {
  position: absolute;
  display:block;
  top: 5px;
  right: 20px;
  color: white;
  pointer-events: none;
}
#instafeed .instaoverlay {
  display:none;
  position: absolute;
  width: 100%;
  height:100%;
  color: white;
  margin-left:-15px;
  margin-right:-15px;
}

#instafeed .item:hover .instaoverlay {
  display: flex;
  align-items:center;
  justify-content: center;
  pointer-events: none;
}
#instafeed .item:hover {
  opacity: 0.9;
}
.p-relative {
  position: relative;
}
#netwerk {
  background-color: white;
}

#netwerk .partner > img {
  max-height: 100px;
  margin: 20px auto;
  width: auto;
  max-width: 100%;
  -webkit-filter: grayscale(1); /* Safari 6.0 - 9.0 */
  filter: grayscale(1);
}

#nav-partnership ul {
  list-style: initial;
}

#netwerk .partner > img:hover {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
  cursor: pointer;
}

.partner-card {
  width: 200px;
  height: 100px;
  background-color: white;
  padding: 10px;
}

#activitycontent {
  padding: 0;
}

#activitycontent > .tabcontent {
  height: 464px;
  background-size: cover;
  position: relative;
  display: none;
}

#activitycontent > .tabcontent:after {
  content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, transparent 55%, #000000 100%);
	opacity: 1;
}

#activitycontent > .tabcontent > h3 {
  color: #009fe3;
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-family: 'TUDelft';
  font-weight: 100;
  font-size: 72px;
  z-index: 2;
}

#activitynav {
  background-color: #222222;
  padding-top: 70px;
  padding-left: 0;
  float: left;
}

.tab button {
  display: block;
  background-color: inherit;
  color: #009fe3;
  padding: 10px 20px;
  width: fit-content;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

.tab button.active {
  background-color: #0099C9;
  color: white;
}

/* candidates.blade.php */
ul.pagination {
  display: block;
  text-align: center;
}

ul.pagination > li {
  width: 25px;
  height: 25px;
  display:inline-block;
  color: black;
  line-height: 25px;
}

ul.pagination > li.active {
  background-color: #009fe3;
  border-radius: 4px;
  color: white;
}

ul.pagination > li.disabled {
  display: none;
}

.inactief {
  opacity: 0.5;
}
.inactief:hover {
  opacity: 1;
}

/* Netwerk.blade.php */

#partnermodal, .mainmodal {
  background-color: rgba(174, 211, 235, 0.9);
}
#partnermodal .modal-dialog, .mainmodal .modal-dialog {
  max-width: none;
}
#partnermodal .modal-content, .mainmodal .modal-content {
  border-radius: 0;
  border: none;
}

.netwerkblock .partnertile {
  display:flex;
  align-items:center;
}

.netwerkblock .partnertile:hover {
  cursor: pointer;
}

.netwerkblock img {
  width: 100%;
  height: auto;
}

.netwerkblock h3 {
  margin-bottom: 20px;
}

/* Businesspanel */
.coachesProfilePicture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-cover {
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
}

.linkedInOverlay {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: white;
  z-index: 200;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

.linkedInOverlay > i {
  color: white;
  background-color: #167AA7;
  padding: 10px;
  border-radius: 50%;
  width: fit-content;
}

.coachesProfilePicture:hover .linkedInOverlay {
  display: flex;
  justify-content: center;
  align-items: center;
}

.organisation-border {
  border: solid 1.5px black;
}

.candidateWrapper {
  height: 240px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  position:relative;
  margin-left:0px;
  margin-right:0px;
}

/* Video's and foto's */
.playvid {
  transform:translate(-50%, -50%);
  z-index: 1000;
  font-size: 50px;
  color: #1F5075;
  position: absolute;
  left: 50%;
  top: 50%;
}

.playvid:hover {
  color: white;
}

.owl-nav.disabled{
  display: none !important;
}

/* Preview */
.infobox {
  padding-left: 2px;
  background-color: #E6E7E9;
  border-left:1px solid #159BC8;
}

.infobox:hover {
  border-left:2px solid #159BC8;
  padding-left: 1px;
}

.infoboxopen {
  background-color: #E6E7E9;
  border-left:2px solid #159BC8;
  padding-left: 1px;
}

.bg-blue {
  background-color: #009fe3;
}

/* Footer */
#topfooter {
  color: white;
  background-color: #009fe3;
}

#topfooter h3 {
  font-weight: bold;
}

#topfooter p {
  margin: 0;
  font-size: 16px;
}

.socialbox {
  display: flex;
  justify-content: left;
}

.socialbox > a > i {
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  border-radius: 50%;
  font-size: 20px;
  width: 40px;
  height: 40px;
  -webkit-transition: background-color .2s ease,-webkit-transform .2s cubic-bezier(0,0,0,3);
  transition: background-color .2s ease,-webkit-transform .2s cubic-bezier(0,0,0,3);
  transition: background-color .2s ease,transform .2s cubic-bezier(0,0,0,3);
  transition: background-color .2s ease,transform .2s cubic-bezier(0,0,0,3),-webkit-transform .2s cubic-bezier(0,0,0,3);
}

.purplebox > a > i {
  background-color: #4b2771;
  color: white;
}

.socialbox i:focus, .socialbox i:hover {
  -webkit-transform: scale(1.13);
  transform: scale(1.13);
  background-color: #222;
}

.form-control-underline {
  background-color: #cdc9c8;
  border: none;
  margin-top:10px;
  border-radius: 50px;
}

.btn--round {
  position: absolute;
  bottom: 80px;

  font-size: .8rem!important;
  color: #fff;
  display: block;
  padding: 2rem 1.31rem;

  text-decoration: none;
  line-height: 1;
  text-align: center;
  z-index: 1;
  border-radius: 0;

  text-transform: uppercase;
  letter-spacing: 1px;

  width: 100px;
  height: 100px;
  line-height: 20px;
}

.btn--icon:after, .btn--round:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: background-color .2s ease,-webkit-transform .2s cubic-bezier(0,0,0,3);
  transition: background-color .2s ease,-webkit-transform .2s cubic-bezier(0,0,0,3);
  transition: background-color .2s ease,transform .2s cubic-bezier(0,0,0,3);
  transition: background-color .2s ease,transform .2s cubic-bezier(0,0,0,3),-webkit-transform .2s cubic-bezier(0,0,0,3);
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 1px solid #fff;
  border-radius: 100%;
}

.btn--round:hover:after {
  background-color: #009fe3!important;
}

.btn--round:hover:after {
  -webkit-transform: scale(1.13);
  transform: scale(1.13);
  background-color: #222;
}

@media (max-width: 768px) {

  #navbarNav .dropdown-menu:after, .arrow_box:before {
    display: none !important;
  }
  
}


@media (max-width: 425px) {

  #welcomeheader {
    padding-top: 100px;
  }

  #welcomeheader > h1 {
    font-size: 275%;
  }
  
}


/* Pre-register Modal */

button {
  cursor: pointer;
}

.modal-dialog-lg {
  margin-left: 15%;
  margin-right: 15%;
}

.preregister-title {
  font-weight: 700;
  font-size: 45px;
  color: #009fe3;
  line-height: 42px;
}

.preregister-subtitle {
  font-size: 40px;
  color: #009fe3;
}

.preregister-text {
  margin-top: 20px;
  font-size: 18px;
  color: #009fe3;
}

.preregister-text span {
  font-weight: 500;
  font-size: 22px;
  color: #1e94b3
}

.bg-grey {
  background-color: #dedede;
}

.regcol-tab1 {
  background: url('../img/preregister/Popup-bg-desktop.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.outer-box {
  height: 250px;
  width: 100%;
  background: #bfdfe9;
  left: 6px;
  top: 6px;

}

.inner-box span {
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  text-decoration: underline;
  color: #009fe3;
  text-align:center;
}

.inner-box {
  border: 4px solid white;
  width: 100%;
  height: 254px;
  position: relative;
  top: -12px;
  left: -12px;
  display: flex;
  align-items: center;
    -webkit-transition: all 0.2s ease-out;
}

.outer-box:hover .inner-box {
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.2s ease-out;
}

.back2future {
  color: white;
  font-style: italic;
  font-size: 18px;
  text-decoration: underline;
}

.back2future:hover {
  color: white;
}

/* Form */

.closeButton, .closeButtonStart {
  top: 56px;
  position: absolute;
  right: 11px;
  z-index: 1;
  background: #FFF;
  border-radius: 25px;
  border: 0px;
  height: 50px;
  width: 50px;
  padding: 0;
  margin: 0;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
}

.closeButton span, .closeButtonStart span {
  top: -6px;
  position: absolute;
  right: 14px;
  color: #009fe3;
  font-size: 40px;
}

.closeButton {
  top: 22px;
  right: -24px;
}

#personal-details {
  margin-top: 78px;
}

.terms-container a {
  text-decoration: underline;
}

.has-error {
  color: red;
}

.has-error input {
  border-bottom: 1px solid red;
}

.help-block {
  color: red;
  font-size: 14px;
}

.formstyle {
  width: 100%;
  padding: .375rem 0;
  font-size: 18px;
  line-height: 1.5;
  color: #009fe3;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #009fe3;;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group label {
  margin-bottom: 0px;
}

.control-label {
  color: black;
  font-size: 18px;
  font-family: montserrat, sans-serif;
}

.formstyle:focus {
  outline-width: 0;
}

.regcol-tab2 {
  background: url('../img/preregister/laptop-solo.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 220px;
  margin-right: 15px;
}

.form-group .textarea {
  height: 289px;
  border: 1px solid;
  padding: 5px;
}

/* Customize the label (the container) */
.terms-container {
  display: block;
  font-size: 18px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #009fe3;
}

#terms-1 {
  font-style: italic;
}

#terms-1 a {
  text-decoration: underline;
}

/* Hide the browser's default checkbox */
.terms-container input#terms-1 {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.terms-container input:checked ~ .checkmark {
  background-color: #009fe3;
}

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

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

/* Style the checkmark/indicator */
.terms-container .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.required-txt {
  font-style: italic;
  font-size: 16px;
  color: #009fe3;
}

.terms {
  font-style: italic;
  font-weight: 500;
}

.outer-box-submit {
  border:0;
  padding: 0;
  width: 200px;
  height: 34px;
  background: #56aec6;
  position: absolute;
  left: 3px;
  top: 3px;
}

.inner-box-submit span {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  font-style: italic; 
  text-decoration: underline;
  color: #FFF;
  text-transform: uppercase;
  text-align:center;
}

.inner-box-submit {
  border: 4px solid #009fe3;
  width: 200px;
  height: 34px;
  position: relative;
  top: -7px;
  left: -7px;
  display: flex;
  align-items: center;
    -webkit-transition: all 0.2s ease-out;
}

.outer-box-submit:hover .inner-box-submit {
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.2s ease-out;
}

/* Thank you modal */

.outer-box-mail {
  height: 100px;
  width: 100px;
  background: #56aec6;
  position: absolute;
  left: 2px;
  top: 2px;

}

.inner-box-mail {
  border: 2px solid #009fe3;
  width: 102px;
  height: 102px;
  position: relative;
  top: -6px;
  left: -6px;
  display: flex;
  align-items: center;
    -webkit-transition: all 0.2s ease-out;
}

.inner-box-mail img {
  height: 36px;
}

.outer-box-mail:hover .inner-box-mail {
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.2s ease-out;
}

.mail-txt {
  font-size: 24px;
  color: #009fe3;
  line-height: 100px;
}

.outer-box-social {
  height: 100px;
  width: 100px;
  background: #bfe2ed;
  left: 2px;
  top: 2px;

}

.inner-box-social {
  border: 2px solid #FFF;
  width: 102px;
  height: 102px;
  position: relative;
  top: -6px;
  left: -6px;
  display: flex;
  align-items: center;
    -webkit-transition: all 0.2s ease-out;
}

.outer-box-social:hover .inner-box-social {
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.2s ease-out;
}

.social-txt {
  color: #FFF;
  font-size: 18px;
}

.social-icon {
  background-color: #4A2670;
  height: 40px;
  width: 40px;
  color: white;
  border-radius: 100%;
}

.inner-box-social img {
  height: 40px;
}

input[type="radio"]:active ~ label {
  opacity: 1;
}

input[type="radio"]:checked ~ label {
  opacity: 1;
  fill:#009fe3!important;
}
input[type="checkbox"]:active ~ label {
  opacity: 1;
}

input[type="checkbox"]:checked ~ label {
  opacity: 1;
  fill:#009fe3!important;
}
label {
  border: 0px solid rgba(0,0,0,0);
  box-sizing: border-box;
  display: inline;
  line-height: 22px;
  vertical-align: middle;
  padding: 5px 5px 5px 0;
  cursor: pointer;
  transition: all .5s ease-in-out;
  width: 13%;
  fill: rgb(255, 255, 255);
}
input[type="checkbox"], input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}

@media only screen and (max-width: 1440px) {
  .modal-dialog-lg {
    margin: 5%;
    max-width: 100%!important;
  }
}

@media only screen and (max-width: 1024px) {
  .outer-box, .inner-box {
    height: 145px;
  }

}

@media only screen and (max-width: 992px) {
  .regcol-tab1 {
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 30%;
    background-image: url('../img/preregister/mobile-full.png');
  }

  .outer-box, .inner-box {
    height: 145px;
  }

  .outer-box-mail, .inner-box-mail {
    height: 70px;
    width: 70px;
  }

  .inner-box-mail img {
    height: 22px;
  }

  .inner-box-submit, .outer-box-submit {
    height: 50px;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .modal-dialog-lg {
    margin: 2%;
    max-width: 100%!important;
  }
  .closeButton, .closeButtonStart {
    top: 22px;
    position: absolute;
    right: -8px;
  }
  #logo-footer{
    position: unset !important;
  }
  h2{
    font-size: 24px !important;
  }
  .candidateWrapper {
    height: auto;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    position:relative;
    margin-left:0px;
    margin-right:0px;
  }
}

.form-control-underline {
  background-color: transparent !important;
  margin-top: 10px !important;
  line-height: normal !important;
  width: 100% !important;
  box-sizing: border-box !important;
  display: block !important;
  border-color: transparent !important;
  border-bottom-color: #1F5075 !important;
  background: transparent !important;
  outline: none !important;
  color: black !important;
  border-radius: unset !important;
  border: solid;
  font-family: montserrat, sans-serif;
}

.contact-btn{
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  cursor: pointer;
  text-align:center;
  color: white;
  position: fixed;
  width: 150px;
  height: 60px;
  left: 100%;
  top: 60%;
  z-index: 999;
  background-color: #1F5075;
  padding: 15px;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg) translateX(-50%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

#partner-logo-center{
  position: relative;
  padding-bottom: 40%!important;
  padding-top: 40% !important;
  height: 0;
  border-style: dashed;
  border-color: #009FE3;
  border-width: 6px;
  margin-top: 10px;
  background-color: white;
  justify-content: center;
  align-items: center;
  display: flex;
}

#logo-footer {
  position:absolute; 
  bottom: 0; 
  right:0;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

.navbar-light .navbar-toggler {
  border-color: transparent;
  outline: none;
}

#user-form label {
  display: block;
}

.candidates-search-icon{
  position: absolute;
  top: 6px;
  left: 6px;
  background: none;
  border: none;
  line-height: 24px;
  cursor: pointer;
}

#filter-candidates{
  background-color: #1F5075;
  color: white;
}

.partnertile {
  display: flex;
  height: 150px;
  align-items: center;
  -webkit-box-shadow: 2px 2px 9px 1px rgb(0 0 0 / 20%);
  -moz-box-shadow: 2px 2px 9px 1px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 9px 1px rgb(0 0 0 / 20%);
  background-color: white;
  cursor: pointer;
}

.partnertile img {
  height: auto;
  max-height: 100px;
  max-width: fit-content;
}