:root {
	--primCol: #BB151B;
	--primCol-RGB: 236, 26,33;
	--secCol: #BB151B;
	--secCol-RGB: 121, 98, 84;
	--lpCol: #BB151B;
	--dpCol: #BB151B;
	--bs-body-font-size: 1.25rem;
}
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

body {
	font-family: "Source Sans 3", sans-serif;
	font-weight: 400;
	font-feature-settings: "lnum" 1;
	position: relative;
	color: var(--primCol);
	background-size: cover;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: unset;
}

a,
p,
span,
button {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-feature-settings: "lnum" 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Source Sans 3", sans-serif;*/
  font-weight: 700;
  margin: 0;
}

hr {
  margin: 0;
}

button,
.btn {
  text-transform: capitalize;
}

.text-justify {
  text-align: justify;
}

.bg-red {
  background: var(--red);
}

.bg-lgreen {
  background: var(--light-green);
}

.bg-green {
  background: var(--green);
}

.bg-dark {
  background: var(--dark);
}

/***** preloader *****/

lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
	box-sizing: border-box;
}

.lds-spinner {
	color: #2f4356;
	display: inline-block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

	.lds-spinner div {
		transform-origin: 40px 40px;
		animation: lds-spinner 1.2s linear infinite;
	}

		.lds-spinner div:after {
			content: " ";
			display: block;
			position: absolute;
			top: 3.2px;
			left: 36.8px;
			width: 6.4px;
			height: 17.6px;
			border-radius: 20%;
			background: currentColor;
		}

		.lds-spinner div:nth-child(1) {
			transform: rotate(0deg);
			animation-delay: -1.1s;
		}

		.lds-spinner div:nth-child(2) {
			transform: rotate(30deg);
			animation-delay: -1s;
		}

		.lds-spinner div:nth-child(3) {
			transform: rotate(60deg);
			animation-delay: -0.9s;
		}

		.lds-spinner div:nth-child(4) {
			transform: rotate(90deg);
			animation-delay: -0.8s;
		}

		.lds-spinner div:nth-child(5) {
			transform: rotate(120deg);
			animation-delay: -0.7s;
		}

		.lds-spinner div:nth-child(6) {
			transform: rotate(150deg);
			animation-delay: -0.6s;
		}

		.lds-spinner div:nth-child(7) {
			transform: rotate(180deg);
			animation-delay: -0.5s;
		}

		.lds-spinner div:nth-child(8) {
			transform: rotate(210deg);
			animation-delay: -0.4s;
		}

		.lds-spinner div:nth-child(9) {
			transform: rotate(240deg);
			animation-delay: -0.3s;
		}

		.lds-spinner div:nth-child(10) {
			transform: rotate(270deg);
			animation-delay: -0.2s;
		}

		.lds-spinner div:nth-child(11) {
			transform: rotate(300deg);
			animation-delay: -0.1s;
		}

		.lds-spinner div:nth-child(12) {
			transform: rotate(330deg);
			animation-delay: 0s;
		}

@keyframes lds-spinner {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
/***** End preloader *****/

/*=====================================
=            universal css            =
=====================================*/
* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-feature-settings: "lnum" 1;
  font-weight: 400;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.pt15 {
  padding-top: 15px;
}

.pt30 {
  padding-top: 30px;
}

.pt60 {
  padding-top: 60px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb60 {
  padding-bottom: 60px;
}

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.mtb15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.svg-ico {
  display: inline-block;
  fill: #ffffff;
}

.sec-title {
  text-transform: uppercase;
  text-align: center;
  color: var(--primCol);
  display: inline-block;
  mix-blend-mode: multiply;
}

.sec-title::after {
  content: "";
  border-bottom: 3px solid var(--primCol);
  width: 50%;
  display: block;
  margin: 0 auto;
  transition: 0.3s all;
}

.sec-desc {
  text-align: justify;
  text-align-last: center;
  font-family: var(--para);
}

section:hover .sec-title::after {
  width: 75%;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--primCol);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(255, 255, 255);
  background: var(--primCol);
}

#dashboard #dm,
#home #hm,
#buySell #bso,
#fundDepot #fd,
#fundWith #fw,
#ipoMan #im,
#ledger #led,
#portfolio #port,
#taxCer #tc,
#profileUpdate #pu,
#news #nw {
  color: rgb(255, 255, 255);
  background: var(--primCol);
}
#dashboard #dm .icon,
#home #hm .icon,
#buySell #bso .icon,
#fundDepot #fd .icon,
#fundWith #fw .icon,
#ipoMan #im .icon,
#ledger #led .icon,
#portfolio #port .icon,
#taxCer #tc .icon,
#profileUpdate #pu .icon,
#news #nw .icon {
  filter: brightness(0) invert(1);
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: var(--primCol);
  color: #fff;
  font-weight: bold;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  border: 1px solid #1F438D;
  background: #73A1FF;
  color: #173268;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  border: 1px solid #0E224A;
  background: var(--primCol);
  font-weight: bold;
  color: #fff;
}

