.wrap-header-mobile .profile {
  width: 350px;
  margin-right: -50px;
}
.Toastify__toast-container {
  z-index: 10001;
}

.profile {
  margin-left: -330px;
  margin-top: 380px;
  position: absolute;
  width: 350px;
  height: auto;
  background-color: white;
  z-index: 200;
  border: solid 1px #c0c0c0;
}

.profile .login {
  padding: 10px;
}

.profile .login .buttons{
  display: flex;
}

.profile .login .label{
  padding: 5px;
  display: block;
}

.profile .menu .header{
  border-bottom: 4px solid #4EC24E;
}

.profile .menu .header h4{
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

.profile .menu ul{
  text-decoration: none;
}

.profile .menu ul li{
  text-align: right;
  padding: 10px;
  font-size: 20px;
}

.list-products .overlay {
  position: absolute;
  width: 100%;
  height: 130%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: progress;
}

.list-products .overlay .loader {
  width: 400px;
  height: 150px;
  margin: auto;
  margin-top: 20%;
  display: block;
  text-align: center;
  background-color: white;
  opacity: 80%;
  border-radius: 10px;
}

.list-products .overlay .loader .text {
  color: #333;
  padding: 20px;
  font-size: 35px;
  text-align: center;
}

.profile .overlay {
  position: absolute;
  margin-top: -120px;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: progress;
}

.profile .overlay .loader {
  width: 400px;
  height: 150px;
  margin: auto;
  display: block;
  text-align: center;
  background-color: white;
  opacity: 80%;
  border-radius: 10px;
}

.profile .overlay .loader .text {
  color: #333;
  padding: 20px;
  font-size: 35px;
  text-align: center;
}

.input-form {
  padding: 10px;
}
.err{
  color: red;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
}

.input-form.image {
  text-align: right;
}

.input-form.image img {
   width: 150px;
   height: 150px;
}

.offer {
  display: flex;
}
.offer .product {
  flex: 1;
  padding: 10px;
}
.offer .form {
  flex: 2;
  padding: 10px;
}
.chat {
  max-height: 400px;
  overflow-y: scroll;
}

.notifications {
  position: absolute;
  width: 350px;
  border: solid 1px silver;
  margin-left: -330px;
  background-color: #fff;
  padding: 10px;
  max-height: 500px;
  overflow-y: auto;
  z-index: 10;
}

.notificationsMobile {
  position: absolute;
  width: 350px;
  border: solid 1px silver;
  margin-left: -220px;
  background-color: #fff;
  padding: 10px;
  max-height: 500px;
  overflow-y: auto;
  z-index: 10;
}

.notifications .empty {
  font-weight: bold;
  text-align: center;
  font-size: 0.7em;
  padding: 10px;
}

.notification {
  display: flex;
  padding: 10px;
  border-bottom: 1px silver solid;
}

.notification .image {
  flex: 1;
  padding-right: 10px;
}

.notification .text {
  flex: 2;
}

.notification .text .title {
  font-weight: bold;
  font-size: 0.7em;
}

.notification .text .description {
  font-size: 0.6em;
  padding-top: 10px;
}

.activate {
  text-align: center;
  background-color: #076799;
  padding: 0px 20px 0px 20px;
}

.activate .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.activate .box .item {
  display: flex;
  flex-direction: column;
  border: solid 1px silver;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px;
}

.activate .box .item .logo {
  padding: 40px;
  margin: 0;
}

.activate .box .item  p {
  font-size: 1.5em;
  font-weight: bold;
}

.overlay {
  width: 100%;
  height: 100%;
  margin: 0em;
  left: 0em;
  top: 0em;
  position: fixed;
  background: #333;
  z-index: 10000;
  opacity: 50%;
  text-align: center;
  align-items: center;
}

.overlay .loader {
  text-align: center;
  margin: auto;
  width: auto;
  margin-top: 200px;
  align-items: center;
}

.overlay .loader .text {
  font-size: 4em;
  color: #fff;
  width: auto;
  text-align: center;
  margin: auto;
}

.overlay .loader .spinner {
  width: 60px;
  margin: auto;
}
.modal-dialog {
  z-index: 1120;
}
.modal-backdrop {
  z-index: 1110;
}
.modal {
  z-index: 1150;
  margin-top: 10%;
}
.modal-90w{
  max-width: 90%;
}

/* CreateOffer */
.createOffer {

}
.createOffer .product {
  flex: 1;
}

.createOffer .product .image {
  text-align: center;
  margin-bottom: 10px;
}
.createOffer .product .description {
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  padding: 30px
}

.createOffer .info {
  flex: 3;
  border: solid 1px silver;
  margin-left: 20px;
}

.createOffer .info .title {
  font-size: 30px;
  font-weight: bold;
  background-color: #CBE5FE;
  padding: 20px
}
.createOffer .info .product {
  padding: 10px 40px 40px 40px;
}
.createOffer .info .product .name {
  font-size: 30px;
}
.createOffer .info .product .value {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.createOffer .info .product .stock {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.createOffer .info .product .quantity {
  font-size: 20px;
  font-weight: bold;
}
.createOffer .info .product .amount {
  font-size: 30px;
}

.createOffer .info .products {
  padding: 10px 40px 40px 40px;
}

.createOffer .info .products h3 {
  font-weight: bold;
  padding: 10px;
}

.createOffer .info .products .amount {
  font-size: 30px;
}

/* ManagerOffer */
.managerOffer {

}
.managerOffer .product {
  flex: 1;
  padding: 10px;
  border: solid 1px silver;
}

.managerOffer .productMobile {
  width: 100%;
  padding: 10px;
  margin: 15px;
  border: solid 1px silver;
}

.managerOffer .product .title {
  font-weight: bold;
}

.managerOffer .product .image {
  text-align: center;
  margin-bottom: 10px;
}
.managerOffer .product .description {
  padding: 30px
}

.managerOffer .product .amount {
  font-size: 30px;
  float: right;
}

.managerOffer .products {
  flex: 3;
  border: solid 1px silver;
  margin-left: 20px;
  padding: 10px;
}

.managerOffer .productsMobile {
  width: 100%;
  margin: 15px;
  border: solid 1px silver;
  padding: 10px;
}

.rce-container-mbox.chat-mobile {
  min-width: 100px;
}

.managerOffer .products .amount {
  font-size: 30px;
  float: right;
  padding: 10px;
}

.managerOffer .chat {
  padding: 10px;
  background-color: #ccc;
  margin-bottom: 10px;
}

.store-page {

}

.store-page .image {
  flex: 1;
}
.store-page .info {
  flex: 2;
  margin-left: 20px;
}
.store-page .info .name{
  font-size: 25px;
  font-weight: bold;
}
.store-page .info .address{
  font-size: 20px;
  font-weight: bold;
}
.center {
  text-align: center;
}

.forgot {
  padding: 10px;
  text-align: right;
}

.publicity {
  font-size: 20px;
}

.publicity h3{
  font-weight: bold;
}
