:root{
    --d-blue: #1D1E4C;
}
.pagetitle h1{
    font-weight: bolder;
    font-size: 40px !important;
}

.btn-rounded{
    border-radius: 50px;
    color:  white !important;
    border: 1px solid var(--d-blue);
    background: white;
    height: 45px;
    width: 45px;
}
.bg-d-blue{
    background: var(--d-blue) !important;
}
.btn-lg-rounded {
    border-radius: 50px;
    padding-inline: 22px;
    padding-block: 7px;
    margin-inline: 8px;
    width: 131px;
}

@media (max-width: 767px) {
    .btn-lg-rounded {
        margin-inline: 0;
    }
}
th {
    text-wrap: nowrap;
}
td, th{
    text-align: start;
    font-size: 14px;
    padding-block: 15px !important;
}
.fw-600{
    font-weight: 600;
}
.custom-shadow{
    box-shadow: 0px 3px 11px 0px #b7b7b7;
}
.custom-input{
    position: relative;
}
.custom-input label{
    font-size: 13px;
    background: white;
    position: absolute;
    top: -9px;
    left: 10px;
    font-weight: 600;
}
.custom-input input, select{
    font-size: 13px;
    width: 100% !important;
    border-radius: 10px;
    padding-block: 12px;
    border: 1px solid var(--d-blue);
}
.custom-input input::placeholder{
    font-style: italic;
}
select{
    padding-inline: 10px !important;
    font-style: italic;
    color: #7b7373;
}

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

.pagination a,
.pagination span {
    display: inline-block;
    padding-inline: 15px;
    padding-block: 7px;
    margin: 0 5px;
    text-decoration: none;
    color: var(--d-blue);
    border: none;
    background-color: transparent;
    border-radius: 5px;
    font-weight: bold;
}

.pagination a:not([rel]),
.pagination span:not([rel]) {
    border-radius: 10px;
}

.pagination a:hover {
    background-color: #f0f0f0;
    color: #000;
}

.page-item.active .page-link:not([rel]) {
    background-color: var(--d-blue) !important;
    color: #FFF !important;
    border: none !important;
}
.page-item a.page-link:not([rel]){
    box-shadow: 0px 3px 11px 0px #b7b7b7;
}
.custom-badge{
    border: 0.1px solid #ccc;
    padding: 7px;
    width: 175px;
    border-radius: 15px;
    color: white;
}
.icons-div a{
    color:#525252 !important;
}

.custom-input .attach-icon{
    position: absolute;
    top: 10px;
    right: 20px;
}
.custom-input .attach-link{
    position: absolute;
    top: 15px;
    right: 20px;
}
.custom-file{
    border: 1px solid var(--d-blue);
    border-radius: 8px;
    font-style: italic;
    font-size: 14px;
    color: #8b7f7f;
    position: relative;
    height: 45px;
    cursor: pointer;
}
.custom-file p{
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 78% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-file img{
    position: absolute;
    right: 15px;
    top: 10px;
    height: 23px;
}
.section-custom-file{
    position: relative;
}

.section-custom-file label{
    position: absolute;
    top: -9px;
    left: 10px;
    background-color: white !important;
    z-index: 10;
    font-size: 13px;
    font-weight: 600;
    color: var(--d-blue);
}
.section-custom-file input{
    display: none;
}

.btn-white-outlined{
    border: 1px solid #1C1E4D;
    color: #1C1E4D !important;
    border-radius: 20px;
    font-weight: bolder;
    padding-inline: 18px;
    padding-block: 7px;
    background: none;
    display: inline-block;
    width: 131px;
}

.btn-transparente{
    background: none;
    border: none;
    color: #525252;
}

.file-drop-area {
    border: 2px dashed #cccccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 50px;
    border-radius: 5px;
}
.file-drop-area.dragover {
    border-color: #000;
}
.btn-select-file{
    background: #E4EEFA;
    color: #44A9DD;
    border: 2px solid #2a6f93;
    border-radius: 10px;
    padding-inline: 10px;
    padding-block: 3px;
    font-size: 14px;
    font-weight: 600;
}
#img-seleccionada{
    height: 325px;
    width: 550px;
    border-radius: 5px;
    position: relative;
}

