.landing-image {
    width:150%;
}

.logo {
    width: 70%;
}


.dropdown-menu-other{
    background-color: #9143f7;
    /* opacity: 0.7; */
    /* background-image: url('../../assets/img/hero/hero-bg.svg');
    background-repeat: no-repeat; */

}
.dropdown-item:focus, .dropdown-item:hover{
    background: none;
}


.text-primary-color{
	color: #5B657E;
}
.btn-toggle{
	background: white;
	border: 2px solid #9143f7;
	color: #9143f7;
}
.btn-toggle.active{
	background: #9143f7;
	border: 2px solid #9143f7;
	color: white;
}
.btn-toggle:hover{
	background: #9143f7;
	border: 2px solid #9143f7;
	color: white;
}

/* Calculators */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    background: #9143f7 !important;
    border-color: #9143f7;
    border-radius:50%;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
    border:none;
    border-color: #9143f7;
    outline: none;
}
.ui-slider-horizontal{
    height: .3em;
    background:#cccccc;
}
.ui-slider-horizontal .ui-slider-handle{
    top: -.35em;
    width: 1em;
    height: 1em;
}

.calculator_slider{
    border: none !important;
}
.primary-border{
    border: 1.5px solid #9143f7;
    border-radius: .25rem;
    padding:2px 10px;
}
.input-group span, .input-group input{
    background-color: #e9dafd !important;
    border-radius: .25rem;
    padding-right: 10px;
    color: #9143f7;
    font-weight: bold;
}
.dropdown-divider {
    border-top: 1px solid #c5c7c9; /* Example: 2px thick, red color */
}