﻿/*Common */
.pageSection.i-want-to-work h1.title{text-align:center;}

.wizard > .steps .done a{
    opacity: 1;
}
.wizard,
.tabcontrol {
    display: block;
    width: 100%
}

.wizard a,
.tabcontrol a {
    outline: 0
}

.wizard ul,
.tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 15px
}

.wizard ul li:first-child a {
    justify-content: start
}

.wizard ul>li,
.tabcontrol ul>li {
    display: block;
    padding: 0
}

.wizard>.steps .current-info,
.tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em
}

.wizard>.content>.title,
.tabcontrol>.content>.title {
    position: absolute;
    left: -999em
}

.wizard>.steps {
    position: relative;
    display: block;
    width: 100%
}

.wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 30%
}

.wizard>.steps .number {
    font-size: 1.429em
}

.wizard>.steps>ul>li {
    width: 25%;
    border-bottom: 5px solid #C9C9C9;
    padding-bottom: 15px
}

.wizard>.steps>ul>li,
.wizard>.actions>ul>li {
    float: left
}

.wizard.vertical>.steps>ul>li {
    float: none;
    width: 100%
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
    width: auto;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: .3;
    padding-left: 0;
    padding-right: 0;
    color: #0876B1;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default
}

.wizard>.steps .current,
.wizard>.steps .checked {
    border-bottom-color: #93C305
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    background: #fff;
    color: #2184be;
    cursor: default;
    opacity: 1
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    background: #fff;
    color: #0876B1
}

.wizard>.steps .error a,
.wizard>.steps .error a:hover,
.wizard>.steps .error a:active {
    background: #fff;
    color: #8a1f11;
}

.wizard>.content {
    background: #FFF;
    display: block;
    /*	min-height: 33em;*/
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard.vertical>.content {
    display: inline;
    float: left;
    margin: 0 2.5% .5em;
    width: 65%
}

.wizard>.content>.body {
    width: 100%;
    height: 95%;
    padding: 2% 0 0
}

.wizard>.content>.body ul {
    list-style: disc !important
}

.wizard>.content>.body ul>li {
    display: list-item
}

.wizard>.content>.body>iframe {
    border: 0 none;
    width: 100%;
    height: 100%
}

.wizard>.content>.body input {
    display: block;
    border: 1px solid #ccc
}

.wizard>.content>.body input[type="checkbox"] {
    display: inline-block
}

.wizard>.content>.body input.error {
    color: #8a1f11
}

.wizard>.content>.body label {
    display: inline-block;
    margin-bottom: .5em
}

.wizard>.content>.body label.error {
    color: #8a1f11;
    display: block;
    /*	margin-left: 1.5em;*/
    margin-bottom: 0;
    /*	margin-top: -18px*/
}
.wizard > .content > .body .text-field label.error{
    margin-top:-18px;
    margin-left:23px;
}

.wizard > .content > .body .text-field label#txa_felony_convicted_text-error{
    margin-top: 0px;
    margin-left: 0;
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    margin-top: 10px
}

.wizard.vertical>.actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%
}

.wizard>.actions>ul {
    text-align: right
}

.wizard>.actions>ul>li {
    width: 16%
}

.wizard.vertical>.actions>ul>li {
    margin: 0 0 0 1em
}

.wizard>.actions a[href^="#next"]::after {
    content: "\f138";
    font-size: 31px;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    margin-left: 8px
}

.wizard>.actions a[href^="#previous"]::after {
    content: ""
}

.wizard>.actions a[href^="#previous"]::before {
    content: "\f137";
    font-size: 31px;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    margin-right: 8px
}

.wizard>.actions a[href^="#finish"]::after {
    content: "\f138";
    font-size: 31px;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    margin-left: 8px
}
.wizard>.actions a i{margin-left:10px;}

.wizard>.actions a[href^="#next"] {
    padding-right: 16px
}

.wizard>.actions a[href^="#previous"],
.wizard>.actions a[href^="#previous"]:hover {
    margin-left: 0;
    padding-left: 16px;
    border-color: #eee;
    padding-right: 20px
}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
    text-decoration: none;
    align-items: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    overflow: visible;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    border: 0;
    background-color: #0876B1;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 12px 16px 12px 36px;
    border: 1px solid #0876B1
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:hover,
.wizard>.actions .disabled a:active {
    background: #eee;
    color: #aaa
}

