/***************************************************************
*                                                              *
*                                                              *
*              Form                                            *
*                                                              *
*                                                              *
***************************************************************/
.circle-input-light{
    appearance: none !important;
    border: 1px solid #FFF;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border-radius: 50%;
}

.circle-input-light:checked {
	background-color: #FFF;
}

.main-content{
    background-color: #000;
    height: 100vh;
}

.bg-login{
    background-color: #000;
}

.alert-position-absolute{
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 0;
    right: 0;
}




 /****** boostrap select custom ********************/
 .btn-group, .btn-group-vertical{
   margin: 1rem 0 .5rem 0;
 }
 .btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  margin-right: .5rem;
}
/****************** document level **************/
.anchor-red-underline, .anchor-red-underline:hover, .anchor-red-underline:focus{
  color: #eb1c40;
  text-decoration: underline;
}
.square-input {
  appearance: none !important;
  background-color: white;
  border: 1px solid #e0e0e0;
  width: 26px;
  height: 26px;
}
.square-input:checked {
  background-color: #231F20;
  color: #fff;
}
.square-input:checked:after {
  content: '✔';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
}
.square-radio{
  appearance: none !important;
  background-color: white;
  border: 1px solid #ced4da;
  width: 30px;
  height: 30px;
}
.square-radio:checked {
  background-color: #231F20;
  color: #fff !important;
}
.square-radio:checked:after {
  content: '✔';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff !important;
}
.bg-secondary{
    background-color: #fafafa !important;
}
.bg-black{
    background-color: black !important;
}
.hr-adjust-space{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .seperator{
    border: .5px solid;
  }
  .text-decoration-underline{
    text-decoration: underline !important;
  }
  .tag-button{
   top: 0;
   border-top-left-radius: 0;
   right: 0;
   border-top-right-radius: .9rem;
   border-bottom-right-radius: 0;
   border-bottom-left-radius: .9rem;
  }
  .label-info-view{
     font-size: 14px;
     font-style: italic;
  }
  .tooltip-circle{
   cursor: pointer;
   background-color: #0d4065 !important;
   color: #fff !important;
   border-radius: 5rem;
   padding: .2rem .5rem;
   font-size: 10px;
  }
  .btn-primary{
     background-color: #eb1c40;
     border: 2px solid #eb1c40;
  }
  .btn-primary.disabled, .btn-primary:disabled{
    background-color: rgba(235, 28, 64, 0.6);
    border: 2px solid #eb1c40;
    cursor: no-drop;
 }

  .btn-primary:hover,
  .btn-primary:not(:disabled):not(.disabled):active {
     color: white;
     background-color: rgba(235, 28, 64, 0.6);
     border: 2px solid #eb1c40;
     text-decoration: none;
     -webkit-transition-duration: .3s;
     transition-duration: .3s;
     -webkit-transition-property: color,background-color;
     transition-property: color,background-color;
  }
  .btn-primary:focus{
   color: white;
   background-color: rgba(235, 28, 64, 0.6);
   border: 2px solid #eb1c40;
   text-decoration: none;
   -webkit-transition-duration: .3s;
   transition-duration: .3s;
   -webkit-transition-property: color,background-color;
   transition-property: color,background-color;

  }
  .section{
      margin-top: 5rem;
      margin-bottom: 5rem;
      min-height: 100vh;
  }
  body, a{
     color: #57585a;
  }
  a:hover{
      color: #0d4065;
  }
  .text-decoration-underline{
     text-decoration: underline !important;
  }
  .list-style-type{
     list-style-type: none;
  }
  .worksheet-section-wrapper .form-control,
  .profile-section-wrapper .form-control{
   border-radius: unset;
   border: 0;
   border-bottom: 1px solid #ced4da;
   padding: 0;
  }
  .invalid-confirm-feedback{
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
  }
 .g-recaptcha.is-error{
    border: 1.5px solid #dc3545;
    width: fit-content;
 }
 .form-control.is-invalid, .was-validated .form-control:invalid{
    background-image: url('/assets/icons/exclamation-mark-in-a-circle.png');
 }
 .profile-section-wrapper .form-control.is-invalid, .worksheet-section-wrapper .form-control.is-invalid,
 .custom-textarea-control.is-invalid{
    border-color: #dc3545 !important;
 }

 .btn.dropdown-toggle.is-invalid{

  border: 1px solid #dc3545;

 }

 .form-control.file-input.is-invalid{
    border-color: #dc3545 !important;
    color: #dc3545;
 }
 .input-form-wrapper.file-custom-upload.is-invalid{
    background-image: url('/assets/icons/exclamation-mark-in-a-circle.png');
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-bottom: 1px solid #dc3545 !important;
 }
 .worksheet-section-wrapper .form-control.is-invalid::-webkit-input-placeholder,
 .profile-section-wrapper .form-control.is-invalid::-webkit-input-placeholder,
 .is-invalid-text {
    color: #dc3545 !important;
 }
  .profile-section-wrapper .btn-file-upload,
  .worksheet-section-wrapper .btn-file-upload{
    background-color: #ced4da;
    border: 1px solid #ced4da;
  }
  .profile-section-wrapper .input-form-wrapper.file-custom-upload,
  .worksheet-section-wrapper .input-form-wrapper.file-custom-upload{
    border-bottom: 1px solid #ced4da;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .privacy_popup.is-invalid-popup, .chkbx-wrapper.is-invalid-popup, .casl-box.is-invalid-popup{
    background-image: url('/assets/icons/exclamation-mark-in-a-circle.png');
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border: 1px solid #dc3545;
    padding-top: .2rem;
    padding-bottom: .25rem;
    padding-right: 2rem;
  }
 .modal-dialog{
   max-width: 1140px;
 }
 .modal{
   z-index: 9999;
 }
 .modal-body{
   padding: 2rem 1rem;
 }
 #accordion{
   margin-bottom: 1.5rem;
 }
 .form-control[readonly], .custom-select:disabled {
   background-color: #fafafb;
   opacity: 1;
 }
 /*********************************************************************/
  /************** Label position switch *************/
  .input-form-wrapper .input-form-wrapper-label{
    opacity: 0;
    font-weight: bold;
  }
  .input-form-wrapper .form-control:not(:placeholder-shown) ~ .input-form-wrapper-label {
    font-size: 14px;
    opacity: 1;
    top: -6.5px;
  }

  @media screen and (max-width: 405px){

    .input-form-wrapper .form-control:not(:placeholder-shown) ~ .input-form-wrapper-label.position-label {
      top: -26px;
    }

    .input-form-wrapper .form-control:not(:placeholder-shown) ~ .input-form-wrapper-label.organization-label {
      top: -33px;
    }

  }
 /**************************************************/
  /********************* header *******************/
  header, nav{
    height: 75px;
 }
 nav{
    box-shadow: 0 4px 15px -8px #010101;
    transition: box-shadow .3s ease-in-out;
    text-transform: uppercase;
    background-color: #fff;
    z-index: 9999;
 }
 .nav-logo-block, .nav-menu-block{
    border-right: 1px solid #e0e0e0;
 }
 .nav-logo{
     width: 75px;
 }
 .nav-profile-img{
     width: 50px;
 }
 .nav-anchor, .nav-anchor:hover{
     text-decoration: none;
 }
 .nav-profile-details-block{
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 15px -8px #010101;
    top: 100%;
    display: none;
    background-color: white;
 }
 .nav-profile-details-block.profile-open{
     visibility: visible;
 }
 .nav-profile-details-wrapper span:first-child{
    border-bottom: 1px solid #e0e0e0;
 }
 .nav-left-block{
     padding-left: 50px;
 }
 .nav-profile-block, .nav-logo-block{
     padding-right: 50px;
 }
 .nav-profile-block{
   padding-left: 15px;
 }
 @media screen and (max-width: 767px) and (min-width: 576px){
  .nav-left-block {
    padding-left: 30px;
  }
  .nav-profile-block, .nav-logo-block {
    padding-right: 30px;
  }
  .nav-profile-img {
    width: 40px;
  }
  .nav-profile-details-block{
    right: 0;
    width: 40vw !important;
  }
 }
 @media screen and (max-width: 576px){
  header, nav {
    height: 55px;
  }
  .nav-left-block {
    padding-left: 15px;
  }
  .nav-profile-block, .nav-logo-block {
    padding-right: 15px;
  }
  .nav-profile-img {
    width: 30px;
  }
  .nav-profile-details-block{
    right: 0;
    width: 50vw !important;
  }
 }
 /*************************************************/

