    :root {
    --font-color-white: white;
    --background-color-red: rgba(255, 62, 22, 1);
    font-family: Product Sans !important;
}

.hidden {
    display: none;
}

.background-login {
    position: fixed;
    background: #191A1E;
    border: 1px solid #2C2C2C;
    backdrop-filter: blur(2px);
    border-radius: 37px;
    bottom: 2%;
    left: 2%;
    right: 2%;
    top: 2%;
    background-size: cover;

}

.background {
    overflow: auto;
    scrollbar-width: none;
    position: fixed;
    background: #191A1E;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 37px;
    bottom: 2vh;
    left: 4vh;
    right: 4vh;
    top: 12vh;
    background-size: cover;
    /* IE and Edge */
    -ms-overflow-style: none;
    /* scrollbar Firefox
    scrollbar-width: none; */
    min-height: 70vh;
}

/* Scroll bar: 
.background::-webkit-scrollbar {
    width: 0px;
}*/

.background-modal {
    background-color: #1D1E22;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-radius: 1.5rem;
    color: var(--font-color-white);
}

.box {
    position: relative;
    background: rgba(140, 183, 253, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    color: white;
    border-radius: 8px;
    height: auto;
}

.box-dark-login {
    position: relative;
    background: rgba(46, 50, 61, 1);
    border-radius: 10px;
    border: 0.5px solid #2E323D;
    color: white;
    height: auto;
    z-index: 1;
}


.box-dark-1 {
    position: relative;
    background: rgba(46, 50, 61, 1);
    border-radius: 20px;
    border: 0.5px solid #2E323D;
    color: white;
    height: auto;
    z-index: 1;
    text-align: center;
}

.box-dark-1:hover {
    background: rgba(49, 56, 74, 1);
    border: 3px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    color: var(--font-color-white);
}

.box-dark-1>a {
    display: block;
    text-decoration: none;
}

.box-dark-modal-foot{
    position: relative;
    background: rgba(46, 50, 61, 1); /* Dark background */
    border-radius: 25px; /* Larger rounded corners */
    border: 1px solid rgba(255, 255, 255, 0.1); /* Lighter border for subtle contrast */
    color: white;
    height: auto;
    padding: 20px 40px; /* Increased padding for more spacious content */
    z-index: 1;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); /* Added shadow for depth */
    font-size: 1.2rem; /* Slightly larger text */
    max-width: 800px; /* Optional: limit width */
    margin: 20px auto; /* Center the box with auto margins */
    object-fit: cover;
}
.box-dark-modal-foot:hover {
    background: rgba(49, 56, 74, 1);
    border: 3px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    color: var(--font-color-white);
}


h4+span {
    color: rgba(158, 158, 158, 1);
}

a>h4 {
    color: var(--font-color-white);
}

#btnLeftSide {
    position: absolute;
    margin: 7%;
    top: 0 !important;
    left: 0 !important;
    font-size: 1.8vh;
    border: 0.5px solid #7D818B;
    border-radius: 10px;
    color: var(--font-color-white);
    background-color: var(--background-color-red);
}

#btnRightSide {
    position: absolute;
    margin: 7%;
    top: 0 !important;
    right: 0 !important;
    text-align: right;
    font-size: 1.8vh;
    border: 0.5px solid #7D818B;
    border-radius: 10px;
    color: var(--font-color-white);
    background-color: var(--background-color-red);
}

#opacity_div_left {
    background: #fff;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;

    /* manipulate to desired opacity */
}

#opacity_div_right {
    background: #fff;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;

    /* manipulate to desired opacity */
}



.btn-help {
    background: rgba(46, 50, 61, 0.5);
    border: none;
    text-decoration: none;
}

.generalBox {
    position: relative;
    background: rgba(46, 50, 61, 1);
    border-radius: 8px;
    border: 0.5px solid rgba(125, 129, 139, 1);
    color: var(--font-color-white);
    z-index: 1;
    /*padding: 2rem;*/
    height: min-content;
    box-sizing: border-box;
    font-size: 20px;
}
 

