:root {
    --background: #E6E4DC;
    --textLight: #ee8905ab;
    --redLight: #793d3d;
    --toneGrey: rgba(92, 92, 92, 0.05);
    --toneGreySolid: #737284;
    --toneBoxShadow: #bebebe;
    --toneRed: #891303;
    --toneGreen: #7ce701;
    --toneBtnSelect: #ededed;
    --toneBlue: #4fa3ff;
    --toneBlueSky: #54aed82d;
    --toneOrangeTrans: rgba(240, 139, 51, 0.6);
    --toneBlueStrong: #1a2846;
    --textPlaceholder: #30303091;
    --toneWhite: #FFF;
    --toneResaltText: #e69a57;
    --textlabel: #12142a;
    --colorButtonsFunction: #2e5d94;
}

/* scroll style */
input:-webkit-autofill {
    background-color: transparent !important;
    color: #000 !important;
}

::-webkit-scrollbar {
    width: 0px;
    height: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #EA3A11;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #424242;
    border-radius: 5px;
}

a:hover {
    text-decoration: none;
}

.form-group {
    margin-bottom: 20px;
}

span {
    z-index: 0;
    color: var(--toneBlue);
    font-weight: 700;
}

label>span {
    padding-left: 5px;
}

label,
p {
    font-weight: 600;
    color: var(--toneBlueStrong);
}


.btnFunctionPrimary {
    border: none;
    height: 32px;
    padding: 4px;
    border-radius: 5px;
    background-color: var(--toneBlueStrong);
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.btnFunctionPrimary:hover {
    transform: scale(1.03);
    box-shadow: 4px 4px 10px rgba(51, 70, 99, 0.3);
}

.btnFunctionPrimary .stateBtnView {
    display: none;
}

.fullviewImg {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 100000000;

}

.closeViewFull {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--toneWhite);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.contentImgFull {
    width: 85%;
    height: 85%;
    border-radius: 10px;
}

.imgFullView {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-modal-width {
    min-width: calc(100% -10px);
    min-height: 580px !important;
}

.flex-row {

    display: flex;
    flex-direction: row;

}

.flex-wrap {

    flex-wrap: wrap;

}

.flex-row-spaceAround {

    justify-content: space-around;

}

.flex-row-center {

    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;

}

.borderSeparateRow {
    border: none;
    background-color: transparent;
    border-bottom: 2px solid var(--toneBlueSky);
}

.flex-column {

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;

}

.flex-complete {
    width: 100%;
    max-width: 100%;
}

.flex-height-full {

    max-height: 90% !important;

}

.max-content-heigth {
    min-height: 90vh;
    max-height: 90vh;
}

.w-1-img {
    width: 55px;
    min-width: 55px;
    max-width: 55px;
}

.w-10 {
    width: 120px;
    min-width: 120px;
}

.gap-15 {
    gap: 15px !important;
}

.gap-25 {
    gap: 25px !important;
}

.gap-35 {
    gap: 35px !important;
}

.gap-10 {
    gap: 10px !important;
}

.gap-5 {
    gap: 5px !important;
}

.overflow-full {
    overflow: auto;
}

.btnSelectTable {

    border: 2px solid var(--colorButtonsFunction);
    outline: none;
    background-color: transparent;
    color: var(--toneBlueStrong);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-weight: bold;
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
}

.btnSelectTable:hover {

    background-color: var(--colorButtonsFunction);
    color: #FFF;
}

.btnSelectTable-active {
    background-color: var(--colorButtonsFunction);
    color: #FFF;

}

.contentNotesQuestions {

    opacity: 1;
    height: 110px;
    transition: all 0.3s ease-in-out;
}

.content-hide {

    opacity: 0;
    height: 0px;
}

.btnComplete {
    min-width: 100% !important;
}

.margin-left {
    margin-left: auto;
}

.truncateText {

    width: 6ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;

}

.elementUl {
    margin-left: auto;
}

.fontSpan {

    color: var(--toneBlue);
    font-weight: bold;
}

.viewMapsContainer {

    width: 100%;
    height: 280px;
    border-radius: 10px;
}

.contentTablesModals {

    width: 100%;
    border-bottom: 2px solid var(--toneBlueSky);

}

.viewMapsContainerFull {

    width: 100%;
    height: 280px;
    min-height: 280px;
    border-radius: 10px;
}

.headerMaterialsContent {
    padding: 10px;
    background-color: var(--toneBlueSky);
    border-radius: 7px;
}

.contentRowDesign {
    width: 100%;
    max-width: 100%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    border-radius: 5px !important;
    padding: 5px 10px;
    margin: 10px 0px;
    overflow: auto;
    cursor: pointer;

}

.maxHeightModal {
    max-height: 480px !important;
    overflow: auto;
}

.maxHeightWindow {
    max-height: calc(100vh - 120px);
    overflow: auto;
}

.maxHeighContainerFluid {
    position: relative;
    min-height: calc(100vh - 200px) !important;
    max-height: calc(100vh - 200px) !important;
    overflow: auto;
}

.backgroundTotals {
    background-color: var(--toneBlueSky);
}

.modalBackgroundGenerally {
    background-color: rgba(0, 0, 0, 0.54) !important;
}

.modalAlertGenerally {

    border: 2px solid var(--toneBlueSky) !important;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.54);
}

input[type='text'],
input[type='number'],
input[type='email'],
input[type='password'],
input[type='date'],
input[type='time'],
input[type='datetime-local'],
select {
    background-color: var(--toneBtnSelect);
    border: none;
    border-radius: 5px;
    padding: 5px 5px 5px 10px;
    height: 33px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--toneBlueStrong);
}

