.responsive-container,
.responsive-container-xxl {
    width: 95%;
    margin: 0 auto
}

code,
p.alert {
    line-height: 20px
}

.card-footer,
.info-box,
.mobile-menu,
.repair-header,
.text-limit {
    overflow: hidden
}

.task .task-action,
.task .task-icon,
.test-item-img {
    grid-row-start: 1;
    grid-row-end: 3
}

.activity-table-days,
.card-form-exp label,
.card-form-name,
.card-form-number,
.desktop-menu {
    grid-column-start: 1;
    grid-column-end: 3
}

*,
.internal-comments-list p {
    font-family: var(--font-family)
}

.descrPalet,
.direct-access span,
.palet,
.text-limit {
    white-space: nowrap;
    text-overflow: ellipsis
}

:root {
    --background-desktop-bar: var(--blue-95);
    --body: #464e5f;
    --side-bar-background: var(--blue-20);
    --side-bar-text: var(--blue-100);
    --body-top-bar: var(--blue-95);
    --body-background: var(--blue-99);
    --window-background: var(--blue-99);
    --dark: #1E1E2D;
    --primary: var(--tierra-40);
    --gray: #A2A3B7;
    --secondary: var(--blue-10);
    --light: #EBECF5;
    --tierra-0: #000000;
    --tierra-10: #2B1808;
    --tierra-20: #563110;
    --tierra-30: #97551C;
    --tierra-40: #C26E24;
    --tierra-50: #D97F30;
    --tierra-60: #E29C60;
    --tierra-70: #E9B486;
    --tierra-80: #EFCAA9;
    --tierra-90: #F7E4D4;
    --tierra-95: #FBF1E9;
    --tierra-99: #FEFCFB;
    --tierra-100: #FFFFFF;
    --colorlogo: #D97F30;
    --blue-0: #000000;
    --blue-10: #051E2E;
    --blue-20: #0B4A74;
    --blue-30: #0D598B;
    --blue-40: #1171B0;
    --blue-50: #2A9CEA;
    --blue-60: #5DB4EF;
    --blue-70: #74BFF1;
    --blue-80: #A2D4F6;
    --blue-90: #D1EAFA;
    --blue-95: #E8F4FD;
    --blue-99: #FDFEFB;
    --blue-100: #FFFFFF;
    --red-0: #000000;
    --red-10: #290A0A;
    --red-20: #521414;
    --red-30: #862121;
    --red-40: #A82424;
    --red-50: #D14747;
    --red-60: #DE6D6D;
    --red-70: #E89696;
    --red-80: #F3BABA;
    --red-90: #F8CECE;
    --red-95: #FCE3E3;
    --red-99: #FEFBFB;
    --red-100: #FFFFFF;
    --yellow-0: #000000;
    --yellow-10: #2E2305;
    --yellow-20: #674E0A;
    --yellow-30: #94700E;
    --yellow-40: #E0AA15;
    --yellow-50: #EBB92D;
    --yellow-60: #EFC552;
    --yellow-70: #F2D073;
    --yellow-80: #F6E0A2;
    --yellow-90: #FBEFD0;
    --yellow-95: #FCF4DE;
    --yellow-99: #FFFDFA;
    --yellow-100: #FFFFFF;
    --green-0: #000000;
    --green-10: #0E2516;
    --green-20: #1C492C;
    --green-30: #256039;
    --green-40: #35B662;
    --green-50: #5ABF7D;
    --green-60: #71D092;
    --green-70: #88DDA5;
    --green-80: #AFE8C3;
    --green-90: #CFF2DB;
    --green-95: #DFF6E5;
    --green-99: #FBFEFC;
    --green-100: #FFFFFF;
    --grey-0: #000000;
    --grey-10: #181A1B;
    --grey-20: #303335;
    --grey-30: #44484B;
    --grey-40: #5C6166;
    --grey-50: #747B80;
    --grey-60: #91979C;
    --grey-70: #AFB3B6;
    --grey-80: #C9CCCF;
    --grey-90: #E4E6E7;
    --grey-95: #F2F2F3;
    --grey-99: #FCFCFD;
    --grey-100: #FFFFFF;
    --headline---h1: 32px;
    --headline---h2: 24px;
    --headline---h3: 20px;
    --title---large: 18px;
    --title---medium: 16px;
    --title---small: 14px;
    --body---large: 16px;
    --body---medium: 14px;
    --body---small: 12px;
    --body--cursive---large: 16px;
    --body--cursive---medium: 14px;
    --body--cursive---small: 12px;
    --label---large: 16px;
    --label---medium: 14px;
    --label---small: 12px;
    --font-family: 'Montserrat', sans-serif;
    --headline-h1-font-family: var(--font-montserrat);
    --headline-h1-weight: var(--font-bold);
    --headline-h1-size: 32;
    --headline-h1-line-height: 40;
    --headline-h1-tracking: 0;
    --headline-h2-font-family: var(--font-montserrat);
    --headline-h2-weight: var(--font-bold);
    --headline-h2-size: 24;
    --headline-h2-line-height: 32;
    --headline-h2-tracking: 0;
    --headline-h3-font-family: var(--font-montserrat);
    --headline-h3-weight: var(--font-bold);
    --headline-h3-size: 20;
    --headline-h3-line-height: 28;
    --headline-h3-tracking: 0;
    --title-large-font-family: var(--font-montserrat);
    --title-large-weight: var(--font-semibold);
    --title-large-size: 18;
    --title-large-line-height: 24;
    --title-large-tracking: 0;
    --title-medium-font-family: var(--font-montserrat);
    --title-medium-weight: var(--font-semibold);
    --title-medium-size: 16;
    --title-medium-line-height: 22;
    --title-medium-tracking: 0;
    --title-small-font-family: var(--font-montserrat);
    --title-small-weight: var(--font-semibold);
    --title-small-size: 14;
    --title-small-line-height: 20;
    --title-small-tracking: 0;
    --body-large-font-family: var(--font-montserrat);
    --body-large-weight: var(--font-regular);
    --body-large-size: 16;
    --body-large-line-height: 22;
    --body-large-tracking: 0;
    --body-medium-font-family: var(--font-montserrat);
    --body-medium-weight: var(--font-regular);
    --body-medium-size: 14;
    --body-medium-line-height: 20;
    --body-medium-tracking: 0;
    --body-small-font-family: var(--font-montserrat);
    --body-small-weight: var(--font-regular);
    --body-small-size: 12;
    --body-small-line-height: 18;
    --body-small-tracking: 0;
    --body-cursive-large-font-family: var(--font-montserrat);
    --body-cursive-large-weight: var(--font-italic);
    --body-cursive-large-size: 16;
    --body-cursive-large-line-height: 22;
    --body-cursive-large-tracking: 0;
    --body-cursive-medium-font-family: var(--font-montserrat);
    --body-cursive-medium-weight: var(--font-italic);
    --body-cursive-medium-size: 14;
    --body-cursive-medium-line-height: 20;
    --body-cursive-medium-tracking: 0;
    --body-cursive-small-font-family: var(--font-montserrat);
    --body-cursive-small-weight: var(--font-italic);
    --body-cursive-small-size: 12;
    --body-cursive-small-line-height: 18;
    --body-cursive-small-tracking: 0;
    --label-large-font-family: var(--font-montserrat);
    --label-large-weight: var(--font-medium);
    --label-large-size: 16;
    --label-large-line-height: 22;
    --label-large-tracking: 0;
    --label-medium-font-family: var(--font-montserrat);
    --label-medium-weight: var(--font-medium);
    --label-medium-size: 14;
    --label-medium-line-height: 20;
    --label-medium-tracking: 0;
    --label-small-font-family: var(--font-montserrat);
    --label-small-weight: var(--font-medium);
    --label-small-size: 12;
    --label-small-line-height: 18;
    --label-small-tracking: 0;
    --font-montserrat: "Montserrat";
    --font-bold: "Bold";
    --font-semibold: "SemiBold";
    --font-regular: "Regular";
    --font-italic: "Italic";
    --font-medium: "Medium"
}