input:-webkit-autofill {
    background-color: rgba(46, 50, 61, 1) !important; 
    color: var(--font-color-white) !important;
    font-size: 16px; 
    border: 0.5px solid rgba(125, 129, 139, 1); 
    border-radius: 8px; 
    box-shadow: 0 0 0px 1000px rgba(46, 50, 61, 1) inset;
    -webkit-text-fill-color: var(--font-color-white) !important; 
    transition: background-color 5000s ease-in-out 0s; 
}


  
.generalBox input {
    position: relative;
    background: rgba(62, 66, 82, 1);
    border-radius: 10px;
    border: 0.5px solid rgba(95, 95, 95, 1);
    color: var(--font-color-white);
    z-index: 1;
    font-size: 20px;
}

.generalBox button {
    position: relative;
    background: rgba(62, 66, 82, 1);
    border-radius: 10px;
    border: 0.5px solid rgba(95, 95, 95, 1);
    color: var(--font-color-white);
    z-index: 1;
    padding: 1rem;
    font-size: 20px;
}

.generalBox textarea,
.generalBox textarea:focus {
    background: rgba(62, 66, 82, 1);
    border-radius: 10px;
    border: 0.5px solid rgba(95, 95, 95, 1);
    color: var(--font-color-white);
}

.generalBox input:hover,
.generalBox input:focus,
.generalBox input:active,
.caseTable_filter input:hover,
.caseTable_filter input:focus,
.caseTable_filter input:active,
.generalBox select:hover,
.generalBox select:focus,
.generalBox select:active,
.generalBox textarea:hover,
.generalBox textarea:focus,
.generalBox textarea:active,
.generalBoxDatePicker .dashed-box:hover,
.generalBoxDatePicker .dashed-box:focus,
.generalBoxDatePicker .dashed-box:active {
    border-color: #7F8EB6;
    border-width: 1.5px;
    transition: border 0.7s ease;
    box-shadow: none;
}

.generalBox input::placeholder,
.generalBox textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--font-color-white);
    font-size: 0.9rem;
}

.generalBox input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--font-color-white);
    font-size: 0.9rem;
}

.generalBox input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--font-color-white);
    font-size: 0.9rem;
}

.generalBox select {
    background-image:
        url('../images/chevron-down.png');
    background-position: 90% 50%;
    background-repeat: no-repeat;
    border-radius: 0.8rem;

}

table {
    color: var(--font-color-white) !important;
}

thead tr {
    background-color: rgba(46, 50, 61, 1);
    border: 1px solid rgba(125, 129, 139, 1);
    color: var(--font-color-white);
    vertical-align: middle;
}

th {
    border: 0px !important;
    color: var(--font-color-white);
}

td {
    border: 1px solid none rgba(125, 129, 139, 1) none none !important;
    vertical-align: middle !important;

}

td input {
    color: var(--font-color-white);
    background-color: rgba(46, 50, 61, 1);
    border: 0.5px rgba(95, 95, 95, 1) solid;
    border-radius: 8px;
    text-align: center;
    vertical-align: middle !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
}

tbody {
    background-color: rgba(62, 66, 82, 1);
}


.dashed-box {
    background: rgba(62, 66, 82, 1);
    border: 1px dashed rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    z-index: 2;
}

.slim-label img {
    width: 6rem;
}

.slim-label p {
    font-size: 0.9rem;
}

.slim-label span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.4);
}

.box-icon {
    position: relative;
    background-color: var(--background-color-red);
    border-radius: 3vh;
    color: white;
    z-index: 2;
    aspect-ratio: 1 / 1;
    align-content: center;
    justify-content: center;
    display: flex;
}

.box-icon img {
    align-self: center;
}

.toolButton {
    border: rgba(255, 255, 255, 0.1) 1.5px solid;
    border-radius: 0.8rem;
    width: 3rem;
    height: 3rem;
    background: rgba(25, 26, 30, 1);
    color: white;
    font-weight: bold;
}

.toolButton:hover {
    background: rgba(46, 50, 61, 1);
    border: 0.5px solid rgba(125, 129, 139, 1);
    z-index: 1;
}

.font-color-white {
    color: var(--font-color-white);
}

.background-color-red {
    background-color: var(--background-color-red);
}

.navBar-item {
    color: var(--font-color-white);
    position: relative;
}

.navBar-item:hover {
    background: rgba(140, 183, 253, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 10px;
    height: auto;
    text-decoration: none;
    color: var(--font-color-white);
}

.nav-item a:hover {
    background: white;
    color: black;
    backdrop-filter: blur(2px);
    height: auto;
    text-decoration: none;
    border-radius: 10px;
}

.navBar-btn {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--font-color-white);
    position: relative;
    border-radius: 10px;
    white-space: nowrap;
}

