.mr-5 {
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.m-5 {
    margin: 5px;
}


.mr-10 {
    margin-right: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.m-10 {
    margin: 10px;
}


.mr-15 {
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.m-15 {
    margin: 15px;
}


.mr-20 {
    margin-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.m-20 {
    margin: 20px;
}


.pr-20 {
    padding-right: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.p-20 {
    padding: 20px;
}


.pr-15 {
    padding-right: 15px;
}

.pl-15 {
    padding-left: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.p-15 {
    padding: 15px;
}


.pr-10 {
    padding-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.p-10 {
    padding: 10px;
}


.pr-5 {
    padding-right: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.p-5 {
    padding: 5px;
}



.custom-active {
    background-color: #09833f;
    color: #fff !important;
}

#accordion .panel-body .custom-active a i {
    color: #fff !important;
}

.custom-active a .menu-name {
    color: white !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {

    color: #fff;
    background-color: #492068;

}


.bg-green-primary {
    color: #fff;
    background-color: #09833f;
    border-color: #09833f;
}

.ribborn-moderate {
    background: #fe9700 none repeat scroll 0 0 !important;
}

.ribborn-inactive {
    background: #ed1c24 none repeat scroll 0 0 !important;
}

.custom-button {
    border-left: 1px solid #e5e5e5;
    border-top: none;
    background: none;
    border-bottom: none;
    border-right: none;
    display: block;
    font-size: 18px;
    height: inherit;
    line-height: 48px;
    text-align: center;
    width: 48px;
}

.bg-purple-primary {
    color: #fff;
    background-color: #492068;
    border-color: #492068;
}

.lh-20 {
    line-height: 28px !important;
}


.btn:hover, .btn:focus, .btn.focus {
    color: #fff !important;
}

.btn.btn-default:hover, .btn.btn-default:focus {
    color: #2f2f2f !important;
}


@media (min-width: 1200px) {
    .container {
        width: 1400px !important;
    }
}

.post-ad-form.postdetails {
    margin-top: 10px;
}

.blog-sidebar {
    margin-top: 10px;
}

.header-page .heading-panel h1 {
    text-transform: uppercase;
}


.ad-meta .btn:hover, .btn:focus, .btn.focus {
    color: #492068;
}


.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-top: 10px;
}

.text-primary {
    color: #492068;
}


.green {
    color: #09833f !important;
}

.purple {
    color: #492068 !important;
}

.text-secundary {
    color: #09833f;
}

.ui-datepicker .ui-datepicker-title {
    color: gray;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    color: gray !important;
}

@media (max-width: 767px) {
    .featured-slider-single, .featured-slider {
        overflow: hidden;
    }

    .search-result-item .image-link {
        padding-left: 20% !important;
    }

    .mobile-margin-top {
        margin-top: -100px;
    }

    .short-history li {
        padding-left: unset;
    }

}


.btn-outline.btn-danger {
    color: #d43f3a;
}


.btn-purple {
    background-color: #492068;
    color: white;
}

.bg-purple-primary:hover {
    background-color: #492068;
    border-color: #492068;
    color: white;
}

.btn-purple:hover {
    background-color: #09833f;
    border-color: #076933;
    color: white;
}

.btn-purple:focus {
    background-color: #09833f;
    border-color: #076933;
    color: white;
}

#single-add-car .send-ad-view-message {
    background-color: #09833f;
    border-color: #076933;
    color: white;
}

.modal-dialog.modal-chat {
    width: 20%;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
}

.chat-form {
    height: 150px;
}

.ad-listing {
    margin-bottom: 20px;
}



.color-red {
    color: red;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  
  footer {
    margin-top: auto;
  }