:root {
    --black: #141414;
    --white: #fff;
    --grey: #F8F8F8;
    --dgrey: #474747;
    --red: #FF1616;
    --yellow: #F8D034;
    --blue: #514DB7;
    --primary: #F2d35A;
    --transition: 0.3s linear;
    --trans: 0.3s linear;
    /* --site_pink:#D975A8;
    --skyblue:#8CD3EB;
    --site_green:#C2ECA6;
    --radius25:25px;
    --radius20:20px; */
}

/* .color_text {
    color: var(--black);
} */
html {
    scroll-behavior: smooth;
}

@font-face {
    src: url('../fonts/Cera-Medium.otf');
}

@font-face {
    font-family: 'Cera Bold';
    src: url('../fonts/Cera-Bold.otf');
}

@font-face {
    font-family: 'Cera Normal';
    src: url('../fonts/Cera\ Pro\ Light.otf');
}

body {
    /*font-family: 'Cera Medium', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    margin: 0;
    color: var(--dgrey);
    background-color: #0f0e0f;
}

.common__list__section h6 {
    width: 90%;
}

input[type="checkbox"] {
    cursor: pointer;
  }

.common__list__section ul li p{
    width: 5% !important;
}

.fw_400 {
    font-weight: 400;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

#video-tutorial .mod_tile {
    color: #000;
    text-align: center;
    font-size: 22px;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bg_grey {
    background-color: var(--grey);
}

.radius25 {
    border-radius: var(--radius25);
}

.radius20 {
    border-radius: var(--radius20);
}

.f16 {
    font-size: 16px;
}

.f35 {
    font-size: 35px;
}

.f68 {
    font-size: 68px;
}

.font_medium {
    font-weight: 500;
}

.font_extra {
    font-weight: 800;
}

.font_bold {
    font-weight: 700;
}

.containera {
    padding: 0 26px;
}

.toggle {
    position: absolute;
    right: 2px;
}

/*scrollbar*/
/* ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
} */

/* ::-webkit-scrollbar-track {
    background: var(--black);
} */

/* ::-webkit-scrollbar-thumb {
    background: var(--site_yellow);
} */

/* .main{
    padding: 35px 0 0 35px;
} */
.menu_active {
    background: var(--primary);
    color: black !important
}

.menu_active .menu_icons img, .menu_active .togg_icon_2 img {
    filter: invert();
}

.menu_active .togg_icon img {
    filter: invert();
}

.budget_box {
    width: 49%;
    margin-right: 6px;
    min-height: 230px;
    padding: 10px;
    box-shadow: 0px 2px grey;
}

.department_box {
    width: 49%;
    margin-left: 6px;
    min-height: 230px;
    padding: 10px;
    box-shadow: 0px 2px grey;
}

.spent_summary_box {
    width: 49%;
    margin-right: 6px;
    min-height: 180px;
    padding: 10px;
    box-shadow: 0px 2px grey;
}

.supplier_box {
    width: 49%;
    margin-right: 6px;
    min-height: 230px;
    padding: 10px;
    box-shadow: 0px 2px grey;
}

.employee_box {
    width: 49%;
    margin-left: 6px;
    min-height: 230px;
    padding: 10px;
    box-shadow: 0px 2px grey;
}

/*.checkout_box{width: 32%;margin-left: 6px;min-height: 230px;padding: 10px; box-shadow: 0px 2px grey;}*/
#chartContainer {
    height: 180px;
    width: 100%;
}

.white_rap {
    background-color: blue;
    height: 10px;
    width: 10px;
}

#chartContainer a {
    display: none !important;
}

.slider_image {
    height: 100px;
}

.carousel-caption {
    color: black;
    position: sticky !important;
}

.carousel-caption h5 {
    color: #005c88;
}

.po_summary_box {
    width: 49%;
    margin-left: 6px;
    min-height: 180px;
    padding: 10px;
    box-shadow: 0px 2px grey;
    background-color: lightgrey;
}

.approved_box {
    width: 31%;
    min-height: 80px;
    padding: 10px;
    margin: 5px;
    box-shadow: 0px 2px grey;
}

.pex_v2_pm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.pex_v2_pm_contents {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
}

.arrow_icon_cls{
    font-weight: bold !important;
    font-size: 18px !important;
}

.pex_v2_pm_text {
    width: 100%;
    height: 35px;
    background-color: #005c88;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    max-width: 35px;
    position: relative;
}

.pex_v2_pm_text span {
    font-size: 13px;
    text-align: center;
    color: #fff;
    line-height: 34px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}





.edit_subrecipe tbody td:nth-child(1) {
    width: 10%;
  }
  
  .edit_subrecipe tbody td:nth-child(2) {
    width: 20%;
  }
  
  .edit_subrecipe tbody td:nth-child(3) {
    width: 20%;
  }
  
  .edit_subrecipe tbody td:nth-child(4) {
    width: 10%;
  }
  
  .edit_subrecipe tbody td:nth-child(5) {
    width: 10%;
  }
  
  .edit_subrecipe tbody td:nth-child(6) {
    width: 10%;
  }
  
  .edit_subrecipe tbody td:nth-child(7) {
    width: 15%;
  }
  .edit_subrecipe tbody td:nth-child(8) {
    width: 5%;
  }
  
  
  .edit_subrecipe th:nth-child(1) {
    width: 10%;
  }
  
  .edit_subrecipe th:nth-child(2) {
    width: 20%;
  }
  
  .edit_subrecipe th:nth-child(3) {
    width: 20%;
  }
  
  
   th:nth-child(4) {
    width: 10%;
  }
  
  .edit_subrecipe th:nth-child(5) {
    width: 10%;
  }
  
  .edit_subrecipe th:nth-child(6) {
    width: 10%;
  }
  
  .edit_subrecipe th:nth-child(7) {
    width: 15%;
  }
  .edit_subrecipe th:nth-child(8) {
    width: 5%;
  }


.modal .modal-dialog .modal-header .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #ef0505 !important;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    filter: invert(1) !important;
}

.pex_v2_pm h2 {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    margin: 0;
    width: 100%;
    word-wrap: break-word;
    min-width: 100px;
}

.pex_v2_fnum {
    width: 40%;
}

.pex_v2_pm p {
    font-size: 12px;
    color: #000;
    margin: 0;
    font-weight: 400;
}

.pex_v2_mb-15 {
    width: 100%;
    margin-bottom: 15px !important;
}

.pex_v2_finance .cir_sub_text {
    font-size: 13px;
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.pex_v2_finance .filabel {
    background: 0 0;
    color: #E7823A;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
}

.pex_v2_finance .cir_content_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.pex_v2_finance .cir_dot.fill {
    background-color: #E7823A;
    border-radius: 50%;
    padding: 3.5px;
    border: solid 1px #E7823A;
    margin-right: 10px;
}

.pex_v2_finance .cir_dot.fill_2 {
    background-color: #546BC1;
    border-radius: 50%;
    padding: 3.5px;
    border: solid 1px #546BC1;
    margin-right: 10px;
}

.pex_v2_finance .cir_content_flex .cir_sub_text {
    width: 40%;
    margin-top: -15px;
}

.pex_v2_finance .cir_content_flex .cir_sub_text span {
    margin-left: 10px;
}

.pex_v2_finance {
    width: 50%;
    float: right;
}

.budget_box .bar_heading {
    width: 32.40%;
    font-size: 14px;
    text-transform: uppercase;
}

/*left menu*/
.left_menu {
    position: fixed;
    /*position: absolute;*/
    left: 0;
    /* border-radius: 20px 20px 0 0; */
    overflow: hidden;
    top: 0;
    background: #171617;
    height: 100vh;
    width: 285px;
    /*transition: var(--transition);*/
    z-index: 9;
    /* padding-bottom: 50px; */
}

.logo {
    padding-left: 10px;
    padding-top: 17px;
}

.left_menu.close .logo {
    padding-left: 0px;
}

.ver_scroll {
    padding: 14px 0 17px 0px;
    /* overflow-y: auto;
    overflow-x: hidden; */
    height: 100%;
}

.left_menu.close {
    /*transition: var(--transition);*/
    width: 96px;
    overflow: visible;
}

.left_menu.close .ver_scroll {
    padding: 20px 5px;
    /*transition: var(--transition);*/
}

.logo a {
    display: flex;
    align-items: flex-end;
}

.logo span {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    padding-left: 0px;
}

.logo img {
    /* transform: scale(.7); */
    transition: var(--transition);
    width: ;
}

.nav_menu ul li a:hover {
    color: var(--primary);
}

.left_menu.close .logo img {
    transition: var(--transition);
    transform: scale(1);
}

.left_menu.close .logo a {
    justify-content: center;
}

.left_menu.close .text_menu,
.left_menu.close .logo span {
    display: none;
    opacity: 0;
    /*transition: var(--transition);*/
}

.left_menu.close .toggle {
    padding-right: 0;
    justify-content: center;
    padding-left: 0;
    transition: var(--transition);
    /* padding-bottom: 30px; */
}

.nav_menu {
    padding-top: 30px;
    padding-bottom: 15px;
    /*position: relative;*/
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 100px);
}

.left_menu.close .nav_menu {
    height: calc(100% - 86px);
}

.top_sec {
    position: relative;
    /* padding-bottom: 35px; */
}

.left_menu.close .top_sec::before {
    width: calc(100% + 48px);
    left: -24px;
}

.left_menu.close .nav_menu::before {
    width: calc(100% + 50px);
}

.toggle {
    padding: 0 10px;
    transition: var(--transition);
    justify-content: flex-start;
}

.toggle svg {
    cursor: pointer;
}

.nav_menu li a {
    position: relative;
    border-radius: 32px;
    display: block;
    padding: 0.5rem 1rem;
    color: var(--white);
    font-size: 15px;
}

.left_menu.close .nav_menu li a {
    border-radius: 10px;
    justify-content: center;
    padding: 10px;
    width: 48px;
    margin: 0 auto;
    text-align: center;
    position: inherit;
}

.nav_menu li a.active,
.active a.menu_items,
.active a.menu_item:hover,
a.menu_items:hover {
    background: var(--primary);
    transition: var(--transition);
    left: 0;
    color: #000;
}

a.menu_item:hover img, a.menu_items:hover img {

    filter: invert();
}

.nav_menu>li {
    margin-bottom: 12px;
    margin-left: 5%;
    margin-right: 5%;
}

.nav_menu li .text_menu {
    padding: 1px 0 0 7px;
}

.menu_icons svg,
.menu_icons svg,
.menu_icons svg path,
.menu_icons svg path,
.menu_icons svg rect,
.menu_icons svg rect {
    fill: rgb(255, 255, 255);
    stroke: rgb(255, 255, 255);
}

.nav_menu li a:hover>.menu_icons svg,
.nav_menu li a.active>.menu_icons svg,
.nav_menu li a:hover>.menu_icons svg path,
.nav_menu li a.active>.menu_icons svg path,
.nav_menu li a:hover>.menu_icons svg rect,
.nav_menu li a.active>.menu_icons svg rect {
    fill: var(--primary);
    stroke: var(--primary);
}

.left_menu.close span.toggle_nav {
    transform: rotate(180deg);
}

/*left*/
.left_menu.close .top_sec::before {
    width: calc(100% + 10px);
    left: -5px;
}

.left_menu.close .toggle {
    position: absolute;
    right: -24px;
    background: #000;
    padding: 2px;
    border-radius: 0 5px 5px 0;
}

.left_menu.close .toggle rect {
    fill: var(--black);
}

.left_menu.close .toggle path {
    fill: #fff;
}

/* aakib */
ul.inner_item {
    padding: 0px 0 0 30px;
}

ul.inner_ul_item {
    padding: 0px 0 0 30px;
}

.nav_menu li .inner_item a {
    padding: 0.5rem 10px;
}

.inner_item li {
    margin-bottom: 0;
    margin-top: 5px;
}

a.logout_btn {
    color: #fff;
    padding: 11px 25px;
    border-radius: 12px;
    background: #FF4D4D;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #FF4D4D;
    transition: var(--trans);
}

a.logout_btn:hover {
    background: transparent;
}

.mb_60 {
    margin-bottom: 60px;
}

.ml_15 {
    margin-left: 13px;
}

.top_announce {}

.siderbar_logo {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.siderbar_logo a {
    display: flex;
    font-size: 20px;
    color: #fff;
    position: relative;
    top: 0;
    height: 60px;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.siderbar_logo a span.dot_circle {
    height: 40px;
    width: 40px;
    background: var(--primary);
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 12px;
    left: -6px;
}

.top_bar_main {
    margin-bottom: 30px;
}

.my_header_logo img.main_logo {
    width: 50%;
    margin-right: 15px;
}

.superadmin .my_header_logo>img {
    position: relative;
    top: -15px;
}

.profile_img_toggle {
    position: relative;
    padding-right: 5%;
}
.topbar_setting_menu{
    display: flex;
    justify-content: end;
}




.setting_menu_content #menu_container li {
    margin-bottom: 4px;
    margin-left: 5%;
    margin-right: 5%;

}


.setting_menu_content #menu_container li a {
    position: relative;
    border-radius: 32px;
    display: block;
    padding: 0.5rem 1rem;
    color: white;
    font-size: 15px;
}
.setting_menu_content #menu_container li a:hover {
    background: var(--primary);
    transition: var(--transition);
    left: 0;
    color: black;
}
.data_table_search div#data-table_filter {
    display: none !important;
}

.setting_menu_content .dropdown-toggle::after {
    content: unset !important;
}

.setting_menu_content #menu_container.dropdown-menu {
    left: -164px !important; 
    min-width: 14rem !important;
    max-height: 18rem;
    overflow: scroll;
    z-index:11111
}

.setting_menu_content .dropdown-toggle::after {
    color: white !important;
}

.profile_img_toggle ul {
    padding-left: 60px;
    color: #fff;
}

.profile_img_toggle img {
    position: absolute;
}

ul.profile-img-dropdown-menu {
    position: absolute;
    top: 110%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    margin: auto;
    font-size: 1rem;
    color: #212529;
    list-style: none;
    right: auto !important;
    width: 90%;
    padding: 10px 15px;
    background: #000000;
    box-shadow: 3px 5px 10px #000000;
    border: 1px solid #AAAAAA;
    border-radius: 8px;
    text-align: left;
}

ul.profile-img-dropdown-menu li {
    margin-bottom: 10px;
}

ul.profile-img-dropdown-menu li:last-child {
    margin-bottom: 0;
}

ul.profile-img-dropdown-menu li a span {
    margin-right: 5px;
}

ul.profile-img-dropdown-menu li a.top_logout_btn {
    color: #fff;
}

ul.profile-img-dropdown-menu li svg {
    fill: #fff;
}


/* topBar Language */