/*Tabcontrol*/
.tabcontrol>.steps {
    position: relative;
    display: block;
    width: 100%
}

.tabcontrol>.steps>ul {
    position: relative;
    margin: 6px 0 0;
    top: 1px;
    z-index: 1
}

.tabcontrol>.steps>ul>li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.tabcontrol>.steps>ul>li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0
}

.tabcontrol>.steps>ul>li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px;
    margin-top: 0
}

.tabcontrol>.steps>ul>li>a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none
}

.tabcontrol>.steps>ul>li>a:hover {
    text-decoration: none
}

.tabcontrol>.steps>ul>li.current>a {
    padding: 15px 30px 10px
}

.tabcontrol>.content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px
}

.tabcontrol>.content>.body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%
}

.tabcontrol>.content>.body ul {
    list-style: disc !important
}

.tabcontrol>.content>.body ul>li {
    display: list-item
}

.gmvMessageWrapper {
    display: block;
    width: 100%;
    min-height: 15px;
    clear: both
}

.gmvdisplayErrorMessageCommon {
    font-size: 18px;
    color: #8a1f11;
    text-align: center;
    background: rgba(202, 202, 202, 0.59);
    padding: 3px;
}
.gmvdisplayErrorMessage {
    font-size: 18px;
    color: #8a1f11;
    text-align: center;
    background: rgba(202, 202, 202, 0.59);
    padding: 3px;
    display: none;
}

.gmvdisplayErrorMessage.successMessage {
    color: green
}

.actions ul li:nth-child(3) a:disabled {
    border-color: #eee;
    background: #eee;
    color: #aaa;
    cursor: not-allowed
}

.frmVendorRegister label.error {
    display: block;
    margin-top: -18px;
    margin-bottom: 3px;
    margin-left: 25px;
    color:#8a1f11;
}

.wizard-join-team .second-tab-form .form-comman.field_hidden {
    display: none
}

.frmVendorUpdate input.form-control:read-only {
    color: gray;
    background: #eee;
    cursor: not-allowed
}

.gm-vendor-register .form-div .form-control.btn_vendor_register {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    background-color: #0276B0;
    -webkit-border-radius: 100em;
    -moz-border-radius: 100em;
    border-radius: 100em;
    font-weight: 700;
    padding: 15px 30px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none !important;
    text-transform: uppercase;
    border: none;
    cursor: pointer
}

.gm-vendor-register .form-div .form-control.btn_vendor_register:hover {
    background: #98c03d;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.frmVendorUpdate {
    padding: 50px
}

.mt-2 {
    margin-top: 15px
}

.wizard-join-team {
    margin: 20px 0;
    background: #FFF
}

.wizard-join-team h2 {
    color: #93C305;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 33px;
    text-align: center;
    margin-bottom: 40px
}

.wizard-join-team ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 15px
}

.wizard-join-team ul li a:hover,
.wizard-join-team ul li a:focus {
    text-decoration: none
}

.wizard-join-team ul li a {
    color: #0876B1;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: end
}

.wizard-join-team ul li:first-child a {
    justify-content: start
}

.wizard-join-team ul li a img {
    margin-right: 15px;
    max-width: 60px;
    object-fit: cover
}

.wizard-join-team ul li.active a {
    opacity: 1
}

.wizard-join-team .progress {
    height: 5px;
    background-color: #C9C9C9;
    margin-bottom: 30px;
    border-radius: 0
}

.wizard-join-team .progress-bar {
    box-shadow: none
}

.wizard-join-team .progress-bar.active {
    background-color: #93C305
}

.wizard-join-team .tab-content h3 {
    margin-bottom: 27px;
    color: #0876B1;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 0
}

.wizard-join-team .form-div {
    border-top: 1px solid #0876B1;
    border-bottom: 1px solid #0876B1;
    padding: 30px 0 10px
}

.wizard-join-team .form-div .form-control::placeholder {
    color: #707070;
    opacity: .4
}

.wizard-join-team .form-div .form-control {
    border: 1px solid #707070;
    border-radius: 50px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    line-height: 19px;
    padding: 18px 30px 18px;
    height: 60px;
    margin-bottom: 19px;
}
.wizard-join-team .form-div .form-control.btn_vendor_register{
    height:50px;
}
.wizard > .content > .body .other-field-wrapper label.error{
    margin-left:23px;
}
.wizard-join-team .form-div .form-control.other-field{
    margin-bottom:0px;
}

