/*<style class="generated-highlight">*/
    .bg-highlight {
        background-color: #525751 !important;
    }

    .bg-white {
       background-color: white!important;
    }
/*</style>*/


/*<style class="generated-styles">*/
    /*Generated using JS for lower CSS file Size, Easier Editing & Faster Loading*/
    
    .bg-dark1-dark i {
        color: #ffffff;
    }
    .bg-dark1-dark {
        background-color: #434a54 !important;
        color: #ffffff !important;
    }
    
    .bg-dark1-dark i {
        color: #ffffff;
    }
    .bottom-0 {
        margin-bottom: 0px !important;
    }
    .bottom-20 {
        margin-bottom: 20px !important;
    }
/*</style>*/

/*Shadows*/
.shadow-tiny{box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.04)!important;}

/*Page Titles*/
/*.round-small{border-radius:10px!important; overflow:hidden;}
.round-huge{border-radius:30px!important; overflow:hidden;}*/

.rounded-xl {
    border-radius: 50px!important;
}

/*Search*/
.search-box{
    line-height:45px;
    border:solid 1px rgba(0,0,0,0.08);
}
.search-box input{
    width:100%;
    background-color:transparent;
    padding-left:45px;
    line-height:45px;
    border: unset;
}
.search-box .fa-search{
    position:absolute;
    left:0px;
    line-height:45px;
    padding:0px 15px 0px 15px;
}

/*.search-color input{color:#FFF;}
.search-color input::placeholder{color:#FFF;}
.search-color i{color:#FFF!important; z-index:10;}*/

