
@font-face {
    font-family: muli-black;
    src: url(fonts/Muli-Black.ttf);
  }
@font-face {
    font-family: myriadPro;
    src: url(fonts/MyriadPro-Bold.otf);
  }
@font-face {
    font-family: myriadPro-light;
    src: url(fonts/Myriad-Pro-Light.otf);
  }
@font-face {
    font-family: myriadPro-black;
    src: url(fonts/Myriad-Pro-Black.otf);
  }
@font-face {
    font-family: myriadPro-regular;
    src: url(fonts/Myriad-Pro-Regular.ttf);
  }


p{
  font-family: myriadPro-regular !important;
}
.screen-1{
    margin-top: 100px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 20px;
}

.screen-1 .img-icone{
    height: 80px;
    width: 80px;
}

.screen-1 h1, h2{
    font-family: myriadPro !important;
    color: black;
}

.screen-1 a{
 font-family: myriadPro-regular !important; 
 font-weight: 600;
 font-size: 17px;
 text-decoration: none;
   
}
.line{
    height: 2px;
    width: 100%;
    background-color: #034ea2;
}

.image-container{
    height: 120px;
    width: 120px;
    /* border: 1px solid #034ea2; */
    border-radius: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.btn-rgi{
    background:linear-gradient(to top, #034ea2 10%, #6fb2ff) ;
    border: none;
    padding: 5px 50px 5px 50px !important;
    color:  white !important;
    font-size: 15px !important;
    border-radius: 25px;
    box-shadow: 0px 20px 20px -15px #111;
}
.btn-rgi:hover{
    background:#023977 ;
    background:linear-gradient(to top, #034ea2 10%, #93c6ff) ;
}

.btn-rgi-genrate{
  background:linear-gradient(to top, #034ea2 10%, #6fb2ff) ;
    border: none !important;
    padding: 5px 50px 5px 50px !important;
    color:  white !important;
    font-size: 15px !important;
    border-radius: 25px;
    box-shadow: 0px 20px 20px -15px #111;
    margin-top: 20px;
    /* position: absolute;
    top: 6px;
    right: 10px; */
}

.image-holder{
  padding-top: 50px;
  position: relative;

}
.vertical-line{
    height: 300px;
    width: 2px;
    background-color: #afafaf;
    position: absolute;
    right: 0;
    top: 20%;
}

.form-content{
    padding-top: 0px;
}
.form-group{
  position: relative;
}
.form-group .input{
    /* padding: 15px; */
    width: 100%;
    border: none;
    border-bottom: 1px solid #023977;
    outline: none;
	background-image:none !important;
	appearance:auto;


}

.form-group  .input-genrate{
/* padding: 15px; */
width: 100%;
border: none;
border: 1px solid #023977;
outline: none;
padding: 8px !important;
text-align: center;
}

.floating-label {
  position: relative;
  margin-bottom: 20px;
  pointer-events:auto;
  left:inherit;
}
.floating-input,
.floating-select {
  font-size: 14px;
  padding: 4px 4px;
  display: block;
  width: 100%;
  height: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #757575;
}

.floating-input:focus,
.floating-select:focus {
  outline: none;
  border-bottom: 1px solid #5264ae;
}

.floating-label label:not(.error) {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  font-family: myriadPro-regular !important;
}
.hidden-label label:not(.error) {
  opacity: 0;
  pointer-events: none;
  
}
.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label {
  top: -17px;
  font-size: 12px;
  color: #000000;
  opacity: 1;
  white-space: nowrap;
  left: 0px;
  font-family: myriadPro-regular !important;

}
.floating-input:focus ~ label,
.floating-input:not([value=""]):valid ~ label {
  top: -17px;
  font-size: 12px;
  color: #023977;
  opacity: 1;
  white-space: nowrap;
  left: 0px;
  margin-bottom: 10px;
  font-family: myriadPro-regular !important;
}
.floating-select:focus ~ label,
.floating-select:not([value=""]):valid ~ label {
  top: -17px;
  font-size: 12px;
  color: #000000;
  opacity: 1;
  white-space: nowrap;
  left: 10px;
}
.dont-float-label .floating-select:focus ~ label, .dont-float-label .floating-select:not([value=""]):valid ~ label {
  opacity: 0;
}
/* active state */
.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after,
.floating-select:focus ~ .bar:before,
.floating-select:focus ~ .bar:after {
  width: 50%;
}

.floating-textarea {
  min-height: 30px;
  max-height: 260px;
  overflow: hidden;
  overflow-x: hidden;
}

.hide{
    display: none;
}




.wizard > .steps {
  position: relative;
  display: block;
  padding: 20px;
  width: 100%;
}

    .wizard > .steps > ul  {
 /* margin-left: -67px; */
}
    .wizard > .steps > ul > li {
  width: 25% !important;
  list-style: none;
  position: relative;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 6px 10px 10px 17px  !important;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
  .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background:linear-gradient(to top, #034ea2 10%, #6fb2ff)  !important;
    border: none !important;
    padding: 5px 10px 5px 10px !important;
    color:  white !important;
    font-size: 15px !important; 
    border-radius: 25px !important;
    text-align: center !important;
    /* box-shadow: 0px 20px 20px -15px #111; */
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
  background:linear-gradient(to top, #034ea2 10%, #6fb2ff)  !important;
  border: none !important;
  padding: 5px 10px 5px 10px !important;
  color:  white !important;
  font-size: 15px !important; 
  border-radius: 25px !important;
  text-align: center !important;
  /* border-radius: 50%; */
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
  background: white  !important;
  border: none !important;
  padding: 5px 10px 5px 10px !important;
  color: #034ea2 !important;
  font-size: 15px !important; 
  border-radius: 25px !important;
  text-align: center !important;
  font-weight: 200;
  border: 1px solid #034ea2 !important;
  /* border-radius: 50%; */
}


.wizard > .steps > ul > li::after{
  content: "";
  width: 6.5%;
  height: 2px;
  top: 15px;
  left: 97%;
  background-color: #034ea2;
  position: absolute;

}
.wizard > .steps > ul > li.last::after{
content: "";
  width: 0%;
  height: 2px;
  top: 23px;
  left: 57px;
  background-color: #b61212;
  position: absolute;
}
.wizard > .actions {
  position: relative;
  display: none !important;
  text-align: right;
  width: 100%;
}

.table-holder table td{
  border: none;
  border-bottom: 1px solid #ccc;
  font-size:13px;

}
.existing-table-holder table td{
  border: none;
  border-bottom: 1px solid #ccc;
  font-size:13px;

}
.doc-table-holder table td{
  border: none;
  border-bottom: 1px solid #ccc;

}

/* remove this if changed above */



.custom-radio-01 {
padding-left: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 20px;
}

.custom-radio-01 li:not(:last-child) {
  margin-right: 10px;
}
.custom-radio-01 [type="radio"]:checked,
.custom-radio-01 [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom-radio-01 [type="radio"]:checked + label,
.custom-radio-01 [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.custom-radio-01 [type="radio"]:disabled + label {
    color: #ddd;
}
.custom-radio-01 [type="radio"]:checked + label:before,
.custom-radio-01 [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #023977;
  border-radius: 100%;
  background: #fff;
}

.custom-radio-01 [type="radio"]:checked + label:after
{
  content: "";
  width: 10px;
  height: 10px;
  background: #034ea2;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
} 

.container__accordion {
  /* max-width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem .5rem; */
}

.accordion {
  list-style: none;
  /* max-width: 550px; */
  width: 100%;
}
.accordion__item {
  margin-bottom: .8rem;
  /* border: 1px solid #F2F2F2; */
  transition: all .2s linear;
}
.accordion__item.open {
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, .1); */
}
.accordion__item__head {
  
}

.accordion__item__head {
  background: transparent;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion__item__head i {
  transition: transform .3s linear;
}
.accordion__item.open .accordion__item__head i {
  /* transform: rotate(-180deg) */
}

.accordion__item__body {
  overflow: hidden;
  height: 0;
  
}
.accordion__item.open .accordion__item__body {
  padding-top: 10px;
  height: auto;
}
.accordion__item__body > *:not(:first-child) {
  margin-top: .8rem;
}

.declaration-content .card p a{
  color: black;
  font-weight: 500;
  font-size: 13px;
    text-decoration: revert;
}

.card{
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 10px;
}


.infoswitch {
  display: flex;
  justify-content: space-between;
}
.infoswitch label.infolabel {
  width: 80%;
  font-family: myriadPro-regular !important;
  font-size: 16px;
  font-weight: 100;

}
.switch-field {
  display: flex;
  overflow: hidden;
  padding-right: 4px;
}
.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field input:checked + label {
  background:linear-gradient(to top, #034ea2 10%, #6fb2ff) ;
  box-shadow: none;
  color: #ffffff;
}
.switch-field label:first-of-type {
  border-radius: 20px 0 0 20px;
}

.switch-field label:last-of-type 
{ 
     border-radius: 0 20px 20px 0;
    
    }

.switch-field label {
  background-color: #ffffff;
  color: #5d5d5d;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 8px 20px;
  margin-right: -1px;
  border: 1px solid #d8d8d8;
  /* box-shadow: inset 0 1px 3px rgb(0 0 0 / 30%), 0 1px rgb(255 255 255 / 10%); */
  transition: all 0.1s ease-in-out;
  text-transform: uppercase;
}


.active-highlight{
  color: green;
  font-weight: 600;
}
.inactive-highlight{
  color: red;
  font-weight: 600;
}

#byother{
  display: none;
}

.close-btn{
  background-color: transparent;
  border: none;
  color: red;
  font-weight: 700;
  font-size: 16px;
}


.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*overflow: auto;*/
}
.vertical-alignment-helper {
display: table;
height: 100%;
width: 100%;
}
.vertical-alignment-helper .modal-content {
width: 100%;
height: inherit;
margin: 0 auto;
}

.modal-image-container{
  height: 150px;
  width: 150px;
}
.content
{
	width:inherit !important;
}
.navbar-toggle
{
	margin-right:-8px;
}
.clockpicker-button
{
	color:#000 !important;
}
	.errspan, .errspanForMembersCount {
    z-index: 2;
    color: red;
    position: absolute;
    right: 10px;
    top: 0px;
	text-align:right;
	
}

.dropDown .errspan {
	top: 5px;
	right: 25px
}

.errTooltip img {
    width: 15px;
    height: 15px;
}

.errTooltip .errTooltiptext {
    font-size: 11px;
    visibility: hidden;
    background-color: #ffff92;
    color: #ff1e11;
    text-align: center;
    border-radius: 6px;
    padding: 5px !important;
    position: absolute;
    width: 160px;
    bottom: 30px;
    left: -85px;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #ce8483;
    font-family: Poppins, sans-serif;
	
}

.errTooltip .errTooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: auto;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffff92 transparent transparent;
    right: 5px;
}

.errTooltip:hover .errTooltiptext {
    visibility: visible;
    opacity: 1;
}
section
{
	padding:0;
}