html, body, div, span, applet, object, iframe,
 p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color: inherit;
	text-decoration: none;
}
.pl-300 {
  padding-left: 300px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-75 {
  padding-left: 75px;
}

.w-290 {
  width: 290px !important;
}

.w-65 {
  width: 65px !important;
}

.trans-540deg {
  transform: rotate(-540deg);
}

.trans-180deg {
  transform: rotate(-180deg);
}

.trans-135deg {
  transform: rotate(-135deg);
}

.tac {
  text-align: center;
}

.mt-10 {
  margin-top: 10px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-5 {
  margin-right: -5px;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.bc-lightgreen {
  background-color: lightgreen !important;
}

.mar-left {
  margin-left: auto;
}

.mar-right {
  margin-right: auto;
}

.pos-ab {
  position: absolute;
}

.mar-inl-auto {
  margin-inline: auto;
}

*::-moz-selection {
  color: #fff;
  background: #2a2a2e;
}

*::selection {
  color: #fff;
  background: #2a2a2e;
}

body {
  font-family: "Manrope";
  font-variation-settings: "wght" 700;
  height: 100vh;
  background-color: #E5E5E5;
}

img {
  transition: transform 0.3s;
}

header {
  height: 50px;
  background-color: #2a2a2e;
  padding-right: 10px;
  display: flex;
}

label {
  margin-right: 5px;
  margin-block: auto;
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

input, select {
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
  line-height: 22px;
  color: #254050;
  outline: none;
  font-weight: 400;
  border: 1px solid #dce1e7;
  box-sizing: border-box;
}

select {
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f1f4f8;
}

::-webkit-scrollbar-thumb {
  background-color: #2a2a2e;
  border-radius: 16px;
}

.v-sidebar-menu {
  font-variation-settings: "wght" 500;
}

.vsm--scroll-wrapper {
  padding-top: 50px;
}

#main_content {
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header__content {
  margin-block: auto;
  display: flex;
  width: 100%;
}
.header__content span {
  color: #fff;
  font-size: 24px;
}
#main_content, .header__content {
  transition: padding-left 0.3s;
}

.v-sidebar-menu .vsm--toggle-btn {
  position: absolute;
  height: 50px !important;
}

.table_actions {
  display: flex;
  justify-content: space-between;
}
.table_actions a, .table_actions i {
  cursor: pointer;
  margin: auto;
  padding: 0;
}
.table_actions a:hover, .table_actions i:hover {
  opacity: 0.7;
}

.getting-started-example-styled__content {
  padding: 20px;
}
.getting-started-example-styled__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.getting-started-example-styled__actions {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.g-dialog-overlay {
  z-index: 999 !important;
}

.g-dialog-frame {
  z-index: 1000 !important;
}

.btn {
  display: block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s;
}
.btn:hover {
  opacity: 0.7;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.form-control {
  display: inline-block;
  height: 34px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
}

.form_content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.form_content small {
  text-align: end;
  color: #198754;
  transition: opacity 0.15s ease;
  cursor: pointer;
}
.form_content small:hover {
  opacity: 0.7;
}

.col-6 {
  width: 50%;
}

.details {
  display: flex;
}

.detail {
  background-color: #fff;
  border-radius: 10px;
  padding-inline: 10px;
  margin-inline: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.detail__title {
  font-size: 24px;
  text-align: center;
  padding-block: 10px;
  border-bottom: 2px solid #dadada;
}
.detail__title span {
  margin-left: 5px;
}

.content_title {
  font-size: 36px;
  padding-block: 10px;
}
.content_title small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}
.content_title small a {
  color: #3c8dbc;
}
.content_title small a:hover {
  opacity: 0.7;
}

.form {
  width: 360px;
  display: flex;
  margin-inline: auto;
}
.form_item {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.form_item label {
  width: 30%;
}
.form_item input, .form_item select {
  width: 70%;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 50px;
}

.card {
  margin-top: 20px;
  width: 240px;
  box-shadow: 16px 20px 5px -5px rgba(0, 0, 0, 0.6);
  margin-right: 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.card_img {
  width: 240px;
  height: 150px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
}
.card_img_href {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease;
  color: #fff;
}
.card_img_href i {
  border-radius: 20px;
  border: 3px solid #fff;
  font-size: 36px;
  padding: 7px;
  margin-inline: 5px;
  cursor: pointer;
}
.card_img:hover {
  background-size: 150%;
}
.card_img:hover .card_img_href {
  opacity: 1;
}
.card img {
  -o-object-fit: cover;
  object-fit: cover;
}
.card_content {
  padding-inline: 7px;
  padding-block: 5px;
  transition: background-color 0.5s linear;
}
.card_content .card_title {
  text-transform: uppercase;
  font-variation-settings: "wght" 800;
}
.card_content .card_items {
  margin-top: 10px;
  margin-bottom: 5px;
}
.card_content .card_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dashboard_actions_row {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  flex-wrap: wrap;
}

.counter_basket_circle {
  position: absolute;
  padding: 12px;
  background-color: #dc3545;
  border-radius: 50px;
  color: #fff;
  margin-top: -18px;
}

.counter_basket {
  font-size: 14px;
  position: absolute;
  margin-top: -10px;
  right: 50%;
  transform: translate(50%, 0);
}

.card_dropdown {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: auto;
}
.card_dropdown .card_dropdown_button {
  text-align: center;
  border-top: 2px solid #dadada;
  cursor: pointer;
}
.card_dropdown .card_dropdown_button i {
  margin-right: 10px;
}
.card_dropdown .card_dropdown_button .card_dropdown_content {
  position: absolute;
  padding-inline: 10px;
  min-height: 100px;
  box-sizing: border-box;
  width: 240px;
  background: #fff;
  padding-top: 10px;
  margin-bottom: 10px;
  z-index: 10;
  cursor: default;
  box-shadow: 16px 20px 5px -5px rgba(0, 0, 0, 0.6);
}
.card_dropdown .card_dropdown_button .card_dropdown_content .card_item {
  display: flex;
  justify-content: space-between;
}

.card_counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  font-size: 24px;
  justify-content: center;
  padding-bottom: 10px;
  transition: background-color 0.5s linear;
  align-items: center;
}
.card_counter input {
  width: 10%;
  margin-inline: 10px;
  font-size: 16px;
  text-align: center;
}
.card_counter i {
  cursor: pointer;
}

.basket_card {
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.basket_card_rows {
  padding-bottom: 10px;
}

.basket_card_row {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
}
.basket_card_row .basket_card__photo_name {
  flex: 1;
  justify-content: center;
}
.basket_card_row .basket_card__actions {
  flex: 0.5;
}
.basket_card_row .basket_card__price {
  width: 50%;
  justify-content: center;
}
.basket_card_row .basket_card__price input {
  width: 45%;
}

.basket_card_content {
  display: flex;
}

.basket_card__photo_name {
  width: 40%;
  padding-right: 10px;
  display: flex;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
}
.basket_card__photo_name .basket_card__photo {
  height: 60px;
  width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}
.basket_card__photo_name .basket_card__name {
  word-break: break-all;
  margin-left: 5px;
}

.basket_card__price {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 30%;
}
.basket_card__price input {
  width: 35%;
}

.basket_card__amount {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}
.basket_card__amount input {
  width: 35%;
  min-width: 30px;
}
.basket_card__amount select {
  width: 50px;
  font-size: 18px;
  margin-left: 5px;
}

.basket_card__actions {
  display: flex;
  justify-content: space-evenly;
  margin-inline: 10px;
  align-items: center;
  flex: 1;
}

.basket_card_ingridients .card_dropdown_button {
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.basket_card_ingridients .card_dropdown_button i {
  margin-right: 10px;
}
.basket_card_ingridients .card_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.basket_card_ingridients .card_item input {
  width: 70px;
}

.getting-started-example-styled__etc {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-inline: 20px;
  padding-bottom: 20px;
  text-align: end;
  margin: -10px 0;
  box-sizing: content-box;
}

.custom_notification {
  text-align: left;
  padding: 5px 10px;
  color: #fff;
}

.custom_notification_error {
  background: #e54d42;
  border-left: 5px solid #b82e24;
}

.custom_notification_success {
  background: #68cd86;
  border-left: 5px solid #42a85f;
}

.custom_notification_warn {
  background: #ffb648;
  border-left: 5px solid #f48a06;
}

.overlimited_items {
  margin-right: 5px;
}

.getting-started-example-styled__actions button {
  margin-left: 5px;
}

.def_select {
  font-size: 18px;
  outline: none;
}

.center-flex {
  display: flex;
  margin-inline: auto;
}

.select_storage {
  display: flex;
  justify-content: center;
  font-size: 20px;
  margin-top: 15px;
}

.vgt-wrap {
  padding-bottom: 20px;
}

.filepond--credits {
  opacity: 0 !important;
  display: none !important;
}

.multiselect__option--highlight {
  background: #212529 !important;
}

.product_card_CRUD {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 5px;
  padding-block: 5px;
  padding-inline: 10px;
}
.product_card_CRUD a:hover {
  opacity: 0.7;
}
.product_card_CRUD__photo {
  max-width: 300px;
  width: 100%;
  text-align: center;
}
.product_card_CRUD__photo img {
  width: 240px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}
.product_card_CRUD__content {
  flex: 1;
  min-width: 300px;
}
.product_card_CRUD__content_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_card_CRUD__content_item {
  margin-bottom: 10px;
}

.row-btw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.permissions_blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.permission_block {
  padding-inline: 5px;
  padding-block: 10px;
  border: 2px solid #dadada;
  margin-top: 5px;
}

.redirect_from_table {
  color: #3c8dbc;
  transition: opacity 0.15s ease;
  cursor: pointer;
}
.redirect_from_table:hover {
  opacity: 0.7;
}

.toggle_icon {
  background-color: white;
  border-radius: 3px;
  border-color: #000;
  border: 1px solid;
  float: right;
  cursor: pointer;
}

.notice_for_table {
  margin-block: 3px;
  font-size: 10px;
}

.notice_example {
  background-color: #dadada;
  color: #3c8dbc;
  display: inline-block;
}

@media (max-width: 992px){
  .col-6 {
    width: 100%;
  }
  .details {
    flex-wrap: wrap;
  }
}

@media (max-width: 540px){
  .header__content span {
    display: none;
  }
}
