body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212837;
    background-color: #ebeef4;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

fieldset {
    border: 1px solid #cdcdcd;
    padding: 10px 0px 15px 20px;
    border-radius: 6px;
}

legend {
    float: none;
    width: auto;
    font-size: 18px;
}

.row {
    --bs-gutter-x: 16px;
}

.btn-green-custom {
    color: #fff;
    background-color: #01A39A;
    border-color: #01A39A;
}

.theme-green .bs-datepicker-head {
    background-color: #01A39A !important;
}

.btn-green-custom:hover {
    color: #fff;
    background-color: #01A39A;
    border-color: #01A39A;
}

.btn-green-light-custom {
    color: #fff;
    background-color: #07BA4C;
    border-color: #07BA4C;
}

.btn-green-light-custom:hover {
    color: #fff;
    background-color: #07BA4C;
    border-color: #07BA4C;
}

.btn-warning-custom {
    color: #fff;
    background-color: #ffa526;
    border-color: #ffa01a;
}

.btn-warning-custom:hover {
    color: #fff;
    background-color: #ffa526;
    border-color: #ffa01a;
}

.form-control[readonly] {
    background-color: #ECECEC;
    opacity: 1;
}

.form-check-input {
    width: 1.4em;
    height: 1.4em;
}

.form-check-input:checked {
    background-color: #01a39a;
    border-color: #01a39a;
}

.form-control {
    border-radius: 3px;
    height: 40px;
    font-size: .875rem;
    color: #3c4e71
}

.form-control .dx-texteditor-input {
    color: #3c4e71 !important
}

textarea.form-control {
    height: auto !important;
}

.form-select {
    border-radius: 3px;
    height: 40px;
    font-size: .875rem;
    color: #3c4e71;
    border: 1px solid #c9d2e3;
}

.form-check-label {
    margin-top: 3px;
    margin-left: 3px;
}

.form-schedule {
    width: 70px;
    text-align: center;
    display: inline-block;
    margin: 0 0 10px 10px;
}

.width-100 {
    width: 100%;
}

.accordion-button.collapsed::after {
    background-image: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
}

.center-element {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ececec;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.no-padding {
    padding: 0;
}

.bg-green-custom {
    font-size: 15px;
    background: #01A39A;
    color: white;
    height: 35px;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    padding: 6px 0px 0px 10px;
}

.bg-green-accordion {
    font-size: 15px;
    background: #01A39A;
    color: white;
    border-radius: 5px 5px 0 0;
}

.bg-green-accordion:not(.collapsed) {
    color: white;
    background-color: #01A39A;
}

.accordion-item {
    background-color: white;
}

.accordion-body {
    padding: 7px 0px 7px 0px;
}

.hidden-element {
    display: none !important;
}

.cie10 {
    background-color: #ECECEC;
    width: 150px;
    padding: 0 0 0 20px;
    border-radius: 3px;
}

.center-label {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.text-right {
    text-align: right;
}

.box-shadow {
    border: 1px solid #ced4da;
    padding: 10px;
    box-shadow: 2px 2px 4px 0px #d1cfcf;
}

.box-color {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.btn-sm-custom {
    padding: 5px;
    font-size: 10px;
    border-radius: 0.2rem;
}

.div-btn-sm-custom {
    text-align: center;
    width: 51px;
    font-weight: bold;
    display: inline-block;
}

.div-btn-sm-custom-34 {
    text-align: center;
    width: 35px;
    font-weight: bold;
    display: inline-block;
}

.modal-xl-custom {
    max-width: 1300px;
}

.form-switch .form-check-input {
    width: 60px;
    height: 25px;
}

.form-check {
    /*margin-top: 15px;*/
    margin-top: 8px;
}

.small-font-size {
    font-size: 10px;
}

.mt-35 {
    margin-top: 35px;
}

/*START CARD DATATABLE*/
.header-card-table {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
}

.background-cuadrilla {
    background-color: #f0f0f0;
    border-radius: 8px;
    padding: 0px 15px 15px 15px;
    margin: 10px;
}

/*END CARD DATATABLE*/
/*START CANVAS*/

.colors {
    /*background-color: #ece8e8;*/
    text-align: center;
    padding-bottom: 5px;
    padding-top: 10px;
}

.colors button {
    display: inline-block;
    border: 1px solid #00000026;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-bottom: 5px
}

.colors button:nth-of-type(1) {
    background-color: red;
}

.colors button:nth-of-type(2) {
    background-color: yellow;
}

.colors button:nth-of-type(3) {
    background-color: blue;
}

.colors button:nth-of-type(4) {
    background-color: orange;
}

.colors button:nth-of-type(5) {
    background-color: violet;
}

.colors button:nth-of-type(6) {
    background-color: green;
}

.colors button:nth-of-type(7) {
    background-color: brown;
}

.colors button:nth-of-type(8) {
    background-color: darkviolet;
}

.colors button:nth-of-type(9) {
    background-color: black;
}

.colors button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: 8px;
}

.buttons {
    height: 80px;
    padding-top: 10px;
}

#paint-canvas {
    cursor: crosshair;
    border: 1px solid;
}

.position-relative {
    position: relative;
    z-index: 99;
}

.width-250 {
    width: 250px;
}

.div-color {
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

/*END CANVAS*/

.text-error {
    color: red;
    font-size: 12px;
}

.message-text-error {
    color: red;
    font-size: 16px;
}

/* --- Start progress bar paul --- */

.process-wrapper {
    margin: auto;
}

#progress-bar-container {
    position: relative;

    margin: auto;
    height: 100px;
    margin-top: 30px;
}

#progress-bar-container ul {
    padding: 0;
    margin: 0;
    z-index: 9999;
    position: absolute;
    width: 120%;
}


