@charset "UTF-8";

html,body{
	height: 100%;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size:15px;line-height:1.3
}
html{overflow-x:hidden}


/* width */
::-webkit-scrollbar {
	padding:1px;
	width: 9px;
	height: 9px;
}
  
  /* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #fff;
	border-radius: 5px;
}
   
  /* Handle */
::-webkit-scrollbar-thumb {
	background-color: #aaa; 
	border-radius: 9px;
}
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background-color: #666; 
}

.vx-bodybg{
	background-color: #eee!important;
}

.vx-required-item {
	border-left: 5px solid #f00;
}

.vx-infotag{
	border-left: 8px solid #FB9902;
	background-color: #F7E9D4;
	color: #555!important;
	font-style: italic;
	padding: 3px;
	margin: 3px;
	border-radius: 50px 5px 5px 50px / 20px 5px 5px 20px;
}

.vx-select option[mode='1']{
	background-color: #eee;
}

.vx-select option[mode='0']{
	background-color: #fff;
}

.vx-fixtopmenu{
	position: fixed; 
	z-index: 100; 
	width:   100%;
	top:0;
	left:0;
}
.vx-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:2}
.vx-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.vx-bar-block .vx-button{width:100%;text-align:left;padding:8px 16px}
.vx-bar-block .vx-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.vx-btn,.vx-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.vx-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.vx-btn,.vx-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.vx-disabled,.vx-btn:disabled,.vx-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.vx-btn.vx-disabled:hover,.vx-btn:disabled:hover{box-shadow:none}
.vx-clear:after,.vx-clear:before,.vx-bar:before,.vx-bar:after{content:"";display:table;clear:both}
.vx-tiny{font-size:10px!important}

.vx-text-italic {
	font-style: italic;
}

.vx-text-bold {
	font-style: bold;
}

.vx-text-linethrough{
	text-decoration: line-through;
}

.vx-googleicon-m {
	font-size: 16pt;
	vertical-align: middle; 
}
.vx-googleicon-s {
	font-size: 12pt;
	vertical-align: middle; 
}

.vx-padding-xsmall{
	padding: 2px 4px;
}

.vx-input-padding{
	padding: 1px 0px!important;
	margin: 0px 0px!important;
}

.vx-form:required{
	border: 1px solid red;
}

.vx-select{
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	height: auto;
}

.vx-select[multiple] option{
	padding: 5px;
}

.vx-popup-border-coral{
	border-left: 12px solid coral; 
	border-top: 2px solid coral; 
	border-bottom: 2px solid coral; 
	border-right: 2px solid coral; 
}
.vx-popup-border{
	border-style: solid;	
	border-left-width: 12px; 
	border-top-width: 2px; 
	border-bottom-width: 2px; 
	border-right-width: 2px; 
}
.vx-smallheight td, .vx-smallheight th{
	padding: 4px 8px !important;
}
.vx-numeric-font{font-family: 'Trebuchet MS'!important;}
.vx-tabround,.vx-top-round{ border-radius:4px 4px 0px 0px;}
.vx-bottom-round{ border-radius:0px 0px 4px 4px;}
.vx-card{box-shadow:0 0 0 0 rgba(0,0,0,0.16),0 2px 5px 0 rgba(0,0,0,0.12)}
.vx-top-shadow{box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);}

.vx-message-input{
	border:0; 
	border-radius: 30px;
	padding: 5px 12px;
	font-size: 18px;
	/*color: inherit;*/
	width: 100%;
}

.vx-message-input2{
	border:0; 
	border-radius: 30px;
	padding: 2px;
	/*color: inherit;*/
	width: 100%;
}

.vx-input-flat{
	border:0; 
	padding: 2px;
	font-size: 18px;
	width: 100%;
}

.vx-messageiconcolor-me {
	color: #c2f76d;
}

.vx-messagebubble-me {
	position: relative;
	background: inherit;
	color: inherit;
	border-radius: 5px;
}

.vx-messagebubble-me:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left-color: inherit;
	border-right: 0;
	border-top: 0;
	margin-top: 3px;
	margin-right: -6px;
}

.vx-messagebubble-you {
	position: relative;
	background: inherit;
	border-radius: 5px;
}

.vx-messagebubble-you:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-right-color: inherit;
	border-left: 0;
	border-top: 0;
	margin-top: 3px;
	margin-left: -6px;
}
.vx-link {
	color: #005eb888!important;
}

