/*================================================================================*/

/* Login Style */
.ht-100v {
    height: 100vh;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}

.wd-100p {
    width: 100%;
}

.object-fit-cover {
    object-fit: cover;
}

.ht-100p {
    height: 100%;
}

.ht-200p {
    height: 200px;
}

.ht-300p {
    height: 300px;
}

img {
    vertical-align: middle;
    border-style: none;
}

.bg-black-6 {
    background-color: rgba(0, 0, 0, 0.6);
}

.overlay-body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wd-xs-350 {
    width: 350px;
}

.wd-300 {
    width: 300px;
}

.pd-xs-30 {
    padding: 30px;
}

.bd {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.bg-black-7 {
    background-color: rgba(255, 255, 255, 0.7);
}

.rounded {
    border-radius: 3px !important;
}

.tx-28 {
    font-size: 28px;
}

.tx-center {
    text-align: center;
}

.tx-right {
    text-align: right;
}

.tx-white {
    color: #fff;
}

.tx-bold {
    font-weight: 700;
}

.text-login {
    font-size: 20px;
}

.mg-b-15 {
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 1rem;
}

.mg-t-15 {
    margin-top: 15px;
}

.login-text {
    color: #1C6F41 !important;
}

.recovery-text {
    color: #1C6F41 !important;
    font-size: 12px;
    float: right;
    margin-right: 5px;
}

.span_login {
    font-size: 0.6em;
    color: #595959;
}

.logo_dynae {
    height: 15px;
}

/* Paddings and margins */

.pd-5 {
    padding: 5px !important;
}

.pd-10 {
    padding: 10px !important;
}

.pd-20 {
    padding: 20px !important;
}

.pd-30 {
    padding: 30px !important;
}

.pd-40 {
    padding: 40px !important;
}

.pd-50 {
    padding: 50px !important;
}

.pd-60 {
    padding: 60px !important;
}

.pd-70 {
    padding: 70px !important;
}

.pd-80 {
    padding: 80px !important;
}

.pd-90 {
    padding: 90px !important;
}

.pd-100 {
    padding: 100px !important;
}

.pd-l-5 {
    padding-left: 5px !important;
}

.pd-l-10 {
    padding-left: 10px !important;
}

.pd-l-20 {
    padding-left: 20px !important;
}

.pd-l-30 {
    padding-left: 30px !important;
}

.pd-l-40 {
    padding-left: 40px !important;
}

.pd-l-50 {
    padding-left: 50px !important;
}

.pd-l-60 {
    padding-left: 60px !important;
}

.pd-l-70 {
    padding-left: 70px !important;
}

.pd-l-80 {
    padding-left: 80px !important;
}

.pd-l-90 {
    padding-left: 90px !important;
}

.pd-l-100 {
    padding-left: 100px !important;
}

.pd-r-5 {
    padding-right: 5px !important;
}

.pd-r-10 {
    padding-right: 10px !important;
}

.pd-r-20 {
    padding-right: 20px !important;
}

.pd-r-30 {
    padding-right: 30px !important;
}

.pd-r-40 {
    padding-right: 40px !important;
}

.pd-r-50 {
    padding-right: 50px !important;
}

.pd-r-60 {
    padding-right: 60px !important;
}

.pd-r-70 {
    padding-right: 70px !important;
}

.pd-r-80 {
    padding-right: 80px !important;
}

.pd-r-90 {
    padding-right: 90px !important;
}

.pd-r-100 {
    padding-right: 100px !important;
}

.mg-t-3 {
    margin-top: 3px !important;
}

.pd-t-5 {
    padding-top: 5px !important;
}

.pd-t-6 {
    padding-top: 6px !important;
}

.pd-t-10 {
    padding-top: 10px !important;
}

.pd-t-20 {
    padding-top: 20px !important;
}

.pd-t-30 {
    padding-top: 30px !important;
}

.pd-t-40 {
    padding-top: 40px !important;
}

.pd-t-50 {
    padding-top: 50px !important;
}

.pd-t-60 {
    padding-top: 60px !important;
}

.pd-t-70 {
    padding-top: 70px !important;
}

.pd-t-80 {
    padding-top: 80px !important;
}

.pd-t-90 {
    padding-top: 90px !important;
}

.pd-t-100 {
    padding-top: 100px !important;
}

.pd-b-5 {
    padding-bottom: 5px !important;
}

.pd-b-10 {
    padding-bottom: 10px !important;
}

.pd-b-20 {
    padding-bottom: 20px !important;
}

.pd-b-30 {
    padding-bottom: 30px !important;
}

.pd-b-40 {
    padding-bottom: 40px !important;
}

.pd-b-50 {
    padding-bottom: 50px !important;
}

.pd-b-60 {
    padding-bottom: 60px !important;
}

.pd-b-70 {
    padding-bottom: 70px !important;
}

.pd-b-80 {
    padding-bottom: 80px !important;
}

.pd-b-90 {
    padding-bottom: 90px !important;
}

.pd-b-100 {
    padding-bottom: 100px !important;
}

.mg-5 {
    margin: 5px !important;
}

.mg-10 {
    margin: 10px !important;
}

.mg-20 {
    margin: 20px !important;
}

.mg-30 {
    margin: 30px !important;
}

.mg-40 {
    margin: 40px !important;
}

.mg-50 {
    margin: 50px !important;
}

.mg-60 {
    margin: 60px !important;
}

.mg-70 {
    margin: 70px !important;
}

.mg-80 {
    margin: 80px !important;
}

.mg-90 {
    margin: 90px !important;
}

.mg-100 {
    margin: 100px !important;
}

.mg-l-5 {
    margin-left: 5px !important;
}

.mg-l-10 {
    margin-left: 10px !important;
}

.mg-l-20 {
    margin-left: 20px !important;
}

.mg-l-30 {
    margin-left: 30px !important;
}

.mg-l-40 {
    margin-left: 40px !important;
}

.mg-l-50 {
    margin-left: 50px !important;
}

.mg-l-60 {
    margin-left: 60px !important;
}

.mg-l-70 {
    margin-left: 70px !important;
}

.mg-l-80 {
    margin-left: 80px !important;
}

.mg-l-90 {
    margin-left: 90px !important;
}

.mg-l-100 {
    margin-left: 100px !important;
}

.mg-r-5 {
    margin-right: 5px !important;
}

.mg-r-10 {
    margin-right: 10px !important;
}

.mg-r-20 {
    margin-right: 20px !important;
}

.mg-r-30 {
    margin-right: 30px !important;
}

.mg-r-40 {
    margin-right: 40px !important;
}

.mg-r-50 {
    margin-right: 50px !important;
}

.mg-r-60 {
    margin-right: 60px !important;
}

.mg-r-70 {
    margin-right: 70px !important;
}

.mg-r-80 {
    margin-right: 80px !important;
}

.mg-r-90 {
    margin-right: 90px !important;
}

.mg-r-100 {
    margin-right: 100px !important;
}

.mg-t-5 {
    margin-top: 5px !important;
}

.mg-t-10 {
    margin-top: 10px !important;
}

.mg-t-20 {
    margin-top: 20px !important;
}

.mg-t-25 {
    margin-top: 25px !important;
}

.mg-t-30 {
    margin-top: 30px !important;
}

.mg-t-40 {
    margin-top: 40px !important;
}

.mg-t-50 {
    margin-top: 50px !important;
}

.mg-t-60 {
    margin-top: 60px !important;
}

.mg-t-70 {
    margin-top: 70px !important;
}

.mg-t-80 {
    margin-top: 80px !important;
}

.mg-t-90 {
    margin-top: 90px !important;
}

.mg-t-100 {
    margin-top: 100px !important;
}

.mg-b-5 {
    margin-bottom: 5px !important;
}

.mg-b-10 {
    margin-bottom: 10px !important;
}

.mg-b-20 {
    margin-bottom: 20px !important;
}

.mg-b-30 {
    margin-bottom: 30px !important;
}

.mg-b-40 {
    margin-bottom: 40px !important;
}

.mg-b-50 {
    margin-bottom: 50px !important;
}

.mg-b-60 {
    margin-bottom: 60px !important;
}

.mg-b-70 {
    margin-bottom: 70px !important;
}

.mg-b-80 {
    margin-bottom: 80px !important;
}

.mg-b-90 {
    margin-bottom: 90px !important;
}

.mg-b-100 {
    margin-bottom: 100px !important;
}

.activeMenu {
    background-color: #1C6F41;
}

.enviaColor {
    background-color: #1C6F41 !important;
}

.enviaText {
    color: #1C6F41 !important;
}

.enviaGris {
    background-color: #424243 !important;
}

/* Navegación principal */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

#slide-out.app-navigation {
    width: 272px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #363738;
    box-shadow: 3px 0 14px rgba(0, 0, 0, 0.14);
}

