.position-fixed-cus {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99999999;
}
.icon-circle-sticky {
    background-color: #d31c78 !important;
    border-radius: 50%;
    color: #ffffff;
    padding: 15px;
    font-size: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
.icon-circle-sticky:hover {
    transform: scale(1.1);
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.6);
}
.modal-content {
    background-color: #FFFFFF;
    border: none;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.modal-header {
    background-color: #f0f0f0;
    color: #333;
    padding: 15px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-title {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
.btn-close-modal {
    font-size: 10px;
    color: white;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #d31c78 !important;
    border: none;
    border-radius: 50%;
    padding: 0;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
}
.modal-body {
    padding: 20px;
    text-align: center;
}
.modal-option {
    display: block;
    width: 100%;
    background-color: #01b3e8 !important;
    color: white;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.btn-azul {
    display: block;
    width: 100%;
    background-color: #01b3e8 !important;
    color: white;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.error {
    color: red;
}
.modal-backdrop {
    z-index: -1;
    position: relative !important;
}
.modal-backdrop.show {
    opacity: 0;
}
.modal-window {
    position: fixed;
    background-color: rgba(26, 23, 23, 0.60);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}
.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.modal-window > div {
    max-width: 600px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #fff;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
}
.modal-window div:not(:last-of-type) {
    margin-bottom: 15px;
}
.modal-form-useful-information {
    display: none;
}
.modal-form-protest {
    display: none;
}
.modal-form-privacy {
    display: none;
}
.modal-form > div::-webkit-scrollbar {
    -webkit-appearance: none;
}
.modal-form div:not(:last-of-type) {
    margin-bottom: 15px;
}
.modal-form-p {
    border-radius: 15px !important;
    position: fixed;
    background-color: rgba(26, 23, 23, 0.60);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.3s;
}
.modal-form-p > div {
    border-radius: 15px !important;
    width: 50%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #fff;
    overflow-y: auto;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
}
.modal-form-p > div::-webkit-scrollbar {
    -webkit-appearance: none;
}
.modal-form-p div:not(:last-of-type) {
    margin-bottom: 15px;
}
small {
    color: lightgray;
}
.center {
    text-align: rigth;
    display: inline-block;
    margin: 0 auto;
}
#naranja {
    color: #DEAC00;
}
.campana {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 35%;
}
.text {
    top: 0;
    left: 0;
    right: 0;
    width: 92%;
    height: 30%;
    margin: auto;
}
.tam {
    width: 50px;
    height: 10px;
}
.ri-icon-size {
    font-size: 26px;
}
#azul {
    color: #01b3e8 !important;
}
.btn-rosa {
    background-color: #D43987;
    color: #FFFFFF;
}
button:disabled {
}
button[disabled] {
}
.dropdown-menu {
    background-color: var(--var-secondary);
    color: #748bcb !important;
}
.tooltip-inner {
    background-color: #ffc107;
    max-width: max-content;
}
.tooltip.fade.show.bs-tooltip-top {
    opacity: 1;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #ffc107;
}
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #ffc107;
}
.btnCanceluseful-information {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.modal-form {
    border-radius: 15px !important;
    position: fixed;
    background-color: rgba(26, 23, 23, 0.60);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.3s;
}
.modal-form > div {
    border-radius: 15px !important;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #fff;
    overflow-y: auto;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
}
.modal-form > div::-webkit-scrollbar {
    -webkit-appearance: none;
}
.modal-form div:not(:last-of-type) {
    margin-bottom: 15px;
}
.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}
.btn-azulM {
    background-color: #3f97cc;
    color: #FFFFFF;
    width: 70%;
    border-radius: 5px;
    padding-top: 9px;
    font-size: 14px;
}
.modalidad {
    margin-right: 10px !important;
}
.custom-input-protest {
    border: 1px solid #A2A4A8 !important;
    border-radius: 5px !important;
}
.regresar-custom {
    background-color: #d43987 !important;
    color: white !important;
}
.option-created {
    background-color: #01b3e8 !important;
    color: #FFFFFF;
}
.pdf-custom {
    background-color: #c80511 !important;
    color: #FFFFFF;
}
