/* Down arrow for RemitToStateName input field */
.RemitToStateName-dropdown-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    height: 100%;
}
.RemitToStateName-dropdown-icon {
    font-size: 10px;
    color: #888;
}
.default-suggestions {
    position: relative;
}
/* Down arrow for State input field */
.state-dropdown-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.alertbanner{
    display: none;
}
.ids_leftmenu {
    margin-top: -1px;
    display: none !important;
}
.state-dropdown-icon {
    font-size: 10px;
    color: #888;
}
body {
    display: flex;
    flex-direction: column;
    background: radial-gradient(ellipse at center bottom, #EFFAFF 10%, white 44%) no-repeat;
    background-size: 200% 150%;
    background-position: center bottom;
    background-attachment: fixed;
}


.ids_content:before {
    width: 0px;
}


.register_footer_text {
    text-align: center;
    margin-bottom: 28px;
    margin-top: -15px;
}



.prnt-inline-form .form-group label.error {
    display: block !important;
    color: #BB4444;
    border: none !important;
    background: none !important;
    text-align: left;
    float: right;
    width: 72%;
    margin-top: 10px;
}


.prnt-inline-form .form-group label.registerErrorClass {
    display: block;
    color: #BB4444;
    border: none !important;
    background: none !important;
    text-align: left;
    float: right;
    width: 72%;
    margin-top: 10px;
}


.registerErrorClass {
    border: 1px solid #BB4444 !important;
    background: #fff !important;
}


#RemitToStateName > .error {
    background: #ffe1e1 !important;
}


a.login_btn.btn.btn-primary {
    display: inline-block;
    padding: 4px 12px;
    top: 11px;
    font-weight: 500;
}


.reg_panel_success {
    padding-bottom: 1px;
}


.reg_panel_body {
    min-height: 100px;
}


.error_div {
    margin-right: 1px;
}


.file_upload_modal_body {
    resize: both;
    overflow: auto;
    min-height: 155px;
}


.upload_table {
    margin-top: 2%;
}


.tooltip_tin_num {
    width: 60%;
    margin-top: 2%;
}


.tooltip_b {
    margin-left: 3%;
}


.upload_table_th1 {
    width: 13%;
}


.upload_table_th2 {
    width: 75%;
}


.upload_table_th3 {
    width: 10%;
}


.file_width100 {
    width: 100%;
}


.btn_upload_margin {
    margin-left: 10%;
}


.preview_div {
    float: left;
    margin-top: 20px;
}


.mandatory_div {
    padding: 0px;
    text-align: center;
    margin-bottom: 5px;
}


.display_none {
    display: none;
}


.mandatory_color {
    color: #BB4444;
}


.btn_upload_w9 {
    padding: 0px;
    text-align: center;
}


.padding20 {
    padding-top: 20px;
}


.padding0 {
    padding: 0px;
}


.terms_service {
    padding: 0px;
    text-align: center;
}


.btn_regsubmit {
    margin-top: -2%;
 
}


.remitra_modal_title {
    text-align: center;
}


* {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
}



.registration-container {
    max-width: 600px;
    margin: 50px auto;
    background-color: #fff;
    padding: 10px 0px 0px 0px;
    border-radius: 20px;
    box-shadow: 0 6px 20px 0 rgba(103, 103, 103, 0.25); /* soft gray spread */
}

/* Stepper */
.stepper-wrapper {
    background-color: #F8F8F8;
    padding: 21px;
    border-radius: 12px;
    position: relative;
    width: 580px;
    margin: auto;
    height: 101px !important;
}


.stepper-inner {
    width: 240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 60px;
}


.step {
    text-align: center;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid #676767;
    color: #676767;
    background-color: #fff;
    margin-bottom: 5px;
}


.step.active .step-circle {
    background-color: #007F91;
    color: #fff;
    border-color: #007F91;
}


.step-label {
    font-size: 14px;
    color: #007F91;
    font-weight: 600;
}