.version {
    font-size: xx-small
}

button>i {
    font-size: 20px
}

button {
    font-size: var(--label-large-size) !important;
    padding: 4px 8px !important
}

.double {
    font-size: 2rem
}

body {
    color: var(--body);
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
    overflow-x: hidden
}

::-webkit-scrollbar {
    display: none
}

::-moz-selection {
    color: var(--light);
    background: var(--secondary)
}

::selection {
    color: var(--light);
    background: var(--secondary)
}

.am-blur,
.info-box h2,
button,
label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.card-body button img,
.card-footer button img,
.info-box h2 img {
    width: 30px;
    height: 30px
}

* {
    font-size: var(--font-size);
    font-weight: var(--font-weight);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0
}

hr {
    border: 1px solid var(--blue-100)
}

.alert-info,
p.alert {
    border-radius: .33rem
}

code {
    color: var(--black);
    font-weight: 600
}

.responsive-container {
    max-width: 1000px
}

.responsive-container-xl {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto
}

.rc-small {
    max-width: 460px
}

.text-limit {
    width: 100%;
    display: block
}

p.alert {
    font-size: 14px;
    color: var(--red-100);
    background-color: var(--red-40);
    padding: 4px 8px
}

.default-hide,
.form-input-collapsable,
.form-input-collapsable select,
.group,
.info-box button,
.no-layout .desktop-menu>*,
.no-layout .mobile-menu,
.no-layout .mobile-submenu,
.no-layout .side-menu>*,
.step,
input[type=file] {
    display: none
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none
}

.right-border-md {
    border-bottom: 1px solid #ecf0f3;
    margin-bottom: 18px
}

.text-warning {
    color: var(--yellow-40) !important
}

.text-danger {
    color: var(--red-40) !important
}

.text-primary {
    color: var(--tierra-40) !important
}

.text-success {
    color: var(--green-40) !important;
    background-color: var(--green-100) !important
}

.text-secondary {
    color: var(--blue-40) !important
}

#cart-dto:hover,
.c-pointer,
.form-input-collapsable label:hover,
.mobile-menu button:hover,
.mobile-submenu li:hover,
.product .product-discount:hover {
    cursor: pointer
}

.text-link {
    border-bottom: 2px solid var(--gray);
    display: inline-block;
    line-height: 16px;
    color: var(--primary);
    transition: .2s
}

.text-link:hover {
    border-bottom: 2px solid var(--primary);
    font-weight: 600;
    cursor: pointer
}

.alert-info {
    background-color: var(--light);
    font-size: 13px;
    padding: 8px
}

