﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&display=swap');

body {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 400;
    background-color: #fff !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', serif !important;
    font-weight: 700;
}

.item a {
    color: #000;
    text-decoration: none;
}

.bnw-toast {
    position: fixed;
    background: #000;
    margin: 4px;
    padding: 10px;
    color: #fff;
    border-radius: 2px;
}

.img-cricle {
    border-radius: 50%;
}

.iconfont, .iconfont option {
    font-family: icofont !important;
}

.product-icon {
    color: #fff;
    background: #e85524;
    font-size: 23px;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
}

.product-card {
    background-color: #fcb0b0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
    .product-card img {
        width: 150px;
        height: 150px;
    }

    .product-card .card-body {
        background: #fcf5dc;
        color: #000;
    }

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #e95625 !important;
    border: 1px solid #d63600;
    box-shadow: 0px 0px 1px #952b08;
    text-shadow: 0px 0px 1px #000;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background-color: #e8420b;
        border: 1px solid #d63600;
        box-shadow: 0px 0px 4px #952b08;
    }

.icon-span {
   
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    text-shadow: 0px 1px 1px #000;
    font-size: 23px;
    text-align: center;
    padding-top: 5px;
    margin-bottom:10px;
}
    .icon-span img {
        width: 56px;
        display: block;
        margin-left: -10px;
    }
    .begin-heading {
        border-bottom: 1px solid #ffde59;
        padding-bottom: 10px;
        padding-top: 15px;
    }

.category-card {
    border: none;
    background-color: transparent;
    margin-top: 22px;
    width: 24%;
    display: inline-block;
    margin-bottom: 12px;
}

.begin-heading-2 {
    color: #e95625;
    padding-top: 15px;
    padding-bottom: 15px;
}

.category-card a {
    text-decoration: navajowhite;
    color: #000;
}

#map {
    position: relative;
    height: 100%;
    min-height: 500px !important;
}

.mapboxgl-popup {
    max-width: 400px;
}

.btn-map {
    font-size: 12px;
    padding: 1px 12px;
    margin-top: 8px;
}

.mapboxgl-popup-content {
    background: #fcf5dc;
    border-radius: 3px;
    box-shadow: 0 0px 29px rgba(0,0,0,.7);
    padding: 10px 10px 15px;
    pointer-events: auto;
    position: relative;
}

.logo {
    margin-right: 20px;
}

.beginhere-header {
    background: #fcf5dc;
    border-color: #f1b76b !important;
}

.bg-bgh {
    background: #e95625;
}

.color-wh {
    color: #fff;
}

.avatar {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #e95625;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    padding-top: 2px;
}

.table-striped {
    border: 1px solid #f7f7f7;
    margin-bottom: 0;
    --bs-table-striped-bg: none;
}

    .table-striped thead {
        background: #f7f7f7;
        color: #000;
        font-weight: 700;
        border-bottom: 1px solid #ccc;
    }

    .table-striped tbody tr {
        background: #fff;
    }

.begin-page-nav .page-link {
    background: #e95625;
    color: #fff;
}

.img-round {
    border-radius: 50%;
}

.bottom-icons a {
    color: #999;
    text-decoration: none;
}

.bottom-icons {
    margin-top: 10px
}

.alert {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.alert-info {
    color: #4299e1 !important;
    border-left: 6px solid #4299e1 !important;
    background: rgba(235,248,255, 0.9);
}

    .alert-info a {
    }

.alert-success {
    border-left: 6px solid #2f855a !important;
    background: rgba(240,255,244, 0.9);
    color: #2f855a !important;
}

    .alert-success a {
        color: #2f855a !important;
    }

.alert-danger {
    color: #c53030 !important;
    border-left: 6px solid #c53030 !important;
    background-color: rgba(255,245,245, 0.9)
}

    .alert-danger a {
        color: #c53030 !important;
    }

.alert-warning {
    border-left: 6px solid #eab008;
    background: #fdf4d7;
    color: #97740e !important;
}

    .alert-warning a {
        color: #97740e !important;
    }

.account-header {
    padding: 1rem;
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.account-card {
    overflow: hidden;
    box-shadow: 0px 0px 1px #999;
}

.message {
    background: #f7f7f7;
    display: block;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 14px;
}

    .message small {
        color: #999 !important;
        font-size: 11px;
    }

.just-link {
    color: #000;
    text-decoration: none;
}

    .just-link:hover {
        color: #999;
        text-decoration: none;
    }
.message-not {
    font-size: 16px;
    margin: 0px 8px;
    text-decoration: none;
}
.not-seen {
    border: 1px solid #e95524;
    background: #fcf5dc !important;
}
.font-bold {
    font-weight:700
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.carousel-control-prev, .carousel-control-next {
    width: auto;
}
.white-btn {
    background-color:#fff;
    border:0;
}
.serach {
    width: 70%
}
@media only screen and (max-width: 768px) {

    .category-card {
        width: 49%;
    }
    .serach {
        width: 100%
    }
    .nav-link {
        font-size: 15px !important;
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
}

#marker {
    background-color: #e95625;
    background-size: cover;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    border: 5px solid rgba(0,0,0,0.5);
}
.dashbox {
    background-color: #ffafaf;
    border: 0;
    box-shadow: 0px 45px 4px rgba(255,255,255,0.2) inset;
    height: 110px;
    overflow: hidden;
}
.no-acl {
    color: inherit;
    text-decoration: none;
}