.glass {
	--bs-bg-opacity: 1;
	box-shadow: rgb(0 0 0 / 15%) 0px 0px 3px 1px;
}

/*=====  End of universal css  ======*/
/*============================================
=            portal header            =
============================================*/
/* ------------------ public ------------------ */
.overflow-hidden {
  overflow: hidden;
}

.logo {
  max-width: 100%;
  height: 50px;
}

.header-public {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-inline: 1rem;
}
.header-public .contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.header-public .contact-info .info-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  gap: 0.5rem;
}
.header-public .contact-info .info-block .icon {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid var(--primCol);
  font-size: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: var(--primCol);
}
	.header-public .contact-info .info-block .text, .roboto-font {
		font-family: "Source Sans 3", sans-serif;
	}
.header-public .navbar-brand {
  margin-right: unset;
  padding: unset;
}
.header-public .navbar-brand img {
  width: 100%;
  height: 50px;
}
.header-public .apps {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 1rem;
  margin-left: 1rem;
}
.header-public .apps a img {
  width: 100%;
  height: 45px;
}
.header-public .apps a:hover {
  transform: scale(1.1);
}

/* ------------------ private ----------------- */
.logo-mobile {
  /*background: var(--lpCol);*/
  background: var(--bs-white);
  border-bottom: 1px solid color-mix(in srgb, var(--primCol) 25%, transparent);
  padding-block: 0.5rem;
  padding-inline: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.logo-mobile svg {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: var(--lpCol);
	padding: 0.5rem 1rem;
	/*margin-left: 60px;*/
	margin-left: 250px;
	transition: left 0.3s ease;
}
.header .logo {
  display: none !important;
}
.header .logo svg {
  width: auto;
  height: 45px;
}
.header .logo-mobile svg {
  width: 150px;
  height: auto;
}
.header .page-name {
  font-weight: 700;
  color: var(--primCol);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.header .page-name svg {
  width: auto;
  height: 20px;
}
.header .page-name svg * {
  fill:var(--primCol) !important;
}
.header .page-name label {
  font-size: 1.125rem;
  line-height: 0;
}
.header .user-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.header .user-name .drop-btn::after {
  content: "";
  width: 100%;
  height: 3px;
  background: transparent;
  display: block;
  position: absolute;
}

.sidebar {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background: var(--lpCol);
	overflow-x: clip;
	/*box-shadow: 2.5px 0px 5px color-mix(in srgb, var(--primCol) 50%, transparent);*/
	box-shadow: 2.5px 0px 5px rgb(0 0 0 / 15%);
	/*width: 60px;*/
	width: 250px;
	transition: 0.3s;
	height: 100vh;
	z-index: 1021;
	overflow-y: auto;
}
.sidebar::-webkit-scrollbar {
  width: 5px;
}
.sidebar::-webkit-scrollbar-track {
  background: var(--lpCol);
}
.sidebar::-webkit-scrollbar-thumb {
  opacity: 0.5;
  background: var(--primCol);
  border-left: 3px var(--lpCol) solid;
  background-clip: padding-box;
}
.sidebar .logo-wrapper {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid color-mix(in srgb, var(--primCol) 25%, transparent);
  margin-left: -1rem;
  margin-right: -1rem;
}
.sidebar .logo-wrapper svg {
  width: auto;
  height: 50px;
}
.sidebar .logo-wrapper svg #logo_text {
  display: none;
}
.sidebar .menu-wrapper {
  display: flex;
  flex-direction: column;
}
.sidebar .menu-wrapper .menu {
  display: flex;
  flex-direction: row;
  /*justify-content: center;*/
  align-items: center;
  border-bottom: 1px solid color-mix(in srgb, var(--primCol) 25%, transparent);
  padding: 0.75rem 1rem;
  gap: 1rem;
}
.sidebar .menu-wrapper .menu .icon svg {
  width: auto;
  height: 24px;
}
.sidebar .menu-wrapper .menu .icon svg * {
	fill: var(--primCol) !important;
}
.sidebar .menu-wrapper .menu .text {
	color: var(--primCol);
	font-size: 18px;
	/*display: none;*/
	line-height: 1;
	font-family: "Source Sans 3", sans-serif;
}
.sidebar .menu-wrapper .menu:hover {
  background: var(--primCol);
  transition: 0.3s;
}
.sidebar .menu-wrapper .menu:hover .icon svg * {
  fill:  var(--lpCol) !important;
}
.sidebar .menu-wrapper .menu:hover .text {
  color: var(--lpCol);
}
/*.sidebar:hover {
  width: auto;
  overflow-y: scroll;
}
.sidebar:hover .logo-wrapper svg #logo_text {
  display: block;
}
.sidebar:hover .menu-wrapper .menu {
  justify-content: start;
}
.sidebar:hover .menu-wrapper .menu .text {
  display: block;
}*/
.sidebartogglebtnwrap {
	position: fixed;
	top: 10px;
	left: 220px;
	z-index: 9999;
	transition: left 0.3s ease;
}
.slidebartoggle-btn {
	background: var(--primCol);
	border: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	cursor: pointer;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slidebartoggle-btn i {
	font-size: 14px;
	transform: rotate(0deg);
}
.sidebar.collapsed + .sidebartogglebtnwrap {
	left: 0px;
}
.sidebar.collapsed + .sidebartogglebtnwrap i {
	transform: rotate(180deg);
}
.sidebar.collapsed {
	width: 0px;
}
.sidebar.collapsed .sidebartogglebtnwrap {
	left: 0px;
}
.main-content.collapsed {
	margin-left: 0px;	
}
.header.collapsed {
	margin-left: 0px;
	padding: 0.5rem 1rem 0.5rem 2.5rem;	
}
.main-content {
	/*margin-left: 60px;*/
	margin-left: 250px;
	transition: left 0.3s ease;
}

/*=====  End of portal header  ======*/
.navbar-nav {
  font-size: 15px;
}

/*.table-data:nth-child(odd){
	background: #B0CAFF;
}

.table-data:nth-child(even){
	background: #A1B9E9;
}*/
.circle-info {
  height: 16px;
  fill: var(--primCol);
  margin-right: 10px;
  margin-top: -17px;
}

.investor-code-selection {
	background: #ffffff;
	padding: 15px;
	/*border: 1px solid lightgray;*/
	font-family: "Source Sans 3", sans-serif;
}

	.investor-code-selection div {
		display: flex;
		align-items: center;
		font-family: "Source Sans 3", sans-serif;
	}

	.investor-code-selection p {
		color: var(--primCol);
		font-family: "Source Sans 3", sans-serif;
	}

.my-account {
  border: 1px solid var(--primCol);
  font-weight: bold;
}

.navbar-light .navbar-nav .my-account .nav-link {
  color: var(--primCol);
}

.navbar-light .navbar-nav .my-account .nav-link:hover {
  color: #ffffff;
}

html {
  overflow: auto;
  height: 100%;
}

.allignment {
  text-align: right;
}

.mobile-sidebar {
  position: absolute;
  top: 0;
  left: -100%;
  background: #FFFFFF;
  padding: 0px !important;
  transition: left 0.3s ease;
  width: 100%;
  align-items: unset;
  align-content: flex-start;
  height: calc(100vh - 56px);
  overflow-y: auto;
}

.mobile-sidebar.active {
  left: 0;
}

.mobile-nav {
  display: flex;
  background: #F8F9FA;
  border-top: 1px solid #dddddd;
  position: fixed;
  padding: 10px 40px;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  color: var(--primCol);
  text-transform: capitalize;
  z-index: 1;
}
.mobile-nav .owl-carousel {
  justify-content: center;
}
.mobile-nav .owl-carousel.owl-loaded {
  display: flex;
  align-items: center;
}
.mobile-nav .owl-carousel.owl-loaded .owl-nav {
  position: absolute;
  width: calc(100% + 80px);
  display: flex;
  justify-content: space-between;
  background: transparent;
  left: -40px;
  font-size: 24px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: -1;
}
.mobile-nav .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.mobile-nav .menu i {
  font-size: 25px;
}
.mobile-nav .menu img,
.mobile-nav .menu svg {
  width: unset;
  height: 25px;
  fill: var(--primCol);
}
.mobile-nav .menu:hover {
  text-decoration: none;
}

.mobile-nav2 {
  display: flex;
  background: #F8F9FA;
  border-top: 1px solid #dddddd;
  position: fixed;
  padding: 10px 7.5px;
  overflow-x: scroll;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  color: var(--primCol);
  text-transform: capitalize;
  z-index: 1022;
  /* width */
  /* Track */
  /* Handle */
}
.mobile-nav2::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  cursor: pointer;
}
.mobile-nav2::-webkit-scrollbar-track {
  background: #ECF2FF;
}
.mobile-nav2::-webkit-scrollbar-thumb {
  border-radius: 0px;
  opacity: 0.5;
  background: var(--primCol);
}
.mobile-nav2 .owl-carousel {
  justify-content: center;
}
.mobile-nav2 .owl-carousel.owl-loaded {
  display: flex;
  align-items: center;
}
.mobile-nav2 .owl-carousel.owl-loaded .owl-nav {
  position: absolute;
  width: calc(100% + 80px);
  display: flex;
  justify-content: space-between;
  background: transparent;
  left: -40px;
  font-size: 24px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: -1;
}
.mobile-nav2 .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}
.mobile-nav2 .menu i {
  font-size: 25px;
}
.mobile-nav2 .menu img,
.mobile-nav2 .menu svg {
  width: unset;
  height: 25px;
}
.mobile-nav2 .menu img *,
.mobile-nav2 .menu svg * {
  fill: var(--primCol) !important;
}
.mobile-nav2 .menu:hover {
  text-decoration: none;
}