.desktop-menu,
.desktop-menu button:hover {
    background-color: var(--background-desktop-bar)
}

.desktop-menu button,
.mobile-menu button,
.side-menu button {
    border: 0;
    background-color: transparent
}

.container {
    display: grid;
    grid-template-columns: 150px auto;
    grid-template-rows: 60px auto;
    height: 100vh;
    width: 100vw
}

.no-layout {
    grid-template-columns: 0 auto !important;
    grid-template-rows: 0 auto !important
}

.desktop-menu {
    z-index: 9999;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between
}

.desktop-menu button {
    height: 100%;
    width: 60px;
    color: var(--background-desktop-bar);
    font-size: 24px
}

.desktop-menu button:hover {
    color: var(--primary);
    cursor: pointer
}

.desktop-menu button.danger:hover {
    color: var(--red-30)
}

.desktop-menu button.warning:hover {
    color: var(--yellow-30)
}

.desktop-menu button img {
    height: 32px;
    width: 32px
}

.side-menu {
    background-color: var(--blue-20);
    z-index: 9999
}

.side-menu button {
    width: 100%;
    height: 150px;
    color: #c9cbd4;
    transition: .2s
}

.side-menu button i {
    display: block;
    font-size: 48px
}

.side-menu button:hover {
    color: var(--blue-100);
    background-color: var(--blue-30);
    box-shadow: inset 0 0 20px rgba(30, 30, 45, .3);
    cursor: pointer
}

.side-menu button span {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    display: block
}

.side-menu button img {
    font-size: 14px;
    line-height: 30px;
    width: 45px
}

.mobile-menu {
    background-color: var(--dark);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    display: none;
    z-index: 1
}

.btn span,
.card-form,
.card-form-error,
.table th {
    text-align: left
}

.mobile-menu button {
    height: 100%;
    width: 60px;
    color: #a2adce;
    font-size: 24px
}

.mobile-menu button.important {
    width: 40px;
    height: 40px;
    margin: 10px;
    background-color: var(--light);
    color: var(--primary);
    border-radius: 50%
}

.mobile-submenu {
    background-color: #151521;
    position: fixed;
    bottom: 59px;
    width: 100%;
    z-index: 10;
    display: none
}

.mobile-submenu ul {
    padding: 10px 24px;
    list-style: none
}

.mobile-submenu li {
    line-height: 48px;
    color: #5c6786
}

.mobile-submenu i {
    margin-right: 4px
}

.info-box h2 i,
.mobile-menu button.active,
.mobile-submenu li.active,
.task .card-body:hover .task-action {
    color: var(--primary)
}

.mobile-menu button img {
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    background-color: var(--blue-100);
    border-radius: 50%
}

.loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 4px
}

.loader-bar {
    height: 100%;
    background-color: var(--primary);
    box-shadow: 5px -1px 8px 1px #3699ff;
    transition: .3s ease-in
}

.content {
    background-color: var(--light)
}

.content-header {
    background-color: #fff;
    padding-left: 20px;
    box-shadow: 0 10px 30px 0 rgba(82, 63, 105, .08)
}

.content-header span {
    font-size: 20px;
    font-weight: 500;
    line-height: 60px
}

.content-header-btns {
    float: right
}

.content-header a,
.content-header button {
    margin: 10px 14px 9px 0
}

.content-body {
    padding: 24px 12px 82px;
    background-color: var(--blue-99)
}

.card {
    background-color: var(--blue-100);
    box-shadow: 0 0 30px 0 rgba(82, 63, 105, .05);
    border-radius: .42rem;
    border: 1px solid #0000001a
}

.card-header {
    min-height: 70px;
    padding: 0 20px;
    border: 1px solid #0000001a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap
}

.card-header .avatar {
    float: left;
    width: 50px;
    height: 50px;
    background-color: #607d8b;
    border-radius: 50px;
    margin: 10px 10px 10px 0;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: inset 0 0 6px 0 rgb(0 0 0 / 28%);
    transition: .3s;
    border: 1px solid #0000001a
}

.add-table,
.btn.btn-block {
    width: 100%
}

.card-title:hover>.avatar {
    background-color: #3aa4d8 !important;
    transform: rotate(360deg)
}

.card-title {
    line-height: 70px;
    font-weight: 500;
    font-size: 1.275rem;
    color: #212121
}

.card-body {
    padding: 20px
}

.card-footer {
    padding: 14px 20px;
    border-top: 1px solid #ecf0f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap
}

.card-footer button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: space-between
}

.card-collapsable .card-header {
    cursor: pointer;
    border: 1px solid #0000001a
}

.card-collapsable .card-body,
.card-collapsable .card-footer {
    display: none;
    border: 1px solid #0000001a
}

.btn {
    border: 0;
    padding: 2px 9px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: .2s;
    line-height: 25px;
    display: flex;
    align-items: center
}

.btn span,
.dropdown {
    display: inline-block
}

a.btn {
    text-decoration: none;
    border: 1px solid transparent
}

.btn img {
    margin-right: 10px
}

.btn span {
    left: 20%;
    top: 29px
}

.btn:disabled {
    opacity: .8;
    pointer-events: none
}

.badge-primary,
.btn-primary,
table span.primary {
    background-color: var(--tierra-40);
    color: var(--tierra-100)
}

.btn-primary:active,
.btn-primary:focus {
    box-shadow: 0 0 0 2.5px rgba(54, 153, 255, .4);
    background-color: var(--tierra-20)
}