.vx-link:hover {
	color: #005eb888!important;
}

/*.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}*/
fieldset{border:1px solid #c0c0c0;margin:0 2px;border-radius:2px}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
.vx-arrow{ 
     width: 0;
     height: 0;
     border-top: solid 12px transparent;
     border-right: solid 12px transparent;
     border-bottom: solid 12px transparent;
     border-left: solid 12px blue;
	background-color:transparent;
}

@media(max-width:768px){.vx-dialog-width{max-width:95%; width:95%;}}
@media(min-width:769px){.vx-dialog-width{max-width:720px; width:720px;}}
.vx-mainpage {
	display: block;
	position: absolute;
	left:0;
	top: 70px;
	bottom: 50px;
	width: 100%;
	height: auto;
	margin: 0;
}

.vx-table-sortable > thead > tr > th {
	position: relative;
    cursor: pointer;
	vertical-align: middle;
	border: inherit;
}

.vx-table-sortable > thead > tr > th:after {
	position: absolute;
	right: 3px;
	/*content: "unfold_more";*/
	content: " ";
	font: 18px "Material Icons";
	color: #ccc;
}

.vx-table-sortable > thead > tr > th:hover:after {
	content: "unfold_more";
	color: #666;
}

.vx-table-sortable > thead > tr > th[vx-sort=disabled]{
    cursor: auto;
}

.vx-table-sortable > thead > tr > th[vx-sort=disabled]:after {
	content: "";
}

.vx-table-sortable > thead > tr > th.asc:after {
	content: "expand_less";
	color: #333;
}

.vx-table-sortable > thead > tr > th.asc:hover:after {
	color: #888;
}

.vx-table-sortable  thead > tr > th.desc:after {   
	content: "expand_more";
	color: #333;
}

.vx-table-sortable  thead > tr > th.desc:hover:after {
	color: #888;
}

.vx-table-fixedheader { overflow-y: auto; height: inherit; }
.vx-table-fixedheader > thead > tr {
	position: sticky; 
	top: 0;
	background:inherit;
	color: inherit;
}
.vx-table-fixedheader > thead > tr > th { 
	position: sticky; 
	top: 0;
	background:inherit;
	color: inherit;
}

.vx-top-right {
	position: absolute;
	top: 8px;
	right: 1px;
}

.vx-container{
	width: 100%;
	background-color:white;
	width: 400px;
	position: relative;
}

.vx-timeline {
	position: relative;
	margin-left: -65px;
}

.vx-timeline li{
	list-style: none;
	float: left;
	width: 20%;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding: 28px 5px 5px 30px;
}

.vx-timeline ul:nth-child(1){
	color: #4caf50;
}

.vx-timeline li:after{
	text-transform: lowercase;
	font-weight: bold;
	font: 18px "Material Icons";
	content: "check";
	width: 25px;
	height: 25px;
	border: 3px solid #4caf50;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 20px;
	background: #F1F1F1;
	color: #ccc;
	top: 0px;
	left: 50%;
	position: absolute;
	z-index:2;
}

.vx-timeline li:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: grey;
	top: 12px;
	left: -50%;
	z-index:1;
}

.vx-timeline li:first-child:before{
	content: none;
}
.vx-timeline li.active{
  	color: #4caf50;
}

.vx-timeline li.active:before{
 	background: #4caf50;
  	color: #F1F1F1;
}
.vx-timeline li.active:after{
	background: #4caf50;
	 color: #F1F1F1;
}

.vx-timeline li.active + li:before{
  	background: #4caf50;
}

.vx-file-wrapper{
    height:20px;
    width:20px;
    position:relative;
    
    display:flex;
    justify-content:center;
    align-items: center;  
}

.vx-file-upload {
	height:20px;
	width:20px;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	cursor:pointer;
}

.vx-modal-container{
	width:50%; 
	max-width:600px; 
	min-width:340px;
}

.vx-hover:hover {
	background-color:rgba(0, 0, 0, 0.05);
}

.vx-theme, .vx-theme-blue {
	background-color: #fff!important;
	color: #00338d!important;
}



.vx-bg-blue {
	background-color: #00338d!important;
	color: #fff!important;
}

.vx-highlight-theme{
	background-color: #00338d!important;
	color: #fff!important;
}

.vx-bg-mediumblue{
	background-color: #005eb8!important;
	color: #fff!important;
}

.vx-bg-lightblue{
	background-color: #0091da!important;
	color: #fff!important;
}

