
.selectboxit-container .selectboxit-arrow-container{
    margin-left: 1rem;
    height:auto;
}

.selectboxit-container{
    width: 100%;
    
    background-image: none;
    font-size: 16px;
    color: var(--xxnavy);
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0 !important;
    cursor: pointer;
}
.selectboxit-container .selectboxit-text{
    font-size: 16px;
    font-weight: 700;
}



.selectboxit-container .selectboxit-option-icon-container{
    display: none !important;
}

.selectboxit-container .selectboxit{
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 80% 10% !important;
}

.selectboxit-container .selectboxit-arrow-container-custom {
    background: url("../../img/long-form/newform-icon-select.png") no-repeat;
    background-size: contain;
    width: 20px; /* ajusta según sea necesario */
    height: 20px; /* ajusta según sea necesario */
    cursor: pointer;
    display: inline-block;
  }

	
	.has-error .selectboxit-btn {
    border: 1px solid #CB0159 !important;
    background-color: #FBF3F6 !important; }
	
	
	.form.popular .selectboxit.selectboxit-open {
    border: 1px solid #E86200 !important;
    background-color: #FFF2E2 !important; }
	
	
	.selectboxit-btn.selectboxit-error {
    background: #f2dede !important; }
