﻿td {
    vertical-align: middle;
}

    td:has(i) {
        text-align: center;
    }

.form-group {
    grid-column: span 3;
    margin-top: auto;
}

    .form-group[data-span="1"] {
        grid-column: span 1;
    }

    .form-group[data-span="2"] {
        grid-column: span 2;
    }

    .form-group[data-span="3"] {
        grid-column: span 3;
    }

    .form-group[data-span="4"] {
        grid-column: span 4;
    }

    .form-group[data-span="5"] {
        grid-column: span 5;
    }

    .form-group[data-span="6"] {
        grid-column: span 6;
    }

col-form-label-sm {
    font-family: Poppins, sans-serif;
    background: none;
    border: none;
    font-size: 1.125rem;
    font-weight: 500;
    color: #000;
}

.formWrapper,
.estagioSelect {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0 1rem;
    align-items: stretch;
    align-content: space-evenly;
    justify-content: start;
    justify-items: start;
}

.estagioSelect {
    width: -webkit-fill-available;
}

.form-group {
    height: auto;
    width: -webkit-fill-available;
}

.wide {
    width: 100%;
}

    .wide div,
    .wide textarea,
    .wide input {
        width: 100%;
    }

.custom-col-md-12 {
    width: 100%;
    border-radius: .5rem;
    box-shadow: 0rem 0rem 1rem #dedede10;
}

.navbar {
    margin-bottom: 0 !important;
}

.customContainer {
    display: grid;
    gap: 10px;
}

.navbar-brand b label img {
    width: 5rem;
}

.btnNavPages {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    margin-top: 1rem;
    padding-bottom: 2rem;
}

.form-group label {
    width: fit-content;
    z-index: 1;
    left: 1rem;
    top: -0.5px;
}

.stInput {
    width: 100%;
    padding: 0 0 0 0 !important;
    padding-top: .5rem !important;
    margin: 0;
    margin-bottom: 1rem;
    position: relative;
    min-height: 3.5rem;
    display: flex;
    justify-content: flex-start;
}

    .stInput font {
        display: none;
        width: 100%;
    }

    .stInput Input,
    .stInput select {
        position: relative;
        height: 1.5rem;
        z-index: 0;
        width: 100%;
    }

    .stInput label {
        width: fit-content;
        position: absolute;
        z-index: 1;
        left: 23px;
        top: -3px;
    }

        .stInput label:before {
            content: '';
            position: absolute;
            width: calc(100% + 19px);
            padding: 0px 5px;
            height: 9px;
            background: #fff;
            top: 48%;
            z-index: -1;
            transform: translate(-8px, -1px);
        }

    .stInput > i,
    .videucurriculo-container > i {
        position: absolute;
        top: 1.2rem;
        right: 1rem;
        box-shadow: 0 0 0 1px #747474;
        border-radius: 100%;
        width: 1rem;
        height: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #747474 !important;
    }

.has-disabled label:after {
    content: '';
    position: absolute;
    width: calc(100% + 19px);
    padding: 0px 5px;
    height: 9px;
    background: #F0F2F4;
    top: 76%;
    left: 0;
    z-index: -1;
    transform: translate(-8px, -1px);
}

/*tabs*/

.vtabs {
    display: table;
    width: -webkit-fill-available;
    min-height: 70vh;
    background-color: #ececec;
    border-radius: .5rem;
}

.tab-content fieldset {
    min-height: 60vh;
    min-width: 100%;
}

.vtabs .tabs-vertical {
    background: #fff;
    width: 150px;
    max-width: 150px;
    border-bottom: 0px;
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.tabs-vertical:before {
    width: .08px;
    height: 100%;
    content: '';
    position: absolute;
    background: #26b5f4;
    right: 0;
}

.vtabs .tabs-vertical li .nav-link {
    color: #343a40;
    margin-bottom: 5px;
    border: 0px;
    border-radius: 0.25rem 0 0 0.25rem;
    font-size: .7rem;
}

.vtabs .tab-content {
    display: table-cell;
    vertical-align: top;
    background: #fff;
}


.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link:hover,
.tabs-vertical li .nav-link.active:focus {
    background: #26b5f4;
    border: 0px;
    color: #fff;
    font-size: .7rem;
}

/*Custom vertical tab*/
.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
    background: #001C3C;
}

.nav-tabs ul,
.nav-tabs ul li {
    width: 150px;
}

.tabcontent-border {
    border: 1px solid #ddd;
    border-top: 0px;
}

