:root {
	
	--pass-us-blue: #06284c;
	
}


/*Vue Directive*/
[v-cloak] {
    display: none;
}

/* Passport Script */

.passport_pdf_section_hidden{
    display: none;
}

/*
.gform-btn{
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
    padding: 5px 20px !important;
    font-size: 20px !important;
    width: auto !important;
    height: auto !important;
}*/

.hide_element{
    display: none;
}

/* End Passport Script */
@media (min-width: 1200px){
    .container.ssn_pdf_container,
    .container.passport_pdf_container{
        max-width: 100%;
    }
}
@media (max-width: 912px){
    #formviewer{
        height: fit-content;
    }
}

.ssn_signature{
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
}

.kbw-signature { width: 100%; height: 100px;}
#sig canvas{
    width: 100% !important;
    height: auto;
}
/* .ssn_pdf_multistep_columns{
    display: -webkit-inline-box;
    width:100%;
} */

#formviewer #p1{
    pointer-events:none;
}

.ssn_btn_hide_pdf ,
.ssn_btn_show_pdf ,
.passport_btn_hide_pdf ,
.passport_btn_show_pdf{
    border-radius: 50%;
    background-color: #61CE70;
    font-size: 26px;
    border: 1px solid #61CE70;
    color: #ffffff;
    padding: 10px 20px;
    opacity: 0.5;
    position: fixed;
    z-index: 5;
}
.ssn_btn_pdf_hide_show,
.passport_btn_pdf_hide_show{
    text-align: right;
    width: 80%;
}

@media (min-width: 917px){
    .ssn_btn_pdf_hide_show{
        display:none;
    }
}
@media (max-width: 917px){
    .display_hidden{
        display:none;
    }
}
@media (min-width: 764px){
    .ssn_btn_pdf_hide_show{
        width: 90%;
    }
}

.error_display_none{
    display:none;
}
.apply_us_pass .card-header {
    background: #0000;
    padding: 10px 0px 15px;
}
.apply_us_pass .card-header .ssn_start_here{
    background-color: #BB3F3C;
    color: #ffffff;
    border-radius: 3px;
    position: absolute;
    top: -18px;
    padding: 6px 15px;
    border-radius: 40px;
    font-size: 15px;
    font-family: system-ui;
}
.ssn_row{
    display:flex;
}
.gform-btn{
    padding: 5px 20px;
    font-size: 20px;
}
/* Green Card Script */
.gc-background {
    min-height: 100vh;
}

.gc-background-color {
    background-color: #132347;
}

.gc-bg-form-title {
    background-color: #667EA6
}

.gc-bg-title {
    background-color: #203766;
}

.gc-footer {
    background-color: #071530;
}

.gc-steps {
    background-color: #28437b;
}

.gc-step {
    padding: 5px 10px;
    border-bottom: 1px solid #677DA4;
    margin: 0!important;
    font-size: 14px;
    font-weight: 600;
}

.gc-step .gc-chevron-right {
    visibility: hidden;
}

.gc-step-number {
    background: #677DA4;
    border: 2px solid #677DA4;
    border-radius: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    height: 25px;
    text-align: center;
    width: 25px !important;
}

.gc-step-number.completed {
    background: #607382;
    border: 2px solid #607382;
    color: #fff;
    content: "\e917";
}

.gc-step-number.completed svg {
    fill: #fff;
    width: 60%;
}

.gc-step-label {
    color: #677DA4;
}

.gc-step.current {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.gc-step.current .gc-step-number {
    background: #fff;
}

.gc-step.current .gc-chevron-right {
    visibility: visible !important;
    width: 7%;
}

.gc-step.current .gc-chevron-right svg {
    fill: none;
    stroke: #0c0c0c;
}


.gc-right-side {

}

.w-60 {
    width: 998px;
}

.px-10 {
    padding-left: 6rem;
    padding-right: 6rem;
}

.gc-terms {
    border: 1px solid #ddd;
    font-size: 13px;
    margin-top: 12px;
    max-height: 240px;
    overflow-y: scroll;
    padding: 6px 8px;
    width: 100%;
}

.gc-btn-submit {
    background-color: #07A1E9 !important;
    color: #fff !important;
    border-color: #5CC8FA !important;
    font-weight: 500 !important;
}

.gc-btn-submit:hover {
    background-color: #5CC8FA !important;
}

.translate-text {
    color: #0769ad;
    font-size: 16px;
}

.line-h-normal {
    line-height: normal;
}

.gc_nav_bg {
    background-color: #960107;
}

.gc-red {
    color: #960107;
}

.help-icon {
    background-color: #960107;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
}

.help-icon:hover {
    background-color: #132347;
}

@media (max-width: 765px) {
    .important-info {
        display: none;
    }
}

.extends__wrapper {
    display: flex; 
    align-items: center; 
    white-space: nowrap; 
    padding-right: 5px;
}

.extends__wrapper  .input__radio__button__wrapper {
    align-items: baseline;
}

/*----------------------------------*/
.apply_us_pass .card {border-top: 3px solid var(--pass-us-blue);padding: 15px;}
.apply_us_pass .card-header h5 {
    font-size: 26px;
    color: #cf312b;
    font-weight: 600;
    font-family: serif;
    margin-bottom: 0;
}
.card-body .form-group {}
.card-body .form-group .form-control{    box-shadow: none;}
.apply_us_pass .card-header .d-flex {width:100%}
.apply_us_pass .card-header .d-flex span.accordion-arrow{background: #bb3f3c54;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 45px;
    font-size: 12px;
    line-height: 27px;}
	
	
	.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: .9rem;
    font-weight: 400;
    height: calc(1.6em + .75rem + 2px);
    line-height: 1.6;
    padding-left: 15px;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
    width: 100%;
    height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    line-height: 28px;
    height: 46px;
    line-height: 46px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #495057;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
     display: none;
}
    .form-group {
        margin-bottom: 10px;
    }
/*----------------------------------*/


@media (max-width:1200px) {
    .extends__wrapper {
        display: block;
        white-space: wrap; 
    }
    .extends__wrapper .form-check-inline {
        display: flex;
    }
    .extends__wrapper .input__radio__button__wrapper .does_not_extend__br {
        display: none;
    }
  }

@media(max-width:992px){

.ss-number .widv_d{width:100% !important}
.card-body {padding: 0;}
	
	
}	