/*************** Strong password *****************/
#password-strength-status {color:#0d4065;transition: width 1s;}
.medium-password{width: 50%; text-align: center;padding: 5px 10px;background-color: #FFE560;margin-top:5px;border:#BBB418 1px solid;}
.weak-password{width: 15%; text-align: center; padding: 5px 10px;background-color: #FF7979;margin-top:5px;border:#AA4502 1px solid;}
.strong-password{width:100%; text-align: center; padding: 5px 10px;background-color: #12CC1A;margin-top:5px;border:#0FA015 1px solid;}
.font-size-80\%{
   font-size: 80%;
   margin-top: .25rem;
}
/*************************************************/
 /****************** Login *********************/

 #login-section{
    background-position: 0% 100%, 100% 0%;
    background-size: 15vw, 15vw;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed, fixed;
 }

 .login-block{
    min-height: 100vh;
 }
 .login-wrapper{
     width: 450px;
     max-width: 100%;
     border-radius: .5rem;
     border: 2px solid #e0e0e0;
 }
 .login-logo-img{
    max-width: 250px;
 }

 .login-logo-img-small{
    max-width: 125px;
 }
 .forgot-password-wrapper, .create-account-wrapper, .login-wrapper{
   animation: fadeIn 1s;
 }
 .forgot-password-wrapper.d-none, .create-account-wrapper.d-none, .login-wrapper.d-none{
   animation: fadeOut 1s;
 }

 @media only screen and (max-width: 575px){

    #login-section{
        background-size: 30vw, 30vw;
     }

  }
 /**********************************************/
 /****************** Forgot password ************/
 .forgot-password-wrapper{
   width: 450px;
   max-width: 100%;
   border: 2px solid #e0e0e0;
   border-radius: 1rem;
   /* background-color: #fbfbfb; */
   background-color: #fafafa;
 }
 /************************************************/
 /***************** Change password **************/

 .change-password-wrapper{
   width: 450px;
   max-width: 100%;
   /* border: 3px solid #eb1c40; */
   border-radius: 1rem;
   /* background-color: #fbfbfb; */
   background-color: #fafafa;
}
.change-password-block{
   min-height: 100vh;
}
.change-password-logo-img{
   width: 200px;
}
.change-password-wrapper{
   animation: fadeIn 1s;
}
.change-password-wrapper.d-none{
   animation: fadeOut 1s;
}
 /*************************************************/
 /***************** create account ***************/
 .create-account-wrapper{
   width: 550px;
   max-width: 100%;
   border: 2px solid #e0e0e0;
   border-radius: 1rem;
   /* background-color: #fbfbfb; */
   background-color: #fafafa;
 }
 /************************************************/
  /******************* profile *********************/
  .profile-section-wrapper{
    border: 2px solid #e0e0e0;
    border-radius: 1rem;
 }
 .privacy_popup{
    text-decoration: underline;
    cursor: pointer;
    width: fit-content;
 }
 .modal-privacy{
    max-width: 1100px;
 }
 #checked-osn_application-privacy-icon{
    width: 20px;
 }
 .organization-card{

  background-color: #fafafb;
  border: 1px solid #e0e0e0;

 }
 .org-cross-delete{

  right: -15px;
  font-size: 40px;
  top: -28px;
  color: #dc3545;

 }
 .organization-card-delete{
   cursor: pointer;
 }
 .org-cross-delete .fa.fa-times-circle{
    background: white;
    border-radius: 60rem;
 }
 /*************************************************/

 /*********************** application ****************/
 /***** list *******/
 .font-size-mini{
    font-size: 12px;
 }
 /******************/

 /****** step form **********/

 .prev-first-step{
   cursor: pointer;
 }
 #applicationOrganizationMsgModal{

    top: 192px !important;

 }

 .worksheet-section-wrapper{
  border: 2px solid #e0e0e0;
 }
 .application-step-container{
	padding-top: 2rem;
}