.vx-bg-green{
	background-color: #00a3a1!important;
	color: #fff!important;
}

.vx-bg-violet{
	background-color: #483698!important;
	color: #fff!important;
}

.vx-bg-purple{
	background-color: #470a68!important;
	color: #fff!important;
}

.vx-bg-lightpurple{
	background-color: #6d2077!important;
	color: #fff!important;
}

.vx-bg-theme {
	background-color: #005eb8!important;
	color : #444!important;
}

.vx-hover-theme:hover {
	background-color: #00338d!important;
	color: #fff!important;
}

.vx-hover-theme-mediumblue:hover {
	background-color: #005eb8!important;
	color: #fff!important;
}

.vx-hover-theme-lightblue:hover {
	background-color: #0091da!important;
	color: #fff!important;
}

.vx-btn-violet {
	background-color: #483698!important;
	color: #fff!important;
	border-color: #483698!important;
}

.vx-btn-violet:hover{
	background-color: #483698aa!important;
	color: #fff!important;
	border-color: #483698!important;
}

.vx-btn-purple {
	background-color: #470a68!important;
	color: #fff!important;
	border-color: #470a68!important;
}

.vx-btn-purple:hover{
	background-color: #470a68aa!important;
	color: #fff!important;
	border-color: #470a68!important;
}