.mobile-sidebar .navbar-nav .nav-item:not(:last-child) {
  margin-bottom: 10px;
}

.mobile-sidebar .navbar-nav .nav-item {
  background: #ffffff;
}

.moreLabel {
  font-weight: bold;
  font-size: 16px;
  color: var(--primCol);
  font-family: var(--head);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-sidebar .navbar-nav .nav-link {
  color: var(--primCol);
  font-weight: bold;
}

.mobile-sidebar .navbar-nav .nav-link span {
  vertical-align: middle;
}

.table-data.total {
  color: var(--primCol);
  font-weight: bold;
}

.btn-back {
  color: var(--primCol);
  font-size: 20px;
}

.navbar-brand {
  line-height: 0;
}

/*==================================
=            pre loader            =
==================================*/
.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgb(255, 255, 255);
}

.pre-loader img {
  position: absolute;
  width: 128px;
  top: calc(50% - 64px);
  left: calc(50% - 64px);
}

.mobile-sidebar .icon {
  height: 14px;
}

.mobile-sidebar i,
.mobile-sidebar .icon {
  vertical-align: middle;
}

.table-header span {
  justify-content: center;
  text-align: center;
}

.navbar-light.bottom-nav .navbar-nav .nav-link,
.navbar-light.top-nav .navbar-nav .nav-link {
  color: var(--primCol);
  font-weight: bold;
}