.customtab2 li a.nav-link {
    border: 0px;
    margin-right: 3px;
    color: #212529;
}

    .customtab2 li a.nav-link.active {
        background: var(--accent-color-main);
        color: #fff;
    }

    .customtab2 li a.nav-link:hover {
        color: #fff;
        background: var(--accent-color-main);
    }

.advice {
    width: 100%;
}

.advice-header {
    height: 3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #26b5f4;
    color: #fff;
    padding: 0 2rem;
    cursor: pointer;
    border-radius: .2rem;
}

.adviceList {
    background: #Fff;
    height: 0px;
    padding-bottom: 0;
    overflow: hidden;
    transition: linear 200ms;
    margin-top: 1rem;
}

.expanded-acordion {
    height: 100%;
    transition: linear 200ms;
    padding-bottom: 3rem;
}

.adviceList li {
    width: 96%;
    list-style: none;
    background: #faf6fb;
    margin-top: .5rem;
    padding: 1rem;
    border-radius: .5rem;
}

.advice-header .fa-info-circle {
    font-size: 1.2rem;
}

.form-control {
    color: #212529;
    min-height: 38px;
    display: initial;
    min-width: 0px !important;
}

input:focus {
    transition: ease-in-out 200ms;
    box-shadow: 0 0 0 1px #004892;
}

.form-group {
    position: relative;
}

    .form-group font {
        opacity: 0;
    }





.form-actions .card-body {
    padding: 0 0 0 0 !important;
}


.inside-form-button {
    display: block;
    padding: 1rem;
}



.carga-horaria {
    display: flex;
}

    .carga-horaria label {
        top: -10px;
    }

    .carga-horaria input {
        width: 4rem;
        margin: 0 .5rem;
    }

select2,
select2 ul,
select2 li,
select2 ul li {
    width: auto;
}

.monetary:before {
    content: 'R$';
    position: absolute;
    width: 2rem;
    height: 1rem;
    font-weight: 400;
    font-size: 14px;
    top: 1.1rem;
    z-index: 2;
    left: 0.6rem;
}

.monetary input {
    padding-left: 2.5rem
}

.custom-switch {
    width: -webkit-fill-available;
    position: relative;
    display: flex;
}

.custom-switch-container {
    position: relative;
    width: 2rem;
    height: 1rem;
    background: #cecece;
    margin-left: 2rem;
    border-radius: 2rem;
    box-shadow: 0 0 0 1px #cecece;
    transition: ease-in-out 200ms;
}

.switch-checked {
    background: #26b5f4;
}

.custom-switch input {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.custom-switch-container:before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    border-radius: 50%;
    background: white;
    left: 0rem;
    transition: ease-in-out 200ms;
}

.switch-checked:before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    border-radius: 50%;
    background: white;
    left: 1rem;
}

.two-option-radiobtn,
.options {
    display: inline-flex
}

    .options label {
        left: 0;
        top: 0;
        margin-right: 1rem;
    }

.select {
    width: calc(100% - 9rem);
}

.select-button {
    width: 9rem;
    position: absolute;
    right: 0;
}

.full-select-e-btn {
    display: inline-flex;
}



.select-button {
    width: 9rem;
    position: absolute;
    right: 0;
}

.full-select-e-btn {
    display: inline-flex;
}

.autocomplete-list {
    width: 100%;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
}

    .autocomplete-list input {
        width: 100%;
    }



.autocomplete-call {
    display: none;
}

.dropdown-container {
    box-shadow: 0 0 1px #0e0e0e;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 2.9rem;
    height: fit-content;
    max-height: 30vh;
    overflow-x: scroll;
    overflow-x: hidden;
}

.dropdown-item-error {
    display: flex;
    padding: 2rem 6rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bolder;
    background: #26b5f4;
    flex-direction: row;
    justify-content: space-evenly;
}

    .dropdown-item-error i {
        position: absolute;
        left: 2rem;
        box-shadow: 0 0 0 1px #fff;
        width: 2rem;
        height: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
    }

.dropdown-item,
.dropdown-item-error {
    transition: ease-in-out 100ms;
}

    .dropdown-item:hover {
        background: #001D41;
        cursor: pointer;
        color: #fff;
    }

.loader-container {
    position: absolute;
    right: 1rem;
    top: 1.2rem;
}

