.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle:active,
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select > .dropdown-toggle:hover {
    background: white;
    border: 1px solid #ced4da;
    outline: none;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    background: white;
    border: 1px solid #ced4da;
    outline: none;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #495057;
}


.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
    background: white;
}

input:hover.custom-file-input {
    cursor: pointer;
}

.bg-red {
    background: red;
    color: white;
}
.bg-pink {
    background: pink;
    color: black;
}
.bg-yellow {
    background: yellow;
    color: black;
}
.bg-green {
    background: green;
    color: white;
}
.bg-blue {
    background: dodgerblue;
    color: white;
}

.label {
    padding: 4px 12px;
    border-radius: 16px;
    display: block;
}

.gradient-45deg-light-blue-cyan {
    background: #0288d1;
    background: -webkit-linear-gradient(45deg, #0288d1 0%, #26c6da 100%);
    background: linear-gradient(45deg, #0288d1 0%, #26c6da 100%);
}

.gradient-45deg-light-blue-cyan.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(38, 198, 218, 0.5);
}

.gradient-45deg-red-pink {
    background-color: #F93831 !important;
}

.gradient-45deg-red-pink.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(66, 66, 66, 0.5);
}

.gradient-45deg-amber-amber {
    background: #ff9800 !important;
}

.gradient-45deg-amber-amber.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(66, 66, 66, 0.5);
}

.gradient-45deg-green-teal {
    background: #43A047;
    background: -webkit-linear-gradient(45deg, #43A047 0%, #1de9b6 100%);
    background: linear-gradient(45deg, #43A047 0%, #1de9b6 100%);
}

.gradient-45deg-green-teal.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(77, 182, 172, 0.5);
}

.no-margin {
    margin: 0% !important;
}

.min-height-100 {
    min-height: 100px !important;
}

.background-round {
    background-color: rgba(0, 0, 0, 0.18);
    padding: 15px;
    border-radius: 50%;
}

.icons {
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.table .thead-dark th {
    border-color: #dee2e6 !important;
}

thead th {
    background-color: #cacaca !important;
    color: black !important;
    border-color: #cacaca !important;
}

.btn-danger {
    color: #fff;
    background-color: #F93831;
    border-color: #F93831;
}


.btn.btn-custom-grey {
    color: black;
    background-color: #cacaca;
    border-color: #cacaca;
}

.btn.btn-custom-grey:hover {
    color: black;
    background-color: #cacaca;
    border-color: #888888;
}

.btn.btn-custom-green {
    color: black;
    background-color: #87d278;
    border-color: #87d278;
}

.btn.btn-custom-green:hover {
    color: black;
    background-color: #87d278;
    border-color: #888888;
}

.btn.btn-custom-blue {
    color: black;
    background-color: #78b1d2;
    border-color: #78b1d2;
}

.btn.btn-custom-blue:hover {
    color: black;
    background-color: #78b1d2;
    border-color: #888888;
}