.btn-primary:hover {
    background-color: var(--tierra-30)
}

.btn-outline {
    background-color: var(--blue-100);
    border-color: var(--blue-20);
    border: 1px solid var(--blue-20);
    color: var(--yellow-0)
}

.btn-outline:hover {
    border-color: var(--blue-30);
    color: var(--blue-20)
}

.btn-outline-click {
    border-color: var(--blue-20);
    color: var(--blue-20)
}

.btn-outline:disabled {
    border-color: var(--blue-60);
    color: var(--blue-20)
}

.btn-outline-warning {
    border-color: var(--yellow-40);
    color: var(--yellow-0)
}

.btn-outline-warning:hover {
    background: var(--yellow-30);
    color: #fff
}

.btn-outline-warning-click {
    background: var(--yellow-20);
    color: #fff
}

.btn-outline-warning:disabled {
    background: var(--yellow-60);
    color: #fff
}

.btn-info {
    background-color: #0bb7af
}

.btn-info:focus {
    box-shadow: 0 0 0 2.5px rgba(11, 183, 175, .4)
}

.btn-info:hover {
    background-color: #09a59e
}

.btn-warning {
    background-color: var(--yellow-40)
}

.btn-warning:focus {
    box-shadow: 0 0 0 2.5px rgba(238, 157, 1, .4);
    background-color: var(--yellow-20)
}

.btn-danger:active,
.btn-danger:disabled,
.btn-danger:focus {
    box-shadow: 0 0 0 2.5px rgba(246, 78, 96, .4)
}

.btn-warning:hover {
    background-color: var(--yellow-30)
}

.btn-warning:disabled {
    background-color: var(--yellow-20)
}

.btn-danger {
    background-color: var(--red-40);
    color: #fff
}

.btn-danger:disabled {
    background-color: var(--red-60)
}

.btn-danger:active {
    background-color: var(--red-20)
}

.btn-danger:focus,
.btn-danger:hover {
    background-color: var(--red-30)
}

.btn-danger img,
.btn-secondary img {
    filter: var(--filter-white)
}

.btn-secondary {
    background-color: var(--blue-40);
    color: #fff
}

.btn-secondary:focus {
    box-shadow: 0 0 0 2.5px rgba(162, 163, 183, .4);
    background-color: var(--blue-20)
}

.btn-secondary:disabled {
    background-color: var(--blue-60)
}

.btn-secondary:active {
    box-shadow: 0 0 0 2.5px var(--blue-20);
    background-color: var(--blue-20)
}

.btn-secondary:hover {
    background-color: var(--blue-30)
}

.add-table {
    height: 48px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    border-radius: .42rem;
    border: 0;
    font-size: 18px;
    color: var(--primary);
    transition: .2s
}

.add-table:hover {
    cursor: pointer;
    box-shadow: 0 0 30px 0 rgb(82 63 105 / 15%);
    color: var(--dark)
}

.direct-access:hover,
.task .card-body:hover {
    box-shadow: 0 0 30px 0 rgb(82 63 105 / .1);
    opacity: 1
}

.dropdown {
    position: relative
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 188px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 2;
    border-radius: 5px
}

.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

.dropdown-content a:hover {
    background-color: #36405f;
    color: #c5e2ff
}

.card-value,
.dropdown:hover .dropdown-content,
.form-checkbox input:checked~.checkmark:after,
.step.active {
    display: block
}

.form-input,
.test-item-title p {
    margin-top: 10px
}

fieldset {
    margin-top: 2px
}

.input,
.selectize-input,
input,
select,
textarea {
    width: 100%;
    border: 1px solid #c2c4d6;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    background-color: #fafbff !important;
    transition: .2s
}

input[type=radio] {
    width: auto
}

.selectize-input.disabled,
input:disabled,
select:disabled,
textarea:disabled {
    color: #000 !important;
    opacity: .7 !important;
    cursor: not-allowed !important
}

.form-input input,
.form-input select {
    height: 40px;
    padding: 0 10px
}

input:read-only,
textarea:read-only {
    background-color: #e8eaf1
}

input:disabled,
select:disabled,
textarea:disabled {
    background-color: #e8eaf1;
    cursor: not-allowed
}

.selectize-input:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: var(--blue-0);
    background-color: #eef6ff
}

.file-upload {
    cursor: pointer;
    display: block;
    padding: 7px 10px !important
}

textarea {
    resize: vertical
}

label {
    line-height: 24px
}

label .label-btn {
    float: right;
    font-size: 12px;
    background-color: var(--light);
    padding: 0 8px;
    line-height: 20px;
    border-radius: .33rem;
    cursor: pointer
}

label .label-btn-off {
    background-color: var(--grey-40);
    color: var(--grey-100)
}

label .label-btn-on {
    background-color: var(--green-40);
    color: #fff
}

sup {
    font-size: 11px;
    color: gray
}

.required {
    font-size: 11px;
    color: var(--red-40);
}

.units-input {
    display: grid;
    grid-template-columns: 40px auto 40px
}

.units-input input {
    border-radius: 0
}

.units-input button {
    background-color: var(--light) !important;
    border: 1px solid #c2c4d6;
    font-size: 24px;
    transition: .2s
}

.units-input button:hover {
    cursor: pointer;
    background-color: #d7d8e2 !important
}

