html {
    font-size: 14px;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 12;
    background: #FFFFFF;
    color: #3148F5;
    height: auto;
}

    .main-header .top-section {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        background-color: #237ED6;
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    }

.header-navbar {
    padding-top: 1rem;
}

    .header-navbar .header-box {
        background: #FFFFFF;
        box-shadow: 0px 3px 18px rgba(140, 140, 140, 0.05);
        border-radius: 10px;
    }

        .header-navbar .header-box .anchor-name {
            font-size: 16px;
            line-height: 19px;
            text-transform: uppercase;
        }

        .header-navbar .header-box .items ul li {
            color: #3148F5;
        }

            .header-navbar .header-box .items ul li a {
                font-weight: 500;
                font-size: 14px;
                line-height: 17px;
                color: #3148F5;
            }

                .header-navbar .header-box .items ul li a:hover, .header-navbar .header-box .items ul li a:focus {
                    font-weight: 600;
                    color: #3148F5;
                }

.badge-user {
    border: 1px solid rgba(49, 73, 245, 0.12);
    filter: drop-shadow(0px 3px 18px rgba(140, 140, 140, 0.05));
    border-radius: 10px;
    width: fit-content;
}

    .badge-user .name {
        font-weight: 400 !important;
    }

    .badge-user .profile {
        border: 1px solid rgba(49, 73, 245, 0.12);
        border-radius: 10px;
        margin-top: 6px;
        min-width: 200px;
    }

    .badge-user .links a:hover {
        color: #ffffff !important;
        background-color: #3148F5 !important
    }


.badge-bell {
    background: rgba(219, 51, 51, 0.1);
    box-shadow: 0px 3px 18px rgba(140, 140, 140, 0.05);
    border-radius: 10px;
    height: 38px;
    width: fit-content;
}

    .badge-bell .notification {
        border: 1px solid rgba(49, 73, 245, 0.12);
        border-radius: 10px;
        margin-top: 6px;
        min-width: 450px;
    }

    .badge-bell a {
        margin-top: 2px;
    }

    .badge-bell .number {
        padding: 2px 6px;
        background: #DB3333;
        border-radius: 100px;
        font-weight: 900;
        font-size: 10px;
        line-height: 12px;
        /* identical to box height */

        text-align: center;
        color: #FFFFFF;
    }

.badge-active {
    background: rgba(17, 182, 24, 0.3);
    border-radius: 100px;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #005C04;
}

.badge-inactive {
    background: rgba(46, 46, 46, 0.1);
    border-radius: 100px;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #2E2E2E;
}

.badge-common {
    padding: 5px 10px;
    background: rgba(49, 72, 245, 0.1);
    border-radius: 100px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #3148F5;
}