.app-navigation .no-padding,
.app-navigation-tree,
.app-navigation-tree ul {
    margin: 0;
    padding: 0;
}

.app-navigation-tree {
    background: transparent;
    box-shadow: none;
    height: auto;
    line-height: normal;
}

.app-navigation-tree li {
    float: none;
}

.nav-search {
    position: sticky;
    top: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 10px 12px;
    background: #363738;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-search .nav-search-icon {
    position: absolute;
    left: 23px;
    color: #aeb4b7;
    font-size: 19px;
    pointer-events: none;
}

.nav-search input.nav-search-input[type="search"] {
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    margin: 0;
    padding: 0 38px 0 38px;
    color: #fff;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: none;
}

.nav-search input.nav-search-input[type="search"]:focus {
    border: 1px solid #61a87e !important;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 2px rgba(69, 148, 104, 0.22) !important;
}

.nav-search input.nav-search-input::placeholder {
    color: #bfc4c6;
}

.nav-search-clear {
    position: absolute;
    right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    color: #c8ccce;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.nav-search-clear:hover,
.nav-search-clear:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.nav-search-clear i {
    font-size: 18px;
}

.nav-search-empty {
    margin: 12px 16px;
    color: #bec3c5;
    font-size: 13px;
    text-align: center;
}

.nav-search-clear[hidden],
.nav-search-empty[hidden] {
    display: none !important;
}

.app-navigation .nav-section-toggle,
.app-navigation .nav-group-toggle {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #f5f6f6;
    text-align: left;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.app-navigation .nav-section-toggle {
    min-height: 48px;
    padding: 0 14px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
}

.app-navigation .nav-section-toggle:hover,
.app-navigation .nav-section-toggle:focus {
    background: rgba(255, 255, 255, 0.07);
}

.app-navigation .nav-section.is-current > .nav-section-toggle {
    color: #fff;
    background: rgba(28, 111, 65, 0.16);
}

.app-navigation .nav-section-icon {
    flex: 0 0 30px;
    width: 30px;
    margin-right: 10px;
    color: #b7bdbf;
    font-size: 21px;
    text-align: center;
}

.app-navigation .is-current > .nav-section-toggle .nav-section-icon {
    color: #73bd91;
}

.app-navigation .nav-section-toggle > span,
.app-navigation .nav-group-toggle > span {
    flex: 1;
}

.app-navigation .nav-chevron {
    flex: 0 0 20px;
    width: 20px;
    color: #9fa5a8;
    font-size: 19px;
    transition: transform 180ms ease, color 180ms ease;
}

.app-navigation .is-open > .nav-section-toggle .nav-chevron,
.app-navigation .is-open > .nav-group-toggle .nav-chevron {
    color: #d9dcdd;
    transform: rotate(90deg);
}

.app-navigation .nav-section-panel,
.app-navigation .nav-group-items {
    display: none;
}

.app-navigation .nav-section.is-open > .nav-section-panel,
.app-navigation .nav-group.is-open > .nav-group-items {
    display: block;
}

.app-navigation .nav-section-panel {
    padding: 3px 0 7px;
    background: rgba(0, 0, 0, 0.1);
}

.app-navigation .nav-group-toggle {
    min-height: 38px;
    padding: 0 16px 0 54px;
    color: #cbd0d2;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.app-navigation .nav-group-toggle:hover,
.app-navigation .nav-group-toggle:focus,
.app-navigation .nav-group.is-current > .nav-group-toggle {
    color: #fff;
    background: rgba(255, 255, 255, 0.045);
}

.app-navigation .nav-item,
.app-navigation .nav-direct-item {
    position: relative;
    min-height: 40px;
    line-height: 40px;
}

.app-navigation .nav-item > a,
.app-navigation .nav-direct-item > a {
    display: flex;
    align-items: center;
    min-height: 40px;
    height: auto;
    color: #d8dbdc !important;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400 !important;
    line-height: 18px;
    transition: color 160ms ease, background-color 160ms ease;
}

.app-navigation .nav-item > a {
    padding: 8px 18px 8px 68px !important;
}

.app-navigation .nav-section-panel > ul > .nav-item > a {
    padding-left: 54px !important;
}

.app-navigation .nav-direct-item > a {
    display: flex !important;
    min-height: 48px;
    padding: 0 14px !important;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 48px;
}

.app-navigation .nav-direct-item > a > i {
    display: flex !important;
    float: none !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 48px;
    margin-right: 10px !important;
    color: #b7bdbf !important;
    font-size: 21px !important;
    line-height: 48px !important;
}

.app-navigation .nav-direct-item > a > span {
    display: block;
    line-height: 48px;
}

.app-navigation .nav-item > a:hover,
.app-navigation .nav-item > a:focus,
.app-navigation .nav-direct-item > a:hover,
.app-navigation .nav-direct-item > a:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.065);
}

.app-navigation .nav-item.active,
.app-navigation .nav-direct-item.active,
body.layout-dark #main .app-navigation .nav-item.active,
body.layout-dark #main .app-navigation .nav-direct-item.active {
    background: rgba(28, 111, 65, 0.34) !important;
}

