/* Hide the default radio button */
.logistic-provider input[type="radio"] {
    display: none;
}

/* Style for the label that will represent the radio button */
.logistic-provider .radio-label {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 5px 20px;
    border: 2px solid #ddd;
    border-radius: 15px;
    cursor: pointer;
}

/* Style when the radio button is checked */
.logistic-provider input[type="radio"]:checked + .radio-label {
    border-color: #003865;
    background-color: #003865;
    color: #ffffff !important;
}


.main-use-logistic-rd-btn {
    display: inline-flex;
    margin-bottom: 1em;
}
.main-use-logistic-rd-btn label {
    cursor: pointer;
    margin-right: 12px;
}
.main-use-logistic-rd-btn input[type="radio"] {
    margin-right: 12px;
}


/* Vista 2 columnas */
.sender-form {
    margin-top: 1em;
}

.sender-form .form-row {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px; 
}

.sender-form .form-column {
    flex: 1; 
    min-width: 250px;
}

.sender-form input.form-control{
    width: 100%; 
    padding: 10px;
    font-size: 16px;
    margin-top: 5px;
    box-sizing: border-box;
    border-radius: 4px;
    height: 45px;
    min-height: 45px;
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: 14px;
}

.sender-form select.full-select-width{
    width: 100%;
    padding: 8px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.sender-form select{
    min-height: 45px !important;
    height: 45px !important;
}

.sender-form label{
    color: #5c5c5c !important;
    font-size: 14px;
}

.sender-form .form-group {
    margin-bottom: 15px;
}

.sender-form .required:after {
    content:" *";
    color: red;
}

@media (max-width: 768px) {
    .sender-form .form-row {
        flex-direction: column;
    }
}

.dokan-dashboard .swal2-deny, .dokan-dashboard .swal2-cancel{
    line-height: 2.2em;
}
.dokan-dashboard .swal2-styled.swal2-confirm {
    background: #003865 !important;
    line-height: 2.2em !important;
}

.swal2-styled.swal2-default-outline:focus{
    background-color: rgb(0, 56, 101) !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgba(0, 56, 101, .5) !important;
}

.swal2-styled.swal2-default-outline:focus{
    background-color: rgb(0, 56, 101) !important;
}

.dokan-dashboard .sender-form button#submit-sender-datam{
    line-height: 3.5em;
}

.dokan-dashboard .sender-form button#submit-sender-data:hover, .dokan-dashboard .sender-form button#submit-sender-data:focus{
    background: #2D8C9E;
} 

form.checkout .caex-custom-field select{
    width: 100%;
    border-radius: 5px;
    min-height: 60px;
    border: 1px solid #BCBCBC;
}

form.checkout .woocommerce-NoticeGroup-updateOrderReview ul li{
    padding-bottom: 5px;
}


/* Estilos para página tracking de la guía */
.fw-tracking-container {
    background-color: #003865;
    padding: 30px 0px 50px 0px !important;
}

.fw-tracking-container  .tracking-shipping-title {
    color: #ffffff !important;
    text-align: center;
}

.fw-tracking-container .tracking-shipping-subtitle {
    color: #00C1D4 !important;
    text-align: center;
}

.fw-tracking-container .tracking-shipping-description {
    color: #ffffff !important;
    font-family: "OpenSans-SemiBold" !important;
    text-align: center;
    max-width: 28em;
    margin: 0 auto;
}

.fw-tracking-container .tracking-status-img-container{
    text-align: center;
}

/* Popup de información para ativación de formulario de afiliación */
.popup-form-activation {
    width: 50em;
    min-width: 50em;
}
@media (max-width: 769px){
	.popup-form-activation{
    	min-width: 100% !important;
    	width: 100% !important;
    }
}

.popup-form-activation .content ol li{
    text-align: left;
    margin-bottom: 10px;
}

.popup-form-activation .content ol{
    padding-bottom: 0;
}

/* Enlace para manual de ingreso de peso en sección de productos Dokan */
.manual-pdf-viewer {
    text-align: left;
}

.manual-pdf-viewer a{
    color: #003865 !important;
    font-size: 14.5px;
}

/* Solicitud de código crédito */
.code-credit-popup{
    width: 45em !important;
}

.code-credit-popup .swal2-close {
    background: transparent !important;
    justify-content: right !important;
    padding-right: 25px !important;
}

.code-credit-popup .swal2-close:focus{
    box-shadow: none !important;
}

.code-credit-popup .swal2-styled.swal2-confirm{
    border-radius: 3em !important;
}

.code-credit-popup .swal2-title{
    padding-top: 1.2em !important;
}

a#show-code-credit-modal {
    font-size: 15px;
}
