﻿
:root {
    --root-theme-color-one: #007bff;
    --root-button-primary-background-color: #007bff;
    --root-button-primary-border-color: #007bff;
    --root-button-primary-background-mouse-over-color: #0069D9;
    --root-button-primary-border-mouse-overcolor: #007bff;
    --root-anchor-color: #0366d6;
    --root-button-primary-color: #fff;
    --root-lable-warning-color: rgb(252, 5, 5);
    --root-lable-1: #777;
    --root-create-menu-banner-color: #0366d6;
    --root-create-menu-banner-active-mouse-over: #8c4e19;
    --white: #faf0e6;
    --black: rgb(2, 2, 2);
    --gray: #2F4051;
    --gray-light: #5b5b5b;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        position: relative;
        min-height: 100%;
    }
}

.text-base-color {
    color: var(--root-theme-color-one);
}


.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-fixed-head {
    border-collapse: collapse;
    max-height: 400px;
}

.table-fixed-head thead th {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

.table thead th {
    font-size: 0.8rem;
    font-weight: 700;
}


.table-centered td, .table-centered th {
    vertical-align: middle !important;
}

.table-sm td, .table-sm th {
    padding: 0.5rem;
}
th {
    text-align: inherit;
}

.table {
    color: #343a40;
}

table {
    border-collapse: collapse;
}









.mh-37 {
    max-height: 370px !important;
}


.main-body {
    min-height: 550px;
}

.footer-top {
    font-size: 14px;
    background-color: var(--gray);
    color: white;
}

    .footer-top a {
        color: var(--white);
        text-decoration: none;
    }

.footer {
    /*position: absolute;*/
    bottom: 0;
    /*width: 100%;*/
    white-space: nowrap;
    line-height: 25px; /* Vertically center the text there */
    font-size: 12px;
    background-color: var(--black);
    color: white;
}

    .footer a {
        color: var(--white);
        text-decoration: none;
    }

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.box-shadow-1 {
    box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}

a {
    color: var(--root-anchor-color);
}

.rounded {
    border-radius: .25rem !important;
}

.btn {
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 0.7875rem;
    line-height: 1.2;
    border-radius: 0.2rem;
}

.ml-2, .mx-2 {
    margin-left: 0.75rem !important;
}

.btn-hc-soft-primary {
    color: var(--white);
    background-color: var(--root-theme-color-one);
    border-color: var(--root-button-primary-border-color);
}

    .btn-hc-soft-primary:hover {
        color: var(--white);
        background-color: var(--root-button-primary-background-mouse-over-color);
        border-color: var(--root-button-primary-background-mouse-over-color);
    }

.btn-hc-primary {
    color: var(--root-button-primary-color);
    background-color: var(--root-button-primary-background-color);
    border-color: var(--root-button-primary-border-color);
}

    .btn-hc-primary:hover {
        color: var(--root-button-primary-color);
        background-color: var(--root-button-primary-background-mouse-over-color);
        border-color: var(--root-button-primary-border-mouse-over-color);
    }

    .btn-hc-primary:active {
        color: var(--root-button-primary-color);
        background-color: var(--root-button-primary-background-mouse-over-color);
        border-color: var(--root-button-primary-border-mouse-over-color);
    }

    .btn-hc-primary:focus {
        color: var(--root-button-primary-color);
        background-color: var(--root-button-primary-background-mouse-over-color);
        border-color: var(--root-button-primary-border-mouse-over-color);
    }

.lable-warning {
    color: var(--root-lable-warning-color);
    font-size: 12px;
}

.lable-1 {
    color: var(--root-lable-1);
    font-size: 11px;
}

.registration-background {
    background: url('https://cookups.com.bd/img/cook-bg.jpg') right top / cover no-repeat rgb(0, 0, 0);
    color: var(--white);
    min-height: 45vh;
}

.menu-banner {
    /*background-color: var(--root-button-primary-background-mouse-over-color);*/
}

    .menu-banner .type-style {
        /*padding-top: 1.5%;
        padding-bottom: .5%;*/
    }

    .menu-banner .active {
        /*background-color: var(--root-button-primary-border-color);*/
    }

.selected {
    background-color: var(--root-button-primary-background-color);
    text-decoration: none !important;
    border-radius: 5px;
}

.menu-banner .active:hover {
    background-color: var(--root-button-primary-background-mouse-over-color);
    text-decoration: none !important;
    border-radius: 5px;
}

.menu-banner a {
    color: white;
}

    .menu-banner a:hover {
        text-decoration: none;
    }

.menu-type a {
    color: var(--black);
    text-decoration: none;
}

.box-style:hover {
    opacity: .6;
    border: 1px solid #ffeed8;
}

.menu-scheduling:hover {
    opacity: .6;
    box-shadow: 0 .75rem .75rem rgba(0, 0, 0, .05);
}

.become-a-chef {
    color: var(--root-theme-color-one) !important;
    font-weight: bold;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.card {
    /*border-radius: unset !important;*/
}

.card-header {
    font-size: 1rem !important;
    padding: .50rem .50rem !important;
    background-color: transparent !important;
    color: var(--root-theme-color-one);
}

.hc-modal-close {
    padding: 0;
    width: 24px;
    height: 24px;
    margin-top: calc(-1rem + 12px);
    margin-right: calc(-1rem + 12px);
    margin-bottom: 0;
    margin-left: auto;
}

.modal-new-button {
    /*width: 4%;*/
}

.modal-header {
    padding: .5rem .5rem;
    /*border-bottom: none !important;*/
}

.modal-header-close-button {
    background-color: transparent;
    color: var(--root-theme-color-one);
    border-color: transparent;
}

.modal-title {
    font-size: 1rem;
    color: var(--root-theme-color-one);
}

.modal-content {
    border-radius: 0 !important;
}

.modal-footer {
    padding: .1rem .7rem;
}

.invalid-feedback {
    display: block;
}

.meal-decoration {
    color: black !important;
    font-size: 12px;
    font-weight: bold;
}

.meal-pickup-decoration {
    color: #b5adad !important;
    font-size: 10px;
}

.img-box {
    display: inline-block;
    text-align: center;
    width: 200px;
}

.custom-file-label {
    text-align: left;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.chef-name {
    font-size: 14px;
    color: var(--root-theme-color-one);
}

    .chef-name:hover {
        font-size: 14px;
        color: var(--root-theme-color-one);
        text-decoration: none;
    }

.chef-address {
    font-size: 12px;
    color: var(--gray-light) !important;
}

.menu-description {
    font-size: 14px;
    color: var(--black);
}

.menu-available {
    font-size: 14px;
    font-weight: bold;
    color: var(--root-theme-color-one);
}

.menu-schedule {
    font-size: 11px;
    color: var(--gray-light) !important;
}

.similar-menu-chef-name {
    font-size: 16px;
    font-weight: bold;
}

.similar-menu-menu-name {
    font-size: 16px;
    font-weight: bold;
}

.similar-menu a {
    color: var(--black);
    text-decoration: none;
}

    .similar-menu a:hover {
        text-decoration: none;
        opacity: .75;
    }


.chef-profile-name {
    font-size: 30px;
    width: 100%;
    font-weight: bold;
}

.chef-profile-address {
    font-size: 12px;
    width: 100%;
    color: var(--gray-light) !important;
}

.wizards-img {
    /*width: 20%;*/
    float: left;
}

.wizards-title {
    /*width: 20%;
    float: left;
    padding-left: 5%;*/
    color: black;
    text-align: center !important;
    width: 100%;
    display: block;
    padding-bottom: 2px;
    font-size: 12px;
    font-weight: bold;
}

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

html {
  font-size: 14px;
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}*/
/*.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}*/



body {
    margin: 0;
    font-family: "Nunito",sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #343a40;
    text-align: left;
    background-color: #f5f6f8;
}

