/*.topbar {
	background:#AA5188;
}*/
/*.nav-top{
	background: linear-gradient(to right, #3F1255, #AA5188);
}*/
/*.navbar {
	background: #AA5188 !important;
}*/
/*.footer{
	background: linear-gradient(to right, #3F1255, #AA5188);
	color: #fff;
}*/
.btn-primary:hover,
.btn-primary:focus {
	box-shadow: none;
}
/*.table thead tr th, .table thead tr td {
	background: #3F1255;
	color: #fff;
}*/
/*.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: relative;
	background: #924372;
}*/
.dropdown-item.active, .dropdown-item:active {
	background: #9e74d7 !important;
	border-radius: 30px;
}
.btn-border {
	background: transparent;
	border: 1.5px solid #401955;
	cursor: pointer;
	color: #000;
}
.btn-border:hover, .btn-border:focus{
	background: #401955;
	color: #fff;
}
.btn-small-square {
	background: rgb(38 90 143);
}
.form-check-input:checked {
	background-color: #3570ad;
	border-color: #3570ad;
}
.sticky-bottom .table tbody tr th {
	background: #7fb4de;
}
.swal2-styled.swal2-confirm{
	background:#3570ad !important;
}
a {
	color: #AA5188;
}
a:hover {
	color: #3570ad;
}

.printbtn {
    border: 1.5px solid #3570ad;
    color: #fff;
    background: #3570ad;
}
.dashboard-content h2 {
    color: #3570ad;
}

.dropdown-item {
	color: #fff!important;
}
