﻿@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

ul {
	margin-bottom: 0 !important;
	padding-left: 0 !important;
}

html {
	width: 100%;
	height: 100%;
	background:#f5f9fc;
}

body {
	width: 100%;
	line-height: 1;
}

html, body {
	background: #f6f6f6;
	font-family: "Inter" !important;
	font-size: 14px;
	min-height: 100%;
	min-width: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0 !important;
}

a:link, a:visited {
	text-decoration: none !important;
}

a:hover, a:active {
	cursor: pointer;
	color: #353ABF;
	text-decoration: none !important;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner
	{
	border: 0;
	padding: 0;
	margin: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul, ol, li, div, span, h1, h2, h3, h4, h5, label, a {
	margin: 0px;
	padding: 0px;
}

ul, ol, li {
	list-style: none;
}

dl, ol, ul {
	margin-bottom: 0 !important;
	word-break: break-word;
}

fieldset, img {
	border: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
	input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover,
	textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover,
	select:-webkit-autofill:focus {
	border: 1px solid #b8c8ea;
	-webkit-text-fill-color: #000;
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url("../fonts/Inter-Thin.woff2") format("woff2"),
		url("../fonts/Inter-Thin.woff") format("woff");
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src:
		url("../fonts/Inter-ExtraLight.woff2") format("woff2"),
		url("../fonts/Inter-ExtraLight.woff") format("woff");
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/Inter-Light.woff2") format("woff2"),
		url("../fonts/Inter-Light.woff") format("woff");
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/Inter-Regular.woff2") format("woff2"),
		url("../fonts/Inter-Regular.woff") format("woff");
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/Inter-Medium.woff2") format("woff2"),
		url("../fonts/Inter-Medium.woff") format("woff");
}

@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src:
		url("../fonts/Inter-MediumItalic.woff2")
		format("woff2"),
		url("../fonts/Inter-MediumItalic.woff")
		format("woff");
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/Inter-SemiBold.woff2")
		format("woff2"),
		url("../fonts/Inter-SemiBold.woff")
		format("woff");
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/Inter-Bold.woff2")
		format("woff2"),
		url("../fonts/Inter-Bold.woff")
		format("woff");
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/Inter-ExtraBold.woff2")
		format("woff2"),
		url("../fonts/Inter-ExtraBold.woff")
		format("woff");
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/Inter-Black.woff2")
		format("woff2"),
		url("../fonts/Inter-Black.woff")
		format("woff");
}
*, :after, :before {
    box-sizing: border-box
}
* {
	-webkit-transition: background 0.1s ease-in-out, border 0.1s ease-in-out,
		color 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out, border 0.1s ease-in-out,
		color 0.1s ease-in-out;
	transition: background 0.1s ease-in-out, border 0.1s ease-in-out, color
		0.1s ease-in-out;
	box-sizing: border-box;
	backface-visibility: hidden;
	perspective: 1000;
	will-change: auto;
}
.main-login {
	display: flex;
	flex-direction: row;
	min-height: 100%;
	align-content: center;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 100vh;
	background:url("../img/loginBG.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.loginContainer {
	border-radius: 10px;
	box-shadow: 0px 0px 40px 0px rgba(25,140,255,0.1);
	-webkit-box-shadow: 0px 0px 40px 0px rgba(25,140,255,0.1);
	-moz-box-shadow: 0px 0px 40px 0px rgba(25,140,255,0.1);
	background:#f8fcfb;
	border: 1px solid #b2cced;
	padding:70px 60px;
}
.loginHeader .logo {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom:20px;
}
.loginHeader.left {
	height: 50px;
    display: flex;
    align-items: center;
}
.loginHeader.left .logo {
	margin-top:0;
}
.loginHeader .logo .logoIcon{
	background:url("../img/logo.png");
	width:25px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 8px;
}
.loginHeader.left .logo .logoIcon {
	background:url("../img/LeftLogo.png");
}
.loginHeader label{
	color:#144066;
	font-weight: 600;
	font-size: 16px;
	position: relative;
}
.loginHeader.left label{
	color:#fff;
	font-weight: 500;
	font-size: 14px;
	position: relative;
}
.loginHeader .headerTitle {
	display:flex;
	flex-direction: column;
	justify-content: center;
}
.loginHeader .headerTitle .HeadTitle {
	color:#144066;
	font-size:26px;
	font-weight:600;
	text-align: center;
}
.loginHeader .headerTitle span {
	color:#787c89;
	font-size:12px;
	font-weight: 400;
	position: relative;
	top:-3px;
	text-align: center;
	margin-bottom:14px;
}
.loginContainer .LoginContent {
	min-width: 400px;
}
.loginContainer .LoginContent input[type="text"],
.loginContainer .LoginContent input[type="password"]{
	height:46px;
	background:#fafcfb;
	margin-bottom:20px;
	border:1px solid #cdd3df;
}
.loginContainer .LoginContent input[type="submit"] {
	height: 46px;
	background:#1880e1;
	border:1px solid #1880e1;
	width:100%;
}
.wrapper {
	display: grid;
	grid-template-columns: 260px 1fr;
	grid-template-rows: 66px 1fr 50px;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	width:100%;
	height:100vh;
	background:#f6f6f6;
}

.sidebar {
	grid-area: 1 / 1 / 4 / 2;
	background: #8146FF;
	padding:20px 0 20px 20px;
	height:100%;
	box-shadow: 0px 0px 20px 0px rgba(129,70,255,0.41);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(129,70,255,0.41);
	-moz-box-shadow: 0px 0px 20px 0px rgba(129,70,255,0.41);
	position: relative;
	z-index: 1;
}
.navTop {
	grid-area: 1 / 2 / 2 / 3;
	padding-left: 30px;
	width: 100%;
	border-bottom:1px solid #e9eaeb;
	display: flex;
	align-items: center;
    justify-content: space-between;
    padding: 0 20px;
	background: #fff;
}
.main {
	grid-area: 2 / 2 / 3 / 3;
	margin-left:30px;
	width: calc(100% - 50px);
}
.footer {
	grid-area: 3 / 2 / 4 / 3;
	border-top:1px solid #e9eaeb;
	margin-left:30px;
    width: calc(100% - 47px);
	display: flex;
    justify-content: center;
    align-items: center;
	font-size:12px;
	font-weight:300;
	color:#7c7c7c;
}
.sidebarContent{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.sidebar-nav .sidebar-item a svg{
	position: relative;
	top:2px;
	font-size:18px;
	width:24px;
}
.sidebar-nav .sidebar-item a:link,
.sidebar-nav .sidebar-item a:visited{
	color:#ffffffbd;
	font-weight:400;
	font-size:14px;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #8146FF;
	--bs-btn-border-color: #8146FF;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #8751FC;
	--bs-btn-hover-border-color: #8751FC;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #8751FC;
	--bs-btn-active-border-color: #8751FC;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #9C88C6;
	--bs-btn-disabled-border-color: #9C88C6;
}
.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #FFA84A;
    --bs-btn-border-color: #FFA84A;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #E2994A;
    --bs-btn-hover-border-color: #E2994A;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #E2994A;
    --bs-btn-active-border-color: #E2994A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #9C774F;
    --bs-btn-disabled-border-color: #9C774F;
}
.parentMenu {
	display:flex !important;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}
.parentMenu a[aria-expanded="true"] .fa-angle-down:before {
	content: "\f106";
}
.sidebar-nav .sidebar-link {
	display:flex;
	padding:10px;
	align-items: center;
	border-radius: 4px 0 0 4px;
	margin:4px 0;
}
.sidebar-nav .sidebar-link.active {
	background: #f6f6f6 !important;
	color:#25211E !important;
}
.sidebar-nav .sidebar-item a:hover,
.sidebar-nav .sidebar-item a:active {
	background: rgba(255,255,255,0.1);
	color:#fff;
}
.align-middle {
	font-weight: 600;
}
.sidebar-nav .sidebar-link i {
	width:24px;
	text-align: center;
	margin-right: 6px;
}
.parentMenu.sidebar-link i {
	width: 18px;
}
#sidebar {
	height:calc(100% - 30px);
}
.sidebar-dropdown {
	margin-left:20px;
}
.sidebar-bottom label {
	display:flex;
	justify-content: center;
	align-items: center;
	height:30px;
	color:#ffffffbd;
}
.sidebar-bottom label i{
	font-size:20px;
	margin-right:6px;
}
.FilterHeader .row{
	width:100%;
}
.FilterHeader .h3 {
	margin-bottom:0;
}
.FilterHeader {
	display: flex;
    align-items: center;
    justify-content: space-between;
	height:70px;
	border-bottom: 1px dashed #c7cacb;
	margin-bottom:20px;
}
.FilterHeader.button-only {
	justify-content: flex-end !important;
}
.FilterHeader h5 {
	margin-bottom:0;
}
.tableContainer {
	margin-top:14px;
}
.col-form-label {
	display: block;
	height:34px;
}
.table-responsive {
	margin-top:10px;
}
.table {
	font-size:12px;
}
.pagination {
	display: flex;
    height: 60px;
    justify-content: center;
    align-items: baseline;
	margin-top:10px;
}
.pagination .page-link:link,
.pagination .page-link:visited {
	color:#198cff;
}
.pagination .active>.page-link, .pagination .page-link.active {
	background:#198cff;
	border:1px solid #198cff;
	color:#fff;
}
.PageHeader {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	height:60px;
	align-items: center;
}
.table-action a{
	margin-top:5px;
	margin-bottom:5px;
}
.filterBlock {
	margin-bottom:20px;
}
.table tbody td{
	padding:10px;
}
.table tbody td:nth-child(1) {
	text-align: center;
	font-weight: 600;
}
.HeaderFilters {
	display: flex;
	margin-top:20px;
	margin-bottom:40px;
	flex-direction: row;
	gap: 10px;
}
.filterTableHeader .col-2, .filterTableHeader .col-auto{
	margin-bottom:10px;
}
.FilterHeader .form-control, .filterTableHeader .form-control{
	background-color: #f6f6f6 !important;
}
.FilterHeader .form-control::-webkit-input-placeholder , .filterTableHeader .form-control::-webkit-input-placeholder {
    color:#2D3748 !important;
}
.FilterHeader .form-control:-moz-placeholder, .filterTableHeader .form-control:-moz-placeholder {
   color:#2D3748 !important;;
   opacity:  1;
}
.FilterHeader .form-control::-moz-placeholder, .filterTableHeader .form-control::-moz-placeholder{
   color:#2D3748 !important;;
   opacity:  1;
}
.FilterHeader .form-control:-ms-input-placeholder, .filterTableHeader .form-control:-ms-input-placeholder {
   color:#2D3748 !important;;
}
.FilterHeader .form-control::-ms-input-placeholder, .filterTableHeader .form-control::-ms-input-placeholder {
   color:#2D3748 !important;;
}

.FilterHeader .form-control::placeholder, .filterTableHeader .form-control::placeholder {
   color:#2D3748 !important;;
}

.filterTableHeader .col-auto {
	margin-bottom:10px;
}
a.btn:link, a.btn:visited {
	color:#fff;
}
a.btn:active, a.btn:hover {
	color:#fff !important;
}
a.btn-outline-primary {
	color:#198cff !important;
	font-weight: 600;
}
.incomTitle {
	margin-top:14px;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
	border:1px solid #dee2e6;
	border-radius: 0.375rem;
	height: 33.5px;
}
.NavPageTitle h1{
	font-size:21px;
	font-weight: 600;
	color:#191635;
}
.NavPageTitle p {
	font-size: 13px;
	color:#5F6868;
	margin-top:4px;
}
.form-group {
	margin:5px 0;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: flex;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	height: 33px;
    align-items: center;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

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

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #dee2e6;
    border-radius: .2rem;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #dee2e6;
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #dee2e6;
    border-radius: 0;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .2rem;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #dee2e6;
    border-radius: .2rem;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #dee2e6;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}
.card {
	margin:10px 0;
}