.loader-background {
    /* display: none; */
    z-index: 99999998 !important;
    background: black;
    opacity: 0.3;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.loader-wrapper {
    /* display: none; */
    position: fixed;
    width: 220px;
    height: 180px;
    background-color: #333;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99999999 !important;
    opacity: 0.8 !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.loader-gif {
    margin-top: 30px;
    height: 64px;
    background: url(/img/loader.gif) no-repeat center;
}

.loader-message {
    margin-top: 20px;
    color: #fff;
}

[v-cloak] {
    display: none;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: linear-gradient(0deg, rgba(230, 230, 230, 0.1), rgba(230, 230, 230, 0.1)), #ffffff;
    color: #2E2E2E;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
}

hr {
    border-color: rgba(96, 97, 99, 0.22);
}

.form-select {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 10px 20px;
    color: #2E2E2E;
}

.form-control {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 10px 20px;
    color: #2E2E2E;
}

a {
    font-size: 16px;
    color: #3148F5;
    text-decoration: none;
}

.btn {
    border-radius: 6px !important;
}

.main-color {
    color: #3148F5;
}

.btn-export-pdf {
    background: #3148F5;
    padding: 14px 25px;
    height: 53px;
    color: #FFFFFF
}

    .btn-export-pdf:hover {
        color: #FFFFFF !important;
        background-color: #2c40dc;
        border-color: #2c40dc;
    }

.btn-export-excel {
    background: #219653;
    border-color: #219653;
    padding: 14px 25px;
    height: 53px;
}

.btn-main {
    background: #3148F5;
    padding: 14px 25px;
    height: 53px;
}

    .btn-main span {
        color: #FFFFFF;
    }

.anchor-regresar {
    font-size: 14px;
    line-height: 17px;
    color: #2E2E2E !important;
    display: block;
    margin-bottom: 24px;
}

    .anchor-regresar:hover {
        text-decoration: underline;
    }

.anchor-delete {
    color: #DB3333 !important;
    cursor: pointer;
}

.main-title {
    font-size: 20px;
    color: rgba(49, 72, 245, 0.7);
}

.sub-title {
    font-size: 20px;
    line-height: 24px;
}

.form-control {
    box-sizing: border-box;
}

.search-input {
    padding: 7px;
    padding-left: 40px;
    background-image: url(/img/search-icon32.png);
    background-repeat: no-repeat;
    background-position: 15px 17px;
    height: 53px;
    font-weight: 500;
}

.custom-search-field-transactions {
    height: 46px !important;
    background-position: 13px 16px !important;
    padding-left: 37px !important;
}

.custom-search-select-transactions {
    height: 46px !important;
}

.btn-light {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 10px !important;
    padding: 14px 25px;
    margin-top: -3px;
    height: 53px;
    font-weight: 800;
    letter-spacing: 0.015em;
    line-height: 22px;
    font-size: 18px;
}

/*Tables*/
thead tr th {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}

tbody tr td {
    font-size: 16px;
}

table a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #3148F5 !important;
}

table .badge {
    font-size: 12px;
    padding: 5px 10px;
}

table tbody tr {
    vertical-align: middle !important;
    height: 57px;
}

table thead tr {
    vertical-align: middle !important;
    height: 39px;
    border-bottom: 1px solid rgba(96, 97, 99, 0.22);
    background: #FFFFFF;
}

    table thead tr th {
        border-bottom: none;
        font-size: 13px !important;
        line-height: 18px;
    }

table tbody tr {
    border: none;
    border-bottom: 1px dashed rgba(96, 97, 99, 0.22);
}

    table tbody tr td {
        border-bottom: none;
    }

table .evenRow {
    background: #FFFFFF;
}

table .oddRow {
    background: #F8F8F8
}

.daterangepicker .calendar-table tr, .daterangepicker .calendar-table tr {
    height: inherit !important;
}

/*Usuarios*/
.full-name {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
}

/*Datepicker*/
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    padding: 1px !important;
    padding-left: 8px !important;
    border-radius: 0.25rem !important;
    color: #212529;
    background-color: #fff;
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="none" stroke="%23343a40" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2 5l6 6 6-6"/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: normal !important;
    font-size: 10px;
}

/*Contrato*/
.div-header-contrato {
    background: #ffffff;
    box-shadow: 0px 23px 18px rgb(140 140 140 / 5%);
    border-radius: 10px;
    height: 134px;
}

    .div-header-contrato .title {
        font-size: 24px;
        line-height: 29px;
    }


/*Tabs*/

.cbx-group {
    display: flex;
    align-items: center;
    height: 45px;
}

    .cbx-group input[type="checkbox"],
    .cbx-group input[type="radio"] {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

    .cbx-group label {
        position: relative;
        margin-right: 45px;
        line-height: 2;
        cursor: pointer;
    }

        .cbx-group label:before {
            margin-top: 36px;
            box-sizing: border-box;
            content: " ";
            position: absolute;
            top: 0.3em;
            left: 0;
            display: block;
        }


    /* Checked */
    .cbx-group input[type="checkbox"]:checked + label, .cbx-group input[type="radio"]:checked + label {
        color: #2E2E2E;
    }

        .cbx-group input[type="checkbox"]:checked + label:before, .cbx-group input[type="radio"]:checked + label:before {
            top: 0;
            width: 100%;
            height: 3px;
            background: #3148F5;
            z-index: 1;
        }

/* HISTORIAL */

.div-historial {
}

    .div-historial .history-row {
        min-height: 57px
    }

    .div-historial i {
        font-size: 16px;
    }

    .div-historial .circle {
        border: 1px solid #3148F5 !important;
        border-radius: 50% !important;
        height: 36px;
        width: 36px;
        background: #3148F5;
        color: #ffffff
    }

    .div-historial table tbody tr {
        border: none !important;
        border-bottom: none !important;
    }

    .div-historial table thead tr, .div-historial table tbody tr {
        vertical-align: top !important;
        height: inherit !important;
    }
/*
    .div-historial .main-color {
        color: #FFFFFF
    }*/

/*Participantes*/
.participante-nombre {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #2E2E2E;
}

.participante-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2E2E2E;
    opacity: 0.8;
    display: block;
    padding-top: 7px
}


.input-file {
    color: rgba(46, 46, 46, 0.8) !important;
}

