.header_input {
    color: #4B5675 !important;
    font-size: 24px;
    background-color: white !important;
    border-width: 0px 0px 1px 0px !important;
}

.header_input:focus::placeholder {
    color: #4B5675 !important;
}

.description_input {
    color: #4B5675 !important;
    font-size: 18px;
    background-color: white !important;
    border-width: 0px 0px 1px 0px !important;
}

.description_input:focus::placeholder {
    color: #4B5675 !important;
}

.text_input {
    color: #4B5675 !important;
    font-size: 16px;
    background-color: white !important;
    border-width: 0px 0px 1px 0px !important;
}

.text_input:focus::placeholder {
    color: #4B5675 !important;
}

.separatorv2 {
    border-bottom: 1px dashed #F1F1F4;
}

/* .swal2-icon-success {
    background-color: #EEFFF4 !important;
} */

.input-manual {
    background-color: #ffffff !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.input-468px {
    min-width: 400px;
    width: 600px;
    max-width: 800px;
    /* border-left: 1px solid #F1F1F4!important;
    border-right: 1px solid #F1F1F4!important;
    border-bottom: 2px solid #F1F1F4!important;
    border-top: 0px solid #F1F1F4!important; */
}

/* .error {
    width: 100%;
    margin-top: .5rem;
    padding-left: 5px;
    font-size: .95rem;
    color: var(--bs-form-invalid-color)
} */

.dz-progress {
    display: none;
}

.dz-image>img {
    width: 100%;
}

.error-input {
    min-width: 200px;
    width: 300px;
    max-width: 400px;
    padding-left: 5px;
    font-size: .95rem;
    color: var(--bs-form-invalid-color)
}

.mh-200-pack {
    min-height: 200px;
    height: 250px;
    max-height: 300px;
    overflow-y: scroll;
    margin-right: 10px;
    margin-bottom: 10px;
}

.mh-300-pack {
    min-height: 300px;
    height: 350px;
    max-height: 400px;
    overflow-y: scroll;
}

.mh-400-pack {
    min-height: 400px;
    height: 450px;
    max-height: 500px;
    overflow-y: scroll;
}

.mh-600-pack {
    min-height: 600px;
    height: 650px;
    max-height: 700px;
    overflow-y: scroll;
}

.noDrop {
    cursor: no-drop;
}

.cursorPointer {
    cursor: pointer;
}

.elementsTitle {
    width: 100%;
}

.elementsItem {
    width: 100%;
    /* margin-top: 24px !important; */
}

hr.style-two {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.fa-20px {
    font-size: 20px !important;
}

.pointer-no {
    pointer-events: none !important;
}

.cursor-no-drop {
    cursor: no-drop !important;
}

.disabled-link {
    pointer-events: none !important;
    color: var(--bs-text-gray-600) !important;
    cursor: default !important;
    text-decoration: none !important;
}

.btn-hover-white:hover {
    background-color: white;
}