html,
body {
    font-family: "Montserrat", sans-serif !important;
}

/* Images */
.bg-image {
    background-image: url("../images/lamassu_login.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 200px;
    height: 200px;
}

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

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

.round-left {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
}

.round-right {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #7460ee;
    color: #fff;
}

.select2-selection--multiple {
    overflow: hidden !important;
    height: auto !important;
}
.select2-container--default .select2-selection--multiple {
    line-height: 20px !important;
}

.select2-selection__choice,
.select2-selection__choice__remove,
.form-check-input:checked {
    background-color: #7460ee !important;
    border-color: #7460ee !important;
}

.form-check-input[type="checkbox"] {
    border-radius: 10px !important;
}

.form-switch {
    width: 100%;
}