.input-file-upload {
    background-color: #219653;
    text-align: center;
    border-radius: 50%;
    color: #FFFFFF;
    padding: 5px 6px;
}

.input-file-upload-label {
    font-size: 16px;
    line-height: 19px;
    margin-left: 12px;
}

.input-file-required {
    border-color: #dc3545 !important;
    border: 1px solid;
    border-radius: 10px;
}

.search .el-select input[type="text"] {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    height: 53px;
}

.inForm .el-select {
    display: block;
}

    .inForm .el-select input[type="text"] {
        border: 1px solid #E6E6E6;
        border-radius: 10px;
        height: 46px;
    }


.pd-6px {
    padding-bottom: 6px !important;
}


.fs-11px {
    font-size: 11px
}

.fs-12px {
    font-size: 12px
}

.fs-13px {
    font-size: 13px !important
}

.fs-14px {
    font-size: 14px
}

.fs-15px {
    font-size: 15px
}

.fs-16px {
    font-size: 16px
}

.fs-17px {
    font-size: 17px
}

.fs-18px {
    font-size: 18px !important
}

.fs-19px {
    font-size: 19px !important
}

.fs-20px {
    font-size: 20px !important
}

.fs-22px {
    font-size: 22px !important
}

.fs-24px {
    font-size: 24px !important
}

.fs-26px {
    font-size: 26px !important
}

.fs-28px {
    font-size: 28px !important
}

.fs-30px {
    font-size: 30px !important
}

.fs-34px {
    font-size: 34px !important
}

