.details-item {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

.subtitle-details-item {
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-right: 15px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    position: static !important;
    color: #333333 !important;
}

.custom-select {
    box-sizing: border-box;
    word-wrap: normal;
    margin: 0;
    font-family: inherit;
    text-transform: none;
    font-size: 13px !important;
    height: 38px !important;
    display: inline-block;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

.details-checkbox-label {
    margin-left: 5px;
    margin-bottom: 0;
    font-size: 12px;
}

.details-checkbox-container {
    display: flex;
    align-items: center;
}

.details-checkbox-input {
    margin-left: 15px !important;
    margin-top: 0 !important;
}

.details-item-group {
    display: flex;
    flex-direction: column;
}

.aviso_light {
    font-size: 10px;
    color: #555555;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.generate-title {
    width: fit-content;
}

@media screen and (min-width: 992px) {
    .details-item {
        flex-direction: row;
        align-items: center;
    }

    .subtitle-details-item {
        text-align: right !important;
    }

    .details-item-group {
        flex-direction: row;
        align-items: center;
    }

    .recoil {
        margin-left: 10px;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .w-40 {
        width: 40%;
    }
    
    .w-30 {
        width: 30%;
    }
    
    .w-70 {
        width: 70%;
    }
    
    .w-10 {
        width: 10%;
    }
    
    .w-45 {
        width: 45%;
    }
}