/*================================================================================*/

/* 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-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;
}

.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: 150px;
}

.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;
}