ul {
    list-style-type: none;
    overflow: hidden;
}

li {
    float: right;
}

li a {
    color: #000;
    display: block;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 14px;
}

li a:hover {
    text-decoration: underline;
}

.grid {
    height: 23px;
    position: relative;
    bottom: 4px;
}

.signbutton {
    background-color: #4885ed;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 7px 10px;
    position: relative;
    bottom: 7px;
    font-weight: bold;
}

.logo {
    margin-top: 55px !important;
    margin-bottom: 20px;
}

.bar {
    margin: 0 auto;
    width: 550px;
    border-radius: 30px;
    border: 1px solid #dcdcdc;
}

.bar:hover {
    box-shadow: 1px 1px 8px 1px #dcdcdc;
}

.bar:focus-within {
    box-shadow: 1px 1px 8px 1px #dcdcdc;
    outline: none;
}

.searchbar {
    height: 45px;
    border: none;
    width: 470px;
    font-size: 16px;
    outline: none;
}

.voice {
    height: 20px;
    position: relative;
    top: 5px;
    left: 10px;
    cursor: pointer;
}

.buttons {
    margin-top: 30px;
}

.button {
    background-color: #f5f5f5;
    border: none;
    color: #707070;
    font-size: 15px;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 4px;
    outline: none;
}

.button:hover {
    border: 1px solid #c8c8c8;
    padding: 9px 19px;
    color: #808080;
}

.button:focus {
    border: 1px solid #4885ed;
    padding: 9px 19px;
}

.footer {
    margin-top: 200px;
    margin-bottom: 20px;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    border-radius: 18px;
    top: 100%;
    left: 0;
    right: 0;
    width: 500px;
}

.autocomplete-items div {
    padding: 6px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 45px;
    text-align: left;
    font-family: arial, sans-serif;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.autocomplete {
    position: relative;
    display: inline-block;
}

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: rgb(123 138 181);
    color: white;
}

.clearable {
    position: relative;
    display: inline-block;
}

.clearable input[type=text] {
    padding-right: 24px;
    width: 100%;
    box-sizing: border-box;
}

.clearable__clear {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
}

.clearable input::-ms-clear {
    display: none;
}

.grid {
    height: 20px;
    position: relative;
    margin-top: 5px;
}

.modal-dialog {
    position: fixed;
    margin: auto;
    width: 300px;
    height: max-content;
    right: 0px;
}

.modal-content {
    height: 100%;
}

@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
.modal-dialog {
    position: fixed;
    margin: auto;
    width: 300px;
    height: max-content;
    right: 0px;
    top: 6%;
    margin-right: 6px !important;
}

.modal-content {
    height: 100%;
    background-color: white;
}

#myModal {
    width: 15%;
}

#myModal p {
    margin-top: 1px;
    margin-bottom: 0px !important;
    font-size: 12px;
    color: rgb(0, 0, 0);
    font-family: sans-serif;
}

#myModal img {
    width: 30px;
    height: 30px;
}

.modal-body {
    padding: 2em !important;
    position: inherit !important;
}

.image-crop {
    display: block;
    position: relative;
    background-color: #E6EBEE;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 0px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid white;
    /*box-shadow: 1px 1px 5px #4069E2;*/
}

#avatar {
    display: inline;
    height: 230px;
    width: auto;
    margin-left: -34px;
}

hr {
    background-color: white;
}

#profile-btn {
    margin-left: 83px;
    padding: 4px 19px;
    margin-top: 0px;
    font-family: sans-serif;
    background-color: cornflowerblue;
    color: white;
    border: 1px solid #666768;
}

.modal-backdrop.show {
    opacity: -0.5 !important;
}

.btn-primary {
    color: #000 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.feedback {
    position: fixed;
    right: 0;
    bottom: 15%;
    height: 75px;
    width: 23px;
    background-color: #55E;
    color: #FFF;
    cursor: pointer;
}

.feedback-content {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    margin-left: 15%;
    font-size: 16px;
}

#privacy{
    cursor:pointer;
}

.modal-dialog {
    right: 15px !important;
}

.modal-content{
    border-radius:15px !important;
}