.wizard-join-team .btn-container {
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.wizard-join-team .btn-container .btn.next-btn {
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 12px 16px 11px 36px;
    background-color: #0876B1;
    justify-content: end;
    margin: 0 0 0 auto;
    border: 0
}

.wizard-join-team .btn-next-txt {
    margin-right: 10px;
    text-align: right
}

.wizard-join-team .btn-next-txt span {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px
}

.wizard-join-team .btn-next-txt p {
    color: #FFF;
    opacity: .7;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0
}

.wizard-join-team .btn-container .next-btn i {
    opacity: .8;
    font-size: 31px
}

.wizard-join-team .btn-container .btn.prev-btn {
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 13px 36px 10px 16px;
    background-color: #fff;
    border: 1px solid #0876B1
}

.wizard-join-team .btn-back-txt {
    margin-left: 10px;
    text-align: left
}

.wizard-join-team .btn-back-txt span {
    color: #0876B1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px
}

.wizard-join-team .btn-back-txt p {
    color: #0876B1;
    opacity: .7;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0
}

.wizard-join-team .btn-container .prev-btn i {
    font-size: 31px;
    color: #0876B1
}

.wizard-join-team .second-tab-form form label.heading-label {
    opacity: .7;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 15px
}

.wizard-join-team .second-tab-form select {
    border: 1px solid #707070;
    border-radius: 50px;
    background-color: #fff;
    height: 60px;
    padding: 20px 30px;
    color: #000;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active:focus {
    outline: 0
}

.wizard-join-team .second-tab-form label.radio-inline>span::before {
    color: #707070;
    content: "\f192";
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    font-size: 18px;
    transition: all .4s ease-in-out
}

.wizard-join-team .second-tab-form label>input[type="checkbox"],
.wizard-join-team .second-tab-form label>input[type="radio"] {
    -webkit-appearance: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0
}

.wizard-join-team .second-tab-form label>input[type="radio"]:checked+span::before {
    color: #93c305;
    transform: scale(1.2)
}

.wizard-join-team .second-tab-form label.radio-inline,
.wizard-join-team .second-tab-form label.checkbox-inline {
    display: inline-block;
    width: auto;
    line-height: 21px;
    padding: 0 10px 0 28px;
    position: relative;
    cursor: pointer;
    color: #000;
    margin-left: 0px;
}

.wizard-join-team .second-tab-form .form-group {
    margin-bottom: 0
}

.wizard-join-team .second-tab-form .row {
    display: flex;
    flex-wrap: wrap
}

.wizard-join-team .second-tab-form .form-comman {
    margin-bottom: 15px;
    height: calc(100% - 20px);
    display: flex;
    flex-direction: column
}

.wizard-join-team .second-tab-form label.checkbox-inline>span::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #707070;
    background: #fff;
    width: 18px;
    height: 18px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    line-height: 16px;
    font-size: 0;
    text-align: center;
    transition: all .4s ease-in-out
}

.wizard-join-team .second-tab-form input[type="checkbox"]:checked+span::before {
    font-size: 14px;
    border: 1px solid #93c305;
    color: #fff;
    background: #93c305
}

.wizard-join-team .second-tab-form .select-dropdown::after {
    content: '\25BC';
    position: absolute;
    top: 53%;
    right: 30px;
    /*	transform: translateY(-43%);*/
    font-size: 18px;
    color: #707070;
    pointer-events: none;
    opacity: .5;
    transform: translate(-50%, -100%);
}

.wizard-join-team .second-tab-form .select-dropdown #sel_work_experience-error {
    position: absolute;
    bottom: -4px;
}

.select-dropdown {
    position: relative
}

.wizard-join-team ul li {
    width: 25%
}

.form-div.second-tab-form {
    padding: 30px 0 5px
}

.not-visible {
    display: none
}

.not-visible .heading-label {
    margin-bottom: 5px !important
}

.felony-textarea {
    width: 100%;
    resize: none;
    height: 80px
}

.felony-textarea:focus-visible {
    outline: 0
}

.center-data {
    height: 100%;
    align-items: center;
    display: flex
}