.app-navigation .nav-item.active::before,
.app-navigation .nav-direct-item.active::before {
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 0;
    width: 4px;
    border-radius: 0 4px 4px 0;
    background: #55b37d;
    content: "";
}

.app-navigation .nav-item.active > a,
.app-navigation .nav-direct-item.active > a {
    color: #fff !important;
    font-weight: 500 !important;
}

.app-navigation button:focus-visible,
.app-navigation a:focus-visible,
.app-navigation input:focus-visible {
    outline: 2px solid #73bd91;
    outline-offset: -2px;
}

.app-navigation .is-filtered-out {
    display: none !important;
}

.app-navigation .badge.customBadge {
    display: inline-flex;
    float: none;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px !important;
    height: 22px;
    margin: 0 0 0 auto !important;
    padding: 0 6px;
    line-height: 22px !important;
    text-align: center;
}

.app-navigation .badge.customBadge[hidden] {
    display: none !important;
}

@media only screen and (min-width: 993px) {
    #main {
        padding-left: 272px;
    }

    footer {
        padding-left: 272px;
    }
}

@media only screen and (max-width: 992px) {
    #slide-out.app-navigation {
        width: 286px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .app-navigation .nav-chevron,
    .app-navigation .nav-item > a,
    .app-navigation .nav-direct-item > a {
        transition: none;
    }
}