.navBar-btn:hover {
    background: var(--background-color-red);
    color: var(--font-color-white);
    backdrop-filter: blur(2px);
    height: auto;
    text-decoration: none;
}

.navBar-span {
    color: var(--font-color-white);
    position: relative;
    white-space: nowrap;
}

.personalized-input {
    padding: 1.7rem 0.75rem
}

.points {
    width: 3px;
}

#online-point {
    width: 5px;
}

.input-user-icon,
.input-user-icon:focus {
    background: url('../images/user-icon.png') rgba(46, 50, 61, 1) no-repeat scroll 1.5rem 1rem;
    padding-left: 5rem;
    z-index: 1;
    color: var(--font-color-white);
}
.register-input:focus {
    z-index: 1;
    color: var(--font-color-white);
}
.register-input:-webkit-autofill,
.register-input:autofill,
.register-input:-webkit-autofill:hover,
.register-input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    color: var(--font-color-white);
    -webkit-text-fill-color: var(--font-color-white);
    -webkit-box-shadow: 0 0 0px 1000px rgba(46, 50, 61, 1) inset;
}

.input-user-icon:-webkit-autofill,
.input-user-icon:autofill,
.input-user-icon:-webkit-autofill:hover,
.input-user-icon:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background: url('../images/user-icon.png') rgba(46, 50, 61, 1) no-repeat scroll 1.5rem 1rem;
    padding-left: 5rem;
    color: var(--font-color-white);
    -webkit-text-fill-color: var(--font-color-white);
    -webkit-box-shadow: 0 0 0px 1000px rgba(46, 50, 61, 1) inset;
}

.input-password-icon {
    background: url('../images/password-icon.png') rgba(46, 50, 61, 1) no-repeat scroll 1.5rem 1rem;
    padding-left: 5rem;
    z-index: 2;
}

.input-password-icon:focus {
    background: url('../images/password-icon.png') rgba(46, 50, 61, 1) no-repeat scroll 1.5rem 1rem;
    padding-left: 5rem;
    z-index: 2;
    color: var(--font-color-white);
}

.globalButton:link,
.globalButton {
    text-decoration: none;
    position: relative;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    /*transition: all .5s;*/
    opacity: 1;
    color: white !important;
    border: 0;
}

.globalButton:hover,
#btnLeftSide:hover,
#btnRightSide:hover {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    /*transform: translateY(-3px);*/
    opacity: 1;
    animation-name: bgd-gradient;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

@keyframes bgd-gradient {
    0% {
        background-color: var(--background-color-red);
    }

    100% {
        background: linear-gradient(180deg, #3A3A75, #17171C);
    }
}


.globalButton:active {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}


.globalButton::after {
    content: "";
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100px;
    display: inline-block;
    z-index: -1;
    transition: all .5s;
}

.globalButton-white::after {
    background: #fff;
}

.globalButton-animation-1:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.progresslado {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #849397;
}

.progresslado>li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.8em;
}

.progresslado>li:before {
    cursor: pointer;
    content: attr(data-step);
    display: block;
    margin: 0 auto;
    background: rgba(46, 50, 61, 1);
    width: 3em;
    height: 3em;
    text-align: center;
    margin-bottom: 0.25em;
    line-height: 3em;
    border-radius: 100%;
    border: 1px solid;
    border-color: rgba(125, 129, 139, 1);
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 1000;
}

.progresslado>li:after {
    content: '';
    position: absolute;
    display: block;
    background: rgba(78, 88, 113, 1);
    width: 100%;
    height: 0.5em;
    top: 1.25em;
    left: 50%;
    margin-left: 1.5em\9;
    z-index: -1;
}

.progresslado>li:last-child:after {
    display: none;
}

/* Font color of text steps when is complete*/
.progresslado>li.is-complete {
    color: var(--font-color-white);
}

.progresslado>li.is-complete:before,
.progresslado>li.is-complete:after {
    color: #FFF;
    background: var(--background-color-red);
    border: 1px solid;
    border-color: var(--background-color-red);
}

/* Font color of text steps when is active*/
.progresslado>li.is-active {
    color: var(--font-color-white);
}

.progresslado>li.is-active:before {
    color: #FFF;
    background: var(--background-color-red);
    border: 1px solid;
    border-color: var(--background-color-red);
}