.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 77%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 15px;
  z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ddd;
}
span.round-tab i{
  color:#555555;
}
.wizard li.active span.round-tab {
  background: #eb1c40;
  color: #fff;
  border-color: #eb1c40;
}
.wizard li.active span.round-tab i{
  color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
  color: #eb1c40;
}


.wizard .nav-tabs > li {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: red;
  transition: 0.1s ease-in-out;
}

.tab-content{
  /* background-color: #e1e1e1; */
  padding-left: 15px;
  padding-right: 15px;
}


.wizard .nav-tabs > li a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
  top: 0;
}
.wizard .nav-tabs > li a i{
  position: absolute;
  top: -15px;
  font-style: normal;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #000;
}

.wizard .nav-tabs > li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}


.wizard h3 {
  margin-top: 0;
}

.wizard-button-wrapper{
  display: flex;
  justify-content: end;
  gap: 1rem;
}

.prev-step,
.go-to-list,
.save-step,
.save-continue-step{
  font-size: 14px;
  border: none;
  border-radius: 4px;
}

.save-continue-step:disabled{

  background-color: rgba(235, 28, 64, 0.6);
  border: 2px solid #eb1c40;
  cursor: no-drop;

}

.save-step:disabled{

  background-color: rgba(255, 218, 0, 0.6);
  border: 2px solid #ffda00;
  cursor: no-drop;

}

