@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");


/* .select2-container { 
    z-index: -1 !important;
} */

.text-big{
font-size: 25px;
}
.bg-grey{
    background-color: #EFF1F3; 
}

.smallx {
    font-size:10px !important;
}


.disabledx {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.cardx {
    border-radius: 0px !important;
    border: 0 !important;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 10%), 0 0px 0px 0 rgb(0 0 0 / 8%) !important;
}

.debugx {
    display: none;
    /* ============== */
    /* background-color: orange;
    color:black;
    padding-right: 5px;
    padding-left: 5px;
    border:1px solid #ccc;  */
}

.card-titlex {
    font-size: 19px !important;
}

.z99 {
    z-index: 99 !important;
}

.modal-dialog {
    max-width: 100% !important;
}

/* #loader { 
    opacity: 0.7 !important;
} */

.swal2-loader {
    width: 4.2em !important;
    height: 4.2em !important;
    border-width: 0.5em !important;
    border-color: #fff transparent !important;
}

/*===== VARIABLES CSS =====*/
:root {
    --header-height: 3rem;

    /*========== Colors ==========*/
    --first-color: #069C54;
    --first-color-alt: #048654;
    --title-color: #393939;
    --text-color: #707070;
    --text-color-light: #A6A6A6;
    --body-color: #FBFEFD;
    --container-color: #FFFFFF;

    /*========== Font and typography ==========*/
    --body-font: 'Poppins', sans-serif;
    --biggest-font-size: 2.25rem;
    --h1-font-size: 1.5rem;
    --h2-font-size: 1.25rem;
    --h3-font-size: 1rem;
    --normal-font-size: .938rem;
    --small-font-size: .813rem;
    --smaller-font-size: .75rem;

    /*========== Font weight ==========*/
    --font-medium: 500;
    --font-semi-bold: 600;

    /*========== Margenes ==========*/
    --mb-1: .5rem;
    --mb-2: 1rem;
    --mb-3: 1.5rem;
    --mb-4: 2rem;
    --mb-5: 2.5rem;
    --mb-6: 3rem;

    /*========== z index ==========*/
    --z-tooltip: 10;
    --z-fixed: 100;
}

@media screen and (min-width: 768px) {
    :root {
        --biggest-font-size: 4rem;
        --h1-font-size: 2.25rem;
        --h2-font-size: 1.5rem;
        --h3-font-size: 1.25rem;
        --normal-font-size: 1rem;
        --small-font-size: .875rem;
        --smaller-font-size: .813rem;
    }
}

#appCapsule {
    padding: 8px 0 !important;
}

.mb-10 {
    margin-bottom: 80px !important;
}

.fab {
    font-family: 'Poppins', sans-serif !important;
}

/*========== BASE ==========*/
*,
::before,
::after {
    box-sizing: border-box;
    /* padding: 0;
  margin: 0; */
}

html {
    scroll-behavior: smooth;
}

.card .card-body {
    padding: 12px 8px !important; 
}
h1, h2, h3, h4, h5, h6 { 
    margin: 0 !important; 
}

/* body{
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
} */
body {
    /* margin: var(--header-height) 0 0 0 !important; */
    font-family: var(--body-font) !important;
    font-size: var(--normal-font-size) !important;
    /* background-color: var(--body-color) !important; */
     background-color: #f4f9f9 !important; 
    
    color: var(--text-color) !important;
    line-height: 1.6 !important;
    /* overflow: hidden; */
}

/* html {
    height: 100%;
} */
/* ==== datatable ==== */

.page-item.active .page-link {
    z-index: 0 !important;
}

