.thumb-meal {
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-height: 236px;
  margin-bottom: 1rem;
}

.form-order {
  float: right;
}

.bg-gradient-shopware {
  background-color: #189eff;
  background-image: linear-gradient(180deg, #189eff 10%, #045eff 100%);
  background-size: cover;
}

.flag {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
}

.flag-germany {
  background-image: url(../img/flags/SVG/germany.svg);
}

.flag-united-kingdom {
  background-image: url(../img/flags/SVG/united-kingdom.svg);
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: rgba(0,0,0,.9);
}

.toast {
  opacity: 1!important;
}

.toast-container {
  z-index: 9999;
}

.mt-100 {
  margin-top: 100px
}
 
.box {
  position: relative;
  background: #ffffff;
  width: 100%;
}
 
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
}
 
.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
 
.dropzone-wrapper {
  border: 2px dashed #91b0b3;
  border-radius: 10px;
  color: #92b0b3;
  position: relative;
  height: 150px;
}
 
.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  top: 25px;
  font-size: 16px;
}
 
.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}
 
.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #ecf0f5;
}
 
.preview-zone {
  text-align: center;
}
 
.preview-zone .box {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}

.nav-action-btn {
  color: #858796!important;
}

.nav-action-btn:hover {
  color: #28282d!important;
}

.msf-tital {
  white-space: inherit!important;
}

.topBT-active {
  color: #28282d!important;
}

.mce-ico.mce-i-fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: #535c68;
}

.wrapper {
  text-align: center;
}

.upload-container {
  padding: 10px;
}

.border-container {  
  border-radius: 30px;
  border: 5px dashed rgba(198, 198, 198, 0.65);
/*   border-radius: 4px; */
  padding: 20px;
}

.border-container p {
  color: #130f40;
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: -1px;
  margin-top: 30px;
  margin-bottom: 0;
  opacity: 0.65;
}

#file-browser {
  text-decoration: none;
  color: rgb(22,42,255);
  border-bottom: 3px dotted rgba(22, 22, 255, 0.85);
}

#file-browser:hover {
  color: rgb(0, 0, 255);
  border-bottom: 3px dotted rgba(0, 0, 255, 0.85);
}

.icons {
  color: #95afc0;
  opacity: 0.55;
}