textarea {
    background-color: var(--toneBtnSelect);
    border: none;
    border-radius: 5px;
    padding: 5px 5px 5px 10px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--toneBlueStrong);
    width: 100%;
}

.inputTempQuantity {

    max-width: 80px !important;
}

.select2-results__option,
.select2-selection__rendered {
    font-size: 0.8rem;
    height: 100%;

}

.select2-container,
.select2-selection {
    z-index: 10000000;
    height: 33px !important;
    border: none !important;
    border-radius: 5px !important;
    background-color: var(--toneBtnSelect) !important;
    color: var(--toneBlueStrong) !important;

}

.select2 {
    border: none !important;
}

.select2-dropdown {

    border: 1px solid var(--toneBlueStrong) !important;
    background-color: var(--toneWhite) !important;
}

textarea {

    border-radius: 10px;
    border: none;
    padding: 5px 5px 5px 10px;
    color: var(--toneRed);
}

.backgroundWhite {

    background-color: var(--toneWhite) !important;
}

input:focus {
    outline: 1px solid var(--toneBlueStrong);
    box-shadow: 1px 1px 7px var(--toneBoxShadow);
}

input:enabled::-webkit-input-placeholder {
    /* WebKit browsers */

    color: var(--textPlaceholder);

}

.rowMessage {
    display: none;
}

.btnStyleModal {

    border: 5px solid var(--toneBlue);
    border-radius: 8px;
    padding: 5px 8px;
    background-color: var(--toneWhite);
    color: var(--toneBlueStrong);
    font-weight: 600 !important;
    cursor: pointer;
    position: relative;
    float: right;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    min-width: 120px;
}

.btnFloatFilter {

    border: 5px solid var(--toneBlue);
    border-radius: 8px;
    padding: 5px 5px;
    background-color: var(--toneWhite);
    color: var(--toneBlueStrong);
    font-weight: 600 !important;
    cursor: pointer;
    position: relative;
    float: right;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    min-width: 100%;
    margin-bottom: 20px;
}

body {

    font-family: 'Montserrat', sans-serif !important;
    font-style: normal !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    max-height: 100vh !important;
    color: var(--toneBlueStrong);
}

.textPageTitle {
    font-size: 1.8rem;
    font-weight: 700;
}

.title_name {
    font-size: 1.3rem;
}

.contentFilters__title {
    font-size: 1.3rem;
    font-weight: 700;
}

.contentGenerally {

    min-width: calc(100% - 70px);
    max-width: calc(100% - 70px);
    min-height: 100vh;
    max-height: 100vh;
    margin-left: 70px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    font-family: 'Rajdhani', sans-serif;
    font-style: normal;
    font-weight: bold;
    padding: 10px;
    background-color: var(--toneBtnSelect);

}