.topbar_setting_menu .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: black;
    color: black !important;
}

.topbar_setting_menu .select2-container--default .select2-selection--single {
    background-color: black;
    border: 1px solid #dcdcdc !important;
    border-radius: 12px !important;
}

.change_lang .select2-dropdown {
    border: none !important;
}


.change_lang.select2-container--default #select2-change_lang-results .select2-results__option[aria-selected="true"] {
       display:none !important;
}

.change_lang.select2-container--open .select2-dropdown {
    left: 8px;
    top: 4px;
}

.change_lang .select2-dropdown {
    background-color: black;
   
}

.change_lang.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: black !important;
}

.change_lang .select2-search--dropdown {
    display: none !important;
}

/* Hide the default select arrow */
.topbar_setting_menu .select2-container .select2-selection--single .select2-selection__arrow {
    display: none;
}


.topbar_setting_menu .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: black!important;
    color: black !important;
}

#select2-change_lang-results + .select2-results {
     border:none !important;
}


 #select2-change_lang-results .select2-results__option {
    padding: 0px !important;
}



.topbar_setting_menu .select2-search--dropdown {
    display: none !important;
    padding: 4px;
}


#select2-change_lang-results img {
   width:100% !important;
}




.select2-container--default #select2-change_lang-results .select2-results__option[aria-selected="true"] {
    background-color: black;
    color: black !important;
}

.topbar_setting_menu .select2-dropdown {
    background-color: black;
    
}

.topbar_setting_menu .select2-dropdown {
    border: none !important;
}



.topbar_setting_menu > .select2-container--default {
    max-width: 50px;
}

.topbar_setting_menu .select2-container.select2-container--open .select2-selection--single::after {
    content: "\f106"; 
}

.topbar_setting_menu .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px !important;
    font-weight: 400;
    color: white;
}

.topbar_setting_menu .select2-container .select2-selection--single::after {
    font-size: 18px;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 48%;
    right: -19px;
    transform: translateY(-50%);
    font-weight: 600;
    color: white;
}


.topbar_setting_menu .select2-container img {
    position: absolute !important;
    top: 24% !important;
    width:100%;
}

/* End */











.main_right {
    width: calc(100% - 285px);
    transition: 0.3s linear;
}

.main_right.open {
    width: calc(100% - 100px);
    transition: 0.3s linear;
}

.main_right {
    padding: 30px;
    margin-left: auto;
}

.search {
    overflow: hidden;
    position: relative;
    width: 330px;
}

.search input[type="search"] {
    width: 100%;
    background: white;
    padding: 10px;
    border: none;
    padding-left: 46px;
    border-radius: 15px;
    color: rgb(71 71 71 / 50%);
}

.search input[type="search"]::placeholder {
    color: rgb(71 71 71 / 50%);
}
.get_po_data .remove_search_products{
    position: absolute;
    top: 8px;
    z-index: 99;
    color: #fd0101de;
    font-size: 25px;
    right: 9px;
    cursor: pointer;
}

.recipe_search_pro .search_div{
    position: absolute;
    width: 65%;
    max-height: 64vh;
    overflow: scroll;
    margin-top: 35px;
    z-index: 9999;
}

.recipe_search_pro .search_product{
    background: black;
    border: 1px solid white;
    position: sticky;
    color:white;
    top:0
}

.recipe_search_pro .search_product.form-control:focus{
    background: black;
    color: white;
    border: 2px solid white;
}

.submit_butoon {
    position: absolute;
    width: 43px;
    height: 100%;
    background-color: transparent;
    background-image: url(../images/search.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px;
    left: 8px;
    border: none;
}

.title {
    font-size: 38px;
    color: var(--dgrey);
}

.clr_dark {
    color: rgba(71, 71, 71, 80%);
}

.not_box img {
    max-width: 25px;
}

.not_box {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgb(235 143 125 / 16%);
}

.cli_img img {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    object-fit: cover;
    margin-right: 10px;
}

.f14 {
    font-size: 14px;
}

.f18 {
    font-size: 18px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mt_751 {
    margin-top: 50px;
}

.mb_15 {
    margin-bottom: 15px;
}

.forms .f_2 {
    float: right;
    margin-right: 41px;
}

.dish_box {
    padding: 12px;
    background: rgb(0, 0, 0);
    border-radius: 10px;
    box-shadow: 0 6px 10px rgb(71 71 71 / 40%);
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    width: 23.1%;
    transition: var(--trans);
}

.dish_box:hover {
    background: var(--primary);
}

.dish_box a,
.dish_box h3,
.dish_box p {
    color: #fff;
    transition: var(--trans);
}

.dish_box:hover a,
.dish_box:hover h3,
.dish_box:hover p {
    color: var(--dgrey);
}

.dish_box_main {
    display: flex;
    flex-wrap: wrap;
}

.dish_box:nth-child(4n) {
    margin-right: 0;
}

.dish_main {
    /* background: #fff; */
}

.top_ann_left {
    width: 42%;
}

.top_ann_center {
    width: 25%;
}

.top_ann_right {
    width: 23%;
}

span.todd {
    font-size: 18px;
    color: var(--primary);
}

.f24 {
    font-size: 24px;
}

.rec_btn {
    font-size: 16px;
    color: var(--black);
    padding: 10px 35px;
    border-radius: 12px;
    display: inline-block;
    background: var(--primary);
    border: 1px solid var(--primary);
    transition: var(--trans);
    font-weight: 500;
}

.rec_btn:hover {
    color: var(--grey);
    background: var(--black);
    border-color: #fff;
}

.mb_40 {
    margin-bottom: 40px;
}

.announce_ban {
    padding: 15px 0px;
    background: #474747;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgb(71 71 71 / 20%);
}

.progress_bar {
    border-bottom: 1px solid rgb(0 0 0 / 50%);
}

span.todd.pro_sp {
    font-size: 18px;
    padding-bottom: 13px;
    display: inline-block;
    border-bottom: 3px solid var(--primary);
    margin-bottom: -1.5px;
}

.add_inve_main {
    padding: 60px 30px 30px 30px;
}

.add_inve_box label,
.add_inve_box input {
    width: 100%;
}

.add_inve_box label {
    /*font-size: 16px;
    margin-bottom: 15px;
    color: var(--white);*/
}

.add_inve_box input::placeholder {
    font-size: 14px;
    color: rgba(71, 71, 71, 0.50);
}

/*.add_inve_box select {
    border-radius: 15px !important;
    border: none !important;
    outline: none;
    display: block;
    width: 100% !important;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px !important;
    color: #474747;
    opacity: 0.5;
}*/
.mb_30 {
    margin-bottom: 30px;
}

span.sel_drop {
    position: absolute;
    top: 29px;
    right: 20px;
    background: #fff;
    width: 20px;
    height: 11px;
    display: inline-block;
}

a.rec_btn.sav {
    padding-left: 60px;
    padding-right: 60px;
}

.mt_75 {
    margin-top: 75px;
}

/* *Estilo iOS */
.switch__container {
    /* margin: 0 auto; */
    width: 60px;
}

.switch {
    /*visibility: hidden;
    position: absolute;
    margin-left: -9999px;*/
    display: none;
}

.switch+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.switch--shadow+label {
    padding: 2px;
    width: 60px;
    height: 25px;
    /* background-color: #dddddd; */
    border-radius: 60px;
}

.switch--shadow+label:before,
.switch--shadow+label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

.switch--shadow+label:before {
    right: 1px;
    background-color: rgb(112 112 112 / 55%);
    border-radius: 60px;
    transition: background 0.4s;
}

.switch--shadow+label:after {
    width: 21px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    transition: all 0.4s;
    top: 2px;
    left: 2.5px;
}

/* .switch--shadow + label:after {
    width: 25px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
  } */
.switch--shadow:checked+label:before {
    background-color: #00D058;
}

.switch--shadow:checked+label:after {
    transform: translateX(34px);
}

/* Estilo Flat */
.switch--flat+label {
    padding: 2px;
    width: 120px;
    height: 60px;
    background-color: #dddddd;
    border-radius: 60px;
    transition: background 0.4s;
}

.switch--flat+label:before,
.switch--flat+label:after {
    display: block;
    position: absolute;
    content: "";
}

.switch--flat+label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fff;
    border-radius: 60px;
    transition: background 0.4s;
}

.switch--flat+label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 56px;
    background-color: #dddddd;
    border-radius: 52px;
    transition: margin 0.4s, background 0.4s;
}

.switch--flat:checked+label {
    background-color: #00D058;
}

.switch--flat:checked+label:after {
    margin-left: 60px;
    background-color: #00D058;
}

/* *Estilo iOS */
span.inven_svg {
    /* display: inline-block; */
    width: 32px;
    height: 32px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.deletw_inven {
    cursor: pointer;
    margin-left: 12px;
}

.announce_ban.bg_black {
    background: #141414;
}

.all_inve_tab {
    padding-right: 10px;
}

.all_inve_tab table {
    width: 100%;
}

.all_inve_tab thead {
    background: var(--primary);
}

.all_inve_tab thead th {
    color: var(--black);
    font-size: 12px;
    font-weight: 500;
    padding: 12px;
}

.all_inve_tab thead th:first-child {
    border-radius: 8px 0 0 0;
}

.all_inve_tab thead th:last-child {
    border-radius: 0 8px 0 0;
    text-align: center;
}

.all_inve_tab tbody tr {
    border: 0.5px solid #ccc;
}

.all_inve_tab tbody tr td {
    background: #fff;
    padding: 7px 12px;
    font-size: 14px;
    color: var(--black);
}

.all_inve_tab tfoot tr {
    border: 0.5px solid #ccc;
}

.all_inve_tab tfoot tr td {
    background: #fff;
    padding: 7px 12px;
    font-size: 14px;
    color: var(--black);
}

.all_inve_tab tbody tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
}

.all_inve_tab tbody tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
}

.inve_ed_del {
    /*transform: translateX(20px);*/
}

.all_inve_tab thead th:first-child {}

.mr_10 {
    margin-right: 10px;
}

a.rec_btn:hover svg path {
    fill: var(--primary);
}

.all_inve_main {
    padding-top: 15px;
}

.search input[type="search"]:focus {
    outline: none;
}

li.act a {
    color: var(--primary);
}

.togg_icon {
    width: 20px;
    position: absolute;
    top: 8px;
    right: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.togg_icon_2 {
    width: 20px;
    position: absolute;
    top: 9px;
    right: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left_menu.close .togg_icon {
    opacity: 0;
    visibility: hidden;
}

.f20 {
    font-size: 20px;
}

a.get_help {
    font-size: 12px;
    text-decoration: underline;
    color: #474747;
    margin-left: 15px;
}

.f28 {
    font-size: 28px;
}

.left_menu.close .nav_menu+.mb_60 {
    opacity: 0;
    visibility: hidden;
}

.inner_item {
    display: none;
}


/*  */
button.close.del_close {
    width: 32px;
    height: 32px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 0;
    outline: none !important;
    margin-left: 10px;
}

/* .modal-body {
    background: #FFFFFF !important;
    border-radius: 26px !important;
} */

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-text h1 {
    color: #000000 !important;
    font-size: 24px;
}

.form-text label {
    letter-spacing: 0px;
    color: #000000;
    padding: 15px 0px;
    font-size: 14px;
}

.form-padding {
    padding: 10px 0px;
}

.form-text .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid #B8B8B8;
    border-radius: 4px !important;
    background: #F2EFEF !important;
}

.po_box .po_title {
    padding: 12px 0px;
    background-color: #F2D35A;
    text-align: center;
    margin-bottom: 0;
    color: #000000eb;
    position: relative;

}

.po_box .po_title::after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background: #000000de;
    top: 0;
    left: 3px;
}

.po_box .po_title b {
    color: rgba(0, 0, 0, 0.937);
}

.po_box .po_text {
    border: 3px solid #ffffffb8;
    padding: 0px 7px;
    text-align: center;
    min-height: 30px;
}

.po_box p select.reviewed_by {
    border: 3px solid #ffffffc9 !important;
    border-radius: unset !important;
    padding: 0px 15px !important;
    height: 43px !important;
}

.form-text .form-groupss {
    text-align: center;
    margin-top: 40px;
}

.form-text .submit {
    background: var(--primary);
    border-radius: 20px;
    border: none;
    color: #000000;
    padding: 10px 28px;
    font-size: 16px;
}

