
* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.login, .register {
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 10%;
}

.login h1, .register h1 {
    text-align: center;
    color: #5b6574;
    font-size: 60px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login .links, .register .links {
    display: flex;
    padding: 0 15px;
}
.login .links a, .register .links a {
    color: #adb2ba;
    text-decoration: none;
    display: inline-flex;
    padding: 0 10px 10px 10px;
    font-weight: bold;
}
.login .links a:hover, .register .links a:hover {
    color: #9da3ac;
}
.login .links a.active, .register .links a.active {
    border-bottom: 3px solid #3274d6;
    color: #3274d6;
}





.login form, .register form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}
.login form label, .register form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #3274d6;
    color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"], .login form input[type="email"], .register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
    width: 100%;
    height: 75px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 10px;
    font-size:xx-large;
}
.login form input[type="submit"], .register form input[type="submit"] {
    width: 100%;
    padding: 30px;
    background-color: #3274d6;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;}

.login form input[type="submit"]:hover, .register form input[type="submit"]:hover {
    background-color: #2868c7;
    transition: background-color 0.2s;
}

.content {
    width: 100%;
    overflow-x: auto;
}
.content22 {
    width: 90%;
    overflow-x: auto;
}
.content2 {
    display: flex;
    width: 90%;
    align-self: center;
    flex-direction: column;
    align-items: center;
    font-size:large;
    margin-top:100px;
}
.content_profile {
    max-width: 100%;
    overflow-x: auto;
    align-self: center;
}
.content h2 {
    margin: 0;
    padding: 25px 0;
    font-size: 22px;
    border-bottom: 1px solid #e0e0e3;
    color: #98a4b5;
}
.content > p, .content .div {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin: 25px 0;
    padding: 25px;
  background-color: #fff;
}
.content > p table td, .content > div table td {
  padding: 5px;
  max-width:90%;
  padding-right:10px;
}
.content > p table td:first-child, .content > div table td:first-child {
  font-weight: bold;
  color: #4a536e;
  padding-right: 15px;
}
.content > div p {
  padding: 5px;
  margin: 0 0 10px 0;
}



.content .links2 {
    display: flex;
    padding: 10px;
    justify-content: center;
    text-decoration: none;
    background: blue;
    color: white;
    width: 200px;
}

.content .links2 a {
    color: #87a3d1;
    text-decoration: none;
    display: inline-flex;
    padding: 0 10px 10px 10px;
    font-weight: bold;
}
.content .links2 a:hover {
    color: #518ae0;
}

.content .links3 {
    display: flex;
    padding: 10px;
    justify-content: center;
    text-decoration: none;
    background: blue;
    color: white;
    width: 100%;
    font-size: small;
}

.content .links3 a {
    color: #87a3d1;
    text-decoration: none;
    display: inline-flex;
    padding: 0 10px 10px 10px;
    font-weight: bold;
}
.content .links3 a:hover {
    color: #518ae0;
}


.register form.form-item{
    display: flex;
}
.msg{
    color: red;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
.profilebox{
    color: whitesmoke;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 90%;
    align-items: flex-start;
    position: relative;
    font-size: small;
}
.profilebox-search{
    color: whitesmoke;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: fit-content;
    align-items: flex-start;
    position: relative;
    font-size: small;
    justify-content: center;
        min-height: 2000px;

}
.label-card{
    color:black;
}
.form-val-feeds{
    font-size:large;
    width:100%;
}
.form-val-feeds-miles{
    font-size:large;
    width:30%;
}
.form-val-feeds-location{
    font-size:large;
}
.form-val-feeds-time{
    font-size:large;
    max-width:50%;
}
#feed_form1 {
    width: 100%;
    max-width: 500px;
}
.content .div-box-form {
    max-width: 400px;
    text-wrap: balance;
}
.content .div-box-form-users {
    max-width: 100%;
    background: white;
    border-radius: 5px;
    color: black;
    padding: 5px;
    overflow-wrap: break-word;
    height: 100px;
    overflow: clip;
}
.content .div-box {
    max-width: 100%;
    background: blue;
    border-radius: 10px;
    margin-top: 10px;

}


.profile-image{
    background: white;
    padding: 5px;
    border-radius: 5px;
    width: 100px;
}
.profile-box{
    background: radial-gradient(#005ee5, #06092c);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border-style: solid;
    border-width: thin;
}
.profile-box-head {

    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.profile-box-head-left {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.profile-box-head-right {
    height: fit-content;
    display: flex;
    padding: 10px;
    font-size: medium;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #def1ff;
    text-shadow: -1px 0 7px black;
    position: relative;
    /*left: 40%;*/

}
.profile-box-head-bottom{
    display: flex;
    justify-content: space-between;
    border-top-style: groove;
    border-top-width: thin;
    margin-top: 15px;
    padding-top: 5px;
    flex-direction: column;
    flex-wrap: wrap;
}

.profile-details {
    padding-top:5px;
}
.add-item-form {
    display: table-column-group;
}
.add-trade-1 {
    display:flex;
}
.add-trade-2 {
    display:flex;
}
.add-trade-3 {
    display:flex;
}
.add-trade-box-1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
}
.table_body {
    display: flex;
    flex-direction: column;
}
.table_cell {
    background: #0049b9;
    padding: 5px;
    border-style: groove;
    margin: 5px;
}
.table_cell_profile{
    background: #0049b9;
    padding: 5px;
    border-style: groove;
    margin: 5px;
    display: flex;
    flex-direction: column;
}
.cell_label {
    float: left;
    width: 150px;
}
.cell_list {
    background: #080b37;
    display: flex;
    flex-direction: column;
    padding: 5px;
}
.div-box2 {
    background: whitesmoke;
    padding: 10px;
    color: black;
    border-radius: 5px;
    margin-top: 10px;
}
.public-profile-box{
    display: flex;
    flex-direction: row;
    max-width: 600px;
    width: 100%;
    top: 135px;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-around;
}

.user-profile{
    background: radial-gradient(#005ee5, #06092c);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    max-width: 500px;
    width: 100%;
}
.user-profile-box{
    display: flex;
    flex-direction: column;
    width:100%;
}
.user-table-cell{
    background: #0049b9;
    padding: 5px;
    border-style: groove;
    margin: 5px;
    display: flex;
    flex-direction: column;
}
.user-profile-box-head {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.user-profile-box-head-left {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background: linear-gradient(45deg, black, transparent);
    padding: 10px;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px 1px black;
    justify-content: space-between;
}
.user-profile-box-head-right {
    height: fit-content;
    display: flow;
    padding-top: 5px;
    font-size: medium;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    column-count: 2;
}
.user-profile-box-head-bottom{
    display: flex;
    justify-content: space-between;
    border-top-style: dotted;
    border-top-width: thin;
    margin-top: 15px;
    padding-top: 5px;
}
.user-profile-trade{
    background: #000a58;
    padding: 5px;
    border-radius: 5px;
    margin: 2px;
    font-size: small;
    box-shadow: 0px 0px 1px 1px #03a5ff;
}
.dropdown_class{
    display: flex;
    color: wheat;
    justify-content: center;
    width: 100%;
    margin: 0px;
    /* height: 100px; */
    flex-direction: column;
    position: relative;
    line-height: 1em;
    flex-wrap: wrap;
    align-content: flex-end;
}
.dropdown_class2{
    display: flex;
    color: wheat;
    justify-content: flex-start;
    width: 100%;
    margin: 0px;
    height: 100px;
    flex-direction: column;
    line-height: 1em;
}
.dropdown_class_post {
    display: flex;
    color: wheat;
    justify-content: flex-start;
    /* width: 100%; */
    margin: 10px;
    /*height: 50px;*/
    flex-direction: row;
    align-items: flex-end;
}
.public-search{
    background: #004dff;
    height: 55px;
    position: fixed;
    z-index: 9999997;
    width: 100%;
    color: white;
    margin-top: 70px;
    font-family: math;
    text-align: center;
    font-size: xx-large;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
    box-shadow: 0 0 16px 3px black;
    top:0px;
}
.public-search-a{
    background: #004dff;
    height: 50px;
    position: fixed;
    z-index: 9999997;
    margin-top: 20px;
    width: 100%;
    color: white;
    font-family: math;
    text-align: center;
    font-size: xx-large;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
    box-shadow: 0 0 16px 3px black;

}
.img_btn {
    position: relative;
    width: 30%;
    margin-top: -40px;
    margin-bottom: -20px;
    cursor: pointer;
}
.post-card {
    border-radius: 10px;
    margin: 10px;
    max-width: 500px;
    min-width: 300px;
}
#profiles_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: white;
}
.make-post-btn {
    position: fixed;
    top: 80px;
    right: 10px;
    z-index: 9999999;
    padding: 10px;
    background: #1e3695;
    text-decoration: none;
    color: #ededed;
    text-shadow: 0 0 2px black;
    box-shadow: 0 0 3px 0px black;
    border-radius: 10px;
    font-size:18px;
}
.post-make-box {
    color: whitesmoke;
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 90%;
    align-items: center;
    position: relative;
    font-size: small;
    padding-top: 60px;
    justify-self: center;
}
.post-description {
    appearance: text;
    flex-direction: column; 
    resize: vertical;
}
.line_title {
    font-size:large;
    margin-top:10px
}