/* Random font from Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto');

.font-sans {
    font-family: Roboto,"Helvetica Neue",sans-serif;
}

/* Resources */
.col-subtle {
    font-size:.8em;
    color: #666666;
}

.card {
    border-radius: 0;
}
.btn-default {
    border-radius: 0;
}
.form-input, .form-input:active, .form-input:focus {
    border-radius: 0;
}

/* Generated https://novathemes.beyondco.de/themes/7QNgAy */

:root {
    --transparent: transparent;
    --black: #22292f;
    --white: white;
    --white-50: rgba(255, 255, 255, 0.5);
    --danger: #e74444;
    --success: #21b978;
    --warning: #ffeb3b;
    --info: #03a9f4;
    --primary: #00adef;
    --primary-dark: #004977;
    --primary-70: rgba(0, 173, 239, 0.7);
    --primary-50: rgba(0, 173, 239, 0.5);
    --primary-30: rgba(0, 173, 239, 0.3);
    --primary-10: rgba(0, 173, 239, 0.1);
    --logo: #002b49;
    --sidebar-icon: #b3c1d1;
    --20: #f6fbff;
    --30: #f4f7fa;
    --40: #eef1f4;
    --50: #e3e7eb;
    --60: #bacad6;
    --70: #b3b9bf;
    --80: #7c858e;
    --90: #252d37;
    --90-half: rgba(40, 54, 61, 0.5);
}

.bg-grad-sidebar {
    background-image: linear-gradient(0deg, #004977 0%, #004977 100%);
}

svg.fill-current {
    display: inline;
}

.convert-pc-card.card-panel {
    height: auto;
}

.resource-tool-title {
    padding-bottom:10px;
}

/* Hide Action Icons - https://github.com/laravel/nova-issues/issues/2582 */
[dusk="case-lists-index-component"] th:last-child,
[dusk="case-lists-index-component"] tr td:last-child {
    display: none;
}
/* Detached Action button color */
.btn-detached-action {
    background-color: #fff;
    color: var(--90);
    box-shadow: none;
    text-shadow: none;
}
.btn-detached-action:hover {
    background-color: #fff;
    color: var(--90);
    box-shadow: none;
    text-shadow: none;
}

.card-panel {
    height:auto !important;
    min-heigh:150px;
}

.markdown li {
    line-height: initial;
    margin-left:15px;
}

