<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
{% if title is not defined or title is empty %}
<title>Conser Platform</title>
{% else %}
<title>{{ title }} | Conser Platform</title>
{% endif %}
<link href="{{ asset('css/common.css') }}" rel="stylesheet">
{# <link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/css/select2.min.css" rel="stylesheet"> #}
{% block stylesheets %}{% endblock %}
<style>
.alert_color-warning{border:1px solid bisque;background-color:#ffffff;border-radius:.3125rem;color:#856404}
.tag_color-warning{border:1px solid #fff;background-color:red;color:#fff;font-weight: bold}
input.select__button {
padding-right: 1rem;
width: calc(100% + 2rem);
margin-left: -1rem;
max-width: none;
}
.select_filter-compact .select2-search__field::placeholder,
.select_filter-compact input.select__button::placeholder {
text-transform: uppercase;
font-size: 10px;
color: #bbb;
opacity: 1;
font-weight: 600;
letter-spacing: 1px;
}
.select_filter-compact .select2-selection__rendered { padding: 0 2rem .25rem 1rem }
.select_filter-compact { width: 100%; padding-right: 1rem; }
.select_filter-compact .select2-selection__choice__remove { margin-right: .25rem }
.select_filter-compact .select2-selection__choice { padding-left: .25rem; padding-right: .25rem; margin-right: .25rem; }
.select_filter-compact .select2-selection__rendered { width: calc(100% + 1rem); background-position: right center }
.button_rounded-mini { padding-left: .5rem; padding-right: .5rem; }
.search-form { padding-top: .5rem; padding-bottom: 1rem }
.user_scroll{
max-height: 120px;
overflow-y: scroll;
}
.mt-40{margin-top: 48px!important;}
.user_scroll::-webkit-scrollbar {
width: 3px;
}
.user_scroll::-webkit-scrollbar-track {
background: #fff;
}
.user_scroll::-webkit-scrollbar-thumb {
background: #888;
border-radius: 10px;
}
.user_scroll::-webkit-scrollbar-thumb:hover {
background: #555;
}
/* remove shadow effect in FF */
@supports (-moz-appearance:none) {
.fullpage_scrollable::before,
.fullpage_scrollable::after {
display: none;
}
}
</style>
<link rel="shortcut icon" href="{{ asset('favicon/favicon.png') }}" type="image/x-icon" />
<link rel="icon" href="{{ asset('favicon/favicon.png') }}" type="image/x-icon" />
<link rel="apple-touch-icon" href="{{ asset('favicon/apple-touch-icon.png') }}" />
</head>
<body>