.vendor-sec-wrapper .wizard>.content {
    background: #FFF !important
}

@media only screen and (max-width:1279px) {
    .wizard>.actions>ul>li {
        width: 20%
    }

    .wizard>.content>.body label.error {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px
    }
}

@media only screen and (max-width:1023px) {
    .wizard>.actions>ul>li {
        width: 25%
    }
}

@media(max-width:767px) {
    .wizard>.actions a {
        flex-direction: unset;
    }

    .wizard-join-team ul li a img {
        margin-right: 0
    }

    .wizard-join-team ul li a {
        flex-direction: column;
        text-align: center
    }

    .wizard-join-team ul li a img {
        margin-bottom: 5px
    }

    .wizard-join-team .second-tab-form .row {
        display: inherit
    }

    .wizard-join-team .second-tab-form form label.heading-label {
        margin-bottom: 10px
    }

    .wizard-join-team h2 {
        line-height: 30px;
        font-size: 24px
    }
}

@media only screen and (max-width:735px) {
    .wizard>.actions>ul>li {
        width: 26%
    }
}

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

    /*.wizard>.actions a,
    .wizard>.actions a:hover {
            font-size: 12px;
            line-height: 10px;
    }*/

    .wizard>.actions a[href^="#previous"]::before {
        font-size: 24px;
    }

    .wizard>.actions a[href^="#next"]::after,
    .wizard>.actions a[href^="#finish"]::after {
        font-size: 24px;
    }

    .wizard>.content>.body label.error {
        font-size: 13px;
        margin-bottom: 3px;
    }
}

@media(max-width:575px) {
    .frmVendorUpdate {
        padding: 0px;
    }
    .pageSection.common-page .title, .pageSection.error-404 h1.title {
        font-size: 18px;
    }
    .wizard-join-team .tab-content h3 {
        font-size: 20px
    }

    .wizard-join-team ul {
        margin-bottom: 5px;
        overflow-x: auto;
        padding-bottom: 10px
    }

    .wizard-join-team ul li a img {
        max-width: 32px
    }

    .wizard-join-team ul li a,
    .wizard-join-team .wizard .steps ul li a {
        font-size: 12px;
        line-height: 1.25
    }

    .wizard-join-team .btn-container .btn i {
        font-size: 18px
    }

    .wizard-join-team .btn-back-txt span,
    .wizard-join-team .btn-back-txt p,
    .wizard-join-team .btn-next-txt span,
    .wizard-join-team .btn-next-txt p {
        font-size: 12px
    }

    .wizard-join-team .btn-container .btn.prev-btn,
    .wizard-join-team .btn-container .btn.next-btn {
        padding: 5px 15px
    }

    .wizard-join-team .btn-back-txt {
        margin-left: 6px
    }

    .wizard-join-team .btn-next-txt {
        margin-right: 6px
    }

    /*.wizard-join-team .second-tab-form select,
    .wizard-join-team .form-div .form-control {
            height: 50px
    }*/

    .wizard-join-team .second-tab-form select {
        padding: 0 30px
    }
}

@media only screen and (max-width:567px) {
    .wizard>.actions>ul>li {
        width: 30%
    }
}

@media only screen and (max-width:479px) {
    .wizard>.actions>ul>li {
        width: 35%
    }
    .wizard>.actions a[href^="#previous"]::before {
        font-size: 20px;
    }

    .wizard>.actions a[href^="#next"]::after,
    .wizard>.actions a[href^="#finish"]::after {
        font-size: 20px;
    }

    .wizard>.content>.body label.error {
        font-size: 12px;
        margin-bottom: 4px;
    }
}

@media only screen and (max-width:413px) {
    .wizard>.actions>ul>li {
        width: 38%
    }
    .wizard>.actions a[href^="#previous"]::before {
        font-size: 18px;
    }

    .wizard>.actions a[href^="#next"]::after,
    .wizard>.actions a[href^="#finish"]::after {
        font-size: 18px;
    }

    .wizard-join-team ul li a,
    .wizard-join-team .wizard .steps ul li a {
        font-size: 11px;
        line-height: 1.25
    }
}

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

    .wizard-join-team ul li a,
    .wizard-join-team .wizard .steps ul li a {
        font-size: 10px;
        line-height: 1.25
    }
    .wizard>.actions>ul>li {
        width: 44%
    }
}