/*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;
}

.ssn_start_here{
    background-color: #BB3F3C;
    color: #ffffff;
    border-radius: 3px;
}
.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;
}



@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;
    }
  }