.units-input button:active {
    transform: scale(.95);
    font-size: 23px
}

.add-units-btn {
    border-radius: 5px 0 0 5px
}

.remove-units-btn {
    border-radius: 0 5px 5px 0
}

.selectize-dropdown-content [data-selectable] {
    line-height: 30px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 500
}

.selectize-input {
    padding: 0 0 0 10px !important;
    height: 40px;
    line-height: 40px;
    transition: none !important
}

.selectize-available-component .component_name,
.selectize-customer .title,
.selectize-warranty .title {
    display: block;
    line-height: 16px;
    margin-top: 5px
}

.selectize-customer .phone,
.selectize-warranty .barcode,
.selectize-warranty .brand {
    font-size: 12px;
    margin-right: 8px;
    color: #676767
}

.selectize-available-component .sat_tpv_stock,
.selectize-customer .nif,
.selectize-warranty .model {
    font-size: 12px;
    color: #676767
}

.selectize-available-component .sku_desc {
    display: block;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 2px;
    font-size: 13px;
    color: #676767;
    font-weight: 700
}

.selectize-available-component .component_category {
    font-size: 14px;
    margin-right: 8px;
    color: #676767;
    font-weight: 700
}

.card-label,
.info-box ul li b,
.sale-summary,
.select-btn button,
.subtitle h2,
.table th,
.task .task-title {
    font-weight: 500
}

.selectize-available-component .logistic_stock {
    font-size: 12px;
    margin-right: 8px;
    color: #676767;
    float: right
}

#preview-logo {
    float: right;
    font-size: 12px;
    font-weight: 600;
    color: var(--primary)
}

#preview-logo:hover {
    cursor: pointer;
    color: var(--dark)
}

.card-form {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 8px
}

.card-form-error {
    font-size: 12px;
    background-color: #f44336;
    color: #fff;
    padding: 4px 4px 4px 8px;
    border-radius: .32rem;
    margin-bottom: 5px;
    display: none
}

.card-form input,
.card-form select {
    height: 47px
}

.card-form-exp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 8px
}

.table {
    border-spacing: 0;
    margin-top: 20px;
    font-size: .8rem
}

.table th {
    border-bottom: 1px solid #ecf0f3;
    line-height: 70px;
    font-size: .8rem;
    color: #212121
}

.table td:first-child,
.table th:first-child {
    padding-left: 16px
}

.table tr {
    height: 48px
}

.table tbody tr:nth-child(odd) {
    background-color: #f7f7f7
}

.table tbody tr:hover {
    background-color: #efefef;
    color: #000;
    cursor: pointer
}

.table-without-pointer-row tbody tr:hover {
    cursor: default
}

.badge,
.table span {
    padding: 3px 6px;
    border-radius: 5px
}

.badge-danger,
.table span.danger {
    background-color: var(--red-40);
    color: var(--red-100)
}

.badge-warning,
.table span.warning {
    background-color: var(--yellow-40);
    color: var(--yellow-100)
}

.badge-success,
.table span.success {
    background-color: var(--green-40);
    color: var(--green-100)
}

.badge-secondary,
.table span.secondary {
    background-color: var(--blue-40);
    color: var(--blue-100)
}

table.device-details {
    border-collapse: collapse;
    width: 100%
}

table.device-details td,
table.device-details th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px
}

table.device-details tr:nth-child(2n) {
    background-color: #ddd
}

.device-image {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block
}

.td-order-status-pending {
    background-color: #f9d7d7;
    color: #f32626
}

.td-order-status-ordered {
    background-color: #d7e8f9;
    color: #268bf3
}

.td-order-status-recived {
    background-color: #cae4c6;
    color: #009479
}

.direct-access {
    opacity: .8
}

.direct-access:hover {
    cursor: pointer
}

.direct-access i {
    display: block;
    font-size: 60px;
    margin-bottom: 10px;
    color: var(--primary)
}

.direct-access.direct-access-danger i {
    color: #f44336 !important
}

.direct-access span,
.direct-access.disabled i {
    color: var(--secondary)
}

.direct-access.disabled {
    cursor: default !important
}

.direct-access span {
    width: 100%;
    overflow: hidden;
    display: block
}

.subtitle h2 {
    font-size: 20px
}

.subtitle hr {
    border: 1px dashed #abacb3;
    margin: 4px 0
}

.task .card-body {
    display: grid;
    grid-template-columns: 60px auto 60px;
    grid-template-rows: 30px 30px;
    padding: 0;
    opacity: .95;
    transition: .2s
}

.task .card-body:hover {
    cursor: pointer
}

.task .task-icon {
    border-radius: 50%;
    background-color: var(--primary);
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 46px;
    margin: 8px
}

.task .task-title {
    line-height: 20px;
    margin-top: 10px
}

.task .task-description {
    font-size: 13px;
    color: var(--gray);
    line-height: 20px
}

.task .task-action {
    grid-column-start: 3;
    grid-column-end: 4;
    line-height: 60px;
    text-align: center;
    color: var(--gray);
    font-size: 18px
}

.steps {
    min-height: 90px;
    padding: 30px 0 0;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-bottom: 16px
}

.steps .steps-container {
    background: #ced0e0;
    height: 6px;
    width: 100%;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    margin: 0;
    list-style: none
}

.steps .step-bar,
.steps .steps-container li.active .one-step .step-image span {
    background-color: #3699ff
}

