:root{
    --primary-ylc: #00b800;
}
.loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 10000;
    top: 0;
}
.h-39px{
    height: 39px !important;
}
.h-45px {
    height: 45px !important;
}

.note-group-select-from-files {
    display: none;
}

/* Estilo para la línea de tiempo */
.timeline-show-tracking {
    list-style: none;
    padding: 0;
}

/* Estilo para los elementos de la línea de tiempo */
.timeline--show-tracking li {
    margin-bottom: 20px;
}

/* Estilo para la fecha y hora */
.timeline-show-tracking .datetime {
    font-weight: bold;
    margin-right: 10px;
}

/* Estilo para el contenido del registro */
.timeline-show-tracking .content {
    display: inline;
}
#modal-logo-courier{
    width: 30px;
    border-radius: 3px;
}
#modal-status-text::first-word {
    font-weight: bold;  
}
.vertical-align-middle{
    vertical-align: middle;
}
.input-totaliti{
    border: none !important;
    text-align: left;
    width: 100%;
}
.input-totaliti:focus, .input-totaliti:focus-visible{
    border: none !important;
    box-shadow: none;
    outline: none;
}
.input-totaliti.in-bg-1{
 background-color:   #f5f6fa
}
.error .select2-selection {
    border-color: red;
}
.border-none{
    border: none !important;
}
.package-details{
    position: relative;
}
.package-details input, .package-details select{
    border: 10px solid #ecf0f1
}
.package-details span{
    position: absolute;
    top: 35%;
    right: 15px;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    color: #8094ae;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}
.hiden{
    display: none;
}
.pointer.on{
    cursor: pointer;
}
#package-list{
    border: 1px solid #e5e9f2;
    border-radius: 4px;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.length-datatable-package-list select{
    margin: 0 10px;
}
@media(min-width: 1200px) {

    .nk-sidebar {
        width: 250px;
    }
    .nk-sidebar+.nk-wrap>.nk-header-fixed, .nk-sidebar-overlay+.nk-wrap>.nk-header-fixed {
        left: 249px;
    }
    .nk-sidebar+.nk-wrap, .nk-sidebar-overlay+.nk-wrap {
        padding-left: 249px;
    }
    .between-md-start{
        display: flex !important;
        justify-content: space-between !important
    }
}
.nk-sidebar-head {
    width: 249px;
}
.package-add-step-2{
    display: none;
}
#body-item tr:nth-child(odd) .input-totaliti {
    background: #f5f6fa;
}
.pointer-on{
    cursor: pointer;
}
#costomers-menber div{
    margin: 2px 2px;
}
#costomers-menber div:hover .customer-group-menber{
    display: block;
}
.customer-group-menber{
    top: -8px;
    z-index: 1;
    right: 1px;
    position: absolute;
    cursor: pointer;
    color: red;
    display: none;
}
.vertical-align-bottom{
    vertical-align: bottom;
}
.top-10px{
    top: 10px;
}
.logo-general-config{
    border: 10px solid #0000000a;
    padding: 10px;
    border-radius: 10px;
}
.logo-general-config .btn-change-area{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0006
}
.logo-general-config:hover .btn-change-area{
    display: block;
}
.logo-general-config .btn-change-area .icono{
    position: absolute;
    top: 30%;
    left: 50%;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}
.hidden{
    display: none;
}
.services-list-edit input[type="text"]:disabled{
    transition: background-color .3s, box-shadow .3s;
    background-color: #fff;
    border: none;
}
.services-list-edit tr:hover input[type="text"]:disabled{
    background-color: #f8f9fc !important;
}
.w-48px{
    width: 48px;
}
.h-48px{
    height: 48px;
}
.content-package-add, .content-package-add-invoice, .btn-submit-add{
    display: none;
}
select.form-select.error{
    border-color: red;
}
.tracking-modal{
    
    display: flex;
}
.tracking-modal .icon{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 10px 10px;
}
.tracking-modal .content {
    width: 100%;
    height: 20px;
    border-radius: 10px;
    margin: 10px 10px;
}
.tracking-modal.ld .icon, .tracking-modal.ld .content{
    animation: loader 1s linear infinite alternate;
}
@keyframes loader {
    0% {
      background-color: #bdb8b8;
    }
    100% {
      background-color: #d1d0d0;
    }
  }
