.no-border-bottom{
    border-bottom: none;
}

.formFormail{
    border: none;
    border-bottom: 1px black solid;
}

.card-input-file{
    border: 1px solid #D8D8D8;
    border-radius: 10px;
}

.card-input-file-alert{
    border: 1px solid #dc3545;
}

.card-input-file-green{
    border: 1px solid #198754;
}

.formFormailGray {
    border: none;
    border-bottom: 1px #BDBDBD solid;
    background-color: transparent;
}

.formFormail:focus {
    /* removing the input focus blue box. Put this on the form if you like. */
    outline: none !important;
}

.formFormailGray:focus {
    /* removing the input focus blue box. Put this on the form if you like. */
    outline: none !important;
}

.border-none {
    border: none;
}

.border-1-black-top {
    border-top: 1px black solid !important;
}

.border-1-black-bottom {
    border-bottom: 1px black solid;
}

.mh-53px {
    min-height: 53px;
    max-height: 53px;
}

.bottom-45 {
    bottom: 37%;
}

.mw-chk {
    width: 14px !important;
    min-width: 14px !important;
}

.en .custom-file-input~.custom-file-label::after {
    content: "Choose file";
}

.es .custom-file-input~.custom-file-label::after {
    content: "Seleccionar archivo";
}

.custom-file-label {
    line-height: 1.9;
}

input[type=checkbox],
input[type=radio] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.1);
    /* IE */
    -moz-transform: scale(1.1);
    /* FF */
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -o-transform: scale(1.1);
    /* Opera */
    transform: scale(1.1);
    /* padding: 10px; */
}

@media screen and (min-width:1281px) {
    .mw-chk {
        width: 1.09375vw !important;
        min-width: 1.09375vw !important;
    }
    .formFormailGray{
        font-size: 1.25vw;
    }
}

@media screen and (min-width:767px) {
    .border-1-black-left {
        border-left: 1px black solid;
    }
    .border-1-black-right {
        border-right: 1px black solid;
    }
}

@media screen and (max-width:767px) {
    .sm-border-2-black-bottom {
        border-top: 1px black solid;
    }
}

.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

.text-transparent-file input[type=file] {
    color: transparent;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type=file]::file-selector-button {
    display: none;
}

.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}

form button[type='submit']:disabled, button:disabled,
button[disabled]{
  background-color: #cccccc;
  color: #666666 !important;
  border: none !important;
}