.steps .steps-container li {
    text-align: center;
    list-style: none;
    float: left
}

.steps .steps-container li .one-step {
    padding: 0 50px
}

.steps .steps-container li .one-step .step-image {
    margin: -14px 0 0
}

.steps .steps-container li .one-step .step-image span {
    background-color: #ced0e0;
    display: block;
    width: 31px;
    height: 31px;
    margin: 0 auto;
    border-radius: 31px;
    -moz-border-radius: 31px;
    -webkit-border-radius: 31px;
    -ms-border-radius: 31px
}

.steps .steps-container li .one-step .step-current {
    font-size: 13px;
    color: var(--dark);
    margin: 8px 0 0
}

.steps .steps-container li.active .one-step .step-image span:after {
    background-color: #fff;
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    width: 21px;
    height: 21px;
    margin: 5px;
    border-radius: 21px;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    -ms-border-radius: 21px;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .15)
}

.steps .step-bar {
    height: 6px;
    position: absolute;
    top: 30px;
    border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px
}

.steps .step-bar.last {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px
}

@media screen and (max-width:690px) {
    .steps {
        display: none
    }
}

.chart-card,
.info-box.active button,
.info-box.active ul {
    display: inline-block
}

.select-btn button {
    width: 100%;
    background-color: var(--blue-100);
    border: 1px solid var(--blue-30);
    color: var(--blue-40);
    line-height: 35px;
    font-size: 15px;
    border-radius: 5px;
    transition: .3s
}

.select-btn button:hover {
    background-color: var(--blue-30);
    color: var(--blue-100);
    cursor: pointer
}

.select-btn button.active,
.select-btn button.active:hover {
    background-color: var(--blue-20);
    border: 1px solid var(--blue-30);
    color: var(--blue-100);
    cursor: default
}

.group.active {
    display: flex
}

.group.a-block.active {
    display: block !important
}

@media screen and (max-width:390px) {
    .select-btn {
        padding-left: 5px;
        padding-right: 5px
    }
}

.sale-summary {
    background-color: #ced0e0;
    line-height: 37px;
    border-radius: 5px;
    padding: 0 12px;
    font-size: 18px;
    border: 1px solid #adb0cc;
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px)
}

.sale-products {
    margin-bottom: 50px
}

.sale-products .product {
    background-color: #ececec;
    line-height: 29px;
    border-radius: 5px;
    margin-bottom: 6px
}

.product .product-remove {
    padding: 0 10px
}

.product .product-remove:hover {
    color: var(--red-30);
    cursor: pointer
}

.product .product-units {
    float: right;
    margin: 0 10px
}

.product .product-discount {
    background-color: #607d8b;
    color: #fff;
    padding: 5px;
    border-radius: .33rem;
    margin-left: 10px
}

.info-box {
    border: 1px solid #c2c4d6;
    border-radius: 5px;
    padding: 10px;
    margin-top: 15px
}

.info-box h2 {
    font-weight: 400;
    font-size: 18px;
    cursor: pointer
}

.info-box .info-box-container,
.info-box ul {
    margin-left: 24px;
    margin-top: 8px;
    display: none
}

.info-box ul li {
    line-height: 26px
}

.status-history li {
    line-height: 36px !important
}

.repair-header button {
    font-size: var(--label-large-size)
}

.repair-header .header_text {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500
}

.form-checkbox {
    position: relative;
    padding-left: 35px;
    cursor: pointer
}

.form-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 4px;
    transition: .2s
}

.form-checkbox:hover input~.checkmark {
    background-color: #ccc
}

.form-checkbox input:checked~.checkmark {
    background-color: var(--blue-20)
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.form-checkbox .checkmark:after {
    left: 7px;
    top: 4px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product-item {
    margin-bottom: 6px;
    border-bottom: 1px dashed #dadbe2;
    padding-bottom: 3px
}

.product-returned {
    text-decoration: line-through;
    color: gray;
    pointer-events: none
}

.chart-area {
    position: relative;
    height: 10rem;
    width: 100%
}

@media (min-width:768px) {
    .chart-area {
        height: 20rem
    }
}

.chart-cards {
    padding-bottom: 14px;
    border-bottom: 1px solid #ecf0f3
}

.chart-card {
    margin-right: 3rem
}

.card-label {
    display: block;
    font-size: 14px;
    margin-bottom: 10px
}

.btn-pag,
.pagination {
    display: flex;
    align-content: center
}

.pricing-table {
    text-align: center
}

.pricing-table-header {
    background-color: var(--secondary);
    color: #fff;
    border-radius: .42rem .42rem 0 0
}

.pricing-table-footer,
.pricing-table-header {
    font-size: 26px;
    font-weight: 700;
    line-height: 52px
}

.pricing-table-body {
    padding: 16px
}

.pricing-table-price {
    margin-bottom: 16px
}

.pricing-table-price .price-big {
    font-size: 42px;
    font-weight: 700;
    color: #5d71ad
}

.pricing-table-price .price-small {
    font-weight: 500;
    color: #5d71ad
}

.pricing-table-price .price-desc {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--gray)
}

.pricing-table-content span {
    display: block;
    border-top: 2px dashed #b6bdd2;
    line-height: 33px;
    color: #596382
}

.pricing-table-footer {
    background-color: var(--secondary);
    color: #e7ecfb;
    border-radius: 0 0 .42rem .42rem;
    transition: .2s
}

.pricing-table-footer:hover {
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer
}

.price-danger {
    font-weight: 700;
    color: #f15d52 !important
}

.btn-pag,
.test-item-input div {
    background-color: #fff;
    font-weight: 500
}

.pagination {
    width: 100%;
    justify-content: center
}

.btn-pag {
    border: 0;
    line-height: 40px;
    width: auto;
    font-size: 2.5rem;
    color: var(--secondary);
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around
}

.image-item,
.loading-table-item,
.sign-badge,
.test-item,
.test-item-input div {
    border-radius: .33rem
}

.btn-pag.pag-next:hover,
.btn-pag.pag-prev:hover {
    cursor: pointer;
    color: var(--primary)
}

.btn-pag:disabled {
    color: var(--gray);
    cursor: default;
    pointer-events: none
}

.btn-pag.pag-prev {
    border-radius: .42rem 0 0 .42rem
}

.btn-pag.pag-next {
    border-radius: 0 .42rem .42rem 0
}

.btn-pag img {
    width: 48px;
    height: 48px
}

.not-found img {
    max-height: 50vh;
    max-width: 90%
}

.images-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 12px
}