#progress-bar-container li.active:before,
#progress-bar-container li:hover:before {
    border: solid 2px #fff;

    background: linear-gradient(to right, #E91E63 0%, #fff 100%);
}

#progress-bar-container li {
    list-style: none;
    float: left;
    width: 100px;
    text-align: center;
    color: #aaa;
    text-transform: uppercase;
    font-size: 7px;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.2s;
    vertical-align: bottom;
    height: 32px;
    position: relative;
}

#progress-bar-container li span {
    position: absolute;
    font-size: 10px;
    transform: translate(-56%, 47%);
}

#progress-bar-container li .step-inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 14px;
}

#progress-bar-container li.active,
#progress-bar-container li:hover {
    color: #444;
}

#progress-bar-container li:after {
    content: "|";
    background: #777;
    margin: auto;
    box-shadow: 0 2px 13px -1px rgb(0 0 0 / 30%);
    transition: all ease 0.2s;
}

#progress-bar-container li:hover:after {
    background: #555;
}

#progress-bar-container li.active:after {
    background: #207893;
}

#progress-bar-container #line {
    width: 100%;
    margin: auto;
    background: #eee;
    height: 6px;
    position: sticky;
    left: 0%;
    top: 57px;
    z-index: 1;
    border-radius: 50px;
    transition: all ease 0.9s;
}

#progress-bar-container #line-progress {
    content: " ";
    width: 5%;
    height: 100%;
    background: #207893;
    background: linear-gradient(to right, #207893 0%, #2ea3b7 100%);
    position: absolute;
    z-index: 2;
    border-radius: 60px;
    transition: all ease 0.9s;
}

#progress-content-section {
    width: 90%;
    margin: auto;
    background: #f3f3f3;
    border-radius: 4px;
}

#progress-content-section .section-content {
    padding: 30px 40px;
    text-align: center;
}

#progress-content-section .section-content h2 {
    font-size: 17px;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
}

#progress-content-section .section-content p {
    font-size: 16px;
    line-height: 1.8em;
    color: #777;
}

#progress-content-section .section-content {
    display: none;
    animation: FadeInUp 700ms ease 1;
    animation-fill-mode: forwards;
    transform: translateY(15px);
    opacity: 0;
}

#progress-content-section .section-content.active {
    display: block;
}

@keyframes FadeInUp {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/*th{
    BORDER: SOLID #c0c1c2;
}*/


/* ---- personalizacion de posiciones comprobante para aseguradores paul */
.left {

    float: left;
    position: relative;
    width: 75%;

}

.right {

    position: relative;
    float: left;
    width: 25%;
}

.container-spinner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #ffffffd1;
    z-index: 100;
    max-width: 3000px;
}

.container-spinner:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;

}

.dropdown-menu.show {

    width: 300px !important;
    font-size: 12px !important;
}

.iti {
    width: 100%;
}

.form-select:disabled {
    background-color: #ececec !important;
}

.brand-logo-hp img {
    max-width: 200px !important;
    width: 160px !important;
}

.dropdown-notification-item-modal {
    padding: 10px 20px;
    text-decoration: none;
    color: #212837;
    border-top: 1px solid #dae0ec;
    border-bottom: 1px solid #dae0ec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-notification-modal .dropdown-notification-item .dropdown-notification-icon-modal {
    width: 24px;
    font-size: 16px;
    text-align: center;
}

.dropdown-notification-modal .dropdown-notification-item .dropdown-notification-info-modal+.dropdown-notification-arrow-modal {
    padding-left: 20px;
}

.dropdown-notification-modal .dropdown-notification-item-modal .dropdown-notification-arrow-modal {
    color: #c9d2e3;
}

.scrollMenu {
    position: relative;
    overflow: auto;
    width: auto;
    height: 100%;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: white;
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    background: #01A39A;
    border-radius: 80px
}

.scrollable-content {
    height: calc(100vh - 20px);
    overflow-y: auto;
}

.container-image {
    height: 95%;
}

.container-dashboard {
    height: 98%;
}