/**
 * Needed for IE8
 */
.progress__last:after {
    display: none !important;
}

.progresslado {
    margin-top: 2em;
}

.progresslado a {
    color: #3498DB;
    text-decoration: none;
}

.progresslado a:hover {
    text-decoration: underline;
}

.progresslado {
    text-align: center;
    color: #444;
}

.progresslado li.is-complete:before,
.progresslado li.is-active:before {
    cursor: default;
}

.Zebra_DatePicker {
    background-color: rgba(46, 50, 61, 1);
    border: 2px solid rgba(125, 129, 139, 1);
}

button.Zebra_DatePicker_Icon {
    display: none;
}

.generalBoxDatePicker {
    position: relative;
    background: rgba(46, 50, 61, 1);
    border-radius: 8px;
    border: 0.5px solid rgba(125, 129, 139, 1);
    color: var(--font-color-white);
    z-index: 1;
    /*padding: 2rem;*/
    height: min-content;
    box-sizing: border-box;
    font-size: 20px;
}

.card-header button {
    background: rgba(46, 50, 61, 0.5);
    border: none;
    text-decoration: none !important;
}

.card-header button:hover {
    cursor: pointer;
    color: var(--font-color-white);
}

.card-header button:active {
    border-color: green !important;
}

.card-body {
    font-size: 1rem;

}






.container250 {
    height: 20vh;
    width: 40vh;
    overflow: hidden;

    margin: 0;

}

#imagecoverxNew img {
    width: 100% !important;
}


#div-left-femur {
    padding: 0;
    position: absolute;
    top: 49.8%;
    left: 35%;
    height: 22%;
    width: 10.8%;
    cursor: pointer;
}


#div-right-femur {
    padding: 0;
    position: absolute;
    top: 48.2%;
    left: 54.6%;
    height: 23%;
    width: 10.6%;
    opacity: 0.9;
    cursor: pointer;
}


#div-left-tibia {
    padding: 0;
    position: absolute;
    top: 70.2%;
    left: 36.4%;
    height: 20.3%;
    width: 7.6%;
    cursor: pointer;
}


#div-right-tibia {
    padding: 0;
    position: absolute;
    top: 70.2%;
    left: 56%;
    height: 20%;
    width: 7.6%;
    cursor: pointer;
}

#div-right-foot {
    padding: 0;
    position: absolute;
    top: 87%;  /* Adjust based on the vertical position of the foot */
    left: 55%; /* Adjust to center it over the foot */
    height: 10%; /* Adjust the height to match the size of the foot */
    width: 20%; /* Adjust the width to cover the foot */
    cursor: pointer;
}

#div-left-foot {
    padding: 0;
    position: absolute;
    top: 87%;  /* Keep the same vertical position */
    left: 25%; /* Adjust to move it to the left side */
    height: 10%; /* Same height as the right foot */
    width: 20%; /* Same width to cover the left foot */
    cursor: pointer;
}

.form-control {
    background-color: rgba(62, 66, 82, 1) !important;
}

/*.is-invalid {
    animation: .1s linear 1s 4 alternate slidein;

}*/

@keyframes slidein {
    from {
        margin-left: -2%
    }

    to {
        margin-left: +2%
    }
}

/*This elements are set in this way to avoid conflicts with .form-control and .is-invalid*/
#skeletonDiv,
#skeletonDivPost,
#divSlimElementAp,
#divSlimElementLat,
#apStep2,
#latStep2,
#apStep3,
#latStep3,
#proxRingSizeSelect,
#distRingSizeSelect {
    background: rgba(46, 50, 61, 1) !important;
}

#search-input {
    background-color: #191A1E !important;
    border-color: rgba(95, 95, 95, 0.5);
    color: rgba(255, 255, 255, 0.5);
}

#modifyPlan img,
#deletePlan img {
    width: 2.5vh !important;
    aspect-ratio: 1 !important;
}

#caseTable_filter {
    color: var(--font-color-white);
}

#caseTable_filter input {
    position: relative;
    background: rgba(62, 66, 82, 1);
    border-radius: 10px;
    border: 0.5px solid rgba(95, 95, 95, 1);
    color: var(--font-color-white);
    z-index: 1;
    padding: 0.5rem;
    margin-left: 2vh;
    font-size: 2vh;
}

