html {
    /*background: #e8e8e8;*/
    /*background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;*/
}



.fftitle{
    background-color: #e8e8e8;
}

.ffmenu{
    background-color: #0e69b6;
}



.ff-overview-card{
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    border: 1px solid grey;
    margin-top: 3px;
    margin-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
}

.ff-overview-card-img{

}

.ff-overview-card-txt{
   padding-left: 70px;
   font-size: 11px;
}

.ff-overview-card-title{
  font-size: 13px;
}


.navbar{
  background-color: blue;
}

.ff-form-row{
     margin-bottom: 10px;
}

#offer_shipping_1{
    margin-left: 20px;   
}

#offer_pricetyp_1{
    margin-left: 20px;
    
}


/* thumbnails */

.ff-offer-picture-thumbnail {
  display: inline-block;
  padding: 2px;
  margin: 0 0.5rem 1rem 0.5rem;
  background-color: #fff;
  line-height: 0;
  border-radius: 4px;
  transition: background-color 0.5s ease-out;
}
.ff-offer-picture-thumbnail:hover {
    background-color: #01213e;
    transition: none;
}

.ff-offer-picture {
  width: 7rem;
  border-radius: 4px;
}

/* chat messages */

.ff-message {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

/* Darker chat container */
.ff-message-darker {
    border-color: #ccc;
    background-color: #ddd;
}

/* Clear floats */
.ff-message::after {
    content: "";
    clear: both;
    display: table;
}

/* Style images */
.ff-message img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

.ff-message-name{
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

/* Style the right image */
.ff-message img.right {
    float: right;
    margin-left: 20px;
    margin-right:0;
}

/* Style time text */
.ff-message-time-right {
    float: right;
    color: #aaa;
}

/* Style time text */
.ff-message-time-left {
    float: left;
    color: #999;
}

