body,
* {
    font-family: 'Poppins', sans-serif;
}
h1{
    font-weight: 700;
}
.main-row {
    --bs-gutter-x: 0 !important;
}

.main {
    width: 100%;
    height: 100vh;
}

.main-row,
.signup-section {
    height: 100vh;
}

.signup-section {
    width: 80%;
    margin: auto;
}


.choice input[type=radio] {
    position: absolute;
    top: 0px;
    right: 15px;
    height: 1.25rem;
    width: 1.25rem;
}

.choice input[type="radio"]:checked+label {
    border: 2px solid #ee552f;
}
input[type='radio'] {
    accent-color: #ee552f;
    cursor: pointer;
}
.choice{
    cursor: pointer;
}
.signup-section img {
    height: 2.5rem;
}

.choice {
    position: relative;
    height: 108px;

}
@media(max-width:575px){
    .choice{
        height: 150px;
    }
}
p {
    margin: 0;
}


.choice label {
    position: absolute;
    width: 100% !important;
    z-index: -1;
    padding: 19px;
    border-radius: 0.5rem;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.3);

}

.text-heading {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.125rem;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.btn-continue {
    border-color: #1b1b5c;
    --tw-bg-opacity: 1;
    background-color: #1b1b5c;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    --tw-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    transition: all .4s ease-in-out;
}

.btn-continue:hover {
    border-color: #ee552f;
    background-color: #ee552f;
    color: rgba(255, 255, 255, 1) !important;
}

.signup-second-section {
    
    position: relative;
    height: 100%;
    background-color: rgba(249, 249, 251, 1);
}


/*Signup for user*/

.signup-form-section-user {

    height: 100%;
}



.signup-form-section-user h3 {
    font-weight: 600;
}

.signup-form-section-user p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.signup-form-user .form-control {
    border: none !important;
    font-size: 14px !important;
}

.signup-form-user .form-control:focus {
    box-shadow: none !important;
}

.signup-form-user .form-control::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #8692A6;
}

.signup-form-user label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;

    color: #000;
}

.signup-form-section-user {
    width: 80%;
    margin: auto;
}

.signup-form-section-user .input {
    background-color: #fff;
    /* border: 1px solid #8692A6 !important; */
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.3);
    border-radius: 6px !important;
}

.input-active {
    border: 1px solid rgba(85, 60, 154, 1) !important;
    box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.11) !important;
}



img {
    object-fit: cover;
}


.signup-form-user .checkbox-symbol {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}

.signup-form-user .checkbox-input {
    position: absolute;
    visibility: hidden;
}

.signup-form-user .checkbox {
    user-select: none;
    cursor: pointer;
    padding: 6px 0;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
}

.signup-form-user .checkbox:not(:last-child) {
    margin-right: 6px;
}


.signup-form-user .checkbox span {
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.signup-form-user .checkbox span:first-child {
    position: relative;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.3s ease;
}

.signup-form-user .checkbox span:first-child svg {
    position: absolute;
    top: 2px;
    left: 1px;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 14px;
    stroke-dashoffset: 14px;
    transition: all 0.3s ease;
    transform: translate3d(0, 0, 0);
}

.signup-form-user .checkbox span:last-child {
    padding-left: 8px;
    line-height: 18px;
    font-size: 14px;
}

.signup-form-user .checkbox:hover span:first-child {
    border-color: #1b1b5c;
}

.signup-form-user .checkbox-input:checked+.checkbox span:first-child {
    background: #1b1b5c;
    border-color: #1b1b5c;
    animation: zoom-in-out 0.3s ease;
}

.signup-form-user .checkbox-input:checked+.checkbox span:first-child svg {
    stroke-dashoffset: 0;
}

.signup-form-user .checkbox-input2 {
    position: absolute;
    visibility: hidden;
}

.signup-form-user .checkbox2 {
    user-select: none;
    cursor: pointer;
    padding: 6px 0;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
}

.signup-form-user .checkbox2:not(:last-child) {
    margin-right: 6px;
}


.signup-form-user .checkbox2 span {
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.signup-form-user .checkbox2 span:first-child {
    position: relative;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.3s ease;
}

.signup-form-user .checkbox2 span:first-child svg {
    position: absolute;
    top: 2px;
    left: 1px;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 14px;
    stroke-dashoffset: 14px;
    transition: all 0.3s ease;
    transform: translate3d(0, 0, 0);
}

.signup-form-user .checkbox2 span:last-child {
    padding-left: 8px;
    line-height: 18px;
    font-size: 14px;
}

.signup-form-user .checkbox2:hover span:first-child {
    border-color: #1b1b5c;
}

.signup-form-user .checkbox-input2:checked+.checkbox2 span:first-child {
    background: #1b1b5c;
    border-color: #1b1b5c;
    animation: zoom-in-out 0.3s ease;
}

.signup-form-user .checkbox-input2:checked+.checkbox2 span:first-child svg {
    stroke-dashoffset: 0;
}

@keyframes zoom-in-out {
    50% {
        transform: scale(0.9);
    }
}



/*Signup for company*/


.signup-form-section-company {

    height: 100%;
}



.signup-form-section-company h3 {
    font-weight: 600;
}

.signup-form-section-company p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.signup-form-company .form-control,.signup-form-company .form-select {
    border: none !important;
    font-size: 14px !important;
}

.signup-form-company .form-control:focus,.signup-form-company .form-select:focus {
    box-shadow: none !important;
}

.signup-form-company .form-control::placeholder,.signup-form-company .form-select::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #8692A6;
}

.signup-form-company label,.provider-section label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    display: block;
    line-height: 24px;

    color: #000;
}
.bootstrap-select>.dropdown-toggle{
    font-size: 13px !important;
}