#caseTable_info {
    color: var(--font-color-white);
}

#caseTable_paginate {
    justify-content: end;
}

#caseTable_paginate a,
#caseTable_paginate span {
    color: var(--font-color-white);
    margin-right: 2vh;

}

#skeletonDivPost.is-invalid {
    padding-right: 0;
}

.blurred_text{
    color: gray;
}

input[type="range"] {
    accent-color: var(--background-color-red);
  }

@media (max-width: 1300px) {

    .col-4.box-icon {
        max-width: 100% !important;
    }

    .modal {
        font-size: 12px !important;
    }

    .modal h4 {
        font-size: 16px !important;
    }

    .modal h5 {
        font-size: 14px !important;
    }

    .modal .p-md-5 {
        padding: 2rem !important;
    }

    .modal .mb-md-5 {
        margin-bottom: 1rem !important;
    }

    .modal .mt-md-5 {
        margin-top: 1rem !important;
    }

    .form-control {
        font-size: 0.8rem !important;
    }
}


.disabled {
    pointer-events: none; 
    opacity: 0.3;        
}

input.form-control[type=number]::-webkit-inner-spin-button,
input.form-control[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

#xixproximal, #xixdistal, #xixs1dt, #xixs2dt, #xixs3dt, #xixs4dt, #xixs5dt, #xixs6dt{
    
    background:  rgba(46, 50, 61, 1);
    appearance: auto;
    padding-right: 20px;
}

#transValAp, #rotateValAx, #rotateValAp, #lenVal, #transValLat, #rotateValLat{
    background:  rgba(46, 50, 61, 1);
    appearance: auto;
    padding-right: 0;
}

#transValAp:focus, #rotateValAx:focus, #rotateValAp:focus, #lenVal:focus, #transValLat:focus, #rotateValLat:focus,#gx_axial-correction:focus,
#transValAp:hover, #rotateValAx:hover, #rotateValAp:hover, #lenVal:hover, #transValLat:hover, #rotateValLat:hover, #gx_axial-correction:hover {
    background-color: rgba(46, 50, 61, 1); 
    color: white; 
    outline: none; 
}

#name:focus, #email:focus, #message:focus,
#name:hover, #email:hover, #message:hover{
    background-color: rgba(46, 50, 61, 1); 
    color: white; 
    outline: none; 
}

.card-transparent {
    background-color: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(5px); 
    border: 1px solid rgba(255, 255, 255, 0.3); 
}
#name_myProfile:focus, 

.form-select-auto {
    width: auto;
    min-width: 150px; 
}

.no-border {
    border: none !important;
}

.text-feedback {
    font-size : 150%;
    color :  white;
    font-weight: bold; 
}

#markerLenReal{
    box-sizing: content-box;
    width: 100%;
}


.form-check-group {
    display: flex;
    flex-direction: column; 
    gap: 10px; 
}

.form-check {
    display: flex;
    align-items: center; 
    gap: 8px;
 }

 .contact-style {
    background-color: #2E323D;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    font-size: 1em;
    padding: 50px;
}

.container-myProfile {
    background-color: #2E323D;
    max-width: 1000px;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.input-with-icon {
    padding-left: 35px !important; 
    height: min-content !important;
  }
  
  .input-icon {
    z-index : 2 !important;
    position: absolute !important; 
    left: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 16px;
    color: #ffffff !important;
    pointer-events: none !important;
  }

  .input-with-icon-buttom {
    padding-right: 40px; 
    height: min-content !important;
  }

  .icon-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .modal-backdrop {
    z-index: -1;
  }

#calcaneousMountingId, #ankleMountingId, #foreFootId {
    transition: transform 0.3s ease, opacity 0.3s ease;
    padding: 3px;  /* Reduce padding to make the button smaller */
    margin: 2px;   /* Adjust margin if necessary */
    height: auto; 
}

.larger-img {
    height: 19vh; /* Adjust the image size to make it larger */
    width: auto; /* Keep the aspect ratio intact */
}

#calcaneousMountingId:hover {
    transform: scale(1.1); 
    opacity: 2; 
}

#ankleMountingId:hover, #foreFootId:hover {
    transform: scale(1.1); /* Increases size by 10% */
    opacity: 2; /* Slightly dim to keep the focus on #calcaneousMountingId */
 }