.app-container {
    height: 100vh;
}

.heart {
    position: absolute !important;
    transform: rotate(-45deg) !important;
    background: rgba(231, 76, 60) !important;
    /* Más transparente */
}

.heart::before,
.heart::after {
    position: absolute !important;
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(231, 76, 60) !important;
    border-radius: 50% !important;
}


.heart::before {
    top: -50% !important;
    left: 0 !important;
}

.heart::after {
    top: 0 !important;
    right: -50% !important;
}

/*================*/
.lightrope {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    margin: -15px 0 0 0;
    padding: 0;
    pointer-events: none;
    width: 100%;
}

.lightrope li {
    position: relative;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 12px;
    height: 28px;
    border-radius: 50%;
    margin: 20px;
    display: inline-block;
    background: #00f7a5;
    box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
    -webkit-animation-name: flash-1;
    animation-name: flash-1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.lightrope li:nth-child(2n+1) {
    background: aqua;
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
    -webkit-animation-name: flash-2;
    animation-name: flash-2;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.lightrope li:nth-child(4n+2) {
    background: #f70094;
    box-shadow: 0px 4.6666666667px 24px 3px #f70094;
    -webkit-animation-name: flash-3;
    animation-name: flash-3;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
}

.lightrope li:nth-child(odd) {
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
}

.lightrope li:nth-child(3n+1) {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
}

.lightrope li:before {
    content: "";
    position: absolute;
    background: #222;
    width: 10px;
    height: 9.3333333333px;
    border-radius: 3px;
    top: -4.6666666667px;
    left: 1px;
}

.lightrope li:after {
    content: "";
    top: -14px;
    left: 9px;
    position: absolute;
    width: 52px;
    height: 18.6666666667px;
    border-bottom: solid #222 2px;
    border-radius: 50%;
}

.lightrope li:last-child:after {
    content: none;
}

.lightrope li:first-child {
    margin-left: -40px;
}

@-webkit-keyframes flash-1 {

    0%,
    100% {
        background: #00f7a5;
        box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
    }

    50% {
        background: rgba(0, 247, 165, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
    }
}

@keyframes flash-1 {

    0%,
    100% {
        background: #00f7a5;
        box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
    }

    50% {
        background: rgba(0, 247, 165, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
    }
}

@-webkit-keyframes flash-2 {

    0%,
    100% {
        background: #69c8ff;
        box-shadow: 0px 4.6666666667px 24px 3px #69c8ff;
    }

    50% {
        background: rgba(105, 200, 255, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(105, 200, 255, 0.2);
    }
}

@keyframes flash-2 {

    0%,
    100% {
        background: #69c8ff;
        box-shadow: 0px 4.6666666667px 24px 3px #69c8ff;
    }

    50% {
        background: rgba(105, 200, 2555, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(105, 200, 255, 0.2);
    }
}

@-webkit-keyframes flash-3 {

    0%,
    100% {
        background: #ff5e5e;
        box-shadow: 0px 4.6666666667px 24px 3px #ff5e5e;
    }

    50% {
        background: rgba(247, 0, 148, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(255, 94, 94, 0.2);
    }
}

@keyframes flash-3 {

    0%,
    100% {
        background: #ff5e5e;
        box-shadow: 0px 4.6666666667px 24px 3px #ff5e5e;
    }

    50% {
        background: rgba(255, 94, 94, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(255, 94, 94, 0.2);
    }
}

dx-data-grid.grid-custom-theme .dx-scrollable-scroll-content {
    background-color: #01A39A !important;
    border-radius: 4px !important;
}

dx-data-grid.grid-custom-theme.dx-datagrid,
dx-data-grid.grid-custom-theme .dx-datagrid {
    font-size: 0.9rem !important;
}

dx-data-grid.grid-custom-theme .dx-datagrid-headers .dx-header-row>td {
    background-color: #01A39A !important;
    color: #ffffff !important;
    font-size: 0.85rem !important;
    font-weight: 600;
    text-align: center !important;
}

dx-data-grid.grid-custom-theme .dx-datagrid-headers .dx-header-filter,
dx-data-grid.grid-custom-theme .dx-datagrid-headers .dx-sort-indicator {
    color: #ffffff !important;
}

dx-data-grid.grid-custom-theme .dx-datagrid-rowsview .dx-data-row.dx-row-alt>td {
    background-color: #EDEFF4 !important;
}

dx-data-grid.grid-custom-theme .dx-datagrid-rowsview .dx-data-row.dx-state-hover>td {
    background-color: #ffffff !important;
    color: #000000 !important;
}

dx-data-grid.grid-custom-theme .dx-datagrid-rowsview .dx-data-row.dx-row-alt.dx-state-hover>td {
    background-color: #EDEFF4 !important;
}

dx-data-grid.grid-custom-theme .dx-datagrid-headers {
    position: sticky;
    top: 60px;
    z-index: 2;
}