

h1 {
    color: var(--purple);
}

a,
a:hover{
    color: var(--purple);
}

.footer,
.footer a
{
    background-color: var(--purple);
    color: #fff;
}

.footer a:hover {
    color:  var(--purplelight) !important;
}


.footer h5 {
    color: #fff;
}


.widget-title {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e7ec;
    color: #9da9b9;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.widget {
    margin-bottom: 38px
}

.widget .form-group {
    margin-bottom: 0
}

.widget ul {
    margin-bottom: 12px
}

.widget .market-button:last-child {
    margin-bottom: 0
}

.widget .custom-control:last-child {
    margin-bottom: 0 !important
}

.widget-categories ul{
    margin: 0;
    padding: 0;
    list-style: none
}

.widget-categories ul>li{
    position: relative;
    margin-bottom: 8px;
    padding-left: 14px
}

.widget-categories ul>li:last-child{
    margin-bottom: 0
}

.widget-categories ul>li::before{
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 0;
    height: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: -webkit-transform .35s;
    transition: transform .35s;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    /*color: #9da9b9;*/
    color: var(--purple);
    content: ''
}

.widget-categories ul>li>a{
    display: inline-block;
    transition: color .3s;
    color: var(--purple);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none
}

.widget-categories ul>li>a:hover{
    color: var(--purplelight);
}

.widget-categories ul>li.active>a{
    color: var(--purplelight)
}

.widget-categories ul>li>span{
    margin-left: 4px;
    color: #9da9b9;
}

.widget-categories ul>li.has-children ul{
    border-left: 1px solid #dee5ea
}

.widget-categories ul>li.has-children ul li::before{
    top: 14px;
    width: 8px;
    height: 1px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 0;
    background-color: #dee5ea;
    color: transparent
}

.widget-categories ul>li.has-children ul li a{
    font-size: 12px
}

.widget-categories ul>li.has-children ul ul>li{
    margin-bottom: 0
}

.widget-categories ul>li.has-children>ul{
    max-height: 0;
    transition: max-height .6s;
    overflow: hidden
}

.widget-categories ul>li.has-children.expanded::before{
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.widget-categories ul>li.has-children.expanded>ul{
    max-height: 800px
}

.small {
    font-size: 14px !important;
}

.rounded-circle {
    border: 1px solid #d2d2d2;
}

.grad {
    background-image: linear-gradient(to bottom, red,cornflowerblue,greenyellow);
}

.menu>li.mm-actives {
    background-color: #f8f8f8;
    box-shadow: 4px 0 0 0 var(--purple) inset;
}

.metismenu>li.mm-actives .has-arrow {
    background-color: #f8f8f8;
    box-shadow: 4px 0 0 0 var(--purple) inset;
}

.alert ul {
    margin: 0;
    padding: 0;
    list-style: none;
}