.spacer {
    width: 100%;
    height: 30px;
}

.minispacer {
    width: 100%;
    height: 10px;
}

.app {
    border: 1px solid lightgray;
    border-radius: 5px;
    margin-top: 10px;
    padding: 20px;
    overflow-y: auto;

}



.marked {
    position: relative;
    background-color: #00234e;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    margin: auto;
    top: 4px;
}

.progress, .progress-stacked{
    border-radius:0 !important;
    height:0.6rem !important;
}

.unmarked {
    position: relative;
    border: 1px solid #00234e;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    margin: auto;
    top: 4px;
}


.card-mails {
    background-color: #fbfbfb;
    padding: 10px;
    border: 1px solid #00234e47;
    border-radius: 5px;
}

.card-resumen {
    padding: 5px;
    /*background-color: #f5f5f5;*/
    border: 1px solid #e7e7e7;
    border-radius: 2px;
}

.card-resumen-title {
    background-color: #ee164c;
    color: white;
    padding: 10px;
}

.card-question {
    border: 1px solid rgba(233, 233, 233, 1);
    border-radius: 2px;
    background-color: rgba(245, 245, 245, 1);
    padding: 5px;
    margin-bottom: 5px;
}

.card-question-mi {
    border: 1px solid rgb(21, 148, 21);
    border-radius: 2px;
    background-color: rgba(222, 247, 209, 0.2);
    padding: 5px;
    margin-bottom: 5px;
}

.resumen-question-title {

    color: #2d6bb7;
    color: #ee164c;
    color: #ee164c;
    color: #00234e;

    font-family: raleway;
    font-size: 13px;
    font-weight: 600;
}

.resumen-question-text {
    color: #00234e;
    color: black;
    color: #000000a3;
    font-family: raleway;
    font-size: 12px;
    font-weight: 600;
}

.email-text {
    color: #00234e94;
}

.row.section {
    background-color: rgb(158 158 158 / 5%);
    padding-top: 10px;
    padding-bottom: 10px;
}

.question-tittle {
    color: #ee164c;
    font-family: raleway;
    font-size: 12px;
    font-weight: 600;
}

.question-tittle-mi {
    color: rgb(21, 148, 21);
    font-family: raleway;
    font-size: 12px;
    font-weight: 600;
}

.question-list-label {
    font-family: raleway;
    font-size: 12px;
    font-weight: 400;
    color: gray;
}

.question-list-text {
    font-family: raleway;
    font-size: 12px;
    font-weight: 600;
}

.question-list-number {
    font-family: roboto;
    font-size: 12px;
    font-weight: 600;
}

.bcop {
    background-color: #00234e;
    color: white;
    font-family: roboto;
    display: inline-block;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 0px;
    padding-top: 0px;
    border-radius: 15px;
}

.bctx {
    display: inline-block;
    font-family: raleway;
    font-size: 11px;
    width: 75%;
}

.bcstep {
    display: inline-block;
    background-color: transparent;
    color: #ee164c;
    text-align: center;
    line-height: 1.1;
    margin-right: 10px;
    border-radius: 10px;
    height: 24px;
    border: 1px solid #ee164c;
}

.req-field {
    border:2px solid red !important;
}

.req-field:focus {
    border:2px solid red;
}

.requieredField {
    background-color: red;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    width: fit-content;
    border-radius: 5px;
    font-size: 12px;
}

.helpText{
    font-size: 12px;
    color:#8a8a8a;
}

.bcstep:hover {
    cursor: pointer;
    color: #00234e;
    border: 1px solid #00234e;
}

.bc-ready {
    background-color: #00234e;
    border: 1px solid #00234e;
    color: white;
}

.bc-ready:hover {
    cursor: pointer;
    background-color: #2d6bb7;
    color: white;
    border: 1px solid #2d6bb7;
}

.bc-disabled {
    background-color: #9c9c9c;
    border: 1px solid #9c9c9c;
    color: white;
}

.bc-disabled:hover {
    background-color: #9c9c9c;
    border: 1px solid #9c9c9c;
    color: white;
    cursor: not-allowed;
}

.bc-checked {
    display: inline-block;
    width: 10%;
}


.bcsep {
    display: inline-block;
    width: 100%;
}

.bcseplin {
    background-color: rgba(0, 35, 78, 0.9);
    height: 2px;
    width: 100%;
    margin-bottom: 3px;
    margin-right: 3px;
}

.breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
}

.row-grey {
    background-color: rgba(0, 35, 78, 0.9);
    color: white;
}

.row-log {
    background-color: rgb(215 224 235 / 90%);
}



.mainTooltip {
    position: absolute;
    max-width: 125px;
    z-index: 20;
}

