@import "../components/flag-icon-css/css/flag-icon.min.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Open+Sans:wght@400;700&display=swap");
html {
  scroll-behavior: smooth;
}

body,
div,
span,
p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  font-weight: lighter;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-weight: bold;
}

.clear,
.clearfix {
  overflow: auto;
}
.clear::after,
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

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

#main-footer,
footer {
  background: #e43f17;
}

.btn-primary,
.label-primary {
  border: #b63212;
  background-color: #e43f17;
  color: white !important;
}
.btn-primary:hover,
.label-primary:hover {
  background-color: #b63212;
}

a {
  color: #b63212;
}
a:hover {
  color: #b63212;
}

.text-primary {
  color: #e43f17;
}

h1,
h2,
h3,
h4 {
  color: #ee7659;
  font-weight: bold;
}

.toplogo img {
  height: 40px;
  width: auto;
}

body {
  background: rgba(0, 0, 0, 0.05);
  color: darkslate;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 100px;
}

body > #page {
  min-height: 70vh;
}

.home {
  padding-top: 150px;
  position: relative;
}
.home section {
  padding: 80px 0;
}
.home .menu {
  z-index: 1;
  background: white;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.home .menu .logo {
  height: 50px;
  width: auto;
}
.home .menu, .home .menu a {
  display: inline-block;
  padding: 15px;
  color: #ee7659;
}

footer, footer * {
  color: #ee7659;
  font-size: small;
}
footer li {
  list-style: none;
}
footer, footer a {
  color: #f39c88;
}

.xx-small {
  font-size: xx-small;
}

.x-small {
  font-size: x-small;
}

.small {
  font-size: small;
}

.medium {
  font-size: medium;
}

.large {
  font-size: large;
}

.x-large {
  font-size: x-large;
}

.xx-large {
  font-size: xx-large;
}

section.dark {
  background-color: #f39c88;
}

#emailclients {
  font-size: small;
}

.hidden {
  display: none;
}

.sidebar .nav-item .nav-link {
  padding: 5px;
  min-height: 25px;
}

.card,
form {
  padding: 25px;
  width: 100%;
  background: white;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -10px;
}

nav ul {
  padding-left: 15px;
}
nav li {
  list-style: none;
}
nav form {
  padding: 0;
}
nav sup {
  margin-top: 5px;
  display: block;
  font-size: 8px;
  font-weight: 100;
}

.sidebar hr.sidebar-divider {
  margin-bottom: 10px;
}

.sidebar .nav-item:last-child {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

.countries label,
.categories label {
  margin: 0;
  padding: 0;
}
.countries ul,
.categories ul {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

.header {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: small;
  color: #f39c88;
  border-bottom: 1px solid #f39c88;
}

.longcheckboxlist {
  height: 50vh;
  overflow: auto;
  width: 100%;
}

.channels {
  font-size: medium;
}

#content {
  padding-bottom: 40px;
}

#wrapper #content-wrapper {
  background-color: #f1f3f7;
}

.categories .category {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.categories,
.categories .category,
.container {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}

#itemdetails .attributes {
  margin-top: 10px;
  margin-bottom: 10px;
}

.labels,
.attributes {
  display: flex;
  flex-direction: row;
  margin-top: 3px;
}
.labels .attribute,
.attributes .attribute {
  font-size: small;
  display: flex;
  color: rgba(0, 0, 0, 0.5);
}
.labels .attribute small.incircle,
.attributes .attribute small.incircle {
  margin-right: 5px;
}
.labels .attribute i,
.attributes .attribute i {
  margin-right: 5px;
}