.signup-form-section-company {
    width: 80%;
    margin: auto;
}

.signup-form-section-company .input {
    background-color: #fff;
    /* border: 1px solid #8692A6 !important; */
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.3);
    border-radius: 6px !important;
}

.input-active {
    border: 1px solid rgba(85, 60, 154, 1) !important;
    box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.11) !important;
}

img {
    object-fit: cover;
}


.signup-form-company .checkbox-symbol {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}

.signup-form-company .checkbox-input {
    position: absolute;
    visibility: hidden;
}

.signup-form-company .checkbox {
    user-select: none;
    cursor: pointer;
    padding: 6px 0;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
}

.signup-form-company .checkbox:not(:last-child) {
    margin-right: 6px;
}


.signup-form-company .checkbox span {
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.signup-form-company .checkbox span:first-child {
    position: relative;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.3s ease;
}

.signup-form-company .checkbox span:first-child svg {
    position: absolute;
    top: 2px;
    left: 1px;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 14px;
    stroke-dashoffset: 14px;
    transition: all 0.3s ease;
    transform: translate3d(0, 0, 0);
}

.signup-form-company .checkbox span:last-child {
    padding-left: 8px;
    line-height: 18px;
    font-size: 14px;
}

.signup-form-company .checkbox:hover span:first-child {
    border-color: #1b1b5c;
}

.signup-form-company .checkbox-input:checked+.checkbox span:first-child {
    background: #1b1b5c;
    border-color: #1b1b5c;
    animation: zoom-in-out 0.3s ease;
}

.signup-form-company .checkbox-input:checked+.checkbox span:first-child svg {
    stroke-dashoffset: 0;
}

.signup-form-company .checkbox-input2 {
    position: absolute;
    visibility: hidden;
}

.signup-form-company .checkbox2 {
    user-select: none;
    cursor: pointer;
    padding: 6px 0;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
}

.signup-form-company .checkbox2:not(:last-child) {
    margin-right: 6px;
}


.signup-form-company .checkbox2 span {
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.signup-form-company .checkbox2 span:first-child {
    position: relative;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.3s ease;
}

.signup-form-company .checkbox2 span:first-child svg {
    position: absolute;
    top: 2px;
    left: 1px;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 14px;
    stroke-dashoffset: 14px;
    transition: all 0.3s ease;
    transform: translate3d(0, 0, 0);
}

.signup-form-company .checkbox2 span:last-child {
    padding-left: 8px;
    line-height: 18px;
    font-size: 14px;
}

.signup-form-company .checkbox2:hover span:first-child {
    border-color: #1b1b5c;
}

.signup-form-company .checkbox-input2:checked+.checkbox2 span:first-child {
    background: #1b1b5c;
    border-color: #1b1b5c;
    animation: zoom-in-out 0.3s ease;
}

.signup-form-company .checkbox-input2:checked+.checkbox2 span:first-child svg {
    stroke-dashoffset: 0;
}

@keyframes zoom-in-out {
    50% {
        transform: scale(0.9);
    }
}


@media(max-width:991px){
    .signup-second-section,.signup-section{
        height: unset !important;
    }
}
.signup-form-section-company,.signup-form-section-user{
    transition: opacity 1s ease-out;
    
}
.signup-section a{
    transition:  all .4s ease-in-out;
}
.signup-section a:hover{
    color: #ee552f !important;
}

.selectpicker:focus,.selectpicker:active{
    box-shadow: none !important;
  }
  .bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
  }
  .btn-light:focus,.btn:focus{
    box-shadow: none !important;;
  }
  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
 }
.btn-light {
    background-color: transparent !important;
    border-color: transparent !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1b1b5c !important;
}
.dropdown-toggle::after {
    content: "";
  position: absolute;
  width: 10px;
  top: 10px;
  right: 10px;
  height: 10px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  transform: rotate(225deg);
  border-bottom: none !important;
  border-right: none !important;
}