.tt-head-lh{
    line-height: 130%;
}

.btn{
    border-radius: 10px !important;
}


.tt-h-60px{
    height: 60px !important;
}

.tt-justify-between{
    justify-content: space-between;
}

.text-primary{
    color: #7525DA!important;
}

.btn-primary{
    background-color: #7525DA!important;
}

.tt-bg-primary{
    background-color: #7525DA !important;
}


.tt-bg-dark{
    background-color: #001F4C !important;
}


.tt-bg-light{
    background-color: #F5F3EC !important;
}


.tt-text-dark{
    color: #001F4C !important;
}

.tt-font-light{
    font-family: 'thesans-normal', serif;
}

.tt-font-bold{
    font-family: 'thesans-bold', serif;
}


.rtl{
    direction: rtl !important;
}

.circle{
    border-radius: 50% !important;
}


.tt-align-right{
    text-align: right;
}

.dropdown-menu-lg{
    width: 350px;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 32px 32px 0 rgb(14 14 41 / 4%), 0 16px 16px 0 rgb(14 14 41 / 4%), 0 8px 8px 0 rgb(14 14 41 / 4%), 0 4px 4px 0 rgb(14 14 41 / 4%), 0 2px 2px 0 rgb(14 14 41 / 4%), 0 0 1px 0 rgb(14 14 41 / 24%);


}
.pointer:hover{
    cursor: pointer;
}
.tt-menu-item{
    padding: 10px;
    border-radius: 10px;
    margin: 0;
}

.tt-text-muted{
    color: #777;
}
.dropdown-header{
    text-space: 0;
    font-size: 1rem;
}

.blog-search{
    border-radius: 0 8px 8px 0 !important;
    background: #fff !important;

}

.blog-search-icon{
    border-radius: 8px 0 0 8px !important;
    padding-left: 10px !important;
    background: #fff !important;
}

.newsletter-form{
    display: flex;
    flex-direction: row;
}

.list-checked{
    list-style-type: none !important;

    text-align: right !important;
}
.list-checked>li:before{
    content: "\e92b";
    font-family: Feather;
    right: 0;
    position: absolute;
    top: 0;
}

.collapse-toggle:after{
    margin-right: auto;
    margin-left: 0;
    color: #7525DA!important;
}
