body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
}

label {
    font-family: 'Roboto', sans-serif;
}

input {
    font-family: 'Roboto', sans-serif;
}

select.form-control {
    width: 100% !important;
    color: #000 !important;
    font-size: 14px !important;
}

.a-tag {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.a-tag:hover {
    text-decoration: none;
    color: var(--cs-primary-color);
}

.status-menu {
    padding: 10px;
}


.min-vh-100 {
    min-height: 90vh;
}

select.form-control {
    display: inline;
    width: 200px;
    float: right;
}

.btn-ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.btn-ul li {
    padding: 0px 10px;
}

section {
    margin: 0px 0px 60px 0px;
    padding: 0px 20px 20px 20px;
}

.liBtn {
    font-size: 14px;
    border: none;
}

.successFn {
    display: block;
    padding: 15px 15px;
}

.successFn p {
    margin-bottom: 0px !important;
    font-size: 16px;
}

.successFn a {
    float: right;
}

.successFn i {
    font-size: 20px;
}

body {
    font-size: 0.875rem;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

footer {
    position: fixed;
    bottom: 0%;
    width: 100%;
    padding: 15px;
    background: antiquewhite;
}

footer p {
    margin-bottom: 0px !important;
}

.p-25 {
    padding: 0px 35px;
}

.navbar {
    padding: 0 2%;
    height: 55px;
    border-bottom: 1px solid #c8ced3;
    background-color: #fff;
    margin-bottom: 25px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 25px;
    padding-left: 25px;
}

.sideNav {
    margin-bottom: 0px;
    margin-left: 0px;
    list-style: none;
    padding-left: 0px;
}

.sideNav .nav-link {
    color: #000;
}

.sideNav .dropdown-menu {
    padding: 0px;
    right: 0px !important;
    left: inherit;
}

.sideNav .nav-link img {
    margin-right: 8px;
}

.dropdown-header {
    padding: 10px 0px;
    font-size: 13px;
    background: #eee;
}

.header-divider {
    margin: 0px;
}

.sideNav .dropdown-item {
    font-size: 14px;
    padding: 10px 10px;
}

.dropdown-divider {
    margin: 0px;
}

.main-wrap {
    margin-top: 4%;
}

.breadcrumb {
    background: url(https://cassarya.com/site/wp-content/uploads/2021/01/terrazzo-bckr-2x-4.png);
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.breadcrumb-item a {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
    color: #8c8282;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.row_new td:first-child input {
    visibility: hidden;
}

.row_new td:last-child input {
    visibility: hidden;
}

.breadcrumb-item.active {
    color: #708080;
    text-transform: uppercase;
}

.dropdown-item.active {
    background-color: var(--cs-primary-color);
}

.nav-item {
    font-family: 'Poppins', sans-serif;
}

.category-filter {
    display: flex;
    position: relative;
    cursor: pointer;
    width: 15%;
    margin-bottom: -3%;
    align-items: center;
    margin-left: auto;
    justify-content: space-evenly;
    margin-right: auto;
}

.category-filter label {
    width: 50%;
    margin-top: 2%;
}


.btn-primary {
    align-items: center;
    background-clip: padding-box;
    background-color: #9f3e22ab;
    border: 1px solid #9f3e22;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: 9px 50px !important;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #818054de;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

/*.btn-primary:hover {
    transform: translateY(-1px);
}*/

.btn-primary:active {
    background-color: #9f3e22;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
}


.p-35 {
    padding: 60px;
}

.boxShadow-none {
    box-shadow: none !important;
}

.boxShadow-none:hover {
    box-shadow: none !important;
}

.form-label {
    font-size: 16px;
}

.nav-item.active {
    color: #a14429 !important;
    font-weight: 600 !important;
}

.navbar-nav .dropdown-item {
    font-size: 14px !important;
}

.modal-footer .btn-success {
    background: #fff;
    border-color: var(--cs-primary-color);
    padding: 7px 25px;
    border-width: 2px;
    font-size: 14px;
    color: var(--cs-primary-color);
    font-weight: 600;
    box-shadow: none;
}

.modal-footer .btn-success:hover {
    background: var(--cs-primary-color);
    border-color: var(--cs-primary-color);
    color: #fff;
    border-width: 2px;
}

.modal-footer .btn-danger {
    background: #9f3e22ab;
    border: none;
    padding: 9px 25px;
    font-size: 14px;
    color: var(--cs-white);
    font-weight: 600;
    box-shadow: none;
}

.modal-footer .btn-danger:hover {
    background: var(--cs-primary-color);
    color: #fff;
    border-width: 2px;
}

.boxShadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#toolbarContainer {
    display: none;
}

.active>.page-link,
.page-link.active {
    background-color: var(--cs-primary-color) !important;
}

.bi-eye-fill {
    font-size: 25px !important;
    color: var(--cs-primary-color) !important;
    border-radius: 50%;
    padding: 1px;
}

.header-tablet-and-mobile-fixed .header {
    background-color: var(--cs-white) !important;
}