.loader-spin {
    animation: rotate 2s linear infinite
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.icon-showcase {
    display: flex;
}

    .icon-showcase > table > tbody > tr > td > div {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }

    .icon-showcase > table > tbody > tr:nth-child(1) > td > div > div,
    .svg-showcase div {
        display: flex !important;
        flex-direction: column;
        padding: .4rem;
        justify-content: center;
        align-items: center;
        height: 7rem;
        width: 10rem;
        margin: 5px;
        background: #f3f3f3;
        border-radius: 1rem;
        color: #000;
        font-size: .7rem;
    }

        .icon-showcase > table > tbody > tr:nth-child(1) > td > div > div > i {
            margin-bottom: 1rem;
            font-size: 26px;
        }

    .icon-showcase > table > tbody > tr > td > div > div > span:nth-child(2) {
        color: #26b5f4;
    }

    .icon-showcase > table > tbody > tr {
        display: block;
    }

.svg-showcase {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}



    .svg-showcase div img {
        width: 2rem;
    }

    .svg-showcase h4 {
        grid-column: span 5;
    }

.col-lg-12 {
    padding: 0 0 0 0;
}

.card-body {
    padding: 1rem 0 0 0;
}

.redes-sociais {
    width: 50%;
    height: 5vh;
    display: flex;
    justify-content: space-evenly;
    margin-top: 29px
}

    .redes-sociais a i:before {
        font-size: 2rem;
        background: linear-gradient(111deg, rgba(20, 85, 151, 1) 0%, rgba(187, 83, 205, 1) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.navbar-collapse > :nth-child(2) {
    min-width: fit-content;
    margin-left: 5vw;
}

.add-new-a-select2 {
    width: -webkit-fill-available;
    padding-left: .5rem;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

    .add-new-a-select2 a {
        padding: .2rem 1rem;
        border-radius: .2rem;
        box-shadow: 0 0 0 1px #004892;
        color: #004892;
        margin-top: 5px;
    }

.vertical {
    flex-direction: column;
}

.add-new-a-select2 span.select2 {
    max-width: 60%;
}

.custom-control-label::after,
.custom-control-label::before {
    top: 0 !important;
}

iframe#_MapaAgencia {
    width: 100%;
    height: 40vw;
    margin: 0;
    border: none;
    border-radius: .2rem;
}

.panel-group-minhas-vagas .accordion {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
}

.card-minhas-vagas {
    position: relative;
    padding: .5rem 1.5rem;
    background: #fff;
    border-radius: .2rem .2rem 0 0;
    height: fit-content;
}

.card-header-minhas-vagas {
    padding: 1rem .5rem;
}


.card-body-minhas-vagas {
    padding: 1rem 3rem;
}

.dest-editar {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: #26b5f4;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .2rem;
}

    .dest-editar:before {
        font: normal normal normal 14px / 1 FontAwesome;
        content: '\f044';
        position: absolute;
        color: #fff;
        width: 1rem;
    }

.custom-control-label::before {
    width: 1rem !important;
    height: 1rem !important;
    transform: unset !important;
}


.radio-group:before {
    content: '';
    position: absolute;
    width: 100% !important;
    height: 100%;
    box-shadow: 0 0 1px 1px #e9ecef;
    left: 0;
    padding: 2.5rem;
    padding-top: 0;
    border-radius: .2rem;
    z-index: 0;
}

.radio-group {
    padding-top: .5rem;
    min-height: -webkit-fill-available;
}

    .radio-group label:first-of-type {
        position: relative;
        left: 23px;
        top: -10px;
        margin-bottom: 1rem;
        background: #fff;
        padding: 0 .5rem;
    }

.custom-radio label {
    padding: 0 0 0 0;
}

.singlechar {
    max-width: 5rem;
}

.autocomplete-list input {
    margin-bottom: 3rem;
}

.not-visible {
    opacity: 0;
    transition: ease-in-out 200ms;
}

.table .table-bordered .table-striped {
    display: table !important;
}

.loaderAuto {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1rem;
    width: 4rem;
}

    .loaderAuto div {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background-color: #333;
        border-radius: 50%;
        animation: bounce 0.6s infinite alternate;
    }

        .loaderAuto div:nth-child(2) {
            animation-delay: 0.2s;
        }

        .loaderAuto div:nth-child(3) {
            animation-delay: 0.4s;
        }

@keyframes bounce {
    to {
        transform: translateY(-20px);
    }
}

.input_error:before {
    content: attr(data-error);
    position: absolute;
    z-index: 3;
    right: 10px;
    top: 33%;
    color: red;
}

.input_error input {
    box-shadow: 0 0 0 1px red;
}

/*.input_valid input {
    box-shadow: 0 0 0 1px #63f49a;
}*/

.row-center {
    display: flex;
    justify-content: center;
}

.horizontal-radio-group {
    display: flex;
    justify-content: flex-start;
    gap: 20%;
}


#reqList {
    min-width: 350px;
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 2rem 0.25rem;
    border-radius: 0.5rem;
    align-items: center;
}

    #reqList div {
        display: flex;
        flex-direction: row;
        align-content: stretch;
        align-items: center;
        justify-content: space-evenly;
    }

    #reqList b {
        width: 25vw;
        text-align: center;
    }

    #reqList li {
        margin: 1px;
        font-size: 10px;
        font-weight: bolder;
        min-height: fit-content;
        width: fit-content;
        background-color: #eeeded;
        color: #7d7d7d;
        padding: .5rem;
        border-radius: .5rem;
        text-align: center;
        transition: ease-in-out 200ms;
    }