.dataTables_processing {
    top: 0px !important;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 100% !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/*div.dataTables_length{
    text-align: right !important;
}*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/

.breadcrumb {
    margin: 0px !important;
}

.form-group {
    margin-bottom: 0 !important;
}

/* body {
    padding-top: 0px !important; 
    min-height: 100%; 
    font-family: 'Sarabun', sans-serif;
    font-size: 14px !important;
    background-color: #e9ecef;
} */
/* .container { */
/* width: 100% !important;
    max-width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important; */
/* } */
/* .btn {
    border-radius: 5px !important; */
/*border: 1px solid gray !important;*/
/* }
.modal-content {
    border-radius: 5px !important;
} */
/* .card {
    border-radius: 5px !important;
} */
/* .row, .row.container, .row.container-fluid {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
}
.row>[class^="col-"] {
    padding: 8px;
} */
/*.breadcrumb {
    margin-top: -4px;
    margin-bottom: 2px;
    position: fixed;
    width: 100%;
}*/

/*================================*/

/*.checkbox label .checkbox-decorator .check, label.checkbox-inline .checkbox-decorator .check {
    z-index: -1 !important;
}*/

/*================================*/

.flatpickr-wrapper {
    width: 100% !important;
}

/*================================*/

.custom-file-control:disabled,
.form-control:disabled,
.form-control[readonly],
[readonly].custom-file-control {
    background-color: transparent !important;
}

.bmd-label-static,
.is-filled .bmd-label-floating,
.is-focused .bmd-label-floating {
    top: 0.5rem !important;
    font-size: 1rem !important;
}

.bmd-label-floating .bmd-label-placeholder {
    top: 0.5rem !important;
    font-size: 1rem !important;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.breadcrumb {
    border-bottom: 1px solid #ccc !important;
    background-color: #fff !important;
}

/*================================*/

.dropzone {
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    max-width: 100%;
}

.dz-image>img {
    width: 100%;
    height: 100%;
}

.dz-remove {
    display: inline-block !important;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1000;
    font-size: 1.2em !important;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
    border: 1px solid gray !important;
    border-radius: 1.2em;
    color: red;
    background-color: white;
    opacity: .5;
}

.dz-remove:hover {
    text-decoration: none !important;
    opacity: 1;
}

/*================================*/

.swal2-container {
    z-index: 999999 !important;
}

/*================================*/

.parsley-success {
    color: #468847;
    /*background-color: #DFF0D8;*/
    /*border: 1px solid #D6E9C6;*/
}

.parsley-error {
    color: #B94A48;
    /*background-color: #F2DEDE;*/
    /*border-radius: 2px;*/
    /*border: 1px solid #EED3D7;*/
}

.parsley-errors-list {
    display: block;
    color: red;
    /*background-color: #fff;*/
    border-color: #ebccd1;
    /*text-align: left !important;*/
    list-style: none;
    /*margin-top: 10px;*/
    /*border-radius: 5px;*/
}

/* select.form-control {
    background-image: url(https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png) !important;
    background-size: 35px !important;
    background-repeat: no-repeat;
    margin-right: 30px !important;
    background-position: right center;
    border-radius: 7px;
    height: calc(2.6rem) !important;
}

select.custom-select {
    background-image: none !important;
    background-repeat: no-repeat;
    margin-right: 30px !important;
    background-position: right center;
    border-radius: 7px;
    height: calc(1.6rem) !important;
} */

.custom-file-control:disabled,
.form-control:disabled,
.form-control[readonly],
[readonly].custom-file-control {
    background-color: transparent !important;
}

@media (max-width: 978px) {
    .container-fluid {
        padding: 0;
        margin: 0;
    }
}

.material-icons {
    vertical-align: bottom !important;
}

/* ============= loading ============= */

/*div.swal2-buttonswrapper.swal2-loading {
  display: none !important;
}*/

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.parsley-errors-list {
    color: red;
    padding: 10px;
    text-align: left !important;
    font-size: 12px;
}

fieldset[disabled][disabled] .form-control,
fieldset[disabled][disabled] .custom-file-control,
.form-control.disabled,
.disabled.custom-file-control,
.form-control:disabled,
.custom-file-control:disabled,
.form-control[disabled],
[disabled].custom-file-control {
    background-repeat: no-repeat !important;
    background-image: none !important;
    /*  -webkit-box-shadow: inset 0 0px 0 !important;
    box-shadow: inset 0 0px 0 !important;*/
}

/*.custom-file-control:disabled, .form-control:disabled, .form-control[readonly], [readonly].custom-file-control {
   background-image: none !important;
}*/

tfoot {
    display: table-header-group;
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        margin-top: 3px;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
        Label the data
        */
    #no-more-tables td:before {
        content: attr(data-title);
    }
}

/*=====================*/

/* Table responsive show scrollbar */

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
    width: 12px;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}


.custom-file-upload {
    height: 88px !important;
}


.select2-container .select2-selection--single {
    height: 42px !important;
}


.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

@media print {
    body * {
        visibility: hidden;
    }

    #section_print,
    #section_print * {
        visibility: visible;
    }

    #section_print {
        position: absolute;
        left: 0;
        top: 0;
    }
}

#box {
    width: 400px;
    margin: 1% auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    padding: 20px 50px;
    box-sizing: border-box;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    border-radius: 2%
}

#Change-Password {
    margin-bottom: 1.5em;
    font-size: 30px;
    color: #484548;
    font-weight: 100;
}

#Change-Password span,
#txt-small {
    display: block;
    font-size: 14px;
    color: #989598;
}

#txt-small {
    font-style: italic;
    font-size: 11px;
}

#myform-search p {
    position: relative;
}

.password {
    width: 90%;
    padding: 15px 12px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-bottom: 2px solid #ddd;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2) !important;
    color: #555;
}

.password+.unmask {
    position: absolute;
    right: 6%;
    top: 10px;
    width: 25px;
    height: 25px;
    background: transparent;
    /* border-radius: 50%; */
    cursor: pointer;
    border: none;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    line-height: 24px;
    -webkit-appearance: none;
    outline: none
}

.password+.unmask:before {
    content: "\f06e";
    position: absolute;
    top: 6px;
    left: 0;
    width: 25px;
    height: 24px;
    /* background: rgba(205, 205, 205, 0.2); */
    z-index: 1;
    color: #aaa;
    /* border: 2px solid;
    border-radius: 50%; */
}

.password[type="text"]+.unmask:before {
    content: "\f070";
    background: rgba(105, 205, 255, 0.2);
    color: #06a
}

#valid {
    font-size: 12px;
    color: #daa;
    height: 15px
}

#strong {
    height: 20px;
    font-size: 12px;
    color: #daa;
    text-transform: capitalize;
    background: rgba(205, 205, 205, 0.1);
    border-radius: 5px;
    overflow: hidden
}

#strong span {
    display: block;
    box-shadow: 0 0 0 #fff inset;
    height: 100%;
    transition: all 0.8s
}

#strong .weak {
    box-shadow: 5em 0 0 #daa inset;
}

#strong .medium {
    color: #da6;
    box-shadow: 10em 0 0 #da6 inset
}

#strong .strong {
    color: #595;
    box-shadow: 50em 0 0 #ada inset
}

.select2-container {
    z-index: 99999;
}


/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
  }
  .blink{
      text-decoration: blink;
      -webkit-animation-name: blinker;
      -webkit-animation-duration: 0.6s;
      -webkit-animation-iteration-count:infinite;
      -webkit-animation-timing-function:ease-in-out;
      -webkit-animation-direction: alternate;
  }