.progress-bar-line {
    position: absolute;
    top: 30%;
    left: 20px;
    width: calc(100% - 40px);
    height: 4px;
    background-color: #ccc;
    z-index: 1;
}


.progress-bar-line.completed {
    background-color: #007F91;
}


/* Tabs below stepper */
.tabs-container {
    display: flex;
    justify-content: space-around;
    margin-top: 5px;
    border-bottom: 1px solid #ccc;
}


.tab-item {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    color: #000;
}


.tab-item.active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #007F91;
    margin: auto;
    width: 70%;
}


.form-title {
    text-align: center;
    margin-bottom: 20px;
}


.contactinfo {
    font-weight: 700;
    font-style: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1%;
}


.btn-next,
.btn-next:hover,
.btn-next:focus,
.upload_terms {
    width: 92px !important;
    height: 36px !important;
    border-radius: 30px !important;
    border: 1px solid #007F91 !important;
    color: #007F91 !important;
    background-color: transparent !important;
    display: block !important;
    margin: 20px auto 5px auto !important;
}


.panel {
    box-shadow: none;
}


.go-back {
    display: block;
    text-align: center;
    color: #007F91;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 20px;
}


.success-message {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: #333;
    display: none;
    margin-top: 20px;
}


.form-group label {
    display: block !important;
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #A0A0A0;
    width: 100% !important;
    font-weight: 400 !important;
}


.infolbl {
    font-weight: 700;
    font-style: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1%;
    margin: 0px !important;
    padding-bottom: 15px;
}


.prnt-inline-form .form-group input[type="text"],
.prnt-inline-form .form-group select,
#registerForm .default-suggestions,
input#UserRole {
    width: 100% !important;
    height: 50px !important;
    opacity: 1;
    border-width: 1px;
    border-radius: 10px;
    border: 1px solid #D5D5D5 !important;
}

.ids_header.remitra_header {
    height: 0px;
    display: none;
}


.ids_content.p2p_register{
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 30px !important;
}
.step_all{
    color:#D5D5D5 !important;
    font-weight: 500;
}
.participant_type {
    visibility: hidden;
    height: 0px;
}


.title-reg {
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: semi bold;
    font-size: 24px;
    line-height: 14px;
    letter-spacing: -2%;
    text-align: center;
    padding-top: 50px;
}


.reg_subtitle {
    font-weight: 400;
    font-style: regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1%;
    text-align: center;
}


.p2p_register_form input[type="text"],
.p2p_register_form select,
.p2p_register_form .default-suggestions {
    width: 100% !important;
    height: 50px;
    opacity: 1;
    border-width: 1px;
    border-radius: 10px;
}


.panel-body {
    padding: 0px !important;
}


.prnt-inline-form .form-group input[type="text"],
.prnt-inline-form .form-group select,
#registerForm .default-suggestions {
    transition: border-color 0.2s;
}


.prnt-inline-form .form-group input[type="text"]:active,
.prnt-inline-form .form-group select:active,
#registerForm .default-suggestions:active {
    border: 1px solid #005d6a !important;
}


.prnt-inline-form .form-group input[type="text"]:focus,
.prnt-inline-form .form-group select:focus,
#registerForm .default-suggestions:focus {
    border: 1px solid #007f91 !important;
    outline: none !important;
}


input[type="text"],
input[type="password"],
select,
textarea {
    background: #ffffff !important;
}


form#registerForm {
    width: 494px;
    margin: auto;
}


.cust_panel_success {
    margin-bottom: 0px !important;
}

.row.terms_service a {
    color: #007F91;
}
.ids_leftmenu.p2p_leftMenu {
    display: none;
}
/* had to add media query beacuse retheme css have bootstrap style overriding */
@media (max-width: 1000px) {
    .panel.panel-success .col-lg-12 {
        display: inline-block;
        padding-bottom: 10px;
        text-align: left;
        width: 100%;
    }
}


@media (max-width: 576px) {
    .stepper-inner {
        width: 180px;
    }
    .progress-bar-line {
        width: calc(100% - 40px);
        left: 20px;
    }
}