.vx-btn-text-blue, .vx-text-blue,.vx-text-theme {color: #00338d!important;}
.vx-btn-text-mediumblue, .vx-text-mediumblue {color: #005eb8!important;}
.vx-btn-text-lightblue,.vx-text-lightblue {color: #0091da!important;}
.vx-btn-text-green,.vx-text-green {color: #00a3a1!important;}
.vx-btn-text-purple,.vx-text-purple {color: #470a68!important;}
.vx-btn-text-violet, .vx-text-violet {	color: #483698!important;}
.vx-btn-text-grey,.vx-text-grey {color: #a0a0a0;}
.vx-btn-text-lightgrey,.vx-text-lightgrey {color: #f0f0f0;}
.vx-btn-text-lightpurple,.vx-text-lightpurple{color: #6d2077!important;}


.vx-btn-text-blue:hover {color: #00338daa!important;}
.vx-btn-text-mediumblue:hover {color: #005eb8!important;}
.vx-btn-text-lightblue:hover {color: #0091daaa!important;}
.vx-btn-text-green:hover {color: #00a3a1aa!important;}
.vx-btn-text-violet:hover{color: #483698aa!important;}
.vx-btn-text-purple:hover{color: #470a68aa!important;}
.vx-btn-text-lightpurple:hover{color: #6d2077aa!important;}
.vx-btn-text-grey:hover {color: #666;}
.vx-btn-text-lightgrey:hover {color: #666;}


.vx-btn-blue {
	background-color: #00338d!important;
	color: #fff!important;
	border-color: #00338d!important;
}

.vx-btn-blue:hover{
	background-color: #00338daa!important;
	color: #fff!important;
	border-color: #00338d!important;
}

.vx-btn-mediumblue {
	background-color: #005eb8!important;
	color: #fff!important;
	border-color: #005eb8!important;
}

.vx-btn-mediumblue:hover{
	background-color: #005eb8aa!important;
	color: #fff!important;
	border-color: #005eb8!important;
}

.vx-btn-lightblue {
	background-color: #0091da!important;
	color: #fff!important;
	border-color: #0091da!important;
}

.vx-btn-lightblue:hover{
	background-color: #0091daaa!important;
	color: #fff!important;
	border-color: #0091da!important;
}

.vx-btn-grey {
	background-color: #dadada!important;
	color: #555!important;
	border-color: #dadada!important;
}

.vx-btn-grey:hover{
	background-color: #aaa!important;
	color: #555!important;
	border-color: #dadada!important;
}

.vx-btn-green {
	background-color: #00a3a1!important;
	color: #fff!important;
	border-color: #00a3a1!important;
}

.vx-btn-green:hover{
	background-color: #00a3a1aa!important;
	color: #ffffffaa!important;
	border-color: #00a3a1!important;
}


.vx-btn-outline-blue {
	color: #00338d;
	border-color: #00338d;
}
.vx-btn-outline-blue:hover {
	color: #fff;
	border-color: #00338d;
	background-color: #00338d;
}

.vx-btn-outline-grey {
	color: #aaa;
	border-color: #aaa;
}
.vx-btn-outline-grey:hover {
	color: #fff;
	border-color: #aaa;
	background-color: #aaa;
}

.vx-btn-outline-lightgrey {
	color: #f0f0f0;
	border-color: #f0f0f0;
}
.vx-btn-outline-lightgrey:hover {
	color: #999;
	border-color: #f0f0f0;
	background-color: #f0f0f0;
}

.vx-btn-outline-mediumblue {
	color: #005eb8;
	border-color: #005eb8;
}
.vx-btn-outline-mediumblue:hover {
	color: #fff;
	border-color: #005eb8;
	background-color: #005eb8;
}

.vx-btn-outline-lightblue {
	color: #0091da;
	border-color: #0091da;
}
.vx-btn-outline-lightblue:hover {
	color: #fff;
	border-color: #0091da;
	background-color: #0091da;
}

.vx-border-lightgrey{
	border-color: #f1f1f1!important;
}

.vx-border-lightblue{
	border-color: #0091da!important;
}

.vx-border-blue{
	border-color: #00338d!important;
}

.vx-border-mediumblue{
	border-color: #005eb8!important;
}


.overflow-x{
	overflow-x:auto!important;
}

.overflow-y-auto{
	overflow-y:auto!important;
}

@media(max-width:500px){
	.vx-graph-container{width:100%!important; height:204px!important;}
	.vx-graph{width:92%!important; height:184px!important;}
	.vx-dashboard-container {width:100%!important;}
}
@media(min-width:501px){
	.vx-graph-container{width:100%!important;height:338px!important;}
	.vx-graph{width:80%!important;height:310px!important;min-width:600px;}
	.vx-dashboard-container {width:60%!important; min-width:700px;}
}

.vx-no-border {
	outline: none!important;
}

/* Padding spacing*/
.vx-p-0 {padding:0px;}.vx-p-2 {padding:2px;}.vx-p-4 {padding:4px;}.vx-p-8 {padding:8px;}.vx-p-12 {padding:12px;}.vx-p-16 {padding:16px;}
.vx-pt-0 {padding-top:0px;}.vx-pt-2 {padding-top:2px;}.vx-pt-4 {padding-top:4px;}.vx-pt-8 {padding-top:8px;}.vx-pt-12 {padding-top:12px;}.vx-pt-16 {padding-top:16px;}
.vx-pb-0 {padding-bottom:0px;}.vx-pb-2 {padding-bottom:2px;}.vx-pb-4 {padding-bottom:4px;}.vx-pb-8 {padding-bottom:8px;}.vx-pb-12 {padding-bottom:12px;}.vx-pb-16 {padding-bottom:16px;}
.vx-ps-0 {padding-left:0px;}.vx-ps-2 {padding-left:2px;}.vx-ps-4 {padding-left:4px;}.vx-ps-8 {padding-left:8px;}.vx-ps-12 {padding-left:12px;}.vx-ps-16 {padding-left:16px;}
.vx-pe-0 {padding-right:0px;}.vx-pe-2 {padding-right:2px;}.vx-pe-4 {padding-right:4px;}.vx-pe-8 {padding-right:8px;}.vx-pe-12 {padding-right:12px;}.vx-pe-16 {padding-right:16px;}
.vx-px-0 {padding-left:0px;padding-right:0}.vx-px-2 {padding-left:2px;padding-right:2px;}.vx-px-4 {padding-left:4px;padding-right:4px;}.vx-px-8 {padding-left:8px;padding-right:8px;}.vx-px-12 {padding-left:12px;padding-right:12px;}.vx-px-16 {padding-left:16px;padding-right:16px;}
.vx-py-0 {padding-top:0px;padding-bottom:0px;}.vx-py-2 {padding-top:2px;padding-bottom:2px;}.vx-py-4 {padding-top:4px;padding-bottom:4px;}.vx-py-8 {padding-top:8px;padding-bottom:8px;}.vx-py-12 {padding-top:12px;padding-bottom:12px;}.vx-py-16 {padding-top:16px;padding-bottom:16px;}
/* Margin spacing*/
.vx-m-0 {margin:0px;}.vx-m-2 {margin:2px;}.vx-m-4 {margin:4px;}.vx-m-8 {margin:8px;}.vx-m-12 {margin:12px;}.vx-m-16 {margin:16px;}
.vx-mt-0 {margin-top:0px;}.vx-mt-2 {margin-top:2px;}.vx-mt-4 {margin-top:4px;}.vx-mt-8 {margin-top:8px;}.vx-mt-12 {margin-top:12px;}.vx-mt-16 {margin-top:16px;}
.vx-mb-0 {margin-bottom:0px;}.vx-mb-2 {margin-bottom:2px;}.vx-mb-4 {margin-bottom:4px;}.vx-mb-8 {margin-bottom:8px;}.vx-mb-12 {margin-bottom:12px;}.vx-mb-16 {margin-bottom:16px;}
.vx-ms-0 {margin-left:0px;}.vx-ms-2 {margin-left:2px;}.vx-ms-4 {margin-left:4px;}.vx-ms-8 {margin-left:8px;}.vx-ms-12 {margin-left:12px;}.vx-ms-16 {margin-left:16px;}
.vx-me-0 {margin-right:0px;}.vx-me-2 {margin-right:2px;}.vx-me-4 {margin-right:4px;}.vx-me-8 {margin-right:8px;}.vx-me-12 {margin-right:12px;}.vx-me-16 {margin-right:16px;}
.vx-mx-0 {margin-left:0px;margin-right:0}.vx-mx-2 {margin-left:2px;margin-right:2px;}.vx-mx-4 {margin-left:4px;margin-right:4px;}.vx-mx-8 {margin-left:8px;margin-right:8px;}.vx-mx-12 {margin-left:12px;margin-right:12px;}.vx-m-16 {margin-left:16px;margin-right:16px;}
.vx-my-0 {margin-top:0px;margin-bottom:0px;}.vx-my-2 {margin-top:2px;margin-bottom:2px;}.vx-my-4 {margin-top:4px;margin-bottom:4px;}.vx-my-8 {margin-top:8px;margin-bottom:8px;}.vx-my-12 {margin-top:12px;margin-bottom:12px;}.vx-my-16 {margin-top:16px;margin-bottom:16px;}


.vx-dropdown-toggle { outline: 0; }

.vx-nav-flush .nav-link {
  border-radius: 0;
}

.vx-btn-toggle {
	display: inline-flex;
	align-items: center;
	padding: .25rem .5rem;
	font-weight: 600;
	color: rgba(0, 0, 0, .65);
	background-color: transparent;
	border: 0;
}
.vx-btn-toggle:hover,
.vx-btn-toggle:focus {
	color: rgba(0, 0, 0, .85);
	background-color: #d2f4ea;
}

.vx-btn-toggle::before {
	width: 1.25em;
	line-height: 0;
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
	transition: transform .35s ease;
	transform-origin: .5em 50%;
}

.vx-btn-toggle[aria-expanded="true"] {
	color: rgba(0, 0, 0, .85);
}
.vx-btn-toggle[aria-expanded="true"]::before {
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
	transform: rotate(90deg);
}

.vx-btn-toggle-nav a {
	display: inline-flex;
	padding: .1875rem .5rem;
	margin-top: .125rem;
	margin-left: 1.25rem;
	text-decoration: none;
}
.vx-btn-toggle-nav a:hover,
.vx-btn-toggle-nav a:focus {
	background-color: #d2f4ea;
}

.vx-accordion-button:not(.collapsed) {
	color: #0c63e4;
	background-color: #e7f1ff;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.vx-accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d0d0d0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(180deg);
}
.vx-accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.vx-accordion-button::after {
		transition: none;
	}
}
.vx-accordion-button:hover {
	z-index: 2;
}
.vx-accordion-button:focus {
	z-index: 3;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.vx-accordion-header {
	margin-bottom: 0;
}

.vx-accordion-item {
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.vx-accordion-item:first-of-type {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.vx-accordion-item:first-of-type .vx-accordion-button {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.vx-accordion-item:last-of-type {
	margin-bottom: 0;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.vx-accordion-item:last-of-type .vx-accordion-button.collapsed {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}
.vx-accordion-item:last-of-type .vx-accordion-collapse {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.vx-accordion-body {
	padding: 1rem 1.25rem;
}

.vx-accordion-flush .vx-accordion-collapse {
border-width: 0;
}
.vx-accordion-flush .vx-accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}
.vx-accordion-flush .vx-accordion-item:first-child {
	border-top: 0;
}
.vx-accordion-flush .vx-accordion-item:last-child {
	border-bottom: 0;
}
.vx-accordion-flush .vx-accordion-item .vx-accordion-button {
	border-radius: 0;
}