.navbar-light.bottom-nav .navbar-nav .nav-link:hover,
.navbar-light.top-nav .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #FFFFFF;
}

/* -------------------------------------------- */
/*               responsive table               */
/* -------------------------------------------- */
.table > :not(caption) > * > * {
  padding: unset;
  background-color: unset;
  border-bottom-width: unset;
  box-shadow: unset;
}

.table > :not(:first-child) {
  border-top: unset;
}

.table {
  margin-bottom: 0;
  background: var(--lpCol);
  border-radius: 0.5rem;
  border: 1px solid color-mix(in srgb, var(--primCol) 50%, #fff);
  overflow: hidden;
}
.table .thead:after, .table .tbody:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background-color: rgba(45, 30, 23, 0.5);
}
.table .thead .tr, .table .tbody .tr {
  display: flex;
  flex-direction: row;
  align-items: strech;
}
.table .thead .tr .th, .table .tbody .tr .th, .table .tbody .tr .td {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
  color: var(--primCol);
  text-transform: capitalize;
  font-size: 0.875rem;
  padding: 8px 16px;
  font-family: "Source Sans 3", sans-serif;
}
.table .thead .tr .th:not(:last-child), .table .tbody .tr .th:not(:last-child), .table .tbody .tr .td:not(:last-child) {
  border-right: 0.5px solid color-mix(in srgb, var(--primCol) 50%, #fff);
}
.table .tbody:after {
  display: none;
}
.table .tbody .tr:not(:last-child) {
  border-bottom: 1px solid rgba(45, 30, 23, 0.25);
  background-color:#ffffff;
}
.table .tbody .tr.hoverable:hover {
  background: rgba(45, 30, 23, 0.15);
  cursor: pointer;
}
.table .tbody .tr .td {
  color: var(--dpCol);
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  padding: 4px 16px;
}
.table .tbody .tr .td span {
  font-family: "Source Sans 3", sans-serif;
}
.table .thead .tr .th,
.table .thead .tr .td,
.table .tbody .tr .th,
.table .tbody .tr .td {
  flex-basis: 100%;
}

.custom-file-button {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid color-mix(in srgb, var(--primCol) 25%, #fff);
  border-radius: 8px;
  overflow: hidden;
  padding: 4px 12px;
}
.custom-file-button label {
	border: unset;
	background: unset;
	/*transform: scale(0.85) translate(-33px, 0);*/
	padding: unset;
	color: rgba(var(--bs-body-color-rgb), 0.65);
	text-align: left;
	font-size: 80%;
	line-height: 2;
}
.custom-file-button input {
  border: unset;
  padding: unset;
  height: unset;
  margin-top: -5px;
}
.custom-file-button input:hover, .custom-file-button input:focus, .custom-file-button input:active {
  box-shadow: unset;
}

.custom-file-button input[type=file] {
  width: 100%;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}

.custom-file-button input[type=file]::file-selector-button {
  display: none;
}

.custom-file-button:hover label {
  cursor: pointer;
}

/* -------------------------------------------- */
/*               container border               */
/* -------------------------------------------- */
.bor-div {
  /*border: 30px solid transparent;*/
  border: 6px solid transparent;
  border-image-width: 80px;
  width: calc(100% - 32px);
  margin: 0 auto;
}

/* -------------------------------------------- */
/*                  font family                 */
/* -------------------------------------------- */
.head-ff {
  font-family: "Source Sans 3", sans-serif;
}

.para-ff {
  font-family: "Source Sans 3", sans-serif;
}

.rob-ff {
  font-family: "Source Sans 3", sans-serif;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(4.1rem + var(--bs-border-width) * 2);
  min-height: calc(3.5rem + var(--bs-border-width) * 2);
  line-height: 2.35;
}
.ui-datepicker{
	z-index: 1056 !important;
}
.form-control, .ui-datepicker, .ui-datepicker th, .ui-datepicker td, .ui-datepicker span, .ui-datepicker a {
	font-family: "Source Sans 3", sans-serif;
}
.sweet-alert p {
	font-family: "Source Sans 3", sans-serif;
	font-size: 20px;
}
.sweet-alert h2 {
	/*font-family: "Source Sans 3", sans-serif;*/
	font-size: 36px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
	border-color: #A5DC86;
}

.sidebar .menu-wrapper .menu.active {
	background: var(--primCol);
	transition: 0.3s;
}

.sidebar .menu-wrapper .menu.active .text
	{
		color: var(--lpCol);
	}
.sidebar .menu-wrapper .menu.active .icon svg * {
	fill: var(--lpCol) !important;
}