.chkTooltip {
    margin: auto;
    width: fit-content;
    background-color: #e4edd7;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-top: 3px;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #82ad8d;
    font-family: 'Roboto';
    font-size: 12px;
}

.chkTooltipDown {
    background-color: #e4edd7;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin: auto;
    position: relative;
    top: -5px;
    border-right: 1px solid #82ad8d;
    border-bottom: 1px solid #82ad8d;
}

.row-question {
    border-bottom: 1px solid #00234e;
    background-color: rgb(251 251 251);
    background-color: transparent;
    font-size: 12px;
    cursor:grab;
}

.row-question:hover {
    background-color: #dddddd;
}

.row-mi-question {
    border-bottom: 1px solid rgba(0, 35, 78, 0.5);
    background-color: transparent;
    font-size: 12px;
    cursor:grab;
}

.notificacion {
    position: absolute;
    background-color: red;
    width: 25px;
    height: 25px;
    text-align: center;
    top: -10px;
    right: -10px;
    border-radius: 20px;
    outline: 3px solid white;
    box-shadow: 2px 3px 11px black;
    font-family: roboto;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.9;
}

.changesQuestion {
    position: relative;
    margin-left: 5px;
    background-color: #8BC34A;
    color: white;
    padding-left: 3px;
    padding-right: 3px;
    width: fit-content;
    padding-bottom: 2px;
    border-radius: 3px;
    line-height: 1;
    font-size: 10px;
    margin-top: 4px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.changesFile {
    position: relative;
    margin-left: 5px;
    background-color: #8BC34A;
    color: white;
    padding-left: 3px;
    padding-right: 3px;
    width: fit-content;
    padding-bottom: 2px;
    border-radius: 3px;
    line-height: 1;
    font-size: 10px;
    margin-top: 4px;
    display: inline-block;
}

.changesMod {
    background-color: #8BC34A;
    padding-left: 5px;
    padding-right: 5px;
    width: fit-content;
    float: right;
    position: relative;
    top: 0px;
    font-family: 'Roboto';
    font-size: 12px;
    color: white;
    border-radius: 3px;
}

.row-list-question {
    /*border-bottom: 2px solid #ff0101;*/
    background-color: rgb(251 251 251);
    background-color: transparent;
    font-size: 12px;
    display: inline-block;
}

.row-mi-list-question {
    /*border-bottom: 2px solid #ff0101;*/
    font-size: 12px;
    display: inline-block;
}

.row-tittle-question {
    font-size: 1rem;
    background: transparent;
    display: inline-block;
    font-family: "arial";
    font-weight: bold;

}

.text-table-cell {
    padding: 5px;
}

.btn-usm {
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 1px;
    font-size: 12px;
    border-radius: 3px;
}

.files-uploaded {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    display: inline-block;
    position: relative;
    left: -15px;
}

.file-erase {
    border-radius: 50%;
    background-color: rgb(110, 1, 1);
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 16px;
    transform: rotate(45deg);
    display: inline-block;
    margin-left: 9px;
}

.file-erase:hover {
    cursor: pointer;
    background-color: red;
}

.btn-primary {
    background-color: #ee164c;
    border: 1px solid #ee164c;
    font-family: "Raleway";
    font-size: 12px;
}

.btn-primary-green {
    background-color: #8BC34A;
    border: 1px solid #8BC34A;
    font-family: "Raleway";
    font-size: 12px;
    color: white;
    width: -webkit-fill-available !important;
}


.btn-terciary {
    background-color: #8a8a8a !important;
    border: 1px solid #8a8a8a !important;
    font-family: "Raleway";
    font-size: 12px;
    color: white !important;
}

.btn-primay:hover,
.btn:hover {
    background-color: white !important;
    border: 1px solid #ee164c !important;
    color: #ee164c !important;
}

.btn-primary-cel {
    background-color: #027ff3;
    border: 1px solid #027ff3;
    color: white;
    font-family: "Raleway";
    font-size: 12px;
}

.btn-primay-cel:hover,
.btn:hover {
    background-color: white !important;
    border: 1px solid #027ff3 !important;
    color: #027ff3 !important;
}

.btn-primary-add {
    background-color: #00234e;
    border: 1px solid #00234e;
    font-family: "Raleway";
    font-size: 12px;
    color: #fff;
}

.btn-primay-add:hover,
.btn:hover {
    background-color: white !important;
    border: 1px solid #00234e !important;
    color: #00234e !important;
}

.fileUpload {
    font-family: "roboto";
    font-size: 12px;
    color: #00234e;
    padding-left: 15px;
    padding-top: 10px;
}

.badinput {
    border-color: rgb(255, 0, 0);
    box-shadow: rgba(253, 13, 14, 0.25) 0px 0px 0px 0.25rem;
}

.delete-file {
    background: rgb(145, 2, 2);
    color: white;
    font-family: 'Roboto';
    font-size: 12px;
    border-radius: 21px;
    padding-bottom: 1px;
    text-align: center;
    width: 19px;
    display: inline-block;
    margin-left: 10px;
}

.delete-file:hover {
    cursor: pointer;
    background: red;
}

.btn-primary:disabled {
    background-color: rgba(238, 22, 76, 0.5);
    border: 1px solid rgba(238, 22, 76, 0.5);
    font-family: "Raleway";
    font-size: 12px;
}

.card-def {
    padding: 10px;
    font-size: 14px;
    background-color: #edecec;
    border-radius: 5px;
    /*  visibility: hidden; */
}


.card {
    border-radius: 0px;
    border: none;
}

.row-covertype {
    background-color: #afafaf29;
    margin-bottom: 3px;
}

.row-resume {
    background-color: #f5f5f5;
    ;
    margin-bottom: 3px;
}

.row-list-covertype {
    padding-left: 10px;
    width: 40%;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
}

.loader {

    background-color: rgb(0 0 0 / 21%);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 200;

}

.spinner {
    background-image: url(../img/loader3.svg);
    height: 200px;
    width: 200px;
    background-repeat: no-repeat;
    margin: auto;
    position: absolute;
    top: 46%;
    left: 46%;
}

.requerida {
    color: #ee164c !important;
}

.plan {
    margin-left: 23%;
}

.btn-primary-blue {
    background-color: #00234e;
    border: 1px solid #00234e;
    color: white;
    font-family: "Raleway";
    font-size: 12px;
    border-radius: 0px;
}

.btn-primary-mi {
    background-color: #1e6601;
    border: 1px solid #1e6601;
    color: white;
    font-family: "Raleway";
    font-size: 12px;
    border-radius: 0px;
}


.btn-primary-q-edit {
    background-color: #027ff3;
    border: 1px solid #027ff3;
    color: white;
    font-family: "Raleway";
    font-size: 11px;
    font-weight: 500;
    border-radius: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 0px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.btn-small {
    border-radius: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 0px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.titulo-seccion {
    margin-left: 18px;
    margin-bottom: 15px;
    font-family: 'raleway';
    font-size: 18px;
    font-weight: bold;
}

.titulo-seccion-blue {
    font-family: raleway;
    font-size: 20px;
    font-weight: bold;
    color: #00234e;
}


.solicitante {
    background-color: #00234e;
    border: 1px solid #00234e;
    padding: 15px
}

.titulo-division {
    font-family: 'raleway';
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.hr-solicitante {
    border-color: #ee164c;
    opacity: 1;
}

.hr-solicitante-blue {
    border-color: #00234e;
    opacity: 0.2;
}

.columna-datos-titulo {
    font-size: 20px;
    font-family: "raleway";
    font-weight: 700;
    display: inline-block;
    width: 92px;
    color: white
}

.columna-datos-titulo-solicitante {
    font-size: 16px;
    font-family: "raleway";
    font-weight: 700;
    display: inline-block;
    width: 155px;
    color: white;
}

.columna-datos-texto {
    display: inline-block;
    /*padding-left: 15px;*/
    font-size: 16px;
    font-family: "roboto";
    color: white;
}

.btn-primary-q-edit:hover {
    background-color: #00234e !important;
    border: 1px solid #00234e;
}

.btn-primary-q-edit-red {
    background-color: #ee164c;
    border: 1px solid #ee164c;
    color: white;
    font-family: "Raleway";
    font-size: 11px;
    font-weight: 500;
    border-radius: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 0px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.btn-primary-q-edit-red:hover {
    background-color: #700722 !important;
    border: 1px solid #700722;
}

.btn-primay:hover,
.btn:hover {
    background-color: white !important;
    border: 1px solid #00234e !important;
    color: #00234e !important;
}

.invalid {
    border: 2px solid rgb(255, 0, 0);
    outline: 4px solid rgba(256, 0, 0, 0.1);
    border-radius: 3;
}

.blueExp {
    background-color: #00234e;
}

.custom-select {
    background-color: #00234e;
    color: white;
    font-family: "Raleway";
    font-size: 12px;
}

.field-error {
    color: red;
}

.field-msg {
    display: none;
}

.deleted-company {
    background-color: red;
    color: white;
    text-align: center;
    width: 120px;
}

.ver-pass {
    position: relative;
    height: 28px;
    width: 28px;
    top: 30px;
    display: inline-block;
    background-image: url("../img/icon-svgs/eye.svg");
    background-position: center;
}

.ver-pass:hover {
    cursor: pointer;
}