#img-seleccionada img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
#img-seleccionada button{
    position: absolute;
    right: -15px;
    top: -10px;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    padding: 2px;
    font-weight: bold;
    border: 1px solid #ccc;
}

.link-acceder{
    background: #2A2C58;
    color: white;
    border-radius: 20px;
    /*display: block;*/
    width: 110px;
    text-align: center;
    height: 30px;
    padding-block: 5px;
    font-size: 13px;
    margin: auto;
    display: inline-block;
}

#mdlCard .modal-header, .modal-footer{
    border: none !important;
}

#mdlCard .modal-content{
    height: 700px;
    border-radius: 30px;
}
#mdlCard .modal-header .modal-title{
    font-size: 30px;
    color: #2A2C58;
    font-weight: bolder;
    margin: auto;
}
#mdlCard .modal-header button{
    display: none;
}

#mdlCard .modal-footer{
    display: flex;
    justify-content: center;
}
#mdlCard .modal-body{
    display: flex;
    align-items: center;
    justify-content: center;
}
#mdlCard .modal-body section{
    border-radius: 20px;
    box-shadow: 0px 0px 13px 0px #dbd1d1;
    max-width: 450px;
}
#mdlCard .modal-body #img-seleccionada{
    border-bottom: 1px solid #f0f0f0;
    width: 450px !important;
    height: 275px !important;
}


#img-card{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

#name-card{
    padding-top: 10px;
    height: 100px;
    text-align: start;
    font-weight: bolder;
    color: #0176C8;
    padding-inline: 10px;
    font-size: 20px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-rounded{
    border-radius: 15px;
}

.n-th{
    width: 800px !important;
}
.n-th-900{
    width: 900px !important;
}

.confirmMdl .modal-dialog
.modal-content .modal-header{
    border-bottom: none;
}
.confirmMdl .modal-dialog
.modal-content .modal-header h1{
    font-size: 50px;
    text-align: center;
    font-weight: bolder;
    color: var(--d-blue);
}
.confirmMdl .modal-dialog
.modal-content {
    border-radius: 30px;
    min-height: 350px;
    width: 700px;
}



@media (min-width: 768px) {
        .file-drop-area #seccion-drop{
            display: flex;
            justify-content: center;
        }
        .file-drop-area #seccion-drop div:first-child{
        max-width: max-content;
        }

    }

@media (max-width: 767px) {
    .file-drop-area {
        padding-right: 20px;
    }

    .file-drop-area #seccion-drop{
        max-width: max-content  ;
        margin: 0 auto;
        display: block;
    }
    #mdlCard .modal-body #img-seleccionada{
        border-bottom: 1px solid #f0f0f0;
        width: 100% !important;
        height: 275px !important;
    }
}

@media (max-width: 322px) {
    .btn-white-outlined {
        width: 120px;
    }
    .btn-lg-rounded{
        width: 120px;
    }
}


.page-link[aria-label="Siguiente »"]::before, .page-item.disabled[aria-label="Siguiente »"]::before {
    content: 'Siguiente';
    font-family: inherit;
    font-size: inherit;
}

.page-link[aria-label="Siguiente »"], .page-item.disabled[aria-label="Siguiente »"]{
    visibility: hidden;
}

.page-link[aria-label="Siguiente »"]::before, .page-item.disabled[aria-label="Siguiente »"]::before {
    visibility: visible;
}

.page-link[aria-label="« Anterior"]::before, .page-item.disabled[aria-label="« Anterior"]::before{
    content: 'Anterior';
    font-family: inherit;
    font-size: inherit;
}

.page-link[aria-label="« Anterior"], .page-item.disabled[aria-label="« Anterior"] {
    visibility: hidden;
}

.page-link[aria-label="« Anterior"]::before, .page-item.disabled[aria-label="« Anterior"]::before {
    visibility: visible;
}

.page-item.disabled[aria-label="Siguiente »"] {
    margin-left: 15px;
}

.page-link[aria-label="Siguiente »"]{
    width: 80px;
    display: flex;
    align-items: center;
}
.page-link[aria-label="« Anterior"]{
    width: 100px;
    display: flex;
    align-items: center;
}

.page-item.disabled[aria-label="« Anterior"] {
    display: inline-block;
    width: 80px;
    display: flex;
    align-items: center;
}


@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 650px;
    }
}