section.sub-racipecard .card-shadow {
    padding: 40px 10px 20px;
    width: 100%;
    color: #fff;
    text-align: left;
    /*background: transparent linear-gradient(122deg, #3D3D3D 0%, #232222 100%);*/
    background: transparent linear-gradient(122deg, #3d3d3d99 0%, #0b0b0b 100%);
    border: 1px solid #747474;
    border-radius: 8px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.sub-racipecard .card-shadow:hover {
    border: 1px solid #F2D35A;
    cursor: pointer;
    transform: translate(0, -10px);
    background: linear-gradient(110deg, #000 0%, #232222 100%);
}

section.sub-racipecard .card-shadow::after {
    content: '';
    background-image: url('../images/yellow-semi-circle.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 65px;
    height: 65px;
    display: none;
}

.purhaseordercard .card-shadow {
    padding: 10px 10px 10px;

    color: #fff;
    text-align: left;
    /*background: transparent linear-gradient(122deg, #3D3D3D 0%, #232222 100%);*/
    background: transparent linear-gradient(122deg, #3d3d3d99 0%, #0b0b0b 100%);
    border: 1px solid #747474;
    border-radius: 8px;
    width: 31%;
    margin: 3px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.purhaseordercard .card-shadow:hover {
    border: 1px solid #F2D35A;
    cursor: pointer;
    transform: translate(0, -10px);
    background: linear-gradient(110deg, #000 0%, #232222 100%);
}

.purhaseordercard .card-shadow::after {
    content: '';
    background-image: url('../images/yellow-semi-circle.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 65px;
    height: 65px;
    display: none;
}


section.sub-racipecard .card-shadow img {
    position: absolute;
    right: 10px;
    top: 20px;
    /*width: 40px;
    height: 40px;*/
}

/* section.sub-racipecard .card-shadow h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
} */

section.sub-racipecard .card-shadow h1 {
    font-size: 30px;
    font-weight: bold;
    max-width: 72%;
    word-wrap: break-word;
}

section.sub-racipecard .card-shadow h2 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
}

/*section.sub-racipecard .mb_1 {
    background: transparent linear-gradient(0deg, #FFC500 0%, #FFFF3D 100%) 0% 0% no-repeat padding-box;
    border-radius: 21px;
}
section.sub-racipecard .mb_2 {
    background: transparent linear-gradient(180deg, #FFC53D 0%, #FE8A03 100%) 0% 0% no-repeat padding-box;
    border-radius: 21px;
    border-radius: 21px;
}
section.sub-racipecard .mb_3 {
    background: transparent linear-gradient(180deg, #3DE7FE 0%, #00ACFE 100%) 0% 0% no-repeat padding-box;
    border-radius: 21px;
}
section.sub-racipecard .mb_4 {
    background: transparent linear-gradient(180deg, #D4FC7F 0%, #A1ED4E 100%) 0% 0% no-repeat padding-box;
    border-radius: 21px;
}*/
button.close {
    position: absolute;
    right: 0px;
    border: none;
    /* background: tan; */
    background: transparent;
    font-size: 25px;
}

section.numberof-subrecipe {
    margin-top: 35px;
    margin-bottom: 40px;
    background: #333333;
    box-shadow: 3px 5px 10px #000000;
    border: 0.5px solid #AAAAAA;
    border-radius: 8px;
    padding: 25px 20px;
    color: #fff;
}

.numberof-subrecipe .form-groupss {
    float: right;
}

section.numberof-subrecipe label {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    width: 100%;
    margin-bottom: 15px;
}

section.numberof-subrecipe .input_text_abs {
    position: relative;
    
}

section.numberof-subrecipe .form-controlss {
    background: #000000;
    box-shadow: 3px 5px 10px #000000;
    border: 0.5px solid #AAAAAA;
    border-radius: 4px;
    padding: 10px 10px 10px 35px;
    height: 48px;
    color: var(--white);
    margin-right: 14px;
    width: 100%;
}

section.numberof-subrecipe .input_text_abs .charcoal_div {
    width: 50%;
}

section.numberof-subrecipe .input_text_abs .time_text {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 96%;
    padding: 12px 10px;
    background: #2F2E2E;
    width: 50px;
    text-align: center;
    font-size: 14px;
}

section.numberof-subrecipe .input_text_abs .clock_icon {
    position: absolute;
    top: 12px;
    left: 10px;
}

.primary-cost th:nth-child(1) {
    padding-left: 23px !important;
}

.primary-cost table tfoot tr td:nth-child(1) {
    padding-right: 65px;
}

.bill_tbl_main table thead tr th:first-child {
    border-radius: 8px 0 0 0;
}

.bill_tbl_main table thead tr th:last-child {
    border-radius: 0 8px 0 0;
}

.bill_tbl_main table thead tr th {
    background-color: #F2D35A;
    padding: 10px;
    color: #000 !important;
    font-weight: 500;
}

.bill_tbl_main table tr td {
    color: #fff !important;
}

.bill_tbl_main table tr td a.add_tax {
    display: inline-block;
    margin: 5px 0 0;
    border-bottom: 1px solid #f2d35a;
    color: #f2d35a;
    font-weight: 400;
    font-size: 14px;
    padding: 5px;
}

.bill_tbl_main table tbody tr {
    border-bottom: 1px solid #424242;
}

.bill_tbl_main table tbody tr td:first-child,
.bill_tbl_main table tfoot tr td:first-child {
    border-left: 1px solid #424242;
}

.bill_tbl_main table tbody tr td:last-child,
.bill_tbl_main table tfoot tr td:last-child {
    border-right: 1px solid #424242;
}

.bill_tbl_main table tfoot tr td {
    border-bottom: 1px solid #424242 !important;
    font-size: 17px;
    font-weight: 600;
}

.bill_tbl_main table tfoot tr td.add_row_td a.plus-icon {
    padding: 7px 15px;
    display: inline-block;
    border-radius: 5px;
    margin: 0px;
    border: 1px solid #f2d35a;
    color: #f2d35a;
    font-weight: 400;
    font-size: 14px;
}

/*th:nth-child(2) {
    padding-right: 10px !important;
}
th:nth-child(4) { padding-left: 0px !important;}*/
.daterangepicker .calendar-table td:nth-child(1) {
    padding-left: 0px !important;
}

.daterangepicker .calendar-table td:nth-child(4) {
    padding-left: 0px !important;
}

.daterangepicker .calendar-table th:nth-child(2) {
    padding-left: 0px !important;
}

.daterangepicker .calendar-table th:nth-child(4) {
    padding-left: 0px !important;
}

.daterangepicker .calendar-table th:nth-child(6) {
    padding-left: 0px !important;
}

.primary-cost td:nth-child(6) {
    padding-left: 19px !important;
}

.forms {
    margin-top: 55px;
}

section.Primary-Cost {
    margin-top: 15px;
    margin-bottom: 20px;
    background: #2A2A2A;
    border-radius: 8px;
    color: #fff;
}

section.Primary-Cost table tbody tr td .recipe_delete_btn {
    padding-left: 15px;
}

section.Primary-Cost .form-control,
section.Primary-Cost .form-select-sm {
    background: #000000;
    box-shadow: 3px 5px 10px #000000;
    border: 0.5px solid #AAAAAA;
    border-radius: 4px;
    padding: 10px;
    height: 48px;
    color: var(--white);
    /*margin-right: 14px;*/
}

section.cooking_instractions .form-control,
section.Primary-Cost .form-select-sm {
    background: #000000;
    box-shadow: 3px 5px 10px #000000;
    border: 0.5px solid #AAAAAA;
    border-radius: 4px;
    padding: 10px;
    color: var(--white);
    /*margin-right: 14px;*/
}

section.Primary-Cost table thead tr th {
    background-color: #F2D35A;
    padding: 15px 10px;
    color: #000 !important;
    font-weight: 500;
}

section.Primary-Cost table thead tr th:first-child {
    border-radius: 8px 0 0 0;
    padding-left: 23px;
}

section.Primary-Cost table thead tr th:last-child {
    border-radius: 0 8px 0 0;
    padding-right: 3%;
}
section.Primary-Cost.edit_subrecipe table thead tr th:last-child {

    padding-right: 15px !important;
}

section.Primary-Cost table tr td {
    color: #fff !important;
}

section.Primary-Cost table thead tr:nth-child(1) {
    border-top: 1px solid #424242;
}

section.Primary-Cost table tbody tr {
    border-bottom: 1px solid #424242;
}

section.Primary-Cost table tbody td:first-child,
section.Primary-Cost table tfoot td:first-child {
    border-left: 1px solid #424242;
}

section.Primary-Cost table tbody td:last-child,
section.Primary-Cost table tfoot td:last-child {
    border-right: 1px solid #424242;
}

section.Primary-Cost table tfoot td.add_row_td {
    padding-left: 23px;
}

section.Primary-Cost table tbody tr td {
    padding: 15px 10px;
    vertical-align: middle;
}

section.Primary-Cost table tfoot tr td {
    border-bottom: 1px solid #424242 !important;
}

section.Primary-Cost table tfoot tr td.add_row_td button.plus {
    padding: 7px 15px;
    display: inline-block;
    border-radius: 5px;
    margin: 10px 0;
    border: 1px solid #f2d35a;
    color: #000;
    font-weight: 400;
}

.primmary_font {
    font-size: 24px;
}

.analysis_boxes {
    position: relative;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(110deg, #3D3D3D 0%, #232222 100%);
    background: transparent linear-gradient(122deg, #3d3d3d99 0%, #0b0b0b 100%);
    border: 1px solid #747474;
    border-radius: 8px;
    margin-bottom: 25px;
    min-height: 90px;
    color: #fff;
    padding: 25px 10px 35px;
}

.analysis_boxes:hover {
    border: 1px solid #F2D35A;
    cursor: pointer;
    transform: translate(0, -10px);
    background: linear-gradient(110deg, #000 0%, #232222 100%);
}

.analysis_boxes::after {
    content: '';
    background-image: url('../images/yellow-small-circle.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 65px;
    width: 30px;
    height: 30px;
}

.analysis_boxes svg {
    position: absolute;
    top: 15px;
    right: 24%;
}

.analysis_boxes img {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.analysis_boxes .analysis_title {
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
}

.analysis_boxes .analysis_title span {
    color: #F2D35A;
    font-size: 30px;
    position: absolute;
    right: -4px;
    top: -8px;
}

.analysis_boxes .analysis_price {
    font-size: 18px;
}

.btn-warning {
    background-color: #F2D35A;
    border-color: #F2D35A;
}

.primary-cost h1 {
    font-size: 24px;
    line-height: 15px;
    color: #141414;
    text-align: center;
}

.primary-cost .plus img {
    width: 13%;
    margin-left: 21px;
}

section.Primary-Cost .rec_btn {
    margin: 15px 15px 25px;
}

.primary-cost .minus img {
    width: 13%;
    margin-left: 4px;
}

.primary-cost .tables {
    padding: 0;
}

.primary-cost .table>:not(caption)>*>* {
    border-bottom-width: 1px;
    padding: 16px 15px;
    border-top-width: 1px;
}

.primary-cost .table {
    margin-top: 44px;
}

.primary-cost .table thead {
    font-size: 18px;
    color: #474747;
}

.primary-cost .dropdowns {
    margin-left: 27px;
}

tbody .dropdowns img {
    width: 6%;
}

.primary-cost .cols {
    padding-left: 10px;
}

.primary-cost .dropdownss img {
    width: 6%;
    margin-left: 37px;
}

.table>:not(:last-child)>:last-child>* {
    /*border-color: inherit;
    color: #222;*/
}

.fixed .footer .footer-fixeds {
    font-size: 16px !important;
    color: #474747;
}

.footers {
    background: #F3F2F2;
}

.primary-cost .row-second .mark {
    font-size: 16px;
    color: #474747;
}

.primary-cost .row-second .cost {
    font-size: 16px;
    color: #474747;
}

.primary-cost .frutas {
    font-size: 16px !important;
    color: #474747 !important;
    opacity: 0.5;
}

.primary-cost .footer {
    background-color: #F5f5f5;
}

.primary-cost .footer .footer-seven {
    padding-right: 69px !important;
    font-size: 16px !important;
    color: #474747;
    text-align: center;
}

.primary-cost .footer .footer-group {
    font-size: 16px !important;
    color: #222;
}

.primary-cost .footer .footer-cat {
    font-size: 16px;
    color: #222;
}

.primary-cost .footer .cost-per-unit {
    font-size: 16px;
    color: #222;
}

.primary-cost .footer .footer-seven2 {
    padding-right: 59px !important;
    font-size: 16px !important;
    color: #222;
    text-align: center;
}

.primary-cost .footer .footer-unit {
    font-size: 16px;
    color: #222;
}

.primary-cost .footer .footer-seven1 {
    font-size: 18px !important;
    color: #474747;
}

.Fixed-Costs {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 18px;
    padding: 23px 0px;
    margin-top: 44px;
}

.fixed .footer .footer-fixed {
    font-size: 16px !important;
    color: #474747;
    text-align: center;
}

.fixed .footer .footer-fixed1 {
    font-size: 18px !important;
    color: #474747;
}

.fixed .footer .footer-fixed2 {
    font-size: 16px !important;
    color: #474747;
    text-align: right;
}

.width_50_per {
    width: 50%;
}

.Fixed-Costs h1 {
    color: #141414;
    text-align: center;
    font-size: 24px;
    line-height: 15px;
}

td.first-col:nth-child(1) {
    padding-left: 23px !important;
}

.Fixed-Costs .labor .fixed-cost {
    margin-left: 20px;
    font-size: 16px;
    color: #141414;
}

.fixed-cost .first-col {
    font-size: 16px;
    color: #141414;
}

.padding>:not(caption)>*>* {
    padding: 4px 10px !important;
    background-color: var(--bs-table-bg);
    background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
    border-bottom-width: 1px;
}

.fixed-cost-per {
    font-size: 18px;
}

td.footer-cat:nth-child(1) {
    /*padding-left: 20px !important;*/
}

td.Breakeven:nth-child(1) {
    padding-left: 20px !important;
}

td.cost1:nth-child(1) {
    padding-left: 20px !important;
}

td.Cost-Analysis:nth-child(1) {
    padding-left: 45px !important;
}

.fixed-cost-per1 {
    /*float: right;*/
    font-size: 24px;
}

.primary-cost td.footer-fixed {
    font-size: 16px !important;
    color: #222;
    text-align: right;
}

.fixed .Breakeven {
    font-size: 16px;
    color: #474747;
}

.fixed .break {
    font-size: 40px;
    color: #474747;
}

.fixed thead th {
    width: 100px;
}

.fixed .Cost-Analysis {
    font-size: 16px;
    color: #474747;
    text-align: center;
}

.tbody-total td:nth-child(1) {
    padding-left: 23px !important;
}

.fixed .cost2 {
    text-align: right;
    font-size: 16px;
    color: #474747;
}

.fixed .cost3 {
    text-align: right;
    font-size: 16px;
    color: #FF0000;
}

.primary .form-select-sm {
    border: none;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    font: normal normal medium 16px/15px Cera Pro;
    color: #000000;
    text-transform: capitalize;
}

.tbody-total .form-select-sm {
    border: none;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    font: normal normal medium 16px/15px Cera Pro;
    color: #000000;
    text-transform: capitalize;
    opacity: 0.5;
}

.dish_boxs {
    padding: 12px;
    background: rgba(112, 112, 112, 75%);
    border-radius: 10px;
    box-shadow: 0 6px 10px rgb(71 71 71 / 40%);
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    width: 23.1%;
    transition: var(--trans);
}

.dish_boxs:hover {
    background: var(--primary);
}

.dish_boxs a,
.dish_boxs h3,
.dish_boxs p {
    color: #fff;
    transition: var(--trans);
}

.dish_boxs a:hover {
    color: #474747;
    transition: var(--trans);
}

.dish_boxs h3:hover {
    color: #474747;
    transition: var(--trans);
}

.dish_box_mains {
    display: flex;
}

.dish_box_mains .f20 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 14px;
}

.dish_box_mains .f18 {
    font-size: 14px;
}

.dish_box_mains p.f18.fw_400.mb-0.f12 {
    padding-bottom: 20px;
}

.dish_box_mains p.f18.fw_400.mb-0.f14 {
    padding-bottom: 15px;
}

.dish_box_mains p:hover {
    color: #141414;
}

.d-flex.align-items-center.justify-content-between.announce_ban.mb_40 .mb-42 {
    padding: 25px;
}

.inv_box {
    padding: 10px;
    height: 150;
}

.inv_box .upload_file {
    margin-top: 45px;
}

.inv_bottom_box {
    margin-top: 20px;
}

.add_inve_main.main-forms {
    background: #333333;
    margin-top: 14px;
    box-shadow: 3px 5px 10px #000000;
    border: 1px solid #AAAAAA;
    border-radius: 8px;
    padding: 25px 20px;
}

/*.position-relatives .form-control {
    background: #F2EFEF 0% 0% no-repeat padding-box !important;
    border: 1px solid #B8B8B8 !important;
    border-radius: 15px !important;
    padding: 14px !important;
    color: #474747 !important;
    opacity: 0.5 !important;
    font-size: 14px !important;
}*/
.add_inve_boxs label {
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--dgrey);
}

/*.position-relatives select {
    background: #F2EFEF !important;
    border: 1px solid #B8B8B8 !important;
    border-radius: 15px !important;
    padding: 3px 5px !important;
    color: #474747 !important;
    opacity: 0.5 !important;
}*/
a.rec_btn.sav.edit {
    /* padding-bottom: 22px; */
    margin-top: 91px;
}

.position-relatives .icon {
    position: relative;
    /* left: -30px; */
    /* top: -23px; */
    right: 55px;
    bottom: 28px;
}

.dish_boxs:hover p {
    color: #474747;
}

.position-relatives .sm-14 {
    font-size: 12px;
    float: right;
    color: #000000;
}

.d-flex.align-items-center.inve_ed_del.justify-content-center {
    /*margin-right: 21px;*/
}

span.text_menu.pl_2 {
    padding: 1px 0 0 7px;
}

.position-relatives .textareas {
    background: #F2EFEF 0% 0% no-repeat padding-box !important;
    border: 1px solid #B8B8B8 !important;
    border-radius: 15px !important;
    padding: 14px !important;
    color: #474747 !important;
    opacity: 0.5 !important;
    font-size: 14px !important;
    height: 43%;
}

.all_inve_main h6 {
    font-size: 24px;
    line-height: 15px;
    color: #474747;
    padding-bottom: 15px;
}

section.plan-name {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin-top: 21px;
    padding-top: 24px;
    padding-bottom: 100%;
}

.plan-name .background {
    background-image: url(../images/overlay.png);
    padding: 7%;
    width: 89%;
    border-radius: 15px;
    background-repeat: no-repeat;
}

.plan-name .background h6 {
    font-size: 50px;
    line-height: 15px;
    color: #000000;
}

.plan-name .background h5 {
    font-size: 50px;
    line-height: 15px;
    color: #000000;
    padding-top: 72px;
}

.lorem.f_16 {
    padding-top: 24px;
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    opacity: 0.5;
}

.plan-name .background .lorem.f_16 li {
    padding-bottom: 16px;
}

.plan-name .background .lorem.f_16 li span {
    display: inline-block;
    padding-left: 15px;
}

.plan-name .background .fa-check {
    font-size: 10px;
}

.lorem {
    flex-wrap: nowrap;
}

.plan-name .f_20 h3 {
    float: right;
    font-size: 90px;
    color: #000000;
    margin-top: 35px;
}

.plan-name .f_21 h3 {
    font-size: 40px;
    margin-top: 102px;
    /* margin-right: -20px; */
    color: #000000;
    /* float: left; */
    /* text-align: left; */
}

.plan-name .b_1 .b_md {
    transition: var(--trans);
    background-color: var(--red);
    /* background: #FF1616 0% 0% no-repeat padding-box; */
    box-shadow: 0px 3px 8px #FF4D4D29;
    border-radius: 12px;
    padding: 9px 45px;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
}

.plan-name .b_2 .b_md1 {
    transition: var(--trans);
    background-color: var(--yellow);
    box-shadow: 0px 3px 8px #3838386E;
    border-radius: 12px;
    padding: 9px 35px;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    margin-left: 41px;
}

.plan-name .b_3 .b_md2 {
    transition: var(--trans);
    background-color: var(--blue);
    box-shadow: 0px 3px 8px #FF4D4D29;
    border-radius: 12px;
    padding: 9px 35px;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    margin-left: 90px;
}

.plan-name .p_b {
    margin-top: 95px;
}

.all_inve_tab.action.tabs_1 .td.td_2.max-auto {
    display: block;
    padding-left: 44px;
}

.all_inve_tab.action.tabs_1 .p_3:hover {
    transition: var(--trans);
    color: #10B100;
    border: 1px solid #10B100;
}

.all_inve_tab.action.tabs_1 .p_3 {
    padding: 5px 17px;
    font-size: 14px;
    border-radius: 10px;
    border: none;
    color: #474747;
    border: 1px solid #707070;
    transition: var(--trans);
    background: transparent;
}

.all_inve_tab.action.tabs_1 .p_4 {
    border: none;
    background: #10B100 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 5px 17px;
    font-size: 16px;
    color: #FFFFFF;
    transition: var(--trans);
}

.all_inve_tab.action.tabs_1 tr td {
    background: #fff;
    padding: 15px 50px;
    font-size: 14px;
    color: rgb(0 0 0 / 50%);
}

.all_inve_tab.action.tabs_1 td:nth-child(2) {
    /* padding-right: 20px; */
    padding-left: 3px;
}

.all_inve_tab.action.tabs_1 td:nth-child(6) {
    padding-right: 0px;
}

.all_inve_tab.action.tabs_1 th:nth-child(3) {
    /* padding-right: 28px; */
    text-align: center;
}

.all_inve_tab.action.tabs_1 td:nth-child(3) {
    /* padding-right: 28px; */
    text-align: center;
}

input.form-control.f_1 {
    width: 87%;
    border-radius: 24px;
    background: #F2EFEF 0% 0% no-repeat padding-box !important;
    border: 1px solid #B8B8B8 !important;
    /* border-radius: 15px !important; */
    padding: 7px !important;
    color: #474747 !important;
    opacity: 0.5 !important;
    font-size: 14px !important;
}

img.icon_1 {
    float: right;
    position: relative;
    /* top: -37px; */
    bottom: 36px;
    left: -17px;
    width: 5%;
}

.rec_up {
    background: #F8D034 0% 0% no-repeat padding-box;
    border-radius: 12px;
    color: #000;
    padding: 10px 31px;
    font-size: 14px;
    transition: var(--trans);
    margin-left: 23px;
}

img.d-block.mx-auto.img_p1 {
    position: relative;
    bottom: 42px;
    /* right: -16px; */
    left: 62px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 11px 10px;
    border-radius: 50%;
    cursor: pointer;
}

small.g_2 {
    display: block;
    text-align: right;
    /* float: right; */
    /* margin-left: 22px; */
    margin-right: 57px;
    font-size: 12px;
    cursor: pointer;
}

.img_1 {
    width: 17%;
}

.m_13 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 25px;
    width: 53%;
    position: relative;
    top: 407px;
    left: 250px;
    /* bottom: -36px; */
}

.m_13 .mb_12 h6 {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}

.m_13 .m_12 p {
    font-size: 16px;
    line-height: 20px;
}

.m_13 .f_30 {
    background: #F2EFEF 0% 0% no-repeat padding-box;
    border: 1px solid #B8B8B8;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 39px;
    text-align: center;
    width: 80%;
    color: #000000;
    opacity: 0.5;
}

.m_13 .b_10 {
    background: #F8D034 0% 0% no-repeat padding-box;
    border-radius: 10px;
    margin-top: 30px;
    border: none;
    padding: 8px 35px;
    border-radius: 10px;
    color: #000000;
    border-radius: 10px;
    font: normal normal normal 16px/20px Cera Pro;
    transition: var(--trans);
}

.f_14 label {
    font-size: 14px;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #dee2e6 !important;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.notifaction h6 {
    font-size: 30px;
    color: #000000;
    padding-bottom: 15px;
}

.b1_10 {
    padding: 10px 33px;
    color: #000;
    border: 1px solid #707070;
    opacity: 1;
}

table.table.list_34 {
    border: 1px solid #707070;
    background: #FFFFFF;
}

img.d-block.mx-auto.img_3 {
    margin-top: 13px;
    padding-bottom: 25px;
}

small.s_20 {
    display: block;
    font-size: 11px;
    margin-top: 14px;
    margin-right: 13px;
}

.list_34 .p_10 {
    margin-bottom: 0px;
    margin-top: -8px;
    padding-left: 16px;
    font-size: 16px;
}

span.l_23 {
    color: #000;
    font-size: 16px;
}

.td_1 .img2 {
    padding: 0px 62px;
}

.h_2 {
    margin-top: 8px;
    padding-left: 16px;
}

.mb_1 {
    background: transparent linear-gradient(0deg, #FFC500 0%, #FFFF3D 100%) 0% 0% no-repeat padding-b
}

.cl_img {
    height: 100vh;
    background-image: url(../images/login.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*padding: 6%;*/
}

.img_2 {
    width: 50%;
    position: absolute;
    top: 35%;
    left: 4%;
}

.pl_2 {
    padding-left: 0px !important;
}

/* form.f_23 {
    padding-left: 20px;
    padding-top: 43px;
} */
.login_main .form-group.f_34 {
    margin-bottom: 15px;
}

.f_23 label {
    font-size: 16px;
    color: #FFFFFF;
    padding-bottom: 6px;
}

label.reminder_lable {
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Cera normal';
    width: 100%;
}

a.forget_pass {
    color: #474747 !important;
    font-size: 14px;
    float: right;
    font-family: 'Cera Medium', sans-serif;
}

input.form-control.f_35 {
    /*width: 90%;*/
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 15px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #707070;
    padding: 8px 15px;
    border: none;
}

.form-check.f_32 {
    padding-top: 10px;
}

input.form-check-input.f_37 {
    background: transparent;
    /* opacity: 0.2; */
    /* background: transparent; */
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    width: 15px;
    height: 15px;
}

.login_form .r_1 {
    font-size: 12px;
    color: #FFFFFF;
    /* opacity: 1; */
    font-family: 'Cera normal';
    margin-left: 9px;
}

.login_form .f_2 {
    /* display: inline-block; */
    /* float: right; */
    margin-left: 134px;
    color: #474747;
    font-size: 12px;
}

.user_login1 .f_g1 {
    margin-top: 16px;
    cursor: pointer;
}

.user_login1 .si_1 a {
    color: #474747 !important;
}

.login_form .l_32 {
    padding: 4px 25px;
    background: #F2D35A 0% 0% no-repeat padding-box;
    border-radius: 9px;
    width: 55%;
    border: none;
    color: #FFFFFF;
    font-size: 25px;
    transition: var(--trans);
}

.login_form .or_2 {
    text-align: center;
    margin-top: 18px;
}

.login_form .or_1 {
    color: #FFFFFF;
    font-size: 15px;
}

.login_form .ca_1 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}

/* ::placeholder {
    color: red;
    font-size: 13px;
} */
.user_login {
    height: 100vh;
    background-image: url(../images/login.png);
    background-size: cover;
    /* background-position: fixed; */
    /* background-position: center; */
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}

.user_login::after {
    content: '\A';
    position: absolute;
    background: #ECB942;
    top: 0;
    bottom: 0;
    /* left: 0; */
    right: 0px;
    width: 35%;
    height: 100vh;
}

.user_login1 .login_form .l_2 {
    color: #FFFFFF;
    line-height: 26px;
}

.user_login1 .login_form {
    position: absolute;
    top: 3%;
    right: 22%;
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 3px;
}

.user_login1 .f_23 {
    padding-left: 20px;
    padding-top: 12px;
}

.user_login1 .l_34 {
    padding: 5px 0px;
    background: #F2D35A 0% 0% no-repeat padding-box;
    border-radius: 9px;
    width: 60%;
    border: none;
    color: #FFFFFF;
    font-size: 20px;
    transition: var(--trans);
}

.user_login1 .f_34 {
    padding-bottom: 10px;
}

.user_login1 .f_34 label {
    font-size: 14px;
}

.user_login1 .ca_2 {
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Cera normal';
}

.user_login1 .si_1 {
    color: #474747;
    font-family: 'Cera normal';
    cursor: pointer;
}

.user_login1 input::placeholder {
    opacity: 0.3;
}

.user_login1 .login_form .or_2 {
    text-align: center;
    margin-top: 0px;
}

.user_login2 {
    height: 100vh;
    background-image: url(../images/login.png);
    background-size: cover;
    /* background-position: fixed; */
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}

.user_login2::after {
    content: '\A';
    position: absolute;
    background: #ECB942;
    top: 0;
    bottom: 0;
    /* left: 0; */
    right: 0px;
    width: 35%;
    height: 100vh;
}

.user_login2 .login_form {
    position: absolute;
    top: 8%;
    right: 22%;
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 80px;
    /* height: 89vh; */
    /* bottom: 4%; */
}

.user_login2 ::placeholder {
    opacity: 0.3;
}

.user_login2 .f_23 {
    padding-left: 20px;
    padding-top: 21px;
}

.user_login2 .f_p1 {
    float: right;
    /* margin: auto; */
    margin-right: 37px;
    font-size: 12px;
    color: #474747;
}

.user_login2 .f_34 {
    padding-bottom: 14px;
}

.user_login2 .l_34 {
    padding: 3px 0px;
    background: #F2D35A 0% 0% no-repeat padding-box;
    border-radius: 9px;
    width: 60%;
    border: none;
    color: #FFFFFF;
    font-size: 25px;
    transition: var(--trans);
}

.user_login2 .l_2 {
    color: #FFFFFF;
    margin-left: 20px;
    margin-top: 100px;
    font-size: 42px;
    line-height: 43px;
}

.user_login2 .ca_2 {
    font-size: 20px;
    font-family: 'Cera Normal';
    cursor: pointer;
}

.user_login2 .ca_2 a {
    color: #FFFFFF !important;
}

.user_login2 .f_g1 {
    margin-top: 60px;
}

.user_login1 .arrow {
    width: 3%;
    cursor: pointer;
}

.login_form {
    position: absolute;
    top: 22%;
    padding: 20px;
    overflow: hidden;
    width: 26%;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 30px;
    z-index: 1;
}

.login_form:before {
    content: '';
    position: absolute;
    background: inherit;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px 0px 10px #00000029;
    z-index: -1;
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
}

.login_form>h1.l_2 {
    font-size: 26px;
    color: #fff;
}

.form-group.f_34>label {
    color: #fff;
}

/*.glass {
    position: relative;
    background: inherit;
    overflow: hidden;
    width: 28%;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 30px;
    z-index: 1;
}
.glass:before {
    content: '';
    position: absolute;
    background: inherit;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -20px;
    box-shadow: 0px 0px 10px #00000029;
    z-index: -1;
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
}*/
.cl_img:after {
    content: '\A';
    position: absolute;
    background: #ECB942;
    top: 0;
    bottom: 0;
    /* left: 0; */
    right: 0px;
    width: 35%;
}

.error {
    font-size: 14px;
    color: red;
}

.mr-1 {
    margin-right: 6px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #f8d034 !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    border-radius: 10px;
    padding: 6px 12px;
}

.page-link {
    z-index: 3;
    color: #000000 !important;
    background-color: #f8d034;
    border-color: f8d034;
    border-radius: 10px;
    padding: 6px 12px !important;
}

.page-link:focus {
    z-index: 3;
    color: #f8d034 !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    outline: 0;
    box-shadow: none !important;
}

.page-item:first-child .page-link {
    border-radius: 30% !important;
}

.page-item:last-child .page-link {
    border-radius: 30% !important;
}

.pagination li {
    padding: 3px;
}

.disabled .page-link {
    color: #212529 !important;
    opacity: 0.5 !important;
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #f8d034;
    border-color: #000000;
}

.assign-img {
    width: 21px;
    height: 21px;
    margin-top: 5px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 51px !important;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 6px !important;
    padding: 0;
    margin-left: 11px !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 47px !important;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dcdcdc !important;
    border-radius: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 43px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px !important;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.bulk_upload {
    padding: 20px 15px;
    /*border: 1px solid silver;*/
    border-radius: 10px;
    margin-bottom: 2%;
    background: #000000;
    box-shadow: 3px 5px 10px #000000;
    border: 0.5px solid #AAAAAA;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-red {
    color: red;
}

.table>:not(caption)>*>* {
    border-bottom-width: 0px !important;
}

.table>:not(:first-child) {
    border-top: none;
}

.nav_menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.nav_menu::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(247, 247, 247, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.img_sidebar {
    width: 22px;
    height: 22px;
}

.text-click {
    color: #7f7f7f;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
}

::-webkit-scrollbar-thumb {
    /* border-radius: 4px;*/
    background-color: #F8D034;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left !important;
}

.modal-content {
    /*height: 550px !important;*/
    overflow-y: auto !important;
}

.inventry_modal {
    max-width: 1200px;
    margin: 1.75rem auto;
}

.invoice_modal {
    max-width: 600px;
    margin: 1.75rem auto;
}

.custom-select {
    position: relative;
}

.custom-select select {
    display: none;
    /*hide original SELECT element: */
}

.select-selected {
    background-color: var(--primary);
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 19px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: black transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent black transparent;
    top: 12px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
    color: black;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: var(--primary);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.plus-icon {
    color: #352222;
}

.plus-icon:hover {
    color: #352222;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: "FontAwesome";
    color: #757575;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 29px;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview .image-popup-vertical-fit>div {
    width: 90%;
    height: 90%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.search_filter {
    background: #333333;
    box-shadow: 3px 5px 10px #000000;
    border: 0.5px solid #AAAAAA;
    border-radius: 8px;
    padding: 25px 20px;
}

.search_filter .form-control {
    background: #000000;
    box-shadow: 3px 5px 10px #000000;
    border: 0.5px solid #AAAAAA;
    border-radius: 4px;
    padding: 10px;
    height: 48px;
    color: var(--white);
}

.search_filter .search_btn {
    margin-right: 10px;
}

.search_filter .search_btn,
.search_filter .clear_btn {
    padding: 12px 30px;
    border-radius: 5px;
}

.search_filter label {
    color: var(--white);
    margin-bottom: 10px;
}

.search_filter .select2-container--default .select2-selection--single {
    border-radius: 0.25rem !important;
    border: 0.5px solid #AAAAAA !important;
    background: #000000;
    box-shadow: 3px 5px 10px #000000;
    height: 49px !important;
}

.search_filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 48px !important;
}

.search_filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
}

.common_form_main {
    background: #333333;
    box-shadow: 3px 5px 10px #000000;
    border: 0.5px solid #AAAAAA;
    border-radius: 8px;
    padding: 25px 20px;
    position: relative;
    z-index: 999;
}

.common_form_main .form-control {
    background: #000000;
    box-shadow: 3px 5px 10px #000000;
    border: 0.5px solid #AAAAAA;
    border-radius: 4px;
    padding: 10px;
    height: 48px;
    color: var(--white);
}

.common_form_main .search_btn {
    margin-right: 10px;
}

.common_form_main .search_btn,
.common_form_main .clear_btn {
    padding: 12px 30px;
}

.common_form_main label {
    color: var(--white);
    margin-bottom: 10px;
}

.common_form_main .box-form,
.common_form_main .form-group {
    margin-bottom: 20px;
}

.common_form_main .select2-container--default .select2-selection--single {
    border-radius: 0.25rem !important;
    border: 0.5px solid #AAAAAA !important;
    background: #000000;
    box-shadow: 3px 5px 10px #000000;
    height: 49px !important;
}

.common_form_main .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 48px !important;
}

.common_form_main .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
}

/* Select Multiple Css */
.common_form_main .select2-container--default .select2-selection--multiple {
    border-radius: 0.25rem !important;
    border: 0.5px solid #AAAAAA !important;
    background: #000000;
    box-shadow: 3px 5px 10px #000000 !important;
    /* height: 49px !important; */
}

.common_form_main .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin-top: 6px;
}

.search_filter input::placeholder,
.common_form_main input::placeholder {
    color: var(--white) !important;
}

.mt_10 {
    margin-top: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_25 {
    margin-top: 25px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_35 {
    margin-top: 35px;
}

.my_tab_hidden {
    display: none;
}

.pagination {
    margin-top: 25px;
}

/*.form-control {
    background: #000000;
    box-shadow: 3px 5px 10px #000000;
    border: 0.5px solid #AAAAAA;
    border-radius: 4px;
    padding: 10px;
    height: 48px;
    color: var(--white);
}*/
.production_event_tbl tbody tr td {
    background: #333333;
    color: #fff;
    font-size: 16px;
}

.production_event_tbl tbody tr td span {
    cursor: pointer;
}

.production_event_tbl tbody tr td .minus,
.production_event_tbl tbody tr td .plus {
    width: 32px;
    height: 32px;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 3px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #000000;
    box-shadow: 3px 5px 10px #000000;
    border: 0.5px solid #AAAAAA;
    border-radius: 4px;
    color: #fff;
}

.production_event_tbl tbody tr td .input_number {
    height: 34px;
    width: 100px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    background: #000000;
    box-shadow: 3px 5px 10px #000000;
    border: 0.5px solid #AAAAAA;
    border-radius: 4px;
    color: #fff;
}

form {
    margin-bottom: 0;
}

textarea::placeholder {
    color: #fff;
}

.login_main {
    font-family: 'Poppins', sans-serif;
}

.login_left_main {
    background-image: url(../images/login.png);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color: #fff;
}

.login_left_main::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00000073;
}

.login_left_main .left_inner {
    position: relative;
    text-align: center;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
}

.login_left_main .left_inner img {
    width: 40%;
}

.login_left_main .left_inner h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 20px;
}

.login_left_main .left_inner p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.login_right_main {
    padding-top: 2%;
    padding-bottom: 2%;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    color: #000;
}

.login_right_main .right_inner {
    width: 74%;
    margin: 0 auto;
}

.login_right_main .right_inner h1 {
    font-size: 30px;
    /*text-align: center;*/
    margin-bottom: 20px;
    margin-top: 15px;
}

.login_right_main h1,
.login_right_main h2,
.login_right_main h3,
.login_right_main h4,
.login_right_main h5,
.login_right_main h6 {
    color: #000 !important;
}

.login_right_main .right_inner form .form-group {
    margin-bottom: 20px;
}

.login_right_main .right_inner form .form-group label {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.login_right_main .right_inner form button.login_btn {
    background: #FFBB00;
    border: 1px solid #FFBB00;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
}

.login_right_main .right_inner .or_create_act {
    text-align: center;
}

.login_right_main .right_inner .or_create_act h6 {
    margin-top: 15px;
}

.login_right_main .right_inner .or_create_act h6 a {
    color: #000;
    text-decoration: underline;
    font-weight: 400;
}

.login_left_main form.registration_form {
    text-align: left;
    padding: 25px;
    background: #00000073;
    border-radius: 8px;
}

.login_left_main form.registration_form h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}

.login_left_main form.registration_form .form-group {
    margin-bottom: 20px;
}

.login_left_main form.registration_form .form-group label {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}

.login_left_main form.registration_form button.login_btn {
    background: #FFBB00;
    border: 1px solid #FFBB00;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    margin-top: 15px;
}

.login_left_main form.registration_form button.login_btn:hover {
    background: transparent;
    color: #FFBB00;
}

.recipe_list_main {}

.recipe_list_main ul li {
    display: inline-flex;
    width: 22%;
}

.staff_branch_cls li h5 {
    margin-top: 8px;
}

/*.recipe_list_main ul li:nth-child(2) {width: 43%;}*/
.recipe_list_main ul li img {
    margin-right: 20px;
}

.recipe_list_main .form-control {
    background: #000000;
    box-shadow: 3px 5px 10px #000000;
    border: 0.5px solid #AAAAAA;
    border-radius: 4px;
    padding: 10px;
    width: 60px;
    text-align: center;
    color: var(--white);
    height: 40px;
}

.recipe_list_main label {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    color: #fff;
}

.recipe_list_main img {
    width: 40px;
    height: 40px;
}

.recipe_table_main table tbody tr td,
.sub_recipe_table_main table tbody tr td {
    padding: 0px;
}

.recipe_table_main table tbody tr td a.common_td_href,
.sub_recipe_table_main table tbody tr td a.common_td_href {
    display: block;
    height: 100%;
    padding: 7px 12px;
    color: var(--black);
}

.common_td_href {
    display: block;
    height: 100%;
    padding: 7px 12px;
    color: var(--black);
}

.common_td_href:hover {

    color: var(--black);
}

.icon_manage_cls {
    position: relative;
    z-index: 0;
}

.icon_manage_cls input.form-control {
    padding-left: 25px;
}

.icon_manage_cls span {
    color: #000;
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: 4px;
    z-index: 9;
}

.edit_icon_manage {
    position: relative;
    z-index: 0;
}

.edit_icon_manage input.form-control {
    padding-left: 27px;
}

.edit_icon_manage span {
    color: #ccc;
    font-size: 16px;
    position: absolute;
    left: 7px;
    top: 13px;
    z-index: 9;
}

.price_manage_cls {
    position: relative;
    z-index: 0;
}

.price_manage_cls input.form-control {
    padding-left: 27px;
}

.price_manage_cls span {
    color: #ccc;
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 13px;
    z-index: 9;
}

img.img_with_heading {
    margin-left: 10px;
    width: 30px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.login_main_outer {
    font-family: 'Poppins', sans-serif;
    background: #f7f7f7;
    position: relative;
    height: 100vh;
    padding: 20px 0;
}

.login_main_outer .login_logo {
    display: block;
    padding-left: 35px;
    margin-bottom: 25px;
}

.login_main_outer .login_logo img,
.registration_main_outer .login_logo img {
    width: 200px;
}

.login_main_outer .container {
    background: #fff;
    border-radius: 30px;
    position: relative;
    text-align: center;
    height: 85%;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
}

.login_main_outer .container .left_inner {
    max-width: 60%;
    margin: 0 auto;
}

.login_main_outer .container .left_inner h1 {
    /*color: #F2d35A !important;*/
    color: #000 !important;
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 800;
}

.login_main_outer .container .left_inner .form-group {
    margin-bottom: 25px;
    position: relative;
}

.login_main_outer .container .left_inner .form-group i.fa {
    position: absolute;
    left: 15px;
    top: 16px;
}

.login_main_outer .container .left_inner .form-group input.form-control {
    font-size: 14px;
    background: #f7f7f7;
    height: 48px;
    border: 0;
    border-radius: 0;
    padding-left: 35px;
}

.login_main_outer .container .left_inner .form-group button.login_btn {
    background: #F2d35A;
    width: 190px;
    border: 0;
    padding: 10px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
}

.login_main_outer .container .left_inner .form-group .error {
    text-align: left;
}

.login_main_outer .container .left_inner .pages_list ul {
    padding-top: 25px;
}

.login_main_outer .container .left_inner .pages_list ul li {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}

.login_main_outer .container .left_inner .pages_list ul li a {
    color: #000;
    text-decoration: underline;
    font-weight: 400;
}

.login_main_outer .container::before {
    content: '';
    background: #F2d35A;
    height: 100%;
    width: 42%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.login_main_outer .container .right_inner {
    position: relative;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.login_main_outer .container .right_inner h2 {
    color: #000 !important;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 35px;
}

.login_main_outer .container .right_inner p {
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}

.login_main_outer .container .right_inner .signup_btn {
    margin-top: 10px;
}

.login_main_outer .container .right_inner .signup_btn a {
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 25px;
    border-radius: 30px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.registration_main_outer {
    font-family: 'Poppins', sans-serif;
    background: #f7f7f7;
    position: relative;
    height: 100vh;
    padding: 20px 0;
}

.registration_main_outer .login_logo {
    display: block;
    padding-left: 35px;
    margin-bottom: 25px;
}

.registration_main_outer .container {
    background: #fff;
    border-radius: 30px;
    position: relative;
    text-align: center;
    height: 85%;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
}

.registration_main_outer .container .left_inner {
    max-width: 60%;
    margin: 0 auto;
    padding-top: 25px;
}

.registration_main_outer .container .left_inner h1 {
    /*color: #F2d35A !important;*/
    color: #000 !important;
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 800;
}

.registration_main_outer .container .left_inner .form-group-1 {
    position: relative;
}

.registration_main_outer .container .left_inner .form-group {
    margin-bottom: 25px;
    position: relative;
}

.registration_main_outer .container .left_inner .form-group i.fa {
    position: absolute;
    left: 10px;
    top: 16px;
}

.registration_main_outer .container .left_inner .form-group i.fa.fa-envelope {
    font-size: 14px;
}

.registration_main_outer .container .left_inner .form-group input.form-control,
.registration_main_outer .container .left_inner .form-group select.form-control {
    font-size: 14px;
    background: #f7f7f7;
    height: 48px;
    border: 0;
    border-radius: 0;
    padding-left: 30px;
}

.registration_main_outer .container .left_inner .form-group button.login_btn {
    background: #F2d35A;
    width: 190px;
    border: 0;
    padding: 10px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
}

.registration_main_outer .container .left_inner .form-group .error {
    text-align: left;
}

/*.registration_main_outer .container .left_inner .pdleft15{padding-left: 15px !important;}*/
.registration_main_outer .container .left_inner .pdleft0 {
    padding-left: 0px;
}

.registration_main_outer .container .left_inner .pages_list ul {
    padding-top: 25px;
}

.registration_main_outer .container .left_inner .pages_list ul li {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}

.registration_main_outer .container .left_inner .pages_list ul li a {
    color: #000;
    text-decoration: underline;
    font-weight: 400;
}

.registration_main_outer .container::before {
    content: '';
    background: #F2d35A;
    height: 100%;
    width: 42%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.registration_main_outer .container .right_inner {
    position: relative;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.registration_main_outer .container .right_inner h2 {
    color: #000 !important;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 35px;
}

.registration_main_outer .container .right_inner p {
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}

.registration_main_outer .container .right_inner .signup_btn {
    margin-top: 10px;
}

.registration_main_outer .container .right_inner .signup_btn a {
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 25px;
    border-radius: 30px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.common_form_main .tab-content {
    margin-top: 35px;
}

.common_form_main ul.nav.nav-tabs {
    border: 0;
}

.common_form_main ul.nav.nav-tabs li.nav-item {
    margin-right: 10px;
}

.common_form_main ul.nav.nav-tabs li.nav-item .nav-link {
    background-color: var(--black);
    color: var(--white);
    box-shadow: 3px 5px 10px #000000;
}

.common_form_main .nav-tabs .nav-item.show .nav-link,
.common_form_main .nav-tabs .nav-link.active {
    color: var(--black) !important;
    background-color: var(--primary) !important;
    border-color: var(--primary);
    font-weight: 500;
}


ul.outer_main_tabs {
    margin-bottom: 35px;
    margin-top: 35px;
    border-bottom: 1px solid #aaa;
}

ul.outer_main_tabs li {
    display: inline-block;
    margin-right: 10px;
}

ul.outer_main_tabs li a {
    color: #8B8B8B;
    font-weight: 500;
    padding: 10px 15px;
    display: block;
    background: #171617;
    border-radius: 7px 7px 0px 0px;
}

ul.outer_main_tabs li a.active {
    color: var(--black) !important;
    background-color: var(--primary) !important;
}

.tab_common_form_main {
    background: #333333;
    box-shadow: 3px 5px 10px #000000;
    border: 0.5px solid #AAAAAA;
    border-radius: 8px;
    padding: 25px 20px;
}

.tab_common_form_main .custome_tab {
    display: none;
}

.tab_common_form_main .custome_tab.active {
    display: block;
}

.tab_common_form_main ul.nav.nav-tabs {
    border-color: #aaa;
    padding-bottom: 1px;
    margin-bottom: 25px;
}

.tab_common_form_main ul.nav.nav-tabs li.nav-item {
    margin-right: 10px;
}

.tab_common_form_main ul.nav.nav-tabs li.nav-item a.nav-link {
    color: #8B8B8B;
    font-weight: 500;
    padding: 10px 15px;
    display: block;
    background: #171617;
    border-radius: 7px 7px 0px 0px;
    font-size: 16px;
    border: 0;
}

.tab_common_form_main ul.nav.nav-tabs li.nav-item a.nav-link.active {
    color: var(--black) !important;
    background-color: var(--primary) !important;
}

.tab_common_heading {
    font-size: 20px;
}

.common_black_box {
    background: #171617;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
}

.common_black_box h4 {
    font-size: 16px;
}

.common_black_box p {
    color: #BFBFBF;
    font-size: 12px;
    margin-bottom: 0;
}

.price_with_months {
    text-align: center;
}

.price_with_months label {
    color: #F2D35A;
    font-size: 38px;
    font-weight: 600;
}

.price_with_months label span {
    color: #fff;
}

.price_with_months label span.month_text {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
}

.billing_tab_1_img {
    text-align: right;
}

.range_field {
    margin-top: 25px;
    height: 44px;
    position: relative;
}

.range_field input[type="range"] {
    width: 100%;
    background: linear-gradient(90deg, #F2D35A 20%, #000 20.1%) !important;
    -webkit-appearance: none;
    height: auto;
    border-radius: 5px;
    outline: none;
    padding: 0;
    margin: 0;
}

.range_field::before {
    content: 'Start Date';
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFFFFF;
    font-size: 12px;
}

.range_field::after {
    content: 'End Date';
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFFFFF;
    font-size: 12px;
}

.packages_boxes {
    text-align: center;
    color: #fff;
    max-width: 90%;
    margin: 0 auto;
}

.packages_boxes .packages_info {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccccccb3;
    margin-bottom: 25px;
}

.packages_boxes .packages_info .restaurant_text {
    font-size: 18px;
    color: #FFFFFF;
    margin: 7px 0;
}

.packages_boxes .packages_info .package_with_months label {
    color: #F2D35A;
    font-size: 20px;
    font-weight: 600;
}

.packages_boxes .packages_info .package_with_months label span.month_text {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
}

.packages_boxes ul {}

.packages_boxes ul li {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.packages_boxes ul li::before {
    content: '';
    background-image: url('../images/yellow-circle.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0px 8px;
    position: relative;
    top: 2px;
    left: -10px;
}

.tbl_with_space table {
    border-collapse: separate;
    border-spacing: 0 12px;
}

.tbl_with_space table tbody tr {}

.tbl_with_space table tbody tr td {
    background: #000;
    padding: 13px 15px;
    color: #fff;
    font-size: 13px;
}

.tbl_with_space table tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
}

.tbl_with_space table tbody tr td:last-child {
    border-radius: 0px 10px 10px 0px;
}

.tbl_with_space table tbody tr td a {
    background: #F2D35A;
    border-radius: 6px;
    padding: 7px 15px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}


.billing_preference_boxes {
    min-height: 170px;
    position: relative;
}

.billing_preference_boxes p {
    font-size: 13px;
    margin-bottom: 5px;
}

.billing_preference_boxes h3 {
    font-size: 18px;
}

.billing_preference_boxes .yellow_btn {
    position: absolute;
    bottom: 0;
}

.yellow_btn a {
    background: #F2D35A;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 13px;
    color: #000;
    font-weight: 600;
}

.billing_preference_boxes .yellow_text_color {
    font-size: 13px;
    color: #F2D35A;
    margin-top: 5px;
}

.billing_preference_boxes label {
    font-size: 14px;
    color: #FFFFFF;
}

.billing_preference_boxes .form-control,
#Payment-History-Tab .form-control {
    padding: 10px 15px;
    color: #fff;
    background: #000000;
    border: 1px solid #B8B8B8;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 10px;
}

.billing_history_tbl {
    margin-top: 35px;
}

.billing_history_tbl table thead {
    background: var(--primary);
}

.billing_history_tbl table thead th {
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    padding: 12px 15px;
}

.billing_history_tbl table thead th:first-child {
    border-radius: 8px 0 0 0;
}

.billing_history_tbl table thead th:last-child {
    border-radius: 0 8px 0 0;
}

.billing_history_tbl table tbody tr {
    border-bottom: 0.5px solid #ccccccad;
}

.billing_history_tbl table tbody tr td {
    background: var(--black);
    padding: 10px 15px;
    font-size: 14px;
    color: var(--white);
}

.billing_history_tbl table tbody tr:last-child {
    border: 0;
}

.billing_history_tbl table tbody tr:last-child td:first-child {
    border-radius: 0 0 0px 8px;
}

.billing_history_tbl table tbody tr:last-child td:last-child {
    border-radius: 0 0px 8px 0;
}


.custom_breadcrum {
    margin-bottom: -15px;
    margin-top: 35px;
}

.custom_breadcrum h6 {
    font-weight: 400;
    margin: 5px 0 0;
}

.custom_breadcrum .page_linked {
    text-align: right;
}

.custom_breadcrum .page_linked a {
    background: #F2D35A;
    border-radius: 6px;
    padding: 7px 15px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.checkbox_field {
    color: #8B8B8B;
    font-weight: 500;
    font-size: 14px;
}

.checkbox_field input[type="checkbox"] {
    margin-right: 5px;
}


.user_personal_info {}

.user_personal_info p {
    color: #8B8B8B;
    font-size: 14px;
}

.user_personal_info table {}

.user_personal_info table tbody {}

.user_personal_info table tbody td {
    padding-left: 0;
    width: 0;
    color: #8B8B8B;
    font-size: 14px;
}

.user_personal_info table tbody td:last-child {
    color: #F2D35A;
    font-size: 13px;
}

.user_personal_info .form-group {
    margin-bottom: 20px;
}

.user_personal_info .form-group label {
    color: #FFFFFF;
    font-size: 13px;
    margin-bottom: 7px;
}

.user_personal_info .form-group .form-control {
    padding: 10px 15px;
    color: #fff;
    background: #000000;
    border: 1px solid #B8B8B8;
    border-radius: 5px;
    font-size: 14px;
}

/*Current Css*/

table.inventory-table1 .select_value {
    margin-top: 20px;
}

section.Primary-Cost table.inventory-table1 tbody tr td.individual_txt {
    vertical-align: top;
}

table.inventory-table1 {
    width: 100% !important;
}

table.inventory-table1 td.bulk_contain {
    width: 50%;
}

td.bulk_contain input#check_for_multiple_44 {
    margin-right: 5px;
}

.shopping_cart span.count_cart {
    color: #000;
    position: absolute;
    top: -12px;
    right: 47px;
    background: #f2d35a;
    padding: 0px;
    border-radius: 100%;
    padding-right: 7px;
    font-weight: 500;
    padding-left: 5px;
}

.shopping_list .production_event_tbl tbody tr td .input_number {
    height: 45px !important;
    width: 65px !important;
}

.shopping_list .production_event_tbl tbody tr td .minus, .production_event_tbl tbody tr td .plus {
    width: 32px !important;
    height: 45px !important;
    padding: 10px 4px 10px 5px;
    font-weight: 800;
}

.shopping_cart i {
    font-size: 30px;
    color: white;
    margin-right: 20px;
    cursor: pointer;
}

.shopping_cart {
    position: relative;
}




/*Media Query*/
@media only screen and (max-width: 1024px) {

    /* .yield_main .icon {
        height: 60% !important;
    } */
    .popup-overlay {
        width: 100% !important;
        left: 0 !important;
        top: 15% !important;
    }
}

/*ipad*/
@media only screen and (max-width: 768px) {

    .login_main_outer .container::before,
    .login_main_outer .container .right_inner {
        display: none;
    }

    .f24 {
        font-size: 17px;
    }

    h4 {
        font-size: 16px;
    }

    /* .spent_summary_box{
        width: 100% !important;
      } */

    .login_main_outer .container .left_inner {
        max-width: 70%;
    }

    .login_main_outer .container .left_inner h1 {
        font-size: 26px;
        font-weight: 700;
    }

    .login_main_outer .container .left_inner .form-group {
        margin-bottom: 20px;
    }

    .login_main_outer .container .left_inner .form-group button.login_btn {
        margin-top: 10px;
    }

    .registration_main_outer .container {
        height: 90vh;
    }

    .registration_main_outer .container::before,
    .registration_main_outer .container .right_inner {
        display: none;
    }

    .registration_main_outer .container .left_inner {
        max-width: 70%;
    }

    .registration_main_outer .container .left_inner h1 {
        font-size: 26px;
        font-weight: 700;
    }

    .registration_main_outer .container .left_inner .form-group {
        margin-bottom: 20px;
    }

    .registration_main_outer .container .left_inner .form-group button.login_btn {
        margin-top: 10px;
    }

    .login_left_main {
        order: 2;
        height: 60vh;
    }

    .login_left_main .left_inner {
        padding: 5% 0;
    }

    .login_left_main .left_inner h2 {
        font-size: 24px;
    }

    .login_right_main {
        order: 1;
    }

    .siderbar_logo {
        text-align: left;
        /* width: 150px !important; */
    }

    .siderbar_logo a {
        font-size: 18px;
        left: 15px;
    }

    .siderbar_logo a span.dot_circle {
        height: 32px;
        width: 32px;
        top: 8px;
        left: -6px;
    }

    .my_header_logo img.main_logo {
        width: 45%;
    }


    .cli_img img {
        width: 40px;
        height: 40px;
    }

    .profile_img_toggle ul {
        padding-left: 50px;
        font-size: 14px;
    }

    .left_menu {
        width: 190px;
    }

    .nav_menu {
        padding-top: 10px;
        padding-bottom: 10px;
        height: calc(100% - 50px);
    }

    .nav_menu>li {
        margin-bottom: 10px;
        margin-left: 3%;
        margin-right: 3%;
    }

    .nav_menu li a {
        padding: 4px 10px;
        font-size: 14px;
    }

    ul.inner_item {
        padding: 5px 0 0 15px;
    }

    .nav_menu li .inner_item a {
        padding: 7px 10px;
    }

    .main_right {
        padding: 15px;
        width: calc(100% - 190px);
    }

    .f24 {
        font-size: 18px;
    }

    .rec_btn {
        font-size: 14px;
        padding: 7px 15px;
    }

    .rec_btn img {
        margin-right: 2px;
    }

    .search_filter {
        padding: 20px 15px;
    }

    .dish_box {
        padding: 15px;
        margin-right: 1% !important;
        width: 48.1%;
    }

    .search_filter .search_btn,
    .search_filter .clear_btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .search_filter .form-control {
        font-size: 14px;
        margin-bottom: 20px;
        height: 40px;
    }

    input::placeholder,
    textarea::placeholder {
        font-size: 14px;
    }

    .common_form_main .form-control {
        font-size: 14px;
    }

    .common_form_main .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }

    .common_form_main label {
        font-size: 14px;
    }

    .common_form_main .box-form,
    .common_form_main .form-group {
        margin-bottom: 15px;
    }

    .all_inve_tab thead th {
        padding: 6px 10px;
        font-size: 15px;
    }

    .all_inve_tab tbody tr td {
        padding: 4px 10px;
    }

    .bulk_upload {
        margin-bottom: 25px;
    }

    .bulk_upload a {
        margin-bottom: 25px;
    }

    .h5,
    h5 {
        font-size: 20px;
    }

    .popup-overlay {
        width: 100% !important;
        left: 0 !important;
        top: 15% !important;
    }


}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff !important;
}

.expenses_dashboard .dish_box {
    width: 100% !important;
}

.dish_main.expenses_dashboard .dish_box_main hr {
    color: white;
}

/* .spent_summary_box{
    width: 100% !important;
  }
  .po_summary_box{
    width: 100%;
    margin-top: 30px;
  }
  .budget_box{
    width: 100%;
  }
  .department_box{
    width: 100%;
  }
  .supplier_box {
    width: 100%;
}
.employee_box {
    width: 100%;
} */
/* .search_filter .search_btn, .search_filter .clear_btn {
    padding: 10px 18px;
    border-radius: 5px;
} */




@media only screen and (max-width: 767px) {


    .custom-select {
        width: 105px !important;
    }

    .f20 {
        font-size: 16px;
    }

    .f18 {
        font-size: 16px;
    }

    .f24 {
        font-size: 16px;
    }

    .search_filter .search_btn,
    .search_filter .clear_btn {
        padding: 4px 14px;
        font-size: 14px;
    }

    h2 {
        font-size: 16px;
    }

    table th {
        font-size: 14px;
    }

    table tr td {
        font-size: 14px;
    }

    .add_inve_box label,
    .add_inve_box input {
        font-size: 14px;
    }

    div.dt-buttons {
        text-align: left !important;
    }

    h5 {
        font-size: 16px;
    }

    /*.login_main_outer {background: #fff;}*/
    .siderbar_logo {
        text-align: center;
        width: 100% !important;
    }

    .left_menu.close .toggle {
        Z-INDEX: 99;
        WIDTH: 67PX;
        right: -30px;
        background: none;
    }

    .siderbar_logo a {
        font-size: 18px;
        left: 0px !important;
    }

    .left_menu {
        width: 250px;
    }

    .login_main_outer .container {
        height: 70%;
    }

    .order_cls_second a {
        font-size: 14px !important;
    }

    .order_cls_second {
        order: 1 !important;
    }

    .order_cls_first {
        order: 2 !important;
    }

    .spent_summary_box {
        width: 100% !important;
    }

    .po_summary_box {
        width: 100%;
        margin-left: 0px;
        margin-top: 30px;
    }

    .purhaseordercard .card-shadow {
        width: 47%;
        margin: 3px;
    }

    .budget_box {
        width: 100%;
    }

    .search_filter .budget_box label {
        display: unset;
    }

    .purhaseordercard .filter-button {
        width: 38% !important;
    }

    .purhaseordercard .clear-button {
        width: 38% !important;
    }

    .budget_box .progress {
        margin-bottom: 15px;
    }

    .department_box {
        width: 100% !important;
        margin-left: 0px;
    }

    .search_filter .department_box label {
        display: unset;
    }

    .search_filter .department_box progress {
        margin-bottom: 15px;
    }

    .dish_box img {
        width: 40px !important;
    }

    .budget_box .bar_heading {
        width: auto !important;
    }

    .col-md-12.search_filter.inv_box {
        font-size: 14px !important;
    }

    .avatar-upload .avatar-edit {
        right: 85px;
        top: -1px;
    }

    .avatar-upload .avatar-preview {
        width: 113px;
        height: 113px;
    }

    .popup-overlay {
        width: 100% !important;
        left: 0 !important;
        padding: 10px !important;
    }

    .supplier_box {
        width: 100%;
        box-shadow: none;
        padding: 0px;
    }

    .custom-select {
        font-size: 14px !important;
    }

    .employee_box {
        width: 100%;
        box-shadow: none;
        padding: 0px;

    }

    .expenses-ul {
        font-size: 14px;
    }

    .expenses_dashboard .dish_box {
        margin-bottom: 20px;
    }

    #sandbox-container {
        margin-bottom: 30px;
    }

    .search_filter a {
        color: white !important;
        padding: 4px;
        font-size: 14px;
    }

    .head_icon {
        width: 30px !important;
        height: 22px !important;
        margin-left: 3px !important;
    }

    .rec_btn {
        font-size: 14px;
        padding: 4px 15px;
        margin-bottom: 15px;
    }

    button.yield_calculator_btn {
        top: 20px !important;
        right: 0 !important;
        padding: 5px 8px !important;
    }

    .all_ingradient {
        text-align: left !important;
        margin-top: 20px !important;
    }

    button.yield_calculator_btn {
        position: unset !important;
        margin-top: 20px;
    }

    .yield_cost_pr_kg_price {
        text-align: left !important;
    }

    .yield_cost_pr_kg {
        text-align: left !important;
        margin-top: 15px !important;
    }

    p {
        font-size: 14px !important;
    }

    .common_form_main .form-control {
        height: 40px;
    }

    .yield_main .table tfoot tr td .plus-icon {
        padding: 4px 6px;
    }

    section.sub-racipecard .card-shadow h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .common_form_main {
        padding: 14px 8px;
    }

    .nav_menu {
        height: calc(70% - 50px);
    }

    .download_button {
        text-align: left !important;
    }

    .tab_common_form_main ul.nav.nav-tabs li button.nav-link {
        padding: 8px 15px !important;
        font-size: 14px !important;
    }

    #tab-supplier {
        font-size: 14px !important;
    }

    .profile_img_toggle {
        float: unset;
    }

    .profile_img_toggle img {
        width: 40px !important;
        height: 40px !important;
    }

    .my_header_logo {
        margin-bottom: 6px;
    }

    ul.profile-img-dropdown-menu {
        min-width: 10rem;
        width: 60%;
        padding: 5px 10px;
        padding-left: 18px !important;
    }

    #cont {
        min-width: unset !important;
        overflow-y: scroll !important;
    }

    .request_heading {
        padding-top: 20px !important;
        padding-left: 20px !important;
    }

    .tab_common_form_main ul.nav.nav-tabs li.nav-item {
        margin-right: 1px !important;
    }

    .tab_common_form_main ul.nav.nav-tabs li.nav-item a.nav-link {
        padding: 6px 5px !important;
    }


    .registration_main_outer .container {
        height: 70%;
    }

    .registration_main_outer .container .left_inner {
        max-width: 100%;
    }

    /*.registration_main_outer .container .left_inner .pdleft15 {padding-left: 35px !important;}*/
    .registration_main_outer .container .left_inner .pdleft0 {
        padding-left: 12px !important;
    }

    .login_left_main {
        height: auto;
        padding-right: 0;
    }

    .login_left_main .left_inner {
        padding: 10% 0;
        width: 90%;
    }

    .login_left_main .left_inner h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .login_right_main {
        padding-right: 0;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .login_right_main .right_inner {
        width: 90%;
    }

    .login_right_main .right_inner h1 {
        font-size: 24px;
    }
}



.v-icon {
    width: 5% !important;
}

.head_icon {
    width: 35px;
    height: 35px;
    margin-left: 5px;
}

.tooltip_in_select {
    float: right;
    color: white;
    position: absolute;
    top: 16px;
    z-index: 9;
    right: 20px;
}

.relative {
    position: relative !important;
}

/*.nav_menu li a::before {
    content: attr(menu-title);
    position: absolute;
    left: calc(100% + 25px);
    width: max-content;
    background: var(--primary);
    padding: 4px 10px;
    border-radius: 5px;
    color: #000;
    top: 9px;
    font-size: 12px;
    font-weight: 500;
    opacity: 0;
    z-index: 9999;
}
.nav_menu li a:hover::before {
    opacity: 1;
}*/
/*
.nav_menu li a:hover::after {
    content: '';
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: var(--primary) transparent transparent transparent;
    position: absolute;
    left: calc(100% + 18px);
    top: 18px;
    transform: rotate(91deg);
} */
.left_menu.close .siderbar_logo a span.dot_circle {
    left: 0px;
}

.left_menu.close ul.inner_item {
    padding: 0px;
}

.left_menu.close .nav_menu li a span.text_menu {
    position: absolute;
    left: calc(100% + 10px);
    width: max-content;
    background: var(--primary);
    padding: 4px 10px;
    border-radius: 5px;
    color: #000;
    top: 9px;
    font-size: 12px;
    font-weight: 500;
}

.left_menu.close .nav_menu li a:hover span.text_menu {
    display: block;
    opacity: 1;
}

img.sidebar_img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.res_name {
    font-size: 14px;
    margin-top: 4px;
    display: block;
    font-weight: 700;
}

.video_icon {
    width: 40px;
    border-radius: 50%;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: black !important;
    text-align: center;
    white-space: nowrap;
    background-color: #f2d35a !important;
    transition: width .6s ease;
}

.yield_main .table .thead-light th {
    background-color: #F2D35A !important;
    padding: 10px;
    color: #000 !important;
    font-weight: 500;
}

.yield_main .table tfoot tr td .plus-icon {
    padding: 7px 15px;
    display: inline-block;
    border-radius: 5px;
    margin: 10px 0;
    border: 1px solid #f2d35a;
    color: #f2d35a;
    font-weight: 400;
}

.yield_main .table tfoot tr td {

    color: #fff;
}

.yield_main .table tfoot tr {
    border-bottom: 1px solid #424242;
}

.search_filter b,
.search_filter p {
    color: white;
}

.yield_main .table tbody.AppendRow tr td {
    background-color: #333333;
    padding: 15px 10px;
}

.yield_main .table tfoot.AppendRow tr td {
    background-color: #333333;
    padding: 15px 10px;
}

.tab_common_form_main ul.nav.nav-tabs li button.nav-link.active {
    color: var(--black) !important;
    background-color: var(--primary) !important;
}

.tab_common_form_main ul.nav.nav-tabs li button.nav-link {
    color: #8B8B8B;
    font-weight: 500;
    padding: 10px 15px;
    display: block;
    background: #171617;
    border-radius: 7px 7px 0px 0px;
    font-size: 16px;
    border: 0;
}

.loader_div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0404043d;
    z-index: 9;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: none;
}

.loader_div img {
    position: fixed;
    top: 50%;
}

.bg_req_draft {
    background-color: #999;
}

.bg_req_pending {
    background-color: #f90;
}



.bg_req_approve {
    background-color: #00f;
}



.common_td_href .sent_to_supplier {
    background: green !important;
    color: white;
    margin-right: 3px;
    padding: 4px;
    font-size: 11px;
    border-radius: 6px !important;
}

.bg_req_recieved {
    background-color: #980000;
}

.bg_req_paid {
    background-color: #34a853;
}

.bg_rq_archived {
    background-color: #000;
}

.bg_req_cancelled {
    background-color: #f00;
}

.bg_req_active {
    background-color: #246907;
}

.bg_req_decline {
    background-color: #c00;
}

.bg_req_delivered {
    background-color: #38761d;
}

.bg_req_part_delivered {
    background-color: #93c47d;
}

.bg_req_delete {
    background-color: #c00;
}

.bg_ready_to_pay {
    background-color: #2d810a;
}

.bg_outstanding {
    background-color: #f00;
}

.bg_rejected {
    background-color: red;
}

.bg_cancelled {
    background-color: #900;
}

.bg_settled {
    background-color: #4285f4;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default !important;
    color: #f2d35a !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {

    color: #f2d35a !important;
}

.dataTables_wrapper .dataTables_paginate .active {

    border: 1px solid #111 !important;

    background: #f2d35a !important;
    color: black !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button:hover {

    border: 1px solid #111 !important;

    background: #f2d35a !important;
    color: black !important !important;
}

.dataTables_wrapper .dataTables_paginate {
    float: left !important;
    text-align: right !important;
    padding-top: .25em !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #000 !important;
    cursor: pointer;
    color: white !important;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #000 !important;
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #000 !important;
}

.datepicker table {
    width: 100% !important;
}

.datepicker-inline {
    width: 100% !important;
}

.progress_line {
    height: 2rem;
    margin-top: 20px;
}

.text-gray-light {
    color: #b1aeae;
}

.text-yellow {
    color: #f2d35a;
}

.bud_span {
    position: absolute;
    margin-top: -30px;
    color: white;
    font-weight: 500;
}

.bud_ptag {
    font-size: 12px;
    color: #f2d35a;
    text-align: center;
    font-weight: 600;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f2d35a !important;
    color: black !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f2d35a !important;
    color: black !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
    color: black !important;
}

.select2-dropdown {
    background-color: #2e2e2e;
    color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 0.25rem !important;
    border: 0.5px solid #AAAAAA !important;
    background: #000000 !important;
    box-shadow: 3px 5px 10px #000000 !important;
    color: white !important;
}

table.dataTable thead>tr>th.sorting::before,
table.dataTable thead>tr>th.sorting::after,
table.dataTable thead>tr>th.sorting_asc::before,
table.dataTable thead>tr>th.sorting_asc::after,
table.dataTable thead>tr>th.sorting_desc::before,
table.dataTable thead>tr>th.sorting_desc::after,
table.dataTable thead>tr>th.sorting_asc_disabled::before,
table.dataTable thead>tr>th.sorting_asc_disabled::after,
table.dataTable thead>tr>th.sorting_desc_disabled::before,
table.dataTable thead>tr>th.sorting_desc_disabled::after,
table.dataTable thead>tr>td.sorting::before,
table.dataTable thead>tr>td.sorting::after,
table.dataTable thead>tr>td.sorting_asc::before,
table.dataTable thead>tr>td.sorting_asc::after,
table.dataTable thead>tr>td.sorting_desc::before,
table.dataTable thead>tr>td.sorting_desc::after,
table.dataTable thead>tr>td.sorting_asc_disabled::before,
table.dataTable thead>tr>td.sorting_asc_disabled::after,
table.dataTable thead>tr>td.sorting_desc_disabled::before,
table.dataTable thead>tr>td.sorting_desc_disabled::after {

    opacity: 0.425;

    font-size: 20px !important;
}

table.dataTable thead>tr>th.sorting_asc::before,
table.dataTable thead>tr>th.sorting_desc::after,
table.dataTable thead>tr>td.sorting_asc::before,
table.dataTable thead>tr>td.sorting_desc::after {
    opacity: 1 !important;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: white !important;
    text-align: left;
    list-style: none;
    background-color: #333333 !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    color: #000 !important;
    background-color: #f2d35a !important;
    border-color: #f2d35a !important;
}

.badge {
    width: 100% !important;
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {

    background: #333333 !important;
    color: white !important;
}

div.dt-buttons {
    float: right !important;
}

.dropdown-item {
    color: white;
}


/*Supplier Card*/

.supplier_card.card-shadow {
    padding: 10px 10px 10px;
    color: #fff;
    text-align: left;
    /* background: transparent linear-gradient(122deg, #3D3D3D 0%, #232222 100%); */
    background: transparent linear-gradient(122deg, #3d3d3d99 0%, #0b0b0b 100%);
    border-top: 4px solid #747474;
    border-radius: 8px;
    margin: 3px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-bottom: 1px solid #747474;
    border-left: 1px solid #747474;
    border-right: 1px solid #747474;
}

.supplier_card.card-shadow:hover {
    border: 1px solid #F2D35A;
    cursor: pointer;
    transform: translate(0, -10px);
    background: linear-gradient(110deg, #000 0%, #232222 100%);
}

.supplier_box h5 {
    margin-bottom: 30px;
}

.suppler_txt p {
    text-align: center;
}

.supplier_card.card-shadow p i {
    margin-right: 10px;
}

.sup_txt {
    text-align: center;
    margin-bottom: 15px;
}

.suppler_txt p i {
    color: #F8D034;
}

.sup_txt p span {
    color: #ffff;
    font-size: 12px;
    display: block;
}

.sup_txt p {
    margin-bottom: 0;
}

.pro_txt {
    background-color: #F8D034;
    margin-top: 10px;
}

.pro_txt p {
    color: #000;
    text-align: center;
}

.status p span {
    color: #ffff;
    font-size: 10px;
    float: right;
    background-color: #188755;
    padding: 3px 5px;
    border-radius: 5px;
    margin: 5px;
}

.border_bottom hr {
    border-bottom: 1px solid #ced4da;
}

p.total_price {
    text-align: right;
}


/*Style for the first level menu bar*/
.more_action ul#menu {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0;

    background: #333;
    color: #eee;
    box-shadow: 0 -1px rgba(0, 0, 0, .5) inset;
}

.more_action ul#menu>li {
    float: left;
    list-style-type: none;
    position: relative;
}

.more_action label {
    position: relative;
    display: block;
    padding: 0 18px 0 12px;
    line-height: 40px;
    transition: background 0.3s;
    cursor: pointer;
}

.more_action label:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 4px solid rgba(255, 255, 255, .5);
    border-bottom: 0 solid rgba(255, 255, 255, .5);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transition: border-bottom .1s, border-top .1s .1s;
}

.more_action label:hover,
input:checked~label {
    background: rgba(0, 0, 0, .3);
}

.more_action input:checked~label:after {
    border-top: 0 solid rgba(255, 255, 255, .5);
    border-bottom: 4px solid rgba(255, 255, 255, .5);
    transition: border-top .1s, border-bottom .1s .1s;
}



/*show the second levele menu of the selected voice*/
.more_action input:checked~ul.submenu {
    max-height: 300px;
    transition: max-height 0.5s ease-in;
}

/*style for the second level menu*/
.more_action ul.submenu {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    background: #444;
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    transition: max-height 0.5s ease-out;
    position: absolute;
    min-width: 100%;
    z-index: 9;

}

.more_action ul.submenu li a {
    display: block;
    padding: 12px;
    color: #ddd;
    text-decoration: none;
    box-shadow: 0 -1px rgba(0, 0, 0, .5) inset;
    transition: background .3s;
    white-space: nowrap;
}

.more_action input {
    display: none;
}

.more_action {
    right: 12%;
    position: absolute;
}

.more_action ul.submenu li a:hover {
    background: rgba(0, 0, 0, .3);
}

.bootstrap-tagsinput {
    background: #000000 !important;
    box-shadow: 3px 5px 10px #000000 !important;
    border: 0.5px solid #AAAAAA !important;
    border-radius: 4px !important;
    padding: 10px !important;
    line-height: 33px !important;
    color: var(--white) !important;
    width: 100%;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: black !important;
    background: #f2d35a !important;
    padding: 4px;
    border-radius: 4px;
}

.bootstrap-tagsinput input {
    color: white !important;
}

.search_div {
    background: #000;
    display: none;
}

.search_div ul li {
    padding: 5px;
}

.search_div ul {
    box-shadow: 2px 2px 9px 10px #252525;
}


.search_div .search_ul{
    height: 30vh;
    overflow: scroll;
} 

#trackingForm .search_div .search_ul{
    height: 40vh;
    overflow: scroll;
}

.search_div ul li:hover {
    padding: 5px;
    background-color: #f2d35a;
    color: white;
}

.inventories .chip {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: rgb(242, 211, 90);
    border-radius: 9999px;
    padding: 4px 4px 4px 8px;
    margin-right: 5px;
    color: black;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

.inventories .con_chip {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: rgb(242, 211, 90);
    border-radius: 9999px;
    padding: 4px 4px 4px 8px;
    margin-right: 5px;
    color: black;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

.inventories .chip__content {
    margin-right: 2px;
}

.inventories .button {
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    position: relative;
    color: #000;
}

.search_div ul li .achip {
    color: white !important;
}

.search_div ul li:hover a {
    padding: 5px;
    background-color: #f2d35a;
    color: #000 !important;
}

.yield_main .table tfoot tr {
    border-bottom: 1px solid #424242;
}

.yield_main .table tfoot tr td {
    /*background-color: #424242 !important;*/
    color: #fff;
}

.yield_main .table tfoot tr td .plus-icon {
    padding: 7px 15px;
    display: inline-block;
    border-radius: 5px;
    margin: 10px 0;
    border: 1px solid #f2d35a;
    color: #f2d35a;
    font-weight: 400;
}

.note-editor .note-toolbar,
.note-popover .popover-content {
    margin: 0;
    padding: 0 0 5px 5px;
    background: black !important;
    color: white;
    border: 0.5px solid #AAA !important;
}

[class*=" note-icon"]::before,
[class^="note-icon"]::before {

    color: white !important;
}

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
    padding: 10px;
    overflow: auto;
    word-wrap: break-word;
    background: black !important;
    border: 0.5px solid #AAA !important;
    color: white !important;
}



.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: white !important;
    background-color: #000 !important;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


#CookBookModal .modal-content {

    background-color: transparent !important;

}

#CookBookModal button.close {

    color: white !important;
}

#CookBookModal .modal-body {
    padding: 0px !important;
}

#CookBookModal .modal {

    background: #16161694 !important;
}

p.num_txt {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

span.mins_txt {
    font-size: 14px;
    vertical-align: super;
    margin-left: 8px;
    font-weight: 500;
}

.cook_step1 p.sub_txt {
    color: #fff;
    font-size: 14px;
}

.cook_method img {
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.process_steps {
    display: flex;
}

.cook_method {
    margin-bottom: 25px;
}

/*.cook_table table tbody tr:last-child td:first-child {
    border-radius: 0;
}*/
.main_description {
    margin-top: 25px;
}

.desc_title h6 {
    font-size: 15px;
    color: #f2d35a !important;
    padding: 8px 3px;
    margin-bottom: 0;
    font-weight: 700;
}

.desc_title {
    background-color: black;
    padding: 3px;
    border-radius: 5px;
}


.cook_description p {
    color: #fff;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 14px;
}

.cook_table table tbody tr td {
    background: #0000;
    color: #fff;
    padding: 10px 10px;
}

.cook_description ul li {
    color: #ff0000a3;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 14px;
}

.inventory-table tbody tr {
    border: 1px solid #424242;
}

.inventory-table tbody tr td {
    border: none !important;


}

.inventory-table tbody tr .first_td {
    margin-top: 0px !important;
    display: block;
}

.inventory-item-tr .fa.fa-exclamation-circle {
    color: #f4ca26;
    font-size: 23px;
}

.bootstrap-tagsinput {

    display: inline-block !important;


    vertical-align: middle;

    max-width: 100% !important;
    line-height: 1.5 !important;
    cursor: text !important;
    height: 49px !important;
    margin-bottom: 0.5rem !important;
    margin-top: -5px !important;
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #F2d35A;
    background-color: transparent;
}

.radio-item input[type=radio]:checked+label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: #F2d35A;
}

.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}

.radio-item input[type='radio'] {
    display: none;
}

.radio-item label {

    font-weight: normal;
}

.radio-item label:hover, input:checked~label {
    background: none !important;
}


.image-popup-vertical-fit {
    left: 5% !important;
    top: 5% !important;
    position: inherit !important;
}

.image-remove {
    background: white;
    padding: 10px;
    border-radius: 100%;
    color: red;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-title, .modal-content {
    color: white !important;
}

.modal-content button.close {
    position: absolute;
    right: 0px;
    border: none;
    background: tan;
    background: transparent;
    font-size: 25px;
    color: white !important;
    font-weight: 700 !important;
}

.modal-body {
    background: transparent !important;
    border-radius: 26px !important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: #28282891 !important;
    background-color: rgba(40, 40, 40, 0.57);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}

.modal-content .table thead tr {
    color: white !important;
    font-weight: 600;
}

.modal-content .table tbody tr {
    color: white;

}

.main_inventory_area .main_black_box {
    background: #333333;
    box-shadow: 3px 5px 10px #000000;
    border: 0.5px solid #AAAAAA;
    border-radius: 8px;
    padding: 25px 20px;
}

.main_inventory_area .search_value {
    background-color: #000;
}

.main_inventory_area .search_value ul li a {
    color: #fff;
}

.main_inventory_area .search_value ul li:hover a {
    padding: 5px;
    background-color: #f2d35a;
    color: #000 !important;
}

.main_inventory_area .search_value ul li {
    padding: 5px;
}

.main_inventory_area .search_value ul {
    box-shadow: 2px 2px 9px 10px #252525;
}

.main_inventory_area .search_output_box {
    margin-top: 15px;
    margin-bottom: 20px;
    background: #2A2A2A;
    border-radius: 8px;
    color: #fff;
    border: 0.5px solid #AAAAAA;
    border-radius: 8px;
    padding: 25px 20px;
}

.main_inventory_area .date_txt {
    margin-top: 35px;
}

.main_inventory_area .date_txt span {
    font-size: 14px;
}

.main_inventory_area select.select-selection {
    border-radius: 0.25rem !important;
    border: 0.5px solid #AAAAAA !important;
    background: #000000 !important;
    box-shadow: 3px 5px 10px #000000;
    height: 49px !important;
    color: #fff;
    line-height: 48px !important;
    width: 30%;
    display: block;
}

.main_inventory_area .selector_box {
    margin-top: 25px;
}

.main_inventory_area .check_box {
    margin-top: 10px;
}

.main_inventory_area .check_box label {
    margin-bottom: 0;
    font-size: 12px !important;
}

.main_inventory_area .sub_gardiant {
    margin-top: 30px;
    font-weight: 700;
}

.main_inventory_area .chips.main_chips {
    margin-top: 20px;
}

.main_inventory_area .main_con_chips {
    margin-top: 20px;
}

.main_inventory_area .box_border hr {
    border-bottom: 1px solid #dee2e6 !important;
    margin: 30px 0px;
}

.main_inventory_area .exclamation_icon.fa.fa-exclamation-circle {
    color: #f4ca26;
    font-size: 23px;
}

/*Media Query*/

@media only screen and (max-width: 767px) {

    .main_inventory_area .inventory_search_output label,
    .main_inventory_area .selector_box span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {

    .main_inventory_area .main_black_box,
    .main_inventory_area .search_output_box {
        padding: 25px 10px;
    }
}

@media only screen and (max-width: 414px) {
    .main_inventory_area .selector_box {
        margin-top: 5px;
    }

    .main_inventory_area .select_value.main_con_chips .con_chip {
        width: 100%;
        margin-bottom: 10px;
    }

    .main_inventory_area .search_descb h5 {
        font-size: 14px;
    }

    .main_inventory_area .chips.main_chips .chip__content {
        margin-left: 10px;
        font-size: 12px;
    }
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: white !important;
}

.dataTables_wrapper .dataTables_filter {
    float: left !important;
    text-align: right !important;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa !important;
    border-radius: 3px !important;
    padding: 5px !important;
    background-color: transparent !important;
    margin-left: 3px !important;
    color: white !important;
}

.cursor_pointer {
    cursor: pointer !important;
}

#image_preview {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border: 5px solid #ffffff1a;
    border-radius: 10px;
    margin-top: 9px;
}


.remove_image_preview {
    position: absolute;
    color: white;
    background: #000;
    color: red;
    padding: 4px;
    border-radius: 7px;
    right: 65%;
    cursor: pointer;

}

.cart_row .number .input_number {
    background: black;
    border: black;
    color: white;
    width: 15%;
    text-align: center;
}

.cart_row .number .qtybutton {
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.text-black {
    color: black !important;
}

.select2-container {
    z-index: 9999 !important;
}

#inventroy_transfer_modal .Primary-Cost {
    height: 300px;
    overflow-y: scroll;
}

#inventroy_transfer_modal .Primary-Cost .bg-black.table tr {
    border-bottom: 1px solid #c0c0c052 !important;
    padding: 5px !important;
}

.numberof-subrecipe .select2-container--default .select2-selection--multiple {
    border-radius: 0.25rem !important;
    border: 0.5px solid #AAAAAA !important;
    background: #000000;
    box-shadow: 3px 5px 10px #000000 !important;
   
}

.input_text_abs {
    position: relative;
}

.input_text_abs .form-control {
    padding-left: 40px;
}
.input_text_abs .time_text_left {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 95%;
    padding: 10px 0px;
    /*background: #2F2E2E;*/
    width: 38px;
    text-align: center;
    font-size: 18px;
    color: white;
}
.input_text_abs .time_text_right {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 95%;
    padding: 10px 0px;
    /*background: #2F2E2E;*/
    width: 38px;
    text-align: center;
    font-size: 18px;
    color: white;
}

.input_text_abs .clock_icon {
    position: absolute;
    top: 12px;
    left: 10px;
}

.flex_gap{
    gap: 1rem;
}

.topbar_setting_menu > .select2-container--default {
    max-width: 200px;
}


section.buffet_sales table thead tr th {
    background-color: #F2D35A;
    padding: 8px 10px;
    color: #000 !important;
    font-weight: 500;
}

section.buffet_sales table{
    color:white;
}

.cooking_instractions #image-upload-container {
    position: relative;
    width: 120px;
    height: 120px;
    border: 2px dashed gray;
    border-radius: 10px;
    left: 25px;
    overflow: hidden;
}


.cooking_instractions #upload-label {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: grey;
    padding: 6px 5px;
    border: 1px solid grey;
    width: 40px;
    border-radius: 50%;
    text-align: center;
}
.cooking_instractions #upload-label:hover {
 background-color: none;
}

.cooking_instractions #image-input {
    display: none;
}

.cooking_instractions #image-preview {
    width: 100%;
    height: 100%;
    display: none;
}

.cooking_instractions .delete_preview {
    position: absolute;
    z-index: 999999999;
    cursor: pointer;
    top: 3px;
    right: 2px;
    width: 16px;
}

.cooking_instractions .select_label{
    position: absolute;
    top: 79px;
    color: gray;
    left: 25px;
    font-size: 14px;
}


/* Style the select dropdown */
select[name="data-table_length"] {
    background-color: black !important; /* Black background */
    color: white !important; /* White text for the selected value */
    border: 1px solid white !important; /* Optional: white border for the dropdown */
}

/* Style the options inside the dropdown */
select[name="data-table_length"] option {
    background-color: black !important; /* Black background for the options */
    color: white !important; /* White text for the options */
}

@media screen {
    #printSection {
        display: none;
    }
  }
  
  @media print {
    body * {
      visibility:hidden;
    }
    #printSection, #printSection * {
      visibility:visible;
    }
    #printSection .common_form_main{
        box-shadow: none !important;
        padding: 0px !important;
        border: none !important;
    }
    #printSection .print_cookbook_btn{
        display: none;
    }
    #printSection .cookbook_print_header{
        display: block !important;
    }

    #printSection .cookbook_print_header .row div{
       
        width: 50% !important;
    }
    #printSection .process_steps p {
        color: black !important;
    }
    
    #printSection .cookbook_name{
        padding: 10px 0 6px  0;
        border-bottom: 1px solid !important;
        color:black !important;
     }

     #printSection .cookbook_name h5{
        color:black !important;
     }

    #printSection .cook_method img{
        filter: invert();
    }

    #printSection .cook_table tbody tr td{
        color:black !important;
    }

    #printSection {
      position:absolute;
      left:0;
      top:0;
    }

    #printSection .main_description p{
        color:black !important;
    }

    

  
  }