#mainContainer {
    margin-top: 15px;
}

#loginContainer {
    margin-top: 115px;
}

.border-login {
    border: 1px solid #74AB91;
}

.small, small {
    color: grey;
}

.col-trenner {
    max-width: 1px;
}

.row-trenner {
    height: 1px;
    padding: 15px 0;
}

.row-trenner {
    min-height: 30px;
    max-height: 30px;
}

.import-column {
    overflow-y: scroll;
}

/*.custom-control-input:checked ~ .custom-control-label::before {
    color: #74AB91;
    border-color: #74AB91;
    background-color: #74AB91;
}*/

/* Switch / Checkbox */
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #74AB9188 !important;
    border-color: #74AB9188 !important;
    color: #74AB91 !important;
}

.custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #74AB9188 !important;
    color: #74AB91 !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0px 0px 3px 3px #74AB9188;
}
/* Switch / Checkbox */

/* file input drop */
.custom-uploadfile-input {
    cursor: pointer;
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.custom-uploadfile-label {
    width: 100%;
    height: 8rem;
    border: 2px dashed #74AB91;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tooltip-wrapper {
    display: inline-block;
    cursor: not-allowed;
}

.tooltip-wrapper .btn[disabled] {
    pointer-events: none;
}

.tooltip-wrapper.disabled {
    cursor: not-allowed;
}
