.track_search_bar .search {
    display: flex;
    align-items: center;
}
.track_search_bar .search input {
        border-radius: 30px 0 0 30px;
    border-color: #383636;
    color: #000;    border-right: 0;
}
.track_search_bar .search button {
    height: 39px;
    border: 0;
    background: linear-gradient(90deg, #5702f5 6%, #04d7f5 89%);
    color: #ffff;
    width: 20%;
}
.track_search_bar {
        width: 35%;
}
.logo {
        background: #fff;
    padding: 10px;
    border-radius: 5px;
    display: block;
    margin-top: 15px;
    line-height: 0;
}
.menu_heder a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 10px;
    background: white;
    border-radius: 5px;
}
#page-header-user-dropdown {
        background: linear-gradient(90deg, #5702f5 6%, #04d7f5 89%);
    color: #fff !important;
    border-left: 0;
}
#page-header-user-dropdown span {
    color:#fff;
}
#exampleModal .btn-primary{
    background: linear-gradient(90deg, #5702f5 6%, #04d7f5 89%);
    color: #ffff;
    border: 0;
    margin-top: 20px;
}
#exampleModal .btn-close {

}
.four_box_section p {
    color: #fff !important;
    font-size: 20px;
}
.four_box_section .counter-value {
        color: #fff;
    font-size: 32px;
    line-height: 0;
}
.four_box_section .avatar-title {
        background: #000 !important;
}
.four_box_section a {
    color: #ecebeb !important;
}
.four_box_section h4 {
    color:#fff;
}
.footer {
    color:#fff;
    background: linear-gradient(90deg, #5702f5 6%, #04d7f5 89%) !important;
}
.footer_details img {
        background: #fff;
    border-radius: 10px;
    width: 200px;
    margin-bottom: 15px;
}
.footer_details p {
    color:#fff;
}
.help_icon_box a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.navbar-header{
    background:white
}
.navbar-header .btn-topbar:hover {
    background:#fff;
}
.footer {
    margin-left: 69px;
}
.socail_icon_box a {
        display: block;
    text-align: center;
    margin-bottom: 12px;
}
.socail_icon_box a svg {
        fill: #fff;
}
.btn-success {
    background: linear-gradient(90deg, #5702f5 6%, #04d7f5 89%);
    border: 0;
}
