
/* Text color + font-family */
.tenant-text-style {
    color: #171616 !important;
    font-family: 'Arial', sans-serif !important;
}

/* sidebar text color */
.tenant-blue-text {
    color: #635bff !important;
}

/* svg icon color */
.tenant-svg-icon svg * {
  stroke: #635bff !important;
}

/* Button Background color */
.tenant-btn-background {
    background-color: #622dfa !important;
    border: none !important;
}

/* Background color only */
.tenant-bg-style {
    background-color: #e9e9fb !important;
}

/* sidebar links hover background */
.tenant-hover-bg:hover {
    background-color: #e9e9fb !important;
}

/* sidebar links active background */
.tenant-hover-bg.active {
    background-color: #e9e9fb !important;
}

/* sidebar background */
.tenant-sidebar-bg {
    background-color: #e1e1f6 !important;
}

/* body inner background */
.tenant-innerbody-bg {
    background-color: #ffffff !important;
}
