.topbar {
	background:rgb(184, 68, 102);
}
.nav-top{
	background: rgb(184, 68, 102);
}
.navbar {
	background: rgb(210, 108, 138) !important;
}
.footer{
	background: rgb(255, 187, 207) !important;
}
.btn-primary,
.btn-border{
	background:rgb(184, 68, 102);
}
.table thead tr th, .table thead tr td {
    background: rgb(255, 187, 207);
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    background: rgb(255, 187, 207);
}
.btn-primary:hover,
.btn-primary:focus {
    background: rgb(255, 187, 207);
}

.btn-border {
    background: transparent;
	border: 1.5px solid rgb(184, 68, 102);
    cursor: pointer;
    color: #b84466;
}
.btn-primary:hover,
.btn-primary:focus {
    background:rgb(184, 68, 102) !important;
    box-shadow: none;
}

.submit-section a:hover{
    color: #fff;
    background: rgb(184, 68, 102) !important;
    border-color: rgb(184, 68, 102) !important;
}

.btn-small-square {
    background: rgb(184, 68, 102);
}
.form-check-input:checked {
    background-color: #b84466;
    border-color: #b84466;
}

a {
    color: #b84466;
}

.sticky-bottom .table tbody tr th {
    background: rgb(255, 187, 207);
}
#login {
    background-color: #F9D1B7;
    background-image: linear-gradient(315deg, #F9D1B7 0%, #F894A4 74%);
    background-size: cover;
    background-attachment: fixed;
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
    color: #1e2125 ;
    background-color: #ffa6c0 !important;
}
.printbtn {
    border: 1.5px solid #b84466;
    color: #fff;
    background: #b84466;
}
.dashboard-content h2 {
    color: #b84466;
}