.textCenter {
    text-align: center !important;
}

.spacer {
    height: 20px;
    width: 100%;
}

.wd-10 {
    width: 10% !important;
    float: left;
    padding: 0 0.75rem;
    margin-left: auto;
    left: auto;
    right: auto;
}

.wd-15 {
    width: 15% !important;
    float: left;
    padding: 0 0.75rem;
    margin-left: auto;
    left: auto;
    right: auto;
}

.wd-20 {
    width: 20% !important;
    float: left;
    padding: 0 0.75rem;
    margin-left: auto;
    left: auto;
    right: auto;
}

.wd-30 {
    width: 30% !important;
    float: left;
    padding: 0 0.75rem;
    margin-left: auto;
    left: auto;
    right: auto;
}

.wd-40 {
    width: 40% !important;
    float: left;
    padding: 0 0.75rem;
    margin-left: auto;
    left: auto;
    right: auto;
}

.wd-50 {
    width: 50% !important;
}

.wd-60 {
    width: 60% !important;
}

.wd-70 {
    width: 70% !important;
}

.wd-80 {
    width: 80% !important;
}

.wd-90 {
    width: 90% !important;
}

.picker__date-display {
    display: none;
}
/*
@media screen and (min-width: 1620px) {
    .cardGrafico {
        min-height: 438px;
    }

    .cardTabla {
        min-height: 438px;
    }
}

@media screen and (max-width: 1620px) and (min-width: 1024px) {
    .cardGrafico {
        min-height: 390px;
    }

    .cardTabla {
        min-height: 390px;
    }
}
*/

