.modal-logo{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.modal-logo .logo-wrapper{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-logo .logo-wrapper img{
    width: 85px;
    object-fit: cover;
}


.modal-body .group-title{
    font-family: "SourceCodePro-500";    
    display: block;
    color: #222222;
    font-size: 13px;
    display: flex;
    justify-content: start;
}

.modal-body .group-title .info-icon{
    font-family: "SourceCodePro-500";    
    display: block;
    color: #222222;
    font-size: 13px;
}

.modal-body .group-title .info-text{
    font-family: "SourceCodePro-500";    
    display: block;
    color: #222222;
    font-size: 13px;
}

.modal-body .form-group{
    padding: 0 20px 0;
    margin-bottom: 25px;
}

.modal-body .form-group .reym-ctrl-text{
    font-family: "SourceCodePro-300";    
    font-size: 15px;
    border-width: 2.5px;
    color: #222222;    
    transition: .2s ease-in-out;
}

.modal-body .form-group .reym-ctrl-text:focus{
    font-family: "SourceCodePro-300";    
    font-size: 15px;
    color: #222222;
    border-color: #222222;
}


.modal-body .form-group .reym-ctrl-text::placeholder{
    color: #adadad;
}

#ModalIniciarSesion .modal-footer,
#ModalCrearCuenta .modal-footer{
    padding: 10px 40px 30px;
}

#ModalIniciarSesion .modal-footer .controls-secondary,
#ModalCrearCuenta .modal-footer .controls-secondary{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#ModalIniciarSesion .modal-footer .controls-secondary button,
#ModalCrearCuenta .modal-footer .controls-secondary button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 50px;
}

#ModalEditorProfile .modal-footer .controls-secondary button:nth-child(3){
    margin-left: auto;
}

.swal2-container .swal2-actions {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;    
    justify-content: space-between;
    width: 100%;
    padding: 0 25px; /* Ajuste opcional para márgenes laterales */
}

/********** - SWEET ALERT / SET CLASSES - **********/
.swal2-container .swal2-actions button{
    font-family: "SourceCodePro-300";    
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 14px;
    border-radius: 50px;
    transition: .2s ease;    
}

.swal2-container .swal2-actions button.swal2-cancel{
    background-color: #FFFFFF !important;
    color: #222222;    
    border: 1.5px solid;
    border-color: #222222;        
}

.swal2-container .swal2-actions button.swal2-confirm{
    background-color: #222222 !important;
}

.swal2-container .swal2-actions button.swal2-confirm:hover{
    box-shadow: 0 8px 30px -4px rgba(34, 34, 34, .5);
}


.swal2-container .swal2-actions button.swal2-confirm:active,
.swal2-container .swal2-actions button.swal2-confirm:focus{
    box-shadow: none !important;
}

.swal2-container .swal2-actions {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 25px; /* Ajuste opcional para márgenes laterales */
}

.swal2-container .swal2-actions button.swal2-cancel:hover{
    background: #FFFFFF !important;
    box-shadow: 0 8px 30px -4px rgba(34, 34, 34, .5);
}

.swal2-container .swal2-loading{
    justify-content: center;
}



/********** Grid Item Plan **********/

#ModalEditorProfile .modal-body .item-plan{
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 20px;
}

#ModalEditorProfile .item-plan .header-plan .title-plan{
    font-family: "SourceCodePro-600";
    font-size: 33px;   
    color: #222222;
}

#ModalEditorProfile .item-plan .header-plan .description-plan{
    font-family: "Roboto-300";
    font-size: 13px;   
    color: #777777;
}

#ModalEditorProfile .item-plan .body-plan .plan-benefits .info-icon{
    font-family: "Roboto-300";
    font-size: 13px;   
    color: #00cbad;
    margin-right: 5px;
}


#ModalEditorProfile .item-plan .body-plan .plan-benefits .info-description{
    font-family: "Roboto-200";
    font-size: 13px;   
    color: #222222;
}

#ModalEditorProfile .item-plan .footer-plan .plan-price .text-quantity-number{
    font-family: "SourceCodePro-600";
    font-size: 33px;   
    color: #222222;
}

#ModalEditorProfile .item-plan .footer-plan .plan-price .text-quantity-unit{
    font-family: "SourceCodePro-300";
    font-size: 13px;   
    color: #222222;
}

#ModalEditorProfile .item-plan .footer-plan .btn-action{   
    border-radius: 50px;
    width: 100%;
    background-color: #222222;
    color: #FFFFFF;
}

#ModalEditorProfile .item-plan .footer-plan .btn-action span{   
    font-family: "SourceCodePro-500";
}


/********** Grid Item Plan Active **********/

#ModalEditorProfile .item-plan.active{
    background-color: #222222;
}

#ModalEditorProfile .item-plan.active .header-plan .title-plan{
    color: #FFFFFF;
}

#ModalEditorProfile .item-plan.active .header-plan .description-plan{
    color: #dcdcdc;
}

#ModalEditorProfile .item-plan.active .body-plan .plan-benefits .info-description{
    color: #FFFFFF;
}

#ModalEditorProfile .item-plan.active .footer-plan .plan-price .text-quantity-number{
    color: #FFFFFF;
}

#ModalEditorProfile .item-plan.active .footer-plan .plan-price .text-quantity-unit{
    color: #FFFFFF;
}

#ModalEditorProfile .item-plan.active .footer-plan .btn-action{   
    background-color: #FFFFFF;
    color: #222222;
    cursor: not-allowed;    
}


#ModalPremiumFeatures .modal-footer .controls-secondary button:nth-child(1){
    margin-right: auto;
}

#ModalCrearCuenta #SignUpCodigoOtp{
    font-family: "Roboto-500";
    border: none;
    font-size: 30px;
    text-align: center;
    letter-spacing: 10px;
}

/* Contenedor del select y el icono */
.custom-select-wrapper {
  position: relative;
}

/* Estilo del select */
.select-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 2.5px solid #b1b1b1;
  border-width: 2.5px;
  border-radius: 10px;
  padding: 10px ; /* Ajustamos padding-right para el icono de la derecha */
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  background-image: none;
}

/* Estilo del icono (posición inicial) */
.icono-select {
  position: absolute;
  right: 15px; /* Colocamos el icono a la derecha */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* Crucial para que no bloquee el clic */
  color: #555;
  transition: transform 0.3s ease; /* Suaviza la transición del giro */
}

/* Selector clave: cuando el select está enfocado, selecciona el hermano adyacente "i" y lo rota */
.custom-select-wrapper.active .icono-select {
  transform: translateY(-50%) rotate(180deg);
}