.validPasswd {
    font-weight: bolder;
    color: #01ac01 !important;
    background-color: #ddfcdd !important;
}

.invalidPasswd {
    color: red !important;
    background-color: #ffe9e9 !important;
}

.invalidPass {
    box-shadow: 0 0 1px 0 red;
}

td:has(a) {
    text-align: center;
}

.minhas-vagas-status,
.minhas-vagas-abertura {
    padding: .1rem .3rem;
    border-radius: .2rem;
    font-weight: bolder;
    font-weight: bolder;
    background: #f3e9ba;
    color: #7b550b;
    background: #efefef;
    color: #717171;
    width: fit-content;
    max-height: 1.2rem;
    display: block;
    text-transform: lowercase;
}

    .minhas-vagas-status:first-letter,
    .minhas-vagas-abertura:first-letter {
        text-transform: uppercase;
    }

.minhas-vagas-title {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.minhas-vagas-setor {
    color: #505050;
    font-weight: bolder;
    font-size: 16px;
    font-weight: bold;
}

.minhas-vagas-title > div {
    display: flex;
    flex-direction: row;
    gap: .5rem;
}

.minhas-vagas-status[data-text="ABERTA"] {
    background: #e1fce1;
    color: #009600;
}

.minhas-vagas-status[data-text="AGUARDANDO CONTRATAÇÃO"] {
    background: #fff9da;
    color: #7b550b;
}

.minhas-vagas-status[data-text="PRÉ-CADASTRO AUTO"] {
    background: #f0daff;
    color: #610b7b;
}


.dt {
    font-weight: normal;
    margin-top: .5rem;
    font-weight: bold;
}

.dd {
    margin-left: 1rem;
    text-transform: capitalize;
}

.dl-horizontal {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 3rem;
}

.group-1 {
    display: flex;
    flex-direction: row;
    gap: 3rem;
}

.group-2 {
}

.pair {
    margin: 3px;
    padding: .45rem;
}

.callout.callout-info {
    display: inline-flex;
    padding: 1rem;
    margin: 1rem;
    border-radius: .2rem;
    background: #26b5f4;
    color: #fff;
    font-size: 1rem;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
}

.title-icon {
    display: flex;
    gap: 1rem;
}

.estudante-card {
    background: #fff;
    border-radius: .2rem;
    padding: 1rem;
    display: grid;
    margin: 5px;
    cursor: pointer;
}

.estudantes-card-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.estudante-card .info-box {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
}

.estudante-nome {
    color: #00356c;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3rem;
}

.estudante-nasc-endereco {
    width: -webkit-fill-available;
    display: flex;
    gap: 3rem;
    color: #6c6c6c;
}

.image-estudante i:before {
    width: 4rem;
    height: 4rem;
    font-size: 4rem;
    display: block;
    color: #dbdbdb;
}

.estudante-modal > .modal-dialog > .modal-content > .modal-header {
    width: 100%;
    float: right;
    position: absolute;
}

.modal-header > div > span > i:before {
    position: absolute;
    left: 1rem;
    font-size: 4rem;
}

.estudante-header {
    margin-left: 6rem;
    display: flex;
    flex-direction: column;
}

    .estudante-header .email:before {
        font-family: FontAwesome;
        content: '\f003';
        margin-right: .5rem;
        font-size: 14px;
        color: #454545;
        width: 14px;
    }

    .estudante-header .data-nascimento:before {
        font-family: FontAwesome;
        content: '\f1fd';
        margin-right: .5rem;
        font-size: 14px;
        color: #454545;
        width: 14px;
    }

    .estudante-header .idade:before {
        font-family: FontAwesome;
        content: '\f2bb';
        margin-right: .5rem;
        font-size: 14px;
        color: #454545;
        width: 14px;
    }

    .estudante-header .endereco:before {
        font-family: FontAwesome;
        content: '\f279';
        margin-right: .5rem;
        font-size: 14px;
        color: #454545;
        width: 14px;
    }

.estudante-card-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.recesso {
    display: flex;
    background: #fbfafa;
    padding: 1rem;
    border-radius: .2rem;
    width: min-content;
    min-width: 700px;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}

    .recesso div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: .2rem;
        text-align: left;
    }

        .recesso div:hover {
            background-color: #dedede;
        }