.fs-40px {
    font-size: 40px !important
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.w-60 {
    width: 60% !important;
}

.w-55 {
    width: 55% !important;
}

.w-45 {
    width: 45% !important;
}

.w-40 {
    width: 40% !important;
}

.w-35 {
    width: 30% !important;
}

.w-30 {
    width: 30% !important;
}

.w-20 {
    width: 20% !important;
}

.w-15 {
    width: 15% !important;
}

.w-14 {
    width: 14% !important;
}

.w-13 {
    width: 13% !important;
}

.w-12 {
    width: 12% !important;
}

.w-11 {
    width: 11% !important;
}

.w-10 {
    width: 10% !important;
}

.w-9 {
    width: 9% !important;
}

.w-8 {
    width: 8% !important;
}

.w-7 {
    width: 7% !important;
}

.w-6 {
    width: 6% !important;
}

.w-5 {
    width: 5% !important;
}


/*Input file*/
.file .v-text-field, .fileIdentificacion .v-text-field, .domicilioFile .v-text-field, .domicilioFile2 .v-text-field, .filePEP .v-text-field, .file-declaracion .v-text-field,
.file-asalariado .v-text-field, .bb1-domicilio-file .v-text-field, .bb1-pep-file .v-text-field, .bb2-domicilio-file .v-text-field, .bb2-pep-file .v-text-field,
.cuentaPersonal-file .v-text-field, .personaJuridicaActividad-file .v-text-field,
.casoPrestamo-file .v-text-field, .cuentaPersonalJuridica-file .v-text-field {
    height: 42px !important;
}

.file .v-text-field--outlined fieldset, .fileIdentificacion .v-text-field--outlined fieldset, .domicilioFile .v-text-field--outlined fieldset, .domicilioFile2 .v-text-field--outlined fieldset, .filePEP .v-text-field--outlined fieldset,
.file-declaracion .v-text-field--outlined fieldset, .file-asalariado .v-text-field--outlined fieldset, .bb1-domicilio-file .v-text-field--outlined fieldset, .bb1-pep-file .v-text-field--outlined fieldset,
.bb2-domicilio-file .v-text-field--outlined fieldset, .bb2-pep-file .v-text-field--outlined fieldset,
.cuentaPersonal-file .v-text-field--outlined fieldset, .personaJuridicaActividad-file .v-text-field--outlined fieldset,
.casoPrestamo-file .v-text-field--outlined fieldset, .cuentaPersonalJuridica-file .v-text-field--outlined fieldset {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 10px 20px;
    color: #2E2E2E;
}

.file .v-text-field--outlined .v-file-input__text, .fileIdentificacion .v-text-field--outlined .v-file-input__text, .domicilioFile .v-text-field--outlined .v-file-input__text, .domicilioFile2 .v-text-field--outlined .v-file-input__text,
.filePEP .v-text-field--outlined .v-file-input__text, .file-declaracion .v-text-field--outlined .v-file-input__text, .file-asalariado .v-text-field--outlined .v-file-input__text,
.bb1-domicilio-file .v-text-field--outlined .v-file-input__text, .bb1-pep-file .v-text-field--outlined .v-file-input__text,
.bb2-domicilio-file .v-text-field--outlined .v-file-input__text, .bb2-pep-file .v-text-field--outlined .v-file-input__text,
.cuentaPersonal-file .v-text-field--outlined .v-file-input__text, .personaJuridicaActividad-file .v-text-field--outlined .v-file-input__text,
.casoPrestamo-file .v-text-field--outlined .v-file-input__text, .cuentaPersonalJuridica-file .v-text-field--outlined .v-file-input__text {
    font-size: 13px;
    margin-top: 5px;
}

.file .v-text-field--outlined.v-input--dense .v-label, .fileIdentificacion .v-text-field--outlined.v-input--dense .v-label, .domicilioFile .v-text-field--outlined.v-input--dense .v-label, .domicilioFile2 .v-text-field--outlined.v-input--dense .v-label,
.filePEP .v-text-field--outlined.v-input--dense .v-label, .file-declaracion .v-text-field--outlined.v-input--dense .v-label, .file-asalariado .v-text-field--outlined.v-input--dense .v-label,
.bb1-domicilio-file .v-text-field--outlined.v-input--dense .v-label, .bb1-pep-file .v-text-field--outlined.v-input--dense .v-label,
.bb2-domicilio-file .v-text-field--outlined.v-input--dense .v-label, .bb2-pep-file .v-text-field--outlined.v-input--dense .v-label,
.cuentaPersonal-file .v-text-field--outlined.v-input--dense .v-label, .personaJuridicaActividad-file .v-text-field--outlined.v-input--dense .v-label,
.casoPrestamo-file .v-text-field--outlined.v-input--dense .v-label, .cuentaPersonalJuridica-file .v-text-field--outlined.v-input--dense .v-label {
    top: 8px !important;
}


/*Modal*/
.modal-content {
    border-radius: 10px !important;
}

    .modal-content .close {
        font-size: 35px;
        color: #3148F5;
        margin-top: -20px;
    }

    .modal-content .modal-header {
        border-bottom: none !important;
    }

    .modal-content .results {
        border: 1px solid rgba(46, 46, 46, 0.1);
        border-radius: 10px !important;
        min-height: 300px;
        max-height: 350px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .modal-content .results .nombre {
            font-weight: 700;
            font-size: 16px;
            line-height: 19px;
            display: block;
        }

        .modal-content .results .email {
            font-size: 12px;
            line-height: 17px;
            color: rgb(46, 46, 46);
            opacity: 0.5;
            display: block;
        }

        .modal-content .results .cedula {
            font-size: 12px;
            line-height: 14px;
            color: rgb(46, 46, 46);
            opacity: 0.5;
        }

        .modal-content .results .persona:hover {
            background: #2e2e2e0a;
            cursor: pointer;
        }


.multiselect__tags {
    border-radius: 10px !important;
    padding: 8px 40px 0 8px;
}

.multiselect__select {
    height: 46px;
}

.multiselect__tag {
    padding: 10px 26px 8px 10px;
    background: rgba(49, 72, 245, 0.1);
    border: 1px solid #3148F5;
    border-radius: 5px;
    color: #3148F5;
}

.multiselect__tag-icon {
    padding-top: 4px;
}

    .multiselect__tag-icon:hover {
        background: #3148f56b;
    }

.multiselect__input, .multiselect__single {
    padding: 8px 0 0 5px;
}



.tabs-select {
    display: none;
}

.text-justify {
    text-align: justify !important;
}

@media (max-width: 1200px) {
    .badge-user {
        margin: 5px 0px !important;
    }

    .badge-bell {
        padding: 0px 8px !important;
    }

    .tabs-radios {
        display: none;
    }

    .tabs-select {
        display: block !important;
        margin-top: -10px !important;
    }

        .tabs-select .el-select {
            width: 100%
        }
}



/*Paginacion*/
.paginacion-numero a {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 7px 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    margin-right: 4px;
    color: #2E2E2E !important;
}

    .paginacion-numero a:hover {
        color: #3148F5 !important;
    }

.paginacion-numero .activo {
    border: 1px solid #4200FF;
    color: #3148F5 !important;
}


.div-participante {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 23px 18px rgb(140 140 140 / 5%);
    padding: 1.5rem !important;
    margin-bottom: 1rem !important;
}

    .div-participante hr {
        color: #dbe0e7;
        opacity: 0.5;
    }

    .div-participante .anchor-documentos:hover {
        text-decoration: underline;
        font-weight: bold;
        cursor: pointer;
    }
