body {
    font-family: 'Poppins' !important;
    background-color: #11191f;
}
.card-tools {
    margin-bottom: 0px !important;
    padding: 0px !important;
}
.card {
    margin-bottom: 20px;
    border: 1px solid #374151;
    border-radius: 8px;
    padding: 20px;
    background-color: #1f2937;
}
.card-body {
  display: flex;
  flex-direction: column;
}
.bottom-footer {
    margin-top: auto !important;
}
.text{
    margin: 8px 0 0;
    font-size: 12px;
    color: #e5e7eb;
    line-height: 1.6;
}
.card-link:hover {
    border-color: #d86f80;
}

input, textarea, select {
    background-color: #1a232a !important;
    border-color: #6b7280 !important;
    color: #FFF !important
}
.text-muted, .help-text {
    color: #e5e7eb !important;
}
.fa {
    color: #e5e7eb !important;
}
.text-app-description{ 
    color: #e5e7eb;
}
.fade-text {
    color: #e5e7eb !important;
}
.niche-url {
    color: #e5e7eb;
    font-size: 14px;
    margin-left: 20px;
}
.border {
    padding:20px; 
    background-color: #1f2937;
    min-height: 200px;
    position: relative;
    border: 1px solid #374151 !important;
}
.company-address {
    font-size: 12px;
    color: #e5e7eb;
}
table {
    color: #e5e7eb !important;
}
.bg-dark{
	background-color: #1f2937 !important;
	height: 68px !important;
    border-bottom: 1px solid #374151;
}
.nav-link{
	color: #e5e7eb !important;
}
.dropdown-menu {
    background: #1f2937;
    border: 1px solid #374151;
}
.dropdown-item {
    color: #e5e7eb !important;
}
.dropdown-item:hover, .dropdown-item:focus {
    background-color: #11191f !important;
}

.accordion-button {
    background-color: #11191f !important;
    color: #e5e7eb !important
}
.accordion {
    --bs-accordion-bg: #374151 !important;
    --bs-accordion-color: #e5e7eb !important;
    --bs-accordion-border-color: 1px solid #374151 !important;
}
.modal-body{
    background-color: #1f2937;
    border-color: #374151;
    color: #e5e7eb;
    font-size: 14px;
}
.modal-header {
    border-bottom: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    background-color: #11191f !important;
    color: #e5e7eb;
    font-size: 16px;
}
.bootstrap-tagsinput {
    color: #212529 !important;
    background-color: #1a232a !important;
    border: 1px solid #6b7280 !important;
    height: auto !important;
}
.bootstrap-tagsinput .tag {
    margin-bottom: 10px !important;
    display: inline-table;
}