.contentGenerallyBackground {
    background-image: url(../../img/system/softlogis.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
    filter: opacity(30%);
}

.loginSystem {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    min-width: 100vw;
    gap: 20px;
    padding: 20px;
    background:
        radial-gradient(600px 400px at 20% 30%, #22d3ee22, transparent 70%),
        radial-gradient(800px 600px at 80% 20%, #60a5fa22, transparent 70%),
        radial-gradient(700px 500px at 60% 80%, #34d39922, transparent 70%),
        linear-gradient(180deg, #0b1220, #0f172a 70%);
}

.contentLogin {

    width: clamp(290px, 450px, 90%);
    height: 350px;
    padding: 20px;
    border-radius: 10px;
    background-color: var(--toneGrey);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

.contentLogin h3 {
    color: var(--background);
}

.input-container {

    width: 100%;
    height: 37px;
    border-radius: 8px;
    background-color: var(--textlabel);
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    padding-right: 1px;
    transition: background-color 0.3s ease-in-out;
}

.input-container:hover {

    background-color: var(--textLight);
}

.imgInput {

    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    padding: 3px;

}

.dataUserImg {
    background-image: url(../../img/iconos/usuarioLogin.svg);
}

.dataPasswordImg {
    background-image: url(../../img/iconos/password.svg);
}

.input-container input {

    width: calc(100% - 36px);
    height: 32px;
    border: none !important;
    border-radius: 0 6px 6px 0 !important;
    outline: none !important;
    background-color: var(--background) !important;
    margin-left: auto;
    margin-right: 2px;
}

.input-container input::placeholder {
    color: #ccc;
}

.contentImg {
    width: 300px;
    height: 100%;
    background-image: url(../../img/system/loginPortada.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 0 0 10px;
}

.contentDataLogin {

    width: 250px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 20px;

}

.alertLogin {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    background-color: var(--toneRed);
    color: var(--toneWhite);
    margin-top: 15px;
}

.btnLogin {

    width: 100%;
    height: 36px;
    border-radius: 8px;
    background-color: var(--textlabel);
    color: var(--toneWhite);
    border: none;
    margin-top: auto;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.btnLogin:hover {

    box-shadow: 0px 0px 10px var(--colorButtonsFunction);
}

.rowHeadersPage {

    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
}

.contentImagePage {
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    align-content: center;
}

.imagePage {

    height: 100%;

}

.imagePage>img {
    height: 38px;
}

.textPageTitle {

    text-align: end;
    font-weight: bold;
    margin-left: 10px;
    padding: 0;
    line-height: 1;

}

.contentFunctionPage {

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-left: auto;
    gap: 15px;

}

.btnFunctionPage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    color: transparent;
}

.btnFunctionPage:focus,
.btnFunctionPage:active {
    outline: none;
}

.btnFunctionPage:hover,
.contentFunctionIcon:hover {
    transform: translateY(-3px);

}

.btn_export_img {
    background-image: url("../../img/iconos/exportar_registros.svg");
}

.btn_import_img {
    background-image: url("../../img/iconos/importar_registros.svg");
}

.btn_filter_img {
    background-image: url("../../img/iconos/filtro_registros.svg");
}

.btnAgreeList {

    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    font-weight: bold;
    background-color: var(--toneBlue);
    color: var(--toneWhite);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.btn_new_register {
    background-image: url("../../img/iconos/registro.svg");
}

.contengePagination {

    width: 100%;
    height: 60px;
    padding: 15px;
    display: flex;
    margin-top: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.sectionPagesCtrl,
.pagesContent {
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;

}

.sectionPageInfo {
    width: 12opx;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.sectionPageInfo>p {
    margin: 0px;
    padding: 0px;
}

.sectionPageInfo span {

    color: var(--toneBlue);
}

.pagesCtrl,
.BtnPageCtl {

    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 2px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: var(--toneGrey);
    color: var(--toneBlueStrong);
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;

}

.pagesCtrl:hover,
.BtnPageCtl:hover,
.btnStyleModal:hover,
.labelDeleteImg:hover,
.elementList:hover,
.btnFloatFilter:hover {
    background-color: var(--toneBlue);
    color: var(--toneWhite);
}

.label-subtitles {
    font-size: 16px;
    font-weight: 600;
    color: var(--toneBlue);
}

.activePage {
    background-color: var(--toneBlue) !important;
    color: var(--toneWhite) !important;
}

.pagesContent,
.BtnPageCtl {

    margin: 5px;
}

.contentMorePage {

    max-height: 300px;
    overflow: auto;
    background-color: var(--toneGreySolid);
    border: 2px solid var(--toneBlue);
    border-radius: 5px;
    position: absolute;
}

.spaceFilters {

    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 10px;
    z-index: 1000;
    min-width: 280px;
}

.rowAddressAgree {
    padding: 5px;
    border-radius: 7px;
    cursor: pointer;
}

.contentFilters {

    height: 100vh;
    max-height: 100vh;
    overflow: auto;
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    padding: 20px;
    background-color: var(--toneWhite);
    box-shadow: -4px 0 8px rgba(0, 0, 0, 0.2);
    transform: translateX(0);
}

.contentFilters__title {

    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px;
}

.contentFilters_body {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;

}

.rowInfoHeader {

    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px;
    gap: 15px;
}

.contentDataShipment {

    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 10px;
    justify-content: space-around;
    gap: 5px;
    border-radius: 10px;
}

.contentController {

    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
    gap: 10px;
}

.rowInfoHeader span {

    color: var(--toneBlue);
}

.close_name {
    margin-left: auto;
    cursor: pointer;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.close_name:hover,
.btnCloseModal:hover,
.closeViewFull:hover {

    transform: translateY(-3px);
    color: var(--toneBlue);
}

.elementFilter {

    border-radius: 10px;
    padding: 5px;
}

.btnCloseModal {
    background-color: transparent;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.containerOptions {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.radio-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 10px;
}

.radio-container input[type="radio"] {
    margin-bottom: 5px;
}

.labelAgreeSub {

    width: 100% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    gap: 15px;

}

.contentTable {
    padding: 0 10px;
}

.labelCompleteContainer {

    width: 100%;
}

.labelCompleteContainer span {

    margin-left: auto;
}

.textLabel {

    font-weight: 600;
    color: var(--background);
}

.rowDataInfo {

    width: 100% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    gap: 15px;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-bottom: 5px;

}

.rowDataInfo span {

    transition: all 0.3s ease-in-out;

}

.rowSelect {

    background-color: var(--toneBlue);
    color: var(--toneWhite);
}

.rowSelect span {

    color: var(--toneBlueStrong);
}

.rowDataInfo:hover {

    background-color: var(--toneBlue) !important;
    color: var(--toneWhite) !important;
}

.rowDataInfo:hover span {

    color: var(--toneBlueStrong) !important;
}

.contentTitleList {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.contentTitleList>input {

    box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.2);
}

.backgroundLabel {

    width: 100%;
    background-color: var(--toneBlueStrong);
    border-radius: 10px 0px 0px;
    padding: 10px;
}

.btnAgreePanel {

    width: 20px;
    height: 20px;
    background-image: url(../../img/iconos/agree.svg);
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    margin-left: auto;
    cursor: pointer;
}

.elementCard {

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    border: 1px solid var(--toneBoxShadow);
    border-radius: 10px;
    width: 100%;
    background-color: var(--toneWhite);
    box-shadow: 1px 1px 7px var(--toneBoxShadow);
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 0.8rem;
    font-weight: 600;
}

.headerCard {

    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 7px;
    padding: 5px 10px;
    background-color: var(--toneBlueStrong);

}

.lastChild {

    margin-left: auto !important;
}

.headerCard>label {

    color: var(--background);
}

.headerCard>label>span {

    color: var(--toneBlue);
    margin-left: 5px;
}

.bodyCard {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    padding: 10px;
    gap: 5px 15px;
}

.divContentLabel label {
    font-weight: 600 !important;
}

.bodyCard label {
    color: var(--toneBlueStrong);
}

.bodyCard span {

    margin-left: 1px;
    color: var(--toneBlue);
}

.functionBody {

    width: 100%;
    height: 100%;
    display: flex;
    padding: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.footerCard {

    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: transparent;
    border-radius: 0 0 8px 8px;
    gap: 20px;

}

.contentFunctionIcon {

    width: auto;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 3px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;

}

.btnFunctionCard {

    min-width: 50px;
    min-height: 40px;
    background-position: center;
    background-size: auto 30px;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    cursor: pointer;

}

.btnCleanFilter {
    background-image: url(../../img/iconos/cleanFilter.svg);
}

.btnSeguimiento {
    background-image: url(../../img/iconos/email.svg);
}

.btnIncidencia {
    background-image: url(../../img/iconos/incidencia.svg);
}

.btnItinerario {
    background-image: url(../../img/iconos/itinerario.svg);
}

.btnResumen {
    background-image: url(../../img/iconos/resumen.svg);
}

.btnInicio {
    background-image: url(../../img/iconos/iniciar.svg);
}

.btnFinalizar {
    background-image: url(../../img/iconos/finalizar.svg);
}

.btnValidar {
    background-image: url(../../img/iconos/validar.svg);
}

.btnReprogram {
    background-image: url(../../img/iconos/reprogramar.svg);
}

.btnWaiting {
    background-image: url(../../img/iconos/espera.svg);
}

.btnPrint {
    background-image: url(../../img/iconos/imprimir.svg);
}

.btnMaterials {
    background-image: url(../../img/iconos/materiales.svg);
}

.btnFactura {
    background-image: url(../../img/iconos/factura.svg);
}

.btnSurtir {
    background-image: url(../../img/iconos/surtir.svg);
}

.btnAgreeData {
    background-image: url(../../img/iconos/añadir.svg);
}

.btnSignaturePerson {
    background-image: url(../../img/iconos/signaturePerson.svg);
}

.btnUpload {
    background-image: url(../../img/iconos/upload.svg);
}

.btnNewElement,
.imgAgree {
    background-image: url(../../img/iconos/agree.svg);
}

.btnEstatusViajando {

    background-image: url(../../img/iconos/vInicio.svg);
}

.btnEstatusCargando {

    background-image: url(../../img/iconos/vCargando.svg);
}

.btnEstatusDescargando {

    background-image: url(../../img/iconos/vDescarga.svg);
}

.btnEstatusTransitoLR {

    background-image: url(../../img/iconos/transitoLR.svg);
}


.btnEstatusCancelado {

    background-image: url(../../img/iconos/vCancelado.svg);
}

.btnEstatusDetenido {

    background-image: url(../../img/iconos/vDetenido.svg);
}

.btnEstatusReanudar {

    background-image: url(../../img/iconos/continue.svg);
}

.btnEstatusDevuelto {

    background-image: url(../../img/iconos/vDevolucion.svg);
}

.imgTableView {

    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: transparent;
    object-fit: cover;
    border: none;
    border-radius: 5px;
    width: 70px;
    height: 70px;

}

.textBtnDescription {

    color: var(--redLight);

    margin-bottom: 0px;
}

.btnViewCard {
    background-image: url(../../img/iconos/ver.svg);
}

.btnEditCard {
    background-image: url(../../img/iconos/editPersonal.svg);
}

.btnMapsView {
    background-image: url(../../img/iconos/positionMaps.svg);
}

.btnUploadContract {
    background-image: url(../../img/iconos/upload.svg);
}

.btnLoadCard {
    background-image: url(../../img/iconos/ubicacion.svg);
}

.btnDownloadCard {
    background-image: url(../../img/iconos/ubicacion.svg);
}

.btnDownload {
    background-image: url(../../img/iconos/download.svg);
}

.btnPdf {
    background-image: url(../../img/iconos/docPdf.svg);
}

.btnMailCard {
    background-image: url(../../img/iconos/email.svg);
}

.btnValAsociado {
    background-image: url(../../img/iconos/validacion.svg);
}

.btnClientsCard {
    background-image: url(../../img/iconos/clients.svg);
}

.btnActividad {
    background-image: url(../../img/iconos/Actividades.svg);
}

.btnColumns {
    background-image: url(../../img/iconos/columnas.svg);
}

.btnAdminCard {
    background-image: url(../../img/iconos/admin.svg);
}

.btnEditHistory {
    background-image: url(../../img/iconos/historial.svg);
}

.btnExpCard {
    background-image: url(../../img/iconos/expediente.svg);
}

.btnCreateQr {
    background-image: url(../../img/iconos/qr-code.svg);
}

.contentFileRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
}

.nameContent {

    font-weight: bold;
}

.btnFileUpload {
    margin-left: auto;
}

.pac-container {
    z-index: 99999 !important;
    position: absolute !important;
}

.customFileInput {
    display: none;
}

.customFileInputLabel,
.customFileInputLabelModal {

    cursor: pointer;
    background-color: var(--toneBlue);
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;

}

.btnFileExtend {

    min-width: 100% !important;
}

.img-container {

    position: relative;
    padding: 10px;
    cursor: pointer;
}

.labelDeleteImg {

    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--toneBlueStrong);
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.labelDescriptionImg {

    position: absolute;
    bottom: 0px;
    left: 0px;
    max-width: 100%;
    width: 100%;
    background-color: #424242e0;
    color: var(--toneWhite);
    border-radius: 5px;
    text-align: center;
    padding: 5px;
}

.img-container {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.imgCatalogs {

    width: 100%;
    min-height: 200px;
    max-height: 200px;
    border-radius: 10px;
    padding: 5px;
    border: solid 0px var(--toneGrey);
    object-fit: cover;

}

.img-container:hover {
    transform: scale(1.03);
}

.contentModalExp {

    width: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;

}

.contentCompletePanel {

    width: calc(100% - 260px);
    height: 100%;

}

.headerContentPanel {

    border-width: 1px 1px 0 1px;
    /* top right bottom left */
    border: 1px 1px 0 1px solid var(--toneBlueStrong);
    border-radius: 10px 10px 0 0;
    background-color: var(--toneGrey);
    padding: 10px;
}

.elementsExtra {
    margin-left: auto;
}

.panelDocsComplete {

    min-width: 100%;
    max-width: 100%;
    border: 1px solid var(--toneBoxShadow);
    border-radius: 10px;
    box-shadow: 1px 1px 7px var(--toneBoxShadow);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    max-height: 100vh !important;
    color: var(--toneBlueStrong);
}

.contentGroupList {
    min-width: 100%;
    max-width: 100%;
    border-radius: 7px;
}

.panelDocs {

    min-width: 250px;
    width: 250px;
    border: 1px solid var(--toneBoxShadow);
    border-radius: 10px;
    box-shadow: 1px 1px 7px var(--toneBoxShadow);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    overflow: auto;
}

.titleSectionDocs {

    width: 100%;
    border-radius: 5px;
    padding: 5px;
    text-align: left;
    background-color: var(--toneWhite);

}

.contentStyleBorder {

    border-radius: 0 0 10px 10px;
    border: 1px solid var(--toneBoxShadow);
    padding: 10px;
    margin: 0;
}

.contentGroups {

    width: 100%;
    padding: 10px;
}

.groupDocs {

    margin-top: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-weight: 600 !important;
}

.groupDocs:hover {

    color: var(--toneBlue);
    font-weight: bold;
    transform: translateX(10px);
}

.groupActive {
    color: var(--toneBlue) !important;
    font-weight: 600;
    transform: translateX(10px);
}

.bodyDocs {

    width: calc(100% - 265px);
    min-width: calc(100% - 265px);
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
}

.bodyRelations {

    width: calc(100% - 250px);
    min-width: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: 15px;
    gap: 15px;
}

.contentLasted {

    width: 100%;
    height: 120px;
    border-radius: 10px;
    background-color: var(--toneGrey);
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

}

.contentTitleSection {

    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 10px;
    background-color: var(--toneGrey);
    border-radius: 8px 8px 0px 0px;

}

.contentFunctionDocuments {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: auto;

}

.btnFunctionHover,
.imgAgree {
    min-width: 18px;
    max-width: 18px;
    aspect-ratio: 4 / 5;
    /* 16:20 = 4:5 */
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.btnFunctionHover:hover {
    transform: translateY(-2px);
}

.btnAsigActivity {

    background-image: url(../../img/iconos/usuarioLogin.svg);
}

.btnDeleteFunction {

    background-image: url(../../img/iconos/delete.svg);
}

.btnDetails {

    background-image: url(../../img/iconos/details.svg);
}

.btnValidate {

    background-image: url(../../img/iconos/checked.svg);
}

.btnDeleteFunction {

    background-image: url(../../img/iconos/delete.svg);
}

.btnCopy {

    background-image: url(../../img/iconos/copiar.svg);
}

.btnUp {

    background-image: url(../../img/iconos/subir.svg);
}

.btnDown {

    background-image: url(../../img/iconos/bajar.svg);
}

.selectDocuments {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;

}

.switch {

    line-height: 0px !important;
}

.switch .checkTypeSwitch {
    display: none;
    margin: 0px;
}

.slider {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
    border: 2px solid var(--toneBlue);
    border-radius: 14px;
    cursor: pointer;
    transition: background-color 0.2s;
    z-index: 10;
}

.slider:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: var(--toneBlue);
    border-radius: 50%;
    transition: transform 0.2s;
}

.checkTypeSwitch:checked+.slider {
    background-color: var(--toneBlue);
}

.checkTypeSwitch:checked+.slider:before {
    background-color: var(--toneWhite);
}

.checkTypeSwitch:checked+.slider:before {
    transform: translate(16px, -50%);
}

.contentAllDocs {

    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    border-radius: 10px;
    border: 1px solid var(--toneBoxShadow);

}

.view-toggle {
    display: inline-flex;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f5;
}

.view-toggle button {
    padding: 5px 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background 0.3s, color 0.3s;
}

.view-toggle button:hover {
    background: #e0e0e0;
}

.view-toggle button.active {
    background: #4cafef;
    color: #fff;
    font-weight: bold;
}


.documentLoad {

    width: 100px;
    max-width: 120px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    margin: 10px;

}

.documentLoad:hover {

    border: 1px solid var(--toneBlueStrong);
    transform: translateY(-5px);
    box-shadow: 1px 1px 7px var(--toneBoxShadow);
}

.documentSelect {
    border: 2px solid var(--toneBlue);
    transform: translateY(-5px);
}

.documentLoad__image img {

    width: 40px;
    height: 50px;
    object-fit: contain;
}

.descriptionDocument {
    text-align: center;
    font-weight: bold;
}

.functionDocs {

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
}

.contentAgreeDocs {

    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid var(--toneBoxShadow);
    padding: 10px;

}

.contentPreviewDocs {

    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid var(--toneBoxShadow);
    padding: 10px;
}

.framePdfPreview {

    min-height: 280px;
    max-height: 280px;
    width: 100%;
}

.elementList {

    margin: 5px;
    border: 1px solid var(--toneBoxShadow);
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in;

}

.contentOptions {

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: flex-start;
    justify-content: flex-start;
}

.contentMail {

    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    word-break: break-all;
    gap: 5px;

}

.contentMailsCommand {

    margin-top: 10px;
    max-height: 180px;
    width: 100%;
    overflow: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 5px;
}

.elementMails {

    color: var(--toneBlue);
    cursor: pointer;
    transition: all 0.3s ease-in-out;

}

.rowFiltersHeaders {

    width: 100%;
    flex-wrap: wrap;
    gap: 25px;
    padding: 10px;

}

.contentDataHeader {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 5px 5px 5px 5px;
    max-width: 100%;
    max-height: 80px;
    gap: 7px;
    overflow: auto;

}

.elementCatalog {

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;

}

.descriptionLabelFilter {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filtersRowSelect {

    padding: 15px;
    gap: 15px;
}

.elementFilterHeader {

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-basis: calc(100% / 4);
    border-radius: 10px;
    border: 1px solid var(--toneBoxShadow);
    box-shadow: 1px 1px 7px var(--toneBoxShadow);
}

.elementFilterHeaderComplete {

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 10px;
    border: 3px solid var(--toneGrey);
    width: 100%;
}

.elementFilterHeaderAuto {

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 10px;
    border: 3px solid var(--toneGrey);
}

.filterHeaderTitle {

    position: relative;
    top: calc(calc(12px / 2) * -2);
    left: 15px;
    padding: 5px;
    background-color: var(--toneBlueStrong);
    color: #FFF;
    border: 1px solid var(--toneBoxShadow);
    box-shadow: 1px 1px 7px var(--toneBoxShadow);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    gap: 0 5px;
    min-width: 130px;
    width: max-content;
    border-radius: 5px;
}

.filterHeaderTitle label {

    margin: 0px !important;
    padding: 0px !important;
    color: var(--background);
}

#inputSearch {

    box-shadow: 0px 0px 8px var(--toneBlue);
    border: 1px solid var(--toneBlueSky);
    outline: none;
}

.inputSearchFilter {

    max-width: 100%;
    height: 22px !important;
    background-color: #FFF !important;
    border-radius: 5px !important;
}

.searchIcon {

    width: 16px;
    height: 16px;
    background-image: url(../../img/iconos/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    cursor: pointer;
    z-index: 0;

}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox {

    border-radius: 5px;
    padding: 2px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.custom-checkbox .checkmark {
    position: relative;
    height: 16px;
    width: 16px;
    border: 2px solid var(--textPlaceholder);
    border-radius: 4px;
    margin-right: 5px;
}

.custom-checkbox input[type="checkbox"]:checked+.checkmark {
    background-color: var(--toneBlue);
    border: 2px solid var(--toneBlue);
}

.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input[type="checkbox"]:checked+.checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {

    left: 4px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contentRadioOption {

    margin: 0;
    justify-content: flex-start;
    gap: 10px;

}

.contentCenterContainer {

    justify-content: space-around !important;
}

.radio-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px;

}

.inputOptiosList {

    outline: none;
    width: 250px;
}

.rowChangeStatus {

    border-bottom: 1px solid var(--background);
    padding: 5px;
}

.statusDescription {

    max-width: 150px;
    min-width: 150px;
}

.contentStatuComplete {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    overflow: auto;
    padding: 10px;
}

.contentParentStatus {

    max-width: 130px;
    min-width: 130px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 10px;
    text-align: center;

}

.btnStatusShipment {

    width: 35px;
    min-height: 35px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;

}

.btnStatusShipmentComplete {

    width: 35px;
    min-height: 35px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;

}

.contentStatusChange {

    height: 12px;
    width: 12px;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    background-color: var(--toneBlueSky);
    transition: all 0.3s ease-in-out;
    text-align: center;

}


.statusComplete {
    border: 2px solid var(--toneBlue);
    font-weight: bold;
    background-color: var(--background);
}

.statusComplete span {
    color: var(--toneBlue) !important;
    font-weight: bold;
}

.disabled {

    pointer-events: none;
    cursor: not-allowed;

}

.rowLineHistory {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    overflow-x: auto;
    padding: 15px;
}

.pointContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    max-width: 70px;
    cursor: pointer;
    min-height: 110px !important;
}

.pointStatus {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid var(--toneBlue);
    background-color: white;
}

.pointStatusComplete {
    background-color: var(--toneBlue);
}

.lineDivStatus {
    background-color: var(--textPlaceholder);
    height: 3px;
    flex-grow: 1;
    min-width: 120px;
}

.pointLabel {
    text-align: center;
}

.doubleInput {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
}

.selectOption {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5px 0px 0px 5px !important;
}

.select2-selection,
.select2-selection__rendered {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    align-content: center !important;
    justify-content: flex-start !important;
    font-weight: 600;
}

.selectDoubleInput,
.inputPrimary .select2-container,
.inputPrimary .select2-selection {
    border: none !important;
    outline: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

.inputTempDouble {
    padding-left: 5px !important;
}

.inputPrimary {
    width: 100%;
    border: 1px solid var(--toneBlue);
    border-radius: 0px 5px 5px 0px;
}

.selectDoubleInput {

    border-radius: 5px 0px 0px 5px !important;
    background-color: var(--toneBlue);
    color: var(--background);
    height: 35px !important;
}

.links-maps {

    text-decoration: none;
    font-weight: 600;
    color: var(--toneBlueStrong);
    transition: all 0.3s ease-in-out;

}

.links-maps:hover {

    transform: translateX(10px);
    color: var(--toneBlue);
}

/* Contenido reporte de incidencias */

.backgroudChart {
    /* background-color: #dfdfdf56; */
    border: 2px solid var(--toneBlueSky);
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 0 8px rgba(177, 177, 177, 0.578);
    font-family: 'Montserrat', sans-serif !important;
}

.backgroudChart h5,
.containerCardInfo h5 {
    font-size: 16px;
    font-weight: bold;
}

.contentCardInfo {
    width: 100%;
    align-items: center;
    justify-content: space-around;
}

.contentListChart {
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
    border-bottom: 1px solid var(--toneBtnSelect);
}

.containerChardLine {
    min-height: 330px;
}

.containerChardDonut {
    min-height: 250px;
}

.containerCardInfo {
    border: none;
    height: 80px;
    border-radius: 8px;
    background-color: var(--toneBtnSelect);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif !important;
}

.containerCardInfo label {
    font-size: 1.4rem;
    font-weight: bold;
}

.labelResultData {
    color: var(--toneBlue);
}