.image-item {
    padding-top: 56.25%;
    box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 30%);
    background: center/cover no-repeat #b1b1b1;
    cursor: zoom-in;
    transition: .2s
}

.image-add:hover {
    transform: scale(.98);
    cursor: pointer !important
}

.image-item:active {
    transform: scale(.95)
}

.image-add.loading {
    animation: 1s linear infinite grayscale;
    pointer-events: none
}

@keyframes grayscale {

    0%,
    100% {
        filter: grayscale(0)
    }

    50% {
        filter: grayscale(1)
    }
}

@media screen and (max-width:992px) {
    .no-tablet {
        display: none
    }

    .images-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media screen and (max-width:850px) {
    .images-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width:670px) {
    .images-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.test-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 80px;
    gap: 18px;
    margin-top: 20px
}

.test-item {
    display: grid;
    grid-template-columns: 80px auto;
    grid-template-rows: 30px 50px;
    background-color: var(--light)
}

.test-item-img {
    margin: 10px
}

.test-item-input div {
    width: 50px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    display: inline-block;
    margin-right: 8px;
    text-align: center;
    font-size: 20px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 18%);
    transition: .2s;
    cursor: pointer
}

.test-item-input-yes {
    color: #4caf50
}

.test-item-input-no {
    color: #f44336
}

.test-item-input-yes.active,
.test-item-input-yes:hover {
    background-color: #4caf50;
    color: #fff
}

.test-item-input-no.active,
.test-item-input-no:hover {
    background-color: #f44336;
    color: #fff
}

@media screen and (max-width:992px) {
    .test-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .container {
        grid-template-columns: 120px auto
    }

    .side-menu button {
        height: 120px
    }

    .side-menu button i {
        font-size: 38px
    }
}

@media screen and (max-width:720px) {
    .test-grid {
        grid-template-columns: 1fr
    }
}

.activity-table {
    display: grid;
    grid-template-columns: 80px auto
}

.activity-table-cells,
.activity-table-days {
    display: grid;
    grid-template-columns: repeat(8, 1fr)
}

.activity-table-days {
    padding-left: 80px;
    text-align: center;
    line-height: 40px
}

.activity-table-hours span {
    display: block;
    line-height: 40px
}

.activity-table-cells {
    grid-template-rows: 38px;
    gap: 2px
}

.activity-table-cells div {
    background-color: var(--primary);
    height: 38px
}

.activity-table-cells div.total {
    background-color: #fff;
    line-height: 38px;
    text-align: center
}

@media screen and (max-width:600px) {
    .btn-responsive i {
        margin-right: 0
    }

    .btn-responsive span,
    .no-mobile {
        display: none
    }

    .mobile-menu {
        display: block
    }

    .content {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3
    }

    .content-body {
        padding: 12px 6px 82px;
        background-color: var(--blue-10)
    }
}

@media screen and (min-width:992px) {
    .right-border-md {
        border-bottom: 0;
        border-right: 1px solid #ecf0f3;
        margin-bottom: 0
    }
}

.loading-table-item {
    width: 100%;
    height: 50px;
    margin-top: 12px;
    background: linear-gradient(270deg, #cfcfcf, #efefef);
    background-size: 400% 400%;
    -webkit-animation: 1s infinite LoadingTable;
    -moz-animation: 1s infinite LoadingTable;
    animation: 1s infinite LoadingTable
}

@-webkit-keyframes LoadingTable {

    0%,
    100% {
        background-position: 0 15%
    }

    50% {
        background-position: 100% 15%
    }
}

@-moz-keyframes LoadingTable {

    0%,
    100% {
        background-position: 0 15%
    }

    50% {
        background-position: 100% 15%
    }
}

@keyframes LoadingTable {

    0%,
    100% {
        background-position: 0 15%
    }

    50% {
        background-position: 100% 15%
    }
}

.spinner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e0e0e0;
  border-top: 4px solid var(--primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  align-self: center;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.sign-badge {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #4caf50;
    line-height: 26px;
    padding: 0 6px;
    margin: 8px 23px 0 0
}

.sign-badge i {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin: 0
}

.tabs-list {
    display: grid;
    grid-template-columns: repeat(6, max-content);
    width: 100%;
    overflow-x: auto;
    height: 50px;
    background-color: var(--light)
}

.tab-item {
    height: 50px;
    padding: 0 12px
}

.tab-item.active {
    background-color: #fff;
    border: 1px solid var(--gray);
    border-bottom: 4px solid var(--primary)
}

.tab-item h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 50px
}

.product-imei {
    margin-bottom: 10px;
    background-color: var(--gray);
    display: inline-block;
    padding: 6px 12px;
    font-weight: 600;
    border-radius: .33rem;
    color: #000
}

.product-imei:hover {
    border: 2px solid var(--primary);
    background-color: #cbe5ff;
    color: #093562;
    padding: 4px 10px;
    cursor: pointer
}

.product-imai-add {
    background-color: var(--primary);
    color: #fff;
    font-weight: 500
}

.internal-comments-list p {
    margin-top: 14px;
    background-color: var(--light);
    padding: 12px;
    border-radius: .33rem;
    line-height: 16px;
    font-size: 15px;
    word-break: break-all;
    white-space: normal
}

.internal-comments-list p span {
    font-family: monospace;
    font-weight: 600;
    margin-right: 10px
}

#suscripciones[data-show=true] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: #00000059
}