.recesso-nome {
    grid-column: span 2;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: .5rem;
}

.date-list {
    display: flex;
    gap: 10px;
}

    .date-list label {
        background: #119eff1a;
        padding: .2rem;
        border-radius: .2rem;
        position: relative;
    }

img[src="/images/bradesco.png"] {
    margin-left: 1rem;
}

.estudantes-ativos-cards {
    width: -webkit-fill-available;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    height: 10rem;
    align-items: center;
}

.visualiza-fatura-card {
    box-shadow: 0 0 0 1px #f3f3f3;
    padding: 1rem;
    margin: 1rem;
}

@media(max-width: 1366px) {
    .accordion {
        grid-template-columns: 1fr !important;
    }
}

.processos-seletivos .panel-body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.card-processo-seletivo {
    background: #fff;
    border-radius: .2rem;
    padding: 1.2rem;
}

    .card-processo-seletivo > div > .card > .card-header,
    #all-content-2 > div > div > div.panel-heading.card-header {
        font-weight: bold;
        cursor: pointer;
    }

    .card-processo-seletivo > div > .card > div > .card-body {
        padding: .5rem;
    }

.jumbotron {
    position: relative;
}

.warning {
    background: #fff;
    padding: .5rem;
    position: absolute;
    top: -10px;
    margin: auto;
    box-shadow: 0 0 0 1px red;
    border-radius: .2rem;
}

    .warning label {
        font-size: 12px
    }

.videucurriculo-container {
    width: -webkit-fill-available;
}

stInput > .col-md-2 {
    width: 100%;
    flex: unset;
}

.collapse > .card-body {
    padding: 1rem;
    background: #fff;
    margin-bottom: 1rem;
    box-shadow: 0 0 0 1px#dedede;
}

.loaderContainer {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 40%;
    z-index: 9999;
    box-shadow: 0 0 1px red;
}

    .loaderContainer:before {
        content: '';
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: #0009;
        top: 0;
        left: 0;
        backdrop-filter: blur(15px)
    }

    .loaderContainer:after {
        content: 'Carregando';
        position: absolute;
        top: 120%;
        color: #fff;
        left: 5%;
    }

.customLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    height: 96px;
    width: 96px;
    animation: rotate_3922 1.2s linear infinite;
    background-color: #9b59b6;
    background-image: linear-gradient(#9b59b6, #84cdfa, #5ad1cd);
}

    .customLoader span {
        position: absolute;
        border-radius: 50%;
        height: 100%;
        width: 100%;
        background-color: #9b59b6;
        background-image: linear-gradient(#26b5f4, #249cff, #145597);
    }

        .customLoader span:nth-of-type(1) {
            filter: blur(2px);
        }

        .customLoader span:nth-of-type(2) {
            filter: blur(20px);
        }

        .customLoader span:nth-of-type(3) {
            filter: blur(20px);
        }

        .customLoader span:nth-of-type(4) {
            filter: blur(1px);
        }

    .customLoader ::after {
        content: "";
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        background-color: #fff;
        border: solid 5px #ffffff;
        border-radius: 50%;
        mix-blend-mode: color;
    }

@keyframes rotate_3922 {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


@media(orientation:portrait) {
    .nav-tabs {
        position: fixed !important;
        left: 0 !important;
        margin-bottom: 1rem;
        min-width: 100vw !important;
        padding-left: 10px;
        display: flex !important;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .tabs-vertical:before {
        display: none;
    }

    .vtabs .nav-item {
        box-shadow: inset 0 0 .5rem 0 #f6f6f6;
        padding: 1px;
        word-wrap: normal;
        height: 1rem;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
    }

    .nav-item span {
        font-size: .6rem;
    }

    .nav-item .active {
        width: 1rem;
        left: -1rem;
        position: relative;
        border-radius: .2rem .2rem 0 0 !important;
        word-wrap: normal;
    }

    .hidden-xs-down {
        line-break: strict
    }

    .formWrapper {
        display: flex;
        flex-direction: column;
    }

    .tab-content {
        padding-top: 5rem;
    }
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 0px !important;
}

    .grecaptcha-badge:hover {
        width: 256px !important;
    }
