html, body {
  background: #fff;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(191, 191, 191, 0.46) rgba(128, 128, 128, 0.1);
}

.brand-logo img {
  max-width: 250px;
  max-height: 24px;
}
.dashboard-image {
  height: 32px;
}

.page-wrapper {
  background: #fff;
}

.sidebar-brand {
  padding: 1.5rem 1.3rem;
  height: 65px;
  text-align: left;
  }
  
.sidebar-menu li.active > a {
  background-color: #000;
}  

.sidebar-menu li a {
  border-radius: 12px;
  padding: 12px 18px;
 
}

.btn-primary {
  border-color: #000;
  background-color: #000;
  border-radius: 8px;
  transition: all 0.4s ease 0s;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #000;
  border-color: #000;
  opacity: 0.7;
  transition: all 0.4s ease 0s;
}

.btn-danger {
 border-color: #f15045;
  background-color: #f15045;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  background-color: #f15045;
  border-color: #f15045;
  opacity: 0.7;
  transition: all 0.4s ease 0s;
}

.widget-icon {
  border-radius: 18px;
}

.bg-coral {
  background-color: #f15045;
}

.bg-danger {
  background-color: #000 !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: #000 !important;
}

.bg-info {
  background-color: #B6BCC3 !important;
}

.bg-success {
  background-color: #000 !important;
  color: #fff;
}

.bg-primary {
  background-color: #000 !important;
  color: #fff;
}

.bg-orange {
  background-color: #000 !important;
}

.shadow-lg {
  box-shadow: none !important;
}

.shadow {
  box-shadow: none !important;
}

.shadow-sm {
box-shadow: none !important;
}

.widget-details h1 {
  font-size: 1.8rem;
  font-weight: 700;
}

.sidebar-menu li ul li a {
  padding: 9px 18px;
}

.mobile-bottom-menu {
  box-shadow: none;
  bottom: -20px;
}

.mw100p {
  max-width: 45%;
}

.dstlinetextcopy{
font-size: 12px;
color: #0b1f35;
line-height: 18px;
text-align: left;
width:210px;
}

.dstlinetextcopy a{
font-size: 12px;
color: #0b1f35;
line-height: 18px;
text-align: left;
}

.dstlinetextcopy2{
font-size: 12px;
color: #0b1f35;
line-height: 18px;
text-align: left;
}

.dstlinetextcopy2 a{
font-size: 12px;
color: #0b1f35;
line-height: 18px;
text-align: left;
}

.floatleft {
    float:left; 
}

.dstlogo {
    margin-bottom: 15px;
    float:left; 
}

.dstlogo img {
  height: 60px;
}

.dstlogo2 {
 height: 100px;    
margin-left: 80px;
font-size: 13px;
line-height:20px; 
display: block; 
max-width: 100px;
}

.dstlogo2 a {
font-size: 14px;
text-decoration: underline;    
line-height:20px;     
display: block; 
max-width: 100px;
}

.dstfooter {
  background: #fff;
  font-size: 13px !important;
  padding:40px 50px 20px 50px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

@media (max-width:650px) {
	
.dstfooter {
    display: none;
} 
}

.dstfooter2 {
max-width: 1400px;
margin: 0 auto;
}

.dstfootertext{
clear: both; float: left; display: block; position: relative;
}

.signin-page{
  background-color: #EEF1F9;
  color: #4e5e6a;
}

.signup-page{
  background-color: #EEF1F9;
  color: #4e5e6a;
}