#suscripciones[data-show=true] .info-box {
    background-color: #fff;
    width: 640px;
    margin: 20vh auto
}

.sub-item-p {
    margin-bottom: 20px;
    color: #f44336
}

.sub-item {
    font-size: 16px;
    text-align: left;
    display: list-item
}

.inline-flex,
.inline-flex-justify {
    display: flex;
    flex-direction: row;
    align-content: center
}

.img-rotate,
.rotate-image {
    transform: rotate(180deg)
}

.inline-flex {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center
}

.inline-flex-justify {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

.inline-flex img {
    margin-right: 3px
}

.card-footer-btn {
    display: contents;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center
}

.card-footer-btn img {
    width: 1rem
}

.indicador {
    width: 14px
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity .3s
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.modalEscribirPalets {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    pointer-events: auto;
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #e2e4e7
}

.modalEscribirPalets h2 {
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px
}

.modalEscribirPalets table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e4e7
}

.modalEscribirPalets td {
    padding: 8px;
    text-align: left
}

.modalEscribirPalets th {
    text-align: left;
    padding: 10px
}

.palet {
    width: 150px;
    max-width: 150px;
    overflow: hidden
}

.descrPalet {
    width: 100px;
    overflow: hidden
}

.filaPaletMal {
    background-color: #f1f8ff !important;
    cursor: pointer
}

.filaPaletBien {
    background-color: #e1ece2 !important;
    cursor: pointer
}

.contenedorBotones {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px
}

#btnEtiquetaNoLegible {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #f1f8ff;
    float: right;
    border: 1px solid #8c939a
}

#btnEtiquetaNoLegible:enabled {
    color: #000
}

#btnEtiquetaNoLegible:disabled {
    color: #8c939a
}

.filaSeleccionada {
    border: 2px solid #ff0 !important;
    color: #00f
}

#paletInput {
    border: 1px solid #bc9b7d
}

#mensajeErrorPalet {
    background-color: #fce3e3;
    color: #a82424;
    border-radius: 2px;
    visibility: hidden;
    padding: 4px;
    gap: 4px;
    margin-top: 4px;
    display: flex;
    flex-direction: row
}

.iconCancelCruz {
    color: #a82424
}

#modal-cuadro-descuento {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

#modal-cuadro-descuento.hidden {
    display: none !important
}

.cuadro-descuento {
    background: #fff;
    border: 1px solid #000;
    padding: 20px 30px;
    text-align: center;
    font-family: sans-serif;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.cuadro-descuento h2 {
    margin-top: 0;
    font-size: 20px
}

.cuadro-descuento .btn-tipo {
    background: rgba(0, 0, 0, .37);
    border: 1px solid #333;
    padding: 5px 10px;
    margin: 10px 5px;
    cursor: pointer;
    font-weight: 700;
    color: #fff
}

.cuadro-descuento input[type=number] {
    width: 70px;
    text-align: right;
    margin-top: 10px;
    font-size: 16px
}

.cuadro-descuento .porcentaje-sufijo {
    margin-left: 5px
}

.cuadro-descuento .precio-info {
    margin-top: 15px;
    text-align: right;
    font-size: 14px
}

.cuadro-descuento .acciones {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 20px
}

.cuadro-descuento .confirmar {
    background: green;
    color: #fff;
    border: none;
    padding: 8px 20px;
    font-weight: 700;
    cursor: pointer
}

.cuadro-descuento .confirmar:disabled {
    background: #7e807e;
    color: #000;
    border: none;
    padding: 8px 20px;
    font-weight: 700;
    cursor: not-allowed
}

.cuadro-descuento .cancelar {
    background: #8b0000;
    color: #fff;
    border: none;
    padding: 8px 20px;
    font-weight: 700;
    cursor: pointer
}

.tipoDescuentoSeleccionado {
    background-color: green !important
}

#mensajeErrorModalDescuento {
    font-size: 10px;
    color: red;
    white-space: normal;
    word-wrap: break-word
}

button.btn-disable{
    background-color: var(--grey-50);
    color: white;
    display: none;
}

button.btn-enable{
    background-color: var(--green-50);
    color: white;
    display: none;
}

div.warning-model{
    display: none;
}