:root {
    --color-muted: #818A90;
    --color-white: #FFFFFF;
    --color-label-input: #979797;
    --color-disabled: #EEEEEE;
    --color-text: #212529;
    --color: 191, 40%;
    --l: 35%;
    --color-primary: hsl(var(--color), var(--l));
    --color-primary-dark: hsl(var(--color), calc(var(--l) - 15%));
    --color-primary-light: hsl(var(--color), calc(var(--l) + 20%));
    --color-secondary: #FDCA40;
    --color-cancel: #dc3545;
    --color-invalid: #ffdddd;
    --color-valid: #04AA6D;
}

a {
    text-decoration: none;
}

.menu-login ul {
    list-style: none!important;
    padding-inline-start: 0px!important;
    padding-left: 0px!important;
}

.menu-login{
    background-color: var(--color-secondary);
    border-radius: 20px;
    padding: 15px;
}

.bootstrap-wrapper .menu-login ul li a {
    display: flex;
    justify-content: start;
    align-items: center;
}

.bootstrap-wrapper .menu-login ul li a span{
    margin-left: 10px;
}

.foto-perfil{
    height: 100%;
    width: 100%;
    border-radius: 15px;
}

.nombre-perfil{
    color: var(--color-white);
}

table td a {
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.detalle-oferta p, .panel-info-oferta small {
    font-weight: normal;
}

.bootstrap-wrapper .detalle-oferta .row p,
.bootstrap-wrapper .panel-info-oferta .row p{
    margin-bottom: 20px;
}

.panel-info-oferta .contenedor{
    background-color: var(--color-disabled);
    padding: 25px;
}

.panel-info-oferta .contenedor-imagen{
    width: 100%;
    height: auto;
}

.panel-info-oferta .contenedor-imagen img{
    width: 100%;
    height: auto;
}

.panel-info-oferta button.btn{
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#ofertas_list_wrapper input[type="search"], #candidaturas_list_wrapper input[type="search"], #invitaciones_list_wrapper input[type="search"]{
    border: 1px solid #dee2e6;
}

.subtitle.bar::after{
    content: " ";
    width: 10%;
    border-bottom: 3px solid var(--color-primary);
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.c-color1{
    color: var(--color-primary);
}

.modal .border-bottom{
    border-bottom: 2px solid #dee2e6;
}

.modal .margin-top{
    margin-top: 10px;
}

.modal a.btn, .modal button.btn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.bootstrap-wrapper form .field-group,
.modal-body form .field-group{
    position: relative;
    border: 1px solid #DFE3E6;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: var(--color-white);
}
.bootstrap-wrapper form .field-group.invalid, 
.modal-body form .field-group.invalid,
input.invalid,
select.invalid, 
.select2.invalid .select2-selection,
.bootstrap-wrapper form .field-group label.invalid,
.modal-body form .field-group label.invalid,
.bootstrap-wrapper form .form-control.invalid:focus {
    background-color: var(--color-invalid)!important;
}

.bootstrap-wrapper form .field-group:focus-within,
.modal-body form .field-group:focus-within {
    border-color: var(--color-muted);
}

.bootstrap-wrapper form .field-group>label,
.modal-body form .field-group>label {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 0;
    color: var(--color-label-input);
    font-size: 14px;
    font-weight: normal;
}

.bootstrap-wrapper form .field-group>.field-wrapper,
.modal-body form .field-group>.field-wrapper,
.bootstrap-wrapper form .field-group>.field-wrapper-select,
.modal-body form .field-group>.field-wrapper-select {
    padding: 0 10px;
}

.bootstrap-wrapper form .field-group>.field-wrapper>input,
.modal-body form .field-group>.field-wrapper>input {
    border: none;
    padding: 0;
}

.bootstrap-wrapper form .field-group>.field-wrapper>input,
.modal-body form .field-group>.field-wrapper>input {
    border: none;
    padding: 0;
}

.bootstrap-wrapper form .field-group-disabled,
.modal-body form .field-group-disabled {
    background: var(--color-disabled);
}

.bootstrap-wrapper form .form-control {
    width: 100%;
    height: 36px;
    border: none;
    padding: 5px 7px 5px 15px;
    background: var(--color-white);
    color: var(--color-text);
    border-radius: 10px;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: none;
}

.bootstrap-wrapper form .form-control:focus {
    box-shadow: none;
}

.bootstrap-wrapper form .form-control:disabled,
.bootstrap-wrapper form .form-control[readonly] {
    background: var(--color-disabled);
}

.bootstrap-wrapper form .required{
    line-height: unset;
}

.bootstrap-wrapper form small.pull-right,
.modal-body small.pull-right{
    float: right;
}

.bootstrap-wrapper form input[type="number"]{
    text-align: start;
}

form .alert {
    border: 2px solid transparent;
    border-radius: 10px;
    margin: 5px 0;
    position: relative;
    padding: 10px 15px;
    margin-bottom: 20px;
}

form button {
    margin-bottom: 20px;
}

button[type=submit][disabled=disabled] {
    cursor: not-allowed;
}

.btn.btn-primary {
    cursor: pointer;
    background: var(--color-primary);
    display: inline-block;
    width: 100%;
    font-size: 16px;
    height: 50px;
    color: var(--color-white);
    text-decoration: none;
    border: none;
    border-radius: 10px;
}

.btn.btn-primary:disabled {
    background: var(--color-primary);
}

.btn.btn-primary:hover
{
background: var(--color-primary-light);
}

.btn.btn-primary:active,
.btn.btn-primary:focus {
    background: var(--color-primary);
}

.btn.btn-secondary {
    cursor: pointer;
    background: var(--color-secondary);
    display: inline-block;
    width: 100%;
    font-size: 16px;
    height: 50px;
    color: var(--color-white);
    text-decoration: none;
    border: none;
    border-radius: 10px;
}

.btn.btn-secondary:hover {
    background: var(--color-secondary);
    filter: brightness(110%);
}

.btn.btn-secondary:disabled {
    background: var(--color-secondary);
}

.btn.btn-secondary:active,
.btn.btn-secondary:focus {
    background: var(--color-secondary);
}

.btn-danger {
    cursor: pointer;
    background: var(--color-cancel);
    display: inline-block;
    width: 100%;
    font-size: 16px;
    height: 50px;
    color: var(--color-white);
    text-decoration: none;
    border: none;
    border-radius: 10px;
}

.btn-danger:hover {
    background: var(--color-cancel);
    filter: brightness(110%);
}

.btn-danger:active,
.btn-danger:focus {
    background: var(--color-cancel);
}

.btn-danger:disabled {
    background: var(--color-cancel);
}

/* FORM */

/* Hide all steps by default: */
.bootstrap-wrapper form .tab {
    display: none;
}

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: var(--color-disabled);
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

.step.finish {
    background-color: var(--color-valid);
}

#empresa .delete,
#idioma .delete,
#formacion .delete {
    display: none;
}

.bootstrap-wrapper .bc-color1,
.bootstrap-wrapper .step.finish,
.bootstrap-wrapper .step.active {
    background-color: var(--color-primary) !important;
    color: #fff;
    text-transform: none;
}

.bootstrap-wrapper form .documento-file {
    min-height: 100px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    border: 1px dashed #95989A;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.bootstrap-wrapper form .documento-file .documento-file-text-wrapper {
    flex: 1;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.bootstrap-wrapper form .documento-file .documento-file-text-wrapper .documento-file-text {
    margin-top: auto;
    margin-bottom: auto;
}

.bootstrap-wrapper form .documento-file input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 3;
}
.bootstrap-wrapper {
    position: relative;
}
.loader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url('./../images/loading.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
    background-size: 200px;
    /* min-height: 500px; */
}

.bootstrap-wrapper form .field-group>.field-wrapper .select2-container,
.modal-body form .field-group>.field-wrapper .select2-container {
    width: 100% !important;
}

.bootstrap-wrapper form .field-group>.field-wrapper .select2-container .select2-selection,
.modal-body form .field-group>.field-wrapper .select2-container .select2-selection {
    border: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: none;
    height: 36px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
}

.bootstrap-wrapper form .field-group>.field-wrapper .select2-container .select2-selection .select2-selection__rendered,
.modal-body form .field-group>.field-wrapper .select2-container .select2-selection .select2-selection__rendered {
    padding-left: unset;
    padding-right: unset;
    line-height: 36px;
}

.bootstrap-wrapper form .field-group>.field-wrapper .select2-container .select2-selection .select2-selection__arrow,
.modal-body form .field-group>.field-wrapper .select2-container .select2-selection .select2-selection__arrow {
    height: 36px;
}

.ck-editor__editable_inline {
    min-height: 200px;
}

.ck.ck-editor__editable_inline {
    border: none !important;
}

.ck.ck-toolbar {
    border: none !important;
}

.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
    box-shadow: none !important;
}

