/* Cambiar en página específica */
.page-id-20 .page-header .page-header__title{
    display: none;
}

.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;
    }
}

/* Popup de información para ativación de formulario de afiliación */
.popup-form-activation {
    width: 50em;
    min-width: 50em;
}

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

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

/* Botones */
.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;
}

.no-forza-affiliation{
    border: 1px solid #dddddd;
    padding: 5px 20px;
    border-radius: 1.5em;
}

.no-margin-bottom{
    margin-bottom: 0 !important;
}

/* Checkout */
p#shipping_municipio_forza_field {
    width: 100%;
    padding-right: 0;
}

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