.prev-step, .go-to-list{
  background-color: #c8c8c8;
}
.save-continue-step{
  background-color: #eb1c40;
  color: white;
}
.skip-btn,
.save-step{
  background-color: #ffda00;
  color: white;
}

.list-box{
	padding: 10px;
}
.list-content{
	margin-bottom: 10px;
}
.list-content a{
	  padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #c8c8c8;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
	transform: rotate(180deg);
}
.list-content a i{
	text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

.input-group.dollar-sign{
  display: flex;
  justify-content: center;
  align-items: end;
}

.input-group-text.dollar-sign{

  background-color: unset;
  border: unset;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  padding: 0rem 0.75rem 0rem 0;

}

.form-control.dollar-sign{
  padding: 0.375rem 0.75rem 0rem 0.75rem;
  height: calc(1em + 0.75rem + 0px);
}

.custom-textarea-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 .15s ease-in-out,box-shadow .15s ease-in-out;
  height: auto;
}

.label-text{
  font-size: 18px;
}

@media (max-width: 767px){
	.wizard .nav-tabs > li a i{
		display: none;
	}
}
 /***************************/
 /****************************************************/

 /******* tooltip ***********/
 /*== start of code for tooltips ==*/
.tool {
  cursor: help;
  position: relative;
}


/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
  left: 50%;
  opacity: 0;
  position: absolute;
  z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 100;
}


/*== pointer tip ==*/
.tool::before {
  border-style: solid;
  border-width: 1em 0.75em 0 0.75em;
  border-color: #3E474F transparent transparent transparent;
  bottom: 100%;
  content: "";
  margin-left: -0.5em;
  transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
  transform:  scale(.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
  transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
}


/*== speech bubble ==*/
.tool::after {
  background: #3E474F;
  border-radius: .25em;
  bottom: 180%;
  color: #EDEFF0;
  content: attr(data-tip);
  margin-left: -8.75em;
  padding: 1em;
  transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
  transform:  scale(.6) translateY(50%);
  width: 17.5em;
}

.tool:hover::after,
.tool:focus::after  {
  transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
}

/********** thank you ********/
.thank-you-img-wrapper{

  width: 400px;

}

.plus-icon{
    font-size: 3em;
    line-height: 3rem;
    font-weight: 700;
    color: #000;

}