.swal2-input{
    color: #000;
}
.swal2-input::placeholder{
    color: #0000008f;
}
input[error-amount="true"]{
    border-color: #e85347
}
input[error-amount="true"]:focus{
    border-color: #e85347;
    box-shadow: 0 0 0 3px rgba(232, 83, 71, .1)
}
.nk-header-search em{
    cursor: pointer;
    transition: border 0.2s ease-in-out;
}
.nk-header-search em:hover{
    border: 4px solid #0000002e;
    border-radius: 19px;
}.nk-header-search input{
    transition: width 0.2s ease-in-out;
}
.nk-header-search input[active-search="false"]{
    width: 0px;
}
.nk-header-search input[active-search="true"]{
    width: 100%;
}
.nk-tb-item .nk-tb-col[active-match="true"]{
    border-left: 7px solid #1ee0ac !important;
}
.nk-tb-item .nk-tb-col[active-match="false"]{
    border-left: 7px solid transparent !important;
}
.nk-tb-item .nk-tb-col[error-match="true"]{
    border-left: 7px solid #d11f1f !important;
}
#alert-type-system{
    width: 100% !important;
    border-color: #e85347;
    background: #e85347;
    position: fixed;
    bottom: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 1031;
}
label.require::after{
    content: " *";
    color: #e85347;
}
@media(min-width: 768px) {
    .position-md-absolute{
        position: absolute !important
    }
}
.dark-mode .quote-form textarea, 
.dark-mode .quote-form input, 
.dark-mode #quote-form select,
.dark-mode .invoice-form textarea, 
.dark-mode .invoice-form input, 
.dark-mode #invoice-form select {
    color: #b6c6e3;
    background-color: #141c26;
    border: solid 1px #384d69;
}

.quote-form #content-item input, 
.quote-form #content-item textarea, 
.quote-form #content-item select,
.invoice-form #content-item input, 
.invoice-form #content-item select {
    border: 1px solid #e1e1e1;
    height: 27.9px;
    overflow: hidden;
}
.invoice-form #content-item textarea{
    border: 1px solid #e1e1e1;
    min-height: 27.9px;
    overflow: hidden;
}

.quote-form #content-item input:focus, 
.quote-form #content-item textarea:focus,
.invoice-form #content-item input:focus, 
.invoice-form #content-item textarea:focus {
    outline: none;
    border: 1px solid #e1e1e1;
}

.quote-form #content-item input[readonly], 
.quote-form tfoot input[readonly],
.invoice-form #content-item input[readonly], 
.invoice-form tfoot input[readonly] {
    border: none;
    background: transparent;
    padding: 0;
}

.quote-form #content-item input[readonly]:focus, 
.quote-form tfoot input[readonly],
.invoice-form #content-item input[readonly]:focus, 
.invoice-form tfoot input[readonly] {
    border: none;
    background: transparent;
    outline: none;
}

.dark-mode .quote-form input[readonly],
.dark-mode .invoice-form input[readonly] {
    color: #b6c6e3;
}


.dark-mode .quote-form input[readonly] {
    color: #b6c6e3;
}
.icon-status[data-notification="true"]:after{
    background: #09c2de;
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 1px;
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    content: "";
}

/* Loader skeleton para una sola línea */
.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.2s infinite linear;
}
.skeleton-col {
    display: inline-block;
    height: 8px;
    width: 100%;
    border-radius: 4px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.2s infinite linear;
    min-width: 40px;
}
.skeleton-text {
    display: inline-block;
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.2s infinite linear;
    min-width: 40px;
    line-height: 1;
}
.user-avatar.skeleton-avatar, .skeleton-avatar {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.2s infinite linear;
}
@keyframes skeleton-loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
.border-dotted {
  border-style: dotted !important;
}
.h-max-100{
    max-height: 100% !important;
}

.photo-package-content  .package-photo-upload{
    border-radius: 10px;
    cursor: pointer;
    border: 1px dotted #ccc;
    position: relative;
    width: 200px;
    height: 200px;
}
.photo-package-content  .package-photo-upload em{
    position: absolute;
    top: 67px;
    left: 59px;
    font-size: 82px;
    color: #93939399;
}
.photo-package-content .photo-package-show{
    border-radius: 10px;
    padding: .375rem;
    border: 1px solid #ccc;
    text-align: center;
    width: 200px;
    height: 200px;
    position: relative;
}
.photo-package-content .photo-package-show .remove-photo{
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: red;
}
.photo-package-content[data-status="upload"] .photo-package-show {
    display: none;
}
.photo-package-content[data-status="uploaded"] .package-photo-upload {
    display: none;
}
.invoice-bills tbody tr td table tbody tr {
    background: transparent !important;
}
#container-table-search #btn-table-search .ni-search{
    padding: 0px 11px 1px 1px;
}
#container-table-search #input-search[data-alone="true"]{
    border-radius: 1.5rem;
}
#container-table-search #input-search[data-alone="false"]{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    border-left: none;
}
#container-table-search #input-search[data-alone="false"]:focus{
    box-shadow: 
        3px 0 3px rgba(133, 79, 255, .1),  /* derecha */
        0 3px 3px rgba(133, 79, 255, .1),  /* abajo */
        0 -3px 3px rgba(133, 79, 255, .1); /* arriba */
}
#container-table-search #select-table-search{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
.input-button-yappy{
    color: rgb(0, 0, 0);
    font-size: 20px;
    text-align: center;
    letter-spacing: 10px;
    font-weight: bold;
    display: flex;
}
app-dialog #dialog{
    z-index: 1010;
}