.background_title_main{
    background-color: #ffffff;
    border-radius: 5px;
    height: 40px;
    font-size: large;
    text-align: center;
    line-height: 40px;
    color: #1d3885;
    border: 1px solid #d9d9d9;
    font-weight: 500;
}
.background_title{
    background-color: #1d3885;
    color: white;
    padding: 5px;
    border-radius: 10px 10px 0 0;
}
.text-error{
    font-size: 10px;
    color: red;
}

.message-text-error{
    color: red;
    font-size: 16px;
}
/*START CSS MODAL*/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(77, 101, 147, .25);
    border-radius: 9px;
    outline: 0;
    top: 40px;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dae0ec;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dae0ec;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

@media (min-width: 992px){
    .modal-lg, .modal-xl {
        max-width: 800px;
    }

 }

 @media (min-width: 576px){ 
     .modal-dialog {
         max-width: 500px;
         margin: 1.75rem auto;
     }
 }

.modal-xl{
    max-width: 1000px;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #212837;
}

.fade {
    transition: opacity .15s linear;
}

/*END CSS MODAL*/

.dx-texteditor.dx-state-active.dx-editor-filled, .dxtexteditor.dx-state-active.dx-editor-outlined, .dx-texteditor.dx-state-active.dx-editor-underlined, .dx-texteditor.dx-state-focused.dx-editor-filled, .dx-texteditor.dx-state-focused.dx-editor-outlined, .dx-texteditor.dx-state-focused.dx-editor-underlined{
    border-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
}
[type=text]:focus{
    border-color: rgb(226 232 240 / var(--tw-border-opacity));
    --tw-ring-color: rgb(226 232 240 / var(--tw-border-opacity));
    --tw-ring-shadow:white
}

div:where(.swal2-container) h2:where(.swal2-title) {    
    font-size: 1.6em !important;    
}

.container-spinner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #ffffffd1;
    z-index: 100;
    max-width: 3000px;
}
.container-spinner:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 10;
  }

  .spinner-container {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 40px;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2000;
    border-radius: 10px;
  }
  .spinner-container:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    
}
.width-50{
    width: 30%;
}
.boton-download-file{
    cursor: pointer;
}
.width-30{
    width: 30%;
}