.mounting-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    transform: scale(1.7); /* 120% bigger */
    transform-origin: bottom;
    margin-top: 50px; 
    overflow: hidden;
}

.popover {
    max-width: 260px !important;
    width: 260px !important;
    background-color: rgba(46, 50, 61, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
  
  .popover-header {
    font-size: 1rem;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    text-align: center;
  }
  
  .popover-body {
    padding: 0.75rem;
    text-align: center;
    color: white;
  }
  
  .popover-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 0.5rem;
  }
.disabled-field {
    border: 1px solid #535353 !important;
    color: #535353 !important;
    cursor: not-allowed !important;
}

.centered-aca {
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
/*HELP BUTTOM CSS*/
.help-button-expand {
    position: relative;
    
    border: none;
    border-radius: 50px;
    color: white;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    width: 56px;
    height: 56px;
    transition: width 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: none;
}

.help-button-expand:hover {
    width: 140px;
    background: #2D3142;
    box-shadow: none;
}

.help-button-expand .icon-wrapper {
    min-width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.help-button-expand .bi {
    font-size: 24px;
    transition: transform 0.3s ease;
}

.help-button-expand:hover .bi {
    transform: rotate(360deg);
}

.help-button-expand .text {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    white-space: nowrap;
    padding-right: 20px;
}

.help-button-expand:hover .text {
    opacity: 1;
    transform: translateX(0);
}

.help-button-expand .bubble {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 36px;
    height: 36px;
    background: #fc3d16;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.help-button-expand:hover .bubble {
    transform: scale(0);
    opacity: 0;
}


/*CANVAS BODY HELP*/
.help-offcanvas {
    background: #191a1e;
    width: 400px !important;
}

/* Header  */
.help-offcanvas .offcanvas-header {
    background: #2D3142;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding: 20px 24px;
}

.help-offcanvas .header-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.help-offcanvas .header-icon {
    font-size: 28px;
    color: #ffffff;
}

.help-offcanvas .offcanvas-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.3px;
}


.btn-close-custom {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    opacity: 1;
    transition: all 0.3s ease;
    padding: 8px;
}

.btn-close-custom:hover {
    background-color: #ffffff;
    transform: rotate(90deg);
}

/* Body  offcanvas */
.help-offcanvas .offcanvas-body {
    padding: 24px;
    overflow-y: auto;
}

/* Cards help */
.help-card {
    background: #2D3142;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.help-card:hover {
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateX(5px);
    box-shadow: none;
}

/* Header de cada card */
.help-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.help-card-header h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.5px;
}

/* Número del paso */
.step-number {
    background: rgb(246, 246, 246);
    color: rgb(0, 0, 0);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}

/* Texto del card */
.help-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Tip adicional */
.help-tip {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 10px;
    background: rgba(75, 255, 199, 0.1);
    border-left: 3px solid #4bffc7;
    border-radius: 6px;
}

.help-tip i {
    color: #4bffc7;
    font-size: 16px;
}

.help-tip span {
    color: #4bffc7;
    font-size: 13px;
    font-weight: 500;
}

/* Scrollbar  */
.help-offcanvas .offcanvas-body::-webkit-scrollbar {
    width: 6px;
}

.help-offcanvas .offcanvas-body::-webkit-scrollbar-track {
    background: #191a1e;
}

.help-offcanvas .offcanvas-body::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}

.help-offcanvas .offcanvas-body::-webkit-scrollbar-thumb:hover {
    background: hsl(0, 0%, 100%);
}

/* Responsive */
@media (max-width: 576px) {
    .help-offcanvas {
        width: 90% !important;
    }
}

/* Badges  */
.help-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.option-badge {
    background: rgba(255, 87, 51, 0.2);
    border: 1px solid rgba(255, 87, 51, 0.4);
    color: #FF5733;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

/* Lista de struts */
.struts-list {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.strut-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(75, 255, 199, 0.05);
    border-left: 3px solid #4bffc7;
    padding: 10px 14px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.strut-item:hover {
    background: rgba(75, 255, 199, 0.1);
    transform: translateX(5px);
}

.strut-label {
    color: #4bffc7;
    font-weight: 700;
    font-size: 14px;
    min-width: 50px;
}

.strut-range {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 500;
}

.modal-progress {
    background-color: rgba(46, 50, 61, 1);
}

.modal-backdrop {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.modal-backdrop.show {
    opacity: 0.5;
}