.items {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.items .item {
  margin-bottom: 15px;
  font-size: small;
}
.items .item .select {
  margin-left: -15px;
  margin-right: 5px;
}
.items .item.item2, .items .item.item3 {
  margin-bottom: 30px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
}
.items .item.item2 .image, .items .item.item3 .image {
  height: 150px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
}
.items .item.item2 .labels, .items .item.item3 .labels {
  margin-top: 5px;
}
.items .item.item2 .price, .items .item.item3 .price {
  margin: 0;
  padding: 0;
  margin-right: 20px;
  font-weight: bold;
  font-size: medium;
}
.items .item.item3 {
  min-height: 450px;
  margin-bottom: 50px;
}
.items .item.item3 .image {
  height: 300px;
}

.statuses {
  vertical-align: top;
  font-size: 9px;
  display: inline-block;
  line-height: 10px;
}
.statuses .status {
  border-radius: 8px;
  width: 8px;
  height: 8px;
  display: inline-block;
  line-height: 8px;
  margin-right: 5px;
}
.statuses .status.status_active, .statuses .status.status_1 {
  background: green;
}
.statuses .status.status_inactive, .statuses .status.status_-1 {
  background: gold;
}
.statuses .status.status_draft, .statuses .status.status_pending, .statuses .status.status_0 {
  background: lightgray;
}
.statuses .status.status_deleted, .statuses .status.status_finished, .statuses .status.status_-2 {
  background: red;
}

.manager {
  float: left;
  margin-right: 10px;
  white-space: collapse;
}

.btn {
  margin-left: -3px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border: none;
  color: gray;
  min-height: 35px;
  min-width: 35px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 13px;
  padding: 4px 10px;
  padding-top: 3px;
  position: relative;
  text-decoration: none;
}
.btn i {
  font-size: 20px;
}
.btn:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px -5px;
  color: black;
}
.btn.btn-danger * {
  color: white;
}
.btn span {
  line-height: 0.8;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 7px;
  font-weight: normal;
  letter-spacing: 0.05em;
  bottom: 3px;
}
.btn.btn-danger {
  background-color: rgba(255, 0, 0, 0.75);
}
.btn.btn-success {
  background-color: rgba(0, 255, 0, 0.75);
}
.btn.btn-info {
  background-color: rgba(0, 0, 255, 0.75);
}

.manage a.btn span {
  color: black;
}

.btn.package {
  background-color: #e43f17;
  color: white;
  margin-top: 15px;
  width: 100%;
}

.view {
  display: inline-block;
}
.view img {
  max-width: 100%;
}

h2.name {
  margin-top: 35px;
  margin-bottom: 25px;
}

.placebkgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 300px;
}

.placeimg {
  width: 80px;
  height: 80px;
  margin-top: -30px;
  padding: 10px;
  background: white;
  border: 2px solid black;
}

.place {
  width: 100%;
}

.languages {
  width: 100%;
  text-align: center;
}
.languages .language {
  width: 50px;
  font-size: 48px;
  border-radius: 5px;
}

.w100 {
  width: 100%;
}

#itemdetails {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  overflow: auto;
}
#itemdetails #itemname {
  display: inline-block;
  width: auto;
  padding: 10px;
  font-size: xx-large;
  font-weight: bold;
}
#itemdetails #itemimage {
  width: 100%;
}
#itemdetails #itemprice {
  float: right;
  padding: 5px;
  margin: 15px;
  font-weight: bold;
  font-size: 40px;
}
#itemdetails .x {
  content: "X";
  font-size: 22px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 10px;
  float: right;
  color: red;
}

.bankdetails {
  background: rgba(100, 120, 140, 0.3);
  padding: 10px;
  font-size: small;
  color: black;
}

.payment {
  letter-spacing: 0.05em;
}

.pricing-table.table-1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc578+0,fb9d23+100;Orange+3D+%233 */
  background: rgba(100, 100, 100, 0.2);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(100, 100, 100, 0.2) 0%, rgba(200, 200, 200, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(100, 100, 100, 0.2) 0%, rgba(200, 200, 200, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(100, 100, 100, 0.2) 0%, rgba(200, 200, 200, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}
.pricing-table.table-1 li {
  list-style: none;
}

.features-icon {
  background: #f39c88;
  padding: 20px;
  font-size: 48px;
  color: white;
  margin-left: -20px;
  margin-right: 10px;
}

footer {
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px;
  background: rgba(30, 60, 100, 0.2);
  border-top: 5px solid rgba(0, 50, 100, 0.2);
  border-bottom: 1px solid rgba(0, 50, 100, 0.2);
  box-shadow: rgba(0, 20, 30, 0.1) 0 0 5px 5px;
  margin-top: 50px;
  color: gray;
}
footer a {
  color: black;
}
footer small,
footer small a {
  font-size: x-small;
}

.status--1 {
  opacity: 0.4;
  display: none;
}

.status--2 {
  color: red;
  opacity: 0.2;
  display: none;
}

.status-2 {
  font-weight: bold;
  font-size: x-large;
}

small.intro {
  font-size: small;
  line-height: 1;
}

.incircle {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 2px 6px;
  font-size: small;
  color: rgba(0, 0, 0, 0.3);
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.disabled {
  opacity: 0.1;
}

.templateimage {
  opacity: 0.3;
  width: 100%;
  padding: 15px;
}

.themes {
  width: 100%;
  margin-bottom: 25px;
}
.themes .theme small {
  font-size: xx-small;
  line-height: 1;
}

.bulletpoints li {
  list-style: circle;
  margin-bottom: 25px;
}
.bulletpoints b {
  font-weight: bold;
  text-transform: uppercase;
}