body {
    overflow-x: hidden;
    width: 100vw;
    height: 100%;
}

input[type="date"] {
    appearance: none;
    min-width: 150px;
    -webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

.dateField {
    color: #666;
    display: inline-flex;
    font-size: 21px;
    padding-left: 5px;
    align-items: center;
    position: relative;
    right: 33px;
    top: 0;
}

fieldset {
    padding: 5px 12px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

legend {
    color: black;
    margin-left: 40px;
}

.fieldLabel {
    color: #000;
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}

.btnRemovePCD {
    padding: 8px 4px !important;
    font-size: 12px !important;
}

.formFieldsHeight {
    height: 35px;
}

.cardMain {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 15px;
}

.cadastro .intro {
    padding: 120px 0 80px !important;
}

h6 {
    color: white !important;
}

.bold-text {
    font-weight: bold !important;
}

.modalBackDrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
}

.modalMessage {
    width: 440px;
    height: 260px;
    color: #0448b5;
    font-weight: bold;
    background: #f2f2f2;
    border: 1px solid;
    border-radius: 10px;
}

.modalMessageLG {
    width: 50%;
    max-width: 630px;
    color: #0448b5;
    font-weight: bold;
    border: 1px solid;
    border-radius: 8px;
    background: #f2f2f2;
}

.loaderIconPos {
    margin-top: 44px;
    margin-left: 150px;
}

.messageText {
    font-size: 26px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.messageSubText {
    font-size: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.btn-top-fixed {
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: none;
}

.scroll-to-top {
    font-size: 40px;
    color: #fff;
}

.uploadContents {
    /* col-6 */
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.upload-icon {
    position: absolute;
    font-size: 57px;
    top: 18px;
    right: 37px;
}

.curriculum-upload {
    .title {
        font-size: 16px;
        line-height: 24px;
        color: #000;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .description {
        font-size: 16px;
        color: #535257;
        line-height: 24px;
        margin-bottom: 16px;
    }

    strong {
        font-weight: bold;
    }
}

.upload-info {
    display: flex;
    border-radius: 12px;
    padding: 10px;
    font-size: 14px;
    color: #27262a;
    font-weight: bold;
    /* position: absolute; */
}

.upload-success-info {
    display: flex;
    display: none;
    color: #065006;
    width: fit-content;
    align-items: center;
    background-color: #ebf6f3;
    border: solid 1px #b7d0bf;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);

    i {
        color: #065006;
        font-size: 20px;
    }

    span {
        margin-left: 12px;
    }
}

.upload-error-info {
    display: flex;
    display: none;
    color: firebrick;
    width: fit-content;
    align-items: center;
    background-color: #f6ebeb;
    border: solid 1px #f2c1c1;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);

    i {
        color: firebrick;
        font-size: 20px;
    }

    span {
        margin-left: 12px;
    }
}

.btn-block {
    display: block;
    width: 100%;
}

.button-white {
    color: #0550C9;
    background: #fff;
    border-radius: 10px;
    width: 50%;
}

.btn-outline-primary {
    background: #fff;
    color: #0550C9 !important;
    border-color: #0550C9 !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #0550C9 !important;
    border-color: #0550C9 !important;
}

.btn-outline-secondary {
    background: #fff;
    color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: none;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #5c636a !important;
    border-color: #565e64 !important;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: none;
}

.btn-danger:hover {
    color: #fff;
    cursor: pointer;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-outline-danger {
    background-color: #fff;
    color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
}

.btn-outline-danger:hover {
    color: #fff !important;
    background-color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
    width: 100%;
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
    box-shadow: none;
}

.ui-datepicker-trigger {
    margin-bottom: 5px;
}

.password-eye {
    color: #666;
    font-size: 22px;
    position: absolute;
    right: 18px;
    top: 33px;
}

.dNone {
    display: none;
}

.w50p {
    width: 50%;
}

.w-auto {
    width: auto;
}

.pl15 {
    padding-left: 15px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.text-center {
    text-align: center;
}

.mainDarkText {
    color: #004c9e;
}

.tooltip-link {
    font-weight: bold;
    color: blue;
}

.action,
.button__fill--primary {
    border-radius: 5px !important;
}

.ui-datepicker-trigger img {
    margin-bottom: 0px !important;
}

button.ui-datepicker-trigger:focus,
button.ui-datepicker-trigger:hover,
button.ui-datepicker-trigger:active {
    transition: none !important;
    border: 0px none !important;
    outline: 0px none !important;
    background-color: transparent !important;
}

.ui-datepicker-trigger {
    max-width: 15%;
}

button.ui-datepicker-trigger {
    transition: none !important;
}

.extension-help {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #0550C9;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.extension-info:hover .extension-help {
    width: 175px;
    height: auto;
    padding: 4px 6px;
    overflow: visible;
    opacity: 1;
    z-index: 9
}

.area-upload {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    margin: 10px 0px 10px 0px;
    padding: 12px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    border-radius: 10px;
}

.area-upload div.div-upload {
    border: 2px dashed #0d8acd;
    border-radius: 10px;
    min-height: 150px;
    text-align: center;
    width: 100%;

    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #0d8acd;
    font-weight: bold;
    position: relative;

    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.area-upload div.div-upload.highlight {
    background-color: #e4f2fe;
}

.area-upload div.div-upload * {
    pointer-events: none;
}

.area-upload input {
    display: none;
}

.upload-file-msg {
    display: block;
}

.questionGPT {
    display: block;
}

.toggleGPT {
    font-size: 14px;
}

.toggle-main-text {
    font-weight: bold;
    color: #004c9e;
    font-size: 14px;
}

.option-main-text {
    color: #004c9e;
    font-size: 16px;
}

.center-content {
    padding: 6px 15px 6px 15px;
    align-items: center;
    display: flex;
}

.file-uploader-header {
    border: 1px solid #0550c9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.file-uploader-header-collapsed {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-transition: .2s;
    transition: .2s;
}

.wrapper-gpt {
    margin-top: 0px !important;
    padding: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top: 0px none !important;
}

.captchaWrapper {
    position: absolute;
    padding: 20px;
    width: 523px;
    height: 194px;
    z-index: 99;
}

.captchaWrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-image: repeating-linear-gradient(-45deg, #000, #000 10px, transparent 10px, transparent 20px); */
    pointer-events: none;
    z-index: 0;
    opacity: 0.7;
    background: white;
}

.captchaContainer {
    position: absolute;
    margin-top: 34px;
    margin-left: 84px;
}

/* Campo de curriculo original */
.file-uploader-input {
    width: 100%;
    padding-left: 8px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.file-uploader {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-left: 0px none;
}

.file-uploader-select {
    border-left: 0px none;
    /* border-right: 0px none; */
    border-right: 1px solid #ced4da;
}

.file-uploader-select:hover {
    background-color: #ced4da;
    border-color: #ced4da;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    label {
        cursor: pointer;
    }
}

.file-uploader-clear {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.file-uploader-clear:hover {
    background-color: #ced4da;
    border-color: #ced4da;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-upload-text {
    cursor: pointer;
}

.question__mark {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #0550C9;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.question__text {
    position: absolute;
    width: 0px;
    height: 20px;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.5px;
    /* top: 11px;
    left: 18px; */
    display: inline-block;
    background: #0550C9;
    -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
    z-index: 999;
}

.info:hover .question__mark {
    background: rgba(28, 94, 199, 0.752941)
}

.info:hover .question__text {
    width: 175px;
    height: auto;
    padding: 4px 6px;
    overflow: visible;
    opacity: 1;
    z-index: 9
}

/* Loader */
.bg-darken-5 {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.d-flex-not {
    display: flex;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;
}

#tabelaDeLaudos,
#tabelaDeLaudos th,
#tabelaDeLaudos td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: .3rem;
}

.cid-laudo {
    padding: 0 1.5rem 0 1.5rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    color: gray;
}

.cid-laudo input {
    margin-right: 0.5rem;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

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

    100% {
        transform: rotate(360deg);
    }
}

/*Botão tipo toggle*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.smallSwitch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input,
.smallSwitch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider,
.smallSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.smallSlider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider,
input:checked+.smallSlider {
    background-color: #0550c9;
    /* background-color: #2196F3; */
}

input:focus+.slider,
input:focus+.smallSlider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before,
input:checked+.smallSlider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round,
.smallSlider.round {
    border-radius: 34px;
}

.slider.round:before,
.smallSlider.round:before {
    border-radius: 50%;
}

/*Tooltip*/
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    border: 2px solid black;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -50px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/*Ajustes mobile*/
@media only screen and (max-width: 760px) {
    .btn-top-fixed {
        position: fixed;
        bottom: 10px;
        right: 13px;
        display: none;
    }

    .scroll-to-top {
        width: 30px;
        height: 30px;
        color: #0550c9;
    }

    .file-uploader-input {
        width: 98px !important;
    }

    .file-uploader-header {
        display: block;
    }

    .upload-icon {
        position: absolute;
        font-size: 51px;
        top: 37px;
        right: 0px;
    }

    .uploadContents {
        /* col-12 */
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .questionGPT {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .toggleGPT {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }

    span.mainDarkText.pl15 {
        padding-left: 0px;
    }

    .captchaContainer {
        position: absolute;
        margin-top: 28px;
        margin-left: -12px;
    }

    .file-uploader {
        padding: 0.375rem 0.3rem;
    }

    #togglePCD {
        display: block;
    }
}

.close-button-docs {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    border: none;
    background: none;
    color: #127a95;
    cursor: pointer;
    padding: 5px 10px;
    font-weight: bold;
    transition: color 0.3s;
}

.close-button-docs:hover {
    color: red;
}

.info-salario {
    top: -40px;
    color: black;
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 30px 30px 20px 30px;
    box-shadow: 0px 10px 37px -23px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 37px -23px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 10px 37px -23px rgba(0, 0, 0, 0.2);
}

.ul-list {
    list-style: disc;
    margin-left: 10px;
    padding: 10px 10px 0px 10px;
}

.li-items {
    padding: 5px 10px;
}

.bold-text {
    font-weight: bold;
}

.info-container {
    border-radius: 4px;
    padding: 10px 20px 0px 20px;
    border: 1px solid #0550c9;
}

.info-container2 {
    padding: 20px;
    min-height: 255px;
    border-radius: 4px;
    border: 1px solid #0550c9;
}

.badge-warning {
    background-color: #ddb53a;
    height: 1.5rem;
    width: 5rem;
    font-size: 13px;
    font-weight: bold;
    align-content: center;
    text-align: center;
    margin-bottom: 1rem;
    border-radius: 5px !important;
}

.icon-mostrar-senha-cadastro {
    position: absolute;
    bottom: 0px;
    bottom: 32px !important;
    color: #666666;
    right: 13px;
}