/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 19 Jan 2023, 2:20:30 pm
    Author     : Mhike
*/

.text-bold
{
  font-weight: 700;
}

#instruction
{
  font-size: 1.1rem;
}

.form-section-title
{
  font-weight: 700;
  margin-top: 20px;
}

.col-form-label#lbl-gender, .col-form-label#lbl-preferred
{
   vertical-align: middle;
   padding-left: 0px;
}

.form-check
{
  padding: 3px;
  margin: 5px;
}

.label-check{
  cursor: pointer;
}

.form-check-input
{
	width: 22px !important;
	height: 22px !important;
	background: #FFFFFF;
	border: 1px solid #002552;
	border-radius: 10px !important;
    position: absolute;
    margin-top: 0;
    margin-left: 0px;
}

.label-check
{
  margin-left: 30px !important;
}

.form-check-label
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	font-feature-settings: 'tnum' on, 'lnum' on;
	color: #002552;
	margin-left: 0.8rem !important;
	margin-top: 0.05rem !important;
}

.sub-div
{
  margin-top: 10px;
  border-top: solid 1px #002552;
  display: none;
}

#sub-industry, #sub-country
{
  height: 210px;
  overflow: auto;
}


#sub-industry label, #sub-country label
{
  white-space: nowrap;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #1d2125;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid #002552;
  padding: .375rem .75rem;
  font-size: .9375rem;
  line-height: 1.5;
  border-radius: .5rem;
  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;
}

.btn-circle {
  width: 50px;
  height: 50px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  align-items: center;
  text-align: center;
  background: #FFFFFF;
  color: #002552;
  border-radius: 100%;
}

.btn-dark {
  color: #fff !important;
  background-color: #343a40 !important;
  border-color: #343a40 !important;
}

.btn-circle:hover {
  color: #fff !important;
  background-color: #343a40 !important;
  border-color: #343a40 !important;
}

.div-photo
{
  width: 140px; 
  height: 140px; 
  background-image: url('../../images/photo-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  padding: 10px;
}

.photo
{
  border-radius: 50%;
  background-color: transparent;
  overflow: hidden;
  width: 120px;
  height: 120px;
}

p.name
{
  vertical-align: middle;
  display: flex;
  align-items: center;
}

p.name label 
{
  max-width: 90%;
}