a.menu-active{
    filter: brightness(110%);
}

.profile-image-wrapper {
    position: relative;
    max-width: 100px;
    width: 100px;
    max-height: 100px;
    height: 100px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
    background-color: #F6F6FA;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    display: flex;
}

.profile-image-wrapper .profile-image-border {
    pointer-events: none;
    text-align: center;
    padding: 5px;
    border-radius: 30px;
    display: table;
    width: 100%;
    height: 100%;
}

.profile-image-wrapper .profile-image {
    min-height: 100%;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    background: white;
}

.profile-image-wrapper button.icono {
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    z-index: 99;
    top: -10px;
    border-color: black;
    right: -5px;
    padding: 0;
}

.profile-image-wrapper .profile-image img {
    width: auto;
    height: 100%;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
}

.profile-image-wrapper .profile-image i {
    font-size: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

table.dataTable{
    min-width: 100%!important;
    max-width: 100% !important;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: right;
    }
}

.detalle-oferta-responsive .btn{
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.detalle-oferta img {
    max-width: 100% !important;
}

.detalle-oferta table {
    width: 100% !important;
}

.bootstrap-wrapper .modal#eliminarCuentaModal .modal-body p{
    margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
    .btn.btn-secondary{
        font-size: 10px;
    }

    .bootstrap-wrapper form#recuperar_password_email{
        margin-top: 10px;
    }

    .bootstrap-wrapper form #prevBtn{
        margin-bottom: 10px;
    }

    .bootstrap-wrapper #inicio_shortcode div.inicio,
    .bootstrap-wrapper #inicio_shortcode div.mis-candidaturas,
    .bootstrap-wrapper #inicio_shortcode div.editar-perfil,
    .bootstrap-wrapper #inicio_shortcode div.ajustes{
        margin-top: 10px;
    }
}