.expBtns {
    text-align: right;
}

.textPeque {
    font-size: 0.75rem;
}

.span-green {
    background-color: #1c6f41 !important;
    font-size: 1rem !important;
    font-weight: bold !important;
}

.entregadoBadge {
    background-color: #1C6F41 !important;
}

.span-yellow {
    background-color: #dfd634 !important;
    font-size: 1rem !important;
    font-weight: bold !important;
}

.parcialBadge {
    background-color: #dfd634 !important;
}

.span-red {
    background-color: #c92d37 !important;
    font-size: 1rem !important;
    font-weight: bold !important;
}

.noEntregadoBadge {
    background-color: #c92d37 !important;
}

.span-gray {
    background-color: #7c7c7e !important;
    font-size: 1rem !important;
    font-weight: bold !important;
}

.pendienteBadge {
    background-color: #7c7c7e !important;
}

.modalRuta {
    overflow-y: auto;
}

.littleFont {
    font-size: 0.85rem;
}

.paddingCardsDashboard {
    padding: 5px !important;
}

.scrollBody{
    height: 70vh;
    overflow-y: auto !important;
}

.tableWords{
    word-break: break-all;
}

.select2-selection__rendered {
    line-height: 41px !important;
}
.select2-container .select2-selection--single {
    height: 45px !important;
}
.select2-selection__arrow {
    height: 44px !important;
}

.s2-example {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    background-color: #fafafa;
    box-shadow: inset 0 3px 6px rgb(0 0 0 / 5%);
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
}

.direccionesDb{
    max-height: 350px;
    overflow: auto;
}
.direccionesDb::-webkit-scrollbar{
    width: 7px;
}
.direccionesDb::-webkit-scrollbar-thumb{
    background: #1C6F41;
    border-radius: 5px;
}

.minCardHeight {
    min-height: 177px;
}

.swal-color-green {
    background-color: #1C6F41;
}

.modalSmall {
    width: 30%!important;
}

.modalMedium {
    width: 50%!important;
}

.circleColor {
    width: 25px;
    height: 25px;
    border-radius: 25px;
}

.selectedButton{
    background-color: #279d5b; !important;
}

.selectedButton:hover{
    background-color: #279d5b; !important;
}

.selectedButton:focus{
    background-color: #279d5b; !important;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-left-color: #4CAF50;
    animation: spin 1s ease infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pagination li.active {
    background-color: #1C6F41;;
}

.filaPlanilla {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 5px;
    height: 50px;
}

.customBadge{
    margin-top: 13px!important;
    line-height: 21px!important;
    border-radius: 20px!important;
    width: 30px!important;
    min-width: 0!important;
    font-weight: 500!important;
}

.invertedBadge{
    color: #1C6F41!important;
    background-color: #DFDFDF!important;
}

.text-info {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.datos-section {
    padding-left: 20px;
    border-left: 3px solid #e0e0e0;
}

.lcep-shown{
    z-index: 9999!important;
}

.tabla-badge{
    display:inline-block;
    margin-top:4px;
    padding:2px 8px;
    border-radius:999px;
    font-size:11px;
    line-height:1.2;
    font-weight:600;
    color:#fff;
}

.tabla-badge-verde{ background:#1C6F41; }
.tabla-badge-gris{ background:#7c7c7e; }
